]> Git Repo - binutils.git/blame - gdb/ChangeLog
2002-11-12 Klee Dienes <[email protected]>
[binutils.git] / gdb / ChangeLog
CommitLineData
8a1f4c4c
DJ
12002-11-16 Daniel Jacobowitz <[email protected]>
2
3 * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don't
4 define.
5 (struct target_waitstatus): Add opaque definition.
6 * corelow.c (init_core_ops): Don't set to_clone_and_follow_inferior.
7 * exec.c (init_exec_ops): Likewise.
8 * fork-child.c (clone_and_follow_inferior): Remove.
9 * hppah-nat.c (child_post_follow_inferior_by_clone): Remove.
10 * inferior.h (clone_and_follow_inferior): Remove prototype.
11 * infrun.c (follow_fork_mode_both): Remove.
12 (follow_fork_mode_kind_names): Remove commented out "both".
13 (follow_inferior_fork): Remove follow_fork_mode_both support.
14 * inftarg.c (child_clone_and_follow_inferior): Remove.
15 (child_post_follow_inferior_by_clone): Remove.
16 (init_child_ops): Don't set to_clone_and_follow_inferior
17 or to_post_follow_inferior_by_clone.
18 * target.c (default_clone_and_follow_inferior): Remove.
19 (cleanup_target): Don't set to_clone_and_follow_inferior
20 or to_post_follow_inferior_by_clone.
21 (find_default_clone_and_follow_inferior): Remove.
22 (init_dummy_target): Don't set to_clone_and_follow_inferior.
23 (debug_to_clone_and_follow_inferior): Remove.
24 (debug_to_post_follow_inferior_by_clone): Remove.
25 (setup_target_debug): Don't set to_clone_and_follow_inferior
26 or to_post_follow_inferior_by_clone.
27 * target.h (struct target_ops): Remove to_clone_and_follow_inferior
28 and to_post_follow_inferior_by_clone.
29 (child_clone_and_follow_inferior): Remove prototype.
30 (child_post_follow_inferior_by_clone): Remove prototype.
31 (target_clone_and_follow_inferior): Remove macro.
32 (target_post_follow_inferior_by_clone): Remove macro.
33 (find_default_clone_and_follow_inferior): Remove prototype.
34
47932f85
DJ
352002-11-16 Daniel Jacobowitz <[email protected]>
36
37 * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
38 inferior_has_vforked, and inferior_has_execd instead of
39 target_has_forked, target_has_vforked, and target_has_execd.
40 * config/pa/nm-hppah.h (CHILD_HAS_FORKED, CHILD_HAS_VFORKED)
41 (CHILD_HAS_EXECD, CHILD_HAS_SYSCALL_EVENT): Don't define.
42 (CHILD_WAIT): Define.
43 (child_wait): Add prototype.
44 * hppah-nat.c (hpux_has_forked): Rename from child_has_forked.
45 Add prototype.
46 (hpux_has_vforked): Likewise, from child_has_vforked.
47 (hpux_has_execd): Likewise, from child_has_execd.
48 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
49 (not_same_real_pid, child_wait): New, copied from inftarg.c.
50 Call hpux_has_forked, hpux_has_vforked, hpux_has_execd,
51 and hpux_has_syscall_event instead of the target hooks.
52 * infrun.c (inferior_has_forked, inferior_has_vforked)
53 (inferior_has_execd): New functions.
54 * inftarg.c (not_same_real_pid): Remove.
55 (child_wait): Remove references to not_same_real_pid,
56 target_has_forked, target_has_vforked, target_has_execd,
57 and target_has_syscall_event.
58 (child_has_forked, child_has_vforked, child_has_execd)
59 (child_has_syscall_event): Remove.
60 (init_child_ops): Remove references to child_has_forked,
61 child_has_vforked, child_has_execd, and child_has_syscall_event.
62 * infttrace.c (hpux_has_forked): Rename from child_has_forked.
63 (hpux_has_vforked): Likewise, from child_has_vforked.
64 (hpux_has_execd): Likewise, from child_has_execd.
65 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
66 * target.c (cleanup_target): Remove references to
67 to_has_forked, to_has_vforked, to_has_execd, and
68 to_has_syscall_event.
69 (update_current_target): Likewise.
70 (setup_target_debug): Likewise.
71 (debug_to_has_forked): Remove.
72 (debug_to_has_vforked): Remove.
73 (debug_to_has_execd): Remove.
74 (debug_to_has_syscall_event): Remove.
75 * target.h (struct target_ops): Remove to_has_forked.
76 to_has_vforked, to_has_execd, and to_has_syscall_event.
77 (child_has_forked, child_has_vforked, child_has_execd)
78 (child_has_syscall_event): Remove prototypes.
79 (inferior_has_forked, inferior_has_vforked, inferior_has_execd): Add
80 prototypes.
81 (target_has_forked, target_has_vforked, target_has_execd)
82 (target_has_syscall_event): Remove macros.
83
4088142a
DJ
842002-11-16 Daniel Jacobowitz <[email protected]>
85
86 * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
87 * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
88 (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
89 * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
90 * target.c (cleanup_target): Remove reference to
91 to_can_follow_vfork_prior_to_exec.
92 (update_current_target): Likewise.
93 (debug_to_can_follow_vfork_prior_to_exec): Remove.
94 (setup_target_debug): Remove reference to
95 to_can_follow_vfork_prior_to_exec.
96 * target.h (struct target_ops): Remove
97 to_can_follow_vfork_prior_to_exec.
98 (child_can_follow_vfork_prior_to_exec): Remove prototype.
99 (target_can_follow_vfork_prior_to_exec): Remove definition.
100 * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
101 define.
102 * infrun.c (follow_vfork_when_exec): Remove.
103 (follow_inferior_fork): Remove references to follow_vfork_when_exec.
104 (follow_exec): Likewise.
105 (handle_inferior_event): Likewise.
106 (keep_going): Likewise.
107
18cde8d5
AC
1082002-11-15 Andrew Cagney <[email protected]>
109
110 * frame.c (generic_unwind_get_saved_register): Make static.
111 * frame.h (generic_unwind_get_saved_register): Delete declaration.
112 * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
113 defaults to generic_unwind_get_saved_register.
114 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
115 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
116 * frv-tdep.c (frv_gdbarch_init): Ditto.
117 * i386-tdep.c (i386_gdbarch_init): Ditto.
118 * s390-tdep.c (s390_gdbarch_init): Ditto.
119 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
120 * v850-tdep.c (v850_gdbarch_init): Ditto.
121 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
122 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
123 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
124
a6b063af
AC
1252002-11-15 Andrew Cagney <[email protected]>
126
127 * x86-64-linux-nat.c (i386_sse_regnum_p): New function. Copy from
128 i386-tdep.c.
129
f407986f
AC
1302002-11-15 Andrew Cagney <[email protected]>
131
132 * frame.h (sigtramp_saved_pc): Delete declaration.
133 * blockframe.c (sigtramp_saved_pc): Delete function.
134 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
135 (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
136 * vax-tdep.c (vax_sigtramp_saved_pc): New function.
137 (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
138
f18c5a73
AC
1392002-11-15 Andrew Cagney <[email protected]>
140
141 * frame.c (frame_pc_unwind): New function.
142 (frame_saved_regs_pc_unwind): New function.
143 (frame_register_unwind): Pass unwind_cache instead of
144 register_unwind_cache.
145 (set_unwind_by_pc): Add unwind_pc parameter, set.
146 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
147 (get_prev_frame): Ditto.
148 * frame.h (frame_pc_unwind_ftype): Declare.
149 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
150 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
151 (frame_pc_unwind): Declare.
152 * dummy-frame.c (dummy_frame_pc_unwind): New function.
153 (struct dummy_frame): Add comment mentioning that values are for
154 previous frame.
155 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
156 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
157 (generic_file_frame_chain_valid): Ditto.
158 * stack.c (frame_info): Ditto.
159
d9285969 1602002-11-15 David Carlton <[email protected]>
0960f083
DC
161
162 * linespec.c (locate_first_half): New function.
163 (decode_line_1): Move code into locate_first_half.
164
d741b867
AC
1652002-11-15 Andrew Cagney <[email protected]>
166
167 * complaints.h: Add comment explaining how to eliminate a
168 deprecated_complain call.
24382c5c 169 * complaints.h: Fix spelling errors.
d741b867 170
82d03c99
DC
1712002-11-15 David Carlton <[email protected]>
172
173 * printcmd.c: Remove #include "disasm.h".
174
c97eb5d9
AC
1752002-11-14 Andrew Cagney <[email protected]>
176
177 * frame.h: Move the most relevant interface functions to the start
178 of the file.
179
524d7c18
AC
1802002-11-14 Andrew Cagney <[email protected]>
181
182 * regcache.h (deprecated_registers): Rename registers.
183 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
184 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
185 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
186 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
187 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
188 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
189 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
190 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
191 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
192 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
193 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
194 * v850ice.c: Update.
195
6411e720
AC
196Wed Nov 13 19:51:05 2002 Andrew Cagney <[email protected]>
197
198 * utils.c (gdb_realpath): Add comment mentioning realpath with a
199 NULL buffer.
200
73937e03
AC
2012002-11-13 Andrew Cagney <[email protected]>
202
203 * regcache.h (deprecated_read_register_bytes): Rename
204 read_register_bytes.
205 (deprecated_write_register_bytes): Rename write_register_bytes.
206 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
207 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
208 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
209 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
210 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
211 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
212 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
213 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
214 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
215 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
216 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
217 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
218 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
219 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
220
fb0cd46e
JB
2212002-11-13 Jim Blandy <[email protected]>
222
223 * findvar.c (read_var_value): Doc fix.
224
2d28509a
AC
2252002-11-13 Andrew Cagney <[email protected]>
226
227 * regcache.c (struct regcache): Replace passthough_p with
228 readonly_p.
229 (regcache_xmalloc): Initialize readonly_p.
230 (build_regcache): Initialize readonly_p.
231 (regcache_save): New function.
232 (regcache_restore): New function.
233 (regcache_cpy): Re-implement using regcache_save and
234 regcache_restore.
235 (regcache_raw_read): Update.
236 (regcache_cooked_read): When a read-only cache, checked for cached
237 pseudo register values.
238 (regcache_raw_write): Assert that the cache is not read-only.
239 Remove code handling a non-passthrough cache.
240 * regcache.h (regcache_save): Declare.
241 (regcache_restore): Declare.
242
067df2e5
AC
2432002-11-13 Andrew Cagney <[email protected]>
244
245 * regcache.c (struct regcache_descr): Add fields
246 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
247 (init_legacy_regcache_descr): Compute the size of a cooked
248 register cache and then assign that to sizeof_raw_registers. Set
249 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
250 (init_legacy_regcache_descr): Ditto.
251
51b1fe4e
AC
2522002-11-13 Andrew Cagney <[email protected]>
253
254 * regcache.c (register_buffer): Move to near start of file, update
255 description.
256 (regcache_raw_read): Use.
257 (regcache_raw_write): Use.
258 (struct regcache): Rename raw_registers to registers and
259 raw_register_valid_p to register_valid_p.
260 (regcache_xmalloc): Update.
261 (regcache_xfree): Update.
262 (register_buffer): Update.
263 (regcache_cpy): Update.
264 (regcache_cpy_no_passthrough): Update.
265 (regcache_valid_p): Update.
266 (deprecated_grub_regcache_for_registers): Update.
267 (deprecated_grub_regcache_for_register_valid): Update.
268 (set_register_cached): Update.
269 (regcache_raw_write): Update.
270
80b4c677
PM
2712002-11-13 Pierre Muller <[email protected]>
272
273 * p-exp.y (name_not_typename): Use copy_name to
274 set current_type variable for fields of THIS.
275
0f3fafde
DJ
2762002-11-12 Daniel Jacobowitz <[email protected]>
277
278 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
279 * monitor.c (init_base_monitor_ops): Likewise.
280 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
281 * remote-array.c (init_array_ops): Likewise.
282 * remote-e7000.c (init_e7000_ops): Likewise.
283 * remote-es.c (init_es1800_ops): Likewise.
284 (init_es1800_child_ops): Likewise.
285 * remote-rdp.c (init_remote_rdp_ops): Likewise.
286 * remote-sim.c (init_gdbsim_ops): Likewise.
287 * remote-st.c (init_st2000_ops): Likewise.
288 * sol-thread.c (init_sol_core_ops): Likewise.
289 (init_sol_thread_ops): Likewise.
290 * v850ice.c (init_850ice_ops): Likewise.
291 * win32-nat.c (init_child_ops): Likewise.
292 * wince.c (init_child_ops): Likewise.
293
82c0260e
AC
2942002-11-12 Andrew Cagney <[email protected]>
295
296 * utils.c (gdb_realpath): Make rp a constant pointer.
297
70d35819
AC
2982002-11-12 Andrew Cagney <[email protected]>
299
300 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
301 a constant buffer; cannonicalize_file_name(); realpath() with a
302 pathconf() defined buffer, xstrdup().
303
9835a8b0
AC
3042002-11-12 Andrew Cagney <[email protected]>
305
306 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
307 to hang2.C; hang3.c to hang3.C.
308
3f47be5c
EZ
3092002-11-11 Elena Zannoni <[email protected]>
310
311 * findvar.c (read_var_value): Reenable TLS code.
312
3132002-11-11 Elena Zannoni <[email protected]>
314 Jim Blandy <[email protected]>
315
316 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
317 * target.c (update_current_target): Add
318 to_get_thread_local_address.
319 * target.h (to_get_thread_local_address): Export.
320 (target_get_thread_local_address): Define.
321 (target_get_thread_local_address_p): Define.
322 * thread-db.c: Include solib-svr4.h.
323 (td_thr_tls_get_addr_p): Define.
324 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
325 (thread_db_get_thread_local_address): New function.
326 (init_thread_db_ops): Initialize to_get_thread_local_address.
327 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
328 * configure: Regenerate.
329 * config.in: Regenerate.
330
636b1a6d
DC
3312002-11-11 David Carlton <[email protected]>
332
333 * linespec.c (set_flags): New function.
334 (decode_line_1): Move code into set_flags.
335
44fe14ab
DC
3362002-11-11 David Carlton <[email protected]>
337
338 * linespec.c (decode_line_1): Move chunks of code to separate
339 functions.
340 (initialize_defaults): New function.
341 (decode_indirect): New function.
342
e6f181f5
AC
3432002-11-11 Andrew Cagney <[email protected]>
344
8971b011
AC
345 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
346 instead of void_code_ptr.
347 (sigtramp_saved_pc): Ditto.
348
e6f181f5
AC
349 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
350 i386_fp_regnum_p.
351
01ad7f36
DJ
3522002-11-10 Daniel Jacobowitz <[email protected]>
353
354 * gdbtypes.h (struct main_type): Move artificial flag out of
355 loc. New member of ``struct field'' named static_kind. Reduce
356 overloaded meaning of bitsize.
357 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
358 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
359 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
360
361 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
362 new fields.
363 (template_to_fixed_record_type, template_to_static_fixed_type)
364 (to_record_with_fixed_variant_part): Likewise.
365 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
366 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
367 * dwarfread.c (struct_type, enum_type): Likewise.
368 * hpread.c (hpread_read_enum_type)
369 (hpread_read_function_type, hpread_read_doc_function_type)
370 (hpread_read_struct_type): Likewise.
371 * mdebugread.c (parse_symbol): Likewise.
372
bf1e52be
AC
3732002-11-10 Andrew Cagney <[email protected]>
374
375 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
376 * stack.c (print_frame_info_base): Update.
377 (print_frame_info_base, frame_info): Update.
378 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
379 (sparc_frame_saved_pc): Update.
380 * ada-lang.c (find_printable_frame): Update.
381 * breakpoint.c (deprecated_frame_in_dummy): Update.
382
ce556f85
MK
3832002-11-09 Mark Kettenis <[email protected]>
384
385 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
386 defined.
387 (regmap): Extend to cover all registers.
388 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
389 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
390 definitions.
391 (fetch_register, sore_register): Simplify.
392 (old_fetch_inferior_registers, old_store_inferior_registers):
393 Remove functions.
394 (cannot_fetch_register, cannot_store_register): Change
395 implementation to use regmap array to decide which registers
396 cannot be fetched/stored. This removes $orig_eax from the
397 registers that cannot be fetched/stored.
398 (fetch_inferior_registers): Call fetch_register directly instead
399 of calling old_fetch_inferior_registers.
400 (store_inferior_registers): Call store_register directly instead
401 of calling old_store_inferior_registers.
402 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
403 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
404 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
405
932bb524
KD
4062002-11-09 Klee Dienes <[email protected]>
407
408 * i387-tdep.c (i387_supply_register): When called with NULL as a
409 buffer, mark the register as not provided (to mirror the behavior
410 of supply_register).
411 (i387_supply_fxsave): Ditto.
412 (i387_supply_fsave): Ditto (inherits the behavior from
413 i387_supply_register).
414
ebe68b27
KD
4152002-11-09 Klee Dienes <[email protected]>
416
417 * blockframe.c (sigtramp_saved_pc): Use
418 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
419 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
420 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
421
15220c65
AC
4222002-11-09 Andrew Cagney <[email protected]>
423
424 * frame.c (get_prev_frame): Test prev_p to identify a previously
425 unwound frame. Initialize prev_p.
426 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
427 comment.
428
95adb866
AC
4292002-11-09 Andrew Cagney <[email protected]>
430
431 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
432 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
433 more comments. Zap dead code.
434
e71ecd70
MK
4352002-11-09 Mark Kettenis <[email protected]>
436
437 * infcmd.c (print_vector_info, print_float_info): Move code that
438 checks whether the target has any registers and whether there is a
439 selected frame up, such that it is also used if a target provides
440 multi-arch definitions of these functions.
441
c525330d
AC
4422002-11-08 Andrew Cagney <[email protected]>
443
72bdd927
AC
444 * Makefile.in (DESTDIR): Define.
445 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
446 prefix.
447
c525330d
AC
448 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
449 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
450
38c968cf
AC
4512002-11-08 Andrew Cagney <[email protected]>
452
453 * i386-linux-tdep.c: Include "reggroups.h".
454 (i386_linux_register_reggroup_p): New function.
455 (i386_linux_init_abi): Set register_reggroup_p to
456 i386_linux_register_reggroup_p.
457 * i386-tdep.h (i386_register_reggroup_p): Declare.
458 * i386-tdep.c: Include "reggroups.h".
459 (i386_init_reggroups): New function.
460 (i386_add_reggroups): New function.
461 (i386_register_reggroup_p): New function.
462 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
463 (_initialize_i386_tdep): Call i386_init_reggroups.
464 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
465 specific reggroups.
466
19e33363
MK
4672002-11-09 Mark Kettenis <[email protected]>
468
371a6e84
MK
469 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
470 request that's available in *BSD.
471
94ba925a
MK
472 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
473
19e33363
MK
474 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
475 FDOFF_REGNUM.
476
8779790c
AC
4772002-11-08 Andrew Cagney <[email protected]>
478
479 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
480 * dummy-frame.c (find_dummy_frame): Rename
481 generic_find_dummy_frame, make static. Return the dummy frame
482 instead of the regcache.
483 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
484 (cached_find_dummy_frame): New function. Use find_dummy_frame.
485 (dummy_frame_register_unwind): Rename
486 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
487 * dummy-frame.h (dummy_frame_register_unwind): Rename
488 generic_call_dummy_register_unwind.
489
8674b74f
MK
4902002-11-08 Mark Kettenis <[email protected]>
491
492 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
493 except the inclusion of "i386/tm-i386.h", to...
494 * config/i386/nm-i386v42mp.h: ...here.
495 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
496
4c1e7e9d
AC
4972002-11-08 Andrew Cagney <[email protected]>
498
499 * Makefile.in (frame.o): Update dependencies.
500 * blockframe.c (current_frame, frame_obstack_alloc)
501 (frame_saved_regs_zalloc, get_current_frame)
502 (set_current_frame, create_new_frame)
503 (set_unwind_by_pc, get_next_frame)
504 (flush_cached_frames, reinit_frame_cache)
505 (frame_saved_regs_register_unwind)
506 (deprecated_generic_get_saved_register)
507 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
508 (_initialize_blockframe): Move frame code from here...
509 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
510 "annotate.h" and "dummy-frame.h".
511 (_initialize_frame): New function.
512
921e78cf
JB
5132002-11-08 Jim Blandy <[email protected]>
514
515 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
516 when we finish a function a context.
517 * buildsym.h (outermost_context_p): New macro.
518 (Bug analyzed by David Edelsohn.)
519
9c1412c1
AC
5202002-11-08 Andrew Cagney <[email protected]>
521
522 * blockframe.c: Include "dummy-frame.h".
523 (struct dummy_frame, dummy_frame_stack)
524 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
525 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
526 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
527 (generic_save_call_dummy_addr, generic_pop_current_frame)
528 (generic_pop_dummy_frame, generic_fix_call_dummy)
529 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
530 dummy frame code from here...
531 * dummy-frame.c: ...to here. New file.
532 * dummy-frame.h: New file.
533 (generic_call_dummy_register_unwind): Declare.
534 (generic_find_dummy_frame): Declare.
535 * Makefile.in (SFILES): Add dummy-frame.c.
536 (dummy-frame.o): Specify dependencies.
537 (dummy_frame_h): Define.
538 (COMMON_OBS): Add dummy-frame.o.
539 (blockframe.o): Update dependencies.
540
208d8187
JB
5412002-11-08 Jim Blandy <[email protected]>
542
543 * dwarf2read.c (read_func_scope): Restore local_symbols and
544 param_symbols after we finish the function context. (Based on a
545 patch from David Edelsohn.)
546
413dad4d
DC
5472002-11-08 David Carlton <[email protected]>
548
549 * linespec.c (symbol_found): New function.
550 (minsym_found): New function.
551 (decode_line_1): Separate out some code into separate functions.
552
5512c44a
JB
5532002-11-08 Joel Brobecker <[email protected]>
554
555 * i386-tdep.c (i386_frameless_signal_p): Make non static for
556 the benefit of the interix target.
557 * i386-tdep.h (i386_frameless_signal_p): Declare.
558
1b33ef47
AC
5592002-11-08 Andrew Cagney <[email protected]>
560
561 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
562 declaration that snuck in from change below.
563
23a34459
AC
5642002-11-06 Andrew Cagney <[email protected]>
565
566 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
567 all callers.
568 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
569 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
570 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
571 (i386_mxcsr_regnum_p): new function. Use instead of
572 MXCSR_REGNUM_P.
573 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
574 (i386_sse_regnum_p): Declare.
575 (i386_mxcsr_regnum_p): Declare.
576 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
577 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
578 (IS_FP_REGNUM): Update definition.
579 (IS_FPU_CTRL_REGNUM): Update definition..
580 (IS_SSE_REGNUM): Update definition..
581 * i386v-nat.c (register_u_addr): Update.
582 * go32-nat.c (fetch_register): Update.
583 (store_register): Update.
584
d709c020
JB
5852002-11-07 Joel Brobecker <[email protected]>
586
587 Preparation work to convert the hppa targets to multiarch partial.
588
589 * hppa-tdep.c: Add new functions replacing macro bodies from
590 config/pa/tm-hppa.h. These function will be used to initialize
591 the gdbarch structure. Import some comments from tm-hppa.h,
592 and place them where appropriate, to avoid loosing them when
593 we cleanup this file.
594 (hppa_reg_struct_has_addr): New function.
595 (hppa_inner_than): New function.
596 (hppa_stack_align): New function.
597 (hppa_pc_requires_run_before_use): New function.
598 (hppa_instruction_nullified): New function.
599 (hppa_register_byte): New function.
600 (hppa_register_virtual_type): New function.
601 (hppa_store_struct_return): New function.
602 (hppa_cannot_store_register): New function.
603 (hppa_frame_args_address): New function.
604 (hppa_frame_locals_address): New function.
605 (hppa_smash_text_address): New function.
606 (hppa_coerce_float_to_double): New function. Requires the inclusion
607 of "language.h".
608
609 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
610
611 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
612 gdbarch-eligible macro to a call to the new associated function
613 created in hppa-tdep.c.
614 (INNER_THAN): Likewise.
615 (STACK_ALIGN): Likewise.
616 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
617 (INSTRUCTION_NULLIFIED): Likewise.
618 (REGISTER_BYTE): Likewise.
619 (REGISTER_VIRTUAL_TYPE): Likewise.
620 (STORE_STRUCT_RETURN): Likewise.
621 (CANNOT_STORE_REGISTER): Likewise.
622 (FRAME_ARGS_ADDRESS): Likewise.
623 (FRAME_LOCALS_ADDRESS): Likewise.
624 (SMASH_TEXT_ADDRESS): Likewise.
625 (COERCE_FLOAT_TO_DOUBLE): Likewise.
626 (ABOUT_TO_RETURN): Delete, as no longer used.
627
83c31e7d
FN
6282002-11-07 Fernando Nasser <[email protected]>
629
630 * printcmd.c (disassemble_command): Remove obsolete function.
631 (_initialize_printcmd): Do not create disassemble command here.
632 * cli/cli-cmds.c (disassemble_command): New function. Implements
633 disassemble command.
634 (init_cli_cmds): Create disassemble command here instead.
635
0ec30a36
AC
6362002-11-07 Andrew Cagney <[email protected]>
637
638 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
639
e600bd34
AC
6402002-11-07 Andrew Cagney <[email protected]>
641
642 * regcache.h (regcache_cooked_read_using_offset_hack)
643 (regcache_cooked_write_using_offset_hack): Delete declarations.
644 (register_changed): Delete declaration.
645 * regcache.c (regcache_cooked_read_using_offset_hack)
646 (regcache_cooked_write_using_offset_hack): Delete functions.
647 (cooked_xfer_using_offset_hack): Delete function.
648 (register_changed): Delete function.
649
568f8739
JB
6502002-11-07 Jim Blandy <[email protected]>
651
652 * macroscope.c: #include "complaints.h".
653 (sal_macro_scope): Cope with filenames that appear in the symtabs,
654 but not in the macro table.
655 * Makefile.in (macroscope.o): Record dependency.
656
b0718b7b
JB
6572002-11-07 Joel Brobecker <[email protected]>
658
659 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
660
2b9e5f3f
AC
6612002-11-07 Andrew Cagney <[email protected]>
662
663 * regcache.c (deprecated_registers_fetched): Update.
664 * regcache.h (deprecated_registers_fetched): Rename
665 registers_fetched.
666 * remote-vxsparc.c (vx_read_register): Update.
667 * remote-vxmips.c (vx_read_register): Update.
668 * remote-vx68.c (vx_read_register): Update.
669 * irix5-nat.c (fetch_core_registers): Update.
670 * mipsm3-nat.c (fetch_inferior_registers): Update.
671 * sun3-nat.c (fetch_inferior_registers): Update.
672 * symm-nat.c (fetch_inferior_registers): Update.
673 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
674 (fetch_core_registers): Update.
675 (fetch_kcore_registers): Update.
676 * mips-nat.c (fetch_inferior_registers): Update.
677 * corelow.c (get_core_registers): Update.
678 * a68v-nat.c (fetch_inferior_registers): Update.
679
e6e68f1f
JB
6802002-11-06 Joel Brobecker <[email protected]>
681
682 Put in place the framework necessary for multiarching the hppa targets.
683 * hppa-tdep.c (hppa_gdbarch_init): New function.
684 (hppa_dump_tdep): New function.
685 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
686 tdep structure dumper.
687 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
688 until the multi-arching conversion has partially been completed.
689
492254e9
AC
6902002-11-06 Andrew Cagney <[email protected]>
691
692 * valops.c (value_assign): Merge lval_register case into
693 lval_reg_frame_relative. Use frame_register and
694 regcache_cooked_write instead of get_saved_register and
695 write_register_bytes. After flushing the register cache, try to
696 re-select the selected frame.
697
8262ee23
AC
6982002-11-06 Andrew Cagney <[email protected]>
699
700 * regcache.h (deprecated_register_valid): Rename register_valid.
701 * regcache.c: Update.
702 * ia64-aix-nat.c: Update.
703 * i386gnu-nat.c: Update.
704 * alpha-nat.c: Update.
705 * sparc-nat.c: Update.
706 * lynx-nat.c: Update.
707 * remote-mips.c: Update.
708
4facf7e8
JB
7092002-11-06 Joel Brobecker <[email protected]>
710
711 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
712 to end of file, to be more consistent with the pratice followed
713 by other targets.
714
f9418c0f
AC
7152002-11-06 Andrew Cagney <[email protected]>
716
717 * infcmd.c: Include "reggroups.h" and <ctype.h>.
718 (print_float_info): Print registers in float_reggroup.
719 (print_vector_info): Print registers in vector_reggroup.
720 (default_print_registers_info): When all, print registers in
721 all_reggroup. Otherwize, print registers in general_reggroup.
722 (registers_info): Rewrite. Add support for register groups.
723 Eliminate a goto.
724
3fe235a7
EZ
7252002-11-06 Elena Zannoni <[email protected]>
726
727 * symtab.c (methods_info): Delete. It has been ifdeffed out for
728 ages.
729 (symtab_symbol_info): Remove eons old ifdeffed out code.
730 (_initialize_symtab): Remove prehistoric disabled 'info methods'
731 command.
732
ef944135
TR
7332002-11-06 Theodore A. Roth <[email protected]>
734
735 * c-exp.y: Add missing semi-colons.
736 * f-exp.y: Add missing semi-colons.
737 * m2-exp.y: Add missing semi-colons.
738 * p-exp.y: Add missing semi-colons.
739 Add empty action to start rule to avoid a type clash error when
740 building with bison >= 1.50.
741
f8302a57
JB
7422002-11-06 Jim Blandy <[email protected]>
743
744 * macrotab.h (struct macro_source_file): Doc fix.
745
6e382aa3
JJ
7462002-11-05 Jeff Johnston <[email protected]>
747
748 * varobj.c (child_exists, cplus_number_of_children): Change
749 STREQ macro references to strcmp.
750 (cplus_name_of_child): Change code to handle the fact that
751 fields are not necessarily contiguous with regards to their
752 access control. This is a fix for PR gdb/792.
753
a216a322
AC
7542002-11-05 Andrew Cagney <[email protected]>
755
756 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
757 * gdbarch.h, gdbarch.c: Regnerate.
758 * frame.h (frame_register): Declare.
759 * frame.c (frame_register): New function.
760 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
761 GET_SAVED_REGISTER, otherwize call
762 generic_unwind_get_saved_register.
763 (frame_register_read): Use frame_register instead of
764 get_saved_register.
765
7d5b6fdd
EZ
7662002-11-05 Elena Zannoni <[email protected]>
767
768 From Jim Ingham <[email protected]>:
769 * event-top.c (gdb_disable_readline): New function.
770 (_initialize_event_loop): Move comment.
771
b7c64260
EZ
7722002-11-05 Elena Zannoni <[email protected]>
773
774 * event-loop.c (start_event_loop): Add comment.
775 Update copyright.
776
c2e1b8f2
AC
7772002-11-05 Andrew Cagney <[email protected]>
778
779 * infcmd.c (default_print_registers_info): Do not call
780 PRINT_REGISTER_HOOK.
781
87647bb0
AC
7822002-11-05 Andrew Cagney <[email protected]>
783
784 * sparc-tdep.c (sparc_print_register_hook): Make static.
785 (sparc_print_registers_info): New function.
786 (sparc_do_registers_info): New function.
787 (sparclet_print_registers_info): New function.
788 (sparclet_do_registers_info): New function.
789 (do_sparc_print_registers_info): New function.
790 (sparc_print_registers): New static function, clone of infcmd.c's
791 default_print_registers_info.
792 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
793 (sparclet_do_registers_info): Declare.
794 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
795 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
796 Re-define.
797 (sparc_do_registers_info): Declare.
798 (PRINT_REGISTER_HOOK): Delete macro.
799 (sparc_print_register_hook): Delete declaration.
800
8155455b
DC
8012002-11-05 David Carlton <[email protected]>
802
803 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
804 functions.
805 (lookup_symbol_aux_local): New function.
806 (lookup_symbol_aux_symtabs): New function.
807 (lookup_symbol_aux_psymtabs): New function.
808
29924310
DC
8092002-11-05 David Carlton <[email protected]>
810
811 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
812 previous values of 'objfile' and 'block'.
813
cc303028
PM
8142002-11-05 Pierre Muller <[email protected]>
815
816 * values.c (value_change_enclosing_type): Set
817 enclosing_type field correctly also for the case where
818 more memory needs to be allocated.
819
1d70089a
MK
8202002-11-03 Mark Kettenis <[email protected]>
821
f16a25ae
MK
822 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
823 of puts_filtered.
824
1d70089a
MK
825 * i387-tdep.c (i387_print_float_info): Replace calls to
826 register_read and deprecated_read_register_gen with calls to
827 frame_register_read, and make the necessary adjustments to the
828 surrounding code.
829
7e20f3fb
AC
8302002-11-02 Andrew Cagney <[email protected]>
831
832 * gdbarch.sh (register_reggroup_p): Allow default value.
833 * gdbarch.h, gdbarch.c: Regenerate.
834
192dbe33
AC
8352002-11-02 Andrew Cagney <[email protected]>
836
837 * regcache.h: Add coment indicating replacements for deprecated
838 functions.
839
b59ff9d5
AC
8402002-11-02 Andrew Cagney <[email protected]>
841
842 * reggroups.h, reggroups.c: New files.
843 * regcache.c: Include "reggroups.h".
844 (enum regcache_dump_what): Add `regcache_dump_groups'.
845 (regcache_dump): Contract size of the "Type" column. When
846 specified, dump the register's groups.
847 (maintenance_print_register_groups): New function.
848 (_initialize_regcache): Add command `maint print register-groups'.
849 * Makefile.in (COMMON_OBS): Add reggroups.o
850 (SFILES): Add reggroups.c.
851 (reggroups_h): Define.
852 (regcache.o, gdbarch.o): Update dependencies.
853 (reggroups.o): Specify dependencies.
854 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
855 Add opaque declaration for `struct reggroup' in generated .h file.
856 Include "reggroups.h" in generated .c file.
857 gdbarch.h, gdbarch.c: Re-generate.
858
4caf0990
AC
8592002-11-02 Andrew Cagney <[email protected]>
860
861 * regcache.h (deprecated_read_register_gen): Rename
862 read_register_gen.
863 (deprecated_write_register_gen): Rename write_register_gen.
864 * i387-tdep.c: Update.
865 * x86-64-linux-nat.c: Update
866 * wince.c: Update.
867 * thread-db.c: Update.
868 * win32-nat.c: Update.
869 * mips-tdep.c: Update.
870 * d10v-tdep.c: Update.
871 * cris-tdep.c: Update.
872 * remote-sim.c: Update.
873 * remote-rdi.c: Update.
874 * remote-rdp.c: Update.
875 * frame.c: Update.
876 * target.c: Update.
877 * blockframe.c: Update.
878 * x86-64-tdep.c: Update.
879 * xstormy16-tdep.c: Update.
880 * sh-tdep.c: Update.
881 * s390-tdep.c: Update.
882 * rs6000-tdep.c: Update.
883 * sparc-tdep.c: Update.
884 * i386-tdep.c: Update.
885 * dwarf2cfi.c: Update.
886 * regcache.c: Update.
887
7a7adcdf
JB
8882002-11-01 Joel Brobecker <[email protected]>
889
890 New interix-specific files:
891 * config/i386/nm-interix.h: New file.
892 * config/i386/interix.mh: New file.
893 * config/i386/interix.mt: New file.
894 * i386-interix-nat.c: New file.
895 * i386-interix-tdep.c: New file.
896
bdcdd535
AC
8972002-11-01 Andrew Cagney <[email protected]>
898
899 * frame.h (deprecated_generic_get_saved_register): Rename
900 generic_get_saved_register.
901 * blockframe.c (deprecated_generic_get_saved_register): Update.
902 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
903 (xstormy16_frame_saved_register): Update.
904 * sh-tdep.c (sh_gdbarch_init): Update.
905 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
906 * ia64-tdep.c (ia64_get_saved_register): Update.
907 * cris-tdep.c (cris_gdbarch_init): Update.
908 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
909 * arm-tdep.c (arm_gdbarch_init): Update.
910
2a4b7c45
DJ
9112002-10-31 Daniel Jacobowitz <[email protected]>
912
913 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
914
ef17e74b
DJ
9152002-10-31 Daniel Jacobowitz <[email protected]>
916
917 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
918 trampolines in sigaction.
919
4904ba5b
AC
9202002-10-31 Andrew Cagney <[email protected]>
921
922 * h8300-tdep.c: Include "gdb_assert.h".
923 (h8300_print_register): Add gdbarch, file and frame parameters.
924 Use frame_read_unsigned_register to read the register's value.
925 Use fprintf_filtered to display output.
926 (h8300_print_registers_info): Replace h8300_do_registers_info.
927 (h8300_gdbarch_init): Set print_registers_info.
928
f908a0eb
AC
9292002-10-31 Andrew Cagney <[email protected]>
930
931 * frame.c (frame_read_unsigned_register): New function.
932 (frame_read_signed_register): New function.
933 * frame.h (frame_read_unsigned_register): Declare.
934 (frame_read_signed_register): Declare.
935
c5646e11
AC
9362002-10-31 Andrew Cagney <[email protected]>
937
938 * h8500-tdep.c (h8500_print_registers_info): New static function,
939 clone of infcmd.c's default_print_registers_info.
940 (h8500_do_registers_info): New funtion.
941 (h8500_print_register_hook): Rename print_register_hook, make
942 static.
943
944 * config/h8500/tm-h8500.h: Update copyright.
945 (DEPRECATED_DO_REGISTERS_INFO): Define.
946 (h8500_do_registers_info: Declare.
947 (PRINT_REGISTER_HOOK): Delete macro.
948 (print_register_hook): Delete function.
949
0bdd672b
AC
9502002-10-31 Andrew Cagney <[email protected]>
951
952 * z8k-tdep.c (z8k_print_register_hook): Make static.
953 (z8k_print_registers_info): New static function, clone of
954 infcmd.c's default_print_registers_info.
955 (z8k_do_registers_info): New function. Wrap
956 z8k_print_registers_info.
957 * config/z8k/tm-z8k.h: Update copyright.
958 (PRINT_REGISTER_HOOK): Delete macro.
959 (z8k_print_register_hook): Delete declaration.
960 (DEPRECATED_DO_REGISTERS_INFO): Define.
961 (z8k_do_registers_info): Declare.
962
bf9c25dc
JB
9632002-10-30 Joel Brobecker <[email protected]>
964
965 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
966 as this is already provided by value.h, and was actually causing
967 a compilation error because of a conflict in parameter type
968 declaration due to a missing const keyword.
969 (low_text_segment_addres): Fix a compilation warning.
970
2c665b51
DJ
9712002-10-29 Daniel Jacobowitz <[email protected]>
972
973 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
974 registers without a name.
975 (mips_linux_cannot_store_register): Don't store registers without
976 a name.
977
e70ea697
DC
9782002-10-28 David Carlton <[email protected]>
979
980 * symtab.c (find_addr_symbol): Delete. (It was already commented
981 out.)
982 * symtab.h: Delete prototype for find_addr_symbol.
983
903ad3a6
AC
9842002-10-26 Andrew Cagney <[email protected]>
985
986 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
987 DO_REGISTERS_INFO.
988 gdbarch.h, gdbarch.c: Re-generate.
989 * infcmd.c (default_print_registers_info): Update reference.
990 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
991 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
992 * sh-tdep.c (sh_gdbarch_init): Ditto.
993 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
994 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
995
ab91194c
MK
9962002-10-26 Mark Kettenis <[email protected]>
997
e3033f15
MK
998 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
999 cfi_init_extra_frame_info.
1000 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
1001 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
1002
b83b026c
MK
1003 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
1004 target where necessary. Add more comments and remove the ones
1005 that don't provide any useful information.
1006
267bf4bb
MK
1007 * i386-tdep.c (i386_frame_saved_pc): Replace call to
1008 deprecated_read_register_dummy with
1009 frame_unwind_unsigned_register.
1010
751f1375
MK
1011 * i386-tdep.c (i386_extract_struct_value_address): Use
1012 regcache_raw_read_unsigned instead of
1013 regcache_cooked_read_unsigned since we know that the register
1014 we're reading isn't a pseudo register. Rename variable 'val' into
1015 the more descriptive 'addr'.
1016
26abbdc4
MK
1017 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
1018 (x86_64_push_return_address): Add comment.
1019 (x86_64_pop_frame): Make static.
1020 (examine_argument): Clarify comment.
1021 (x86_64_skip_prologue): Make prolog_expact variable static.
1022
9f1549cc
MK
1023 * dwarf2cfi.c: Fix some formatting problems.
1024 (context_cpy, read_encoded_pointer): Clarify comments.
1025
ab91194c
MK
1026 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
1027 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
1028 i386 target back into x86_64_gdbarch_init. Add some comments and
1029 remove meaningless ones.
1030
72367fb4
AC
10312002-10-25 Andrew Cagney <[email protected]>
1032
1033 * complaints.h (struct deprecated_complaint): Rename `struct
1034 complaint'.
1035 * complaints.c (complain): Update.
1036 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
1037 incorrect comment indicating that "symfile.h" was being included
1038 for the `struct complaint' definition.
1039 * remote-vx.c: Update.
1040 * objc-lang.c: Update.
1041 * xcoffread.c: Update.
1042 * hpread.c: Update.
1043 * mdebugread.c: Update.
1044 * stabsread.c: Update.
1045 * dwarf2read.c: Update.
1046 * dwarfread.c: Update.
1047 * elfread.c: Update.
1048 * coffread.c: Update.
1049 * stabsread.h: Update.
1050 * dbxread.c: Update.
1051 * buildsym.c: Update.
1052 * gdbtypes.c: Update.
1053 * macrotab.c: Update.
1054
1f2baacc
MK
10552002-10-25 Mark Kettenis <[email protected]>
1056
0c1a73d6
MK
1057 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
1058 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
1059 (x86_64_init_abi): ...new function.
1060
6aee4d54 1061 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1f2baacc
MK
1062 * i386v-nat.c: Include "i386-tdep.h".
1063
8f9cbe01
AC
10642002-10-25 Andrew Cagney <[email protected]>
1065
5f11f355
AC
1066 * gdbtypes.c (address_space_name_to_int): Update.
1067 (address_space_int_to_name): Update.
1068 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
1069 multi-arch predicate.
1070 (address_class_name_to_type_flags): Ditto.
1071 * gdbarch.h, gdbarch.c: Re-generate.
1072
8f9cbe01
AC
1073 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
1074
e8d96a5d
MH
10752002-10-24 Martin M. Hunt <[email protected]>
1076
1077 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
1078
fe39c653
EZ
10792002-10-24 Elena Zannoni <[email protected]>
1080
1081 * symtab.h (INIT_SAL): Delete macro.
1082 (init_sal): Export.
1083 * symtab.c (init_sal): New function.
1084
1085 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
1086 to init_sal function call.
1087 (find_sal_from_funcs_and_line): Ditto.
1088 (all_sals_for_line): Ditto.
1089 * breakpoint.c (create_internal_breakpoint): Ditto.
1090 (create_fork_vfork_event_catchpoint): Ditto.
1091 (create_exec_event_catchpoint): Ditto.
1092 (parse_breakpoint_sals): Ditto.
1093 (watch_command_1): Ditto.
1094 (handle_gnu_4_16_catch_command): Ditto.
1095 (clear_command): Ditto.
1096 * hppa-tdep.c (child_enable_exception_callback): Ditto.
1097 * infcmd.c (run_stack_dummy): Ditto.
1098 * infrun.c (process_event_stop_test): Ditto.
1099 (check_sigtramp2): Ditto.
1100 (step_over_function): Ditto.
1101 * linespec.c (decode_line_2): Ditto.
1102 (decode_line_1): Ditto.
1103 * source.c (line_info): Ditto.
1104 * symtab.c (find_pc_sect_line): Ditto.
1105
baed091b
ML
11062002-10-24 Michal Ludvig <[email protected]>
1107
1108 * dwarf2cfi.c (struct context)
1109 (struct context_reg): Moved to dwarf2cfi.h
1110 (context_alloc, frame_state_alloc, context_cpy):
1111 Made extern instead of static, removed prototypes.
1112 * dwarf2cfi.h (struct context)
1113 (struct context_reg): New, moved from dwarf2cfi.c
1114 (context_alloc, frame_state_alloc, context_cpy):
1115 New prototypes.
1116 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
1117 Changed from static to extern.
1118 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
1119 (LINUX_SIGCONTEXT_FP_OFFSET)
1120 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
1121 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
1122 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
1123 * x86-64-tdep.c (x86_64_gdbarch_init): Several
1124 set_gdbarch_*() calls now use x86-64 specific functions
1125 instead of DWARF2 CFI ones.
1126 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
1127 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
1128 (x86_64_init_extra_frame_info): New prototypes.
1129
c38da1af
DC
11302002-10-23 David Carlton <[email protected]>
1131
1132 * linespec.c: #include "parser-defs.h".
1133 Delete prototype for find_template_name_end.
1134 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
1135
fb9b6b35
JJ
11362002-10-23 Jeff Johnston <[email protected]>
1137
1138 * NEWS: add recent mi fixes.
1139 * varobj.c (struct varobj): Add new "updated" flag.
1140 (new_variable): Default "updated" flag to 0.
1141 (varobj_set_value): Set "updated" flag to 1 if value
1142 changes.
1143 (varobj_update): Check varobj "updated" flag before
1144 comparing old and refreshed values. Fix for
1145 PR gdb/702.
1146
8da065d5
DC
11472002-10-23 David Carlton <[email protected]>
1148
1149 * parse.c (parse_exp_1): Use BLOCK_START.
1150 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1151 SYMBOL_BLOCK_VALUE.
1152 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1153
87f2f08c
DC
11542002-10-23 David Carlton <[email protected]>
1155
1156 * symtab.c: Delete cplusplus_hint.
1157 Delete prototype for find_template_name_end.
1158
88cda038
EZ
11592002-10-23 Elena Zannoni <[email protected]>
1160
1161 * symtab.h: Update comment.
1162
2625d86c
MS
11632002-10-23 Michael Snyder <[email protected]>
1164
1165 * printcmd.c (address_info): Restore quotes in output.
1166 * valops.c (value_of_local): Restore quotes in error message.
1167
9cc0d196
EZ
11682002-10-23 Elena Zannoni <[email protected]>
1169
1170 * symtab.c (symbol_demangled_name): New function.
1171 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1172 turning most of it into a function.
1173 (symbol_demangled_name): Export.
1174
19de93d0
MS
11752002-10-23 Michael Snyder <[email protected]>
1176
1177 * valops.c (value_of_local): Restore quotes in error message.
1178
89aad1f9
EZ
11792002-10-23 Elena Zannoni <[email protected]>
1180
1181 * symtab.c (symbol_init_language_specific): New function.
1182 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1183 turning most of it into a function.
1184 (symbol_init_language_specific): Export.
1185
d9fa45fe
DC
11862002-10-23 David Carlton <[email protected]>
1187
1188 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1189 (dwarf_attr_name): Ditto.
1190 (dwarf_type_encoding_name): Ditto.
1191 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1192 (process_die): Handle DW_TAG_namespace,
1193 DW_TAG_imported_declaration, DW_TAG_imported_module.
1194 (read_namespace): New function.
1195
1045b512
JB
11962002-10-22 Joel Brobecker <[email protected]>
1197
1198 * configure.in: Define NEW_PROC_API on Interix too.
1199 * configure: Regenerate.
1200
12012002-10-21 Joel Brobecker <[email protected]>
8ec41317
JB
1202
1203 * configure: Regenerate using the proper version of autoconf.
1204
3987b9d4
EZ
12052002-10-21 Elena Zannoni <[email protected]>
1206
1207 * findvar.c (read_var_value): Temporarily disable TLS code, until
1208 complete TLS support is added.
1209
9d774e44
EZ
12102002-10-21 Jim Blandy <[email protected]>
1211 Elena Zannoni <[email protected]>
1212
1213 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1214 for thread local storage locations.
1215 (struct symbol): Add objfile field.
1216 (SYMBOL_OBJFILE): Define.
1217 * dwarf2read.c (is_thread_local): New static variable.
1218 (new_symbol): If variable is in thread local fill in address class
1219 and objfile appropriately.
1220 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1221 stack operation.
1222 * printcmd.c (address_info): Print the information for thread
1223 local storage variable.
1224 * findvar.c (read_var_value): In case of thread local variable,
1225 defer to the target vector code to compute address.
1226
bc4a16ae
EZ
12272002-10-21 Elena Zannoni <[email protected]>
1228
1229 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1230 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1231
407caf07
EZ
12322002-10-21 Elena Zannoni <[email protected]>
1233
1234 * symtab.h (address_class): Rename
1235 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1236 * hpread.c (hpread_process_one_debug_symbol): Ditto.
1237 * printcmd.c (address_info): Ditto.
1238 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1239
005328e3
MK
12402002-10-20 Mark Kettenis <[email protected]>
1241
afdb036a
MK
1242 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1243 DBREG_DRX macro to acces debug registers.
1244
ca02e098
MK
1245 * Makefile.in (i386obsd-tdep.o): New target.
1246
03cc47f7
MK
1247 * solib-sunos.c: Include "bcache.h" and "regcache.h".
1248 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1249
005328e3
MK
1250 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1251 * config/i386/obsd.mt: New file.
1252 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1253 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1254 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1255 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1256 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1257 * i386obsd-tdep.c: New file.
1258
9c96f9f2
AF
12592002-10-19 Adam Fedor <[email protected]>
1260
1261 * objc-exp.y (name_not_typename): Fix invalid comment.
1262
ce1ed485
MK
12632002-10-20 Mark Kettenis <[email protected]>
1264
1265 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1266 to allocate partial syms and macro byte caches.
1267
1efc7aaa
DC
12682002-10-18 David Carlton <[email protected]>
1269
1270 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1271
7e1d63ec
AF
12722002-10-18 Adam Fedor <[email protected]>
1273
1274 * stabsread.c (find_name_end): New function.
1275 (define_symbol): Use it.
1276
6e8d29a9
DJ
12772002-10-18 Daniel Jacobowitz <[email protected]>
1278
1279 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1280 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1281 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1282 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1283
1efc7aaa 12842002-10-17 David Carlton <[email protected]>
63ca651f
DC
1285
1286 * symfile.h: Add opaque declaration for struct obstack.
1287 Declare obsavestring to take a const char *.
1288 * symfile.c (obsavestring): Make first argument a const char *.
1289
1aeae86e
AF
12902002-10-16 Adam Fedor <[email protected]>
1291
1292 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1293 names when matching breakpoints in current file.
1294
8b2dbe47
KB
12952002-10-16 Kevin Buettner <[email protected]>
1296
1297 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1298 (read_tag_pointer_type): Add address class support.
1299 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1300 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1301 New methods.
1302 * gdbarch.h, gdbarch.c: Regenerate.
1303 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1304 (make_type_with_address_space, recursive_type_dump): Add address
1305 class support.
1306 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1307 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1308 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1309
74451869
KD
13102002-10-16 Klee Dienes <[email protected]>
1311
1312 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1313 to get the last character of a char[] buffer, not
1314 name[sizeof(vptr_name)-1].
1315
ff4cb3e8
AF
13162002-10-14 Adam Fedor <[email protected]>
1317
1318 * symtab.h: New objc_specific struct.
1319 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1320 (SYMBOL_DEMANGLED_NAME): Likewise.
1321
da2cf7e0
AF
13222002-10-14 Adam Fedor <[email protected]>
1323
1324 * symfile.c (init_filename_language_table): Add ObjC file extension.
1325
4a351cef
AF
13262002-10-14 Adam Fedor <[email protected]>
1327
1328 * utils.c (puts_filtered_tabular): New function.
1329 (fprintf_symbol_filtered): Get ObjC demangled name.
1330 * defs.h (puts_filtered_tabular): Declared.
1331
9750e763
KB
13322002-10-14 Kevin Buettner <[email protected]>
1333
1334 * c-lang.h (c_type_print_varspec_prefix): Delete.
1335 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1336 ``need_post_space'' parameter. Adjust all callers.
1337
eee771c1
DJ
13382002-10-14 Daniel Jacobowitz <[email protected]>
1339
1340 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1341 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1342 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1343 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1344
46c82446
AF
13452002-10-13 Adam Fedor <[email protected]>
1346
1347 * source.c (print_source_lines): Update comments.
1348
d069f99d
AF
13492002-10-13 Adam Fedor <[email protected]>
1350
1351 * valops.c (value_of_local): New function.
1352 (value_of_this): Use it.
1353 * value.h (value_of_local): Declared.
1354
53c551b7
AF
13552002-10-13 Adam Fedor <[email protected]>
1356
1357 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1358 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1359
eb392fbf
AF
13602002-10-12 Adam Fedor <[email protected]>
1361
1362 * language.c (binop_result_type): Add language_objc to case.
1363 (integral_type): Likewise.
1364 (character_type): Likewise.
1365 (string_type): Likewise.
1366 (boolean_type): Likewise.
1367 (structured_type): Likewise.
1368 (binop_type_check): Likewise.
1369
e2b23ee9
AF
13702002-10-11 Adam Fedor <[email protected]>
1371
1372 * printcmd.c (address_info): Print 'self' for ObjC.
1373
b01ab485
AF
13742002-10-11 Adam Fedor <[email protected]>
1375
1376 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1377 OP_SELF.
1378
806e6073
AF
13792002-10-11 Adam Fedor <[email protected]>
1380
1381 * language.h (CAST_IS_CONVERSION): Add language_objc.
1382
50f85cdf
AF
13832002-10-11 Adam Fedor <[email protected]>
1384
1385 * defs.h (enum language): Add language_objc.
1386
0d540cdf
KD
13872002-10-11 Klee Dienes <[email protected]>
1388
69266111 1389 * corefile.c (read_memory_typed_address): New function.
0d540cdf
KD
1390 * gdbcore.h (read_memory_typed_address): Add prototype.
1391 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1392 to read a value destined for a CORE_ADDR, not read_memory_integer.
1393 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1394 (f77_get_dynamic_lowerbound): Ditto.
1395
d5dc7960
MH
13962002-10-11 Martin M. Hunt <[email protected]>
1397
1398 * utils.c (string_to_core_addr): After turning string into
1399 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1400 which will do necessary sign-extension, etc.
1401
8343f86c
DJ
14022002-10-11 Daniel Jacobowitz <[email protected]>
1403
1404 * c-exp.y (THIS): Delete token and grammar rule.
1405 (yylex): Don't return THIS.
1406 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1407 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1408 * demangle.c (cplus_markers): Update comment. Put '$'
1409 first. Remove CPLUS_MARKER.
1410 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1411 * jv-exp.y (THIS): Delete token and grammar rule.
1412 (yylex): Don't return THIS.
1413 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1414 * objc-exp.y (THIS): Delete token and grammar rule.
1415 (yylex): Don't return THIS.
1416 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1417 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1418 (read_member_functions): Likewise for opname.
1419 (read_tilde_fields): Use is_cplus_marker.
1420
1421 * defs.h (CPLUS_MARKER): Don't define.
1422 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1423 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1424 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1425 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1426 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1427
1428 * config/i386/tm-i386v4.h: Delete file.
1429 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1430 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1431 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1432 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1433 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1434 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1435 * config/i386/i386v4.mt (TM_FILE): Likewise.
1436 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1437
967c0d83
MM
14382002-10-10 Marko Mlinar <[email protected]>
1439
1440 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1441 accidentially not commited 2002-10-09
1442 * gdbarch.h, gdbarch.c: Re-generate.
1443
f74fa174
MM
14442002-10-09 Marko Mlinar <[email protected]>
1445
1446 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1447 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1448 * gdbarch.h, gdbarch.c: Re-generate.
1449
57349743
JB
14502002-10-08 Petr Sorfa <[email protected]>
1451
1452 Revised and re-submitted by John Wolfe <[email protected]>
1453
1454 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1455 so we can work on more than one compilation unit at a time. This
1456 helps prepare GDB to handle inter-CU die references.
1457 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1458 the code to be defined before struct comp_unit_head.
1459 (comp_unit_head): Added new members - offset, cu_head,
1460 begin_die, next and dwarf2_abbrevs.
1461 (dwarf2_abbrevs): Removed single static var; now member of
1462 struct comp_unit_head.
1463 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1464 members.
1465 (psymtab_to_symtab_1): Changed to work with the new
1466 struct comp_unit_head.
1467 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1468 constructs the dwarf2_abbrevs[] inside the cu_header.
1469 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1470 dwarf2_abbrev table to clean up.
1471 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1472 handling of dwarf2_abbrevs inside the cu_header.
1473 (read_partial_die): Now supports the call to the new
1474 dwarf2_lookup_abbrev.
1475 (read_full_die): Now supports the call to the new
1476 dwarf2_lookup_abbrev.
1477
4092aadb
CF
14782002-10-06 Christopher Faylor <[email protected]>
1479
1480 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1481 insure that shell variables, such as "transformed_name" are propagated
1482 to later shell statements in rule.
1483
af0b2512
MK
14842002-10-06 Mark Kettenis <[email protected]>
1485
1486 * config/i386/nm-i386sco.h: Add protection against
1487 multiple-inclusion. Include "i386/nm-i386v.h".
1488 (REGISTER_U_ADDR): Remove define.
1489 (i386_register_u_addr): Remove prototype.
1490
d6020d45
MS
14912002-10-04 Michael Snyder <[email protected]>
1492
1493 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1494 before treating it as a single-step event.
1495
7248f48e
AF
14962002-10-03 Adam Fedor <[email protected]>
1497
1498 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1499 (objc_demangle): Remove assignment in if statements, Replace
1500 free with xfree.
1501 (add_msglist): Likewise.
1502 (end_msglist): Likewise.
1503 (complare_selectors): Likewise.
1504 (selectors_info): Likewise.
1505 (compare_classes): Likewise.
1506 (classes_info): Likewise.
1507 (print_object_command): Likewise.
1508 (find_objc_msgcall_submethod): Replace PTR with void *.
1509 * objc-lang.h: Remove check for __STDC__.
1510
52c6a6ac
JJ
15112002-10-03 Jeff Johnston <[email protected]>
1512
1513 * ui-out.h (ui_out_field_fmt_int): New prototype.
1514 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1515 of field width and alignment.
1516 * stack.c (print_frame_info_base): When printing frame level, use
1517 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1518 PR gdb/192
1519
7e3cec17
JJ
15202002-10-03 Jeff Johnston <[email protected]>
1521
1522 * MAINTAINERS: Add self to Write After Approval list.
1523
a58dd373
EZ
15242002-10-02 Elena Zannoni <[email protected]>
1525
1526 * infcmd.c (interrupt_target_command_wrapper): Delete.
1527 (interrupt_target_command): Make non static.
1528 (nofp_registers_info): Make static.
1529 * stack.c (return_command_wrapper): Delete.
1530 (return_command): Make non static.
1531
cee6ddeb
EZ
15322002-10-02 Elena Zannoni <[email protected]>
1533
1534 * event-top.c (gdb_setup_readline): New function. Code moved from
1535 _initialize_event_loop().
1536 (_initialize_event_loop): Call gdb_setup_readline().
1537
c4ed33b9
AC
15382002-10-02 Andrew Cagney <[email protected]>
1539
1540 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1541 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1542 * gdbarch.h, gdbarch.c: Re-generate.
1543
cef4f5dd
DJ
15442002-10-02 Daniel Jacobowitz <[email protected]>
1545
1546 Fix PR gdb/778
1547 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1548 before recursing.
1549 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1550 of fill_in_vptr_fieldno.
1551
36dc181b 15522002-10-02 Elena Zannoni <[email protected]>
cee6ddeb 1553
36dc181b
EZ
1554 * inferior.h (registers_info, stepi_command, nexti_command,
1555 continue_command, interrupt_target_command): Export from infcmd.c.
1556 * frame.h (args_info, selected_frame_level_changed_hook,
1557 return_command): Export from stack.c.
1558 * v850ice.c (stepi_command, nexti_command, continue_command): use
1559 prototypes from inferior.h.
1560 * tracepoint.c (registers_info, args_info, locals_info): Use
1561 prototypes from frame.h and inferior.h.
1562 * Makefile.in (mi-main.o): Add dependency on frame.h.
1563
6f99cb26
AC
15642002-10-02 Andrew Cagney <[email protected]>
1565
da3eff49
AC
1566 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1567 value in register 3 adjusted by ppc_gp0_regnum.
1568
6f99cb26
AC
1569 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1570
da615bee
MM
15712002-10-02 Marko Mlinar <[email protected]>
1572
1573 * MAINTAINERS: Add myself to the Write After Approval list.
1574
d154bee2
AO
15752002-10-01 Alexandre Oliva <[email protected]>
1576
62a49b2c
AO
1577 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1578 of the section for the N64 ABI, fixed.
1579
d154bee2
AO
1580 * config/mips/tm-irix6.h: Include solib.h.
1581
ed348acc
EZ
15822002-10-01 Elena Zannoni <[email protected]>
1583
1584 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1585 GNU operators.
1586
da0f9dcd
AC
15872002-10-01 Andrew Cagney <[email protected]>
1588
1589 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1590 and that "mi0" syntax has been removed.
1591
bdf64bac
DC
15922002-09-30 David Carlton <[email protected]>
1593
1594 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1595 * ppc-sysv-tdep.c: #include "gdb_string.h".
1596 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1597 pacify GCC.
1598
54c2a1e6
AC
15992002-10-01 Andrew Cagney <[email protected]>
1600
1601 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1602 "vrsave"'s register number.
1603
cedea778
AC
16042002-09-30 Andrew Cagney <[email protected]>
1605
1606 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1607 use frame_unwind_signed_register to obtain the PC.
1608 (mips_frame_chain): Handle a generic dummy frame.
1609 (mips_init_extra_frame_info): When a generic dummy frame, don't
1610 re-compute the frame base.
1611 (mips_pop_frame): Handle generic dummy frames.
1612 (mips_gdbarch_init): When generic dummy frames, set
1613 use_generic_dummy_frames, push_dummy_frame to
1614 generic_push_dummy_frame, pc_in_call_dummy to
1615 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1616 generic_save_dummy_frame_tos.
1617
68315eb8
AC
16182002-09-30 Andrew Cagney <[email protected]>
1619
1620 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1621 against TOP when TOP was explictly set.
1622 (generic_push_dummy_frame): Set TOP to zero.
1623
3b8630c3
EZ
16242002-09-30 Elena Zannoni <[email protected]>
1625
1626 * event-loop.c (start_event_loop): Rename variable 'result' to
1627 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1628
28ee05e9
KS
16292002-09-30 Keith Seitz <[email protected]>
1630
1631 * gdb-events.sh (selected_thread_changed): New event.
1632 * gdb-events.c: Regenerated.
1633 * gdb-events.h: Regenerated.
1634
6eecb1c8
HPN
16352002-09-30 Hans-Peter Nilsson <[email protected]>
1636
1637 * MAINTAINERS: Add self to Write After Approval list.
1638
92df71f0
FN
16392002-09-30 Fernando Nasser <[email protected]>
1640
3b8630c3
EZ
1641 * disasm.c: New file.
1642 * disasm.h: New file.
92df71f0
FN
1643 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1644 (compare_lines): Ditto.
1645 (dump_insns): Ditto.
3b8630c3
EZ
1646 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1647 argument.
92df71f0 1648 (do_assembly_only): Ditto.
3b8630c3
EZ
1649 (do_disassembly): Renamed to gdb_disassembly and moved to
1650 disasm.c. Sdded uiout argument.
1651 * Makefile.in: Add new files. Reorder SFILES list. Update
1652 dependencies. Include libgdb.a later in the insight executable.
92df71f0 1653
0c22854d
AC
16542002-09-29 Andrew Cagney <[email protected]>
1655
1656 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1657 bfd/elf64-alpha-fbsd.c.
1658
e67f2023
AC
16592002-09-29 Andrew Cagney <[email protected]>
1660
1661 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1662 i386gnu-tdep.c.
1663
89396210
AC
16642002-09-29 Andrew Cagney <[email protected]>
1665
1666 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1667 __FUNCTION__.
1668 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1669 function name.
1670 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1671 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1672 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1673 (S_msg_sig_post_reply): Ditto.
1674
7079c36c
CV
16752002-09-28 Corinna Vinschen <[email protected]>
1676
89396210
AC
1677 * sh-tdep.c (sh_use_struct_convention): Use definition according
1678 to ABI.
7079c36c
CV
1679 (sh_push_arguments): Store in register with correct endianess.
1680 (sh_default_store_return_value): Ditto.
1681 (sh_gdbarch_init): Set sizeof long double to 8.
1682
975ac915
MK
16832002-09-27 Mark Kettenis <[email protected]>
1684
1685 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1686 Fix some whitespace problems.
1687
9bbe19fb
DC
16882002-09-27 David Carlton <[email protected]>
1689
1690 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1691 (mcore-tdep.o): Ditto.
1692 (ns32k-tdep.o): Ditto.
1693 (ns32knbsd-tdep.o): Ditto.
1694 (sh3-rom.o): Ditto.
1695 (vax-tdep.o): Ditto.
1696 * cris-tdep.c: #include "gdb_string.h"
1697 * mcore-tdep.c: Ditto.
1698 * ns32k-tdep.c: Ditto.
1699 * ns32knbsd-tdep.c: Ditto.
1700 * sh3-rom.c: Ditto.
1701 * vax-tdep.c: Ditto.
1702
43b2fdc7
DC
17032002-09-27 David Carlton <[email protected]>
1704
1705 * config/djgpp/fnchange.lst: Add entries for
1706 gdb/testsuite/gdb.c++/m-static files.
1707
e8cfbbd9
JW
17082002-09-27 Jim Wilson <[email protected]>
1709
1710 * MAINTAINERS: Add myself to the Write After Approval list.
1711
43b2fdc7 17122002-09-26 Martin M. Hunt <[email protected]>
4e0df2df
MH
1713
1714 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1715
1716
9f3b7f07
AC
17172002-09-26 Andrew Cagney <[email protected]>
1718
1719 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1720 frame.
1721
11269d7e
AC
17222002-09-26 Andrew Cagney <[email protected]>
1723
1724 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1725 (rs6000_struct_return_address): Delete variable.
1726 (rs6000_store_struct_return): Update.
1727 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1728 deprecated_extract_struct_value_address.
1729 (rs6000_frame_align): New function.
1730 (rs6000_gdbarch_init): Set frame_align.
1731
f15ab4a7
AC
17322002-09-26 Andrew Cagney <[email protected]>
1733
1734 From Grace Sainsbury <[email protected]>:
1735 * Makefile.in (gdbtk-main.o): New target.
1736 (gdb.o): New target.
1737 (main_h): Define.
1738 (main.o): Update dependencies.
1739 (gdb$(EXEEXT)): Add gdb.o.
1740 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1741 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1742 (SUBDIR_GDBTK_CLEAN): Set.
1743 (install-gdbtk): Install the insight binary.
1744 (uninstall-gdbtk): New target.
1745 (all-gdbtk, clean-gdbtk): New rule.
1746 * top.c (use_windows): Default to zero.
1747 * main.c: Include "main.h".
1748 (main): Delete.
1749 (struct captured_main_args): Delete.
1750 (gdb_main): New function.
1751 * main.h: New file.
1752 * gdb.c: New File.
1753
e36180d7
AC
17542002-09-25 Andrew Cagney <[email protected]>
1755
1756 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1757 (frame_map_regnum_to_name): New function.
1758 (frame_map_name_to_regnum): New function.
1759 * frame.h (frame_map_name_to_regnum): Declare.
1760 (frame_map_regnum_to_name): Declare.
1761 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1762 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1763 * parse.c: Do not include "builtin-regs.h".
1764 (target_map_name_to_register): Delete function.
1765 (write_dollar_variable): Use frame_map_name_to_regnum.
1766 * parser-defs.h (target_map_name_to_register): Delete declaration.
1767 * expprint.c: Include "frame.h".
1768 (print_subexp): Use frame_map_regnum_to_name.
1769 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1770 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1771
8b69000d
AC
17722002-09-25 Andrew Cagney <[email protected]>
1773
1774 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1775 wasn't saved, and the next innermost frame is a dummy, return the
1776 dummy frame's link register.
1777
046ca86a
JB
17782002-09-24 Jim Blandy <[email protected]>
1779
1780 Fix from Paul Breed:
1781 * main.c (captured_main): Add a `break' after the case for 'b'.
1782
94b66fa7
KS
17832002-09-24 Keith Seitz <[email protected]>
1784
1785 * varobj.c (c_type_of_child): Use get_target_type instead
1786 of TYPE_TARGET_TYPE.
1787
c214a6fd
FN
17882002-09-22 Fernando Nasser <[email protected]>
1789
53cb0458
FN
1790 * source.c (get_current_or_default_source_symtab_and_line): Remove
1791 function.
1792 (set_default_source_symtab_and_line): New function. Attempts to
1793 determine a source file to list lines from if one is not currently
1794 defined.
1795 (get_current_source_symtab_and_line): Initialize sal.pc and
1796 sal.end fields.
1797 (set_current_source_symtab_and_line): Mark argument as const.
1798 * source.h: Update declarations and comments.
1799 * linespec.c (decode_line_1): Replace call to removed routine above.
1800 * stack.c (print_frame_info_base): Ditto.
1801 * cli/cli-cmds.c (edit_command): Ditto.
1802 (list_command): Ditto.
1803
18042002-09-22 Fernando Nasser <[email protected]>
1805
d6020d45 1806 * source.c (get_current_or_default_source_symtab_and_line): Initialize
53cb0458 1807 sal.pc and sal.end fields.
c214a6fd
FN
1808 (get_current_or_default_source_symtab_and_line): Ditto.
1809 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1810 so we do not cause a new source symtab to be searched for (reverting an
1811 unintentional change from the 2002-09-20 patch).
1812 * scm-lang.c (scm_unpac): Ditto.
1813
cc3b68a5
AC
18142002-09-21 Andrew Cagney <[email protected]>
1815
1816 * complaints.c (symfile_explanations): Remove new-line from
1817 ``isolated_message''.
1818 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1819 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1820
5835abe7
NC
18212002-09-20 Nick Clifton <[email protected]>
1822
1823 * NEWS: Announce that V850EA ISA is no longer supported.
1824 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1825
a15ef5f5
DC
18262002-09-20 David Carlton <[email protected]>
1827
06ba1b39
DC
1828 * Makefile.in (c-lang.o): Correct dependencies.
1829 (utils.o): Gather dependencies.
1830 (charset.o): Move.
a15ef5f5
DC
1831 * c-lang.c: #include "gdb_string.h"
1832
87885426
FN
18332002-09-20 Fernando Nasser <[email protected]>
1834
1835 From 2002-07-02 George Helffrich <[email protected]>
1836 * cli/cli-cmds.c (list_command): New function. Implements the new
1837 cli edit command.
1838 (_init_cli_cmds): Add new command definition.
1839 * gdb.1: Document edit command.
1840 * doc/gdb.texinfo: Document edit command.
1841
18422002-09-20 Fernando Nasser <[email protected]>
0378c332
FN
1843
1844 * source.c: Make global variables current_source_symtab and
1845 current_source_line static.
1846 (list_command): Moved to cli/cli-cmds.c.
1847 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1848 (get_first_line_listed): New accessor function.
1849 (get_lines_to_list): New accessor function.
1850 (get_current_source_symtab_and_line): New function. Retrieves the
1851 position in the source code that we consider current.
1852 (get_current_or_default_source_symtab_and_line): New function.
1853 Like the above but attempts to determine a default position if one
1854 is not currently defined.
1855 (set_current_source_symtab_and_line): New function. Sets the source
1856 code position considered current and returns the previously set one.
1857 (clear_current_source_symtab_and_line): Reset stored information about
1858 a current source line.
1859 (_initialize_source): Remove registration for the "list" command and
1860 its alias.
1861 * source.h: Add declarations for the new functions above.
1862 * symtab.h: Remove declarations for the global variables mentioned
1863 above.
1864 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1865 obtain current source line.
1866 * linespec.c (decode_line_1): Ditto.
1867 * macroscope.c (default_macro_scope): Ditto.
1868 * scm-lang.c (scm_unpac): Ditto.
1869 * stack.c (print_frame_info_base): Ditto.
1870 * symfile.c (clear_symtab_users): Ditto.
1871 * symtab.c (decode_line_spec): Ditto.
1872 * cli/cli-cmds.c (list_command): Moved here from source.c.
1873 (ambiguous_line_spec): Moved here from source.c.
1874 (_init_cli_cmds): Add definition for "list" and its alias.
1875 * Makefile.in: Update dependencies.
1876
ddd216ea
CV
18772002-09-20 Corinna Vinschen <[email protected]>
1878
1879 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1880 with what gcc thinks is correct.
1881
6d305052
CV
18822002-09-20 Corinna Vinschen <[email protected]>
1883
1884 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1885 multiple register push instruction.
1886
234b45d4
KB
18872002-09-19 Jim Blandy <[email protected]>
1888
1889 Add support for distinct host and target character sets.
1890 * charset.c, charset.h: New files.
1891 * c-exp.y: #include "charset.h".
1892 (yylex): Convert character and string literals to the target
1893 character set, before returning them as the semantic value of the
1894 token.
1895 * c-lang.c: #include "charset.h".
1896 (c_emit_char): Use charset-specific methods to recognize
1897 characters with backslash escape forms, to decide which characters
1898 to print literally and which to print using numeric escape
1899 sequences, and to convert target characters to host characters
1900 before printing.
1901 * utils.c: #include "charset.h".
1902 (no_control_char_error): New function.
1903 (parse_escape): Use charset-specific methods to recognize
1904 backslash escapes, parse `control character' notation, and convert
1905 characters from the host character set to the target character set.
1906 * configure.in: Set the default host character set.
1907 Check where to find iconv, and what its argument types might be.
1908 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1909 * Makefile.in (SFILES): List charset.c.
1910 (COMMON_OBS): List charset.o.
1911 (charset.o): New rule.
1912 (charset_h): New header dependency variable.
1913 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1914 (LIBICONV): New variable, set by configure.
1915 (CLIBS): Include $(LIBICONV) here.
1916 * aclocal.m4, config.in, configure: Regenerated.
1917
525d6a61
JB
19182002-09-19 Joel Brobecker <[email protected]>
1919
1920 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1921 bison 1.35 warning.
1922
3ed93867
RE
19232002-09-19 Richard Earnshaw <[email protected]>
1924
1925 * gdb_mbuild.sh: New file.
1926
437666f8
AC
19272002-09-19 Andrew Cagney <[email protected]>
1928
1929 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1930
389e51db
AC
19312002-09-18 Andrew Cagney <[email protected]>
1932
1933 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1934 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1935 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1936 valops.c, value.h: Revert previous change.
1937
3b4efeaa
MS
19382002-09-18 Michael Snyder <[email protected]>
1939
1940 Preliminary support for Objective-C:
1941 * defs.h (language_objc): New enum value.
1942 (puts_filtered_tabular): Declaration only, exported from utils.c.
1943 (skip_quoted): Delete, declared in completer.h.
1944 * c-exp.y: Include completer.h.
1945 * p-exp.y: Ditto.
1946 * jv-exp.y: Ditto.
1947 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1948 New operator enum values.
1949 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1950 * language.c (binop_result_type): Handle language_objc case.
1951 (integral_type, character_type, string_type, boolean_type,
1952 structured_type, binop_type_check): Ditto.
1953 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1954 (struct objc_specific): Add to general_symbol_info.
1955 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1956 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1957 * parser-defs.h (struct objc_class_str): New struct type.
1958 (start_msglist, end_msglist, add_msglist): Declaration only,
1959 exported from objc-lang.c.
1960 * value.h (value_of_local, value_nsstring,
1961 call_function_by_hand_expecting_type): Exported from valops.c.
1962 * valops.c (find_function_addr): Export.
1963 (call_function_by_hand_expecting_type): New function.
1964 (value_of_local): New function.
1965 * symfile.c (init_filename_language_table): Add ".m" extension
1966 for Objective-C.
1967 * utils.c (puts_filtered_tabular): New function.
1968 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1969 (set/show demangle): Extend help-string to refer to ObjC.
1970 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1971 * stabsread.c (symbol_reference_defined): Objective-C symbols
1972 may contain colons: make allowances when scanning stabs strings
1973 for colons.
1974 (objc_find_colon): New function.
1975 * printcmd.c (address_info): If language == objc then print
1976 "self" instead of "this".
1977 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1978 OP_NSSTRING, and OP_SELF.
1979 (prefixify_subexp): Ditto.
1980 * source.c (print_source_lines): Mention objc in comment.
1981 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1982 method names.
1983
b9caf505
AC
19842002-09-18 Andrew Cagney <[email protected]>
1985
1986 * complaints.h: Update copyright.
1987 (struct complaints): Declare.
1988 (struct complaint): Make `message' constant.
1989 (internal_complaint): Declare.
1990 (complaint): Declare.
1991 (complaint_root): Delete declaration.
1992 (symfile_complaints): Delete declaration.
1993 (struct complaints): Add opaque declaration.
1994 (clear_complaints): Add a complaints parameter.
1995 * complaints.c: Update copyright.
1996 (enum complaint_series): Define.
1997 (complaint_root): Delete.
1998 (struct complaints): Define.
1999 (complaint_sentinel, symfile_complaint_book): New variables.
2000 (symfile_explanations, symfile_complaints): New variables.
2001 New variables.
2002 (get_complaints): New function.
2003 (vcomplaint): New function.
2004 (complaint): New function.
2005 (internal_complaint): New function.
2006 (complain): Call vcomplain with symfile_complaint.
2007 (clear_complaints): Rewrite.
2008 (_initialize_complaints): Use add_setshow_command.
2009 * Makefile.in (complaints.o): Update dependencies.
2010 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
2011 to call to clear_complaints.
2012 (new_symfile_objfile, reread_symbols): Ditto.
2013 (oldsyms_complaint): Delete.
2014 (empty_symtab_complaint, unknown_option_complaint): Delete.
2015 (free_named_symtabs): Use complaint instead of complain.
2016
d2e6263c
MS
20172002-09-18 Michael Snyder <[email protected]>
2018
5fb2031a
AC
2019 Contributed by Apple Computer, Inc. Merged with current sources
2020 by Adam Fedor <[email protected]> [cagney].
2021
d2e6263c
MS
2022 * objc-lang.c: First clean-up round: comments, indentation.
2023 * objc-lang.h: Ditto.
2024 * objc-lang.y: Ditto.
2025
dec43320
AC
20262002-09-18 Andrew Cagney <[email protected]>
2027
2028 * maint.c (maintenance_internal_error): Print the parameter as the
2029 error message.
2030 (maintenance_internal_warning): New function.
2031 (_initialize_maint_cmds): Add command `maint internal-warning'.
2032
2033 * defs.h (internal_warning, internal_vwarning): Declare.
2034 * utils.c (struct internal_problem): Define.
2035 (internal_vproblem): New function.
2036 (internal_warning): New function.
2037 (internal_vwarning): New function.
2038 (internal_warning_problem, internal_error_problem): New variables.
2039 (internal_verror): Just call internal_vproblem.
2040
b81654f1
MS
20412002-09-18 Michael Snyder <[email protected]>
2042
2043 * objc-lang.c: New file, support for Objective-C.
2044 Preliminary check-in, not yet integrated into gdb.
2045 * objc-lang.h: New file.
2046 * objc-exp.y: New file.
2047
0542c381
AC
20482002-09-18 Andrew Cagney <[email protected]>
2049
7bda5e4a
AC
2050 * infrun.c (signal_stop_update): Convert definition to ISO C.
2051 (signal_print_update): Ditto.
2052 (signal_pass_update): Ditto.
2053 * inflow.c (terminal_save_ours): Ditto.
2054
5247b418
AC
2055 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
2056 comments.
2057
fc60962c
AC
2058 * config/djgpp/fnchange.lst: Handle name clashes between
2059 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
2060 bfd/coff-tic80.c.
2061
0542c381
AC
2062 * i386-linux-tdep.h: Fix tipo.
2063
5b924b9b
AF
20642002-09-18 Adam Fedor <[email protected]>
2065
2066 * MAINTAINERS: Add myself to the Write After Approval list.
2067
5afc051b
JB
20682002-09-18 Jim Blandy <[email protected]>
2069
2070 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
2071 texthigh and textlow to reader-specific structs caused
2072 objfile_relocate to miss them. This is fixable, but the work that
2073 the change was supposed to prepare GDB for never got done anyway.
2074
eb944380
DC
20752002-09-18 David Carlton <[email protected]>
2076
2077 * MAINTAINERS: Alphabetize Write After Approval list.
2078
948e66d9
DJ
20792002-09-18 Daniel Jacobowitz <[email protected]>
2080
2081 Fix PR gdb/709
2082 * values.c (value_static_field): Call read_var_value.
2083
dc604539
AC
20842002-09-18 Andrew Cagney <[email protected]>
2085
2086 * valops.c (hand_function_call): Align the initial stack pointer
2087 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
2088 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
2089 return value.
2090 * mips-tdep.c (mips_frame_align): New function.
2091 (mips_gdbarch_init): Set frame_align.
2092 * gdbarch.sh (FRAME_ALIGN): New method.
2093 * gdbarch.h, gdbarch.c: Re-generate.
2094
cb7e422f
ML
20952002-09-18 Michal Ludvig <[email protected]>
2096
2097 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
2098 registers.
2099
a094c6fb
AC
21002002-09-17 Andrew Cagney <[email protected]>
2101
2102 * NEWS: Mention that MIPS $fp behavior changed.
2103 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
2104 reference to FP_REGNUM.
2105 (mipsnbsd_cannot_store_register): Ditto.
2106 * mips-linux-nat.c: Update copyright.
2107 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
2108 (mips_linux_cannot_store_register): Ditto.
2109 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
2110 * config/mips/tm-mips.h: Update copyright.
2111 (FP_REGNUM): Delete macro.
2112 (MIPS_REGISTER_NAMES): Replace "fp" with "".
2113 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
2114 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
2115 (mips_r3041_reg_names, mips_r3051_reg_names)
2116 (mips_r3081_reg_names): Replace "fp" with "".
2117 Fix PR gdb/480.
2118
45cf40d1
TR
21192002-09-17 Theodore A. Roth <[email protected]>
2120
2121 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
2122 generic_read_register_dummy() (PR gdb/703).
2123 (avr_push_return_address): #if 0 out unused vars.
2124 (avr_gdbarch_init): Enable use of avr_push_return_address().
2125
c7e701b5
MS
21262002-09-17 Michael Snyder <[email protected]>
2127
d76ba2a5 2128 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
2129 RTE will take care of it.
2130
20bcf01c
AC
21312002-09-17 Andrew Cagney <[email protected]>
2132
2133 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
2134 invalid, return SP_REGNUM.
2135
009a9971 21362002-09-17 Michael Snyder <[email protected]>
21f87145
MS
2137
2138 * mips-tdep.c (mips_pop_frame): Read saved values of floating
2139 point registers without sign extension.
2140
135c175f
AC
21412002-09-17 Andrew Cagney <[email protected]>
2142
2143 * blockframe.c (deprecated_read_register_dummy): Rename
2144 generic_read_register_dummy.
2145 * frame.c (frame_unwind_signed_register): New function.
2146 (frame_unwind_unsigned_register): New function.
2147 * frame.h (frame_unwind_signed_register): Declare.
2148 (frame_unwind_unsigned_register): Declare.
2149 (deprecated_read_register_dummy): Rename
2150 generic_read_register_dummy.
2151
2152 * h8300-tdep.c (h8300_frame_chain): Update.
2153 (h8300_frame_saved_pc): Update.
2154 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2155 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2156 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2157 (s390_frame_chain): Update.
2158 * v850-tdep.c (v850_find_callers_reg): Update.
2159 (v850_frame_saved_pc): Update.
2160 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2161 (m32r_find_callers_reg): Update.
2162 (m32r_frame_saved_pc): Update.
2163 * sh-tdep.c (sh_find_callers_reg): Update.
2164 (sh64_get_saved_pr): Update.
2165 (sh_init_extra_frame_info): Update.
2166 (sh_init_extra_frame_info): Update.
2167 (sh64_init_extra_frame_info): Update.
2168 (sh64_init_extra_frame_info): Update.
2169 * mcore-tdep.c (mcore_find_callers_reg): Update.
2170 (mcore_frame_saved_pc): Update.
2171 (mcore_init_extra_frame_info): Update.
2172 * i386-tdep.c (i386_frame_saved_pc): Update.
2173 * ia64-tdep.c (ia64_frame_saved_pc): Update.
2174 (ia64_init_extra_frame_info): Update.
2175 (ia64_init_extra_frame_info): Update.
2176 * d10v-tdep.c (d10v_frame_saved_pc): Update.
2177 * cris-tdep.c (cris_init_extra_frame_info): Update.
2178 * avr-tdep.c (avr_frame_chain): Update.
2179 (avr_init_extra_frame_info): Update.
2180 (avr_frame_saved_pc): Update.
2181 * arm-tdep.c (arm_find_callers_reg): Update.
2182 (arm_init_extra_frame_info): Update.
2183 (arm_frame_saved_pc): Update.
2184
a741e514
TT
21852002-09-17 Tom Tromey <[email protected]>
2186
2187 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2188 is "'".
2189
d1a8e808
CV
21902002-09-17 Corinna Vinschen <[email protected]>
2191
2192 * MAINTAINERS: Remove "non multi-arched" text from h8300.
2193 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2194 NEXT_PROLOGUE_INSN.
2195 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2196 NEXT_PROLOGUE_INSN.
2197
d9025a18
JB
21982002-09-16 Joel Brobecker <[email protected]>
2199
2200 * osfsolib.c: Remove file, replaced by solib-osf.c.
2201 * Makefile.in: Remove compilation rules for osfsolib.c.
2202
1b2ef1b6
DC
22032002-09-16 David Carlton <[email protected]>
2204
2205 * cp-valprint.c (cp_print_class_method): Correct args to
2206 check_stub_method_group.
2207
928e48af
CV
22082002-09-16 Corinna Vinschen <[email protected]>
2209
2210 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2211 `set architecture'. Unify naming convention of functions.
2212 (h8300_skip_prologue): Improve prologue analysis.
2213 (h8300_push_arguments): Rewritten to more closely match GCC's
2214 bizarre argument-passing behavior, along with the comment describing
2215 said behavior.
2216 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2217 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2218 sim, remote-e7000.c, remote-hms.c and remote.c
2219
5e3397bb
MK
22202002-09-15 Mark Kettenis <[email protected]>
2221
2222 * i386-tdep.c (gdb_print_insn_i386): Removed.
2223 (i386_print_insn): New function.
2224 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2225 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2226 tm_print_insn_info.
2227
f710f4fc
MK
22282002-09-14 Mark Kettenis <[email protected]>
2229
2230 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2231 zero.
2232
db54fef4
CV
22332002-09-14 Corinna Vinschen <[email protected]>
2234
2235 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2236 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
2237 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2238
2becadee
CF
22392002-09-13 Christopher Faylor <[email protected]>
2240
2241 * win32-nat.c (child_create_inferior): Honor 'tty' command.
2242
de17c821
DJ
22432002-09-13 Daniel Jacobowitz <[email protected]>
2244
2245 * gdbtypes.c (check_stub_method): Make static.
2246 (check_stub_method_group): New function.
2247 * gdbtypes.h: Update prototypes.
2248 * cp-support.c: New file.
2249 * cp-support.h: New file.
2250
2251 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2252 (update_method_name_from_physname): New function.
2253 (read_member_functions): Correct method names for operators
2254 and v3 constructors/destructors. Separate v2 constructors and
2255 destructors.
2256 * Makefile.in (stabsread.o): Update dependencies.
2257 (SFILES): Add cp-support.c.
2258 (COMMON_OBS): Add cp-support.o.
2259 (cp_support_h, cp-support.o): Add.
2260
2261 * cp-valprint.c (cp_print_class_method): Call
2262 check_stub_method_group instead of check_stub_method. Remove
2263 extraneous QUITs.
2264 * p-valprint.c (pascal_object_print_class_method): Likewise.
2265 * valops.c (search_struct_method): Likewise.
2266 (find_method_list, value_struct_elt_for_reference): Likewise.
2267
e76cff22
AC
22682002-09-13 Andrew Cagney <[email protected]>
2269
2270 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2271 * gdbarch.h, gdbarch.c: Regenerate.
2272
905abb3f
AC
22732002-09-13 Andrew Cagney <[email protected]>
2274
2275 * frame.c (find_saved_register): Delete function.
2276 * frame.h (find_saved_register): Delete declaration.
2277 Fix PR gdb/631.
2278
64159455
AC
2279Fri Sep 13 14:59:55 2002 Andrew Cagney <[email protected]>
2280
2281 * mips-tdep.c (read_next_frame_reg): Re-hack using
2282 frame_register_unwind.
2283
795e1e11
AC
2284Fri Sep 13 07:42:09 2002 Andrew Cagney <[email protected]>
2285
2286 * mips-tdep.c (mips_get_saved_register): Re-hack using
2287 frame_register_unwind.
2288
5720643c
JB
22892002-09-12 Joel Brobecker <[email protected]>
2290
2291 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2292 vector. Will be useful for Interix.
2293 * gdbarch.h, gdbarch.c: Regenerate.
2294
2295 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2296 name of the malloc function by NAME_OF_MALLOC.
2297
3bada2a2
JB
22982002-09-12 Joel Brobecker <[email protected]>
2299
2300 * value.h (find_function_in_inferior): Add const keyword to
2301 one of the parameters. Allows us to invoke this function with
2302 a const char *.
2303 * valops.c (find_function_in_inferior): Likewise.
2304
3db26b01
JB
23052002-09-12 Joel Brobecker <[email protected]>
2306
2307 * exec.c (xfer_memory): Fix compilation warning with old versions
2308 of GCC.
2309 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2310
17c5ed2c
DC
23112002-09-12 David Carlton <[email protected]>
2312
2313 * symtab.h: Run through gdb_indent.h.
2314 Add 2002 to Copyright year list.
2315
ecd1107e
AM
23162002-09-12 Alan Modra <[email protected]>
2317
2318 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2319 mach constants.
2320 * MAINTAINERS: Add myself to write after approval list.
2321
e64f66d1
JB
23222002-09-11 J. Brobecker <[email protected]>
2323
2324 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2325
f9395794
JB
23262002-09-11 J. Brobecker <[email protected]>
2327
2328 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2329 Interix.
2330
1a303dec
MS
23312002-06-05 Paul N. Hilfinger <[email protected]>
2332
2333 * procfs.c (do_detach): Clear current signal, not just fault.
2334 Corrects problem with breakpoint trap signal leaking to detached
2335 process on Tru64.
2336
c0219d42
MS
23372002-09-10 Michael Snyder <[email protected]>
2338
2339 * buildsym.c (finish_block): Protect against null pointer.
2340
9d84ac84
AC
23412002-09-10 Andrew Cagney <[email protected]>
2342
2343 * infcmd.c (default_print_registers_info): Send all output to
2344 ``file'' instead of ``gdb_stdout''.
2345
77d8f2b4
MS
23462002-09-10 Michael Snyder <[email protected]>
2347
2348 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2349 LONGEST, and use signed register read (addresses are sign-
2350 extended for mips).
2351
99656a61
SC
23522002-09-10 Stephane Carrez <[email protected]>
2353
2354 * event-loop.c (gdb_do_one_event): Make public.
2355 * event-loop.h (gdb_do_one_event): Declare.
2356
da12f4d8
JL
23572002-09-10 Jeff Law <[email protected]>
2358
2359 * infttrace.c (child_resume): Simplify and rework to avoid
2360 TT_PROC_CONTINUE.
2361
d0aee0c4
FF
23622002-09-09 Fred Fish <[email protected]>
2363
2364 * printcmd.c (print_scalar_formatted): "len" is the number of
2365 target bytes, NOT the number of target bits.
2366
7cb3ec5e
EZ
23672002-09-09 Elena Zannoni <[email protected]>
2368
2369 From: Emmanuel Thome' <[email protected]>
2370 * top.c (init_main): Set rl_terminal_name.
2371
4dc81987
AS
23722002-09-08 Aidan Skinner <[email protected]>
2373
2374 * ada-lang.c (ada_array_bound, ada_type_match,
2375 _initialize_ada_language): Fix K&R definitions.
2376 * ada-tasks.c (get_current_task): Fix K&R definitions.
2377 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2378
842330b4
CF
23792002-09-07 Christopher Faylor <[email protected]>
2380
2381 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2382 Add XP.
2383
43156d82
MK
23842002-09-06 Mark Kettenis <[email protected]>
2385
66da5fd8
MK
2386 * i386-tdep.c (i386_register_virtual_type,
2387 i386_register_convertible, i386_register_convert_to_virtual,
2388 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2389 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2390 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2391 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2392 Don't set push_arguments twice.
2393
4b218c18
MK
2394 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2395 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2396 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2397 sigtramp_end to NULL.
2398 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2399 defines.
2400 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2401
4cc314d5
MK
2402 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2403 whitespace.
2404
43156d82
MK
2405 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2406 * gdbarch.h, gdbarch.c: Re-generate.
2407 * blockframe.c (find_pc_sect_partial_function): Convert to use
2408 SIGTRAMP_START_P predicate.
2409
6672060b
MS
24102002-09-05 Michael Snyder <[email protected]>
2411
a90c3637
MS
2412 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2413 generic_dummy_frame method and old method. Also distinguish
2414 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 2415 (arm_extract_return_value): Use new regcache method.
a90c3637 2416
6672060b
MS
2417 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2418 adjustment that doesn't conform to the ABI.
2419 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2420 saved regcache, not from current regcache.
2421
299ffc64
AC
24222002-09-05 Andrew Cagney <[email protected]>
2423
2424 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2425 * README: Update.
2426
a3a2ee65
JT
24272002-09-04 Jason Thorpe <[email protected]>
2428
2429 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2430 if arm_apcs_32 is false.
2431
2bc7eea9
AC
24322002-09-04 Andrew Cagney <[email protected]>
2433
2434 GDB 5.3 branch created.
2435
8a55a7c5
TR
24362002-09-03 Theodore A. Roth <[email protected]>
2437
2438 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2439 generic_unwind_get_saved_register.
2440
e26fb1d7
DC
24412002-09-03 David Carlton <[email protected]>
2442
2443 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2444 argument (PR gdb/653). Update call to smash_to_method_type.
2445 (read_structure_scope): Update call to dwarf2_add_member_fn.
2446
30d52491
ML
24472002-09-03 Michal Ludvig <[email protected]>
2448
2449 * x86-64-linux-tdep.c: Include gdb_string.h
2450 * x86-64-linux-nat.c: Ditto.
2451
06891d83
JT
24522002-09-02 Jason Thorpe <[email protected]>
2453
2454 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2455 when YYDEBUG is set to 1.
2456 * c-exp.y: Likewise.
2457 * f-exp.y: Likewise.
2458 * jv-exp.y: Likewise.
2459 * m2-exp.y: Likewise.
2460 * p-exp.y: Likewise.
2461
7d400e77
JT
24622002-09-02 Jason Thorpe <[email protected]>
2463
2464 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2465 dependency list.
2466 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2467 solib_svr4_fetch_link_map_offsets to
2468 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2469 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2470 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2471 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2472 solib-svr4.o, and solib-legacy.o.
2473 * config/i386/tm-nbsd.h: Include solib.h.
2474
704a27c4
JT
24752002-09-02 Jason Thorpe <[email protected]>
2476
2477 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2478 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2479 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2480 comment noting that this needs its own target configuration.
2481 * config/i386/nbsd.mt: New file.
2482 * config/i386/nbsdaout.mt: Remove.
2483 * config/i386/nbsdelf.mt: Ditto.
2484 * config/i386/tm-nbsdaout.h: Ditto.
2485
d66198e1
JT
24862002-09-02 Jason Thorpe <[email protected]>
2487
2488 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2489 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2490 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2491 tdep->sigtramp_end.
2492 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2493 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2494 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2495
3cac699e
JT
24962002-09-02 Jason Thorpe <[email protected]>
2497
2498 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2499 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2500 * i386-tdep.h (i386bsd_init_abi): New prototype.
2501 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2502 function declaration.
2503 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2504 for NetBSD-a.out or NetBSD-ELF.
2505 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2506 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2507 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2508 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2509 and nbsd-tdep.h.
2510 (i386nbsd_pc_in_sigtramp): New function.
2511 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2512 i386nbsd_pc_in_sigtramp.
2513 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2514 and i386nbsdelf_init_abi OS ABI handlers.
2515 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2516 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2517
7010ca0a
MK
25182002-09-02 Mark Kettenis <[email protected]>
2519
2520 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2521 registers if the target really has them.
2522
6dd93b72
JT
25232002-08-31 Jason Thorpe <[email protected]>
2524
2525 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2526 than nbsd-tdep.h.
2527
2ca8ae21
JT
25282002-08-31 Jason Thorpe <[email protected]>
2529
2530 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2531 list.
2532 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2533 (alphanbsd_skip_sigtramp_frame): New functions.
2534 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2535 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2536 to alphanbsd_sigcontext_addr.
2537
3d9b49b0
JT
25382002-08-31 Jason Thorpe <[email protected]>
2539
2540 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2541 list.
2542 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2543 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2544 nbsd_pc_in_sigtramp.
2545 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2546 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2547 * nbsd-tdep.c: Include gdb_string.h.
2548 (nbsd_pc_in_sigtramp): New function.
2549 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2550 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2551 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2552 ppcnbsd_pc_in_sigtramp.
2553 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2554 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2555 shnbsd_pc_in_sigtramp.
2556 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2557 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2558 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2559
c860120c
PM
25602002-08-30 Pierre Muller <[email protected]>
2561
2562 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2563 watchpoints to NULL.
2564 (insert_breakpoints): set val field of watchpoints if NULL.
2565
2566
c7612d53
JB
25672002-08-29 Jim Blandy <[email protected]>
2568
2569 * symtab.c (lookup_symbol_aux): In the cases where we find a
2570 minimal symbol of an appropriate name and use its address to
2571 select a symtab to read and search, use `name' (as passed to us)
2572 as the demangled name when searching the symtab's global and
2573 static blocks, not the minsym's name.
2574
66609862
KS
25752002-08-29 Keith Seitz <[email protected]>
2576
2577 * stack.c (print_frame_info_base): Always set current_source_symtab
2578 and current_source_line.
2579
151fefe2
JB
25802002-08-29 Donn Terry <[email protected]>
2581
2582 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2583
bfb3754e
KS
25842002-08-28 Keith Seitz <[email protected]>
2585
2586 * stack.c (select_frame): Add FIXME concerning selected-frame
2587 events.
2588 (select_frame_command): Send selected-frame-level-changed
2589 event notification, but only if the level actually changed.
2590 (up_silently_base): Add selected-frame-level-changed event
2591 notification.
2592 (down_silently_base): Likewise.
2593
e822a2a0
AC
25942002-08-28 Andrew Cagney <[email protected]>
2595
2596 * Makefile.in: Update dependencies for all gdb/*.c files.
2597
309367d4
TT
25982002-08-27 Tom Tromey <[email protected]>
2599
2600 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2601 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2602 Update dependencies.
2603 * i387-tdep.c: Include gdb_string.h.
2604 * osabi.c: Likewise.
2605 * i386-linux-nat.c: Likewise.
2606 * lin-lwp.c: Likewise.
2607 * ax-gdb.c: Likewise.
2608 * signals/signals.c: Likewise.
2609 * jv-valprint.c: Likewise.
2610 * p-lang.c: Likewise.
2611 * c-valprint.c: Likewise.
2612 * cp-abi.c: Likewise.
2613
e1507482
EZ
26142002-08-27 Elena Zannoni <[email protected]>
2615
2616 * cli/cli-script.h (copy_command_lines): Export.
2617 * breakpoint.c: Include cli/cli-script.h.
2618 * Makefile.in (breakpoint.o): Update dependencies.
2619
c6510018
MS
26202002-08-26 Michael Snyder <[email protected]>
2621
2622 * breakpoint.c (insert_breakpoints): Protect all references
2623 to 'process_warning'. Shorten long lines.
2624
c2b8ed2c
MS
26252002-08-26 Joel Brobecker <[email protected]>
2626
2627 * cli/cli-script.c (copy_command_lines): New function.
2628 * defs.h (copy_command_lines): Export.
2629 * testsuite/gdb.base/commands.exp: New tests for commands
2630 attached to a temporary breakpoint, and for commands that
2631 delete the breakpoint they are attached to.
2632
26332002-08-26 Michael Snyder <[email protected]>
2634
2635 * breakpoint.c (bpstat_stop_status): Instead of copying the
2636 pointer to the breakpoint commands struct, make a new copy
2637 of the struct and point to that.
2638 (bpstat_clear): Free the commands struct.
2639 (bpstat_clear_actions): Free the commands struct.
2640 (bpstat_do_actions): Free the command actions. Also execute
2641 the local cleanups, instead of deleting them.
2642 (delete_breakpoint): Leave the commands field of the bpstat
2643 chain alone -- it will be freed later.
2644
64b84175
KB
26452002-08-26 Kevin Buettner <[email protected]>
2646
2647 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2648 deleted in 2002-08-20 commit. This function is still used by
2649 ppc-linux-nat.c.
2650
55970da6
KS
26512002-08-26 Keith Seitz <[email protected]>
2652
2653 * gdb-events.sh: Add selected-frame-level-changed event.
2654 * gdb-events.c: Regenerated.
2655 * gdb-events.h: Regenerated.
2656
a790ad35
SC
26572002-08-26 Stephane Carrez <[email protected]>
2658
2659 Fix PR gdb/393:
2660 * inflow.c (terminal_save_ours): New function to save terminal
2661 settings.
2662 * inferior.h (terminal_save_ours): Declare.
2663 * target.c (debug_to_terminal_save_ours): New function.
2664 (cleanup_target): Defaults to_terminal_save_ours.
2665 (update_current_target): Inherit to_terminal_save_ours.
2666 (setup_target_debug): Set to_terminal_save_ours.
2667 * target.h (target_terminal_save_ours): New to save terminal settings.
2668 (target_ops): New member to_terminal_save_ours.
2669 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2670 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2671 * inftarg.c (init_child_ops): Likewise.
2672 * m3-nat.c (init_m3_ops): Likewise.
2673 * procfs.c (init_procfs_ops): Likewise.
2674 * wince.c (init_child_ops): Likewise.
2675 * win32-nat.c (init_child_ops): Likewise.
2676 * sol-thread.c (init_sol_thread_ops): Likewise.
2677
c00dcbe9
MK
26782002-08-26 Mark Kettenis <[email protected]>
2679
3d7f4f49
MK
2680 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2681 use regcache_* functions.
2682 (i386_gdbarch_init): Set store_return_value instead of
2683 deprecated_store_return_value.
2684
c00dcbe9
MK
2685 * regcache.c (regcache_raw_write_signed,
2686 regcache_raw_write_unsigned): New functions.
2687 * regcache.h (regcache_raw_write_signed,
2688 regcache_raw_write_unsigned): New prototypes.
2689
0e0d15ca
AC
26902002-08-25 Andrew Cagney <[email protected]>
2691
2692 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2693 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2694 source file dependencies. Cleanup corresponding generator rules.
2695
d3b22ed5
AC
26962002-08-25 Andrew Cagney <[email protected]>
2697
2698 * regcache.h (register_offset_hack): Declare.
2699 (regcache_cooked_read_using_offset_hack): Declare.
2700 (regcache_cooked_write_using_offset_hack): Declare.
2701
2702 * regcache.c (register_offset_hack): New function.
2703 (regcache_cooked_read_using_offset_hack): New function.
2704 (regcache_cooked_write_using_offset_hack): New function.
2705 (regcache_dump): Check that the registers, according to their
2706 offset, are packed hard against each other.
2707 (cooked_xfer_using_offset_hack): New function.
2708
bb425013
AC
27092002-08-25 Andrew Cagney <[email protected]>
2710
2711 * regcache.c (struct regcache_descr): Add field register_type.
2712 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2713 in as a parameter
2714 (init_regcache_descr): Initialize register_type. Pass the descr
2715 to init_legacy_regcache_descr. Use register_type instead of
2716 REGISTER_VIRTUAL_TYPE.
2717 (register_type): New function.
2718 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2719 * regcache.h (register_type): Declare.
2720
d0403e00
AC
27212002-08-25 Andrew Cagney <[email protected]>
2722
2723 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2724 instead of deprecated_store_return_value. Fix fallout from
2725 2002-08-23 Andrew Cagney <[email protected]>.
2726
0ed04cce
AC
27272002-08-25 Andrew Cagney <[email protected]>
2728
2729 * regcache.c (max_register_size): New function.
2730 (init_legacy_regcache_descr): Ensure that max_register_size is
2731 large enough for REGISTER_VIRTUAL_SIZE.
2732 * regcache.h (max_register_size): Declare.
2733
46d79c04
AC
27342002-08-24 Andrew Cagney <[email protected]>
2735
2736 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2737 store_return_value.
2738 (e500_extract_return_value): Change type of valbuf pointer to
2739 void.
2740
853c7bd0
MK
27412002-08-24 Mark Kettenis <[email protected]>
2742
cd87e769
MK
2743 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2744 workaround.
2745
853c7bd0
MK
2746 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2747 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2748 long long) to prevent compiler warning on 64-bit systems.
2749
ebba8386
AC
27502002-08-23 Andrew Cagney <[email protected]>
2751
2752 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2753 (DEPRECATED_STORE_RETURN_VALUE): New method.
2754 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2755 * gdbarch.h, gdbarch.c: Re-generate.
2756
2757 * values.c (set_return_value): Pass current_regcache to
2758 STORE_RETURN_VALUE.
2759 * arch-utils.h (legacy_store_return_value): Declare.
2760 * arch-utils.c (legacy_store_return_value): New function.
2761 (legacy_extract_return_value): Update parameters.
2762
2763 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2764 STORE_RETURN_VALUE.
2765 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2766 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2767 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2768 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2769 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2770 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2771 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2772 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2773 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2774 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2775
2776 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2777 * i386-tdep.c (i386_extract_return_value): Update.
2778 * arch-utils.c (legacy_extract_return_value): Update.
2779 * frv-tdep.c (frv_gdbarch_init): Update.
2780 * cris-tdep.c (cris_gdbarch_init): Update.
2781 * d10v-tdep.c (d10v_gdbarch_init): Update.
2782 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2783 * m68k-tdep.c (m68k_gdbarch_init): Update.
2784 * mcore-tdep.c (mcore_gdbarch_init): Update.
2785 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2786 * s390-tdep.c (s390_gdbarch_init): Update.
2787 * sparc-tdep.c (sparc_gdbarch_init): Update.
2788 * sh-tdep.c (sh_gdbarch_init): Update.
2789 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2790 * v850-tdep.c (v850_gdbarch_init): Update.
2791 * avr-tdep.c (avr_gdbarch_init): Update.
2792 * ia64-tdep.c (ia64_gdbarch_init): Update.
2793 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2794 * vax-tdep.c (vax_gdbarch_init): Update.
2795 * alpha-tdep.c (alpha_gdbarch_init): Update.
2796 * arm-tdep.c (arm_gdbarch_init): Update.
2797 * mips-tdep.c (mips_gdbarch_init): Update.
2798 * i386-tdep.c (i386_gdbarch_init): Update.
2799
5bd8c6d0
AC
28002002-08-23 Andrew Cagney <[email protected]>
2801
2802 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2803 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2804
e73e1724
MK
28052002-08-24 Mark Kettenis <[email protected]>
2806
2807 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2808 problems.
2809
3e6564e1
JB
28102002-08-23 Joel Brobecker <[email protected]>
2811
2812 * infrun.c (handle_inferior_event): Move a comment outside of a
2813 function call, in order to avoid indent reformatting this part
2814 of the code in an unreadable way.
2815
81d0cc19
GS
28162002-08-23 Grace Sainsbury <[email protected]>
2817
2818 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2819 when breakpoints fail. Move general breakpoint error messages to
2820 insert_breakpoints.
2821 * breakpoint.c (insert_breakpoints): Change warnings when
2822 breakpoints are nto inserted to specify the type. Remove call to
2823 memory_error when hardware breakpoints can't be inserted. Remove
2824 multiple calls to warning so all messages are sent to the user at
2825 once.
2826 (delete_breakpoints): Make insert error messsages more explicit.
2827
17574093
DJ
28282002-08-23 Daniel Jacobowitz <[email protected]>
2829
2830 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2831 gdbserver/ChangeLog.
2832
8acc2935
MK
28332002-08-23 Mark Kettenis <[email protected]>
2834
dfe01d39
MK
2835 * i386-tdep.c: Include "objfiles.h".
2836 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2837 skip_trampoline_code.
2838 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2839 (CPLUS_MARKER): Define to '.'.
2840
8acc2935
MK
2841 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2842 member.
2843 (linux_corefile_thread_callback): Increase args->num_notes.
2844 (linux_make_note_section): Initialize thread_args.num_notes, and
2845 use it to determine whether notes for any threads were created.
2846
151fefe2 28472002-08-23 Donn Terry <[email protected]>
640b227f
JB
2848
2849 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2850 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2851 and PCUNKILL.
2852 (write_with_trace): Conditionalize out the switch branch handling
2853 PCSHOLD if the corresponding macro is not defined. Likewise for
2854 PRSABORT and PRSTOP.
2855 This change will be needed by the Interix port.
2856
e1507482
EZ
28572002-08-22 Elena Zannoni <[email protected]>
2858
2859 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2860 write_register wherever possible instead of manipulating the
2861 register bytes directly.
2862 Assign VALUE_CONTENTS to a variable and use that.
2863 The GPR numbers are now dependent on the architecture.
2864
96ff0de4
EZ
28652002-08-22 Elena Zannoni <[email protected]>
2866
2867 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2868 ev_offset fields.
2869 (skip_prologue): Add support for BookE/e500 instructions.
2870 (e500_extract_return_value): New function.
2871 (frame_get_saved_regs): Add support for saving ev registers and
2872 pseudo gpr's.
2873 (e500_store_return_value): New function.
2874 (rs6000_gdbarch_init): Move up default intializations of
2875 deprecated_extract_return_value and store_return_value. Overwrite
2876 init of store_return_value with e500 specific version.
2877 Set extract_return_value for e500.
2878
fbefca5b
EZ
28792002-08-22 Elena Zannoni <[email protected]>
2880
2881 * blockframe.c (generic_call_dummy_register_unwind): Use
2882 regcache_cooked_read to catch cases in which the variable is
2883 stored in a pseudo register.
2884
4d210288
AC
28852002-08-22 Andrew Cagney <[email protected]>
2886
2887 * NEWS: Mention that the i960 has been made obsolete.
2888 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2889 i960-tdep.c
2890 (remote-nrom.o): Obsolete target.
2891 (remote-nindy.o, i960-tdep.o): Ditto.
2892 * remote-nrom.c: Make file obsolete.
2893 * remote-nindy.c, remote-vx960.c: Ditto.
2894 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2895 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2896 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2897 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2898 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2899 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2900 i960-*-vxworks* obsolete.
2901 * MAINTAINERS: Note that the i960 is obsolete.
2902
6c0c456d
CV
29032002-08-21 Corinna Vinschen <[email protected]
2904
2905 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2906 detach to allow reinitialization.
2907
9f9d12b3
AC
29082002-08-22 Andrew Cagney <[email protected]>
2909
2910 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2911 attempt).
2912
ebeb39fe
JB
29132002-08-22 Jim Blandy <[email protected]>
2914
2915 * coffread.c (coff_symfile_read): Don't try to read the line
2916 number table from disk if the image file doesn't have a symbol
2917 table; we'll never actually look at the info anyway, and Windows
2918 ships DLL's with bogus file offsets for the line number data.
2919
5bf1c677
EZ
29202002-08-21 Elena Zannoni <[email protected]>
2921
2922 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2923 an e500 executable.
2924
71b8ef93
MS
29252002-08-21 Michael Snyder <[email protected]>
2926
2927 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2928 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
2929 (DEFAULT_MIPS_TYPE): Delete unused macro.
2930 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2931 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 2932
d174216d
JB
29332002-08-21 Jim Blandy <[email protected]>
2934
2935 * valops.c (value_cast): Simplify and correct logic for doing a
2936 static cast from a pointer to a base class to a pointer to a
2937 derived class.
2938
0ab7a791
AC
29392002-08-21 Andrew Cagney <[email protected]>
2940
2941 * infcmd.c (default_print_registers_info): Replace
2942 do_registers_info.
2943 (registers_info): Use gdbarch_print_registers_info instead of
2944 DO_REGISTERS_INFO.
2945 * inferior.h (default_print_registers_info): Replace
2946 do_registers_info.
2947 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2948 (DO_REGISTERS_INFO): Change to a predicate function.
2949 * gdbarch.h, gdbarch.c: Regenerate.
2950
e23792cc
KS
29512002-08-21 Keith Seitz <[email protected]>
2952
2953 * gdb-events.sh: Add target-changed event.
2954 * gdb-events.c: Regenerated.
2955 * gdb-events.c: Regenerated.
2956 * valops.c (value_assign): Add target-changed event notification
2957 to inlval_register, lval_memory, and lval_reg_frame_relative.
2958
9fb14e79
JB
29592002-08-21 Joel Brobecker <[email protected]>
2960
2961 * NEWS: Add an entry regarding the improvement of the next/step
2962 operation on Alpha Tru64 multi-processor machines.
2963
6d39a69f
AC
29642002-08-21 Andrew Cagney <[email protected]>
2965
72acd513
AC
2966 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2967 directores.
342af04b 2968 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
2969 * Makefile.in (install-gdbtk): Move to install section.
2970 (rdi-share/libangsd.a): Move to end of file.
2971
fa5f27c7
AC
29722002-08-19 Andrew Cagney <[email protected]>
2973
2974 * frame.c (frame_register_unwind): When a register, set addrp to
2975 the register's byte.
2976
5a89d8aa
MS
29772002-08-20 Michael Snyder <[email protected]>
2978
2979 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2980 used locally, so move them from the target machine header to here.
2981 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2982 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2983 Make static.
2984 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2985
822e978b
AC
29862002-08-20 Andrew Cagney <[email protected]>
2987
2988 * NEWS: Mention that the Apollo line was made obsolete.
2989 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2990 m68*-hp-hpux* obsolete.
2991 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2992 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2993 * buildsym.c (make_blockvector): Make static.
2994 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2995 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2996 (ALLDEPFILES): Remove dstread.c.
2997 (dstread.o): Obsolete make rule.
2998 * dstread.c: Makefile obsolete.
2999 * dst.h: Ditto.
3000 * config/m68k/hp300hpux.mt: Ditto.
3001 * config/m68k/hp300hpux.mh: Ditto.
3002 * config/m68k/hp300bsd.mt: Ditto.
3003 * config/m68k/hp300bsd.mh: Ditto.
3004 * config/m68k/apollo68b.mt: Ditto.
3005 * config/m68k/apollo68v.mh: Ditto.
3006 * config/m68k/apollo68b.mh: Ditto.
3007
e41b17f0
MS
30082002-08-20 Michael Snyder <[email protected]>
3009
3010 * mips-tdep.c (mips_in_return_stub): Make static.
3011 (mips_gdbarch_init): Set in_solib_return_trampoline.
3012 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
3013
d50355b6
MS
30142002-08-20 Michael Snyder <[email protected]>
3015
3016 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
3017 * gdbarch.c, gdbarch.h: Regenerate.
3018 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
3019 Add.
3020 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
3021
757a7cc6
MS
30222002-08-20 Michael Snyder <[email protected]>
3023
3024 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
3025 (mips_gdbarch_init): Set skip_trampoline_code,
3026 in_solib_call_trampoline.
3027 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
3028 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
3029
c8001721
EZ
30302002-08-20 Elena Zannoni <[email protected]>
3031
3032 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
3033
3034 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
3035 vector type for ev registers.
3036 (e500_pseudo_register_read): New function.
3037 (e500_pseudo_register_write): New function.
3038 (e500_dwarf2_reg_to_regnum): New function.
3039 (PPC_UISA_NOFP_SPRS): New macro.
3040 (PPC_EV_REGS): New macro.
3041 (PPC_GPRS_PSEUDO_REGS): New macro.
3042 (registers_e500): New register set for e500.
3043 (variants): Add e500 variant.
3044 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
3045 before setting architectural dependent variations. Initialize ev
3046 registers numbers. Add case for e500 architecture. Set the
3047 number of pseudo registers.
3048
64366f1c
EZ
30492002-08-20 Elena Zannoni <[email protected]>
3050
3051 * rs6000-tdep.c: Clean up comments.
3052
7e78f0ca
AC
30532002-08-20 Andrew Cagney <[email protected]>
3054
3055 * h8300-tdep.c: Re-indent file.
3056
697f7479
JB
30572002-08-20 Jim Blandy <[email protected]>
3058
3059 * Makefile.in (LDFLAGS): Allow the configure script to establish a
3060 default for this.
697f7479 3061
e86ae29f
KS
30622002-08-20 Keith Seitz <[email protected]>
3063
3064 * breakpoints.c (watch_command_1): Use internal breakpoint
3065 when setting a watchpoint_scope breakpoint.
3066
216b504f
EZ
30672002-08-20 Elena Zannoni <[email protected]>
3068
3069 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
3070 (build_builtin_type_vec64i): Ditto.
3071 (build_builtin_type_vec128): Ditto.
3072 (build_builtin_type_vec128i): Ditto.
3073
f7ab6ec6
MS
30742002-08-19 Michael Snyder <[email protected]>
3075
3076 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
3077 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
3078 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
3079 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
3080 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
3081 CALL_DUMMY_ADDRESS): Delete.
3082 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
3083 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
3084 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
3085 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
3086 push_return_address.
3087 (mips_register_raw_size, mips_eabi_use_struct_convention,
3088 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
3089 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
3090 mips_init_extra_frame_info, mips_eabi_push_arguments,
3091 mips_n32n64_push_arguments, mips_push_return_address,
3092 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
3093 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
3094
b5d1566e
MS
30952002-08-19 Michael Snyder <[email protected]>
3096
3097 * mips-tdep.c (mips_frame_num_args): New function.
3098 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
3099 frame_saved_pc, frame_args_address, frame_locals_address,
3100 frame_num_args, and frame_args_skip.
3101 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
3102 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
3103 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
3104 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
3105
2f1488ce
MS
31062002-08-20 Michael Snyder <[email protected]>
3107
3108 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
3109 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3110 * mips-tdep.c (mips_store_struct_return): New function.
3111 (mips_extract_struct_value_address): New function.
3112 (mips_gdbarch_init): Set store_struct_return and
3113 extract_struct_value_address.
3114
41ff2da1
DC
31152002-08-20 David Carlton <[email protected]>
3116
3117 * dwarf2read.c (dwarf2_build_psymtabs): Check that
3118 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
3119 (read_file_scope): Check that line_header is nonzero before
3120 decoding macro information.
3121
e5451d58
MK
31222002-08-20 Mark Kettenis <[email protected]>
3123
3124 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
3125 flag the general-purpose registers as floating-point on targets
3126 that don't support the floating-point registers.
3127
4a6daafa
EZ
31282002-08-20 Elena Zannoni <[email protected]>
3129
3130 * rs6000-tdep.c (altivec_register_p): Delete.
3131 (rs6000_do_altivec_registers): Delete.
3132 (rs6000_altivec_registers_info): Delete.
3133 (rs6000_do_registers_info): Delete.
3134 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
3135 (rs6000_gdbarch_init): Remove setting of do_registers_info.
3136
ab4327e0
EZ
31372002-08-20 Elena Zannoni <[email protected]>
3138
3139 * infcmd.c (do_registers_info): Print vector registers in hex
3140 format only.
3141 (print_vector_info): Check that printing registers
3142 makes sense.
3143 (print_float_info): Ditto.
3144
cb1d2653
AC
31452002-08-20 Andrew Cagney <[email protected]>
3146
3147 * mips-tdep.c (mips_gdbarch_init): Update.
3148 (mips_o32_extract_return_value): Rewrite.
3149 (mips_o32_store_return_value): Rewrite.
3150 (mips_o32_xfer_return_value): New function.
3151 (mips_xfer_register): Tweak debug print message. Allow for
3152 buf_offset when dumping the value transfered.
3153
dfc3d9b2
AC
31542002-08-20 Andrew Cagney <[email protected]>
3155
3156 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3157 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3158 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3159 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3160 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3161
7807aa61
MS
31622002-08-14 Michael Snyder <[email protected]>
3163
3164 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3165
489461e2
EZ
31662002-08-19 Elena Zannoni <[email protected]>
3167
3168 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3169 register.
3170 (P): New macro to define a register as a pseudo register.
3171 (R, R4, R8, R16, FR32, R64, R0): Updated.
3172 (struct variant): Add new fields for number of pseudo registers
3173 and number of total registers.
3174 (tot_num_registers): New macro replacing....
3175 (num_registers): ...deleted macro.
3176 (num_registers): New function.
3177 (num_pseudo_registers): New function.
3178 (variants): Update all variants to intialize new fields correctly.
3179 Postpone initialization of number of pseudo regs and real regs.
3180 (init_variants): New function.
3181 (rs6000_gdbarch_init): Initialize variants. Update calculation of
3182 registers offsets.
3183
fcaffe4c
DC
31842002-08-19 David Carlton <[email protected]>
3185
2c2738a0
DC
3186 * valops.c (search_struct_field): Change error message to treat
3187 return value of 0 from value_static_field as meaning that field is
3188 optimized out.
3189 (value_struct_elt_for_reference): Ditto.
3190 * values.c (value_static_field): Treat an unresolved location the
3191 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
3192 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3193 enclosed. Fix PR gdb/574.
fcaffe4c
DC
3194 * MAINTAINERS: Add self to Write After Approval list.
3195
88658117
AC
31962002-08-19 Andrew Cagney <[email protected]>
3197
3198 * mips-tdep.c (mips_xfer_register): New function.
3199 (mips_n32n64_extract_return_value): Rewrite.
3200 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3201 instead of deprecated_extract_return_value.
3202
21283beb
EZ
32032002-08-19 Elena Zannoni <[email protected]>
3204
3205 * rs6000-tdep.c (TDEP): Delete macro.
3206 (branch_dest): Replace use of TDEP macro with its body.
3207 (rs6000_pop_frame): Ditto.
3208 (rs6000_push_arguments): Ditto.
3209 (rs6000_skip_trampoline_code): Ditto.
3210 (rs6000_frame_saved_pc): Ditto.
3211 (rs6000_frame_chain): Ditto.
3212 (rs6000_register_name): Ditto.
3213 (rs6000_register_byte): Ditto.
3214 (rs6000_register_raw_size): Ditto.
3215 (rs6000_register_virtual_type): Ditto.
3216 (rs6000_register_convertible): Ditto.
3217 (rs6000_convert_from_func_ptr_addr): Ditto.
3218
bf072999
DJ
32192002-08-19 Daniel Jacobowitz <[email protected]>
3220
3221 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3222 conditionally.
3223 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3224 MIPS_LINUX_JB_ELEMENT_SIZE.
3225 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3226 for MAX_REGISTER_RAW_SIZE arrays.
3227 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3228 MIPS_LINUX_JB_ELEMENT_SIZE.
3229
9b949a49
PM
32302002-08-19 Pierre Muller <[email protected]>
3231
3232 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3233
6d3e79c6
AS
32342002-08-19 Aidan Skinner <[email protected]>
3235
3236 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3237 ada-valprint.c ada-tasks.c.
3238 (YYFILES): Add ada-exp.y.
3239 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3240 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3241 (ada-exp.tab.o): New target.
3242
06c0b04e
AC
32432002-08-18 Andrew Cagney <[email protected]>
3244
3245 * regcache.c (regcache_xfer_part): New function.
3246 (regcache_raw_read_part): New function.
3247 (regcache_raw_write_part): New function.
3248 (regcache_cooked_read_part): New function.
3249 (regcache_cooked_write_part): New function.
3250 * regcache.h (regcache_raw_read_part): Declare.
3251 (regcache_raw_write_part): Declare.
3252 (regcache_cooked_read_part): Declare.
3253 (regcache_cooked_write_part): Declare.
3254
92d1e331
DJ
32552002-08-18 Daniel Jacobowitz <[email protected]>
3256
3257 * remote.c (remote_open_1): Add async_p.
3258 (remote_async_open_1): Delete.
3259 (open_remote_target): Delete.
3260 (remote_open, extended_remote_open): Update calls to remote_open_1.
3261 (remote_async_open, extended_remote_async_open): Call
3262 remote_open_1 instead of remote_async_open_1.
3263
247055de
MK
32642002-08-19 Mark Kettenis <[email protected]>
3265
3266 * blockframe.c: Fix a few coding standard violations.
3267
641eda39
MK
32682002-08-19 Mark Kettenis <[email protected]>
3269
0b717710
MK
3270 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3271 here from ...
3272 * config/i386/tm-i386sco5.h: ... here. File removed.
3273 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3274
26d28e12 3275 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
3276 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3277 (TM_FILE): Set to tm-i386.h.
3278 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3279 * config/i386/tm-i386v.h: Remove file.
3280 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3281 instead of "i386/tm-i386v.h".
3282 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3283 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3284 "i386/tm-i386v.h".
3285 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3286 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3287 "i386/tm-i386.h".
3288
d4e0bab4
MK
32892002-08-18 Mark Kettenis <[email protected]>
3290
3291 * config/i386/nm-i386v.h: Add protection against
3292 multiple-inclusion.
3293 (i386_register_u_addr): Remove prototype.
3294 (register_u_addr): New prototype.
3295 (REGISTER_U_ADDR): Redefine accordingly.
3296 * i386v-nat.c: Improve several comments.
3297 (i386_register_u_addr): Change signature and rename to
3298 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3299 ubase variable.
3300
46cac009
AC
33012002-08-18 Andrew Cagney <[email protected]>
3302
3303 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3304 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3305 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3306 deprecated_extract_return_value.
3307 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3308 rename mips_o32o64_push_arguments.
3309 (mips_gdbarch_init): Update.
3310 (mips_extract_return_value): Delete.
3311 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3312 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3313 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3314 (mips_n32n64_extract_return_value): Clone
3315 mips_extract_return_value.
3316 (mips_store_return_value): Delete.
3317 (mips_o32_store_return_value): Clone mips_store_return_value.
3318 (mips_o64_store_return_value): Clone mips_store_return_value.
3319 (mips_eabi_store_return_value): Clone mips_store_return_value.
3320 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3321
d2e4a39e
AS
33222002-08-18 Aidan Skinner <[email protected]>
3323
0c30c098
AS
3324 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3325 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3326
33272002-08-18 Aidan Skinner <[email protected]>
3328
3329 * ada-lang.c: Run through gdb_indent.sh.
3330 * ada-lang.h: Run through gdb_indent.sh.
3331 * ada-tasks.c: Run through gdb_indent.sh.
3332 * ada-typeprint.c: Run through gdb_indent.sh.
3333 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 3334
01fc4e33
AC
33352002-08-18 Andrew Cagney <[email protected]>
3336
3337 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3338 ABI.
3339
d8ee244c
MK
33402002-08-18 Mark Kettenis <[email protected]>
3341
c38d8261
MK
3342 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3343
222db64c
MK
3344 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3345 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3346
c2848c82
MK
3347 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3348 write_register_gen instead of write_register_bytes.
3349
d8ee244c
MK
3350 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3351 i[3456]-*-osf1mk* configurations have been made obsolete.
3352 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3353 i[3456]86-*-osf1mk* hosts obsolete.
3354 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3355 targets obsolete.
3356 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3357 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3358 config/i386/i386m3.mt, config/i386/nm-m3.h,
3359 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3360 config/i386/i386mk.mh, config/i386/i386mk.mt,
3361 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3362 obsolete.
3363 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3364 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3365 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3366
61d8d407
AC
33672002-08-18 Andrew Cagney <[email protected]>
3368
3369 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3370 (hppa_value_returned_from_stack): Declare.
3371 (hppa_extract_return_value): Declare.
3372 * config/pa/hppa.mt: New file.
3373 * configure.tgt: Recognize hppa*-*-*.
3374 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3375
0c52bd59
MK
33762002-08-18 Mark Kettenis <[email protected]>
3377
3378 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3379 comment.
3380
b5686e99
MK
33812002-08-17 Mark Kettenis <[email protected]>
3382
3383 * top.c (gdb_rl_operate_and_get_next): Make sure
3384 operate-and-get-next functions correctly even when the history
3385 list is completely filled.
3386
c1bab85b
AC
33872002-08-18 Andrew Cagney <[email protected]>
3388
3389 * MAINTAINERS (Target Instruction Set Architectures): Rename
3390 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3391 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3392 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3393 already listed under Host/Native.
3394
3395 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3396 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3397 mips*-*-*.
3398
32089c7c
AC
33992002-08-17 Andrew Cagney <[email protected]>
3400
3401 * config/ia64/ia64.mt: New file.
3402 * config/alpha/alpha.mt: New file.
3403 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3404 ia64-linux-gnu. Mention that ia64-elf is broken.
3405 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3406
b4671f85
MK
34072002-08-17 Mark Kettenis <[email protected]>
3408
3409 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3410 generic_func_frame_valid instead of func_frame_valid.
3411
c8edd8b4
JB
34122002-08-16 Joel Brobecker <[email protected]>
3413
3414 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3415 procfs appears to be broken when debugging on multi-processor
3416 machines. So enable software single stepping in order to avoid
3417 using the procfs interface to do next/step operations, using
3418 internal breakpoints instead.
3419
3420 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3421 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3422 make this pc address equal to the value it would have if the
3423 system stepping capability was used. Also set a new flag used
3424 to ensure that we don't readjust the PC one more time later.
3425
3426 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3427 address by DECR_PC_AFTER_BREAK when software single step is
3428 in use for this architecture, as this has already been taken
3429 care of in handle_inferior_event().
3430
238617f6
JB
34312002-08-16 Joel Brobecker <[email protected]>
3432
3433 * infrun.c (handle_inferior_event): Minor reformatting, to make
3434 a rather long condition expression easier to read.
3435
541a7aac
AC
34362002-08-16 Andrew Cagney <[email protected]>
3437
3438 * Makefile.in (gdbtk.o): Move to end of file.
3439 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3440 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3441 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3442 (gdbtk-wrapper.o, gdbres.o): Ditto.
3443
f92d4a7b
AC
34442002-08-16 Andrew Cagney <[email protected]>
3445
3446 * Makefile.in (copying.o): Separate out compile rule.
3447 (hpux-thread.o, procfs.o, signals.o): Ditto.
3448 (v850ice.o, z8k-tdep.o): Ditto.
3449 (tui-file.o): Move to TUI section.
3450 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3451 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3452
1cce71eb
JB
34532002-08-16 Joel Brobecker <[email protected]>
3454
3455 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3456 skip_trampoline_code, for better namespace-proofing.
3457
3458 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3459
0851f23d
JB
34602002-08-16 Joel Brobecker <[email protected]>
3461
3462 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3463
f8d40ec8
JB
34642002-08-16 Joel Brobecker <[email protected]>
3465
3466 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3467 signal, check whether we hit a breakpoint before checking for a
3468 single step breakpoint. Otherwise, GDB fails to notice that a
3469 breakpoint has been hit when stepping onto a breakpoint.
3470
63d022e0
KS
34712002-08-16 Keith Seitz <[email protected]>
3472
3473 * gdb-events.sh (clear_gdb_event_hooks): New function.
3474 * gdb-events.c: Regenerate.
3475 * gdb-events.h: Regenerate.
3476
6e31adb3
AC
34772002-08-16 Andrew Cagney <[email protected]>
3478
3479 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3480 not_a_sw_breakpoint.
3481 * breakpoint.h (bpstat_stop_status): Add parameter names.
3482
c8189ed1
GS
34832002-08-16 Grace Sainsbury <[email protected]>
3484
3485 * remote.c (remote_insert_hw_breakpoint)
3486 (remote_remove_hw_breakpoint): Fix calculation of length field
3487 for Z-packet.
3488
d05285fa
MS
34892002-08-15 Michael Snyder <[email protected]>
3490
466d7106
MS
3491 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3492 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3493 (supply_fpregset): Ditto.
3494
d05285fa
MS
3495 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3496 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3497 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 3498 (TARGET_READ_SP): Delete.
bf1f5b4c 3499 (DO_REGISTERS_INFO): Delete.
102182a9
MS
3500 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3501 Delete.
3502 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3503 from macros to functions.
bf1f5b4c 3504
d05285fa
MS
3505 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3506 (mips_register_convertible, mips_register_convert_to_virtual,
3507 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
3508 (mips_read_sp): New function.
3509 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
3510 (mips_do_registers_info): Make static.
3511 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
3512 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3513 (mips_register_convert_from_type, mips_register_convert_to_type):
3514 New functions.
3515 (mips_gdbarch_init): Set up function_start_offset,
3516 register_virtual_size, pc_in_sigtramp.
d05285fa 3517
e76f1f2e
AC
35182002-08-15 Andrew Cagney <[email protected]>
3519
3520 * infcmd.c (vector_info): New function.
3521 (_initialize_infcmd): Add command "info vector".
3522 (print_vector_info): New function.
3523
3524 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3525 * gdbarch.h, gdbarch.c: Regenerate.
3526
4782dc19
AC
35272002-08-15 Andrew Cagney <[email protected]>
3528
3529 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3530 ``print_all''. Only print vector registers when ``print_all''.
3531
23e3a7ac
AC
35322002-08-15 Andrew Cagney <[email protected]>
3533
8e186fd6
AC
3534 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3535 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3536
23e3a7ac
AC
3537 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3538 Add `args' parameter.
3539 * gdbarch.h, gdbarch.c: Regenerate.
3540
3541 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3542
3543 * infcmd.c (float_info): Call print_float_info.
3544 (print_float_info): New function. By default, print the
3545 floating-point registers.
3546
3547 * arch-utils.h (default_print_float_info): Delete declaration.
3548 * arch-utils.c (default_print_float_info): Delete function.
3549
e0ca2bb9
MK
35502002-08-16 Mark Kettenis <[email protected]>
3551
3f733acc
MK
3552 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3553 out define.
3554
7d8d2918
MK
3555 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3556 FRAME.
3557
1c7cc583
MK
3558 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3559 * configure.host: Make i[3456]86-*-aix host obsolete.
3560 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3561 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3562 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3563 config/i386/xm-i386aix.h: Make files obsolete.
3564 * i386aix-nat.c: Make file obsolete.
3565 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3566 (i386aix-nat.o): Make target obsolete.
3567
e0ca2bb9
MK
3568 * config/i386/nm-gnu.h: Removed.
3569 * config/i386/nm-i386gnu.h: New file.
3570 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3571 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3572 Moved here from ...
3573 * config/i386/tm-i386gnu.h: ... here. Removed.
3574 * config/i386/xm-i386gnu.h: Removed.
3575 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3576 (NAT_FILE): Set to nm-i386gnu.h.
3577 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3578 * i386-tdep.c: New file.
3579 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3580 (i386gnu-tdep.o): Specify dependencies.
3581
16057ec7 35822002-08-15 Mark Kettenis <[email protected]>
61113f8b 3583
6b99ee2e
MK
3584 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3585 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3586 Adjust a few comments to reflect reality a bit closer.
3587 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3588 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3589 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3590 target_insert_watchpoint, target_remove_watchpoint):
3591 Move defines to ...
3592 * config/i386/nm-i386sco5.h: ... here.
3593 (kernel_u_size): Add prototype. Improve a few comments and add
3594 protection against multiple inclusion.
3595
d9a6f65c
MK
3596 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3597 out define.
3598
047eff6a
MK
3599 * uw-thread.c (SP_ARG0): Define if not already defined.
3600 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3601
dcdb1290
MK
3602 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3603
5d2d0b2a
MK
3604 * config/i386/tm-i386.h: Don't include "regcache.h".
3605
61113f8b
MK
3606 * i387-tdep.h (i387_print_float_info): New prototype.
3607 * i387-tdep.c (print_i387_value, print_i387_ext,
3608 print_i387_status_word, print_i387_control_word): Add `struct
3609 ui_file *' argument and use it for output.
3610 (i387_print_float_info): Renamed from i387_float_info. Add
3611 `struct gdbarch *' and `struct ui_file *' arguments and use the
3612 latter for output.
3613 * i386-tdep.c: Include "i387-tdep.h".
3614 (i386_gdbarch_init): Set print_float_info.
3615 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3616 (FLOAT_INFO): Remove define.
3617
46e0f506
MS
36182002-08-13 Michael Snyder <[email protected]>
3619
3620 * mips-tdep.c (mips_push_arguments): Rename to
3621 mips_eabi_push_arguments, and tune for EABI.
3622 (MIPS_REGS_HAVE_HOME_P): Delete.
3623 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3624 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3625 Delete references to mips_regs_have_home_p.
3626
409268de
KS
36272002-08-14 Keith Seitz <[email protected]>
3628
3629 * Makefile.in (install-gdbtk): Create insight plugin directory.
3630 Install plugins.tcl file.
3631
ffc6a242
KS
36322002-08-14 Keith Seitz <[email protected]>
3633
3634 * configure.in: Move SUBDIRS to near top of the file so that
3635 --enable options may add things to it.
3636 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3637 * configure: Regenerate.
3638
ebafbe83
MS
36392002-08-13 Michael Snyder <[email protected]>
3640
3641 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3642 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3643 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3644
32f6f25d
AC
36452002-08-13 Andrew Cagney <[email protected]>
3646
3647 * vax-tdep.c (vax_get_saved_register): Delete function.
3648 (vax_gdbarch_init): Update.
3649 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3650 (ns32k_gdbarch_init): Update.
3651 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3652 (alpha_gdbarch_init): Update.
3653
53826de9
AC
36542002-08-13 Andrew Cagney <[email protected]>
3655
3656 * regcache.c (init_regcache_descr): Overallocate the
3657 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3658 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3659 nr_raw_registers.
3660 (set_register_cached): Add range checking assertions. Use
3661 current_regcache.
3662
16057ec7 36632002-08-13 Mark Kettenis <[email protected]>
7d12f766
MK
3664
3665 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3666 numbers for MMX registers.
3667
7b4c2dce
AC
36682002-08-13 Andrew Cagney <[email protected]>
3669
3670 * i386-tdep.c (i386_gdbarch_init): Use
3671 generic_unwind_get_saved_register.
3672
1e03ad20
KB
36732002-08-13 Kevin Buettner <[email protected]>
3674
3675 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3676 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3677 target vector.
3678 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3679 Delete. Add comment regarding this now-deleted target method.
3680
548bcbec
SC
36812002-08-13 Stephane Carrez <[email protected]>
3682
3683 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3684 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3685 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3686 real PC and the page number (if it's within the memory bank window).
3687 (m68hc11_pseudo_register_write): Likewise when saving.
3688 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3689 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3690 (m68hc11_register_raw_size): And use 32-bit for it.
3691 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3692 16K memory bank is used by the prog; also use the virtual pc.
3693
7df11f59
SC
36942002-08-13 Stephane Carrez <[email protected]>
3695
3696 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3697 (m68hc11_gdbarch_init): Install it in gdbarch.
3698 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3699 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3700 (MSYMBOL_SIZE): New for documentation.
3701 (insn_return_kind): Enum to specify how a function returns.
3702 (frame_extra_info): Cleanup and record the return mode.
3703 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3704 register in address computation.
3705 (m68hc11_get_return_insn): New to obtain the return instruction used
3706 by the function.
3707 (m68hc11_frame_init_saved_regs): Take into account the return
3708 instruction used by the function for far and interrupt functions.
3709 (m68hc11_init_extra_frame_info): Take into account page register.
3710 (m68hc11_frame_args_address): Adjust according to the return mode.
3711 (show_regs): Print page register only when it's used.
3712
5706502a
SC
37132002-08-13 Stephane Carrez <[email protected]>
3714
3715 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3716 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3717 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3718 registers.
3719 (m68hc11_register_raw_size): Likewise.
3720
28fc6740
AC
37212002-08-13 Andrew Cagney <[email protected]>
3722
3723 * i386-tdep.c (i386_register_name): Handle mmx registers.
3724 (mmx_regnum_p): New function.
3725 (i386_mmx_names): New array.
3726 (mmx_num_regs): New variable.
3727 (i386_pseudo_register_read): New function.
3728 (i386_pseudo_register_write): New function.
3729 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3730
3731 * regcache.c (regcache_raw_read_unsigned): New function.
3732 (regcache_raw_read_signed): New function.
3733 * regcache.h (regcache_raw_read_unsigned): Declare.
3734 (regcache_raw_read_signed): Declare.
3735
a378f419
AC
37362002-08-13 Andrew Cagney <[email protected]>
3737
3738 * regcache.c (regcache_raw_read_as_address): Delete function.
3739 (regcache_cooked_read_signed): New function.
3740 (regcache_cooked_read_unsigned): New function.
3741 * regcache.h (regcache_cooked_read_signed): Declare.
3742 (regcache_cooked_read_unsigned): Declare.
3743 (regcache_raw_read_as_address): Delete declaration.
3744
3745 * blockframe.c (generic_read_register_dummy): Use
3746 regcache_cooked_read_unsigned.
3747 * i386-tdep.c (i386_extract_struct_value_address): Use
3748 regcache_cooked_read_unsigned.
3749
81967506
SC
37502002-08-13 Stephane Carrez <[email protected]>
3751
3752 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3753 double sizes according to ELF ABI flags.
3754 (gdbarch_tdep): Record elf_flags.
3755
ffe1f3ee
SC
37562002-08-13 Stephane Carrez <[email protected]>
3757
3758 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3759 (m6812_prolog): They can appear in 68HC12 function prologue.
3760 (m68hc11_frame_chain): Cleanup.
3761
98216c5d
AC
37622002-08-12 Andrew Cagney <[email protected]>
3763
3764 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3765 declarations.
3766 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3767 (i386_linux_register_raw_size): Delete function.
3768 (i386_linux_init_abi): Update.
3769 * i386-tdep.c (i386_register_raw_size): Delete function.
3770 (i386_register_byte): Delete function.
3771 (i386_gdbarch_init): Update.
3772 (i386_register_size): Delete array.
3773 (i386_register_offset): Delete array.
3774
3775 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3776 (REGISTER_RAW_SIZE): Delete macro.
3777 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3778 (REGISTER_BYTE): Delete macro.
3779
3b19021e
AS
37802002-08-11 Aidan Skinner <[email protected]>
3781
3782 * ada-lang.c (ada_lookup_partial_symbol)
3783 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3784 prototype names so that grep ^func works properly.
3785
3786 * ada-lang.c (ada_array_element_type)
3787 (ada_lookup_partial_symbol): Fix typos in parameter list.
3788
3789 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3790 Fix prototype names so that grep ^func works properly.
3791
b063e7a2
AC
37922002-08-10 Andrew Cagney <[email protected]>
3793 Elena Zannoni <[email protected]>
3794 Martin M. Hunt <[email protected]>
3795
3796 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3797 (build_builtin_type_vec128i): Set the vector bit.
3798 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3799 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3800 (build_builtin_type_vec64): New function.
3801 (build_builtin_type_vec64i): New function.
3802 (build_gdbtypes): Initialize builtin_type_vec64 and
3803 builtin_type_vec64i.
3804
a7e3c2ad
AC
38052002-08-09 Andrew Cagney <[email protected]>
3806
3807 * regcache.c (regcache_dump): Compare the register offset
3808 with REGISTER_BYTE.
3809 * arch-utils.c (generic_register_byte): New function.
3810 * arch-utils.h (generic_register_byte): Declare.
3811 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3812 * gdbarch.h, gdbarch.c: Regenerate.
3813
af030b9a
AC
38142002-08-09 Andrew Cagney <[email protected]>
3815
3816 * regcache.c: Include "gdbcmd.h"
3817 (_initialize_regcache): Add commands "maintenance print
3818 registers", "maintenance print raw-registers" and "maintenance
3819 print cooked-registers".
3820 (enum regcache_dump_what): Define.
3821 (dump_endian_bytes): New function.
3822 (regcache_dump): New function.
3823 (regcache_print): New function.
3824 (maintenance_print_registers): New function.
3825 (maintenance_print_raw_registers): New function.
3826 (maintenance_print_cooked_registers): New function.
3827 * Makefile.in (regcache.o): Update dependencies.
3828
cb3d25d1
MS
38292002-08-09 Michael Snyder <[email protected]>
3830
3831 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3832 (mips_push_arguments): Correct some comments. Use paddr_nz
3833 for printing addresses in debug output. Replace static
3834 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3835 (mips_n32n64_push_arguments): New function, cloned from
3836 mips_push_arguments and tuned for the n32/n64 ABI.
3837 (mips_push_register): Buffer needs dynamic allocation.
3838 (mips_print_register): Ditto.
3839 (do_gp_register_row): Ditto.
3840 (mips_store_return_value): Ditto.
3841 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3842
2163ab9d
DH
38432002-08-09 Don Howard <[email protected]>
3844
3845 * memattr.c (mem_info_command): Print special case of upper bound
3846 as max CORE_ADDR + 1.
3847
b78bcb18
MS
38482002-08-08 Michael Snyder <[email protected]>
3849
3850 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3851 returns structs by ref if they're too big to fit in two registers.
3852
ffabd70d
KB
38532002-08-09 Kevin Buettner <[email protected]>
3854
3855 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3856 saved regs value.
3857 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3858 mips_find_saved_regs().
3859 (mips_pop_frame): Likewise.
3860
fbcdb4a3
KB
38612002-08-09 Kevin Buettner <[email protected]>
3862
3863 * blockframe.c (frame_saved_regs_register_unwind): Revise
3864 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3865 frames are in use.
3866
3c3bea1c
GS
38672002-08-09 Grace Sainsbury <[email protected]>
3868
3869 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3870 T-packets; the 'a' is not taken as a register number.
3871 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3872 (remote_stopped_data_address): New functions; add to target
3873 vector.
3874 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3875 prototypes to match other implementations of this
3876 function. replace integer argument with pointer -- the length
3877 field in the Z-packet is the length of what is pointed to or 1 if
3878 pointer is null. Add to target vector.
3879 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3880 target vector.
3881
3882 From Mark Salter:
3883 * remote.c (remote_wait): Add support to extract optional
3884 watchpoint information from T-packet. Ignore unrecognized
3885 optional info in T-packet.
3886 (remote_async_wait): Ditto.
3887
5d1d95de
CV
38882002-08-09 Corinna Vinschen <[email protected]>
3889
3890 * cli/cli-dump.c: Change fopen modes to use binary open modes
3891 as defined in include/fopen-bin.h throughout.
3892
c86b5b38
MS
38932002-08-08 Michael Snyder <[email protected]>
3894
3895 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3896
b30590dc
KB
38972002-08-08 Kevin Buettner <[email protected]>
3898
3899 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3900 assertion failure by returning early after a warning.
3901
498868ed
KB
39022002-08-08 Kevin Buettner <[email protected]>
3903
3904 * mips-tdep.c (mips_find_saved_regs): Make static.
3905 (mips_frame_init_saved_regs): New function.
3906 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3907 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3908 (mips_find_saved_regs): Delete declaration.
3909
b2dd6311
GS
39102002-08-08 Grace Sainsbury <[email protected]>
3911
3c3bea1c
GS
3912 * remote.c (remote_wait, remote_async_wait): Change
3913 thread_num from int to ULONGEST.
3914 (unpack_varlen_hex): Change result parameter from
3915 int * to ULONGEST *.
b2dd6311 3916
ea47855f
AC
39172002-08-08 Andrew Cagney <[email protected]>
3918
3919 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3920 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3921 powerpc*-*-*.
3922 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3923
69db8bae
AC
39242002-08-08 Andrew Cagney <[email protected]>
3925
3926 * gcore.c (override_derive_stack_segment): Delete variable.
3927 (preempt_derive_stack_segment): Delete function.
3928 (derive_stack_segment): Delete function.
3929 (default_derive_stack_segment): Renamed to derive_stack_segment.
3930 (override_derive_heap_segment): Delete variable.
3931 (preempt_derive_heap_segment): Delete function.
3932 (derive_heap_segment): Delete function.
3933 (default_derive_heap_segment): Rename to derive_heap_segment.
3934
cb811fe7
MS
39352002-08-06 Michael Snyder <[email protected]>
3936
3937 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3938 * mips-tdep.c (mips_EABI_use_struct_convention,
3939 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3940 New functions. (mips_use_struct_convention): Delete.
3941 (mips_gdbarch_init): set use_gdbarch_convention.
3942
8b389c40
MS
39432002-08-06 Michael Snyder <[email protected]>
3944
3945 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3946 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3947 mips_o32_reg_struct_has_addr): New functions.
3948 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3949
5c27f28a
AC
39502002-08-07 Andrew Cagney <[email protected]>
3951
3952 * regcache.c (pseudo_register): Delete function.
3953 (fetch_register): Delete function.
3954 (store_register): Delete function.
3955 (regcache_raw_read, legacy_read_register_gen): Use
3956 target_fetch_registers instead of fetch_register.
3957 (legacy_write_register_gen, regcache_raw_write): Use
3958 target_store_register instead of store_register.
3959 (write_register_bytes): Ditto.
3960
3961 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3962 (STORE_PSEUDO_REGISTER): Delete.
3963 * gdbarch.h, gdbarch.c: Regenerate.
3964
5b331675
CV
39652002-08-06 Corinna Vinschen <[email protected]>
3966
3967 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3968 write dump file binary.
3969
6acdf5c7
MS
39702002-08-05 Michael Snyder <[email protected]>
3971
3972 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3973 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3974 (mips_gdbarch_init): Set N32 target to be mips64.
3975
b2f01c35
KB
39762002-08-06 Kevin Buettner <[email protected]>
3977
3978 * frame.c (find_saved_register): Break out of loop once saved
3979 register address is found. Don't mention sparc in loop comment
3980 anymore.
3981
63db5580
KB
39822002-08-06 Kevin Buettner <[email protected]>
3983
3984 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3985 mips_default_saved_regsize to 8.
3986
5e34e75e
AC
39872002-08-06 Andrew Cagney <[email protected]>
3988
3989 * gcore.c: Do not include <sys/procfs.h>.
3990 * Makefile.in (gcore.o): Update dependencies.
3991
eb4c54a2
AC
39922002-08-06 Andrew Cagney <[email protected]>
3993
3994 * configure.tgt: Make arc-*-* obsolete.
3995 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3996 * MAINTAINERS: Make arc-elf obsolete.
3997 * arc-tdep.c: Make file obsolete.
3998 * config/arc/arc.mt: Ditto.
3999 * config/arc/tm-arc.h: Ditto.
4000
ced15480
TR
40012002-08-05 Theodore A. Roth <[email protected]>
4002
c1bab85b 4003 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 4004
b4743822
AC
40052002-08-05 Andrew Cagney <[email protected]>
4006
4007 * mcore-tdep.c (mcore_gdbarch_init): Use
4008 generic_unwind_get_saved_register instead of
4009 generic_get_saved_register.
4010 * v850-tdep.c (v850_gdbarch_init): Ditto.
4011 * frv-tdep.c (frv_gdbarch_init): Ditto.
4012 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4013 * s390-tdep.c (s390_gdbarch_init): Ditto.
4014 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4015 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
4016 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
4017
3956d554
JB
40182002-08-05 Joel Brobecker <[email protected]>
4019
4020 * objfiles.h: Add missing #include "symfile.h"
4021
4022 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
4023
8249c0d6
AC
40242002-08-04 Andrew Cagney <[email protected]>
4025
4026 From 2002-08-01 david carlton <[email protected]>:
4027 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
4028 of FIELD_BITSIZE.
4029
b9d14705
DJ
40302002-08-04 Daniel Jacobowitz <[email protected]>
4031
4032 * NEWS: Cleanup and nitpick.
4033
dd73b9bb
AC
40342002-08-03 Andrew Cagney <[email protected]>
4035
4036 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
4037
043a27f8
AC
40382002-08-03 Andrew Cagney <[email protected]>
4039
4040 * Makefile.in (gdbtk-bp.o): Update dependencies.
4041 (gdbtk-register.o): Ditto.
4042 (gdbtk-varobj.o): Ditto.
4043
46ce284d
AC
40442002-08-03 Andrew Cagney <[email protected]>
4045
4046 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
4047 m68hc11_fetch_pseudo_register.
4048 (m68hc11_pseudo_register_write): Replace
4049 m68hc11_store_pseudo_register.
4050 (m68hc11_gdbarch_init): Update.
4051
b66d6d2e
AC
4052Fri Aug 2 15:53:50 2002 Andrew Cagney <[email protected]>
4053
4054 * gdbarch.sh: Include "gdb_string.h".
4055 * gdbarch.c: Regenerate.
4056
4057 * regcache.c: Include "gdb_string.h".
4058 * ax-general.c: Ditto.
4059 * varobj.c: Ditto.
4060 * std-regs.c: Ditto.
4061 * fbsd-proc.c: Ditto.
4062 * thread.c: Ditto.
4063
4064 * Makefile.in (regcache.o): Update dependencies.
4065 (thread.o, gdbarch.o): Ditto.
4066 (ax-general.o, gdbarch.o): Ditto.
4067 (varobj.o, std-regs.o): Ditto.
4068 (fbsd-proc.o): Specify dependencies.
4069
29e1842b
AC
40702002-08-02 Andrew Cagney <[email protected]>
4071
4072 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
4073 regnum.
4074 (regcache_cooked_write): Ditto.
4075
68365089
AC
40762002-08-02 Andrew Cagney <[email protected]>
4077
4078 * regcache.c (regcache_cooked_read): New function.
4079 (regcache_cooked_write): New function.
4080 (read_register_gen): Rewrite using regcache_cooked_read.
4081 (write_register_gen): Rewrite using regcache_cooked_write.
4082
4083 * regcache.h (regcache_cooked_read, regcache_cooked_write):
4084 Declare.
4085
d8124050
AC
40862002-08-02 Andrew Cagney <[email protected]>
4087
4088 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
4089 Replace the architecture methods register_read and register_write.
4090 * gdbarch.h, gdbarch.c: Regenerate.
4091 * regcache.c (init_regcache_descr): Update.
4092 (read_register_gen): Update.
4093 (write_register_gen): Update.
4094 (supply_register): Update comment.
4095
4096 * sh-tdep.c (sh_gdbarch_init): Update.
4097 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
4098 `regcache' and `gdbarch' parameters. Make `buffer' a void
4099 pointer. Update code.
4100 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
4101 `regcache' and `gdbarch' parameters. Make `buffer' a constant
4102 void pointer. Update code.
4103 (sh64_register_write): Delete.
4104 (sh4_register_read): Delete.
4105 (sh64_register_read): Delete.
4106 (sh4_register_write): Delete.
4107 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
4108 void pointer, `to' parameter a void pointer.
4109 (sh_sh64_register_convert_to_raw): Ditto.
4110
a6425924
KB
41112002-08-01 Kevin Buettner <[email protected]>
4112
4113 * mips-tdep.c (mips_register_virtual_type): Use architecture
4114 invariant return values.
4115
ff5922b5
AC
41162002-08-01 Andrew Cagney <[email protected]>
4117
4118 * linux-proc.c: Include "gdb_string.h".
4119 * Makefile.in (linux-proc.o): Update dependency list.
4120
32a6503c
KB
41212002-08-01 Kevin Buettner <[email protected]>
4122
4123 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
4124 comment.
4125
ccaa32c7
GS
41262002-08-01 Grace Sainsbury <[email protected]>
4127
4128 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4129 to_insert_watchpoint, to_remove_watchpoint,
4130 to_stopped_by_watchpoint, to_stopped_data_address,
4131 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
4132 target vecctor. Define their corresponding macros so they call
4133 them.
4134
4135 * target.c: Add default and debug versions of for
4136 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4137 to_insert_watchpoint, to_remove_watchpoint,
4138 to_stopped_by_watchpoint, to_stopped_data_address,
4139 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4140
78fde5f8
KB
41412002-08-01 Kevin Buettner <[email protected]>
4142
4143 * mips-tdep.c (mips_register_virtual_type): New function.
4144 (mips_gdbarch_init): Register mips_register_virtual_type()
4145 with gdbarch machinery.
4146 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4147 this file instead of tm-bigmips.h.
4148 (MIPS_REGSIZE): Delete this macro.
4149 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
4150 multiarch version in mips-tdep.c will be found.
4151
db034ac5
AC
41522002-08-01 Andrew Cagney <[email protected]>
4153
4154 * NEWS: Menion that CHILL has been made obsolete.
4155
4156 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
4157 * stabsread.c (read_range_type): Ditto.
4158 * gdbtypes.h: Ditto.
4159 * language.c (binop_type_check): Ditto.
4160 (binop_result_type): Ditto.
4161 (integral_type): Ditto.
4162 (character_type): Ditto.
4163 (string_type): Ditto.
4164 (boolean_type): Ditto.
4165 (structured_type): Ditto.
4166 (lang_bool_type): Ditto.
4167 (binop_type_check): Ditto.
4168 * language.h (_LANG_chill): Ditto.
4169 * dwarfread.c (set_cu_language): Ditto.
4170 * dwarfread.c (CHILL_PRODUCER): Ditto.
4171 * dwarfread.c (handle_producer): Ditto.
4172 * expression.h (enum exp_opcode): Ditto.
4173 * eval.c: Ditto for comments.
4174 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4175 * expprint.c (print_subexp): Ditto.
4176 (print_subexp): Ditto.
4177 * valops.c (value_cast): Ditto.
4178 (search_struct_field): Ditto.
4179 * value.h (COERCE_VARYING_ARRAY): Ditto.
4180 * symfile.c (init_filename_language_table): Ditto.
4181 (add_psymbol_with_dem_name_to_list): Ditto.
4182 * valarith.c (value_binop): Ditto.
4183 (value_neg): Ditto.
4184 * valops.c (value_slice): Ditto.
4185 * symtab.h (union language_specific): Ditto.
4186 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4187 (SYMBOL_DEMANGLED_NAME): Ditto.
4188 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4189 * defs.h (enum language): Ditto.
4190 * symtab.c (got_symtab): Ditto.
4191 * utils.c (fprintf_symbol_filtered): Ditto.
4192
4193 * ch-typeprint.c: Make file obsolete.
4194 * ch-valprint.c: Make file obsolete.
4195 * ch-lang.h: Make file obsolete.
4196 * ch-exp.c: Make file obsolete.
4197 * ch-lang.c: Make file obsolete.
4198
4199 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4200 CHILL_LIB.
4201 (TARGET_FLAGS_TO_PASS): Ditto.
4202 (CHILLFLAGS): Obsolete.
4203 (CHILL): Obsolete.
4204 (CHILL_FOR_TARGET): Obsolete.
4205 (CHILL_LIB): Obsolete.
4206 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4207 ch-valprint.c.
4208 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4209 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4210 ch-lang.o.
4211 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4212 targets.
4213
8aaf0b47
JB
42142002-07-31 Joel Brobecker <[email protected]>
4215
4216 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4217 This does not change anything at the moment, but will be helpful
4218 later when full Ada support is integrated.
4219
f3a7b3a5
KB
42202002-07-31 Kevin Buettner <[email protected]>
4221
4222 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4223 help message.
4224
fb850278
KB
42252002-07-31 Kevin Buettner <[email protected]>
4226
4227 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4228 and save it in a local variable. Use variable in later test.
4229
e3bddbfa
KB
42302002-07-31 Kevin Buettner <[email protected]>
4231
4232 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4233 test. (Thanks to Daniel Jacobowitz.)
4234
28d169de
KB
42352002-07-31 Kevin Buettner <[email protected]>
4236
4237 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4238 (mips_abi_strings): Add "n64".
4239 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
4240
7fe7e44e
KB
42412002-07-31 Kevin Buettner <[email protected]>
4242
4243 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4244 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4245
c6caf090
KB
42462002-07-31 Kevin Buettner <[email protected]>
4247
4248 * utils.c (host_pointer_to_address, address_to_host_pointer):
4249 Use gdb_assert() instead of explicit call to internal_error().
4250
c41669e0
KB
42512002-07-30 Kevin Buettner <[email protected]>
4252
4253 * Makefile.in (rs6000-nat.o): Update dependencies.
4254
4255 From Nicholas Duffek:
4256 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4257 (aix-thread.o): New rule.
4258 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4259 * config/powerpc/aix432.mh: New file.
4260
2fda4977
DJ
42612002-07-30 Daniel Jacobowitz <[email protected]>
4262
4263 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4264 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4265 (fetch_core_registers, ppc_linux_supply_gregset)
4266 (ppc_linux_supply_fpregset): New functions.
4267 (ppc_linux_regset_core_fns): New.
4268 (_initialize_ppc_linux_tdep): Call add_core_fns.
4269 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4270 and ppc_linux_supply_gregset.
4271 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4272 (supply_fpregset): Call ppc_linux_supply_fpregset.
4273 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4274 corelow.o.
4275 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4276
729051e6
DJ
42772002-07-30 Daniel Jacobowitz <[email protected]>
4278
4279 * symtab.c (lookup_symbol): Demangle before lowercasing.
4280
5f8a3188
AC
42812002-07-30 Andrew Cagney <[email protected]>
4282
4283 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4284 declaration.
4285 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4286 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4287 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4288 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4289 "gdb_string.h".
4290 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4291 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4292 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4293 (avr-tdep.o, mon960-rom.o): Ditto.
4294 (aout_stabs_gnu_h): Define.
4295 (symtab_h): Remove $(gdb_obstack_h).
4296
67f07146
JB
42972002-07-30 Jim Blandy <[email protected]>
4298
4299 Patch from David Carlton <[email protected]>:
4300 * gdbinit.in: Move the `dir' commands that add GDB's own source
4301 directory to the search path to the end, so that the `gdb' source
4302 directory will be searched first.
4303
04ea0df1
AC
43042002-07-29 Andrew Cagney <[email protected]>
4305
4306 * gdb_obstack.h: New file.
4307 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4308 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4309 * objfiles.h: Include "gdb_obstack.h".
4310 * Makefile.in (gdb_obstack_h): Define.
4311 (symtab_h): Add $(gdb_obstack_h).
4312 (objfiles_h): Add $(gdb_obstack_h).
4313
4314 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4315 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4316 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4317 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4318 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4319 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4320 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4321 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4322
4323 * Makefile.in (bcache.o): Update dependencies.
4324 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4325 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4326 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4327 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4328 (stabsread.o, symfile.o, symmisc.o): Ditto.
4329 (symtab.o, typeprint.o, macroexp.o): Ditto.
4330 (macrotab.o, mdebugread.o): Ditto.
4331 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4332 (coff_ecoff_h, aout_aout64_h): Define.
4333 (aout_stabs_gnu_h, libaout_h): Define.
4334
d138e37a
AC
43352002-07-29 Andrew Cagney <[email protected]>
4336
4337 * regcache.c (struct regcache_descr): Rename nr_registers to
4338 nr_cooked_registers. Revise comments describing the structure
4339 member fields.
4340 (init_regcache_descr): Update.
4341 (init_legacy_regcache_descr): Update.
4342 (read_register_gen, write_register_gen): When a cooked register in
4343 the raw register range, directly access the value from the raw
4344 register cache.
4345
460e6ec3
AC
43462002-07-29 Andrew Cagney <[email protected]>
4347
4348 * z8k-tdep.c: Do not include "obstack.h".
4349 * h8300-tdep.c, h8500-tdep.c: Ditto.
4350 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4351 * valprint.c, v850-tdep.c: Ditto.
4352 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4353 * mn10200-tdep.c: Ditto.
4354
4355 * Makefile.in (z8k-tdep.o): Update dependencies.
4356 (m68hc11-tdep.o, valprint.o): Ditto.
4357 (v850-tdep.o, d10v-tdep.o): Ditto.
4358 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4359 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4360 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4361 (sh_opc_h, gdb_sim_sh_h): Define.
4362 (elf_sh_h, elf_bfd_h): Define.
4363 (opcode_m68hc11_h): Define.
4364 (OPCODES_SRC, OPCODES_DIR): define.
4365 (OPCODES): Use $(OPCODES_DIR).
4366 (gdb_sim_d10v_h): Rename sim_d10v_h.
4367 (gdb_sim_arm_h): Rename sim_arm_h.
4368
790c9cf0
KB
43692002-07-26 Kevin Buettner <[email protected]>
4370
4371 * utils.c (host_pointer_to_address, address_to_host_pointer):
4372 Change internal_error() message to indicate function responsible
4373 for the error.
4374
9647fa49
KB
43752002-07-26 Kevin Buettner <[email protected]>
4376
4377 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4378 calls to local_hex_string_custom().
4379
dabbe2c0
KB
43802002-07-26 Kevin Buettner <[email protected]>
4381
4382 * irix5-nat.c: Move IRIX shared library support from here...
4383 * solib-irix.c: ...to here. Revised substantially to work with
4384 generic solib framework.
4385
b96d0a4e
KB
4386 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4387 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4388 * mips-irix-tdep.c: New file.
4389
313fb2f6
KB
4390 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4391 (mips-irix-tdep.o, solib-irix.o): New rules.
4392 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4393 solib-irix.o.
4394 * config/mips/irix6.mt (TDEPFILES): Likewise.
4395 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4396
ab2eaf26
KB
43972002-07-26 Kevin Buettner <[email protected]>
4398
177e4768 4399 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
4400 disabled (via ``#if 0'') includes.
4401
7244546a
KB
44022002-07-26 Kevin Buettner <[email protected]>
4403
4404 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4405 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4406 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4407 Add support for the fpscr register.
4408 * rs6000-nat.c (regmap, fetch_inferior_registers)
4409 (store_inferior_registers, fetch_core_registers): Likewise.
4410
dd7be90a
KB
44112002-07-26 Kevin Buettner <[email protected]>
4412
4413 * rs6000-nat.c (language.h): Include.
4414 (special_regs): Delete this array.
4415 (regmap): New function.
4416 (fetch_register, store_register): Use regmap() to map gdb
4417 register numbers to ptrace register numbers. Also, use
4418 outputs from regmap() to make decisions regarding type of
4419 ptrace() call to make. In particular, don't compare against
4420 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4421 (fetch_inferior_registers, store_inferior_registers): Where
4422 possible, obtain register numbers from tdep struct. Don't
4423 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4424 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4425 (LAST_UISA_SP_REGNUM): Delete.
4426
11bf77db
KB
44272002-07-25 Kevin Buettner <[email protected]>
4428
4429 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
4430 (fetch_registers, store_register, fetch_core_registers): Don't
4431 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
4432 regcache_collect() as appropriate.
4433 (find_toc_address): Format hex address with local_hex_string().
4434
06afebeb
AC
44352002-07-25 Andrew Cagney <[email protected]>
4436
4437 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4438 bfd/elf32-frv.c.
4439
8c554d79
TT
44402002-07-24 Tom Tromey <[email protected]>
4441
4442 * jv-exp.y: Marked all strings with _().
4443 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4444 internal_error.
4445 (MethodInvocation, CastExpression, parse_number, yyerror,
4446 java_type_from_name, push_expression_name, yylex): Typo fixes.
4447
e4c242d9
DJ
44482002-07-24 Daniel Jacobowitz <[email protected]>
4449
4450 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4451 (tee_file_flush, tee_file_write, tee_file_fputs)
4452 (tee_file_isatty): New.
4453 * ui-file.h (tee_file_new): Add prototype.
4454
ebf56fd3
AS
44552002-07-24 Aidan Skinner <[email protected]>
4456
4457 * ada-lang.c: Change k&r style function definitions to prototyped
4458 form.
4459 * ada-typeprint.c: Change k&r style function definitions to prototyped
4460 form.
4461 * ada-valprint.c: Change k&r style function definitions to prototyped
4462 form.
4463
7fb623f7
AC
44642002-07-24 Andrew Cagney <[email protected]>
4465
4466 * README: Remove reference to remote-bug.
4467 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4468 remote-bug.c.
4469 (m88k-nat.o): Delete rule.
4470 (m88k-tdep.o): Delete rule.
4471 (remote-bug.o): Delete rule.
4472 * MAINTAINERS: Mark as obsolete.
4473 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4474 * m88k-tdep.c: Make file obsolete.
4475 * config/m88k/m88k.mh: Ditto.
4476 * config/m88k/delta88v4.mh: Ditto.
4477 * config/m88k/delta88v4.mt: Ditto.
4478 * config/m88k/delta88.mt: Ditto.
4479 * config/m88k/delta88.mh: Ditto.
4480 * remote-bug.c: Ditto.
4481 * config/m88k/tm-delta88.h: Ditto.
4482 * config/m88k/nm-delta88v4.h: Ditto.
4483 * config/m88k/xm-delta88.h: Ditto.
4484 * config/m88k/xm-dgux.h: Ditto.
4485 * config/m88k/tm-m88k.h: Ditto.
4486 * config/m88k/nm-m88k.h: Ditto.
4487 * config/m88k/tm-delta88v4.h: Ditto.
4488 * m88k-nat.c: Ditto.
4489 * cxux-nat.c: Ditto.
4490 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4491 and m88*-*-* obsolete.
4492 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4493 m88*-*-* obsolete.
4494
37611a2b
AC
44952002-07-24 Andrew Cagney <[email protected]>
4496
4497 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4498 constant. Same for local pointer variables.
4499 (extract_signed_integer): Ditto.
4500 * defs.h (extract_unsigned_integer): Update.
4501 (extract_signed_integer): Update.
4502
1aaa5f99
AC
45032002-07-24 Andrew Cagney <[email protected]>
4504
4505 * regcache.c (regcache_raw_write): Change buf parameter to a
4506 constant void pointer.
4507 (regcache_raw_read): Change buf parameter to a void pointer.
4508 (legacy_write_register_gen): Change myaddr parameter a constant
4509 void pointer.
4510 (supply_register): Change val parameter to a const void pointer.
4511 * regcache.h (regcache_raw_write): Update declaration.
4512 (regcache_raw_read): Update declaration.
4513 (supply_register): Update declaration.
4514
b4f5539f
TT
45152002-07-24 Tom Tromey <[email protected]>
4516
4517 * defs.h (gdb_readline_wrapper): Declare.
4518 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4519 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4520 * top.c (gdb_readline_wrapper): New function.
4521 (command_line_input): Use it.
4522
0818c12a
AC
45232002-07-24 Andrew Cagney <[email protected]>
4524
4525 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4526 regcache_read and regcache_write.
4527 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4528 * regcache.c: Update.
4529 * sh-tdep.c (sh64_push_arguments): Update comment.
4530 (sh_pseudo_register_read): Update.
4531 (sh_pseudo_register_write): Update.
4532 (sh4_register_read): Update.
4533 (sh4_register_write): Update.
4534 (sh64_pseudo_register_read): Update.
4535 (sh64_pseudo_register_write): Update.
4536 (sh64_register_read): Update.
4537 (sh64_register_write): Update.
4538 * i386-tdep.c (i386_extract_return_value): Update.
4539 (i386_extract_struct_value_address): Update.
4540 (i386_extract_return_value): Update.
4541 * blockframe.c (generic_read_register_dummy): Update.
4542 (generic_call_dummy_register_unwind): Update
4543 * infrun.c (write_inferior_status_register): Update.
4544
f7321c06
JB
45452002-07-23 Jim Blandy <[email protected]>
4546
4547 * parser-defs.h (expression_context_pc): Make this extern.
4548 (Thanks to Michael Snyder.)
4549
2037aebb
AC
45502002-07-23 Andrew Cagney <[email protected]>
4551
4552 GDB 5.2.1 released from 5.2 branch.
4553 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4554 * README: Update to mention 5.2.1.
4555
66504d44
MS
45562002-07-23 Mark Salter <[email protected]>
4557
4558 * remote.c (remote_read_bytes): Fix check for error.
4559
27bae383
KB
45602002-07-22 Kevin Buettner <[email protected]>
4561
4562 * aix-thread.c (language.h): Include.
4563 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4564 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4565 Print newlines at end of debug messages.
4566 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4567 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4568
45692002-07-22 Kevin Buettner <[email protected]>
4570
4571 * aix-thread.c (ppc-tdep.h): Include.
4572 (special_register_p): New function.
4573 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4574 (store_regs_user_thread): Use register number information from
4575 gdbarch_tdep struct instead of hardcoded offsets relative to
4576 FIRST_UISA_SP_REGNUM.
4577 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4578 special_register_p() instead of using FPLAST_REGNUM and
4579 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4580 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4581 will be MQ's register number.
4582
45832002-07-22 Michael Snyder <[email protected]>
206d3d3c
KB
4584
4585 * aix-thread.c (ops): Rename to aix_thread_ops.
4586 (base_ops): Rename to base_target.
4587 (ops_attach): Rename to aix_thread_attach.
4588 (ops_detach): Rename to aix_thread_detach.
4589 (ops_resume): Rename to aix_thread_detach.
4590 (ops_wait): Rename to aix_thread_wait.
4591 (ops_kill): Rename to aix_thread_kill.
4592 (init_ops): Rename to init_aix_thread_ops.
4593 (ops_fetch_register): Rename to aix_thread_fetch_register.
4594 (ops_store_register): Rename to aix_thread_store_register.
4595 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4596 (ops_thread_alive): Rename to aix_thread_thread_alive.
4597 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4598 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4599 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4600 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4601 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4602 (store_regs_lib): Rename to store_regs_user_thread.
4603 (store_regs_kern): Rename to store_regs_kernel_thread.
4604
27bae383 46052002-07-22 Michael Snyder <[email protected]>
cbe92db4
KB
4606
4607 * aix-thread.c (ops_prepare_to_store): Eliminate.
4608 (init_ops): Don't initialize ops.prepare_to_store.
4609 (store_regs_kern): Pre-fetch register buffers from child,
4610 because some registers may not be in the cache. Copy
4611 regs from register cache only if they are cached.
4612 (store_regs_lib): Copy regs from register cache only
4613 if they are cached.
4614 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4615 fill_gprs64): Ditto.
4616
61c5da0b
KB
46172002-07-22 Kevin Buettner <[email protected]>
4618
4619 * aix-thread.c (gdb_assert.h): Include.
4620 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4621 register sizes (from register cache) match size of buffer holding
4622 register data.
4623 (fill_sprs32): Change parameter types to match those in the ptrace()
4624 buffer.
4625 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4626 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4627
46282002-07-22 Michael Snyder <[email protected]>
4629
4630 * aix-thread.c (supply_sprs64): Cosmetic change.
4631 (supply_sprs32): Cosmetic change.
4632 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4633 (fill_sprs64): Use regcache_collect instead of read_register.
4634 (store_regs_lib): Use regcache_collect instead of
4635 read_register. Use fill_sprs32 instead of fill_sprs64,
4636 if debugging a 32-bit architecture.
4637 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4638 out of the register cache, instead of passing a pointer into
4639 the register cache directly to ptrace. Use regcache_collect
4640 insteaad of read_register.
4641 (ops_prepare_to_store): Use target_read_registers instead
4642 of read_register_bytes.
4643
36479eb1
AS
46442002-07-20 Aidan Skinner <[email protected]>
4645
4646 * MAINTAINERS: Add self under write after approval.
4647
80ae6ee2
AS
46482002-07-20 Aidan Skinner <[email protected]>
4649
4650 * ada-tasks.c: Change k&r style function definitions to prototyped
4651 form.
4652
8a8ab2b9
AC
46532002-07-19 Andrew Cagney <[email protected]>
4654
4655 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4656 * x86-64-tdep.c: Include "objfiles.h".
4657 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4658 in_plt_section. From 2002-07-18 Michal Ludvig <[email protected]>.
4659
fb16b900
ML
46602002-07-17 Michal Ludvig <[email protected]>
4661
4662 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4663 (update_context): Initialise cfa variable.
4664
0fe7bf7b
MS
46652002-07-17 Michael Snyder <[email protected]>
4666
4667 * aix-thread.c: Shorten some long lines.
4668 Bring comments into line with code spec.
4669
488f131b
JB
46702002-07-18 Joel Brobecker <[email protected]>
4671
4672 * infrun.c: Re-indent using gdb_indent.sh.
4673
46c415d2
JB
46742002-07-18 Joel Brobecker <[email protected]>
4675
4676 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4677 Leave the indentation temporarily untouched, to minimize the diffs.
4678
cdecafbe
EZ
46792002-07-18 Elena Zannoni <[email protected]>
4680
4681 * stabsread.c: Make os9k sections of the code obsolete,
4682 for real this time.
4683 * stabsread.h: Make os9k sections of the code obsolete.
4684
7b6aa020
ML
46852002-07-18 Michal Ludvig <[email protected]>
4686
09ec9b38
ML
4687 * linux-low.c (regsets_store_inferior_registers): Add free()
4688 at the end of a loop to prevent memory leak.
4689 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4690 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
4691 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4692 line a comment.
4894ac5d 4693 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 4694
233282cd
JB
46952002-07-17 Jim Blandy <[email protected]>
4696
4697 * macrocmd.c (info_macro_command): Remove newline from error
4698 message.
4699
7b6aa020 47002002-07-17 J"orn Rennecke <[email protected]>
2f14585c
JR
4701
4702 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4703 (sh_gdbarch_init): Use it for sh-dsp.
4704
f7ef9339
KB
47052002-07-16 Kevin Buettner <[email protected]>
4706
4707 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4708 64-bit DWARF2 format.
4709
8dd72958
JB
47102002-07-16 Joel Brobecker <[email protected]>
4711
4712 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4713 <sys/proc.h> when not available.
4714
a99a9e1b
AC
47152002-07-16 Andrew Cagney <[email protected]>
4716
4717 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4718 * stabsread.c: Make os9k sections of the code obsolete.
4719 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4720 * config/i386/i386os9k.mt: Make file obsolete.
4721 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4722 (COMMON_OBS): Remove os9kread.o
4723 (SFILES): Remove os9kread.c.
4724 (os9kread.o, remote-os9k.o): Make target obsolete.
4725 * remote-os9k.c: Make file obsolete.
4726 * os9kread.c: Make file obsolete.
4727 * Makefile.in
4728
7a3085c1
AC
47292002-07-16 Andrew Cagney <[email protected]>
4730
4731 * NEWS: Mention that the FR30 has been made obsolete.
4732 * fr30-tdep.c: Make file obsolete.
4733 * config/fr30/tm-fr30.h: Ditto.
4734 * config/fr30/fr30.mt: Ditto.
4735 * configure.tgt: Make fr30-*-elf obsolete.
4736 * MAINTAINERS: Make fr30-elf obsolete.
4737
28a93f5a
PM
47382002-07-16 Pierre Muller <[email protected]>
4739
4740 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4741 found is not inside a section.
4742
be006b8b
KB
47432002-07-15 Kevin Buettner <[email protected]>
4744
4745 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4746 strerror().
4747 (pdc_realloc): Use xrealloc() instead of realloc().
4748
14fa3751
KB
47492002-07-15 Kevin Buettner <[email protected]>
4750
4751 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4752 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4753 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4754 macros.
4755
42cc437f
KB
47562002-07-15 Kevin Buettner <[email protected]>
4757
4758 * aix-thread.c (ptrace_check): Eliminate goto.
4759 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4760 problem.
4761
8e2c28d4
KB
47622002-07-15 Kevin Buettner <[email protected]>
4763
4764 * aix-thread.c (gdbcmd.h): Include.
4765 (DEBUG, DBG, DBG2, dbg): Eliminate.
4766 (debug_aix_thread): New static global.
4767 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4768 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4769 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4770 invocations to DBG and DBG2 macros to test against
4771 ``debug_aix_thread'' and call fprintf_unfiltered().
4772 (_initialize_aix_thread): Add new command "set debug aix-thread".
4773
30413464
AC
47742002-07-15 Andrew Cagney <[email protected]>
4775
4776 From Gerhard Tonn <[email protected]>:
4777 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4778 instead of supply_register.
4779
7c43edc1
AC
47802002-07-15 Andrew Cagney <[email protected]>
4781
4782 * dwarf2cfi.c: Include "gdb_assert.h".
4783 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4784 non-NULL.
4785 (update_context): Do not use __func__. Add missing ``break''.
4786 (update_context): Do not use __func__.
4787
9364a0ef
EZ
47882002-07-15 Elena Zannoni <[email protected]>
4789
4790 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4791 and its setting. Set gdbarch instruction printing functions
4792 directly. For non-rs6000 case use new function
4793 gdb_print_insn_powerpc.
4794 (gdb_print_insn_powerpc): New function.
4795
3fbeef0b
AC
47962002-07-13 Andrew Cagney <[email protected]>
4797
92eb23c5 4798 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
4799 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4800 * configure.tgt: Mark d30v-*-* as obsolete.
4801 * d30v-tdep.c: Mark file as obsolete.
4802 * config/d30v/d30v.mt: Ditto.
4803 * config/d30v/tm-d30v.h: Ditto.
4804
aacb1f0a
AS
48052002-07-13 Aidan Skinner <[email protected]>
4806
4807 * ada-tasks.c (add_task_entry): replace calls to
4808 malloc() with xmalloc
4809 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4810
4811 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4812 ada_finish_decode_line_1, all_sals_for_line
4813 ada_breakpoint_rewrite): replace calls to free() with xfree()
4814
c11d79f2
KB
48152002-07-12 Kevin Buettner <[email protected]>
4816
4817 From Nicholas Duffek (with minor changes by Martin Hunt,
4818 Louis Hamilton, and Kevin Buettner):
4819 * aix-thread.c: New file.
4820
8e19ed76
PS
48212002-07-12 Petr Sorfa <[email protected]>
4822
4823 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4824 complaint for invalid attribute class or form.
4825 (read_func_scope): DW_AT_frame_base
4826 better handling of DW_AT_block*.
4827 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4828 better handling of DW_AT_block*.
4829 (read_common_block): DW_AT_location
4830 better handling of DW_AT_block*.
4831 (read_partial_die): DW_AT_location better handling
4832 of DW_AT_block*.
4833 (new_symbol): DW_AT_external better handling of
4834 DW_AT_block*. Proper initialization of variable
4835 "addr".
4836 (attr_form_is_block): New function that returns true
4837 if the attribute's form is of DW_FORM_block*.
4838
295401f7
DJ
48392002-07-12 Peter Schauer <[email protected]>
4840
4841 * valops.c (find_method_list): Remove comment about
4842 removed STATIC_MEMFUNCP argument.
4843 (value_find_oload_method_list): Likewise.
4844
e42dc924
KB
48452002-07-12 Kevin Buettner <[email protected]>
4846
4847 From Nicholas Duffek:
4848 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4849 target_new_objfile_hook.
4850
6904b546
KB
48512002-07-12 Kevin Buettner <[email protected]>
4852
4853 From Nicholas Duffek:
4854 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4855 csect.
4856
53fe9346
AC
48572002-07-12 Andrew Cagney <[email protected]>
4858
4859 * MAINTAINERS: Mention --enable-sim-build-warnings.
4860 (m68hc11-elf): Disable sim build warnings.
4861 (m32r-elf): Mark as broken obsolete candidate.
4862 (x86_64-linux-gnu): Mark as buildable with -Werror.
4863 (arm-elf): Change -w to ``,'' which enables warnings but not
4864 -Werror.
4865
af5f3db6
AC
48662002-07-12 Andrew Cagney <[email protected]>
4867
4868 * bcache.h: Update copyright.
4869 (struct bstring, struct bcache): Move definition to "bcache.c".
4870 Replaced by opaque declaration.
4871 (bcache_xfree): Replace free_bcache.
4872 (bcache_xmalloc, bcache_memory_used): Declare.
4873
4874 * bcache.c: Update copyright.
4875 (struct bstring, struct bcache): Moved to here from "bcache.h".
4876 Update comments.
4877 (bcache_xmalloc, bcache_memory_used): New functions.
4878 (bcache_xfree): Replace function free_bcache.
4879
4880 * Makefile.in (objfiles.o): Add $(bcache_h).
4881 (objfiles_h): Remove $(bcache_h).
4882 (symfile.o): Add $(bcache_h).
4883
4884 * symmisc.c: Update copyright.
4885 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4886 (print_objfile_statistics): Use bcache_memory_used.
4887
4888 * symfile.c: Include "bcache.h".
4889 (reread_symbols): Use bcache_xfree.
4890 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4891 (add_psymbol_to_list): Pass psymbol_cache by value.
4892 (add_psymbol_with_dem_name_to_list): Ditto.
4893
4894 * objfiles.h: Update copyright.
4895 (struct bcache): Declare opaque. Do not include "bcache.h".
4896 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4897 bcache'' pointers.
4898 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4899
4900 * objfiles.c: Include "bcache.h". Update copyright.
4901 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4902 macro_cache.
4903 (free_objfile): Use bcache_xfree.
4904
444199e7
GS
49052002-07-11 Grace Sainsbury <[email protected]>
4906
4907 * monitor.c (monitor_fetch_register): Make name a constant.
4908 (monitor_store_register): Same.
4909
261397f8
DJ
49102002-07-11 Daniel Jacobowitz <[email protected]>
4911
4912 Based on patch from Daniel Berlin <[email protected]>.
4913 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4914 (finish_block) For non-function blocks, hash the symbol table. For
4915 function blocks, mark the symbol table as unhashed.
4916 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4917 (msymbol_hash_iw): Likewise.
4918 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4919 value.
4920 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4921 (lookup_minimal_symbol): Likewise for both.
4922 * symtab.h (struct block): Add `hashtable' flag. Comment the
4923 hashtable.
4924 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4925 (ALL_BLOCK_SYMBOLS): Update.
4926 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4927 (struct symbol): Add `hash_next' pointer.
4928 * symtab.c (lookup_block_symbol): Search using the hash table when
4929 possible.
4930 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4931 (search_symbols, find_addr_symbol): Likewise.
4932
4933 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4934 (read_dst_symtab): Likewise.
4935 * jv-lang.c (get_java_class_symtab): Likewise.
4936 * mdebugread.c: Include "gdb_assert.h".
4937 (shrink_block): Assert that the block being modified is not hashed.
4938 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4939 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4940 symbols.
4941 (dump_symtab): Recognize hashed blocks.
4942 * printcmd.c (print_frame_args): Assert that function blocks do not
4943 have hashed symbol tables.
4944 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4945 (fill_in_ada_prototype, debug_print_block): Likewise.
4946 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4947
6f0eaa01
CV
49482002-07-11 Corinna Vinschen <[email protected]>
4949
4950 * stack.c (print_frame): Use result of frame_address_in_block()
4951 instead of fi->pc when evaluating symbols.
4952 (backtrace_command_1): Ditto.
4953
a208b0cb
AC
49542002-07-11 Andrew Cagney <[email protected]>
4955
4956 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4957 Make static.
4958
4959 * arm-tdep.c (arm_register_name): Make return type constant.
4960
a6b6b089
AC
49612002-07-10 Andrew Cagney <[email protected]>
4962
5ae5f592
AC
4963 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4964 prototype.
4965 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4966 * s390-tdep.c (s390_fp_regnum): Ditto.
4967 (s390_read_fp): Ditto.
4968 (s390_pop_frame): Ditto.
4969 (_initialize_s390_tdep): Ditto.
4970 * remote.c (get_remote_state): Ditto.
4971 * procfs.c (mappingflags): Ditto.
4972 * memattr.c (_initialize_mem): Ditto.
4973 * mcore-tdep.c (mcore_pop_frame): Ditto.
4974 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4975 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4976 * language.c (set_case_str): Ditto.
4977 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4978 * frv-tdep.c (new_variant): Ditto.
4979 (frv_stopped_data_address): Ditto.
4980 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4981 (context_alloc): Ditto.
4982 (frame_state_alloc): Ditto.
4983 (unwind_tmp_obstack_init): Ditto.
4984 (unwind_tmp_obstack_free): Ditto.
4985 (cfi_read_fp): Ditto.
4986 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4987 (cris_pop_frame): Ditto.
4988 * c-lang.c (scanning_macro_expansion): Ditto.
4989 (finished_macro_expansion): Ditto.
4990 (c_preprocess_and_parse): Ditto.
4991 * gdbarch.sh: Ditto.
4992 * gdbarch.h, gdbarch.c: Regenerate.
4993 * config/mn10200/tm-mn10200.h: Adjust indentation.
4994 * target.c: Adjust indentation.
4995 * symtab.h: Adjust indentation.
4996 * stabsread.h: Adjust indentation.
4997 * remote-es.c: Adjust indentation.
4998 * os9kread.c: Adjust indentation.
4999
50002002-07-10 Andrew Cagney <[email protected]>
5001
a6b6b089
AC
5002 * wince.c (_initialize_wince): Rename _initialize_inftarg.
5003 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
5004
a1789893
GS
50052002-07-10 Grace Sainsbury <[email protected]>
5006
5007 * NEWS: Mention m68k, mcore multi-arching.
5008 * MAINTAINERS: Change status of m68k, mcore to reflect
5009 multi-arching.
5010
02f0d45d
DJ
50112002-07-10 Daniel Jacobowitz <[email protected]>
5012
5013 * valops.c (find_overload_match): Free oload_syms.
5014
f15f768e
JB
50152002-07-09 Joel Brobecker <[email protected]>
5016
5017 Define HAVE_SYS_PROC_H if sys/proc.h exists
5018 * configure.in: Add check for sys/proc.h
5019 * config.in: Regenerate.
5020 * configure: Regenerate.
5021
902a7139
GS
50222002-07-09 Grace Sainsbury <[email protected]>
5023
5024 * config/m68k/tm-m68k.h: Remove macros wrapped in
5025 #if !GDB_MULTI_ARCH.
5026
a534e424
AC
50272002-07-08 Andrew Cagney <[email protected]>
5028
5029 * config.in, configure: Regenerate.
5030
9b94f7bf
MK
50312002-07-08 Mark Kettenis <[email protected]>
5032
5033 * dwarf2cfi.c: Include "gcore.h".
5034 (execute_stack_op): Fix implementation of the
5035 DW_OP_deref and DW_OP_deref_size operators by letting do their
5036 lookup in the target.
5037
1d34db41
MK
50382002-07-07 Mark Kettenis <[email protected]>
5039
5040 From Peter Schauer <[email protected]>:
5041 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
5042 tdep->sc_sp_offset.
5043
79d5b63a
DJ
50442002-07-05 Daniel Jacobowitz <[email protected]>
5045
5046 Fix PR gdb/595, gdb/602
5047 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
5048 Don't call value_cast, just read the vtable pointer; update comments
5049 to match.
5050
3bb912e8
GS
50512002-07-05 Grace Sainsbury <[email protected]>
5052
5053 * config/mcore/tm-mcore.h: Remove file.
5054 * config/mcore/mcore.mt: Remove definition of TM_FILE
5055 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
5056
ca39387d
MK
50572002-07-05 Mark Kettenis <[email protected]>
5058
5059 * i386bsd-tdep.c: Include "gdb_string.h".
5060
efdc1108
GS
50612002-07-04 Grace Sainsbury <[email protected]>
5062
5063 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
5064 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
5065 mcore-tdep.
5066 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
5067 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
5068 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
5069 (RETVAL_REGNUM): Move macros from tm-mcore.h
5070 (mcore_reg_struct_has_addr): New function.
5071 (mcore_gdbarch_init): Added initializations for the macros removed
5072 from tm-mcore.h.
5073
bb21884d
MK
50742002-07-04 Mark Kettenis <[email protected]>
5075
5076 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
5077 traditonal string branding within the ELF header.
5078
228c6d41
DJ
50792002-07-04 Daniel Jacobowitz <[email protected]>
5080
5081 * symtab.c (remove_params): New function.
5082 (make_symbol_overload_list): Use it instead of cplus_demangle.
5083 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
5084
2404952e
MK
50852002-07-04 Mark Kettenis <[email protected]>
5086
e5e4acad
MK
5087 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
5088
baadce09
MK
5089 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
5090 New variables.
5091 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
5092 and tdep->sigtramp_end.
5093 * i386obsd-nat.c: New file.
5094 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
5095
2404952e
MK
5096 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
5097 Don't call get_current_frame().
5098
9b4f1ba7
PM
50992002-07-04 Pierre Muller <[email protected]>
5100
5101 * i386-nat.c (child_post_startup_inferior): New function
5102 calling i386_cleanup_dregs if
5103 I386_USE_GENERIC_WATCHPOINTS is defined.
5104 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
5105 conditional to acknowledge that i386-nat.c has its
5106 own child_post_startup_inferior function.
5107
c0d1d883
MK
51082002-07-04 Mark Kettenis <[email protected]>
5109
00f8375e
MK
5110 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
5111 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
5112 instead of MAX_REGISTER_RAW_SIZE.
5113 (i386_extract_return_value, i386_extract_struct_value_address):
5114 Convert to use regcache.
5115 (i386_gdbarch_init): Set max_register_raw_size and
5116 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
5117 Set extract_return_value and extract_struct_value_address instead
5118 of their deprecated variants.
5119
c0d1d883
MK
5120 Convert i386 target to generic dummy frames.
5121 * i386-tdep.c: Include "symfile.h".
5122 (i386_frameless_signal_p): Consider a function to be frameless if
5123 the pc points at the first instruction of the function.
5124 (i386_frame_chain): Handle (generic) call dummies.
5125 (i386_frame_saved_pc): Likewise.
5126 (i386_frame_init_saved_regs): Remove code dealing with call
5127 dummies on the stack.
5128 (i386_push_dummy_frame): Removed.
5129 (i386_call_dummy_words): Removed.
5130 (i386_fix_call_dummy): Removed.
5131 (i386_push_return_address): New function.
5132 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
5133 parameter, and don't call get_current_frame.
5134 (i386_pop_frame): New function.
5135 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
5136 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
5137 entry_point_address, set call_dummy_breakpoint_offset to 0, set
5138 call_dummy_length to 0, set call_dummy_words to NULL, set
5139 sizeof_call_dummy_words to 0, set fix_call_dummy to
5140 generic_fix_call_dummy, set pc_in_call_dummy to
5141 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5142 generic_push_dummy_frame, set push_return_address to
5143 i386_push_return_address and set frame_chain_valid to
5144 generic_file_frame_chain_valid.
5145
049ee0e4
AC
51462002-07-03 Andrew Cagney <[email protected]>
5147
5148 * gdbarch.sh (struct regcache): Add opaque declaration.
5149 (EXTRACT_RETURN_VALUE): New architecture method.
5150 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5151 * gdbarch.h, gdbarch.c: Regenerate.
5152 * arch-utils.c (legacy_extract_return_value): New function.
5153 * arch-utils.h (legacy_extract_return_value): Declare.
5154 * values.c (value_being_returned): Re-enable code handling
5155 EXTRACT_STRUCT_VALUE_ADDRESS. Move
5156 deprecated_grub_regcache_for_registers call to block handling
5157 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5158 (EXTRACT_RETURN_VALUE): Do not define.
5159
4e0d9804
GS
51602002-07-03 Grace Sainsbury <[email protected]>
5161
5162 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5163 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5164 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5165 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5166 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5167 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5168 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5169 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5170 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5171 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5172 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5173 argument so the function fits the prototype in the architecture
5174 vector.
5175 (mcore_pop_frame): Remove argument so the function fits the
5176 prototype. Use get_current_frame instead of the argument.
5177 (mcore_push_arguments): Change type of struct_return so the
5178 function can be used in the architecture vector.
5179 (mcore_store_struct_return): Add.
5180 (mcore_frame_init_saved_regs): Add.
5181 (mcore_gdbarch_init): Add function calls to replace the macros
5182 removed from tm-mcore.h
5183
36160dc4
AC
51842002-07-03 Andrew Cagney <[email protected]>
5185
5186 * infcmd.c (print_return_value): Remove compatibility code calling
5187 deprecated_grub_regcache_for_registers.
5188
5189 * values.c: Include "regcache.h".
5190 (value_being_returned): Update. Use
5191 deprecated_grub_regcache_for_registers to extract the register
5192 buffer address.
5193 * value.h (value_being_returned): Change ``retbuf'' parameter to a
5194 ``struct regcache''.
5195 * Makefile.in (values.o): Add dependency on $(regcache_h).
5196
5197 * inferior.h (run_stack_dummy): Change type of second parameter to
5198 a ``struct regcache''.
5199 * valops.c (hand_function_call): Change type of retbuf to ``struct
5200 regcache''. Allocate using regcache_xmalloc, clean using
5201 make_cleanup_regcache_xfree.
5202 * infcmd.c (run_stack_dummy): Update. Use
5203 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5204
5205 * regcache.c (do_regcache_xfree): New function.
5206 (make_cleanup_regcache_xfree): New function.
5207 * regcache.h (make_cleanup_regcache_xfree): Declare.
5208
e64d9b3d
MH
52092002-07-03 Martin M. Hunt <[email protected]>
5210
4dd79c29
MH
5211 * event-top.c (command_line_handler): Don't read past
5212 beginning of buffer.
e64d9b3d 5213
4dd79c29
MH
52142002-07-03 Martin M. Hunt <[email protected]>
5215
e64d9b3d
MH
5216 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5217 struct frame_id.
5218 (varobj_create): Store frame_id for root.
5219 (varobj_gen_name): Use xasprintf.
5220 (varobj_update): Save and restore frame using get_frame_id() and
5221 frame_find_by_id().
5222 (create_child): Use xasprintf.
5223 (new_root_variable): Initialize frame_id.
5224 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5225 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5226 to prevent memory leak.
5227
26e6c56a
AC
52282002-07-03 Andrew Cagney <[email protected]>
5229
5230 * valops.c (hand_function_call): Move declaration of retbuf to
5231 start of function, allocate using malloc, add a cleanup but before
5232 the inf_status cleanup, cleanup the buffer. Rename local variable
5233 old_chain to inf_status_cleanup.
5234
f436dd25
MH
52352002-07-03 Martin M. Hunt <[email protected]>
5236
5237 * top.c (execute_command): Use cmd_func() and cmd_func_p().
5238
5239 * cli/cli-decode.c (cmd_func_p): New function.
5240 (cmd_func): New function.
5241
5242 * command.h: Add cmd_func() and cmd_func_p().
5243
4cfe2084
GS
52442002-07-03 Grace Sainsbury <[email protected]>
5245
5246 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5247 (REGISTER_SIZE): Remove.
5248 (MAX_REGISTER_RAW_SIZE): Remove.
5249 (REGISTER_VIRTUAL_TYPE): Remove.
5250 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5251 (REGISTER_NAME): Remove.
5252 (USE_GENERIC_DUMMY_FRAMES): Remove.
5253 (CALL_DUMMY): Remove.
5254 (CALL_DUMMY_START_OFFSET): Remove.
5255 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5256 (CALL_DUMMY_LOCATION): Remove.
5257 (FIX_CALL_DUMMY): Remove.
5258 (CALL_DUMMY_ADDRESS): Remove.
5259 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5260 (SAVE_DUMMY_FRAME_TOS): Remove.
5261 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5262 (mcore_register_virtual_type): New function.
5263 (mcore_register_byte): New function.
5264 (mcore_register_size): New function.
5265 (mcore_register_name): New function.
5266 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5267 macros removed from tm-mcore.h.
5268 (mcore_dump_tdep): Add.
5269 (_initialize_mcore_tdep): Add gdbarch_register call.
5270
4fd667e9
MK
52712002-07-03 Mark Kettenis <[email protected]>
5272
5273 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5274 frameless_look_for_prologue, such that we actually call this
5275 function.
5276
42f99ac2
JB
52772002-07-02 Joel Brobecker <[email protected]>
5278
5279 * frame.h (frame_address_in_block): New function.
5280
5281 * blockframe.c (frame_address_in_block): New function extracted
5282 from get_frame_block().
5283 (get_frame_block): Use frame_address_in_block().
5284 (block_innermost_frame): Use frame_address_in_block() to match
5285 the frame pc address against the block boundaries rather than
5286 the frame pc directly. This prevents a failure when a frame pc
5287 is actually a return-address pointing immediately after the end
5288 of the given block.
5289
103a1597 52902002-07-02 Grace Sainsbury <[email protected]>
83b4a0fe
GS
5291
5292 * MAINTAINERS: Add self under write after approval.
5293
52942002-07-02 Grace Sainsbury <[email protected]>
5295
103a1597
GS
5296 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5297 used in architecture vector. The default is
5298 m68k_local_breakpoint_from_pc.
5299 (m68k_local_breakpoint_from_pc): Add.
5300 (enum): Add register numbers from tm-m68k.h.
5301 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5302 vector.
5303 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5304 GDB_MULTI_ARCH_PARTIAL.
5305 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5306 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5307 m68k-tdep.c.
5308 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5309 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5310 to enum in m68k-tdep.c
5311
7a5a0534
JB
53122002-07-02 Joel Brobecker <[email protected]>
5313
5314 * solib-osf.c (open_map): Compute the list of shared libraries
5315 loaded by the inferior, rather than the list of libraries loaded
5316 by GDB itself. Otherwise, GDB ends up reading the symbols from
5317 the wrong shared libraries...
5318
6f558d74
MK
53192002-07-02 Mark Kettenis <[email protected]>
5320
b7d15bf7
MK
5321 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5322 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5323 macros.
5324 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5325 Remove functions.
5326 (FRAMELESS_SIGNAL): Remove function.
5327 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5328 i386_linux_saved_pc_after_call): Removed.
5329 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5330 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5331 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5332
6bff26de
MK
5333 * i386-tdep.c (i386_frameless_signal_p): New function.
5334 (i386_frame_chain): Deal with frameless signals.
5335 (i386_sigtramp_saved_sp): New function.
5336 (i386_frame_saved_pc): Deal with frameless signals.
5337 (i386_saved_pc_after_call): Make sure the correct value is
5338 returned just after entry into a sigtramp.
5339 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5340 i386fbsd4_sc_sp_offset): New variables.
5341 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5342 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5343 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5344 similiar to what we already did for sc_pc_offset.
5345 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5346 tdep->sc_sp_offset.
5347
6f558d74
MK
5348 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5349
145564b7
ML
53502002-07-02 Michal Ludvig <[email protected]>
5351
5352 * config/i386/tm-x86-64linux.h: New.
5353 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5354 definitions.
5355 * config/i386/nm-x86-64.h: Rename to ...
5356 * config/i386/nm-x86-64linux.h: ... this one.
5357 * config/i386/x86-64linux.mh: Reflect the above change.
5358
3a1e71e3
MK
53592002-07-01 Mark Kettenis <[email protected]>
5360
21d0e8a4
MK
5361 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5362 with sigcontext_addr. Add sc_sp_offset.
5363 (i386bsd_sigtramp_saved_pc): Remove prototype.
5364 (i386bsd_sicontext_addr): Add prototype.
5365 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5366 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5367 (i386_svr4_sigtramp_saved_pc): Removed.
5368 (i386_svr4_sigcontext_addr): New function.
5369 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5370 Initialize tdep->sigcontext_addr instead. Initialize
5371 tdep->sc_pc_offset and tdep->sc_sp_offset.
5372 (i386_gdbarch_init): Likewise.
5373 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5374 any more.
5375 (i386bsd_sigtramp_saved_pc): Remove function.
5376 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5377 Initialize tdep->sigcontext_addr instead. Initialize
5378 tdep->sc_pc_offset.
5379 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5380 of tdep->sigtramp_saved_pc.
5381 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5382 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5383 instead.
5384
3a1e71e3
MK
5385 * i386-tdep.c (i386_frameless_function_invocation,
5386 i386_frame_num_args, i386_frame_init_saved_regs,
5387 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5388 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5389 i386_extract_return_value, i386_store_return_value,
5390 i386_extract_struct_value_address, i386_register_virtual_type,
5391 i386_register_convertible, i386_register_convert_to_virtual,
5392 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5393 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5394 static.
5395
52e9098c
MK
53962002-07-01 Mark Kettenis <[email protected]>
5397
77b13a25
MK
5398 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5399
52e9098c
MK
5400 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5401 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5402 this macro. Include "value.h".
5403
1b372fff
AS
54042002-06-30 Aidan Skinner <[email protected]>
5405
5406 * ada-exp.tab.c: remove as it's a generated file
5407 * ada-lex.c: remove as it's a generated file
5408
9c5045b5
MK
54092002-06-30 Mark Kettenis <[email protected]>
5410
4a93c5bb
MK
5411 * config/i386/tm-i386.h (struct frame_info, struct
5412 frame_saved_regs, struct value, struct type): Remove forward
5413 declarations.
5414
322d4fe0
MK
5415 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5416 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5417 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5418 (FILL_FPXREGSET): Define.
5419
fdd8263d
MK
5420 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5421
482e577b
MK
5422 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5423 i[3456]86-*-netbsd* case.
5424 * config/i386/tm-obsd.h: Removed.
5425 * config/i386/obsd.mt: Removed.
5426 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5427 core-aout.o.
5428 (MH_CFLAGS): Add -DYYDEBUG=0.
5429
6916549a
MK
5430 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5431 i386nbsd_sc_pc_offset on OpenBSD too.
5432
9c5045b5
MK
5433 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5434 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5435 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5436 define.
5437 * i386bsd-tdep.c: Include "arch-utils.h".
5438 (i386bsd_aout_in_solib_call_trampoline): New function.
5439 (i386bsd_init_abi): Set in_solib_call_trampoline to
5440 i386bsd_aout_in_solib_call_trampoline.
5441 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5442 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5443
aa84d1bb
AC
54442002-06-28 Andrew Cagney <[email protected]>
5445
5446 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5447 (struct obstack, struct bcache): Add opaque declarations.
5448 * Makefile.in (macrotab_h): Update
5449
b4d83933
AC
54502002-06-28 Andrew Cagney <[email protected]>
5451
5452 * blockframe.c (generic_find_dummy_frame): Change return type to
5453 ``struct regcache''.
5454 (struct dummy_frame): Replace field ``registers'' with regcache, a
5455 struct regcache object.
5456 (generic_find_dummy_frame): Update.
5457 (generic_push_dummy_frame): Update. Use regcache_xfree,
5458 regcache_xmalloc and regcache_cpy.
5459 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5460 regcache_xfree.
5461 (deprecated_generic_find_dummy_frame): Update.
5462 (generic_read_register_dummy): Update. Use
5463 regcache_read_as_address.
5464 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5465 (generic_get_saved_register): Update. Use regcache_read.
5466
08c0b5bc
AC
54672002-06-28 Andrew Cagney <[email protected]>
5468
5469 * Makefile.in (objfiles_h): Add $(bcache_h).
5470 * objfiles.h: Include "bcache.h".
5471
5472 * Makefile.in (symtab_h): Remove $(bcache_h).
5473 * symtab.h: Do not include "bcache.h".
5474
1f89801a
AC
54752002-06-28 Andrew Cagney <[email protected]>
5476
5477 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5478 generic_func_frame_chain_valid.
5479
b9644b58
DB
54802002-06-28 David O'Brien <[email protected]>
5481
5482 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5483 * config/i386/tm-fbsd.h: Likewise.
5484
dd486634
AC
54852002-06-28 Andrew Cagney <[email protected]>
5486
5487 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5488 generic_unwind_get_saved_register.
5489
0b434a00
AC
54902002-06-27 Andrew Cagney <[email protected]>
5491
5492 From 2002-06-27 John David Anglin <[email protected]>:
5493 * regcache.c (supply_register): Add missing argument to
5494 register_buffer call.
5495
f30e5a77
AC
54962002-06-27 Andrew Cagney <[email protected]>
5497
5498 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5499 Solaris /bin/grep does not not like it. From Peter Schauer.
5500
9f064c95
TT
55012002-06-26 Tom Tromey <[email protected]>
5502
5503 * command.h (add_setshow_cmd): Declare.
5504 (add_setshow_cmd_full): Declare.
5505 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5506 returns void. Use add_setshow_cmd_full.
5507 (add_setshow_cmd_full): New function.
5508 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5509 (add_setshow_boolean_cmd): Likewise.
5510
099c7589
JT
55112002-06-26 Jason Thorpe <[email protected]>
5512
5513 * config/vax/tm-vax.h: Protect from multiple inclusion.
5514 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5515 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5516 * config/vax/tm-vaxbsd.h: ...here. New file.
5517 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5518
1d049c5e
JT
55192002-06-26 Jason Thorpe <[email protected]>
5520
5521 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5522 (BELIEVE_PCC_PROMOTION): Remove.
5523 (AP_REGNUM): Move to...
5524 * config/vax/nm-vax.h: ...here.
5525 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5526 (vax_breakpoint_from_pc): New function.
5527 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5528 and gdbarch_believe_pcc_promotion.
5529
4791e091
JT
55302002-06-26 Jason Thorpe <[email protected]>
5531
5532 * Makefile.in (vax_tdep_h): Define.
5533 (vax-tdep.o): Use $(vax_tdep_h).
5534 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5535 (vax_dump_tdep): New function.
5536 (_initialize_vax_tdep): Register vax_dump_tdep.
5537 * vax-tdep.h: Include osabi.h.
5538 (struct gdbarch_tdep): New.
5539
da130f98
AC
55402002-06-26 Andrew Cagney <[email protected]>
5541
5542 * frame.h (deprecated_generic_find_dummy_frame): Rename
5543 generic_find_dummy_frame.
5544 * blockframe.c (generic_find_dummy_frame): Make static.
5545 (deprecated_generic_find_dummy_frame): New function.
5546 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5547 generic_find_dummy_frame with deprecated_find_dummy_frame.
5548 (sh64_nofp_frame_init_saved_regs): Ditto.
5549 (sh_fp_frame_init_saved_regs): Ditto.
5550 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5551 (s390_frame_chain): Ditto.
5552 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5553
6300c360
GS
55542002-06-26 Grace Sainsbury <[email protected]>
5555
5556 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5557 gdbarch vector are at the top.
5558 (NUM_REGS): Remove.
5559 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5560 (FRAME_ARGS_ADDRESS): Remove.
5561 (FRAME_LOCALS_ADDRESS): Remove.
5562 (FRAME_NUM_ARGS): Remove.
5563 (FRAME_ARGS_SKIP): Remove.
5564 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5565 (m68k_gdbarch_init): Add gdbarch initializations for macros
5566 undefined in tm-m68k.h
5567
1c617db8
GS
55682002-06-26 Grace Sainsbury <[email protected]>
5569
5570 * monitor.h: Add the function regname to monitor_ops
5571 structure. This way NUM_REGS does not have to be a constant.
5572 * monitor.c (monitor_fetch_register): Added support for regname
5573 function. The function is called if the array regnames is NULL.
5574 (monitor_store_register): Same.
da130f98
AC
5575 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5576 regnames array.
1c617db8
GS
5577 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5578 cpu32bug_cmds.regname to point to new function.
5579 * abug-rom.c (abug_regname): Same as above.
5580 (init_abug_cmds): Same.
5581 * dbug-rom.c (dbug_regname): Same as above.
5582 (init_dbug_cmds): Same.
5583 * remote-est.c (est_regname): Same.
5584 (init_est_cmds): Same.
5585 * rom68k-rom.c (rom68k_regname): Same.
5586 (init_rom68k_cmds): Same.
5587
ea9365bb
TT
55882002-06-25 Tom Tromey <[email protected]>
5589
5590 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5591
72cec141
AC
55922002-06-25 Andrew Cagney <[email protected]>
5593
5594 * infrun.c (stop_registers): Change variable's type to ``struct
5595 regcache'''.
5596 (xmalloc_inferior_status): Delete function.
5597 (free_inferior_status): Delete function.
5598 (normal_stop): Use regcache_cpy.
5599 (struct inferior_status): Change type of fields ``stop_registers''
5600 and ``registers'' to ``struct regcache''.
5601 (write_inferior_status_register): Use regcache_write.
5602 (save_inferior_status): Instead of calling
5603 xmalloc_inferior_status, allocate the inf_status buffer directly.
5604 Use regcache_dup_no_passthrough and regcache_dup to save the
5605 buffers.
5606 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5607 Replace the stop_registers regcache instead of overriding it. Use
5608 regcache_xfree. Instead of calling free_inferior_status, xfree
5609 the buffer directly.
5610 (discard_inferior_status): Use regcache_xfree. Instead of calling
5611 free_inferior_status, xfree the buffer directly.
5612 (build_infrun): Use regcache_xmalloc.
5613 (_initialize_infrun): Delete redundant call to build_infrun.
5614
5615 * Makefile.in (infcmd.o): Add $(regcache_h).
5616
5617 * infcmd.c: Include "regcache.h".
5618 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5619 obtain the address of `stop_registers' register buffer.
5620 (print_return_value): Ditto.
5621
5622 * inferior.h (struct regcache): Add opaque declaration.
5623 (stop_registers): Change variable's declared type to ``struct
5624 regcache''.
5625
defc6f8c
TT
56262002-06-24 Tom Tromey <[email protected]>
5627
c0e624e7
TT
5628 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5629 * target.c (initialize_targets): Fixed typo in
5630 trust-readonly-sections `show' documentation.
5631
defc6f8c
TT
5632 * main.c: Marked all strings with _().
5633
2b236d82
DH
56342002-06-24 Don Howard <[email protected]>
5635
5636 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5637 that means max CORE_ADDR+1.
5638 (lookup_mem_region): Ditto.
5639 (mem_info_command): Ditto.
5640
942dc0e9
GS
56412002-06-24 Grace Sainsbury <[email protected]>
5642
5643 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5644 (REGISTER_BYTES_OK): Remove.
5645 (REGISTER_BYTES): Remove.
5646 (STORE_STRUCT_RETURN): Remove.
5647 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5648 (STORE_RETURN_VALUE): Remove.
5649 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5650 (FRAME_CHAIN): Remove.
5651 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5652 (FRAME_SAVED_PC): Remove.
5653 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5654 (m68k_store_struct_return): Add.
5655 (m68k_deprecated_extract_return_value): Add.
5656 (m68k_deprecated_extract_struct_value_address): Add.
5657 (m68k_store_return_value): Add.
5658 (m68k_frame_chain): Add.
5659 (m68k_frameless_function_invocation): Add.
5660 (m68k_frame_saved_pc): Add.
5661 (m68k_gdbarch_init): added set_gdbarch calls for new
5662 functions and deleted macros.
5663
03c30d4d
TT
56642002-06-23 Tom Tromey <[email protected]>
5665
5666 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5667 (ALLDEPFILES): Likewise.
5668 (udiheaders): Removed.
5669 (udip2soc.o): Likewise.
5670 (udi2go32.o): Likewise.
5671 (udr.o): Likewise.
5672 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5673
37e71372
AC
56742002-06-22 Andrew Cagney <[email protected]>
5675
06a6ac57
AC
5676 * infrun.c (_initialize_infrun): Delete unnecessary call to
5677 build_infrun.
5678
37e71372
AC
5679 * regcache.h: Update comments describing the regcache_cpy family
5680 of functions.
5681 (regcache_save, regcache_restore): Delete declaration.
5682 (regcache_save_no_passthrough): Delete declaration.
5683 (regcache_restore_no_passthrough): Delete declaration.
5684 * regcache.c (regcache_save): Delete function.
5685 (regcache_save_no_passthrough): Delete function.
5686 (regcache_restore): Delete function.
5687 (regcache_restore_no_passthrough): Delete function.
5688
78f6d055
AC
56892002-06-21 Andrew Cagney <[email protected]>
5690
5691 * config/m68k/tm-m68k.h: Fix typo.
5692 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5693 (m68k_frame_init_saved_regs): Declare.
5694
78b119cb
JB
56952002-06-21 Jim Blandy <[email protected]>
5696
5697 Remove some vestiges of Harris 88k support.
5698 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5699 register numbering quirk.
5700 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5701 odd symbols occurring in Harris 88k ELF targets.
5702
0fbb3da7
TT
57032002-06-21 Tom Tromey <[email protected]>
5704
5705 * gdb_locale.h: New file.
5706 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5707 (defs_h): Added gdb_locale.h.
5708 * configure, config.in: Rebuilt.
5709 * configure.in (PACKAGE): Define.
5710 * defs.h: Include gdb_locale.h.
5711 * main.c (captured_main): Call setlocale, bindtextdomain,
5712 textdomain.
5713
456f8b9d
DB
57142002-06-21 Dave Brolley <[email protected]>
5715
5716 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5717 * config/frv/frv.mt: New file.
5718 * config/frv/tm-frv.h: New file.
5719 * configure.tgt: Support frv-*-*.
5720 * Makefile.in (frv-tdep.o): New target.
5721 * frv-tdep.c: New file.
5722 * NEWS: Mention frv.
5723
cdd463f9
DB
57242002-06-21 Dave Brolley <[email protected]>
5725
5726 * MAINTAINERS: Add self to "Write After Approval" list.
5727
5d3ed2e3
GS
57282002-06-21 Grace Sainsbury <[email protected]>
5729
5730 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5731 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5732 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5733 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5734 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5735
5736 * m68k-tdep.c: Include arch-utils.h
5737 (m68k_register_raw_size): Add.
5738 (m68k_register_virtual_size): Add.
5739 (m68k_register_virtual_type): Add.
5740 (m68k_register_name): Add.
5741 (m68k_stack_align): Add.
5742 (m68k_register_byte): Add.
5743 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5744 tm-m68k.h.
5745
7f8e7424
GS
57462002-06-21 Grace Sainsbury <[email protected]>
5747
a2c6a6d5 5748 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
5749 m68k_find_saved_regs.
5750 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 5751 references to it with frame->saved_regs.
7f8e7424
GS
5752 (m68k_gdbarch_init): Added function calls to initialize the
5753 gdbarch structure.
a2c6a6d5
GS
5754 (m68k_fix_call_dummy): Add.
5755 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5756 (CALL_DUMMY): Remove.
5757 (CALL_DUMMY_LENGTH): Remove.
5758 (CALL_DUMMY_START_OFFSET): Remove.
5759 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5760 (FIX_CALL_DUMMY): Remove.
5761 (PUSH_DUMMY_FRAME): Remove.
5762 (POP_FRAME): Remove.
7f8e7424 5763
f461f5cf
PM
57642002-06-19 Pierre Muller <[email protected]>
5765
5766 * parse.c (parse_fprintf): New function used to avoid calls to
5767 fprintf in bison parser generated debug code.
5768 * parser-defs.h: Declaration of new parse_fprintf function.
5769 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5770 Set YYDEBUG to 1 by default.
5771 Set YYFPRINTF as parse_fprintf.
5772
7f0c12ed
ML
57732002-06-21 Michal Ludvig <[email protected]>
5774
5775 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5776 encoding anymore.
5777 (pointer_encoding, enum ptr_encoding): New.
5778 (execute_cfa_program): Take care about pointer encoding.
5779 (dwarf2_build_frame_info): Only call parse_frame_info for
5780 .debug_frame and .eh_frame.
5781 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5782 fixed augmentation handling, added relative addressing,
5783 ignore duplicate FDEs. Added comments.
19d833a2 5784 * dwarf2cfi.c: Reindented.
7f0c12ed 5785
87c4a039
EZ
57862002-06-20 Elena Zannoni <[email protected]>
5787
5788 * event-top.c (command_handler): Don't use space_at_cmd_start
5789 unless there is sbrk() on the host. Assign time and space data
5790 to union fields of the appropriate length.
5791
1cf877ad
ML
57922002-06-20 Michal Ludvig <[email protected]>
5793
5794 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5795 x86_64_register_name. Return type changed to 'const char *'.
5796 (x86_64_register_name2nr): Rename to x86_64_register_number.
5797 (x86_64_gdbarch_init): Update to reflect the change.
5798 * x86-64-tdep.h: Ditto.
5799 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5800 (supply_fpregset): Ditto.
5801
3fadccb3
AC
58022002-06-19 Andrew Cagney <[email protected]>
5803
5804 * regcache.h: Update copyright.
5805 (struct regcache, struct gdbarch): Add opaque declarations.
5806 (current_regcache): Declare global variable.
5807 (regcache_read, regcache_write): Add gdbarch parameter.
5808 (regcache_save, regcache_save_no_passthrough)
5809 (regcache_restore, regcache_restore_no_passthrough)
5810 (regcache_dup, regcache_dup_no_passthrough)
5811 (regcache_cpy, regcache_cpy_no_passthrough)
5812 (deprecated_grub_regcache_for_registers)
5813 (deprecated_grub_regcache_for_register_valid)
5814 (regcache_valid_p): Add function declarations.
5815
5816 * regcache.c: Update copyright.
5817 (regcache_descr_handle): New global variable.
5818 (struct regcache_descr): Define.
5819 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5820 (regcache_descr, xfree_regcache_descr): New functions.
5821 (struct regcache): Define.
5822 (regcache_xmalloc, regcache_xfree): New functions.
5823 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5824 (regcache_dup, regcache_dup_no_passthrough): New functions.
5825 (regcache_valid_p, regcache_read_as_address): New functions.
5826 (deprecated_grub_regcache_for_registers): New function.
5827 (deprecated_grub_regcache_for_register_valid): New function.
5828 (current_regcache): New global variable.
5829 (register_buffer): Add regcache parameter. Update calls.
5830 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5831 (read_register_gen, write_register_gen): Update register_buffer
5832 call. Test for legacy_p instead of gdbarch_register_read_p or
5833 gdbarch_register_write_p.
5834 (regcache_collect): Update register_buffer call.
5835 (build_regcache): Rewrite. Use deprecated grub functions.
5836 (regcache_save, regcache_save_no_passthrough): New functions.
5837 (regcache_restore, regcache_restore_no_passthrough): New
5838 functions.
5839 (_initialize_regcache): Create the regcache_data_handle. Swap
5840 current_regcache global variable.
5841
5842 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5843 parameter to regcache_read and regcache_write calls.
5844 (sh4_register_read): Ditto.
5845 (sh64_pseudo_register_read): Ditto.
5846 (sh64_register_read): Ditto.
5847 (sh_pseudo_register_write): Ditto.
5848 (sh4_register_write): Ditto.
5849 (sh64_pseudo_register_write): Ditto.
5850 (sh64_register_write): Ditto.
5851
5852 * defs.h (XCALLOC): Define.
5853
152d9db6
GS
58542002-06-19 Grace Sainsbury <[email protected]>
5855
5856 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5857 * m68k-tdep.c (m68k_gdbarch_init): Added.
5858 (m68k_dump_tdep): Added.
5859
170911c7
DJ
58602002-06-19 Daniel Jacobowitz <[email protected]>
5861
5862 * ada-lang.c (fill_in_ada_prototype): Update comment.
5863
2e4ebe70
DJ
58642002-06-19 Daniel Jacobowitz <[email protected]>
5865
5866 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5867 MIPS_ABI_LAST.
5868 (mips_abi_string, mips_abi_strings): New.
5869 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5870 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5871 tdep->mips_abi_string. Honor mips_abi_string. Default to
5872 O32 if no ABI is found.
5873 (mips_dump_tdep): Use mips_abi_strings.
5874 (mips_abi_update): New function.
5875 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5876 ``set mips abi'' and ``show mips abi''. Check the size of
5877 mips_abi_strings.
5878
16775908
AC
58792002-06-19 Andrew Cagney <[email protected]>
5880
5881 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5882 constant.
5883
5051bfa4 58842002-06-18 Joel Brobecker <[email protected]>
16775908 5885
5051bfa4
JB
5886 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5887 current frame using only the first stack size adjustment. All
5888 subsequent size adjustments are not considered to be part of
5889 the "static" part of the current frame.
5890 Compute the address of the saved registers relative to the
5891 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5892 in use in this frame.
5893
56468235
DH
58942002-06-18 Don Howard <[email protected]>
5895
5896 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5897 type int expressions. Thanks to Jim Blandy <[email protected]> for
5898 suggesting this solution.
5899
0b624158
AC
59002002-06-18 Andrew Cagney <[email protected]>
5901
5902 * config/romp/xm-rtbsd.h: Delete file.
5903 * config/romp/rtbsd.mh: Delete file.
5904
221ea385
KS
59052002-06-18 Keith Seitz <[email protected]>
5906
5907 * breakpoint.c (condition_command): Post breakpoint_modify
5908 when a condition is added to an existing breakpoint.
5909 (commands_command): Likewise for commands.
5910 (set_ignore_count): Likewise for ignore counts.
5911 If no tty, do not simply return, still need to send event
5912 notification.
5913 (ignore_command): Only print a newline if the command came
5914 from a tty.
5915 Don't call breakpoints_changed, since this is now properly
5916 handled by set_ignore_count.
5917
5402eed1
AC
59182002-06-18 Andrew Cagney <[email protected]>
5919
5920 * MAINTAINERS: Note that cris-elf target can be compiled with
5921 -Werror.
5922 * cris-tdep.c (cris_register_name): Make return type constant.
5923 (cris_breakpoint_from_pc): Ditto.
5924
cc22880b
ML
59252002-06-18 Michal Ludvig <[email protected]>
5926
5927 * frame.h (struct frame_info): Change type of context to
5928 'struct context'.
5929
fa88f677
AC
59302002-06-17 Andrew Cagney <[email protected]>
5931
5932 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5933 pointer.
5934 * gdbarch.h, gdbarch.c: Regenerate.
5935 * config/mips/tm-mips.h (mips_register_name): Update.
5936 * i386-tdep.h (i386_register_name): Update.
5937 * mips-tdep.c (mips_register_name): Update
5938 * alpha-tdep.c (alpha_register_name): Update.
5939 * arch-utils.c (legacy_register_name): Update.
5940 * arch-utils.h (legacy_register_name): Update.
5941 * avr-tdep.c (avr_register_name): Update.
5942 * ia64-tdep.c (ia64_register_name): Update.
5943 * i386-tdep.c (i386_register_name): Update.
5944 * sparc-tdep.c (sparc32_register_name): Update.
5945 (sparc64_register_name): Update.
5946 (sparclite_register_name): Update.
5947 (sparclet_register_name): Update.
5948 * sh-tdep.c (sh_generic_register_name): Update.
5949 (sh_sh_register_name): Update.
5950 (sh_sh3_register_name): Update.
5951 (sh_sh3e_register_name): Update.
5952 (sh_sh_dsp_register_name): Update.
5953 (sh_sh3_dsp_register_name): Update.
5954 (sh_sh4_register_name): Update.
5955 (sh_sh64_register_name): Update.
5956 * s390-tdep.c (s390_register_name): Update.
5957 * rs6000-tdep.c (rs6000_register_name): Update.
5958 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5959 (ns32k_register_name_32382): Update.
5960 * d10v-tdep.c (d10v_ts2_register_name): Update.
5961 (d10v_ts3_register_name): Update.
5962 * xstormy16-tdep.c (xstormy16_register_name): Update.
5963 * vax-tdep.c (vax_register_name): Update.
5964 * v850-tdep.c (v850_register_name): Update.
5965 * m68hc11-tdep.c (m68hc11_register_name): Update.
5966 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5967 (am33_register_name): Update.
5968
ea1e7ef6
GS
59692002-06-17 Grace Sainsbury <[email protected]>
5970
5971 * m68k-tdep.c: Reindented.
5972
9b02dd1b
AC
59732002-06-17 Andrew Cagney <[email protected]>
5974
5975 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5976 list of predefined types.
5977
8758dec1
MK
59782002-06-16 Mark Kettenis <[email protected]>
5979
b6197528
MK
5980 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5981 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5982 REGISTER_CONVERT_TO_RAW): Remove defines.
5983 (i386_register_virtual_type, i386_register_convertible,
5984 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5985 Remove prototypes.
5986 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5987 macros mentioned above.
5988
82b47e62
MK
5989 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5990 (i386lynx_saved_pc_after_call): Remove prototype.
5991 * i386ly-tdep.c: Include "i386-tdep.h".
5992 (i386lynx_saved_pc_after_call): Make static. Use
5993 read_memory_nobpt instead of read_memory. Use
5994 read_memory_unsigned_integer instead of read_memory_integer.
5995 (i386lynx_init_abi): New function.
5996 (i386lynx_coff_osabi_sniffer): New function.
5997 (_initialize_i386bsd_tdep): New function.
5998
8758dec1
MK
5999 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
6000 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
6001 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
6002 (i386_fix_call_dummy): Remove prototype.
6003 * i386-tdep.c (i386_call_dummy_words): New variable.
6004 (i386_gdbarch_init): Adjust for removal of the
6005 macros mentioned above.
6006
e9e68a56
AC
60072002-06-15 Andrew Cagney <[email protected]>
6008
6009 * command.h (add_setshow_auto_boolean_cmd): Replace
6010 add_set_auto_boolean_cmd.
6011 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
6012 add_set_auto_boolean_cmd.
6013 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
6014 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
6015 mask-address'' command.
6016 (show_mask_address): Add cmd parameter.
6017 * remote.c (add_packet_config_cmd): Update. Change type of
6018 set_func and show_func to cmd_sfunc_ftype.
6019 (_initialize_remote): Update `set remote Z-packet'
6020 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
6021 (show_remote_protocol_e_packet_cmd): Ditto.
6022 (show_remote_protocol_E_packet_cmd): Ditto.
6023 (show_remote_protocol_P_packet_cmd): Ditto.
6024 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
6025 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
6026 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
6027 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
6028 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
6029 (show_remote_protocol_Z_packet_cmd): Ditto.
6030 (show_remote_protocol_binary_download_cmd): Ditto.
6031 (show_remote_cmd): Pass NULL to all of above.
6032
fc08ec52
MK
60332002-06-15 Mark Kettenis <[email protected]>
6034
6035 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
6036 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
6037 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
6038 POP_FRAME): Remove defines.
6039 (i386_push_arguments, i386_store_struct_return,
6040 i386_extract_return_value, i386_store_return_value,
6041 i386_extract_struct_value_address, i386_push_dummy_frame,
6042 i386_pop_frame): Renove prototypes.
6043 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6044 macros mentioned above.
6045
e707bbc2
AC
60462002-06-15 Andrew Cagney <[email protected]>
6047
6048 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
6049 add_set_boolean_cmd.
6050 (add_setshow_cmd): New function.
6051 * command.h (add_setshow_boolean_cmd): Replace
6052 add_set_boolean_cmd.
6053 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
6054 and ``set rdiromatzero''.
6055 * maint.c (_initialize_maint_cmds): Update commented out code.
6056 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
6057 * target.c (initialize_targets): Update `set
6058 trust-readonly-sections'.
6059 * remote.c (_initialize_remote): Update `set remotebreak'.
6060
42fdc8df
MK
60612002-06-15 Mark Kettenis <[email protected]>
6062
93924b6b
MK
6063 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
6064 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
6065 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
6066 fit into multi-arch framework.
6067 (i386_breakpoint_from_pc): New function.
6068 (i386_gdbarch_init): Adjust for removal of the macros mentioned
6069 above.
6070
42fdc8df
MK
6071 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
6072 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
6073 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
6074 (i386_frameless_function_invocation, i386_frame_num_args,
6075 i386_frame_init_saved_regs): Remove prototypes.
6076 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6077 macros mentioned above.
6078
9773a94b
AC
60792002-06-15 Andrew Cagney <[email protected]>
6080
6081 * cli/cli-decode.c (set_cmd_cfunc): Update.
6082 (set_cmd_sfunc): Update.
6083 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
6084 (set_cmd_sfunc, set_cmd_cfunc): Update.
6085 * cli/cli-decode.h: Update.
6086
6e157172
MK
60872002-06-15 Mark Kettenis <[email protected]>
6088
6089 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
6090 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
6091
7f19b9a2
AC
60922002-06-15 Andrew Cagney <[email protected]>
6093
6094 * defs.h (auto_boolean): Declare enum.
6095 * command.h (cmd_auto_boolean): Delete enum.
6096 * mips-tdep.c (mask_address_var): Update.
6097 (mips_mask_address_p): Update.
6098 (show_mask_address): Update.
6099 * remote.c (struct packet_config): Update.
6100 (update_packet_config): Update.
6101 (show_packet_config_cmd): Update.
6102 (packet_ok): Update.
6103 (add_packet_config_cmd): Update.
6104 (_initialize_remote):
6105 * command.h: Update.
6106 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
6107 (do_setshow_command): Update.
6108 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
6109 * cli/cli-decode.h: Update.
6110
1cf88de5
MK
61112002-06-15 Mark Kettenis <[email protected]>
6112
22ba8cf2
MK
6113 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
6114 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
6115 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
6116 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
6117 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
6118 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
6119
762c5349
MK
6120 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
6121 list of DJGPP COFF targets.
6122
091198bb
MK
6123 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
6124 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
6125 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
6126 (FP0_REGNUM): Remove define.
6127 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
6128 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
6129 (i386_register_virtual_size): Remove protoype.
6130 * i386-tdep.c (i386_register_virtual_size): Removed.
6131 (i386_extract_return_value, i386_store_return_value): Use
6132 FP0_REGNUM instead of NUM_FREGS to determine whether the
6133 floating-point registers are available.
6134 (i386_gdbarch_init): Tweak FIXME about FPU registers.
6135 Adjust for removal of macros mentioned above.
6136
61372002-06-15 Mark Kettenis <[email protected]>
6138
fcc9bf01
MK
6139 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
6140 comments.
6141 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6142 Remove prototypes.
6143 (supply_gregset, fill_gregset): Remove use of register keyword and
6144 remove declaration for regmap. Use I386_NUM_GREGS instead of
6145 NUM_REGS and NUM_FREGS.
6146 (FPREGSET_FSAVE_OFFSET): Remove.
6147 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6148 NUM_FREGS to determine whether the floating-point registers are
6149 available.
6150
65e78234
MK
6151 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6152 gnu_store_registers): Replace usage of NUM_GREGS with
6153 I386_NUM_GREGS.
6154
98df6387
MK
6155 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6156 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6157 usage of NUM_GREGS with I386_NUM_GREGS.
6158
099a9414
MK
6159 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6160
57976e88
MK
6161 * i386bsd-nat.c: Include "i386-tdep.h".
6162 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6163 I386_NUM_GREGS.
6164
b335f4a6
MK
6165 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6166 and associated comment. They no longer make any sense, since we
6167 don't use this file anymore on Linux.
6168
1cf88de5
MK
6169 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6170 * i386-tdep.c (i386_register_offset, i386_register_size): Use
6171 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6172 elements in these arrays.
6173 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6174 MAX_NUM_REGS.
6175
daa66587
MK
61762002-06-15 Mark Kettenis <[email protected]>
6177
6178 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6179 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6180
26e9b323
AC
61812002-06-14 Andrew Cagney <[email protected]>
6182
6183 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6184 EXTRACT_RETURN_VALUE.
6185 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6186 EXTRACT_STRUCT_VALUE_ADDRESS.
6187 * gdbarch.h, gdbarch.c: Regenerate.
6188
6189 * values.c (value_being_returned): Handle
6190 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6191 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6192
6193 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6194 * arm-tdep.c (arm_gdbarch_init): Update.
6195 * avr-tdep.c (avr_gdbarch_init): Update.
6196 * cris-tdep.c (cris_gdbarch_init): Update.
6197 * d10v-tdep.c (d10v_gdbarch_init): Update.
6198 * ia64-tdep.c (ia64_gdbarch_init): Update.
6199 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6200 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6201 * s390-tdep.c (s390_gdbarch_init): Update.
6202 * sh-tdep.c (sh_gdbarch_init): Update.
6203 * s390-tdep.c (s390_gdbarch_init): Update.
6204 * sparc-tdep.c (sparc_gdbarch_init): Update.
6205 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6206 * v850-tdep.c (v850_gdbarch_init): Update.
6207 * vax-tdep.c (vax_gdbarch_init): Update.
6208 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6209 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6210
6211 * config/arc/tm-arc.h: Update.
6212 * config/d30v/tm-d30v.h: Update.
6213 * config/fr30/tm-fr30.h: Update.
6214 * config/h8300/tm-h8300.h: Update.
6215 * config/h8500/tm-h8500.h: Update.
6216 * config/i386/tm-i386.h: Update.
6217 * config/i386/tm-ptx.h: Update.
6218 * config/i386/tm-symmetry.h: Update.
6219 * config/i960/tm-i960.h: Update.
6220 * config/m32r/tm-m32r.h: Update.
6221 * config/m68k/tm-delta68.h: Update.
6222 * config/m68k/tm-linux.h: Update.
6223 * config/m68k/tm-m68k.h: Update.
6224 * config/m88k/tm-m88k.h: Update.
6225 * config/mcore/tm-mcore.h: Update.
6226 * config/mips/tm-mips.h: Update.
6227 * config/mn10200/tm-mn10200.h: Update.
6228 * config/pa/tm-hppa.h: Update.
6229 * config/pa/tm-hppa64.h: Update.
6230 * config/sparc/tm-sp64.h: Update.
6231 * config/sparc/tm-sparc.h: Update.
6232 * config/sparc/tm-sparclet.h: Update.
6233 * config/z8k/tm-z8k.h: Update.
6234
5179e78f
AC
62352002-06-14 Andrew Cagney <[email protected]>
6236
6237 * Makefile.in (i386_linux_tdep_h): Define.
6238 (i386_tdep_h, i387_tdep_h): Define.
6239 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6240 $(i386_tdep_h) and $(i387_tdep_h).
6241 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6242
8201327c
MK
62432002-06-14 Mark Kettenis <[email protected]>
6244
edf393ac
MK
6245 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6246 Already covered by the default.
6247
896fb97d
MK
6248 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6249 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
6250 (i386_gdbarch_init): Initialize long_double_format and long_double
6251 bit.
6252
8201327c
MK
6253 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6254 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6255 Move these to ...
6256 * config/i386/i386sol2.mh: ... here.
6257 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6258 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6259 (SIGCONTEXT_PC_OFFSET): Remove define.
6260 (IN_SIGTRAMP): Remove define.
6261 * i386-sol2-tdep.c: New file.
6262
6263 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6264 * config/i386/tm-i386nw.h: Removed.
6265
6266 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6267 USE_STRUCT_CONVENTION): Remove defines.
6268 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6269 (get_longjmp_target): Remove prototype.
6270 (IN_SIGTRAMP): Remove define.
6271 (i386bsd_in_sigtramp): Remove prototype.
6272 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6273 function. Update comment accordingly
6274 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6275 (FRAME_SAVED_PC): Remove define.
6276 (i386bsd_frame_saved_pc): Remove prototype.
6277 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6278 GET_LONGJMP_TARGET): Remove defines.
6279 (get_longjmp_target): Remove prototype.
6280 (IN_SIGTRAMP): Remove define.
6281 (i386bsd_in_sigtramp): Remove prototype.
6282 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6283 function. Update comment accordingly
6284 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6285 (FRAME_SAVED_PC): Remove define.
6286 (i386bsd_frame_saved_pc): Remove prototype.
6287 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6288 Remove prototype.
6289 (USE_STRUCT_CONVENTION): Remove prototype.
6290 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6291 declaration.
6292 (_initialize_i386bsd_nat): Revise logic to determine some
6293 constants at compile time when compiling a native GDB. Warn if
6294 things don't match up with what we expect.
6295 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6296 Remove variables.
6297 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6298 to use date stored in `struct gdbarch_tdep'.
6299 (i386bsd_sigcontext_offset): Remove varaible.
6300 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6301 stored in `struct gdbarch_tdep'.
6302 (i386bsd_frame_saved_pc): Make static.
6303 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6304 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6305 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6306 i386fbsd4_sc_pc_offset): New variables.
6307 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6308 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6309 functions.
6310 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6311 functions.
6312 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6313 Modify the value of i386fbsd_sigtramp_start and
6314 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6315 i386fbsd_sigtramp_end.
6316 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6317 function.
6318
6319 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6320 define to i386-linux-tdep.h.
6321 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6322 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6323 defines.
6324 (i386_linux_register_name, i386_linux_register_byte,
6325 i386_linux_register_raw_size): Remove prototypes.
6326 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6327 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6328 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6329 TARGET_WRITE_PC): Remove defines.
6330 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6331 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6332 i386_linux_write_pc): Remove prototypes.
6333 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6334 (get_longjmp_target): Remove prototype.
6335 * i386-linux-tdep.h: New file.
6336 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6337 * i386-linux-tdep.c: Include "i386-tdep.h" and
6338 "i386-linux-tdep.h".
6339 (i386_linux_register_name, i386_linux_register_byte,
6340 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6341 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6342 Make static.
6343 (i386_linux_init_abi): New function.
6344 (_initialize_i386_linux_tdep): New function.
6345
6346 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6347 (i386_saved_pc_after_call): Remove prototype.
6348 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6349 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6350 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6351 (i386_register_name, i386_stab_reg_to_regnum,
6352 i386_dwarf_reg_to_regnum): Remove prototypes.
6353 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6354 SIZEOF_SSE_REGS): Remove defines.
6355 (REGISTER_BYTES): Remove define.
6356 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6357 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6358 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6359 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6360 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6361 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6362 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6363 (get_longjmp_target): Remove prototype.
6364 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6365 (sigtramp_saved_pc): Remove define.
6366 (i386v4_sigtramp_saved_pc): Remove prototype.
6367 * config/i386/tm-go32.h (FRAME_CHAIN,
6368 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6369 (i386go32_frame_saved_pc): Remove prototype.
6370 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6371 (get_longjmp_target): Remove prototype.
6372 * i386-tdep.h: Include "osabi.h".
6373 (enum i386_abi): Removed.
6374 (enum struct_return): New enum.
6375 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6376 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6377 sc_pc_offset members.
6378 (i386_gdbarch_register_os_abi): Remove prototype.
6379 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6380 I386_SSE_NUM_REGS): New defines.
6381 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6382 I386_SSE_SIZEOF_REGS): New defines.
6383 (i386_register_name, i386_register_byte, i386_register_raw_size):
6384 New prototypes.
6385 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6386 (i386bsd_sigtramp_saved_pc): New prototype.
6387 * i386-tdep.c: Don't include "elf-bfd.h".
6388 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6389 i386_frame_chain, i386_saved_pc_after_call): Make static.
6390 (i386_frame_saved_pc): Rewrite to call architecture dependent
6391 function to deal with signal handlers. Make static.
6392 (i386go32_frame_saved_pc): Removed.
6393 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6394 Removed.
6395 (i386_get_longjmp_target): New function.
6396 (default_struct_convention, pcc_struct_convention,
6397 reg_struct_convention, valid_conventions, struct_convention): New
6398 variables.
6399 (i386_use_struct_convention): New function.
6400 (i386v4_sigtramp_saved_pc): Renamed to
6401 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6402 (i386_pc_in_sigtramp): New function.
6403 (i386_abi_names): Removed.
6404 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6405 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6406 Removed.
6407 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6408 i386_gdbarch_register_os_abi): Removed.
6409 (struct i386_abi_handler): Removed.
6410 (i386_abi_handler_list): Removed.
6411 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6412 functions.
6413 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6414 i386_nw_init_abi): New functions.
6415 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6416 Use set_gdbarch_xxx() calls instead of relying on macros for a
6417 number of calls.
6418 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6419 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6420 Register the various architecture variants defined in this file.
6421
ad2f7632
DJ
64222002-06-14 Daniel Jacobowitz <[email protected]>
6423
6424 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6425 (struct main_type): Remove arg_types member. Update comments for
6426 struct field.
6427 (TYPE_ARG_TYPES): Remove.
6428 (TYPE_FN_FIELD_ARGS): Update.
6429 (smash_to_method_type): Update prototype.
6430
6431 * c-typeprint.c (cp_type_print_method_args): Take method type
6432 instead of argument list. Use new argument layout. Simplify.
6433 (c_type_print_args): Use new argument layout. Simplify.
6434 (c_type_print_base): Update call to cp_type_print_method_args.
6435 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6436 argument; use die->type instead. Update call to
6437 smash_to_method_type.
6438 (read_structure_scope): Update call to dwarf2_add_member_fn.
6439 * gdbtypes.c (allocate_stub_method): Update comment.
6440 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6441 Use new argument layout.
6442 (check_stub_method): Use new argument layout. Don't count
6443 void as an argument.
6444 (print_arg_types): Update comments. Use new argument layout.
6445 (recursive_dump_type): Don't print arg_types member.
6446 * hpread.c (hpread_read_struct_type): Use new argument layout.
6447 (fixup_class_method_type): Likewise.
6448 (hpread_type_lookup): Likewise.
6449 * stabsread.c (read_type): Update calls to read_args and
6450 smash_to_method_type.
6451 (read_args): Use new argument layout. Simplify.
6452 * valops.c (typecmp): Use new argument layout. Update parameters
6453 and comments. Simplify.
6454 (hand_function_call): Use new argument layout.
6455 (search_struct_method): Update call to typecmp.
6456 (find_overload_match): Use new argument layout.
6457
6da02953
DJ
64582002-06-13 Daniel Jacobowitz <[email protected]>
6459
6460 * NEWS: Mention multithreaded debug support for gdbserver.
6461
519b2366
DJ
64622002-06-13 Daniel Jacobowitz <[email protected]>
6463
6464 * MAINTAINERS: Mention NEWS.
6465
6c0d6680
DJ
64662002-06-13 Daniel Jacobowitz <[email protected]>
6467
6468 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6469 (struct mips_objfile_private, compare_pdr_entries): New.
6470 (non_heuristic_proc_desc): Read the ".pdr" section if it
6471 is present.
6472
6529d2dd
AC
64732002-06-12 Andrew Cagney <[email protected]>
6474
6475 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6476 (arm_debug): New static variable.
6477 (_initialize_arm_tdep): Add ``set debug arm'' command.
6478
26216b98
AC
64792002-06-12 Andrew Cagney <[email protected]>
6480
6481 * Makefile.in (sim_arm_h): Define.
6482 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6483 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6484 (arm_register_sim_regno): New function, map an internal REGNUM
6485 onto a simulator register number.
6486 (arm_gdbarch_init): Set register_sim_regno.
6487
814b3ba0
AH
64882002-06-09 Aldy Hernandez <[email protected]>
6489
6490 * MAINTAINERS: Add self.
6491
475b0867
JB
64922002-06-11 Jim Blandy <[email protected]>
6493
919d772c
JB
6494 * source.c (source_info): Mention whether the symtab has
6495 information about preprocessor macros.
6496
475b0867
JB
6497 Call the command `info macro', not `show macro'.
6498 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6499 Fix error message.
6500 (_initialize_macrocmd): Register `info_macro_command' in
6501 `infolist', not `showlist'.
6502
9e364162
DJ
65032002-06-11 Daniel Jacobowitz <[email protected]>
6504
6505 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6506 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6507 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6508 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6509 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6510 unconditionally.
6511 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6512 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6513 (_initialize_mips_tdep): Remove dead code.
6514 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6515 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6516 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6517 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6518 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6519 MIPS_LAST_FP_ARG_REGNUM): Remove.
6520
23aa4c72
ML
65212002-06-11 Michal Ludvig <[email protected]>
6522
6523 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6524 (unwind_tmp_obstack_free, parse_frame_info)
6525 (update_context, cfi_read_fp, cfi_write_fp)
6526 (cfi_frame_chain, cfi_init_extra_frame_info)
6527 (cfi_virtual_frame_pointer): Use the above function.
264d1763 6528 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 6529
70eb15a4
CV
65302002-06-11 Corinna Vinschen <[email protected]>
6531
6532 * v850-tdep.c (v850_type_is_scalar): New function.
6533 (v850_use_struct_convention): Match current gcc implementation
6534 as close as possible.
6535 (v850_push_arguments): Fix stack_offset handling. Don't write
6536 struct_addr into register. This is done by v850_store_struct_return.
6537 (v850_extract_return_value): Care for structs.
6538 (v850_store_return_value): Ditto.
6539 (v850_store_struct_return): Actually write address.
6540
482a4d06
ML
65412002-06-11 Michal Ludvig <[email protected]>
6542
6543 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6544 without debug information too.
6545
d855c300
AC
65462002-06-10 Andrew Cagney <[email protected]>
6547
6548 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6549 Make multi-arch pure.
6550 * gdbarch.h, gdbarch.c: Re-generate.
6551 * arm-tdep.c (arm_print_float_info): Update.
6552 * arch-utils.h (default_print_float_info): Update.
6553 * arch-utils.c (default_print_float_info): Update.
6554 * infcmd.c (float_info): Update call.
6555
dd12a101
AC
65562002-06-10 Andrew Cagney <[email protected]>
6557
6558 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6559 the front of the initialize list.
6560
101dcfbe
AC
65612002-06-10 Andrew Cagney <[email protected]>
6562
6563 * infrun.c (struct inferior_status): Replace fields
6564 selected_frame_address and selected_level with field
6565 selected_frame_id.
6566 (save_inferior_status): Update. Use get_frame_id.
6567 (struct restore_selected_frame_args): Delete.
6568 (restore_selected_frame): Update. Use frame_find_by_id.
6569 (restore_inferior_status): Update.
6570
6571 * breakpoint.h (struct breakpoint): Change type of
6572 watchpoint_frame to frame_id.
6573 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6574 call to get_current_frame.
6575 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6576 get_current_frame.
6577 (watchpoint_check): Use frame_find_by_id.
6578
6579 * frame.h (record_selected_frame): Delete declaration.
6580 * stack.c (record_selected_frame): Delete function.
6581
6582 * frame.h (struct frame_id): Define.
6583 (get_frame_id): Declare.
6584 (frame_find_by_id): Declare.
6585 * frame.c (frame_find_by_id): New function.
6586 (get_frame_id): New function.
6587
304270b6
AV
65882002-06-10 Andrey Volkov <[email protected]>
6589
6590 * ser-e7kpc.c: Fix duplicated define and call of
6591 _initialize_ser_e7000pc
6592
2f2cf184
DJ
65932002-06-09 Daniel Jacobowitz <[email protected]>
6594
6595 * signals/signals.c (target_signal_from_host): Fix #ifdef
6596 SIGRTMIN case.
6597 (do_target_signal_to_host): Likewise.
6598
caaa3122
DJ
65992002-06-09 Daniel Jacobowitz <[email protected]>
6600
6601 * mips-tdep.c (mips_find_abi_section): New function.
6602 (mips_gdbarch_init): Call it.
6603
6ac5df3a
MK
66042002-06-09 Mark Kettenis <[email protected]>
6605
6606 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6607 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6608 after Andrew's 2002-06-08 gdbarch change.
6609
82ea117a
MK
66102002-06-09 Mark Kettenis <[email protected]>
6611
6612 * i386-linux-nat.c (suppy_gregset): Don't supply
6613 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6614 register cache.
6615 (fill_gregset): Don't fetch it under the same circumstances.
6616
3c25f8c7
AC
66172002-06-09 Andrew Cagney <[email protected]>
6618
6619 * Makefile.in (callback_h): Define.
6620 (remote_sim_h): Update path to remote-sim.h.
6621 (remote-rdp.o): Add $(callback_h).
6622 (remote-sim.o): Use $(callback_h).
6623 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6624 * remote-rdp.c: Include "gdb/callback.h".
6625
1029b7fa
MK
66262002-06-09 Mark Kettenis <[email protected]>
6627
6628 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6629 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6630
616675d3
AC
66312002-06-08 Andrew Cagney <[email protected]>
6632
a3efda28
AC
6633 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6634 * rdi-share/serpardr.c: Ditto.
6635 * rdi-share/unixcomm.c: Ditto.
6636 * rdi-share/serdrv.c: Ditto.
6637 * rdi-share/hostchan.h: Ditto.
6638 * rdi-share/hostchan.c: Ditto.
6639 * rdi-share/host.h: Ditto.
6640 * rdi-share/devsw.c: Ditto.
6641
c5f10366
AC
6642 * objfiles.h: Change type of obj_private to void pointer.
6643 * pa64solib.c: Update copyright. Don't include "assert.h", use
6644 strcmp instead of STREQ, use LONGEST, do not use PTR
6645 * somsolib.c: Ditto.
6646
616675d3
AC
6647 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6648 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6649 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6650
e4b415d9
AC
66512002-06-08 Andrew Cagney <[email protected]>
6652
6653 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6654 (default_get_saved_register): Delete function.
6655 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6656 generic_unwind_get_saved_register.
6657 * gdbarch.h, gdbarch.c: Re-generate.
6658
ca0d0b52
AC
66592002-06-08 Andrew Cagney <[email protected]>
6660
6661 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6662 generic_func_frame_chain_valid.
6663 * gdbarch.h, gdbarch.c: Re-generate.
6664 * blockframe.c (generic_func_frame_chain_valid): Only check
6665 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6666 passing FP to PC_IN_CALL_DUMMY.
6667 Fix PR gdb/360.
6668
76860b5f
AC
66692002-06-08 Andrew Cagney <[email protected]>
6670
6671 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6672 (register_gdbarch_data): Initialize init_p.
6673 (gdbarch_data): Initialize data pointer using the init function.
6674 (init_gdbarch_data): Delete function.
6675 (gdbarch_update_p): Update.
6676 (initialize_non_multiarch): Update.
6677 (struct gdbarch): Add field initialized_p.
6678 * gdbarch.h, gdbarch.c: Re-generate.
6679
8dda9770
ML
66802002-06-07 Michal Ludvig <[email protected]>
6681
6682 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6683 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6684 better do the things actually here.
6685 * x86-64-tdep.c (x86_64_register_name2nr): New.
6686 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6687 (x86_64_gdbarch_init): Respect the above change.
6688 * x86-64-tdep.h (x86_64_register_name2nr)
6689 (x86_64_register_nr2name): Add prototypes.
6690 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6691
3d79a47c
MS
66922002-06-06 Michael Snyder <[email protected]>
6693
7bd91a28
MS
6694 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6695 Delete extra braces and re-indent.
6696 (d10v_store_return_value): Char return values
3d79a47c
MS
6697 must be shifted over by one byte in R0.
6698 (d10v_extract_return_value): Delete extra braces, re-indent.
6699
095a4c96
EZ
67002002-06-06 Elena Zannoni <[email protected]>
6701
6702 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6703 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6704 (d10v_integer_to_address): Rewrite.
6705 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6706 the d10v specific functions which take care of converting to the
6707 correct space.
6708
e8a77ca4
EZ
67092002-06-06 Elena Zannoni <[email protected]>
6710
6711 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6712 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6713
4f2e4a4f
AC
67142002-06-02 Andrew Cagney <[email protected]>
6715
6716 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6717 includes.
6718 * config/tm-linux.h: Ditto.
6719 * config/alpha/tm-alphalinux.h: Ditto.
6720 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6721 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6722 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6723 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6724 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6725 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6726 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6727 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6728 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6729 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6730 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6731 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6732 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6733 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6734 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6735 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6736 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6737 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6738 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6739 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6740 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6741 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6742 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6743 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6744 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6745 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6746 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6747 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6748 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6749 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6750 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6751 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6752 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6753 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6754 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6755 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6756 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6757
ae2ab2ce
AS
67582002-05-04 Aidan Skinner <[email protected]>
6759
6760 * ada-exp.tab.c: New file
6761 * ada-exp.y: New file
6762 * ada-lang.c: New file
6763 * ada-lang.h: New file
6764 * ada-lex.c: New file
6765 * ada-lex.l: New file
6766 * ada-tasks.c: New file
6767 * ada-typeprint.c: New file
6768 * ada-valprint.c: New file
6769
0ddd0135
JT
67702002-06-02 Jason Thorpe <[email protected]>
6771
6772 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6773 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6774
750fbacc
JT
67752002-06-02 Jason Thorpe <[email protected]>
6776
6777 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6778 insetead of ppc-linux-tdep.o.
6779 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6780 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6781
df94e18a
AC
67822002-06-02 Andrew Cagney <[email protected]>
6783
6784 2002-05-07 Christian Groessler <[email protected]>
6785 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6786 bit register contents for little endian hosts.
6787
1a38ab75
AC
67882002-06-01 Andrew Cagney <[email protected]>
6789
6790 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6791 any maintainer.
6792
8b1632ac
AC
67932002-06-01 Andrew Cagney <[email protected]>
6794
6795 * gdbarch.h: Regenerate.
6796
627054c8
AC
67972002-06-01 Andrew Cagney <[email protected]>
6798
6799 * MAINTAINERS: Add everyone to write-after-approval list.
6800
4f460812
AC
68012002-06-01 Andrew Cagney <[email protected]>
6802
6803 * stack.c (frame_info): Use frame_register_unwind instead of
6804 saved_regs. Mention when the SP is on the stack or in a register.
6805
6806 * frame.h (frame_register_unwind_ftype): Define. Document.
6807 (struct frame_info): Add field register_unwind and
6808 register_unwind_cache.
6809 (frame_register_unwind): Declare.
6810 (generic_unwind_get_saved_register): Declare.
6811
6812 * frame.c (frame_register_unwind): New function.
6813 (generic_unwind_get_saved_register): New function.
6814
6815 * blockframe.c (generic_call_dummy_register_unwind): New function.
6816 (frame_saved_regs_register_unwind): New function.
6817 (set_unwind_by_pc): New function.
6818 (create_new_frame): New function.
6819 (get_prev_frame): New function.
6820
de888f76
AC
68212002-05-30 Andrew Cagney <[email protected]>
6822
6823 * a29k-share/: Delete directory.
6824 * remote-vx29k.c: Delete file.
6825
2f2c3626
JT
68262002-05-30 Jason Thorpe <[email protected]>
6827
6828 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6829 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6830
9ce5c36a
JT
68312002-05-30 Jason Thorpe <[email protected]>
6832
6833 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6834 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6835 (sparc64nbsd-nat.o)
6836 (sparcnbsd-nat.o)
6837 (sparcnbsd-tdep.o): New dependency lists.
6838 * NEWS: Note new UltraSPARC NetBSD native configuration.
6839 * configure.host (sparc64-*-netbsd*): New host.
6840 * configure.tgt (sparc-*-netbsdelf*)
6841 (sparc-*-netbsd*): Set gdb_target to nbsd.
6842 (sparc64-*-netbsd*): New target.
6843 * sparc64nbsd-nat.c: New file.
6844 * sparcnbsd-nat.c: New file.
6845 * sparcnbsd-tdep.c: New file.
6846 * sparcnbsd-tdep.h: New file.
6847 * config/sparc/nbsd.mt: New file.
6848 * config/sparc/nbsd64.mh: New file.
6849 * config/sparc/nbsd64.mt: New file.
6850 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6851 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6852 (HOST_IPC): Remove.
6853 * config/sparc/nbsdaout.mt: Remove.
6854 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6855 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6856 (HOST_IPC): Remove.
6857 * config/sparc/nbsdelf.mt: Remove.
6858 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6859 sparc-nat.c compatiblity defines.
6860 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6861 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6862 * config/sparc/tm-nbsd64.h: New file.
6863 * config/sparc/tm-nbsdaout.h: Remove.
6864 * config/sparc/xm-nbsd.h: Remove.
6865
ef3cf062
JT
68662002-05-30 Jason Thorpe <[email protected]>
6867
6868 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6869 * sparc-tdep.c: Include osabi.h.
6870 (gdbarch_tdep): Add osabi member.
6871 (_initialize_sparc_tdep): Use gdbarch_register.
6872 (sparc_gdbarch_init): Use generic OS ABI framework.
6873 (sparc_dump_tdep): New function.
6874
ee8ff470
KB
68752002-05-30 Kevin Buettner <[email protected]>
6876
6877 * corefile.c (do_captured_read_memory_integer): Return non-zero
6878 result.
6879 (safe_read_memory_integer): Copy result of memory read when
6880 status is non-zero. Also, add comments.
6881
7b112f9c
JT
68822002-05-20 Jason Thorpe <[email protected]>
6883
6884 * Makefile.in (ppc_tdep_h): Define.
6885 (ppc-linux-nat.o)
6886 (ppc-linux-tdep.o)
6887 (rs6000-tdep.o): Use $(ppc_tdep_h).
6888 (ppc-sysv-tdep.o)
6889 (ppcnbsd-nat.o)
6890 (ppcnbsd-tdep.o): New dependency lists.
6891 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
6892 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6893 (ppc_linux_init_abi): New functions.
7b112f9c
JT
6894 (ppc_sysv_abi_broken_use_struct_convention)
6895 (ppc_sysv_abi_use_struct_convention)
6896 (ppc_sysv_abi_push_arguments): Move to...
6897 * ppc-sysv-tdep.c: ...here.
6898 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6899 * rs6000-tdep.c (process_note_abi_tag_sections)
6900 (get_elfosabi): Remove.
6901 (rs6000_gdbarch_init): Use generic OS ABI framework.
6902 (rs6000_dump_tdep): New function.
6903 (_initialize_rs6000_tdep): Use gdbarch_register.
6904 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6905 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6906 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6907 of ppc-linux-tdep.o.
6908 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6909 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6910 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6911 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6912 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6913 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6914
480dd42a
JB
69152002-05-29 Jim Blandy <[email protected]>
6916
6917 * macroscope.c (default_macro_scope): Put `void' in empty argument
6918 list.
6919
4182591f
AC
69202002-05-29 Andrew Cagney <[email protected]>
6921
6922 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6923 * arch-utils.c: Include "sim-regno.h".
6924 * gdbarch.sh: Don't include "sim-regno.h".
6925 * gdbarch.h, gdbarch.c: Regenerate.
6926 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6927 here.
6928 * arch-utils.h (legacy_register_sim_regno): To here.
6929 * remote-sim.c (legacy_register_sim_regno): Move function from
6930 here.
6931 * arch-utils.c (legacy_register_sim_regno): To here.
6932
8238d0bf
AC
69332002-05-28 Andrew Cagney <[email protected]>
6934
6935 * sim-regno.h: New file.
6936 * Makefile.in (sim_regno_h): Define.
6937 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6938 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6939 (legacy_register_sim_regno): New function.
6940 (one2one_register_sim_regno): New function.
6941 (gdbsim_fetch_register): Rewrite.
6942 (gdbsim_store_register): Only store a register when
6943 REGISTER_SIM_REGNO is valid.
6944 * d10v-tdep.c: Include "sim-regno.h".
6945 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6946 (d10v_ts3_register_sim_regno): Ditto.
6947 * gdbarch.sh: Include "sim-regno.h".
6948 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6949 * gdbarch.h, gdbarch.c: Regenerate.
6950 * arch-utils.h (default_register_sim_regno): Delete declaration.
6951 * arch-utils.c (default_register_sim_regno): Delete function.
6952
485721b1
JT
69532002-05-28 Jason Thorpe <[email protected]>
6954
6955 * ppcnbsd-nat.c: Rewrite.
6956 * ppcnbsd-tdep.c: New file.
6957 * ppcnbsd-tdep.h: New file.
6958 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6959 solib.o, and solib-svr4.o.
6960 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6961 nbsd-tdep.o, and corelow.o.
6962
697f244d
AC
69632002-05-28 Andrew Cagney <[email protected]>
6964
6965 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6966 `tr' and `sed'. Mention that `broken' targets are not expected to
6967 build.
6968
f08caad1 69692002-05-27 Michal Ludvig <[email protected]>
b1ab997b
ML
6970
6971 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6972 Let PC point right after the prologue before looking up symbols.
6973
3139facc
MH
69742002-05-27 Martin M. Hunt <[email protected]>
6975
6976 * i386-tdep.c (i386_register_virtual_type): Return
6977 builtin_type_vec128i for SSE registers.
6978
6979 * gdbtypes.h (builtin_type_vec128i): Declare.
6980
6981 * gdbtypes.c (build_builtin_type_vec128i): New function.
6982 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6983 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6984 (build_gdbtypes): Initialize new builtin vector types.
6985 (_initialize_gdbtypes): Register new vector types with gdbarch.
6986
6e3ba3b8
JT
69872002-05-26 Jason Thorpe <[email protected]>
6988
6989 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6990 since it has been multi-arch'd.
6991 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6992 Move Alpha and VAX multi-arch news entries to same section
6993 as other multi-arch news.
6994
93d5585d
JT
69952002-05-26 Jason Thorpe <[email protected]>
6996
6997 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6998 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6999 static. Rename some register numbers to put them in ns32k-tdep
7000 private namespace.
7001 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
7002 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
7003 functions.
7004 (_initialize_ns32k_tdep): Use gdbarch_register.
7005 * ns32k-tdep.h: New file.
7006 * ns32knbsd-tdep.c: New file.
7007 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
7008 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
7009 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
7010 REGISTER_BYTES, REGISTER_BYTE): Remove.
7011 * config/ns32k/tm-ns32k.h: New file.
7012 * config/ns32k/tm-umax.h: Remove.
7013
efb2c70e
JT
70142002-05-26 Jason Thorpe <[email protected]>
7015
7016 * ns32k-tdep.c (ns32k_saved_pc_after_call,
7017 ns32k_store_struct_return, ns32k_extract_return_value,
7018 ns32k_store_return_value, ns32k_extract_struct_value_address): New
7019 functions.
7020 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
7021 ns32k_saved_pc_after_call.
7022 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
7023 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
7024 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
7025 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7026 ns32k_extract_struct_value_address.
7027
7bcc927b
JT
70282002-05-26 Jason Thorpe <[email protected]>
7029
7030 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
7031 ns32k_fix_call_dummy): New.
7032 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
7033 ns32k_call_dummy_words.
7034 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
7035 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
7036 CALL_DUMMY_NARGS): Remove.
7037 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
7038
78f9d765
JT
70392002-05-26 Jason Thorpe <[email protected]>
7040
7041 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
7042 ns32k_frame_saved_pc, ns32k_frame_args_address,
7043 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
7044 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
7045 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
7046 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
7047 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
7048 (BREAKPOINT): Remove..
7049 (FRAME_CHAIN): Define as ns32k_frame_chain.
7050 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
7051 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
7052 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
7053 (FRAME_FIND_SAVED_REGS): Remove.
7054 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
7055 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
7056 (POP_FRAME): Define as ns32k_pop_frame.
7057
f2c762e0
JT
70582002-05-26 Jason Thorpe <[email protected]>
7059
7060 * ns32k-tdep.c (ns32k_register_byte_32082,
7061 ns32k_register_byte_32382, ns32k_register_raw_size,
7062 ns32k_register_virtual_size, ns32k_register_virtual_type): New
7063 functions.
7064 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
7065 ns32k_register_byte_32382.
7066 * config/ns32k/tm-umax.h: Update copyright years.
7067 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
7068 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
7069 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
7070 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
7071 (ns32k_get_enter_addr): Fix prototype.
7072
af137673
JT
70732002-05-26 Jason Thorpe <[email protected]>
7074
7075 * ns32k-tdep.c: Update copyright years.
7076 (ns32k_register_name_32082): New function.
7077 (ns32k_register_name_32382): Ditto.
7078 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
7079 (REGISTER_NAME): Define as ns32k_register_name_32382.
7080 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
7081 (REGISTER_NAME): Define as ns32k_register_name_32082.
7082
a8bc7b56
JB
70832002-05-24 Jim Blandy <[email protected]>
7084
7085 * dwarf2read.c (free_line_header): Use xfree, not free.
7086
83a45910
JT
70872002-05-24 Jason Thorpe <[email protected]>
7088
7089 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
7090 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
7091
0db71247
AC
70922002-05-23 Andrew Cagney <[email protected]>
7093
7094 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
7095
b9e5e4dd
AC
70962002-05-23 Andrew Cagney <[email protected]>
7097
7098 From Ross Alexander at NEC Europe:
7099 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
7100
de530e84
MS
71012002-05-23 Michael Snyder <[email protected]>
7102
7103 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
7104 for input, rather than parse_and_eval_address.
7105
b91b96f4
AC
71062002-05-23 Andrew Cagney <[email protected]>
7107
7108 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
7109 * Makefile.in (sim_d10v_h): Update definition.
7110
8b279e7a
AC
71112002-05-24 Andrew Cagney <[email protected]>
7112
7113 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
7114 change `2002-05-22 Michael Snyder' below.
7115 (d10v_push_arguments): Ditto.
7116 (d10v_extract_return_value): Ditto.
7117
0a3d0425
JB
71182002-05-23 Jim Blandy <[email protected]>
7119
7120 * macrotab.c (check_for_redefinition): Don't complain if the new
7121 definition is the same as the previous one. Take more arguments
7122 to allow the comparison.
7123 (macro_define_object, macro_define_function): Pass more arguments
7124 to check_for_redefinition.
7125
78eac43e
MS
71262002-05-22 Michael Snyder <[email protected]>
7127
7128 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
7129 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
7130 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
7131 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
7132 Don't bail if return_pc is PC_IN_CALL_DUMMY.
7133 Add a temp variable to save a call (and a memory read).
7134 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
7135 if possible (so that PC_IN_CALL_DUMMY will work).
7136
9bc1edb8
CV
71372002-05-22 Corinna Vinschen <[email protected]>
7138
7139 * MAINTAINERS: Remove status `OBSOLETE' from v850.
7140
005ef3d2
ML
71412002-05-22 Michal Ludvig <[email protected]>
7142
7143 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7144 fde->cie_ptr.
7145 (dwarf2_build_frame_info): Corrected handling of eh_frame.
7146 (dwarf2_build_frame_info): Add offset to fde->initial_location
7147 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
7148 (execute_stack_op): Change type of 'result' from ULONGEST to
7149 CORE_ADDR.
005ef3d2 7150
fcf4f891
JT
71512002-05-22 Jason Thorpe <[email protected]>
7152
7153 * config/alpha/tm-nbsd.h: Include solib.h.
7154
cfef91e4
JT
71552002-05-22 Jason Thorpe <[email protected]>
7156
7157 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7158 assumptions about the host's byte order.
7159
9964235a
JT
71602002-05-22 Jason Thorpe <[email protected]>
7161
7162 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7163 to dependency list.
7164 * alphanbsd-tdep.c: Include solib-svr4.h.
7165 * shnbsd-tdep.c: Ditto.
7166
9eeef8ef
JT
71672002-05-22 Jason Thorpe <[email protected]>
7168
7169 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7170 nbsd-tdep.h to dependency list.
7171 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7172 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7173 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7174 nbsdaout.mh and nbsdelf.mh consistently.
7175 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7176 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7177 nbsdaout.mt and nbsdelf.mh consistently.
7178 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
7179 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7180 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7181 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
7182 a.out shared library stuff from here...
7183 * config/nm-nbsdaout.h: ...to here.
7184 * config/tm-nbsd.h: Remove.
7185 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7186 * config/arm/nbsd.mh: Remove.
7187 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7188 nbsd-tdep.o.
7189 * config/arm/nbsdaout.mh: New file.
7190 * config/arm/nbsdelf.mh: New file.
7191 * config/arm/nm-nbsdaout.h: New file.
7192 * config/i386/nbsd.mh: Remove.
7193 * config/i386/nbsd.mt: Remove.
7194 * config/i386/nbsdaout.mh: New file.
7195 * config/i386/nbsdaout.mt: New file.
7196 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7197 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7198 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
7199 i386_register_u_addr): Remove.
7200 * config/i386/nm-nbsdaout.h: New file.
7201 * config/i386/nm-nbsdelf.h: Remove.
7202 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7203 (USE_STRUCT_CONVENTION): Remove.
7204 * config/i386/tm-nbsdaout.h: New file.
7205 * config/i386/tm-nbsdelf.h: Remove.
7206 * config/m68k/nbsd.mh: Remove.
7207 * config/m68k/nbsd.mt: Remove.
7208 * config/m68k/nbsdaout.mh: New file.
7209 * config/m68k/nbsdaout.mt: New file.
7210 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7211 * config/m68k/nm-nbsdaout.h: New file.
7212 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7213 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7214 * config/ns32k/nbsd.mh: Remove.
7215 * config/ns32k/nbsd.mt: Remove.
7216 * config/ns32k/nbsdaout.mh: New file.
7217 * config/ns32k/nbsdaout.mt: New file.
7218 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7219 * config/ns32k/nm-nbsdaout.h: New file.
7220 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7221 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7222 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7223 (SVR4_SHARED_LIBS): Remove.
7224 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7225 * config/sparc/nbsd.mh: Remove.
7226 * config/sparc/nbsd.mt: Remove.
7227 * config/sparc/nbsdaout.mh: New file.
7228 * config/sparc/nbsdaout.mt: New file.
7229 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7230 * config/sparc/nbsdelf.mt: New file.
7231 * config/sparc/nm-nbsdaout.h: New file.
7232 * config/sparc/nm-nbsdelf.h: Remove.
7233 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7234 * config/sparc/tm-nbsdaout.h: New file.
7235
257ce470
JT
72362002-05-21 Jason Thorpe <[email protected]>
7237
7238 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7239 mipsnbsd-tdep.c
7240 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7241
76a6d5fe
JT
72422002-05-21 Jason Thorpe <[email protected]>
7243
7244 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7245 shnbsd-nat.c.
7246 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7247
45888261
JT
72482002-05-21 Jason Thorpe <[email protected]>
7249
7250 * NEWS: Note new MIPS NetBSD native configuration.
7251 * configure.host (mips*-*-netbsd*): New host.
7252 * configure.tgt (mips*-*-netbsd*): New target.
7253 * mipsnbsd-nat.c: New file.
7254 * mipsnbsd-tdep.c: New file.
7255 * mipsnbsd-tdep.h: New file.
7256 * config/mips/nbsd.mh: New file.
7257 * config/mips/nbsd.mt: New file.
7258 * config/mips/nm-nbsd.h: New file.
7259 * config/mips/tm-nbsd.h: New file.
7260
70f80edf
JT
72612002-05-21 Jason Thorpe <[email protected]>
7262
7263 * Makefile.in (SFILES): Add osabi.c.
7264 (COMMON_OBS): Add osabi.o.
7265 (osabi.o): New dependency list.
7266 * osabi.c: New file.
7267 * osabi.h: New file.
7268 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7269
7270 * Makefile.in (alpha_tdep_h): Define and use instead of
7271 alpha-tdep.h.
7272 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7273 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7274 Remove.
7275 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7276 * alpha-tdep.h: Include osabi.h.
7277 (alpha_abi): Remove.
7278 (gdbarch_tdep): Use generic OS ABI framework.
7279 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7280 gdbarch_register_osabi.
7281 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7282 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7283 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7284
7285 * Makefile.in (sh_tdep_h): Add osabi.h.
7286 * sh-tdep.h (sh_osabi): Remove.
7287 (gdbarch_tdep): Use generic OS ABI framework.
7288 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7289 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7290 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7291 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7292
7293 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7294 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7295 gdbarch_register_osabi.
7296 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7297 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7298 (get_elfosabi): Rename to...
7299 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7300 ABI framework support routines.
7301 (arm_gdbarch_init): Use generic OS ABI framework.
7302 (arm_dump_tdep): Likewise.
7303 (_initialize_arm_tdep): Likewise.
7304 * arm-tdep.h: Include osabi.h.
7305 (arm_abi): Remove.
7306 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7307 osabi member.
7308 (arm_gdbarch_register_os_abi): Remove prototype.
7309 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7310 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7311
7312 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7313 * mips-tdep.c: Include osabi.h.
7314 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7315 OS ABI framework.
7316
d194345b
KH
73172002-05-20 Kazu Hirata <[email protected]>
7318
7319 * h8300-tdep.c: Fix formatting.
7320
70c6b0d1
EZ
73212002-05-20 Elena Zannoni <[email protected]>
7322
7323 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7324 printing vector registers.
7325
165b8e33
AC
73262002-05-19 Andrew Cagney <[email protected]>
7327
7328 From Fernando Nasser:
7329 * remote.c (remote_async_open_1): Re-throw the exception when the
7330 connection fails.
7331 (remote_cisco_open): Ditto.
7332 (remote_open_1): Ditto.
7333
36918e70
AC
73342002-05-19 Andrew Cagney <[email protected]>
7335
7336 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7337 (remote_start_remote): Add uiout parameter. Pass through to
7338 remote_start_remote_dummy.
7339 (remote_open_1): Use catch_exception instead of catch_errors.
7340 (remote_async_open_1): Ditto.
7341 (remote_cisco_open): Ditto.
7342
ae44c0c4
AC
73432002-05-19 Andrew Cagney <[email protected]>
7344
7345 * remote.c (remote_start_remote): Replace PTR with void pointer.
7346 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7347 static.
7348
8efe637d
AC
73492002-05-18 Andrew Cagney <[email protected]>
7350
7351 * gdb_indent.sh: Allow the script to be run in the sim directory.
7352
2f1b5984
MK
73532002-05-18 Mark Kettenis <[email protected]>
7354
f0f625e2
MK
7355 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7356 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7357
2f1b5984
MK
7358 * corelow.c (core_open): Only call set_gdbarch_from_file if
7359 exec_bfd is NULL.
7360
fc974602
AV
73612002-05-17 Andrey Volkov <[email protected]>
7362
7363 * h8300-tdep.c: Add support of EXR register
7364 * config/h8300/tm-h8300.h: Ditto.
7365
906709f4
AV
73662002-05-17 Andrey Volkov <[email protected]>
7367
7368 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7369
6e591d68
AV
73702002-05-17 Andrey Volkov <[email protected]>
7371
7372 * h8300-tdep.c: Change literal regnums to REGNO.
7373
84f0252a
JB
73742002-05-17 Jim Blandy <[email protected]>
7375
e0e9281e
JB
7376 * NEWS: Note addition of macro support.
7377
84f0252a
JB
7378 Expand preprocessor macros in C expressions.
7379 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7380 (scan_macro_expansion, scanning_macro_expansion,
7381 finished_macro_expansion): New function declarations.
7382 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7383 variable declarations.
7384 * parser-defs.h (expression_context_pc): New declaration.
7385 * parse.c (expression_context_pc): New variable.
7386 (parse_exp_1): Set expression_context_pc, as well as
7387 expression_context_block.
7388 * c-exp.y (yylex): If we're not already reading the result of a
7389 macro expansion, try to macro-expand the next token. When we're
7390 done scanning a macro expansion, switch back to the mainline text.
7391 Commas and `if's in a macro's expansion don't terminate the input.
7392 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7393 (macro_original_text, macro_expanded_text,
7394 expression_macro_lookup_func, expression_macro_lookup_baton): New
7395 variables.
7396 (scan_macro_expansion, scanning_macro_expansion,
7397 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7398 c_preprocess_and_parse): New functions.
7399 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7400 c_preprocess_and_parse, instead of c_parse.
7401 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7402 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7403
1c509ca8
JR
7404Fri May 17 14:26:19 2002 J"orn Rennecke <[email protected]>
7405
7406 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7407 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7408 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7409
2250ee0c
CV
74102002-05-17 Corinna Vinschen <[email protected]>
7411
7412 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7413
ab3b8126
JT
74142002-05-17 Jason Thorpe <[email protected]>
7415
7416 * Makefile.in (sh_tdep_h): Define and use.
7417 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7418 register enum): Move to...
7419 * * sh-tdep.h: ...here.
7420 * sh-tdep.c: Include sh-tdep.h.
7421 * sh3-rom.c: Likewise.
7422 * shnbsd-tdep.c: Likewise.
7423
ed9d4749
MS
74242002-05-16 Michael Snyder <[email protected]>
7425
7426 * arm-tdep.c: Spelling fix in comment.
7427
2e276125
JB
74282002-05-16 Jim Blandy <[email protected]>
7429
6821892e
JB
7430 Add commands for manually expanding macros and showing their
7431 definitions.
7432 * macrocmd.c, macroscope.c, macroscope.h: New files.
7433 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7434 (macroscope_h): New variable.
7435 (HFILES_NO_SRCDIR): Add macroscope.h.
7436 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7437 (macroscope.o, macrocmd.o): New rules.
7438
2e276125
JB
7439 Teach the Dwarf 2 reader to read macro information.
7440 * dwarf2read.c: #include "macrotab.h".
7441 (dwarf_macinfo_buffer): New variable.
7442 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7443 dwarf_macinfo_size.
7444 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7445 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7446 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7447 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7448 dwarf2_macro_spaces_in_definition): New complaints.
7449 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7450 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7451 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7452 the partial symbol table.
7453 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7454 from what's recorded in the partial symbol table.
7455 (read_file_scope): If the compilation unit has a
7456 `DW_AT_macro_info' attribute, read its macro information.
7457 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7458
2f53fe6c
DJ
74592002-05-16 Daniel Jacobowitz <[email protected]>
7460
7461 Fix PR gdb/546
7462 * ser-tcp.c: Don't include <netinet/udp.h>.
7463
2be99286
SC
74642002-05-16 Stephane Carrez <[email protected]>
7465
7466 * MAINTAINERS: Update my email address.
7467
c9af212b 74682002-05-16 Richard Earnshaw <[email protected]>
8501bbeb
RE
7469
7470 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7471 include file of the same name.
7472
bf5f1a52
CV
74732002-05-16 Corinna Vinschen <[email protected]>
7474
7475 * configure.tgt: Mark v850 as multi-arched.
7476 * config/v850/tm-v850.h: Remove file.
7477 * config/v850/v850.mt: Eliminate TM_FILE.
7478
435e042a
CV
74792002-05-16 Corinna Vinschen <[email protected]>
7480
7481 * v850-tdep.c: Full multi-arch.
7482 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7483 Define GDB_MULTI_ARCH to 2.
7484
9819c6c8
PM
74852002-05-16 Pierre Muller <[email protected]>
7486
7487 * p-exp.y (current_type): New static variable.
7488 Carries the type of the expression at the position that is parsed.
7489 (push_current_type, pop_current_type): Two new functions. Used
7490 to store/restore current_type in expression on specific tokens.
c9af212b
RE
7491 (search_field): New static variable. Set to one after parsing a point
7492 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
7493 (FIELDNAME): New token. After a point only a token belonging to
7494 current_type type definition is allowed.
7495 (all over token rules): reset and change current_type according
7496 to rules.
7497 (exp '[' rule): insert implicit array index field if
7498 exp is a pascal string type.
7499
3a06899a
CV
75002002-05-16 Corinna Vinschen <[email protected]>
7501
7502 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7503 frame info. Use frame_info's saved_regs instead of matching member
7504 in extra_frame_info throughout.
7505 (v850_frame_init_saved_regs): New function.
7506 (v850_init_extra_frame_info): Move most functionality into
7507 v850_frame_init_saved_regs().
7508 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7509 (v850_frame_find_saved_regs): Remove declaration.
7510 (FRAME_FIND_SAVED_REGS): Remove definition.
7511 (v850_frame_init_saved_regs): Add declaration.
7512 (FRAME_INIT_SAVED_REGS): Add definition.
7513
6ed14b0e
CV
75142002-05-16 Corinna Vinschen <[email protected]>
7515
7516 * v850-tdep.c: Begin multi-arch'ing v850.
7517 (v850_target_architecture_hook): Remove function.
7518 (v850_gdbarch_init): New function. Add code previously in
7519 v850_target_architecture_hook().
7520 (_initialize_v850_tdep): Don't set target_architecture_hook.
7521 Call register_gdbarch_init() instead.
7522
42725910
DJ
75232002-05-16 Daniel Jacobowitz <[email protected]>
7524
7525 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7526 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7527 (fixup_class_method_type): Likewise.
7528
99d9066e
JB
75292002-05-15 Jim Blandy <[email protected]>
7530
7531 Add macro structures to GDB's symbol tables. Nobody puts anything
7532 in them yet.
7533 * symtab.h (struct symtab): New member: `macro_table'.
7534 * buildsym.h (pending_macros): New global variable.
7535 * buildsym.c: #include "macrotab.h".
7536 (buildsym_init): Initialize `pending_macros'.
7537 (end_symtab): If we found macro information while reading a CU's
7538 debugging info, do build a symtab structure for it. Make the
7539 symtab point to the macro information, and clear the
7540 `pending_macros' pointer which held it while we were reading the
7541 debug info.
7542 (really_free_pendings): Free any pending macro table.
7543 * objfiles.h (struct objfile): New member: `macro_cache'.
7544 * objfiles.c (allocate_objfile): Set allocate and free functions
7545 for the macro cache's objstack.
7546 (free_objfile): Empty the macro cache's obstack.
7547 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7548 set new allocate and free functions for it.
7549 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7550 free functions for the macro cache's objstack. (Why is this
7551 function building its own objfile?)
7552 * symmisc.c (print_objfile_statistics): Print statistics on the
7553 macro bcache.
7554 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7555
c899585b
RE
75562002-05-15 Richard Earnshaw <[email protected]>
7557
7558 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7559 (REGISTER_U_ADDR): Delete definition.
7560 (arm_register_u_addr): Delete declaration.
7561
a6cdd8c5
RE
75622002-05-15 Richard Earnshaw <[email protected]>
7563
7564 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7565 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7566
c97dcfc7
AC
75672002-05-14 Andrew Cagney <[email protected]>
7568
7569 * regcache.c (register_valid): Revise comments refering to "Not
7570 available" and "unavailable".
7571 * frame.c (frame_register_read): Ditto.
7572 * findvar.c (value_of_register): Ditto.
7573
93021b7d
AC
75742002-05-15 Andrew Cagney <[email protected]>
7575
7576 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7577 (remote-sim.o): Update dependencies.
7578 (d10v-tdep.o): Specify dependencies.
7579 (sim_d10v_h): Define.
7580
a86bc61c
JB
75812002-05-14 Jim Blandy <[email protected]>
7582
7583 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7584 * macrotab.c (macro_lookup_inclusion, find_definition,
7585 new_macro_table): Same.
7586
7587 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7588 not `! strcmp ()'. This is a dubious improvement.
7589 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7590
7591 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7592 although it's not necessary, to avoid a warning.
7593
2fdde8f8
DJ
75942002-05-14 Daniel Jacobowitz <[email protected]>
7595
7596 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7597 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7598 TYPE_INSTANCE_FLAGS.
7599 (struct main_type): New.
7600 (struct type): Move most members to struct main_type. Change
7601 cv_type and as_type to new type_chain member. Add instance_flags.
7602 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7603 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7604 (finish_cv_type): Remove prototype.
7605 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7606 Set TYPE_CHAIN.
7607 (alloc_type_instance): New function.
7608 (smash_type): New function.
7609 (make_pointer_type, make_reference_type, make_function_type)
7610 (smash_to_member_type, smash_to_method_type): Call smash_type.
7611 (make_qualified_type): New function.
7612 (make_type_with_address_space): Call make_qualified_type.
7613 (make_cv_type): Likewise.
7614 (finish_cv_type): Remove unnecessary function.
7615 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7616 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7617 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7618 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7619 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7620 * hpread.c (hpread_read_struct_type): Likewise.
7621 * stabsread.c (read_struct_type): Likewise.
7622
843fedf4
EZ
76232002-05-14 Elena Zannoni <[email protected]>
7624
7625 * configure.tgt: Add a catch all sh* target, for cases like
7626 sh[2,3,4]-elf and sh-hms.
7627
05a6c72c
KS
76282002-05-14 Keith Seitz <[email protected]>
7629
7630 * event-loop.c (create_file_handler): Don't do anything but
7631 update data when we are given a fd which we are already
7632 monitoring.
7633
5d085aaf
ML
76342002-05-14 Michal Ludvig <[email protected]>
7635
7636 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7637 (update_context): Use __func__ in warnings.
7638
9db8d71f
DJ
76392002-05-14 Daniel Jacobowitz <[email protected]>
7640
7641 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7642 and tcp_close to net_open and net_close.
7643 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7644 using UDP if requested. Don't try to disable Nagle on UDP
7645 sockets.
7646 * remote.c (remote_serial_open): New function. Warn about UDP.
7647 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7648
5dbc6baa
EZ
76492002-05-13 Elena Zannoni <[email protected]>
7650
7651 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7652
cc3023f7
EZ
76532002-05-13 Elena Zannoni <[email protected]>
7654
7655 * configure.tgt: Remove sh-hms target.
7656 * MAINTAINERS: Don't list sh-hms as a separate target.
7657
ec2bcbe7
JB
76582002-05-13 Jim Blandy <[email protected]>
7659
7660 Add first preprocessor macro-expansion files.
7661 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7662 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7663 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7664 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7665 (COMMON_OBS): Add macrotab.o, macroexp.o.
7666 (macroexp.o, macrotab.o): New rules.
7667
6d531722
AC
76682002-05-13 Andrew Cagney <[email protected]>
7669
7670 * config/m88k/tm-m88k.h: Update copyright.
7671 (m88k_target_write_pc): Declare
7672 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7673 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7674 (SHIFT_INST_REGS): Update definition.
7675 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7676 using old definition of TARGET_WRITE_PC.
7677 * regcache.c (generic_target_write_pc): Delete code handling
7678 NNPC_REGNUM.
7679 * gdbarch.sh (NNPC_REGNUM): Delete.
7680 * gdbarch.h, gdbarch.c: Regenerate.
7681
3e3f2739
RE
76822002-05-13 Richard Earnshaw <[email protected]>
7683
7684 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7685 builtin reg number.
7686
0004e5a2
DJ
76872002-05-13 Daniel Jacobowitz <[email protected]>
7688
7689 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7690 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7691 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7692 access macros.
7693 * c-typeprint.c (cp_type_print_method_args): Likewise.
7694 (c_type_print_args): Likewise.
7695 * d10v-tdep.c (d10v_push_arguments): Likewise.
7696 (d10v_extract_return_value): Likewise.
7697 * expprint.c (print_subexp): Likewise.
7698 * gdbtypes.c (lookup_primitive_typename): Likewise.
7699 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7700 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7701 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7702 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7703 (TYPE_VECTOR): Likewise.
7704 * hpread.c (hpread_read_struct_type)
7705 (fix_static_member_physnames, fixup_class_method_type)
7706 (hpread_type_lookup): Likewise.
7707 * mdebugread.c (parse_symbol, parse_type): Likewise.
7708 * p-lang.c (is_pascal_string_type): Likewise.
7709 * valops.c (hand_function_call): Likewise.
7710 * x86-64-tdep.c (classify_argument): Likewise.
7711
7712 * hpread.c (hpread_read_function_type)
7713 (hpread_read_doc_function_type): Call replace_type.
7714 * dstread.c (create_new_type): Delete.
7715 (decode_dst_structure, process_dst_function): Call alloc_type.
7716 Use type access macros.
7717
dff95cc7
MK
77182002-05-12 Mark Kettenis <[email protected]>
7719
7720 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7721 the're not supported by the current architecture.
7722 (i387_fill_fxsave): Likewise.
7723
bbcd32ad
FF
77242002-05-12 Fred Fish <[email protected]>
7725
7726 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7727 sect_index_xxx members to index the first slot in section_offsets
7728 if all of the section_offsets are zero.
7729
89cf4787
MK
77302002-05-12 Mark Kettenis <[email protected]>
7731
7732 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7733 checked in with last change.
7734
1f77ffc5
MK
77352002-05-12 Mark Kettenis <[email protected]>
7736
7737 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7738 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7739 config.sub.
7740
89b8b4a9
DJ
77412002-05-12 Daniel Jacobowitz <[email protected]>
7742
7743 * Makefile.in: Update dependencies.
7744
14a5e767
AC
77452002-05-11 Andrew Cagney <[email protected]>
7746
7747 * language.c (local_hex_string_custom): Simplify. Do not depend
7748 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7749
7750 * memattr.c (mem_info_command): Replace calls to
7751 longest_local_hex_string and longest_local_hex_string_custom.
7752 * buildsym.c (make_blockvector): Ditto.
7753 * solib.c (info_sharedlibrary_command): Ditto.
7754 * tracepoint.c (tracepoints_info): Ditto.
7755 * symtab.c (print_msymbol_info): Ditto.
7756
7757 * language.c (local_hex_string): Delete.
7758 (local_hex_string_custom): Delete.
7759 (longest_local_hex_string): Rename to local_hex_string.
7760 (longest_local_hex_string_custom): Rename to
7761 local_hex_string_custom.
7762 * language.h (local_hex_string): Change parameter type to LONGEST.
7763 (local_hex_string_custom): Ditto.
7764 (longest_local_hex_string): Delete declaration.
7765 (longest_local_hex_string_custom): Ditto.
7766
7767 * solib.c: Update copyright.
7768 * memattr.c: Update copyright.
7769
13d01224
AC
77702002-05-11 Andrew Cagney <[email protected]>
7771
7772 * arch-utils.h (legacy_register_to_value): Declare.
7773 (legacy_value_to_register): Declare.
7774 (legacy_convert_register_p): Declare.
7775 * arch-utils.c (legacy_register_to_value): New function.
7776 (legacy_value_to_register): New function.
7777 (legacy_convert_register_p): New function.
7778
7779 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7780 (VALUE_TO_REGISTER): Define.
7781 (CONVERT_REGISTER_P): Define.
7782 * gdbarch.h, gdbarch.c: Regenerate.
7783
7784 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7785 VALUE_TO_REGISTER.
7786 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7787 CONVERT_REGISTER_P.
7788
4a1970e4
DJ
77892005-05-11 Daniel Jacobowitz <[email protected]>
7790 Peter Schauer <[email protected]>
7791
7792 * Makefile.in: Update dependencies for valops.c.
7793 * valops.c: Include "gdb_assert.h".
7794 (typecmp): Skip THIS parameter to methods.
7795 (find_method_list): Remove static_memfuncp argument,
7796 update callers. Check for stub methods.
7797 (find_value_oload_method_list): Don't set *static_memfuncp.
7798 (find_overload_match): Don't check for stub methods. Assert
7799 that methods are not stubbed. Handle static methods.
7800 (value_find_oload_method_list): Remove static_memfuncp argument.
7801 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7802 to the argument list for static stub methods.
7803 * value.h (value_find_oload_method_list): Update prototype.
7804
b2e75d78
AC
78052002-05-11 Andrew Cagney <[email protected]>
7806
7807 * arch-utils.h (generic_register_size): Declare.
7808 (generic_register_raw_size, generic_register_virtual_size): Delete
7809 declarations.
7810 * arch-utils.c (generic_register_raw_size): Delete.
7811 (generic_register_size): New function.
7812 (generic_register_virtual_size): Delete.
7813
7814 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7815 default generic_register_size.
7816 * gdbarch.h, gdbarch.c: Re-generate.
7817
7818 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7819 register_virtual_size.
7820 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7821 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7822
451fbdda
AC
78232002-05-11 Andrew Cagney <[email protected]>
7824
7825 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7826 * gdbarch.h, gdbarch.c: Regenerate.
7827 * gnu-v3-abi.c: Update copyright.
7828 (vtable_address_point_offset): Update.
7829 (gnuv3_rtti_type): Update.
7830 (gnuv3_baseclass_offset): Update.
7831 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7832 (init_fetch_link_map_offsets): Update.
7833 * remote.c (get_remote_state): Update.
7834
6d2f5cea
DJ
78352002-05-11 Daniel Jacobowitz <[email protected]>
7836
7837 * TODO: Remove value_headof/value_from_vtable_info comment.
7838 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7839 * values.c (value_headof, value_from_vtable_info): Delete.
7840 * value.h (value_from_vtable_info): Delete prototype.
7841
d2324da4
AC
78422002-05-11 Andrew Cagney <[email protected]>
7843
7844 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7845 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7846 $(gdb_regex_h).
7847 (gdb_assert_h): Define.
7848 (gdb_wait_h): Define.
7849 (gdb_regex_h): Define.
7850
5c717440
DJ
78512002-05-11 Daniel Jacobowitz <[email protected]>
7852
7853 From Peter Schauer <[email protected]>:
7854 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7855
6c7861b3
JT
78562002-05-11 Jason Thorpe <[email protected]>
7857
7858 * nbsd-tdep.c: Fix comment.
7859
ea5bc2a6
JT
78602002-05-11 Jason Thorpe <[email protected]>
7861
7862 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7863 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7864 (nbsd-tdep.o): New dependency list.
7865 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7866 nbsd-tdep.h.
7867 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7868 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7869 * nbsd-tdep.c: New file.
7870 * nbsd-tdep.h: New file.
7871 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7872 nbsd-tdep.h.
7873 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7874 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7875 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7876 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7877
b28da865
JT
78782002-05-11 Jason Thorpe <[email protected]>
7879
7880 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7881 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7882 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7883 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7884 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7885 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7886
4b8ff1fa
JT
78872002-05-11 Jason Thorpe <[email protected]>
7888
7889 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7890 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7891 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7892 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7893 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7894 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7895 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7896
dfe6eb1f
JT
78972002-05-11 Jason Thorpe <[email protected]>
7898
7899 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7900 fetch_elfcore_registers to...
7901 * i386nbsd-tdep.c: ...here.
7902 (i386nbsd_use_struct_convention): Rename to...
7903 (i386nbsd_aout_use_struct_convention): ...this.
7904 (i386nbsd_supply_reg): New function.
7905 (i386nbsd_fill_reg): New function.
7906 (fetch_core_registers): Use i386nbsd_supply_reg.
7907 (fetch_elfcore_registers): Likewise.
7908 (_initialize_i386nbsd_tdep): New function.
7909 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7910 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7911 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7912 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7913 (i386nbsd_aout_use_struct_convention): ...this.
7914
20cb8cda
JT
79152002-05-11 Jason Thorpe <[email protected]>
7916
7917 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7918 (store_inferior_registers): Use shnbsd_fill_reg.
7919 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7920 sh_nbsd_supply_register): Collapse into...
7921 (shnbsd_supply_reg): ...this.
7922 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7923 (shnbsd_fill_reg): ...this.
7924 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7925 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7926 (fetch_core_registers): Use shnbsd_supply_reg.
7927 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7928 (sh_nbsd_core_fns): Rename to...
7929 (shnbsd_core_fns): ...this.
7930 (sh_nbsd_elfcore_fns): Rename to...
7931 (shnbsd_elfcore_fns): ...this.
7932 (sh_nbsd_init_abi): Rename to...
7933 (shnbsd_init_abi): ...this.
7934 (_initialize_sh_nbsd_tdep): Rename to...
7935 (_initialize_shnbsd_tdep): ...this.
7936 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7937 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7938 sh_nbsd_fill_register): Remove prototypes.
7939 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7940
e750d25e
JT
79412002-05-11 Jason Thorpe <[email protected]>
7942
7943 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7944 (i387-nat.o): Delete dependency list.
7945 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7946 (x86-64-linux-nat.o): Likewise.
7947 * i387-nat.c: Delete file, moving contents to...
7948 * i387-tdep.c: ...here.
7949 * i387-nat.h: Rename...
7950 * i387-tdep.h: ...to this.
7951 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7952 * i386-linux-nat.c: Likewise.
7953 * i386bsd-nat.c: Likewise.
7954 * i386gnu-nat.c: Likewise.
7955 * i386nbsd-nat.c: Likewise.
7956 * i386v4-nat.c: Likewise.
7957 * x86-64-linux-nat.c: Likewise.
7958 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7959 * config/i386/go32.mh (NATDEPFILES): Likewise.
7960 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7961 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7962 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7963 * config/i386/linux.mh (NATDEPFILES): Likewise.
7964 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7965 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7966 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7967 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7968
1aee598a
JT
79692002-05-11 Jason Thorpe <[email protected]>
7970
7971 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7972 (alphanbsd-nat.o): Remove dependency list.
7973 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7974 * alphanbsd-nat.c: Delete. Contents moved to...
7975 * alphanbsd-tdep.c: ...here.
7976 (_initialize_alphanbsd_tdep): Register core functions.
7977 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7978
12bcb0fe
JT
79792002-05-11 Jason Thorpe <[email protected]>
7980
7981 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7982 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7983 (alphanbsd-nat.o): Likewise.
7984 (alphabsd-tdep.o): New dependency list.
7985 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7986 (fill_gregset): Use alphabsd_fill_reg.
7987 (supply_fpregset): Use alphabsd_supply_fpreg.
7988 (fill_fpregset): Use alphabsd_fill_fpreg.
7989 (fetch_inferior_registers): Use struct reg and struct fpreg
7990 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7991 and alphabsd_supply_fpreg.
7992 (store_inferior_registers): Use struct reg and struct fpreg
7993 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7994 and alphabsd_fill_fpreg.
7995 * alphabsd-tdep.c: New file.
7996 * alphabsd-tdep.h: New file.
7997 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7998 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7999 alphabsd_supply_fpreg.
8000 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
8001 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
8002
361d1df0
EC
80032002-05-11 Eric Christopher <[email protected]>
8004
8005 * mips-tdep.c (mips_double_register_type): Fix thinko.
8006 (mips_single_register_type): Ditto.
8007 * MAINTAINERS: Add self.
8008
92dd7cee
MK
80092002-05-11 Mark Kettenis <[email protected]>
8010
8011 * i387-nat.c (i387_supply_register, i387_fill_fsave,
8012 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
8013 right thing on architectures with different endianness and/or
8014 integer sizes.
8015
e27da16d
JT
80162002-05-10 Jason Thorpe <[email protected]>
8017
8018 From Christian Limpach <[email protected]>
8019 * configure.in: Change sed expression which comments out
8020 NATDEPFILES to also comment out continuation lines.
8021 * configure: Regenerate.
8022
ddde02bd
EZ
80232002-05-10 Elena Zannoni <[email protected]>
8024
8025 * sh-tdep.c: Clean up code erroneously reintroduced by previous
8026 big patch.
8027
1c922164
EZ
80282002-05-10 Elena Zannoni <[email protected]>
8029
8030 * sh-tdep.c: Include correct file.
8031
283150cd
EZ
80322002-05-10 Elena Zannoni <[email protected]>
8033
8034 New support for sh64-elf (sh5) target.
8035
8036 * configure.tgt: For sh64-elf target, default to sh-elf.
8037
8038 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
8039 (struct gdbarch_tdep): Add new fields for new registers and ABI
8040 info.
361d1df0 8041
283150cd
EZ
8042 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
8043 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
8044 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
8045 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
8046 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
8047 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
8048 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
8049 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
8050 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
8051 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
8052 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
8053 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
8054 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
8055 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
8056 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
8057 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
8058 sh64_get_gdb_regnum, sh64_media_reg_base_num,
8059 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
8060 sign_extend, sh64_nofp_frame_init_saved_regs,
8061 sh64_init_extra_frame_info, sh64_get_saved_register,
8062 sh64_extract_struct_value_address, sh64_pop_frame,
8063 sh64_push_arguments, sh64_extract_return_value,
8064 sh64_store_return_value, sh64_show_media_regs,
8065 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
8066 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
8067 sh_sh64_register_virtual_type,
8068 sh_sh64_register_convert_to_virtual,
8069 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
8070 sh64_register_read, sh64_pseudo_register_write,
8071 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
8072 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
8073 sh64_do_pseudo_register, sh_compact_do_registers_info,
8074 sh64_do_registers_info, sh_gdbarch_init): New functions.
8075
3117ed25
EZ
80762002-05-10 Elena Zannoni <[email protected]>
8077
8078 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
8079
2654e6d4
DJ
80802002-05-10 Daniel Jacobowitz <[email protected]>
8081
8082 * linespec.c (decode_line_1): Check for a double quote after
8083 a filename correctly.
8084
9ab3e532
JB
80852002-05-10 Jim Blandy <[email protected]>
8086
8087 Properly track the size of the current objfile's .debug_line section.
8088 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
8089 (DWARF_LINE_SIZE): New macro.
8090 (dwarf2_build_psymtabs_hard): Record the line section's size in
8091 the partial symbol table.
8092 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
8093 symbol table.
8094
126fa72d
PS
80952002-05-10 Petr Sorfa <[email protected]>
8096
8097 * ia64-tdep.c: Handle breakpoints on L instruction type
8098 in MLX instruction bundle by moving the breakpoint to
8099 the third slot (X instruction type) as L holds only data.
8100
1f077a3e
KB
81012002-05-10 Kevin Buettner <[email protected]>
8102
8103 * dbxread.c (discarding_local_symbols_complaint): New complaint.
8104 (process_one_symbol): Complain about discarding local symbols
8105 due to a misplaced N_LBRAC entry.
8106
8120c9d5 81072002-05-09 Elena Zannoni <[email protected]>
361d1df0
EC
8108
8109 From Daniel Berlin <[email protected]>
8120c9d5
EZ
8110 * linespec.c (find_toplevel_char): '<' and '>' also increase and
8111 decrease the depth we are at, in the case of templates.
361d1df0 8112
67b2c998
DJ
81132002-05-09 Daniel Jacobowitz <[email protected]>
8114
8115 * mips-tdep.c (mips_float_register_type): New function.
8116 (mips_double_register_type): New function.
8117 (mips_print_register): Use them.
8118 (do_fp_register_row): Likewise.
8119
fd326606
DJ
81202002-05-09 Daniel Jacobowitz <[email protected]>
8121
6609d9af 8122 * signals/signals.c (signals): Remove conditional compilation around
fd326606 8123 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 8124 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 8125
bef35864
MS
81262002-05-09 Michael Snyder <[email protected]>
8127
8128 * remote-rdp.c (remote_rdp_can_run): Remove.
8129
c55a3f73
TT
81302002-05-09 Tom Tromey <[email protected]>
8131
8132 * jv-valprint.c (java_val_print): Handle `char' as a special case
8133 of TYPE_CODE_INT.
8134
b8d5e71d
MS
81352002-05-09 Michael Snyder <[email protected]>
8136
8137 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8138 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 8139 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 8140 str r(0123),[sp,#nn].
361d1df0 8141 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
8142 order-independent by placing it in a loop.
8143
e2cd42dd
MS
81442002-05-06 Michael Snyder <[email protected]>
8145
8146 * stabsread.c (read_type): Add recognition for new attribute:
8147 "@V;" means that an array type is actually a vector.
8148 This is analogous to the vector flag that's been added to dwarf2.
8149
3ce1502b
MK
81502002-05-09 Mark Kettenis <[email protected]>
8151
8152 * i386-tdep.h (i386_abi): New enum.
8153 (struct gdbarch_tdep): Replace os_ident member with abi.
8154 (i386_gdbarch_register_os_abi): New prototype.
8155 * i386-tdep.c (i386_abi_names): New array.
8156 (process_note_abi_tag_sections): Removed.
8157 (process_note_sections): New function.
8158 (i386_elf_abi_from_note, i386_elf_abi): New functions.
8159 (struct i386_abi_handler): New struct.
8160 (i386_abi_handler_list): New variable.
8161 (i386_gdbarch_register_os_abi): New function.
8162 (i386_gdbarch_init): Adapt for the changes given above.
8163
084c156a
DJ
81642002-05-08 Daniel Jacobowitz <[email protected]>
8165
8166 * gregset.h: Say "GNU/Linux".
8167
6599f021
EZ
81682002-05-08 Elena Zannoni <[email protected]>
8169
8170 * gdbtypes.c : Add new builtin type for 64 bit vectors.
8171 (build_gdbtypes): Build builtin_type_v2_float.
8172 (_initialize_gdbtypes): Register new builtin type.
8173
40af4b0c
AC
81742002-05-08 Andrew Cagney <[email protected]>
8175
8176 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8177 (clear_gdbarch_swap): New function.
8178 (initialize_non_multiarch): Call.
8179 (gdbarch_update_p): Before calling init(), swap out and clear the
8180 existing architecture.
8181 * gdbarch.c: Regenerate.
8182
4fe84f46
JT
81832002-05-08 Jason Thorpe <[email protected]>
8184
8185 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8186 alphanbsd-tdep.c.
8187
4015edd1
JT
81882002-05-08 Jason Thorpe <[email protected]>
8189
8190 * sh-nbsd-nat.c: Rename to...
8191 * shnbsd-nat.c: ...this.
8192 * sh-nbsd-tdep.c: Rename to...
8193 * shnbsd-tdep.c: ...this.
8194 * sh-nbsd-tdep.h: Rename to...
8195 * shnbsd-tdep.h: ...this.
8196 * config/sh/nbsd.mh: Use shnbsd-nat.o.
8197 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8198
0e2bd219
RE
81992002-05-08 Richard Earnshaw <[email protected]>
8200
8201 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8202 concatenation for command help messages.
8203
13a38d45
JT
82042002-05-08 Jason Thorpe <[email protected]>
8205
8206 * NEWS: Note new sh*-*-netbsdelf* configuration.
8207 * configure.host: Set gdb_host_cpu to sh for all sh*.
8208 (sh*-*-netbsdelf*): New host.
8209 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8210 (sh*-*-netbsdelf*): New target.
8211 * sh-nbsd-nat.c: New file.
8212 * sh-nbsd-tdep.c: New file.
8213 * sh-nbsd-tdep.h: New file.
8214 * config/sh/nbsd.mh: New file.
8215 * config/sh/nbsd.mt: New file.
8216 * config/sh/nm-nbsd.h: New file.
8217 * config/sh/tm-nbsd.h: New file.
8218
d658f924
JT
82192002-05-08 Jason Thorpe <[email protected]>
8220
8221 * sh-tdep.c (sh_osabi_names): Declare.
8222 (process_note_abi_tag_sections): New function.
8223 (get_elfosabi): Ditto.
8224 (sh_gdbarch_register_os_abi): Ditto.
8225 (sh_dump_tdep): Ditto.
8226 _initialize_sh_tdep): Use gdbarch_register to register
8227 sh_gdbarch_init and sh_dump_tdep.
8228 * config/sh/tm-sh.h (sh_osabi): Declare.
8229 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8230
848cfffb
AC
82312002-05-07 Andrew Cagney <[email protected]>
8232
8233 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8234 (thumb_scan_prologue): Ditto.
8235 (arm_find_callers_reg): Ditto.
8236 (arm_frame_chain): Ditto.
8237 (arm_init_extra_frame_info): Ditto.
8238 (arm_frame_saved_pc): Ditto.
8239 (arm_pop_frame): Ditto.
8240 (arm_push_return_address): New function.
8241 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8242 call_dummy_location, call_dummy_breakpoint_offset_p,
8243 call_dummy_breakpoint_offset, call_dummy_p,
8244 call_dummy_stack_adjust_p, call_dummy_words,
8245 sizeof_call_dummy_words, call_dummy_start_offset,
8246 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8247 call_dummy_address, push_return_address and push_dummy_frame for
8248 generic dummy frames.
8249
e7d717c0
JT
82502002-05-07 Jason Thorpe <[email protected]>
8251
8252 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8253 size computation for alloca.
8254 (sh_fp_frame_init_saved_regs): Likewise.
8255
7bbcf283
RE
82562002-05-07 Richard Earnshaw <[email protected]>
8257
8258 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8259 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 8260 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
8261 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8262 * remote-rdp.c (remote_rdp_fetch_register): Use
8263 ARM_MAX_REGISTER_RAW_SIZE.
8264 (remote_rdp_store_register): Likewise.
8265
4657573b
ML
82662002-05-07 Michal Ludvig <[email protected]>
8267
361d1df0 8268 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
8269 added default labels to switch {} statements.
8270 * x86-64-tdep.c: Ditto.
8271 * x86-64-linux-nat.c: Ditto.
8272
010f3b2f
JT
82732002-05-07 Jason Thorpe <[email protected]>
8274
8275 * solib.h: Protect against multiple inclusion.
8276
debd256d
JB
82772002-05-06 Jim Blandy <[email protected]>
8278
9ab3e532
JB
8279 Add first preprocessor macro-expansion files.
8280 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8281 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8282 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8283 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8284 (COMMON_OBS): Add macrotab.o, macroexp.o.
8285 (macroexp.o, macrotab.o): New rules.
8286
debd256d
JB
8287 Separate the job of reading the line number info statement program
8288 header (...expialidocious) out into its own function.
8289 * dwarf2read.c (struct line_head, struct filenames, struct
8290 directories): Replace with...
8291 (struct line_header): New structure, containing the full
8292 contents of the statement program header, including the
8293 include directory and file name tables.
8294 (read_file_scope): If we have line number info, instead of just
8295 calling dwarf_decode_lines to do all the work, call
8296 dwarf_decode_line_header first to get a `struct line_header'
8297 containing the data in the statement program header, and then
8298 pass that to dwarf_decode_lines, which will pick up where that
8299 left off. Be sure to clean up the `struct line_header' object.
8300 (dwarf_decode_line_header, free_line_header, add_include_dir,
8301 add_file_name): New functions.
8302 (dwarf_decode_lines): Move all the code to read the statement
8303 program header into dwarf_decode_line_header. Take the line
8304 header it built as the first argument, instead of the offset to
8305 the compilation unit's line number info. Use the new `struct
8306 line_header' type instead of the old structures. No need to do
8307 cleanups here now, since we don't allocate anything.
8308 (dwarf2_statement_list_fits_in_line_number_section,
8309 dwarf2_line_header_too_long): New complaints.
8310
ac3aafc7
EZ
83112002-05-06 Elena Zannoni <[email protected]>
8312
8313 * gdbtypes.c (init_vector_type): New function.
8314 (build_builtin_type_vec128): Simplify the representation of SIMD
8315 registers.
8316 (build_gdbtypes): Initialize new builtin vector types.
8317 (_initialize_gdbtypes): Register new vector types with gdbarch.
8318 (builtin_type_v4_float, builtin_type_v4_int32,
8319 builtin_type_v8_int16, builtin_type_v16_int8,
8320 builtin_type_v2_int32, builtin_type_v4_int16,
8321 builtin_type_v8_int8): New (renamed) SIMD types.
8322
13e49980
MK
83232002-05-06 Mark Kettenis <[email protected]>
8324
8325 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8326 (i387_fill_fxsave): Likewise.
8327
997b20b8
AO
83282002-05-05 Alexandre Oliva <[email protected]>
8329
8330 * alpha-tdep.c (alpha_extract_return_value): Don't use
8331 non-constant array size in prototype.
8332
535c96ce
AC
83332002-05-04 Andrew Cagney <[email protected]>
8334
8335 From Brian Taylor <briant at model dot com>:
8336 * ui-out.c (ui_out_field_core_addr): Use the function
8337 longest_local_hex_string_custom'to format addresses > 32 bits
8338 wide.
8339
8340 * ui-out.c (ui_out_field_core_addr): Update comment.
8341
bedfa57b
AC
83422002-05-04 Andrew Cagney <[email protected]>
8343
8344 * stack.c (select_and_print_frame): Make static. Delete the
8345 parameter `level'.
8346 (func_command): Update call.
8347 (select_frame_command): Delete code computing the frame level.
8348 * frame.h (select_and_print_frame): Delete declaration.
8349
f621c63e
AC
83502002-05-04 Andrew Cagney <[email protected]>
8351
8352 * sparc-tdep.c (sparc_get_saved_register): Comment why
8353 get_prev_frame call is safe.
8354
0f7d239c
AC
83552002-05-04 Andrew Cagney <[email protected]>
8356
8357 * frame.h (select_frame): Delete level parameter.
8358 * stack.c (select_frame): Update. Use frame_relative_level to
8359 obtain the frame's level.
8360 (select_and_print_frame): Update call.
8361 (select_frame_command): Ditto.
8362 (up_silently_base): Ditto.
8363 (down_silently_base): Ditto.
8364 * ocd.c (ocd_start_remote): Ditto.
8365 * remote-rdp.c (remote_rdp_open): Ditto.
8366 * remote-mips.c (mips_initialize): Ditto.
8367 (common_open): Ditto.
8368 * remote-e7000.c (e7000_start_remote): Ditto.
8369 * m3-nat.c (select_thread): Ditto.
8370 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8371 (child_get_current_exception_event): Ditto.
8372 * varobj.c (varobj_create): Ditto.
8373 (varobj_update): Ditto.
8374 (c_value_of_root): Ditto.
8375 * tracepoint.c (finish_tfind_command): Ditto.
8376 * corelow.c (core_open): Ditto.
8377 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8378 * thread.c (info_threads_command): Ditto.
8379 (switch_to_thread): Ditto.
8380 * infrun.c (normal_stop): Ditto.
8381 (restore_selected_frame): Ditto.
8382 (restore_inferior_status): Ditto.
8383 * breakpoint.c (insert_breakpoints): Ditto.
8384 (watchpoint_check): Ditto.
8385 (bpstat_stop_status): Ditto.
8386 (do_enable_breakpoint): Ditto.
8387 * blockframe.c (flush_cached_frames): Ditto.
8388 (reinit_frame_cache): Ditto.
8389
71d6c7b1
AC
83902002-05-04 Andrew Cagney <[email protected]>
8391
8392 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8393 maintainer.
8394
cda6c68a
JB
83952002-05-04 Jim Blandy <[email protected]>
8396
8397 * gdbtypes.c (replace_type): Doc fix.
8398
5c1c87f0
AC
83992002-05-04 Andrew Cagney <[email protected]>
8400
8401 * valprint.c (strcat_longest): Delete commented out function.
8402 Update copyright.
8403
cd9bfe15
AC
84042002-05-04 Andrew Cagney <[email protected]>
8405
8406 * MAINTAINERS: Mark a29k as deleted.
8407 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8408 Move new configurations to the top.
8409 * configure.tgt: Remove a29k.
8410 * config/a29k/tm-vx29k.h: Delete.
8411 * config/a29k/vx29k.mt: Delete.
8412 * config/a29k/tm-a29k.h: Delete.
8413 * config/a29k/a29k-udi.mt: Delete.
8414 * config/a29k/a29k.mt: Delete.
8415 * a29k-tdep.c: Delete.
8416 * remote-udi.c: Delete.
8417 * remote-mm.c: Delete.
8418 * remote-eb.c: Delete.
8419 * remote-adapt.c: Delete.
8420 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
8421 * config/s390/s390x.mt: Ditto.
8422 * config/s390/s390.mt: Ditto.
8423 * config/sparc/sparclynx.mh: Ditto.
8424 * config/sparc/linux.mh: Ditto.
8425 * config/pa/hppaosf.mh: Ditto.
8426 * config/pa/hppabsd.mh: Ditto.
8427 * config/ns32k/nbsd.mt: Ditto.
8428 * config/mips/vr5000.mt: Ditto.
8429 * config/m68k/sun3os4.mh: Ditto.
8430 * config/m68k/nbsd.mt: Ditto.
8431 * config/m68k/m68klynx.mh: Ditto.
8432 * config/m32r/m32r.mt: Ditto.
8433 * config/i386/x86-64linux.mt: Ditto.
8434 * config/i386/nbsdelf.mt: Ditto.
8435 * config/i386/nbsd.mt: Ditto.
8436 * config/i386/i386lynx.mh: Ditto.
8437
bf0c5130
AC
84382002-05-04 Andrew Cagney <[email protected]>
8439
8440 * target.c (debug_print_register): New function. Handle oversize
8441 registers.
8442 (debug_to_fetch_registers): Call.
8443 (debug_to_store_registers): Call.
8444
2ae1c2d2
JB
84452002-05-03 Jim Blandy <[email protected]>
8446
13a393b0
JB
8447 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8448 (read_type): Doc fix.
8449 * gdbtypes.c (replace_type): Doc fix.
8450
2ae1c2d2
JB
8451 * stabsread.c (multiply_defined_struct): New complaint.
8452 (read_struct_type): If the type we were passed isn't empty, or
8453 incomplete, don't read the new struct type into it; complain,
8454 and return the original type unchanged. Take a new `type_code'
8455 argument, which is the type code for the new type.
8456 (read_type): Rather than storing the type's type code here, pass
8457 it as an argument to read_struct_type, and let that take care of
8458 storing it. That way, we don't overwrite the original type code,
8459 so read_struct_type can use it to decide whether we're overwriting
8460 something we shouldn't.
8461 (complain_about_struct_wipeout): New function.
8462
8de9bdc4
AC
84632002-05-03 Andrew Cagney <[email protected]>
8464
8465 * gdbarch.sh: Assert that gdbarch is non-NULL.
8466 * gdbarch.c: Regenerate.
8467
f773fdbb
JM
84682002-05-03 Jason Merrill <[email protected]>
8469
8470 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8471 and return NULL.
8472
0e04a514
ML
84732002-05-03 Michal Ludvig <[email protected]>
8474
8475 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8476 (x86_64_dwarf2gdb_regno_map_length),
8477 (x86_64_dwarf2_reg_to_regnum): Added.
8478 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8479 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8480 (_initialize_x86_64_tdep): Synced with the change above.
8481 (x86_64_skip_prologue): Reformulated message.
8482
065432a8
PM
84832002-05-03 Pierre Muller <[email protected]>
8484
8485 * f-exp.y: Also use new prev_lexptr variable
8486 to improve error reporting. Based on Michael Snyder
8487 2002-04-24 dated patch to c-exp.y.
8488 * jv-exp.y: Likewise.
8489 * m2-exp.y: Likewise.
8490
a3162708
EZ
84912002-05-02 Elena Zannoni <[email protected]>
8492
8493 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8494 we are dealing with vectors.
8495
03620c38
PM
84962002-05-02 Pierre Muller <[email protected]>
8497
8498 * config/m68k/tm-nbsd.h: Obvious fix,
8499 correct machine name.
8500
6604db2e
PM
85012002-05-02 Pierre Muller <[email protected]>
8502
8503 * p-typeprint.c (pascal_type_print_base): Add support
8504 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8505
0906b739
PM
85062002-05-02 Pierre Muller <[email protected]>
8507
8508 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8509 for fondamental pascal 'char' type.
8510
e2625b33
PM
85112002-05-02 Pierre Muller <[email protected]>
8512
8513 * p-lang.h (is_pascal_string_type): Declaration changed,
8514 new sixth argument of type char ** added.
361d1df0 8515 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
8516 changed. Args length_pos, length_size, string_pos, char_size
8517 can now be NULL. New argument arrayname set to the field
8518 name of the char array. Return value set to char array
8519 field index plus one.
361d1df0 8520 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
8521 is_pascal_string_type function.
8522
cf17c188
AC
85232002-05-02 Andrew Cagney <[email protected]>
8524
8525 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8526 <[email protected]> change.
8527 * gdbarch.c: Regenerate.
8528
52bca491
AC
85292002-05-02 Andrew Cagney <[email protected]>
8530
8531 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8532 before probing for a new one. Detect errorenous gdbarch_init
8533 functions.
8534 * gdbarch.c: Regenerate.
8535
d5e72505
AC
85362002-05-01 Andrew Cagney <[email protected]>
8537
8538 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8539 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8540 * config/v850/tm-v850.h: Ditto. Update copyright.
8541
af566d9f
AC
85422002-04-30 Andrew Cagney <[email protected]>
8543
8544 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8545 current_gdbarch.
8546
880d85fa
MS
85472002-04-30 Michael Snyder <[email protected]>
8548
94c30b78
MS
8549 * arm-tdep.c: Whitespace clean-ups.
8550 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
8551 should have been removed as part of 4/24 change.
8552
6f5987a6
KB
85532002-04-30 Kevin Buettner <[email protected]>
8554
8555 * rs6000-tdep.c: Added comment describing how fpscr register
8556 numbers were chosen.
8557
1a113c93
MS
85582002-04-30 Michael Snyder <[email protected]>
8559
8560 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8561
9a6f53fe
EZ
85622002-04-29 Elena Zannoni <[email protected]>
8563
8564 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8565 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8566 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8567
11ed25ac
KB
85682002-04-29 Kevin Buettner <[email protected]>
8569
8570 From Louis Hamilton <[email protected]>:
8571 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8572 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8573 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8574 not bfd-private xcoff data, to determine wordsize.
8575 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8576
ae232405
AC
85772002-04-29 Andrew Cagney <[email protected]>
8578
8579 GDB 5.2 released from 5.2 branch.
8580
91fd20f7
ML
85812002-04-29 Michal Ludvig <[email protected]>
8582
8583 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8584 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8585 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 8586
2dc5091b
EZ
85872002-04-29 Elena Zannoni <[email protected]>
8588
8589 * rs6000-tdep.c (rs6000_extract_return_value,
8590 rs6000_store_return_value): Handle returning vectors.
8591 (rs6000_gdbarch_init): Use
8592 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8593 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8594 New function.
8595 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8596 vectors.
8597 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8598 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 8599
2b9848d8
PM
86002002-04-24 Pierre Muller <ics.u-strasbg.fr>
8601
8602 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 8603 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
8604 with fprintf_unfiltered (gdb_stderr,...).
8605
f8d17dc5
PM
86062002-04-24 Pierre Muller <ics.u-strasbg.fr>
8607
8608 * remote-array.c (printf_monitor, write_monitor,
361d1df0 8609 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
8610 Replace fprintf (stderr,...
8611 with fprintf_unfiltered (gdb_stderr,....
8612 * remote-es.c: Likewise.
8613 * remote-os9k.c: Likewise.
8614 * remote-st.c: Likewise.
8615
2f2f1ad1
AS
86162002-04-28 Andreas Schwab <[email protected]>
8617
8618 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8619 linux-proc.o and gcore.o.
8620
b6779aa2
AC
86212002-04-26 Michal Ludvig <[email protected]>
8622
8623 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8624 code without frame pointers.
8625
7e57f5f4
AC
86262002-04-26 Andrew Cagney <[email protected]>
8627
8628 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8629 ON_STACK is needed.
8630
2ceb85d0
BE
86312002-04-26 Ben Elliston <[email protected]>
8632
8633 * target.c (do_xfer_memory): Correct reference to the new option
8634 "trust-readonly-sections".
8635
f5f8a009
EZ
86362002-04-26 Elena Zannoni <[email protected]>
8637
8638 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8639 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8640 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8641 vectors.
8642 (read_array_type): Record the fact that this array type is really a
8643 vector (i.e. are passed in by value).
8644
5868c862
JT
86452002-04-26 Jason Thorpe <[email protected]>
8646
8647 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8648 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8649 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8650 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8651 * alpha-linux-tdep.c: Include frame.h.
8652 (alpha_linux_sigcontext_addr): New function.
8653 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8654 alpha_linux_sigcontext_addr.
8655 * alpha-osf1-tdep.c: Include gdbcore.h.
8656 (alpha_osf1_sigcontext_addr): New function.
8657 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8658 alpha_osf1_sigcontext_addr.
8659 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8660 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8661
bfb01f37
AC
86622002-04-26 Andrew Cagney <[email protected]>
8663
361d1df0 8664 * stack.c (selected_frame_level):
bfb01f37
AC
8665 (select_frame): Do not set selected_frame_level.
8666 * frame.h (selected_frame_level): Delete declaration.
8667
15813d3f
AC
86682002-04-26 Andrew Cagney <[email protected]>
8669
8670 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8671 convert_from_func_ptr-addr when AIX / PowerOpen.
8672
6096c27a
AC
86732002-04-25 Andrew Cagney <[email protected]>
8674
8675 * valops.c (hand_function_call): Call
8676 generic_save_call_dummy_addr.
8677 * frame.h (generic_save_call_dummy_addr): Declare.
8678 * blockframe.c (struct dummy_frame): Add fields call_lo and
8679 call_hi.
8680 (generic_find_dummy_frame): Check for PC in range call_lo to
8681 call_hi instead of entry_point_address.
8682 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8683 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8684 (generic_save_call_dummy_addr): New function.
8685
f510d44e
DM
86862002-04-24 David S. Miller <[email protected]>
8687
8688 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8689 sparc_skip_prologue.
8690 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8691 information to find prologue when possible.
8692 (sparc_prologue_frameless_p): Call examine_prologue directly.
8693 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8694 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8695 second argument.
8696 (SKIP_PROLOGUE): Likewise.
8697
15d72a92
JT
86982002-04-25 Jason Thorpe <[email protected]>
8699
8700 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8701 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8702 indicate that the condition it was testing is always true.
8703 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8704 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8705 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8706
accc6d1f
JT
87072002-04-25 Jason Thorpe <[email protected]>
8708
8709 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8710 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8711 tdep->jb_pc and tdep->jb_elt_size.
8712 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8713 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8714 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8715 * alpha-nat.c (get_longjmp_target): Remove.
8716 (JB_ELEMENT_SIZE): Ditto.
8717 (JB_PC): Ditto.
8718 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8719 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8720 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8721 to alpha_get_longjmp_target.
8722 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8723 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8724 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8725
1bfdc549
AC
87262002-04-25 Andrew Cagney <[email protected]>
8727
8728 * README: Update to GDB 5.2.
8729
1bd316f0
AC
87302002-04-25 Andrew Cagney <[email protected]>
8731
8732 * gdbarch.sh (LC_ALL): Set to `c'.
8733
2e5ff58c
TR
87342002-04-25 Theodore A. Roth <[email protected]>
8735
8736 * avr-tdep.c: Ran through gdb_indent.sh.
8737
e33ce519
TR
87382002-04-25 Theodore A. Roth <[email protected]>
8739
8740 * MAINTAINERS: Add myself as AVR maintainer.
8741 * NEWS: Note new target avr.
8742
8818c391
TR
87432002-04-25 Theodore A. Roth <[email protected]>
8744
8745 * Makefile.in: Add support for AVR target.
8746 * configure.tgt: Add support for AVR target.
8747 * avr-tdep.c: New file
8748 * config/avr/avr.mt: New file.
8749
79509c2d
TR
87502002-04-25 Theodore A. Roth <[email protected]>
8751
8752 * MAINTAINERS: Add myself to write-after-approval.
8753
dac8068e
PM
87542002-04-24 Pierre Muller <ics.u-strasbg.fr>
8755
8756 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8757 with fprintf_unfiltered (gdb_stderr,....
8758
25bf3106
PM
87592002-04-25 Pierre Muller <[email protected]>
8760
8761 Fix PR gdb/508.
8762 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8763
24467a86
PM
87642002-04-25 Pierre Muller <[email protected]>
8765
8766 * p-exp.y: Also use new prev_lexptr variable
8767 to improve error reporting. Based on Michael Snyder
8768 2002-04-24 dated patch to c-exp.y.
8769
95b80706
JT
87702002-04-25 Jason Thorpe <[email protected]>
8771
8772 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8773 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8774 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8775 to 0.
8776 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8777 and struct value.
8778 (FUNCTION_START_OFFSET): Remove.
8779 (BREAKPOINT): Ditto.
8780
e90cc612
JT
87812002-04-25 Jason Thorpe <[email protected]>
8782
8783 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8784 * NEWS: Ditto.
8785
6c72f9f9
JT
87862002-04-24 Jason Thorpe <[email protected]>
8787
8788 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8789 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8790 alpha_linux_pc_in_sigtramp.
8791 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8792 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8793 alpha_osf1_pc_in_sigtramp.
8794 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8795 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8796 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8797 alphafbsd_pc_in_sigtramp.
8798 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8799 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8800 alphanbsd_pc_in_sigtramp.
8801 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8802 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8803
5e4f3379
JT
88042002-04-24 Jason Thorpe <[email protected]>
8805
8806 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8807
da8ca43d
JT
88082002-04-24 Jason Thorpe <[email protected]>
8809
8810 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8811 alphanbsd-tdep.c.
8812 (alphanbsd-nat.o): New dependency list.
8813 (alphanbsd-tdep.o): Ditto.
8814 * NEWS: Note new native NetBSD/alpha configuration.
8815 * alphanbsd-nat.c: New file.
8816 * alphanbsd-tdep.c: Ditto.
8817 * configure.host (alpha*-*-netbsd*): New host.
8818 * configure.tgt (alpha*-*-netbsd*): New target.
8819 * config/alpha/nbsd.mh: New file.
8820 * config/alpha/nbsd.mt: Ditto.
8821 * config/alpha/nm-nbsd.h: Ditto.
8822 * config/alpha/tm-nbsd.h: Ditto.
8823
36a6271d
JT
88242002-04-24 Jason Thorpe <[email protected]>
8825
8826 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8827 (alpha-osf1-tdep.o): New dependency list.
8828 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8829 and skip_sigtramp_frame members.
8830 * alpha-linux-tdep.c: Include gdbcore.h.
8831 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8832 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8833 * alpha-osf1-tdep.c: New file.
8834 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8835 alpha-osf1-dep.c.
8836 (alpha_frame_past_sigtramp_frame): New function.
8837 (alpha_dynamic_sigtramp_offset): Ditto.
8838 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8839 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8840 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8841 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8842 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8843 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8844 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8845 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8846 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8847 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8848 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8849 to find_solib_trampoline_target.
8850 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8851 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8852 (SKIP_TRAMPOLINE_CODE): Remove.
8853 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8854 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8855 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8856 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8857 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8858 (PROC_SIGTRAMP_MAGIC): Ditto.
8859 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8860 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8861 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8862 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8863 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8864
2f4bc57b
JT
88652002-04-24 Jason Thorpe <[email protected]>
8866
8867 * NEWS: Note that Alpha targets are now multi-arch.
8868
665132f9
MS
88692002-04-24 Michael Snyder <[email protected]>
8870
8871 * parser-defs.h (prev_lexptr): New external variable.
8872 * parse.c (parse_exp_1): Set prev_lexptr to null before
8873 calling the language-specific parser.
8874 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8875 (yyerror): Use prev_lexptr in error reporting.
8876
32872fa7
DJ
88772002-04-24 Daniel Jacobowitz <[email protected]>
8878
8879 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8880 * gregset.h: If FILL_FPXREGSET is defined, provide
8881 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8882 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8883 is defined, call fill_fpxregset.
8884
57e76fac
MS
88852002-04-24 Roland McGrath <[email protected]>
8886
8887 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8888 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8889 (supply_gregset, supply_fpregset): New functions.
8890
8891 * gnu-nat.c (gnu_find_memory_regions): New function.
8892 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8893 (gnu_xfer_memory): Add a cast.
8894
f43845b3
MS
88952002-04-24 Michael Snyder <[email protected]>
8896
361d1df0 8897 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
8898 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8899 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 8900 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
8901 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8902 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8903
a0abec03
AC
8904Wed Apr 24 14:22:21 2002 Andrew Cagney <[email protected]>
8905
8906 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8907 NUM_PSEUDO_REGS can be used.
8908
d7bd68ca
AC
89092002-04-24 Andrew Cagney <[email protected]>
8910
8911 * arch-utils.h: Update copyright.
8912
8913 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8914 * gdbarch.h, gdbarch.c: Re-generate.
8915
8916 * inferior.h (IN_SIGTRAMP): Delete definition.
8917 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8918 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8919
8920 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8921 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8922 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8923 (find_proc_framesize): Ditto.
8924 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8925 (alpha_init_extra_frame_info): Ditto.
8926 * infrun.c (handle_inferior_event): Ditto.
8927 (handle_inferior_event): Ditto.
8928 (check_sigtramp2): Ditto.
8929 * blockframe.c (create_new_frame): Ditto.
8930 (get_prev_frame): Ditto.
8931 * ppc-linux-tdep.c: Update comments.
8932 * i386-linux-tdep.c: Update comments.
8933 * breakpoint.c (bpstat_what): Update comment.
8934
4867e41e
DM
89352002-04-24 David S. Miller <[email protected]>
8936
21d83aa5
DM
8937 * i960-tdep.c (register_in_window_p): New function.
8938 (i960_find_saved_register): Use it instead of
8939 REGISTER_IN_WINDOW_P.
8940 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8941
4867e41e
DM
8942 * symtab.h (find_stab_function_addr): Kill extern.
8943 * minsyms.c (find_stab_function_addr): Remove from here...
8944 * dbxread.c: ... to here, and mark it static.
8945
69cdf6a2
DM
89462002-04-20 David S. Miller <[email protected]>
8947
8948 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8949 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8950
5a595886
DM
89512002-04-21 David S. Miller <[email protected]>
8952
8953 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8954 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8955 (vx_write_register): Likewise.
8956
1da1a192
JB
89572002-04-23 J. Brobecker <[email protected]>
8958
8959 * source.c (is_regular_file): New function.
8960 (openp): Check wether file to open is a regular file
8961 to avoid opening directories.
8962
baa6f10b
JT
89632002-04-22 Jason Thorpe <[email protected]>
8964
8965 * findvar.c (extract_signed_integer): Cast printf argument
8966 to suppress format warning.
8967 (extract_unsigned_integer): Likewise.
8968 * infcmd.c (registers_info): Likewise.
8969 * top.c (get_prompt_1): Likewise.
8970 * valops.c (value_assign): Likewise.
8971 * valprint.c (print_decimal): Likewise.
8972
b2c4da81
L
89732002-04-22 H.J. Lu ([email protected])
8974
8975 * c-exp.y (typebase): Support
361d1df0 8976
b2c4da81
L
8977 [long|long long|short] [signed|unsigned] [int|]
8978
8979 and
8980
8981 signed [long|long long|short] int
8982
f267bd6a
JT
89832002-04-22 Jason Thorpe <[email protected]>
8984
8985 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8986 and vax-tdep.h.
8987 * vax-tdep.h: New file.
8988 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8989 Make several routines static.
8990 (vax_get_saved_register): New function.
8991 (vax_gdbarch_init): New function.
8992 (_initialize_vax_tdep): Register vax_gdbarch_init.
8993 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8994 Remove macros now under the control of gdbarch.
8995
da3c6d4a
MS
89962002-04-22 Michael Snyder <[email protected]>
8997
11d3b27d
MS
8998 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8999 Some whitespace and coding standards tweaks.
da3c6d4a 9000
a33f7558
JT
90012002-04-22 Jason Thorpe <[email protected]>
9002
9003 * vax-tdep.c: Include regcache.h.
9004 (vax_call_dummy_words): New.
9005 (sizeof_vax_call_dummy_words): New.
9006 (vax_fix_call_dummy): New function.
9007 (vax_saved_pc_after_call): Ditto.
9008 * config/vax/tm-vax.h: Don't include regcache.h.
9009 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
9010 (CALL_DUMMY): Remove.
9011 (CALL_DUMMY_WORDS): Define.
9012 (SIZEOF_CALL_DUMMY_WORDS): Define.
9013 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
9014
47a73475
MS
90152002-04-18 Michael Snyder <[email protected]>
9016
9017 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
9018
52efde73
JT
90192002-04-22 Jason Thorpe <[email protected]>
9020
9021 * vax-tdep.c (vax_frame_chain): New function.
9022 (vax_push_dummy_frame): Ditto.
9023 (vax_pop_frame): Ditto.
9024 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
9025 (FRAMELESS_FUNCTION_INVOCATION): Use
9026 generic_frameless_function_invocation_not.
9027 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
9028 (POP_FRAME): Use vax_pop_frame.
9029
ea74468c
JT
90302002-04-22 Jason Thorpe <[email protected]>
9031
9032 * vax-tdep.c (vax_store_struct_return): New function.
9033 (vax_extract_return_value): Ditto.
9034 (vax_store_return_value): Ditto.
9035 (vax_extract_struct_value_address): Ditto.
9036 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
9037 vax_store_struct_return.
9038 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
9039 (STORE_RETURN_VALUE): Use vax_store_return_value.
9040 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
9041
5516aa92
JT
90422002-04-22 Jason Thorpe <[email protected]>
9043
9044 * vax-tdep.c (vax_frame_saved_pc): New function.
9045 (vax_frame_args_address_correct): Ditto.
9046 (vax_frame_args_address): Ditto.
9047 (vax_frame_locals_address): Ditto.
9048 (vax_frame_num_args): Move code to be in proximity to
9049 other frame-related functions.
9050 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
9051 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
9052 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
9053 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
9054 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
9055
36af0b35
L
90562002-04-22 H.J. Lu ([email protected])
9057
9058 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
9059 includedir.
9060
ab62c900
JT
90612002-04-22 Jason Thorpe <[email protected]>
9062
9063 * vax-tdep.c (vax_frame_init_saved_regs): New function.
9064 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
9065 (FRAME_INIT_SAVED_REGS): New macro.
9066
7232b100
JT
90672002-04-22 Jason Thorpe <[email protected]>
9068
9069 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
9070
b70d2aee
JT
90712002-04-22 Jason Thorpe <[email protected]>
9072
9073 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
9074 where needed.
9075 (fetch_osf_core_registers): Likewise.
9076 (supply_gregset): Likewise.
9077
a0e8a2d1 90782002-04-22 J. Brobecker <[email protected]>
361d1df0 9079
a0e8a2d1
JB
9080 * symfile.h (get_section_index): Define.
9081 * symfile.c (get_section_index): New function.
9082 * mdebugread.c (SC_IS_SBSS): New macro.
9083 (SC_IS_BSS): Return true for the scBss storage class only, as
9084 the scSBss storage class refers to the .sbss section.
9085 (parse_partial_symbols): Discard the symbols which associated
9086 section does not exist.
9087 Make sure to use the .sbss section index for symbols which
9088 storage class is scBss, rather than using the .bss section index.
9089
51eb8b08
JT
90902002-04-22 Jason Thorpe <[email protected]>
9091
9092 * vax-tdep.c: Update copyright years.
9093 (vax_register_name): New function.
9094 (vax_register_byte): Ditto.
9095 (vax_register_raw_size): Ditto.
9096 (vax_register_virtual_size): Ditto.
9097 (vax_register_virtual_type): Ditto.
9098 * config/vax/tm-vax.h: Update copyright years.
9099 (REGISTER_NAMES): Remove.
9100 (REGISTER_NAME): Define.
9101 (REGISTER_BYTE): Use vax_register_byte.
9102 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
9103 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
9104 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
9105
6cc1c0a8
AC
91062002-04-21 Andrew Cagney <[email protected]>
9107
9108 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
9109 declaration
9110 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
9111
9319a2fe
DM
91122002-04-21 David S. Miller <[email protected]>
9113
9114 * arch-utils.c (generic_prologue_frameless_p): Kill
9115 SKIP_PROLOGUE_FRAMELESS_P code.
9116 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9117 references.
9118 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
9119 * arc-tdep.c (arc_prologue_frameless_p): Implement.
9120 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9121 references.
9122 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
9123 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
9124 (sparc_gdbarch_init): Pass it to
9125 set_gdbarch_prologue_frameless_p.
a0e8a2d1 9126
e9ed6d01
JT
91272002-04-21 Jason Thorpe <[email protected]>
9128
9129 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
9130 (alphabsd-nat.o): New dependency list.
9131
36012033
JT
91322002-04-21 Jason Thorpe <[email protected]>
9133
9134 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
9135 alphafbsd-tdep.c.
9136 (alpha-linux-tdep.o): New dependency list.
9137 (alphafbsd-tdep.o): Likewise.
9138
3379287a
JT
91392002-04-21 Jason Thorpe <[email protected]>
9140
9141 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
9142 to here...
9143 * alpha-tdep.c: ...from here.
9144 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9145
4bcbd6cb
JT
91462002-04-21 Jason Thorpe <[email protected]>
9147
9148 * config/alpha/tm-alpha.h: Move alpha_software_single_step
9149 prototype from here...
9150 * alpha-tdep.h: ...to here.
9151
b31da25e
AC
91522002-04-21 Andrew Cagney <[email protected]>
9153
9154 * frame.h (selected_frame_level): Document as deprecated.
9155 (frame_relative_level): Declare.
9156 * stack.c (frame_relative_level): New function.
9157 (selected_frame_level): Document as deprecated.
9158 (select_frame): Do not set the selected_frame_level.
9159
9160 * stack.c (frame_info, record_selected_frame): Update.
9161 (frame_command, current_frame_command): Update.
9162 (up_silently_base, up_command, down_silently_base): Update.
9163 (down_command): Update.
9164 * inflow.c (kill_command): Update.
9165 * tracepoint.c (finish_tfind_command): Update.
9166 * corelow.c (core_open): Update.
9167 * thread.c (info_threads_command): Update.
9168 (do_captured_thread_select): Update.
9169 * infcmd.c (finish_command): Update.
9170 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9171
9c1d6fe5
JT
91722002-04-21 Jason Thorpe <[email protected]>
9173
9174 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9175
ab89facf
AC
91762002-04-21 Andrew Cagney <[email protected]>
9177
9178 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
9179 type const.
9180
82a4efa1
JT
91812002-04-21 Jason Thorpe <[email protected]>
9182
9183 * alphafbsd-tdep.c: Update copyright years. Include
9184 alpha-tdep.h.
9185 (alphafbsd_use_struct_convention): Make static.
9186 (alphafbsd_init_abi): New function.
9187 (_initialize_alphafbsd_tdep): New function.
9188 * config/alpha/tm-fbsd.h: Update copyright years.
9189 (USE_STRUCT_CONVENTION): Remove.
9190
44dffaac
JT
91912002-04-21 Jason Thorpe <[email protected]>
9192
9193 * alpha-tdep.c (alpha_abi_handler): New structure to describe
9194 an Alpha ABI variant.
9195 (alpha_abi_handler_list): Declare.
9196 (alpha_gdbarch_register_os_abi): New function.
9197 (alpha_gdbarch_init): Give registered ABI variant handlers a
9198 chance to tweak the gdbarch once we have set up defaults.
9199 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9200
65585be4
JT
92012002-04-21 Jason Thorpe <[email protected]>
9202
9203 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9204 to standard_coerce_float_to_double.
9205 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9206
d9b023cc
JT
92072002-04-21 Jason Thorpe <[email protected]>
9208
9209 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9210 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9211 from gdbarch_tdep rather than a constant.
9212 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9213 the default text address for all Alpha Unix ABIs.
9214 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9215 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9216
dc129d82
JT
92172002-04-21 Jason Thorpe <[email protected]>
9218
9219 * alpha-tdep.h: New file. Includes several Alpha target constants
9220 taken from...
9221 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9222 let gdbarch deal with.
9223 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9224 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9225 to dependency list.
9226 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9227 Alpha target register names.
9228 * alphabsd-nat.c: Likewise.
9229 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9230 Alpha target register names. Make serveral routines static.
9231 (alpha_get_saved_register): New function.
9232 (alpha_abi_names): New.
9233 (process_note_abi_tag_sections): New function.
9234 (get_elfosabi): New function.
9235 (alpha_gdbarch_init): New function.
9236 (alpha_dump_tdep): New function.
9237 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9238
d49d1e0a
AC
92392002-04-21 Andrew Cagney <[email protected]>
9240
9241 * frame.c (find_saved_register): Delete #ifdef
9242 HAVE_REGISTER_WINDOWS code.
9243 * config/sparc/tm-sparc.h: Update comments.
9244 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9245
92e8c9ed
AC
92462002-04-21 Andrew Cagney <[email protected]>
9247
9248 * i960-tdep.c (i960_find_saved_register): New function.
9249 (i960_get_saved_register): New function.
9250 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9251 (i960_get_saved_register): Declare.
9252 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9253
e1925118
DM
92542002-04-20 David S. Miller <[email protected]>
9255
9256 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9257
29673b29
AC
92582002-04-20 Andrew Cagney <[email protected]>
9259
9260 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9261 instead of NUM_PSEUDO_REGS.
9262
6c86dcd5
DM
92632002-04-20 David S. Miller <[email protected]>
9264
9265 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9266 GDB_MULTI_ARCH_PARTIAL
9267 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9268 define, let tm-sp64.h do it.
9269
aa40ec90
JT
92702002-04-20 Jason Thorpe <[email protected]>
9271
9272 * frame.c (find_saved_register): Avoid a NULL pointer
9273 dereference and actually walk the frame list.
9274
0f79675b
AC
92752002-04-20 Andrew Cagney <[email protected]>
9276
9277 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9278 sorted in most most-recent-used order. Document.
9279 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 9280
f91305dd 92812002-04-19 Andrew Cagney <[email protected]>
bf75c8c1
AC
9282
9283 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9284 instead of ->prev.
9285 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9286 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9287 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9288 instead of ->prev.
9289
73d322b1
EZ
92902002-04-19 Elena Zannoni <[email protected]>
9291
9292 Fix PR gdb/471.
9293 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9294 (build_builtin_type_vec128): Ditto.
9295 (append_composite_type_field): Fix calculation of type length in
9296 union case.
9297
ccd9a834
EZ
92982002-04-19 Eli Zaretskii <[email protected]>
9299
9300 * config/djgpp/README: Update.
9301
9302 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9303 compiler warnings.
9304
a57f9e49
JT
93052002-04-19 Jason Thorpe <[email protected]>
9306
9307 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9308 (alpha_setup_arbitrary_frame): ...to this.
9309 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9310 for alpha_setup_arbitrary_frame.
9311
f4f9705a
AC
93122002-04-18 Andrew Cagney <[email protected]>
9313
9314 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9315 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 9316
f4f9705a
AC
9317 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9318 * target.h (memory_breakpoint_from_pc): Update declaration.
9319 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9320
9321 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9322 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9323 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9324 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9325 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9326 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9327 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9328 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9329 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9330 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9331 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9332 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9333
9334 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9335 const pointer.
9336 * monitor.c (monitor_insert_breakpoint): Ditto.
9337 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9338
9339 * config/mcore/tm-mcore.h: Update copyright.
9340 * mem-break.c: Ditto.
9341 * xstormy16-tdep.c: Ditto.
9342
29f319b8
PM
93432002-04-18 Pierre Muller <[email protected]>
9344
9345 * p-exp.y: Add precedence rule for '^' token.
9346 This removes the shift/reduce conflicts.
9347 Remove the comment concerning these shift/reduce conflicts.
9348
ebeac11a
EZ
93492002-04-18 Elena Zannoni <[email protected]>
9350
9351 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9352 (registers_powerpc_nofp): New register set for processors
9353 without floating point unit.
9354
27c31547
DM
93552002-04-18 David S. Miller <[email protected]>
9356
9357 * MAINTAINERS: Add myself to write-after-approval.
9358
47a73475
MS
93592002-04-17 Michael Snyder <[email protected]>
9360
9361 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9362
953836b2
AC
93632002-04-17 Andrew Cagney <[email protected]>
9364
9365 * rs6000-tdep.c (frame_initial_stack_address): Use
9366 frame_register_read to read the alloca_reg.
9367
8b0d4340
AC
93682002-04-17 Andrew Cagney <[email protected]>
9369
9370 * frame.c (find_saved_register): Find saved registers in the next
9371 not prev frame.
9372 Fix PR gdb/365.
9373
d8864532
AC
93742002-04-17 Andrew Cagney <[email protected]>
9375
9376 * gdbarch.sh (LANG): Set to ``c''.
9377
36cc83a3 93782002-04-15 Andrew Cagney <[email protected]>
361d1df0 9379
36cc83a3 9380 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 9381
2f4150cc 93822002-04-15 Andrew Cagney <[email protected]>
2c7ef074
AC
9383
9384 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9385 Update copyright.
9386
628703c6 9387 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 9388 Also fix PR gdb/391.
361d1df0 9389
56157b4a
AC
93902002-04-14 Andrew Cagney <[email protected]>
9391
9392 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9393 * aclocal.m4, configure: Re-generate.
9394 Fix PR gdb/391.
361d1df0 9395
6d1e3329
EZ
93962002-04-14 Elena Zannoni <[email protected]>
9397
9398 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9399 instead of tm_print_insn.
9400
cb06fa07
EZ
94012002-04-14 Elena Zannoni <[email protected]>
9402
9403 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9404
f208ba17
AC
94052002-04-14 Andrew Cagney <[email protected]>
9406
9407 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9408 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9409 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9410
20f01a46
DH
94112002-04-12 Don Howard <[email protected]>
9412
9413 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9414 max_user_call_depth.
9415 (init_cmd_lists): Initialize the new value;
9416 * cli/cli-script.c (execute_user_command): Limit the call depth of
9417 user defined commands. This avoids a core-dump when user commands
9418 are infinitly recursive.
9419
a88376a3
KB
94202002-04-12 Kevin Buettner <[email protected]>
9421
9422 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9423 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9424 from tdep struct instead of DEFAULT_LR_SAVE.
9425 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9426 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9427 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9428
f2172603
MS
94292002-04-12 Michael Snyder <[email protected]>
9430
694f61fb 9431 * Remote.c: Spelling fix.
20fe79c8
MS
9432 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9433 If no symbol found for "sbrk", try "_sbrk".
9434 (make_output_phdrs): Use bfd_section_name.
9435 (gcore_copy_callback): Use bfd_section_name.
62995fc4 9436 * eval.c: Indentation fix-ups.
169a7369
MS
9437 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9438 in case it gets applied to an address that is already
9439 in the instruction space.
de74f71f
MS
9440 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9441 * symfile.c: Fix indentation, long lines.
f2172603
MS
9442 * source.c: White space fix-up.
9443
cda5a58a
AC
94442002-04-12 Andrew Cagney <[email protected]>
9445
9446 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9447 * frame.c (frame_register_read): New function. Return non-zero on
9448 success.
9449 (read_relative_register_raw_bytes_for_frame): Delete.
9450 (read_relative_register_raw_bytes): Delete.
9451 * frame.h (frame_register_read): Declare.
9452 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9453 * sh-tdep.c: Ditto.
9454 * infcmd.c (do_registers_info): Ditto.
9455 * hppa-tdep.c: Ditto.
9456 * rs6000-tdep.c: Ditto.
9457 * h8500-tdep.c: Ditto.
9458 * mips-tdep.c: Ditto.
9459 * h8300-tdep.c: Ditto.
9460 * z8k-tdep.c: Ditto.
9461
2ea5f656
KB
94622002-04-12 Kevin Buettner <[email protected]>
9463
9464 From Jimi X <[email protected]>:
9465 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9466 64-bit SysV ABI.
9467
27b15785
KB
94682002-04-12 Kevin Buettner <[email protected]>
9469
9470 From Jimi X <[email protected]>:
9471 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9472 bfd info.
9473
5d57ee30
KB
94742002-04-12 Kevin Buettner <[email protected]>
9475
9476 From Jimi X <[email protected]>:
9477 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9478 register sets for these processor variants.
9479
bc1e36ca
DJ
94802002-04-11 Daniel Jacobowitz <[email protected]>
9481
bc1e36ca
DJ
9482 * regformats/reg-ppc.dat: Support FPSCR.
9483
e3f36dbd
KB
94842002-04-11 Kevin Buettner <[email protected]>
9485
9486 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9487 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9488 Add fpscr as an invalid/unfetchable register.
9489 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9490 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9491 (fill_fpregset): Add support for register fpscr.
9492 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9493 (fill_gregset): Account for the fact that register ``mq'' might
9494 not exist.
9495 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9496 (registers_power): Add fpscr to register set at slot 71.
9497 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9498 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9499
943c9c25
MS
95002002-04-11 Michael Snyder <[email protected]>
9501
9502 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9503 * configure: Regenerate.
9504 * config.in: Regenerate.
9505 * acconfig.h: Add define for _SYSCALL32.
9506 * core-sol2.c: Remove #define _SYSCALL32.
9507 * solib-legacy.c: Remove #define _SYSCALL32.
9508
d8c0a2e7
AC
95092002-04-10 Andrew Cagney <[email protected]>
9510
9511 * stack.c (select_frame): Cleanup internal error message, do not
9512 use %p.
9513
7cc19214
AC
95142002-04-10 Andrew Cagney <[email protected]>
9515
9516 * stack.c (select_frame): Check that selected_frame and the
9517 specified level are as expected.
9518 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9519 Update copyright.
9520 * frame.h (struct frame_info): Add field `level'. Update
9521 copyright.
9522 Work-in-progress PR gdb/464.
9523
67a2b77e
AC
95242002-04-10 Andrew Cagney <[email protected]>
9525
9526 * maint.c (maint_print_section_info): Rename print_section_info.
9527 (print_bfd_section_info, print_objfile_section_info): Update.
9528 * inferior.h (struct gdbarch): Add opaque declaration.
9529 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9530 * gdbarch.h: Regenerate.
9531
8cfda98c
ML
95322002-04-10 Michal Ludvig <[email protected]>
9533
9534 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9535 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9536 (kernel_u_size): Added.
9537 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9538 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9539
ca439ad2 95402002-04-04 Jim Ingham <[email protected]>
361d1df0 9541
ca439ad2
JI
9542 * valarith.c (find_size_for_pointer_math): New function, either returns
9543 the size for a pointer's target, returns 1 for void *, or errors for
9544 incomplete types.
9545 (value_add, value_sub): use find_size_for_pointer_math.
9546
2f2893d9
DJ
95472002-04-09 Daniel Jacobowitz <[email protected]>
9548
9549 * linux-low.c (linux_look_up_symbols): New hook.
9550 (linux_target_ops): Add linux_look_up_symbols.
9551 * remote-utils.c (decode_address): New function.
9552 (look_up_one_symbol): New function.
9553 * server.c (handle_query): Call target look_up_symbols hook.
9554 * server.h (look_up_one_symbol): Add prototype.
9555 * target.h (struct target_ops): Add look_up_symbols hook.
9556
96cb11df
AC
95572002-04-09 Andrew Cagney <[email protected]>
9558
9559 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9560 override FP_REGNUM with frame->fp. Update copyright.
9561 * parse.c (num_std_regs, std_regs): Delete.
9562 (target_map_name_to_register): Do not search std_regs. Update
9563 function description.
9564 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9565 declarations. Update copyright.
9566 Fix PR gdb/251.
361d1df0 9567
97658e92
DJ
95682002-04-09 Daniel Jacobowitz <[email protected]>
9569
9570 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9571 after the last symbol in a block.
9572
6044e3eb
PM
95732002-04-09 Pierre Muller <[email protected]>
9574
9575 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9576 is non zero as a found symbol.
9577
0406ec40
AC
95782002-04-08 Andrew Cagney <[email protected]>
9579
9580 * findvar.c: Include "builtin-regs.h".
9581 (value_of_register): Call value_of_builtin_reg when applicable.
9582 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9583 (target_map_name_to_register): Call
9584 builtin_reg_map_name_to_regnum.
9585 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9586 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9587 (builtin_regs_h): Define.
9588 (builtin-regs.o): New target.
9589 (findvar.o): Add $(builtin_regs_h).
9590 * builtin-regs.c, builtin-regs.h: New files.
9591 * std-regs.c: New file.
9592 Partial fix for PR gdb/251.
9593
56a6dfb9
KB
95942002-04-08 Kevin Buettner <[email protected]>
9595
9596 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9597 it's no longer required.
9598
3a808432
AC
95992002-04-08 Andrew Cagney <[email protected]>
9600
9601 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9602
7c40d541
KB
96032002-04-08 Kevin Buettner <[email protected]>
9604
9605 From Jimi X <[email protected]>:
9606 * rs6000-tdep.c (rs6000_software_single_step): Use
9607 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9608 and size. Use target_insert_breakpoint() and
9609 target_remove_breakpoint() to insert and remove breakpoints
9610 instead of explicit memory reads and writes.
9611
cc9836a8
KB
96122002-04-08 Kevin Buettner <[email protected]>
9613
9614 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9615 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9616 ELF_OBJECT_FORMAT ifdef.
9617
7495d1dc
KB
96182002-04-08 Kevin Buettner <[email protected]>
9619
9620 From Jimi X <[email protected]>:
9621 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9622
4288e836
KB
96232002-04-08 Kevin Buettner <[email protected]>
9624
9625 From Jimi X <[email protected]>:
9626 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9627 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9628
a4e4e501
MK
96292002-04-07 Mark Kettenis <[email protected]>
9630
9631 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9632 s/asprintf/xasprintf/.
9633 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9634
006defba
AC
96352002-04-07 Andrew Cagney <[email protected]>
9636
9637 I believe Jeff Law denies responsability for this one:
9638 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9639 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9640 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9641 Work-around for PR gdb/366.
9642
7aa83cac
EZ
96432002-04-07 Elena Zannoni <[email protected]>
9644
9645 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9646 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9647 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9648
cf1fcca1
EZ
96492002-04-07 Elena Zannoni <[email protected]>
9650
9651 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9652 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9653 information.
9654
3f289e6f
AC
96552002-04-07 Andrew Cagney <[email protected]>
9656
9657 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9658 maintainer.
9659
129188f6
AC
96602002-04-07 Andrew Cagney <[email protected]>
9661
9662 * README (Reporting Bugs in GDB): Document the bug web page as the
9663 prefered way of submitting bugs.
9664 Fix PR gdb/402.
9665
1200cd6e
AC
96662002-04-06 Andrew Cagney <[email protected]>
9667
9668 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9669 -1. Update comment.
9670 * gdbarch.h, gdbarch.c: Re-generate.
9671
2853c33c
AS
96722002-04-07 Andreas Schwab <[email protected]>
9673
9674 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9675 buffer to regcache_collect.
9676
c2169756
AC
96772002-04-06 Andrew Cagney <[email protected]>
9678
9679 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9680 * gdbarch.c, gdbarch.h: Re-generate.
9681
25f1b008
AC
96822002-04-06 Andrew Cagney <[email protected]>
9683
9684 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9685 declaration. Fix -Werror.
9686
59263426
DJ
96872002-04-05 Daniel Jacobowitz <[email protected]>
9688
9689 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9690 * gdbarch.c: Regenerate.
9691
f5db4da3
MS
96922002-04-05 Michael Snyder <[email protected]>
9693
80f8a6eb
MS
9694 * breakpoint.c (clear_command): Rewrite middle section to
9695 combine two loops with identical control conditions.
9696 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
9697 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9698
ad3dcc5c
L
96992002-04-05 H.J. Lu ([email protected])
9700
9701 * solib-svr4.c (bkpt_names): Add "__start".
9702
f32e7a74
AC
97032002-04-04 Andrew Cagney <[email protected]>
9704
9705 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9706 as test for 64 bit target.
9707
8227c0ff
AC
97082002-04-05 Andrew Cagney <[email protected]>
9709
9710 * h8500-tdep.c (h8500_write_fp): Delete function.
9711 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9712 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9713 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9714 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9715 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9716 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9717 (s390_write_fp):
9718 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9719 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9720 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9721 (d10v_write_fp): Delete function.
9722 * inferior.h (write_fp, generic_target_write_fp): Delete
9723 declarations.
9724 * regcache.c (generic_target_write_fp): Delete function.
9725 (write_fp): Delete function.
9726 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9727 * gdbarch.h, gdbarch.c: Regenerate.
9728 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9729 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9730 (sparc64_write_fp): Delete declaration.
9731 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9732 (h8500_write_fp): Delete declaration.
9733
2757dd86
AC
97342002-04-04 Andrew Cagney <[email protected]>
9735
9736 * sparc-tdep.c (sparc64_write_fp): Delete.
9737 (sparc_push_dummy_frame): Replace write_fp call with code to store
9738 the FP directly.
9739 (sparc_gdbarch_init): Do not initialize write_fp.
9740
c69255e1
KB
97412002-04-05 Kevin Buettner <[email protected]>
9742
9743 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9744 clause.
9745
ae767bfb
JB
97462002-03-29 Jim Blandy <[email protected]>
9747
9748 * stack.c (get_selected_block): Add new argument `addr_in_block',
9749 used to return the exact code address we used to select the block,
9750 not just the block.
9751 * blockframe.c (get_frame_block, get_current_block): Same.
9752 * frame.h (get_frame_block, get_current_block,
9753 get_selected_block): Update declarations.
9754 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9755 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9756
84d2ac95
MS
97572002-04-05 Michael Snyder <[email protected]>
9758
9759 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9760 warning message.
9761
596aa3bf
JB
97622002-04-05 J. Brobecker <[email protected]>
9763
9764 * utils.c (xfullpath): New function.
9765 * defs.h (xfullpath): Add declaration.
9766 * source.c (openp): Use xfullpath in place of gdb_realpath to
9767 avoid resolving the basename part of filenames when the
9768 associated file is a symbolic link. This fixes a potential
9769 inconsistency between the filenames known to GDB and the
9770 filenames it prints in the annotations.
9771 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9772 to be able to match a filename with either the real filename, or
9773 the name of any symbolic link to this file.
9774 (lookup_partial_symtab): Ditto.
9775
c02f5703
MS
97762002-04-04 Michael Snyder <[email protected]>
9777
9778 * breakpoint.c: Add support for hardware breakpoints in overlays.
9779 (overlay_events_enabled): New state variable.
9780 (insert_breakpoints): Use overlay_events_enabled to decide
9781 whether to attempt to set a breakpoint at the overlay load addr.
9782 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9783 (remove_breakpoint): Use overlay_events_enabled to decide
9784 whether breakpoints need to be removed from overlay load addr.
9785 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9786 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 9787 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
9788 disable_overlay_breakpoints): Update overlay_events_enabled.
9789
5fb290d7
DJ
97902002-04-04 Daniel Jacobowitz <[email protected]>
9791
9792 * dwarf2read.c (struct function_range): New.
9793 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9794 (check_cu_functions): New.
9795 (read_file_scope): Initialize global function lists.
9796 Call dwarf_decode_line after processing children.
9797 (read_func_scope): Add to global function list.
9798 (dwarf_decode_lines): Call check_cu_functions everywhere
9799 record_line is called. Call record_line with a linenumber
9800 of 0 to mark sequence ends.
9801
7b3fabf0
ML
98022002-04-04 Michal Ludvig <[email protected]>
9803
361d1df0 9804 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
9805 change sync with glibc.
9806
bce58c09
JB
98072002-04-03 Jim Blandy <[email protected]>
9808
9809 * configure.in: Call AC_C_INLINE.
9810 * configure: Regenerated.
361d1df0 9811
2fccf04a
DJ
98122002-04-01 Daniel Jacobowitz <[email protected]>
9813
9814 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9815 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9816
2d1bfe2e
MK
98172002-03-31 Mark Kettenis <[email protected]>
9818
a5941fbf
MK
9819 * NEWS: Mention gcore support on FreeBSD/i386.
9820
a90cd31d
MK
9821 * fbsd-proc.c: New file.
9822 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9823 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9824
2d1bfe2e
MK
9825 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9826 while statement.
9827
9eb6e5a1
JB
98282002-03-29 Jim Blandy <[email protected]>
9829
9830 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9831 unescaped newlines in string literals, but newer ones don't. So
9832 escape them.
9833
f02df580
MS
98342002-03-26 Michael Snyder <[email protected]>
9835 Andrew Cagney <[email protected]>
9836
361d1df0 9837 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
9838 restore file to memory.
9839 * cli/cli-dump.h: New file.
9840 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 9841 * NEWS: Mention new commands.
f02df580 9842
109f874e
MS
98432002-03-28 Michael Snyder <[email protected]>
9844
9845 * symfile.c (symbol_file_add): Move test for null symbols to later.
9846
520f6ade
AC
98472002-03-27 Andrew Cagney <[email protected]>
9848
9849 From veksler at il.ibm.com:
9850 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9851 the xstrduped original path.
9852 Fix PR gdb/417.
9853
d4654627
MS
98542002-03-27 Michael Snyder <[email protected]>
9855
9856 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9857 * infcmd.c (_initialize_infcmd): Ditto.
9858 * language.c (_initialize_language): Ditto.
9859 * symfile.c (_initialize_symfile): Ditto.
9860 * top.c (_init_main): Ditto.
9861 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9862
6be8bc0c
EZ
98632002-03-27 Elena Zannoni <[email protected]>
9864
9865 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9866 vector registers handling.
9867 (skip_prologue): Handle new AltiVec instructions. Fill in new
9868 fields of frame data.
9869 (frame_get_saved_regs): Fill in information for AltiVec registers.
9870
12af6855
JB
98712002-03-27 Jim Blandy <[email protected]>
9872
9873 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9874 a function; leave this macro here to invoke that function.
9875 (symbol_init_mangled_name): Declaration for that function.
9876 * symtab.c (symbol_init_mangled_name): New function.
9877
dc672865
AC
98782002-03-27 Andrew Cagney <[email protected]>
9879
9880 * valarith.c: Replace strerror with safe_strerror.
9881 * tracepoint.c: Ditto.
9882 * lin-lwp.c: Ditto.
9883 * go32-nat.c: Ditto.
9884 * inflow.c: Ditto.
9885 * gnu-nat.c: Ditto.
9886
d96429cd
AS
98872002-03-27 Andreas Schwab <[email protected]>
9888
9889 * event-top.c (command_line_handler): Remove useless if.
9890
7e336ba1
AJ
98912002-03-27 Andreas Jaeger <[email protected]>
9892
9893 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9894 comment.
9895
de220d0f
ML
98962002-03-27 Michal Ludvig <[email protected]>
9897
9898 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9899 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9900 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9901 (x86_64_linux_dr_get_status, supply_gregset),
9902 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9903 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9904 (x86_64_register_info_table): Add.
9905 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9906 (x86_64_register_raw_size, x86_64_register_virtual_type),
9907 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9908 general x86_64_register_info_table.
9909 (i386_gdbarch_init): gdbarch_register_bytes is now set
9910 dynamicaly during initialization.
9911 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9912 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 9913
0e98d0a7
DJ
99142002-03-27 Daniel Jacobowitz <[email protected]>
9915
9916 * gdbserver/server.c (main): Call target_signal_to_host_p
9917 and target_signal_to_host on signals received from the remote.
9918 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9919 target_signal_from_host on signals sent to the remote.
9920 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9921 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9922
3130066b
DJ
99232002-03-27 Daniel Jacobowitz <[email protected]>
9924
9925 * signals/signals.c: Include "server.h" in gdbserver build.
9926 (target_signal_from_name): Don't use STREQ.
9927 (_initialize_signals): Likewise. Don't include function in
9928 gdbserver build.
9929
9aedf4f4
DJ
99302002-03-27 Daniel Jacobowitz <[email protected]>
9931
9932 * signals.c: Moved to...
9933 * signals/signals.c: Here.
7e336ba1 9934 * Makefile (signals.o): Update.
9aedf4f4 9935
3fa41cdb
JL
99362002-03-26 Jeff Law ([email protected])
9937
9938 * somread.c (som_symtab_read): Remove some commented out code and
9939 updated related comments. Do not set the minimal symbol table to
9940 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9941 in a dynamic executable.
9942 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9943 where we are unable to find the minimal symbol for the given
9944 PC value.
9945
ee677e8d
MS
99462002-03-25 Jeff Law ([email protected])
9947
9948 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9949
e76e1718
ML
99502002-03-25 Michal Ludvig <[email protected]>
9951
9952 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9953
18a642a1
AC
99542002-03-23 Andrew Cagney <[email protected]>
9955
9956 * command.h: Update copyright.
9957 (struct cmd_list_element): Replace definition with opaque
9958 declaration.
9959 (enum cmd_types): Document that it will eventually be moved to
9960 cli/cli-decode.h
9961 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9962 (MALLOCED_REPLACEMENT): Delete macro.
9963 * Makefile.in (cli_decode_h): Add $(command_h).
9964 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 9965 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
9966 * completer.c: Include "cli/cli-decode.h".
9967 * maint.c: Include "cli/cli-decode.h".
9968 * cli/cli-decode.h: Include "command.h".
9969 (enum command_class): Delete.
9970 (enum cmd_types): Comment out.
9971 (enum cmd_auto_boolean): Delete.
9972 (enum var_types): Delete.
9973
b2875cc0
AC
99742002-03-23 Andrew Cagney <[email protected]>
9975
9976 * cli/cli-decode.c: Include "gdb_assert.h".
9977 (add_set_or_show_cmd): New static function.
9978 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9979 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9980 all fields, such as func, from the set command.
9981
3b45974e
AC
99822002-03-23 Andrew Cagney <[email protected]>
9983
9984 * MAINTAINERS (sh-elf): Change warning flag to -w.
9985
823ca731
AC
99862002-03-23 Andrew Cagney <[email protected]>
9987
9988 * defs.h (error): Add printf format attribute.
9989 * thread-db.c (thread_from_lwp): Fix error format string.
9990 * stack.c (parse_frame_specification): Ditto.
9991 * cli/cli-decode.c (undef_cmd_error): Ditto.
9992 * scm-lang.c (scm_lookup_name): Ditto.
9993 * tracepoint.c (trace_error): Ditto.
9994 * remote-utils.c (usage): Ditto.
9995 * remote.c (compare_sections_command): Ditto.
9996 Fix PR gdb/328.
9997
0e101458
AC
99982002-03-22 Andrew Cagney <[email protected]>
9999
10000 * gdbtypes.c (append_composite_type_field): New function.
10001 (init_composite_type): New function.
10002 * gdbtypes.h (append_composite_type_field): Declare.
10003 (init_composite_type): Ditto.
10004
8e0662df
EZ
100052002-03-22 Elena Zannoni <[email protected]>
10006
10007 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 10008 function.
8e0662df
EZ
10009 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
10010 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
10011 structure returning convention for SYSV ABI case, but not
10012 for GNU/Linux, FreeBSD, or NetBSD.
10013
3121eff0
DJ
100142002-03-22 Daniel Jacobowitz <[email protected]>
10015
10016 * symtab.h (lookup_block_symbol): Add mangled_name argument
10017 to prototype.
10018
10019 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
10020 with new mangled_name argument.
10021 * linespec.c (decode_line_1): Likewise.
10022 * valops (value_of_this): Likewise.
10023 * symtab.c (lookup_transparent_type): Likewise.
10024 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
10025 (lookup_symbol): If we are given a mangled name, pass it down
10026 to lookup_symbol_aux.
10027 (lookup_block_symbol): If we are given a mangled name to check
10028 against, only return symbols which match it.
10029
349b409f
CF
100302002-03-22 Christopher Faylor <[email protected]>
10031
10032 * win32-nat.c (child_create_inferior): Check for proper shell to use
10033 here, in case the user changes it on the fly.
10034 (_initialize_inftarg): Remove shell path considerations.
10035
2a873819
EZ
100362002-03-21 Elena Zannoni <[email protected]>
10037
10038 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
10039 for gdbarch_max_register_raw_size and max_register_virtual_size.
10040 Adjust copyright year.
10041
a1b9830c
DJ
100422002-03-21 Daniel Jacobowitz <[email protected]>
10043
10044 * dbxread.c (process_one_symbol): Extend the first N_SLINE
10045 in a function to cover the entire beginning of the function
10046 as well if it does not already.
10047
8b5790f2
TR
100482002-03-21 Tom Rix <[email protected]>
10049
10050 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
10051 (rs6000_ptrace64): Renamed from ptrace64.
10052
bdbe5747
MH
100532002-03-20 Martin M. Hunt <[email protected]>
10054
10055 * gdbserver/remote-utils.c (remote_open): Don't call
10056 getprotobyname, we're all using TCP here so just use
10057 IPPROTO_TCP.
7e336ba1 10058 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
10059
100602002-03-20 Martin M. Hunt <[email protected]>
7e336ba1 10061
bdbe5747
MH
10062 * regcache.c (_initialize_regcache): No need to call
10063 build_regcache() at this time; it gets called whenever
10064 the gdbarch changes.
10065
7781cd62
DB
100662002-03-20 David O'Brien <[email protected]>
10067
10068 * sparc-nat.c: Include sys/param.h where possible.
10069
f65ca430
DJ
100702002-03-20 Daniel Jacobowitz <[email protected]>
10071
10072 Fix PR gdb/422.
10073 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
10074 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
10075 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
10076 complex types.
10077 * stabsread.c (rs6000_builtin_type): Likewise.
10078 (read_sun_floating_type): Likewise.
10079
0c867556
PS
100802002-03-19 Peter Schauer <[email protected]>
10081
10082 * stabsread.c (read_member_functions): Remove skip code for duplicate
10083 constructor/destructor methods. Use standard parsing for these
10084 methods and just do not chain them to the list of methods after
10085 parsing.
10086
12b9c64f
AO
100872002-03-19 Alexandre Oliva <[email protected]>
10088
10089 * coffread.c: Remove redundant static declarations. Replace
10090 occurrences of `PTR' with `void *'.
10091 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
10092 * top.h (quit_cover): Likewise.
10093 * defs.h (catch_errors): Likewise.
10094
349c5d5f
AC
100952002-03-18 Andrew Cagney <[email protected]>
10096
10097 * defs.h (XMALLOC): Define.
10098 * gdb-events.sh (XMALLOC): Delete macro.
10099 * gdb-events.c, gdb-events.h: Regenerate.
10100 * gdbarch.sh (XMALLOC): Delete macro.
10101 * gdbarch.c: Regenerate.
10102 * serial.c (XMALLOC): Delete macro.
10103 * ui-file.c (XMALLOC): Ditto.
10104 * ser-unix.h (XMALLOC): Ditto.
10105 * sh-tdep.c (XMALLOC): Ditto.
10106 * ui-out.c (XMALLOC): Ditto.
10107 * utils.c (XMALLOC): Ditto.
10108 * i386-tdep.c (XMALLOC): Ditto.
10109 * gdb-events.c (XMALLOC): Ditto.
10110 * d10v-tdep.c (XMALLOC): Ditto.
10111 * cli-out.c (XMALLOC): Ditto.
10112
10113 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
10114 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
10115 * ui-file.c, ui-out.c: Ditto.
10116
7d0766f3
AC
101172002-03-18 Andrew Cagney <[email protected]>
10118
10119 * command.h (struct cmd_list_element): Add field context.
10120 (set_cmd_context, get_cmd_context): Declare.
10121 * cli/cli-decode.h: Ditto.
10122 * cli/cli-decode.c (get_cmd_context): New function.
10123 (set_cmd_context): New function.
10124 (add_cmd): Initialize context.
10125 Part of fixing PR gdb/145 and PR gdb/146.
10126
5913bcb0
AC
101272002-03-17 Andrew Cagney <[email protected]>
10128
1868c04e
AC
10129 * cli/cli-decode.c (cmd_type): New function.
10130 * command.h (cmd_type): Declare.
10131 * infrun.c (set_schedlock_func): Call function cmd_type.
10132 * kod.c (kod_set_os): Call cmd_type.
10133 * cris-tdep.c (cris_version_update): Use function cmd_type.
10134 (cris_mode_update, cris_abi_update): Ditto.
10135
5913bcb0
AC
10136 * command.h: (execute_cmd_post_hook): Declare.
10137 (execute_cmd_pre_hook): Declare.
10138 * cli/cli-script.c (clear_hook_in_cleanup): New function.
10139 (execute_cmd_post_hook, execute_cmd_pre_hook): New
10140 functions. Execute pre/post hook while ensuring that afterwords
10141 hook_in is cleared.
10142 * top.c (execute_command): Use execute_cmd_post_hook, and
10143 execute_cmd_pre_hook to execute pre/post commands.
10144 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10145 hook_stop_stub.
10146 (hook_stop_stub): Call execute_cmd_pre_hook.
10147
b51450c9
AC
101482002-03-17 Andrew Cagney <[email protected]>
10149
10150 * kod.c (kod_set_os): Revert previous change. Is called by ``info
10151 set'' and this leads to a core dump. Move xstrdup of
10152 operating_system to after check that it is not NULL.
10153
f66c9f11
AC
101542002-03-17 Andrew Cagney <[email protected]>
10155
8e694ecf
AC
10156 * kod.c (kod_set_os): Remove unnecessary check that
10157 ``command->type'' is set_cmd.
10158
f66c9f11
AC
10159 * valprint.c (set_input_radix): Use input_radix.
10160 (set_output_radix): Use output_radix.
10161 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10162 isn't reverted.
10163
9d01611c
AC
101642002-03-16 Andrew Cagney <[email protected]>
10165
10166 * value.h (struct value): Delete field ``substring_addr''. Change
10167 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
10168 force_core_addr_align and force_pointer_aligh.
10169
10170 * value.h (struct value): Fix typo in above change.
9d01611c 10171
4156bb53
PS
101722002-03-16 Peter Schauer <[email protected]>
10173
10174 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10175 to fix internal_error from ``maintenance print architecture''.
10176
0e5e3ea6
PS
101772002-03-16 Peter Schauer <[email protected]>
10178
10179 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10180 for gcc versions after gcc-2.8.1.
10181
9b013045
PS
101822002-03-16 Peter Schauer <[email protected]>
10183
10184 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10185 for method resolution. Restore adjustment of ``this'' pointer after
10186 calling value_struct_elt, which was accidentally removed during the
10187 HP merge.
10188
376c9600
AC
101892002-03-15 Andrew Cagney <[email protected]>
10190
10191 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10192 value_of_register.
10193 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
10194 get_saved_register.
10195 * value.h (value_of_register): Update.
10196
a4db0f07
RH
101972002-03-14 Richard Henderson <[email protected]>
10198
10199 * configure.in: Detect declaration for canonicalize_file_name.
10200 * utils.c (canonicalize_file_name): Declare, if needed.
10201 (gdb_realpath): Prefer realpath if available and usable.
10202 * config.in, configure: Rebuild.
10203
96383835
RH
102042002-03-14 Richard Henderson <[email protected]>
10205
10206 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10207 a constant array bound.
10208
10209 * MAINTAINERS: Add myself to write-after-approval.
10210
75245b24
MS
102112002-03-14 Michael Snyder <[email protected]>
10212
10213 * symfile.c (syms_from_objfile): Return immediately if no syms.
10214 (symbol_file_add): Return immediately if no syms.
10215 (find_sym_fns): Return immediately if no syms.
10216
e641a1ca
ML
102172002-03-13 Michal Ludvig <[email protected]>
10218
10219 * gdbserver/remote-util.c (remote_open): Print remote-side's
10220 IP address when remote debugging over the network.
7e336ba1 10221
df08bfec
DB
102222002-03-12 David O'Brien <[email protected]>
10223
10224 * config/sparc/fbsd.mh: Fix copyright.
10225 * config/sparc/fbsd.mt: Likewise.
10226
9a57864f
RE
102272002-03-11 Richard Earnshaw <[email protected]>
10228
10229 * MAINTAINERS: Fix typo in name of gdb warnings option.
10230 (x86-64): Fix formating so that this can be parsed by awk.
10231
dd7bf85e
DJ
102322002-03-10 Daniel Jacobowitz <[email protected]>
10233
10234 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10235 * defs.h: Include "gdb/signals.h".
10236 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10237
33a0a2ac
ML
102382002-03-10 Michal Ludvig <[email protected]>
10239
10240 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 10241 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
10242 from x86-64-tdep.h
10243
dd824b04
DJ
102442002-03-10 Daniel Jacobowitz <[email protected]>
10245 Don Howard <[email protected]>
10246
10247 * mips-tdep.c (ST0_FR): Define.
10248 (mips2_fp_compat): New function, temporarily disabled.
10249 (mips_read_fp_register_single): New function.
10250 (mips_read_fp_register_double): New function.
10251 (mips_print_register): Use them.
10252 (do_fp_register_row): Likewise.
10253
6a41ff59
AC
102542002-03-09 Andrew Cagney <[email protected]>
10255
10256 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10257 approval''.
10258
4ea09c10
PS
102592002-03-08 Peter Schauer <[email protected]>
10260
10261 * stabsread.c (read_member_functions): Fix is_stub test for
10262 static member functions, improve comment.
10263
6ccc741d
RE
102642002-03-07 Richard Earnshaw <[email protected]>
10265
10266 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10267 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10268 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10269 commands that set boolean values.
10270 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10271 (arm_rdi_resume): Always initialize PC.
10272 (arm_rdi_open): Don't use rslt as a boolean.
10273 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10274 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10275 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10276 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10277
438013df
AO
102782002-03-06 Alexandre Oliva <[email protected]>
10279
10280 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10281 * configure: Rebuilt.
10282
70ed8774
SC
102832002-03-06 Stephane Carrez <[email protected]>
10284
10285 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10286 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10287
5ba2abeb
AC
102882002-03-06 Andrew Cagney <[email protected]>
10289
10290 * cli/cli-decode.c (set_cmd_completer): New function.
10291 * command.h (set_cmd_completer): Declare.
10292 * cli/cli-decode.h (set_cmd_completer): Ditto.
10293
10294 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10295 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10296 * win32-nat.c (_initialize_inftarg): Ditto.
10297 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10298 * proc-api.c (_initialize_proc_api): Ditto.
10299 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10300 * source.c (_initialize_source): Ditto.
10301 * exec.c (_initialize_exec): Ditto.
10302 * solib.c (_initialize_solib): Ditto.
10303 * top.c (init_main): Ditto.
10304 * tracepoint.c (_initialize_tracepoint): Ditto.
10305 * symfile.c (_initialize_symfile): Ditto.
10306 * printcmd.c (_initialize_printcmd): Ditto.
10307 * infcmd.c (_initialize_infcmd): Ditto.
10308 * corefile.c (_initialize_core): Ditto.
10309
f779ca99
AC
103102002-03-05 Andrew Cagney <[email protected]>
10311
10312 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10313
01a3934b
AC
103142002-03-05 Andrew Cagney <[email protected]>
10315
10316 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10317
37057839
AC
103182002-03-05 Andrew Cagney <[email protected]>
10319
10320 * NEWS: Update headings, 5.2 has branched.
10321
c6ecbae5
DJ
103222002-03-04 Daniel Jacobowitz <[email protected]>
10323
10324 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10325 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10326 (register_addr, REGISTER_RAW_SIZE): Likewise.
10327 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10328 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10329
e9f30c21
ML
103302002-03-03 Michal Ludvig <[email protected]>
10331
10332 * MAINTAINERS (x86-64): Add myself.
10333 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10334 changed value_ptr -> struct value *
10335
54394ac3
DB
103362002-03-01 David O'Brien <[email protected]>
10337
10338 * configure.host (sparc64-*-freebsd): Add.
10339 * configure.tgt: Likewise.
10340 * config/sparc/fbsd.mh: New file.
10341 * config/sparc/fbsd.mt: Likewise.
10342 * config/sparc/nm-fbsd.h: Likewise.
10343 * config/sparc/tm-fbsd.h: Likewise.
10344
bfe95955
DJ
103452002-03-01 Daniel Jacobowitz <[email protected]>
10346
10347 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10348 regformats/reg-s390x.dat.
10349
f33c6cbf
AC
103502002-03-01 Andrew Cagney <[email protected]>
10351
10352 * utils.c: Add FIXME explaining true/false problem.
10353
5ecaa7dd
AC
103542002-02-28 Andrew Cagney <[email protected]>
10355
10356 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10357
2a251cc2
MC
103582002-02-28 Michael Chastain <[email protected]>
10359
10360 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10361
6a8031a3 103622002-02-28 Daniel Jacobowitz <[email protected]>
265f716b
DJ
10363
10364 * gdbserver/linux-s390-low.c: New file.
10365 * regformats/reg-s390.dat: New file.
10366 * regformats/reg-s390x.dat: New file.
10367 * gdbserver/configure.srv: Add S/390.
10368 * gdbserver/Makefile.in: Add S/390.
10369 * configure.tgt: Enable gdbserver for S/390.
10370
ac469903
EZ
103712002-02-28 Eli Zaretskii <[email protected]>
10372
10373 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10374 first line of the doc string for "info dos", except at the end of
10375 the sentence, since the short help stops at the first period.
10376
985cb1a3
JM
103772002-02-28 Jason Merrill <[email protected]>
10378
10379 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10380
c570663e
FF
103812002-02-27 Fred Fish <[email protected]>
10382
10383 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10384 comment (dumy -> dummy).
10385
43630227
PS
103862002-02-27 Peter Schauer <[email protected]>
10387
10388 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10389
b84911e8
RB
103902002-02-27 Rodney Brown <[email protected]>
10391
10392 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10393
58caa3dc
DJ
103942002-02-27 Daniel Jacobowitz <[email protected]>
10395
10396 * gdbserver/acconfig.h: New file.
10397 * gdbserver/i387-fp.c: New file.
10398 * gdbserver/i387-fp.h: New file.
10399 * gdbserver/linux-x86-64.c: New file.
10400 * regformats/reg-x86-64.dat: New file.
10401 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10402 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10403 * gdbserver/configure.in: Add support for regsets.
10404 * gdbserver/config.in: Regenerate.
10405 * gdbserver/configure: Regenerate.
10406 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10407 * gdbserver/linux-low.h: New file.
10408 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10409 for regsets.
10410 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10411 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10412 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10413 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10414 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10415 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10416 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10417 "i387-fp.h". Add PTRACE_GETREGS and friends.
10418 * gdbserver/regcache.c (supply_register): New function.
10419 (supply_register_by_name): New function.
10420 (collect_register): New function.
10421 (collect_register_by_name): New function.
10422
93652174
DJ
104232002-02-27 Daniel Jacobowitz <[email protected]>
10424
10425 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10426 (config.status): Add configure.srv dependency.
10427 (server_h): Add config.h dependency.
10428
a02e4a61
DJ
104292002-02-27 Daniel Jacobowitz <[email protected]>
10430
10431 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10432 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10433 * gdbserver/configure.srv: Change i386-*-linux* to use
10434 reg-i386-linux.o.
10435
ce0eebec
AC
104362002-02-26 Andrew Cagney <[email protected]>
10437
10438 * x86-64-tdep.c: Re-indent. Update copyright date.
10439
82dbc5f7
AC
104402002-02-26 Andrew Cagney <[email protected]>
10441
10442 From Michal Ludvig <[email protected]>:
10443 * x86-64-tdep.c (value.h): Delete.
10444 (gdb_assert.h): Include.
10445 (x86_64_register_convert_to_virtual,
10446 x86_64_register_convert_to_raw ): Add check which lets only
10447 floating-point values to be converted.
10448 (value_push): Delete.
10449 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10450 (i386_gdbarch_init): Number of register_bytes fixed.
10451
e4621584
AC
104522002-02-26 Andrew Cagney <[email protected]>
10453
10454 * MAINTAINERS: Add x86-64 target.
10455
81a9a963
AC
104562002-02-26 Andrew Cagney <[email protected]>
10457
10458 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10459 * osfsolib.c (solib_map_sections): Ditto.
10460 * irix5-nat.c (solib_map_sections): Ditto.
10461 * corelow.c (gdb_check_format): Ditto.
10462 * symfile.c (symfile_bfd_open): Ditto.
10463 * solib.c (solib_map_sections): Ditto.
10464 Fix PR gdb/354.
7e336ba1 10465
0f017ab9
AC
104662002-02-26 Andrew Cagney <[email protected]>
10467
10468 * remote.c (_initialize_remote): By default, disable ``e'' and
10469 ``E'' step out-of-range packets.
10470
75738c29
AS
104712002-02-26 Andreas Schwab <[email protected]>
10472
10473 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10474 m68k_linux_frame_saved_pc.
10475 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10476 in_sigtramp.
10477 (SIGCONTEXT_PC_OFFSET): Remove.
10478 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10479 m68k_linux_sigtramp_saved_pc): New functions.
10480 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10481 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10482 (UCONTEXT_PC_OFFSET): Define.
10483 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10484 non-RT and RT signal trampolines.
10485
7e8ed687
RE
104862002-02-26 Richard Earnshaw <[email protected]>
10487
10488 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10489 (TARGET_NBPG, STACK_END_ADDR): Delete
10490 (VARIABLES_INSIDE_BLOCK): Delete.
10491
6972bc8b
AC
104922002-02-25 Andrew Cagney <[email protected]>
10493
10494 * utils.c (perror_with_name): Make string parameter constant.
10495 (print_sys_errmsg): Ditto.
10496 (query): Ditto.
10497 * defs.h (perror_with_name): Update.
10498 (print_sys_errmsg): Update.
10499 (query): Update.
10500
aa32f823
DJ
105012002-02-25 Daniel Jacobowitz <[email protected]>
10502
10503 From Eliot Dresselhaus <[email protected]>:
10504 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10505
19caaa45
PS
105062002-02-25 Peter Schauer <[email protected]>
10507
10508 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10509 if it already matches the current architecture from the exec file.
10510 Include arch-utils.h for gdbarch_info_init prototype.
10511 * Makefile.in (rs6000-nat.o): Update dependencies.
10512
d951901f
EZ
105132002-02-25 Eli Zaretskii <[email protected]>
10514
10515 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10516 list of exported variables.
10517
7ea81414
DJ
105182002-02-24 Daniel Jacobowitz <[email protected]>
10519
10520 * gdbserver/configure.srv: New file.
10521 * gdbserver/configure.in: Use configure.srv instead
10522 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10523 from it.
10524 * gdbserver/configure: Regenerated.
10525 * gdbserver/terminal.h: New file.
10526 * gdbserver/Makefile.in: Update for configure changes. Remove
10527 more unneeded include paths.
10528
080fe24b
AC
105292002-02-24 Andrew Cagney <[email protected]>
10530
10531 From wiz at danbala:
10532 * config/sparc/tm-sp64.h: Fix grammar and typos.
10533 Fix PR gdb/287.
10534
8605d56e
AC
105352002-02-24 Andrew Cagney <[email protected]>
10536
10537 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
10538 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10539 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10540 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
10541 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10542 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10543 * s390-tdep.c: Ditto.
92362027
AC
10544 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10545 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10546 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10547 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10548 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10549 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10550 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10551 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10552 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10553 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 10554 Fix PR gdb/378.
7e336ba1 10555
8ed32cc0
AC
105562002-02-23 Andrew Cagney <[email protected]>
10557
a3007b6f
AC
10558 * lin-thread.c: Delete file.
10559 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10560 to gdb_proc_service.h.
10561 * configure: Re-generate.
10562
50a9e2f1
AC
10563 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10564 * serial.c (serial_open): Delete check for "ocd".
10565 Fix PR gdb/349.
10566
8b6e7932
AC
10567 * Makefile.in (linux-thread.o): Delete target.
10568 * linux-thread.c: Delete file.
10569
d155c46b
AC
10570 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10571 renamed SH files to be consistent.
10572
8ed32cc0
AC
10573 * symtab.c (sort_search_symbols): Use xfree.
10574
0e18d038
RE
105752002-02-23 Richard Earnshaw <[email protected]>
10576
10577 * arm-linux-tdep.c (arm_linux_init_abi): Register
10578 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10579 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10580 definition with undef, since we don't want the sysvr4 definition.
10581 (SKIP_TRAMPOLINE_CODE): Likewise.
10582
27aac7ff
AC
105832002-02-23 Andrew Cagney <[email protected]>
10584
10585 From 2002-02-22 Alfred M. Szmidt <[email protected]>:
10586
10587 * configure.in: (AC_CHECK_FUNCS) Added test for
10588 canonicalize_file_name Regenerated.
10589 * config.in, configure: Regenerated.
10590 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10591 defined use canonicalize_file_name.
7e336ba1 10592
65a6e0ee
MC
105932002-02-23 Michael Chastain <[email protected]>
10594
10595 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10596
47b95330
AC
105972002-02-23 Andrew Cagney <[email protected]>
10598
10599 * README: Remove references to cygnus.com.
10600 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10601 dot com'' form. Remove references to cygnus.com and sourceware.
10602
696f451b
AC
106032002-02-23 Andrew Cagney <[email protected]>
10604
10605 From 2002-02-19 Paul Eggert <[email protected]>:
10606 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10607 1003.1-2001 no longer allows "head -1".
10608 * gdb/Makefile.in (version.c): Likewise.
10609 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10610 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10611 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10612
bbaca940
AC
106132002-02-23 Andrew Cagney <[email protected]>
10614
10615 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10616 * command.h (cmd_cfunc_eq): Declare.
10617 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10618
10619 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10620 ``struct cmd_list_element *''.
10621 * cli/cli-cmds.c (is_complete_command): Update. Use
10622 cmd_cfunc_eq.
10623 * top.c (execute_command): Pass the command to
10624 is_complete_command.
10625 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10626
b8b8b047
AC
106272002-02-23 Andrew Cagney <[email protected]>
10628
10629 From 2002-02-20 Martin Schwidefsky <[email protected]>:
10630 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10631 architecture defines.
10632 * s390-tdep.c (s390_gdbarch_init): Likewise.
10633
19d3fc80
RE
106342002-02-23 Richard Earnshaw <[email protected]>
10635
10636 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10637 (arm_linux_push_arguments): Likewise.
10638 (arm_linux_init_abi): Register them. Also register linux-specific
10639 call_dummy_words.
10640 (find_minsym_and_objfile): Use strcmp, not STREQ.
10641 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10642 (arm_linux_call_dummy_words): Delete declaration.
10643 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10644 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10645 declarations.
10646 (LOWEST_PC): Delete.
10647
3ab13650
PS
106482002-02-23 Peter Schauer <[email protected]>
10649
10650 * maint.c (print_section_info): Do not prepend `0x' to filepos
10651 output, it will be handled by local_hex_string_custom.
10652
19d3fc80 106532002-02-23 Richard Earnshaw <[email protected]>
85ae890c
RE
10654
10655 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10656 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10657 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10658
d85a5daf
JB
106592002-02-22 Jim Blandy <[email protected]>
10660
10661 Indicate that the bcache functions don't change the strings
10662 they're passed.
10663 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10664 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10665
eeb25b8a
PM
106662002-02-22 Pierre Muller <[email protected]>
10667
10668 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10669
6badb179
CF
106702002-02-21 Christopher Faylor <[email protected]>
10671
10672 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10673 find the complete path to a loaded DLL.
10674
e8717518
FF
106752002-02-21 Fred Fish <[email protected]>
10676
10677 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10678 that marks the end of the range of a function, enter a line number
10679 entry that has a line number of zero and a PC offset that matches
10680 the end of the function. This starts a range of PC's for which no
10681 line number information is known.
10682 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10683 PC's for which no line number info is found (line number is zero)
10684 then we didn't find any valid line information.
10685 * symtab.h: Document use of zero line number entry.
10686
9abe5450
EZ
106872002-02-21 Elena Zannoni <[email protected]>
10688
10689 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10690 (have_ptrace_getvrregs): Define for run time checks.
10691 (gdb_vrregset_t): New type for Altivec register handling.
10692 (fetch_register, store_register): Fetch/store altivec register
10693 when needed.
10694 (fetch_altivec_register, store_altivec_register): New functions.
10695 (supply_vrregset, fill_vrregset): New functions.
10696 (fetch_altivec_registers, store_altivec_registers): New functions.
10697 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10698 registers as well.
10699
aaa38bb5
AJ
107002002-02-21 Jiri Smid <[email protected]>
10701
10702 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10703
b34db576
RE
107042002-02-21 Richard Earnshaw <[email protected]>
10705
10706 * Makefile.in (armnbsd-nat.o): Update dependencies.
10707 * armnbsd-nat.c (supply_gregset): New function. Common code to
10708 supply the integer register set.
10709 (supply_fparegset): New function. Similar for FPA registers.
10710 (fetch_regs, fetch_fp_regs): Use them.
10711 (fetch_core_registers): Likewise.
10712 (fetch_elfcore_registers): New function.
10713 (arm_netbsd_elfcore_fns): New core-file type specification.
10714 (_initialize_arm_netbsd_nat): Register it.
10715
3e56fc4b
RE
107162002-02-21 Richard Earnshaw <[email protected]>
10717
10718 * armnbsd-nat.c: Include gdbcore.h.
10719 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10720 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10721 'void' to declaration, to shut up ARI.
10722 (fetch_core_registers): Make static. Rewrite using supply_register.
10723 (arm_netbsd_core_fns): New core-file type specification.
10724 (_initialize_arm_netbsd_nat): New function.
10725
097f6b0b
CF
107262002-02-21 Christopher Faylor <[email protected]>
10727
10728 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10729 value.
10730
c914e0cc
CF
107312002-02-20 Christopher Faylor <[email protected]>
10732
10733 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10734 fails.
10735
385fa495
DJ
107362002-02-20 Daniel Jacobowitz <[email protected]>
10737
10738 * jv-exp.y (parse_number): Change type of implicit longs
10739 to builtin_type_uint64.
10740
e5f1222d
DJ
107412002-02-20 Daniel Jacobowitz <[email protected]>
10742
10743 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10744 to be an integer instead of a `union wait'.
10745
75c9abc6
DJ
107462002-02-20 Daniel Jacobowitz <[email protected]>
10747
10748 * mips-linux-nat.c: Call the operating system GNU/Linux.
10749 * mips-linux-tdep.c: Likewise.
10750 * mips-tdep.c: Likewise.
10751
551792a5
DJ
107522002-02-20 Daniel Jacobowitz <[email protected]>
10753
10754 Fix PR gdb/265.
10755 * jv-exp.y (parse_number): Handle 64-bit integers.
10756
ee6e2b82
DJ
107572002-02-20 Daniel Jacobowitz <[email protected]>
10758
10759 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10760 AC_STDC_HEADERS to AC_HEADER_STDC.
10761 * gdbserver/configure: Regenerated.
10762
a48442a0
RE
107632002-02-20 Richard Earnshaw <[email protected]>
10764
10765 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10766 is defined.
10767 * sparc-tdep.c (get_longjmp_target): Likewise.
10768
fe419ffc
RE
107692002-02-20 Richard Earnshaw <[email protected]>
10770
10771 * News: Add news about ARM and Multi-arch. Mention the new target
10772 arm*-*-netbsd*.
10773
5832ed7e
JB
107742002-02-19 Jim Blandy <[email protected]>
10775
10776 * stabsread.c (error_type_complaint): Improve error message.
10777
84563040
DJ
107782002-02-19 Daniel Jacobowitz <[email protected]>
10779
10780 * gdbserver/README: Update documentation.
10781 * gdbserver/configure.in: Update configury to match documentation.
10782 * gdbserver/Makefile.in: Likewise.
10783 * gdbserver/configure: Regenerated.
10784 * gdbserver/aclocal.m4: New file, generated by aclocal.
10785 * gdbserver/config.in: New file, generated by autoheader.
10786
375fd65b
RE
107872002-02-19 Richard Earnshaw <[email protected]>
10788
10789 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10790 armnbsd-nat.c.
10791
08216dd7
RE
107922002-02-19 Richard Earnshaw <[email protected]>
10793
10794 * arm-tdep.h (enum arm_float_model): New enum.
10795 (struct gdbarch_tdep): Add fp_model.
10796 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10797 up floating-point conversions until we know the floating-point model
10798 in use by the inferior. Don't complain about being unable to
10799 determine the ABI of the inferior when we don't have one.
10800 (arm_extract_return_value): Support different floating-point models.
10801 (arm_store_return_value): Likewise.
aaa38bb5 10802 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
10803 ARM_FLOAT_SOFT.
10804 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10805
65d6d66a
PS
108062002-02-19 Peter Schauer <[email protected]>
10807
10808 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10809 of ``current_gdbarch''.
10810
47221191
RE
108112002-02-19 Richard Earnshaw <[email protected]>
10812
10813 * armnbsd-nat.c : ANSIfy all function declarations.
10814 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10815 (fetch_inferior_registers): Re-implement in terms of above.
10816 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10817 (store_inferior_registers): Re-implement in terms of above.
10818
fdf39c9a
RE
108192002-02-19 Richard Earnshaw <[email protected]>
10820
aaa38bb5 10821 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
10822 kernel.
10823 * arm-linux-tdep.c: Likewise.
10824 * config/arm/tm-linux.h: Likewise.
10825
93247f88
RE
108262002-02-19 Richard Earnshaw <[email protected]>
10827
10828 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10829 * config/arm/nbsd.mt (TM_FILE): Delete.
10830 * config/arm/tm-nbsd.h: Delete.
10831
d7b486e7
RE
108322002-02-19 Richard Earnshaw <[email protected]>
10833
10834 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10835 Initialize CALL_DUMMY_LENGTH.
10836
41d39a95
RE
108372002-02-19 Richard Earnshaw <[email protected]>
10838
10839 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10840 function.
10841 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 10842 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
10843 defines one thing and that is incorrect for this port.
10844 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10845
e1195560
PM
108462002-02-18 Pierre Muller <[email protected]>
10847
10848 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10849
c1748f97
PM
108502002-02-18 Pierre Muller <[email protected]>
10851
10852 * win32-nat.c (display_selector): New function. Displays information
10853 about the information returned by GetThreadSelectorEntry API function.
10854 (display_selectors): New function. Displays the infomation of
10855 the selector given as argument, or of CS, DS ans FS selectors
10856 if no argument is given.
10857 ( _initialize_inftarg): Add "w32" as info prefix command.
10858 Add "info w32 selector" as command calling display_selectors.
10859
e41e6bbf
PM
108602002-02-19 Pierre Muller <[email protected]>
10861
10862 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10863 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10864 if not defined.
10865
0d3a9f48
RE
108662002-02-18 Richard Earnshaw <[email protected]>
10867
10868 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10869
3fb4b924
RE
108702002-02-18 Richard Earnshaw <[email protected]>
10871
10872 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10873 (arm_fix_call_dummy): Call it.
10874 (arm_call_dummy_breakpoint_offset): Delete.
10875 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10876 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10877
7f55af32
AC
108782002-02-18 Andrew Cagney <[email protected]>
10879
10880 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10881 Default to func_frame_chain_valid.
10882 * gdbarch.h, gdbarch.c: Re-generate.
10883 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10884
05f13b9c
EZ
108852002-02-18 Elena Zannoni <[email protected]>
10886
10887 * ppc-linux-nat.c: Update copyright.
10888 (fetch_register, store_register): Add tid parameter, don't compute
10889 tid here.
10890 (fetch_ppc_registers, store_ppc_registers): Add tid
10891 parameter. Pass it along to callees.
10892 (fetch_inferior_registers, store_inferior_registers): Compute tid
10893 here, and pass it to calleed functions.
10894 (fill_gregset, supply_fpregset): Clean up formatting.
10895
d7afb4c9
RE
108962002-02-18 Richard Earnshaw <[email protected]>
10897
10898 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10899 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10900
9df628e0
RE
109012002-02-18 Richard Earnshaw <[email protected]>
10902
10903 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10904 * gdbarch.c gdbarch.h: Regenerate.
10905 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10906 function.
10907 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10908 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10909 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10910
10911 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10912 * arm-tdep.c (arm_get_longjmp_target): New function.
10913 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10914 this to a positive value register arm_get_longjmp_target as the
10915 longjmp handler.
10916 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10917 (arm_linux_init_abi): Set up longjmp description in tdep.
10918 * armnbsd-nat.c (get_longjmp_target): Delete.
10919 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10920 description in tdep.
10921 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10922 (get_longjmp_target): Delete declaration.
10923 (GET_LONGJMP_TARGET): Delete.
10924 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10925 (GET_LONGJMP_TARGET): Delete.
10926
57bc8964
KB
109272002-02-17 Kevin Buettner <[email protected]>
10928
10929 From Peter Schauer <[email protected]>:
10930 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10931 of ``current_gdbarch''.
10932
83d31a92
TT
109332002-02-17 Tom Tromey <[email protected]>
10934
10935 * cli/cli-cmds.c (compare_strings): New function.
10936 (complete_command): Only print each unique item once.
10937 * completer.h (complete_line): Declare.
10938 * completer.c (complete_line): New function.
10939 (line_completion_function): Use it.
10940
17ef5d92
AC
109412002-02-16 Andrew Cagney <[email protected]>
10942
10943 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10944 * gdbarch.h, gdbarch.c: Re-generate.
10945
491b8946
DJ
109462002-02-16 Daniel Jacobowitz <[email protected]>
10947
10948 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10949
109502002-02-16 Daniel Jacobowitz <[email protected]>
10951
10952 From Peter Schauer <[email protected]>:
10953 * valops.c (value_arg_coerce): Don't take the address of a reference
10954 to convert an argument to a reference.
10955
dfe7f3ac
CF
109562002-02-15 Christopher Faylor <[email protected]>
10957
10958 * win32-nat.c (get_image_name): New function.
10959 (handle_load_dll): Use get_image_name function.
10960 (get_child_debug_event): Avoid registering debug events until possibly
10961 execed process is started.
10962 (child_create_inferior): Allow invocation via shell so that command
10963 line redirection, etc. works ok.
10964 (_initialize_inftarg): Add new command: "set shell" to control whether
10965 a shell is used to start a process.
10966
1d33e73a
DJ
109672002-02-15 Daniel Jacobowitz <[email protected]>
10968
10969 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10970 instead of find_register_by_number.
10971 (cannot_store_register): Likewise.
10972
48cd0caa
PM
109732002-02-14 Pierre Muller <[email protected]>
10974
aaa38bb5 10975 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
10976 fprintf_unfiltered (gdb_stderr, ...).
10977
8656e7d8
DJ
109782002-02-15 Daniel Jacobowitz <[email protected]>
10979
10980 * gdbserver/gdbserver.1: Document --attach.
10981
66e810cd
RE
109822002-02-15 Richard Earnshaw <[email protected]>
10983
10984 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10985 descriptions.
10986 * arm-tdep.c (arm_default_arm_le_breakpoint)
10987 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10988 (arm_default_thumb_be_breakpoint): New. Initialize them from
10989 traditional breakpoint defines.
10990 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10991 (arm_gdbarch_init): Initialize new breakpoint variables.
10992 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10993 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10994 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10995 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10996 code out to ...
10997 (arm_netbsd_init_abi_common): ... here; new function.
10998 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10999 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
11000 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
11001 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
11002
97e03143
RE
110032002-02-15 Richard Earnshaw <[email protected]>
11004
11005 * arm-tdep.h (enum arm_abi): New enum.
11006 (struct gdbarch_tdep): New structure.
11007 (LOWEST_PC): Provide a default.
11008 (arm_gdbarch_register_os_abi): Declare new function.
11009 * arm-tdep.c (arm_abi_names): New array.
11010 (process_note_abi_tag_sections): New function.
11011 (get_elfosabi): New function.
11012 (arm_gdbarch_register_os_abi): New function.
11013 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
11014 support for that ABI has been built in, then call the appropriate
11015 configuration routine. Use gdbarch_num_regs() to get the number
11016 of registers.
11017 (arm_dump_tdep): New function.
11018 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
11019 place-holder functions.
11020 (_initialize_arm_tdep): Register them.
11021 * config/arm/tm-arm.h (LOWEST_PC): Delete.
11022
11023 * armnbsd-tdep.c: New file.
11024 * Makefile.in (armnbsd-tdep.o): Add dependencies.
11025 * config/arm/nbsd.mt (TDEPFILES): Add it.
11026 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
11027
11028 * armnbsd-nat.c: Include regcache.h.
11029 * Makefile.in (armnbsd-nat.o): Update dependency list.
11030
11031 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
11032
ad68be46
DJ
110332002-02-14 Daniel Jacobowitz <[email protected]>
11034
11035 * gdbserver/Makefile.in: Fix typos in target rules.
11036
003d6d1d
DJ
110372002-02-14 Daniel Jacobowitz <[email protected]>
11038
aaa38bb5 11039 Fix part of PR gdb/267.
003d6d1d
DJ
11040 * linespec.c (find_methods): Handle constructors specially for now.
11041
6b230f1b
CV
110422002-02-14 Corinna Vinschen <[email protected]>
11043
11044 * arm-tdep.c (arm_push_arguments): Eliminate special float type
11045 handling.
11046 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
11047 standard_coerce_float_to_double().
11048
1ea98d12
CF
110492002-02-14 Christopher Faylor <[email protected]>
11050
11051 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
11052 GDBINIT_FILENAME.
11053
dd47e6fd
EZ
110542002-02-14 Elena Zannoni <[email protected]>
11055
11056 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
11057 find_variant_by_name, because it confuses the multiarch
11058 framework. Return NULL if there isn't an architecture with the
11059 user supplied name, instead of forcing a different one without
11060 recording the change with the multiarch machinery.
11061 (find_variant_by_name): Delete.
11062
d7e39b9e
PS
110632002-02-14 Peter Schauer <[email protected]>
11064
11065 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
11066 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
11067
76e42a4f
MH
110682002-02-13 Martin M. Hunt <[email protected]>
11069
aaa38bb5 11070 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
11071 print_frame_info_listing_hook, set current_source_symtab.
11072
0a30fbc4
DJ
110732002-02-14 Daniel Jacobowitz <[email protected]>
11074
11075 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
11076 and remove unused $(INCLUDE_DIR).
11077 Add regcache.c to OBS.
11078 Add generated register protocol files to clean target.
11079 Update dependencies for new objects, obsolete old target code.
11080
11081 * gdbserver/linux-low.c: Remove all platform-specific code to
11082 new files. Remove various dead code. Update to use regcache
11083 functionality.
11084 * gdbserver/remote-utils.c (fromhex): Add return statement
11085 to quiet warning.
11086 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
11087 constant.
11088 (input_interrupt): Add integer parameter to match prototype
11089 of a signal handler.
11090 (outreg): Use register_data ().
11091 (prepare_resume_reply): Use gdbserver_expedite_regs.
11092 * gdbserver/server.c (main): Dynamically allocate own_buf because
11093 PBUFSIZ is no longer constant. Use registers_to_string () and
11094 registers_from_string ().
11095 * gdbserver/server.h: No longer include "defs.h". Add prototypes
11096 for error (), fatal (), and warning (). Update definition of
11097 PBUFSIZ to use regcache functionality. Add include guard.
11098 * gdbserver/utils.c (fatal): Add missing ``const''.
11099 (warning): New function.
11100
11101 * regformats/regdat.sh: Include "regcache.h" in generated files.
11102 Provide init_registers () function.
11103 * regformats/regdef.h: Add prototype for set_register_cache ().
11104 Add include guard.
11105
11106 * gdbserver/linux-arm-low.c: New file.
11107 * gdbserver/linux-i386-low.c: New file.
11108 * gdbserver/linux-ia64-low.c: New file.
11109 * gdbserver/linux-m68k-low.c: New file.
11110 * gdbserver/linux-mips-low.c: New file.
11111 * gdbserver/linux-ppc-low.c: New file.
11112 * gdbserver/linux-sh-low.c: New file.
11113
11114 * gdbserver/regcache.c: New file.
11115 * gdbserver/regcache.h: New file.
11116
11117 * gdbserver/low-linux.c: Removed obsolete file.
11118
4cc841d0
DJ
111192002-02-14 Daniel Jacobowitz <[email protected]>
11120
11121 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
11122 * config/i386/linux.mt: Likewise.
11123 * config/ia64/linux.mt: Likewise.
11124 * config/m68k/linux.mh: Likewise.
11125 * config/powerpc/linux.mh: Likewise.
11126 * config/mips/linux.mt: Likewise.
11127
11128 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
11129
11130 * config/i386/i386lynx.mh: Mark gdbserver variables
11131 as (currently) obsolete for this target.
11132 * config/i386/nbsd.mt: Likewise.
11133 * config/i386/nbsdelf.mt: Likewise.
11134 * config/m32r/m32r.mt: Likewise.
11135 * config/m68k/m68klynx.mh: Likewise.
11136 * config/m68k/nbsd.mt: Likewise.
11137 * config/m68k/sun3os4.mh: Likewise.
11138 * config/mips/vr5000.mt: Likewise.
11139 * config/ns32k/nbsd.mt: Likewise.
11140 * config/pa/hppabsd.mh: Likewise.
11141 * config/pa/hppaosf.mh: Likewise.
11142 * config/powerpc/nbsd.mt: Likewise.
11143 * config/rs6000/rs6000lynx.mh: Likewise.
11144 * config/s390/s390.mt: Likewise.
11145 * config/s390/s390x.mt: Likewise.
11146 * config/sparc/sparclynx.mh: Likewise.
11147 * config/sparc/sun4os4.mh: Likewise.
11148 * config/i386/x86-64linux.mt: Likewise.
11149 * config/sparc/linux.mh: Likewise.
11150
a85f51e7
DJ
111512002-02-14 Daniel Jacobowitz <[email protected]>
11152
11153 * configure.tgt: Configure gdbserver only for known working
11154 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
11155 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
11156 SUBDIRS if it is configured. Update comment for ${nativefile}.
11157 * configure: Regenerated.
11158
65554fef
MS
111592002-02-13 Michael Snyder <[email protected]>
11160
670a52db
MS
11161 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11162
6dbdc4a3
MS
11163 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11164 (default_gcore_mach): Just return 0, work around a problem in bfd.
11165 (default_gcore_target): OK to return NULL if exec_bfd is null.
11166 (make_mem_sec): Use a cast, avoid a warning.
11167
11168 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 11169 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
11170 sizeof (host pointer) != sizeof (target pointer)).
11171 (procfs_make_note_section): Avoid overflow in psargs string.
11172
aaa38bb5 11173 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
11174 implementation return an error.
11175
111762002-02-13 Rodney Brown <[email protected]>
11177
11178 * procfs.c (procfs_make_note_section): Provide a default definition
11179 (for alpha-dec-osf4.0f). Fix typos.
11180
1e4d76e7
EZ
111812002-02-13 Elena Zannoni <[email protected]>
11182
11183 * linux-proc.c: Add include of regcache.h.
11184 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11185
b6d1a1d5
AC
111862002-02-13 Andrew Cagney <[email protected]>
11187
11188 From 2002-01-18 Greg McGary <[email protected]>:
aaa38bb5
AJ
11189 * memattr.c (create_mem_region): Disallow useless empty region.
11190 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 11191 non-overlapping.
b6d1a1d5 11192
6c6ea35e
MC
111932002-02-13 Michael Chastain <[email protected]>
11194
11195 * defs.h: Kill CONST_PTR.
11196 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11197 * c-lang.c (c_builtin_types): Likewise.
11198 * ch-lang.c (ch_builtin_types): Likewise.
11199 * f-lang.c (f_builtin_types): Likewise.
11200 * language.c (unknown_builtin_types): Likewise.
11201 * m2-lang.c (m2_builtin_types): Likewise.
11202 * p-lang.c (pascal_builtin_types): Likewise.
11203 * scm-lang.c (c_builtin_types): Likewise.
11204
3e0b0f48
KS
112052002-02-13 Keith Seitz <[email protected]>
11206
11207 * arm-tdep.h (arm_get_next_pc): Add declaration.
11208
67255d04
RE
112092002-02-13 Richard Earnshaw <[email protected]>
11210
11211 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11212 with other related struct-returning functions.
11213 (arm_extract_struct_value_address): New function.
11214 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11215 initialize float_format, double_format and long_double_format as
11216 appropriate to the endianness of the target.
11217 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11218 (arm_use_struct_convention): Delete declaration.
11219 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11220
079777f6
KS
112212002-02-13 Keith Seitz <[email protected]>
11222
11223 * defs.h (core_addr_to_string_nz): New function.
11224
34588f23
MK
112252002-02-13 Mark Kettenis <[email protected]>
11226
11227 Apply missing bits of 2002-01-15 patch.
11228 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11229 (fill_fpregset): Use i387_fill_fsave.
11230
49b563f9
KS
112312002-02-12 Keith Seitz <[email protected]>
11232
49b563f9
KS
11233 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11234 (core_addr_to_string_nz): New function.
11235
aeb98c60
RE
112362002-02-11 Richard Earnshaw <[email protected]>
11237
11238 * arm-linux-nat.c: Really include arm-tdep.h.
11239 * config/arm/tm-linux.h (struct type, struct value): Declare.
11240
65554fef
MS
112412002-02-11 Michael Snyder <[email protected]>
11242
11243 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11244 (gcore section): Ifdef for Solaris and Unixware only.
11245 (procfs_do_thread_registers): Unixware needs one lwpstatus
11246 per thread (not one prstatus or pstatus).
11247 (procfs_make_note_section): Iterate only over kernel threads (lwps),
11248 not over all gdb threads. For unixware, call elfcore_write_pstatus
11249 once before iterating over threads.
11250
34e8f22d
RE
112512002-02-11 Richard Earnshaw <[email protected]>
11252
11253 * arm-tdep.h: New file.
11254 * arm-tdep.c: Include arm-tdep.h.
11255 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11256 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11257 (arm_print_float_info, arm_register_type, convert_to_extended)
11258 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11259 (arm_extract_return_value, arm_register_name): Make static.
11260 (arm_software_single_step): Similarly. Fix types in declaration.
11261 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11262 (arm_store_return_value, arm_store_struct_return): New functions.
11263 (arm_gdbarch_init): Register the above functions. Also register
11264 call_dummy_start_offset, sizeof_call_dummy_words,
11265 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11266 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 11267 max_register_virtual_size, register_size. Set up
34e8f22d
RE
11268 prologue_cache.saved_regs here, rather than ...
11269 (_initialize_arm_tdep): ... here.
11270 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11271 declarations.
11272 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11273 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11274 (arm_print_float_info, arm_register_type, convert_to_extended)
11275 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11276 (arm_extract_return_value, arm_register_name): Delete declarations.
11277 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11278 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11279 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11280 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11281 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11282 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11283 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11284 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11285 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11286 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11287 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11288 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11289 interface.
11290 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11291 * remote-rdi.c remote-rdp.c: Likewise.
11292 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11293 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11294 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11295 definition.
11296
11297 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11298 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11299 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11300 from non-ARM_ prefixed definitions.
11301 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11302 all uses of above.
11303 * remote-rdi.c remote-rdp.c: Likewise.
11304 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11305
148754e5
RE
113062002-02-11 Richard Earnshaw <[email protected]>
11307
11308 * arm-tdep.c (arm_frameless_function_invocation)
11309 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11310 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11311 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11312 (arm_pop_frame, arm_get_next_pc): Make static.
11313 (arm_gdbarch_init): Register above in gdbarch structure.
11314 (arm_read_fp): Renamed from arm_target_read_fp.
11315 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11316 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11317 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11318 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11319 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11320 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11321 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
11322 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11323 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11324 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11325 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 11326
434d2d4f
DJ
113272002-02-10 Daniel Jacobowitz <[email protected]>
11328
11329 * symtab.c (compare_search_syms): New function.
11330 (sort_search_symbols): New function.
11331 (search_symbols): Sort symbols after searching rather than
11332 before.
11333
55241689
AC
113342002-02-10 Andrew Cagney <[email protected]>
11335
11336 * NEWS: Linux -> GNU/Linux.
11337
028c194b
AC
113382002-02-10 Andrew Cagney <[email protected]>
11339
11340 * gdbarch.sh: For for level one methods, disallow a definition
11341 when partially multi-arched. Add comments explaining rationale.
11342 * gdbarch.h: Re-generate.
11343
6acf50cd
AC
113442002-02-10 Andrew Cagney <[email protected]>
11345
11346 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11347 multi-arch partial.
aaa38bb5 11348
50248794
AC
113492002-02-10 Andrew Cagney <[email protected]>
11350
11351 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11352 field. Use diff -u.
11353 * gdbarch.c: Re-generate.
11354
c30e0066
AC
113552002-02-10 Andrew Cagney <[email protected]>
11356
9b56c5f3 11357 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
11358 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11359 partial.
11360
6e6d6484
AC
113612002-02-10 Andrew Cagney <[email protected]>
11362
11363 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11364 multi-arch partial.
11365 (PUSH_ARGUMENTS): Switch to using predefault.
11366 * gdbarch.c: Regenerate.
11367
c203844d
AC
113682002-02-10 Andrew Cagney <[email protected]>
11369
11370 * valops.c (PUSH_ARGUMENTS): Delete definition.
11371 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11372 partial. Default to default_push_arguments.
11373 * gdbarch.h, gdbarch.c: Regenerate.
11374
b5a2688f
AC
113752002-02-09 Andrew Cagney <[email protected]>
11376
11377 * defs.h (throw_exception): Rename return_to_top_level. Update
11378 comments.
11379 * utils.c (error_stream, internal_verror, quit): Ditto.
11380 * top.c (throw_exception, catcher): Ditto.
11381 * sparclet-rom.c (sparclet_load): Ditto.
11382 * remote.c (interrupt_query, minitelnet): Ditto.
11383 * remote-sds.c (interrupt_query): Ditto.
11384 * remote-mips.c (mips_error, mips_kill): Ditto.
11385 * ocd.c (interrupt_query): Ditto.
11386 * monitor.c (monitor_interrupt_query): Ditto.
11387 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11388 * target.h: Update comment.
aaa38bb5 11389
b5a2688f 11390 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 11391
2fa5c1e0
AC
113922002-02-09 Andrew Cagney <[email protected]>
11393
11394 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11395 default_double_format.
11396 * gdbarch.h, gdbarch.c: Re-generate.
11397 * findvar.c (floatformat_unknown): Delete variable definition.
11398 * doublest.h (floatformat_unknown): Delete variable declaration.
11399
da966255
JB
114002002-02-09 Jim Blandy <[email protected]>
11401
11402 * stabsread.c (read_type): Add code to parse Sun's syntax for
11403 prototyped function types.
11404
123a4891
AC
114052002-02-09 Andrew Cagney <[email protected]>
11406
11407 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11408 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11409
fb39c8f3
PS
114102002-02-09 Peter Schauer <[email protected]>
11411
11412 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11413 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11414 now _initialize_xcoffsolib gets called again and overrides the
11415 commands from solib.c in a native configuration.
11416
0b87a11d
MK
114172002-02-09 Mark Kettenis <[email protected]>
11418
11419 * doublest.c (store_typed_floating): Don't try to return a value.
11420 Fixes PR gdb/290.
11421
bdc2fc72
JB
114222002-02-08 Jim Blandy <[email protected]>
11423
11424 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11425 is prototyped and has no arguments, print its argument list as
11426 `(void)'.
11427
da69bbcf
CD
114282002-02-08 Chris Demetriou <[email protected]>
11429
11430 * MAINTAINERS (write-after-approval): Add myself.
11431 (paper-trail): I've escaped!
aaa38bb5 11432
b69571f5
CF
114332002-02-08 Christopher Faylor <[email protected]>
11434
11435 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11436 changes.
11437 (_initialize_check_for_gdb_ini): Ditto.
11438
f6871398
MH
114392002-02-08 Martin M. Hunt <[email protected]>
11440
11441 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11442 xaprintf -> xasprintf.
11443
4e52d31c
PM
114442002-02-08 Pierre Muller <[email protected]>
11445
11446 * win32-nat.c: Remove use of printf and sprintf functions.
11447
39bbf761
RE
114482002-02-08 Richard Earnshaw <[email protected]>
11449
11450 * arm-tdep.c (arm_frame_chain_valid): Make static.
11451 (arm_push_arguments): Likewise.
11452 (arm_gdbarch_init): New function.
11453 (_initialize_arm_tdep): Call it.
11454 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11455 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11456 (FRAME_CHAIN_VALID): Delete.
11457 (arm_frame_chain_valid): Delete declaration.
11458 (PUSH_ARGUMENTS): Delete.
11459 (arm_push_arguments): Delete declaration.
11460 (CALL_DUMMY_P): Delete.
11461
9c9532c9
CV
114622002-02-08 Andrew Cagney <[email protected]>
11463 Corinna Vinschen <[email protected]>
11464
11465 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11466 on builtin float types.
11467
4e8f7a8b
DJ
114682002-02-08 Daniel Jacobowitz <[email protected]>
11469
11470 * utils.c: Include <curses.h> before "bfd.h".
11471 * tui/tui-hooks.c: Likewise.
11472 * tui/tui.c: Likewise.
11473 * tui/tuiCommand.c: Likewise.
11474 * tui/tuiData.c: Likewise.
11475 * tui/tuiDataWin.c: Likewise.
11476 * tui/tuiDisassem.c: Likewise.
11477 * tui/tuiGeneralWin.c: Likewise.
11478 * tui/tuiIO.c: Likewise.
11479 * tui/tuiLayout.c: Likewise.
11480 * tui/tuiRegs.c: Likewise.
11481 * tui/tuiSource.c: Likewise.
11482 * tui/tuiSourceWin.c: Likewise.
11483 * tui/tuiStack.c: Likewise.
11484 * tui/tuiWin.c: Likewise.
11485
cd4bffcf
EZ
114862002-02-07 Elena Zannoni <[email protected]>
11487
11488 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11489 to include space for pseudoregs as well. Update loops accordingly.
11490 (sh_fp_frame_init_saved_regs): Ditto.
11491 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11492
26806ce2
AC
114932002-02-07 Andrew Cagney <[email protected]>
11494
11495 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11496 Add Richard Earnshaw to Arm maintainers.
11497
97fdab62
AC
114982002-02-07 Andrew Cagney <[email protected]>
11499
a6b98203
AC
11500 * defs.h (warning_begin): Delete declaration.
11501
97fdab62
AC
11502 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11503 Delete macro.
11504
78b29b40
MS
115052002-02-07 Michael Snyder <[email protected]>
11506
aaa38bb5 11507 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
11508 Logic bug, remove misplaced else.
11509
d8849953
KD
115102002-02-07 Klee Dienes <[email protected]>
11511
11512 * fork-inferior.c (fork_inferior): Add '!' to the list of
11513 characters that need to be quoted when building a string for the
11514 shell. Quote '!' specifically with a backslash, since CSH chokes
11515 when trying to evaluate "str!str".
aaa38bb5 11516
095778a0
NC
115172002-02-06 Nick Clifton <[email protected]>
11518
11519 * rdi-share/host.h: Only provide a typedef for bool if it is not
11520 defined.
11521
1900040c
MS
115222002-02-04 Michael Snyder <[email protected]>
11523
11524 * breakpoint.h (enum bptype): Add new overlay event bp type.
11525 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 11526
1900040c
MS
11527 * breakpoint.c (create_internal_breakpoint): New function.
11528 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11529 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11530 (create_thread_event_breakpoint): Ditto.
11531 (create_solib_event_breakpoint): Ditto.
11532 (create_overlay_event_breakpoint): New function.
11533 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11534 (update_breakpoints_after_exec): Delete and re-initialize
11535 overlay event breakpoints after an exec. Add FIXME comment
11536 about longjmp breakpoint.
11537 (print_it_typical): Ignore overlay event breakpoints.
11538 (print_one_breakpoint): Ditto.
11539 (mention): Ditto.
11540 (bpstat_what): Do not stop for overlay event breakpoints.
11541 (delete_breakpoint): Don't delete overlay event breakpoints.
11542 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11543 (breakpoint_re_set): Re-create overlay event breakpoint.
11544
11545 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11546 (overlay_manual_command): Disable overlay breakpoints.
11547 (overlay_off_command): Disable overlay breakpoints.
11548
082fc60d
RE
115492002-02-06 Richard Earnshaw <[email protected]>
11550
11551 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11552 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11553 to here from config/tm-arm.h.
11554 (coff_sym_is_thumb): Make static.
11555 (arm_elf_make_msymbol_special): New function.
11556 (arm_coff_make_msymbol_special): New function.
11557 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11558 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11559 (coff_sym_is_thumb): Delete declaration.
11560 (arm_elf_make_msymbol_special): Declare.
11561 (arm_coff_make_msymbol_special): Declare.
11562 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11563 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11564
039c5766
RE
115652002-02-06 Richard Earnshaw <[email protected]>
11566
11567 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11568
115692002-02-06 Richard Earnshaw <[email protected]>
11570
11571 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11572 * gdbarch.c gdbarch.h: Regenerate.
11573 * arch-utils.c (default_print_float_info): New function.
11574 * arch-utils.h (default_print_float_info): Prototype it.
11575 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11576 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11577 (PRINT_FLOAT_INFO): Document it.
11578
11579 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11580 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11581 (PRINT_FLOAT_INFO): Define.
11582
58fa08f0
PM
115832002-02-06 Pierre Muller <[email protected]>
11584
aaa38bb5 11585 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
11586 Add typecast to sprintf argument to suppress a warning.
11587
7393af7c
PM
115882002-02-05 Pierre Muller <[email protected]>
11589
58fa08f0 11590 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
11591 to allow easier handling of pass state.
11592 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11593 that gives exception name and address.
11594 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 11595 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 11596 exceptions added.
aaa38bb5
AJ
11597 (child_continue): Correctly report continue_status.
11598 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 11599 TARGET_SIGNAL_0 (new default value).
aaa38bb5 11600 (child_resume): consider sig argument passed to decide if
7393af7c
PM
11601 the exception should be passed to debuggee or not.
11602
6af4589c
MS
116032002-02-05 Michael Snyder <[email protected]>
11604
11605 * regcache.c (fetch_register): Call target_fetch_register
11606 only if we don't call FETCH_PSEUDO_REGISTER.
11607 (store_register): Call target_store_register only if we
11608 don't call STORE_PSEUDO_REGISTER.
11609
a2cf933a
EZ
116102002-02-05 Elena Zannoni <[email protected]>
11611
11612 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11613 ELF_MAKE_MSYMBOL_SPECIAL.
11614 * gdbarch.c, gdbarch.h: Regenerate.
11615 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 11616 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
11617 * elfread.c (elf_symtab_read): Compile use of
11618 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11619 multiarched.
11620 * coffread.c (coff_symtab_read): Ditto, for
11621 COFF_MAKE_MSYMBOL_SPECIAL.
11622
6bb7be43
JB
116232002-02-05 Jim Blandy <[email protected]>
11624
11625 * solib-svr4.c (svr4_truncate_ptr): New function.
11626 (svr4_relocate_section_addresses): Do the address arithmetic with
11627 the appropriate truncation for target addresses, even when
11628 CORE_ADDR is larger than a target address.
11629
e18651ec
DJ
116302002-02-05 Daniel Jacobowitz <[email protected]>
11631
11632 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11633 to (int *).
11634
6b2725be
DJ
116352002-02-05 Daniel Jacobowitz <[email protected]>
11636
11637 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11638 code.
11639
fca9e603
DJ
116402002-02-05 Daniel Jacobowitz <[email protected]>
11641
11642 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11643
6c537a52
DJ
116442002-02-05 Daniel Jacobowitz <[email protected]>
11645
11646 * gdbserver/linux-low.c: Remove unused include files.
11647
d844cde6
DJ
116482002-02-05 Daniel Jacobowitz <[email protected]>
11649
11650 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11651 (read_inferior_memory): Use it.
11652 (write_inferior_memory): Likewise.
11653
d07c63e7
DJ
116542002-02-05 Daniel Jacobowitz <[email protected]>
11655
11656 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11657 grubbing through sys_errlist.
11658
da6d8c04
DJ
116592002-02-05 Daniel Jacobowitz <[email protected]>
11660
11661 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11662
5b421780
PM
116632002-02-04 Pierre Muller <[email protected]>
11664 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11665
9f60d481
AC
116662002-02-04 Andrew Cagney <[email protected]>
11667
11668 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11669 (do_sfunc, set_cmd_sfunc): New functions.
11670
11671 * command.h (struct cmd_list_element): Add field func.
11672 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11673 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11674 * cli/cli-decode.h: Ditto.
11675
11676 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11677 (help_all, help_cmd_list): Ditto.
11678 (find_cmd, complete_on_cmdlist): Ditto.
11679 * top.c (execute_command): Ditto.
11680
11681 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11682 function.sfunc.
11683
11684 * infcmd.c (notice_args_read): Fix function signature.
11685
11686 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11687 * cli/cli-decode.c (add_set_cmd): Ditto.
11688 * utils.c (initialize_utils): Ditto.
11689 * maint.c (_initialize_maint_cmds): Ditto.
11690 * infrun.c (_initialize_infrun): Ditto.
11691 * demangle.c (_initialize_demangler): Ditto.
11692 * remote.c (add_packet_config_cmd): Ditto.
11693 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11694 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11695 * proc-api.c (_initialize_proc_api): Ditto.
11696 * kod.c (_initialize_kod): Ditto.
11697 * valprint.c (_initialize_valprint): Ditto.
11698 * top.c (init_main): Ditto.
11699 * infcmd.c (_initialize_infcmd): Ditto.
11700 * corefile.c (_initialize_core): Ditto.
11701 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11702 * arch-utils.c (initialize_current_architecture): Ditto.
11703 (_initialize_gdbarch_utils): Ditto.
11704 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11705
11706 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11707 * wince.c (_initialize_inftarg): Ditto.
11708 * symfile.c (_initialize_symfile): Ditto.
11709 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11710 * language.c (_initialize_language): Ditto.
11711 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11712
f9ba0717
MS
117132002-02-04 Michael Snyder <[email protected]>
11714
11715 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11716
0c74b2a7
DJ
117172002-02-04 Daniel Jacobowitz <[email protected]>
11718
11719 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11720 Add rules for building the register data files.
11721
c638789f
DJ
117222002-02-04 Daniel Jacobowitz <[email protected]>
11723
11724 * regformats/regdat.sh: Add braces to the definition of
11725 expedite_regs_${arch}.
11726
db253027
DJ
117272002-02-04 Daniel Jacobowitz <[email protected]>
11728
11729 * regformats/regdef.h (struct reg): Add comment describing the
11730 requirements for offset and size fields.
11731
206be19c
AS
117322002-02-04 Andreas Schwab <[email protected]>
11733
11734 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11735 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11736
181c1381
RE
117372002-02-04 Richard Earnshaw <[email protected]>
11738
11739 * gdbarch.sh (copyright): Update years in generated header.
11740 (SMASH_TEXT_ADDRESS): Add rule.
db253027 11741 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
11742 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11743 * dbxread.c: Likewise.
11744 * dwarfread.c: Likewise.
11745 * elfread.c: Likewise.
11746 * somread.c: Likewise.
11747
11748 * arm-tdep.c (arm_smash_text_address): New function.
11749 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11750
fa4ba8da
PM
117512002-02-04 Pierre Muller <[email protected]>
11752
11753 Add support for hardware watchpoints on win32 native.
aaa38bb5 11754 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 11755 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 11756 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
11757 of debug registers.
11758 (debug_registers_changed): New variable. Reflects when debug registers
11759 are changed and need to be written to inferior.
aaa38bb5 11760 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
11761 was set, used when new threads are created.
11762 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11763 i386-nat code.
11764 (thread_rec): Set dr array if id is the thread of current_event .
11765 (child_continue, child_resume): Change the debug registers for all
11766 threads if debug_registers_changed.
11767 (child_add_thread): Change the debug registers if debug_registers_used.
11768 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11769 Link nm.h to new nm-cygwin.h file.
11770 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11771 of hardware registers.
11772
a73c86fb
AC
117732002-02-03 Andrew Cagney <[email protected]>
11774
11775 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11776 Restore behavour broken by 2002-01-20 Andrew Cagney
11777 <[email protected]> IEEE_FLOAT removal.
11778
acf5ed49
DJ
117792002-02-03 Daniel Jacobowitz <[email protected]>
11780
11781 * c-valprint.c (c_val_print): Pass a proper valaddr to
11782 cp_print_class_method.
11783 * valops.c (search_struct_method): If there is only one method
11784 and args is NULL, return that method.
11785
493d28d5
DJ
117862002-02-03 Daniel Jacobowitz <[email protected]>
11787
11788 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11789 accessing tag_name directly.
11790
7495dfdb
DJ
117912002-02-03 Daniel Jacobowitz <[email protected]>
11792
11793 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11794 of accessing tag_name directly.
11795
dd6bda65
DJ
117962002-02-03 Daniel Jacobowitz <[email protected]>
11797
11798 PR gdb/280
11799 * gdbtypes.c (replace_type): New function.
11800 * gdbtypes.h (replace_type): Add prototype.
11801 * stabsread.c (read_type): Use replace_type.
11802
88fe217c
RE
118032002-02-03 Richard Earnshaw <[email protected]>
11804
11805 * Makefile.in (memattr.o): Add missing dependencies rule.
11806
e5d66720
PS
118072002-02-03 Peter Schauer <[email protected]>
11808
11809 * breakpoint.c (break_at_finish_command): Really export.
11810 (break_at_finish_at_depth_command): Ditto.
11811 (tbreak_at_finish_command): Ditto.
11812 * hppa-tdep.c: Include completer.h.
11813 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11814 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11815
fffee0be
AC
118162002-02-01 Andrew Cagney <[email protected]>
11817
11818 * utils.c (do_write): New function.
11819 (error_stream): Rewrite combining the code from error_begin and
11820 verror.
11821 (verror): Rewrite using error_stream.
11822 (error_begin): Delete function.
11823
255e7dbf
AC
118242002-02-01 Andrew Cagney <[email protected]>
11825
11826 * utils.c (error_begin): Make static.
11827 * defs.h (error_begin): Delete declaration.
11828
11829 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11830 (decode_line_1): Use cplusplus_error instead of error_begin,
11831 cplusplus_hint and return_to_top_level.
11832 * coffread.c (coff_symfile_read): Use error instead of error_begin
11833 and return_to_top_level.
11834 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11835
ddfe3c15
AC
118362002-02-01 Andrew Cagney <[email protected]>
11837
11838 * language.h (type_error, range_error): Make string parameter
11839 constant.
11840 * language.c (warning_pre_print): Delete extern declaration.
11841 * dwarfread.c (warning_pre_print): Ditto.
11842 * language.c (type_error, range_error): Rewrite to use verror and
11843 vwarning instead of warning_begin.
11844
03ac34d5
MS
118452002-02-01 Michael Snyder <[email protected]>
11846
261c4ca2
MS
11847 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11848 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 11849
e00d1dc8
AC
118502002-02-01 Andrew Cagney <[email protected]>
11851
11852 * command.h (NO_FUNCTION): Delete macro.
11853 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11854 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11855 * tracepoint.c (_initialize_tracepoint): Ditto.
11856 * cli/cli-decode.c (add_set_cmd): Ditto.
11857 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 11858
76b79d6e
DJ
118592002-02-01 Daniel Jacobowitz <[email protected]>
11860
11861 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11862 Update ``this'' pointer when calling virtual functions.
11863
799f9e91
MS
118642002-02-01 Michael Snyder <[email protected]>
11865
c7bd442c 11866 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
11867 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11868
3cf384d4
DJ
118692002-02-01 Daniel Jacobowitz <[email protected]>
11870
11871 * regformats/reg-arm.dat: New file.
11872 * regformats/reg-i386.dat: New file.
11873 * regformats/reg-ia64.dat: New file.
11874 * regformats/reg-m68k.dat: New file.
11875 * regformats/reg-mips.dat: New file.
11876 * regformats/reg-ppc.dat: New file.
11877 * regformats/reg-sh.dat: New file.
11878 * regformats/regdef.h: New file.
11879 * regformats/regdat.sh: New file.
11880
0defa245
RE
118812002-02-01 Richard Earnshaw <[email protected]>
11882
11883 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11884 (arm_frame_args_address, arm_frame_locals_address): New functions.
11885 (arm_frame_num_args): New function.
11886 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11887 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11888 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11889
405f26e6
MS
118902002-01-31 Michael Snyder <[email protected]>
11891
502fd408
MS
11892 * breakpoint.c (break_at_finish_command): Export.
11893 (break_at_finish_at_depth_command): Export.
11894 (tbreak_at_finish_command): Export.
d6020d45 11895 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
502fd408 11896 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
d6020d45 11897 "txbreak" commands, which are HPPA specific.
502fd408 11898
7d35e135
MS
11899 * printcmd.c (disassemble_command): Remove an ancient
11900 artifact of an old merge.
11901
aaa38bb5 11902 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
11903 Define enum constant values for overlay mode.
11904 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
11905 (overlay_is_mapped, overlay_auto_command,
11906 overlay_manual_command): Ditto.
d874f1e2 11907
aaa38bb5
AJ
11908 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11909 breakpoint_here_p, breakpoint_inserted_here_p,
11910 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
11911 describe_other_breakpoints, check_duplicates, clear_command):
11912 Coding standard fixes.
11913
8add0441 11914 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 11915 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
11916 code: check bfd SEC_READONLY flag for section.
11917
e351066e
AC
119182002-01-31 Andrew Cagney <[email protected]>
11919
7d35e135 11920 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 11921
8a48e967
DJ
119222002-01-30 Daniel Jacobowitz <[email protected]>
11923
11924 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11925 data symbols, since we search based on textlow and texthigh.
11926 (find_pc_sect_symtab): Likewise.
11927
f5a96129
AC
119282002-01-30 Andrew Cagney <[email protected]>
11929
11930 * defs.h (vwarning): Declare.
f5a96129
AC
11931 * utils.c (vwarning): New function.
11932 (warning): Call vwarning.
11933 (warning_begin): Delete function.
11934
11935 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11936 the warning message.
11937 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11938 warning_begin.
11939
cefd4ef5
MS
119402002-01-30 Michael Snyder <[email protected]>
11941
1a703748
MS
11942 * NEWS: Mention "set trust-readonly-sections" command.
11943 Mention generate-core-file command.
cefd4ef5 11944
3a11626d
MS
119452002-01-15 Michael Snyder <[email protected]>
11946
11947 * target.c: New command, "set trust-readonly-sections on".
11948 (do_xfer_memory): Honor the suggestion to trust readonly sections
11949 by reading them from the object file instead of from the target.
11950 (initialize_targets): Register command "set trust-readonly-sections".
11951
d1c7e53b
AC
119522002-01-29 Andrew Cagney <[email protected]>
11953
11954 * parse.c (target_map_name_to_register): Simplify, search regs and
11955 pseudo-regs using a single loop.
11956
e2c9a72c
AC
119572002-01-30 Andrew Cagney <[email protected]>
11958
11959 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11960
69824b4e
MK
119612002-01-15 Rodney Brown <[email protected]>
11962
11963 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11964 * config/i386/i386v42mp.mh: Add i387-nat.o .
11965 * i386v4-nat.c: Include i387-nat.h.
11966 (supply_fpregset): Use i387_supply_fsave.
11967 (fill_fpregset): Use i387_fill_fsave.
11968
6eb69eab
RE
119692002-01-30 Richard Earnshaw <[email protected]>
11970
11971 * arm-tdep.c (arm_call_dummy_words): Define.
11972 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11973 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11974 (CALL_DUMMY_WORDS): Define.
11975 (arm_call_dummy_words): Declare.
11976 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11977 (arm_linux_call_dummy_words): Declare.
11978
9852326a
AS
119792002-01-30 Andreas Schwab <[email protected]>
11980
11981 * m68klinux-nat.c: Fix last change to use regcache_collect
11982 instead of referencing registers[] directly.
11983
977a3030
AC
119842002-01-29 Andrew Cagney <[email protected]>
11985
11986 * parse.c (target_map_name_to_register): Delete code wrapped in
11987 #ifdef REGISTER_NAME_ALIAS_HOOK.
11988
2076c72b
MS
119892002-01-28 Michael Snyder <[email protected]>
11990
11991 * regcache.c (legacy_read_register_gen): Need to be able to
11992 read pseudo-register as well as real register.
11993 (legacy_write_register_gen): Ditto.
11994
8fcc723b
AC
119952002-01-28 Andrew Cagney <[email protected]>
11996
11997 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11998 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11999 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
12000 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
12001 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
12002 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
12003 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
12004 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
12005 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
12006 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12007 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
12008 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
12009 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
12010 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
12011 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
12012 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
12013 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
12014 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
12015 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
12016 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
12017
afe64c1a
AC
120182002-01-28 Andrew Cagney <[email protected]>
12019
12020 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
12021 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
12022 (initialize_current_architecture): Update target_byte_order using
12023 information from BFD.
aaa38bb5 12024 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
12025 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
12026
75bc7ddf
AC
120272002-01-28 Andrew Cagney <[email protected]>
12028
12029 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
12030 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
12031
12032 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
12033 #ifdef INVALID_FLOAT.
12034 * infcmd.c (do_registers_info): Ditto.
12035 * values.c (unpack_double): Ditto. Add comment.
12036
12037 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
12038 already commented out.
12039
0280a90a
AS
120402002-01-26 Andreas Schwab <[email protected]>
12041
12042 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
12043 * m68klinux-nat.c: Update ptrace interface for fetching/storing
12044 registers and add support for PTRACE_GETREGS.
12045
7072a954
AC
120462002-01-24 Andrew Cagney <[email protected]>
12047
12048 GDB 5.1.1 released from 5.1 branch.
12049 * NEWS: Add 5.1.1 news.
12050 * README: Sync with 5.1 branch.
12051
86f902e0
FF
120522002-01-23 Fred Fish <[email protected]>
12053
12054 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
12055 stabstring on initial malloc. Reallocing will copy it for us,
12056 if necessary.
12057
8af51c36
EZ
120582002-01-23 Elena Zannoni <[email protected]>
12059
aaa38bb5 12060 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
12061 (HFILES_NO_SRCDIR): Remove hpread.h.
12062 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
12063 (hpread.o): Update dependencies.
12064 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
12065
12066 * hp-psymtab-read.c: Remove file.
12067 * hp-symtab-read.c: Remove file.
12068 * hpread.h: Remove file.
12069
12070 * hpread.c: Merge all contents of hp-psymtab-read.c,
12071 hp-symtab-read.c and hpread.h into this file, as it was prior to
12072 January 1999.
12073
12074 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 12075 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
12076 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
12077 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
12078
dc5cfeb6
EZ
120792002-01-23 Elena Zannoni <[email protected]>
12080
12081 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
12082 fill_gregset): Call gdbarch_tdep() just once, assign result to
12083 variable and use that, instead of calling the function several
12084 times.
12085
ea87b71b
AO
120862002-01-24 Alexandre Oliva <[email protected]>
12087
12088 * configure.host: Accept sparcv9 as alias for sparc64.
12089 * configure.tgt: Likewise.
12090
13fc0c2f
KB
120912002-01-22 Kevin Buettner <[email protected]>
12092
12093 * solib-aix5.c (build_so_list_from_mapfile)
12094 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
12095 arguments is not reversed.
12096 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
12097 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 12098
7bd872fe
EZ
120992002-01-22 Elena Zannoni <[email protected]>
12100
12101 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
12102 modified version of obsolete sh_fetch_pseudo_register.
12103 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
12104 (sh4_register_read): New function.
12105 (sh_pseudo_register_write): New function. Renamed and modified
12106 version of obsolete sh_store_pseudo_register.
12107 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
12108 (sh4_register_write): New function.
12109 (sh_gdbarch_init): Remove setting of gdbarch function
12110 fetch_pseudo_register and store_pseudo_register. Remove setting of
12111 register_convert_to_raw, register_convert_to_virtual,
12112 register_convertible.
12113 (sh_sh4_register_convertible): Delete. No longer needed. All is
12114 taken care by architecture specific functions
12115 register_read/register_write.
12116 (sh_sh4_register_convert_to_virtual): Make static.
12117 (sh_sh4_register_convert_to_raw): Ditto.
12118
069e84fd
AC
121192002-01-22 Andrew Cagney <[email protected]>
12120
12121 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
12122 (floatformat_is_nan, floatformat_mantissa): Ditto.
12123
12124 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
12125 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
12126 builtin_type_ieee_double_little,
12127 builtin_type_ieee_double_littlebyte_bigword,
12128 builtin_type_m68881_ext, builtin_type_i960_ext,
12129 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
12130 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
12131 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
12132 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
12133
211a4f69
CV
121342002-01-22 Corinna Vinschen <[email protected]>
12135
12136 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
12137 parameter. Set frameless flag if it exists and depended of
12138 whether the scanned function is frameless or not.
12139 (xstormy16_skip_prologue): If function is frameless, return
12140 result of xstormy16_scan_prologue().
12141 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12142 call.
12143
f81353e4
EZ
121442002-01-21 Elena Zannoni <[email protected]>
12145
12146 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12147 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12148 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12149 sh_sh4_register_byte, sh_sh4_register_raw_size,
12150 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12151 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12152 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12153 sh_store_pseudo_register, sh_do_pseudo_register): Call
12154 gdbarch_tdep() just once, assign result to variable and use that,
12155 instead of calling the function several times.
12156
63c73a17
MK
121572002-01-20 Mark Kettenis <[email protected]>
12158
12159 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12160 macros instead of LAST_FPU_CTRL_REGNUM.
12161 (store_register): Likewise.
12162
39ad761d
JB
121632002-01-21 Jim Blandy <[email protected]>
12164
12165 * infcmd.c (run_command): Check that the `exec' target layer's BFD
12166 is up-to-date before running the program, not just when a program
12167 exits.
12168
3d74b771
FF
121692002-01-21 Fred Fish <[email protected]>
12170
12171 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12172 when we have found all instructions we are looking for.
12173
966fbf70
RE
121742002-01-21 Richard Earnshaw <[email protected]>
12175
12176 * arm-tdep.c (arm_register_name): New function.
12177 (arm_registers_names): Make static.
12178 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12179 (arm_register_name): Declare.
12180 (REGISTER_NAME): Use it.
12181
c3b4394c
RE
121822002-01-21 Richard Earnshaw <[email protected]>
12183 Kevin Buettner <[email protected]>
12184
12185 Convert arm targets to new FRAME interface.
12186 * arm-tdep.c (struct frame_extra_info): Remove fsr.
12187 (arm_frame_find_save_regs): Delete.
12188 (arm_frame_init_saved_regs): New.
12189 (arm_init_extra_frame_info): Alloacte saved_regs as required.
12190 Allocate extra_info as required. Convert all uses of fsr.regs
12191 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12192 to use extra_info.
12193 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12194 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12195 (check_prologue_cache, save_prologue_cache): Likewise.
12196 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12197 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12198 (FRAME_FIND_SAVED_REGS): Delete.
12199 (arm_frame_find_saved_regs): Delete prototype.
12200 (arm_frame_init_saved_regs): New prototype.
12201 (FRAME_INIT_SAVED_REGS): Define.
12202
61d99182
AC
122032002-01-20 Andrew Cagney <[email protected]>
12204
12205 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12206
6aaea291
AC
122072002-01-20 Andrew Cagney <[email protected]>
12208
12209 From Jeff Law <[email protected]>:
12210 * infttrace.c: Include <sys/pstat.h>.
12211 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12212 exec file if the ttrace equivalent fails.
12213
15f698d2
AC
122142002-01-20 Andrew Cagney <[email protected]>
12215
12216 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12217 (closeLogFile): Ditto.
12218
f86ddd7c
MC
122192002-01-20 Michael Chastain <[email protected]>
12220
12221 * top.c (print_gdb_version): Bump copyright year to 2002.
12222
904507ce
AC
122232002-01-20 Andrew Cagney <[email protected]>
12224
12225 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12226 Zannoni and Eli Zaretskii.
12227
d7f0b9ce
DJ
122282002-01-20 Daniel Jacobowitz <[email protected]>
12229
12230 * buildsym.c: Update copyright years.
12231 * c-typeprint.c: Likewise.
12232 * dwarf2read.c: Likewise.
12233 * f-typeprint.c: Likewise.
12234 * gdbtypes.c: Likewise.
12235 * gdbtypes.h: Likewise.
12236 * hp-symtab-read.c: Likewise.
12237 * hpread.c: Likewise.
12238 * mdebugread.c: Likewise.
12239 * p-typeprint.c: Likewise.
12240
3fd3d7d2
AC
122412002-01-20 Andrew Cagney <[email protected]>
12242
12243 * remote-sim.c (gdbsim_open): Simplify code testing the macro
12244 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
12245 byte-order selectable.
12246 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12247 * arch-utils.c: Ditto.
12248 (set_endian): Ditto.
12249 (set_endian_from_file): Ditto.
12250 * gdbserver/low-sim.c (create_inferior): Ditto.
12251 * gdbarch.sh: Ditto.
12252 * gdbarch.h: Re-generate.
aaa38bb5
AJ
12253 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12254 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12255 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12256 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12257 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12258 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12259 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
12260 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12261 macro definition.
12262 * config/mips/tm-wince.h: Remove #undef of macro
12263 TARGET_BYTE_ORDER_SELECTABLE.
12264 * config/sh/tm-wince.h: Ditto.
12265
b02dede2
DJ
122662002-01-20 Daniel Jacobowitz <[email protected]>
12267
12268 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12269 member function fields. Add accessor macro
12270 TYPE_FN_FIELD_ARTIFICIAL.
12271 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12272 * c-typeprint.c (c_type_print_base): Skip artificial member
12273 functions.
12274
c3643761
DJ
122752002-01-20 Daniel Jacobowitz <[email protected]>
12276
12277 * f-typeprint.c: Delete unused function f_type_print_args.
12278 * p-typeprint.c: Delete unused function pascal_type_print_args.
12279
8176bb6d
DJ
122802002-01-20 Daniel Jacobowitz <[email protected]>
12281
12282 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12283 comment. Add ``artificial'' to ``union field_location''.
12284
12285 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12286
12287 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12288 * mdebugread.c (parse_symbol): Likewise.
12289 * stabsread.c (define_symbol): Likewise.
12290 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12291 initializing TYPE_FIELD_BITPOS to n (obsolete).
12292 (hpread_doc_function_type): Likewise.
12293 * hpread.c (hpread_function_type): Likewise.
12294
7fd60527
AC
122952002-01-20 Andrew Cagney <[email protected]>
12296
12297 * configure.in (host_makefile_frag): Only require a host makefile
12298 fragment when a native build.
12299 * configure: Re-generate.
12300
c2f05ac9
AC
123012002-01-20 Andrew Cagney <[email protected]>
12302
12303 * doublest.h (floatformat_from_type): Declare.
12304 * doublest.c (floatformat_from_type): New function.
12305 (convert_typed_floating): Use.
12306
12307 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12308 call to function floatformat_from_type.
12309
12310 * gdbarch.sh (IEEE_FLOAT): Delete.
12311 * gdbarch.h, gdbarch.c: Re-generate.
12312 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12313 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12314 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12315 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12316 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12317 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12318 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12319 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12320 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12321 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12322 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
12323 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12324
12325 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12326 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12327 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12328 * sh-tdep.c (sh_gdbarch_init): Ditto.
12329 * mips-tdep.c (mips_gdbarch_init): Ditto.
12330 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12331 * cris-tdep.c (cris_gdbarch_init): Ditto.
12332
abf22e64
AJ
123332002-01-20 Jiri Smid <[email protected]>
12334
12335 * configure.host, configure.tgt: Support x86-64.
12336 * NEWS: Note new target x86-64.
12337
b7c4cbf8
AJ
12338 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12339 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12340 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12341 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12342 x86-64-linux-nat.o): Fix dependencies.
12343
82600034
AC
123442002-01-19 Andrew Cagney <[email protected]>
12345
12346 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12347 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12348 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12349 * config/sparc/xm-sun4os4.h: Delete file.
12350 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 12351
bbe5c628
AC
123522002-01-19 Andrew Cagney <[email protected]>
12353
12354 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12355 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12356 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12357 * config/i386/i386lynx.mh (XM_FILE): Delete.
12358 * config/rs6000/xm-rs6000ly.h: Delete file.
12359 * config/sparc/xm-sparclynx.h: Delete file.
12360 * config/m68k/xm-m68klynx.h: Delete file.
12361 * config/i386/xm-i386lynx.h: Delete file.
12362 * config/xm-lynx.h: Delete file.
12363 * config/djgpp/fnchange.lst: Update.
12364
f8453e34
JT
123652002-01-19 Jason Thorpe <[email protected]>
12366
12367 * alpha-tdep.c (alpha_register_byte): New function.
12368 (alpha_register_raw_size): Ditto.
12369 (alpha_register_virtual_size): Ditto.
12370 (alpha_skip_prologue_internal): Renamed from
12371 alpha_skip_prologue.
12372 (alpha_skip_prologue): New version that calls
12373 alpha_skip_prologue_internal.
12374 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12375 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12376 second argument from alpha_skip_prologue.
12377 (REGISTER_BYTE): Use alpha_register_byte.
12378 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12379 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12380 (FRAMELESS_FUNCTION_INVOCATION): Use
12381 generic_frameless_function_invocation_not.
12382 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12383 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12384
52d9e613
AC
123852002-01-19 Andrew Cagney <[email protected]>
12386
12387 * config/mips/xm-news-mips.h: Delete file.
12388 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12389
12390 * config/m88k/xm-m88k.h: Delete file.
12391 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12392 * config/m88k/xm-delta88v4.h: Ditto.
12393 * config/m88k/xm-delta88.h: Ditto.
12394
12395 * config/alpha/xm-fbsd.h: Delete file.
12396 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12397
12398 * config/sparc/xm-sparc.h: Delete file.
12399 * Makefile.in (xm-sun4os4.h): Delete dependency.
12400 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12401 * config/sparc/xm-sun4os4.h: Ditto.
12402 * config/sparc/xm-linux.h: Ditto.
12403
12404 * config/i386/xm-windows.h: Delete file.
12405
2d1b2124
AC
124062002-01-19 Andrew Cagney <[email protected]>
12407
12408 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12409 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12410
ee1f65f0
JT
124112002-01-19 Jason Thorpe <[email protected]>
12412
12413 * alpha-tdep.c (alpha_call_dummy_words): New.
12414 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12415 (CALL_DUMMY_P): Define.
12416 (CALL_DUMMY_WORDS): Define.
12417 (SIZEOF_CALL_DUMMY_WORDS): Define.
12418
98081e55
PB
124192002-01-19 Per Bothner <[email protected]>
12420
12421 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12422 isn't NULL, which can happen with some gcj-3.x-produced code.
12423
0d056799
JT
124242002-01-19 Jason Thorpe <[email protected]>
12425
12426 * alpha-tdep.c (alpha_register_virtual_type): New function.
12427 (alpha_init_frame_pc_first): Ditto.
12428 (alpha_fix_call_dummy): Ditto.
12429 (alpha_store_struct_return): Ditto.
12430 (alpha_extract_struct_value_address): Ditto.
12431 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12432 alpha_register_virtual_type.
12433 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12434 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12435 alpha_extract_struct_value_address.
12436 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12437 (INIT_FRAME_PC): Use init_frame_pc_noop.
12438 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12439
4604bcad
MK
124402002-01-19 Mark Kettenis <[email protected]>
12441
12442 * i386gnu-nat.c: Include "i386-tdep.h".
12443 (fetch_fpregs): Simplify code dealing with uninitialized floating
12444 point states such that it doesn't require FP7_REGNUM.
12445
140f9984
JT
124462002-01-18 Jason Thorpe <[email protected]>
12447
abf22e64
AJ
12448 * alpha-tdep.c (frame_extra_info): New.
12449 (alpha_find_saved_regs): Make static. Use
140f9984
JT
12450 frame->extra_info.
12451 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
12452 (alpha_frame_saved_pc): Use frame->extra_info.
12453 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12454 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
12455 (init_extra_frame_info): Rename to...
12456 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 12457 (alpha_print_extra_frame_info): New function.
140f9984
JT
12458 (alpha_frame_locals_address): Ditto.
12459 (alpha_frame_args_address): Ditto.
abf22e64 12460 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
12461 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12462 alpha_frame_args_address.
abf22e64 12463 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 12464 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
12465 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12466 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
12467 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12468 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12469
d734c450
JT
124702002-01-18 Jason Thorpe <[email protected]>
12471
12472 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12473 (alpha_cannot_fetch_register): Ditto.
12474 (alpha_cannot_store_register): Ditto.
12475 (alpha_register_convertible): Ditto.
12476 (alpha_use_struct_convention): Ditto.
12477 * config/alpha/tm-alpha.h: Update copyright years.
12478 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12479 (INNER_THAN): Use core_addr_lessthan.
12480 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12481 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12482 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12483 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12484 (FRAME_CHAIN): Remove unnecessary cast.
12485
b4ceaee6
AC
124862002-01-18 Andrew Cagney <[email protected]>
12487
12488 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12489 obsolete.
12490
0a65a603
AC
124912002-01-18 Andrew Cagney <[email protected]>
12492
12493 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12494 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12495 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12496 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12497 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12498 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12499 * x86-64-linux-nat.c: Ditto.
12500
636a6dfc
JT
125012002-01-18 Jason Thorpe <[email protected]>
12502
abf22e64 12503 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
12504 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12505 (REGISTER_NAME): Define.
12506
acceddb6
JT
125072002-01-18 Jason Thorpe <[email protected]>
12508
12509 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12510
ec32e4be
JT
125112002-01-18 Jason Thorpe <[email protected]>
12512
12513 * alpha-tdep.c: Update copyright years.
12514 (alpha_next_pc): New function.
12515 (alpha_software_single_step): Ditto.
12516 * config/alpha/tm-alpha.h: Add prototype for
12517 alpha_software_single_step.
12518
e771a871
JT
125192002-01-18 Jason Thorpe <[email protected]>
12520
12521 * alphabsd-nat.c: Update copyright years.
12522 (fill_gregset): Use regcache_collect.
12523 (fill_fpregset): Likewise.
12524 (fetch_inferior_registers): Only fetch integer registers
12525 if requested to do so.
12526 (store_inferior_registers): Only store integer registers
12527 if requested to do so.
12528
7708fa01
AC
125292002-01-17 Andrew Cagney <[email protected]>
12530
12531 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12532 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12533 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12534 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12535 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12536 * config/arm/linux.mh (XDEPFILES): Delete.
12537 * config/arm/nbsd.mh (XDEPFILES): Delete.
12538 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12539 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12540 * config/i386/i386m3.mh (XDEPFILES): Delete.
12541 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12542 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12543 * config/i386/fbsd.mh (XDEPFILES): Delete.
12544 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12545 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12546 * config/i386/i386v4.mh (XDEPFILES): Delete.
12547 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12548 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12549 * config/i386/i386aix.mh (XDEPFILES): Delete.
12550 * config/i386/go32.mh (XDEPFILES): Delete.
12551 * config/i386/cygwin.mh (XDEPFILES): Delete.
12552 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12553 * config/i386/i386mach.mh (XDEPFILES): Delete.
12554 * config/i386/i386v32.mh (XDEPFILES): Delete.
12555 * config/i386/linux.mh (XDEPFILES): Delete.
12556 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12557 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12558 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12559 * config/i386/i386sco.mh (XDEPFILES): Delete.
12560 * config/i386/i386v.mh (XDEPFILES): Delete.
12561 * config/i386/nbsd.mh (XDEPFILES): Delete.
12562 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12563 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12564 * config/i386/symmetry.mh (XDEPFILES): Delete.
12565 * config/i386/obsd.mh (XDEPFILES): Delete.
12566 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12567 * config/ia64/linux.mh (XDEPFILES): Delete.
12568 * config/ia64/aix.mh (XDEPFILES): Delete.
12569 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12570 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12571 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12572 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12573 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12574 * config/m68k/linux.mh (XDEPFILES): Delete.
12575 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12576 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12577 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12578 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12579 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12580 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12581 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12582 * config/m88k/delta88.mh (XDEPFILES): Delete.
12583 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12584 * config/m88k/m88k.mh (XDEPFILES): Delete.
12585 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12586 * config/mips/linux.mh (XDEPFILES): Delete.
12587 * config/mips/irix6.mh (XDEPFILES): Delete.
12588 * config/mips/irix5.mh (XDEPFILES): Delete.
12589 * config/mips/irix4.mh (XDEPFILES): Delete.
12590 * config/mips/irix3.mh (XDEPFILES): Delete.
12591 * config/mips/decstation.mh (XDEPFILES): Delete.
12592 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12593 (NATDEPFILES): Move core-aout.o to here.
12594 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12595 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12596 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12597 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12598 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12599 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12600 * config/pa/hpux11.mh (XDEPFILES): Delete.
12601 * config/powerpc/aix.mh (XDEPFILES): Delete.
12602 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12603 * config/powerpc/linux.mh (XDEPFILES): Delete.
12604 * config/romp/rtbsd.mh: Rename XDEPFILES.
12605 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12606 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12607 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12608 * config/s390/s390.mh (XDEPFILES): Delete.
12609 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12610 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12611 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12612 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12613 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12614 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12615 * config/sparc/linux.mh (XDEPFILES): Delete.
12616 * config/vax/vaxult.mh (XDEPFILES): Delete.
12617 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12618 * Makefile.in (DEPFILES): Remove XDEPFILES.
12619
375fc983
AC
126202002-01-17 Andrew Cagney <[email protected]>
12621
12622 * utils.c (internal_verror): Fix comments, default is yes not no.
12623 Update queries to match. Default to quit and dump core.
12624
8926118c
AC
126252002-01-17 Andrew Cagney <[email protected]>
12626
12627 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12628 copyright.
12629 * defs.h, event-top.c, gdbcmd.h: Ditto.
12630 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12631 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12632 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12633 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12634 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12635 * mi/mi-main.c:Ditto.
12636
12637 * stack.c, symfile.c: Update copyright.
12638
45b7b345
DJ
126392002-01-17 Daniel Jacobowitz <[email protected]>
12640
db728ff7
DJ
12641 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12642 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12643 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12644 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 12645
db728ff7
DJ
126462002-01-17 Daniel Jacobowitz <[email protected]>
12647
12648 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12649 * gdbserver/low-lynx.c (myattach): Likewise.
12650 * gdbserver/low-nbsd.c (myattach): Likewise.
12651 * gdbserver/low-sim.c (myattach): Likewise.
12652 * gdbserver/low-sparc.c (myattach): Likewise.
12653 * gdbserver/low-sun3.c (myattach): Likewise.
12654
12655 * gdbserver/low-linux.c (myattach): New function.
45b7b345 12656
db728ff7 12657 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
12658 (main): Handle "--attach".
12659
8de3c354
AC
126602002-01-16 Andrew Cagney <[email protected]>
12661
12662 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12663 maintainer.
12664
b0129042
DJ
126652002-01-15 Daniel Jacobowitz <[email protected]>
12666
12667 * c-typeprint.c (is_type_conversion_operator): Add additional
12668 check for non-conversion operators.
12669
ba8679fb 126702002-01-15 Michael Snyder <[email protected]>
2bf543a6
MS
12671
12672 * linux-proc.c: Add "info proc" command, a la procfs.c.
12673 (read_mapping): New function, abstract and re-use code.
12674 (linux_find_memory_regions): Use new func read_mapping.
12675 (linux_info_proc_cmd): New function, implement "info proc".
12676 (_initialize_linux_proc): Add new command "info proc".
12677
e4f9b4d5
MS
126782002-01-15 Michael Snyder <[email protected]>
12679
12680 * symfile.c (generic_load): Use bfd_map_over_sections method
12681 instead of manipulating bfd structure members directly.
12682 (add_section_size_callback): New function, bfd sections callback
12683 used by generic_load.
12684 (load_sections_callback): New function, bfd sections callback
12685 used by generic_load.
12686
08cf96df
EZ
126872002-01-15 Elena Zannoni <[email protected]>
12688
abf22e64 12689 [Based on work by Jim Blandy]
08cf96df
EZ
12690 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12691 (builtin_type_vec128): Export.
12692 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12693 types.
12694 (builtin_type_vec128): New builtin type for 128 bit vector
12695 registers.
12696 (build_gdbtypes): Initialize builtin_type_v16qi and
12697 builtin_type_v8hi. Create the vec128 register builtin type
12698 structure.
12699 (build_builtin_type_vec128): New function.
abf22e64 12700 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
12701 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12702 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12703 AltiVec register to new builtin type.
12704
d7242108
DJ
127052001-01-15 Daniel Jacobowitz <[email protected]>
12706
12707 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12708 to make_cv_type.
12709
4ee3352d
AC
127102002-01-14 Andrew Cagney <[email protected]>
12711
12712 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12713 CLEAN_UP_REGISTER_VALUE.
12714 * regcache.c (supply_register): Update only call.
12715
f015b2e7
AC
127162002-01-14 Andrew Cagney <[email protected]>
12717
12718 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12719 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12720 a29k-*-vxworks* targets as obsolete.
12721
356ae49d
MS
127222002-01-14 Michael Snyder <[email protected]>
12723
12724 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12725 until we can resolve portability issues.
12726 * gregset.h: Remove references to fpxregs.
12727 * gcore.c (gcore_command): Initialize note_sec to NULL.
12728
ade8f45e
AC
127292002-01-13 Andrew Cagney <[email protected]>
12730
12731 * signals.c (target_signal_to_name): Rewrite. Only use
12732 signals[].name when in bounds and non-NULL.
abf22e64 12733
89c49e7a
AC
127342002-01-13 Andrew Cagney <[email protected]>
12735
12736 From Petr Ledvina <[email protected]>:
12737 * signals.c (target_signal_to_name): Verify that SIG is within the
12738 bounds of the signals array.
12739
4daa9f9f
AC
127402002-01-13 Andrew Cagney <[email protected]>
12741
12742 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12743
ba4bbdcb
KS
127442002-01-13 Keith Seitz <[email protected]>
12745
12746 * stack.c (print_frame_info_base): Print the frame's pc
12747 only if when print_frame_info_listing_hook is not defined.
12748
575bbeb6
KS
127492002-01-13 Keith Seitz <[email protected]>
12750
12751 * varobj.c (varobj_set_value): Make sure that there were no
12752 errors evaluating the object before attempting to set its
12753 value.
12754 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12755 so this offset adjustment is no longer necessary.
12756 (create_child): Don't set the error flag if the child is
12757 a CPLUS_FAKE_CHILD.
12758 (value_of_child): If value_fetch_lazy fails, return NULL
12759 so that callers will be notified that an error occurred.
12760 (c_value_of_variable): Delay check of variable's validity
12761 until later. We actually want all structs and unions to have
12762 the value "{...}".
12763 Do not return "???" for variables which could not be evaluated.
12764 This error condition must be returned to the caller so that it
12765 can get the error condition from gdb.
12766 (cplus_name_of_child): Adjust index for vptr before figuring
12767 out the name of the child.
12768 (cplus_value_of_child): If a child's (real) parent is not valid,
12769 don't even bother trying to give a value for it. Just return
12770 an error. Change all instances in this function.
12771 (cplus_type_of_child): If our parent is one of the "fake"
12772 parents, we need to get at the type of the real parent, and
12773 derive the child's true type using this information.
12774
b76898ab
AC
127752002-01-13 Andrew Cagney <[email protected]>
12776
12777 From 2002-01-09 John Marshall <[email protected]>:
12778 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12779 sources.redhat.com, and tweak some related URLs which had
12780 suffered from linkrot.
12781
b6649e88
AC
127822002-01-13 Andrew Cagney <[email protected]>
12783
12784 From Jeff law:
12785 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12786 structures passed in registers.
12787
82cc5033
EZ
127882002-01-13 Eli Zaretskii <[email protected]>
12789
12790 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12791 white space which prevented compilation. Reported by DSK
12792 <[email protected]>.
12793
ba5f2f8a
MS
127942002-01-11 Michael Snyder <[email protected]>
12795
fbd35540
MS
12796 * symfile.c (build_section_addr_info_from_section_tab):
12797 Use bfd access method instead of manipulating bfd directly.
12798 (syms_from_objfile): Ditto.
12799 (simple_overlay_update_1): Ditto.
12800 (simple_overlay_update): Ditto.
12801 (generic_load): Ditto.
12802 (overlay_unmapped_address): FIXME comment, bfd access methods.
12803 (sections_overlap): FIXME comment, bfd access methods.
12804 (pc_in_mapped_range): FIXME comment, bfd access methods.
12805 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12806 (section_is_mapped): FIXME comment, bfd access methods.
12807 (section_is_overlay): FIXME comment, bfd access methods.
12808
ba5f2f8a
MS
12809 * symfile.c (generic_load): Whitespace and long line cleanups.
12810 Remove duplicate variable, change several local variables to
12811 more appropriate data types.
12812 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12813
17df2af6
AC
128142002-01-12 Andrew Cagney <[email protected]>
12815
12816 From Peter Schauer:
12817 * language.c (longest_local_hex_string_custom): Use phex_nz to
12818 convert NUM to a hex string.
12819
ec920329
EZ
128202002-01-12 Elena Zannoni <[email protected]>
12821
12822 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12823 the function.
538a76d6 12824 Update Copyright year.
ec920329 12825
3abd2e01
AC
128262002-01-12 Andrew Cagney <[email protected]>
12827
12828 * language.c (longest_raw_hex_string): Delete unused function.
12829
b21b22e0
PS
128302002-01-11 Petr Sorfa <[email protected]>
12831
12832 * MAINTAINERS (write-after-approval): Add myself.
12833 * dwarf2read.c (read_tag_string_type): Handling of
12834 DW_AT_byte_size.
12835 (read_tag_string_type): FORTRAN fix to prevent propagation of
12836 first string size.
12837 (set_cu_language): Handling of DW_LANG_Fortran95
12838
747fe712
RE
128392002-01-11 Richard Earnshaw <[email protected]>
12840
12841 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12842 GETPID(inferior_ptid).
12843 (store_inferior_registers): Likewise.
12844
f1bea926
JM
128452002-01-10 Jason Merrill <[email protected]>
12846
12847 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12848 Fix DW_OP_minus.
12849
ae940673
AC
128502002-01-10 Andrew Cagney <[email protected]>
12851
12852 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12853 and bfd/elf32-sh-nbsd.c.
12854
00546b04
MS
128552002-01-10 Michael Snyder <[email protected]>
12856
352ed7b4
MS
12857 * NEWS: Mention --pid and corefile/proc-id behavior change.
12858
c18be923
MS
12859 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12860 * gcore.c: Include cli/cli-decode.h instead of command.h.
12861
00546b04
MS
12862 * main.c (captured_main): Add new command line option "--pid".
12863 If the second command line argument (following the symbol-file)
12864 begins with a digit, try to attach to it before trying to open
12865 it as a corefile.
12866 (print_gdb_help): Document the "--pid" argument.
12867
db60ec62
EZ
128682002-01-10 Eli Zaretskii <[email protected]>
12869
12870 * completer.c (command_completer): New function.
12871
12872 * completer.h <command_completer>: Add prototype.
12873
12874 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12875 completer for the "help" command.
12876
39c22d1a
JM
128772002-01-09 Jason Merrill <[email protected]>
12878
12879 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12880
c564377f
MS
128812002-01-09 Michael Snyder <[email protected]>
12882
975aec09
MS
12883 * i386-linux-nat.c (fill_fpxregset): Make global.
12884 (store_fpxregset): Ditto.
12885
db4a10fa
MS
12886 * gregset.h (gdb_fpxregset_t): Define.
12887 (supply_fpxregset): Prototype.
12888 (fill_fpxregset): Prototype.
12889
c564377f
MS
12890 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12891
c3d45d70
RE
128922002-01-09 Richard Earnshaw <[email protected]>
12893
12894 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12895 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12896 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12897
fcc87af1
AC
128982002-01-09 Andrew Cagney <[email protected]>
12899
12900 * MAINTAINERS: Update target maintainer rules so that any
12901 Maintainer can approve a tested patch for a maintenance-only
12902 target.
12903
dd96c05b
RE
129042002-01-09 Richard Earnshaw <[email protected]>
12905
d4297db9 12906 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 12907
d4297db9 12908 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
12909 IN_SIGTRAMP.
12910
145fdc6e
MS
129112002-01-08 Michael Snyder <[email protected]>
12912
12913 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12914 real name of the executable, rather than the /proc name.
12915
be4d1333
MS
129162002-01-03 Michael Snyder <[email protected]>
12917
12918 Implement a "generate-core-file" command in gdb, save target state.
12919 * gcore.c: New file. Implement new command 'generate-core-file'.
12920 Save a corefile image of the current state of the inferior.
12921 * linux-proc.c: Add linux-specific code for saving corefiles.
12922 * target.h (struct target_ops): Add new target vectors for saving
12923 corefiles; to_find_memory_regions and to_make_corefile_notes.
12924 (target_find_memory_regions): New macro.
12925 (target_make_corefile_notes): New macro.
12926 * target.c (update_current_target): Inherit new target methods.
12927 (dummy_find_memory_regions): New place-holder method.
12928 (dummy_make_corefile_notes): New place-holder method.
12929 (init_dummy_target): Initialize new dummy target vectors.
12930 * exec.c (exec_set_find_memory_regions): New function.
12931 Allow the exec_ops vector for memory regions to be taken over.
12932 (exec_make_note_section): New function, target vector method.
12933 * defs.h (exec_set_find_memory_regions): Export prototype.
12934 * procfs.c (proc_find_memory_regions): New function, corefile method.
12935 (procfs_make_note_section): New function, corefile method.
12936 (init_procfs_ops): Set new target vector pointers.
12937 (find_memory_regions_callback): New function.
12938 (procfs_do_thread_registers): New function.
12939 (procfs_corefile_thread_callback): New function.
12940 * sol-thread.c (sol_find_memory_regions): New function.
12941 (sol_make_note_section): New function.
12942 (init_sol_thread_ops): Initialize new target vectors.
12943 * inftarg.c (inftarg_set_find_memory_regions): New function.
12944 Allow to_find_memory_regions vector to be taken over.
12945 (inftarg_set_make_corefile_notes): New function.
12946 Allow to_make_corefile_notes vector to be taken over.
12947 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12948 interface layer if not target_has_execution (may be a corefile).
12949 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12950 * config/sparc/sun4sol2.mh: Ditto.
12951 * config/alpha/alpha-linux.mh: Ditto.
12952 * config/arm/linux.mh: Ditto.
12953 * config/i386/x86-64linux.mh: Ditto.
12954 * config/ia64/linux.mh: Ditto.
12955 * config/m68k/linux.mh: Ditto.
12956 * config/mips/linux.mh: Ditto.
12957 * config/powerpc/linux.mh: Ditto.
12958 * config/sparc/linux.mh: Ditto.
12959
c6b92abd
MS
129602002-01-07 Michael Snyder <[email protected]>
12961
12962 * arm-linux-nat.c: Remove references to regcache.c internal data
12963 (registers[] and register_valid[]).
12964
4b09dc8c
MS
129652002-01-07 Michael Snyder <[email protected]>
12966
abf22e64
AJ
12967 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12968 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
12969 symbol file and shlibs.
12970 * Makefile.in: Add rule for linux-proc.o.
12971 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12972 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12973 * config/arm/linux.mh: Ditto.
12974 * config/i386/linux.mh: Ditto.
12975 * config/i386/x86-64linux.mh: Ditto.
12976 * config/ia64/linux.mh: Ditto.
12977 * config/m68k/linux.mh: Ditto.
12978 * config/mips/linux.mh: Ditto.
12979 * config/powerpc/linux.mh: Ditto.
12980 * config/sparc/linux.mh: Ditto.
12981
c25b74ac
PM
129822002-01-06 Pierre Muller <[email protected]>
12983
12984 * win32-nat.c: Add i386-tdep.h dependency.
12985
94cd915f
MS
129862002-01-07 Michael Snyder <[email protected]>
12987
c7cccb76
MS
12988 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12989 instead of bfd_get_arch_size. Don't bail out just because
12990 there's no exec_bfd.
abf22e64 12991
34c0bd93
MS
12992 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12993 * p-valprint.c (pascal_object_print_value): Ditto.
12994 * somread.c (som_symtab_read): Ditto.
12995 * symfile.c (simple_free_overlay_region_table): Ditto.
12996 * valops.c (value_assign): Ditto.
12997
21c1c920
MS
12998 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12999 use tilde_expand and strerror for opening save-tracepoints file.
13000
5bbd998e
MS
13001 * thread-db.c (thread_db_new_objfile): Indendation fix.
13002
94cd915f
MS
13003 * infptrace.c (GDB_MAX_ALLOCA): New define.
13004 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 13005 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
13006 can be overridden with whatever value is appropriate to the host).
13007 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
13008 alloca to allocate potentially large buffer.
13009 * rs6000-nat.c (child_xfer_memory): Ditto.
13010 * symm-nat.c (child_xfer_memory): Ditto.
13011 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
13012
494e8a93
JSC
130132002-01-07 Jackie Smith Cashion <[email protected]>
13014
13015 From Nick Clifton <[email protected]>
13016 * d10v-tdep.c: Set STACK_START to 0x200bffe.
13017
d0e1d48e
MS
130182002-01-07 Michael Snyder <[email protected]>
13019
abf22e64 13020 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
13021 Don't use exec_bfd if it's NULL.
13022
290b2c7a
MK
130232002-01-06 Mark Kettenis <[email protected]>
13024
abf22e64 13025 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 13026
aef21287
AC
130272002-01-06 Andrew Cagney <[email protected]>
13028
13029 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
13030 * gnu-nat.c: Ditto.
13031
30efa627
AC
130322002-01-06 Andrew Cagney <[email protected]>
13033
13034 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
13035 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
13036 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
13037 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
13038 z8k-coff have not been multi-arched. Update z8k-coff build
13039 status.
13040
9b4ff276
AC
130412002-01-06 Andrew Cagney <[email protected]>
13042
13043 * MAINTAINERS: Mark a29k target as obsolete.
13044 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
13045 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
13046 comments.
13047 * NEWS: Note that a29k targets are obsolete.
13048 * a29k-tdep.c: Mark as obsolete.
13049 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13050 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13051 a29k-*-vxworks* targets as obsolete.
13052 * remote-adapt.c: Obsolete.
13053 * remote-eb.c: Obsolete.
13054 * remote-mm.c: Obsolete.
13055 * remote-udi.c: Obsolete.
13056 * config/a29k/a29k-udi.mt: Obsolete.
13057 * config/a29k/a29k.mt: Obsolete.
13058 * config/a29k/tm-a29k.h: Obsolete.
13059 * config/a29k/tm-vx29k.h: Obsolete.
13060 * config/a29k/vx29k.mt: Obsolete.
13061
a9011d31
AC
130622002-01-05 Andrew Cagney <[email protected]>
13063
13064 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
13065 with BFD_ENDIAN_BIG.
13066
9299404e
AC
130672002-01-05 Andrew Cagney <[email protected]>
13068
13069 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
13070 * configure, config.in: Re-generate.
13071 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
13072 * defs.h: Do not include <endian.h>.
13073
7e89e357
JT
130742002-01-05 Jason Thorpe <[email protected]>
13075
13076 * acconfig.h (HAVE_PT_GETXMMREGS): New.
13077 * config.in: Regenerate.
13078 * configure.in: Update copyright years.
13079 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
13080 * configure: Regenerate.
13081 * i386bsd-nat.c: Update copyright years.
13082 (fill_gregset): Use regcache_collect.
13083 (fetch_inferior_registers): Only fetch integer registers
13084 if requested to do so. Add support for XMM registers
13085 using PT_GETXMMREGS.
13086 (store_inferior_registers): Only store integer registers
13087 if requested to do so. Add support for XMM registers
13088 using PT_SETXMMREGS.
13089 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
13090 (store_inferior_registers): Remove.
13091 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
13092 (fetch_elfcore_registers): New function.
13093 (i386nbsd_elfcore_fns): New.
13094 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
13095 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
13096 i386bsd-nat.o.
13097 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
13098 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
13099 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
13100 * config/i386/tm-nbsd.h: Update copyright years.
13101 (HAVE_SSE_REGS): Define.
13102 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
13103 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
13104 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
13105 (SIGCONTEXT_PC_OFFSET): Remove.
13106 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
13107
a752853e
AC
131082002-01-05 Andrew Cagney <[email protected]>
13109
13110 * configure.tgt: Remove powerpc-*-macos* target.
13111 * config/m68k/xm-mpw.h: Delete file.
13112 * config/xm-mpw.h: Delete file.
13113 * ser-mac.c: Delete file.
13114 * mpw-make.sed: Delete file.
13115 * mpw-config.in: Delete file.
13116 * mac-xdep.c: Delete file.
13117 * mac-gdb.r: Delete file.
13118 * mac-defs.h: Delete file.
13119 * mac-nat.c: Delete file.
13120 * config/powerpc/macos.mh: Delete file.
13121 * config/powerpc/macos.mt: Delete file.
13122 * config/powerpc/nm-macos.h: Delete file.
13123 * config/powerpc/tm-macos.h: Delete file.
13124 * source.c (openp, open_source_file): Remove obsolete code.
13125 * top.c (gdb_readline): Ditto.
13126 * utils.c (query): Ditto.
13127 * event-top.c (display_gdb_prompt): Ditto.
13128 * Makefile.in (ser-mac.o): Delete obsolete target.
13129 * NEWS: Update.
13130
d7449b42
AC
131312002-01-04 Andrew Cagney <[email protected]>
13132
13133 * defs.h (BIG_ENDIAN): Delete macro definition.
13134 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
13135 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
13136 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
13137 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13138 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13139 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13140 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13141 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13142 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13143 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13144 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13145 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13146 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13147 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13148 * gdbarch.c: Re-generate.
13149
356374e8
DJ
131502002-01-04 Daniel Jacobowitz <[email protected]>
13151
13152 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13153 for core files.
13154
a2b8f8f8
JT
131552002-01-04 Jason Thorpe <[email protected]>
13156
13157 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13158
12466af9
AC
131592002-01-04 Andrew Cagney <[email protected]>
13160
13161 * value.h (value_ptr): Delete typedef.
13162
3549ab40
JT
131632002-01-04 Jason Thorpe <[email protected]>
13164
13165 * i386nbsd-nat.c: Update copyright years.
13166 Include i386-tdep.h.
13167
fedbd091
EZ
131682002-01-04 Elena Zannoni <[email protected]>
13169
13170 * stabsread.c: Update copyright years.
13171
13172 From Debashis Mahata <[email protected]>:
13173 (read_struct_fields): Deal with Sun C compiler erroneous stab
13174 output for structs and unions.
fec8b34f 13175 Fix PR gdb/269.
fedbd091 13176
eb43544b
DJ
131772002-01-04 Daniel Jacobowitz <[email protected]>
13178
13179 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13180 prototype.
13181
1514d34e
DJ
131822002-01-04 Daniel Jacobowitz <[email protected]>
13183
13184 * cp-abi.c: Fix whitespace.
13185 (baseclass_offset): New wrapper function.
13186 * cp-abi.h (baseclass_offset): Add prototype.
13187 (struct cp_abi_ops): Add baseclass_offset pointer.
13188
13189 * valops.c (vb_match): Move to...
13190 * gnu-v2-abi.c (vb_match): here.
13191 * valops.c (baseclass_offset): Move to...
13192 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13193
13194 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13195
13196 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13197 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13198 * hpacc-abi.c (init_hpacc_ops): Likewise.
13199
7f8c9282
DJ
132002002-01-04 Daniel Jacobowitz <[email protected]>
13201
13202 * valops.c (find_overload_match): Accept obj as a
13203 reference parameter. Update it before returning.
13204 * value.h (find_overload_match): Update prototype.
13205 * eval.c (evaluate_subexp_standard): Pass object to
13206 find_overload_match by reference.
13207
f23631e4
AC
132082002-01-03 Andrew Cagney <[email protected]>
13209
13210 * valarith.c: Replace value_ptr with struct value pointer. Remove
13211 register attribute from value declarations.
13212 * valops.c: Ditto.
13213 * value.h: Ditto.
13214 * scm-lang.c (scm_lookup_name): Ditto.
13215
79e10fab 132162002-01-03 Michael Snyder <[email protected]>
abf22e64 13217
79e10fab
AC
13218 Abstract the functionality of iterating over mapped memory
13219 regions into a general purpose iterator function.
abf22e64 13220 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
13221 iterator for memory sections.
13222 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13223 (solib_mappings_callback): New function, callback for above.
13224 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13225 (info_mappings_callback): New function, callback for above.
13226
13227 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13228
c5ad026a
MK
132292002-01-01 Mark Kettenis <[email protected]>
13230
d2a7c97a
MK
13231 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13232 * i386-tdep.c: Include "elf-bfd.h".
13233 (process_note_abi_tag_sections): New function.
13234 (i386_gdbarch_init): Add code to recognize various OS/ABI
13235 combinations.
13236
c5ad026a
MK
13237 * maint.c (_initialize_maint_cmds): Add missing \ in
13238 string-literal.
13239
a1a5b71e 13240For older changes see ChangeLog-2001
c906108c
SS
13241\f
13242Local Variables:
13243mode: change-log
13244left-margin: 8
13245fill-column: 74
13246version-control: never
13247End:
This page took 2.354533 seconds and 4 git commands to generate.