* config/tc-s390.c (tc_s390_fix_adjustable): Re-add patch to prevent
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
fd0e9d45
PM
12002-11-19 Pierre Muller <muller@ics.u-strasbg.fr>
2
3 * p-exp.y (typecast rule): Add automatic dereference of
4 pascal classes if needed.
5 (THIS): Set current_type.
6 Automatically dereference pascal classes.
7 (typebase rule): Add ^typebase recognition.
8
82eeeb94
AF
92002-11-18 Adam Fedor <fedor@gnu.org>
10
11 * expprint.c (print_subexp): Handle OP_OBJC_NSSTRING,
12 OP_OBJC_MSGCALL, and OP_OBJC_SELF.
13 (op_name): Handle OP_OBJC_SELF.
14 * Makefile.in (expprint.o): Add additional depends.
15
646df18d
AF
162002-11-18 Adam Fedor <fedor@gnu.org>
17
18 * expression.h: Rename ObjC ops to OP_OBJC_MSGCALL,
19 OP_OBJC_SELECTOR, OP_OBJC_NSSTRING, and OP_OBJC_SELF.
20 * parse.c (length_of_subexp, prefixify_subexp): Likewise.
21 * objc-exp.y: Likewise.
22
379b85df
AF
232002-11-18 Adam Fedor <fedor@gnu.org>
24
25 * gdb/parser-defs.h: (struct objc_class_str): New structure
26 for parsing ObjC classes.
27
85cf597a
AC
282002-11-18 Andrew Cagney <ac131313@redhat.com>
29
30 * stack.c (frame_relative_level): Copy function from here ...
31 * frame.c (frame_relative_level): ...to here.
32
5a203e44
AC
332002-11-18 Andrew Cagney <ac131313@redhat.com>
34
35 * frame.h (enum frame_type): Define.
36 (get_frame_type): Declare.
37 (struct frame_info): Add field `type'. Delete field
38 signal_handler_caller.
39 (deprecated_set_frame_signal_handler_caller): Declare.
40 * frame.c (get_frame_type): New function.
41 (deprecated_set_frame_type): New function.
42 (create_new_frame): Set the frame's type.
43 (get_prev_frame): Similar.
44 * sparc-tdep.c: Use get_frame_type instead of signal_handler_caller.
45 * s390-tdep.c: Ditto.
46 * m68klinux-nat.c: Ditto.
47 * ns32k-tdep.c: Ditto.
48 * x86-64-linux-tdep.c: Ditto.
49 * vax-tdep.c: Ditto.
50 * rs6000-tdep.c: Ditto.
51 * ppc-linux-tdep.c: Ditto.
52 * i386-interix-tdep.c: Ditto.
53 * mips-tdep.c: Ditto.
54 * m68k-tdep.c: Ditto.
55 * hppa-tdep.c: Ditto.
56 * ia64-tdep.c: Ditto.
57 * cris-tdep.c: Ditto.
58 * arm-tdep.c: Ditto.
59 * alpha-tdep.c: Ditto.
60 * i386-tdep.c: Ditto.
61 * stack.c: Ditto.
62 * ada-lang.c: Ditto.
63 * blockframe.c: Update.
64 * i386-interix-tdep.c (i386_interix_back_one_frame): Use
65 deprecated_set_frame_type instead of signal_handler_caller.
66 * ppc-linux-tdep.c (ppc_linux_init_extra_frame_info): Ditto.
67 * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
68 * breakpoint.h: Delete FIXME suggesting get_frame_type.
69
bf4ae8b2
KD
702002-11-18 Klee Dienes <kdienes@apple.com>
71
72 * Makefile.in (buildsym.o): Add dependency for gdb_assert.h.
73
a672ef13
KD
742002-11-18 Klee Dienes <kdienes@apple.com>
75
76 * buildsym.c (pop_context): Add comment.
77
0c5e171a
KD
782002-11-18 Klee Dienes <kdienes@apple.com>
79
80 * buildsym.h (pop_context): Convert to function, defined in
81 buildsym.c.
82 * buildsym.c: Include gdb_assert.h.
83 (pop_context): Implement as C function. Add check for stack
84 underflow.
85 * dbxread.c (process_one_symbol): Complain and stop processing
86 that symbol if we are already at the top of the context stack for
87 a function-end N_FUN (this would imply an umatched RBRAC). Ditto
88 when processing N_RBRAC.
89
8a1f4c4c
DJ
902002-11-16 Daniel Jacobowitz <drow@mvista.com>
91
92 * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don't
93 define.
94 (struct target_waitstatus): Add opaque definition.
95 * corelow.c (init_core_ops): Don't set to_clone_and_follow_inferior.
96 * exec.c (init_exec_ops): Likewise.
97 * fork-child.c (clone_and_follow_inferior): Remove.
98 * hppah-nat.c (child_post_follow_inferior_by_clone): Remove.
99 * inferior.h (clone_and_follow_inferior): Remove prototype.
100 * infrun.c (follow_fork_mode_both): Remove.
101 (follow_fork_mode_kind_names): Remove commented out "both".
102 (follow_inferior_fork): Remove follow_fork_mode_both support.
103 * inftarg.c (child_clone_and_follow_inferior): Remove.
104 (child_post_follow_inferior_by_clone): Remove.
105 (init_child_ops): Don't set to_clone_and_follow_inferior
106 or to_post_follow_inferior_by_clone.
107 * target.c (default_clone_and_follow_inferior): Remove.
108 (cleanup_target): Don't set to_clone_and_follow_inferior
109 or to_post_follow_inferior_by_clone.
110 (find_default_clone_and_follow_inferior): Remove.
111 (init_dummy_target): Don't set to_clone_and_follow_inferior.
112 (debug_to_clone_and_follow_inferior): Remove.
113 (debug_to_post_follow_inferior_by_clone): Remove.
114 (setup_target_debug): Don't set to_clone_and_follow_inferior
115 or to_post_follow_inferior_by_clone.
116 * target.h (struct target_ops): Remove to_clone_and_follow_inferior
117 and to_post_follow_inferior_by_clone.
118 (child_clone_and_follow_inferior): Remove prototype.
119 (child_post_follow_inferior_by_clone): Remove prototype.
120 (target_clone_and_follow_inferior): Remove macro.
121 (target_post_follow_inferior_by_clone): Remove macro.
122 (find_default_clone_and_follow_inferior): Remove prototype.
123
47932f85
DJ
1242002-11-16 Daniel Jacobowitz <drow@mvista.com>
125
126 * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
127 inferior_has_vforked, and inferior_has_execd instead of
128 target_has_forked, target_has_vforked, and target_has_execd.
129 * config/pa/nm-hppah.h (CHILD_HAS_FORKED, CHILD_HAS_VFORKED)
130 (CHILD_HAS_EXECD, CHILD_HAS_SYSCALL_EVENT): Don't define.
131 (CHILD_WAIT): Define.
132 (child_wait): Add prototype.
133 * hppah-nat.c (hpux_has_forked): Rename from child_has_forked.
134 Add prototype.
135 (hpux_has_vforked): Likewise, from child_has_vforked.
136 (hpux_has_execd): Likewise, from child_has_execd.
137 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
138 (not_same_real_pid, child_wait): New, copied from inftarg.c.
139 Call hpux_has_forked, hpux_has_vforked, hpux_has_execd,
140 and hpux_has_syscall_event instead of the target hooks.
141 * infrun.c (inferior_has_forked, inferior_has_vforked)
142 (inferior_has_execd): New functions.
143 * inftarg.c (not_same_real_pid): Remove.
144 (child_wait): Remove references to not_same_real_pid,
145 target_has_forked, target_has_vforked, target_has_execd,
146 and target_has_syscall_event.
147 (child_has_forked, child_has_vforked, child_has_execd)
148 (child_has_syscall_event): Remove.
149 (init_child_ops): Remove references to child_has_forked,
150 child_has_vforked, child_has_execd, and child_has_syscall_event.
151 * infttrace.c (hpux_has_forked): Rename from child_has_forked.
152 (hpux_has_vforked): Likewise, from child_has_vforked.
153 (hpux_has_execd): Likewise, from child_has_execd.
154 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
155 * target.c (cleanup_target): Remove references to
156 to_has_forked, to_has_vforked, to_has_execd, and
157 to_has_syscall_event.
158 (update_current_target): Likewise.
159 (setup_target_debug): Likewise.
160 (debug_to_has_forked): Remove.
161 (debug_to_has_vforked): Remove.
162 (debug_to_has_execd): Remove.
163 (debug_to_has_syscall_event): Remove.
164 * target.h (struct target_ops): Remove to_has_forked.
165 to_has_vforked, to_has_execd, and to_has_syscall_event.
166 (child_has_forked, child_has_vforked, child_has_execd)
167 (child_has_syscall_event): Remove prototypes.
168 (inferior_has_forked, inferior_has_vforked, inferior_has_execd): Add
169 prototypes.
170 (target_has_forked, target_has_vforked, target_has_execd)
171 (target_has_syscall_event): Remove macros.
172
4088142a
DJ
1732002-11-16 Daniel Jacobowitz <drow@mvista.com>
174
175 * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
176 * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
177 (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
178 * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
179 * target.c (cleanup_target): Remove reference to
180 to_can_follow_vfork_prior_to_exec.
181 (update_current_target): Likewise.
182 (debug_to_can_follow_vfork_prior_to_exec): Remove.
183 (setup_target_debug): Remove reference to
184 to_can_follow_vfork_prior_to_exec.
185 * target.h (struct target_ops): Remove
186 to_can_follow_vfork_prior_to_exec.
187 (child_can_follow_vfork_prior_to_exec): Remove prototype.
188 (target_can_follow_vfork_prior_to_exec): Remove definition.
189 * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
190 define.
191 * infrun.c (follow_vfork_when_exec): Remove.
192 (follow_inferior_fork): Remove references to follow_vfork_when_exec.
193 (follow_exec): Likewise.
194 (handle_inferior_event): Likewise.
195 (keep_going): Likewise.
196
18cde8d5
AC
1972002-11-15 Andrew Cagney <cagney@redhat.com>
198
199 * frame.c (generic_unwind_get_saved_register): Make static.
200 * frame.h (generic_unwind_get_saved_register): Delete declaration.
201 * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
202 defaults to generic_unwind_get_saved_register.
203 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
204 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
205 * frv-tdep.c (frv_gdbarch_init): Ditto.
206 * i386-tdep.c (i386_gdbarch_init): Ditto.
207 * s390-tdep.c (s390_gdbarch_init): Ditto.
208 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
209 * v850-tdep.c (v850_gdbarch_init): Ditto.
210 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
211 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
212 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
213
a6b063af
AC
2142002-11-15 Andrew Cagney <cagney@redhat.com>
215
216 * x86-64-linux-nat.c (i386_sse_regnum_p): New function. Copy from
217 i386-tdep.c.
218
f407986f
AC
2192002-11-15 Andrew Cagney <cagney@redhat.com>
220
221 * frame.h (sigtramp_saved_pc): Delete declaration.
222 * blockframe.c (sigtramp_saved_pc): Delete function.
223 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
224 (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
225 * vax-tdep.c (vax_sigtramp_saved_pc): New function.
226 (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
227
f18c5a73
AC
2282002-11-15 Andrew Cagney <ac131313@redhat.com>
229
230 * frame.c (frame_pc_unwind): New function.
231 (frame_saved_regs_pc_unwind): New function.
232 (frame_register_unwind): Pass unwind_cache instead of
233 register_unwind_cache.
234 (set_unwind_by_pc): Add unwind_pc parameter, set.
235 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
236 (get_prev_frame): Ditto.
237 * frame.h (frame_pc_unwind_ftype): Declare.
238 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
239 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
240 (frame_pc_unwind): Declare.
241 * dummy-frame.c (dummy_frame_pc_unwind): New function.
242 (struct dummy_frame): Add comment mentioning that values are for
243 previous frame.
244 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
245 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
246 (generic_file_frame_chain_valid): Ditto.
247 * stack.c (frame_info): Ditto.
248
d9285969 2492002-11-15 David Carlton <carlton@math.stanford.edu>
0960f083
DC
250
251 * linespec.c (locate_first_half): New function.
252 (decode_line_1): Move code into locate_first_half.
253
d741b867
AC
2542002-11-15 Andrew Cagney <ac131313@redhat.com>
255
256 * complaints.h: Add comment explaining how to eliminate a
257 deprecated_complain call.
24382c5c 258 * complaints.h: Fix spelling errors.
d741b867 259
82d03c99
DC
2602002-11-15 David Carlton <carlton@math.stanford.edu>
261
262 * printcmd.c: Remove #include "disasm.h".
263
c97eb5d9
AC
2642002-11-14 Andrew Cagney <ac131313@redhat.com>
265
266 * frame.h: Move the most relevant interface functions to the start
267 of the file.
268
524d7c18
AC
2692002-11-14 Andrew Cagney <ac131313@redhat.com>
270
271 * regcache.h (deprecated_registers): Rename registers.
272 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
273 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
274 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
275 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
276 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
277 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
278 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
279 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
280 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
281 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
282 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
283 * v850ice.c: Update.
284
6411e720
AC
285Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
286
287 * utils.c (gdb_realpath): Add comment mentioning realpath with a
288 NULL buffer.
289
73937e03
AC
2902002-11-13 Andrew Cagney <cagney@redhat.com>
291
292 * regcache.h (deprecated_read_register_bytes): Rename
293 read_register_bytes.
294 (deprecated_write_register_bytes): Rename write_register_bytes.
295 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
296 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
297 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
298 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
299 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
300 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
301 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
302 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
303 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
304 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
305 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
306 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
307 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
308 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
309
fb0cd46e
JB
3102002-11-13 Jim Blandy <jimb@redhat.com>
311
312 * findvar.c (read_var_value): Doc fix.
313
2d28509a
AC
3142002-11-13 Andrew Cagney <cagney@redhat.com>
315
316 * regcache.c (struct regcache): Replace passthough_p with
317 readonly_p.
318 (regcache_xmalloc): Initialize readonly_p.
319 (build_regcache): Initialize readonly_p.
320 (regcache_save): New function.
321 (regcache_restore): New function.
322 (regcache_cpy): Re-implement using regcache_save and
323 regcache_restore.
324 (regcache_raw_read): Update.
325 (regcache_cooked_read): When a read-only cache, checked for cached
326 pseudo register values.
327 (regcache_raw_write): Assert that the cache is not read-only.
328 Remove code handling a non-passthrough cache.
329 * regcache.h (regcache_save): Declare.
330 (regcache_restore): Declare.
331
067df2e5
AC
3322002-11-13 Andrew Cagney <cagney@redhat.com>
333
334 * regcache.c (struct regcache_descr): Add fields
335 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
336 (init_legacy_regcache_descr): Compute the size of a cooked
337 register cache and then assign that to sizeof_raw_registers. Set
338 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
339 (init_legacy_regcache_descr): Ditto.
340
51b1fe4e
AC
3412002-11-13 Andrew Cagney <cagney@redhat.com>
342
343 * regcache.c (register_buffer): Move to near start of file, update
344 description.
345 (regcache_raw_read): Use.
346 (regcache_raw_write): Use.
347 (struct regcache): Rename raw_registers to registers and
348 raw_register_valid_p to register_valid_p.
349 (regcache_xmalloc): Update.
350 (regcache_xfree): Update.
351 (register_buffer): Update.
352 (regcache_cpy): Update.
353 (regcache_cpy_no_passthrough): Update.
354 (regcache_valid_p): Update.
355 (deprecated_grub_regcache_for_registers): Update.
356 (deprecated_grub_regcache_for_register_valid): Update.
357 (set_register_cached): Update.
358 (regcache_raw_write): Update.
359
80b4c677
PM
3602002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
361
362 * p-exp.y (name_not_typename): Use copy_name to
363 set current_type variable for fields of THIS.
364
0f3fafde
DJ
3652002-11-12 Daniel Jacobowitz <drow@mvista.com>
366
367 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
368 * monitor.c (init_base_monitor_ops): Likewise.
369 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
370 * remote-array.c (init_array_ops): Likewise.
371 * remote-e7000.c (init_e7000_ops): Likewise.
372 * remote-es.c (init_es1800_ops): Likewise.
373 (init_es1800_child_ops): Likewise.
374 * remote-rdp.c (init_remote_rdp_ops): Likewise.
375 * remote-sim.c (init_gdbsim_ops): Likewise.
376 * remote-st.c (init_st2000_ops): Likewise.
377 * sol-thread.c (init_sol_core_ops): Likewise.
378 (init_sol_thread_ops): Likewise.
379 * v850ice.c (init_850ice_ops): Likewise.
380 * win32-nat.c (init_child_ops): Likewise.
381 * wince.c (init_child_ops): Likewise.
382
82c0260e
AC
3832002-11-12 Andrew Cagney <ac131313@redhat.com>
384
385 * utils.c (gdb_realpath): Make rp a constant pointer.
386
70d35819
AC
3872002-11-12 Andrew Cagney <ac131313@redhat.com>
388
389 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
390 a constant buffer; cannonicalize_file_name(); realpath() with a
391 pathconf() defined buffer, xstrdup().
392
9835a8b0
AC
3932002-11-12 Andrew Cagney <ac131313@redhat.com>
394
395 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
396 to hang2.C; hang3.c to hang3.C.
397
3f47be5c
EZ
3982002-11-11 Elena Zannoni <ezannoni@redhat.com>
399
400 * findvar.c (read_var_value): Reenable TLS code.
401
4022002-11-11 Elena Zannoni <ezannoni@redhat.com>
403 Jim Blandy <jimb@redhat.com>
404
405 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
406 * target.c (update_current_target): Add
407 to_get_thread_local_address.
408 * target.h (to_get_thread_local_address): Export.
409 (target_get_thread_local_address): Define.
410 (target_get_thread_local_address_p): Define.
411 * thread-db.c: Include solib-svr4.h.
412 (td_thr_tls_get_addr_p): Define.
413 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
414 (thread_db_get_thread_local_address): New function.
415 (init_thread_db_ops): Initialize to_get_thread_local_address.
416 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
417 * configure: Regenerate.
418 * config.in: Regenerate.
419
636b1a6d
DC
4202002-11-11 David Carlton <carlton@math.stanford.edu>
421
422 * linespec.c (set_flags): New function.
423 (decode_line_1): Move code into set_flags.
424
44fe14ab
DC
4252002-11-11 David Carlton <carlton@math.stanford.edu>
426
427 * linespec.c (decode_line_1): Move chunks of code to separate
428 functions.
429 (initialize_defaults): New function.
430 (decode_indirect): New function.
431
e6f181f5
AC
4322002-11-11 Andrew Cagney <ac131313@redhat.com>
433
8971b011
AC
434 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
435 instead of void_code_ptr.
436 (sigtramp_saved_pc): Ditto.
437
e6f181f5
AC
438 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
439 i386_fp_regnum_p.
440
01ad7f36
DJ
4412002-11-10 Daniel Jacobowitz <drow@mvista.com>
442
443 * gdbtypes.h (struct main_type): Move artificial flag out of
444 loc. New member of ``struct field'' named static_kind. Reduce
445 overloaded meaning of bitsize.
446 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
447 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
448 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
449
450 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
451 new fields.
452 (template_to_fixed_record_type, template_to_static_fixed_type)
453 (to_record_with_fixed_variant_part): Likewise.
454 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
455 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
456 * dwarfread.c (struct_type, enum_type): Likewise.
457 * hpread.c (hpread_read_enum_type)
458 (hpread_read_function_type, hpread_read_doc_function_type)
459 (hpread_read_struct_type): Likewise.
460 * mdebugread.c (parse_symbol): Likewise.
461
bf1e52be
AC
4622002-11-10 Andrew Cagney <ac131313@redhat.com>
463
464 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
465 * stack.c (print_frame_info_base): Update.
466 (print_frame_info_base, frame_info): Update.
467 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
468 (sparc_frame_saved_pc): Update.
469 * ada-lang.c (find_printable_frame): Update.
470 * breakpoint.c (deprecated_frame_in_dummy): Update.
471
ce556f85
MK
4722002-11-09 Mark Kettenis <kettenis@gnu.org>
473
474 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
475 defined.
476 (regmap): Extend to cover all registers.
477 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
478 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
479 definitions.
480 (fetch_register, sore_register): Simplify.
481 (old_fetch_inferior_registers, old_store_inferior_registers):
482 Remove functions.
483 (cannot_fetch_register, cannot_store_register): Change
484 implementation to use regmap array to decide which registers
485 cannot be fetched/stored. This removes $orig_eax from the
486 registers that cannot be fetched/stored.
487 (fetch_inferior_registers): Call fetch_register directly instead
488 of calling old_fetch_inferior_registers.
489 (store_inferior_registers): Call store_register directly instead
490 of calling old_store_inferior_registers.
491 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
492 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
493 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
494
932bb524
KD
4952002-11-09 Klee Dienes <kdienes@apple.com>
496
497 * i387-tdep.c (i387_supply_register): When called with NULL as a
498 buffer, mark the register as not provided (to mirror the behavior
499 of supply_register).
500 (i387_supply_fxsave): Ditto.
501 (i387_supply_fsave): Ditto (inherits the behavior from
502 i387_supply_register).
503
ebe68b27
KD
5042002-11-09 Klee Dienes <kdienes@apple.com>
505
506 * blockframe.c (sigtramp_saved_pc): Use
507 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
508 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
509 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
510
15220c65
AC
5112002-11-09 Andrew Cagney <ac131313@redhat.com>
512
513 * frame.c (get_prev_frame): Test prev_p to identify a previously
514 unwound frame. Initialize prev_p.
515 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
516 comment.
517
95adb866
AC
5182002-11-09 Andrew Cagney <ac131313@redhat.com>
519
520 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
521 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
522 more comments. Zap dead code.
523
e71ecd70
MK
5242002-11-09 Mark Kettenis <kettenis@gnu.org>
525
526 * infcmd.c (print_vector_info, print_float_info): Move code that
527 checks whether the target has any registers and whether there is a
528 selected frame up, such that it is also used if a target provides
529 multi-arch definitions of these functions.
530
c525330d
AC
5312002-11-08 Andrew Cagney <ac131313@redhat.com>
532
72bdd927
AC
533 * Makefile.in (DESTDIR): Define.
534 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
535 prefix.
536
c525330d
AC
537 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
538 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
539
38c968cf
AC
5402002-11-08 Andrew Cagney <ac131313@redhat.com>
541
542 * i386-linux-tdep.c: Include "reggroups.h".
543 (i386_linux_register_reggroup_p): New function.
544 (i386_linux_init_abi): Set register_reggroup_p to
545 i386_linux_register_reggroup_p.
546 * i386-tdep.h (i386_register_reggroup_p): Declare.
547 * i386-tdep.c: Include "reggroups.h".
548 (i386_init_reggroups): New function.
549 (i386_add_reggroups): New function.
550 (i386_register_reggroup_p): New function.
551 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
552 (_initialize_i386_tdep): Call i386_init_reggroups.
553 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
554 specific reggroups.
555
19e33363
MK
5562002-11-09 Mark Kettenis <kettenis@gnu.org>
557
371a6e84
MK
558 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
559 request that's available in *BSD.
560
94ba925a
MK
561 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
562
19e33363
MK
563 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
564 FDOFF_REGNUM.
565
8779790c
AC
5662002-11-08 Andrew Cagney <ac131313@redhat.com>
567
568 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
569 * dummy-frame.c (find_dummy_frame): Rename
570 generic_find_dummy_frame, make static. Return the dummy frame
571 instead of the regcache.
572 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
573 (cached_find_dummy_frame): New function. Use find_dummy_frame.
574 (dummy_frame_register_unwind): Rename
575 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
576 * dummy-frame.h (dummy_frame_register_unwind): Rename
577 generic_call_dummy_register_unwind.
578
8674b74f
MK
5792002-11-08 Mark Kettenis <kettenis@gnu.org>
580
581 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
582 except the inclusion of "i386/tm-i386.h", to...
583 * config/i386/nm-i386v42mp.h: ...here.
584 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
585
4c1e7e9d
AC
5862002-11-08 Andrew Cagney <ac131313@redhat.com>
587
588 * Makefile.in (frame.o): Update dependencies.
589 * blockframe.c (current_frame, frame_obstack_alloc)
590 (frame_saved_regs_zalloc, get_current_frame)
591 (set_current_frame, create_new_frame)
592 (set_unwind_by_pc, get_next_frame)
593 (flush_cached_frames, reinit_frame_cache)
594 (frame_saved_regs_register_unwind)
595 (deprecated_generic_get_saved_register)
596 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
597 (_initialize_blockframe): Move frame code from here...
598 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
599 "annotate.h" and "dummy-frame.h".
600 (_initialize_frame): New function.
601
921e78cf
JB
6022002-11-08 Jim Blandy <jimb@redhat.com>
603
604 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
605 when we finish a function a context.
606 * buildsym.h (outermost_context_p): New macro.
607 (Bug analyzed by David Edelsohn.)
608
9c1412c1
AC
6092002-11-08 Andrew Cagney <ac131313@redhat.com>
610
611 * blockframe.c: Include "dummy-frame.h".
612 (struct dummy_frame, dummy_frame_stack)
613 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
614 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
615 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
616 (generic_save_call_dummy_addr, generic_pop_current_frame)
617 (generic_pop_dummy_frame, generic_fix_call_dummy)
618 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
619 dummy frame code from here...
620 * dummy-frame.c: ...to here. New file.
621 * dummy-frame.h: New file.
622 (generic_call_dummy_register_unwind): Declare.
623 (generic_find_dummy_frame): Declare.
624 * Makefile.in (SFILES): Add dummy-frame.c.
625 (dummy-frame.o): Specify dependencies.
626 (dummy_frame_h): Define.
627 (COMMON_OBS): Add dummy-frame.o.
628 (blockframe.o): Update dependencies.
629
208d8187
JB
6302002-11-08 Jim Blandy <jimb@redhat.com>
631
632 * dwarf2read.c (read_func_scope): Restore local_symbols and
633 param_symbols after we finish the function context. (Based on a
634 patch from David Edelsohn.)
635
413dad4d
DC
6362002-11-08 David Carlton <carlton@math.stanford.edu>
637
638 * linespec.c (symbol_found): New function.
639 (minsym_found): New function.
640 (decode_line_1): Separate out some code into separate functions.
641
5512c44a
JB
6422002-11-08 Joel Brobecker <brobecker@gnat.com>
643
644 * i386-tdep.c (i386_frameless_signal_p): Make non static for
645 the benefit of the interix target.
646 * i386-tdep.h (i386_frameless_signal_p): Declare.
647
1b33ef47
AC
6482002-11-08 Andrew Cagney <ac131313@redhat.com>
649
650 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
651 declaration that snuck in from change below.
652
23a34459
AC
6532002-11-06 Andrew Cagney <cagney@redhat.com>
654
655 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
656 all callers.
657 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
658 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
659 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
660 (i386_mxcsr_regnum_p): new function. Use instead of
661 MXCSR_REGNUM_P.
662 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
663 (i386_sse_regnum_p): Declare.
664 (i386_mxcsr_regnum_p): Declare.
665 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
666 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
667 (IS_FP_REGNUM): Update definition.
668 (IS_FPU_CTRL_REGNUM): Update definition..
669 (IS_SSE_REGNUM): Update definition..
670 * i386v-nat.c (register_u_addr): Update.
671 * go32-nat.c (fetch_register): Update.
672 (store_register): Update.
673
d709c020
JB
6742002-11-07 Joel Brobecker <brobecker@gnat.com>
675
676 Preparation work to convert the hppa targets to multiarch partial.
677
678 * hppa-tdep.c: Add new functions replacing macro bodies from
679 config/pa/tm-hppa.h. These function will be used to initialize
680 the gdbarch structure. Import some comments from tm-hppa.h,
681 and place them where appropriate, to avoid loosing them when
682 we cleanup this file.
683 (hppa_reg_struct_has_addr): New function.
684 (hppa_inner_than): New function.
685 (hppa_stack_align): New function.
686 (hppa_pc_requires_run_before_use): New function.
687 (hppa_instruction_nullified): New function.
688 (hppa_register_byte): New function.
689 (hppa_register_virtual_type): New function.
690 (hppa_store_struct_return): New function.
691 (hppa_cannot_store_register): New function.
692 (hppa_frame_args_address): New function.
693 (hppa_frame_locals_address): New function.
694 (hppa_smash_text_address): New function.
695 (hppa_coerce_float_to_double): New function. Requires the inclusion
696 of "language.h".
697
698 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
699
700 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
701 gdbarch-eligible macro to a call to the new associated function
702 created in hppa-tdep.c.
703 (INNER_THAN): Likewise.
704 (STACK_ALIGN): Likewise.
705 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
706 (INSTRUCTION_NULLIFIED): Likewise.
707 (REGISTER_BYTE): Likewise.
708 (REGISTER_VIRTUAL_TYPE): Likewise.
709 (STORE_STRUCT_RETURN): Likewise.
710 (CANNOT_STORE_REGISTER): Likewise.
711 (FRAME_ARGS_ADDRESS): Likewise.
712 (FRAME_LOCALS_ADDRESS): Likewise.
713 (SMASH_TEXT_ADDRESS): Likewise.
714 (COERCE_FLOAT_TO_DOUBLE): Likewise.
715 (ABOUT_TO_RETURN): Delete, as no longer used.
716
83c31e7d
FN
7172002-11-07 Fernando Nasser <fnasser@redhat.com>
718
719 * printcmd.c (disassemble_command): Remove obsolete function.
720 (_initialize_printcmd): Do not create disassemble command here.
721 * cli/cli-cmds.c (disassemble_command): New function. Implements
722 disassemble command.
723 (init_cli_cmds): Create disassemble command here instead.
724
0ec30a36
AC
7252002-11-07 Andrew Cagney <ac131313@redhat.com>
726
727 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
728
e600bd34
AC
7292002-11-07 Andrew Cagney <ac131313@redhat.com>
730
731 * regcache.h (regcache_cooked_read_using_offset_hack)
732 (regcache_cooked_write_using_offset_hack): Delete declarations.
733 (register_changed): Delete declaration.
734 * regcache.c (regcache_cooked_read_using_offset_hack)
735 (regcache_cooked_write_using_offset_hack): Delete functions.
736 (cooked_xfer_using_offset_hack): Delete function.
737 (register_changed): Delete function.
738
568f8739
JB
7392002-11-07 Jim Blandy <jimb@redhat.com>
740
741 * macroscope.c: #include "complaints.h".
742 (sal_macro_scope): Cope with filenames that appear in the symtabs,
743 but not in the macro table.
744 * Makefile.in (macroscope.o): Record dependency.
745
b0718b7b
JB
7462002-11-07 Joel Brobecker <brobecker@gnat.com>
747
748 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
749
2b9e5f3f
AC
7502002-11-07 Andrew Cagney <ac131313@redhat.com>
751
752 * regcache.c (deprecated_registers_fetched): Update.
753 * regcache.h (deprecated_registers_fetched): Rename
754 registers_fetched.
755 * remote-vxsparc.c (vx_read_register): Update.
756 * remote-vxmips.c (vx_read_register): Update.
757 * remote-vx68.c (vx_read_register): Update.
758 * irix5-nat.c (fetch_core_registers): Update.
759 * mipsm3-nat.c (fetch_inferior_registers): Update.
760 * sun3-nat.c (fetch_inferior_registers): Update.
761 * symm-nat.c (fetch_inferior_registers): Update.
762 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
763 (fetch_core_registers): Update.
764 (fetch_kcore_registers): Update.
765 * mips-nat.c (fetch_inferior_registers): Update.
766 * corelow.c (get_core_registers): Update.
767 * a68v-nat.c (fetch_inferior_registers): Update.
768
e6e68f1f
JB
7692002-11-06 Joel Brobecker <brobecker@gnat.com>
770
771 Put in place the framework necessary for multiarching the hppa targets.
772 * hppa-tdep.c (hppa_gdbarch_init): New function.
773 (hppa_dump_tdep): New function.
774 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
775 tdep structure dumper.
776 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
777 until the multi-arching conversion has partially been completed.
778
492254e9
AC
7792002-11-06 Andrew Cagney <ac131313@redhat.com>
780
781 * valops.c (value_assign): Merge lval_register case into
782 lval_reg_frame_relative. Use frame_register and
783 regcache_cooked_write instead of get_saved_register and
784 write_register_bytes. After flushing the register cache, try to
785 re-select the selected frame.
786
8262ee23
AC
7872002-11-06 Andrew Cagney <ac131313@redhat.com>
788
789 * regcache.h (deprecated_register_valid): Rename register_valid.
790 * regcache.c: Update.
791 * ia64-aix-nat.c: Update.
792 * i386gnu-nat.c: Update.
793 * alpha-nat.c: Update.
794 * sparc-nat.c: Update.
795 * lynx-nat.c: Update.
796 * remote-mips.c: Update.
797
4facf7e8
JB
7982002-11-06 Joel Brobecker <brobecker@gnat.com>
799
800 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
801 to end of file, to be more consistent with the pratice followed
802 by other targets.
803
f9418c0f
AC
8042002-11-06 Andrew Cagney <ac131313@redhat.com>
805
806 * infcmd.c: Include "reggroups.h" and <ctype.h>.
807 (print_float_info): Print registers in float_reggroup.
808 (print_vector_info): Print registers in vector_reggroup.
809 (default_print_registers_info): When all, print registers in
810 all_reggroup. Otherwize, print registers in general_reggroup.
811 (registers_info): Rewrite. Add support for register groups.
812 Eliminate a goto.
813
3fe235a7
EZ
8142002-11-06 Elena Zannoni <ezannoni@redhat.com>
815
816 * symtab.c (methods_info): Delete. It has been ifdeffed out for
817 ages.
818 (symtab_symbol_info): Remove eons old ifdeffed out code.
819 (_initialize_symtab): Remove prehistoric disabled 'info methods'
820 command.
821
ef944135
TR
8222002-11-06 Theodore A. Roth <troth@openavr.org>
823
824 * c-exp.y: Add missing semi-colons.
825 * f-exp.y: Add missing semi-colons.
826 * m2-exp.y: Add missing semi-colons.
827 * p-exp.y: Add missing semi-colons.
828 Add empty action to start rule to avoid a type clash error when
829 building with bison >= 1.50.
830
f8302a57
JB
8312002-11-06 Jim Blandy <jimb@redhat.com>
832
833 * macrotab.h (struct macro_source_file): Doc fix.
834
6e382aa3
JJ
8352002-11-05 Jeff Johnston <jjohnstn@redhat.com>
836
837 * varobj.c (child_exists, cplus_number_of_children): Change
838 STREQ macro references to strcmp.
839 (cplus_name_of_child): Change code to handle the fact that
840 fields are not necessarily contiguous with regards to their
841 access control. This is a fix for PR gdb/792.
842
a216a322
AC
8432002-11-05 Andrew Cagney <ac131313@redhat.com>
844
845 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
846 * gdbarch.h, gdbarch.c: Regnerate.
847 * frame.h (frame_register): Declare.
848 * frame.c (frame_register): New function.
849 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
850 GET_SAVED_REGISTER, otherwize call
851 generic_unwind_get_saved_register.
852 (frame_register_read): Use frame_register instead of
853 get_saved_register.
854
7d5b6fdd
EZ
8552002-11-05 Elena Zannoni <ezannoni@redhat.com>
856
857 From Jim Ingham <jingham@apple.com>:
858 * event-top.c (gdb_disable_readline): New function.
859 (_initialize_event_loop): Move comment.
860
b7c64260
EZ
8612002-11-05 Elena Zannoni <ezannoni@redhat.com>
862
863 * event-loop.c (start_event_loop): Add comment.
864 Update copyright.
865
c2e1b8f2
AC
8662002-11-05 Andrew Cagney <ac131313@redhat.com>
867
868 * infcmd.c (default_print_registers_info): Do not call
869 PRINT_REGISTER_HOOK.
870
87647bb0
AC
8712002-11-05 Andrew Cagney <ac131313@redhat.com>
872
873 * sparc-tdep.c (sparc_print_register_hook): Make static.
874 (sparc_print_registers_info): New function.
875 (sparc_do_registers_info): New function.
876 (sparclet_print_registers_info): New function.
877 (sparclet_do_registers_info): New function.
878 (do_sparc_print_registers_info): New function.
879 (sparc_print_registers): New static function, clone of infcmd.c's
880 default_print_registers_info.
881 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
882 (sparclet_do_registers_info): Declare.
883 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
884 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
885 Re-define.
886 (sparc_do_registers_info): Declare.
887 (PRINT_REGISTER_HOOK): Delete macro.
888 (sparc_print_register_hook): Delete declaration.
889
8155455b
DC
8902002-11-05 David Carlton <carlton@math.stanford.edu>
891
892 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
893 functions.
894 (lookup_symbol_aux_local): New function.
895 (lookup_symbol_aux_symtabs): New function.
896 (lookup_symbol_aux_psymtabs): New function.
897
29924310
DC
8982002-11-05 David Carlton <carlton@math.stanford.edu>
899
900 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
901 previous values of 'objfile' and 'block'.
902
cc303028
PM
9032002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
904
905 * values.c (value_change_enclosing_type): Set
906 enclosing_type field correctly also for the case where
907 more memory needs to be allocated.
908
1d70089a
MK
9092002-11-03 Mark Kettenis <kettenis@gnu.org>
910
f16a25ae
MK
911 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
912 of puts_filtered.
913
1d70089a
MK
914 * i387-tdep.c (i387_print_float_info): Replace calls to
915 register_read and deprecated_read_register_gen with calls to
916 frame_register_read, and make the necessary adjustments to the
917 surrounding code.
918
7e20f3fb
AC
9192002-11-02 Andrew Cagney <ac131313@redhat.com>
920
921 * gdbarch.sh (register_reggroup_p): Allow default value.
922 * gdbarch.h, gdbarch.c: Regenerate.
923
192dbe33
AC
9242002-11-02 Andrew Cagney <ac131313@redhat.com>
925
926 * regcache.h: Add coment indicating replacements for deprecated
927 functions.
928
b59ff9d5
AC
9292002-11-02 Andrew Cagney <cagney@redhat.com>
930
931 * reggroups.h, reggroups.c: New files.
932 * regcache.c: Include "reggroups.h".
933 (enum regcache_dump_what): Add `regcache_dump_groups'.
934 (regcache_dump): Contract size of the "Type" column. When
935 specified, dump the register's groups.
936 (maintenance_print_register_groups): New function.
937 (_initialize_regcache): Add command `maint print register-groups'.
938 * Makefile.in (COMMON_OBS): Add reggroups.o
939 (SFILES): Add reggroups.c.
940 (reggroups_h): Define.
941 (regcache.o, gdbarch.o): Update dependencies.
942 (reggroups.o): Specify dependencies.
943 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
944 Add opaque declaration for `struct reggroup' in generated .h file.
945 Include "reggroups.h" in generated .c file.
946 gdbarch.h, gdbarch.c: Re-generate.
947
4caf0990
AC
9482002-11-02 Andrew Cagney <cagney@redhat.com>
949
950 * regcache.h (deprecated_read_register_gen): Rename
951 read_register_gen.
952 (deprecated_write_register_gen): Rename write_register_gen.
953 * i387-tdep.c: Update.
954 * x86-64-linux-nat.c: Update
955 * wince.c: Update.
956 * thread-db.c: Update.
957 * win32-nat.c: Update.
958 * mips-tdep.c: Update.
959 * d10v-tdep.c: Update.
960 * cris-tdep.c: Update.
961 * remote-sim.c: Update.
962 * remote-rdi.c: Update.
963 * remote-rdp.c: Update.
964 * frame.c: Update.
965 * target.c: Update.
966 * blockframe.c: Update.
967 * x86-64-tdep.c: Update.
968 * xstormy16-tdep.c: Update.
969 * sh-tdep.c: Update.
970 * s390-tdep.c: Update.
971 * rs6000-tdep.c: Update.
972 * sparc-tdep.c: Update.
973 * i386-tdep.c: Update.
974 * dwarf2cfi.c: Update.
975 * regcache.c: Update.
976
7a7adcdf
JB
9772002-11-01 Joel Brobecker <brobecker@gnat.com>
978
979 New interix-specific files:
980 * config/i386/nm-interix.h: New file.
981 * config/i386/interix.mh: New file.
982 * config/i386/interix.mt: New file.
983 * i386-interix-nat.c: New file.
984 * i386-interix-tdep.c: New file.
985
bdcdd535
AC
9862002-11-01 Andrew Cagney <cagney@redhat.com>
987
988 * frame.h (deprecated_generic_get_saved_register): Rename
989 generic_get_saved_register.
990 * blockframe.c (deprecated_generic_get_saved_register): Update.
991 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
992 (xstormy16_frame_saved_register): Update.
993 * sh-tdep.c (sh_gdbarch_init): Update.
994 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
995 * ia64-tdep.c (ia64_get_saved_register): Update.
996 * cris-tdep.c (cris_gdbarch_init): Update.
997 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
998 * arm-tdep.c (arm_gdbarch_init): Update.
999
2a4b7c45
DJ
10002002-10-31 Daniel Jacobowitz <drow@mvista.com>
1001
1002 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
1003
ef17e74b
DJ
10042002-10-31 Daniel Jacobowitz <drow@mvista.com>
1005
1006 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
1007 trampolines in sigaction.
1008
4904ba5b
AC
10092002-10-31 Andrew Cagney <cagney@redhat.com>
1010
1011 * h8300-tdep.c: Include "gdb_assert.h".
1012 (h8300_print_register): Add gdbarch, file and frame parameters.
1013 Use frame_read_unsigned_register to read the register's value.
1014 Use fprintf_filtered to display output.
1015 (h8300_print_registers_info): Replace h8300_do_registers_info.
1016 (h8300_gdbarch_init): Set print_registers_info.
1017
f908a0eb
AC
10182002-10-31 Andrew Cagney <cagney@redhat.com>
1019
1020 * frame.c (frame_read_unsigned_register): New function.
1021 (frame_read_signed_register): New function.
1022 * frame.h (frame_read_unsigned_register): Declare.
1023 (frame_read_signed_register): Declare.
1024
c5646e11
AC
10252002-10-31 Andrew Cagney <cagney@redhat.com>
1026
1027 * h8500-tdep.c (h8500_print_registers_info): New static function,
1028 clone of infcmd.c's default_print_registers_info.
1029 (h8500_do_registers_info): New funtion.
1030 (h8500_print_register_hook): Rename print_register_hook, make
1031 static.
1032
1033 * config/h8500/tm-h8500.h: Update copyright.
1034 (DEPRECATED_DO_REGISTERS_INFO): Define.
1035 (h8500_do_registers_info: Declare.
1036 (PRINT_REGISTER_HOOK): Delete macro.
1037 (print_register_hook): Delete function.
1038
0bdd672b
AC
10392002-10-31 Andrew Cagney <cagney@redhat.com>
1040
1041 * z8k-tdep.c (z8k_print_register_hook): Make static.
1042 (z8k_print_registers_info): New static function, clone of
1043 infcmd.c's default_print_registers_info.
1044 (z8k_do_registers_info): New function. Wrap
1045 z8k_print_registers_info.
1046 * config/z8k/tm-z8k.h: Update copyright.
1047 (PRINT_REGISTER_HOOK): Delete macro.
1048 (z8k_print_register_hook): Delete declaration.
1049 (DEPRECATED_DO_REGISTERS_INFO): Define.
1050 (z8k_do_registers_info): Declare.
1051
bf9c25dc
JB
10522002-10-30 Joel Brobecker <brobecker@gnat.com>
1053
1054 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
1055 as this is already provided by value.h, and was actually causing
1056 a compilation error because of a conflict in parameter type
1057 declaration due to a missing const keyword.
1058 (low_text_segment_addres): Fix a compilation warning.
1059
2c665b51
DJ
10602002-10-29 Daniel Jacobowitz <drow@mvista.com>
1061
1062 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
1063 registers without a name.
1064 (mips_linux_cannot_store_register): Don't store registers without
1065 a name.
1066
e70ea697
DC
10672002-10-28 David Carlton <carlton@math.stanford.edu>
1068
1069 * symtab.c (find_addr_symbol): Delete. (It was already commented
1070 out.)
1071 * symtab.h: Delete prototype for find_addr_symbol.
1072
903ad3a6
AC
10732002-10-26 Andrew Cagney <cagney@redhat.com>
1074
1075 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
1076 DO_REGISTERS_INFO.
1077 gdbarch.h, gdbarch.c: Re-generate.
1078 * infcmd.c (default_print_registers_info): Update reference.
1079 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
1080 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
1081 * sh-tdep.c (sh_gdbarch_init): Ditto.
1082 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1083 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1084
ab91194c
MK
10852002-10-26 Mark Kettenis <kettenis@gnu.org>
1086
e3033f15
MK
1087 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
1088 cfi_init_extra_frame_info.
1089 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
1090 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
1091
b83b026c
MK
1092 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
1093 target where necessary. Add more comments and remove the ones
1094 that don't provide any useful information.
1095
267bf4bb
MK
1096 * i386-tdep.c (i386_frame_saved_pc): Replace call to
1097 deprecated_read_register_dummy with
1098 frame_unwind_unsigned_register.
1099
751f1375
MK
1100 * i386-tdep.c (i386_extract_struct_value_address): Use
1101 regcache_raw_read_unsigned instead of
1102 regcache_cooked_read_unsigned since we know that the register
1103 we're reading isn't a pseudo register. Rename variable 'val' into
1104 the more descriptive 'addr'.
1105
26abbdc4
MK
1106 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
1107 (x86_64_push_return_address): Add comment.
1108 (x86_64_pop_frame): Make static.
1109 (examine_argument): Clarify comment.
1110 (x86_64_skip_prologue): Make prolog_expact variable static.
1111
9f1549cc
MK
1112 * dwarf2cfi.c: Fix some formatting problems.
1113 (context_cpy, read_encoded_pointer): Clarify comments.
1114
ab91194c
MK
1115 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
1116 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
1117 i386 target back into x86_64_gdbarch_init. Add some comments and
1118 remove meaningless ones.
1119
72367fb4
AC
11202002-10-25 Andrew Cagney <cagney@redhat.com>
1121
1122 * complaints.h (struct deprecated_complaint): Rename `struct
1123 complaint'.
1124 * complaints.c (complain): Update.
1125 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
1126 incorrect comment indicating that "symfile.h" was being included
1127 for the `struct complaint' definition.
1128 * remote-vx.c: Update.
1129 * objc-lang.c: Update.
1130 * xcoffread.c: Update.
1131 * hpread.c: Update.
1132 * mdebugread.c: Update.
1133 * stabsread.c: Update.
1134 * dwarf2read.c: Update.
1135 * dwarfread.c: Update.
1136 * elfread.c: Update.
1137 * coffread.c: Update.
1138 * stabsread.h: Update.
1139 * dbxread.c: Update.
1140 * buildsym.c: Update.
1141 * gdbtypes.c: Update.
1142 * macrotab.c: Update.
1143
1f2baacc
MK
11442002-10-25 Mark Kettenis <kettenis@gnu.org>
1145
0c1a73d6
MK
1146 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
1147 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
1148 (x86_64_init_abi): ...new function.
1149
6aee4d54 1150 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1f2baacc
MK
1151 * i386v-nat.c: Include "i386-tdep.h".
1152
8f9cbe01
AC
11532002-10-25 Andrew Cagney <cagney@redhat.com>
1154
5f11f355
AC
1155 * gdbtypes.c (address_space_name_to_int): Update.
1156 (address_space_int_to_name): Update.
1157 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
1158 multi-arch predicate.
1159 (address_class_name_to_type_flags): Ditto.
1160 * gdbarch.h, gdbarch.c: Re-generate.
1161
8f9cbe01
AC
1162 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
1163
e8d96a5d
MH
11642002-10-24 Martin M. Hunt <hunt@redhat.com>
1165
1166 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
1167
fe39c653
EZ
11682002-10-24 Elena Zannoni <ezannoni@redhat.com>
1169
1170 * symtab.h (INIT_SAL): Delete macro.
1171 (init_sal): Export.
1172 * symtab.c (init_sal): New function.
1173
1174 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
1175 to init_sal function call.
1176 (find_sal_from_funcs_and_line): Ditto.
1177 (all_sals_for_line): Ditto.
1178 * breakpoint.c (create_internal_breakpoint): Ditto.
1179 (create_fork_vfork_event_catchpoint): Ditto.
1180 (create_exec_event_catchpoint): Ditto.
1181 (parse_breakpoint_sals): Ditto.
1182 (watch_command_1): Ditto.
1183 (handle_gnu_4_16_catch_command): Ditto.
1184 (clear_command): Ditto.
1185 * hppa-tdep.c (child_enable_exception_callback): Ditto.
1186 * infcmd.c (run_stack_dummy): Ditto.
1187 * infrun.c (process_event_stop_test): Ditto.
1188 (check_sigtramp2): Ditto.
1189 (step_over_function): Ditto.
1190 * linespec.c (decode_line_2): Ditto.
1191 (decode_line_1): Ditto.
1192 * source.c (line_info): Ditto.
1193 * symtab.c (find_pc_sect_line): Ditto.
1194
baed091b
ML
11952002-10-24 Michal Ludvig <mludvig@suse.cz>
1196
1197 * dwarf2cfi.c (struct context)
1198 (struct context_reg): Moved to dwarf2cfi.h
1199 (context_alloc, frame_state_alloc, context_cpy):
1200 Made extern instead of static, removed prototypes.
1201 * dwarf2cfi.h (struct context)
1202 (struct context_reg): New, moved from dwarf2cfi.c
1203 (context_alloc, frame_state_alloc, context_cpy):
1204 New prototypes.
1205 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
1206 Changed from static to extern.
1207 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
1208 (LINUX_SIGCONTEXT_FP_OFFSET)
1209 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
1210 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
1211 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
1212 * x86-64-tdep.c (x86_64_gdbarch_init): Several
1213 set_gdbarch_*() calls now use x86-64 specific functions
1214 instead of DWARF2 CFI ones.
1215 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
1216 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
1217 (x86_64_init_extra_frame_info): New prototypes.
1218
c38da1af
DC
12192002-10-23 David Carlton <carlton@math.stanford.edu>
1220
1221 * linespec.c: #include "parser-defs.h".
1222 Delete prototype for find_template_name_end.
1223 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
1224
fb9b6b35
JJ
12252002-10-23 Jeff Johnston <jjohnstn@redhat.com>
1226
1227 * NEWS: add recent mi fixes.
1228 * varobj.c (struct varobj): Add new "updated" flag.
1229 (new_variable): Default "updated" flag to 0.
1230 (varobj_set_value): Set "updated" flag to 1 if value
1231 changes.
1232 (varobj_update): Check varobj "updated" flag before
1233 comparing old and refreshed values. Fix for
1234 PR gdb/702.
1235
8da065d5
DC
12362002-10-23 David Carlton <carlton@math.stanford.edu>
1237
1238 * parse.c (parse_exp_1): Use BLOCK_START.
1239 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1240 SYMBOL_BLOCK_VALUE.
1241 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1242
87f2f08c
DC
12432002-10-23 David Carlton <carlton@math.stanford.edu>
1244
1245 * symtab.c: Delete cplusplus_hint.
1246 Delete prototype for find_template_name_end.
1247
88cda038
EZ
12482002-10-23 Elena Zannoni <ezannoni@redhat.com>
1249
1250 * symtab.h: Update comment.
1251
2625d86c
MS
12522002-10-23 Michael Snyder <msnyder@redhat.com>
1253
1254 * printcmd.c (address_info): Restore quotes in output.
1255 * valops.c (value_of_local): Restore quotes in error message.
1256
9cc0d196
EZ
12572002-10-23 Elena Zannoni <ezannoni@redhat.com>
1258
1259 * symtab.c (symbol_demangled_name): New function.
1260 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1261 turning most of it into a function.
1262 (symbol_demangled_name): Export.
1263
19de93d0
MS
12642002-10-23 Michael Snyder <msnyder@redhat.com>
1265
1266 * valops.c (value_of_local): Restore quotes in error message.
1267
89aad1f9
EZ
12682002-10-23 Elena Zannoni <ezannoni@redhat.com>
1269
1270 * symtab.c (symbol_init_language_specific): New function.
1271 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1272 turning most of it into a function.
1273 (symbol_init_language_specific): Export.
1274
d9fa45fe
DC
12752002-10-23 David Carlton <carlton@math.stanford.edu>
1276
1277 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1278 (dwarf_attr_name): Ditto.
1279 (dwarf_type_encoding_name): Ditto.
1280 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1281 (process_die): Handle DW_TAG_namespace,
1282 DW_TAG_imported_declaration, DW_TAG_imported_module.
1283 (read_namespace): New function.
1284
1045b512
JB
12852002-10-22 Joel Brobecker <brobecker@gnat.com>
1286
1287 * configure.in: Define NEW_PROC_API on Interix too.
1288 * configure: Regenerate.
1289
12902002-10-21 Joel Brobecker <brobecker@gnat.com>
8ec41317
JB
1291
1292 * configure: Regenerate using the proper version of autoconf.
1293
3987b9d4
EZ
12942002-10-21 Elena Zannoni <ezannoni@redhat.com>
1295
1296 * findvar.c (read_var_value): Temporarily disable TLS code, until
1297 complete TLS support is added.
1298
9d774e44
EZ
12992002-10-21 Jim Blandy <jimb@redhat.com>
1300 Elena Zannoni <ezannoni@redhat.com>
1301
1302 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1303 for thread local storage locations.
1304 (struct symbol): Add objfile field.
1305 (SYMBOL_OBJFILE): Define.
1306 * dwarf2read.c (is_thread_local): New static variable.
1307 (new_symbol): If variable is in thread local fill in address class
1308 and objfile appropriately.
1309 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1310 stack operation.
1311 * printcmd.c (address_info): Print the information for thread
1312 local storage variable.
1313 * findvar.c (read_var_value): In case of thread local variable,
1314 defer to the target vector code to compute address.
1315
bc4a16ae
EZ
13162002-10-21 Elena Zannoni <ezannoni@redhat.com>
1317
1318 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1319 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1320
407caf07
EZ
13212002-10-21 Elena Zannoni <ezannoni@redhat.com>
1322
1323 * symtab.h (address_class): Rename
1324 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1325 * hpread.c (hpread_process_one_debug_symbol): Ditto.
1326 * printcmd.c (address_info): Ditto.
1327 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1328
005328e3
MK
13292002-10-20 Mark Kettenis <kettenis@gnu.org>
1330
afdb036a
MK
1331 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1332 DBREG_DRX macro to acces debug registers.
1333
ca02e098
MK
1334 * Makefile.in (i386obsd-tdep.o): New target.
1335
03cc47f7
MK
1336 * solib-sunos.c: Include "bcache.h" and "regcache.h".
1337 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1338
005328e3
MK
1339 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1340 * config/i386/obsd.mt: New file.
1341 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1342 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1343 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1344 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1345 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1346 * i386obsd-tdep.c: New file.
1347
9c96f9f2
AF
13482002-10-19 Adam Fedor <fedor@gnu.org>
1349
1350 * objc-exp.y (name_not_typename): Fix invalid comment.
1351
ce1ed485
MK
13522002-10-20 Mark Kettenis <kettenis@gnu.org>
1353
1354 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1355 to allocate partial syms and macro byte caches.
1356
1efc7aaa
DC
13572002-10-18 David Carlton <carlton@math.stanford.edu>
1358
1359 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1360
7e1d63ec
AF
13612002-10-18 Adam Fedor <fedor@gnu.org>
1362
1363 * stabsread.c (find_name_end): New function.
1364 (define_symbol): Use it.
1365
6e8d29a9
DJ
13662002-10-18 Daniel Jacobowitz <drow@mvista.com>
1367
1368 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1369 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1370 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1371 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1372
1efc7aaa 13732002-10-17 David Carlton <carlton@math.stanford.edu>
63ca651f
DC
1374
1375 * symfile.h: Add opaque declaration for struct obstack.
1376 Declare obsavestring to take a const char *.
1377 * symfile.c (obsavestring): Make first argument a const char *.
1378
1aeae86e
AF
13792002-10-16 Adam Fedor <fedor@gnu.org>
1380
1381 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1382 names when matching breakpoints in current file.
1383
8b2dbe47
KB
13842002-10-16 Kevin Buettner <kevinb@redhat.com>
1385
1386 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1387 (read_tag_pointer_type): Add address class support.
1388 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1389 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1390 New methods.
1391 * gdbarch.h, gdbarch.c: Regenerate.
1392 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1393 (make_type_with_address_space, recursive_type_dump): Add address
1394 class support.
1395 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1396 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1397 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1398
74451869
KD
13992002-10-16 Klee Dienes <kdienes@apple.com>
1400
1401 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1402 to get the last character of a char[] buffer, not
1403 name[sizeof(vptr_name)-1].
1404
ff4cb3e8
AF
14052002-10-14 Adam Fedor <fedor@gnu.org>
1406
1407 * symtab.h: New objc_specific struct.
1408 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1409 (SYMBOL_DEMANGLED_NAME): Likewise.
1410
da2cf7e0
AF
14112002-10-14 Adam Fedor <fedor@gnu.org>
1412
1413 * symfile.c (init_filename_language_table): Add ObjC file extension.
1414
4a351cef
AF
14152002-10-14 Adam Fedor <fedor@gnu.org>
1416
1417 * utils.c (puts_filtered_tabular): New function.
1418 (fprintf_symbol_filtered): Get ObjC demangled name.
1419 * defs.h (puts_filtered_tabular): Declared.
1420
9750e763
KB
14212002-10-14 Kevin Buettner <kevinb@redhat.com>
1422
1423 * c-lang.h (c_type_print_varspec_prefix): Delete.
1424 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1425 ``need_post_space'' parameter. Adjust all callers.
1426
eee771c1
DJ
14272002-10-14 Daniel Jacobowitz <drow@mvista.com>
1428
1429 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1430 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1431 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1432 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1433
46c82446
AF
14342002-10-13 Adam Fedor <fedor@gnu.org>
1435
1436 * source.c (print_source_lines): Update comments.
1437
d069f99d
AF
14382002-10-13 Adam Fedor <fedor@gnu.org>
1439
1440 * valops.c (value_of_local): New function.
1441 (value_of_this): Use it.
1442 * value.h (value_of_local): Declared.
1443
53c551b7
AF
14442002-10-13 Adam Fedor <fedor@gnu.org>
1445
1446 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1447 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1448
eb392fbf
AF
14492002-10-12 Adam Fedor <fedor@gnu.org>
1450
1451 * language.c (binop_result_type): Add language_objc to case.
1452 (integral_type): Likewise.
1453 (character_type): Likewise.
1454 (string_type): Likewise.
1455 (boolean_type): Likewise.
1456 (structured_type): Likewise.
1457 (binop_type_check): Likewise.
1458
e2b23ee9
AF
14592002-10-11 Adam Fedor <fedor@gnu.org>
1460
1461 * printcmd.c (address_info): Print 'self' for ObjC.
1462
b01ab485
AF
14632002-10-11 Adam Fedor <fedor@gnu.org>
1464
1465 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1466 OP_SELF.
1467
806e6073
AF
14682002-10-11 Adam Fedor <fedor@gnu.org>
1469
1470 * language.h (CAST_IS_CONVERSION): Add language_objc.
1471
50f85cdf
AF
14722002-10-11 Adam Fedor <fedor@gnu.org>
1473
1474 * defs.h (enum language): Add language_objc.
1475
0d540cdf
KD
14762002-10-11 Klee Dienes <kdienes@apple.com>
1477
69266111 1478 * corefile.c (read_memory_typed_address): New function.
0d540cdf
KD
1479 * gdbcore.h (read_memory_typed_address): Add prototype.
1480 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1481 to read a value destined for a CORE_ADDR, not read_memory_integer.
1482 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1483 (f77_get_dynamic_lowerbound): Ditto.
1484
d5dc7960
MH
14852002-10-11 Martin M. Hunt <hunt@redhat.com>
1486
1487 * utils.c (string_to_core_addr): After turning string into
1488 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1489 which will do necessary sign-extension, etc.
1490
8343f86c
DJ
14912002-10-11 Daniel Jacobowitz <drow@mvista.com>
1492
1493 * c-exp.y (THIS): Delete token and grammar rule.
1494 (yylex): Don't return THIS.
1495 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1496 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1497 * demangle.c (cplus_markers): Update comment. Put '$'
1498 first. Remove CPLUS_MARKER.
1499 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1500 * jv-exp.y (THIS): Delete token and grammar rule.
1501 (yylex): Don't return THIS.
1502 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1503 * objc-exp.y (THIS): Delete token and grammar rule.
1504 (yylex): Don't return THIS.
1505 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1506 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1507 (read_member_functions): Likewise for opname.
1508 (read_tilde_fields): Use is_cplus_marker.
1509
1510 * defs.h (CPLUS_MARKER): Don't define.
1511 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1512 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1513 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1514 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1515 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1516
1517 * config/i386/tm-i386v4.h: Delete file.
1518 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1519 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1520 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1521 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1522 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1523 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1524 * config/i386/i386v4.mt (TM_FILE): Likewise.
1525 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1526
967c0d83
MM
15272002-10-10 Marko Mlinar <markom@opencores.org>
1528
1529 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1530 accidentially not commited 2002-10-09
1531 * gdbarch.h, gdbarch.c: Re-generate.
1532
f74fa174
MM
15332002-10-09 Marko Mlinar <markom@opencores.org>
1534
1535 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1536 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1537 * gdbarch.h, gdbarch.c: Re-generate.
1538
57349743
JB
15392002-10-08 Petr Sorfa <petrs@caldera.com>
1540
1541 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1542
1543 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1544 so we can work on more than one compilation unit at a time. This
1545 helps prepare GDB to handle inter-CU die references.
1546 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1547 the code to be defined before struct comp_unit_head.
1548 (comp_unit_head): Added new members - offset, cu_head,
1549 begin_die, next and dwarf2_abbrevs.
1550 (dwarf2_abbrevs): Removed single static var; now member of
1551 struct comp_unit_head.
1552 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1553 members.
1554 (psymtab_to_symtab_1): Changed to work with the new
1555 struct comp_unit_head.
1556 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1557 constructs the dwarf2_abbrevs[] inside the cu_header.
1558 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1559 dwarf2_abbrev table to clean up.
1560 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1561 handling of dwarf2_abbrevs inside the cu_header.
1562 (read_partial_die): Now supports the call to the new
1563 dwarf2_lookup_abbrev.
1564 (read_full_die): Now supports the call to the new
1565 dwarf2_lookup_abbrev.
1566
4092aadb
CF
15672002-10-06 Christopher Faylor <cgf@redhat.com>
1568
1569 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1570 insure that shell variables, such as "transformed_name" are propagated
1571 to later shell statements in rule.
1572
af0b2512
MK
15732002-10-06 Mark Kettenis <kettenis@gnu.org>
1574
1575 * config/i386/nm-i386sco.h: Add protection against
1576 multiple-inclusion. Include "i386/nm-i386v.h".
1577 (REGISTER_U_ADDR): Remove define.
1578 (i386_register_u_addr): Remove prototype.
1579
d6020d45
MS
15802002-10-04 Michael Snyder <msnyder@redhat.com>
1581
1582 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1583 before treating it as a single-step event.
1584
7248f48e
AF
15852002-10-03 Adam Fedor <fedor@gnu.org>
1586
1587 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1588 (objc_demangle): Remove assignment in if statements, Replace
1589 free with xfree.
1590 (add_msglist): Likewise.
1591 (end_msglist): Likewise.
1592 (complare_selectors): Likewise.
1593 (selectors_info): Likewise.
1594 (compare_classes): Likewise.
1595 (classes_info): Likewise.
1596 (print_object_command): Likewise.
1597 (find_objc_msgcall_submethod): Replace PTR with void *.
1598 * objc-lang.h: Remove check for __STDC__.
1599
52c6a6ac
JJ
16002002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1601
1602 * ui-out.h (ui_out_field_fmt_int): New prototype.
1603 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1604 of field width and alignment.
1605 * stack.c (print_frame_info_base): When printing frame level, use
1606 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1607 PR gdb/192
1608
7e3cec17
JJ
16092002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1610
1611 * MAINTAINERS: Add self to Write After Approval list.
1612
a58dd373
EZ
16132002-10-02 Elena Zannoni <ezannoni@redhat.com>
1614
1615 * infcmd.c (interrupt_target_command_wrapper): Delete.
1616 (interrupt_target_command): Make non static.
1617 (nofp_registers_info): Make static.
1618 * stack.c (return_command_wrapper): Delete.
1619 (return_command): Make non static.
1620
cee6ddeb
EZ
16212002-10-02 Elena Zannoni <ezannoni@redhat.com>
1622
1623 * event-top.c (gdb_setup_readline): New function. Code moved from
1624 _initialize_event_loop().
1625 (_initialize_event_loop): Call gdb_setup_readline().
1626
c4ed33b9
AC
16272002-10-02 Andrew Cagney <ac131313@redhat.com>
1628
1629 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1630 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1631 * gdbarch.h, gdbarch.c: Re-generate.
1632
cef4f5dd
DJ
16332002-10-02 Daniel Jacobowitz <drow@mvista.com>
1634
1635 Fix PR gdb/778
1636 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1637 before recursing.
1638 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1639 of fill_in_vptr_fieldno.
1640
36dc181b 16412002-10-02 Elena Zannoni <ezannoni@redhat.com>
cee6ddeb 1642
36dc181b
EZ
1643 * inferior.h (registers_info, stepi_command, nexti_command,
1644 continue_command, interrupt_target_command): Export from infcmd.c.
1645 * frame.h (args_info, selected_frame_level_changed_hook,
1646 return_command): Export from stack.c.
1647 * v850ice.c (stepi_command, nexti_command, continue_command): use
1648 prototypes from inferior.h.
1649 * tracepoint.c (registers_info, args_info, locals_info): Use
1650 prototypes from frame.h and inferior.h.
1651 * Makefile.in (mi-main.o): Add dependency on frame.h.
1652
6f99cb26
AC
16532002-10-02 Andrew Cagney <ac131313@redhat.com>
1654
da3eff49
AC
1655 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1656 value in register 3 adjusted by ppc_gp0_regnum.
1657
6f99cb26
AC
1658 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1659
da615bee
MM
16602002-10-02 Marko Mlinar <markom@opencores.org>
1661
1662 * MAINTAINERS: Add myself to the Write After Approval list.
1663
d154bee2
AO
16642002-10-01 Alexandre Oliva <aoliva@redhat.com>
1665
62a49b2c
AO
1666 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1667 of the section for the N64 ABI, fixed.
1668
d154bee2
AO
1669 * config/mips/tm-irix6.h: Include solib.h.
1670
ed348acc
EZ
16712002-10-01 Elena Zannoni <ezannoni@redhat.com>
1672
1673 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1674 GNU operators.
1675
da0f9dcd
AC
16762002-10-01 Andrew Cagney <ac131313@redhat.com>
1677
1678 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1679 and that "mi0" syntax has been removed.
1680
bdf64bac
DC
16812002-09-30 David Carlton <carlton@math.stanford.edu>
1682
1683 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1684 * ppc-sysv-tdep.c: #include "gdb_string.h".
1685 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1686 pacify GCC.
1687
54c2a1e6
AC
16882002-10-01 Andrew Cagney <ac131313@redhat.com>
1689
1690 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1691 "vrsave"'s register number.
1692
cedea778
AC
16932002-09-30 Andrew Cagney <ac131313@redhat.com>
1694
1695 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1696 use frame_unwind_signed_register to obtain the PC.
1697 (mips_frame_chain): Handle a generic dummy frame.
1698 (mips_init_extra_frame_info): When a generic dummy frame, don't
1699 re-compute the frame base.
1700 (mips_pop_frame): Handle generic dummy frames.
1701 (mips_gdbarch_init): When generic dummy frames, set
1702 use_generic_dummy_frames, push_dummy_frame to
1703 generic_push_dummy_frame, pc_in_call_dummy to
1704 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1705 generic_save_dummy_frame_tos.
1706
68315eb8
AC
17072002-09-30 Andrew Cagney <ac131313@redhat.com>
1708
1709 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1710 against TOP when TOP was explictly set.
1711 (generic_push_dummy_frame): Set TOP to zero.
1712
3b8630c3
EZ
17132002-09-30 Elena Zannoni <ezannoni@redhat.com>
1714
1715 * event-loop.c (start_event_loop): Rename variable 'result' to
1716 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1717
28ee05e9
KS
17182002-09-30 Keith Seitz <keiths@redhat.com>
1719
1720 * gdb-events.sh (selected_thread_changed): New event.
1721 * gdb-events.c: Regenerated.
1722 * gdb-events.h: Regenerated.
1723
6eecb1c8
HPN
17242002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1725
1726 * MAINTAINERS: Add self to Write After Approval list.
1727
92df71f0
FN
17282002-09-30 Fernando Nasser <fnasser@redhat.com>
1729
3b8630c3
EZ
1730 * disasm.c: New file.
1731 * disasm.h: New file.
92df71f0
FN
1732 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1733 (compare_lines): Ditto.
1734 (dump_insns): Ditto.
3b8630c3
EZ
1735 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1736 argument.
92df71f0 1737 (do_assembly_only): Ditto.
3b8630c3
EZ
1738 (do_disassembly): Renamed to gdb_disassembly and moved to
1739 disasm.c. Sdded uiout argument.
1740 * Makefile.in: Add new files. Reorder SFILES list. Update
1741 dependencies. Include libgdb.a later in the insight executable.
92df71f0 1742
0c22854d
AC
17432002-09-29 Andrew Cagney <ac131313@redhat.com>
1744
1745 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1746 bfd/elf64-alpha-fbsd.c.
1747
e67f2023
AC
17482002-09-29 Andrew Cagney <ac131313@redhat.com>
1749
1750 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1751 i386gnu-tdep.c.
1752
89396210
AC
17532002-09-29 Andrew Cagney <ac131313@redhat.com>
1754
1755 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1756 __FUNCTION__.
1757 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1758 function name.
1759 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1760 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1761 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1762 (S_msg_sig_post_reply): Ditto.
1763
7079c36c
CV
17642002-09-28 Corinna Vinschen <vinschen@redhat.com>
1765
89396210
AC
1766 * sh-tdep.c (sh_use_struct_convention): Use definition according
1767 to ABI.
7079c36c
CV
1768 (sh_push_arguments): Store in register with correct endianess.
1769 (sh_default_store_return_value): Ditto.
1770 (sh_gdbarch_init): Set sizeof long double to 8.
1771
975ac915
MK
17722002-09-27 Mark Kettenis <kettenis@gnu.org>
1773
1774 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1775 Fix some whitespace problems.
1776
9bbe19fb
DC
17772002-09-27 David Carlton <carlton@math.stanford.edu>
1778
1779 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1780 (mcore-tdep.o): Ditto.
1781 (ns32k-tdep.o): Ditto.
1782 (ns32knbsd-tdep.o): Ditto.
1783 (sh3-rom.o): Ditto.
1784 (vax-tdep.o): Ditto.
1785 * cris-tdep.c: #include "gdb_string.h"
1786 * mcore-tdep.c: Ditto.
1787 * ns32k-tdep.c: Ditto.
1788 * ns32knbsd-tdep.c: Ditto.
1789 * sh3-rom.c: Ditto.
1790 * vax-tdep.c: Ditto.
1791
43b2fdc7
DC
17922002-09-27 David Carlton <carlton@math.stanford.edu>
1793
1794 * config/djgpp/fnchange.lst: Add entries for
1795 gdb/testsuite/gdb.c++/m-static files.
1796
e8cfbbd9
JW
17972002-09-27 Jim Wilson <wilson@redhat.com>
1798
1799 * MAINTAINERS: Add myself to the Write After Approval list.
1800
43b2fdc7 18012002-09-26 Martin M. Hunt <hunt@redhat.com>
4e0df2df
MH
1802
1803 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1804
1805
9f3b7f07
AC
18062002-09-26 Andrew Cagney <ac131313@redhat.com>
1807
1808 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1809 frame.
1810
11269d7e
AC
18112002-09-26 Andrew Cagney <ac131313@redhat.com>
1812
1813 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1814 (rs6000_struct_return_address): Delete variable.
1815 (rs6000_store_struct_return): Update.
1816 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1817 deprecated_extract_struct_value_address.
1818 (rs6000_frame_align): New function.
1819 (rs6000_gdbarch_init): Set frame_align.
1820
f15ab4a7
AC
18212002-09-26 Andrew Cagney <ac131313@redhat.com>
1822
1823 From Grace Sainsbury <graces@redhat.com>:
1824 * Makefile.in (gdbtk-main.o): New target.
1825 (gdb.o): New target.
1826 (main_h): Define.
1827 (main.o): Update dependencies.
1828 (gdb$(EXEEXT)): Add gdb.o.
1829 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1830 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1831 (SUBDIR_GDBTK_CLEAN): Set.
1832 (install-gdbtk): Install the insight binary.
1833 (uninstall-gdbtk): New target.
1834 (all-gdbtk, clean-gdbtk): New rule.
1835 * top.c (use_windows): Default to zero.
1836 * main.c: Include "main.h".
1837 (main): Delete.
1838 (struct captured_main_args): Delete.
1839 (gdb_main): New function.
1840 * main.h: New file.
1841 * gdb.c: New File.
1842
e36180d7
AC
18432002-09-25 Andrew Cagney <cagney@redhat.com>
1844
1845 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1846 (frame_map_regnum_to_name): New function.
1847 (frame_map_name_to_regnum): New function.
1848 * frame.h (frame_map_name_to_regnum): Declare.
1849 (frame_map_regnum_to_name): Declare.
1850 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1851 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1852 * parse.c: Do not include "builtin-regs.h".
1853 (target_map_name_to_register): Delete function.
1854 (write_dollar_variable): Use frame_map_name_to_regnum.
1855 * parser-defs.h (target_map_name_to_register): Delete declaration.
1856 * expprint.c: Include "frame.h".
1857 (print_subexp): Use frame_map_regnum_to_name.
1858 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1859 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1860
8b69000d
AC
18612002-09-25 Andrew Cagney <ac131313@redhat.com>
1862
1863 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1864 wasn't saved, and the next innermost frame is a dummy, return the
1865 dummy frame's link register.
1866
046ca86a
JB
18672002-09-24 Jim Blandy <jimb@redhat.com>
1868
1869 Fix from Paul Breed:
1870 * main.c (captured_main): Add a `break' after the case for 'b'.
1871
94b66fa7
KS
18722002-09-24 Keith Seitz <keiths@redhat.com>
1873
1874 * varobj.c (c_type_of_child): Use get_target_type instead
1875 of TYPE_TARGET_TYPE.
1876
c214a6fd
FN
18772002-09-22 Fernando Nasser <fnasser@redhat.com>
1878
53cb0458
FN
1879 * source.c (get_current_or_default_source_symtab_and_line): Remove
1880 function.
1881 (set_default_source_symtab_and_line): New function. Attempts to
1882 determine a source file to list lines from if one is not currently
1883 defined.
1884 (get_current_source_symtab_and_line): Initialize sal.pc and
1885 sal.end fields.
1886 (set_current_source_symtab_and_line): Mark argument as const.
1887 * source.h: Update declarations and comments.
1888 * linespec.c (decode_line_1): Replace call to removed routine above.
1889 * stack.c (print_frame_info_base): Ditto.
1890 * cli/cli-cmds.c (edit_command): Ditto.
1891 (list_command): Ditto.
1892
18932002-09-22 Fernando Nasser <fnasser@redhat.com>
1894
d6020d45 1895 * source.c (get_current_or_default_source_symtab_and_line): Initialize
53cb0458 1896 sal.pc and sal.end fields.
c214a6fd
FN
1897 (get_current_or_default_source_symtab_and_line): Ditto.
1898 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1899 so we do not cause a new source symtab to be searched for (reverting an
1900 unintentional change from the 2002-09-20 patch).
1901 * scm-lang.c (scm_unpac): Ditto.
1902
cc3b68a5
AC
19032002-09-21 Andrew Cagney <cagney@redhat.com>
1904
1905 * complaints.c (symfile_explanations): Remove new-line from
1906 ``isolated_message''.
1907 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1908 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1909
5835abe7
NC
19102002-09-20 Nick Clifton <nickc@redhat.com>
1911
1912 * NEWS: Announce that V850EA ISA is no longer supported.
1913 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1914
a15ef5f5
DC
19152002-09-20 David Carlton <carlton@math.stanford.edu>
1916
06ba1b39
DC
1917 * Makefile.in (c-lang.o): Correct dependencies.
1918 (utils.o): Gather dependencies.
1919 (charset.o): Move.
a15ef5f5
DC
1920 * c-lang.c: #include "gdb_string.h"
1921
87885426
FN
19222002-09-20 Fernando Nasser <fnasser@redhat.com>
1923
1924 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1925 * cli/cli-cmds.c (list_command): New function. Implements the new
1926 cli edit command.
1927 (_init_cli_cmds): Add new command definition.
1928 * gdb.1: Document edit command.
1929 * doc/gdb.texinfo: Document edit command.
1930
19312002-09-20 Fernando Nasser <fnasser@redhat.com>
0378c332
FN
1932
1933 * source.c: Make global variables current_source_symtab and
1934 current_source_line static.
1935 (list_command): Moved to cli/cli-cmds.c.
1936 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1937 (get_first_line_listed): New accessor function.
1938 (get_lines_to_list): New accessor function.
1939 (get_current_source_symtab_and_line): New function. Retrieves the
1940 position in the source code that we consider current.
1941 (get_current_or_default_source_symtab_and_line): New function.
1942 Like the above but attempts to determine a default position if one
1943 is not currently defined.
1944 (set_current_source_symtab_and_line): New function. Sets the source
1945 code position considered current and returns the previously set one.
1946 (clear_current_source_symtab_and_line): Reset stored information about
1947 a current source line.
1948 (_initialize_source): Remove registration for the "list" command and
1949 its alias.
1950 * source.h: Add declarations for the new functions above.
1951 * symtab.h: Remove declarations for the global variables mentioned
1952 above.
1953 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1954 obtain current source line.
1955 * linespec.c (decode_line_1): Ditto.
1956 * macroscope.c (default_macro_scope): Ditto.
1957 * scm-lang.c (scm_unpac): Ditto.
1958 * stack.c (print_frame_info_base): Ditto.
1959 * symfile.c (clear_symtab_users): Ditto.
1960 * symtab.c (decode_line_spec): Ditto.
1961 * cli/cli-cmds.c (list_command): Moved here from source.c.
1962 (ambiguous_line_spec): Moved here from source.c.
1963 (_init_cli_cmds): Add definition for "list" and its alias.
1964 * Makefile.in: Update dependencies.
1965
ddd216ea
CV
19662002-09-20 Corinna Vinschen <vinschen@redhat.com>
1967
1968 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1969 with what gcc thinks is correct.
1970
6d305052
CV
19712002-09-20 Corinna Vinschen <vinschen@redhat.com>
1972
1973 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1974 multiple register push instruction.
1975
234b45d4
KB
19762002-09-19 Jim Blandy <jimb@redhat.com>
1977
1978 Add support for distinct host and target character sets.
1979 * charset.c, charset.h: New files.
1980 * c-exp.y: #include "charset.h".
1981 (yylex): Convert character and string literals to the target
1982 character set, before returning them as the semantic value of the
1983 token.
1984 * c-lang.c: #include "charset.h".
1985 (c_emit_char): Use charset-specific methods to recognize
1986 characters with backslash escape forms, to decide which characters
1987 to print literally and which to print using numeric escape
1988 sequences, and to convert target characters to host characters
1989 before printing.
1990 * utils.c: #include "charset.h".
1991 (no_control_char_error): New function.
1992 (parse_escape): Use charset-specific methods to recognize
1993 backslash escapes, parse `control character' notation, and convert
1994 characters from the host character set to the target character set.
1995 * configure.in: Set the default host character set.
1996 Check where to find iconv, and what its argument types might be.
1997 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1998 * Makefile.in (SFILES): List charset.c.
1999 (COMMON_OBS): List charset.o.
2000 (charset.o): New rule.
2001 (charset_h): New header dependency variable.
2002 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
2003 (LIBICONV): New variable, set by configure.
2004 (CLIBS): Include $(LIBICONV) here.
2005 * aclocal.m4, config.in, configure: Regenerated.
2006
525d6a61
JB
20072002-09-19 Joel Brobecker <brobecker@gnat.com>
2008
2009 * ada-exp.y: Add missing semicolons to end rules. Fixes a
2010 bison 1.35 warning.
2011
3ed93867
RE
20122002-09-19 Richard Earnshaw <rearnsha@arm.com>
2013
2014 * gdb_mbuild.sh: New file.
2015
437666f8
AC
20162002-09-19 Andrew Cagney <ac131313@redhat.com>
2017
2018 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
2019
389e51db
AC
20202002-09-18 Andrew Cagney <ac131313@redhat.com>
2021
2022 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
2023 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
2024 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
2025 valops.c, value.h: Revert previous change.
2026
3b4efeaa
MS
20272002-09-18 Michael Snyder <msnyder@redhat.com>
2028
2029 Preliminary support for Objective-C:
2030 * defs.h (language_objc): New enum value.
2031 (puts_filtered_tabular): Declaration only, exported from utils.c.
2032 (skip_quoted): Delete, declared in completer.h.
2033 * c-exp.y: Include completer.h.
2034 * p-exp.y: Ditto.
2035 * jv-exp.y: Ditto.
2036 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
2037 New operator enum values.
2038 * language.h (CAST_IS_CONVERSION): Test for language_objc.
2039 * language.c (binop_result_type): Handle language_objc case.
2040 (integral_type, character_type, string_type, boolean_type,
2041 structured_type, binop_type_check): Ditto.
2042 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
2043 (struct objc_specific): Add to general_symbol_info.
2044 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
2045 (SYMBOL_DEMANGLED_NAME): Handle objc case.
2046 * parser-defs.h (struct objc_class_str): New struct type.
2047 (start_msglist, end_msglist, add_msglist): Declaration only,
2048 exported from objc-lang.c.
2049 * value.h (value_of_local, value_nsstring,
2050 call_function_by_hand_expecting_type): Exported from valops.c.
2051 * valops.c (find_function_addr): Export.
2052 (call_function_by_hand_expecting_type): New function.
2053 (value_of_local): New function.
2054 * symfile.c (init_filename_language_table): Add ".m" extension
2055 for Objective-C.
2056 * utils.c (puts_filtered_tabular): New function.
2057 (fprintf_symbol_filtered): Add objc demangling support (disabled).
2058 (set/show demangle): Extend help-string to refer to ObjC.
2059 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
2060 * stabsread.c (symbol_reference_defined): Objective-C symbols
2061 may contain colons: make allowances when scanning stabs strings
2062 for colons.
2063 (objc_find_colon): New function.
2064 * printcmd.c (address_info): If language == objc then print
2065 "self" instead of "this".
2066 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
2067 OP_NSSTRING, and OP_SELF.
2068 (prefixify_subexp): Ditto.
2069 * source.c (print_source_lines): Mention objc in comment.
2070 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
2071 method names.
2072
b9caf505
AC
20732002-09-18 Andrew Cagney <ac131313@redhat.com>
2074
2075 * complaints.h: Update copyright.
2076 (struct complaints): Declare.
2077 (struct complaint): Make `message' constant.
2078 (internal_complaint): Declare.
2079 (complaint): Declare.
2080 (complaint_root): Delete declaration.
2081 (symfile_complaints): Delete declaration.
2082 (struct complaints): Add opaque declaration.
2083 (clear_complaints): Add a complaints parameter.
2084 * complaints.c: Update copyright.
2085 (enum complaint_series): Define.
2086 (complaint_root): Delete.
2087 (struct complaints): Define.
2088 (complaint_sentinel, symfile_complaint_book): New variables.
2089 (symfile_explanations, symfile_complaints): New variables.
2090 New variables.
2091 (get_complaints): New function.
2092 (vcomplaint): New function.
2093 (complaint): New function.
2094 (internal_complaint): New function.
2095 (complain): Call vcomplain with symfile_complaint.
2096 (clear_complaints): Rewrite.
2097 (_initialize_complaints): Use add_setshow_command.
2098 * Makefile.in (complaints.o): Update dependencies.
2099 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
2100 to call to clear_complaints.
2101 (new_symfile_objfile, reread_symbols): Ditto.
2102 (oldsyms_complaint): Delete.
2103 (empty_symtab_complaint, unknown_option_complaint): Delete.
2104 (free_named_symtabs): Use complaint instead of complain.
2105
d2e6263c
MS
21062002-09-18 Michael Snyder <msnyder@redhat.com>
2107
5fb2031a
AC
2108 Contributed by Apple Computer, Inc. Merged with current sources
2109 by Adam Fedor <fedor@doc.com> [cagney].
2110
d2e6263c
MS
2111 * objc-lang.c: First clean-up round: comments, indentation.
2112 * objc-lang.h: Ditto.
2113 * objc-lang.y: Ditto.
2114
dec43320
AC
21152002-09-18 Andrew Cagney <ac131313@redhat.com>
2116
2117 * maint.c (maintenance_internal_error): Print the parameter as the
2118 error message.
2119 (maintenance_internal_warning): New function.
2120 (_initialize_maint_cmds): Add command `maint internal-warning'.
2121
2122 * defs.h (internal_warning, internal_vwarning): Declare.
2123 * utils.c (struct internal_problem): Define.
2124 (internal_vproblem): New function.
2125 (internal_warning): New function.
2126 (internal_vwarning): New function.
2127 (internal_warning_problem, internal_error_problem): New variables.
2128 (internal_verror): Just call internal_vproblem.
2129
b81654f1
MS
21302002-09-18 Michael Snyder <msnyder@redhat.com>
2131
2132 * objc-lang.c: New file, support for Objective-C.
2133 Preliminary check-in, not yet integrated into gdb.
2134 * objc-lang.h: New file.
2135 * objc-exp.y: New file.
2136
0542c381
AC
21372002-09-18 Andrew Cagney <ac131313@redhat.com>
2138
7bda5e4a
AC
2139 * infrun.c (signal_stop_update): Convert definition to ISO C.
2140 (signal_print_update): Ditto.
2141 (signal_pass_update): Ditto.
2142 * inflow.c (terminal_save_ours): Ditto.
2143
5247b418
AC
2144 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
2145 comments.
2146
fc60962c
AC
2147 * config/djgpp/fnchange.lst: Handle name clashes between
2148 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
2149 bfd/coff-tic80.c.
2150
0542c381
AC
2151 * i386-linux-tdep.h: Fix tipo.
2152
5b924b9b
AF
21532002-09-18 Adam Fedor <fedor@gnu.org>
2154
2155 * MAINTAINERS: Add myself to the Write After Approval list.
2156
5afc051b
JB
21572002-09-18 Jim Blandy <jimb@redhat.com>
2158
2159 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
2160 texthigh and textlow to reader-specific structs caused
2161 objfile_relocate to miss them. This is fixable, but the work that
2162 the change was supposed to prepare GDB for never got done anyway.
2163
eb944380
DC
21642002-09-18 David Carlton <carlton@math.stanford.edu>
2165
2166 * MAINTAINERS: Alphabetize Write After Approval list.
2167
948e66d9
DJ
21682002-09-18 Daniel Jacobowitz <drow@mvista.com>
2169
2170 Fix PR gdb/709
2171 * values.c (value_static_field): Call read_var_value.
2172
dc604539
AC
21732002-09-18 Andrew Cagney <ac131313@redhat.com>
2174
2175 * valops.c (hand_function_call): Align the initial stack pointer
2176 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
2177 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
2178 return value.
2179 * mips-tdep.c (mips_frame_align): New function.
2180 (mips_gdbarch_init): Set frame_align.
2181 * gdbarch.sh (FRAME_ALIGN): New method.
2182 * gdbarch.h, gdbarch.c: Re-generate.
2183
cb7e422f
ML
21842002-09-18 Michal Ludvig <mludvig@suse.cz>
2185
2186 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
2187 registers.
2188
a094c6fb
AC
21892002-09-17 Andrew Cagney <ac131313@redhat.com>
2190
2191 * NEWS: Mention that MIPS $fp behavior changed.
2192 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
2193 reference to FP_REGNUM.
2194 (mipsnbsd_cannot_store_register): Ditto.
2195 * mips-linux-nat.c: Update copyright.
2196 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
2197 (mips_linux_cannot_store_register): Ditto.
2198 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
2199 * config/mips/tm-mips.h: Update copyright.
2200 (FP_REGNUM): Delete macro.
2201 (MIPS_REGISTER_NAMES): Replace "fp" with "".
2202 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
2203 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
2204 (mips_r3041_reg_names, mips_r3051_reg_names)
2205 (mips_r3081_reg_names): Replace "fp" with "".
2206 Fix PR gdb/480.
2207
45cf40d1
TR
22082002-09-17 Theodore A. Roth <troth@verinet.com>
2209
2210 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
2211 generic_read_register_dummy() (PR gdb/703).
2212 (avr_push_return_address): #if 0 out unused vars.
2213 (avr_gdbarch_init): Enable use of avr_push_return_address().
2214
c7e701b5
MS
22152002-09-17 Michael Snyder <msnyder@redhat.com>
2216
d76ba2a5 2217 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
2218 RTE will take care of it.
2219
20bcf01c
AC
22202002-09-17 Andrew Cagney <ac131313@redhat.com>
2221
2222 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
2223 invalid, return SP_REGNUM.
2224
009a9971 22252002-09-17 Michael Snyder <msnyder@redhat.com>
21f87145
MS
2226
2227 * mips-tdep.c (mips_pop_frame): Read saved values of floating
2228 point registers without sign extension.
2229
135c175f
AC
22302002-09-17 Andrew Cagney <cagney@redhat.com>
2231
2232 * blockframe.c (deprecated_read_register_dummy): Rename
2233 generic_read_register_dummy.
2234 * frame.c (frame_unwind_signed_register): New function.
2235 (frame_unwind_unsigned_register): New function.
2236 * frame.h (frame_unwind_signed_register): Declare.
2237 (frame_unwind_unsigned_register): Declare.
2238 (deprecated_read_register_dummy): Rename
2239 generic_read_register_dummy.
2240
2241 * h8300-tdep.c (h8300_frame_chain): Update.
2242 (h8300_frame_saved_pc): Update.
2243 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2244 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2245 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2246 (s390_frame_chain): Update.
2247 * v850-tdep.c (v850_find_callers_reg): Update.
2248 (v850_frame_saved_pc): Update.
2249 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2250 (m32r_find_callers_reg): Update.
2251 (m32r_frame_saved_pc): Update.
2252 * sh-tdep.c (sh_find_callers_reg): Update.
2253 (sh64_get_saved_pr): Update.
2254 (sh_init_extra_frame_info): Update.
2255 (sh_init_extra_frame_info): Update.
2256 (sh64_init_extra_frame_info): Update.
2257 (sh64_init_extra_frame_info): Update.
2258 * mcore-tdep.c (mcore_find_callers_reg): Update.
2259 (mcore_frame_saved_pc): Update.
2260 (mcore_init_extra_frame_info): Update.
2261 * i386-tdep.c (i386_frame_saved_pc): Update.
2262 * ia64-tdep.c (ia64_frame_saved_pc): Update.
2263 (ia64_init_extra_frame_info): Update.
2264 (ia64_init_extra_frame_info): Update.
2265 * d10v-tdep.c (d10v_frame_saved_pc): Update.
2266 * cris-tdep.c (cris_init_extra_frame_info): Update.
2267 * avr-tdep.c (avr_frame_chain): Update.
2268 (avr_init_extra_frame_info): Update.
2269 (avr_frame_saved_pc): Update.
2270 * arm-tdep.c (arm_find_callers_reg): Update.
2271 (arm_init_extra_frame_info): Update.
2272 (arm_frame_saved_pc): Update.
2273
a741e514
TT
22742002-09-17 Tom Tromey <tromey@redhat.com>
2275
2276 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2277 is "'".
2278
d1a8e808
CV
22792002-09-17 Corinna Vinschen <vinschen@redhat.com>
2280
2281 * MAINTAINERS: Remove "non multi-arched" text from h8300.
2282 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2283 NEXT_PROLOGUE_INSN.
2284 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2285 NEXT_PROLOGUE_INSN.
2286
d9025a18
JB
22872002-09-16 Joel Brobecker <brobecker@gnat.com>
2288
2289 * osfsolib.c: Remove file, replaced by solib-osf.c.
2290 * Makefile.in: Remove compilation rules for osfsolib.c.
2291
1b2ef1b6
DC
22922002-09-16 David Carlton <carlton@math.stanford.edu>
2293
2294 * cp-valprint.c (cp_print_class_method): Correct args to
2295 check_stub_method_group.
2296
928e48af
CV
22972002-09-16 Corinna Vinschen <vinschen@redhat.com>
2298
2299 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2300 `set architecture'. Unify naming convention of functions.
2301 (h8300_skip_prologue): Improve prologue analysis.
2302 (h8300_push_arguments): Rewritten to more closely match GCC's
2303 bizarre argument-passing behavior, along with the comment describing
2304 said behavior.
2305 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2306 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2307 sim, remote-e7000.c, remote-hms.c and remote.c
2308
5e3397bb
MK
23092002-09-15 Mark Kettenis <kettenis@gnu.org>
2310
2311 * i386-tdep.c (gdb_print_insn_i386): Removed.
2312 (i386_print_insn): New function.
2313 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2314 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2315 tm_print_insn_info.
2316
f710f4fc
MK
23172002-09-14 Mark Kettenis <kettenis@gnu.org>
2318
2319 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2320 zero.
2321
db54fef4
CV
23222002-09-14 Corinna Vinschen <vinschen@redhat.com>
2323
2324 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2325 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
2326 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2327
2becadee
CF
23282002-09-13 Christopher Faylor <cgf@redhat.com>
2329
2330 * win32-nat.c (child_create_inferior): Honor 'tty' command.
2331
de17c821
DJ
23322002-09-13 Daniel Jacobowitz <drow@mvista.com>
2333
2334 * gdbtypes.c (check_stub_method): Make static.
2335 (check_stub_method_group): New function.
2336 * gdbtypes.h: Update prototypes.
2337 * cp-support.c: New file.
2338 * cp-support.h: New file.
2339
2340 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2341 (update_method_name_from_physname): New function.
2342 (read_member_functions): Correct method names for operators
2343 and v3 constructors/destructors. Separate v2 constructors and
2344 destructors.
2345 * Makefile.in (stabsread.o): Update dependencies.
2346 (SFILES): Add cp-support.c.
2347 (COMMON_OBS): Add cp-support.o.
2348 (cp_support_h, cp-support.o): Add.
2349
2350 * cp-valprint.c (cp_print_class_method): Call
2351 check_stub_method_group instead of check_stub_method. Remove
2352 extraneous QUITs.
2353 * p-valprint.c (pascal_object_print_class_method): Likewise.
2354 * valops.c (search_struct_method): Likewise.
2355 (find_method_list, value_struct_elt_for_reference): Likewise.
2356
e76cff22
AC
23572002-09-13 Andrew Cagney <cagney@redhat.com>
2358
2359 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2360 * gdbarch.h, gdbarch.c: Regenerate.
2361
905abb3f
AC
23622002-09-13 Andrew Cagney <ac131313@redhat.com>
2363
2364 * frame.c (find_saved_register): Delete function.
2365 * frame.h (find_saved_register): Delete declaration.
2366 Fix PR gdb/631.
2367
64159455
AC
2368Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2369
2370 * mips-tdep.c (read_next_frame_reg): Re-hack using
2371 frame_register_unwind.
2372
795e1e11
AC
2373Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2374
2375 * mips-tdep.c (mips_get_saved_register): Re-hack using
2376 frame_register_unwind.
2377
5720643c
JB
23782002-09-12 Joel Brobecker <brobecker@gnat.com>
2379
2380 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2381 vector. Will be useful for Interix.
2382 * gdbarch.h, gdbarch.c: Regenerate.
2383
2384 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2385 name of the malloc function by NAME_OF_MALLOC.
2386
3bada2a2
JB
23872002-09-12 Joel Brobecker <brobecker@gnat.com>
2388
2389 * value.h (find_function_in_inferior): Add const keyword to
2390 one of the parameters. Allows us to invoke this function with
2391 a const char *.
2392 * valops.c (find_function_in_inferior): Likewise.
2393
3db26b01
JB
23942002-09-12 Joel Brobecker <brobecker@gnat.com>
2395
2396 * exec.c (xfer_memory): Fix compilation warning with old versions
2397 of GCC.
2398 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2399
17c5ed2c
DC
24002002-09-12 David Carlton <carlton@math.stanford.edu>
2401
2402 * symtab.h: Run through gdb_indent.h.
2403 Add 2002 to Copyright year list.
2404
ecd1107e
AM
24052002-09-12 Alan Modra <amodra@bigpond.net.au>
2406
2407 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2408 mach constants.
2409 * MAINTAINERS: Add myself to write after approval list.
2410
e64f66d1
JB
24112002-09-11 J. Brobecker <brobecker@gnat.com>
2412
2413 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2414
f9395794
JB
24152002-09-11 J. Brobecker <brobecker@gnat.com>
2416
2417 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2418 Interix.
2419
1a303dec
MS
24202002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2421
2422 * procfs.c (do_detach): Clear current signal, not just fault.
2423 Corrects problem with breakpoint trap signal leaking to detached
2424 process on Tru64.
2425
c0219d42
MS
24262002-09-10 Michael Snyder <msnyder@redhat.com>
2427
2428 * buildsym.c (finish_block): Protect against null pointer.
2429
9d84ac84
AC
24302002-09-10 Andrew Cagney <cagney@redhat.com>
2431
2432 * infcmd.c (default_print_registers_info): Send all output to
2433 ``file'' instead of ``gdb_stdout''.
2434
77d8f2b4
MS
24352002-09-10 Michael Snyder <msnyder@redhat.com>
2436
2437 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2438 LONGEST, and use signed register read (addresses are sign-
2439 extended for mips).
2440
99656a61
SC
24412002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2442
2443 * event-loop.c (gdb_do_one_event): Make public.
2444 * event-loop.h (gdb_do_one_event): Declare.
2445
da12f4d8
JL
24462002-09-10 Jeff Law <law@redhat.com>
2447
2448 * infttrace.c (child_resume): Simplify and rework to avoid
2449 TT_PROC_CONTINUE.
2450
d0aee0c4
FF
24512002-09-09 Fred Fish <fnf@intrinsity.com>
2452
2453 * printcmd.c (print_scalar_formatted): "len" is the number of
2454 target bytes, NOT the number of target bits.
2455
7cb3ec5e
EZ
24562002-09-09 Elena Zannoni <ezannoni@redhat.com>
2457
2458 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2459 * top.c (init_main): Set rl_terminal_name.
2460
4dc81987
AS
24612002-09-08 Aidan Skinner <aidan@velvet.net>
2462
2463 * ada-lang.c (ada_array_bound, ada_type_match,
2464 _initialize_ada_language): Fix K&R definitions.
2465 * ada-tasks.c (get_current_task): Fix K&R definitions.
2466 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2467
842330b4
CF
24682002-09-07 Christopher Faylor <cgf@redhat.com>
2469
2470 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2471 Add XP.
2472
43156d82
MK
24732002-09-06 Mark Kettenis <kettenis@gnu.org>
2474
66da5fd8
MK
2475 * i386-tdep.c (i386_register_virtual_type,
2476 i386_register_convertible, i386_register_convert_to_virtual,
2477 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2478 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2479 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2480 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2481 Don't set push_arguments twice.
2482
4b218c18
MK
2483 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2484 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2485 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2486 sigtramp_end to NULL.
2487 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2488 defines.
2489 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2490
4cc314d5
MK
2491 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2492 whitespace.
2493
43156d82
MK
2494 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2495 * gdbarch.h, gdbarch.c: Re-generate.
2496 * blockframe.c (find_pc_sect_partial_function): Convert to use
2497 SIGTRAMP_START_P predicate.
2498
6672060b
MS
24992002-09-05 Michael Snyder <msnyder@redhat.com>
2500
a90c3637
MS
2501 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2502 generic_dummy_frame method and old method. Also distinguish
2503 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 2504 (arm_extract_return_value): Use new regcache method.
a90c3637 2505
6672060b
MS
2506 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2507 adjustment that doesn't conform to the ABI.
2508 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2509 saved regcache, not from current regcache.
2510
299ffc64
AC
25112002-09-05 Andrew Cagney <ac131313@redhat.com>
2512
2513 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2514 * README: Update.
2515
a3a2ee65
JT
25162002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2517
2518 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2519 if arm_apcs_32 is false.
2520
2bc7eea9
AC
25212002-09-04 Andrew Cagney <ac131313@redhat.com>
2522
2523 GDB 5.3 branch created.
2524
8a55a7c5
TR
25252002-09-03 Theodore A. Roth <troth@verinet.com>
2526
2527 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2528 generic_unwind_get_saved_register.
2529
e26fb1d7
DC
25302002-09-03 David Carlton <carlton@math.stanford.edu>
2531
2532 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2533 argument (PR gdb/653). Update call to smash_to_method_type.
2534 (read_structure_scope): Update call to dwarf2_add_member_fn.
2535
30d52491
ML
25362002-09-03 Michal Ludvig <mludvig@suse.cz>
2537
2538 * x86-64-linux-tdep.c: Include gdb_string.h
2539 * x86-64-linux-nat.c: Ditto.
2540
06891d83
JT
25412002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2542
2543 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2544 when YYDEBUG is set to 1.
2545 * c-exp.y: Likewise.
2546 * f-exp.y: Likewise.
2547 * jv-exp.y: Likewise.
2548 * m2-exp.y: Likewise.
2549 * p-exp.y: Likewise.
2550
7d400e77
JT
25512002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2552
2553 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2554 dependency list.
2555 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2556 solib_svr4_fetch_link_map_offsets to
2557 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2558 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2559 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2560 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2561 solib-svr4.o, and solib-legacy.o.
2562 * config/i386/tm-nbsd.h: Include solib.h.
2563
704a27c4
JT
25642002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2565
2566 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2567 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2568 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2569 comment noting that this needs its own target configuration.
2570 * config/i386/nbsd.mt: New file.
2571 * config/i386/nbsdaout.mt: Remove.
2572 * config/i386/nbsdelf.mt: Ditto.
2573 * config/i386/tm-nbsdaout.h: Ditto.
2574
d66198e1
JT
25752002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2576
2577 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2578 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2579 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2580 tdep->sigtramp_end.
2581 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2582 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2583 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2584
3cac699e
JT
25852002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2586
2587 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2588 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2589 * i386-tdep.h (i386bsd_init_abi): New prototype.
2590 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2591 function declaration.
2592 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2593 for NetBSD-a.out or NetBSD-ELF.
2594 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2595 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2596 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2597 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2598 and nbsd-tdep.h.
2599 (i386nbsd_pc_in_sigtramp): New function.
2600 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2601 i386nbsd_pc_in_sigtramp.
2602 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2603 and i386nbsdelf_init_abi OS ABI handlers.
2604 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2605 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2606
7010ca0a
MK
26072002-09-02 Mark Kettenis <kettenis@gnu.org>
2608
2609 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2610 registers if the target really has them.
2611
6dd93b72
JT
26122002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2613
2614 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2615 than nbsd-tdep.h.
2616
2ca8ae21
JT
26172002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2618
2619 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2620 list.
2621 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2622 (alphanbsd_skip_sigtramp_frame): New functions.
2623 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2624 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2625 to alphanbsd_sigcontext_addr.
2626
3d9b49b0
JT
26272002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2628
2629 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2630 list.
2631 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2632 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2633 nbsd_pc_in_sigtramp.
2634 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2635 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2636 * nbsd-tdep.c: Include gdb_string.h.
2637 (nbsd_pc_in_sigtramp): New function.
2638 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2639 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2640 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2641 ppcnbsd_pc_in_sigtramp.
2642 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2643 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2644 shnbsd_pc_in_sigtramp.
2645 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2646 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2647 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2648
c860120c
PM
26492002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2650
2651 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2652 watchpoints to NULL.
2653 (insert_breakpoints): set val field of watchpoints if NULL.
2654
2655
c7612d53
JB
26562002-08-29 Jim Blandy <jimb@redhat.com>
2657
2658 * symtab.c (lookup_symbol_aux): In the cases where we find a
2659 minimal symbol of an appropriate name and use its address to
2660 select a symtab to read and search, use `name' (as passed to us)
2661 as the demangled name when searching the symtab's global and
2662 static blocks, not the minsym's name.
2663
66609862
KS
26642002-08-29 Keith Seitz <keiths@redhat.com>
2665
2666 * stack.c (print_frame_info_base): Always set current_source_symtab
2667 and current_source_line.
2668
151fefe2
JB
26692002-08-29 Donn Terry <donnte@microsoft.com>
2670
2671 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2672
bfb3754e
KS
26732002-08-28 Keith Seitz <keiths@redhat.com>
2674
2675 * stack.c (select_frame): Add FIXME concerning selected-frame
2676 events.
2677 (select_frame_command): Send selected-frame-level-changed
2678 event notification, but only if the level actually changed.
2679 (up_silently_base): Add selected-frame-level-changed event
2680 notification.
2681 (down_silently_base): Likewise.
2682
e822a2a0
AC
26832002-08-28 Andrew Cagney <ac131313@redhat.com>
2684
2685 * Makefile.in: Update dependencies for all gdb/*.c files.
2686
309367d4
TT
26872002-08-27 Tom Tromey <tromey@redhat.com>
2688
2689 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2690 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2691 Update dependencies.
2692 * i387-tdep.c: Include gdb_string.h.
2693 * osabi.c: Likewise.
2694 * i386-linux-nat.c: Likewise.
2695 * lin-lwp.c: Likewise.
2696 * ax-gdb.c: Likewise.
2697 * signals/signals.c: Likewise.
2698 * jv-valprint.c: Likewise.
2699 * p-lang.c: Likewise.
2700 * c-valprint.c: Likewise.
2701 * cp-abi.c: Likewise.
2702
e1507482
EZ
27032002-08-27 Elena Zannoni <ezannoni@redhat.com>
2704
2705 * cli/cli-script.h (copy_command_lines): Export.
2706 * breakpoint.c: Include cli/cli-script.h.
2707 * Makefile.in (breakpoint.o): Update dependencies.
2708
c6510018
MS
27092002-08-26 Michael Snyder <msnyder@redhat.com>
2710
2711 * breakpoint.c (insert_breakpoints): Protect all references
2712 to 'process_warning'. Shorten long lines.
2713
c2b8ed2c
MS
27142002-08-26 Joel Brobecker <brobecker@gnat.com>
2715
2716 * cli/cli-script.c (copy_command_lines): New function.
2717 * defs.h (copy_command_lines): Export.
2718 * testsuite/gdb.base/commands.exp: New tests for commands
2719 attached to a temporary breakpoint, and for commands that
2720 delete the breakpoint they are attached to.
2721
27222002-08-26 Michael Snyder <msnyder@redhat.com>
2723
2724 * breakpoint.c (bpstat_stop_status): Instead of copying the
2725 pointer to the breakpoint commands struct, make a new copy
2726 of the struct and point to that.
2727 (bpstat_clear): Free the commands struct.
2728 (bpstat_clear_actions): Free the commands struct.
2729 (bpstat_do_actions): Free the command actions. Also execute
2730 the local cleanups, instead of deleting them.
2731 (delete_breakpoint): Leave the commands field of the bpstat
2732 chain alone -- it will be freed later.
2733
64b84175
KB
27342002-08-26 Kevin Buettner <kevinb@redhat.com>
2735
2736 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2737 deleted in 2002-08-20 commit. This function is still used by
2738 ppc-linux-nat.c.
2739
55970da6
KS
27402002-08-26 Keith Seitz <keiths@redhat.com>
2741
2742 * gdb-events.sh: Add selected-frame-level-changed event.
2743 * gdb-events.c: Regenerated.
2744 * gdb-events.h: Regenerated.
2745
a790ad35
SC
27462002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2747
2748 Fix PR gdb/393:
2749 * inflow.c (terminal_save_ours): New function to save terminal
2750 settings.
2751 * inferior.h (terminal_save_ours): Declare.
2752 * target.c (debug_to_terminal_save_ours): New function.
2753 (cleanup_target): Defaults to_terminal_save_ours.
2754 (update_current_target): Inherit to_terminal_save_ours.
2755 (setup_target_debug): Set to_terminal_save_ours.
2756 * target.h (target_terminal_save_ours): New to save terminal settings.
2757 (target_ops): New member to_terminal_save_ours.
2758 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2759 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2760 * inftarg.c (init_child_ops): Likewise.
2761 * m3-nat.c (init_m3_ops): Likewise.
2762 * procfs.c (init_procfs_ops): Likewise.
2763 * wince.c (init_child_ops): Likewise.
2764 * win32-nat.c (init_child_ops): Likewise.
2765 * sol-thread.c (init_sol_thread_ops): Likewise.
2766
c00dcbe9
MK
27672002-08-26 Mark Kettenis <kettenis@gnu.org>
2768
3d7f4f49
MK
2769 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2770 use regcache_* functions.
2771 (i386_gdbarch_init): Set store_return_value instead of
2772 deprecated_store_return_value.
2773
c00dcbe9
MK
2774 * regcache.c (regcache_raw_write_signed,
2775 regcache_raw_write_unsigned): New functions.
2776 * regcache.h (regcache_raw_write_signed,
2777 regcache_raw_write_unsigned): New prototypes.
2778
0e0d15ca
AC
27792002-08-25 Andrew Cagney <ac131313@redhat.com>
2780
2781 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2782 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2783 source file dependencies. Cleanup corresponding generator rules.
2784
d3b22ed5
AC
27852002-08-25 Andrew Cagney <ac131313@redhat.com>
2786
2787 * regcache.h (register_offset_hack): Declare.
2788 (regcache_cooked_read_using_offset_hack): Declare.
2789 (regcache_cooked_write_using_offset_hack): Declare.
2790
2791 * regcache.c (register_offset_hack): New function.
2792 (regcache_cooked_read_using_offset_hack): New function.
2793 (regcache_cooked_write_using_offset_hack): New function.
2794 (regcache_dump): Check that the registers, according to their
2795 offset, are packed hard against each other.
2796 (cooked_xfer_using_offset_hack): New function.
2797
bb425013
AC
27982002-08-25 Andrew Cagney <ac131313@redhat.com>
2799
2800 * regcache.c (struct regcache_descr): Add field register_type.
2801 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2802 in as a parameter
2803 (init_regcache_descr): Initialize register_type. Pass the descr
2804 to init_legacy_regcache_descr. Use register_type instead of
2805 REGISTER_VIRTUAL_TYPE.
2806 (register_type): New function.
2807 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2808 * regcache.h (register_type): Declare.
2809
d0403e00
AC
28102002-08-25 Andrew Cagney <ac131313@redhat.com>
2811
2812 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2813 instead of deprecated_store_return_value. Fix fallout from
2814 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2815
0ed04cce
AC
28162002-08-25 Andrew Cagney <ac131313@redhat.com>
2817
2818 * regcache.c (max_register_size): New function.
2819 (init_legacy_regcache_descr): Ensure that max_register_size is
2820 large enough for REGISTER_VIRTUAL_SIZE.
2821 * regcache.h (max_register_size): Declare.
2822
46d79c04
AC
28232002-08-24 Andrew Cagney <ac131313@redhat.com>
2824
2825 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2826 store_return_value.
2827 (e500_extract_return_value): Change type of valbuf pointer to
2828 void.
2829
853c7bd0
MK
28302002-08-24 Mark Kettenis <kettenis@gnu.org>
2831
cd87e769
MK
2832 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2833 workaround.
2834
853c7bd0
MK
2835 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2836 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2837 long long) to prevent compiler warning on 64-bit systems.
2838
ebba8386
AC
28392002-08-23 Andrew Cagney <cagney@redhat.com>
2840
2841 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2842 (DEPRECATED_STORE_RETURN_VALUE): New method.
2843 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2844 * gdbarch.h, gdbarch.c: Re-generate.
2845
2846 * values.c (set_return_value): Pass current_regcache to
2847 STORE_RETURN_VALUE.
2848 * arch-utils.h (legacy_store_return_value): Declare.
2849 * arch-utils.c (legacy_store_return_value): New function.
2850 (legacy_extract_return_value): Update parameters.
2851
2852 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2853 STORE_RETURN_VALUE.
2854 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2855 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2856 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2857 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2858 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2859 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2860 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2861 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2862 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2863 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2864
2865 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2866 * i386-tdep.c (i386_extract_return_value): Update.
2867 * arch-utils.c (legacy_extract_return_value): Update.
2868 * frv-tdep.c (frv_gdbarch_init): Update.
2869 * cris-tdep.c (cris_gdbarch_init): Update.
2870 * d10v-tdep.c (d10v_gdbarch_init): Update.
2871 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2872 * m68k-tdep.c (m68k_gdbarch_init): Update.
2873 * mcore-tdep.c (mcore_gdbarch_init): Update.
2874 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2875 * s390-tdep.c (s390_gdbarch_init): Update.
2876 * sparc-tdep.c (sparc_gdbarch_init): Update.
2877 * sh-tdep.c (sh_gdbarch_init): Update.
2878 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2879 * v850-tdep.c (v850_gdbarch_init): Update.
2880 * avr-tdep.c (avr_gdbarch_init): Update.
2881 * ia64-tdep.c (ia64_gdbarch_init): Update.
2882 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2883 * vax-tdep.c (vax_gdbarch_init): Update.
2884 * alpha-tdep.c (alpha_gdbarch_init): Update.
2885 * arm-tdep.c (arm_gdbarch_init): Update.
2886 * mips-tdep.c (mips_gdbarch_init): Update.
2887 * i386-tdep.c (i386_gdbarch_init): Update.
2888
5bd8c6d0
AC
28892002-08-23 Andrew Cagney <ac131313@redhat.com>
2890
2891 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2892 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2893
e73e1724
MK
28942002-08-24 Mark Kettenis <kettenis@gnu.org>
2895
2896 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2897 problems.
2898
3e6564e1
JB
28992002-08-23 Joel Brobecker <brobecker@gnat.com>
2900
2901 * infrun.c (handle_inferior_event): Move a comment outside of a
2902 function call, in order to avoid indent reformatting this part
2903 of the code in an unreadable way.
2904
81d0cc19
GS
29052002-08-23 Grace Sainsbury <graces@redhat.com>
2906
2907 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2908 when breakpoints fail. Move general breakpoint error messages to
2909 insert_breakpoints.
2910 * breakpoint.c (insert_breakpoints): Change warnings when
2911 breakpoints are nto inserted to specify the type. Remove call to
2912 memory_error when hardware breakpoints can't be inserted. Remove
2913 multiple calls to warning so all messages are sent to the user at
2914 once.
2915 (delete_breakpoints): Make insert error messsages more explicit.
2916
17574093
DJ
29172002-08-23 Daniel Jacobowitz <drow@mvista.com>
2918
2919 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2920 gdbserver/ChangeLog.
2921
8acc2935
MK
29222002-08-23 Mark Kettenis <kettenis@gnu.org>
2923
dfe01d39
MK
2924 * i386-tdep.c: Include "objfiles.h".
2925 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2926 skip_trampoline_code.
2927 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2928 (CPLUS_MARKER): Define to '.'.
2929
8acc2935
MK
2930 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2931 member.
2932 (linux_corefile_thread_callback): Increase args->num_notes.
2933 (linux_make_note_section): Initialize thread_args.num_notes, and
2934 use it to determine whether notes for any threads were created.
2935
151fefe2 29362002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
2937
2938 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2939 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2940 and PCUNKILL.
2941 (write_with_trace): Conditionalize out the switch branch handling
2942 PCSHOLD if the corresponding macro is not defined. Likewise for
2943 PRSABORT and PRSTOP.
2944 This change will be needed by the Interix port.
2945
e1507482
EZ
29462002-08-22 Elena Zannoni <ezannoni@redhat.com>
2947
2948 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2949 write_register wherever possible instead of manipulating the
2950 register bytes directly.
2951 Assign VALUE_CONTENTS to a variable and use that.
2952 The GPR numbers are now dependent on the architecture.
2953
96ff0de4
EZ
29542002-08-22 Elena Zannoni <ezannoni@redhat.com>
2955
2956 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2957 ev_offset fields.
2958 (skip_prologue): Add support for BookE/e500 instructions.
2959 (e500_extract_return_value): New function.
2960 (frame_get_saved_regs): Add support for saving ev registers and
2961 pseudo gpr's.
2962 (e500_store_return_value): New function.
2963 (rs6000_gdbarch_init): Move up default intializations of
2964 deprecated_extract_return_value and store_return_value. Overwrite
2965 init of store_return_value with e500 specific version.
2966 Set extract_return_value for e500.
2967
fbefca5b
EZ
29682002-08-22 Elena Zannoni <ezannoni@redhat.com>
2969
2970 * blockframe.c (generic_call_dummy_register_unwind): Use
2971 regcache_cooked_read to catch cases in which the variable is
2972 stored in a pseudo register.
2973
4d210288
AC
29742002-08-22 Andrew Cagney <cagney@redhat.com>
2975
2976 * NEWS: Mention that the i960 has been made obsolete.
2977 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2978 i960-tdep.c
2979 (remote-nrom.o): Obsolete target.
2980 (remote-nindy.o, i960-tdep.o): Ditto.
2981 * remote-nrom.c: Make file obsolete.
2982 * remote-nindy.c, remote-vx960.c: Ditto.
2983 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2984 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2985 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2986 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2987 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2988 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2989 i960-*-vxworks* obsolete.
2990 * MAINTAINERS: Note that the i960 is obsolete.
2991
6c0c456d
CV
29922002-08-21 Corinna Vinschen <vinschen@redhat.com
2993
2994 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2995 detach to allow reinitialization.
2996
9f9d12b3
AC
29972002-08-22 Andrew Cagney <ac131313@redhat.com>
2998
2999 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
3000 attempt).
3001
ebeb39fe
JB
30022002-08-22 Jim Blandy <jimb@redhat.com>
3003
3004 * coffread.c (coff_symfile_read): Don't try to read the line
3005 number table from disk if the image file doesn't have a symbol
3006 table; we'll never actually look at the info anyway, and Windows
3007 ships DLL's with bogus file offsets for the line number data.
3008
5bf1c677
EZ
30092002-08-21 Elena Zannoni <ezannoni@redhat.com>
3010
3011 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
3012 an e500 executable.
3013
71b8ef93
MS
30142002-08-21 Michael Snyder <msnyder@redhat.com>
3015
3016 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
3017 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
3018 (DEFAULT_MIPS_TYPE): Delete unused macro.
3019 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3020 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 3021
d174216d
JB
30222002-08-21 Jim Blandy <jimb@redhat.com>
3023
3024 * valops.c (value_cast): Simplify and correct logic for doing a
3025 static cast from a pointer to a base class to a pointer to a
3026 derived class.
3027
0ab7a791
AC
30282002-08-21 Andrew Cagney <ac131313@redhat.com>
3029
3030 * infcmd.c (default_print_registers_info): Replace
3031 do_registers_info.
3032 (registers_info): Use gdbarch_print_registers_info instead of
3033 DO_REGISTERS_INFO.
3034 * inferior.h (default_print_registers_info): Replace
3035 do_registers_info.
3036 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
3037 (DO_REGISTERS_INFO): Change to a predicate function.
3038 * gdbarch.h, gdbarch.c: Regenerate.
3039
e23792cc
KS
30402002-08-21 Keith Seitz <keiths@redhat.com>
3041
3042 * gdb-events.sh: Add target-changed event.
3043 * gdb-events.c: Regenerated.
3044 * gdb-events.c: Regenerated.
3045 * valops.c (value_assign): Add target-changed event notification
3046 to inlval_register, lval_memory, and lval_reg_frame_relative.
3047
9fb14e79
JB
30482002-08-21 Joel Brobecker <brobecker@gnat.com>
3049
3050 * NEWS: Add an entry regarding the improvement of the next/step
3051 operation on Alpha Tru64 multi-processor machines.
3052
6d39a69f
AC
30532002-08-21 Andrew Cagney <ac131313@redhat.com>
3054
72acd513
AC
3055 * Makefile.in: Update dependencies for mi/ cli/ and tui/
3056 directores.
342af04b 3057 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
3058 * Makefile.in (install-gdbtk): Move to install section.
3059 (rdi-share/libangsd.a): Move to end of file.
3060
fa5f27c7
AC
30612002-08-19 Andrew Cagney <ac131313@redhat.com>
3062
3063 * frame.c (frame_register_unwind): When a register, set addrp to
3064 the register's byte.
3065
5a89d8aa
MS
30662002-08-20 Michael Snyder <msnyder@redhat.com>
3067
3068 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
3069 used locally, so move them from the target machine header to here.
3070 (mips_set_processor_type, mips_register_name, mips32_next_pc,
3071 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
3072 Make static.
3073 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
3074
822e978b
AC
30752002-08-20 Andrew Cagney <cagney@redhat.com>
3076
3077 * NEWS: Mention that the Apollo line was made obsolete.
3078 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
3079 m68*-hp-hpux* obsolete.
3080 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
3081 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
3082 * buildsym.c (make_blockvector): Make static.
3083 * buildsym.h (make_blockvector): Make extern declaration obsolete.
3084 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
3085 (ALLDEPFILES): Remove dstread.c.
3086 (dstread.o): Obsolete make rule.
3087 * dstread.c: Makefile obsolete.
3088 * dst.h: Ditto.
3089 * config/m68k/hp300hpux.mt: Ditto.
3090 * config/m68k/hp300hpux.mh: Ditto.
3091 * config/m68k/hp300bsd.mt: Ditto.
3092 * config/m68k/hp300bsd.mh: Ditto.
3093 * config/m68k/apollo68b.mt: Ditto.
3094 * config/m68k/apollo68v.mh: Ditto.
3095 * config/m68k/apollo68b.mh: Ditto.
3096
e41b17f0
MS
30972002-08-20 Michael Snyder <msnyder@redhat.com>
3098
3099 * mips-tdep.c (mips_in_return_stub): Make static.
3100 (mips_gdbarch_init): Set in_solib_return_trampoline.
3101 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
3102
d50355b6
MS
31032002-08-20 Michael Snyder <msnyder@redhat.com>
3104
3105 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
3106 * gdbarch.c, gdbarch.h: Regenerate.
3107 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
3108 Add.
3109 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
3110
757a7cc6
MS
31112002-08-20 Michael Snyder <msnyder@redhat.com>
3112
3113 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
3114 (mips_gdbarch_init): Set skip_trampoline_code,
3115 in_solib_call_trampoline.
3116 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
3117 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
3118
c8001721
EZ
31192002-08-20 Elena Zannoni <ezannoni@redhat.com>
3120
3121 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
3122
3123 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
3124 vector type for ev registers.
3125 (e500_pseudo_register_read): New function.
3126 (e500_pseudo_register_write): New function.
3127 (e500_dwarf2_reg_to_regnum): New function.
3128 (PPC_UISA_NOFP_SPRS): New macro.
3129 (PPC_EV_REGS): New macro.
3130 (PPC_GPRS_PSEUDO_REGS): New macro.
3131 (registers_e500): New register set for e500.
3132 (variants): Add e500 variant.
3133 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
3134 before setting architectural dependent variations. Initialize ev
3135 registers numbers. Add case for e500 architecture. Set the
3136 number of pseudo registers.
3137
64366f1c
EZ
31382002-08-20 Elena Zannoni <ezannoni@redhat.com>
3139
3140 * rs6000-tdep.c: Clean up comments.
3141
7e78f0ca
AC
31422002-08-20 Andrew Cagney <cagney@redhat.com>
3143
3144 * h8300-tdep.c: Re-indent file.
3145
697f7479
JB
31462002-08-20 Jim Blandy <jimb@redhat.com>
3147
3148 * Makefile.in (LDFLAGS): Allow the configure script to establish a
3149 default for this.
697f7479 3150
e86ae29f
KS
31512002-08-20 Keith Seitz <keiths@redhat.com>
3152
3153 * breakpoints.c (watch_command_1): Use internal breakpoint
3154 when setting a watchpoint_scope breakpoint.
3155
216b504f
EZ
31562002-08-20 Elena Zannoni <ezannoni@redhat.com>
3157
3158 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
3159 (build_builtin_type_vec64i): Ditto.
3160 (build_builtin_type_vec128): Ditto.
3161 (build_builtin_type_vec128i): Ditto.
3162
f7ab6ec6
MS
31632002-08-19 Michael Snyder <msnyder@redhat.com>
3164
3165 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
3166 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
3167 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
3168 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
3169 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
3170 CALL_DUMMY_ADDRESS): Delete.
3171 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
3172 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
3173 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
3174 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
3175 push_return_address.
3176 (mips_register_raw_size, mips_eabi_use_struct_convention,
3177 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
3178 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
3179 mips_init_extra_frame_info, mips_eabi_push_arguments,
3180 mips_n32n64_push_arguments, mips_push_return_address,
3181 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
3182 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
3183
b5d1566e
MS
31842002-08-19 Michael Snyder <msnyder@redhat.com>
3185
3186 * mips-tdep.c (mips_frame_num_args): New function.
3187 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
3188 frame_saved_pc, frame_args_address, frame_locals_address,
3189 frame_num_args, and frame_args_skip.
3190 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
3191 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
3192 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
3193 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
3194
2f1488ce
MS
31952002-08-20 Michael Snyder <msnyder@redhat.com>
3196
3197 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
3198 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3199 * mips-tdep.c (mips_store_struct_return): New function.
3200 (mips_extract_struct_value_address): New function.
3201 (mips_gdbarch_init): Set store_struct_return and
3202 extract_struct_value_address.
3203
41ff2da1
DC
32042002-08-20 David Carlton <carlton@math.stanford.edu>
3205
3206 * dwarf2read.c (dwarf2_build_psymtabs): Check that
3207 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
3208 (read_file_scope): Check that line_header is nonzero before
3209 decoding macro information.
3210
e5451d58
MK
32112002-08-20 Mark Kettenis <kettenis@gnu.org>
3212
3213 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
3214 flag the general-purpose registers as floating-point on targets
3215 that don't support the floating-point registers.
3216
4a6daafa
EZ
32172002-08-20 Elena Zannoni <ezannoni@redhat.com>
3218
3219 * rs6000-tdep.c (altivec_register_p): Delete.
3220 (rs6000_do_altivec_registers): Delete.
3221 (rs6000_altivec_registers_info): Delete.
3222 (rs6000_do_registers_info): Delete.
3223 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
3224 (rs6000_gdbarch_init): Remove setting of do_registers_info.
3225
ab4327e0
EZ
32262002-08-20 Elena Zannoni <ezannoni@redhat.com>
3227
3228 * infcmd.c (do_registers_info): Print vector registers in hex
3229 format only.
3230 (print_vector_info): Check that printing registers
3231 makes sense.
3232 (print_float_info): Ditto.
3233
cb1d2653
AC
32342002-08-20 Andrew Cagney <ac131313@redhat.com>
3235
3236 * mips-tdep.c (mips_gdbarch_init): Update.
3237 (mips_o32_extract_return_value): Rewrite.
3238 (mips_o32_store_return_value): Rewrite.
3239 (mips_o32_xfer_return_value): New function.
3240 (mips_xfer_register): Tweak debug print message. Allow for
3241 buf_offset when dumping the value transfered.
3242
dfc3d9b2
AC
32432002-08-20 Andrew Cagney <ac131313@redhat.com>
3244
3245 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3246 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3247 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3248 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3249 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3250
7807aa61
MS
32512002-08-14 Michael Snyder <msnyder@redhat.com>
3252
3253 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3254
489461e2
EZ
32552002-08-19 Elena Zannoni <ezannoni@redhat.com>
3256
3257 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3258 register.
3259 (P): New macro to define a register as a pseudo register.
3260 (R, R4, R8, R16, FR32, R64, R0): Updated.
3261 (struct variant): Add new fields for number of pseudo registers
3262 and number of total registers.
3263 (tot_num_registers): New macro replacing....
3264 (num_registers): ...deleted macro.
3265 (num_registers): New function.
3266 (num_pseudo_registers): New function.
3267 (variants): Update all variants to intialize new fields correctly.
3268 Postpone initialization of number of pseudo regs and real regs.
3269 (init_variants): New function.
3270 (rs6000_gdbarch_init): Initialize variants. Update calculation of
3271 registers offsets.
3272
fcaffe4c
DC
32732002-08-19 David Carlton <carlton@math.stanford.edu>
3274
2c2738a0
DC
3275 * valops.c (search_struct_field): Change error message to treat
3276 return value of 0 from value_static_field as meaning that field is
3277 optimized out.
3278 (value_struct_elt_for_reference): Ditto.
3279 * values.c (value_static_field): Treat an unresolved location the
3280 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
3281 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3282 enclosed. Fix PR gdb/574.
fcaffe4c
DC
3283 * MAINTAINERS: Add self to Write After Approval list.
3284
88658117
AC
32852002-08-19 Andrew Cagney <ac131313@redhat.com>
3286
3287 * mips-tdep.c (mips_xfer_register): New function.
3288 (mips_n32n64_extract_return_value): Rewrite.
3289 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3290 instead of deprecated_extract_return_value.
3291
21283beb
EZ
32922002-08-19 Elena Zannoni <ezannoni@redhat.com>
3293
3294 * rs6000-tdep.c (TDEP): Delete macro.
3295 (branch_dest): Replace use of TDEP macro with its body.
3296 (rs6000_pop_frame): Ditto.
3297 (rs6000_push_arguments): Ditto.
3298 (rs6000_skip_trampoline_code): Ditto.
3299 (rs6000_frame_saved_pc): Ditto.
3300 (rs6000_frame_chain): Ditto.
3301 (rs6000_register_name): Ditto.
3302 (rs6000_register_byte): Ditto.
3303 (rs6000_register_raw_size): Ditto.
3304 (rs6000_register_virtual_type): Ditto.
3305 (rs6000_register_convertible): Ditto.
3306 (rs6000_convert_from_func_ptr_addr): Ditto.
3307
bf072999
DJ
33082002-08-19 Daniel Jacobowitz <drow@mvista.com>
3309
3310 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3311 conditionally.
3312 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3313 MIPS_LINUX_JB_ELEMENT_SIZE.
3314 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3315 for MAX_REGISTER_RAW_SIZE arrays.
3316 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3317 MIPS_LINUX_JB_ELEMENT_SIZE.
3318
9b949a49
PM
33192002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3320
3321 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3322
6d3e79c6
AS
33232002-08-19 Aidan Skinner <aidan@velvet.net>
3324
3325 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3326 ada-valprint.c ada-tasks.c.
3327 (YYFILES): Add ada-exp.y.
3328 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3329 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3330 (ada-exp.tab.o): New target.
3331
06c0b04e
AC
33322002-08-18 Andrew Cagney <ac131313@redhat.com>
3333
3334 * regcache.c (regcache_xfer_part): New function.
3335 (regcache_raw_read_part): New function.
3336 (regcache_raw_write_part): New function.
3337 (regcache_cooked_read_part): New function.
3338 (regcache_cooked_write_part): New function.
3339 * regcache.h (regcache_raw_read_part): Declare.
3340 (regcache_raw_write_part): Declare.
3341 (regcache_cooked_read_part): Declare.
3342 (regcache_cooked_write_part): Declare.
3343
92d1e331
DJ
33442002-08-18 Daniel Jacobowitz <drow@mvista.com>
3345
3346 * remote.c (remote_open_1): Add async_p.
3347 (remote_async_open_1): Delete.
3348 (open_remote_target): Delete.
3349 (remote_open, extended_remote_open): Update calls to remote_open_1.
3350 (remote_async_open, extended_remote_async_open): Call
3351 remote_open_1 instead of remote_async_open_1.
3352
247055de
MK
33532002-08-19 Mark Kettenis <kettenis@gnu.org>
3354
3355 * blockframe.c: Fix a few coding standard violations.
3356
641eda39
MK
33572002-08-19 Mark Kettenis <kettenis@gnu.org>
3358
0b717710
MK
3359 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3360 here from ...
3361 * config/i386/tm-i386sco5.h: ... here. File removed.
3362 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3363
26d28e12 3364 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
3365 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3366 (TM_FILE): Set to tm-i386.h.
3367 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3368 * config/i386/tm-i386v.h: Remove file.
3369 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3370 instead of "i386/tm-i386v.h".
3371 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3372 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3373 "i386/tm-i386v.h".
3374 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3375 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3376 "i386/tm-i386.h".
3377
d4e0bab4
MK
33782002-08-18 Mark Kettenis <kettenis@gnu.org>
3379
3380 * config/i386/nm-i386v.h: Add protection against
3381 multiple-inclusion.
3382 (i386_register_u_addr): Remove prototype.
3383 (register_u_addr): New prototype.
3384 (REGISTER_U_ADDR): Redefine accordingly.
3385 * i386v-nat.c: Improve several comments.
3386 (i386_register_u_addr): Change signature and rename to
3387 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3388 ubase variable.
3389
46cac009
AC
33902002-08-18 Andrew Cagney <ac131313@redhat.com>
3391
3392 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3393 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3394 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3395 deprecated_extract_return_value.
3396 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3397 rename mips_o32o64_push_arguments.
3398 (mips_gdbarch_init): Update.
3399 (mips_extract_return_value): Delete.
3400 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3401 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3402 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3403 (mips_n32n64_extract_return_value): Clone
3404 mips_extract_return_value.
3405 (mips_store_return_value): Delete.
3406 (mips_o32_store_return_value): Clone mips_store_return_value.
3407 (mips_o64_store_return_value): Clone mips_store_return_value.
3408 (mips_eabi_store_return_value): Clone mips_store_return_value.
3409 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3410
d2e4a39e
AS
34112002-08-18 Aidan Skinner <aidan@velvet.net>
3412
0c30c098
AS
3413 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3414 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3415
34162002-08-18 Aidan Skinner <aidan@velvet.net>
3417
3418 * ada-lang.c: Run through gdb_indent.sh.
3419 * ada-lang.h: Run through gdb_indent.sh.
3420 * ada-tasks.c: Run through gdb_indent.sh.
3421 * ada-typeprint.c: Run through gdb_indent.sh.
3422 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 3423
01fc4e33
AC
34242002-08-18 Andrew Cagney <ac131313@redhat.com>
3425
3426 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3427 ABI.
3428
d8ee244c
MK
34292002-08-18 Mark Kettenis <kettenis@gnu.org>
3430
c38d8261
MK
3431 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3432
222db64c
MK
3433 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3434 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3435
c2848c82
MK
3436 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3437 write_register_gen instead of write_register_bytes.
3438
d8ee244c
MK
3439 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3440 i[3456]-*-osf1mk* configurations have been made obsolete.
3441 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3442 i[3456]86-*-osf1mk* hosts obsolete.
3443 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3444 targets obsolete.
3445 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3446 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3447 config/i386/i386m3.mt, config/i386/nm-m3.h,
3448 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3449 config/i386/i386mk.mh, config/i386/i386mk.mt,
3450 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3451 obsolete.
3452 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3453 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3454 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3455
61d8d407
AC
34562002-08-18 Andrew Cagney <ac131313@redhat.com>
3457
3458 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3459 (hppa_value_returned_from_stack): Declare.
3460 (hppa_extract_return_value): Declare.
3461 * config/pa/hppa.mt: New file.
3462 * configure.tgt: Recognize hppa*-*-*.
3463 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3464
0c52bd59
MK
34652002-08-18 Mark Kettenis <kettenis@gnu.org>
3466
3467 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3468 comment.
3469
b5686e99
MK
34702002-08-17 Mark Kettenis <kettenis@gnu.org>
3471
3472 * top.c (gdb_rl_operate_and_get_next): Make sure
3473 operate-and-get-next functions correctly even when the history
3474 list is completely filled.
3475
c1bab85b
AC
34762002-08-18 Andrew Cagney <ac131313@redhat.com>
3477
3478 * MAINTAINERS (Target Instruction Set Architectures): Rename
3479 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3480 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3481 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3482 already listed under Host/Native.
3483
3484 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3485 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3486 mips*-*-*.
3487
32089c7c
AC
34882002-08-17 Andrew Cagney <ac131313@redhat.com>
3489
3490 * config/ia64/ia64.mt: New file.
3491 * config/alpha/alpha.mt: New file.
3492 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3493 ia64-linux-gnu. Mention that ia64-elf is broken.
3494 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3495
b4671f85
MK
34962002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3497
3498 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3499 generic_func_frame_valid instead of func_frame_valid.
3500
c8edd8b4
JB
35012002-08-16 Joel Brobecker <brobecker@gnat.com>
3502
3503 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3504 procfs appears to be broken when debugging on multi-processor
3505 machines. So enable software single stepping in order to avoid
3506 using the procfs interface to do next/step operations, using
3507 internal breakpoints instead.
3508
3509 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3510 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3511 make this pc address equal to the value it would have if the
3512 system stepping capability was used. Also set a new flag used
3513 to ensure that we don't readjust the PC one more time later.
3514
3515 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3516 address by DECR_PC_AFTER_BREAK when software single step is
3517 in use for this architecture, as this has already been taken
3518 care of in handle_inferior_event().
3519
238617f6
JB
35202002-08-16 Joel Brobecker <brobecker@gnat.com>
3521
3522 * infrun.c (handle_inferior_event): Minor reformatting, to make
3523 a rather long condition expression easier to read.
3524
541a7aac
AC
35252002-08-16 Andrew Cagney <ac131313@redhat.com>
3526
3527 * Makefile.in (gdbtk.o): Move to end of file.
3528 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3529 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3530 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3531 (gdbtk-wrapper.o, gdbres.o): Ditto.
3532
f92d4a7b
AC
35332002-08-16 Andrew Cagney <ac131313@redhat.com>
3534
3535 * Makefile.in (copying.o): Separate out compile rule.
3536 (hpux-thread.o, procfs.o, signals.o): Ditto.
3537 (v850ice.o, z8k-tdep.o): Ditto.
3538 (tui-file.o): Move to TUI section.
3539 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3540 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3541
1cce71eb
JB
35422002-08-16 Joel Brobecker <brobecker@gnat.com>
3543
3544 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3545 skip_trampoline_code, for better namespace-proofing.
3546
3547 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3548
0851f23d
JB
35492002-08-16 Joel Brobecker <brobecker@gnat.com>
3550
3551 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3552
f8d40ec8
JB
35532002-08-16 Joel Brobecker <brobecker@gnat.com>
3554
3555 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3556 signal, check whether we hit a breakpoint before checking for a
3557 single step breakpoint. Otherwise, GDB fails to notice that a
3558 breakpoint has been hit when stepping onto a breakpoint.
3559
63d022e0
KS
35602002-08-16 Keith Seitz <keiths@redhat.com>
3561
3562 * gdb-events.sh (clear_gdb_event_hooks): New function.
3563 * gdb-events.c: Regenerate.
3564 * gdb-events.h: Regenerate.
3565
6e31adb3
AC
35662002-08-16 Andrew Cagney <ac131313@redhat.com>
3567
3568 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3569 not_a_sw_breakpoint.
3570 * breakpoint.h (bpstat_stop_status): Add parameter names.
3571
c8189ed1
GS
35722002-08-16 Grace Sainsbury <graces@redhat.com>
3573
3574 * remote.c (remote_insert_hw_breakpoint)
3575 (remote_remove_hw_breakpoint): Fix calculation of length field
3576 for Z-packet.
3577
d05285fa
MS
35782002-08-15 Michael Snyder <msnyder@redhat.com>
3579
466d7106
MS
3580 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3581 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3582 (supply_fpregset): Ditto.
3583
d05285fa
MS
3584 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3585 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3586 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 3587 (TARGET_READ_SP): Delete.
bf1f5b4c 3588 (DO_REGISTERS_INFO): Delete.
102182a9
MS
3589 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3590 Delete.
3591 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3592 from macros to functions.
bf1f5b4c 3593
d05285fa
MS
3594 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3595 (mips_register_convertible, mips_register_convert_to_virtual,
3596 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
3597 (mips_read_sp): New function.
3598 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
3599 (mips_do_registers_info): Make static.
3600 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
3601 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3602 (mips_register_convert_from_type, mips_register_convert_to_type):
3603 New functions.
3604 (mips_gdbarch_init): Set up function_start_offset,
3605 register_virtual_size, pc_in_sigtramp.
d05285fa 3606
e76f1f2e
AC
36072002-08-15 Andrew Cagney <ac131313@redhat.com>
3608
3609 * infcmd.c (vector_info): New function.
3610 (_initialize_infcmd): Add command "info vector".
3611 (print_vector_info): New function.
3612
3613 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3614 * gdbarch.h, gdbarch.c: Regenerate.
3615
4782dc19
AC
36162002-08-15 Andrew Cagney <ac131313@redhat.com>
3617
3618 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3619 ``print_all''. Only print vector registers when ``print_all''.
3620
23e3a7ac
AC
36212002-08-15 Andrew Cagney <ac131313@redhat.com>
3622
8e186fd6
AC
3623 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3624 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3625
23e3a7ac
AC
3626 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3627 Add `args' parameter.
3628 * gdbarch.h, gdbarch.c: Regenerate.
3629
3630 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3631
3632 * infcmd.c (float_info): Call print_float_info.
3633 (print_float_info): New function. By default, print the
3634 floating-point registers.
3635
3636 * arch-utils.h (default_print_float_info): Delete declaration.
3637 * arch-utils.c (default_print_float_info): Delete function.
3638
e0ca2bb9
MK
36392002-08-16 Mark Kettenis <kettenis@gnu.org>
3640
3f733acc
MK
3641 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3642 out define.
3643
7d8d2918
MK
3644 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3645 FRAME.
3646
1c7cc583
MK
3647 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3648 * configure.host: Make i[3456]86-*-aix host obsolete.
3649 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3650 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3651 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3652 config/i386/xm-i386aix.h: Make files obsolete.
3653 * i386aix-nat.c: Make file obsolete.
3654 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3655 (i386aix-nat.o): Make target obsolete.
3656
e0ca2bb9
MK
3657 * config/i386/nm-gnu.h: Removed.
3658 * config/i386/nm-i386gnu.h: New file.
3659 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3660 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3661 Moved here from ...
3662 * config/i386/tm-i386gnu.h: ... here. Removed.
3663 * config/i386/xm-i386gnu.h: Removed.
3664 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3665 (NAT_FILE): Set to nm-i386gnu.h.
3666 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3667 * i386-tdep.c: New file.
3668 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3669 (i386gnu-tdep.o): Specify dependencies.
3670
16057ec7 36712002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 3672
6b99ee2e
MK
3673 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3674 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3675 Adjust a few comments to reflect reality a bit closer.
3676 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3677 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3678 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3679 target_insert_watchpoint, target_remove_watchpoint):
3680 Move defines to ...
3681 * config/i386/nm-i386sco5.h: ... here.
3682 (kernel_u_size): Add prototype. Improve a few comments and add
3683 protection against multiple inclusion.
3684
d9a6f65c
MK
3685 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3686 out define.
3687
047eff6a
MK
3688 * uw-thread.c (SP_ARG0): Define if not already defined.
3689 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3690
dcdb1290
MK
3691 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3692
5d2d0b2a
MK
3693 * config/i386/tm-i386.h: Don't include "regcache.h".
3694
61113f8b
MK
3695 * i387-tdep.h (i387_print_float_info): New prototype.
3696 * i387-tdep.c (print_i387_value, print_i387_ext,
3697 print_i387_status_word, print_i387_control_word): Add `struct
3698 ui_file *' argument and use it for output.
3699 (i387_print_float_info): Renamed from i387_float_info. Add
3700 `struct gdbarch *' and `struct ui_file *' arguments and use the
3701 latter for output.
3702 * i386-tdep.c: Include "i387-tdep.h".
3703 (i386_gdbarch_init): Set print_float_info.
3704 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3705 (FLOAT_INFO): Remove define.
3706
46e0f506
MS
37072002-08-13 Michael Snyder <msnyder@redhat.com>
3708
3709 * mips-tdep.c (mips_push_arguments): Rename to
3710 mips_eabi_push_arguments, and tune for EABI.
3711 (MIPS_REGS_HAVE_HOME_P): Delete.
3712 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3713 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3714 Delete references to mips_regs_have_home_p.
3715
409268de
KS
37162002-08-14 Keith Seitz <keiths@redhat.com>
3717
3718 * Makefile.in (install-gdbtk): Create insight plugin directory.
3719 Install plugins.tcl file.
3720
ffc6a242
KS
37212002-08-14 Keith Seitz <keiths@redhat.com>
3722
3723 * configure.in: Move SUBDIRS to near top of the file so that
3724 --enable options may add things to it.
3725 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3726 * configure: Regenerate.
3727
ebafbe83
MS
37282002-08-13 Michael Snyder <msnyder@redhat.com>
3729
3730 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3731 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3732 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3733
32f6f25d
AC
37342002-08-13 Andrew Cagney <ac131313@redhat.com>
3735
3736 * vax-tdep.c (vax_get_saved_register): Delete function.
3737 (vax_gdbarch_init): Update.
3738 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3739 (ns32k_gdbarch_init): Update.
3740 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3741 (alpha_gdbarch_init): Update.
3742
53826de9
AC
37432002-08-13 Andrew Cagney <cagney@redhat.com>
3744
3745 * regcache.c (init_regcache_descr): Overallocate the
3746 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3747 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3748 nr_raw_registers.
3749 (set_register_cached): Add range checking assertions. Use
3750 current_regcache.
3751
16057ec7 37522002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
3753
3754 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3755 numbers for MMX registers.
3756
7b4c2dce
AC
37572002-08-13 Andrew Cagney <cagney@redhat.com>
3758
3759 * i386-tdep.c (i386_gdbarch_init): Use
3760 generic_unwind_get_saved_register.
3761
1e03ad20
KB
37622002-08-13 Kevin Buettner <kevinb@redhat.com>
3763
3764 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3765 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3766 target vector.
3767 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3768 Delete. Add comment regarding this now-deleted target method.
3769
548bcbec
SC
37702002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3771
3772 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3773 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3774 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3775 real PC and the page number (if it's within the memory bank window).
3776 (m68hc11_pseudo_register_write): Likewise when saving.
3777 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3778 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3779 (m68hc11_register_raw_size): And use 32-bit for it.
3780 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3781 16K memory bank is used by the prog; also use the virtual pc.
3782
7df11f59
SC
37832002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3784
3785 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3786 (m68hc11_gdbarch_init): Install it in gdbarch.
3787 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3788 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3789 (MSYMBOL_SIZE): New for documentation.
3790 (insn_return_kind): Enum to specify how a function returns.
3791 (frame_extra_info): Cleanup and record the return mode.
3792 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3793 register in address computation.
3794 (m68hc11_get_return_insn): New to obtain the return instruction used
3795 by the function.
3796 (m68hc11_frame_init_saved_regs): Take into account the return
3797 instruction used by the function for far and interrupt functions.
3798 (m68hc11_init_extra_frame_info): Take into account page register.
3799 (m68hc11_frame_args_address): Adjust according to the return mode.
3800 (show_regs): Print page register only when it's used.
3801
5706502a
SC
38022002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3803
3804 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3805 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3806 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3807 registers.
3808 (m68hc11_register_raw_size): Likewise.
3809
28fc6740
AC
38102002-08-13 Andrew Cagney <cagney@redhat.com>
3811
3812 * i386-tdep.c (i386_register_name): Handle mmx registers.
3813 (mmx_regnum_p): New function.
3814 (i386_mmx_names): New array.
3815 (mmx_num_regs): New variable.
3816 (i386_pseudo_register_read): New function.
3817 (i386_pseudo_register_write): New function.
3818 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3819
3820 * regcache.c (regcache_raw_read_unsigned): New function.
3821 (regcache_raw_read_signed): New function.
3822 * regcache.h (regcache_raw_read_unsigned): Declare.
3823 (regcache_raw_read_signed): Declare.
3824
a378f419
AC
38252002-08-13 Andrew Cagney <cagney@redhat.com>
3826
3827 * regcache.c (regcache_raw_read_as_address): Delete function.
3828 (regcache_cooked_read_signed): New function.
3829 (regcache_cooked_read_unsigned): New function.
3830 * regcache.h (regcache_cooked_read_signed): Declare.
3831 (regcache_cooked_read_unsigned): Declare.
3832 (regcache_raw_read_as_address): Delete declaration.
3833
3834 * blockframe.c (generic_read_register_dummy): Use
3835 regcache_cooked_read_unsigned.
3836 * i386-tdep.c (i386_extract_struct_value_address): Use
3837 regcache_cooked_read_unsigned.
3838
81967506
SC
38392002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3840
3841 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3842 double sizes according to ELF ABI flags.
3843 (gdbarch_tdep): Record elf_flags.
3844
ffe1f3ee
SC
38452002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3846
3847 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3848 (m6812_prolog): They can appear in 68HC12 function prologue.
3849 (m68hc11_frame_chain): Cleanup.
3850
98216c5d
AC
38512002-08-12 Andrew Cagney <cagney@redhat.com>
3852
3853 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3854 declarations.
3855 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3856 (i386_linux_register_raw_size): Delete function.
3857 (i386_linux_init_abi): Update.
3858 * i386-tdep.c (i386_register_raw_size): Delete function.
3859 (i386_register_byte): Delete function.
3860 (i386_gdbarch_init): Update.
3861 (i386_register_size): Delete array.
3862 (i386_register_offset): Delete array.
3863
3864 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3865 (REGISTER_RAW_SIZE): Delete macro.
3866 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3867 (REGISTER_BYTE): Delete macro.
3868
3b19021e
AS
38692002-08-11 Aidan Skinner <aidan@velvet.net>
3870
3871 * ada-lang.c (ada_lookup_partial_symbol)
3872 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3873 prototype names so that grep ^func works properly.
3874
3875 * ada-lang.c (ada_array_element_type)
3876 (ada_lookup_partial_symbol): Fix typos in parameter list.
3877
3878 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3879 Fix prototype names so that grep ^func works properly.
3880
b063e7a2
AC
38812002-08-10 Andrew Cagney <cagney@redhat.com>
3882 Elena Zannoni <ezannoni@redhat.com>
3883 Martin M. Hunt <hunt@redhat.com>
3884
3885 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3886 (build_builtin_type_vec128i): Set the vector bit.
3887 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3888 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3889 (build_builtin_type_vec64): New function.
3890 (build_builtin_type_vec64i): New function.
3891 (build_gdbtypes): Initialize builtin_type_vec64 and
3892 builtin_type_vec64i.
3893
a7e3c2ad
AC
38942002-08-09 Andrew Cagney <cagney@redhat.com>
3895
3896 * regcache.c (regcache_dump): Compare the register offset
3897 with REGISTER_BYTE.
3898 * arch-utils.c (generic_register_byte): New function.
3899 * arch-utils.h (generic_register_byte): Declare.
3900 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3901 * gdbarch.h, gdbarch.c: Regenerate.
3902
af030b9a
AC
39032002-08-09 Andrew Cagney <cagney@redhat.com>
3904
3905 * regcache.c: Include "gdbcmd.h"
3906 (_initialize_regcache): Add commands "maintenance print
3907 registers", "maintenance print raw-registers" and "maintenance
3908 print cooked-registers".
3909 (enum regcache_dump_what): Define.
3910 (dump_endian_bytes): New function.
3911 (regcache_dump): New function.
3912 (regcache_print): New function.
3913 (maintenance_print_registers): New function.
3914 (maintenance_print_raw_registers): New function.
3915 (maintenance_print_cooked_registers): New function.
3916 * Makefile.in (regcache.o): Update dependencies.
3917
cb3d25d1
MS
39182002-08-09 Michael Snyder <msnyder@redhat.com>
3919
3920 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3921 (mips_push_arguments): Correct some comments. Use paddr_nz
3922 for printing addresses in debug output. Replace static
3923 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3924 (mips_n32n64_push_arguments): New function, cloned from
3925 mips_push_arguments and tuned for the n32/n64 ABI.
3926 (mips_push_register): Buffer needs dynamic allocation.
3927 (mips_print_register): Ditto.
3928 (do_gp_register_row): Ditto.
3929 (mips_store_return_value): Ditto.
3930 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3931
2163ab9d
DH
39322002-08-09 Don Howard <dhoward@redhat.com>
3933
3934 * memattr.c (mem_info_command): Print special case of upper bound
3935 as max CORE_ADDR + 1.
3936
b78bcb18
MS
39372002-08-08 Michael Snyder <msnyder@redhat.com>
3938
3939 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3940 returns structs by ref if they're too big to fit in two registers.
3941
ffabd70d
KB
39422002-08-09 Kevin Buettner <kevinb@redhat.com>
3943
3944 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3945 saved regs value.
3946 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3947 mips_find_saved_regs().
3948 (mips_pop_frame): Likewise.
3949
fbcdb4a3
KB
39502002-08-09 Kevin Buettner <kevinb@redhat.com>
3951
3952 * blockframe.c (frame_saved_regs_register_unwind): Revise
3953 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3954 frames are in use.
3955
3c3bea1c
GS
39562002-08-09 Grace Sainsbury <graces@redhat.com>
3957
3958 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3959 T-packets; the 'a' is not taken as a register number.
3960 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3961 (remote_stopped_data_address): New functions; add to target
3962 vector.
3963 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3964 prototypes to match other implementations of this
3965 function. replace integer argument with pointer -- the length
3966 field in the Z-packet is the length of what is pointed to or 1 if
3967 pointer is null. Add to target vector.
3968 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3969 target vector.
3970
3971 From Mark Salter:
3972 * remote.c (remote_wait): Add support to extract optional
3973 watchpoint information from T-packet. Ignore unrecognized
3974 optional info in T-packet.
3975 (remote_async_wait): Ditto.
3976
5d1d95de
CV
39772002-08-09 Corinna Vinschen <vinschen@redhat.com>
3978
3979 * cli/cli-dump.c: Change fopen modes to use binary open modes
3980 as defined in include/fopen-bin.h throughout.
3981
c86b5b38
MS
39822002-08-08 Michael Snyder <msnyder@redhat.com>
3983
3984 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3985
b30590dc
KB
39862002-08-08 Kevin Buettner <kevinb@redhat.com>
3987
3988 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3989 assertion failure by returning early after a warning.
3990
498868ed
KB
39912002-08-08 Kevin Buettner <kevinb@redhat.com>
3992
3993 * mips-tdep.c (mips_find_saved_regs): Make static.
3994 (mips_frame_init_saved_regs): New function.
3995 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3996 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3997 (mips_find_saved_regs): Delete declaration.
3998
b2dd6311
GS
39992002-08-08 Grace Sainsbury <graces@redhat.com>
4000
3c3bea1c
GS
4001 * remote.c (remote_wait, remote_async_wait): Change
4002 thread_num from int to ULONGEST.
4003 (unpack_varlen_hex): Change result parameter from
4004 int * to ULONGEST *.
b2dd6311 4005
ea47855f
AC
40062002-08-08 Andrew Cagney <ac131313@redhat.com>
4007
4008 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
4009 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
4010 powerpc*-*-*.
4011 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
4012
69db8bae
AC
40132002-08-08 Andrew Cagney <cagney@redhat.com>
4014
4015 * gcore.c (override_derive_stack_segment): Delete variable.
4016 (preempt_derive_stack_segment): Delete function.
4017 (derive_stack_segment): Delete function.
4018 (default_derive_stack_segment): Renamed to derive_stack_segment.
4019 (override_derive_heap_segment): Delete variable.
4020 (preempt_derive_heap_segment): Delete function.
4021 (derive_heap_segment): Delete function.
4022 (default_derive_heap_segment): Rename to derive_heap_segment.
4023
cb811fe7
MS
40242002-08-06 Michael Snyder <msnyder@redhat.com>
4025
4026 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
4027 * mips-tdep.c (mips_EABI_use_struct_convention,
4028 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
4029 New functions. (mips_use_struct_convention): Delete.
4030 (mips_gdbarch_init): set use_gdbarch_convention.
4031
8b389c40
MS
40322002-08-06 Michael Snyder <msnyder@redhat.com>
4033
4034 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
4035 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
4036 mips_o32_reg_struct_has_addr): New functions.
4037 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
4038
5c27f28a
AC
40392002-08-07 Andrew Cagney <ac131313@redhat.com>
4040
4041 * regcache.c (pseudo_register): Delete function.
4042 (fetch_register): Delete function.
4043 (store_register): Delete function.
4044 (regcache_raw_read, legacy_read_register_gen): Use
4045 target_fetch_registers instead of fetch_register.
4046 (legacy_write_register_gen, regcache_raw_write): Use
4047 target_store_register instead of store_register.
4048 (write_register_bytes): Ditto.
4049
4050 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
4051 (STORE_PSEUDO_REGISTER): Delete.
4052 * gdbarch.h, gdbarch.c: Regenerate.
4053
5b331675
CV
40542002-08-06 Corinna Vinschen <vinschen@redhat.com>
4055
4056 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
4057 write dump file binary.
4058
6acdf5c7
MS
40592002-08-05 Michael Snyder <msnyder@redhat.com>
4060
4061 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
4062 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
4063 (mips_gdbarch_init): Set N32 target to be mips64.
4064
b2f01c35
KB
40652002-08-06 Kevin Buettner <kevinb@redhat.com>
4066
4067 * frame.c (find_saved_register): Break out of loop once saved
4068 register address is found. Don't mention sparc in loop comment
4069 anymore.
4070
63db5580
KB
40712002-08-06 Kevin Buettner <kevinb@redhat.com>
4072
4073 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
4074 mips_default_saved_regsize to 8.
4075
5e34e75e
AC
40762002-08-06 Andrew Cagney <ac131313@redhat.com>
4077
4078 * gcore.c: Do not include <sys/procfs.h>.
4079 * Makefile.in (gcore.o): Update dependencies.
4080
eb4c54a2
AC
40812002-08-06 Andrew Cagney <cagney@redhat.com>
4082
4083 * configure.tgt: Make arc-*-* obsolete.
4084 * NEWS: Mention that arc-*-* has been identifed as obsolete.
4085 * MAINTAINERS: Make arc-elf obsolete.
4086 * arc-tdep.c: Make file obsolete.
4087 * config/arc/arc.mt: Ditto.
4088 * config/arc/tm-arc.h: Ditto.
4089
ced15480
TR
40902002-08-05 Theodore A. Roth <troth@verinet.com>
4091
c1bab85b 4092 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 4093
b4743822
AC
40942002-08-05 Andrew Cagney <ac131313@redhat.com>
4095
4096 * mcore-tdep.c (mcore_gdbarch_init): Use
4097 generic_unwind_get_saved_register instead of
4098 generic_get_saved_register.
4099 * v850-tdep.c (v850_gdbarch_init): Ditto.
4100 * frv-tdep.c (frv_gdbarch_init): Ditto.
4101 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4102 * s390-tdep.c (s390_gdbarch_init): Ditto.
4103 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4104 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
4105 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
4106
3956d554
JB
41072002-08-05 Joel Brobecker <brobecker@gnat.com>
4108
4109 * objfiles.h: Add missing #include "symfile.h"
4110
4111 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
4112
8249c0d6
AC
41132002-08-04 Andrew Cagney <ac131313@redhat.com>
4114
4115 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
4116 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
4117 of FIELD_BITSIZE.
4118
b9d14705
DJ
41192002-08-04 Daniel Jacobowitz <drow@mvista.com>
4120
4121 * NEWS: Cleanup and nitpick.
4122
dd73b9bb
AC
41232002-08-03 Andrew Cagney <ac131313@redhat.com>
4124
4125 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
4126
043a27f8
AC
41272002-08-03 Andrew Cagney <ac131313@redhat.com>
4128
4129 * Makefile.in (gdbtk-bp.o): Update dependencies.
4130 (gdbtk-register.o): Ditto.
4131 (gdbtk-varobj.o): Ditto.
4132
46ce284d
AC
41332002-08-03 Andrew Cagney <cagney@redhat.com>
4134
4135 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
4136 m68hc11_fetch_pseudo_register.
4137 (m68hc11_pseudo_register_write): Replace
4138 m68hc11_store_pseudo_register.
4139 (m68hc11_gdbarch_init): Update.
4140
b66d6d2e
AC
4141Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
4142
4143 * gdbarch.sh: Include "gdb_string.h".
4144 * gdbarch.c: Regenerate.
4145
4146 * regcache.c: Include "gdb_string.h".
4147 * ax-general.c: Ditto.
4148 * varobj.c: Ditto.
4149 * std-regs.c: Ditto.
4150 * fbsd-proc.c: Ditto.
4151 * thread.c: Ditto.
4152
4153 * Makefile.in (regcache.o): Update dependencies.
4154 (thread.o, gdbarch.o): Ditto.
4155 (ax-general.o, gdbarch.o): Ditto.
4156 (varobj.o, std-regs.o): Ditto.
4157 (fbsd-proc.o): Specify dependencies.
4158
29e1842b
AC
41592002-08-02 Andrew Cagney <cagney@redhat.com>
4160
4161 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
4162 regnum.
4163 (regcache_cooked_write): Ditto.
4164
68365089
AC
41652002-08-02 Andrew Cagney <ac131313@redhat.com>
4166
4167 * regcache.c (regcache_cooked_read): New function.
4168 (regcache_cooked_write): New function.
4169 (read_register_gen): Rewrite using regcache_cooked_read.
4170 (write_register_gen): Rewrite using regcache_cooked_write.
4171
4172 * regcache.h (regcache_cooked_read, regcache_cooked_write):
4173 Declare.
4174
d8124050
AC
41752002-08-02 Andrew Cagney <cagney@redhat.com>
4176
4177 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
4178 Replace the architecture methods register_read and register_write.
4179 * gdbarch.h, gdbarch.c: Regenerate.
4180 * regcache.c (init_regcache_descr): Update.
4181 (read_register_gen): Update.
4182 (write_register_gen): Update.
4183 (supply_register): Update comment.
4184
4185 * sh-tdep.c (sh_gdbarch_init): Update.
4186 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
4187 `regcache' and `gdbarch' parameters. Make `buffer' a void
4188 pointer. Update code.
4189 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
4190 `regcache' and `gdbarch' parameters. Make `buffer' a constant
4191 void pointer. Update code.
4192 (sh64_register_write): Delete.
4193 (sh4_register_read): Delete.
4194 (sh64_register_read): Delete.
4195 (sh4_register_write): Delete.
4196 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
4197 void pointer, `to' parameter a void pointer.
4198 (sh_sh64_register_convert_to_raw): Ditto.
4199
a6425924
KB
42002002-08-01 Kevin Buettner <kevinb@redhat.com>
4201
4202 * mips-tdep.c (mips_register_virtual_type): Use architecture
4203 invariant return values.
4204
ff5922b5
AC
42052002-08-01 Andrew Cagney <cagney@redhat.com>
4206
4207 * linux-proc.c: Include "gdb_string.h".
4208 * Makefile.in (linux-proc.o): Update dependency list.
4209
32a6503c
KB
42102002-08-01 Kevin Buettner <kevinb@redhat.com>
4211
4212 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
4213 comment.
4214
ccaa32c7
GS
42152002-08-01 Grace Sainsbury <graces@redhat.com>
4216
4217 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4218 to_insert_watchpoint, to_remove_watchpoint,
4219 to_stopped_by_watchpoint, to_stopped_data_address,
4220 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
4221 target vecctor. Define their corresponding macros so they call
4222 them.
4223
4224 * target.c: Add default and debug versions of for
4225 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4226 to_insert_watchpoint, to_remove_watchpoint,
4227 to_stopped_by_watchpoint, to_stopped_data_address,
4228 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4229
78fde5f8
KB
42302002-08-01 Kevin Buettner <kevinb@redhat.com>
4231
4232 * mips-tdep.c (mips_register_virtual_type): New function.
4233 (mips_gdbarch_init): Register mips_register_virtual_type()
4234 with gdbarch machinery.
4235 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4236 this file instead of tm-bigmips.h.
4237 (MIPS_REGSIZE): Delete this macro.
4238 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
4239 multiarch version in mips-tdep.c will be found.
4240
db034ac5
AC
42412002-08-01 Andrew Cagney <cagney@redhat.com>
4242
4243 * NEWS: Menion that CHILL has been made obsolete.
4244
4245 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
4246 * stabsread.c (read_range_type): Ditto.
4247 * gdbtypes.h: Ditto.
4248 * language.c (binop_type_check): Ditto.
4249 (binop_result_type): Ditto.
4250 (integral_type): Ditto.
4251 (character_type): Ditto.
4252 (string_type): Ditto.
4253 (boolean_type): Ditto.
4254 (structured_type): Ditto.
4255 (lang_bool_type): Ditto.
4256 (binop_type_check): Ditto.
4257 * language.h (_LANG_chill): Ditto.
4258 * dwarfread.c (set_cu_language): Ditto.
4259 * dwarfread.c (CHILL_PRODUCER): Ditto.
4260 * dwarfread.c (handle_producer): Ditto.
4261 * expression.h (enum exp_opcode): Ditto.
4262 * eval.c: Ditto for comments.
4263 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4264 * expprint.c (print_subexp): Ditto.
4265 (print_subexp): Ditto.
4266 * valops.c (value_cast): Ditto.
4267 (search_struct_field): Ditto.
4268 * value.h (COERCE_VARYING_ARRAY): Ditto.
4269 * symfile.c (init_filename_language_table): Ditto.
4270 (add_psymbol_with_dem_name_to_list): Ditto.
4271 * valarith.c (value_binop): Ditto.
4272 (value_neg): Ditto.
4273 * valops.c (value_slice): Ditto.
4274 * symtab.h (union language_specific): Ditto.
4275 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4276 (SYMBOL_DEMANGLED_NAME): Ditto.
4277 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4278 * defs.h (enum language): Ditto.
4279 * symtab.c (got_symtab): Ditto.
4280 * utils.c (fprintf_symbol_filtered): Ditto.
4281
4282 * ch-typeprint.c: Make file obsolete.
4283 * ch-valprint.c: Make file obsolete.
4284 * ch-lang.h: Make file obsolete.
4285 * ch-exp.c: Make file obsolete.
4286 * ch-lang.c: Make file obsolete.
4287
4288 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4289 CHILL_LIB.
4290 (TARGET_FLAGS_TO_PASS): Ditto.
4291 (CHILLFLAGS): Obsolete.
4292 (CHILL): Obsolete.
4293 (CHILL_FOR_TARGET): Obsolete.
4294 (CHILL_LIB): Obsolete.
4295 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4296 ch-valprint.c.
4297 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4298 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4299 ch-lang.o.
4300 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4301 targets.
4302
8aaf0b47
JB
43032002-07-31 Joel Brobecker <brobecker@gnat.com>
4304
4305 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4306 This does not change anything at the moment, but will be helpful
4307 later when full Ada support is integrated.
4308
f3a7b3a5
KB
43092002-07-31 Kevin Buettner <kevinb@redhat.com>
4310
4311 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4312 help message.
4313
fb850278
KB
43142002-07-31 Kevin Buettner <kevinb@redhat.com>
4315
4316 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4317 and save it in a local variable. Use variable in later test.
4318
e3bddbfa
KB
43192002-07-31 Kevin Buettner <kevinb@redhat.com>
4320
4321 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4322 test. (Thanks to Daniel Jacobowitz.)
4323
28d169de
KB
43242002-07-31 Kevin Buettner <kevinb@redhat.com>
4325
4326 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4327 (mips_abi_strings): Add "n64".
4328 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
4329
7fe7e44e
KB
43302002-07-31 Kevin Buettner <kevinb@redhat.com>
4331
4332 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4333 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4334
c6caf090
KB
43352002-07-31 Kevin Buettner <kevinb@redhat.com>
4336
4337 * utils.c (host_pointer_to_address, address_to_host_pointer):
4338 Use gdb_assert() instead of explicit call to internal_error().
4339
c41669e0
KB
43402002-07-30 Kevin Buettner <kevinb@redhat.com>
4341
4342 * Makefile.in (rs6000-nat.o): Update dependencies.
4343
4344 From Nicholas Duffek:
4345 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4346 (aix-thread.o): New rule.
4347 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4348 * config/powerpc/aix432.mh: New file.
4349
2fda4977
DJ
43502002-07-30 Daniel Jacobowitz <drow@mvista.com>
4351
4352 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4353 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4354 (fetch_core_registers, ppc_linux_supply_gregset)
4355 (ppc_linux_supply_fpregset): New functions.
4356 (ppc_linux_regset_core_fns): New.
4357 (_initialize_ppc_linux_tdep): Call add_core_fns.
4358 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4359 and ppc_linux_supply_gregset.
4360 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4361 (supply_fpregset): Call ppc_linux_supply_fpregset.
4362 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4363 corelow.o.
4364 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4365
729051e6
DJ
43662002-07-30 Daniel Jacobowitz <drow@mvista.com>
4367
4368 * symtab.c (lookup_symbol): Demangle before lowercasing.
4369
5f8a3188
AC
43702002-07-30 Andrew Cagney <ac131313@redhat.com>
4371
4372 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4373 declaration.
4374 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4375 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4376 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4377 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4378 "gdb_string.h".
4379 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4380 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4381 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4382 (avr-tdep.o, mon960-rom.o): Ditto.
4383 (aout_stabs_gnu_h): Define.
4384 (symtab_h): Remove $(gdb_obstack_h).
4385
67f07146
JB
43862002-07-30 Jim Blandy <jimb@redhat.com>
4387
4388 Patch from David Carlton <carlton@math.stanford.edu>:
4389 * gdbinit.in: Move the `dir' commands that add GDB's own source
4390 directory to the search path to the end, so that the `gdb' source
4391 directory will be searched first.
4392
04ea0df1
AC
43932002-07-29 Andrew Cagney <ac131313@redhat.com>
4394
4395 * gdb_obstack.h: New file.
4396 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4397 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4398 * objfiles.h: Include "gdb_obstack.h".
4399 * Makefile.in (gdb_obstack_h): Define.
4400 (symtab_h): Add $(gdb_obstack_h).
4401 (objfiles_h): Add $(gdb_obstack_h).
4402
4403 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4404 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4405 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4406 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4407 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4408 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4409 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4410 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4411
4412 * Makefile.in (bcache.o): Update dependencies.
4413 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4414 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4415 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4416 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4417 (stabsread.o, symfile.o, symmisc.o): Ditto.
4418 (symtab.o, typeprint.o, macroexp.o): Ditto.
4419 (macrotab.o, mdebugread.o): Ditto.
4420 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4421 (coff_ecoff_h, aout_aout64_h): Define.
4422 (aout_stabs_gnu_h, libaout_h): Define.
4423
d138e37a
AC
44242002-07-29 Andrew Cagney <cagney@redhat.com>
4425
4426 * regcache.c (struct regcache_descr): Rename nr_registers to
4427 nr_cooked_registers. Revise comments describing the structure
4428 member fields.
4429 (init_regcache_descr): Update.
4430 (init_legacy_regcache_descr): Update.
4431 (read_register_gen, write_register_gen): When a cooked register in
4432 the raw register range, directly access the value from the raw
4433 register cache.
4434
460e6ec3
AC
44352002-07-29 Andrew Cagney <ac131313@redhat.com>
4436
4437 * z8k-tdep.c: Do not include "obstack.h".
4438 * h8300-tdep.c, h8500-tdep.c: Ditto.
4439 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4440 * valprint.c, v850-tdep.c: Ditto.
4441 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4442 * mn10200-tdep.c: Ditto.
4443
4444 * Makefile.in (z8k-tdep.o): Update dependencies.
4445 (m68hc11-tdep.o, valprint.o): Ditto.
4446 (v850-tdep.o, d10v-tdep.o): Ditto.
4447 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4448 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4449 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4450 (sh_opc_h, gdb_sim_sh_h): Define.
4451 (elf_sh_h, elf_bfd_h): Define.
4452 (opcode_m68hc11_h): Define.
4453 (OPCODES_SRC, OPCODES_DIR): define.
4454 (OPCODES): Use $(OPCODES_DIR).
4455 (gdb_sim_d10v_h): Rename sim_d10v_h.
4456 (gdb_sim_arm_h): Rename sim_arm_h.
4457
790c9cf0
KB
44582002-07-26 Kevin Buettner <kevinb@redhat.com>
4459
4460 * utils.c (host_pointer_to_address, address_to_host_pointer):
4461 Change internal_error() message to indicate function responsible
4462 for the error.
4463
9647fa49
KB
44642002-07-26 Kevin Buettner <kevinb@redhat.com>
4465
4466 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4467 calls to local_hex_string_custom().
4468
dabbe2c0
KB
44692002-07-26 Kevin Buettner <kevinb@redhat.com>
4470
4471 * irix5-nat.c: Move IRIX shared library support from here...
4472 * solib-irix.c: ...to here. Revised substantially to work with
4473 generic solib framework.
4474
b96d0a4e
KB
4475 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4476 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4477 * mips-irix-tdep.c: New file.
4478
313fb2f6
KB
4479 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4480 (mips-irix-tdep.o, solib-irix.o): New rules.
4481 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4482 solib-irix.o.
4483 * config/mips/irix6.mt (TDEPFILES): Likewise.
4484 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4485
ab2eaf26
KB
44862002-07-26 Kevin Buettner <kevinb@redhat.com>
4487
177e4768 4488 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
4489 disabled (via ``#if 0'') includes.
4490
7244546a
KB
44912002-07-26 Kevin Buettner <kevinb@redhat.com>
4492
4493 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4494 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4495 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4496 Add support for the fpscr register.
4497 * rs6000-nat.c (regmap, fetch_inferior_registers)
4498 (store_inferior_registers, fetch_core_registers): Likewise.
4499
dd7be90a
KB
45002002-07-26 Kevin Buettner <kevinb@redhat.com>
4501
4502 * rs6000-nat.c (language.h): Include.
4503 (special_regs): Delete this array.
4504 (regmap): New function.
4505 (fetch_register, store_register): Use regmap() to map gdb
4506 register numbers to ptrace register numbers. Also, use
4507 outputs from regmap() to make decisions regarding type of
4508 ptrace() call to make. In particular, don't compare against
4509 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4510 (fetch_inferior_registers, store_inferior_registers): Where
4511 possible, obtain register numbers from tdep struct. Don't
4512 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4513 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4514 (LAST_UISA_SP_REGNUM): Delete.
4515
11bf77db
KB
45162002-07-25 Kevin Buettner <kevinb@redhat.com>
4517
4518 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
4519 (fetch_registers, store_register, fetch_core_registers): Don't
4520 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
4521 regcache_collect() as appropriate.
4522 (find_toc_address): Format hex address with local_hex_string().
4523
06afebeb
AC
45242002-07-25 Andrew Cagney <ac131313@redhat.com>
4525
4526 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4527 bfd/elf32-frv.c.
4528
8c554d79
TT
45292002-07-24 Tom Tromey <tromey@redhat.com>
4530
4531 * jv-exp.y: Marked all strings with _().
4532 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4533 internal_error.
4534 (MethodInvocation, CastExpression, parse_number, yyerror,
4535 java_type_from_name, push_expression_name, yylex): Typo fixes.
4536
e4c242d9
DJ
45372002-07-24 Daniel Jacobowitz <drow@mvista.com>
4538
4539 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4540 (tee_file_flush, tee_file_write, tee_file_fputs)
4541 (tee_file_isatty): New.
4542 * ui-file.h (tee_file_new): Add prototype.
4543
ebf56fd3
AS
45442002-07-24 Aidan Skinner <aidan@velvet.net>
4545
4546 * ada-lang.c: Change k&r style function definitions to prototyped
4547 form.
4548 * ada-typeprint.c: Change k&r style function definitions to prototyped
4549 form.
4550 * ada-valprint.c: Change k&r style function definitions to prototyped
4551 form.
4552
7fb623f7
AC
45532002-07-24 Andrew Cagney <cagney@redhat.com>
4554
4555 * README: Remove reference to remote-bug.
4556 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4557 remote-bug.c.
4558 (m88k-nat.o): Delete rule.
4559 (m88k-tdep.o): Delete rule.
4560 (remote-bug.o): Delete rule.
4561 * MAINTAINERS: Mark as obsolete.
4562 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4563 * m88k-tdep.c: Make file obsolete.
4564 * config/m88k/m88k.mh: Ditto.
4565 * config/m88k/delta88v4.mh: Ditto.
4566 * config/m88k/delta88v4.mt: Ditto.
4567 * config/m88k/delta88.mt: Ditto.
4568 * config/m88k/delta88.mh: Ditto.
4569 * remote-bug.c: Ditto.
4570 * config/m88k/tm-delta88.h: Ditto.
4571 * config/m88k/nm-delta88v4.h: Ditto.
4572 * config/m88k/xm-delta88.h: Ditto.
4573 * config/m88k/xm-dgux.h: Ditto.
4574 * config/m88k/tm-m88k.h: Ditto.
4575 * config/m88k/nm-m88k.h: Ditto.
4576 * config/m88k/tm-delta88v4.h: Ditto.
4577 * m88k-nat.c: Ditto.
4578 * cxux-nat.c: Ditto.
4579 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4580 and m88*-*-* obsolete.
4581 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4582 m88*-*-* obsolete.
4583
37611a2b
AC
45842002-07-24 Andrew Cagney <cagney@redhat.com>
4585
4586 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4587 constant. Same for local pointer variables.
4588 (extract_signed_integer): Ditto.
4589 * defs.h (extract_unsigned_integer): Update.
4590 (extract_signed_integer): Update.
4591
1aaa5f99
AC
45922002-07-24 Andrew Cagney <cagney@redhat.com>
4593
4594 * regcache.c (regcache_raw_write): Change buf parameter to a
4595 constant void pointer.
4596 (regcache_raw_read): Change buf parameter to a void pointer.
4597 (legacy_write_register_gen): Change myaddr parameter a constant
4598 void pointer.
4599 (supply_register): Change val parameter to a const void pointer.
4600 * regcache.h (regcache_raw_write): Update declaration.
4601 (regcache_raw_read): Update declaration.
4602 (supply_register): Update declaration.
4603
b4f5539f
TT
46042002-07-24 Tom Tromey <tromey@redhat.com>
4605
4606 * defs.h (gdb_readline_wrapper): Declare.
4607 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4608 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4609 * top.c (gdb_readline_wrapper): New function.
4610 (command_line_input): Use it.
4611
0818c12a
AC
46122002-07-24 Andrew Cagney <cagney@redhat.com>
4613
4614 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4615 regcache_read and regcache_write.
4616 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4617 * regcache.c: Update.
4618 * sh-tdep.c (sh64_push_arguments): Update comment.
4619 (sh_pseudo_register_read): Update.
4620 (sh_pseudo_register_write): Update.
4621 (sh4_register_read): Update.
4622 (sh4_register_write): Update.
4623 (sh64_pseudo_register_read): Update.
4624 (sh64_pseudo_register_write): Update.
4625 (sh64_register_read): Update.
4626 (sh64_register_write): Update.
4627 * i386-tdep.c (i386_extract_return_value): Update.
4628 (i386_extract_struct_value_address): Update.
4629 (i386_extract_return_value): Update.
4630 * blockframe.c (generic_read_register_dummy): Update.
4631 (generic_call_dummy_register_unwind): Update
4632 * infrun.c (write_inferior_status_register): Update.
4633
f7321c06
JB
46342002-07-23 Jim Blandy <jimb@redhat.com>
4635
4636 * parser-defs.h (expression_context_pc): Make this extern.
4637 (Thanks to Michael Snyder.)
4638
2037aebb
AC
46392002-07-23 Andrew Cagney <ac131313@redhat.com>
4640
4641 GDB 5.2.1 released from 5.2 branch.
4642 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4643 * README: Update to mention 5.2.1.
4644
66504d44
MS
46452002-07-23 Mark Salter <msalter@redhat.com>
4646
4647 * remote.c (remote_read_bytes): Fix check for error.
4648
27bae383
KB
46492002-07-22 Kevin Buettner <kevinb@redhat.com>
4650
4651 * aix-thread.c (language.h): Include.
4652 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4653 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4654 Print newlines at end of debug messages.
4655 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4656 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4657
46582002-07-22 Kevin Buettner <kevinb@redhat.com>
4659
4660 * aix-thread.c (ppc-tdep.h): Include.
4661 (special_register_p): New function.
4662 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4663 (store_regs_user_thread): Use register number information from
4664 gdbarch_tdep struct instead of hardcoded offsets relative to
4665 FIRST_UISA_SP_REGNUM.
4666 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4667 special_register_p() instead of using FPLAST_REGNUM and
4668 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4669 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4670 will be MQ's register number.
4671
46722002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
4673
4674 * aix-thread.c (ops): Rename to aix_thread_ops.
4675 (base_ops): Rename to base_target.
4676 (ops_attach): Rename to aix_thread_attach.
4677 (ops_detach): Rename to aix_thread_detach.
4678 (ops_resume): Rename to aix_thread_detach.
4679 (ops_wait): Rename to aix_thread_wait.
4680 (ops_kill): Rename to aix_thread_kill.
4681 (init_ops): Rename to init_aix_thread_ops.
4682 (ops_fetch_register): Rename to aix_thread_fetch_register.
4683 (ops_store_register): Rename to aix_thread_store_register.
4684 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4685 (ops_thread_alive): Rename to aix_thread_thread_alive.
4686 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4687 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4688 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4689 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4690 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4691 (store_regs_lib): Rename to store_regs_user_thread.
4692 (store_regs_kern): Rename to store_regs_kernel_thread.
4693
27bae383 46942002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
4695
4696 * aix-thread.c (ops_prepare_to_store): Eliminate.
4697 (init_ops): Don't initialize ops.prepare_to_store.
4698 (store_regs_kern): Pre-fetch register buffers from child,
4699 because some registers may not be in the cache. Copy
4700 regs from register cache only if they are cached.
4701 (store_regs_lib): Copy regs from register cache only
4702 if they are cached.
4703 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4704 fill_gprs64): Ditto.
4705
61c5da0b
KB
47062002-07-22 Kevin Buettner <kevinb@redhat.com>
4707
4708 * aix-thread.c (gdb_assert.h): Include.
4709 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4710 register sizes (from register cache) match size of buffer holding
4711 register data.
4712 (fill_sprs32): Change parameter types to match those in the ptrace()
4713 buffer.
4714 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4715 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4716
47172002-07-22 Michael Snyder <msnyder@redhat.com>
4718
4719 * aix-thread.c (supply_sprs64): Cosmetic change.
4720 (supply_sprs32): Cosmetic change.
4721 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4722 (fill_sprs64): Use regcache_collect instead of read_register.
4723 (store_regs_lib): Use regcache_collect instead of
4724 read_register. Use fill_sprs32 instead of fill_sprs64,
4725 if debugging a 32-bit architecture.
4726 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4727 out of the register cache, instead of passing a pointer into
4728 the register cache directly to ptrace. Use regcache_collect
4729 insteaad of read_register.
4730 (ops_prepare_to_store): Use target_read_registers instead
4731 of read_register_bytes.
4732
36479eb1
AS
47332002-07-20 Aidan Skinner <aidan@velvet.net>
4734
4735 * MAINTAINERS: Add self under write after approval.
4736
80ae6ee2
AS
47372002-07-20 Aidan Skinner <aidan@velvet.net>
4738
4739 * ada-tasks.c: Change k&r style function definitions to prototyped
4740 form.
4741
8a8ab2b9
AC
47422002-07-19 Andrew Cagney <ac131313@redhat.com>
4743
4744 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4745 * x86-64-tdep.c: Include "objfiles.h".
4746 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4747 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4748
fb16b900
ML
47492002-07-17 Michal Ludvig <michal@suse.cz>
4750
4751 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4752 (update_context): Initialise cfa variable.
4753
0fe7bf7b
MS
47542002-07-17 Michael Snyder <msnyder@redhat.com>
4755
4756 * aix-thread.c: Shorten some long lines.
4757 Bring comments into line with code spec.
4758
488f131b
JB
47592002-07-18 Joel Brobecker <brobecker@gnat.com>
4760
4761 * infrun.c: Re-indent using gdb_indent.sh.
4762
46c415d2
JB
47632002-07-18 Joel Brobecker <brobecker@gnat.com>
4764
4765 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4766 Leave the indentation temporarily untouched, to minimize the diffs.
4767
cdecafbe
EZ
47682002-07-18 Elena Zannoni <ezannoni@redhat.com>
4769
4770 * stabsread.c: Make os9k sections of the code obsolete,
4771 for real this time.
4772 * stabsread.h: Make os9k sections of the code obsolete.
4773
7b6aa020
ML
47742002-07-18 Michal Ludvig <mludvig@suse.cz>
4775
09ec9b38
ML
4776 * linux-low.c (regsets_store_inferior_registers): Add free()
4777 at the end of a loop to prevent memory leak.
4778 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4779 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
4780 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4781 line a comment.
4894ac5d 4782 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 4783
233282cd
JB
47842002-07-17 Jim Blandy <jimb@redhat.com>
4785
4786 * macrocmd.c (info_macro_command): Remove newline from error
4787 message.
4788
7b6aa020 47892002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
4790
4791 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4792 (sh_gdbarch_init): Use it for sh-dsp.
4793
f7ef9339
KB
47942002-07-16 Kevin Buettner <kevinb@redhat.com>
4795
4796 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4797 64-bit DWARF2 format.
4798
8dd72958
JB
47992002-07-16 Joel Brobecker <brobecker@gnat.com>
4800
4801 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4802 <sys/proc.h> when not available.
4803
a99a9e1b
AC
48042002-07-16 Andrew Cagney <ac131313@redhat.com>
4805
4806 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4807 * stabsread.c: Make os9k sections of the code obsolete.
4808 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4809 * config/i386/i386os9k.mt: Make file obsolete.
4810 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4811 (COMMON_OBS): Remove os9kread.o
4812 (SFILES): Remove os9kread.c.
4813 (os9kread.o, remote-os9k.o): Make target obsolete.
4814 * remote-os9k.c: Make file obsolete.
4815 * os9kread.c: Make file obsolete.
4816 * Makefile.in
4817
7a3085c1
AC
48182002-07-16 Andrew Cagney <ac131313@redhat.com>
4819
4820 * NEWS: Mention that the FR30 has been made obsolete.
4821 * fr30-tdep.c: Make file obsolete.
4822 * config/fr30/tm-fr30.h: Ditto.
4823 * config/fr30/fr30.mt: Ditto.
4824 * configure.tgt: Make fr30-*-elf obsolete.
4825 * MAINTAINERS: Make fr30-elf obsolete.
4826
28a93f5a
PM
48272002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4828
4829 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4830 found is not inside a section.
4831
be006b8b
KB
48322002-07-15 Kevin Buettner <kevinb@redhat.com>
4833
4834 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4835 strerror().
4836 (pdc_realloc): Use xrealloc() instead of realloc().
4837
14fa3751
KB
48382002-07-15 Kevin Buettner <kevinb@redhat.com>
4839
4840 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4841 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4842 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4843 macros.
4844
42cc437f
KB
48452002-07-15 Kevin Buettner <kevinb@redhat.com>
4846
4847 * aix-thread.c (ptrace_check): Eliminate goto.
4848 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4849 problem.
4850
8e2c28d4
KB
48512002-07-15 Kevin Buettner <kevinb@redhat.com>
4852
4853 * aix-thread.c (gdbcmd.h): Include.
4854 (DEBUG, DBG, DBG2, dbg): Eliminate.
4855 (debug_aix_thread): New static global.
4856 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4857 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4858 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4859 invocations to DBG and DBG2 macros to test against
4860 ``debug_aix_thread'' and call fprintf_unfiltered().
4861 (_initialize_aix_thread): Add new command "set debug aix-thread".
4862
30413464
AC
48632002-07-15 Andrew Cagney <ac131313@redhat.com>
4864
4865 From Gerhard Tonn <TON@de.ibm.com>:
4866 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4867 instead of supply_register.
4868
7c43edc1
AC
48692002-07-15 Andrew Cagney <ac131313@redhat.com>
4870
4871 * dwarf2cfi.c: Include "gdb_assert.h".
4872 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4873 non-NULL.
4874 (update_context): Do not use __func__. Add missing ``break''.
4875 (update_context): Do not use __func__.
4876
9364a0ef
EZ
48772002-07-15 Elena Zannoni <ezannoni@redhat.com>
4878
4879 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4880 and its setting. Set gdbarch instruction printing functions
4881 directly. For non-rs6000 case use new function
4882 gdb_print_insn_powerpc.
4883 (gdb_print_insn_powerpc): New function.
4884
3fbeef0b
AC
48852002-07-13 Andrew Cagney <ac131313@redhat.com>
4886
92eb23c5 4887 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
4888 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4889 * configure.tgt: Mark d30v-*-* as obsolete.
4890 * d30v-tdep.c: Mark file as obsolete.
4891 * config/d30v/d30v.mt: Ditto.
4892 * config/d30v/tm-d30v.h: Ditto.
4893
aacb1f0a
AS
48942002-07-13 Aidan Skinner <aidan@velvet.net>
4895
4896 * ada-tasks.c (add_task_entry): replace calls to
4897 malloc() with xmalloc
4898 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4899
4900 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4901 ada_finish_decode_line_1, all_sals_for_line
4902 ada_breakpoint_rewrite): replace calls to free() with xfree()
4903
c11d79f2
KB
49042002-07-12 Kevin Buettner <kevinb@redhat.com>
4905
4906 From Nicholas Duffek (with minor changes by Martin Hunt,
4907 Louis Hamilton, and Kevin Buettner):
4908 * aix-thread.c: New file.
4909
8e19ed76
PS
49102002-07-12 Petr Sorfa <petrs@caldera.com>
4911
4912 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4913 complaint for invalid attribute class or form.
4914 (read_func_scope): DW_AT_frame_base
4915 better handling of DW_AT_block*.
4916 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4917 better handling of DW_AT_block*.
4918 (read_common_block): DW_AT_location
4919 better handling of DW_AT_block*.
4920 (read_partial_die): DW_AT_location better handling
4921 of DW_AT_block*.
4922 (new_symbol): DW_AT_external better handling of
4923 DW_AT_block*. Proper initialization of variable
4924 "addr".
4925 (attr_form_is_block): New function that returns true
4926 if the attribute's form is of DW_FORM_block*.
4927
295401f7
DJ
49282002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4929
4930 * valops.c (find_method_list): Remove comment about
4931 removed STATIC_MEMFUNCP argument.
4932 (value_find_oload_method_list): Likewise.
4933
e42dc924
KB
49342002-07-12 Kevin Buettner <kevinb@redhat.com>
4935
4936 From Nicholas Duffek:
4937 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4938 target_new_objfile_hook.
4939
6904b546
KB
49402002-07-12 Kevin Buettner <kevinb@redhat.com>
4941
4942 From Nicholas Duffek:
4943 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4944 csect.
4945
53fe9346
AC
49462002-07-12 Andrew Cagney <cagney@redhat.com>
4947
4948 * MAINTAINERS: Mention --enable-sim-build-warnings.
4949 (m68hc11-elf): Disable sim build warnings.
4950 (m32r-elf): Mark as broken obsolete candidate.
4951 (x86_64-linux-gnu): Mark as buildable with -Werror.
4952 (arm-elf): Change -w to ``,'' which enables warnings but not
4953 -Werror.
4954
af5f3db6
AC
49552002-07-12 Andrew Cagney <ac131313@redhat.com>
4956
4957 * bcache.h: Update copyright.
4958 (struct bstring, struct bcache): Move definition to "bcache.c".
4959 Replaced by opaque declaration.
4960 (bcache_xfree): Replace free_bcache.
4961 (bcache_xmalloc, bcache_memory_used): Declare.
4962
4963 * bcache.c: Update copyright.
4964 (struct bstring, struct bcache): Moved to here from "bcache.h".
4965 Update comments.
4966 (bcache_xmalloc, bcache_memory_used): New functions.
4967 (bcache_xfree): Replace function free_bcache.
4968
4969 * Makefile.in (objfiles.o): Add $(bcache_h).
4970 (objfiles_h): Remove $(bcache_h).
4971 (symfile.o): Add $(bcache_h).
4972
4973 * symmisc.c: Update copyright.
4974 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4975 (print_objfile_statistics): Use bcache_memory_used.
4976
4977 * symfile.c: Include "bcache.h".
4978 (reread_symbols): Use bcache_xfree.
4979 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4980 (add_psymbol_to_list): Pass psymbol_cache by value.
4981 (add_psymbol_with_dem_name_to_list): Ditto.
4982
4983 * objfiles.h: Update copyright.
4984 (struct bcache): Declare opaque. Do not include "bcache.h".
4985 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4986 bcache'' pointers.
4987 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4988
4989 * objfiles.c: Include "bcache.h". Update copyright.
4990 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4991 macro_cache.
4992 (free_objfile): Use bcache_xfree.
4993
444199e7
GS
49942002-07-11 Grace Sainsbury <graces@redhat.com>
4995
4996 * monitor.c (monitor_fetch_register): Make name a constant.
4997 (monitor_store_register): Same.
4998
261397f8
DJ
49992002-07-11 Daniel Jacobowitz <drow@mvista.com>
5000
5001 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
5002 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
5003 (finish_block) For non-function blocks, hash the symbol table. For
5004 function blocks, mark the symbol table as unhashed.
5005 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
5006 (msymbol_hash_iw): Likewise.
5007 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
5008 value.
5009 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
5010 (lookup_minimal_symbol): Likewise for both.
5011 * symtab.h (struct block): Add `hashtable' flag. Comment the
5012 hashtable.
5013 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
5014 (ALL_BLOCK_SYMBOLS): Update.
5015 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
5016 (struct symbol): Add `hash_next' pointer.
5017 * symtab.c (lookup_block_symbol): Search using the hash table when
5018 possible.
5019 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
5020 (search_symbols, find_addr_symbol): Likewise.
5021
5022 * dstread.c (process_dst_block): Clear hashtable bit for new block.
5023 (read_dst_symtab): Likewise.
5024 * jv-lang.c (get_java_class_symtab): Likewise.
5025 * mdebugread.c: Include "gdb_assert.h".
5026 (shrink_block): Assert that the block being modified is not hashed.
5027 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
5028 * symmisc.c (free_symtab_block): Walk the hash table when freeing
5029 symbols.
5030 (dump_symtab): Recognize hashed blocks.
5031 * printcmd.c (print_frame_args): Assert that function blocks do not
5032 have hashed symbol tables.
5033 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
5034 (fill_in_ada_prototype, debug_print_block): Likewise.
5035 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
5036
6f0eaa01
CV
50372002-07-11 Corinna Vinschen <vinschen@redhat.com>
5038
5039 * stack.c (print_frame): Use result of frame_address_in_block()
5040 instead of fi->pc when evaluating symbols.
5041 (backtrace_command_1): Ditto.
5042
a208b0cb
AC
50432002-07-11 Andrew Cagney <cagney@redhat.com>
5044
5045 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
5046 Make static.
5047
5048 * arm-tdep.c (arm_register_name): Make return type constant.
5049
a6b6b089
AC
50502002-07-10 Andrew Cagney <ac131313@redhat.com>
5051
5ae5f592
AC
5052 * win32-nat.c (has_detach_ability): Convert to strict ISO C
5053 prototype.
5054 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
5055 * s390-tdep.c (s390_fp_regnum): Ditto.
5056 (s390_read_fp): Ditto.
5057 (s390_pop_frame): Ditto.
5058 (_initialize_s390_tdep): Ditto.
5059 * remote.c (get_remote_state): Ditto.
5060 * procfs.c (mappingflags): Ditto.
5061 * memattr.c (_initialize_mem): Ditto.
5062 * mcore-tdep.c (mcore_pop_frame): Ditto.
5063 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
5064 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
5065 * language.c (set_case_str): Ditto.
5066 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
5067 * frv-tdep.c (new_variant): Ditto.
5068 (frv_stopped_data_address): Ditto.
5069 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
5070 (context_alloc): Ditto.
5071 (frame_state_alloc): Ditto.
5072 (unwind_tmp_obstack_init): Ditto.
5073 (unwind_tmp_obstack_free): Ditto.
5074 (cfi_read_fp): Ditto.
5075 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
5076 (cris_pop_frame): Ditto.
5077 * c-lang.c (scanning_macro_expansion): Ditto.
5078 (finished_macro_expansion): Ditto.
5079 (c_preprocess_and_parse): Ditto.
5080 * gdbarch.sh: Ditto.
5081 * gdbarch.h, gdbarch.c: Regenerate.
5082 * config/mn10200/tm-mn10200.h: Adjust indentation.
5083 * target.c: Adjust indentation.
5084 * symtab.h: Adjust indentation.
5085 * stabsread.h: Adjust indentation.
5086 * remote-es.c: Adjust indentation.
5087 * os9kread.c: Adjust indentation.
5088
50892002-07-10 Andrew Cagney <ac131313@redhat.com>
5090
a6b6b089
AC
5091 * wince.c (_initialize_wince): Rename _initialize_inftarg.
5092 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
5093
a1789893
GS
50942002-07-10 Grace Sainsbury <graces@redhat.com>
5095
5096 * NEWS: Mention m68k, mcore multi-arching.
5097 * MAINTAINERS: Change status of m68k, mcore to reflect
5098 multi-arching.
5099
02f0d45d
DJ
51002002-07-10 Daniel Jacobowitz <drow@mvista.com>
5101
5102 * valops.c (find_overload_match): Free oload_syms.
5103
f15f768e
JB
51042002-07-09 Joel Brobecker <brobecker@gnat.com>
5105
5106 Define HAVE_SYS_PROC_H if sys/proc.h exists
5107 * configure.in: Add check for sys/proc.h
5108 * config.in: Regenerate.
5109 * configure: Regenerate.
5110
902a7139
GS
51112002-07-09 Grace Sainsbury <graces@redhat.com>
5112
5113 * config/m68k/tm-m68k.h: Remove macros wrapped in
5114 #if !GDB_MULTI_ARCH.
5115
a534e424
AC
51162002-07-08 Andrew Cagney <ac131313@redhat.com>
5117
5118 * config.in, configure: Regenerate.
5119
9b94f7bf
MK
51202002-07-08 Mark Kettenis <kettenis@gnu.org>
5121
5122 * dwarf2cfi.c: Include "gcore.h".
5123 (execute_stack_op): Fix implementation of the
5124 DW_OP_deref and DW_OP_deref_size operators by letting do their
5125 lookup in the target.
5126
1d34db41
MK
51272002-07-07 Mark Kettenis <kettenis@gnu.org>
5128
5129 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
5130 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
5131 tdep->sc_sp_offset.
5132
79d5b63a
DJ
51332002-07-05 Daniel Jacobowitz <drow@mvista.com>
5134
5135 Fix PR gdb/595, gdb/602
5136 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
5137 Don't call value_cast, just read the vtable pointer; update comments
5138 to match.
5139
3bb912e8
GS
51402002-07-05 Grace Sainsbury <graces@redhat.com>
5141
5142 * config/mcore/tm-mcore.h: Remove file.
5143 * config/mcore/mcore.mt: Remove definition of TM_FILE
5144 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
5145
ca39387d
MK
51462002-07-05 Mark Kettenis <kettenis@gnu.org>
5147
5148 * i386bsd-tdep.c: Include "gdb_string.h".
5149
efdc1108
GS
51502002-07-04 Grace Sainsbury <graces@redhat.com>
5151
5152 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
5153 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
5154 mcore-tdep.
5155 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
5156 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
5157 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
5158 (RETVAL_REGNUM): Move macros from tm-mcore.h
5159 (mcore_reg_struct_has_addr): New function.
5160 (mcore_gdbarch_init): Added initializations for the macros removed
5161 from tm-mcore.h.
5162
bb21884d
MK
51632002-07-04 Mark Kettenis <kettenis@gnu.org>
5164
5165 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
5166 traditonal string branding within the ELF header.
5167
228c6d41
DJ
51682002-07-04 Daniel Jacobowitz <drow@mvista.com>
5169
5170 * symtab.c (remove_params): New function.
5171 (make_symbol_overload_list): Use it instead of cplus_demangle.
5172 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
5173
2404952e
MK
51742002-07-04 Mark Kettenis <kettenis@gnu.org>
5175
e5e4acad
MK
5176 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
5177
baadce09
MK
5178 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
5179 New variables.
5180 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
5181 and tdep->sigtramp_end.
5182 * i386obsd-nat.c: New file.
5183 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
5184
2404952e
MK
5185 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
5186 Don't call get_current_frame().
5187
9b4f1ba7
PM
51882002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
5189
5190 * i386-nat.c (child_post_startup_inferior): New function
5191 calling i386_cleanup_dregs if
5192 I386_USE_GENERIC_WATCHPOINTS is defined.
5193 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
5194 conditional to acknowledge that i386-nat.c has its
5195 own child_post_startup_inferior function.
5196
c0d1d883
MK
51972002-07-04 Mark Kettenis <kettenis@gnu.org>
5198
00f8375e
MK
5199 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
5200 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
5201 instead of MAX_REGISTER_RAW_SIZE.
5202 (i386_extract_return_value, i386_extract_struct_value_address):
5203 Convert to use regcache.
5204 (i386_gdbarch_init): Set max_register_raw_size and
5205 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
5206 Set extract_return_value and extract_struct_value_address instead
5207 of their deprecated variants.
5208
c0d1d883
MK
5209 Convert i386 target to generic dummy frames.
5210 * i386-tdep.c: Include "symfile.h".
5211 (i386_frameless_signal_p): Consider a function to be frameless if
5212 the pc points at the first instruction of the function.
5213 (i386_frame_chain): Handle (generic) call dummies.
5214 (i386_frame_saved_pc): Likewise.
5215 (i386_frame_init_saved_regs): Remove code dealing with call
5216 dummies on the stack.
5217 (i386_push_dummy_frame): Removed.
5218 (i386_call_dummy_words): Removed.
5219 (i386_fix_call_dummy): Removed.
5220 (i386_push_return_address): New function.
5221 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
5222 parameter, and don't call get_current_frame.
5223 (i386_pop_frame): New function.
5224 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
5225 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
5226 entry_point_address, set call_dummy_breakpoint_offset to 0, set
5227 call_dummy_length to 0, set call_dummy_words to NULL, set
5228 sizeof_call_dummy_words to 0, set fix_call_dummy to
5229 generic_fix_call_dummy, set pc_in_call_dummy to
5230 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5231 generic_push_dummy_frame, set push_return_address to
5232 i386_push_return_address and set frame_chain_valid to
5233 generic_file_frame_chain_valid.
5234
049ee0e4
AC
52352002-07-03 Andrew Cagney <ac131313@redhat.com>
5236
5237 * gdbarch.sh (struct regcache): Add opaque declaration.
5238 (EXTRACT_RETURN_VALUE): New architecture method.
5239 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5240 * gdbarch.h, gdbarch.c: Regenerate.
5241 * arch-utils.c (legacy_extract_return_value): New function.
5242 * arch-utils.h (legacy_extract_return_value): Declare.
5243 * values.c (value_being_returned): Re-enable code handling
5244 EXTRACT_STRUCT_VALUE_ADDRESS. Move
5245 deprecated_grub_regcache_for_registers call to block handling
5246 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5247 (EXTRACT_RETURN_VALUE): Do not define.
5248
4e0d9804
GS
52492002-07-03 Grace Sainsbury <graces@redhat.com>
5250
5251 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5252 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5253 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5254 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5255 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5256 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5257 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5258 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5259 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5260 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5261 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5262 argument so the function fits the prototype in the architecture
5263 vector.
5264 (mcore_pop_frame): Remove argument so the function fits the
5265 prototype. Use get_current_frame instead of the argument.
5266 (mcore_push_arguments): Change type of struct_return so the
5267 function can be used in the architecture vector.
5268 (mcore_store_struct_return): Add.
5269 (mcore_frame_init_saved_regs): Add.
5270 (mcore_gdbarch_init): Add function calls to replace the macros
5271 removed from tm-mcore.h
5272
36160dc4
AC
52732002-07-03 Andrew Cagney <ac131313@redhat.com>
5274
5275 * infcmd.c (print_return_value): Remove compatibility code calling
5276 deprecated_grub_regcache_for_registers.
5277
5278 * values.c: Include "regcache.h".
5279 (value_being_returned): Update. Use
5280 deprecated_grub_regcache_for_registers to extract the register
5281 buffer address.
5282 * value.h (value_being_returned): Change ``retbuf'' parameter to a
5283 ``struct regcache''.
5284 * Makefile.in (values.o): Add dependency on $(regcache_h).
5285
5286 * inferior.h (run_stack_dummy): Change type of second parameter to
5287 a ``struct regcache''.
5288 * valops.c (hand_function_call): Change type of retbuf to ``struct
5289 regcache''. Allocate using regcache_xmalloc, clean using
5290 make_cleanup_regcache_xfree.
5291 * infcmd.c (run_stack_dummy): Update. Use
5292 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5293
5294 * regcache.c (do_regcache_xfree): New function.
5295 (make_cleanup_regcache_xfree): New function.
5296 * regcache.h (make_cleanup_regcache_xfree): Declare.
5297
e64d9b3d
MH
52982002-07-03 Martin M. Hunt <hunt@redhat.com>
5299
4dd79c29
MH
5300 * event-top.c (command_line_handler): Don't read past
5301 beginning of buffer.
e64d9b3d 5302
4dd79c29
MH
53032002-07-03 Martin M. Hunt <hunt@redhat.com>
5304
e64d9b3d
MH
5305 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5306 struct frame_id.
5307 (varobj_create): Store frame_id for root.
5308 (varobj_gen_name): Use xasprintf.
5309 (varobj_update): Save and restore frame using get_frame_id() and
5310 frame_find_by_id().
5311 (create_child): Use xasprintf.
5312 (new_root_variable): Initialize frame_id.
5313 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5314 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5315 to prevent memory leak.
5316
26e6c56a
AC
53172002-07-03 Andrew Cagney <ac131313@redhat.com>
5318
5319 * valops.c (hand_function_call): Move declaration of retbuf to
5320 start of function, allocate using malloc, add a cleanup but before
5321 the inf_status cleanup, cleanup the buffer. Rename local variable
5322 old_chain to inf_status_cleanup.
5323
f436dd25
MH
53242002-07-03 Martin M. Hunt <hunt@redhat.com>
5325
5326 * top.c (execute_command): Use cmd_func() and cmd_func_p().
5327
5328 * cli/cli-decode.c (cmd_func_p): New function.
5329 (cmd_func): New function.
5330
5331 * command.h: Add cmd_func() and cmd_func_p().
5332
4cfe2084
GS
53332002-07-03 Grace Sainsbury <graces@redhat.com>
5334
5335 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5336 (REGISTER_SIZE): Remove.
5337 (MAX_REGISTER_RAW_SIZE): Remove.
5338 (REGISTER_VIRTUAL_TYPE): Remove.
5339 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5340 (REGISTER_NAME): Remove.
5341 (USE_GENERIC_DUMMY_FRAMES): Remove.
5342 (CALL_DUMMY): Remove.
5343 (CALL_DUMMY_START_OFFSET): Remove.
5344 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5345 (CALL_DUMMY_LOCATION): Remove.
5346 (FIX_CALL_DUMMY): Remove.
5347 (CALL_DUMMY_ADDRESS): Remove.
5348 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5349 (SAVE_DUMMY_FRAME_TOS): Remove.
5350 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5351 (mcore_register_virtual_type): New function.
5352 (mcore_register_byte): New function.
5353 (mcore_register_size): New function.
5354 (mcore_register_name): New function.
5355 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5356 macros removed from tm-mcore.h.
5357 (mcore_dump_tdep): Add.
5358 (_initialize_mcore_tdep): Add gdbarch_register call.
5359
4fd667e9
MK
53602002-07-03 Mark Kettenis <kettenis@gnu.org>
5361
5362 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5363 frameless_look_for_prologue, such that we actually call this
5364 function.
5365
42f99ac2
JB
53662002-07-02 Joel Brobecker <brobecker@gnat.com>
5367
5368 * frame.h (frame_address_in_block): New function.
5369
5370 * blockframe.c (frame_address_in_block): New function extracted
5371 from get_frame_block().
5372 (get_frame_block): Use frame_address_in_block().
5373 (block_innermost_frame): Use frame_address_in_block() to match
5374 the frame pc address against the block boundaries rather than
5375 the frame pc directly. This prevents a failure when a frame pc
5376 is actually a return-address pointing immediately after the end
5377 of the given block.
5378
103a1597 53792002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
5380
5381 * MAINTAINERS: Add self under write after approval.
5382
53832002-07-02 Grace Sainsbury <graces@redhat.com>
5384
103a1597
GS
5385 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5386 used in architecture vector. The default is
5387 m68k_local_breakpoint_from_pc.
5388 (m68k_local_breakpoint_from_pc): Add.
5389 (enum): Add register numbers from tm-m68k.h.
5390 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5391 vector.
5392 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5393 GDB_MULTI_ARCH_PARTIAL.
5394 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5395 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5396 m68k-tdep.c.
5397 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5398 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5399 to enum in m68k-tdep.c
5400
7a5a0534
JB
54012002-07-02 Joel Brobecker <brobecker@gnat.com>
5402
5403 * solib-osf.c (open_map): Compute the list of shared libraries
5404 loaded by the inferior, rather than the list of libraries loaded
5405 by GDB itself. Otherwise, GDB ends up reading the symbols from
5406 the wrong shared libraries...
5407
6f558d74
MK
54082002-07-02 Mark Kettenis <kettenis@gnu.org>
5409
b7d15bf7
MK
5410 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5411 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5412 macros.
5413 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5414 Remove functions.
5415 (FRAMELESS_SIGNAL): Remove function.
5416 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5417 i386_linux_saved_pc_after_call): Removed.
5418 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5419 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5420 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5421
6bff26de
MK
5422 * i386-tdep.c (i386_frameless_signal_p): New function.
5423 (i386_frame_chain): Deal with frameless signals.
5424 (i386_sigtramp_saved_sp): New function.
5425 (i386_frame_saved_pc): Deal with frameless signals.
5426 (i386_saved_pc_after_call): Make sure the correct value is
5427 returned just after entry into a sigtramp.
5428 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5429 i386fbsd4_sc_sp_offset): New variables.
5430 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5431 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5432 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5433 similiar to what we already did for sc_pc_offset.
5434 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5435 tdep->sc_sp_offset.
5436
6f558d74
MK
5437 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5438
145564b7
ML
54392002-07-02 Michal Ludvig <mludvig@suse.cz>
5440
5441 * config/i386/tm-x86-64linux.h: New.
5442 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5443 definitions.
5444 * config/i386/nm-x86-64.h: Rename to ...
5445 * config/i386/nm-x86-64linux.h: ... this one.
5446 * config/i386/x86-64linux.mh: Reflect the above change.
5447
3a1e71e3
MK
54482002-07-01 Mark Kettenis <kettenis@gnu.org>
5449
21d0e8a4
MK
5450 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5451 with sigcontext_addr. Add sc_sp_offset.
5452 (i386bsd_sigtramp_saved_pc): Remove prototype.
5453 (i386bsd_sicontext_addr): Add prototype.
5454 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5455 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5456 (i386_svr4_sigtramp_saved_pc): Removed.
5457 (i386_svr4_sigcontext_addr): New function.
5458 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5459 Initialize tdep->sigcontext_addr instead. Initialize
5460 tdep->sc_pc_offset and tdep->sc_sp_offset.
5461 (i386_gdbarch_init): Likewise.
5462 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5463 any more.
5464 (i386bsd_sigtramp_saved_pc): Remove function.
5465 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5466 Initialize tdep->sigcontext_addr instead. Initialize
5467 tdep->sc_pc_offset.
5468 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5469 of tdep->sigtramp_saved_pc.
5470 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5471 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5472 instead.
5473
3a1e71e3
MK
5474 * i386-tdep.c (i386_frameless_function_invocation,
5475 i386_frame_num_args, i386_frame_init_saved_regs,
5476 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5477 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5478 i386_extract_return_value, i386_store_return_value,
5479 i386_extract_struct_value_address, i386_register_virtual_type,
5480 i386_register_convertible, i386_register_convert_to_virtual,
5481 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5482 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5483 static.
5484
52e9098c
MK
54852002-07-01 Mark Kettenis <kettenis@gnu.org>
5486
77b13a25
MK
5487 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5488
52e9098c
MK
5489 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5490 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5491 this macro. Include "value.h".
5492
1b372fff
AS
54932002-06-30 Aidan Skinner <aidan@velvet.net>
5494
5495 * ada-exp.tab.c: remove as it's a generated file
5496 * ada-lex.c: remove as it's a generated file
5497
9c5045b5
MK
54982002-06-30 Mark Kettenis <kettenis@gnu.org>
5499
4a93c5bb
MK
5500 * config/i386/tm-i386.h (struct frame_info, struct
5501 frame_saved_regs, struct value, struct type): Remove forward
5502 declarations.
5503
322d4fe0
MK
5504 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5505 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5506 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5507 (FILL_FPXREGSET): Define.
5508
fdd8263d
MK
5509 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5510
482e577b
MK
5511 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5512 i[3456]86-*-netbsd* case.
5513 * config/i386/tm-obsd.h: Removed.
5514 * config/i386/obsd.mt: Removed.
5515 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5516 core-aout.o.
5517 (MH_CFLAGS): Add -DYYDEBUG=0.
5518
6916549a
MK
5519 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5520 i386nbsd_sc_pc_offset on OpenBSD too.
5521
9c5045b5
MK
5522 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5523 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5524 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5525 define.
5526 * i386bsd-tdep.c: Include "arch-utils.h".
5527 (i386bsd_aout_in_solib_call_trampoline): New function.
5528 (i386bsd_init_abi): Set in_solib_call_trampoline to
5529 i386bsd_aout_in_solib_call_trampoline.
5530 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5531 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5532
aa84d1bb
AC
55332002-06-28 Andrew Cagney <ac131313@redhat.com>
5534
5535 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5536 (struct obstack, struct bcache): Add opaque declarations.
5537 * Makefile.in (macrotab_h): Update
5538
b4d83933
AC
55392002-06-28 Andrew Cagney <ac131313@redhat.com>
5540
5541 * blockframe.c (generic_find_dummy_frame): Change return type to
5542 ``struct regcache''.
5543 (struct dummy_frame): Replace field ``registers'' with regcache, a
5544 struct regcache object.
5545 (generic_find_dummy_frame): Update.
5546 (generic_push_dummy_frame): Update. Use regcache_xfree,
5547 regcache_xmalloc and regcache_cpy.
5548 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5549 regcache_xfree.
5550 (deprecated_generic_find_dummy_frame): Update.
5551 (generic_read_register_dummy): Update. Use
5552 regcache_read_as_address.
5553 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5554 (generic_get_saved_register): Update. Use regcache_read.
5555
08c0b5bc
AC
55562002-06-28 Andrew Cagney <ac131313@redhat.com>
5557
5558 * Makefile.in (objfiles_h): Add $(bcache_h).
5559 * objfiles.h: Include "bcache.h".
5560
5561 * Makefile.in (symtab_h): Remove $(bcache_h).
5562 * symtab.h: Do not include "bcache.h".
5563
1f89801a
AC
55642002-06-28 Andrew Cagney <ac131313@redhat.com>
5565
5566 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5567 generic_func_frame_chain_valid.
5568
b9644b58
DB
55692002-06-28 David O'Brien <obrien@FreeBSD.org>
5570
5571 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5572 * config/i386/tm-fbsd.h: Likewise.
5573
dd486634
AC
55742002-06-28 Andrew Cagney <ac131313@redhat.com>
5575
5576 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5577 generic_unwind_get_saved_register.
5578
0b434a00
AC
55792002-06-27 Andrew Cagney <ac131313@redhat.com>
5580
5581 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5582 * regcache.c (supply_register): Add missing argument to
5583 register_buffer call.
5584
f30e5a77
AC
55852002-06-27 Andrew Cagney <ac131313@redhat.com>
5586
5587 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5588 Solaris /bin/grep does not not like it. From Peter Schauer.
5589
9f064c95
TT
55902002-06-26 Tom Tromey <tromey@redhat.com>
5591
5592 * command.h (add_setshow_cmd): Declare.
5593 (add_setshow_cmd_full): Declare.
5594 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5595 returns void. Use add_setshow_cmd_full.
5596 (add_setshow_cmd_full): New function.
5597 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5598 (add_setshow_boolean_cmd): Likewise.
5599
099c7589
JT
56002002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5601
5602 * config/vax/tm-vax.h: Protect from multiple inclusion.
5603 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5604 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5605 * config/vax/tm-vaxbsd.h: ...here. New file.
5606 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5607
1d049c5e
JT
56082002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5609
5610 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5611 (BELIEVE_PCC_PROMOTION): Remove.
5612 (AP_REGNUM): Move to...
5613 * config/vax/nm-vax.h: ...here.
5614 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5615 (vax_breakpoint_from_pc): New function.
5616 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5617 and gdbarch_believe_pcc_promotion.
5618
4791e091
JT
56192002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5620
5621 * Makefile.in (vax_tdep_h): Define.
5622 (vax-tdep.o): Use $(vax_tdep_h).
5623 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5624 (vax_dump_tdep): New function.
5625 (_initialize_vax_tdep): Register vax_dump_tdep.
5626 * vax-tdep.h: Include osabi.h.
5627 (struct gdbarch_tdep): New.
5628
da130f98
AC
56292002-06-26 Andrew Cagney <cagney@redhat.com>
5630
5631 * frame.h (deprecated_generic_find_dummy_frame): Rename
5632 generic_find_dummy_frame.
5633 * blockframe.c (generic_find_dummy_frame): Make static.
5634 (deprecated_generic_find_dummy_frame): New function.
5635 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5636 generic_find_dummy_frame with deprecated_find_dummy_frame.
5637 (sh64_nofp_frame_init_saved_regs): Ditto.
5638 (sh_fp_frame_init_saved_regs): Ditto.
5639 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5640 (s390_frame_chain): Ditto.
5641 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5642
6300c360
GS
56432002-06-26 Grace Sainsbury <graces@redhat.com>
5644
5645 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5646 gdbarch vector are at the top.
5647 (NUM_REGS): Remove.
5648 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5649 (FRAME_ARGS_ADDRESS): Remove.
5650 (FRAME_LOCALS_ADDRESS): Remove.
5651 (FRAME_NUM_ARGS): Remove.
5652 (FRAME_ARGS_SKIP): Remove.
5653 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5654 (m68k_gdbarch_init): Add gdbarch initializations for macros
5655 undefined in tm-m68k.h
5656
1c617db8
GS
56572002-06-26 Grace Sainsbury <graces@redhat.com>
5658
5659 * monitor.h: Add the function regname to monitor_ops
5660 structure. This way NUM_REGS does not have to be a constant.
5661 * monitor.c (monitor_fetch_register): Added support for regname
5662 function. The function is called if the array regnames is NULL.
5663 (monitor_store_register): Same.
da130f98
AC
5664 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5665 regnames array.
1c617db8
GS
5666 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5667 cpu32bug_cmds.regname to point to new function.
5668 * abug-rom.c (abug_regname): Same as above.
5669 (init_abug_cmds): Same.
5670 * dbug-rom.c (dbug_regname): Same as above.
5671 (init_dbug_cmds): Same.
5672 * remote-est.c (est_regname): Same.
5673 (init_est_cmds): Same.
5674 * rom68k-rom.c (rom68k_regname): Same.
5675 (init_rom68k_cmds): Same.
5676
ea9365bb
TT
56772002-06-25 Tom Tromey <tromey@redhat.com>
5678
5679 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5680
72cec141
AC
56812002-06-25 Andrew Cagney <cagney@redhat.com>
5682
5683 * infrun.c (stop_registers): Change variable's type to ``struct
5684 regcache'''.
5685 (xmalloc_inferior_status): Delete function.
5686 (free_inferior_status): Delete function.
5687 (normal_stop): Use regcache_cpy.
5688 (struct inferior_status): Change type of fields ``stop_registers''
5689 and ``registers'' to ``struct regcache''.
5690 (write_inferior_status_register): Use regcache_write.
5691 (save_inferior_status): Instead of calling
5692 xmalloc_inferior_status, allocate the inf_status buffer directly.
5693 Use regcache_dup_no_passthrough and regcache_dup to save the
5694 buffers.
5695 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5696 Replace the stop_registers regcache instead of overriding it. Use
5697 regcache_xfree. Instead of calling free_inferior_status, xfree
5698 the buffer directly.
5699 (discard_inferior_status): Use regcache_xfree. Instead of calling
5700 free_inferior_status, xfree the buffer directly.
5701 (build_infrun): Use regcache_xmalloc.
5702 (_initialize_infrun): Delete redundant call to build_infrun.
5703
5704 * Makefile.in (infcmd.o): Add $(regcache_h).
5705
5706 * infcmd.c: Include "regcache.h".
5707 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5708 obtain the address of `stop_registers' register buffer.
5709 (print_return_value): Ditto.
5710
5711 * inferior.h (struct regcache): Add opaque declaration.
5712 (stop_registers): Change variable's declared type to ``struct
5713 regcache''.
5714
defc6f8c
TT
57152002-06-24 Tom Tromey <tromey@redhat.com>
5716
c0e624e7
TT
5717 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5718 * target.c (initialize_targets): Fixed typo in
5719 trust-readonly-sections `show' documentation.
5720
defc6f8c
TT
5721 * main.c: Marked all strings with _().
5722
2b236d82
DH
57232002-06-24 Don Howard <dhoward@redhat.com>
5724
5725 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5726 that means max CORE_ADDR+1.
5727 (lookup_mem_region): Ditto.
5728 (mem_info_command): Ditto.
5729
942dc0e9
GS
57302002-06-24 Grace Sainsbury <graces@redhat.com>
5731
5732 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5733 (REGISTER_BYTES_OK): Remove.
5734 (REGISTER_BYTES): Remove.
5735 (STORE_STRUCT_RETURN): Remove.
5736 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5737 (STORE_RETURN_VALUE): Remove.
5738 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5739 (FRAME_CHAIN): Remove.
5740 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5741 (FRAME_SAVED_PC): Remove.
5742 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5743 (m68k_store_struct_return): Add.
5744 (m68k_deprecated_extract_return_value): Add.
5745 (m68k_deprecated_extract_struct_value_address): Add.
5746 (m68k_store_return_value): Add.
5747 (m68k_frame_chain): Add.
5748 (m68k_frameless_function_invocation): Add.
5749 (m68k_frame_saved_pc): Add.
5750 (m68k_gdbarch_init): added set_gdbarch calls for new
5751 functions and deleted macros.
5752
03c30d4d
TT
57532002-06-23 Tom Tromey <tromey@redhat.com>
5754
5755 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5756 (ALLDEPFILES): Likewise.
5757 (udiheaders): Removed.
5758 (udip2soc.o): Likewise.
5759 (udi2go32.o): Likewise.
5760 (udr.o): Likewise.
5761 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5762
37e71372
AC
57632002-06-22 Andrew Cagney <ac131313@redhat.com>
5764
06a6ac57
AC
5765 * infrun.c (_initialize_infrun): Delete unnecessary call to
5766 build_infrun.
5767
37e71372
AC
5768 * regcache.h: Update comments describing the regcache_cpy family
5769 of functions.
5770 (regcache_save, regcache_restore): Delete declaration.
5771 (regcache_save_no_passthrough): Delete declaration.
5772 (regcache_restore_no_passthrough): Delete declaration.
5773 * regcache.c (regcache_save): Delete function.
5774 (regcache_save_no_passthrough): Delete function.
5775 (regcache_restore): Delete function.
5776 (regcache_restore_no_passthrough): Delete function.
5777
78f6d055
AC
57782002-06-21 Andrew Cagney <ac131313@redhat.com>
5779
5780 * config/m68k/tm-m68k.h: Fix typo.
5781 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5782 (m68k_frame_init_saved_regs): Declare.
5783
78b119cb
JB
57842002-06-21 Jim Blandy <jimb@redhat.com>
5785
5786 Remove some vestiges of Harris 88k support.
5787 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5788 register numbering quirk.
5789 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5790 odd symbols occurring in Harris 88k ELF targets.
5791
0fbb3da7
TT
57922002-06-21 Tom Tromey <tromey@redhat.com>
5793
5794 * gdb_locale.h: New file.
5795 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5796 (defs_h): Added gdb_locale.h.
5797 * configure, config.in: Rebuilt.
5798 * configure.in (PACKAGE): Define.
5799 * defs.h: Include gdb_locale.h.
5800 * main.c (captured_main): Call setlocale, bindtextdomain,
5801 textdomain.
5802
456f8b9d
DB
58032002-06-21 Dave Brolley <brolley@redhat.com>
5804
5805 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5806 * config/frv/frv.mt: New file.
5807 * config/frv/tm-frv.h: New file.
5808 * configure.tgt: Support frv-*-*.
5809 * Makefile.in (frv-tdep.o): New target.
5810 * frv-tdep.c: New file.
5811 * NEWS: Mention frv.
5812
cdd463f9
DB
58132002-06-21 Dave Brolley <brolley@redhat.com>
5814
5815 * MAINTAINERS: Add self to "Write After Approval" list.
5816
5d3ed2e3
GS
58172002-06-21 Grace Sainsbury <graces@redhat.com>
5818
5819 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5820 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5821 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5822 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5823 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5824
5825 * m68k-tdep.c: Include arch-utils.h
5826 (m68k_register_raw_size): Add.
5827 (m68k_register_virtual_size): Add.
5828 (m68k_register_virtual_type): Add.
5829 (m68k_register_name): Add.
5830 (m68k_stack_align): Add.
5831 (m68k_register_byte): Add.
5832 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5833 tm-m68k.h.
5834
7f8e7424
GS
58352002-06-21 Grace Sainsbury <graces@redhat.com>
5836
a2c6a6d5 5837 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
5838 m68k_find_saved_regs.
5839 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 5840 references to it with frame->saved_regs.
7f8e7424
GS
5841 (m68k_gdbarch_init): Added function calls to initialize the
5842 gdbarch structure.
a2c6a6d5
GS
5843 (m68k_fix_call_dummy): Add.
5844 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5845 (CALL_DUMMY): Remove.
5846 (CALL_DUMMY_LENGTH): Remove.
5847 (CALL_DUMMY_START_OFFSET): Remove.
5848 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5849 (FIX_CALL_DUMMY): Remove.
5850 (PUSH_DUMMY_FRAME): Remove.
5851 (POP_FRAME): Remove.
7f8e7424 5852
f461f5cf
PM
58532002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5854
5855 * parse.c (parse_fprintf): New function used to avoid calls to
5856 fprintf in bison parser generated debug code.
5857 * parser-defs.h: Declaration of new parse_fprintf function.
5858 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5859 Set YYDEBUG to 1 by default.
5860 Set YYFPRINTF as parse_fprintf.
5861
7f0c12ed
ML
58622002-06-21 Michal Ludvig <mludvig@suse.cz>
5863
5864 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5865 encoding anymore.
5866 (pointer_encoding, enum ptr_encoding): New.
5867 (execute_cfa_program): Take care about pointer encoding.
5868 (dwarf2_build_frame_info): Only call parse_frame_info for
5869 .debug_frame and .eh_frame.
5870 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5871 fixed augmentation handling, added relative addressing,
5872 ignore duplicate FDEs. Added comments.
19d833a2 5873 * dwarf2cfi.c: Reindented.
7f0c12ed 5874
87c4a039
EZ
58752002-06-20 Elena Zannoni <ezannoni@redhat.com>
5876
5877 * event-top.c (command_handler): Don't use space_at_cmd_start
5878 unless there is sbrk() on the host. Assign time and space data
5879 to union fields of the appropriate length.
5880
1cf877ad
ML
58812002-06-20 Michal Ludvig <mludvig@suse.cz>
5882
5883 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5884 x86_64_register_name. Return type changed to 'const char *'.
5885 (x86_64_register_name2nr): Rename to x86_64_register_number.
5886 (x86_64_gdbarch_init): Update to reflect the change.
5887 * x86-64-tdep.h: Ditto.
5888 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5889 (supply_fpregset): Ditto.
5890
3fadccb3
AC
58912002-06-19 Andrew Cagney <cagney@redhat.com>
5892
5893 * regcache.h: Update copyright.
5894 (struct regcache, struct gdbarch): Add opaque declarations.
5895 (current_regcache): Declare global variable.
5896 (regcache_read, regcache_write): Add gdbarch parameter.
5897 (regcache_save, regcache_save_no_passthrough)
5898 (regcache_restore, regcache_restore_no_passthrough)
5899 (regcache_dup, regcache_dup_no_passthrough)
5900 (regcache_cpy, regcache_cpy_no_passthrough)
5901 (deprecated_grub_regcache_for_registers)
5902 (deprecated_grub_regcache_for_register_valid)
5903 (regcache_valid_p): Add function declarations.
5904
5905 * regcache.c: Update copyright.
5906 (regcache_descr_handle): New global variable.
5907 (struct regcache_descr): Define.
5908 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5909 (regcache_descr, xfree_regcache_descr): New functions.
5910 (struct regcache): Define.
5911 (regcache_xmalloc, regcache_xfree): New functions.
5912 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5913 (regcache_dup, regcache_dup_no_passthrough): New functions.
5914 (regcache_valid_p, regcache_read_as_address): New functions.
5915 (deprecated_grub_regcache_for_registers): New function.
5916 (deprecated_grub_regcache_for_register_valid): New function.
5917 (current_regcache): New global variable.
5918 (register_buffer): Add regcache parameter. Update calls.
5919 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5920 (read_register_gen, write_register_gen): Update register_buffer
5921 call. Test for legacy_p instead of gdbarch_register_read_p or
5922 gdbarch_register_write_p.
5923 (regcache_collect): Update register_buffer call.
5924 (build_regcache): Rewrite. Use deprecated grub functions.
5925 (regcache_save, regcache_save_no_passthrough): New functions.
5926 (regcache_restore, regcache_restore_no_passthrough): New
5927 functions.
5928 (_initialize_regcache): Create the regcache_data_handle. Swap
5929 current_regcache global variable.
5930
5931 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5932 parameter to regcache_read and regcache_write calls.
5933 (sh4_register_read): Ditto.
5934 (sh64_pseudo_register_read): Ditto.
5935 (sh64_register_read): Ditto.
5936 (sh_pseudo_register_write): Ditto.
5937 (sh4_register_write): Ditto.
5938 (sh64_pseudo_register_write): Ditto.
5939 (sh64_register_write): Ditto.
5940
5941 * defs.h (XCALLOC): Define.
5942
152d9db6
GS
59432002-06-19 Grace Sainsbury <graces@redhat.com>
5944
5945 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5946 * m68k-tdep.c (m68k_gdbarch_init): Added.
5947 (m68k_dump_tdep): Added.
5948
170911c7
DJ
59492002-06-19 Daniel Jacobowitz <drow@mvista.com>
5950
5951 * ada-lang.c (fill_in_ada_prototype): Update comment.
5952
2e4ebe70
DJ
59532002-06-19 Daniel Jacobowitz <drow@mvista.com>
5954
5955 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5956 MIPS_ABI_LAST.
5957 (mips_abi_string, mips_abi_strings): New.
5958 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5959 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5960 tdep->mips_abi_string. Honor mips_abi_string. Default to
5961 O32 if no ABI is found.
5962 (mips_dump_tdep): Use mips_abi_strings.
5963 (mips_abi_update): New function.
5964 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5965 ``set mips abi'' and ``show mips abi''. Check the size of
5966 mips_abi_strings.
5967
16775908
AC
59682002-06-19 Andrew Cagney <cagney@redhat.com>
5969
5970 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5971 constant.
5972
5051bfa4 59732002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 5974
5051bfa4
JB
5975 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5976 current frame using only the first stack size adjustment. All
5977 subsequent size adjustments are not considered to be part of
5978 the "static" part of the current frame.
5979 Compute the address of the saved registers relative to the
5980 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5981 in use in this frame.
5982
56468235
DH
59832002-06-18 Don Howard <dhoward@redhat.com>
5984
5985 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5986 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5987 suggesting this solution.
5988
0b624158
AC
59892002-06-18 Andrew Cagney <ac131313@redhat.com>
5990
5991 * config/romp/xm-rtbsd.h: Delete file.
5992 * config/romp/rtbsd.mh: Delete file.
5993
221ea385
KS
59942002-06-18 Keith Seitz <keiths@redhat.com>
5995
5996 * breakpoint.c (condition_command): Post breakpoint_modify
5997 when a condition is added to an existing breakpoint.
5998 (commands_command): Likewise for commands.
5999 (set_ignore_count): Likewise for ignore counts.
6000 If no tty, do not simply return, still need to send event
6001 notification.
6002 (ignore_command): Only print a newline if the command came
6003 from a tty.
6004 Don't call breakpoints_changed, since this is now properly
6005 handled by set_ignore_count.
6006
5402eed1
AC
60072002-06-18 Andrew Cagney <cagney@redhat.com>
6008
6009 * MAINTAINERS: Note that cris-elf target can be compiled with
6010 -Werror.
6011 * cris-tdep.c (cris_register_name): Make return type constant.
6012 (cris_breakpoint_from_pc): Ditto.
6013
cc22880b
ML
60142002-06-18 Michal Ludvig <mludvig@suse.cz>
6015
6016 * frame.h (struct frame_info): Change type of context to
6017 'struct context'.
6018
fa88f677
AC
60192002-06-17 Andrew Cagney <cagney@redhat.com>
6020
6021 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
6022 pointer.
6023 * gdbarch.h, gdbarch.c: Regenerate.
6024 * config/mips/tm-mips.h (mips_register_name): Update.
6025 * i386-tdep.h (i386_register_name): Update.
6026 * mips-tdep.c (mips_register_name): Update
6027 * alpha-tdep.c (alpha_register_name): Update.
6028 * arch-utils.c (legacy_register_name): Update.
6029 * arch-utils.h (legacy_register_name): Update.
6030 * avr-tdep.c (avr_register_name): Update.
6031 * ia64-tdep.c (ia64_register_name): Update.
6032 * i386-tdep.c (i386_register_name): Update.
6033 * sparc-tdep.c (sparc32_register_name): Update.
6034 (sparc64_register_name): Update.
6035 (sparclite_register_name): Update.
6036 (sparclet_register_name): Update.
6037 * sh-tdep.c (sh_generic_register_name): Update.
6038 (sh_sh_register_name): Update.
6039 (sh_sh3_register_name): Update.
6040 (sh_sh3e_register_name): Update.
6041 (sh_sh_dsp_register_name): Update.
6042 (sh_sh3_dsp_register_name): Update.
6043 (sh_sh4_register_name): Update.
6044 (sh_sh64_register_name): Update.
6045 * s390-tdep.c (s390_register_name): Update.
6046 * rs6000-tdep.c (rs6000_register_name): Update.
6047 * ns32k-tdep.c (ns32k_register_name_32082): Update.
6048 (ns32k_register_name_32382): Update.
6049 * d10v-tdep.c (d10v_ts2_register_name): Update.
6050 (d10v_ts3_register_name): Update.
6051 * xstormy16-tdep.c (xstormy16_register_name): Update.
6052 * vax-tdep.c (vax_register_name): Update.
6053 * v850-tdep.c (v850_register_name): Update.
6054 * m68hc11-tdep.c (m68hc11_register_name): Update.
6055 * mn10300-tdep.c (mn10300_generic_register_name): Update.
6056 (am33_register_name): Update.
6057
ea1e7ef6
GS
60582002-06-17 Grace Sainsbury <graces@redhat.com>
6059
6060 * m68k-tdep.c: Reindented.
6061
9b02dd1b
AC
60622002-06-17 Andrew Cagney <ac131313@redhat.com>
6063
6064 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
6065 list of predefined types.
6066
8758dec1
MK
60672002-06-16 Mark Kettenis <kettenis@gnu.org>
6068
b6197528
MK
6069 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
6070 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
6071 REGISTER_CONVERT_TO_RAW): Remove defines.
6072 (i386_register_virtual_type, i386_register_convertible,
6073 i386_register_convert_to_virtual, i386_register_convert_to_raw):
6074 Remove prototypes.
6075 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6076 macros mentioned above.
6077
82b47e62
MK
6078 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
6079 (i386lynx_saved_pc_after_call): Remove prototype.
6080 * i386ly-tdep.c: Include "i386-tdep.h".
6081 (i386lynx_saved_pc_after_call): Make static. Use
6082 read_memory_nobpt instead of read_memory. Use
6083 read_memory_unsigned_integer instead of read_memory_integer.
6084 (i386lynx_init_abi): New function.
6085 (i386lynx_coff_osabi_sniffer): New function.
6086 (_initialize_i386bsd_tdep): New function.
6087
8758dec1
MK
6088 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
6089 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
6090 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
6091 (i386_fix_call_dummy): Remove prototype.
6092 * i386-tdep.c (i386_call_dummy_words): New variable.
6093 (i386_gdbarch_init): Adjust for removal of the
6094 macros mentioned above.
6095
e9e68a56
AC
60962002-06-15 Andrew Cagney <ac131313@redhat.com>
6097
6098 * command.h (add_setshow_auto_boolean_cmd): Replace
6099 add_set_auto_boolean_cmd.
6100 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
6101 add_set_auto_boolean_cmd.
6102 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
6103 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
6104 mask-address'' command.
6105 (show_mask_address): Add cmd parameter.
6106 * remote.c (add_packet_config_cmd): Update. Change type of
6107 set_func and show_func to cmd_sfunc_ftype.
6108 (_initialize_remote): Update `set remote Z-packet'
6109 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
6110 (show_remote_protocol_e_packet_cmd): Ditto.
6111 (show_remote_protocol_E_packet_cmd): Ditto.
6112 (show_remote_protocol_P_packet_cmd): Ditto.
6113 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
6114 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
6115 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
6116 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
6117 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
6118 (show_remote_protocol_Z_packet_cmd): Ditto.
6119 (show_remote_protocol_binary_download_cmd): Ditto.
6120 (show_remote_cmd): Pass NULL to all of above.
6121
fc08ec52
MK
61222002-06-15 Mark Kettenis <kettenis@gnu.org>
6123
6124 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
6125 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
6126 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
6127 POP_FRAME): Remove defines.
6128 (i386_push_arguments, i386_store_struct_return,
6129 i386_extract_return_value, i386_store_return_value,
6130 i386_extract_struct_value_address, i386_push_dummy_frame,
6131 i386_pop_frame): Renove prototypes.
6132 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6133 macros mentioned above.
6134
e707bbc2
AC
61352002-06-15 Andrew Cagney <ac131313@redhat.com>
6136
6137 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
6138 add_set_boolean_cmd.
6139 (add_setshow_cmd): New function.
6140 * command.h (add_setshow_boolean_cmd): Replace
6141 add_set_boolean_cmd.
6142 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
6143 and ``set rdiromatzero''.
6144 * maint.c (_initialize_maint_cmds): Update commented out code.
6145 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
6146 * target.c (initialize_targets): Update `set
6147 trust-readonly-sections'.
6148 * remote.c (_initialize_remote): Update `set remotebreak'.
6149
42fdc8df
MK
61502002-06-15 Mark Kettenis <kettenis@gnu.org>
6151
93924b6b
MK
6152 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
6153 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
6154 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
6155 fit into multi-arch framework.
6156 (i386_breakpoint_from_pc): New function.
6157 (i386_gdbarch_init): Adjust for removal of the macros mentioned
6158 above.
6159
42fdc8df
MK
6160 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
6161 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
6162 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
6163 (i386_frameless_function_invocation, i386_frame_num_args,
6164 i386_frame_init_saved_regs): Remove prototypes.
6165 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6166 macros mentioned above.
6167
9773a94b
AC
61682002-06-15 Andrew Cagney <ac131313@redhat.com>
6169
6170 * cli/cli-decode.c (set_cmd_cfunc): Update.
6171 (set_cmd_sfunc): Update.
6172 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
6173 (set_cmd_sfunc, set_cmd_cfunc): Update.
6174 * cli/cli-decode.h: Update.
6175
6e157172
MK
61762002-06-15 Mark Kettenis <kettenis@gnu.org>
6177
6178 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
6179 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
6180
7f19b9a2
AC
61812002-06-15 Andrew Cagney <ac131313@redhat.com>
6182
6183 * defs.h (auto_boolean): Declare enum.
6184 * command.h (cmd_auto_boolean): Delete enum.
6185 * mips-tdep.c (mask_address_var): Update.
6186 (mips_mask_address_p): Update.
6187 (show_mask_address): Update.
6188 * remote.c (struct packet_config): Update.
6189 (update_packet_config): Update.
6190 (show_packet_config_cmd): Update.
6191 (packet_ok): Update.
6192 (add_packet_config_cmd): Update.
6193 (_initialize_remote):
6194 * command.h: Update.
6195 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
6196 (do_setshow_command): Update.
6197 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
6198 * cli/cli-decode.h: Update.
6199
1cf88de5
MK
62002002-06-15 Mark Kettenis <kettenis@gnu.org>
6201
22ba8cf2
MK
6202 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
6203 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
6204 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
6205 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
6206 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
6207 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
6208
762c5349
MK
6209 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
6210 list of DJGPP COFF targets.
6211
091198bb
MK
6212 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
6213 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
6214 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
6215 (FP0_REGNUM): Remove define.
6216 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
6217 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
6218 (i386_register_virtual_size): Remove protoype.
6219 * i386-tdep.c (i386_register_virtual_size): Removed.
6220 (i386_extract_return_value, i386_store_return_value): Use
6221 FP0_REGNUM instead of NUM_FREGS to determine whether the
6222 floating-point registers are available.
6223 (i386_gdbarch_init): Tweak FIXME about FPU registers.
6224 Adjust for removal of macros mentioned above.
6225
62262002-06-15 Mark Kettenis <kettenis@gnu.org>
6227
fcc9bf01
MK
6228 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
6229 comments.
6230 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6231 Remove prototypes.
6232 (supply_gregset, fill_gregset): Remove use of register keyword and
6233 remove declaration for regmap. Use I386_NUM_GREGS instead of
6234 NUM_REGS and NUM_FREGS.
6235 (FPREGSET_FSAVE_OFFSET): Remove.
6236 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6237 NUM_FREGS to determine whether the floating-point registers are
6238 available.
6239
65e78234
MK
6240 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6241 gnu_store_registers): Replace usage of NUM_GREGS with
6242 I386_NUM_GREGS.
6243
98df6387
MK
6244 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6245 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6246 usage of NUM_GREGS with I386_NUM_GREGS.
6247
099a9414
MK
6248 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6249
57976e88
MK
6250 * i386bsd-nat.c: Include "i386-tdep.h".
6251 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6252 I386_NUM_GREGS.
6253
b335f4a6
MK
6254 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6255 and associated comment. They no longer make any sense, since we
6256 don't use this file anymore on Linux.
6257
1cf88de5
MK
6258 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6259 * i386-tdep.c (i386_register_offset, i386_register_size): Use
6260 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6261 elements in these arrays.
6262 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6263 MAX_NUM_REGS.
6264
daa66587
MK
62652002-06-15 Mark Kettenis <kettenis@gnu.org>
6266
6267 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6268 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6269
26e9b323
AC
62702002-06-14 Andrew Cagney <cagney@redhat.com>
6271
6272 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6273 EXTRACT_RETURN_VALUE.
6274 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6275 EXTRACT_STRUCT_VALUE_ADDRESS.
6276 * gdbarch.h, gdbarch.c: Regenerate.
6277
6278 * values.c (value_being_returned): Handle
6279 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6280 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6281
6282 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6283 * arm-tdep.c (arm_gdbarch_init): Update.
6284 * avr-tdep.c (avr_gdbarch_init): Update.
6285 * cris-tdep.c (cris_gdbarch_init): Update.
6286 * d10v-tdep.c (d10v_gdbarch_init): Update.
6287 * ia64-tdep.c (ia64_gdbarch_init): Update.
6288 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6289 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6290 * s390-tdep.c (s390_gdbarch_init): Update.
6291 * sh-tdep.c (sh_gdbarch_init): Update.
6292 * s390-tdep.c (s390_gdbarch_init): Update.
6293 * sparc-tdep.c (sparc_gdbarch_init): Update.
6294 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6295 * v850-tdep.c (v850_gdbarch_init): Update.
6296 * vax-tdep.c (vax_gdbarch_init): Update.
6297 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6298 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6299
6300 * config/arc/tm-arc.h: Update.
6301 * config/d30v/tm-d30v.h: Update.
6302 * config/fr30/tm-fr30.h: Update.
6303 * config/h8300/tm-h8300.h: Update.
6304 * config/h8500/tm-h8500.h: Update.
6305 * config/i386/tm-i386.h: Update.
6306 * config/i386/tm-ptx.h: Update.
6307 * config/i386/tm-symmetry.h: Update.
6308 * config/i960/tm-i960.h: Update.
6309 * config/m32r/tm-m32r.h: Update.
6310 * config/m68k/tm-delta68.h: Update.
6311 * config/m68k/tm-linux.h: Update.
6312 * config/m68k/tm-m68k.h: Update.
6313 * config/m88k/tm-m88k.h: Update.
6314 * config/mcore/tm-mcore.h: Update.
6315 * config/mips/tm-mips.h: Update.
6316 * config/mn10200/tm-mn10200.h: Update.
6317 * config/pa/tm-hppa.h: Update.
6318 * config/pa/tm-hppa64.h: Update.
6319 * config/sparc/tm-sp64.h: Update.
6320 * config/sparc/tm-sparc.h: Update.
6321 * config/sparc/tm-sparclet.h: Update.
6322 * config/z8k/tm-z8k.h: Update.
6323
5179e78f
AC
63242002-06-14 Andrew Cagney <cagney@redhat.com>
6325
6326 * Makefile.in (i386_linux_tdep_h): Define.
6327 (i386_tdep_h, i387_tdep_h): Define.
6328 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6329 $(i386_tdep_h) and $(i387_tdep_h).
6330 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6331
8201327c
MK
63322002-06-14 Mark Kettenis <kettenis@gnu.org>
6333
edf393ac
MK
6334 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6335 Already covered by the default.
6336
896fb97d
MK
6337 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6338 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
6339 (i386_gdbarch_init): Initialize long_double_format and long_double
6340 bit.
6341
8201327c
MK
6342 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6343 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6344 Move these to ...
6345 * config/i386/i386sol2.mh: ... here.
6346 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6347 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6348 (SIGCONTEXT_PC_OFFSET): Remove define.
6349 (IN_SIGTRAMP): Remove define.
6350 * i386-sol2-tdep.c: New file.
6351
6352 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6353 * config/i386/tm-i386nw.h: Removed.
6354
6355 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6356 USE_STRUCT_CONVENTION): Remove defines.
6357 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6358 (get_longjmp_target): Remove prototype.
6359 (IN_SIGTRAMP): Remove define.
6360 (i386bsd_in_sigtramp): Remove prototype.
6361 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6362 function. Update comment accordingly
6363 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6364 (FRAME_SAVED_PC): Remove define.
6365 (i386bsd_frame_saved_pc): Remove prototype.
6366 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6367 GET_LONGJMP_TARGET): Remove defines.
6368 (get_longjmp_target): Remove prototype.
6369 (IN_SIGTRAMP): Remove define.
6370 (i386bsd_in_sigtramp): Remove prototype.
6371 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6372 function. Update comment accordingly
6373 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6374 (FRAME_SAVED_PC): Remove define.
6375 (i386bsd_frame_saved_pc): Remove prototype.
6376 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6377 Remove prototype.
6378 (USE_STRUCT_CONVENTION): Remove prototype.
6379 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6380 declaration.
6381 (_initialize_i386bsd_nat): Revise logic to determine some
6382 constants at compile time when compiling a native GDB. Warn if
6383 things don't match up with what we expect.
6384 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6385 Remove variables.
6386 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6387 to use date stored in `struct gdbarch_tdep'.
6388 (i386bsd_sigcontext_offset): Remove varaible.
6389 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6390 stored in `struct gdbarch_tdep'.
6391 (i386bsd_frame_saved_pc): Make static.
6392 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6393 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6394 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6395 i386fbsd4_sc_pc_offset): New variables.
6396 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6397 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6398 functions.
6399 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6400 functions.
6401 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6402 Modify the value of i386fbsd_sigtramp_start and
6403 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6404 i386fbsd_sigtramp_end.
6405 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6406 function.
6407
6408 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6409 define to i386-linux-tdep.h.
6410 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6411 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6412 defines.
6413 (i386_linux_register_name, i386_linux_register_byte,
6414 i386_linux_register_raw_size): Remove prototypes.
6415 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6416 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6417 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6418 TARGET_WRITE_PC): Remove defines.
6419 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6420 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6421 i386_linux_write_pc): Remove prototypes.
6422 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6423 (get_longjmp_target): Remove prototype.
6424 * i386-linux-tdep.h: New file.
6425 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6426 * i386-linux-tdep.c: Include "i386-tdep.h" and
6427 "i386-linux-tdep.h".
6428 (i386_linux_register_name, i386_linux_register_byte,
6429 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6430 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6431 Make static.
6432 (i386_linux_init_abi): New function.
6433 (_initialize_i386_linux_tdep): New function.
6434
6435 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6436 (i386_saved_pc_after_call): Remove prototype.
6437 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6438 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6439 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6440 (i386_register_name, i386_stab_reg_to_regnum,
6441 i386_dwarf_reg_to_regnum): Remove prototypes.
6442 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6443 SIZEOF_SSE_REGS): Remove defines.
6444 (REGISTER_BYTES): Remove define.
6445 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6446 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6447 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6448 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6449 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6450 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6451 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6452 (get_longjmp_target): Remove prototype.
6453 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6454 (sigtramp_saved_pc): Remove define.
6455 (i386v4_sigtramp_saved_pc): Remove prototype.
6456 * config/i386/tm-go32.h (FRAME_CHAIN,
6457 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6458 (i386go32_frame_saved_pc): Remove prototype.
6459 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6460 (get_longjmp_target): Remove prototype.
6461 * i386-tdep.h: Include "osabi.h".
6462 (enum i386_abi): Removed.
6463 (enum struct_return): New enum.
6464 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6465 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6466 sc_pc_offset members.
6467 (i386_gdbarch_register_os_abi): Remove prototype.
6468 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6469 I386_SSE_NUM_REGS): New defines.
6470 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6471 I386_SSE_SIZEOF_REGS): New defines.
6472 (i386_register_name, i386_register_byte, i386_register_raw_size):
6473 New prototypes.
6474 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6475 (i386bsd_sigtramp_saved_pc): New prototype.
6476 * i386-tdep.c: Don't include "elf-bfd.h".
6477 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6478 i386_frame_chain, i386_saved_pc_after_call): Make static.
6479 (i386_frame_saved_pc): Rewrite to call architecture dependent
6480 function to deal with signal handlers. Make static.
6481 (i386go32_frame_saved_pc): Removed.
6482 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6483 Removed.
6484 (i386_get_longjmp_target): New function.
6485 (default_struct_convention, pcc_struct_convention,
6486 reg_struct_convention, valid_conventions, struct_convention): New
6487 variables.
6488 (i386_use_struct_convention): New function.
6489 (i386v4_sigtramp_saved_pc): Renamed to
6490 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6491 (i386_pc_in_sigtramp): New function.
6492 (i386_abi_names): Removed.
6493 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6494 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6495 Removed.
6496 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6497 i386_gdbarch_register_os_abi): Removed.
6498 (struct i386_abi_handler): Removed.
6499 (i386_abi_handler_list): Removed.
6500 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6501 functions.
6502 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6503 i386_nw_init_abi): New functions.
6504 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6505 Use set_gdbarch_xxx() calls instead of relying on macros for a
6506 number of calls.
6507 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6508 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6509 Register the various architecture variants defined in this file.
6510
ad2f7632
DJ
65112002-06-14 Daniel Jacobowitz <drow@mvista.com>
6512
6513 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6514 (struct main_type): Remove arg_types member. Update comments for
6515 struct field.
6516 (TYPE_ARG_TYPES): Remove.
6517 (TYPE_FN_FIELD_ARGS): Update.
6518 (smash_to_method_type): Update prototype.
6519
6520 * c-typeprint.c (cp_type_print_method_args): Take method type
6521 instead of argument list. Use new argument layout. Simplify.
6522 (c_type_print_args): Use new argument layout. Simplify.
6523 (c_type_print_base): Update call to cp_type_print_method_args.
6524 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6525 argument; use die->type instead. Update call to
6526 smash_to_method_type.
6527 (read_structure_scope): Update call to dwarf2_add_member_fn.
6528 * gdbtypes.c (allocate_stub_method): Update comment.
6529 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6530 Use new argument layout.
6531 (check_stub_method): Use new argument layout. Don't count
6532 void as an argument.
6533 (print_arg_types): Update comments. Use new argument layout.
6534 (recursive_dump_type): Don't print arg_types member.
6535 * hpread.c (hpread_read_struct_type): Use new argument layout.
6536 (fixup_class_method_type): Likewise.
6537 (hpread_type_lookup): Likewise.
6538 * stabsread.c (read_type): Update calls to read_args and
6539 smash_to_method_type.
6540 (read_args): Use new argument layout. Simplify.
6541 * valops.c (typecmp): Use new argument layout. Update parameters
6542 and comments. Simplify.
6543 (hand_function_call): Use new argument layout.
6544 (search_struct_method): Update call to typecmp.
6545 (find_overload_match): Use new argument layout.
6546
6da02953
DJ
65472002-06-13 Daniel Jacobowitz <drow@mvista.com>
6548
6549 * NEWS: Mention multithreaded debug support for gdbserver.
6550
519b2366
DJ
65512002-06-13 Daniel Jacobowitz <drow@mvista.com>
6552
6553 * MAINTAINERS: Mention NEWS.
6554
6c0d6680
DJ
65552002-06-13 Daniel Jacobowitz <drow@mvista.com>
6556
6557 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6558 (struct mips_objfile_private, compare_pdr_entries): New.
6559 (non_heuristic_proc_desc): Read the ".pdr" section if it
6560 is present.
6561
6529d2dd
AC
65622002-06-12 Andrew Cagney <ac131313@redhat.com>
6563
6564 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6565 (arm_debug): New static variable.
6566 (_initialize_arm_tdep): Add ``set debug arm'' command.
6567
26216b98
AC
65682002-06-12 Andrew Cagney <ac131313@redhat.com>
6569
6570 * Makefile.in (sim_arm_h): Define.
6571 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6572 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6573 (arm_register_sim_regno): New function, map an internal REGNUM
6574 onto a simulator register number.
6575 (arm_gdbarch_init): Set register_sim_regno.
6576
814b3ba0
AH
65772002-06-09 Aldy Hernandez <aldyh@redhat.com>
6578
6579 * MAINTAINERS: Add self.
6580
475b0867
JB
65812002-06-11 Jim Blandy <jimb@redhat.com>
6582
919d772c
JB
6583 * source.c (source_info): Mention whether the symtab has
6584 information about preprocessor macros.
6585
475b0867
JB
6586 Call the command `info macro', not `show macro'.
6587 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6588 Fix error message.
6589 (_initialize_macrocmd): Register `info_macro_command' in
6590 `infolist', not `showlist'.
6591
9e364162
DJ
65922002-06-11 Daniel Jacobowitz <drow@mvista.com>
6593
6594 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6595 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6596 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6597 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6598 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6599 unconditionally.
6600 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6601 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6602 (_initialize_mips_tdep): Remove dead code.
6603 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6604 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6605 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6606 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6607 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6608 MIPS_LAST_FP_ARG_REGNUM): Remove.
6609
23aa4c72
ML
66102002-06-11 Michal Ludvig <mludvig@suse.cz>
6611
6612 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6613 (unwind_tmp_obstack_free, parse_frame_info)
6614 (update_context, cfi_read_fp, cfi_write_fp)
6615 (cfi_frame_chain, cfi_init_extra_frame_info)
6616 (cfi_virtual_frame_pointer): Use the above function.
264d1763 6617 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 6618
70eb15a4
CV
66192002-06-11 Corinna Vinschen <vinschen@redhat.com>
6620
6621 * v850-tdep.c (v850_type_is_scalar): New function.
6622 (v850_use_struct_convention): Match current gcc implementation
6623 as close as possible.
6624 (v850_push_arguments): Fix stack_offset handling. Don't write
6625 struct_addr into register. This is done by v850_store_struct_return.
6626 (v850_extract_return_value): Care for structs.
6627 (v850_store_return_value): Ditto.
6628 (v850_store_struct_return): Actually write address.
6629
482a4d06
ML
66302002-06-11 Michal Ludvig <mludvig@suse.cz>
6631
6632 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6633 without debug information too.
6634
d855c300
AC
66352002-06-10 Andrew Cagney <ac131313@redhat.com>
6636
6637 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6638 Make multi-arch pure.
6639 * gdbarch.h, gdbarch.c: Re-generate.
6640 * arm-tdep.c (arm_print_float_info): Update.
6641 * arch-utils.h (default_print_float_info): Update.
6642 * arch-utils.c (default_print_float_info): Update.
6643 * infcmd.c (float_info): Update call.
6644
dd12a101
AC
66452002-06-10 Andrew Cagney <ac131313@redhat.com>
6646
6647 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6648 the front of the initialize list.
6649
101dcfbe
AC
66502002-06-10 Andrew Cagney <ac131313@redhat.com>
6651
6652 * infrun.c (struct inferior_status): Replace fields
6653 selected_frame_address and selected_level with field
6654 selected_frame_id.
6655 (save_inferior_status): Update. Use get_frame_id.
6656 (struct restore_selected_frame_args): Delete.
6657 (restore_selected_frame): Update. Use frame_find_by_id.
6658 (restore_inferior_status): Update.
6659
6660 * breakpoint.h (struct breakpoint): Change type of
6661 watchpoint_frame to frame_id.
6662 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6663 call to get_current_frame.
6664 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6665 get_current_frame.
6666 (watchpoint_check): Use frame_find_by_id.
6667
6668 * frame.h (record_selected_frame): Delete declaration.
6669 * stack.c (record_selected_frame): Delete function.
6670
6671 * frame.h (struct frame_id): Define.
6672 (get_frame_id): Declare.
6673 (frame_find_by_id): Declare.
6674 * frame.c (frame_find_by_id): New function.
6675 (get_frame_id): New function.
6676
304270b6
AV
66772002-06-10 Andrey Volkov <avolkov@transas.com>
6678
6679 * ser-e7kpc.c: Fix duplicated define and call of
6680 _initialize_ser_e7000pc
6681
2f2cf184
DJ
66822002-06-09 Daniel Jacobowitz <drow@mvista.com>
6683
6684 * signals/signals.c (target_signal_from_host): Fix #ifdef
6685 SIGRTMIN case.
6686 (do_target_signal_to_host): Likewise.
6687
caaa3122
DJ
66882002-06-09 Daniel Jacobowitz <drow@mvista.com>
6689
6690 * mips-tdep.c (mips_find_abi_section): New function.
6691 (mips_gdbarch_init): Call it.
6692
6ac5df3a
MK
66932002-06-09 Mark Kettenis <kettenis@gnu.org>
6694
6695 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6696 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6697 after Andrew's 2002-06-08 gdbarch change.
6698
82ea117a
MK
66992002-06-09 Mark Kettenis <kettenis@gnu.org>
6700
6701 * i386-linux-nat.c (suppy_gregset): Don't supply
6702 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6703 register cache.
6704 (fill_gregset): Don't fetch it under the same circumstances.
6705
3c25f8c7
AC
67062002-06-09 Andrew Cagney <cagney@redhat.com>
6707
6708 * Makefile.in (callback_h): Define.
6709 (remote_sim_h): Update path to remote-sim.h.
6710 (remote-rdp.o): Add $(callback_h).
6711 (remote-sim.o): Use $(callback_h).
6712 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6713 * remote-rdp.c: Include "gdb/callback.h".
6714
1029b7fa
MK
67152002-06-09 Mark Kettenis <kettenis@gnu.org>
6716
6717 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6718 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6719
616675d3
AC
67202002-06-08 Andrew Cagney <ac131313@redhat.com>
6721
a3efda28
AC
6722 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6723 * rdi-share/serpardr.c: Ditto.
6724 * rdi-share/unixcomm.c: Ditto.
6725 * rdi-share/serdrv.c: Ditto.
6726 * rdi-share/hostchan.h: Ditto.
6727 * rdi-share/hostchan.c: Ditto.
6728 * rdi-share/host.h: Ditto.
6729 * rdi-share/devsw.c: Ditto.
6730
c5f10366
AC
6731 * objfiles.h: Change type of obj_private to void pointer.
6732 * pa64solib.c: Update copyright. Don't include "assert.h", use
6733 strcmp instead of STREQ, use LONGEST, do not use PTR
6734 * somsolib.c: Ditto.
6735
616675d3
AC
6736 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6737 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6738 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6739
e4b415d9
AC
67402002-06-08 Andrew Cagney <ac131313@redhat.com>
6741
6742 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6743 (default_get_saved_register): Delete function.
6744 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6745 generic_unwind_get_saved_register.
6746 * gdbarch.h, gdbarch.c: Re-generate.
6747
ca0d0b52
AC
67482002-06-08 Andrew Cagney <ac131313@redhat.com>
6749
6750 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6751 generic_func_frame_chain_valid.
6752 * gdbarch.h, gdbarch.c: Re-generate.
6753 * blockframe.c (generic_func_frame_chain_valid): Only check
6754 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6755 passing FP to PC_IN_CALL_DUMMY.
6756 Fix PR gdb/360.
6757
76860b5f
AC
67582002-06-08 Andrew Cagney <ac131313@redhat.com>
6759
6760 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6761 (register_gdbarch_data): Initialize init_p.
6762 (gdbarch_data): Initialize data pointer using the init function.
6763 (init_gdbarch_data): Delete function.
6764 (gdbarch_update_p): Update.
6765 (initialize_non_multiarch): Update.
6766 (struct gdbarch): Add field initialized_p.
6767 * gdbarch.h, gdbarch.c: Re-generate.
6768
8dda9770
ML
67692002-06-07 Michal Ludvig <mludvig@suse.cz>
6770
6771 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6772 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6773 better do the things actually here.
6774 * x86-64-tdep.c (x86_64_register_name2nr): New.
6775 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6776 (x86_64_gdbarch_init): Respect the above change.
6777 * x86-64-tdep.h (x86_64_register_name2nr)
6778 (x86_64_register_nr2name): Add prototypes.
6779 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6780
3d79a47c
MS
67812002-06-06 Michael Snyder <msnyder@redhat.com>
6782
7bd91a28
MS
6783 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6784 Delete extra braces and re-indent.
6785 (d10v_store_return_value): Char return values
3d79a47c
MS
6786 must be shifted over by one byte in R0.
6787 (d10v_extract_return_value): Delete extra braces, re-indent.
6788
095a4c96
EZ
67892002-06-06 Elena Zannoni <ezannoni@redhat.com>
6790
6791 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6792 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6793 (d10v_integer_to_address): Rewrite.
6794 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6795 the d10v specific functions which take care of converting to the
6796 correct space.
6797
e8a77ca4
EZ
67982002-06-06 Elena Zannoni <ezannoni@redhat.com>
6799
6800 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6801 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6802
4f2e4a4f
AC
68032002-06-02 Andrew Cagney <ac131313@redhat.com>
6804
6805 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6806 includes.
6807 * config/tm-linux.h: Ditto.
6808 * config/alpha/tm-alphalinux.h: Ditto.
6809 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6810 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6811 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6812 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6813 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6814 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6815 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6816 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6817 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6818 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6819 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6820 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6821 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6822 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6823 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6824 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6825 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6826 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6827 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6828 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6829 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6830 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6831 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6832 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6833 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6834 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6835 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6836 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6837 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6838 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6839 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6840 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6841 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6842 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6843 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6844 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6845 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6846
ae2ab2ce
AS
68472002-05-04 Aidan Skinner <aidan@velvet.net>
6848
6849 * ada-exp.tab.c: New file
6850 * ada-exp.y: New file
6851 * ada-lang.c: New file
6852 * ada-lang.h: New file
6853 * ada-lex.c: New file
6854 * ada-lex.l: New file
6855 * ada-tasks.c: New file
6856 * ada-typeprint.c: New file
6857 * ada-valprint.c: New file
6858
0ddd0135
JT
68592002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6860
6861 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6862 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6863
750fbacc
JT
68642002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6865
6866 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6867 insetead of ppc-linux-tdep.o.
6868 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6869 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6870
df94e18a
AC
68712002-06-02 Andrew Cagney <ac131313@redhat.com>
6872
6873 2002-05-07 Christian Groessler <chris@groessler.org>
6874 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6875 bit register contents for little endian hosts.
6876
1a38ab75
AC
68772002-06-01 Andrew Cagney <ac131313@redhat.com>
6878
6879 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6880 any maintainer.
6881
8b1632ac
AC
68822002-06-01 Andrew Cagney <ac131313@redhat.com>
6883
6884 * gdbarch.h: Regenerate.
6885
627054c8
AC
68862002-06-01 Andrew Cagney <ac131313@redhat.com>
6887
6888 * MAINTAINERS: Add everyone to write-after-approval list.
6889
4f460812
AC
68902002-06-01 Andrew Cagney <ac131313@redhat.com>
6891
6892 * stack.c (frame_info): Use frame_register_unwind instead of
6893 saved_regs. Mention when the SP is on the stack or in a register.
6894
6895 * frame.h (frame_register_unwind_ftype): Define. Document.
6896 (struct frame_info): Add field register_unwind and
6897 register_unwind_cache.
6898 (frame_register_unwind): Declare.
6899 (generic_unwind_get_saved_register): Declare.
6900
6901 * frame.c (frame_register_unwind): New function.
6902 (generic_unwind_get_saved_register): New function.
6903
6904 * blockframe.c (generic_call_dummy_register_unwind): New function.
6905 (frame_saved_regs_register_unwind): New function.
6906 (set_unwind_by_pc): New function.
6907 (create_new_frame): New function.
6908 (get_prev_frame): New function.
6909
de888f76
AC
69102002-05-30 Andrew Cagney <ac131313@redhat.com>
6911
6912 * a29k-share/: Delete directory.
6913 * remote-vx29k.c: Delete file.
6914
2f2c3626
JT
69152002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6916
6917 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6918 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6919
9ce5c36a
JT
69202002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6921
6922 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6923 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6924 (sparc64nbsd-nat.o)
6925 (sparcnbsd-nat.o)
6926 (sparcnbsd-tdep.o): New dependency lists.
6927 * NEWS: Note new UltraSPARC NetBSD native configuration.
6928 * configure.host (sparc64-*-netbsd*): New host.
6929 * configure.tgt (sparc-*-netbsdelf*)
6930 (sparc-*-netbsd*): Set gdb_target to nbsd.
6931 (sparc64-*-netbsd*): New target.
6932 * sparc64nbsd-nat.c: New file.
6933 * sparcnbsd-nat.c: New file.
6934 * sparcnbsd-tdep.c: New file.
6935 * sparcnbsd-tdep.h: New file.
6936 * config/sparc/nbsd.mt: New file.
6937 * config/sparc/nbsd64.mh: New file.
6938 * config/sparc/nbsd64.mt: New file.
6939 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6940 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6941 (HOST_IPC): Remove.
6942 * config/sparc/nbsdaout.mt: Remove.
6943 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6944 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6945 (HOST_IPC): Remove.
6946 * config/sparc/nbsdelf.mt: Remove.
6947 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6948 sparc-nat.c compatiblity defines.
6949 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6950 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6951 * config/sparc/tm-nbsd64.h: New file.
6952 * config/sparc/tm-nbsdaout.h: Remove.
6953 * config/sparc/xm-nbsd.h: Remove.
6954
ef3cf062
JT
69552002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6956
6957 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6958 * sparc-tdep.c: Include osabi.h.
6959 (gdbarch_tdep): Add osabi member.
6960 (_initialize_sparc_tdep): Use gdbarch_register.
6961 (sparc_gdbarch_init): Use generic OS ABI framework.
6962 (sparc_dump_tdep): New function.
6963
ee8ff470
KB
69642002-05-30 Kevin Buettner <kevinb@redhat.com>
6965
6966 * corefile.c (do_captured_read_memory_integer): Return non-zero
6967 result.
6968 (safe_read_memory_integer): Copy result of memory read when
6969 status is non-zero. Also, add comments.
6970
7b112f9c
JT
69712002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6972
6973 * Makefile.in (ppc_tdep_h): Define.
6974 (ppc-linux-nat.o)
6975 (ppc-linux-tdep.o)
6976 (rs6000-tdep.o): Use $(ppc_tdep_h).
6977 (ppc-sysv-tdep.o)
6978 (ppcnbsd-nat.o)
6979 (ppcnbsd-tdep.o): New dependency lists.
6980 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
6981 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6982 (ppc_linux_init_abi): New functions.
7b112f9c
JT
6983 (ppc_sysv_abi_broken_use_struct_convention)
6984 (ppc_sysv_abi_use_struct_convention)
6985 (ppc_sysv_abi_push_arguments): Move to...
6986 * ppc-sysv-tdep.c: ...here.
6987 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6988 * rs6000-tdep.c (process_note_abi_tag_sections)
6989 (get_elfosabi): Remove.
6990 (rs6000_gdbarch_init): Use generic OS ABI framework.
6991 (rs6000_dump_tdep): New function.
6992 (_initialize_rs6000_tdep): Use gdbarch_register.
6993 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6994 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6995 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6996 of ppc-linux-tdep.o.
6997 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6998 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6999 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
7000 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
7001 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
7002 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
7003
480dd42a
JB
70042002-05-29 Jim Blandy <jimb@redhat.com>
7005
7006 * macroscope.c (default_macro_scope): Put `void' in empty argument
7007 list.
7008
4182591f
AC
70092002-05-29 Andrew Cagney <ac131313@redhat.com>
7010
7011 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
7012 * arch-utils.c: Include "sim-regno.h".
7013 * gdbarch.sh: Don't include "sim-regno.h".
7014 * gdbarch.h, gdbarch.c: Regenerate.
7015 * sim-regno.h (legacy_register_sim_regno): Move declaration from
7016 here.
7017 * arch-utils.h (legacy_register_sim_regno): To here.
7018 * remote-sim.c (legacy_register_sim_regno): Move function from
7019 here.
7020 * arch-utils.c (legacy_register_sim_regno): To here.
7021
8238d0bf
AC
70222002-05-28 Andrew Cagney <ac131313@redhat.com>
7023
7024 * sim-regno.h: New file.
7025 * Makefile.in (sim_regno_h): Define.
7026 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
7027 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
7028 (legacy_register_sim_regno): New function.
7029 (one2one_register_sim_regno): New function.
7030 (gdbsim_fetch_register): Rewrite.
7031 (gdbsim_store_register): Only store a register when
7032 REGISTER_SIM_REGNO is valid.
7033 * d10v-tdep.c: Include "sim-regno.h".
7034 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
7035 (d10v_ts3_register_sim_regno): Ditto.
7036 * gdbarch.sh: Include "sim-regno.h".
7037 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
7038 * gdbarch.h, gdbarch.c: Regenerate.
7039 * arch-utils.h (default_register_sim_regno): Delete declaration.
7040 * arch-utils.c (default_register_sim_regno): Delete function.
7041
485721b1
JT
70422002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
7043
7044 * ppcnbsd-nat.c: Rewrite.
7045 * ppcnbsd-tdep.c: New file.
7046 * ppcnbsd-tdep.h: New file.
7047 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
7048 solib.o, and solib-svr4.o.
7049 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
7050 nbsd-tdep.o, and corelow.o.
7051
697f244d
AC
70522002-05-28 Andrew Cagney <ac131313@redhat.com>
7053
7054 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
7055 `tr' and `sed'. Mention that `broken' targets are not expected to
7056 build.
7057
f08caad1 70582002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
7059
7060 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
7061 Let PC point right after the prologue before looking up symbols.
7062
3139facc
MH
70632002-05-27 Martin M. Hunt <hunt@redhat.com>
7064
7065 * i386-tdep.c (i386_register_virtual_type): Return
7066 builtin_type_vec128i for SSE registers.
7067
7068 * gdbtypes.h (builtin_type_vec128i): Declare.
7069
7070 * gdbtypes.c (build_builtin_type_vec128i): New function.
7071 (builtin_type_v2_double, builtin_type_v4_int64): New types.
7072 (builtin_type_vec128i): New type for SSE2 128-bit registers.
7073 (build_gdbtypes): Initialize new builtin vector types.
7074 (_initialize_gdbtypes): Register new vector types with gdbarch.
7075
6e3ba3b8
JT
70762002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7077
7078 * MAINTAINERS: ns32k is not longer an obsolete candidate,
7079 since it has been multi-arch'd.
7080 * NEWS: Note that ns32k-*-* is now partial multi-arch.
7081 Move Alpha and VAX multi-arch news entries to same section
7082 as other multi-arch news.
7083
93d5585d
JT
70842002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7085
7086 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
7087 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
7088 static. Rename some register numbers to put them in ns32k-tdep
7089 private namespace.
7090 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
7091 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
7092 functions.
7093 (_initialize_ns32k_tdep): Use gdbarch_register.
7094 * ns32k-tdep.h: New file.
7095 * ns32knbsd-tdep.c: New file.
7096 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
7097 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
7098 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
7099 REGISTER_BYTES, REGISTER_BYTE): Remove.
7100 * config/ns32k/tm-ns32k.h: New file.
7101 * config/ns32k/tm-umax.h: Remove.
7102
efb2c70e
JT
71032002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7104
7105 * ns32k-tdep.c (ns32k_saved_pc_after_call,
7106 ns32k_store_struct_return, ns32k_extract_return_value,
7107 ns32k_store_return_value, ns32k_extract_struct_value_address): New
7108 functions.
7109 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
7110 ns32k_saved_pc_after_call.
7111 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
7112 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
7113 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
7114 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7115 ns32k_extract_struct_value_address.
7116
7bcc927b
JT
71172002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7118
7119 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
7120 ns32k_fix_call_dummy): New.
7121 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
7122 ns32k_call_dummy_words.
7123 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
7124 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
7125 CALL_DUMMY_NARGS): Remove.
7126 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
7127
78f9d765
JT
71282002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7129
7130 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
7131 ns32k_frame_saved_pc, ns32k_frame_args_address,
7132 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
7133 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
7134 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
7135 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
7136 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
7137 (BREAKPOINT): Remove..
7138 (FRAME_CHAIN): Define as ns32k_frame_chain.
7139 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
7140 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
7141 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
7142 (FRAME_FIND_SAVED_REGS): Remove.
7143 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
7144 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
7145 (POP_FRAME): Define as ns32k_pop_frame.
7146
f2c762e0
JT
71472002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7148
7149 * ns32k-tdep.c (ns32k_register_byte_32082,
7150 ns32k_register_byte_32382, ns32k_register_raw_size,
7151 ns32k_register_virtual_size, ns32k_register_virtual_type): New
7152 functions.
7153 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
7154 ns32k_register_byte_32382.
7155 * config/ns32k/tm-umax.h: Update copyright years.
7156 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
7157 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
7158 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
7159 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
7160 (ns32k_get_enter_addr): Fix prototype.
7161
af137673
JT
71622002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7163
7164 * ns32k-tdep.c: Update copyright years.
7165 (ns32k_register_name_32082): New function.
7166 (ns32k_register_name_32382): Ditto.
7167 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
7168 (REGISTER_NAME): Define as ns32k_register_name_32382.
7169 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
7170 (REGISTER_NAME): Define as ns32k_register_name_32082.
7171
a8bc7b56
JB
71722002-05-24 Jim Blandy <jimb@redhat.com>
7173
7174 * dwarf2read.c (free_line_header): Use xfree, not free.
7175
83a45910
JT
71762002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
7177
7178 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
7179 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
7180
0db71247
AC
71812002-05-23 Andrew Cagney <ac131313@redhat.com>
7182
7183 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
7184
b9e5e4dd
AC
71852002-05-23 Andrew Cagney <ac131313@redhat.com>
7186
7187 From Ross Alexander at NEC Europe:
7188 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
7189
de530e84
MS
71902002-05-23 Michael Snyder <msnyder@redhat.com>
7191
7192 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
7193 for input, rather than parse_and_eval_address.
7194
b91b96f4
AC
71952002-05-23 Andrew Cagney <ac131313@redhat.com>
7196
7197 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
7198 * Makefile.in (sim_d10v_h): Update definition.
7199
8b279e7a
AC
72002002-05-24 Andrew Cagney <cagney@redhat.com>
7201
7202 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
7203 change `2002-05-22 Michael Snyder' below.
7204 (d10v_push_arguments): Ditto.
7205 (d10v_extract_return_value): Ditto.
7206
0a3d0425
JB
72072002-05-23 Jim Blandy <jimb@redhat.com>
7208
7209 * macrotab.c (check_for_redefinition): Don't complain if the new
7210 definition is the same as the previous one. Take more arguments
7211 to allow the comparison.
7212 (macro_define_object, macro_define_function): Pass more arguments
7213 to check_for_redefinition.
7214
78eac43e
MS
72152002-05-22 Michael Snyder <msnyder@redhat.com>
7216
7217 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
7218 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
7219 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
7220 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
7221 Don't bail if return_pc is PC_IN_CALL_DUMMY.
7222 Add a temp variable to save a call (and a memory read).
7223 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
7224 if possible (so that PC_IN_CALL_DUMMY will work).
7225
9bc1edb8
CV
72262002-05-22 Corinna Vinschen <vinschen@redhat.com>
7227
7228 * MAINTAINERS: Remove status `OBSOLETE' from v850.
7229
005ef3d2
ML
72302002-05-22 Michal Ludvig <mludvig@suse.cz>
7231
7232 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7233 fde->cie_ptr.
7234 (dwarf2_build_frame_info): Corrected handling of eh_frame.
7235 (dwarf2_build_frame_info): Add offset to fde->initial_location
7236 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
7237 (execute_stack_op): Change type of 'result' from ULONGEST to
7238 CORE_ADDR.
005ef3d2 7239
fcf4f891
JT
72402002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7241
7242 * config/alpha/tm-nbsd.h: Include solib.h.
7243
cfef91e4
JT
72442002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7245
7246 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7247 assumptions about the host's byte order.
7248
9964235a
JT
72492002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7250
7251 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7252 to dependency list.
7253 * alphanbsd-tdep.c: Include solib-svr4.h.
7254 * shnbsd-tdep.c: Ditto.
7255
9eeef8ef
JT
72562002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7257
7258 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7259 nbsd-tdep.h to dependency list.
7260 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7261 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7262 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7263 nbsdaout.mh and nbsdelf.mh consistently.
7264 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7265 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7266 nbsdaout.mt and nbsdelf.mh consistently.
7267 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
7268 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7269 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7270 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
7271 a.out shared library stuff from here...
7272 * config/nm-nbsdaout.h: ...to here.
7273 * config/tm-nbsd.h: Remove.
7274 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7275 * config/arm/nbsd.mh: Remove.
7276 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7277 nbsd-tdep.o.
7278 * config/arm/nbsdaout.mh: New file.
7279 * config/arm/nbsdelf.mh: New file.
7280 * config/arm/nm-nbsdaout.h: New file.
7281 * config/i386/nbsd.mh: Remove.
7282 * config/i386/nbsd.mt: Remove.
7283 * config/i386/nbsdaout.mh: New file.
7284 * config/i386/nbsdaout.mt: New file.
7285 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7286 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7287 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
7288 i386_register_u_addr): Remove.
7289 * config/i386/nm-nbsdaout.h: New file.
7290 * config/i386/nm-nbsdelf.h: Remove.
7291 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7292 (USE_STRUCT_CONVENTION): Remove.
7293 * config/i386/tm-nbsdaout.h: New file.
7294 * config/i386/tm-nbsdelf.h: Remove.
7295 * config/m68k/nbsd.mh: Remove.
7296 * config/m68k/nbsd.mt: Remove.
7297 * config/m68k/nbsdaout.mh: New file.
7298 * config/m68k/nbsdaout.mt: New file.
7299 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7300 * config/m68k/nm-nbsdaout.h: New file.
7301 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7302 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7303 * config/ns32k/nbsd.mh: Remove.
7304 * config/ns32k/nbsd.mt: Remove.
7305 * config/ns32k/nbsdaout.mh: New file.
7306 * config/ns32k/nbsdaout.mt: New file.
7307 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7308 * config/ns32k/nm-nbsdaout.h: New file.
7309 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7310 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7311 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7312 (SVR4_SHARED_LIBS): Remove.
7313 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7314 * config/sparc/nbsd.mh: Remove.
7315 * config/sparc/nbsd.mt: Remove.
7316 * config/sparc/nbsdaout.mh: New file.
7317 * config/sparc/nbsdaout.mt: New file.
7318 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7319 * config/sparc/nbsdelf.mt: New file.
7320 * config/sparc/nm-nbsdaout.h: New file.
7321 * config/sparc/nm-nbsdelf.h: Remove.
7322 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7323 * config/sparc/tm-nbsdaout.h: New file.
7324
257ce470
JT
73252002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7326
7327 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7328 mipsnbsd-tdep.c
7329 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7330
76a6d5fe
JT
73312002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7332
7333 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7334 shnbsd-nat.c.
7335 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7336
45888261
JT
73372002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7338
7339 * NEWS: Note new MIPS NetBSD native configuration.
7340 * configure.host (mips*-*-netbsd*): New host.
7341 * configure.tgt (mips*-*-netbsd*): New target.
7342 * mipsnbsd-nat.c: New file.
7343 * mipsnbsd-tdep.c: New file.
7344 * mipsnbsd-tdep.h: New file.
7345 * config/mips/nbsd.mh: New file.
7346 * config/mips/nbsd.mt: New file.
7347 * config/mips/nm-nbsd.h: New file.
7348 * config/mips/tm-nbsd.h: New file.
7349
70f80edf
JT
73502002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7351
7352 * Makefile.in (SFILES): Add osabi.c.
7353 (COMMON_OBS): Add osabi.o.
7354 (osabi.o): New dependency list.
7355 * osabi.c: New file.
7356 * osabi.h: New file.
7357 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7358
7359 * Makefile.in (alpha_tdep_h): Define and use instead of
7360 alpha-tdep.h.
7361 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7362 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7363 Remove.
7364 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7365 * alpha-tdep.h: Include osabi.h.
7366 (alpha_abi): Remove.
7367 (gdbarch_tdep): Use generic OS ABI framework.
7368 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7369 gdbarch_register_osabi.
7370 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7371 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7372 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7373
7374 * Makefile.in (sh_tdep_h): Add osabi.h.
7375 * sh-tdep.h (sh_osabi): Remove.
7376 (gdbarch_tdep): Use generic OS ABI framework.
7377 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7378 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7379 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7380 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7381
7382 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7383 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7384 gdbarch_register_osabi.
7385 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7386 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7387 (get_elfosabi): Rename to...
7388 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7389 ABI framework support routines.
7390 (arm_gdbarch_init): Use generic OS ABI framework.
7391 (arm_dump_tdep): Likewise.
7392 (_initialize_arm_tdep): Likewise.
7393 * arm-tdep.h: Include osabi.h.
7394 (arm_abi): Remove.
7395 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7396 osabi member.
7397 (arm_gdbarch_register_os_abi): Remove prototype.
7398 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7399 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7400
7401 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7402 * mips-tdep.c: Include osabi.h.
7403 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7404 OS ABI framework.
7405
d194345b
KH
74062002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7407
7408 * h8300-tdep.c: Fix formatting.
7409
70c6b0d1
EZ
74102002-05-20 Elena Zannoni <ezannoni@redhat.com>
7411
7412 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7413 printing vector registers.
7414
165b8e33
AC
74152002-05-19 Andrew Cagney <ac131313@redhat.com>
7416
7417 From Fernando Nasser:
7418 * remote.c (remote_async_open_1): Re-throw the exception when the
7419 connection fails.
7420 (remote_cisco_open): Ditto.
7421 (remote_open_1): Ditto.
7422
36918e70
AC
74232002-05-19 Andrew Cagney <ac131313@redhat.com>
7424
7425 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7426 (remote_start_remote): Add uiout parameter. Pass through to
7427 remote_start_remote_dummy.
7428 (remote_open_1): Use catch_exception instead of catch_errors.
7429 (remote_async_open_1): Ditto.
7430 (remote_cisco_open): Ditto.
7431
ae44c0c4
AC
74322002-05-19 Andrew Cagney <ac131313@redhat.com>
7433
7434 * remote.c (remote_start_remote): Replace PTR with void pointer.
7435 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7436 static.
7437
8efe637d
AC
74382002-05-18 Andrew Cagney <ac131313@redhat.com>
7439
7440 * gdb_indent.sh: Allow the script to be run in the sim directory.
7441
2f1b5984
MK
74422002-05-18 Mark Kettenis <kettenis@gnu.org>
7443
f0f625e2
MK
7444 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7445 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7446
2f1b5984
MK
7447 * corelow.c (core_open): Only call set_gdbarch_from_file if
7448 exec_bfd is NULL.
7449
fc974602
AV
74502002-05-17 Andrey Volkov <avolkov@transas.com>
7451
7452 * h8300-tdep.c: Add support of EXR register
7453 * config/h8300/tm-h8300.h: Ditto.
7454
906709f4
AV
74552002-05-17 Andrey Volkov <avolkov@transas.com>
7456
7457 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7458
6e591d68
AV
74592002-05-17 Andrey Volkov <avolkov@transas.com>
7460
7461 * h8300-tdep.c: Change literal regnums to REGNO.
7462
84f0252a
JB
74632002-05-17 Jim Blandy <jimb@redhat.com>
7464
e0e9281e
JB
7465 * NEWS: Note addition of macro support.
7466
84f0252a
JB
7467 Expand preprocessor macros in C expressions.
7468 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7469 (scan_macro_expansion, scanning_macro_expansion,
7470 finished_macro_expansion): New function declarations.
7471 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7472 variable declarations.
7473 * parser-defs.h (expression_context_pc): New declaration.
7474 * parse.c (expression_context_pc): New variable.
7475 (parse_exp_1): Set expression_context_pc, as well as
7476 expression_context_block.
7477 * c-exp.y (yylex): If we're not already reading the result of a
7478 macro expansion, try to macro-expand the next token. When we're
7479 done scanning a macro expansion, switch back to the mainline text.
7480 Commas and `if's in a macro's expansion don't terminate the input.
7481 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7482 (macro_original_text, macro_expanded_text,
7483 expression_macro_lookup_func, expression_macro_lookup_baton): New
7484 variables.
7485 (scan_macro_expansion, scanning_macro_expansion,
7486 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7487 c_preprocess_and_parse): New functions.
7488 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7489 c_preprocess_and_parse, instead of c_parse.
7490 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7491 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7492
1c509ca8
JR
7493Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7494
7495 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7496 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7497 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7498
2250ee0c
CV
74992002-05-17 Corinna Vinschen <vinschen@redhat.com>
7500
7501 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7502
ab3b8126
JT
75032002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7504
7505 * Makefile.in (sh_tdep_h): Define and use.
7506 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7507 register enum): Move to...
7508 * * sh-tdep.h: ...here.
7509 * sh-tdep.c: Include sh-tdep.h.
7510 * sh3-rom.c: Likewise.
7511 * shnbsd-tdep.c: Likewise.
7512
ed9d4749
MS
75132002-05-16 Michael Snyder <msnyder@redhat.com>
7514
7515 * arm-tdep.c: Spelling fix in comment.
7516
2e276125
JB
75172002-05-16 Jim Blandy <jimb@redhat.com>
7518
6821892e
JB
7519 Add commands for manually expanding macros and showing their
7520 definitions.
7521 * macrocmd.c, macroscope.c, macroscope.h: New files.
7522 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7523 (macroscope_h): New variable.
7524 (HFILES_NO_SRCDIR): Add macroscope.h.
7525 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7526 (macroscope.o, macrocmd.o): New rules.
7527
2e276125
JB
7528 Teach the Dwarf 2 reader to read macro information.
7529 * dwarf2read.c: #include "macrotab.h".
7530 (dwarf_macinfo_buffer): New variable.
7531 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7532 dwarf_macinfo_size.
7533 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7534 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7535 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7536 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7537 dwarf2_macro_spaces_in_definition): New complaints.
7538 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7539 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7540 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7541 the partial symbol table.
7542 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7543 from what's recorded in the partial symbol table.
7544 (read_file_scope): If the compilation unit has a
7545 `DW_AT_macro_info' attribute, read its macro information.
7546 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7547
2f53fe6c
DJ
75482002-05-16 Daniel Jacobowitz <drow@mvista.com>
7549
7550 Fix PR gdb/546
7551 * ser-tcp.c: Don't include <netinet/udp.h>.
7552
2be99286
SC
75532002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7554
7555 * MAINTAINERS: Update my email address.
7556
c9af212b 75572002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
7558
7559 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7560 include file of the same name.
7561
bf5f1a52
CV
75622002-05-16 Corinna Vinschen <vinschen@redhat.com>
7563
7564 * configure.tgt: Mark v850 as multi-arched.
7565 * config/v850/tm-v850.h: Remove file.
7566 * config/v850/v850.mt: Eliminate TM_FILE.
7567
435e042a
CV
75682002-05-16 Corinna Vinschen <vinschen@redhat.com>
7569
7570 * v850-tdep.c: Full multi-arch.
7571 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7572 Define GDB_MULTI_ARCH to 2.
7573
9819c6c8
PM
75742002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7575
7576 * p-exp.y (current_type): New static variable.
7577 Carries the type of the expression at the position that is parsed.
7578 (push_current_type, pop_current_type): Two new functions. Used
7579 to store/restore current_type in expression on specific tokens.
c9af212b
RE
7580 (search_field): New static variable. Set to one after parsing a point
7581 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
7582 (FIELDNAME): New token. After a point only a token belonging to
7583 current_type type definition is allowed.
7584 (all over token rules): reset and change current_type according
7585 to rules.
7586 (exp '[' rule): insert implicit array index field if
7587 exp is a pascal string type.
7588
3a06899a
CV
75892002-05-16 Corinna Vinschen <vinschen@redhat.com>
7590
7591 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7592 frame info. Use frame_info's saved_regs instead of matching member
7593 in extra_frame_info throughout.
7594 (v850_frame_init_saved_regs): New function.
7595 (v850_init_extra_frame_info): Move most functionality into
7596 v850_frame_init_saved_regs().
7597 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7598 (v850_frame_find_saved_regs): Remove declaration.
7599 (FRAME_FIND_SAVED_REGS): Remove definition.
7600 (v850_frame_init_saved_regs): Add declaration.
7601 (FRAME_INIT_SAVED_REGS): Add definition.
7602
6ed14b0e
CV
76032002-05-16 Corinna Vinschen <vinschen@redhat.com>
7604
7605 * v850-tdep.c: Begin multi-arch'ing v850.
7606 (v850_target_architecture_hook): Remove function.
7607 (v850_gdbarch_init): New function. Add code previously in
7608 v850_target_architecture_hook().
7609 (_initialize_v850_tdep): Don't set target_architecture_hook.
7610 Call register_gdbarch_init() instead.
7611
42725910
DJ
76122002-05-16 Daniel Jacobowitz <drow@mvista.com>
7613
7614 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7615 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7616 (fixup_class_method_type): Likewise.
7617
99d9066e
JB
76182002-05-15 Jim Blandy <jimb@redhat.com>
7619
7620 Add macro structures to GDB's symbol tables. Nobody puts anything
7621 in them yet.
7622 * symtab.h (struct symtab): New member: `macro_table'.
7623 * buildsym.h (pending_macros): New global variable.
7624 * buildsym.c: #include "macrotab.h".
7625 (buildsym_init): Initialize `pending_macros'.
7626 (end_symtab): If we found macro information while reading a CU's
7627 debugging info, do build a symtab structure for it. Make the
7628 symtab point to the macro information, and clear the
7629 `pending_macros' pointer which held it while we were reading the
7630 debug info.
7631 (really_free_pendings): Free any pending macro table.
7632 * objfiles.h (struct objfile): New member: `macro_cache'.
7633 * objfiles.c (allocate_objfile): Set allocate and free functions
7634 for the macro cache's objstack.
7635 (free_objfile): Empty the macro cache's obstack.
7636 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7637 set new allocate and free functions for it.
7638 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7639 free functions for the macro cache's objstack. (Why is this
7640 function building its own objfile?)
7641 * symmisc.c (print_objfile_statistics): Print statistics on the
7642 macro bcache.
7643 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7644
c899585b
RE
76452002-05-15 Richard Earnshaw <rearnsha@arm.com>
7646
7647 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7648 (REGISTER_U_ADDR): Delete definition.
7649 (arm_register_u_addr): Delete declaration.
7650
a6cdd8c5
RE
76512002-05-15 Richard Earnshaw <rearnsha@arm.com>
7652
7653 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7654 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7655
c97dcfc7
AC
76562002-05-14 Andrew Cagney <ac131313@redhat.com>
7657
7658 * regcache.c (register_valid): Revise comments refering to "Not
7659 available" and "unavailable".
7660 * frame.c (frame_register_read): Ditto.
7661 * findvar.c (value_of_register): Ditto.
7662
93021b7d
AC
76632002-05-15 Andrew Cagney <cagney@redhat.com>
7664
7665 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7666 (remote-sim.o): Update dependencies.
7667 (d10v-tdep.o): Specify dependencies.
7668 (sim_d10v_h): Define.
7669
a86bc61c
JB
76702002-05-14 Jim Blandy <jimb@redhat.com>
7671
7672 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7673 * macrotab.c (macro_lookup_inclusion, find_definition,
7674 new_macro_table): Same.
7675
7676 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7677 not `! strcmp ()'. This is a dubious improvement.
7678 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7679
7680 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7681 although it's not necessary, to avoid a warning.
7682
2fdde8f8
DJ
76832002-05-14 Daniel Jacobowitz <drow@mvista.com>
7684
7685 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7686 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7687 TYPE_INSTANCE_FLAGS.
7688 (struct main_type): New.
7689 (struct type): Move most members to struct main_type. Change
7690 cv_type and as_type to new type_chain member. Add instance_flags.
7691 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7692 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7693 (finish_cv_type): Remove prototype.
7694 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7695 Set TYPE_CHAIN.
7696 (alloc_type_instance): New function.
7697 (smash_type): New function.
7698 (make_pointer_type, make_reference_type, make_function_type)
7699 (smash_to_member_type, smash_to_method_type): Call smash_type.
7700 (make_qualified_type): New function.
7701 (make_type_with_address_space): Call make_qualified_type.
7702 (make_cv_type): Likewise.
7703 (finish_cv_type): Remove unnecessary function.
7704 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7705 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7706 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7707 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7708 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7709 * hpread.c (hpread_read_struct_type): Likewise.
7710 * stabsread.c (read_struct_type): Likewise.
7711
843fedf4
EZ
77122002-05-14 Elena Zannoni <ezannoni@redhat.com>
7713
7714 * configure.tgt: Add a catch all sh* target, for cases like
7715 sh[2,3,4]-elf and sh-hms.
7716
05a6c72c
KS
77172002-05-14 Keith Seitz <keiths@redhat.com>
7718
7719 * event-loop.c (create_file_handler): Don't do anything but
7720 update data when we are given a fd which we are already
7721 monitoring.
7722
5d085aaf
ML
77232002-05-14 Michal Ludvig <mludvig@suse.cz>
7724
7725 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7726 (update_context): Use __func__ in warnings.
7727
9db8d71f
DJ
77282002-05-14 Daniel Jacobowitz <drow@mvista.com>
7729
7730 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7731 and tcp_close to net_open and net_close.
7732 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7733 using UDP if requested. Don't try to disable Nagle on UDP
7734 sockets.
7735 * remote.c (remote_serial_open): New function. Warn about UDP.
7736 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7737
5dbc6baa
EZ
77382002-05-13 Elena Zannoni <ezannoni@redhat.com>
7739
7740 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7741
cc3023f7
EZ
77422002-05-13 Elena Zannoni <ezannoni@redhat.com>
7743
7744 * configure.tgt: Remove sh-hms target.
7745 * MAINTAINERS: Don't list sh-hms as a separate target.
7746
ec2bcbe7
JB
77472002-05-13 Jim Blandy <jimb@redhat.com>
7748
7749 Add first preprocessor macro-expansion files.
7750 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7751 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7752 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7753 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7754 (COMMON_OBS): Add macrotab.o, macroexp.o.
7755 (macroexp.o, macrotab.o): New rules.
7756
6d531722
AC
77572002-05-13 Andrew Cagney <ac131313@redhat.com>
7758
7759 * config/m88k/tm-m88k.h: Update copyright.
7760 (m88k_target_write_pc): Declare
7761 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7762 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7763 (SHIFT_INST_REGS): Update definition.
7764 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7765 using old definition of TARGET_WRITE_PC.
7766 * regcache.c (generic_target_write_pc): Delete code handling
7767 NNPC_REGNUM.
7768 * gdbarch.sh (NNPC_REGNUM): Delete.
7769 * gdbarch.h, gdbarch.c: Regenerate.
7770
3e3f2739
RE
77712002-05-13 Richard Earnshaw <rearnsha@arm.com>
7772
7773 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7774 builtin reg number.
7775
0004e5a2
DJ
77762002-05-13 Daniel Jacobowitz <drow@mvista.com>
7777
7778 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7779 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7780 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7781 access macros.
7782 * c-typeprint.c (cp_type_print_method_args): Likewise.
7783 (c_type_print_args): Likewise.
7784 * d10v-tdep.c (d10v_push_arguments): Likewise.
7785 (d10v_extract_return_value): Likewise.
7786 * expprint.c (print_subexp): Likewise.
7787 * gdbtypes.c (lookup_primitive_typename): Likewise.
7788 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7789 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7790 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7791 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7792 (TYPE_VECTOR): Likewise.
7793 * hpread.c (hpread_read_struct_type)
7794 (fix_static_member_physnames, fixup_class_method_type)
7795 (hpread_type_lookup): Likewise.
7796 * mdebugread.c (parse_symbol, parse_type): Likewise.
7797 * p-lang.c (is_pascal_string_type): Likewise.
7798 * valops.c (hand_function_call): Likewise.
7799 * x86-64-tdep.c (classify_argument): Likewise.
7800
7801 * hpread.c (hpread_read_function_type)
7802 (hpread_read_doc_function_type): Call replace_type.
7803 * dstread.c (create_new_type): Delete.
7804 (decode_dst_structure, process_dst_function): Call alloc_type.
7805 Use type access macros.
7806
dff95cc7
MK
78072002-05-12 Mark Kettenis <kettenis@gnu.org>
7808
7809 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7810 the're not supported by the current architecture.
7811 (i387_fill_fxsave): Likewise.
7812
bbcd32ad
FF
78132002-05-12 Fred Fish <fnf@redhat.com>
7814
7815 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7816 sect_index_xxx members to index the first slot in section_offsets
7817 if all of the section_offsets are zero.
7818
89cf4787
MK
78192002-05-12 Mark Kettenis <kettenis@gnu.org>
7820
7821 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7822 checked in with last change.
7823
1f77ffc5
MK
78242002-05-12 Mark Kettenis <kettenis@gnu.org>
7825
7826 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7827 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7828 config.sub.
7829
89b8b4a9
DJ
78302002-05-12 Daniel Jacobowitz <drow@mvista.com>
7831
7832 * Makefile.in: Update dependencies.
7833
14a5e767
AC
78342002-05-11 Andrew Cagney <ac131313@redhat.com>
7835
7836 * language.c (local_hex_string_custom): Simplify. Do not depend
7837 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7838
7839 * memattr.c (mem_info_command): Replace calls to
7840 longest_local_hex_string and longest_local_hex_string_custom.
7841 * buildsym.c (make_blockvector): Ditto.
7842 * solib.c (info_sharedlibrary_command): Ditto.
7843 * tracepoint.c (tracepoints_info): Ditto.
7844 * symtab.c (print_msymbol_info): Ditto.
7845
7846 * language.c (local_hex_string): Delete.
7847 (local_hex_string_custom): Delete.
7848 (longest_local_hex_string): Rename to local_hex_string.
7849 (longest_local_hex_string_custom): Rename to
7850 local_hex_string_custom.
7851 * language.h (local_hex_string): Change parameter type to LONGEST.
7852 (local_hex_string_custom): Ditto.
7853 (longest_local_hex_string): Delete declaration.
7854 (longest_local_hex_string_custom): Ditto.
7855
7856 * solib.c: Update copyright.
7857 * memattr.c: Update copyright.
7858
13d01224
AC
78592002-05-11 Andrew Cagney <ac131313@redhat.com>
7860
7861 * arch-utils.h (legacy_register_to_value): Declare.
7862 (legacy_value_to_register): Declare.
7863 (legacy_convert_register_p): Declare.
7864 * arch-utils.c (legacy_register_to_value): New function.
7865 (legacy_value_to_register): New function.
7866 (legacy_convert_register_p): New function.
7867
7868 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7869 (VALUE_TO_REGISTER): Define.
7870 (CONVERT_REGISTER_P): Define.
7871 * gdbarch.h, gdbarch.c: Regenerate.
7872
7873 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7874 VALUE_TO_REGISTER.
7875 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7876 CONVERT_REGISTER_P.
7877
4a1970e4
DJ
78782005-05-11 Daniel Jacobowitz <drow@mvista.com>
7879 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7880
7881 * Makefile.in: Update dependencies for valops.c.
7882 * valops.c: Include "gdb_assert.h".
7883 (typecmp): Skip THIS parameter to methods.
7884 (find_method_list): Remove static_memfuncp argument,
7885 update callers. Check for stub methods.
7886 (find_value_oload_method_list): Don't set *static_memfuncp.
7887 (find_overload_match): Don't check for stub methods. Assert
7888 that methods are not stubbed. Handle static methods.
7889 (value_find_oload_method_list): Remove static_memfuncp argument.
7890 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7891 to the argument list for static stub methods.
7892 * value.h (value_find_oload_method_list): Update prototype.
7893
b2e75d78
AC
78942002-05-11 Andrew Cagney <ac131313@redhat.com>
7895
7896 * arch-utils.h (generic_register_size): Declare.
7897 (generic_register_raw_size, generic_register_virtual_size): Delete
7898 declarations.
7899 * arch-utils.c (generic_register_raw_size): Delete.
7900 (generic_register_size): New function.
7901 (generic_register_virtual_size): Delete.
7902
7903 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7904 default generic_register_size.
7905 * gdbarch.h, gdbarch.c: Re-generate.
7906
7907 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7908 register_virtual_size.
7909 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7910 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7911
451fbdda
AC
79122002-05-11 Andrew Cagney <ac131313@redhat.com>
7913
7914 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7915 * gdbarch.h, gdbarch.c: Regenerate.
7916 * gnu-v3-abi.c: Update copyright.
7917 (vtable_address_point_offset): Update.
7918 (gnuv3_rtti_type): Update.
7919 (gnuv3_baseclass_offset): Update.
7920 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7921 (init_fetch_link_map_offsets): Update.
7922 * remote.c (get_remote_state): Update.
7923
6d2f5cea
DJ
79242002-05-11 Daniel Jacobowitz <drow@mvista.com>
7925
7926 * TODO: Remove value_headof/value_from_vtable_info comment.
7927 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7928 * values.c (value_headof, value_from_vtable_info): Delete.
7929 * value.h (value_from_vtable_info): Delete prototype.
7930
d2324da4
AC
79312002-05-11 Andrew Cagney <ac131313@redhat.com>
7932
7933 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7934 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7935 $(gdb_regex_h).
7936 (gdb_assert_h): Define.
7937 (gdb_wait_h): Define.
7938 (gdb_regex_h): Define.
7939
5c717440
DJ
79402002-05-11 Daniel Jacobowitz <drow@mvista.com>
7941
7942 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7943 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7944
6c7861b3
JT
79452002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7946
7947 * nbsd-tdep.c: Fix comment.
7948
ea5bc2a6
JT
79492002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7950
7951 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7952 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7953 (nbsd-tdep.o): New dependency list.
7954 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7955 nbsd-tdep.h.
7956 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7957 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7958 * nbsd-tdep.c: New file.
7959 * nbsd-tdep.h: New file.
7960 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7961 nbsd-tdep.h.
7962 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7963 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7964 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7965 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7966
b28da865
JT
79672002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7968
7969 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7970 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7971 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7972 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7973 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7974 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7975
4b8ff1fa
JT
79762002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7977
7978 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7979 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7980 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7981 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7982 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7983 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7984 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7985
dfe6eb1f
JT
79862002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7987
7988 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7989 fetch_elfcore_registers to...
7990 * i386nbsd-tdep.c: ...here.
7991 (i386nbsd_use_struct_convention): Rename to...
7992 (i386nbsd_aout_use_struct_convention): ...this.
7993 (i386nbsd_supply_reg): New function.
7994 (i386nbsd_fill_reg): New function.
7995 (fetch_core_registers): Use i386nbsd_supply_reg.
7996 (fetch_elfcore_registers): Likewise.
7997 (_initialize_i386nbsd_tdep): New function.
7998 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7999 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8000 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
8001 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
8002 (i386nbsd_aout_use_struct_convention): ...this.
8003
20cb8cda
JT
80042002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8005
8006 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
8007 (store_inferior_registers): Use shnbsd_fill_reg.
8008 * shnbsd-tdep.c (sh_nbsd_supply_registers,
8009 sh_nbsd_supply_register): Collapse into...
8010 (shnbsd_supply_reg): ...this.
8011 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
8012 (shnbsd_fill_reg): ...this.
8013 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
8014 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
8015 (fetch_core_registers): Use shnbsd_supply_reg.
8016 (fetch_elfcore_registers): Use shnbsd_supply_reg.
8017 (sh_nbsd_core_fns): Rename to...
8018 (shnbsd_core_fns): ...this.
8019 (sh_nbsd_elfcore_fns): Rename to...
8020 (shnbsd_elfcore_fns): ...this.
8021 (sh_nbsd_init_abi): Rename to...
8022 (shnbsd_init_abi): ...this.
8023 (_initialize_sh_nbsd_tdep): Rename to...
8024 (_initialize_shnbsd_tdep): ...this.
8025 * shnbsd-tdep.h (sh_nbsd_supply_registers,
8026 sh_nbsd_supply_register, sh_nbsd_fill_registers,
8027 sh_nbsd_fill_register): Remove prototypes.
8028 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
8029
e750d25e
JT
80302002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8031
8032 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
8033 (i387-nat.o): Delete dependency list.
8034 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
8035 (x86-64-linux-nat.o): Likewise.
8036 * i387-nat.c: Delete file, moving contents to...
8037 * i387-tdep.c: ...here.
8038 * i387-nat.h: Rename...
8039 * i387-tdep.h: ...to this.
8040 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
8041 * i386-linux-nat.c: Likewise.
8042 * i386bsd-nat.c: Likewise.
8043 * i386gnu-nat.c: Likewise.
8044 * i386nbsd-nat.c: Likewise.
8045 * i386v4-nat.c: Likewise.
8046 * x86-64-linux-nat.c: Likewise.
8047 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
8048 * config/i386/go32.mh (NATDEPFILES): Likewise.
8049 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
8050 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
8051 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
8052 * config/i386/linux.mh (NATDEPFILES): Likewise.
8053 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
8054 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8055 * config/i386/obsd.mh (NATDEPFILES): Likewise.
8056 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
8057
1aee598a
JT
80582002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8059
8060 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
8061 (alphanbsd-nat.o): Remove dependency list.
8062 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
8063 * alphanbsd-nat.c: Delete. Contents moved to...
8064 * alphanbsd-tdep.c: ...here.
8065 (_initialize_alphanbsd_tdep): Register core functions.
8066 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
8067
12bcb0fe
JT
80682002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8069
8070 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
8071 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
8072 (alphanbsd-nat.o): Likewise.
8073 (alphabsd-tdep.o): New dependency list.
8074 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
8075 (fill_gregset): Use alphabsd_fill_reg.
8076 (supply_fpregset): Use alphabsd_supply_fpreg.
8077 (fill_fpregset): Use alphabsd_fill_fpreg.
8078 (fetch_inferior_registers): Use struct reg and struct fpreg
8079 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
8080 and alphabsd_supply_fpreg.
8081 (store_inferior_registers): Use struct reg and struct fpreg
8082 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
8083 and alphabsd_fill_fpreg.
8084 * alphabsd-tdep.c: New file.
8085 * alphabsd-tdep.h: New file.
8086 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
8087 (fetch_elfcore_registers): Use alphabsd_supply_reg and
8088 alphabsd_supply_fpreg.
8089 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
8090 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
8091
361d1df0
EC
80922002-05-11 Eric Christopher <echristo@redhat.com>
8093
8094 * mips-tdep.c (mips_double_register_type): Fix thinko.
8095 (mips_single_register_type): Ditto.
8096 * MAINTAINERS: Add self.
8097
92dd7cee
MK
80982002-05-11 Mark Kettenis <kettenis@gnu.org>
8099
8100 * i387-nat.c (i387_supply_register, i387_fill_fsave,
8101 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
8102 right thing on architectures with different endianness and/or
8103 integer sizes.
8104
e27da16d
JT
81052002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
8106
8107 From Christian Limpach <chris@Pin.LU>
8108 * configure.in: Change sed expression which comments out
8109 NATDEPFILES to also comment out continuation lines.
8110 * configure: Regenerate.
8111
ddde02bd
EZ
81122002-05-10 Elena Zannoni <ezannoni@redhat.com>
8113
8114 * sh-tdep.c: Clean up code erroneously reintroduced by previous
8115 big patch.
8116
1c922164
EZ
81172002-05-10 Elena Zannoni <ezannoni@redhat.com>
8118
8119 * sh-tdep.c: Include correct file.
8120
283150cd
EZ
81212002-05-10 Elena Zannoni <ezannoni@redhat.com>
8122
8123 New support for sh64-elf (sh5) target.
8124
8125 * configure.tgt: For sh64-elf target, default to sh-elf.
8126
8127 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
8128 (struct gdbarch_tdep): Add new fields for new registers and ABI
8129 info.
361d1df0 8130
283150cd
EZ
8131 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
8132 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
8133 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
8134 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
8135 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
8136 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
8137 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
8138 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
8139 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
8140 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
8141 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
8142 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
8143 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
8144 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
8145 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
8146 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
8147 sh64_get_gdb_regnum, sh64_media_reg_base_num,
8148 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
8149 sign_extend, sh64_nofp_frame_init_saved_regs,
8150 sh64_init_extra_frame_info, sh64_get_saved_register,
8151 sh64_extract_struct_value_address, sh64_pop_frame,
8152 sh64_push_arguments, sh64_extract_return_value,
8153 sh64_store_return_value, sh64_show_media_regs,
8154 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
8155 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
8156 sh_sh64_register_virtual_type,
8157 sh_sh64_register_convert_to_virtual,
8158 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
8159 sh64_register_read, sh64_pseudo_register_write,
8160 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
8161 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
8162 sh64_do_pseudo_register, sh_compact_do_registers_info,
8163 sh64_do_registers_info, sh_gdbarch_init): New functions.
8164
3117ed25
EZ
81652002-05-10 Elena Zannoni <ezannoni@redhat.com>
8166
8167 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
8168
2654e6d4
DJ
81692002-05-10 Daniel Jacobowitz <drow@mvista.com>
8170
8171 * linespec.c (decode_line_1): Check for a double quote after
8172 a filename correctly.
8173
9ab3e532
JB
81742002-05-10 Jim Blandy <jimb@redhat.com>
8175
8176 Properly track the size of the current objfile's .debug_line section.
8177 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
8178 (DWARF_LINE_SIZE): New macro.
8179 (dwarf2_build_psymtabs_hard): Record the line section's size in
8180 the partial symbol table.
8181 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
8182 symbol table.
8183
126fa72d
PS
81842002-05-10 Petr Sorfa <petrs@caldera.com>
8185
8186 * ia64-tdep.c: Handle breakpoints on L instruction type
8187 in MLX instruction bundle by moving the breakpoint to
8188 the third slot (X instruction type) as L holds only data.
8189
1f077a3e
KB
81902002-05-10 Kevin Buettner <kevinb@redhat.com>
8191
8192 * dbxread.c (discarding_local_symbols_complaint): New complaint.
8193 (process_one_symbol): Complain about discarding local symbols
8194 due to a misplaced N_LBRAC entry.
8195
8120c9d5 81962002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
8197
8198 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
8199 * linespec.c (find_toplevel_char): '<' and '>' also increase and
8200 decrease the depth we are at, in the case of templates.
361d1df0 8201
67b2c998
DJ
82022002-05-09 Daniel Jacobowitz <drow@mvista.com>
8203
8204 * mips-tdep.c (mips_float_register_type): New function.
8205 (mips_double_register_type): New function.
8206 (mips_print_register): Use them.
8207 (do_fp_register_row): Likewise.
8208
fd326606
DJ
82092002-05-09 Daniel Jacobowitz <drow@mvista.com>
8210
6609d9af 8211 * signals/signals.c (signals): Remove conditional compilation around
fd326606 8212 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 8213 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 8214
bef35864
MS
82152002-05-09 Michael Snyder <msnyder@redhat.com>
8216
8217 * remote-rdp.c (remote_rdp_can_run): Remove.
8218
c55a3f73
TT
82192002-05-09 Tom Tromey <tromey@redhat.com>
8220
8221 * jv-valprint.c (java_val_print): Handle `char' as a special case
8222 of TYPE_CODE_INT.
8223
b8d5e71d
MS
82242002-05-09 Michael Snyder <msnyder@redhat.com>
8225
8226 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8227 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 8228 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 8229 str r(0123),[sp,#nn].
361d1df0 8230 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
8231 order-independent by placing it in a loop.
8232
e2cd42dd
MS
82332002-05-06 Michael Snyder <msnyder@redhat.com>
8234
8235 * stabsread.c (read_type): Add recognition for new attribute:
8236 "@V;" means that an array type is actually a vector.
8237 This is analogous to the vector flag that's been added to dwarf2.
8238
3ce1502b
MK
82392002-05-09 Mark Kettenis <kettenis@gnu.org>
8240
8241 * i386-tdep.h (i386_abi): New enum.
8242 (struct gdbarch_tdep): Replace os_ident member with abi.
8243 (i386_gdbarch_register_os_abi): New prototype.
8244 * i386-tdep.c (i386_abi_names): New array.
8245 (process_note_abi_tag_sections): Removed.
8246 (process_note_sections): New function.
8247 (i386_elf_abi_from_note, i386_elf_abi): New functions.
8248 (struct i386_abi_handler): New struct.
8249 (i386_abi_handler_list): New variable.
8250 (i386_gdbarch_register_os_abi): New function.
8251 (i386_gdbarch_init): Adapt for the changes given above.
8252
084c156a
DJ
82532002-05-08 Daniel Jacobowitz <drow@mvista.com>
8254
8255 * gregset.h: Say "GNU/Linux".
8256
6599f021
EZ
82572002-05-08 Elena Zannoni <ezannoni@redhat.com>
8258
8259 * gdbtypes.c : Add new builtin type for 64 bit vectors.
8260 (build_gdbtypes): Build builtin_type_v2_float.
8261 (_initialize_gdbtypes): Register new builtin type.
8262
40af4b0c
AC
82632002-05-08 Andrew Cagney <ac131313@redhat.com>
8264
8265 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8266 (clear_gdbarch_swap): New function.
8267 (initialize_non_multiarch): Call.
8268 (gdbarch_update_p): Before calling init(), swap out and clear the
8269 existing architecture.
8270 * gdbarch.c: Regenerate.
8271
4fe84f46
JT
82722002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8273
8274 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8275 alphanbsd-tdep.c.
8276
4015edd1
JT
82772002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8278
8279 * sh-nbsd-nat.c: Rename to...
8280 * shnbsd-nat.c: ...this.
8281 * sh-nbsd-tdep.c: Rename to...
8282 * shnbsd-tdep.c: ...this.
8283 * sh-nbsd-tdep.h: Rename to...
8284 * shnbsd-tdep.h: ...this.
8285 * config/sh/nbsd.mh: Use shnbsd-nat.o.
8286 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8287
0e2bd219
RE
82882002-05-08 Richard Earnshaw <rearnsha@arm.com>
8289
8290 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8291 concatenation for command help messages.
8292
13a38d45
JT
82932002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8294
8295 * NEWS: Note new sh*-*-netbsdelf* configuration.
8296 * configure.host: Set gdb_host_cpu to sh for all sh*.
8297 (sh*-*-netbsdelf*): New host.
8298 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8299 (sh*-*-netbsdelf*): New target.
8300 * sh-nbsd-nat.c: New file.
8301 * sh-nbsd-tdep.c: New file.
8302 * sh-nbsd-tdep.h: New file.
8303 * config/sh/nbsd.mh: New file.
8304 * config/sh/nbsd.mt: New file.
8305 * config/sh/nm-nbsd.h: New file.
8306 * config/sh/tm-nbsd.h: New file.
8307
d658f924
JT
83082002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8309
8310 * sh-tdep.c (sh_osabi_names): Declare.
8311 (process_note_abi_tag_sections): New function.
8312 (get_elfosabi): Ditto.
8313 (sh_gdbarch_register_os_abi): Ditto.
8314 (sh_dump_tdep): Ditto.
8315 _initialize_sh_tdep): Use gdbarch_register to register
8316 sh_gdbarch_init and sh_dump_tdep.
8317 * config/sh/tm-sh.h (sh_osabi): Declare.
8318 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8319
848cfffb
AC
83202002-05-07 Andrew Cagney <ac131313@redhat.com>
8321
8322 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8323 (thumb_scan_prologue): Ditto.
8324 (arm_find_callers_reg): Ditto.
8325 (arm_frame_chain): Ditto.
8326 (arm_init_extra_frame_info): Ditto.
8327 (arm_frame_saved_pc): Ditto.
8328 (arm_pop_frame): Ditto.
8329 (arm_push_return_address): New function.
8330 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8331 call_dummy_location, call_dummy_breakpoint_offset_p,
8332 call_dummy_breakpoint_offset, call_dummy_p,
8333 call_dummy_stack_adjust_p, call_dummy_words,
8334 sizeof_call_dummy_words, call_dummy_start_offset,
8335 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8336 call_dummy_address, push_return_address and push_dummy_frame for
8337 generic dummy frames.
8338
e7d717c0
JT
83392002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8340
8341 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8342 size computation for alloca.
8343 (sh_fp_frame_init_saved_regs): Likewise.
8344
7bbcf283
RE
83452002-05-07 Richard Earnshaw <rearnsha@arm.com>
8346
8347 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8348 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 8349 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
8350 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8351 * remote-rdp.c (remote_rdp_fetch_register): Use
8352 ARM_MAX_REGISTER_RAW_SIZE.
8353 (remote_rdp_store_register): Likewise.
8354
4657573b
ML
83552002-05-07 Michal Ludvig <mludvig@suse.cz>
8356
361d1df0 8357 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
8358 added default labels to switch {} statements.
8359 * x86-64-tdep.c: Ditto.
8360 * x86-64-linux-nat.c: Ditto.
8361
010f3b2f
JT
83622002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8363
8364 * solib.h: Protect against multiple inclusion.
8365
debd256d
JB
83662002-05-06 Jim Blandy <jimb@redhat.com>
8367
9ab3e532
JB
8368 Add first preprocessor macro-expansion files.
8369 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8370 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8371 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8372 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8373 (COMMON_OBS): Add macrotab.o, macroexp.o.
8374 (macroexp.o, macrotab.o): New rules.
8375
debd256d
JB
8376 Separate the job of reading the line number info statement program
8377 header (...expialidocious) out into its own function.
8378 * dwarf2read.c (struct line_head, struct filenames, struct
8379 directories): Replace with...
8380 (struct line_header): New structure, containing the full
8381 contents of the statement program header, including the
8382 include directory and file name tables.
8383 (read_file_scope): If we have line number info, instead of just
8384 calling dwarf_decode_lines to do all the work, call
8385 dwarf_decode_line_header first to get a `struct line_header'
8386 containing the data in the statement program header, and then
8387 pass that to dwarf_decode_lines, which will pick up where that
8388 left off. Be sure to clean up the `struct line_header' object.
8389 (dwarf_decode_line_header, free_line_header, add_include_dir,
8390 add_file_name): New functions.
8391 (dwarf_decode_lines): Move all the code to read the statement
8392 program header into dwarf_decode_line_header. Take the line
8393 header it built as the first argument, instead of the offset to
8394 the compilation unit's line number info. Use the new `struct
8395 line_header' type instead of the old structures. No need to do
8396 cleanups here now, since we don't allocate anything.
8397 (dwarf2_statement_list_fits_in_line_number_section,
8398 dwarf2_line_header_too_long): New complaints.
8399
ac3aafc7
EZ
84002002-05-06 Elena Zannoni <ezannoni@redhat.com>
8401
8402 * gdbtypes.c (init_vector_type): New function.
8403 (build_builtin_type_vec128): Simplify the representation of SIMD
8404 registers.
8405 (build_gdbtypes): Initialize new builtin vector types.
8406 (_initialize_gdbtypes): Register new vector types with gdbarch.
8407 (builtin_type_v4_float, builtin_type_v4_int32,
8408 builtin_type_v8_int16, builtin_type_v16_int8,
8409 builtin_type_v2_int32, builtin_type_v4_int16,
8410 builtin_type_v8_int8): New (renamed) SIMD types.
8411
13e49980
MK
84122002-05-06 Mark Kettenis <kettenis@gnu.org>
8413
8414 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8415 (i387_fill_fxsave): Likewise.
8416
997b20b8
AO
84172002-05-05 Alexandre Oliva <aoliva@redhat.com>
8418
8419 * alpha-tdep.c (alpha_extract_return_value): Don't use
8420 non-constant array size in prototype.
8421
535c96ce
AC
84222002-05-04 Andrew Cagney <ac131313@redhat.com>
8423
8424 From Brian Taylor <briant at model dot com>:
8425 * ui-out.c (ui_out_field_core_addr): Use the function
8426 longest_local_hex_string_custom'to format addresses > 32 bits
8427 wide.
8428
8429 * ui-out.c (ui_out_field_core_addr): Update comment.
8430
bedfa57b
AC
84312002-05-04 Andrew Cagney <ac131313@redhat.com>
8432
8433 * stack.c (select_and_print_frame): Make static. Delete the
8434 parameter `level'.
8435 (func_command): Update call.
8436 (select_frame_command): Delete code computing the frame level.
8437 * frame.h (select_and_print_frame): Delete declaration.
8438
f621c63e
AC
84392002-05-04 Andrew Cagney <ac131313@redhat.com>
8440
8441 * sparc-tdep.c (sparc_get_saved_register): Comment why
8442 get_prev_frame call is safe.
8443
0f7d239c
AC
84442002-05-04 Andrew Cagney <ac131313@redhat.com>
8445
8446 * frame.h (select_frame): Delete level parameter.
8447 * stack.c (select_frame): Update. Use frame_relative_level to
8448 obtain the frame's level.
8449 (select_and_print_frame): Update call.
8450 (select_frame_command): Ditto.
8451 (up_silently_base): Ditto.
8452 (down_silently_base): Ditto.
8453 * ocd.c (ocd_start_remote): Ditto.
8454 * remote-rdp.c (remote_rdp_open): Ditto.
8455 * remote-mips.c (mips_initialize): Ditto.
8456 (common_open): Ditto.
8457 * remote-e7000.c (e7000_start_remote): Ditto.
8458 * m3-nat.c (select_thread): Ditto.
8459 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8460 (child_get_current_exception_event): Ditto.
8461 * varobj.c (varobj_create): Ditto.
8462 (varobj_update): Ditto.
8463 (c_value_of_root): Ditto.
8464 * tracepoint.c (finish_tfind_command): Ditto.
8465 * corelow.c (core_open): Ditto.
8466 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8467 * thread.c (info_threads_command): Ditto.
8468 (switch_to_thread): Ditto.
8469 * infrun.c (normal_stop): Ditto.
8470 (restore_selected_frame): Ditto.
8471 (restore_inferior_status): Ditto.
8472 * breakpoint.c (insert_breakpoints): Ditto.
8473 (watchpoint_check): Ditto.
8474 (bpstat_stop_status): Ditto.
8475 (do_enable_breakpoint): Ditto.
8476 * blockframe.c (flush_cached_frames): Ditto.
8477 (reinit_frame_cache): Ditto.
8478
71d6c7b1
AC
84792002-05-04 Andrew Cagney <ac131313@redhat.com>
8480
8481 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8482 maintainer.
8483
cda6c68a
JB
84842002-05-04 Jim Blandy <jimb@redhat.com>
8485
8486 * gdbtypes.c (replace_type): Doc fix.
8487
5c1c87f0
AC
84882002-05-04 Andrew Cagney <ac131313@redhat.com>
8489
8490 * valprint.c (strcat_longest): Delete commented out function.
8491 Update copyright.
8492
cd9bfe15
AC
84932002-05-04 Andrew Cagney <ac131313@redhat.com>
8494
8495 * MAINTAINERS: Mark a29k as deleted.
8496 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8497 Move new configurations to the top.
8498 * configure.tgt: Remove a29k.
8499 * config/a29k/tm-vx29k.h: Delete.
8500 * config/a29k/vx29k.mt: Delete.
8501 * config/a29k/tm-a29k.h: Delete.
8502 * config/a29k/a29k-udi.mt: Delete.
8503 * config/a29k/a29k.mt: Delete.
8504 * a29k-tdep.c: Delete.
8505 * remote-udi.c: Delete.
8506 * remote-mm.c: Delete.
8507 * remote-eb.c: Delete.
8508 * remote-adapt.c: Delete.
8509 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
8510 * config/s390/s390x.mt: Ditto.
8511 * config/s390/s390.mt: Ditto.
8512 * config/sparc/sparclynx.mh: Ditto.
8513 * config/sparc/linux.mh: Ditto.
8514 * config/pa/hppaosf.mh: Ditto.
8515 * config/pa/hppabsd.mh: Ditto.
8516 * config/ns32k/nbsd.mt: Ditto.
8517 * config/mips/vr5000.mt: Ditto.
8518 * config/m68k/sun3os4.mh: Ditto.
8519 * config/m68k/nbsd.mt: Ditto.
8520 * config/m68k/m68klynx.mh: Ditto.
8521 * config/m32r/m32r.mt: Ditto.
8522 * config/i386/x86-64linux.mt: Ditto.
8523 * config/i386/nbsdelf.mt: Ditto.
8524 * config/i386/nbsd.mt: Ditto.
8525 * config/i386/i386lynx.mh: Ditto.
8526
bf0c5130
AC
85272002-05-04 Andrew Cagney <ac131313@redhat.com>
8528
8529 * target.c (debug_print_register): New function. Handle oversize
8530 registers.
8531 (debug_to_fetch_registers): Call.
8532 (debug_to_store_registers): Call.
8533
2ae1c2d2
JB
85342002-05-03 Jim Blandy <jimb@redhat.com>
8535
13a393b0
JB
8536 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8537 (read_type): Doc fix.
8538 * gdbtypes.c (replace_type): Doc fix.
8539
2ae1c2d2
JB
8540 * stabsread.c (multiply_defined_struct): New complaint.
8541 (read_struct_type): If the type we were passed isn't empty, or
8542 incomplete, don't read the new struct type into it; complain,
8543 and return the original type unchanged. Take a new `type_code'
8544 argument, which is the type code for the new type.
8545 (read_type): Rather than storing the type's type code here, pass
8546 it as an argument to read_struct_type, and let that take care of
8547 storing it. That way, we don't overwrite the original type code,
8548 so read_struct_type can use it to decide whether we're overwriting
8549 something we shouldn't.
8550 (complain_about_struct_wipeout): New function.
8551
8de9bdc4
AC
85522002-05-03 Andrew Cagney <ac131313@redhat.com>
8553
8554 * gdbarch.sh: Assert that gdbarch is non-NULL.
8555 * gdbarch.c: Regenerate.
8556
f773fdbb
JM
85572002-05-03 Jason Merrill <jason@redhat.com>
8558
8559 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8560 and return NULL.
8561
0e04a514
ML
85622002-05-03 Michal Ludvig <mludvig@suse.cz>
8563
8564 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8565 (x86_64_dwarf2gdb_regno_map_length),
8566 (x86_64_dwarf2_reg_to_regnum): Added.
8567 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8568 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8569 (_initialize_x86_64_tdep): Synced with the change above.
8570 (x86_64_skip_prologue): Reformulated message.
8571
065432a8
PM
85722002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8573
8574 * f-exp.y: Also use new prev_lexptr variable
8575 to improve error reporting. Based on Michael Snyder
8576 2002-04-24 dated patch to c-exp.y.
8577 * jv-exp.y: Likewise.
8578 * m2-exp.y: Likewise.
8579
a3162708
EZ
85802002-05-02 Elena Zannoni <ezannoni@redhat.com>
8581
8582 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8583 we are dealing with vectors.
8584
03620c38
PM
85852002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8586
8587 * config/m68k/tm-nbsd.h: Obvious fix,
8588 correct machine name.
8589
6604db2e
PM
85902002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8591
8592 * p-typeprint.c (pascal_type_print_base): Add support
8593 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8594
0906b739
PM
85952002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8596
8597 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8598 for fondamental pascal 'char' type.
8599
e2625b33
PM
86002002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8601
8602 * p-lang.h (is_pascal_string_type): Declaration changed,
8603 new sixth argument of type char ** added.
361d1df0 8604 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
8605 changed. Args length_pos, length_size, string_pos, char_size
8606 can now be NULL. New argument arrayname set to the field
8607 name of the char array. Return value set to char array
8608 field index plus one.
361d1df0 8609 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
8610 is_pascal_string_type function.
8611
cf17c188
AC
86122002-05-02 Andrew Cagney <cagney@redhat.com>
8613
8614 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8615 <cagney@redhat.com> change.
8616 * gdbarch.c: Regenerate.
8617
52bca491
AC
86182002-05-02 Andrew Cagney <cagney@redhat.com>
8619
8620 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8621 before probing for a new one. Detect errorenous gdbarch_init
8622 functions.
8623 * gdbarch.c: Regenerate.
8624
d5e72505
AC
86252002-05-01 Andrew Cagney <cagney@redhat.com>
8626
8627 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8628 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8629 * config/v850/tm-v850.h: Ditto. Update copyright.
8630
af566d9f
AC
86312002-04-30 Andrew Cagney <ac131313@redhat.com>
8632
8633 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8634 current_gdbarch.
8635
880d85fa
MS
86362002-04-30 Michael Snyder <msnyder@redhat.com>
8637
94c30b78
MS
8638 * arm-tdep.c: Whitespace clean-ups.
8639 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
8640 should have been removed as part of 4/24 change.
8641
6f5987a6
KB
86422002-04-30 Kevin Buettner <kevinb@redhat.com>
8643
8644 * rs6000-tdep.c: Added comment describing how fpscr register
8645 numbers were chosen.
8646
1a113c93
MS
86472002-04-30 Michael Snyder <msnyder@redhat.com>
8648
8649 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8650
9a6f53fe
EZ
86512002-04-29 Elena Zannoni <ezannoni@redhat.com>
8652
8653 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8654 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8655 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8656
11ed25ac
KB
86572002-04-29 Kevin Buettner <kevinb@redhat.com>
8658
8659 From Louis Hamilton <hamilton@redhat.com>:
8660 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8661 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8662 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8663 not bfd-private xcoff data, to determine wordsize.
8664 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8665
ae232405
AC
86662002-04-29 Andrew Cagney <ac131313@redhat.com>
8667
8668 GDB 5.2 released from 5.2 branch.
8669
91fd20f7
ML
86702002-04-29 Michal Ludvig <mludvig@suse.cz>
8671
8672 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8673 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8674 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 8675
2dc5091b
EZ
86762002-04-29 Elena Zannoni <ezannoni@redhat.com>
8677
8678 * rs6000-tdep.c (rs6000_extract_return_value,
8679 rs6000_store_return_value): Handle returning vectors.
8680 (rs6000_gdbarch_init): Use
8681 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8682 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8683 New function.
8684 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8685 vectors.
8686 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8687 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 8688
2b9848d8
PM
86892002-04-24 Pierre Muller <ics.u-strasbg.fr>
8690
8691 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 8692 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
8693 with fprintf_unfiltered (gdb_stderr,...).
8694
f8d17dc5
PM
86952002-04-24 Pierre Muller <ics.u-strasbg.fr>
8696
8697 * remote-array.c (printf_monitor, write_monitor,
361d1df0 8698 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
8699 Replace fprintf (stderr,...
8700 with fprintf_unfiltered (gdb_stderr,....
8701 * remote-es.c: Likewise.
8702 * remote-os9k.c: Likewise.
8703 * remote-st.c: Likewise.
8704
2f2f1ad1
AS
87052002-04-28 Andreas Schwab <schwab@suse.de>
8706
8707 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8708 linux-proc.o and gcore.o.
8709
b6779aa2
AC
87102002-04-26 Michal Ludvig <mludvig@suse.cz>
8711
8712 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8713 code without frame pointers.
8714
7e57f5f4
AC
87152002-04-26 Andrew Cagney <ac131313@redhat.com>
8716
8717 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8718 ON_STACK is needed.
8719
2ceb85d0
BE
87202002-04-26 Ben Elliston <bje@redhat.com>
8721
8722 * target.c (do_xfer_memory): Correct reference to the new option
8723 "trust-readonly-sections".
8724
f5f8a009
EZ
87252002-04-26 Elena Zannoni <ezannoni@redhat.com>
8726
8727 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8728 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8729 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8730 vectors.
8731 (read_array_type): Record the fact that this array type is really a
8732 vector (i.e. are passed in by value).
8733
5868c862
JT
87342002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8735
8736 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8737 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8738 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8739 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8740 * alpha-linux-tdep.c: Include frame.h.
8741 (alpha_linux_sigcontext_addr): New function.
8742 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8743 alpha_linux_sigcontext_addr.
8744 * alpha-osf1-tdep.c: Include gdbcore.h.
8745 (alpha_osf1_sigcontext_addr): New function.
8746 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8747 alpha_osf1_sigcontext_addr.
8748 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8749 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8750
bfb01f37
AC
87512002-04-26 Andrew Cagney <ac131313@redhat.com>
8752
361d1df0 8753 * stack.c (selected_frame_level):
bfb01f37
AC
8754 (select_frame): Do not set selected_frame_level.
8755 * frame.h (selected_frame_level): Delete declaration.
8756
15813d3f
AC
87572002-04-26 Andrew Cagney <ac131313@redhat.com>
8758
8759 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8760 convert_from_func_ptr-addr when AIX / PowerOpen.
8761
6096c27a
AC
87622002-04-25 Andrew Cagney <ac131313@redhat.com>
8763
8764 * valops.c (hand_function_call): Call
8765 generic_save_call_dummy_addr.
8766 * frame.h (generic_save_call_dummy_addr): Declare.
8767 * blockframe.c (struct dummy_frame): Add fields call_lo and
8768 call_hi.
8769 (generic_find_dummy_frame): Check for PC in range call_lo to
8770 call_hi instead of entry_point_address.
8771 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8772 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8773 (generic_save_call_dummy_addr): New function.
8774
f510d44e
DM
87752002-04-24 David S. Miller <davem@redhat.com>
8776
8777 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8778 sparc_skip_prologue.
8779 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8780 information to find prologue when possible.
8781 (sparc_prologue_frameless_p): Call examine_prologue directly.
8782 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8783 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8784 second argument.
8785 (SKIP_PROLOGUE): Likewise.
8786
15d72a92
JT
87872002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8788
8789 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8790 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8791 indicate that the condition it was testing is always true.
8792 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8793 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8794 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8795
accc6d1f
JT
87962002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8797
8798 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8799 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8800 tdep->jb_pc and tdep->jb_elt_size.
8801 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8802 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8803 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8804 * alpha-nat.c (get_longjmp_target): Remove.
8805 (JB_ELEMENT_SIZE): Ditto.
8806 (JB_PC): Ditto.
8807 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8808 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8809 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8810 to alpha_get_longjmp_target.
8811 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8812 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8813 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8814
1bfdc549
AC
88152002-04-25 Andrew Cagney <ac131313@redhat.com>
8816
8817 * README: Update to GDB 5.2.
8818
1bd316f0
AC
88192002-04-25 Andrew Cagney <ac131313@redhat.com>
8820
8821 * gdbarch.sh (LC_ALL): Set to `c'.
8822
2e5ff58c
TR
88232002-04-25 Theodore A. Roth <troth@verinet.com>
8824
8825 * avr-tdep.c: Ran through gdb_indent.sh.
8826
e33ce519
TR
88272002-04-25 Theodore A. Roth <troth@verinet.com>
8828
8829 * MAINTAINERS: Add myself as AVR maintainer.
8830 * NEWS: Note new target avr.
8831
8818c391
TR
88322002-04-25 Theodore A. Roth <troth@verinet.com>
8833
8834 * Makefile.in: Add support for AVR target.
8835 * configure.tgt: Add support for AVR target.
8836 * avr-tdep.c: New file
8837 * config/avr/avr.mt: New file.
8838
79509c2d
TR
88392002-04-25 Theodore A. Roth <troth@verinet.com>
8840
8841 * MAINTAINERS: Add myself to write-after-approval.
8842
dac8068e
PM
88432002-04-24 Pierre Muller <ics.u-strasbg.fr>
8844
8845 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8846 with fprintf_unfiltered (gdb_stderr,....
8847
25bf3106
PM
88482002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8849
8850 Fix PR gdb/508.
8851 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8852
24467a86
PM
88532002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8854
8855 * p-exp.y: Also use new prev_lexptr variable
8856 to improve error reporting. Based on Michael Snyder
8857 2002-04-24 dated patch to c-exp.y.
8858
95b80706
JT
88592002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8860
8861 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8862 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8863 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8864 to 0.
8865 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8866 and struct value.
8867 (FUNCTION_START_OFFSET): Remove.
8868 (BREAKPOINT): Ditto.
8869
e90cc612
JT
88702002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8871
8872 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8873 * NEWS: Ditto.
8874
6c72f9f9
JT
88752002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8876
8877 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8878 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8879 alpha_linux_pc_in_sigtramp.
8880 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8881 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8882 alpha_osf1_pc_in_sigtramp.
8883 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8884 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8885 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8886 alphafbsd_pc_in_sigtramp.
8887 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8888 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8889 alphanbsd_pc_in_sigtramp.
8890 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8891 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8892
5e4f3379
JT
88932002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8894
8895 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8896
da8ca43d
JT
88972002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8898
8899 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8900 alphanbsd-tdep.c.
8901 (alphanbsd-nat.o): New dependency list.
8902 (alphanbsd-tdep.o): Ditto.
8903 * NEWS: Note new native NetBSD/alpha configuration.
8904 * alphanbsd-nat.c: New file.
8905 * alphanbsd-tdep.c: Ditto.
8906 * configure.host (alpha*-*-netbsd*): New host.
8907 * configure.tgt (alpha*-*-netbsd*): New target.
8908 * config/alpha/nbsd.mh: New file.
8909 * config/alpha/nbsd.mt: Ditto.
8910 * config/alpha/nm-nbsd.h: Ditto.
8911 * config/alpha/tm-nbsd.h: Ditto.
8912
36a6271d
JT
89132002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8914
8915 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8916 (alpha-osf1-tdep.o): New dependency list.
8917 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8918 and skip_sigtramp_frame members.
8919 * alpha-linux-tdep.c: Include gdbcore.h.
8920 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8921 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8922 * alpha-osf1-tdep.c: New file.
8923 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8924 alpha-osf1-dep.c.
8925 (alpha_frame_past_sigtramp_frame): New function.
8926 (alpha_dynamic_sigtramp_offset): Ditto.
8927 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8928 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8929 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8930 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8931 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8932 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8933 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8934 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8935 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8936 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8937 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8938 to find_solib_trampoline_target.
8939 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8940 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8941 (SKIP_TRAMPOLINE_CODE): Remove.
8942 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8943 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8944 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8945 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8946 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8947 (PROC_SIGTRAMP_MAGIC): Ditto.
8948 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8949 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8950 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8951 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8952 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8953
2f4bc57b
JT
89542002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8955
8956 * NEWS: Note that Alpha targets are now multi-arch.
8957
665132f9
MS
89582002-04-24 Michael Snyder <msnyder@redhat.com>
8959
8960 * parser-defs.h (prev_lexptr): New external variable.
8961 * parse.c (parse_exp_1): Set prev_lexptr to null before
8962 calling the language-specific parser.
8963 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8964 (yyerror): Use prev_lexptr in error reporting.
8965
32872fa7
DJ
89662002-04-24 Daniel Jacobowitz <drow@mvista.com>
8967
8968 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8969 * gregset.h: If FILL_FPXREGSET is defined, provide
8970 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8971 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8972 is defined, call fill_fpxregset.
8973
57e76fac
MS
89742002-04-24 Roland McGrath <roland@frob.com>
8975
8976 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8977 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8978 (supply_gregset, supply_fpregset): New functions.
8979
8980 * gnu-nat.c (gnu_find_memory_regions): New function.
8981 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8982 (gnu_xfer_memory): Add a cast.
8983
f43845b3
MS
89842002-04-24 Michael Snyder <msnyder@redhat.com>
8985
361d1df0 8986 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
8987 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8988 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 8989 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
8990 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8991 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8992
a0abec03
AC
8993Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8994
8995 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8996 NUM_PSEUDO_REGS can be used.
8997
d7bd68ca
AC
89982002-04-24 Andrew Cagney <ac131313@redhat.com>
8999
9000 * arch-utils.h: Update copyright.
9001
9002 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
9003 * gdbarch.h, gdbarch.c: Re-generate.
9004
9005 * inferior.h (IN_SIGTRAMP): Delete definition.
9006 * arch-utils.c (legacy_pc_in_sigtramp): New function.
9007 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
9008
9009 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
9010 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
9011 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
9012 (find_proc_framesize): Ditto.
9013 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
9014 (alpha_init_extra_frame_info): Ditto.
9015 * infrun.c (handle_inferior_event): Ditto.
9016 (handle_inferior_event): Ditto.
9017 (check_sigtramp2): Ditto.
9018 * blockframe.c (create_new_frame): Ditto.
9019 (get_prev_frame): Ditto.
9020 * ppc-linux-tdep.c: Update comments.
9021 * i386-linux-tdep.c: Update comments.
9022 * breakpoint.c (bpstat_what): Update comment.
9023
4867e41e
DM
90242002-04-24 David S. Miller <davem@redhat.com>
9025
21d83aa5
DM
9026 * i960-tdep.c (register_in_window_p): New function.
9027 (i960_find_saved_register): Use it instead of
9028 REGISTER_IN_WINDOW_P.
9029 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
9030
4867e41e
DM
9031 * symtab.h (find_stab_function_addr): Kill extern.
9032 * minsyms.c (find_stab_function_addr): Remove from here...
9033 * dbxread.c: ... to here, and mark it static.
9034
69cdf6a2
DM
90352002-04-20 David S. Miller <davem@redhat.com>
9036
9037 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
9038 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
9039
5a595886
DM
90402002-04-21 David S. Miller <davem@redhat.com>
9041
9042 * remote-vxsparc.c (vx_read_register): Fix typo, we want
9043 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
9044 (vx_write_register): Likewise.
9045
1da1a192
JB
90462002-04-23 J. Brobecker <brobecker@gnat.com>
9047
9048 * source.c (is_regular_file): New function.
9049 (openp): Check wether file to open is a regular file
9050 to avoid opening directories.
9051
baa6f10b
JT
90522002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9053
9054 * findvar.c (extract_signed_integer): Cast printf argument
9055 to suppress format warning.
9056 (extract_unsigned_integer): Likewise.
9057 * infcmd.c (registers_info): Likewise.
9058 * top.c (get_prompt_1): Likewise.
9059 * valops.c (value_assign): Likewise.
9060 * valprint.c (print_decimal): Likewise.
9061
b2c4da81
L
90622002-04-22 H.J. Lu (hjl@gnu.org)
9063
9064 * c-exp.y (typebase): Support
361d1df0 9065
b2c4da81
L
9066 [long|long long|short] [signed|unsigned] [int|]
9067
9068 and
9069
9070 signed [long|long long|short] int
9071
f267bd6a
JT
90722002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9073
9074 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
9075 and vax-tdep.h.
9076 * vax-tdep.h: New file.
9077 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
9078 Make several routines static.
9079 (vax_get_saved_register): New function.
9080 (vax_gdbarch_init): New function.
9081 (_initialize_vax_tdep): Register vax_gdbarch_init.
9082 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
9083 Remove macros now under the control of gdbarch.
9084
da3c6d4a
MS
90852002-04-22 Michael Snyder <msnyder@redhat.com>
9086
11d3b27d
MS
9087 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
9088 Some whitespace and coding standards tweaks.
da3c6d4a 9089
a33f7558
JT
90902002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9091
9092 * vax-tdep.c: Include regcache.h.
9093 (vax_call_dummy_words): New.
9094 (sizeof_vax_call_dummy_words): New.
9095 (vax_fix_call_dummy): New function.
9096 (vax_saved_pc_after_call): Ditto.
9097 * config/vax/tm-vax.h: Don't include regcache.h.
9098 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
9099 (CALL_DUMMY): Remove.
9100 (CALL_DUMMY_WORDS): Define.
9101 (SIZEOF_CALL_DUMMY_WORDS): Define.
9102 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
9103
47a73475
MS
91042002-04-18 Michael Snyder <msnyder@redhat.com>
9105
9106 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
9107
52efde73
JT
91082002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9109
9110 * vax-tdep.c (vax_frame_chain): New function.
9111 (vax_push_dummy_frame): Ditto.
9112 (vax_pop_frame): Ditto.
9113 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
9114 (FRAMELESS_FUNCTION_INVOCATION): Use
9115 generic_frameless_function_invocation_not.
9116 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
9117 (POP_FRAME): Use vax_pop_frame.
9118
ea74468c
JT
91192002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9120
9121 * vax-tdep.c (vax_store_struct_return): New function.
9122 (vax_extract_return_value): Ditto.
9123 (vax_store_return_value): Ditto.
9124 (vax_extract_struct_value_address): Ditto.
9125 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
9126 vax_store_struct_return.
9127 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
9128 (STORE_RETURN_VALUE): Use vax_store_return_value.
9129 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
9130
5516aa92
JT
91312002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9132
9133 * vax-tdep.c (vax_frame_saved_pc): New function.
9134 (vax_frame_args_address_correct): Ditto.
9135 (vax_frame_args_address): Ditto.
9136 (vax_frame_locals_address): Ditto.
9137 (vax_frame_num_args): Move code to be in proximity to
9138 other frame-related functions.
9139 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
9140 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
9141 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
9142 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
9143 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
9144
36af0b35
L
91452002-04-22 H.J. Lu (hjl@gnu.org)
9146
9147 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
9148 includedir.
9149
ab62c900
JT
91502002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9151
9152 * vax-tdep.c (vax_frame_init_saved_regs): New function.
9153 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
9154 (FRAME_INIT_SAVED_REGS): New macro.
9155
7232b100
JT
91562002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9157
9158 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
9159
b70d2aee
JT
91602002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9161
9162 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
9163 where needed.
9164 (fetch_osf_core_registers): Likewise.
9165 (supply_gregset): Likewise.
9166
a0e8a2d1 91672002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 9168
a0e8a2d1
JB
9169 * symfile.h (get_section_index): Define.
9170 * symfile.c (get_section_index): New function.
9171 * mdebugread.c (SC_IS_SBSS): New macro.
9172 (SC_IS_BSS): Return true for the scBss storage class only, as
9173 the scSBss storage class refers to the .sbss section.
9174 (parse_partial_symbols): Discard the symbols which associated
9175 section does not exist.
9176 Make sure to use the .sbss section index for symbols which
9177 storage class is scBss, rather than using the .bss section index.
9178
51eb8b08
JT
91792002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9180
9181 * vax-tdep.c: Update copyright years.
9182 (vax_register_name): New function.
9183 (vax_register_byte): Ditto.
9184 (vax_register_raw_size): Ditto.
9185 (vax_register_virtual_size): Ditto.
9186 (vax_register_virtual_type): Ditto.
9187 * config/vax/tm-vax.h: Update copyright years.
9188 (REGISTER_NAMES): Remove.
9189 (REGISTER_NAME): Define.
9190 (REGISTER_BYTE): Use vax_register_byte.
9191 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
9192 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
9193 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
9194
6cc1c0a8
AC
91952002-04-21 Andrew Cagney <ac131313@redhat.com>
9196
9197 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
9198 declaration
9199 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
9200
9319a2fe
DM
92012002-04-21 David S. Miller <davem@redhat.com>
9202
9203 * arch-utils.c (generic_prologue_frameless_p): Kill
9204 SKIP_PROLOGUE_FRAMELESS_P code.
9205 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9206 references.
9207 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
9208 * arc-tdep.c (arc_prologue_frameless_p): Implement.
9209 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9210 references.
9211 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
9212 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
9213 (sparc_gdbarch_init): Pass it to
9214 set_gdbarch_prologue_frameless_p.
a0e8a2d1 9215
e9ed6d01
JT
92162002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9217
9218 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
9219 (alphabsd-nat.o): New dependency list.
9220
36012033
JT
92212002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9222
9223 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
9224 alphafbsd-tdep.c.
9225 (alpha-linux-tdep.o): New dependency list.
9226 (alphafbsd-tdep.o): Likewise.
9227
3379287a
JT
92282002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9229
9230 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
9231 to here...
9232 * alpha-tdep.c: ...from here.
9233 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9234
4bcbd6cb
JT
92352002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9236
9237 * config/alpha/tm-alpha.h: Move alpha_software_single_step
9238 prototype from here...
9239 * alpha-tdep.h: ...to here.
9240
b31da25e
AC
92412002-04-21 Andrew Cagney <ac131313@redhat.com>
9242
9243 * frame.h (selected_frame_level): Document as deprecated.
9244 (frame_relative_level): Declare.
9245 * stack.c (frame_relative_level): New function.
9246 (selected_frame_level): Document as deprecated.
9247 (select_frame): Do not set the selected_frame_level.
9248
9249 * stack.c (frame_info, record_selected_frame): Update.
9250 (frame_command, current_frame_command): Update.
9251 (up_silently_base, up_command, down_silently_base): Update.
9252 (down_command): Update.
9253 * inflow.c (kill_command): Update.
9254 * tracepoint.c (finish_tfind_command): Update.
9255 * corelow.c (core_open): Update.
9256 * thread.c (info_threads_command): Update.
9257 (do_captured_thread_select): Update.
9258 * infcmd.c (finish_command): Update.
9259 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9260
9c1d6fe5
JT
92612002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9262
9263 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9264
ab89facf
AC
92652002-04-21 Andrew Cagney <ac131313@redhat.com>
9266
9267 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
9268 type const.
9269
82a4efa1
JT
92702002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9271
9272 * alphafbsd-tdep.c: Update copyright years. Include
9273 alpha-tdep.h.
9274 (alphafbsd_use_struct_convention): Make static.
9275 (alphafbsd_init_abi): New function.
9276 (_initialize_alphafbsd_tdep): New function.
9277 * config/alpha/tm-fbsd.h: Update copyright years.
9278 (USE_STRUCT_CONVENTION): Remove.
9279
44dffaac
JT
92802002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9281
9282 * alpha-tdep.c (alpha_abi_handler): New structure to describe
9283 an Alpha ABI variant.
9284 (alpha_abi_handler_list): Declare.
9285 (alpha_gdbarch_register_os_abi): New function.
9286 (alpha_gdbarch_init): Give registered ABI variant handlers a
9287 chance to tweak the gdbarch once we have set up defaults.
9288 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9289
65585be4
JT
92902002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9291
9292 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9293 to standard_coerce_float_to_double.
9294 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9295
d9b023cc
JT
92962002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9297
9298 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9299 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9300 from gdbarch_tdep rather than a constant.
9301 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9302 the default text address for all Alpha Unix ABIs.
9303 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9304 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9305
dc129d82
JT
93062002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9307
9308 * alpha-tdep.h: New file. Includes several Alpha target constants
9309 taken from...
9310 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9311 let gdbarch deal with.
9312 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9313 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9314 to dependency list.
9315 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9316 Alpha target register names.
9317 * alphabsd-nat.c: Likewise.
9318 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9319 Alpha target register names. Make serveral routines static.
9320 (alpha_get_saved_register): New function.
9321 (alpha_abi_names): New.
9322 (process_note_abi_tag_sections): New function.
9323 (get_elfosabi): New function.
9324 (alpha_gdbarch_init): New function.
9325 (alpha_dump_tdep): New function.
9326 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9327
d49d1e0a
AC
93282002-04-21 Andrew Cagney <ac131313@redhat.com>
9329
9330 * frame.c (find_saved_register): Delete #ifdef
9331 HAVE_REGISTER_WINDOWS code.
9332 * config/sparc/tm-sparc.h: Update comments.
9333 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9334
92e8c9ed
AC
93352002-04-21 Andrew Cagney <ac131313@redhat.com>
9336
9337 * i960-tdep.c (i960_find_saved_register): New function.
9338 (i960_get_saved_register): New function.
9339 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9340 (i960_get_saved_register): Declare.
9341 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9342
e1925118
DM
93432002-04-20 David S. Miller <davem@redhat.com>
9344
9345 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9346
29673b29
AC
93472002-04-20 Andrew Cagney <ac131313@redhat.com>
9348
9349 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9350 instead of NUM_PSEUDO_REGS.
9351
6c86dcd5
DM
93522002-04-20 David S. Miller <davem@redhat.com>
9353
9354 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9355 GDB_MULTI_ARCH_PARTIAL
9356 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9357 define, let tm-sp64.h do it.
9358
aa40ec90
JT
93592002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
9360
9361 * frame.c (find_saved_register): Avoid a NULL pointer
9362 dereference and actually walk the frame list.
9363
0f79675b
AC
93642002-04-20 Andrew Cagney <ac131313@redhat.com>
9365
9366 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9367 sorted in most most-recent-used order. Document.
9368 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 9369
f91305dd 93702002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
9371
9372 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9373 instead of ->prev.
9374 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9375 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9376 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9377 instead of ->prev.
9378
73d322b1
EZ
93792002-04-19 Elena Zannoni <ezannoni@redhat.com>
9380
9381 Fix PR gdb/471.
9382 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9383 (build_builtin_type_vec128): Ditto.
9384 (append_composite_type_field): Fix calculation of type length in
9385 union case.
9386
ccd9a834
EZ
93872002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9388
9389 * config/djgpp/README: Update.
9390
9391 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9392 compiler warnings.
9393
a57f9e49
JT
93942002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9395
9396 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9397 (alpha_setup_arbitrary_frame): ...to this.
9398 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9399 for alpha_setup_arbitrary_frame.
9400
f4f9705a
AC
94012002-04-18 Andrew Cagney <cagney@redhat.com>
9402
9403 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9404 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 9405
f4f9705a
AC
9406 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9407 * target.h (memory_breakpoint_from_pc): Update declaration.
9408 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9409
9410 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9411 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9412 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9413 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9414 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9415 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9416 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9417 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9418 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9419 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9420 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9421 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9422
9423 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9424 const pointer.
9425 * monitor.c (monitor_insert_breakpoint): Ditto.
9426 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9427
9428 * config/mcore/tm-mcore.h: Update copyright.
9429 * mem-break.c: Ditto.
9430 * xstormy16-tdep.c: Ditto.
9431
29f319b8
PM
94322002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9433
9434 * p-exp.y: Add precedence rule for '^' token.
9435 This removes the shift/reduce conflicts.
9436 Remove the comment concerning these shift/reduce conflicts.
9437
ebeac11a
EZ
94382002-04-18 Elena Zannoni <ezannoni@redhat.com>
9439
9440 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9441 (registers_powerpc_nofp): New register set for processors
9442 without floating point unit.
9443
27c31547
DM
94442002-04-18 David S. Miller <davem@redhat.com>
9445
9446 * MAINTAINERS: Add myself to write-after-approval.
9447
47a73475
MS
94482002-04-17 Michael Snyder <msnyder@redhat.com>
9449
9450 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9451
953836b2
AC
94522002-04-17 Andrew Cagney <ac131313@redhat.com>
9453
9454 * rs6000-tdep.c (frame_initial_stack_address): Use
9455 frame_register_read to read the alloca_reg.
9456
8b0d4340
AC
94572002-04-17 Andrew Cagney <ac131313@redhat.com>
9458
9459 * frame.c (find_saved_register): Find saved registers in the next
9460 not prev frame.
9461 Fix PR gdb/365.
9462
d8864532
AC
94632002-04-17 Andrew Cagney <ac131313@redhat.com>
9464
9465 * gdbarch.sh (LANG): Set to ``c''.
9466
36cc83a3 94672002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 9468
36cc83a3 9469 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 9470
2f4150cc 94712002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
9472
9473 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9474 Update copyright.
9475
628703c6 9476 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 9477 Also fix PR gdb/391.
361d1df0 9478
56157b4a
AC
94792002-04-14 Andrew Cagney <ac131313@redhat.com>
9480
9481 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9482 * aclocal.m4, configure: Re-generate.
9483 Fix PR gdb/391.
361d1df0 9484
6d1e3329
EZ
94852002-04-14 Elena Zannoni <ezannoni@redhat.com>
9486
9487 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9488 instead of tm_print_insn.
9489
cb06fa07
EZ
94902002-04-14 Elena Zannoni <ezannoni@redhat.com>
9491
9492 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9493
f208ba17
AC
94942002-04-14 Andrew Cagney <ac131313@redhat.com>
9495
9496 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9497 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9498 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9499
20f01a46
DH
95002002-04-12 Don Howard <dhoward@redhat.com>
9501
9502 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9503 max_user_call_depth.
9504 (init_cmd_lists): Initialize the new value;
9505 * cli/cli-script.c (execute_user_command): Limit the call depth of
9506 user defined commands. This avoids a core-dump when user commands
9507 are infinitly recursive.
9508
a88376a3
KB
95092002-04-12 Kevin Buettner <kevinb@redhat.com>
9510
9511 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9512 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9513 from tdep struct instead of DEFAULT_LR_SAVE.
9514 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9515 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9516 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9517
f2172603
MS
95182002-04-12 Michael Snyder <msnyder@redhat.com>
9519
694f61fb 9520 * Remote.c: Spelling fix.
20fe79c8
MS
9521 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9522 If no symbol found for "sbrk", try "_sbrk".
9523 (make_output_phdrs): Use bfd_section_name.
9524 (gcore_copy_callback): Use bfd_section_name.
62995fc4 9525 * eval.c: Indentation fix-ups.
169a7369
MS
9526 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9527 in case it gets applied to an address that is already
9528 in the instruction space.
de74f71f
MS
9529 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9530 * symfile.c: Fix indentation, long lines.
f2172603
MS
9531 * source.c: White space fix-up.
9532
cda5a58a
AC
95332002-04-12 Andrew Cagney <cagney@redhat.com>
9534
9535 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9536 * frame.c (frame_register_read): New function. Return non-zero on
9537 success.
9538 (read_relative_register_raw_bytes_for_frame): Delete.
9539 (read_relative_register_raw_bytes): Delete.
9540 * frame.h (frame_register_read): Declare.
9541 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9542 * sh-tdep.c: Ditto.
9543 * infcmd.c (do_registers_info): Ditto.
9544 * hppa-tdep.c: Ditto.
9545 * rs6000-tdep.c: Ditto.
9546 * h8500-tdep.c: Ditto.
9547 * mips-tdep.c: Ditto.
9548 * h8300-tdep.c: Ditto.
9549 * z8k-tdep.c: Ditto.
9550
2ea5f656
KB
95512002-04-12 Kevin Buettner <kevinb@redhat.com>
9552
9553 From Jimi X <jimix@watson.ibm.com>:
9554 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9555 64-bit SysV ABI.
9556
27b15785
KB
95572002-04-12 Kevin Buettner <kevinb@redhat.com>
9558
9559 From Jimi X <jimix@watson.ibm.com>:
9560 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9561 bfd info.
9562
5d57ee30
KB
95632002-04-12 Kevin Buettner <kevinb@redhat.com>
9564
9565 From Jimi X <jimix@watson.ibm.com>:
9566 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9567 register sets for these processor variants.
9568
bc1e36ca
DJ
95692002-04-11 Daniel Jacobowitz <drow@mvista.com>
9570
bc1e36ca
DJ
9571 * regformats/reg-ppc.dat: Support FPSCR.
9572
e3f36dbd
KB
95732002-04-11 Kevin Buettner <kevinb@redhat.com>
9574
9575 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9576 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9577 Add fpscr as an invalid/unfetchable register.
9578 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9579 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9580 (fill_fpregset): Add support for register fpscr.
9581 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9582 (fill_gregset): Account for the fact that register ``mq'' might
9583 not exist.
9584 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9585 (registers_power): Add fpscr to register set at slot 71.
9586 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9587 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9588
943c9c25
MS
95892002-04-11 Michael Snyder <msnyder@redhat.com>
9590
9591 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9592 * configure: Regenerate.
9593 * config.in: Regenerate.
9594 * acconfig.h: Add define for _SYSCALL32.
9595 * core-sol2.c: Remove #define _SYSCALL32.
9596 * solib-legacy.c: Remove #define _SYSCALL32.
9597
d8c0a2e7
AC
95982002-04-10 Andrew Cagney <ac131313@redhat.com>
9599
9600 * stack.c (select_frame): Cleanup internal error message, do not
9601 use %p.
9602
7cc19214
AC
96032002-04-10 Andrew Cagney <ac131313@redhat.com>
9604
9605 * stack.c (select_frame): Check that selected_frame and the
9606 specified level are as expected.
9607 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9608 Update copyright.
9609 * frame.h (struct frame_info): Add field `level'. Update
9610 copyright.
9611 Work-in-progress PR gdb/464.
9612
67a2b77e
AC
96132002-04-10 Andrew Cagney <ac131313@redhat.com>
9614
9615 * maint.c (maint_print_section_info): Rename print_section_info.
9616 (print_bfd_section_info, print_objfile_section_info): Update.
9617 * inferior.h (struct gdbarch): Add opaque declaration.
9618 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9619 * gdbarch.h: Regenerate.
9620
8cfda98c
ML
96212002-04-10 Michal Ludvig <mludvig@suse.cz>
9622
9623 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9624 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9625 (kernel_u_size): Added.
9626 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9627 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9628
ca439ad2 96292002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 9630
ca439ad2
JI
9631 * valarith.c (find_size_for_pointer_math): New function, either returns
9632 the size for a pointer's target, returns 1 for void *, or errors for
9633 incomplete types.
9634 (value_add, value_sub): use find_size_for_pointer_math.
9635
2f2893d9
DJ
96362002-04-09 Daniel Jacobowitz <drow@mvista.com>
9637
9638 * linux-low.c (linux_look_up_symbols): New hook.
9639 (linux_target_ops): Add linux_look_up_symbols.
9640 * remote-utils.c (decode_address): New function.
9641 (look_up_one_symbol): New function.
9642 * server.c (handle_query): Call target look_up_symbols hook.
9643 * server.h (look_up_one_symbol): Add prototype.
9644 * target.h (struct target_ops): Add look_up_symbols hook.
9645
96cb11df
AC
96462002-04-09 Andrew Cagney <ac131313@redhat.com>
9647
9648 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9649 override FP_REGNUM with frame->fp. Update copyright.
9650 * parse.c (num_std_regs, std_regs): Delete.
9651 (target_map_name_to_register): Do not search std_regs. Update
9652 function description.
9653 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9654 declarations. Update copyright.
9655 Fix PR gdb/251.
361d1df0 9656
97658e92
DJ
96572002-04-09 Daniel Jacobowitz <drow@mvista.com>
9658
9659 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9660 after the last symbol in a block.
9661
6044e3eb
PM
96622002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9663
9664 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9665 is non zero as a found symbol.
9666
0406ec40
AC
96672002-04-08 Andrew Cagney <ac131313@redhat.com>
9668
9669 * findvar.c: Include "builtin-regs.h".
9670 (value_of_register): Call value_of_builtin_reg when applicable.
9671 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9672 (target_map_name_to_register): Call
9673 builtin_reg_map_name_to_regnum.
9674 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9675 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9676 (builtin_regs_h): Define.
9677 (builtin-regs.o): New target.
9678 (findvar.o): Add $(builtin_regs_h).
9679 * builtin-regs.c, builtin-regs.h: New files.
9680 * std-regs.c: New file.
9681 Partial fix for PR gdb/251.
9682
56a6dfb9
KB
96832002-04-08 Kevin Buettner <kevinb@redhat.com>
9684
9685 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9686 it's no longer required.
9687
3a808432
AC
96882002-04-08 Andrew Cagney <ac131313@redhat.com>
9689
9690 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9691
7c40d541
KB
96922002-04-08 Kevin Buettner <kevinb@redhat.com>
9693
9694 From Jimi X <jimix@watson.ibm.com>:
9695 * rs6000-tdep.c (rs6000_software_single_step): Use
9696 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9697 and size. Use target_insert_breakpoint() and
9698 target_remove_breakpoint() to insert and remove breakpoints
9699 instead of explicit memory reads and writes.
9700
cc9836a8
KB
97012002-04-08 Kevin Buettner <kevinb@redhat.com>
9702
9703 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9704 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9705 ELF_OBJECT_FORMAT ifdef.
9706
7495d1dc
KB
97072002-04-08 Kevin Buettner <kevinb@redhat.com>
9708
9709 From Jimi X <jimix@watson.ibm.com>:
9710 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9711
4288e836
KB
97122002-04-08 Kevin Buettner <kevinb@redhat.com>
9713
9714 From Jimi X <jimix@watson.ibm.com>:
9715 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9716 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9717
a4e4e501
MK
97182002-04-07 Mark Kettenis <kettenis@gnu.org>
9719
9720 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9721 s/asprintf/xasprintf/.
9722 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9723
006defba
AC
97242002-04-07 Andrew Cagney <ac131313@redhat.com>
9725
9726 I believe Jeff Law denies responsability for this one:
9727 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9728 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9729 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9730 Work-around for PR gdb/366.
9731
7aa83cac
EZ
97322002-04-07 Elena Zannoni <ezannoni@redhat.com>
9733
9734 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9735 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9736 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9737
cf1fcca1
EZ
97382002-04-07 Elena Zannoni <ezannoni@redhat.com>
9739
9740 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9741 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9742 information.
9743
3f289e6f
AC
97442002-04-07 Andrew Cagney <ac131313@redhat.com>
9745
9746 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9747 maintainer.
9748
129188f6
AC
97492002-04-07 Andrew Cagney <ac131313@redhat.com>
9750
9751 * README (Reporting Bugs in GDB): Document the bug web page as the
9752 prefered way of submitting bugs.
9753 Fix PR gdb/402.
9754
1200cd6e
AC
97552002-04-06 Andrew Cagney <ac131313@redhat.com>
9756
9757 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9758 -1. Update comment.
9759 * gdbarch.h, gdbarch.c: Re-generate.
9760
2853c33c
AS
97612002-04-07 Andreas Schwab <schwab@suse.de>
9762
9763 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9764 buffer to regcache_collect.
9765
c2169756
AC
97662002-04-06 Andrew Cagney <ac131313@redhat.com>
9767
9768 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9769 * gdbarch.c, gdbarch.h: Re-generate.
9770
25f1b008
AC
97712002-04-06 Andrew Cagney <ac131313@redhat.com>
9772
9773 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9774 declaration. Fix -Werror.
9775
59263426
DJ
97762002-04-05 Daniel Jacobowitz <drow@mvista.com>
9777
9778 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9779 * gdbarch.c: Regenerate.
9780
f5db4da3
MS
97812002-04-05 Michael Snyder <msnyder@redhat.com>
9782
80f8a6eb
MS
9783 * breakpoint.c (clear_command): Rewrite middle section to
9784 combine two loops with identical control conditions.
9785 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
9786 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9787
ad3dcc5c
L
97882002-04-05 H.J. Lu (hjl@gnu.org)
9789
9790 * solib-svr4.c (bkpt_names): Add "__start".
9791
f32e7a74
AC
97922002-04-04 Andrew Cagney <ac131313@redhat.com>
9793
9794 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9795 as test for 64 bit target.
9796
8227c0ff
AC
97972002-04-05 Andrew Cagney <ac131313@redhat.com>
9798
9799 * h8500-tdep.c (h8500_write_fp): Delete function.
9800 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9801 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9802 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9803 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9804 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9805 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9806 (s390_write_fp):
9807 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9808 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9809 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9810 (d10v_write_fp): Delete function.
9811 * inferior.h (write_fp, generic_target_write_fp): Delete
9812 declarations.
9813 * regcache.c (generic_target_write_fp): Delete function.
9814 (write_fp): Delete function.
9815 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9816 * gdbarch.h, gdbarch.c: Regenerate.
9817 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9818 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9819 (sparc64_write_fp): Delete declaration.
9820 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9821 (h8500_write_fp): Delete declaration.
9822
2757dd86
AC
98232002-04-04 Andrew Cagney <ac131313@redhat.com>
9824
9825 * sparc-tdep.c (sparc64_write_fp): Delete.
9826 (sparc_push_dummy_frame): Replace write_fp call with code to store
9827 the FP directly.
9828 (sparc_gdbarch_init): Do not initialize write_fp.
9829
c69255e1
KB
98302002-04-05 Kevin Buettner <kevinb@redhat.com>
9831
9832 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9833 clause.
9834
ae767bfb
JB
98352002-03-29 Jim Blandy <jimb@redhat.com>
9836
9837 * stack.c (get_selected_block): Add new argument `addr_in_block',
9838 used to return the exact code address we used to select the block,
9839 not just the block.
9840 * blockframe.c (get_frame_block, get_current_block): Same.
9841 * frame.h (get_frame_block, get_current_block,
9842 get_selected_block): Update declarations.
9843 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9844 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9845
84d2ac95
MS
98462002-04-05 Michael Snyder <msnyder@redhat.com>
9847
9848 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9849 warning message.
9850
596aa3bf
JB
98512002-04-05 J. Brobecker <brobecker@gnat.com>
9852
9853 * utils.c (xfullpath): New function.
9854 * defs.h (xfullpath): Add declaration.
9855 * source.c (openp): Use xfullpath in place of gdb_realpath to
9856 avoid resolving the basename part of filenames when the
9857 associated file is a symbolic link. This fixes a potential
9858 inconsistency between the filenames known to GDB and the
9859 filenames it prints in the annotations.
9860 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9861 to be able to match a filename with either the real filename, or
9862 the name of any symbolic link to this file.
9863 (lookup_partial_symtab): Ditto.
9864
c02f5703
MS
98652002-04-04 Michael Snyder <msnyder@redhat.com>
9866
9867 * breakpoint.c: Add support for hardware breakpoints in overlays.
9868 (overlay_events_enabled): New state variable.
9869 (insert_breakpoints): Use overlay_events_enabled to decide
9870 whether to attempt to set a breakpoint at the overlay load addr.
9871 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9872 (remove_breakpoint): Use overlay_events_enabled to decide
9873 whether breakpoints need to be removed from overlay load addr.
9874 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9875 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 9876 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
9877 disable_overlay_breakpoints): Update overlay_events_enabled.
9878
5fb290d7
DJ
98792002-04-04 Daniel Jacobowitz <drow@mvista.com>
9880
9881 * dwarf2read.c (struct function_range): New.
9882 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9883 (check_cu_functions): New.
9884 (read_file_scope): Initialize global function lists.
9885 Call dwarf_decode_line after processing children.
9886 (read_func_scope): Add to global function list.
9887 (dwarf_decode_lines): Call check_cu_functions everywhere
9888 record_line is called. Call record_line with a linenumber
9889 of 0 to mark sequence ends.
9890
7b3fabf0
ML
98912002-04-04 Michal Ludvig <mludvig@suse.cz>
9892
361d1df0 9893 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
9894 change sync with glibc.
9895
bce58c09
JB
98962002-04-03 Jim Blandy <jimb@redhat.com>
9897
9898 * configure.in: Call AC_C_INLINE.
9899 * configure: Regenerated.
361d1df0 9900
2fccf04a
DJ
99012002-04-01 Daniel Jacobowitz <drow@mvista.com>
9902
9903 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9904 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9905
2d1bfe2e
MK
99062002-03-31 Mark Kettenis <kettenis@gnu.org>
9907
a5941fbf
MK
9908 * NEWS: Mention gcore support on FreeBSD/i386.
9909
a90cd31d
MK
9910 * fbsd-proc.c: New file.
9911 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9912 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9913
2d1bfe2e
MK
9914 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9915 while statement.
9916
9eb6e5a1
JB
99172002-03-29 Jim Blandy <jimb@redhat.com>
9918
9919 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9920 unescaped newlines in string literals, but newer ones don't. So
9921 escape them.
9922
f02df580
MS
99232002-03-26 Michael Snyder <msnyder@redhat.com>
9924 Andrew Cagney <cagney@redhat.com>
9925
361d1df0 9926 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
9927 restore file to memory.
9928 * cli/cli-dump.h: New file.
9929 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 9930 * NEWS: Mention new commands.
f02df580 9931
109f874e
MS
99322002-03-28 Michael Snyder <msnyder@redhat.com>
9933
9934 * symfile.c (symbol_file_add): Move test for null symbols to later.
9935
520f6ade
AC
99362002-03-27 Andrew Cagney <ac131313@redhat.com>
9937
9938 From veksler at il.ibm.com:
9939 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9940 the xstrduped original path.
9941 Fix PR gdb/417.
9942
d4654627
MS
99432002-03-27 Michael Snyder <msnyder@redhat.com>
9944
9945 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9946 * infcmd.c (_initialize_infcmd): Ditto.
9947 * language.c (_initialize_language): Ditto.
9948 * symfile.c (_initialize_symfile): Ditto.
9949 * top.c (_init_main): Ditto.
9950 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9951
6be8bc0c
EZ
99522002-03-27 Elena Zannoni <ezannoni@redhat.com>
9953
9954 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9955 vector registers handling.
9956 (skip_prologue): Handle new AltiVec instructions. Fill in new
9957 fields of frame data.
9958 (frame_get_saved_regs): Fill in information for AltiVec registers.
9959
12af6855
JB
99602002-03-27 Jim Blandy <jimb@redhat.com>
9961
9962 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9963 a function; leave this macro here to invoke that function.
9964 (symbol_init_mangled_name): Declaration for that function.
9965 * symtab.c (symbol_init_mangled_name): New function.
9966
dc672865
AC
99672002-03-27 Andrew Cagney <ac131313@redhat.com>
9968
9969 * valarith.c: Replace strerror with safe_strerror.
9970 * tracepoint.c: Ditto.
9971 * lin-lwp.c: Ditto.
9972 * go32-nat.c: Ditto.
9973 * inflow.c: Ditto.
9974 * gnu-nat.c: Ditto.
9975
d96429cd
AS
99762002-03-27 Andreas Schwab <schwab@suse.de>
9977
9978 * event-top.c (command_line_handler): Remove useless if.
9979
7e336ba1
AJ
99802002-03-27 Andreas Jaeger <aj@suse.de>
9981
9982 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9983 comment.
9984
de220d0f
ML
99852002-03-27 Michal Ludvig <mludvig@suse.cz>
9986
9987 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9988 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9989 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9990 (x86_64_linux_dr_get_status, supply_gregset),
9991 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9992 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9993 (x86_64_register_info_table): Add.
9994 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9995 (x86_64_register_raw_size, x86_64_register_virtual_type),
9996 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9997 general x86_64_register_info_table.
9998 (i386_gdbarch_init): gdbarch_register_bytes is now set
9999 dynamicaly during initialization.
10000 * regformats/reg-x86-64.dat: Synced with changes to registers above.
10001 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 10002
0e98d0a7
DJ
100032002-03-27 Daniel Jacobowitz <drow@mvista.com>
10004
10005 * gdbserver/server.c (main): Call target_signal_to_host_p
10006 and target_signal_to_host on signals received from the remote.
10007 * gdbserver/remote-utils.c (prepare_resume_reply): Call
10008 target_signal_from_host on signals sent to the remote.
10009 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
10010 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
10011
3130066b
DJ
100122002-03-27 Daniel Jacobowitz <drow@mvista.com>
10013
10014 * signals/signals.c: Include "server.h" in gdbserver build.
10015 (target_signal_from_name): Don't use STREQ.
10016 (_initialize_signals): Likewise. Don't include function in
10017 gdbserver build.
10018
9aedf4f4
DJ
100192002-03-27 Daniel Jacobowitz <drow@mvista.com>
10020
10021 * signals.c: Moved to...
10022 * signals/signals.c: Here.
7e336ba1 10023 * Makefile (signals.o): Update.
9aedf4f4 10024
3fa41cdb
JL
100252002-03-26 Jeff Law (law@redhat.com)
10026
10027 * somread.c (som_symtab_read): Remove some commented out code and
10028 updated related comments. Do not set the minimal symbol table to
10029 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
10030 in a dynamic executable.
10031 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
10032 where we are unable to find the minimal symbol for the given
10033 PC value.
10034
ee677e8d
MS
100352002-03-25 Jeff Law (law@redhat.com)
10036
10037 * linux-proc.c (read_mapping): Scan up to end of line for filename.
10038
e76e1718
ML
100392002-03-25 Michal Ludvig <mludvig@suse.cz>
10040
10041 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
10042
18a642a1
AC
100432002-03-23 Andrew Cagney <ac131313@redhat.com>
10044
10045 * command.h: Update copyright.
10046 (struct cmd_list_element): Replace definition with opaque
10047 declaration.
10048 (enum cmd_types): Document that it will eventually be moved to
10049 cli/cli-decode.h
10050 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
10051 (MALLOCED_REPLACEMENT): Delete macro.
10052 * Makefile.in (cli_decode_h): Add $(command_h).
10053 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 10054 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
10055 * completer.c: Include "cli/cli-decode.h".
10056 * maint.c: Include "cli/cli-decode.h".
10057 * cli/cli-decode.h: Include "command.h".
10058 (enum command_class): Delete.
10059 (enum cmd_types): Comment out.
10060 (enum cmd_auto_boolean): Delete.
10061 (enum var_types): Delete.
10062
b2875cc0
AC
100632002-03-23 Andrew Cagney <ac131313@redhat.com>
10064
10065 * cli/cli-decode.c: Include "gdb_assert.h".
10066 (add_set_or_show_cmd): New static function.
10067 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
10068 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
10069 all fields, such as func, from the set command.
10070
3b45974e
AC
100712002-03-23 Andrew Cagney <ac131313@redhat.com>
10072
10073 * MAINTAINERS (sh-elf): Change warning flag to -w.
10074
823ca731
AC
100752002-03-23 Andrew Cagney <cagney@redhat.com>
10076
10077 * defs.h (error): Add printf format attribute.
10078 * thread-db.c (thread_from_lwp): Fix error format string.
10079 * stack.c (parse_frame_specification): Ditto.
10080 * cli/cli-decode.c (undef_cmd_error): Ditto.
10081 * scm-lang.c (scm_lookup_name): Ditto.
10082 * tracepoint.c (trace_error): Ditto.
10083 * remote-utils.c (usage): Ditto.
10084 * remote.c (compare_sections_command): Ditto.
10085 Fix PR gdb/328.
10086
0e101458
AC
100872002-03-22 Andrew Cagney <ac131313@redhat.com>
10088
10089 * gdbtypes.c (append_composite_type_field): New function.
10090 (init_composite_type): New function.
10091 * gdbtypes.h (append_composite_type_field): Declare.
10092 (init_composite_type): Ditto.
10093
8e0662df
EZ
100942002-03-22 Elena Zannoni <ezannoni@redhat.com>
10095
10096 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 10097 function.
8e0662df
EZ
10098 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
10099 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
10100 structure returning convention for SYSV ABI case, but not
10101 for GNU/Linux, FreeBSD, or NetBSD.
10102
3121eff0
DJ
101032002-03-22 Daniel Jacobowitz <drow@mvista.com>
10104
10105 * symtab.h (lookup_block_symbol): Add mangled_name argument
10106 to prototype.
10107
10108 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
10109 with new mangled_name argument.
10110 * linespec.c (decode_line_1): Likewise.
10111 * valops (value_of_this): Likewise.
10112 * symtab.c (lookup_transparent_type): Likewise.
10113 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
10114 (lookup_symbol): If we are given a mangled name, pass it down
10115 to lookup_symbol_aux.
10116 (lookup_block_symbol): If we are given a mangled name to check
10117 against, only return symbols which match it.
10118
349b409f
CF
101192002-03-22 Christopher Faylor <cgf@redhat.com>
10120
10121 * win32-nat.c (child_create_inferior): Check for proper shell to use
10122 here, in case the user changes it on the fly.
10123 (_initialize_inftarg): Remove shell path considerations.
10124
2a873819
EZ
101252002-03-21 Elena Zannoni <ezannoni@redhat.com>
10126
10127 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
10128 for gdbarch_max_register_raw_size and max_register_virtual_size.
10129 Adjust copyright year.
10130
a1b9830c
DJ
101312002-03-21 Daniel Jacobowitz <drow@mvista.com>
10132
10133 * dbxread.c (process_one_symbol): Extend the first N_SLINE
10134 in a function to cover the entire beginning of the function
10135 as well if it does not already.
10136
8b5790f2
TR
101372002-03-21 Tom Rix <trix@redhat.com>
10138
10139 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
10140 (rs6000_ptrace64): Renamed from ptrace64.
10141
bdbe5747
MH
101422002-03-20 Martin M. Hunt <hunt@redhat.com>
10143
10144 * gdbserver/remote-utils.c (remote_open): Don't call
10145 getprotobyname, we're all using TCP here so just use
10146 IPPROTO_TCP.
7e336ba1 10147 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
10148
101492002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 10150
bdbe5747
MH
10151 * regcache.c (_initialize_regcache): No need to call
10152 build_regcache() at this time; it gets called whenever
10153 the gdbarch changes.
10154
7781cd62
DB
101552002-03-20 David O'Brien <obrien@FreeBSD.org>
10156
10157 * sparc-nat.c: Include sys/param.h where possible.
10158
f65ca430
DJ
101592002-03-20 Daniel Jacobowitz <drow@mvista.com>
10160
10161 Fix PR gdb/422.
10162 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
10163 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
10164 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
10165 complex types.
10166 * stabsread.c (rs6000_builtin_type): Likewise.
10167 (read_sun_floating_type): Likewise.
10168
0c867556
PS
101692002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10170
10171 * stabsread.c (read_member_functions): Remove skip code for duplicate
10172 constructor/destructor methods. Use standard parsing for these
10173 methods and just do not chain them to the list of methods after
10174 parsing.
10175
12b9c64f
AO
101762002-03-19 Alexandre Oliva <aoliva@redhat.com>
10177
10178 * coffread.c: Remove redundant static declarations. Replace
10179 occurrences of `PTR' with `void *'.
10180 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
10181 * top.h (quit_cover): Likewise.
10182 * defs.h (catch_errors): Likewise.
10183
349c5d5f
AC
101842002-03-18 Andrew Cagney <ac131313@redhat.com>
10185
10186 * defs.h (XMALLOC): Define.
10187 * gdb-events.sh (XMALLOC): Delete macro.
10188 * gdb-events.c, gdb-events.h: Regenerate.
10189 * gdbarch.sh (XMALLOC): Delete macro.
10190 * gdbarch.c: Regenerate.
10191 * serial.c (XMALLOC): Delete macro.
10192 * ui-file.c (XMALLOC): Ditto.
10193 * ser-unix.h (XMALLOC): Ditto.
10194 * sh-tdep.c (XMALLOC): Ditto.
10195 * ui-out.c (XMALLOC): Ditto.
10196 * utils.c (XMALLOC): Ditto.
10197 * i386-tdep.c (XMALLOC): Ditto.
10198 * gdb-events.c (XMALLOC): Ditto.
10199 * d10v-tdep.c (XMALLOC): Ditto.
10200 * cli-out.c (XMALLOC): Ditto.
10201
10202 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
10203 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
10204 * ui-file.c, ui-out.c: Ditto.
10205
7d0766f3
AC
102062002-03-18 Andrew Cagney <ac131313@redhat.com>
10207
10208 * command.h (struct cmd_list_element): Add field context.
10209 (set_cmd_context, get_cmd_context): Declare.
10210 * cli/cli-decode.h: Ditto.
10211 * cli/cli-decode.c (get_cmd_context): New function.
10212 (set_cmd_context): New function.
10213 (add_cmd): Initialize context.
10214 Part of fixing PR gdb/145 and PR gdb/146.
10215
5913bcb0
AC
102162002-03-17 Andrew Cagney <ac131313@redhat.com>
10217
1868c04e
AC
10218 * cli/cli-decode.c (cmd_type): New function.
10219 * command.h (cmd_type): Declare.
10220 * infrun.c (set_schedlock_func): Call function cmd_type.
10221 * kod.c (kod_set_os): Call cmd_type.
10222 * cris-tdep.c (cris_version_update): Use function cmd_type.
10223 (cris_mode_update, cris_abi_update): Ditto.
10224
5913bcb0
AC
10225 * command.h: (execute_cmd_post_hook): Declare.
10226 (execute_cmd_pre_hook): Declare.
10227 * cli/cli-script.c (clear_hook_in_cleanup): New function.
10228 (execute_cmd_post_hook, execute_cmd_pre_hook): New
10229 functions. Execute pre/post hook while ensuring that afterwords
10230 hook_in is cleared.
10231 * top.c (execute_command): Use execute_cmd_post_hook, and
10232 execute_cmd_pre_hook to execute pre/post commands.
10233 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10234 hook_stop_stub.
10235 (hook_stop_stub): Call execute_cmd_pre_hook.
10236
b51450c9
AC
102372002-03-17 Andrew Cagney <ac131313@redhat.com>
10238
10239 * kod.c (kod_set_os): Revert previous change. Is called by ``info
10240 set'' and this leads to a core dump. Move xstrdup of
10241 operating_system to after check that it is not NULL.
10242
f66c9f11
AC
102432002-03-17 Andrew Cagney <ac131313@redhat.com>
10244
8e694ecf
AC
10245 * kod.c (kod_set_os): Remove unnecessary check that
10246 ``command->type'' is set_cmd.
10247
f66c9f11
AC
10248 * valprint.c (set_input_radix): Use input_radix.
10249 (set_output_radix): Use output_radix.
10250 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10251 isn't reverted.
10252
9d01611c
AC
102532002-03-16 Andrew Cagney <ac131313@redhat.com>
10254
10255 * value.h (struct value): Delete field ``substring_addr''. Change
10256 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
10257 force_core_addr_align and force_pointer_aligh.
10258
10259 * value.h (struct value): Fix typo in above change.
9d01611c 10260
4156bb53
PS
102612002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10262
10263 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10264 to fix internal_error from ``maintenance print architecture''.
10265
0e5e3ea6
PS
102662002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10267
10268 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10269 for gcc versions after gcc-2.8.1.
10270
9b013045
PS
102712002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10272
10273 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10274 for method resolution. Restore adjustment of ``this'' pointer after
10275 calling value_struct_elt, which was accidentally removed during the
10276 HP merge.
10277
376c9600
AC
102782002-03-15 Andrew Cagney <ac131313@redhat.com>
10279
10280 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10281 value_of_register.
10282 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
10283 get_saved_register.
10284 * value.h (value_of_register): Update.
10285
a4db0f07
RH
102862002-03-14 Richard Henderson <rth@redhat.com>
10287
10288 * configure.in: Detect declaration for canonicalize_file_name.
10289 * utils.c (canonicalize_file_name): Declare, if needed.
10290 (gdb_realpath): Prefer realpath if available and usable.
10291 * config.in, configure: Rebuild.
10292
96383835
RH
102932002-03-14 Richard Henderson <rth@redhat.com>
10294
10295 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10296 a constant array bound.
10297
10298 * MAINTAINERS: Add myself to write-after-approval.
10299
75245b24
MS
103002002-03-14 Michael Snyder <msnyder@redhat.com>
10301
10302 * symfile.c (syms_from_objfile): Return immediately if no syms.
10303 (symbol_file_add): Return immediately if no syms.
10304 (find_sym_fns): Return immediately if no syms.
10305
e641a1ca
ML
103062002-03-13 Michal Ludvig <mludvig@suse.cz>
10307
10308 * gdbserver/remote-util.c (remote_open): Print remote-side's
10309 IP address when remote debugging over the network.
7e336ba1 10310
df08bfec
DB
103112002-03-12 David O'Brien <obrien@FreeBSD.org>
10312
10313 * config/sparc/fbsd.mh: Fix copyright.
10314 * config/sparc/fbsd.mt: Likewise.
10315
9a57864f
RE
103162002-03-11 Richard Earnshaw <rearnsha@arm.com>
10317
10318 * MAINTAINERS: Fix typo in name of gdb warnings option.
10319 (x86-64): Fix formating so that this can be parsed by awk.
10320
dd7bf85e
DJ
103212002-03-10 Daniel Jacobowitz <drow@mvista.com>
10322
10323 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10324 * defs.h: Include "gdb/signals.h".
10325 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10326
33a0a2ac
ML
103272002-03-10 Michal Ludvig <mludvig@suse.cz>
10328
10329 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 10330 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
10331 from x86-64-tdep.h
10332
dd824b04
DJ
103332002-03-10 Daniel Jacobowitz <drow@mvista.com>
10334 Don Howard <dhoward@redhat.com>
10335
10336 * mips-tdep.c (ST0_FR): Define.
10337 (mips2_fp_compat): New function, temporarily disabled.
10338 (mips_read_fp_register_single): New function.
10339 (mips_read_fp_register_double): New function.
10340 (mips_print_register): Use them.
10341 (do_fp_register_row): Likewise.
10342
6a41ff59
AC
103432002-03-09 Andrew Cagney <ac131313@redhat.com>
10344
10345 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10346 approval''.
10347
4ea09c10
PS
103482002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10349
10350 * stabsread.c (read_member_functions): Fix is_stub test for
10351 static member functions, improve comment.
10352
6ccc741d
RE
103532002-03-07 Richard Earnshaw <rearnsha@arm.com>
10354
10355 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10356 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10357 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10358 commands that set boolean values.
10359 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10360 (arm_rdi_resume): Always initialize PC.
10361 (arm_rdi_open): Don't use rslt as a boolean.
10362 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10363 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10364 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10365 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10366
438013df
AO
103672002-03-06 Alexandre Oliva <aoliva@redhat.com>
10368
10369 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10370 * configure: Rebuilt.
10371
70ed8774
SC
103722002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10373
10374 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10375 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10376
5ba2abeb
AC
103772002-03-06 Andrew Cagney <ac131313@redhat.com>
10378
10379 * cli/cli-decode.c (set_cmd_completer): New function.
10380 * command.h (set_cmd_completer): Declare.
10381 * cli/cli-decode.h (set_cmd_completer): Ditto.
10382
10383 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10384 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10385 * win32-nat.c (_initialize_inftarg): Ditto.
10386 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10387 * proc-api.c (_initialize_proc_api): Ditto.
10388 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10389 * source.c (_initialize_source): Ditto.
10390 * exec.c (_initialize_exec): Ditto.
10391 * solib.c (_initialize_solib): Ditto.
10392 * top.c (init_main): Ditto.
10393 * tracepoint.c (_initialize_tracepoint): Ditto.
10394 * symfile.c (_initialize_symfile): Ditto.
10395 * printcmd.c (_initialize_printcmd): Ditto.
10396 * infcmd.c (_initialize_infcmd): Ditto.
10397 * corefile.c (_initialize_core): Ditto.
10398
f779ca99
AC
103992002-03-05 Andrew Cagney <ac131313@redhat.com>
10400
10401 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10402
01a3934b
AC
104032002-03-05 Andrew Cagney <ac131313@redhat.com>
10404
10405 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10406
37057839
AC
104072002-03-05 Andrew Cagney <ac131313@redhat.com>
10408
10409 * NEWS: Update headings, 5.2 has branched.
10410
c6ecbae5
DJ
104112002-03-04 Daniel Jacobowitz <drow@mvista.com>
10412
10413 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10414 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10415 (register_addr, REGISTER_RAW_SIZE): Likewise.
10416 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10417 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10418
e9f30c21
ML
104192002-03-03 Michal Ludvig <mludvig@suse.cz>
10420
10421 * MAINTAINERS (x86-64): Add myself.
10422 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10423 changed value_ptr -> struct value *
10424
54394ac3
DB
104252002-03-01 David O'Brien <obrien@FreeBSD.org>
10426
10427 * configure.host (sparc64-*-freebsd): Add.
10428 * configure.tgt: Likewise.
10429 * config/sparc/fbsd.mh: New file.
10430 * config/sparc/fbsd.mt: Likewise.
10431 * config/sparc/nm-fbsd.h: Likewise.
10432 * config/sparc/tm-fbsd.h: Likewise.
10433
bfe95955
DJ
104342002-03-01 Daniel Jacobowitz <drow@mvista.com>
10435
10436 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10437 regformats/reg-s390x.dat.
10438
f33c6cbf
AC
104392002-03-01 Andrew Cagney <ac131313@redhat.com>
10440
10441 * utils.c: Add FIXME explaining true/false problem.
10442
5ecaa7dd
AC
104432002-02-28 Andrew Cagney <ac131313@redhat.com>
10444
10445 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10446
2a251cc2
MC
104472002-02-28 Michael Chastain <mec@shout.net>
10448
10449 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10450
6a8031a3 104512002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
10452
10453 * gdbserver/linux-s390-low.c: New file.
10454 * regformats/reg-s390.dat: New file.
10455 * regformats/reg-s390x.dat: New file.
10456 * gdbserver/configure.srv: Add S/390.
10457 * gdbserver/Makefile.in: Add S/390.
10458 * configure.tgt: Enable gdbserver for S/390.
10459
ac469903
EZ
104602002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10461
10462 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10463 first line of the doc string for "info dos", except at the end of
10464 the sentence, since the short help stops at the first period.
10465
985cb1a3
JM
104662002-02-28 Jason Merrill <jason@redhat.com>
10467
10468 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10469
c570663e
FF
104702002-02-27 Fred Fish <fnf@redhat.com>
10471
10472 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10473 comment (dumy -> dummy).
10474
43630227
PS
104752002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10476
10477 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10478
b84911e8
RB
104792002-02-27 Rodney Brown <rbrown64@csc.com.au>
10480
10481 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10482
58caa3dc
DJ
104832002-02-27 Daniel Jacobowitz <drow@mvista.com>
10484
10485 * gdbserver/acconfig.h: New file.
10486 * gdbserver/i387-fp.c: New file.
10487 * gdbserver/i387-fp.h: New file.
10488 * gdbserver/linux-x86-64.c: New file.
10489 * regformats/reg-x86-64.dat: New file.
10490 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10491 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10492 * gdbserver/configure.in: Add support for regsets.
10493 * gdbserver/config.in: Regenerate.
10494 * gdbserver/configure: Regenerate.
10495 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10496 * gdbserver/linux-low.h: New file.
10497 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10498 for regsets.
10499 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10500 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10501 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10502 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10503 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10504 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10505 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10506 "i387-fp.h". Add PTRACE_GETREGS and friends.
10507 * gdbserver/regcache.c (supply_register): New function.
10508 (supply_register_by_name): New function.
10509 (collect_register): New function.
10510 (collect_register_by_name): New function.
10511
93652174
DJ
105122002-02-27 Daniel Jacobowitz <drow@mvista.com>
10513
10514 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10515 (config.status): Add configure.srv dependency.
10516 (server_h): Add config.h dependency.
10517
a02e4a61
DJ
105182002-02-27 Daniel Jacobowitz <drow@mvista.com>
10519
10520 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10521 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10522 * gdbserver/configure.srv: Change i386-*-linux* to use
10523 reg-i386-linux.o.
10524
ce0eebec
AC
105252002-02-26 Andrew Cagney <ac131313@redhat.com>
10526
10527 * x86-64-tdep.c: Re-indent. Update copyright date.
10528
82dbc5f7
AC
105292002-02-26 Andrew Cagney <ac131313@redhat.com>
10530
10531 From Michal Ludvig <mludvig@suse.cz>:
10532 * x86-64-tdep.c (value.h): Delete.
10533 (gdb_assert.h): Include.
10534 (x86_64_register_convert_to_virtual,
10535 x86_64_register_convert_to_raw ): Add check which lets only
10536 floating-point values to be converted.
10537 (value_push): Delete.
10538 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10539 (i386_gdbarch_init): Number of register_bytes fixed.
10540
e4621584
AC
105412002-02-26 Andrew Cagney <ac131313@redhat.com>
10542
10543 * MAINTAINERS: Add x86-64 target.
10544
81a9a963
AC
105452002-02-26 Andrew Cagney <ac131313@redhat.com>
10546
10547 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10548 * osfsolib.c (solib_map_sections): Ditto.
10549 * irix5-nat.c (solib_map_sections): Ditto.
10550 * corelow.c (gdb_check_format): Ditto.
10551 * symfile.c (symfile_bfd_open): Ditto.
10552 * solib.c (solib_map_sections): Ditto.
10553 Fix PR gdb/354.
7e336ba1 10554
0f017ab9
AC
105552002-02-26 Andrew Cagney <ac131313@redhat.com>
10556
10557 * remote.c (_initialize_remote): By default, disable ``e'' and
10558 ``E'' step out-of-range packets.
10559
75738c29
AS
105602002-02-26 Andreas Schwab <schwab@suse.de>
10561
10562 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10563 m68k_linux_frame_saved_pc.
10564 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10565 in_sigtramp.
10566 (SIGCONTEXT_PC_OFFSET): Remove.
10567 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10568 m68k_linux_sigtramp_saved_pc): New functions.
10569 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10570 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10571 (UCONTEXT_PC_OFFSET): Define.
10572 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10573 non-RT and RT signal trampolines.
10574
7e8ed687
RE
105752002-02-26 Richard Earnshaw <rearnsha@arm.com>
10576
10577 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10578 (TARGET_NBPG, STACK_END_ADDR): Delete
10579 (VARIABLES_INSIDE_BLOCK): Delete.
10580
6972bc8b
AC
105812002-02-25 Andrew Cagney <ac131313@redhat.com>
10582
10583 * utils.c (perror_with_name): Make string parameter constant.
10584 (print_sys_errmsg): Ditto.
10585 (query): Ditto.
10586 * defs.h (perror_with_name): Update.
10587 (print_sys_errmsg): Update.
10588 (query): Update.
10589
aa32f823
DJ
105902002-02-25 Daniel Jacobowitz <drow@mvista.com>
10591
10592 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10593 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10594
19caaa45
PS
105952002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10596
10597 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10598 if it already matches the current architecture from the exec file.
10599 Include arch-utils.h for gdbarch_info_init prototype.
10600 * Makefile.in (rs6000-nat.o): Update dependencies.
10601
d951901f
EZ
106022002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10603
10604 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10605 list of exported variables.
10606
7ea81414
DJ
106072002-02-24 Daniel Jacobowitz <drow@mvista.com>
10608
10609 * gdbserver/configure.srv: New file.
10610 * gdbserver/configure.in: Use configure.srv instead
10611 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10612 from it.
10613 * gdbserver/configure: Regenerated.
10614 * gdbserver/terminal.h: New file.
10615 * gdbserver/Makefile.in: Update for configure changes. Remove
10616 more unneeded include paths.
10617
080fe24b
AC
106182002-02-24 Andrew Cagney <ac131313@redhat.com>
10619
10620 From wiz at danbala:
10621 * config/sparc/tm-sp64.h: Fix grammar and typos.
10622 Fix PR gdb/287.
10623
8605d56e
AC
106242002-02-24 Andrew Cagney <ac131313@redhat.com>
10625
10626 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
10627 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10628 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10629 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
10630 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10631 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10632 * s390-tdep.c: Ditto.
92362027
AC
10633 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10634 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10635 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10636 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10637 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10638 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10639 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10640 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10641 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10642 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 10643 Fix PR gdb/378.
7e336ba1 10644
8ed32cc0
AC
106452002-02-23 Andrew Cagney <ac131313@redhat.com>
10646
a3007b6f
AC
10647 * lin-thread.c: Delete file.
10648 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10649 to gdb_proc_service.h.
10650 * configure: Re-generate.
10651
50a9e2f1
AC
10652 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10653 * serial.c (serial_open): Delete check for "ocd".
10654 Fix PR gdb/349.
10655
8b6e7932
AC
10656 * Makefile.in (linux-thread.o): Delete target.
10657 * linux-thread.c: Delete file.
10658
d155c46b
AC
10659 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10660 renamed SH files to be consistent.
10661
8ed32cc0
AC
10662 * symtab.c (sort_search_symbols): Use xfree.
10663
0e18d038
RE
106642002-02-23 Richard Earnshaw <rearnsha@arm.com>
10665
10666 * arm-linux-tdep.c (arm_linux_init_abi): Register
10667 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10668 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10669 definition with undef, since we don't want the sysvr4 definition.
10670 (SKIP_TRAMPOLINE_CODE): Likewise.
10671
27aac7ff
AC
106722002-02-23 Andrew Cagney <ac131313@redhat.com>
10673
10674 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10675
10676 * configure.in: (AC_CHECK_FUNCS) Added test for
10677 canonicalize_file_name Regenerated.
10678 * config.in, configure: Regenerated.
10679 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10680 defined use canonicalize_file_name.
7e336ba1 10681
65a6e0ee
MC
106822002-02-23 Michael Chastain <mec@shout.net>
10683
10684 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10685
47b95330
AC
106862002-02-23 Andrew Cagney <ac131313@redhat.com>
10687
10688 * README: Remove references to cygnus.com.
10689 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10690 dot com'' form. Remove references to cygnus.com and sourceware.
10691
696f451b
AC
106922002-02-23 Andrew Cagney <ac131313@redhat.com>
10693
10694 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10695 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10696 1003.1-2001 no longer allows "head -1".
10697 * gdb/Makefile.in (version.c): Likewise.
10698 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10699 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10700 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10701
bbaca940
AC
107022002-02-23 Andrew Cagney <ac131313@redhat.com>
10703
10704 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10705 * command.h (cmd_cfunc_eq): Declare.
10706 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10707
10708 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10709 ``struct cmd_list_element *''.
10710 * cli/cli-cmds.c (is_complete_command): Update. Use
10711 cmd_cfunc_eq.
10712 * top.c (execute_command): Pass the command to
10713 is_complete_command.
10714 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10715
b8b8b047
AC
107162002-02-23 Andrew Cagney <ac131313@redhat.com>
10717
10718 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10719 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10720 architecture defines.
10721 * s390-tdep.c (s390_gdbarch_init): Likewise.
10722
19d3fc80
RE
107232002-02-23 Richard Earnshaw <rearnsha@arm.com>
10724
10725 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10726 (arm_linux_push_arguments): Likewise.
10727 (arm_linux_init_abi): Register them. Also register linux-specific
10728 call_dummy_words.
10729 (find_minsym_and_objfile): Use strcmp, not STREQ.
10730 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10731 (arm_linux_call_dummy_words): Delete declaration.
10732 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10733 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10734 declarations.
10735 (LOWEST_PC): Delete.
10736
3ab13650
PS
107372002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10738
10739 * maint.c (print_section_info): Do not prepend `0x' to filepos
10740 output, it will be handled by local_hex_string_custom.
10741
19d3fc80 107422002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
10743
10744 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10745 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10746 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10747
d85a5daf
JB
107482002-02-22 Jim Blandy <jimb@redhat.com>
10749
10750 Indicate that the bcache functions don't change the strings
10751 they're passed.
10752 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10753 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10754
eeb25b8a
PM
107552002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10756
10757 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10758
6badb179
CF
107592002-02-21 Christopher Faylor <cgf@redhat.com>
10760
10761 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10762 find the complete path to a loaded DLL.
10763
e8717518
FF
107642002-02-21 Fred Fish <fnf@redhat.com>
10765
10766 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10767 that marks the end of the range of a function, enter a line number
10768 entry that has a line number of zero and a PC offset that matches
10769 the end of the function. This starts a range of PC's for which no
10770 line number information is known.
10771 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10772 PC's for which no line number info is found (line number is zero)
10773 then we didn't find any valid line information.
10774 * symtab.h: Document use of zero line number entry.
10775
9abe5450
EZ
107762002-02-21 Elena Zannoni <ezannoni@redhat.com>
10777
10778 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10779 (have_ptrace_getvrregs): Define for run time checks.
10780 (gdb_vrregset_t): New type for Altivec register handling.
10781 (fetch_register, store_register): Fetch/store altivec register
10782 when needed.
10783 (fetch_altivec_register, store_altivec_register): New functions.
10784 (supply_vrregset, fill_vrregset): New functions.
10785 (fetch_altivec_registers, store_altivec_registers): New functions.
10786 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10787 registers as well.
10788
aaa38bb5
AJ
107892002-02-21 Jiri Smid <smid@suse.cz>
10790
10791 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10792
b34db576
RE
107932002-02-21 Richard Earnshaw <rearnsha@arm.com>
10794
10795 * Makefile.in (armnbsd-nat.o): Update dependencies.
10796 * armnbsd-nat.c (supply_gregset): New function. Common code to
10797 supply the integer register set.
10798 (supply_fparegset): New function. Similar for FPA registers.
10799 (fetch_regs, fetch_fp_regs): Use them.
10800 (fetch_core_registers): Likewise.
10801 (fetch_elfcore_registers): New function.
10802 (arm_netbsd_elfcore_fns): New core-file type specification.
10803 (_initialize_arm_netbsd_nat): Register it.
10804
3e56fc4b
RE
108052002-02-21 Richard Earnshaw <rearnsha@arm.com>
10806
10807 * armnbsd-nat.c: Include gdbcore.h.
10808 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10809 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10810 'void' to declaration, to shut up ARI.
10811 (fetch_core_registers): Make static. Rewrite using supply_register.
10812 (arm_netbsd_core_fns): New core-file type specification.
10813 (_initialize_arm_netbsd_nat): New function.
10814
097f6b0b
CF
108152002-02-21 Christopher Faylor <cgf@redhat.com>
10816
10817 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10818 value.
10819
c914e0cc
CF
108202002-02-20 Christopher Faylor <cgf@redhat.com>
10821
10822 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10823 fails.
10824
385fa495
DJ
108252002-02-20 Daniel Jacobowitz <drow@mvista.com>
10826
10827 * jv-exp.y (parse_number): Change type of implicit longs
10828 to builtin_type_uint64.
10829
e5f1222d
DJ
108302002-02-20 Daniel Jacobowitz <drow@mvista.com>
10831
10832 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10833 to be an integer instead of a `union wait'.
10834
75c9abc6
DJ
108352002-02-20 Daniel Jacobowitz <drow@mvista.com>
10836
10837 * mips-linux-nat.c: Call the operating system GNU/Linux.
10838 * mips-linux-tdep.c: Likewise.
10839 * mips-tdep.c: Likewise.
10840
551792a5
DJ
108412002-02-20 Daniel Jacobowitz <drow@mvista.com>
10842
10843 Fix PR gdb/265.
10844 * jv-exp.y (parse_number): Handle 64-bit integers.
10845
ee6e2b82
DJ
108462002-02-20 Daniel Jacobowitz <drow@mvista.com>
10847
10848 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10849 AC_STDC_HEADERS to AC_HEADER_STDC.
10850 * gdbserver/configure: Regenerated.
10851
a48442a0
RE
108522002-02-20 Richard Earnshaw <rearnsha@arm.com>
10853
10854 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10855 is defined.
10856 * sparc-tdep.c (get_longjmp_target): Likewise.
10857
fe419ffc
RE
108582002-02-20 Richard Earnshaw <rearnsha@arm.com>
10859
10860 * News: Add news about ARM and Multi-arch. Mention the new target
10861 arm*-*-netbsd*.
10862
5832ed7e
JB
108632002-02-19 Jim Blandy <jimb@redhat.com>
10864
10865 * stabsread.c (error_type_complaint): Improve error message.
10866
84563040
DJ
108672002-02-19 Daniel Jacobowitz <drow@mvista.com>
10868
10869 * gdbserver/README: Update documentation.
10870 * gdbserver/configure.in: Update configury to match documentation.
10871 * gdbserver/Makefile.in: Likewise.
10872 * gdbserver/configure: Regenerated.
10873 * gdbserver/aclocal.m4: New file, generated by aclocal.
10874 * gdbserver/config.in: New file, generated by autoheader.
10875
375fd65b
RE
108762002-02-19 Richard Earnshaw <rearnsha@arm.com>
10877
10878 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10879 armnbsd-nat.c.
10880
08216dd7
RE
108812002-02-19 Richard Earnshaw <rearnsha@arm.com>
10882
10883 * arm-tdep.h (enum arm_float_model): New enum.
10884 (struct gdbarch_tdep): Add fp_model.
10885 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10886 up floating-point conversions until we know the floating-point model
10887 in use by the inferior. Don't complain about being unable to
10888 determine the ABI of the inferior when we don't have one.
10889 (arm_extract_return_value): Support different floating-point models.
10890 (arm_store_return_value): Likewise.
aaa38bb5 10891 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
10892 ARM_FLOAT_SOFT.
10893 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10894
65d6d66a
PS
108952002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10896
10897 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10898 of ``current_gdbarch''.
10899
47221191
RE
109002002-02-19 Richard Earnshaw <rearnsha@arm.com>
10901
10902 * armnbsd-nat.c : ANSIfy all function declarations.
10903 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10904 (fetch_inferior_registers): Re-implement in terms of above.
10905 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10906 (store_inferior_registers): Re-implement in terms of above.
10907
fdf39c9a
RE
109082002-02-19 Richard Earnshaw <rearnsha@arm.com>
10909
aaa38bb5 10910 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
10911 kernel.
10912 * arm-linux-tdep.c: Likewise.
10913 * config/arm/tm-linux.h: Likewise.
10914
93247f88
RE
109152002-02-19 Richard Earnshaw <rearnsha@arm.com>
10916
10917 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10918 * config/arm/nbsd.mt (TM_FILE): Delete.
10919 * config/arm/tm-nbsd.h: Delete.
10920
d7b486e7
RE
109212002-02-19 Richard Earnshaw <rearnsha@arm.com>
10922
10923 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10924 Initialize CALL_DUMMY_LENGTH.
10925
41d39a95
RE
109262002-02-19 Richard Earnshaw <rearnsha@arm.com>
10927
10928 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10929 function.
10930 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 10931 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
10932 defines one thing and that is incorrect for this port.
10933 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10934
e1195560
PM
109352002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10936
10937 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10938
c1748f97
PM
109392002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10940
10941 * win32-nat.c (display_selector): New function. Displays information
10942 about the information returned by GetThreadSelectorEntry API function.
10943 (display_selectors): New function. Displays the infomation of
10944 the selector given as argument, or of CS, DS ans FS selectors
10945 if no argument is given.
10946 ( _initialize_inftarg): Add "w32" as info prefix command.
10947 Add "info w32 selector" as command calling display_selectors.
10948
e41e6bbf
PM
109492002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10950
10951 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10952 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10953 if not defined.
10954
0d3a9f48
RE
109552002-02-18 Richard Earnshaw <rearnsha@arm.com>
10956
10957 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10958
3fb4b924
RE
109592002-02-18 Richard Earnshaw <rearnsha@arm.com>
10960
10961 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10962 (arm_fix_call_dummy): Call it.
10963 (arm_call_dummy_breakpoint_offset): Delete.
10964 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10965 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10966
7f55af32
AC
109672002-02-18 Andrew Cagney <ac131313@redhat.com>
10968
10969 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10970 Default to func_frame_chain_valid.
10971 * gdbarch.h, gdbarch.c: Re-generate.
10972 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10973
05f13b9c
EZ
109742002-02-18 Elena Zannoni <ezannoni@redhat.com>
10975
10976 * ppc-linux-nat.c: Update copyright.
10977 (fetch_register, store_register): Add tid parameter, don't compute
10978 tid here.
10979 (fetch_ppc_registers, store_ppc_registers): Add tid
10980 parameter. Pass it along to callees.
10981 (fetch_inferior_registers, store_inferior_registers): Compute tid
10982 here, and pass it to calleed functions.
10983 (fill_gregset, supply_fpregset): Clean up formatting.
10984
d7afb4c9
RE
109852002-02-18 Richard Earnshaw <rearnsha@arm.com>
10986
10987 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10988 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10989
9df628e0
RE
109902002-02-18 Richard Earnshaw <rearnsha@arm.com>
10991
10992 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10993 * gdbarch.c gdbarch.h: Regenerate.
10994 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10995 function.
10996 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10997 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10998 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10999
11000 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
11001 * arm-tdep.c (arm_get_longjmp_target): New function.
11002 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
11003 this to a positive value register arm_get_longjmp_target as the
11004 longjmp handler.
11005 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
11006 (arm_linux_init_abi): Set up longjmp description in tdep.
11007 * armnbsd-nat.c (get_longjmp_target): Delete.
11008 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
11009 description in tdep.
11010 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
11011 (get_longjmp_target): Delete declaration.
11012 (GET_LONGJMP_TARGET): Delete.
11013 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
11014 (GET_LONGJMP_TARGET): Delete.
11015
57bc8964
KB
110162002-02-17 Kevin Buettner <kevinb@redhat.com>
11017
11018 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
11019 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
11020 of ``current_gdbarch''.
11021
83d31a92
TT
110222002-02-17 Tom Tromey <tromey@redhat.com>
11023
11024 * cli/cli-cmds.c (compare_strings): New function.
11025 (complete_command): Only print each unique item once.
11026 * completer.h (complete_line): Declare.
11027 * completer.c (complete_line): New function.
11028 (line_completion_function): Use it.
11029
17ef5d92
AC
110302002-02-16 Andrew Cagney <ac131313@redhat.com>
11031
11032 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
11033 * gdbarch.h, gdbarch.c: Re-generate.
11034
491b8946
DJ
110352002-02-16 Daniel Jacobowitz <drow@mvista.com>
11036
11037 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
11038
110392002-02-16 Daniel Jacobowitz <drow@mvista.com>
11040
11041 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
11042 * valops.c (value_arg_coerce): Don't take the address of a reference
11043 to convert an argument to a reference.
11044
dfe7f3ac
CF
110452002-02-15 Christopher Faylor <cgf@redhat.com>
11046
11047 * win32-nat.c (get_image_name): New function.
11048 (handle_load_dll): Use get_image_name function.
11049 (get_child_debug_event): Avoid registering debug events until possibly
11050 execed process is started.
11051 (child_create_inferior): Allow invocation via shell so that command
11052 line redirection, etc. works ok.
11053 (_initialize_inftarg): Add new command: "set shell" to control whether
11054 a shell is used to start a process.
11055
1d33e73a
DJ
110562002-02-15 Daniel Jacobowitz <drow@mvista.com>
11057
11058 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
11059 instead of find_register_by_number.
11060 (cannot_store_register): Likewise.
11061
48cd0caa
PM
110622002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
11063
aaa38bb5 11064 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
11065 fprintf_unfiltered (gdb_stderr, ...).
11066
8656e7d8
DJ
110672002-02-15 Daniel Jacobowitz <drow@mvista.com>
11068
11069 * gdbserver/gdbserver.1: Document --attach.
11070
66e810cd
RE
110712002-02-15 Richard Earnshaw <rearnsha@arm.com>
11072
11073 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
11074 descriptions.
11075 * arm-tdep.c (arm_default_arm_le_breakpoint)
11076 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
11077 (arm_default_thumb_be_breakpoint): New. Initialize them from
11078 traditional breakpoint defines.
11079 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
11080 (arm_gdbarch_init): Initialize new breakpoint variables.
11081 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
11082 (arm_linux_init_abi): Initialize linux-specific breakpoint.
11083 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
11084 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
11085 code out to ...
11086 (arm_netbsd_init_abi_common): ... here; new function.
11087 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
11088 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
11089 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
11090 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
11091
97e03143
RE
110922002-02-15 Richard Earnshaw <rearnsha@arm.com>
11093
11094 * arm-tdep.h (enum arm_abi): New enum.
11095 (struct gdbarch_tdep): New structure.
11096 (LOWEST_PC): Provide a default.
11097 (arm_gdbarch_register_os_abi): Declare new function.
11098 * arm-tdep.c (arm_abi_names): New array.
11099 (process_note_abi_tag_sections): New function.
11100 (get_elfosabi): New function.
11101 (arm_gdbarch_register_os_abi): New function.
11102 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
11103 support for that ABI has been built in, then call the appropriate
11104 configuration routine. Use gdbarch_num_regs() to get the number
11105 of registers.
11106 (arm_dump_tdep): New function.
11107 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
11108 place-holder functions.
11109 (_initialize_arm_tdep): Register them.
11110 * config/arm/tm-arm.h (LOWEST_PC): Delete.
11111
11112 * armnbsd-tdep.c: New file.
11113 * Makefile.in (armnbsd-tdep.o): Add dependencies.
11114 * config/arm/nbsd.mt (TDEPFILES): Add it.
11115 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
11116
11117 * armnbsd-nat.c: Include regcache.h.
11118 * Makefile.in (armnbsd-nat.o): Update dependency list.
11119
11120 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
11121
ad68be46
DJ
111222002-02-14 Daniel Jacobowitz <drow@mvista.com>
11123
11124 * gdbserver/Makefile.in: Fix typos in target rules.
11125
003d6d1d
DJ
111262002-02-14 Daniel Jacobowitz <drow@mvista.com>
11127
aaa38bb5 11128 Fix part of PR gdb/267.
003d6d1d
DJ
11129 * linespec.c (find_methods): Handle constructors specially for now.
11130
6b230f1b
CV
111312002-02-14 Corinna Vinschen <vinschen@redhat.com>
11132
11133 * arm-tdep.c (arm_push_arguments): Eliminate special float type
11134 handling.
11135 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
11136 standard_coerce_float_to_double().
11137
1ea98d12
CF
111382002-02-14 Christopher Faylor <cgf@redhat.com>
11139
11140 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
11141 GDBINIT_FILENAME.
11142
dd47e6fd
EZ
111432002-02-14 Elena Zannoni <ezannoni@redhat.com>
11144
11145 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
11146 find_variant_by_name, because it confuses the multiarch
11147 framework. Return NULL if there isn't an architecture with the
11148 user supplied name, instead of forcing a different one without
11149 recording the change with the multiarch machinery.
11150 (find_variant_by_name): Delete.
11151
d7e39b9e
PS
111522002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11153
11154 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
11155 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
11156
76e42a4f
MH
111572002-02-13 Martin M. Hunt <hunt@redhat.com>
11158
aaa38bb5 11159 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
11160 print_frame_info_listing_hook, set current_source_symtab.
11161
0a30fbc4
DJ
111622002-02-14 Daniel Jacobowitz <drow@mvista.com>
11163
11164 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
11165 and remove unused $(INCLUDE_DIR).
11166 Add regcache.c to OBS.
11167 Add generated register protocol files to clean target.
11168 Update dependencies for new objects, obsolete old target code.
11169
11170 * gdbserver/linux-low.c: Remove all platform-specific code to
11171 new files. Remove various dead code. Update to use regcache
11172 functionality.
11173 * gdbserver/remote-utils.c (fromhex): Add return statement
11174 to quiet warning.
11175 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
11176 constant.
11177 (input_interrupt): Add integer parameter to match prototype
11178 of a signal handler.
11179 (outreg): Use register_data ().
11180 (prepare_resume_reply): Use gdbserver_expedite_regs.
11181 * gdbserver/server.c (main): Dynamically allocate own_buf because
11182 PBUFSIZ is no longer constant. Use registers_to_string () and
11183 registers_from_string ().
11184 * gdbserver/server.h: No longer include "defs.h". Add prototypes
11185 for error (), fatal (), and warning (). Update definition of
11186 PBUFSIZ to use regcache functionality. Add include guard.
11187 * gdbserver/utils.c (fatal): Add missing ``const''.
11188 (warning): New function.
11189
11190 * regformats/regdat.sh: Include "regcache.h" in generated files.
11191 Provide init_registers () function.
11192 * regformats/regdef.h: Add prototype for set_register_cache ().
11193 Add include guard.
11194
11195 * gdbserver/linux-arm-low.c: New file.
11196 * gdbserver/linux-i386-low.c: New file.
11197 * gdbserver/linux-ia64-low.c: New file.
11198 * gdbserver/linux-m68k-low.c: New file.
11199 * gdbserver/linux-mips-low.c: New file.
11200 * gdbserver/linux-ppc-low.c: New file.
11201 * gdbserver/linux-sh-low.c: New file.
11202
11203 * gdbserver/regcache.c: New file.
11204 * gdbserver/regcache.h: New file.
11205
11206 * gdbserver/low-linux.c: Removed obsolete file.
11207
4cc841d0
DJ
112082002-02-14 Daniel Jacobowitz <drow@mvista.com>
11209
11210 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
11211 * config/i386/linux.mt: Likewise.
11212 * config/ia64/linux.mt: Likewise.
11213 * config/m68k/linux.mh: Likewise.
11214 * config/powerpc/linux.mh: Likewise.
11215 * config/mips/linux.mt: Likewise.
11216
11217 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
11218
11219 * config/i386/i386lynx.mh: Mark gdbserver variables
11220 as (currently) obsolete for this target.
11221 * config/i386/nbsd.mt: Likewise.
11222 * config/i386/nbsdelf.mt: Likewise.
11223 * config/m32r/m32r.mt: Likewise.
11224 * config/m68k/m68klynx.mh: Likewise.
11225 * config/m68k/nbsd.mt: Likewise.
11226 * config/m68k/sun3os4.mh: Likewise.
11227 * config/mips/vr5000.mt: Likewise.
11228 * config/ns32k/nbsd.mt: Likewise.
11229 * config/pa/hppabsd.mh: Likewise.
11230 * config/pa/hppaosf.mh: Likewise.
11231 * config/powerpc/nbsd.mt: Likewise.
11232 * config/rs6000/rs6000lynx.mh: Likewise.
11233 * config/s390/s390.mt: Likewise.
11234 * config/s390/s390x.mt: Likewise.
11235 * config/sparc/sparclynx.mh: Likewise.
11236 * config/sparc/sun4os4.mh: Likewise.
11237 * config/i386/x86-64linux.mt: Likewise.
11238 * config/sparc/linux.mh: Likewise.
11239
a85f51e7
DJ
112402002-02-14 Daniel Jacobowitz <drow@mvista.com>
11241
11242 * configure.tgt: Configure gdbserver only for known working
11243 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
11244 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
11245 SUBDIRS if it is configured. Update comment for ${nativefile}.
11246 * configure: Regenerated.
11247
65554fef
MS
112482002-02-13 Michael Snyder <msnyder@redhat.com>
11249
670a52db
MS
11250 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11251
6dbdc4a3
MS
11252 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11253 (default_gcore_mach): Just return 0, work around a problem in bfd.
11254 (default_gcore_target): OK to return NULL if exec_bfd is null.
11255 (make_mem_sec): Use a cast, avoid a warning.
11256
11257 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 11258 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
11259 sizeof (host pointer) != sizeof (target pointer)).
11260 (procfs_make_note_section): Avoid overflow in psargs string.
11261
aaa38bb5 11262 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
11263 implementation return an error.
11264
112652002-02-13 Rodney Brown <rbrown64@csc.com.au>
11266
11267 * procfs.c (procfs_make_note_section): Provide a default definition
11268 (for alpha-dec-osf4.0f). Fix typos.
11269
1e4d76e7
EZ
112702002-02-13 Elena Zannoni <ezannoni@redhat.com>
11271
11272 * linux-proc.c: Add include of regcache.h.
11273 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11274
b6d1a1d5
AC
112752002-02-13 Andrew Cagney <ac131313@redhat.com>
11276
11277 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
11278 * memattr.c (create_mem_region): Disallow useless empty region.
11279 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 11280 non-overlapping.
b6d1a1d5 11281
6c6ea35e
MC
112822002-02-13 Michael Chastain <mec@shout.net>
11283
11284 * defs.h: Kill CONST_PTR.
11285 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11286 * c-lang.c (c_builtin_types): Likewise.
11287 * ch-lang.c (ch_builtin_types): Likewise.
11288 * f-lang.c (f_builtin_types): Likewise.
11289 * language.c (unknown_builtin_types): Likewise.
11290 * m2-lang.c (m2_builtin_types): Likewise.
11291 * p-lang.c (pascal_builtin_types): Likewise.
11292 * scm-lang.c (c_builtin_types): Likewise.
11293
3e0b0f48
KS
112942002-02-13 Keith Seitz <keiths@redhat.com>
11295
11296 * arm-tdep.h (arm_get_next_pc): Add declaration.
11297
67255d04
RE
112982002-02-13 Richard Earnshaw <rearnsha@arm.com>
11299
11300 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11301 with other related struct-returning functions.
11302 (arm_extract_struct_value_address): New function.
11303 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11304 initialize float_format, double_format and long_double_format as
11305 appropriate to the endianness of the target.
11306 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11307 (arm_use_struct_convention): Delete declaration.
11308 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11309
079777f6
KS
113102002-02-13 Keith Seitz <keiths@redhat.com>
11311
11312 * defs.h (core_addr_to_string_nz): New function.
11313
34588f23
MK
113142002-02-13 Mark Kettenis <kettenis@gnu.org>
11315
11316 Apply missing bits of 2002-01-15 patch.
11317 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11318 (fill_fpregset): Use i387_fill_fsave.
11319
49b563f9
KS
113202002-02-12 Keith Seitz <keiths@redhat.com>
11321
49b563f9
KS
11322 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11323 (core_addr_to_string_nz): New function.
11324
aeb98c60
RE
113252002-02-11 Richard Earnshaw <rearnsha@arm.com>
11326
11327 * arm-linux-nat.c: Really include arm-tdep.h.
11328 * config/arm/tm-linux.h (struct type, struct value): Declare.
11329
65554fef
MS
113302002-02-11 Michael Snyder <msnyder@redhat.com>
11331
11332 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11333 (gcore section): Ifdef for Solaris and Unixware only.
11334 (procfs_do_thread_registers): Unixware needs one lwpstatus
11335 per thread (not one prstatus or pstatus).
11336 (procfs_make_note_section): Iterate only over kernel threads (lwps),
11337 not over all gdb threads. For unixware, call elfcore_write_pstatus
11338 once before iterating over threads.
11339
34e8f22d
RE
113402002-02-11 Richard Earnshaw <rearnsha@arm.com>
11341
11342 * arm-tdep.h: New file.
11343 * arm-tdep.c: Include arm-tdep.h.
11344 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11345 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11346 (arm_print_float_info, arm_register_type, convert_to_extended)
11347 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11348 (arm_extract_return_value, arm_register_name): Make static.
11349 (arm_software_single_step): Similarly. Fix types in declaration.
11350 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11351 (arm_store_return_value, arm_store_struct_return): New functions.
11352 (arm_gdbarch_init): Register the above functions. Also register
11353 call_dummy_start_offset, sizeof_call_dummy_words,
11354 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11355 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 11356 max_register_virtual_size, register_size. Set up
34e8f22d
RE
11357 prologue_cache.saved_regs here, rather than ...
11358 (_initialize_arm_tdep): ... here.
11359 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11360 declarations.
11361 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11362 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11363 (arm_print_float_info, arm_register_type, convert_to_extended)
11364 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11365 (arm_extract_return_value, arm_register_name): Delete declarations.
11366 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11367 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11368 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11369 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11370 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11371 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11372 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11373 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11374 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11375 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11376 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11377 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11378 interface.
11379 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11380 * remote-rdi.c remote-rdp.c: Likewise.
11381 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11382 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11383 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11384 definition.
11385
11386 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11387 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11388 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11389 from non-ARM_ prefixed definitions.
11390 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11391 all uses of above.
11392 * remote-rdi.c remote-rdp.c: Likewise.
11393 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11394
148754e5
RE
113952002-02-11 Richard Earnshaw <rearnsha@arm.com>
11396
11397 * arm-tdep.c (arm_frameless_function_invocation)
11398 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11399 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11400 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11401 (arm_pop_frame, arm_get_next_pc): Make static.
11402 (arm_gdbarch_init): Register above in gdbarch structure.
11403 (arm_read_fp): Renamed from arm_target_read_fp.
11404 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11405 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11406 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11407 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11408 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11409 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11410 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
11411 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11412 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11413 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11414 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 11415
434d2d4f
DJ
114162002-02-10 Daniel Jacobowitz <drow@mvista.com>
11417
11418 * symtab.c (compare_search_syms): New function.
11419 (sort_search_symbols): New function.
11420 (search_symbols): Sort symbols after searching rather than
11421 before.
11422
55241689
AC
114232002-02-10 Andrew Cagney <ac131313@redhat.com>
11424
11425 * NEWS: Linux -> GNU/Linux.
11426
028c194b
AC
114272002-02-10 Andrew Cagney <ac131313@redhat.com>
11428
11429 * gdbarch.sh: For for level one methods, disallow a definition
11430 when partially multi-arched. Add comments explaining rationale.
11431 * gdbarch.h: Re-generate.
11432
6acf50cd
AC
114332002-02-10 Andrew Cagney <ac131313@redhat.com>
11434
11435 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11436 multi-arch partial.
aaa38bb5 11437
50248794
AC
114382002-02-10 Andrew Cagney <ac131313@redhat.com>
11439
11440 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11441 field. Use diff -u.
11442 * gdbarch.c: Re-generate.
11443
c30e0066
AC
114442002-02-10 Andrew Cagney <ac131313@redhat.com>
11445
9b56c5f3 11446 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
11447 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11448 partial.
11449
6e6d6484
AC
114502002-02-10 Andrew Cagney <ac131313@redhat.com>
11451
11452 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11453 multi-arch partial.
11454 (PUSH_ARGUMENTS): Switch to using predefault.
11455 * gdbarch.c: Regenerate.
11456
c203844d
AC
114572002-02-10 Andrew Cagney <ac131313@redhat.com>
11458
11459 * valops.c (PUSH_ARGUMENTS): Delete definition.
11460 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11461 partial. Default to default_push_arguments.
11462 * gdbarch.h, gdbarch.c: Regenerate.
11463
b5a2688f
AC
114642002-02-09 Andrew Cagney <ac131313@redhat.com>
11465
11466 * defs.h (throw_exception): Rename return_to_top_level. Update
11467 comments.
11468 * utils.c (error_stream, internal_verror, quit): Ditto.
11469 * top.c (throw_exception, catcher): Ditto.
11470 * sparclet-rom.c (sparclet_load): Ditto.
11471 * remote.c (interrupt_query, minitelnet): Ditto.
11472 * remote-sds.c (interrupt_query): Ditto.
11473 * remote-mips.c (mips_error, mips_kill): Ditto.
11474 * ocd.c (interrupt_query): Ditto.
11475 * monitor.c (monitor_interrupt_query): Ditto.
11476 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11477 * target.h: Update comment.
aaa38bb5 11478
b5a2688f 11479 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 11480
2fa5c1e0
AC
114812002-02-09 Andrew Cagney <ac131313@redhat.com>
11482
11483 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11484 default_double_format.
11485 * gdbarch.h, gdbarch.c: Re-generate.
11486 * findvar.c (floatformat_unknown): Delete variable definition.
11487 * doublest.h (floatformat_unknown): Delete variable declaration.
11488
da966255
JB
114892002-02-09 Jim Blandy <jimb@redhat.com>
11490
11491 * stabsread.c (read_type): Add code to parse Sun's syntax for
11492 prototyped function types.
11493
123a4891
AC
114942002-02-09 Andrew Cagney <ac131313@redhat.com>
11495
11496 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11497 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11498
fb39c8f3
PS
114992002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11500
11501 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11502 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11503 now _initialize_xcoffsolib gets called again and overrides the
11504 commands from solib.c in a native configuration.
11505
0b87a11d
MK
115062002-02-09 Mark Kettenis <kettenis@gnu.org>
11507
11508 * doublest.c (store_typed_floating): Don't try to return a value.
11509 Fixes PR gdb/290.
11510
bdc2fc72
JB
115112002-02-08 Jim Blandy <jimb@redhat.com>
11512
11513 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11514 is prototyped and has no arguments, print its argument list as
11515 `(void)'.
11516
da69bbcf
CD
115172002-02-08 Chris Demetriou <cgd@broadcom.com>
11518
11519 * MAINTAINERS (write-after-approval): Add myself.
11520 (paper-trail): I've escaped!
aaa38bb5 11521
b69571f5
CF
115222002-02-08 Christopher Faylor <cgf@redhat.com>
11523
11524 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11525 changes.
11526 (_initialize_check_for_gdb_ini): Ditto.
11527
f6871398
MH
115282002-02-08 Martin M. Hunt <hunt@redhat.com>
11529
11530 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11531 xaprintf -> xasprintf.
11532
4e52d31c
PM
115332002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11534
11535 * win32-nat.c: Remove use of printf and sprintf functions.
11536
39bbf761
RE
115372002-02-08 Richard Earnshaw <rearnsha@arm.com>
11538
11539 * arm-tdep.c (arm_frame_chain_valid): Make static.
11540 (arm_push_arguments): Likewise.
11541 (arm_gdbarch_init): New function.
11542 (_initialize_arm_tdep): Call it.
11543 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11544 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11545 (FRAME_CHAIN_VALID): Delete.
11546 (arm_frame_chain_valid): Delete declaration.
11547 (PUSH_ARGUMENTS): Delete.
11548 (arm_push_arguments): Delete declaration.
11549 (CALL_DUMMY_P): Delete.
11550
9c9532c9
CV
115512002-02-08 Andrew Cagney <ac131313@redhat.com>
11552 Corinna Vinschen <vinschen@redhat.com>
11553
11554 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11555 on builtin float types.
11556
4e8f7a8b
DJ
115572002-02-08 Daniel Jacobowitz <drow@mvista.com>
11558
11559 * utils.c: Include <curses.h> before "bfd.h".
11560 * tui/tui-hooks.c: Likewise.
11561 * tui/tui.c: Likewise.
11562 * tui/tuiCommand.c: Likewise.
11563 * tui/tuiData.c: Likewise.
11564 * tui/tuiDataWin.c: Likewise.
11565 * tui/tuiDisassem.c: Likewise.
11566 * tui/tuiGeneralWin.c: Likewise.
11567 * tui/tuiIO.c: Likewise.
11568 * tui/tuiLayout.c: Likewise.
11569 * tui/tuiRegs.c: Likewise.
11570 * tui/tuiSource.c: Likewise.
11571 * tui/tuiSourceWin.c: Likewise.
11572 * tui/tuiStack.c: Likewise.
11573 * tui/tuiWin.c: Likewise.
11574
cd4bffcf
EZ
115752002-02-07 Elena Zannoni <ezannoni@redhat.com>
11576
11577 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11578 to include space for pseudoregs as well. Update loops accordingly.
11579 (sh_fp_frame_init_saved_regs): Ditto.
11580 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11581
26806ce2
AC
115822002-02-07 Andrew Cagney <ac131313@redhat.com>
11583
11584 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11585 Add Richard Earnshaw to Arm maintainers.
11586
97fdab62
AC
115872002-02-07 Andrew Cagney <ac131313@redhat.com>
11588
a6b98203
AC
11589 * defs.h (warning_begin): Delete declaration.
11590
97fdab62
AC
11591 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11592 Delete macro.
11593
78b29b40
MS
115942002-02-07 Michael Snyder <msnyder@redhat.com>
11595
aaa38bb5 11596 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
11597 Logic bug, remove misplaced else.
11598
d8849953
KD
115992002-02-07 Klee Dienes <klee@apple.com>
11600
11601 * fork-inferior.c (fork_inferior): Add '!' to the list of
11602 characters that need to be quoted when building a string for the
11603 shell. Quote '!' specifically with a backslash, since CSH chokes
11604 when trying to evaluate "str!str".
aaa38bb5 11605
095778a0
NC
116062002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11607
11608 * rdi-share/host.h: Only provide a typedef for bool if it is not
11609 defined.
11610
1900040c
MS
116112002-02-04 Michael Snyder <msnyder@redhat.com>
11612
11613 * breakpoint.h (enum bptype): Add new overlay event bp type.
11614 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 11615
1900040c
MS
11616 * breakpoint.c (create_internal_breakpoint): New function.
11617 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11618 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11619 (create_thread_event_breakpoint): Ditto.
11620 (create_solib_event_breakpoint): Ditto.
11621 (create_overlay_event_breakpoint): New function.
11622 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11623 (update_breakpoints_after_exec): Delete and re-initialize
11624 overlay event breakpoints after an exec. Add FIXME comment
11625 about longjmp breakpoint.
11626 (print_it_typical): Ignore overlay event breakpoints.
11627 (print_one_breakpoint): Ditto.
11628 (mention): Ditto.
11629 (bpstat_what): Do not stop for overlay event breakpoints.
11630 (delete_breakpoint): Don't delete overlay event breakpoints.
11631 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11632 (breakpoint_re_set): Re-create overlay event breakpoint.
11633
11634 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11635 (overlay_manual_command): Disable overlay breakpoints.
11636 (overlay_off_command): Disable overlay breakpoints.
11637
082fc60d
RE
116382002-02-06 Richard Earnshaw <rearnsha@arm.com>
11639
11640 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11641 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11642 to here from config/tm-arm.h.
11643 (coff_sym_is_thumb): Make static.
11644 (arm_elf_make_msymbol_special): New function.
11645 (arm_coff_make_msymbol_special): New function.
11646 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11647 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11648 (coff_sym_is_thumb): Delete declaration.
11649 (arm_elf_make_msymbol_special): Declare.
11650 (arm_coff_make_msymbol_special): Declare.
11651 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11652 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11653
039c5766
RE
116542002-02-06 Richard Earnshaw <rearnsha@arm.com>
11655
11656 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11657
116582002-02-06 Richard Earnshaw <rearnsha@arm.com>
11659
11660 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11661 * gdbarch.c gdbarch.h: Regenerate.
11662 * arch-utils.c (default_print_float_info): New function.
11663 * arch-utils.h (default_print_float_info): Prototype it.
11664 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11665 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11666 (PRINT_FLOAT_INFO): Document it.
11667
11668 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11669 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11670 (PRINT_FLOAT_INFO): Define.
11671
58fa08f0
PM
116722002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11673
aaa38bb5 11674 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
11675 Add typecast to sprintf argument to suppress a warning.
11676
7393af7c
PM
116772002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11678
58fa08f0 11679 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
11680 to allow easier handling of pass state.
11681 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11682 that gives exception name and address.
11683 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 11684 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 11685 exceptions added.
aaa38bb5
AJ
11686 (child_continue): Correctly report continue_status.
11687 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 11688 TARGET_SIGNAL_0 (new default value).
aaa38bb5 11689 (child_resume): consider sig argument passed to decide if
7393af7c
PM
11690 the exception should be passed to debuggee or not.
11691
6af4589c
MS
116922002-02-05 Michael Snyder <msnyder@redhat.com>
11693
11694 * regcache.c (fetch_register): Call target_fetch_register
11695 only if we don't call FETCH_PSEUDO_REGISTER.
11696 (store_register): Call target_store_register only if we
11697 don't call STORE_PSEUDO_REGISTER.
11698
a2cf933a
EZ
116992002-02-05 Elena Zannoni <ezannoni@redhat.com>
11700
11701 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11702 ELF_MAKE_MSYMBOL_SPECIAL.
11703 * gdbarch.c, gdbarch.h: Regenerate.
11704 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 11705 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
11706 * elfread.c (elf_symtab_read): Compile use of
11707 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11708 multiarched.
11709 * coffread.c (coff_symtab_read): Ditto, for
11710 COFF_MAKE_MSYMBOL_SPECIAL.
11711
6bb7be43
JB
117122002-02-05 Jim Blandy <jimb@redhat.com>
11713
11714 * solib-svr4.c (svr4_truncate_ptr): New function.
11715 (svr4_relocate_section_addresses): Do the address arithmetic with
11716 the appropriate truncation for target addresses, even when
11717 CORE_ADDR is larger than a target address.
11718
e18651ec
DJ
117192002-02-05 Daniel Jacobowitz <drow@mvista.com>
11720
11721 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11722 to (int *).
11723
6b2725be
DJ
117242002-02-05 Daniel Jacobowitz <drow@mvista.com>
11725
11726 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11727 code.
11728
fca9e603
DJ
117292002-02-05 Daniel Jacobowitz <drow@mvista.com>
11730
11731 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11732
6c537a52
DJ
117332002-02-05 Daniel Jacobowitz <drow@mvista.com>
11734
11735 * gdbserver/linux-low.c: Remove unused include files.
11736
d844cde6
DJ
117372002-02-05 Daniel Jacobowitz <drow@mvista.com>
11738
11739 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11740 (read_inferior_memory): Use it.
11741 (write_inferior_memory): Likewise.
11742
d07c63e7
DJ
117432002-02-05 Daniel Jacobowitz <drow@mvista.com>
11744
11745 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11746 grubbing through sys_errlist.
11747
da6d8c04
DJ
117482002-02-05 Daniel Jacobowitz <drow@mvista.com>
11749
11750 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11751
5b421780
PM
117522002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11753 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11754
9f60d481
AC
117552002-02-04 Andrew Cagney <ac131313@redhat.com>
11756
11757 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11758 (do_sfunc, set_cmd_sfunc): New functions.
11759
11760 * command.h (struct cmd_list_element): Add field func.
11761 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11762 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11763 * cli/cli-decode.h: Ditto.
11764
11765 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11766 (help_all, help_cmd_list): Ditto.
11767 (find_cmd, complete_on_cmdlist): Ditto.
11768 * top.c (execute_command): Ditto.
11769
11770 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11771 function.sfunc.
11772
11773 * infcmd.c (notice_args_read): Fix function signature.
11774
11775 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11776 * cli/cli-decode.c (add_set_cmd): Ditto.
11777 * utils.c (initialize_utils): Ditto.
11778 * maint.c (_initialize_maint_cmds): Ditto.
11779 * infrun.c (_initialize_infrun): Ditto.
11780 * demangle.c (_initialize_demangler): Ditto.
11781 * remote.c (add_packet_config_cmd): Ditto.
11782 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11783 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11784 * proc-api.c (_initialize_proc_api): Ditto.
11785 * kod.c (_initialize_kod): Ditto.
11786 * valprint.c (_initialize_valprint): Ditto.
11787 * top.c (init_main): Ditto.
11788 * infcmd.c (_initialize_infcmd): Ditto.
11789 * corefile.c (_initialize_core): Ditto.
11790 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11791 * arch-utils.c (initialize_current_architecture): Ditto.
11792 (_initialize_gdbarch_utils): Ditto.
11793 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11794
11795 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11796 * wince.c (_initialize_inftarg): Ditto.
11797 * symfile.c (_initialize_symfile): Ditto.
11798 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11799 * language.c (_initialize_language): Ditto.
11800 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11801
f9ba0717
MS
118022002-02-04 Michael Snyder <msnyder@redhat.com>
11803
11804 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11805
0c74b2a7
DJ
118062002-02-04 Daniel Jacobowitz <drow@mvista.com>
11807
11808 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11809 Add rules for building the register data files.
11810
c638789f
DJ
118112002-02-04 Daniel Jacobowitz <drow@mvista.com>
11812
11813 * regformats/regdat.sh: Add braces to the definition of
11814 expedite_regs_${arch}.
11815
db253027
DJ
118162002-02-04 Daniel Jacobowitz <drow@mvista.com>
11817
11818 * regformats/regdef.h (struct reg): Add comment describing the
11819 requirements for offset and size fields.
11820
206be19c
AS
118212002-02-04 Andreas Schwab <schwab@suse.de>
11822
11823 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11824 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11825
181c1381
RE
118262002-02-04 Richard Earnshaw <rearnsha@arm.com>
11827
11828 * gdbarch.sh (copyright): Update years in generated header.
11829 (SMASH_TEXT_ADDRESS): Add rule.
db253027 11830 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
11831 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11832 * dbxread.c: Likewise.
11833 * dwarfread.c: Likewise.
11834 * elfread.c: Likewise.
11835 * somread.c: Likewise.
11836
11837 * arm-tdep.c (arm_smash_text_address): New function.
11838 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11839
fa4ba8da
PM
118402002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11841
11842 Add support for hardware watchpoints on win32 native.
aaa38bb5 11843 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 11844 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 11845 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
11846 of debug registers.
11847 (debug_registers_changed): New variable. Reflects when debug registers
11848 are changed and need to be written to inferior.
aaa38bb5 11849 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
11850 was set, used when new threads are created.
11851 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11852 i386-nat code.
11853 (thread_rec): Set dr array if id is the thread of current_event .
11854 (child_continue, child_resume): Change the debug registers for all
11855 threads if debug_registers_changed.
11856 (child_add_thread): Change the debug registers if debug_registers_used.
11857 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11858 Link nm.h to new nm-cygwin.h file.
11859 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11860 of hardware registers.
11861
a73c86fb
AC
118622002-02-03 Andrew Cagney <ac131313@redhat.com>
11863
11864 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11865 Restore behavour broken by 2002-01-20 Andrew Cagney
11866 <ac131313@redhat.com> IEEE_FLOAT removal.
11867
acf5ed49
DJ
118682002-02-03 Daniel Jacobowitz <drow@mvista.com>
11869
11870 * c-valprint.c (c_val_print): Pass a proper valaddr to
11871 cp_print_class_method.
11872 * valops.c (search_struct_method): If there is only one method
11873 and args is NULL, return that method.
11874
493d28d5
DJ
118752002-02-03 Daniel Jacobowitz <drow@mvista.com>
11876
11877 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11878 accessing tag_name directly.
11879
7495dfdb
DJ
118802002-02-03 Daniel Jacobowitz <drow@mvista.com>
11881
11882 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11883 of accessing tag_name directly.
11884
dd6bda65
DJ
118852002-02-03 Daniel Jacobowitz <drow@mvista.com>
11886
11887 PR gdb/280
11888 * gdbtypes.c (replace_type): New function.
11889 * gdbtypes.h (replace_type): Add prototype.
11890 * stabsread.c (read_type): Use replace_type.
11891
88fe217c
RE
118922002-02-03 Richard Earnshaw <rearnsha@arm.com>
11893
11894 * Makefile.in (memattr.o): Add missing dependencies rule.
11895
e5d66720
PS
118962002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11897
11898 * breakpoint.c (break_at_finish_command): Really export.
11899 (break_at_finish_at_depth_command): Ditto.
11900 (tbreak_at_finish_command): Ditto.
11901 * hppa-tdep.c: Include completer.h.
11902 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11903 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11904
fffee0be
AC
119052002-02-01 Andrew Cagney <ac131313@redhat.com>
11906
11907 * utils.c (do_write): New function.
11908 (error_stream): Rewrite combining the code from error_begin and
11909 verror.
11910 (verror): Rewrite using error_stream.
11911 (error_begin): Delete function.
11912
255e7dbf
AC
119132002-02-01 Andrew Cagney <ac131313@redhat.com>
11914
11915 * utils.c (error_begin): Make static.
11916 * defs.h (error_begin): Delete declaration.
11917
11918 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11919 (decode_line_1): Use cplusplus_error instead of error_begin,
11920 cplusplus_hint and return_to_top_level.
11921 * coffread.c (coff_symfile_read): Use error instead of error_begin
11922 and return_to_top_level.
11923 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11924
ddfe3c15
AC
119252002-02-01 Andrew Cagney <ac131313@redhat.com>
11926
11927 * language.h (type_error, range_error): Make string parameter
11928 constant.
11929 * language.c (warning_pre_print): Delete extern declaration.
11930 * dwarfread.c (warning_pre_print): Ditto.
11931 * language.c (type_error, range_error): Rewrite to use verror and
11932 vwarning instead of warning_begin.
11933
03ac34d5
MS
119342002-02-01 Michael Snyder <msnyder@redhat.com>
11935
261c4ca2
MS
11936 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11937 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 11938
e00d1dc8
AC
119392002-02-01 Andrew Cagney <ac131313@redhat.com>
11940
11941 * command.h (NO_FUNCTION): Delete macro.
11942 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11943 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11944 * tracepoint.c (_initialize_tracepoint): Ditto.
11945 * cli/cli-decode.c (add_set_cmd): Ditto.
11946 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 11947
76b79d6e
DJ
119482002-02-01 Daniel Jacobowitz <drow@mvista.com>
11949
11950 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11951 Update ``this'' pointer when calling virtual functions.
11952
799f9e91
MS
119532002-02-01 Michael Snyder <msnyder@redhat.com>
11954
c7bd442c 11955 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
11956 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11957
3cf384d4
DJ
119582002-02-01 Daniel Jacobowitz <drow@mvista.com>
11959
11960 * regformats/reg-arm.dat: New file.
11961 * regformats/reg-i386.dat: New file.
11962 * regformats/reg-ia64.dat: New file.
11963 * regformats/reg-m68k.dat: New file.
11964 * regformats/reg-mips.dat: New file.
11965 * regformats/reg-ppc.dat: New file.
11966 * regformats/reg-sh.dat: New file.
11967 * regformats/regdef.h: New file.
11968 * regformats/regdat.sh: New file.
11969
0defa245
RE
119702002-02-01 Richard Earnshaw <reanrsha@arm.com>
11971
11972 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11973 (arm_frame_args_address, arm_frame_locals_address): New functions.
11974 (arm_frame_num_args): New function.
11975 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11976 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11977 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11978
405f26e6
MS
119792002-01-31 Michael Snyder <msnyder@redhat.com>
11980
502fd408
MS
11981 * breakpoint.c (break_at_finish_command): Export.
11982 (break_at_finish_at_depth_command): Export.
11983 (tbreak_at_finish_command): Export.
d6020d45 11984 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
502fd408 11985 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
d6020d45 11986 "txbreak" commands, which are HPPA specific.
502fd408 11987
7d35e135
MS
11988 * printcmd.c (disassemble_command): Remove an ancient
11989 artifact of an old merge.
11990
aaa38bb5 11991 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
11992 Define enum constant values for overlay mode.
11993 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
11994 (overlay_is_mapped, overlay_auto_command,
11995 overlay_manual_command): Ditto.
d874f1e2 11996
aaa38bb5
AJ
11997 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11998 breakpoint_here_p, breakpoint_inserted_here_p,
11999 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
12000 describe_other_breakpoints, check_duplicates, clear_command):
12001 Coding standard fixes.
12002
8add0441 12003 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 12004 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
12005 code: check bfd SEC_READONLY flag for section.
12006
e351066e
AC
120072002-01-31 Andrew Cagney <ac131313@redhat.com>
12008
7d35e135 12009 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 12010
8a48e967
DJ
120112002-01-30 Daniel Jacobowitz <drow@mvista.com>
12012
12013 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
12014 data symbols, since we search based on textlow and texthigh.
12015 (find_pc_sect_symtab): Likewise.
12016
f5a96129
AC
120172002-01-30 Andrew Cagney <ac131313@redhat.com>
12018
12019 * defs.h (vwarning): Declare.
f5a96129
AC
12020 * utils.c (vwarning): New function.
12021 (warning): Call vwarning.
12022 (warning_begin): Delete function.
12023
12024 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
12025 the warning message.
12026 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
12027 warning_begin.
12028
cefd4ef5
MS
120292002-01-30 Michael Snyder <msnyder@redhat.com>
12030
1a703748
MS
12031 * NEWS: Mention "set trust-readonly-sections" command.
12032 Mention generate-core-file command.
cefd4ef5 12033
3a11626d
MS
120342002-01-15 Michael Snyder <msnyder@redhat.com>
12035
12036 * target.c: New command, "set trust-readonly-sections on".
12037 (do_xfer_memory): Honor the suggestion to trust readonly sections
12038 by reading them from the object file instead of from the target.
12039 (initialize_targets): Register command "set trust-readonly-sections".
12040
d1c7e53b
AC
120412002-01-29 Andrew Cagney <ac131313@redhat.com>
12042
12043 * parse.c (target_map_name_to_register): Simplify, search regs and
12044 pseudo-regs using a single loop.
12045
e2c9a72c
AC
120462002-01-30 Andrew Cagney <ac131313@redhat.com>
12047
12048 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
12049
69824b4e
MK
120502002-01-15 Rodney Brown <rbrown64@csc.com.au>
12051
12052 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
12053 * config/i386/i386v42mp.mh: Add i387-nat.o .
12054 * i386v4-nat.c: Include i387-nat.h.
12055 (supply_fpregset): Use i387_supply_fsave.
12056 (fill_fpregset): Use i387_fill_fsave.
12057
6eb69eab
RE
120582002-01-30 Richard Earnshaw <rearnsha@arm.com>
12059
12060 * arm-tdep.c (arm_call_dummy_words): Define.
12061 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
12062 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
12063 (CALL_DUMMY_WORDS): Define.
12064 (arm_call_dummy_words): Declare.
12065 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
12066 (arm_linux_call_dummy_words): Declare.
12067
9852326a
AS
120682002-01-30 Andreas Schwab <schwab@suse.de>
12069
12070 * m68klinux-nat.c: Fix last change to use regcache_collect
12071 instead of referencing registers[] directly.
12072
977a3030
AC
120732002-01-29 Andrew Cagney <ac131313@redhat.com>
12074
12075 * parse.c (target_map_name_to_register): Delete code wrapped in
12076 #ifdef REGISTER_NAME_ALIAS_HOOK.
12077
2076c72b
MS
120782002-01-28 Michael Snyder <msnyder@redhat.com>
12079
12080 * regcache.c (legacy_read_register_gen): Need to be able to
12081 read pseudo-register as well as real register.
12082 (legacy_write_register_gen): Ditto.
12083
8fcc723b
AC
120842002-01-28 Andrew Cagney <ac131313@redhat.com>
12085
12086 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12087 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
12088 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
12089 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
12090 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
12091 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
12092 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
12093 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
12094 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
12095 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12096 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
12097 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
12098 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
12099 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
12100 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
12101 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
12102 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
12103 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
12104 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
12105 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
12106
afe64c1a
AC
121072002-01-28 Andrew Cagney <ac131313@redhat.com>
12108
12109 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
12110 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
12111 (initialize_current_architecture): Update target_byte_order using
12112 information from BFD.
aaa38bb5 12113 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
12114 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
12115
75bc7ddf
AC
121162002-01-28 Andrew Cagney <ac131313@redhat.com>
12117
12118 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
12119 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
12120
12121 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
12122 #ifdef INVALID_FLOAT.
12123 * infcmd.c (do_registers_info): Ditto.
12124 * values.c (unpack_double): Ditto. Add comment.
12125
12126 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
12127 already commented out.
12128
0280a90a
AS
121292002-01-26 Andreas Schwab <schwab@suse.de>
12130
12131 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
12132 * m68klinux-nat.c: Update ptrace interface for fetching/storing
12133 registers and add support for PTRACE_GETREGS.
12134
7072a954
AC
121352002-01-24 Andrew Cagney <ac131313@redhat.com>
12136
12137 GDB 5.1.1 released from 5.1 branch.
12138 * NEWS: Add 5.1.1 news.
12139 * README: Sync with 5.1 branch.
12140
86f902e0
FF
121412002-01-23 Fred Fish <fnf@redhat.com>
12142
12143 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
12144 stabstring on initial malloc. Reallocing will copy it for us,
12145 if necessary.
12146
8af51c36
EZ
121472002-01-23 Elena Zannoni <ezannoni@redhat.com>
12148
aaa38bb5 12149 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
12150 (HFILES_NO_SRCDIR): Remove hpread.h.
12151 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
12152 (hpread.o): Update dependencies.
12153 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
12154
12155 * hp-psymtab-read.c: Remove file.
12156 * hp-symtab-read.c: Remove file.
12157 * hpread.h: Remove file.
12158
12159 * hpread.c: Merge all contents of hp-psymtab-read.c,
12160 hp-symtab-read.c and hpread.h into this file, as it was prior to
12161 January 1999.
12162
12163 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 12164 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
12165 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
12166 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
12167
dc5cfeb6
EZ
121682002-01-23 Elena Zannoni <ezannoni@redhat.com>
12169
12170 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
12171 fill_gregset): Call gdbarch_tdep() just once, assign result to
12172 variable and use that, instead of calling the function several
12173 times.
12174
ea87b71b
AO
121752002-01-24 Alexandre Oliva <aoliva@redhat.com>
12176
12177 * configure.host: Accept sparcv9 as alias for sparc64.
12178 * configure.tgt: Likewise.
12179
13fc0c2f
KB
121802002-01-22 Kevin Buettner <kevinb@redhat.com>
12181
12182 * solib-aix5.c (build_so_list_from_mapfile)
12183 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
12184 arguments is not reversed.
12185 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
12186 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 12187
7bd872fe
EZ
121882002-01-22 Elena Zannoni <ezannoni@redhat.com>
12189
12190 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
12191 modified version of obsolete sh_fetch_pseudo_register.
12192 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
12193 (sh4_register_read): New function.
12194 (sh_pseudo_register_write): New function. Renamed and modified
12195 version of obsolete sh_store_pseudo_register.
12196 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
12197 (sh4_register_write): New function.
12198 (sh_gdbarch_init): Remove setting of gdbarch function
12199 fetch_pseudo_register and store_pseudo_register. Remove setting of
12200 register_convert_to_raw, register_convert_to_virtual,
12201 register_convertible.
12202 (sh_sh4_register_convertible): Delete. No longer needed. All is
12203 taken care by architecture specific functions
12204 register_read/register_write.
12205 (sh_sh4_register_convert_to_virtual): Make static.
12206 (sh_sh4_register_convert_to_raw): Ditto.
12207
069e84fd
AC
122082002-01-22 Andrew Cagney <ac131313@redhat.com>
12209
12210 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
12211 (floatformat_is_nan, floatformat_mantissa): Ditto.
12212
12213 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
12214 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
12215 builtin_type_ieee_double_little,
12216 builtin_type_ieee_double_littlebyte_bigword,
12217 builtin_type_m68881_ext, builtin_type_i960_ext,
12218 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
12219 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
12220 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
12221 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
12222
211a4f69
CV
122232002-01-22 Corinna Vinschen <vinschen@redhat.com>
12224
12225 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
12226 parameter. Set frameless flag if it exists and depended of
12227 whether the scanned function is frameless or not.
12228 (xstormy16_skip_prologue): If function is frameless, return
12229 result of xstormy16_scan_prologue().
12230 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12231 call.
12232
f81353e4
EZ
122332002-01-21 Elena Zannoni <ezannoni@redhat.com>
12234
12235 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12236 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12237 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12238 sh_sh4_register_byte, sh_sh4_register_raw_size,
12239 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12240 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12241 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12242 sh_store_pseudo_register, sh_do_pseudo_register): Call
12243 gdbarch_tdep() just once, assign result to variable and use that,
12244 instead of calling the function several times.
12245
63c73a17
MK
122462002-01-20 Mark Kettenis <kettenis@gnu.org>
12247
12248 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12249 macros instead of LAST_FPU_CTRL_REGNUM.
12250 (store_register): Likewise.
12251
39ad761d
JB
122522002-01-21 Jim Blandy <jimb@redhat.com>
12253
12254 * infcmd.c (run_command): Check that the `exec' target layer's BFD
12255 is up-to-date before running the program, not just when a program
12256 exits.
12257
3d74b771
FF
122582002-01-21 Fred Fish <fnf@redhat.com>
12259
12260 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12261 when we have found all instructions we are looking for.
12262
966fbf70
RE
122632002-01-21 Richard Earnshaw <rearnsha@arm.com>
12264
12265 * arm-tdep.c (arm_register_name): New function.
12266 (arm_registers_names): Make static.
12267 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12268 (arm_register_name): Declare.
12269 (REGISTER_NAME): Use it.
12270
c3b4394c
RE
122712002-01-21 Richard Earnshaw <rearnsha@arm.com>
12272 Kevin Buettner <kevinb@redhat.com>
12273
12274 Convert arm targets to new FRAME interface.
12275 * arm-tdep.c (struct frame_extra_info): Remove fsr.
12276 (arm_frame_find_save_regs): Delete.
12277 (arm_frame_init_saved_regs): New.
12278 (arm_init_extra_frame_info): Alloacte saved_regs as required.
12279 Allocate extra_info as required. Convert all uses of fsr.regs
12280 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12281 to use extra_info.
12282 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12283 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12284 (check_prologue_cache, save_prologue_cache): Likewise.
12285 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12286 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12287 (FRAME_FIND_SAVED_REGS): Delete.
12288 (arm_frame_find_saved_regs): Delete prototype.
12289 (arm_frame_init_saved_regs): New prototype.
12290 (FRAME_INIT_SAVED_REGS): Define.
12291
61d99182
AC
122922002-01-20 Andrew Cagney <ac131313@redhat.com>
12293
12294 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12295
6aaea291
AC
122962002-01-20 Andrew Cagney <ac131313@redhat.com>
12297
12298 From Jeff Law <law@redhat.com>:
12299 * infttrace.c: Include <sys/pstat.h>.
12300 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12301 exec file if the ttrace equivalent fails.
12302
15f698d2
AC
123032002-01-20 Andrew Cagney <ac131313@redhat.com>
12304
12305 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12306 (closeLogFile): Ditto.
12307
f86ddd7c
MC
123082002-01-20 Michael Chastain <mec@shout.net>
12309
12310 * top.c (print_gdb_version): Bump copyright year to 2002.
12311
904507ce
AC
123122002-01-20 Andrew Cagney <ac131313@redhat.com>
12313
12314 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12315 Zannoni and Eli Zaretskii.
12316
d7f0b9ce
DJ
123172002-01-20 Daniel Jacobowitz <drow@mvista.com>
12318
12319 * buildsym.c: Update copyright years.
12320 * c-typeprint.c: Likewise.
12321 * dwarf2read.c: Likewise.
12322 * f-typeprint.c: Likewise.
12323 * gdbtypes.c: Likewise.
12324 * gdbtypes.h: Likewise.
12325 * hp-symtab-read.c: Likewise.
12326 * hpread.c: Likewise.
12327 * mdebugread.c: Likewise.
12328 * p-typeprint.c: Likewise.
12329
3fd3d7d2
AC
123302002-01-20 Andrew Cagney <ac131313@redhat.com>
12331
12332 * remote-sim.c (gdbsim_open): Simplify code testing the macro
12333 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
12334 byte-order selectable.
12335 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12336 * arch-utils.c: Ditto.
12337 (set_endian): Ditto.
12338 (set_endian_from_file): Ditto.
12339 * gdbserver/low-sim.c (create_inferior): Ditto.
12340 * gdbarch.sh: Ditto.
12341 * gdbarch.h: Re-generate.
aaa38bb5
AJ
12342 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12343 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12344 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12345 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12346 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12347 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12348 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
12349 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12350 macro definition.
12351 * config/mips/tm-wince.h: Remove #undef of macro
12352 TARGET_BYTE_ORDER_SELECTABLE.
12353 * config/sh/tm-wince.h: Ditto.
12354
b02dede2
DJ
123552002-01-20 Daniel Jacobowitz <drow@mvista.com>
12356
12357 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12358 member function fields. Add accessor macro
12359 TYPE_FN_FIELD_ARTIFICIAL.
12360 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12361 * c-typeprint.c (c_type_print_base): Skip artificial member
12362 functions.
12363
c3643761
DJ
123642002-01-20 Daniel Jacobowitz <drow@mvista.com>
12365
12366 * f-typeprint.c: Delete unused function f_type_print_args.
12367 * p-typeprint.c: Delete unused function pascal_type_print_args.
12368
8176bb6d
DJ
123692002-01-20 Daniel Jacobowitz <drow@mvista.com>
12370
12371 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12372 comment. Add ``artificial'' to ``union field_location''.
12373
12374 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12375
12376 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12377 * mdebugread.c (parse_symbol): Likewise.
12378 * stabsread.c (define_symbol): Likewise.
12379 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12380 initializing TYPE_FIELD_BITPOS to n (obsolete).
12381 (hpread_doc_function_type): Likewise.
12382 * hpread.c (hpread_function_type): Likewise.
12383
7fd60527
AC
123842002-01-20 Andrew Cagney <ac131313@redhat.com>
12385
12386 * configure.in (host_makefile_frag): Only require a host makefile
12387 fragment when a native build.
12388 * configure: Re-generate.
12389
c2f05ac9
AC
123902002-01-20 Andrew Cagney <ac131313@redhat.com>
12391
12392 * doublest.h (floatformat_from_type): Declare.
12393 * doublest.c (floatformat_from_type): New function.
12394 (convert_typed_floating): Use.
12395
12396 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12397 call to function floatformat_from_type.
12398
12399 * gdbarch.sh (IEEE_FLOAT): Delete.
12400 * gdbarch.h, gdbarch.c: Re-generate.
12401 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12402 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12403 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12404 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12405 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12406 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12407 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12408 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12409 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12410 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12411 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
12412 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12413
12414 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12415 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12416 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12417 * sh-tdep.c (sh_gdbarch_init): Ditto.
12418 * mips-tdep.c (mips_gdbarch_init): Ditto.
12419 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12420 * cris-tdep.c (cris_gdbarch_init): Ditto.
12421
abf22e64
AJ
124222002-01-20 Jiri Smid <smid@suse.cz>
12423
12424 * configure.host, configure.tgt: Support x86-64.
12425 * NEWS: Note new target x86-64.
12426
b7c4cbf8
AJ
12427 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12428 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12429 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12430 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12431 x86-64-linux-nat.o): Fix dependencies.
12432
82600034
AC
124332002-01-19 Andrew Cagney <ac131313@redhat.com>
12434
12435 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12436 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12437 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12438 * config/sparc/xm-sun4os4.h: Delete file.
12439 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 12440
bbe5c628
AC
124412002-01-19 Andrew Cagney <ac131313@redhat.com>
12442
12443 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12444 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12445 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12446 * config/i386/i386lynx.mh (XM_FILE): Delete.
12447 * config/rs6000/xm-rs6000ly.h: Delete file.
12448 * config/sparc/xm-sparclynx.h: Delete file.
12449 * config/m68k/xm-m68klynx.h: Delete file.
12450 * config/i386/xm-i386lynx.h: Delete file.
12451 * config/xm-lynx.h: Delete file.
12452 * config/djgpp/fnchange.lst: Update.
12453
f8453e34
JT
124542002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12455
12456 * alpha-tdep.c (alpha_register_byte): New function.
12457 (alpha_register_raw_size): Ditto.
12458 (alpha_register_virtual_size): Ditto.
12459 (alpha_skip_prologue_internal): Renamed from
12460 alpha_skip_prologue.
12461 (alpha_skip_prologue): New version that calls
12462 alpha_skip_prologue_internal.
12463 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12464 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12465 second argument from alpha_skip_prologue.
12466 (REGISTER_BYTE): Use alpha_register_byte.
12467 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12468 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12469 (FRAMELESS_FUNCTION_INVOCATION): Use
12470 generic_frameless_function_invocation_not.
12471 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12472 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12473
52d9e613
AC
124742002-01-19 Andrew Cagney <ac131313@redhat.com>
12475
12476 * config/mips/xm-news-mips.h: Delete file.
12477 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12478
12479 * config/m88k/xm-m88k.h: Delete file.
12480 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12481 * config/m88k/xm-delta88v4.h: Ditto.
12482 * config/m88k/xm-delta88.h: Ditto.
12483
12484 * config/alpha/xm-fbsd.h: Delete file.
12485 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12486
12487 * config/sparc/xm-sparc.h: Delete file.
12488 * Makefile.in (xm-sun4os4.h): Delete dependency.
12489 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12490 * config/sparc/xm-sun4os4.h: Ditto.
12491 * config/sparc/xm-linux.h: Ditto.
12492
12493 * config/i386/xm-windows.h: Delete file.
12494
2d1b2124
AC
124952002-01-19 Andrew Cagney <ac131313@redhat.com>
12496
12497 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12498 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12499
ee1f65f0
JT
125002002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12501
12502 * alpha-tdep.c (alpha_call_dummy_words): New.
12503 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12504 (CALL_DUMMY_P): Define.
12505 (CALL_DUMMY_WORDS): Define.
12506 (SIZEOF_CALL_DUMMY_WORDS): Define.
12507
98081e55
PB
125082002-01-19 Per Bothner <per@bothner.com>
12509
12510 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12511 isn't NULL, which can happen with some gcj-3.x-produced code.
12512
0d056799
JT
125132002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12514
12515 * alpha-tdep.c (alpha_register_virtual_type): New function.
12516 (alpha_init_frame_pc_first): Ditto.
12517 (alpha_fix_call_dummy): Ditto.
12518 (alpha_store_struct_return): Ditto.
12519 (alpha_extract_struct_value_address): Ditto.
12520 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12521 alpha_register_virtual_type.
12522 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12523 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12524 alpha_extract_struct_value_address.
12525 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12526 (INIT_FRAME_PC): Use init_frame_pc_noop.
12527 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12528
4604bcad
MK
125292002-01-19 Mark Kettenis <kettenis@gnu.org>
12530
12531 * i386gnu-nat.c: Include "i386-tdep.h".
12532 (fetch_fpregs): Simplify code dealing with uninitialized floating
12533 point states such that it doesn't require FP7_REGNUM.
12534
140f9984
JT
125352002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12536
abf22e64
AJ
12537 * alpha-tdep.c (frame_extra_info): New.
12538 (alpha_find_saved_regs): Make static. Use
140f9984
JT
12539 frame->extra_info.
12540 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
12541 (alpha_frame_saved_pc): Use frame->extra_info.
12542 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12543 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
12544 (init_extra_frame_info): Rename to...
12545 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 12546 (alpha_print_extra_frame_info): New function.
140f9984
JT
12547 (alpha_frame_locals_address): Ditto.
12548 (alpha_frame_args_address): Ditto.
abf22e64 12549 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
12550 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12551 alpha_frame_args_address.
abf22e64 12552 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 12553 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
12554 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12555 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
12556 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12557 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12558
d734c450
JT
125592002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12560
12561 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12562 (alpha_cannot_fetch_register): Ditto.
12563 (alpha_cannot_store_register): Ditto.
12564 (alpha_register_convertible): Ditto.
12565 (alpha_use_struct_convention): Ditto.
12566 * config/alpha/tm-alpha.h: Update copyright years.
12567 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12568 (INNER_THAN): Use core_addr_lessthan.
12569 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12570 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12571 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12572 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12573 (FRAME_CHAIN): Remove unnecessary cast.
12574
b4ceaee6
AC
125752002-01-18 Andrew Cagney <ac131313@redhat.com>
12576
12577 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12578 obsolete.
12579
0a65a603
AC
125802002-01-18 Andrew Cagney <ac131313@redhat.com>
12581
12582 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12583 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12584 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12585 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12586 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12587 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12588 * x86-64-linux-nat.c: Ditto.
12589
636a6dfc
JT
125902002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12591
abf22e64 12592 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
12593 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12594 (REGISTER_NAME): Define.
12595
acceddb6
JT
125962002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12597
12598 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12599
ec32e4be
JT
126002002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12601
12602 * alpha-tdep.c: Update copyright years.
12603 (alpha_next_pc): New function.
12604 (alpha_software_single_step): Ditto.
12605 * config/alpha/tm-alpha.h: Add prototype for
12606 alpha_software_single_step.
12607
e771a871
JT
126082002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12609
12610 * alphabsd-nat.c: Update copyright years.
12611 (fill_gregset): Use regcache_collect.
12612 (fill_fpregset): Likewise.
12613 (fetch_inferior_registers): Only fetch integer registers
12614 if requested to do so.
12615 (store_inferior_registers): Only store integer registers
12616 if requested to do so.
12617
7708fa01
AC
126182002-01-17 Andrew Cagney <ac131313@redhat.com>
12619
12620 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12621 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12622 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12623 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12624 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12625 * config/arm/linux.mh (XDEPFILES): Delete.
12626 * config/arm/nbsd.mh (XDEPFILES): Delete.
12627 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12628 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12629 * config/i386/i386m3.mh (XDEPFILES): Delete.
12630 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12631 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12632 * config/i386/fbsd.mh (XDEPFILES): Delete.
12633 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12634 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12635 * config/i386/i386v4.mh (XDEPFILES): Delete.
12636 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12637 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12638 * config/i386/i386aix.mh (XDEPFILES): Delete.
12639 * config/i386/go32.mh (XDEPFILES): Delete.
12640 * config/i386/cygwin.mh (XDEPFILES): Delete.
12641 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12642 * config/i386/i386mach.mh (XDEPFILES): Delete.
12643 * config/i386/i386v32.mh (XDEPFILES): Delete.
12644 * config/i386/linux.mh (XDEPFILES): Delete.
12645 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12646 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12647 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12648 * config/i386/i386sco.mh (XDEPFILES): Delete.
12649 * config/i386/i386v.mh (XDEPFILES): Delete.
12650 * config/i386/nbsd.mh (XDEPFILES): Delete.
12651 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12652 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12653 * config/i386/symmetry.mh (XDEPFILES): Delete.
12654 * config/i386/obsd.mh (XDEPFILES): Delete.
12655 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12656 * config/ia64/linux.mh (XDEPFILES): Delete.
12657 * config/ia64/aix.mh (XDEPFILES): Delete.
12658 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12659 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12660 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12661 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12662 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12663 * config/m68k/linux.mh (XDEPFILES): Delete.
12664 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12665 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12666 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12667 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12668 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12669 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12670 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12671 * config/m88k/delta88.mh (XDEPFILES): Delete.
12672 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12673 * config/m88k/m88k.mh (XDEPFILES): Delete.
12674 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12675 * config/mips/linux.mh (XDEPFILES): Delete.
12676 * config/mips/irix6.mh (XDEPFILES): Delete.
12677 * config/mips/irix5.mh (XDEPFILES): Delete.
12678 * config/mips/irix4.mh (XDEPFILES): Delete.
12679 * config/mips/irix3.mh (XDEPFILES): Delete.
12680 * config/mips/decstation.mh (XDEPFILES): Delete.
12681 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12682 (NATDEPFILES): Move core-aout.o to here.
12683 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12684 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12685 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12686 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12687 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12688 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12689 * config/pa/hpux11.mh (XDEPFILES): Delete.
12690 * config/powerpc/aix.mh (XDEPFILES): Delete.
12691 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12692 * config/powerpc/linux.mh (XDEPFILES): Delete.
12693 * config/romp/rtbsd.mh: Rename XDEPFILES.
12694 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12695 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12696 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12697 * config/s390/s390.mh (XDEPFILES): Delete.
12698 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12699 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12700 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12701 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12702 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12703 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12704 * config/sparc/linux.mh (XDEPFILES): Delete.
12705 * config/vax/vaxult.mh (XDEPFILES): Delete.
12706 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12707 * Makefile.in (DEPFILES): Remove XDEPFILES.
12708
375fc983
AC
127092002-01-17 Andrew Cagney <ac131313@redhat.com>
12710
12711 * utils.c (internal_verror): Fix comments, default is yes not no.
12712 Update queries to match. Default to quit and dump core.
12713
8926118c
AC
127142002-01-17 Andrew Cagney <ac131313@redhat.com>
12715
12716 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12717 copyright.
12718 * defs.h, event-top.c, gdbcmd.h: Ditto.
12719 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12720 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12721 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12722 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12723 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12724 * mi/mi-main.c:Ditto.
12725
12726 * stack.c, symfile.c: Update copyright.
12727
45b7b345
DJ
127282002-01-17 Daniel Jacobowitz <drow@mvista.com>
12729
db728ff7
DJ
12730 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12731 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12732 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12733 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 12734
db728ff7
DJ
127352002-01-17 Daniel Jacobowitz <drow@mvista.com>
12736
12737 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12738 * gdbserver/low-lynx.c (myattach): Likewise.
12739 * gdbserver/low-nbsd.c (myattach): Likewise.
12740 * gdbserver/low-sim.c (myattach): Likewise.
12741 * gdbserver/low-sparc.c (myattach): Likewise.
12742 * gdbserver/low-sun3.c (myattach): Likewise.
12743
12744 * gdbserver/low-linux.c (myattach): New function.
45b7b345 12745
db728ff7 12746 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
12747 (main): Handle "--attach".
12748
8de3c354
AC
127492002-01-16 Andrew Cagney <ac131313@redhat.com>
12750
12751 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12752 maintainer.
12753
b0129042
DJ
127542002-01-15 Daniel Jacobowitz <drow@mvista.com>
12755
12756 * c-typeprint.c (is_type_conversion_operator): Add additional
12757 check for non-conversion operators.
12758
ba8679fb 127592002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
12760
12761 * linux-proc.c: Add "info proc" command, a la procfs.c.
12762 (read_mapping): New function, abstract and re-use code.
12763 (linux_find_memory_regions): Use new func read_mapping.
12764 (linux_info_proc_cmd): New function, implement "info proc".
12765 (_initialize_linux_proc): Add new command "info proc".
12766
e4f9b4d5
MS
127672002-01-15 Michael Snyder <msnyder@redhat.com>
12768
12769 * symfile.c (generic_load): Use bfd_map_over_sections method
12770 instead of manipulating bfd structure members directly.
12771 (add_section_size_callback): New function, bfd sections callback
12772 used by generic_load.
12773 (load_sections_callback): New function, bfd sections callback
12774 used by generic_load.
12775
08cf96df
EZ
127762002-01-15 Elena Zannoni <ezannoni@redhat.com>
12777
abf22e64 12778 [Based on work by Jim Blandy]
08cf96df
EZ
12779 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12780 (builtin_type_vec128): Export.
12781 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12782 types.
12783 (builtin_type_vec128): New builtin type for 128 bit vector
12784 registers.
12785 (build_gdbtypes): Initialize builtin_type_v16qi and
12786 builtin_type_v8hi. Create the vec128 register builtin type
12787 structure.
12788 (build_builtin_type_vec128): New function.
abf22e64 12789 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
12790 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12791 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12792 AltiVec register to new builtin type.
12793
d7242108
DJ
127942001-01-15 Daniel Jacobowitz <drow@mvista.com>
12795
12796 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12797 to make_cv_type.
12798
4ee3352d
AC
127992002-01-14 Andrew Cagney <ac131313@redhat.com>
12800
12801 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12802 CLEAN_UP_REGISTER_VALUE.
12803 * regcache.c (supply_register): Update only call.
12804
f015b2e7
AC
128052002-01-14 Andrew Cagney <ac131313@redhat.com>
12806
12807 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12808 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12809 a29k-*-vxworks* targets as obsolete.
12810
356ae49d
MS
128112002-01-14 Michael Snyder <msnyder@redhat.com>
12812
12813 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12814 until we can resolve portability issues.
12815 * gregset.h: Remove references to fpxregs.
12816 * gcore.c (gcore_command): Initialize note_sec to NULL.
12817
ade8f45e
AC
128182002-01-13 Andrew Cagney <ac131313@redhat.com>
12819
12820 * signals.c (target_signal_to_name): Rewrite. Only use
12821 signals[].name when in bounds and non-NULL.
abf22e64 12822
89c49e7a
AC
128232002-01-13 Andrew Cagney <ac131313@redhat.com>
12824
12825 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12826 * signals.c (target_signal_to_name): Verify that SIG is within the
12827 bounds of the signals array.
12828
4daa9f9f
AC
128292002-01-13 Andrew Cagney <ac131313@redhat.com>
12830
12831 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12832
ba4bbdcb
KS
128332002-01-13 Keith Seitz <keiths@redhat.com>
12834
12835 * stack.c (print_frame_info_base): Print the frame's pc
12836 only if when print_frame_info_listing_hook is not defined.
12837
575bbeb6
KS
128382002-01-13 Keith Seitz <keiths@redhat.com>
12839
12840 * varobj.c (varobj_set_value): Make sure that there were no
12841 errors evaluating the object before attempting to set its
12842 value.
12843 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12844 so this offset adjustment is no longer necessary.
12845 (create_child): Don't set the error flag if the child is
12846 a CPLUS_FAKE_CHILD.
12847 (value_of_child): If value_fetch_lazy fails, return NULL
12848 so that callers will be notified that an error occurred.
12849 (c_value_of_variable): Delay check of variable's validity
12850 until later. We actually want all structs and unions to have
12851 the value "{...}".
12852 Do not return "???" for variables which could not be evaluated.
12853 This error condition must be returned to the caller so that it
12854 can get the error condition from gdb.
12855 (cplus_name_of_child): Adjust index for vptr before figuring
12856 out the name of the child.
12857 (cplus_value_of_child): If a child's (real) parent is not valid,
12858 don't even bother trying to give a value for it. Just return
12859 an error. Change all instances in this function.
12860 (cplus_type_of_child): If our parent is one of the "fake"
12861 parents, we need to get at the type of the real parent, and
12862 derive the child's true type using this information.
12863
b76898ab
AC
128642002-01-13 Andrew Cagney <ac131313@redhat.com>
12865
12866 From 2002-01-09 John Marshall <johnm@falch.net>:
12867 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12868 sources.redhat.com, and tweak some related URLs which had
12869 suffered from linkrot.
12870
b6649e88
AC
128712002-01-13 Andrew Cagney <ac131313@redhat.com>
12872
12873 From Jeff law:
12874 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12875 structures passed in registers.
12876
82cc5033
EZ
128772002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12878
12879 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12880 white space which prevented compilation. Reported by DSK
12881 <dsk@student.unsw.edu.au>.
12882
ba5f2f8a
MS
128832002-01-11 Michael Snyder <msnyder@redhat.com>
12884
fbd35540
MS
12885 * symfile.c (build_section_addr_info_from_section_tab):
12886 Use bfd access method instead of manipulating bfd directly.
12887 (syms_from_objfile): Ditto.
12888 (simple_overlay_update_1): Ditto.
12889 (simple_overlay_update): Ditto.
12890 (generic_load): Ditto.
12891 (overlay_unmapped_address): FIXME comment, bfd access methods.
12892 (sections_overlap): FIXME comment, bfd access methods.
12893 (pc_in_mapped_range): FIXME comment, bfd access methods.
12894 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12895 (section_is_mapped): FIXME comment, bfd access methods.
12896 (section_is_overlay): FIXME comment, bfd access methods.
12897
ba5f2f8a
MS
12898 * symfile.c (generic_load): Whitespace and long line cleanups.
12899 Remove duplicate variable, change several local variables to
12900 more appropriate data types.
12901 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12902
17df2af6
AC
129032002-01-12 Andrew Cagney <ac131313@redhat.com>
12904
12905 From Peter Schauer:
12906 * language.c (longest_local_hex_string_custom): Use phex_nz to
12907 convert NUM to a hex string.
12908
ec920329
EZ
129092002-01-12 Elena Zannoni <ezannoni@redhat.com>
12910
12911 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12912 the function.
538a76d6 12913 Update Copyright year.
ec920329 12914
3abd2e01
AC
129152002-01-12 Andrew Cagney <ac131313@redhat.com>
12916
12917 * language.c (longest_raw_hex_string): Delete unused function.
12918
b21b22e0
PS
129192002-01-11 Petr Sorfa <petrs@caldera.com>
12920
12921 * MAINTAINERS (write-after-approval): Add myself.
12922 * dwarf2read.c (read_tag_string_type): Handling of
12923 DW_AT_byte_size.
12924 (read_tag_string_type): FORTRAN fix to prevent propagation of
12925 first string size.
12926 (set_cu_language): Handling of DW_LANG_Fortran95
12927
747fe712
RE
129282002-01-11 Richard Earnshaw <rearnsha@arm.com>
12929
12930 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12931 GETPID(inferior_ptid).
12932 (store_inferior_registers): Likewise.
12933
f1bea926
JM
129342002-01-10 Jason Merrill <jason@redhat.com>
12935
12936 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12937 Fix DW_OP_minus.
12938
ae940673
AC
129392002-01-10 Andrew Cagney <ac131313@redhat.com>
12940
12941 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12942 and bfd/elf32-sh-nbsd.c.
12943
00546b04
MS
129442002-01-10 Michael Snyder <msnyder@redhat.com>
12945
352ed7b4
MS
12946 * NEWS: Mention --pid and corefile/proc-id behavior change.
12947
c18be923
MS
12948 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12949 * gcore.c: Include cli/cli-decode.h instead of command.h.
12950
00546b04
MS
12951 * main.c (captured_main): Add new command line option "--pid".
12952 If the second command line argument (following the symbol-file)
12953 begins with a digit, try to attach to it before trying to open
12954 it as a corefile.
12955 (print_gdb_help): Document the "--pid" argument.
12956
db60ec62
EZ
129572002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12958
12959 * completer.c (command_completer): New function.
12960
12961 * completer.h <command_completer>: Add prototype.
12962
12963 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12964 completer for the "help" command.
12965
39c22d1a
JM
129662002-01-09 Jason Merrill <jason@redhat.com>
12967
12968 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12969
c564377f
MS
129702002-01-09 Michael Snyder <msnyder@redhat.com>
12971
975aec09
MS
12972 * i386-linux-nat.c (fill_fpxregset): Make global.
12973 (store_fpxregset): Ditto.
12974
db4a10fa
MS
12975 * gregset.h (gdb_fpxregset_t): Define.
12976 (supply_fpxregset): Prototype.
12977 (fill_fpxregset): Prototype.
12978
c564377f
MS
12979 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12980
c3d45d70
RE
129812002-01-09 Richard Earnshaw <rearnsha@arm.com>
12982
12983 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12984 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12985 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12986
fcc87af1
AC
129872002-01-09 Andrew Cagney <ac131313@redhat.com>
12988
12989 * MAINTAINERS: Update target maintainer rules so that any
12990 Maintainer can approve a tested patch for a maintenance-only
12991 target.
12992
dd96c05b
RE
129932002-01-09 Richard Earnshaw <rearnsha@arm.com>
12994
d4297db9 12995 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 12996
d4297db9 12997 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
12998 IN_SIGTRAMP.
12999
145fdc6e
MS
130002002-01-08 Michael Snyder <msnyder@redhat.com>
13001
13002 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
13003 real name of the executable, rather than the /proc name.
13004
be4d1333
MS
130052002-01-03 Michael Snyder <msnyder@redhat.com>
13006
13007 Implement a "generate-core-file" command in gdb, save target state.
13008 * gcore.c: New file. Implement new command 'generate-core-file'.
13009 Save a corefile image of the current state of the inferior.
13010 * linux-proc.c: Add linux-specific code for saving corefiles.
13011 * target.h (struct target_ops): Add new target vectors for saving
13012 corefiles; to_find_memory_regions and to_make_corefile_notes.
13013 (target_find_memory_regions): New macro.
13014 (target_make_corefile_notes): New macro.
13015 * target.c (update_current_target): Inherit new target methods.
13016 (dummy_find_memory_regions): New place-holder method.
13017 (dummy_make_corefile_notes): New place-holder method.
13018 (init_dummy_target): Initialize new dummy target vectors.
13019 * exec.c (exec_set_find_memory_regions): New function.
13020 Allow the exec_ops vector for memory regions to be taken over.
13021 (exec_make_note_section): New function, target vector method.
13022 * defs.h (exec_set_find_memory_regions): Export prototype.
13023 * procfs.c (proc_find_memory_regions): New function, corefile method.
13024 (procfs_make_note_section): New function, corefile method.
13025 (init_procfs_ops): Set new target vector pointers.
13026 (find_memory_regions_callback): New function.
13027 (procfs_do_thread_registers): New function.
13028 (procfs_corefile_thread_callback): New function.
13029 * sol-thread.c (sol_find_memory_regions): New function.
13030 (sol_make_note_section): New function.
13031 (init_sol_thread_ops): Initialize new target vectors.
13032 * inftarg.c (inftarg_set_find_memory_regions): New function.
13033 Allow to_find_memory_regions vector to be taken over.
13034 (inftarg_set_make_corefile_notes): New function.
13035 Allow to_make_corefile_notes vector to be taken over.
13036 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
13037 interface layer if not target_has_execution (may be a corefile).
13038 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
13039 * config/sparc/sun4sol2.mh: Ditto.
13040 * config/alpha/alpha-linux.mh: Ditto.
13041 * config/arm/linux.mh: Ditto.
13042 * config/i386/x86-64linux.mh: Ditto.
13043 * config/ia64/linux.mh: Ditto.
13044 * config/m68k/linux.mh: Ditto.
13045 * config/mips/linux.mh: Ditto.
13046 * config/powerpc/linux.mh: Ditto.
13047 * config/sparc/linux.mh: Ditto.
13048
c6b92abd
MS
130492002-01-07 Michael Snyder <msnyder@redhat.com>
13050
13051 * arm-linux-nat.c: Remove references to regcache.c internal data
13052 (registers[] and register_valid[]).
13053
4b09dc8c
MS
130542002-01-07 Michael Snyder <msnyder@redhat.com>
13055
abf22e64
AJ
13056 * linux-proc.c: New file. Implement child_pid_to_exec_file,
13057 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
13058 symbol file and shlibs.
13059 * Makefile.in: Add rule for linux-proc.o.
13060 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
13061 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
13062 * config/arm/linux.mh: Ditto.
13063 * config/i386/linux.mh: Ditto.
13064 * config/i386/x86-64linux.mh: Ditto.
13065 * config/ia64/linux.mh: Ditto.
13066 * config/m68k/linux.mh: Ditto.
13067 * config/mips/linux.mh: Ditto.
13068 * config/powerpc/linux.mh: Ditto.
13069 * config/sparc/linux.mh: Ditto.
13070
c25b74ac
PM
130712002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
13072
13073 * win32-nat.c: Add i386-tdep.h dependency.
13074
94cd915f
MS
130752002-01-07 Michael Snyder <msnyder@redhat.com>
13076
c7cccb76
MS
13077 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
13078 instead of bfd_get_arch_size. Don't bail out just because
13079 there's no exec_bfd.
abf22e64 13080
34c0bd93
MS
13081 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
13082 * p-valprint.c (pascal_object_print_value): Ditto.
13083 * somread.c (som_symtab_read): Ditto.
13084 * symfile.c (simple_free_overlay_region_table): Ditto.
13085 * valops.c (value_assign): Ditto.
13086
21c1c920
MS
13087 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
13088 use tilde_expand and strerror for opening save-tracepoints file.
13089
5bbd998e
MS
13090 * thread-db.c (thread_db_new_objfile): Indendation fix.
13091
94cd915f
MS
13092 * infptrace.c (GDB_MAX_ALLOCA): New define.
13093 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 13094 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
13095 can be overridden with whatever value is appropriate to the host).
13096 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
13097 alloca to allocate potentially large buffer.
13098 * rs6000-nat.c (child_xfer_memory): Ditto.
13099 * symm-nat.c (child_xfer_memory): Ditto.
13100 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
13101
494e8a93
JSC
131022002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
13103
13104 From Nick Clifton <nickc@redhat.com>
13105 * d10v-tdep.c: Set STACK_START to 0x200bffe.
13106
d0e1d48e
MS
131072002-01-07 Michael Snyder <msnyder@redhat.com>
13108
abf22e64 13109 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
13110 Don't use exec_bfd if it's NULL.
13111
290b2c7a
MK
131122002-01-06 Mark Kettenis <kettenis@gnu.org>
13113
abf22e64 13114 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 13115
aef21287
AC
131162002-01-06 Andrew Cagney <ac131313@redhat.com>
13117
13118 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
13119 * gnu-nat.c: Ditto.
13120
30efa627
AC
131212002-01-06 Andrew Cagney <ac131313@redhat.com>
13122
13123 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
13124 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
13125 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
13126 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
13127 z8k-coff have not been multi-arched. Update z8k-coff build
13128 status.
13129
9b4ff276
AC
131302002-01-06 Andrew Cagney <ac131313@redhat.com>
13131
13132 * MAINTAINERS: Mark a29k target as obsolete.
13133 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
13134 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
13135 comments.
13136 * NEWS: Note that a29k targets are obsolete.
13137 * a29k-tdep.c: Mark as obsolete.
13138 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13139 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13140 a29k-*-vxworks* targets as obsolete.
13141 * remote-adapt.c: Obsolete.
13142 * remote-eb.c: Obsolete.
13143 * remote-mm.c: Obsolete.
13144 * remote-udi.c: Obsolete.
13145 * config/a29k/a29k-udi.mt: Obsolete.
13146 * config/a29k/a29k.mt: Obsolete.
13147 * config/a29k/tm-a29k.h: Obsolete.
13148 * config/a29k/tm-vx29k.h: Obsolete.
13149 * config/a29k/vx29k.mt: Obsolete.
13150
a9011d31
AC
131512002-01-05 Andrew Cagney <ac131313@redhat.com>
13152
13153 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
13154 with BFD_ENDIAN_BIG.
13155
9299404e
AC
131562002-01-05 Andrew Cagney <ac131313@redhat.com>
13157
13158 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
13159 * configure, config.in: Re-generate.
13160 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
13161 * defs.h: Do not include <endian.h>.
13162
7e89e357
JT
131632002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
13164
13165 * acconfig.h (HAVE_PT_GETXMMREGS): New.
13166 * config.in: Regenerate.
13167 * configure.in: Update copyright years.
13168 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
13169 * configure: Regenerate.
13170 * i386bsd-nat.c: Update copyright years.
13171 (fill_gregset): Use regcache_collect.
13172 (fetch_inferior_registers): Only fetch integer registers
13173 if requested to do so. Add support for XMM registers
13174 using PT_GETXMMREGS.
13175 (store_inferior_registers): Only store integer registers
13176 if requested to do so. Add support for XMM registers
13177 using PT_SETXMMREGS.
13178 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
13179 (store_inferior_registers): Remove.
13180 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
13181 (fetch_elfcore_registers): New function.
13182 (i386nbsd_elfcore_fns): New.
13183 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
13184 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
13185 i386bsd-nat.o.
13186 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
13187 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
13188 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
13189 * config/i386/tm-nbsd.h: Update copyright years.
13190 (HAVE_SSE_REGS): Define.
13191 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
13192 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
13193 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
13194 (SIGCONTEXT_PC_OFFSET): Remove.
13195 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
13196
a752853e
AC
131972002-01-05 Andrew Cagney <ac131313@redhat.com>
13198
13199 * configure.tgt: Remove powerpc-*-macos* target.
13200 * config/m68k/xm-mpw.h: Delete file.
13201 * config/xm-mpw.h: Delete file.
13202 * ser-mac.c: Delete file.
13203 * mpw-make.sed: Delete file.
13204 * mpw-config.in: Delete file.
13205 * mac-xdep.c: Delete file.
13206 * mac-gdb.r: Delete file.
13207 * mac-defs.h: Delete file.
13208 * mac-nat.c: Delete file.
13209 * config/powerpc/macos.mh: Delete file.
13210 * config/powerpc/macos.mt: Delete file.
13211 * config/powerpc/nm-macos.h: Delete file.
13212 * config/powerpc/tm-macos.h: Delete file.
13213 * source.c (openp, open_source_file): Remove obsolete code.
13214 * top.c (gdb_readline): Ditto.
13215 * utils.c (query): Ditto.
13216 * event-top.c (display_gdb_prompt): Ditto.
13217 * Makefile.in (ser-mac.o): Delete obsolete target.
13218 * NEWS: Update.
13219
d7449b42
AC
132202002-01-04 Andrew Cagney <ac131313@redhat.com>
13221
13222 * defs.h (BIG_ENDIAN): Delete macro definition.
13223 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
13224 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
13225 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
13226 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13227 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13228 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13229 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13230 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13231 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13232 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13233 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13234 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13235 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13236 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13237 * gdbarch.c: Re-generate.
13238
356374e8
DJ
132392002-01-04 Daniel Jacobowitz <drow@mvista.com>
13240
13241 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13242 for core files.
13243
a2b8f8f8
JT
132442002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13245
13246 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13247
12466af9
AC
132482002-01-04 Andrew Cagney <ac131313@redhat.com>
13249
13250 * value.h (value_ptr): Delete typedef.
13251
3549ab40
JT
132522002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13253
13254 * i386nbsd-nat.c: Update copyright years.
13255 Include i386-tdep.h.
13256
fedbd091
EZ
132572002-01-04 Elena Zannoni <ezannoni@redhat.com>
13258
13259 * stabsread.c: Update copyright years.
13260
13261 From Debashis Mahata <debashis.mahata@wipro.com>:
13262 (read_struct_fields): Deal with Sun C compiler erroneous stab
13263 output for structs and unions.
fec8b34f 13264 Fix PR gdb/269.
fedbd091 13265
eb43544b
DJ
132662002-01-04 Daniel Jacobowitz <drow@mvista.com>
13267
13268 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13269 prototype.
13270
1514d34e
DJ
132712002-01-04 Daniel Jacobowitz <drow@mvista.com>
13272
13273 * cp-abi.c: Fix whitespace.
13274 (baseclass_offset): New wrapper function.
13275 * cp-abi.h (baseclass_offset): Add prototype.
13276 (struct cp_abi_ops): Add baseclass_offset pointer.
13277
13278 * valops.c (vb_match): Move to...
13279 * gnu-v2-abi.c (vb_match): here.
13280 * valops.c (baseclass_offset): Move to...
13281 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13282
13283 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13284
13285 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13286 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13287 * hpacc-abi.c (init_hpacc_ops): Likewise.
13288
7f8c9282
DJ
132892002-01-04 Daniel Jacobowitz <drow@mvista.com>
13290
13291 * valops.c (find_overload_match): Accept obj as a
13292 reference parameter. Update it before returning.
13293 * value.h (find_overload_match): Update prototype.
13294 * eval.c (evaluate_subexp_standard): Pass object to
13295 find_overload_match by reference.
13296
f23631e4
AC
132972002-01-03 Andrew Cagney <ac131313@redhat.com>
13298
13299 * valarith.c: Replace value_ptr with struct value pointer. Remove
13300 register attribute from value declarations.
13301 * valops.c: Ditto.
13302 * value.h: Ditto.
13303 * scm-lang.c (scm_lookup_name): Ditto.
13304
79e10fab 133052002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 13306
79e10fab
AC
13307 Abstract the functionality of iterating over mapped memory
13308 regions into a general purpose iterator function.
abf22e64 13309 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
13310 iterator for memory sections.
13311 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13312 (solib_mappings_callback): New function, callback for above.
13313 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13314 (info_mappings_callback): New function, callback for above.
13315
13316 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13317
c5ad026a
MK
133182002-01-01 Mark Kettenis <kettenis@gnu.org>
13319
d2a7c97a
MK
13320 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13321 * i386-tdep.c: Include "elf-bfd.h".
13322 (process_note_abi_tag_sections): New function.
13323 (i386_gdbarch_init): Add code to recognize various OS/ABI
13324 combinations.
13325
c5ad026a
MK
13326 * maint.c (_initialize_maint_cmds): Add missing \ in
13327 string-literal.
13328
a1a5b71e 13329For older changes see ChangeLog-2001
c906108c
SS
13330\f
13331Local Variables:
13332mode: change-log
13333left-margin: 8
13334fill-column: 74
13335version-control: never
13336End:
This page took 1.014931 seconds and 4 git commands to generate.