2003-06-27 Andrew Cagney <cagney@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2003-06-27 Andrew Cagney <cagney@redhat.com>
2
3 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4 (m68hc11_gdbarch_init): Do not set call_dummy_address.
5 * avr-tdep.c (avr_call_dummy_address): Delete function.
6 (avr_gdbarch_init): Do not set call_dummy_address.
7
8 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
9
10 * symfile.c (syms_from_objfile): Move variables to inner block.
11 Move the checks for the non-mainline case a bit earlier to avoid
12 doing some useless computations.
13
14 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
15
16 * dwarfread.c (decode_modified_type): Gag new compiler warning.
17
18 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
19
20 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
21 sections.
22
23 2003-06-26 Michael Chastain <mec@shout.net>
24
25 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
26 gdb/testsuite/gdb.c++/pr-1210.exp.
27
28 2003-06-26 Andrew Cagney <cagney@redhat.com>
29
30 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
31 altivec_expression.h and altivec_registers.h.
32
33 2003-06-26 Andrew Cagney <cagney@redhat.com>
34
35 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
36 info->mach when MIPS16. Patch suggested by Fred Fish.
37
38 2003-06-26 Andrew Cagney <cagney@redhat.com>
39
40 * utils.c (internal_vproblem): Print the problem to a reason
41 buffer and then pass to query. Make the msg variable more local.
42
43 2003-06-26 Andrew Cagney <cagney@redhat.com>
44
45 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
46 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
47 * gdbarch.h, gdbarch.c: Re-generate.
48 * frame-base.c (default_frame_args_address): Update. Use
49 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
50 not available.
51 (default_frame_locals_address): Ditto for
52 DEPRECATED_FRAME_LOCALS_ADDRESS.
53 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
54 (vax_frame_num_args): Update.
55 (vax_gdbarch_init): Update.
56 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
57 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
58 * mcore-tdep.c (mcore_gdbarch_init): Update.
59 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
60 * ia64-tdep.c (ia64_gdbarch_init): Update.
61 * symtab.h (address_class): Update comments.
62 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
63 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
64 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
65 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
66 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
67 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
68 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
69 * alpha-mdebug-tdep.c: Update.
70 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
71
72 2003-06-26 Andreas Jaeger <aj@suse.de>
73
74 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
75 of SSE registers so that varargs functions work. Rework handling
76 of passing arguments on the stack.
77 (x86_64_store_return_value): Return double and float values in SSE
78 register.
79
80 2003-06-24 Michael Chastain <mec@shout.net>
81
82 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
83 the "constructor breakpoints ignored" bug.
84
85 2003-06-25 David Carlton <carlton@kealia.com>
86
87 * MAINTAINERS: Update e-mail address.
88
89 2003-06-24 Jim Blandy <jimb@redhat.com>
90
91 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
92
93 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
94 function.
95 (ppc_linux_init_abi): Register it as the
96 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
97
98 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
99 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
100 method.
101
102 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
103 (ppc64_standard_linkage_target): Use it.
104
105 2003-06-23 Andrew Cagney <cagney@redhat.com>
106
107 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
108 for 0 "int0" and 4 "int32" sized registers.
109 * gdbtypes.c (builtin_type_int0): Define.
110 (build_gdbtypes): Initialize builtin_type_int0.
111 * gdbtypes.h (builtin_type_int0): Declare.
112
113 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
114
115 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
116 as characters are unsigned.
117
118 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
119
120 PR gdb/1179
121 * dwarfread.c (struct_type): Skip static fields without crashing.
122
123 2003-06-22 Andrew Cagney <cagney@redhat.com>
124
125 GDB 6.0 branch created.
126 * README: Update.
127 * PROBLEMS: Update. Empty.
128 * NEWS: Update.
129
130 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
131
132 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
133 Suggested by Nick Hibma <n_hibma@webweaving.org>.
134
135 2003-06-22 Andrew Cagney <cagney@redhat.com>
136
137 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
138 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
139 Velikov.
140
141 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
142
143 * cli/cli-cmds.c (shell_escape): Silence warnings from old
144 compilers.
145
146 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
147
148 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
149 argument of val_print.
150 * cp-valprint.c (cp_print_value): Don't add the offset parameter
151 to the address argument of baseclass_offset or target_read_memory.
152 Do add it to the argument of cp_print_value_fields.
153
154 2003-06-21 Andrew Cagney <cagney@redhat.com>
155
156 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
157 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
158 instead of 0..NUM_REGS.
159 (mips_register_reggroup_p): New function.
160 (mips_pseudo_register_write): New function.
161 (mips_pseudo_register_read): New function.
162 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
163 based on the register's type.
164 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
165 cooked.
166 (mips_get_saved_register): Simplify. Assert that REGNO is a
167 pseudo / cooked.
168 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
169 (mips_register_type): Replace mips_register_virtual_type. Map
170 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
171 when available.
172 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
173 that the register is cooked / virtual.
174 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
175 Only get the extra info when needed.
176 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
177 (mips32_heuristic_proc_desc): Fetch the cooked register.
178 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
179 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
180 (mips_print_register): Use gdbarch_register_type, instead of
181 REGISTER_VIRTUAL_TYPE.
182 (print_gp_register_row): Use gdbarch_register_type, instead of
183 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
184 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
185 Print the pseudo / cooked registers.
186 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
187 Print the pseudo / cooked registers.
188 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
189 REG_NUM is pseudo / cooked.
190 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
191 (mips_n32n64_xfer_return_value): Ditto.
192 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
193 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
194 (mips_register_sim_regno): New function.
195 (mips_gdbarch_init): Set deprecated_register_byte,
196 register_group_p, pseudo_register_write, pseudo_register_read,
197 register_sim_regno, and num_pseudo_regs. Set register_type,
198 instead of register_virtual_type.
199 * Makefile.in (mips-tdep.o): Update dependencies.
200 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
201 REGISTER_VIRTUAL_TYPE.
202 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
203 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
204 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
205 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
206 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
207
208 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
209
210 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
211 * cli/cli-cmds.c: Include "gdb_vfork.h".
212 (shell_escape): Use vfork.
213
214 2003-06-21 Andrew Cagney <cagney@redhat.com>
215
216 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
217 32 bit floating-point register saves.
218
219 * frame.h (deprecated_unwind_get_saved_register): Delete.
220 * frame.c (deprecated_unwind_get_saved_register): Delete function.
221 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
222 and deprecated_get_next_frame_hack instead of
223 deprecated_unwind_get_saved_register.
224
225 * mips-tdep.c (mips_dump_tdep): Do not print
226 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
227
228 * frame.c (get_frame_register): New function.
229 (frame_unwind_register_signed): New function.
230 (get_frame_register_signed): New function.
231 (frame_unwind_register_unsigned): New function.
232 (get_frame_register_unsigned): New function.
233 * frame.h: Add comments on naming schema.
234 (get_frame_register, frame_unwind_register_signed): Declare.
235 (get_frame_register_signed, get_frame_register_signed): Declare.
236 (frame_unwind_register_unsigned): Declare.
237 (get_frame_register_unsigned): Declare.
238
239 2003-06-20 Theodore A. Roth <troth@openavr.org>
240
241 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
242
243 2003-06-20 Theodore A. Roth <troth@openavr.org>
244
245 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
246 (avr_read_sp): Ditto.
247
248 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
249
250 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
251 * config/arm/nm-linux.h: Likewise.
252 * config/arm/tm-linux.h: Likewise.
253 * config/ia64/nm-linux.h: Likewise.
254 * config/ia64/tm-ia64.h: Likewise.
255 * config/s390/tm-linux.h: Likewise.
256 * config/s390/tm-s390.h: Likewise.
257 * s390-nat.c: Likewise.
258 * s390-tdep.c: Likewise.
259
260 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
261 * config/ia64/linux.mt: Likewise.
262 * config/m68k/linux.mh: Likewise.
263 * config/mips/linux.mt: Likewise.
264 * config/powerpc/linux.mh: Likewise.
265 * config/sh/linux.mt: Likewise.
266
267 2003-06-19 Kris Warkentin <kewarken@qnx.com>
268
269 * solib.c (solib_open): Change tests for whether to search
270 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
271 comments.
272
273 2003-06-19 Theodore A. Roth <troth@openavr.org>
274
275 * avr-tdep.c (avr_frame_address): Delete function.
276 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
277 set_gdbarch_frame_args_address.
278
279 2003-06-19 Andrew Cagney <cagney@redhat.com>
280
281 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
282 (REGISTER_CONVERT_FROM_TYPE): Delete.
283 (mips_register_convert_to_type): Delete declaration.
284 (mips_register_convert_from_type): Delete declaration.
285 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
286 kernel/.
287
288 2003-06-19 Michael Snyder <msnyder@redhat.com>
289
290 * linux-nat.h: New file.
291 * linux-nat.c: Include linux-nat.h.
292 * lin-lwp.c: Include linux-nat.h.
293 Move struct lwp_info def to linux-nat.h.
294 * linux-proc.c: Include linux-nat.h.
295 (linux_make_note_section): Iterate over lwps instead of threads.
296 (linux_do_thread_registers): Use lwp instead of merged pid.
297 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
298 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
299 Add dependency on linux_nat_h.
300
301 2003-06-19 Theodore A. Roth <troth@openavr.org>
302
303 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
304
305 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
306
307 * varobj.c (get_type, get_target_type): Use check_typedef.
308
309 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
310
311 * breakpoint.c (insert_catchpoint): Call internal_error.
312
313 2003-06-19 Theodore A. Roth <troth@openavr.org>
314
315 * avr-tdep.c (avr_push_dummy_code): Delete function.
316 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
317
318 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
319
320 * arch-utils.c (default_prepare_to_proceed): Remove.
321 (generic_prepare_to_proceed): Remove.
322 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
323 (generic_prepare_to_proceed): Remove prototype.
324 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
325 * gdbarch.c: Regenerate.
326 * gdbarch.h: Regenerate.
327 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
328 * hppah-nat.c (hppa_switched_threads): Remove.
329 * infrun.c (prepare_to_proceed): New static function, copied from
330 generic_prepare_to_proceed. Remove select_it argument.
331 (proceed): Call prepare_to_proceed.
332 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
333 variables.
334 (ptrace_wait): Don't set the removed variables.
335 (hppa_switched_threads): Remove.
336 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
337 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
338 (lin_lwp_prepare_to_proceed): Remove prototype.
339 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
340 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
341
342 2003-06-18 Theodore A. Roth <troth@openavr.org>
343
344 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
345 trad-frame.h.
346 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
347 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
348 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
349 (AVR_PROLOGUE_*): Enumerate prologue types.
350 (struct frame_extra_info): Remove.
351 (struct avr_unwind_cache): Define.
352 (avr_write_sp): Delete function.
353 (avr_read_fp): Ditto.
354 (avr_init_extra_frame_info): Ditto.
355 (avr_pop_frame): Ditto.
356 (avr_frame_saved_pc): Ditto.
357 (avr_saved_pc_after_call): Ditto.
358 (avr_push_return_address): Ditto.
359 (avr_frame_chain): Ditto.
360 (avr_store_struct_return): Ditto.
361 (avr_push_arguments): Ditto.
362 (avr_scan_prologue): Update comments. Changed to set up the info for
363 cache unwinding. Now returns end of prologue PC.
364 (avr_skip_prologue): Better handling of functions lacking a prologue
365 by using avr_scan_prologue.
366 (avr_scan_arg_moves): New function.
367 (avr_saved_regs_unwinder): Ditto.
368 (avr_frame_unwind_cache): Ditto.
369 (avr_unwind_pc): Ditto.
370 (avr_frame_this_id): Ditto.
371 (avr_frame_prev_register): Ditto.
372 (avr_frame_p): Ditto.
373 (avr_frame_base_address ): Ditto.
374 (avr_unwind_dummy_id): Ditto.
375 (avr_push_dummy_code): Ditto.
376 (push_stack_item): Ditto.
377 (pop_stack_item): Ditto.
378 (avr_push_dummy_call): Ditto.
379 (struct stack_item): Define.
380 (avr_frame_unwind): Declare structure.
381 (avr_frame_base): Ditto.
382 (avr_gdbarch_init): Remove calls to
383 set_gdbarch_deprecated_init_frame_pc,
384 set_gdbarch_deprecated_target_read_fp,
385 set_gdbarch_deprecated_dummy_write_sp,
386 set_gdbarch_deprecated_fp_regnum,
387 set_gdbarch_deprecated_push_arguments,
388 set_gdbarch_deprecated_push_return_address,
389 set_gdbarch_deprecated_pop_frame,
390 set_gdbarch_deprecated_store_struct_return,
391 set_gdbarch_deprecated_frame_init_saved_regs,
392 set_gdbarch_deprecated_init_extra_frame_info,
393 set_gdbarch_deprecated_frame_chain,
394 set_gdbarch_deprecated_frame_saved_pc,
395 set_gdbarch_deprecated_saved_pc_after_call.
396 Add calls to set_gdbarch_push_dummy_call,
397 set_gdbarch_push_dummy_code,
398 frame_unwind_append_predicate,
399 frame_base_set_default,
400 set_gdbarch_unwind_dummy_id,
401 set_gdbarch_unwind_pc.
402 Wrap a long line.
403
404 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
405
406 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
407 registers for H8/300S.
408 (h8300_print_registers_info): Ditto.
409 (h8300_gdbarch_init): Accommodate register count for H8/300S.
410
411 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
412
413 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
414 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
415 (lin_lwp_wait): Likewise. Update comments.
416 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
417 (pull_pid_from_list, linux_record_stopped_pid): New.
418
419 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
420
421 * ada-lang.c (scan_discrim_bound): Name first argument.
422 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
423 declared by ALL_BLOCK_SYMBOLS.
424
425 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
426
427 * ada-tasks.c (find_function_in_inferior): Don't declare it.
428 ("regcache.h"): Include it.
429 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
430
431 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
432
433 * NEWS: Mention gdbserver detach change and "disconnect" command.
434 * infcmd.c (disconnect_command): New function.
435 (_initialize_infcmd): Add ``disconnect'' command.
436 * remote.c (remote_async_detach): Delete.
437 (remote_detach): Merge remote_async_detach.
438 (remote_disconnect): New.
439 (init_remote_ops): Set to_disconnect.
440 (init_remote_cisco_ops): Likewise.
441 (init_remote_async_ops): Likewise. Use remote_detach.
442 * target.c (cleanup_target): Default to_disconnect.
443 (update_current_target): Inherit to_disconnect.
444 (target_disconnect, debug_to_disconnect): New functions.
445 (setup_target_debug): Set to_disconnect.
446 * target.h (struct target_ops): Add to_disconnect.
447 (target_disconnect): Add prototype.
448
449 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
450
451 * breakpoint.c (insert_catchpoint): New function.
452 (insert_breakpoints): Use catch_exceptions to call
453 insert_catchpoint. Disable catchpoints if they fail to insert.
454
455 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
456
457 * symfile.c (reread_symbols): Clear sym_private.
458
459 2003-06-17 Andrew Cagney <cagney@redhat.com>
460
461 * trad-frame.h (struct frame_info): Add opaque declaration.
462 * remote-fileio.h (struct cmd_list_element): Add opaque
463 declaration.
464 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
465 comments.
466
467 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
468
469 * remote.c (remote_prepare_to_store): Replace call to
470 deprecated_read_register_bytes with multiple regcache_raw_read
471 calls.
472
473 2003-06-17 Kris Warkentin <kewarken@qnx.com>
474
475 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
476 (nto_find_and_open_solib): Likewise.
477 (nto_init_solib_absolute_prefix): Likewise.
478 (_initialize_nto_tdep): Fix indentation.
479
480 2003-06-17 Kris Warkentin <kewarken@qnx.com>
481
482 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
483
484 2003-06-17 Kris Warkentin <kewarken@qnx.com>
485
486 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
487
488 2003-06-17 Jim Blandy <jimb@redhat.com>
489
490 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
491
492 2003-06-16 Theodore A. Roth <troth@openavr.org>
493
494 * avr-tdep.c (avr_extract_return_value): New function.
495 (avr_gdbarch_init): Set extract_return_value method.
496
497 2003-06-16 Andrew Cagney <cagney@redhat.com>
498
499 * frame.h (deprecated_get_next_frame_hack): Declare.
500 * frame.c (legacy_saved_regs_prev_register): Only require
501 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
502 there are always saved regs.
503 (deprecated_generic_get_saved_register): Do not require
504 DEPRECATED_FRAME_INIT_SAVED_REGS.
505 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
506 use frame ID unwind instead.
507 (deprecated_get_next_frame_hack): New function.
508
509 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
510
511 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
512 (h8300_push_dummy_call): ...this function. Some minor optimization.
513 (h8300_push_return_address): Remove.
514 (h8300_gdbarch_init): Remove calls to
515 set_gdbarch_deprecated_dummy_write_sp,
516 set_gdbarch_deprecated_push_arguments and
517 set_gdbarch_deprecated_push_return_address.
518 Add call to set_gdbarch_push_dummy_call.
519
520 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
521
522 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
523 (E_PSEUDO_EXR_REGNUM): Ditto.
524 (h8300_is_argument_spill): Check for instructions moving argument
525 registers into safe registers.
526 (h8300_skip_prologue): Check for stm instruction to push registers
527 used for register variables onto stack.
528 (gdb_print_insn_h8300): Remove.
529 (h8300_examine_prologue): Add a comment.
530 (h8300_register_name): Take pseudo registers into account.
531 (h8300s_register_name): Ditto.
532 (h8300sx_register_name): Ditto.
533 (h8300_print_register): Ditto.
534 (h8300_print_registers_info): Define "nice" printing order.
535 (h8300_saved_pc_after_call): Take pseudo registers into account.
536 (h8300_register_type): Ditto. Return type used for remote connection
537 when requesting real CCR or EXR register, return actual type when
538 requesting pseudo CCR or EXR.
539 (h8300_pseudo_register_read): New function.
540 (h8300_pseudo_register_write): Ditto.
541 (h8300_dbg_reg_to_regnum): Ditto.
542 (h8300s_dbg_reg_to_regnum): Ditto.
543 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
544 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
545 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
546 set_gdbarch_print_insn architecture dependent.
547 Call set_gdbarch_pseudo_register_read and
548 set_gdbarch_pseudo_register_write.
549 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
550
551 2003-06-16 Andrew Cagney <cagney@redhat.com>
552
553 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
554 * gdbarch.h, gdbarch.c: Re-generate.
555 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
556 * s390-tdep.c (s390_gdbarch_init): Update.
557 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
558 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
559 * mips-tdep.c (mips_gdbarch_init): Update.
560 * mcore-tdep.c (mcore_gdbarch_init): Update.
561 * cris-tdep.c (cris_gdbarch_init): Update.
562 * infcall.c (call_function_by_hand): Update.
563 * ia64-tdep.c (ia64_push_arguments): Update comment.
564 * frame.c (legacy_get_prev_frame): Do not assume
565 SAVE_DUMMY_FRAME_TOS_P.
566 * dummy-frame.c (find_dummy_frame): Update comment.
567
568 2003-06-16 Andrew Cagney <cagney@redhat.com>
569
570 * regcache.c (do_cooked_read): Do not use register_valid_p.
571
572 2003-06-15 Theodore A. Roth <troth@openavr.org>
573
574 * avr-tdep.c (avr_register_type): Remove a blank line.
575 (avr_scan_prologue): Correct some comments.
576
577 2003-06-15 Theodore A. Roth <troth@openavr.org>
578
579 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
580 prologue types.
581 Properly scan prologues generated by gcc with the -mcall-prologues
582 option.
583 Add code to scan -mcall-prologues for mega devices.
584
585 2003-06-15 Theodore A. Roth <troth@openavr.org>
586
587 * avr-tdep.c (avr_register_byte): Delete function.
588 (avr_register_raw_size): Delete function.
589 (avr_register_virtual_size): Delete function.
590 (avr_register_virtual_type): Delete function.
591 (avr_register_type): New function.
592 (avr_address_to_pointer): Remove unused code.
593 (avr_read_fp): Need to read FP as two separate bytes due to change to
594 avr_register_type() usage.
595 (avr_gdbarch_init): Don't set deprecated_register_size.
596 Don't set deprecated_register_bytes.
597 Don't set deprecated_register_byte.
598 Don't set deprecated_register_raw_size.
599 Don't set deprecated_max_register_raw_size.
600 Don't set deprecated_register_virtual_size.
601 Don't set deprecated_max_register_virtual_size.
602 Don't set deprecated_register_virtual_type.
603 Set register_type method.
604
605 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
606
607 * Makefile.in (linux-nat.o): Add rule.
608 * linux-nat.c: New file.
609 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
610 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
611 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
612 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
613 * config/arm/linux.mh (NATDEPFILES): Likewise.
614 * config/i386/linux.mh (NATDEPFILES): Likewise.
615 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
616 * config/ia64/linux.mh (NATDEPFILES): Likewise.
617 * config/m68k/linux.mh (NATDEPFILES): Likewise.
618 * config/mips/linux.mh (NATDEPFILES): Likewise.
619 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
620 * config/s390/s390.mh (NATDEPFILES): Likewise.
621 * config/sparc/linux.mh (NATDEPFILES): Likewise.
622
623 2003-06-15 Mark Kettenis <kettenis@gnu.org>
624
625 * i387-tdep.c: Reorder includes, fix some whitespace issues and
626 replace out-of-date comment.
627
628 2003-06-15 Andrew Cagney <cagney@redhat.com>
629
630 * rdi-share/host.h (Fail): Change to a varargs function.
631 * remote-rdi.c (Fail): Update.
632
633 2003-06-15 Mark Kettenis <kettenis@gnu.org>
634
635 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
636 (i386_convert_register_p, i386_register_to_value,
637 i386_register_from_value): Handle types longer than 8 bytes.
638
639 2003-06-15 Mark Kettenis <kettenis@gnu.org>
640
641 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
642 Move floating-point code to new function in i387-tdep.c.
643 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
644 New functions containing code moved here from i386-tdep.c.
645 * i387-tdep.h: Add opaque declaration for `struct type'.
646 (i387_register_to_value, i387_value_to_register): New prototypes.
647 * x86-64-tdep.c (x86_64_convert_register_p): New function.
648 (x86_64_init_abi): Set convert_register_p, register_to_value and
649 value_to_register here.
650
651 2003-06-14 Andrew Cagney <cagney@redhat.com>
652
653 * mips-tdep.c (mips_register_to_value): Make static.
654 (mips_value_to_register): Make static.
655 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
656 * ia64-tdep.c (ia64_register_raw_size): Make static.
657 (ia64_register_virtual_size): Make static.
658 (ia64_register_byte): Make static.
659 * i387-tdep.c: Include "i387-tdep.h".
660 (print_387_control_word): Delete function.
661 (print_387_status_word): Delete function.
662 (print_387_status_bits): Delete function.
663 (print_387_control_bits): Delete function.
664 * Makefile.in (i387-tdep.o): Update dependencies.
665 * rdi-share/host.h (Fail): Declare.
666 * remote-rdi.c (Fail): Update to match declaration.
667
668 2003-06-14 Andrew Cagney <cagney@redhat.com>
669
670 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
671 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
672 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
673 * config/djgpp/fnchange.lst: Delete "remote-array.c".
674 * README: Delete reference to remote-array.
675 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
676 (remote-array.o): Delete target.
677 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
678 * remote-array.c: Delete file.
679
680 2003-06-14 Andrew Cagney <cagney@redhat.com>
681 Mark Kettenis <kettenis@gnu.org>
682
683 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
684 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
685 parameter with "frame".
686 * gdbarch.h, gdbarch.c: Re-generate.
687 * frame.h (put_frame_register): Declare.
688 * frame.c (put_frame_register): New function.
689 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
690 (legacy_register_to_value): Rewrite, use "frame" to get the
691 register value.
692 (legacy_value_to_register): Rewrite, use "frame" to find the
693 register's location before storing.
694 * arch-utils.h (legacy_convert_register_p): Update.
695 (legacy_register_to_value, legacy_value_to_register): Update.
696 * findvar.c (value_from_register): Rewrite, eliminate use of
697 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
698 "frame" to REGISTER_TO_VALUE.
699 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
700 lval_reg_frame_relative + lval_register branch of the switch. Do
701 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
702 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
703 I386_EDI_REGNUM): New defines.
704 (i386_next_regnum, i386_convert_register_p,
705 i386_register_to_value, i386_value_to_register): New functions.
706 (i386_register_convertible, i386_register_convert_to_virtual,
707 i386_convert_to_raw): Remove functions.
708 (i386_gdbarch_init): Set convert_register_p, register_to_value and
709 value_to_register instead of register_convertible,
710 register_convert_to_virtual and register_convert_to_raw.
711 * mips-tdep.c (mips_convert_register_p): New function.
712 (mips_value_to_register): Replace mips_register_convert_from_type.
713 (mips_register_to_value): Replace mips_register_convert_to_type.
714 (mips_gdbarch_init): Set conver_register_p, value_to_register and
715 register_to_value.
716 * alpha-tdep.c (alpha_convert_register_p): Update.
717 (alpha_value_to_register): Update, store the register.
718 (alpha_register_to_value): Update, fetch the register.
719
720 2003-06-14 Theodore A. Roth <troth@openavr.org>
721
722 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
723 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
724 Don't set deprecated_call_dummy_words.
725 Remove commented out set_gdbarch_believe_pcc_promotion() call.
726 Don't set remote_translate_xfer_address.
727 (avr_io_reg_read_command): Remove commented out debug printf.
728 Wrap a long line.
729
730 2003-06-14 Theodore A. Roth <troth@openavr.org>
731
732 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
733 causes gdb to seg fault.
734
735 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
736
737 * sparc-nat.c (fetch_inferior_registers): Correct
738 a reference to "registers".
739
740 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
741
742 * Makefile.in (exc_request_U_h): Define
743 (exc_request_S_h): Likewise.
744 (msg_reply_S_h): Likewise.
745 (msg_U_h): Likewise.
746 (notify_S_h): Likewise.
747 (process_reply_S_h): Likewise.
748 (gnu-nat.o): Depend on gdb_obstack_h
749 * gnu-nat.c: Include "gdb_obstack.h".
750
751 2003-06-13 Andrew Cagney <cagney@redhat.com>
752
753 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
754 * gdbarch.h, gdbarch.c: Re-generate.
755
756 2003-06-13 Andrew Cagney <cagney@redhat.com>
757
758 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
759 when deprecated REGISTER macros can be deleted.
760 * gdbarch.h, gdbarch.c: Re-generate.
761
762 2003-06-13 Jim Blandy <jimb@redhat.com>
763
764 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
765 Linux entry point symbols for _dl_debug_state, too.
766
767 2003-06-13 Andrew Cagney <cagney@redhat.com>
768
769 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
770 available, do not use the FP register, and always save the TOS.
771 * dummy-frame.c (dummy_frame_this_id): Do not assert
772 SAVE_DUMMY_FRAME_TOS.
773 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
774 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
775 (i386_push_dummy_call): Add 8 to the returned SP.
776 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
777 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
778 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
779 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
780 (x86_64_push_dummy_call): Return "sp + 16".
781 (x86_64_init_abi): Do not set save_dummy_frame_tos.
782 * alpha-tdep.c (alpha_gdbarch_init): Do not set
783 save_dummy_frame_tos.
784
785 2003-06-13 Jim Blandy <jimb@redhat.com>
786
787 * frv-tdep.c (frv_use_struct_convention): Delete static
788 declaration for function deleted in my change of 2003-06-12.
789
790 2003-06-13 Theodore A. Roth <troth@openavr.org>
791
792 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
793 (avr_pointer_to_address): Shift code addrs left 1 bit.
794 (avr_convert_from_func_ptr_addr): Delete function since operation is
795 better handled by avr_address_to_pointer and avr_pointer_to_address.
796 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
797
798 2003-06-13 Mark Kettenis <kettenis@gnu.org>
799
800 From Kelley Cook <kelleycook@wideopenwest.com>:
801 * configure.host: Accept i[34567]86 variants.
802 * configure.tgt: Likewise.
803 * nlm/configure.in: Likewise.
804 * nlm/configure: Regenerated.
805
806 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
807
808 * arm-tdep.c (solib-svr4.h): Dont' include it.
809 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
810 * arm-linux-tdep.c: ... here. Make static.
811 (arm_linux_init_abi): Register it.
812 (solib-svr4.h): Include it.
813 * Makefile.in: Update dependencies.
814 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
815 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
816
817 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
818
819 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
820 indicate registers used for return values.
821 (struct frame_extra_info): Drop args_pointer and locals_pointer.
822 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
823 members.
824 (h8300_init_extra_frame_info): Ditto.
825 (h8300_frame_locals_address): Removed.
826 (h8300_frame_args_address): Removed.
827 (h8300_extract_return_value): Use new regcache structure. Only care
828 for 16 bit CPUs.
829 (h8300h_extract_return_value): Same function for 32 bit CPUs.
830 (h8300_store_return_value): Use new regcache structure. Only care
831 for 16 bit CPUs.
832 (h8300h_store_return_value): Same function for 32 bit CPUs.
833 (h8300_store_struct_return): Removed.
834 (h8300_extract_struct_value_address): Use new regcache structure.
835 (h8300h_extract_struct_value_address): Removed.
836 (h8300_push_dummy_code): New function.
837 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
838 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
839 set_gdbarch_store_return_value architecture dependent.
840 Call set_gdbarch_push_dummy_code and
841 set_gdbarch_extract_struct_value_address.
842 Remove calls to set_gdbarch_frame_args_address,
843 set_gdbarch_frame_locals_address,
844 set_gdbarch_deprecated_store_struct_return,
845 set_gdbarch_deprecated_extract_return_value,
846 set_gdbarch_deprecated_extract_struct_value_address,
847 set_gdbarch_deprecated_call_dummy_words and
848 set_gdbarch_deprecated_sizeof_call_dummy_words.
849
850 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
851
852 * h8300-tdep.c (h8300_register_byte): Remove.
853 (h8300h_register_byte): Remove.
854 (h8300_register_virtual_type): Remove. Substitute by...
855 (h8300_register_type): New function.
856 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
857 (h8300h_extract_struct_value_address): Ditto.
858 (h8300_gdbarch_init): Drop calls to
859 set_gdbarch_deprecated_register_byte and
860 set_gdbarch_deprecated_register_virtual_type.
861 Add call to set_gdbarch_register_type.
862
863 2003-06-13 Andrew Cagney <cagney@redhat.com>
864
865 * gdbarch.sh: Update comments on registers.
866 (deprecated_register_byte): Rename register_byte.
867 (deprecated_register_raw_size): Rename register_raw_size.
868 (deprecated_register_virtual_size): Rename register_virtual_size.
869 (deprecated_register_virtual_type): Rename register_virtual_type.
870 * gdbarch.h, gdbarch.c: Re-generate.
871 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
872 * vax-tdep.c (vax_gdbarch_init): Update.
873 * v850-tdep.c (v850_gdbarch_init): Update.
874 * sparc-tdep.c (sparc_gdbarch_init): Update.
875 * sh-tdep.c (sh_gdbarch_init): Update.
876 * s390-tdep.c (s390_gdbarch_init): Update.
877 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
878 * ns32k-tdep.c: Update.
879 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
880 * mips-tdep.c (mips_gdbarch_init): Update.
881 * mcore-tdep.c (mcore_gdbarch_init): Update.
882 * m68k-tdep.c (m68k_gdbarch_init): Update.
883 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
884 * ia64-tdep.c (ia64_gdbarch_init): Update.
885 * hppa-tdep.c (hppa_gdbarch_init): Update.
886 * h8300-tdep.c (h8300_gdbarch_init): Update.
887 * frv-tdep.c (frv_gdbarch_init): Update.
888 * cris-tdep.c (cris_gdbarch_init): Update.
889 * avr-tdep.c (avr_gdbarch_init): Update.
890 * alpha-tdep.c (alpha_gdbarch_init): Update.
891 * arm-tdep.c (arm_gdbarch_init): Update.
892
893 2003-06-13 Andrew Cagney <cagney@redhat.com>
894
895 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
896 mips_o32_use_struct_convention with always_use_struct_convention.
897
898 2003-06-12 David Carlton <carlton@kealia.com>
899
900 * cp-namespace.c (cp_set_block_scope): Comment out
901 processing_has_namespace_info branch.
902
903 2003-06-12 Jim Blandy <jimb@redhat.com>
904
905 Recognize and skip 64-bit PowerPC Linux linkage functions.
906 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
907 insn_pattern, insns_match_pattern, d_field, ds_field): New
908 functions, macros, and types for working with PPC instructions.
909 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
910 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
911 ppc64_skip_trampoline_code): New functions, variables, and macros
912 for recognizing and skipping linkage functions.
913 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
914 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
915
916 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
917 register offsets for both the 32- and 64-bit interfaces.
918
919 Actually finish the job started by my change of 2003-05-29.
920 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
921 other #definition of this.
922 (ppc_linux_skip_trampoline_code): Remove declaration.
923 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
924 static.
925 (ppc_linux_init_abi): Register it as the skip_trampoline_code
926 method for GDBARCH.
927
928 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
929 'long' on ppc64-*-linux*.
930
931 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
932 isn't #defined, assume the register doesn't exist: act as if
933 tdep->ppc_mq_regnum were -1.
934
935 * configure.host, configure.tgt: Add entries for
936 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
937 powerpc/linux.mt.
938 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
939 New files.
940
941 * arch-utils.c (always_use_struct_convention): New function.
942 * arch-utils.h (always_use_struct_convention): New prototype.
943 * alpha-tdep.c (alpha_use_struct_convention): Delete.
944 (alpha_gdbarch_init): Register always_use_struct_convention,
945 instead of alpha_use_struct_convention.
946 * cris-tdep.c (cris_use_struct_convention): Delete.
947 (cris_gdbarch_init): Register always_use_struct_convention,
948 instead of cris_use_struct_convention.
949 * frv-tdep.c (frv_use_struct_convention): Delete.
950 (frv_gdbarch_init): Register always_use_struct_convention,
951 instead of frv_use_struct_convention.
952 * h8300-tdep.c (h8300_use_struct_convention): Delete.
953 (h8300_gdbarch_init): Register always_use_struct_convention,
954 instead of h8300_use_struct_convention.
955 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
956 (mips_o32_gdbarch_init): Register always_use_struct_convention,
957 instead of mips_o32_use_struct_convention.
958
959 2003-06-12 Andrew Cagney <cagney@redhat.com>
960
961 * wince.c: Include "mips-tdep.h".
962 * mips-tdep.h (mips_next_pc): Declare.
963 * mcore-tdep.c: Make more local functions static.
964 * Makefile.in (wince.o): Update dependencies.
965
966 2003-06-12 David Carlton <carlton@kealia.com>
967
968 * symtab.c (lookup_symbol_aux_minsyms): Replace
969 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
970 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
971 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
972 SYMBOL_NATURAL_NAME.
973
974 2003-06-12 Andreas Schwab <schwab@suse.de>
975
976 * Makefile.in (tuiDisassem.o): Update dependencies.
977
978 2003-06-12 David Carlton <carlton@bactrian.org>
979
980 * symtab.h: Delete declaration of make_symbol_overload_list.
981 Add declaration of lookup_partial_symbol.
982 * symtab.c (remove_params): Move to cp-support.c.
983 (overload_list_add_symbol, make_symbol_overload_list)
984 (sym_return_val_size, sym_return_val_index): Ditto.
985 (lookup_partial_symbol): Make extern.
986 * cp-support.h: Add declaration of make_symbol_overload_list.
987 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
988 symtab.h, and block.h.
989 (remove_params): Move here from symtab.c.
990 (overload_list_add_symbol, make_symbol_overload_list)
991 (sym_return_val_size, sym_return_val_index): Ditto.
992 * valops.c: Include cp-support.h.
993 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
994 frame_h, and block_h.
995 (valops.o): Depend on cp_support_h.
996
997 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
998
999 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
1000 substitute by NUM_REGS throughout.
1001 (h8300_register_name): Only care for H8/300 and H8/300H registers.
1002 (h8300s_register_name): New function for H8S registers.
1003 (h8300sx_register_name): Ditto for H8SX registers.
1004 (h8300_print_register): Revise register printing, avoid depending
1005 on 32 bit long.
1006 (h8300_register_byte): Only care for H8/300 registers.
1007 (h8300h_register_byte): New function for any other architecture.
1008 (h8300_register_raw_size): Remove.
1009 (h8300_register_virtual_type): Revise to return actually useful
1010 type.
1011 (h8300_extract_struct_value_address): Only care for H8/300 registers.
1012 (h8300h_extract_struct_value_address): New function for any other
1013 architecture.
1014 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
1015 set_gdbarch_register_name, set_gdbarch_register_byte,
1016 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
1017 Remove calls to set_gdbarch_deprecated_register_size,
1018 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
1019 set_gdbarch_deprecated_max_register_raw_size,
1020 set_gdbarch_register_virtual_size and
1021 set_gdbarch_deprecated_max_register_virtual_size entirely.
1022 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
1023 set_gdbarch_long_double_bit.
1024
1025 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
1026
1027 * doublest.c (convert_doublest_to_floatformat): When dealing
1028 with the implied integer bit, only alter mant_bits if we are
1029 processing a full 32 bits of mantissa.
1030
1031 2003-06-11 David Carlton <carlton@bactrian.org>
1032
1033 * dictionary.h: New.
1034 * dictionary.c: New.
1035 * block.h: Add opaque declaration for struct dictionary.
1036 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
1037 'sym' members.
1038 (BLOCK_DICT): New macro.
1039 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
1040 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
1041 BLOCK_SHOULD_SORT.
1042 (ALL_BLOCK_SYMBOLS): Update definition.
1043 * Makefile.in (SFILES): Add dictionary.c.
1044 (dictionary_h): New.
1045 (COMMON_OBS): Add dictionary.o.
1046 (dictionary.o): New.
1047 (ada-lang.o): Depend on dictionary_h.
1048 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
1049 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
1050 (mi-cmd-stack.o): Ditto.
1051 (gdbtk-cmds.o): Update dependencies.
1052 (gdbtk-stack.o): Ditto.
1053 * ada-lang.c: Include dictionary.h.
1054 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
1055 (fill_in_ada_prototype, debug_print_block): Ditto.
1056 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
1057 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
1058 'is_sorted'.
1059 * mdebugread.c: Include dictionary.h.
1060 (struct parse_stack): Delete 'maxsyms' member.
1061 (parse_symbol): Update calls to new_block. Delete calls to
1062 shrink_block. Use dictionary methods.
1063 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
1064 Update calls to new_symtab. Don't maintain maxsyms data.
1065 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
1066 (add_symbol): Just call dict_add_symbol.
1067 (new_symtab): Delete 'maxsyms' argument.
1068 (new_symtab): Update calls to new_block.
1069 (new_block): Delete 'maxsyms' argument; add 'function' argument.
1070 (shrink_block): Delete function.
1071 (fixup_sigtramp): Update call to new_block. Add symbol via
1072 dict_add_symbol.
1073 * jv-lang.c: Include dictionary.h.
1074 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
1075 appropriately. Set class_symtab->free_func. Make sure the
1076 blockvector is big enough to hold two blocks.
1077 (add_class_symtab_symbol): Use dictionary methods.
1078 (free_class_block): New function.
1079 (type_from_class): Replace explicit iteration by
1080 ALL_BLOCK_SYMBOLS.
1081 * symtab.h (struct symtab): Replace 'free_ptr' method by
1082 'free_func'.
1083 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
1084 sort_symtab_syms.
1085 * dwarfread.c (psymtab_to_symtab_1): Delete call to
1086 sort_symtab_syms.
1087 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
1088 Include dictionary.h.
1089 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
1090 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
1091 sort_symtab_syms.
1092 * objfiles.c: Include dictionary.h.
1093 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
1094 * buildsym.c: Include dictionary.h.
1095 (finish_block): Use dictionary methods.
1096 (end_symtab): Set free_func to NULL, not free_ptr.
1097 * tracepoint.c: Include dictionary.h.
1098 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
1099 (scope_info): Ditto.
1100 * stack.c: Include dictionary.h.
1101 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
1102 (print_block_frame_labels, print_frame_arg_vars)
1103 (print_frame_args): Ditto.
1104 * symmisc.c (free_symtab_block): Use dictionary methods.
1105 (dump_symtab): Ditto.
1106 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
1107 Include dictionary.h.
1108 * symfile.h: Delete declarations of sort_block_syms,
1109 sort_symtab_syms.
1110 * symfile.c (sort_block_syms): Delete.
1111 (sort_symtab_syms): Delete.
1112 * symtab.c: Include dictionary.h.
1113 (lookup_block_symbol): Use dictionary iterators.
1114 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
1115 (search_symbols, make_symbol_completion_list): Ditto.
1116 (make_symbol_overload_list): Ditto.
1117 * valops.c (value_of_local): Use dict_empty.
1118 Include dictionary.h.
1119
1120 2003-06-11 J. Brobecker <brobecker@gnat.com>
1121
1122 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
1123
1124 2003-06-11 David Carlton <carlton@bactrian.org>
1125
1126 * block.h (BLOCK_SHOULD_SORT): Delete.
1127 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
1128 blocks.
1129 * ada-lang.c (ada_add_block_symbols): Ditto.
1130 * symfile.c (sort_block_syms): Delete.
1131 (sort_symtab_syms): Ditto.
1132 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
1133 declarations.
1134 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
1135 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
1136 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
1137 * dwarfread.c (psymtab_to_symtab_1): Ditto.
1138 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
1139 * mdebugread.c (psymtab_to_symtab_1): Ditto.
1140 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
1141
1142 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
1143
1144 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
1145 bits to 128.
1146
1147 2003-06-11 Andrew Cagney <cagney@redhat.com>
1148
1149 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
1150 REGISTER_CONVERTIBLE.
1151 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
1152 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
1153 * gdbarch.h, gdbarch.c: Re-generate.
1154 * arch-utils.h (deprecated_register_convertible_not): Rename
1155 generic_register_convertible_not.
1156 * arch-utils.c (deprecated_register_convertible_not): Rename
1157 generic_register_convertible.
1158 (legacy_convert_register_p, legacy_register_to_value): Update.
1159 * sh-tdep.c (sh64_push_arguments): Update.
1160 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
1161 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
1162 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
1163 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
1164 * arch-utils.c (legacy_value_to_register): Update.
1165 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1166 (rs6000_register_convert_to_raw): Make parameter "from" const.
1167 * mips-tdep.c (mips_gdbarch_init): Update.
1168 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
1169 * infcmd.c (default_print_registers_info): Update.
1170 * ia64-tdep.c (ia64_gdbarch_init): Update.
1171 (ia64_register_convert_to_raw): Make parameter "from" const.
1172 * i386-tdep.c (i386_gdbarch_init): Update.
1173 (i386_register_convert_to_raw): Update.
1174
1175 2003-06-11 Andrew Cagney <cagney@redhat.com>
1176
1177 * remote-fileio.c: Include "remote-fileio.h".
1178 * Makefile.in (remote-fileio.o): Update dependencies.
1179 (remote_fileio_h): Fix typo.
1180
1181 2003-06-11 Andrew Cagney <cagney@redhat.com>
1182
1183 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
1184 (xstormy16_save_dummy_frame_tos): Make static.
1185 (_initialize_xstormy16_tdep): Add declaration.
1186 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
1187 * v850-tdep.c: Make local functions static.
1188 (_initialize_v850_tdep): Add declaration.
1189 * sparc-tdep.c: Make local functions static.
1190 (_initialize_sparc_tdep): Add declaration.
1191 * sh-tdep.c: Make local functions static.
1192 (_initialize_sh_tdep): Add declaration.
1193 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
1194 * s390-tdep.c: Make local functions static.
1195 (_initialize_s390_tdep): Add declaration.
1196 * dbxread.c (find_stab_function_addr): Make static.
1197 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
1198 * ocd.c (_initialize_remote_ocd): Add declaration.
1199 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
1200 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
1201 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
1202 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
1203 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
1204 * remote-array.c (_initialize_array): Add declaration.
1205 (_initialize_remote_monitors): Add declaration.
1206 * remote-mips.c: Make local functions static.
1207 (_initialize_remote_mips): Add declaration.
1208 * mcore-tdep.c: Make all local functions static.
1209 (_initialize_mcore_tdep): Add declaration.
1210 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
1211 * abug-rom.c (_initialize_abug_rom): Add declaration.
1212 * rom68k-rom.c (_initialize_rom68k): Add declaration.
1213 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
1214 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
1215 * remote-est.c (_initialize_est): Add declaration.
1216 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
1217 (m68hc11_call_dummy_address): Make static.
1218 * ia64-tdep.c: Make local functions static.
1219 (_initialize_ia64_tdep): Add declaration.
1220 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
1221 * monitor.c (monitor_wait_filter): Make static.
1222 (_initialize_remote_monitors): Add declaration.
1223 * remote-hms.c (_initialize_remote_hms): Add declaration.
1224 * remote-e7000.c (fetch_regs_from_dump): Make static.
1225 (expect_n): Make static.
1226 (_initialize_remote_e7000): Add declaration.
1227 * ser-e7kpc.c: Always include "defs.h".
1228 (_initialize_ser_e7000pc): Add declaration.
1229 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
1230 * cris-tdep.c: Make all but one function static.
1231 (_initialize_cris_tdep): Add declaration.
1232 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
1233 * solib.c (update_solib_list): Make static.
1234 (_initialize_solib): Add declaration.
1235 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
1236 (_initialize_avr_tdep): Add declaration.
1237 * remote-rdi.c (voiddummy): Make static.
1238 (_initialize_remote_rdi): Add declaration.
1239 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
1240 * remote-rdp.c (send_rdp): Make static.
1241 (_initialize_remote_rdp): Add declaration.
1242 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
1243
1244 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
1245
1246 * remote-fileio.c: Make ari happy.
1247
1248 2003-06-10 J. Brobecker <brobecker@gnat.com>
1249
1250 * rs6000-nat.c (child_xfer_memory): Compute the right address when
1251 fetching the trailing bytes of the buffer we are about to write.
1252
1253 2003-06-10 Andrew Cagney <cagney@redhat.com>
1254
1255 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
1256 * Makefile.in (remote-fileio.o): Update dependencies.
1257 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
1258 include <setjmp.h>, or <sys/types.h> conditional on USG.
1259 (remote_fio_jmp_buf): Delete global variable.
1260
1261 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
1262 Martin M. Hunt <hunt@redhat.com>
1263
1264 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
1265 (SFILES): Add remote-fileio.c.
1266 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
1267 dependencies for building remote.o.
1268 * remote-fileio.c: New file implementing the remote File-I/O protocol.
1269 * remote-fileio.h: New header file defining remote File-I/O interface.
1270 * remote.c (remote_write_bytes, remote_read_bytes): Remove
1271 static storage class.
1272 (remote_wait, remote_async_wait): Call remote_fileio_request() on
1273 'F' packet.
1274 (_initialize_remote): Call initialize_remote_fileio().
1275 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
1276 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
1277 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
1278 (captured_main): Initialize new ui_files.
1279 * ui-file.c: Add read and fgets input functions.
1280 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
1281 (null_file_read): New function.
1282 (ui_file_read): New function.
1283 (set_ui_file_read): New function.
1284 (stdio_file_read): New function.
1285 * ui-file.h: New type ui_file_read_ftype.
1286 (set_ui_file_read): Declare.
1287 (ui_file_read): Declare.
1288
1289 2003-06-09 Andrew Cagney <cagney@redhat.com>
1290
1291 * frame.h (deprecated_unwind_get_saved_register): Rename
1292 generic_unwind_get_saved_register, update comments.
1293 * mips-tdep.c (mips_get_saved_register): Update.
1294 * frame.c (deprecated_unwind_get_saved_register): Update.
1295
1296 2003-06-09 Andrew Cagney <cagney@redhat.com>
1297
1298 * vax-tdep.c (vax_frame_locals_address): Delete function.
1299 (vax_gdbarch_init): Do not set frame_locals_address.
1300 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
1301 (m68hc11_gdbarch_init): Do not set frame_locals_address.
1302 * s390-tdep.c (s390_frame_args_address): Delete function.
1303 (s390_gdbarch_init): Do not set frame_args_address or
1304 frame_locals_address.
1305 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
1306 (ns32k_gdbarch_init): Do not set frame_locals_address.
1307 * hppa-tdep.c (hppa_frame_args_address): Delete function.
1308 (hppa_frame_locals_address): Delete function.
1309 (hppa_gdbarch_init): Do not set frame_args_address, or
1310 frame_locals_address.
1311 * arm-tdep.c (arm_frame_args_address): Delete.
1312 (arm_frame_locals_address): Delete.
1313 (arm_gdbarch_init): Do not set frame_args_address, or
1314 frame_locals_address.
1315
1316 2003-06-09 Andrew Cagney <cagney@redhat.com>
1317
1318 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
1319 * gdbarch.h, gdbarch.c: Re-generate.
1320 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
1321 * arch-utils.c (frame_num_args_unknown): Delete function.
1322 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
1323 (frame_info): Use FRAME_NUM_ARGS_P.
1324 * arm-tdep.c (arm_frame_num_args): Delete function.
1325 (arm_gdbarch_init): Do not set frame_num_args.
1326 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
1327 * hppa-tdep.c (hppa_frame_num_args): Delete function.
1328 (hppa_gdbarch_init): Do not set frame_num_args.
1329 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
1330 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
1331 frame_num_args to default frame_num_args_unknown.
1332 * v850-tdep.c (v850_gdbarch_init): Ditto.
1333 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1334 * sh-tdep.c (sh_gdbarch_init): Ditto.
1335 * s390-tdep.c (s390_gdbarch_init): Ditto.
1336 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1337 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1338 * mips-tdep.c (mips_gdbarch_init): Ditto.
1339 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1340 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
1341 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1342 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1343 * i386-tdep.c (i386_gdbarch_init): Ditto.
1344 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1345 * frv-tdep.c (frv_gdbarch_init): Ditto.
1346 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1347 * cris-tdep.c (cris_gdbarch_init): Ditto.
1348 * avr-tdep.c (avr_gdbarch_init): Ditto.
1349 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
1350
1351 2003-06-09 Andrew Cagney <cagney@redhat.com>
1352
1353 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
1354 (print_frame_args): Moved to "stack.c".
1355 * stack.c: Include "gdb_assert.h".
1356 (print_frame_nameless_args): Moved from "printcmd.c", made static.
1357 (print_frame_args): Moved from "printcmd.c".
1358 * frame.h (print_frame_args): Delete declaration.
1359 * Makefile.in (stack.o): Update dependencies.
1360
1361 2003-06-08 Andrew Cagney <cagney@redhat.com>
1362
1363 * frame.c (get_prev_frame): Remove reference to
1364 frame_args_address_correct in comments.
1365 * frame-base.c (default_frame_args_address): Delete code
1366 conditional on FRAME_ARGS_ADDRESS_CORRECT.
1367 * vax-tdep.c (vax_frame_args_address_correct): Delete.
1368 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
1369 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
1370 (vax_frame_args_address_correct): Delete declaration.
1371
1372 2003-06-08 Andrew Cagney <cagney@redhat.com>
1373
1374 * gdbarch.sh (UNWIND_SP): Add.
1375 * gdbarch.h, gdbarch.c: Re-generate.
1376 * frame.c (frame_sp_unwind): New function.
1377 (get_frame_sp): New function.
1378 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
1379 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
1380 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
1381 value.
1382 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
1383 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
1384
1385 2003-06-08 Andrew Cagney <cagney@redhat.com>
1386
1387 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
1388 REMOTE_BREAKPOINT.
1389 * remote.c: Update.
1390 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
1391 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
1392 * config/m68k/tm-sun3.h: Update.
1393 * config/m68k/tm-m68klynx.h: Update.
1394 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
1395
1396 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
1397 trad_frame". Update comments.
1398 * d10v-tdep.c (struct d10v_unwind_cache): Update.
1399 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
1400 (trad_frame_register_value, trad_frame_prev_register): Update.
1401
1402 2003-06-08 Andrew Cagney <cagney@redhat.com>
1403
1404 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
1405 from GCC's acinclude.m4.
1406 * configure.in: Check for getopt's delcaration.
1407 * aclocal.m4, config.in, configure: Re-generate.
1408 * main.c (error_init): Delete declaration.
1409 * defs.h (error_init): Declare.
1410 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
1411 (rs6000_convert_from_func_ptr_addr): Make static.
1412 (_initialize_rs6000_tdep): Add declaration.
1413 * cli/cli-cmds.c (dont_repeat): Delete declaration.
1414 (show_commands, set_verbose, show_history): Delete declaration.
1415 * top.h (set_verbose): Add declaration.
1416 (show_history, set_history, show_commands): Add declaration.
1417 (do_restore_instream_cleanup): Add declaration.
1418 * objc-lang.c (specialcmp): Make static.
1419 (print_object_command): Make static.
1420 (find_objc_msgsend): Make static.
1421 (find_objc_msgcall_submethod_helper): Make static.
1422 (find_objc_msgcall_submethod): Make static.
1423 (_initialize_objc_language): Add declaration.
1424 (find_implementation_from_class): Make static.
1425 (find_implementation): Make static.
1426 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
1427 * objc-lang.h (lookup_struct_typedef): Add declaration.
1428 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
1429 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
1430 (do_restore_user_call_depth): Make static.
1431 (do_restore_instream_cleanup): Delete declaration.
1432 (dont_repeat): Delete declaration.
1433 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
1434 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
1435 * reggroups.c (_initialize_reggroup): Add declaration.
1436 * cp-support.c (_initialize_cp_support): Add declaration.
1437 * cp-abi.c (_initialize_cp_abi): Add declaration.
1438 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
1439 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
1440 (_initialize_gnu_v3_abi): Add declaration.
1441 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
1442 (_initialize_gnu_v2_abi): Add declaration.
1443 * frame-base.c (_initialize_frame_base): Add declaration.
1444 * doublest.c (floatformat_from_length): Make static.
1445 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
1446 * frame.c (create_sentinel_frame): Make static.
1447 (_initialize_frame): Add declaration.
1448 * top.c (do_catch_errors): Make static.
1449 (gdb_rl_operate_and_get_next_completion): Make static.
1450 * typeprint.c: Include "typeprint.h".
1451 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
1452 (sentinel_frame_this_id): Make static.
1453 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
1454 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
1455 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
1456 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
1457 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
1458 * maint.c (maintenance_print_architecture): Make static.
1459 * signals/signals.c (_initialize_signals): Add declaration.
1460 * std-regs.c (_initialize_frame_reg): Add declaration.
1461 * jv-exp.y (push_variable): ISO C definition.
1462 (push_qualified_expression_name): Ditto.
1463 * memattr.c (_initialize_mem): Add declaration.
1464 * remote.c (remote_check_watch_resources): Make static.
1465 (remote_stopped_by_watchpoint): Make static.
1466 (remote_stopped_data_address): Make static.
1467 * d10v-tdep.c (nr_dmap_regs): Make static.
1468 (a0_regnum): Make static.
1469 (d10v_frame_unwind_cache): Make static.
1470 (d10v_frame_p): Make static.
1471 * osabi.c (show_osabi): Make static.
1472 (_initialize_gdb_osabi): Add extern declaration.
1473 * gdbtypes.c (make_qualified_type): Make static.
1474 (safe_parse_type): Make static.
1475 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
1476 * macrotab.c (macro_bcache_free): Make static.
1477 * interps.c (interp_set_quiet): Make static.
1478 (interpreter_exec_cmd): Make static.
1479 * stack.h (select_frame_command): New file.
1480 * stack.c: Include "stack.h".
1481 (select_frame_command_wrapper): Delete function.
1482 (select_frame_command): Make global.
1483 * infcall.c: Include "infcall.h".
1484 * linespec.c: Include "linespec.h".
1485 * symfile.c (sections_overlap): Make static.
1486 * cp-support.h (cp_initialize_namespace): ISO C declaration.
1487 * charset.c (_initialize_charset): Add missing prototype.
1488 * regcache.c (init_legacy_regcache_descr): Make static.
1489 (do_regcache_xfree): Make static.
1490 (regcache_xfer_part): Make static.
1491 (_initialize_regcache): Add missing prototype.
1492 * breakpoint.c (parse_breakpoint_sals): Make static.
1493 (breakpoint_sals_to_pc): Make static.
1494 * interps.h (clear_interpreter_hooks): ISO C declaration.
1495 * Makefile.in (stack_h): Define.
1496 (stack.o, typeprint.o, mi-main.o): Update dependencies.
1497 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
1498
1499 2003-06-08 Andrew Cagney <cagney@redhat.com>
1500
1501 * Makefile.in (d10v-tdep.o): Update dependencies.
1502 (SFILES): Add trad-frame.c.
1503 (trad_frame_h): Define.
1504 (COMMON_OBS): Add trad-frame.o.
1505 (trad-frame.o): Specify dependencies.
1506 * d10v-tdep.c: Include "trad-frame.h".
1507 (saved_regs_unwinder): Delete function.
1508 (d10v_frame_prev_register): Use trad_frame_prev_register.
1509 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
1510 trad_frame", delete "regs" and "prev_sp".
1511 (prologue_find_regs): Use trad-frame.
1512 * trad-frame.h, trad-frame.c: New files.
1513
1514 2003-06-08 Mark Kettenis <kettenis@gnu.org>
1515
1516 * dwarf2cfi.c, dwarf2cfi.h: Remove.
1517
1518 2003-06-07 Adam Fedor <fedor@gnu.org>
1519
1520 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
1521 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
1522 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
1523 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
1524 resolve_msgsend_super, resolve_msgsend_super_stret):
1525 Use it.
1526
1527 2003-06-07 Andrew Cagney <cagney@redhat.com>
1528
1529 * symfile.h: Re-indent, clean up comments.
1530
1531 2003-06-07 Andrew Cagney <cagney@redhat.com>
1532
1533 * inferior.h (deprecated_write_sp): Replace
1534 generic_target_write_sp.
1535 * regcache.c (deprecated_write_sp): Replace
1536 generic_target_write_sp.
1537 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1538 * vax-tdep.c (vax_gdbarch_init): Update.
1539 * v850-tdep.c (v850_gdbarch_init): Update.
1540 * sparc-tdep.c (sparc_gdbarch_init): Update.
1541 * sh-tdep.c (sh_gdbarch_init): Update.
1542 * s390-tdep.c (s390_gdbarch_init): Update.
1543 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1544 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1545 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1546 * mcore-tdep.c (mcore_gdbarch_init): Update.
1547 * m68k-tdep.c (m68k_gdbarch_init): Update.
1548 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1549 * ia64-tdep.c (ia64_gdbarch_init): Update.
1550 * h8300-tdep.c (h8300_gdbarch_init): Update.
1551 * frv-tdep.c (frv_gdbarch_init): Update.
1552 * cris-tdep.c (cris_gdbarch_init): Update.
1553 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
1554
1555 2003-06-07 Andrew Cagney <cagney@redhat.com>
1556
1557 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
1558 Assert that PC_REGNUM is valid.
1559 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
1560
1561 2003-06-07 Andrew Cagney <cagney@redhat.com>
1562
1563 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
1564 * gdbarch.h, gdbarch.c: Regenerate.
1565 * mn10300-tdep.c: Include "gdb_assert.h".
1566 (mn10300_read_fp): New function.
1567 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
1568 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
1569 * ia64-tdep.c: Include "gdb_assert.h".
1570 (ia64_read_fp): New function.
1571 (ia64_gdbarch_init): Set deprecated_target_read_fp to
1572 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
1573 * regcache.c (generic_target_read_sp): Delete function.
1574 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
1575 * inferior.h (generic_target_read_sp): Delete declaration.
1576 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
1577 generic_target_read_sp.
1578 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1579 * sparc-tdep.c (sparc_gdbarch_init): Ditto
1580 * sh-tdep.c (sh_gdbarch_init): Ditto.
1581 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1582 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
1583
1584 2003-06-07 Andrew Cagney <cagney@redhat.com>
1585
1586 * gdbarch.sh: Comment each field of startup_gdbarch.
1587 * gdbarch.h, gdbarch.c: Re-generate.
1588
1589 2003-06-07 Andrew Cagney <cagney@redhat.com>
1590
1591 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
1592 * gdbarch.h, gdbarch.c: Re-generate.
1593 * regcache.c: Update comments on read_pc et.al.
1594 (generic_target_read_pc): Delete function.
1595 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
1596 * inferior.h (generic_target_read_pc): Delete declaration.
1597 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
1598 generic_target_read_pc.
1599 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1600 * sh-tdep.c (sh_gdbarch_init): Ditto.
1601 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1602 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1603
1604 2003-06-07 Andrew Cagney <cagney@redhat.com>
1605
1606 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
1607 "index" with "special_local_sect". Use strcmp instead of STREQ.
1608 Append period to coments.
1609
1610 2003-06-06 Mark Mitchell <mark@codesourcery.com>
1611
1612 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
1613 (elfstab_offset_sections): Likewise.
1614 * gdb-stabs.h (stab_section_info): Likewise.
1615 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
1616 * objfiles.c (objfile_relocate): Likewise.
1617 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
1618 * remote.c (get_offsets): Likewise.
1619 (remote_cisco_objfile_relocate): Likewise.
1620 * somread.c (som_symfile_offsets): Likewise.
1621 * symfile.c (alloc_section_addr_info): New function.
1622 (build_section_addr_info_from_section_tab): Use it.
1623 (free_section_addr_info): Adjust.
1624 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
1625 (syms_from_objfile): Allocate local_addr dynamically.
1626 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
1627 dynamically.
1628 (add_symbol_file_command): Allocate sect_opts dynamically.
1629 (reread_symbols): Avoid use of SECT_OFF_MAX.
1630 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
1631 (alloc_section_addr_info): Declare it.
1632 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
1633 * win32-nat.c (solib_symbols_add): Allocate section_addrs
1634 dynamically.
1635 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
1636
1637 2003-06-06 Andrew Cagney <cagney@redhat.com>
1638
1639 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
1640 (d10v_frame_unwind_cache): Do not set "return_pc".
1641
1642 2003-06-06 Michael Snyder <msnyder@redhat.com>
1643
1644 * h8300-tdep.c: Make tidy (long lines).
1645
1646 2003-06-06 Michal Ludvig <mludvig@suse.cz>
1647
1648 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
1649 to regcache_collect().
1650
1651 2003-06-05 J. Brobecker <brobecker@gnat.com>
1652
1653 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
1654 pc_in_sigtramp multiarch method.
1655 (hppa_hpux_som_init_abi): Use it.
1656 (hppa_hpux_elf_init_abi): Likewise.
1657 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
1658 macro has been multiarched.
1659 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
1660 macro here, as hppa64 isn't multiarched yet.
1661
1662 2003-06-05 Andrew Cagney <cagney@redhat.com>
1663
1664 * Makefile.in (value_h): Add $(frame_h).
1665 * value.h: Include "frame.h".
1666 (struct value): Replace "frame_addr" with "frame_id".
1667 (VALUE_FRAME_ID): Replace VALUE_FRAME.
1668 * values.c (allocate_value): Use VALUE_FRAME_ID.
1669 (value_copy): Use VALUE_FRAME_ID.
1670 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
1671 * valops.c (value_assign): Update. Use frame_find_by_id.
1672
1673 2003-06-05 Michal Ludvig <mludvig@suse.cz>
1674
1675 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
1676 in each pass.
1677
1678 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
1679
1680 * thread-db.c (check_event): For create/death event breakpoints,
1681 loop through all messages to ensure that we read the message
1682 corresponding to the breakpoint we are at.
1683
1684 2003-06-04 Michael Snyder <msnyder@redhat.com>
1685
1686 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
1687
1688 2003-06-04 Mark Kettenis <kettenis@gnu.org>
1689
1690 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
1691 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
1692 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
1693 when handling .eh_frame sections.
1694
1695 2003-06-04 J. Brobecker <brobecker@gnat.com>
1696
1697 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
1698 prepare_to_proceed procedure instead of the hppa-specific one.
1699 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
1700
1701 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
1702
1703 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
1704 * config.in: Regenerated.
1705 * configure.in: Add test for syscall function and check for
1706 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
1707 * configure: Regenerated.
1708 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
1709 <sys/syscall.h>.
1710 (kill_lwp): New function that uses tkill syscall or
1711 uses kill, depending on whether threading model is nptl or not.
1712 All callers of kill() changed to use kill_lwp().
1713 (lin_lwp_wait): Make special check when WIFEXITED occurs to
1714 see if all threads have already exited in the nptl model.
1715 (stop_and_resume_callback): New callback function used by the
1716 lin_lwp_wait thread exit handling code.
1717 (stop_wait_callback): Check for threads already having exited and
1718 delete such threads fromt the lwp list when discovered.
1719 (stop_callback): Don't assert retcode of kill call.
1720
1721 Roland McGrath <roland@redhat.com>
1722 * i386-linux-nat.c (ps_get_thread_area): New function needed by
1723 nptl libthread_db.
1724
1725 2003-06-03 Richard Henderson <rth@redhat.com>
1726
1727 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
1728 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
1729 (alpha_sigtramp_frame_prev_register): Likewise.
1730 (alpha_heuristic_frame_prev_register): Likewise.
1731 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
1732
1733 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
1734 alpha-specific register id names.
1735 (alpha_mdebug_frame_unwind_cache): Likewise.
1736 (alpha_mdebug_frame_prev_register): Likewise.
1737
1738 2003-06-03 Richard Henderson <rth@redhat.com>
1739
1740 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
1741 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
1742 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
1743 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
1744 unwind routines.
1745 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
1746 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
1747 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
1748
1749 * alpha-linux-tdep.c: Remove unnecessary includes.
1750 * Makefile.in (alpha-linux-tdep.o): Update.
1751
1752 2003-06-03 Richard Henderson <rth@redhat.com>
1753
1754 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
1755 (alphabsd_fill_fpreg): Likewise.
1756
1757 2003-06-03 J. Brobecker <brobecker@gnat.com>
1758
1759 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
1760 references to struct frame_info fields by calls to the equivalent
1761 accessors. Necessary now that frame_info is opaque.
1762
1763 2003-06-03 J. Brobecker <brobecker@gnat.com>
1764
1765 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
1766 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
1767 structure, field no longer exists.
1768
1769 2003-06-03 J. Brobecker <brobecker@gnat.com>
1770
1771 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
1772 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
1773
1774 2003-06-03 J. Brobecker <brobecker@gnat.com>
1775
1776 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
1777 references to struct frame_info fields by calls to the equivalent
1778 accessors. Necessary now that frame_info is opaque.
1779
1780 2003-06-03 J. Brobecker <brobecker@gnat.com>
1781
1782 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
1783 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
1784 structure, field no longer exists.
1785
1786 2003-06-03 Theodore A. Roth <troth@openavr.org>
1787
1788 * remote.c (init_remote_state): Compute sizeof_g_packet by
1789 accumulation of the size of all registers instead of blindly using
1790 DEPRECATED_REGISTER_BYTES.
1791
1792 2003-06-03 Michael Snyder <msnyder@redhat.com>
1793
1794 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
1795 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
1796 for h8300sx.
1797
1798 2003-06-03 J. Brobecker <brobecker@gnat.com>
1799
1800 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
1801 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
1802
1803 2003-06-03 Andrew Cagney <cagney@redhat.com>
1804
1805 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
1806 (sparc_convert_to_raw): Delete function.
1807 (sparc_gdbarch_init): Do not set register_convert_to_raw or
1808 register_convert_to_virtual.
1809
1810 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
1811
1812 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
1813 layer if not dealing with a statically-linked threaded program.
1814
1815 2003-06-03 Kris Warkentin <kewarken@qnx.com>
1816
1817 * solib.c (solib_open): Update comment to reflect actual search order.
1818
1819 2003-06-03 Andrew Cagney <cagney@redhat.com>
1820
1821 * frame.c (get_frame_memory_signed): New function.
1822 (get_frame_memory, get_frame_memory_unsigned): New function.
1823 (get_frame_arch): New function.
1824 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
1825 (get_frame_memory, get_frame_unsigned_memory): Declare.
1826 * d10v-tdep.c (d10v_frame_unwind_cache): Use
1827 get_frame_memory_unsigned and get_frame_arch.
1828 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
1829
1830 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
1831
1832 * MAINTAINERS (write after approval): Add myself.
1833
1834 2003-06-03 Jim Blandy <jimb@redhat.com>
1835
1836 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
1837 elements of gregset_t are 64 bits each, but access registers
1838 are still 32 bits, so they're packed two per gregset_t
1839 element. Unpack/pack them properly.
1840
1841 2003-06-02 David Carlton <carlton@bactrian.org>
1842
1843 * linespec.c (find_methods): Break out code into
1844 add_matching_methods and add_constructors.
1845 (add_matching_methods): New.
1846 (add_constructors): Ditto.
1847
1848 2003-06-02 Andrew Cagney <cagney@redhat.com>
1849
1850 * sparc-tdep.c (sparc_print_registers): Delete call to
1851 REGISTER_CONVERTIBLE.
1852 (sparc_gdbarch_init): Do not set register_convertible.
1853 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1854 * frv-tdep.c (frv_gdbarch_init): Ditto.
1855 * cris-tdep.c (cris_gdbarch_init): Ditto.
1856
1857 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
1858
1859 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
1860 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
1861 (syms_from_objfile): Ditto.
1862
1863 2003-06-03 Andreas Schwab <schwab@suse.de>
1864
1865 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
1866 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
1867
1868 2003-06-02 Richard Henderson <rth@redhat.com>
1869
1870 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
1871 a member of all_reggroup.
1872
1873 2003-06-02 Richard Henderson <rth@redhat.com>
1874
1875 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
1876 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
1877 (alpha_lds, alpha_sts): New.
1878 (alpha_convert_register_p): Change from _register_convertible.
1879 (alpha_register_to_value): Change from _convert_to_virtual;
1880 restructure and fail for type sizes other than 4 or 8.
1881 (alpha_value_to_register): Similarly.
1882 (alpha_extract_return_value): Use alpha_sts.
1883 (alpha_store_return_value): Use alpha_lds.
1884 (alpha_gdbarch_init): Update hooks.
1885
1886 2003-06-02 Richard Henderson <rth@redhat.com>
1887
1888 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
1889 regnum identifiers.
1890 (alpha_sigtramp_register_address): Likewise.
1891
1892 2003-06-02 Richard Henderson <rth@redhat.com>
1893
1894 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
1895 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
1896 * alpha-tdep.h: Declare them.
1897
1898 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
1899 Remove zerobuf. Don't error on UNIQUE.
1900 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
1901 (ALPHA_REGSET_UNIQUE): Provide default.
1902 (supply_gregset): Use alpha_supply_int_regs.
1903 (fill_gregset): Use alpha_fill_int_regs.
1904 (supply_fpregset): Use alpha_supply_fp_regs.
1905 (fill_fpregset): Use alpha_fill_fp_regs.
1906 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
1907 (alphabsd_supply_reg): Use alpha_supply_int_regs.
1908 (alphabsd_fill_reg): Use alpha_fill_int_regs.
1909 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
1910 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
1911 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
1912
1913 2003-06-02 Richard Henderson <rth@redhat.com>
1914
1915 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
1916
1917 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
1918 (alpha_store_return_value): Likewise.
1919
1920 2003-06-02 David Carlton <carlton@math.stanford.edu>
1921
1922 * block.c (contained_in): Add 'const' to arguments.
1923 (block_function): Ditto.
1924 * block.h: Update declarations for block_function and
1925 contained_in.
1926
1927 2003-06-02 David Carlton <carlton@math.stanford.edu>
1928
1929 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
1930 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
1931 * p-valprint.c (pascal_val_print): Ditto.
1932 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
1933
1934 2003-06-02 Richard Henderson <rth@redhat.com>
1935
1936 * alpha-tdep.c (alpha_push_dummy_call): Use
1937 builtin_type_ieee_double_little instead of builtin_type_double.
1938
1939 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
1940 sign-extension of 32-bit values.
1941 (alpha_store_return_value): Similarly.
1942
1943 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
1944 (alpha_extract_return_value): Likewise.
1945 (alpha_store_return_value): Likewise.
1946
1947 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
1948 (alpha_store_return_value): Error on IEEE Quad floats.
1949
1950 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
1951 (alpha_extract_struct_value_address): Likewise.
1952 (alpha_store_return_value): Likewise.
1953 (alpha_store_struct_return): Remove.
1954 (alpha_gdbarch_init): Update hook registration to match.
1955
1956 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
1957 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
1958 macros where appropriate.
1959 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
1960 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
1961
1962 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
1963 for SP, GP; void_func_ptr for PC; non-language-specific types
1964 for all others.
1965 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
1966
1967 2003-06-02 Richard Henderson <rth@redhat.com>
1968
1969 * top.h (lim_at_start): Declare.
1970 * main.c (captured_main): Set it.
1971 * top.c (lim_at_start): Define.
1972 (command_loop): Use it instead of &environ.
1973 * event-top.c (command_handler): Likewise.
1974
1975 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
1976
1977 * mipsnbsd-tdep.c: Update copyright years.
1978 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
1979
1980 2003-06-01 Richard Henderson <rth@redhat.com>
1981
1982 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
1983 (alpha-linux-tdep.o): Update dependencies.
1984 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
1985 * alpha-mdebug-tdep.c: Remove unneeded includes.
1986
1987 2003-06-01 Richard Henderson <rth@redhat.com>
1988
1989 * alpha-tdep.c (alpha_register_reggroup_p): New.
1990 (alpha_gdbarch_init): Register it.
1991
1992 2003-06-02 Andrew Cagney <cagney@redhat.com>
1993
1994 * dwarfread.c: Eliminate "register"
1995 (decode_die_type): Eliminate assignment within "if".
1996 (struct_type, decode_array_element_type): Ditto.
1997 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
1998 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
1999 (decode_modified_type, completedieinfo): Ditto.
2000 * block.c: Eliminate "register".
2001 (blockvector_for_pc_sect): Eliminate assignment within "if".
2002 * cp-support.h (struct symbol): Opaque declaration.
2003 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
2004
2005 2003-06-01 Richard Henderson <rth@redhat.com>
2006
2007 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
2008 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
2009
2010 2003-06-01 Adam Fedor <fedor@gnu.org>
2011
2012 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
2013 * gdbarch.[ch]: Regenerate.
2014 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
2015 (hppa_gdbarch_init): Set it in the gdbarch vector.
2016 * i386-tdep.c (i386_fetch_pointer_argument): New
2017 (i386_gdbarch_init): Set it into gdbarch.
2018 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
2019 (rs6000_gdbarch_init): Set it in gdbarch.
2020 * sparc-tdep.c (sparc_fetch_pointer_argument): New
2021 (sparc_gdbarch_init): Set it in gdbarch.
2022
2023 2003-06-01 Andrew Cagney <cagney@redhat.com>
2024
2025 * defs.h (extract_address): Delete declaration.
2026 * findvar.c (extract_address): Delete function.
2027 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
2028 extract_address with the inline equivalent,
2029 extract_unsigned_integer.
2030 (xstormy16_extract_struct_value_address): Ditto.
2031 (xstormy16_pointer_to_address): Ditto.
2032 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
2033 * v850-tdep.c (v850_push_arguments): Ditto.
2034 (v850_extract_return_value): Ditto.
2035 (v850_extract_struct_value_address): Ditto.
2036 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
2037 (sparcnbsd_get_longjmp_target_64): Ditto.
2038 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
2039 (get_longjmp_target): Ditto.
2040 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
2041 (sh64_extract_struct_value_address): Ditto.
2042 (sh_push_arguments): Ditto.
2043 (sh64_push_arguments): Ditto.
2044 * remote-vxsparc.c (vx_read_register): Ditto.
2045 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
2046 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
2047 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
2048 * mipsv4-nat.c (get_longjmp_target): Ditto.
2049 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
2050 * mips-nat.c (get_longjmp_target): Ditto.
2051 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
2052 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
2053 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
2054 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
2055 * irix5-nat.c (get_longjmp_target): Ditto.
2056 * irix4-nat.c (get_longjmp_target): Ditto.
2057 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
2058 (ia64_push_arguments): Ditto.
2059 * hpux-thread.c (hpux_thread_store_registers): Ditto.
2060 * h8300-tdep.c (h8300_push_arguments): Ditto.
2061 (h8300_store_return_value): Ditto.
2062 (h8300_extract_struct_value_address): Ditto.
2063 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
2064 (frv_push_arguments): Ditto.
2065 * avr-tdep.c (avr_pointer_to_address): Ditto.
2066 (avr_push_arguments): Ditto.
2067 * arm-tdep.c (arm_push_dummy_call): Ditto.
2068 (arm_get_longjmp_target): Ditto.
2069 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
2070 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
2071 (alpha_get_longjmp_target): Ditto.
2072
2073 * solib-irix.c (extract_mips_address): Inline extract_address,
2074 replacing it with extract_signed_integer.
2075 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
2076 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
2077 (first_link_map_member, open_symbol_file_object): Ditto.
2078 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
2079 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
2080 (LM_NEXT, LM_NAME): Ditto.
2081
2082 2003-06-01 Richard Henderson <rth@redhat.com>
2083
2084 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
2085 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
2086 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
2087 (alpha_cannot_store_register): Likewise.
2088 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
2089 * alpha-nat.c (supply_gregset): Likewise.
2090 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
2091
2092 2003-06-01 Andrew Cagney <cagney@redhat.com>
2093
2094 * infcall.c (call_function_by_hand): Update comment on
2095 DEPRECATED_DUMMY_WRITE_SP.
2096
2097 * mips-tdep.c (mips_gdbarch_init): Do not set
2098 deprecated_dummy_write_sp.
2099 (mips_eabi_push_dummy_call): Set the SP register.
2100 (mips_o64_push_dummy_call): Set the SP register.
2101 (mips_o32_push_dummy_call): Set the SP register.
2102 (mips_n32n64_push_dummy_call): Set the SP register.
2103
2104 2003-06-01 Richard Henderson <rth@redhat.com>
2105
2106 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
2107 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
2108 (supply_gregset): Likewise.
2109 * alpha-tdep.c (alpha_store_return_value): Likewise.
2110 (alpha_get_longjmp_target): Likewise.
2111 (alpha_register_name): Constify array.
2112 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
2113 deprecated_register_size, deprecated_register_bytes,
2114 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
2115 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
2116 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
2117
2118 2003-06-01 Richard Henderson <rth@redhat.com>
2119
2120 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
2121 from arg_reg_buffer to regcache to avoid double conversion.
2122
2123 2003-06-01 Mark Kettenis <kettenis@gnu.org>
2124
2125 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
2126 SP_REGNUM.
2127 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
2128 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
2129
2130 2003-06-01 Richard Henderson <rth@redhat.com>
2131
2132 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
2133 (decode_frame_entry): Set it. Skip FDE augmentation.
2134
2135 2003-06-01 Richard Henderson <rth@redhat.com>
2136
2137 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
2138 not overlapping PC_REGNUM.
2139
2140 2003-06-01 Richard Henderson <rth@redhat.com>
2141
2142 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
2143 alpha_push_arguments. Don't dump argument register data to
2144 the target stack. Fix float and 128-bit long double semantics.
2145 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
2146 (alpha_fix_call_dummy): Remove.
2147 (alpha_call_dummy_words): Remove.
2148 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
2149
2150 2003-06-01 Richard Henderson <rth@redhat.com>
2151
2152 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
2153
2154 2003-06-01 Andrew Cagney <cagney@redhat.com>
2155
2156 * mips-tdep.c (is_mips16_addr): New function.
2157 (make_mips16_addr, unmake_mips16_addr): New functions.
2158 (pc_is_mips16, mips_fetch_instruction): Use.
2159 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
2160 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
2161 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
2162 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
2163 TARGET_MIPS.
2164 * config/mips/tm-mips.h: Update copyright.
2165 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
2166 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
2167 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
2168 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
2169 (TM_PRINT_INSN_MACH): Delete.
2170 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
2171
2172 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
2173 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
2174 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
2175 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
2176 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
2177 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
2178 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
2179 mips*-*-riscos* and mips*-*-sysv* onto mips.
2180 * config/mips/mips64.mt: New file.
2181 * config/mips/mips.mt: New file.
2182 * config/mips/littlemips.mt: Delete file.
2183 * config/mips/decstation.mt: Delete file.
2184 * config/mips/vr4300el.mt: Delete file.
2185 * config/mips/vr5000el.mt: Delete file.
2186 * config/mips/vr5000.mt: Delete file.
2187 * config/mips/vr4100.mt: Delete file.
2188 * config/mips/vr4xxxel.mt: Delete file.
2189 * config/mips/vr4300.mt: Delete file.
2190 * config/mips/vr4xxx.mt: Delete file.
2191 * config/mips/bigmips.mt: Delete file.
2192 * config/mips/bigmips64.mt: Delete file.
2193 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
2194 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
2195 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
2196 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
2197 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
2198 "tm-bigmips.h".
2199 * config/mips/tm-irix3.h: Ditto.
2200 * config/mips/tm-mipsv4.h: Ditto.
2201 * config/mips/tm-embed.h: Ditto.
2202 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
2203 "tm-bigmips64.h".
2204 * config/mips/tm-vr5000el.h: Delete file.
2205 * config/mips/tm-tx39l.h: Delete file.
2206 * config/mips/tm-vr4300el.h: Delete file.
2207 * config/mips/tm-vr4xxxel.h: Delete file.
2208 * config/mips/tm-vr4300.h: Delete file.
2209 * config/mips/tm-vr4100.h: Delete file.
2210 * config/mips/tm-vr4xxx.h: Delete file.
2211 * config/mips/tm-vr5000.h: Delete file.
2212 * config/mips/tm-embedl64.h: Delete file.
2213 * config/mips/tm-embedl.h: Delete file.
2214 * config/mips/tm-embed64.h: Delete file.
2215 * config/mips/tm-bigmips64.h: Delete file.
2216 * config/mips/tm-bigmips.h: Delete file.
2217
2218 2003-06-01 Mark Kettenis <kettenis@gnu.org>
2219
2220 Fix gdb/1216.
2221 * shnbsd-nat.c: Include "sh-tdep.h".
2222
2223 From Richard Henderson <rth@redhat.com>:
2224 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
2225
2226 2003-05-31 Andrew Cagney <cagney@redhat.com>
2227
2228 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
2229 forward declaration.
2230 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
2231 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
2232 (mips_find_saved_regs): Use set_reg_offset.
2233 (mips_frame_init_saved_regs): Delete function.
2234 (mips_pop_frame): Call mips_find_saved_regs instead of
2235 DEPRECATED_FRAME_INIT_SAVED_REGS.
2236
2237 2003-05-31 Andrew Cagney <cagney@redhat.com>
2238
2239 * mips-tdep.c (mips_gdbarch_init): Do not set
2240 deprecated_max_register_raw_size, register_virtual_size, and
2241 deprecated_max_register_virtual_size.
2242
2243 2003-05-31 Mark Kettenis <kettenis@gnu.org>
2244
2245 * i386-tdep.c: Include "dwarf2-frame.h".
2246 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
2247 * Makefile.in (i386-tdep.o): Update dependencies.
2248
2249 * dwarf2-frame.c, dwarf2-frame.h: New files.
2250 * Makefile.in (SFILES): Add dwarf2-frame.c.
2251 (dwarf2_frame_h): Define.
2252 (COMMON_OBS): Add dwarf2-frame.o.
2253 (dwarf2-frame.o): Add dependencies.
2254
2255 2003-05-31 Andreas Jaeger <aj@suse.de>
2256
2257 * x86-64-linux-nat.c: Fix comment.
2258
2259 2003-05-31 Mark Kettenis <kettenis@gnu.org>
2260
2261 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
2262 function signature.
2263
2264 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
2265 have a sigcontext_addr handler.
2266 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
2267 sigcontext_addr handler.
2268
2269 2003-05-31 Andrew Cagney <cagney@redhat.com>
2270
2271 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
2272 (print_fp_register_row): Replace do_fp_register_row.
2273 (mips_print_fp_register): Add "file" and "frame" parameters.
2274 (mips_print_register): Add "file" and "frame" parameters.
2275 (mips_print_registers_info): Replace mips_do_registers_info.
2276 (mips_gdbarch_init): Set print_registers_info instead of
2277 deprecated_do_registers_info.
2278 (mips_read_fp_register_single): Add "frame" parameter.
2279 (mips_read_fp_register_double): Add "frame" parameter.
2280
2281 2003-05-31 Mark Kettenis <kettenis@gnu.org>
2282
2283 * i386-tdep.c (i386_register_name): Check for MMX registers first.
2284 Fixes a bug where GDB would print the wrong register names for
2285 targets without SSE.
2286
2287 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
2288 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
2289 registers.
2290
2291 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
2292 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
2293 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
2294 TDEP->sc_sp_offset.
2295
2296 From Michal Ludvig <mludvig@suse.cz>:
2297 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
2298 and `sc_num_regs'.
2299 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
2300 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
2301 I386_ST0_REGNUM): Move here from...
2302 * i386-tdep.c: ... here.
2303 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
2304 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
2305 registers if possible.
2306 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
2307 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
2308 Remove variables.
2309 (i386bsd_sc_reg_offset): New variable.
2310 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
2311 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
2312 TDEP->sc_sp_offset.
2313 (i386fbsd_sc_reg_offset): New variable.
2314 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
2315 TDEP->sc_num_regs.
2316 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
2317 variables.
2318 (i386fbsd4_sc_reg_offset): New variable.
2319 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
2320 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
2321 TDEP->sc_sp_offset.
2322 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
2323 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
2324 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
2325 Remove variables.
2326 (i386nbsd_sc_reg_offset): New variable.
2327 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
2328 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
2329 TDEP->sc_sp_offset.
2330 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
2331 Remove variables.
2332 (i386obsd_sc_reg_offset): New variable.
2333 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
2334 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
2335 TDEP->sc_sp_offset.
2336 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
2337 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
2338 for frame pointer offset in `struct sigcontext'.
2339
2340 2003-05-31 Andrew Cagney <cagney@redhat.com>
2341
2342 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
2343 architecture methods call_dummy_words, sizeof_call_dummy_words,
2344 push_return_address, store_struct_return, and fix_call_dummy. Set
2345 push_dummy_call instead of deprecated_push_arguments.
2346 (mips_store_struct_return): Delete function.
2347 (mips_fix_call_dummy): Delete function.
2348 (mips_push_return_address): Delete function.
2349 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
2350 RA_REGNUM and T9_REGNUM.
2351 (mips_n32n64_push_dummy_call): Ditto for
2352 mips_n32n64_push_arguments.
2353 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
2354 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
2355
2356 2003-05-31 Andrew Cagney <cagney@redhat.com>
2357
2358 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
2359 "dummy_addr" to "bp_addr".
2360 * infcall.c (call_function_by_hand): Pass "funaddr" to
2361 gdbarch_push_dummy_call.
2362 * gdbarch.h, gdbarch.c: Re-generate.
2363 * i386-tdep.c (i386_push_dummy_call): Update.
2364 * arm-tdep.c (arm_push_dummy_call): Update.
2365 * d10v-tdep.c (d10v_push_dummy_call): Update.
2366
2367 2003-05-31 Mark Kettenis <kettenis@gnu.org>
2368
2369 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
2370 variable declarations.
2371 (x86_64_register_number, x86_64_register_name): Remove prototypes.
2372 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
2373 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
2374 x86_64_init_frame_pc, x86_64_init_frame_pc,
2375 x86_64_function_has_prologue): Remove prototypes.
2376 (X86_64_NUM_GREGS): New define.
2377 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
2378 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
2379 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
2380 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
2381 XMM1_REGNUM): Remove defines.
2382 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
2383 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
2384 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
2385 X86_64_XMM1_REGNUM): New defines.
2386 (struct x86_64_register_info): Renamed from `struct
2387 register_info'. Remove `size' member.
2388 (x86_64_register_info_table): Remove variable.
2389 (x86_64_register_info): New variable.
2390 (X86_64_NUM_REGS): New define.
2391 (X86_64_NUM_GREGS): Remove define.
2392 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
2393 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
2394 Remove variables.
2395 (x86_54_dwarf2_reg_to_regnum): Remove function.
2396 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
2397 (x86_64_dwarf_reg_to_regnum): New function.
2398 (x86_64_register_name): Rewrite.
2399 (x86_64_register_raw_size): Remove function.
2400 (x86_64_register_byte_table): Remove variable.
2401 (x86_64_register_byte): Remove function.
2402 (x86_64_register_virtual_type): Remove function.
2403 (x86_64_register_type): New function.
2404 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
2405 x86_64_register_convert_to_raw): Remove functions.
2406 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
2407 (x86_64_use_struct_convention): Make static. Adjust for renamed
2408 defines.
2409 (x86_64_frame_init_saved_regs): Remove function.
2410 (x86_64_push_arguments): Make static. Change to accept a regcache
2411 as argument.
2412 (x86_64_store_return_value, x86_64_extract_return_value): Make
2413 static. Rewrite based on i386 counterparts.
2414 (x86_64_push_dummy_call): New function.
2415 (X86_64_NUM_SAVED_REGS): New define.
2416 (x86_64_register_number): Remove function.
2417 (x86_64_store_struct_return): Remove function.
2418 (x86_64_frameless_function_invocation,
2419 x86_64_function_has_prologue): Remove functions.
2420 (PROLOG_BUFSIZE): Remove define.
2421 (struct x86_64_frame_cache): New structure.
2422 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
2423 x86_64_frame_cache, x86_64_frame_this_id,
2424 x86_64_frame_prev_register, x86_64_frame_p,
2425 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
2426 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
2427 functions.
2428 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
2429 variables.
2430 (x86_64_skip_prologue): Rewrite in terms of
2431 x86_64_analyze_prologue.
2432 (x86_64_frame_base_address): New function.
2433 (x86_64_frame_base): New variable.
2434 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
2435 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
2436 set deprecated_fp_regnum, deprecated_register_size,
2437 deprecated_register_bytes, register_raw_size, register_byte,
2438 register_virtual_type, register_convertiable,
2439 register_convert_to_virtual, convert_to_raw,
2440 deprecated_get_saved_register, deprecated_target_read_fp,
2441 deprecated_push_arguments, deprecated_push_return_address,
2442 deprecated_pop_frame, deprecated_store_struct_return,
2443 deprecated_frame_init_saved_regs, deprecated_frame_chain,
2444 frameless_function_invocation, deprecated_frame_saved_pc,
2445 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
2446 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
2447 deprecated_init_frame_pc and virtual_frame_pointer. Call
2448 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
2449 and x86_64_frame_p. Call frame_base_set_default to register
2450 x86_64_frame_base.
2451 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
2452 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
2453 (_initialize_x86_64_tdep): Remove function.
2454 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
2455 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
2456 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
2457 define.
2458 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
2459 (x86_64_linux_sigcontext_addr): Rewrite.
2460 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
2461 x86_64_linux_frame_saved_pc): Remove functions.
2462 (x86_64_linux_pc_in_sigtramp): Renamed from
2463 x86_64_linux_in_sigtramp. Try harder to recognize a signal
2464 trampoline.
2465 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
2466 Remove_functions.
2467 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
2468 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
2469 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
2470 (x86_64_regmap): Rename to regmap.
2471 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
2472 x86_64_num_gregs.
2473 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
2474 x86_64_regmap.
2475 (x86_64_fxsave_offset): Remove function.
2476 (supply_fpregset): Simply call x86_64_supply_fxsave.
2477 (fill_fpregset): Simply call x86_64_fill_fxsave.
2478 (fetch_inferior_registers, store_inferior_registers): Avoid
2479 asignment in if-statement.
2480 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
2481 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
2482 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
2483 (fetch_core_registers): Remove function.
2484 (linux_elf_core_fns): Remove.
2485 (offsetoff): Don't define.
2486 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
2487 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
2488 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
2489 add core-regset.o.
2490 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
2491 protection against multiple includes instead of NM_X86_64_h. Add
2492 various comments. Include "config/nm-linux.h". Don't include
2493 <signal.h>.
2494 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
2495 GET_THREAD_SIGNALS): Remove defines.
2496 (x86_64_register_u_addr, kernel_u_size,
2497 lin_thread_get_thread_signals): Remove prototypes.
2498 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
2499 [HAVE_LINK_H]: Don't include "solib.h".
2500 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
2501 * config/i386/tm-x86-64linux.h: Fix comments.
2502 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
2503 x86-64-tdep.o): Update dependencies.
2504
2505 2003-05-30 Andrew Cagney <cagney@redhat.com>
2506
2507 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
2508 Change parameter type to a "struct regcache *".
2509
2510 * gdbarch.sh: Regardless of the multi-arch level, always define
2511 the macro when not already defined.
2512 * gdbarch.h, gdbarch.c: Re-generate.
2513
2514 2003-05-30 Richard Henderson <rth@redhat.com>
2515
2516 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
2517 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
2518 (alpha_mdebug_frame_this_id): Likewise.
2519 (alpha_mdebug_frame_prev_register): Likewise.
2520 (alpha_mdebug_frame_base_address): Likewise.
2521 (alpha_mdebug_frame_locals_address): Likewise.
2522 (alpha_mdebug_frame_args_address): Likewise.
2523 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
2524 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
2525 (alpha_heuristic_frame_unwind_cache): Make static; add missing
2526 loop increment.
2527 (alpha_heuristic_frame_this_id): Make static.
2528 (alpha_heuristic_frame_prev_register): Likewise.
2529 (alpha_heuristic_frame_base_address): Likewise.
2530 * alpha-tdep.h: Update.
2531
2532 2003-05-30 Mark Kettenis <kettenis@gnu.org>
2533
2534 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
2535 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
2536 defenitions.
2537 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
2538 * i386-tdep.c: Mark functions that are 64-bit safe as such.
2539 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
2540 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
2541 I386_ST0_REGNUM): New defines.
2542 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
2543 codestream_get): Remove define.
2544 (codestream_next_addr, condestream_addr, condestream_buf,
2545 codestream_off, codestream_cnt): Remove variables.
2546 (codestream_fill, codestream_seek, codestream_read): Remove
2547 functions.
2548 (i386_follow_jump): Rewrite to avoid usage of removed codestream
2549 functionality.
2550 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
2551 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
2552 i386_frame_saved_pc, i386_saved_pc_after_call,
2553 i386_frame_num_args, i386_frame_init_saved_regs,
2554 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
2555 i386_push_arguments): Remove functions.
2556 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
2557 functionality. Use i386_analyze_prologue instead of
2558 i386_get_frame_setup.
2559 (I386_NUM_SAVED_REGS): New define.
2560 (struct i386_frame_cache): New structure.
2561 (i386_alloc_frame_cache, i386_analyze_struct_return,
2562 i386_skip_probe, i386_analyze_frame_setup,
2563 i386_analyze_register_saves, i386_analyze_prologue,
2564 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
2565 i386_frame_prev_register, i386_sigtramp_frame_cache,
2566 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
2567 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
2568 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
2569 New functions.
2570 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
2571 New variables.
2572 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
2573 I386_EAX_REGNUM and I386_EDX_REGNUM.
2574 (i386_extract_return_value, i386_store_return_value): Use
2575 I386_ST0_REGNUM where appropriate.
2576 (i386_extract_struct_value_address): Rewrite to use extract_address.
2577 (i386_svr4_pc_in_sigtramp): Add comment.
2578 (i386_svr4_sigcontext_addr): Rewrite.
2579 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
2580 TDEP->sc_sp_offset.
2581 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
2582 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
2583 of new defines. Set push_dummy_call, don't set
2584 deprecated_push_arguments, deprecated_push_return_address,
2585 deprecated_pop_frame. Don't set parm_boundary. Don't set
2586 deprecated_frame_chain, deprecated_frame_saved_pc,
2587 deprecated_saved_pc_after_call. Set unwind_dummy_id,
2588 save_dummy_frame_tos, unwind_pc. Call
2589 frame_unwind_append_predicate and frame_base_set_default. Don't
2590 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
2591 Don't set frameless_function_invocation. Don't set
2592 deprecated_register_bytes, deprecated_register_size,
2593 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
2594 * i386-linux-tdep.c: Fix formatting in some comments.
2595 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
2596 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
2597 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
2598 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
2599 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
2600 redundant parentheses.
2601 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
2602 (i386_linux_sigcontext_addr): Use it. Rewrite.
2603 (find_minsym_and_objfile): Change name of second argument.
2604 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
2605 changed. Use frame_pc_unwind instead of
2606 DEPRECATED_SAVED_PC_AFTER_CALL.
2607 (i386_linux_init_abi): Don't set deprecated_register_bytes.
2608 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
2609 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
2610 unwinder.
2611 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
2612 "dummy-frame.h".
2613 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
2614 (_initialize_i386_cygwin_tdep): New prototype.
2615 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
2616 deprecated_frame_chain_valid.
2617 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
2618 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
2619 Rely on the SVR4 defaults.
2620 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
2621 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
2622
2623 2003-05-30 Andrew Cagney <cagney@redhat.com>
2624
2625 * infcall.c (call_function_by_hand): Always call
2626 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
2627
2628 2003-05-30 Richard Henderson <rth@redhat.com>
2629
2630 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
2631 increment.
2632
2633 2003-05-29 Jim Blandy <jimb@redhat.com>
2634
2635 Use gdbarch methods for solib stuff on PowerPC Linux.
2636 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
2637 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
2638 show through.
2639 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2640 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
2641 giving the same effect as the #definitions above.
2642
2643 2003-05-29 Adam Fedor <fedor@gnu.org>
2644
2645 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
2646 (find_implementation_from_class): Replace it with the standard
2647 case i.e. do nothing.
2648
2649 2003-05-29 Richard Henderson <rth@redhat.com>
2650
2651 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
2652 (alpha_linux_sigtramp_offset): Use it. Make static.
2653 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
2654 update for new frame model.
2655 * alpha-mdebug-tdep.c: New file.
2656 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
2657 (alpha_osf1_init_abi): Install it.
2658 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
2659 (linked_proc_desc_table): Remove.
2660 (alpha_frame_past_sigtramp_frame): Remove.
2661 (alpha_dynamic_sigtramp_offset): Remove.
2662 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
2663 (alpha_proc_desc_is_dyn_sigtramp): Remove.
2664 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
2665 (push_sigtramp_desc): Remove.
2666 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
2667 (alpha_cannot_store_register): Likewise.
2668 (alpha_sigcontext_addr): Remove.
2669 (alpha_find_saved_regs): Remove.
2670 (alpha_frame_init_saved_regs): Remove.
2671 (alpha_init_frame_pc_first): Remove.
2672 (read_next_frame_reg): Remove.
2673 (alpha_frame_saved_pc): Remove.
2674 (alpha_saved_pc_after_call): Remove.
2675 (temp_proc_desc, temp_saved_regs): Remove.
2676 (alpha_about_to_return): Remove.
2677 (cached_proc_desc): Remove.
2678 (alpha_frame_chain): Remove.
2679 (alpha_print_extra_frame_info): Remove.
2680 (alpha_init_extra_frame_info): Remove.
2681 (alpha_frame_locals_address): Remove.
2682 (alpha_frame_args_address): Remove.
2683 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
2684 (alpha_push_dummy_frame): Remove.
2685 (alpha_pop_frame): Remove.
2686 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
2687 (alpha_read_insn): New.
2688 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
2689 for different insn encodings.
2690 (alpha_in_lenient_prologue): Remove.
2691 (struct alpha_sigtramp_unwind_cache): New.
2692 (alpha_sigtramp_frame_unwind_cache): New.
2693 (alpha_sigtramp_register_address): New.
2694 (alpha_sigtramp_frame_this_id): New.
2695 (alpha_sigtramp_frame_prev_register): New.
2696 (alpha_sigtramp_frame_unwind): New.
2697 (alpha_sigtramp_frame_p): New.
2698 (struct alpha_heuristic_unwind_cache): New.
2699 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
2700 don't count nop insns that occur between functions.
2701 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
2702 heuristic_proc_desc, but without the mdebug wrapping.
2703 (alpha_heuristic_frame_this_id): New.
2704 (alpha_heuristic_frame_prev_register): New.
2705 (alpha_heuristic_frame_unwind): New.
2706 (alpha_heuristic_frame_p): New.
2707 (alpha_heuristic_frame_base_address): New.
2708 (alpha_heuristic_frame_base): New.
2709 (alpha_unwind_dummy_id): New.
2710 (alpha_unwind_pc): New.
2711 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
2712 frame related deprecated initializations; install replacements.
2713 (alpha_dump_tdep): Remove.
2714 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
2715 (alpha_read_insn, alpha_after_prologue,
2716 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
2717 alpha_heuristic_frame_prev_register,
2718 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
2719 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
2720 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
2721 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
2722
2723 2003-05-29 Andrew Cagney <cagney@redhat.com>
2724
2725 * gdb_assert.h (gdb_assert_fail): Provide different definitions
2726 dependant on the availability of ASSERT_FUNCTION.
2727 (ASSERT_FUNCTION): Do not define when there is no function name.
2728
2729 2003-05-29 Kevin Buettner <kevinb@redhat.com>
2730
2731 From Jimi X <jimix@watson.ibm.com>:
2732 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
2733
2734 2003-05-28 Jim Blandy <jimb@redhat.com>
2735
2736 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
2737 argument to ptrace to int; the system headers should give it the
2738 right type, and pointers don't fit in ints on powerpc64-*-*.
2739
2740 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
2741
2742 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
2743 DW_TAG_catch_block.
2744
2745 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
2746
2747 * stabsread.c (dbx_lookup_type): Make static.
2748 (read_type): Ditto.
2749 (add_undefined_type): Ditto.
2750 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
2751 not export.
2752
2753 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
2754
2755 * hpread.c (hpread_has_name): Make static.
2756 (hpread_psymtab_to_symtab): Ditto.
2757 (file_exists): Ditto.
2758 (hpread_call_pxdb): Ditto.
2759 (hpread_pxdb_needed): Ditto.
2760 (hpread_quick_traverse): Ditto.
2761 (hpread_get_header): Ditto.
2762 (hpread_get_lntt): Ditto.
2763 (hpread_get_slt): Ditto.
2764 (class_of): Ditto.
2765
2766 2003-05-25 Andreas Schwab <schwab@suse.de>
2767
2768 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
2769 stack_align and deprecated_extra_stack_alignment_needed.
2770 (m68k_stack_align): Delete.
2771
2772 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
2773 (m68k_register_virtual_size): Likewise.
2774 (altos_skip_prologue): Remove obsolete function.
2775 (isi_frame_num_args): Likewise.
2776 (news_frame_num_args): Likewise.
2777 (m68k_fix_call_dummy): Make static.
2778 (m68k_push_dummy_frame): Likewise.
2779 (m68k_pop_frame): Likewise.
2780 (m68k_skip_prologue): Likewise.
2781 (m68k_frame_init_saved_regs): Likewise.
2782 (m68k_saved_pc_after_call): Likewise.
2783 (m68k_get_longjmp_target): Make multi-arch.
2784 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
2785 structure. Register m68k_get_longjmp_target if enabled.
2786 * m68k-tdep.h (struct gdbarch_tdep): Define.
2787 * config/m68k/tm-m68k.h: Don't include "regcache.h".
2788
2789 * Makefile.in (config.status): Also depend on configure.tgt
2790 and configure.host.
2791 (m68klinux-tdep.o): Update dependencies.
2792 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
2793 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
2794 (M68K_LINUX_JB_PC): Define.
2795 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
2796 and take additional parameter.
2797 (m68k_linux_sigtramp_saved_pc): Update.
2798 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
2799 m68k_linux_pc_in_sigtramp, in_plt_section,
2800 find_solib_trampoline_target.
2801 * config/m68k/tm-linux.h: Don't include any tm headers.
2802 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
2803 (JB_ELEMENT_SIZE): Likewise.
2804 (JB_PC): Likewise.
2805 (GET_LONGJMP_TARGET): Likewise.
2806 (IN_SIGTRAMP): Likewise.
2807 (SVR4_SHARED_LIBS): Define this and include "solib.h".
2808
2809 2003-05-25 Mark Kettenis <kettenis@gnu.org>
2810
2811 * sparc-tdep.c (sparc32_do_push_arguments): New function.
2812 (sparc32_push_arguments): Re-implement by calling
2813 sparc32_do_push_arguments.
2814
2815 2003-05-25 Mark Kettenis <kettenis@gnu.org>
2816
2817 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
2818 SPARC_O1_REGNUM): New defines.
2819 (sparc32_extract_return_value): Rewrite to operate on a regcache.
2820 (sparc32_store_return_value): New function.
2821 (sparc_extract_struct_value_address): Rewrite to operate on a
2822 regcache.
2823 (sparc_gdbarch_init): Don't set
2824 deprecated_extract_struct_value_address. Set
2825 extract_struct_value_address instead. Don't set
2826 deprecated_extract_return_value and deprecated_store_return_value
2827 for 32-bit targets. Set extract_return_value and
2828 store_return_value instead.
2829 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
2830 DEPRECTAED_EXTRACT_RETURN_VALUE,
2831 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
2832 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
2833 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
2834 (sparc_store_return_value): Remove prototype.
2835 (sparc32_store_return_value): New prototype.
2836 (sparc32_extract_return_value, sparc_extract_struct_value_address):
2837 Adjust prototypes.
2838
2839 2003-05-24 Mark Kettenis <kettenis@gnu.org>
2840
2841 * sparcnbsd-tdep.c: Include "gdb_string.h".
2842
2843 2003-05-23 Andrew Cagney <cagney@redhat.com>
2844
2845 * p-valprint.c (pascal_val_print): Replace extract_address with
2846 the inline equivalent extract_unsigned_integer.
2847 * jv-valprint.c (java_value_print): Ditto.
2848 * ada-valprint.c (ada_val_print_1): Ditto.
2849 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
2850
2851 2003-05-23 Theodore A. Roth <troth@openavr.org>
2852
2853 * blockframe.c (frameless_look_for_prologue): Remove unused
2854 after_prologue variable.
2855
2856 2003-05-23 Mark Kettenis <kettenis@gnu.org>
2857
2858 * blockframe.c (get_pc_function_start): Rewrite to avoid
2859 asignments in if-statements.
2860
2861 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
2862
2863 Committed by Elena Zannoni <ezannoni@redhat.com>.
2864 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
2865 files, don't relocate absolute symbols (and do use mst_abs).
2866
2867 2003-05-23 Andrew Cagney <cagney@redhat.com>
2868
2869 * objc-lang.c: Include "gdb_assert.h".
2870 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
2871 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
2872 (gdb_check, gdb_check_fatal): Delete functions.
2873 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
2874 gdb_assert.
2875 (parse_selector, parse_method, find_methods, find_imps): Ditto.
2876 * Makefile.in (objc-lang.o): Update dependencies.
2877
2878 2003-05-22 Ian Lance Taylor <ian@airs.com>
2879
2880 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
2881 with fprintf_filtered, not fprintf_unfiltered.
2882
2883 2003-05-22 Andrew Cagney <cagney@redhat.com>
2884
2885 * stack.c (frame_info): Inline extract_address, replacing it with
2886 extract_unsigned_integer.
2887 * findvar.c (unsigned_pointer_to_address): Ditto.
2888 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
2889 * dwarf2expr.c (dwarf2_read_address): Ditto.
2890 * frame.c (frame_pc_unwind): Update comment.
2891 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
2892
2893 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
2894
2895 * infptrace.c (detach): Call print_sys_errmsg rather than
2896 perror_with_name to issue warning message when errno is non-zero
2897 after calling ptrace detach.
2898
2899 2003-05-21 J. Brobecker <brobecker@gnat.com>
2900
2901 * config/pa/tm-hppa.h: Delete some unused macros. Move some
2902 macro definitions from here...
2903 * hppa-tdep.c: ...to there.
2904
2905 2003-05-20 Kevin Buettner <kevinb@redhat.com>
2906
2907 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
2908 register_ptrace_addr(). Fix all callers.
2909
2910 2003-05-21 Andreas Schwab <schwab@suse.de>
2911
2912 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
2913 dependencies.
2914 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
2915 end.
2916 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
2917 (_initialize_m68k_linux_tdep): New function.
2918 (m68k_linux_frame_saved_pc): Make static.
2919 (m68k_linux_extract_return_value): Likewise.
2920 (m68k_linux_store_return_value): Likewise.
2921 (m68k_linux_extract_struct_value_address): Likewise.
2922 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
2923 Remove.
2924 (DEPRECATED_STORE_RETURN_VALUE): Remove.
2925 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
2926 (DEPRECATED_FRAME_SAVED_PC): Remove.
2927
2928 2003-05-20 Kris Warkentin <kewarken@qnx.com>
2929
2930 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
2931 regset numbering rather than our own.
2932
2933 2003-05-19 David Carlton <carlton@bactrian.org>
2934
2935 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
2936
2937 2003-05-19 David Carlton <carlton@bactrian.org>
2938
2939 Partial fix for PR c++/827.
2940 * cp-support.h: Include symtab.h.
2941 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
2942 * cp-namespace.c: Update contributors.
2943 (cp_lookup_symbol_nonlocal): New.
2944 (lookup_namespace_scope, cp_lookup_symbol_namespace)
2945 (lookup_symbol_file): Ditto.
2946 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
2947 * block.h: Declare block_scope, block_using, block_global_block.
2948 * block.c (block_scope): New.
2949 (block_using, block_global_block): Ditto.
2950 * Makefile.in (cp_support_h): Depend on symtab_h.
2951 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
2952
2953 2003-05-19 David Carlton <carlton@bactrian.org>
2954
2955 * language.h (struct language_defn): Add 'la_value_of_this'
2956 and 'la_lookup_symbol_nonlocal' members.
2957 * symtab.h: Declare basic_lookup_symbol_nonlocal,
2958 lookup_symbol_static, lookup_symbol_global,
2959 lookup_symbol_aux_block.
2960 * symtab.c (lookup_symbol_aux): Call language hooks to determine
2961 if we should search fields of this and how to do static/global
2962 lookup.
2963 (lookup_symbol_aux_block): Make extern.
2964 (basic_lookup_symbol_nonlocal): New.
2965 (lookup_symbol_static, lookup_symbol_global): Ditto.
2966 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
2967 'la_lookup_symbol_nonlocal' members.
2968 * c-lang.c (c_language_defn, cplus_language_defn)
2969 (asm_language_defn, minimal_language_defn): Ditto.
2970 * jv-lang.c (java_language_defn): Ditto.
2971 * language.c (unknown_language_defn, auto_language_defn)
2972 (local_language_defn): Ditto.
2973 * m2-lang.c (m2_language_defn): Ditto.
2974 * objc-lang.c (objc_language_defn): Ditto.
2975 * scm-lang.c (scm_language_defn): Ditto.
2976 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
2977 * p-lang.c (pascal_language_defn): Ditto for both.
2978 * Makefile.in (f-lang.o): Depend on value_h.
2979 (p-lang.o): Ditto.
2980
2981 2003-05-19 David Carlton <carlton@bactrian.org>
2982
2983 * block.h: Declare block_static_block.
2984 * block.c (block_static_block): New.
2985 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
2986 lookup_symbol_aux_local, calling block_static_block instead.
2987 (lookup_symbol_aux_local): Delete 'static_block' argument.
2988
2989 2003-05-19 David Carlton <carlton@bactrian.org>
2990
2991 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
2992
2993 2003-05-19 Michal Ludvig <mludvig@suse.cz>
2994
2995 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
2996 register numbers mapping.
2997
2998 2003-05-18 Adam Fedor <fedor@gnu.org>
2999
3000 * symtab.c (completion_list_objc_symbol): New function.
3001 (make_symbol_completion_list): Use it to add ObjC symbols
3002 when looking though the list.
3003 (language_search_unquoted_string): New function.
3004 (make_file_symbol_completion_list): Use it.
3005
3006 2003-05-18 Andreas Schwab <schwab@suse.de>
3007
3008 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
3009 dependencies.
3010 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
3011 as m68k_linux_extract_return_value.
3012 (DEPRECATED_STORE_RETURN_VALUE): Define as
3013 m68k_linux_store_return_value.
3014 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
3015 m68k_linux_extract_struct_value_address.
3016 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
3017 get_next_frame, get_frame_base, get_frame_pc.
3018 (m68k_linux_frame_saved_pc): Use get_frame_base.
3019 (m68k_linux_extract_return_value): New function.
3020 (m68k_linux_store_return_value): New function.
3021 (m68k_linux_extract_struct_value_address): New function.
3022 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
3023
3024 * c-exp.y (typebase): Remove duplicate occurence of
3025 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
3026 of lookup_signed_typename.
3027
3028 2003-05-18 Mark Kettenis <kettenis@gnu.org>
3029
3030 * dwarf2loc.c (find_location_expression): Change type of second
3031 argument to `size_t *'.
3032 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
3033 for size variable.
3034
3035 2003-05-18 David Carlton <carlton@bactrian.org>
3036
3037 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
3038 'linkage_name'. Add comment.
3039 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
3040 'linkage_name'.
3041 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
3042 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
3043 (lookup_block_symbol): Ditto.
3044
3045 2003-05-16 Andrew Cagney <cagney@redhat.com>
3046
3047 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
3048 * gdbarch.h, gdbarch.c: Re-generate.
3049 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
3050 * TODO (REGISTER_BYTES): Delete reference.
3051 * alpha-tdep.c (alpha_gdbarch_init): Update.
3052 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3053 * x86-64-tdep.c (x86_64_init_abi): Update.
3054 * vax-tdep.c (vax_gdbarch_init): Update.
3055 * v850-tdep.c (v850_gdbarch_init): Update.
3056 * sparc-tdep.c (sparc_gdbarch_init): Update.
3057 * sh-tdep.c (sh_gdbarch_init): Update.
3058 * s390-tdep.c (s390_gdbarch_init): Update.
3059 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3060 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
3061 (ns32k_gdbarch_init_32382): Update.
3062 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3063 * mcore-tdep.c (mcore_gdbarch_init): Update.
3064 * m68k-tdep.c (m68k_gdbarch_init): Update.
3065 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3066 * ia64-tdep.c (ia64_gdbarch_init): Update.
3067 * i386-tdep.c (i386_gdbarch_init): Update.
3068 * i386-linux-tdep.c (i386_linux_init_abi): Update.
3069 * hppa-tdep.c (hppa_gdbarch_init): Update.
3070 * h8300-tdep.c (h8300_gdbarch_init): Update.
3071 * frv-tdep.c (frv_gdbarch_init): Update.
3072 * cris-tdep.c (cris_gdbarch_init): Update.
3073 * avr-tdep.c (avr_gdbarch_init): Update.
3074 * arm-tdep.c (arm_gdbarch_init): Update.
3075 * sparc-tdep.c (sparc_pop_frame): Update.
3076 * rs6000-tdep.c (rs6000_pop_frame): Update.
3077 * remote.c (init_remote_state): Update.
3078 (remote_prepare_to_store): Update.
3079 * remote-vx.c (vx_prepare_to_store): Update.
3080 * remote-sds.c (sds_fetch_registers): Update.
3081 (sds_prepare_to_store): Update.
3082 * remote-array.c: Update.
3083 * regcache.c (init_legacy_regcache_descr): Update.
3084 (init_regcache_descr): Update.
3085 * mips-tdep.c (mips_eabi_extract_return_value): Update.
3086 (mips_o64_extract_return_value): Update.
3087 * irix5-nat.c (fetch_core_registers): Update.
3088 * irix4-nat.c (fetch_core_registers): Update.
3089 * i386-tdep.h: Update.
3090 * hppa-tdep.c (pa_do_registers_info): Update.
3091 (pa_do_strcat_registers_info): Update.
3092 * cris-tdep.c (cris_register_bytes_ok): Update.
3093 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
3094 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
3095 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
3096 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
3097 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
3098 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
3099 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
3100 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
3101 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
3102 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
3103 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
3104 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
3105 (REGISTER_BYTES_OK): Update.
3106 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
3107 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
3108
3109 2003-05-16 Ian Lance Taylor <ian@airs.com>
3110
3111 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
3112 (vax_print_insn, print_insn_arg): Remove static functions.
3113 (vax_gdbarch_init): Call set_gdbarch_print_insn with
3114 print_insn_vax from opcodes library.
3115 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
3116
3117 2003-05-15 Andrew Cagney <cagney@redhat.com>
3118
3119 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
3120 * target.h (memory_breakpoint_from_pc): Delete declaration.
3121 * mem-break.c (memory_breakpoint_from_pc): Delete function.
3122 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
3123 * monitor.c (monitor_insert_breakpoint): Use
3124 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
3125 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
3126 * gdbarch.h, gdbarch.c: Re-generate.
3127 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
3128 (sparc_gdbarch_init): Set breakpoint_from_pc to
3129 sparc_breakpoint_from_pc.
3130 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
3131 (BREAKPOINT_FROM_PC): Define.
3132 (sparc_breakpoint_from_pc): Declare.
3133 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
3134 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
3135 (BREAKPOINT_FROM_PC): Define.
3136 (BREAKPOINT): Delete macro.
3137 * target.h: Update comment.
3138 * s390-tdep.c (s390_gdbarch_init): Update comments.
3139 * remote.c: Update comments.
3140 * remote-mips.c: Update comments.
3141 * proc-api.c (write_with_trace): Do not check for a breakpoint.
3142 * mem-break.c: Update comment.
3143 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
3144 (ia64_memory_insert_breakpoint): Update.
3145 * config/sparc/tm-sparc.h: Update comment.
3146 * config/pa/tm-hppa64.h: Update comment.
3147 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
3148 (rs6000_breakpoint_from_pc): Update.
3149 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
3150 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
3151 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
3152 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
3153 (mips_breakpoint_from_pc): Update.
3154 (mips_dump_tdep): Update.
3155
3156 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
3157 * minsyms.c (lookup_minimal_symbol): Inline
3158 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
3159
3160 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
3161 * p-valprint.c (pascal_object_print_value_fields): Ditto.
3162 * p-lang.c (pascal_printstr): Ditto.
3163 * objc-lang.c (objc_printstr): Ditto.
3164 * m2-lang.c (m2_printstr): Ditto.
3165 * jv-valprint.c (java_print_value_fields): Ditto.
3166 * f-lang.c (f_printstr): Ditto.
3167 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
3168 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
3169 for repeat_count_threshold.
3170 * Makefile.in (cp-valprint.o): Update dependencies.
3171
3172 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
3173
3174 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
3175 (examine_prologue): Support looking through leaf functions, knowing
3176 they start with mov r2,r12. Support skipping over indirect stores
3177 of the input registers. Upon hitting a non-nop branch instruction
3178 or predicated instruction, bail out by setting lim_pc to the current
3179 pc value in the loop. At the end, if the lim_pc value is still
3180 beyond our calculated value and we have trust_limit set,
3181 use the lim_pc value.
3182
3183 2003-05-15 Andrew Cagney <cagney@redhat.com>
3184
3185 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
3186 generic_find_dummy_frame.
3187 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
3188 (deprecated_generic_find_dummy_frame): Update.
3189 (deprecated_read_register_dummy): Update.
3190 * frame.c (deprecated_generic_get_saved_register): Update.
3191
3192 2003-05-15 Theodore A. Roth <troth@openavr.org>
3193
3194 * avr-tdep.c (avr_breakpoint_from_pc): New function.
3195 (avr_gdbarch_init): Set breakpoint_from_pc method.
3196
3197 2003-05-15 Andrew Cagney <cagney@redhat.com>
3198
3199 * regcache.c (build_regcache): Set deprecated_register_valid
3200 directly.
3201 (deprecated_grub_regcache_for_register_valid): Delete function.
3202 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
3203 declaration.
3204
3205 2003-05-15 David Carlton <carlton@bactrian.org>
3206
3207 Committed by Elena Zannoni <ezannoni@redhat.com>
3208 * symtab.c (lookup_symbol_aux): Delete calls to
3209 lookup_symbol_aux_minsyms.
3210 (lookup_symbol_aux_minsyms): Comment out function and
3211 prototype. Delete lookup by mangled name.
3212
3213 2003-05-14 Kevin Buettner <kevinb@redhat.com>
3214
3215 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
3216 correctly indicate an empty stack and ``stack_allocated'' to the
3217 indicate the number of elements initially allocated.
3218 (dwarf_expr_grow_stack): Simplify method for computing new
3219 stack size. Don't loop infinitely if ``stack_len'' is zero.
3220 (execute_stack_op): Move ``ctx->in_reg'' initialization
3221 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
3222 be used in conjuction with DW_OP_piece. Revise error message
3223 accordingly.
3224
3225 2003-05-14 Theodore A. Roth <troth@openavr.org>
3226
3227 * MAINTAINERS: Update my email address.
3228 * avr-tdep.c: Ditto.
3229
3230 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
3231
3232 * symtab.h (enum domain_enum): Rename from namespace_enum.
3233 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
3234 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
3235 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
3236 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
3237 TYPES_NAMESPACE, METHODS_NAMESPACE.
3238 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
3239 (struct symbol, struct partial_symbol): Rename field
3240 'namespace_enum namespace' to 'domain_enum domain'.
3241 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
3242 Delete old define kludge for namespace.
3243
3244 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
3245 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
3246 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
3247 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
3248 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
3249 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
3250 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
3251 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
3252 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
3253 occurrences of the above.
3254
3255 2003-05-14 Ian Lance Taylor <ian@airs.com>
3256
3257 * Makefile.in (install-only): Use $(SHELL) when running
3258 mkinstalldirs.
3259
3260 2003-05-13 Ian Lance Taylor <ian@airs.com>
3261
3262 * MAINTAINERS (write after approval): Add myself.
3263
3264 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
3265 second and third arguments.
3266 * ser-tcp.c (_initialize_ser_tcp): Likewise.
3267 * ser-unix.c (_initialize_ser_hardwire): Likewise.
3268
3269 2003-05-13 Andrew Cagney <cagney@redhat.com>
3270
3271 * defs.h (store_address): Delete declaration.
3272 findvar.c (store_address): Delete function.
3273 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
3274 store_unsigned_integer.
3275 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
3276 * v850-tdep.c (v850_push_arguments): Ditto.
3277 * sparc-tdep.c (sparc_get_saved_register): Ditto.
3278 * sh-tdep.c (sh64_get_saved_register): Ditto.
3279 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
3280 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
3281 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
3282 (mips_get_saved_register): Ditto.
3283 * ia64-tdep.c (ia64_get_saved_register): Ditto.
3284 (find_func_descr, ia64_push_arguments): Ditto.
3285 * i386-tdep.c (i386_push_arguments): Ditto.
3286 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
3287 * frv-tdep.c (frv_push_arguments): Ditto.
3288 * frame.c (legacy_saved_regs_prev_register): Ditto.
3289 (deprecated_generic_get_saved_register): Ditto.
3290 * findvar.c (unsigned_address_to_pointer): Ditto.
3291 * dwarf2read.c (dwarf2_const_value): Ditto.
3292 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
3293 * alpha-tdep.c (alpha_push_arguments): Ditto.
3294
3295 2003-05-12 J. Brobecker <brobecker@gnat.com>
3296
3297 * NEWS: Mention that the hppa-hpux port has been partially
3298 multiarched (32bit ABIT only, so far).
3299
3300 2003-05-11 Andrew Cagney <cagney@redhat.com>
3301
3302 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
3303 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
3304 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
3305 sim/testsuite/sim/arm/misaligned2.ms, and
3306 sim/testsuite/sim/arm/misaligned3.ms.
3307 * disasm.h (struct ui_file): Add opaque struct declaration.
3308 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
3309 * frame.h (struct ui_file): Ditto.
3310
3311 2003-05-11 Mark Kettenis <kettenis@gnu.org>
3312
3313 * value.h: Pretty print.
3314
3315 2003-05-10 Mark Kettenis <kettenis@gnu.org>
3316
3317 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
3318
3319 2003-05-08 Andrew Cagney <cagney@redhat.com>
3320
3321 * regcache.h (max_register_size): Delete declaration.
3322 * regcache.c (max_register_size): Delete function.
3323 (struct regcache_descr): Delete field "max_register_size".
3324 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
3325 registers fit in MAX_REGISTER_SIZE.
3326 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
3327 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
3328 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
3329 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
3330 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
3331 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
3332 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
3333 * dve3900-rom.c, hppa-tdep.c: Ditto.
3334
3335 2003-05-08 David Carlton <carlton@math.stanford.edu>
3336
3337 * valops.c (push_word): Fix typo.
3338
3339 2003-05-08 Andrew Cagney <cagney@redhat.com>
3340
3341 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
3342 * gdbarch.h: Re-generate.
3343 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
3344 (legacy_max_register_raw_size): Delete declaration.
3345 * regcache.c (legacy_max_register_raw_size): Delete function.
3346 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
3347 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
3348 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
3349 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
3350 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
3351 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
3352 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
3353 * findvar.c, dwarf2cfi.c: Ditto.
3354
3355 2003-05-08 Andrew Cagney <cagney@redhat.com>
3356
3357 * mips-tdep.c (read_signed_register): New function, moved to here
3358 from "regcache.c".
3359 (read_signed_register_pid): Ditto.
3360 * regcache.c (read_signed_register_pid): Delete function, moved to
3361 "mips-tdep.c".
3362 (read_signed_register): Ditto.
3363 * regcache.h (read_signed_register): Delete declaration.
3364 (read_signed_register_pid): Delete declaration.
3365
3366 2003-05-08 Andrew Cagney <cagney@redhat.com>
3367
3368 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
3369 * gdbarch.h: Re-generate.
3370 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
3371 (legacy_max_register_virtual_size): Delete declaration.
3372 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
3373 * d10v-tdep.c (d10v_print_registers_info): Ditto.
3374 * tracepoint.c (memrange_sortmerge): Ditto.
3375 * sparc-tdep.c (sparc_print_registers): Ditto.
3376 * regcache.c (legacy_max_register_virtual_size): Delete function.
3377
3378 2002-05-08 J. Brobecker <brobecker@gnat.com>
3379
3380 * fork-child.c (escape_bang_in_quoted_argument): New function.
3381 (fork_inferior): Escape '!' characters in quoted arguments
3382 only when needed.
3383
3384 2003-05-08 J. Brobecker <brobecker@gnat.com>
3385
3386 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
3387 the language of the CU is not currently supported by GDB.
3388
3389 2003-05-08 J. Brobecker <brobecker@gnat.com>
3390
3391 * defs.h (language): Add language_minimal enum value.
3392 * c-lang.c (minimal_language_defn): New language definition.
3393 (_initialize_c_language): Add the new minimal language to the list
3394 of languages known to GDB.
3395
3396 2003-05-08 Kevin Buettner <kevinb@redhat.com>
3397
3398 * frame.c (get_frame_type): Don't attempt to lazily initialize
3399 frame's unwinder for legacy frames.
3400
3401 2003-05-07 Andrew Cagney <cagney@redhat.com>
3402
3403 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
3404 and "regcache" parameters.
3405 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
3406
3407 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
3408
3409 * dwarf2read.c (dwarf_decode_lines): Only use output of
3410 check_cu_functions() when calling record_line(). Do not update
3411 the current address.
3412
3413 2003-05-07 Andrew Cagney <cagney@redhat.com>
3414
3415 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
3416 code.
3417
3418 2003-05-07 Jim Blandy <jimb@redhat.com>
3419
3420 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
3421 'maint info symtabs' and 'maint info psymtabs'.
3422 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
3423 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
3424 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
3425 Declarations updated.
3426 * maint.c (maintenance_list_command): Delete.
3427 (_initialize_maint_cmds): Update calls to add_cmd.
3428 * gdbcmd.h (maintenancelistlist): Delete declaration.
3429 * cli/cli-cmds.c (maintenancelistlist): Delete.
3430 (init_cmd_lists): Don't initialize it.
3431 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
3432
3433 2003-05-07 Andrew Cagney <cagney@redhat.com>
3434
3435 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
3436 "regcache".
3437 (d10v_print_registers_info): Update.
3438 (d10v_dmap_register, d10v_imap_register): Delete functions.
3439 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
3440 and "imap_register".
3441 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
3442 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
3443 * arch-utils.c (generic_remote_translate_xfer_address): Add
3444 "regcache" and "gdbarch" parameters.
3445 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
3446 parameter. Change class to multi-arch.
3447 * gdbarch.h, gdbarch.c: Re-generate.
3448 * remote.c (remote_xfer_memory): Use
3449 gdbarch_remote_translate_xfer_address.
3450
3451 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
3452
3453 * infrun.c (prev_pc): Move declaration ahead of proceed().
3454 (proceed): Refresh prev_pc value before resuming.
3455 (stop_stepping): Remove code to refresh prev_pc.
3456
3457 2003-05-06 Kris Warkentin <kewarken@qnx.com>
3458
3459 * nto-tdep.c: Removed stray comment.
3460
3461 2003-05-06 Kris Warkentin <kewarken@qnx.com>
3462
3463 * i386-nto-tdep.c: Fix old K&R function definitions.
3464 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
3465 Also change add_show_from_set() call to add_setshow_cmd().
3466 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
3467
3468 2003-05-05 Andrew Cagney <cagney@redhat.com>
3469
3470 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
3471 (fprint_dummy_frames): New function.
3472 (maintenance_print_dummy_frames): New function.
3473 (_initialize_dummy_frame): Add command "maint print dummy-frames".
3474 * frame.c (fprint_frame_id): Make global.
3475 * frame.h (fprint_frame_id): Declare.
3476 * Makefile.in (dummy-frame.o): Update dependencies.
3477
3478 2003-05-05 Andrew Cagney <cagney@redhat.com>
3479
3480 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
3481 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
3482 SIZEOF_CALL_DUMMY_WORDS.
3483 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
3484 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
3485 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
3486 CALL_DUMMY_BREAKPOINT_OFFSET.
3487 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
3488 CALL_DUMMY_START_OFFSET.
3489 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
3490 * gdbarch.h, gdbarch.c: Re-generate.
3491 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
3492 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
3493 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
3494 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
3495 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
3496 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
3497 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
3498 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
3499 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
3500 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
3501 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
3502 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
3503 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
3504 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
3505 * config/sparc/tm-sparc.h: Update.
3506
3507 2003-05-05 Kris Warkentin <kewarken@qnx.com>
3508
3509 * configure.tgt: Add i[3456]86-*-nto*.
3510 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
3511 * nto-tdep.c: New file. Neutrino target support routines.
3512 * nto-tdep.h: New file. Neutrino target header.
3513 * config/tm-qnxnto.h: New file.
3514 * config/i386/i386nto.mt: New file.
3515 * config/i386/tm-i386nto.h: New file.
3516
3517 2003-05-04 Andrew Cagney <cagney@redhat.com>
3518
3519 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
3520 (load_infrun_state): Ditto.
3521 (struct thread_info): Drop "prev_func_name" field.
3522 * thread.c (load_infrun_state): Update.
3523 (save_infrun_state): Update.
3524 * infrun.c (prev_func_name): Delete variable.
3525 (init_wait_for_inferior): Do not clear prev_func_name.
3526 (stop_stepping, keep_going, context_switch): Do not swap
3527 prev_func_name.
3528 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
3529 instead of PC_IN_SIGTRAMP.
3530
3531 2003-05-04 Andrew Cagney <cagney@redhat.com>
3532
3533 * sentinel-frame.c (sentinel_frame_prev_register): Replace
3534 REGISTER_BYTE with register_offset_hack.
3535 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
3536 that REGISTER_BYTE is consistent with the regcache.
3537 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
3538 * gdbarch.h, gdbarch.c: Regenerate.
3539
3540 2003-05-04 Mark Kettenis <kettenis@gnu.org>
3541
3542 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
3543 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
3544
3545 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
3546
3547 2003-05-03 J. Brobecker <brobecker@gnat.com>
3548
3549 From Thierry Schneider <tpschneider1@yahoo.com>
3550 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
3551 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
3552 (mi-cmd-symbol.o): Add rule.
3553
3554 2003-05-03 Andrew Cagney <cagney@redhat.com>
3555
3556 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
3557 comments noteing that it replaces the old FIX_CALL_DUMMY code.
3558 * gdbarch.h, gdbarch.c: Re-generate.
3559 * d10v-tdep.c (d10v_push_dummy_code): New function.
3560 (d10v_gdbarch_init): Set push_dummy_code.
3561 * infcall.c (legacy_push_dummy_code): New function.
3562 (generic_push_dummy_code): New function.
3563 (push_dummy_code): New function.
3564 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
3565 instead of dummy_addr, to push_dummy_call. Move call to
3566 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
3567 switch.
3568 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
3569
3570 2003-05-03 Andrew Cagney <cagney@redhat.com>
3571
3572 * disasm.h (print_insn): Declare.
3573 * disasm.c (init_gdb_disassemble_info): New function.
3574 (gdb_disassembly): Call init_gdb_disassemble_info.
3575 (gdb_print_insn): New function.
3576 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
3577 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
3578 * mcore-tdep.c: Include "disasm.h"
3579 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
3580 * d10v-tdep.c: Include "disasm.h".
3581 (display_trace): Call gdb_print_insn, instead of print_insn.
3582 (print_insn): Delete function.
3583 * printcmd.c: Include "disasm.h".
3584 (print_insn): Delete function.
3585 (print_formatted): Call gdb_print_insn, instead of print_insn.
3586 * Makefile.in (printcmd.o): Update dependencies.
3587 (mcore-tdep.o, d10v-tdep.o): Ditto.
3588
3589 2003-05-02 Andrew Cagney <cagney@redhat.com>
3590
3591 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
3592 PC_REGNUM, re-indent.
3593 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
3594 PC_REGNUM isn't set.
3595
3596 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
3597 * gdbarch.h, gdbarch.c: Re-generate.
3598 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
3599 register_virtual_size, pc_regnum, or register_bytes.
3600 (D10V_PC_REGNUM): Rename _PC_REGNUM.
3601 (d10v_register_type): Use D10V_PC_REGNUM.
3602 (d10v_print_registers_info, d10v_read_pc): Ditto.
3603 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
3604 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
3605
3606 2003-05-02 David Carlton <carlton@bactrian.org>
3607
3608 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
3609 the name with mstrsave.
3610
3611 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
3612
3613 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
3614 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
3615 (host_charset_name, target_charset_name): New vars for use by
3616 set/show commands.
3617 (host_charset_enum, target_charset_enum): New enums for set/show
3618 commands.
3619 (set_charset_sfunc, set_host_charset_sfunc,
3620 set_target_charset_sfunc): New functions.
3621 (set_host_charset, set_target_charset): Make static.
3622 (list_charsets, set_host_charset_command,
3623 set_target_charset_command): Delete functions.
3624 (show_charset_command): Rewrite as....
3625 (show_charset): Hook this up with the set/show command mechanism.
3626 (_initialize_charset): Change names of charsets to match the
3627 set/show enums. Use host_charset_name and target_charset_name.
3628 Use set/show mechanism for charset, host-charset, target-charset
3629 commands. Do not make 'show host-charset' and 'show
3630 target-charset' be aliases of 'show charset'.
3631
3632 * charset.h (set_host_charset, set_target_charset): Don't export,
3633 they are not used outside the file.
3634
3635 2003-05-01 Andrew Cagney <cagney@redhat.com>
3636
3637 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
3638 (gdb_disassembly): Make "di" non static, always initialize and
3639 cleanup. Always use dis_asm_read_memory.
3640 (gdb_dis_asm_read_memory): Delete function.
3641
3642 2003-05-01 Andrew Cagney <cagney@redhat.com>
3643
3644 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
3645 (d10v_gdbarch_init): Set frame_align instead of stack_align.
3646
3647 2003-04-30 Andrew Cagney <cagney@redhat.com>
3648
3649 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
3650 "tm_print_insn_info".
3651 (TARGET_PRINT_INSN_INFO): Delete macro.
3652 (dis_asm_read_memory): Delete function declaration.
3653 (dis_asm_memory_error, dis_asm_print_address): Ditto.
3654 (tm_print_insn_info): Delete variable definition.
3655 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
3656 * gdbarch.h, gdbarch.c: Re-generate.
3657 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
3658 "deprecated_tm_print_insn_info".
3659 * mcore-tdep.c (mcore_dump_insn): Ditto.
3660 * mips-tdep.c (mips_gdbarch_init): Ditto.
3661 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
3662 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
3663 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
3664 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
3665 instead of TARGET_PRINT_INSN_INFO, add comment.
3666 * s390-tdep.c (s390_get_frame_info): Instead of
3667 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
3668 (s390_check_function_end, s390_is_sigreturn): Ditto.
3669 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
3670 (dis_asm_memory_error, dis_asm_print_address): Ditto.
3671 * disasm.c: Include "gdbcore.h".
3672 (_initialize_disasm): New function, initialize
3673 "deprecated_tm_print_insn_info".
3674 (deprecated_tm_print_insn_info): New variable.
3675 (dis_asm_read_memory): Moved from "corefile.c", made static.
3676 (dis_asm_print_address, dis_asm_memory_error): Ditto.
3677 * Makefile.in (disasm.o): Update dependencies.
3678
3679 2003-04-30 Andrew Cagney <cagney@redhat.com>
3680
3681 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
3682
3683 2003-04-29 Adam Fedor <fedor@gnu.org>
3684
3685 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
3686 * infcall.c (find_function_addr): Make non-static.
3687 * infcall.h (find_function_addr): Declare.
3688 * Makefile.in (eval.o): Update dependencies.
3689
3690 2003-04-28 Adam Fedor <fedor@gnu.org>
3691
3692 * symtab.c (symbol_find_demangled_name): Check for and demangle
3693 ObjC symbols.
3694 (symbol_init_demangled_name): Init for language_objc as well.
3695
3696 2003-04-28 Andrew Cagney <cagney@redhat.com>
3697
3698 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
3699 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
3700 * gdbarch.h, gdbarch.c: Re-generate.
3701 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
3702 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
3703 * inferior.h (deprecated_read_fp): Rename read_fp.
3704 (generic_target_read_fp): Delete declaration.
3705 * regcache.c (generic_target_read_fp): Delete function.
3706 (deprecated_read_fp): Replace read_fp, use
3707 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
3708 * d10v-tdep.c (d10v_read_fp): Delete function.
3709 (d10v_gdbarch_init): Do not set deprecated_read_fp.
3710
3711 * sparc-tdep.c (sparc_gdbarch_init): Do not set
3712 deprecated_target_read_fp to generic_target_read_fp.
3713 * sh-tdep.c (sh_gdbarch_init): Ditto.
3714 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3715 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3716 * frv-tdep.c (frv_gdbarch_init): Ditto.
3717
3718 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
3719 deprecated_fp_regnum.
3720 * x86-64-tdep.c (x86_64_init_abi): Ditto.
3721 * vax-tdep.c (vax_gdbarch_init): Ditto.
3722 * v850-tdep.c (v850_gdbarch_init): Ditto.
3723 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3724 * sh-tdep.c (sh_gdbarch_init): Ditto.
3725 * s390-tdep.c (s390_gdbarch_init): Ditto.
3726 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3727 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3728 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3729 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
3730 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3731 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3732 * i386-tdep.c (i386_gdbarch_init): Ditto.
3733 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
3734 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3735 * frv-tdep.c (frv_gdbarch_init): Ditto.
3736 * cris-tdep.c (cris_gdbarch_init): Ditto.
3737 * avr-tdep.c (avr_gdbarch_init): Ditto.
3738 * arm-tdep.c (arm_gdbarch_init): Ditto.
3739 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
3740
3741 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
3742 * v850-tdep.c (v850_gdbarch_init): Ditto.
3743 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3744 * sh-tdep.c (sh_gdbarch_init): Ditto.
3745 * s390-tdep.c (s390_gdbarch_init): Ditto.
3746 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3747 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3748 * mips-tdep.c (mips_gdbarch_init): Ditto.
3749 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3750 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3751 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
3752 * frv-tdep.c (frv_gdbarch_init): Ditto.
3753 * avr-tdep.c (avr_gdbarch_init): Ditto.
3754 * arm-tdep.c (arm_gdbarch_init): Ditto.
3755
3756 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
3757 DEPRECATED_FP_REGNUM.
3758 (vax_push_dummy_frame, vax_pop_frame): Ditto.
3759 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
3760 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
3761 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
3762 (sparc32_register_virtual_type): Ditto.
3763 * sh-tdep.c (sh64_frame_chain): Ditto.
3764 (sh64_get_saved_register, sh64_pop_frame): Ditto.
3765 (sh_nofp_frame_init_saved_regs): Ditto.
3766 (sh64_nofp_frame_init_saved_regs): Ditto.
3767 (sh_fp_frame_init_saved_regs): Ditto.
3768 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
3769 * remote-e7000.c (fetch_regs_from_dump): Ditto.
3770 * procfs.c (procfs_fetch_registers): Ditto.
3771 (procfs_store_registers): Ditto.
3772 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
3773 (store_inferior_registers, fetch_core_registers): Ditto.
3774 (fetch_kcore_registers, clear_regs): Ditto.
3775 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
3776 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
3777 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
3778 * nlm/i386.c (do_status): Ditto.
3779 * mipsv4-nat.c (supply_gregset): Ditto.
3780 * mips-tdep.c: Ditto for comments.
3781 * mips-nat.c (fetch_inferior_registers): Ditto.
3782 (store_inferior_registers, fetch_core_registers): Ditto.
3783 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
3784 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
3785 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
3786 (i386_do_pop_frame, i386_register_type): Ditto.
3787 * hppa-tdep.c (hppa_frame_chain): Ditto.
3788 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
3789 (hppa_pop_frame, hppa_read_fp): Ditto.
3790 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
3791 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
3792 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
3793 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
3794 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
3795 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
3796 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
3797 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
3798 * blockframe.c: Ditto for comments.
3799 * arch-utils.h: Ditto for comments.
3800 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
3801 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
3802 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
3803 * alpha-tdep.h: Ditto for comments.
3804 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
3805 (alpha_cannot_store_register): Ditto.
3806 (alpha_push_dummy_frame): Ditto.
3807 * alpha-nat.c (supply_gregset): Ditto.
3808
3809 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
3810 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
3811 * config/sparc/tm-sparc.h: Update comment.
3812
3813 * hppa-tdep.c (hppa_init_extra_frame_info): Use
3814 deprecated_read_fp instead of TARGET_READ_FP.
3815 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
3816 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
3817 * sparc-tdep.c (sparc_init_extra_frame_info): Use
3818 deprecated_read_fp instead of read_fp.
3819 * s390-tdep.c (s390_push_arguments): Ditto.
3820 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3821 * frame.h: Ditto in comments.
3822 * frame.c (legacy_get_prev_frame): Ditto.
3823 * dummy-frame.c (dummy_frame_this_id): Ditto.
3824 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
3825
3826 2003-04-28 Andrew Cagney <cagney@redhat.com>
3827
3828 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
3829 * gdbarch.h, gdbarch.c: Re-generate.
3830 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
3831 * vax-tdep.c (_initialize_vax_tdep): Update.
3832 * v850-tdep.c (_initialize_v850_tdep): Update.
3833 * sparc-tdep.c (_initialize_sparc_tdep): Update.
3834 * s390-tdep.c (_initialize_s390_tdep): Update.
3835 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
3836 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
3837 * mips-tdep.c (_initialize_mips_tdep): Update.
3838 * mcore-tdep.c (_initialize_mcore_tdep): Update.
3839 * m68k-tdep.c (_initialize_m68k_tdep): Update.
3840 * ia64-tdep.c (_initialize_ia64_tdep): Update.
3841 * hppa-tdep.c (_initialize_hppa_tdep): Update.
3842 * h8300-tdep.c (_initialize_h8300_tdep): Update.
3843 * frv-tdep.c (_initialize_frv_tdep): Update.
3844 * cris-tdep.c (cris_delayed_get_disassembler): Update.
3845 (_initialize_cris_tdep): Update.
3846 * arch-utils.c (legacy_print_insn): Update.
3847 * alpha-tdep.c (_initialize_alpha_tdep): Update.
3848
3849 2003-04-26 Adam Fedor <fedor@gnu.org>
3850
3851 * linespec.c (decode_objc): New function to decode ObjC calls
3852 (decode_line_1): Check for ObjC calls (using decode_objc)
3853 * Makefile (linespec.o): Update dependencies.
3854
3855 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
3856
3857 * breakpoint.h (struct breakpoint_ops): New.
3858 (struct breakpoint): Add ops member.
3859
3860 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
3861 (mention): Use new breakpoint ops member.
3862 (set_raw_breakpoint): Initialize ops field to NULL.
3863 (print_exception_catchpoint, print_one_exception_catchpoint)
3864 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
3865 (gnu_v3_exception_catchpoint_ops): New.
3866 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
3867
3868 2003-04-25 Adam Fedor <fedor@gnu.org>
3869
3870 * Makefile.in (COMMON_OBS): Add objc-lang.o
3871
3872 2003-04-25 Andrew Cagney <cagney@redhat.com>
3873
3874 * d10v-tdep.c (print_insn): Delete function.
3875 (display_trace): Use TARGET_PRINT_INSN.
3876 (_initialize_d10v_tdep): Do not set tm_print_insn.
3877 (d10v_gdbarch_init): Set print_insn.
3878
3879 2003-04-25 Andrew Cagney <cagney@redhat.com>
3880
3881 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
3882 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
3883 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
3884 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
3885 (nr_dmap_regs, a0_regnum): ... new functions.
3886 (d10v_print_registers_info): Use a0_regnum, use register_size.
3887 (d10v_register_byte): Delete function.
3888 (d10v_register_raw_size): Delete function.
3889 (d10v_register_type): Use a0_regnum.
3890 (d10v_print_registers_info): Use a0_regnum.
3891 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
3892 (d10v_gdbarch_init): Do not set register_byte or
3893 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
3894 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
3895 extract_address.
3896 (trace_command): Use XCALLOC.
3897 (print_insn): Delete reference to tm_print_insn.
3898 (saved_regs_unwinder): Use store_unsigned_integer instead of
3899 store_address.
3900 * frame.h (FRAME_OBSTACK_CALLOC): Define
3901
3902 2003-04-25 David Carlton <carlton@bactrian.org>
3903
3904 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
3905
3906 2003-04-24 Adam Fedor <fedor@gnu.org>
3907
3908 * objc-lang.c: Include "valprint.h"
3909 * Makefile.in (objc-lang.o): Update dependencies.
3910
3911 2003-04-24 Adam Fedor <fedor@gnu.org>
3912
3913 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
3914 architecture dependant compilation and mark as unimplemented
3915 (until they get put in the gdbarch vector).
3916
3917 2003-04-23 David Carlton <carlton@bactrian.org>
3918
3919 * cp-support.c (cp_find_first_component): Accept 'operator' in
3920 more locations.
3921
3922 2003-04-23 Andrew Cagney <cagney@redhat.com>
3923
3924 * infcall.c (call_function_by_hand): Eliminate redundant
3925 indentation. Move "saved_async" and "old_cleanups" to where they
3926 are needed.
3927
3928 2003-04-23 Andrew Cagney <cagney@redhat.com>
3929
3930 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
3931 and "buffer". Move the "name" code to where it is needed.
3932
3933 2003-04-23 Andrew Cagney <cagney@redhat.com>
3934
3935 * infcall.c (call_function_by_hand): Move variables "start_sp",
3936 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
3937 code to ON_STACK switch branch.
3938
3939 2003-04-23 Andrew Cagney <cagney@redhat.com>
3940
3941 * infcall.c (call_function_by_hand): Make declaration of "i",
3942 "sal", "bpt" and "old_sp" more local to their use. Delete #if
3943 lint.
3944
3945 2003-04-23 Andrew Cagney <cagney@redhat.com>
3946
3947 * infcall.c (call_function_by_hand): Delete variable
3948 "n_method_args". Localize "param_type"'s declaration to the loop
3949 that it is used. Reinstate code assigning to said variable -
3950 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
3951 Rationalize code using "param_type".
3952
3953 2003-04-22 Andrew Cagney <cagney@redhat.com>
3954
3955 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
3956 compute the breakpoint address. Only call FIX_CALL_DUMMY when
3957 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
3958 to DEPRECATED_PUSH_RETURN_ADDRESS.
3959
3960 2003-04-22 Kevin Buettner <kevinb@redhat.com>
3961
3962 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
3963 on the DWARF2 register number prior to fetching a register.
3964
3965 2003-04-22 J. Brobecker <brobecker@gnat.com>
3966
3967 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
3968 Update all the tests using SOFT_FLOAT considering the fact that
3969 this macro was always set to 0.
3970 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
3971 considering the fact that this macro was always set to 0.
3972 * hppa-tdep.h (hppa_store_return_value): Likewise.
3973 (hppa_extract_return_value): Likewise.
3974
3975 2003-04-22 J. Brobecker <brobecker@gnat.com>
3976
3977 * config/pa/tm-hppa.h: Remove obsolete code, was used by
3978 the hppa-pro target only.
3979
3980 2003-04-21 J. Brobecker <brobecker@gnat.com>
3981
3982 Ongoing multi-arch conversion effort for HP/UX:
3983 * config/pa/tm-hppa.h: Move all macro that are no longer
3984 defined now that GDB_MULTI_ARCH is now set to 1 from here...
3985 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
3986
3987 2003-04-21 J. Brobecker <brobecker@gnat.com>
3988
3989 * config/pa/tm-hppa.h: Obsolete a section that was only used
3990 for hppa-pro.
3991
3992 2003-04-21 J. Brobecker <brobecker@gnat.com>
3993
3994 Ongoing multi-arch conversion for HP/UX.
3995 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
3996 if already defined (allows hppa64 to stay non-multiarched for now).
3997 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
3998
3999 2003-04-21 Andrew Cagney <cagney@redhat.com>
4000
4001 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
4002
4003 2003-04-21 Andrew Cagney <cagney@redhat.com>
4004
4005 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
4006 "i386_num_mmx_regs".
4007
4008 2003-04-21 Andrew Cagney <cagney@redhat.com>
4009
4010 * infcall.c: New file.
4011 * infcall.h: New file.
4012 * valarith.c: Include "infcall.h".
4013 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
4014 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
4015 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
4016 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
4017 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
4018 (SFILES): Add "infcall.c"
4019 (COMMON_OBS): Add "infcall.o".
4020 (infcall.o): Specify dependencies.
4021 * value.h (call_function_by_hand): Delete declaration.
4022 * inferior.h (run_stack_dummy): Delete declaration.
4023 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
4024 (run_stack_dummy): Move to "infcall.c", merged into
4025 call_function_by_hand.
4026 * valops.c (call_function_by_hand): Moved to "infcall.c".
4027 (find_function_addr, value_arg_coerce): Ditto.
4028 (unwindonsignal_p, coerce_float_to_double): Ditto.
4029 (_initialize_valops): Move "set/show coerce-float-to-double", and
4030 "set/show unwindonsignal" commands to "infcall.c".
4031 * v850-tdep.c, target.h: Update comments.
4032 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
4033 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
4034 (sh64_init_extra_frame_info): Update comments.
4035 * mn10300-tdep.c: Update comments.
4036 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
4037 * config/sparc/tm-sparc.h: Update comments.
4038 * breakpoint.h: Update comments.
4039 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
4040 * arm-tdep.c: Update comment.
4041
4042 2003-04-19 Mark Kettenis <kettenis@gnu.org>
4043
4044 * i386-tdep.c (i386_num_register_names): New variable.
4045 (i386_num_mmx_regs): Renamed from mmx_num_regs.
4046 (MM0_REGNUM): Remove redundant parentheses in define.
4047 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
4048 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
4049 i386_mxcsr_regnum_p): Remove redundant parentheses.
4050 (i386_register_name): Use i386_num_register_names.
4051
4052 * i386-tdep.c (i386_extract_return_value,
4053 i386_store_return_value): Correct check for availability of
4054 floating-point registers.
4055
4056 * i386-tdep.c (i386_frame_num_args): Remove function.
4057 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
4058
4059 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
4060 mmx_regnum_to_fp_regnum. Adjust all callers.
4061
4062 * i386-tdep.c (i386_get_longjmp_target): Use
4063 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
4064 and TARGET_CHAR_BIT. Use extract_typed_address instead of
4065 extract_address.
4066
4067 2003-04-19 Mark Kettenis <kettenis@gnu.org>
4068
4069 * core-regset.c: Update comments to reflect reality. Re-order
4070 includes.
4071 (fetch_core_registers): Use switch instead of if. Remove
4072 redundant prototype.
4073
4074 2003-04-18 Jim Blandy <jimb@redhat.com>
4075
4076 * s390-tdep.c (s390_frame_align): New function.
4077 (s390_gdbarch_init): Register it with the gdbarch object.
4078
4079 2003-04-17 Richard Henderson <rth@redhat.com>
4080
4081 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
4082
4083 2003-04-17 Michael Snyder <msnyder@redhat.com>
4084 Karen Bennet <bennet@redhat.com>
4085
4086 Committed by Elena Zannoni <ezannoni@redhat.com>
4087 * gdb_gcore.sh: New script to create a core dump of a process.
4088
4089 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
4090
4091 * values.c (value_being_returned): Don't fetch the return
4092 value if the return type is void.
4093
4094 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
4095
4096 * thread-db.c: Reindented.
4097
4098 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
4099
4100 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
4101 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
4102 as types.
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128 2003-04-16 Kevin Buettner <kevinb@redhat.com>
4129
4130 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
4131 the size of ``long double'' to 16, instead of 8.
4132
4133 2003-04-16 Mark Kettenis <kettenis@gnu.org>
4134
4135 * i386-linux-nat.c: Add some whitespace to make things more
4136 readable.
4137 (fetch_register, store_register, fetch_inferior_registers,
4138 store_inferior_registers): Get rid of assignment in if-statement.
4139 (store_register): Fix typo in error message.
4140
4141 2003-04-16 Andrew Cagney <cagney@redhat.com>
4142
4143 * utils.c (xmmalloc): Always allocate something, matches
4144 libiberty/xmalloc's semantics.
4145 (xmrealloc, xmcalloc): Ditto.
4146
4147 2003-04-16 Andrew Cagney <cagney@redhat.com>
4148
4149 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
4150 update comments.
4151 (get_frame_type): Initialize unwind and type when needed.
4152 (get_frame_id, frame_register_unwind): Ditto.
4153
4154 2003-04-16 Andrew Cagney <cagney@redhat.com>
4155
4156 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
4157 obsolete.
4158 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
4159 * sparcl-stub.c: Obsolete file.
4160 * config/sparc/tm-sparclet.h: Obsolete file.
4161 * sparclet-stub.c: Obsolete file.
4162 * sparclet-rom.c: Obsolete file.
4163 * sparcl-tdep.c: Obsolete file.
4164 * config/sparc/tm-sparclite.h: Obsolete file.
4165 * config/sparc/sparclite.mt: Obsolete file.
4166 * config/sparc/sparclet.mt: Obsolete file.
4167 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
4168 sparc86x-*-* obsolete.
4169
4170 2003-04-15 David Carlton <carlton@math.stanford.edu>
4171
4172 * Makefile.in (SFILES): Add cp-namespace.c.
4173 (COMMON_OBS): Add cp-namespace.o.
4174 (block.o): Depend on gdb_obstack_h and cp_support_h.
4175 (buildsym.o): Depend on cp_support_h.
4176 (cp-namespace.o): New.
4177 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
4178 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
4179 (dwarf2read.o): Depend on cp_support_h.
4180 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
4181 * dwarf2read.c (process_die): Set processing_has_namespace_info,
4182 processing_current_namespace.
4183 (read_namespace): Update processing_current_namespace; check for
4184 anonymous namespaces.
4185 (dwarf2_name): New function.
4186 (dwarf2_extension): Ditto.
4187 * cp-support.h: Update copyright, contributors.
4188 Add inclusion guards.
4189 Add opaque declaration for structs obstack, block, symbol.
4190 (struct using_direct): New struct.
4191 Add declarations for cp_find_first_component,
4192 cp_entire_prefix_len, processing_has_namespace_info,
4193 processing_current_namespace, cp_is_anonymous,
4194 cp_add_using_directive, cp_initialize_namespace,
4195 cp_finalize_namespace, cp_set_block_scope,
4196 cp_scan_for_anonymous_namespaces.
4197 * cp-namespace.c: New file.
4198 * cp-support.c: Update copyright.
4199 Include ctype.h, gdb_assert.h, gdbcmd.h.
4200 New variable maint_cplus_cmd_list.
4201 (cp_find_first_component): New function.
4202 (cp_entire_prefix_len, maint_cplus_command)
4203 (first_component_command, _initialize_cp_support): Ditto.
4204 * buildsym.c: Include cp-support.h.
4205 New variable using_list.
4206 (add_symbol_to_list): Check for anonymous namespaces.
4207 (finish_block): Set block's scope.
4208 (start_symtab): Initialize C++ namespace support.
4209 (end_symtab): Finalize C++ namespace support.
4210 * block.h: Add opaque declarations for structs
4211 block_namespace_info, using_direct, and obstack.
4212 Add declarations for block_set_scope and block_set_using.
4213 (struct block): Add 'language_specific' member.
4214 (BLOCK_NAMESPACE): New macro.
4215 * block.c: Include gdb_obstack.h and cp-support.h.
4216 (struct block_namespace_info): New struct.
4217 (block_set_scope): New function.
4218 (block_set_using, block_initialize_namespace): Ditto.
4219
4220 2003-04-14 Kevin Buettner <kevinb@redhat.com>
4221
4222 * solib-svr4.c (svr4_have_link_map_offsets): New function.
4223 (locate_base): Return early if there aren't any link map offsets.
4224 (svr4_solib_create_inferior_hook): Warn if shared library support
4225 is unavailable.
4226
4227 2003-04-14 David Carlton <carlton@math.stanford.edu>
4228
4229 * symtab.c (symbol_set_names): Add prefix when storing Java names
4230 in hash table. Fix for PR java/1039.
4231
4232 2003-04-14 David Carlton <carlton@math.stanford.edu>
4233
4234 * symtab.c (symbol_set_names): Rename 'name' arg to
4235 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
4236 * symtab.h: Change 'name' argument in declaration of
4237 symbol_set_names to 'linkage_name'.
4238 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
4239
4240 2003-04-14 Andrew Cagney <cagney@redhat.com>
4241
4242 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
4243 return the fully sign-extended register value.
4244 (get_frame_pointer): Ditto.
4245 (mips_pop_frame): Initialize "proc_desc" after checking for a
4246 dummy frame.
4247
4248 2003-04-14 Andrew Cagney <cagney@redhat.com>
4249
4250 * mips-tdep.c (mips_push_dummy_frame): Delete function.
4251 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
4252 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
4253 (mips_push_register): Delete function.
4254 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
4255 PUSH_FP_REGNUM.
4256
4257 2003-04-14 Jim Blandy <jimb@redhat.com>
4258
4259 * symmisc.c: #include "gdb_regex.h".
4260 (maintenance_list_symtabs, maintenance_list_psymtabs): New
4261 functions.
4262 * maint.c (maintenance_list_command): New function.
4263 (_initialize_maint_cmds): Register the above as commands.
4264 * symtab.h (maintenance_list_symtabs,
4265 maintenance_list_psymtabs): New declarations.
4266 * cli/cli-cmds.c (maintenancelistlist): New variable.
4267 (init_cmd_lists): Initialize it.
4268 * cli/cli-cmds.h (maintenancelistlist): New declaration.
4269 * gdbcmd.h (maintenancelistlist): New declaration.
4270 * Makefile.in (symmisc.o): Update dependencies.
4271
4272 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
4273
4274 * s390-nat.c: Include asm/types.h for addr_t.
4275
4276 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
4277
4278 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
4279 actually incoming type.
4280
4281 2003-04-13 Andrew Cagney <cagney@redhat.com>
4282
4283 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
4284 get_next_frame and get_frame_saved_regs.
4285
4286 2003-04-13 Andrew Cagney <cagney@redhat.com>
4287
4288 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
4289 of gdbarch_num_regs.
4290
4291 2003-04-13 Andrew Cagney <cagney@redhat.com>
4292
4293 * frame.h: Mention what replaced what in "struct frame_info".
4294 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
4295 deprecated_update_frame_base_hack and
4296 deprecated_update_frame_pc_hack.
4297 * hppa-tdep.c: Ditto.
4298
4299 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
4300
4301 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
4302 to read_reg and update its comment. Remove regnum member.
4303 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
4304 Don't call read_reg when setting in_reg. Call read_reg to get
4305 the frame base if it's in a register. Return the register number
4306 on the stack instead of in the context. Remove extra arguments
4307 to read_reg.
4308 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
4309 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
4310 the register number on the expression stack.
4311 (needs_frame_read_reg): Remove extra arguments.
4312
4313 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
4314
4315 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
4316 made non-static.
4317 (execute_stack_op): All callers updated.
4318 * dwarf2expr.h: Add prototype for dwarf2_read_address.
4319 * dwarf2loc.c (find_location_expression): New function.
4320 (dwarf_expr_frame_base): Call it.
4321 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
4322 (dwarf2_tracepoint_var_ref): New function, broken out from
4323 locexpr_tracepoint_var_ref.
4324 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
4325 Make static.
4326 (loclist_read_variable, loclist_read_needs_frame): New functions.
4327 (loclist_describe_location, loclist_tracepoint_var_ref): New
4328 functions.
4329 (dwarf2_loclist_funcs): New struct location_funcs.
4330 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
4331 (struct dwarf2_locexpr_baton): Add comments.
4332 (dwarf2_loclist_funcs): New extern.
4333 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
4334 base_address and base_known.
4335 (dwarf_loc_buffer): New variable.
4336 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
4337 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
4338 (dwarf2_has_info): Initialize dwarf_loc_offset.
4339 (dwarf2_build_psymtabs): Read in .debug_loc.
4340 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
4341 DWARF_LOC_SIZE.
4342 (psymtab_to_symtab_1): Likewise. Move base address calculation
4343 here, from...
4344 (dwarf2_get_pc_bounds): ... here. Use the base address from
4345 cu_header.
4346 (dwarf2_symbol_mark_computed): Handle location lists.
4347
4348 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
4349
4350 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
4351 if the linkage name demangled successfully.
4352
4353 2003-04-13 Mark Kettenis <kettenis@gnu.org>
4354
4355 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
4356 disassmbly_flavour): Removed.
4357
4358 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
4359
4360 2003-04-13 Mark Kettenis <kettenis@gnu.org>
4361
4362 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
4363
4364 2003-04-12 Andrew Cagney <cagney@redhat.com>
4365
4366 * frame.h (struct frame_info): Move definition from here ...
4367 * frame.c (struct frame_info): ... to here.
4368
4369 2003-04-12 Andrew Cagney <cagney@redhat.com>
4370
4371 * gdbthread.h (save_infrun_state): Delete parameter
4372 "prev_func_start".
4373 (struct thread_info): Delete field "prev_func_start".
4374 (load_infrun_state): Ditto.
4375 * thread.c (load_infrun_state, save_infrun_state): Update.
4376 * infrun.c (prev_func_start): Delete variable.
4377 (context_switch, init_wait_for_inferior): Update.
4378 (stop_stepping, keep_going): Update.
4379
4380 2003-04-12 Andrew Cagney <cagney@redhat.com>
4381
4382 * gdbarch.sh: Add missing opaque declarations.
4383 * gdbarch.h: Regnerate.
4384 * symtab.h: Add missing opaque declarations.
4385 * value.h, target.h, symfile.h, stabsread.h: Ditto.
4386 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
4387 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
4388 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
4389 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
4390 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
4391 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
4392 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
4393 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
4394 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
4395 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
4396 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
4397 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
4398
4399 2003-04-11 Andrew Cagney <cagney@redhat.com>
4400
4401 * frame.c (get_frame_id): Return this frame's "id".
4402 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
4403 function start.
4404 (legacy_saved_regs_this_id): Replace function body with
4405 internal-error.
4406 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
4407 FRAME_OBSTACK_ZALLOC.
4408 (create_new_frame): Mark the frame ID as valid.
4409
4410 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
4411
4412 * Makefile.in (libbfd_h): Added missing setting.
4413 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
4414 according to the selected ABI.
4415
4416 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
4417
4418 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
4419
4420 2003-04-11 Andrew Cagney <cagney@redhat.com>
4421
4422 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
4423 SAVED_PC_AFTER_CALL.
4424 * gdbarch.h, gdbarch.c: Regenerate.
4425 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4426 * x86-64-tdep.c (x86_64_init_abi): Update.
4427 * vax-tdep.c (vax_gdbarch_init): Update.
4428 * v850-tdep.c (v850_gdbarch_init): Update.
4429 * sparc-tdep.c (sparc_gdbarch_init): Update.
4430 * sh-tdep.c (sh_gdbarch_init): Update.
4431 * s390-tdep.c (s390_gdbarch_init): Update.
4432 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4433 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4434 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4435 * mips-tdep.c (mips_gdbarch_init): Update.
4436 * mcore-tdep.c (mcore_gdbarch_init): Update.
4437 * m68k-tdep.c (m68k_gdbarch_init): Update.
4438 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4439 * ia64-tdep.c (ia64_gdbarch_init): Update.
4440 (ia64_saved_pc_after_call): Update declaration.
4441 * i386ly-tdep.c (i386lynx_init_abi): Update.
4442 * i386-tdep.c (i386_gdbarch_init): Update.
4443 * hppa-tdep.c (hppa_gdbarch_init): Update.
4444 * h8300-tdep.c (h8300_gdbarch_init): Update.
4445 * frv-tdep.c (frv_gdbarch_init): Update.
4446 * cris-tdep.c (cris_gdbarch_init): Update.
4447 * avr-tdep.c (avr_gdbarch_init): Update.
4448 * arm-tdep.c (arm_gdbarch_init): Update.
4449 * alpha-tdep.c (alpha_gdbarch_init): Update.
4450 * ns32knbsd-nat.c (frame_num_args): Update.
4451 * ns32k-tdep.c (umax_frame_num_args): Update.
4452 * mips-tdep.c (mips_init_frame_pc_first): Update.
4453 * infrun.c (step_over_function): Update.
4454 * i386-linux-tdep.c (skip_hurd_resolver): Update.
4455 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
4456 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
4457 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
4458 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
4459 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
4460 * arm-linux-tdep.c (skip_hurd_resolver): Update.
4461 * arch-utils.c (init_frame_pc_default): Update.
4462 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
4463 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
4464 declaration.
4465
4466 2003-04-11 Andrew Cagney <cagney@redhat.com>
4467
4468 * i387-tdep.c: Update copyright.
4469 (i387_to_double): Delete function.
4470 (double_to_i387): Delete function.
4471
4472 2003-04-10 Andrew Cagney <cagney@redhat.com>
4473
4474 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
4475 frame's function's address. Simplify.
4476 (d10v_frame_unwind_cache): Check that the frame's function is
4477 non-zero.
4478
4479 2003-04-10 Jim Blandy <jimb@redhat.com>
4480
4481 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
4482 call to set_gdbarch_deprecated_push_arguments.
4483
4484 2003-04-10 Andrew Cagney <cagney@redhat.com>
4485
4486 * frame.c (fprint_frame_id): New function.
4487 (fprint_frame_type, fprint_frame): New function.
4488 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
4489 (create_sentinel_frame, get_frame_id): Ditto.
4490 (frame_id_p, frame_id_eq): Ditto.
4491 (frame_id_inner, create_new_frame): Ditto.
4492 (legacy_get_prev_frame, get_prev_frame): Ditto.
4493 (deprecated_update_frame_pc_hack): Ditto.
4494 (frame_register_unwind): Ditto.
4495 (deprecated_update_frame_base_hack): Ditto.
4496
4497 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
4498
4499 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
4500 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
4501 frame_chain function.
4502 * Makefile.in: Add dependencies due to above change.
4503
4504 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
4505
4506 * blockframe.c (legacy_frame_chain_valid): Move call to
4507 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
4508 inside_entry_file.
4509
4510 2003-04-09 Andrew Cagney <cagney@redhat.com>
4511
4512 * frame.h (struct frame_id): Replace "pc" and "base" with
4513 "stack_addr" and "code_addr". Update comments.
4514 (frame_id_build): Update parameter names and comment.
4515 (struct frame_info): Replace "id_p" and "id" with "this_id".
4516 * dummy-frame.c (dummy_frame_this_id): Update.
4517 * breakpoint.c (print_one_breakpoint): Update.
4518 * frame.c (get_frame_id): Update.
4519 (get_frame_base, frame_id_build): Update.
4520 (create_sentinel_frame, legacy_get_prev_frame): Update.
4521 (deprecated_update_frame_base_hack): Update.
4522 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
4523 (frame_id_inner): Ditto.
4524
4525 2003-04-09 Andrew Cagney <cagney@redhat.com>
4526
4527 * defs.h (gdb_print_host_address): Make "addr" parameter a
4528 pointer constant.
4529 * utils.c (gdb_print_host_address): Update.
4530
4531 2003-04-09 Kevin Buettner <kevinb@redhat.com>
4532
4533 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
4534 register number for R0 is 0.
4535
4536 2003-04-09 J. Brobecker <brobecker@gnat.com>
4537
4538 * frame.h (struct gdbarch): Add opaque structure definition
4539 to avoid a compilation warning on LynxOS 4.0.
4540
4541 2003-04-09 Andrew Cagney <cagney@redhat.com>
4542
4543 * frame.h (struct frame_info): Delete field "pc". Replace
4544 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
4545 structure.
4546 * frame.c (frame_pc_unwind): Update.
4547 (create_sentinel_frame): Do not set "pc".
4548 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
4549 (get_frame_pc): Call frame_pc_unwind.
4550 (deprecated_update_frame_pc_hack): Update.
4551 (create_new_frame): Use "pc" not "->pc".
4552
4553 2003-04-09 Andrew Cagney <cagney@redhat.com>
4554
4555 * frame.c (get_frame_id): Eliminate code updating "frame".
4556 (legacy_get_prev_frame): Ditto.
4557 (get_frame_base): Return id.base directly.
4558 (deprecated_update_frame_base_hack): Update "id.base".
4559 * frame.h (struct frame_info): Delete field "frame".
4560
4561 2003-04-09 Andrew Cagney <cagney@redhat.com>
4562
4563 * NEWS: Mention that the "Sequent family" is obsolete.
4564 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
4565 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
4566 * configure.host: Obsolete i[3456]86-sequent-bsd*,
4567 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
4568 * config/i386/tm-ptx4.h: Obsolete file.
4569 * config/i386/tm-ptx.h: Obsolete file.
4570 * symm-tdep.c: Obsolete file.
4571 * config/i386/symmetry.mt: Obsolete file.
4572 * config/i386/tm-symmetry.h: Obsolete file.
4573 * symm-nat.c: Obsolete file.
4574 * config/i386/nm-symmetry.h: Obsolete file.
4575 * config/i386/xm-symmetry.h: Obsolete file.
4576 * config/i386/symmetry.mh: Obsolete file.
4577 * config/i386/nm-ptx4.h: Obsolete file.
4578 * config/i386/ptx4.mh: Obsolete file.
4579 * config/i386/ptx.mt: Obsolete file.
4580 * config/i386/ptx.mh: Obsolete file.
4581 * config/i386/xm-ptx4.h: Obsolete file.
4582 * config/i386/xm-ptx.h: Obsolete file.
4583
4584 2003-04-09 Andrew Cagney <cagney@redhat.com>
4585
4586 Obsolete mips*-*-mach3*.
4587 * NEWS: Mention that mips*-*-mach3* is obsolete.
4588 * m3-nat.c: Obsolete file.
4589 * config/nm-m3.h: Obsolete file.
4590 * config/mips/tm-mipsm3.h: Obsolete file.
4591 * config/mips/mipsm3.mt: Obsolete file.
4592 * config/mips/mipsm3.mh: Obsolete file.
4593 * config/mips/xm-mipsm3.h: Obsolete file.
4594 * mipsm3-nat.c: Obsolete file.
4595 * configure.host: Obsolete mips-dec-mach3*.
4596 * configure.tgt: Obsolete mips*-*-mach3*.
4597
4598 2003-04-09 Andrew Cagney <cagney@redhat.com>
4599
4600 * doublest.h: Update copyright.
4601 (deprecated_store_floating, deprecated_extract_floating): Rename
4602 store_floating and extract_floating. Update comments.
4603 * doublest.c: Update copyright.
4604 (extract_floating_by_length): Replace extract_floating.
4605 (store_floating_by_length): Replace store_floating.
4606 (deprecated_extract_floating): New function.
4607 (deprecated_store_floating): New function.
4608 (extract_typed_floating): Call extract_floating_by_length.
4609 (store_typed_floating): Call store_floating_by_length.
4610 * x86-64-tdep.c (x86_64_store_return_value): Update.
4611 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
4612 (sh64_extract_return_value): Update.
4613 (sh_sh4_register_convert_to_virtual): Update.
4614 (sh_sh64_register_convert_to_virtual): Update.
4615 (sh_sh4_register_convert_to_raw): Update.
4616 (sh_sh64_register_convert_to_raw): Update.
4617 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
4618 (rs6000_register_convert_to_raw): Update.
4619 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
4620 (ia64_register_convert_to_raw): Update.
4621 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
4622 (REGISTER_CONVERT_TO_VIRTUAL): Update.
4623 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
4624 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
4625 (alpha_register_convert_to_raw): Update.
4626
4627 2003-04-08 Andrew Cagney <cagney@redhat.com>
4628
4629 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
4630 * gdbarch.h, gdbarch.c: Re-generate.
4631 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
4632 (d10v_gdbarch_init): Do not set saved_pc_after_call.
4633 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
4634 conditionally, use frame_pc_unwind as an alternative. Add
4635 comments.
4636 * arch-utils.c (init_frame_pc_default): Only call
4637 SAVED_PC_AFTER_CALL when available.
4638
4639 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
4640
4641 * infrun.c (stop_soon): Rename from stop_soon_quietly.
4642 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
4643 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
4644 (start_remote): Ditto.
4645 (handle_inferior_event): Ditto.
4646 (save_inferior_status): Ditto.
4647 (restore_inferior_status): Ditto.
4648 * infcmd.c (attach_command): Ditto.
4649 * fork-child.c (startup_inferior): Ditto.
4650 * inferior.h (stop_soon): Rename from stop_soon_quietly.
4651 * alpha-tdep.c (heuristic_proc_start): Ditto.
4652 * mips-tdep.c (heuristic_proc_start): Ditto.
4653 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
4654 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
4655 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
4656 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
4657 * remote-vx.c (vx_create_inferior): Ditto.
4658
4659 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
4660
4661 * infrun.c (stop_soon_quietly): Make it an enum, to better
4662 override the default behavior of handle_inferior_event.
4663 (clear_proceed_status): Update uses of stop_soon_quietly to
4664 reflect that it is now an enum.
4665 (start_remote): Ditto.
4666 (handle_inferior_event): Change logic a bit if stop_soon_quietly
4667 is set to handle the new GNU/Linux kernel behavior for
4668 attach/sigstop. Update uses of stop_soon_quietly.
4669 * inferior.h (enum stop_kind): New enum.
4670 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
4671 Reset normal handle_inferior_event behavior, afterwards.
4672 * fork-child.c (startup_inferior): Update.
4673 * alpha-tdep.c (heuristic_proc_start): Update.
4674 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
4675 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
4676 * solib-osf.c (osf_solib_create_inferior_hook): Update.
4677 * solib-irix.c (irix_solib_create_inferior_hook): Update.
4678 * remote-vx.c (vx_create_inferior): Update.
4679 * mips-tdep.c (heuristic_proc_start): Update.
4680
4681 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
4682
4683 * disasm.c (dump_insns): Move variables inside loop, or they will
4684 be freed more than once, causing wild memory corruptions.
4685 (gdb_disassembly): Look for the substring "-thread",
4686 instead of "-threads" in the target name, to make sure to find
4687 the 'multi-thread' target. Also, make sure we do the right thing
4688 with the "core" target.
4689
4690 2003-04-07 Kevin Buettner <kevinb@redhat.com>
4691
4692 * mips-tdep.c (mips_print_fp_register): New function, created from
4693 do_fp_register_row(). Registers are now (also) printed as hex.
4694 Only one register is printed per row.
4695 (mips_print_register, do_fp_register_row): Print floating point
4696 registers with mips_print_fp_register().
4697
4698 2003-04-06 Andrew Cagney <cagney@redhat.com>
4699
4700 * valprint.h (inspect_it): Add extern declaration.
4701 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
4702 (selectors_info, classes_info): Ditto.
4703 (find_objc_msgcall): Fix indentation.
4704 (objc_printstr): Delete extern declarations.
4705
4706 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
4707
4708 2003-04-06 Andrew Cagney <cagney@redhat.com>
4709
4710 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
4711 Update comment.
4712 * frame.c (legacy_saved_regs_this_id): Update.
4713 (legacy_get_prev_frame): Update.
4714 * xstormy16-tdep.c: Update comment.
4715 * sparc-tdep.c (sparc_frame_chain): Update comment.
4716 * blockframe.c (legacy_frame_chain_valid): Update.
4717
4718 2003-04-06 Andrew Cagney <cagney@redhat.com>
4719
4720 * valprint.c (val_print_type_code_int): Delete #ifdef
4721 PRINT_TYPELESS_INTEGER code.
4722
4723 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
4724 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
4725 multi-arch definition.
4726 * gdbarch.h: Re-generate.
4727
4728 2003-04-05 Andrew Cagney <cagney@redhat.com>
4729
4730 Eliminate FRAME_FIND_SAVED_REGS.
4731 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
4732 Change FSR parameter to a pointer.
4733 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
4734 Assume FSR parameter is a pointer.
4735 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
4736 Make fsr a pointer.
4737 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
4738 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
4739 saved_regs a pointer.
4740 (hppa_frame_saved_pc): Ditto.
4741 (find_dummy_frame_regs): Make frame_saved_regs a pointer
4742 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
4743 pointer.
4744 (restore_pc_queue): Make fsr a pointer.
4745 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
4746 (hppa_frame_chain): Make saved_regs a pointer, call
4747 hppa_frame_init_saved_regs.
4748 * sparc-tdep.c: Include "gdb_assert.h".
4749 (sparc_frame_find_saved_regs): Replace internal_error with
4750 gdb_assert.
4751 * remote-vxsparc.c (vx_read_register): Delete reference to
4752 FRAME_FIND_SAVED_REGS.
4753 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
4754 * gdbarch.h: Regenerate.
4755 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
4756 (deprecated_get_frame_saved_regs): Delete declaration.
4757 (struct frame_saved_regs): Delete definition.
4758 * frame.c (deprecated_get_frame_saved_regs): Delete function.
4759 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
4760 (hppa_frame_find_saved_regs): Delete declaration.
4761 (FRAME_FIND_SAVED_REGS): Delete macro.
4762 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
4763 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
4764 FRAME_FIND_SAVED_REGS in comment.
4765
4766 2003-04-05 Andrew Cagney <cagney@redhat.com>
4767
4768 * frame.c (frame_func_unwind, get_frame_func): New functions.
4769 * frame.h (get_frame_func, frame_func_unwind): Declare.
4770 (struct frame_info): Add field "prev_func" for caching the
4771 previous frame's function address.
4772 * arm-tdep.c (arm_frameless_function_invocation): Combine
4773 get_pc_function_start and get_frame_pc into get_frame_func.
4774 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
4775 (sh64_nofp_frame_init_saved_regs): Ditto.
4776 * s390-tdep.c (s390_function_start): Ditto.
4777 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
4778 (rs6000_frameless_function_invocation): Ditto.
4779 (rs6000_frame_saved_pc): Ditto.
4780 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
4781 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
4782 * i386-tdep.c (i386_frameless_signal_p): Ditto.
4783 (i386_frame_init_saved_regs): Ditto.
4784 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
4785 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
4786 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
4787 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4788 * blockframe.c (frameless_look_for_prologue): Ditto.
4789
4790 2003-04-05 Andrew Cagney <cagney@redhat.com>
4791
4792 * frame.c (legacy_get_prev_frame): Link prev to next at the
4793 function start. Update comments.
4794
4795 2003-04-05 Andrew Cagney <cagney@redhat.com>
4796
4797 * frame.c (get_frame_id): Update comment.
4798 (legacy_get_prev_frame): Update comment.
4799 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
4800 * gdbarch.h: Regenerate.
4801 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
4802 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
4803
4804 2003-04-05 Andrew Cagney <cagney@redhat.com>
4805
4806 * stack.c (print_frame_info): Use get_frame_pc.
4807
4808 2003-04-04 Andrew Cagney <cagney@redhat.com>
4809
4810 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
4811 the frame's type from the unwinder.
4812 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
4813 (create_new_frame, legacy_get_prev_frame): When the unwinder's
4814 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
4815 (get_frame_base_address): Use get_frame_type.
4816 (get_frame_locals_address, get_frame_args_address): Ditto.
4817 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
4818 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
4819 (struct frame_info): Add comment explaining why the frame contains
4820 a "type" field.
4821 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
4822 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
4823 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
4824 NORMAL_FRAME.
4825 * frame-unwind.h: Include "frame.h".
4826 (struct frame_unwind): Add "type" field.
4827 * Makefile.in (frame_unwind_h): Add $(frame_h).
4828
4829 2003-04-04 Andrew Cagney <cagney@redhat.com>
4830
4831 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
4832 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
4833 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
4834 get_frame_base.
4835 (d10v_unwind_dummy_id): Use frame_id_build.
4836 * frame.c (find_frame_sal): Use get_frame_pc.
4837 (create_new_frame): Use deprecated_update_frame_pc_hack and
4838 deprecated_update_frame_base_hack.
4839 (create_sentinel_frame): Add comment about ->pc going away.
4840 (get_prev_frame): Add comment about ->pc going away.
4841 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
4842 frame_id_build, deprecated_update_frame_pc_hack and
4843 deprecated_update_frame_base_hack.
4844 (select_frame): Use get_frame_pc.
4845 (legacy_saved_regs_this_id): Use frame_id_build.
4846
4847 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
4848
4849 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
4850 signed integer case.
4851 (classify_argument): Handle enumerations and references.
4852
4853 2003-04-04 Andrew Cagney <cagney@redhat.com>
4854
4855 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
4856 ID to NULL.
4857
4858 2003-04-01 Adam Fedor <fedor@gnu.org>
4859
4860 * gdb/objc-lang.c (selectors_info): Replace calls to
4861 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
4862 SYMBOL_NATURAL_NAME.
4863 (classes_info, find_methods): Likewise.
4864
4865 2003-04-03 Kevin Buettner <kevinb@redhat.com>
4866
4867 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
4868 ``mach'' to the value determined by bfd_default_set_arch_mach().
4869
4870 2003-04-02 Bob Rossi <bob_rossi@cox.net>
4871
4872 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
4873 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
4874 (mi-cmd-file.o): Update dependencies.
4875
4876 2003-04-01 Kevin Buettner <kevinb@redhat.com>
4877
4878 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
4879 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
4880
4881 2003-04-01 Adam Fedor <fedor@gnu.org>
4882
4883 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
4884 * language.h (struct language_defn): Add la_demangle.
4885 (language_demangle): Declare.
4886 * language.c (language_demangle): New function.
4887 (unk_lang_demangle): Likewise.
4888 (unknown_language_defn, auto_language_defn, local_language_defn):
4889 Add ukn_lang_demangle.
4890 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
4891 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
4892 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
4893 (cplus_language_defn): Add cplus_demangle for la_demangle element.
4894 * jv-lang.c (java_demangle): New function
4895 (java_language_defn): Use it for la_demangle element.
4896 * objc-lang.c (objc_demangle): Add options argument
4897 (objc_language_defn): Use objc_demangle for la_demangle element.
4898 * maint.c (maintenance_demangle): Replace switch with
4899 call to language_demangle.
4900 * utils.c (fprintf_symbol_filtered): Likewise.
4901
4902 2003-04-01 Andrew Cagney <cagney@redhat.com>
4903
4904 * printcmd.c (print_frame_nameless_args): Delete #ifdef
4905 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
4906 PRINT_TYPELESS_INTEGER.
4907 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
4908 PUSH_RETURN_ADDRESS.
4909
4910 2003-04-01 Andrew Cagney <cagney@redhat.com>
4911
4912 * Makefile.in (d10v-tdep.o): Update dependencies.
4913 * d10v-tdep.c: Include "frame-base.h".
4914 (d10v_frame_unwind): Make constant.
4915 (d10v_frame_base_address): New function.
4916 (d10v_frame_base): New variable.
4917 (d10v_gdbarch_init): Set frame_base default.
4918 (struct d10v_unwind_cache): Add the field "prev_sp". Update
4919 comment for base.
4920 (d10v_frame_unwind_cache): Set and use "prev_sp".
4921 (d10v_frame_this_id): Use the previous frame's inner most stack
4922 address and this frame's func address for the frame ID. Use
4923 frame_id_build. Don't analyze beyond the current instruction.
4924
4925 2003-04-01 Andrew Cagney <cagney@redhat.com>
4926
4927 * frame.h (get_frame_locals_address, get_frame_args_address):
4928 Refer to the base address, instead of the address of the first
4929 local or parameter.
4930
4931 2003-04-01 Andrew Cagney <cagney@redhat.com>
4932
4933 Add frame debug info addresses:
4934 * frame-base.c: New file.
4935 * frame-base.h: New file.
4936 * frame.h (struct frame_base): Add opaque declaration.
4937 (get_frame_base): Update comment.
4938 (get_frame_base_address): Declare.
4939 (get_frame_locals_address): Declare.
4940 (get_frame_args_address): Declare.
4941 (struct frame_info): Add "base" and "base_cache". Update
4942 comments on the unwinder.
4943 * frame.c: Include "frame-base.h".
4944 (get_frame_locals_address): New function.
4945 (get_frame_base_address): New function.
4946 (get_frame_args_address): New function.
4947 * findvar.c (read_var_value): Use get_frame_locals_address and
4948 get_frame_args_address.
4949 * stack.c (frame_info): Use get_frame_locals_address and
4950 get_frame_args_address.
4951 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
4952 moved to "frame-base.c".
4953 * printcmd.c (print_frame_nameless_args): Ditto.
4954 * symtab.h (address_class): Update comments.
4955 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
4956 get_frame_base_address.
4957 * dwarf2expr.c (execute_stack_op): Ditto.
4958 * Makefile.in (frame_base_h): Define.
4959 (frame.o): Update dependencies.
4960 (frame-base.o): Add dependencies.
4961 (SFILES): Add frame-base.c.
4962 (COMMON_OBS): Add frame-base.o.
4963
4964 2003-04-01 Andrew Cagney <cagney@redhat.com>
4965
4966 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
4967 CALL_DUMMY_LENGTH): Ditto.
4968 * gdbarch.c: Re-generate.
4969 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
4970 (CALL_DUMMY_LENGTH): Delete macro.
4971 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
4972 * arm-tdep.c (arm_gdbarch_init): Ditto.
4973 * avr-tdep.c (avr_gdbarch_init): Ditto.
4974 * cris-tdep.c (cris_gdbarch_init): Ditto.
4975 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4976 * frv-tdep.c (frv_gdbarch_init): Ditto.
4977 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4978 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
4979 * i386-tdep.c (i386_gdbarch_init): Ditto.
4980 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4981 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4982 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4983 * mips-tdep.c (mips_gdbarch_init): Ditto.
4984 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4985 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4986 * s390-tdep.c (s390_gdbarch_init): Ditto.
4987 * sh-tdep.c (sh_gdbarch_init): Ditto.
4988 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
4989 * v850-tdep.c (v850_gdbarch_init): Ditto.
4990 * vax-tdep.c (vax_gdbarch_init): Ditto.
4991 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
4992
4993 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
4994
4995 * frame.c (get_prev_frame): Disable call to inside_entry_file().
4996
4997 2003-04-01 Andrew Cagney <cagney@redhat.com>
4998
4999 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
5000 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
5001 * gdbarch.h, gdbarch.c: Re-generate.
5002 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
5003 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
5004 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
5005 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
5006 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
5007 * infcmd.c (run_stack_dummy): Simplify assuming
5008 CALL_DUMMY_BREAKPOINT_OFFSET_P.
5009 * infrun.c (handle_inferior_event): Ditto.
5010 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5011 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
5012 * arm-tdep.c (arm_gdbarch_init): Ditto.
5013 * avr-tdep.c (avr_gdbarch_init): Ditto.
5014 * cris-tdep.c (cris_gdbarch_init): Ditto.
5015 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5016 * frv-tdep.c (frv_gdbarch_init): Ditto.
5017 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5018 * i386-tdep.c (i386_gdbarch_init): Ditto.
5019 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5020 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5021 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5022 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5023 * mips-tdep.c (mips_gdbarch_init): Ditto.
5024 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5025 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5026 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5027 * s390-tdep.c (s390_gdbarch_init): Ditto.
5028 * sh-tdep.c (sh_gdbarch_init): Ditto.
5029 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5030 * v850-tdep.c (v850_gdbarch_init): Ditto.
5031 * vax-tdep.c (vax_gdbarch_init): Ditto.
5032 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5033
5034 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
5035
5036 * symfile.c (symfile_relocate_debug_section): Update call to
5037 bfd_simple_get_relocated_section_contents.
5038
5039 2003-03-31 Andrew Cagney <cagney@redhat.com>
5040
5041 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
5042 * gdbarch.h, gdbarch.c: Regenerate.
5043 * inferior.h (FIX_CALL_DUMMY): Delete macro.
5044 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
5045 available.
5046 * frame.h (generic_fix_call_dummy): Delete declaration.
5047 * dummy-frame.h: Update comment.
5048 * dummy-frame.c (generic_fix_call_dummy): Delete function.
5049 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5050 fix_call_dummy.
5051 * sh-tdep.c (sh_gdbarch_init): Ditto.
5052 * s390-tdep.c (s390_gdbarch_init): Ditto.
5053 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5054 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5055 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5056 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5057 * i386-tdep.c (i386_gdbarch_init): Ditto.
5058 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5059 * frv-tdep.c (frv_gdbarch_init): Ditto.
5060 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5061 * cris-tdep.c (cris_gdbarch_init): Ditto.
5062 * avr-tdep.c (avr_gdbarch_init): Ditto.
5063 * arm-tdep.c (arm_gdbarch_init): Ditto.
5064
5065 2003-03-31 J. Brobecker <brobecker@gnat.com>
5066
5067 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
5068 (INIT_FRAME_AP): Likewise.
5069 (EXTRA_FRAME_INFO): Likewise.
5070
5071 2003-03-31 Andrew Cagney <cagney@redhat.com>
5072
5073 * gdbarch.sh: Include "symfile.h".
5074 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
5075 * gdbarch.h, gdbarch.c: Re-generate.
5076 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
5077 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5078 call_dummy_address, the default is at entry_point_address.
5079 * v850-tdep.c (v850_gdbarch_init): Ditto.
5080 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5081 * sh-tdep.c (sh_gdbarch_init): Ditto.
5082 * s390-tdep.c (s390_gdbarch_init): Ditto.
5083 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5084 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5085 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5086 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5087 * i386-tdep.c (i386_gdbarch_init): Ditto.
5088 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5089 * frv-tdep.c (frv_gdbarch_init): Ditto.
5090 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5091 * cris-tdep.c (cris_gdbarch_init): Ditto.
5092 * arm-tdep.c (arm_gdbarch_init): Ditto.
5093
5094 2003-03-31 Andrew Cagney <cagney@redhat.com>
5095
5096 * gdbarch.sh (CALL_DUMMY_P): Delete.
5097 * gdbarch.h, gdbarch.c: Re-generate.
5098 * inferior.h (CALL_DUMMY_P): Delete macro.
5099 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5100 * vax-tdep.c (vax_gdbarch_init): Update.
5101 * v850-tdep.c (v850_gdbarch_init): Update.
5102 * sparc-tdep.c (sparc_gdbarch_init): Update.
5103 * sh-tdep.c (sh_gdbarch_init): Update.
5104 * s390-tdep.c (s390_gdbarch_init): Update.
5105 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5106 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5107 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5108 * mips-tdep.c (mips_gdbarch_init): Update.
5109 * mcore-tdep.c (mcore_gdbarch_init): Update.
5110 * m68k-tdep.c (m68k_gdbarch_init): Update.
5111 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5112 * ia64-tdep.c (ia64_gdbarch_init): Update.
5113 * i386-tdep.c (i386_gdbarch_init): Update.
5114 * h8300-tdep.c (h8300_gdbarch_init): Update.
5115 * frv-tdep.c (frv_gdbarch_init): Update.
5116 * d10v-tdep.c (d10v_gdbarch_init): Update.
5117 * cris-tdep.c (cris_gdbarch_init): Update.
5118 * breakpoint.c (deprecated_frame_in_dummy): Update.
5119 * avr-tdep.c (avr_gdbarch_init): Update.
5120 * alpha-tdep.c (alpha_gdbarch_init): Update.
5121 * arm-tdep.c (arm_gdbarch_init): Update.
5122 * dummy-frame.c (dummy_frame_this_id): Update comments.
5123 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
5124 * frame.c (legacy_get_prev_frame): Ditto.
5125 * valops.c (call_function_by_hand): Delete function.
5126 (hand_function_call): Rename to call_function_by_hand
5127
5128 2003-03-30 Andrew Cagney <cagney@redhat.com>
5129
5130 2002-11-10 Klee Dienes <kdienes@apple.com>
5131 * value.h (struct value): Update comment.
5132
5133 2003-03-30 Andrew Cagney <cagney@redhat.com>
5134
5135 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
5136 D10V_FP_REGNUM.
5137 (d10v_gdbarch_init): Do not set fp_regnum.
5138
5139 * frame.c (get_frame_base): Force ID initialization.
5140 (get_prev_frame): Move computation of the frame ID from here ...
5141 (get_frame_id): ... to here.
5142 (legacy_get_prev_frame): Mark the frame ID as valid.
5143 * frame.h (struct frame_info): Add field "id_p".
5144
5145 2003-03-30 Mark Kettenis <kettenis@gnu.org>
5146
5147 * i386-tdep.c (i386_store_struct_return): Removed.
5148 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
5149
5150 2003-03-30 Andrew Cagney <cagney@redhat.com>
5151
5152 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
5153 * gdbarch.h, gdbarch.c: Regenerate.
5154 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
5155 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5156 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5157 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5158 * i386-tdep.c (i386_gdbarch_init): Ditto.
5159 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5160 * cris-tdep.c (cris_gdbarch_init): Ditto.
5161 * vax-tdep.c (vax_gdbarch_init): Ditto.
5162 * s390-tdep.c (s390_gdbarch_init): Ditto.
5163 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5164 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5165 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5166 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
5167 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
5168 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
5169 * sparc-tdep.c (sparc_gdbarch_init): Update.
5170 * sh-tdep.c (sh_gdbarch_init): Update.
5171 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5172 * mips-tdep.c (mips_gdbarch_init): Update.
5173 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5174 * ia64-tdep.c (ia64_gdbarch_init): Update.
5175 * frv-tdep.c (frv_gdbarch_init): Update.
5176 * avr-tdep.c (avr_gdbarch_init): Update.
5177 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
5178 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
5179 instead of when push_dummy_call is not available.
5180
5181 2003-03-30 Andrew Cagney <cagney@redhat.com>
5182
5183 * infttrace.c: Include "gdbthread.h".
5184 (parent_attach_all): Fix function signature.
5185 (call_ptrace): Update call.
5186 * Makefile.in (infttrace.o): Update dependencies.
5187
5188 2003-03-30 Andrew Cagney <cagney@redhat.com>
5189
5190 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
5191 PUSH_RETURN_ADDRESS.
5192 * gdbarch.h, gdbarch.c: Regenerate.
5193 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5194 * x86-64-tdep.c (x86_64_init_abi): Update.
5195 * v850-tdep.c (v850_gdbarch_init): Update.
5196 * sparc-tdep.c (sparc_gdbarch_init): Update.
5197 * sh-tdep.c (sh_gdbarch_init): Update.
5198 * s390-tdep.c (s390_gdbarch_init): Update.
5199 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5200 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5201 * mips-tdep.c (mips_gdbarch_init): Update.
5202 * mcore-tdep.c (mcore_gdbarch_init): Update.
5203 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5204 * ia64-tdep.c (ia64_gdbarch_init): Update.
5205 * i386-tdep.c (i386_gdbarch_init): Update.
5206 * h8300-tdep.c (h8300_gdbarch_init): Update.
5207 * frv-tdep.c (frv_gdbarch_init): Update.
5208 * cris-tdep.c (cris_gdbarch_init): Update.
5209 * avr-tdep.c (avr_gdbarch_init): Update.
5210 * arm-tdep.c (arm_gdbarch_init): Update.
5211 * valops.c (hand_function_call): Update.
5212
5213 2003-03-29 Andrew Cagney <cagney@redhat.com>
5214
5215 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
5216 sizeof_call_dummy_words.
5217 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
5218 define.
5219 * gdbarch.h: Regenerate.
5220
5221 2003-03-29 Andrew Cagney <cagney@redhat.com>
5222
5223 * infttrace.h: New file.
5224 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
5225 (hpread_get_textlow): Detect an uninitialized dn_bufp.
5226 (hpread_read_doc_function_type): Detect an initialized type1.
5227 (hpread_quick_traverse): Initialize mod_name_string.
5228 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
5229 (som_solib_get_solib_by_pc): Declare.
5230 (so_lib_thread_start_addr): Declare.
5231 (no_shared_libraries): Declare.
5232 * somread.c (init_import_symbols): Make static. Add forward
5233 declaration.
5234 * config/pa/nm-hppah.h: Include "infttrace.h" for
5235 parent_attach_all.
5236 (hppa_insert_hw_watchpoint): Declare.
5237 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
5238 * hppah-nat.c: Include "gdb_string.h".
5239 (parent_attach_all): Delete extern declaration, moved to
5240 "infttrace.h".
5241 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
5242 int.
5243 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
5244 * Makefile.in (infttrace_h): Define.
5245 (hpread.o): Update dependencies.
5246 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
5247 * hppa-hpux-tdep.c: Include "gdb_string.h".
5248 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
5249 * infrun.c (handle_inferior_event): Always initialize
5250 stepped_after_stopped_by_watchpoint. Add default and remove
5251 fallthrough in switch statement.
5252 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
5253 parameter to int.
5254 (hppa_remove_hw_watchpoint): Ditto.
5255
5256 2003-03-29 Andrew Cagney <cagney@redhat.com>
5257
5258 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
5259 offset.
5260
5261 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
5262
5263 * arm-tdep.c (arm_push_arguments): Delete.
5264 (struct stack_item): New type.
5265 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
5266 (arm_store_struct_return): Delte.
5267 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
5268 arm_push_arguments or arm_store_struct_return.
5269
5270 2003-03-28 Andrew Cagney <cagney@redhat.com>
5271
5272 * Makefile.in (d10v-tdep.o): Update dependencies.
5273 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
5274 * d10v-tdep.c: Include "remote.h".
5275 (target_resume_hook): Delete extern declaration.
5276 (target_wait_loop_hook): Ditto.
5277 (tdisassemble_command): Eliminate assignment in "if" conditional.
5278 (d10v_ts2_register_sim_regno): Eliminate call to
5279 legacy_register_sim_regno.
5280 (d10v_ts3_register_sim_regno): Ditto.
5281
5282 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
5283
5284 * thread.c: Reindented.
5285 * lin-lwp.c: Ditto.
5286 * linux-proc.c: Ditto.
5287
5288 2003-03-28 Bob Rossi <bob_rossi@cox.net>
5289
5290 * MAINTAINERS (write after approval): Add myself.
5291
5292 2003-03-27 Theodore A. Roth <troth@openavr.org>
5293
5294 * objc-exp.y: Add missing semi-colons.
5295
5296 2003-03-27 Andrew Cagney <cagney@redhat.com>
5297
5298 * regcache.c (write_sp): Delete function and references.
5299 * inferior.h (write_sp): Delete declaration.
5300 * valops.c (hand_function_call): Replace write_sp with
5301 TARGET_WRITE_SP.
5302 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
5303 (sparc_pop_frame): Ditto.
5304
5305 2003-03-27 Andrew Cagney <cagney@redhat.com>
5306
5307 * NEWS: Mention removal of support for hppa*-*-bsd* and
5308 hppa*-*-osf* natives, and hppa*-*-pro* target.
5309 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
5310 * config/pa/xm-pa.h: Obsolete file.
5311 * config/pa/xm-hppab.h: Obsolete file.
5312 * config/pa/nm-hppab.h: Obsolete file.
5313 * config/pa/tm-hppab.h: Obsolete file.
5314 * config/pa/tm-hppao.h: Obsolete file.
5315 * config/pa/nm-hppao.h: Obsolete file.
5316 * config/pa/tm-pro.h: Obsolete file.
5317 * config/pa/hppaosf.mt: Obsolete file.
5318 * config/pa/hppaosf.mh: Obsolete file.
5319 * config/pa/hppapro.mt: Obsolete file.
5320 * config/pa/hppabsd.mt: Obsolete file.
5321 * config/pa/hppabsd.mh: Obsolete file.
5322 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
5323 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
5324 hppa*-*-osf*.
5325
5326 2003-03-27 Andrew Cagney <cagney@redhat.com>
5327
5328 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
5329 push_arguments. Don't set push_return_address or write_sp.
5330 (d10v_push_dummy_call): Replace d10v_push_arguments.
5331 (d10v_push_return_address, d10v_write_sp): Delete function,
5332 handled by push_dummy_call.
5333
5334 2003-03-26 Andrew Cagney <cagney@redhat.com>
5335
5336 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
5337 (push_dummy_call): New pure multi-arch replacement with gdbarch,
5338 regcache and dummy_addr parameters.
5339 * gdbarch.h, gdbarch.c: Re-generate.
5340 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
5341 available; assume it will handle stack alignment and return
5342 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
5343 legacy_push_arguments.
5344 (legacy_push_arguments): Rename default_push_arguments.
5345 * value.h (legacy_push_arguments): Rename default_push_arguments.
5346 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
5347 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
5348 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
5349 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
5350 * config/i386/tm-symmetry.h: Update.
5351 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5352 * x86-64-tdep.c (x86_64_init_abi): Update.
5353 * v850-tdep.c (v850_gdbarch_init): Update.
5354 * sparc-tdep.c (sparc_gdbarch_init): Update.
5355 * sh-tdep.c (sh_gdbarch_init): Update.
5356 * s390-tdep.c (s390_gdbarch_init): Update.
5357 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5358 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5359 * mips-tdep.c (mips_gdbarch_init): Update.
5360 * mcore-tdep.c (mcore_gdbarch_init): Update.
5361 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5362 * ia64-tdep.c (ia64_gdbarch_init): Update.
5363 * i386-tdep.c (i386_gdbarch_init): Update.
5364 * hppa-tdep.c (hppa_gdbarch_init): Update.
5365 * h8300-tdep.c (h8300_gdbarch_init): Update.
5366 * frv-tdep.c (frv_gdbarch_init): Update.
5367 * d10v-tdep.c (d10v_gdbarch_init): Update.
5368 * cris-tdep.c (cris_gdbarch_init): Update.
5369 * avr-tdep.c (avr_gdbarch_init): Update.
5370 * arm-tdep.c (arm_gdbarch_init): Update.
5371 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5372 * alpha-tdep.c (alpha_gdbarch_init): Update.
5373
5374 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
5375
5376 * signals/signals.c (do_target_signal_to_host): Correct realtime
5377 signal range test.
5378
5379 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
5380
5381 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
5382 (struct sal_chain, map_catch_names): Remove.
5383 (catch_exception_command_1): Don't call
5384 handle_gnu_4_16_catch_command.
5385
5386 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
5387
5388 From Mark Dettinger <dettinge@de.ibm.com>:
5389 * dwarf2cfi.c (read_2u): Increment pointer by two.
5390
5391 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
5392
5393 * signals/signals.c: Fix typos in last change.
5394
5395 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
5396
5397 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
5398 not already defined. Use __SIGRTMIN if available.
5399 (target_signal_from_host): Remove SIGRTMIN block.
5400 (do_target_signal_to_host): Remove SIGRTMIN block; check that
5401 the signal is within the realtime range.
5402
5403 2003-03-25 Adam Fedor <fedor@gnu.org>
5404
5405 * Makefile.in (infrun.o): Add $(language_h)
5406 * infrun.c (handle_inferior_event): Use skip_language_trampoline
5407 for language specific trampolines.
5408 * language.h (struct language_defn): Add skip_trampoline.
5409 (skip_language_trampoline): Declare.
5410 * language.c (unk_lang_trampoline, skip_language_trampoline):
5411 New functions.
5412 (unknown_language_defn, auto_language_defn, local_language_defn):
5413 Add ukn_lang_trampoline.
5414 * ada-lang.c (ada_language_defn): Add NULL for language
5415 specific skip_trampoline.
5416 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
5417 scm-lang.c: Likewise.
5418 * objc-lang.c (objc_skip_trampoline): New function.
5419 (objc_language_defn): Add objc_skip_trampoline.
5420
5421 2003-03-25 Andrew Cagney <cagney@redhat.com>
5422
5423 * frame.c (get_prev_frame): Delay validating a frame's ID -
5424 non-NULL, didn't go backwards - until an attempt to unwind it to
5425 the previous frame.
5426
5427 2003-03-25 Andrew Cagney <cagney@redhat.com>
5428
5429 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
5430 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
5431 * gdbarch.h, gdbarch.c: Re-generate.
5432 * config/sparc/tm-sparc.h
5433 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
5434 * sparc-tdep.c (sparc_gdbarch_init): Set
5435 deprecated_extra_stack_alignment_needed.
5436 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
5437 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
5438 extra_stack_alignment_needed.
5439 * v850-tdep.c (v850_gdbarch_init): Ditto.
5440 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5441 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5442 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5443 * cris-tdep.c (cris_gdbarch_init): Ditto.
5444 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5445 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5446
5447 2003-03-25 Andrew Cagney <cagney@redhat.com>
5448
5449 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
5450 STORE_STRUCT_RETURN.
5451 * gdbarch.h, gdbarch.c: Regenerate.
5452 * d10v-tdep.c (d10v_store_struct_return): Delete function.
5453 (d10v_push_arguments): Set the struct return register.
5454 (d10v_gdbarch_init): Update.
5455 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5456 * x86-64-tdep.c (x86_64_init_abi): Update.
5457 * vax-tdep.c (vax_gdbarch_init): Update.
5458 * v850-tdep.c (v850_gdbarch_init): Update.
5459 * sparc-tdep.c (sparc_gdbarch_init): Update.
5460 * sh-tdep.c (sh_gdbarch_init): Update.
5461 * s390-tdep.c (s390_gdbarch_init): Update.
5462 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5463 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5464 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5465 * mips-tdep.c (mips_gdbarch_init): Update.
5466 * mcore-tdep.c (mcore_gdbarch_init): Update.
5467 * m68k-tdep.c (m68k_gdbarch_init): Update.
5468 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5469 * ia64-tdep.c (ia64_gdbarch_init): Update.
5470 * i386-tdep.c (i386_gdbarch_init): Update.
5471 * hppa-tdep.c (hppa_gdbarch_init): Update.
5472 * h8300-tdep.c (h8300_gdbarch_init): Update.
5473 * frv-tdep.c (frv_gdbarch_init): Update.
5474 * cris-tdep.c (cris_gdbarch_init): Update.
5475 * avr-tdep.c (avr_gdbarch_init): Update.
5476 * arm-tdep.c (arm_gdbarch_init): Update.
5477 * alpha-tdep.c (alpha_gdbarch_init): Update.
5478
5479 2003-03-25 Andrew Cagney <cagney@redhat.com>
5480
5481 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
5482 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
5483 CALL_DUMMY_STACK_ADJUST with a predicate variable.
5484 * gdbarch.h, gdbarch.c: Regenerate.
5485 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5486 call_dummy_stack_adjust_p.
5487 * vax-tdep.c (vax_gdbarch_init): Ditto.
5488 * v850-tdep.c (v850_gdbarch_init): Ditto.
5489 * sh-tdep.c (sh_gdbarch_init): Ditto.
5490 * s390-tdep.c (s390_gdbarch_init): Ditto.
5491 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5492 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5493 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5494 * mips-tdep.c (mips_gdbarch_init): Ditto.
5495 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5496 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5497 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5498 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5499 * i386-tdep.c (i386_gdbarch_init): Ditto.
5500 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5501 * frv-tdep.c (frv_gdbarch_init): Ditto.
5502 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5503 * cris-tdep.c (cris_gdbarch_init): Ditto.
5504 * avr-tdep.c (avr_gdbarch_init): Ditto.
5505 * arm-tdep.c (arm_gdbarch_init): Ditto.
5506 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5507 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
5508 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
5509 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
5510 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
5511 call_dummy_stack_adjust_p.
5512 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
5513 (CALL_DUMMY_STACK_ADJUST): Delete macro.
5514 * sparc-tdep.c (sparc32_push_arguments): Update.
5515 * valops.c (hand_function_call): Update.
5516
5517 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
5518
5519 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
5520 set_gdbarch_char_signed.
5521
5522 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
5523
5524 PR cli/548
5525 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
5526
5527 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
5528
5529 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
5530 (_initialize_arm_tdep): Don't set tm_print_insn.
5531
5532 2003-03-24 Adam Fedor <fedor@gnu.org>
5533
5534 * Makefile.in (YYOBJ): Add objc-exp.tab.o
5535 * objc-lang.h: Add multiple inclusion protection.
5536 (start_msglist, add_msglist, end_msglist): Additional declarations.
5537
5538 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
5539
5540 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
5541 value was renamed to ARM_FLOAT_SOFT_FPA.
5542
5543 2003-03-23 Andrew Cagney <cagney@redhat.com>
5544
5545 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
5546 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
5547 * gdbarch.h, gdbarch.c: Regenerate.
5548 * valops.c (hand_function_call): Update.
5549 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
5550 * frame.c (legacy_saved_regs_this_id): Update.
5551 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
5552 * dummy-frame.h: Update.
5553 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
5554 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
5555 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
5556 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
5557 * config/m68k/tm-sun3.h: Update.
5558 * blockframe.c (inside_main_func, frame_chain_valid): Update.
5559 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5560 * x86-64-tdep.c (x86_64_init_abi): Update.
5561 * vax-tdep.c (vax_gdbarch_init): Update.
5562 * v850-tdep.c (v850_gdbarch_init): Update.
5563 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
5564 * sh-tdep.c (sh_gdbarch_init): Update.
5565 * s390-tdep.c (s390_gdbarch_init): Update.
5566 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
5567 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
5568 (frame_get_saved_regs): Update.
5569 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
5570 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5571 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5572 * mips-tdep.c (mips_gdbarch_init): Update.
5573 * mcore-tdep.c (mcore_gdbarch_init): Update.
5574 * m68k-tdep.c (m68k_gdbarch_init): Update.
5575 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5576 * ia64-tdep.c (ia64_gdbarch_init): Update.
5577 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
5578 * i386-interix-tdep.c (i386_interix_init_abi): Update.
5579 (i386_interix_back_one_frame): Update.
5580 * hppa-tdep.c (hppa_gdbarch_init): Update.
5581 (hppa_init_extra_frame_info): Update.
5582 * h8300-tdep.c (h8300_gdbarch_init): Update.
5583 * frv-tdep.c (frv_gdbarch_init): Update.
5584 * cris-tdep.c (cris_gdbarch_init): Update.
5585 * avr-tdep.c (avr_gdbarch_init): Update.
5586 * arm-tdep.c (arm_gdbarch_init): Update.
5587 * alpha-tdep.c (alpha_gdbarch_init): Update.
5588
5589 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
5590
5591 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
5592 (arm_get_fp_model): Declare.
5593 * arm-tdep.c (fp_model_strings): New string array.
5594 (arm_fp_model, current_fp_model): New variables.
5595 (arm_get_fp_model): New function.
5596 (arm_set_fp): New function.
5597 (set_fp_model_sfunc): New function.
5598 (show_fp_model): New function.
5599 (_initialize_arm_tdep): Add new command to set/show the FPU.
5600 (arm_extract_return_value): Use arm_get_fp_model.
5601 (arm_store_return_value): Likewise.
5602 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
5603 to initialize the floating-point data types.
5604 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
5605 model is FPA.
5606
5607 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
5608
5609 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
5610 the current setting of each value.
5611 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
5612 new_set and new_show. Use add_setshow_cmd_full and
5613 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
5614 commands and add new version as subcommands of "set/show arm".
5615
5616 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
5617
5618 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
5619 (set_arm_command, show_arm_command): New functions.
5620 (_initialize_arm_tdep): Add them.
5621 (num_disassembly_options): Renamed from num_flavor_options.
5622 (valid_disassembly_styles): Renamed from valid_flavors.
5623 (disassembly_style): Renamed from disassembly_flavor.
5624 (set_disassembly_style_sfunc): Renamed from
5625 set_disassembly_flavor_sfunc.
5626 (set_disassembly_style): Renamed from set_disassembly_flavor.
5627 (arm_othernames): Updated.
5628 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
5629 command. Add "set/show arm disassembly" commands. Deprecate
5630 "othernames" command.
5631
5632 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
5633
5634 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
5635 (arm-tdep.o): Depend on elf_arm_h.
5636
5637 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
5638
5639 * Makefile.in (coff_internal_h): Define.
5640 (arm-tdep.o): Update dependencies.
5641
5642 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
5643
5644 * arm-tdep.c (prologue_cache): Delete.
5645 (check_prologue_cache, save_prologue_cache): Delete.
5646 (arm_scan_prologue): Don't check or update the prologue_cache.
5647 (arm_gdb_arch_init): Don't initialize it.
5648 (_initialize_arm_tdep): Likewise.
5649
5650 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
5651
5652 * MAINTAINERS (tui): Maintainer of tui code.
5653
5654 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
5655
5656 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
5657 (i386-cygwin-tdep.o): Add dependencies.
5658 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
5659 * i386-cygwin-tdep.c: New file.
5660 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
5661 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
5662
5663 2003-03-20 Andrew Cagney <cagney@redhat.com>
5664
5665 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
5666 (handle_inferior_event): Remove code calling
5667 DYNAMIC_TRAMPOLINE_NEXTPC.
5668
5669 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
5670 already has a full path.
5671
5672 * main.c (gdb_main): Return 1.
5673 (captured_main): Call error to report an invalid interpreter.
5674
5675 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
5676 * alpha-osf1-tdep.c: Include "gdb_string.h".
5677
5678 2003-03-19 J. Brobecker <brobecker@gnat.com>
5679
5680 Continuing work to convert the hppa targets to multiarch partial.
5681
5682 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
5683 method, now that hppa_push_dummy_frame has a conformant prototype.
5684 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
5685 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
5686 for the switch to multiarch partial.
5687
5688 2003-03-19 Kevin Buettner <kevinb@redhat.com>
5689
5690 * mdebugread.c (parse_symbol): For stEnd, we're done counting
5691 when iss is issNull.
5692
5693 2003-03-18 Kevin Buettner <kevinb@redhat.com>
5694
5695 * mips-tdep.c (mips_register_name): Fix fencepost error involving
5696 NUM_REGS bounds check.
5697
5698 2003-03-18 Kevin Buettner <kevinb@redhat.com>
5699
5700 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
5701 * mips-tdep.c (gdb_assert.h): Include.
5702 (mips_generic_reg_names, mips_processor_reg_names): Make static.
5703 (mips_register_name): Handle integer registers explicitly. Add
5704 bounds checking.
5705 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
5706 (mips_lsi33k_reg_names): Don't list integer registers; they're
5707 handled by mips_register_name() now.
5708 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
5709 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
5710 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
5711 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
5712 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
5713
5714 2003-03-18 Andrew Cagney <cagney@redhat.com>
5715
5716 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
5717 a void pointer.
5718 * gdbtypes.h (print_scalar_formatted): Update declaration.
5719 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
5720
5721 2003-03-18 J. Brobecker <brobecker@gnat.com>
5722
5723 * infrun.c (observer.h): Add #include.
5724 (normal_stop): Add call to observer_notify_normal_stop.
5725 * Makefile.in (infrun.o): Add dependency on observer.h.
5726
5727 2003-03-18 J. Brobecker <brobecker@gnat.com>
5728
5729 Continuing work to convert the hppa targets to multiarch partial.
5730 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
5731 parameter. Reformat comment.
5732 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
5733 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
5734 to match new profile.
5735
5736 2003-03-18 J. Brobecker <brobecker@gnat.com>
5737
5738 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
5739 appear to be working in any case.
5740
5741 2003-03-18 J. Brobecker <brobecker@gnat.com>
5742
5743 * observer.c (observer_test_first_observer): New static variable.
5744 (observer_test_second_observer): Likewise.
5745 (observer_test_third_observer): Likewise.
5746 (observer_test_first_notification_function): New static function.
5747 (observer_test_second_notification_function): Likewise.
5748 (observer_test_third_notification_function): Likewise.
5749
5750 2003-03-17 J. Brobecker <brobecker@gnat.com>
5751
5752 * hppa-tdep.c (gdb_assert.h): Add missing #include.
5753 * somsolib.c (gdb_assert.h): Likewise.
5754 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
5755 (somsolib.o): Likewise.
5756
5757 2003-03-17 Andrew Cagney <cagney@redhat.com>
5758
5759 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
5760 BFD. Simplify setting of di.endian.
5761
5762 2003-03-17 Andrew Cagney <cagney@redhat.com>
5763
5764 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
5765 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
5766
5767 From Elena Zannoni <ezannoni@redhat.com>
5768 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
5769 vector and floating-point parameters.
5770 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
5771 convention.
5772 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
5773
5774 2003-03-17 Fernando Nasser <fnasser@redhat.com>
5775
5776 * MAINTAINERS: Remove my name from several maintainership roles.
5777
5778 2003-03-17 Andrew Cagney <cagney@redhat.com>
5779
5780 Fix frame off-by-one bug.
5781 * frame-unwind.h (frame_this_id_ftype): Replace
5782 frame_unwind_id_ftype.
5783 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
5784 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
5785 with "prev_register".
5786 * frame-unwind.c (frame_unwind_find_by_pc): Return
5787 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
5788 comment.
5789 * dummy-frame.c (cached_find_dummy_frame): Delete function.
5790 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
5791 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
5792 (dummy_frame_unwind): Update.
5793 * sentinel-frame.c (sentinel_frame_prev_register): Replace
5794 sentinel_frame_register_unwind.
5795 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
5796 (sentinel_frame_unwinder): Update.
5797 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
5798 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
5799 * frame.c (create_sentinel_frame): Update. Initialize
5800 "prologue_cache" instead of "unwind_cache".
5801 (frame_register_unwind): Call this frame's prev_register with the
5802 next frame and this frame's prologue cache.
5803 (get_prev_frame): Simplify. Always call prev frame's this_id with
5804 this frame and prev frame's prologue cache. Document that this
5805 call is shifted one to the left when compared to the
5806 frame_register_unwind call.
5807 (legacy_saved_regs_prev_register): Replace
5808 frame_saved_regs_register_unwind.
5809 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
5810 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
5811 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
5812 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
5813 (d10v_frame_unwind): Update.
5814 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
5815 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
5816 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
5817 "saved_regs" with "this_saved_regs".
5818
5819 2003-03-16 Andrew Cagney <cagney@redhat.com>
5820
5821 * frame.c (frame_pop): Don't call target_store_registers. Fix
5822 problem reported by Mark Kettenis.
5823
5824 2003-03-16 Mark Kettenis <kettenis@gnu.org>
5825
5826 * i386-tdep.c (i386_register_type): Renamed from
5827 i386_register_virtual_type. Adjust function signature.
5828 (i386_gdbarch_init): Set register_type instead of
5829 deprecated_max_register_raw_size,
5830 deprecated_max_register_virtual_size and register_virtual_type.
5831
5832 2003-03-14 Andrew Cagney <cagney@redhat.com>
5833
5834 * frame.c (get_prev_frame): When a legacy frame, always call
5835 legacy_get_prev_frame. Simplify unwind code using assumption that
5836 the unwinder is new.
5837 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
5838 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
5839 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
5840
5841 2003-03-14 Andrew Cagney <cagney@redhat.com>
5842
5843 * frame.c (get_saved_register): Delete function.
5844 * frame.h (get_saved_register): Delete declaration.
5845 * xstormy16-tdep.c: Update comment.
5846 * regcache.h: Update comments.
5847 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
5848 get_saved_register and extract_address, use
5849 frame_read_unsigned_register.
5850 (sparc_frame_saved_pc): Ditto.
5851 (sparc_get_saved_register): Instead of get_saved_register, use
5852 frame_register.
5853 (sparc_pop_frame): Ditto.
5854 * findvar.c: Update comments.
5855 (value_of_register): Call frame_register instead of
5856 get_saved_register.
5857 (value_from_register): Ditto.
5858 * config/sparc/tm-sparc.h: Update comment.
5859 * breakpoint.c: Update comment.
5860
5861 2003-03-14 Andrew Cagney <cagney@redhat.com>
5862
5863 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
5864 GET_SAVED_REGISTER.
5865 * gdbarch.h, gdbarch.c: Re-generate.
5866 * frame.h: Update comments.
5867 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5868 * x86-64-tdep.c (x86_64_init_abi): Update.
5869 * sparc-tdep.c (sparc_gdbarch_init): Update.
5870 * sh-tdep.c (sh_gdbarch_init): Update.
5871 * mips-tdep.c (mips_gdbarch_init): Update.
5872 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5873 * cris-tdep.c (cris_gdbarch_init): Update.
5874 * ia64-tdep.c (ia64_gdbarch_init): Update.
5875 * frame.c (frame_register): Update.
5876 (get_saved_register): Update.
5877 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
5878
5879 2003-03-13 Andrew Cagney <cagney@redhat.com>
5880
5881 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
5882 * gdbarch.h, gdbarch.c: Regenerate.
5883 * valops.c (hand_function_call): Update comment.
5884 * stack.c (return_command): Update comment.
5885 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
5886 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
5887 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5888 * x86-64-tdep.c (x86_64_init_abi): Update.
5889 * vax-tdep.c (vax_gdbarch_init): Update.
5890 * v850-tdep.c (v850_gdbarch_init): Update.
5891 * sparc-tdep.c (sparc_gdbarch_init): Update.
5892 * sh-tdep.c (sh_gdbarch_init): Update.
5893 * s390-tdep.c (s390_gdbarch_init): Update.
5894 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5895 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5896 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5897 * mips-tdep.c (mips_gdbarch_init): Update.
5898 * mcore-tdep.c (mcore_gdbarch_init): Update.
5899 * m68k-tdep.c (m68k_gdbarch_init): Update.
5900 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5901 * ia64-tdep.c (ia64_gdbarch_init): Update.
5902 * i386-tdep.c (i386_gdbarch_init): Update.
5903 * hppa-tdep.c (hppa_gdbarch_init): Update.
5904 * h8300-tdep.c (h8300_gdbarch_init): Update.
5905 * frv-tdep.c (frv_gdbarch_init): Update.
5906 * cris-tdep.c (cris_gdbarch_init): Update.
5907 * avr-tdep.c (avr_gdbarch_init): Update.
5908 * arm-tdep.c (arm_gdbarch_init): Update.
5909 * alpha-tdep.c (alpha_gdbarch_init): Update.
5910
5911 2003-03-13 Andrew Cagney <cagney@redhat.com>
5912
5913 * frame.c (legacy_frame_p): New function.
5914 (get_prev_frame): Use legacy_frame_p.
5915 * frame.h (legacy_frame_p): Declare.
5916
5917 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
5918
5919 * MAINTAINERS (write after approval): Alphabetically
5920 listing corrected.
5921
5922 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
5923
5924 * MAINTAINERS (write after approval): Add myself.
5925
5926 2003-03-12 Andrew Cagney <cagney@redhat.com>
5927
5928 * frame.c (get_prev_frame): Rename the frame parameter to
5929 "this_frame".
5930 (get_next_frame, legacy_get_prev_frame): Ditto.
5931
5932 2003-03-12 Andrew Cagney <cagney@redhat.com>
5933
5934 * frame.c (get_current_frame): Check target_has_registers before
5935 checking target_has_stack.
5936 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
5937 instead of deprecated_selected_frame.
5938 * findvar.c (value_of_register): Pass "frame", not
5939 deprecated_selected_frame, to value_of_builtin_reg.
5940
5941 2003-03-12 Andrew Cagney <cagney@redhat.com>
5942
5943 * regcache.c (regcache_cooked_write_signed): New function.
5944 (regcache_cooked_write_unsigned): New function.
5945 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
5946 (regcache_cooked_read_signed): Fix regnum in range assertion.
5947 * regcache.h (regcache_cooked_write_signed): Declare.
5948 (regcache_cooked_write_unsigned): Declare.
5949
5950 2003-03-12 Andrew Cagney <cagney@redhat.com>
5951
5952 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
5953 * gdbarch.h, gdbarch.c: Re-generate.
5954 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5955 * x86-64-tdep.h: Update.
5956 * x86-64-tdep.c (x86_64_init_abi): Update.
5957 * v850-tdep.c (v850_gdbarch_init): Update.
5958 * sparc-tdep.c (sparc_gdbarch_init): Update.
5959 * sh-tdep.c (sh_gdbarch_init): Update.
5960 * s390-tdep.c (s390_gdbarch_init): Update.
5961 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5962 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
5963 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5964 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5965 * mips-tdep.c (mips_gdbarch_init): Update.
5966 * mcore-tdep.c (mcore_gdbarch_init): Update.
5967 * m68k-tdep.c (m68k_gdbarch_init): Update.
5968 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5969 * ia64-tdep.c (ia64_gdbarch_init): Update.
5970 * i386-tdep.c (i386_gdbarch_init): Update.
5971 * i386-interix-tdep.c (i386_interix_init_abi): Update.
5972 * hppa-tdep.c (hppa_gdbarch_init): Update.
5973 * h8300-tdep.c (h8300_gdbarch_init): Update.
5974 * frv-tdep.c (frv_gdbarch_init): Update.
5975 * cris-tdep.c (cris_gdbarch_init): Update.
5976 * avr-tdep.c (avr_gdbarch_init): Update.
5977 * arm-tdep.c (arm_gdbarch_init): Update.
5978 * alpha-tdep.c (alpha_gdbarch_init): Update.
5979 * sh-tdep.c (sh_init_extra_frame_info): Update.
5980 (sh64_init_extra_frame_info): Update.
5981 * ns32knbsd-nat.c (frame_num_args): Update.
5982 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
5983 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
5984 (xstormy16_frame_chain_valid): Update.
5985 * vax-tdep.c (vax_saved_pc_after_call): Update.
5986 * v850-tdep.c (v850_frame_chain): Update.
5987 (v850_pop_frame): Update.
5988 (v850_init_extra_frame_info): Update.
5989 * sparc-tdep.c (setup_arbitrary_frame): Update.
5990 * ns32k-tdep.c (umax_frame_num_args): Update.
5991 * s390-tdep.c (s390_pop_frame_regular): Update.
5992 * mn10300-tdep.c (mn10300_frame_chain): Update.
5993 (mn10300_pop_frame_regular): Update.
5994 (mn10300_init_extra_frame_info): Update.
5995 * mips-tdep.c (mips_init_frame_pc_first): Update.
5996 (mips_frame_chain): Update.
5997 (mips_pop_frame): Update.
5998 * mcore-tdep.c (mcore_frame_chain): Update.
5999 (mcore_pop_frame): Update.
6000 (mcore_init_extra_frame_info): Update.
6001 * arch-utils.c (init_frame_pc_default): Update.
6002 * m68k-tdep.c (isi_frame_num_args): Update.
6003 (delta68_frame_num_args): Update.
6004 (news_frame_num_args): Update.
6005 * ia64-tdep.c (ia64_pop_frame_regular): Update.
6006 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
6007 (alpha_frame_chain): Update.
6008 (alpha_pop_frame): Update.
6009 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
6010 (hppa_init_extra_frame_info): Update.
6011 (hppa_frame_chain): Update.
6012 (hppa_frame_chain_valid): Update.
6013 * cris-tdep.c (cris_init_extra_frame_info): Update.
6014 * avr-tdep.c (avr_init_extra_frame_info): Update.
6015 * arm-tdep.c (arm_frame_chain_valid): Update.
6016 (arm_init_extra_frame_info): Update.
6017 (arm_pop_frame): Update.
6018 * frame.c (frame_pc_unwind): Update.
6019 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
6020 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
6021 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
6022 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
6023 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
6024 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
6025
6026 2003-03-12 Andrew Cagney <cagney@redhat.com>
6027
6028 Eliminate the need for POP_FRAME.
6029 * frame.c (do_frame_unwind_register): New function.
6030 (frame_pop): When no POP_FRAME, pop the frame using register
6031 unwind and a scratch regcache.
6032 (frame_saved_regs_pop): Delete function.
6033 (trad_frame_unwinder): Update.
6034 * d10v-tdep.c (d10v_frame_pop): Delete function.
6035 (d10v_frame_unwind): Update.
6036 * sentinel-frame.c (sentinel_frame_pop): Delete function.
6037 (sentinel_frame_unwinder): Update.
6038 * dummy-frame.c (dummy_frame_pop): Delete function.
6039 (dummy_frame_unwind): Update.
6040 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
6041 (struct frame_unwind): Update.
6042
6043 2003-03-11 Kevin Buettner <kevinb@redhat.com>
6044
6045 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
6046 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
6047 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
6048 Do range checks on register number obtained from debugging info.
6049 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
6050 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
6051 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
6052 mapping function.
6053 (do_fp_register_row): Fix typo which caused double type to be
6054 used when attempting to unpack a float.
6055
6056 2003-03-11 J. Brobecker <brobecker@gnat.com>
6057
6058 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
6059
6060 2003-03-11 Andrew Cagney <cagney@redhat.com>
6061
6062 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
6063 frame. Problem found by Corinna Vinschen.
6064
6065 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
6066
6067 * doublest.c (floatformat_from_length): Accept also
6068 the real size of 'long double' type.
6069
6070 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
6071
6072 From Klee Dienes <kdienes@apple.com>:
6073 * breakpoint.c (bpstat_copy): Copy the command lines as well
6074 as the old value, to match what is freed in bpstat_clear.
6075
6076 2003-03-10 David Carlton <carlton@math.stanford.edu>
6077
6078 * minsyms.c (add_minsym_to_hash_table): Replace
6079 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
6080 (compare_minimal_symbols, compact_minimal_symbols)
6081 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
6082 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
6083 of DEPRECATED_SYMBOL_MATCHES_NAME.
6084 (lookup_minimal_symbol_solib_trampoline): Ditto.
6085
6086 2003-03-10 Andrew Cagney <cagney@redhat.com>
6087
6088 * regcache.h (regcache_cooked_read_ftype): Define.
6089 (regcache_save, regcache_restore): Add a cooked_read parameter.
6090 * regcache.c (regcache_save, regcache_restore): Update.
6091 (do_cooked_read): New function.
6092 (regcache_cpy): Pass do_cooked_read to regcache_save and
6093 regcache_restore.
6094
6095 2003-03-10 Andrew Cagney <cagney@redhat.com>
6096
6097 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
6098 * gdbarch.h, gdbarch.c: Re-generate.
6099 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6100 * x86-64-tdep.h: Update.
6101 * x86-64-tdep.c (x86_64_init_abi): Update.
6102 * v850-tdep.c (v850_gdbarch_init): Update.
6103 * sparc-tdep.c (sparc_gdbarch_init): Update.
6104 * sh-tdep.c (sh_gdbarch_init): Update.
6105 * s390-tdep.c (s390_gdbarch_init): Update.
6106 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6107 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
6108 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6109 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6110 * mips-tdep.c (mips_gdbarch_init): Update.
6111 * mcore-tdep.c (mcore_gdbarch_init): Update.
6112 * m68k-tdep.c (m68k_gdbarch_init): Update.
6113 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6114 * ia64-tdep.c (ia64_gdbarch_init): Update.
6115 * i386-tdep.c (i386_gdbarch_init): Update.
6116 * i386-interix-tdep.c (i386_interix_init_abi): Update.
6117 * hppa-tdep.c (hppa_gdbarch_init): Update.
6118 * h8300-tdep.c (h8300_gdbarch_init): Update.
6119 * frv-tdep.c (frv_gdbarch_init): Update.
6120 * cris-tdep.c (cris_gdbarch_init): Update.
6121 * avr-tdep.c (avr_gdbarch_init): Update.
6122 * arm-tdep.c (arm_gdbarch_init): Update.
6123 * alpha-tdep.c (alpha_gdbarch_init): Update.
6124 * sh-tdep.c (sh_init_extra_frame_info): Update.
6125 (sh64_init_extra_frame_info): Update.
6126 * ns32knbsd-nat.c (frame_num_args): Update.
6127 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
6128 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
6129 (xstormy16_frame_chain_valid): Update.
6130 * vax-tdep.c (vax_saved_pc_after_call): Update.
6131 * v850-tdep.c (v850_frame_chain): Update.
6132 (v850_pop_frame): Update.
6133 (v850_init_extra_frame_info): Update.
6134 * sparc-tdep.c (setup_arbitrary_frame): Update.
6135 * ns32k-tdep.c (umax_frame_num_args): Update.
6136 * s390-tdep.c (s390_pop_frame_regular): Update.
6137 * mn10300-tdep.c (mn10300_frame_chain): Update.
6138 (mn10300_pop_frame_regular): Update.
6139 (mn10300_init_extra_frame_info): Update.
6140 * mips-tdep.c (mips_init_frame_pc_first): Update.
6141 (mips_frame_chain): Update.
6142 (mips_pop_frame): Update.
6143 * mcore-tdep.c (mcore_frame_chain): Update.
6144 (mcore_pop_frame): Update.
6145 (mcore_init_extra_frame_info): Update.
6146 * arch-utils.c (init_frame_pc_default): Update.
6147 * m68k-tdep.c (isi_frame_num_args): Update.
6148 (delta68_frame_num_args): Update.
6149 (news_frame_num_args): Update.
6150 * ia64-tdep.c (ia64_pop_frame_regular): Update.
6151 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
6152 (alpha_frame_chain): Update.
6153 (alpha_pop_frame): Update.
6154 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
6155 (hppa_init_extra_frame_info): Update.
6156 (hppa_frame_chain): Update.
6157 (hppa_frame_chain_valid): Update.
6158 * cris-tdep.c (cris_init_extra_frame_info): Update.
6159 * avr-tdep.c (avr_init_extra_frame_info): Update.
6160 * arm-tdep.c (arm_frame_chain_valid): Update.
6161 (arm_init_extra_frame_info): Update.
6162 (arm_pop_frame): Update.
6163 * frame.c (frame_pc_unwind): Update.
6164 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
6165 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
6166 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
6167 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
6168 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
6169 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
6170
6171 2003-03-10 Andrew Cagney <cagney@redhat.com>
6172
6173 * gdbarch.sh (gdbarch_unwind_pc): New method.
6174 * gdbarch.h, gdbarch.c: Regenerate.
6175 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
6176 but use read_pc and FRAME_SAVED_PC as fall backs.
6177 (frame_saved_regs_pc_unwind): Delete function.
6178 (trad_frame_unwinder): Update.
6179 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
6180 (struct frame_unwind): Update.
6181 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
6182 (dummy_frame_unwind): Update.
6183 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
6184 (sentinel_frame_unwinder): Update.
6185 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
6186 (d10v_frame_unwind): Update.
6187 (d10v_unwind_pc): New function.
6188 (d10v_gdbarch_init): Set unwind_pc.
6189
6190 2003-03-10 Andrew Cagney <cagney@redhat.com>
6191
6192 * gdbarch.h: Re-generate.
6193
6194 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
6195 PC.
6196 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
6197 the PC register.
6198
6199 2003-03-08 Mark Kettenis <kettenis@gnu.org>
6200
6201 * gdbarch.sh (save_dummy_frame_tos): Add comment.
6202
6203 2003-03-08 Andrew Cagney <cagney@redhat.com>
6204
6205 * cli-out.c: Update copyright.
6206 (cli_out_data): Define typedef. Use instead of ui_out_data.
6207
6208 2003-03-08 Andrew Cagney <cagney@redhat.com>
6209
6210 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
6211 the result.
6212
6213 2003-03-07 Andrew Cagney <cagney@redhat.com>
6214
6215 * gdbarch.sh: Don't generate two macro definitions when an
6216 undefined macro taking no arguments.
6217 * gdbarch.h: Regenerate.
6218
6219 2002-03-07 Michal Ludvig <mludvig@suse.cz>
6220
6221 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
6222 (x86_64_unwind_dummy_id): New functions.
6223 (x86_64_init_abi): Register these two new functions.
6224
6225 2003-03-07 Michal Ludvig <mludvig@suse.cz>
6226
6227 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
6228 (x86_64_skip_prologue): Move prologue detection to
6229 separate function.
6230 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
6231
6232 2003-03-05 Andrew Cagney <cagney@redhat.com>
6233
6234 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
6235 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
6236 * frame.c (get_prev_frame): Restructure the frame ID unwind code
6237 to use unwind_dummy_id when a dummy frame.
6238 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
6239 predicate.
6240 * gdbarch.h, gdbarch.c: Regneerate.
6241
6242 2003-03-05 Andrew Cagney <cagney@redhat.com>
6243
6244 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
6245 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
6246 Do not use d10v_read_sp or d10v_read_fp when obtaining register
6247 values.
6248
6249 2003-03-05 Andrew Cagney <cagney@redhat.com>
6250
6251 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
6252 (struct d10v_unwind_cache): Delete field "frameless". Replace
6253 "next_addr" with "sp_offset". Add "r11_offset".
6254 (d10v_frame_unwind_cache): Update.
6255 (prologue_find_regs): Update. When "mv r11, sp", save the
6256 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
6257 RN was saved in r11_offset.
6258
6259 2003-03-05 Andrew Cagney <cagney@redhat.com>
6260
6261 * frame.c (deprecated_update_frame_pc_hack): Also update the the
6262 cached PC value in the next frame.
6263
6264 2003-03-05 Andrew Cagney <cagney@redhat.com>
6265
6266 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
6267 "id_unwind_cache" with "id".
6268 (frame_id_unwind): Delete declaration.
6269 * frame.c (frame_id_unwind): Delete function.
6270 (get_prev_frame): Call the frame id unwind method directly. Store
6271 the returned next frame's ID value in NEXT_FRAME. Note that there
6272 is a problem with the wrong unwind ID being called with the wrong
6273 unwind cache.
6274
6275 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
6276
6277 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
6278
6279 2003-03-05 James Ingham <jingham@apple.com>
6280 Daniel Jacobowitz <drow@mvista.com>
6281
6282 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
6283 (auto_cp_abi): New variable.
6284 (current_cp_abi, num_cp_abis): Make static.
6285 (CP_ABI_MAX): Define.
6286 (cp_abis): Turn into an array.
6287 (value_virtual_fn_field): Fix formatting.
6288 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
6289 takes a pointer.
6290 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
6291 (list_cp_abis, _initialize_cp_abi): New functions.
6292 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
6293 declarations for cp_abis, num_cp_abis, current_cp_abi, and
6294 switch_to_cp_abi. Update prototype for register_cp_abi.
6295 * Makefile.in (cp-abi.o): Update dependencies.
6296 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
6297 instead of switch_to_cp_abi.
6298 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
6299 register_cp_abi.
6300 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
6301 register_cp_abi.
6302 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
6303
6304 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
6305
6306 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
6307 * dwarf2loc.c: Include "regcache.h".
6308 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
6309 register_size.
6310 * Makefile.in (dwarf2loc.o): Update dependencies.
6311
6312 2003-03-04 Theodore A. Roth <troth@openavr.org>
6313
6314 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
6315 number of io registers reported by remote target is not a multiple of
6316 step.
6317
6318 2003-03-04 David Carlton <carlton@math.stanford.edu>
6319
6320 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
6321 (lookup_symbol_aux_psymtabs): Update call to
6322 lookup_partial_symbol.
6323 (lookup_transparent_type, find_main_psymtab)
6324 (make_symbol_overload_list): Ditto.
6325
6326 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
6327
6328 * MAINTAINERS (Write after approval): Update my email address.
6329
6330 2003-03-03 Andrew Cagney <cagney@redhat.com>
6331
6332 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
6333 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
6334 predicate. Replace MAX_REGISTER_RAW_SIZE.
6335 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
6336 MAX_REGISTER_VIRTUAL_SIZE.
6337 * regcache.c (legacy_max_register_raw_size): New function.
6338 (legacy_max_register_virtual_size): New function.
6339 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
6340 (MAX_REGISTER_RAW_SIZE): Define.
6341 (legacy_max_register_raw_size): Declare.
6342 (legacy_max_register_virtual_size): Declare.
6343 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
6344 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
6345 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
6346 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
6347 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
6348 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
6349 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
6350 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
6351 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
6352 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6353 * vax-tdep.c (vax_gdbarch_init): Update.
6354 * v850-tdep.c (v850_gdbarch_init): Update.
6355 * sparc-tdep.c (sparc_gdbarch_init): Update.
6356 * sh-tdep.c (sh_gdbarch_init): Update.
6357 * s390-tdep.c (s390_gdbarch_init): Update.
6358 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6359 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6360 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6361 * mips-tdep.c (mips_gdbarch_init): Update.
6362 * mcore-tdep.c (mcore_gdbarch_init): Update.
6363 * m68k-tdep.c (m68k_gdbarch_init): Update.
6364 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6365 * ia64-tdep.c (ia64_gdbarch_init): Update.
6366 * i386-tdep.c (i386_gdbarch_init): Update.
6367 * hppa-tdep.c (hppa_gdbarch_init): Update.
6368 * h8300-tdep.c (h8300_gdbarch_init): Update.
6369 * frv-tdep.c (frv_gdbarch_init): Update.
6370 * cris-tdep.c (cris_gdbarch_init): Update.
6371 * avr-tdep.c (avr_gdbarch_init): Update.
6372 * arm-tdep.c (arm_gdbarch_init): Update.
6373 * alpha-tdep.c (alpha_gdbarch_init): Update.
6374 * d10v-tdep.c (d10v_gdbarch_init): Do not set
6375 max_register_raw_size or max_register_virtual_size.
6376
6377 2003-03-03 David Carlton <carlton@math.stanford.edu>
6378
6379 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
6380 SYMBOL_MATCHES_NAME, add comment.
6381 (SYMBOL_MATCHES_NATURAL_NAME): New.
6382 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
6383 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
6384 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
6385 * symtab.c (lookup_partial_symbol): Use
6386 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
6387 unhelpful comment.
6388 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
6389 SYMBOL_MATCHES_NAME.
6390 Fix for PR c++/33.
6391
6392 2003-03-03 David Carlton <carlton@math.stanford.edu>
6393
6394 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
6395 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
6396 by regexp matching against SYMBOL_NATURAL_NAME.
6397
6398 2003-03-03 David Carlton <carlton@math.stanford.edu>
6399
6400 * linespec.c (find_method): Extract code into collect_methods.
6401 (collect_methods): New.
6402
6403 2003-03-02 Mark Kettenis <kettenis@gnu.org>
6404
6405 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
6406 get_frame_base.
6407
6408 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
6409 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
6410
6411 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
6412
6413 * arch-utils.c (generic_register_byte): Fix to use the loop index
6414 and not regnum when summing the size of all registers up to regnum.
6415
6416 2003-03-01 Andrew Cagney <cagney@redhat.com>
6417
6418 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
6419 FRAME_INIT_SAVED_REGS.
6420 * gdbarch.h, gdbarch.c: Regenerate.
6421 * stack.c (frame_info): Update.
6422 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
6423 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
6424 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
6425 * ns32k-tdep.c (ns32k_pop_frame): Update.
6426 * mips-tdep.c (mips_pop_frame): Update.
6427 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
6428 * ia64-tdep.c (ia64_frame_chain): Update.
6429 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
6430 (ia64_frameless_function_invocation): Update.
6431 (ia64_init_extra_frame_info): Update.
6432 (ia64_pop_frame_regular): Update.
6433 * frame.h (struct frame_info): Update comment.
6434 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
6435 * frame.c (frame_saved_regs_register_unwind): Update.
6436 (frame_saved_regs_register_unwind): Update.
6437 (deprecated_generic_get_saved_register): Update.
6438 * cris-tdep.c: Update comment.
6439 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
6440 Rename macro.
6441 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6442 * x86-64-tdep.c (x86_64_init_abi): Update.
6443 * vax-tdep.c (vax_gdbarch_init): Update.
6444 * v850-tdep.c (v850_gdbarch_init): Update.
6445 * sparc-tdep.c (sparc_gdbarch_init): Update.
6446 * sh-tdep.c (sh_gdbarch_init): Update.
6447 * s390-tdep.c (s390_gdbarch_init): Update.
6448 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6449 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
6450 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6451 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6452 * mips-tdep.c (mips_gdbarch_init): Update.
6453 * mcore-tdep.c (mcore_gdbarch_init): Update.
6454 * m68k-tdep.c (m68k_gdbarch_init): Update.
6455 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6456 * ia64-tdep.c (ia64_gdbarch_init): Update.
6457 * i386-tdep.c (i386_gdbarch_init): Update.
6458 * frv-tdep.c (frv_gdbarch_init): Update.
6459 * avr-tdep.c (avr_gdbarch_init): Update.
6460 * arm-tdep.c (arm_gdbarch_init): Update.
6461 * alpha-tdep.c (alpha_gdbarch_init): Update.
6462
6463 2003-03-01 Andrew Cagney <cagney@redhat.com>
6464
6465 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
6466 option enum and switch. When no windows, set the interpreter to
6467 INTERP_CONSOLE.
6468
6469 2003-03-01 Andrew Cagney <cagney@redhat.com>
6470
6471 * main.c (captured_main): Replace magic option characters with an
6472 enum.
6473
6474 2003-03-01 Andrew Cagney <cagney@redhat.com>
6475
6476 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
6477 INIT_EXTRA_FRAME_INFO.
6478 * gdbarch.h, gdbarch.c: Regenerate.
6479 * arm-tdep.c: Update comments.
6480 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
6481 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
6482 * frame.h, avr-tdep.c: Ditto.
6483 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
6484 (create_new_frame, legacy_get_prev_frame): Ditto.
6485 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
6486 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
6487 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
6488 deprecated_init_extra_frame_info instead of init_extra_frame_info.
6489 * x86-64-tdep.c (x86_64_init_abi): Ditto.
6490 * v850-tdep.c (v850_gdbarch_init): Ditto.
6491 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6492 * sh-tdep.c (sh_gdbarch_init): Ditto.
6493 * s390-tdep.c (s390_gdbarch_init): Ditto.
6494 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
6495 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6496 * mips-tdep.c (mips_gdbarch_init): Ditto.
6497 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6498 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6499 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6500 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
6501 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6502 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6503 * frv-tdep.c (frv_gdbarch_init): Ditto.
6504 * cris-tdep.c (cris_gdbarch_init): Ditto.
6505 * avr-tdep.c (avr_gdbarch_init): Ditto.
6506 * arm-tdep.c (arm_gdbarch_init): Ditto.
6507 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6508 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6509
6510 2003-03-01 Andrew Cagney <cagney@redhat.com>
6511
6512 * gdbarch.sh (register_type): New function with predicate.
6513 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
6514 * gdbarch.h, gdbarch.c: Re-generate.
6515 * arch-utils.c (generic_register_byte): Use generic_register_size.
6516 (generic_register_size): When available, use
6517 gdbarch_register_type.
6518 * regcache.c (init_regcache_descr): When available, initialize the
6519 register type array using gdbarch_register_type. If the
6520 architecture supplies gdbarch_register_type, do not use the legacy
6521 regcache layout.
6522 * d10v-tdep.c (d10v_register_type): Replace
6523 d10v_register_virtual_type.
6524 (d10v_gdbarch_init): Set register_type instead of
6525 register_virtual_type.
6526
6527 2003-03-01 Andrew Cagney <cagney@redhat.com>
6528
6529 * Makefile.in (ax-gdb.o): Update dependencies.
6530 * ax-gdb.c: Include "regcache.h".
6531 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
6532 * findvar.c (value_of_register): Ditto.
6533 * infcmd.c (default_print_registers_info): Ditto.
6534
6535 2003-03-01 Mark Kettenis <kettenis@gnu.org>
6536
6537 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
6538 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
6539
6540 2003-03-01 Mark Kettenis <kettenis@gnu.org>
6541
6542 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
6543 of STREQ.
6544
6545 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
6546
6547 * Makefile.in (dwarf2loc.o): Update dependencies.
6548 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
6549 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
6550 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
6551 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
6552 (locexpr_tracepoint_var_ref): New function.
6553 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
6554
6555 2003-02-28 Andrew Cagney <cagney@redhat.com>
6556
6557 * regcache.c (register_size): New function.
6558 * regcache.h (register_size): Declare
6559 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
6560 max_register_size instead of MAX_REGISTER_RAW_SIZE.
6561
6562 2003-02-28 David Carlton <carlton@math.stanford.edu>
6563
6564 * linespec.c (decode_compound): Extract code into find_method.
6565 (find_method): New.
6566
6567 2003-02-28 J. Brobecker <brobecker@gnat.com>
6568
6569 * Makefile.in: Add rules to build and link in observer.o.
6570
6571 2003-02-27 J. Brobecker <brobecker@gnat.com>
6572
6573 * observer.c: Minor comments edits.
6574
6575 2003-02-27 J. Brobecker <brobecker@gnat.com>
6576
6577 * observer.h, observer.c: New file.
6578
6579 2003-02-27 Andrew Cagney <cagney@redhat.com>
6580
6581 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
6582
6583 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
6584
6585 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
6586 (M6812_OP_STS_EXT): Likewise.
6587 (m6811_prologue): Use the above to recognize prologue.
6588 (m6812_prologue): Likewise.
6589
6590 2003-02-27 David Carlton <carlton@math.stanford.edu>
6591
6592 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
6593 SYMBOL_PRINT_NAME.
6594 (compare_psymbols): Ditto.
6595 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
6596
6597 2003-02-27 Michael Snyder <msnyder@redhat.com>
6598
6599 * f-lang.c (build_fortran_types): New function.
6600 (_initialize_f_language): Gdbarch-register built-in fortran types.
6601 * doublest.c (extract_floating): Fix warning text.
6602
6603 2003-02-27 Andrew Cagney <cagney@redhat.com>
6604
6605 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
6606 predicate. Replaces PUSH_DUMMY_FRAME.
6607 * gdbarch.h, gdbarch.c: Regnerate.
6608 * valops.c (hand_function_call): Update. Call
6609 generic_push_dummy_frame directly.
6610 * vax-tdep.c (vax_gdbarch_init): Update.
6611 * sparc-tdep.c (sparc_gdbarch_init): Update.
6612 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6613 * m68k-tdep.c (m68k_gdbarch_init): Update.
6614 * hppa-tdep.c (hppa_gdbarch_init): Update.
6615 * alpha-tdep.c (alpha_gdbarch_init): Update.
6616 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
6617 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
6618 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
6619 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
6620 push_dummy_frame to generic_push_dummy_frame.
6621 * v850-tdep.c (v850_gdbarch_init): Ditto.
6622 * sh-tdep.c (sh_gdbarch_init): Ditto.
6623 * s390-tdep.c (s390_gdbarch_init): Ditto.
6624 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6625 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6626 * mips-tdep.c (mips_gdbarch_init): Ditto.
6627 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6628 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6629 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6630 * i386-tdep.c (i386_gdbarch_init): Ditto.
6631 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6632 * frv-tdep.c (frv_gdbarch_init): Ditto.
6633 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6634 * cris-tdep.c (cris_gdbarch_init): Ditto.
6635 * avr-tdep.c (avr_gdbarch_init): Ditto.
6636 * arm-tdep.c (arm_gdbarch_init): Ditto.
6637
6638 2003-02-26 Kevin Buettner <kevinb@redhat.com>
6639
6640 * mips-tdep.c (show_mips_abi): New function.
6641 (_initialize_mips_tdep): Use show_mips_abi() to implement the
6642 command ``show mips abi''.
6643
6644 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
6645
6646 From Elena Zannoni <ezannoni@redhat.com>
6647 * dbxread.c (process_one_symbol): Only record line 0 if one or
6648 more sline entries have been seen for the function.
6649
6650 2003-02-26 Michael Chastain <mec@shout.net>
6651
6652 * configure: Regenerate with autoconf 000227.
6653
6654 2003-02-26 Michael Chastain <mec@shout.net>
6655
6656 Close PR build/660.
6657 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
6658 for old libc5/glibc.
6659 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
6660
6661 2003-02-26 Kris Warkentin <kewarken@qnx.com>
6662
6663 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
6664 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
6665
6666 2003-02-26 Michael Chastain <mec@shout.net>
6667
6668 * configure.in: New variable HAVE_UINTPTR_T.
6669 * configure, config.in: Regenerated.
6670
6671 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
6672
6673 Fix PR build/1097.
6674 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
6675
6676 2003-02-25 Andrew Cagney <cagney@redhat.com>
6677
6678 * frame.c (get_prev_frame): Add comment on check for
6679 inside_entry_func. Only check for inside_entry_file when not a
6680 dummy and not a sentinel. Check that the new frame is not inner
6681 to the old frame.
6682
6683 2003-02-25 Andrew Cagney <cagney@redhat.com>
6684
6685 * frame.c (frame_debug): New variable.
6686 (_initialize_frame): Add "set/show debug frame" command.
6687 (get_prev_frame): When frame_debug, print reason why unwind
6688 failed.
6689
6690 2003-02-25 Michael Chastain <mec@shout.net>
6691
6692 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
6693 to avoid uintptr_t definition problems.
6694
6695 2003-02-25 David Carlton <carlton@math.stanford.edu>
6696
6697 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
6698 (SYMBOL_LINKAGE_NAME): Ditto.
6699 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
6700 SYMBOL_LINKAGE_NAME.
6701 (struct general_symbol_info): Expand comment.
6702 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
6703 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
6704 (SYMBOL_MATCHES_REGEXP): Ditto.
6705 * symtab.c (symbol_natural_name): New function.
6706 * objfiles.h: Replace all uses of SYMBOL_NAME by
6707 DEPRECATED_SYMBOL_NAME.
6708 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
6709 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
6710 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
6711 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
6712 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
6713 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
6714 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
6715 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
6716 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
6717 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
6718 * ada-exp.y: Ditto.
6719 * ada-exp.y: Update copyright.
6720 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
6721 * cp-valprint.c: Ditto.
6722
6723 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
6724
6725 * infptrace.c (detach): Do not flag error if ptrace detach fails
6726 and errno is set to ESRCH.
6727
6728 2003-02-24 Andrew Cagney <cagney@redhat.com>
6729
6730 * infptrace.c (udot_info): Change type of udot_off to long. Use
6731 paddr when printing udot_off's value.
6732
6733 2003-02-24 David Carlton <carlton@math.stanford.edu>
6734
6735 * symtab.c (make_symbol_overload_list): Only read in partial
6736 symtabs containing a matching partial symbol.
6737
6738 2003-02-24 David Carlton <carlton@math.stanford.edu>
6739
6740 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
6741 do the comparison, not strcmp.
6742 * symfile.c (compare_psymbols): Ditto.
6743 * defs.h: Declare strcmp_iw_ordered.
6744 * utils.c (strcmp_iw_ordered): New function.
6745
6746 2003-02-24 Jim Blandy <jimb@redhat.com>
6747
6748 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
6749 support, shared libs): Remove my name from here, to better reflect
6750 reality.
6751
6752 2003-02-24 Kris Warkentin <kewarken@qnx.com>
6753
6754 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
6755 (target_ops): Add to_have_continuable_watchpoint.
6756 * target.c (update_current_target): Add INHERIT line for
6757 to_have_continuable_watchpoint.
6758 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
6759 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
6760 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
6761 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
6762
6763 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
6764
6765 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
6766 maintainership.
6767
6768 2003-02-24 Kris Warkentin <kewarken@qnx.com>
6769
6770 * solib.c (solib_open): Call target defined search function after
6771 failing with solib-search-path.
6772 * solist.h (target_so_ops): Add find_and_open_solib function hook and
6773 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
6774
6775 2003-02-24 Kris Warkentin <kewarken@qnx.com>
6776
6777 * MAINTAINERS: Add myself to Write After section.
6778
6779 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
6780
6781 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
6782
6783 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
6784
6785 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
6786 (m68hc11_add_reggroups): New function.
6787 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
6788 (m68hc11_gdbarch_init): Install the reggroups.
6789 (_initialize_m68hc11_tdep): Initialize them.
6790
6791 2003-02-21 James E Wilson <wilson@tuliptree.org>
6792
6793 * MAINTAINERS: Update my email address.
6794
6795 2003-02-21 David Carlton <carlton@math.stanford.edu>
6796
6797 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
6798
6799 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
6800
6801 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
6802 * symtab.h: Add opaque declarations of struct axs_value and
6803 struct agent_expr.
6804 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
6805 (struct location_funcs): New type.
6806 (struct symbol): Add "loc" to aux_value.
6807 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
6808 * dwarf2read.c: Include "dwarf2expr.h".
6809 (dwarf2_symbol_mark_computed): New function.
6810 (read_func_scope): Use it.
6811 (var_decode_location): New function.
6812 (new_symbol): Use it.
6813 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
6814
6815 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
6816 (dwarf2expr_h, dwarf2loc_h): New variables.
6817 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
6818 (dwarf2expr.o, dwarf2loc.o): New rules.
6819 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
6820 * buildsym.c (finish_block): Handle LOC_COMPUTED and
6821 LOC_COMPUTED_ARG.
6822 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
6823 * m2-exp.y (yylex): Likewise.
6824 * printcmd.c (address_info, print_frame_args): Likewise.
6825 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
6826 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
6827 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
6828 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
6829 * symtab.c (lookup_block_symbol): Likewise.
6830
6831 2003-02-20 Adam Fedor <fedor@gnu.org>
6832
6833 * symtab.h: Remove objc_specific struct
6834 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
6835 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
6836 Have language_objc use cplus_specific struct.
6837
6838 2003-02-20 Tom Tromey <tromey@redhat.com>
6839
6840 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
6841 TYPE_NAME, when printing a String value. PR java/1075.
6842
6843 2003-02-20 Adam Fedor <fedor@gnu.org>
6844
6845 * objc-lang.h (find_methods): Remove declaration.
6846 * objc-lang.c (find_methods): Make static.
6847
6848 2003-02-20 Christopher Faylor <cgf@redhat.com>
6849
6850 * win32-nat.c (get_image_name): Check return value from
6851 ReadProcessMemory.
6852 (child_xfer_memory): Ditto.
6853
6854 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
6855
6856 * configure.in (TARGET_SYSTEM_ROOT): Set default to
6857 ${exec_prefix}/${target_alias}/sys-root. Match explicit
6858 '${exec_prefix}' (in addition to the expansion thereof) as
6859 relocatable.
6860 * configure: Rebuilt.
6861
6862 2003-02-20 David Carlton <carlton@math.stanford.edu>
6863
6864 * symtab.c (search_symbols): Revert the search_symbols part of my
6865 2002-12-23 patch. Add comment.
6866
6867 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
6868
6869 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
6870 * dbxread.c (elfstab_build_psymtabs): Don't call
6871 install_minimal_symbols.
6872 (stabsect_build_psymtabs): Likewise.
6873 * elfread.c (elf_symfile_read): Call install_minimal_symbols
6874 earlier.
6875 * somread.c (som_symfile_read): Call install_minimal_symbols
6876 and do_cleanups earlier.
6877 * nlmread.c (nlm_symfile_read): Likewise.
6878 * mdebugread.c (elfmdebug_build_psymtabs): Call
6879 install_minimal_symbols and make appropriate cleanups.
6880
6881 2003-02-20 Kevin Buettner <kevinb@redhat.com>
6882
6883 * solib.c (reload_shared_libraries): New function.
6884 (_initialize_solib): Add callbacks for ``set solib-search-path''
6885 and ``set solib-absolute-prefix''.
6886
6887 2003-02-20 David Carlton <carlton@math.stanford.edu>
6888
6889 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
6890 expand comment.
6891 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
6892 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
6893 * ada-typeprint.c (ada_typedef_print): Ditto.
6894 * ax-gdb.c (gen_var_ref): Ditto.
6895 * breakpoint.c (print_one_breakpoint): Ditto.
6896 * buildsym.c (finish_block): Ditto.
6897 * c-valprint.c (c_val_print): Ditto.
6898 * expprint.c (print_subexp): Ditto.
6899 * findvar.c (locate_var_value): Ditto.
6900 * infcmd.c (jump_command): Ditto.
6901 * linespec.c (decode_line_2, decode_compound): Ditto.
6902 * maint.c (maintenance_translate_address): Ditto.
6903 * objc-lang.c (compare_selectors, compare_classes): Ditto.
6904 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
6905 Ditto.
6906 * p-valprint.c (pascal_val_print): Ditto.
6907 * stabsread.c (define_symbol): Ditto.
6908 * stack.c (print_frame, frame_info, print_block_frame_locals)
6909 (print_frame_arg_vars, return_command): Ditto.
6910 * symfile.c (compare_symbols, compare_psymbols): Ditto.
6911 * symmisc.c (print_symbol): Ditto.
6912 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
6913 (compare_search_syms, print_symbol_info, print_msymbol_info)
6914 (rbreak_command): Ditto.
6915 * tracepoint.c (tracepoints_info): Ditto.
6916 * typeprint.c (typedef_print): Ditto.
6917 * valops.c (value_of_variable, hand_function_call): Ditto.
6918 * cli/cli-cmds.c (edit_command, list_command): Ditto.
6919 * ada-typeprint.c: Update Copyright.
6920 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
6921 * tracepoint.c, cli/cli-cmds.c: Ditto.
6922
6923 2003-02-20 Kevin Buettner <kevinb@redhat.com>
6924
6925 * frame.c (generic_unwind_get_saved_register): Make non-static.
6926 * frame.h (generic_unwind_get_saved_register): Declare.
6927 * mips-tdep.c (read_next_frame_reg): Fetch register from
6928 current regcache when frame is NULL.
6929 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
6930 that must be NULL.
6931 (mips_get_saved_register): Call generic_unwind_get_saved_register()
6932 instead of frame_register_unwind().
6933
6934 2003-02-20 Andrew Cagney <ac131313@redhat.com>
6935
6936 * remote-sim.c (gdbsim_insert_breakpoint)
6937 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
6938 code.
6939
6940 2003-02-20 Andrew Cagney <ac131313@redhat.com>
6941
6942 * remote.c (_initialize_remote): Add commands "set/show remote
6943 hardware-watchpoint-limit" and "set/show remote
6944 hardware-breakpoint-limit".
6945 (remote_hw_watchpoint_limit): Initialize to -1.
6946 (remote_hw_breakpoint_limit): Ditto.
6947 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
6948
6949 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
6950
6951 * coff-pe-read.c: New file - support reading of minimal symbols from a
6952 portable executable using the export table.
6953 * coff-pe-read.h: New file.
6954 * coffread.c: Include coff-pe-read.h.
6955 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
6956 debugging symbols found.
6957 * Makefile.in (SFILES): Add coff-pe-read.o.
6958 (coff_pe_read_h): Define.
6959 (COMMON_OBS): Add coff-pe-read.o.
6960 (coffread.o): Add coff_pe_read_h dependency.
6961 (coff-pe-read.o): New target.
6962
6963 2003-02-19 David Carlton <carlton@math.stanford.edu>
6964
6965 * Makefile.in (SFILES): Add block.c.
6966 (block_h): New.
6967 (COMMON_OBS): Add block.o.
6968 (block.o): New.
6969 (x86-64-tdep.o): Add $(block_h).
6970 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
6971 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
6972 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
6973 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
6974 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
6975 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
6976 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
6977 * value.h: Add opaque declaration for struct block.
6978 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
6979 * ada-lang.h: Ditto.
6980 * x86-64-tdep.c: #include "block.h"
6981 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
6982 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
6983 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
6984 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
6985 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
6986 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
6987 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
6988 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
6989 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
6990 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
6991 * symtab.c (block_function): Ditto.
6992 (contained_in): Ditto.
6993 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
6994 block.h. Add opaque declaration for struct block.
6995 * symtab.h: Move block_function and contained_in declarations to
6996 block.h. Add opaque declarations for struct block, struct
6997 blockvector.
6998 (struct block): Move to block.h.
6999 (struct blockvector): Ditto.
7000 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
7001 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
7002 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
7003 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
7004 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
7005 Ditto.
7006 * block.c: New file.
7007 * block.h: New file.
7008
7009 2003-02-19 Theodore A. Roth <troth@openavr.org>
7010
7011 * avr-tdep.c (avr_extract_return_value): Remove function.
7012 (avr_store_return_value): Remove function.
7013 (avr_extract_struct_value_address): Remove function.
7014 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
7015
7016 2003-02-19 Andrew Cagney <ac131313@redhat.com>
7017
7018 * rs6000-tdep.c: Include "gdb_assert.h".
7019 (registers_e500): Add "acc" and "spefscr".
7020 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
7021 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
7022 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
7023 really is "r0".
7024 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
7025
7026 2003-02-18 Keith Seitz <keiths@redhat.com>
7027
7028 * Makefile.in: Add gdbtk-interps.c.
7029
7030 2003-02-18 Kevin Buettner <kevinb@redhat.com>
7031
7032 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
7033 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
7034
7035 2003-02-18 Andrew Cagney <cagney@redhat.com>
7036
7037 * symtab.h (struct objfile): Add opaque declaration.
7038
7039 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
7040
7041 From Jim Ingham <jingham@apple.com>:
7042 * dbxread.c (process_one_symbol): Use last_function_start rather
7043 than function_start_offset to find the real beginning of the
7044 current function. The latter is just the text section offset on
7045 some systems, the former is always the real function start.
7046
7047 2003-02-17 Andrew Cagney <cagney@redhat.com>
7048
7049 * configure.in: Revert ${target} != ${host}.
7050
7051 2003-02-17 Andrew Cagney <ac131313@redhat.com>
7052
7053 * configure.in (Makefile): Use the test ${target} != ${host},
7054 instead of the absence of the "nm.h" file, to determine of the
7055 configuration non-native.
7056 * configure: Regenerate.
7057
7058 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
7059
7060 From Brian Ford <ford@vss.fsi.com>
7061
7062 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
7063 conditionalize tui_active test.
7064 (lookup_cmd_1): Ditto.
7065
7066 2003-02-14 Mark Kettenis <kettenis@gnu.org>
7067
7068 * configure.in: Add check for _etext.
7069 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
7070 available.
7071 * config.in, configure: regenerated.
7072
7073 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
7074
7075 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
7076
7077 2003-02-14 Andrew Cagney <ac131313@redhat.com>
7078
7079 * main.c (tui_version): Delete variable.
7080 (captured_main): When --tui, set interpreter_p to "tui" instead of
7081 enabling tui_version.
7082 * printcmd.c (display_command) [TUI]: Test tui_active instead of
7083 tui_version.
7084 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
7085 * cli/cli-cmds.c (disassemble_command): Ditto.
7086 * defs.h (tui_version): Delete declaration.
7087 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
7088 (tui-interp.o): Add rules.
7089 (SUBDIR_TUI_OBS): Add "tui-interp.o".
7090
7091 2003-02-14 Christopher Faylor <cgf@redhat.com>
7092
7093 * win32-nat.c (register_loaded_dll): Correctly set address range for
7094 just-loaded dll.
7095
7096 2003-02-12 Jason Molenda (jmolenda@apple.com)
7097
7098 * symmisc.c (print_objfile_statistics): Include information about
7099 the number of psymtabs and symtabs in each object file.
7100
7101 2003-02-13 Keith R Seitz <keiths@redhat.com>
7102
7103 * main.h (struct captured_main_args): Add interpreter_p.
7104 * main.c (captured_main): Initialize interpreter_p from context.
7105 * gdb.c (main): Set interpreter_p argument.
7106 * Makefile.in (gdb.o): Add dependency for interps.h.
7107
7108 2003-02-12 Andrew Cagney <ac131313@redhat.com>
7109
7110 * event-top.c (cli_command_loop): Delete declaration.
7111 (_initialize_event_loop): Delete function setting event_loop_hook.
7112 * event-top.h (cli_command_loop): Declare. Update copyright.
7113 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
7114 * interps.c (current_interp_command_loop): When event_loop_p, call
7115 cli_command_loop.
7116
7117 2003-02-12 Andrew Cagney <ac131313@redhat.com>
7118
7119 * interps.h (interp_command_loop_ftype): Change return type to
7120 void.
7121
7122 2003-02-12 Michal Ludvig <mludvig@suse.cz>
7123
7124 * x86-64-tdep.c (x86_64_extract_return_value)
7125 (x86_64_store_return_value): Use regcache instead of regbuf.
7126 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
7127 * x86-64-linux-nat.c (fill_gregset): Use regcache.
7128
7129 2003-02-11 Andrew Cagney <ac131313@redhat.com>
7130
7131 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
7132 * aclocal.m4: Regenerate.
7133 * configure: Regenerate.
7134
7135 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
7136 TCL_LD_SEARCH_FLAGS.
7137
7138 2003-02-10 Michal Ludvig <mludvig@suse.cz>
7139
7140 * dwarf2cfi.c: Reindented.
7141
7142 2003-02-09 Andrew Cagney <ac131313@redhat.com>
7143
7144 * interps.c (clear_interpreter_hooks): Convert function definition
7145 to ISO C.
7146
7147 2003-02-07 David Carlton <carlton@math.stanford.edu>
7148
7149 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
7150
7151 2003-02-07 Kevin Buettner <kevinb@redhat.com>
7152
7153 * gdbtypes.h (struct main_type): Move ``length'' field from here...
7154 (struct type): ...to here.
7155 (TYPE_LENGTH): Adjust to reflect different location of ``length''
7156 field.
7157 * gdbtypes.c (make_qualified_type): Set length on newly created type.
7158 (replace_type): Set length on all type variants for a given type.
7159
7160 2003-02-07 Andrew Cagney <ac131313@redhat.com>
7161
7162 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
7163 <sys/stat.h>.
7164 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
7165
7166 2003-02-06 Andrew Cagney <ac131313@redhat.com>
7167
7168 * Makefile.in (symm-nat.o): Update dependencies.
7169 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
7170 (lynx-nat.o, ia64-linux-nat.): Ditto.
7171 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
7172 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
7173 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
7174
7175 * Makefile.in (inflow_h): Define.
7176 (procfs.o, inflow.o, procfs.o): Update dependencies.
7177 * inftarg.c (child_stop): Delete extern declaration of
7178 inferior_process_group. Include "inflow.h".
7179 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
7180 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
7181 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
7182 (our_process_group, inferior_process_group): Extern declarations.
7183
7184 * procfs.c: Include "gdb_assert.h".
7185
7186 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
7187 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
7188 * jv-typeprint.c (java_type_print_base): Ditto.
7189 * typeprint.c (typedef_print): Eliminate STREQ.
7190 * cli/cli-script.c (define_command, define_command): Ditto.
7191 * main.c (captured_main): Ditto.
7192 * values.c (lookup_internalvar): Ditto.
7193 * utils.c (safe_strerror, parse_escape): Eliminate assignment
7194 within `if' conditional.
7195 * linespec.c (decode_line_2): Ditto.
7196 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
7197 (bfd_openw_with_cleanup): Ditto.
7198
7199 2003-02-07 Mark Kettenis <kettenis@gnu.org>
7200
7201 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
7202 legacy_extract_return_value and store_return_value to
7203 legacy_return_value.
7204
7205 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
7206
7207 * win32-nat.c (get_relocated_section_addrs): New function. Find
7208 section load addresses for symbol handling in relocated DLLs.
7209 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
7210
7211 2003-02-05 Fred Fish <fnf@intrinsity.com>
7212
7213 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
7214 '=' and '!='.
7215 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
7216 with '&' and '=='.
7217 (angel_RDI_info): Ditto.
7218 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
7219 with '&' and '!='.
7220 (threads_continue_all_with_signals): Ditto.
7221
7222 2003-02-05 Jim Ingham <jingham@apple.com>
7223 Keith Seitz <keiths@redhat.com>
7224 Elena Zannoni <ezannoni@redhat.com>
7225 Andrew Cagney <ac131313@redhat.com>
7226
7227 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
7228 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
7229 (SUBDIR_MI_OBS): Add "mi-interp.o".
7230 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
7231 (SFILES): Add "interps.c".
7232 (COMMON_OBS): Add "interps.o".
7233 (interps_h, mi_main_h): Define.
7234 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
7235 (mi-main.o, main.o, event-top.o): Update dependencies.
7236 * cli/cli-interp.c: New file.
7237 * interps.h, interps.c: New files.
7238 * top.c: (gdb_init): Don't install the default interpreter, handed
7239 by captured_main.
7240 * main.c: Include "interps.h".
7241 (interpreter_p): Note that it should malloc'ed.
7242 (captured_command_loop): Call current_interp_command_loop.
7243 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
7244 xfree and xstrdup when updating interpreter_p. Install the
7245 default interpreter. Add hack to stop mi1's copyright notice
7246 being encoded.
7247 * event-top.h (gdb_setup_readline): Declare.
7248 (gdb_disable_readline): Declare.
7249 * event-top.c: Include "interps.h".
7250 (display_gdb_prompt): Call current_interp_display_prompt_p.
7251 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
7252 gdb_stdlog, and gdb_stdtarg.
7253 (_initialize_event_loop): Don't call gdb_setup_readline.
7254 * cli-out.c (cli_out_set_stream): New function.
7255 * cli-out.h (cli_out_set_stream): Declare.
7256
7257 2003-02-06 Mark Kettenis <kettenis@gnu.org>
7258
7259 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
7260 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
7261 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
7262 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
7263 config/i386/i386v42mp.mt: Removed.
7264
7265 2003-02-05 Mark Kettenis <kettenis@gnu.org>
7266
7267 * configure.tgt (*-*-solaris*): Set gdb_osabi to
7268 GDB_OSABI_SOLARIS.
7269
7270 2003-02-05 Michael Chastain <mec@shout.net>
7271
7272 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
7273 2.12.1 and earlier versions.
7274
7275 2003-02-05 Andrew Cagney <ac131313@redhat.com>
7276
7277 Remove orphaned hosts, targets and files.
7278 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
7279 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
7280 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
7281 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
7282 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
7283 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
7284 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
7285 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
7286 * config/sparc/tm-sp64sim.h: Delete.
7287 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
7288 hosts.
7289 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
7290 mips*-dec-mach3* targets.
7291
7292 2003-02-04 Michael Chastain <mec@shout.net>
7293
7294 * NEWS: Fix typo: sepcifying -> specifying.
7295
7296 2003-02-04 Michael Chastain <mec@shout.net>
7297
7298 * dwarfread.c: Add documentation on the state of dwarf-1,
7299 looking towards obsoletion.
7300
7301 2003-02-03 Michael Chastain <mec@shout.net>
7302
7303 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
7304 gdb/testsuite/gdb.c++/pr-1023.exp.
7305
7306 2003-02-04 Andrew Cagney <ac131313@redhat.com>
7307
7308 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
7309 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
7310
7311 * utils.c (init_page_info): Delete reference to MPW in comments.
7312 * main.c (captured_main): Delete #ifdef MPW.
7313
7314 2003-02-04 Andrew Cagney <ac131313@redhat.com>
7315
7316 * NEWS: Note that the m32r-*-elf* is obsolete.
7317 * monitor.c (monitor_expect): Obsolete reference to m32r.
7318 * configure.tgt: Mark m32r-*-elf* as obsolete.
7319 * MAINTAINERS: Mark m32k as obsolete.
7320 * m32r-rom.c: Obsolete file.
7321 * config/m32r/m32r.mt: Obsolete file.
7322 * config/m32r/tm-m32r.h: Obsolete file.
7323 * m32r-stub.c: Obsolete file.
7324 * m32r-tdep.c: Obsolete file.
7325
7326 2003-02-04 Andrew Cagney <ac131313@redhat.com>
7327
7328 * NEWS: Mention that the z8k-zilog-none is obsolete.
7329 * MAINTAINERS: Mark z8k as obsolete.
7330 * configure.tgt: Obsolete the z8k-*-coff* target.
7331 * config/z8k/z8k.mt: Obsolete file.
7332 * config/z8k/tm-z8k.h: Obsolete file.
7333 * z8k-tdep.c: Obsolete file.
7334
7335 2003-02-04 Andrew Cagney <ac131313@redhat.com>
7336
7337 * NEWS: Mention that the mn10200-elf is obsolete.
7338 * configure.tgt: Obsolete mn10200-*-* target.
7339 * breakpoint.c (update_breakpoints_after_exec): Update comment to
7340 mention that the mn10200 is obsolete.
7341 * breakpoint.h: Ditto.
7342 * MAINTAINERS: Mark the mn10200-elf as obsolete.
7343 * config/mn10200/mn10200.mt: Obsolete file.
7344 * config/mn10200/tm-mn10200.h: Obsolete file.
7345 * mn10200-tdep.c: Obsolete file.
7346
7347 2003-02-04 Andrew Cagney <ac131313@redhat.com>
7348
7349 * MAINTAINERS: Mark h8500 as obsolete.
7350 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
7351 * findvar.c (value_from_register): Ditto.
7352 * h8500-tdep.c: Mark file as obsolete.
7353 * config/h8500/h8500.mt: Ditto.
7354 * config/h8500/tm-h8500.h: Ditto.
7355 * NEWS: Mention that h8500 is obsolete.
7356
7357 2003-02-04 David Carlton <carlton@math.stanford.edu>
7358
7359 * objfiles.c (allocate_objfile): Always set name. Add comment at
7360 start of function.
7361 * jv-lang.c (get_dynamics_objfile): Add comment.
7362
7363 2003-02-04 David Carlton <carlton@math.stanford.edu>
7364
7365 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
7366 * printcmd.c (build_address_symbolic): Replace uses of
7367 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
7368 SYMBOL_NAME, and asm_demangle.
7369 Update copyright.
7370
7371 2003-02-04 David Carlton <carlton@math.stanford.edu>
7372
7373 * linespec.c (decode_compound): Extract code into
7374 lookup_prefix_sym.
7375 (lookup_prefix_sym): New function.
7376
7377 2003-02-04 David Carlton <carlton@math.stanford.edu>
7378
7379 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
7380 FLOAT_COERCION_BADNESS.
7381 * gdbtypes.c (rank_one_type): Replace all uses of
7382 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
7383
7384 2003-02-04 Jim Blandy <jimb@redhat.com>
7385
7386 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
7387 section, let dwarf_macinfo_section point to it, not
7388 dwarf_loc_section.
7389
7390 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
7391
7392 Pointed out by Anton Blanchard <anton@samba.org>.
7393 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
7394 (ppc_linux_at_sigtramp_return_path): Use it.
7395
7396 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
7397
7398 * defs.h (streq): Add prototype.
7399 * utils.c (streq): New function.
7400
7401 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
7402 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
7403 * mdebugread.c (new_symbol): Likewise.
7404 * stabsread.c (define_symbol): Likewise.
7405 * coffread.c (process_coff_symbol): Likewise.
7406 * dwarfread.c (new_symbol): Likewise.
7407
7408 * minsyms.c (prim_record_minimal_symbol_and_info): Use
7409 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
7410 here.
7411 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
7412 SYMBOL_INIT_DEMANGLED_NAME.
7413 * objfiles.c: Include "hashtab.h".
7414 (allocate_objfile): Call htab_set_functions_ex for the
7415 demangled_names_hash.
7416 (free_objfile): Call htab_delete for the demangled_names_hash.
7417 * objfiles.h (struct htab): Add declaration.
7418 (struct objfile): Add demangled_names_hash.
7419 * symfile.c: Include "hashtab.h".
7420 (reread_symbols): Call htab_delete for the demangled_names_hash.
7421 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
7422 SYMBOL_NAME in the bcache.
7423 * symtab.c: Include "hashtab.h". Update comments.
7424 (create_demangled_names_hash, symbol_set_names): New functions.
7425 (symbol_find_demangled_name): New function, broken out from
7426 symbol_init_demangled_names.
7427 (symbol_init_demangled_names): Use it.
7428 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
7429 (SYMBOL_SET_NAMES): New macro.
7430 (symbol_set_names): Add prototype.
7431
7432 2003-02-03 Jim Blandy <jimb@redhat.com>
7433
7434 Use a single, consistent representation for an empty minimal
7435 symbol table in an objfile.
7436 * objfiles.c (terminate_minimal_symbol_table): New function.
7437 (allocate_objfile): Call it.
7438 * objfiles.h (terminate_minimal_symbol_table): New declaration.
7439 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
7440 non-NULL.
7441 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
7442 objfile has minimal symbols, compare minimal_symbol_count to zero,
7443 instead of comparing msymbols with NULL.
7444 * objfiles.c (have_minimal_symbols): Same.
7445 * solib-sunos.c (solib_add_common_symbols): Call
7446 terminate_minimal_symbol_table.
7447 * symfile.c (reread_symbols): Same.
7448
7449 2003-02-03 Kevin Buettner <kevinb@redhat.com>
7450
7451 * s390-tdep.c (s390_address_class_type_flags)
7452 (s390_address_class_type_flags_to_name)
7453 (s390_address_class_name_to_type_flags): New functions.
7454 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
7455 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
7456
7457 2003-02-03 Michael Snyder <msnyder@redhat.com>
7458
7459 * arm-tdep.c: Fix spell-o in comment.
7460
7461 2003-02-03 Michal Ludvig <mludvig@suse.cz>
7462
7463 * dwarf2cfi.c (pointer_encoding): Added new parameter.
7464 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
7465 error messages to contain BFD filename.
7466
7467 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
7468
7469 Fix PR gdb/742 gdb/743 gdb/877
7470 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
7471 (do_mixed_source_and_assembly): Use
7472 make_cleanup_ui_out_tuple_begin_end and
7473 make_cleanup_ui_out_tuple_begin_end.
7474 (do_mixed_source_and_assembly): Ditto.
7475 * thread.c (do_captured_list_thread_ids): Ditto.
7476 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
7477 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
7478 ui_out_tuple_end): Delete prototypes.
7479 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
7480 ui_out_list_end, ui_out_tuple_end): Delete.
7481
7482 From Kevin Buettner <kevinb@redhat.com>:
7483 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
7484 * ui-out.c (make_cleanup_ui_out_table_begin_end)
7485 (do_cleanup_table_end): New functions.
7486 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
7487 Use cleanups to invoke_ui_out_tuple_end().
7488 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
7489 * cli/cli-setshow.c (cmd_show_list): Use
7490 make_cleanup_ui_out_tuple_begin_end.
7491
7492 2003-02-02 Andrew Cagney <ac131313@redhat.com>
7493
7494 * frame.c (frame_unwind_register): New function.
7495 (frame_unwind_unsigned_register): Use.
7496 (frame_unwind_signed_register): Use.
7497 (frame_read_register): New function.
7498 * frame.h (frame_unwind_register): Declare.
7499 (frame_read_register): Declare.
7500
7501 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
7502 and frame_unwind_register instead of read_memory, write_register
7503 and deprecated_write_register_bytes.
7504
7505 2003-02-02 Andrew Cagney <ac131313@redhat.com>
7506
7507 * frame.h: Note that namelen can be negative.
7508 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
7509 NAME's length.
7510
7511 * NEWS: Mention that the d10v's `regs' command is deprecated.
7512 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
7513 (d10v_print_registers_info): New function.
7514 (show_regs): Call d10v_print_registers_info.
7515 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
7516
7517 2003-02-02 Mark Kettenis <kettenis@gnu.org>
7518
7519 * stack.c (print_frame_info): Restore call to annotate_frame_begin
7520 lost in the previous patch.
7521
7522 2003-02-01 Andrew Cagney <ac131313@redhat.com>
7523
7524 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
7525 * stack.c (print_frame_info_base): Output complete FRAME tuple
7526 for synthesized frames.
7527
7528 2003-02-02 Andrew Cagney <ac131313@redhat.com>
7529
7530 * mips-nat.c (zerobuf): Delete.
7531 (fetch_inferior_registers): Alloc local zerobuf.
7532 (fetch_core_registers): Alloc local zerobuf.
7533 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
7534 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
7535 * thread-db.c (thread_db_store_registers): Ditto.
7536 * sh-tdep.c (sh_do_register): Ditto.
7537 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
7538 * remote-sim.c (gdbsim_store_register): Ditto.
7539 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
7540 * remote-e7000.c (fetch_regs_from_dump): Ditto.
7541 * monitor.c (monitor_supply_register): Ditto.
7542 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
7543 * mips-nat.c (fetch_inferior_registers): Ditto.
7544 * m68klinux-nat.c (fetch_register): Ditto.
7545 * lynx-nat.c (fetch_inferior_registers): Ditto.
7546 (fetch_inferior_registers): Ditto.
7547 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
7548 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
7549 (hpux_thread_store_registers): Ditto.
7550 * hppah-nat.c (fetch_register): Ditto.
7551 * hppab-nat.c (fetch_register): Ditto.
7552 * hppa-tdep.c (pa_register_look_aside): Ditto.
7553 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
7554 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
7555
7556 2003-02-01 Andrew Cagney <ac131313@redhat.com>
7557
7558 * gdbarch.sh: Explictly specify all method levels. When a
7559 variable with an empty level, provide a non-multi-arch default.
7560 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
7561 * gdbarch.h: Re-generate.
7562 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
7563 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
7564
7565 2003-02-01 Andrew Cagney <ac131313@redhat.com>
7566
7567 * defs.h (host_pointer_to_address): Delete declaration.
7568 (address_to_host_pointer): Delete declaration.
7569 * utils.c (host_pointer_to_address): Delete function.
7570 (address_to_host_pointer): Delete function.
7571 * procfs.c (procfs_address_to_host_pointer): New function.
7572 * procfs.c (proc_set_watchpoint): Use.
7573 (procfs_can_use_hw_breakpoint): Update comments.
7574 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
7575 (som_solib_add): Use.
7576 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
7577 * hppa-tdep.c (unwind_command): Use.
7578
7579 2003-02-01 Andrew Cagney <ac131313@redhat.com>
7580
7581 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
7582 strlen d_name.
7583
7584 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
7585 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
7586 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
7587 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
7588 (define_symbol): Update.
7589 * symfile.c (generic_load): Remove references to nindy.
7590 * symtab.c: Remove references to nindy.
7591
7592 2003-02-01 Andrew Cagney <ac131313@redhat.com>
7593
7594 * infcmd.c (print_float_info): Delete code conditional on
7595 FLOAT_INFO.
7596 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
7597 * config/m68k/nm-apollo68b.h: Ditto.
7598 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
7599 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
7600 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
7601
7602 2003-02-01 Mark Kettenis <kettenis@gnu.org>
7603
7604 * config/i386/tm-i386os9k.h: Removed.
7605
7606 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
7607 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
7608 they're identical to i[3456]86-*-sysv* now.
7609 * config/i386/i386v32.mh: Removed.
7610 * config/i386/xm-i386v32.h: Removed.
7611 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
7612
7613 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
7614
7615 * config/i386/i386dgux.mh: Removed.
7616 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
7617
7618 * configure.in: Fix typo.
7619 * configure: Regenerated.
7620
7621 2003-01-31 David Carlton <carlton@math.stanford.edu>
7622
7623 * dwarf2read.c (dwarf2_locate_sections): Set
7624 dwarf_ranges_section.
7625
7626 2003-01-31 Andrew Cagney <ac131313@redhat.com>
7627
7628 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
7629 * utils.c: Update comments documenting legitimate uses of PTR.
7630
7631 * utils.c: Re-indent.
7632
7633 * config/djgpp/fnchange.lst: Delete nindy files.
7634 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
7635 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
7636 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
7637 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
7638 * nindy-share/README, nindy-share/Onindy.c: Delete files.
7639 * nindy-tdep.c, nindy-share/Makefile: Delete files.
7640 * Makefile.in (init.c): Remove nindy references.
7641 (saber_gdb): Delete rule.
7642 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
7643 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
7644 and a68v-nat.c.
7645 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
7646 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
7647 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
7648 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
7649 nindy-share/stop.h.
7650 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
7651 * saber.suppress: Delete file.
7652
7653 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
7654
7655 * dbxread.c (stabs_data): New static variable.
7656 (fill_symbuf): Support an in-memory buffer for stabs data.
7657 (stabs_seek): New function.
7658 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
7659 (read_ofile_symtab): Use stabs_seek.
7660 (elfstab_build_psymtabs): Take an asection* instead of
7661 an offset and size. Relocate the stabs data if necessary.
7662 Save the section* for dbx_psymtab_to_symtab.
7663 * dwarf2read.c: Add section variables for each debug section.
7664 (dwarf2_locate_sections): Fill them in.
7665 (dwarf2_read_section): Take an asection* argument.
7666 Relocate the section contents if necessary.
7667 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
7668 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
7669 it to dwarf2_read_section.
7670 (dwarf2_build_frame_info): Update callers.
7671 * elfread.c (elf_symfile_read): Update call to
7672 elfstab_build_psymtabs.
7673 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
7674 (DBX_STAB_SECTION): New macro.
7675 * stabsread.h (elfstab_build_psymtabs): Update prototype.
7676 * symfile.c (symfile_dummy_outputs): New function.
7677 (symfile_relocate_debug_section): New function.
7678 * symfile.h (symfile_relocate_debug_section): Add prototype.
7679
7680 2003-01-31 Richard Henderson <rth@redhat.com>
7681
7682 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
7683 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
7684 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
7685 * alpha-tdep.c (alpha_register_name): Add "unique".
7686 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
7687 (ALPHA_UNIQUE_REGNUM): New.
7688 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
7689
7690 2003-01-31 Andrew Cagney <ac131313@redhat.com>
7691
7692 * README: Remove reference to Ericsson 1800 monitor.
7693 * Makefile.in (remote-es.o): Delete rule.
7694 (ALLDEPFILES): Delete remote-es.c.
7695 * remote-es.c: Delete file.
7696 * config/m68k/es1800.mt: Delete file.
7697 * config/djgpp/fnchange.lst: Update.
7698 * configure.tgt: Delete m68*-ericsson-* target.
7699
7700 2003-01-31 Adam Fedor <fedor@gnu.org>
7701
7702 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
7703 Remove duplicate/shadowing variable of same name.
7704
7705 2003-01-30 Jim Blandy <jimb@redhat.com>
7706
7707 * symfile.c (find_separate_debug_file): Assert that the objfile's
7708 directory name we compute ends with a slash, and then assume that
7709 that's so everywhere we use it.
7710
7711 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
7712
7713 * valops.c (value_assign): Flush frame cache after stores to memory
7714 also.
7715
7716 2003-01-30 Andrew Cagney <ac131313@redhat.com>
7717
7718 * Makefile.in (mon960-rom.o): Delete rule.
7719 * mon960-rom.c: Delete file.
7720
7721 2003-01-30 Andrew Cagney <ac131313@redhat.com>
7722
7723 * d10v-tdep.c: Include "frame-unwind.h".
7724 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
7725 list.
7726 (next_addr, uses_frame): Delete.
7727 (struct d10v_unwind_cache): Define.
7728 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
7729 Use info instead of next_addr and uses_frame globals.
7730 (d10v_frame_init_saved_regs): Delete function.
7731 (d10v_init_extra_frame_info): Delete function.
7732 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
7733 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
7734 init_frame_pc or frame_saved_pc.
7735 (d10v_pop_frame): Delete function.
7736 (do_d10v_pop_frame): Delete function.
7737 (d10v_frame_chain): Delete function.
7738 (d10v_frame_chain_valid): Delete function.
7739 (d10v_frame_pc_unwind): New function.
7740 (d10v_frame_id_unwind): New function.
7741 (saved_regs_unwinder): New function.
7742 (d10v_frame_register_unwind): New function.
7743 (d10v_frame_pop): New function.
7744 (d10v_frame_unwind): New variable.
7745 (d10v_frame_p): New function.
7746 (d10v_frame_saved_pc): Delete function.
7747 * Makefile.in (d10v-tdep.o): Update dependencies.
7748
7749 2003-01-30 J. Brobecker <brobecker@gnat.com>
7750
7751 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
7752 causing some regressions due to a change in the default value
7753 for this macro.
7754
7755 2003-01-29 Richard Henderson <rth@redhat.com>
7756 Elena Zannoni <ezannoni@redhat.com>
7757 Daniel Jacobowitz <drow@mvista.com>
7758
7759 Fix PR gdb/961.
7760 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
7761 variables.
7762 (RANGES_SECTION): New.
7763 (dwarf_ranges_buffer): New variable.
7764 (struct comp_unit_head): Add member "die".
7765 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
7766 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
7767 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
7768 (dwarf2_locate_sections): Likewise.
7769 (dwarf2_build_psymtabs): Read .debug_ranges.
7770 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
7771 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
7772 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
7773 Look for DW_AT_ranges and return the bounding box.
7774
7775 2003-01-29 Brian Ford <ford@vss.fsi.com>
7776
7777 * win32-nat.c (cygwin_pid): Removed as unused.
7778 (child_attach): Try fall back to Cygwin pid.
7779
7780 2003-01-29 Jim Blandy <jimb@redhat.com>
7781
7782 * objfiles.h (struct objfile): Doc fix.
7783
7784 2003-01-29 Andrew Cagney <ac131313@redhat.com>
7785
7786 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
7787 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
7788 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
7789 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
7790 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
7791 (FRAME_SAVED_PC): Change to a function with predicate.
7792 * gdbarch.h, gdbarch.c: Re-generate.
7793
7794 2003-01-28 Andrew Cagney <ac131313@redhat.com>
7795
7796 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
7797
7798 * complaints.c (complain): Delete function.
7799 * complaints.h (struct deprecated_complaint): Delete definition.
7800 (complain): Delete declaration.
7801
7802 2003-01-28 Kevin Buettner <kevinb@redhat.com>
7803
7804 * mips-tdep.c (mips_init_extra_frame_info): Return early for
7805 dummy frames.
7806
7807 2003-01-27 Andrew Cagney <ac131313@redhat.com>
7808
7809 * sentinel-frame.h, sentinel-frame.c: New files.
7810 * Makefile.in (frame.o): Update dependencies.
7811 (SFILES): Add sentinel-frame.c.
7812 (sentinel_frame_h): Define.
7813 (COMMON_OBS): Add sentinel-frame.o.
7814 (sentinel-frame.o): Specify dependencies.
7815 * frame.c: Include "sentinel-frame.h".
7816 (frame_register_unwind): Rewrite assuming that there is always a a
7817 ->next frame.
7818 (frame_register, generic_unwind_get_saved_register): Ditto.
7819 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
7820 (create_sentinel_frame, unwind_to_current_frame): New functions.
7821 (get_current_frame): Rewrite using create_sentinel_frame and
7822 unwind_to_current_frame. When possible, always create a frame.
7823 (create_new_frame): Set next to the sentinel frame.
7824 (get_next_frame): Rewrite. Don't go below the level 0 frame.
7825 (deprecated_update_frame_pc_hack): Update the next frame's PC and
7826 ID cache when necessary.
7827 (frame_saved_regs_id_unwind): Use frame_relative_level.
7828 (deprecated_generic_get_saved_register): Use frame_relative_level,
7829 get_frame_saved_regs, get_frame_pc, get_frame_base and
7830 get_next_frame.
7831 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
7832 frame_register.
7833
7834 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
7835
7836 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
7837
7838 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
7839
7840 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
7841 (maintenance_set_profile_cmd): Use error () instead of warning ().
7842
7843 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
7844
7845 * configure.in: Check that -pg works if using --enable-profiling.
7846 Check for monstartup and _mcleanup regardless of --enable-profiling.
7847 * maint.c: Check for monstartup and _mcleanup before using them.
7848 * config.in: Regenerated.
7849 * configure: Regenerated.
7850
7851 2003-01-24 Nick Clifton <nickc@redhat.com>
7852
7853 * Add sh2e support:
7854
7855 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
7856
7857 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
7858 (sh2e_show_regs): New.
7859 (sh_gdbarch_init): Handle bfd_mach_sh2e.
7860 * config/sh/tm-sh.h: Added sh2e to comments.
7861
7862 2003-01-23 Jim Blandy <jimb@redhat.com>
7863
7864 * symfile.c (syms_from_objfile): Don't print the "(no debugging
7865 symbols found)" message here; we haven't checked for a separate
7866 debug info file yet, so we don't know yet.
7867 (symbol_file_add_with_addrs_or_offsets): Print it here, after
7868 we've looked everywhere. Also, there's no need to print a special
7869 message when we're loading the separate debug info file: the one
7870 symbol_file_add prints is fine.
7871
7872 2003-01-23 Alexander Larsson <alexl@redhat.com>
7873 Jim Blandy <jimb@redhat.com>
7874
7875 Add support for executables whose debug info has been separated
7876 out into a separate file, leaving only a link behind.
7877 * objfiles.h (struct objfile): New fields: separate_debug_objfile
7878 and separate_debug_objfile_backlink.
7879 (put_objfile_before): New declaration.
7880 * symfile.c: #include "filenames.h".
7881 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
7882 debug info in a separate file, read that, too. Save the addrs
7883 argument, so we can use it again to read the separated debug info;
7884 syms_from_objfile modifies the table we pass it.
7885 (reread_symbols): After re-reading an objfile, call
7886 reread_separate_symbols to refresh its separate debug info
7887 objfile, if it has one.
7888 (reread_separate_symbols, find_separate_debug_file,
7889 get_debug_link_info, separate_debug_file_exists): New functions.
7890 (debug_file_directory): New global var.
7891 (_initialize_symfile): Initialize debug_file_directory, and
7892 provide the new `set debug-file-directory' command to let the user
7893 change it.
7894 * objfiles.c (free_objfile): If this objfile has its debug info in
7895 a separate objfile, free that one too. If this is itself a
7896 separate debug info objfile, clear our parent's backlink.
7897 (put_objfile_before): New function.
7898 * utils.c (gnu_debuglink_crc32): New function.
7899 * defs.h (gnu_debuglink_crc32): New declaration.
7900 * Makefile.in (symfile.o): Note dependency on "filenames.h".
7901 * configure.in: Handle --with-separate-debug-dir config option.
7902 * acinclude.m4 (AC_DEFINE_DIR): New macro.
7903 * acconfig.h (DEBUGDIR): New macro.
7904 * configure, aclocal.m4, config.in: Regenerated.
7905
7906 2003-01-22 Jim Blandy <jimb@redhat.com>
7907
7908 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
7909 like the old symbol_file_add, but taking new arguments: you can
7910 now pass in either a `struct section_addr_info' list to say where
7911 each section is loaded, or a `struct section_offsets' table. Pass
7912 these new arguments through to syms_from_objfile as appropriate.
7913 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
7914 with the appropriate quiescent values for the new arguments.
7915
7916 * symfile.c: #include "gdb_assert.h".
7917 (syms_from_objfile): Add the ability to pass in a section offset
7918 table directly, as an alternative to the section_addr_info table.
7919 Document arguments better.
7920 (symbol_file_add): Pass extra arguments to syms_from_objfile.
7921 * symfile.h (syms_from_objfile): Update declaration.
7922 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
7923 syms_from_objfile.
7924 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
7925
7926 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
7927
7928 Original patch by Tom Tromey <tromey@cygnus.com> and
7929 Jason Molenda <jmolenda@apple.com>.
7930 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
7931 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
7932 * NEWS: Mention profiling.
7933 * configure.in (--enable-gdbtk): Fix typo.
7934 (--enable-profiling): New. Set PROFILE_CFLAGS.
7935 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
7936 Fill in function.
7937 (profiling_state): New variable.
7938 (mcleanup_wrapper): New function.
7939 (_initialize_maint): Remove NOTYET, fix call to
7940 add_setshow_boolean_cmd for "maint set profile".
7941 * configure: Regenerated.
7942
7943 2003-01-21 Martin M. Hunt <hunt@redhat.com>
7944
7945 * Makefile.in (install-gdbtk): Install PNG images too.
7946
7947 2003-01-21 Andrew Cagney <ac131313@redhat.com>
7948
7949 * exec.c (text_start): Delete global variable.
7950 (exec_file_attach): Make text_start local to the function.
7951 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
7952 * valops.c (hand_function_call): Delete code that handles
7953 BEFORE_TEXT_END and AFTER_TEXT_END.
7954 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
7955 of CALL_DUMMY_LOCATION.
7956 * gdbarch.c: Regenerate.
7957 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
7958 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
7959 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
7960 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
7961 (text_end): Delete extern declaration.
7962
7963 2003-01-21 Andrew Cagney <ac131313@redhat.com>
7964
7965 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
7966 * blockframe.c (backtrace_below_main): Move to "frame.c".
7967 (frame_chain_valid): Delete check for backtrace_below_main.
7968 (_initialize_blockframe): Delete initialization, move ``set
7969 backtrace-below-main'' command to "frame.c".
7970 (do_flush_frames_sfunc): Delete function.
7971 * frame.c: Include "command.h" and "gdbcmd.h".
7972 (frame_type_from_pc): New function.
7973 (create_new_frame): Use frame_type_from_pc.
7974 (legacy_get_prev_frame): New function.
7975 (get_prev_frame): Rewrite. When an old style frame, call
7976 legacy_get_prev_frame. Otherwize, unwind the PC first.
7977 (_initialize_frame): Add ``set backtrace-below-main'' command.
7978 * Makefile.in (frame.o): Update dependencies.
7979
7980 2003-01-19 Andrew Cagney <ac131313@redhat.com>
7981
7982 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
7983 DEPRECATED_REGISTERS_INFO.
7984
7985 2003-01-19 Andrew Cagney <ac131313@redhat.com>
7986
7987 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
7988 Maintainers'. Update `Various Maintainers'.
7989
7990 2003-01-19 Andrew Cagney <ac131313@redhat.com>
7991
7992 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
7993 * gdbarch.sh (POP_FRAME): Change to function with predicate.
7994 Suppress actual parameters when `-'.
7995 * gdbarch.h, gdbarch.c: Regenerate.
7996
7997 2003-01-19 Andrew Cagney <ac131313@redhat.com>
7998
7999 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
8000 code handling dummy frames.
8001
8002 2003-01-19 Andrew Cagney <ac131313@redhat.com>
8003
8004 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
8005 (struct frame_unwind): Add field pop.
8006 * frame.h (frame_pop): Declare.
8007 * frame.c (frame_saved_regs_pop): New function.
8008 (trad_frame_unwinder): Add frame_saved_regs_pop.
8009 (frame_pop): New function.
8010 * dummy-frame.c (dummy_frame_pop): New function.
8011 (discard_innermost_dummy): New function.
8012 (generic_pop_dummy_frame): Use discard_innermost_dummy.
8013 (dummy_frame_unwind): Add dummy_frame_pop.
8014 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
8015 * valops.c (hand_function_call): Ditto.
8016 * stack.c (return_command): Ditto.
8017
8018 2003-01-18 Andrew Cagney <ac131313@redhat.com>
8019
8020 * cris-tdep.c: Fix function declaration indentation.
8021 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
8022 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
8023 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
8024 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
8025 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
8026 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
8027
8028 2003-01-18 Michael Chastain <mec@shout.net>
8029
8030 * README (Unpacking and Installation -- quick overview):
8031 Warn against ".../gdb-5.3/gdb/configure".
8032
8033 2003-01-18 Andrew Cagney <ac131313@redhat.com>
8034
8035 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
8036 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
8037 (struct frame_unwind): Declare opaque.
8038 (dummy_frame_p): Declare function.
8039 * dummy-frame.c (dummy_frame_id_unwind): Make static.
8040 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
8041 * dummy-frame.c: Include "frame-unwind.h".
8042 (dummy_frame_p): New function.
8043 (dummy_frame_unwind): New variable.
8044 * frame.c: Include "frame-unwind.h".
8045 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
8046 to use the new unwind field.
8047 (set_unwind_by_pc): Delete function.
8048 (create_new_frame, get_prev_frame): Set unwind field using
8049 frame_unwind_find_by_pc.
8050 (trad_frame_unwind, trad_frame_unwinder): New variables.
8051 * frame.h (trad_frame_unwind): Declare variable.
8052 (frame_id_unwind_ftype): Delete declaration.
8053 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
8054 (struct frame_unwind): Declare opaque.
8055 (struct frame_info): Replace the fields id_unwind, pc_unwind and
8056 register_unwind with a single unwind pointer.
8057 * frame-unwind.h, frame-unwind.c: New files.
8058 * Makefile.in (SFILES): Add frame-unwind.c.
8059 (frame_unwind_h): Define.
8060 (COMMON_OBS): Add frame-unwind.o.
8061 (frame-unwind.o): Specify dependencies.
8062 (frame.o, dummy-frame.o): Update dependencies.
8063
8064 2003-01-18 Andrew Cagney <ac131313@redhat.com>
8065
8066 * ada-valprint.c: Eliminate PTR.
8067 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
8068 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
8069 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
8070 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
8071 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
8072 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
8073 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
8074
8075 2003-01-17 Andrew Cagney <ac131313@redhat.com>
8076
8077 * main.c (captured_main): Don't use PTR.
8078 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
8079 * gdbtypes.c (lookup_primitive_typename): Ditto.
8080 (lookup_struct_elt_type): Ditto.
8081 * f-valprint.c (info_common_command): Ditto.
8082 (list_all_visible_commons): Ditto.
8083 * jv-typeprint.c (java_type_print_base): Ditto.
8084
8085 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
8086 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
8087 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
8088 i386-interix-nat.c and i386-interix-tdep.c. Rename
8089 m68klinux-nat.c and m68klinux-tdep.c. Rename
8090 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
8091 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
8092 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
8093 * main.c (captured_main): Use xfree, not free.
8094
8095 2003-01-16 Andrew Cagney <ac131313@redhat.com>
8096
8097 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
8098 ID back using a parameter.
8099 * frame.c (frame_id_unwind): Update call.
8100 (frame_saved_regs_id_unwind): Update.
8101 * dummy-frame.c (dummy_frame_id_unwind): Update function.
8102 * dummy-frame.h (struct frame_id): Add opaque declaration.
8103 (dummy_frame_id_unwind): Update declaration.
8104
8105 2003-01-15 Andrew Cagney <ac131313@redhat.com>
8106
8107 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
8108
8109 2003-01-15 Stephen P. Smith <ischis2@cox.net>
8110
8111 * MAINTAINERS (Stephen P. Smith): Updated email address.
8112
8113 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
8114
8115 Fix PR gdb/898
8116 * breakpoint.c (until_break_command): Add new argument. Use it to
8117 decide whether to stop only at the current frame or not.
8118 * breakpoint.h (until_break_command): Update prototype.
8119 * infcmd.c (until_command): Add new argument to until_break_command
8120 call.
8121 (advance_command): New function.
8122 (_initialize_infcmd): Update help string for 'until' command.
8123 Add new 'advance' command.
8124
8125 2003-01-14 David Carlton <carlton@math.stanford.edu>
8126
8127 * linespec.c (decode_line_1): Normalize comments.
8128 (set_flags): Ditto.
8129 (locate_first_half): Ditto.
8130 (decode_compound): Ditto.
8131 (symtab_from_filename): Ditto.
8132 (decode_all_digits): Ditto.
8133 (decode_dollar): Ditto.
8134 (find_methods): Ditto.
8135 (find_toplevel_char): Ditto.
8136
8137 2003-01-13 Andrew Cagney <ac131313@redhat.com>
8138
8139 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
8140 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
8141 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
8142 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
8143 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
8144 * language.c, language.h, m32r-tdep.c: Update copyright.
8145 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
8146 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
8147 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
8148 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
8149 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
8150 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
8151
8152 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
8153
8154 * stabsread.h (process_later, resolve_cfront_continuation):
8155 Obsolete.
8156 Update copyright years.
8157 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
8158 Update copyright year.
8159 * dbxread.c(struct cont_elem): Obsolete.
8160 (process_later, process_now): Obsolete functions.
8161 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
8162 Update copyright year.
8163 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
8164 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
8165 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
8166 (parse_partial_symbols): Obsolete cfront support.
8167 * stabsread.c
8168 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
8169 macros.
8170 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
8171 read_cfront_baseclasses, read_cfront_member_functions,
8172 resolve_cfront_continuation,read_cfront_static_fields,
8173 copy_cfront_struct_fields): Obsolete functions.
8174 (define_symbol, read_one_struct_field): Obsolete cfront support.
8175 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
8176 Update Copyright year.
8177
8178 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
8179
8180 * stack.c (print_frame_info, print_stack_frame_base_stub,
8181 print_stack_frame_base, show_and_print_stack_frame_stub,
8182 show_and_print_stack_frame, print_only_stack_frame_stub,
8183 print_only_stack_frame): Delete functions.
8184 (print_stack_frame_stub): Call print_frame_info instead of
8185 print_frame_info_base.
8186 (print_frame_info_base): Rename to print_frame_info.
8187 (backtrace_command_1): Call print_frame_info, instead of
8188 print_frame_info_base.
8189 (current_frame_command): Call print_stack_frame, instead of
8190 print_only_stack_frame.
8191 (frame_command): Call print_stack_frame, instead of
8192 show_and_print_stack_frame.
8193 (up_command): Ditto.
8194 (down_command): Ditto.
8195 * frame.h (print_only_stack_frame): Delete prototype.
8196 * infrun.c (normal_stop): Call print_stack_frame, instead of
8197 show_and_print_stack_frame.
8198 * thread.c (info_threads_command): Call print_stack_frame, instead
8199 of print_only_stack_frame.
8200
8201 2003-01-13 Andrew Cagney <ac131313@redhat.com>
8202
8203 * README (Graphical interface to GDB): Update URL. Point at
8204 gdb/links/.
8205
8206 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
8207 version match.
8208
8209 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8210
8211 * symtab.c (find_pc_sect_line): Don't consider end-of-function
8212 lines.
8213
8214 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8215
8216 * thread-db.c (attach_thread): Prototype.
8217 (struct private_thread_info): Remove lwpid. Add thread handle (th),
8218 thread information (ti), and valid flags (th_valid, ti_valid).
8219 (attach_thread): Move target_pid_to_str call to after the thread
8220 is added to GDB's list. Initialize the cache.
8221 (thread_get_info_callback, thread_db_map_id2thr)
8222 (thread_db_get_info): New functions.
8223 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
8224 (thread_db_store_registers, thread_db_thread_alive)
8225 (thread_db_get_thread_local_address): Use them.
8226 (thread_db_pid_to_str): Likewise. Return "Missing" instead
8227 of calling error() for threads in unknown state.
8228
8229 (clear_lwpid_callback): New function.
8230 (thread_db_resume): Use it to clear the cache.
8231
8232 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8233
8234 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
8235 (resume_callback): Remove dead code.
8236
8237 2003-01-13 Andrew Cagney <ac131313@redhat.com>
8238
8239 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
8240 predicate.
8241 * gdbarch.h, gdbarch.c: Regenerate.
8242 * stack.c (frame_info): Only initialize the saved registers when
8243 FRAME_INIT_SAVED_REGS_P.
8244 * frame.c (frame_saved_regs_register_unwind): Assert
8245 FRAME_INIT_SAVED_REGS_P.
8246 (deprecated_generic_get_saved_register): Ditto.
8247
8248 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8249
8250 * source.c (openp): Squelch warning about "filename".
8251
8252 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8253
8254 * source.c (openp): If the file does not exist don't necessarily
8255 search the path.
8256
8257 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8258
8259 Fix PR gdb/872.
8260 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
8261 (integer_types_same_name_p): New function.
8262 (rank_one_type): Use it.
8263 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
8264
8265 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8266
8267 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
8268 variables.
8269 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
8270 * configure.in: Add --with-sysroot.
8271 * configure: Regenerated.
8272 * main.c (gdb_sysroot): New variable.
8273 (captured_main): Initialize gdb_sysroot.
8274 * defs.h (gdb_sysroot): New extern declaration.
8275 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
8276
8277 2003-01-12 Michael Chastain <mec@shout.net>
8278
8279 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
8280
8281 2003-01-12 Michael Chastain <mec@shout.net>
8282
8283 * top.c (print_gdb_version): Bump copyright year to 2003.
8284
8285 2003-01-12 David Carlton <carlton@bactrian.org>
8286
8287 * linespec.c (symtab_from_filename): Rename variable 's' to
8288 'file_symtab'.
8289
8290 2003-01-12 Andrew Cagney <ac131313@redhat.com>
8291
8292 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
8293 dummy frame.
8294 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
8295
8296 2003-01-12 Andrew Cagney <ac131313@redhat.com>
8297
8298 * d10v-tdep.c: Include "gdb_assert.h".
8299 (d10v_store_return_value): Rewrite to match current interface.
8300 (d10v_extract_struct_value_address): Ditto.
8301 (d10v_extract_return_value): Ditto.
8302 (d10v_gdbarch_init): Set store_restore_value,
8303 extract_struct_value_address and extract_return_value.
8304
8305 2003-01-12 J. Brobecker <brobecker@gnat.com>
8306
8307 * hpread.c (set_namestring): New procedure replacing the
8308 SET_NAMESTRING macro.
8309 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
8310 by calls to set_namestring.
8311
8312 2003-01-11 J. Brobecker <brobecker@gnat.com>
8313
8314 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
8315 a compilation warning.
8316 (hpread_process_one_debug_symbol): Likewise.
8317
8318 2003-01-10 David Carlton <carlton@math.stanford.edu>
8319
8320 * linespec.c (decode_line_1): Rename variable 's' to
8321 'file_symtab'.
8322 (decode_all_digits): Rename argument 's' to 'file_symtab'.
8323 (decode_dollar): Ditto.
8324 (decode_variable): Ditto.
8325 (symbol_found): Ditto.
8326
8327 2003-01-09 Michael Chastain <mec@shout.net>
8328
8329 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
8330
8331 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
8332
8333 * win32-nat.c (set_process_privilege): New function.
8334 (child_attach): Call set_process_privilege() to enable the
8335 SE_DEBUG_NAME user privilege if available in process token.
8336
8337 2003-01-10 J. Brobecker <brobecker@gnat.com>
8338
8339 * hpread.c (hpread_process_one_debug_symbol): Fix a small
8340 compilation error in the previous revision.
8341
8342 2003-01-09 David Carlton <carlton@math.stanford.edu>
8343
8344 * linespec.c: Update copyright.
8345
8346 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
8347
8348 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
8349 than inferior_ptid.
8350 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
8351
8352 2003-01-09 Andrew Cagney <ac131313@redhat.com>
8353
8354 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
8355 Update comments.
8356 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
8357 (frame_saved_regs_zalloc): Update.
8358 (frame_saved_regs_register_unwind): Update.
8359 (create_new_frame): Update.
8360 (get_prev_frame): Update.
8361 (frame_extra_info_zalloc): Update.
8362 (deprecated_get_frame_saved_regs): Update.
8363 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
8364 * cris-tdep.c: Update comment.
8365
8366 * somsolib.h: Fix function indentation.
8367 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
8368 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
8369 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
8370 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
8371 * somsolib.c, inftarg.c: Remove assignment in if conditional.
8372
8373 * infrun.c (follow_fork): Use ISO C definition.
8374 * expprint.c (print_subexp): Use xfree instead of free.
8375 * charset.c: Include "gdb_string.h" instead of <string.h>.
8376 (register_iconv_charsets): Use ISO C definition.
8377 (host_charset, target_charset): Ditto.
8378 * Makefile.in (charset.o): Update dependencies.
8379 (mi-cmd-env.o): Update dependencies.
8380
8381 2003-01-08 Andrew Cagney <cagney@redhat.com>
8382
8383 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
8384 get_frame_base.
8385
8386 2003-01-08 Andrew Cagney <ac131313@redhat.com>
8387
8388 * gdb_mbuild.sh: Add --keep option. When specified, keep the
8389 build directories. Save edited gdb output in Mbuild.log. If a
8390 build fails, remove any final GDB executable.
8391
8392 2003-01-08 Andrew Cagney <ac131313@redhat.com>
8393
8394 * gdb_mbuild.sh: Edit the output of `maint print architecture'
8395 replacing hex constants with function names and stripping leading
8396 file name directory prefixes.
8397
8398 2003-01-08 Andrew Cagney <cagney@redhat.com>
8399
8400 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
8401 get_frame_base.
8402
8403 2003-01-08 David Carlton <carlton@math.stanford.edu>
8404
8405 * linespec.c (decode_line_1): Move code into decode_variable.
8406 (decode_variable): New function.
8407
8408 2003-01-08 Andrew Cagney <ac131313@redhat.com>
8409
8410 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
8411
8412 2003-01-08 Andrew Cagney <cagney@redhat.com>
8413
8414 * cris-tdep.c (cris_frame_init_saved_regs): Use
8415 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
8416 saved_regs buffer.
8417 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
8418 (sh64_nofp_frame_init_saved_regs): Ditto.
8419 (sh_fp_frame_init_saved_regs): Ditto.
8420 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
8421 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
8422 * mcore-tdep.c (analyze_dummy_frame): Ditto.
8423 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
8424
8425 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
8426
8427 * minsyms.c (lookup_minimal_symbol): Update comment.
8428 (lookup_minimal_symbol_text): Update comment. Use the hash table.
8429 (lookup_minimal_symbol_solib_trampoline): Likewise.
8430
8431 2003-01-08 Andrew Cagney <cagney@redhat.com>
8432
8433 * d10v-tdep.c (d10v_init_extra_frame_info): Use
8434 frame_relative_level.
8435
8436 * alpha-tdep.c: Use get_frame_extra_info.
8437 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
8438 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
8439 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
8440 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
8441
8442 * alpha-tdep.c: Use get_next_frame.
8443 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
8444 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
8445 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
8446 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
8447 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
8448 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
8449 * xstormy16-tdep.c: Ditto.
8450
8451 2003-01-07 Andrew Cagney <cagney@redhat.com>
8452
8453 * alpha-tdep.c: Use get_frame_base.
8454 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
8455 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
8456 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
8457 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
8458 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
8459 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
8460 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
8461 * config/sparc/tm-sparc.h: Ditto.
8462
8463 2003-01-07 Andrew Cagney <cagney@redhat.com>
8464
8465 * frame.c (deprecated_get_frame_context): New function.
8466 (deprecated_set_frame_context): New function.
8467 * frame.h (deprecated_get_frame_context): Declare.
8468 (deprecated_set_frame_context): Declare.
8469 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
8470 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
8471
8472 2003-01-07 Andrew Cagney <cagney@redhat.com>
8473
8474 * frame.c (deprecated_set_frame_next_hack): New function.
8475 (deprecated_set_frame_prev_hack): New function.
8476 * frame.h (deprecated_set_frame_next_hack): Declare.
8477 (deprecated_set_frame_prev_hack): Declare.
8478 * mcore-tdep.c (analyze_dummy_frame): Use
8479 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
8480 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
8481
8482 2003-01-07 David Carlton <carlton@math.stanford.edu>
8483
8484 * linespec.c (decode_line_1): Move code into decode_dollar.
8485 (decode_dollar): New function.
8486
8487 2003-01-07 Andrew Cagney <cagney@redhat.com>
8488
8489 * arm-tdep.c (arm_init_extra_frame_info): Use
8490 deprecated_update_frame_base_hack.
8491 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
8492 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
8493 (fix_frame_pointer): Ditto.
8494 (mn10300_analyze_prologue): Ditto.
8495
8496 2003-01-07 Andrew Cagney <cagney@redhat.com>
8497
8498 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
8499 extra_info using frame_extra_info_zalloc.
8500 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8501 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
8502 (sh64_init_extra_frame_info): Ditto.
8503 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
8504 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
8505 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
8506 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
8507 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
8508 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
8509 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
8510 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
8511 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
8512 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
8513 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8514 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
8515
8516 * mn10300-tdep.c (analyze_dummy_frame): Use
8517 deprecated_set_frame_extra_info_hack.
8518 * mcore-tdep.c (analyze_dummy_frame): Ditto.
8519
8520 2003-01-07 J. Brobecker <brobecker@gnat.com>
8521
8522 * mdebugread.c (parse_symbol): Skip stProc entries which storage
8523 class is not scText. These do not define "real" procedures.
8524 (parse_partial_symbols): Likewise.
8525
8526 2003-01-06 Michael Snyder <msnyder@redhat.com>
8527
8528 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
8529
8530 2003-01-06 Andrew Cagney <ac131313@redhat.com>
8531
8532 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
8533 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
8534 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
8535 deprecated_frame_xmalloc_with_cleanup.
8536 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
8537 deprecated_frame_xmalloc.
8538 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
8539 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
8540
8541 2003-01-06 Andrew Cagney <cagney@redhat.com>
8542
8543 * x86-64-linux-tdep.c: Include "osabi.h".
8544 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
8545
8546 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
8547
8548 2003-01-06 Andrew Cagney <cagney@redhat.com>
8549
8550 * MAINTAINERS (Target Instruction Set Architectures): Update
8551 arm-elf. Can be built with -Werror, has been multiarched.
8552
8553 * value.h (unpack_long): Make buffer parameter constant.
8554 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
8555 * scm-lang.h (scm_parse): Ditto.
8556 * defs.h (extract_typed_address, extract_address): Ditto.
8557 (extract_long_unsigned_integer): Ditto.
8558 * inferior.h (unsigned_pointer_to_address): Ditto.
8559 (signed_pointer_to_address): Ditto.
8560 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
8561 * gdbarch.h, gdbarch.c: Regenerate.
8562 * findvar.c (extract_long_unsigned_integer): Update.
8563 (extract_address): Update.
8564 (extract_typed_address): Update.
8565 (unsigned_pointer_to_address): Update.
8566 * values.c (unpack_long): Update.
8567 (unpack_double): Update.
8568 (unpack_pointer): Update.
8569 (unpack_field_as_long): Update.
8570 * d10v-tdep.c (d10v_pointer_to_address): Update.
8571 * avr-tdep.c (avr_pointer_to_address): Update.
8572 * scm-lang.c (scm_unpack): Update.
8573 * findvar.c (signed_pointer_to_address): Update.
8574
8575 2003-01-06 Michal Ludvig <mludvig@suse.cz>
8576
8577 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
8578 since it is in i386-tdep.c.
8579
8580 2003-01-06 J. Brobecker <brobecker@gnat.com>
8581
8582 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
8583 failure introduced in the previous change.
8584
8585 2003-01-05 Michael Chastain <mec@shout.net>
8586
8587 * README: Remove references to deleted remote-*.c files:
8588 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
8589 remote-nrom.c, remote-os9k.c, remote-udi.c.
8590
8591 2003-01-05 Mark Kettenis <kettenis@gnu.org>
8592
8593 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
8594 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
8595 i386_get_longjmp_target.
8596
8597 2003-01-05 Andrew Cagney <ac131313@redhat.com>
8598
8599 * arm-tdep.c (prologue_cache): Change to a pointer.
8600 (_initialize_arm_tdep): Allocate prologue_cache.
8601 (check_prologue_cache): Update.
8602 (save_prologue_cache): Update.
8603 (arm_gdbarch_init): Update.
8604
8605 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8606
8607 * stabsread.c (update_method_name_from_physname): Call complaint()
8608 instead of error.
8609
8610 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8611
8612 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
8613 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
8614 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
8615
8616 * blockframe.c: Include "gdbcmd.h" and "command.h".
8617 (backtrace_below_main): New variable.
8618 (file_frame_chain_valid, func_frame_chain_valid)
8619 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
8620 (generic_func_frame_chain_valid): Remove functions.
8621 (frame_chain_valid, do_flush_frames_sfunc): New functions.
8622 (_initialize_blockframe): New function.
8623 * Makefile.in (blockframe.o): Update dependencies.
8624 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
8625 comment. Call frame_chain_valid ().
8626 * frame.h: Remove old prototypes. Add prototype for
8627 frame_chain_valid and update comments to match.
8628 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
8629 Remove old comment.
8630 * gdbarch.h: Regenerated.
8631 * gdbarch.c: Regenerated.
8632
8633 * alpha-tdep.c (alpha_gdbarch_init): Don't call
8634 set_gdbarch_frame_chain_valid.
8635 * avr-tdep.c (avr_gdbarch_init): Likewise.
8636 * cris-tdep.c (cris_gdbarch_init): Likewise.
8637 * frv-tdep.c (frv_gdbarch_init): Likewise.
8638 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
8639 * i386-tdep.c (i386_svr4_init_abi): Likewise.
8640 (i386_nw_init_abi): Likewise.
8641 (i386_gdbarch_init): Likewise.
8642 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
8643 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
8644 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
8645 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
8646 * mips-tdep.c (mips_gdbarch_init): Likewise.
8647 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
8648 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
8649 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
8650 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
8651 * s390-tdep.c (s390_gdbarch_init): Likewise.
8652 * sh-tdep.c (sh_gdbarch_init): Likewise.
8653 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
8654 * v850-tdep.c (v850_gdbarch_init): Likewise.
8655 * vax-tdep.c (vax_gdbarch_init): Likewise.
8656 * x86-64-tdep.c (x86_64_init_abi): Likewise.
8657
8658 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
8659 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
8660 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
8661 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
8662 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
8663 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
8664 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
8665 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
8666
8667 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
8668
8669 * Makefile.in (acconfig_h): Remove incorrect macro.
8670 (config_h): Define.
8671 (osabi.o): Update dependencies.
8672 * configure.tgt: Set gdb_osabi based on target triplet.
8673 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
8674 * configure: Regenerated.
8675 * config.in: Regenerated.
8676 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
8677 (GDB_OSABI_DEFAULT): Define if not already defined.
8678 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
8679 (set_osabi_string): New variables.
8680 (gdbarch_register_osabi): Add new OS ABI to
8681 gdb_osabi_available_names.
8682 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
8683 (set_osabi, show_osabi): New functions.
8684 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
8685
8686 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8687
8688 * arch-utils.c (gdbarch_info_init): Set osabi to
8689 GDB_OSABI_UNINITIALIZED.
8690 * gdbarch.sh: Add osabi to struct gdbarch and to struct
8691 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
8692 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
8693 * gdbarch.c: Regenerated.
8694 * gdbarch.h: Regenerated.
8695 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
8696 there's no BFD.
8697 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
8698 * osabi.h (enum gdb_osabi): Move to defs.h.
8699 (gdbarch_init_osabi): Update prototype.
8700 * defs.h (enum gdb_osabi): Moved here.
8701 * Makefile.in: Update dependencies.
8702
8703 * alpha-tdep.h: Don't include "osabi.h".
8704 (struct gdbarch_tdep): Remove osabi member.
8705 * alpha-tdep.c: Include "osabi.h".
8706 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
8707 iterate over arches. Update call to gdbarch_init_osabi.
8708 (alpha_dump_tdep): Don't dump osabi.
8709 * alpha-linux-tdep.c: Include "osabi.h".
8710 * alpha-osf1-tdep.c: Include "osabi.h".
8711 * alphafbsd-tdep.c: Include "osabi.h".
8712 * alphanbsd-tdep.c: Include "osabi.h".
8713
8714 * arm-tdep.h: Don't include "osabi.h".
8715 (struct gdbarch_tdep): Remove osabi member.
8716 * arm-tdep.c: Include "osabi.h".
8717 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
8718 iterate over arches. Update call to gdbarch_init_osabi.
8719 (arm_dump_tdep): Don't dump osabi.
8720 * arm-linux-tdep.c: Include "osabi.h".
8721 * armnbsd-tdep.c: Include "osabi.h".
8722
8723 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
8724 Update call to gdbarch_init_osabi.
8725
8726 * i386-tdep.h: Don't include "osabi.h".
8727 (struct gdbarch_tdep): Remove osabi member.
8728 * i386-tdep.c: Include "osabi.h".
8729 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
8730 iterate over arches. Update call to gdbarch_init_osabi.
8731 (i386_dump_tdep): Don't dump osabi.
8732 * i386-linux-tdep.c: Include "osabi.h".
8733 * i386-sol2-tdep.c: Include "osabi.h".
8734 * i386bsd-tdep.c: Include "osabi.h".
8735 * i386gnu-tdep.c: Include "osabi.h".
8736 * i386ly-tdep.c: Include "osabi.h".
8737 * i386nbsd-tdep.c: Include "osabi.h".
8738 * i386obsd-tdep.c: Include "osabi.h".
8739
8740 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
8741 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
8742 check osabi when iterating over arches. Update call to
8743 gdbarch_init_osabi.
8744 (mips_dump_tdep): Don't dump osabi.
8745
8746 * ns32k-tdep.h: Don't include "osabi.h".
8747 (struct gdbarch_tdep): Remove.
8748 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
8749 gdbarch_lookup_osabi. Don't iterate over arches. Don't
8750 allocate tdep. Update call to gdbarch_init_osabi.
8751 (ns32k_dump_tdep): Remove.
8752 (_initialize_ns32k_tdep): Update call to gdbarch_register.
8753 * ns32knbsd-tdep.c: Include "osabi.h".
8754
8755 * ppc-tdep.h: Don't include "osabi.h".
8756 (struct gdbarch_tdep): Remove osabi member.
8757 * rs6000-tdep.c: Include "osabi.h".
8758 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
8759 osabi when iterating over arches. Update call to
8760 gdbarch_init_osabi.
8761 (rs6000_dump_tdep): Don't dump osabi.
8762 * ppc-linux-tdep.c: Include "osabi.h".
8763 * ppcnbsd-tdep.c: Include "osabi.h".
8764
8765 * sh-tdep.h: Don't include "osabi.h".
8766 (struct gdbarch_tdep): Remove osabi member.
8767 * sh-tdep.c: Include "osabi.h".
8768 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
8769 iterate over arches. Update call to gdbarch_init_osabi.
8770 (sh_dump_tdep): Don't dump osabi.
8771 * shnbsd-tdep.c: Include "osabi.h".
8772
8773 * sparc-tdep.c: Include "osabi.h".
8774 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
8775 iterate over arches. Update call to gdbarch_init_osabi.
8776 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
8777 tdep structure.
8778
8779 * vax-tdep.h: Don't include "osabi.h".
8780 (struct gdbarch_tdep): Remove.
8781 * vax-tdep.c: Include "osabi.h".
8782 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
8783 iterate over arches. Don't allocate tdep. Update call
8784 to gdbarch_init_osabi.
8785 (vax_dump_tdep): Remove.
8786 (_initialize_vax_tdep): Update call to gdbarch_register.
8787
8788 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8789
8790 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
8791 entirely.
8792 (breakpoint_re_set_one): Don't fetch the value for a disabled
8793 watchpoint.
8794
8795 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8796
8797 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
8798 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
8799 (COERCE_FLOAT_TO_DOUBLE): Remove.
8800 * gdbarch.c: Regenerate.
8801 * gdbarch.h: Regenerate.
8802 * Makefile.in: Remove value_h from gdbarch_h.
8803 * valops.c (coerce_float_to_double): New variable.
8804 (default_coerce_float_to_double): Remove.
8805 (standard_coerce_float_to_double): Remove.
8806 (value_arg_coerce): Use coerce_float_to_double.
8807 (_initialize_valops): Add "set coerce-float-to-double".
8808 * value.h (default_coerce_float_to_double): Remove prototype.
8809 (standard_coerce_float_to_double): Remove prototype.
8810
8811 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
8812 prototyped.
8813 * mdebugread.c (parse_symbol): Likewise.
8814 * stabsread.c (define_symbol): Mark all functions as prototyped.
8815
8816 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
8817 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
8818 set_gdbarch_coerce_float_to_double.
8819 * arm-tdep.c (arm_gdbarch_init): Likewise.
8820 * frv-tdep.c (frv_gdbarch_init): Likewise.
8821 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
8822 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
8823 * mips-tdep.c (mips_gdbarch_init): Likewise.
8824 (mips_coerce_float_to_double): Remove.
8825 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
8826 (rs6000_coerce_float_to_double): Remove.
8827 * s390-tdep.c (s390_gdbarch_init): Likewise.
8828 * sh-tdep.c (sh_gdbarch_init): Likewise.
8829 (sh_coerce_float_to_double): Remove.
8830 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
8831 (sparc_coerce_float_to_double): Remove.
8832 * v850-tdep.c (v850_gdbarch_init): Likewise.
8833 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
8834 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8835 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
8836 (hppa_coerce_float_to_double): Remove prototype.
8837 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8838
8839 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8840
8841 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
8842
8843 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8844
8845 Suggested by Stewart Brown <sb24@avaya.com>:
8846 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
8847 in recursive calls. Handle TYPE_CODE_TYPEDEF.
8848 (c_type_print_varspec_suffix): Likewise.
8849
8850 2003-01-04 Mark Kettenis <kettenis@gnu.org>
8851
8852 * configure.in: Don't set and AC_SUBST SUBDIRS.
8853 * configure: Regenerated.
8854
8855 * configure.in: Remove code dealing with shared libraries.
8856 * Makefile.in: Remove HLDFLAGS and HLDENV.
8857 * configure: Regenerated.
8858
8859 2003-01-04 Andrew Cagney <ac131313@redhat.com>
8860
8861 * frame.c (deprecated_frame_xmalloc): New function.
8862 (deprecated_set_frame_saved_regs_hack): New function.
8863 (deprecated_set_frame_extra_info_hack): New function.
8864 * frame.h (deprecated_frame_xmalloc): Declare.
8865 (deprecated_set_frame_saved_regs_hack): Declare.
8866 (deprecated_set_frame_extra_info_hack): Declare.
8867
8868 2003-01-04 Mark Kettenis <kettenis@gnu.org>
8869
8870 * configure.in: Move code that provides the --enable-gdbtk option
8871 right after the code that handles the --enable-tui option, and
8872 polish it somewhat.
8873 * configure: Regenerated.
8874
8875 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
8876 AC_CHECK_FUNCS and remove the old check for pread64.
8877 * acinclude.m4 (AC_GNU_SOURCE): New macro.
8878 * acconfig.h (_GNU_SOURCE): Add.
8879 (HAVE_PREAD64): Remove.
8880 * configure, aclocal.m4, config.in: Regenerated.
8881
8882 2003-01-03 Andrew Cagney <ac131313@redhat.com>
8883
8884 * alpha-tdep.c: Use get_frame_saved_regs.
8885 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
8886 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
8887 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
8888 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
8889 * vax-tdep.c, xstormy16-tdep.c: Ditto.
8890
8891 2003-01-03 Mark Kettenis <kettenis@gnu.org>
8892
8893 * configure.in: Remove all use of the SUBDIRS variable; add
8894 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
8895 code providing the --enable-multi-ice option, and move it right in
8896 front of the code that checks whether gdbserver is supported.
8897 Polish that too.
8898 * configure: Regenerated.
8899 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
8900 @SUBDIRS@.
8901
8902 2003-01-03 Andrew Cagney <cagney@redhat.com>
8903
8904 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
8905 * avr-tdep.c, cris-tdep.c: Ditto.
8906 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
8907 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8908
8909 2003-01-03 Mark Kettenis <kettenis@gnu.org>
8910
8911 * configure.in: Remove --enable-netrom option.
8912 * configure: Regenerated.
8913
8914 2003-01-03 Mark Kettenis <kettenis@gnu.org>
8915
8916 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
8917 declaration for `struct re_pattern_buffer' instead.
8918 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
8919
8920 2003-01-03 J. Brobecker <brobecker@gnat.com>
8921
8922 * mdebugread.c (parse_symbol): Count until the stEnd matching
8923 the structure name.
8924
8925 2003-01-02 Mark Kettenis <kettenis@gnu.org>
8926
8927 * configure.in: Remove --with-cpu option.
8928 subscripts. Remove evil changequotes here.
8929 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
8930 * config.in, configure: Regenerated.
8931
8932 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
8933 * configure.in: Cleanup section that sources GDB and BFD configure
8934 subscripts. Remove evil changequotes here.
8935 * config.in, configure: Regenerated.
8936
8937 2003-01-02 Andrew Cagney <ac131313@redhat.com>
8938
8939 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
8940 frame accessor methods.
8941 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
8942 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
8943 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
8944 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
8945 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8946 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
8947 * z8k-tdep.c: Ditto.
8948
8949 2003-01-02 Mark Kettenis <kettenis@gnu.org>
8950
8951 * configure.in: Remove UI_OUT configuration code.
8952 * ada-lang.c: Update assuming UI_OUT is always true.
8953 * Makefile.in (UIOUT_CFLAGS): Remove.
8954 * configure: Regenerated.
8955 * TODO: Remove blurb about elimination of -DUI_OUT.
8956
8957 * configure.in: Move code that provides the --enable-gdbcli,
8958 --enable-gdbmi options right before the code that handles the
8959 --enable-tui option. Polish a bit.
8960 * configure: Regenerated.
8961
8962 * configure.in: Rewrite check for GNU regex and the
8963 --without-included regex option, and move it into the "Checks for
8964 library functions" section. This makes us use the system regex
8965 again by default on systems with version 2 of the GNU C library.
8966 This was apparently broken.
8967 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
8968 * acconfig.h (USE_INCLUDED_REGEX): Remove.
8969 * config.in, configure: Regenerated.
8970
8971 * configure.in: Move code that provides the --enable-tui option
8972 before the "Checks for libraries" section. Polish the code
8973 somewhat and set need_curses to yes if we build the TUI. Rewrite
8974 code that looks for a library providing termcap functionality to
8975 match more closely what's done in the Readline library, and move
8976 it into to the "Checks for libraries" section.
8977 * configure: Regenerated.
8978 * Makefile.in (TERMCAP): Remove variable.
8979 * config/i386/go32.mh (TERMCAP): Remove variable.
8980
8981 2003-01-02 Andrew Cagney <ac131313@redhat.com>
8982
8983 * MAINTAINERS: Mention gdb_mbuild.sh.
8984 * gdb_mbuild.sh: Rewrite.
8985
8986 2003-01-02 Mark Kettenis <kettenis@gnu.org>
8987
8988 * configure.in: Fix typo in last change.
8989 * config.in, configure: Regenerated.
8990
8991 2003-01-02 Andrew Cagney <ac131313@redhat.com>
8992
8993 * valarith.c (value_binop): Delete obsolete code and comments.
8994 * configure.host: Ditto.
8995 * buildsym.h (make_blockvector): Ditto.
8996 * buildsym.c (make_blockvector): Ditto.
8997 * defs.h (enum language): Ditto.
8998 (chill_demangle): Ditto.
8999 * elfread.c (elf_symtab_read): Ditto.
9000 * dwarfread.c (CHILL_PRODUCER): Ditto.
9001 (set_cu_language): Ditto.
9002 (handle_producer): Ditto.
9003 * expprint.c (print_subexp): Ditto.
9004 * gdbtypes.c (chill_varying_type): Ditto.
9005 * gdbtypes.h (builtin_type_chill_bool): Ditto.
9006 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
9007 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
9008 (chill_varying_type): Ditto.
9009 * language.h (_LANG_chill): Ditto.
9010 * language.c (binop_result_type, integral_type): Ditto.
9011 (character_type, string_type, structured_type): Ditto.
9012 (lang_bool_type, binop_type_check): Ditto.
9013 * stabsread.h (os9k_stabs): Ditto.
9014 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
9015 (define_symbol, read_type, read_struct_fields): Ditto.
9016 (read_array_type, read_enum_type, read_huge_number): Ditto.
9017 (read_range_type, start_stabs): Ditto.
9018 * symfile.c (init_filename_language_table): Ditto.
9019 (add_psymbol_with_dem_name_to_list): Ditto.
9020 * symtab.c (symbol_init_language_specific): Ditto.
9021 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
9022 * symtab.h (struct general_symbol_info): Ditto.
9023 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
9024 * typeprint.c (typedef_print): Ditto.
9025 * utils.c (fprintf_symbol_filtered): Ditto.
9026 * valops.c (value_cast, search_struct_field, value_slice): Delete
9027 obsolete code.
9028 (varying_to_slice): Delete function.
9029 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
9030 (varying_to_slice): Delete declaration.
9031 * MAINTAINERS: Update.
9032
9033 2003-01-02 Mark Kettenis <kettenis@gnu.org>
9034
9035 * configure.in: Reorganize "Checks for library functions section"
9036 a bit. Remove check for `btowc' and `isascii' functions.
9037 * configure: Regenerated.
9038
9039 * acconfig.h (_MSE_INT_H): Remove.
9040 * configure.in: Create "Checks for header files" section, and move
9041 appropriate tests there. Don't check for objlist.h, wchar.h,
9042 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
9043 misdetection fix. Also add "Checks for types", "Checks for
9044 compiler characteristics" and "Checks for library functions"
9045 sections.
9046 * config.in, configure: Regenerated.
9047
9048 * configure.in: Create "Checks for programs" section, and move
9049 appropriate tests there.
9050
9051 2003-01-01 Mark Kettenis <kettenis@gnu.org>
9052
9053 * configure.in: Create "Checks for libraries" section, and move
9054 appropriate tests there. Cleanup check for wctype in libw. Use
9055 AC_SEARCH_LIBS to see whether we need libsocket.
9056 * configure: Regenerated.
9057
9058 For older changes see ChangeLog-2002
9059 \f
9060 Local Variables:
9061 mode: change-log
9062 left-margin: 8
9063 fill-column: 74
9064 version-control: never
9065 End: