* breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
2
3 * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
4 inferior_has_vforked, and inferior_has_execd instead of
5 target_has_forked, target_has_vforked, and target_has_execd.
6 * config/pa/nm-hppah.h (CHILD_HAS_FORKED, CHILD_HAS_VFORKED)
7 (CHILD_HAS_EXECD, CHILD_HAS_SYSCALL_EVENT): Don't define.
8 (CHILD_WAIT): Define.
9 (child_wait): Add prototype.
10 * hppah-nat.c (hpux_has_forked): Rename from child_has_forked.
11 Add prototype.
12 (hpux_has_vforked): Likewise, from child_has_vforked.
13 (hpux_has_execd): Likewise, from child_has_execd.
14 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
15 (not_same_real_pid, child_wait): New, copied from inftarg.c.
16 Call hpux_has_forked, hpux_has_vforked, hpux_has_execd,
17 and hpux_has_syscall_event instead of the target hooks.
18 * infrun.c (inferior_has_forked, inferior_has_vforked)
19 (inferior_has_execd): New functions.
20 * inftarg.c (not_same_real_pid): Remove.
21 (child_wait): Remove references to not_same_real_pid,
22 target_has_forked, target_has_vforked, target_has_execd,
23 and target_has_syscall_event.
24 (child_has_forked, child_has_vforked, child_has_execd)
25 (child_has_syscall_event): Remove.
26 (init_child_ops): Remove references to child_has_forked,
27 child_has_vforked, child_has_execd, and child_has_syscall_event.
28 * infttrace.c (hpux_has_forked): Rename from child_has_forked.
29 (hpux_has_vforked): Likewise, from child_has_vforked.
30 (hpux_has_execd): Likewise, from child_has_execd.
31 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
32 * target.c (cleanup_target): Remove references to
33 to_has_forked, to_has_vforked, to_has_execd, and
34 to_has_syscall_event.
35 (update_current_target): Likewise.
36 (setup_target_debug): Likewise.
37 (debug_to_has_forked): Remove.
38 (debug_to_has_vforked): Remove.
39 (debug_to_has_execd): Remove.
40 (debug_to_has_syscall_event): Remove.
41 * target.h (struct target_ops): Remove to_has_forked.
42 to_has_vforked, to_has_execd, and to_has_syscall_event.
43 (child_has_forked, child_has_vforked, child_has_execd)
44 (child_has_syscall_event): Remove prototypes.
45 (inferior_has_forked, inferior_has_vforked, inferior_has_execd): Add
46 prototypes.
47 (target_has_forked, target_has_vforked, target_has_execd)
48 (target_has_syscall_event): Remove macros.
49
50 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
51
52 * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
53 * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
54 (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
55 * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
56 * target.c (cleanup_target): Remove reference to
57 to_can_follow_vfork_prior_to_exec.
58 (update_current_target): Likewise.
59 (debug_to_can_follow_vfork_prior_to_exec): Remove.
60 (setup_target_debug): Remove reference to
61 to_can_follow_vfork_prior_to_exec.
62 * target.h (struct target_ops): Remove
63 to_can_follow_vfork_prior_to_exec.
64 (child_can_follow_vfork_prior_to_exec): Remove prototype.
65 (target_can_follow_vfork_prior_to_exec): Remove definition.
66 * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
67 define.
68 * infrun.c (follow_vfork_when_exec): Remove.
69 (follow_inferior_fork): Remove references to follow_vfork_when_exec.
70 (follow_exec): Likewise.
71 (handle_inferior_event): Likewise.
72 (keep_going): Likewise.
73
74 2002-11-15 Andrew Cagney <cagney@redhat.com>
75
76 * frame.c (generic_unwind_get_saved_register): Make static.
77 * frame.h (generic_unwind_get_saved_register): Delete declaration.
78 * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
79 defaults to generic_unwind_get_saved_register.
80 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
81 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
82 * frv-tdep.c (frv_gdbarch_init): Ditto.
83 * i386-tdep.c (i386_gdbarch_init): Ditto.
84 * s390-tdep.c (s390_gdbarch_init): Ditto.
85 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
86 * v850-tdep.c (v850_gdbarch_init): Ditto.
87 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
88 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
89 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
90
91 2002-11-15 Andrew Cagney <cagney@redhat.com>
92
93 * x86-64-linux-nat.c (i386_sse_regnum_p): New function. Copy from
94 i386-tdep.c.
95
96 2002-11-15 Andrew Cagney <cagney@redhat.com>
97
98 * frame.h (sigtramp_saved_pc): Delete declaration.
99 * blockframe.c (sigtramp_saved_pc): Delete function.
100 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
101 (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
102 * vax-tdep.c (vax_sigtramp_saved_pc): New function.
103 (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
104
105 2002-11-15 Andrew Cagney <ac131313@redhat.com>
106
107 * frame.c (frame_pc_unwind): New function.
108 (frame_saved_regs_pc_unwind): New function.
109 (frame_register_unwind): Pass unwind_cache instead of
110 register_unwind_cache.
111 (set_unwind_by_pc): Add unwind_pc parameter, set.
112 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
113 (get_prev_frame): Ditto.
114 * frame.h (frame_pc_unwind_ftype): Declare.
115 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
116 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
117 (frame_pc_unwind): Declare.
118 * dummy-frame.c (dummy_frame_pc_unwind): New function.
119 (struct dummy_frame): Add comment mentioning that values are for
120 previous frame.
121 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
122 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
123 (generic_file_frame_chain_valid): Ditto.
124 * stack.c (frame_info): Ditto.
125
126 2002-11-15 David Carlton <carlton@math.stanford.edu>
127
128 * linespec.c (locate_first_half): New function.
129 (decode_line_1): Move code into locate_first_half.
130
131 2002-11-15 Andrew Cagney <ac131313@redhat.com>
132
133 * complaints.h: Add comment explaining how to eliminate a
134 deprecated_complain call.
135 * complaints.h: Fix spelling errors.
136
137 2002-11-15 David Carlton <carlton@math.stanford.edu>
138
139 * printcmd.c: Remove #include "disasm.h".
140
141 2002-11-14 Andrew Cagney <ac131313@redhat.com>
142
143 * frame.h: Move the most relevant interface functions to the start
144 of the file.
145
146 2002-11-14 Andrew Cagney <ac131313@redhat.com>
147
148 * regcache.h (deprecated_registers): Rename registers.
149 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
150 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
151 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
152 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
153 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
154 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
155 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
156 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
157 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
158 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
159 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
160 * v850ice.c: Update.
161
162 Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
163
164 * utils.c (gdb_realpath): Add comment mentioning realpath with a
165 NULL buffer.
166
167 2002-11-13 Andrew Cagney <cagney@redhat.com>
168
169 * regcache.h (deprecated_read_register_bytes): Rename
170 read_register_bytes.
171 (deprecated_write_register_bytes): Rename write_register_bytes.
172 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
173 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
174 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
175 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
176 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
177 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
178 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
179 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
180 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
181 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
182 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
183 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
184 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
185 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
186
187 2002-11-13 Jim Blandy <jimb@redhat.com>
188
189 * findvar.c (read_var_value): Doc fix.
190
191 2002-11-13 Andrew Cagney <cagney@redhat.com>
192
193 * regcache.c (struct regcache): Replace passthough_p with
194 readonly_p.
195 (regcache_xmalloc): Initialize readonly_p.
196 (build_regcache): Initialize readonly_p.
197 (regcache_save): New function.
198 (regcache_restore): New function.
199 (regcache_cpy): Re-implement using regcache_save and
200 regcache_restore.
201 (regcache_raw_read): Update.
202 (regcache_cooked_read): When a read-only cache, checked for cached
203 pseudo register values.
204 (regcache_raw_write): Assert that the cache is not read-only.
205 Remove code handling a non-passthrough cache.
206 * regcache.h (regcache_save): Declare.
207 (regcache_restore): Declare.
208
209 2002-11-13 Andrew Cagney <cagney@redhat.com>
210
211 * regcache.c (struct regcache_descr): Add fields
212 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
213 (init_legacy_regcache_descr): Compute the size of a cooked
214 register cache and then assign that to sizeof_raw_registers. Set
215 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
216 (init_legacy_regcache_descr): Ditto.
217
218 2002-11-13 Andrew Cagney <cagney@redhat.com>
219
220 * regcache.c (register_buffer): Move to near start of file, update
221 description.
222 (regcache_raw_read): Use.
223 (regcache_raw_write): Use.
224 (struct regcache): Rename raw_registers to registers and
225 raw_register_valid_p to register_valid_p.
226 (regcache_xmalloc): Update.
227 (regcache_xfree): Update.
228 (register_buffer): Update.
229 (regcache_cpy): Update.
230 (regcache_cpy_no_passthrough): Update.
231 (regcache_valid_p): Update.
232 (deprecated_grub_regcache_for_registers): Update.
233 (deprecated_grub_regcache_for_register_valid): Update.
234 (set_register_cached): Update.
235 (regcache_raw_write): Update.
236
237 2002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
238
239 * p-exp.y (name_not_typename): Use copy_name to
240 set current_type variable for fields of THIS.
241
242 2002-11-12 Daniel Jacobowitz <drow@mvista.com>
243
244 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
245 * monitor.c (init_base_monitor_ops): Likewise.
246 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
247 * remote-array.c (init_array_ops): Likewise.
248 * remote-e7000.c (init_e7000_ops): Likewise.
249 * remote-es.c (init_es1800_ops): Likewise.
250 (init_es1800_child_ops): Likewise.
251 * remote-rdp.c (init_remote_rdp_ops): Likewise.
252 * remote-sim.c (init_gdbsim_ops): Likewise.
253 * remote-st.c (init_st2000_ops): Likewise.
254 * sol-thread.c (init_sol_core_ops): Likewise.
255 (init_sol_thread_ops): Likewise.
256 * v850ice.c (init_850ice_ops): Likewise.
257 * win32-nat.c (init_child_ops): Likewise.
258 * wince.c (init_child_ops): Likewise.
259
260 2002-11-12 Andrew Cagney <ac131313@redhat.com>
261
262 * utils.c (gdb_realpath): Make rp a constant pointer.
263
264 2002-11-12 Andrew Cagney <ac131313@redhat.com>
265
266 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
267 a constant buffer; cannonicalize_file_name(); realpath() with a
268 pathconf() defined buffer, xstrdup().
269
270 2002-11-12 Andrew Cagney <ac131313@redhat.com>
271
272 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
273 to hang2.C; hang3.c to hang3.C.
274
275 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
276
277 * findvar.c (read_var_value): Reenable TLS code.
278
279 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
280 Jim Blandy <jimb@redhat.com>
281
282 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
283 * target.c (update_current_target): Add
284 to_get_thread_local_address.
285 * target.h (to_get_thread_local_address): Export.
286 (target_get_thread_local_address): Define.
287 (target_get_thread_local_address_p): Define.
288 * thread-db.c: Include solib-svr4.h.
289 (td_thr_tls_get_addr_p): Define.
290 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
291 (thread_db_get_thread_local_address): New function.
292 (init_thread_db_ops): Initialize to_get_thread_local_address.
293 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
294 * configure: Regenerate.
295 * config.in: Regenerate.
296
297 2002-11-11 David Carlton <carlton@math.stanford.edu>
298
299 * linespec.c (set_flags): New function.
300 (decode_line_1): Move code into set_flags.
301
302 2002-11-11 David Carlton <carlton@math.stanford.edu>
303
304 * linespec.c (decode_line_1): Move chunks of code to separate
305 functions.
306 (initialize_defaults): New function.
307 (decode_indirect): New function.
308
309 2002-11-11 Andrew Cagney <ac131313@redhat.com>
310
311 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
312 instead of void_code_ptr.
313 (sigtramp_saved_pc): Ditto.
314
315 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
316 i386_fp_regnum_p.
317
318 2002-11-10 Daniel Jacobowitz <drow@mvista.com>
319
320 * gdbtypes.h (struct main_type): Move artificial flag out of
321 loc. New member of ``struct field'' named static_kind. Reduce
322 overloaded meaning of bitsize.
323 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
324 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
325 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
326
327 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
328 new fields.
329 (template_to_fixed_record_type, template_to_static_fixed_type)
330 (to_record_with_fixed_variant_part): Likewise.
331 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
332 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
333 * dwarfread.c (struct_type, enum_type): Likewise.
334 * hpread.c (hpread_read_enum_type)
335 (hpread_read_function_type, hpread_read_doc_function_type)
336 (hpread_read_struct_type): Likewise.
337 * mdebugread.c (parse_symbol): Likewise.
338
339 2002-11-10 Andrew Cagney <ac131313@redhat.com>
340
341 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
342 * stack.c (print_frame_info_base): Update.
343 (print_frame_info_base, frame_info): Update.
344 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
345 (sparc_frame_saved_pc): Update.
346 * ada-lang.c (find_printable_frame): Update.
347 * breakpoint.c (deprecated_frame_in_dummy): Update.
348
349 2002-11-09 Mark Kettenis <kettenis@gnu.org>
350
351 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
352 defined.
353 (regmap): Extend to cover all registers.
354 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
355 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
356 definitions.
357 (fetch_register, sore_register): Simplify.
358 (old_fetch_inferior_registers, old_store_inferior_registers):
359 Remove functions.
360 (cannot_fetch_register, cannot_store_register): Change
361 implementation to use regmap array to decide which registers
362 cannot be fetched/stored. This removes $orig_eax from the
363 registers that cannot be fetched/stored.
364 (fetch_inferior_registers): Call fetch_register directly instead
365 of calling old_fetch_inferior_registers.
366 (store_inferior_registers): Call store_register directly instead
367 of calling old_store_inferior_registers.
368 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
369 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
370 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
371
372 2002-11-09 Klee Dienes <kdienes@apple.com>
373
374 * i387-tdep.c (i387_supply_register): When called with NULL as a
375 buffer, mark the register as not provided (to mirror the behavior
376 of supply_register).
377 (i387_supply_fxsave): Ditto.
378 (i387_supply_fsave): Ditto (inherits the behavior from
379 i387_supply_register).
380
381 2002-11-09 Klee Dienes <kdienes@apple.com>
382
383 * blockframe.c (sigtramp_saved_pc): Use
384 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
385 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
386 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
387
388 2002-11-09 Andrew Cagney <ac131313@redhat.com>
389
390 * frame.c (get_prev_frame): Test prev_p to identify a previously
391 unwound frame. Initialize prev_p.
392 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
393 comment.
394
395 2002-11-09 Andrew Cagney <ac131313@redhat.com>
396
397 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
398 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
399 more comments. Zap dead code.
400
401 2002-11-09 Mark Kettenis <kettenis@gnu.org>
402
403 * infcmd.c (print_vector_info, print_float_info): Move code that
404 checks whether the target has any registers and whether there is a
405 selected frame up, such that it is also used if a target provides
406 multi-arch definitions of these functions.
407
408 2002-11-08 Andrew Cagney <ac131313@redhat.com>
409
410 * Makefile.in (DESTDIR): Define.
411 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
412 prefix.
413
414 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
415 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
416
417 2002-11-08 Andrew Cagney <ac131313@redhat.com>
418
419 * i386-linux-tdep.c: Include "reggroups.h".
420 (i386_linux_register_reggroup_p): New function.
421 (i386_linux_init_abi): Set register_reggroup_p to
422 i386_linux_register_reggroup_p.
423 * i386-tdep.h (i386_register_reggroup_p): Declare.
424 * i386-tdep.c: Include "reggroups.h".
425 (i386_init_reggroups): New function.
426 (i386_add_reggroups): New function.
427 (i386_register_reggroup_p): New function.
428 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
429 (_initialize_i386_tdep): Call i386_init_reggroups.
430 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
431 specific reggroups.
432
433 2002-11-09 Mark Kettenis <kettenis@gnu.org>
434
435 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
436 request that's available in *BSD.
437
438 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
439
440 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
441 FDOFF_REGNUM.
442
443 2002-11-08 Andrew Cagney <ac131313@redhat.com>
444
445 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
446 * dummy-frame.c (find_dummy_frame): Rename
447 generic_find_dummy_frame, make static. Return the dummy frame
448 instead of the regcache.
449 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
450 (cached_find_dummy_frame): New function. Use find_dummy_frame.
451 (dummy_frame_register_unwind): Rename
452 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
453 * dummy-frame.h (dummy_frame_register_unwind): Rename
454 generic_call_dummy_register_unwind.
455
456 2002-11-08 Mark Kettenis <kettenis@gnu.org>
457
458 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
459 except the inclusion of "i386/tm-i386.h", to...
460 * config/i386/nm-i386v42mp.h: ...here.
461 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
462
463 2002-11-08 Andrew Cagney <ac131313@redhat.com>
464
465 * Makefile.in (frame.o): Update dependencies.
466 * blockframe.c (current_frame, frame_obstack_alloc)
467 (frame_saved_regs_zalloc, get_current_frame)
468 (set_current_frame, create_new_frame)
469 (set_unwind_by_pc, get_next_frame)
470 (flush_cached_frames, reinit_frame_cache)
471 (frame_saved_regs_register_unwind)
472 (deprecated_generic_get_saved_register)
473 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
474 (_initialize_blockframe): Move frame code from here...
475 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
476 "annotate.h" and "dummy-frame.h".
477 (_initialize_frame): New function.
478
479 2002-11-08 Jim Blandy <jimb@redhat.com>
480
481 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
482 when we finish a function a context.
483 * buildsym.h (outermost_context_p): New macro.
484 (Bug analyzed by David Edelsohn.)
485
486 2002-11-08 Andrew Cagney <ac131313@redhat.com>
487
488 * blockframe.c: Include "dummy-frame.h".
489 (struct dummy_frame, dummy_frame_stack)
490 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
491 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
492 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
493 (generic_save_call_dummy_addr, generic_pop_current_frame)
494 (generic_pop_dummy_frame, generic_fix_call_dummy)
495 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
496 dummy frame code from here...
497 * dummy-frame.c: ...to here. New file.
498 * dummy-frame.h: New file.
499 (generic_call_dummy_register_unwind): Declare.
500 (generic_find_dummy_frame): Declare.
501 * Makefile.in (SFILES): Add dummy-frame.c.
502 (dummy-frame.o): Specify dependencies.
503 (dummy_frame_h): Define.
504 (COMMON_OBS): Add dummy-frame.o.
505 (blockframe.o): Update dependencies.
506
507 2002-11-08 Jim Blandy <jimb@redhat.com>
508
509 * dwarf2read.c (read_func_scope): Restore local_symbols and
510 param_symbols after we finish the function context. (Based on a
511 patch from David Edelsohn.)
512
513 2002-11-08 David Carlton <carlton@math.stanford.edu>
514
515 * linespec.c (symbol_found): New function.
516 (minsym_found): New function.
517 (decode_line_1): Separate out some code into separate functions.
518
519 2002-11-08 Joel Brobecker <brobecker@gnat.com>
520
521 * i386-tdep.c (i386_frameless_signal_p): Make non static for
522 the benefit of the interix target.
523 * i386-tdep.h (i386_frameless_signal_p): Declare.
524
525 2002-11-08 Andrew Cagney <ac131313@redhat.com>
526
527 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
528 declaration that snuck in from change below.
529
530 2002-11-06 Andrew Cagney <cagney@redhat.com>
531
532 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
533 all callers.
534 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
535 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
536 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
537 (i386_mxcsr_regnum_p): new function. Use instead of
538 MXCSR_REGNUM_P.
539 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
540 (i386_sse_regnum_p): Declare.
541 (i386_mxcsr_regnum_p): Declare.
542 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
543 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
544 (IS_FP_REGNUM): Update definition.
545 (IS_FPU_CTRL_REGNUM): Update definition..
546 (IS_SSE_REGNUM): Update definition..
547 * i386v-nat.c (register_u_addr): Update.
548 * go32-nat.c (fetch_register): Update.
549 (store_register): Update.
550
551 2002-11-07 Joel Brobecker <brobecker@gnat.com>
552
553 Preparation work to convert the hppa targets to multiarch partial.
554
555 * hppa-tdep.c: Add new functions replacing macro bodies from
556 config/pa/tm-hppa.h. These function will be used to initialize
557 the gdbarch structure. Import some comments from tm-hppa.h,
558 and place them where appropriate, to avoid loosing them when
559 we cleanup this file.
560 (hppa_reg_struct_has_addr): New function.
561 (hppa_inner_than): New function.
562 (hppa_stack_align): New function.
563 (hppa_pc_requires_run_before_use): New function.
564 (hppa_instruction_nullified): New function.
565 (hppa_register_byte): New function.
566 (hppa_register_virtual_type): New function.
567 (hppa_store_struct_return): New function.
568 (hppa_cannot_store_register): New function.
569 (hppa_frame_args_address): New function.
570 (hppa_frame_locals_address): New function.
571 (hppa_smash_text_address): New function.
572 (hppa_coerce_float_to_double): New function. Requires the inclusion
573 of "language.h".
574
575 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
576
577 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
578 gdbarch-eligible macro to a call to the new associated function
579 created in hppa-tdep.c.
580 (INNER_THAN): Likewise.
581 (STACK_ALIGN): Likewise.
582 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
583 (INSTRUCTION_NULLIFIED): Likewise.
584 (REGISTER_BYTE): Likewise.
585 (REGISTER_VIRTUAL_TYPE): Likewise.
586 (STORE_STRUCT_RETURN): Likewise.
587 (CANNOT_STORE_REGISTER): Likewise.
588 (FRAME_ARGS_ADDRESS): Likewise.
589 (FRAME_LOCALS_ADDRESS): Likewise.
590 (SMASH_TEXT_ADDRESS): Likewise.
591 (COERCE_FLOAT_TO_DOUBLE): Likewise.
592 (ABOUT_TO_RETURN): Delete, as no longer used.
593
594 2002-11-07 Fernando Nasser <fnasser@redhat.com>
595
596 * printcmd.c (disassemble_command): Remove obsolete function.
597 (_initialize_printcmd): Do not create disassemble command here.
598 * cli/cli-cmds.c (disassemble_command): New function. Implements
599 disassemble command.
600 (init_cli_cmds): Create disassemble command here instead.
601
602 2002-11-07 Andrew Cagney <ac131313@redhat.com>
603
604 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
605
606 2002-11-07 Andrew Cagney <ac131313@redhat.com>
607
608 * regcache.h (regcache_cooked_read_using_offset_hack)
609 (regcache_cooked_write_using_offset_hack): Delete declarations.
610 (register_changed): Delete declaration.
611 * regcache.c (regcache_cooked_read_using_offset_hack)
612 (regcache_cooked_write_using_offset_hack): Delete functions.
613 (cooked_xfer_using_offset_hack): Delete function.
614 (register_changed): Delete function.
615
616 2002-11-07 Jim Blandy <jimb@redhat.com>
617
618 * macroscope.c: #include "complaints.h".
619 (sal_macro_scope): Cope with filenames that appear in the symtabs,
620 but not in the macro table.
621 * Makefile.in (macroscope.o): Record dependency.
622
623 2002-11-07 Joel Brobecker <brobecker@gnat.com>
624
625 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
626
627 2002-11-07 Andrew Cagney <ac131313@redhat.com>
628
629 * regcache.c (deprecated_registers_fetched): Update.
630 * regcache.h (deprecated_registers_fetched): Rename
631 registers_fetched.
632 * remote-vxsparc.c (vx_read_register): Update.
633 * remote-vxmips.c (vx_read_register): Update.
634 * remote-vx68.c (vx_read_register): Update.
635 * irix5-nat.c (fetch_core_registers): Update.
636 * mipsm3-nat.c (fetch_inferior_registers): Update.
637 * sun3-nat.c (fetch_inferior_registers): Update.
638 * symm-nat.c (fetch_inferior_registers): Update.
639 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
640 (fetch_core_registers): Update.
641 (fetch_kcore_registers): Update.
642 * mips-nat.c (fetch_inferior_registers): Update.
643 * corelow.c (get_core_registers): Update.
644 * a68v-nat.c (fetch_inferior_registers): Update.
645
646 2002-11-06 Joel Brobecker <brobecker@gnat.com>
647
648 Put in place the framework necessary for multiarching the hppa targets.
649 * hppa-tdep.c (hppa_gdbarch_init): New function.
650 (hppa_dump_tdep): New function.
651 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
652 tdep structure dumper.
653 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
654 until the multi-arching conversion has partially been completed.
655
656 2002-11-06 Andrew Cagney <ac131313@redhat.com>
657
658 * valops.c (value_assign): Merge lval_register case into
659 lval_reg_frame_relative. Use frame_register and
660 regcache_cooked_write instead of get_saved_register and
661 write_register_bytes. After flushing the register cache, try to
662 re-select the selected frame.
663
664 2002-11-06 Andrew Cagney <ac131313@redhat.com>
665
666 * regcache.h (deprecated_register_valid): Rename register_valid.
667 * regcache.c: Update.
668 * ia64-aix-nat.c: Update.
669 * i386gnu-nat.c: Update.
670 * alpha-nat.c: Update.
671 * sparc-nat.c: Update.
672 * lynx-nat.c: Update.
673 * remote-mips.c: Update.
674
675 2002-11-06 Joel Brobecker <brobecker@gnat.com>
676
677 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
678 to end of file, to be more consistent with the pratice followed
679 by other targets.
680
681 2002-11-06 Andrew Cagney <ac131313@redhat.com>
682
683 * infcmd.c: Include "reggroups.h" and <ctype.h>.
684 (print_float_info): Print registers in float_reggroup.
685 (print_vector_info): Print registers in vector_reggroup.
686 (default_print_registers_info): When all, print registers in
687 all_reggroup. Otherwize, print registers in general_reggroup.
688 (registers_info): Rewrite. Add support for register groups.
689 Eliminate a goto.
690
691 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
692
693 * symtab.c (methods_info): Delete. It has been ifdeffed out for
694 ages.
695 (symtab_symbol_info): Remove eons old ifdeffed out code.
696 (_initialize_symtab): Remove prehistoric disabled 'info methods'
697 command.
698
699 2002-11-06 Theodore A. Roth <troth@openavr.org>
700
701 * c-exp.y: Add missing semi-colons.
702 * f-exp.y: Add missing semi-colons.
703 * m2-exp.y: Add missing semi-colons.
704 * p-exp.y: Add missing semi-colons.
705 Add empty action to start rule to avoid a type clash error when
706 building with bison >= 1.50.
707
708 2002-11-06 Jim Blandy <jimb@redhat.com>
709
710 * macrotab.h (struct macro_source_file): Doc fix.
711
712 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
713
714 * varobj.c (child_exists, cplus_number_of_children): Change
715 STREQ macro references to strcmp.
716 (cplus_name_of_child): Change code to handle the fact that
717 fields are not necessarily contiguous with regards to their
718 access control. This is a fix for PR gdb/792.
719
720 2002-11-05 Andrew Cagney <ac131313@redhat.com>
721
722 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
723 * gdbarch.h, gdbarch.c: Regnerate.
724 * frame.h (frame_register): Declare.
725 * frame.c (frame_register): New function.
726 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
727 GET_SAVED_REGISTER, otherwize call
728 generic_unwind_get_saved_register.
729 (frame_register_read): Use frame_register instead of
730 get_saved_register.
731
732 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
733
734 From Jim Ingham <jingham@apple.com>:
735 * event-top.c (gdb_disable_readline): New function.
736 (_initialize_event_loop): Move comment.
737
738 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
739
740 * event-loop.c (start_event_loop): Add comment.
741 Update copyright.
742
743 2002-11-05 Andrew Cagney <ac131313@redhat.com>
744
745 * infcmd.c (default_print_registers_info): Do not call
746 PRINT_REGISTER_HOOK.
747
748 2002-11-05 Andrew Cagney <ac131313@redhat.com>
749
750 * sparc-tdep.c (sparc_print_register_hook): Make static.
751 (sparc_print_registers_info): New function.
752 (sparc_do_registers_info): New function.
753 (sparclet_print_registers_info): New function.
754 (sparclet_do_registers_info): New function.
755 (do_sparc_print_registers_info): New function.
756 (sparc_print_registers): New static function, clone of infcmd.c's
757 default_print_registers_info.
758 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
759 (sparclet_do_registers_info): Declare.
760 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
761 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
762 Re-define.
763 (sparc_do_registers_info): Declare.
764 (PRINT_REGISTER_HOOK): Delete macro.
765 (sparc_print_register_hook): Delete declaration.
766
767 2002-11-05 David Carlton <carlton@math.stanford.edu>
768
769 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
770 functions.
771 (lookup_symbol_aux_local): New function.
772 (lookup_symbol_aux_symtabs): New function.
773 (lookup_symbol_aux_psymtabs): New function.
774
775 2002-11-05 David Carlton <carlton@math.stanford.edu>
776
777 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
778 previous values of 'objfile' and 'block'.
779
780 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
781
782 * values.c (value_change_enclosing_type): Set
783 enclosing_type field correctly also for the case where
784 more memory needs to be allocated.
785
786 2002-11-03 Mark Kettenis <kettenis@gnu.org>
787
788 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
789 of puts_filtered.
790
791 * i387-tdep.c (i387_print_float_info): Replace calls to
792 register_read and deprecated_read_register_gen with calls to
793 frame_register_read, and make the necessary adjustments to the
794 surrounding code.
795
796 2002-11-02 Andrew Cagney <ac131313@redhat.com>
797
798 * gdbarch.sh (register_reggroup_p): Allow default value.
799 * gdbarch.h, gdbarch.c: Regenerate.
800
801 2002-11-02 Andrew Cagney <ac131313@redhat.com>
802
803 * regcache.h: Add coment indicating replacements for deprecated
804 functions.
805
806 2002-11-02 Andrew Cagney <cagney@redhat.com>
807
808 * reggroups.h, reggroups.c: New files.
809 * regcache.c: Include "reggroups.h".
810 (enum regcache_dump_what): Add `regcache_dump_groups'.
811 (regcache_dump): Contract size of the "Type" column. When
812 specified, dump the register's groups.
813 (maintenance_print_register_groups): New function.
814 (_initialize_regcache): Add command `maint print register-groups'.
815 * Makefile.in (COMMON_OBS): Add reggroups.o
816 (SFILES): Add reggroups.c.
817 (reggroups_h): Define.
818 (regcache.o, gdbarch.o): Update dependencies.
819 (reggroups.o): Specify dependencies.
820 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
821 Add opaque declaration for `struct reggroup' in generated .h file.
822 Include "reggroups.h" in generated .c file.
823 gdbarch.h, gdbarch.c: Re-generate.
824
825 2002-11-02 Andrew Cagney <cagney@redhat.com>
826
827 * regcache.h (deprecated_read_register_gen): Rename
828 read_register_gen.
829 (deprecated_write_register_gen): Rename write_register_gen.
830 * i387-tdep.c: Update.
831 * x86-64-linux-nat.c: Update
832 * wince.c: Update.
833 * thread-db.c: Update.
834 * win32-nat.c: Update.
835 * mips-tdep.c: Update.
836 * d10v-tdep.c: Update.
837 * cris-tdep.c: Update.
838 * remote-sim.c: Update.
839 * remote-rdi.c: Update.
840 * remote-rdp.c: Update.
841 * frame.c: Update.
842 * target.c: Update.
843 * blockframe.c: Update.
844 * x86-64-tdep.c: Update.
845 * xstormy16-tdep.c: Update.
846 * sh-tdep.c: Update.
847 * s390-tdep.c: Update.
848 * rs6000-tdep.c: Update.
849 * sparc-tdep.c: Update.
850 * i386-tdep.c: Update.
851 * dwarf2cfi.c: Update.
852 * regcache.c: Update.
853
854 2002-11-01 Joel Brobecker <brobecker@gnat.com>
855
856 New interix-specific files:
857 * config/i386/nm-interix.h: New file.
858 * config/i386/interix.mh: New file.
859 * config/i386/interix.mt: New file.
860 * i386-interix-nat.c: New file.
861 * i386-interix-tdep.c: New file.
862
863 2002-11-01 Andrew Cagney <cagney@redhat.com>
864
865 * frame.h (deprecated_generic_get_saved_register): Rename
866 generic_get_saved_register.
867 * blockframe.c (deprecated_generic_get_saved_register): Update.
868 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
869 (xstormy16_frame_saved_register): Update.
870 * sh-tdep.c (sh_gdbarch_init): Update.
871 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
872 * ia64-tdep.c (ia64_get_saved_register): Update.
873 * cris-tdep.c (cris_gdbarch_init): Update.
874 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
875 * arm-tdep.c (arm_gdbarch_init): Update.
876
877 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
878
879 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
880
881 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
882
883 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
884 trampolines in sigaction.
885
886 2002-10-31 Andrew Cagney <cagney@redhat.com>
887
888 * h8300-tdep.c: Include "gdb_assert.h".
889 (h8300_print_register): Add gdbarch, file and frame parameters.
890 Use frame_read_unsigned_register to read the register's value.
891 Use fprintf_filtered to display output.
892 (h8300_print_registers_info): Replace h8300_do_registers_info.
893 (h8300_gdbarch_init): Set print_registers_info.
894
895 2002-10-31 Andrew Cagney <cagney@redhat.com>
896
897 * frame.c (frame_read_unsigned_register): New function.
898 (frame_read_signed_register): New function.
899 * frame.h (frame_read_unsigned_register): Declare.
900 (frame_read_signed_register): Declare.
901
902 2002-10-31 Andrew Cagney <cagney@redhat.com>
903
904 * h8500-tdep.c (h8500_print_registers_info): New static function,
905 clone of infcmd.c's default_print_registers_info.
906 (h8500_do_registers_info): New funtion.
907 (h8500_print_register_hook): Rename print_register_hook, make
908 static.
909
910 * config/h8500/tm-h8500.h: Update copyright.
911 (DEPRECATED_DO_REGISTERS_INFO): Define.
912 (h8500_do_registers_info: Declare.
913 (PRINT_REGISTER_HOOK): Delete macro.
914 (print_register_hook): Delete function.
915
916 2002-10-31 Andrew Cagney <cagney@redhat.com>
917
918 * z8k-tdep.c (z8k_print_register_hook): Make static.
919 (z8k_print_registers_info): New static function, clone of
920 infcmd.c's default_print_registers_info.
921 (z8k_do_registers_info): New function. Wrap
922 z8k_print_registers_info.
923 * config/z8k/tm-z8k.h: Update copyright.
924 (PRINT_REGISTER_HOOK): Delete macro.
925 (z8k_print_register_hook): Delete declaration.
926 (DEPRECATED_DO_REGISTERS_INFO): Define.
927 (z8k_do_registers_info): Declare.
928
929 2002-10-30 Joel Brobecker <brobecker@gnat.com>
930
931 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
932 as this is already provided by value.h, and was actually causing
933 a compilation error because of a conflict in parameter type
934 declaration due to a missing const keyword.
935 (low_text_segment_addres): Fix a compilation warning.
936
937 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
938
939 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
940 registers without a name.
941 (mips_linux_cannot_store_register): Don't store registers without
942 a name.
943
944 2002-10-28 David Carlton <carlton@math.stanford.edu>
945
946 * symtab.c (find_addr_symbol): Delete. (It was already commented
947 out.)
948 * symtab.h: Delete prototype for find_addr_symbol.
949
950 2002-10-26 Andrew Cagney <cagney@redhat.com>
951
952 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
953 DO_REGISTERS_INFO.
954 gdbarch.h, gdbarch.c: Re-generate.
955 * infcmd.c (default_print_registers_info): Update reference.
956 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
957 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
958 * sh-tdep.c (sh_gdbarch_init): Ditto.
959 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
960 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
961
962 2002-10-26 Mark Kettenis <kettenis@gnu.org>
963
964 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
965 cfi_init_extra_frame_info.
966 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
967 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
968
969 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
970 target where necessary. Add more comments and remove the ones
971 that don't provide any useful information.
972
973 * i386-tdep.c (i386_frame_saved_pc): Replace call to
974 deprecated_read_register_dummy with
975 frame_unwind_unsigned_register.
976
977 * i386-tdep.c (i386_extract_struct_value_address): Use
978 regcache_raw_read_unsigned instead of
979 regcache_cooked_read_unsigned since we know that the register
980 we're reading isn't a pseudo register. Rename variable 'val' into
981 the more descriptive 'addr'.
982
983 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
984 (x86_64_push_return_address): Add comment.
985 (x86_64_pop_frame): Make static.
986 (examine_argument): Clarify comment.
987 (x86_64_skip_prologue): Make prolog_expact variable static.
988
989 * dwarf2cfi.c: Fix some formatting problems.
990 (context_cpy, read_encoded_pointer): Clarify comments.
991
992 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
993 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
994 i386 target back into x86_64_gdbarch_init. Add some comments and
995 remove meaningless ones.
996
997 2002-10-25 Andrew Cagney <cagney@redhat.com>
998
999 * complaints.h (struct deprecated_complaint): Rename `struct
1000 complaint'.
1001 * complaints.c (complain): Update.
1002 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
1003 incorrect comment indicating that "symfile.h" was being included
1004 for the `struct complaint' definition.
1005 * remote-vx.c: Update.
1006 * objc-lang.c: Update.
1007 * xcoffread.c: Update.
1008 * hpread.c: Update.
1009 * mdebugread.c: Update.
1010 * stabsread.c: Update.
1011 * dwarf2read.c: Update.
1012 * dwarfread.c: Update.
1013 * elfread.c: Update.
1014 * coffread.c: Update.
1015 * stabsread.h: Update.
1016 * dbxread.c: Update.
1017 * buildsym.c: Update.
1018 * gdbtypes.c: Update.
1019 * macrotab.c: Update.
1020
1021 2002-10-25 Mark Kettenis <kettenis@gnu.org>
1022
1023 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
1024 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
1025 (x86_64_init_abi): ...new function.
1026
1027 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1028 * i386v-nat.c: Include "i386-tdep.h".
1029
1030 2002-10-25 Andrew Cagney <cagney@redhat.com>
1031
1032 * gdbtypes.c (address_space_name_to_int): Update.
1033 (address_space_int_to_name): Update.
1034 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
1035 multi-arch predicate.
1036 (address_class_name_to_type_flags): Ditto.
1037 * gdbarch.h, gdbarch.c: Re-generate.
1038
1039 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
1040
1041 2002-10-24 Martin M. Hunt <hunt@redhat.com>
1042
1043 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
1044
1045 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
1046
1047 * symtab.h (INIT_SAL): Delete macro.
1048 (init_sal): Export.
1049 * symtab.c (init_sal): New function.
1050
1051 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
1052 to init_sal function call.
1053 (find_sal_from_funcs_and_line): Ditto.
1054 (all_sals_for_line): Ditto.
1055 * breakpoint.c (create_internal_breakpoint): Ditto.
1056 (create_fork_vfork_event_catchpoint): Ditto.
1057 (create_exec_event_catchpoint): Ditto.
1058 (parse_breakpoint_sals): Ditto.
1059 (watch_command_1): Ditto.
1060 (handle_gnu_4_16_catch_command): Ditto.
1061 (clear_command): Ditto.
1062 * hppa-tdep.c (child_enable_exception_callback): Ditto.
1063 * infcmd.c (run_stack_dummy): Ditto.
1064 * infrun.c (process_event_stop_test): Ditto.
1065 (check_sigtramp2): Ditto.
1066 (step_over_function): Ditto.
1067 * linespec.c (decode_line_2): Ditto.
1068 (decode_line_1): Ditto.
1069 * source.c (line_info): Ditto.
1070 * symtab.c (find_pc_sect_line): Ditto.
1071
1072 2002-10-24 Michal Ludvig <mludvig@suse.cz>
1073
1074 * dwarf2cfi.c (struct context)
1075 (struct context_reg): Moved to dwarf2cfi.h
1076 (context_alloc, frame_state_alloc, context_cpy):
1077 Made extern instead of static, removed prototypes.
1078 * dwarf2cfi.h (struct context)
1079 (struct context_reg): New, moved from dwarf2cfi.c
1080 (context_alloc, frame_state_alloc, context_cpy):
1081 New prototypes.
1082 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
1083 Changed from static to extern.
1084 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
1085 (LINUX_SIGCONTEXT_FP_OFFSET)
1086 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
1087 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
1088 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
1089 * x86-64-tdep.c (x86_64_gdbarch_init): Several
1090 set_gdbarch_*() calls now use x86-64 specific functions
1091 instead of DWARF2 CFI ones.
1092 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
1093 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
1094 (x86_64_init_extra_frame_info): New prototypes.
1095
1096 2002-10-23 David Carlton <carlton@math.stanford.edu>
1097
1098 * linespec.c: #include "parser-defs.h".
1099 Delete prototype for find_template_name_end.
1100 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
1101
1102 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
1103
1104 * NEWS: add recent mi fixes.
1105 * varobj.c (struct varobj): Add new "updated" flag.
1106 (new_variable): Default "updated" flag to 0.
1107 (varobj_set_value): Set "updated" flag to 1 if value
1108 changes.
1109 (varobj_update): Check varobj "updated" flag before
1110 comparing old and refreshed values. Fix for
1111 PR gdb/702.
1112
1113 2002-10-23 David Carlton <carlton@math.stanford.edu>
1114
1115 * parse.c (parse_exp_1): Use BLOCK_START.
1116 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1117 SYMBOL_BLOCK_VALUE.
1118 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1119
1120 2002-10-23 David Carlton <carlton@math.stanford.edu>
1121
1122 * symtab.c: Delete cplusplus_hint.
1123 Delete prototype for find_template_name_end.
1124
1125 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1126
1127 * symtab.h: Update comment.
1128
1129 2002-10-23 Michael Snyder <msnyder@redhat.com>
1130
1131 * printcmd.c (address_info): Restore quotes in output.
1132 * valops.c (value_of_local): Restore quotes in error message.
1133
1134 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1135
1136 * symtab.c (symbol_demangled_name): New function.
1137 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1138 turning most of it into a function.
1139 (symbol_demangled_name): Export.
1140
1141 2002-10-23 Michael Snyder <msnyder@redhat.com>
1142
1143 * valops.c (value_of_local): Restore quotes in error message.
1144
1145 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1146
1147 * symtab.c (symbol_init_language_specific): New function.
1148 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1149 turning most of it into a function.
1150 (symbol_init_language_specific): Export.
1151
1152 2002-10-23 David Carlton <carlton@math.stanford.edu>
1153
1154 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1155 (dwarf_attr_name): Ditto.
1156 (dwarf_type_encoding_name): Ditto.
1157 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1158 (process_die): Handle DW_TAG_namespace,
1159 DW_TAG_imported_declaration, DW_TAG_imported_module.
1160 (read_namespace): New function.
1161
1162 2002-10-22 Joel Brobecker <brobecker@gnat.com>
1163
1164 * configure.in: Define NEW_PROC_API on Interix too.
1165 * configure: Regenerate.
1166
1167 2002-10-21 Joel Brobecker <brobecker@gnat.com>
1168
1169 * configure: Regenerate using the proper version of autoconf.
1170
1171 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1172
1173 * findvar.c (read_var_value): Temporarily disable TLS code, until
1174 complete TLS support is added.
1175
1176 2002-10-21 Jim Blandy <jimb@redhat.com>
1177 Elena Zannoni <ezannoni@redhat.com>
1178
1179 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1180 for thread local storage locations.
1181 (struct symbol): Add objfile field.
1182 (SYMBOL_OBJFILE): Define.
1183 * dwarf2read.c (is_thread_local): New static variable.
1184 (new_symbol): If variable is in thread local fill in address class
1185 and objfile appropriately.
1186 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1187 stack operation.
1188 * printcmd.c (address_info): Print the information for thread
1189 local storage variable.
1190 * findvar.c (read_var_value): In case of thread local variable,
1191 defer to the target vector code to compute address.
1192
1193 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1194
1195 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1196 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1197
1198 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1199
1200 * symtab.h (address_class): Rename
1201 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1202 * hpread.c (hpread_process_one_debug_symbol): Ditto.
1203 * printcmd.c (address_info): Ditto.
1204 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1205
1206 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1207
1208 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1209 DBREG_DRX macro to acces debug registers.
1210
1211 * Makefile.in (i386obsd-tdep.o): New target.
1212
1213 * solib-sunos.c: Include "bcache.h" and "regcache.h".
1214 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1215
1216 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1217 * config/i386/obsd.mt: New file.
1218 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1219 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1220 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1221 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1222 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1223 * i386obsd-tdep.c: New file.
1224
1225 2002-10-19 Adam Fedor <fedor@gnu.org>
1226
1227 * objc-exp.y (name_not_typename): Fix invalid comment.
1228
1229 2002-10-20 Mark Kettenis <kettenis@gnu.org>
1230
1231 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1232 to allocate partial syms and macro byte caches.
1233
1234 2002-10-18 David Carlton <carlton@math.stanford.edu>
1235
1236 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1237
1238 2002-10-18 Adam Fedor <fedor@gnu.org>
1239
1240 * stabsread.c (find_name_end): New function.
1241 (define_symbol): Use it.
1242
1243 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
1244
1245 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1246 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1247 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1248 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1249
1250 2002-10-17 David Carlton <carlton@math.stanford.edu>
1251
1252 * symfile.h: Add opaque declaration for struct obstack.
1253 Declare obsavestring to take a const char *.
1254 * symfile.c (obsavestring): Make first argument a const char *.
1255
1256 2002-10-16 Adam Fedor <fedor@gnu.org>
1257
1258 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1259 names when matching breakpoints in current file.
1260
1261 2002-10-16 Kevin Buettner <kevinb@redhat.com>
1262
1263 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1264 (read_tag_pointer_type): Add address class support.
1265 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1266 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1267 New methods.
1268 * gdbarch.h, gdbarch.c: Regenerate.
1269 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1270 (make_type_with_address_space, recursive_type_dump): Add address
1271 class support.
1272 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1273 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1274 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1275
1276 2002-10-16 Klee Dienes <kdienes@apple.com>
1277
1278 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1279 to get the last character of a char[] buffer, not
1280 name[sizeof(vptr_name)-1].
1281
1282 2002-10-14 Adam Fedor <fedor@gnu.org>
1283
1284 * symtab.h: New objc_specific struct.
1285 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1286 (SYMBOL_DEMANGLED_NAME): Likewise.
1287
1288 2002-10-14 Adam Fedor <fedor@gnu.org>
1289
1290 * symfile.c (init_filename_language_table): Add ObjC file extension.
1291
1292 2002-10-14 Adam Fedor <fedor@gnu.org>
1293
1294 * utils.c (puts_filtered_tabular): New function.
1295 (fprintf_symbol_filtered): Get ObjC demangled name.
1296 * defs.h (puts_filtered_tabular): Declared.
1297
1298 2002-10-14 Kevin Buettner <kevinb@redhat.com>
1299
1300 * c-lang.h (c_type_print_varspec_prefix): Delete.
1301 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1302 ``need_post_space'' parameter. Adjust all callers.
1303
1304 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
1305
1306 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1307 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1308 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1309 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1310
1311 2002-10-13 Adam Fedor <fedor@gnu.org>
1312
1313 * source.c (print_source_lines): Update comments.
1314
1315 2002-10-13 Adam Fedor <fedor@gnu.org>
1316
1317 * valops.c (value_of_local): New function.
1318 (value_of_this): Use it.
1319 * value.h (value_of_local): Declared.
1320
1321 2002-10-13 Adam Fedor <fedor@gnu.org>
1322
1323 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1324 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1325
1326 2002-10-12 Adam Fedor <fedor@gnu.org>
1327
1328 * language.c (binop_result_type): Add language_objc to case.
1329 (integral_type): Likewise.
1330 (character_type): Likewise.
1331 (string_type): Likewise.
1332 (boolean_type): Likewise.
1333 (structured_type): Likewise.
1334 (binop_type_check): Likewise.
1335
1336 2002-10-11 Adam Fedor <fedor@gnu.org>
1337
1338 * printcmd.c (address_info): Print 'self' for ObjC.
1339
1340 2002-10-11 Adam Fedor <fedor@gnu.org>
1341
1342 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1343 OP_SELF.
1344
1345 2002-10-11 Adam Fedor <fedor@gnu.org>
1346
1347 * language.h (CAST_IS_CONVERSION): Add language_objc.
1348
1349 2002-10-11 Adam Fedor <fedor@gnu.org>
1350
1351 * defs.h (enum language): Add language_objc.
1352
1353 2002-10-11 Klee Dienes <kdienes@apple.com>
1354
1355 * corefile.c (read_memory_typed_address): New function.
1356 * gdbcore.h (read_memory_typed_address): Add prototype.
1357 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1358 to read a value destined for a CORE_ADDR, not read_memory_integer.
1359 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1360 (f77_get_dynamic_lowerbound): Ditto.
1361
1362 2002-10-11 Martin M. Hunt <hunt@redhat.com>
1363
1364 * utils.c (string_to_core_addr): After turning string into
1365 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1366 which will do necessary sign-extension, etc.
1367
1368 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
1369
1370 * c-exp.y (THIS): Delete token and grammar rule.
1371 (yylex): Don't return THIS.
1372 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1373 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1374 * demangle.c (cplus_markers): Update comment. Put '$'
1375 first. Remove CPLUS_MARKER.
1376 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1377 * jv-exp.y (THIS): Delete token and grammar rule.
1378 (yylex): Don't return THIS.
1379 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1380 * objc-exp.y (THIS): Delete token and grammar rule.
1381 (yylex): Don't return THIS.
1382 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1383 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1384 (read_member_functions): Likewise for opname.
1385 (read_tilde_fields): Use is_cplus_marker.
1386
1387 * defs.h (CPLUS_MARKER): Don't define.
1388 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1389 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1390 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1391 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1392 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1393
1394 * config/i386/tm-i386v4.h: Delete file.
1395 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1396 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1397 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1398 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1399 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1400 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1401 * config/i386/i386v4.mt (TM_FILE): Likewise.
1402 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1403
1404 2002-10-10 Marko Mlinar <markom@opencores.org>
1405
1406 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1407 accidentially not commited 2002-10-09
1408 * gdbarch.h, gdbarch.c: Re-generate.
1409
1410 2002-10-09 Marko Mlinar <markom@opencores.org>
1411
1412 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1413 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1414 * gdbarch.h, gdbarch.c: Re-generate.
1415
1416 2002-10-08 Petr Sorfa <petrs@caldera.com>
1417
1418 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1419
1420 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1421 so we can work on more than one compilation unit at a time. This
1422 helps prepare GDB to handle inter-CU die references.
1423 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1424 the code to be defined before struct comp_unit_head.
1425 (comp_unit_head): Added new members - offset, cu_head,
1426 begin_die, next and dwarf2_abbrevs.
1427 (dwarf2_abbrevs): Removed single static var; now member of
1428 struct comp_unit_head.
1429 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1430 members.
1431 (psymtab_to_symtab_1): Changed to work with the new
1432 struct comp_unit_head.
1433 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1434 constructs the dwarf2_abbrevs[] inside the cu_header.
1435 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1436 dwarf2_abbrev table to clean up.
1437 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1438 handling of dwarf2_abbrevs inside the cu_header.
1439 (read_partial_die): Now supports the call to the new
1440 dwarf2_lookup_abbrev.
1441 (read_full_die): Now supports the call to the new
1442 dwarf2_lookup_abbrev.
1443
1444 2002-10-06 Christopher Faylor <cgf@redhat.com>
1445
1446 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1447 insure that shell variables, such as "transformed_name" are propagated
1448 to later shell statements in rule.
1449
1450 2002-10-06 Mark Kettenis <kettenis@gnu.org>
1451
1452 * config/i386/nm-i386sco.h: Add protection against
1453 multiple-inclusion. Include "i386/nm-i386v.h".
1454 (REGISTER_U_ADDR): Remove define.
1455 (i386_register_u_addr): Remove prototype.
1456
1457 2002-10-04 Michael Snyder <msnyder@redhat.com>
1458
1459 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1460 before treating it as a single-step event.
1461
1462 2002-10-03 Adam Fedor <fedor@gnu.org>
1463
1464 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1465 (objc_demangle): Remove assignment in if statements, Replace
1466 free with xfree.
1467 (add_msglist): Likewise.
1468 (end_msglist): Likewise.
1469 (complare_selectors): Likewise.
1470 (selectors_info): Likewise.
1471 (compare_classes): Likewise.
1472 (classes_info): Likewise.
1473 (print_object_command): Likewise.
1474 (find_objc_msgcall_submethod): Replace PTR with void *.
1475 * objc-lang.h: Remove check for __STDC__.
1476
1477 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1478
1479 * ui-out.h (ui_out_field_fmt_int): New prototype.
1480 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1481 of field width and alignment.
1482 * stack.c (print_frame_info_base): When printing frame level, use
1483 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1484 PR gdb/192
1485
1486 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1487
1488 * MAINTAINERS: Add self to Write After Approval list.
1489
1490 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1491
1492 * infcmd.c (interrupt_target_command_wrapper): Delete.
1493 (interrupt_target_command): Make non static.
1494 (nofp_registers_info): Make static.
1495 * stack.c (return_command_wrapper): Delete.
1496 (return_command): Make non static.
1497
1498 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1499
1500 * event-top.c (gdb_setup_readline): New function. Code moved from
1501 _initialize_event_loop().
1502 (_initialize_event_loop): Call gdb_setup_readline().
1503
1504 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1505
1506 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1507 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1508 * gdbarch.h, gdbarch.c: Re-generate.
1509
1510 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
1511
1512 Fix PR gdb/778
1513 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1514 before recursing.
1515 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1516 of fill_in_vptr_fieldno.
1517
1518 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1519
1520 * inferior.h (registers_info, stepi_command, nexti_command,
1521 continue_command, interrupt_target_command): Export from infcmd.c.
1522 * frame.h (args_info, selected_frame_level_changed_hook,
1523 return_command): Export from stack.c.
1524 * v850ice.c (stepi_command, nexti_command, continue_command): use
1525 prototypes from inferior.h.
1526 * tracepoint.c (registers_info, args_info, locals_info): Use
1527 prototypes from frame.h and inferior.h.
1528 * Makefile.in (mi-main.o): Add dependency on frame.h.
1529
1530 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1531
1532 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1533 value in register 3 adjusted by ppc_gp0_regnum.
1534
1535 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1536
1537 2002-10-02 Marko Mlinar <markom@opencores.org>
1538
1539 * MAINTAINERS: Add myself to the Write After Approval list.
1540
1541 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
1542
1543 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1544 of the section for the N64 ABI, fixed.
1545
1546 * config/mips/tm-irix6.h: Include solib.h.
1547
1548 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
1549
1550 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1551 GNU operators.
1552
1553 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1554
1555 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1556 and that "mi0" syntax has been removed.
1557
1558 2002-09-30 David Carlton <carlton@math.stanford.edu>
1559
1560 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1561 * ppc-sysv-tdep.c: #include "gdb_string.h".
1562 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1563 pacify GCC.
1564
1565 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1566
1567 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1568 "vrsave"'s register number.
1569
1570 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1571
1572 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1573 use frame_unwind_signed_register to obtain the PC.
1574 (mips_frame_chain): Handle a generic dummy frame.
1575 (mips_init_extra_frame_info): When a generic dummy frame, don't
1576 re-compute the frame base.
1577 (mips_pop_frame): Handle generic dummy frames.
1578 (mips_gdbarch_init): When generic dummy frames, set
1579 use_generic_dummy_frames, push_dummy_frame to
1580 generic_push_dummy_frame, pc_in_call_dummy to
1581 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1582 generic_save_dummy_frame_tos.
1583
1584 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1585
1586 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1587 against TOP when TOP was explictly set.
1588 (generic_push_dummy_frame): Set TOP to zero.
1589
1590 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
1591
1592 * event-loop.c (start_event_loop): Rename variable 'result' to
1593 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1594
1595 2002-09-30 Keith Seitz <keiths@redhat.com>
1596
1597 * gdb-events.sh (selected_thread_changed): New event.
1598 * gdb-events.c: Regenerated.
1599 * gdb-events.h: Regenerated.
1600
1601 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1602
1603 * MAINTAINERS: Add self to Write After Approval list.
1604
1605 2002-09-30 Fernando Nasser <fnasser@redhat.com>
1606
1607 * disasm.c: New file.
1608 * disasm.h: New file.
1609 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1610 (compare_lines): Ditto.
1611 (dump_insns): Ditto.
1612 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1613 argument.
1614 (do_assembly_only): Ditto.
1615 (do_disassembly): Renamed to gdb_disassembly and moved to
1616 disasm.c. Sdded uiout argument.
1617 * Makefile.in: Add new files. Reorder SFILES list. Update
1618 dependencies. Include libgdb.a later in the insight executable.
1619
1620 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1621
1622 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1623 bfd/elf64-alpha-fbsd.c.
1624
1625 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1626
1627 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1628 i386gnu-tdep.c.
1629
1630 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1631
1632 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1633 __FUNCTION__.
1634 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1635 function name.
1636 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1637 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1638 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1639 (S_msg_sig_post_reply): Ditto.
1640
1641 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
1642
1643 * sh-tdep.c (sh_use_struct_convention): Use definition according
1644 to ABI.
1645 (sh_push_arguments): Store in register with correct endianess.
1646 (sh_default_store_return_value): Ditto.
1647 (sh_gdbarch_init): Set sizeof long double to 8.
1648
1649 2002-09-27 Mark Kettenis <kettenis@gnu.org>
1650
1651 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1652 Fix some whitespace problems.
1653
1654 2002-09-27 David Carlton <carlton@math.stanford.edu>
1655
1656 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1657 (mcore-tdep.o): Ditto.
1658 (ns32k-tdep.o): Ditto.
1659 (ns32knbsd-tdep.o): Ditto.
1660 (sh3-rom.o): Ditto.
1661 (vax-tdep.o): Ditto.
1662 * cris-tdep.c: #include "gdb_string.h"
1663 * mcore-tdep.c: Ditto.
1664 * ns32k-tdep.c: Ditto.
1665 * ns32knbsd-tdep.c: Ditto.
1666 * sh3-rom.c: Ditto.
1667 * vax-tdep.c: Ditto.
1668
1669 2002-09-27 David Carlton <carlton@math.stanford.edu>
1670
1671 * config/djgpp/fnchange.lst: Add entries for
1672 gdb/testsuite/gdb.c++/m-static files.
1673
1674 2002-09-27 Jim Wilson <wilson@redhat.com>
1675
1676 * MAINTAINERS: Add myself to the Write After Approval list.
1677
1678 2002-09-26 Martin M. Hunt <hunt@redhat.com>
1679
1680 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1681
1682
1683 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1684
1685 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1686 frame.
1687
1688 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1689
1690 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1691 (rs6000_struct_return_address): Delete variable.
1692 (rs6000_store_struct_return): Update.
1693 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1694 deprecated_extract_struct_value_address.
1695 (rs6000_frame_align): New function.
1696 (rs6000_gdbarch_init): Set frame_align.
1697
1698 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1699
1700 From Grace Sainsbury <graces@redhat.com>:
1701 * Makefile.in (gdbtk-main.o): New target.
1702 (gdb.o): New target.
1703 (main_h): Define.
1704 (main.o): Update dependencies.
1705 (gdb$(EXEEXT)): Add gdb.o.
1706 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1707 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1708 (SUBDIR_GDBTK_CLEAN): Set.
1709 (install-gdbtk): Install the insight binary.
1710 (uninstall-gdbtk): New target.
1711 (all-gdbtk, clean-gdbtk): New rule.
1712 * top.c (use_windows): Default to zero.
1713 * main.c: Include "main.h".
1714 (main): Delete.
1715 (struct captured_main_args): Delete.
1716 (gdb_main): New function.
1717 * main.h: New file.
1718 * gdb.c: New File.
1719
1720 2002-09-25 Andrew Cagney <cagney@redhat.com>
1721
1722 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1723 (frame_map_regnum_to_name): New function.
1724 (frame_map_name_to_regnum): New function.
1725 * frame.h (frame_map_name_to_regnum): Declare.
1726 (frame_map_regnum_to_name): Declare.
1727 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1728 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1729 * parse.c: Do not include "builtin-regs.h".
1730 (target_map_name_to_register): Delete function.
1731 (write_dollar_variable): Use frame_map_name_to_regnum.
1732 * parser-defs.h (target_map_name_to_register): Delete declaration.
1733 * expprint.c: Include "frame.h".
1734 (print_subexp): Use frame_map_regnum_to_name.
1735 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1736 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1737
1738 2002-09-25 Andrew Cagney <ac131313@redhat.com>
1739
1740 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1741 wasn't saved, and the next innermost frame is a dummy, return the
1742 dummy frame's link register.
1743
1744 2002-09-24 Jim Blandy <jimb@redhat.com>
1745
1746 Fix from Paul Breed:
1747 * main.c (captured_main): Add a `break' after the case for 'b'.
1748
1749 2002-09-24 Keith Seitz <keiths@redhat.com>
1750
1751 * varobj.c (c_type_of_child): Use get_target_type instead
1752 of TYPE_TARGET_TYPE.
1753
1754 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1755
1756 * source.c (get_current_or_default_source_symtab_and_line): Remove
1757 function.
1758 (set_default_source_symtab_and_line): New function. Attempts to
1759 determine a source file to list lines from if one is not currently
1760 defined.
1761 (get_current_source_symtab_and_line): Initialize sal.pc and
1762 sal.end fields.
1763 (set_current_source_symtab_and_line): Mark argument as const.
1764 * source.h: Update declarations and comments.
1765 * linespec.c (decode_line_1): Replace call to removed routine above.
1766 * stack.c (print_frame_info_base): Ditto.
1767 * cli/cli-cmds.c (edit_command): Ditto.
1768 (list_command): Ditto.
1769
1770 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1771
1772 * source.c (get_current_or_default_source_symtab_and_line): Initialize
1773 sal.pc and sal.end fields.
1774 (get_current_or_default_source_symtab_and_line): Ditto.
1775 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1776 so we do not cause a new source symtab to be searched for (reverting an
1777 unintentional change from the 2002-09-20 patch).
1778 * scm-lang.c (scm_unpac): Ditto.
1779
1780 2002-09-21 Andrew Cagney <cagney@redhat.com>
1781
1782 * complaints.c (symfile_explanations): Remove new-line from
1783 ``isolated_message''.
1784 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1785 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1786
1787 2002-09-20 Nick Clifton <nickc@redhat.com>
1788
1789 * NEWS: Announce that V850EA ISA is no longer supported.
1790 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1791
1792 2002-09-20 David Carlton <carlton@math.stanford.edu>
1793
1794 * Makefile.in (c-lang.o): Correct dependencies.
1795 (utils.o): Gather dependencies.
1796 (charset.o): Move.
1797 * c-lang.c: #include "gdb_string.h"
1798
1799 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1800
1801 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1802 * cli/cli-cmds.c (list_command): New function. Implements the new
1803 cli edit command.
1804 (_init_cli_cmds): Add new command definition.
1805 * gdb.1: Document edit command.
1806 * doc/gdb.texinfo: Document edit command.
1807
1808 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1809
1810 * source.c: Make global variables current_source_symtab and
1811 current_source_line static.
1812 (list_command): Moved to cli/cli-cmds.c.
1813 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1814 (get_first_line_listed): New accessor function.
1815 (get_lines_to_list): New accessor function.
1816 (get_current_source_symtab_and_line): New function. Retrieves the
1817 position in the source code that we consider current.
1818 (get_current_or_default_source_symtab_and_line): New function.
1819 Like the above but attempts to determine a default position if one
1820 is not currently defined.
1821 (set_current_source_symtab_and_line): New function. Sets the source
1822 code position considered current and returns the previously set one.
1823 (clear_current_source_symtab_and_line): Reset stored information about
1824 a current source line.
1825 (_initialize_source): Remove registration for the "list" command and
1826 its alias.
1827 * source.h: Add declarations for the new functions above.
1828 * symtab.h: Remove declarations for the global variables mentioned
1829 above.
1830 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1831 obtain current source line.
1832 * linespec.c (decode_line_1): Ditto.
1833 * macroscope.c (default_macro_scope): Ditto.
1834 * scm-lang.c (scm_unpac): Ditto.
1835 * stack.c (print_frame_info_base): Ditto.
1836 * symfile.c (clear_symtab_users): Ditto.
1837 * symtab.c (decode_line_spec): Ditto.
1838 * cli/cli-cmds.c (list_command): Moved here from source.c.
1839 (ambiguous_line_spec): Moved here from source.c.
1840 (_init_cli_cmds): Add definition for "list" and its alias.
1841 * Makefile.in: Update dependencies.
1842
1843 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1844
1845 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1846 with what gcc thinks is correct.
1847
1848 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1849
1850 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1851 multiple register push instruction.
1852
1853 2002-09-19 Jim Blandy <jimb@redhat.com>
1854
1855 Add support for distinct host and target character sets.
1856 * charset.c, charset.h: New files.
1857 * c-exp.y: #include "charset.h".
1858 (yylex): Convert character and string literals to the target
1859 character set, before returning them as the semantic value of the
1860 token.
1861 * c-lang.c: #include "charset.h".
1862 (c_emit_char): Use charset-specific methods to recognize
1863 characters with backslash escape forms, to decide which characters
1864 to print literally and which to print using numeric escape
1865 sequences, and to convert target characters to host characters
1866 before printing.
1867 * utils.c: #include "charset.h".
1868 (no_control_char_error): New function.
1869 (parse_escape): Use charset-specific methods to recognize
1870 backslash escapes, parse `control character' notation, and convert
1871 characters from the host character set to the target character set.
1872 * configure.in: Set the default host character set.
1873 Check where to find iconv, and what its argument types might be.
1874 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1875 * Makefile.in (SFILES): List charset.c.
1876 (COMMON_OBS): List charset.o.
1877 (charset.o): New rule.
1878 (charset_h): New header dependency variable.
1879 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1880 (LIBICONV): New variable, set by configure.
1881 (CLIBS): Include $(LIBICONV) here.
1882 * aclocal.m4, config.in, configure: Regenerated.
1883
1884 2002-09-19 Joel Brobecker <brobecker@gnat.com>
1885
1886 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1887 bison 1.35 warning.
1888
1889 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
1890
1891 * gdb_mbuild.sh: New file.
1892
1893 2002-09-19 Andrew Cagney <ac131313@redhat.com>
1894
1895 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1896
1897 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1898
1899 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1900 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1901 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1902 valops.c, value.h: Revert previous change.
1903
1904 2002-09-18 Michael Snyder <msnyder@redhat.com>
1905
1906 Preliminary support for Objective-C:
1907 * defs.h (language_objc): New enum value.
1908 (puts_filtered_tabular): Declaration only, exported from utils.c.
1909 (skip_quoted): Delete, declared in completer.h.
1910 * c-exp.y: Include completer.h.
1911 * p-exp.y: Ditto.
1912 * jv-exp.y: Ditto.
1913 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1914 New operator enum values.
1915 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1916 * language.c (binop_result_type): Handle language_objc case.
1917 (integral_type, character_type, string_type, boolean_type,
1918 structured_type, binop_type_check): Ditto.
1919 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1920 (struct objc_specific): Add to general_symbol_info.
1921 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1922 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1923 * parser-defs.h (struct objc_class_str): New struct type.
1924 (start_msglist, end_msglist, add_msglist): Declaration only,
1925 exported from objc-lang.c.
1926 * value.h (value_of_local, value_nsstring,
1927 call_function_by_hand_expecting_type): Exported from valops.c.
1928 * valops.c (find_function_addr): Export.
1929 (call_function_by_hand_expecting_type): New function.
1930 (value_of_local): New function.
1931 * symfile.c (init_filename_language_table): Add ".m" extension
1932 for Objective-C.
1933 * utils.c (puts_filtered_tabular): New function.
1934 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1935 (set/show demangle): Extend help-string to refer to ObjC.
1936 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1937 * stabsread.c (symbol_reference_defined): Objective-C symbols
1938 may contain colons: make allowances when scanning stabs strings
1939 for colons.
1940 (objc_find_colon): New function.
1941 * printcmd.c (address_info): If language == objc then print
1942 "self" instead of "this".
1943 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1944 OP_NSSTRING, and OP_SELF.
1945 (prefixify_subexp): Ditto.
1946 * source.c (print_source_lines): Mention objc in comment.
1947 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1948 method names.
1949
1950 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1951
1952 * complaints.h: Update copyright.
1953 (struct complaints): Declare.
1954 (struct complaint): Make `message' constant.
1955 (internal_complaint): Declare.
1956 (complaint): Declare.
1957 (complaint_root): Delete declaration.
1958 (symfile_complaints): Delete declaration.
1959 (struct complaints): Add opaque declaration.
1960 (clear_complaints): Add a complaints parameter.
1961 * complaints.c: Update copyright.
1962 (enum complaint_series): Define.
1963 (complaint_root): Delete.
1964 (struct complaints): Define.
1965 (complaint_sentinel, symfile_complaint_book): New variables.
1966 (symfile_explanations, symfile_complaints): New variables.
1967 New variables.
1968 (get_complaints): New function.
1969 (vcomplaint): New function.
1970 (complaint): New function.
1971 (internal_complaint): New function.
1972 (complain): Call vcomplain with symfile_complaint.
1973 (clear_complaints): Rewrite.
1974 (_initialize_complaints): Use add_setshow_command.
1975 * Makefile.in (complaints.o): Update dependencies.
1976 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1977 to call to clear_complaints.
1978 (new_symfile_objfile, reread_symbols): Ditto.
1979 (oldsyms_complaint): Delete.
1980 (empty_symtab_complaint, unknown_option_complaint): Delete.
1981 (free_named_symtabs): Use complaint instead of complain.
1982
1983 2002-09-18 Michael Snyder <msnyder@redhat.com>
1984
1985 Contributed by Apple Computer, Inc. Merged with current sources
1986 by Adam Fedor <fedor@doc.com> [cagney].
1987
1988 * objc-lang.c: First clean-up round: comments, indentation.
1989 * objc-lang.h: Ditto.
1990 * objc-lang.y: Ditto.
1991
1992 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1993
1994 * maint.c (maintenance_internal_error): Print the parameter as the
1995 error message.
1996 (maintenance_internal_warning): New function.
1997 (_initialize_maint_cmds): Add command `maint internal-warning'.
1998
1999 * defs.h (internal_warning, internal_vwarning): Declare.
2000 * utils.c (struct internal_problem): Define.
2001 (internal_vproblem): New function.
2002 (internal_warning): New function.
2003 (internal_vwarning): New function.
2004 (internal_warning_problem, internal_error_problem): New variables.
2005 (internal_verror): Just call internal_vproblem.
2006
2007 2002-09-18 Michael Snyder <msnyder@redhat.com>
2008
2009 * objc-lang.c: New file, support for Objective-C.
2010 Preliminary check-in, not yet integrated into gdb.
2011 * objc-lang.h: New file.
2012 * objc-exp.y: New file.
2013
2014 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2015
2016 * infrun.c (signal_stop_update): Convert definition to ISO C.
2017 (signal_print_update): Ditto.
2018 (signal_pass_update): Ditto.
2019 * inflow.c (terminal_save_ours): Ditto.
2020
2021 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
2022 comments.
2023
2024 * config/djgpp/fnchange.lst: Handle name clashes between
2025 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
2026 bfd/coff-tic80.c.
2027
2028 * i386-linux-tdep.h: Fix tipo.
2029
2030 2002-09-18 Adam Fedor <fedor@gnu.org>
2031
2032 * MAINTAINERS: Add myself to the Write After Approval list.
2033
2034 2002-09-18 Jim Blandy <jimb@redhat.com>
2035
2036 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
2037 texthigh and textlow to reader-specific structs caused
2038 objfile_relocate to miss them. This is fixable, but the work that
2039 the change was supposed to prepare GDB for never got done anyway.
2040
2041 2002-09-18 David Carlton <carlton@math.stanford.edu>
2042
2043 * MAINTAINERS: Alphabetize Write After Approval list.
2044
2045 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
2046
2047 Fix PR gdb/709
2048 * values.c (value_static_field): Call read_var_value.
2049
2050 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2051
2052 * valops.c (hand_function_call): Align the initial stack pointer
2053 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
2054 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
2055 return value.
2056 * mips-tdep.c (mips_frame_align): New function.
2057 (mips_gdbarch_init): Set frame_align.
2058 * gdbarch.sh (FRAME_ALIGN): New method.
2059 * gdbarch.h, gdbarch.c: Re-generate.
2060
2061 2002-09-18 Michal Ludvig <mludvig@suse.cz>
2062
2063 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
2064 registers.
2065
2066 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2067
2068 * NEWS: Mention that MIPS $fp behavior changed.
2069 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
2070 reference to FP_REGNUM.
2071 (mipsnbsd_cannot_store_register): Ditto.
2072 * mips-linux-nat.c: Update copyright.
2073 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
2074 (mips_linux_cannot_store_register): Ditto.
2075 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
2076 * config/mips/tm-mips.h: Update copyright.
2077 (FP_REGNUM): Delete macro.
2078 (MIPS_REGISTER_NAMES): Replace "fp" with "".
2079 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
2080 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
2081 (mips_r3041_reg_names, mips_r3051_reg_names)
2082 (mips_r3081_reg_names): Replace "fp" with "".
2083 Fix PR gdb/480.
2084
2085 2002-09-17 Theodore A. Roth <troth@verinet.com>
2086
2087 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
2088 generic_read_register_dummy() (PR gdb/703).
2089 (avr_push_return_address): #if 0 out unused vars.
2090 (avr_gdbarch_init): Enable use of avr_push_return_address().
2091
2092 2002-09-17 Michael Snyder <msnyder@redhat.com>
2093
2094 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
2095 RTE will take care of it.
2096
2097 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2098
2099 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
2100 invalid, return SP_REGNUM.
2101
2102 2002-09-17 Michael Snyder <msnyder@redhat.com>
2103
2104 * mips-tdep.c (mips_pop_frame): Read saved values of floating
2105 point registers without sign extension.
2106
2107 2002-09-17 Andrew Cagney <cagney@redhat.com>
2108
2109 * blockframe.c (deprecated_read_register_dummy): Rename
2110 generic_read_register_dummy.
2111 * frame.c (frame_unwind_signed_register): New function.
2112 (frame_unwind_unsigned_register): New function.
2113 * frame.h (frame_unwind_signed_register): Declare.
2114 (frame_unwind_unsigned_register): Declare.
2115 (deprecated_read_register_dummy): Rename
2116 generic_read_register_dummy.
2117
2118 * h8300-tdep.c (h8300_frame_chain): Update.
2119 (h8300_frame_saved_pc): Update.
2120 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2121 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2122 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2123 (s390_frame_chain): Update.
2124 * v850-tdep.c (v850_find_callers_reg): Update.
2125 (v850_frame_saved_pc): Update.
2126 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2127 (m32r_find_callers_reg): Update.
2128 (m32r_frame_saved_pc): Update.
2129 * sh-tdep.c (sh_find_callers_reg): Update.
2130 (sh64_get_saved_pr): Update.
2131 (sh_init_extra_frame_info): Update.
2132 (sh_init_extra_frame_info): Update.
2133 (sh64_init_extra_frame_info): Update.
2134 (sh64_init_extra_frame_info): Update.
2135 * mcore-tdep.c (mcore_find_callers_reg): Update.
2136 (mcore_frame_saved_pc): Update.
2137 (mcore_init_extra_frame_info): Update.
2138 * i386-tdep.c (i386_frame_saved_pc): Update.
2139 * ia64-tdep.c (ia64_frame_saved_pc): Update.
2140 (ia64_init_extra_frame_info): Update.
2141 (ia64_init_extra_frame_info): Update.
2142 * d10v-tdep.c (d10v_frame_saved_pc): Update.
2143 * cris-tdep.c (cris_init_extra_frame_info): Update.
2144 * avr-tdep.c (avr_frame_chain): Update.
2145 (avr_init_extra_frame_info): Update.
2146 (avr_frame_saved_pc): Update.
2147 * arm-tdep.c (arm_find_callers_reg): Update.
2148 (arm_init_extra_frame_info): Update.
2149 (arm_frame_saved_pc): Update.
2150
2151 2002-09-17 Tom Tromey <tromey@redhat.com>
2152
2153 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2154 is "'".
2155
2156 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
2157
2158 * MAINTAINERS: Remove "non multi-arched" text from h8300.
2159 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2160 NEXT_PROLOGUE_INSN.
2161 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2162 NEXT_PROLOGUE_INSN.
2163
2164 2002-09-16 Joel Brobecker <brobecker@gnat.com>
2165
2166 * osfsolib.c: Remove file, replaced by solib-osf.c.
2167 * Makefile.in: Remove compilation rules for osfsolib.c.
2168
2169 2002-09-16 David Carlton <carlton@math.stanford.edu>
2170
2171 * cp-valprint.c (cp_print_class_method): Correct args to
2172 check_stub_method_group.
2173
2174 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
2175
2176 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2177 `set architecture'. Unify naming convention of functions.
2178 (h8300_skip_prologue): Improve prologue analysis.
2179 (h8300_push_arguments): Rewritten to more closely match GCC's
2180 bizarre argument-passing behavior, along with the comment describing
2181 said behavior.
2182 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2183 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2184 sim, remote-e7000.c, remote-hms.c and remote.c
2185
2186 2002-09-15 Mark Kettenis <kettenis@gnu.org>
2187
2188 * i386-tdep.c (gdb_print_insn_i386): Removed.
2189 (i386_print_insn): New function.
2190 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2191 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2192 tm_print_insn_info.
2193
2194 2002-09-14 Mark Kettenis <kettenis@gnu.org>
2195
2196 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2197 zero.
2198
2199 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
2200
2201 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2202 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
2203 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2204
2205 2002-09-13 Christopher Faylor <cgf@redhat.com>
2206
2207 * win32-nat.c (child_create_inferior): Honor 'tty' command.
2208
2209 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
2210
2211 * gdbtypes.c (check_stub_method): Make static.
2212 (check_stub_method_group): New function.
2213 * gdbtypes.h: Update prototypes.
2214 * cp-support.c: New file.
2215 * cp-support.h: New file.
2216
2217 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2218 (update_method_name_from_physname): New function.
2219 (read_member_functions): Correct method names for operators
2220 and v3 constructors/destructors. Separate v2 constructors and
2221 destructors.
2222 * Makefile.in (stabsread.o): Update dependencies.
2223 (SFILES): Add cp-support.c.
2224 (COMMON_OBS): Add cp-support.o.
2225 (cp_support_h, cp-support.o): Add.
2226
2227 * cp-valprint.c (cp_print_class_method): Call
2228 check_stub_method_group instead of check_stub_method. Remove
2229 extraneous QUITs.
2230 * p-valprint.c (pascal_object_print_class_method): Likewise.
2231 * valops.c (search_struct_method): Likewise.
2232 (find_method_list, value_struct_elt_for_reference): Likewise.
2233
2234 2002-09-13 Andrew Cagney <cagney@redhat.com>
2235
2236 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2237 * gdbarch.h, gdbarch.c: Regenerate.
2238
2239 2002-09-13 Andrew Cagney <ac131313@redhat.com>
2240
2241 * frame.c (find_saved_register): Delete function.
2242 * frame.h (find_saved_register): Delete declaration.
2243 Fix PR gdb/631.
2244
2245 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2246
2247 * mips-tdep.c (read_next_frame_reg): Re-hack using
2248 frame_register_unwind.
2249
2250 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2251
2252 * mips-tdep.c (mips_get_saved_register): Re-hack using
2253 frame_register_unwind.
2254
2255 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2256
2257 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2258 vector. Will be useful for Interix.
2259 * gdbarch.h, gdbarch.c: Regenerate.
2260
2261 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2262 name of the malloc function by NAME_OF_MALLOC.
2263
2264 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2265
2266 * value.h (find_function_in_inferior): Add const keyword to
2267 one of the parameters. Allows us to invoke this function with
2268 a const char *.
2269 * valops.c (find_function_in_inferior): Likewise.
2270
2271 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2272
2273 * exec.c (xfer_memory): Fix compilation warning with old versions
2274 of GCC.
2275 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2276
2277 2002-09-12 David Carlton <carlton@math.stanford.edu>
2278
2279 * symtab.h: Run through gdb_indent.h.
2280 Add 2002 to Copyright year list.
2281
2282 2002-09-12 Alan Modra <amodra@bigpond.net.au>
2283
2284 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2285 mach constants.
2286 * MAINTAINERS: Add myself to write after approval list.
2287
2288 2002-09-11 J. Brobecker <brobecker@gnat.com>
2289
2290 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2291
2292 2002-09-11 J. Brobecker <brobecker@gnat.com>
2293
2294 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2295 Interix.
2296
2297 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2298
2299 * procfs.c (do_detach): Clear current signal, not just fault.
2300 Corrects problem with breakpoint trap signal leaking to detached
2301 process on Tru64.
2302
2303 2002-09-10 Michael Snyder <msnyder@redhat.com>
2304
2305 * buildsym.c (finish_block): Protect against null pointer.
2306
2307 2002-09-10 Andrew Cagney <cagney@redhat.com>
2308
2309 * infcmd.c (default_print_registers_info): Send all output to
2310 ``file'' instead of ``gdb_stdout''.
2311
2312 2002-09-10 Michael Snyder <msnyder@redhat.com>
2313
2314 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2315 LONGEST, and use signed register read (addresses are sign-
2316 extended for mips).
2317
2318 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2319
2320 * event-loop.c (gdb_do_one_event): Make public.
2321 * event-loop.h (gdb_do_one_event): Declare.
2322
2323 2002-09-10 Jeff Law <law@redhat.com>
2324
2325 * infttrace.c (child_resume): Simplify and rework to avoid
2326 TT_PROC_CONTINUE.
2327
2328 2002-09-09 Fred Fish <fnf@intrinsity.com>
2329
2330 * printcmd.c (print_scalar_formatted): "len" is the number of
2331 target bytes, NOT the number of target bits.
2332
2333 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
2334
2335 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2336 * top.c (init_main): Set rl_terminal_name.
2337
2338 2002-09-08 Aidan Skinner <aidan@velvet.net>
2339
2340 * ada-lang.c (ada_array_bound, ada_type_match,
2341 _initialize_ada_language): Fix K&R definitions.
2342 * ada-tasks.c (get_current_task): Fix K&R definitions.
2343 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2344
2345 2002-09-07 Christopher Faylor <cgf@redhat.com>
2346
2347 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2348 Add XP.
2349
2350 2002-09-06 Mark Kettenis <kettenis@gnu.org>
2351
2352 * i386-tdep.c (i386_register_virtual_type,
2353 i386_register_convertible, i386_register_convert_to_virtual,
2354 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2355 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2356 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2357 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2358 Don't set push_arguments twice.
2359
2360 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2361 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2362 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2363 sigtramp_end to NULL.
2364 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2365 defines.
2366 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2367
2368 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2369 whitespace.
2370
2371 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2372 * gdbarch.h, gdbarch.c: Re-generate.
2373 * blockframe.c (find_pc_sect_partial_function): Convert to use
2374 SIGTRAMP_START_P predicate.
2375
2376 2002-09-05 Michael Snyder <msnyder@redhat.com>
2377
2378 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2379 generic_dummy_frame method and old method. Also distinguish
2380 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
2381 (arm_extract_return_value): Use new regcache method.
2382
2383 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2384 adjustment that doesn't conform to the ABI.
2385 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2386 saved regcache, not from current regcache.
2387
2388 2002-09-05 Andrew Cagney <ac131313@redhat.com>
2389
2390 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2391 * README: Update.
2392
2393 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2394
2395 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2396 if arm_apcs_32 is false.
2397
2398 2002-09-04 Andrew Cagney <ac131313@redhat.com>
2399
2400 GDB 5.3 branch created.
2401
2402 2002-09-03 Theodore A. Roth <troth@verinet.com>
2403
2404 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2405 generic_unwind_get_saved_register.
2406
2407 2002-09-03 David Carlton <carlton@math.stanford.edu>
2408
2409 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2410 argument (PR gdb/653). Update call to smash_to_method_type.
2411 (read_structure_scope): Update call to dwarf2_add_member_fn.
2412
2413 2002-09-03 Michal Ludvig <mludvig@suse.cz>
2414
2415 * x86-64-linux-tdep.c: Include gdb_string.h
2416 * x86-64-linux-nat.c: Ditto.
2417
2418 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2419
2420 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2421 when YYDEBUG is set to 1.
2422 * c-exp.y: Likewise.
2423 * f-exp.y: Likewise.
2424 * jv-exp.y: Likewise.
2425 * m2-exp.y: Likewise.
2426 * p-exp.y: Likewise.
2427
2428 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2429
2430 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2431 dependency list.
2432 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2433 solib_svr4_fetch_link_map_offsets to
2434 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2435 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2436 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2437 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2438 solib-svr4.o, and solib-legacy.o.
2439 * config/i386/tm-nbsd.h: Include solib.h.
2440
2441 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2442
2443 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2444 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2445 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2446 comment noting that this needs its own target configuration.
2447 * config/i386/nbsd.mt: New file.
2448 * config/i386/nbsdaout.mt: Remove.
2449 * config/i386/nbsdelf.mt: Ditto.
2450 * config/i386/tm-nbsdaout.h: Ditto.
2451
2452 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2453
2454 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2455 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2456 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2457 tdep->sigtramp_end.
2458 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2459 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2460 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2461
2462 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2463
2464 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2465 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2466 * i386-tdep.h (i386bsd_init_abi): New prototype.
2467 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2468 function declaration.
2469 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2470 for NetBSD-a.out or NetBSD-ELF.
2471 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2472 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2473 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2474 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2475 and nbsd-tdep.h.
2476 (i386nbsd_pc_in_sigtramp): New function.
2477 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2478 i386nbsd_pc_in_sigtramp.
2479 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2480 and i386nbsdelf_init_abi OS ABI handlers.
2481 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2482 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2483
2484 2002-09-02 Mark Kettenis <kettenis@gnu.org>
2485
2486 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2487 registers if the target really has them.
2488
2489 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2490
2491 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2492 than nbsd-tdep.h.
2493
2494 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2495
2496 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2497 list.
2498 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2499 (alphanbsd_skip_sigtramp_frame): New functions.
2500 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2501 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2502 to alphanbsd_sigcontext_addr.
2503
2504 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2505
2506 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2507 list.
2508 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2509 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2510 nbsd_pc_in_sigtramp.
2511 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2512 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2513 * nbsd-tdep.c: Include gdb_string.h.
2514 (nbsd_pc_in_sigtramp): New function.
2515 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2516 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2517 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2518 ppcnbsd_pc_in_sigtramp.
2519 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2520 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2521 shnbsd_pc_in_sigtramp.
2522 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2523 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2524 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2525
2526 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2527
2528 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2529 watchpoints to NULL.
2530 (insert_breakpoints): set val field of watchpoints if NULL.
2531
2532
2533 2002-08-29 Jim Blandy <jimb@redhat.com>
2534
2535 * symtab.c (lookup_symbol_aux): In the cases where we find a
2536 minimal symbol of an appropriate name and use its address to
2537 select a symtab to read and search, use `name' (as passed to us)
2538 as the demangled name when searching the symtab's global and
2539 static blocks, not the minsym's name.
2540
2541 2002-08-29 Keith Seitz <keiths@redhat.com>
2542
2543 * stack.c (print_frame_info_base): Always set current_source_symtab
2544 and current_source_line.
2545
2546 2002-08-29 Donn Terry <donnte@microsoft.com>
2547
2548 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2549
2550 2002-08-28 Keith Seitz <keiths@redhat.com>
2551
2552 * stack.c (select_frame): Add FIXME concerning selected-frame
2553 events.
2554 (select_frame_command): Send selected-frame-level-changed
2555 event notification, but only if the level actually changed.
2556 (up_silently_base): Add selected-frame-level-changed event
2557 notification.
2558 (down_silently_base): Likewise.
2559
2560 2002-08-28 Andrew Cagney <ac131313@redhat.com>
2561
2562 * Makefile.in: Update dependencies for all gdb/*.c files.
2563
2564 2002-08-27 Tom Tromey <tromey@redhat.com>
2565
2566 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2567 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2568 Update dependencies.
2569 * i387-tdep.c: Include gdb_string.h.
2570 * osabi.c: Likewise.
2571 * i386-linux-nat.c: Likewise.
2572 * lin-lwp.c: Likewise.
2573 * ax-gdb.c: Likewise.
2574 * signals/signals.c: Likewise.
2575 * jv-valprint.c: Likewise.
2576 * p-lang.c: Likewise.
2577 * c-valprint.c: Likewise.
2578 * cp-abi.c: Likewise.
2579
2580 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
2581
2582 * cli/cli-script.h (copy_command_lines): Export.
2583 * breakpoint.c: Include cli/cli-script.h.
2584 * Makefile.in (breakpoint.o): Update dependencies.
2585
2586 2002-08-26 Michael Snyder <msnyder@redhat.com>
2587
2588 * breakpoint.c (insert_breakpoints): Protect all references
2589 to 'process_warning'. Shorten long lines.
2590
2591 2002-08-26 Joel Brobecker <brobecker@gnat.com>
2592
2593 * cli/cli-script.c (copy_command_lines): New function.
2594 * defs.h (copy_command_lines): Export.
2595 * testsuite/gdb.base/commands.exp: New tests for commands
2596 attached to a temporary breakpoint, and for commands that
2597 delete the breakpoint they are attached to.
2598
2599 2002-08-26 Michael Snyder <msnyder@redhat.com>
2600
2601 * breakpoint.c (bpstat_stop_status): Instead of copying the
2602 pointer to the breakpoint commands struct, make a new copy
2603 of the struct and point to that.
2604 (bpstat_clear): Free the commands struct.
2605 (bpstat_clear_actions): Free the commands struct.
2606 (bpstat_do_actions): Free the command actions. Also execute
2607 the local cleanups, instead of deleting them.
2608 (delete_breakpoint): Leave the commands field of the bpstat
2609 chain alone -- it will be freed later.
2610
2611 2002-08-26 Kevin Buettner <kevinb@redhat.com>
2612
2613 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2614 deleted in 2002-08-20 commit. This function is still used by
2615 ppc-linux-nat.c.
2616
2617 2002-08-26 Keith Seitz <keiths@redhat.com>
2618
2619 * gdb-events.sh: Add selected-frame-level-changed event.
2620 * gdb-events.c: Regenerated.
2621 * gdb-events.h: Regenerated.
2622
2623 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2624
2625 Fix PR gdb/393:
2626 * inflow.c (terminal_save_ours): New function to save terminal
2627 settings.
2628 * inferior.h (terminal_save_ours): Declare.
2629 * target.c (debug_to_terminal_save_ours): New function.
2630 (cleanup_target): Defaults to_terminal_save_ours.
2631 (update_current_target): Inherit to_terminal_save_ours.
2632 (setup_target_debug): Set to_terminal_save_ours.
2633 * target.h (target_terminal_save_ours): New to save terminal settings.
2634 (target_ops): New member to_terminal_save_ours.
2635 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2636 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2637 * inftarg.c (init_child_ops): Likewise.
2638 * m3-nat.c (init_m3_ops): Likewise.
2639 * procfs.c (init_procfs_ops): Likewise.
2640 * wince.c (init_child_ops): Likewise.
2641 * win32-nat.c (init_child_ops): Likewise.
2642 * sol-thread.c (init_sol_thread_ops): Likewise.
2643
2644 2002-08-26 Mark Kettenis <kettenis@gnu.org>
2645
2646 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2647 use regcache_* functions.
2648 (i386_gdbarch_init): Set store_return_value instead of
2649 deprecated_store_return_value.
2650
2651 * regcache.c (regcache_raw_write_signed,
2652 regcache_raw_write_unsigned): New functions.
2653 * regcache.h (regcache_raw_write_signed,
2654 regcache_raw_write_unsigned): New prototypes.
2655
2656 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2657
2658 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2659 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2660 source file dependencies. Cleanup corresponding generator rules.
2661
2662 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2663
2664 * regcache.h (register_offset_hack): Declare.
2665 (regcache_cooked_read_using_offset_hack): Declare.
2666 (regcache_cooked_write_using_offset_hack): Declare.
2667
2668 * regcache.c (register_offset_hack): New function.
2669 (regcache_cooked_read_using_offset_hack): New function.
2670 (regcache_cooked_write_using_offset_hack): New function.
2671 (regcache_dump): Check that the registers, according to their
2672 offset, are packed hard against each other.
2673 (cooked_xfer_using_offset_hack): New function.
2674
2675 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2676
2677 * regcache.c (struct regcache_descr): Add field register_type.
2678 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2679 in as a parameter
2680 (init_regcache_descr): Initialize register_type. Pass the descr
2681 to init_legacy_regcache_descr. Use register_type instead of
2682 REGISTER_VIRTUAL_TYPE.
2683 (register_type): New function.
2684 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2685 * regcache.h (register_type): Declare.
2686
2687 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2688
2689 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2690 instead of deprecated_store_return_value. Fix fallout from
2691 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2692
2693 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2694
2695 * regcache.c (max_register_size): New function.
2696 (init_legacy_regcache_descr): Ensure that max_register_size is
2697 large enough for REGISTER_VIRTUAL_SIZE.
2698 * regcache.h (max_register_size): Declare.
2699
2700 2002-08-24 Andrew Cagney <ac131313@redhat.com>
2701
2702 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2703 store_return_value.
2704 (e500_extract_return_value): Change type of valbuf pointer to
2705 void.
2706
2707 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2708
2709 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2710 workaround.
2711
2712 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2713 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2714 long long) to prevent compiler warning on 64-bit systems.
2715
2716 2002-08-23 Andrew Cagney <cagney@redhat.com>
2717
2718 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2719 (DEPRECATED_STORE_RETURN_VALUE): New method.
2720 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2721 * gdbarch.h, gdbarch.c: Re-generate.
2722
2723 * values.c (set_return_value): Pass current_regcache to
2724 STORE_RETURN_VALUE.
2725 * arch-utils.h (legacy_store_return_value): Declare.
2726 * arch-utils.c (legacy_store_return_value): New function.
2727 (legacy_extract_return_value): Update parameters.
2728
2729 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2730 STORE_RETURN_VALUE.
2731 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2732 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2733 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2734 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2735 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2736 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2737 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2738 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2739 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2740 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2741
2742 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2743 * i386-tdep.c (i386_extract_return_value): Update.
2744 * arch-utils.c (legacy_extract_return_value): Update.
2745 * frv-tdep.c (frv_gdbarch_init): Update.
2746 * cris-tdep.c (cris_gdbarch_init): Update.
2747 * d10v-tdep.c (d10v_gdbarch_init): Update.
2748 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2749 * m68k-tdep.c (m68k_gdbarch_init): Update.
2750 * mcore-tdep.c (mcore_gdbarch_init): Update.
2751 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2752 * s390-tdep.c (s390_gdbarch_init): Update.
2753 * sparc-tdep.c (sparc_gdbarch_init): Update.
2754 * sh-tdep.c (sh_gdbarch_init): Update.
2755 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2756 * v850-tdep.c (v850_gdbarch_init): Update.
2757 * avr-tdep.c (avr_gdbarch_init): Update.
2758 * ia64-tdep.c (ia64_gdbarch_init): Update.
2759 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2760 * vax-tdep.c (vax_gdbarch_init): Update.
2761 * alpha-tdep.c (alpha_gdbarch_init): Update.
2762 * arm-tdep.c (arm_gdbarch_init): Update.
2763 * mips-tdep.c (mips_gdbarch_init): Update.
2764 * i386-tdep.c (i386_gdbarch_init): Update.
2765
2766 2002-08-23 Andrew Cagney <ac131313@redhat.com>
2767
2768 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2769 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2770
2771 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2772
2773 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2774 problems.
2775
2776 2002-08-23 Joel Brobecker <brobecker@gnat.com>
2777
2778 * infrun.c (handle_inferior_event): Move a comment outside of a
2779 function call, in order to avoid indent reformatting this part
2780 of the code in an unreadable way.
2781
2782 2002-08-23 Grace Sainsbury <graces@redhat.com>
2783
2784 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2785 when breakpoints fail. Move general breakpoint error messages to
2786 insert_breakpoints.
2787 * breakpoint.c (insert_breakpoints): Change warnings when
2788 breakpoints are nto inserted to specify the type. Remove call to
2789 memory_error when hardware breakpoints can't be inserted. Remove
2790 multiple calls to warning so all messages are sent to the user at
2791 once.
2792 (delete_breakpoints): Make insert error messsages more explicit.
2793
2794 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
2795
2796 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2797 gdbserver/ChangeLog.
2798
2799 2002-08-23 Mark Kettenis <kettenis@gnu.org>
2800
2801 * i386-tdep.c: Include "objfiles.h".
2802 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2803 skip_trampoline_code.
2804 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2805 (CPLUS_MARKER): Define to '.'.
2806
2807 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2808 member.
2809 (linux_corefile_thread_callback): Increase args->num_notes.
2810 (linux_make_note_section): Initialize thread_args.num_notes, and
2811 use it to determine whether notes for any threads were created.
2812
2813 2002-08-23 Donn Terry <donnte@microsoft.com>
2814
2815 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2816 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2817 and PCUNKILL.
2818 (write_with_trace): Conditionalize out the switch branch handling
2819 PCSHOLD if the corresponding macro is not defined. Likewise for
2820 PRSABORT and PRSTOP.
2821 This change will be needed by the Interix port.
2822
2823 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2824
2825 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2826 write_register wherever possible instead of manipulating the
2827 register bytes directly.
2828 Assign VALUE_CONTENTS to a variable and use that.
2829 The GPR numbers are now dependent on the architecture.
2830
2831 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2832
2833 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2834 ev_offset fields.
2835 (skip_prologue): Add support for BookE/e500 instructions.
2836 (e500_extract_return_value): New function.
2837 (frame_get_saved_regs): Add support for saving ev registers and
2838 pseudo gpr's.
2839 (e500_store_return_value): New function.
2840 (rs6000_gdbarch_init): Move up default intializations of
2841 deprecated_extract_return_value and store_return_value. Overwrite
2842 init of store_return_value with e500 specific version.
2843 Set extract_return_value for e500.
2844
2845 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2846
2847 * blockframe.c (generic_call_dummy_register_unwind): Use
2848 regcache_cooked_read to catch cases in which the variable is
2849 stored in a pseudo register.
2850
2851 2002-08-22 Andrew Cagney <cagney@redhat.com>
2852
2853 * NEWS: Mention that the i960 has been made obsolete.
2854 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2855 i960-tdep.c
2856 (remote-nrom.o): Obsolete target.
2857 (remote-nindy.o, i960-tdep.o): Ditto.
2858 * remote-nrom.c: Make file obsolete.
2859 * remote-nindy.c, remote-vx960.c: Ditto.
2860 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2861 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2862 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2863 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2864 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2865 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2866 i960-*-vxworks* obsolete.
2867 * MAINTAINERS: Note that the i960 is obsolete.
2868
2869 2002-08-21 Corinna Vinschen <vinschen@redhat.com
2870
2871 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2872 detach to allow reinitialization.
2873
2874 2002-08-22 Andrew Cagney <ac131313@redhat.com>
2875
2876 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2877 attempt).
2878
2879 2002-08-22 Jim Blandy <jimb@redhat.com>
2880
2881 * coffread.c (coff_symfile_read): Don't try to read the line
2882 number table from disk if the image file doesn't have a symbol
2883 table; we'll never actually look at the info anyway, and Windows
2884 ships DLL's with bogus file offsets for the line number data.
2885
2886 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
2887
2888 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2889 an e500 executable.
2890
2891 2002-08-21 Michael Snyder <msnyder@redhat.com>
2892
2893 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2894 (MSYMBOL_SIZE): Replace macro with function.
2895 (DEFAULT_MIPS_TYPE): Delete unused macro.
2896 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2897 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2898
2899 2002-08-21 Jim Blandy <jimb@redhat.com>
2900
2901 * valops.c (value_cast): Simplify and correct logic for doing a
2902 static cast from a pointer to a base class to a pointer to a
2903 derived class.
2904
2905 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2906
2907 * infcmd.c (default_print_registers_info): Replace
2908 do_registers_info.
2909 (registers_info): Use gdbarch_print_registers_info instead of
2910 DO_REGISTERS_INFO.
2911 * inferior.h (default_print_registers_info): Replace
2912 do_registers_info.
2913 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2914 (DO_REGISTERS_INFO): Change to a predicate function.
2915 * gdbarch.h, gdbarch.c: Regenerate.
2916
2917 2002-08-21 Keith Seitz <keiths@redhat.com>
2918
2919 * gdb-events.sh: Add target-changed event.
2920 * gdb-events.c: Regenerated.
2921 * gdb-events.c: Regenerated.
2922 * valops.c (value_assign): Add target-changed event notification
2923 to inlval_register, lval_memory, and lval_reg_frame_relative.
2924
2925 2002-08-21 Joel Brobecker <brobecker@gnat.com>
2926
2927 * NEWS: Add an entry regarding the improvement of the next/step
2928 operation on Alpha Tru64 multi-processor machines.
2929
2930 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2931
2932 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2933 directores.
2934 * Makefile.in: Update all _h macro definitions.
2935 * Makefile.in (install-gdbtk): Move to install section.
2936 (rdi-share/libangsd.a): Move to end of file.
2937
2938 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2939
2940 * frame.c (frame_register_unwind): When a register, set addrp to
2941 the register's byte.
2942
2943 2002-08-20 Michael Snyder <msnyder@redhat.com>
2944
2945 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2946 used locally, so move them from the target machine header to here.
2947 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2948 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2949 Make static.
2950 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2951
2952 2002-08-20 Andrew Cagney <cagney@redhat.com>
2953
2954 * NEWS: Mention that the Apollo line was made obsolete.
2955 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2956 m68*-hp-hpux* obsolete.
2957 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2958 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2959 * buildsym.c (make_blockvector): Make static.
2960 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2961 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2962 (ALLDEPFILES): Remove dstread.c.
2963 (dstread.o): Obsolete make rule.
2964 * dstread.c: Makefile obsolete.
2965 * dst.h: Ditto.
2966 * config/m68k/hp300hpux.mt: Ditto.
2967 * config/m68k/hp300hpux.mh: Ditto.
2968 * config/m68k/hp300bsd.mt: Ditto.
2969 * config/m68k/hp300bsd.mh: Ditto.
2970 * config/m68k/apollo68b.mt: Ditto.
2971 * config/m68k/apollo68v.mh: Ditto.
2972 * config/m68k/apollo68b.mh: Ditto.
2973
2974 2002-08-20 Michael Snyder <msnyder@redhat.com>
2975
2976 * mips-tdep.c (mips_in_return_stub): Make static.
2977 (mips_gdbarch_init): Set in_solib_return_trampoline.
2978 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2979
2980 2002-08-20 Michael Snyder <msnyder@redhat.com>
2981
2982 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2983 * gdbarch.c, gdbarch.h: Regenerate.
2984 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2985 Add.
2986 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2987
2988 2002-08-20 Michael Snyder <msnyder@redhat.com>
2989
2990 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2991 (mips_gdbarch_init): Set skip_trampoline_code,
2992 in_solib_call_trampoline.
2993 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2994 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2995
2996 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2997
2998 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2999
3000 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
3001 vector type for ev registers.
3002 (e500_pseudo_register_read): New function.
3003 (e500_pseudo_register_write): New function.
3004 (e500_dwarf2_reg_to_regnum): New function.
3005 (PPC_UISA_NOFP_SPRS): New macro.
3006 (PPC_EV_REGS): New macro.
3007 (PPC_GPRS_PSEUDO_REGS): New macro.
3008 (registers_e500): New register set for e500.
3009 (variants): Add e500 variant.
3010 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
3011 before setting architectural dependent variations. Initialize ev
3012 registers numbers. Add case for e500 architecture. Set the
3013 number of pseudo registers.
3014
3015 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3016
3017 * rs6000-tdep.c: Clean up comments.
3018
3019 2002-08-20 Andrew Cagney <cagney@redhat.com>
3020
3021 * h8300-tdep.c: Re-indent file.
3022
3023 2002-08-20 Jim Blandy <jimb@redhat.com>
3024
3025 * Makefile.in (LDFLAGS): Allow the configure script to establish a
3026 default for this.
3027
3028 2002-08-20 Keith Seitz <keiths@redhat.com>
3029
3030 * breakpoints.c (watch_command_1): Use internal breakpoint
3031 when setting a watchpoint_scope breakpoint.
3032
3033 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3034
3035 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
3036 (build_builtin_type_vec64i): Ditto.
3037 (build_builtin_type_vec128): Ditto.
3038 (build_builtin_type_vec128i): Ditto.
3039
3040 2002-08-19 Michael Snyder <msnyder@redhat.com>
3041
3042 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
3043 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
3044 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
3045 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
3046 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
3047 CALL_DUMMY_ADDRESS): Delete.
3048 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
3049 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
3050 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
3051 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
3052 push_return_address.
3053 (mips_register_raw_size, mips_eabi_use_struct_convention,
3054 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
3055 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
3056 mips_init_extra_frame_info, mips_eabi_push_arguments,
3057 mips_n32n64_push_arguments, mips_push_return_address,
3058 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
3059 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
3060
3061 2002-08-19 Michael Snyder <msnyder@redhat.com>
3062
3063 * mips-tdep.c (mips_frame_num_args): New function.
3064 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
3065 frame_saved_pc, frame_args_address, frame_locals_address,
3066 frame_num_args, and frame_args_skip.
3067 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
3068 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
3069 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
3070 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
3071
3072 2002-08-20 Michael Snyder <msnyder@redhat.com>
3073
3074 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
3075 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3076 * mips-tdep.c (mips_store_struct_return): New function.
3077 (mips_extract_struct_value_address): New function.
3078 (mips_gdbarch_init): Set store_struct_return and
3079 extract_struct_value_address.
3080
3081 2002-08-20 David Carlton <carlton@math.stanford.edu>
3082
3083 * dwarf2read.c (dwarf2_build_psymtabs): Check that
3084 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
3085 (read_file_scope): Check that line_header is nonzero before
3086 decoding macro information.
3087
3088 2002-08-20 Mark Kettenis <kettenis@gnu.org>
3089
3090 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
3091 flag the general-purpose registers as floating-point on targets
3092 that don't support the floating-point registers.
3093
3094 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3095
3096 * rs6000-tdep.c (altivec_register_p): Delete.
3097 (rs6000_do_altivec_registers): Delete.
3098 (rs6000_altivec_registers_info): Delete.
3099 (rs6000_do_registers_info): Delete.
3100 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
3101 (rs6000_gdbarch_init): Remove setting of do_registers_info.
3102
3103 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3104
3105 * infcmd.c (do_registers_info): Print vector registers in hex
3106 format only.
3107 (print_vector_info): Check that printing registers
3108 makes sense.
3109 (print_float_info): Ditto.
3110
3111 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3112
3113 * mips-tdep.c (mips_gdbarch_init): Update.
3114 (mips_o32_extract_return_value): Rewrite.
3115 (mips_o32_store_return_value): Rewrite.
3116 (mips_o32_xfer_return_value): New function.
3117 (mips_xfer_register): Tweak debug print message. Allow for
3118 buf_offset when dumping the value transfered.
3119
3120 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3121
3122 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3123 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3124 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3125 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3126 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3127
3128 2002-08-14 Michael Snyder <msnyder@redhat.com>
3129
3130 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3131
3132 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3133
3134 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3135 register.
3136 (P): New macro to define a register as a pseudo register.
3137 (R, R4, R8, R16, FR32, R64, R0): Updated.
3138 (struct variant): Add new fields for number of pseudo registers
3139 and number of total registers.
3140 (tot_num_registers): New macro replacing....
3141 (num_registers): ...deleted macro.
3142 (num_registers): New function.
3143 (num_pseudo_registers): New function.
3144 (variants): Update all variants to intialize new fields correctly.
3145 Postpone initialization of number of pseudo regs and real regs.
3146 (init_variants): New function.
3147 (rs6000_gdbarch_init): Initialize variants. Update calculation of
3148 registers offsets.
3149
3150 2002-08-19 David Carlton <carlton@math.stanford.edu>
3151
3152 * valops.c (search_struct_field): Change error message to treat
3153 return value of 0 from value_static_field as meaning that field is
3154 optimized out.
3155 (value_struct_elt_for_reference): Ditto.
3156 * values.c (value_static_field): Treat an unresolved location the
3157 same as a nonexistent symbol. Fix PR gdb/635.
3158 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3159 enclosed. Fix PR gdb/574.
3160 * MAINTAINERS: Add self to Write After Approval list.
3161
3162 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3163
3164 * mips-tdep.c (mips_xfer_register): New function.
3165 (mips_n32n64_extract_return_value): Rewrite.
3166 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3167 instead of deprecated_extract_return_value.
3168
3169 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3170
3171 * rs6000-tdep.c (TDEP): Delete macro.
3172 (branch_dest): Replace use of TDEP macro with its body.
3173 (rs6000_pop_frame): Ditto.
3174 (rs6000_push_arguments): Ditto.
3175 (rs6000_skip_trampoline_code): Ditto.
3176 (rs6000_frame_saved_pc): Ditto.
3177 (rs6000_frame_chain): Ditto.
3178 (rs6000_register_name): Ditto.
3179 (rs6000_register_byte): Ditto.
3180 (rs6000_register_raw_size): Ditto.
3181 (rs6000_register_virtual_type): Ditto.
3182 (rs6000_register_convertible): Ditto.
3183 (rs6000_convert_from_func_ptr_addr): Ditto.
3184
3185 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
3186
3187 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3188 conditionally.
3189 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3190 MIPS_LINUX_JB_ELEMENT_SIZE.
3191 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3192 for MAX_REGISTER_RAW_SIZE arrays.
3193 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3194 MIPS_LINUX_JB_ELEMENT_SIZE.
3195
3196 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3197
3198 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3199
3200 2002-08-19 Aidan Skinner <aidan@velvet.net>
3201
3202 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3203 ada-valprint.c ada-tasks.c.
3204 (YYFILES): Add ada-exp.y.
3205 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3206 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3207 (ada-exp.tab.o): New target.
3208
3209 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3210
3211 * regcache.c (regcache_xfer_part): New function.
3212 (regcache_raw_read_part): New function.
3213 (regcache_raw_write_part): New function.
3214 (regcache_cooked_read_part): New function.
3215 (regcache_cooked_write_part): New function.
3216 * regcache.h (regcache_raw_read_part): Declare.
3217 (regcache_raw_write_part): Declare.
3218 (regcache_cooked_read_part): Declare.
3219 (regcache_cooked_write_part): Declare.
3220
3221 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
3222
3223 * remote.c (remote_open_1): Add async_p.
3224 (remote_async_open_1): Delete.
3225 (open_remote_target): Delete.
3226 (remote_open, extended_remote_open): Update calls to remote_open_1.
3227 (remote_async_open, extended_remote_async_open): Call
3228 remote_open_1 instead of remote_async_open_1.
3229
3230 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3231
3232 * blockframe.c: Fix a few coding standard violations.
3233
3234 2002-08-19 Mark Kettenis <kettenis@gnu.org>
3235
3236 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3237 here from ...
3238 * config/i386/tm-i386sco5.h: ... here. File removed.
3239 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3240
3241 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
3242 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3243 (TM_FILE): Set to tm-i386.h.
3244 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3245 * config/i386/tm-i386v.h: Remove file.
3246 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3247 instead of "i386/tm-i386v.h".
3248 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3249 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3250 "i386/tm-i386v.h".
3251 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3252 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3253 "i386/tm-i386.h".
3254
3255 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3256
3257 * config/i386/nm-i386v.h: Add protection against
3258 multiple-inclusion.
3259 (i386_register_u_addr): Remove prototype.
3260 (register_u_addr): New prototype.
3261 (REGISTER_U_ADDR): Redefine accordingly.
3262 * i386v-nat.c: Improve several comments.
3263 (i386_register_u_addr): Change signature and rename to
3264 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3265 ubase variable.
3266
3267 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3268
3269 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3270 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3271 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3272 deprecated_extract_return_value.
3273 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3274 rename mips_o32o64_push_arguments.
3275 (mips_gdbarch_init): Update.
3276 (mips_extract_return_value): Delete.
3277 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3278 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3279 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3280 (mips_n32n64_extract_return_value): Clone
3281 mips_extract_return_value.
3282 (mips_store_return_value): Delete.
3283 (mips_o32_store_return_value): Clone mips_store_return_value.
3284 (mips_o64_store_return_value): Clone mips_store_return_value.
3285 (mips_eabi_store_return_value): Clone mips_store_return_value.
3286 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3287
3288 2002-08-18 Aidan Skinner <aidan@velvet.net>
3289
3290 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3291 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3292
3293 2002-08-18 Aidan Skinner <aidan@velvet.net>
3294
3295 * ada-lang.c: Run through gdb_indent.sh.
3296 * ada-lang.h: Run through gdb_indent.sh.
3297 * ada-tasks.c: Run through gdb_indent.sh.
3298 * ada-typeprint.c: Run through gdb_indent.sh.
3299 * ada-valprint.c: Run through gdb_indent.sh.
3300
3301 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3302
3303 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3304 ABI.
3305
3306 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3307
3308 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3309
3310 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3311 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3312
3313 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3314 write_register_gen instead of write_register_bytes.
3315
3316 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3317 i[3456]-*-osf1mk* configurations have been made obsolete.
3318 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3319 i[3456]86-*-osf1mk* hosts obsolete.
3320 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3321 targets obsolete.
3322 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3323 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3324 config/i386/i386m3.mt, config/i386/nm-m3.h,
3325 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3326 config/i386/i386mk.mh, config/i386/i386mk.mt,
3327 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3328 obsolete.
3329 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3330 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3331 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3332
3333 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3334
3335 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3336 (hppa_value_returned_from_stack): Declare.
3337 (hppa_extract_return_value): Declare.
3338 * config/pa/hppa.mt: New file.
3339 * configure.tgt: Recognize hppa*-*-*.
3340 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3341
3342 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3343
3344 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3345 comment.
3346
3347 2002-08-17 Mark Kettenis <kettenis@gnu.org>
3348
3349 * top.c (gdb_rl_operate_and_get_next): Make sure
3350 operate-and-get-next functions correctly even when the history
3351 list is completely filled.
3352
3353 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3354
3355 * MAINTAINERS (Target Instruction Set Architectures): Rename
3356 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3357 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3358 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3359 already listed under Host/Native.
3360
3361 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3362 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3363 mips*-*-*.
3364
3365 2002-08-17 Andrew Cagney <ac131313@redhat.com>
3366
3367 * config/ia64/ia64.mt: New file.
3368 * config/alpha/alpha.mt: New file.
3369 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3370 ia64-linux-gnu. Mention that ia64-elf is broken.
3371 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3372
3373 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3374
3375 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3376 generic_func_frame_valid instead of func_frame_valid.
3377
3378 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3379
3380 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3381 procfs appears to be broken when debugging on multi-processor
3382 machines. So enable software single stepping in order to avoid
3383 using the procfs interface to do next/step operations, using
3384 internal breakpoints instead.
3385
3386 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3387 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3388 make this pc address equal to the value it would have if the
3389 system stepping capability was used. Also set a new flag used
3390 to ensure that we don't readjust the PC one more time later.
3391
3392 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3393 address by DECR_PC_AFTER_BREAK when software single step is
3394 in use for this architecture, as this has already been taken
3395 care of in handle_inferior_event().
3396
3397 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3398
3399 * infrun.c (handle_inferior_event): Minor reformatting, to make
3400 a rather long condition expression easier to read.
3401
3402 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3403
3404 * Makefile.in (gdbtk.o): Move to end of file.
3405 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3406 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3407 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3408 (gdbtk-wrapper.o, gdbres.o): Ditto.
3409
3410 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3411
3412 * Makefile.in (copying.o): Separate out compile rule.
3413 (hpux-thread.o, procfs.o, signals.o): Ditto.
3414 (v850ice.o, z8k-tdep.o): Ditto.
3415 (tui-file.o): Move to TUI section.
3416 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3417 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3418
3419 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3420
3421 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3422 skip_trampoline_code, for better namespace-proofing.
3423
3424 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3425
3426 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3427
3428 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3429
3430 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3431
3432 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3433 signal, check whether we hit a breakpoint before checking for a
3434 single step breakpoint. Otherwise, GDB fails to notice that a
3435 breakpoint has been hit when stepping onto a breakpoint.
3436
3437 2002-08-16 Keith Seitz <keiths@redhat.com>
3438
3439 * gdb-events.sh (clear_gdb_event_hooks): New function.
3440 * gdb-events.c: Regenerate.
3441 * gdb-events.h: Regenerate.
3442
3443 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3444
3445 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3446 not_a_sw_breakpoint.
3447 * breakpoint.h (bpstat_stop_status): Add parameter names.
3448
3449 2002-08-16 Grace Sainsbury <graces@redhat.com>
3450
3451 * remote.c (remote_insert_hw_breakpoint)
3452 (remote_remove_hw_breakpoint): Fix calculation of length field
3453 for Z-packet.
3454
3455 2002-08-15 Michael Snyder <msnyder@redhat.com>
3456
3457 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3458 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3459 (supply_fpregset): Ditto.
3460
3461 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3462 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3463 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
3464 (TARGET_READ_SP): Delete.
3465 (DO_REGISTERS_INFO): Delete.
3466 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3467 Delete.
3468 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3469 from macros to functions.
3470
3471 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3472 (mips_register_convertible, mips_register_convert_to_virtual,
3473 mips_register_convert_to_raw): Make static.
3474 (mips_read_sp): New function.
3475 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
3476 (mips_do_registers_info): Make static.
3477 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
3478 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3479 (mips_register_convert_from_type, mips_register_convert_to_type):
3480 New functions.
3481 (mips_gdbarch_init): Set up function_start_offset,
3482 register_virtual_size, pc_in_sigtramp.
3483
3484 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3485
3486 * infcmd.c (vector_info): New function.
3487 (_initialize_infcmd): Add command "info vector".
3488 (print_vector_info): New function.
3489
3490 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3491 * gdbarch.h, gdbarch.c: Regenerate.
3492
3493 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3494
3495 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3496 ``print_all''. Only print vector registers when ``print_all''.
3497
3498 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3499
3500 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3501 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3502
3503 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3504 Add `args' parameter.
3505 * gdbarch.h, gdbarch.c: Regenerate.
3506
3507 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3508
3509 * infcmd.c (float_info): Call print_float_info.
3510 (print_float_info): New function. By default, print the
3511 floating-point registers.
3512
3513 * arch-utils.h (default_print_float_info): Delete declaration.
3514 * arch-utils.c (default_print_float_info): Delete function.
3515
3516 2002-08-16 Mark Kettenis <kettenis@gnu.org>
3517
3518 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3519 out define.
3520
3521 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3522 FRAME.
3523
3524 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3525 * configure.host: Make i[3456]86-*-aix host obsolete.
3526 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3527 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3528 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3529 config/i386/xm-i386aix.h: Make files obsolete.
3530 * i386aix-nat.c: Make file obsolete.
3531 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3532 (i386aix-nat.o): Make target obsolete.
3533
3534 * config/i386/nm-gnu.h: Removed.
3535 * config/i386/nm-i386gnu.h: New file.
3536 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3537 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3538 Moved here from ...
3539 * config/i386/tm-i386gnu.h: ... here. Removed.
3540 * config/i386/xm-i386gnu.h: Removed.
3541 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3542 (NAT_FILE): Set to nm-i386gnu.h.
3543 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3544 * i386-tdep.c: New file.
3545 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3546 (i386gnu-tdep.o): Specify dependencies.
3547
3548 2002-08-15 Mark Kettenis <kettenis@gnu.org>
3549
3550 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3551 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3552 Adjust a few comments to reflect reality a bit closer.
3553 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3554 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3555 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3556 target_insert_watchpoint, target_remove_watchpoint):
3557 Move defines to ...
3558 * config/i386/nm-i386sco5.h: ... here.
3559 (kernel_u_size): Add prototype. Improve a few comments and add
3560 protection against multiple inclusion.
3561
3562 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3563 out define.
3564
3565 * uw-thread.c (SP_ARG0): Define if not already defined.
3566 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3567
3568 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3569
3570 * config/i386/tm-i386.h: Don't include "regcache.h".
3571
3572 * i387-tdep.h (i387_print_float_info): New prototype.
3573 * i387-tdep.c (print_i387_value, print_i387_ext,
3574 print_i387_status_word, print_i387_control_word): Add `struct
3575 ui_file *' argument and use it for output.
3576 (i387_print_float_info): Renamed from i387_float_info. Add
3577 `struct gdbarch *' and `struct ui_file *' arguments and use the
3578 latter for output.
3579 * i386-tdep.c: Include "i387-tdep.h".
3580 (i386_gdbarch_init): Set print_float_info.
3581 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3582 (FLOAT_INFO): Remove define.
3583
3584 2002-08-13 Michael Snyder <msnyder@redhat.com>
3585
3586 * mips-tdep.c (mips_push_arguments): Rename to
3587 mips_eabi_push_arguments, and tune for EABI.
3588 (MIPS_REGS_HAVE_HOME_P): Delete.
3589 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3590 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3591 Delete references to mips_regs_have_home_p.
3592
3593 2002-08-14 Keith Seitz <keiths@redhat.com>
3594
3595 * Makefile.in (install-gdbtk): Create insight plugin directory.
3596 Install plugins.tcl file.
3597
3598 2002-08-14 Keith Seitz <keiths@redhat.com>
3599
3600 * configure.in: Move SUBDIRS to near top of the file so that
3601 --enable options may add things to it.
3602 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3603 * configure: Regenerate.
3604
3605 2002-08-13 Michael Snyder <msnyder@redhat.com>
3606
3607 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3608 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3609 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3610
3611 2002-08-13 Andrew Cagney <ac131313@redhat.com>
3612
3613 * vax-tdep.c (vax_get_saved_register): Delete function.
3614 (vax_gdbarch_init): Update.
3615 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3616 (ns32k_gdbarch_init): Update.
3617 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3618 (alpha_gdbarch_init): Update.
3619
3620 2002-08-13 Andrew Cagney <cagney@redhat.com>
3621
3622 * regcache.c (init_regcache_descr): Overallocate the
3623 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3624 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3625 nr_raw_registers.
3626 (set_register_cached): Add range checking assertions. Use
3627 current_regcache.
3628
3629 2002-08-13 Mark Kettenis <kettenis@gnu.org>
3630
3631 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3632 numbers for MMX registers.
3633
3634 2002-08-13 Andrew Cagney <cagney@redhat.com>
3635
3636 * i386-tdep.c (i386_gdbarch_init): Use
3637 generic_unwind_get_saved_register.
3638
3639 2002-08-13 Kevin Buettner <kevinb@redhat.com>
3640
3641 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3642 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3643 target vector.
3644 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3645 Delete. Add comment regarding this now-deleted target method.
3646
3647 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3648
3649 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3650 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3651 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3652 real PC and the page number (if it's within the memory bank window).
3653 (m68hc11_pseudo_register_write): Likewise when saving.
3654 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3655 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3656 (m68hc11_register_raw_size): And use 32-bit for it.
3657 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3658 16K memory bank is used by the prog; also use the virtual pc.
3659
3660 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3661
3662 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3663 (m68hc11_gdbarch_init): Install it in gdbarch.
3664 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3665 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3666 (MSYMBOL_SIZE): New for documentation.
3667 (insn_return_kind): Enum to specify how a function returns.
3668 (frame_extra_info): Cleanup and record the return mode.
3669 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3670 register in address computation.
3671 (m68hc11_get_return_insn): New to obtain the return instruction used
3672 by the function.
3673 (m68hc11_frame_init_saved_regs): Take into account the return
3674 instruction used by the function for far and interrupt functions.
3675 (m68hc11_init_extra_frame_info): Take into account page register.
3676 (m68hc11_frame_args_address): Adjust according to the return mode.
3677 (show_regs): Print page register only when it's used.
3678
3679 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3680
3681 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3682 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3683 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3684 registers.
3685 (m68hc11_register_raw_size): Likewise.
3686
3687 2002-08-13 Andrew Cagney <cagney@redhat.com>
3688
3689 * i386-tdep.c (i386_register_name): Handle mmx registers.
3690 (mmx_regnum_p): New function.
3691 (i386_mmx_names): New array.
3692 (mmx_num_regs): New variable.
3693 (i386_pseudo_register_read): New function.
3694 (i386_pseudo_register_write): New function.
3695 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3696
3697 * regcache.c (regcache_raw_read_unsigned): New function.
3698 (regcache_raw_read_signed): New function.
3699 * regcache.h (regcache_raw_read_unsigned): Declare.
3700 (regcache_raw_read_signed): Declare.
3701
3702 2002-08-13 Andrew Cagney <cagney@redhat.com>
3703
3704 * regcache.c (regcache_raw_read_as_address): Delete function.
3705 (regcache_cooked_read_signed): New function.
3706 (regcache_cooked_read_unsigned): New function.
3707 * regcache.h (regcache_cooked_read_signed): Declare.
3708 (regcache_cooked_read_unsigned): Declare.
3709 (regcache_raw_read_as_address): Delete declaration.
3710
3711 * blockframe.c (generic_read_register_dummy): Use
3712 regcache_cooked_read_unsigned.
3713 * i386-tdep.c (i386_extract_struct_value_address): Use
3714 regcache_cooked_read_unsigned.
3715
3716 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3717
3718 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3719 double sizes according to ELF ABI flags.
3720 (gdbarch_tdep): Record elf_flags.
3721
3722 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3723
3724 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3725 (m6812_prolog): They can appear in 68HC12 function prologue.
3726 (m68hc11_frame_chain): Cleanup.
3727
3728 2002-08-12 Andrew Cagney <cagney@redhat.com>
3729
3730 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3731 declarations.
3732 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3733 (i386_linux_register_raw_size): Delete function.
3734 (i386_linux_init_abi): Update.
3735 * i386-tdep.c (i386_register_raw_size): Delete function.
3736 (i386_register_byte): Delete function.
3737 (i386_gdbarch_init): Update.
3738 (i386_register_size): Delete array.
3739 (i386_register_offset): Delete array.
3740
3741 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3742 (REGISTER_RAW_SIZE): Delete macro.
3743 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3744 (REGISTER_BYTE): Delete macro.
3745
3746 2002-08-11 Aidan Skinner <aidan@velvet.net>
3747
3748 * ada-lang.c (ada_lookup_partial_symbol)
3749 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3750 prototype names so that grep ^func works properly.
3751
3752 * ada-lang.c (ada_array_element_type)
3753 (ada_lookup_partial_symbol): Fix typos in parameter list.
3754
3755 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3756 Fix prototype names so that grep ^func works properly.
3757
3758 2002-08-10 Andrew Cagney <cagney@redhat.com>
3759 Elena Zannoni <ezannoni@redhat.com>
3760 Martin M. Hunt <hunt@redhat.com>
3761
3762 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3763 (build_builtin_type_vec128i): Set the vector bit.
3764 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3765 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3766 (build_builtin_type_vec64): New function.
3767 (build_builtin_type_vec64i): New function.
3768 (build_gdbtypes): Initialize builtin_type_vec64 and
3769 builtin_type_vec64i.
3770
3771 2002-08-09 Andrew Cagney <cagney@redhat.com>
3772
3773 * regcache.c (regcache_dump): Compare the register offset
3774 with REGISTER_BYTE.
3775 * arch-utils.c (generic_register_byte): New function.
3776 * arch-utils.h (generic_register_byte): Declare.
3777 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3778 * gdbarch.h, gdbarch.c: Regenerate.
3779
3780 2002-08-09 Andrew Cagney <cagney@redhat.com>
3781
3782 * regcache.c: Include "gdbcmd.h"
3783 (_initialize_regcache): Add commands "maintenance print
3784 registers", "maintenance print raw-registers" and "maintenance
3785 print cooked-registers".
3786 (enum regcache_dump_what): Define.
3787 (dump_endian_bytes): New function.
3788 (regcache_dump): New function.
3789 (regcache_print): New function.
3790 (maintenance_print_registers): New function.
3791 (maintenance_print_raw_registers): New function.
3792 (maintenance_print_cooked_registers): New function.
3793 * Makefile.in (regcache.o): Update dependencies.
3794
3795 2002-08-09 Michael Snyder <msnyder@redhat.com>
3796
3797 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3798 (mips_push_arguments): Correct some comments. Use paddr_nz
3799 for printing addresses in debug output. Replace static
3800 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3801 (mips_n32n64_push_arguments): New function, cloned from
3802 mips_push_arguments and tuned for the n32/n64 ABI.
3803 (mips_push_register): Buffer needs dynamic allocation.
3804 (mips_print_register): Ditto.
3805 (do_gp_register_row): Ditto.
3806 (mips_store_return_value): Ditto.
3807 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3808
3809 2002-08-09 Don Howard <dhoward@redhat.com>
3810
3811 * memattr.c (mem_info_command): Print special case of upper bound
3812 as max CORE_ADDR + 1.
3813
3814 2002-08-08 Michael Snyder <msnyder@redhat.com>
3815
3816 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3817 returns structs by ref if they're too big to fit in two registers.
3818
3819 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3820
3821 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3822 saved regs value.
3823 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3824 mips_find_saved_regs().
3825 (mips_pop_frame): Likewise.
3826
3827 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3828
3829 * blockframe.c (frame_saved_regs_register_unwind): Revise
3830 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3831 frames are in use.
3832
3833 2002-08-09 Grace Sainsbury <graces@redhat.com>
3834
3835 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3836 T-packets; the 'a' is not taken as a register number.
3837 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3838 (remote_stopped_data_address): New functions; add to target
3839 vector.
3840 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3841 prototypes to match other implementations of this
3842 function. replace integer argument with pointer -- the length
3843 field in the Z-packet is the length of what is pointed to or 1 if
3844 pointer is null. Add to target vector.
3845 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3846 target vector.
3847
3848 From Mark Salter:
3849 * remote.c (remote_wait): Add support to extract optional
3850 watchpoint information from T-packet. Ignore unrecognized
3851 optional info in T-packet.
3852 (remote_async_wait): Ditto.
3853
3854 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
3855
3856 * cli/cli-dump.c: Change fopen modes to use binary open modes
3857 as defined in include/fopen-bin.h throughout.
3858
3859 2002-08-08 Michael Snyder <msnyder@redhat.com>
3860
3861 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3862
3863 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3864
3865 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3866 assertion failure by returning early after a warning.
3867
3868 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3869
3870 * mips-tdep.c (mips_find_saved_regs): Make static.
3871 (mips_frame_init_saved_regs): New function.
3872 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3873 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3874 (mips_find_saved_regs): Delete declaration.
3875
3876 2002-08-08 Grace Sainsbury <graces@redhat.com>
3877
3878 * remote.c (remote_wait, remote_async_wait): Change
3879 thread_num from int to ULONGEST.
3880 (unpack_varlen_hex): Change result parameter from
3881 int * to ULONGEST *.
3882
3883 2002-08-08 Andrew Cagney <ac131313@redhat.com>
3884
3885 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3886 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3887 powerpc*-*-*.
3888 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3889
3890 2002-08-08 Andrew Cagney <cagney@redhat.com>
3891
3892 * gcore.c (override_derive_stack_segment): Delete variable.
3893 (preempt_derive_stack_segment): Delete function.
3894 (derive_stack_segment): Delete function.
3895 (default_derive_stack_segment): Renamed to derive_stack_segment.
3896 (override_derive_heap_segment): Delete variable.
3897 (preempt_derive_heap_segment): Delete function.
3898 (derive_heap_segment): Delete function.
3899 (default_derive_heap_segment): Rename to derive_heap_segment.
3900
3901 2002-08-06 Michael Snyder <msnyder@redhat.com>
3902
3903 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3904 * mips-tdep.c (mips_EABI_use_struct_convention,
3905 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3906 New functions. (mips_use_struct_convention): Delete.
3907 (mips_gdbarch_init): set use_gdbarch_convention.
3908
3909 2002-08-06 Michael Snyder <msnyder@redhat.com>
3910
3911 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3912 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3913 mips_o32_reg_struct_has_addr): New functions.
3914 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3915
3916 2002-08-07 Andrew Cagney <ac131313@redhat.com>
3917
3918 * regcache.c (pseudo_register): Delete function.
3919 (fetch_register): Delete function.
3920 (store_register): Delete function.
3921 (regcache_raw_read, legacy_read_register_gen): Use
3922 target_fetch_registers instead of fetch_register.
3923 (legacy_write_register_gen, regcache_raw_write): Use
3924 target_store_register instead of store_register.
3925 (write_register_bytes): Ditto.
3926
3927 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3928 (STORE_PSEUDO_REGISTER): Delete.
3929 * gdbarch.h, gdbarch.c: Regenerate.
3930
3931 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
3932
3933 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3934 write dump file binary.
3935
3936 2002-08-05 Michael Snyder <msnyder@redhat.com>
3937
3938 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3939 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3940 (mips_gdbarch_init): Set N32 target to be mips64.
3941
3942 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3943
3944 * frame.c (find_saved_register): Break out of loop once saved
3945 register address is found. Don't mention sparc in loop comment
3946 anymore.
3947
3948 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3949
3950 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3951 mips_default_saved_regsize to 8.
3952
3953 2002-08-06 Andrew Cagney <ac131313@redhat.com>
3954
3955 * gcore.c: Do not include <sys/procfs.h>.
3956 * Makefile.in (gcore.o): Update dependencies.
3957
3958 2002-08-06 Andrew Cagney <cagney@redhat.com>
3959
3960 * configure.tgt: Make arc-*-* obsolete.
3961 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3962 * MAINTAINERS: Make arc-elf obsolete.
3963 * arc-tdep.c: Make file obsolete.
3964 * config/arc/arc.mt: Ditto.
3965 * config/arc/tm-arc.h: Ditto.
3966
3967 2002-08-05 Theodore A. Roth <troth@verinet.com>
3968
3969 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3970
3971 2002-08-05 Andrew Cagney <ac131313@redhat.com>
3972
3973 * mcore-tdep.c (mcore_gdbarch_init): Use
3974 generic_unwind_get_saved_register instead of
3975 generic_get_saved_register.
3976 * v850-tdep.c (v850_gdbarch_init): Ditto.
3977 * frv-tdep.c (frv_gdbarch_init): Ditto.
3978 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3979 * s390-tdep.c (s390_gdbarch_init): Ditto.
3980 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3981 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3982 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3983
3984 2002-08-05 Joel Brobecker <brobecker@gnat.com>
3985
3986 * objfiles.h: Add missing #include "symfile.h"
3987
3988 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3989
3990 2002-08-04 Andrew Cagney <ac131313@redhat.com>
3991
3992 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3993 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3994 of FIELD_BITSIZE.
3995
3996 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
3997
3998 * NEWS: Cleanup and nitpick.
3999
4000 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4001
4002 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
4003
4004 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4005
4006 * Makefile.in (gdbtk-bp.o): Update dependencies.
4007 (gdbtk-register.o): Ditto.
4008 (gdbtk-varobj.o): Ditto.
4009
4010 2002-08-03 Andrew Cagney <cagney@redhat.com>
4011
4012 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
4013 m68hc11_fetch_pseudo_register.
4014 (m68hc11_pseudo_register_write): Replace
4015 m68hc11_store_pseudo_register.
4016 (m68hc11_gdbarch_init): Update.
4017
4018 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
4019
4020 * gdbarch.sh: Include "gdb_string.h".
4021 * gdbarch.c: Regenerate.
4022
4023 * regcache.c: Include "gdb_string.h".
4024 * ax-general.c: Ditto.
4025 * varobj.c: Ditto.
4026 * std-regs.c: Ditto.
4027 * fbsd-proc.c: Ditto.
4028 * thread.c: Ditto.
4029
4030 * Makefile.in (regcache.o): Update dependencies.
4031 (thread.o, gdbarch.o): Ditto.
4032 (ax-general.o, gdbarch.o): Ditto.
4033 (varobj.o, std-regs.o): Ditto.
4034 (fbsd-proc.o): Specify dependencies.
4035
4036 2002-08-02 Andrew Cagney <cagney@redhat.com>
4037
4038 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
4039 regnum.
4040 (regcache_cooked_write): Ditto.
4041
4042 2002-08-02 Andrew Cagney <ac131313@redhat.com>
4043
4044 * regcache.c (regcache_cooked_read): New function.
4045 (regcache_cooked_write): New function.
4046 (read_register_gen): Rewrite using regcache_cooked_read.
4047 (write_register_gen): Rewrite using regcache_cooked_write.
4048
4049 * regcache.h (regcache_cooked_read, regcache_cooked_write):
4050 Declare.
4051
4052 2002-08-02 Andrew Cagney <cagney@redhat.com>
4053
4054 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
4055 Replace the architecture methods register_read and register_write.
4056 * gdbarch.h, gdbarch.c: Regenerate.
4057 * regcache.c (init_regcache_descr): Update.
4058 (read_register_gen): Update.
4059 (write_register_gen): Update.
4060 (supply_register): Update comment.
4061
4062 * sh-tdep.c (sh_gdbarch_init): Update.
4063 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
4064 `regcache' and `gdbarch' parameters. Make `buffer' a void
4065 pointer. Update code.
4066 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
4067 `regcache' and `gdbarch' parameters. Make `buffer' a constant
4068 void pointer. Update code.
4069 (sh64_register_write): Delete.
4070 (sh4_register_read): Delete.
4071 (sh64_register_read): Delete.
4072 (sh4_register_write): Delete.
4073 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
4074 void pointer, `to' parameter a void pointer.
4075 (sh_sh64_register_convert_to_raw): Ditto.
4076
4077 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4078
4079 * mips-tdep.c (mips_register_virtual_type): Use architecture
4080 invariant return values.
4081
4082 2002-08-01 Andrew Cagney <cagney@redhat.com>
4083
4084 * linux-proc.c: Include "gdb_string.h".
4085 * Makefile.in (linux-proc.o): Update dependency list.
4086
4087 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4088
4089 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
4090 comment.
4091
4092 2002-08-01 Grace Sainsbury <graces@redhat.com>
4093
4094 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4095 to_insert_watchpoint, to_remove_watchpoint,
4096 to_stopped_by_watchpoint, to_stopped_data_address,
4097 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
4098 target vecctor. Define their corresponding macros so they call
4099 them.
4100
4101 * target.c: Add default and debug versions of for
4102 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4103 to_insert_watchpoint, to_remove_watchpoint,
4104 to_stopped_by_watchpoint, to_stopped_data_address,
4105 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4106
4107 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4108
4109 * mips-tdep.c (mips_register_virtual_type): New function.
4110 (mips_gdbarch_init): Register mips_register_virtual_type()
4111 with gdbarch machinery.
4112 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4113 this file instead of tm-bigmips.h.
4114 (MIPS_REGSIZE): Delete this macro.
4115 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
4116 multiarch version in mips-tdep.c will be found.
4117
4118 2002-08-01 Andrew Cagney <cagney@redhat.com>
4119
4120 * NEWS: Menion that CHILL has been made obsolete.
4121
4122 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
4123 * stabsread.c (read_range_type): Ditto.
4124 * gdbtypes.h: Ditto.
4125 * language.c (binop_type_check): Ditto.
4126 (binop_result_type): Ditto.
4127 (integral_type): Ditto.
4128 (character_type): Ditto.
4129 (string_type): Ditto.
4130 (boolean_type): Ditto.
4131 (structured_type): Ditto.
4132 (lang_bool_type): Ditto.
4133 (binop_type_check): Ditto.
4134 * language.h (_LANG_chill): Ditto.
4135 * dwarfread.c (set_cu_language): Ditto.
4136 * dwarfread.c (CHILL_PRODUCER): Ditto.
4137 * dwarfread.c (handle_producer): Ditto.
4138 * expression.h (enum exp_opcode): Ditto.
4139 * eval.c: Ditto for comments.
4140 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4141 * expprint.c (print_subexp): Ditto.
4142 (print_subexp): Ditto.
4143 * valops.c (value_cast): Ditto.
4144 (search_struct_field): Ditto.
4145 * value.h (COERCE_VARYING_ARRAY): Ditto.
4146 * symfile.c (init_filename_language_table): Ditto.
4147 (add_psymbol_with_dem_name_to_list): Ditto.
4148 * valarith.c (value_binop): Ditto.
4149 (value_neg): Ditto.
4150 * valops.c (value_slice): Ditto.
4151 * symtab.h (union language_specific): Ditto.
4152 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4153 (SYMBOL_DEMANGLED_NAME): Ditto.
4154 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4155 * defs.h (enum language): Ditto.
4156 * symtab.c (got_symtab): Ditto.
4157 * utils.c (fprintf_symbol_filtered): Ditto.
4158
4159 * ch-typeprint.c: Make file obsolete.
4160 * ch-valprint.c: Make file obsolete.
4161 * ch-lang.h: Make file obsolete.
4162 * ch-exp.c: Make file obsolete.
4163 * ch-lang.c: Make file obsolete.
4164
4165 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4166 CHILL_LIB.
4167 (TARGET_FLAGS_TO_PASS): Ditto.
4168 (CHILLFLAGS): Obsolete.
4169 (CHILL): Obsolete.
4170 (CHILL_FOR_TARGET): Obsolete.
4171 (CHILL_LIB): Obsolete.
4172 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4173 ch-valprint.c.
4174 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4175 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4176 ch-lang.o.
4177 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4178 targets.
4179
4180 2002-07-31 Joel Brobecker <brobecker@gnat.com>
4181
4182 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4183 This does not change anything at the moment, but will be helpful
4184 later when full Ada support is integrated.
4185
4186 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4187
4188 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4189 help message.
4190
4191 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4192
4193 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4194 and save it in a local variable. Use variable in later test.
4195
4196 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4197
4198 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4199 test. (Thanks to Daniel Jacobowitz.)
4200
4201 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4202
4203 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4204 (mips_abi_strings): Add "n64".
4205 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
4206
4207 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4208
4209 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4210 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4211
4212 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4213
4214 * utils.c (host_pointer_to_address, address_to_host_pointer):
4215 Use gdb_assert() instead of explicit call to internal_error().
4216
4217 2002-07-30 Kevin Buettner <kevinb@redhat.com>
4218
4219 * Makefile.in (rs6000-nat.o): Update dependencies.
4220
4221 From Nicholas Duffek:
4222 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4223 (aix-thread.o): New rule.
4224 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4225 * config/powerpc/aix432.mh: New file.
4226
4227 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4228
4229 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4230 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4231 (fetch_core_registers, ppc_linux_supply_gregset)
4232 (ppc_linux_supply_fpregset): New functions.
4233 (ppc_linux_regset_core_fns): New.
4234 (_initialize_ppc_linux_tdep): Call add_core_fns.
4235 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4236 and ppc_linux_supply_gregset.
4237 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4238 (supply_fpregset): Call ppc_linux_supply_fpregset.
4239 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4240 corelow.o.
4241 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4242
4243 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4244
4245 * symtab.c (lookup_symbol): Demangle before lowercasing.
4246
4247 2002-07-30 Andrew Cagney <ac131313@redhat.com>
4248
4249 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4250 declaration.
4251 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4252 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4253 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4254 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4255 "gdb_string.h".
4256 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4257 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4258 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4259 (avr-tdep.o, mon960-rom.o): Ditto.
4260 (aout_stabs_gnu_h): Define.
4261 (symtab_h): Remove $(gdb_obstack_h).
4262
4263 2002-07-30 Jim Blandy <jimb@redhat.com>
4264
4265 Patch from David Carlton <carlton@math.stanford.edu>:
4266 * gdbinit.in: Move the `dir' commands that add GDB's own source
4267 directory to the search path to the end, so that the `gdb' source
4268 directory will be searched first.
4269
4270 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4271
4272 * gdb_obstack.h: New file.
4273 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4274 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4275 * objfiles.h: Include "gdb_obstack.h".
4276 * Makefile.in (gdb_obstack_h): Define.
4277 (symtab_h): Add $(gdb_obstack_h).
4278 (objfiles_h): Add $(gdb_obstack_h).
4279
4280 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4281 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4282 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4283 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4284 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4285 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4286 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4287 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4288
4289 * Makefile.in (bcache.o): Update dependencies.
4290 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4291 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4292 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4293 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4294 (stabsread.o, symfile.o, symmisc.o): Ditto.
4295 (symtab.o, typeprint.o, macroexp.o): Ditto.
4296 (macrotab.o, mdebugread.o): Ditto.
4297 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4298 (coff_ecoff_h, aout_aout64_h): Define.
4299 (aout_stabs_gnu_h, libaout_h): Define.
4300
4301 2002-07-29 Andrew Cagney <cagney@redhat.com>
4302
4303 * regcache.c (struct regcache_descr): Rename nr_registers to
4304 nr_cooked_registers. Revise comments describing the structure
4305 member fields.
4306 (init_regcache_descr): Update.
4307 (init_legacy_regcache_descr): Update.
4308 (read_register_gen, write_register_gen): When a cooked register in
4309 the raw register range, directly access the value from the raw
4310 register cache.
4311
4312 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4313
4314 * z8k-tdep.c: Do not include "obstack.h".
4315 * h8300-tdep.c, h8500-tdep.c: Ditto.
4316 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4317 * valprint.c, v850-tdep.c: Ditto.
4318 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4319 * mn10200-tdep.c: Ditto.
4320
4321 * Makefile.in (z8k-tdep.o): Update dependencies.
4322 (m68hc11-tdep.o, valprint.o): Ditto.
4323 (v850-tdep.o, d10v-tdep.o): Ditto.
4324 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4325 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4326 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4327 (sh_opc_h, gdb_sim_sh_h): Define.
4328 (elf_sh_h, elf_bfd_h): Define.
4329 (opcode_m68hc11_h): Define.
4330 (OPCODES_SRC, OPCODES_DIR): define.
4331 (OPCODES): Use $(OPCODES_DIR).
4332 (gdb_sim_d10v_h): Rename sim_d10v_h.
4333 (gdb_sim_arm_h): Rename sim_arm_h.
4334
4335 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4336
4337 * utils.c (host_pointer_to_address, address_to_host_pointer):
4338 Change internal_error() message to indicate function responsible
4339 for the error.
4340
4341 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4342
4343 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4344 calls to local_hex_string_custom().
4345
4346 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4347
4348 * irix5-nat.c: Move IRIX shared library support from here...
4349 * solib-irix.c: ...to here. Revised substantially to work with
4350 generic solib framework.
4351
4352 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4353 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4354 * mips-irix-tdep.c: New file.
4355
4356 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4357 (mips-irix-tdep.o, solib-irix.o): New rules.
4358 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4359 solib-irix.o.
4360 * config/mips/irix6.mt (TDEPFILES): Likewise.
4361 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4362
4363 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4364
4365 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
4366 disabled (via ``#if 0'') includes.
4367
4368 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4369
4370 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4371 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4372 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4373 Add support for the fpscr register.
4374 * rs6000-nat.c (regmap, fetch_inferior_registers)
4375 (store_inferior_registers, fetch_core_registers): Likewise.
4376
4377 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4378
4379 * rs6000-nat.c (language.h): Include.
4380 (special_regs): Delete this array.
4381 (regmap): New function.
4382 (fetch_register, store_register): Use regmap() to map gdb
4383 register numbers to ptrace register numbers. Also, use
4384 outputs from regmap() to make decisions regarding type of
4385 ptrace() call to make. In particular, don't compare against
4386 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4387 (fetch_inferior_registers, store_inferior_registers): Where
4388 possible, obtain register numbers from tdep struct. Don't
4389 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4390 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4391 (LAST_UISA_SP_REGNUM): Delete.
4392
4393 2002-07-25 Kevin Buettner <kevinb@redhat.com>
4394
4395 * rs6000-nat.c (ppc-tdep.h): Include.
4396 (fetch_registers, store_register, fetch_core_registers): Don't
4397 access registers[] directly. Instead, use supply_register() or
4398 regcache_collect() as appropriate.
4399 (find_toc_address): Format hex address with local_hex_string().
4400
4401 2002-07-25 Andrew Cagney <ac131313@redhat.com>
4402
4403 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4404 bfd/elf32-frv.c.
4405
4406 2002-07-24 Tom Tromey <tromey@redhat.com>
4407
4408 * jv-exp.y: Marked all strings with _().
4409 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4410 internal_error.
4411 (MethodInvocation, CastExpression, parse_number, yyerror,
4412 java_type_from_name, push_expression_name, yylex): Typo fixes.
4413
4414 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
4415
4416 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4417 (tee_file_flush, tee_file_write, tee_file_fputs)
4418 (tee_file_isatty): New.
4419 * ui-file.h (tee_file_new): Add prototype.
4420
4421 2002-07-24 Aidan Skinner <aidan@velvet.net>
4422
4423 * ada-lang.c: Change k&r style function definitions to prototyped
4424 form.
4425 * ada-typeprint.c: Change k&r style function definitions to prototyped
4426 form.
4427 * ada-valprint.c: Change k&r style function definitions to prototyped
4428 form.
4429
4430 2002-07-24 Andrew Cagney <cagney@redhat.com>
4431
4432 * README: Remove reference to remote-bug.
4433 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4434 remote-bug.c.
4435 (m88k-nat.o): Delete rule.
4436 (m88k-tdep.o): Delete rule.
4437 (remote-bug.o): Delete rule.
4438 * MAINTAINERS: Mark as obsolete.
4439 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4440 * m88k-tdep.c: Make file obsolete.
4441 * config/m88k/m88k.mh: Ditto.
4442 * config/m88k/delta88v4.mh: Ditto.
4443 * config/m88k/delta88v4.mt: Ditto.
4444 * config/m88k/delta88.mt: Ditto.
4445 * config/m88k/delta88.mh: Ditto.
4446 * remote-bug.c: Ditto.
4447 * config/m88k/tm-delta88.h: Ditto.
4448 * config/m88k/nm-delta88v4.h: Ditto.
4449 * config/m88k/xm-delta88.h: Ditto.
4450 * config/m88k/xm-dgux.h: Ditto.
4451 * config/m88k/tm-m88k.h: Ditto.
4452 * config/m88k/nm-m88k.h: Ditto.
4453 * config/m88k/tm-delta88v4.h: Ditto.
4454 * m88k-nat.c: Ditto.
4455 * cxux-nat.c: Ditto.
4456 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4457 and m88*-*-* obsolete.
4458 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4459 m88*-*-* obsolete.
4460
4461 2002-07-24 Andrew Cagney <cagney@redhat.com>
4462
4463 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4464 constant. Same for local pointer variables.
4465 (extract_signed_integer): Ditto.
4466 * defs.h (extract_unsigned_integer): Update.
4467 (extract_signed_integer): Update.
4468
4469 2002-07-24 Andrew Cagney <cagney@redhat.com>
4470
4471 * regcache.c (regcache_raw_write): Change buf parameter to a
4472 constant void pointer.
4473 (regcache_raw_read): Change buf parameter to a void pointer.
4474 (legacy_write_register_gen): Change myaddr parameter a constant
4475 void pointer.
4476 (supply_register): Change val parameter to a const void pointer.
4477 * regcache.h (regcache_raw_write): Update declaration.
4478 (regcache_raw_read): Update declaration.
4479 (supply_register): Update declaration.
4480
4481 2002-07-24 Tom Tromey <tromey@redhat.com>
4482
4483 * defs.h (gdb_readline_wrapper): Declare.
4484 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4485 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4486 * top.c (gdb_readline_wrapper): New function.
4487 (command_line_input): Use it.
4488
4489 2002-07-24 Andrew Cagney <cagney@redhat.com>
4490
4491 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4492 regcache_read and regcache_write.
4493 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4494 * regcache.c: Update.
4495 * sh-tdep.c (sh64_push_arguments): Update comment.
4496 (sh_pseudo_register_read): Update.
4497 (sh_pseudo_register_write): Update.
4498 (sh4_register_read): Update.
4499 (sh4_register_write): Update.
4500 (sh64_pseudo_register_read): Update.
4501 (sh64_pseudo_register_write): Update.
4502 (sh64_register_read): Update.
4503 (sh64_register_write): Update.
4504 * i386-tdep.c (i386_extract_return_value): Update.
4505 (i386_extract_struct_value_address): Update.
4506 (i386_extract_return_value): Update.
4507 * blockframe.c (generic_read_register_dummy): Update.
4508 (generic_call_dummy_register_unwind): Update
4509 * infrun.c (write_inferior_status_register): Update.
4510
4511 2002-07-23 Jim Blandy <jimb@redhat.com>
4512
4513 * parser-defs.h (expression_context_pc): Make this extern.
4514 (Thanks to Michael Snyder.)
4515
4516 2002-07-23 Andrew Cagney <ac131313@redhat.com>
4517
4518 GDB 5.2.1 released from 5.2 branch.
4519 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4520 * README: Update to mention 5.2.1.
4521
4522 2002-07-23 Mark Salter <msalter@redhat.com>
4523
4524 * remote.c (remote_read_bytes): Fix check for error.
4525
4526 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4527
4528 * aix-thread.c (language.h): Include.
4529 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4530 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4531 Print newlines at end of debug messages.
4532 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4533 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4534
4535 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4536
4537 * aix-thread.c (ppc-tdep.h): Include.
4538 (special_register_p): New function.
4539 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4540 (store_regs_user_thread): Use register number information from
4541 gdbarch_tdep struct instead of hardcoded offsets relative to
4542 FIRST_UISA_SP_REGNUM.
4543 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4544 special_register_p() instead of using FPLAST_REGNUM and
4545 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4546 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4547 will be MQ's register number.
4548
4549 2002-07-22 Michael Snyder <msnyder@redhat.com>
4550
4551 * aix-thread.c (ops): Rename to aix_thread_ops.
4552 (base_ops): Rename to base_target.
4553 (ops_attach): Rename to aix_thread_attach.
4554 (ops_detach): Rename to aix_thread_detach.
4555 (ops_resume): Rename to aix_thread_detach.
4556 (ops_wait): Rename to aix_thread_wait.
4557 (ops_kill): Rename to aix_thread_kill.
4558 (init_ops): Rename to init_aix_thread_ops.
4559 (ops_fetch_register): Rename to aix_thread_fetch_register.
4560 (ops_store_register): Rename to aix_thread_store_register.
4561 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4562 (ops_thread_alive): Rename to aix_thread_thread_alive.
4563 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4564 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4565 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4566 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4567 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4568 (store_regs_lib): Rename to store_regs_user_thread.
4569 (store_regs_kern): Rename to store_regs_kernel_thread.
4570
4571 2002-07-22 Michael Snyder <msnyder@redhat.com>
4572
4573 * aix-thread.c (ops_prepare_to_store): Eliminate.
4574 (init_ops): Don't initialize ops.prepare_to_store.
4575 (store_regs_kern): Pre-fetch register buffers from child,
4576 because some registers may not be in the cache. Copy
4577 regs from register cache only if they are cached.
4578 (store_regs_lib): Copy regs from register cache only
4579 if they are cached.
4580 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4581 fill_gprs64): Ditto.
4582
4583 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4584
4585 * aix-thread.c (gdb_assert.h): Include.
4586 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4587 register sizes (from register cache) match size of buffer holding
4588 register data.
4589 (fill_sprs32): Change parameter types to match those in the ptrace()
4590 buffer.
4591 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4592 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4593
4594 2002-07-22 Michael Snyder <msnyder@redhat.com>
4595
4596 * aix-thread.c (supply_sprs64): Cosmetic change.
4597 (supply_sprs32): Cosmetic change.
4598 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4599 (fill_sprs64): Use regcache_collect instead of read_register.
4600 (store_regs_lib): Use regcache_collect instead of
4601 read_register. Use fill_sprs32 instead of fill_sprs64,
4602 if debugging a 32-bit architecture.
4603 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4604 out of the register cache, instead of passing a pointer into
4605 the register cache directly to ptrace. Use regcache_collect
4606 insteaad of read_register.
4607 (ops_prepare_to_store): Use target_read_registers instead
4608 of read_register_bytes.
4609
4610 2002-07-20 Aidan Skinner <aidan@velvet.net>
4611
4612 * MAINTAINERS: Add self under write after approval.
4613
4614 2002-07-20 Aidan Skinner <aidan@velvet.net>
4615
4616 * ada-tasks.c: Change k&r style function definitions to prototyped
4617 form.
4618
4619 2002-07-19 Andrew Cagney <ac131313@redhat.com>
4620
4621 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4622 * x86-64-tdep.c: Include "objfiles.h".
4623 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4624 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4625
4626 2002-07-17 Michal Ludvig <michal@suse.cz>
4627
4628 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4629 (update_context): Initialise cfa variable.
4630
4631 2002-07-17 Michael Snyder <msnyder@redhat.com>
4632
4633 * aix-thread.c: Shorten some long lines.
4634 Bring comments into line with code spec.
4635
4636 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4637
4638 * infrun.c: Re-indent using gdb_indent.sh.
4639
4640 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4641
4642 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4643 Leave the indentation temporarily untouched, to minimize the diffs.
4644
4645 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
4646
4647 * stabsread.c: Make os9k sections of the code obsolete,
4648 for real this time.
4649 * stabsread.h: Make os9k sections of the code obsolete.
4650
4651 2002-07-18 Michal Ludvig <mludvig@suse.cz>
4652
4653 * linux-low.c (regsets_store_inferior_registers): Add free()
4654 at the end of a loop to prevent memory leak.
4655 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4656 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4657 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4658 line a comment.
4659 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4660
4661 2002-07-17 Jim Blandy <jimb@redhat.com>
4662
4663 * macrocmd.c (info_macro_command): Remove newline from error
4664 message.
4665
4666 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
4667
4668 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4669 (sh_gdbarch_init): Use it for sh-dsp.
4670
4671 2002-07-16 Kevin Buettner <kevinb@redhat.com>
4672
4673 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4674 64-bit DWARF2 format.
4675
4676 2002-07-16 Joel Brobecker <brobecker@gnat.com>
4677
4678 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4679 <sys/proc.h> when not available.
4680
4681 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4682
4683 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4684 * stabsread.c: Make os9k sections of the code obsolete.
4685 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4686 * config/i386/i386os9k.mt: Make file obsolete.
4687 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4688 (COMMON_OBS): Remove os9kread.o
4689 (SFILES): Remove os9kread.c.
4690 (os9kread.o, remote-os9k.o): Make target obsolete.
4691 * remote-os9k.c: Make file obsolete.
4692 * os9kread.c: Make file obsolete.
4693 * Makefile.in
4694
4695 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4696
4697 * NEWS: Mention that the FR30 has been made obsolete.
4698 * fr30-tdep.c: Make file obsolete.
4699 * config/fr30/tm-fr30.h: Ditto.
4700 * config/fr30/fr30.mt: Ditto.
4701 * configure.tgt: Make fr30-*-elf obsolete.
4702 * MAINTAINERS: Make fr30-elf obsolete.
4703
4704 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4705
4706 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4707 found is not inside a section.
4708
4709 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4710
4711 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4712 strerror().
4713 (pdc_realloc): Use xrealloc() instead of realloc().
4714
4715 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4716
4717 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4718 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4719 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4720 macros.
4721
4722 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4723
4724 * aix-thread.c (ptrace_check): Eliminate goto.
4725 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4726 problem.
4727
4728 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4729
4730 * aix-thread.c (gdbcmd.h): Include.
4731 (DEBUG, DBG, DBG2, dbg): Eliminate.
4732 (debug_aix_thread): New static global.
4733 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4734 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4735 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4736 invocations to DBG and DBG2 macros to test against
4737 ``debug_aix_thread'' and call fprintf_unfiltered().
4738 (_initialize_aix_thread): Add new command "set debug aix-thread".
4739
4740 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4741
4742 From Gerhard Tonn <TON@de.ibm.com>:
4743 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4744 instead of supply_register.
4745
4746 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4747
4748 * dwarf2cfi.c: Include "gdb_assert.h".
4749 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4750 non-NULL.
4751 (update_context): Do not use __func__. Add missing ``break''.
4752 (update_context): Do not use __func__.
4753
4754 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
4755
4756 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4757 and its setting. Set gdbarch instruction printing functions
4758 directly. For non-rs6000 case use new function
4759 gdb_print_insn_powerpc.
4760 (gdb_print_insn_powerpc): New function.
4761
4762 2002-07-13 Andrew Cagney <ac131313@redhat.com>
4763
4764 * NEWS: Mention that the d30v has been marked obsolete.
4765 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4766 * configure.tgt: Mark d30v-*-* as obsolete.
4767 * d30v-tdep.c: Mark file as obsolete.
4768 * config/d30v/d30v.mt: Ditto.
4769 * config/d30v/tm-d30v.h: Ditto.
4770
4771 2002-07-13 Aidan Skinner <aidan@velvet.net>
4772
4773 * ada-tasks.c (add_task_entry): replace calls to
4774 malloc() with xmalloc
4775 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4776
4777 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4778 ada_finish_decode_line_1, all_sals_for_line
4779 ada_breakpoint_rewrite): replace calls to free() with xfree()
4780
4781 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4782
4783 From Nicholas Duffek (with minor changes by Martin Hunt,
4784 Louis Hamilton, and Kevin Buettner):
4785 * aix-thread.c: New file.
4786
4787 2002-07-12 Petr Sorfa <petrs@caldera.com>
4788
4789 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4790 complaint for invalid attribute class or form.
4791 (read_func_scope): DW_AT_frame_base
4792 better handling of DW_AT_block*.
4793 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4794 better handling of DW_AT_block*.
4795 (read_common_block): DW_AT_location
4796 better handling of DW_AT_block*.
4797 (read_partial_die): DW_AT_location better handling
4798 of DW_AT_block*.
4799 (new_symbol): DW_AT_external better handling of
4800 DW_AT_block*. Proper initialization of variable
4801 "addr".
4802 (attr_form_is_block): New function that returns true
4803 if the attribute's form is of DW_FORM_block*.
4804
4805 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4806
4807 * valops.c (find_method_list): Remove comment about
4808 removed STATIC_MEMFUNCP argument.
4809 (value_find_oload_method_list): Likewise.
4810
4811 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4812
4813 From Nicholas Duffek:
4814 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4815 target_new_objfile_hook.
4816
4817 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4818
4819 From Nicholas Duffek:
4820 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4821 csect.
4822
4823 2002-07-12 Andrew Cagney <cagney@redhat.com>
4824
4825 * MAINTAINERS: Mention --enable-sim-build-warnings.
4826 (m68hc11-elf): Disable sim build warnings.
4827 (m32r-elf): Mark as broken obsolete candidate.
4828 (x86_64-linux-gnu): Mark as buildable with -Werror.
4829 (arm-elf): Change -w to ``,'' which enables warnings but not
4830 -Werror.
4831
4832 2002-07-12 Andrew Cagney <ac131313@redhat.com>
4833
4834 * bcache.h: Update copyright.
4835 (struct bstring, struct bcache): Move definition to "bcache.c".
4836 Replaced by opaque declaration.
4837 (bcache_xfree): Replace free_bcache.
4838 (bcache_xmalloc, bcache_memory_used): Declare.
4839
4840 * bcache.c: Update copyright.
4841 (struct bstring, struct bcache): Moved to here from "bcache.h".
4842 Update comments.
4843 (bcache_xmalloc, bcache_memory_used): New functions.
4844 (bcache_xfree): Replace function free_bcache.
4845
4846 * Makefile.in (objfiles.o): Add $(bcache_h).
4847 (objfiles_h): Remove $(bcache_h).
4848 (symfile.o): Add $(bcache_h).
4849
4850 * symmisc.c: Update copyright.
4851 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4852 (print_objfile_statistics): Use bcache_memory_used.
4853
4854 * symfile.c: Include "bcache.h".
4855 (reread_symbols): Use bcache_xfree.
4856 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4857 (add_psymbol_to_list): Pass psymbol_cache by value.
4858 (add_psymbol_with_dem_name_to_list): Ditto.
4859
4860 * objfiles.h: Update copyright.
4861 (struct bcache): Declare opaque. Do not include "bcache.h".
4862 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4863 bcache'' pointers.
4864 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4865
4866 * objfiles.c: Include "bcache.h". Update copyright.
4867 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4868 macro_cache.
4869 (free_objfile): Use bcache_xfree.
4870
4871 2002-07-11 Grace Sainsbury <graces@redhat.com>
4872
4873 * monitor.c (monitor_fetch_register): Make name a constant.
4874 (monitor_store_register): Same.
4875
4876 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
4877
4878 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4879 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4880 (finish_block) For non-function blocks, hash the symbol table. For
4881 function blocks, mark the symbol table as unhashed.
4882 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4883 (msymbol_hash_iw): Likewise.
4884 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4885 value.
4886 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4887 (lookup_minimal_symbol): Likewise for both.
4888 * symtab.h (struct block): Add `hashtable' flag. Comment the
4889 hashtable.
4890 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4891 (ALL_BLOCK_SYMBOLS): Update.
4892 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4893 (struct symbol): Add `hash_next' pointer.
4894 * symtab.c (lookup_block_symbol): Search using the hash table when
4895 possible.
4896 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4897 (search_symbols, find_addr_symbol): Likewise.
4898
4899 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4900 (read_dst_symtab): Likewise.
4901 * jv-lang.c (get_java_class_symtab): Likewise.
4902 * mdebugread.c: Include "gdb_assert.h".
4903 (shrink_block): Assert that the block being modified is not hashed.
4904 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4905 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4906 symbols.
4907 (dump_symtab): Recognize hashed blocks.
4908 * printcmd.c (print_frame_args): Assert that function blocks do not
4909 have hashed symbol tables.
4910 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4911 (fill_in_ada_prototype, debug_print_block): Likewise.
4912 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4913
4914 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
4915
4916 * stack.c (print_frame): Use result of frame_address_in_block()
4917 instead of fi->pc when evaluating symbols.
4918 (backtrace_command_1): Ditto.
4919
4920 2002-07-11 Andrew Cagney <cagney@redhat.com>
4921
4922 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4923 Make static.
4924
4925 * arm-tdep.c (arm_register_name): Make return type constant.
4926
4927 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4928
4929 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4930 prototype.
4931 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4932 * s390-tdep.c (s390_fp_regnum): Ditto.
4933 (s390_read_fp): Ditto.
4934 (s390_pop_frame): Ditto.
4935 (_initialize_s390_tdep): Ditto.
4936 * remote.c (get_remote_state): Ditto.
4937 * procfs.c (mappingflags): Ditto.
4938 * memattr.c (_initialize_mem): Ditto.
4939 * mcore-tdep.c (mcore_pop_frame): Ditto.
4940 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4941 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4942 * language.c (set_case_str): Ditto.
4943 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4944 * frv-tdep.c (new_variant): Ditto.
4945 (frv_stopped_data_address): Ditto.
4946 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4947 (context_alloc): Ditto.
4948 (frame_state_alloc): Ditto.
4949 (unwind_tmp_obstack_init): Ditto.
4950 (unwind_tmp_obstack_free): Ditto.
4951 (cfi_read_fp): Ditto.
4952 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4953 (cris_pop_frame): Ditto.
4954 * c-lang.c (scanning_macro_expansion): Ditto.
4955 (finished_macro_expansion): Ditto.
4956 (c_preprocess_and_parse): Ditto.
4957 * gdbarch.sh: Ditto.
4958 * gdbarch.h, gdbarch.c: Regenerate.
4959 * config/mn10200/tm-mn10200.h: Adjust indentation.
4960 * target.c: Adjust indentation.
4961 * symtab.h: Adjust indentation.
4962 * stabsread.h: Adjust indentation.
4963 * remote-es.c: Adjust indentation.
4964 * os9kread.c: Adjust indentation.
4965
4966 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4967
4968 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4969 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4970
4971 2002-07-10 Grace Sainsbury <graces@redhat.com>
4972
4973 * NEWS: Mention m68k, mcore multi-arching.
4974 * MAINTAINERS: Change status of m68k, mcore to reflect
4975 multi-arching.
4976
4977 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
4978
4979 * valops.c (find_overload_match): Free oload_syms.
4980
4981 2002-07-09 Joel Brobecker <brobecker@gnat.com>
4982
4983 Define HAVE_SYS_PROC_H if sys/proc.h exists
4984 * configure.in: Add check for sys/proc.h
4985 * config.in: Regenerate.
4986 * configure: Regenerate.
4987
4988 2002-07-09 Grace Sainsbury <graces@redhat.com>
4989
4990 * config/m68k/tm-m68k.h: Remove macros wrapped in
4991 #if !GDB_MULTI_ARCH.
4992
4993 2002-07-08 Andrew Cagney <ac131313@redhat.com>
4994
4995 * config.in, configure: Regenerate.
4996
4997 2002-07-08 Mark Kettenis <kettenis@gnu.org>
4998
4999 * dwarf2cfi.c: Include "gcore.h".
5000 (execute_stack_op): Fix implementation of the
5001 DW_OP_deref and DW_OP_deref_size operators by letting do their
5002 lookup in the target.
5003
5004 2002-07-07 Mark Kettenis <kettenis@gnu.org>
5005
5006 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
5007 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
5008 tdep->sc_sp_offset.
5009
5010 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
5011
5012 Fix PR gdb/595, gdb/602
5013 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
5014 Don't call value_cast, just read the vtable pointer; update comments
5015 to match.
5016
5017 2002-07-05 Grace Sainsbury <graces@redhat.com>
5018
5019 * config/mcore/tm-mcore.h: Remove file.
5020 * config/mcore/mcore.mt: Remove definition of TM_FILE
5021 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
5022
5023 2002-07-05 Mark Kettenis <kettenis@gnu.org>
5024
5025 * i386bsd-tdep.c: Include "gdb_string.h".
5026
5027 2002-07-04 Grace Sainsbury <graces@redhat.com>
5028
5029 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
5030 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
5031 mcore-tdep.
5032 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
5033 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
5034 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
5035 (RETVAL_REGNUM): Move macros from tm-mcore.h
5036 (mcore_reg_struct_has_addr): New function.
5037 (mcore_gdbarch_init): Added initializations for the macros removed
5038 from tm-mcore.h.
5039
5040 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5041
5042 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
5043 traditonal string branding within the ELF header.
5044
5045 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
5046
5047 * symtab.c (remove_params): New function.
5048 (make_symbol_overload_list): Use it instead of cplus_demangle.
5049 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
5050
5051 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5052
5053 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
5054
5055 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
5056 New variables.
5057 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
5058 and tdep->sigtramp_end.
5059 * i386obsd-nat.c: New file.
5060 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
5061
5062 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
5063 Don't call get_current_frame().
5064
5065 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
5066
5067 * i386-nat.c (child_post_startup_inferior): New function
5068 calling i386_cleanup_dregs if
5069 I386_USE_GENERIC_WATCHPOINTS is defined.
5070 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
5071 conditional to acknowledge that i386-nat.c has its
5072 own child_post_startup_inferior function.
5073
5074 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5075
5076 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
5077 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
5078 instead of MAX_REGISTER_RAW_SIZE.
5079 (i386_extract_return_value, i386_extract_struct_value_address):
5080 Convert to use regcache.
5081 (i386_gdbarch_init): Set max_register_raw_size and
5082 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
5083 Set extract_return_value and extract_struct_value_address instead
5084 of their deprecated variants.
5085
5086 Convert i386 target to generic dummy frames.
5087 * i386-tdep.c: Include "symfile.h".
5088 (i386_frameless_signal_p): Consider a function to be frameless if
5089 the pc points at the first instruction of the function.
5090 (i386_frame_chain): Handle (generic) call dummies.
5091 (i386_frame_saved_pc): Likewise.
5092 (i386_frame_init_saved_regs): Remove code dealing with call
5093 dummies on the stack.
5094 (i386_push_dummy_frame): Removed.
5095 (i386_call_dummy_words): Removed.
5096 (i386_fix_call_dummy): Removed.
5097 (i386_push_return_address): New function.
5098 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
5099 parameter, and don't call get_current_frame.
5100 (i386_pop_frame): New function.
5101 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
5102 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
5103 entry_point_address, set call_dummy_breakpoint_offset to 0, set
5104 call_dummy_length to 0, set call_dummy_words to NULL, set
5105 sizeof_call_dummy_words to 0, set fix_call_dummy to
5106 generic_fix_call_dummy, set pc_in_call_dummy to
5107 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5108 generic_push_dummy_frame, set push_return_address to
5109 i386_push_return_address and set frame_chain_valid to
5110 generic_file_frame_chain_valid.
5111
5112 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5113
5114 * gdbarch.sh (struct regcache): Add opaque declaration.
5115 (EXTRACT_RETURN_VALUE): New architecture method.
5116 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5117 * gdbarch.h, gdbarch.c: Regenerate.
5118 * arch-utils.c (legacy_extract_return_value): New function.
5119 * arch-utils.h (legacy_extract_return_value): Declare.
5120 * values.c (value_being_returned): Re-enable code handling
5121 EXTRACT_STRUCT_VALUE_ADDRESS. Move
5122 deprecated_grub_regcache_for_registers call to block handling
5123 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5124 (EXTRACT_RETURN_VALUE): Do not define.
5125
5126 2002-07-03 Grace Sainsbury <graces@redhat.com>
5127
5128 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5129 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5130 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5131 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5132 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5133 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5134 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5135 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5136 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5137 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5138 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5139 argument so the function fits the prototype in the architecture
5140 vector.
5141 (mcore_pop_frame): Remove argument so the function fits the
5142 prototype. Use get_current_frame instead of the argument.
5143 (mcore_push_arguments): Change type of struct_return so the
5144 function can be used in the architecture vector.
5145 (mcore_store_struct_return): Add.
5146 (mcore_frame_init_saved_regs): Add.
5147 (mcore_gdbarch_init): Add function calls to replace the macros
5148 removed from tm-mcore.h
5149
5150 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5151
5152 * infcmd.c (print_return_value): Remove compatibility code calling
5153 deprecated_grub_regcache_for_registers.
5154
5155 * values.c: Include "regcache.h".
5156 (value_being_returned): Update. Use
5157 deprecated_grub_regcache_for_registers to extract the register
5158 buffer address.
5159 * value.h (value_being_returned): Change ``retbuf'' parameter to a
5160 ``struct regcache''.
5161 * Makefile.in (values.o): Add dependency on $(regcache_h).
5162
5163 * inferior.h (run_stack_dummy): Change type of second parameter to
5164 a ``struct regcache''.
5165 * valops.c (hand_function_call): Change type of retbuf to ``struct
5166 regcache''. Allocate using regcache_xmalloc, clean using
5167 make_cleanup_regcache_xfree.
5168 * infcmd.c (run_stack_dummy): Update. Use
5169 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5170
5171 * regcache.c (do_regcache_xfree): New function.
5172 (make_cleanup_regcache_xfree): New function.
5173 * regcache.h (make_cleanup_regcache_xfree): Declare.
5174
5175 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5176
5177 * event-top.c (command_line_handler): Don't read past
5178 beginning of buffer.
5179
5180 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5181
5182 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5183 struct frame_id.
5184 (varobj_create): Store frame_id for root.
5185 (varobj_gen_name): Use xasprintf.
5186 (varobj_update): Save and restore frame using get_frame_id() and
5187 frame_find_by_id().
5188 (create_child): Use xasprintf.
5189 (new_root_variable): Initialize frame_id.
5190 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5191 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5192 to prevent memory leak.
5193
5194 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5195
5196 * valops.c (hand_function_call): Move declaration of retbuf to
5197 start of function, allocate using malloc, add a cleanup but before
5198 the inf_status cleanup, cleanup the buffer. Rename local variable
5199 old_chain to inf_status_cleanup.
5200
5201 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5202
5203 * top.c (execute_command): Use cmd_func() and cmd_func_p().
5204
5205 * cli/cli-decode.c (cmd_func_p): New function.
5206 (cmd_func): New function.
5207
5208 * command.h: Add cmd_func() and cmd_func_p().
5209
5210 2002-07-03 Grace Sainsbury <graces@redhat.com>
5211
5212 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5213 (REGISTER_SIZE): Remove.
5214 (MAX_REGISTER_RAW_SIZE): Remove.
5215 (REGISTER_VIRTUAL_TYPE): Remove.
5216 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5217 (REGISTER_NAME): Remove.
5218 (USE_GENERIC_DUMMY_FRAMES): Remove.
5219 (CALL_DUMMY): Remove.
5220 (CALL_DUMMY_START_OFFSET): Remove.
5221 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5222 (CALL_DUMMY_LOCATION): Remove.
5223 (FIX_CALL_DUMMY): Remove.
5224 (CALL_DUMMY_ADDRESS): Remove.
5225 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5226 (SAVE_DUMMY_FRAME_TOS): Remove.
5227 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5228 (mcore_register_virtual_type): New function.
5229 (mcore_register_byte): New function.
5230 (mcore_register_size): New function.
5231 (mcore_register_name): New function.
5232 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5233 macros removed from tm-mcore.h.
5234 (mcore_dump_tdep): Add.
5235 (_initialize_mcore_tdep): Add gdbarch_register call.
5236
5237 2002-07-03 Mark Kettenis <kettenis@gnu.org>
5238
5239 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5240 frameless_look_for_prologue, such that we actually call this
5241 function.
5242
5243 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5244
5245 * frame.h (frame_address_in_block): New function.
5246
5247 * blockframe.c (frame_address_in_block): New function extracted
5248 from get_frame_block().
5249 (get_frame_block): Use frame_address_in_block().
5250 (block_innermost_frame): Use frame_address_in_block() to match
5251 the frame pc address against the block boundaries rather than
5252 the frame pc directly. This prevents a failure when a frame pc
5253 is actually a return-address pointing immediately after the end
5254 of the given block.
5255
5256 2002-07-02 Grace Sainsbury <graces@redhat.com>
5257
5258 * MAINTAINERS: Add self under write after approval.
5259
5260 2002-07-02 Grace Sainsbury <graces@redhat.com>
5261
5262 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5263 used in architecture vector. The default is
5264 m68k_local_breakpoint_from_pc.
5265 (m68k_local_breakpoint_from_pc): Add.
5266 (enum): Add register numbers from tm-m68k.h.
5267 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5268 vector.
5269 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5270 GDB_MULTI_ARCH_PARTIAL.
5271 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5272 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5273 m68k-tdep.c.
5274 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5275 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5276 to enum in m68k-tdep.c
5277
5278 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5279
5280 * solib-osf.c (open_map): Compute the list of shared libraries
5281 loaded by the inferior, rather than the list of libraries loaded
5282 by GDB itself. Otherwise, GDB ends up reading the symbols from
5283 the wrong shared libraries...
5284
5285 2002-07-02 Mark Kettenis <kettenis@gnu.org>
5286
5287 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5288 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5289 macros.
5290 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5291 Remove functions.
5292 (FRAMELESS_SIGNAL): Remove function.
5293 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5294 i386_linux_saved_pc_after_call): Removed.
5295 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5296 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5297 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5298
5299 * i386-tdep.c (i386_frameless_signal_p): New function.
5300 (i386_frame_chain): Deal with frameless signals.
5301 (i386_sigtramp_saved_sp): New function.
5302 (i386_frame_saved_pc): Deal with frameless signals.
5303 (i386_saved_pc_after_call): Make sure the correct value is
5304 returned just after entry into a sigtramp.
5305 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5306 i386fbsd4_sc_sp_offset): New variables.
5307 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5308 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5309 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5310 similiar to what we already did for sc_pc_offset.
5311 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5312 tdep->sc_sp_offset.
5313
5314 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5315
5316 2002-07-02 Michal Ludvig <mludvig@suse.cz>
5317
5318 * config/i386/tm-x86-64linux.h: New.
5319 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5320 definitions.
5321 * config/i386/nm-x86-64.h: Rename to ...
5322 * config/i386/nm-x86-64linux.h: ... this one.
5323 * config/i386/x86-64linux.mh: Reflect the above change.
5324
5325 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5326
5327 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5328 with sigcontext_addr. Add sc_sp_offset.
5329 (i386bsd_sigtramp_saved_pc): Remove prototype.
5330 (i386bsd_sicontext_addr): Add prototype.
5331 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5332 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5333 (i386_svr4_sigtramp_saved_pc): Removed.
5334 (i386_svr4_sigcontext_addr): New function.
5335 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5336 Initialize tdep->sigcontext_addr instead. Initialize
5337 tdep->sc_pc_offset and tdep->sc_sp_offset.
5338 (i386_gdbarch_init): Likewise.
5339 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5340 any more.
5341 (i386bsd_sigtramp_saved_pc): Remove function.
5342 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5343 Initialize tdep->sigcontext_addr instead. Initialize
5344 tdep->sc_pc_offset.
5345 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5346 of tdep->sigtramp_saved_pc.
5347 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5348 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5349 instead.
5350
5351 * i386-tdep.c (i386_frameless_function_invocation,
5352 i386_frame_num_args, i386_frame_init_saved_regs,
5353 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5354 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5355 i386_extract_return_value, i386_store_return_value,
5356 i386_extract_struct_value_address, i386_register_virtual_type,
5357 i386_register_convertible, i386_register_convert_to_virtual,
5358 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5359 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5360 static.
5361
5362 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5363
5364 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5365
5366 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5367 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5368 this macro. Include "value.h".
5369
5370 2002-06-30 Aidan Skinner <aidan@velvet.net>
5371
5372 * ada-exp.tab.c: remove as it's a generated file
5373 * ada-lex.c: remove as it's a generated file
5374
5375 2002-06-30 Mark Kettenis <kettenis@gnu.org>
5376
5377 * config/i386/tm-i386.h (struct frame_info, struct
5378 frame_saved_regs, struct value, struct type): Remove forward
5379 declarations.
5380
5381 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5382 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5383 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5384 (FILL_FPXREGSET): Define.
5385
5386 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5387
5388 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5389 i[3456]86-*-netbsd* case.
5390 * config/i386/tm-obsd.h: Removed.
5391 * config/i386/obsd.mt: Removed.
5392 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5393 core-aout.o.
5394 (MH_CFLAGS): Add -DYYDEBUG=0.
5395
5396 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5397 i386nbsd_sc_pc_offset on OpenBSD too.
5398
5399 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5400 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5401 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5402 define.
5403 * i386bsd-tdep.c: Include "arch-utils.h".
5404 (i386bsd_aout_in_solib_call_trampoline): New function.
5405 (i386bsd_init_abi): Set in_solib_call_trampoline to
5406 i386bsd_aout_in_solib_call_trampoline.
5407 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5408 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5409
5410 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5411
5412 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5413 (struct obstack, struct bcache): Add opaque declarations.
5414 * Makefile.in (macrotab_h): Update
5415
5416 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5417
5418 * blockframe.c (generic_find_dummy_frame): Change return type to
5419 ``struct regcache''.
5420 (struct dummy_frame): Replace field ``registers'' with regcache, a
5421 struct regcache object.
5422 (generic_find_dummy_frame): Update.
5423 (generic_push_dummy_frame): Update. Use regcache_xfree,
5424 regcache_xmalloc and regcache_cpy.
5425 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5426 regcache_xfree.
5427 (deprecated_generic_find_dummy_frame): Update.
5428 (generic_read_register_dummy): Update. Use
5429 regcache_read_as_address.
5430 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5431 (generic_get_saved_register): Update. Use regcache_read.
5432
5433 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5434
5435 * Makefile.in (objfiles_h): Add $(bcache_h).
5436 * objfiles.h: Include "bcache.h".
5437
5438 * Makefile.in (symtab_h): Remove $(bcache_h).
5439 * symtab.h: Do not include "bcache.h".
5440
5441 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5442
5443 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5444 generic_func_frame_chain_valid.
5445
5446 2002-06-28 David O'Brien <obrien@FreeBSD.org>
5447
5448 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5449 * config/i386/tm-fbsd.h: Likewise.
5450
5451 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5452
5453 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5454 generic_unwind_get_saved_register.
5455
5456 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5457
5458 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5459 * regcache.c (supply_register): Add missing argument to
5460 register_buffer call.
5461
5462 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5463
5464 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5465 Solaris /bin/grep does not not like it. From Peter Schauer.
5466
5467 2002-06-26 Tom Tromey <tromey@redhat.com>
5468
5469 * command.h (add_setshow_cmd): Declare.
5470 (add_setshow_cmd_full): Declare.
5471 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5472 returns void. Use add_setshow_cmd_full.
5473 (add_setshow_cmd_full): New function.
5474 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5475 (add_setshow_boolean_cmd): Likewise.
5476
5477 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5478
5479 * config/vax/tm-vax.h: Protect from multiple inclusion.
5480 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5481 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5482 * config/vax/tm-vaxbsd.h: ...here. New file.
5483 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5484
5485 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5486
5487 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5488 (BELIEVE_PCC_PROMOTION): Remove.
5489 (AP_REGNUM): Move to...
5490 * config/vax/nm-vax.h: ...here.
5491 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5492 (vax_breakpoint_from_pc): New function.
5493 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5494 and gdbarch_believe_pcc_promotion.
5495
5496 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5497
5498 * Makefile.in (vax_tdep_h): Define.
5499 (vax-tdep.o): Use $(vax_tdep_h).
5500 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5501 (vax_dump_tdep): New function.
5502 (_initialize_vax_tdep): Register vax_dump_tdep.
5503 * vax-tdep.h: Include osabi.h.
5504 (struct gdbarch_tdep): New.
5505
5506 2002-06-26 Andrew Cagney <cagney@redhat.com>
5507
5508 * frame.h (deprecated_generic_find_dummy_frame): Rename
5509 generic_find_dummy_frame.
5510 * blockframe.c (generic_find_dummy_frame): Make static.
5511 (deprecated_generic_find_dummy_frame): New function.
5512 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5513 generic_find_dummy_frame with deprecated_find_dummy_frame.
5514 (sh64_nofp_frame_init_saved_regs): Ditto.
5515 (sh_fp_frame_init_saved_regs): Ditto.
5516 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5517 (s390_frame_chain): Ditto.
5518 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5519
5520 2002-06-26 Grace Sainsbury <graces@redhat.com>
5521
5522 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5523 gdbarch vector are at the top.
5524 (NUM_REGS): Remove.
5525 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5526 (FRAME_ARGS_ADDRESS): Remove.
5527 (FRAME_LOCALS_ADDRESS): Remove.
5528 (FRAME_NUM_ARGS): Remove.
5529 (FRAME_ARGS_SKIP): Remove.
5530 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5531 (m68k_gdbarch_init): Add gdbarch initializations for macros
5532 undefined in tm-m68k.h
5533
5534 2002-06-26 Grace Sainsbury <graces@redhat.com>
5535
5536 * monitor.h: Add the function regname to monitor_ops
5537 structure. This way NUM_REGS does not have to be a constant.
5538 * monitor.c (monitor_fetch_register): Added support for regname
5539 function. The function is called if the array regnames is NULL.
5540 (monitor_store_register): Same.
5541 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5542 regnames array.
5543 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5544 cpu32bug_cmds.regname to point to new function.
5545 * abug-rom.c (abug_regname): Same as above.
5546 (init_abug_cmds): Same.
5547 * dbug-rom.c (dbug_regname): Same as above.
5548 (init_dbug_cmds): Same.
5549 * remote-est.c (est_regname): Same.
5550 (init_est_cmds): Same.
5551 * rom68k-rom.c (rom68k_regname): Same.
5552 (init_rom68k_cmds): Same.
5553
5554 2002-06-25 Tom Tromey <tromey@redhat.com>
5555
5556 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5557
5558 2002-06-25 Andrew Cagney <cagney@redhat.com>
5559
5560 * infrun.c (stop_registers): Change variable's type to ``struct
5561 regcache'''.
5562 (xmalloc_inferior_status): Delete function.
5563 (free_inferior_status): Delete function.
5564 (normal_stop): Use regcache_cpy.
5565 (struct inferior_status): Change type of fields ``stop_registers''
5566 and ``registers'' to ``struct regcache''.
5567 (write_inferior_status_register): Use regcache_write.
5568 (save_inferior_status): Instead of calling
5569 xmalloc_inferior_status, allocate the inf_status buffer directly.
5570 Use regcache_dup_no_passthrough and regcache_dup to save the
5571 buffers.
5572 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5573 Replace the stop_registers regcache instead of overriding it. Use
5574 regcache_xfree. Instead of calling free_inferior_status, xfree
5575 the buffer directly.
5576 (discard_inferior_status): Use regcache_xfree. Instead of calling
5577 free_inferior_status, xfree the buffer directly.
5578 (build_infrun): Use regcache_xmalloc.
5579 (_initialize_infrun): Delete redundant call to build_infrun.
5580
5581 * Makefile.in (infcmd.o): Add $(regcache_h).
5582
5583 * infcmd.c: Include "regcache.h".
5584 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5585 obtain the address of `stop_registers' register buffer.
5586 (print_return_value): Ditto.
5587
5588 * inferior.h (struct regcache): Add opaque declaration.
5589 (stop_registers): Change variable's declared type to ``struct
5590 regcache''.
5591
5592 2002-06-24 Tom Tromey <tromey@redhat.com>
5593
5594 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5595 * target.c (initialize_targets): Fixed typo in
5596 trust-readonly-sections `show' documentation.
5597
5598 * main.c: Marked all strings with _().
5599
5600 2002-06-24 Don Howard <dhoward@redhat.com>
5601
5602 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5603 that means max CORE_ADDR+1.
5604 (lookup_mem_region): Ditto.
5605 (mem_info_command): Ditto.
5606
5607 2002-06-24 Grace Sainsbury <graces@redhat.com>
5608
5609 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5610 (REGISTER_BYTES_OK): Remove.
5611 (REGISTER_BYTES): Remove.
5612 (STORE_STRUCT_RETURN): Remove.
5613 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5614 (STORE_RETURN_VALUE): Remove.
5615 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5616 (FRAME_CHAIN): Remove.
5617 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5618 (FRAME_SAVED_PC): Remove.
5619 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5620 (m68k_store_struct_return): Add.
5621 (m68k_deprecated_extract_return_value): Add.
5622 (m68k_deprecated_extract_struct_value_address): Add.
5623 (m68k_store_return_value): Add.
5624 (m68k_frame_chain): Add.
5625 (m68k_frameless_function_invocation): Add.
5626 (m68k_frame_saved_pc): Add.
5627 (m68k_gdbarch_init): added set_gdbarch calls for new
5628 functions and deleted macros.
5629
5630 2002-06-23 Tom Tromey <tromey@redhat.com>
5631
5632 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5633 (ALLDEPFILES): Likewise.
5634 (udiheaders): Removed.
5635 (udip2soc.o): Likewise.
5636 (udi2go32.o): Likewise.
5637 (udr.o): Likewise.
5638 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5639
5640 2002-06-22 Andrew Cagney <ac131313@redhat.com>
5641
5642 * infrun.c (_initialize_infrun): Delete unnecessary call to
5643 build_infrun.
5644
5645 * regcache.h: Update comments describing the regcache_cpy family
5646 of functions.
5647 (regcache_save, regcache_restore): Delete declaration.
5648 (regcache_save_no_passthrough): Delete declaration.
5649 (regcache_restore_no_passthrough): Delete declaration.
5650 * regcache.c (regcache_save): Delete function.
5651 (regcache_save_no_passthrough): Delete function.
5652 (regcache_restore): Delete function.
5653 (regcache_restore_no_passthrough): Delete function.
5654
5655 2002-06-21 Andrew Cagney <ac131313@redhat.com>
5656
5657 * config/m68k/tm-m68k.h: Fix typo.
5658 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5659 (m68k_frame_init_saved_regs): Declare.
5660
5661 2002-06-21 Jim Blandy <jimb@redhat.com>
5662
5663 Remove some vestiges of Harris 88k support.
5664 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5665 register numbering quirk.
5666 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5667 odd symbols occurring in Harris 88k ELF targets.
5668
5669 2002-06-21 Tom Tromey <tromey@redhat.com>
5670
5671 * gdb_locale.h: New file.
5672 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5673 (defs_h): Added gdb_locale.h.
5674 * configure, config.in: Rebuilt.
5675 * configure.in (PACKAGE): Define.
5676 * defs.h: Include gdb_locale.h.
5677 * main.c (captured_main): Call setlocale, bindtextdomain,
5678 textdomain.
5679
5680 2002-06-21 Dave Brolley <brolley@redhat.com>
5681
5682 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5683 * config/frv/frv.mt: New file.
5684 * config/frv/tm-frv.h: New file.
5685 * configure.tgt: Support frv-*-*.
5686 * Makefile.in (frv-tdep.o): New target.
5687 * frv-tdep.c: New file.
5688 * NEWS: Mention frv.
5689
5690 2002-06-21 Dave Brolley <brolley@redhat.com>
5691
5692 * MAINTAINERS: Add self to "Write After Approval" list.
5693
5694 2002-06-21 Grace Sainsbury <graces@redhat.com>
5695
5696 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5697 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5698 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5699 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5700 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5701
5702 * m68k-tdep.c: Include arch-utils.h
5703 (m68k_register_raw_size): Add.
5704 (m68k_register_virtual_size): Add.
5705 (m68k_register_virtual_type): Add.
5706 (m68k_register_name): Add.
5707 (m68k_stack_align): Add.
5708 (m68k_register_byte): Add.
5709 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5710 tm-m68k.h.
5711
5712 2002-06-21 Grace Sainsbury <graces@redhat.com>
5713
5714 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5715 m68k_find_saved_regs.
5716 (m68k_pop_frame): Removed saved_regs structure, and replaced
5717 references to it with frame->saved_regs.
5718 (m68k_gdbarch_init): Added function calls to initialize the
5719 gdbarch structure.
5720 (m68k_fix_call_dummy): Add.
5721 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5722 (CALL_DUMMY): Remove.
5723 (CALL_DUMMY_LENGTH): Remove.
5724 (CALL_DUMMY_START_OFFSET): Remove.
5725 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5726 (FIX_CALL_DUMMY): Remove.
5727 (PUSH_DUMMY_FRAME): Remove.
5728 (POP_FRAME): Remove.
5729
5730 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5731
5732 * parse.c (parse_fprintf): New function used to avoid calls to
5733 fprintf in bison parser generated debug code.
5734 * parser-defs.h: Declaration of new parse_fprintf function.
5735 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5736 Set YYDEBUG to 1 by default.
5737 Set YYFPRINTF as parse_fprintf.
5738
5739 2002-06-21 Michal Ludvig <mludvig@suse.cz>
5740
5741 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5742 encoding anymore.
5743 (pointer_encoding, enum ptr_encoding): New.
5744 (execute_cfa_program): Take care about pointer encoding.
5745 (dwarf2_build_frame_info): Only call parse_frame_info for
5746 .debug_frame and .eh_frame.
5747 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5748 fixed augmentation handling, added relative addressing,
5749 ignore duplicate FDEs. Added comments.
5750 * dwarf2cfi.c: Reindented.
5751
5752 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
5753
5754 * event-top.c (command_handler): Don't use space_at_cmd_start
5755 unless there is sbrk() on the host. Assign time and space data
5756 to union fields of the appropriate length.
5757
5758 2002-06-20 Michal Ludvig <mludvig@suse.cz>
5759
5760 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5761 x86_64_register_name. Return type changed to 'const char *'.
5762 (x86_64_register_name2nr): Rename to x86_64_register_number.
5763 (x86_64_gdbarch_init): Update to reflect the change.
5764 * x86-64-tdep.h: Ditto.
5765 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5766 (supply_fpregset): Ditto.
5767
5768 2002-06-19 Andrew Cagney <cagney@redhat.com>
5769
5770 * regcache.h: Update copyright.
5771 (struct regcache, struct gdbarch): Add opaque declarations.
5772 (current_regcache): Declare global variable.
5773 (regcache_read, regcache_write): Add gdbarch parameter.
5774 (regcache_save, regcache_save_no_passthrough)
5775 (regcache_restore, regcache_restore_no_passthrough)
5776 (regcache_dup, regcache_dup_no_passthrough)
5777 (regcache_cpy, regcache_cpy_no_passthrough)
5778 (deprecated_grub_regcache_for_registers)
5779 (deprecated_grub_regcache_for_register_valid)
5780 (regcache_valid_p): Add function declarations.
5781
5782 * regcache.c: Update copyright.
5783 (regcache_descr_handle): New global variable.
5784 (struct regcache_descr): Define.
5785 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5786 (regcache_descr, xfree_regcache_descr): New functions.
5787 (struct regcache): Define.
5788 (regcache_xmalloc, regcache_xfree): New functions.
5789 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5790 (regcache_dup, regcache_dup_no_passthrough): New functions.
5791 (regcache_valid_p, regcache_read_as_address): New functions.
5792 (deprecated_grub_regcache_for_registers): New function.
5793 (deprecated_grub_regcache_for_register_valid): New function.
5794 (current_regcache): New global variable.
5795 (register_buffer): Add regcache parameter. Update calls.
5796 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5797 (read_register_gen, write_register_gen): Update register_buffer
5798 call. Test for legacy_p instead of gdbarch_register_read_p or
5799 gdbarch_register_write_p.
5800 (regcache_collect): Update register_buffer call.
5801 (build_regcache): Rewrite. Use deprecated grub functions.
5802 (regcache_save, regcache_save_no_passthrough): New functions.
5803 (regcache_restore, regcache_restore_no_passthrough): New
5804 functions.
5805 (_initialize_regcache): Create the regcache_data_handle. Swap
5806 current_regcache global variable.
5807
5808 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5809 parameter to regcache_read and regcache_write calls.
5810 (sh4_register_read): Ditto.
5811 (sh64_pseudo_register_read): Ditto.
5812 (sh64_register_read): Ditto.
5813 (sh_pseudo_register_write): Ditto.
5814 (sh4_register_write): Ditto.
5815 (sh64_pseudo_register_write): Ditto.
5816 (sh64_register_write): Ditto.
5817
5818 * defs.h (XCALLOC): Define.
5819
5820 2002-06-19 Grace Sainsbury <graces@redhat.com>
5821
5822 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5823 * m68k-tdep.c (m68k_gdbarch_init): Added.
5824 (m68k_dump_tdep): Added.
5825
5826 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5827
5828 * ada-lang.c (fill_in_ada_prototype): Update comment.
5829
5830 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5831
5832 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5833 MIPS_ABI_LAST.
5834 (mips_abi_string, mips_abi_strings): New.
5835 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5836 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5837 tdep->mips_abi_string. Honor mips_abi_string. Default to
5838 O32 if no ABI is found.
5839 (mips_dump_tdep): Use mips_abi_strings.
5840 (mips_abi_update): New function.
5841 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5842 ``set mips abi'' and ``show mips abi''. Check the size of
5843 mips_abi_strings.
5844
5845 2002-06-19 Andrew Cagney <cagney@redhat.com>
5846
5847 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5848 constant.
5849
5850 2002-06-18 Joel Brobecker <brobecker@gnat.com>
5851
5852 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5853 current frame using only the first stack size adjustment. All
5854 subsequent size adjustments are not considered to be part of
5855 the "static" part of the current frame.
5856 Compute the address of the saved registers relative to the
5857 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5858 in use in this frame.
5859
5860 2002-06-18 Don Howard <dhoward@redhat.com>
5861
5862 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5863 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5864 suggesting this solution.
5865
5866 2002-06-18 Andrew Cagney <ac131313@redhat.com>
5867
5868 * config/romp/xm-rtbsd.h: Delete file.
5869 * config/romp/rtbsd.mh: Delete file.
5870
5871 2002-06-18 Keith Seitz <keiths@redhat.com>
5872
5873 * breakpoint.c (condition_command): Post breakpoint_modify
5874 when a condition is added to an existing breakpoint.
5875 (commands_command): Likewise for commands.
5876 (set_ignore_count): Likewise for ignore counts.
5877 If no tty, do not simply return, still need to send event
5878 notification.
5879 (ignore_command): Only print a newline if the command came
5880 from a tty.
5881 Don't call breakpoints_changed, since this is now properly
5882 handled by set_ignore_count.
5883
5884 2002-06-18 Andrew Cagney <cagney@redhat.com>
5885
5886 * MAINTAINERS: Note that cris-elf target can be compiled with
5887 -Werror.
5888 * cris-tdep.c (cris_register_name): Make return type constant.
5889 (cris_breakpoint_from_pc): Ditto.
5890
5891 2002-06-18 Michal Ludvig <mludvig@suse.cz>
5892
5893 * frame.h (struct frame_info): Change type of context to
5894 'struct context'.
5895
5896 2002-06-17 Andrew Cagney <cagney@redhat.com>
5897
5898 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5899 pointer.
5900 * gdbarch.h, gdbarch.c: Regenerate.
5901 * config/mips/tm-mips.h (mips_register_name): Update.
5902 * i386-tdep.h (i386_register_name): Update.
5903 * mips-tdep.c (mips_register_name): Update
5904 * alpha-tdep.c (alpha_register_name): Update.
5905 * arch-utils.c (legacy_register_name): Update.
5906 * arch-utils.h (legacy_register_name): Update.
5907 * avr-tdep.c (avr_register_name): Update.
5908 * ia64-tdep.c (ia64_register_name): Update.
5909 * i386-tdep.c (i386_register_name): Update.
5910 * sparc-tdep.c (sparc32_register_name): Update.
5911 (sparc64_register_name): Update.
5912 (sparclite_register_name): Update.
5913 (sparclet_register_name): Update.
5914 * sh-tdep.c (sh_generic_register_name): Update.
5915 (sh_sh_register_name): Update.
5916 (sh_sh3_register_name): Update.
5917 (sh_sh3e_register_name): Update.
5918 (sh_sh_dsp_register_name): Update.
5919 (sh_sh3_dsp_register_name): Update.
5920 (sh_sh4_register_name): Update.
5921 (sh_sh64_register_name): Update.
5922 * s390-tdep.c (s390_register_name): Update.
5923 * rs6000-tdep.c (rs6000_register_name): Update.
5924 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5925 (ns32k_register_name_32382): Update.
5926 * d10v-tdep.c (d10v_ts2_register_name): Update.
5927 (d10v_ts3_register_name): Update.
5928 * xstormy16-tdep.c (xstormy16_register_name): Update.
5929 * vax-tdep.c (vax_register_name): Update.
5930 * v850-tdep.c (v850_register_name): Update.
5931 * m68hc11-tdep.c (m68hc11_register_name): Update.
5932 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5933 (am33_register_name): Update.
5934
5935 2002-06-17 Grace Sainsbury <graces@redhat.com>
5936
5937 * m68k-tdep.c: Reindented.
5938
5939 2002-06-17 Andrew Cagney <ac131313@redhat.com>
5940
5941 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5942 list of predefined types.
5943
5944 2002-06-16 Mark Kettenis <kettenis@gnu.org>
5945
5946 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5947 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5948 REGISTER_CONVERT_TO_RAW): Remove defines.
5949 (i386_register_virtual_type, i386_register_convertible,
5950 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5951 Remove prototypes.
5952 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5953 macros mentioned above.
5954
5955 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5956 (i386lynx_saved_pc_after_call): Remove prototype.
5957 * i386ly-tdep.c: Include "i386-tdep.h".
5958 (i386lynx_saved_pc_after_call): Make static. Use
5959 read_memory_nobpt instead of read_memory. Use
5960 read_memory_unsigned_integer instead of read_memory_integer.
5961 (i386lynx_init_abi): New function.
5962 (i386lynx_coff_osabi_sniffer): New function.
5963 (_initialize_i386bsd_tdep): New function.
5964
5965 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5966 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5967 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5968 (i386_fix_call_dummy): Remove prototype.
5969 * i386-tdep.c (i386_call_dummy_words): New variable.
5970 (i386_gdbarch_init): Adjust for removal of the
5971 macros mentioned above.
5972
5973 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5974
5975 * command.h (add_setshow_auto_boolean_cmd): Replace
5976 add_set_auto_boolean_cmd.
5977 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5978 add_set_auto_boolean_cmd.
5979 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5980 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5981 mask-address'' command.
5982 (show_mask_address): Add cmd parameter.
5983 * remote.c (add_packet_config_cmd): Update. Change type of
5984 set_func and show_func to cmd_sfunc_ftype.
5985 (_initialize_remote): Update `set remote Z-packet'
5986 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5987 (show_remote_protocol_e_packet_cmd): Ditto.
5988 (show_remote_protocol_E_packet_cmd): Ditto.
5989 (show_remote_protocol_P_packet_cmd): Ditto.
5990 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5991 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5992 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5993 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5994 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5995 (show_remote_protocol_Z_packet_cmd): Ditto.
5996 (show_remote_protocol_binary_download_cmd): Ditto.
5997 (show_remote_cmd): Pass NULL to all of above.
5998
5999 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6000
6001 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
6002 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
6003 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
6004 POP_FRAME): Remove defines.
6005 (i386_push_arguments, i386_store_struct_return,
6006 i386_extract_return_value, i386_store_return_value,
6007 i386_extract_struct_value_address, i386_push_dummy_frame,
6008 i386_pop_frame): Renove prototypes.
6009 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6010 macros mentioned above.
6011
6012 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6013
6014 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
6015 add_set_boolean_cmd.
6016 (add_setshow_cmd): New function.
6017 * command.h (add_setshow_boolean_cmd): Replace
6018 add_set_boolean_cmd.
6019 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
6020 and ``set rdiromatzero''.
6021 * maint.c (_initialize_maint_cmds): Update commented out code.
6022 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
6023 * target.c (initialize_targets): Update `set
6024 trust-readonly-sections'.
6025 * remote.c (_initialize_remote): Update `set remotebreak'.
6026
6027 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6028
6029 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
6030 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
6031 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
6032 fit into multi-arch framework.
6033 (i386_breakpoint_from_pc): New function.
6034 (i386_gdbarch_init): Adjust for removal of the macros mentioned
6035 above.
6036
6037 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
6038 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
6039 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
6040 (i386_frameless_function_invocation, i386_frame_num_args,
6041 i386_frame_init_saved_regs): Remove prototypes.
6042 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6043 macros mentioned above.
6044
6045 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6046
6047 * cli/cli-decode.c (set_cmd_cfunc): Update.
6048 (set_cmd_sfunc): Update.
6049 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
6050 (set_cmd_sfunc, set_cmd_cfunc): Update.
6051 * cli/cli-decode.h: Update.
6052
6053 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6054
6055 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
6056 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
6057
6058 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6059
6060 * defs.h (auto_boolean): Declare enum.
6061 * command.h (cmd_auto_boolean): Delete enum.
6062 * mips-tdep.c (mask_address_var): Update.
6063 (mips_mask_address_p): Update.
6064 (show_mask_address): Update.
6065 * remote.c (struct packet_config): Update.
6066 (update_packet_config): Update.
6067 (show_packet_config_cmd): Update.
6068 (packet_ok): Update.
6069 (add_packet_config_cmd): Update.
6070 (_initialize_remote):
6071 * command.h: Update.
6072 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
6073 (do_setshow_command): Update.
6074 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
6075 * cli/cli-decode.h: Update.
6076
6077 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6078
6079 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
6080 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
6081 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
6082 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
6083 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
6084 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
6085
6086 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
6087 list of DJGPP COFF targets.
6088
6089 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
6090 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
6091 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
6092 (FP0_REGNUM): Remove define.
6093 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
6094 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
6095 (i386_register_virtual_size): Remove protoype.
6096 * i386-tdep.c (i386_register_virtual_size): Removed.
6097 (i386_extract_return_value, i386_store_return_value): Use
6098 FP0_REGNUM instead of NUM_FREGS to determine whether the
6099 floating-point registers are available.
6100 (i386_gdbarch_init): Tweak FIXME about FPU registers.
6101 Adjust for removal of macros mentioned above.
6102
6103 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6104
6105 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
6106 comments.
6107 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6108 Remove prototypes.
6109 (supply_gregset, fill_gregset): Remove use of register keyword and
6110 remove declaration for regmap. Use I386_NUM_GREGS instead of
6111 NUM_REGS and NUM_FREGS.
6112 (FPREGSET_FSAVE_OFFSET): Remove.
6113 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6114 NUM_FREGS to determine whether the floating-point registers are
6115 available.
6116
6117 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6118 gnu_store_registers): Replace usage of NUM_GREGS with
6119 I386_NUM_GREGS.
6120
6121 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6122 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6123 usage of NUM_GREGS with I386_NUM_GREGS.
6124
6125 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6126
6127 * i386bsd-nat.c: Include "i386-tdep.h".
6128 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6129 I386_NUM_GREGS.
6130
6131 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6132 and associated comment. They no longer make any sense, since we
6133 don't use this file anymore on Linux.
6134
6135 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6136 * i386-tdep.c (i386_register_offset, i386_register_size): Use
6137 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6138 elements in these arrays.
6139 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6140 MAX_NUM_REGS.
6141
6142 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6143
6144 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6145 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6146
6147 2002-06-14 Andrew Cagney <cagney@redhat.com>
6148
6149 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6150 EXTRACT_RETURN_VALUE.
6151 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6152 EXTRACT_STRUCT_VALUE_ADDRESS.
6153 * gdbarch.h, gdbarch.c: Regenerate.
6154
6155 * values.c (value_being_returned): Handle
6156 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6157 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6158
6159 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6160 * arm-tdep.c (arm_gdbarch_init): Update.
6161 * avr-tdep.c (avr_gdbarch_init): Update.
6162 * cris-tdep.c (cris_gdbarch_init): Update.
6163 * d10v-tdep.c (d10v_gdbarch_init): Update.
6164 * ia64-tdep.c (ia64_gdbarch_init): Update.
6165 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6166 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6167 * s390-tdep.c (s390_gdbarch_init): Update.
6168 * sh-tdep.c (sh_gdbarch_init): Update.
6169 * s390-tdep.c (s390_gdbarch_init): Update.
6170 * sparc-tdep.c (sparc_gdbarch_init): Update.
6171 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6172 * v850-tdep.c (v850_gdbarch_init): Update.
6173 * vax-tdep.c (vax_gdbarch_init): Update.
6174 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6175 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6176
6177 * config/arc/tm-arc.h: Update.
6178 * config/d30v/tm-d30v.h: Update.
6179 * config/fr30/tm-fr30.h: Update.
6180 * config/h8300/tm-h8300.h: Update.
6181 * config/h8500/tm-h8500.h: Update.
6182 * config/i386/tm-i386.h: Update.
6183 * config/i386/tm-ptx.h: Update.
6184 * config/i386/tm-symmetry.h: Update.
6185 * config/i960/tm-i960.h: Update.
6186 * config/m32r/tm-m32r.h: Update.
6187 * config/m68k/tm-delta68.h: Update.
6188 * config/m68k/tm-linux.h: Update.
6189 * config/m68k/tm-m68k.h: Update.
6190 * config/m88k/tm-m88k.h: Update.
6191 * config/mcore/tm-mcore.h: Update.
6192 * config/mips/tm-mips.h: Update.
6193 * config/mn10200/tm-mn10200.h: Update.
6194 * config/pa/tm-hppa.h: Update.
6195 * config/pa/tm-hppa64.h: Update.
6196 * config/sparc/tm-sp64.h: Update.
6197 * config/sparc/tm-sparc.h: Update.
6198 * config/sparc/tm-sparclet.h: Update.
6199 * config/z8k/tm-z8k.h: Update.
6200
6201 2002-06-14 Andrew Cagney <cagney@redhat.com>
6202
6203 * Makefile.in (i386_linux_tdep_h): Define.
6204 (i386_tdep_h, i387_tdep_h): Define.
6205 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6206 $(i386_tdep_h) and $(i387_tdep_h).
6207 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6208
6209 2002-06-14 Mark Kettenis <kettenis@gnu.org>
6210
6211 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6212 Already covered by the default.
6213
6214 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6215 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
6216 (i386_gdbarch_init): Initialize long_double_format and long_double
6217 bit.
6218
6219 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6220 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6221 Move these to ...
6222 * config/i386/i386sol2.mh: ... here.
6223 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6224 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6225 (SIGCONTEXT_PC_OFFSET): Remove define.
6226 (IN_SIGTRAMP): Remove define.
6227 * i386-sol2-tdep.c: New file.
6228
6229 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6230 * config/i386/tm-i386nw.h: Removed.
6231
6232 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6233 USE_STRUCT_CONVENTION): Remove defines.
6234 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6235 (get_longjmp_target): Remove prototype.
6236 (IN_SIGTRAMP): Remove define.
6237 (i386bsd_in_sigtramp): Remove prototype.
6238 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6239 function. Update comment accordingly
6240 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6241 (FRAME_SAVED_PC): Remove define.
6242 (i386bsd_frame_saved_pc): Remove prototype.
6243 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6244 GET_LONGJMP_TARGET): Remove defines.
6245 (get_longjmp_target): Remove prototype.
6246 (IN_SIGTRAMP): Remove define.
6247 (i386bsd_in_sigtramp): Remove prototype.
6248 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6249 function. Update comment accordingly
6250 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6251 (FRAME_SAVED_PC): Remove define.
6252 (i386bsd_frame_saved_pc): Remove prototype.
6253 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6254 Remove prototype.
6255 (USE_STRUCT_CONVENTION): Remove prototype.
6256 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6257 declaration.
6258 (_initialize_i386bsd_nat): Revise logic to determine some
6259 constants at compile time when compiling a native GDB. Warn if
6260 things don't match up with what we expect.
6261 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6262 Remove variables.
6263 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6264 to use date stored in `struct gdbarch_tdep'.
6265 (i386bsd_sigcontext_offset): Remove varaible.
6266 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6267 stored in `struct gdbarch_tdep'.
6268 (i386bsd_frame_saved_pc): Make static.
6269 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6270 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6271 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6272 i386fbsd4_sc_pc_offset): New variables.
6273 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6274 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6275 functions.
6276 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6277 functions.
6278 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6279 Modify the value of i386fbsd_sigtramp_start and
6280 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6281 i386fbsd_sigtramp_end.
6282 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6283 function.
6284
6285 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6286 define to i386-linux-tdep.h.
6287 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6288 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6289 defines.
6290 (i386_linux_register_name, i386_linux_register_byte,
6291 i386_linux_register_raw_size): Remove prototypes.
6292 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6293 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6294 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6295 TARGET_WRITE_PC): Remove defines.
6296 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6297 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6298 i386_linux_write_pc): Remove prototypes.
6299 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6300 (get_longjmp_target): Remove prototype.
6301 * i386-linux-tdep.h: New file.
6302 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6303 * i386-linux-tdep.c: Include "i386-tdep.h" and
6304 "i386-linux-tdep.h".
6305 (i386_linux_register_name, i386_linux_register_byte,
6306 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6307 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6308 Make static.
6309 (i386_linux_init_abi): New function.
6310 (_initialize_i386_linux_tdep): New function.
6311
6312 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6313 (i386_saved_pc_after_call): Remove prototype.
6314 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6315 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6316 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6317 (i386_register_name, i386_stab_reg_to_regnum,
6318 i386_dwarf_reg_to_regnum): Remove prototypes.
6319 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6320 SIZEOF_SSE_REGS): Remove defines.
6321 (REGISTER_BYTES): Remove define.
6322 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6323 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6324 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6325 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6326 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6327 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6328 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6329 (get_longjmp_target): Remove prototype.
6330 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6331 (sigtramp_saved_pc): Remove define.
6332 (i386v4_sigtramp_saved_pc): Remove prototype.
6333 * config/i386/tm-go32.h (FRAME_CHAIN,
6334 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6335 (i386go32_frame_saved_pc): Remove prototype.
6336 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6337 (get_longjmp_target): Remove prototype.
6338 * i386-tdep.h: Include "osabi.h".
6339 (enum i386_abi): Removed.
6340 (enum struct_return): New enum.
6341 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6342 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6343 sc_pc_offset members.
6344 (i386_gdbarch_register_os_abi): Remove prototype.
6345 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6346 I386_SSE_NUM_REGS): New defines.
6347 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6348 I386_SSE_SIZEOF_REGS): New defines.
6349 (i386_register_name, i386_register_byte, i386_register_raw_size):
6350 New prototypes.
6351 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6352 (i386bsd_sigtramp_saved_pc): New prototype.
6353 * i386-tdep.c: Don't include "elf-bfd.h".
6354 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6355 i386_frame_chain, i386_saved_pc_after_call): Make static.
6356 (i386_frame_saved_pc): Rewrite to call architecture dependent
6357 function to deal with signal handlers. Make static.
6358 (i386go32_frame_saved_pc): Removed.
6359 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6360 Removed.
6361 (i386_get_longjmp_target): New function.
6362 (default_struct_convention, pcc_struct_convention,
6363 reg_struct_convention, valid_conventions, struct_convention): New
6364 variables.
6365 (i386_use_struct_convention): New function.
6366 (i386v4_sigtramp_saved_pc): Renamed to
6367 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6368 (i386_pc_in_sigtramp): New function.
6369 (i386_abi_names): Removed.
6370 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6371 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6372 Removed.
6373 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6374 i386_gdbarch_register_os_abi): Removed.
6375 (struct i386_abi_handler): Removed.
6376 (i386_abi_handler_list): Removed.
6377 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6378 functions.
6379 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6380 i386_nw_init_abi): New functions.
6381 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6382 Use set_gdbarch_xxx() calls instead of relying on macros for a
6383 number of calls.
6384 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6385 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6386 Register the various architecture variants defined in this file.
6387
6388 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
6389
6390 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6391 (struct main_type): Remove arg_types member. Update comments for
6392 struct field.
6393 (TYPE_ARG_TYPES): Remove.
6394 (TYPE_FN_FIELD_ARGS): Update.
6395 (smash_to_method_type): Update prototype.
6396
6397 * c-typeprint.c (cp_type_print_method_args): Take method type
6398 instead of argument list. Use new argument layout. Simplify.
6399 (c_type_print_args): Use new argument layout. Simplify.
6400 (c_type_print_base): Update call to cp_type_print_method_args.
6401 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6402 argument; use die->type instead. Update call to
6403 smash_to_method_type.
6404 (read_structure_scope): Update call to dwarf2_add_member_fn.
6405 * gdbtypes.c (allocate_stub_method): Update comment.
6406 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6407 Use new argument layout.
6408 (check_stub_method): Use new argument layout. Don't count
6409 void as an argument.
6410 (print_arg_types): Update comments. Use new argument layout.
6411 (recursive_dump_type): Don't print arg_types member.
6412 * hpread.c (hpread_read_struct_type): Use new argument layout.
6413 (fixup_class_method_type): Likewise.
6414 (hpread_type_lookup): Likewise.
6415 * stabsread.c (read_type): Update calls to read_args and
6416 smash_to_method_type.
6417 (read_args): Use new argument layout. Simplify.
6418 * valops.c (typecmp): Use new argument layout. Update parameters
6419 and comments. Simplify.
6420 (hand_function_call): Use new argument layout.
6421 (search_struct_method): Update call to typecmp.
6422 (find_overload_match): Use new argument layout.
6423
6424 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6425
6426 * NEWS: Mention multithreaded debug support for gdbserver.
6427
6428 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6429
6430 * MAINTAINERS: Mention NEWS.
6431
6432 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6433
6434 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6435 (struct mips_objfile_private, compare_pdr_entries): New.
6436 (non_heuristic_proc_desc): Read the ".pdr" section if it
6437 is present.
6438
6439 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6440
6441 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6442 (arm_debug): New static variable.
6443 (_initialize_arm_tdep): Add ``set debug arm'' command.
6444
6445 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6446
6447 * Makefile.in (sim_arm_h): Define.
6448 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6449 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6450 (arm_register_sim_regno): New function, map an internal REGNUM
6451 onto a simulator register number.
6452 (arm_gdbarch_init): Set register_sim_regno.
6453
6454 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
6455
6456 * MAINTAINERS: Add self.
6457
6458 2002-06-11 Jim Blandy <jimb@redhat.com>
6459
6460 * source.c (source_info): Mention whether the symtab has
6461 information about preprocessor macros.
6462
6463 Call the command `info macro', not `show macro'.
6464 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6465 Fix error message.
6466 (_initialize_macrocmd): Register `info_macro_command' in
6467 `infolist', not `showlist'.
6468
6469 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
6470
6471 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6472 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6473 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6474 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6475 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6476 unconditionally.
6477 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6478 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6479 (_initialize_mips_tdep): Remove dead code.
6480 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6481 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6482 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6483 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6484 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6485 MIPS_LAST_FP_ARG_REGNUM): Remove.
6486
6487 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6488
6489 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6490 (unwind_tmp_obstack_free, parse_frame_info)
6491 (update_context, cfi_read_fp, cfi_write_fp)
6492 (cfi_frame_chain, cfi_init_extra_frame_info)
6493 (cfi_virtual_frame_pointer): Use the above function.
6494 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
6495
6496 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
6497
6498 * v850-tdep.c (v850_type_is_scalar): New function.
6499 (v850_use_struct_convention): Match current gcc implementation
6500 as close as possible.
6501 (v850_push_arguments): Fix stack_offset handling. Don't write
6502 struct_addr into register. This is done by v850_store_struct_return.
6503 (v850_extract_return_value): Care for structs.
6504 (v850_store_return_value): Ditto.
6505 (v850_store_struct_return): Actually write address.
6506
6507 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6508
6509 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6510 without debug information too.
6511
6512 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6513
6514 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6515 Make multi-arch pure.
6516 * gdbarch.h, gdbarch.c: Re-generate.
6517 * arm-tdep.c (arm_print_float_info): Update.
6518 * arch-utils.h (default_print_float_info): Update.
6519 * arch-utils.c (default_print_float_info): Update.
6520 * infcmd.c (float_info): Update call.
6521
6522 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6523
6524 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6525 the front of the initialize list.
6526
6527 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6528
6529 * infrun.c (struct inferior_status): Replace fields
6530 selected_frame_address and selected_level with field
6531 selected_frame_id.
6532 (save_inferior_status): Update. Use get_frame_id.
6533 (struct restore_selected_frame_args): Delete.
6534 (restore_selected_frame): Update. Use frame_find_by_id.
6535 (restore_inferior_status): Update.
6536
6537 * breakpoint.h (struct breakpoint): Change type of
6538 watchpoint_frame to frame_id.
6539 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6540 call to get_current_frame.
6541 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6542 get_current_frame.
6543 (watchpoint_check): Use frame_find_by_id.
6544
6545 * frame.h (record_selected_frame): Delete declaration.
6546 * stack.c (record_selected_frame): Delete function.
6547
6548 * frame.h (struct frame_id): Define.
6549 (get_frame_id): Declare.
6550 (frame_find_by_id): Declare.
6551 * frame.c (frame_find_by_id): New function.
6552 (get_frame_id): New function.
6553
6554 2002-06-10 Andrey Volkov <avolkov@transas.com>
6555
6556 * ser-e7kpc.c: Fix duplicated define and call of
6557 _initialize_ser_e7000pc
6558
6559 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6560
6561 * signals/signals.c (target_signal_from_host): Fix #ifdef
6562 SIGRTMIN case.
6563 (do_target_signal_to_host): Likewise.
6564
6565 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6566
6567 * mips-tdep.c (mips_find_abi_section): New function.
6568 (mips_gdbarch_init): Call it.
6569
6570 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6571
6572 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6573 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6574 after Andrew's 2002-06-08 gdbarch change.
6575
6576 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6577
6578 * i386-linux-nat.c (suppy_gregset): Don't supply
6579 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6580 register cache.
6581 (fill_gregset): Don't fetch it under the same circumstances.
6582
6583 2002-06-09 Andrew Cagney <cagney@redhat.com>
6584
6585 * Makefile.in (callback_h): Define.
6586 (remote_sim_h): Update path to remote-sim.h.
6587 (remote-rdp.o): Add $(callback_h).
6588 (remote-sim.o): Use $(callback_h).
6589 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6590 * remote-rdp.c: Include "gdb/callback.h".
6591
6592 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6593
6594 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6595 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6596
6597 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6598
6599 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6600 * rdi-share/serpardr.c: Ditto.
6601 * rdi-share/unixcomm.c: Ditto.
6602 * rdi-share/serdrv.c: Ditto.
6603 * rdi-share/hostchan.h: Ditto.
6604 * rdi-share/hostchan.c: Ditto.
6605 * rdi-share/host.h: Ditto.
6606 * rdi-share/devsw.c: Ditto.
6607
6608 * objfiles.h: Change type of obj_private to void pointer.
6609 * pa64solib.c: Update copyright. Don't include "assert.h", use
6610 strcmp instead of STREQ, use LONGEST, do not use PTR
6611 * somsolib.c: Ditto.
6612
6613 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6614 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6615 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6616
6617 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6618
6619 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6620 (default_get_saved_register): Delete function.
6621 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6622 generic_unwind_get_saved_register.
6623 * gdbarch.h, gdbarch.c: Re-generate.
6624
6625 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6626
6627 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6628 generic_func_frame_chain_valid.
6629 * gdbarch.h, gdbarch.c: Re-generate.
6630 * blockframe.c (generic_func_frame_chain_valid): Only check
6631 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6632 passing FP to PC_IN_CALL_DUMMY.
6633 Fix PR gdb/360.
6634
6635 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6636
6637 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6638 (register_gdbarch_data): Initialize init_p.
6639 (gdbarch_data): Initialize data pointer using the init function.
6640 (init_gdbarch_data): Delete function.
6641 (gdbarch_update_p): Update.
6642 (initialize_non_multiarch): Update.
6643 (struct gdbarch): Add field initialized_p.
6644 * gdbarch.h, gdbarch.c: Re-generate.
6645
6646 2002-06-07 Michal Ludvig <mludvig@suse.cz>
6647
6648 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6649 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6650 better do the things actually here.
6651 * x86-64-tdep.c (x86_64_register_name2nr): New.
6652 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6653 (x86_64_gdbarch_init): Respect the above change.
6654 * x86-64-tdep.h (x86_64_register_name2nr)
6655 (x86_64_register_nr2name): Add prototypes.
6656 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6657
6658 2002-06-06 Michael Snyder <msnyder@redhat.com>
6659
6660 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6661 Delete extra braces and re-indent.
6662 (d10v_store_return_value): Char return values
6663 must be shifted over by one byte in R0.
6664 (d10v_extract_return_value): Delete extra braces, re-indent.
6665
6666 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6667
6668 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6669 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6670 (d10v_integer_to_address): Rewrite.
6671 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6672 the d10v specific functions which take care of converting to the
6673 correct space.
6674
6675 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6676
6677 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6678 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6679
6680 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6681
6682 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6683 includes.
6684 * config/tm-linux.h: Ditto.
6685 * config/alpha/tm-alphalinux.h: Ditto.
6686 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6687 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6688 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6689 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6690 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6691 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6692 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6693 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6694 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6695 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6696 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6697 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6698 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6699 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6700 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6701 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6702 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6703 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6704 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6705 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6706 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6707 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6708 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6709 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6710 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6711 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6712 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6713 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6714 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6715 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6716 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6717 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6718 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6719 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6720 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6721 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6722 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6723
6724 2002-05-04 Aidan Skinner <aidan@velvet.net>
6725
6726 * ada-exp.tab.c: New file
6727 * ada-exp.y: New file
6728 * ada-lang.c: New file
6729 * ada-lang.h: New file
6730 * ada-lex.c: New file
6731 * ada-lex.l: New file
6732 * ada-tasks.c: New file
6733 * ada-typeprint.c: New file
6734 * ada-valprint.c: New file
6735
6736 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6737
6738 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6739 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6740
6741 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6742
6743 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6744 insetead of ppc-linux-tdep.o.
6745 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6746 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6747
6748 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6749
6750 2002-05-07 Christian Groessler <chris@groessler.org>
6751 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6752 bit register contents for little endian hosts.
6753
6754 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6755
6756 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6757 any maintainer.
6758
6759 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6760
6761 * gdbarch.h: Regenerate.
6762
6763 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6764
6765 * MAINTAINERS: Add everyone to write-after-approval list.
6766
6767 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6768
6769 * stack.c (frame_info): Use frame_register_unwind instead of
6770 saved_regs. Mention when the SP is on the stack or in a register.
6771
6772 * frame.h (frame_register_unwind_ftype): Define. Document.
6773 (struct frame_info): Add field register_unwind and
6774 register_unwind_cache.
6775 (frame_register_unwind): Declare.
6776 (generic_unwind_get_saved_register): Declare.
6777
6778 * frame.c (frame_register_unwind): New function.
6779 (generic_unwind_get_saved_register): New function.
6780
6781 * blockframe.c (generic_call_dummy_register_unwind): New function.
6782 (frame_saved_regs_register_unwind): New function.
6783 (set_unwind_by_pc): New function.
6784 (create_new_frame): New function.
6785 (get_prev_frame): New function.
6786
6787 2002-05-30 Andrew Cagney <ac131313@redhat.com>
6788
6789 * a29k-share/: Delete directory.
6790 * remote-vx29k.c: Delete file.
6791
6792 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6793
6794 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6795 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6796
6797 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6798
6799 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6800 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6801 (sparc64nbsd-nat.o)
6802 (sparcnbsd-nat.o)
6803 (sparcnbsd-tdep.o): New dependency lists.
6804 * NEWS: Note new UltraSPARC NetBSD native configuration.
6805 * configure.host (sparc64-*-netbsd*): New host.
6806 * configure.tgt (sparc-*-netbsdelf*)
6807 (sparc-*-netbsd*): Set gdb_target to nbsd.
6808 (sparc64-*-netbsd*): New target.
6809 * sparc64nbsd-nat.c: New file.
6810 * sparcnbsd-nat.c: New file.
6811 * sparcnbsd-tdep.c: New file.
6812 * sparcnbsd-tdep.h: New file.
6813 * config/sparc/nbsd.mt: New file.
6814 * config/sparc/nbsd64.mh: New file.
6815 * config/sparc/nbsd64.mt: New file.
6816 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6817 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6818 (HOST_IPC): Remove.
6819 * config/sparc/nbsdaout.mt: Remove.
6820 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6821 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6822 (HOST_IPC): Remove.
6823 * config/sparc/nbsdelf.mt: Remove.
6824 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6825 sparc-nat.c compatiblity defines.
6826 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6827 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6828 * config/sparc/tm-nbsd64.h: New file.
6829 * config/sparc/tm-nbsdaout.h: Remove.
6830 * config/sparc/xm-nbsd.h: Remove.
6831
6832 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6833
6834 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6835 * sparc-tdep.c: Include osabi.h.
6836 (gdbarch_tdep): Add osabi member.
6837 (_initialize_sparc_tdep): Use gdbarch_register.
6838 (sparc_gdbarch_init): Use generic OS ABI framework.
6839 (sparc_dump_tdep): New function.
6840
6841 2002-05-30 Kevin Buettner <kevinb@redhat.com>
6842
6843 * corefile.c (do_captured_read_memory_integer): Return non-zero
6844 result.
6845 (safe_read_memory_integer): Copy result of memory read when
6846 status is non-zero. Also, add comments.
6847
6848 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6849
6850 * Makefile.in (ppc_tdep_h): Define.
6851 (ppc-linux-nat.o)
6852 (ppc-linux-tdep.o)
6853 (rs6000-tdep.o): Use $(ppc_tdep_h).
6854 (ppc-sysv-tdep.o)
6855 (ppcnbsd-nat.o)
6856 (ppcnbsd-tdep.o): New dependency lists.
6857 * ppc-tdep.h: Use generic OS ABI framework.
6858 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6859 (ppc_linux_init_abi): New functions.
6860 (ppc_sysv_abi_broken_use_struct_convention)
6861 (ppc_sysv_abi_use_struct_convention)
6862 (ppc_sysv_abi_push_arguments): Move to...
6863 * ppc-sysv-tdep.c: ...here.
6864 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6865 * rs6000-tdep.c (process_note_abi_tag_sections)
6866 (get_elfosabi): Remove.
6867 (rs6000_gdbarch_init): Use generic OS ABI framework.
6868 (rs6000_dump_tdep): New function.
6869 (_initialize_rs6000_tdep): Use gdbarch_register.
6870 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6871 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6872 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6873 of ppc-linux-tdep.o.
6874 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6875 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6876 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6877 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6878 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6879 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6880
6881 2002-05-29 Jim Blandy <jimb@redhat.com>
6882
6883 * macroscope.c (default_macro_scope): Put `void' in empty argument
6884 list.
6885
6886 2002-05-29 Andrew Cagney <ac131313@redhat.com>
6887
6888 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6889 * arch-utils.c: Include "sim-regno.h".
6890 * gdbarch.sh: Don't include "sim-regno.h".
6891 * gdbarch.h, gdbarch.c: Regenerate.
6892 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6893 here.
6894 * arch-utils.h (legacy_register_sim_regno): To here.
6895 * remote-sim.c (legacy_register_sim_regno): Move function from
6896 here.
6897 * arch-utils.c (legacy_register_sim_regno): To here.
6898
6899 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6900
6901 * sim-regno.h: New file.
6902 * Makefile.in (sim_regno_h): Define.
6903 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6904 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6905 (legacy_register_sim_regno): New function.
6906 (one2one_register_sim_regno): New function.
6907 (gdbsim_fetch_register): Rewrite.
6908 (gdbsim_store_register): Only store a register when
6909 REGISTER_SIM_REGNO is valid.
6910 * d10v-tdep.c: Include "sim-regno.h".
6911 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6912 (d10v_ts3_register_sim_regno): Ditto.
6913 * gdbarch.sh: Include "sim-regno.h".
6914 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6915 * gdbarch.h, gdbarch.c: Regenerate.
6916 * arch-utils.h (default_register_sim_regno): Delete declaration.
6917 * arch-utils.c (default_register_sim_regno): Delete function.
6918
6919 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6920
6921 * ppcnbsd-nat.c: Rewrite.
6922 * ppcnbsd-tdep.c: New file.
6923 * ppcnbsd-tdep.h: New file.
6924 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6925 solib.o, and solib-svr4.o.
6926 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6927 nbsd-tdep.o, and corelow.o.
6928
6929 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6930
6931 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6932 `tr' and `sed'. Mention that `broken' targets are not expected to
6933 build.
6934
6935 2002-05-27 Michal Ludvig <mludvig@suse.cz>
6936
6937 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6938 Let PC point right after the prologue before looking up symbols.
6939
6940 2002-05-27 Martin M. Hunt <hunt@redhat.com>
6941
6942 * i386-tdep.c (i386_register_virtual_type): Return
6943 builtin_type_vec128i for SSE registers.
6944
6945 * gdbtypes.h (builtin_type_vec128i): Declare.
6946
6947 * gdbtypes.c (build_builtin_type_vec128i): New function.
6948 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6949 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6950 (build_gdbtypes): Initialize new builtin vector types.
6951 (_initialize_gdbtypes): Register new vector types with gdbarch.
6952
6953 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6954
6955 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6956 since it has been multi-arch'd.
6957 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6958 Move Alpha and VAX multi-arch news entries to same section
6959 as other multi-arch news.
6960
6961 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6962
6963 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6964 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6965 static. Rename some register numbers to put them in ns32k-tdep
6966 private namespace.
6967 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6968 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6969 functions.
6970 (_initialize_ns32k_tdep): Use gdbarch_register.
6971 * ns32k-tdep.h: New file.
6972 * ns32knbsd-tdep.c: New file.
6973 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6974 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6975 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6976 REGISTER_BYTES, REGISTER_BYTE): Remove.
6977 * config/ns32k/tm-ns32k.h: New file.
6978 * config/ns32k/tm-umax.h: Remove.
6979
6980 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6981
6982 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6983 ns32k_store_struct_return, ns32k_extract_return_value,
6984 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6985 functions.
6986 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6987 ns32k_saved_pc_after_call.
6988 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6989 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6990 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6991 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6992 ns32k_extract_struct_value_address.
6993
6994 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6995
6996 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6997 ns32k_fix_call_dummy): New.
6998 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6999 ns32k_call_dummy_words.
7000 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
7001 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
7002 CALL_DUMMY_NARGS): Remove.
7003 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
7004
7005 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7006
7007 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
7008 ns32k_frame_saved_pc, ns32k_frame_args_address,
7009 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
7010 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
7011 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
7012 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
7013 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
7014 (BREAKPOINT): Remove..
7015 (FRAME_CHAIN): Define as ns32k_frame_chain.
7016 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
7017 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
7018 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
7019 (FRAME_FIND_SAVED_REGS): Remove.
7020 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
7021 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
7022 (POP_FRAME): Define as ns32k_pop_frame.
7023
7024 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7025
7026 * ns32k-tdep.c (ns32k_register_byte_32082,
7027 ns32k_register_byte_32382, ns32k_register_raw_size,
7028 ns32k_register_virtual_size, ns32k_register_virtual_type): New
7029 functions.
7030 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
7031 ns32k_register_byte_32382.
7032 * config/ns32k/tm-umax.h: Update copyright years.
7033 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
7034 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
7035 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
7036 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
7037 (ns32k_get_enter_addr): Fix prototype.
7038
7039 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7040
7041 * ns32k-tdep.c: Update copyright years.
7042 (ns32k_register_name_32082): New function.
7043 (ns32k_register_name_32382): Ditto.
7044 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
7045 (REGISTER_NAME): Define as ns32k_register_name_32382.
7046 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
7047 (REGISTER_NAME): Define as ns32k_register_name_32082.
7048
7049 2002-05-24 Jim Blandy <jimb@redhat.com>
7050
7051 * dwarf2read.c (free_line_header): Use xfree, not free.
7052
7053 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
7054
7055 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
7056 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
7057
7058 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7059
7060 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
7061
7062 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7063
7064 From Ross Alexander at NEC Europe:
7065 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
7066
7067 2002-05-23 Michael Snyder <msnyder@redhat.com>
7068
7069 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
7070 for input, rather than parse_and_eval_address.
7071
7072 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7073
7074 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
7075 * Makefile.in (sim_d10v_h): Update definition.
7076
7077 2002-05-24 Andrew Cagney <cagney@redhat.com>
7078
7079 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
7080 change `2002-05-22 Michael Snyder' below.
7081 (d10v_push_arguments): Ditto.
7082 (d10v_extract_return_value): Ditto.
7083
7084 2002-05-23 Jim Blandy <jimb@redhat.com>
7085
7086 * macrotab.c (check_for_redefinition): Don't complain if the new
7087 definition is the same as the previous one. Take more arguments
7088 to allow the comparison.
7089 (macro_define_object, macro_define_function): Pass more arguments
7090 to check_for_redefinition.
7091
7092 2002-05-22 Michael Snyder <msnyder@redhat.com>
7093
7094 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
7095 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
7096 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
7097 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
7098 Don't bail if return_pc is PC_IN_CALL_DUMMY.
7099 Add a temp variable to save a call (and a memory read).
7100 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
7101 if possible (so that PC_IN_CALL_DUMMY will work).
7102
7103 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
7104
7105 * MAINTAINERS: Remove status `OBSOLETE' from v850.
7106
7107 2002-05-22 Michal Ludvig <mludvig@suse.cz>
7108
7109 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7110 fde->cie_ptr.
7111 (dwarf2_build_frame_info): Corrected handling of eh_frame.
7112 (dwarf2_build_frame_info): Add offset to fde->initial_location
7113 so that frames of shared libraries are mapped correctly.
7114 (execute_stack_op): Change type of 'result' from ULONGEST to
7115 CORE_ADDR.
7116
7117 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7118
7119 * config/alpha/tm-nbsd.h: Include solib.h.
7120
7121 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7122
7123 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7124 assumptions about the host's byte order.
7125
7126 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7127
7128 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7129 to dependency list.
7130 * alphanbsd-tdep.c: Include solib-svr4.h.
7131 * shnbsd-tdep.c: Ditto.
7132
7133 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7134
7135 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7136 nbsd-tdep.h to dependency list.
7137 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7138 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7139 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7140 nbsdaout.mh and nbsdelf.mh consistently.
7141 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7142 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7143 nbsdaout.mt and nbsdelf.mh consistently.
7144 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
7145 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7146 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7147 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
7148 a.out shared library stuff from here...
7149 * config/nm-nbsdaout.h: ...to here.
7150 * config/tm-nbsd.h: Remove.
7151 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7152 * config/arm/nbsd.mh: Remove.
7153 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7154 nbsd-tdep.o.
7155 * config/arm/nbsdaout.mh: New file.
7156 * config/arm/nbsdelf.mh: New file.
7157 * config/arm/nm-nbsdaout.h: New file.
7158 * config/i386/nbsd.mh: Remove.
7159 * config/i386/nbsd.mt: Remove.
7160 * config/i386/nbsdaout.mh: New file.
7161 * config/i386/nbsdaout.mt: New file.
7162 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7163 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7164 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
7165 i386_register_u_addr): Remove.
7166 * config/i386/nm-nbsdaout.h: New file.
7167 * config/i386/nm-nbsdelf.h: Remove.
7168 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7169 (USE_STRUCT_CONVENTION): Remove.
7170 * config/i386/tm-nbsdaout.h: New file.
7171 * config/i386/tm-nbsdelf.h: Remove.
7172 * config/m68k/nbsd.mh: Remove.
7173 * config/m68k/nbsd.mt: Remove.
7174 * config/m68k/nbsdaout.mh: New file.
7175 * config/m68k/nbsdaout.mt: New file.
7176 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7177 * config/m68k/nm-nbsdaout.h: New file.
7178 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7179 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7180 * config/ns32k/nbsd.mh: Remove.
7181 * config/ns32k/nbsd.mt: Remove.
7182 * config/ns32k/nbsdaout.mh: New file.
7183 * config/ns32k/nbsdaout.mt: New file.
7184 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7185 * config/ns32k/nm-nbsdaout.h: New file.
7186 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7187 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7188 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7189 (SVR4_SHARED_LIBS): Remove.
7190 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7191 * config/sparc/nbsd.mh: Remove.
7192 * config/sparc/nbsd.mt: Remove.
7193 * config/sparc/nbsdaout.mh: New file.
7194 * config/sparc/nbsdaout.mt: New file.
7195 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7196 * config/sparc/nbsdelf.mt: New file.
7197 * config/sparc/nm-nbsdaout.h: New file.
7198 * config/sparc/nm-nbsdelf.h: Remove.
7199 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7200 * config/sparc/tm-nbsdaout.h: New file.
7201
7202 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7203
7204 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7205 mipsnbsd-tdep.c
7206 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7207
7208 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7209
7210 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7211 shnbsd-nat.c.
7212 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7213
7214 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7215
7216 * NEWS: Note new MIPS NetBSD native configuration.
7217 * configure.host (mips*-*-netbsd*): New host.
7218 * configure.tgt (mips*-*-netbsd*): New target.
7219 * mipsnbsd-nat.c: New file.
7220 * mipsnbsd-tdep.c: New file.
7221 * mipsnbsd-tdep.h: New file.
7222 * config/mips/nbsd.mh: New file.
7223 * config/mips/nbsd.mt: New file.
7224 * config/mips/nm-nbsd.h: New file.
7225 * config/mips/tm-nbsd.h: New file.
7226
7227 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7228
7229 * Makefile.in (SFILES): Add osabi.c.
7230 (COMMON_OBS): Add osabi.o.
7231 (osabi.o): New dependency list.
7232 * osabi.c: New file.
7233 * osabi.h: New file.
7234 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7235
7236 * Makefile.in (alpha_tdep_h): Define and use instead of
7237 alpha-tdep.h.
7238 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7239 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7240 Remove.
7241 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7242 * alpha-tdep.h: Include osabi.h.
7243 (alpha_abi): Remove.
7244 (gdbarch_tdep): Use generic OS ABI framework.
7245 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7246 gdbarch_register_osabi.
7247 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7248 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7249 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7250
7251 * Makefile.in (sh_tdep_h): Add osabi.h.
7252 * sh-tdep.h (sh_osabi): Remove.
7253 (gdbarch_tdep): Use generic OS ABI framework.
7254 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7255 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7256 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7257 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7258
7259 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7260 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7261 gdbarch_register_osabi.
7262 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7263 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7264 (get_elfosabi): Rename to...
7265 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7266 ABI framework support routines.
7267 (arm_gdbarch_init): Use generic OS ABI framework.
7268 (arm_dump_tdep): Likewise.
7269 (_initialize_arm_tdep): Likewise.
7270 * arm-tdep.h: Include osabi.h.
7271 (arm_abi): Remove.
7272 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7273 osabi member.
7274 (arm_gdbarch_register_os_abi): Remove prototype.
7275 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7276 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7277
7278 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7279 * mips-tdep.c: Include osabi.h.
7280 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7281 OS ABI framework.
7282
7283 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7284
7285 * h8300-tdep.c: Fix formatting.
7286
7287 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
7288
7289 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7290 printing vector registers.
7291
7292 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7293
7294 From Fernando Nasser:
7295 * remote.c (remote_async_open_1): Re-throw the exception when the
7296 connection fails.
7297 (remote_cisco_open): Ditto.
7298 (remote_open_1): Ditto.
7299
7300 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7301
7302 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7303 (remote_start_remote): Add uiout parameter. Pass through to
7304 remote_start_remote_dummy.
7305 (remote_open_1): Use catch_exception instead of catch_errors.
7306 (remote_async_open_1): Ditto.
7307 (remote_cisco_open): Ditto.
7308
7309 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7310
7311 * remote.c (remote_start_remote): Replace PTR with void pointer.
7312 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7313 static.
7314
7315 2002-05-18 Andrew Cagney <ac131313@redhat.com>
7316
7317 * gdb_indent.sh: Allow the script to be run in the sim directory.
7318
7319 2002-05-18 Mark Kettenis <kettenis@gnu.org>
7320
7321 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7322 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7323
7324 * corelow.c (core_open): Only call set_gdbarch_from_file if
7325 exec_bfd is NULL.
7326
7327 2002-05-17 Andrey Volkov <avolkov@transas.com>
7328
7329 * h8300-tdep.c: Add support of EXR register
7330 * config/h8300/tm-h8300.h: Ditto.
7331
7332 2002-05-17 Andrey Volkov <avolkov@transas.com>
7333
7334 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7335
7336 2002-05-17 Andrey Volkov <avolkov@transas.com>
7337
7338 * h8300-tdep.c: Change literal regnums to REGNO.
7339
7340 2002-05-17 Jim Blandy <jimb@redhat.com>
7341
7342 * NEWS: Note addition of macro support.
7343
7344 Expand preprocessor macros in C expressions.
7345 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7346 (scan_macro_expansion, scanning_macro_expansion,
7347 finished_macro_expansion): New function declarations.
7348 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7349 variable declarations.
7350 * parser-defs.h (expression_context_pc): New declaration.
7351 * parse.c (expression_context_pc): New variable.
7352 (parse_exp_1): Set expression_context_pc, as well as
7353 expression_context_block.
7354 * c-exp.y (yylex): If we're not already reading the result of a
7355 macro expansion, try to macro-expand the next token. When we're
7356 done scanning a macro expansion, switch back to the mainline text.
7357 Commas and `if's in a macro's expansion don't terminate the input.
7358 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7359 (macro_original_text, macro_expanded_text,
7360 expression_macro_lookup_func, expression_macro_lookup_baton): New
7361 variables.
7362 (scan_macro_expansion, scanning_macro_expansion,
7363 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7364 c_preprocess_and_parse): New functions.
7365 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7366 c_preprocess_and_parse, instead of c_parse.
7367 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7368 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7369
7370 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7371
7372 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7373 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7374 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7375
7376 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
7377
7378 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7379
7380 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7381
7382 * Makefile.in (sh_tdep_h): Define and use.
7383 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7384 register enum): Move to...
7385 * * sh-tdep.h: ...here.
7386 * sh-tdep.c: Include sh-tdep.h.
7387 * sh3-rom.c: Likewise.
7388 * shnbsd-tdep.c: Likewise.
7389
7390 2002-05-16 Michael Snyder <msnyder@redhat.com>
7391
7392 * arm-tdep.c: Spelling fix in comment.
7393
7394 2002-05-16 Jim Blandy <jimb@redhat.com>
7395
7396 Add commands for manually expanding macros and showing their
7397 definitions.
7398 * macrocmd.c, macroscope.c, macroscope.h: New files.
7399 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7400 (macroscope_h): New variable.
7401 (HFILES_NO_SRCDIR): Add macroscope.h.
7402 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7403 (macroscope.o, macrocmd.o): New rules.
7404
7405 Teach the Dwarf 2 reader to read macro information.
7406 * dwarf2read.c: #include "macrotab.h".
7407 (dwarf_macinfo_buffer): New variable.
7408 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7409 dwarf_macinfo_size.
7410 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7411 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7412 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7413 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7414 dwarf2_macro_spaces_in_definition): New complaints.
7415 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7416 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7417 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7418 the partial symbol table.
7419 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7420 from what's recorded in the partial symbol table.
7421 (read_file_scope): If the compilation unit has a
7422 `DW_AT_macro_info' attribute, read its macro information.
7423 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7424
7425 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7426
7427 Fix PR gdb/546
7428 * ser-tcp.c: Don't include <netinet/udp.h>.
7429
7430 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7431
7432 * MAINTAINERS: Update my email address.
7433
7434 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
7435
7436 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7437 include file of the same name.
7438
7439 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7440
7441 * configure.tgt: Mark v850 as multi-arched.
7442 * config/v850/tm-v850.h: Remove file.
7443 * config/v850/v850.mt: Eliminate TM_FILE.
7444
7445 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7446
7447 * v850-tdep.c: Full multi-arch.
7448 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7449 Define GDB_MULTI_ARCH to 2.
7450
7451 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7452
7453 * p-exp.y (current_type): New static variable.
7454 Carries the type of the expression at the position that is parsed.
7455 (push_current_type, pop_current_type): Two new functions. Used
7456 to store/restore current_type in expression on specific tokens.
7457 (search_field): New static variable. Set to one after parsing a point
7458 as at that point only a FIELDNAME token should be searched.
7459 (FIELDNAME): New token. After a point only a token belonging to
7460 current_type type definition is allowed.
7461 (all over token rules): reset and change current_type according
7462 to rules.
7463 (exp '[' rule): insert implicit array index field if
7464 exp is a pascal string type.
7465
7466 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7467
7468 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7469 frame info. Use frame_info's saved_regs instead of matching member
7470 in extra_frame_info throughout.
7471 (v850_frame_init_saved_regs): New function.
7472 (v850_init_extra_frame_info): Move most functionality into
7473 v850_frame_init_saved_regs().
7474 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7475 (v850_frame_find_saved_regs): Remove declaration.
7476 (FRAME_FIND_SAVED_REGS): Remove definition.
7477 (v850_frame_init_saved_regs): Add declaration.
7478 (FRAME_INIT_SAVED_REGS): Add definition.
7479
7480 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7481
7482 * v850-tdep.c: Begin multi-arch'ing v850.
7483 (v850_target_architecture_hook): Remove function.
7484 (v850_gdbarch_init): New function. Add code previously in
7485 v850_target_architecture_hook().
7486 (_initialize_v850_tdep): Don't set target_architecture_hook.
7487 Call register_gdbarch_init() instead.
7488
7489 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7490
7491 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7492 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7493 (fixup_class_method_type): Likewise.
7494
7495 2002-05-15 Jim Blandy <jimb@redhat.com>
7496
7497 Add macro structures to GDB's symbol tables. Nobody puts anything
7498 in them yet.
7499 * symtab.h (struct symtab): New member: `macro_table'.
7500 * buildsym.h (pending_macros): New global variable.
7501 * buildsym.c: #include "macrotab.h".
7502 (buildsym_init): Initialize `pending_macros'.
7503 (end_symtab): If we found macro information while reading a CU's
7504 debugging info, do build a symtab structure for it. Make the
7505 symtab point to the macro information, and clear the
7506 `pending_macros' pointer which held it while we were reading the
7507 debug info.
7508 (really_free_pendings): Free any pending macro table.
7509 * objfiles.h (struct objfile): New member: `macro_cache'.
7510 * objfiles.c (allocate_objfile): Set allocate and free functions
7511 for the macro cache's objstack.
7512 (free_objfile): Empty the macro cache's obstack.
7513 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7514 set new allocate and free functions for it.
7515 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7516 free functions for the macro cache's objstack. (Why is this
7517 function building its own objfile?)
7518 * symmisc.c (print_objfile_statistics): Print statistics on the
7519 macro bcache.
7520 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7521
7522 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7523
7524 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7525 (REGISTER_U_ADDR): Delete definition.
7526 (arm_register_u_addr): Delete declaration.
7527
7528 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7529
7530 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7531 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7532
7533 2002-05-14 Andrew Cagney <ac131313@redhat.com>
7534
7535 * regcache.c (register_valid): Revise comments refering to "Not
7536 available" and "unavailable".
7537 * frame.c (frame_register_read): Ditto.
7538 * findvar.c (value_of_register): Ditto.
7539
7540 2002-05-15 Andrew Cagney <cagney@redhat.com>
7541
7542 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7543 (remote-sim.o): Update dependencies.
7544 (d10v-tdep.o): Specify dependencies.
7545 (sim_d10v_h): Define.
7546
7547 2002-05-14 Jim Blandy <jimb@redhat.com>
7548
7549 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7550 * macrotab.c (macro_lookup_inclusion, find_definition,
7551 new_macro_table): Same.
7552
7553 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7554 not `! strcmp ()'. This is a dubious improvement.
7555 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7556
7557 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7558 although it's not necessary, to avoid a warning.
7559
7560 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7561
7562 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7563 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7564 TYPE_INSTANCE_FLAGS.
7565 (struct main_type): New.
7566 (struct type): Move most members to struct main_type. Change
7567 cv_type and as_type to new type_chain member. Add instance_flags.
7568 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7569 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7570 (finish_cv_type): Remove prototype.
7571 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7572 Set TYPE_CHAIN.
7573 (alloc_type_instance): New function.
7574 (smash_type): New function.
7575 (make_pointer_type, make_reference_type, make_function_type)
7576 (smash_to_member_type, smash_to_method_type): Call smash_type.
7577 (make_qualified_type): New function.
7578 (make_type_with_address_space): Call make_qualified_type.
7579 (make_cv_type): Likewise.
7580 (finish_cv_type): Remove unnecessary function.
7581 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7582 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7583 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7584 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7585 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7586 * hpread.c (hpread_read_struct_type): Likewise.
7587 * stabsread.c (read_struct_type): Likewise.
7588
7589 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
7590
7591 * configure.tgt: Add a catch all sh* target, for cases like
7592 sh[2,3,4]-elf and sh-hms.
7593
7594 2002-05-14 Keith Seitz <keiths@redhat.com>
7595
7596 * event-loop.c (create_file_handler): Don't do anything but
7597 update data when we are given a fd which we are already
7598 monitoring.
7599
7600 2002-05-14 Michal Ludvig <mludvig@suse.cz>
7601
7602 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7603 (update_context): Use __func__ in warnings.
7604
7605 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7606
7607 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7608 and tcp_close to net_open and net_close.
7609 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7610 using UDP if requested. Don't try to disable Nagle on UDP
7611 sockets.
7612 * remote.c (remote_serial_open): New function. Warn about UDP.
7613 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7614
7615 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7616
7617 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7618
7619 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7620
7621 * configure.tgt: Remove sh-hms target.
7622 * MAINTAINERS: Don't list sh-hms as a separate target.
7623
7624 2002-05-13 Jim Blandy <jimb@redhat.com>
7625
7626 Add first preprocessor macro-expansion files.
7627 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7628 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7629 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7630 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7631 (COMMON_OBS): Add macrotab.o, macroexp.o.
7632 (macroexp.o, macrotab.o): New rules.
7633
7634 2002-05-13 Andrew Cagney <ac131313@redhat.com>
7635
7636 * config/m88k/tm-m88k.h: Update copyright.
7637 (m88k_target_write_pc): Declare
7638 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7639 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7640 (SHIFT_INST_REGS): Update definition.
7641 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7642 using old definition of TARGET_WRITE_PC.
7643 * regcache.c (generic_target_write_pc): Delete code handling
7644 NNPC_REGNUM.
7645 * gdbarch.sh (NNPC_REGNUM): Delete.
7646 * gdbarch.h, gdbarch.c: Regenerate.
7647
7648 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
7649
7650 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7651 builtin reg number.
7652
7653 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
7654
7655 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7656 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7657 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7658 access macros.
7659 * c-typeprint.c (cp_type_print_method_args): Likewise.
7660 (c_type_print_args): Likewise.
7661 * d10v-tdep.c (d10v_push_arguments): Likewise.
7662 (d10v_extract_return_value): Likewise.
7663 * expprint.c (print_subexp): Likewise.
7664 * gdbtypes.c (lookup_primitive_typename): Likewise.
7665 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7666 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7667 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7668 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7669 (TYPE_VECTOR): Likewise.
7670 * hpread.c (hpread_read_struct_type)
7671 (fix_static_member_physnames, fixup_class_method_type)
7672 (hpread_type_lookup): Likewise.
7673 * mdebugread.c (parse_symbol, parse_type): Likewise.
7674 * p-lang.c (is_pascal_string_type): Likewise.
7675 * valops.c (hand_function_call): Likewise.
7676 * x86-64-tdep.c (classify_argument): Likewise.
7677
7678 * hpread.c (hpread_read_function_type)
7679 (hpread_read_doc_function_type): Call replace_type.
7680 * dstread.c (create_new_type): Delete.
7681 (decode_dst_structure, process_dst_function): Call alloc_type.
7682 Use type access macros.
7683
7684 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7685
7686 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7687 the're not supported by the current architecture.
7688 (i387_fill_fxsave): Likewise.
7689
7690 2002-05-12 Fred Fish <fnf@redhat.com>
7691
7692 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7693 sect_index_xxx members to index the first slot in section_offsets
7694 if all of the section_offsets are zero.
7695
7696 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7697
7698 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7699 checked in with last change.
7700
7701 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7702
7703 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7704 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7705 config.sub.
7706
7707 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
7708
7709 * Makefile.in: Update dependencies.
7710
7711 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7712
7713 * language.c (local_hex_string_custom): Simplify. Do not depend
7714 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7715
7716 * memattr.c (mem_info_command): Replace calls to
7717 longest_local_hex_string and longest_local_hex_string_custom.
7718 * buildsym.c (make_blockvector): Ditto.
7719 * solib.c (info_sharedlibrary_command): Ditto.
7720 * tracepoint.c (tracepoints_info): Ditto.
7721 * symtab.c (print_msymbol_info): Ditto.
7722
7723 * language.c (local_hex_string): Delete.
7724 (local_hex_string_custom): Delete.
7725 (longest_local_hex_string): Rename to local_hex_string.
7726 (longest_local_hex_string_custom): Rename to
7727 local_hex_string_custom.
7728 * language.h (local_hex_string): Change parameter type to LONGEST.
7729 (local_hex_string_custom): Ditto.
7730 (longest_local_hex_string): Delete declaration.
7731 (longest_local_hex_string_custom): Ditto.
7732
7733 * solib.c: Update copyright.
7734 * memattr.c: Update copyright.
7735
7736 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7737
7738 * arch-utils.h (legacy_register_to_value): Declare.
7739 (legacy_value_to_register): Declare.
7740 (legacy_convert_register_p): Declare.
7741 * arch-utils.c (legacy_register_to_value): New function.
7742 (legacy_value_to_register): New function.
7743 (legacy_convert_register_p): New function.
7744
7745 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7746 (VALUE_TO_REGISTER): Define.
7747 (CONVERT_REGISTER_P): Define.
7748 * gdbarch.h, gdbarch.c: Regenerate.
7749
7750 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7751 VALUE_TO_REGISTER.
7752 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7753 CONVERT_REGISTER_P.
7754
7755 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
7756 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7757
7758 * Makefile.in: Update dependencies for valops.c.
7759 * valops.c: Include "gdb_assert.h".
7760 (typecmp): Skip THIS parameter to methods.
7761 (find_method_list): Remove static_memfuncp argument,
7762 update callers. Check for stub methods.
7763 (find_value_oload_method_list): Don't set *static_memfuncp.
7764 (find_overload_match): Don't check for stub methods. Assert
7765 that methods are not stubbed. Handle static methods.
7766 (value_find_oload_method_list): Remove static_memfuncp argument.
7767 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7768 to the argument list for static stub methods.
7769 * value.h (value_find_oload_method_list): Update prototype.
7770
7771 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7772
7773 * arch-utils.h (generic_register_size): Declare.
7774 (generic_register_raw_size, generic_register_virtual_size): Delete
7775 declarations.
7776 * arch-utils.c (generic_register_raw_size): Delete.
7777 (generic_register_size): New function.
7778 (generic_register_virtual_size): Delete.
7779
7780 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7781 default generic_register_size.
7782 * gdbarch.h, gdbarch.c: Re-generate.
7783
7784 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7785 register_virtual_size.
7786 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7787 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7788
7789 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7790
7791 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7792 * gdbarch.h, gdbarch.c: Regenerate.
7793 * gnu-v3-abi.c: Update copyright.
7794 (vtable_address_point_offset): Update.
7795 (gnuv3_rtti_type): Update.
7796 (gnuv3_baseclass_offset): Update.
7797 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7798 (init_fetch_link_map_offsets): Update.
7799 * remote.c (get_remote_state): Update.
7800
7801 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7802
7803 * TODO: Remove value_headof/value_from_vtable_info comment.
7804 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7805 * values.c (value_headof, value_from_vtable_info): Delete.
7806 * value.h (value_from_vtable_info): Delete prototype.
7807
7808 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7809
7810 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7811 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7812 $(gdb_regex_h).
7813 (gdb_assert_h): Define.
7814 (gdb_wait_h): Define.
7815 (gdb_regex_h): Define.
7816
7817 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7818
7819 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7820 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7821
7822 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7823
7824 * nbsd-tdep.c: Fix comment.
7825
7826 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7827
7828 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7829 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7830 (nbsd-tdep.o): New dependency list.
7831 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7832 nbsd-tdep.h.
7833 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7834 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7835 * nbsd-tdep.c: New file.
7836 * nbsd-tdep.h: New file.
7837 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7838 nbsd-tdep.h.
7839 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7840 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7841 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7842 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7843
7844 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7845
7846 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7847 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7848 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7849 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7850 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7851 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7852
7853 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7854
7855 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7856 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7857 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7858 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7859 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7860 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7861 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7862
7863 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7864
7865 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7866 fetch_elfcore_registers to...
7867 * i386nbsd-tdep.c: ...here.
7868 (i386nbsd_use_struct_convention): Rename to...
7869 (i386nbsd_aout_use_struct_convention): ...this.
7870 (i386nbsd_supply_reg): New function.
7871 (i386nbsd_fill_reg): New function.
7872 (fetch_core_registers): Use i386nbsd_supply_reg.
7873 (fetch_elfcore_registers): Likewise.
7874 (_initialize_i386nbsd_tdep): New function.
7875 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7876 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7877 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7878 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7879 (i386nbsd_aout_use_struct_convention): ...this.
7880
7881 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7882
7883 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7884 (store_inferior_registers): Use shnbsd_fill_reg.
7885 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7886 sh_nbsd_supply_register): Collapse into...
7887 (shnbsd_supply_reg): ...this.
7888 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7889 (shnbsd_fill_reg): ...this.
7890 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7891 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7892 (fetch_core_registers): Use shnbsd_supply_reg.
7893 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7894 (sh_nbsd_core_fns): Rename to...
7895 (shnbsd_core_fns): ...this.
7896 (sh_nbsd_elfcore_fns): Rename to...
7897 (shnbsd_elfcore_fns): ...this.
7898 (sh_nbsd_init_abi): Rename to...
7899 (shnbsd_init_abi): ...this.
7900 (_initialize_sh_nbsd_tdep): Rename to...
7901 (_initialize_shnbsd_tdep): ...this.
7902 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7903 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7904 sh_nbsd_fill_register): Remove prototypes.
7905 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7906
7907 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7908
7909 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7910 (i387-nat.o): Delete dependency list.
7911 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7912 (x86-64-linux-nat.o): Likewise.
7913 * i387-nat.c: Delete file, moving contents to...
7914 * i387-tdep.c: ...here.
7915 * i387-nat.h: Rename...
7916 * i387-tdep.h: ...to this.
7917 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7918 * i386-linux-nat.c: Likewise.
7919 * i386bsd-nat.c: Likewise.
7920 * i386gnu-nat.c: Likewise.
7921 * i386nbsd-nat.c: Likewise.
7922 * i386v4-nat.c: Likewise.
7923 * x86-64-linux-nat.c: Likewise.
7924 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7925 * config/i386/go32.mh (NATDEPFILES): Likewise.
7926 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7927 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7928 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7929 * config/i386/linux.mh (NATDEPFILES): Likewise.
7930 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7931 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7932 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7933 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7934
7935 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7936
7937 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7938 (alphanbsd-nat.o): Remove dependency list.
7939 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7940 * alphanbsd-nat.c: Delete. Contents moved to...
7941 * alphanbsd-tdep.c: ...here.
7942 (_initialize_alphanbsd_tdep): Register core functions.
7943 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7944
7945 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7946
7947 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7948 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7949 (alphanbsd-nat.o): Likewise.
7950 (alphabsd-tdep.o): New dependency list.
7951 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7952 (fill_gregset): Use alphabsd_fill_reg.
7953 (supply_fpregset): Use alphabsd_supply_fpreg.
7954 (fill_fpregset): Use alphabsd_fill_fpreg.
7955 (fetch_inferior_registers): Use struct reg and struct fpreg
7956 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7957 and alphabsd_supply_fpreg.
7958 (store_inferior_registers): Use struct reg and struct fpreg
7959 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7960 and alphabsd_fill_fpreg.
7961 * alphabsd-tdep.c: New file.
7962 * alphabsd-tdep.h: New file.
7963 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7964 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7965 alphabsd_supply_fpreg.
7966 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7967 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7968
7969 2002-05-11 Eric Christopher <echristo@redhat.com>
7970
7971 * mips-tdep.c (mips_double_register_type): Fix thinko.
7972 (mips_single_register_type): Ditto.
7973 * MAINTAINERS: Add self.
7974
7975 2002-05-11 Mark Kettenis <kettenis@gnu.org>
7976
7977 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7978 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7979 right thing on architectures with different endianness and/or
7980 integer sizes.
7981
7982 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7983
7984 From Christian Limpach <chris@Pin.LU>
7985 * configure.in: Change sed expression which comments out
7986 NATDEPFILES to also comment out continuation lines.
7987 * configure: Regenerate.
7988
7989 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7990
7991 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7992 big patch.
7993
7994 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7995
7996 * sh-tdep.c: Include correct file.
7997
7998 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7999
8000 New support for sh64-elf (sh5) target.
8001
8002 * configure.tgt: For sh64-elf target, default to sh-elf.
8003
8004 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
8005 (struct gdbarch_tdep): Add new fields for new registers and ABI
8006 info.
8007
8008 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
8009 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
8010 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
8011 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
8012 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
8013 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
8014 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
8015 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
8016 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
8017 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
8018 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
8019 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
8020 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
8021 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
8022 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
8023 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
8024 sh64_get_gdb_regnum, sh64_media_reg_base_num,
8025 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
8026 sign_extend, sh64_nofp_frame_init_saved_regs,
8027 sh64_init_extra_frame_info, sh64_get_saved_register,
8028 sh64_extract_struct_value_address, sh64_pop_frame,
8029 sh64_push_arguments, sh64_extract_return_value,
8030 sh64_store_return_value, sh64_show_media_regs,
8031 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
8032 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
8033 sh_sh64_register_virtual_type,
8034 sh_sh64_register_convert_to_virtual,
8035 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
8036 sh64_register_read, sh64_pseudo_register_write,
8037 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
8038 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
8039 sh64_do_pseudo_register, sh_compact_do_registers_info,
8040 sh64_do_registers_info, sh_gdbarch_init): New functions.
8041
8042 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8043
8044 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
8045
8046 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
8047
8048 * linespec.c (decode_line_1): Check for a double quote after
8049 a filename correctly.
8050
8051 2002-05-10 Jim Blandy <jimb@redhat.com>
8052
8053 Properly track the size of the current objfile's .debug_line section.
8054 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
8055 (DWARF_LINE_SIZE): New macro.
8056 (dwarf2_build_psymtabs_hard): Record the line section's size in
8057 the partial symbol table.
8058 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
8059 symbol table.
8060
8061 2002-05-10 Petr Sorfa <petrs@caldera.com>
8062
8063 * ia64-tdep.c: Handle breakpoints on L instruction type
8064 in MLX instruction bundle by moving the breakpoint to
8065 the third slot (X instruction type) as L holds only data.
8066
8067 2002-05-10 Kevin Buettner <kevinb@redhat.com>
8068
8069 * dbxread.c (discarding_local_symbols_complaint): New complaint.
8070 (process_one_symbol): Complain about discarding local symbols
8071 due to a misplaced N_LBRAC entry.
8072
8073 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
8074
8075 From Daniel Berlin <dan@cgsoftware.com>
8076 * linespec.c (find_toplevel_char): '<' and '>' also increase and
8077 decrease the depth we are at, in the case of templates.
8078
8079 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8080
8081 * mips-tdep.c (mips_float_register_type): New function.
8082 (mips_double_register_type): New function.
8083 (mips_print_register): Use them.
8084 (do_fp_register_row): Likewise.
8085
8086 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8087
8088 * signals/signals.c (signals): Remove conditional compilation around
8089 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
8090 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
8091
8092 2002-05-09 Michael Snyder <msnyder@redhat.com>
8093
8094 * remote-rdp.c (remote_rdp_can_run): Remove.
8095
8096 2002-05-09 Tom Tromey <tromey@redhat.com>
8097
8098 * jv-valprint.c (java_val_print): Handle `char' as a special case
8099 of TYPE_CODE_INT.
8100
8101 2002-05-09 Michael Snyder <msnyder@redhat.com>
8102
8103 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8104 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
8105 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
8106 str r(0123),[sp,#nn].
8107 (arm_skip_prologue): Ditto. Also make disassembly
8108 order-independent by placing it in a loop.
8109
8110 2002-05-06 Michael Snyder <msnyder@redhat.com>
8111
8112 * stabsread.c (read_type): Add recognition for new attribute:
8113 "@V;" means that an array type is actually a vector.
8114 This is analogous to the vector flag that's been added to dwarf2.
8115
8116 2002-05-09 Mark Kettenis <kettenis@gnu.org>
8117
8118 * i386-tdep.h (i386_abi): New enum.
8119 (struct gdbarch_tdep): Replace os_ident member with abi.
8120 (i386_gdbarch_register_os_abi): New prototype.
8121 * i386-tdep.c (i386_abi_names): New array.
8122 (process_note_abi_tag_sections): Removed.
8123 (process_note_sections): New function.
8124 (i386_elf_abi_from_note, i386_elf_abi): New functions.
8125 (struct i386_abi_handler): New struct.
8126 (i386_abi_handler_list): New variable.
8127 (i386_gdbarch_register_os_abi): New function.
8128 (i386_gdbarch_init): Adapt for the changes given above.
8129
8130 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
8131
8132 * gregset.h: Say "GNU/Linux".
8133
8134 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
8135
8136 * gdbtypes.c : Add new builtin type for 64 bit vectors.
8137 (build_gdbtypes): Build builtin_type_v2_float.
8138 (_initialize_gdbtypes): Register new builtin type.
8139
8140 2002-05-08 Andrew Cagney <ac131313@redhat.com>
8141
8142 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8143 (clear_gdbarch_swap): New function.
8144 (initialize_non_multiarch): Call.
8145 (gdbarch_update_p): Before calling init(), swap out and clear the
8146 existing architecture.
8147 * gdbarch.c: Regenerate.
8148
8149 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8150
8151 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8152 alphanbsd-tdep.c.
8153
8154 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8155
8156 * sh-nbsd-nat.c: Rename to...
8157 * shnbsd-nat.c: ...this.
8158 * sh-nbsd-tdep.c: Rename to...
8159 * shnbsd-tdep.c: ...this.
8160 * sh-nbsd-tdep.h: Rename to...
8161 * shnbsd-tdep.h: ...this.
8162 * config/sh/nbsd.mh: Use shnbsd-nat.o.
8163 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8164
8165 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
8166
8167 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8168 concatenation for command help messages.
8169
8170 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8171
8172 * NEWS: Note new sh*-*-netbsdelf* configuration.
8173 * configure.host: Set gdb_host_cpu to sh for all sh*.
8174 (sh*-*-netbsdelf*): New host.
8175 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8176 (sh*-*-netbsdelf*): New target.
8177 * sh-nbsd-nat.c: New file.
8178 * sh-nbsd-tdep.c: New file.
8179 * sh-nbsd-tdep.h: New file.
8180 * config/sh/nbsd.mh: New file.
8181 * config/sh/nbsd.mt: New file.
8182 * config/sh/nm-nbsd.h: New file.
8183 * config/sh/tm-nbsd.h: New file.
8184
8185 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8186
8187 * sh-tdep.c (sh_osabi_names): Declare.
8188 (process_note_abi_tag_sections): New function.
8189 (get_elfosabi): Ditto.
8190 (sh_gdbarch_register_os_abi): Ditto.
8191 (sh_dump_tdep): Ditto.
8192 _initialize_sh_tdep): Use gdbarch_register to register
8193 sh_gdbarch_init and sh_dump_tdep.
8194 * config/sh/tm-sh.h (sh_osabi): Declare.
8195 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8196
8197 2002-05-07 Andrew Cagney <ac131313@redhat.com>
8198
8199 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8200 (thumb_scan_prologue): Ditto.
8201 (arm_find_callers_reg): Ditto.
8202 (arm_frame_chain): Ditto.
8203 (arm_init_extra_frame_info): Ditto.
8204 (arm_frame_saved_pc): Ditto.
8205 (arm_pop_frame): Ditto.
8206 (arm_push_return_address): New function.
8207 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8208 call_dummy_location, call_dummy_breakpoint_offset_p,
8209 call_dummy_breakpoint_offset, call_dummy_p,
8210 call_dummy_stack_adjust_p, call_dummy_words,
8211 sizeof_call_dummy_words, call_dummy_start_offset,
8212 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8213 call_dummy_address, push_return_address and push_dummy_frame for
8214 generic dummy frames.
8215
8216 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8217
8218 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8219 size computation for alloca.
8220 (sh_fp_frame_init_saved_regs): Likewise.
8221
8222 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
8223
8224 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8225 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
8226 * arm-tdep.c (arm_store_return_value): Use them.
8227 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8228 * remote-rdp.c (remote_rdp_fetch_register): Use
8229 ARM_MAX_REGISTER_RAW_SIZE.
8230 (remote_rdp_store_register): Likewise.
8231
8232 2002-05-07 Michal Ludvig <mludvig@suse.cz>
8233
8234 * dwarf2cfi.c: Code cleanup, removed unused variables,
8235 added default labels to switch {} statements.
8236 * x86-64-tdep.c: Ditto.
8237 * x86-64-linux-nat.c: Ditto.
8238
8239 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8240
8241 * solib.h: Protect against multiple inclusion.
8242
8243 2002-05-06 Jim Blandy <jimb@redhat.com>
8244
8245 Add first preprocessor macro-expansion files.
8246 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8247 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8248 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8249 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8250 (COMMON_OBS): Add macrotab.o, macroexp.o.
8251 (macroexp.o, macrotab.o): New rules.
8252
8253 Separate the job of reading the line number info statement program
8254 header (...expialidocious) out into its own function.
8255 * dwarf2read.c (struct line_head, struct filenames, struct
8256 directories): Replace with...
8257 (struct line_header): New structure, containing the full
8258 contents of the statement program header, including the
8259 include directory and file name tables.
8260 (read_file_scope): If we have line number info, instead of just
8261 calling dwarf_decode_lines to do all the work, call
8262 dwarf_decode_line_header first to get a `struct line_header'
8263 containing the data in the statement program header, and then
8264 pass that to dwarf_decode_lines, which will pick up where that
8265 left off. Be sure to clean up the `struct line_header' object.
8266 (dwarf_decode_line_header, free_line_header, add_include_dir,
8267 add_file_name): New functions.
8268 (dwarf_decode_lines): Move all the code to read the statement
8269 program header into dwarf_decode_line_header. Take the line
8270 header it built as the first argument, instead of the offset to
8271 the compilation unit's line number info. Use the new `struct
8272 line_header' type instead of the old structures. No need to do
8273 cleanups here now, since we don't allocate anything.
8274 (dwarf2_statement_list_fits_in_line_number_section,
8275 dwarf2_line_header_too_long): New complaints.
8276
8277 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
8278
8279 * gdbtypes.c (init_vector_type): New function.
8280 (build_builtin_type_vec128): Simplify the representation of SIMD
8281 registers.
8282 (build_gdbtypes): Initialize new builtin vector types.
8283 (_initialize_gdbtypes): Register new vector types with gdbarch.
8284 (builtin_type_v4_float, builtin_type_v4_int32,
8285 builtin_type_v8_int16, builtin_type_v16_int8,
8286 builtin_type_v2_int32, builtin_type_v4_int16,
8287 builtin_type_v8_int8): New (renamed) SIMD types.
8288
8289 2002-05-06 Mark Kettenis <kettenis@gnu.org>
8290
8291 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8292 (i387_fill_fxsave): Likewise.
8293
8294 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8295
8296 * alpha-tdep.c (alpha_extract_return_value): Don't use
8297 non-constant array size in prototype.
8298
8299 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8300
8301 From Brian Taylor <briant at model dot com>:
8302 * ui-out.c (ui_out_field_core_addr): Use the function
8303 longest_local_hex_string_custom'to format addresses > 32 bits
8304 wide.
8305
8306 * ui-out.c (ui_out_field_core_addr): Update comment.
8307
8308 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8309
8310 * stack.c (select_and_print_frame): Make static. Delete the
8311 parameter `level'.
8312 (func_command): Update call.
8313 (select_frame_command): Delete code computing the frame level.
8314 * frame.h (select_and_print_frame): Delete declaration.
8315
8316 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8317
8318 * sparc-tdep.c (sparc_get_saved_register): Comment why
8319 get_prev_frame call is safe.
8320
8321 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8322
8323 * frame.h (select_frame): Delete level parameter.
8324 * stack.c (select_frame): Update. Use frame_relative_level to
8325 obtain the frame's level.
8326 (select_and_print_frame): Update call.
8327 (select_frame_command): Ditto.
8328 (up_silently_base): Ditto.
8329 (down_silently_base): Ditto.
8330 * ocd.c (ocd_start_remote): Ditto.
8331 * remote-rdp.c (remote_rdp_open): Ditto.
8332 * remote-mips.c (mips_initialize): Ditto.
8333 (common_open): Ditto.
8334 * remote-e7000.c (e7000_start_remote): Ditto.
8335 * m3-nat.c (select_thread): Ditto.
8336 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8337 (child_get_current_exception_event): Ditto.
8338 * varobj.c (varobj_create): Ditto.
8339 (varobj_update): Ditto.
8340 (c_value_of_root): Ditto.
8341 * tracepoint.c (finish_tfind_command): Ditto.
8342 * corelow.c (core_open): Ditto.
8343 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8344 * thread.c (info_threads_command): Ditto.
8345 (switch_to_thread): Ditto.
8346 * infrun.c (normal_stop): Ditto.
8347 (restore_selected_frame): Ditto.
8348 (restore_inferior_status): Ditto.
8349 * breakpoint.c (insert_breakpoints): Ditto.
8350 (watchpoint_check): Ditto.
8351 (bpstat_stop_status): Ditto.
8352 (do_enable_breakpoint): Ditto.
8353 * blockframe.c (flush_cached_frames): Ditto.
8354 (reinit_frame_cache): Ditto.
8355
8356 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8357
8358 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8359 maintainer.
8360
8361 2002-05-04 Jim Blandy <jimb@redhat.com>
8362
8363 * gdbtypes.c (replace_type): Doc fix.
8364
8365 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8366
8367 * valprint.c (strcat_longest): Delete commented out function.
8368 Update copyright.
8369
8370 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8371
8372 * MAINTAINERS: Mark a29k as deleted.
8373 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8374 Move new configurations to the top.
8375 * configure.tgt: Remove a29k.
8376 * config/a29k/tm-vx29k.h: Delete.
8377 * config/a29k/vx29k.mt: Delete.
8378 * config/a29k/tm-a29k.h: Delete.
8379 * config/a29k/a29k-udi.mt: Delete.
8380 * config/a29k/a29k.mt: Delete.
8381 * a29k-tdep.c: Delete.
8382 * remote-udi.c: Delete.
8383 * remote-mm.c: Delete.
8384 * remote-eb.c: Delete.
8385 * remote-adapt.c: Delete.
8386 * Makefile.in: Remove obsolete code.
8387 * config/s390/s390x.mt: Ditto.
8388 * config/s390/s390.mt: Ditto.
8389 * config/sparc/sparclynx.mh: Ditto.
8390 * config/sparc/linux.mh: Ditto.
8391 * config/pa/hppaosf.mh: Ditto.
8392 * config/pa/hppabsd.mh: Ditto.
8393 * config/ns32k/nbsd.mt: Ditto.
8394 * config/mips/vr5000.mt: Ditto.
8395 * config/m68k/sun3os4.mh: Ditto.
8396 * config/m68k/nbsd.mt: Ditto.
8397 * config/m68k/m68klynx.mh: Ditto.
8398 * config/m32r/m32r.mt: Ditto.
8399 * config/i386/x86-64linux.mt: Ditto.
8400 * config/i386/nbsdelf.mt: Ditto.
8401 * config/i386/nbsd.mt: Ditto.
8402 * config/i386/i386lynx.mh: Ditto.
8403
8404 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8405
8406 * target.c (debug_print_register): New function. Handle oversize
8407 registers.
8408 (debug_to_fetch_registers): Call.
8409 (debug_to_store_registers): Call.
8410
8411 2002-05-03 Jim Blandy <jimb@redhat.com>
8412
8413 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8414 (read_type): Doc fix.
8415 * gdbtypes.c (replace_type): Doc fix.
8416
8417 * stabsread.c (multiply_defined_struct): New complaint.
8418 (read_struct_type): If the type we were passed isn't empty, or
8419 incomplete, don't read the new struct type into it; complain,
8420 and return the original type unchanged. Take a new `type_code'
8421 argument, which is the type code for the new type.
8422 (read_type): Rather than storing the type's type code here, pass
8423 it as an argument to read_struct_type, and let that take care of
8424 storing it. That way, we don't overwrite the original type code,
8425 so read_struct_type can use it to decide whether we're overwriting
8426 something we shouldn't.
8427 (complain_about_struct_wipeout): New function.
8428
8429 2002-05-03 Andrew Cagney <ac131313@redhat.com>
8430
8431 * gdbarch.sh: Assert that gdbarch is non-NULL.
8432 * gdbarch.c: Regenerate.
8433
8434 2002-05-03 Jason Merrill <jason@redhat.com>
8435
8436 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8437 and return NULL.
8438
8439 2002-05-03 Michal Ludvig <mludvig@suse.cz>
8440
8441 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8442 (x86_64_dwarf2gdb_regno_map_length),
8443 (x86_64_dwarf2_reg_to_regnum): Added.
8444 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8445 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8446 (_initialize_x86_64_tdep): Synced with the change above.
8447 (x86_64_skip_prologue): Reformulated message.
8448
8449 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8450
8451 * f-exp.y: Also use new prev_lexptr variable
8452 to improve error reporting. Based on Michael Snyder
8453 2002-04-24 dated patch to c-exp.y.
8454 * jv-exp.y: Likewise.
8455 * m2-exp.y: Likewise.
8456
8457 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
8458
8459 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8460 we are dealing with vectors.
8461
8462 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8463
8464 * config/m68k/tm-nbsd.h: Obvious fix,
8465 correct machine name.
8466
8467 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8468
8469 * p-typeprint.c (pascal_type_print_base): Add support
8470 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8471
8472 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8473
8474 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8475 for fondamental pascal 'char' type.
8476
8477 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8478
8479 * p-lang.h (is_pascal_string_type): Declaration changed,
8480 new sixth argument of type char ** added.
8481 * p-lang.c (is_pascal_string_type): Implementation
8482 changed. Args length_pos, length_size, string_pos, char_size
8483 can now be NULL. New argument arrayname set to the field
8484 name of the char array. Return value set to char array
8485 field index plus one.
8486 * p-valprint.c (pascal_val_print): Adapt to new declaration of
8487 is_pascal_string_type function.
8488
8489 2002-05-02 Andrew Cagney <cagney@redhat.com>
8490
8491 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8492 <cagney@redhat.com> change.
8493 * gdbarch.c: Regenerate.
8494
8495 2002-05-02 Andrew Cagney <cagney@redhat.com>
8496
8497 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8498 before probing for a new one. Detect errorenous gdbarch_init
8499 functions.
8500 * gdbarch.c: Regenerate.
8501
8502 2002-05-01 Andrew Cagney <cagney@redhat.com>
8503
8504 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8505 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8506 * config/v850/tm-v850.h: Ditto. Update copyright.
8507
8508 2002-04-30 Andrew Cagney <ac131313@redhat.com>
8509
8510 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8511 current_gdbarch.
8512
8513 2002-04-30 Michael Snyder <msnyder@redhat.com>
8514
8515 * arm-tdep.c: Whitespace clean-ups.
8516 (arm_skip_prologue): Fix thinko; two lines
8517 should have been removed as part of 4/24 change.
8518
8519 2002-04-30 Kevin Buettner <kevinb@redhat.com>
8520
8521 * rs6000-tdep.c: Added comment describing how fpscr register
8522 numbers were chosen.
8523
8524 2002-04-30 Michael Snyder <msnyder@redhat.com>
8525
8526 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8527
8528 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8529
8530 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8531 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8532 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8533
8534 2002-04-29 Kevin Buettner <kevinb@redhat.com>
8535
8536 From Louis Hamilton <hamilton@redhat.com>:
8537 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8538 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8539 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8540 not bfd-private xcoff data, to determine wordsize.
8541 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8542
8543 2002-04-29 Andrew Cagney <ac131313@redhat.com>
8544
8545 GDB 5.2 released from 5.2 branch.
8546
8547 2002-04-29 Michal Ludvig <mludvig@suse.cz>
8548
8549 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8550 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8551 (x86_64_register_info_table): Added comments with register numbers.
8552
8553 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8554
8555 * rs6000-tdep.c (rs6000_extract_return_value,
8556 rs6000_store_return_value): Handle returning vectors.
8557 (rs6000_gdbarch_init): Use
8558 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8559 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8560 New function.
8561 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8562 vectors.
8563 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8564 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
8565
8566 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8567
8568 * hpread.c (hpread_psymtab_to_symtab_1,
8569 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
8570 with fprintf_unfiltered (gdb_stderr,...).
8571
8572 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8573
8574 * remote-array.c (printf_monitor, write_monitor,
8575 array_insert_breakpoint, array_remove_breakpoint ):
8576 Replace fprintf (stderr,...
8577 with fprintf_unfiltered (gdb_stderr,....
8578 * remote-es.c: Likewise.
8579 * remote-os9k.c: Likewise.
8580 * remote-st.c: Likewise.
8581
8582 2002-04-28 Andreas Schwab <schwab@suse.de>
8583
8584 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8585 linux-proc.o and gcore.o.
8586
8587 2002-04-26 Michal Ludvig <mludvig@suse.cz>
8588
8589 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8590 code without frame pointers.
8591
8592 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8593
8594 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8595 ON_STACK is needed.
8596
8597 2002-04-26 Ben Elliston <bje@redhat.com>
8598
8599 * target.c (do_xfer_memory): Correct reference to the new option
8600 "trust-readonly-sections".
8601
8602 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
8603
8604 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8605 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8606 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8607 vectors.
8608 (read_array_type): Record the fact that this array type is really a
8609 vector (i.e. are passed in by value).
8610
8611 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8612
8613 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8614 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8615 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8616 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8617 * alpha-linux-tdep.c: Include frame.h.
8618 (alpha_linux_sigcontext_addr): New function.
8619 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8620 alpha_linux_sigcontext_addr.
8621 * alpha-osf1-tdep.c: Include gdbcore.h.
8622 (alpha_osf1_sigcontext_addr): New function.
8623 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8624 alpha_osf1_sigcontext_addr.
8625 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8626 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8627
8628 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8629
8630 * stack.c (selected_frame_level):
8631 (select_frame): Do not set selected_frame_level.
8632 * frame.h (selected_frame_level): Delete declaration.
8633
8634 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8635
8636 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8637 convert_from_func_ptr-addr when AIX / PowerOpen.
8638
8639 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8640
8641 * valops.c (hand_function_call): Call
8642 generic_save_call_dummy_addr.
8643 * frame.h (generic_save_call_dummy_addr): Declare.
8644 * blockframe.c (struct dummy_frame): Add fields call_lo and
8645 call_hi.
8646 (generic_find_dummy_frame): Check for PC in range call_lo to
8647 call_hi instead of entry_point_address.
8648 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8649 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8650 (generic_save_call_dummy_addr): New function.
8651
8652 2002-04-24 David S. Miller <davem@redhat.com>
8653
8654 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8655 sparc_skip_prologue.
8656 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8657 information to find prologue when possible.
8658 (sparc_prologue_frameless_p): Call examine_prologue directly.
8659 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8660 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8661 second argument.
8662 (SKIP_PROLOGUE): Likewise.
8663
8664 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8665
8666 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8667 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8668 indicate that the condition it was testing is always true.
8669 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8670 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8671 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8672
8673 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8674
8675 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8676 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8677 tdep->jb_pc and tdep->jb_elt_size.
8678 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8679 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8680 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8681 * alpha-nat.c (get_longjmp_target): Remove.
8682 (JB_ELEMENT_SIZE): Ditto.
8683 (JB_PC): Ditto.
8684 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8685 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8686 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8687 to alpha_get_longjmp_target.
8688 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8689 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8690 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8691
8692 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8693
8694 * README: Update to GDB 5.2.
8695
8696 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8697
8698 * gdbarch.sh (LC_ALL): Set to `c'.
8699
8700 2002-04-25 Theodore A. Roth <troth@verinet.com>
8701
8702 * avr-tdep.c: Ran through gdb_indent.sh.
8703
8704 2002-04-25 Theodore A. Roth <troth@verinet.com>
8705
8706 * MAINTAINERS: Add myself as AVR maintainer.
8707 * NEWS: Note new target avr.
8708
8709 2002-04-25 Theodore A. Roth <troth@verinet.com>
8710
8711 * Makefile.in: Add support for AVR target.
8712 * configure.tgt: Add support for AVR target.
8713 * avr-tdep.c: New file
8714 * config/avr/avr.mt: New file.
8715
8716 2002-04-25 Theodore A. Roth <troth@verinet.com>
8717
8718 * MAINTAINERS: Add myself to write-after-approval.
8719
8720 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8721
8722 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8723 with fprintf_unfiltered (gdb_stderr,....
8724
8725 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8726
8727 Fix PR gdb/508.
8728 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8729
8730 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8731
8732 * p-exp.y: Also use new prev_lexptr variable
8733 to improve error reporting. Based on Michael Snyder
8734 2002-04-24 dated patch to c-exp.y.
8735
8736 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8737
8738 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8739 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8740 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8741 to 0.
8742 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8743 and struct value.
8744 (FUNCTION_START_OFFSET): Remove.
8745 (BREAKPOINT): Ditto.
8746
8747 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8748
8749 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8750 * NEWS: Ditto.
8751
8752 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8753
8754 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8755 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8756 alpha_linux_pc_in_sigtramp.
8757 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8758 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8759 alpha_osf1_pc_in_sigtramp.
8760 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8761 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8762 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8763 alphafbsd_pc_in_sigtramp.
8764 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8765 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8766 alphanbsd_pc_in_sigtramp.
8767 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8768 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8769
8770 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8771
8772 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8773
8774 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8775
8776 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8777 alphanbsd-tdep.c.
8778 (alphanbsd-nat.o): New dependency list.
8779 (alphanbsd-tdep.o): Ditto.
8780 * NEWS: Note new native NetBSD/alpha configuration.
8781 * alphanbsd-nat.c: New file.
8782 * alphanbsd-tdep.c: Ditto.
8783 * configure.host (alpha*-*-netbsd*): New host.
8784 * configure.tgt (alpha*-*-netbsd*): New target.
8785 * config/alpha/nbsd.mh: New file.
8786 * config/alpha/nbsd.mt: Ditto.
8787 * config/alpha/nm-nbsd.h: Ditto.
8788 * config/alpha/tm-nbsd.h: Ditto.
8789
8790 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8791
8792 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8793 (alpha-osf1-tdep.o): New dependency list.
8794 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8795 and skip_sigtramp_frame members.
8796 * alpha-linux-tdep.c: Include gdbcore.h.
8797 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8798 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8799 * alpha-osf1-tdep.c: New file.
8800 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8801 alpha-osf1-dep.c.
8802 (alpha_frame_past_sigtramp_frame): New function.
8803 (alpha_dynamic_sigtramp_offset): Ditto.
8804 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8805 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8806 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8807 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8808 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8809 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8810 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8811 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8812 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8813 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8814 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8815 to find_solib_trampoline_target.
8816 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8817 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8818 (SKIP_TRAMPOLINE_CODE): Remove.
8819 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8820 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8821 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8822 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8823 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8824 (PROC_SIGTRAMP_MAGIC): Ditto.
8825 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8826 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8827 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8828 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8829 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8830
8831 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8832
8833 * NEWS: Note that Alpha targets are now multi-arch.
8834
8835 2002-04-24 Michael Snyder <msnyder@redhat.com>
8836
8837 * parser-defs.h (prev_lexptr): New external variable.
8838 * parse.c (parse_exp_1): Set prev_lexptr to null before
8839 calling the language-specific parser.
8840 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8841 (yyerror): Use prev_lexptr in error reporting.
8842
8843 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
8844
8845 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8846 * gregset.h: If FILL_FPXREGSET is defined, provide
8847 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8848 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8849 is defined, call fill_fpxregset.
8850
8851 2002-04-24 Roland McGrath <roland@frob.com>
8852
8853 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8854 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8855 (supply_gregset, supply_fpregset): New functions.
8856
8857 * gnu-nat.c (gnu_find_memory_regions): New function.
8858 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8859 (gnu_xfer_memory): Add a cast.
8860
8861 2002-04-24 Michael Snyder <msnyder@redhat.com>
8862
8863 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8864 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8865 of argument regs ("str r(0123), [r11, #-nn"]).
8866 (arm_skip_prologue): Better handling for frameless functions.
8867 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8868 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8869
8870 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8871
8872 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8873 NUM_PSEUDO_REGS can be used.
8874
8875 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8876
8877 * arch-utils.h: Update copyright.
8878
8879 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8880 * gdbarch.h, gdbarch.c: Re-generate.
8881
8882 * inferior.h (IN_SIGTRAMP): Delete definition.
8883 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8884 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8885
8886 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8887 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8888 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8889 (find_proc_framesize): Ditto.
8890 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8891 (alpha_init_extra_frame_info): Ditto.
8892 * infrun.c (handle_inferior_event): Ditto.
8893 (handle_inferior_event): Ditto.
8894 (check_sigtramp2): Ditto.
8895 * blockframe.c (create_new_frame): Ditto.
8896 (get_prev_frame): Ditto.
8897 * ppc-linux-tdep.c: Update comments.
8898 * i386-linux-tdep.c: Update comments.
8899 * breakpoint.c (bpstat_what): Update comment.
8900
8901 2002-04-24 David S. Miller <davem@redhat.com>
8902
8903 * i960-tdep.c (register_in_window_p): New function.
8904 (i960_find_saved_register): Use it instead of
8905 REGISTER_IN_WINDOW_P.
8906 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8907
8908 * symtab.h (find_stab_function_addr): Kill extern.
8909 * minsyms.c (find_stab_function_addr): Remove from here...
8910 * dbxread.c: ... to here, and mark it static.
8911
8912 2002-04-20 David S. Miller <davem@redhat.com>
8913
8914 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8915 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8916
8917 2002-04-21 David S. Miller <davem@redhat.com>
8918
8919 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8920 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8921 (vx_write_register): Likewise.
8922
8923 2002-04-23 J. Brobecker <brobecker@gnat.com>
8924
8925 * source.c (is_regular_file): New function.
8926 (openp): Check wether file to open is a regular file
8927 to avoid opening directories.
8928
8929 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8930
8931 * findvar.c (extract_signed_integer): Cast printf argument
8932 to suppress format warning.
8933 (extract_unsigned_integer): Likewise.
8934 * infcmd.c (registers_info): Likewise.
8935 * top.c (get_prompt_1): Likewise.
8936 * valops.c (value_assign): Likewise.
8937 * valprint.c (print_decimal): Likewise.
8938
8939 2002-04-22 H.J. Lu (hjl@gnu.org)
8940
8941 * c-exp.y (typebase): Support
8942
8943 [long|long long|short] [signed|unsigned] [int|]
8944
8945 and
8946
8947 signed [long|long long|short] int
8948
8949 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8950
8951 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8952 and vax-tdep.h.
8953 * vax-tdep.h: New file.
8954 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8955 Make several routines static.
8956 (vax_get_saved_register): New function.
8957 (vax_gdbarch_init): New function.
8958 (_initialize_vax_tdep): Register vax_gdbarch_init.
8959 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8960 Remove macros now under the control of gdbarch.
8961
8962 2002-04-22 Michael Snyder <msnyder@redhat.com>
8963
8964 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8965 Some whitespace and coding standards tweaks.
8966
8967 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8968
8969 * vax-tdep.c: Include regcache.h.
8970 (vax_call_dummy_words): New.
8971 (sizeof_vax_call_dummy_words): New.
8972 (vax_fix_call_dummy): New function.
8973 (vax_saved_pc_after_call): Ditto.
8974 * config/vax/tm-vax.h: Don't include regcache.h.
8975 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8976 (CALL_DUMMY): Remove.
8977 (CALL_DUMMY_WORDS): Define.
8978 (SIZEOF_CALL_DUMMY_WORDS): Define.
8979 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8980
8981 2002-04-18 Michael Snyder <msnyder@redhat.com>
8982
8983 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8984
8985 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8986
8987 * vax-tdep.c (vax_frame_chain): New function.
8988 (vax_push_dummy_frame): Ditto.
8989 (vax_pop_frame): Ditto.
8990 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8991 (FRAMELESS_FUNCTION_INVOCATION): Use
8992 generic_frameless_function_invocation_not.
8993 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8994 (POP_FRAME): Use vax_pop_frame.
8995
8996 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8997
8998 * vax-tdep.c (vax_store_struct_return): New function.
8999 (vax_extract_return_value): Ditto.
9000 (vax_store_return_value): Ditto.
9001 (vax_extract_struct_value_address): Ditto.
9002 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
9003 vax_store_struct_return.
9004 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
9005 (STORE_RETURN_VALUE): Use vax_store_return_value.
9006 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
9007
9008 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9009
9010 * vax-tdep.c (vax_frame_saved_pc): New function.
9011 (vax_frame_args_address_correct): Ditto.
9012 (vax_frame_args_address): Ditto.
9013 (vax_frame_locals_address): Ditto.
9014 (vax_frame_num_args): Move code to be in proximity to
9015 other frame-related functions.
9016 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
9017 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
9018 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
9019 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
9020 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
9021
9022 2002-04-22 H.J. Lu (hjl@gnu.org)
9023
9024 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
9025 includedir.
9026
9027 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9028
9029 * vax-tdep.c (vax_frame_init_saved_regs): New function.
9030 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
9031 (FRAME_INIT_SAVED_REGS): New macro.
9032
9033 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9034
9035 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
9036
9037 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9038
9039 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
9040 where needed.
9041 (fetch_osf_core_registers): Likewise.
9042 (supply_gregset): Likewise.
9043
9044 2002-04-22 J. Brobecker <brobecker@gnat.com>
9045
9046 * symfile.h (get_section_index): Define.
9047 * symfile.c (get_section_index): New function.
9048 * mdebugread.c (SC_IS_SBSS): New macro.
9049 (SC_IS_BSS): Return true for the scBss storage class only, as
9050 the scSBss storage class refers to the .sbss section.
9051 (parse_partial_symbols): Discard the symbols which associated
9052 section does not exist.
9053 Make sure to use the .sbss section index for symbols which
9054 storage class is scBss, rather than using the .bss section index.
9055
9056 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9057
9058 * vax-tdep.c: Update copyright years.
9059 (vax_register_name): New function.
9060 (vax_register_byte): Ditto.
9061 (vax_register_raw_size): Ditto.
9062 (vax_register_virtual_size): Ditto.
9063 (vax_register_virtual_type): Ditto.
9064 * config/vax/tm-vax.h: Update copyright years.
9065 (REGISTER_NAMES): Remove.
9066 (REGISTER_NAME): Define.
9067 (REGISTER_BYTE): Use vax_register_byte.
9068 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
9069 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
9070 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
9071
9072 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9073
9074 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
9075 declaration
9076 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
9077
9078 2002-04-21 David S. Miller <davem@redhat.com>
9079
9080 * arch-utils.c (generic_prologue_frameless_p): Kill
9081 SKIP_PROLOGUE_FRAMELESS_P code.
9082 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9083 references.
9084 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
9085 * arc-tdep.c (arc_prologue_frameless_p): Implement.
9086 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9087 references.
9088 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
9089 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
9090 (sparc_gdbarch_init): Pass it to
9091 set_gdbarch_prologue_frameless_p.
9092
9093 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9094
9095 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
9096 (alphabsd-nat.o): New dependency list.
9097
9098 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9099
9100 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
9101 alphafbsd-tdep.c.
9102 (alpha-linux-tdep.o): New dependency list.
9103 (alphafbsd-tdep.o): Likewise.
9104
9105 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9106
9107 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
9108 to here...
9109 * alpha-tdep.c: ...from here.
9110 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9111
9112 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9113
9114 * config/alpha/tm-alpha.h: Move alpha_software_single_step
9115 prototype from here...
9116 * alpha-tdep.h: ...to here.
9117
9118 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9119
9120 * frame.h (selected_frame_level): Document as deprecated.
9121 (frame_relative_level): Declare.
9122 * stack.c (frame_relative_level): New function.
9123 (selected_frame_level): Document as deprecated.
9124 (select_frame): Do not set the selected_frame_level.
9125
9126 * stack.c (frame_info, record_selected_frame): Update.
9127 (frame_command, current_frame_command): Update.
9128 (up_silently_base, up_command, down_silently_base): Update.
9129 (down_command): Update.
9130 * inflow.c (kill_command): Update.
9131 * tracepoint.c (finish_tfind_command): Update.
9132 * corelow.c (core_open): Update.
9133 * thread.c (info_threads_command): Update.
9134 (do_captured_thread_select): Update.
9135 * infcmd.c (finish_command): Update.
9136 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9137
9138 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9139
9140 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9141
9142 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9143
9144 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
9145 type const.
9146
9147 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9148
9149 * alphafbsd-tdep.c: Update copyright years. Include
9150 alpha-tdep.h.
9151 (alphafbsd_use_struct_convention): Make static.
9152 (alphafbsd_init_abi): New function.
9153 (_initialize_alphafbsd_tdep): New function.
9154 * config/alpha/tm-fbsd.h: Update copyright years.
9155 (USE_STRUCT_CONVENTION): Remove.
9156
9157 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9158
9159 * alpha-tdep.c (alpha_abi_handler): New structure to describe
9160 an Alpha ABI variant.
9161 (alpha_abi_handler_list): Declare.
9162 (alpha_gdbarch_register_os_abi): New function.
9163 (alpha_gdbarch_init): Give registered ABI variant handlers a
9164 chance to tweak the gdbarch once we have set up defaults.
9165 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9166
9167 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9168
9169 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9170 to standard_coerce_float_to_double.
9171 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9172
9173 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9174
9175 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9176 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9177 from gdbarch_tdep rather than a constant.
9178 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9179 the default text address for all Alpha Unix ABIs.
9180 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9181 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9182
9183 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9184
9185 * alpha-tdep.h: New file. Includes several Alpha target constants
9186 taken from...
9187 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9188 let gdbarch deal with.
9189 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9190 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9191 to dependency list.
9192 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9193 Alpha target register names.
9194 * alphabsd-nat.c: Likewise.
9195 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9196 Alpha target register names. Make serveral routines static.
9197 (alpha_get_saved_register): New function.
9198 (alpha_abi_names): New.
9199 (process_note_abi_tag_sections): New function.
9200 (get_elfosabi): New function.
9201 (alpha_gdbarch_init): New function.
9202 (alpha_dump_tdep): New function.
9203 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9204
9205 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9206
9207 * frame.c (find_saved_register): Delete #ifdef
9208 HAVE_REGISTER_WINDOWS code.
9209 * config/sparc/tm-sparc.h: Update comments.
9210 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9211
9212 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9213
9214 * i960-tdep.c (i960_find_saved_register): New function.
9215 (i960_get_saved_register): New function.
9216 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9217 (i960_get_saved_register): Declare.
9218 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9219
9220 2002-04-20 David S. Miller <davem@redhat.com>
9221
9222 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9223
9224 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9225
9226 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9227 instead of NUM_PSEUDO_REGS.
9228
9229 2002-04-20 David S. Miller <davem@redhat.com>
9230
9231 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9232 GDB_MULTI_ARCH_PARTIAL
9233 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9234 define, let tm-sp64.h do it.
9235
9236 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
9237
9238 * frame.c (find_saved_register): Avoid a NULL pointer
9239 dereference and actually walk the frame list.
9240
9241 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9242
9243 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9244 sorted in most most-recent-used order. Document.
9245 * gdbarch.h, gdbarch.c: Regenerate.
9246
9247 2002-04-19 Andrew Cagney <ac131313@redhat.com>
9248
9249 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9250 instead of ->prev.
9251 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9252 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9253 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9254 instead of ->prev.
9255
9256 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
9257
9258 Fix PR gdb/471.
9259 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9260 (build_builtin_type_vec128): Ditto.
9261 (append_composite_type_field): Fix calculation of type length in
9262 union case.
9263
9264 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9265
9266 * config/djgpp/README: Update.
9267
9268 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9269 compiler warnings.
9270
9271 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9272
9273 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9274 (alpha_setup_arbitrary_frame): ...to this.
9275 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9276 for alpha_setup_arbitrary_frame.
9277
9278 2002-04-18 Andrew Cagney <cagney@redhat.com>
9279
9280 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9281 * gdbarch.h, gdbarch.c: Regenerate.
9282
9283 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9284 * target.h (memory_breakpoint_from_pc): Update declaration.
9285 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9286
9287 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9288 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9289 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9290 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9291 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9292 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9293 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9294 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9295 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9296 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9297 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9298 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9299
9300 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9301 const pointer.
9302 * monitor.c (monitor_insert_breakpoint): Ditto.
9303 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9304
9305 * config/mcore/tm-mcore.h: Update copyright.
9306 * mem-break.c: Ditto.
9307 * xstormy16-tdep.c: Ditto.
9308
9309 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9310
9311 * p-exp.y: Add precedence rule for '^' token.
9312 This removes the shift/reduce conflicts.
9313 Remove the comment concerning these shift/reduce conflicts.
9314
9315 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
9316
9317 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9318 (registers_powerpc_nofp): New register set for processors
9319 without floating point unit.
9320
9321 2002-04-18 David S. Miller <davem@redhat.com>
9322
9323 * MAINTAINERS: Add myself to write-after-approval.
9324
9325 2002-04-17 Michael Snyder <msnyder@redhat.com>
9326
9327 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9328
9329 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9330
9331 * rs6000-tdep.c (frame_initial_stack_address): Use
9332 frame_register_read to read the alloca_reg.
9333
9334 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9335
9336 * frame.c (find_saved_register): Find saved registers in the next
9337 not prev frame.
9338 Fix PR gdb/365.
9339
9340 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9341
9342 * gdbarch.sh (LANG): Set to ``c''.
9343
9344 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9345
9346 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
9347
9348 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9349
9350 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9351 Update copyright.
9352
9353 * hpread.c (hpread_get_lntt): Add declaration.
9354 Also fix PR gdb/391.
9355
9356 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9357
9358 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9359 * aclocal.m4, configure: Re-generate.
9360 Fix PR gdb/391.
9361
9362 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9363
9364 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9365 instead of tm_print_insn.
9366
9367 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9368
9369 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9370
9371 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9372
9373 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9374 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9375 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9376
9377 2002-04-12 Don Howard <dhoward@redhat.com>
9378
9379 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9380 max_user_call_depth.
9381 (init_cmd_lists): Initialize the new value;
9382 * cli/cli-script.c (execute_user_command): Limit the call depth of
9383 user defined commands. This avoids a core-dump when user commands
9384 are infinitly recursive.
9385
9386 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9387
9388 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9389 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9390 from tdep struct instead of DEFAULT_LR_SAVE.
9391 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9392 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9393 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9394
9395 2002-04-12 Michael Snyder <msnyder@redhat.com>
9396
9397 * Remote.c: Spelling fix.
9398 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9399 If no symbol found for "sbrk", try "_sbrk".
9400 (make_output_phdrs): Use bfd_section_name.
9401 (gcore_copy_callback): Use bfd_section_name.
9402 * eval.c: Indentation fix-ups.
9403 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9404 in case it gets applied to an address that is already
9405 in the instruction space.
9406 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9407 * symfile.c: Fix indentation, long lines.
9408 * source.c: White space fix-up.
9409
9410 2002-04-12 Andrew Cagney <cagney@redhat.com>
9411
9412 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9413 * frame.c (frame_register_read): New function. Return non-zero on
9414 success.
9415 (read_relative_register_raw_bytes_for_frame): Delete.
9416 (read_relative_register_raw_bytes): Delete.
9417 * frame.h (frame_register_read): Declare.
9418 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9419 * sh-tdep.c: Ditto.
9420 * infcmd.c (do_registers_info): Ditto.
9421 * hppa-tdep.c: Ditto.
9422 * rs6000-tdep.c: Ditto.
9423 * h8500-tdep.c: Ditto.
9424 * mips-tdep.c: Ditto.
9425 * h8300-tdep.c: Ditto.
9426 * z8k-tdep.c: Ditto.
9427
9428 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9429
9430 From Jimi X <jimix@watson.ibm.com>:
9431 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9432 64-bit SysV ABI.
9433
9434 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9435
9436 From Jimi X <jimix@watson.ibm.com>:
9437 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9438 bfd info.
9439
9440 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9441
9442 From Jimi X <jimix@watson.ibm.com>:
9443 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9444 register sets for these processor variants.
9445
9446 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
9447
9448 * regformats/reg-ppc.dat: Support FPSCR.
9449
9450 2002-04-11 Kevin Buettner <kevinb@redhat.com>
9451
9452 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9453 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9454 Add fpscr as an invalid/unfetchable register.
9455 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9456 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9457 (fill_fpregset): Add support for register fpscr.
9458 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9459 (fill_gregset): Account for the fact that register ``mq'' might
9460 not exist.
9461 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9462 (registers_power): Add fpscr to register set at slot 71.
9463 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9464 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9465
9466 2002-04-11 Michael Snyder <msnyder@redhat.com>
9467
9468 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9469 * configure: Regenerate.
9470 * config.in: Regenerate.
9471 * acconfig.h: Add define for _SYSCALL32.
9472 * core-sol2.c: Remove #define _SYSCALL32.
9473 * solib-legacy.c: Remove #define _SYSCALL32.
9474
9475 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9476
9477 * stack.c (select_frame): Cleanup internal error message, do not
9478 use %p.
9479
9480 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9481
9482 * stack.c (select_frame): Check that selected_frame and the
9483 specified level are as expected.
9484 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9485 Update copyright.
9486 * frame.h (struct frame_info): Add field `level'. Update
9487 copyright.
9488 Work-in-progress PR gdb/464.
9489
9490 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9491
9492 * maint.c (maint_print_section_info): Rename print_section_info.
9493 (print_bfd_section_info, print_objfile_section_info): Update.
9494 * inferior.h (struct gdbarch): Add opaque declaration.
9495 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9496 * gdbarch.h: Regenerate.
9497
9498 2002-04-10 Michal Ludvig <mludvig@suse.cz>
9499
9500 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9501 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9502 (kernel_u_size): Added.
9503 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9504 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9505
9506 2002-04-04 Jim Ingham <jingham@apple.com>
9507
9508 * valarith.c (find_size_for_pointer_math): New function, either returns
9509 the size for a pointer's target, returns 1 for void *, or errors for
9510 incomplete types.
9511 (value_add, value_sub): use find_size_for_pointer_math.
9512
9513 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9514
9515 * linux-low.c (linux_look_up_symbols): New hook.
9516 (linux_target_ops): Add linux_look_up_symbols.
9517 * remote-utils.c (decode_address): New function.
9518 (look_up_one_symbol): New function.
9519 * server.c (handle_query): Call target look_up_symbols hook.
9520 * server.h (look_up_one_symbol): Add prototype.
9521 * target.h (struct target_ops): Add look_up_symbols hook.
9522
9523 2002-04-09 Andrew Cagney <ac131313@redhat.com>
9524
9525 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9526 override FP_REGNUM with frame->fp. Update copyright.
9527 * parse.c (num_std_regs, std_regs): Delete.
9528 (target_map_name_to_register): Do not search std_regs. Update
9529 function description.
9530 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9531 declarations. Update copyright.
9532 Fix PR gdb/251.
9533
9534 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9535
9536 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9537 after the last symbol in a block.
9538
9539 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9540
9541 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9542 is non zero as a found symbol.
9543
9544 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9545
9546 * findvar.c: Include "builtin-regs.h".
9547 (value_of_register): Call value_of_builtin_reg when applicable.
9548 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9549 (target_map_name_to_register): Call
9550 builtin_reg_map_name_to_regnum.
9551 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9552 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9553 (builtin_regs_h): Define.
9554 (builtin-regs.o): New target.
9555 (findvar.o): Add $(builtin_regs_h).
9556 * builtin-regs.c, builtin-regs.h: New files.
9557 * std-regs.c: New file.
9558 Partial fix for PR gdb/251.
9559
9560 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9561
9562 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9563 it's no longer required.
9564
9565 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9566
9567 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9568
9569 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9570
9571 From Jimi X <jimix@watson.ibm.com>:
9572 * rs6000-tdep.c (rs6000_software_single_step): Use
9573 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9574 and size. Use target_insert_breakpoint() and
9575 target_remove_breakpoint() to insert and remove breakpoints
9576 instead of explicit memory reads and writes.
9577
9578 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9579
9580 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9581 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9582 ELF_OBJECT_FORMAT ifdef.
9583
9584 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9585
9586 From Jimi X <jimix@watson.ibm.com>:
9587 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9588
9589 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9590
9591 From Jimi X <jimix@watson.ibm.com>:
9592 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9593 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9594
9595 2002-04-07 Mark Kettenis <kettenis@gnu.org>
9596
9597 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9598 s/asprintf/xasprintf/.
9599 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9600
9601 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9602
9603 I believe Jeff Law denies responsability for this one:
9604 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9605 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9606 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9607 Work-around for PR gdb/366.
9608
9609 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9610
9611 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9612 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9613 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9614
9615 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9616
9617 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9618 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9619 information.
9620
9621 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9622
9623 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9624 maintainer.
9625
9626 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9627
9628 * README (Reporting Bugs in GDB): Document the bug web page as the
9629 prefered way of submitting bugs.
9630 Fix PR gdb/402.
9631
9632 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9633
9634 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9635 -1. Update comment.
9636 * gdbarch.h, gdbarch.c: Re-generate.
9637
9638 2002-04-07 Andreas Schwab <schwab@suse.de>
9639
9640 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9641 buffer to regcache_collect.
9642
9643 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9644
9645 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9646 * gdbarch.c, gdbarch.h: Re-generate.
9647
9648 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9649
9650 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9651 declaration. Fix -Werror.
9652
9653 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
9654
9655 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9656 * gdbarch.c: Regenerate.
9657
9658 2002-04-05 Michael Snyder <msnyder@redhat.com>
9659
9660 * breakpoint.c (clear_command): Rewrite middle section to
9661 combine two loops with identical control conditions.
9662 Add a cleanup to eliminate a memory leak.
9663 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9664
9665 2002-04-05 H.J. Lu (hjl@gnu.org)
9666
9667 * solib-svr4.c (bkpt_names): Add "__start".
9668
9669 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9670
9671 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9672 as test for 64 bit target.
9673
9674 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9675
9676 * h8500-tdep.c (h8500_write_fp): Delete function.
9677 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9678 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9679 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9680 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9681 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9682 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9683 (s390_write_fp):
9684 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9685 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9686 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9687 (d10v_write_fp): Delete function.
9688 * inferior.h (write_fp, generic_target_write_fp): Delete
9689 declarations.
9690 * regcache.c (generic_target_write_fp): Delete function.
9691 (write_fp): Delete function.
9692 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9693 * gdbarch.h, gdbarch.c: Regenerate.
9694 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9695 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9696 (sparc64_write_fp): Delete declaration.
9697 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9698 (h8500_write_fp): Delete declaration.
9699
9700 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9701
9702 * sparc-tdep.c (sparc64_write_fp): Delete.
9703 (sparc_push_dummy_frame): Replace write_fp call with code to store
9704 the FP directly.
9705 (sparc_gdbarch_init): Do not initialize write_fp.
9706
9707 2002-04-05 Kevin Buettner <kevinb@redhat.com>
9708
9709 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9710 clause.
9711
9712 2002-03-29 Jim Blandy <jimb@redhat.com>
9713
9714 * stack.c (get_selected_block): Add new argument `addr_in_block',
9715 used to return the exact code address we used to select the block,
9716 not just the block.
9717 * blockframe.c (get_frame_block, get_current_block): Same.
9718 * frame.h (get_frame_block, get_current_block,
9719 get_selected_block): Update declarations.
9720 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9721 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9722
9723 2002-04-05 Michael Snyder <msnyder@redhat.com>
9724
9725 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9726 warning message.
9727
9728 2002-04-05 J. Brobecker <brobecker@gnat.com>
9729
9730 * utils.c (xfullpath): New function.
9731 * defs.h (xfullpath): Add declaration.
9732 * source.c (openp): Use xfullpath in place of gdb_realpath to
9733 avoid resolving the basename part of filenames when the
9734 associated file is a symbolic link. This fixes a potential
9735 inconsistency between the filenames known to GDB and the
9736 filenames it prints in the annotations.
9737 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9738 to be able to match a filename with either the real filename, or
9739 the name of any symbolic link to this file.
9740 (lookup_partial_symtab): Ditto.
9741
9742 2002-04-04 Michael Snyder <msnyder@redhat.com>
9743
9744 * breakpoint.c: Add support for hardware breakpoints in overlays.
9745 (overlay_events_enabled): New state variable.
9746 (insert_breakpoints): Use overlay_events_enabled to decide
9747 whether to attempt to set a breakpoint at the overlay load addr.
9748 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9749 (remove_breakpoint): Use overlay_events_enabled to decide
9750 whether breakpoints need to be removed from overlay load addr.
9751 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9752 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9753 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9754 disable_overlay_breakpoints): Update overlay_events_enabled.
9755
9756 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
9757
9758 * dwarf2read.c (struct function_range): New.
9759 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9760 (check_cu_functions): New.
9761 (read_file_scope): Initialize global function lists.
9762 Call dwarf_decode_line after processing children.
9763 (read_func_scope): Add to global function list.
9764 (dwarf_decode_lines): Call check_cu_functions everywhere
9765 record_line is called. Call record_line with a linenumber
9766 of 0 to mark sequence ends.
9767
9768 2002-04-04 Michal Ludvig <mludvig@suse.cz>
9769
9770 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9771 change sync with glibc.
9772
9773 2002-04-03 Jim Blandy <jimb@redhat.com>
9774
9775 * configure.in: Call AC_C_INLINE.
9776 * configure: Regenerated.
9777
9778 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
9779
9780 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9781 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9782
9783 2002-03-31 Mark Kettenis <kettenis@gnu.org>
9784
9785 * NEWS: Mention gcore support on FreeBSD/i386.
9786
9787 * fbsd-proc.c: New file.
9788 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9789 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9790
9791 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9792 while statement.
9793
9794 2002-03-29 Jim Blandy <jimb@redhat.com>
9795
9796 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9797 unescaped newlines in string literals, but newer ones don't. So
9798 escape them.
9799
9800 2002-03-26 Michael Snyder <msnyder@redhat.com>
9801 Andrew Cagney <cagney@redhat.com>
9802
9803 * cli/cli-dump.c: New file. Dump memory to file,
9804 restore file to memory.
9805 * cli/cli-dump.h: New file.
9806 * Makefile.in: Add rules, dependencies for cli-dump.o.
9807 * NEWS: Mention new commands.
9808
9809 2002-03-28 Michael Snyder <msnyder@redhat.com>
9810
9811 * symfile.c (symbol_file_add): Move test for null symbols to later.
9812
9813 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9814
9815 From veksler at il.ibm.com:
9816 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9817 the xstrduped original path.
9818 Fix PR gdb/417.
9819
9820 2002-03-27 Michael Snyder <msnyder@redhat.com>
9821
9822 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9823 * infcmd.c (_initialize_infcmd): Ditto.
9824 * language.c (_initialize_language): Ditto.
9825 * symfile.c (_initialize_symfile): Ditto.
9826 * top.c (_init_main): Ditto.
9827 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9828
9829 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
9830
9831 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9832 vector registers handling.
9833 (skip_prologue): Handle new AltiVec instructions. Fill in new
9834 fields of frame data.
9835 (frame_get_saved_regs): Fill in information for AltiVec registers.
9836
9837 2002-03-27 Jim Blandy <jimb@redhat.com>
9838
9839 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9840 a function; leave this macro here to invoke that function.
9841 (symbol_init_mangled_name): Declaration for that function.
9842 * symtab.c (symbol_init_mangled_name): New function.
9843
9844 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9845
9846 * valarith.c: Replace strerror with safe_strerror.
9847 * tracepoint.c: Ditto.
9848 * lin-lwp.c: Ditto.
9849 * go32-nat.c: Ditto.
9850 * inflow.c: Ditto.
9851 * gnu-nat.c: Ditto.
9852
9853 2002-03-27 Andreas Schwab <schwab@suse.de>
9854
9855 * event-top.c (command_line_handler): Remove useless if.
9856
9857 2002-03-27 Andreas Jaeger <aj@suse.de>
9858
9859 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9860 comment.
9861
9862 2002-03-27 Michal Ludvig <mludvig@suse.cz>
9863
9864 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9865 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9866 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9867 (x86_64_linux_dr_get_status, supply_gregset),
9868 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9869 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9870 (x86_64_register_info_table): Add.
9871 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9872 (x86_64_register_raw_size, x86_64_register_virtual_type),
9873 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9874 general x86_64_register_info_table.
9875 (i386_gdbarch_init): gdbarch_register_bytes is now set
9876 dynamicaly during initialization.
9877 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9878 * gdbserver/linux-x86-64-low.c: Ditto.
9879
9880 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9881
9882 * gdbserver/server.c (main): Call target_signal_to_host_p
9883 and target_signal_to_host on signals received from the remote.
9884 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9885 target_signal_from_host on signals sent to the remote.
9886 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9887 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9888
9889 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9890
9891 * signals/signals.c: Include "server.h" in gdbserver build.
9892 (target_signal_from_name): Don't use STREQ.
9893 (_initialize_signals): Likewise. Don't include function in
9894 gdbserver build.
9895
9896 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9897
9898 * signals.c: Moved to...
9899 * signals/signals.c: Here.
9900 * Makefile (signals.o): Update.
9901
9902 2002-03-26 Jeff Law (law@redhat.com)
9903
9904 * somread.c (som_symtab_read): Remove some commented out code and
9905 updated related comments. Do not set the minimal symbol table to
9906 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9907 in a dynamic executable.
9908 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9909 where we are unable to find the minimal symbol for the given
9910 PC value.
9911
9912 2002-03-25 Jeff Law (law@redhat.com)
9913
9914 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9915
9916 2002-03-25 Michal Ludvig <mludvig@suse.cz>
9917
9918 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9919
9920 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9921
9922 * command.h: Update copyright.
9923 (struct cmd_list_element): Replace definition with opaque
9924 declaration.
9925 (enum cmd_types): Document that it will eventually be moved to
9926 cli/cli-decode.h
9927 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9928 (MALLOCED_REPLACEMENT): Delete macro.
9929 * Makefile.in (cli_decode_h): Add $(command_h).
9930 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9931 * top.c: Include "cli/cli-decode.h".
9932 * completer.c: Include "cli/cli-decode.h".
9933 * maint.c: Include "cli/cli-decode.h".
9934 * cli/cli-decode.h: Include "command.h".
9935 (enum command_class): Delete.
9936 (enum cmd_types): Comment out.
9937 (enum cmd_auto_boolean): Delete.
9938 (enum var_types): Delete.
9939
9940 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9941
9942 * cli/cli-decode.c: Include "gdb_assert.h".
9943 (add_set_or_show_cmd): New static function.
9944 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9945 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9946 all fields, such as func, from the set command.
9947
9948 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9949
9950 * MAINTAINERS (sh-elf): Change warning flag to -w.
9951
9952 2002-03-23 Andrew Cagney <cagney@redhat.com>
9953
9954 * defs.h (error): Add printf format attribute.
9955 * thread-db.c (thread_from_lwp): Fix error format string.
9956 * stack.c (parse_frame_specification): Ditto.
9957 * cli/cli-decode.c (undef_cmd_error): Ditto.
9958 * scm-lang.c (scm_lookup_name): Ditto.
9959 * tracepoint.c (trace_error): Ditto.
9960 * remote-utils.c (usage): Ditto.
9961 * remote.c (compare_sections_command): Ditto.
9962 Fix PR gdb/328.
9963
9964 2002-03-22 Andrew Cagney <ac131313@redhat.com>
9965
9966 * gdbtypes.c (append_composite_type_field): New function.
9967 (init_composite_type): New function.
9968 * gdbtypes.h (append_composite_type_field): Declare.
9969 (init_composite_type): Ditto.
9970
9971 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
9972
9973 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9974 function.
9975 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9976 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9977 structure returning convention for SYSV ABI case, but not
9978 for GNU/Linux, FreeBSD, or NetBSD.
9979
9980 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
9981
9982 * symtab.h (lookup_block_symbol): Add mangled_name argument
9983 to prototype.
9984
9985 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9986 with new mangled_name argument.
9987 * linespec.c (decode_line_1): Likewise.
9988 * valops (value_of_this): Likewise.
9989 * symtab.c (lookup_transparent_type): Likewise.
9990 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9991 (lookup_symbol): If we are given a mangled name, pass it down
9992 to lookup_symbol_aux.
9993 (lookup_block_symbol): If we are given a mangled name to check
9994 against, only return symbols which match it.
9995
9996 2002-03-22 Christopher Faylor <cgf@redhat.com>
9997
9998 * win32-nat.c (child_create_inferior): Check for proper shell to use
9999 here, in case the user changes it on the fly.
10000 (_initialize_inftarg): Remove shell path considerations.
10001
10002 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
10003
10004 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
10005 for gdbarch_max_register_raw_size and max_register_virtual_size.
10006 Adjust copyright year.
10007
10008 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
10009
10010 * dbxread.c (process_one_symbol): Extend the first N_SLINE
10011 in a function to cover the entire beginning of the function
10012 as well if it does not already.
10013
10014 2002-03-21 Tom Rix <trix@redhat.com>
10015
10016 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
10017 (rs6000_ptrace64): Renamed from ptrace64.
10018
10019 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10020
10021 * gdbserver/remote-utils.c (remote_open): Don't call
10022 getprotobyname, we're all using TCP here so just use
10023 IPPROTO_TCP.
10024 * gdbserver/gdbreplay.c (remote_open): Ditto.
10025
10026 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10027
10028 * regcache.c (_initialize_regcache): No need to call
10029 build_regcache() at this time; it gets called whenever
10030 the gdbarch changes.
10031
10032 2002-03-20 David O'Brien <obrien@FreeBSD.org>
10033
10034 * sparc-nat.c: Include sys/param.h where possible.
10035
10036 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
10037
10038 Fix PR gdb/422.
10039 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
10040 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
10041 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
10042 complex types.
10043 * stabsread.c (rs6000_builtin_type): Likewise.
10044 (read_sun_floating_type): Likewise.
10045
10046 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10047
10048 * stabsread.c (read_member_functions): Remove skip code for duplicate
10049 constructor/destructor methods. Use standard parsing for these
10050 methods and just do not chain them to the list of methods after
10051 parsing.
10052
10053 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
10054
10055 * coffread.c: Remove redundant static declarations. Replace
10056 occurrences of `PTR' with `void *'.
10057 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
10058 * top.h (quit_cover): Likewise.
10059 * defs.h (catch_errors): Likewise.
10060
10061 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10062
10063 * defs.h (XMALLOC): Define.
10064 * gdb-events.sh (XMALLOC): Delete macro.
10065 * gdb-events.c, gdb-events.h: Regenerate.
10066 * gdbarch.sh (XMALLOC): Delete macro.
10067 * gdbarch.c: Regenerate.
10068 * serial.c (XMALLOC): Delete macro.
10069 * ui-file.c (XMALLOC): Ditto.
10070 * ser-unix.h (XMALLOC): Ditto.
10071 * sh-tdep.c (XMALLOC): Ditto.
10072 * ui-out.c (XMALLOC): Ditto.
10073 * utils.c (XMALLOC): Ditto.
10074 * i386-tdep.c (XMALLOC): Ditto.
10075 * gdb-events.c (XMALLOC): Ditto.
10076 * d10v-tdep.c (XMALLOC): Ditto.
10077 * cli-out.c (XMALLOC): Ditto.
10078
10079 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
10080 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
10081 * ui-file.c, ui-out.c: Ditto.
10082
10083 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10084
10085 * command.h (struct cmd_list_element): Add field context.
10086 (set_cmd_context, get_cmd_context): Declare.
10087 * cli/cli-decode.h: Ditto.
10088 * cli/cli-decode.c (get_cmd_context): New function.
10089 (set_cmd_context): New function.
10090 (add_cmd): Initialize context.
10091 Part of fixing PR gdb/145 and PR gdb/146.
10092
10093 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10094
10095 * cli/cli-decode.c (cmd_type): New function.
10096 * command.h (cmd_type): Declare.
10097 * infrun.c (set_schedlock_func): Call function cmd_type.
10098 * kod.c (kod_set_os): Call cmd_type.
10099 * cris-tdep.c (cris_version_update): Use function cmd_type.
10100 (cris_mode_update, cris_abi_update): Ditto.
10101
10102 * command.h: (execute_cmd_post_hook): Declare.
10103 (execute_cmd_pre_hook): Declare.
10104 * cli/cli-script.c (clear_hook_in_cleanup): New function.
10105 (execute_cmd_post_hook, execute_cmd_pre_hook): New
10106 functions. Execute pre/post hook while ensuring that afterwords
10107 hook_in is cleared.
10108 * top.c (execute_command): Use execute_cmd_post_hook, and
10109 execute_cmd_pre_hook to execute pre/post commands.
10110 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10111 hook_stop_stub.
10112 (hook_stop_stub): Call execute_cmd_pre_hook.
10113
10114 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10115
10116 * kod.c (kod_set_os): Revert previous change. Is called by ``info
10117 set'' and this leads to a core dump. Move xstrdup of
10118 operating_system to after check that it is not NULL.
10119
10120 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10121
10122 * kod.c (kod_set_os): Remove unnecessary check that
10123 ``command->type'' is set_cmd.
10124
10125 * valprint.c (set_input_radix): Use input_radix.
10126 (set_output_radix): Use output_radix.
10127 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10128 isn't reverted.
10129
10130 2002-03-16 Andrew Cagney <ac131313@redhat.com>
10131
10132 * value.h (struct value): Delete field ``substring_addr''. Change
10133 aligner fields to force_doublest_align, force_longest_align,
10134 force_core_addr_align and force_pointer_aligh.
10135
10136 * value.h (struct value): Fix typo in above change.
10137
10138 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10139
10140 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10141 to fix internal_error from ``maintenance print architecture''.
10142
10143 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10144
10145 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10146 for gcc versions after gcc-2.8.1.
10147
10148 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10149
10150 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10151 for method resolution. Restore adjustment of ``this'' pointer after
10152 calling value_struct_elt, which was accidentally removed during the
10153 HP merge.
10154
10155 2002-03-15 Andrew Cagney <ac131313@redhat.com>
10156
10157 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10158 value_of_register.
10159 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
10160 get_saved_register.
10161 * value.h (value_of_register): Update.
10162
10163 2002-03-14 Richard Henderson <rth@redhat.com>
10164
10165 * configure.in: Detect declaration for canonicalize_file_name.
10166 * utils.c (canonicalize_file_name): Declare, if needed.
10167 (gdb_realpath): Prefer realpath if available and usable.
10168 * config.in, configure: Rebuild.
10169
10170 2002-03-14 Richard Henderson <rth@redhat.com>
10171
10172 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10173 a constant array bound.
10174
10175 * MAINTAINERS: Add myself to write-after-approval.
10176
10177 2002-03-14 Michael Snyder <msnyder@redhat.com>
10178
10179 * symfile.c (syms_from_objfile): Return immediately if no syms.
10180 (symbol_file_add): Return immediately if no syms.
10181 (find_sym_fns): Return immediately if no syms.
10182
10183 2002-03-13 Michal Ludvig <mludvig@suse.cz>
10184
10185 * gdbserver/remote-util.c (remote_open): Print remote-side's
10186 IP address when remote debugging over the network.
10187
10188 2002-03-12 David O'Brien <obrien@FreeBSD.org>
10189
10190 * config/sparc/fbsd.mh: Fix copyright.
10191 * config/sparc/fbsd.mt: Likewise.
10192
10193 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
10194
10195 * MAINTAINERS: Fix typo in name of gdb warnings option.
10196 (x86-64): Fix formating so that this can be parsed by awk.
10197
10198 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10199
10200 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10201 * defs.h: Include "gdb/signals.h".
10202 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10203
10204 2002-03-10 Michal Ludvig <mludvig@suse.cz>
10205
10206 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
10207 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
10208 from x86-64-tdep.h
10209
10210 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
10211 Don Howard <dhoward@redhat.com>
10212
10213 * mips-tdep.c (ST0_FR): Define.
10214 (mips2_fp_compat): New function, temporarily disabled.
10215 (mips_read_fp_register_single): New function.
10216 (mips_read_fp_register_double): New function.
10217 (mips_print_register): Use them.
10218 (do_fp_register_row): Likewise.
10219
10220 2002-03-09 Andrew Cagney <ac131313@redhat.com>
10221
10222 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10223 approval''.
10224
10225 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10226
10227 * stabsread.c (read_member_functions): Fix is_stub test for
10228 static member functions, improve comment.
10229
10230 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
10231
10232 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10233 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10234 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10235 commands that set boolean values.
10236 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10237 (arm_rdi_resume): Always initialize PC.
10238 (arm_rdi_open): Don't use rslt as a boolean.
10239 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10240 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10241 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10242 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10243
10244 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
10245
10246 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10247 * configure: Rebuilt.
10248
10249 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10250
10251 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10252 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10253
10254 2002-03-06 Andrew Cagney <ac131313@redhat.com>
10255
10256 * cli/cli-decode.c (set_cmd_completer): New function.
10257 * command.h (set_cmd_completer): Declare.
10258 * cli/cli-decode.h (set_cmd_completer): Ditto.
10259
10260 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10261 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10262 * win32-nat.c (_initialize_inftarg): Ditto.
10263 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10264 * proc-api.c (_initialize_proc_api): Ditto.
10265 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10266 * source.c (_initialize_source): Ditto.
10267 * exec.c (_initialize_exec): Ditto.
10268 * solib.c (_initialize_solib): Ditto.
10269 * top.c (init_main): Ditto.
10270 * tracepoint.c (_initialize_tracepoint): Ditto.
10271 * symfile.c (_initialize_symfile): Ditto.
10272 * printcmd.c (_initialize_printcmd): Ditto.
10273 * infcmd.c (_initialize_infcmd): Ditto.
10274 * corefile.c (_initialize_core): Ditto.
10275
10276 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10277
10278 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10279
10280 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10281
10282 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10283
10284 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10285
10286 * NEWS: Update headings, 5.2 has branched.
10287
10288 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
10289
10290 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10291 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10292 (register_addr, REGISTER_RAW_SIZE): Likewise.
10293 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10294 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10295
10296 2002-03-03 Michal Ludvig <mludvig@suse.cz>
10297
10298 * MAINTAINERS (x86-64): Add myself.
10299 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10300 changed value_ptr -> struct value *
10301
10302 2002-03-01 David O'Brien <obrien@FreeBSD.org>
10303
10304 * configure.host (sparc64-*-freebsd): Add.
10305 * configure.tgt: Likewise.
10306 * config/sparc/fbsd.mh: New file.
10307 * config/sparc/fbsd.mt: Likewise.
10308 * config/sparc/nm-fbsd.h: Likewise.
10309 * config/sparc/tm-fbsd.h: Likewise.
10310
10311 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
10312
10313 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10314 regformats/reg-s390x.dat.
10315
10316 2002-03-01 Andrew Cagney <ac131313@redhat.com>
10317
10318 * utils.c: Add FIXME explaining true/false problem.
10319
10320 2002-02-28 Andrew Cagney <ac131313@redhat.com>
10321
10322 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10323
10324 2002-02-28 Michael Chastain <mec@shout.net>
10325
10326 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10327
10328 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
10329
10330 * gdbserver/linux-s390-low.c: New file.
10331 * regformats/reg-s390.dat: New file.
10332 * regformats/reg-s390x.dat: New file.
10333 * gdbserver/configure.srv: Add S/390.
10334 * gdbserver/Makefile.in: Add S/390.
10335 * configure.tgt: Enable gdbserver for S/390.
10336
10337 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10338
10339 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10340 first line of the doc string for "info dos", except at the end of
10341 the sentence, since the short help stops at the first period.
10342
10343 2002-02-28 Jason Merrill <jason@redhat.com>
10344
10345 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10346
10347 2002-02-27 Fred Fish <fnf@redhat.com>
10348
10349 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10350 comment (dumy -> dummy).
10351
10352 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10353
10354 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10355
10356 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
10357
10358 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10359
10360 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10361
10362 * gdbserver/acconfig.h: New file.
10363 * gdbserver/i387-fp.c: New file.
10364 * gdbserver/i387-fp.h: New file.
10365 * gdbserver/linux-x86-64.c: New file.
10366 * regformats/reg-x86-64.dat: New file.
10367 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10368 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10369 * gdbserver/configure.in: Add support for regsets.
10370 * gdbserver/config.in: Regenerate.
10371 * gdbserver/configure: Regenerate.
10372 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10373 * gdbserver/linux-low.h: New file.
10374 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10375 for regsets.
10376 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10377 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10378 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10379 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10380 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10381 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10382 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10383 "i387-fp.h". Add PTRACE_GETREGS and friends.
10384 * gdbserver/regcache.c (supply_register): New function.
10385 (supply_register_by_name): New function.
10386 (collect_register): New function.
10387 (collect_register_by_name): New function.
10388
10389 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10390
10391 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10392 (config.status): Add configure.srv dependency.
10393 (server_h): Add config.h dependency.
10394
10395 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10396
10397 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10398 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10399 * gdbserver/configure.srv: Change i386-*-linux* to use
10400 reg-i386-linux.o.
10401
10402 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10403
10404 * x86-64-tdep.c: Re-indent. Update copyright date.
10405
10406 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10407
10408 From Michal Ludvig <mludvig@suse.cz>:
10409 * x86-64-tdep.c (value.h): Delete.
10410 (gdb_assert.h): Include.
10411 (x86_64_register_convert_to_virtual,
10412 x86_64_register_convert_to_raw ): Add check which lets only
10413 floating-point values to be converted.
10414 (value_push): Delete.
10415 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10416 (i386_gdbarch_init): Number of register_bytes fixed.
10417
10418 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10419
10420 * MAINTAINERS: Add x86-64 target.
10421
10422 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10423
10424 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10425 * osfsolib.c (solib_map_sections): Ditto.
10426 * irix5-nat.c (solib_map_sections): Ditto.
10427 * corelow.c (gdb_check_format): Ditto.
10428 * symfile.c (symfile_bfd_open): Ditto.
10429 * solib.c (solib_map_sections): Ditto.
10430 Fix PR gdb/354.
10431
10432 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10433
10434 * remote.c (_initialize_remote): By default, disable ``e'' and
10435 ``E'' step out-of-range packets.
10436
10437 2002-02-26 Andreas Schwab <schwab@suse.de>
10438
10439 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10440 m68k_linux_frame_saved_pc.
10441 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10442 in_sigtramp.
10443 (SIGCONTEXT_PC_OFFSET): Remove.
10444 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10445 m68k_linux_sigtramp_saved_pc): New functions.
10446 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10447 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10448 (UCONTEXT_PC_OFFSET): Define.
10449 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10450 non-RT and RT signal trampolines.
10451
10452 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
10453
10454 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10455 (TARGET_NBPG, STACK_END_ADDR): Delete
10456 (VARIABLES_INSIDE_BLOCK): Delete.
10457
10458 2002-02-25 Andrew Cagney <ac131313@redhat.com>
10459
10460 * utils.c (perror_with_name): Make string parameter constant.
10461 (print_sys_errmsg): Ditto.
10462 (query): Ditto.
10463 * defs.h (perror_with_name): Update.
10464 (print_sys_errmsg): Update.
10465 (query): Update.
10466
10467 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
10468
10469 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10470 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10471
10472 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10473
10474 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10475 if it already matches the current architecture from the exec file.
10476 Include arch-utils.h for gdbarch_info_init prototype.
10477 * Makefile.in (rs6000-nat.o): Update dependencies.
10478
10479 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10480
10481 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10482 list of exported variables.
10483
10484 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
10485
10486 * gdbserver/configure.srv: New file.
10487 * gdbserver/configure.in: Use configure.srv instead
10488 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10489 from it.
10490 * gdbserver/configure: Regenerated.
10491 * gdbserver/terminal.h: New file.
10492 * gdbserver/Makefile.in: Update for configure changes. Remove
10493 more unneeded include paths.
10494
10495 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10496
10497 From wiz at danbala:
10498 * config/sparc/tm-sp64.h: Fix grammar and typos.
10499 Fix PR gdb/287.
10500
10501 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10502
10503 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
10504 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10505 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10506 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
10507 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10508 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10509 * s390-tdep.c: Ditto.
10510 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10511 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10512 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10513 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10514 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10515 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10516 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10517 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10518 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10519 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
10520 Fix PR gdb/378.
10521
10522 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10523
10524 * lin-thread.c: Delete file.
10525 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10526 to gdb_proc_service.h.
10527 * configure: Re-generate.
10528
10529 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10530 * serial.c (serial_open): Delete check for "ocd".
10531 Fix PR gdb/349.
10532
10533 * Makefile.in (linux-thread.o): Delete target.
10534 * linux-thread.c: Delete file.
10535
10536 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10537 renamed SH files to be consistent.
10538
10539 * symtab.c (sort_search_symbols): Use xfree.
10540
10541 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10542
10543 * arm-linux-tdep.c (arm_linux_init_abi): Register
10544 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10545 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10546 definition with undef, since we don't want the sysvr4 definition.
10547 (SKIP_TRAMPOLINE_CODE): Likewise.
10548
10549 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10550
10551 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10552
10553 * configure.in: (AC_CHECK_FUNCS) Added test for
10554 canonicalize_file_name Regenerated.
10555 * config.in, configure: Regenerated.
10556 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10557 defined use canonicalize_file_name.
10558
10559 2002-02-23 Michael Chastain <mec@shout.net>
10560
10561 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10562
10563 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10564
10565 * README: Remove references to cygnus.com.
10566 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10567 dot com'' form. Remove references to cygnus.com and sourceware.
10568
10569 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10570
10571 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10572 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10573 1003.1-2001 no longer allows "head -1".
10574 * gdb/Makefile.in (version.c): Likewise.
10575 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10576 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10577 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10578
10579 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10580
10581 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10582 * command.h (cmd_cfunc_eq): Declare.
10583 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10584
10585 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10586 ``struct cmd_list_element *''.
10587 * cli/cli-cmds.c (is_complete_command): Update. Use
10588 cmd_cfunc_eq.
10589 * top.c (execute_command): Pass the command to
10590 is_complete_command.
10591 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10592
10593 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10594
10595 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10596 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10597 architecture defines.
10598 * s390-tdep.c (s390_gdbarch_init): Likewise.
10599
10600 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10601
10602 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10603 (arm_linux_push_arguments): Likewise.
10604 (arm_linux_init_abi): Register them. Also register linux-specific
10605 call_dummy_words.
10606 (find_minsym_and_objfile): Use strcmp, not STREQ.
10607 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10608 (arm_linux_call_dummy_words): Delete declaration.
10609 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10610 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10611 declarations.
10612 (LOWEST_PC): Delete.
10613
10614 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10615
10616 * maint.c (print_section_info): Do not prepend `0x' to filepos
10617 output, it will be handled by local_hex_string_custom.
10618
10619 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10620
10621 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10622 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10623 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10624
10625 2002-02-22 Jim Blandy <jimb@redhat.com>
10626
10627 Indicate that the bcache functions don't change the strings
10628 they're passed.
10629 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10630 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10631
10632 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10633
10634 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10635
10636 2002-02-21 Christopher Faylor <cgf@redhat.com>
10637
10638 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10639 find the complete path to a loaded DLL.
10640
10641 2002-02-21 Fred Fish <fnf@redhat.com>
10642
10643 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10644 that marks the end of the range of a function, enter a line number
10645 entry that has a line number of zero and a PC offset that matches
10646 the end of the function. This starts a range of PC's for which no
10647 line number information is known.
10648 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10649 PC's for which no line number info is found (line number is zero)
10650 then we didn't find any valid line information.
10651 * symtab.h: Document use of zero line number entry.
10652
10653 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
10654
10655 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10656 (have_ptrace_getvrregs): Define for run time checks.
10657 (gdb_vrregset_t): New type for Altivec register handling.
10658 (fetch_register, store_register): Fetch/store altivec register
10659 when needed.
10660 (fetch_altivec_register, store_altivec_register): New functions.
10661 (supply_vrregset, fill_vrregset): New functions.
10662 (fetch_altivec_registers, store_altivec_registers): New functions.
10663 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10664 registers as well.
10665
10666 2002-02-21 Jiri Smid <smid@suse.cz>
10667
10668 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10669
10670 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10671
10672 * Makefile.in (armnbsd-nat.o): Update dependencies.
10673 * armnbsd-nat.c (supply_gregset): New function. Common code to
10674 supply the integer register set.
10675 (supply_fparegset): New function. Similar for FPA registers.
10676 (fetch_regs, fetch_fp_regs): Use them.
10677 (fetch_core_registers): Likewise.
10678 (fetch_elfcore_registers): New function.
10679 (arm_netbsd_elfcore_fns): New core-file type specification.
10680 (_initialize_arm_netbsd_nat): Register it.
10681
10682 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10683
10684 * armnbsd-nat.c: Include gdbcore.h.
10685 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10686 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10687 'void' to declaration, to shut up ARI.
10688 (fetch_core_registers): Make static. Rewrite using supply_register.
10689 (arm_netbsd_core_fns): New core-file type specification.
10690 (_initialize_arm_netbsd_nat): New function.
10691
10692 2002-02-21 Christopher Faylor <cgf@redhat.com>
10693
10694 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10695 value.
10696
10697 2002-02-20 Christopher Faylor <cgf@redhat.com>
10698
10699 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10700 fails.
10701
10702 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10703
10704 * jv-exp.y (parse_number): Change type of implicit longs
10705 to builtin_type_uint64.
10706
10707 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10708
10709 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10710 to be an integer instead of a `union wait'.
10711
10712 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10713
10714 * mips-linux-nat.c: Call the operating system GNU/Linux.
10715 * mips-linux-tdep.c: Likewise.
10716 * mips-tdep.c: Likewise.
10717
10718 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10719
10720 Fix PR gdb/265.
10721 * jv-exp.y (parse_number): Handle 64-bit integers.
10722
10723 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10724
10725 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10726 AC_STDC_HEADERS to AC_HEADER_STDC.
10727 * gdbserver/configure: Regenerated.
10728
10729 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10730
10731 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10732 is defined.
10733 * sparc-tdep.c (get_longjmp_target): Likewise.
10734
10735 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10736
10737 * News: Add news about ARM and Multi-arch. Mention the new target
10738 arm*-*-netbsd*.
10739
10740 2002-02-19 Jim Blandy <jimb@redhat.com>
10741
10742 * stabsread.c (error_type_complaint): Improve error message.
10743
10744 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
10745
10746 * gdbserver/README: Update documentation.
10747 * gdbserver/configure.in: Update configury to match documentation.
10748 * gdbserver/Makefile.in: Likewise.
10749 * gdbserver/configure: Regenerated.
10750 * gdbserver/aclocal.m4: New file, generated by aclocal.
10751 * gdbserver/config.in: New file, generated by autoheader.
10752
10753 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10754
10755 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10756 armnbsd-nat.c.
10757
10758 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10759
10760 * arm-tdep.h (enum arm_float_model): New enum.
10761 (struct gdbarch_tdep): Add fp_model.
10762 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10763 up floating-point conversions until we know the floating-point model
10764 in use by the inferior. Don't complain about being unable to
10765 determine the ABI of the inferior when we don't have one.
10766 (arm_extract_return_value): Support different floating-point models.
10767 (arm_store_return_value): Likewise.
10768 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10769 ARM_FLOAT_SOFT.
10770 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10771
10772 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10773
10774 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10775 of ``current_gdbarch''.
10776
10777 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10778
10779 * armnbsd-nat.c : ANSIfy all function declarations.
10780 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10781 (fetch_inferior_registers): Re-implement in terms of above.
10782 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10783 (store_inferior_registers): Re-implement in terms of above.
10784
10785 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10786
10787 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10788 kernel.
10789 * arm-linux-tdep.c: Likewise.
10790 * config/arm/tm-linux.h: Likewise.
10791
10792 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10793
10794 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10795 * config/arm/nbsd.mt (TM_FILE): Delete.
10796 * config/arm/tm-nbsd.h: Delete.
10797
10798 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10799
10800 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10801 Initialize CALL_DUMMY_LENGTH.
10802
10803 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10804
10805 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10806 function.
10807 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10808 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10809 defines one thing and that is incorrect for this port.
10810 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10811
10812 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10813
10814 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10815
10816 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10817
10818 * win32-nat.c (display_selector): New function. Displays information
10819 about the information returned by GetThreadSelectorEntry API function.
10820 (display_selectors): New function. Displays the infomation of
10821 the selector given as argument, or of CS, DS ans FS selectors
10822 if no argument is given.
10823 ( _initialize_inftarg): Add "w32" as info prefix command.
10824 Add "info w32 selector" as command calling display_selectors.
10825
10826 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10827
10828 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10829 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10830 if not defined.
10831
10832 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10833
10834 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10835
10836 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10837
10838 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10839 (arm_fix_call_dummy): Call it.
10840 (arm_call_dummy_breakpoint_offset): Delete.
10841 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10842 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10843
10844 2002-02-18 Andrew Cagney <ac131313@redhat.com>
10845
10846 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10847 Default to func_frame_chain_valid.
10848 * gdbarch.h, gdbarch.c: Re-generate.
10849 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10850
10851 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
10852
10853 * ppc-linux-nat.c: Update copyright.
10854 (fetch_register, store_register): Add tid parameter, don't compute
10855 tid here.
10856 (fetch_ppc_registers, store_ppc_registers): Add tid
10857 parameter. Pass it along to callees.
10858 (fetch_inferior_registers, store_inferior_registers): Compute tid
10859 here, and pass it to calleed functions.
10860 (fill_gregset, supply_fpregset): Clean up formatting.
10861
10862 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10863
10864 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10865 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10866
10867 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10868
10869 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10870 * gdbarch.c gdbarch.h: Regenerate.
10871 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10872 function.
10873 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10874 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10875 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10876
10877 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10878 * arm-tdep.c (arm_get_longjmp_target): New function.
10879 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10880 this to a positive value register arm_get_longjmp_target as the
10881 longjmp handler.
10882 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10883 (arm_linux_init_abi): Set up longjmp description in tdep.
10884 * armnbsd-nat.c (get_longjmp_target): Delete.
10885 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10886 description in tdep.
10887 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10888 (get_longjmp_target): Delete declaration.
10889 (GET_LONGJMP_TARGET): Delete.
10890 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10891 (GET_LONGJMP_TARGET): Delete.
10892
10893 2002-02-17 Kevin Buettner <kevinb@redhat.com>
10894
10895 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10896 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10897 of ``current_gdbarch''.
10898
10899 2002-02-17 Tom Tromey <tromey@redhat.com>
10900
10901 * cli/cli-cmds.c (compare_strings): New function.
10902 (complete_command): Only print each unique item once.
10903 * completer.h (complete_line): Declare.
10904 * completer.c (complete_line): New function.
10905 (line_completion_function): Use it.
10906
10907 2002-02-16 Andrew Cagney <ac131313@redhat.com>
10908
10909 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10910 * gdbarch.h, gdbarch.c: Re-generate.
10911
10912 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10913
10914 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10915
10916 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10917
10918 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10919 * valops.c (value_arg_coerce): Don't take the address of a reference
10920 to convert an argument to a reference.
10921
10922 2002-02-15 Christopher Faylor <cgf@redhat.com>
10923
10924 * win32-nat.c (get_image_name): New function.
10925 (handle_load_dll): Use get_image_name function.
10926 (get_child_debug_event): Avoid registering debug events until possibly
10927 execed process is started.
10928 (child_create_inferior): Allow invocation via shell so that command
10929 line redirection, etc. works ok.
10930 (_initialize_inftarg): Add new command: "set shell" to control whether
10931 a shell is used to start a process.
10932
10933 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10934
10935 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10936 instead of find_register_by_number.
10937 (cannot_store_register): Likewise.
10938
10939 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10940
10941 * dwarf2read.c: Replace fprintf (stderr, ...) by
10942 fprintf_unfiltered (gdb_stderr, ...).
10943
10944 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10945
10946 * gdbserver/gdbserver.1: Document --attach.
10947
10948 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10949
10950 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10951 descriptions.
10952 * arm-tdep.c (arm_default_arm_le_breakpoint)
10953 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10954 (arm_default_thumb_be_breakpoint): New. Initialize them from
10955 traditional breakpoint defines.
10956 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10957 (arm_gdbarch_init): Initialize new breakpoint variables.
10958 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10959 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10960 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10961 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10962 code out to ...
10963 (arm_netbsd_init_abi_common): ... here; new function.
10964 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10965 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10966 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10967 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10968
10969 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10970
10971 * arm-tdep.h (enum arm_abi): New enum.
10972 (struct gdbarch_tdep): New structure.
10973 (LOWEST_PC): Provide a default.
10974 (arm_gdbarch_register_os_abi): Declare new function.
10975 * arm-tdep.c (arm_abi_names): New array.
10976 (process_note_abi_tag_sections): New function.
10977 (get_elfosabi): New function.
10978 (arm_gdbarch_register_os_abi): New function.
10979 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10980 support for that ABI has been built in, then call the appropriate
10981 configuration routine. Use gdbarch_num_regs() to get the number
10982 of registers.
10983 (arm_dump_tdep): New function.
10984 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10985 place-holder functions.
10986 (_initialize_arm_tdep): Register them.
10987 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10988
10989 * armnbsd-tdep.c: New file.
10990 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10991 * config/arm/nbsd.mt (TDEPFILES): Add it.
10992 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10993
10994 * armnbsd-nat.c: Include regcache.h.
10995 * Makefile.in (armnbsd-nat.o): Update dependency list.
10996
10997 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10998
10999 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11000
11001 * gdbserver/Makefile.in: Fix typos in target rules.
11002
11003 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11004
11005 Fix part of PR gdb/267.
11006 * linespec.c (find_methods): Handle constructors specially for now.
11007
11008 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
11009
11010 * arm-tdep.c (arm_push_arguments): Eliminate special float type
11011 handling.
11012 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
11013 standard_coerce_float_to_double().
11014
11015 2002-02-14 Christopher Faylor <cgf@redhat.com>
11016
11017 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
11018 GDBINIT_FILENAME.
11019
11020 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
11021
11022 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
11023 find_variant_by_name, because it confuses the multiarch
11024 framework. Return NULL if there isn't an architecture with the
11025 user supplied name, instead of forcing a different one without
11026 recording the change with the multiarch machinery.
11027 (find_variant_by_name): Delete.
11028
11029 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11030
11031 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
11032 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
11033
11034 2002-02-13 Martin M. Hunt <hunt@redhat.com>
11035
11036 * stack.c (print_frame_info_base): When calling
11037 print_frame_info_listing_hook, set current_source_symtab.
11038
11039 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11040
11041 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
11042 and remove unused $(INCLUDE_DIR).
11043 Add regcache.c to OBS.
11044 Add generated register protocol files to clean target.
11045 Update dependencies for new objects, obsolete old target code.
11046
11047 * gdbserver/linux-low.c: Remove all platform-specific code to
11048 new files. Remove various dead code. Update to use regcache
11049 functionality.
11050 * gdbserver/remote-utils.c (fromhex): Add return statement
11051 to quiet warning.
11052 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
11053 constant.
11054 (input_interrupt): Add integer parameter to match prototype
11055 of a signal handler.
11056 (outreg): Use register_data ().
11057 (prepare_resume_reply): Use gdbserver_expedite_regs.
11058 * gdbserver/server.c (main): Dynamically allocate own_buf because
11059 PBUFSIZ is no longer constant. Use registers_to_string () and
11060 registers_from_string ().
11061 * gdbserver/server.h: No longer include "defs.h". Add prototypes
11062 for error (), fatal (), and warning (). Update definition of
11063 PBUFSIZ to use regcache functionality. Add include guard.
11064 * gdbserver/utils.c (fatal): Add missing ``const''.
11065 (warning): New function.
11066
11067 * regformats/regdat.sh: Include "regcache.h" in generated files.
11068 Provide init_registers () function.
11069 * regformats/regdef.h: Add prototype for set_register_cache ().
11070 Add include guard.
11071
11072 * gdbserver/linux-arm-low.c: New file.
11073 * gdbserver/linux-i386-low.c: New file.
11074 * gdbserver/linux-ia64-low.c: New file.
11075 * gdbserver/linux-m68k-low.c: New file.
11076 * gdbserver/linux-mips-low.c: New file.
11077 * gdbserver/linux-ppc-low.c: New file.
11078 * gdbserver/linux-sh-low.c: New file.
11079
11080 * gdbserver/regcache.c: New file.
11081 * gdbserver/regcache.h: New file.
11082
11083 * gdbserver/low-linux.c: Removed obsolete file.
11084
11085 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11086
11087 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
11088 * config/i386/linux.mt: Likewise.
11089 * config/ia64/linux.mt: Likewise.
11090 * config/m68k/linux.mh: Likewise.
11091 * config/powerpc/linux.mh: Likewise.
11092 * config/mips/linux.mt: Likewise.
11093
11094 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
11095
11096 * config/i386/i386lynx.mh: Mark gdbserver variables
11097 as (currently) obsolete for this target.
11098 * config/i386/nbsd.mt: Likewise.
11099 * config/i386/nbsdelf.mt: Likewise.
11100 * config/m32r/m32r.mt: Likewise.
11101 * config/m68k/m68klynx.mh: Likewise.
11102 * config/m68k/nbsd.mt: Likewise.
11103 * config/m68k/sun3os4.mh: Likewise.
11104 * config/mips/vr5000.mt: Likewise.
11105 * config/ns32k/nbsd.mt: Likewise.
11106 * config/pa/hppabsd.mh: Likewise.
11107 * config/pa/hppaosf.mh: Likewise.
11108 * config/powerpc/nbsd.mt: Likewise.
11109 * config/rs6000/rs6000lynx.mh: Likewise.
11110 * config/s390/s390.mt: Likewise.
11111 * config/s390/s390x.mt: Likewise.
11112 * config/sparc/sparclynx.mh: Likewise.
11113 * config/sparc/sun4os4.mh: Likewise.
11114 * config/i386/x86-64linux.mt: Likewise.
11115 * config/sparc/linux.mh: Likewise.
11116
11117 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11118
11119 * configure.tgt: Configure gdbserver only for known working
11120 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
11121 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
11122 SUBDIRS if it is configured. Update comment for ${nativefile}.
11123 * configure: Regenerated.
11124
11125 2002-02-13 Michael Snyder <msnyder@redhat.com>
11126
11127 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11128
11129 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11130 (default_gcore_mach): Just return 0, work around a problem in bfd.
11131 (default_gcore_target): OK to return NULL if exec_bfd is null.
11132 (make_mem_sec): Use a cast, avoid a warning.
11133
11134 * procfs.c (find_memory_regions_callback): Use a cast instead of
11135 calling host_pointer_to_address (which complains if
11136 sizeof (host pointer) != sizeof (target pointer)).
11137 (procfs_make_note_section): Avoid overflow in psargs string.
11138
11139 * procfs.c (procfs_make_note_section): Make the default
11140 implementation return an error.
11141
11142 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
11143
11144 * procfs.c (procfs_make_note_section): Provide a default definition
11145 (for alpha-dec-osf4.0f). Fix typos.
11146
11147 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
11148
11149 * linux-proc.c: Add include of regcache.h.
11150 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11151
11152 2002-02-13 Andrew Cagney <ac131313@redhat.com>
11153
11154 From 2002-01-18 Greg McGary <greg@mcgary.org>:
11155 * memattr.c (create_mem_region): Disallow useless empty region.
11156 Regions are half-open intervals, so allow [A..B) [B..C) as
11157 non-overlapping.
11158
11159 2002-02-13 Michael Chastain <mec@shout.net>
11160
11161 * defs.h: Kill CONST_PTR.
11162 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11163 * c-lang.c (c_builtin_types): Likewise.
11164 * ch-lang.c (ch_builtin_types): Likewise.
11165 * f-lang.c (f_builtin_types): Likewise.
11166 * language.c (unknown_builtin_types): Likewise.
11167 * m2-lang.c (m2_builtin_types): Likewise.
11168 * p-lang.c (pascal_builtin_types): Likewise.
11169 * scm-lang.c (c_builtin_types): Likewise.
11170
11171 2002-02-13 Keith Seitz <keiths@redhat.com>
11172
11173 * arm-tdep.h (arm_get_next_pc): Add declaration.
11174
11175 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
11176
11177 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11178 with other related struct-returning functions.
11179 (arm_extract_struct_value_address): New function.
11180 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11181 initialize float_format, double_format and long_double_format as
11182 appropriate to the endianness of the target.
11183 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11184 (arm_use_struct_convention): Delete declaration.
11185 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11186
11187 2002-02-13 Keith Seitz <keiths@redhat.com>
11188
11189 * defs.h (core_addr_to_string_nz): New function.
11190
11191 2002-02-13 Mark Kettenis <kettenis@gnu.org>
11192
11193 Apply missing bits of 2002-01-15 patch.
11194 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11195 (fill_fpregset): Use i387_fill_fsave.
11196
11197 2002-02-12 Keith Seitz <keiths@redhat.com>
11198
11199 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11200 (core_addr_to_string_nz): New function.
11201
11202 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11203
11204 * arm-linux-nat.c: Really include arm-tdep.h.
11205 * config/arm/tm-linux.h (struct type, struct value): Declare.
11206
11207 2002-02-11 Michael Snyder <msnyder@redhat.com>
11208
11209 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11210 (gcore section): Ifdef for Solaris and Unixware only.
11211 (procfs_do_thread_registers): Unixware needs one lwpstatus
11212 per thread (not one prstatus or pstatus).
11213 (procfs_make_note_section): Iterate only over kernel threads (lwps),
11214 not over all gdb threads. For unixware, call elfcore_write_pstatus
11215 once before iterating over threads.
11216
11217 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11218
11219 * arm-tdep.h: New file.
11220 * arm-tdep.c: Include arm-tdep.h.
11221 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11222 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11223 (arm_print_float_info, arm_register_type, convert_to_extended)
11224 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11225 (arm_extract_return_value, arm_register_name): Make static.
11226 (arm_software_single_step): Similarly. Fix types in declaration.
11227 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11228 (arm_store_return_value, arm_store_struct_return): New functions.
11229 (arm_gdbarch_init): Register the above functions. Also register
11230 call_dummy_start_offset, sizeof_call_dummy_words,
11231 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11232 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
11233 max_register_virtual_size, register_size. Set up
11234 prologue_cache.saved_regs here, rather than ...
11235 (_initialize_arm_tdep): ... here.
11236 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11237 declarations.
11238 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11239 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11240 (arm_print_float_info, arm_register_type, convert_to_extended)
11241 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11242 (arm_extract_return_value, arm_register_name): Delete declarations.
11243 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11244 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11245 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11246 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11247 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11248 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11249 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11250 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11251 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11252 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11253 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11254 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11255 interface.
11256 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11257 * remote-rdi.c remote-rdp.c: Likewise.
11258 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11259 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11260 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11261 definition.
11262
11263 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11264 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11265 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11266 from non-ARM_ prefixed definitions.
11267 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11268 all uses of above.
11269 * remote-rdi.c remote-rdp.c: Likewise.
11270 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11271
11272 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11273
11274 * arm-tdep.c (arm_frameless_function_invocation)
11275 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11276 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11277 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11278 (arm_pop_frame, arm_get_next_pc): Make static.
11279 (arm_gdbarch_init): Register above in gdbarch structure.
11280 (arm_read_fp): Renamed from arm_target_read_fp.
11281 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11282 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11283 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11284 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11285 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11286 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11287 (arm_pc_is_thumb_dummy): Delete declarations.
11288 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11289 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11290 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11291 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
11292
11293 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
11294
11295 * symtab.c (compare_search_syms): New function.
11296 (sort_search_symbols): New function.
11297 (search_symbols): Sort symbols after searching rather than
11298 before.
11299
11300 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11301
11302 * NEWS: Linux -> GNU/Linux.
11303
11304 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11305
11306 * gdbarch.sh: For for level one methods, disallow a definition
11307 when partially multi-arched. Add comments explaining rationale.
11308 * gdbarch.h: Re-generate.
11309
11310 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11311
11312 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11313 multi-arch partial.
11314
11315 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11316
11317 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11318 field. Use diff -u.
11319 * gdbarch.c: Re-generate.
11320
11321 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11322
11323 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
11324 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11325 partial.
11326
11327 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11328
11329 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11330 multi-arch partial.
11331 (PUSH_ARGUMENTS): Switch to using predefault.
11332 * gdbarch.c: Regenerate.
11333
11334 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11335
11336 * valops.c (PUSH_ARGUMENTS): Delete definition.
11337 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11338 partial. Default to default_push_arguments.
11339 * gdbarch.h, gdbarch.c: Regenerate.
11340
11341 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11342
11343 * defs.h (throw_exception): Rename return_to_top_level. Update
11344 comments.
11345 * utils.c (error_stream, internal_verror, quit): Ditto.
11346 * top.c (throw_exception, catcher): Ditto.
11347 * sparclet-rom.c (sparclet_load): Ditto.
11348 * remote.c (interrupt_query, minitelnet): Ditto.
11349 * remote-sds.c (interrupt_query): Ditto.
11350 * remote-mips.c (mips_error, mips_kill): Ditto.
11351 * ocd.c (interrupt_query): Ditto.
11352 * monitor.c (monitor_interrupt_query): Ditto.
11353 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11354 * target.h: Update comment.
11355
11356 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
11357
11358 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11359
11360 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11361 default_double_format.
11362 * gdbarch.h, gdbarch.c: Re-generate.
11363 * findvar.c (floatformat_unknown): Delete variable definition.
11364 * doublest.h (floatformat_unknown): Delete variable declaration.
11365
11366 2002-02-09 Jim Blandy <jimb@redhat.com>
11367
11368 * stabsread.c (read_type): Add code to parse Sun's syntax for
11369 prototyped function types.
11370
11371 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11372
11373 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11374 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11375
11376 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11377
11378 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11379 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11380 now _initialize_xcoffsolib gets called again and overrides the
11381 commands from solib.c in a native configuration.
11382
11383 2002-02-09 Mark Kettenis <kettenis@gnu.org>
11384
11385 * doublest.c (store_typed_floating): Don't try to return a value.
11386 Fixes PR gdb/290.
11387
11388 2002-02-08 Jim Blandy <jimb@redhat.com>
11389
11390 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11391 is prototyped and has no arguments, print its argument list as
11392 `(void)'.
11393
11394 2002-02-08 Chris Demetriou <cgd@broadcom.com>
11395
11396 * MAINTAINERS (write-after-approval): Add myself.
11397 (paper-trail): I've escaped!
11398
11399 2002-02-08 Christopher Faylor <cgf@redhat.com>
11400
11401 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11402 changes.
11403 (_initialize_check_for_gdb_ini): Ditto.
11404
11405 2002-02-08 Martin M. Hunt <hunt@redhat.com>
11406
11407 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11408 xaprintf -> xasprintf.
11409
11410 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11411
11412 * win32-nat.c: Remove use of printf and sprintf functions.
11413
11414 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
11415
11416 * arm-tdep.c (arm_frame_chain_valid): Make static.
11417 (arm_push_arguments): Likewise.
11418 (arm_gdbarch_init): New function.
11419 (_initialize_arm_tdep): Call it.
11420 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11421 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11422 (FRAME_CHAIN_VALID): Delete.
11423 (arm_frame_chain_valid): Delete declaration.
11424 (PUSH_ARGUMENTS): Delete.
11425 (arm_push_arguments): Delete declaration.
11426 (CALL_DUMMY_P): Delete.
11427
11428 2002-02-08 Andrew Cagney <ac131313@redhat.com>
11429 Corinna Vinschen <vinschen@redhat.com>
11430
11431 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11432 on builtin float types.
11433
11434 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
11435
11436 * utils.c: Include <curses.h> before "bfd.h".
11437 * tui/tui-hooks.c: Likewise.
11438 * tui/tui.c: Likewise.
11439 * tui/tuiCommand.c: Likewise.
11440 * tui/tuiData.c: Likewise.
11441 * tui/tuiDataWin.c: Likewise.
11442 * tui/tuiDisassem.c: Likewise.
11443 * tui/tuiGeneralWin.c: Likewise.
11444 * tui/tuiIO.c: Likewise.
11445 * tui/tuiLayout.c: Likewise.
11446 * tui/tuiRegs.c: Likewise.
11447 * tui/tuiSource.c: Likewise.
11448 * tui/tuiSourceWin.c: Likewise.
11449 * tui/tuiStack.c: Likewise.
11450 * tui/tuiWin.c: Likewise.
11451
11452 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
11453
11454 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11455 to include space for pseudoregs as well. Update loops accordingly.
11456 (sh_fp_frame_init_saved_regs): Ditto.
11457 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11458
11459 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11460
11461 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11462 Add Richard Earnshaw to Arm maintainers.
11463
11464 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11465
11466 * defs.h (warning_begin): Delete declaration.
11467
11468 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11469 Delete macro.
11470
11471 2002-02-07 Michael Snyder <msnyder@redhat.com>
11472
11473 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11474 Logic bug, remove misplaced else.
11475
11476 2002-02-07 Klee Dienes <klee@apple.com>
11477
11478 * fork-inferior.c (fork_inferior): Add '!' to the list of
11479 characters that need to be quoted when building a string for the
11480 shell. Quote '!' specifically with a backslash, since CSH chokes
11481 when trying to evaluate "str!str".
11482
11483 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11484
11485 * rdi-share/host.h: Only provide a typedef for bool if it is not
11486 defined.
11487
11488 2002-02-04 Michael Snyder <msnyder@redhat.com>
11489
11490 * breakpoint.h (enum bptype): Add new overlay event bp type.
11491 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
11492
11493 * breakpoint.c (create_internal_breakpoint): New function.
11494 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11495 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11496 (create_thread_event_breakpoint): Ditto.
11497 (create_solib_event_breakpoint): Ditto.
11498 (create_overlay_event_breakpoint): New function.
11499 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11500 (update_breakpoints_after_exec): Delete and re-initialize
11501 overlay event breakpoints after an exec. Add FIXME comment
11502 about longjmp breakpoint.
11503 (print_it_typical): Ignore overlay event breakpoints.
11504 (print_one_breakpoint): Ditto.
11505 (mention): Ditto.
11506 (bpstat_what): Do not stop for overlay event breakpoints.
11507 (delete_breakpoint): Don't delete overlay event breakpoints.
11508 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11509 (breakpoint_re_set): Re-create overlay event breakpoint.
11510
11511 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11512 (overlay_manual_command): Disable overlay breakpoints.
11513 (overlay_off_command): Disable overlay breakpoints.
11514
11515 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11516
11517 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11518 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11519 to here from config/tm-arm.h.
11520 (coff_sym_is_thumb): Make static.
11521 (arm_elf_make_msymbol_special): New function.
11522 (arm_coff_make_msymbol_special): New function.
11523 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11524 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11525 (coff_sym_is_thumb): Delete declaration.
11526 (arm_elf_make_msymbol_special): Declare.
11527 (arm_coff_make_msymbol_special): Declare.
11528 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11529 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11530
11531 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11532
11533 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11534
11535 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11536
11537 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11538 * gdbarch.c gdbarch.h: Regenerate.
11539 * arch-utils.c (default_print_float_info): New function.
11540 * arch-utils.h (default_print_float_info): Prototype it.
11541 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11542 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11543 (PRINT_FLOAT_INFO): Document it.
11544
11545 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11546 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11547 (PRINT_FLOAT_INFO): Define.
11548
11549 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11550
11551 * win32-nat.c (_initialize_check_for_gdb_ini):
11552 Add typecast to sprintf argument to suppress a warning.
11553
11554 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11555
11556 * win32-nat.c (last_sig): Changed type of variable to target_signal,
11557 to allow easier handling of pass state.
11558 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11559 that gives exception name and address.
11560 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
11561 and set last_sig value to ourstatus->value.sig. Some missing
11562 exceptions added.
11563 (child_continue): Correctly report continue_status.
11564 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
11565 TARGET_SIGNAL_0 (new default value).
11566 (child_resume): consider sig argument passed to decide if
11567 the exception should be passed to debuggee or not.
11568
11569 2002-02-05 Michael Snyder <msnyder@redhat.com>
11570
11571 * regcache.c (fetch_register): Call target_fetch_register
11572 only if we don't call FETCH_PSEUDO_REGISTER.
11573 (store_register): Call target_store_register only if we
11574 don't call STORE_PSEUDO_REGISTER.
11575
11576 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
11577
11578 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11579 ELF_MAKE_MSYMBOL_SPECIAL.
11580 * gdbarch.c, gdbarch.h: Regenerate.
11581 * arch-utils.c (default_make_msymbol_special): New function.
11582 * arch-utils.h (default_make_msymbol_special): Export.
11583 * elfread.c (elf_symtab_read): Compile use of
11584 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11585 multiarched.
11586 * coffread.c (coff_symtab_read): Ditto, for
11587 COFF_MAKE_MSYMBOL_SPECIAL.
11588
11589 2002-02-05 Jim Blandy <jimb@redhat.com>
11590
11591 * solib-svr4.c (svr4_truncate_ptr): New function.
11592 (svr4_relocate_section_addresses): Do the address arithmetic with
11593 the appropriate truncation for target addresses, even when
11594 CORE_ADDR is larger than a target address.
11595
11596 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11597
11598 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11599 to (int *).
11600
11601 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11602
11603 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11604 code.
11605
11606 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11607
11608 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11609
11610 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11611
11612 * gdbserver/linux-low.c: Remove unused include files.
11613
11614 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11615
11616 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11617 (read_inferior_memory): Use it.
11618 (write_inferior_memory): Likewise.
11619
11620 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11621
11622 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11623 grubbing through sys_errlist.
11624
11625 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11626
11627 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11628
11629 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11630 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11631
11632 2002-02-04 Andrew Cagney <ac131313@redhat.com>
11633
11634 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11635 (do_sfunc, set_cmd_sfunc): New functions.
11636
11637 * command.h (struct cmd_list_element): Add field func.
11638 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11639 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11640 * cli/cli-decode.h: Ditto.
11641
11642 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11643 (help_all, help_cmd_list): Ditto.
11644 (find_cmd, complete_on_cmdlist): Ditto.
11645 * top.c (execute_command): Ditto.
11646
11647 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11648 function.sfunc.
11649
11650 * infcmd.c (notice_args_read): Fix function signature.
11651
11652 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11653 * cli/cli-decode.c (add_set_cmd): Ditto.
11654 * utils.c (initialize_utils): Ditto.
11655 * maint.c (_initialize_maint_cmds): Ditto.
11656 * infrun.c (_initialize_infrun): Ditto.
11657 * demangle.c (_initialize_demangler): Ditto.
11658 * remote.c (add_packet_config_cmd): Ditto.
11659 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11660 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11661 * proc-api.c (_initialize_proc_api): Ditto.
11662 * kod.c (_initialize_kod): Ditto.
11663 * valprint.c (_initialize_valprint): Ditto.
11664 * top.c (init_main): Ditto.
11665 * infcmd.c (_initialize_infcmd): Ditto.
11666 * corefile.c (_initialize_core): Ditto.
11667 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11668 * arch-utils.c (initialize_current_architecture): Ditto.
11669 (_initialize_gdbarch_utils): Ditto.
11670 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11671
11672 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11673 * wince.c (_initialize_inftarg): Ditto.
11674 * symfile.c (_initialize_symfile): Ditto.
11675 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11676 * language.c (_initialize_language): Ditto.
11677 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11678
11679 2002-02-04 Michael Snyder <msnyder@redhat.com>
11680
11681 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11682
11683 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11684
11685 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11686 Add rules for building the register data files.
11687
11688 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11689
11690 * regformats/regdat.sh: Add braces to the definition of
11691 expedite_regs_${arch}.
11692
11693 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11694
11695 * regformats/regdef.h (struct reg): Add comment describing the
11696 requirements for offset and size fields.
11697
11698 2002-02-04 Andreas Schwab <schwab@suse.de>
11699
11700 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11701 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11702
11703 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
11704
11705 * gdbarch.sh (copyright): Update years in generated header.
11706 (SMASH_TEXT_ADDRESS): Add rule.
11707 * gdbarch.h, gdbarch.c: Re-generate.
11708 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11709 * dbxread.c: Likewise.
11710 * dwarfread.c: Likewise.
11711 * elfread.c: Likewise.
11712 * somread.c: Likewise.
11713
11714 * arm-tdep.c (arm_smash_text_address): New function.
11715 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11716
11717 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11718
11719 Add support for hardware watchpoints on win32 native.
11720 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11721 CONTEXT_DEBUG_REGISTERS.
11722 (dr variable): New variable. Static array containing a local copy
11723 of debug registers.
11724 (debug_registers_changed): New variable. Reflects when debug registers
11725 are changed and need to be written to inferior.
11726 (debug_registers_used): New variable. Reflects when any debug register
11727 was set, used when new threads are created.
11728 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11729 i386-nat code.
11730 (thread_rec): Set dr array if id is the thread of current_event .
11731 (child_continue, child_resume): Change the debug registers for all
11732 threads if debug_registers_changed.
11733 (child_add_thread): Change the debug registers if debug_registers_used.
11734 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11735 Link nm.h to new nm-cygwin.h file.
11736 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11737 of hardware registers.
11738
11739 2002-02-03 Andrew Cagney <ac131313@redhat.com>
11740
11741 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11742 Restore behavour broken by 2002-01-20 Andrew Cagney
11743 <ac131313@redhat.com> IEEE_FLOAT removal.
11744
11745 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11746
11747 * c-valprint.c (c_val_print): Pass a proper valaddr to
11748 cp_print_class_method.
11749 * valops.c (search_struct_method): If there is only one method
11750 and args is NULL, return that method.
11751
11752 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11753
11754 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11755 accessing tag_name directly.
11756
11757 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11758
11759 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11760 of accessing tag_name directly.
11761
11762 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11763
11764 PR gdb/280
11765 * gdbtypes.c (replace_type): New function.
11766 * gdbtypes.h (replace_type): Add prototype.
11767 * stabsread.c (read_type): Use replace_type.
11768
11769 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
11770
11771 * Makefile.in (memattr.o): Add missing dependencies rule.
11772
11773 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11774
11775 * breakpoint.c (break_at_finish_command): Really export.
11776 (break_at_finish_at_depth_command): Ditto.
11777 (tbreak_at_finish_command): Ditto.
11778 * hppa-tdep.c: Include completer.h.
11779 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11780 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11781
11782 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11783
11784 * utils.c (do_write): New function.
11785 (error_stream): Rewrite combining the code from error_begin and
11786 verror.
11787 (verror): Rewrite using error_stream.
11788 (error_begin): Delete function.
11789
11790 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11791
11792 * utils.c (error_begin): Make static.
11793 * defs.h (error_begin): Delete declaration.
11794
11795 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11796 (decode_line_1): Use cplusplus_error instead of error_begin,
11797 cplusplus_hint and return_to_top_level.
11798 * coffread.c (coff_symfile_read): Use error instead of error_begin
11799 and return_to_top_level.
11800 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11801
11802 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11803
11804 * language.h (type_error, range_error): Make string parameter
11805 constant.
11806 * language.c (warning_pre_print): Delete extern declaration.
11807 * dwarfread.c (warning_pre_print): Ditto.
11808 * language.c (type_error, range_error): Rewrite to use verror and
11809 vwarning instead of warning_begin.
11810
11811 2002-02-01 Michael Snyder <msnyder@redhat.com>
11812
11813 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11814 (set_ignore_count): Move misplaced comment back where it belongs.
11815
11816 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11817
11818 * command.h (NO_FUNCTION): Delete macro.
11819 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11820 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11821 * tracepoint.c (_initialize_tracepoint): Ditto.
11822 * cli/cli-decode.c (add_set_cmd): Ditto.
11823 * cli/cli-cmds.c (init_cli_cmds): Ditto.
11824
11825 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11826
11827 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11828 Update ``this'' pointer when calling virtual functions.
11829
11830 2002-02-01 Michael Snyder <msnyder@redhat.com>
11831
11832 * breakpoint.c (create_temp_exception_breakpoint): Delete.
11833 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11834
11835 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11836
11837 * regformats/reg-arm.dat: New file.
11838 * regformats/reg-i386.dat: New file.
11839 * regformats/reg-ia64.dat: New file.
11840 * regformats/reg-m68k.dat: New file.
11841 * regformats/reg-mips.dat: New file.
11842 * regformats/reg-ppc.dat: New file.
11843 * regformats/reg-sh.dat: New file.
11844 * regformats/regdef.h: New file.
11845 * regformats/regdat.sh: New file.
11846
11847 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
11848
11849 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11850 (arm_frame_args_address, arm_frame_locals_address): New functions.
11851 (arm_frame_num_args): New function.
11852 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11853 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11854 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11855
11856 2002-01-31 Michael Snyder <msnyder@redhat.com>
11857
11858 * breakpoint.c (break_at_finish_command): Export.
11859 (break_at_finish_at_depth_command): Export.
11860 (tbreak_at_finish_command): Export.
11861 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11862 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11863 "txbreak" commands, which are HPPA specific.
11864
11865 * printcmd.c (disassemble_command): Remove an ancient
11866 artifact of an old merge.
11867
11868 * symfile.h (enum overlay_debugging_state):
11869 Define enum constant values for overlay mode.
11870 * symfile.c (overlay_debugging): Use enums instead of literals.
11871 (overlay_is_mapped, overlay_auto_command,
11872 overlay_manual_command): Ditto.
11873
11874 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11875 breakpoint_here_p, breakpoint_inserted_here_p,
11876 breakpoint_thread_match, bpstat_stop_status,
11877 describe_other_breakpoints, check_duplicates, clear_command):
11878 Coding standard fixes.
11879
11880 * target.c (target_xfer_memory): Add spaces, coding standard.
11881 (do_xfer_memory): Add missing line to trust-readonly
11882 code: check bfd SEC_READONLY flag for section.
11883
11884 2002-01-31 Andrew Cagney <ac131313@redhat.com>
11885
11886 * PROBLEMS: Fix typo, 5.1->5.1.1.
11887
11888 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11889
11890 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11891 data symbols, since we search based on textlow and texthigh.
11892 (find_pc_sect_symtab): Likewise.
11893
11894 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11895
11896 * defs.h (vwarning): Declare.
11897 * utils.c (vwarning): New function.
11898 (warning): Call vwarning.
11899 (warning_begin): Delete function.
11900
11901 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11902 the warning message.
11903 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11904 warning_begin.
11905
11906 2002-01-30 Michael Snyder <msnyder@redhat.com>
11907
11908 * NEWS: Mention "set trust-readonly-sections" command.
11909 Mention generate-core-file command.
11910
11911 2002-01-15 Michael Snyder <msnyder@redhat.com>
11912
11913 * target.c: New command, "set trust-readonly-sections on".
11914 (do_xfer_memory): Honor the suggestion to trust readonly sections
11915 by reading them from the object file instead of from the target.
11916 (initialize_targets): Register command "set trust-readonly-sections".
11917
11918 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11919
11920 * parse.c (target_map_name_to_register): Simplify, search regs and
11921 pseudo-regs using a single loop.
11922
11923 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11924
11925 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11926
11927 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
11928
11929 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11930 * config/i386/i386v42mp.mh: Add i387-nat.o .
11931 * i386v4-nat.c: Include i387-nat.h.
11932 (supply_fpregset): Use i387_supply_fsave.
11933 (fill_fpregset): Use i387_fill_fsave.
11934
11935 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
11936
11937 * arm-tdep.c (arm_call_dummy_words): Define.
11938 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11939 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11940 (CALL_DUMMY_WORDS): Define.
11941 (arm_call_dummy_words): Declare.
11942 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11943 (arm_linux_call_dummy_words): Declare.
11944
11945 2002-01-30 Andreas Schwab <schwab@suse.de>
11946
11947 * m68klinux-nat.c: Fix last change to use regcache_collect
11948 instead of referencing registers[] directly.
11949
11950 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11951
11952 * parse.c (target_map_name_to_register): Delete code wrapped in
11953 #ifdef REGISTER_NAME_ALIAS_HOOK.
11954
11955 2002-01-28 Michael Snyder <msnyder@redhat.com>
11956
11957 * regcache.c (legacy_read_register_gen): Need to be able to
11958 read pseudo-register as well as real register.
11959 (legacy_write_register_gen): Ditto.
11960
11961 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11962
11963 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11964 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11965 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11966 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11967 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11968 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11969 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11970 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11971 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11972 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11973 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11974 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11975 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11976 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11977 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11978 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11979 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11980 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11981 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11982 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11983
11984 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11985
11986 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11987 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11988 (initialize_current_architecture): Update target_byte_order using
11989 information from BFD.
11990 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11991 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11992
11993 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11994
11995 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11996 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11997
11998 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11999 #ifdef INVALID_FLOAT.
12000 * infcmd.c (do_registers_info): Ditto.
12001 * values.c (unpack_double): Ditto. Add comment.
12002
12003 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
12004 already commented out.
12005
12006 2002-01-26 Andreas Schwab <schwab@suse.de>
12007
12008 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
12009 * m68klinux-nat.c: Update ptrace interface for fetching/storing
12010 registers and add support for PTRACE_GETREGS.
12011
12012 2002-01-24 Andrew Cagney <ac131313@redhat.com>
12013
12014 GDB 5.1.1 released from 5.1 branch.
12015 * NEWS: Add 5.1.1 news.
12016 * README: Sync with 5.1 branch.
12017
12018 2002-01-23 Fred Fish <fnf@redhat.com>
12019
12020 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
12021 stabstring on initial malloc. Reallocing will copy it for us,
12022 if necessary.
12023
12024 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12025
12026 * Makefile.in (hpread_h): Delete.
12027 (HFILES_NO_SRCDIR): Remove hpread.h.
12028 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
12029 (hpread.o): Update dependencies.
12030 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
12031
12032 * hp-psymtab-read.c: Remove file.
12033 * hp-symtab-read.c: Remove file.
12034 * hpread.h: Remove file.
12035
12036 * hpread.c: Merge all contents of hp-psymtab-read.c,
12037 hp-symtab-read.c and hpread.h into this file, as it was prior to
12038 January 1999.
12039
12040 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
12041 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
12042 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
12043 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
12044
12045 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12046
12047 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
12048 fill_gregset): Call gdbarch_tdep() just once, assign result to
12049 variable and use that, instead of calling the function several
12050 times.
12051
12052 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
12053
12054 * configure.host: Accept sparcv9 as alias for sparc64.
12055 * configure.tgt: Likewise.
12056
12057 2002-01-22 Kevin Buettner <kevinb@redhat.com>
12058
12059 * solib-aix5.c (build_so_list_from_mapfile)
12060 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
12061 arguments is not reversed.
12062 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
12063 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
12064
12065 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
12066
12067 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
12068 modified version of obsolete sh_fetch_pseudo_register.
12069 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
12070 (sh4_register_read): New function.
12071 (sh_pseudo_register_write): New function. Renamed and modified
12072 version of obsolete sh_store_pseudo_register.
12073 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
12074 (sh4_register_write): New function.
12075 (sh_gdbarch_init): Remove setting of gdbarch function
12076 fetch_pseudo_register and store_pseudo_register. Remove setting of
12077 register_convert_to_raw, register_convert_to_virtual,
12078 register_convertible.
12079 (sh_sh4_register_convertible): Delete. No longer needed. All is
12080 taken care by architecture specific functions
12081 register_read/register_write.
12082 (sh_sh4_register_convert_to_virtual): Make static.
12083 (sh_sh4_register_convert_to_raw): Ditto.
12084
12085 2002-01-22 Andrew Cagney <ac131313@redhat.com>
12086
12087 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
12088 (floatformat_is_nan, floatformat_mantissa): Ditto.
12089
12090 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
12091 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
12092 builtin_type_ieee_double_little,
12093 builtin_type_ieee_double_littlebyte_bigword,
12094 builtin_type_m68881_ext, builtin_type_i960_ext,
12095 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
12096 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
12097 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
12098 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
12099
12100 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
12101
12102 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
12103 parameter. Set frameless flag if it exists and depended of
12104 whether the scanned function is frameless or not.
12105 (xstormy16_skip_prologue): If function is frameless, return
12106 result of xstormy16_scan_prologue().
12107 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12108 call.
12109
12110 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
12111
12112 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12113 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12114 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12115 sh_sh4_register_byte, sh_sh4_register_raw_size,
12116 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12117 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12118 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12119 sh_store_pseudo_register, sh_do_pseudo_register): Call
12120 gdbarch_tdep() just once, assign result to variable and use that,
12121 instead of calling the function several times.
12122
12123 2002-01-20 Mark Kettenis <kettenis@gnu.org>
12124
12125 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12126 macros instead of LAST_FPU_CTRL_REGNUM.
12127 (store_register): Likewise.
12128
12129 2002-01-21 Jim Blandy <jimb@redhat.com>
12130
12131 * infcmd.c (run_command): Check that the `exec' target layer's BFD
12132 is up-to-date before running the program, not just when a program
12133 exits.
12134
12135 2002-01-21 Fred Fish <fnf@redhat.com>
12136
12137 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12138 when we have found all instructions we are looking for.
12139
12140 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12141
12142 * arm-tdep.c (arm_register_name): New function.
12143 (arm_registers_names): Make static.
12144 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12145 (arm_register_name): Declare.
12146 (REGISTER_NAME): Use it.
12147
12148 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12149 Kevin Buettner <kevinb@redhat.com>
12150
12151 Convert arm targets to new FRAME interface.
12152 * arm-tdep.c (struct frame_extra_info): Remove fsr.
12153 (arm_frame_find_save_regs): Delete.
12154 (arm_frame_init_saved_regs): New.
12155 (arm_init_extra_frame_info): Alloacte saved_regs as required.
12156 Allocate extra_info as required. Convert all uses of fsr.regs
12157 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12158 to use extra_info.
12159 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12160 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12161 (check_prologue_cache, save_prologue_cache): Likewise.
12162 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12163 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12164 (FRAME_FIND_SAVED_REGS): Delete.
12165 (arm_frame_find_saved_regs): Delete prototype.
12166 (arm_frame_init_saved_regs): New prototype.
12167 (FRAME_INIT_SAVED_REGS): Define.
12168
12169 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12170
12171 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12172
12173 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12174
12175 From Jeff Law <law@redhat.com>:
12176 * infttrace.c: Include <sys/pstat.h>.
12177 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12178 exec file if the ttrace equivalent fails.
12179
12180 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12181
12182 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12183 (closeLogFile): Ditto.
12184
12185 2002-01-20 Michael Chastain <mec@shout.net>
12186
12187 * top.c (print_gdb_version): Bump copyright year to 2002.
12188
12189 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12190
12191 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12192 Zannoni and Eli Zaretskii.
12193
12194 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12195
12196 * buildsym.c: Update copyright years.
12197 * c-typeprint.c: Likewise.
12198 * dwarf2read.c: Likewise.
12199 * f-typeprint.c: Likewise.
12200 * gdbtypes.c: Likewise.
12201 * gdbtypes.h: Likewise.
12202 * hp-symtab-read.c: Likewise.
12203 * hpread.c: Likewise.
12204 * mdebugread.c: Likewise.
12205 * p-typeprint.c: Likewise.
12206
12207 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12208
12209 * remote-sim.c (gdbsim_open): Simplify code testing the macro
12210 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
12211 byte-order selectable.
12212 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12213 * arch-utils.c: Ditto.
12214 (set_endian): Ditto.
12215 (set_endian_from_file): Ditto.
12216 * gdbserver/low-sim.c (create_inferior): Ditto.
12217 * gdbarch.sh: Ditto.
12218 * gdbarch.h: Re-generate.
12219 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12220 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12221 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12222 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12223 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12224 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12225 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
12226 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12227 macro definition.
12228 * config/mips/tm-wince.h: Remove #undef of macro
12229 TARGET_BYTE_ORDER_SELECTABLE.
12230 * config/sh/tm-wince.h: Ditto.
12231
12232 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12233
12234 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12235 member function fields. Add accessor macro
12236 TYPE_FN_FIELD_ARTIFICIAL.
12237 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12238 * c-typeprint.c (c_type_print_base): Skip artificial member
12239 functions.
12240
12241 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12242
12243 * f-typeprint.c: Delete unused function f_type_print_args.
12244 * p-typeprint.c: Delete unused function pascal_type_print_args.
12245
12246 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12247
12248 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12249 comment. Add ``artificial'' to ``union field_location''.
12250
12251 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12252
12253 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12254 * mdebugread.c (parse_symbol): Likewise.
12255 * stabsread.c (define_symbol): Likewise.
12256 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12257 initializing TYPE_FIELD_BITPOS to n (obsolete).
12258 (hpread_doc_function_type): Likewise.
12259 * hpread.c (hpread_function_type): Likewise.
12260
12261 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12262
12263 * configure.in (host_makefile_frag): Only require a host makefile
12264 fragment when a native build.
12265 * configure: Re-generate.
12266
12267 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12268
12269 * doublest.h (floatformat_from_type): Declare.
12270 * doublest.c (floatformat_from_type): New function.
12271 (convert_typed_floating): Use.
12272
12273 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12274 call to function floatformat_from_type.
12275
12276 * gdbarch.sh (IEEE_FLOAT): Delete.
12277 * gdbarch.h, gdbarch.c: Re-generate.
12278 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12279 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12280 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12281 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12282 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12283 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12284 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12285 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12286 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12287 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12288 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
12289 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12290
12291 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12292 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12293 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12294 * sh-tdep.c (sh_gdbarch_init): Ditto.
12295 * mips-tdep.c (mips_gdbarch_init): Ditto.
12296 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12297 * cris-tdep.c (cris_gdbarch_init): Ditto.
12298
12299 2002-01-20 Jiri Smid <smid@suse.cz>
12300
12301 * configure.host, configure.tgt: Support x86-64.
12302 * NEWS: Note new target x86-64.
12303
12304 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12305 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12306 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12307 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12308 x86-64-linux-nat.o): Fix dependencies.
12309
12310 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12311
12312 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12313 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12314 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12315 * config/sparc/xm-sun4os4.h: Delete file.
12316 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
12317
12318 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12319
12320 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12321 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12322 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12323 * config/i386/i386lynx.mh (XM_FILE): Delete.
12324 * config/rs6000/xm-rs6000ly.h: Delete file.
12325 * config/sparc/xm-sparclynx.h: Delete file.
12326 * config/m68k/xm-m68klynx.h: Delete file.
12327 * config/i386/xm-i386lynx.h: Delete file.
12328 * config/xm-lynx.h: Delete file.
12329 * config/djgpp/fnchange.lst: Update.
12330
12331 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12332
12333 * alpha-tdep.c (alpha_register_byte): New function.
12334 (alpha_register_raw_size): Ditto.
12335 (alpha_register_virtual_size): Ditto.
12336 (alpha_skip_prologue_internal): Renamed from
12337 alpha_skip_prologue.
12338 (alpha_skip_prologue): New version that calls
12339 alpha_skip_prologue_internal.
12340 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12341 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12342 second argument from alpha_skip_prologue.
12343 (REGISTER_BYTE): Use alpha_register_byte.
12344 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12345 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12346 (FRAMELESS_FUNCTION_INVOCATION): Use
12347 generic_frameless_function_invocation_not.
12348 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12349 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12350
12351 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12352
12353 * config/mips/xm-news-mips.h: Delete file.
12354 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12355
12356 * config/m88k/xm-m88k.h: Delete file.
12357 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12358 * config/m88k/xm-delta88v4.h: Ditto.
12359 * config/m88k/xm-delta88.h: Ditto.
12360
12361 * config/alpha/xm-fbsd.h: Delete file.
12362 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12363
12364 * config/sparc/xm-sparc.h: Delete file.
12365 * Makefile.in (xm-sun4os4.h): Delete dependency.
12366 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12367 * config/sparc/xm-sun4os4.h: Ditto.
12368 * config/sparc/xm-linux.h: Ditto.
12369
12370 * config/i386/xm-windows.h: Delete file.
12371
12372 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12373
12374 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12375 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12376
12377 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12378
12379 * alpha-tdep.c (alpha_call_dummy_words): New.
12380 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12381 (CALL_DUMMY_P): Define.
12382 (CALL_DUMMY_WORDS): Define.
12383 (SIZEOF_CALL_DUMMY_WORDS): Define.
12384
12385 2002-01-19 Per Bothner <per@bothner.com>
12386
12387 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12388 isn't NULL, which can happen with some gcj-3.x-produced code.
12389
12390 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12391
12392 * alpha-tdep.c (alpha_register_virtual_type): New function.
12393 (alpha_init_frame_pc_first): Ditto.
12394 (alpha_fix_call_dummy): Ditto.
12395 (alpha_store_struct_return): Ditto.
12396 (alpha_extract_struct_value_address): Ditto.
12397 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12398 alpha_register_virtual_type.
12399 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12400 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12401 alpha_extract_struct_value_address.
12402 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12403 (INIT_FRAME_PC): Use init_frame_pc_noop.
12404 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12405
12406 2002-01-19 Mark Kettenis <kettenis@gnu.org>
12407
12408 * i386gnu-nat.c: Include "i386-tdep.h".
12409 (fetch_fpregs): Simplify code dealing with uninitialized floating
12410 point states such that it doesn't require FP7_REGNUM.
12411
12412 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12413
12414 * alpha-tdep.c (frame_extra_info): New.
12415 (alpha_find_saved_regs): Make static. Use
12416 frame->extra_info.
12417 (alpha_frame_init_saved_regs): New function.
12418 (alpha_frame_saved_pc): Use frame->extra_info.
12419 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12420 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
12421 (init_extra_frame_info): Rename to...
12422 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
12423 (alpha_print_extra_frame_info): New function.
12424 (alpha_frame_locals_address): Ditto.
12425 (alpha_frame_args_address): Ditto.
12426 (alpha_pop_frame): Use frame->extra_info.
12427 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12428 alpha_frame_args_address.
12429 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
12430 (alpha_find_saved_regs): Remove prototype.
12431 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12432 (EXTRA_FRAME_INFO): Remove.
12433 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12434 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12435
12436 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12437
12438 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12439 (alpha_cannot_fetch_register): Ditto.
12440 (alpha_cannot_store_register): Ditto.
12441 (alpha_register_convertible): Ditto.
12442 (alpha_use_struct_convention): Ditto.
12443 * config/alpha/tm-alpha.h: Update copyright years.
12444 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12445 (INNER_THAN): Use core_addr_lessthan.
12446 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12447 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12448 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12449 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12450 (FRAME_CHAIN): Remove unnecessary cast.
12451
12452 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12453
12454 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12455 obsolete.
12456
12457 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12458
12459 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12460 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12461 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12462 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12463 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12464 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12465 * x86-64-linux-nat.c: Ditto.
12466
12467 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12468
12469 * alpha-tdep.c (alpha_register_name): New function.
12470 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12471 (REGISTER_NAME): Define.
12472
12473 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12474
12475 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12476
12477 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12478
12479 * alpha-tdep.c: Update copyright years.
12480 (alpha_next_pc): New function.
12481 (alpha_software_single_step): Ditto.
12482 * config/alpha/tm-alpha.h: Add prototype for
12483 alpha_software_single_step.
12484
12485 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12486
12487 * alphabsd-nat.c: Update copyright years.
12488 (fill_gregset): Use regcache_collect.
12489 (fill_fpregset): Likewise.
12490 (fetch_inferior_registers): Only fetch integer registers
12491 if requested to do so.
12492 (store_inferior_registers): Only store integer registers
12493 if requested to do so.
12494
12495 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12496
12497 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12498 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12499 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12500 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12501 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12502 * config/arm/linux.mh (XDEPFILES): Delete.
12503 * config/arm/nbsd.mh (XDEPFILES): Delete.
12504 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12505 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12506 * config/i386/i386m3.mh (XDEPFILES): Delete.
12507 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12508 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12509 * config/i386/fbsd.mh (XDEPFILES): Delete.
12510 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12511 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12512 * config/i386/i386v4.mh (XDEPFILES): Delete.
12513 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12514 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12515 * config/i386/i386aix.mh (XDEPFILES): Delete.
12516 * config/i386/go32.mh (XDEPFILES): Delete.
12517 * config/i386/cygwin.mh (XDEPFILES): Delete.
12518 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12519 * config/i386/i386mach.mh (XDEPFILES): Delete.
12520 * config/i386/i386v32.mh (XDEPFILES): Delete.
12521 * config/i386/linux.mh (XDEPFILES): Delete.
12522 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12523 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12524 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12525 * config/i386/i386sco.mh (XDEPFILES): Delete.
12526 * config/i386/i386v.mh (XDEPFILES): Delete.
12527 * config/i386/nbsd.mh (XDEPFILES): Delete.
12528 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12529 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12530 * config/i386/symmetry.mh (XDEPFILES): Delete.
12531 * config/i386/obsd.mh (XDEPFILES): Delete.
12532 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12533 * config/ia64/linux.mh (XDEPFILES): Delete.
12534 * config/ia64/aix.mh (XDEPFILES): Delete.
12535 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12536 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12537 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12538 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12539 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12540 * config/m68k/linux.mh (XDEPFILES): Delete.
12541 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12542 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12543 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12544 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12545 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12546 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12547 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12548 * config/m88k/delta88.mh (XDEPFILES): Delete.
12549 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12550 * config/m88k/m88k.mh (XDEPFILES): Delete.
12551 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12552 * config/mips/linux.mh (XDEPFILES): Delete.
12553 * config/mips/irix6.mh (XDEPFILES): Delete.
12554 * config/mips/irix5.mh (XDEPFILES): Delete.
12555 * config/mips/irix4.mh (XDEPFILES): Delete.
12556 * config/mips/irix3.mh (XDEPFILES): Delete.
12557 * config/mips/decstation.mh (XDEPFILES): Delete.
12558 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12559 (NATDEPFILES): Move core-aout.o to here.
12560 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12561 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12562 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12563 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12564 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12565 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12566 * config/pa/hpux11.mh (XDEPFILES): Delete.
12567 * config/powerpc/aix.mh (XDEPFILES): Delete.
12568 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12569 * config/powerpc/linux.mh (XDEPFILES): Delete.
12570 * config/romp/rtbsd.mh: Rename XDEPFILES.
12571 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12572 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12573 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12574 * config/s390/s390.mh (XDEPFILES): Delete.
12575 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12576 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12577 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12578 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12579 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12580 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12581 * config/sparc/linux.mh (XDEPFILES): Delete.
12582 * config/vax/vaxult.mh (XDEPFILES): Delete.
12583 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12584 * Makefile.in (DEPFILES): Remove XDEPFILES.
12585
12586 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12587
12588 * utils.c (internal_verror): Fix comments, default is yes not no.
12589 Update queries to match. Default to quit and dump core.
12590
12591 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12592
12593 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12594 copyright.
12595 * defs.h, event-top.c, gdbcmd.h: Ditto.
12596 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12597 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12598 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12599 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12600 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12601 * mi/mi-main.c:Ditto.
12602
12603 * stack.c, symfile.c: Update copyright.
12604
12605 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12606
12607 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12608 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12609 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12610 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
12611
12612 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12613
12614 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12615 * gdbserver/low-lynx.c (myattach): Likewise.
12616 * gdbserver/low-nbsd.c (myattach): Likewise.
12617 * gdbserver/low-sim.c (myattach): Likewise.
12618 * gdbserver/low-sparc.c (myattach): Likewise.
12619 * gdbserver/low-sun3.c (myattach): Likewise.
12620
12621 * gdbserver/low-linux.c (myattach): New function.
12622
12623 * gdbserver/server.c (attach_inferior): New function.
12624 (main): Handle "--attach".
12625
12626 2002-01-16 Andrew Cagney <ac131313@redhat.com>
12627
12628 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12629 maintainer.
12630
12631 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
12632
12633 * c-typeprint.c (is_type_conversion_operator): Add additional
12634 check for non-conversion operators.
12635
12636 2002-01-15 Michael Snyder <msnyder@redhat.com>
12637
12638 * linux-proc.c: Add "info proc" command, a la procfs.c.
12639 (read_mapping): New function, abstract and re-use code.
12640 (linux_find_memory_regions): Use new func read_mapping.
12641 (linux_info_proc_cmd): New function, implement "info proc".
12642 (_initialize_linux_proc): Add new command "info proc".
12643
12644 2002-01-15 Michael Snyder <msnyder@redhat.com>
12645
12646 * symfile.c (generic_load): Use bfd_map_over_sections method
12647 instead of manipulating bfd structure members directly.
12648 (add_section_size_callback): New function, bfd sections callback
12649 used by generic_load.
12650 (load_sections_callback): New function, bfd sections callback
12651 used by generic_load.
12652
12653 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
12654
12655 [Based on work by Jim Blandy]
12656 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12657 (builtin_type_vec128): Export.
12658 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12659 types.
12660 (builtin_type_vec128): New builtin type for 128 bit vector
12661 registers.
12662 (build_gdbtypes): Initialize builtin_type_v16qi and
12663 builtin_type_v8hi. Create the vec128 register builtin type
12664 structure.
12665 (build_builtin_type_vec128): New function.
12666 (_initialize_gdbtypes): Register builtin_type_v16qi and
12667 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12668 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12669 AltiVec register to new builtin type.
12670
12671 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
12672
12673 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12674 to make_cv_type.
12675
12676 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12677
12678 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12679 CLEAN_UP_REGISTER_VALUE.
12680 * regcache.c (supply_register): Update only call.
12681
12682 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12683
12684 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12685 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12686 a29k-*-vxworks* targets as obsolete.
12687
12688 2002-01-14 Michael Snyder <msnyder@redhat.com>
12689
12690 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12691 until we can resolve portability issues.
12692 * gregset.h: Remove references to fpxregs.
12693 * gcore.c (gcore_command): Initialize note_sec to NULL.
12694
12695 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12696
12697 * signals.c (target_signal_to_name): Rewrite. Only use
12698 signals[].name when in bounds and non-NULL.
12699
12700 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12701
12702 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12703 * signals.c (target_signal_to_name): Verify that SIG is within the
12704 bounds of the signals array.
12705
12706 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12707
12708 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12709
12710 2002-01-13 Keith Seitz <keiths@redhat.com>
12711
12712 * stack.c (print_frame_info_base): Print the frame's pc
12713 only if when print_frame_info_listing_hook is not defined.
12714
12715 2002-01-13 Keith Seitz <keiths@redhat.com>
12716
12717 * varobj.c (varobj_set_value): Make sure that there were no
12718 errors evaluating the object before attempting to set its
12719 value.
12720 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12721 so this offset adjustment is no longer necessary.
12722 (create_child): Don't set the error flag if the child is
12723 a CPLUS_FAKE_CHILD.
12724 (value_of_child): If value_fetch_lazy fails, return NULL
12725 so that callers will be notified that an error occurred.
12726 (c_value_of_variable): Delay check of variable's validity
12727 until later. We actually want all structs and unions to have
12728 the value "{...}".
12729 Do not return "???" for variables which could not be evaluated.
12730 This error condition must be returned to the caller so that it
12731 can get the error condition from gdb.
12732 (cplus_name_of_child): Adjust index for vptr before figuring
12733 out the name of the child.
12734 (cplus_value_of_child): If a child's (real) parent is not valid,
12735 don't even bother trying to give a value for it. Just return
12736 an error. Change all instances in this function.
12737 (cplus_type_of_child): If our parent is one of the "fake"
12738 parents, we need to get at the type of the real parent, and
12739 derive the child's true type using this information.
12740
12741 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12742
12743 From 2002-01-09 John Marshall <johnm@falch.net>:
12744 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12745 sources.redhat.com, and tweak some related URLs which had
12746 suffered from linkrot.
12747
12748 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12749
12750 From Jeff law:
12751 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12752 structures passed in registers.
12753
12754 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12755
12756 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12757 white space which prevented compilation. Reported by DSK
12758 <dsk@student.unsw.edu.au>.
12759
12760 2002-01-11 Michael Snyder <msnyder@redhat.com>
12761
12762 * symfile.c (build_section_addr_info_from_section_tab):
12763 Use bfd access method instead of manipulating bfd directly.
12764 (syms_from_objfile): Ditto.
12765 (simple_overlay_update_1): Ditto.
12766 (simple_overlay_update): Ditto.
12767 (generic_load): Ditto.
12768 (overlay_unmapped_address): FIXME comment, bfd access methods.
12769 (sections_overlap): FIXME comment, bfd access methods.
12770 (pc_in_mapped_range): FIXME comment, bfd access methods.
12771 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12772 (section_is_mapped): FIXME comment, bfd access methods.
12773 (section_is_overlay): FIXME comment, bfd access methods.
12774
12775 * symfile.c (generic_load): Whitespace and long line cleanups.
12776 Remove duplicate variable, change several local variables to
12777 more appropriate data types.
12778 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12779
12780 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12781
12782 From Peter Schauer:
12783 * language.c (longest_local_hex_string_custom): Use phex_nz to
12784 convert NUM to a hex string.
12785
12786 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
12787
12788 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12789 the function.
12790 Update Copyright year.
12791
12792 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12793
12794 * language.c (longest_raw_hex_string): Delete unused function.
12795
12796 2002-01-11 Petr Sorfa <petrs@caldera.com>
12797
12798 * MAINTAINERS (write-after-approval): Add myself.
12799 * dwarf2read.c (read_tag_string_type): Handling of
12800 DW_AT_byte_size.
12801 (read_tag_string_type): FORTRAN fix to prevent propagation of
12802 first string size.
12803 (set_cu_language): Handling of DW_LANG_Fortran95
12804
12805 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
12806
12807 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12808 GETPID(inferior_ptid).
12809 (store_inferior_registers): Likewise.
12810
12811 2002-01-10 Jason Merrill <jason@redhat.com>
12812
12813 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12814 Fix DW_OP_minus.
12815
12816 2002-01-10 Andrew Cagney <ac131313@redhat.com>
12817
12818 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12819 and bfd/elf32-sh-nbsd.c.
12820
12821 2002-01-10 Michael Snyder <msnyder@redhat.com>
12822
12823 * NEWS: Mention --pid and corefile/proc-id behavior change.
12824
12825 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12826 * gcore.c: Include cli/cli-decode.h instead of command.h.
12827
12828 * main.c (captured_main): Add new command line option "--pid".
12829 If the second command line argument (following the symbol-file)
12830 begins with a digit, try to attach to it before trying to open
12831 it as a corefile.
12832 (print_gdb_help): Document the "--pid" argument.
12833
12834 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12835
12836 * completer.c (command_completer): New function.
12837
12838 * completer.h <command_completer>: Add prototype.
12839
12840 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12841 completer for the "help" command.
12842
12843 2002-01-09 Jason Merrill <jason@redhat.com>
12844
12845 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12846
12847 2002-01-09 Michael Snyder <msnyder@redhat.com>
12848
12849 * i386-linux-nat.c (fill_fpxregset): Make global.
12850 (store_fpxregset): Ditto.
12851
12852 * gregset.h (gdb_fpxregset_t): Define.
12853 (supply_fpxregset): Prototype.
12854 (fill_fpxregset): Prototype.
12855
12856 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12857
12858 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12859
12860 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12861 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12862 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12863
12864 2002-01-09 Andrew Cagney <ac131313@redhat.com>
12865
12866 * MAINTAINERS: Update target maintainer rules so that any
12867 Maintainer can approve a tested patch for a maintenance-only
12868 target.
12869
12870 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12871
12872 * MAINTAINERS (write-after-approval): Add myself.
12873
12874 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12875 IN_SIGTRAMP.
12876
12877 2002-01-08 Michael Snyder <msnyder@redhat.com>
12878
12879 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12880 real name of the executable, rather than the /proc name.
12881
12882 2002-01-03 Michael Snyder <msnyder@redhat.com>
12883
12884 Implement a "generate-core-file" command in gdb, save target state.
12885 * gcore.c: New file. Implement new command 'generate-core-file'.
12886 Save a corefile image of the current state of the inferior.
12887 * linux-proc.c: Add linux-specific code for saving corefiles.
12888 * target.h (struct target_ops): Add new target vectors for saving
12889 corefiles; to_find_memory_regions and to_make_corefile_notes.
12890 (target_find_memory_regions): New macro.
12891 (target_make_corefile_notes): New macro.
12892 * target.c (update_current_target): Inherit new target methods.
12893 (dummy_find_memory_regions): New place-holder method.
12894 (dummy_make_corefile_notes): New place-holder method.
12895 (init_dummy_target): Initialize new dummy target vectors.
12896 * exec.c (exec_set_find_memory_regions): New function.
12897 Allow the exec_ops vector for memory regions to be taken over.
12898 (exec_make_note_section): New function, target vector method.
12899 * defs.h (exec_set_find_memory_regions): Export prototype.
12900 * procfs.c (proc_find_memory_regions): New function, corefile method.
12901 (procfs_make_note_section): New function, corefile method.
12902 (init_procfs_ops): Set new target vector pointers.
12903 (find_memory_regions_callback): New function.
12904 (procfs_do_thread_registers): New function.
12905 (procfs_corefile_thread_callback): New function.
12906 * sol-thread.c (sol_find_memory_regions): New function.
12907 (sol_make_note_section): New function.
12908 (init_sol_thread_ops): Initialize new target vectors.
12909 * inftarg.c (inftarg_set_find_memory_regions): New function.
12910 Allow to_find_memory_regions vector to be taken over.
12911 (inftarg_set_make_corefile_notes): New function.
12912 Allow to_make_corefile_notes vector to be taken over.
12913 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12914 interface layer if not target_has_execution (may be a corefile).
12915 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12916 * config/sparc/sun4sol2.mh: Ditto.
12917 * config/alpha/alpha-linux.mh: Ditto.
12918 * config/arm/linux.mh: Ditto.
12919 * config/i386/x86-64linux.mh: Ditto.
12920 * config/ia64/linux.mh: Ditto.
12921 * config/m68k/linux.mh: Ditto.
12922 * config/mips/linux.mh: Ditto.
12923 * config/powerpc/linux.mh: Ditto.
12924 * config/sparc/linux.mh: Ditto.
12925
12926 2002-01-07 Michael Snyder <msnyder@redhat.com>
12927
12928 * arm-linux-nat.c: Remove references to regcache.c internal data
12929 (registers[] and register_valid[]).
12930
12931 2002-01-07 Michael Snyder <msnyder@redhat.com>
12932
12933 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12934 so that attaching to a pid will automatically read the process's
12935 symbol file and shlibs.
12936 * Makefile.in: Add rule for linux-proc.o.
12937 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12938 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12939 * config/arm/linux.mh: Ditto.
12940 * config/i386/linux.mh: Ditto.
12941 * config/i386/x86-64linux.mh: Ditto.
12942 * config/ia64/linux.mh: Ditto.
12943 * config/m68k/linux.mh: Ditto.
12944 * config/mips/linux.mh: Ditto.
12945 * config/powerpc/linux.mh: Ditto.
12946 * config/sparc/linux.mh: Ditto.
12947
12948 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12949
12950 * win32-nat.c: Add i386-tdep.h dependency.
12951
12952 2002-01-07 Michael Snyder <msnyder@redhat.com>
12953
12954 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12955 instead of bfd_get_arch_size. Don't bail out just because
12956 there's no exec_bfd.
12957
12958 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12959 * p-valprint.c (pascal_object_print_value): Ditto.
12960 * somread.c (som_symtab_read): Ditto.
12961 * symfile.c (simple_free_overlay_region_table): Ditto.
12962 * valops.c (value_assign): Ditto.
12963
12964 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12965 use tilde_expand and strerror for opening save-tracepoints file.
12966
12967 * thread-db.c (thread_db_new_objfile): Indendation fix.
12968
12969 * infptrace.c (GDB_MAX_ALLOCA): New define.
12970 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12971 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12972 can be overridden with whatever value is appropriate to the host).
12973 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12974 alloca to allocate potentially large buffer.
12975 * rs6000-nat.c (child_xfer_memory): Ditto.
12976 * symm-nat.c (child_xfer_memory): Ditto.
12977 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12978
12979 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12980
12981 From Nick Clifton <nickc@redhat.com>
12982 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12983
12984 2002-01-07 Michael Snyder <msnyder@redhat.com>
12985
12986 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12987 Don't use exec_bfd if it's NULL.
12988
12989 2002-01-06 Mark Kettenis <kettenis@gnu.org>
12990
12991 * valops.c (value_arg_coerce): Fix formatting.
12992
12993 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12994
12995 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12996 * gnu-nat.c: Ditto.
12997
12998 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12999
13000 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
13001 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
13002 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
13003 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
13004 z8k-coff have not been multi-arched. Update z8k-coff build
13005 status.
13006
13007 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13008
13009 * MAINTAINERS: Mark a29k target as obsolete.
13010 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
13011 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
13012 comments.
13013 * NEWS: Note that a29k targets are obsolete.
13014 * a29k-tdep.c: Mark as obsolete.
13015 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13016 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13017 a29k-*-vxworks* targets as obsolete.
13018 * remote-adapt.c: Obsolete.
13019 * remote-eb.c: Obsolete.
13020 * remote-mm.c: Obsolete.
13021 * remote-udi.c: Obsolete.
13022 * config/a29k/a29k-udi.mt: Obsolete.
13023 * config/a29k/a29k.mt: Obsolete.
13024 * config/a29k/tm-a29k.h: Obsolete.
13025 * config/a29k/tm-vx29k.h: Obsolete.
13026 * config/a29k/vx29k.mt: Obsolete.
13027
13028 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13029
13030 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
13031 with BFD_ENDIAN_BIG.
13032
13033 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13034
13035 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
13036 * configure, config.in: Re-generate.
13037 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
13038 * defs.h: Do not include <endian.h>.
13039
13040 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
13041
13042 * acconfig.h (HAVE_PT_GETXMMREGS): New.
13043 * config.in: Regenerate.
13044 * configure.in: Update copyright years.
13045 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
13046 * configure: Regenerate.
13047 * i386bsd-nat.c: Update copyright years.
13048 (fill_gregset): Use regcache_collect.
13049 (fetch_inferior_registers): Only fetch integer registers
13050 if requested to do so. Add support for XMM registers
13051 using PT_GETXMMREGS.
13052 (store_inferior_registers): Only store integer registers
13053 if requested to do so. Add support for XMM registers
13054 using PT_SETXMMREGS.
13055 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
13056 (store_inferior_registers): Remove.
13057 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
13058 (fetch_elfcore_registers): New function.
13059 (i386nbsd_elfcore_fns): New.
13060 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
13061 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
13062 i386bsd-nat.o.
13063 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
13064 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
13065 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
13066 * config/i386/tm-nbsd.h: Update copyright years.
13067 (HAVE_SSE_REGS): Define.
13068 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
13069 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
13070 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
13071 (SIGCONTEXT_PC_OFFSET): Remove.
13072 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
13073
13074 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13075
13076 * configure.tgt: Remove powerpc-*-macos* target.
13077 * config/m68k/xm-mpw.h: Delete file.
13078 * config/xm-mpw.h: Delete file.
13079 * ser-mac.c: Delete file.
13080 * mpw-make.sed: Delete file.
13081 * mpw-config.in: Delete file.
13082 * mac-xdep.c: Delete file.
13083 * mac-gdb.r: Delete file.
13084 * mac-defs.h: Delete file.
13085 * mac-nat.c: Delete file.
13086 * config/powerpc/macos.mh: Delete file.
13087 * config/powerpc/macos.mt: Delete file.
13088 * config/powerpc/nm-macos.h: Delete file.
13089 * config/powerpc/tm-macos.h: Delete file.
13090 * source.c (openp, open_source_file): Remove obsolete code.
13091 * top.c (gdb_readline): Ditto.
13092 * utils.c (query): Ditto.
13093 * event-top.c (display_gdb_prompt): Ditto.
13094 * Makefile.in (ser-mac.o): Delete obsolete target.
13095 * NEWS: Update.
13096
13097 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13098
13099 * defs.h (BIG_ENDIAN): Delete macro definition.
13100 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
13101 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
13102 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
13103 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13104 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13105 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13106 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13107 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13108 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13109 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13110 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13111 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13112 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13113 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13114 * gdbarch.c: Re-generate.
13115
13116 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13117
13118 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13119 for core files.
13120
13121 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13122
13123 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13124
13125 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13126
13127 * value.h (value_ptr): Delete typedef.
13128
13129 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13130
13131 * i386nbsd-nat.c: Update copyright years.
13132 Include i386-tdep.h.
13133
13134 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
13135
13136 * stabsread.c: Update copyright years.
13137
13138 From Debashis Mahata <debashis.mahata@wipro.com>:
13139 (read_struct_fields): Deal with Sun C compiler erroneous stab
13140 output for structs and unions.
13141 Fix PR gdb/269.
13142
13143 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13144
13145 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13146 prototype.
13147
13148 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13149
13150 * cp-abi.c: Fix whitespace.
13151 (baseclass_offset): New wrapper function.
13152 * cp-abi.h (baseclass_offset): Add prototype.
13153 (struct cp_abi_ops): Add baseclass_offset pointer.
13154
13155 * valops.c (vb_match): Move to...
13156 * gnu-v2-abi.c (vb_match): here.
13157 * valops.c (baseclass_offset): Move to...
13158 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13159
13160 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13161
13162 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13163 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13164 * hpacc-abi.c (init_hpacc_ops): Likewise.
13165
13166 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13167
13168 * valops.c (find_overload_match): Accept obj as a
13169 reference parameter. Update it before returning.
13170 * value.h (find_overload_match): Update prototype.
13171 * eval.c (evaluate_subexp_standard): Pass object to
13172 find_overload_match by reference.
13173
13174 2002-01-03 Andrew Cagney <ac131313@redhat.com>
13175
13176 * valarith.c: Replace value_ptr with struct value pointer. Remove
13177 register attribute from value declarations.
13178 * valops.c: Ditto.
13179 * value.h: Ditto.
13180 * scm-lang.c (scm_lookup_name): Ditto.
13181
13182 2002-01-03 Michael Snyder <msnyder@redhat.com>
13183
13184 Abstract the functionality of iterating over mapped memory
13185 regions into a general purpose iterator function.
13186 * procfs.c (iterate_over_mappings): New function, general purpose
13187 iterator for memory sections.
13188 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13189 (solib_mappings_callback): New function, callback for above.
13190 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13191 (info_mappings_callback): New function, callback for above.
13192
13193 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13194
13195 2002-01-01 Mark Kettenis <kettenis@gnu.org>
13196
13197 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13198 * i386-tdep.c: Include "elf-bfd.h".
13199 (process_note_abi_tag_sections): New function.
13200 (i386_gdbarch_init): Add code to recognize various OS/ABI
13201 combinations.
13202
13203 * maint.c (_initialize_maint_cmds): Add missing \ in
13204 string-literal.
13205
13206 For older changes see ChangeLog-2001
13207 \f
13208 Local Variables:
13209 mode: change-log
13210 left-margin: 8
13211 fill-column: 74
13212 version-control: never
13213 End:
This page took 0.288432 seconds and 5 git commands to generate.