daily update
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
e8afa4d7
AF
12002-11-19 Adam Fedor <fedor@gnu.org>
2
3 * objc-exp.y: Revert to old skip_quoted usage.
4
a76c9d72
AF
52002-11-19 Adam Fedor <fedor@gnu.org>
6
7 * Makefile.in (SFILES): Add objc-exp.y objc-lang.c.
8 (objc_lang_h): Define.
9 (YYFILES): Add objc-exp.tab.c.
10 (local-maintainer-clean): Remove objc-exp.tab.c.
11 (objc-exp.tab.c, objc-exp.tab.o, objc-lang.o): New target.
12
fd0e9d45
PM
132002-11-19 Pierre Muller <muller@ics.u-strasbg.fr>
14
15 * p-exp.y (typecast rule): Add automatic dereference of
16 pascal classes if needed.
17 (THIS): Set current_type.
18 Automatically dereference pascal classes.
19 (typebase rule): Add ^typebase recognition.
20
82eeeb94
AF
212002-11-18 Adam Fedor <fedor@gnu.org>
22
23 * expprint.c (print_subexp): Handle OP_OBJC_NSSTRING,
24 OP_OBJC_MSGCALL, and OP_OBJC_SELF.
25 (op_name): Handle OP_OBJC_SELF.
26 * Makefile.in (expprint.o): Add additional depends.
27
646df18d
AF
282002-11-18 Adam Fedor <fedor@gnu.org>
29
30 * expression.h: Rename ObjC ops to OP_OBJC_MSGCALL,
31 OP_OBJC_SELECTOR, OP_OBJC_NSSTRING, and OP_OBJC_SELF.
32 * parse.c (length_of_subexp, prefixify_subexp): Likewise.
33 * objc-exp.y: Likewise.
34
379b85df
AF
352002-11-18 Adam Fedor <fedor@gnu.org>
36
37 * gdb/parser-defs.h: (struct objc_class_str): New structure
38 for parsing ObjC classes.
39
85cf597a
AC
402002-11-18 Andrew Cagney <ac131313@redhat.com>
41
42 * stack.c (frame_relative_level): Copy function from here ...
43 * frame.c (frame_relative_level): ...to here.
44
5a203e44
AC
452002-11-18 Andrew Cagney <ac131313@redhat.com>
46
47 * frame.h (enum frame_type): Define.
48 (get_frame_type): Declare.
49 (struct frame_info): Add field `type'. Delete field
50 signal_handler_caller.
51 (deprecated_set_frame_signal_handler_caller): Declare.
52 * frame.c (get_frame_type): New function.
53 (deprecated_set_frame_type): New function.
54 (create_new_frame): Set the frame's type.
55 (get_prev_frame): Similar.
56 * sparc-tdep.c: Use get_frame_type instead of signal_handler_caller.
57 * s390-tdep.c: Ditto.
58 * m68klinux-nat.c: Ditto.
59 * ns32k-tdep.c: Ditto.
60 * x86-64-linux-tdep.c: Ditto.
61 * vax-tdep.c: Ditto.
62 * rs6000-tdep.c: Ditto.
63 * ppc-linux-tdep.c: Ditto.
64 * i386-interix-tdep.c: Ditto.
65 * mips-tdep.c: Ditto.
66 * m68k-tdep.c: Ditto.
67 * hppa-tdep.c: Ditto.
68 * ia64-tdep.c: Ditto.
69 * cris-tdep.c: Ditto.
70 * arm-tdep.c: Ditto.
71 * alpha-tdep.c: Ditto.
72 * i386-tdep.c: Ditto.
73 * stack.c: Ditto.
74 * ada-lang.c: Ditto.
75 * blockframe.c: Update.
76 * i386-interix-tdep.c (i386_interix_back_one_frame): Use
77 deprecated_set_frame_type instead of signal_handler_caller.
78 * ppc-linux-tdep.c (ppc_linux_init_extra_frame_info): Ditto.
79 * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
80 * breakpoint.h: Delete FIXME suggesting get_frame_type.
81
bf4ae8b2
KD
822002-11-18 Klee Dienes <kdienes@apple.com>
83
84 * Makefile.in (buildsym.o): Add dependency for gdb_assert.h.
85
a672ef13
KD
862002-11-18 Klee Dienes <kdienes@apple.com>
87
88 * buildsym.c (pop_context): Add comment.
89
0c5e171a
KD
902002-11-18 Klee Dienes <kdienes@apple.com>
91
92 * buildsym.h (pop_context): Convert to function, defined in
93 buildsym.c.
94 * buildsym.c: Include gdb_assert.h.
95 (pop_context): Implement as C function. Add check for stack
96 underflow.
97 * dbxread.c (process_one_symbol): Complain and stop processing
98 that symbol if we are already at the top of the context stack for
99 a function-end N_FUN (this would imply an umatched RBRAC). Ditto
100 when processing N_RBRAC.
101
8a1f4c4c
DJ
1022002-11-16 Daniel Jacobowitz <drow@mvista.com>
103
104 * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don't
105 define.
106 (struct target_waitstatus): Add opaque definition.
107 * corelow.c (init_core_ops): Don't set to_clone_and_follow_inferior.
108 * exec.c (init_exec_ops): Likewise.
109 * fork-child.c (clone_and_follow_inferior): Remove.
110 * hppah-nat.c (child_post_follow_inferior_by_clone): Remove.
111 * inferior.h (clone_and_follow_inferior): Remove prototype.
112 * infrun.c (follow_fork_mode_both): Remove.
113 (follow_fork_mode_kind_names): Remove commented out "both".
114 (follow_inferior_fork): Remove follow_fork_mode_both support.
115 * inftarg.c (child_clone_and_follow_inferior): Remove.
116 (child_post_follow_inferior_by_clone): Remove.
117 (init_child_ops): Don't set to_clone_and_follow_inferior
118 or to_post_follow_inferior_by_clone.
119 * target.c (default_clone_and_follow_inferior): Remove.
120 (cleanup_target): Don't set to_clone_and_follow_inferior
121 or to_post_follow_inferior_by_clone.
122 (find_default_clone_and_follow_inferior): Remove.
123 (init_dummy_target): Don't set to_clone_and_follow_inferior.
124 (debug_to_clone_and_follow_inferior): Remove.
125 (debug_to_post_follow_inferior_by_clone): Remove.
126 (setup_target_debug): Don't set to_clone_and_follow_inferior
127 or to_post_follow_inferior_by_clone.
128 * target.h (struct target_ops): Remove to_clone_and_follow_inferior
129 and to_post_follow_inferior_by_clone.
130 (child_clone_and_follow_inferior): Remove prototype.
131 (child_post_follow_inferior_by_clone): Remove prototype.
132 (target_clone_and_follow_inferior): Remove macro.
133 (target_post_follow_inferior_by_clone): Remove macro.
134 (find_default_clone_and_follow_inferior): Remove prototype.
135
47932f85
DJ
1362002-11-16 Daniel Jacobowitz <drow@mvista.com>
137
138 * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
139 inferior_has_vforked, and inferior_has_execd instead of
140 target_has_forked, target_has_vforked, and target_has_execd.
141 * config/pa/nm-hppah.h (CHILD_HAS_FORKED, CHILD_HAS_VFORKED)
142 (CHILD_HAS_EXECD, CHILD_HAS_SYSCALL_EVENT): Don't define.
143 (CHILD_WAIT): Define.
144 (child_wait): Add prototype.
145 * hppah-nat.c (hpux_has_forked): Rename from child_has_forked.
146 Add prototype.
147 (hpux_has_vforked): Likewise, from child_has_vforked.
148 (hpux_has_execd): Likewise, from child_has_execd.
149 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
150 (not_same_real_pid, child_wait): New, copied from inftarg.c.
151 Call hpux_has_forked, hpux_has_vforked, hpux_has_execd,
152 and hpux_has_syscall_event instead of the target hooks.
153 * infrun.c (inferior_has_forked, inferior_has_vforked)
154 (inferior_has_execd): New functions.
155 * inftarg.c (not_same_real_pid): Remove.
156 (child_wait): Remove references to not_same_real_pid,
157 target_has_forked, target_has_vforked, target_has_execd,
158 and target_has_syscall_event.
159 (child_has_forked, child_has_vforked, child_has_execd)
160 (child_has_syscall_event): Remove.
161 (init_child_ops): Remove references to child_has_forked,
162 child_has_vforked, child_has_execd, and child_has_syscall_event.
163 * infttrace.c (hpux_has_forked): Rename from child_has_forked.
164 (hpux_has_vforked): Likewise, from child_has_vforked.
165 (hpux_has_execd): Likewise, from child_has_execd.
166 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
167 * target.c (cleanup_target): Remove references to
168 to_has_forked, to_has_vforked, to_has_execd, and
169 to_has_syscall_event.
170 (update_current_target): Likewise.
171 (setup_target_debug): Likewise.
172 (debug_to_has_forked): Remove.
173 (debug_to_has_vforked): Remove.
174 (debug_to_has_execd): Remove.
175 (debug_to_has_syscall_event): Remove.
176 * target.h (struct target_ops): Remove to_has_forked.
177 to_has_vforked, to_has_execd, and to_has_syscall_event.
178 (child_has_forked, child_has_vforked, child_has_execd)
179 (child_has_syscall_event): Remove prototypes.
180 (inferior_has_forked, inferior_has_vforked, inferior_has_execd): Add
181 prototypes.
182 (target_has_forked, target_has_vforked, target_has_execd)
183 (target_has_syscall_event): Remove macros.
184
4088142a
DJ
1852002-11-16 Daniel Jacobowitz <drow@mvista.com>
186
187 * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
188 * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
189 (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
190 * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
191 * target.c (cleanup_target): Remove reference to
192 to_can_follow_vfork_prior_to_exec.
193 (update_current_target): Likewise.
194 (debug_to_can_follow_vfork_prior_to_exec): Remove.
195 (setup_target_debug): Remove reference to
196 to_can_follow_vfork_prior_to_exec.
197 * target.h (struct target_ops): Remove
198 to_can_follow_vfork_prior_to_exec.
199 (child_can_follow_vfork_prior_to_exec): Remove prototype.
200 (target_can_follow_vfork_prior_to_exec): Remove definition.
201 * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
202 define.
203 * infrun.c (follow_vfork_when_exec): Remove.
204 (follow_inferior_fork): Remove references to follow_vfork_when_exec.
205 (follow_exec): Likewise.
206 (handle_inferior_event): Likewise.
207 (keep_going): Likewise.
208
18cde8d5
AC
2092002-11-15 Andrew Cagney <cagney@redhat.com>
210
211 * frame.c (generic_unwind_get_saved_register): Make static.
212 * frame.h (generic_unwind_get_saved_register): Delete declaration.
213 * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
214 defaults to generic_unwind_get_saved_register.
215 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
216 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
217 * frv-tdep.c (frv_gdbarch_init): Ditto.
218 * i386-tdep.c (i386_gdbarch_init): Ditto.
219 * s390-tdep.c (s390_gdbarch_init): Ditto.
220 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
221 * v850-tdep.c (v850_gdbarch_init): Ditto.
222 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
223 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
224 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
225
a6b063af
AC
2262002-11-15 Andrew Cagney <cagney@redhat.com>
227
228 * x86-64-linux-nat.c (i386_sse_regnum_p): New function. Copy from
229 i386-tdep.c.
230
f407986f
AC
2312002-11-15 Andrew Cagney <cagney@redhat.com>
232
233 * frame.h (sigtramp_saved_pc): Delete declaration.
234 * blockframe.c (sigtramp_saved_pc): Delete function.
235 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
236 (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
237 * vax-tdep.c (vax_sigtramp_saved_pc): New function.
238 (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
239
f18c5a73
AC
2402002-11-15 Andrew Cagney <ac131313@redhat.com>
241
242 * frame.c (frame_pc_unwind): New function.
243 (frame_saved_regs_pc_unwind): New function.
244 (frame_register_unwind): Pass unwind_cache instead of
245 register_unwind_cache.
246 (set_unwind_by_pc): Add unwind_pc parameter, set.
247 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
248 (get_prev_frame): Ditto.
249 * frame.h (frame_pc_unwind_ftype): Declare.
250 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
251 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
252 (frame_pc_unwind): Declare.
253 * dummy-frame.c (dummy_frame_pc_unwind): New function.
254 (struct dummy_frame): Add comment mentioning that values are for
255 previous frame.
256 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
257 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
258 (generic_file_frame_chain_valid): Ditto.
259 * stack.c (frame_info): Ditto.
260
d9285969 2612002-11-15 David Carlton <carlton@math.stanford.edu>
0960f083
DC
262
263 * linespec.c (locate_first_half): New function.
264 (decode_line_1): Move code into locate_first_half.
265
d741b867
AC
2662002-11-15 Andrew Cagney <ac131313@redhat.com>
267
268 * complaints.h: Add comment explaining how to eliminate a
269 deprecated_complain call.
24382c5c 270 * complaints.h: Fix spelling errors.
d741b867 271
82d03c99
DC
2722002-11-15 David Carlton <carlton@math.stanford.edu>
273
274 * printcmd.c: Remove #include "disasm.h".
275
c97eb5d9
AC
2762002-11-14 Andrew Cagney <ac131313@redhat.com>
277
278 * frame.h: Move the most relevant interface functions to the start
279 of the file.
280
524d7c18
AC
2812002-11-14 Andrew Cagney <ac131313@redhat.com>
282
283 * regcache.h (deprecated_registers): Rename registers.
284 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
285 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
286 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
287 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
288 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
289 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
290 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
291 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
292 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
293 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
294 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
295 * v850ice.c: Update.
296
6411e720
AC
297Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
298
299 * utils.c (gdb_realpath): Add comment mentioning realpath with a
300 NULL buffer.
301
73937e03
AC
3022002-11-13 Andrew Cagney <cagney@redhat.com>
303
304 * regcache.h (deprecated_read_register_bytes): Rename
305 read_register_bytes.
306 (deprecated_write_register_bytes): Rename write_register_bytes.
307 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
308 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
309 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
310 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
311 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
312 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
313 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
314 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
315 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
316 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
317 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
318 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
319 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
320 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
321
fb0cd46e
JB
3222002-11-13 Jim Blandy <jimb@redhat.com>
323
324 * findvar.c (read_var_value): Doc fix.
325
2d28509a
AC
3262002-11-13 Andrew Cagney <cagney@redhat.com>
327
328 * regcache.c (struct regcache): Replace passthough_p with
329 readonly_p.
330 (regcache_xmalloc): Initialize readonly_p.
331 (build_regcache): Initialize readonly_p.
332 (regcache_save): New function.
333 (regcache_restore): New function.
334 (regcache_cpy): Re-implement using regcache_save and
335 regcache_restore.
336 (regcache_raw_read): Update.
337 (regcache_cooked_read): When a read-only cache, checked for cached
338 pseudo register values.
339 (regcache_raw_write): Assert that the cache is not read-only.
340 Remove code handling a non-passthrough cache.
341 * regcache.h (regcache_save): Declare.
342 (regcache_restore): Declare.
343
067df2e5
AC
3442002-11-13 Andrew Cagney <cagney@redhat.com>
345
346 * regcache.c (struct regcache_descr): Add fields
347 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
348 (init_legacy_regcache_descr): Compute the size of a cooked
349 register cache and then assign that to sizeof_raw_registers. Set
350 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
351 (init_legacy_regcache_descr): Ditto.
352
51b1fe4e
AC
3532002-11-13 Andrew Cagney <cagney@redhat.com>
354
355 * regcache.c (register_buffer): Move to near start of file, update
356 description.
357 (regcache_raw_read): Use.
358 (regcache_raw_write): Use.
359 (struct regcache): Rename raw_registers to registers and
360 raw_register_valid_p to register_valid_p.
361 (regcache_xmalloc): Update.
362 (regcache_xfree): Update.
363 (register_buffer): Update.
364 (regcache_cpy): Update.
365 (regcache_cpy_no_passthrough): Update.
366 (regcache_valid_p): Update.
367 (deprecated_grub_regcache_for_registers): Update.
368 (deprecated_grub_regcache_for_register_valid): Update.
369 (set_register_cached): Update.
370 (regcache_raw_write): Update.
371
80b4c677
PM
3722002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
373
374 * p-exp.y (name_not_typename): Use copy_name to
375 set current_type variable for fields of THIS.
376
0f3fafde
DJ
3772002-11-12 Daniel Jacobowitz <drow@mvista.com>
378
379 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
380 * monitor.c (init_base_monitor_ops): Likewise.
381 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
382 * remote-array.c (init_array_ops): Likewise.
383 * remote-e7000.c (init_e7000_ops): Likewise.
384 * remote-es.c (init_es1800_ops): Likewise.
385 (init_es1800_child_ops): Likewise.
386 * remote-rdp.c (init_remote_rdp_ops): Likewise.
387 * remote-sim.c (init_gdbsim_ops): Likewise.
388 * remote-st.c (init_st2000_ops): Likewise.
389 * sol-thread.c (init_sol_core_ops): Likewise.
390 (init_sol_thread_ops): Likewise.
391 * v850ice.c (init_850ice_ops): Likewise.
392 * win32-nat.c (init_child_ops): Likewise.
393 * wince.c (init_child_ops): Likewise.
394
82c0260e
AC
3952002-11-12 Andrew Cagney <ac131313@redhat.com>
396
397 * utils.c (gdb_realpath): Make rp a constant pointer.
398
70d35819
AC
3992002-11-12 Andrew Cagney <ac131313@redhat.com>
400
401 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
402 a constant buffer; cannonicalize_file_name(); realpath() with a
403 pathconf() defined buffer, xstrdup().
404
9835a8b0
AC
4052002-11-12 Andrew Cagney <ac131313@redhat.com>
406
407 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
408 to hang2.C; hang3.c to hang3.C.
409
3f47be5c
EZ
4102002-11-11 Elena Zannoni <ezannoni@redhat.com>
411
412 * findvar.c (read_var_value): Reenable TLS code.
413
4142002-11-11 Elena Zannoni <ezannoni@redhat.com>
415 Jim Blandy <jimb@redhat.com>
416
417 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
418 * target.c (update_current_target): Add
419 to_get_thread_local_address.
420 * target.h (to_get_thread_local_address): Export.
421 (target_get_thread_local_address): Define.
422 (target_get_thread_local_address_p): Define.
423 * thread-db.c: Include solib-svr4.h.
424 (td_thr_tls_get_addr_p): Define.
425 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
426 (thread_db_get_thread_local_address): New function.
427 (init_thread_db_ops): Initialize to_get_thread_local_address.
428 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
429 * configure: Regenerate.
430 * config.in: Regenerate.
431
636b1a6d
DC
4322002-11-11 David Carlton <carlton@math.stanford.edu>
433
434 * linespec.c (set_flags): New function.
435 (decode_line_1): Move code into set_flags.
436
44fe14ab
DC
4372002-11-11 David Carlton <carlton@math.stanford.edu>
438
439 * linespec.c (decode_line_1): Move chunks of code to separate
440 functions.
441 (initialize_defaults): New function.
442 (decode_indirect): New function.
443
e6f181f5
AC
4442002-11-11 Andrew Cagney <ac131313@redhat.com>
445
8971b011
AC
446 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
447 instead of void_code_ptr.
448 (sigtramp_saved_pc): Ditto.
449
e6f181f5
AC
450 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
451 i386_fp_regnum_p.
452
01ad7f36
DJ
4532002-11-10 Daniel Jacobowitz <drow@mvista.com>
454
455 * gdbtypes.h (struct main_type): Move artificial flag out of
456 loc. New member of ``struct field'' named static_kind. Reduce
457 overloaded meaning of bitsize.
458 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
459 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
460 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
461
462 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
463 new fields.
464 (template_to_fixed_record_type, template_to_static_fixed_type)
465 (to_record_with_fixed_variant_part): Likewise.
466 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
467 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
468 * dwarfread.c (struct_type, enum_type): Likewise.
469 * hpread.c (hpread_read_enum_type)
470 (hpread_read_function_type, hpread_read_doc_function_type)
471 (hpread_read_struct_type): Likewise.
472 * mdebugread.c (parse_symbol): Likewise.
473
bf1e52be
AC
4742002-11-10 Andrew Cagney <ac131313@redhat.com>
475
476 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
477 * stack.c (print_frame_info_base): Update.
478 (print_frame_info_base, frame_info): Update.
479 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
480 (sparc_frame_saved_pc): Update.
481 * ada-lang.c (find_printable_frame): Update.
482 * breakpoint.c (deprecated_frame_in_dummy): Update.
483
ce556f85
MK
4842002-11-09 Mark Kettenis <kettenis@gnu.org>
485
486 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
487 defined.
488 (regmap): Extend to cover all registers.
489 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
490 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
491 definitions.
492 (fetch_register, sore_register): Simplify.
493 (old_fetch_inferior_registers, old_store_inferior_registers):
494 Remove functions.
495 (cannot_fetch_register, cannot_store_register): Change
496 implementation to use regmap array to decide which registers
497 cannot be fetched/stored. This removes $orig_eax from the
498 registers that cannot be fetched/stored.
499 (fetch_inferior_registers): Call fetch_register directly instead
500 of calling old_fetch_inferior_registers.
501 (store_inferior_registers): Call store_register directly instead
502 of calling old_store_inferior_registers.
503 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
504 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
505 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
506
932bb524
KD
5072002-11-09 Klee Dienes <kdienes@apple.com>
508
509 * i387-tdep.c (i387_supply_register): When called with NULL as a
510 buffer, mark the register as not provided (to mirror the behavior
511 of supply_register).
512 (i387_supply_fxsave): Ditto.
513 (i387_supply_fsave): Ditto (inherits the behavior from
514 i387_supply_register).
515
ebe68b27
KD
5162002-11-09 Klee Dienes <kdienes@apple.com>
517
518 * blockframe.c (sigtramp_saved_pc): Use
519 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
520 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
521 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
522
15220c65
AC
5232002-11-09 Andrew Cagney <ac131313@redhat.com>
524
525 * frame.c (get_prev_frame): Test prev_p to identify a previously
526 unwound frame. Initialize prev_p.
527 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
528 comment.
529
95adb866
AC
5302002-11-09 Andrew Cagney <ac131313@redhat.com>
531
532 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
533 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
534 more comments. Zap dead code.
535
e71ecd70
MK
5362002-11-09 Mark Kettenis <kettenis@gnu.org>
537
538 * infcmd.c (print_vector_info, print_float_info): Move code that
539 checks whether the target has any registers and whether there is a
540 selected frame up, such that it is also used if a target provides
541 multi-arch definitions of these functions.
542
c525330d
AC
5432002-11-08 Andrew Cagney <ac131313@redhat.com>
544
72bdd927
AC
545 * Makefile.in (DESTDIR): Define.
546 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
547 prefix.
548
c525330d
AC
549 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
550 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
551
38c968cf
AC
5522002-11-08 Andrew Cagney <ac131313@redhat.com>
553
554 * i386-linux-tdep.c: Include "reggroups.h".
555 (i386_linux_register_reggroup_p): New function.
556 (i386_linux_init_abi): Set register_reggroup_p to
557 i386_linux_register_reggroup_p.
558 * i386-tdep.h (i386_register_reggroup_p): Declare.
559 * i386-tdep.c: Include "reggroups.h".
560 (i386_init_reggroups): New function.
561 (i386_add_reggroups): New function.
562 (i386_register_reggroup_p): New function.
563 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
564 (_initialize_i386_tdep): Call i386_init_reggroups.
565 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
566 specific reggroups.
567
19e33363
MK
5682002-11-09 Mark Kettenis <kettenis@gnu.org>
569
371a6e84
MK
570 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
571 request that's available in *BSD.
572
94ba925a
MK
573 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
574
19e33363
MK
575 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
576 FDOFF_REGNUM.
577
8779790c
AC
5782002-11-08 Andrew Cagney <ac131313@redhat.com>
579
580 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
581 * dummy-frame.c (find_dummy_frame): Rename
582 generic_find_dummy_frame, make static. Return the dummy frame
583 instead of the regcache.
584 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
585 (cached_find_dummy_frame): New function. Use find_dummy_frame.
586 (dummy_frame_register_unwind): Rename
587 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
588 * dummy-frame.h (dummy_frame_register_unwind): Rename
589 generic_call_dummy_register_unwind.
590
8674b74f
MK
5912002-11-08 Mark Kettenis <kettenis@gnu.org>
592
593 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
594 except the inclusion of "i386/tm-i386.h", to...
595 * config/i386/nm-i386v42mp.h: ...here.
596 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
597
4c1e7e9d
AC
5982002-11-08 Andrew Cagney <ac131313@redhat.com>
599
600 * Makefile.in (frame.o): Update dependencies.
601 * blockframe.c (current_frame, frame_obstack_alloc)
602 (frame_saved_regs_zalloc, get_current_frame)
603 (set_current_frame, create_new_frame)
604 (set_unwind_by_pc, get_next_frame)
605 (flush_cached_frames, reinit_frame_cache)
606 (frame_saved_regs_register_unwind)
607 (deprecated_generic_get_saved_register)
608 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
609 (_initialize_blockframe): Move frame code from here...
610 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
611 "annotate.h" and "dummy-frame.h".
612 (_initialize_frame): New function.
613
921e78cf
JB
6142002-11-08 Jim Blandy <jimb@redhat.com>
615
616 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
617 when we finish a function a context.
618 * buildsym.h (outermost_context_p): New macro.
619 (Bug analyzed by David Edelsohn.)
620
9c1412c1
AC
6212002-11-08 Andrew Cagney <ac131313@redhat.com>
622
623 * blockframe.c: Include "dummy-frame.h".
624 (struct dummy_frame, dummy_frame_stack)
625 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
626 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
627 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
628 (generic_save_call_dummy_addr, generic_pop_current_frame)
629 (generic_pop_dummy_frame, generic_fix_call_dummy)
630 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
631 dummy frame code from here...
632 * dummy-frame.c: ...to here. New file.
633 * dummy-frame.h: New file.
634 (generic_call_dummy_register_unwind): Declare.
635 (generic_find_dummy_frame): Declare.
636 * Makefile.in (SFILES): Add dummy-frame.c.
637 (dummy-frame.o): Specify dependencies.
638 (dummy_frame_h): Define.
639 (COMMON_OBS): Add dummy-frame.o.
640 (blockframe.o): Update dependencies.
641
208d8187
JB
6422002-11-08 Jim Blandy <jimb@redhat.com>
643
644 * dwarf2read.c (read_func_scope): Restore local_symbols and
645 param_symbols after we finish the function context. (Based on a
646 patch from David Edelsohn.)
647
413dad4d
DC
6482002-11-08 David Carlton <carlton@math.stanford.edu>
649
650 * linespec.c (symbol_found): New function.
651 (minsym_found): New function.
652 (decode_line_1): Separate out some code into separate functions.
653
5512c44a
JB
6542002-11-08 Joel Brobecker <brobecker@gnat.com>
655
656 * i386-tdep.c (i386_frameless_signal_p): Make non static for
657 the benefit of the interix target.
658 * i386-tdep.h (i386_frameless_signal_p): Declare.
659
1b33ef47
AC
6602002-11-08 Andrew Cagney <ac131313@redhat.com>
661
662 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
663 declaration that snuck in from change below.
664
23a34459
AC
6652002-11-06 Andrew Cagney <cagney@redhat.com>
666
667 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
668 all callers.
669 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
670 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
671 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
672 (i386_mxcsr_regnum_p): new function. Use instead of
673 MXCSR_REGNUM_P.
674 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
675 (i386_sse_regnum_p): Declare.
676 (i386_mxcsr_regnum_p): Declare.
677 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
678 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
679 (IS_FP_REGNUM): Update definition.
680 (IS_FPU_CTRL_REGNUM): Update definition..
681 (IS_SSE_REGNUM): Update definition..
682 * i386v-nat.c (register_u_addr): Update.
683 * go32-nat.c (fetch_register): Update.
684 (store_register): Update.
685
d709c020
JB
6862002-11-07 Joel Brobecker <brobecker@gnat.com>
687
688 Preparation work to convert the hppa targets to multiarch partial.
689
690 * hppa-tdep.c: Add new functions replacing macro bodies from
691 config/pa/tm-hppa.h. These function will be used to initialize
692 the gdbarch structure. Import some comments from tm-hppa.h,
693 and place them where appropriate, to avoid loosing them when
694 we cleanup this file.
695 (hppa_reg_struct_has_addr): New function.
696 (hppa_inner_than): New function.
697 (hppa_stack_align): New function.
698 (hppa_pc_requires_run_before_use): New function.
699 (hppa_instruction_nullified): New function.
700 (hppa_register_byte): New function.
701 (hppa_register_virtual_type): New function.
702 (hppa_store_struct_return): New function.
703 (hppa_cannot_store_register): New function.
704 (hppa_frame_args_address): New function.
705 (hppa_frame_locals_address): New function.
706 (hppa_smash_text_address): New function.
707 (hppa_coerce_float_to_double): New function. Requires the inclusion
708 of "language.h".
709
710 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
711
712 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
713 gdbarch-eligible macro to a call to the new associated function
714 created in hppa-tdep.c.
715 (INNER_THAN): Likewise.
716 (STACK_ALIGN): Likewise.
717 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
718 (INSTRUCTION_NULLIFIED): Likewise.
719 (REGISTER_BYTE): Likewise.
720 (REGISTER_VIRTUAL_TYPE): Likewise.
721 (STORE_STRUCT_RETURN): Likewise.
722 (CANNOT_STORE_REGISTER): Likewise.
723 (FRAME_ARGS_ADDRESS): Likewise.
724 (FRAME_LOCALS_ADDRESS): Likewise.
725 (SMASH_TEXT_ADDRESS): Likewise.
726 (COERCE_FLOAT_TO_DOUBLE): Likewise.
727 (ABOUT_TO_RETURN): Delete, as no longer used.
728
83c31e7d
FN
7292002-11-07 Fernando Nasser <fnasser@redhat.com>
730
731 * printcmd.c (disassemble_command): Remove obsolete function.
732 (_initialize_printcmd): Do not create disassemble command here.
733 * cli/cli-cmds.c (disassemble_command): New function. Implements
734 disassemble command.
735 (init_cli_cmds): Create disassemble command here instead.
736
0ec30a36
AC
7372002-11-07 Andrew Cagney <ac131313@redhat.com>
738
739 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
740
e600bd34
AC
7412002-11-07 Andrew Cagney <ac131313@redhat.com>
742
743 * regcache.h (regcache_cooked_read_using_offset_hack)
744 (regcache_cooked_write_using_offset_hack): Delete declarations.
745 (register_changed): Delete declaration.
746 * regcache.c (regcache_cooked_read_using_offset_hack)
747 (regcache_cooked_write_using_offset_hack): Delete functions.
748 (cooked_xfer_using_offset_hack): Delete function.
749 (register_changed): Delete function.
750
568f8739
JB
7512002-11-07 Jim Blandy <jimb@redhat.com>
752
753 * macroscope.c: #include "complaints.h".
754 (sal_macro_scope): Cope with filenames that appear in the symtabs,
755 but not in the macro table.
756 * Makefile.in (macroscope.o): Record dependency.
757
b0718b7b
JB
7582002-11-07 Joel Brobecker <brobecker@gnat.com>
759
760 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
761
2b9e5f3f
AC
7622002-11-07 Andrew Cagney <ac131313@redhat.com>
763
764 * regcache.c (deprecated_registers_fetched): Update.
765 * regcache.h (deprecated_registers_fetched): Rename
766 registers_fetched.
767 * remote-vxsparc.c (vx_read_register): Update.
768 * remote-vxmips.c (vx_read_register): Update.
769 * remote-vx68.c (vx_read_register): Update.
770 * irix5-nat.c (fetch_core_registers): Update.
771 * mipsm3-nat.c (fetch_inferior_registers): Update.
772 * sun3-nat.c (fetch_inferior_registers): Update.
773 * symm-nat.c (fetch_inferior_registers): Update.
774 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
775 (fetch_core_registers): Update.
776 (fetch_kcore_registers): Update.
777 * mips-nat.c (fetch_inferior_registers): Update.
778 * corelow.c (get_core_registers): Update.
779 * a68v-nat.c (fetch_inferior_registers): Update.
780
e6e68f1f
JB
7812002-11-06 Joel Brobecker <brobecker@gnat.com>
782
783 Put in place the framework necessary for multiarching the hppa targets.
784 * hppa-tdep.c (hppa_gdbarch_init): New function.
785 (hppa_dump_tdep): New function.
786 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
787 tdep structure dumper.
788 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
789 until the multi-arching conversion has partially been completed.
790
492254e9
AC
7912002-11-06 Andrew Cagney <ac131313@redhat.com>
792
793 * valops.c (value_assign): Merge lval_register case into
794 lval_reg_frame_relative. Use frame_register and
795 regcache_cooked_write instead of get_saved_register and
796 write_register_bytes. After flushing the register cache, try to
797 re-select the selected frame.
798
8262ee23
AC
7992002-11-06 Andrew Cagney <ac131313@redhat.com>
800
801 * regcache.h (deprecated_register_valid): Rename register_valid.
802 * regcache.c: Update.
803 * ia64-aix-nat.c: Update.
804 * i386gnu-nat.c: Update.
805 * alpha-nat.c: Update.
806 * sparc-nat.c: Update.
807 * lynx-nat.c: Update.
808 * remote-mips.c: Update.
809
4facf7e8
JB
8102002-11-06 Joel Brobecker <brobecker@gnat.com>
811
812 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
813 to end of file, to be more consistent with the pratice followed
814 by other targets.
815
f9418c0f
AC
8162002-11-06 Andrew Cagney <ac131313@redhat.com>
817
818 * infcmd.c: Include "reggroups.h" and <ctype.h>.
819 (print_float_info): Print registers in float_reggroup.
820 (print_vector_info): Print registers in vector_reggroup.
821 (default_print_registers_info): When all, print registers in
822 all_reggroup. Otherwize, print registers in general_reggroup.
823 (registers_info): Rewrite. Add support for register groups.
824 Eliminate a goto.
825
3fe235a7
EZ
8262002-11-06 Elena Zannoni <ezannoni@redhat.com>
827
828 * symtab.c (methods_info): Delete. It has been ifdeffed out for
829 ages.
830 (symtab_symbol_info): Remove eons old ifdeffed out code.
831 (_initialize_symtab): Remove prehistoric disabled 'info methods'
832 command.
833
ef944135
TR
8342002-11-06 Theodore A. Roth <troth@openavr.org>
835
836 * c-exp.y: Add missing semi-colons.
837 * f-exp.y: Add missing semi-colons.
838 * m2-exp.y: Add missing semi-colons.
839 * p-exp.y: Add missing semi-colons.
840 Add empty action to start rule to avoid a type clash error when
841 building with bison >= 1.50.
842
f8302a57
JB
8432002-11-06 Jim Blandy <jimb@redhat.com>
844
845 * macrotab.h (struct macro_source_file): Doc fix.
846
6e382aa3
JJ
8472002-11-05 Jeff Johnston <jjohnstn@redhat.com>
848
849 * varobj.c (child_exists, cplus_number_of_children): Change
850 STREQ macro references to strcmp.
851 (cplus_name_of_child): Change code to handle the fact that
852 fields are not necessarily contiguous with regards to their
853 access control. This is a fix for PR gdb/792.
854
a216a322
AC
8552002-11-05 Andrew Cagney <ac131313@redhat.com>
856
857 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
858 * gdbarch.h, gdbarch.c: Regnerate.
859 * frame.h (frame_register): Declare.
860 * frame.c (frame_register): New function.
861 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
862 GET_SAVED_REGISTER, otherwize call
863 generic_unwind_get_saved_register.
864 (frame_register_read): Use frame_register instead of
865 get_saved_register.
866
7d5b6fdd
EZ
8672002-11-05 Elena Zannoni <ezannoni@redhat.com>
868
869 From Jim Ingham <jingham@apple.com>:
870 * event-top.c (gdb_disable_readline): New function.
871 (_initialize_event_loop): Move comment.
872
b7c64260
EZ
8732002-11-05 Elena Zannoni <ezannoni@redhat.com>
874
875 * event-loop.c (start_event_loop): Add comment.
876 Update copyright.
877
c2e1b8f2
AC
8782002-11-05 Andrew Cagney <ac131313@redhat.com>
879
880 * infcmd.c (default_print_registers_info): Do not call
881 PRINT_REGISTER_HOOK.
882
87647bb0
AC
8832002-11-05 Andrew Cagney <ac131313@redhat.com>
884
885 * sparc-tdep.c (sparc_print_register_hook): Make static.
886 (sparc_print_registers_info): New function.
887 (sparc_do_registers_info): New function.
888 (sparclet_print_registers_info): New function.
889 (sparclet_do_registers_info): New function.
890 (do_sparc_print_registers_info): New function.
891 (sparc_print_registers): New static function, clone of infcmd.c's
892 default_print_registers_info.
893 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
894 (sparclet_do_registers_info): Declare.
895 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
896 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
897 Re-define.
898 (sparc_do_registers_info): Declare.
899 (PRINT_REGISTER_HOOK): Delete macro.
900 (sparc_print_register_hook): Delete declaration.
901
8155455b
DC
9022002-11-05 David Carlton <carlton@math.stanford.edu>
903
904 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
905 functions.
906 (lookup_symbol_aux_local): New function.
907 (lookup_symbol_aux_symtabs): New function.
908 (lookup_symbol_aux_psymtabs): New function.
909
29924310
DC
9102002-11-05 David Carlton <carlton@math.stanford.edu>
911
912 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
913 previous values of 'objfile' and 'block'.
914
cc303028
PM
9152002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
916
917 * values.c (value_change_enclosing_type): Set
918 enclosing_type field correctly also for the case where
919 more memory needs to be allocated.
920
1d70089a
MK
9212002-11-03 Mark Kettenis <kettenis@gnu.org>
922
f16a25ae
MK
923 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
924 of puts_filtered.
925
1d70089a
MK
926 * i387-tdep.c (i387_print_float_info): Replace calls to
927 register_read and deprecated_read_register_gen with calls to
928 frame_register_read, and make the necessary adjustments to the
929 surrounding code.
930
7e20f3fb
AC
9312002-11-02 Andrew Cagney <ac131313@redhat.com>
932
933 * gdbarch.sh (register_reggroup_p): Allow default value.
934 * gdbarch.h, gdbarch.c: Regenerate.
935
192dbe33
AC
9362002-11-02 Andrew Cagney <ac131313@redhat.com>
937
938 * regcache.h: Add coment indicating replacements for deprecated
939 functions.
940
b59ff9d5
AC
9412002-11-02 Andrew Cagney <cagney@redhat.com>
942
943 * reggroups.h, reggroups.c: New files.
944 * regcache.c: Include "reggroups.h".
945 (enum regcache_dump_what): Add `regcache_dump_groups'.
946 (regcache_dump): Contract size of the "Type" column. When
947 specified, dump the register's groups.
948 (maintenance_print_register_groups): New function.
949 (_initialize_regcache): Add command `maint print register-groups'.
950 * Makefile.in (COMMON_OBS): Add reggroups.o
951 (SFILES): Add reggroups.c.
952 (reggroups_h): Define.
953 (regcache.o, gdbarch.o): Update dependencies.
954 (reggroups.o): Specify dependencies.
955 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
956 Add opaque declaration for `struct reggroup' in generated .h file.
957 Include "reggroups.h" in generated .c file.
958 gdbarch.h, gdbarch.c: Re-generate.
959
4caf0990
AC
9602002-11-02 Andrew Cagney <cagney@redhat.com>
961
962 * regcache.h (deprecated_read_register_gen): Rename
963 read_register_gen.
964 (deprecated_write_register_gen): Rename write_register_gen.
965 * i387-tdep.c: Update.
966 * x86-64-linux-nat.c: Update
967 * wince.c: Update.
968 * thread-db.c: Update.
969 * win32-nat.c: Update.
970 * mips-tdep.c: Update.
971 * d10v-tdep.c: Update.
972 * cris-tdep.c: Update.
973 * remote-sim.c: Update.
974 * remote-rdi.c: Update.
975 * remote-rdp.c: Update.
976 * frame.c: Update.
977 * target.c: Update.
978 * blockframe.c: Update.
979 * x86-64-tdep.c: Update.
980 * xstormy16-tdep.c: Update.
981 * sh-tdep.c: Update.
982 * s390-tdep.c: Update.
983 * rs6000-tdep.c: Update.
984 * sparc-tdep.c: Update.
985 * i386-tdep.c: Update.
986 * dwarf2cfi.c: Update.
987 * regcache.c: Update.
988
7a7adcdf
JB
9892002-11-01 Joel Brobecker <brobecker@gnat.com>
990
991 New interix-specific files:
992 * config/i386/nm-interix.h: New file.
993 * config/i386/interix.mh: New file.
994 * config/i386/interix.mt: New file.
995 * i386-interix-nat.c: New file.
996 * i386-interix-tdep.c: New file.
997
bdcdd535
AC
9982002-11-01 Andrew Cagney <cagney@redhat.com>
999
1000 * frame.h (deprecated_generic_get_saved_register): Rename
1001 generic_get_saved_register.
1002 * blockframe.c (deprecated_generic_get_saved_register): Update.
1003 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
1004 (xstormy16_frame_saved_register): Update.
1005 * sh-tdep.c (sh_gdbarch_init): Update.
1006 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1007 * ia64-tdep.c (ia64_get_saved_register): Update.
1008 * cris-tdep.c (cris_gdbarch_init): Update.
1009 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
1010 * arm-tdep.c (arm_gdbarch_init): Update.
1011
2a4b7c45
DJ
10122002-10-31 Daniel Jacobowitz <drow@mvista.com>
1013
1014 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
1015
ef17e74b
DJ
10162002-10-31 Daniel Jacobowitz <drow@mvista.com>
1017
1018 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
1019 trampolines in sigaction.
1020
4904ba5b
AC
10212002-10-31 Andrew Cagney <cagney@redhat.com>
1022
1023 * h8300-tdep.c: Include "gdb_assert.h".
1024 (h8300_print_register): Add gdbarch, file and frame parameters.
1025 Use frame_read_unsigned_register to read the register's value.
1026 Use fprintf_filtered to display output.
1027 (h8300_print_registers_info): Replace h8300_do_registers_info.
1028 (h8300_gdbarch_init): Set print_registers_info.
1029
f908a0eb
AC
10302002-10-31 Andrew Cagney <cagney@redhat.com>
1031
1032 * frame.c (frame_read_unsigned_register): New function.
1033 (frame_read_signed_register): New function.
1034 * frame.h (frame_read_unsigned_register): Declare.
1035 (frame_read_signed_register): Declare.
1036
c5646e11
AC
10372002-10-31 Andrew Cagney <cagney@redhat.com>
1038
1039 * h8500-tdep.c (h8500_print_registers_info): New static function,
1040 clone of infcmd.c's default_print_registers_info.
1041 (h8500_do_registers_info): New funtion.
1042 (h8500_print_register_hook): Rename print_register_hook, make
1043 static.
1044
1045 * config/h8500/tm-h8500.h: Update copyright.
1046 (DEPRECATED_DO_REGISTERS_INFO): Define.
1047 (h8500_do_registers_info: Declare.
1048 (PRINT_REGISTER_HOOK): Delete macro.
1049 (print_register_hook): Delete function.
1050
0bdd672b
AC
10512002-10-31 Andrew Cagney <cagney@redhat.com>
1052
1053 * z8k-tdep.c (z8k_print_register_hook): Make static.
1054 (z8k_print_registers_info): New static function, clone of
1055 infcmd.c's default_print_registers_info.
1056 (z8k_do_registers_info): New function. Wrap
1057 z8k_print_registers_info.
1058 * config/z8k/tm-z8k.h: Update copyright.
1059 (PRINT_REGISTER_HOOK): Delete macro.
1060 (z8k_print_register_hook): Delete declaration.
1061 (DEPRECATED_DO_REGISTERS_INFO): Define.
1062 (z8k_do_registers_info): Declare.
1063
bf9c25dc
JB
10642002-10-30 Joel Brobecker <brobecker@gnat.com>
1065
1066 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
1067 as this is already provided by value.h, and was actually causing
1068 a compilation error because of a conflict in parameter type
1069 declaration due to a missing const keyword.
1070 (low_text_segment_addres): Fix a compilation warning.
1071
2c665b51
DJ
10722002-10-29 Daniel Jacobowitz <drow@mvista.com>
1073
1074 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
1075 registers without a name.
1076 (mips_linux_cannot_store_register): Don't store registers without
1077 a name.
1078
e70ea697
DC
10792002-10-28 David Carlton <carlton@math.stanford.edu>
1080
1081 * symtab.c (find_addr_symbol): Delete. (It was already commented
1082 out.)
1083 * symtab.h: Delete prototype for find_addr_symbol.
1084
903ad3a6
AC
10852002-10-26 Andrew Cagney <cagney@redhat.com>
1086
1087 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
1088 DO_REGISTERS_INFO.
1089 gdbarch.h, gdbarch.c: Re-generate.
1090 * infcmd.c (default_print_registers_info): Update reference.
1091 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
1092 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
1093 * sh-tdep.c (sh_gdbarch_init): Ditto.
1094 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1095 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1096
ab91194c
MK
10972002-10-26 Mark Kettenis <kettenis@gnu.org>
1098
e3033f15
MK
1099 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
1100 cfi_init_extra_frame_info.
1101 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
1102 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
1103
b83b026c
MK
1104 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
1105 target where necessary. Add more comments and remove the ones
1106 that don't provide any useful information.
1107
267bf4bb
MK
1108 * i386-tdep.c (i386_frame_saved_pc): Replace call to
1109 deprecated_read_register_dummy with
1110 frame_unwind_unsigned_register.
1111
751f1375
MK
1112 * i386-tdep.c (i386_extract_struct_value_address): Use
1113 regcache_raw_read_unsigned instead of
1114 regcache_cooked_read_unsigned since we know that the register
1115 we're reading isn't a pseudo register. Rename variable 'val' into
1116 the more descriptive 'addr'.
1117
26abbdc4
MK
1118 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
1119 (x86_64_push_return_address): Add comment.
1120 (x86_64_pop_frame): Make static.
1121 (examine_argument): Clarify comment.
1122 (x86_64_skip_prologue): Make prolog_expact variable static.
1123
9f1549cc
MK
1124 * dwarf2cfi.c: Fix some formatting problems.
1125 (context_cpy, read_encoded_pointer): Clarify comments.
1126
ab91194c
MK
1127 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
1128 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
1129 i386 target back into x86_64_gdbarch_init. Add some comments and
1130 remove meaningless ones.
1131
72367fb4
AC
11322002-10-25 Andrew Cagney <cagney@redhat.com>
1133
1134 * complaints.h (struct deprecated_complaint): Rename `struct
1135 complaint'.
1136 * complaints.c (complain): Update.
1137 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
1138 incorrect comment indicating that "symfile.h" was being included
1139 for the `struct complaint' definition.
1140 * remote-vx.c: Update.
1141 * objc-lang.c: Update.
1142 * xcoffread.c: Update.
1143 * hpread.c: Update.
1144 * mdebugread.c: Update.
1145 * stabsread.c: Update.
1146 * dwarf2read.c: Update.
1147 * dwarfread.c: Update.
1148 * elfread.c: Update.
1149 * coffread.c: Update.
1150 * stabsread.h: Update.
1151 * dbxread.c: Update.
1152 * buildsym.c: Update.
1153 * gdbtypes.c: Update.
1154 * macrotab.c: Update.
1155
1f2baacc
MK
11562002-10-25 Mark Kettenis <kettenis@gnu.org>
1157
0c1a73d6
MK
1158 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
1159 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
1160 (x86_64_init_abi): ...new function.
1161
6aee4d54 1162 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1f2baacc
MK
1163 * i386v-nat.c: Include "i386-tdep.h".
1164
8f9cbe01
AC
11652002-10-25 Andrew Cagney <cagney@redhat.com>
1166
5f11f355
AC
1167 * gdbtypes.c (address_space_name_to_int): Update.
1168 (address_space_int_to_name): Update.
1169 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
1170 multi-arch predicate.
1171 (address_class_name_to_type_flags): Ditto.
1172 * gdbarch.h, gdbarch.c: Re-generate.
1173
8f9cbe01
AC
1174 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
1175
e8d96a5d
MH
11762002-10-24 Martin M. Hunt <hunt@redhat.com>
1177
1178 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
1179
fe39c653
EZ
11802002-10-24 Elena Zannoni <ezannoni@redhat.com>
1181
1182 * symtab.h (INIT_SAL): Delete macro.
1183 (init_sal): Export.
1184 * symtab.c (init_sal): New function.
1185
1186 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
1187 to init_sal function call.
1188 (find_sal_from_funcs_and_line): Ditto.
1189 (all_sals_for_line): Ditto.
1190 * breakpoint.c (create_internal_breakpoint): Ditto.
1191 (create_fork_vfork_event_catchpoint): Ditto.
1192 (create_exec_event_catchpoint): Ditto.
1193 (parse_breakpoint_sals): Ditto.
1194 (watch_command_1): Ditto.
1195 (handle_gnu_4_16_catch_command): Ditto.
1196 (clear_command): Ditto.
1197 * hppa-tdep.c (child_enable_exception_callback): Ditto.
1198 * infcmd.c (run_stack_dummy): Ditto.
1199 * infrun.c (process_event_stop_test): Ditto.
1200 (check_sigtramp2): Ditto.
1201 (step_over_function): Ditto.
1202 * linespec.c (decode_line_2): Ditto.
1203 (decode_line_1): Ditto.
1204 * source.c (line_info): Ditto.
1205 * symtab.c (find_pc_sect_line): Ditto.
1206
baed091b
ML
12072002-10-24 Michal Ludvig <mludvig@suse.cz>
1208
1209 * dwarf2cfi.c (struct context)
1210 (struct context_reg): Moved to dwarf2cfi.h
1211 (context_alloc, frame_state_alloc, context_cpy):
1212 Made extern instead of static, removed prototypes.
1213 * dwarf2cfi.h (struct context)
1214 (struct context_reg): New, moved from dwarf2cfi.c
1215 (context_alloc, frame_state_alloc, context_cpy):
1216 New prototypes.
1217 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
1218 Changed from static to extern.
1219 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
1220 (LINUX_SIGCONTEXT_FP_OFFSET)
1221 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
1222 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
1223 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
1224 * x86-64-tdep.c (x86_64_gdbarch_init): Several
1225 set_gdbarch_*() calls now use x86-64 specific functions
1226 instead of DWARF2 CFI ones.
1227 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
1228 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
1229 (x86_64_init_extra_frame_info): New prototypes.
1230
c38da1af
DC
12312002-10-23 David Carlton <carlton@math.stanford.edu>
1232
1233 * linespec.c: #include "parser-defs.h".
1234 Delete prototype for find_template_name_end.
1235 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
1236
fb9b6b35
JJ
12372002-10-23 Jeff Johnston <jjohnstn@redhat.com>
1238
1239 * NEWS: add recent mi fixes.
1240 * varobj.c (struct varobj): Add new "updated" flag.
1241 (new_variable): Default "updated" flag to 0.
1242 (varobj_set_value): Set "updated" flag to 1 if value
1243 changes.
1244 (varobj_update): Check varobj "updated" flag before
1245 comparing old and refreshed values. Fix for
1246 PR gdb/702.
1247
8da065d5
DC
12482002-10-23 David Carlton <carlton@math.stanford.edu>
1249
1250 * parse.c (parse_exp_1): Use BLOCK_START.
1251 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1252 SYMBOL_BLOCK_VALUE.
1253 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1254
87f2f08c
DC
12552002-10-23 David Carlton <carlton@math.stanford.edu>
1256
1257 * symtab.c: Delete cplusplus_hint.
1258 Delete prototype for find_template_name_end.
1259
88cda038
EZ
12602002-10-23 Elena Zannoni <ezannoni@redhat.com>
1261
1262 * symtab.h: Update comment.
1263
2625d86c
MS
12642002-10-23 Michael Snyder <msnyder@redhat.com>
1265
1266 * printcmd.c (address_info): Restore quotes in output.
1267 * valops.c (value_of_local): Restore quotes in error message.
1268
9cc0d196
EZ
12692002-10-23 Elena Zannoni <ezannoni@redhat.com>
1270
1271 * symtab.c (symbol_demangled_name): New function.
1272 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1273 turning most of it into a function.
1274 (symbol_demangled_name): Export.
1275
19de93d0
MS
12762002-10-23 Michael Snyder <msnyder@redhat.com>
1277
1278 * valops.c (value_of_local): Restore quotes in error message.
1279
89aad1f9
EZ
12802002-10-23 Elena Zannoni <ezannoni@redhat.com>
1281
1282 * symtab.c (symbol_init_language_specific): New function.
1283 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1284 turning most of it into a function.
1285 (symbol_init_language_specific): Export.
1286
d9fa45fe
DC
12872002-10-23 David Carlton <carlton@math.stanford.edu>
1288
1289 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1290 (dwarf_attr_name): Ditto.
1291 (dwarf_type_encoding_name): Ditto.
1292 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1293 (process_die): Handle DW_TAG_namespace,
1294 DW_TAG_imported_declaration, DW_TAG_imported_module.
1295 (read_namespace): New function.
1296
1045b512
JB
12972002-10-22 Joel Brobecker <brobecker@gnat.com>
1298
1299 * configure.in: Define NEW_PROC_API on Interix too.
1300 * configure: Regenerate.
1301
13022002-10-21 Joel Brobecker <brobecker@gnat.com>
8ec41317
JB
1303
1304 * configure: Regenerate using the proper version of autoconf.
1305
3987b9d4
EZ
13062002-10-21 Elena Zannoni <ezannoni@redhat.com>
1307
1308 * findvar.c (read_var_value): Temporarily disable TLS code, until
1309 complete TLS support is added.
1310
9d774e44
EZ
13112002-10-21 Jim Blandy <jimb@redhat.com>
1312 Elena Zannoni <ezannoni@redhat.com>
1313
1314 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1315 for thread local storage locations.
1316 (struct symbol): Add objfile field.
1317 (SYMBOL_OBJFILE): Define.
1318 * dwarf2read.c (is_thread_local): New static variable.
1319 (new_symbol): If variable is in thread local fill in address class
1320 and objfile appropriately.
1321 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1322 stack operation.
1323 * printcmd.c (address_info): Print the information for thread
1324 local storage variable.
1325 * findvar.c (read_var_value): In case of thread local variable,
1326 defer to the target vector code to compute address.
1327
bc4a16ae
EZ
13282002-10-21 Elena Zannoni <ezannoni@redhat.com>
1329
1330 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1331 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1332
407caf07
EZ
13332002-10-21 Elena Zannoni <ezannoni@redhat.com>
1334
1335 * symtab.h (address_class): Rename
1336 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1337 * hpread.c (hpread_process_one_debug_symbol): Ditto.
1338 * printcmd.c (address_info): Ditto.
1339 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1340
005328e3
MK
13412002-10-20 Mark Kettenis <kettenis@gnu.org>
1342
afdb036a
MK
1343 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1344 DBREG_DRX macro to acces debug registers.
1345
ca02e098
MK
1346 * Makefile.in (i386obsd-tdep.o): New target.
1347
03cc47f7
MK
1348 * solib-sunos.c: Include "bcache.h" and "regcache.h".
1349 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1350
005328e3
MK
1351 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1352 * config/i386/obsd.mt: New file.
1353 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1354 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1355 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1356 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1357 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1358 * i386obsd-tdep.c: New file.
1359
9c96f9f2
AF
13602002-10-19 Adam Fedor <fedor@gnu.org>
1361
1362 * objc-exp.y (name_not_typename): Fix invalid comment.
1363
ce1ed485
MK
13642002-10-20 Mark Kettenis <kettenis@gnu.org>
1365
1366 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1367 to allocate partial syms and macro byte caches.
1368
1efc7aaa
DC
13692002-10-18 David Carlton <carlton@math.stanford.edu>
1370
1371 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1372
7e1d63ec
AF
13732002-10-18 Adam Fedor <fedor@gnu.org>
1374
1375 * stabsread.c (find_name_end): New function.
1376 (define_symbol): Use it.
1377
6e8d29a9
DJ
13782002-10-18 Daniel Jacobowitz <drow@mvista.com>
1379
1380 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1381 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1382 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1383 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1384
1efc7aaa 13852002-10-17 David Carlton <carlton@math.stanford.edu>
63ca651f
DC
1386
1387 * symfile.h: Add opaque declaration for struct obstack.
1388 Declare obsavestring to take a const char *.
1389 * symfile.c (obsavestring): Make first argument a const char *.
1390
1aeae86e
AF
13912002-10-16 Adam Fedor <fedor@gnu.org>
1392
1393 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1394 names when matching breakpoints in current file.
1395
8b2dbe47
KB
13962002-10-16 Kevin Buettner <kevinb@redhat.com>
1397
1398 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1399 (read_tag_pointer_type): Add address class support.
1400 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1401 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1402 New methods.
1403 * gdbarch.h, gdbarch.c: Regenerate.
1404 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1405 (make_type_with_address_space, recursive_type_dump): Add address
1406 class support.
1407 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1408 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1409 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1410
74451869
KD
14112002-10-16 Klee Dienes <kdienes@apple.com>
1412
1413 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1414 to get the last character of a char[] buffer, not
1415 name[sizeof(vptr_name)-1].
1416
ff4cb3e8
AF
14172002-10-14 Adam Fedor <fedor@gnu.org>
1418
1419 * symtab.h: New objc_specific struct.
1420 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1421 (SYMBOL_DEMANGLED_NAME): Likewise.
1422
da2cf7e0
AF
14232002-10-14 Adam Fedor <fedor@gnu.org>
1424
1425 * symfile.c (init_filename_language_table): Add ObjC file extension.
1426
4a351cef
AF
14272002-10-14 Adam Fedor <fedor@gnu.org>
1428
1429 * utils.c (puts_filtered_tabular): New function.
1430 (fprintf_symbol_filtered): Get ObjC demangled name.
1431 * defs.h (puts_filtered_tabular): Declared.
1432
9750e763
KB
14332002-10-14 Kevin Buettner <kevinb@redhat.com>
1434
1435 * c-lang.h (c_type_print_varspec_prefix): Delete.
1436 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1437 ``need_post_space'' parameter. Adjust all callers.
1438
eee771c1
DJ
14392002-10-14 Daniel Jacobowitz <drow@mvista.com>
1440
1441 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1442 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1443 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1444 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1445
46c82446
AF
14462002-10-13 Adam Fedor <fedor@gnu.org>
1447
1448 * source.c (print_source_lines): Update comments.
1449
d069f99d
AF
14502002-10-13 Adam Fedor <fedor@gnu.org>
1451
1452 * valops.c (value_of_local): New function.
1453 (value_of_this): Use it.
1454 * value.h (value_of_local): Declared.
1455
53c551b7
AF
14562002-10-13 Adam Fedor <fedor@gnu.org>
1457
1458 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1459 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1460
eb392fbf
AF
14612002-10-12 Adam Fedor <fedor@gnu.org>
1462
1463 * language.c (binop_result_type): Add language_objc to case.
1464 (integral_type): Likewise.
1465 (character_type): Likewise.
1466 (string_type): Likewise.
1467 (boolean_type): Likewise.
1468 (structured_type): Likewise.
1469 (binop_type_check): Likewise.
1470
e2b23ee9
AF
14712002-10-11 Adam Fedor <fedor@gnu.org>
1472
1473 * printcmd.c (address_info): Print 'self' for ObjC.
1474
b01ab485
AF
14752002-10-11 Adam Fedor <fedor@gnu.org>
1476
1477 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1478 OP_SELF.
1479
806e6073
AF
14802002-10-11 Adam Fedor <fedor@gnu.org>
1481
1482 * language.h (CAST_IS_CONVERSION): Add language_objc.
1483
50f85cdf
AF
14842002-10-11 Adam Fedor <fedor@gnu.org>
1485
1486 * defs.h (enum language): Add language_objc.
1487
0d540cdf
KD
14882002-10-11 Klee Dienes <kdienes@apple.com>
1489
69266111 1490 * corefile.c (read_memory_typed_address): New function.
0d540cdf
KD
1491 * gdbcore.h (read_memory_typed_address): Add prototype.
1492 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1493 to read a value destined for a CORE_ADDR, not read_memory_integer.
1494 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1495 (f77_get_dynamic_lowerbound): Ditto.
1496
d5dc7960
MH
14972002-10-11 Martin M. Hunt <hunt@redhat.com>
1498
1499 * utils.c (string_to_core_addr): After turning string into
1500 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1501 which will do necessary sign-extension, etc.
1502
8343f86c
DJ
15032002-10-11 Daniel Jacobowitz <drow@mvista.com>
1504
1505 * c-exp.y (THIS): Delete token and grammar rule.
1506 (yylex): Don't return THIS.
1507 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1508 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1509 * demangle.c (cplus_markers): Update comment. Put '$'
1510 first. Remove CPLUS_MARKER.
1511 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1512 * jv-exp.y (THIS): Delete token and grammar rule.
1513 (yylex): Don't return THIS.
1514 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1515 * objc-exp.y (THIS): Delete token and grammar rule.
1516 (yylex): Don't return THIS.
1517 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1518 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1519 (read_member_functions): Likewise for opname.
1520 (read_tilde_fields): Use is_cplus_marker.
1521
1522 * defs.h (CPLUS_MARKER): Don't define.
1523 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1524 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1525 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1526 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1527 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1528
1529 * config/i386/tm-i386v4.h: Delete file.
1530 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1531 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1532 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1533 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1534 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1535 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1536 * config/i386/i386v4.mt (TM_FILE): Likewise.
1537 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1538
967c0d83
MM
15392002-10-10 Marko Mlinar <markom@opencores.org>
1540
1541 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1542 accidentially not commited 2002-10-09
1543 * gdbarch.h, gdbarch.c: Re-generate.
1544
f74fa174
MM
15452002-10-09 Marko Mlinar <markom@opencores.org>
1546
1547 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1548 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1549 * gdbarch.h, gdbarch.c: Re-generate.
1550
57349743
JB
15512002-10-08 Petr Sorfa <petrs@caldera.com>
1552
1553 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1554
1555 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1556 so we can work on more than one compilation unit at a time. This
1557 helps prepare GDB to handle inter-CU die references.
1558 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1559 the code to be defined before struct comp_unit_head.
1560 (comp_unit_head): Added new members - offset, cu_head,
1561 begin_die, next and dwarf2_abbrevs.
1562 (dwarf2_abbrevs): Removed single static var; now member of
1563 struct comp_unit_head.
1564 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1565 members.
1566 (psymtab_to_symtab_1): Changed to work with the new
1567 struct comp_unit_head.
1568 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1569 constructs the dwarf2_abbrevs[] inside the cu_header.
1570 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1571 dwarf2_abbrev table to clean up.
1572 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1573 handling of dwarf2_abbrevs inside the cu_header.
1574 (read_partial_die): Now supports the call to the new
1575 dwarf2_lookup_abbrev.
1576 (read_full_die): Now supports the call to the new
1577 dwarf2_lookup_abbrev.
1578
4092aadb
CF
15792002-10-06 Christopher Faylor <cgf@redhat.com>
1580
1581 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1582 insure that shell variables, such as "transformed_name" are propagated
1583 to later shell statements in rule.
1584
af0b2512
MK
15852002-10-06 Mark Kettenis <kettenis@gnu.org>
1586
1587 * config/i386/nm-i386sco.h: Add protection against
1588 multiple-inclusion. Include "i386/nm-i386v.h".
1589 (REGISTER_U_ADDR): Remove define.
1590 (i386_register_u_addr): Remove prototype.
1591
d6020d45
MS
15922002-10-04 Michael Snyder <msnyder@redhat.com>
1593
1594 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1595 before treating it as a single-step event.
1596
7248f48e
AF
15972002-10-03 Adam Fedor <fedor@gnu.org>
1598
1599 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1600 (objc_demangle): Remove assignment in if statements, Replace
1601 free with xfree.
1602 (add_msglist): Likewise.
1603 (end_msglist): Likewise.
1604 (complare_selectors): Likewise.
1605 (selectors_info): Likewise.
1606 (compare_classes): Likewise.
1607 (classes_info): Likewise.
1608 (print_object_command): Likewise.
1609 (find_objc_msgcall_submethod): Replace PTR with void *.
1610 * objc-lang.h: Remove check for __STDC__.
1611
52c6a6ac
JJ
16122002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1613
1614 * ui-out.h (ui_out_field_fmt_int): New prototype.
1615 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1616 of field width and alignment.
1617 * stack.c (print_frame_info_base): When printing frame level, use
1618 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1619 PR gdb/192
1620
7e3cec17
JJ
16212002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1622
1623 * MAINTAINERS: Add self to Write After Approval list.
1624
a58dd373
EZ
16252002-10-02 Elena Zannoni <ezannoni@redhat.com>
1626
1627 * infcmd.c (interrupt_target_command_wrapper): Delete.
1628 (interrupt_target_command): Make non static.
1629 (nofp_registers_info): Make static.
1630 * stack.c (return_command_wrapper): Delete.
1631 (return_command): Make non static.
1632
cee6ddeb
EZ
16332002-10-02 Elena Zannoni <ezannoni@redhat.com>
1634
1635 * event-top.c (gdb_setup_readline): New function. Code moved from
1636 _initialize_event_loop().
1637 (_initialize_event_loop): Call gdb_setup_readline().
1638
c4ed33b9
AC
16392002-10-02 Andrew Cagney <ac131313@redhat.com>
1640
1641 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1642 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1643 * gdbarch.h, gdbarch.c: Re-generate.
1644
cef4f5dd
DJ
16452002-10-02 Daniel Jacobowitz <drow@mvista.com>
1646
1647 Fix PR gdb/778
1648 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1649 before recursing.
1650 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1651 of fill_in_vptr_fieldno.
1652
36dc181b 16532002-10-02 Elena Zannoni <ezannoni@redhat.com>
cee6ddeb 1654
36dc181b
EZ
1655 * inferior.h (registers_info, stepi_command, nexti_command,
1656 continue_command, interrupt_target_command): Export from infcmd.c.
1657 * frame.h (args_info, selected_frame_level_changed_hook,
1658 return_command): Export from stack.c.
1659 * v850ice.c (stepi_command, nexti_command, continue_command): use
1660 prototypes from inferior.h.
1661 * tracepoint.c (registers_info, args_info, locals_info): Use
1662 prototypes from frame.h and inferior.h.
1663 * Makefile.in (mi-main.o): Add dependency on frame.h.
1664
6f99cb26
AC
16652002-10-02 Andrew Cagney <ac131313@redhat.com>
1666
da3eff49
AC
1667 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1668 value in register 3 adjusted by ppc_gp0_regnum.
1669
6f99cb26
AC
1670 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1671
da615bee
MM
16722002-10-02 Marko Mlinar <markom@opencores.org>
1673
1674 * MAINTAINERS: Add myself to the Write After Approval list.
1675
d154bee2
AO
16762002-10-01 Alexandre Oliva <aoliva@redhat.com>
1677
62a49b2c
AO
1678 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1679 of the section for the N64 ABI, fixed.
1680
d154bee2
AO
1681 * config/mips/tm-irix6.h: Include solib.h.
1682
ed348acc
EZ
16832002-10-01 Elena Zannoni <ezannoni@redhat.com>
1684
1685 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1686 GNU operators.
1687
da0f9dcd
AC
16882002-10-01 Andrew Cagney <ac131313@redhat.com>
1689
1690 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1691 and that "mi0" syntax has been removed.
1692
bdf64bac
DC
16932002-09-30 David Carlton <carlton@math.stanford.edu>
1694
1695 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1696 * ppc-sysv-tdep.c: #include "gdb_string.h".
1697 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1698 pacify GCC.
1699
54c2a1e6
AC
17002002-10-01 Andrew Cagney <ac131313@redhat.com>
1701
1702 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1703 "vrsave"'s register number.
1704
cedea778
AC
17052002-09-30 Andrew Cagney <ac131313@redhat.com>
1706
1707 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1708 use frame_unwind_signed_register to obtain the PC.
1709 (mips_frame_chain): Handle a generic dummy frame.
1710 (mips_init_extra_frame_info): When a generic dummy frame, don't
1711 re-compute the frame base.
1712 (mips_pop_frame): Handle generic dummy frames.
1713 (mips_gdbarch_init): When generic dummy frames, set
1714 use_generic_dummy_frames, push_dummy_frame to
1715 generic_push_dummy_frame, pc_in_call_dummy to
1716 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1717 generic_save_dummy_frame_tos.
1718
68315eb8
AC
17192002-09-30 Andrew Cagney <ac131313@redhat.com>
1720
1721 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1722 against TOP when TOP was explictly set.
1723 (generic_push_dummy_frame): Set TOP to zero.
1724
3b8630c3
EZ
17252002-09-30 Elena Zannoni <ezannoni@redhat.com>
1726
1727 * event-loop.c (start_event_loop): Rename variable 'result' to
1728 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1729
28ee05e9
KS
17302002-09-30 Keith Seitz <keiths@redhat.com>
1731
1732 * gdb-events.sh (selected_thread_changed): New event.
1733 * gdb-events.c: Regenerated.
1734 * gdb-events.h: Regenerated.
1735
6eecb1c8
HPN
17362002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1737
1738 * MAINTAINERS: Add self to Write After Approval list.
1739
92df71f0
FN
17402002-09-30 Fernando Nasser <fnasser@redhat.com>
1741
3b8630c3
EZ
1742 * disasm.c: New file.
1743 * disasm.h: New file.
92df71f0
FN
1744 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1745 (compare_lines): Ditto.
1746 (dump_insns): Ditto.
3b8630c3
EZ
1747 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1748 argument.
92df71f0 1749 (do_assembly_only): Ditto.
3b8630c3
EZ
1750 (do_disassembly): Renamed to gdb_disassembly and moved to
1751 disasm.c. Sdded uiout argument.
1752 * Makefile.in: Add new files. Reorder SFILES list. Update
1753 dependencies. Include libgdb.a later in the insight executable.
92df71f0 1754
0c22854d
AC
17552002-09-29 Andrew Cagney <ac131313@redhat.com>
1756
1757 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1758 bfd/elf64-alpha-fbsd.c.
1759
e67f2023
AC
17602002-09-29 Andrew Cagney <ac131313@redhat.com>
1761
1762 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1763 i386gnu-tdep.c.
1764
89396210
AC
17652002-09-29 Andrew Cagney <ac131313@redhat.com>
1766
1767 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1768 __FUNCTION__.
1769 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1770 function name.
1771 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1772 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1773 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1774 (S_msg_sig_post_reply): Ditto.
1775
7079c36c
CV
17762002-09-28 Corinna Vinschen <vinschen@redhat.com>
1777
89396210
AC
1778 * sh-tdep.c (sh_use_struct_convention): Use definition according
1779 to ABI.
7079c36c
CV
1780 (sh_push_arguments): Store in register with correct endianess.
1781 (sh_default_store_return_value): Ditto.
1782 (sh_gdbarch_init): Set sizeof long double to 8.
1783
975ac915
MK
17842002-09-27 Mark Kettenis <kettenis@gnu.org>
1785
1786 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1787 Fix some whitespace problems.
1788
9bbe19fb
DC
17892002-09-27 David Carlton <carlton@math.stanford.edu>
1790
1791 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1792 (mcore-tdep.o): Ditto.
1793 (ns32k-tdep.o): Ditto.
1794 (ns32knbsd-tdep.o): Ditto.
1795 (sh3-rom.o): Ditto.
1796 (vax-tdep.o): Ditto.
1797 * cris-tdep.c: #include "gdb_string.h"
1798 * mcore-tdep.c: Ditto.
1799 * ns32k-tdep.c: Ditto.
1800 * ns32knbsd-tdep.c: Ditto.
1801 * sh3-rom.c: Ditto.
1802 * vax-tdep.c: Ditto.
1803
43b2fdc7
DC
18042002-09-27 David Carlton <carlton@math.stanford.edu>
1805
1806 * config/djgpp/fnchange.lst: Add entries for
1807 gdb/testsuite/gdb.c++/m-static files.
1808
e8cfbbd9
JW
18092002-09-27 Jim Wilson <wilson@redhat.com>
1810
1811 * MAINTAINERS: Add myself to the Write After Approval list.
1812
43b2fdc7 18132002-09-26 Martin M. Hunt <hunt@redhat.com>
4e0df2df
MH
1814
1815 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1816
1817
9f3b7f07
AC
18182002-09-26 Andrew Cagney <ac131313@redhat.com>
1819
1820 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1821 frame.
1822
11269d7e
AC
18232002-09-26 Andrew Cagney <ac131313@redhat.com>
1824
1825 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1826 (rs6000_struct_return_address): Delete variable.
1827 (rs6000_store_struct_return): Update.
1828 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1829 deprecated_extract_struct_value_address.
1830 (rs6000_frame_align): New function.
1831 (rs6000_gdbarch_init): Set frame_align.
1832
f15ab4a7
AC
18332002-09-26 Andrew Cagney <ac131313@redhat.com>
1834
1835 From Grace Sainsbury <graces@redhat.com>:
1836 * Makefile.in (gdbtk-main.o): New target.
1837 (gdb.o): New target.
1838 (main_h): Define.
1839 (main.o): Update dependencies.
1840 (gdb$(EXEEXT)): Add gdb.o.
1841 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1842 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1843 (SUBDIR_GDBTK_CLEAN): Set.
1844 (install-gdbtk): Install the insight binary.
1845 (uninstall-gdbtk): New target.
1846 (all-gdbtk, clean-gdbtk): New rule.
1847 * top.c (use_windows): Default to zero.
1848 * main.c: Include "main.h".
1849 (main): Delete.
1850 (struct captured_main_args): Delete.
1851 (gdb_main): New function.
1852 * main.h: New file.
1853 * gdb.c: New File.
1854
e36180d7
AC
18552002-09-25 Andrew Cagney <cagney@redhat.com>
1856
1857 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1858 (frame_map_regnum_to_name): New function.
1859 (frame_map_name_to_regnum): New function.
1860 * frame.h (frame_map_name_to_regnum): Declare.
1861 (frame_map_regnum_to_name): Declare.
1862 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1863 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1864 * parse.c: Do not include "builtin-regs.h".
1865 (target_map_name_to_register): Delete function.
1866 (write_dollar_variable): Use frame_map_name_to_regnum.
1867 * parser-defs.h (target_map_name_to_register): Delete declaration.
1868 * expprint.c: Include "frame.h".
1869 (print_subexp): Use frame_map_regnum_to_name.
1870 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1871 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1872
8b69000d
AC
18732002-09-25 Andrew Cagney <ac131313@redhat.com>
1874
1875 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1876 wasn't saved, and the next innermost frame is a dummy, return the
1877 dummy frame's link register.
1878
046ca86a
JB
18792002-09-24 Jim Blandy <jimb@redhat.com>
1880
1881 Fix from Paul Breed:
1882 * main.c (captured_main): Add a `break' after the case for 'b'.
1883
94b66fa7
KS
18842002-09-24 Keith Seitz <keiths@redhat.com>
1885
1886 * varobj.c (c_type_of_child): Use get_target_type instead
1887 of TYPE_TARGET_TYPE.
1888
c214a6fd
FN
18892002-09-22 Fernando Nasser <fnasser@redhat.com>
1890
53cb0458
FN
1891 * source.c (get_current_or_default_source_symtab_and_line): Remove
1892 function.
1893 (set_default_source_symtab_and_line): New function. Attempts to
1894 determine a source file to list lines from if one is not currently
1895 defined.
1896 (get_current_source_symtab_and_line): Initialize sal.pc and
1897 sal.end fields.
1898 (set_current_source_symtab_and_line): Mark argument as const.
1899 * source.h: Update declarations and comments.
1900 * linespec.c (decode_line_1): Replace call to removed routine above.
1901 * stack.c (print_frame_info_base): Ditto.
1902 * cli/cli-cmds.c (edit_command): Ditto.
1903 (list_command): Ditto.
1904
19052002-09-22 Fernando Nasser <fnasser@redhat.com>
1906
d6020d45 1907 * source.c (get_current_or_default_source_symtab_and_line): Initialize
53cb0458 1908 sal.pc and sal.end fields.
c214a6fd
FN
1909 (get_current_or_default_source_symtab_and_line): Ditto.
1910 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1911 so we do not cause a new source symtab to be searched for (reverting an
1912 unintentional change from the 2002-09-20 patch).
1913 * scm-lang.c (scm_unpac): Ditto.
1914
cc3b68a5
AC
19152002-09-21 Andrew Cagney <cagney@redhat.com>
1916
1917 * complaints.c (symfile_explanations): Remove new-line from
1918 ``isolated_message''.
1919 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1920 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1921
5835abe7
NC
19222002-09-20 Nick Clifton <nickc@redhat.com>
1923
1924 * NEWS: Announce that V850EA ISA is no longer supported.
1925 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1926
a15ef5f5
DC
19272002-09-20 David Carlton <carlton@math.stanford.edu>
1928
06ba1b39
DC
1929 * Makefile.in (c-lang.o): Correct dependencies.
1930 (utils.o): Gather dependencies.
1931 (charset.o): Move.
a15ef5f5
DC
1932 * c-lang.c: #include "gdb_string.h"
1933
87885426
FN
19342002-09-20 Fernando Nasser <fnasser@redhat.com>
1935
1936 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1937 * cli/cli-cmds.c (list_command): New function. Implements the new
1938 cli edit command.
1939 (_init_cli_cmds): Add new command definition.
1940 * gdb.1: Document edit command.
1941 * doc/gdb.texinfo: Document edit command.
1942
19432002-09-20 Fernando Nasser <fnasser@redhat.com>
0378c332
FN
1944
1945 * source.c: Make global variables current_source_symtab and
1946 current_source_line static.
1947 (list_command): Moved to cli/cli-cmds.c.
1948 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1949 (get_first_line_listed): New accessor function.
1950 (get_lines_to_list): New accessor function.
1951 (get_current_source_symtab_and_line): New function. Retrieves the
1952 position in the source code that we consider current.
1953 (get_current_or_default_source_symtab_and_line): New function.
1954 Like the above but attempts to determine a default position if one
1955 is not currently defined.
1956 (set_current_source_symtab_and_line): New function. Sets the source
1957 code position considered current and returns the previously set one.
1958 (clear_current_source_symtab_and_line): Reset stored information about
1959 a current source line.
1960 (_initialize_source): Remove registration for the "list" command and
1961 its alias.
1962 * source.h: Add declarations for the new functions above.
1963 * symtab.h: Remove declarations for the global variables mentioned
1964 above.
1965 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1966 obtain current source line.
1967 * linespec.c (decode_line_1): Ditto.
1968 * macroscope.c (default_macro_scope): Ditto.
1969 * scm-lang.c (scm_unpac): Ditto.
1970 * stack.c (print_frame_info_base): Ditto.
1971 * symfile.c (clear_symtab_users): Ditto.
1972 * symtab.c (decode_line_spec): Ditto.
1973 * cli/cli-cmds.c (list_command): Moved here from source.c.
1974 (ambiguous_line_spec): Moved here from source.c.
1975 (_init_cli_cmds): Add definition for "list" and its alias.
1976 * Makefile.in: Update dependencies.
1977
ddd216ea
CV
19782002-09-20 Corinna Vinschen <vinschen@redhat.com>
1979
1980 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1981 with what gcc thinks is correct.
1982
6d305052
CV
19832002-09-20 Corinna Vinschen <vinschen@redhat.com>
1984
1985 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1986 multiple register push instruction.
1987
234b45d4
KB
19882002-09-19 Jim Blandy <jimb@redhat.com>
1989
1990 Add support for distinct host and target character sets.
1991 * charset.c, charset.h: New files.
1992 * c-exp.y: #include "charset.h".
1993 (yylex): Convert character and string literals to the target
1994 character set, before returning them as the semantic value of the
1995 token.
1996 * c-lang.c: #include "charset.h".
1997 (c_emit_char): Use charset-specific methods to recognize
1998 characters with backslash escape forms, to decide which characters
1999 to print literally and which to print using numeric escape
2000 sequences, and to convert target characters to host characters
2001 before printing.
2002 * utils.c: #include "charset.h".
2003 (no_control_char_error): New function.
2004 (parse_escape): Use charset-specific methods to recognize
2005 backslash escapes, parse `control character' notation, and convert
2006 characters from the host character set to the target character set.
2007 * configure.in: Set the default host character set.
2008 Check where to find iconv, and what its argument types might be.
2009 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
2010 * Makefile.in (SFILES): List charset.c.
2011 (COMMON_OBS): List charset.o.
2012 (charset.o): New rule.
2013 (charset_h): New header dependency variable.
2014 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
2015 (LIBICONV): New variable, set by configure.
2016 (CLIBS): Include $(LIBICONV) here.
2017 * aclocal.m4, config.in, configure: Regenerated.
2018
525d6a61
JB
20192002-09-19 Joel Brobecker <brobecker@gnat.com>
2020
2021 * ada-exp.y: Add missing semicolons to end rules. Fixes a
2022 bison 1.35 warning.
2023
3ed93867
RE
20242002-09-19 Richard Earnshaw <rearnsha@arm.com>
2025
2026 * gdb_mbuild.sh: New file.
2027
437666f8
AC
20282002-09-19 Andrew Cagney <ac131313@redhat.com>
2029
2030 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
2031
389e51db
AC
20322002-09-18 Andrew Cagney <ac131313@redhat.com>
2033
2034 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
2035 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
2036 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
2037 valops.c, value.h: Revert previous change.
2038
3b4efeaa
MS
20392002-09-18 Michael Snyder <msnyder@redhat.com>
2040
2041 Preliminary support for Objective-C:
2042 * defs.h (language_objc): New enum value.
2043 (puts_filtered_tabular): Declaration only, exported from utils.c.
2044 (skip_quoted): Delete, declared in completer.h.
2045 * c-exp.y: Include completer.h.
2046 * p-exp.y: Ditto.
2047 * jv-exp.y: Ditto.
2048 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
2049 New operator enum values.
2050 * language.h (CAST_IS_CONVERSION): Test for language_objc.
2051 * language.c (binop_result_type): Handle language_objc case.
2052 (integral_type, character_type, string_type, boolean_type,
2053 structured_type, binop_type_check): Ditto.
2054 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
2055 (struct objc_specific): Add to general_symbol_info.
2056 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
2057 (SYMBOL_DEMANGLED_NAME): Handle objc case.
2058 * parser-defs.h (struct objc_class_str): New struct type.
2059 (start_msglist, end_msglist, add_msglist): Declaration only,
2060 exported from objc-lang.c.
2061 * value.h (value_of_local, value_nsstring,
2062 call_function_by_hand_expecting_type): Exported from valops.c.
2063 * valops.c (find_function_addr): Export.
2064 (call_function_by_hand_expecting_type): New function.
2065 (value_of_local): New function.
2066 * symfile.c (init_filename_language_table): Add ".m" extension
2067 for Objective-C.
2068 * utils.c (puts_filtered_tabular): New function.
2069 (fprintf_symbol_filtered): Add objc demangling support (disabled).
2070 (set/show demangle): Extend help-string to refer to ObjC.
2071 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
2072 * stabsread.c (symbol_reference_defined): Objective-C symbols
2073 may contain colons: make allowances when scanning stabs strings
2074 for colons.
2075 (objc_find_colon): New function.
2076 * printcmd.c (address_info): If language == objc then print
2077 "self" instead of "this".
2078 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
2079 OP_NSSTRING, and OP_SELF.
2080 (prefixify_subexp): Ditto.
2081 * source.c (print_source_lines): Mention objc in comment.
2082 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
2083 method names.
2084
b9caf505
AC
20852002-09-18 Andrew Cagney <ac131313@redhat.com>
2086
2087 * complaints.h: Update copyright.
2088 (struct complaints): Declare.
2089 (struct complaint): Make `message' constant.
2090 (internal_complaint): Declare.
2091 (complaint): Declare.
2092 (complaint_root): Delete declaration.
2093 (symfile_complaints): Delete declaration.
2094 (struct complaints): Add opaque declaration.
2095 (clear_complaints): Add a complaints parameter.
2096 * complaints.c: Update copyright.
2097 (enum complaint_series): Define.
2098 (complaint_root): Delete.
2099 (struct complaints): Define.
2100 (complaint_sentinel, symfile_complaint_book): New variables.
2101 (symfile_explanations, symfile_complaints): New variables.
2102 New variables.
2103 (get_complaints): New function.
2104 (vcomplaint): New function.
2105 (complaint): New function.
2106 (internal_complaint): New function.
2107 (complain): Call vcomplain with symfile_complaint.
2108 (clear_complaints): Rewrite.
2109 (_initialize_complaints): Use add_setshow_command.
2110 * Makefile.in (complaints.o): Update dependencies.
2111 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
2112 to call to clear_complaints.
2113 (new_symfile_objfile, reread_symbols): Ditto.
2114 (oldsyms_complaint): Delete.
2115 (empty_symtab_complaint, unknown_option_complaint): Delete.
2116 (free_named_symtabs): Use complaint instead of complain.
2117
d2e6263c
MS
21182002-09-18 Michael Snyder <msnyder@redhat.com>
2119
5fb2031a
AC
2120 Contributed by Apple Computer, Inc. Merged with current sources
2121 by Adam Fedor <fedor@doc.com> [cagney].
2122
d2e6263c
MS
2123 * objc-lang.c: First clean-up round: comments, indentation.
2124 * objc-lang.h: Ditto.
2125 * objc-lang.y: Ditto.
2126
dec43320
AC
21272002-09-18 Andrew Cagney <ac131313@redhat.com>
2128
2129 * maint.c (maintenance_internal_error): Print the parameter as the
2130 error message.
2131 (maintenance_internal_warning): New function.
2132 (_initialize_maint_cmds): Add command `maint internal-warning'.
2133
2134 * defs.h (internal_warning, internal_vwarning): Declare.
2135 * utils.c (struct internal_problem): Define.
2136 (internal_vproblem): New function.
2137 (internal_warning): New function.
2138 (internal_vwarning): New function.
2139 (internal_warning_problem, internal_error_problem): New variables.
2140 (internal_verror): Just call internal_vproblem.
2141
b81654f1
MS
21422002-09-18 Michael Snyder <msnyder@redhat.com>
2143
2144 * objc-lang.c: New file, support for Objective-C.
2145 Preliminary check-in, not yet integrated into gdb.
2146 * objc-lang.h: New file.
2147 * objc-exp.y: New file.
2148
0542c381
AC
21492002-09-18 Andrew Cagney <ac131313@redhat.com>
2150
7bda5e4a
AC
2151 * infrun.c (signal_stop_update): Convert definition to ISO C.
2152 (signal_print_update): Ditto.
2153 (signal_pass_update): Ditto.
2154 * inflow.c (terminal_save_ours): Ditto.
2155
5247b418
AC
2156 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
2157 comments.
2158
fc60962c
AC
2159 * config/djgpp/fnchange.lst: Handle name clashes between
2160 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
2161 bfd/coff-tic80.c.
2162
0542c381
AC
2163 * i386-linux-tdep.h: Fix tipo.
2164
5b924b9b
AF
21652002-09-18 Adam Fedor <fedor@gnu.org>
2166
2167 * MAINTAINERS: Add myself to the Write After Approval list.
2168
5afc051b
JB
21692002-09-18 Jim Blandy <jimb@redhat.com>
2170
2171 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
2172 texthigh and textlow to reader-specific structs caused
2173 objfile_relocate to miss them. This is fixable, but the work that
2174 the change was supposed to prepare GDB for never got done anyway.
2175
eb944380
DC
21762002-09-18 David Carlton <carlton@math.stanford.edu>
2177
2178 * MAINTAINERS: Alphabetize Write After Approval list.
2179
948e66d9
DJ
21802002-09-18 Daniel Jacobowitz <drow@mvista.com>
2181
2182 Fix PR gdb/709
2183 * values.c (value_static_field): Call read_var_value.
2184
dc604539
AC
21852002-09-18 Andrew Cagney <ac131313@redhat.com>
2186
2187 * valops.c (hand_function_call): Align the initial stack pointer
2188 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
2189 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
2190 return value.
2191 * mips-tdep.c (mips_frame_align): New function.
2192 (mips_gdbarch_init): Set frame_align.
2193 * gdbarch.sh (FRAME_ALIGN): New method.
2194 * gdbarch.h, gdbarch.c: Re-generate.
2195
cb7e422f
ML
21962002-09-18 Michal Ludvig <mludvig@suse.cz>
2197
2198 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
2199 registers.
2200
a094c6fb
AC
22012002-09-17 Andrew Cagney <ac131313@redhat.com>
2202
2203 * NEWS: Mention that MIPS $fp behavior changed.
2204 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
2205 reference to FP_REGNUM.
2206 (mipsnbsd_cannot_store_register): Ditto.
2207 * mips-linux-nat.c: Update copyright.
2208 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
2209 (mips_linux_cannot_store_register): Ditto.
2210 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
2211 * config/mips/tm-mips.h: Update copyright.
2212 (FP_REGNUM): Delete macro.
2213 (MIPS_REGISTER_NAMES): Replace "fp" with "".
2214 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
2215 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
2216 (mips_r3041_reg_names, mips_r3051_reg_names)
2217 (mips_r3081_reg_names): Replace "fp" with "".
2218 Fix PR gdb/480.
2219
45cf40d1
TR
22202002-09-17 Theodore A. Roth <troth@verinet.com>
2221
2222 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
2223 generic_read_register_dummy() (PR gdb/703).
2224 (avr_push_return_address): #if 0 out unused vars.
2225 (avr_gdbarch_init): Enable use of avr_push_return_address().
2226
c7e701b5
MS
22272002-09-17 Michael Snyder <msnyder@redhat.com>
2228
d76ba2a5 2229 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
2230 RTE will take care of it.
2231
20bcf01c
AC
22322002-09-17 Andrew Cagney <ac131313@redhat.com>
2233
2234 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
2235 invalid, return SP_REGNUM.
2236
009a9971 22372002-09-17 Michael Snyder <msnyder@redhat.com>
21f87145
MS
2238
2239 * mips-tdep.c (mips_pop_frame): Read saved values of floating
2240 point registers without sign extension.
2241
135c175f
AC
22422002-09-17 Andrew Cagney <cagney@redhat.com>
2243
2244 * blockframe.c (deprecated_read_register_dummy): Rename
2245 generic_read_register_dummy.
2246 * frame.c (frame_unwind_signed_register): New function.
2247 (frame_unwind_unsigned_register): New function.
2248 * frame.h (frame_unwind_signed_register): Declare.
2249 (frame_unwind_unsigned_register): Declare.
2250 (deprecated_read_register_dummy): Rename
2251 generic_read_register_dummy.
2252
2253 * h8300-tdep.c (h8300_frame_chain): Update.
2254 (h8300_frame_saved_pc): Update.
2255 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2256 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2257 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2258 (s390_frame_chain): Update.
2259 * v850-tdep.c (v850_find_callers_reg): Update.
2260 (v850_frame_saved_pc): Update.
2261 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2262 (m32r_find_callers_reg): Update.
2263 (m32r_frame_saved_pc): Update.
2264 * sh-tdep.c (sh_find_callers_reg): Update.
2265 (sh64_get_saved_pr): Update.
2266 (sh_init_extra_frame_info): Update.
2267 (sh_init_extra_frame_info): Update.
2268 (sh64_init_extra_frame_info): Update.
2269 (sh64_init_extra_frame_info): Update.
2270 * mcore-tdep.c (mcore_find_callers_reg): Update.
2271 (mcore_frame_saved_pc): Update.
2272 (mcore_init_extra_frame_info): Update.
2273 * i386-tdep.c (i386_frame_saved_pc): Update.
2274 * ia64-tdep.c (ia64_frame_saved_pc): Update.
2275 (ia64_init_extra_frame_info): Update.
2276 (ia64_init_extra_frame_info): Update.
2277 * d10v-tdep.c (d10v_frame_saved_pc): Update.
2278 * cris-tdep.c (cris_init_extra_frame_info): Update.
2279 * avr-tdep.c (avr_frame_chain): Update.
2280 (avr_init_extra_frame_info): Update.
2281 (avr_frame_saved_pc): Update.
2282 * arm-tdep.c (arm_find_callers_reg): Update.
2283 (arm_init_extra_frame_info): Update.
2284 (arm_frame_saved_pc): Update.
2285
a741e514
TT
22862002-09-17 Tom Tromey <tromey@redhat.com>
2287
2288 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2289 is "'".
2290
d1a8e808
CV
22912002-09-17 Corinna Vinschen <vinschen@redhat.com>
2292
2293 * MAINTAINERS: Remove "non multi-arched" text from h8300.
2294 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2295 NEXT_PROLOGUE_INSN.
2296 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2297 NEXT_PROLOGUE_INSN.
2298
d9025a18
JB
22992002-09-16 Joel Brobecker <brobecker@gnat.com>
2300
2301 * osfsolib.c: Remove file, replaced by solib-osf.c.
2302 * Makefile.in: Remove compilation rules for osfsolib.c.
2303
1b2ef1b6
DC
23042002-09-16 David Carlton <carlton@math.stanford.edu>
2305
2306 * cp-valprint.c (cp_print_class_method): Correct args to
2307 check_stub_method_group.
2308
928e48af
CV
23092002-09-16 Corinna Vinschen <vinschen@redhat.com>
2310
2311 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2312 `set architecture'. Unify naming convention of functions.
2313 (h8300_skip_prologue): Improve prologue analysis.
2314 (h8300_push_arguments): Rewritten to more closely match GCC's
2315 bizarre argument-passing behavior, along with the comment describing
2316 said behavior.
2317 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2318 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2319 sim, remote-e7000.c, remote-hms.c and remote.c
2320
5e3397bb
MK
23212002-09-15 Mark Kettenis <kettenis@gnu.org>
2322
2323 * i386-tdep.c (gdb_print_insn_i386): Removed.
2324 (i386_print_insn): New function.
2325 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2326 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2327 tm_print_insn_info.
2328
f710f4fc
MK
23292002-09-14 Mark Kettenis <kettenis@gnu.org>
2330
2331 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2332 zero.
2333
db54fef4
CV
23342002-09-14 Corinna Vinschen <vinschen@redhat.com>
2335
2336 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2337 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
2338 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2339
2becadee
CF
23402002-09-13 Christopher Faylor <cgf@redhat.com>
2341
2342 * win32-nat.c (child_create_inferior): Honor 'tty' command.
2343
de17c821
DJ
23442002-09-13 Daniel Jacobowitz <drow@mvista.com>
2345
2346 * gdbtypes.c (check_stub_method): Make static.
2347 (check_stub_method_group): New function.
2348 * gdbtypes.h: Update prototypes.
2349 * cp-support.c: New file.
2350 * cp-support.h: New file.
2351
2352 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2353 (update_method_name_from_physname): New function.
2354 (read_member_functions): Correct method names for operators
2355 and v3 constructors/destructors. Separate v2 constructors and
2356 destructors.
2357 * Makefile.in (stabsread.o): Update dependencies.
2358 (SFILES): Add cp-support.c.
2359 (COMMON_OBS): Add cp-support.o.
2360 (cp_support_h, cp-support.o): Add.
2361
2362 * cp-valprint.c (cp_print_class_method): Call
2363 check_stub_method_group instead of check_stub_method. Remove
2364 extraneous QUITs.
2365 * p-valprint.c (pascal_object_print_class_method): Likewise.
2366 * valops.c (search_struct_method): Likewise.
2367 (find_method_list, value_struct_elt_for_reference): Likewise.
2368
e76cff22
AC
23692002-09-13 Andrew Cagney <cagney@redhat.com>
2370
2371 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2372 * gdbarch.h, gdbarch.c: Regenerate.
2373
905abb3f
AC
23742002-09-13 Andrew Cagney <ac131313@redhat.com>
2375
2376 * frame.c (find_saved_register): Delete function.
2377 * frame.h (find_saved_register): Delete declaration.
2378 Fix PR gdb/631.
2379
64159455
AC
2380Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2381
2382 * mips-tdep.c (read_next_frame_reg): Re-hack using
2383 frame_register_unwind.
2384
795e1e11
AC
2385Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2386
2387 * mips-tdep.c (mips_get_saved_register): Re-hack using
2388 frame_register_unwind.
2389
5720643c
JB
23902002-09-12 Joel Brobecker <brobecker@gnat.com>
2391
2392 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2393 vector. Will be useful for Interix.
2394 * gdbarch.h, gdbarch.c: Regenerate.
2395
2396 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2397 name of the malloc function by NAME_OF_MALLOC.
2398
3bada2a2
JB
23992002-09-12 Joel Brobecker <brobecker@gnat.com>
2400
2401 * value.h (find_function_in_inferior): Add const keyword to
2402 one of the parameters. Allows us to invoke this function with
2403 a const char *.
2404 * valops.c (find_function_in_inferior): Likewise.
2405
3db26b01
JB
24062002-09-12 Joel Brobecker <brobecker@gnat.com>
2407
2408 * exec.c (xfer_memory): Fix compilation warning with old versions
2409 of GCC.
2410 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2411
17c5ed2c
DC
24122002-09-12 David Carlton <carlton@math.stanford.edu>
2413
2414 * symtab.h: Run through gdb_indent.h.
2415 Add 2002 to Copyright year list.
2416
ecd1107e
AM
24172002-09-12 Alan Modra <amodra@bigpond.net.au>
2418
2419 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2420 mach constants.
2421 * MAINTAINERS: Add myself to write after approval list.
2422
e64f66d1
JB
24232002-09-11 J. Brobecker <brobecker@gnat.com>
2424
2425 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2426
f9395794
JB
24272002-09-11 J. Brobecker <brobecker@gnat.com>
2428
2429 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2430 Interix.
2431
1a303dec
MS
24322002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2433
2434 * procfs.c (do_detach): Clear current signal, not just fault.
2435 Corrects problem with breakpoint trap signal leaking to detached
2436 process on Tru64.
2437
c0219d42
MS
24382002-09-10 Michael Snyder <msnyder@redhat.com>
2439
2440 * buildsym.c (finish_block): Protect against null pointer.
2441
9d84ac84
AC
24422002-09-10 Andrew Cagney <cagney@redhat.com>
2443
2444 * infcmd.c (default_print_registers_info): Send all output to
2445 ``file'' instead of ``gdb_stdout''.
2446
77d8f2b4
MS
24472002-09-10 Michael Snyder <msnyder@redhat.com>
2448
2449 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2450 LONGEST, and use signed register read (addresses are sign-
2451 extended for mips).
2452
99656a61
SC
24532002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2454
2455 * event-loop.c (gdb_do_one_event): Make public.
2456 * event-loop.h (gdb_do_one_event): Declare.
2457
da12f4d8
JL
24582002-09-10 Jeff Law <law@redhat.com>
2459
2460 * infttrace.c (child_resume): Simplify and rework to avoid
2461 TT_PROC_CONTINUE.
2462
d0aee0c4
FF
24632002-09-09 Fred Fish <fnf@intrinsity.com>
2464
2465 * printcmd.c (print_scalar_formatted): "len" is the number of
2466 target bytes, NOT the number of target bits.
2467
7cb3ec5e
EZ
24682002-09-09 Elena Zannoni <ezannoni@redhat.com>
2469
2470 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2471 * top.c (init_main): Set rl_terminal_name.
2472
4dc81987
AS
24732002-09-08 Aidan Skinner <aidan@velvet.net>
2474
2475 * ada-lang.c (ada_array_bound, ada_type_match,
2476 _initialize_ada_language): Fix K&R definitions.
2477 * ada-tasks.c (get_current_task): Fix K&R definitions.
2478 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2479
842330b4
CF
24802002-09-07 Christopher Faylor <cgf@redhat.com>
2481
2482 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2483 Add XP.
2484
43156d82
MK
24852002-09-06 Mark Kettenis <kettenis@gnu.org>
2486
66da5fd8
MK
2487 * i386-tdep.c (i386_register_virtual_type,
2488 i386_register_convertible, i386_register_convert_to_virtual,
2489 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2490 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2491 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2492 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2493 Don't set push_arguments twice.
2494
4b218c18
MK
2495 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2496 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2497 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2498 sigtramp_end to NULL.
2499 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2500 defines.
2501 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2502
4cc314d5
MK
2503 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2504 whitespace.
2505
43156d82
MK
2506 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2507 * gdbarch.h, gdbarch.c: Re-generate.
2508 * blockframe.c (find_pc_sect_partial_function): Convert to use
2509 SIGTRAMP_START_P predicate.
2510
6672060b
MS
25112002-09-05 Michael Snyder <msnyder@redhat.com>
2512
a90c3637
MS
2513 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2514 generic_dummy_frame method and old method. Also distinguish
2515 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 2516 (arm_extract_return_value): Use new regcache method.
a90c3637 2517
6672060b
MS
2518 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2519 adjustment that doesn't conform to the ABI.
2520 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2521 saved regcache, not from current regcache.
2522
299ffc64
AC
25232002-09-05 Andrew Cagney <ac131313@redhat.com>
2524
2525 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2526 * README: Update.
2527
a3a2ee65
JT
25282002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2529
2530 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2531 if arm_apcs_32 is false.
2532
2bc7eea9
AC
25332002-09-04 Andrew Cagney <ac131313@redhat.com>
2534
2535 GDB 5.3 branch created.
2536
8a55a7c5
TR
25372002-09-03 Theodore A. Roth <troth@verinet.com>
2538
2539 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2540 generic_unwind_get_saved_register.
2541
e26fb1d7
DC
25422002-09-03 David Carlton <carlton@math.stanford.edu>
2543
2544 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2545 argument (PR gdb/653). Update call to smash_to_method_type.
2546 (read_structure_scope): Update call to dwarf2_add_member_fn.
2547
30d52491
ML
25482002-09-03 Michal Ludvig <mludvig@suse.cz>
2549
2550 * x86-64-linux-tdep.c: Include gdb_string.h
2551 * x86-64-linux-nat.c: Ditto.
2552
06891d83
JT
25532002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2554
2555 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2556 when YYDEBUG is set to 1.
2557 * c-exp.y: Likewise.
2558 * f-exp.y: Likewise.
2559 * jv-exp.y: Likewise.
2560 * m2-exp.y: Likewise.
2561 * p-exp.y: Likewise.
2562
7d400e77
JT
25632002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2564
2565 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2566 dependency list.
2567 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2568 solib_svr4_fetch_link_map_offsets to
2569 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2570 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2571 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2572 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2573 solib-svr4.o, and solib-legacy.o.
2574 * config/i386/tm-nbsd.h: Include solib.h.
2575
704a27c4
JT
25762002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2577
2578 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2579 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2580 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2581 comment noting that this needs its own target configuration.
2582 * config/i386/nbsd.mt: New file.
2583 * config/i386/nbsdaout.mt: Remove.
2584 * config/i386/nbsdelf.mt: Ditto.
2585 * config/i386/tm-nbsdaout.h: Ditto.
2586
d66198e1
JT
25872002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2588
2589 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2590 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2591 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2592 tdep->sigtramp_end.
2593 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2594 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2595 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2596
3cac699e
JT
25972002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2598
2599 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2600 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2601 * i386-tdep.h (i386bsd_init_abi): New prototype.
2602 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2603 function declaration.
2604 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2605 for NetBSD-a.out or NetBSD-ELF.
2606 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2607 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2608 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2609 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2610 and nbsd-tdep.h.
2611 (i386nbsd_pc_in_sigtramp): New function.
2612 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2613 i386nbsd_pc_in_sigtramp.
2614 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2615 and i386nbsdelf_init_abi OS ABI handlers.
2616 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2617 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2618
7010ca0a
MK
26192002-09-02 Mark Kettenis <kettenis@gnu.org>
2620
2621 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2622 registers if the target really has them.
2623
6dd93b72
JT
26242002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2625
2626 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2627 than nbsd-tdep.h.
2628
2ca8ae21
JT
26292002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2630
2631 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2632 list.
2633 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2634 (alphanbsd_skip_sigtramp_frame): New functions.
2635 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2636 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2637 to alphanbsd_sigcontext_addr.
2638
3d9b49b0
JT
26392002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2640
2641 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2642 list.
2643 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2644 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2645 nbsd_pc_in_sigtramp.
2646 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2647 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2648 * nbsd-tdep.c: Include gdb_string.h.
2649 (nbsd_pc_in_sigtramp): New function.
2650 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2651 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2652 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2653 ppcnbsd_pc_in_sigtramp.
2654 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2655 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2656 shnbsd_pc_in_sigtramp.
2657 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2658 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2659 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2660
c860120c
PM
26612002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2662
2663 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2664 watchpoints to NULL.
2665 (insert_breakpoints): set val field of watchpoints if NULL.
2666
2667
c7612d53
JB
26682002-08-29 Jim Blandy <jimb@redhat.com>
2669
2670 * symtab.c (lookup_symbol_aux): In the cases where we find a
2671 minimal symbol of an appropriate name and use its address to
2672 select a symtab to read and search, use `name' (as passed to us)
2673 as the demangled name when searching the symtab's global and
2674 static blocks, not the minsym's name.
2675
66609862
KS
26762002-08-29 Keith Seitz <keiths@redhat.com>
2677
2678 * stack.c (print_frame_info_base): Always set current_source_symtab
2679 and current_source_line.
2680
151fefe2
JB
26812002-08-29 Donn Terry <donnte@microsoft.com>
2682
2683 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2684
bfb3754e
KS
26852002-08-28 Keith Seitz <keiths@redhat.com>
2686
2687 * stack.c (select_frame): Add FIXME concerning selected-frame
2688 events.
2689 (select_frame_command): Send selected-frame-level-changed
2690 event notification, but only if the level actually changed.
2691 (up_silently_base): Add selected-frame-level-changed event
2692 notification.
2693 (down_silently_base): Likewise.
2694
e822a2a0
AC
26952002-08-28 Andrew Cagney <ac131313@redhat.com>
2696
2697 * Makefile.in: Update dependencies for all gdb/*.c files.
2698
309367d4
TT
26992002-08-27 Tom Tromey <tromey@redhat.com>
2700
2701 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2702 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2703 Update dependencies.
2704 * i387-tdep.c: Include gdb_string.h.
2705 * osabi.c: Likewise.
2706 * i386-linux-nat.c: Likewise.
2707 * lin-lwp.c: Likewise.
2708 * ax-gdb.c: Likewise.
2709 * signals/signals.c: Likewise.
2710 * jv-valprint.c: Likewise.
2711 * p-lang.c: Likewise.
2712 * c-valprint.c: Likewise.
2713 * cp-abi.c: Likewise.
2714
e1507482
EZ
27152002-08-27 Elena Zannoni <ezannoni@redhat.com>
2716
2717 * cli/cli-script.h (copy_command_lines): Export.
2718 * breakpoint.c: Include cli/cli-script.h.
2719 * Makefile.in (breakpoint.o): Update dependencies.
2720
c6510018
MS
27212002-08-26 Michael Snyder <msnyder@redhat.com>
2722
2723 * breakpoint.c (insert_breakpoints): Protect all references
2724 to 'process_warning'. Shorten long lines.
2725
c2b8ed2c
MS
27262002-08-26 Joel Brobecker <brobecker@gnat.com>
2727
2728 * cli/cli-script.c (copy_command_lines): New function.
2729 * defs.h (copy_command_lines): Export.
2730 * testsuite/gdb.base/commands.exp: New tests for commands
2731 attached to a temporary breakpoint, and for commands that
2732 delete the breakpoint they are attached to.
2733
27342002-08-26 Michael Snyder <msnyder@redhat.com>
2735
2736 * breakpoint.c (bpstat_stop_status): Instead of copying the
2737 pointer to the breakpoint commands struct, make a new copy
2738 of the struct and point to that.
2739 (bpstat_clear): Free the commands struct.
2740 (bpstat_clear_actions): Free the commands struct.
2741 (bpstat_do_actions): Free the command actions. Also execute
2742 the local cleanups, instead of deleting them.
2743 (delete_breakpoint): Leave the commands field of the bpstat
2744 chain alone -- it will be freed later.
2745
64b84175
KB
27462002-08-26 Kevin Buettner <kevinb@redhat.com>
2747
2748 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2749 deleted in 2002-08-20 commit. This function is still used by
2750 ppc-linux-nat.c.
2751
55970da6
KS
27522002-08-26 Keith Seitz <keiths@redhat.com>
2753
2754 * gdb-events.sh: Add selected-frame-level-changed event.
2755 * gdb-events.c: Regenerated.
2756 * gdb-events.h: Regenerated.
2757
a790ad35
SC
27582002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2759
2760 Fix PR gdb/393:
2761 * inflow.c (terminal_save_ours): New function to save terminal
2762 settings.
2763 * inferior.h (terminal_save_ours): Declare.
2764 * target.c (debug_to_terminal_save_ours): New function.
2765 (cleanup_target): Defaults to_terminal_save_ours.
2766 (update_current_target): Inherit to_terminal_save_ours.
2767 (setup_target_debug): Set to_terminal_save_ours.
2768 * target.h (target_terminal_save_ours): New to save terminal settings.
2769 (target_ops): New member to_terminal_save_ours.
2770 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2771 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2772 * inftarg.c (init_child_ops): Likewise.
2773 * m3-nat.c (init_m3_ops): Likewise.
2774 * procfs.c (init_procfs_ops): Likewise.
2775 * wince.c (init_child_ops): Likewise.
2776 * win32-nat.c (init_child_ops): Likewise.
2777 * sol-thread.c (init_sol_thread_ops): Likewise.
2778
c00dcbe9
MK
27792002-08-26 Mark Kettenis <kettenis@gnu.org>
2780
3d7f4f49
MK
2781 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2782 use regcache_* functions.
2783 (i386_gdbarch_init): Set store_return_value instead of
2784 deprecated_store_return_value.
2785
c00dcbe9
MK
2786 * regcache.c (regcache_raw_write_signed,
2787 regcache_raw_write_unsigned): New functions.
2788 * regcache.h (regcache_raw_write_signed,
2789 regcache_raw_write_unsigned): New prototypes.
2790
0e0d15ca
AC
27912002-08-25 Andrew Cagney <ac131313@redhat.com>
2792
2793 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2794 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2795 source file dependencies. Cleanup corresponding generator rules.
2796
d3b22ed5
AC
27972002-08-25 Andrew Cagney <ac131313@redhat.com>
2798
2799 * regcache.h (register_offset_hack): Declare.
2800 (regcache_cooked_read_using_offset_hack): Declare.
2801 (regcache_cooked_write_using_offset_hack): Declare.
2802
2803 * regcache.c (register_offset_hack): New function.
2804 (regcache_cooked_read_using_offset_hack): New function.
2805 (regcache_cooked_write_using_offset_hack): New function.
2806 (regcache_dump): Check that the registers, according to their
2807 offset, are packed hard against each other.
2808 (cooked_xfer_using_offset_hack): New function.
2809
bb425013
AC
28102002-08-25 Andrew Cagney <ac131313@redhat.com>
2811
2812 * regcache.c (struct regcache_descr): Add field register_type.
2813 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2814 in as a parameter
2815 (init_regcache_descr): Initialize register_type. Pass the descr
2816 to init_legacy_regcache_descr. Use register_type instead of
2817 REGISTER_VIRTUAL_TYPE.
2818 (register_type): New function.
2819 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2820 * regcache.h (register_type): Declare.
2821
d0403e00
AC
28222002-08-25 Andrew Cagney <ac131313@redhat.com>
2823
2824 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2825 instead of deprecated_store_return_value. Fix fallout from
2826 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2827
0ed04cce
AC
28282002-08-25 Andrew Cagney <ac131313@redhat.com>
2829
2830 * regcache.c (max_register_size): New function.
2831 (init_legacy_regcache_descr): Ensure that max_register_size is
2832 large enough for REGISTER_VIRTUAL_SIZE.
2833 * regcache.h (max_register_size): Declare.
2834
46d79c04
AC
28352002-08-24 Andrew Cagney <ac131313@redhat.com>
2836
2837 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2838 store_return_value.
2839 (e500_extract_return_value): Change type of valbuf pointer to
2840 void.
2841
853c7bd0
MK
28422002-08-24 Mark Kettenis <kettenis@gnu.org>
2843
cd87e769
MK
2844 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2845 workaround.
2846
853c7bd0
MK
2847 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2848 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2849 long long) to prevent compiler warning on 64-bit systems.
2850
ebba8386
AC
28512002-08-23 Andrew Cagney <cagney@redhat.com>
2852
2853 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2854 (DEPRECATED_STORE_RETURN_VALUE): New method.
2855 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2856 * gdbarch.h, gdbarch.c: Re-generate.
2857
2858 * values.c (set_return_value): Pass current_regcache to
2859 STORE_RETURN_VALUE.
2860 * arch-utils.h (legacy_store_return_value): Declare.
2861 * arch-utils.c (legacy_store_return_value): New function.
2862 (legacy_extract_return_value): Update parameters.
2863
2864 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2865 STORE_RETURN_VALUE.
2866 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2867 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2868 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2869 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2870 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2871 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2872 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2873 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2874 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2875 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2876
2877 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2878 * i386-tdep.c (i386_extract_return_value): Update.
2879 * arch-utils.c (legacy_extract_return_value): Update.
2880 * frv-tdep.c (frv_gdbarch_init): Update.
2881 * cris-tdep.c (cris_gdbarch_init): Update.
2882 * d10v-tdep.c (d10v_gdbarch_init): Update.
2883 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2884 * m68k-tdep.c (m68k_gdbarch_init): Update.
2885 * mcore-tdep.c (mcore_gdbarch_init): Update.
2886 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2887 * s390-tdep.c (s390_gdbarch_init): Update.
2888 * sparc-tdep.c (sparc_gdbarch_init): Update.
2889 * sh-tdep.c (sh_gdbarch_init): Update.
2890 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2891 * v850-tdep.c (v850_gdbarch_init): Update.
2892 * avr-tdep.c (avr_gdbarch_init): Update.
2893 * ia64-tdep.c (ia64_gdbarch_init): Update.
2894 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2895 * vax-tdep.c (vax_gdbarch_init): Update.
2896 * alpha-tdep.c (alpha_gdbarch_init): Update.
2897 * arm-tdep.c (arm_gdbarch_init): Update.
2898 * mips-tdep.c (mips_gdbarch_init): Update.
2899 * i386-tdep.c (i386_gdbarch_init): Update.
2900
5bd8c6d0
AC
29012002-08-23 Andrew Cagney <ac131313@redhat.com>
2902
2903 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2904 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2905
e73e1724
MK
29062002-08-24 Mark Kettenis <kettenis@gnu.org>
2907
2908 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2909 problems.
2910
3e6564e1
JB
29112002-08-23 Joel Brobecker <brobecker@gnat.com>
2912
2913 * infrun.c (handle_inferior_event): Move a comment outside of a
2914 function call, in order to avoid indent reformatting this part
2915 of the code in an unreadable way.
2916
81d0cc19
GS
29172002-08-23 Grace Sainsbury <graces@redhat.com>
2918
2919 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2920 when breakpoints fail. Move general breakpoint error messages to
2921 insert_breakpoints.
2922 * breakpoint.c (insert_breakpoints): Change warnings when
2923 breakpoints are nto inserted to specify the type. Remove call to
2924 memory_error when hardware breakpoints can't be inserted. Remove
2925 multiple calls to warning so all messages are sent to the user at
2926 once.
2927 (delete_breakpoints): Make insert error messsages more explicit.
2928
17574093
DJ
29292002-08-23 Daniel Jacobowitz <drow@mvista.com>
2930
2931 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2932 gdbserver/ChangeLog.
2933
8acc2935
MK
29342002-08-23 Mark Kettenis <kettenis@gnu.org>
2935
dfe01d39
MK
2936 * i386-tdep.c: Include "objfiles.h".
2937 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2938 skip_trampoline_code.
2939 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2940 (CPLUS_MARKER): Define to '.'.
2941
8acc2935
MK
2942 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2943 member.
2944 (linux_corefile_thread_callback): Increase args->num_notes.
2945 (linux_make_note_section): Initialize thread_args.num_notes, and
2946 use it to determine whether notes for any threads were created.
2947
151fefe2 29482002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
2949
2950 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2951 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2952 and PCUNKILL.
2953 (write_with_trace): Conditionalize out the switch branch handling
2954 PCSHOLD if the corresponding macro is not defined. Likewise for
2955 PRSABORT and PRSTOP.
2956 This change will be needed by the Interix port.
2957
e1507482
EZ
29582002-08-22 Elena Zannoni <ezannoni@redhat.com>
2959
2960 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2961 write_register wherever possible instead of manipulating the
2962 register bytes directly.
2963 Assign VALUE_CONTENTS to a variable and use that.
2964 The GPR numbers are now dependent on the architecture.
2965
96ff0de4
EZ
29662002-08-22 Elena Zannoni <ezannoni@redhat.com>
2967
2968 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2969 ev_offset fields.
2970 (skip_prologue): Add support for BookE/e500 instructions.
2971 (e500_extract_return_value): New function.
2972 (frame_get_saved_regs): Add support for saving ev registers and
2973 pseudo gpr's.
2974 (e500_store_return_value): New function.
2975 (rs6000_gdbarch_init): Move up default intializations of
2976 deprecated_extract_return_value and store_return_value. Overwrite
2977 init of store_return_value with e500 specific version.
2978 Set extract_return_value for e500.
2979
fbefca5b
EZ
29802002-08-22 Elena Zannoni <ezannoni@redhat.com>
2981
2982 * blockframe.c (generic_call_dummy_register_unwind): Use
2983 regcache_cooked_read to catch cases in which the variable is
2984 stored in a pseudo register.
2985
4d210288
AC
29862002-08-22 Andrew Cagney <cagney@redhat.com>
2987
2988 * NEWS: Mention that the i960 has been made obsolete.
2989 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2990 i960-tdep.c
2991 (remote-nrom.o): Obsolete target.
2992 (remote-nindy.o, i960-tdep.o): Ditto.
2993 * remote-nrom.c: Make file obsolete.
2994 * remote-nindy.c, remote-vx960.c: Ditto.
2995 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2996 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2997 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2998 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2999 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
3000 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
3001 i960-*-vxworks* obsolete.
3002 * MAINTAINERS: Note that the i960 is obsolete.
3003
6c0c456d
CV
30042002-08-21 Corinna Vinschen <vinschen@redhat.com
3005
3006 * aix-thread.c (aix_thread_detach): Disable thread debugging on
3007 detach to allow reinitialization.
3008
9f9d12b3
AC
30092002-08-22 Andrew Cagney <ac131313@redhat.com>
3010
3011 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
3012 attempt).
3013
ebeb39fe
JB
30142002-08-22 Jim Blandy <jimb@redhat.com>
3015
3016 * coffread.c (coff_symfile_read): Don't try to read the line
3017 number table from disk if the image file doesn't have a symbol
3018 table; we'll never actually look at the info anyway, and Windows
3019 ships DLL's with bogus file offsets for the line number data.
3020
5bf1c677
EZ
30212002-08-21 Elena Zannoni <ezannoni@redhat.com>
3022
3023 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
3024 an e500 executable.
3025
71b8ef93
MS
30262002-08-21 Michael Snyder <msnyder@redhat.com>
3027
3028 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
3029 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
3030 (DEFAULT_MIPS_TYPE): Delete unused macro.
3031 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3032 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 3033
d174216d
JB
30342002-08-21 Jim Blandy <jimb@redhat.com>
3035
3036 * valops.c (value_cast): Simplify and correct logic for doing a
3037 static cast from a pointer to a base class to a pointer to a
3038 derived class.
3039
0ab7a791
AC
30402002-08-21 Andrew Cagney <ac131313@redhat.com>
3041
3042 * infcmd.c (default_print_registers_info): Replace
3043 do_registers_info.
3044 (registers_info): Use gdbarch_print_registers_info instead of
3045 DO_REGISTERS_INFO.
3046 * inferior.h (default_print_registers_info): Replace
3047 do_registers_info.
3048 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
3049 (DO_REGISTERS_INFO): Change to a predicate function.
3050 * gdbarch.h, gdbarch.c: Regenerate.
3051
e23792cc
KS
30522002-08-21 Keith Seitz <keiths@redhat.com>
3053
3054 * gdb-events.sh: Add target-changed event.
3055 * gdb-events.c: Regenerated.
3056 * gdb-events.c: Regenerated.
3057 * valops.c (value_assign): Add target-changed event notification
3058 to inlval_register, lval_memory, and lval_reg_frame_relative.
3059
9fb14e79
JB
30602002-08-21 Joel Brobecker <brobecker@gnat.com>
3061
3062 * NEWS: Add an entry regarding the improvement of the next/step
3063 operation on Alpha Tru64 multi-processor machines.
3064
6d39a69f
AC
30652002-08-21 Andrew Cagney <ac131313@redhat.com>
3066
72acd513
AC
3067 * Makefile.in: Update dependencies for mi/ cli/ and tui/
3068 directores.
342af04b 3069 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
3070 * Makefile.in (install-gdbtk): Move to install section.
3071 (rdi-share/libangsd.a): Move to end of file.
3072
fa5f27c7
AC
30732002-08-19 Andrew Cagney <ac131313@redhat.com>
3074
3075 * frame.c (frame_register_unwind): When a register, set addrp to
3076 the register's byte.
3077
5a89d8aa
MS
30782002-08-20 Michael Snyder <msnyder@redhat.com>
3079
3080 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
3081 used locally, so move them from the target machine header to here.
3082 (mips_set_processor_type, mips_register_name, mips32_next_pc,
3083 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
3084 Make static.
3085 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
3086
822e978b
AC
30872002-08-20 Andrew Cagney <cagney@redhat.com>
3088
3089 * NEWS: Mention that the Apollo line was made obsolete.
3090 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
3091 m68*-hp-hpux* obsolete.
3092 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
3093 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
3094 * buildsym.c (make_blockvector): Make static.
3095 * buildsym.h (make_blockvector): Make extern declaration obsolete.
3096 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
3097 (ALLDEPFILES): Remove dstread.c.
3098 (dstread.o): Obsolete make rule.
3099 * dstread.c: Makefile obsolete.
3100 * dst.h: Ditto.
3101 * config/m68k/hp300hpux.mt: Ditto.
3102 * config/m68k/hp300hpux.mh: Ditto.
3103 * config/m68k/hp300bsd.mt: Ditto.
3104 * config/m68k/hp300bsd.mh: Ditto.
3105 * config/m68k/apollo68b.mt: Ditto.
3106 * config/m68k/apollo68v.mh: Ditto.
3107 * config/m68k/apollo68b.mh: Ditto.
3108
e41b17f0
MS
31092002-08-20 Michael Snyder <msnyder@redhat.com>
3110
3111 * mips-tdep.c (mips_in_return_stub): Make static.
3112 (mips_gdbarch_init): Set in_solib_return_trampoline.
3113 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
3114
d50355b6
MS
31152002-08-20 Michael Snyder <msnyder@redhat.com>
3116
3117 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
3118 * gdbarch.c, gdbarch.h: Regenerate.
3119 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
3120 Add.
3121 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
3122
757a7cc6
MS
31232002-08-20 Michael Snyder <msnyder@redhat.com>
3124
3125 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
3126 (mips_gdbarch_init): Set skip_trampoline_code,
3127 in_solib_call_trampoline.
3128 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
3129 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
3130
c8001721
EZ
31312002-08-20 Elena Zannoni <ezannoni@redhat.com>
3132
3133 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
3134
3135 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
3136 vector type for ev registers.
3137 (e500_pseudo_register_read): New function.
3138 (e500_pseudo_register_write): New function.
3139 (e500_dwarf2_reg_to_regnum): New function.
3140 (PPC_UISA_NOFP_SPRS): New macro.
3141 (PPC_EV_REGS): New macro.
3142 (PPC_GPRS_PSEUDO_REGS): New macro.
3143 (registers_e500): New register set for e500.
3144 (variants): Add e500 variant.
3145 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
3146 before setting architectural dependent variations. Initialize ev
3147 registers numbers. Add case for e500 architecture. Set the
3148 number of pseudo registers.
3149
64366f1c
EZ
31502002-08-20 Elena Zannoni <ezannoni@redhat.com>
3151
3152 * rs6000-tdep.c: Clean up comments.
3153
7e78f0ca
AC
31542002-08-20 Andrew Cagney <cagney@redhat.com>
3155
3156 * h8300-tdep.c: Re-indent file.
3157
697f7479
JB
31582002-08-20 Jim Blandy <jimb@redhat.com>
3159
3160 * Makefile.in (LDFLAGS): Allow the configure script to establish a
3161 default for this.
697f7479 3162
e86ae29f
KS
31632002-08-20 Keith Seitz <keiths@redhat.com>
3164
3165 * breakpoints.c (watch_command_1): Use internal breakpoint
3166 when setting a watchpoint_scope breakpoint.
3167
216b504f
EZ
31682002-08-20 Elena Zannoni <ezannoni@redhat.com>
3169
3170 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
3171 (build_builtin_type_vec64i): Ditto.
3172 (build_builtin_type_vec128): Ditto.
3173 (build_builtin_type_vec128i): Ditto.
3174
f7ab6ec6
MS
31752002-08-19 Michael Snyder <msnyder@redhat.com>
3176
3177 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
3178 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
3179 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
3180 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
3181 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
3182 CALL_DUMMY_ADDRESS): Delete.
3183 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
3184 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
3185 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
3186 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
3187 push_return_address.
3188 (mips_register_raw_size, mips_eabi_use_struct_convention,
3189 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
3190 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
3191 mips_init_extra_frame_info, mips_eabi_push_arguments,
3192 mips_n32n64_push_arguments, mips_push_return_address,
3193 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
3194 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
3195
b5d1566e
MS
31962002-08-19 Michael Snyder <msnyder@redhat.com>
3197
3198 * mips-tdep.c (mips_frame_num_args): New function.
3199 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
3200 frame_saved_pc, frame_args_address, frame_locals_address,
3201 frame_num_args, and frame_args_skip.
3202 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
3203 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
3204 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
3205 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
3206
2f1488ce
MS
32072002-08-20 Michael Snyder <msnyder@redhat.com>
3208
3209 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
3210 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3211 * mips-tdep.c (mips_store_struct_return): New function.
3212 (mips_extract_struct_value_address): New function.
3213 (mips_gdbarch_init): Set store_struct_return and
3214 extract_struct_value_address.
3215
41ff2da1
DC
32162002-08-20 David Carlton <carlton@math.stanford.edu>
3217
3218 * dwarf2read.c (dwarf2_build_psymtabs): Check that
3219 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
3220 (read_file_scope): Check that line_header is nonzero before
3221 decoding macro information.
3222
e5451d58
MK
32232002-08-20 Mark Kettenis <kettenis@gnu.org>
3224
3225 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
3226 flag the general-purpose registers as floating-point on targets
3227 that don't support the floating-point registers.
3228
4a6daafa
EZ
32292002-08-20 Elena Zannoni <ezannoni@redhat.com>
3230
3231 * rs6000-tdep.c (altivec_register_p): Delete.
3232 (rs6000_do_altivec_registers): Delete.
3233 (rs6000_altivec_registers_info): Delete.
3234 (rs6000_do_registers_info): Delete.
3235 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
3236 (rs6000_gdbarch_init): Remove setting of do_registers_info.
3237
ab4327e0
EZ
32382002-08-20 Elena Zannoni <ezannoni@redhat.com>
3239
3240 * infcmd.c (do_registers_info): Print vector registers in hex
3241 format only.
3242 (print_vector_info): Check that printing registers
3243 makes sense.
3244 (print_float_info): Ditto.
3245
cb1d2653
AC
32462002-08-20 Andrew Cagney <ac131313@redhat.com>
3247
3248 * mips-tdep.c (mips_gdbarch_init): Update.
3249 (mips_o32_extract_return_value): Rewrite.
3250 (mips_o32_store_return_value): Rewrite.
3251 (mips_o32_xfer_return_value): New function.
3252 (mips_xfer_register): Tweak debug print message. Allow for
3253 buf_offset when dumping the value transfered.
3254
dfc3d9b2
AC
32552002-08-20 Andrew Cagney <ac131313@redhat.com>
3256
3257 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3258 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3259 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3260 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3261 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3262
7807aa61
MS
32632002-08-14 Michael Snyder <msnyder@redhat.com>
3264
3265 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3266
489461e2
EZ
32672002-08-19 Elena Zannoni <ezannoni@redhat.com>
3268
3269 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3270 register.
3271 (P): New macro to define a register as a pseudo register.
3272 (R, R4, R8, R16, FR32, R64, R0): Updated.
3273 (struct variant): Add new fields for number of pseudo registers
3274 and number of total registers.
3275 (tot_num_registers): New macro replacing....
3276 (num_registers): ...deleted macro.
3277 (num_registers): New function.
3278 (num_pseudo_registers): New function.
3279 (variants): Update all variants to intialize new fields correctly.
3280 Postpone initialization of number of pseudo regs and real regs.
3281 (init_variants): New function.
3282 (rs6000_gdbarch_init): Initialize variants. Update calculation of
3283 registers offsets.
3284
fcaffe4c
DC
32852002-08-19 David Carlton <carlton@math.stanford.edu>
3286
2c2738a0
DC
3287 * valops.c (search_struct_field): Change error message to treat
3288 return value of 0 from value_static_field as meaning that field is
3289 optimized out.
3290 (value_struct_elt_for_reference): Ditto.
3291 * values.c (value_static_field): Treat an unresolved location the
3292 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
3293 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3294 enclosed. Fix PR gdb/574.
fcaffe4c
DC
3295 * MAINTAINERS: Add self to Write After Approval list.
3296
88658117
AC
32972002-08-19 Andrew Cagney <ac131313@redhat.com>
3298
3299 * mips-tdep.c (mips_xfer_register): New function.
3300 (mips_n32n64_extract_return_value): Rewrite.
3301 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3302 instead of deprecated_extract_return_value.
3303
21283beb
EZ
33042002-08-19 Elena Zannoni <ezannoni@redhat.com>
3305
3306 * rs6000-tdep.c (TDEP): Delete macro.
3307 (branch_dest): Replace use of TDEP macro with its body.
3308 (rs6000_pop_frame): Ditto.
3309 (rs6000_push_arguments): Ditto.
3310 (rs6000_skip_trampoline_code): Ditto.
3311 (rs6000_frame_saved_pc): Ditto.
3312 (rs6000_frame_chain): Ditto.
3313 (rs6000_register_name): Ditto.
3314 (rs6000_register_byte): Ditto.
3315 (rs6000_register_raw_size): Ditto.
3316 (rs6000_register_virtual_type): Ditto.
3317 (rs6000_register_convertible): Ditto.
3318 (rs6000_convert_from_func_ptr_addr): Ditto.
3319
bf072999
DJ
33202002-08-19 Daniel Jacobowitz <drow@mvista.com>
3321
3322 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3323 conditionally.
3324 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3325 MIPS_LINUX_JB_ELEMENT_SIZE.
3326 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3327 for MAX_REGISTER_RAW_SIZE arrays.
3328 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3329 MIPS_LINUX_JB_ELEMENT_SIZE.
3330
9b949a49
PM
33312002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3332
3333 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3334
6d3e79c6
AS
33352002-08-19 Aidan Skinner <aidan@velvet.net>
3336
3337 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3338 ada-valprint.c ada-tasks.c.
3339 (YYFILES): Add ada-exp.y.
3340 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3341 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3342 (ada-exp.tab.o): New target.
3343
06c0b04e
AC
33442002-08-18 Andrew Cagney <ac131313@redhat.com>
3345
3346 * regcache.c (regcache_xfer_part): New function.
3347 (regcache_raw_read_part): New function.
3348 (regcache_raw_write_part): New function.
3349 (regcache_cooked_read_part): New function.
3350 (regcache_cooked_write_part): New function.
3351 * regcache.h (regcache_raw_read_part): Declare.
3352 (regcache_raw_write_part): Declare.
3353 (regcache_cooked_read_part): Declare.
3354 (regcache_cooked_write_part): Declare.
3355
92d1e331
DJ
33562002-08-18 Daniel Jacobowitz <drow@mvista.com>
3357
3358 * remote.c (remote_open_1): Add async_p.
3359 (remote_async_open_1): Delete.
3360 (open_remote_target): Delete.
3361 (remote_open, extended_remote_open): Update calls to remote_open_1.
3362 (remote_async_open, extended_remote_async_open): Call
3363 remote_open_1 instead of remote_async_open_1.
3364
247055de
MK
33652002-08-19 Mark Kettenis <kettenis@gnu.org>
3366
3367 * blockframe.c: Fix a few coding standard violations.
3368
641eda39
MK
33692002-08-19 Mark Kettenis <kettenis@gnu.org>
3370
0b717710
MK
3371 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3372 here from ...
3373 * config/i386/tm-i386sco5.h: ... here. File removed.
3374 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3375
26d28e12 3376 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
3377 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3378 (TM_FILE): Set to tm-i386.h.
3379 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3380 * config/i386/tm-i386v.h: Remove file.
3381 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3382 instead of "i386/tm-i386v.h".
3383 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3384 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3385 "i386/tm-i386v.h".
3386 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3387 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3388 "i386/tm-i386.h".
3389
d4e0bab4
MK
33902002-08-18 Mark Kettenis <kettenis@gnu.org>
3391
3392 * config/i386/nm-i386v.h: Add protection against
3393 multiple-inclusion.
3394 (i386_register_u_addr): Remove prototype.
3395 (register_u_addr): New prototype.
3396 (REGISTER_U_ADDR): Redefine accordingly.
3397 * i386v-nat.c: Improve several comments.
3398 (i386_register_u_addr): Change signature and rename to
3399 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3400 ubase variable.
3401
46cac009
AC
34022002-08-18 Andrew Cagney <ac131313@redhat.com>
3403
3404 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3405 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3406 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3407 deprecated_extract_return_value.
3408 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3409 rename mips_o32o64_push_arguments.
3410 (mips_gdbarch_init): Update.
3411 (mips_extract_return_value): Delete.
3412 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3413 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3414 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3415 (mips_n32n64_extract_return_value): Clone
3416 mips_extract_return_value.
3417 (mips_store_return_value): Delete.
3418 (mips_o32_store_return_value): Clone mips_store_return_value.
3419 (mips_o64_store_return_value): Clone mips_store_return_value.
3420 (mips_eabi_store_return_value): Clone mips_store_return_value.
3421 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3422
d2e4a39e
AS
34232002-08-18 Aidan Skinner <aidan@velvet.net>
3424
0c30c098
AS
3425 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3426 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3427
34282002-08-18 Aidan Skinner <aidan@velvet.net>
3429
3430 * ada-lang.c: Run through gdb_indent.sh.
3431 * ada-lang.h: Run through gdb_indent.sh.
3432 * ada-tasks.c: Run through gdb_indent.sh.
3433 * ada-typeprint.c: Run through gdb_indent.sh.
3434 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 3435
01fc4e33
AC
34362002-08-18 Andrew Cagney <ac131313@redhat.com>
3437
3438 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3439 ABI.
3440
d8ee244c
MK
34412002-08-18 Mark Kettenis <kettenis@gnu.org>
3442
c38d8261
MK
3443 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3444
222db64c
MK
3445 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3446 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3447
c2848c82
MK
3448 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3449 write_register_gen instead of write_register_bytes.
3450
d8ee244c
MK
3451 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3452 i[3456]-*-osf1mk* configurations have been made obsolete.
3453 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3454 i[3456]86-*-osf1mk* hosts obsolete.
3455 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3456 targets obsolete.
3457 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3458 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3459 config/i386/i386m3.mt, config/i386/nm-m3.h,
3460 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3461 config/i386/i386mk.mh, config/i386/i386mk.mt,
3462 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3463 obsolete.
3464 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3465 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3466 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3467
61d8d407
AC
34682002-08-18 Andrew Cagney <ac131313@redhat.com>
3469
3470 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3471 (hppa_value_returned_from_stack): Declare.
3472 (hppa_extract_return_value): Declare.
3473 * config/pa/hppa.mt: New file.
3474 * configure.tgt: Recognize hppa*-*-*.
3475 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3476
0c52bd59
MK
34772002-08-18 Mark Kettenis <kettenis@gnu.org>
3478
3479 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3480 comment.
3481
b5686e99
MK
34822002-08-17 Mark Kettenis <kettenis@gnu.org>
3483
3484 * top.c (gdb_rl_operate_and_get_next): Make sure
3485 operate-and-get-next functions correctly even when the history
3486 list is completely filled.
3487
c1bab85b
AC
34882002-08-18 Andrew Cagney <ac131313@redhat.com>
3489
3490 * MAINTAINERS (Target Instruction Set Architectures): Rename
3491 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3492 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3493 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3494 already listed under Host/Native.
3495
3496 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3497 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3498 mips*-*-*.
3499
32089c7c
AC
35002002-08-17 Andrew Cagney <ac131313@redhat.com>
3501
3502 * config/ia64/ia64.mt: New file.
3503 * config/alpha/alpha.mt: New file.
3504 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3505 ia64-linux-gnu. Mention that ia64-elf is broken.
3506 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3507
b4671f85
MK
35082002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3509
3510 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3511 generic_func_frame_valid instead of func_frame_valid.
3512
c8edd8b4
JB
35132002-08-16 Joel Brobecker <brobecker@gnat.com>
3514
3515 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3516 procfs appears to be broken when debugging on multi-processor
3517 machines. So enable software single stepping in order to avoid
3518 using the procfs interface to do next/step operations, using
3519 internal breakpoints instead.
3520
3521 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3522 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3523 make this pc address equal to the value it would have if the
3524 system stepping capability was used. Also set a new flag used
3525 to ensure that we don't readjust the PC one more time later.
3526
3527 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3528 address by DECR_PC_AFTER_BREAK when software single step is
3529 in use for this architecture, as this has already been taken
3530 care of in handle_inferior_event().
3531
238617f6
JB
35322002-08-16 Joel Brobecker <brobecker@gnat.com>
3533
3534 * infrun.c (handle_inferior_event): Minor reformatting, to make
3535 a rather long condition expression easier to read.
3536
541a7aac
AC
35372002-08-16 Andrew Cagney <ac131313@redhat.com>
3538
3539 * Makefile.in (gdbtk.o): Move to end of file.
3540 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3541 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3542 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3543 (gdbtk-wrapper.o, gdbres.o): Ditto.
3544
f92d4a7b
AC
35452002-08-16 Andrew Cagney <ac131313@redhat.com>
3546
3547 * Makefile.in (copying.o): Separate out compile rule.
3548 (hpux-thread.o, procfs.o, signals.o): Ditto.
3549 (v850ice.o, z8k-tdep.o): Ditto.
3550 (tui-file.o): Move to TUI section.
3551 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3552 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3553
1cce71eb
JB
35542002-08-16 Joel Brobecker <brobecker@gnat.com>
3555
3556 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3557 skip_trampoline_code, for better namespace-proofing.
3558
3559 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3560
0851f23d
JB
35612002-08-16 Joel Brobecker <brobecker@gnat.com>
3562
3563 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3564
f8d40ec8
JB
35652002-08-16 Joel Brobecker <brobecker@gnat.com>
3566
3567 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3568 signal, check whether we hit a breakpoint before checking for a
3569 single step breakpoint. Otherwise, GDB fails to notice that a
3570 breakpoint has been hit when stepping onto a breakpoint.
3571
63d022e0
KS
35722002-08-16 Keith Seitz <keiths@redhat.com>
3573
3574 * gdb-events.sh (clear_gdb_event_hooks): New function.
3575 * gdb-events.c: Regenerate.
3576 * gdb-events.h: Regenerate.
3577
6e31adb3
AC
35782002-08-16 Andrew Cagney <ac131313@redhat.com>
3579
3580 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3581 not_a_sw_breakpoint.
3582 * breakpoint.h (bpstat_stop_status): Add parameter names.
3583
c8189ed1
GS
35842002-08-16 Grace Sainsbury <graces@redhat.com>
3585
3586 * remote.c (remote_insert_hw_breakpoint)
3587 (remote_remove_hw_breakpoint): Fix calculation of length field
3588 for Z-packet.
3589
d05285fa
MS
35902002-08-15 Michael Snyder <msnyder@redhat.com>
3591
466d7106
MS
3592 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3593 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3594 (supply_fpregset): Ditto.
3595
d05285fa
MS
3596 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3597 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3598 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 3599 (TARGET_READ_SP): Delete.
bf1f5b4c 3600 (DO_REGISTERS_INFO): Delete.
102182a9
MS
3601 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3602 Delete.
3603 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3604 from macros to functions.
bf1f5b4c 3605
d05285fa
MS
3606 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3607 (mips_register_convertible, mips_register_convert_to_virtual,
3608 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
3609 (mips_read_sp): New function.
3610 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
3611 (mips_do_registers_info): Make static.
3612 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
3613 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3614 (mips_register_convert_from_type, mips_register_convert_to_type):
3615 New functions.
3616 (mips_gdbarch_init): Set up function_start_offset,
3617 register_virtual_size, pc_in_sigtramp.
d05285fa 3618
e76f1f2e
AC
36192002-08-15 Andrew Cagney <ac131313@redhat.com>
3620
3621 * infcmd.c (vector_info): New function.
3622 (_initialize_infcmd): Add command "info vector".
3623 (print_vector_info): New function.
3624
3625 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3626 * gdbarch.h, gdbarch.c: Regenerate.
3627
4782dc19
AC
36282002-08-15 Andrew Cagney <ac131313@redhat.com>
3629
3630 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3631 ``print_all''. Only print vector registers when ``print_all''.
3632
23e3a7ac
AC
36332002-08-15 Andrew Cagney <ac131313@redhat.com>
3634
8e186fd6
AC
3635 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3636 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3637
23e3a7ac
AC
3638 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3639 Add `args' parameter.
3640 * gdbarch.h, gdbarch.c: Regenerate.
3641
3642 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3643
3644 * infcmd.c (float_info): Call print_float_info.
3645 (print_float_info): New function. By default, print the
3646 floating-point registers.
3647
3648 * arch-utils.h (default_print_float_info): Delete declaration.
3649 * arch-utils.c (default_print_float_info): Delete function.
3650
e0ca2bb9
MK
36512002-08-16 Mark Kettenis <kettenis@gnu.org>
3652
3f733acc
MK
3653 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3654 out define.
3655
7d8d2918
MK
3656 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3657 FRAME.
3658
1c7cc583
MK
3659 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3660 * configure.host: Make i[3456]86-*-aix host obsolete.
3661 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3662 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3663 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3664 config/i386/xm-i386aix.h: Make files obsolete.
3665 * i386aix-nat.c: Make file obsolete.
3666 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3667 (i386aix-nat.o): Make target obsolete.
3668
e0ca2bb9
MK
3669 * config/i386/nm-gnu.h: Removed.
3670 * config/i386/nm-i386gnu.h: New file.
3671 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3672 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3673 Moved here from ...
3674 * config/i386/tm-i386gnu.h: ... here. Removed.
3675 * config/i386/xm-i386gnu.h: Removed.
3676 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3677 (NAT_FILE): Set to nm-i386gnu.h.
3678 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3679 * i386-tdep.c: New file.
3680 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3681 (i386gnu-tdep.o): Specify dependencies.
3682
16057ec7 36832002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 3684
6b99ee2e
MK
3685 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3686 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3687 Adjust a few comments to reflect reality a bit closer.
3688 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3689 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3690 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3691 target_insert_watchpoint, target_remove_watchpoint):
3692 Move defines to ...
3693 * config/i386/nm-i386sco5.h: ... here.
3694 (kernel_u_size): Add prototype. Improve a few comments and add
3695 protection against multiple inclusion.
3696
d9a6f65c
MK
3697 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3698 out define.
3699
047eff6a
MK
3700 * uw-thread.c (SP_ARG0): Define if not already defined.
3701 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3702
dcdb1290
MK
3703 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3704
5d2d0b2a
MK
3705 * config/i386/tm-i386.h: Don't include "regcache.h".
3706
61113f8b
MK
3707 * i387-tdep.h (i387_print_float_info): New prototype.
3708 * i387-tdep.c (print_i387_value, print_i387_ext,
3709 print_i387_status_word, print_i387_control_word): Add `struct
3710 ui_file *' argument and use it for output.
3711 (i387_print_float_info): Renamed from i387_float_info. Add
3712 `struct gdbarch *' and `struct ui_file *' arguments and use the
3713 latter for output.
3714 * i386-tdep.c: Include "i387-tdep.h".
3715 (i386_gdbarch_init): Set print_float_info.
3716 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3717 (FLOAT_INFO): Remove define.
3718
46e0f506
MS
37192002-08-13 Michael Snyder <msnyder@redhat.com>
3720
3721 * mips-tdep.c (mips_push_arguments): Rename to
3722 mips_eabi_push_arguments, and tune for EABI.
3723 (MIPS_REGS_HAVE_HOME_P): Delete.
3724 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3725 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3726 Delete references to mips_regs_have_home_p.
3727
409268de
KS
37282002-08-14 Keith Seitz <keiths@redhat.com>
3729
3730 * Makefile.in (install-gdbtk): Create insight plugin directory.
3731 Install plugins.tcl file.
3732
ffc6a242
KS
37332002-08-14 Keith Seitz <keiths@redhat.com>
3734
3735 * configure.in: Move SUBDIRS to near top of the file so that
3736 --enable options may add things to it.
3737 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3738 * configure: Regenerate.
3739
ebafbe83
MS
37402002-08-13 Michael Snyder <msnyder@redhat.com>
3741
3742 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3743 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3744 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3745
32f6f25d
AC
37462002-08-13 Andrew Cagney <ac131313@redhat.com>
3747
3748 * vax-tdep.c (vax_get_saved_register): Delete function.
3749 (vax_gdbarch_init): Update.
3750 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3751 (ns32k_gdbarch_init): Update.
3752 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3753 (alpha_gdbarch_init): Update.
3754
53826de9
AC
37552002-08-13 Andrew Cagney <cagney@redhat.com>
3756
3757 * regcache.c (init_regcache_descr): Overallocate the
3758 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3759 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3760 nr_raw_registers.
3761 (set_register_cached): Add range checking assertions. Use
3762 current_regcache.
3763
16057ec7 37642002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
3765
3766 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3767 numbers for MMX registers.
3768
7b4c2dce
AC
37692002-08-13 Andrew Cagney <cagney@redhat.com>
3770
3771 * i386-tdep.c (i386_gdbarch_init): Use
3772 generic_unwind_get_saved_register.
3773
1e03ad20
KB
37742002-08-13 Kevin Buettner <kevinb@redhat.com>
3775
3776 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3777 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3778 target vector.
3779 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3780 Delete. Add comment regarding this now-deleted target method.
3781
548bcbec
SC
37822002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3783
3784 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3785 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3786 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3787 real PC and the page number (if it's within the memory bank window).
3788 (m68hc11_pseudo_register_write): Likewise when saving.
3789 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3790 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3791 (m68hc11_register_raw_size): And use 32-bit for it.
3792 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3793 16K memory bank is used by the prog; also use the virtual pc.
3794
7df11f59
SC
37952002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3796
3797 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3798 (m68hc11_gdbarch_init): Install it in gdbarch.
3799 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3800 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3801 (MSYMBOL_SIZE): New for documentation.
3802 (insn_return_kind): Enum to specify how a function returns.
3803 (frame_extra_info): Cleanup and record the return mode.
3804 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3805 register in address computation.
3806 (m68hc11_get_return_insn): New to obtain the return instruction used
3807 by the function.
3808 (m68hc11_frame_init_saved_regs): Take into account the return
3809 instruction used by the function for far and interrupt functions.
3810 (m68hc11_init_extra_frame_info): Take into account page register.
3811 (m68hc11_frame_args_address): Adjust according to the return mode.
3812 (show_regs): Print page register only when it's used.
3813
5706502a
SC
38142002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3815
3816 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3817 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3818 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3819 registers.
3820 (m68hc11_register_raw_size): Likewise.
3821
28fc6740
AC
38222002-08-13 Andrew Cagney <cagney@redhat.com>
3823
3824 * i386-tdep.c (i386_register_name): Handle mmx registers.
3825 (mmx_regnum_p): New function.
3826 (i386_mmx_names): New array.
3827 (mmx_num_regs): New variable.
3828 (i386_pseudo_register_read): New function.
3829 (i386_pseudo_register_write): New function.
3830 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3831
3832 * regcache.c (regcache_raw_read_unsigned): New function.
3833 (regcache_raw_read_signed): New function.
3834 * regcache.h (regcache_raw_read_unsigned): Declare.
3835 (regcache_raw_read_signed): Declare.
3836
a378f419
AC
38372002-08-13 Andrew Cagney <cagney@redhat.com>
3838
3839 * regcache.c (regcache_raw_read_as_address): Delete function.
3840 (regcache_cooked_read_signed): New function.
3841 (regcache_cooked_read_unsigned): New function.
3842 * regcache.h (regcache_cooked_read_signed): Declare.
3843 (regcache_cooked_read_unsigned): Declare.
3844 (regcache_raw_read_as_address): Delete declaration.
3845
3846 * blockframe.c (generic_read_register_dummy): Use
3847 regcache_cooked_read_unsigned.
3848 * i386-tdep.c (i386_extract_struct_value_address): Use
3849 regcache_cooked_read_unsigned.
3850
81967506
SC
38512002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3852
3853 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3854 double sizes according to ELF ABI flags.
3855 (gdbarch_tdep): Record elf_flags.
3856
ffe1f3ee
SC
38572002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3858
3859 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3860 (m6812_prolog): They can appear in 68HC12 function prologue.
3861 (m68hc11_frame_chain): Cleanup.
3862
98216c5d
AC
38632002-08-12 Andrew Cagney <cagney@redhat.com>
3864
3865 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3866 declarations.
3867 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3868 (i386_linux_register_raw_size): Delete function.
3869 (i386_linux_init_abi): Update.
3870 * i386-tdep.c (i386_register_raw_size): Delete function.
3871 (i386_register_byte): Delete function.
3872 (i386_gdbarch_init): Update.
3873 (i386_register_size): Delete array.
3874 (i386_register_offset): Delete array.
3875
3876 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3877 (REGISTER_RAW_SIZE): Delete macro.
3878 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3879 (REGISTER_BYTE): Delete macro.
3880
3b19021e
AS
38812002-08-11 Aidan Skinner <aidan@velvet.net>
3882
3883 * ada-lang.c (ada_lookup_partial_symbol)
3884 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3885 prototype names so that grep ^func works properly.
3886
3887 * ada-lang.c (ada_array_element_type)
3888 (ada_lookup_partial_symbol): Fix typos in parameter list.
3889
3890 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3891 Fix prototype names so that grep ^func works properly.
3892
b063e7a2
AC
38932002-08-10 Andrew Cagney <cagney@redhat.com>
3894 Elena Zannoni <ezannoni@redhat.com>
3895 Martin M. Hunt <hunt@redhat.com>
3896
3897 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3898 (build_builtin_type_vec128i): Set the vector bit.
3899 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3900 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3901 (build_builtin_type_vec64): New function.
3902 (build_builtin_type_vec64i): New function.
3903 (build_gdbtypes): Initialize builtin_type_vec64 and
3904 builtin_type_vec64i.
3905
a7e3c2ad
AC
39062002-08-09 Andrew Cagney <cagney@redhat.com>
3907
3908 * regcache.c (regcache_dump): Compare the register offset
3909 with REGISTER_BYTE.
3910 * arch-utils.c (generic_register_byte): New function.
3911 * arch-utils.h (generic_register_byte): Declare.
3912 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3913 * gdbarch.h, gdbarch.c: Regenerate.
3914
af030b9a
AC
39152002-08-09 Andrew Cagney <cagney@redhat.com>
3916
3917 * regcache.c: Include "gdbcmd.h"
3918 (_initialize_regcache): Add commands "maintenance print
3919 registers", "maintenance print raw-registers" and "maintenance
3920 print cooked-registers".
3921 (enum regcache_dump_what): Define.
3922 (dump_endian_bytes): New function.
3923 (regcache_dump): New function.
3924 (regcache_print): New function.
3925 (maintenance_print_registers): New function.
3926 (maintenance_print_raw_registers): New function.
3927 (maintenance_print_cooked_registers): New function.
3928 * Makefile.in (regcache.o): Update dependencies.
3929
cb3d25d1
MS
39302002-08-09 Michael Snyder <msnyder@redhat.com>
3931
3932 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3933 (mips_push_arguments): Correct some comments. Use paddr_nz
3934 for printing addresses in debug output. Replace static
3935 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3936 (mips_n32n64_push_arguments): New function, cloned from
3937 mips_push_arguments and tuned for the n32/n64 ABI.
3938 (mips_push_register): Buffer needs dynamic allocation.
3939 (mips_print_register): Ditto.
3940 (do_gp_register_row): Ditto.
3941 (mips_store_return_value): Ditto.
3942 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3943
2163ab9d
DH
39442002-08-09 Don Howard <dhoward@redhat.com>
3945
3946 * memattr.c (mem_info_command): Print special case of upper bound
3947 as max CORE_ADDR + 1.
3948
b78bcb18
MS
39492002-08-08 Michael Snyder <msnyder@redhat.com>
3950
3951 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3952 returns structs by ref if they're too big to fit in two registers.
3953
ffabd70d
KB
39542002-08-09 Kevin Buettner <kevinb@redhat.com>
3955
3956 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3957 saved regs value.
3958 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3959 mips_find_saved_regs().
3960 (mips_pop_frame): Likewise.
3961
fbcdb4a3
KB
39622002-08-09 Kevin Buettner <kevinb@redhat.com>
3963
3964 * blockframe.c (frame_saved_regs_register_unwind): Revise
3965 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3966 frames are in use.
3967
3c3bea1c
GS
39682002-08-09 Grace Sainsbury <graces@redhat.com>
3969
3970 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3971 T-packets; the 'a' is not taken as a register number.
3972 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3973 (remote_stopped_data_address): New functions; add to target
3974 vector.
3975 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3976 prototypes to match other implementations of this
3977 function. replace integer argument with pointer -- the length
3978 field in the Z-packet is the length of what is pointed to or 1 if
3979 pointer is null. Add to target vector.
3980 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3981 target vector.
3982
3983 From Mark Salter:
3984 * remote.c (remote_wait): Add support to extract optional
3985 watchpoint information from T-packet. Ignore unrecognized
3986 optional info in T-packet.
3987 (remote_async_wait): Ditto.
3988
5d1d95de
CV
39892002-08-09 Corinna Vinschen <vinschen@redhat.com>
3990
3991 * cli/cli-dump.c: Change fopen modes to use binary open modes
3992 as defined in include/fopen-bin.h throughout.
3993
c86b5b38
MS
39942002-08-08 Michael Snyder <msnyder@redhat.com>
3995
3996 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3997
b30590dc
KB
39982002-08-08 Kevin Buettner <kevinb@redhat.com>
3999
4000 * doublest.c (store_floating): Avoid floatformat_from_doublest()
4001 assertion failure by returning early after a warning.
4002
498868ed
KB
40032002-08-08 Kevin Buettner <kevinb@redhat.com>
4004
4005 * mips-tdep.c (mips_find_saved_regs): Make static.
4006 (mips_frame_init_saved_regs): New function.
4007 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
4008 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
4009 (mips_find_saved_regs): Delete declaration.
4010
b2dd6311
GS
40112002-08-08 Grace Sainsbury <graces@redhat.com>
4012
3c3bea1c
GS
4013 * remote.c (remote_wait, remote_async_wait): Change
4014 thread_num from int to ULONGEST.
4015 (unpack_varlen_hex): Change result parameter from
4016 int * to ULONGEST *.
b2dd6311 4017
ea47855f
AC
40182002-08-08 Andrew Cagney <ac131313@redhat.com>
4019
4020 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
4021 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
4022 powerpc*-*-*.
4023 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
4024
69db8bae
AC
40252002-08-08 Andrew Cagney <cagney@redhat.com>
4026
4027 * gcore.c (override_derive_stack_segment): Delete variable.
4028 (preempt_derive_stack_segment): Delete function.
4029 (derive_stack_segment): Delete function.
4030 (default_derive_stack_segment): Renamed to derive_stack_segment.
4031 (override_derive_heap_segment): Delete variable.
4032 (preempt_derive_heap_segment): Delete function.
4033 (derive_heap_segment): Delete function.
4034 (default_derive_heap_segment): Rename to derive_heap_segment.
4035
cb811fe7
MS
40362002-08-06 Michael Snyder <msnyder@redhat.com>
4037
4038 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
4039 * mips-tdep.c (mips_EABI_use_struct_convention,
4040 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
4041 New functions. (mips_use_struct_convention): Delete.
4042 (mips_gdbarch_init): set use_gdbarch_convention.
4043
8b389c40
MS
40442002-08-06 Michael Snyder <msnyder@redhat.com>
4045
4046 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
4047 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
4048 mips_o32_reg_struct_has_addr): New functions.
4049 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
4050
5c27f28a
AC
40512002-08-07 Andrew Cagney <ac131313@redhat.com>
4052
4053 * regcache.c (pseudo_register): Delete function.
4054 (fetch_register): Delete function.
4055 (store_register): Delete function.
4056 (regcache_raw_read, legacy_read_register_gen): Use
4057 target_fetch_registers instead of fetch_register.
4058 (legacy_write_register_gen, regcache_raw_write): Use
4059 target_store_register instead of store_register.
4060 (write_register_bytes): Ditto.
4061
4062 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
4063 (STORE_PSEUDO_REGISTER): Delete.
4064 * gdbarch.h, gdbarch.c: Regenerate.
4065
5b331675
CV
40662002-08-06 Corinna Vinschen <vinschen@redhat.com>
4067
4068 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
4069 write dump file binary.
4070
6acdf5c7
MS
40712002-08-05 Michael Snyder <msnyder@redhat.com>
4072
4073 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
4074 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
4075 (mips_gdbarch_init): Set N32 target to be mips64.
4076
b2f01c35
KB
40772002-08-06 Kevin Buettner <kevinb@redhat.com>
4078
4079 * frame.c (find_saved_register): Break out of loop once saved
4080 register address is found. Don't mention sparc in loop comment
4081 anymore.
4082
63db5580
KB
40832002-08-06 Kevin Buettner <kevinb@redhat.com>
4084
4085 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
4086 mips_default_saved_regsize to 8.
4087
5e34e75e
AC
40882002-08-06 Andrew Cagney <ac131313@redhat.com>
4089
4090 * gcore.c: Do not include <sys/procfs.h>.
4091 * Makefile.in (gcore.o): Update dependencies.
4092
eb4c54a2
AC
40932002-08-06 Andrew Cagney <cagney@redhat.com>
4094
4095 * configure.tgt: Make arc-*-* obsolete.
4096 * NEWS: Mention that arc-*-* has been identifed as obsolete.
4097 * MAINTAINERS: Make arc-elf obsolete.
4098 * arc-tdep.c: Make file obsolete.
4099 * config/arc/arc.mt: Ditto.
4100 * config/arc/tm-arc.h: Ditto.
4101
ced15480
TR
41022002-08-05 Theodore A. Roth <troth@verinet.com>
4103
c1bab85b 4104 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 4105
b4743822
AC
41062002-08-05 Andrew Cagney <ac131313@redhat.com>
4107
4108 * mcore-tdep.c (mcore_gdbarch_init): Use
4109 generic_unwind_get_saved_register instead of
4110 generic_get_saved_register.
4111 * v850-tdep.c (v850_gdbarch_init): Ditto.
4112 * frv-tdep.c (frv_gdbarch_init): Ditto.
4113 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4114 * s390-tdep.c (s390_gdbarch_init): Ditto.
4115 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4116 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
4117 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
4118
3956d554
JB
41192002-08-05 Joel Brobecker <brobecker@gnat.com>
4120
4121 * objfiles.h: Add missing #include "symfile.h"
4122
4123 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
4124
8249c0d6
AC
41252002-08-04 Andrew Cagney <ac131313@redhat.com>
4126
4127 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
4128 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
4129 of FIELD_BITSIZE.
4130
b9d14705
DJ
41312002-08-04 Daniel Jacobowitz <drow@mvista.com>
4132
4133 * NEWS: Cleanup and nitpick.
4134
dd73b9bb
AC
41352002-08-03 Andrew Cagney <ac131313@redhat.com>
4136
4137 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
4138
043a27f8
AC
41392002-08-03 Andrew Cagney <ac131313@redhat.com>
4140
4141 * Makefile.in (gdbtk-bp.o): Update dependencies.
4142 (gdbtk-register.o): Ditto.
4143 (gdbtk-varobj.o): Ditto.
4144
46ce284d
AC
41452002-08-03 Andrew Cagney <cagney@redhat.com>
4146
4147 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
4148 m68hc11_fetch_pseudo_register.
4149 (m68hc11_pseudo_register_write): Replace
4150 m68hc11_store_pseudo_register.
4151 (m68hc11_gdbarch_init): Update.
4152
b66d6d2e
AC
4153Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
4154
4155 * gdbarch.sh: Include "gdb_string.h".
4156 * gdbarch.c: Regenerate.
4157
4158 * regcache.c: Include "gdb_string.h".
4159 * ax-general.c: Ditto.
4160 * varobj.c: Ditto.
4161 * std-regs.c: Ditto.
4162 * fbsd-proc.c: Ditto.
4163 * thread.c: Ditto.
4164
4165 * Makefile.in (regcache.o): Update dependencies.
4166 (thread.o, gdbarch.o): Ditto.
4167 (ax-general.o, gdbarch.o): Ditto.
4168 (varobj.o, std-regs.o): Ditto.
4169 (fbsd-proc.o): Specify dependencies.
4170
29e1842b
AC
41712002-08-02 Andrew Cagney <cagney@redhat.com>
4172
4173 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
4174 regnum.
4175 (regcache_cooked_write): Ditto.
4176
68365089
AC
41772002-08-02 Andrew Cagney <ac131313@redhat.com>
4178
4179 * regcache.c (regcache_cooked_read): New function.
4180 (regcache_cooked_write): New function.
4181 (read_register_gen): Rewrite using regcache_cooked_read.
4182 (write_register_gen): Rewrite using regcache_cooked_write.
4183
4184 * regcache.h (regcache_cooked_read, regcache_cooked_write):
4185 Declare.
4186
d8124050
AC
41872002-08-02 Andrew Cagney <cagney@redhat.com>
4188
4189 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
4190 Replace the architecture methods register_read and register_write.
4191 * gdbarch.h, gdbarch.c: Regenerate.
4192 * regcache.c (init_regcache_descr): Update.
4193 (read_register_gen): Update.
4194 (write_register_gen): Update.
4195 (supply_register): Update comment.
4196
4197 * sh-tdep.c (sh_gdbarch_init): Update.
4198 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
4199 `regcache' and `gdbarch' parameters. Make `buffer' a void
4200 pointer. Update code.
4201 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
4202 `regcache' and `gdbarch' parameters. Make `buffer' a constant
4203 void pointer. Update code.
4204 (sh64_register_write): Delete.
4205 (sh4_register_read): Delete.
4206 (sh64_register_read): Delete.
4207 (sh4_register_write): Delete.
4208 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
4209 void pointer, `to' parameter a void pointer.
4210 (sh_sh64_register_convert_to_raw): Ditto.
4211
a6425924
KB
42122002-08-01 Kevin Buettner <kevinb@redhat.com>
4213
4214 * mips-tdep.c (mips_register_virtual_type): Use architecture
4215 invariant return values.
4216
ff5922b5
AC
42172002-08-01 Andrew Cagney <cagney@redhat.com>
4218
4219 * linux-proc.c: Include "gdb_string.h".
4220 * Makefile.in (linux-proc.o): Update dependency list.
4221
32a6503c
KB
42222002-08-01 Kevin Buettner <kevinb@redhat.com>
4223
4224 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
4225 comment.
4226
ccaa32c7
GS
42272002-08-01 Grace Sainsbury <graces@redhat.com>
4228
4229 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4230 to_insert_watchpoint, to_remove_watchpoint,
4231 to_stopped_by_watchpoint, to_stopped_data_address,
4232 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
4233 target vecctor. Define their corresponding macros so they call
4234 them.
4235
4236 * target.c: Add default and debug versions of for
4237 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4238 to_insert_watchpoint, to_remove_watchpoint,
4239 to_stopped_by_watchpoint, to_stopped_data_address,
4240 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4241
78fde5f8
KB
42422002-08-01 Kevin Buettner <kevinb@redhat.com>
4243
4244 * mips-tdep.c (mips_register_virtual_type): New function.
4245 (mips_gdbarch_init): Register mips_register_virtual_type()
4246 with gdbarch machinery.
4247 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4248 this file instead of tm-bigmips.h.
4249 (MIPS_REGSIZE): Delete this macro.
4250 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
4251 multiarch version in mips-tdep.c will be found.
4252
db034ac5
AC
42532002-08-01 Andrew Cagney <cagney@redhat.com>
4254
4255 * NEWS: Menion that CHILL has been made obsolete.
4256
4257 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
4258 * stabsread.c (read_range_type): Ditto.
4259 * gdbtypes.h: Ditto.
4260 * language.c (binop_type_check): Ditto.
4261 (binop_result_type): Ditto.
4262 (integral_type): Ditto.
4263 (character_type): Ditto.
4264 (string_type): Ditto.
4265 (boolean_type): Ditto.
4266 (structured_type): Ditto.
4267 (lang_bool_type): Ditto.
4268 (binop_type_check): Ditto.
4269 * language.h (_LANG_chill): Ditto.
4270 * dwarfread.c (set_cu_language): Ditto.
4271 * dwarfread.c (CHILL_PRODUCER): Ditto.
4272 * dwarfread.c (handle_producer): Ditto.
4273 * expression.h (enum exp_opcode): Ditto.
4274 * eval.c: Ditto for comments.
4275 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4276 * expprint.c (print_subexp): Ditto.
4277 (print_subexp): Ditto.
4278 * valops.c (value_cast): Ditto.
4279 (search_struct_field): Ditto.
4280 * value.h (COERCE_VARYING_ARRAY): Ditto.
4281 * symfile.c (init_filename_language_table): Ditto.
4282 (add_psymbol_with_dem_name_to_list): Ditto.
4283 * valarith.c (value_binop): Ditto.
4284 (value_neg): Ditto.
4285 * valops.c (value_slice): Ditto.
4286 * symtab.h (union language_specific): Ditto.
4287 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4288 (SYMBOL_DEMANGLED_NAME): Ditto.
4289 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4290 * defs.h (enum language): Ditto.
4291 * symtab.c (got_symtab): Ditto.
4292 * utils.c (fprintf_symbol_filtered): Ditto.
4293
4294 * ch-typeprint.c: Make file obsolete.
4295 * ch-valprint.c: Make file obsolete.
4296 * ch-lang.h: Make file obsolete.
4297 * ch-exp.c: Make file obsolete.
4298 * ch-lang.c: Make file obsolete.
4299
4300 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4301 CHILL_LIB.
4302 (TARGET_FLAGS_TO_PASS): Ditto.
4303 (CHILLFLAGS): Obsolete.
4304 (CHILL): Obsolete.
4305 (CHILL_FOR_TARGET): Obsolete.
4306 (CHILL_LIB): Obsolete.
4307 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4308 ch-valprint.c.
4309 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4310 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4311 ch-lang.o.
4312 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4313 targets.
4314
8aaf0b47
JB
43152002-07-31 Joel Brobecker <brobecker@gnat.com>
4316
4317 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4318 This does not change anything at the moment, but will be helpful
4319 later when full Ada support is integrated.
4320
f3a7b3a5
KB
43212002-07-31 Kevin Buettner <kevinb@redhat.com>
4322
4323 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4324 help message.
4325
fb850278
KB
43262002-07-31 Kevin Buettner <kevinb@redhat.com>
4327
4328 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4329 and save it in a local variable. Use variable in later test.
4330
e3bddbfa
KB
43312002-07-31 Kevin Buettner <kevinb@redhat.com>
4332
4333 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4334 test. (Thanks to Daniel Jacobowitz.)
4335
28d169de
KB
43362002-07-31 Kevin Buettner <kevinb@redhat.com>
4337
4338 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4339 (mips_abi_strings): Add "n64".
4340 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
4341
7fe7e44e
KB
43422002-07-31 Kevin Buettner <kevinb@redhat.com>
4343
4344 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4345 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4346
c6caf090
KB
43472002-07-31 Kevin Buettner <kevinb@redhat.com>
4348
4349 * utils.c (host_pointer_to_address, address_to_host_pointer):
4350 Use gdb_assert() instead of explicit call to internal_error().
4351
c41669e0
KB
43522002-07-30 Kevin Buettner <kevinb@redhat.com>
4353
4354 * Makefile.in (rs6000-nat.o): Update dependencies.
4355
4356 From Nicholas Duffek:
4357 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4358 (aix-thread.o): New rule.
4359 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4360 * config/powerpc/aix432.mh: New file.
4361
2fda4977
DJ
43622002-07-30 Daniel Jacobowitz <drow@mvista.com>
4363
4364 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4365 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4366 (fetch_core_registers, ppc_linux_supply_gregset)
4367 (ppc_linux_supply_fpregset): New functions.
4368 (ppc_linux_regset_core_fns): New.
4369 (_initialize_ppc_linux_tdep): Call add_core_fns.
4370 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4371 and ppc_linux_supply_gregset.
4372 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4373 (supply_fpregset): Call ppc_linux_supply_fpregset.
4374 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4375 corelow.o.
4376 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4377
729051e6
DJ
43782002-07-30 Daniel Jacobowitz <drow@mvista.com>
4379
4380 * symtab.c (lookup_symbol): Demangle before lowercasing.
4381
5f8a3188
AC
43822002-07-30 Andrew Cagney <ac131313@redhat.com>
4383
4384 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4385 declaration.
4386 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4387 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4388 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4389 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4390 "gdb_string.h".
4391 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4392 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4393 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4394 (avr-tdep.o, mon960-rom.o): Ditto.
4395 (aout_stabs_gnu_h): Define.
4396 (symtab_h): Remove $(gdb_obstack_h).
4397
67f07146
JB
43982002-07-30 Jim Blandy <jimb@redhat.com>
4399
4400 Patch from David Carlton <carlton@math.stanford.edu>:
4401 * gdbinit.in: Move the `dir' commands that add GDB's own source
4402 directory to the search path to the end, so that the `gdb' source
4403 directory will be searched first.
4404
04ea0df1
AC
44052002-07-29 Andrew Cagney <ac131313@redhat.com>
4406
4407 * gdb_obstack.h: New file.
4408 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4409 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4410 * objfiles.h: Include "gdb_obstack.h".
4411 * Makefile.in (gdb_obstack_h): Define.
4412 (symtab_h): Add $(gdb_obstack_h).
4413 (objfiles_h): Add $(gdb_obstack_h).
4414
4415 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4416 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4417 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4418 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4419 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4420 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4421 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4422 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4423
4424 * Makefile.in (bcache.o): Update dependencies.
4425 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4426 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4427 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4428 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4429 (stabsread.o, symfile.o, symmisc.o): Ditto.
4430 (symtab.o, typeprint.o, macroexp.o): Ditto.
4431 (macrotab.o, mdebugread.o): Ditto.
4432 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4433 (coff_ecoff_h, aout_aout64_h): Define.
4434 (aout_stabs_gnu_h, libaout_h): Define.
4435
d138e37a
AC
44362002-07-29 Andrew Cagney <cagney@redhat.com>
4437
4438 * regcache.c (struct regcache_descr): Rename nr_registers to
4439 nr_cooked_registers. Revise comments describing the structure
4440 member fields.
4441 (init_regcache_descr): Update.
4442 (init_legacy_regcache_descr): Update.
4443 (read_register_gen, write_register_gen): When a cooked register in
4444 the raw register range, directly access the value from the raw
4445 register cache.
4446
460e6ec3
AC
44472002-07-29 Andrew Cagney <ac131313@redhat.com>
4448
4449 * z8k-tdep.c: Do not include "obstack.h".
4450 * h8300-tdep.c, h8500-tdep.c: Ditto.
4451 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4452 * valprint.c, v850-tdep.c: Ditto.
4453 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4454 * mn10200-tdep.c: Ditto.
4455
4456 * Makefile.in (z8k-tdep.o): Update dependencies.
4457 (m68hc11-tdep.o, valprint.o): Ditto.
4458 (v850-tdep.o, d10v-tdep.o): Ditto.
4459 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4460 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4461 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4462 (sh_opc_h, gdb_sim_sh_h): Define.
4463 (elf_sh_h, elf_bfd_h): Define.
4464 (opcode_m68hc11_h): Define.
4465 (OPCODES_SRC, OPCODES_DIR): define.
4466 (OPCODES): Use $(OPCODES_DIR).
4467 (gdb_sim_d10v_h): Rename sim_d10v_h.
4468 (gdb_sim_arm_h): Rename sim_arm_h.
4469
790c9cf0
KB
44702002-07-26 Kevin Buettner <kevinb@redhat.com>
4471
4472 * utils.c (host_pointer_to_address, address_to_host_pointer):
4473 Change internal_error() message to indicate function responsible
4474 for the error.
4475
9647fa49
KB
44762002-07-26 Kevin Buettner <kevinb@redhat.com>
4477
4478 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4479 calls to local_hex_string_custom().
4480
dabbe2c0
KB
44812002-07-26 Kevin Buettner <kevinb@redhat.com>
4482
4483 * irix5-nat.c: Move IRIX shared library support from here...
4484 * solib-irix.c: ...to here. Revised substantially to work with
4485 generic solib framework.
4486
b96d0a4e
KB
4487 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4488 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4489 * mips-irix-tdep.c: New file.
4490
313fb2f6
KB
4491 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4492 (mips-irix-tdep.o, solib-irix.o): New rules.
4493 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4494 solib-irix.o.
4495 * config/mips/irix6.mt (TDEPFILES): Likewise.
4496 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4497
ab2eaf26
KB
44982002-07-26 Kevin Buettner <kevinb@redhat.com>
4499
177e4768 4500 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
4501 disabled (via ``#if 0'') includes.
4502
7244546a
KB
45032002-07-26 Kevin Buettner <kevinb@redhat.com>
4504
4505 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4506 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4507 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4508 Add support for the fpscr register.
4509 * rs6000-nat.c (regmap, fetch_inferior_registers)
4510 (store_inferior_registers, fetch_core_registers): Likewise.
4511
dd7be90a
KB
45122002-07-26 Kevin Buettner <kevinb@redhat.com>
4513
4514 * rs6000-nat.c (language.h): Include.
4515 (special_regs): Delete this array.
4516 (regmap): New function.
4517 (fetch_register, store_register): Use regmap() to map gdb
4518 register numbers to ptrace register numbers. Also, use
4519 outputs from regmap() to make decisions regarding type of
4520 ptrace() call to make. In particular, don't compare against
4521 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4522 (fetch_inferior_registers, store_inferior_registers): Where
4523 possible, obtain register numbers from tdep struct. Don't
4524 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4525 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4526 (LAST_UISA_SP_REGNUM): Delete.
4527
11bf77db
KB
45282002-07-25 Kevin Buettner <kevinb@redhat.com>
4529
4530 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
4531 (fetch_registers, store_register, fetch_core_registers): Don't
4532 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
4533 regcache_collect() as appropriate.
4534 (find_toc_address): Format hex address with local_hex_string().
4535
06afebeb
AC
45362002-07-25 Andrew Cagney <ac131313@redhat.com>
4537
4538 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4539 bfd/elf32-frv.c.
4540
8c554d79
TT
45412002-07-24 Tom Tromey <tromey@redhat.com>
4542
4543 * jv-exp.y: Marked all strings with _().
4544 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4545 internal_error.
4546 (MethodInvocation, CastExpression, parse_number, yyerror,
4547 java_type_from_name, push_expression_name, yylex): Typo fixes.
4548
e4c242d9
DJ
45492002-07-24 Daniel Jacobowitz <drow@mvista.com>
4550
4551 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4552 (tee_file_flush, tee_file_write, tee_file_fputs)
4553 (tee_file_isatty): New.
4554 * ui-file.h (tee_file_new): Add prototype.
4555
ebf56fd3
AS
45562002-07-24 Aidan Skinner <aidan@velvet.net>
4557
4558 * ada-lang.c: Change k&r style function definitions to prototyped
4559 form.
4560 * ada-typeprint.c: Change k&r style function definitions to prototyped
4561 form.
4562 * ada-valprint.c: Change k&r style function definitions to prototyped
4563 form.
4564
7fb623f7
AC
45652002-07-24 Andrew Cagney <cagney@redhat.com>
4566
4567 * README: Remove reference to remote-bug.
4568 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4569 remote-bug.c.
4570 (m88k-nat.o): Delete rule.
4571 (m88k-tdep.o): Delete rule.
4572 (remote-bug.o): Delete rule.
4573 * MAINTAINERS: Mark as obsolete.
4574 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4575 * m88k-tdep.c: Make file obsolete.
4576 * config/m88k/m88k.mh: Ditto.
4577 * config/m88k/delta88v4.mh: Ditto.
4578 * config/m88k/delta88v4.mt: Ditto.
4579 * config/m88k/delta88.mt: Ditto.
4580 * config/m88k/delta88.mh: Ditto.
4581 * remote-bug.c: Ditto.
4582 * config/m88k/tm-delta88.h: Ditto.
4583 * config/m88k/nm-delta88v4.h: Ditto.
4584 * config/m88k/xm-delta88.h: Ditto.
4585 * config/m88k/xm-dgux.h: Ditto.
4586 * config/m88k/tm-m88k.h: Ditto.
4587 * config/m88k/nm-m88k.h: Ditto.
4588 * config/m88k/tm-delta88v4.h: Ditto.
4589 * m88k-nat.c: Ditto.
4590 * cxux-nat.c: Ditto.
4591 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4592 and m88*-*-* obsolete.
4593 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4594 m88*-*-* obsolete.
4595
37611a2b
AC
45962002-07-24 Andrew Cagney <cagney@redhat.com>
4597
4598 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4599 constant. Same for local pointer variables.
4600 (extract_signed_integer): Ditto.
4601 * defs.h (extract_unsigned_integer): Update.
4602 (extract_signed_integer): Update.
4603
1aaa5f99
AC
46042002-07-24 Andrew Cagney <cagney@redhat.com>
4605
4606 * regcache.c (regcache_raw_write): Change buf parameter to a
4607 constant void pointer.
4608 (regcache_raw_read): Change buf parameter to a void pointer.
4609 (legacy_write_register_gen): Change myaddr parameter a constant
4610 void pointer.
4611 (supply_register): Change val parameter to a const void pointer.
4612 * regcache.h (regcache_raw_write): Update declaration.
4613 (regcache_raw_read): Update declaration.
4614 (supply_register): Update declaration.
4615
b4f5539f
TT
46162002-07-24 Tom Tromey <tromey@redhat.com>
4617
4618 * defs.h (gdb_readline_wrapper): Declare.
4619 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4620 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4621 * top.c (gdb_readline_wrapper): New function.
4622 (command_line_input): Use it.
4623
0818c12a
AC
46242002-07-24 Andrew Cagney <cagney@redhat.com>
4625
4626 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4627 regcache_read and regcache_write.
4628 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4629 * regcache.c: Update.
4630 * sh-tdep.c (sh64_push_arguments): Update comment.
4631 (sh_pseudo_register_read): Update.
4632 (sh_pseudo_register_write): Update.
4633 (sh4_register_read): Update.
4634 (sh4_register_write): Update.
4635 (sh64_pseudo_register_read): Update.
4636 (sh64_pseudo_register_write): Update.
4637 (sh64_register_read): Update.
4638 (sh64_register_write): Update.
4639 * i386-tdep.c (i386_extract_return_value): Update.
4640 (i386_extract_struct_value_address): Update.
4641 (i386_extract_return_value): Update.
4642 * blockframe.c (generic_read_register_dummy): Update.
4643 (generic_call_dummy_register_unwind): Update
4644 * infrun.c (write_inferior_status_register): Update.
4645
f7321c06
JB
46462002-07-23 Jim Blandy <jimb@redhat.com>
4647
4648 * parser-defs.h (expression_context_pc): Make this extern.
4649 (Thanks to Michael Snyder.)
4650
2037aebb
AC
46512002-07-23 Andrew Cagney <ac131313@redhat.com>
4652
4653 GDB 5.2.1 released from 5.2 branch.
4654 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4655 * README: Update to mention 5.2.1.
4656
66504d44
MS
46572002-07-23 Mark Salter <msalter@redhat.com>
4658
4659 * remote.c (remote_read_bytes): Fix check for error.
4660
27bae383
KB
46612002-07-22 Kevin Buettner <kevinb@redhat.com>
4662
4663 * aix-thread.c (language.h): Include.
4664 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4665 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4666 Print newlines at end of debug messages.
4667 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4668 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4669
46702002-07-22 Kevin Buettner <kevinb@redhat.com>
4671
4672 * aix-thread.c (ppc-tdep.h): Include.
4673 (special_register_p): New function.
4674 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4675 (store_regs_user_thread): Use register number information from
4676 gdbarch_tdep struct instead of hardcoded offsets relative to
4677 FIRST_UISA_SP_REGNUM.
4678 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4679 special_register_p() instead of using FPLAST_REGNUM and
4680 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4681 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4682 will be MQ's register number.
4683
46842002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
4685
4686 * aix-thread.c (ops): Rename to aix_thread_ops.
4687 (base_ops): Rename to base_target.
4688 (ops_attach): Rename to aix_thread_attach.
4689 (ops_detach): Rename to aix_thread_detach.
4690 (ops_resume): Rename to aix_thread_detach.
4691 (ops_wait): Rename to aix_thread_wait.
4692 (ops_kill): Rename to aix_thread_kill.
4693 (init_ops): Rename to init_aix_thread_ops.
4694 (ops_fetch_register): Rename to aix_thread_fetch_register.
4695 (ops_store_register): Rename to aix_thread_store_register.
4696 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4697 (ops_thread_alive): Rename to aix_thread_thread_alive.
4698 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4699 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4700 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4701 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4702 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4703 (store_regs_lib): Rename to store_regs_user_thread.
4704 (store_regs_kern): Rename to store_regs_kernel_thread.
4705
27bae383 47062002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
4707
4708 * aix-thread.c (ops_prepare_to_store): Eliminate.
4709 (init_ops): Don't initialize ops.prepare_to_store.
4710 (store_regs_kern): Pre-fetch register buffers from child,
4711 because some registers may not be in the cache. Copy
4712 regs from register cache only if they are cached.
4713 (store_regs_lib): Copy regs from register cache only
4714 if they are cached.
4715 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4716 fill_gprs64): Ditto.
4717
61c5da0b
KB
47182002-07-22 Kevin Buettner <kevinb@redhat.com>
4719
4720 * aix-thread.c (gdb_assert.h): Include.
4721 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4722 register sizes (from register cache) match size of buffer holding
4723 register data.
4724 (fill_sprs32): Change parameter types to match those in the ptrace()
4725 buffer.
4726 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4727 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4728
47292002-07-22 Michael Snyder <msnyder@redhat.com>
4730
4731 * aix-thread.c (supply_sprs64): Cosmetic change.
4732 (supply_sprs32): Cosmetic change.
4733 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4734 (fill_sprs64): Use regcache_collect instead of read_register.
4735 (store_regs_lib): Use regcache_collect instead of
4736 read_register. Use fill_sprs32 instead of fill_sprs64,
4737 if debugging a 32-bit architecture.
4738 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4739 out of the register cache, instead of passing a pointer into
4740 the register cache directly to ptrace. Use regcache_collect
4741 insteaad of read_register.
4742 (ops_prepare_to_store): Use target_read_registers instead
4743 of read_register_bytes.
4744
36479eb1
AS
47452002-07-20 Aidan Skinner <aidan@velvet.net>
4746
4747 * MAINTAINERS: Add self under write after approval.
4748
80ae6ee2
AS
47492002-07-20 Aidan Skinner <aidan@velvet.net>
4750
4751 * ada-tasks.c: Change k&r style function definitions to prototyped
4752 form.
4753
8a8ab2b9
AC
47542002-07-19 Andrew Cagney <ac131313@redhat.com>
4755
4756 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4757 * x86-64-tdep.c: Include "objfiles.h".
4758 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4759 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4760
fb16b900
ML
47612002-07-17 Michal Ludvig <michal@suse.cz>
4762
4763 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4764 (update_context): Initialise cfa variable.
4765
0fe7bf7b
MS
47662002-07-17 Michael Snyder <msnyder@redhat.com>
4767
4768 * aix-thread.c: Shorten some long lines.
4769 Bring comments into line with code spec.
4770
488f131b
JB
47712002-07-18 Joel Brobecker <brobecker@gnat.com>
4772
4773 * infrun.c: Re-indent using gdb_indent.sh.
4774
46c415d2
JB
47752002-07-18 Joel Brobecker <brobecker@gnat.com>
4776
4777 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4778 Leave the indentation temporarily untouched, to minimize the diffs.
4779
cdecafbe
EZ
47802002-07-18 Elena Zannoni <ezannoni@redhat.com>
4781
4782 * stabsread.c: Make os9k sections of the code obsolete,
4783 for real this time.
4784 * stabsread.h: Make os9k sections of the code obsolete.
4785
7b6aa020
ML
47862002-07-18 Michal Ludvig <mludvig@suse.cz>
4787
09ec9b38
ML
4788 * linux-low.c (regsets_store_inferior_registers): Add free()
4789 at the end of a loop to prevent memory leak.
4790 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4791 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
4792 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4793 line a comment.
4894ac5d 4794 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 4795
233282cd
JB
47962002-07-17 Jim Blandy <jimb@redhat.com>
4797
4798 * macrocmd.c (info_macro_command): Remove newline from error
4799 message.
4800
7b6aa020 48012002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
4802
4803 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4804 (sh_gdbarch_init): Use it for sh-dsp.
4805
f7ef9339
KB
48062002-07-16 Kevin Buettner <kevinb@redhat.com>
4807
4808 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4809 64-bit DWARF2 format.
4810
8dd72958
JB
48112002-07-16 Joel Brobecker <brobecker@gnat.com>
4812
4813 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4814 <sys/proc.h> when not available.
4815
a99a9e1b
AC
48162002-07-16 Andrew Cagney <ac131313@redhat.com>
4817
4818 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4819 * stabsread.c: Make os9k sections of the code obsolete.
4820 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4821 * config/i386/i386os9k.mt: Make file obsolete.
4822 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4823 (COMMON_OBS): Remove os9kread.o
4824 (SFILES): Remove os9kread.c.
4825 (os9kread.o, remote-os9k.o): Make target obsolete.
4826 * remote-os9k.c: Make file obsolete.
4827 * os9kread.c: Make file obsolete.
4828 * Makefile.in
4829
7a3085c1
AC
48302002-07-16 Andrew Cagney <ac131313@redhat.com>
4831
4832 * NEWS: Mention that the FR30 has been made obsolete.
4833 * fr30-tdep.c: Make file obsolete.
4834 * config/fr30/tm-fr30.h: Ditto.
4835 * config/fr30/fr30.mt: Ditto.
4836 * configure.tgt: Make fr30-*-elf obsolete.
4837 * MAINTAINERS: Make fr30-elf obsolete.
4838
28a93f5a
PM
48392002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4840
4841 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4842 found is not inside a section.
4843
be006b8b
KB
48442002-07-15 Kevin Buettner <kevinb@redhat.com>
4845
4846 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4847 strerror().
4848 (pdc_realloc): Use xrealloc() instead of realloc().
4849
14fa3751
KB
48502002-07-15 Kevin Buettner <kevinb@redhat.com>
4851
4852 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4853 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4854 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4855 macros.
4856
42cc437f
KB
48572002-07-15 Kevin Buettner <kevinb@redhat.com>
4858
4859 * aix-thread.c (ptrace_check): Eliminate goto.
4860 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4861 problem.
4862
8e2c28d4
KB
48632002-07-15 Kevin Buettner <kevinb@redhat.com>
4864
4865 * aix-thread.c (gdbcmd.h): Include.
4866 (DEBUG, DBG, DBG2, dbg): Eliminate.
4867 (debug_aix_thread): New static global.
4868 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4869 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4870 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4871 invocations to DBG and DBG2 macros to test against
4872 ``debug_aix_thread'' and call fprintf_unfiltered().
4873 (_initialize_aix_thread): Add new command "set debug aix-thread".
4874
30413464
AC
48752002-07-15 Andrew Cagney <ac131313@redhat.com>
4876
4877 From Gerhard Tonn <TON@de.ibm.com>:
4878 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4879 instead of supply_register.
4880
7c43edc1
AC
48812002-07-15 Andrew Cagney <ac131313@redhat.com>
4882
4883 * dwarf2cfi.c: Include "gdb_assert.h".
4884 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4885 non-NULL.
4886 (update_context): Do not use __func__. Add missing ``break''.
4887 (update_context): Do not use __func__.
4888
9364a0ef
EZ
48892002-07-15 Elena Zannoni <ezannoni@redhat.com>
4890
4891 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4892 and its setting. Set gdbarch instruction printing functions
4893 directly. For non-rs6000 case use new function
4894 gdb_print_insn_powerpc.
4895 (gdb_print_insn_powerpc): New function.
4896
3fbeef0b
AC
48972002-07-13 Andrew Cagney <ac131313@redhat.com>
4898
92eb23c5 4899 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
4900 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4901 * configure.tgt: Mark d30v-*-* as obsolete.
4902 * d30v-tdep.c: Mark file as obsolete.
4903 * config/d30v/d30v.mt: Ditto.
4904 * config/d30v/tm-d30v.h: Ditto.
4905
aacb1f0a
AS
49062002-07-13 Aidan Skinner <aidan@velvet.net>
4907
4908 * ada-tasks.c (add_task_entry): replace calls to
4909 malloc() with xmalloc
4910 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4911
4912 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4913 ada_finish_decode_line_1, all_sals_for_line
4914 ada_breakpoint_rewrite): replace calls to free() with xfree()
4915
c11d79f2
KB
49162002-07-12 Kevin Buettner <kevinb@redhat.com>
4917
4918 From Nicholas Duffek (with minor changes by Martin Hunt,
4919 Louis Hamilton, and Kevin Buettner):
4920 * aix-thread.c: New file.
4921
8e19ed76
PS
49222002-07-12 Petr Sorfa <petrs@caldera.com>
4923
4924 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4925 complaint for invalid attribute class or form.
4926 (read_func_scope): DW_AT_frame_base
4927 better handling of DW_AT_block*.
4928 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4929 better handling of DW_AT_block*.
4930 (read_common_block): DW_AT_location
4931 better handling of DW_AT_block*.
4932 (read_partial_die): DW_AT_location better handling
4933 of DW_AT_block*.
4934 (new_symbol): DW_AT_external better handling of
4935 DW_AT_block*. Proper initialization of variable
4936 "addr".
4937 (attr_form_is_block): New function that returns true
4938 if the attribute's form is of DW_FORM_block*.
4939
295401f7
DJ
49402002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4941
4942 * valops.c (find_method_list): Remove comment about
4943 removed STATIC_MEMFUNCP argument.
4944 (value_find_oload_method_list): Likewise.
4945
e42dc924
KB
49462002-07-12 Kevin Buettner <kevinb@redhat.com>
4947
4948 From Nicholas Duffek:
4949 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4950 target_new_objfile_hook.
4951
6904b546
KB
49522002-07-12 Kevin Buettner <kevinb@redhat.com>
4953
4954 From Nicholas Duffek:
4955 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4956 csect.
4957
53fe9346
AC
49582002-07-12 Andrew Cagney <cagney@redhat.com>
4959
4960 * MAINTAINERS: Mention --enable-sim-build-warnings.
4961 (m68hc11-elf): Disable sim build warnings.
4962 (m32r-elf): Mark as broken obsolete candidate.
4963 (x86_64-linux-gnu): Mark as buildable with -Werror.
4964 (arm-elf): Change -w to ``,'' which enables warnings but not
4965 -Werror.
4966
af5f3db6
AC
49672002-07-12 Andrew Cagney <ac131313@redhat.com>
4968
4969 * bcache.h: Update copyright.
4970 (struct bstring, struct bcache): Move definition to "bcache.c".
4971 Replaced by opaque declaration.
4972 (bcache_xfree): Replace free_bcache.
4973 (bcache_xmalloc, bcache_memory_used): Declare.
4974
4975 * bcache.c: Update copyright.
4976 (struct bstring, struct bcache): Moved to here from "bcache.h".
4977 Update comments.
4978 (bcache_xmalloc, bcache_memory_used): New functions.
4979 (bcache_xfree): Replace function free_bcache.
4980
4981 * Makefile.in (objfiles.o): Add $(bcache_h).
4982 (objfiles_h): Remove $(bcache_h).
4983 (symfile.o): Add $(bcache_h).
4984
4985 * symmisc.c: Update copyright.
4986 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4987 (print_objfile_statistics): Use bcache_memory_used.
4988
4989 * symfile.c: Include "bcache.h".
4990 (reread_symbols): Use bcache_xfree.
4991 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4992 (add_psymbol_to_list): Pass psymbol_cache by value.
4993 (add_psymbol_with_dem_name_to_list): Ditto.
4994
4995 * objfiles.h: Update copyright.
4996 (struct bcache): Declare opaque. Do not include "bcache.h".
4997 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4998 bcache'' pointers.
4999 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
5000
5001 * objfiles.c: Include "bcache.h". Update copyright.
5002 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
5003 macro_cache.
5004 (free_objfile): Use bcache_xfree.
5005
444199e7
GS
50062002-07-11 Grace Sainsbury <graces@redhat.com>
5007
5008 * monitor.c (monitor_fetch_register): Make name a constant.
5009 (monitor_store_register): Same.
5010
261397f8
DJ
50112002-07-11 Daniel Jacobowitz <drow@mvista.com>
5012
5013 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
5014 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
5015 (finish_block) For non-function blocks, hash the symbol table. For
5016 function blocks, mark the symbol table as unhashed.
5017 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
5018 (msymbol_hash_iw): Likewise.
5019 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
5020 value.
5021 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
5022 (lookup_minimal_symbol): Likewise for both.
5023 * symtab.h (struct block): Add `hashtable' flag. Comment the
5024 hashtable.
5025 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
5026 (ALL_BLOCK_SYMBOLS): Update.
5027 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
5028 (struct symbol): Add `hash_next' pointer.
5029 * symtab.c (lookup_block_symbol): Search using the hash table when
5030 possible.
5031 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
5032 (search_symbols, find_addr_symbol): Likewise.
5033
5034 * dstread.c (process_dst_block): Clear hashtable bit for new block.
5035 (read_dst_symtab): Likewise.
5036 * jv-lang.c (get_java_class_symtab): Likewise.
5037 * mdebugread.c: Include "gdb_assert.h".
5038 (shrink_block): Assert that the block being modified is not hashed.
5039 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
5040 * symmisc.c (free_symtab_block): Walk the hash table when freeing
5041 symbols.
5042 (dump_symtab): Recognize hashed blocks.
5043 * printcmd.c (print_frame_args): Assert that function blocks do not
5044 have hashed symbol tables.
5045 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
5046 (fill_in_ada_prototype, debug_print_block): Likewise.
5047 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
5048
6f0eaa01
CV
50492002-07-11 Corinna Vinschen <vinschen@redhat.com>
5050
5051 * stack.c (print_frame): Use result of frame_address_in_block()
5052 instead of fi->pc when evaluating symbols.
5053 (backtrace_command_1): Ditto.
5054
a208b0cb
AC
50552002-07-11 Andrew Cagney <cagney@redhat.com>
5056
5057 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
5058 Make static.
5059
5060 * arm-tdep.c (arm_register_name): Make return type constant.
5061
a6b6b089
AC
50622002-07-10 Andrew Cagney <ac131313@redhat.com>
5063
5ae5f592
AC
5064 * win32-nat.c (has_detach_ability): Convert to strict ISO C
5065 prototype.
5066 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
5067 * s390-tdep.c (s390_fp_regnum): Ditto.
5068 (s390_read_fp): Ditto.
5069 (s390_pop_frame): Ditto.
5070 (_initialize_s390_tdep): Ditto.
5071 * remote.c (get_remote_state): Ditto.
5072 * procfs.c (mappingflags): Ditto.
5073 * memattr.c (_initialize_mem): Ditto.
5074 * mcore-tdep.c (mcore_pop_frame): Ditto.
5075 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
5076 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
5077 * language.c (set_case_str): Ditto.
5078 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
5079 * frv-tdep.c (new_variant): Ditto.
5080 (frv_stopped_data_address): Ditto.
5081 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
5082 (context_alloc): Ditto.
5083 (frame_state_alloc): Ditto.
5084 (unwind_tmp_obstack_init): Ditto.
5085 (unwind_tmp_obstack_free): Ditto.
5086 (cfi_read_fp): Ditto.
5087 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
5088 (cris_pop_frame): Ditto.
5089 * c-lang.c (scanning_macro_expansion): Ditto.
5090 (finished_macro_expansion): Ditto.
5091 (c_preprocess_and_parse): Ditto.
5092 * gdbarch.sh: Ditto.
5093 * gdbarch.h, gdbarch.c: Regenerate.
5094 * config/mn10200/tm-mn10200.h: Adjust indentation.
5095 * target.c: Adjust indentation.
5096 * symtab.h: Adjust indentation.
5097 * stabsread.h: Adjust indentation.
5098 * remote-es.c: Adjust indentation.
5099 * os9kread.c: Adjust indentation.
5100
51012002-07-10 Andrew Cagney <ac131313@redhat.com>
5102
a6b6b089
AC
5103 * wince.c (_initialize_wince): Rename _initialize_inftarg.
5104 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
5105
a1789893
GS
51062002-07-10 Grace Sainsbury <graces@redhat.com>
5107
5108 * NEWS: Mention m68k, mcore multi-arching.
5109 * MAINTAINERS: Change status of m68k, mcore to reflect
5110 multi-arching.
5111
02f0d45d
DJ
51122002-07-10 Daniel Jacobowitz <drow@mvista.com>
5113
5114 * valops.c (find_overload_match): Free oload_syms.
5115
f15f768e
JB
51162002-07-09 Joel Brobecker <brobecker@gnat.com>
5117
5118 Define HAVE_SYS_PROC_H if sys/proc.h exists
5119 * configure.in: Add check for sys/proc.h
5120 * config.in: Regenerate.
5121 * configure: Regenerate.
5122
902a7139
GS
51232002-07-09 Grace Sainsbury <graces@redhat.com>
5124
5125 * config/m68k/tm-m68k.h: Remove macros wrapped in
5126 #if !GDB_MULTI_ARCH.
5127
a534e424
AC
51282002-07-08 Andrew Cagney <ac131313@redhat.com>
5129
5130 * config.in, configure: Regenerate.
5131
9b94f7bf
MK
51322002-07-08 Mark Kettenis <kettenis@gnu.org>
5133
5134 * dwarf2cfi.c: Include "gcore.h".
5135 (execute_stack_op): Fix implementation of the
5136 DW_OP_deref and DW_OP_deref_size operators by letting do their
5137 lookup in the target.
5138
1d34db41
MK
51392002-07-07 Mark Kettenis <kettenis@gnu.org>
5140
5141 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
5142 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
5143 tdep->sc_sp_offset.
5144
79d5b63a
DJ
51452002-07-05 Daniel Jacobowitz <drow@mvista.com>
5146
5147 Fix PR gdb/595, gdb/602
5148 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
5149 Don't call value_cast, just read the vtable pointer; update comments
5150 to match.
5151
3bb912e8
GS
51522002-07-05 Grace Sainsbury <graces@redhat.com>
5153
5154 * config/mcore/tm-mcore.h: Remove file.
5155 * config/mcore/mcore.mt: Remove definition of TM_FILE
5156 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
5157
ca39387d
MK
51582002-07-05 Mark Kettenis <kettenis@gnu.org>
5159
5160 * i386bsd-tdep.c: Include "gdb_string.h".
5161
efdc1108
GS
51622002-07-04 Grace Sainsbury <graces@redhat.com>
5163
5164 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
5165 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
5166 mcore-tdep.
5167 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
5168 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
5169 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
5170 (RETVAL_REGNUM): Move macros from tm-mcore.h
5171 (mcore_reg_struct_has_addr): New function.
5172 (mcore_gdbarch_init): Added initializations for the macros removed
5173 from tm-mcore.h.
5174
bb21884d
MK
51752002-07-04 Mark Kettenis <kettenis@gnu.org>
5176
5177 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
5178 traditonal string branding within the ELF header.
5179
228c6d41
DJ
51802002-07-04 Daniel Jacobowitz <drow@mvista.com>
5181
5182 * symtab.c (remove_params): New function.
5183 (make_symbol_overload_list): Use it instead of cplus_demangle.
5184 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
5185
2404952e
MK
51862002-07-04 Mark Kettenis <kettenis@gnu.org>
5187
e5e4acad
MK
5188 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
5189
baadce09
MK
5190 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
5191 New variables.
5192 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
5193 and tdep->sigtramp_end.
5194 * i386obsd-nat.c: New file.
5195 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
5196
2404952e
MK
5197 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
5198 Don't call get_current_frame().
5199
9b4f1ba7
PM
52002002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
5201
5202 * i386-nat.c (child_post_startup_inferior): New function
5203 calling i386_cleanup_dregs if
5204 I386_USE_GENERIC_WATCHPOINTS is defined.
5205 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
5206 conditional to acknowledge that i386-nat.c has its
5207 own child_post_startup_inferior function.
5208
c0d1d883
MK
52092002-07-04 Mark Kettenis <kettenis@gnu.org>
5210
00f8375e
MK
5211 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
5212 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
5213 instead of MAX_REGISTER_RAW_SIZE.
5214 (i386_extract_return_value, i386_extract_struct_value_address):
5215 Convert to use regcache.
5216 (i386_gdbarch_init): Set max_register_raw_size and
5217 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
5218 Set extract_return_value and extract_struct_value_address instead
5219 of their deprecated variants.
5220
c0d1d883
MK
5221 Convert i386 target to generic dummy frames.
5222 * i386-tdep.c: Include "symfile.h".
5223 (i386_frameless_signal_p): Consider a function to be frameless if
5224 the pc points at the first instruction of the function.
5225 (i386_frame_chain): Handle (generic) call dummies.
5226 (i386_frame_saved_pc): Likewise.
5227 (i386_frame_init_saved_regs): Remove code dealing with call
5228 dummies on the stack.
5229 (i386_push_dummy_frame): Removed.
5230 (i386_call_dummy_words): Removed.
5231 (i386_fix_call_dummy): Removed.
5232 (i386_push_return_address): New function.
5233 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
5234 parameter, and don't call get_current_frame.
5235 (i386_pop_frame): New function.
5236 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
5237 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
5238 entry_point_address, set call_dummy_breakpoint_offset to 0, set
5239 call_dummy_length to 0, set call_dummy_words to NULL, set
5240 sizeof_call_dummy_words to 0, set fix_call_dummy to
5241 generic_fix_call_dummy, set pc_in_call_dummy to
5242 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5243 generic_push_dummy_frame, set push_return_address to
5244 i386_push_return_address and set frame_chain_valid to
5245 generic_file_frame_chain_valid.
5246
049ee0e4
AC
52472002-07-03 Andrew Cagney <ac131313@redhat.com>
5248
5249 * gdbarch.sh (struct regcache): Add opaque declaration.
5250 (EXTRACT_RETURN_VALUE): New architecture method.
5251 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5252 * gdbarch.h, gdbarch.c: Regenerate.
5253 * arch-utils.c (legacy_extract_return_value): New function.
5254 * arch-utils.h (legacy_extract_return_value): Declare.
5255 * values.c (value_being_returned): Re-enable code handling
5256 EXTRACT_STRUCT_VALUE_ADDRESS. Move
5257 deprecated_grub_regcache_for_registers call to block handling
5258 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5259 (EXTRACT_RETURN_VALUE): Do not define.
5260
4e0d9804
GS
52612002-07-03 Grace Sainsbury <graces@redhat.com>
5262
5263 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5264 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5265 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5266 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5267 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5268 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5269 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5270 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5271 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5272 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5273 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5274 argument so the function fits the prototype in the architecture
5275 vector.
5276 (mcore_pop_frame): Remove argument so the function fits the
5277 prototype. Use get_current_frame instead of the argument.
5278 (mcore_push_arguments): Change type of struct_return so the
5279 function can be used in the architecture vector.
5280 (mcore_store_struct_return): Add.
5281 (mcore_frame_init_saved_regs): Add.
5282 (mcore_gdbarch_init): Add function calls to replace the macros
5283 removed from tm-mcore.h
5284
36160dc4
AC
52852002-07-03 Andrew Cagney <ac131313@redhat.com>
5286
5287 * infcmd.c (print_return_value): Remove compatibility code calling
5288 deprecated_grub_regcache_for_registers.
5289
5290 * values.c: Include "regcache.h".
5291 (value_being_returned): Update. Use
5292 deprecated_grub_regcache_for_registers to extract the register
5293 buffer address.
5294 * value.h (value_being_returned): Change ``retbuf'' parameter to a
5295 ``struct regcache''.
5296 * Makefile.in (values.o): Add dependency on $(regcache_h).
5297
5298 * inferior.h (run_stack_dummy): Change type of second parameter to
5299 a ``struct regcache''.
5300 * valops.c (hand_function_call): Change type of retbuf to ``struct
5301 regcache''. Allocate using regcache_xmalloc, clean using
5302 make_cleanup_regcache_xfree.
5303 * infcmd.c (run_stack_dummy): Update. Use
5304 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5305
5306 * regcache.c (do_regcache_xfree): New function.
5307 (make_cleanup_regcache_xfree): New function.
5308 * regcache.h (make_cleanup_regcache_xfree): Declare.
5309
e64d9b3d
MH
53102002-07-03 Martin M. Hunt <hunt@redhat.com>
5311
4dd79c29
MH
5312 * event-top.c (command_line_handler): Don't read past
5313 beginning of buffer.
e64d9b3d 5314
4dd79c29
MH
53152002-07-03 Martin M. Hunt <hunt@redhat.com>
5316
e64d9b3d
MH
5317 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5318 struct frame_id.
5319 (varobj_create): Store frame_id for root.
5320 (varobj_gen_name): Use xasprintf.
5321 (varobj_update): Save and restore frame using get_frame_id() and
5322 frame_find_by_id().
5323 (create_child): Use xasprintf.
5324 (new_root_variable): Initialize frame_id.
5325 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5326 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5327 to prevent memory leak.
5328
26e6c56a
AC
53292002-07-03 Andrew Cagney <ac131313@redhat.com>
5330
5331 * valops.c (hand_function_call): Move declaration of retbuf to
5332 start of function, allocate using malloc, add a cleanup but before
5333 the inf_status cleanup, cleanup the buffer. Rename local variable
5334 old_chain to inf_status_cleanup.
5335
f436dd25
MH
53362002-07-03 Martin M. Hunt <hunt@redhat.com>
5337
5338 * top.c (execute_command): Use cmd_func() and cmd_func_p().
5339
5340 * cli/cli-decode.c (cmd_func_p): New function.
5341 (cmd_func): New function.
5342
5343 * command.h: Add cmd_func() and cmd_func_p().
5344
4cfe2084
GS
53452002-07-03 Grace Sainsbury <graces@redhat.com>
5346
5347 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5348 (REGISTER_SIZE): Remove.
5349 (MAX_REGISTER_RAW_SIZE): Remove.
5350 (REGISTER_VIRTUAL_TYPE): Remove.
5351 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5352 (REGISTER_NAME): Remove.
5353 (USE_GENERIC_DUMMY_FRAMES): Remove.
5354 (CALL_DUMMY): Remove.
5355 (CALL_DUMMY_START_OFFSET): Remove.
5356 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5357 (CALL_DUMMY_LOCATION): Remove.
5358 (FIX_CALL_DUMMY): Remove.
5359 (CALL_DUMMY_ADDRESS): Remove.
5360 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5361 (SAVE_DUMMY_FRAME_TOS): Remove.
5362 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5363 (mcore_register_virtual_type): New function.
5364 (mcore_register_byte): New function.
5365 (mcore_register_size): New function.
5366 (mcore_register_name): New function.
5367 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5368 macros removed from tm-mcore.h.
5369 (mcore_dump_tdep): Add.
5370 (_initialize_mcore_tdep): Add gdbarch_register call.
5371
4fd667e9
MK
53722002-07-03 Mark Kettenis <kettenis@gnu.org>
5373
5374 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5375 frameless_look_for_prologue, such that we actually call this
5376 function.
5377
42f99ac2
JB
53782002-07-02 Joel Brobecker <brobecker@gnat.com>
5379
5380 * frame.h (frame_address_in_block): New function.
5381
5382 * blockframe.c (frame_address_in_block): New function extracted
5383 from get_frame_block().
5384 (get_frame_block): Use frame_address_in_block().
5385 (block_innermost_frame): Use frame_address_in_block() to match
5386 the frame pc address against the block boundaries rather than
5387 the frame pc directly. This prevents a failure when a frame pc
5388 is actually a return-address pointing immediately after the end
5389 of the given block.
5390
103a1597 53912002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
5392
5393 * MAINTAINERS: Add self under write after approval.
5394
53952002-07-02 Grace Sainsbury <graces@redhat.com>
5396
103a1597
GS
5397 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5398 used in architecture vector. The default is
5399 m68k_local_breakpoint_from_pc.
5400 (m68k_local_breakpoint_from_pc): Add.
5401 (enum): Add register numbers from tm-m68k.h.
5402 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5403 vector.
5404 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5405 GDB_MULTI_ARCH_PARTIAL.
5406 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5407 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5408 m68k-tdep.c.
5409 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5410 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5411 to enum in m68k-tdep.c
5412
7a5a0534
JB
54132002-07-02 Joel Brobecker <brobecker@gnat.com>
5414
5415 * solib-osf.c (open_map): Compute the list of shared libraries
5416 loaded by the inferior, rather than the list of libraries loaded
5417 by GDB itself. Otherwise, GDB ends up reading the symbols from
5418 the wrong shared libraries...
5419
6f558d74
MK
54202002-07-02 Mark Kettenis <kettenis@gnu.org>
5421
b7d15bf7
MK
5422 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5423 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5424 macros.
5425 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5426 Remove functions.
5427 (FRAMELESS_SIGNAL): Remove function.
5428 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5429 i386_linux_saved_pc_after_call): Removed.
5430 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5431 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5432 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5433
6bff26de
MK
5434 * i386-tdep.c (i386_frameless_signal_p): New function.
5435 (i386_frame_chain): Deal with frameless signals.
5436 (i386_sigtramp_saved_sp): New function.
5437 (i386_frame_saved_pc): Deal with frameless signals.
5438 (i386_saved_pc_after_call): Make sure the correct value is
5439 returned just after entry into a sigtramp.
5440 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5441 i386fbsd4_sc_sp_offset): New variables.
5442 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5443 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5444 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5445 similiar to what we already did for sc_pc_offset.
5446 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5447 tdep->sc_sp_offset.
5448
6f558d74
MK
5449 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5450
145564b7
ML
54512002-07-02 Michal Ludvig <mludvig@suse.cz>
5452
5453 * config/i386/tm-x86-64linux.h: New.
5454 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5455 definitions.
5456 * config/i386/nm-x86-64.h: Rename to ...
5457 * config/i386/nm-x86-64linux.h: ... this one.
5458 * config/i386/x86-64linux.mh: Reflect the above change.
5459
3a1e71e3
MK
54602002-07-01 Mark Kettenis <kettenis@gnu.org>
5461
21d0e8a4
MK
5462 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5463 with sigcontext_addr. Add sc_sp_offset.
5464 (i386bsd_sigtramp_saved_pc): Remove prototype.
5465 (i386bsd_sicontext_addr): Add prototype.
5466 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5467 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5468 (i386_svr4_sigtramp_saved_pc): Removed.
5469 (i386_svr4_sigcontext_addr): New function.
5470 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5471 Initialize tdep->sigcontext_addr instead. Initialize
5472 tdep->sc_pc_offset and tdep->sc_sp_offset.
5473 (i386_gdbarch_init): Likewise.
5474 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5475 any more.
5476 (i386bsd_sigtramp_saved_pc): Remove function.
5477 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5478 Initialize tdep->sigcontext_addr instead. Initialize
5479 tdep->sc_pc_offset.
5480 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5481 of tdep->sigtramp_saved_pc.
5482 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5483 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5484 instead.
5485
3a1e71e3
MK
5486 * i386-tdep.c (i386_frameless_function_invocation,
5487 i386_frame_num_args, i386_frame_init_saved_regs,
5488 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5489 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5490 i386_extract_return_value, i386_store_return_value,
5491 i386_extract_struct_value_address, i386_register_virtual_type,
5492 i386_register_convertible, i386_register_convert_to_virtual,
5493 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5494 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5495 static.
5496
52e9098c
MK
54972002-07-01 Mark Kettenis <kettenis@gnu.org>
5498
77b13a25
MK
5499 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5500
52e9098c
MK
5501 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5502 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5503 this macro. Include "value.h".
5504
1b372fff
AS
55052002-06-30 Aidan Skinner <aidan@velvet.net>
5506
5507 * ada-exp.tab.c: remove as it's a generated file
5508 * ada-lex.c: remove as it's a generated file
5509
9c5045b5
MK
55102002-06-30 Mark Kettenis <kettenis@gnu.org>
5511
4a93c5bb
MK
5512 * config/i386/tm-i386.h (struct frame_info, struct
5513 frame_saved_regs, struct value, struct type): Remove forward
5514 declarations.
5515
322d4fe0
MK
5516 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5517 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5518 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5519 (FILL_FPXREGSET): Define.
5520
fdd8263d
MK
5521 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5522
482e577b
MK
5523 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5524 i[3456]86-*-netbsd* case.
5525 * config/i386/tm-obsd.h: Removed.
5526 * config/i386/obsd.mt: Removed.
5527 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5528 core-aout.o.
5529 (MH_CFLAGS): Add -DYYDEBUG=0.
5530
6916549a
MK
5531 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5532 i386nbsd_sc_pc_offset on OpenBSD too.
5533
9c5045b5
MK
5534 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5535 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5536 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5537 define.
5538 * i386bsd-tdep.c: Include "arch-utils.h".
5539 (i386bsd_aout_in_solib_call_trampoline): New function.
5540 (i386bsd_init_abi): Set in_solib_call_trampoline to
5541 i386bsd_aout_in_solib_call_trampoline.
5542 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5543 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5544
aa84d1bb
AC
55452002-06-28 Andrew Cagney <ac131313@redhat.com>
5546
5547 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5548 (struct obstack, struct bcache): Add opaque declarations.
5549 * Makefile.in (macrotab_h): Update
5550
b4d83933
AC
55512002-06-28 Andrew Cagney <ac131313@redhat.com>
5552
5553 * blockframe.c (generic_find_dummy_frame): Change return type to
5554 ``struct regcache''.
5555 (struct dummy_frame): Replace field ``registers'' with regcache, a
5556 struct regcache object.
5557 (generic_find_dummy_frame): Update.
5558 (generic_push_dummy_frame): Update. Use regcache_xfree,
5559 regcache_xmalloc and regcache_cpy.
5560 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5561 regcache_xfree.
5562 (deprecated_generic_find_dummy_frame): Update.
5563 (generic_read_register_dummy): Update. Use
5564 regcache_read_as_address.
5565 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5566 (generic_get_saved_register): Update. Use regcache_read.
5567
08c0b5bc
AC
55682002-06-28 Andrew Cagney <ac131313@redhat.com>
5569
5570 * Makefile.in (objfiles_h): Add $(bcache_h).
5571 * objfiles.h: Include "bcache.h".
5572
5573 * Makefile.in (symtab_h): Remove $(bcache_h).
5574 * symtab.h: Do not include "bcache.h".
5575
1f89801a
AC
55762002-06-28 Andrew Cagney <ac131313@redhat.com>
5577
5578 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5579 generic_func_frame_chain_valid.
5580
b9644b58
DB
55812002-06-28 David O'Brien <obrien@FreeBSD.org>
5582
5583 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5584 * config/i386/tm-fbsd.h: Likewise.
5585
dd486634
AC
55862002-06-28 Andrew Cagney <ac131313@redhat.com>
5587
5588 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5589 generic_unwind_get_saved_register.
5590
0b434a00
AC
55912002-06-27 Andrew Cagney <ac131313@redhat.com>
5592
5593 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5594 * regcache.c (supply_register): Add missing argument to
5595 register_buffer call.
5596
f30e5a77
AC
55972002-06-27 Andrew Cagney <ac131313@redhat.com>
5598
5599 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5600 Solaris /bin/grep does not not like it. From Peter Schauer.
5601
9f064c95
TT
56022002-06-26 Tom Tromey <tromey@redhat.com>
5603
5604 * command.h (add_setshow_cmd): Declare.
5605 (add_setshow_cmd_full): Declare.
5606 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5607 returns void. Use add_setshow_cmd_full.
5608 (add_setshow_cmd_full): New function.
5609 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5610 (add_setshow_boolean_cmd): Likewise.
5611
099c7589
JT
56122002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5613
5614 * config/vax/tm-vax.h: Protect from multiple inclusion.
5615 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5616 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5617 * config/vax/tm-vaxbsd.h: ...here. New file.
5618 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5619
1d049c5e
JT
56202002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5621
5622 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5623 (BELIEVE_PCC_PROMOTION): Remove.
5624 (AP_REGNUM): Move to...
5625 * config/vax/nm-vax.h: ...here.
5626 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5627 (vax_breakpoint_from_pc): New function.
5628 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5629 and gdbarch_believe_pcc_promotion.
5630
4791e091
JT
56312002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5632
5633 * Makefile.in (vax_tdep_h): Define.
5634 (vax-tdep.o): Use $(vax_tdep_h).
5635 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5636 (vax_dump_tdep): New function.
5637 (_initialize_vax_tdep): Register vax_dump_tdep.
5638 * vax-tdep.h: Include osabi.h.
5639 (struct gdbarch_tdep): New.
5640
da130f98
AC
56412002-06-26 Andrew Cagney <cagney@redhat.com>
5642
5643 * frame.h (deprecated_generic_find_dummy_frame): Rename
5644 generic_find_dummy_frame.
5645 * blockframe.c (generic_find_dummy_frame): Make static.
5646 (deprecated_generic_find_dummy_frame): New function.
5647 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5648 generic_find_dummy_frame with deprecated_find_dummy_frame.
5649 (sh64_nofp_frame_init_saved_regs): Ditto.
5650 (sh_fp_frame_init_saved_regs): Ditto.
5651 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5652 (s390_frame_chain): Ditto.
5653 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5654
6300c360
GS
56552002-06-26 Grace Sainsbury <graces@redhat.com>
5656
5657 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5658 gdbarch vector are at the top.
5659 (NUM_REGS): Remove.
5660 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5661 (FRAME_ARGS_ADDRESS): Remove.
5662 (FRAME_LOCALS_ADDRESS): Remove.
5663 (FRAME_NUM_ARGS): Remove.
5664 (FRAME_ARGS_SKIP): Remove.
5665 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5666 (m68k_gdbarch_init): Add gdbarch initializations for macros
5667 undefined in tm-m68k.h
5668
1c617db8
GS
56692002-06-26 Grace Sainsbury <graces@redhat.com>
5670
5671 * monitor.h: Add the function regname to monitor_ops
5672 structure. This way NUM_REGS does not have to be a constant.
5673 * monitor.c (monitor_fetch_register): Added support for regname
5674 function. The function is called if the array regnames is NULL.
5675 (monitor_store_register): Same.
da130f98
AC
5676 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5677 regnames array.
1c617db8
GS
5678 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5679 cpu32bug_cmds.regname to point to new function.
5680 * abug-rom.c (abug_regname): Same as above.
5681 (init_abug_cmds): Same.
5682 * dbug-rom.c (dbug_regname): Same as above.
5683 (init_dbug_cmds): Same.
5684 * remote-est.c (est_regname): Same.
5685 (init_est_cmds): Same.
5686 * rom68k-rom.c (rom68k_regname): Same.
5687 (init_rom68k_cmds): Same.
5688
ea9365bb
TT
56892002-06-25 Tom Tromey <tromey@redhat.com>
5690
5691 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5692
72cec141
AC
56932002-06-25 Andrew Cagney <cagney@redhat.com>
5694
5695 * infrun.c (stop_registers): Change variable's type to ``struct
5696 regcache'''.
5697 (xmalloc_inferior_status): Delete function.
5698 (free_inferior_status): Delete function.
5699 (normal_stop): Use regcache_cpy.
5700 (struct inferior_status): Change type of fields ``stop_registers''
5701 and ``registers'' to ``struct regcache''.
5702 (write_inferior_status_register): Use regcache_write.
5703 (save_inferior_status): Instead of calling
5704 xmalloc_inferior_status, allocate the inf_status buffer directly.
5705 Use regcache_dup_no_passthrough and regcache_dup to save the
5706 buffers.
5707 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5708 Replace the stop_registers regcache instead of overriding it. Use
5709 regcache_xfree. Instead of calling free_inferior_status, xfree
5710 the buffer directly.
5711 (discard_inferior_status): Use regcache_xfree. Instead of calling
5712 free_inferior_status, xfree the buffer directly.
5713 (build_infrun): Use regcache_xmalloc.
5714 (_initialize_infrun): Delete redundant call to build_infrun.
5715
5716 * Makefile.in (infcmd.o): Add $(regcache_h).
5717
5718 * infcmd.c: Include "regcache.h".
5719 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5720 obtain the address of `stop_registers' register buffer.
5721 (print_return_value): Ditto.
5722
5723 * inferior.h (struct regcache): Add opaque declaration.
5724 (stop_registers): Change variable's declared type to ``struct
5725 regcache''.
5726
defc6f8c
TT
57272002-06-24 Tom Tromey <tromey@redhat.com>
5728
c0e624e7
TT
5729 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5730 * target.c (initialize_targets): Fixed typo in
5731 trust-readonly-sections `show' documentation.
5732
defc6f8c
TT
5733 * main.c: Marked all strings with _().
5734
2b236d82
DH
57352002-06-24 Don Howard <dhoward@redhat.com>
5736
5737 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5738 that means max CORE_ADDR+1.
5739 (lookup_mem_region): Ditto.
5740 (mem_info_command): Ditto.
5741
942dc0e9
GS
57422002-06-24 Grace Sainsbury <graces@redhat.com>
5743
5744 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5745 (REGISTER_BYTES_OK): Remove.
5746 (REGISTER_BYTES): Remove.
5747 (STORE_STRUCT_RETURN): Remove.
5748 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5749 (STORE_RETURN_VALUE): Remove.
5750 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5751 (FRAME_CHAIN): Remove.
5752 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5753 (FRAME_SAVED_PC): Remove.
5754 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5755 (m68k_store_struct_return): Add.
5756 (m68k_deprecated_extract_return_value): Add.
5757 (m68k_deprecated_extract_struct_value_address): Add.
5758 (m68k_store_return_value): Add.
5759 (m68k_frame_chain): Add.
5760 (m68k_frameless_function_invocation): Add.
5761 (m68k_frame_saved_pc): Add.
5762 (m68k_gdbarch_init): added set_gdbarch calls for new
5763 functions and deleted macros.
5764
03c30d4d
TT
57652002-06-23 Tom Tromey <tromey@redhat.com>
5766
5767 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5768 (ALLDEPFILES): Likewise.
5769 (udiheaders): Removed.
5770 (udip2soc.o): Likewise.
5771 (udi2go32.o): Likewise.
5772 (udr.o): Likewise.
5773 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5774
37e71372
AC
57752002-06-22 Andrew Cagney <ac131313@redhat.com>
5776
06a6ac57
AC
5777 * infrun.c (_initialize_infrun): Delete unnecessary call to
5778 build_infrun.
5779
37e71372
AC
5780 * regcache.h: Update comments describing the regcache_cpy family
5781 of functions.
5782 (regcache_save, regcache_restore): Delete declaration.
5783 (regcache_save_no_passthrough): Delete declaration.
5784 (regcache_restore_no_passthrough): Delete declaration.
5785 * regcache.c (regcache_save): Delete function.
5786 (regcache_save_no_passthrough): Delete function.
5787 (regcache_restore): Delete function.
5788 (regcache_restore_no_passthrough): Delete function.
5789
78f6d055
AC
57902002-06-21 Andrew Cagney <ac131313@redhat.com>
5791
5792 * config/m68k/tm-m68k.h: Fix typo.
5793 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5794 (m68k_frame_init_saved_regs): Declare.
5795
78b119cb
JB
57962002-06-21 Jim Blandy <jimb@redhat.com>
5797
5798 Remove some vestiges of Harris 88k support.
5799 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5800 register numbering quirk.
5801 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5802 odd symbols occurring in Harris 88k ELF targets.
5803
0fbb3da7
TT
58042002-06-21 Tom Tromey <tromey@redhat.com>
5805
5806 * gdb_locale.h: New file.
5807 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5808 (defs_h): Added gdb_locale.h.
5809 * configure, config.in: Rebuilt.
5810 * configure.in (PACKAGE): Define.
5811 * defs.h: Include gdb_locale.h.
5812 * main.c (captured_main): Call setlocale, bindtextdomain,
5813 textdomain.
5814
456f8b9d
DB
58152002-06-21 Dave Brolley <brolley@redhat.com>
5816
5817 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5818 * config/frv/frv.mt: New file.
5819 * config/frv/tm-frv.h: New file.
5820 * configure.tgt: Support frv-*-*.
5821 * Makefile.in (frv-tdep.o): New target.
5822 * frv-tdep.c: New file.
5823 * NEWS: Mention frv.
5824
cdd463f9
DB
58252002-06-21 Dave Brolley <brolley@redhat.com>
5826
5827 * MAINTAINERS: Add self to "Write After Approval" list.
5828
5d3ed2e3
GS
58292002-06-21 Grace Sainsbury <graces@redhat.com>
5830
5831 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5832 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5833 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5834 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5835 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5836
5837 * m68k-tdep.c: Include arch-utils.h
5838 (m68k_register_raw_size): Add.
5839 (m68k_register_virtual_size): Add.
5840 (m68k_register_virtual_type): Add.
5841 (m68k_register_name): Add.
5842 (m68k_stack_align): Add.
5843 (m68k_register_byte): Add.
5844 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5845 tm-m68k.h.
5846
7f8e7424
GS
58472002-06-21 Grace Sainsbury <graces@redhat.com>
5848
a2c6a6d5 5849 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
5850 m68k_find_saved_regs.
5851 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 5852 references to it with frame->saved_regs.
7f8e7424
GS
5853 (m68k_gdbarch_init): Added function calls to initialize the
5854 gdbarch structure.
a2c6a6d5
GS
5855 (m68k_fix_call_dummy): Add.
5856 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5857 (CALL_DUMMY): Remove.
5858 (CALL_DUMMY_LENGTH): Remove.
5859 (CALL_DUMMY_START_OFFSET): Remove.
5860 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5861 (FIX_CALL_DUMMY): Remove.
5862 (PUSH_DUMMY_FRAME): Remove.
5863 (POP_FRAME): Remove.
7f8e7424 5864
f461f5cf
PM
58652002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5866
5867 * parse.c (parse_fprintf): New function used to avoid calls to
5868 fprintf in bison parser generated debug code.
5869 * parser-defs.h: Declaration of new parse_fprintf function.
5870 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5871 Set YYDEBUG to 1 by default.
5872 Set YYFPRINTF as parse_fprintf.
5873
7f0c12ed
ML
58742002-06-21 Michal Ludvig <mludvig@suse.cz>
5875
5876 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5877 encoding anymore.
5878 (pointer_encoding, enum ptr_encoding): New.
5879 (execute_cfa_program): Take care about pointer encoding.
5880 (dwarf2_build_frame_info): Only call parse_frame_info for
5881 .debug_frame and .eh_frame.
5882 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5883 fixed augmentation handling, added relative addressing,
5884 ignore duplicate FDEs. Added comments.
19d833a2 5885 * dwarf2cfi.c: Reindented.
7f0c12ed 5886
87c4a039
EZ
58872002-06-20 Elena Zannoni <ezannoni@redhat.com>
5888
5889 * event-top.c (command_handler): Don't use space_at_cmd_start
5890 unless there is sbrk() on the host. Assign time and space data
5891 to union fields of the appropriate length.
5892
1cf877ad
ML
58932002-06-20 Michal Ludvig <mludvig@suse.cz>
5894
5895 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5896 x86_64_register_name. Return type changed to 'const char *'.
5897 (x86_64_register_name2nr): Rename to x86_64_register_number.
5898 (x86_64_gdbarch_init): Update to reflect the change.
5899 * x86-64-tdep.h: Ditto.
5900 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5901 (supply_fpregset): Ditto.
5902
3fadccb3
AC
59032002-06-19 Andrew Cagney <cagney@redhat.com>
5904
5905 * regcache.h: Update copyright.
5906 (struct regcache, struct gdbarch): Add opaque declarations.
5907 (current_regcache): Declare global variable.
5908 (regcache_read, regcache_write): Add gdbarch parameter.
5909 (regcache_save, regcache_save_no_passthrough)
5910 (regcache_restore, regcache_restore_no_passthrough)
5911 (regcache_dup, regcache_dup_no_passthrough)
5912 (regcache_cpy, regcache_cpy_no_passthrough)
5913 (deprecated_grub_regcache_for_registers)
5914 (deprecated_grub_regcache_for_register_valid)
5915 (regcache_valid_p): Add function declarations.
5916
5917 * regcache.c: Update copyright.
5918 (regcache_descr_handle): New global variable.
5919 (struct regcache_descr): Define.
5920 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5921 (regcache_descr, xfree_regcache_descr): New functions.
5922 (struct regcache): Define.
5923 (regcache_xmalloc, regcache_xfree): New functions.
5924 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5925 (regcache_dup, regcache_dup_no_passthrough): New functions.
5926 (regcache_valid_p, regcache_read_as_address): New functions.
5927 (deprecated_grub_regcache_for_registers): New function.
5928 (deprecated_grub_regcache_for_register_valid): New function.
5929 (current_regcache): New global variable.
5930 (register_buffer): Add regcache parameter. Update calls.
5931 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5932 (read_register_gen, write_register_gen): Update register_buffer
5933 call. Test for legacy_p instead of gdbarch_register_read_p or
5934 gdbarch_register_write_p.
5935 (regcache_collect): Update register_buffer call.
5936 (build_regcache): Rewrite. Use deprecated grub functions.
5937 (regcache_save, regcache_save_no_passthrough): New functions.
5938 (regcache_restore, regcache_restore_no_passthrough): New
5939 functions.
5940 (_initialize_regcache): Create the regcache_data_handle. Swap
5941 current_regcache global variable.
5942
5943 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5944 parameter to regcache_read and regcache_write calls.
5945 (sh4_register_read): Ditto.
5946 (sh64_pseudo_register_read): Ditto.
5947 (sh64_register_read): Ditto.
5948 (sh_pseudo_register_write): Ditto.
5949 (sh4_register_write): Ditto.
5950 (sh64_pseudo_register_write): Ditto.
5951 (sh64_register_write): Ditto.
5952
5953 * defs.h (XCALLOC): Define.
5954
152d9db6
GS
59552002-06-19 Grace Sainsbury <graces@redhat.com>
5956
5957 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5958 * m68k-tdep.c (m68k_gdbarch_init): Added.
5959 (m68k_dump_tdep): Added.
5960
170911c7
DJ
59612002-06-19 Daniel Jacobowitz <drow@mvista.com>
5962
5963 * ada-lang.c (fill_in_ada_prototype): Update comment.
5964
2e4ebe70
DJ
59652002-06-19 Daniel Jacobowitz <drow@mvista.com>
5966
5967 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5968 MIPS_ABI_LAST.
5969 (mips_abi_string, mips_abi_strings): New.
5970 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5971 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5972 tdep->mips_abi_string. Honor mips_abi_string. Default to
5973 O32 if no ABI is found.
5974 (mips_dump_tdep): Use mips_abi_strings.
5975 (mips_abi_update): New function.
5976 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5977 ``set mips abi'' and ``show mips abi''. Check the size of
5978 mips_abi_strings.
5979
16775908
AC
59802002-06-19 Andrew Cagney <cagney@redhat.com>
5981
5982 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5983 constant.
5984
5051bfa4 59852002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 5986
5051bfa4
JB
5987 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5988 current frame using only the first stack size adjustment. All
5989 subsequent size adjustments are not considered to be part of
5990 the "static" part of the current frame.
5991 Compute the address of the saved registers relative to the
5992 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5993 in use in this frame.
5994
56468235
DH
59952002-06-18 Don Howard <dhoward@redhat.com>
5996
5997 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5998 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5999 suggesting this solution.
6000
0b624158
AC
60012002-06-18 Andrew Cagney <ac131313@redhat.com>
6002
6003 * config/romp/xm-rtbsd.h: Delete file.
6004 * config/romp/rtbsd.mh: Delete file.
6005
221ea385
KS
60062002-06-18 Keith Seitz <keiths@redhat.com>
6007
6008 * breakpoint.c (condition_command): Post breakpoint_modify
6009 when a condition is added to an existing breakpoint.
6010 (commands_command): Likewise for commands.
6011 (set_ignore_count): Likewise for ignore counts.
6012 If no tty, do not simply return, still need to send event
6013 notification.
6014 (ignore_command): Only print a newline if the command came
6015 from a tty.
6016 Don't call breakpoints_changed, since this is now properly
6017 handled by set_ignore_count.
6018
5402eed1
AC
60192002-06-18 Andrew Cagney <cagney@redhat.com>
6020
6021 * MAINTAINERS: Note that cris-elf target can be compiled with
6022 -Werror.
6023 * cris-tdep.c (cris_register_name): Make return type constant.
6024 (cris_breakpoint_from_pc): Ditto.
6025
cc22880b
ML
60262002-06-18 Michal Ludvig <mludvig@suse.cz>
6027
6028 * frame.h (struct frame_info): Change type of context to
6029 'struct context'.
6030
fa88f677
AC
60312002-06-17 Andrew Cagney <cagney@redhat.com>
6032
6033 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
6034 pointer.
6035 * gdbarch.h, gdbarch.c: Regenerate.
6036 * config/mips/tm-mips.h (mips_register_name): Update.
6037 * i386-tdep.h (i386_register_name): Update.
6038 * mips-tdep.c (mips_register_name): Update
6039 * alpha-tdep.c (alpha_register_name): Update.
6040 * arch-utils.c (legacy_register_name): Update.
6041 * arch-utils.h (legacy_register_name): Update.
6042 * avr-tdep.c (avr_register_name): Update.
6043 * ia64-tdep.c (ia64_register_name): Update.
6044 * i386-tdep.c (i386_register_name): Update.
6045 * sparc-tdep.c (sparc32_register_name): Update.
6046 (sparc64_register_name): Update.
6047 (sparclite_register_name): Update.
6048 (sparclet_register_name): Update.
6049 * sh-tdep.c (sh_generic_register_name): Update.
6050 (sh_sh_register_name): Update.
6051 (sh_sh3_register_name): Update.
6052 (sh_sh3e_register_name): Update.
6053 (sh_sh_dsp_register_name): Update.
6054 (sh_sh3_dsp_register_name): Update.
6055 (sh_sh4_register_name): Update.
6056 (sh_sh64_register_name): Update.
6057 * s390-tdep.c (s390_register_name): Update.
6058 * rs6000-tdep.c (rs6000_register_name): Update.
6059 * ns32k-tdep.c (ns32k_register_name_32082): Update.
6060 (ns32k_register_name_32382): Update.
6061 * d10v-tdep.c (d10v_ts2_register_name): Update.
6062 (d10v_ts3_register_name): Update.
6063 * xstormy16-tdep.c (xstormy16_register_name): Update.
6064 * vax-tdep.c (vax_register_name): Update.
6065 * v850-tdep.c (v850_register_name): Update.
6066 * m68hc11-tdep.c (m68hc11_register_name): Update.
6067 * mn10300-tdep.c (mn10300_generic_register_name): Update.
6068 (am33_register_name): Update.
6069
ea1e7ef6
GS
60702002-06-17 Grace Sainsbury <graces@redhat.com>
6071
6072 * m68k-tdep.c: Reindented.
6073
9b02dd1b
AC
60742002-06-17 Andrew Cagney <ac131313@redhat.com>
6075
6076 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
6077 list of predefined types.
6078
8758dec1
MK
60792002-06-16 Mark Kettenis <kettenis@gnu.org>
6080
b6197528
MK
6081 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
6082 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
6083 REGISTER_CONVERT_TO_RAW): Remove defines.
6084 (i386_register_virtual_type, i386_register_convertible,
6085 i386_register_convert_to_virtual, i386_register_convert_to_raw):
6086 Remove prototypes.
6087 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6088 macros mentioned above.
6089
82b47e62
MK
6090 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
6091 (i386lynx_saved_pc_after_call): Remove prototype.
6092 * i386ly-tdep.c: Include "i386-tdep.h".
6093 (i386lynx_saved_pc_after_call): Make static. Use
6094 read_memory_nobpt instead of read_memory. Use
6095 read_memory_unsigned_integer instead of read_memory_integer.
6096 (i386lynx_init_abi): New function.
6097 (i386lynx_coff_osabi_sniffer): New function.
6098 (_initialize_i386bsd_tdep): New function.
6099
8758dec1
MK
6100 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
6101 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
6102 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
6103 (i386_fix_call_dummy): Remove prototype.
6104 * i386-tdep.c (i386_call_dummy_words): New variable.
6105 (i386_gdbarch_init): Adjust for removal of the
6106 macros mentioned above.
6107
e9e68a56
AC
61082002-06-15 Andrew Cagney <ac131313@redhat.com>
6109
6110 * command.h (add_setshow_auto_boolean_cmd): Replace
6111 add_set_auto_boolean_cmd.
6112 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
6113 add_set_auto_boolean_cmd.
6114 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
6115 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
6116 mask-address'' command.
6117 (show_mask_address): Add cmd parameter.
6118 * remote.c (add_packet_config_cmd): Update. Change type of
6119 set_func and show_func to cmd_sfunc_ftype.
6120 (_initialize_remote): Update `set remote Z-packet'
6121 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
6122 (show_remote_protocol_e_packet_cmd): Ditto.
6123 (show_remote_protocol_E_packet_cmd): Ditto.
6124 (show_remote_protocol_P_packet_cmd): Ditto.
6125 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
6126 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
6127 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
6128 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
6129 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
6130 (show_remote_protocol_Z_packet_cmd): Ditto.
6131 (show_remote_protocol_binary_download_cmd): Ditto.
6132 (show_remote_cmd): Pass NULL to all of above.
6133
fc08ec52
MK
61342002-06-15 Mark Kettenis <kettenis@gnu.org>
6135
6136 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
6137 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
6138 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
6139 POP_FRAME): Remove defines.
6140 (i386_push_arguments, i386_store_struct_return,
6141 i386_extract_return_value, i386_store_return_value,
6142 i386_extract_struct_value_address, i386_push_dummy_frame,
6143 i386_pop_frame): Renove prototypes.
6144 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6145 macros mentioned above.
6146
e707bbc2
AC
61472002-06-15 Andrew Cagney <ac131313@redhat.com>
6148
6149 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
6150 add_set_boolean_cmd.
6151 (add_setshow_cmd): New function.
6152 * command.h (add_setshow_boolean_cmd): Replace
6153 add_set_boolean_cmd.
6154 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
6155 and ``set rdiromatzero''.
6156 * maint.c (_initialize_maint_cmds): Update commented out code.
6157 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
6158 * target.c (initialize_targets): Update `set
6159 trust-readonly-sections'.
6160 * remote.c (_initialize_remote): Update `set remotebreak'.
6161
42fdc8df
MK
61622002-06-15 Mark Kettenis <kettenis@gnu.org>
6163
93924b6b
MK
6164 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
6165 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
6166 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
6167 fit into multi-arch framework.
6168 (i386_breakpoint_from_pc): New function.
6169 (i386_gdbarch_init): Adjust for removal of the macros mentioned
6170 above.
6171
42fdc8df
MK
6172 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
6173 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
6174 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
6175 (i386_frameless_function_invocation, i386_frame_num_args,
6176 i386_frame_init_saved_regs): Remove prototypes.
6177 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6178 macros mentioned above.
6179
9773a94b
AC
61802002-06-15 Andrew Cagney <ac131313@redhat.com>
6181
6182 * cli/cli-decode.c (set_cmd_cfunc): Update.
6183 (set_cmd_sfunc): Update.
6184 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
6185 (set_cmd_sfunc, set_cmd_cfunc): Update.
6186 * cli/cli-decode.h: Update.
6187
6e157172
MK
61882002-06-15 Mark Kettenis <kettenis@gnu.org>
6189
6190 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
6191 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
6192
7f19b9a2
AC
61932002-06-15 Andrew Cagney <ac131313@redhat.com>
6194
6195 * defs.h (auto_boolean): Declare enum.
6196 * command.h (cmd_auto_boolean): Delete enum.
6197 * mips-tdep.c (mask_address_var): Update.
6198 (mips_mask_address_p): Update.
6199 (show_mask_address): Update.
6200 * remote.c (struct packet_config): Update.
6201 (update_packet_config): Update.
6202 (show_packet_config_cmd): Update.
6203 (packet_ok): Update.
6204 (add_packet_config_cmd): Update.
6205 (_initialize_remote):
6206 * command.h: Update.
6207 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
6208 (do_setshow_command): Update.
6209 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
6210 * cli/cli-decode.h: Update.
6211
1cf88de5
MK
62122002-06-15 Mark Kettenis <kettenis@gnu.org>
6213
22ba8cf2
MK
6214 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
6215 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
6216 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
6217 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
6218 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
6219 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
6220
762c5349
MK
6221 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
6222 list of DJGPP COFF targets.
6223
091198bb
MK
6224 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
6225 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
6226 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
6227 (FP0_REGNUM): Remove define.
6228 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
6229 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
6230 (i386_register_virtual_size): Remove protoype.
6231 * i386-tdep.c (i386_register_virtual_size): Removed.
6232 (i386_extract_return_value, i386_store_return_value): Use
6233 FP0_REGNUM instead of NUM_FREGS to determine whether the
6234 floating-point registers are available.
6235 (i386_gdbarch_init): Tweak FIXME about FPU registers.
6236 Adjust for removal of macros mentioned above.
6237
62382002-06-15 Mark Kettenis <kettenis@gnu.org>
6239
fcc9bf01
MK
6240 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
6241 comments.
6242 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6243 Remove prototypes.
6244 (supply_gregset, fill_gregset): Remove use of register keyword and
6245 remove declaration for regmap. Use I386_NUM_GREGS instead of
6246 NUM_REGS and NUM_FREGS.
6247 (FPREGSET_FSAVE_OFFSET): Remove.
6248 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6249 NUM_FREGS to determine whether the floating-point registers are
6250 available.
6251
65e78234
MK
6252 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6253 gnu_store_registers): Replace usage of NUM_GREGS with
6254 I386_NUM_GREGS.
6255
98df6387
MK
6256 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6257 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6258 usage of NUM_GREGS with I386_NUM_GREGS.
6259
099a9414
MK
6260 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6261
57976e88
MK
6262 * i386bsd-nat.c: Include "i386-tdep.h".
6263 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6264 I386_NUM_GREGS.
6265
b335f4a6
MK
6266 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6267 and associated comment. They no longer make any sense, since we
6268 don't use this file anymore on Linux.
6269
1cf88de5
MK
6270 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6271 * i386-tdep.c (i386_register_offset, i386_register_size): Use
6272 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6273 elements in these arrays.
6274 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6275 MAX_NUM_REGS.
6276
daa66587
MK
62772002-06-15 Mark Kettenis <kettenis@gnu.org>
6278
6279 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6280 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6281
26e9b323
AC
62822002-06-14 Andrew Cagney <cagney@redhat.com>
6283
6284 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6285 EXTRACT_RETURN_VALUE.
6286 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6287 EXTRACT_STRUCT_VALUE_ADDRESS.
6288 * gdbarch.h, gdbarch.c: Regenerate.
6289
6290 * values.c (value_being_returned): Handle
6291 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6292 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6293
6294 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6295 * arm-tdep.c (arm_gdbarch_init): Update.
6296 * avr-tdep.c (avr_gdbarch_init): Update.
6297 * cris-tdep.c (cris_gdbarch_init): Update.
6298 * d10v-tdep.c (d10v_gdbarch_init): Update.
6299 * ia64-tdep.c (ia64_gdbarch_init): Update.
6300 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6301 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6302 * s390-tdep.c (s390_gdbarch_init): Update.
6303 * sh-tdep.c (sh_gdbarch_init): Update.
6304 * s390-tdep.c (s390_gdbarch_init): Update.
6305 * sparc-tdep.c (sparc_gdbarch_init): Update.
6306 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6307 * v850-tdep.c (v850_gdbarch_init): Update.
6308 * vax-tdep.c (vax_gdbarch_init): Update.
6309 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6310 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6311
6312 * config/arc/tm-arc.h: Update.
6313 * config/d30v/tm-d30v.h: Update.
6314 * config/fr30/tm-fr30.h: Update.
6315 * config/h8300/tm-h8300.h: Update.
6316 * config/h8500/tm-h8500.h: Update.
6317 * config/i386/tm-i386.h: Update.
6318 * config/i386/tm-ptx.h: Update.
6319 * config/i386/tm-symmetry.h: Update.
6320 * config/i960/tm-i960.h: Update.
6321 * config/m32r/tm-m32r.h: Update.
6322 * config/m68k/tm-delta68.h: Update.
6323 * config/m68k/tm-linux.h: Update.
6324 * config/m68k/tm-m68k.h: Update.
6325 * config/m88k/tm-m88k.h: Update.
6326 * config/mcore/tm-mcore.h: Update.
6327 * config/mips/tm-mips.h: Update.
6328 * config/mn10200/tm-mn10200.h: Update.
6329 * config/pa/tm-hppa.h: Update.
6330 * config/pa/tm-hppa64.h: Update.
6331 * config/sparc/tm-sp64.h: Update.
6332 * config/sparc/tm-sparc.h: Update.
6333 * config/sparc/tm-sparclet.h: Update.
6334 * config/z8k/tm-z8k.h: Update.
6335
5179e78f
AC
63362002-06-14 Andrew Cagney <cagney@redhat.com>
6337
6338 * Makefile.in (i386_linux_tdep_h): Define.
6339 (i386_tdep_h, i387_tdep_h): Define.
6340 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6341 $(i386_tdep_h) and $(i387_tdep_h).
6342 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6343
8201327c
MK
63442002-06-14 Mark Kettenis <kettenis@gnu.org>
6345
edf393ac
MK
6346 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6347 Already covered by the default.
6348
896fb97d
MK
6349 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6350 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
6351 (i386_gdbarch_init): Initialize long_double_format and long_double
6352 bit.
6353
8201327c
MK
6354 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6355 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6356 Move these to ...
6357 * config/i386/i386sol2.mh: ... here.
6358 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6359 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6360 (SIGCONTEXT_PC_OFFSET): Remove define.
6361 (IN_SIGTRAMP): Remove define.
6362 * i386-sol2-tdep.c: New file.
6363
6364 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6365 * config/i386/tm-i386nw.h: Removed.
6366
6367 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6368 USE_STRUCT_CONVENTION): Remove defines.
6369 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6370 (get_longjmp_target): Remove prototype.
6371 (IN_SIGTRAMP): Remove define.
6372 (i386bsd_in_sigtramp): Remove prototype.
6373 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6374 function. Update comment accordingly
6375 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6376 (FRAME_SAVED_PC): Remove define.
6377 (i386bsd_frame_saved_pc): Remove prototype.
6378 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6379 GET_LONGJMP_TARGET): Remove defines.
6380 (get_longjmp_target): Remove prototype.
6381 (IN_SIGTRAMP): Remove define.
6382 (i386bsd_in_sigtramp): Remove prototype.
6383 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6384 function. Update comment accordingly
6385 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6386 (FRAME_SAVED_PC): Remove define.
6387 (i386bsd_frame_saved_pc): Remove prototype.
6388 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6389 Remove prototype.
6390 (USE_STRUCT_CONVENTION): Remove prototype.
6391 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6392 declaration.
6393 (_initialize_i386bsd_nat): Revise logic to determine some
6394 constants at compile time when compiling a native GDB. Warn if
6395 things don't match up with what we expect.
6396 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6397 Remove variables.
6398 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6399 to use date stored in `struct gdbarch_tdep'.
6400 (i386bsd_sigcontext_offset): Remove varaible.
6401 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6402 stored in `struct gdbarch_tdep'.
6403 (i386bsd_frame_saved_pc): Make static.
6404 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6405 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6406 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6407 i386fbsd4_sc_pc_offset): New variables.
6408 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6409 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6410 functions.
6411 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6412 functions.
6413 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6414 Modify the value of i386fbsd_sigtramp_start and
6415 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6416 i386fbsd_sigtramp_end.
6417 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6418 function.
6419
6420 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6421 define to i386-linux-tdep.h.
6422 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6423 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6424 defines.
6425 (i386_linux_register_name, i386_linux_register_byte,
6426 i386_linux_register_raw_size): Remove prototypes.
6427 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6428 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6429 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6430 TARGET_WRITE_PC): Remove defines.
6431 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6432 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6433 i386_linux_write_pc): Remove prototypes.
6434 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6435 (get_longjmp_target): Remove prototype.
6436 * i386-linux-tdep.h: New file.
6437 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6438 * i386-linux-tdep.c: Include "i386-tdep.h" and
6439 "i386-linux-tdep.h".
6440 (i386_linux_register_name, i386_linux_register_byte,
6441 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6442 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6443 Make static.
6444 (i386_linux_init_abi): New function.
6445 (_initialize_i386_linux_tdep): New function.
6446
6447 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6448 (i386_saved_pc_after_call): Remove prototype.
6449 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6450 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6451 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6452 (i386_register_name, i386_stab_reg_to_regnum,
6453 i386_dwarf_reg_to_regnum): Remove prototypes.
6454 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6455 SIZEOF_SSE_REGS): Remove defines.
6456 (REGISTER_BYTES): Remove define.
6457 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6458 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6459 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6460 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6461 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6462 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6463 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6464 (get_longjmp_target): Remove prototype.
6465 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6466 (sigtramp_saved_pc): Remove define.
6467 (i386v4_sigtramp_saved_pc): Remove prototype.
6468 * config/i386/tm-go32.h (FRAME_CHAIN,
6469 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6470 (i386go32_frame_saved_pc): Remove prototype.
6471 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6472 (get_longjmp_target): Remove prototype.
6473 * i386-tdep.h: Include "osabi.h".
6474 (enum i386_abi): Removed.
6475 (enum struct_return): New enum.
6476 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6477 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6478 sc_pc_offset members.
6479 (i386_gdbarch_register_os_abi): Remove prototype.
6480 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6481 I386_SSE_NUM_REGS): New defines.
6482 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6483 I386_SSE_SIZEOF_REGS): New defines.
6484 (i386_register_name, i386_register_byte, i386_register_raw_size):
6485 New prototypes.
6486 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6487 (i386bsd_sigtramp_saved_pc): New prototype.
6488 * i386-tdep.c: Don't include "elf-bfd.h".
6489 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6490 i386_frame_chain, i386_saved_pc_after_call): Make static.
6491 (i386_frame_saved_pc): Rewrite to call architecture dependent
6492 function to deal with signal handlers. Make static.
6493 (i386go32_frame_saved_pc): Removed.
6494 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6495 Removed.
6496 (i386_get_longjmp_target): New function.
6497 (default_struct_convention, pcc_struct_convention,
6498 reg_struct_convention, valid_conventions, struct_convention): New
6499 variables.
6500 (i386_use_struct_convention): New function.
6501 (i386v4_sigtramp_saved_pc): Renamed to
6502 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6503 (i386_pc_in_sigtramp): New function.
6504 (i386_abi_names): Removed.
6505 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6506 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6507 Removed.
6508 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6509 i386_gdbarch_register_os_abi): Removed.
6510 (struct i386_abi_handler): Removed.
6511 (i386_abi_handler_list): Removed.
6512 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6513 functions.
6514 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6515 i386_nw_init_abi): New functions.
6516 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6517 Use set_gdbarch_xxx() calls instead of relying on macros for a
6518 number of calls.
6519 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6520 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6521 Register the various architecture variants defined in this file.
6522
ad2f7632
DJ
65232002-06-14 Daniel Jacobowitz <drow@mvista.com>
6524
6525 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6526 (struct main_type): Remove arg_types member. Update comments for
6527 struct field.
6528 (TYPE_ARG_TYPES): Remove.
6529 (TYPE_FN_FIELD_ARGS): Update.
6530 (smash_to_method_type): Update prototype.
6531
6532 * c-typeprint.c (cp_type_print_method_args): Take method type
6533 instead of argument list. Use new argument layout. Simplify.
6534 (c_type_print_args): Use new argument layout. Simplify.
6535 (c_type_print_base): Update call to cp_type_print_method_args.
6536 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6537 argument; use die->type instead. Update call to
6538 smash_to_method_type.
6539 (read_structure_scope): Update call to dwarf2_add_member_fn.
6540 * gdbtypes.c (allocate_stub_method): Update comment.
6541 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6542 Use new argument layout.
6543 (check_stub_method): Use new argument layout. Don't count
6544 void as an argument.
6545 (print_arg_types): Update comments. Use new argument layout.
6546 (recursive_dump_type): Don't print arg_types member.
6547 * hpread.c (hpread_read_struct_type): Use new argument layout.
6548 (fixup_class_method_type): Likewise.
6549 (hpread_type_lookup): Likewise.
6550 * stabsread.c (read_type): Update calls to read_args and
6551 smash_to_method_type.
6552 (read_args): Use new argument layout. Simplify.
6553 * valops.c (typecmp): Use new argument layout. Update parameters
6554 and comments. Simplify.
6555 (hand_function_call): Use new argument layout.
6556 (search_struct_method): Update call to typecmp.
6557 (find_overload_match): Use new argument layout.
6558
6da02953
DJ
65592002-06-13 Daniel Jacobowitz <drow@mvista.com>
6560
6561 * NEWS: Mention multithreaded debug support for gdbserver.
6562
519b2366
DJ
65632002-06-13 Daniel Jacobowitz <drow@mvista.com>
6564
6565 * MAINTAINERS: Mention NEWS.
6566
6c0d6680
DJ
65672002-06-13 Daniel Jacobowitz <drow@mvista.com>
6568
6569 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6570 (struct mips_objfile_private, compare_pdr_entries): New.
6571 (non_heuristic_proc_desc): Read the ".pdr" section if it
6572 is present.
6573
6529d2dd
AC
65742002-06-12 Andrew Cagney <ac131313@redhat.com>
6575
6576 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6577 (arm_debug): New static variable.
6578 (_initialize_arm_tdep): Add ``set debug arm'' command.
6579
26216b98
AC
65802002-06-12 Andrew Cagney <ac131313@redhat.com>
6581
6582 * Makefile.in (sim_arm_h): Define.
6583 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6584 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6585 (arm_register_sim_regno): New function, map an internal REGNUM
6586 onto a simulator register number.
6587 (arm_gdbarch_init): Set register_sim_regno.
6588
814b3ba0
AH
65892002-06-09 Aldy Hernandez <aldyh@redhat.com>
6590
6591 * MAINTAINERS: Add self.
6592
475b0867
JB
65932002-06-11 Jim Blandy <jimb@redhat.com>
6594
919d772c
JB
6595 * source.c (source_info): Mention whether the symtab has
6596 information about preprocessor macros.
6597
475b0867
JB
6598 Call the command `info macro', not `show macro'.
6599 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6600 Fix error message.
6601 (_initialize_macrocmd): Register `info_macro_command' in
6602 `infolist', not `showlist'.
6603
9e364162
DJ
66042002-06-11 Daniel Jacobowitz <drow@mvista.com>
6605
6606 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6607 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6608 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6609 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6610 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6611 unconditionally.
6612 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6613 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6614 (_initialize_mips_tdep): Remove dead code.
6615 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6616 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6617 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6618 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6619 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6620 MIPS_LAST_FP_ARG_REGNUM): Remove.
6621
23aa4c72
ML
66222002-06-11 Michal Ludvig <mludvig@suse.cz>
6623
6624 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6625 (unwind_tmp_obstack_free, parse_frame_info)
6626 (update_context, cfi_read_fp, cfi_write_fp)
6627 (cfi_frame_chain, cfi_init_extra_frame_info)
6628 (cfi_virtual_frame_pointer): Use the above function.
264d1763 6629 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 6630
70eb15a4
CV
66312002-06-11 Corinna Vinschen <vinschen@redhat.com>
6632
6633 * v850-tdep.c (v850_type_is_scalar): New function.
6634 (v850_use_struct_convention): Match current gcc implementation
6635 as close as possible.
6636 (v850_push_arguments): Fix stack_offset handling. Don't write
6637 struct_addr into register. This is done by v850_store_struct_return.
6638 (v850_extract_return_value): Care for structs.
6639 (v850_store_return_value): Ditto.
6640 (v850_store_struct_return): Actually write address.
6641
482a4d06
ML
66422002-06-11 Michal Ludvig <mludvig@suse.cz>
6643
6644 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6645 without debug information too.
6646
d855c300
AC
66472002-06-10 Andrew Cagney <ac131313@redhat.com>
6648
6649 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6650 Make multi-arch pure.
6651 * gdbarch.h, gdbarch.c: Re-generate.
6652 * arm-tdep.c (arm_print_float_info): Update.
6653 * arch-utils.h (default_print_float_info): Update.
6654 * arch-utils.c (default_print_float_info): Update.
6655 * infcmd.c (float_info): Update call.
6656
dd12a101
AC
66572002-06-10 Andrew Cagney <ac131313@redhat.com>
6658
6659 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6660 the front of the initialize list.
6661
101dcfbe
AC
66622002-06-10 Andrew Cagney <ac131313@redhat.com>
6663
6664 * infrun.c (struct inferior_status): Replace fields
6665 selected_frame_address and selected_level with field
6666 selected_frame_id.
6667 (save_inferior_status): Update. Use get_frame_id.
6668 (struct restore_selected_frame_args): Delete.
6669 (restore_selected_frame): Update. Use frame_find_by_id.
6670 (restore_inferior_status): Update.
6671
6672 * breakpoint.h (struct breakpoint): Change type of
6673 watchpoint_frame to frame_id.
6674 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6675 call to get_current_frame.
6676 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6677 get_current_frame.
6678 (watchpoint_check): Use frame_find_by_id.
6679
6680 * frame.h (record_selected_frame): Delete declaration.
6681 * stack.c (record_selected_frame): Delete function.
6682
6683 * frame.h (struct frame_id): Define.
6684 (get_frame_id): Declare.
6685 (frame_find_by_id): Declare.
6686 * frame.c (frame_find_by_id): New function.
6687 (get_frame_id): New function.
6688
304270b6
AV
66892002-06-10 Andrey Volkov <avolkov@transas.com>
6690
6691 * ser-e7kpc.c: Fix duplicated define and call of
6692 _initialize_ser_e7000pc
6693
2f2cf184
DJ
66942002-06-09 Daniel Jacobowitz <drow@mvista.com>
6695
6696 * signals/signals.c (target_signal_from_host): Fix #ifdef
6697 SIGRTMIN case.
6698 (do_target_signal_to_host): Likewise.
6699
caaa3122
DJ
67002002-06-09 Daniel Jacobowitz <drow@mvista.com>
6701
6702 * mips-tdep.c (mips_find_abi_section): New function.
6703 (mips_gdbarch_init): Call it.
6704
6ac5df3a
MK
67052002-06-09 Mark Kettenis <kettenis@gnu.org>
6706
6707 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6708 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6709 after Andrew's 2002-06-08 gdbarch change.
6710
82ea117a
MK
67112002-06-09 Mark Kettenis <kettenis@gnu.org>
6712
6713 * i386-linux-nat.c (suppy_gregset): Don't supply
6714 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6715 register cache.
6716 (fill_gregset): Don't fetch it under the same circumstances.
6717
3c25f8c7
AC
67182002-06-09 Andrew Cagney <cagney@redhat.com>
6719
6720 * Makefile.in (callback_h): Define.
6721 (remote_sim_h): Update path to remote-sim.h.
6722 (remote-rdp.o): Add $(callback_h).
6723 (remote-sim.o): Use $(callback_h).
6724 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6725 * remote-rdp.c: Include "gdb/callback.h".
6726
1029b7fa
MK
67272002-06-09 Mark Kettenis <kettenis@gnu.org>
6728
6729 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6730 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6731
616675d3
AC
67322002-06-08 Andrew Cagney <ac131313@redhat.com>
6733
a3efda28
AC
6734 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6735 * rdi-share/serpardr.c: Ditto.
6736 * rdi-share/unixcomm.c: Ditto.
6737 * rdi-share/serdrv.c: Ditto.
6738 * rdi-share/hostchan.h: Ditto.
6739 * rdi-share/hostchan.c: Ditto.
6740 * rdi-share/host.h: Ditto.
6741 * rdi-share/devsw.c: Ditto.
6742
c5f10366
AC
6743 * objfiles.h: Change type of obj_private to void pointer.
6744 * pa64solib.c: Update copyright. Don't include "assert.h", use
6745 strcmp instead of STREQ, use LONGEST, do not use PTR
6746 * somsolib.c: Ditto.
6747
616675d3
AC
6748 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6749 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6750 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6751
e4b415d9
AC
67522002-06-08 Andrew Cagney <ac131313@redhat.com>
6753
6754 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6755 (default_get_saved_register): Delete function.
6756 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6757 generic_unwind_get_saved_register.
6758 * gdbarch.h, gdbarch.c: Re-generate.
6759
ca0d0b52
AC
67602002-06-08 Andrew Cagney <ac131313@redhat.com>
6761
6762 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6763 generic_func_frame_chain_valid.
6764 * gdbarch.h, gdbarch.c: Re-generate.
6765 * blockframe.c (generic_func_frame_chain_valid): Only check
6766 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6767 passing FP to PC_IN_CALL_DUMMY.
6768 Fix PR gdb/360.
6769
76860b5f
AC
67702002-06-08 Andrew Cagney <ac131313@redhat.com>
6771
6772 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6773 (register_gdbarch_data): Initialize init_p.
6774 (gdbarch_data): Initialize data pointer using the init function.
6775 (init_gdbarch_data): Delete function.
6776 (gdbarch_update_p): Update.
6777 (initialize_non_multiarch): Update.
6778 (struct gdbarch): Add field initialized_p.
6779 * gdbarch.h, gdbarch.c: Re-generate.
6780
8dda9770
ML
67812002-06-07 Michal Ludvig <mludvig@suse.cz>
6782
6783 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6784 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6785 better do the things actually here.
6786 * x86-64-tdep.c (x86_64_register_name2nr): New.
6787 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6788 (x86_64_gdbarch_init): Respect the above change.
6789 * x86-64-tdep.h (x86_64_register_name2nr)
6790 (x86_64_register_nr2name): Add prototypes.
6791 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6792
3d79a47c
MS
67932002-06-06 Michael Snyder <msnyder@redhat.com>
6794
7bd91a28
MS
6795 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6796 Delete extra braces and re-indent.
6797 (d10v_store_return_value): Char return values
3d79a47c
MS
6798 must be shifted over by one byte in R0.
6799 (d10v_extract_return_value): Delete extra braces, re-indent.
6800
095a4c96
EZ
68012002-06-06 Elena Zannoni <ezannoni@redhat.com>
6802
6803 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6804 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6805 (d10v_integer_to_address): Rewrite.
6806 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6807 the d10v specific functions which take care of converting to the
6808 correct space.
6809
e8a77ca4
EZ
68102002-06-06 Elena Zannoni <ezannoni@redhat.com>
6811
6812 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6813 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6814
4f2e4a4f
AC
68152002-06-02 Andrew Cagney <ac131313@redhat.com>
6816
6817 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6818 includes.
6819 * config/tm-linux.h: Ditto.
6820 * config/alpha/tm-alphalinux.h: Ditto.
6821 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6822 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6823 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6824 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6825 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6826 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6827 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6828 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6829 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6830 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6831 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6832 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6833 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6834 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6835 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6836 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6837 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6838 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6839 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6840 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6841 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6842 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6843 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6844 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6845 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6846 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6847 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6848 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6849 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6850 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6851 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6852 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6853 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6854 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6855 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6856 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6857 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6858
ae2ab2ce
AS
68592002-05-04 Aidan Skinner <aidan@velvet.net>
6860
6861 * ada-exp.tab.c: New file
6862 * ada-exp.y: New file
6863 * ada-lang.c: New file
6864 * ada-lang.h: New file
6865 * ada-lex.c: New file
6866 * ada-lex.l: New file
6867 * ada-tasks.c: New file
6868 * ada-typeprint.c: New file
6869 * ada-valprint.c: New file
6870
0ddd0135
JT
68712002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6872
6873 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6874 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6875
750fbacc
JT
68762002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6877
6878 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6879 insetead of ppc-linux-tdep.o.
6880 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6881 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6882
df94e18a
AC
68832002-06-02 Andrew Cagney <ac131313@redhat.com>
6884
6885 2002-05-07 Christian Groessler <chris@groessler.org>
6886 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6887 bit register contents for little endian hosts.
6888
1a38ab75
AC
68892002-06-01 Andrew Cagney <ac131313@redhat.com>
6890
6891 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6892 any maintainer.
6893
8b1632ac
AC
68942002-06-01 Andrew Cagney <ac131313@redhat.com>
6895
6896 * gdbarch.h: Regenerate.
6897
627054c8
AC
68982002-06-01 Andrew Cagney <ac131313@redhat.com>
6899
6900 * MAINTAINERS: Add everyone to write-after-approval list.
6901
4f460812
AC
69022002-06-01 Andrew Cagney <ac131313@redhat.com>
6903
6904 * stack.c (frame_info): Use frame_register_unwind instead of
6905 saved_regs. Mention when the SP is on the stack or in a register.
6906
6907 * frame.h (frame_register_unwind_ftype): Define. Document.
6908 (struct frame_info): Add field register_unwind and
6909 register_unwind_cache.
6910 (frame_register_unwind): Declare.
6911 (generic_unwind_get_saved_register): Declare.
6912
6913 * frame.c (frame_register_unwind): New function.
6914 (generic_unwind_get_saved_register): New function.
6915
6916 * blockframe.c (generic_call_dummy_register_unwind): New function.
6917 (frame_saved_regs_register_unwind): New function.
6918 (set_unwind_by_pc): New function.
6919 (create_new_frame): New function.
6920 (get_prev_frame): New function.
6921
de888f76
AC
69222002-05-30 Andrew Cagney <ac131313@redhat.com>
6923
6924 * a29k-share/: Delete directory.
6925 * remote-vx29k.c: Delete file.
6926
2f2c3626
JT
69272002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6928
6929 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6930 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6931
9ce5c36a
JT
69322002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6933
6934 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6935 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6936 (sparc64nbsd-nat.o)
6937 (sparcnbsd-nat.o)
6938 (sparcnbsd-tdep.o): New dependency lists.
6939 * NEWS: Note new UltraSPARC NetBSD native configuration.
6940 * configure.host (sparc64-*-netbsd*): New host.
6941 * configure.tgt (sparc-*-netbsdelf*)
6942 (sparc-*-netbsd*): Set gdb_target to nbsd.
6943 (sparc64-*-netbsd*): New target.
6944 * sparc64nbsd-nat.c: New file.
6945 * sparcnbsd-nat.c: New file.
6946 * sparcnbsd-tdep.c: New file.
6947 * sparcnbsd-tdep.h: New file.
6948 * config/sparc/nbsd.mt: New file.
6949 * config/sparc/nbsd64.mh: New file.
6950 * config/sparc/nbsd64.mt: New file.
6951 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6952 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6953 (HOST_IPC): Remove.
6954 * config/sparc/nbsdaout.mt: Remove.
6955 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6956 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6957 (HOST_IPC): Remove.
6958 * config/sparc/nbsdelf.mt: Remove.
6959 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6960 sparc-nat.c compatiblity defines.
6961 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6962 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6963 * config/sparc/tm-nbsd64.h: New file.
6964 * config/sparc/tm-nbsdaout.h: Remove.
6965 * config/sparc/xm-nbsd.h: Remove.
6966
ef3cf062
JT
69672002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6968
6969 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6970 * sparc-tdep.c: Include osabi.h.
6971 (gdbarch_tdep): Add osabi member.
6972 (_initialize_sparc_tdep): Use gdbarch_register.
6973 (sparc_gdbarch_init): Use generic OS ABI framework.
6974 (sparc_dump_tdep): New function.
6975
ee8ff470
KB
69762002-05-30 Kevin Buettner <kevinb@redhat.com>
6977
6978 * corefile.c (do_captured_read_memory_integer): Return non-zero
6979 result.
6980 (safe_read_memory_integer): Copy result of memory read when
6981 status is non-zero. Also, add comments.
6982
7b112f9c
JT
69832002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6984
6985 * Makefile.in (ppc_tdep_h): Define.
6986 (ppc-linux-nat.o)
6987 (ppc-linux-tdep.o)
6988 (rs6000-tdep.o): Use $(ppc_tdep_h).
6989 (ppc-sysv-tdep.o)
6990 (ppcnbsd-nat.o)
6991 (ppcnbsd-tdep.o): New dependency lists.
6992 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
6993 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6994 (ppc_linux_init_abi): New functions.
7b112f9c
JT
6995 (ppc_sysv_abi_broken_use_struct_convention)
6996 (ppc_sysv_abi_use_struct_convention)
6997 (ppc_sysv_abi_push_arguments): Move to...
6998 * ppc-sysv-tdep.c: ...here.
6999 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
7000 * rs6000-tdep.c (process_note_abi_tag_sections)
7001 (get_elfosabi): Remove.
7002 (rs6000_gdbarch_init): Use generic OS ABI framework.
7003 (rs6000_dump_tdep): New function.
7004 (_initialize_rs6000_tdep): Use gdbarch_register.
7005 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
7006 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7007 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
7008 of ppc-linux-tdep.o.
7009 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
7010 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
7011 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
7012 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
7013 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
7014 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
7015
480dd42a
JB
70162002-05-29 Jim Blandy <jimb@redhat.com>
7017
7018 * macroscope.c (default_macro_scope): Put `void' in empty argument
7019 list.
7020
4182591f
AC
70212002-05-29 Andrew Cagney <ac131313@redhat.com>
7022
7023 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
7024 * arch-utils.c: Include "sim-regno.h".
7025 * gdbarch.sh: Don't include "sim-regno.h".
7026 * gdbarch.h, gdbarch.c: Regenerate.
7027 * sim-regno.h (legacy_register_sim_regno): Move declaration from
7028 here.
7029 * arch-utils.h (legacy_register_sim_regno): To here.
7030 * remote-sim.c (legacy_register_sim_regno): Move function from
7031 here.
7032 * arch-utils.c (legacy_register_sim_regno): To here.
7033
8238d0bf
AC
70342002-05-28 Andrew Cagney <ac131313@redhat.com>
7035
7036 * sim-regno.h: New file.
7037 * Makefile.in (sim_regno_h): Define.
7038 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
7039 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
7040 (legacy_register_sim_regno): New function.
7041 (one2one_register_sim_regno): New function.
7042 (gdbsim_fetch_register): Rewrite.
7043 (gdbsim_store_register): Only store a register when
7044 REGISTER_SIM_REGNO is valid.
7045 * d10v-tdep.c: Include "sim-regno.h".
7046 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
7047 (d10v_ts3_register_sim_regno): Ditto.
7048 * gdbarch.sh: Include "sim-regno.h".
7049 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
7050 * gdbarch.h, gdbarch.c: Regenerate.
7051 * arch-utils.h (default_register_sim_regno): Delete declaration.
7052 * arch-utils.c (default_register_sim_regno): Delete function.
7053
485721b1
JT
70542002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
7055
7056 * ppcnbsd-nat.c: Rewrite.
7057 * ppcnbsd-tdep.c: New file.
7058 * ppcnbsd-tdep.h: New file.
7059 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
7060 solib.o, and solib-svr4.o.
7061 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
7062 nbsd-tdep.o, and corelow.o.
7063
697f244d
AC
70642002-05-28 Andrew Cagney <ac131313@redhat.com>
7065
7066 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
7067 `tr' and `sed'. Mention that `broken' targets are not expected to
7068 build.
7069
f08caad1 70702002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
7071
7072 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
7073 Let PC point right after the prologue before looking up symbols.
7074
3139facc
MH
70752002-05-27 Martin M. Hunt <hunt@redhat.com>
7076
7077 * i386-tdep.c (i386_register_virtual_type): Return
7078 builtin_type_vec128i for SSE registers.
7079
7080 * gdbtypes.h (builtin_type_vec128i): Declare.
7081
7082 * gdbtypes.c (build_builtin_type_vec128i): New function.
7083 (builtin_type_v2_double, builtin_type_v4_int64): New types.
7084 (builtin_type_vec128i): New type for SSE2 128-bit registers.
7085 (build_gdbtypes): Initialize new builtin vector types.
7086 (_initialize_gdbtypes): Register new vector types with gdbarch.
7087
6e3ba3b8
JT
70882002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7089
7090 * MAINTAINERS: ns32k is not longer an obsolete candidate,
7091 since it has been multi-arch'd.
7092 * NEWS: Note that ns32k-*-* is now partial multi-arch.
7093 Move Alpha and VAX multi-arch news entries to same section
7094 as other multi-arch news.
7095
93d5585d
JT
70962002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7097
7098 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
7099 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
7100 static. Rename some register numbers to put them in ns32k-tdep
7101 private namespace.
7102 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
7103 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
7104 functions.
7105 (_initialize_ns32k_tdep): Use gdbarch_register.
7106 * ns32k-tdep.h: New file.
7107 * ns32knbsd-tdep.c: New file.
7108 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
7109 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
7110 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
7111 REGISTER_BYTES, REGISTER_BYTE): Remove.
7112 * config/ns32k/tm-ns32k.h: New file.
7113 * config/ns32k/tm-umax.h: Remove.
7114
efb2c70e
JT
71152002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7116
7117 * ns32k-tdep.c (ns32k_saved_pc_after_call,
7118 ns32k_store_struct_return, ns32k_extract_return_value,
7119 ns32k_store_return_value, ns32k_extract_struct_value_address): New
7120 functions.
7121 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
7122 ns32k_saved_pc_after_call.
7123 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
7124 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
7125 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
7126 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7127 ns32k_extract_struct_value_address.
7128
7bcc927b
JT
71292002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7130
7131 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
7132 ns32k_fix_call_dummy): New.
7133 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
7134 ns32k_call_dummy_words.
7135 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
7136 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
7137 CALL_DUMMY_NARGS): Remove.
7138 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
7139
78f9d765
JT
71402002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7141
7142 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
7143 ns32k_frame_saved_pc, ns32k_frame_args_address,
7144 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
7145 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
7146 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
7147 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
7148 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
7149 (BREAKPOINT): Remove..
7150 (FRAME_CHAIN): Define as ns32k_frame_chain.
7151 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
7152 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
7153 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
7154 (FRAME_FIND_SAVED_REGS): Remove.
7155 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
7156 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
7157 (POP_FRAME): Define as ns32k_pop_frame.
7158
f2c762e0
JT
71592002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7160
7161 * ns32k-tdep.c (ns32k_register_byte_32082,
7162 ns32k_register_byte_32382, ns32k_register_raw_size,
7163 ns32k_register_virtual_size, ns32k_register_virtual_type): New
7164 functions.
7165 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
7166 ns32k_register_byte_32382.
7167 * config/ns32k/tm-umax.h: Update copyright years.
7168 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
7169 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
7170 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
7171 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
7172 (ns32k_get_enter_addr): Fix prototype.
7173
af137673
JT
71742002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7175
7176 * ns32k-tdep.c: Update copyright years.
7177 (ns32k_register_name_32082): New function.
7178 (ns32k_register_name_32382): Ditto.
7179 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
7180 (REGISTER_NAME): Define as ns32k_register_name_32382.
7181 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
7182 (REGISTER_NAME): Define as ns32k_register_name_32082.
7183
a8bc7b56
JB
71842002-05-24 Jim Blandy <jimb@redhat.com>
7185
7186 * dwarf2read.c (free_line_header): Use xfree, not free.
7187
83a45910
JT
71882002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
7189
7190 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
7191 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
7192
0db71247
AC
71932002-05-23 Andrew Cagney <ac131313@redhat.com>
7194
7195 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
7196
b9e5e4dd
AC
71972002-05-23 Andrew Cagney <ac131313@redhat.com>
7198
7199 From Ross Alexander at NEC Europe:
7200 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
7201
de530e84
MS
72022002-05-23 Michael Snyder <msnyder@redhat.com>
7203
7204 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
7205 for input, rather than parse_and_eval_address.
7206
b91b96f4
AC
72072002-05-23 Andrew Cagney <ac131313@redhat.com>
7208
7209 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
7210 * Makefile.in (sim_d10v_h): Update definition.
7211
8b279e7a
AC
72122002-05-24 Andrew Cagney <cagney@redhat.com>
7213
7214 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
7215 change `2002-05-22 Michael Snyder' below.
7216 (d10v_push_arguments): Ditto.
7217 (d10v_extract_return_value): Ditto.
7218
0a3d0425
JB
72192002-05-23 Jim Blandy <jimb@redhat.com>
7220
7221 * macrotab.c (check_for_redefinition): Don't complain if the new
7222 definition is the same as the previous one. Take more arguments
7223 to allow the comparison.
7224 (macro_define_object, macro_define_function): Pass more arguments
7225 to check_for_redefinition.
7226
78eac43e
MS
72272002-05-22 Michael Snyder <msnyder@redhat.com>
7228
7229 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
7230 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
7231 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
7232 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
7233 Don't bail if return_pc is PC_IN_CALL_DUMMY.
7234 Add a temp variable to save a call (and a memory read).
7235 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
7236 if possible (so that PC_IN_CALL_DUMMY will work).
7237
9bc1edb8
CV
72382002-05-22 Corinna Vinschen <vinschen@redhat.com>
7239
7240 * MAINTAINERS: Remove status `OBSOLETE' from v850.
7241
005ef3d2
ML
72422002-05-22 Michal Ludvig <mludvig@suse.cz>
7243
7244 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7245 fde->cie_ptr.
7246 (dwarf2_build_frame_info): Corrected handling of eh_frame.
7247 (dwarf2_build_frame_info): Add offset to fde->initial_location
7248 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
7249 (execute_stack_op): Change type of 'result' from ULONGEST to
7250 CORE_ADDR.
005ef3d2 7251
fcf4f891
JT
72522002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7253
7254 * config/alpha/tm-nbsd.h: Include solib.h.
7255
cfef91e4
JT
72562002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7257
7258 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7259 assumptions about the host's byte order.
7260
9964235a
JT
72612002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7262
7263 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7264 to dependency list.
7265 * alphanbsd-tdep.c: Include solib-svr4.h.
7266 * shnbsd-tdep.c: Ditto.
7267
9eeef8ef
JT
72682002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7269
7270 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7271 nbsd-tdep.h to dependency list.
7272 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7273 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7274 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7275 nbsdaout.mh and nbsdelf.mh consistently.
7276 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7277 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7278 nbsdaout.mt and nbsdelf.mh consistently.
7279 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
7280 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7281 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7282 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
7283 a.out shared library stuff from here...
7284 * config/nm-nbsdaout.h: ...to here.
7285 * config/tm-nbsd.h: Remove.
7286 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7287 * config/arm/nbsd.mh: Remove.
7288 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7289 nbsd-tdep.o.
7290 * config/arm/nbsdaout.mh: New file.
7291 * config/arm/nbsdelf.mh: New file.
7292 * config/arm/nm-nbsdaout.h: New file.
7293 * config/i386/nbsd.mh: Remove.
7294 * config/i386/nbsd.mt: Remove.
7295 * config/i386/nbsdaout.mh: New file.
7296 * config/i386/nbsdaout.mt: New file.
7297 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7298 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7299 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
7300 i386_register_u_addr): Remove.
7301 * config/i386/nm-nbsdaout.h: New file.
7302 * config/i386/nm-nbsdelf.h: Remove.
7303 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7304 (USE_STRUCT_CONVENTION): Remove.
7305 * config/i386/tm-nbsdaout.h: New file.
7306 * config/i386/tm-nbsdelf.h: Remove.
7307 * config/m68k/nbsd.mh: Remove.
7308 * config/m68k/nbsd.mt: Remove.
7309 * config/m68k/nbsdaout.mh: New file.
7310 * config/m68k/nbsdaout.mt: New file.
7311 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7312 * config/m68k/nm-nbsdaout.h: New file.
7313 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7314 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7315 * config/ns32k/nbsd.mh: Remove.
7316 * config/ns32k/nbsd.mt: Remove.
7317 * config/ns32k/nbsdaout.mh: New file.
7318 * config/ns32k/nbsdaout.mt: New file.
7319 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7320 * config/ns32k/nm-nbsdaout.h: New file.
7321 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7322 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7323 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7324 (SVR4_SHARED_LIBS): Remove.
7325 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7326 * config/sparc/nbsd.mh: Remove.
7327 * config/sparc/nbsd.mt: Remove.
7328 * config/sparc/nbsdaout.mh: New file.
7329 * config/sparc/nbsdaout.mt: New file.
7330 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7331 * config/sparc/nbsdelf.mt: New file.
7332 * config/sparc/nm-nbsdaout.h: New file.
7333 * config/sparc/nm-nbsdelf.h: Remove.
7334 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7335 * config/sparc/tm-nbsdaout.h: New file.
7336
257ce470
JT
73372002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7338
7339 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7340 mipsnbsd-tdep.c
7341 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7342
76a6d5fe
JT
73432002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7344
7345 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7346 shnbsd-nat.c.
7347 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7348
45888261
JT
73492002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7350
7351 * NEWS: Note new MIPS NetBSD native configuration.
7352 * configure.host (mips*-*-netbsd*): New host.
7353 * configure.tgt (mips*-*-netbsd*): New target.
7354 * mipsnbsd-nat.c: New file.
7355 * mipsnbsd-tdep.c: New file.
7356 * mipsnbsd-tdep.h: New file.
7357 * config/mips/nbsd.mh: New file.
7358 * config/mips/nbsd.mt: New file.
7359 * config/mips/nm-nbsd.h: New file.
7360 * config/mips/tm-nbsd.h: New file.
7361
70f80edf
JT
73622002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7363
7364 * Makefile.in (SFILES): Add osabi.c.
7365 (COMMON_OBS): Add osabi.o.
7366 (osabi.o): New dependency list.
7367 * osabi.c: New file.
7368 * osabi.h: New file.
7369 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7370
7371 * Makefile.in (alpha_tdep_h): Define and use instead of
7372 alpha-tdep.h.
7373 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7374 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7375 Remove.
7376 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7377 * alpha-tdep.h: Include osabi.h.
7378 (alpha_abi): Remove.
7379 (gdbarch_tdep): Use generic OS ABI framework.
7380 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7381 gdbarch_register_osabi.
7382 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7383 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7384 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7385
7386 * Makefile.in (sh_tdep_h): Add osabi.h.
7387 * sh-tdep.h (sh_osabi): Remove.
7388 (gdbarch_tdep): Use generic OS ABI framework.
7389 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7390 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7391 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7392 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7393
7394 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7395 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7396 gdbarch_register_osabi.
7397 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7398 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7399 (get_elfosabi): Rename to...
7400 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7401 ABI framework support routines.
7402 (arm_gdbarch_init): Use generic OS ABI framework.
7403 (arm_dump_tdep): Likewise.
7404 (_initialize_arm_tdep): Likewise.
7405 * arm-tdep.h: Include osabi.h.
7406 (arm_abi): Remove.
7407 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7408 osabi member.
7409 (arm_gdbarch_register_os_abi): Remove prototype.
7410 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7411 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7412
7413 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7414 * mips-tdep.c: Include osabi.h.
7415 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7416 OS ABI framework.
7417
d194345b
KH
74182002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7419
7420 * h8300-tdep.c: Fix formatting.
7421
70c6b0d1
EZ
74222002-05-20 Elena Zannoni <ezannoni@redhat.com>
7423
7424 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7425 printing vector registers.
7426
165b8e33
AC
74272002-05-19 Andrew Cagney <ac131313@redhat.com>
7428
7429 From Fernando Nasser:
7430 * remote.c (remote_async_open_1): Re-throw the exception when the
7431 connection fails.
7432 (remote_cisco_open): Ditto.
7433 (remote_open_1): Ditto.
7434
36918e70
AC
74352002-05-19 Andrew Cagney <ac131313@redhat.com>
7436
7437 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7438 (remote_start_remote): Add uiout parameter. Pass through to
7439 remote_start_remote_dummy.
7440 (remote_open_1): Use catch_exception instead of catch_errors.
7441 (remote_async_open_1): Ditto.
7442 (remote_cisco_open): Ditto.
7443
ae44c0c4
AC
74442002-05-19 Andrew Cagney <ac131313@redhat.com>
7445
7446 * remote.c (remote_start_remote): Replace PTR with void pointer.
7447 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7448 static.
7449
8efe637d
AC
74502002-05-18 Andrew Cagney <ac131313@redhat.com>
7451
7452 * gdb_indent.sh: Allow the script to be run in the sim directory.
7453
2f1b5984
MK
74542002-05-18 Mark Kettenis <kettenis@gnu.org>
7455
f0f625e2
MK
7456 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7457 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7458
2f1b5984
MK
7459 * corelow.c (core_open): Only call set_gdbarch_from_file if
7460 exec_bfd is NULL.
7461
fc974602
AV
74622002-05-17 Andrey Volkov <avolkov@transas.com>
7463
7464 * h8300-tdep.c: Add support of EXR register
7465 * config/h8300/tm-h8300.h: Ditto.
7466
906709f4
AV
74672002-05-17 Andrey Volkov <avolkov@transas.com>
7468
7469 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7470
6e591d68
AV
74712002-05-17 Andrey Volkov <avolkov@transas.com>
7472
7473 * h8300-tdep.c: Change literal regnums to REGNO.
7474
84f0252a
JB
74752002-05-17 Jim Blandy <jimb@redhat.com>
7476
e0e9281e
JB
7477 * NEWS: Note addition of macro support.
7478
84f0252a
JB
7479 Expand preprocessor macros in C expressions.
7480 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7481 (scan_macro_expansion, scanning_macro_expansion,
7482 finished_macro_expansion): New function declarations.
7483 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7484 variable declarations.
7485 * parser-defs.h (expression_context_pc): New declaration.
7486 * parse.c (expression_context_pc): New variable.
7487 (parse_exp_1): Set expression_context_pc, as well as
7488 expression_context_block.
7489 * c-exp.y (yylex): If we're not already reading the result of a
7490 macro expansion, try to macro-expand the next token. When we're
7491 done scanning a macro expansion, switch back to the mainline text.
7492 Commas and `if's in a macro's expansion don't terminate the input.
7493 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7494 (macro_original_text, macro_expanded_text,
7495 expression_macro_lookup_func, expression_macro_lookup_baton): New
7496 variables.
7497 (scan_macro_expansion, scanning_macro_expansion,
7498 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7499 c_preprocess_and_parse): New functions.
7500 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7501 c_preprocess_and_parse, instead of c_parse.
7502 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7503 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7504
1c509ca8
JR
7505Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7506
7507 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7508 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7509 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7510
2250ee0c
CV
75112002-05-17 Corinna Vinschen <vinschen@redhat.com>
7512
7513 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7514
ab3b8126
JT
75152002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7516
7517 * Makefile.in (sh_tdep_h): Define and use.
7518 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7519 register enum): Move to...
7520 * * sh-tdep.h: ...here.
7521 * sh-tdep.c: Include sh-tdep.h.
7522 * sh3-rom.c: Likewise.
7523 * shnbsd-tdep.c: Likewise.
7524
ed9d4749
MS
75252002-05-16 Michael Snyder <msnyder@redhat.com>
7526
7527 * arm-tdep.c: Spelling fix in comment.
7528
2e276125
JB
75292002-05-16 Jim Blandy <jimb@redhat.com>
7530
6821892e
JB
7531 Add commands for manually expanding macros and showing their
7532 definitions.
7533 * macrocmd.c, macroscope.c, macroscope.h: New files.
7534 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7535 (macroscope_h): New variable.
7536 (HFILES_NO_SRCDIR): Add macroscope.h.
7537 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7538 (macroscope.o, macrocmd.o): New rules.
7539
2e276125
JB
7540 Teach the Dwarf 2 reader to read macro information.
7541 * dwarf2read.c: #include "macrotab.h".
7542 (dwarf_macinfo_buffer): New variable.
7543 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7544 dwarf_macinfo_size.
7545 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7546 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7547 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7548 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7549 dwarf2_macro_spaces_in_definition): New complaints.
7550 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7551 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7552 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7553 the partial symbol table.
7554 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7555 from what's recorded in the partial symbol table.
7556 (read_file_scope): If the compilation unit has a
7557 `DW_AT_macro_info' attribute, read its macro information.
7558 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7559
2f53fe6c
DJ
75602002-05-16 Daniel Jacobowitz <drow@mvista.com>
7561
7562 Fix PR gdb/546
7563 * ser-tcp.c: Don't include <netinet/udp.h>.
7564
2be99286
SC
75652002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7566
7567 * MAINTAINERS: Update my email address.
7568
c9af212b 75692002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
7570
7571 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7572 include file of the same name.
7573
bf5f1a52
CV
75742002-05-16 Corinna Vinschen <vinschen@redhat.com>
7575
7576 * configure.tgt: Mark v850 as multi-arched.
7577 * config/v850/tm-v850.h: Remove file.
7578 * config/v850/v850.mt: Eliminate TM_FILE.
7579
435e042a
CV
75802002-05-16 Corinna Vinschen <vinschen@redhat.com>
7581
7582 * v850-tdep.c: Full multi-arch.
7583 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7584 Define GDB_MULTI_ARCH to 2.
7585
9819c6c8
PM
75862002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7587
7588 * p-exp.y (current_type): New static variable.
7589 Carries the type of the expression at the position that is parsed.
7590 (push_current_type, pop_current_type): Two new functions. Used
7591 to store/restore current_type in expression on specific tokens.
c9af212b
RE
7592 (search_field): New static variable. Set to one after parsing a point
7593 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
7594 (FIELDNAME): New token. After a point only a token belonging to
7595 current_type type definition is allowed.
7596 (all over token rules): reset and change current_type according
7597 to rules.
7598 (exp '[' rule): insert implicit array index field if
7599 exp is a pascal string type.
7600
3a06899a
CV
76012002-05-16 Corinna Vinschen <vinschen@redhat.com>
7602
7603 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7604 frame info. Use frame_info's saved_regs instead of matching member
7605 in extra_frame_info throughout.
7606 (v850_frame_init_saved_regs): New function.
7607 (v850_init_extra_frame_info): Move most functionality into
7608 v850_frame_init_saved_regs().
7609 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7610 (v850_frame_find_saved_regs): Remove declaration.
7611 (FRAME_FIND_SAVED_REGS): Remove definition.
7612 (v850_frame_init_saved_regs): Add declaration.
7613 (FRAME_INIT_SAVED_REGS): Add definition.
7614
6ed14b0e
CV
76152002-05-16 Corinna Vinschen <vinschen@redhat.com>
7616
7617 * v850-tdep.c: Begin multi-arch'ing v850.
7618 (v850_target_architecture_hook): Remove function.
7619 (v850_gdbarch_init): New function. Add code previously in
7620 v850_target_architecture_hook().
7621 (_initialize_v850_tdep): Don't set target_architecture_hook.
7622 Call register_gdbarch_init() instead.
7623
42725910
DJ
76242002-05-16 Daniel Jacobowitz <drow@mvista.com>
7625
7626 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7627 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7628 (fixup_class_method_type): Likewise.
7629
99d9066e
JB
76302002-05-15 Jim Blandy <jimb@redhat.com>
7631
7632 Add macro structures to GDB's symbol tables. Nobody puts anything
7633 in them yet.
7634 * symtab.h (struct symtab): New member: `macro_table'.
7635 * buildsym.h (pending_macros): New global variable.
7636 * buildsym.c: #include "macrotab.h".
7637 (buildsym_init): Initialize `pending_macros'.
7638 (end_symtab): If we found macro information while reading a CU's
7639 debugging info, do build a symtab structure for it. Make the
7640 symtab point to the macro information, and clear the
7641 `pending_macros' pointer which held it while we were reading the
7642 debug info.
7643 (really_free_pendings): Free any pending macro table.
7644 * objfiles.h (struct objfile): New member: `macro_cache'.
7645 * objfiles.c (allocate_objfile): Set allocate and free functions
7646 for the macro cache's objstack.
7647 (free_objfile): Empty the macro cache's obstack.
7648 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7649 set new allocate and free functions for it.
7650 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7651 free functions for the macro cache's objstack. (Why is this
7652 function building its own objfile?)
7653 * symmisc.c (print_objfile_statistics): Print statistics on the
7654 macro bcache.
7655 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7656
c899585b
RE
76572002-05-15 Richard Earnshaw <rearnsha@arm.com>
7658
7659 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7660 (REGISTER_U_ADDR): Delete definition.
7661 (arm_register_u_addr): Delete declaration.
7662
a6cdd8c5
RE
76632002-05-15 Richard Earnshaw <rearnsha@arm.com>
7664
7665 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7666 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7667
c97dcfc7
AC
76682002-05-14 Andrew Cagney <ac131313@redhat.com>
7669
7670 * regcache.c (register_valid): Revise comments refering to "Not
7671 available" and "unavailable".
7672 * frame.c (frame_register_read): Ditto.
7673 * findvar.c (value_of_register): Ditto.
7674
93021b7d
AC
76752002-05-15 Andrew Cagney <cagney@redhat.com>
7676
7677 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7678 (remote-sim.o): Update dependencies.
7679 (d10v-tdep.o): Specify dependencies.
7680 (sim_d10v_h): Define.
7681
a86bc61c
JB
76822002-05-14 Jim Blandy <jimb@redhat.com>
7683
7684 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7685 * macrotab.c (macro_lookup_inclusion, find_definition,
7686 new_macro_table): Same.
7687
7688 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7689 not `! strcmp ()'. This is a dubious improvement.
7690 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7691
7692 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7693 although it's not necessary, to avoid a warning.
7694
2fdde8f8
DJ
76952002-05-14 Daniel Jacobowitz <drow@mvista.com>
7696
7697 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7698 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7699 TYPE_INSTANCE_FLAGS.
7700 (struct main_type): New.
7701 (struct type): Move most members to struct main_type. Change
7702 cv_type and as_type to new type_chain member. Add instance_flags.
7703 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7704 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7705 (finish_cv_type): Remove prototype.
7706 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7707 Set TYPE_CHAIN.
7708 (alloc_type_instance): New function.
7709 (smash_type): New function.
7710 (make_pointer_type, make_reference_type, make_function_type)
7711 (smash_to_member_type, smash_to_method_type): Call smash_type.
7712 (make_qualified_type): New function.
7713 (make_type_with_address_space): Call make_qualified_type.
7714 (make_cv_type): Likewise.
7715 (finish_cv_type): Remove unnecessary function.
7716 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7717 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7718 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7719 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7720 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7721 * hpread.c (hpread_read_struct_type): Likewise.
7722 * stabsread.c (read_struct_type): Likewise.
7723
843fedf4
EZ
77242002-05-14 Elena Zannoni <ezannoni@redhat.com>
7725
7726 * configure.tgt: Add a catch all sh* target, for cases like
7727 sh[2,3,4]-elf and sh-hms.
7728
05a6c72c
KS
77292002-05-14 Keith Seitz <keiths@redhat.com>
7730
7731 * event-loop.c (create_file_handler): Don't do anything but
7732 update data when we are given a fd which we are already
7733 monitoring.
7734
5d085aaf
ML
77352002-05-14 Michal Ludvig <mludvig@suse.cz>
7736
7737 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7738 (update_context): Use __func__ in warnings.
7739
9db8d71f
DJ
77402002-05-14 Daniel Jacobowitz <drow@mvista.com>
7741
7742 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7743 and tcp_close to net_open and net_close.
7744 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7745 using UDP if requested. Don't try to disable Nagle on UDP
7746 sockets.
7747 * remote.c (remote_serial_open): New function. Warn about UDP.
7748 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7749
5dbc6baa
EZ
77502002-05-13 Elena Zannoni <ezannoni@redhat.com>
7751
7752 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7753
cc3023f7
EZ
77542002-05-13 Elena Zannoni <ezannoni@redhat.com>
7755
7756 * configure.tgt: Remove sh-hms target.
7757 * MAINTAINERS: Don't list sh-hms as a separate target.
7758
ec2bcbe7
JB
77592002-05-13 Jim Blandy <jimb@redhat.com>
7760
7761 Add first preprocessor macro-expansion files.
7762 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7763 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7764 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7765 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7766 (COMMON_OBS): Add macrotab.o, macroexp.o.
7767 (macroexp.o, macrotab.o): New rules.
7768
6d531722
AC
77692002-05-13 Andrew Cagney <ac131313@redhat.com>
7770
7771 * config/m88k/tm-m88k.h: Update copyright.
7772 (m88k_target_write_pc): Declare
7773 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7774 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7775 (SHIFT_INST_REGS): Update definition.
7776 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7777 using old definition of TARGET_WRITE_PC.
7778 * regcache.c (generic_target_write_pc): Delete code handling
7779 NNPC_REGNUM.
7780 * gdbarch.sh (NNPC_REGNUM): Delete.
7781 * gdbarch.h, gdbarch.c: Regenerate.
7782
3e3f2739
RE
77832002-05-13 Richard Earnshaw <rearnsha@arm.com>
7784
7785 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7786 builtin reg number.
7787
0004e5a2
DJ
77882002-05-13 Daniel Jacobowitz <drow@mvista.com>
7789
7790 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7791 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7792 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7793 access macros.
7794 * c-typeprint.c (cp_type_print_method_args): Likewise.
7795 (c_type_print_args): Likewise.
7796 * d10v-tdep.c (d10v_push_arguments): Likewise.
7797 (d10v_extract_return_value): Likewise.
7798 * expprint.c (print_subexp): Likewise.
7799 * gdbtypes.c (lookup_primitive_typename): Likewise.
7800 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7801 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7802 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7803 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7804 (TYPE_VECTOR): Likewise.
7805 * hpread.c (hpread_read_struct_type)
7806 (fix_static_member_physnames, fixup_class_method_type)
7807 (hpread_type_lookup): Likewise.
7808 * mdebugread.c (parse_symbol, parse_type): Likewise.
7809 * p-lang.c (is_pascal_string_type): Likewise.
7810 * valops.c (hand_function_call): Likewise.
7811 * x86-64-tdep.c (classify_argument): Likewise.
7812
7813 * hpread.c (hpread_read_function_type)
7814 (hpread_read_doc_function_type): Call replace_type.
7815 * dstread.c (create_new_type): Delete.
7816 (decode_dst_structure, process_dst_function): Call alloc_type.
7817 Use type access macros.
7818
dff95cc7
MK
78192002-05-12 Mark Kettenis <kettenis@gnu.org>
7820
7821 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7822 the're not supported by the current architecture.
7823 (i387_fill_fxsave): Likewise.
7824
bbcd32ad
FF
78252002-05-12 Fred Fish <fnf@redhat.com>
7826
7827 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7828 sect_index_xxx members to index the first slot in section_offsets
7829 if all of the section_offsets are zero.
7830
89cf4787
MK
78312002-05-12 Mark Kettenis <kettenis@gnu.org>
7832
7833 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7834 checked in with last change.
7835
1f77ffc5
MK
78362002-05-12 Mark Kettenis <kettenis@gnu.org>
7837
7838 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7839 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7840 config.sub.
7841
89b8b4a9
DJ
78422002-05-12 Daniel Jacobowitz <drow@mvista.com>
7843
7844 * Makefile.in: Update dependencies.
7845
14a5e767
AC
78462002-05-11 Andrew Cagney <ac131313@redhat.com>
7847
7848 * language.c (local_hex_string_custom): Simplify. Do not depend
7849 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7850
7851 * memattr.c (mem_info_command): Replace calls to
7852 longest_local_hex_string and longest_local_hex_string_custom.
7853 * buildsym.c (make_blockvector): Ditto.
7854 * solib.c (info_sharedlibrary_command): Ditto.
7855 * tracepoint.c (tracepoints_info): Ditto.
7856 * symtab.c (print_msymbol_info): Ditto.
7857
7858 * language.c (local_hex_string): Delete.
7859 (local_hex_string_custom): Delete.
7860 (longest_local_hex_string): Rename to local_hex_string.
7861 (longest_local_hex_string_custom): Rename to
7862 local_hex_string_custom.
7863 * language.h (local_hex_string): Change parameter type to LONGEST.
7864 (local_hex_string_custom): Ditto.
7865 (longest_local_hex_string): Delete declaration.
7866 (longest_local_hex_string_custom): Ditto.
7867
7868 * solib.c: Update copyright.
7869 * memattr.c: Update copyright.
7870
13d01224
AC
78712002-05-11 Andrew Cagney <ac131313@redhat.com>
7872
7873 * arch-utils.h (legacy_register_to_value): Declare.
7874 (legacy_value_to_register): Declare.
7875 (legacy_convert_register_p): Declare.
7876 * arch-utils.c (legacy_register_to_value): New function.
7877 (legacy_value_to_register): New function.
7878 (legacy_convert_register_p): New function.
7879
7880 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7881 (VALUE_TO_REGISTER): Define.
7882 (CONVERT_REGISTER_P): Define.
7883 * gdbarch.h, gdbarch.c: Regenerate.
7884
7885 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7886 VALUE_TO_REGISTER.
7887 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7888 CONVERT_REGISTER_P.
7889
4a1970e4
DJ
78902005-05-11 Daniel Jacobowitz <drow@mvista.com>
7891 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7892
7893 * Makefile.in: Update dependencies for valops.c.
7894 * valops.c: Include "gdb_assert.h".
7895 (typecmp): Skip THIS parameter to methods.
7896 (find_method_list): Remove static_memfuncp argument,
7897 update callers. Check for stub methods.
7898 (find_value_oload_method_list): Don't set *static_memfuncp.
7899 (find_overload_match): Don't check for stub methods. Assert
7900 that methods are not stubbed. Handle static methods.
7901 (value_find_oload_method_list): Remove static_memfuncp argument.
7902 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7903 to the argument list for static stub methods.
7904 * value.h (value_find_oload_method_list): Update prototype.
7905
b2e75d78
AC
79062002-05-11 Andrew Cagney <ac131313@redhat.com>
7907
7908 * arch-utils.h (generic_register_size): Declare.
7909 (generic_register_raw_size, generic_register_virtual_size): Delete
7910 declarations.
7911 * arch-utils.c (generic_register_raw_size): Delete.
7912 (generic_register_size): New function.
7913 (generic_register_virtual_size): Delete.
7914
7915 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7916 default generic_register_size.
7917 * gdbarch.h, gdbarch.c: Re-generate.
7918
7919 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7920 register_virtual_size.
7921 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7922 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7923
451fbdda
AC
79242002-05-11 Andrew Cagney <ac131313@redhat.com>
7925
7926 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7927 * gdbarch.h, gdbarch.c: Regenerate.
7928 * gnu-v3-abi.c: Update copyright.
7929 (vtable_address_point_offset): Update.
7930 (gnuv3_rtti_type): Update.
7931 (gnuv3_baseclass_offset): Update.
7932 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7933 (init_fetch_link_map_offsets): Update.
7934 * remote.c (get_remote_state): Update.
7935
6d2f5cea
DJ
79362002-05-11 Daniel Jacobowitz <drow@mvista.com>
7937
7938 * TODO: Remove value_headof/value_from_vtable_info comment.
7939 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7940 * values.c (value_headof, value_from_vtable_info): Delete.
7941 * value.h (value_from_vtable_info): Delete prototype.
7942
d2324da4
AC
79432002-05-11 Andrew Cagney <ac131313@redhat.com>
7944
7945 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7946 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7947 $(gdb_regex_h).
7948 (gdb_assert_h): Define.
7949 (gdb_wait_h): Define.
7950 (gdb_regex_h): Define.
7951
5c717440
DJ
79522002-05-11 Daniel Jacobowitz <drow@mvista.com>
7953
7954 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7955 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7956
6c7861b3
JT
79572002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7958
7959 * nbsd-tdep.c: Fix comment.
7960
ea5bc2a6
JT
79612002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7962
7963 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7964 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7965 (nbsd-tdep.o): New dependency list.
7966 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7967 nbsd-tdep.h.
7968 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7969 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7970 * nbsd-tdep.c: New file.
7971 * nbsd-tdep.h: New file.
7972 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7973 nbsd-tdep.h.
7974 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7975 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7976 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7977 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7978
b28da865
JT
79792002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7980
7981 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7982 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7983 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7984 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7985 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7986 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7987
4b8ff1fa
JT
79882002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7989
7990 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7991 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7992 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7993 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7994 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7995 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7996 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7997
dfe6eb1f
JT
79982002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7999
8000 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
8001 fetch_elfcore_registers to...
8002 * i386nbsd-tdep.c: ...here.
8003 (i386nbsd_use_struct_convention): Rename to...
8004 (i386nbsd_aout_use_struct_convention): ...this.
8005 (i386nbsd_supply_reg): New function.
8006 (i386nbsd_fill_reg): New function.
8007 (fetch_core_registers): Use i386nbsd_supply_reg.
8008 (fetch_elfcore_registers): Likewise.
8009 (_initialize_i386nbsd_tdep): New function.
8010 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
8011 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8012 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
8013 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
8014 (i386nbsd_aout_use_struct_convention): ...this.
8015
20cb8cda
JT
80162002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8017
8018 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
8019 (store_inferior_registers): Use shnbsd_fill_reg.
8020 * shnbsd-tdep.c (sh_nbsd_supply_registers,
8021 sh_nbsd_supply_register): Collapse into...
8022 (shnbsd_supply_reg): ...this.
8023 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
8024 (shnbsd_fill_reg): ...this.
8025 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
8026 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
8027 (fetch_core_registers): Use shnbsd_supply_reg.
8028 (fetch_elfcore_registers): Use shnbsd_supply_reg.
8029 (sh_nbsd_core_fns): Rename to...
8030 (shnbsd_core_fns): ...this.
8031 (sh_nbsd_elfcore_fns): Rename to...
8032 (shnbsd_elfcore_fns): ...this.
8033 (sh_nbsd_init_abi): Rename to...
8034 (shnbsd_init_abi): ...this.
8035 (_initialize_sh_nbsd_tdep): Rename to...
8036 (_initialize_shnbsd_tdep): ...this.
8037 * shnbsd-tdep.h (sh_nbsd_supply_registers,
8038 sh_nbsd_supply_register, sh_nbsd_fill_registers,
8039 sh_nbsd_fill_register): Remove prototypes.
8040 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
8041
e750d25e
JT
80422002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8043
8044 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
8045 (i387-nat.o): Delete dependency list.
8046 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
8047 (x86-64-linux-nat.o): Likewise.
8048 * i387-nat.c: Delete file, moving contents to...
8049 * i387-tdep.c: ...here.
8050 * i387-nat.h: Rename...
8051 * i387-tdep.h: ...to this.
8052 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
8053 * i386-linux-nat.c: Likewise.
8054 * i386bsd-nat.c: Likewise.
8055 * i386gnu-nat.c: Likewise.
8056 * i386nbsd-nat.c: Likewise.
8057 * i386v4-nat.c: Likewise.
8058 * x86-64-linux-nat.c: Likewise.
8059 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
8060 * config/i386/go32.mh (NATDEPFILES): Likewise.
8061 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
8062 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
8063 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
8064 * config/i386/linux.mh (NATDEPFILES): Likewise.
8065 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
8066 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8067 * config/i386/obsd.mh (NATDEPFILES): Likewise.
8068 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
8069
1aee598a
JT
80702002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8071
8072 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
8073 (alphanbsd-nat.o): Remove dependency list.
8074 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
8075 * alphanbsd-nat.c: Delete. Contents moved to...
8076 * alphanbsd-tdep.c: ...here.
8077 (_initialize_alphanbsd_tdep): Register core functions.
8078 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
8079
12bcb0fe
JT
80802002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8081
8082 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
8083 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
8084 (alphanbsd-nat.o): Likewise.
8085 (alphabsd-tdep.o): New dependency list.
8086 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
8087 (fill_gregset): Use alphabsd_fill_reg.
8088 (supply_fpregset): Use alphabsd_supply_fpreg.
8089 (fill_fpregset): Use alphabsd_fill_fpreg.
8090 (fetch_inferior_registers): Use struct reg and struct fpreg
8091 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
8092 and alphabsd_supply_fpreg.
8093 (store_inferior_registers): Use struct reg and struct fpreg
8094 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
8095 and alphabsd_fill_fpreg.
8096 * alphabsd-tdep.c: New file.
8097 * alphabsd-tdep.h: New file.
8098 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
8099 (fetch_elfcore_registers): Use alphabsd_supply_reg and
8100 alphabsd_supply_fpreg.
8101 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
8102 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
8103
361d1df0
EC
81042002-05-11 Eric Christopher <echristo@redhat.com>
8105
8106 * mips-tdep.c (mips_double_register_type): Fix thinko.
8107 (mips_single_register_type): Ditto.
8108 * MAINTAINERS: Add self.
8109
92dd7cee
MK
81102002-05-11 Mark Kettenis <kettenis@gnu.org>
8111
8112 * i387-nat.c (i387_supply_register, i387_fill_fsave,
8113 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
8114 right thing on architectures with different endianness and/or
8115 integer sizes.
8116
e27da16d
JT
81172002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
8118
8119 From Christian Limpach <chris@Pin.LU>
8120 * configure.in: Change sed expression which comments out
8121 NATDEPFILES to also comment out continuation lines.
8122 * configure: Regenerate.
8123
ddde02bd
EZ
81242002-05-10 Elena Zannoni <ezannoni@redhat.com>
8125
8126 * sh-tdep.c: Clean up code erroneously reintroduced by previous
8127 big patch.
8128
1c922164
EZ
81292002-05-10 Elena Zannoni <ezannoni@redhat.com>
8130
8131 * sh-tdep.c: Include correct file.
8132
283150cd
EZ
81332002-05-10 Elena Zannoni <ezannoni@redhat.com>
8134
8135 New support for sh64-elf (sh5) target.
8136
8137 * configure.tgt: For sh64-elf target, default to sh-elf.
8138
8139 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
8140 (struct gdbarch_tdep): Add new fields for new registers and ABI
8141 info.
361d1df0 8142
283150cd
EZ
8143 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
8144 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
8145 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
8146 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
8147 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
8148 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
8149 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
8150 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
8151 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
8152 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
8153 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
8154 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
8155 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
8156 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
8157 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
8158 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
8159 sh64_get_gdb_regnum, sh64_media_reg_base_num,
8160 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
8161 sign_extend, sh64_nofp_frame_init_saved_regs,
8162 sh64_init_extra_frame_info, sh64_get_saved_register,
8163 sh64_extract_struct_value_address, sh64_pop_frame,
8164 sh64_push_arguments, sh64_extract_return_value,
8165 sh64_store_return_value, sh64_show_media_regs,
8166 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
8167 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
8168 sh_sh64_register_virtual_type,
8169 sh_sh64_register_convert_to_virtual,
8170 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
8171 sh64_register_read, sh64_pseudo_register_write,
8172 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
8173 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
8174 sh64_do_pseudo_register, sh_compact_do_registers_info,
8175 sh64_do_registers_info, sh_gdbarch_init): New functions.
8176
3117ed25
EZ
81772002-05-10 Elena Zannoni <ezannoni@redhat.com>
8178
8179 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
8180
2654e6d4
DJ
81812002-05-10 Daniel Jacobowitz <drow@mvista.com>
8182
8183 * linespec.c (decode_line_1): Check for a double quote after
8184 a filename correctly.
8185
9ab3e532
JB
81862002-05-10 Jim Blandy <jimb@redhat.com>
8187
8188 Properly track the size of the current objfile's .debug_line section.
8189 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
8190 (DWARF_LINE_SIZE): New macro.
8191 (dwarf2_build_psymtabs_hard): Record the line section's size in
8192 the partial symbol table.
8193 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
8194 symbol table.
8195
126fa72d
PS
81962002-05-10 Petr Sorfa <petrs@caldera.com>
8197
8198 * ia64-tdep.c: Handle breakpoints on L instruction type
8199 in MLX instruction bundle by moving the breakpoint to
8200 the third slot (X instruction type) as L holds only data.
8201
1f077a3e
KB
82022002-05-10 Kevin Buettner <kevinb@redhat.com>
8203
8204 * dbxread.c (discarding_local_symbols_complaint): New complaint.
8205 (process_one_symbol): Complain about discarding local symbols
8206 due to a misplaced N_LBRAC entry.
8207
8120c9d5 82082002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
8209
8210 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
8211 * linespec.c (find_toplevel_char): '<' and '>' also increase and
8212 decrease the depth we are at, in the case of templates.
361d1df0 8213
67b2c998
DJ
82142002-05-09 Daniel Jacobowitz <drow@mvista.com>
8215
8216 * mips-tdep.c (mips_float_register_type): New function.
8217 (mips_double_register_type): New function.
8218 (mips_print_register): Use them.
8219 (do_fp_register_row): Likewise.
8220
fd326606
DJ
82212002-05-09 Daniel Jacobowitz <drow@mvista.com>
8222
6609d9af 8223 * signals/signals.c (signals): Remove conditional compilation around
fd326606 8224 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 8225 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 8226
bef35864
MS
82272002-05-09 Michael Snyder <msnyder@redhat.com>
8228
8229 * remote-rdp.c (remote_rdp_can_run): Remove.
8230
c55a3f73
TT
82312002-05-09 Tom Tromey <tromey@redhat.com>
8232
8233 * jv-valprint.c (java_val_print): Handle `char' as a special case
8234 of TYPE_CODE_INT.
8235
b8d5e71d
MS
82362002-05-09 Michael Snyder <msnyder@redhat.com>
8237
8238 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8239 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 8240 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 8241 str r(0123),[sp,#nn].
361d1df0 8242 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
8243 order-independent by placing it in a loop.
8244
e2cd42dd
MS
82452002-05-06 Michael Snyder <msnyder@redhat.com>
8246
8247 * stabsread.c (read_type): Add recognition for new attribute:
8248 "@V;" means that an array type is actually a vector.
8249 This is analogous to the vector flag that's been added to dwarf2.
8250
3ce1502b
MK
82512002-05-09 Mark Kettenis <kettenis@gnu.org>
8252
8253 * i386-tdep.h (i386_abi): New enum.
8254 (struct gdbarch_tdep): Replace os_ident member with abi.
8255 (i386_gdbarch_register_os_abi): New prototype.
8256 * i386-tdep.c (i386_abi_names): New array.
8257 (process_note_abi_tag_sections): Removed.
8258 (process_note_sections): New function.
8259 (i386_elf_abi_from_note, i386_elf_abi): New functions.
8260 (struct i386_abi_handler): New struct.
8261 (i386_abi_handler_list): New variable.
8262 (i386_gdbarch_register_os_abi): New function.
8263 (i386_gdbarch_init): Adapt for the changes given above.
8264
084c156a
DJ
82652002-05-08 Daniel Jacobowitz <drow@mvista.com>
8266
8267 * gregset.h: Say "GNU/Linux".
8268
6599f021
EZ
82692002-05-08 Elena Zannoni <ezannoni@redhat.com>
8270
8271 * gdbtypes.c : Add new builtin type for 64 bit vectors.
8272 (build_gdbtypes): Build builtin_type_v2_float.
8273 (_initialize_gdbtypes): Register new builtin type.
8274
40af4b0c
AC
82752002-05-08 Andrew Cagney <ac131313@redhat.com>
8276
8277 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8278 (clear_gdbarch_swap): New function.
8279 (initialize_non_multiarch): Call.
8280 (gdbarch_update_p): Before calling init(), swap out and clear the
8281 existing architecture.
8282 * gdbarch.c: Regenerate.
8283
4fe84f46
JT
82842002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8285
8286 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8287 alphanbsd-tdep.c.
8288
4015edd1
JT
82892002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8290
8291 * sh-nbsd-nat.c: Rename to...
8292 * shnbsd-nat.c: ...this.
8293 * sh-nbsd-tdep.c: Rename to...
8294 * shnbsd-tdep.c: ...this.
8295 * sh-nbsd-tdep.h: Rename to...
8296 * shnbsd-tdep.h: ...this.
8297 * config/sh/nbsd.mh: Use shnbsd-nat.o.
8298 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8299
0e2bd219
RE
83002002-05-08 Richard Earnshaw <rearnsha@arm.com>
8301
8302 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8303 concatenation for command help messages.
8304
13a38d45
JT
83052002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8306
8307 * NEWS: Note new sh*-*-netbsdelf* configuration.
8308 * configure.host: Set gdb_host_cpu to sh for all sh*.
8309 (sh*-*-netbsdelf*): New host.
8310 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8311 (sh*-*-netbsdelf*): New target.
8312 * sh-nbsd-nat.c: New file.
8313 * sh-nbsd-tdep.c: New file.
8314 * sh-nbsd-tdep.h: New file.
8315 * config/sh/nbsd.mh: New file.
8316 * config/sh/nbsd.mt: New file.
8317 * config/sh/nm-nbsd.h: New file.
8318 * config/sh/tm-nbsd.h: New file.
8319
d658f924
JT
83202002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8321
8322 * sh-tdep.c (sh_osabi_names): Declare.
8323 (process_note_abi_tag_sections): New function.
8324 (get_elfosabi): Ditto.
8325 (sh_gdbarch_register_os_abi): Ditto.
8326 (sh_dump_tdep): Ditto.
8327 _initialize_sh_tdep): Use gdbarch_register to register
8328 sh_gdbarch_init and sh_dump_tdep.
8329 * config/sh/tm-sh.h (sh_osabi): Declare.
8330 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8331
848cfffb
AC
83322002-05-07 Andrew Cagney <ac131313@redhat.com>
8333
8334 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8335 (thumb_scan_prologue): Ditto.
8336 (arm_find_callers_reg): Ditto.
8337 (arm_frame_chain): Ditto.
8338 (arm_init_extra_frame_info): Ditto.
8339 (arm_frame_saved_pc): Ditto.
8340 (arm_pop_frame): Ditto.
8341 (arm_push_return_address): New function.
8342 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8343 call_dummy_location, call_dummy_breakpoint_offset_p,
8344 call_dummy_breakpoint_offset, call_dummy_p,
8345 call_dummy_stack_adjust_p, call_dummy_words,
8346 sizeof_call_dummy_words, call_dummy_start_offset,
8347 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8348 call_dummy_address, push_return_address and push_dummy_frame for
8349 generic dummy frames.
8350
e7d717c0
JT
83512002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8352
8353 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8354 size computation for alloca.
8355 (sh_fp_frame_init_saved_regs): Likewise.
8356
7bbcf283
RE
83572002-05-07 Richard Earnshaw <rearnsha@arm.com>
8358
8359 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8360 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 8361 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
8362 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8363 * remote-rdp.c (remote_rdp_fetch_register): Use
8364 ARM_MAX_REGISTER_RAW_SIZE.
8365 (remote_rdp_store_register): Likewise.
8366
4657573b
ML
83672002-05-07 Michal Ludvig <mludvig@suse.cz>
8368
361d1df0 8369 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
8370 added default labels to switch {} statements.
8371 * x86-64-tdep.c: Ditto.
8372 * x86-64-linux-nat.c: Ditto.
8373
010f3b2f
JT
83742002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8375
8376 * solib.h: Protect against multiple inclusion.
8377
debd256d
JB
83782002-05-06 Jim Blandy <jimb@redhat.com>
8379
9ab3e532
JB
8380 Add first preprocessor macro-expansion files.
8381 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8382 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8383 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8384 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8385 (COMMON_OBS): Add macrotab.o, macroexp.o.
8386 (macroexp.o, macrotab.o): New rules.
8387
debd256d
JB
8388 Separate the job of reading the line number info statement program
8389 header (...expialidocious) out into its own function.
8390 * dwarf2read.c (struct line_head, struct filenames, struct
8391 directories): Replace with...
8392 (struct line_header): New structure, containing the full
8393 contents of the statement program header, including the
8394 include directory and file name tables.
8395 (read_file_scope): If we have line number info, instead of just
8396 calling dwarf_decode_lines to do all the work, call
8397 dwarf_decode_line_header first to get a `struct line_header'
8398 containing the data in the statement program header, and then
8399 pass that to dwarf_decode_lines, which will pick up where that
8400 left off. Be sure to clean up the `struct line_header' object.
8401 (dwarf_decode_line_header, free_line_header, add_include_dir,
8402 add_file_name): New functions.
8403 (dwarf_decode_lines): Move all the code to read the statement
8404 program header into dwarf_decode_line_header. Take the line
8405 header it built as the first argument, instead of the offset to
8406 the compilation unit's line number info. Use the new `struct
8407 line_header' type instead of the old structures. No need to do
8408 cleanups here now, since we don't allocate anything.
8409 (dwarf2_statement_list_fits_in_line_number_section,
8410 dwarf2_line_header_too_long): New complaints.
8411
ac3aafc7
EZ
84122002-05-06 Elena Zannoni <ezannoni@redhat.com>
8413
8414 * gdbtypes.c (init_vector_type): New function.
8415 (build_builtin_type_vec128): Simplify the representation of SIMD
8416 registers.
8417 (build_gdbtypes): Initialize new builtin vector types.
8418 (_initialize_gdbtypes): Register new vector types with gdbarch.
8419 (builtin_type_v4_float, builtin_type_v4_int32,
8420 builtin_type_v8_int16, builtin_type_v16_int8,
8421 builtin_type_v2_int32, builtin_type_v4_int16,
8422 builtin_type_v8_int8): New (renamed) SIMD types.
8423
13e49980
MK
84242002-05-06 Mark Kettenis <kettenis@gnu.org>
8425
8426 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8427 (i387_fill_fxsave): Likewise.
8428
997b20b8
AO
84292002-05-05 Alexandre Oliva <aoliva@redhat.com>
8430
8431 * alpha-tdep.c (alpha_extract_return_value): Don't use
8432 non-constant array size in prototype.
8433
535c96ce
AC
84342002-05-04 Andrew Cagney <ac131313@redhat.com>
8435
8436 From Brian Taylor <briant at model dot com>:
8437 * ui-out.c (ui_out_field_core_addr): Use the function
8438 longest_local_hex_string_custom'to format addresses > 32 bits
8439 wide.
8440
8441 * ui-out.c (ui_out_field_core_addr): Update comment.
8442
bedfa57b
AC
84432002-05-04 Andrew Cagney <ac131313@redhat.com>
8444
8445 * stack.c (select_and_print_frame): Make static. Delete the
8446 parameter `level'.
8447 (func_command): Update call.
8448 (select_frame_command): Delete code computing the frame level.
8449 * frame.h (select_and_print_frame): Delete declaration.
8450
f621c63e
AC
84512002-05-04 Andrew Cagney <ac131313@redhat.com>
8452
8453 * sparc-tdep.c (sparc_get_saved_register): Comment why
8454 get_prev_frame call is safe.
8455
0f7d239c
AC
84562002-05-04 Andrew Cagney <ac131313@redhat.com>
8457
8458 * frame.h (select_frame): Delete level parameter.
8459 * stack.c (select_frame): Update. Use frame_relative_level to
8460 obtain the frame's level.
8461 (select_and_print_frame): Update call.
8462 (select_frame_command): Ditto.
8463 (up_silently_base): Ditto.
8464 (down_silently_base): Ditto.
8465 * ocd.c (ocd_start_remote): Ditto.
8466 * remote-rdp.c (remote_rdp_open): Ditto.
8467 * remote-mips.c (mips_initialize): Ditto.
8468 (common_open): Ditto.
8469 * remote-e7000.c (e7000_start_remote): Ditto.
8470 * m3-nat.c (select_thread): Ditto.
8471 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8472 (child_get_current_exception_event): Ditto.
8473 * varobj.c (varobj_create): Ditto.
8474 (varobj_update): Ditto.
8475 (c_value_of_root): Ditto.
8476 * tracepoint.c (finish_tfind_command): Ditto.
8477 * corelow.c (core_open): Ditto.
8478 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8479 * thread.c (info_threads_command): Ditto.
8480 (switch_to_thread): Ditto.
8481 * infrun.c (normal_stop): Ditto.
8482 (restore_selected_frame): Ditto.
8483 (restore_inferior_status): Ditto.
8484 * breakpoint.c (insert_breakpoints): Ditto.
8485 (watchpoint_check): Ditto.
8486 (bpstat_stop_status): Ditto.
8487 (do_enable_breakpoint): Ditto.
8488 * blockframe.c (flush_cached_frames): Ditto.
8489 (reinit_frame_cache): Ditto.
8490
71d6c7b1
AC
84912002-05-04 Andrew Cagney <ac131313@redhat.com>
8492
8493 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8494 maintainer.
8495
cda6c68a
JB
84962002-05-04 Jim Blandy <jimb@redhat.com>
8497
8498 * gdbtypes.c (replace_type): Doc fix.
8499
5c1c87f0
AC
85002002-05-04 Andrew Cagney <ac131313@redhat.com>
8501
8502 * valprint.c (strcat_longest): Delete commented out function.
8503 Update copyright.
8504
cd9bfe15
AC
85052002-05-04 Andrew Cagney <ac131313@redhat.com>
8506
8507 * MAINTAINERS: Mark a29k as deleted.
8508 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8509 Move new configurations to the top.
8510 * configure.tgt: Remove a29k.
8511 * config/a29k/tm-vx29k.h: Delete.
8512 * config/a29k/vx29k.mt: Delete.
8513 * config/a29k/tm-a29k.h: Delete.
8514 * config/a29k/a29k-udi.mt: Delete.
8515 * config/a29k/a29k.mt: Delete.
8516 * a29k-tdep.c: Delete.
8517 * remote-udi.c: Delete.
8518 * remote-mm.c: Delete.
8519 * remote-eb.c: Delete.
8520 * remote-adapt.c: Delete.
8521 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
8522 * config/s390/s390x.mt: Ditto.
8523 * config/s390/s390.mt: Ditto.
8524 * config/sparc/sparclynx.mh: Ditto.
8525 * config/sparc/linux.mh: Ditto.
8526 * config/pa/hppaosf.mh: Ditto.
8527 * config/pa/hppabsd.mh: Ditto.
8528 * config/ns32k/nbsd.mt: Ditto.
8529 * config/mips/vr5000.mt: Ditto.
8530 * config/m68k/sun3os4.mh: Ditto.
8531 * config/m68k/nbsd.mt: Ditto.
8532 * config/m68k/m68klynx.mh: Ditto.
8533 * config/m32r/m32r.mt: Ditto.
8534 * config/i386/x86-64linux.mt: Ditto.
8535 * config/i386/nbsdelf.mt: Ditto.
8536 * config/i386/nbsd.mt: Ditto.
8537 * config/i386/i386lynx.mh: Ditto.
8538
bf0c5130
AC
85392002-05-04 Andrew Cagney <ac131313@redhat.com>
8540
8541 * target.c (debug_print_register): New function. Handle oversize
8542 registers.
8543 (debug_to_fetch_registers): Call.
8544 (debug_to_store_registers): Call.
8545
2ae1c2d2
JB
85462002-05-03 Jim Blandy <jimb@redhat.com>
8547
13a393b0
JB
8548 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8549 (read_type): Doc fix.
8550 * gdbtypes.c (replace_type): Doc fix.
8551
2ae1c2d2
JB
8552 * stabsread.c (multiply_defined_struct): New complaint.
8553 (read_struct_type): If the type we were passed isn't empty, or
8554 incomplete, don't read the new struct type into it; complain,
8555 and return the original type unchanged. Take a new `type_code'
8556 argument, which is the type code for the new type.
8557 (read_type): Rather than storing the type's type code here, pass
8558 it as an argument to read_struct_type, and let that take care of
8559 storing it. That way, we don't overwrite the original type code,
8560 so read_struct_type can use it to decide whether we're overwriting
8561 something we shouldn't.
8562 (complain_about_struct_wipeout): New function.
8563
8de9bdc4
AC
85642002-05-03 Andrew Cagney <ac131313@redhat.com>
8565
8566 * gdbarch.sh: Assert that gdbarch is non-NULL.
8567 * gdbarch.c: Regenerate.
8568
f773fdbb
JM
85692002-05-03 Jason Merrill <jason@redhat.com>
8570
8571 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8572 and return NULL.
8573
0e04a514
ML
85742002-05-03 Michal Ludvig <mludvig@suse.cz>
8575
8576 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8577 (x86_64_dwarf2gdb_regno_map_length),
8578 (x86_64_dwarf2_reg_to_regnum): Added.
8579 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8580 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8581 (_initialize_x86_64_tdep): Synced with the change above.
8582 (x86_64_skip_prologue): Reformulated message.
8583
065432a8
PM
85842002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8585
8586 * f-exp.y: Also use new prev_lexptr variable
8587 to improve error reporting. Based on Michael Snyder
8588 2002-04-24 dated patch to c-exp.y.
8589 * jv-exp.y: Likewise.
8590 * m2-exp.y: Likewise.
8591
a3162708
EZ
85922002-05-02 Elena Zannoni <ezannoni@redhat.com>
8593
8594 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8595 we are dealing with vectors.
8596
03620c38
PM
85972002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8598
8599 * config/m68k/tm-nbsd.h: Obvious fix,
8600 correct machine name.
8601
6604db2e
PM
86022002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8603
8604 * p-typeprint.c (pascal_type_print_base): Add support
8605 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8606
0906b739
PM
86072002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8608
8609 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8610 for fondamental pascal 'char' type.
8611
e2625b33
PM
86122002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8613
8614 * p-lang.h (is_pascal_string_type): Declaration changed,
8615 new sixth argument of type char ** added.
361d1df0 8616 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
8617 changed. Args length_pos, length_size, string_pos, char_size
8618 can now be NULL. New argument arrayname set to the field
8619 name of the char array. Return value set to char array
8620 field index plus one.
361d1df0 8621 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
8622 is_pascal_string_type function.
8623
cf17c188
AC
86242002-05-02 Andrew Cagney <cagney@redhat.com>
8625
8626 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8627 <cagney@redhat.com> change.
8628 * gdbarch.c: Regenerate.
8629
52bca491
AC
86302002-05-02 Andrew Cagney <cagney@redhat.com>
8631
8632 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8633 before probing for a new one. Detect errorenous gdbarch_init
8634 functions.
8635 * gdbarch.c: Regenerate.
8636
d5e72505
AC
86372002-05-01 Andrew Cagney <cagney@redhat.com>
8638
8639 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8640 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8641 * config/v850/tm-v850.h: Ditto. Update copyright.
8642
af566d9f
AC
86432002-04-30 Andrew Cagney <ac131313@redhat.com>
8644
8645 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8646 current_gdbarch.
8647
880d85fa
MS
86482002-04-30 Michael Snyder <msnyder@redhat.com>
8649
94c30b78
MS
8650 * arm-tdep.c: Whitespace clean-ups.
8651 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
8652 should have been removed as part of 4/24 change.
8653
6f5987a6
KB
86542002-04-30 Kevin Buettner <kevinb@redhat.com>
8655
8656 * rs6000-tdep.c: Added comment describing how fpscr register
8657 numbers were chosen.
8658
1a113c93
MS
86592002-04-30 Michael Snyder <msnyder@redhat.com>
8660
8661 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8662
9a6f53fe
EZ
86632002-04-29 Elena Zannoni <ezannoni@redhat.com>
8664
8665 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8666 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8667 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8668
11ed25ac
KB
86692002-04-29 Kevin Buettner <kevinb@redhat.com>
8670
8671 From Louis Hamilton <hamilton@redhat.com>:
8672 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8673 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8674 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8675 not bfd-private xcoff data, to determine wordsize.
8676 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8677
ae232405
AC
86782002-04-29 Andrew Cagney <ac131313@redhat.com>
8679
8680 GDB 5.2 released from 5.2 branch.
8681
91fd20f7
ML
86822002-04-29 Michal Ludvig <mludvig@suse.cz>
8683
8684 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8685 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8686 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 8687
2dc5091b
EZ
86882002-04-29 Elena Zannoni <ezannoni@redhat.com>
8689
8690 * rs6000-tdep.c (rs6000_extract_return_value,
8691 rs6000_store_return_value): Handle returning vectors.
8692 (rs6000_gdbarch_init): Use
8693 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8694 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8695 New function.
8696 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8697 vectors.
8698 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8699 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 8700
2b9848d8
PM
87012002-04-24 Pierre Muller <ics.u-strasbg.fr>
8702
8703 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 8704 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
8705 with fprintf_unfiltered (gdb_stderr,...).
8706
f8d17dc5
PM
87072002-04-24 Pierre Muller <ics.u-strasbg.fr>
8708
8709 * remote-array.c (printf_monitor, write_monitor,
361d1df0 8710 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
8711 Replace fprintf (stderr,...
8712 with fprintf_unfiltered (gdb_stderr,....
8713 * remote-es.c: Likewise.
8714 * remote-os9k.c: Likewise.
8715 * remote-st.c: Likewise.
8716
2f2f1ad1
AS
87172002-04-28 Andreas Schwab <schwab@suse.de>
8718
8719 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8720 linux-proc.o and gcore.o.
8721
b6779aa2
AC
87222002-04-26 Michal Ludvig <mludvig@suse.cz>
8723
8724 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8725 code without frame pointers.
8726
7e57f5f4
AC
87272002-04-26 Andrew Cagney <ac131313@redhat.com>
8728
8729 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8730 ON_STACK is needed.
8731
2ceb85d0
BE
87322002-04-26 Ben Elliston <bje@redhat.com>
8733
8734 * target.c (do_xfer_memory): Correct reference to the new option
8735 "trust-readonly-sections".
8736
f5f8a009
EZ
87372002-04-26 Elena Zannoni <ezannoni@redhat.com>
8738
8739 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8740 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8741 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8742 vectors.
8743 (read_array_type): Record the fact that this array type is really a
8744 vector (i.e. are passed in by value).
8745
5868c862
JT
87462002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8747
8748 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8749 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8750 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8751 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8752 * alpha-linux-tdep.c: Include frame.h.
8753 (alpha_linux_sigcontext_addr): New function.
8754 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8755 alpha_linux_sigcontext_addr.
8756 * alpha-osf1-tdep.c: Include gdbcore.h.
8757 (alpha_osf1_sigcontext_addr): New function.
8758 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8759 alpha_osf1_sigcontext_addr.
8760 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8761 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8762
bfb01f37
AC
87632002-04-26 Andrew Cagney <ac131313@redhat.com>
8764
361d1df0 8765 * stack.c (selected_frame_level):
bfb01f37
AC
8766 (select_frame): Do not set selected_frame_level.
8767 * frame.h (selected_frame_level): Delete declaration.
8768
15813d3f
AC
87692002-04-26 Andrew Cagney <ac131313@redhat.com>
8770
8771 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8772 convert_from_func_ptr-addr when AIX / PowerOpen.
8773
6096c27a
AC
87742002-04-25 Andrew Cagney <ac131313@redhat.com>
8775
8776 * valops.c (hand_function_call): Call
8777 generic_save_call_dummy_addr.
8778 * frame.h (generic_save_call_dummy_addr): Declare.
8779 * blockframe.c (struct dummy_frame): Add fields call_lo and
8780 call_hi.
8781 (generic_find_dummy_frame): Check for PC in range call_lo to
8782 call_hi instead of entry_point_address.
8783 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8784 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8785 (generic_save_call_dummy_addr): New function.
8786
f510d44e
DM
87872002-04-24 David S. Miller <davem@redhat.com>
8788
8789 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8790 sparc_skip_prologue.
8791 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8792 information to find prologue when possible.
8793 (sparc_prologue_frameless_p): Call examine_prologue directly.
8794 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8795 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8796 second argument.
8797 (SKIP_PROLOGUE): Likewise.
8798
15d72a92
JT
87992002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8800
8801 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8802 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8803 indicate that the condition it was testing is always true.
8804 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8805 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8806 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8807
accc6d1f
JT
88082002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8809
8810 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8811 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8812 tdep->jb_pc and tdep->jb_elt_size.
8813 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8814 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8815 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8816 * alpha-nat.c (get_longjmp_target): Remove.
8817 (JB_ELEMENT_SIZE): Ditto.
8818 (JB_PC): Ditto.
8819 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8820 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8821 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8822 to alpha_get_longjmp_target.
8823 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8824 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8825 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8826
1bfdc549
AC
88272002-04-25 Andrew Cagney <ac131313@redhat.com>
8828
8829 * README: Update to GDB 5.2.
8830
1bd316f0
AC
88312002-04-25 Andrew Cagney <ac131313@redhat.com>
8832
8833 * gdbarch.sh (LC_ALL): Set to `c'.
8834
2e5ff58c
TR
88352002-04-25 Theodore A. Roth <troth@verinet.com>
8836
8837 * avr-tdep.c: Ran through gdb_indent.sh.
8838
e33ce519
TR
88392002-04-25 Theodore A. Roth <troth@verinet.com>
8840
8841 * MAINTAINERS: Add myself as AVR maintainer.
8842 * NEWS: Note new target avr.
8843
8818c391
TR
88442002-04-25 Theodore A. Roth <troth@verinet.com>
8845
8846 * Makefile.in: Add support for AVR target.
8847 * configure.tgt: Add support for AVR target.
8848 * avr-tdep.c: New file
8849 * config/avr/avr.mt: New file.
8850
79509c2d
TR
88512002-04-25 Theodore A. Roth <troth@verinet.com>
8852
8853 * MAINTAINERS: Add myself to write-after-approval.
8854
dac8068e
PM
88552002-04-24 Pierre Muller <ics.u-strasbg.fr>
8856
8857 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8858 with fprintf_unfiltered (gdb_stderr,....
8859
25bf3106
PM
88602002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8861
8862 Fix PR gdb/508.
8863 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8864
24467a86
PM
88652002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8866
8867 * p-exp.y: Also use new prev_lexptr variable
8868 to improve error reporting. Based on Michael Snyder
8869 2002-04-24 dated patch to c-exp.y.
8870
95b80706
JT
88712002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8872
8873 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8874 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8875 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8876 to 0.
8877 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8878 and struct value.
8879 (FUNCTION_START_OFFSET): Remove.
8880 (BREAKPOINT): Ditto.
8881
e90cc612
JT
88822002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8883
8884 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8885 * NEWS: Ditto.
8886
6c72f9f9
JT
88872002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8888
8889 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8890 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8891 alpha_linux_pc_in_sigtramp.
8892 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8893 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8894 alpha_osf1_pc_in_sigtramp.
8895 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8896 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8897 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8898 alphafbsd_pc_in_sigtramp.
8899 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8900 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8901 alphanbsd_pc_in_sigtramp.
8902 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8903 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8904
5e4f3379
JT
89052002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8906
8907 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8908
da8ca43d
JT
89092002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8910
8911 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8912 alphanbsd-tdep.c.
8913 (alphanbsd-nat.o): New dependency list.
8914 (alphanbsd-tdep.o): Ditto.
8915 * NEWS: Note new native NetBSD/alpha configuration.
8916 * alphanbsd-nat.c: New file.
8917 * alphanbsd-tdep.c: Ditto.
8918 * configure.host (alpha*-*-netbsd*): New host.
8919 * configure.tgt (alpha*-*-netbsd*): New target.
8920 * config/alpha/nbsd.mh: New file.
8921 * config/alpha/nbsd.mt: Ditto.
8922 * config/alpha/nm-nbsd.h: Ditto.
8923 * config/alpha/tm-nbsd.h: Ditto.
8924
36a6271d
JT
89252002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8926
8927 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8928 (alpha-osf1-tdep.o): New dependency list.
8929 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8930 and skip_sigtramp_frame members.
8931 * alpha-linux-tdep.c: Include gdbcore.h.
8932 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8933 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8934 * alpha-osf1-tdep.c: New file.
8935 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8936 alpha-osf1-dep.c.
8937 (alpha_frame_past_sigtramp_frame): New function.
8938 (alpha_dynamic_sigtramp_offset): Ditto.
8939 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8940 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8941 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8942 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8943 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8944 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8945 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8946 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8947 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8948 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8949 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8950 to find_solib_trampoline_target.
8951 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8952 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8953 (SKIP_TRAMPOLINE_CODE): Remove.
8954 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8955 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8956 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8957 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8958 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8959 (PROC_SIGTRAMP_MAGIC): Ditto.
8960 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8961 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8962 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8963 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8964 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8965
2f4bc57b
JT
89662002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8967
8968 * NEWS: Note that Alpha targets are now multi-arch.
8969
665132f9
MS
89702002-04-24 Michael Snyder <msnyder@redhat.com>
8971
8972 * parser-defs.h (prev_lexptr): New external variable.
8973 * parse.c (parse_exp_1): Set prev_lexptr to null before
8974 calling the language-specific parser.
8975 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8976 (yyerror): Use prev_lexptr in error reporting.
8977
32872fa7
DJ
89782002-04-24 Daniel Jacobowitz <drow@mvista.com>
8979
8980 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8981 * gregset.h: If FILL_FPXREGSET is defined, provide
8982 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8983 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8984 is defined, call fill_fpxregset.
8985
57e76fac
MS
89862002-04-24 Roland McGrath <roland@frob.com>
8987
8988 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8989 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8990 (supply_gregset, supply_fpregset): New functions.
8991
8992 * gnu-nat.c (gnu_find_memory_regions): New function.
8993 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8994 (gnu_xfer_memory): Add a cast.
8995
f43845b3
MS
89962002-04-24 Michael Snyder <msnyder@redhat.com>
8997
361d1df0 8998 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
8999 loop. Add handling for "str lr, [sp, #-4]!" and for saves
9000 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 9001 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
9002 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
9003 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
9004
a0abec03
AC
9005Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
9006
9007 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
9008 NUM_PSEUDO_REGS can be used.
9009
d7bd68ca
AC
90102002-04-24 Andrew Cagney <ac131313@redhat.com>
9011
9012 * arch-utils.h: Update copyright.
9013
9014 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
9015 * gdbarch.h, gdbarch.c: Re-generate.
9016
9017 * inferior.h (IN_SIGTRAMP): Delete definition.
9018 * arch-utils.c (legacy_pc_in_sigtramp): New function.
9019 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
9020
9021 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
9022 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
9023 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
9024 (find_proc_framesize): Ditto.
9025 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
9026 (alpha_init_extra_frame_info): Ditto.
9027 * infrun.c (handle_inferior_event): Ditto.
9028 (handle_inferior_event): Ditto.
9029 (check_sigtramp2): Ditto.
9030 * blockframe.c (create_new_frame): Ditto.
9031 (get_prev_frame): Ditto.
9032 * ppc-linux-tdep.c: Update comments.
9033 * i386-linux-tdep.c: Update comments.
9034 * breakpoint.c (bpstat_what): Update comment.
9035
4867e41e
DM
90362002-04-24 David S. Miller <davem@redhat.com>
9037
21d83aa5
DM
9038 * i960-tdep.c (register_in_window_p): New function.
9039 (i960_find_saved_register): Use it instead of
9040 REGISTER_IN_WINDOW_P.
9041 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
9042
4867e41e
DM
9043 * symtab.h (find_stab_function_addr): Kill extern.
9044 * minsyms.c (find_stab_function_addr): Remove from here...
9045 * dbxread.c: ... to here, and mark it static.
9046
69cdf6a2
DM
90472002-04-20 David S. Miller <davem@redhat.com>
9048
9049 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
9050 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
9051
5a595886
DM
90522002-04-21 David S. Miller <davem@redhat.com>
9053
9054 * remote-vxsparc.c (vx_read_register): Fix typo, we want
9055 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
9056 (vx_write_register): Likewise.
9057
1da1a192
JB
90582002-04-23 J. Brobecker <brobecker@gnat.com>
9059
9060 * source.c (is_regular_file): New function.
9061 (openp): Check wether file to open is a regular file
9062 to avoid opening directories.
9063
baa6f10b
JT
90642002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9065
9066 * findvar.c (extract_signed_integer): Cast printf argument
9067 to suppress format warning.
9068 (extract_unsigned_integer): Likewise.
9069 * infcmd.c (registers_info): Likewise.
9070 * top.c (get_prompt_1): Likewise.
9071 * valops.c (value_assign): Likewise.
9072 * valprint.c (print_decimal): Likewise.
9073
b2c4da81
L
90742002-04-22 H.J. Lu (hjl@gnu.org)
9075
9076 * c-exp.y (typebase): Support
361d1df0 9077
b2c4da81
L
9078 [long|long long|short] [signed|unsigned] [int|]
9079
9080 and
9081
9082 signed [long|long long|short] int
9083
f267bd6a
JT
90842002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9085
9086 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
9087 and vax-tdep.h.
9088 * vax-tdep.h: New file.
9089 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
9090 Make several routines static.
9091 (vax_get_saved_register): New function.
9092 (vax_gdbarch_init): New function.
9093 (_initialize_vax_tdep): Register vax_gdbarch_init.
9094 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
9095 Remove macros now under the control of gdbarch.
9096
da3c6d4a
MS
90972002-04-22 Michael Snyder <msnyder@redhat.com>
9098
11d3b27d
MS
9099 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
9100 Some whitespace and coding standards tweaks.
da3c6d4a 9101
a33f7558
JT
91022002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9103
9104 * vax-tdep.c: Include regcache.h.
9105 (vax_call_dummy_words): New.
9106 (sizeof_vax_call_dummy_words): New.
9107 (vax_fix_call_dummy): New function.
9108 (vax_saved_pc_after_call): Ditto.
9109 * config/vax/tm-vax.h: Don't include regcache.h.
9110 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
9111 (CALL_DUMMY): Remove.
9112 (CALL_DUMMY_WORDS): Define.
9113 (SIZEOF_CALL_DUMMY_WORDS): Define.
9114 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
9115
47a73475
MS
91162002-04-18 Michael Snyder <msnyder@redhat.com>
9117
9118 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
9119
52efde73
JT
91202002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9121
9122 * vax-tdep.c (vax_frame_chain): New function.
9123 (vax_push_dummy_frame): Ditto.
9124 (vax_pop_frame): Ditto.
9125 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
9126 (FRAMELESS_FUNCTION_INVOCATION): Use
9127 generic_frameless_function_invocation_not.
9128 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
9129 (POP_FRAME): Use vax_pop_frame.
9130
ea74468c
JT
91312002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9132
9133 * vax-tdep.c (vax_store_struct_return): New function.
9134 (vax_extract_return_value): Ditto.
9135 (vax_store_return_value): Ditto.
9136 (vax_extract_struct_value_address): Ditto.
9137 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
9138 vax_store_struct_return.
9139 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
9140 (STORE_RETURN_VALUE): Use vax_store_return_value.
9141 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
9142
5516aa92
JT
91432002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9144
9145 * vax-tdep.c (vax_frame_saved_pc): New function.
9146 (vax_frame_args_address_correct): Ditto.
9147 (vax_frame_args_address): Ditto.
9148 (vax_frame_locals_address): Ditto.
9149 (vax_frame_num_args): Move code to be in proximity to
9150 other frame-related functions.
9151 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
9152 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
9153 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
9154 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
9155 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
9156
36af0b35
L
91572002-04-22 H.J. Lu (hjl@gnu.org)
9158
9159 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
9160 includedir.
9161
ab62c900
JT
91622002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9163
9164 * vax-tdep.c (vax_frame_init_saved_regs): New function.
9165 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
9166 (FRAME_INIT_SAVED_REGS): New macro.
9167
7232b100
JT
91682002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9169
9170 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
9171
b70d2aee
JT
91722002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9173
9174 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
9175 where needed.
9176 (fetch_osf_core_registers): Likewise.
9177 (supply_gregset): Likewise.
9178
a0e8a2d1 91792002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 9180
a0e8a2d1
JB
9181 * symfile.h (get_section_index): Define.
9182 * symfile.c (get_section_index): New function.
9183 * mdebugread.c (SC_IS_SBSS): New macro.
9184 (SC_IS_BSS): Return true for the scBss storage class only, as
9185 the scSBss storage class refers to the .sbss section.
9186 (parse_partial_symbols): Discard the symbols which associated
9187 section does not exist.
9188 Make sure to use the .sbss section index for symbols which
9189 storage class is scBss, rather than using the .bss section index.
9190
51eb8b08
JT
91912002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9192
9193 * vax-tdep.c: Update copyright years.
9194 (vax_register_name): New function.
9195 (vax_register_byte): Ditto.
9196 (vax_register_raw_size): Ditto.
9197 (vax_register_virtual_size): Ditto.
9198 (vax_register_virtual_type): Ditto.
9199 * config/vax/tm-vax.h: Update copyright years.
9200 (REGISTER_NAMES): Remove.
9201 (REGISTER_NAME): Define.
9202 (REGISTER_BYTE): Use vax_register_byte.
9203 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
9204 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
9205 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
9206
6cc1c0a8
AC
92072002-04-21 Andrew Cagney <ac131313@redhat.com>
9208
9209 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
9210 declaration
9211 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
9212
9319a2fe
DM
92132002-04-21 David S. Miller <davem@redhat.com>
9214
9215 * arch-utils.c (generic_prologue_frameless_p): Kill
9216 SKIP_PROLOGUE_FRAMELESS_P code.
9217 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9218 references.
9219 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
9220 * arc-tdep.c (arc_prologue_frameless_p): Implement.
9221 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9222 references.
9223 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
9224 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
9225 (sparc_gdbarch_init): Pass it to
9226 set_gdbarch_prologue_frameless_p.
a0e8a2d1 9227
e9ed6d01
JT
92282002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9229
9230 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
9231 (alphabsd-nat.o): New dependency list.
9232
36012033
JT
92332002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9234
9235 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
9236 alphafbsd-tdep.c.
9237 (alpha-linux-tdep.o): New dependency list.
9238 (alphafbsd-tdep.o): Likewise.
9239
3379287a
JT
92402002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9241
9242 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
9243 to here...
9244 * alpha-tdep.c: ...from here.
9245 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9246
4bcbd6cb
JT
92472002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9248
9249 * config/alpha/tm-alpha.h: Move alpha_software_single_step
9250 prototype from here...
9251 * alpha-tdep.h: ...to here.
9252
b31da25e
AC
92532002-04-21 Andrew Cagney <ac131313@redhat.com>
9254
9255 * frame.h (selected_frame_level): Document as deprecated.
9256 (frame_relative_level): Declare.
9257 * stack.c (frame_relative_level): New function.
9258 (selected_frame_level): Document as deprecated.
9259 (select_frame): Do not set the selected_frame_level.
9260
9261 * stack.c (frame_info, record_selected_frame): Update.
9262 (frame_command, current_frame_command): Update.
9263 (up_silently_base, up_command, down_silently_base): Update.
9264 (down_command): Update.
9265 * inflow.c (kill_command): Update.
9266 * tracepoint.c (finish_tfind_command): Update.
9267 * corelow.c (core_open): Update.
9268 * thread.c (info_threads_command): Update.
9269 (do_captured_thread_select): Update.
9270 * infcmd.c (finish_command): Update.
9271 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9272
9c1d6fe5
JT
92732002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9274
9275 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9276
ab89facf
AC
92772002-04-21 Andrew Cagney <ac131313@redhat.com>
9278
9279 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
9280 type const.
9281
82a4efa1
JT
92822002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9283
9284 * alphafbsd-tdep.c: Update copyright years. Include
9285 alpha-tdep.h.
9286 (alphafbsd_use_struct_convention): Make static.
9287 (alphafbsd_init_abi): New function.
9288 (_initialize_alphafbsd_tdep): New function.
9289 * config/alpha/tm-fbsd.h: Update copyright years.
9290 (USE_STRUCT_CONVENTION): Remove.
9291
44dffaac
JT
92922002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9293
9294 * alpha-tdep.c (alpha_abi_handler): New structure to describe
9295 an Alpha ABI variant.
9296 (alpha_abi_handler_list): Declare.
9297 (alpha_gdbarch_register_os_abi): New function.
9298 (alpha_gdbarch_init): Give registered ABI variant handlers a
9299 chance to tweak the gdbarch once we have set up defaults.
9300 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9301
65585be4
JT
93022002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9303
9304 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9305 to standard_coerce_float_to_double.
9306 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9307
d9b023cc
JT
93082002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9309
9310 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9311 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9312 from gdbarch_tdep rather than a constant.
9313 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9314 the default text address for all Alpha Unix ABIs.
9315 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9316 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9317
dc129d82
JT
93182002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9319
9320 * alpha-tdep.h: New file. Includes several Alpha target constants
9321 taken from...
9322 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9323 let gdbarch deal with.
9324 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9325 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9326 to dependency list.
9327 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9328 Alpha target register names.
9329 * alphabsd-nat.c: Likewise.
9330 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9331 Alpha target register names. Make serveral routines static.
9332 (alpha_get_saved_register): New function.
9333 (alpha_abi_names): New.
9334 (process_note_abi_tag_sections): New function.
9335 (get_elfosabi): New function.
9336 (alpha_gdbarch_init): New function.
9337 (alpha_dump_tdep): New function.
9338 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9339
d49d1e0a
AC
93402002-04-21 Andrew Cagney <ac131313@redhat.com>
9341
9342 * frame.c (find_saved_register): Delete #ifdef
9343 HAVE_REGISTER_WINDOWS code.
9344 * config/sparc/tm-sparc.h: Update comments.
9345 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9346
92e8c9ed
AC
93472002-04-21 Andrew Cagney <ac131313@redhat.com>
9348
9349 * i960-tdep.c (i960_find_saved_register): New function.
9350 (i960_get_saved_register): New function.
9351 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9352 (i960_get_saved_register): Declare.
9353 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9354
e1925118
DM
93552002-04-20 David S. Miller <davem@redhat.com>
9356
9357 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9358
29673b29
AC
93592002-04-20 Andrew Cagney <ac131313@redhat.com>
9360
9361 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9362 instead of NUM_PSEUDO_REGS.
9363
6c86dcd5
DM
93642002-04-20 David S. Miller <davem@redhat.com>
9365
9366 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9367 GDB_MULTI_ARCH_PARTIAL
9368 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9369 define, let tm-sp64.h do it.
9370
aa40ec90
JT
93712002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
9372
9373 * frame.c (find_saved_register): Avoid a NULL pointer
9374 dereference and actually walk the frame list.
9375
0f79675b
AC
93762002-04-20 Andrew Cagney <ac131313@redhat.com>
9377
9378 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9379 sorted in most most-recent-used order. Document.
9380 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 9381
f91305dd 93822002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
9383
9384 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9385 instead of ->prev.
9386 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9387 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9388 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9389 instead of ->prev.
9390
73d322b1
EZ
93912002-04-19 Elena Zannoni <ezannoni@redhat.com>
9392
9393 Fix PR gdb/471.
9394 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9395 (build_builtin_type_vec128): Ditto.
9396 (append_composite_type_field): Fix calculation of type length in
9397 union case.
9398
ccd9a834
EZ
93992002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9400
9401 * config/djgpp/README: Update.
9402
9403 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9404 compiler warnings.
9405
a57f9e49
JT
94062002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9407
9408 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9409 (alpha_setup_arbitrary_frame): ...to this.
9410 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9411 for alpha_setup_arbitrary_frame.
9412
f4f9705a
AC
94132002-04-18 Andrew Cagney <cagney@redhat.com>
9414
9415 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9416 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 9417
f4f9705a
AC
9418 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9419 * target.h (memory_breakpoint_from_pc): Update declaration.
9420 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9421
9422 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9423 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9424 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9425 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9426 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9427 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9428 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9429 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9430 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9431 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9432 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9433 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9434
9435 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9436 const pointer.
9437 * monitor.c (monitor_insert_breakpoint): Ditto.
9438 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9439
9440 * config/mcore/tm-mcore.h: Update copyright.
9441 * mem-break.c: Ditto.
9442 * xstormy16-tdep.c: Ditto.
9443
29f319b8
PM
94442002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9445
9446 * p-exp.y: Add precedence rule for '^' token.
9447 This removes the shift/reduce conflicts.
9448 Remove the comment concerning these shift/reduce conflicts.
9449
ebeac11a
EZ
94502002-04-18 Elena Zannoni <ezannoni@redhat.com>
9451
9452 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9453 (registers_powerpc_nofp): New register set for processors
9454 without floating point unit.
9455
27c31547
DM
94562002-04-18 David S. Miller <davem@redhat.com>
9457
9458 * MAINTAINERS: Add myself to write-after-approval.
9459
47a73475
MS
94602002-04-17 Michael Snyder <msnyder@redhat.com>
9461
9462 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9463
953836b2
AC
94642002-04-17 Andrew Cagney <ac131313@redhat.com>
9465
9466 * rs6000-tdep.c (frame_initial_stack_address): Use
9467 frame_register_read to read the alloca_reg.
9468
8b0d4340
AC
94692002-04-17 Andrew Cagney <ac131313@redhat.com>
9470
9471 * frame.c (find_saved_register): Find saved registers in the next
9472 not prev frame.
9473 Fix PR gdb/365.
9474
d8864532
AC
94752002-04-17 Andrew Cagney <ac131313@redhat.com>
9476
9477 * gdbarch.sh (LANG): Set to ``c''.
9478
36cc83a3 94792002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 9480
36cc83a3 9481 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 9482
2f4150cc 94832002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
9484
9485 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9486 Update copyright.
9487
628703c6 9488 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 9489 Also fix PR gdb/391.
361d1df0 9490
56157b4a
AC
94912002-04-14 Andrew Cagney <ac131313@redhat.com>
9492
9493 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9494 * aclocal.m4, configure: Re-generate.
9495 Fix PR gdb/391.
361d1df0 9496
6d1e3329
EZ
94972002-04-14 Elena Zannoni <ezannoni@redhat.com>
9498
9499 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9500 instead of tm_print_insn.
9501
cb06fa07
EZ
95022002-04-14 Elena Zannoni <ezannoni@redhat.com>
9503
9504 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9505
f208ba17
AC
95062002-04-14 Andrew Cagney <ac131313@redhat.com>
9507
9508 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9509 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9510 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9511
20f01a46
DH
95122002-04-12 Don Howard <dhoward@redhat.com>
9513
9514 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9515 max_user_call_depth.
9516 (init_cmd_lists): Initialize the new value;
9517 * cli/cli-script.c (execute_user_command): Limit the call depth of
9518 user defined commands. This avoids a core-dump when user commands
9519 are infinitly recursive.
9520
a88376a3
KB
95212002-04-12 Kevin Buettner <kevinb@redhat.com>
9522
9523 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9524 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9525 from tdep struct instead of DEFAULT_LR_SAVE.
9526 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9527 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9528 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9529
f2172603
MS
95302002-04-12 Michael Snyder <msnyder@redhat.com>
9531
694f61fb 9532 * Remote.c: Spelling fix.
20fe79c8
MS
9533 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9534 If no symbol found for "sbrk", try "_sbrk".
9535 (make_output_phdrs): Use bfd_section_name.
9536 (gcore_copy_callback): Use bfd_section_name.
62995fc4 9537 * eval.c: Indentation fix-ups.
169a7369
MS
9538 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9539 in case it gets applied to an address that is already
9540 in the instruction space.
de74f71f
MS
9541 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9542 * symfile.c: Fix indentation, long lines.
f2172603
MS
9543 * source.c: White space fix-up.
9544
cda5a58a
AC
95452002-04-12 Andrew Cagney <cagney@redhat.com>
9546
9547 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9548 * frame.c (frame_register_read): New function. Return non-zero on
9549 success.
9550 (read_relative_register_raw_bytes_for_frame): Delete.
9551 (read_relative_register_raw_bytes): Delete.
9552 * frame.h (frame_register_read): Declare.
9553 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9554 * sh-tdep.c: Ditto.
9555 * infcmd.c (do_registers_info): Ditto.
9556 * hppa-tdep.c: Ditto.
9557 * rs6000-tdep.c: Ditto.
9558 * h8500-tdep.c: Ditto.
9559 * mips-tdep.c: Ditto.
9560 * h8300-tdep.c: Ditto.
9561 * z8k-tdep.c: Ditto.
9562
2ea5f656
KB
95632002-04-12 Kevin Buettner <kevinb@redhat.com>
9564
9565 From Jimi X <jimix@watson.ibm.com>:
9566 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9567 64-bit SysV ABI.
9568
27b15785
KB
95692002-04-12 Kevin Buettner <kevinb@redhat.com>
9570
9571 From Jimi X <jimix@watson.ibm.com>:
9572 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9573 bfd info.
9574
5d57ee30
KB
95752002-04-12 Kevin Buettner <kevinb@redhat.com>
9576
9577 From Jimi X <jimix@watson.ibm.com>:
9578 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9579 register sets for these processor variants.
9580
bc1e36ca
DJ
95812002-04-11 Daniel Jacobowitz <drow@mvista.com>
9582
bc1e36ca
DJ
9583 * regformats/reg-ppc.dat: Support FPSCR.
9584
e3f36dbd
KB
95852002-04-11 Kevin Buettner <kevinb@redhat.com>
9586
9587 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9588 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9589 Add fpscr as an invalid/unfetchable register.
9590 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9591 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9592 (fill_fpregset): Add support for register fpscr.
9593 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9594 (fill_gregset): Account for the fact that register ``mq'' might
9595 not exist.
9596 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9597 (registers_power): Add fpscr to register set at slot 71.
9598 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9599 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9600
943c9c25
MS
96012002-04-11 Michael Snyder <msnyder@redhat.com>
9602
9603 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9604 * configure: Regenerate.
9605 * config.in: Regenerate.
9606 * acconfig.h: Add define for _SYSCALL32.
9607 * core-sol2.c: Remove #define _SYSCALL32.
9608 * solib-legacy.c: Remove #define _SYSCALL32.
9609
d8c0a2e7
AC
96102002-04-10 Andrew Cagney <ac131313@redhat.com>
9611
9612 * stack.c (select_frame): Cleanup internal error message, do not
9613 use %p.
9614
7cc19214
AC
96152002-04-10 Andrew Cagney <ac131313@redhat.com>
9616
9617 * stack.c (select_frame): Check that selected_frame and the
9618 specified level are as expected.
9619 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9620 Update copyright.
9621 * frame.h (struct frame_info): Add field `level'. Update
9622 copyright.
9623 Work-in-progress PR gdb/464.
9624
67a2b77e
AC
96252002-04-10 Andrew Cagney <ac131313@redhat.com>
9626
9627 * maint.c (maint_print_section_info): Rename print_section_info.
9628 (print_bfd_section_info, print_objfile_section_info): Update.
9629 * inferior.h (struct gdbarch): Add opaque declaration.
9630 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9631 * gdbarch.h: Regenerate.
9632
8cfda98c
ML
96332002-04-10 Michal Ludvig <mludvig@suse.cz>
9634
9635 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9636 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9637 (kernel_u_size): Added.
9638 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9639 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9640
ca439ad2 96412002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 9642
ca439ad2
JI
9643 * valarith.c (find_size_for_pointer_math): New function, either returns
9644 the size for a pointer's target, returns 1 for void *, or errors for
9645 incomplete types.
9646 (value_add, value_sub): use find_size_for_pointer_math.
9647
2f2893d9
DJ
96482002-04-09 Daniel Jacobowitz <drow@mvista.com>
9649
9650 * linux-low.c (linux_look_up_symbols): New hook.
9651 (linux_target_ops): Add linux_look_up_symbols.
9652 * remote-utils.c (decode_address): New function.
9653 (look_up_one_symbol): New function.
9654 * server.c (handle_query): Call target look_up_symbols hook.
9655 * server.h (look_up_one_symbol): Add prototype.
9656 * target.h (struct target_ops): Add look_up_symbols hook.
9657
96cb11df
AC
96582002-04-09 Andrew Cagney <ac131313@redhat.com>
9659
9660 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9661 override FP_REGNUM with frame->fp. Update copyright.
9662 * parse.c (num_std_regs, std_regs): Delete.
9663 (target_map_name_to_register): Do not search std_regs. Update
9664 function description.
9665 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9666 declarations. Update copyright.
9667 Fix PR gdb/251.
361d1df0 9668
97658e92
DJ
96692002-04-09 Daniel Jacobowitz <drow@mvista.com>
9670
9671 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9672 after the last symbol in a block.
9673
6044e3eb
PM
96742002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9675
9676 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9677 is non zero as a found symbol.
9678
0406ec40
AC
96792002-04-08 Andrew Cagney <ac131313@redhat.com>
9680
9681 * findvar.c: Include "builtin-regs.h".
9682 (value_of_register): Call value_of_builtin_reg when applicable.
9683 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9684 (target_map_name_to_register): Call
9685 builtin_reg_map_name_to_regnum.
9686 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9687 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9688 (builtin_regs_h): Define.
9689 (builtin-regs.o): New target.
9690 (findvar.o): Add $(builtin_regs_h).
9691 * builtin-regs.c, builtin-regs.h: New files.
9692 * std-regs.c: New file.
9693 Partial fix for PR gdb/251.
9694
56a6dfb9
KB
96952002-04-08 Kevin Buettner <kevinb@redhat.com>
9696
9697 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9698 it's no longer required.
9699
3a808432
AC
97002002-04-08 Andrew Cagney <ac131313@redhat.com>
9701
9702 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9703
7c40d541
KB
97042002-04-08 Kevin Buettner <kevinb@redhat.com>
9705
9706 From Jimi X <jimix@watson.ibm.com>:
9707 * rs6000-tdep.c (rs6000_software_single_step): Use
9708 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9709 and size. Use target_insert_breakpoint() and
9710 target_remove_breakpoint() to insert and remove breakpoints
9711 instead of explicit memory reads and writes.
9712
cc9836a8
KB
97132002-04-08 Kevin Buettner <kevinb@redhat.com>
9714
9715 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9716 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9717 ELF_OBJECT_FORMAT ifdef.
9718
7495d1dc
KB
97192002-04-08 Kevin Buettner <kevinb@redhat.com>
9720
9721 From Jimi X <jimix@watson.ibm.com>:
9722 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9723
4288e836
KB
97242002-04-08 Kevin Buettner <kevinb@redhat.com>
9725
9726 From Jimi X <jimix@watson.ibm.com>:
9727 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9728 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9729
a4e4e501
MK
97302002-04-07 Mark Kettenis <kettenis@gnu.org>
9731
9732 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9733 s/asprintf/xasprintf/.
9734 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9735
006defba
AC
97362002-04-07 Andrew Cagney <ac131313@redhat.com>
9737
9738 I believe Jeff Law denies responsability for this one:
9739 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9740 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9741 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9742 Work-around for PR gdb/366.
9743
7aa83cac
EZ
97442002-04-07 Elena Zannoni <ezannoni@redhat.com>
9745
9746 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9747 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9748 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9749
cf1fcca1
EZ
97502002-04-07 Elena Zannoni <ezannoni@redhat.com>
9751
9752 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9753 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9754 information.
9755
3f289e6f
AC
97562002-04-07 Andrew Cagney <ac131313@redhat.com>
9757
9758 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9759 maintainer.
9760
129188f6
AC
97612002-04-07 Andrew Cagney <ac131313@redhat.com>
9762
9763 * README (Reporting Bugs in GDB): Document the bug web page as the
9764 prefered way of submitting bugs.
9765 Fix PR gdb/402.
9766
1200cd6e
AC
97672002-04-06 Andrew Cagney <ac131313@redhat.com>
9768
9769 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9770 -1. Update comment.
9771 * gdbarch.h, gdbarch.c: Re-generate.
9772
2853c33c
AS
97732002-04-07 Andreas Schwab <schwab@suse.de>
9774
9775 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9776 buffer to regcache_collect.
9777
c2169756
AC
97782002-04-06 Andrew Cagney <ac131313@redhat.com>
9779
9780 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9781 * gdbarch.c, gdbarch.h: Re-generate.
9782
25f1b008
AC
97832002-04-06 Andrew Cagney <ac131313@redhat.com>
9784
9785 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9786 declaration. Fix -Werror.
9787
59263426
DJ
97882002-04-05 Daniel Jacobowitz <drow@mvista.com>
9789
9790 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9791 * gdbarch.c: Regenerate.
9792
f5db4da3
MS
97932002-04-05 Michael Snyder <msnyder@redhat.com>
9794
80f8a6eb
MS
9795 * breakpoint.c (clear_command): Rewrite middle section to
9796 combine two loops with identical control conditions.
9797 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
9798 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9799
ad3dcc5c
L
98002002-04-05 H.J. Lu (hjl@gnu.org)
9801
9802 * solib-svr4.c (bkpt_names): Add "__start".
9803
f32e7a74
AC
98042002-04-04 Andrew Cagney <ac131313@redhat.com>
9805
9806 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9807 as test for 64 bit target.
9808
8227c0ff
AC
98092002-04-05 Andrew Cagney <ac131313@redhat.com>
9810
9811 * h8500-tdep.c (h8500_write_fp): Delete function.
9812 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9813 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9814 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9815 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9816 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9817 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9818 (s390_write_fp):
9819 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9820 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9821 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9822 (d10v_write_fp): Delete function.
9823 * inferior.h (write_fp, generic_target_write_fp): Delete
9824 declarations.
9825 * regcache.c (generic_target_write_fp): Delete function.
9826 (write_fp): Delete function.
9827 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9828 * gdbarch.h, gdbarch.c: Regenerate.
9829 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9830 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9831 (sparc64_write_fp): Delete declaration.
9832 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9833 (h8500_write_fp): Delete declaration.
9834
2757dd86
AC
98352002-04-04 Andrew Cagney <ac131313@redhat.com>
9836
9837 * sparc-tdep.c (sparc64_write_fp): Delete.
9838 (sparc_push_dummy_frame): Replace write_fp call with code to store
9839 the FP directly.
9840 (sparc_gdbarch_init): Do not initialize write_fp.
9841
c69255e1
KB
98422002-04-05 Kevin Buettner <kevinb@redhat.com>
9843
9844 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9845 clause.
9846
ae767bfb
JB
98472002-03-29 Jim Blandy <jimb@redhat.com>
9848
9849 * stack.c (get_selected_block): Add new argument `addr_in_block',
9850 used to return the exact code address we used to select the block,
9851 not just the block.
9852 * blockframe.c (get_frame_block, get_current_block): Same.
9853 * frame.h (get_frame_block, get_current_block,
9854 get_selected_block): Update declarations.
9855 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9856 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9857
84d2ac95
MS
98582002-04-05 Michael Snyder <msnyder@redhat.com>
9859
9860 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9861 warning message.
9862
596aa3bf
JB
98632002-04-05 J. Brobecker <brobecker@gnat.com>
9864
9865 * utils.c (xfullpath): New function.
9866 * defs.h (xfullpath): Add declaration.
9867 * source.c (openp): Use xfullpath in place of gdb_realpath to
9868 avoid resolving the basename part of filenames when the
9869 associated file is a symbolic link. This fixes a potential
9870 inconsistency between the filenames known to GDB and the
9871 filenames it prints in the annotations.
9872 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9873 to be able to match a filename with either the real filename, or
9874 the name of any symbolic link to this file.
9875 (lookup_partial_symtab): Ditto.
9876
c02f5703
MS
98772002-04-04 Michael Snyder <msnyder@redhat.com>
9878
9879 * breakpoint.c: Add support for hardware breakpoints in overlays.
9880 (overlay_events_enabled): New state variable.
9881 (insert_breakpoints): Use overlay_events_enabled to decide
9882 whether to attempt to set a breakpoint at the overlay load addr.
9883 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9884 (remove_breakpoint): Use overlay_events_enabled to decide
9885 whether breakpoints need to be removed from overlay load addr.
9886 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9887 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 9888 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
9889 disable_overlay_breakpoints): Update overlay_events_enabled.
9890
5fb290d7
DJ
98912002-04-04 Daniel Jacobowitz <drow@mvista.com>
9892
9893 * dwarf2read.c (struct function_range): New.
9894 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9895 (check_cu_functions): New.
9896 (read_file_scope): Initialize global function lists.
9897 Call dwarf_decode_line after processing children.
9898 (read_func_scope): Add to global function list.
9899 (dwarf_decode_lines): Call check_cu_functions everywhere
9900 record_line is called. Call record_line with a linenumber
9901 of 0 to mark sequence ends.
9902
7b3fabf0
ML
99032002-04-04 Michal Ludvig <mludvig@suse.cz>
9904
361d1df0 9905 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
9906 change sync with glibc.
9907
bce58c09
JB
99082002-04-03 Jim Blandy <jimb@redhat.com>
9909
9910 * configure.in: Call AC_C_INLINE.
9911 * configure: Regenerated.
361d1df0 9912
2fccf04a
DJ
99132002-04-01 Daniel Jacobowitz <drow@mvista.com>
9914
9915 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9916 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9917
2d1bfe2e
MK
99182002-03-31 Mark Kettenis <kettenis@gnu.org>
9919
a5941fbf
MK
9920 * NEWS: Mention gcore support on FreeBSD/i386.
9921
a90cd31d
MK
9922 * fbsd-proc.c: New file.
9923 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9924 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9925
2d1bfe2e
MK
9926 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9927 while statement.
9928
9eb6e5a1
JB
99292002-03-29 Jim Blandy <jimb@redhat.com>
9930
9931 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9932 unescaped newlines in string literals, but newer ones don't. So
9933 escape them.
9934
f02df580
MS
99352002-03-26 Michael Snyder <msnyder@redhat.com>
9936 Andrew Cagney <cagney@redhat.com>
9937
361d1df0 9938 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
9939 restore file to memory.
9940 * cli/cli-dump.h: New file.
9941 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 9942 * NEWS: Mention new commands.
f02df580 9943
109f874e
MS
99442002-03-28 Michael Snyder <msnyder@redhat.com>
9945
9946 * symfile.c (symbol_file_add): Move test for null symbols to later.
9947
520f6ade
AC
99482002-03-27 Andrew Cagney <ac131313@redhat.com>
9949
9950 From veksler at il.ibm.com:
9951 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9952 the xstrduped original path.
9953 Fix PR gdb/417.
9954
d4654627
MS
99552002-03-27 Michael Snyder <msnyder@redhat.com>
9956
9957 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9958 * infcmd.c (_initialize_infcmd): Ditto.
9959 * language.c (_initialize_language): Ditto.
9960 * symfile.c (_initialize_symfile): Ditto.
9961 * top.c (_init_main): Ditto.
9962 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9963
6be8bc0c
EZ
99642002-03-27 Elena Zannoni <ezannoni@redhat.com>
9965
9966 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9967 vector registers handling.
9968 (skip_prologue): Handle new AltiVec instructions. Fill in new
9969 fields of frame data.
9970 (frame_get_saved_regs): Fill in information for AltiVec registers.
9971
12af6855
JB
99722002-03-27 Jim Blandy <jimb@redhat.com>
9973
9974 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9975 a function; leave this macro here to invoke that function.
9976 (symbol_init_mangled_name): Declaration for that function.
9977 * symtab.c (symbol_init_mangled_name): New function.
9978
dc672865
AC
99792002-03-27 Andrew Cagney <ac131313@redhat.com>
9980
9981 * valarith.c: Replace strerror with safe_strerror.
9982 * tracepoint.c: Ditto.
9983 * lin-lwp.c: Ditto.
9984 * go32-nat.c: Ditto.
9985 * inflow.c: Ditto.
9986 * gnu-nat.c: Ditto.
9987
d96429cd
AS
99882002-03-27 Andreas Schwab <schwab@suse.de>
9989
9990 * event-top.c (command_line_handler): Remove useless if.
9991
7e336ba1
AJ
99922002-03-27 Andreas Jaeger <aj@suse.de>
9993
9994 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9995 comment.
9996
de220d0f
ML
99972002-03-27 Michal Ludvig <mludvig@suse.cz>
9998
9999 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
10000 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
10001 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
10002 (x86_64_linux_dr_get_status, supply_gregset),
10003 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
10004 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
10005 (x86_64_register_info_table): Add.
10006 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
10007 (x86_64_register_raw_size, x86_64_register_virtual_type),
10008 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
10009 general x86_64_register_info_table.
10010 (i386_gdbarch_init): gdbarch_register_bytes is now set
10011 dynamicaly during initialization.
10012 * regformats/reg-x86-64.dat: Synced with changes to registers above.
10013 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 10014
0e98d0a7
DJ
100152002-03-27 Daniel Jacobowitz <drow@mvista.com>
10016
10017 * gdbserver/server.c (main): Call target_signal_to_host_p
10018 and target_signal_to_host on signals received from the remote.
10019 * gdbserver/remote-utils.c (prepare_resume_reply): Call
10020 target_signal_from_host on signals sent to the remote.
10021 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
10022 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
10023
3130066b
DJ
100242002-03-27 Daniel Jacobowitz <drow@mvista.com>
10025
10026 * signals/signals.c: Include "server.h" in gdbserver build.
10027 (target_signal_from_name): Don't use STREQ.
10028 (_initialize_signals): Likewise. Don't include function in
10029 gdbserver build.
10030
9aedf4f4
DJ
100312002-03-27 Daniel Jacobowitz <drow@mvista.com>
10032
10033 * signals.c: Moved to...
10034 * signals/signals.c: Here.
7e336ba1 10035 * Makefile (signals.o): Update.
9aedf4f4 10036
3fa41cdb
JL
100372002-03-26 Jeff Law (law@redhat.com)
10038
10039 * somread.c (som_symtab_read): Remove some commented out code and
10040 updated related comments. Do not set the minimal symbol table to
10041 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
10042 in a dynamic executable.
10043 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
10044 where we are unable to find the minimal symbol for the given
10045 PC value.
10046
ee677e8d
MS
100472002-03-25 Jeff Law (law@redhat.com)
10048
10049 * linux-proc.c (read_mapping): Scan up to end of line for filename.
10050
e76e1718
ML
100512002-03-25 Michal Ludvig <mludvig@suse.cz>
10052
10053 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
10054
18a642a1
AC
100552002-03-23 Andrew Cagney <ac131313@redhat.com>
10056
10057 * command.h: Update copyright.
10058 (struct cmd_list_element): Replace definition with opaque
10059 declaration.
10060 (enum cmd_types): Document that it will eventually be moved to
10061 cli/cli-decode.h
10062 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
10063 (MALLOCED_REPLACEMENT): Delete macro.
10064 * Makefile.in (cli_decode_h): Add $(command_h).
10065 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 10066 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
10067 * completer.c: Include "cli/cli-decode.h".
10068 * maint.c: Include "cli/cli-decode.h".
10069 * cli/cli-decode.h: Include "command.h".
10070 (enum command_class): Delete.
10071 (enum cmd_types): Comment out.
10072 (enum cmd_auto_boolean): Delete.
10073 (enum var_types): Delete.
10074
b2875cc0
AC
100752002-03-23 Andrew Cagney <ac131313@redhat.com>
10076
10077 * cli/cli-decode.c: Include "gdb_assert.h".
10078 (add_set_or_show_cmd): New static function.
10079 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
10080 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
10081 all fields, such as func, from the set command.
10082
3b45974e
AC
100832002-03-23 Andrew Cagney <ac131313@redhat.com>
10084
10085 * MAINTAINERS (sh-elf): Change warning flag to -w.
10086
823ca731
AC
100872002-03-23 Andrew Cagney <cagney@redhat.com>
10088
10089 * defs.h (error): Add printf format attribute.
10090 * thread-db.c (thread_from_lwp): Fix error format string.
10091 * stack.c (parse_frame_specification): Ditto.
10092 * cli/cli-decode.c (undef_cmd_error): Ditto.
10093 * scm-lang.c (scm_lookup_name): Ditto.
10094 * tracepoint.c (trace_error): Ditto.
10095 * remote-utils.c (usage): Ditto.
10096 * remote.c (compare_sections_command): Ditto.
10097 Fix PR gdb/328.
10098
0e101458
AC
100992002-03-22 Andrew Cagney <ac131313@redhat.com>
10100
10101 * gdbtypes.c (append_composite_type_field): New function.
10102 (init_composite_type): New function.
10103 * gdbtypes.h (append_composite_type_field): Declare.
10104 (init_composite_type): Ditto.
10105
8e0662df
EZ
101062002-03-22 Elena Zannoni <ezannoni@redhat.com>
10107
10108 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 10109 function.
8e0662df
EZ
10110 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
10111 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
10112 structure returning convention for SYSV ABI case, but not
10113 for GNU/Linux, FreeBSD, or NetBSD.
10114
3121eff0
DJ
101152002-03-22 Daniel Jacobowitz <drow@mvista.com>
10116
10117 * symtab.h (lookup_block_symbol): Add mangled_name argument
10118 to prototype.
10119
10120 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
10121 with new mangled_name argument.
10122 * linespec.c (decode_line_1): Likewise.
10123 * valops (value_of_this): Likewise.
10124 * symtab.c (lookup_transparent_type): Likewise.
10125 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
10126 (lookup_symbol): If we are given a mangled name, pass it down
10127 to lookup_symbol_aux.
10128 (lookup_block_symbol): If we are given a mangled name to check
10129 against, only return symbols which match it.
10130
349b409f
CF
101312002-03-22 Christopher Faylor <cgf@redhat.com>
10132
10133 * win32-nat.c (child_create_inferior): Check for proper shell to use
10134 here, in case the user changes it on the fly.
10135 (_initialize_inftarg): Remove shell path considerations.
10136
2a873819
EZ
101372002-03-21 Elena Zannoni <ezannoni@redhat.com>
10138
10139 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
10140 for gdbarch_max_register_raw_size and max_register_virtual_size.
10141 Adjust copyright year.
10142
a1b9830c
DJ
101432002-03-21 Daniel Jacobowitz <drow@mvista.com>
10144
10145 * dbxread.c (process_one_symbol): Extend the first N_SLINE
10146 in a function to cover the entire beginning of the function
10147 as well if it does not already.
10148
8b5790f2
TR
101492002-03-21 Tom Rix <trix@redhat.com>
10150
10151 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
10152 (rs6000_ptrace64): Renamed from ptrace64.
10153
bdbe5747
MH
101542002-03-20 Martin M. Hunt <hunt@redhat.com>
10155
10156 * gdbserver/remote-utils.c (remote_open): Don't call
10157 getprotobyname, we're all using TCP here so just use
10158 IPPROTO_TCP.
7e336ba1 10159 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
10160
101612002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 10162
bdbe5747
MH
10163 * regcache.c (_initialize_regcache): No need to call
10164 build_regcache() at this time; it gets called whenever
10165 the gdbarch changes.
10166
7781cd62
DB
101672002-03-20 David O'Brien <obrien@FreeBSD.org>
10168
10169 * sparc-nat.c: Include sys/param.h where possible.
10170
f65ca430
DJ
101712002-03-20 Daniel Jacobowitz <drow@mvista.com>
10172
10173 Fix PR gdb/422.
10174 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
10175 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
10176 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
10177 complex types.
10178 * stabsread.c (rs6000_builtin_type): Likewise.
10179 (read_sun_floating_type): Likewise.
10180
0c867556
PS
101812002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10182
10183 * stabsread.c (read_member_functions): Remove skip code for duplicate
10184 constructor/destructor methods. Use standard parsing for these
10185 methods and just do not chain them to the list of methods after
10186 parsing.
10187
12b9c64f
AO
101882002-03-19 Alexandre Oliva <aoliva@redhat.com>
10189
10190 * coffread.c: Remove redundant static declarations. Replace
10191 occurrences of `PTR' with `void *'.
10192 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
10193 * top.h (quit_cover): Likewise.
10194 * defs.h (catch_errors): Likewise.
10195
349c5d5f
AC
101962002-03-18 Andrew Cagney <ac131313@redhat.com>
10197
10198 * defs.h (XMALLOC): Define.
10199 * gdb-events.sh (XMALLOC): Delete macro.
10200 * gdb-events.c, gdb-events.h: Regenerate.
10201 * gdbarch.sh (XMALLOC): Delete macro.
10202 * gdbarch.c: Regenerate.
10203 * serial.c (XMALLOC): Delete macro.
10204 * ui-file.c (XMALLOC): Ditto.
10205 * ser-unix.h (XMALLOC): Ditto.
10206 * sh-tdep.c (XMALLOC): Ditto.
10207 * ui-out.c (XMALLOC): Ditto.
10208 * utils.c (XMALLOC): Ditto.
10209 * i386-tdep.c (XMALLOC): Ditto.
10210 * gdb-events.c (XMALLOC): Ditto.
10211 * d10v-tdep.c (XMALLOC): Ditto.
10212 * cli-out.c (XMALLOC): Ditto.
10213
10214 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
10215 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
10216 * ui-file.c, ui-out.c: Ditto.
10217
7d0766f3
AC
102182002-03-18 Andrew Cagney <ac131313@redhat.com>
10219
10220 * command.h (struct cmd_list_element): Add field context.
10221 (set_cmd_context, get_cmd_context): Declare.
10222 * cli/cli-decode.h: Ditto.
10223 * cli/cli-decode.c (get_cmd_context): New function.
10224 (set_cmd_context): New function.
10225 (add_cmd): Initialize context.
10226 Part of fixing PR gdb/145 and PR gdb/146.
10227
5913bcb0
AC
102282002-03-17 Andrew Cagney <ac131313@redhat.com>
10229
1868c04e
AC
10230 * cli/cli-decode.c (cmd_type): New function.
10231 * command.h (cmd_type): Declare.
10232 * infrun.c (set_schedlock_func): Call function cmd_type.
10233 * kod.c (kod_set_os): Call cmd_type.
10234 * cris-tdep.c (cris_version_update): Use function cmd_type.
10235 (cris_mode_update, cris_abi_update): Ditto.
10236
5913bcb0
AC
10237 * command.h: (execute_cmd_post_hook): Declare.
10238 (execute_cmd_pre_hook): Declare.
10239 * cli/cli-script.c (clear_hook_in_cleanup): New function.
10240 (execute_cmd_post_hook, execute_cmd_pre_hook): New
10241 functions. Execute pre/post hook while ensuring that afterwords
10242 hook_in is cleared.
10243 * top.c (execute_command): Use execute_cmd_post_hook, and
10244 execute_cmd_pre_hook to execute pre/post commands.
10245 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10246 hook_stop_stub.
10247 (hook_stop_stub): Call execute_cmd_pre_hook.
10248
b51450c9
AC
102492002-03-17 Andrew Cagney <ac131313@redhat.com>
10250
10251 * kod.c (kod_set_os): Revert previous change. Is called by ``info
10252 set'' and this leads to a core dump. Move xstrdup of
10253 operating_system to after check that it is not NULL.
10254
f66c9f11
AC
102552002-03-17 Andrew Cagney <ac131313@redhat.com>
10256
8e694ecf
AC
10257 * kod.c (kod_set_os): Remove unnecessary check that
10258 ``command->type'' is set_cmd.
10259
f66c9f11
AC
10260 * valprint.c (set_input_radix): Use input_radix.
10261 (set_output_radix): Use output_radix.
10262 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10263 isn't reverted.
10264
9d01611c
AC
102652002-03-16 Andrew Cagney <ac131313@redhat.com>
10266
10267 * value.h (struct value): Delete field ``substring_addr''. Change
10268 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
10269 force_core_addr_align and force_pointer_aligh.
10270
10271 * value.h (struct value): Fix typo in above change.
9d01611c 10272
4156bb53
PS
102732002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10274
10275 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10276 to fix internal_error from ``maintenance print architecture''.
10277
0e5e3ea6
PS
102782002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10279
10280 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10281 for gcc versions after gcc-2.8.1.
10282
9b013045
PS
102832002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10284
10285 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10286 for method resolution. Restore adjustment of ``this'' pointer after
10287 calling value_struct_elt, which was accidentally removed during the
10288 HP merge.
10289
376c9600
AC
102902002-03-15 Andrew Cagney <ac131313@redhat.com>
10291
10292 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10293 value_of_register.
10294 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
10295 get_saved_register.
10296 * value.h (value_of_register): Update.
10297
a4db0f07
RH
102982002-03-14 Richard Henderson <rth@redhat.com>
10299
10300 * configure.in: Detect declaration for canonicalize_file_name.
10301 * utils.c (canonicalize_file_name): Declare, if needed.
10302 (gdb_realpath): Prefer realpath if available and usable.
10303 * config.in, configure: Rebuild.
10304
96383835
RH
103052002-03-14 Richard Henderson <rth@redhat.com>
10306
10307 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10308 a constant array bound.
10309
10310 * MAINTAINERS: Add myself to write-after-approval.
10311
75245b24
MS
103122002-03-14 Michael Snyder <msnyder@redhat.com>
10313
10314 * symfile.c (syms_from_objfile): Return immediately if no syms.
10315 (symbol_file_add): Return immediately if no syms.
10316 (find_sym_fns): Return immediately if no syms.
10317
e641a1ca
ML
103182002-03-13 Michal Ludvig <mludvig@suse.cz>
10319
10320 * gdbserver/remote-util.c (remote_open): Print remote-side's
10321 IP address when remote debugging over the network.
7e336ba1 10322
df08bfec
DB
103232002-03-12 David O'Brien <obrien@FreeBSD.org>
10324
10325 * config/sparc/fbsd.mh: Fix copyright.
10326 * config/sparc/fbsd.mt: Likewise.
10327
9a57864f
RE
103282002-03-11 Richard Earnshaw <rearnsha@arm.com>
10329
10330 * MAINTAINERS: Fix typo in name of gdb warnings option.
10331 (x86-64): Fix formating so that this can be parsed by awk.
10332
dd7bf85e
DJ
103332002-03-10 Daniel Jacobowitz <drow@mvista.com>
10334
10335 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10336 * defs.h: Include "gdb/signals.h".
10337 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10338
33a0a2ac
ML
103392002-03-10 Michal Ludvig <mludvig@suse.cz>
10340
10341 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 10342 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
10343 from x86-64-tdep.h
10344
dd824b04
DJ
103452002-03-10 Daniel Jacobowitz <drow@mvista.com>
10346 Don Howard <dhoward@redhat.com>
10347
10348 * mips-tdep.c (ST0_FR): Define.
10349 (mips2_fp_compat): New function, temporarily disabled.
10350 (mips_read_fp_register_single): New function.
10351 (mips_read_fp_register_double): New function.
10352 (mips_print_register): Use them.
10353 (do_fp_register_row): Likewise.
10354
6a41ff59
AC
103552002-03-09 Andrew Cagney <ac131313@redhat.com>
10356
10357 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10358 approval''.
10359
4ea09c10
PS
103602002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10361
10362 * stabsread.c (read_member_functions): Fix is_stub test for
10363 static member functions, improve comment.
10364
6ccc741d
RE
103652002-03-07 Richard Earnshaw <rearnsha@arm.com>
10366
10367 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10368 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10369 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10370 commands that set boolean values.
10371 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10372 (arm_rdi_resume): Always initialize PC.
10373 (arm_rdi_open): Don't use rslt as a boolean.
10374 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10375 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10376 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10377 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10378
438013df
AO
103792002-03-06 Alexandre Oliva <aoliva@redhat.com>
10380
10381 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10382 * configure: Rebuilt.
10383
70ed8774
SC
103842002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10385
10386 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10387 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10388
5ba2abeb
AC
103892002-03-06 Andrew Cagney <ac131313@redhat.com>
10390
10391 * cli/cli-decode.c (set_cmd_completer): New function.
10392 * command.h (set_cmd_completer): Declare.
10393 * cli/cli-decode.h (set_cmd_completer): Ditto.
10394
10395 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10396 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10397 * win32-nat.c (_initialize_inftarg): Ditto.
10398 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10399 * proc-api.c (_initialize_proc_api): Ditto.
10400 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10401 * source.c (_initialize_source): Ditto.
10402 * exec.c (_initialize_exec): Ditto.
10403 * solib.c (_initialize_solib): Ditto.
10404 * top.c (init_main): Ditto.
10405 * tracepoint.c (_initialize_tracepoint): Ditto.
10406 * symfile.c (_initialize_symfile): Ditto.
10407 * printcmd.c (_initialize_printcmd): Ditto.
10408 * infcmd.c (_initialize_infcmd): Ditto.
10409 * corefile.c (_initialize_core): Ditto.
10410
f779ca99
AC
104112002-03-05 Andrew Cagney <ac131313@redhat.com>
10412
10413 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10414
01a3934b
AC
104152002-03-05 Andrew Cagney <ac131313@redhat.com>
10416
10417 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10418
37057839
AC
104192002-03-05 Andrew Cagney <ac131313@redhat.com>
10420
10421 * NEWS: Update headings, 5.2 has branched.
10422
c6ecbae5
DJ
104232002-03-04 Daniel Jacobowitz <drow@mvista.com>
10424
10425 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10426 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10427 (register_addr, REGISTER_RAW_SIZE): Likewise.
10428 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10429 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10430
e9f30c21
ML
104312002-03-03 Michal Ludvig <mludvig@suse.cz>
10432
10433 * MAINTAINERS (x86-64): Add myself.
10434 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10435 changed value_ptr -> struct value *
10436
54394ac3
DB
104372002-03-01 David O'Brien <obrien@FreeBSD.org>
10438
10439 * configure.host (sparc64-*-freebsd): Add.
10440 * configure.tgt: Likewise.
10441 * config/sparc/fbsd.mh: New file.
10442 * config/sparc/fbsd.mt: Likewise.
10443 * config/sparc/nm-fbsd.h: Likewise.
10444 * config/sparc/tm-fbsd.h: Likewise.
10445
bfe95955
DJ
104462002-03-01 Daniel Jacobowitz <drow@mvista.com>
10447
10448 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10449 regformats/reg-s390x.dat.
10450
f33c6cbf
AC
104512002-03-01 Andrew Cagney <ac131313@redhat.com>
10452
10453 * utils.c: Add FIXME explaining true/false problem.
10454
5ecaa7dd
AC
104552002-02-28 Andrew Cagney <ac131313@redhat.com>
10456
10457 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10458
2a251cc2
MC
104592002-02-28 Michael Chastain <mec@shout.net>
10460
10461 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10462
6a8031a3 104632002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
10464
10465 * gdbserver/linux-s390-low.c: New file.
10466 * regformats/reg-s390.dat: New file.
10467 * regformats/reg-s390x.dat: New file.
10468 * gdbserver/configure.srv: Add S/390.
10469 * gdbserver/Makefile.in: Add S/390.
10470 * configure.tgt: Enable gdbserver for S/390.
10471
ac469903
EZ
104722002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10473
10474 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10475 first line of the doc string for "info dos", except at the end of
10476 the sentence, since the short help stops at the first period.
10477
985cb1a3
JM
104782002-02-28 Jason Merrill <jason@redhat.com>
10479
10480 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10481
c570663e
FF
104822002-02-27 Fred Fish <fnf@redhat.com>
10483
10484 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10485 comment (dumy -> dummy).
10486
43630227
PS
104872002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10488
10489 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10490
b84911e8
RB
104912002-02-27 Rodney Brown <rbrown64@csc.com.au>
10492
10493 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10494
58caa3dc
DJ
104952002-02-27 Daniel Jacobowitz <drow@mvista.com>
10496
10497 * gdbserver/acconfig.h: New file.
10498 * gdbserver/i387-fp.c: New file.
10499 * gdbserver/i387-fp.h: New file.
10500 * gdbserver/linux-x86-64.c: New file.
10501 * regformats/reg-x86-64.dat: New file.
10502 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10503 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10504 * gdbserver/configure.in: Add support for regsets.
10505 * gdbserver/config.in: Regenerate.
10506 * gdbserver/configure: Regenerate.
10507 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10508 * gdbserver/linux-low.h: New file.
10509 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10510 for regsets.
10511 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10512 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10513 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10514 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10515 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10516 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10517 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10518 "i387-fp.h". Add PTRACE_GETREGS and friends.
10519 * gdbserver/regcache.c (supply_register): New function.
10520 (supply_register_by_name): New function.
10521 (collect_register): New function.
10522 (collect_register_by_name): New function.
10523
93652174
DJ
105242002-02-27 Daniel Jacobowitz <drow@mvista.com>
10525
10526 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10527 (config.status): Add configure.srv dependency.
10528 (server_h): Add config.h dependency.
10529
a02e4a61
DJ
105302002-02-27 Daniel Jacobowitz <drow@mvista.com>
10531
10532 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10533 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10534 * gdbserver/configure.srv: Change i386-*-linux* to use
10535 reg-i386-linux.o.
10536
ce0eebec
AC
105372002-02-26 Andrew Cagney <ac131313@redhat.com>
10538
10539 * x86-64-tdep.c: Re-indent. Update copyright date.
10540
82dbc5f7
AC
105412002-02-26 Andrew Cagney <ac131313@redhat.com>
10542
10543 From Michal Ludvig <mludvig@suse.cz>:
10544 * x86-64-tdep.c (value.h): Delete.
10545 (gdb_assert.h): Include.
10546 (x86_64_register_convert_to_virtual,
10547 x86_64_register_convert_to_raw ): Add check which lets only
10548 floating-point values to be converted.
10549 (value_push): Delete.
10550 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10551 (i386_gdbarch_init): Number of register_bytes fixed.
10552
e4621584
AC
105532002-02-26 Andrew Cagney <ac131313@redhat.com>
10554
10555 * MAINTAINERS: Add x86-64 target.
10556
81a9a963
AC
105572002-02-26 Andrew Cagney <ac131313@redhat.com>
10558
10559 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10560 * osfsolib.c (solib_map_sections): Ditto.
10561 * irix5-nat.c (solib_map_sections): Ditto.
10562 * corelow.c (gdb_check_format): Ditto.
10563 * symfile.c (symfile_bfd_open): Ditto.
10564 * solib.c (solib_map_sections): Ditto.
10565 Fix PR gdb/354.
7e336ba1 10566
0f017ab9
AC
105672002-02-26 Andrew Cagney <ac131313@redhat.com>
10568
10569 * remote.c (_initialize_remote): By default, disable ``e'' and
10570 ``E'' step out-of-range packets.
10571
75738c29
AS
105722002-02-26 Andreas Schwab <schwab@suse.de>
10573
10574 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10575 m68k_linux_frame_saved_pc.
10576 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10577 in_sigtramp.
10578 (SIGCONTEXT_PC_OFFSET): Remove.
10579 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10580 m68k_linux_sigtramp_saved_pc): New functions.
10581 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10582 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10583 (UCONTEXT_PC_OFFSET): Define.
10584 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10585 non-RT and RT signal trampolines.
10586
7e8ed687
RE
105872002-02-26 Richard Earnshaw <rearnsha@arm.com>
10588
10589 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10590 (TARGET_NBPG, STACK_END_ADDR): Delete
10591 (VARIABLES_INSIDE_BLOCK): Delete.
10592
6972bc8b
AC
105932002-02-25 Andrew Cagney <ac131313@redhat.com>
10594
10595 * utils.c (perror_with_name): Make string parameter constant.
10596 (print_sys_errmsg): Ditto.
10597 (query): Ditto.
10598 * defs.h (perror_with_name): Update.
10599 (print_sys_errmsg): Update.
10600 (query): Update.
10601
aa32f823
DJ
106022002-02-25 Daniel Jacobowitz <drow@mvista.com>
10603
10604 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10605 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10606
19caaa45
PS
106072002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10608
10609 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10610 if it already matches the current architecture from the exec file.
10611 Include arch-utils.h for gdbarch_info_init prototype.
10612 * Makefile.in (rs6000-nat.o): Update dependencies.
10613
d951901f
EZ
106142002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10615
10616 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10617 list of exported variables.
10618
7ea81414
DJ
106192002-02-24 Daniel Jacobowitz <drow@mvista.com>
10620
10621 * gdbserver/configure.srv: New file.
10622 * gdbserver/configure.in: Use configure.srv instead
10623 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10624 from it.
10625 * gdbserver/configure: Regenerated.
10626 * gdbserver/terminal.h: New file.
10627 * gdbserver/Makefile.in: Update for configure changes. Remove
10628 more unneeded include paths.
10629
080fe24b
AC
106302002-02-24 Andrew Cagney <ac131313@redhat.com>
10631
10632 From wiz at danbala:
10633 * config/sparc/tm-sp64.h: Fix grammar and typos.
10634 Fix PR gdb/287.
10635
8605d56e
AC
106362002-02-24 Andrew Cagney <ac131313@redhat.com>
10637
10638 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
10639 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10640 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10641 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
10642 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10643 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10644 * s390-tdep.c: Ditto.
92362027
AC
10645 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10646 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10647 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10648 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10649 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10650 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10651 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10652 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10653 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10654 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 10655 Fix PR gdb/378.
7e336ba1 10656
8ed32cc0
AC
106572002-02-23 Andrew Cagney <ac131313@redhat.com>
10658
a3007b6f
AC
10659 * lin-thread.c: Delete file.
10660 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10661 to gdb_proc_service.h.
10662 * configure: Re-generate.
10663
50a9e2f1
AC
10664 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10665 * serial.c (serial_open): Delete check for "ocd".
10666 Fix PR gdb/349.
10667
8b6e7932
AC
10668 * Makefile.in (linux-thread.o): Delete target.
10669 * linux-thread.c: Delete file.
10670
d155c46b
AC
10671 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10672 renamed SH files to be consistent.
10673
8ed32cc0
AC
10674 * symtab.c (sort_search_symbols): Use xfree.
10675
0e18d038
RE
106762002-02-23 Richard Earnshaw <rearnsha@arm.com>
10677
10678 * arm-linux-tdep.c (arm_linux_init_abi): Register
10679 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10680 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10681 definition with undef, since we don't want the sysvr4 definition.
10682 (SKIP_TRAMPOLINE_CODE): Likewise.
10683
27aac7ff
AC
106842002-02-23 Andrew Cagney <ac131313@redhat.com>
10685
10686 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10687
10688 * configure.in: (AC_CHECK_FUNCS) Added test for
10689 canonicalize_file_name Regenerated.
10690 * config.in, configure: Regenerated.
10691 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10692 defined use canonicalize_file_name.
7e336ba1 10693
65a6e0ee
MC
106942002-02-23 Michael Chastain <mec@shout.net>
10695
10696 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10697
47b95330
AC
106982002-02-23 Andrew Cagney <ac131313@redhat.com>
10699
10700 * README: Remove references to cygnus.com.
10701 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10702 dot com'' form. Remove references to cygnus.com and sourceware.
10703
696f451b
AC
107042002-02-23 Andrew Cagney <ac131313@redhat.com>
10705
10706 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10707 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10708 1003.1-2001 no longer allows "head -1".
10709 * gdb/Makefile.in (version.c): Likewise.
10710 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10711 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10712 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10713
bbaca940
AC
107142002-02-23 Andrew Cagney <ac131313@redhat.com>
10715
10716 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10717 * command.h (cmd_cfunc_eq): Declare.
10718 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10719
10720 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10721 ``struct cmd_list_element *''.
10722 * cli/cli-cmds.c (is_complete_command): Update. Use
10723 cmd_cfunc_eq.
10724 * top.c (execute_command): Pass the command to
10725 is_complete_command.
10726 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10727
b8b8b047
AC
107282002-02-23 Andrew Cagney <ac131313@redhat.com>
10729
10730 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10731 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10732 architecture defines.
10733 * s390-tdep.c (s390_gdbarch_init): Likewise.
10734
19d3fc80
RE
107352002-02-23 Richard Earnshaw <rearnsha@arm.com>
10736
10737 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10738 (arm_linux_push_arguments): Likewise.
10739 (arm_linux_init_abi): Register them. Also register linux-specific
10740 call_dummy_words.
10741 (find_minsym_and_objfile): Use strcmp, not STREQ.
10742 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10743 (arm_linux_call_dummy_words): Delete declaration.
10744 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10745 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10746 declarations.
10747 (LOWEST_PC): Delete.
10748
3ab13650
PS
107492002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10750
10751 * maint.c (print_section_info): Do not prepend `0x' to filepos
10752 output, it will be handled by local_hex_string_custom.
10753
19d3fc80 107542002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
10755
10756 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10757 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10758 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10759
d85a5daf
JB
107602002-02-22 Jim Blandy <jimb@redhat.com>
10761
10762 Indicate that the bcache functions don't change the strings
10763 they're passed.
10764 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10765 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10766
eeb25b8a
PM
107672002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10768
10769 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10770
6badb179
CF
107712002-02-21 Christopher Faylor <cgf@redhat.com>
10772
10773 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10774 find the complete path to a loaded DLL.
10775
e8717518
FF
107762002-02-21 Fred Fish <fnf@redhat.com>
10777
10778 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10779 that marks the end of the range of a function, enter a line number
10780 entry that has a line number of zero and a PC offset that matches
10781 the end of the function. This starts a range of PC's for which no
10782 line number information is known.
10783 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10784 PC's for which no line number info is found (line number is zero)
10785 then we didn't find any valid line information.
10786 * symtab.h: Document use of zero line number entry.
10787
9abe5450
EZ
107882002-02-21 Elena Zannoni <ezannoni@redhat.com>
10789
10790 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10791 (have_ptrace_getvrregs): Define for run time checks.
10792 (gdb_vrregset_t): New type for Altivec register handling.
10793 (fetch_register, store_register): Fetch/store altivec register
10794 when needed.
10795 (fetch_altivec_register, store_altivec_register): New functions.
10796 (supply_vrregset, fill_vrregset): New functions.
10797 (fetch_altivec_registers, store_altivec_registers): New functions.
10798 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10799 registers as well.
10800
aaa38bb5
AJ
108012002-02-21 Jiri Smid <smid@suse.cz>
10802
10803 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10804
b34db576
RE
108052002-02-21 Richard Earnshaw <rearnsha@arm.com>
10806
10807 * Makefile.in (armnbsd-nat.o): Update dependencies.
10808 * armnbsd-nat.c (supply_gregset): New function. Common code to
10809 supply the integer register set.
10810 (supply_fparegset): New function. Similar for FPA registers.
10811 (fetch_regs, fetch_fp_regs): Use them.
10812 (fetch_core_registers): Likewise.
10813 (fetch_elfcore_registers): New function.
10814 (arm_netbsd_elfcore_fns): New core-file type specification.
10815 (_initialize_arm_netbsd_nat): Register it.
10816
3e56fc4b
RE
108172002-02-21 Richard Earnshaw <rearnsha@arm.com>
10818
10819 * armnbsd-nat.c: Include gdbcore.h.
10820 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10821 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10822 'void' to declaration, to shut up ARI.
10823 (fetch_core_registers): Make static. Rewrite using supply_register.
10824 (arm_netbsd_core_fns): New core-file type specification.
10825 (_initialize_arm_netbsd_nat): New function.
10826
097f6b0b
CF
108272002-02-21 Christopher Faylor <cgf@redhat.com>
10828
10829 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10830 value.
10831
c914e0cc
CF
108322002-02-20 Christopher Faylor <cgf@redhat.com>
10833
10834 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10835 fails.
10836
385fa495
DJ
108372002-02-20 Daniel Jacobowitz <drow@mvista.com>
10838
10839 * jv-exp.y (parse_number): Change type of implicit longs
10840 to builtin_type_uint64.
10841
e5f1222d
DJ
108422002-02-20 Daniel Jacobowitz <drow@mvista.com>
10843
10844 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10845 to be an integer instead of a `union wait'.
10846
75c9abc6
DJ
108472002-02-20 Daniel Jacobowitz <drow@mvista.com>
10848
10849 * mips-linux-nat.c: Call the operating system GNU/Linux.
10850 * mips-linux-tdep.c: Likewise.
10851 * mips-tdep.c: Likewise.
10852
551792a5
DJ
108532002-02-20 Daniel Jacobowitz <drow@mvista.com>
10854
10855 Fix PR gdb/265.
10856 * jv-exp.y (parse_number): Handle 64-bit integers.
10857
ee6e2b82
DJ
108582002-02-20 Daniel Jacobowitz <drow@mvista.com>
10859
10860 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10861 AC_STDC_HEADERS to AC_HEADER_STDC.
10862 * gdbserver/configure: Regenerated.
10863
a48442a0
RE
108642002-02-20 Richard Earnshaw <rearnsha@arm.com>
10865
10866 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10867 is defined.
10868 * sparc-tdep.c (get_longjmp_target): Likewise.
10869
fe419ffc
RE
108702002-02-20 Richard Earnshaw <rearnsha@arm.com>
10871
10872 * News: Add news about ARM and Multi-arch. Mention the new target
10873 arm*-*-netbsd*.
10874
5832ed7e
JB
108752002-02-19 Jim Blandy <jimb@redhat.com>
10876
10877 * stabsread.c (error_type_complaint): Improve error message.
10878
84563040
DJ
108792002-02-19 Daniel Jacobowitz <drow@mvista.com>
10880
10881 * gdbserver/README: Update documentation.
10882 * gdbserver/configure.in: Update configury to match documentation.
10883 * gdbserver/Makefile.in: Likewise.
10884 * gdbserver/configure: Regenerated.
10885 * gdbserver/aclocal.m4: New file, generated by aclocal.
10886 * gdbserver/config.in: New file, generated by autoheader.
10887
375fd65b
RE
108882002-02-19 Richard Earnshaw <rearnsha@arm.com>
10889
10890 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10891 armnbsd-nat.c.
10892
08216dd7
RE
108932002-02-19 Richard Earnshaw <rearnsha@arm.com>
10894
10895 * arm-tdep.h (enum arm_float_model): New enum.
10896 (struct gdbarch_tdep): Add fp_model.
10897 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10898 up floating-point conversions until we know the floating-point model
10899 in use by the inferior. Don't complain about being unable to
10900 determine the ABI of the inferior when we don't have one.
10901 (arm_extract_return_value): Support different floating-point models.
10902 (arm_store_return_value): Likewise.
aaa38bb5 10903 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
10904 ARM_FLOAT_SOFT.
10905 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10906
65d6d66a
PS
109072002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10908
10909 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10910 of ``current_gdbarch''.
10911
47221191
RE
109122002-02-19 Richard Earnshaw <rearnsha@arm.com>
10913
10914 * armnbsd-nat.c : ANSIfy all function declarations.
10915 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10916 (fetch_inferior_registers): Re-implement in terms of above.
10917 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10918 (store_inferior_registers): Re-implement in terms of above.
10919
fdf39c9a
RE
109202002-02-19 Richard Earnshaw <rearnsha@arm.com>
10921
aaa38bb5 10922 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
10923 kernel.
10924 * arm-linux-tdep.c: Likewise.
10925 * config/arm/tm-linux.h: Likewise.
10926
93247f88
RE
109272002-02-19 Richard Earnshaw <rearnsha@arm.com>
10928
10929 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10930 * config/arm/nbsd.mt (TM_FILE): Delete.
10931 * config/arm/tm-nbsd.h: Delete.
10932
d7b486e7
RE
109332002-02-19 Richard Earnshaw <rearnsha@arm.com>
10934
10935 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10936 Initialize CALL_DUMMY_LENGTH.
10937
41d39a95
RE
109382002-02-19 Richard Earnshaw <rearnsha@arm.com>
10939
10940 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10941 function.
10942 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 10943 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
10944 defines one thing and that is incorrect for this port.
10945 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10946
e1195560
PM
109472002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10948
10949 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10950
c1748f97
PM
109512002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10952
10953 * win32-nat.c (display_selector): New function. Displays information
10954 about the information returned by GetThreadSelectorEntry API function.
10955 (display_selectors): New function. Displays the infomation of
10956 the selector given as argument, or of CS, DS ans FS selectors
10957 if no argument is given.
10958 ( _initialize_inftarg): Add "w32" as info prefix command.
10959 Add "info w32 selector" as command calling display_selectors.
10960
e41e6bbf
PM
109612002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10962
10963 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10964 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10965 if not defined.
10966
0d3a9f48
RE
109672002-02-18 Richard Earnshaw <rearnsha@arm.com>
10968
10969 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10970
3fb4b924
RE
109712002-02-18 Richard Earnshaw <rearnsha@arm.com>
10972
10973 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10974 (arm_fix_call_dummy): Call it.
10975 (arm_call_dummy_breakpoint_offset): Delete.
10976 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10977 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10978
7f55af32
AC
109792002-02-18 Andrew Cagney <ac131313@redhat.com>
10980
10981 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10982 Default to func_frame_chain_valid.
10983 * gdbarch.h, gdbarch.c: Re-generate.
10984 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10985
05f13b9c
EZ
109862002-02-18 Elena Zannoni <ezannoni@redhat.com>
10987
10988 * ppc-linux-nat.c: Update copyright.
10989 (fetch_register, store_register): Add tid parameter, don't compute
10990 tid here.
10991 (fetch_ppc_registers, store_ppc_registers): Add tid
10992 parameter. Pass it along to callees.
10993 (fetch_inferior_registers, store_inferior_registers): Compute tid
10994 here, and pass it to calleed functions.
10995 (fill_gregset, supply_fpregset): Clean up formatting.
10996
d7afb4c9
RE
109972002-02-18 Richard Earnshaw <rearnsha@arm.com>
10998
10999 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
11000 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
11001
9df628e0
RE
110022002-02-18 Richard Earnshaw <rearnsha@arm.com>
11003
11004 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
11005 * gdbarch.c gdbarch.h: Regenerate.
11006 * breakpoint.c (create_longjmp_breakpoint): Always compile this
11007 function.
11008 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
11009 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
11010 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
11011
11012 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
11013 * arm-tdep.c (arm_get_longjmp_target): New function.
11014 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
11015 this to a positive value register arm_get_longjmp_target as the
11016 longjmp handler.
11017 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
11018 (arm_linux_init_abi): Set up longjmp description in tdep.
11019 * armnbsd-nat.c (get_longjmp_target): Delete.
11020 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
11021 description in tdep.
11022 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
11023 (get_longjmp_target): Delete declaration.
11024 (GET_LONGJMP_TARGET): Delete.
11025 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
11026 (GET_LONGJMP_TARGET): Delete.
11027
57bc8964
KB
110282002-02-17 Kevin Buettner <kevinb@redhat.com>
11029
11030 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
11031 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
11032 of ``current_gdbarch''.
11033
83d31a92
TT
110342002-02-17 Tom Tromey <tromey@redhat.com>
11035
11036 * cli/cli-cmds.c (compare_strings): New function.
11037 (complete_command): Only print each unique item once.
11038 * completer.h (complete_line): Declare.
11039 * completer.c (complete_line): New function.
11040 (line_completion_function): Use it.
11041
17ef5d92
AC
110422002-02-16 Andrew Cagney <ac131313@redhat.com>
11043
11044 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
11045 * gdbarch.h, gdbarch.c: Re-generate.
11046
491b8946
DJ
110472002-02-16 Daniel Jacobowitz <drow@mvista.com>
11048
11049 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
11050
110512002-02-16 Daniel Jacobowitz <drow@mvista.com>
11052
11053 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
11054 * valops.c (value_arg_coerce): Don't take the address of a reference
11055 to convert an argument to a reference.
11056
dfe7f3ac
CF
110572002-02-15 Christopher Faylor <cgf@redhat.com>
11058
11059 * win32-nat.c (get_image_name): New function.
11060 (handle_load_dll): Use get_image_name function.
11061 (get_child_debug_event): Avoid registering debug events until possibly
11062 execed process is started.
11063 (child_create_inferior): Allow invocation via shell so that command
11064 line redirection, etc. works ok.
11065 (_initialize_inftarg): Add new command: "set shell" to control whether
11066 a shell is used to start a process.
11067
1d33e73a
DJ
110682002-02-15 Daniel Jacobowitz <drow@mvista.com>
11069
11070 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
11071 instead of find_register_by_number.
11072 (cannot_store_register): Likewise.
11073
48cd0caa
PM
110742002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
11075
aaa38bb5 11076 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
11077 fprintf_unfiltered (gdb_stderr, ...).
11078
8656e7d8
DJ
110792002-02-15 Daniel Jacobowitz <drow@mvista.com>
11080
11081 * gdbserver/gdbserver.1: Document --attach.
11082
66e810cd
RE
110832002-02-15 Richard Earnshaw <rearnsha@arm.com>
11084
11085 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
11086 descriptions.
11087 * arm-tdep.c (arm_default_arm_le_breakpoint)
11088 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
11089 (arm_default_thumb_be_breakpoint): New. Initialize them from
11090 traditional breakpoint defines.
11091 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
11092 (arm_gdbarch_init): Initialize new breakpoint variables.
11093 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
11094 (arm_linux_init_abi): Initialize linux-specific breakpoint.
11095 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
11096 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
11097 code out to ...
11098 (arm_netbsd_init_abi_common): ... here; new function.
11099 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
11100 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
11101 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
11102 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
11103
97e03143
RE
111042002-02-15 Richard Earnshaw <rearnsha@arm.com>
11105
11106 * arm-tdep.h (enum arm_abi): New enum.
11107 (struct gdbarch_tdep): New structure.
11108 (LOWEST_PC): Provide a default.
11109 (arm_gdbarch_register_os_abi): Declare new function.
11110 * arm-tdep.c (arm_abi_names): New array.
11111 (process_note_abi_tag_sections): New function.
11112 (get_elfosabi): New function.
11113 (arm_gdbarch_register_os_abi): New function.
11114 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
11115 support for that ABI has been built in, then call the appropriate
11116 configuration routine. Use gdbarch_num_regs() to get the number
11117 of registers.
11118 (arm_dump_tdep): New function.
11119 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
11120 place-holder functions.
11121 (_initialize_arm_tdep): Register them.
11122 * config/arm/tm-arm.h (LOWEST_PC): Delete.
11123
11124 * armnbsd-tdep.c: New file.
11125 * Makefile.in (armnbsd-tdep.o): Add dependencies.
11126 * config/arm/nbsd.mt (TDEPFILES): Add it.
11127 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
11128
11129 * armnbsd-nat.c: Include regcache.h.
11130 * Makefile.in (armnbsd-nat.o): Update dependency list.
11131
11132 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
11133
ad68be46
DJ
111342002-02-14 Daniel Jacobowitz <drow@mvista.com>
11135
11136 * gdbserver/Makefile.in: Fix typos in target rules.
11137
003d6d1d
DJ
111382002-02-14 Daniel Jacobowitz <drow@mvista.com>
11139
aaa38bb5 11140 Fix part of PR gdb/267.
003d6d1d
DJ
11141 * linespec.c (find_methods): Handle constructors specially for now.
11142
6b230f1b
CV
111432002-02-14 Corinna Vinschen <vinschen@redhat.com>
11144
11145 * arm-tdep.c (arm_push_arguments): Eliminate special float type
11146 handling.
11147 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
11148 standard_coerce_float_to_double().
11149
1ea98d12
CF
111502002-02-14 Christopher Faylor <cgf@redhat.com>
11151
11152 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
11153 GDBINIT_FILENAME.
11154
dd47e6fd
EZ
111552002-02-14 Elena Zannoni <ezannoni@redhat.com>
11156
11157 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
11158 find_variant_by_name, because it confuses the multiarch
11159 framework. Return NULL if there isn't an architecture with the
11160 user supplied name, instead of forcing a different one without
11161 recording the change with the multiarch machinery.
11162 (find_variant_by_name): Delete.
11163
d7e39b9e
PS
111642002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11165
11166 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
11167 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
11168
76e42a4f
MH
111692002-02-13 Martin M. Hunt <hunt@redhat.com>
11170
aaa38bb5 11171 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
11172 print_frame_info_listing_hook, set current_source_symtab.
11173
0a30fbc4
DJ
111742002-02-14 Daniel Jacobowitz <drow@mvista.com>
11175
11176 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
11177 and remove unused $(INCLUDE_DIR).
11178 Add regcache.c to OBS.
11179 Add generated register protocol files to clean target.
11180 Update dependencies for new objects, obsolete old target code.
11181
11182 * gdbserver/linux-low.c: Remove all platform-specific code to
11183 new files. Remove various dead code. Update to use regcache
11184 functionality.
11185 * gdbserver/remote-utils.c (fromhex): Add return statement
11186 to quiet warning.
11187 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
11188 constant.
11189 (input_interrupt): Add integer parameter to match prototype
11190 of a signal handler.
11191 (outreg): Use register_data ().
11192 (prepare_resume_reply): Use gdbserver_expedite_regs.
11193 * gdbserver/server.c (main): Dynamically allocate own_buf because
11194 PBUFSIZ is no longer constant. Use registers_to_string () and
11195 registers_from_string ().
11196 * gdbserver/server.h: No longer include "defs.h". Add prototypes
11197 for error (), fatal (), and warning (). Update definition of
11198 PBUFSIZ to use regcache functionality. Add include guard.
11199 * gdbserver/utils.c (fatal): Add missing ``const''.
11200 (warning): New function.
11201
11202 * regformats/regdat.sh: Include "regcache.h" in generated files.
11203 Provide init_registers () function.
11204 * regformats/regdef.h: Add prototype for set_register_cache ().
11205 Add include guard.
11206
11207 * gdbserver/linux-arm-low.c: New file.
11208 * gdbserver/linux-i386-low.c: New file.
11209 * gdbserver/linux-ia64-low.c: New file.
11210 * gdbserver/linux-m68k-low.c: New file.
11211 * gdbserver/linux-mips-low.c: New file.
11212 * gdbserver/linux-ppc-low.c: New file.
11213 * gdbserver/linux-sh-low.c: New file.
11214
11215 * gdbserver/regcache.c: New file.
11216 * gdbserver/regcache.h: New file.
11217
11218 * gdbserver/low-linux.c: Removed obsolete file.
11219
4cc841d0
DJ
112202002-02-14 Daniel Jacobowitz <drow@mvista.com>
11221
11222 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
11223 * config/i386/linux.mt: Likewise.
11224 * config/ia64/linux.mt: Likewise.
11225 * config/m68k/linux.mh: Likewise.
11226 * config/powerpc/linux.mh: Likewise.
11227 * config/mips/linux.mt: Likewise.
11228
11229 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
11230
11231 * config/i386/i386lynx.mh: Mark gdbserver variables
11232 as (currently) obsolete for this target.
11233 * config/i386/nbsd.mt: Likewise.
11234 * config/i386/nbsdelf.mt: Likewise.
11235 * config/m32r/m32r.mt: Likewise.
11236 * config/m68k/m68klynx.mh: Likewise.
11237 * config/m68k/nbsd.mt: Likewise.
11238 * config/m68k/sun3os4.mh: Likewise.
11239 * config/mips/vr5000.mt: Likewise.
11240 * config/ns32k/nbsd.mt: Likewise.
11241 * config/pa/hppabsd.mh: Likewise.
11242 * config/pa/hppaosf.mh: Likewise.
11243 * config/powerpc/nbsd.mt: Likewise.
11244 * config/rs6000/rs6000lynx.mh: Likewise.
11245 * config/s390/s390.mt: Likewise.
11246 * config/s390/s390x.mt: Likewise.
11247 * config/sparc/sparclynx.mh: Likewise.
11248 * config/sparc/sun4os4.mh: Likewise.
11249 * config/i386/x86-64linux.mt: Likewise.
11250 * config/sparc/linux.mh: Likewise.
11251
a85f51e7
DJ
112522002-02-14 Daniel Jacobowitz <drow@mvista.com>
11253
11254 * configure.tgt: Configure gdbserver only for known working
11255 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
11256 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
11257 SUBDIRS if it is configured. Update comment for ${nativefile}.
11258 * configure: Regenerated.
11259
65554fef
MS
112602002-02-13 Michael Snyder <msnyder@redhat.com>
11261
670a52db
MS
11262 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11263
6dbdc4a3
MS
11264 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11265 (default_gcore_mach): Just return 0, work around a problem in bfd.
11266 (default_gcore_target): OK to return NULL if exec_bfd is null.
11267 (make_mem_sec): Use a cast, avoid a warning.
11268
11269 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 11270 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
11271 sizeof (host pointer) != sizeof (target pointer)).
11272 (procfs_make_note_section): Avoid overflow in psargs string.
11273
aaa38bb5 11274 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
11275 implementation return an error.
11276
112772002-02-13 Rodney Brown <rbrown64@csc.com.au>
11278
11279 * procfs.c (procfs_make_note_section): Provide a default definition
11280 (for alpha-dec-osf4.0f). Fix typos.
11281
1e4d76e7
EZ
112822002-02-13 Elena Zannoni <ezannoni@redhat.com>
11283
11284 * linux-proc.c: Add include of regcache.h.
11285 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11286
b6d1a1d5
AC
112872002-02-13 Andrew Cagney <ac131313@redhat.com>
11288
11289 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
11290 * memattr.c (create_mem_region): Disallow useless empty region.
11291 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 11292 non-overlapping.
b6d1a1d5 11293
6c6ea35e
MC
112942002-02-13 Michael Chastain <mec@shout.net>
11295
11296 * defs.h: Kill CONST_PTR.
11297 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11298 * c-lang.c (c_builtin_types): Likewise.
11299 * ch-lang.c (ch_builtin_types): Likewise.
11300 * f-lang.c (f_builtin_types): Likewise.
11301 * language.c (unknown_builtin_types): Likewise.
11302 * m2-lang.c (m2_builtin_types): Likewise.
11303 * p-lang.c (pascal_builtin_types): Likewise.
11304 * scm-lang.c (c_builtin_types): Likewise.
11305
3e0b0f48
KS
113062002-02-13 Keith Seitz <keiths@redhat.com>
11307
11308 * arm-tdep.h (arm_get_next_pc): Add declaration.
11309
67255d04
RE
113102002-02-13 Richard Earnshaw <rearnsha@arm.com>
11311
11312 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11313 with other related struct-returning functions.
11314 (arm_extract_struct_value_address): New function.
11315 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11316 initialize float_format, double_format and long_double_format as
11317 appropriate to the endianness of the target.
11318 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11319 (arm_use_struct_convention): Delete declaration.
11320 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11321
079777f6
KS
113222002-02-13 Keith Seitz <keiths@redhat.com>
11323
11324 * defs.h (core_addr_to_string_nz): New function.
11325
34588f23
MK
113262002-02-13 Mark Kettenis <kettenis@gnu.org>
11327
11328 Apply missing bits of 2002-01-15 patch.
11329 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11330 (fill_fpregset): Use i387_fill_fsave.
11331
49b563f9
KS
113322002-02-12 Keith Seitz <keiths@redhat.com>
11333
49b563f9
KS
11334 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11335 (core_addr_to_string_nz): New function.
11336
aeb98c60
RE
113372002-02-11 Richard Earnshaw <rearnsha@arm.com>
11338
11339 * arm-linux-nat.c: Really include arm-tdep.h.
11340 * config/arm/tm-linux.h (struct type, struct value): Declare.
11341
65554fef
MS
113422002-02-11 Michael Snyder <msnyder@redhat.com>
11343
11344 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11345 (gcore section): Ifdef for Solaris and Unixware only.
11346 (procfs_do_thread_registers): Unixware needs one lwpstatus
11347 per thread (not one prstatus or pstatus).
11348 (procfs_make_note_section): Iterate only over kernel threads (lwps),
11349 not over all gdb threads. For unixware, call elfcore_write_pstatus
11350 once before iterating over threads.
11351
34e8f22d
RE
113522002-02-11 Richard Earnshaw <rearnsha@arm.com>
11353
11354 * arm-tdep.h: New file.
11355 * arm-tdep.c: Include arm-tdep.h.
11356 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11357 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11358 (arm_print_float_info, arm_register_type, convert_to_extended)
11359 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11360 (arm_extract_return_value, arm_register_name): Make static.
11361 (arm_software_single_step): Similarly. Fix types in declaration.
11362 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11363 (arm_store_return_value, arm_store_struct_return): New functions.
11364 (arm_gdbarch_init): Register the above functions. Also register
11365 call_dummy_start_offset, sizeof_call_dummy_words,
11366 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11367 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 11368 max_register_virtual_size, register_size. Set up
34e8f22d
RE
11369 prologue_cache.saved_regs here, rather than ...
11370 (_initialize_arm_tdep): ... here.
11371 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11372 declarations.
11373 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11374 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11375 (arm_print_float_info, arm_register_type, convert_to_extended)
11376 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11377 (arm_extract_return_value, arm_register_name): Delete declarations.
11378 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11379 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11380 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11381 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11382 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11383 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11384 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11385 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11386 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11387 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11388 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11389 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11390 interface.
11391 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11392 * remote-rdi.c remote-rdp.c: Likewise.
11393 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11394 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11395 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11396 definition.
11397
11398 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11399 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11400 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11401 from non-ARM_ prefixed definitions.
11402 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11403 all uses of above.
11404 * remote-rdi.c remote-rdp.c: Likewise.
11405 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11406
148754e5
RE
114072002-02-11 Richard Earnshaw <rearnsha@arm.com>
11408
11409 * arm-tdep.c (arm_frameless_function_invocation)
11410 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11411 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11412 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11413 (arm_pop_frame, arm_get_next_pc): Make static.
11414 (arm_gdbarch_init): Register above in gdbarch structure.
11415 (arm_read_fp): Renamed from arm_target_read_fp.
11416 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11417 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11418 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11419 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11420 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11421 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11422 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
11423 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11424 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11425 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11426 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 11427
434d2d4f
DJ
114282002-02-10 Daniel Jacobowitz <drow@mvista.com>
11429
11430 * symtab.c (compare_search_syms): New function.
11431 (sort_search_symbols): New function.
11432 (search_symbols): Sort symbols after searching rather than
11433 before.
11434
55241689
AC
114352002-02-10 Andrew Cagney <ac131313@redhat.com>
11436
11437 * NEWS: Linux -> GNU/Linux.
11438
028c194b
AC
114392002-02-10 Andrew Cagney <ac131313@redhat.com>
11440
11441 * gdbarch.sh: For for level one methods, disallow a definition
11442 when partially multi-arched. Add comments explaining rationale.
11443 * gdbarch.h: Re-generate.
11444
6acf50cd
AC
114452002-02-10 Andrew Cagney <ac131313@redhat.com>
11446
11447 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11448 multi-arch partial.
aaa38bb5 11449
50248794
AC
114502002-02-10 Andrew Cagney <ac131313@redhat.com>
11451
11452 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11453 field. Use diff -u.
11454 * gdbarch.c: Re-generate.
11455
c30e0066
AC
114562002-02-10 Andrew Cagney <ac131313@redhat.com>
11457
9b56c5f3 11458 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
11459 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11460 partial.
11461
6e6d6484
AC
114622002-02-10 Andrew Cagney <ac131313@redhat.com>
11463
11464 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11465 multi-arch partial.
11466 (PUSH_ARGUMENTS): Switch to using predefault.
11467 * gdbarch.c: Regenerate.
11468
c203844d
AC
114692002-02-10 Andrew Cagney <ac131313@redhat.com>
11470
11471 * valops.c (PUSH_ARGUMENTS): Delete definition.
11472 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11473 partial. Default to default_push_arguments.
11474 * gdbarch.h, gdbarch.c: Regenerate.
11475
b5a2688f
AC
114762002-02-09 Andrew Cagney <ac131313@redhat.com>
11477
11478 * defs.h (throw_exception): Rename return_to_top_level. Update
11479 comments.
11480 * utils.c (error_stream, internal_verror, quit): Ditto.
11481 * top.c (throw_exception, catcher): Ditto.
11482 * sparclet-rom.c (sparclet_load): Ditto.
11483 * remote.c (interrupt_query, minitelnet): Ditto.
11484 * remote-sds.c (interrupt_query): Ditto.
11485 * remote-mips.c (mips_error, mips_kill): Ditto.
11486 * ocd.c (interrupt_query): Ditto.
11487 * monitor.c (monitor_interrupt_query): Ditto.
11488 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11489 * target.h: Update comment.
aaa38bb5 11490
b5a2688f 11491 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 11492
2fa5c1e0
AC
114932002-02-09 Andrew Cagney <ac131313@redhat.com>
11494
11495 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11496 default_double_format.
11497 * gdbarch.h, gdbarch.c: Re-generate.
11498 * findvar.c (floatformat_unknown): Delete variable definition.
11499 * doublest.h (floatformat_unknown): Delete variable declaration.
11500
da966255
JB
115012002-02-09 Jim Blandy <jimb@redhat.com>
11502
11503 * stabsread.c (read_type): Add code to parse Sun's syntax for
11504 prototyped function types.
11505
123a4891
AC
115062002-02-09 Andrew Cagney <ac131313@redhat.com>
11507
11508 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11509 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11510
fb39c8f3
PS
115112002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11512
11513 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11514 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11515 now _initialize_xcoffsolib gets called again and overrides the
11516 commands from solib.c in a native configuration.
11517
0b87a11d
MK
115182002-02-09 Mark Kettenis <kettenis@gnu.org>
11519
11520 * doublest.c (store_typed_floating): Don't try to return a value.
11521 Fixes PR gdb/290.
11522
bdc2fc72
JB
115232002-02-08 Jim Blandy <jimb@redhat.com>
11524
11525 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11526 is prototyped and has no arguments, print its argument list as
11527 `(void)'.
11528
da69bbcf
CD
115292002-02-08 Chris Demetriou <cgd@broadcom.com>
11530
11531 * MAINTAINERS (write-after-approval): Add myself.
11532 (paper-trail): I've escaped!
aaa38bb5 11533
b69571f5
CF
115342002-02-08 Christopher Faylor <cgf@redhat.com>
11535
11536 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11537 changes.
11538 (_initialize_check_for_gdb_ini): Ditto.
11539
f6871398
MH
115402002-02-08 Martin M. Hunt <hunt@redhat.com>
11541
11542 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11543 xaprintf -> xasprintf.
11544
4e52d31c
PM
115452002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11546
11547 * win32-nat.c: Remove use of printf and sprintf functions.
11548
39bbf761
RE
115492002-02-08 Richard Earnshaw <rearnsha@arm.com>
11550
11551 * arm-tdep.c (arm_frame_chain_valid): Make static.
11552 (arm_push_arguments): Likewise.
11553 (arm_gdbarch_init): New function.
11554 (_initialize_arm_tdep): Call it.
11555 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11556 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11557 (FRAME_CHAIN_VALID): Delete.
11558 (arm_frame_chain_valid): Delete declaration.
11559 (PUSH_ARGUMENTS): Delete.
11560 (arm_push_arguments): Delete declaration.
11561 (CALL_DUMMY_P): Delete.
11562
9c9532c9
CV
115632002-02-08 Andrew Cagney <ac131313@redhat.com>
11564 Corinna Vinschen <vinschen@redhat.com>
11565
11566 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11567 on builtin float types.
11568
4e8f7a8b
DJ
115692002-02-08 Daniel Jacobowitz <drow@mvista.com>
11570
11571 * utils.c: Include <curses.h> before "bfd.h".
11572 * tui/tui-hooks.c: Likewise.
11573 * tui/tui.c: Likewise.
11574 * tui/tuiCommand.c: Likewise.
11575 * tui/tuiData.c: Likewise.
11576 * tui/tuiDataWin.c: Likewise.
11577 * tui/tuiDisassem.c: Likewise.
11578 * tui/tuiGeneralWin.c: Likewise.
11579 * tui/tuiIO.c: Likewise.
11580 * tui/tuiLayout.c: Likewise.
11581 * tui/tuiRegs.c: Likewise.
11582 * tui/tuiSource.c: Likewise.
11583 * tui/tuiSourceWin.c: Likewise.
11584 * tui/tuiStack.c: Likewise.
11585 * tui/tuiWin.c: Likewise.
11586
cd4bffcf
EZ
115872002-02-07 Elena Zannoni <ezannoni@redhat.com>
11588
11589 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11590 to include space for pseudoregs as well. Update loops accordingly.
11591 (sh_fp_frame_init_saved_regs): Ditto.
11592 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11593
26806ce2
AC
115942002-02-07 Andrew Cagney <ac131313@redhat.com>
11595
11596 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11597 Add Richard Earnshaw to Arm maintainers.
11598
97fdab62
AC
115992002-02-07 Andrew Cagney <ac131313@redhat.com>
11600
a6b98203
AC
11601 * defs.h (warning_begin): Delete declaration.
11602
97fdab62
AC
11603 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11604 Delete macro.
11605
78b29b40
MS
116062002-02-07 Michael Snyder <msnyder@redhat.com>
11607
aaa38bb5 11608 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
11609 Logic bug, remove misplaced else.
11610
d8849953
KD
116112002-02-07 Klee Dienes <klee@apple.com>
11612
11613 * fork-inferior.c (fork_inferior): Add '!' to the list of
11614 characters that need to be quoted when building a string for the
11615 shell. Quote '!' specifically with a backslash, since CSH chokes
11616 when trying to evaluate "str!str".
aaa38bb5 11617
095778a0
NC
116182002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11619
11620 * rdi-share/host.h: Only provide a typedef for bool if it is not
11621 defined.
11622
1900040c
MS
116232002-02-04 Michael Snyder <msnyder@redhat.com>
11624
11625 * breakpoint.h (enum bptype): Add new overlay event bp type.
11626 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 11627
1900040c
MS
11628 * breakpoint.c (create_internal_breakpoint): New function.
11629 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11630 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11631 (create_thread_event_breakpoint): Ditto.
11632 (create_solib_event_breakpoint): Ditto.
11633 (create_overlay_event_breakpoint): New function.
11634 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11635 (update_breakpoints_after_exec): Delete and re-initialize
11636 overlay event breakpoints after an exec. Add FIXME comment
11637 about longjmp breakpoint.
11638 (print_it_typical): Ignore overlay event breakpoints.
11639 (print_one_breakpoint): Ditto.
11640 (mention): Ditto.
11641 (bpstat_what): Do not stop for overlay event breakpoints.
11642 (delete_breakpoint): Don't delete overlay event breakpoints.
11643 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11644 (breakpoint_re_set): Re-create overlay event breakpoint.
11645
11646 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11647 (overlay_manual_command): Disable overlay breakpoints.
11648 (overlay_off_command): Disable overlay breakpoints.
11649
082fc60d
RE
116502002-02-06 Richard Earnshaw <rearnsha@arm.com>
11651
11652 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11653 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11654 to here from config/tm-arm.h.
11655 (coff_sym_is_thumb): Make static.
11656 (arm_elf_make_msymbol_special): New function.
11657 (arm_coff_make_msymbol_special): New function.
11658 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11659 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11660 (coff_sym_is_thumb): Delete declaration.
11661 (arm_elf_make_msymbol_special): Declare.
11662 (arm_coff_make_msymbol_special): Declare.
11663 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11664 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11665
039c5766
RE
116662002-02-06 Richard Earnshaw <rearnsha@arm.com>
11667
11668 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11669
116702002-02-06 Richard Earnshaw <rearnsha@arm.com>
11671
11672 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11673 * gdbarch.c gdbarch.h: Regenerate.
11674 * arch-utils.c (default_print_float_info): New function.
11675 * arch-utils.h (default_print_float_info): Prototype it.
11676 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11677 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11678 (PRINT_FLOAT_INFO): Document it.
11679
11680 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11681 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11682 (PRINT_FLOAT_INFO): Define.
11683
58fa08f0
PM
116842002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11685
aaa38bb5 11686 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
11687 Add typecast to sprintf argument to suppress a warning.
11688
7393af7c
PM
116892002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11690
58fa08f0 11691 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
11692 to allow easier handling of pass state.
11693 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11694 that gives exception name and address.
11695 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 11696 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 11697 exceptions added.
aaa38bb5
AJ
11698 (child_continue): Correctly report continue_status.
11699 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 11700 TARGET_SIGNAL_0 (new default value).
aaa38bb5 11701 (child_resume): consider sig argument passed to decide if
7393af7c
PM
11702 the exception should be passed to debuggee or not.
11703
6af4589c
MS
117042002-02-05 Michael Snyder <msnyder@redhat.com>
11705
11706 * regcache.c (fetch_register): Call target_fetch_register
11707 only if we don't call FETCH_PSEUDO_REGISTER.
11708 (store_register): Call target_store_register only if we
11709 don't call STORE_PSEUDO_REGISTER.
11710
a2cf933a
EZ
117112002-02-05 Elena Zannoni <ezannoni@redhat.com>
11712
11713 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11714 ELF_MAKE_MSYMBOL_SPECIAL.
11715 * gdbarch.c, gdbarch.h: Regenerate.
11716 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 11717 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
11718 * elfread.c (elf_symtab_read): Compile use of
11719 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11720 multiarched.
11721 * coffread.c (coff_symtab_read): Ditto, for
11722 COFF_MAKE_MSYMBOL_SPECIAL.
11723
6bb7be43
JB
117242002-02-05 Jim Blandy <jimb@redhat.com>
11725
11726 * solib-svr4.c (svr4_truncate_ptr): New function.
11727 (svr4_relocate_section_addresses): Do the address arithmetic with
11728 the appropriate truncation for target addresses, even when
11729 CORE_ADDR is larger than a target address.
11730
e18651ec
DJ
117312002-02-05 Daniel Jacobowitz <drow@mvista.com>
11732
11733 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11734 to (int *).
11735
6b2725be
DJ
117362002-02-05 Daniel Jacobowitz <drow@mvista.com>
11737
11738 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11739 code.
11740
fca9e603
DJ
117412002-02-05 Daniel Jacobowitz <drow@mvista.com>
11742
11743 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11744
6c537a52
DJ
117452002-02-05 Daniel Jacobowitz <drow@mvista.com>
11746
11747 * gdbserver/linux-low.c: Remove unused include files.
11748
d844cde6
DJ
117492002-02-05 Daniel Jacobowitz <drow@mvista.com>
11750
11751 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11752 (read_inferior_memory): Use it.
11753 (write_inferior_memory): Likewise.
11754
d07c63e7
DJ
117552002-02-05 Daniel Jacobowitz <drow@mvista.com>
11756
11757 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11758 grubbing through sys_errlist.
11759
da6d8c04
DJ
117602002-02-05 Daniel Jacobowitz <drow@mvista.com>
11761
11762 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11763
5b421780
PM
117642002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11765 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11766
9f60d481
AC
117672002-02-04 Andrew Cagney <ac131313@redhat.com>
11768
11769 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11770 (do_sfunc, set_cmd_sfunc): New functions.
11771
11772 * command.h (struct cmd_list_element): Add field func.
11773 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11774 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11775 * cli/cli-decode.h: Ditto.
11776
11777 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11778 (help_all, help_cmd_list): Ditto.
11779 (find_cmd, complete_on_cmdlist): Ditto.
11780 * top.c (execute_command): Ditto.
11781
11782 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11783 function.sfunc.
11784
11785 * infcmd.c (notice_args_read): Fix function signature.
11786
11787 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11788 * cli/cli-decode.c (add_set_cmd): Ditto.
11789 * utils.c (initialize_utils): Ditto.
11790 * maint.c (_initialize_maint_cmds): Ditto.
11791 * infrun.c (_initialize_infrun): Ditto.
11792 * demangle.c (_initialize_demangler): Ditto.
11793 * remote.c (add_packet_config_cmd): Ditto.
11794 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11795 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11796 * proc-api.c (_initialize_proc_api): Ditto.
11797 * kod.c (_initialize_kod): Ditto.
11798 * valprint.c (_initialize_valprint): Ditto.
11799 * top.c (init_main): Ditto.
11800 * infcmd.c (_initialize_infcmd): Ditto.
11801 * corefile.c (_initialize_core): Ditto.
11802 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11803 * arch-utils.c (initialize_current_architecture): Ditto.
11804 (_initialize_gdbarch_utils): Ditto.
11805 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11806
11807 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11808 * wince.c (_initialize_inftarg): Ditto.
11809 * symfile.c (_initialize_symfile): Ditto.
11810 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11811 * language.c (_initialize_language): Ditto.
11812 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11813
f9ba0717
MS
118142002-02-04 Michael Snyder <msnyder@redhat.com>
11815
11816 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11817
0c74b2a7
DJ
118182002-02-04 Daniel Jacobowitz <drow@mvista.com>
11819
11820 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11821 Add rules for building the register data files.
11822
c638789f
DJ
118232002-02-04 Daniel Jacobowitz <drow@mvista.com>
11824
11825 * regformats/regdat.sh: Add braces to the definition of
11826 expedite_regs_${arch}.
11827
db253027
DJ
118282002-02-04 Daniel Jacobowitz <drow@mvista.com>
11829
11830 * regformats/regdef.h (struct reg): Add comment describing the
11831 requirements for offset and size fields.
11832
206be19c
AS
118332002-02-04 Andreas Schwab <schwab@suse.de>
11834
11835 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11836 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11837
181c1381
RE
118382002-02-04 Richard Earnshaw <rearnsha@arm.com>
11839
11840 * gdbarch.sh (copyright): Update years in generated header.
11841 (SMASH_TEXT_ADDRESS): Add rule.
db253027 11842 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
11843 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11844 * dbxread.c: Likewise.
11845 * dwarfread.c: Likewise.
11846 * elfread.c: Likewise.
11847 * somread.c: Likewise.
11848
11849 * arm-tdep.c (arm_smash_text_address): New function.
11850 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11851
fa4ba8da
PM
118522002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11853
11854 Add support for hardware watchpoints on win32 native.
aaa38bb5 11855 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 11856 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 11857 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
11858 of debug registers.
11859 (debug_registers_changed): New variable. Reflects when debug registers
11860 are changed and need to be written to inferior.
aaa38bb5 11861 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
11862 was set, used when new threads are created.
11863 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11864 i386-nat code.
11865 (thread_rec): Set dr array if id is the thread of current_event .
11866 (child_continue, child_resume): Change the debug registers for all
11867 threads if debug_registers_changed.
11868 (child_add_thread): Change the debug registers if debug_registers_used.
11869 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11870 Link nm.h to new nm-cygwin.h file.
11871 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11872 of hardware registers.
11873
a73c86fb
AC
118742002-02-03 Andrew Cagney <ac131313@redhat.com>
11875
11876 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11877 Restore behavour broken by 2002-01-20 Andrew Cagney
11878 <ac131313@redhat.com> IEEE_FLOAT removal.
11879
acf5ed49
DJ
118802002-02-03 Daniel Jacobowitz <drow@mvista.com>
11881
11882 * c-valprint.c (c_val_print): Pass a proper valaddr to
11883 cp_print_class_method.
11884 * valops.c (search_struct_method): If there is only one method
11885 and args is NULL, return that method.
11886
493d28d5
DJ
118872002-02-03 Daniel Jacobowitz <drow@mvista.com>
11888
11889 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11890 accessing tag_name directly.
11891
7495dfdb
DJ
118922002-02-03 Daniel Jacobowitz <drow@mvista.com>
11893
11894 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11895 of accessing tag_name directly.
11896
dd6bda65
DJ
118972002-02-03 Daniel Jacobowitz <drow@mvista.com>
11898
11899 PR gdb/280
11900 * gdbtypes.c (replace_type): New function.
11901 * gdbtypes.h (replace_type): Add prototype.
11902 * stabsread.c (read_type): Use replace_type.
11903
88fe217c
RE
119042002-02-03 Richard Earnshaw <rearnsha@arm.com>
11905
11906 * Makefile.in (memattr.o): Add missing dependencies rule.
11907
e5d66720
PS
119082002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11909
11910 * breakpoint.c (break_at_finish_command): Really export.
11911 (break_at_finish_at_depth_command): Ditto.
11912 (tbreak_at_finish_command): Ditto.
11913 * hppa-tdep.c: Include completer.h.
11914 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11915 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11916
fffee0be
AC
119172002-02-01 Andrew Cagney <ac131313@redhat.com>
11918
11919 * utils.c (do_write): New function.
11920 (error_stream): Rewrite combining the code from error_begin and
11921 verror.
11922 (verror): Rewrite using error_stream.
11923 (error_begin): Delete function.
11924
255e7dbf
AC
119252002-02-01 Andrew Cagney <ac131313@redhat.com>
11926
11927 * utils.c (error_begin): Make static.
11928 * defs.h (error_begin): Delete declaration.
11929
11930 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11931 (decode_line_1): Use cplusplus_error instead of error_begin,
11932 cplusplus_hint and return_to_top_level.
11933 * coffread.c (coff_symfile_read): Use error instead of error_begin
11934 and return_to_top_level.
11935 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11936
ddfe3c15
AC
119372002-02-01 Andrew Cagney <ac131313@redhat.com>
11938
11939 * language.h (type_error, range_error): Make string parameter
11940 constant.
11941 * language.c (warning_pre_print): Delete extern declaration.
11942 * dwarfread.c (warning_pre_print): Ditto.
11943 * language.c (type_error, range_error): Rewrite to use verror and
11944 vwarning instead of warning_begin.
11945
03ac34d5
MS
119462002-02-01 Michael Snyder <msnyder@redhat.com>
11947
261c4ca2
MS
11948 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11949 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 11950
e00d1dc8
AC
119512002-02-01 Andrew Cagney <ac131313@redhat.com>
11952
11953 * command.h (NO_FUNCTION): Delete macro.
11954 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11955 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11956 * tracepoint.c (_initialize_tracepoint): Ditto.
11957 * cli/cli-decode.c (add_set_cmd): Ditto.
11958 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 11959
76b79d6e
DJ
119602002-02-01 Daniel Jacobowitz <drow@mvista.com>
11961
11962 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11963 Update ``this'' pointer when calling virtual functions.
11964
799f9e91
MS
119652002-02-01 Michael Snyder <msnyder@redhat.com>
11966
c7bd442c 11967 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
11968 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11969
3cf384d4
DJ
119702002-02-01 Daniel Jacobowitz <drow@mvista.com>
11971
11972 * regformats/reg-arm.dat: New file.
11973 * regformats/reg-i386.dat: New file.
11974 * regformats/reg-ia64.dat: New file.
11975 * regformats/reg-m68k.dat: New file.
11976 * regformats/reg-mips.dat: New file.
11977 * regformats/reg-ppc.dat: New file.
11978 * regformats/reg-sh.dat: New file.
11979 * regformats/regdef.h: New file.
11980 * regformats/regdat.sh: New file.
11981
0defa245
RE
119822002-02-01 Richard Earnshaw <reanrsha@arm.com>
11983
11984 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11985 (arm_frame_args_address, arm_frame_locals_address): New functions.
11986 (arm_frame_num_args): New function.
11987 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11988 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11989 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11990
405f26e6
MS
119912002-01-31 Michael Snyder <msnyder@redhat.com>
11992
502fd408
MS
11993 * breakpoint.c (break_at_finish_command): Export.
11994 (break_at_finish_at_depth_command): Export.
11995 (tbreak_at_finish_command): Export.
d6020d45 11996 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
502fd408 11997 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
d6020d45 11998 "txbreak" commands, which are HPPA specific.
502fd408 11999
7d35e135
MS
12000 * printcmd.c (disassemble_command): Remove an ancient
12001 artifact of an old merge.
12002
aaa38bb5 12003 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
12004 Define enum constant values for overlay mode.
12005 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
12006 (overlay_is_mapped, overlay_auto_command,
12007 overlay_manual_command): Ditto.
d874f1e2 12008
aaa38bb5
AJ
12009 * breakpoint.c (insert_breakpoints, remove_breakpoint,
12010 breakpoint_here_p, breakpoint_inserted_here_p,
12011 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
12012 describe_other_breakpoints, check_duplicates, clear_command):
12013 Coding standard fixes.
12014
8add0441 12015 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 12016 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
12017 code: check bfd SEC_READONLY flag for section.
12018
e351066e
AC
120192002-01-31 Andrew Cagney <ac131313@redhat.com>
12020
7d35e135 12021 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 12022
8a48e967
DJ
120232002-01-30 Daniel Jacobowitz <drow@mvista.com>
12024
12025 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
12026 data symbols, since we search based on textlow and texthigh.
12027 (find_pc_sect_symtab): Likewise.
12028
f5a96129
AC
120292002-01-30 Andrew Cagney <ac131313@redhat.com>
12030
12031 * defs.h (vwarning): Declare.
f5a96129
AC
12032 * utils.c (vwarning): New function.
12033 (warning): Call vwarning.
12034 (warning_begin): Delete function.
12035
12036 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
12037 the warning message.
12038 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
12039 warning_begin.
12040
cefd4ef5
MS
120412002-01-30 Michael Snyder <msnyder@redhat.com>
12042
1a703748
MS
12043 * NEWS: Mention "set trust-readonly-sections" command.
12044 Mention generate-core-file command.
cefd4ef5 12045
3a11626d
MS
120462002-01-15 Michael Snyder <msnyder@redhat.com>
12047
12048 * target.c: New command, "set trust-readonly-sections on".
12049 (do_xfer_memory): Honor the suggestion to trust readonly sections
12050 by reading them from the object file instead of from the target.
12051 (initialize_targets): Register command "set trust-readonly-sections".
12052
d1c7e53b
AC
120532002-01-29 Andrew Cagney <ac131313@redhat.com>
12054
12055 * parse.c (target_map_name_to_register): Simplify, search regs and
12056 pseudo-regs using a single loop.
12057
e2c9a72c
AC
120582002-01-30 Andrew Cagney <ac131313@redhat.com>
12059
12060 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
12061
69824b4e
MK
120622002-01-15 Rodney Brown <rbrown64@csc.com.au>
12063
12064 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
12065 * config/i386/i386v42mp.mh: Add i387-nat.o .
12066 * i386v4-nat.c: Include i387-nat.h.
12067 (supply_fpregset): Use i387_supply_fsave.
12068 (fill_fpregset): Use i387_fill_fsave.
12069
6eb69eab
RE
120702002-01-30 Richard Earnshaw <rearnsha@arm.com>
12071
12072 * arm-tdep.c (arm_call_dummy_words): Define.
12073 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
12074 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
12075 (CALL_DUMMY_WORDS): Define.
12076 (arm_call_dummy_words): Declare.
12077 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
12078 (arm_linux_call_dummy_words): Declare.
12079
9852326a
AS
120802002-01-30 Andreas Schwab <schwab@suse.de>
12081
12082 * m68klinux-nat.c: Fix last change to use regcache_collect
12083 instead of referencing registers[] directly.
12084
977a3030
AC
120852002-01-29 Andrew Cagney <ac131313@redhat.com>
12086
12087 * parse.c (target_map_name_to_register): Delete code wrapped in
12088 #ifdef REGISTER_NAME_ALIAS_HOOK.
12089
2076c72b
MS
120902002-01-28 Michael Snyder <msnyder@redhat.com>
12091
12092 * regcache.c (legacy_read_register_gen): Need to be able to
12093 read pseudo-register as well as real register.
12094 (legacy_write_register_gen): Ditto.
12095
8fcc723b
AC
120962002-01-28 Andrew Cagney <ac131313@redhat.com>
12097
12098 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12099 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
12100 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
12101 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
12102 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
12103 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
12104 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
12105 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
12106 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
12107 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12108 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
12109 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
12110 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
12111 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
12112 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
12113 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
12114 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
12115 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
12116 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
12117 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
12118
afe64c1a
AC
121192002-01-28 Andrew Cagney <ac131313@redhat.com>
12120
12121 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
12122 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
12123 (initialize_current_architecture): Update target_byte_order using
12124 information from BFD.
aaa38bb5 12125 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
12126 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
12127
75bc7ddf
AC
121282002-01-28 Andrew Cagney <ac131313@redhat.com>
12129
12130 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
12131 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
12132
12133 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
12134 #ifdef INVALID_FLOAT.
12135 * infcmd.c (do_registers_info): Ditto.
12136 * values.c (unpack_double): Ditto. Add comment.
12137
12138 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
12139 already commented out.
12140
0280a90a
AS
121412002-01-26 Andreas Schwab <schwab@suse.de>
12142
12143 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
12144 * m68klinux-nat.c: Update ptrace interface for fetching/storing
12145 registers and add support for PTRACE_GETREGS.
12146
7072a954
AC
121472002-01-24 Andrew Cagney <ac131313@redhat.com>
12148
12149 GDB 5.1.1 released from 5.1 branch.
12150 * NEWS: Add 5.1.1 news.
12151 * README: Sync with 5.1 branch.
12152
86f902e0
FF
121532002-01-23 Fred Fish <fnf@redhat.com>
12154
12155 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
12156 stabstring on initial malloc. Reallocing will copy it for us,
12157 if necessary.
12158
8af51c36
EZ
121592002-01-23 Elena Zannoni <ezannoni@redhat.com>
12160
aaa38bb5 12161 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
12162 (HFILES_NO_SRCDIR): Remove hpread.h.
12163 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
12164 (hpread.o): Update dependencies.
12165 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
12166
12167 * hp-psymtab-read.c: Remove file.
12168 * hp-symtab-read.c: Remove file.
12169 * hpread.h: Remove file.
12170
12171 * hpread.c: Merge all contents of hp-psymtab-read.c,
12172 hp-symtab-read.c and hpread.h into this file, as it was prior to
12173 January 1999.
12174
12175 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 12176 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
12177 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
12178 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
12179
dc5cfeb6
EZ
121802002-01-23 Elena Zannoni <ezannoni@redhat.com>
12181
12182 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
12183 fill_gregset): Call gdbarch_tdep() just once, assign result to
12184 variable and use that, instead of calling the function several
12185 times.
12186
ea87b71b
AO
121872002-01-24 Alexandre Oliva <aoliva@redhat.com>
12188
12189 * configure.host: Accept sparcv9 as alias for sparc64.
12190 * configure.tgt: Likewise.
12191
13fc0c2f
KB
121922002-01-22 Kevin Buettner <kevinb@redhat.com>
12193
12194 * solib-aix5.c (build_so_list_from_mapfile)
12195 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
12196 arguments is not reversed.
12197 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
12198 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 12199
7bd872fe
EZ
122002002-01-22 Elena Zannoni <ezannoni@redhat.com>
12201
12202 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
12203 modified version of obsolete sh_fetch_pseudo_register.
12204 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
12205 (sh4_register_read): New function.
12206 (sh_pseudo_register_write): New function. Renamed and modified
12207 version of obsolete sh_store_pseudo_register.
12208 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
12209 (sh4_register_write): New function.
12210 (sh_gdbarch_init): Remove setting of gdbarch function
12211 fetch_pseudo_register and store_pseudo_register. Remove setting of
12212 register_convert_to_raw, register_convert_to_virtual,
12213 register_convertible.
12214 (sh_sh4_register_convertible): Delete. No longer needed. All is
12215 taken care by architecture specific functions
12216 register_read/register_write.
12217 (sh_sh4_register_convert_to_virtual): Make static.
12218 (sh_sh4_register_convert_to_raw): Ditto.
12219
069e84fd
AC
122202002-01-22 Andrew Cagney <ac131313@redhat.com>
12221
12222 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
12223 (floatformat_is_nan, floatformat_mantissa): Ditto.
12224
12225 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
12226 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
12227 builtin_type_ieee_double_little,
12228 builtin_type_ieee_double_littlebyte_bigword,
12229 builtin_type_m68881_ext, builtin_type_i960_ext,
12230 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
12231 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
12232 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
12233 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
12234
211a4f69
CV
122352002-01-22 Corinna Vinschen <vinschen@redhat.com>
12236
12237 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
12238 parameter. Set frameless flag if it exists and depended of
12239 whether the scanned function is frameless or not.
12240 (xstormy16_skip_prologue): If function is frameless, return
12241 result of xstormy16_scan_prologue().
12242 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12243 call.
12244
f81353e4
EZ
122452002-01-21 Elena Zannoni <ezannoni@redhat.com>
12246
12247 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12248 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12249 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12250 sh_sh4_register_byte, sh_sh4_register_raw_size,
12251 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12252 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12253 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12254 sh_store_pseudo_register, sh_do_pseudo_register): Call
12255 gdbarch_tdep() just once, assign result to variable and use that,
12256 instead of calling the function several times.
12257
63c73a17
MK
122582002-01-20 Mark Kettenis <kettenis@gnu.org>
12259
12260 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12261 macros instead of LAST_FPU_CTRL_REGNUM.
12262 (store_register): Likewise.
12263
39ad761d
JB
122642002-01-21 Jim Blandy <jimb@redhat.com>
12265
12266 * infcmd.c (run_command): Check that the `exec' target layer's BFD
12267 is up-to-date before running the program, not just when a program
12268 exits.
12269
3d74b771
FF
122702002-01-21 Fred Fish <fnf@redhat.com>
12271
12272 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12273 when we have found all instructions we are looking for.
12274
966fbf70
RE
122752002-01-21 Richard Earnshaw <rearnsha@arm.com>
12276
12277 * arm-tdep.c (arm_register_name): New function.
12278 (arm_registers_names): Make static.
12279 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12280 (arm_register_name): Declare.
12281 (REGISTER_NAME): Use it.
12282
c3b4394c
RE
122832002-01-21 Richard Earnshaw <rearnsha@arm.com>
12284 Kevin Buettner <kevinb@redhat.com>
12285
12286 Convert arm targets to new FRAME interface.
12287 * arm-tdep.c (struct frame_extra_info): Remove fsr.
12288 (arm_frame_find_save_regs): Delete.
12289 (arm_frame_init_saved_regs): New.
12290 (arm_init_extra_frame_info): Alloacte saved_regs as required.
12291 Allocate extra_info as required. Convert all uses of fsr.regs
12292 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12293 to use extra_info.
12294 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12295 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12296 (check_prologue_cache, save_prologue_cache): Likewise.
12297 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12298 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12299 (FRAME_FIND_SAVED_REGS): Delete.
12300 (arm_frame_find_saved_regs): Delete prototype.
12301 (arm_frame_init_saved_regs): New prototype.
12302 (FRAME_INIT_SAVED_REGS): Define.
12303
61d99182
AC
123042002-01-20 Andrew Cagney <ac131313@redhat.com>
12305
12306 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12307
6aaea291
AC
123082002-01-20 Andrew Cagney <ac131313@redhat.com>
12309
12310 From Jeff Law <law@redhat.com>:
12311 * infttrace.c: Include <sys/pstat.h>.
12312 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12313 exec file if the ttrace equivalent fails.
12314
15f698d2
AC
123152002-01-20 Andrew Cagney <ac131313@redhat.com>
12316
12317 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12318 (closeLogFile): Ditto.
12319
f86ddd7c
MC
123202002-01-20 Michael Chastain <mec@shout.net>
12321
12322 * top.c (print_gdb_version): Bump copyright year to 2002.
12323
904507ce
AC
123242002-01-20 Andrew Cagney <ac131313@redhat.com>
12325
12326 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12327 Zannoni and Eli Zaretskii.
12328
d7f0b9ce
DJ
123292002-01-20 Daniel Jacobowitz <drow@mvista.com>
12330
12331 * buildsym.c: Update copyright years.
12332 * c-typeprint.c: Likewise.
12333 * dwarf2read.c: Likewise.
12334 * f-typeprint.c: Likewise.
12335 * gdbtypes.c: Likewise.
12336 * gdbtypes.h: Likewise.
12337 * hp-symtab-read.c: Likewise.
12338 * hpread.c: Likewise.
12339 * mdebugread.c: Likewise.
12340 * p-typeprint.c: Likewise.
12341
3fd3d7d2
AC
123422002-01-20 Andrew Cagney <ac131313@redhat.com>
12343
12344 * remote-sim.c (gdbsim_open): Simplify code testing the macro
12345 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
12346 byte-order selectable.
12347 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12348 * arch-utils.c: Ditto.
12349 (set_endian): Ditto.
12350 (set_endian_from_file): Ditto.
12351 * gdbserver/low-sim.c (create_inferior): Ditto.
12352 * gdbarch.sh: Ditto.
12353 * gdbarch.h: Re-generate.
aaa38bb5
AJ
12354 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12355 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12356 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12357 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12358 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12359 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12360 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
12361 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12362 macro definition.
12363 * config/mips/tm-wince.h: Remove #undef of macro
12364 TARGET_BYTE_ORDER_SELECTABLE.
12365 * config/sh/tm-wince.h: Ditto.
12366
b02dede2
DJ
123672002-01-20 Daniel Jacobowitz <drow@mvista.com>
12368
12369 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12370 member function fields. Add accessor macro
12371 TYPE_FN_FIELD_ARTIFICIAL.
12372 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12373 * c-typeprint.c (c_type_print_base): Skip artificial member
12374 functions.
12375
c3643761
DJ
123762002-01-20 Daniel Jacobowitz <drow@mvista.com>
12377
12378 * f-typeprint.c: Delete unused function f_type_print_args.
12379 * p-typeprint.c: Delete unused function pascal_type_print_args.
12380
8176bb6d
DJ
123812002-01-20 Daniel Jacobowitz <drow@mvista.com>
12382
12383 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12384 comment. Add ``artificial'' to ``union field_location''.
12385
12386 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12387
12388 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12389 * mdebugread.c (parse_symbol): Likewise.
12390 * stabsread.c (define_symbol): Likewise.
12391 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12392 initializing TYPE_FIELD_BITPOS to n (obsolete).
12393 (hpread_doc_function_type): Likewise.
12394 * hpread.c (hpread_function_type): Likewise.
12395
7fd60527
AC
123962002-01-20 Andrew Cagney <ac131313@redhat.com>
12397
12398 * configure.in (host_makefile_frag): Only require a host makefile
12399 fragment when a native build.
12400 * configure: Re-generate.
12401
c2f05ac9
AC
124022002-01-20 Andrew Cagney <ac131313@redhat.com>
12403
12404 * doublest.h (floatformat_from_type): Declare.
12405 * doublest.c (floatformat_from_type): New function.
12406 (convert_typed_floating): Use.
12407
12408 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12409 call to function floatformat_from_type.
12410
12411 * gdbarch.sh (IEEE_FLOAT): Delete.
12412 * gdbarch.h, gdbarch.c: Re-generate.
12413 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12414 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12415 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12416 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12417 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12418 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12419 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12420 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12421 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12422 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12423 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
12424 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12425
12426 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12427 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12428 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12429 * sh-tdep.c (sh_gdbarch_init): Ditto.
12430 * mips-tdep.c (mips_gdbarch_init): Ditto.
12431 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12432 * cris-tdep.c (cris_gdbarch_init): Ditto.
12433
abf22e64
AJ
124342002-01-20 Jiri Smid <smid@suse.cz>
12435
12436 * configure.host, configure.tgt: Support x86-64.
12437 * NEWS: Note new target x86-64.
12438
b7c4cbf8
AJ
12439 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12440 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12441 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12442 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12443 x86-64-linux-nat.o): Fix dependencies.
12444
82600034
AC
124452002-01-19 Andrew Cagney <ac131313@redhat.com>
12446
12447 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12448 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12449 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12450 * config/sparc/xm-sun4os4.h: Delete file.
12451 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 12452
bbe5c628
AC
124532002-01-19 Andrew Cagney <ac131313@redhat.com>
12454
12455 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12456 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12457 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12458 * config/i386/i386lynx.mh (XM_FILE): Delete.
12459 * config/rs6000/xm-rs6000ly.h: Delete file.
12460 * config/sparc/xm-sparclynx.h: Delete file.
12461 * config/m68k/xm-m68klynx.h: Delete file.
12462 * config/i386/xm-i386lynx.h: Delete file.
12463 * config/xm-lynx.h: Delete file.
12464 * config/djgpp/fnchange.lst: Update.
12465
f8453e34
JT
124662002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12467
12468 * alpha-tdep.c (alpha_register_byte): New function.
12469 (alpha_register_raw_size): Ditto.
12470 (alpha_register_virtual_size): Ditto.
12471 (alpha_skip_prologue_internal): Renamed from
12472 alpha_skip_prologue.
12473 (alpha_skip_prologue): New version that calls
12474 alpha_skip_prologue_internal.
12475 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12476 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12477 second argument from alpha_skip_prologue.
12478 (REGISTER_BYTE): Use alpha_register_byte.
12479 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12480 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12481 (FRAMELESS_FUNCTION_INVOCATION): Use
12482 generic_frameless_function_invocation_not.
12483 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12484 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12485
52d9e613
AC
124862002-01-19 Andrew Cagney <ac131313@redhat.com>
12487
12488 * config/mips/xm-news-mips.h: Delete file.
12489 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12490
12491 * config/m88k/xm-m88k.h: Delete file.
12492 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12493 * config/m88k/xm-delta88v4.h: Ditto.
12494 * config/m88k/xm-delta88.h: Ditto.
12495
12496 * config/alpha/xm-fbsd.h: Delete file.
12497 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12498
12499 * config/sparc/xm-sparc.h: Delete file.
12500 * Makefile.in (xm-sun4os4.h): Delete dependency.
12501 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12502 * config/sparc/xm-sun4os4.h: Ditto.
12503 * config/sparc/xm-linux.h: Ditto.
12504
12505 * config/i386/xm-windows.h: Delete file.
12506
2d1b2124
AC
125072002-01-19 Andrew Cagney <ac131313@redhat.com>
12508
12509 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12510 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12511
ee1f65f0
JT
125122002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12513
12514 * alpha-tdep.c (alpha_call_dummy_words): New.
12515 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12516 (CALL_DUMMY_P): Define.
12517 (CALL_DUMMY_WORDS): Define.
12518 (SIZEOF_CALL_DUMMY_WORDS): Define.
12519
98081e55
PB
125202002-01-19 Per Bothner <per@bothner.com>
12521
12522 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12523 isn't NULL, which can happen with some gcj-3.x-produced code.
12524
0d056799
JT
125252002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12526
12527 * alpha-tdep.c (alpha_register_virtual_type): New function.
12528 (alpha_init_frame_pc_first): Ditto.
12529 (alpha_fix_call_dummy): Ditto.
12530 (alpha_store_struct_return): Ditto.
12531 (alpha_extract_struct_value_address): Ditto.
12532 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12533 alpha_register_virtual_type.
12534 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12535 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12536 alpha_extract_struct_value_address.
12537 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12538 (INIT_FRAME_PC): Use init_frame_pc_noop.
12539 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12540
4604bcad
MK
125412002-01-19 Mark Kettenis <kettenis@gnu.org>
12542
12543 * i386gnu-nat.c: Include "i386-tdep.h".
12544 (fetch_fpregs): Simplify code dealing with uninitialized floating
12545 point states such that it doesn't require FP7_REGNUM.
12546
140f9984
JT
125472002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12548
abf22e64
AJ
12549 * alpha-tdep.c (frame_extra_info): New.
12550 (alpha_find_saved_regs): Make static. Use
140f9984
JT
12551 frame->extra_info.
12552 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
12553 (alpha_frame_saved_pc): Use frame->extra_info.
12554 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12555 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
12556 (init_extra_frame_info): Rename to...
12557 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 12558 (alpha_print_extra_frame_info): New function.
140f9984
JT
12559 (alpha_frame_locals_address): Ditto.
12560 (alpha_frame_args_address): Ditto.
abf22e64 12561 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
12562 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12563 alpha_frame_args_address.
abf22e64 12564 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 12565 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
12566 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12567 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
12568 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12569 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12570
d734c450
JT
125712002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12572
12573 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12574 (alpha_cannot_fetch_register): Ditto.
12575 (alpha_cannot_store_register): Ditto.
12576 (alpha_register_convertible): Ditto.
12577 (alpha_use_struct_convention): Ditto.
12578 * config/alpha/tm-alpha.h: Update copyright years.
12579 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12580 (INNER_THAN): Use core_addr_lessthan.
12581 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12582 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12583 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12584 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12585 (FRAME_CHAIN): Remove unnecessary cast.
12586
b4ceaee6
AC
125872002-01-18 Andrew Cagney <ac131313@redhat.com>
12588
12589 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12590 obsolete.
12591
0a65a603
AC
125922002-01-18 Andrew Cagney <ac131313@redhat.com>
12593
12594 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12595 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12596 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12597 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12598 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12599 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12600 * x86-64-linux-nat.c: Ditto.
12601
636a6dfc
JT
126022002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12603
abf22e64 12604 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
12605 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12606 (REGISTER_NAME): Define.
12607
acceddb6
JT
126082002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12609
12610 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12611
ec32e4be
JT
126122002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12613
12614 * alpha-tdep.c: Update copyright years.
12615 (alpha_next_pc): New function.
12616 (alpha_software_single_step): Ditto.
12617 * config/alpha/tm-alpha.h: Add prototype for
12618 alpha_software_single_step.
12619
e771a871
JT
126202002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12621
12622 * alphabsd-nat.c: Update copyright years.
12623 (fill_gregset): Use regcache_collect.
12624 (fill_fpregset): Likewise.
12625 (fetch_inferior_registers): Only fetch integer registers
12626 if requested to do so.
12627 (store_inferior_registers): Only store integer registers
12628 if requested to do so.
12629
7708fa01
AC
126302002-01-17 Andrew Cagney <ac131313@redhat.com>
12631
12632 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12633 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12634 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12635 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12636 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12637 * config/arm/linux.mh (XDEPFILES): Delete.
12638 * config/arm/nbsd.mh (XDEPFILES): Delete.
12639 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12640 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12641 * config/i386/i386m3.mh (XDEPFILES): Delete.
12642 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12643 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12644 * config/i386/fbsd.mh (XDEPFILES): Delete.
12645 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12646 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12647 * config/i386/i386v4.mh (XDEPFILES): Delete.
12648 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12649 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12650 * config/i386/i386aix.mh (XDEPFILES): Delete.
12651 * config/i386/go32.mh (XDEPFILES): Delete.
12652 * config/i386/cygwin.mh (XDEPFILES): Delete.
12653 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12654 * config/i386/i386mach.mh (XDEPFILES): Delete.
12655 * config/i386/i386v32.mh (XDEPFILES): Delete.
12656 * config/i386/linux.mh (XDEPFILES): Delete.
12657 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12658 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12659 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12660 * config/i386/i386sco.mh (XDEPFILES): Delete.
12661 * config/i386/i386v.mh (XDEPFILES): Delete.
12662 * config/i386/nbsd.mh (XDEPFILES): Delete.
12663 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12664 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12665 * config/i386/symmetry.mh (XDEPFILES): Delete.
12666 * config/i386/obsd.mh (XDEPFILES): Delete.
12667 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12668 * config/ia64/linux.mh (XDEPFILES): Delete.
12669 * config/ia64/aix.mh (XDEPFILES): Delete.
12670 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12671 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12672 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12673 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12674 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12675 * config/m68k/linux.mh (XDEPFILES): Delete.
12676 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12677 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12678 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12679 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12680 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12681 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12682 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12683 * config/m88k/delta88.mh (XDEPFILES): Delete.
12684 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12685 * config/m88k/m88k.mh (XDEPFILES): Delete.
12686 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12687 * config/mips/linux.mh (XDEPFILES): Delete.
12688 * config/mips/irix6.mh (XDEPFILES): Delete.
12689 * config/mips/irix5.mh (XDEPFILES): Delete.
12690 * config/mips/irix4.mh (XDEPFILES): Delete.
12691 * config/mips/irix3.mh (XDEPFILES): Delete.
12692 * config/mips/decstation.mh (XDEPFILES): Delete.
12693 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12694 (NATDEPFILES): Move core-aout.o to here.
12695 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12696 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12697 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12698 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12699 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12700 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12701 * config/pa/hpux11.mh (XDEPFILES): Delete.
12702 * config/powerpc/aix.mh (XDEPFILES): Delete.
12703 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12704 * config/powerpc/linux.mh (XDEPFILES): Delete.
12705 * config/romp/rtbsd.mh: Rename XDEPFILES.
12706 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12707 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12708 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12709 * config/s390/s390.mh (XDEPFILES): Delete.
12710 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12711 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12712 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12713 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12714 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12715 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12716 * config/sparc/linux.mh (XDEPFILES): Delete.
12717 * config/vax/vaxult.mh (XDEPFILES): Delete.
12718 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12719 * Makefile.in (DEPFILES): Remove XDEPFILES.
12720
375fc983
AC
127212002-01-17 Andrew Cagney <ac131313@redhat.com>
12722
12723 * utils.c (internal_verror): Fix comments, default is yes not no.
12724 Update queries to match. Default to quit and dump core.
12725
8926118c
AC
127262002-01-17 Andrew Cagney <ac131313@redhat.com>
12727
12728 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12729 copyright.
12730 * defs.h, event-top.c, gdbcmd.h: Ditto.
12731 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12732 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12733 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12734 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12735 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12736 * mi/mi-main.c:Ditto.
12737
12738 * stack.c, symfile.c: Update copyright.
12739
45b7b345
DJ
127402002-01-17 Daniel Jacobowitz <drow@mvista.com>
12741
db728ff7
DJ
12742 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12743 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12744 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12745 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 12746
db728ff7
DJ
127472002-01-17 Daniel Jacobowitz <drow@mvista.com>
12748
12749 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12750 * gdbserver/low-lynx.c (myattach): Likewise.
12751 * gdbserver/low-nbsd.c (myattach): Likewise.
12752 * gdbserver/low-sim.c (myattach): Likewise.
12753 * gdbserver/low-sparc.c (myattach): Likewise.
12754 * gdbserver/low-sun3.c (myattach): Likewise.
12755
12756 * gdbserver/low-linux.c (myattach): New function.
45b7b345 12757
db728ff7 12758 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
12759 (main): Handle "--attach".
12760
8de3c354
AC
127612002-01-16 Andrew Cagney <ac131313@redhat.com>
12762
12763 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12764 maintainer.
12765
b0129042
DJ
127662002-01-15 Daniel Jacobowitz <drow@mvista.com>
12767
12768 * c-typeprint.c (is_type_conversion_operator): Add additional
12769 check for non-conversion operators.
12770
ba8679fb 127712002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
12772
12773 * linux-proc.c: Add "info proc" command, a la procfs.c.
12774 (read_mapping): New function, abstract and re-use code.
12775 (linux_find_memory_regions): Use new func read_mapping.
12776 (linux_info_proc_cmd): New function, implement "info proc".
12777 (_initialize_linux_proc): Add new command "info proc".
12778
e4f9b4d5
MS
127792002-01-15 Michael Snyder <msnyder@redhat.com>
12780
12781 * symfile.c (generic_load): Use bfd_map_over_sections method
12782 instead of manipulating bfd structure members directly.
12783 (add_section_size_callback): New function, bfd sections callback
12784 used by generic_load.
12785 (load_sections_callback): New function, bfd sections callback
12786 used by generic_load.
12787
08cf96df
EZ
127882002-01-15 Elena Zannoni <ezannoni@redhat.com>
12789
abf22e64 12790 [Based on work by Jim Blandy]
08cf96df
EZ
12791 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12792 (builtin_type_vec128): Export.
12793 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12794 types.
12795 (builtin_type_vec128): New builtin type for 128 bit vector
12796 registers.
12797 (build_gdbtypes): Initialize builtin_type_v16qi and
12798 builtin_type_v8hi. Create the vec128 register builtin type
12799 structure.
12800 (build_builtin_type_vec128): New function.
abf22e64 12801 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
12802 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12803 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12804 AltiVec register to new builtin type.
12805
d7242108
DJ
128062001-01-15 Daniel Jacobowitz <drow@mvista.com>
12807
12808 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12809 to make_cv_type.
12810
4ee3352d
AC
128112002-01-14 Andrew Cagney <ac131313@redhat.com>
12812
12813 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12814 CLEAN_UP_REGISTER_VALUE.
12815 * regcache.c (supply_register): Update only call.
12816
f015b2e7
AC
128172002-01-14 Andrew Cagney <ac131313@redhat.com>
12818
12819 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12820 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12821 a29k-*-vxworks* targets as obsolete.
12822
356ae49d
MS
128232002-01-14 Michael Snyder <msnyder@redhat.com>
12824
12825 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12826 until we can resolve portability issues.
12827 * gregset.h: Remove references to fpxregs.
12828 * gcore.c (gcore_command): Initialize note_sec to NULL.
12829
ade8f45e
AC
128302002-01-13 Andrew Cagney <ac131313@redhat.com>
12831
12832 * signals.c (target_signal_to_name): Rewrite. Only use
12833 signals[].name when in bounds and non-NULL.
abf22e64 12834
89c49e7a
AC
128352002-01-13 Andrew Cagney <ac131313@redhat.com>
12836
12837 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12838 * signals.c (target_signal_to_name): Verify that SIG is within the
12839 bounds of the signals array.
12840
4daa9f9f
AC
128412002-01-13 Andrew Cagney <ac131313@redhat.com>
12842
12843 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12844
ba4bbdcb
KS
128452002-01-13 Keith Seitz <keiths@redhat.com>
12846
12847 * stack.c (print_frame_info_base): Print the frame's pc
12848 only if when print_frame_info_listing_hook is not defined.
12849
575bbeb6
KS
128502002-01-13 Keith Seitz <keiths@redhat.com>
12851
12852 * varobj.c (varobj_set_value): Make sure that there were no
12853 errors evaluating the object before attempting to set its
12854 value.
12855 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12856 so this offset adjustment is no longer necessary.
12857 (create_child): Don't set the error flag if the child is
12858 a CPLUS_FAKE_CHILD.
12859 (value_of_child): If value_fetch_lazy fails, return NULL
12860 so that callers will be notified that an error occurred.
12861 (c_value_of_variable): Delay check of variable's validity
12862 until later. We actually want all structs and unions to have
12863 the value "{...}".
12864 Do not return "???" for variables which could not be evaluated.
12865 This error condition must be returned to the caller so that it
12866 can get the error condition from gdb.
12867 (cplus_name_of_child): Adjust index for vptr before figuring
12868 out the name of the child.
12869 (cplus_value_of_child): If a child's (real) parent is not valid,
12870 don't even bother trying to give a value for it. Just return
12871 an error. Change all instances in this function.
12872 (cplus_type_of_child): If our parent is one of the "fake"
12873 parents, we need to get at the type of the real parent, and
12874 derive the child's true type using this information.
12875
b76898ab
AC
128762002-01-13 Andrew Cagney <ac131313@redhat.com>
12877
12878 From 2002-01-09 John Marshall <johnm@falch.net>:
12879 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12880 sources.redhat.com, and tweak some related URLs which had
12881 suffered from linkrot.
12882
b6649e88
AC
128832002-01-13 Andrew Cagney <ac131313@redhat.com>
12884
12885 From Jeff law:
12886 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12887 structures passed in registers.
12888
82cc5033
EZ
128892002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12890
12891 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12892 white space which prevented compilation. Reported by DSK
12893 <dsk@student.unsw.edu.au>.
12894
ba5f2f8a
MS
128952002-01-11 Michael Snyder <msnyder@redhat.com>
12896
fbd35540
MS
12897 * symfile.c (build_section_addr_info_from_section_tab):
12898 Use bfd access method instead of manipulating bfd directly.
12899 (syms_from_objfile): Ditto.
12900 (simple_overlay_update_1): Ditto.
12901 (simple_overlay_update): Ditto.
12902 (generic_load): Ditto.
12903 (overlay_unmapped_address): FIXME comment, bfd access methods.
12904 (sections_overlap): FIXME comment, bfd access methods.
12905 (pc_in_mapped_range): FIXME comment, bfd access methods.
12906 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12907 (section_is_mapped): FIXME comment, bfd access methods.
12908 (section_is_overlay): FIXME comment, bfd access methods.
12909
ba5f2f8a
MS
12910 * symfile.c (generic_load): Whitespace and long line cleanups.
12911 Remove duplicate variable, change several local variables to
12912 more appropriate data types.
12913 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12914
17df2af6
AC
129152002-01-12 Andrew Cagney <ac131313@redhat.com>
12916
12917 From Peter Schauer:
12918 * language.c (longest_local_hex_string_custom): Use phex_nz to
12919 convert NUM to a hex string.
12920
ec920329
EZ
129212002-01-12 Elena Zannoni <ezannoni@redhat.com>
12922
12923 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12924 the function.
538a76d6 12925 Update Copyright year.
ec920329 12926
3abd2e01
AC
129272002-01-12 Andrew Cagney <ac131313@redhat.com>
12928
12929 * language.c (longest_raw_hex_string): Delete unused function.
12930
b21b22e0
PS
129312002-01-11 Petr Sorfa <petrs@caldera.com>
12932
12933 * MAINTAINERS (write-after-approval): Add myself.
12934 * dwarf2read.c (read_tag_string_type): Handling of
12935 DW_AT_byte_size.
12936 (read_tag_string_type): FORTRAN fix to prevent propagation of
12937 first string size.
12938 (set_cu_language): Handling of DW_LANG_Fortran95
12939
747fe712
RE
129402002-01-11 Richard Earnshaw <rearnsha@arm.com>
12941
12942 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12943 GETPID(inferior_ptid).
12944 (store_inferior_registers): Likewise.
12945
f1bea926
JM
129462002-01-10 Jason Merrill <jason@redhat.com>
12947
12948 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12949 Fix DW_OP_minus.
12950
ae940673
AC
129512002-01-10 Andrew Cagney <ac131313@redhat.com>
12952
12953 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12954 and bfd/elf32-sh-nbsd.c.
12955
00546b04
MS
129562002-01-10 Michael Snyder <msnyder@redhat.com>
12957
352ed7b4
MS
12958 * NEWS: Mention --pid and corefile/proc-id behavior change.
12959
c18be923
MS
12960 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12961 * gcore.c: Include cli/cli-decode.h instead of command.h.
12962
00546b04
MS
12963 * main.c (captured_main): Add new command line option "--pid".
12964 If the second command line argument (following the symbol-file)
12965 begins with a digit, try to attach to it before trying to open
12966 it as a corefile.
12967 (print_gdb_help): Document the "--pid" argument.
12968
db60ec62
EZ
129692002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12970
12971 * completer.c (command_completer): New function.
12972
12973 * completer.h <command_completer>: Add prototype.
12974
12975 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12976 completer for the "help" command.
12977
39c22d1a
JM
129782002-01-09 Jason Merrill <jason@redhat.com>
12979
12980 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12981
c564377f
MS
129822002-01-09 Michael Snyder <msnyder@redhat.com>
12983
975aec09
MS
12984 * i386-linux-nat.c (fill_fpxregset): Make global.
12985 (store_fpxregset): Ditto.
12986
db4a10fa
MS
12987 * gregset.h (gdb_fpxregset_t): Define.
12988 (supply_fpxregset): Prototype.
12989 (fill_fpxregset): Prototype.
12990
c564377f
MS
12991 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12992
c3d45d70
RE
129932002-01-09 Richard Earnshaw <rearnsha@arm.com>
12994
12995 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12996 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12997 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12998
fcc87af1
AC
129992002-01-09 Andrew Cagney <ac131313@redhat.com>
13000
13001 * MAINTAINERS: Update target maintainer rules so that any
13002 Maintainer can approve a tested patch for a maintenance-only
13003 target.
13004
dd96c05b
RE
130052002-01-09 Richard Earnshaw <rearnsha@arm.com>
13006
d4297db9 13007 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 13008
d4297db9 13009 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
13010 IN_SIGTRAMP.
13011
145fdc6e
MS
130122002-01-08 Michael Snyder <msnyder@redhat.com>
13013
13014 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
13015 real name of the executable, rather than the /proc name.
13016
be4d1333
MS
130172002-01-03 Michael Snyder <msnyder@redhat.com>
13018
13019 Implement a "generate-core-file" command in gdb, save target state.
13020 * gcore.c: New file. Implement new command 'generate-core-file'.
13021 Save a corefile image of the current state of the inferior.
13022 * linux-proc.c: Add linux-specific code for saving corefiles.
13023 * target.h (struct target_ops): Add new target vectors for saving
13024 corefiles; to_find_memory_regions and to_make_corefile_notes.
13025 (target_find_memory_regions): New macro.
13026 (target_make_corefile_notes): New macro.
13027 * target.c (update_current_target): Inherit new target methods.
13028 (dummy_find_memory_regions): New place-holder method.
13029 (dummy_make_corefile_notes): New place-holder method.
13030 (init_dummy_target): Initialize new dummy target vectors.
13031 * exec.c (exec_set_find_memory_regions): New function.
13032 Allow the exec_ops vector for memory regions to be taken over.
13033 (exec_make_note_section): New function, target vector method.
13034 * defs.h (exec_set_find_memory_regions): Export prototype.
13035 * procfs.c (proc_find_memory_regions): New function, corefile method.
13036 (procfs_make_note_section): New function, corefile method.
13037 (init_procfs_ops): Set new target vector pointers.
13038 (find_memory_regions_callback): New function.
13039 (procfs_do_thread_registers): New function.
13040 (procfs_corefile_thread_callback): New function.
13041 * sol-thread.c (sol_find_memory_regions): New function.
13042 (sol_make_note_section): New function.
13043 (init_sol_thread_ops): Initialize new target vectors.
13044 * inftarg.c (inftarg_set_find_memory_regions): New function.
13045 Allow to_find_memory_regions vector to be taken over.
13046 (inftarg_set_make_corefile_notes): New function.
13047 Allow to_make_corefile_notes vector to be taken over.
13048 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
13049 interface layer if not target_has_execution (may be a corefile).
13050 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
13051 * config/sparc/sun4sol2.mh: Ditto.
13052 * config/alpha/alpha-linux.mh: Ditto.
13053 * config/arm/linux.mh: Ditto.
13054 * config/i386/x86-64linux.mh: Ditto.
13055 * config/ia64/linux.mh: Ditto.
13056 * config/m68k/linux.mh: Ditto.
13057 * config/mips/linux.mh: Ditto.
13058 * config/powerpc/linux.mh: Ditto.
13059 * config/sparc/linux.mh: Ditto.
13060
c6b92abd
MS
130612002-01-07 Michael Snyder <msnyder@redhat.com>
13062
13063 * arm-linux-nat.c: Remove references to regcache.c internal data
13064 (registers[] and register_valid[]).
13065
4b09dc8c
MS
130662002-01-07 Michael Snyder <msnyder@redhat.com>
13067
abf22e64
AJ
13068 * linux-proc.c: New file. Implement child_pid_to_exec_file,
13069 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
13070 symbol file and shlibs.
13071 * Makefile.in: Add rule for linux-proc.o.
13072 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
13073 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
13074 * config/arm/linux.mh: Ditto.
13075 * config/i386/linux.mh: Ditto.
13076 * config/i386/x86-64linux.mh: Ditto.
13077 * config/ia64/linux.mh: Ditto.
13078 * config/m68k/linux.mh: Ditto.
13079 * config/mips/linux.mh: Ditto.
13080 * config/powerpc/linux.mh: Ditto.
13081 * config/sparc/linux.mh: Ditto.
13082
c25b74ac
PM
130832002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
13084
13085 * win32-nat.c: Add i386-tdep.h dependency.
13086
94cd915f
MS
130872002-01-07 Michael Snyder <msnyder@redhat.com>
13088
c7cccb76
MS
13089 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
13090 instead of bfd_get_arch_size. Don't bail out just because
13091 there's no exec_bfd.
abf22e64 13092
34c0bd93
MS
13093 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
13094 * p-valprint.c (pascal_object_print_value): Ditto.
13095 * somread.c (som_symtab_read): Ditto.
13096 * symfile.c (simple_free_overlay_region_table): Ditto.
13097 * valops.c (value_assign): Ditto.
13098
21c1c920
MS
13099 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
13100 use tilde_expand and strerror for opening save-tracepoints file.
13101
5bbd998e
MS
13102 * thread-db.c (thread_db_new_objfile): Indendation fix.
13103
94cd915f
MS
13104 * infptrace.c (GDB_MAX_ALLOCA): New define.
13105 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 13106 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
13107 can be overridden with whatever value is appropriate to the host).
13108 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
13109 alloca to allocate potentially large buffer.
13110 * rs6000-nat.c (child_xfer_memory): Ditto.
13111 * symm-nat.c (child_xfer_memory): Ditto.
13112 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
13113
494e8a93
JSC
131142002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
13115
13116 From Nick Clifton <nickc@redhat.com>
13117 * d10v-tdep.c: Set STACK_START to 0x200bffe.
13118
d0e1d48e
MS
131192002-01-07 Michael Snyder <msnyder@redhat.com>
13120
abf22e64 13121 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
13122 Don't use exec_bfd if it's NULL.
13123
290b2c7a
MK
131242002-01-06 Mark Kettenis <kettenis@gnu.org>
13125
abf22e64 13126 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 13127
aef21287
AC
131282002-01-06 Andrew Cagney <ac131313@redhat.com>
13129
13130 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
13131 * gnu-nat.c: Ditto.
13132
30efa627
AC
131332002-01-06 Andrew Cagney <ac131313@redhat.com>
13134
13135 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
13136 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
13137 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
13138 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
13139 z8k-coff have not been multi-arched. Update z8k-coff build
13140 status.
13141
9b4ff276
AC
131422002-01-06 Andrew Cagney <ac131313@redhat.com>
13143
13144 * MAINTAINERS: Mark a29k target as obsolete.
13145 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
13146 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
13147 comments.
13148 * NEWS: Note that a29k targets are obsolete.
13149 * a29k-tdep.c: Mark as obsolete.
13150 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13151 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13152 a29k-*-vxworks* targets as obsolete.
13153 * remote-adapt.c: Obsolete.
13154 * remote-eb.c: Obsolete.
13155 * remote-mm.c: Obsolete.
13156 * remote-udi.c: Obsolete.
13157 * config/a29k/a29k-udi.mt: Obsolete.
13158 * config/a29k/a29k.mt: Obsolete.
13159 * config/a29k/tm-a29k.h: Obsolete.
13160 * config/a29k/tm-vx29k.h: Obsolete.
13161 * config/a29k/vx29k.mt: Obsolete.
13162
a9011d31
AC
131632002-01-05 Andrew Cagney <ac131313@redhat.com>
13164
13165 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
13166 with BFD_ENDIAN_BIG.
13167
9299404e
AC
131682002-01-05 Andrew Cagney <ac131313@redhat.com>
13169
13170 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
13171 * configure, config.in: Re-generate.
13172 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
13173 * defs.h: Do not include <endian.h>.
13174
7e89e357
JT
131752002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
13176
13177 * acconfig.h (HAVE_PT_GETXMMREGS): New.
13178 * config.in: Regenerate.
13179 * configure.in: Update copyright years.
13180 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
13181 * configure: Regenerate.
13182 * i386bsd-nat.c: Update copyright years.
13183 (fill_gregset): Use regcache_collect.
13184 (fetch_inferior_registers): Only fetch integer registers
13185 if requested to do so. Add support for XMM registers
13186 using PT_GETXMMREGS.
13187 (store_inferior_registers): Only store integer registers
13188 if requested to do so. Add support for XMM registers
13189 using PT_SETXMMREGS.
13190 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
13191 (store_inferior_registers): Remove.
13192 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
13193 (fetch_elfcore_registers): New function.
13194 (i386nbsd_elfcore_fns): New.
13195 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
13196 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
13197 i386bsd-nat.o.
13198 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
13199 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
13200 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
13201 * config/i386/tm-nbsd.h: Update copyright years.
13202 (HAVE_SSE_REGS): Define.
13203 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
13204 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
13205 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
13206 (SIGCONTEXT_PC_OFFSET): Remove.
13207 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
13208
a752853e
AC
132092002-01-05 Andrew Cagney <ac131313@redhat.com>
13210
13211 * configure.tgt: Remove powerpc-*-macos* target.
13212 * config/m68k/xm-mpw.h: Delete file.
13213 * config/xm-mpw.h: Delete file.
13214 * ser-mac.c: Delete file.
13215 * mpw-make.sed: Delete file.
13216 * mpw-config.in: Delete file.
13217 * mac-xdep.c: Delete file.
13218 * mac-gdb.r: Delete file.
13219 * mac-defs.h: Delete file.
13220 * mac-nat.c: Delete file.
13221 * config/powerpc/macos.mh: Delete file.
13222 * config/powerpc/macos.mt: Delete file.
13223 * config/powerpc/nm-macos.h: Delete file.
13224 * config/powerpc/tm-macos.h: Delete file.
13225 * source.c (openp, open_source_file): Remove obsolete code.
13226 * top.c (gdb_readline): Ditto.
13227 * utils.c (query): Ditto.
13228 * event-top.c (display_gdb_prompt): Ditto.
13229 * Makefile.in (ser-mac.o): Delete obsolete target.
13230 * NEWS: Update.
13231
d7449b42
AC
132322002-01-04 Andrew Cagney <ac131313@redhat.com>
13233
13234 * defs.h (BIG_ENDIAN): Delete macro definition.
13235 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
13236 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
13237 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
13238 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13239 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13240 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13241 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13242 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13243 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13244 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13245 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13246 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13247 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13248 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13249 * gdbarch.c: Re-generate.
13250
356374e8
DJ
132512002-01-04 Daniel Jacobowitz <drow@mvista.com>
13252
13253 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13254 for core files.
13255
a2b8f8f8
JT
132562002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13257
13258 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13259
12466af9
AC
132602002-01-04 Andrew Cagney <ac131313@redhat.com>
13261
13262 * value.h (value_ptr): Delete typedef.
13263
3549ab40
JT
132642002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13265
13266 * i386nbsd-nat.c: Update copyright years.
13267 Include i386-tdep.h.
13268
fedbd091
EZ
132692002-01-04 Elena Zannoni <ezannoni@redhat.com>
13270
13271 * stabsread.c: Update copyright years.
13272
13273 From Debashis Mahata <debashis.mahata@wipro.com>:
13274 (read_struct_fields): Deal with Sun C compiler erroneous stab
13275 output for structs and unions.
fec8b34f 13276 Fix PR gdb/269.
fedbd091 13277
eb43544b
DJ
132782002-01-04 Daniel Jacobowitz <drow@mvista.com>
13279
13280 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13281 prototype.
13282
1514d34e
DJ
132832002-01-04 Daniel Jacobowitz <drow@mvista.com>
13284
13285 * cp-abi.c: Fix whitespace.
13286 (baseclass_offset): New wrapper function.
13287 * cp-abi.h (baseclass_offset): Add prototype.
13288 (struct cp_abi_ops): Add baseclass_offset pointer.
13289
13290 * valops.c (vb_match): Move to...
13291 * gnu-v2-abi.c (vb_match): here.
13292 * valops.c (baseclass_offset): Move to...
13293 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13294
13295 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13296
13297 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13298 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13299 * hpacc-abi.c (init_hpacc_ops): Likewise.
13300
7f8c9282
DJ
133012002-01-04 Daniel Jacobowitz <drow@mvista.com>
13302
13303 * valops.c (find_overload_match): Accept obj as a
13304 reference parameter. Update it before returning.
13305 * value.h (find_overload_match): Update prototype.
13306 * eval.c (evaluate_subexp_standard): Pass object to
13307 find_overload_match by reference.
13308
f23631e4
AC
133092002-01-03 Andrew Cagney <ac131313@redhat.com>
13310
13311 * valarith.c: Replace value_ptr with struct value pointer. Remove
13312 register attribute from value declarations.
13313 * valops.c: Ditto.
13314 * value.h: Ditto.
13315 * scm-lang.c (scm_lookup_name): Ditto.
13316
79e10fab 133172002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 13318
79e10fab
AC
13319 Abstract the functionality of iterating over mapped memory
13320 regions into a general purpose iterator function.
abf22e64 13321 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
13322 iterator for memory sections.
13323 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13324 (solib_mappings_callback): New function, callback for above.
13325 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13326 (info_mappings_callback): New function, callback for above.
13327
13328 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13329
c5ad026a
MK
133302002-01-01 Mark Kettenis <kettenis@gnu.org>
13331
d2a7c97a
MK
13332 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13333 * i386-tdep.c: Include "elf-bfd.h".
13334 (process_note_abi_tag_sections): New function.
13335 (i386_gdbarch_init): Add code to recognize various OS/ABI
13336 combinations.
13337
c5ad026a
MK
13338 * maint.c (_initialize_maint_cmds): Add missing \ in
13339 string-literal.
13340
a1a5b71e 13341For older changes see ChangeLog-2001
c906108c
SS
13342\f
13343Local Variables:
13344mode: change-log
13345left-margin: 8
13346fill-column: 74
13347version-control: never
13348End:
This page took 0.952472 seconds and 4 git commands to generate.