2003-11-05 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-11-05 Andrew Cagney <cagney@redhat.com>
2
3 * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
4 macro.
5 * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
6 * config/i386/tm-cygwin.h
7 (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
8 * config/powerpc/tm-linux.h
9 (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
10 (at_subroutine_call_instruction_target): Delete declaration.
11 * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
12 * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
13 * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
14
15 * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
16 "struct bfd_section" and "struct bfd".
17 * target.h (struct section_table): Ditto.
18 * rs6000-nat.c (xcoff_relocate_core): Ditto.
19 * solib-svr4.c (elf_locate_base): Ditto.
20 * pa64solib.c (dld_cache_t): Ditto.
21 * objfiles.h (struct obj_section): Ditto.
22 * objfiles.c (add_to_objfile_sections): Ditto.
23 * exec.c (bfdsec_to_vmap): Ditto.
24 (add_to_section_table): Ditto.
25 (build_section_table): Ditto.
26 * corelow.c (get_core_register_section): Ditto.
27 * coffread.c (find_linenos): Ditto.
28 * elfread.c (elf_interpreter): Delete #if0'd function.
29
30 * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
31 * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
32 * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
33 * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
34
35 * arch-utils.h (generic_cannot_extract_struct_value_address):
36 Delete declaration.
37 * wince.c (_initialize_wince): Fix multi-line string.
38 * ia64-tdep.c (floatformat_valid): Convert to ISO C.
39
40 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
41
42 * top.c (execute_command): Fix broken logic for command execution
43 while inferior is running in async mode.
44
45 2003-11-06 Mark Kettenis <kettenis@gnu.org>
46
47 * dwarf2-frame.c (execute_cfa_program): Mark register as
48 REG_SAVED_REG for DW_CFA_register opcode.
49
50 2003-11-05 Mark Kettenis <kettenis@gnu.org>
51
52 * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
53 %rsp, %rip and %eflags to match ABI-change.
54
55 2003-11-05 Jeff Johnston <jjohnstn@redhat.com>
56
57 * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
58 (ia64_gdbarch_init): Don't bother calculating the os.
59 Instead use the gdbarch_info struct and look at the osabi field.
60 Also use gdbarch_list_lookup_by_info() to look for a
61 candidate gdbarch.
62
63 2003-11-05 Kevin Buettner <kevinb@redhat.com>
64
65 * frv-tdep.c (frv_register_byte): Delete.
66 (frv_extract_return_value, frv_store_return_value)
67 (frv_extract_struct_value_address): Don't call frv_register_byte().
68 Convert to non-deprecated form.
69 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
70 Convert calls to set_gdbarch_deprecated_extract_return_value(),
71 set_gdbarch_deprecated_store_return_value(), and
72 set_gdbarch_deprecated_extract_struct_value_address() into
73 non-deprecated forms.
74
75 2003-11-05 Andrew Cagney <cagney@redhat.com>
76
77 * mips-tdep.c (mips_dump_tdep): Do not print
78 PRINT_EXTRA_FRAME_INFO.
79 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
80 Rename PRINT_EXTRA_FRAME_INFO.
81 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
82 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
83 (mips_print_extra_frame_info): Delete declaration.
84 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
85
86 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
87
88 * coffread.c (coff_symtab_read): Remove passing of info parameter
89 to prim_record_minimal_symbol_and_info.
90
91 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
92
93 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
94 (decode_base_type): Delete ifdeffed out code.
95
96 2003-11-04 Andrew Cagney <cagney@redhat.com>
97
98 * symtab.c (find_active_alias): Delete function.
99 (lookup_block_symbol): Delete alias code.
100 * stabsread.c (resolve_live_range): Delete function.
101 (add_live_range): Delete function.
102 (resolve_symbol_reference): Delete function.
103 (define_symbol): Delete live range and alias code.
104 (scan_file_globals): Delete alias code.
105 * symtab.h (SYMBOL_RANGES): Delete macro.
106 (struct range_list): Delete structure.
107 (struct symbol): Delete field "ranges".
108 (SYMBOL_ALIASES): Delete macro.
109 (struct alias_list): Delete structure.
110 (struct symbol): Delete field "aliases".
111
112 2003-11-04 Michael Snyder <msnyder@redhat.com>
113
114 * MAINTAINERS: Remove myself as owner of breakpoints and
115 of sparc/solaris.
116
117 2003-11-03 Corinna Vinschen <vinschen@redhat.com>
118
119 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
120 (sh_sh4al_dsp_register_name): Ditto.
121 (sh4_nofpu_show_regs): Ditto.
122 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
123 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
124
125 2003-11-03 Andrew Cagney <cagney@redhat.com>
126
127 * bcache.c: Include "gdb_assert.h".
128 (struct bcache): Add fields "expand_count" and
129 "expand_hash_count".
130 (expand_hash_table): Update the expand counts.
131 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
132 on object sizes and hashes.
133 * Makefile.in (bcache.o): Update dependencies.
134
135 2003-11-03 Andrew Cagney <cagney@redhat.com>
136
137 * exec.c (xfer_memory): Eliminate xfer_fn.
138
139 2003-10-31 Kevin Buettner <kevinb@redhat.com>
140
141 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
142 (opcodes/frv-desc.h): Include.
143 (iacc0h_regnum, iacc0l_regnum): Define.
144 (last_spr_regnum, frv_num_regs): Update.
145 (new_variant): Don't supply default names for holes in the SPRs.
146 Supply names for iacc0h_regnum and iacc0l_regnum.
147 (frv_register_type): Use symbolic constants first_fpr_regnum and
148 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
149 builtin_type_int instead of builtin_type_int32.
150 (frv_register_sim_regno): New function.
151 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
152 * Makefile.in (gdb_sim_frv_h): Define.
153 (frv-tdep.o): Update dependencies.
154
155 2003-10-31 Andrew Cagney <cagney@redhat.com>
156
157 * avr-tdep.c (avr_frame_this_id): Do not call
158 deprecated_inside_entry_file.
159 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
160 * m32r-tdep.c (m32r_frame_this_id): Ditto.
161 * d10v-tdep.c (d10v_frame_this_id): Ditto.
162 * arm-tdep.c (arm_prologue_this_id): Ditto.
163 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
164
165 2003-10-31 Jim Blandy <jimb@redhat.com>
166
167 * elfread.c (elf_symtab_read): Allocate correct number of tail
168 elements to sectinfo structure. (Fix from Woody LaRue.)
169
170 2003-10-31 Andrew Cagney <cagney@redhat.com>
171
172 * stack.c (return_command): Use get_frame_type, instead of
173 CALL_DUMMY_HAS_COMPLETED.
174 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
175 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
176
177 2003-10-31 Mark Kettenis <kettenis@gnu.org>
178
179 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
180 explicitly specify size of array.
181 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
182 TDEP->sc_num_regs.
183
184 2003-10-31 Andrew Cagney <cagney@redhat.com>
185
186 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
187 function.
188 (s390_gdbarch_init): Set extract_struct_value_address.
189 * arch-utils.c (generic_cannot_extract_struct_value_address):
190 Delete function.
191 * arch-utils.h (generic_cannot_extract_struct_value_address):
192 Delete definition.
193
194 2003-10-31 Mark Kettenis <kettenis@gnu.org>
195
196 * i386-linux-nat.c (fetch_core_registers): Remove.
197 (linux_elf_core_fns): Remove.
198 (_initialize_i386_linux_nat): Remove.
199
200 2003-10-31 Andrew Cagney <cagney@redhat.com>
201
202 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
203 "exec.h".
204 (exec_entry_point): New function.
205 (enable_break): Create a "tmp_bfd_target", use that and
206 entry_point_address when computing the relocation offset.
207 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
208 * Makefile.in (solib-svr4.o): Update dependencies.
209
210 2003-10-31 Andrew Cagney <cagney@redhat.com>
211
212 * defs.h (XZALLOC): Define.
213 * target.h (struct target_ops): Add "to_data";
214 * bfd-target.h, bfd-target.c: New files.
215 * Makefile.in (SFILES): Add "bfd-target.c".
216 (COMMON_OBS): Add "bfd-target.o".
217 (bfd-target.o): Specify dependencies.
218 (bfd_target_h): Define.
219 * defs.h (XZALLOC): Define.
220
221 2003-10-31 Andrew Cagney <cagney@redhat.com>
222
223 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
224 adjust_breakpoint_address.
225 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
226 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
227 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
228 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
229
230 2003-10-31 Andrew Cagney <cagney@redhat.com>
231
232 * target.h (struct target_ops): Replace "to_read_partial" and
233 "to_write_partial" with "to_xfer_partial". Update comments.
234 * target.c (debug_to_write_partial): Delete function.
235 (debug_to_xfer_partial): Replace debug_to_read_partial.
236 (add_target, update_current_target, setup_target_debug): Set
237 "to_xfer_partial" instead of "to_read_partial" and
238 "to_write_partial".
239 (default_xfer_partial): Replace "default_write_partial".
240 (default_read_partial): Delete.
241 (target_read_partial, target_write_partial): Call
242 "to_xfer_partial".
243 * remote.c (init_remote_ops): Set "to_xfer_partial".
244 (init_remote_async_ops): Ditto.
245 (remote_xfer_partial): Replace "remote_read_partial".
246
247 2003-10-31 Mark Kettenis <kettenis@gnu.org>
248
249 * i386-tdep.c (i386_supply_fpregset): Support floating-point
250 registers in `fxsave' format.
251 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
252
253 2003-10-30 Mark Kettenis <kettenis@gnu.org>
254
255 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
256 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
257 TDEP->gregset_num_regs and tdep->sizeof_gregset.
258
259 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
260 specify size of array.
261 (i386_linux_init_abi): Remove initialization of
262 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
263 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
264
265 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
266 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
267 core-regset.o.
268
269 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
270 the ELF header.
271
272 2003-10-29 Mark Kettenis <kettenis@gnu.org>
273
274 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
275 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
276 core-regset.o.
277
278 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
279
280 * corelow.c: Include "arch-utils.h", "regset.h" and
281 "gdb_assert.h".
282 (core_gdbarch): New variable.
283 (sniff_core_bfd): Don't sniff if we have support for register sets
284 in CORE_GDBARCH.
285 (core_close): Reset CORE_GDBARCH.
286 (core_open): Initialize CORE_GDBARCH.
287 (get_core_register_section): Use register sets if they are
288 supported by CORE_GDBARCH.
289 (get_core_registers): Don't print error message if we have support
290 for register sets in CORE_GDBARCH.
291
292 2003-10-29 Andrew Cagney <cagney@redhat.com>
293
294 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
295 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
296
297 2003-10-29 Mark Kettenis <kettenis@gnu.org>
298
299 * objfiles.h (clear_objfile_data): New prototype.
300 * objfiles.c (clear_objfile_data): New function.
301 * symfile.c (reread_symbols): Clear per-objfile data.
302
303 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
304
305 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
306 printf_unfiltered instead of printf_filtered for output messages.
307 (add_symbol_file_command): Ditto.
308 (reread_symbols): Ditto.
309 (overlay_auto_command): Ditto.
310 (overlay_manual_command): Ditto.
311 (overlay_off_command): Ditto.
312
313 2003-10-27 Mark Kettenis <kettenis@gnu.org>
314
315 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
316 (gdbarch_from_bfd): New function.
317 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
318 deprecated_select_gdbarch_hack.
319 * arch-utils.h (gdbarch_from_bfd): New prototype.
320
321 2003-10-27 Andrew Cagney <cagney@redhat.com>
322
323 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
324 arch_info. Use warning instead of fprintf_filtered. Do not use
325 deprecated bfd_printable_arch_mach.
326
327 2003-10-26 Kevin Buettner <kevinb@redhat.com>
328
329 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
330 Delete.
331 (frv_register_type): Rename from frv_register_virtual_type. Add
332 ``struct gdbarch *'' parameter.
333 (frv_gdbarch_init): Delete calls to the following functions:
334 set_gdbarch_deprecated_size(),
335 set_gdbarch_deprecated_register_bytes(),
336 set_gdbarch_deprecated_register_raw_size(),
337 set_gdbarch_deprecated_max_register_raw_size(),
338 set_gdbarch_deprecated_register_virtual_size(),
339 set_gdbarch_deprecated_max_register_virtual_size(),
340 set_gdbarch_deprecated_register_virtual_size(),
341 set_gdbarch_deprecated_register_virtual_type().
342 Add call to function set_gdbarch_register_type().
343
344 2003-10-26 Mark Kettenis <kettenis@gnu.org>
345
346 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
347 FDOFF_REGNUM): Remove defines.
348 * win32-nat.c (do_child_fetch_inferior_registers): Include
349 "i387-tdep.h".
350 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
351 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
352 undefine I387_ST0_REGNUM.
353
354 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
355 * x86-64-tdep.c (x86_64_store_return_value): Use
356 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
357
358 Change register numbers to enumartion values.
359 * i386-tdep.h (enum i386_regnum): New.
360 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
361 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
362 I386_ST0_REGNUM): Remove defines.
363 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
364 I386_EDI_REGNUM): Remove defines.
365
366 2003-10-24 Andrew Cagney <cagney@redhat.com>
367
368 * target.c: Include "gdbcore.h".
369 (get_target_memory, get_target_memory_unsigned): New functions.
370 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
371 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
372 Use get_target_memory_unsigned.
373 * Makefile.in (target.o): Update dependencies.
374
375 2003-10-24 Andrew Cagney <cagney@redhat.com>
376
377 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
378 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
379 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
380 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
381 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
382
383 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
384 (can_run_code_for): Use the OO term "singleton".
385
386 2003-10-23 Andrew Cagney <cagney@redhat.com>
387
388 * Makefile.in (stack.o): Add $(regcache_h).
389 * stack.c: Include "regcache.h"
390 (return_command): Rewrite. Use get_frame_id and
391 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
392 about unhandled return-values.
393 * value.h (set_return_value): Delete declaration.
394 * values.c (set_return_value): Delete function.
395
396 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
397
398 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
399 (pseudo_regs): Add comment regarding register stack registers.
400 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
401 (floatformat_valid): New static routine.
402 (floatformat_ia64_ext): Add name field and set up is_valid routine
403 to floatformat_valid().
404 (examine_prologue): For the previous cfm, use
405 frame_unwind_register()
406 if the cfm is not stored in a register-stack register. Save the
407 previous cfm value in the prev_cfm field. Add debug output.
408 (ia64_frame_this_id): Use frame_id_build_special() to also register
409 the bsp. Add debug output.
410 (ia64_sigtramp_frame_this_id): Ditto.
411 (ia64_frame_prev_register): Look at cache saved_regs for a few more
412 registers and also add some checks for framelessness before accepting
413 current register values for fields such as return address. For cfm,
414 use the cached prev_cfm field if available. Add comment to explain
415 PSR logic. Add debug output.
416 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
417 as part of initialization.
418 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
419 calculated. Cache the bsp and cfm values.
420 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
421 instead of using ia64_frame_prev_register() which doesn't expect most
422 registers to be saved. The saved values for bsp and sp
423 can be taken from the cache. Add debug output.
424 (ia64_push_dummy_call): Use frame_id_build_special() to also register
425 the bsp.
426
427 2003-10-23 Jim Blandy <jimb@redhat.com>
428
429 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
430 architecture the current arch can run code for --- but not if it's
431 a superset.
432 (can_run_code_for): New function.
433
434 2003-10-22 James E Wilson <wilson@specifixinc.com>
435
436 * MAINTAINERS: Move myself from paper trail section back to write
437 after approval section.
438
439 2003-10-22 Andrew Cagney <cagney@redhat.com>
440
441 * exec.h: New file.
442 * win32-nat.c: Include "exec.h".
443 * solib.c: Include "exec.h".
444 * target.h (build_section_table): Delete declaration.
445 * somsolib.c: Include "exec.h".
446 (exec_ops): Delete extern declaration.
447 * rs6000-nat.c: Update copyright. Include "exec.h".
448 (exec_ops): Delete extern declaration.
449 * pa64solib.c: Update copyright. Include "exec.h".
450 (exec_ops): Delete extern declaration.
451 * exec.c: Update copyright. Include "exec.h".
452 * corelow.c: Update dependencies. Include "exec.h".
453 * Makefile.in (exec_h): Define.
454 (exec.o, somsolib.o): Update dependencies.
455 (pa64solib.o, corelow.o): Update dependencies.
456
457 2003-10-22 Andrew Cagney <cagney@redhat.com>
458
459 * target.c: Include "gdb_assert.h" (target_read): Call
460 "target_read_partial", not "target_write_partial".
461 (default_read_partial, default_write_partial): New function.
462 (target_read_partial, target_write_partial): Simplify, assume that
463 there is always a read/write method.
464 (update_current_target, add_target): Always set "to_read_partial"
465 and "to_write_partial".
466 (target_write, target_read): Fail on a zero byte transfer.
467 * Makefile.in (target.o): Update dependencies.
468 * target.h: Update copyright date.
469 (target_object): Fix typo.
470
471 2003-10-22 Andrew Cagney <cagney@redhat.com>
472
473 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
474 multi-arch method, add "targ" parameter.
475 (struct target_ops): Declare.
476 * gdbarch.h, gdbarch.c: Re-generate.
477 * Makefile.in (c-valprint.o): Update dependencies.
478 * arch-utils.h: Update copyright.
479 (convert_from_func_ptr_addr_identity): Declare.
480 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
481 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
482 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
483 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
484 * infcall.c (find_function_addr, call_function_by_hand): Update.
485 * c-valprint.c: Include "target.h".
486 (print_function_pointer_address): Update.
487
488 2003-10-22 Andrew Cagney <cagney@redhat.com>
489
490 * target.c (target_close): New function.
491 (debug_to_close): Use "target_close".
492 (push_target): Use "target_close".
493 (unpush_target): Use "target_close".
494 (pop_target): Use "target_close".
495 * target.h (struct target_ops): Add "to_xclose".
496 (target_open): Delete macro. Move comment to "to_open".
497 (target_close): Replace macro with function that takes a target.
498 * top.c (quit_target): Pass "current_target" to "target_close".
499
500 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
501
502 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
503 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
504 * symtab.h (lookup_minimal_symbol_text): Update.
505 * breakpoint.c (create_overlay_event_breakpoint,
506 create_longjmp_breakpoint): Update callers.
507 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
508 * symtab.c (find_pc_sect_line): Ditto.
509
510 2003-10-21 Andrew Cagney <cagney@redhat.com>
511
512 * target.c (errno): Delete extern declaration.
513
514 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
515
516 * ia64-tdep.c: Change all occurrences of
517 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
518 (ia64_frame_prev_register): Minor whitespace change.
519
520 2003-10-20 Michael Chastain <mec@shout.net>
521
522 * config/djgpp/fnchange.lst: Add lines for:
523 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
524 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
525 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
526 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
527 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
528 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
529 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
530
531 2003-10-20 Andrew Cagney <cagney@redhat.com>
532
533 * values.c (register_value_being_returned): Update comments. Use
534 "gdbarch_return_value" when available.
535 (using_struct_return): Ditto.
536 (set_return_value): Ditto. Use "gdbarch_return_value" when
537 available.. Print a warning, and not an error, when an unhandled
538 return type is encountered.
539 * infcmd.c: Include "gdb_assert.h".
540 (print_return_value): When gdbarch_return_value_p, and using
541 struct return, assume that the value is not available.
542 * defs.h (return_value_convention): Define.
543 * gdbarch.sh (gdbarch_return_value): New predicate method.
544 * gdbarch.h, gdbarch.c: Re-generate
545 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
546
547 2003-10-20 Andrew Cagney <cagney@redhat.com>
548
549 * symtab.c: Replace "struct sec" with "struct bfd_section".
550 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
551
552 2003-10-19 Michael Chastain <mec@shout.net>
553
554 * config/djgpp/fnchange.lst: Add lines for:
555 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
556 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
557 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
558
559 2003-10-19 Mark Kettenis <kettenis@gnu.org>
560
561 * amd64fbsd-nat.c (fetch_inferior_registers,
562 store_inferior_registers): Remove functions.
563 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
564
565 2003-10-18 Mark Kettenis <kettenis@gnu.org>
566
567 Add NetBSD/amd64 native configuration:
568 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
569 * amd64nbsd-tdep.c: New file.
570 * amd64nbsd-nat.c: New file.
571 * amd64bsd-nat.c: New file.
572 * config/i386/nbsd64.mh: New file.
573 * config/i386/nbsd64.mt: New file.
574 * configure.host: Add x86_64-*-netbsd*.
575 * configure.tgt: Add x86_64-*-netbsd*.
576 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
577 New targets.
578 * NEWS (New native configurations): Mention NetBSD/amd64.
579
580 2003-10-17 Michael Chastain <mec@shout.net>
581
582 * config/djgpp/fnchange.lst: Remove dead lines for:
583 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
584 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
585 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
586 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
587 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
588 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
589 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
590 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
591 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
592 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
593 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
594 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
595 gdb/config/sparc/tm-sparclite.h,
596 gdb/gdbtk/generic/ChangeLog-2001,
597 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
598 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
599 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
600 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
601 gdb/testsuite/gdb.mi/mi0-var-block.exp,
602 gdb/testsuite/gdb.mi/mi0-var-child.exp,
603 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
604 gdb/testsuite/gdb.mi/mi0-var-display.exp,
605 itcl/iwidgets3.0.0/demos/extfileselectionbox,
606 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
607 itcl/iwidgets3.0.0/demos/fileselectionbox,
608 itcl/iwidgets3.0.0/demos/fileselectiondialog,
609 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
610 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
611 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
612 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
613 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
614 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
615 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
616 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
617 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
618 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
619 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
620 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
621 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
622 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
623 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
624 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
625 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
626 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
627 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
628 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
629 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
630 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
631 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
632 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
633 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
634 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
635 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
636 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
637 itcl/iwidgets3.0.0/demos/html/shell.n.html,
638 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
639 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
640 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
641 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
642 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
643 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
644 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
645 itcl/iwidgets3.0.0/demos/scrolledcanvas,
646 itcl/iwidgets3.0.0/demos/scrolledframe,
647 itcl/iwidgets3.0.0/demos/scrolledhtml,
648 itcl/iwidgets3.0.0/demos/scrolledlistbox,
649 itcl/iwidgets3.0.0/demos/scrolledtext,
650 itcl/iwidgets3.0.0/demos/selectionbox,
651 itcl/iwidgets3.0.0/demos/selectiondialog,
652 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
653 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
654 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
655 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
656 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
657 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
658 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
659 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
660 itcl/iwidgets3.0.0/doc/scrolledframe.n,
661 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
662 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
663 itcl/iwidgets3.0.0/doc/scrolledtext.n,
664 itcl/iwidgets3.0.0/doc/selectionbox.n,
665 itcl/iwidgets3.0.0/doc/selectiondialog.n,
666 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
667 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
668 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
669 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
670 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
671 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
672 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
673 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
674 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
675 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
676 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
677 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
678 itcl/iwidgets3.0.0/generic/selectionbox.itk,
679 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
680 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
681 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
682 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
683 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
684 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
685 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
686 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
687 itcl/iwidgets3.0.0/tests/scrolledframe.test,
688 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
689 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
690 itcl/iwidgets3.0.0/tests/scrolledtext.test,
691 itcl/iwidgets3.0.0/tests/selectionbox.test,
692 itcl/iwidgets3.0.0/tests/selectiondialog.test,
693 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
694 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
695 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
696 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
697 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
698 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
699 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
700 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
701 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
702 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
703 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
704 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
705 tk/mac/tkMacProjects.sit.hqx.
706
707 2003-10-17 Andrew Cagney <cagney@redhat.com>
708
709 * target.c (target_section_by_addr): New function.
710 (do_xfer_memory): Use "target_section_by_addr".
711 * target.h (target_section_by_addr): Declare.
712
713 * target.h (struct target_ops): Add "to_read_partial" and
714 "to_write_partial", delete "to_query".
715 (target_read_partial, target_write_partial): Declare.
716 (target_read, target_write): Declare.
717 (target_query): Delete macro.
718 * target.c (target_read_partial): New function.
719 (target_write_partial, target_read, target_write): New function.
720 (update_current_target): Delete inheritance of "to_query". Add
721 comments about "to_read_partial" and "to_write_partial".
722 (debug_to_partial_read, debug_to_partial_write): New functions.
723 (debug_to_query): Delete function.
724 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
725 instead of "to_query".
726 * remote.c (remote_read_partial): Replace "remote_query".
727 (init_remote_ops): Set "to_read_partial" instead of "to_query".
728 (init_remote_async_ops): Ditto.
729 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
730 "target_read_partial" instead of "target_query".
731 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
732 Use "target_read_partial" instead of "target_query".
733
734 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
735
736 * frame.h (struct frame_id): Add new field: special_addr.
737 (frame_id_build_special): New prototype.
738 * frame.c (frame_id_build_special): New function.
739 (frame_id_build): Change to call frame_id_build_special().
740 (frame_id_eq): Change to also test special_addr field.
741 (frame_id_inner): Update comment.
742
743 2003-10-17 Andrew Cagney <cagney@redhat.com>
744
745 * target.c (update_current_target): Perform the target cleanup.
746 Put the target stack beneath the squashed "current_target".
747 (add_target): Delete disabled call to "cleanup_target".
748 (cleanup_target): Delete function.
749 (push_target, unpush_target): Do not call "cleanup_target".
750
751 2003-10-17 Andrew Cagney <cagney@redhat.com>
752
753 * target.c (target_stack): Change to a static target_ops.
754 (update_current_target): Walk the "struct target_ops" stack.
755 (pop_target, do_xfer_memory, target_info): Ditto.
756 (find_target_beneath): Ditto.
757 (push_target): Rewrite to use the "struct target_ops" stack.
758 (unpush_target): Ditto.
759 * target.h (struct target_stack_item): Delete definition.
760 (target_stack): Delete declaration.
761 (struct target_ops): Add field "beneath".
762
763 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
764
765 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
766 declaration.
767 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
768 (h8300_examine_prologue): Use h8300_normal_mode flag
769 (h8300_gdbarch_init): Set architecture info for normal mode
770
771 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
772
773 * remote.c (remote_protocol_vcont): New variable.
774 (set_remote_protocol_vcont_packet_cmd): New function.
775 (show_remote_protocol_vcont_packet_cmd): New function.
776 (init_all_packet_configs): Handle remote_protocol_vcont.
777 (remote_vcont_probe): New function.
778 (remote_vcont_resume): New function.
779 (remote_resume): Use it.
780 (remote_async_resume): Call remote_resume.
781 (_initialize_remote): Add verbose-resume packet commands.
782
783 2003-10-16 Andrew Cagney <cagney@redhat.com>
784
785 * infrun.c (handle_inferior_event): Add comment about
786 "frame_id_inner" being too weak.
787
788 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
789
790 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
791 second parameter, which is always null. Remove
792 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
793 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
794 accordingly.
795 * somsolib.c (som_solib_create_inferior_hook,
796 som_solib_desire_dynamic_linker_symbols): Update callers.
797 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
798
799 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
800
801 * remote-m32r-sdi.c : New file, interface to m32r on-chip
802 debug interface, SDI (Scalable Debug Interface).
803 * NEWS: Mention m32r SDI protocol was supported.
804 * Makefile.in (remote-m32r-sdi.o): Add build rule.
805 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
806
807 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
808
809 * ia64-linux-tdep.c: Include gdbcore.h.
810 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
811 (ia64_linux_sigcontext_register_addr): Find the address of the
812 sigcontext area stored in the sigframe instead of using
813 a magic offset constant.
814
815 2003-10-15 Andrew Cagney <cagney@redhat.com>
816
817 * remote.c (remote_search): Delete function.
818 * target.h (target_search): Delete disabled macro.
819 (struct target_ops): Delete disabled field "to_search".
820
821 2003-10-14 Kevin Buettner <kevinb@redhat.com>
822
823 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
824 instead of deprecated_inside_entry_file().
825
826 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
827
828 * sh-tdep.c: Fix copy/paste hangover in comment.
829 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
830 mode.
831 (sh3e_sh4_extract_return_value): Ditto.
832
833 2003-10-13 Richard Henderson <rth@redhat.com>
834
835 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
836 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
837 match c_val_print a bit closer.
838
839 2003-10-13 Kevin Buettner <kevinb@redhat.com>
840
841 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
842 (frv_gdbarch_adjust_breakpoint_address): New function.
843 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
844 method.
845
846 2003-10-13 Kevin Buettner <kevinb@redhat.com>
847
848 * breakpoint.h (struct breakpoint): Add new member
849 ``requested_address''.
850 * breakpoint.c (breakpoint_adjustment_warning)
851 (adjust_breakpoint_address): New static functions.
852 (print_it_typical): Issue warning if breakpoint's address is different
853 from its requested address.
854 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
855 (breakpoint_re_set_one): Set breakpoint's
856 ``requested_address'' field. Set ``address'' field to the
857 result of calling adjust_breakpoint_address() on the requested
858 address.
859
860 2003-10-13 Kevin Buettner <kevinb@redhat.com>
861
862 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
863 * gdbarch.h, gdbarch.c: Regenerate.
864
865 2003-10-11 Mark Kettenis <kettenis@gnu.org>
866
867 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
868 TDEP->sc_num_regs.
869
870 * i386fbsd-tdep.c: New file.
871 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
872 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
873 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
874 i386bsd-tdep.c.
875 (_initialize_i386fbsd_tdep): New function.
876 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
877 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
878 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
879 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
880 TDEP->sc_num_regs.
881 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
882 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
883 to initialize TDEP->sc_num_regs.
884 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
885 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
886 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
887 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
888 FreeBSD ELF OS/ABI's here.
889 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
890 (i386fbsd-tdep.o): New target.
891 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
892 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
893
894 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
895 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
896 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
897 in initialization of TDEP->sc_num_regs.
898
899 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
900 (x86_64_init_abi): Initialize regset_from_core_section if
901 appropriate.
902
903 * i386-tdep.c (i386_regset_from_core_section): New function.
904 (i386_gdbarch_init): Initialize regset_from_core_section if
905 appropriate.
906 * i386-tdep.h (i386_regset_from_core_section): New declaration.
907
908 * i386-tdep.h (struct regset): Declare opaque.
909
910 * gdbarch.sh (regset_from_core_section): New method.
911 (struct regset): Declare opaque.
912 * gdbarch.c, gdbarch.h: Regenerated.
913
914 2003-10-11 Alan Modra <amodra@bigpond.net.au>
915
916 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
917 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
918 Correct test for pc within section.
919
920 2003-10-11 Mark Kettenis <kettenis@gnu.org>
921
922 * gdbarch.sh: Remove trailing whitepsace from comments.
923
924 2003-10-08 Roland McGrath <roland@redhat.com>
925
926 * gcore.c (make_mem_sec): Function removed, folded into ...
927 (gcore_create_callback): ... here. To omit a section, clear its
928 SEC_LOAD bit rather than zeroing its size.
929 Omit read-only sections only if they correspond to a known disk file.
930 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
931
932 2003-10-10 Michael Snyder <msnyder@redhat.com>
933
934 * d10v-tdep.c: Fix typo in comment.
935
936 2003-10-10 Andrew Cagney <cagney@redhat.com>
937
938 * rs6000-tdep.c (e500_store_return_value): Delete function.
939 (e500_extract_return_value): Delete function.
940 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
941 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
942 "ppc_sysv_abi_restore_return_value" where applicable.
943 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
944 (ppc_sysv_abi_extract_return_value): Declare.
945 (ppc_sysv_abi_broken_store_return_value): Declare.
946 (ppc_sysv_abi_broken_extract_return_value): Declare.
947 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
948 * ppc-sysv-tdep.c (return_value_convention): Move definition to
949 start of file.
950 (do_ppc_sysv_return_value): New function.
951 (ppc_sysv_abi_extract_return_value): New function.
952 (ppc_sysv_abi_store_return_value): New function.
953 (ppc_sysv_abi_broken_extract_return_value): New function.
954 (ppc_sysv_abi_broken_store_return_value): New function.
955 (ppc_sysv_abi_use_struct_convention): Call
956 do_ppc_sysv_return_value.
957
958 2003-10-10 J. Brobecker <brobecker@gnat.com>
959
960 * blockframe.c (inside_main_func): No longer use symbol_lookup()
961 to lookup the main function symbol.
962
963 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
964
965 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
966 types correctly.
967 (sh_push_dummy_call_fpu): Fix argument passing rules.
968 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
969 float types.
970 (sh3e_sh4_store_return_value): Ditto.
971
972 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
973
974 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
975 comment.
976
977 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
978
979 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
980 more readable code. Accomodate passing of bitfields.
981
982 2003-10-10 Andrew Cagney <cagney@redhat.com>
983
984 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
985 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
986 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
987 * ppc-sysv-tdep.c: Include "gdb_assert.h".
988 (ppc64_sysv_abi_push_dummy_call): New function.
989 (ppc64_sysv_abi_broken_push_dummy_call): New function.
990 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
991 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
992
993 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
994
995 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
996 * README: Ditto.
997 * d10v-tdep.c: Ditto.
998 * h8300-tdep.c: Ditto.
999 * remote-e7000.c: Ditto.
1000 * remote-hms.c: Ditto.
1001 * ser-e7kpc.c: Ditto.
1002 * sh-stub.c: Ditto.
1003 * sh-tdep.c: Ditto.
1004 * sh-tdep.h: Ditto.
1005 * sh3-rom.c: Ditto.
1006 * sh64-tdep.c: Ditto.
1007 * top.c: Ditto.
1008 * wince.c: Ditto.
1009 * config/d10v/d10v.mt: Ditto.
1010 * config/sh/embed.mt: Ditto.
1011 * config/sh/linux.mt: Ditto.
1012 * config/sh/tm-linux.h: Ditto.
1013 * config/sh/tm-sh.h: Ditto.
1014 * config/sh/wince.mt: Ditto.
1015
1016 2003-10-09 Andrew Cagney <cagney@redhat.com>
1017
1018 * ppc-tdep.h (struct type): Declare opaque.
1019 * x86-64-tdep.h (struct regcache): Declare opaque.
1020 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
1021 coding style.
1022
1023 2003-10-09 Andrew Cagney <cagney@redhat.com>
1024
1025 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
1026 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
1027 (SOFTWARE_SINGLE_STEP_P): Ditto.
1028 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
1029 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
1030 (SOFTWARE_SINGLE_STEP_P): Ditto.
1031 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
1032 software_single_step to rs6000_software_single_step.
1033
1034 2003-10-09 Andrew Cagney <cagney@redhat.com>
1035
1036 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
1037
1038 2003-10-09 Michael Snyder <msnyder@redhat.com>
1039
1040 * frame.h: Fix typo in comment.
1041 * dummy-frame.c: Fix typo in comment.
1042 * d10v-tdep.c: Random whitespace/comment tweaks.
1043
1044 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
1045
1046 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
1047 (sh_push_dummy_code): Delete function, it's only used for dummy calls
1048 on stack.
1049
1050 Based on input by Stephen Clarke (stephen.clarke@superh.com):
1051 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
1052 in detail.
1053
1054 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1055
1056 * remote-mips.c (mips_initialize): Remove unneeded call to
1057 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
1058
1059 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1060
1061 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
1062 a memory pointer.
1063
1064 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
1065
1066 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
1067 for any lwp we resume.
1068 (running_callback): Add lwps that have pending status events
1069 against them to be considered running.
1070
1071 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
1072
1073 * m32r-tdep.c : Include "dis-asm.h".
1074 * Makefile.in (m32r-tdep.o): Update dependencies.
1075
1076 2003-10-06 J. Brobecker <brobecker@gnat.com>
1077
1078 * completer.h (get_gdb_completer_word_break_characters): Delete.
1079 * completer.c: include language.h.
1080 (gdb_completer_word_break_characters): Delete.
1081 (get_gdb_completer_word_break_characters): Delete.
1082 (location_completer): Use the word break characters of the current
1083 language.
1084 (complete_line): Likewise.
1085 (line_completion_function): Likewise.
1086 (skip_quoted_chars): Likewise.
1087 * Makefile.in (completer.o): Add dependency on language.h.
1088 * top.c (init_main): Set the readline word break characters
1089 to GDB's default word break characters.
1090
1091 2003-10-06 J. Brobecker <brobecker@gnat.com>
1092
1093 * language.h (language_defn): new field, la_word_break_characters.
1094 * language.c (unknown_language_defn): Set new field to
1095 default_word_break_characters.
1096 (auto_language_defn): Likewise.
1097 (local_language_defn): Likewise.
1098 * ada-lang.c (ada_language_defn): Likewise.
1099 * c-lang.c (c_language_defn): Likewise.
1100 (cplus_language_defn): Likewise.
1101 (asm_language_defn): Likewise.
1102 (minimal_language_defn): Likewise.
1103 * f-lang.c (f_language_defn): Likewise.
1104 * jv-lang.c (java_language_defn): Likewise.
1105 * m2-lang.c (m2_language_defn): Likewise.
1106 * objc-lang.c (objc_language_defn): Likewise.
1107 * p-lang.c (pascal_language_defn): Likewise.
1108 * scm-lang.c (scm_language_defn): Likewise.
1109
1110 2003-10-06 Andrew Cagney <cagney@redhat.com>
1111
1112 * ppc-sysv-tdep.c: Re-indent.
1113
1114 2003-10-06 J. Brobecker <brobecker@gnat.com>
1115
1116 * language.h (default_word_break_characters): Add prototype.
1117 * language.c (default_word_break_characters): New function.
1118
1119 2003-10-06 Andreas Schwab <schwab@suse.de>
1120
1121 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
1122 with %eax.
1123
1124 2003-10-06 Andrew Cagney <cagney@redhat.com>
1125
1126 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
1127 "h8500-tdep.c".
1128 (z8k-tdep.o): Delete custom build rule.
1129
1130 2003-10-06 Andrew Cagney <cagney@redhat.com>
1131
1132 * Makefile.in: Update all dependencies.
1133
1134 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
1135 No longer list PA as as obsolete candidate. List m32r as
1136 broken instead of obsolete.
1137
1138 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
1139 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
1140 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
1141 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
1142 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
1143 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
1144 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
1145 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1146 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
1147 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
1148 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
1149 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
1150 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
1151 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
1152 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
1153 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
1154 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
1155 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
1156 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
1157 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
1158 * config/z8k/z8k.mt: Ditto.
1159
1160 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
1161 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
1162 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
1163 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1164 sparclite were removed.
1165 * configure.host, configure.tgt: Remove corresponding tuples.
1166
1167 * breakpoint.c, breakpoint.h: Remove obsolete code.
1168 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1169 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1170 * stabsread.h, xcoffread.c: Ditto.
1171
1172 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1173 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1174 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1175 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1176
1177 2003-10-06 David Lecomber <dsl@sources.redhat.com>
1178
1179 * f-valprint.c: Reformatting
1180
1181 2003-10-06 Mark Kettenis <kettenis@gnu.org>
1182
1183 * x86-64-tdep.c: Remove duplicate comment.
1184
1185 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1186 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1187 names for return values. This fixes a bug since we looked at %rbx
1188 instead of %rdx.
1189
1190 2003-10-05 Mark Kettenis <kettenis@gnu.org>
1191
1192 * x86-64-tdep.c: Include "regset.h".
1193
1194 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1195 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1196 sizeof_fpregset.
1197 * i386-tdep.c: Include "regset.h".
1198 (i386_supply_gregset): New function.
1199 (i386_supply_fpregset): New function.
1200 (i386_gdbarch_init): Initialze register set-related members of
1201 TDEP.
1202 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1203 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1204
1205 2003-10-03 Andrew Cagney <cagney@redhat.com>
1206
1207 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1208 set extract_return_value, store_return_value and
1209 use_struct_convention to ppc64_sysv_abi_extract_return_value,
1210 ppc64_sysv_abi_store_return_value and
1211 ppc64_sysv_abi_use_struct_convention.
1212 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1213 (ppc64_sysv_abi_store_return_value): Declare.
1214 (ppc64_sysv_abi_use_struct_convention): Declare.
1215 * ppc-sysv-tdep.c (enum return_value_convention): Define.
1216 (ppc64_sysv_abi_extract_return_value): New function.
1217 (ppc64_sysv_abi_store_return_value): New function.
1218 (ppc64_sysv_abi_use_struct_convention): New function.
1219 (ppc64_sysv_abi_return_value): New function.
1220
1221 2003-10-03 Andrew Cagney <cagney@redhat.com>
1222
1223 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1224 convert a descriptor to a function when it's in the ".opd"
1225 section.
1226
1227 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1228
1229 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1230 reg_size to keep GCC silent.
1231
1232 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1233
1234 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1235 base for DW_EH_PE_textrel encodings.
1236 (read_encoded_value): Add a DW_EH_PE_textrel case.
1237 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1238 section.
1239
1240 2003-10-03 Mark Kettenis <kettenis@gnu.org>
1241
1242 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1243
1244 2003-10-02 Andrew Cagney <cagney@redhat.com>
1245
1246 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1247 REGISTER_RAW_SIZE.
1248 * gdbarch.h, gdbarch.c: Re-generate.
1249 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1250 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1251 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1252 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1253 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1254 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1255 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1256 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1257 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1258 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1259 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1260 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1261 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1262 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1263 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1264 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
1265
1266 2003-10-02 Jim Blandy <jimb@redhat.com>
1267
1268 * dwarf2read.c (struct die_info): Doc fix.
1269
1270 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1271
1272 * sh-tdep.c: Running thru gdb_indent.sh.
1273
1274 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1275
1276 * sh-tdep.c (sh_justify_value_in_reg): New function.
1277 (sh_stack_allocsize): Ditto.
1278 (flt_argreg_array): New array used for floating point argument
1279 passing.
1280 (sh_init_flt_argreg): New function.
1281 (sh_next_flt_argreg): Ditto.
1282 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1283 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1284 Fix argument passing strategy.
1285 (sh_push_dummy_call_nofpu): Ditto.
1286
1287 2003-10-01 Andrew Cagney <cagney@redhat.com>
1288
1289 * value.h (register_value_being_returned): Declare. Replace
1290 "value_being_returned".
1291 * infcall.c (call_function_by_hand): Use
1292 register_value_being_returned.
1293 * infcmd.c (print_return_value): Call
1294 "register_value_being_returned", handle struct return locally.
1295 * values.c (register_value_being_returned): New function. Replace
1296 "value_being_returned".
1297
1298 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
1299
1300 * linux-proc.c (linux_do_registers): New function.
1301 (linux_make_note_section): Use linux_do_registers in case of
1302 single threaded inferior programs.
1303
1304 2003-10-01 Andrew Cagney <cagney@redhat.com>
1305
1306 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1307 use STRUCT_ADDR. When not using "struct return convention", pass
1308 "0" to "value_being_returned". Add FIXMEs.
1309 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1310 value_being_returned. Add comments.
1311 * values.c (value_being_returned): Add fixme.
1312 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1313 (hppa_value_returned_from_stack): Add FIXME.
1314
1315 2003-09-30 David Carlton <carlton@kealia.com>
1316
1317 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1318 'has_children' and 'next' by 'child' and 'sibling'.
1319 (read_comp_unit): Rework algorithm, breaking body into
1320 read_die_and_children and read_die_and_siblings.
1321 (read_die_and_children, read_die_and_siblings): New.
1322 (read_full_die): Add 'has_children' argument; set it instead of
1323 the die's 'has_children' field. Minor formatting cleanup.
1324 (free_die_list): Use die->child and die->sibling instead of
1325 die->next.
1326 (dump_die_list): Ditto.
1327 (sibling_die): Use die->sibling.
1328 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1329 'has_children' and 'next' fields.
1330 (process_die, read_file_scope, read_func_scope)
1331 (read_lexical_block_scope, read_structure_scope)
1332 (read_enumeration, read_array_type, read_common_block)
1333 (read_namespace, read_subroutine_type, dump_die): Ditto.
1334
1335 2003-09-30 Andrew Cagney <cagney@redhat.com>
1336
1337 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1338 to 224, not 220.
1339
1340 2003-09-30 Andrew Cagney <cagney@redhat.com>
1341
1342 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1343 REGISTER_VIRTUAL_SIZE.
1344 * gdbarch.h, gdbarch.c: Regenerate.
1345 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1346 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1347 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1348
1349 2003-09-29 Andrew Cagney <cagney@redhat.com>
1350
1351 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1352 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1353 * gdbarch.h, gdbarch.c: Regenerate.
1354 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1355 * sh64-tdep.c, sparc-tdep.c: Update.
1356
1357 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1358 * remote-vxmips.c (vx_read_register): Ditto.
1359 * remote-vx68.c (vx_read_register): Ditto.
1360 * gnu-nat.c (inf_validate_procs): Ditto.
1361
1362 2003-09-29 J. Brobecker <brobecker@gnat.com>
1363
1364 * infcall.c (call_function_by_hand): Fix build failure
1365 introduced in the previous change to this file.
1366
1367 2003-09-29 Andrew Cagney <cagney@redhat.com>
1368
1369 * NEWS: Mention Objective-C.
1370
1371 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
1372
1373 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1374 test if the register has been saved on the stack.
1375 (arm_scan_prologue_cache): When analysing the instruction
1376 "str lr, [sp, #-4]", save the address where lr has been stored.
1377
1378 2003-09-28 Andrew Cagney <cagney@redhat.com>
1379
1380 * frame.c (frame_read_unsigned_register): Delete function.
1381 * frame.h (frame_read_unsigned_register): Delete declaration.
1382 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1383 get_frame_register_unsigned.
1384 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1385 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1386 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1387
1388 * frame.h (frame_read_register): Delete declaration.
1389 * frame.c (frame_read_register): Delete function.
1390 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1391 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1392 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1393 * mips-tdep.c (mips_register_to_value): Ditto.
1394 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1395 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1396
1397 * frame.c (frame_read_signed_register): Delete function.
1398 (frame_read_unsigned_register): Update comments.
1399 * frame.h (frame_read_signed_register): Delete declaration.
1400 * h8300-tdep.c (h8300_print_register): Use
1401 get_frame_register_signed.
1402 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1403
1404 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1405 Rename VALUE_RETURNED_FROM_STACK.
1406 * infcmd.c (print_return_value): Update.
1407 * infcall.c (call_function_by_hand): Update.
1408
1409 2003-09-28 Mark Kettenis <kettenis@gnu.org>
1410
1411 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1412 regcache argument and reverse the order of the other two
1413 arguments. Remove local regcache variable. Determine
1414 architecture from REGCACHE. Update comments.
1415 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1416 reverse the order of the other two arguments. Remove local
1417 regcache variable. Determine architecture from REGCACHE. Update
1418 comments.
1419 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1420 prototypes. Update comments.
1421 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1422 comment.
1423 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1424 Update.
1425 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1426 * i386-interix-nat.c (supply_fpregset): Update.
1427 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1428 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1429 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1430 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1431 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1432 Update.
1433 * i386obsd-tdep.c (fetch_core_registers): Update.
1434 * i386v4-nat.c (supply_fpregset): Update.
1435 * x86-64-linux-nat.c (supply_fpregset): Update.
1436 * x86-64-linux-tdep.c (fetch_core_registers): Update.
1437
1438 2003-09-27 Mark Kettenis <kettenis@gnu.org>
1439
1440 * i386-tdep.h: Put opaque declarations in alphabetical
1441 order. Remove spurious whitespace.
1442 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1443 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1444 * i386-tdep.c (MM0_REGNUM): Remove define.
1445 (i386_mmx_regnum_p): Add gdbarch argument.
1446 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1447 Rewrite using new macro definitions for FPU/SSE registers.
1448 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1449 definitions from i387-tdep.h.
1450 (i386_register_name): Update.
1451 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1452 new macro definitions for FPU/SSE registers.
1453 (i386_extract_return_value): Determine whether floating-point
1454 registers are present by examining REGCACHE's architecture.
1455 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1456 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1457 FPU/SSE registers.
1458 (i386_register_type): Update.
1459 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1460 definitions for FPU registers. Use REGCACHE's architecture to
1461 determine the appropriate register numbers.
1462 (i386_pseudo_register_read, i386_pseudo_register_write,
1463 i386_register_reggroup_p): Update.
1464 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1465 TDEP->mm0_regnum.
1466 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1467 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1468 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1469 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1470 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1471 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1472 *' to `void *'.
1473 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1474 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1475 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1476 definitions for FPU/SSE registers.
1477 (FXSAVE_MXCSR_ADDR): New define.
1478 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1479 TDEP->mm0_regnum.
1480 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1481 (I387_ST0_REGNUM): Define.
1482
1483 * regcache.h (get_regcache_arch): New prototype.
1484 * regcache.c (get_regcache_arch): New function.
1485
1486 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1487 whitespace.
1488
1489 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1490 Initialize using ARRAY_SIZE.
1491
1492 2003-09-27 Andrew Cagney <cagney@redhat.com>
1493
1494 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1495 "init_frame_pc_default".
1496 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1497 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1498 * vax-tdep.c (vax_gdbarch_init): Update.
1499 * v850-tdep.c (v850_gdbarch_init): Update.
1500 * sh64-tdep.c (sh64_gdbarch_init): Update.
1501 * s390-tdep.c (s390_gdbarch_init): Update.
1502 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1503 * mcore-tdep.c (mcore_gdbarch_init): Update.
1504 * h8300-tdep.c (h8300_gdbarch_init): Update.
1505 * cris-tdep.c (cris_gdbarch_init): Update.
1506 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1507
1508 2003-09-26 Mark Kettenis <kettenis@gnu.org>
1509
1510 * regset.h: New file.
1511 * Makefile.in (regset_h): Add.
1512
1513 2003-09-25 Andrew Cagney <cagney@redhat.com>
1514
1515 * frame.h (deprecated_frame_saved_regs): Rename
1516 get_frame_saved_regs.
1517 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1518 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1519 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1520 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1521 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1522
1523 2003-09-25 Andrew Cagney <cagney@redhat.com>
1524
1525 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1526 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1527 and Java.
1528 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1529 arm*-*-* do not use the new frame code.
1530
1531 2003-09-25 David Carlton <carlton@kealia.com>
1532
1533 * c-exp.y: Remove 'register' declarations.
1534 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1535
1536 2003-09-25 David Carlton <carlton@kealia.com>
1537
1538 * c-exp.y: Include cp-support.h. Add qualified_type.
1539 (yylex): Delete nested type hack; add comments.
1540 * cp-namespace.c (cp_lookup_nested_type): New function.
1541 * cp-support.h: Declare cp_lookup_nested_type.
1542 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1543 instead of value_struct_elt_for_reference.
1544 * valops.c: Include cp-support.h.
1545 (value_aggregate_elt): New function.
1546 (value_namespace_elt): Ditto.
1547 (value_struct_elt_for_reference): Make static.
1548 * value.h: Delete declaration of value_struct_elt_for_reference;
1549 add declaration for value_aggregate_elt.
1550 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1551 (valops.o): Ditto.
1552
1553 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
1554
1555 * stack.c: Include "reggroups.h".
1556 (frame_info): Only display registers in all_reggroup.
1557 * Makefile.in (stack.o): Update dependencies.
1558
1559 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1560
1561 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1562 "add ip, sp #n" in the prologue.
1563 (arm_scan_prologue): Ditto.
1564
1565 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1566
1567 * MAINTAINERS (write after approval): Add myself.
1568
1569 2003-09-25 Andreas Schwab <schwab@suse.de>
1570
1571 * m68k-tdep.c: Include "dwarf2-frame.h".
1572 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1573 * Makefile.in (m68k-tdep.o): Update dependencies.
1574
1575 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
1576
1577 * sh-tdep.c (struct frame_extra_info): Remove.
1578 (struct sh_frame_cache): New structure.
1579 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1580 (GET_TARGET_REG): Ditto but target register.
1581 (GET_PUSHED_REG): Remove.
1582 (IS_MOV_ARG_TO_REG): New macro.
1583 (IS_MOV_ARG_TO_IND_R14): New macro.
1584 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1585 (IS_MOVW_PCREL_TO_REG): New macro.
1586 (IS_MOVL_PCREL_TO_REG): New macro.
1587 (IS_SUB_REG_FROM_SP): New macro.
1588 (IS_ARG_MOV): Remove.
1589 (IS_MOV_TO_R14): Remove.
1590 (IS_RESTORE_FP): New macro.
1591 (IS_RTS): New macro.
1592 (IS_LDS): New macro.
1593 (IS_MOV_FP_SP): New macro.
1594 (IS_ADD_REG_TO_FP): New macro.
1595 (IS_ADD_IMM_FP): New macro.
1596 (sh_skip_prologue_hard_way): Remove.
1597 (sh_saved_pc_after_call): Remove.
1598 (sh_frame_chain): Remove.
1599 (sh_find_callers_reg): Remove.
1600 (sh_nofp_frame_init_saved_regs): Remove.
1601 (sh_fp_frame_init_saved_regs): Remove.
1602 (sh_init_extra_frame_info): Remove.
1603 (sh_analyze_prologue): New function.
1604 (sh_skip_prologue): Remove deprecated code. Rely on new function
1605 sh_analyze_prologue when after_prologue fails.
1606 (sh_frame_saved_pc): Remove.
1607 (sh_alloc_frame_cache): New function.
1608 (sh_frame_cache): Ditto.
1609 (sh_frame_prev_register): Ditto.
1610 (sh_frame_this_id): Ditto.
1611 (sh_frame_unwind): New structure defining the heuristic frame
1612 sniffer interface.
1613 (sh_frame_sniffer): New function.
1614 (sh_unwind_sp): Ditto.
1615 (sh_unwind_pc): Ditto.
1616 (sh_unwind_dummy_id): Ditto.
1617 (sh_frame_base_address): Ditto.
1618 (sh_frame_base): New structure defining new frame base code.
1619 (sh_in_function_epilogue_p): New function.
1620 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1621 code and to call all new code instead. Initialize dwarf2 and
1622 heuristic frame sniffer.
1623
1624 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1625
1626 * parser-defs.h (struct exp_descriptor): New definition, containing
1627 language-specific info for printing, prefixifying, dumping, and
1628 evaluating expressions.
1629 (exp_descriptor_standard): Declare new variable.
1630 (print_subexp): Make global and declare here (from expprint.c).
1631 (dump_subexp): Ditto.
1632 (dump_subexp_body_standard): Declare.
1633 (operator_length_standard): Declare.
1634 (op_name_standard): Declare.
1635 (print_subexp): Declare.
1636 (print_subexp_standard): Declare.
1637
1638 * language.h (struct language_defn): Add la_exp_desc field to hold
1639 pointer to table for language-specific operators.
1640 Remove evaluate_exp field, which is now in struct exp_descriptor.
1641
1642 * parse.c (operator_length): Move most code to new
1643 operator_length_standard function. Use language-specific information.
1644 (operator_length_standard): New function taking most code from
1645 operator_length.
1646 (exp_descriptor_standard): New constant.
1647
1648 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
1649 and OP_EXTENDED_LAST.
1650
1651 * expprint.c (print_subexp): Use language-specific print_subexp.
1652 Make global; remove static declaration.
1653 Move most code to print_subexp_standard.
1654 (print_subexp_standard): New function, containing code formerly in
1655 print_subexp.
1656 (op_name): Add expression to argument signature.
1657 Use langauge-specific op_name.
1658 Move most code to op_name_standard.
1659 (op_name_standard): New function, containing code formerly in op_name.
1660 (dump_subexp): Use new version of op_name function.
1661 Use language-specific dump_subexp_body, and move most existing code to
1662 dump_subexp_body_standard.
1663 (dump_raw_expression): Use new op_name interface.
1664 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1665 (dump_subexp_body_standard): New function, containing code formerly
1666 in dump_subexp_body.
1667
1668 * language.c (unknown_language): Add default la_exp_desc field and
1669 remove evaluate_exp field.
1670 (auto_language): Ditto.
1671 (local_language): Ditto.
1672 * f-lang.c (f_language_defn): Ditto.
1673 * c-lang.c (c_language_defn): Ditto.
1674 (cplus_language_defn): Ditto.
1675 (asm_language_defn): Ditto.
1676 (minimal_language_defn): Ditto.
1677 * p-lang.c (pascal_language_defn): Ditto.
1678 * m2-lang.c (m2_language_defn): Ditto.
1679 * objc-lang.c (objc_language_defn): Ditto.
1680
1681 * jv-lang.c (exp_descriptor_java): New variable, containing
1682 Java-specific expression evaluator.
1683 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1684 field.
1685 * scm-lang.c (exp_descriptor_scm): New variable, containing
1686 Scheme-specific expression evaluator.
1687 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1688 field.
1689 * objc-lang.c (print_object_command): Take evaluate_exp from the
1690 la_exp_desc field.
1691
1692 * Makefile.in (eval.o): Add dependency on parser-defs.h.
1693
1694 * eval.c: Include parser-defs.h for the full declaration of
1695 la_exp_desc's type.
1696 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
1697
1698 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1699
1700 * parser-defs.h (operator_length): Declare.
1701
1702 * parse.c (length_of_subexp): Use operator_length to get operator
1703 lengths and arities for operators.
1704 Move most code to new operator_length function.
1705 (operator_length): New function absorbing most code from
1706 length_of_subexp.
1707 (prefixify_subexp): Remove large case and use operator_length instead.
1708 (parse_exp_1): Use renamings:
1709 dump_prefix_expression => dump_raw_expression and
1710 dump_postfix_expression => dump_prefix_expression.
1711
1712 * expression.h (dump_prefix_expression): Rename to ...
1713 (dump_raw_expression): New name.
1714 (dump_postfix_expression): Rename to ...
1715 (dump_prefix_expression): New name.
1716
1717 * expprint.c (dump_subexp): Make global. Add comment.
1718 Move most existing code to dump_subexp_body.
1719 (dump_subexp_body): New function.
1720 (dump_prefix_expression): Rename to dump_raw_expression.
1721 Remove attempt to print the expression via print_expression: it can't
1722 work before the expression is prefixified.
1723 (dump_raw_expression): Renamed from dump_prefix_expression.
1724 (dump_postfix_expression): Rename to dump_prefix_expression, since
1725 that's what it does.
1726 Remove 'note' parameter, since this routine must be used on
1727 prefixified expression.
1728 (dump_prefix_expression): Renamed from dump_postfix_expression.
1729
1730 2003-09-22 Jim Blandy <jimb@redhat.com>
1731
1732 * dwarf2read.c (read_array_type): When building the type for an
1733 array of unspecified length, make sure to choose the upper bound
1734 so that the array's total length comes out to be zero --- that's
1735 how we represent such arrays.
1736
1737 2003-09-22 Michael Chastain <mec@shout.net>
1738
1739 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1740
1741 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
1742
1743 * top.c (quit_force): Fix indirect call to quit_target so
1744 a struct qt_args pointer is passed.
1745
1746 2003-09-22 Andrew Cagney <cagney@redhat.com>
1747
1748 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1749 * arch-utils.c (init_frame_pc_noop): Delete function.
1750 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1751 "init_frame_pc".
1752 * mips-tdep.c (mips_gdbarch_init): Ditto.
1753 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1754 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1755 declaration.
1756 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1757 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1758 declaration.
1759 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1760
1761 2003-09-22 Anthony Green <green@redhat.com>
1762
1763 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1764 declaration.
1765
1766 2003-09-20 Andrew Cagney <cagney@redhat.com>
1767
1768 * breakpoint.c: Eliminate ARGSUSED.
1769 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1770 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1771 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1772 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1773 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1774 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1775 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1776 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1777 * wince.c, remote-vx.c: Ditto.
1778
1779 * cli/cli-script.c: Remove "register" attributes.
1780 * config/pa/tm-hppa.h: Ditto.
1781 * cli/cli-decode.c: Ditto.
1782 * cli/cli-cmds.c: Ditto.
1783
1784 2003-09-19 Andrew Cagney <cagney@redhat.com>
1785
1786 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1787 DEPRECATED_NPC_REGNUM.
1788 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1789
1790 2003-09-19 Christopher Faylor <cgf@redhat.com>
1791
1792 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1793
1794 2003-09-19 Jim Blandy <jimb@redhat.com>
1795
1796 * macrotab.c (macro_include): Use the correct comparison to find
1797 the appropriate place for this inclusion in the list.
1798
1799 2003-09-19 Andrew Cagney <cagney@redhat.com>
1800
1801 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1802 (DEPRECATED_HPUX_TEXT_END): Define.
1803 (deprecated_hpux_text_end): Declare.
1804 (struct target_ops): Declare opaque.
1805 * hppah-nat.c (text_end): Make static.
1806 (deprecated_hpux_text_end): New function.
1807 * exec.c (text_end): Delete global variable.
1808 (NEED_TEXT_START_END): Do not define.
1809 (exec_file_attach): Replace code computing "text_end" code with
1810 call to DEPRECATED_HPUX_TEXT_END.
1811
1812 2003-09-19 Andrew Cagney <cagney@redhat.com>
1813
1814 * utils.c (align_up, align_down): New functions.
1815 * defs.h (align_up, align_down): Declare.
1816 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1817 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1818 and "align_down".
1819 (round_up, round_down): Delete functions.
1820 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1821 "align_down".
1822 (ROUND_DOWN, ROUND_UP): Delete macros.
1823 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1824 * h8300-tdep.c: Replace "round_up" and "round_down" with
1825 "align_up" and "align_down".
1826 (round_up, round_down): Delete macros.
1827 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1828 "align_down".
1829 (ROUND_UP, ROUND_DOWN): Delete macros.
1830
1831 2003-09-18 J. Brobecker <brobecker@gnat.com>
1832
1833 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1834 hard-coded constant. Use the proper machine name instead.
1835
1836 2003-09-17 Andrew Cagney <cagney@redhat.com>
1837
1838 * sparc-tdep.c (legacy_register_name): Delete function.
1839 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1840 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1841 * infcmd.c (gdb_register_name): Delete variable.
1842 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1843 REGISTER_NAME and "tm.h".
1844 * gdbarch.h, gdbarch.c: Regenerate.
1845 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1846 REGISTER_NAMES in comments.
1847 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1848 * m68klinux-nat.c (regmap): Ditto.
1849
1850 2003-09-17 Jim Blandy <jimb@redhat.com>
1851
1852 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1853
1854 2003-09-17 Andrew Cagney <cagney@redhat.com>
1855
1856 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1857 (ppcnbsd_init_abi): Set "use_struct_convention" to
1858 "ppcnbsd_use_struct_convention".
1859
1860 2003-09-17 Mark Kettenis <kettenis@gnu.org>
1861
1862 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1863 * gdbarch.h, gdbarch.c: Regenerate.
1864 (stabs_argument_has_addr): New architecture method.
1865 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1866 * arch-utils.c: Include "buildsym.h".
1867 (default_stabs_argument_has_addr): New function.
1868 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1869 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1870
1871 2003-09-17 Andrew Cagney <cagney@redhat.com>
1872
1873 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1874 * gdbarch.h, gdbarch.c: Regenerate.
1875 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1876 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1877 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1878 * sparcnbsd-tdep.c: Update.
1879
1880 2003-09-17 Andrew Cagney <cagney@redhat.com>
1881
1882 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1883 * gdbarch.h, gdbarch.c: Regenerate.
1884 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1885 * d10v-tdep.c, frame.c: Update.
1886 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1887 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1888 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1889 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1890 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1891 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1892 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1893 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1894 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1895 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1896 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1897 * config/pa/nm-hppah.h: Update.
1898
1899 2003-09-16 Andrew Cagney <cagney@redhat.com>
1900
1901 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1902 "use_struct_convention" to "ppc_linux_use_struct_convention".
1903 (ppc_linux_use_struct_convention): New function.
1904 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1905 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1906 "rs6000_use_struct_convention".
1907 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1908 declaration.
1909 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1910 Delete function.
1911
1912 2003-09-16 Andrew Cagney <cagney@redhat.com>
1913
1914 * buildsym.c: Remove more occurances of "register".
1915 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1916 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1917 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1918 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1919 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1920 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1921 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1922 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1923
1924 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1925
1926 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1927 numbers to enumeration values.
1928 * sh-tdep.c: Accomodate above change.
1929 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1930 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1931 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1932 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1933 (IS_FPUSH): Rename from IS_FMOV.
1934 (sh_extract_struct_value_address): Remove useless comment.
1935 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1936 instead of own local values.
1937 (sh_dump_tdep): Remove.
1938 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1939 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1940
1941 2003-09-15 Andrew Cagney <cagney@redhat.com>
1942
1943 * doublest.c (convert_floatformat_to_doublest): No longer need to
1944 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1945
1946 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1947
1948 * values.c (unpack_double): Call floatformat_is_valid.
1949
1950 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1951
1952 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1953 ps_strings into a long.
1954
1955 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1956 _initialize_am64fbsd_nat.
1957
1958 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1959
1960 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1961 associated with DW_AT_ranges attribute is out of bounds.
1962
1963 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1964
1965 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1966
1967 2003-09-14 Michael Chastain <mec@shout.net>
1968
1969 * config/m68k/nm-apollo68v.h: Delete.
1970 * config/m68k/xm-apollo68v.h: Delete.
1971
1972 2003-09-14 Andrew Cagney <cagney@redhat.com>
1973
1974 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1975 * dcache.c: Update copyrights and descriptions.
1976 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1977
1978 2003-09-14 Andrew Cagney <cagney@redhat.com>
1979
1980 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1981 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1982
1983 2003-09-14 Andrew Cagney <cagney@redhat.com>
1984
1985 * alpha-nat.c: Remove some occurances of "register".
1986 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1987 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1988 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1989 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1990 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1991 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1992 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1993 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1994 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1995 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1996 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1997 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1998 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1999 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
2000 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
2001 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
2002 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
2003 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
2004 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
2005 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
2006 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
2007 * values.c, vax-tdep.c, xcoffread.c: Ditto.
2008
2009 2003-09-13 Andrew Cagney <cagney@redhat.com>
2010
2011 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
2012 * ppc-tdep.h (struct regcache): Declare opaque.
2013 * objfiles.h (struct objfile_data): Declare opaque.
2014 * cp-support.h (struct objfile): Declare opaque.
2015 * linux-nat.h (target_waitstatus): Declare opaque.
2016
2017 2003-09-14 Mark Kettenis <kettenis@gnu.org>
2018
2019 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2020 (stabs_argument_has_addr): New architecture method.
2021 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2022 * arch-utils.c: Include "buildsym.h".
2023 (default_stabs_argument_has_addr): New function.
2024 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2025 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2026
2027 * cris-tdep.c (cris_gdbarch_init): Set
2028 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
2029 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
2030 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2031 * mips-tdep.c (mips_gdbarch_init): Likewise.
2032 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2033 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2034
2035 2003-09-13 Andrew Cagney <cagney@redhat.com>
2036
2037 * values.c (using_struct_return): Delete "function" and "funcaddr"
2038 parameters.
2039 * value.h (using_struct_return): Update declaration.
2040 * infcmd.c (finish_command_continuation): Update.
2041 (finish_command): Update.
2042 * infcall.c (call_function_by_hand): Update.
2043 * eval.c (evaluate_subexp_standard): Update.
2044
2045 2003-09-13 Christopher Faylor <cgf@redhat.com>
2046
2047 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
2048 SSE registers since gdb will not operate correctly without this.
2049 Restore include file ordering munged in previous change.
2050 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
2051
2052 2003-09-13 Mark Kettenis <kettenis@gnu.org>
2053
2054 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
2055 REG_STRUCT_HAS_ADDR.
2056 * gdbarch.c, gdbarch.h: Updated.
2057 * infcall.c (call_function_by_hand): Update.
2058 * stabsread.c (define_symbol): Updated.
2059
2060 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
2061
2062 2003-09-12 Christopher Faylor <cgf@redhat.com>
2063
2064 * win32-nat.c: Reorganize so that defines used by target headers are
2065 actually defined by the system headers.
2066 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
2067 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
2068
2069 2003-09-12 Jim Blandy <jimb@redhat.com>
2070
2071 * dbxread.c (read_dbx_symtab): Don't report an internal error if
2072 the file has no .data, .bss, or .rodata sections. Instead wait
2073 until we see a variable alleged to live in one of those sections.
2074
2075 * dbxread.c (read_dbx_symtab): If we have no .data section and no
2076 .bss section, presume that any variables we find live in the
2077 .rodata section.
2078
2079 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
2080 offsets for global and static variables.
2081
2082 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
2083 symbol types are, by definition, in the .data section, so it is
2084 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
2085 If there is no .data section, there should be no N_DATA or N_DATA
2086 | N_EXT symbols.
2087
2088 2003-09-12 Mark Kettenis <kettenis@gnu.org>
2089
2090 * amd64fbsd-tdep.c: Fix sigtramp recognition.
2091 (amd64fbsd_sigcontext_addr): Rewrite.
2092 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
2093 with correct values.
2094 (amd64fbsd_sc_reg_offset): Initialize with correct values.
2095 (amd64fbsd_init_abi): Fix typo.
2096
2097 2003-09-12 Andrew Cagney <cagney@redhat.com>
2098
2099 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
2100 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
2101
2102 2003-09-12 Andrew Cagney <cagney@redhat.com>
2103
2104 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
2105 "entry_file_highpc". Update comments.
2106 * defs.h (deprecated_inside_entry_file): Rename
2107 "inside_entry_file".
2108 * blockframe.c (deprecated_inside_entry_file): Rename
2109 "inside_entry_file".
2110 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
2111 * vax-tdep.c (vax_frame_chain): Update.
2112 * sh64-tdep.c (sh64_frame_chain): Update.
2113 * sh-tdep.c (sh_frame_chain): Update.
2114 * rs6000-tdep.c (rs6000_frame_chain): Update.
2115 * ns32k-tdep.c (ns32k_frame_chain): Update.
2116 * mips-tdep.c (mips_frame_chain): Update.
2117 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
2118 * m32r-tdep.c (m32r_frame_this_id): Update.
2119 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
2120 * frv-tdep.c (frv_frame_this_id): Update.
2121 * d10v-tdep.c (d10v_frame_this_id): Update.
2122 * cris-tdep.c (cris_frame_chain): Update.
2123 * blockframe.c (legacy_frame_chain_valid): Update.
2124 * avr-tdep.c (avr_frame_this_id): Update.
2125 * arm-tdep.c (arm_prologue_this_id): Update.
2126 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
2127 * objfiles.c (objfile_relocate): Update.
2128 * mipsread.c (mipscoff_symfile_read): Update.
2129 (mipscoff_symfile_read): Update.
2130 * mdebugread.c (parse_partial_symbols): Update.
2131 * dwarfread.c (read_file_scope): Update.
2132 * dwarf2read.c (read_file_scope): Update.
2133 * dbxread.c (read_dbx_symtab): Update.
2134 (read_dbx_symtab): Update.
2135 * coffread.c (complete_symtab): Update.
2136
2137 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
2138
2139 * top.c (quit_target): New static helper function.
2140 (quit_force): Moved code to quit_target(). Call quit_target()
2141 via catch_errors() to catch errors during quit.
2142
2143 2003-09-11 David Carlton <carlton@kealia.com>
2144
2145 * buildsym.c (finish_block): Use allocate_block to allocate the
2146 block.
2147 * mdebugread.c (new_block): Add FIXME.
2148
2149 2003-09-11 David Carlton <carlton@kealia.com>
2150
2151 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
2152 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
2153 (recursive_dump_type): Ditto.
2154 * printcmd.c (print_formatted): Ditto.
2155 * typeprint.c (print_type_scalar): Ditto.
2156 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
2157 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
2158 * cp-support.h: Declare cp_check_possible_namespace_symbols,
2159 maint_cplus_cmd_list.
2160 * cp-support.c: Make maint_cplus_cmd_list extern.
2161 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
2162 command.h.
2163 (lookup_symbol_file): Look in possible namespace blocks when
2164 appropriate.
2165 (initialize_namespace_symtab): New.
2166 (get_possible_namespace_block, free_namespace_block)
2167 (check_possible_namespace_symbols)
2168 (check_possible_namespace_symbols_loop)
2169 (check_one_possible_namespace_symbol)
2170 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2171 (_initialize_cp_namespace): Ditto.
2172 * block.h: Declare allocate_block.
2173 * block.c (allocate_block): New.
2174 * jv-lang.c (get_java_class_symtab): Allocate blocks via
2175 allocate_block.
2176 * symfile.h: Update declaration of add_psymbol_to_list.
2177 * symfile.c (add_psymbol_to_list): Return the partial symbol in
2178 question.
2179 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2180 scan_partial_symbols_call.
2181 (scan_partial_symbols): Add NAMESPACE argument; update calls to
2182 helper functions.
2183 (add_partial_symbol): If necessary, scan mangled names for names
2184 of namespaces.
2185 (add_partial_namespace): Add NAMESPACE argument; generate partial
2186 symbols associated to namespaces.
2187 (add_partial_enumeration): Add NAMESPACE argument.
2188 (new_symbol): Allow namespace syms.
2189 (read_namespace): Generate namespace syms.
2190 * objfiles.h: Add opaque declaration of struct symtab.
2191 (struct objfile): Add cp_namespace_symtab member.
2192 * objfiles.c (allocate_objfile): Set
2193 objfile->cp_namespace_symtab.
2194 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2195 dictionary_h, command_h.
2196
2197 2003-09-11 Andrew Cagney <cagney@redhat.com>
2198
2199 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2200 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2201 near the function's end.
2202 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2203 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2204 regcache_raw_write_signed to set SP_REGNUM.
2205
2206 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
2207
2208 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2209 orig_addrs is set up properly.
2210
2211 2003-09-11 Andrew Cagney <cagney@redhat.com>
2212
2213 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2214 * gdbarch.h, gdbarch.c: Re-generate.
2215 * infcall.c (call_function_by_hand): Update.
2216 * hppa-tdep.c (hppa_push_arguments): Update.
2217 * ada-lang.c (place_on_stack): Update.
2218 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2219 * sparc-tdep.c (sparc_gdbarch_init): Update.
2220 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2221 * hppa-tdep.c (hppa_gdbarch_init): Update.
2222 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2223 stack_align.
2224
2225 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
2226
2227 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2228 register do need a frame.
2229
2230 2003-09-11 Andrew Cagney <cagney@redhat.com>
2231
2232 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2233 buildable since GDB 5.0.
2234 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2235 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2236 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2237 * irix4-nat.c: Delete file.
2238 * config/mips/irix4.mh: Delete file.
2239 * config/mips/irix3.mh: Delete file.
2240 * config/mips/irix3.mt: Delete file.
2241 * config/mips/tm-irix3.h: Delete file.
2242 * config/mips/nm-irix3.h: Delete file.
2243 * config/mips/xm-irix3.h: Delete file.
2244 * config/mips/nm-irix4.h: Delete file.
2245 * config/mips/xm-irix4.h: Delete file.
2246 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2247
2248 2003-09-10 J. Brobecker <brobecker@gnat.com>
2249
2250 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2251 * Makefile.in (hppa-tdep.o): Update dependencies.
2252
2253 2003-09-10 James E Wilson <wilson@specifixinc.com>
2254
2255 * MAINTAINERS: Change my e-mail address. Move to paper trail
2256 section.
2257
2258 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2259
2260 * MAINTAINERS (frv): New ISA entry.
2261
2262 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2263
2264 * frv-tdep.c (dis-asm.h): Include.
2265 * Makefile.in (frv-tdep.o): Update dependencies.
2266
2267 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2268
2269 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2270 Fix typo for high range of floating registers.
2271
2272 2003-09-09 David Carlton <carlton@kealia.com>
2273
2274 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2275 highpc initialization here out of scan_partial_symbols.
2276 (scan_partial_symbols): Restructure into a recursive version,
2277 calling add_partial_namespace and add_partial_enumeration when
2278 appropriate.
2279 (add_partial_namespace): New.
2280 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2281
2282 2003-09-09 Andrew Cagney <cagney@redhat.com>
2283
2284 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2285 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2286 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2287 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2288
2289 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2290 (rs6000_push_dummy_call): Set the "TOC" register.
2291
2292 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2293 methods "max_register_raw_size", "max_register_virtual_size" or
2294 "register_virtual_size".
2295
2296 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2297
2298 * MAINTAINERS: Update my e-mail address.
2299
2300 2003-09-09 Andrew Cagney <cagney@redhat.com>
2301
2302 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2303 (rs6000_push_dummy_call): Store the struct return address.
2304 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2305
2306 2003-09-09 Andrew Cagney <cagney@redhat.com>
2307
2308 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2309 "ppc_sysv_abi_push_arguments".
2310 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2311 "ppc_sysv_abi_push_arguments".
2312 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2313 instead of "push_arguments".
2314 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2315
2316 2003-09-09 Andrew Cagney <cagney@redhat.com>
2317
2318 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2319 instead of CALL_DUMMY_ADDRESS.
2320
2321 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2322
2323 * p-lang.c: Eliminate "register".
2324 * c-lang.c: Ditto.
2325 * expprint.c: Ditto.
2326 * f-lang.c: Ditto.
2327 * jv-lang.c: Ditto.
2328 * language.c: Ditto.
2329 * m2-lang.c: Ditto.
2330 * parse.c: Ditto.
2331 * scm-lang.c: Ditto.
2332 * objc-lang.c: Ditto.
2333
2334 2003-09-09 Nick Clifton <nickc@redhat.com>
2335
2336 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2337
2338 2003-09-04 Andrew Cagney <cagney@redhat.com>
2339
2340 * avr-tdep.c: Include "dis-asm.h".
2341 * cris-tdep.c: Include "dis-asm.h".
2342 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2343 instead of corresponding typedef.
2344 * h8300-tdep.c: Include "dis-asm.h".
2345 * ia64-tdep.c: Include "dis-asm.h".
2346 * i386-tdep.c: Include "dis-asm.h".
2347 (i386_print_insn): Use "struct disassemble_info" instead of
2348 corresponding typedef.
2349 * m68k-tdep.c: Include "dis-asm.h".
2350 * mcore-tdep.c: Include "dis-asm.h".
2351 * mips-tdep.c: Include "dis-asm.h".
2352 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2353 instead of corresponding typedef.
2354 * ns32k-tdep.c: Include "dis-asm.h".
2355 * s390-tdep.c: Include "dis-asm.h".
2356 * sparc-tdep.c: Include "dis-asm.h".
2357 * vax-tdep.c: Include "dis-asm.h".
2358 * v850-tdep.c: Include "dis-asm.h".
2359 * mn10300-tdep.c: Include "dis-asm.h".
2360 * rs6000-tdep.c: Include "dis-asm.h".
2361 * xstormy16-tdep.c: Include "dis-asm.h".
2362 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2363 print_insn_xstormy16.
2364 * Makefile.in (v850-tdep.o): Update dependencies.
2365 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2366 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2367 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2368 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2369 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2370 (gdbarch_h): Remove $(dis_asm_h).
2371 * disasm.c: Include "dis-asm.h".
2372 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2373 corresponding typedef.
2374 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2375 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2376 * gdbarch.sh: Do not include "dis-asm.h".
2377 (struct disassemble_info): Declare opaque.
2378 (TARGET_PRINT_INSN): Update declaration.
2379 * gdbarch.h, gdbarch.c: Re-generate.
2380
2381 2003-09-08 Andrew Cagney <cagney@redhat.com>
2382
2383 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2384 CALL_DUMMY_ADDRESS, change to a predicate.
2385 * gdbarch.h, gdbarch.c: Re-generate.
2386 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2387 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2388 * infcall.c (call_function_by_hand): Ditto.
2389 * sparc-tdep.c (sparc_push_return_address): Ditto.
2390 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2391 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2392 CALL_DUMMY_ADDRESS with entry_point_address.
2393 * v850-tdep.c (v850_push_return_address): Ditto.
2394 * s390-tdep.c (s390_push_return_address): Ditto.
2395 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2396 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2397 * mcore-tdep.c (mcore_push_return_address): Ditto.
2398 * cris-tdep.c (cris_push_return_address): Ditto.
2399 * arm-tdep.c (arm_push_return_address): Ditto.
2400
2401 2003-09-08 Andrew Cagney <cagney@redhat.com>
2402
2403 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2404 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2405 and REG_UNMODIFIED to REG_SAME_VALUE.
2406 (execute_cfa_program): Update.
2407 (dwarf2_frame_cache): Update. Initialize table to
2408 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2409 location.
2410 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2411
2412 2003-09-08 Andrew Cagney <cagney@redhat.com>
2413
2414 * gnu-nat.c: Remove "inline" function attribute.
2415 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2416
2417 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2418
2419 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2420 target.
2421
2422 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2423
2424 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2425 (frame_extra_info): Rename this struct to frv_unwind_cache.
2426 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2427 Add fields ``prev_sp'' and ``base''.
2428 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2429 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2430 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2431 Delete.
2432 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2433 Revise all callers. Fill in the unwind cache argument and make
2434 other adjustments to account for new frame mechanisms.
2435 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2436 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2437 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2438 (frv_frame_unwind, frv_frame_base): New structs.
2439 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2440 additional arguments expected by this method and adjust function
2441 body accordingly.
2442 (frv_gdbarch_init): Remove calls to the following functions:
2443 set_gdbarch_deprecated_init_frame_pc(),
2444 set_gdbarch_deprecated_saved_pc_after_call(),
2445 set_gdbarch_deprecated_frame_chain(),
2446 set_gdbarch_deprecated_frame_saved_pc(),
2447 set_gdbarch_deprecated_frame_init_saved_regs(),
2448 set_gdbarch_deprecated_push_arguments(),
2449 set_gdbarch_deprecated_push_return_address(),
2450 set_gdbarch_deprecated_pop_frame(),
2451 set_gdbarch_deprecated_call_dummy_words(),
2452 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2453 set_gdbarch_deprecated_init_extra_frame_info(),
2454 set_gdbarch_deprecated_dummy_write_sp(), and
2455 set_gdbarch_deprecated_pc_in_call_dummy().
2456 Add calls to the following functions:
2457 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2458 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2459 frame_base_set_default().
2460 * Makefile.in (frv-tdep.o): Update dependencies.
2461
2462 2003-09-09 Mark Kettenis <kettenis@gnu.org>
2463
2464 * dwarf2-frame.c (read_encoded_value): Add support for
2465 DW_EH_PE_aligned encoding.
2466
2467 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2468
2469 * infrun.c (normal_stop): Don't print a message if the inferior
2470 has exited.
2471
2472 2003-09-08 Jim Blandy <jimb@redhat.com>
2473
2474 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2475 * dbxread.c: #include "gdb_assert.h".
2476 (read_dbx_symtab): If the objfile has no .data section, use the
2477 section index for the .bss section instead.
2478
2479 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2480
2481 * frame.c (deprecated_safe_get_selected_frame): New function.
2482 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2483 * findvar.c (read_var_value): Call it.
2484
2485 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
2486
2487 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2488 (sh64-tdep.o): Add dependencies.
2489 * configure.tgt: Add FIXME to sh-*-linux*.
2490 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2491 (sh_gdbarch_init): Always set correct sh_show_regs function
2492 pointer. Call sh64_gdbarch_init() if machine type is sh5.
2493 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2494 * sh64-tdep.c: New file, containing all sh64 related code from
2495 sh-tdep.c.
2496 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2497 * config/sh/linux.mt (TDEPFILES): Ditto.
2498 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2499 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2500 * config/sh/wince.mt (TDEPFILES): Ditto.
2501
2502 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2503
2504 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2505 (stop_wait_callback): Handle !lp->signalled also.
2506 (lin_lwp_has_pending, flush_callback): New functions.
2507 (lin_lwp_wait): Call flush_callback.
2508 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2509 (linux_proc_pending_signals): New function.
2510 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2511
2512 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2513
2514 From Nick Kelsey <nickk@ubicom.com>:
2515 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2516 when the stop PC is at the beginning of a function also.
2517
2518 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
2519
2520 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2521 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2522
2523 2003-09-06 Mark Kettenis <kettenis@gnu.org>
2524
2525 * sol-thread.c: Include "gdb_string.h".
2526
2527 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2528
2529 * gcore.c: Reorder include files in alphabetical order. Include
2530 "gdb_assert.h". Various coding style fixes.
2531 (derive_stack_segment, derive_heap_segment): Replace check for
2532 non-null BOTTOM and TOP with gdb_assert.
2533 (derive_heap_segment): Replace check for successful creation of
2534 ZERO with gdb_assert.
2535 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2536
2537 2003-09-04 Andrew Cagney <cagney@redhat.com>
2538
2539 * thread-db.c (verbose_dlsym): New function.
2540 (thread_db_load): Use verbose_dlsym
2541 (thread_db_new_objfile): Print that libthread_db was loaded, and
2542 that thread debugging was enabled.
2543
2544 2003-09-04 Andrew Cagney <cagney@redhat.com>
2545
2546 * configure.tgt: Add "mips64*-*-*" target. Delete
2547 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2548 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2549 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2550 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2551 mips*-sony-*, and mips64*-*-elf* targets.
2552 * config/mips/embedl.mt: Delete file.
2553 * config/mips/embedl64.mt: Delete file.
2554 * config/mips/mips.mt: Delete file.
2555 * config/mips/mips64.mt: Delete file.
2556 * config/mips/tm-embed.h: Delete file.
2557 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2558 * config/mips/embed64.mt: Delete out-of-date comment.
2559
2560 2003-09-04 Andrew Cagney <cagney@redhat.com>
2561
2562 * hppa-tdep.c (hppa_gdbarch_init): Set
2563 "have_nonsteppable_watchpoint".
2564 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2565 * mips-tdep.c (mips_dump_tdep): Do not print
2566 HAVE_NONSTEPPABLE_WATCHPOINT.
2567 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2568 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2569 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2570 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2571
2572 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2573
2574 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2575 unused code. Add comment.
2576
2577 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2578
2579 * breakpoint.c (watchpoint_check): Check for pc being in an
2580 epilogue if watchpoint frame couldn't be found.
2581
2582 2003-09-04 Andrew Cagney <cagney@redhat.com>
2583
2584 * Makefile.in: Re-generate all dependencies.
2585
2586 2003-09-03 Andrew Cagney <cagney@redhat.com>
2587
2588 * arch-utils.h (legacy_print_insn): Delete declaration.
2589 * arch-utils.c (legacy_print_insn): Delete function.
2590 * disasm.c (deprecated_tm_print_insn_info): Delete.
2591 (_initialize_disasm): Delete function, contained code initializing
2592 deprecated_tm_print_insn_info.
2593 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2594 (deprecated_tm_print_insn_info): Delete.
2595 (TARGET_PRINT_INSN): Do not provide a default.
2596 * gdbarch.h, gdbarch.c: Re-generate.
2597
2598 2003-09-03 Andrew Cagney <cagney@redhat.com>
2599
2600 * disasm.c (fprintf_disasm): New function.
2601 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2602 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2603 reverts 2003-08-14 change.
2604 (_initialize_disasm): Call "init_disassemble_info", instead of
2605 INIT_DISASSEMBLE_INFO_NO_ARCH.
2606
2607 2003-09-03 Michael Snyder <msnyder@redhat.com>
2608
2609 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2610
2611 2003-09-03 Andrew Cagney <cagney@redhat.com>
2612
2613 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2614 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2615 * symfile.c (syms_from_objfile): Update.
2616 (reread_symbols): `Update
2617 * exec.c (exec_file_attach): Update.
2618 (exec_file_attach): Update.
2619 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2620 2003-08-29 change.
2621 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2622
2623 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2624
2625 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2626 trad-frame.h.
2627 (arm_get_cache): Delete macro.
2628 (struct arm_prologue_cache): Update comments. Make saved_regs into
2629 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2630 to prev_sp.
2631 (thumb_scan_prologue): Update for cache changes. Don't call
2632 DEPRECATED_PC_IN_CALL_DUMMY.
2633 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2634 argument and use it in desperation search for our prologue. Do not
2635 search past the specified PC.
2636 (arm_make_prologue_cache): Simplify.
2637
2638 (arm_prologue_this_id, arm_prologue_prev_register)
2639 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2640 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2641 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2642 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2643 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2644
2645 (arm_frame_chain_valid, arm_find_callers_reg)
2646 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2647 (arm_pop_frame): Delete obsolete methods.
2648 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2649
2650 (arm_gdbarch_init): Update for new frame methods. Register prologue
2651 and sigtramp unwinders. Set the default frame base method.
2652
2653 * Makefile.in (arm-tdep.o): Update dependencies.
2654 * varobj.c (find_frame_addr_in_frame_chain): Call
2655 get_frame_base_address.
2656 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2657
2658 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2659
2660 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2661 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2662 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2663 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2664 Take NEXT_FRAME and CACHE arguments. Call
2665 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2666 Set unwound_pc in CACHE instead of modifying the frame argument.
2667 Don't bother checking the frame type when looking for sigtramp
2668 frames.
2669 (arm_make_prologue_cache, arm_frame_chain)
2670 (arm_init_extra_frame_info): New functions.
2671
2672 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2673
2674 * arm-tdep.c (arm_get_cache): Define.
2675 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2676 unwound_sp, unwound_pc, and saved_regs.
2677 (thumb_scan_prologue): Take a cache instead of the frame.
2678 (arm_scan_prologue): Likewise.
2679 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2680 instead of a temporary frame.
2681 (arm_init_extra_frame_info): Allocate and use a cache.
2682 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2683
2684 2003-09-03 Andrew Cagney <cagney@redhat.com>
2685
2686 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2687 * config/mips/wince.mt (TM_CLIBS): Ditto.
2688 * config/sh/wince.mt (TM_CLIBS): Ditto.
2689 * config/pa/hppa64.mt (TM_CLIBS): Delete.
2690 * config/sparc/sp64.mt (CC): Delete.
2691
2692 2003-09-03 Andrew Cagney <cagney@redhat.com>
2693
2694 * defs.h: Do not include "arch-utils.h".
2695 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
2696 GDB_MULTI_ARCH_PURE.
2697 * configure.in (GDB_MULTI_ARCH): Do not define.
2698 * configure, config.in: Regenerate.
2699 * configure.tgt: Do not set variable "gdb_multi_arch".
2700 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
2701 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
2702 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
2703 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
2704 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
2705 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2706 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2707 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2708 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2709 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2710 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2711 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2712 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2713 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2714 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2715 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2716 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2717 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
2718
2719 2003-08-30 Michael Chastain <mec@shout.net>
2720
2721 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2722 * config/m68k/nm-hp300hpux.h: Delete.
2723 * config/m68k/tm-hp300hpux.h: Delete.
2724 * config/m68k/xm-hp300hpux.h: Delete.
2725 * config/m68k/xm-hp300bsd.h: Delete.
2726 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2727 tm-hp300hpux.h, xm-hp300hpux.h.
2728 * somsolib.c: Remove comment about hp300 shared libraries.
2729
2730 2003-08-31 Mark Kettenis <kettenis@gnu.org>
2731
2732 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2733 Only define PTRACE_GET_THREAD_AREA is not already defined.
2734 Various style fixes in code and comments and some additional
2735 spelling fixes in comments. Move after functions dealing with
2736 debug registers.
2737 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2738 Fix coding-style.
2739
2740 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2741 frame_unwind_register_unsigned instead of
2742 frame_unwind_unsigned_register.
2743
2744 2003-08-30 Mark Kettenis <kettenis@gnu.org>
2745
2746 * configure.in: Search for gethostbyname in libnsl.
2747 * configure: Regenerated.
2748
2749 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2750
2751 * configure.in: Remove redundant AC_MSG_RESULT in check for
2752 uintptr_t in stdint.h.
2753 * configure: Regenerated.
2754
2755 * amd64-nat.h (struct regcache): Add opaque declaration.
2756
2757 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2758 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2759 Change "register array" to "register cache" in comments.
2760 (x86_64_linux_gregset64_reg_offset): New variable.
2761 (GETREGS_SUPPLIES): Remove macro.
2762 (supply_gregset): Call amd64_supply_native_gregset instead of
2763 x86_64_linux_supply_gregset.
2764 (fill_gregset): Rename `regno' to `regnum'. Call
2765 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2766 (store_regs): Rename `regno' to `regnum'.
2767 (store_fpregs): Rename `regno' to `regnum'.
2768 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2769 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2770 Reorganize function a bit.
2771 (store_inferior_registers): Rename `regno' to `regnum'. Use
2772 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2773 Reorganize function a bit.
2774 (_initialize_x86_64_linux_nat): New function.
2775 * config/i386/x86-64linux.mh.
2776
2777 2003-08-29 Andrew Cagney <cagney@redhat.com>
2778
2779 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2780 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2781 (target_remove_watchpoint): Delete macro.
2782 (target_insert_watchpoint): Delete macro.
2783 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2784 (remote_mips_stopped_by_watchpoint): Delete declaration.
2785 (remote_mips_remove_watchpoint): Delete declaration.
2786 (remote_mips_set_watchpoint): Delete declaration.
2787 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2788 * remote-mips.c (_initialize_remote_mips): Set
2789 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2790 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2791 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2792 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2793 (mips_stopped_by_watchpoint): Rename
2794 remote_mips_stopped_by_watchpoint.
2795 (mips_can_hardware_watchpoint): Rename
2796 remote_mips_can_use_hardware_watchpoint, update function
2797 signature.
2798
2799 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2800
2801 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2802 USER_DS. We haven't given them a register number yet.
2803
2804 * amd64-nat.h: New file.
2805 * amd64-nat.c: New file.
2806 * amd64fbsd-nat.c: Include "amd64-nat.h".
2807 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2808 (amd64fbsd32_r_reg_offset): New variable.
2809 (supply_gregset): Simply call amd64_supply_native_gregset.
2810 (fill_gregset): Rename `regno' to `regnum'. Simply call
2811 amd64_collect_native_gregset.
2812 (fill_fpregset): Rename `regno' to `regnum'.
2813 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2814 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2815 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2816 `fpregset_t'. Call amd64_supply_native_gregset instead of
2817 supply_gregset. Call x86_64_supply_fxsave instead of
2818 supply_fpregset.
2819 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2820 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2821 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2822 `fpregset_t'. Call amd64_collect_native_gregset instead of
2823 fill_gregset. Call x86_64_collect_fxsave instead of
2824 fill_fpregset.
2825 (_initialize_am64fbsd_nat): Initialize
2826 amd64_native_gregset32_reg_offset and
2827 amd64_native_gregset64_reg_offset.
2828 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2829
2830 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2831 null pointer. Fix typo in comment.
2832
2833 * regcache.c (supply_register): Reimplement to call
2834 regcache_raw_supply.
2835 (regcache_collect): Reimplement by calling regcache_raw_collect.
2836
2837 2003-08-28 Mark Kettenis <kettenis@gnu.org>
2838
2839 * regcache.c (register_buffer): Consitify first argument.
2840 (regcache_raw_supply, regcache_raw_collect): New
2841 functions.
2842
2843 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2844
2845 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2846 by Nathan J. Williams.
2847
2848 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2849
2850 * lin-lwp.c (wait_lwp): New function, copied from
2851 stop_wait_callback. Clean up.
2852 (stop_wait_callback): Use wait_lwp.
2853
2854 2003-08-28 Andrew Cagney <cagney@redhat.com>
2855
2856 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2857 flavour and disassembler options.
2858 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2859 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2860 deprecated_tm_print_insn_info.
2861
2862 2003-08-27 Andrew Cagney <cagney@redhat.com>
2863
2864 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2865 Use target_read_memory.
2866 (s390_get_frame_info): Update. Do not reference
2867 deprecated_tm_print_insn_info.
2868 (s390_check_function_end, s390_is_sigreturn): Ditto.
2869
2870 2003-08-27 Andrew Cagney <cagney@redhat.com>
2871
2872 * Makefile.in (cris-tdep.o): Update dependencies.
2873 * cris-tdep.c: Include "gdb_assert.h".
2874 (cris_gdbarch_init): Set print_insn.
2875 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2876 (cris_delayed_get_disassembler): Simplify, directly call the
2877 disassembler returned by cris_get_disassembler.
2878 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2879 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2880 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2881 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2882 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2883 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2884 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2885 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2886 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2887 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2888 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2889 (gdb_print_insn_sparc): Delete function.
2890 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2891 deprecated_tm_print_insn_info.
2892 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2893 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2894 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2895 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2896 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2897 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2898 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2899 (s390_gdbarch_init): Set print_insn.
2900
2901 2003-08-27 Andrew Cagney <cagney@redhat.com>
2902
2903 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2904 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2905 * infcall.c (call_function_by_hand): Convert the entry point
2906 address into a code address.
2907
2908 2003-08-27 Andrew Cagney <cagney@redhat.com>
2909
2910 * dsrec.c: Include "gdb_string.h".
2911 * Makefile.in (dsrec.o): Update dependencies.
2912
2913 2003-08-27 Michael Chastain <mec@shout.net>
2914
2915 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2916
2917 2003-08-27 Andrew Cagney <cagney@redhat.com>
2918
2919 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2920 (alpha_osf1_init_abi): Do not set call_dummy_address.
2921
2922 2003-08-27 David Carlton <carlton@kealia.com>
2923
2924 From Randolph Chung <tausq@debian.org>:
2925 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2926 compiles with -Wformat-nonliteral -Werror.
2927
2928 2003-08-26 Jim Blandy <jimb@redhat.com>
2929
2930 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2931 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2932 bfd_lookup_symbol, since we only want symbols in code sections.
2933 (look_for_base): Pass zero as the SECT_FLAGS argument to
2934 bfd_lookup_symbol, since we're not concerned about which section
2935 the symbol is in.
2936
2937 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2938
2939 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2940 we are frameless or the return address register is already known.
2941
2942 2003-08-26 Andrew Cagney <cagney@redhat.com>
2943
2944 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2945 in size. Add comments.
2946
2947 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2948
2949 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2950 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2951
2952 2003-08-26 Jason Merrill <jason@redhat.com>
2953
2954 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2955 case out of #ifdef MIPS block.
2956
2957 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2958
2959 PR java/1322
2960 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2961 available before calling SECT_OFF_TEXT.
2962 * PROBLEMS: Remove description of java/1322.
2963
2964 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2965
2966 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2967 bof, and nat0-nat127 as pseudo-registers.
2968 (ia64_frame_cache): New struct used to cache frame info.
2969 (ia64_register_reggroup_p): New routine used to override default
2970 register grouping so registers without names are still saved and
2971 restored.
2972 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2973 pseudo values.
2974 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2975 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2976 (ia64_alloc_frame_cache): New routine to create a new
2977 ia64_frame_cache.
2978 (examine_prologue): Change prototype to add next_frame pointer.
2979 Assume frameless until otherwise proven. Verify that the cfm for
2980 current frame matches the cfm that should occur for the prologues
2981 alloc insn and if equal, mark as not frameless. At end of routine,
2982 if not frameless, calculate registers for the previous frame and store
2983 in the cache, if a cache is provided.
2984 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2985 and pass 0 for next_frame.
2986 (ia64_store_return_value): Change to use convert_typed_floating()
2987 instead of calling ia64_convert_to_raw().
2988 (ia64_extract_return_value): Change to use convert_typed_floating()
2989 instead of calling ia64_convert_to_virtual().
2990 (ia64_frame_cache): New routine to support new frame model.
2991 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2992 (ia64_frame_sniffer): Ditto.
2993 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2994 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2995 (ia64_sigtramp_frame_prev_register): Ditto.
2996 (ia64_sigtramp_frame_sniffer): Ditto.
2997 (ia64_frame_base_address): Ditto.
2998 (ia64_extract_struct_value_address): Change to issue error message.
2999 (ia64_frame_align): New routine to align sp.
3000 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
3001 (ia64_push_arguments): Removed. Logic moved to
3002 ia64_push_dummy_call().
3003 (ia64_push_return_address): Ditto.
3004 (ia64_unwind_dummy_id): New function.
3005 (ia64_unwind_pc): Ditto.
3006 (ia64_convert_register_p): Ditto.
3007 (ia64_register_to_value): Ditto.
3008 (ia64_value_to_register): Ditto.
3009 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
3010 (ia64_register_byte, ia64_register_raw_size): Ditto.
3011 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
3012 (ia64_saved_pc_after_call): Ditto.
3013 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
3014 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
3015 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
3016 (ia64_register_convert_to_raw): Ditto.
3017 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
3018 (ia64_init_extra_frame_info): Ditto.
3019 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
3020 (ia64_gdbarch_init): Remove registering of deprecated functions that
3021 are no longer used. Add registration of new gdbarch functions.
3022 Remove registering deprecated_write_sp. Replace
3023 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
3024 Delete set_gdbarch_deprecated_register_convertible(),
3025 set_gdbarch_deprecated_register_convert_to_virtual(), and
3026 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
3027 set_gdbarch_deprecated_register_size(),
3028 set_gdbarch_deprecated_register_bytes(),
3029 set_gdbarch_pcregnum(),
3030 set_gdbarch_deprecated_register_byte(),
3031 set_gdbarch_deprecated_register_raw_size(),
3032 set_gdbarch_deprecated_max_register_raw_size(),
3033 set_gdbarch_deprecated_register_virtual_size(),
3034 and set_gdbarch_deprecated_max_register_virtual_size() calls.
3035 Replace set_gdbarch_deprecated_extract_return_value() with
3036 set_gdbarch_extract_return_value(). Remove calls to:
3037 set_gdbarch_deprecated_saved_pc_after_call();
3038 set_gdbarch_deprecated_frame_chain(),
3039 set_gdbarch_deprecated_frame_saved_pc(),
3040 set_gdbarch_deprecated_frame_init_saved_regs(),
3041 set_gdbarch_deprecated_get_saved_register(),
3042 set_gdbarch_deprecated_call_dummy_words(),
3043 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3044 set_gdbarch_deprecated_init_extra_frame_info(),
3045 set_gdbarch_deprecated_frame_args_address(),
3046 set_gdbarch_deprecated_frame_locals_address(),
3047 and set_gdbarch_deprecated_dummy_write_sp().
3048 Add set_gdbarch_convert_register_p(),
3049 set_gdbarch_register_to_value(),
3050 set_gdbarch_value_to_register(),
3051 set_gdbarch_push_dummy_call(),
3052 set_gdbarch_frame_align(),
3053 set_gdbarch_unwind_dummy_id(),
3054 set_gdbarch_unwind_pc(),
3055 frame_unwind_append_sniffer(),
3056 frame_unwind_append_sniffer(),
3057 and frame_base_set_default().
3058
3059 2003-08-25 Chris Demetriou <cgd@broadcom.com>
3060
3061 * configure.tgt: Document need for special "mipsisa64" handling.
3062 (mipsisa64*-*-linux64): Handle as target linux64.
3063 (mipsisa64*-*-*): Handle as target embed64.
3064
3065 2003-08-18 Michael Chastain <mec@shout.net>
3066
3067 * PROBLEMS: Document pr gdb/1322, the Java anonymous
3068 objfile bug.
3069
3070 2003-08-24 Mark Kettenis <kettenis@gnu.org>
3071
3072 * i387-tdep.h: Update copyright date.
3073 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
3074
3075 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
3076 CFLAGS games to reflect reality.
3077
3078 2003-08-24 Andrew Cagney <cagney@redhat.com>
3079
3080 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
3081 GDB_MULTI_ARCH is always non-zero.
3082 * osabi.c (_initialize_gdb_osabi): Ditto.
3083 (gdbarch_init_osabi): Ditto.
3084 * sparc-tdep.c: Ditto for #if code.
3085
3086 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3087
3088 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
3089 Update comments.
3090 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
3091 comments.
3092 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
3093 x86_64_supply_fxsave.
3094 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
3095 x86_64_supply_fxsave.
3096 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
3097 x86_64_supply_fxsave.
3098
3099 2003-08-23 Andreas Jaeger <aj@suse.de>
3100
3101 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
3102 i387_supply_fxsave.
3103
3104 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3105
3106 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
3107 i387_supply_register.
3108 (go32_fetch_registers): Adjust call to i387_supply_fsave.
3109 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
3110 i387_supply_fsave.
3111 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
3112 i387_supply_fxsave.
3113 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
3114 i387_supply_fsave.
3115 * i386bsd-nat.c (supply_fpregset): Adjust call to
3116 i387_supply_fsave.
3117 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
3118 call to i387_supply_fxsave. Call i387_supply_fsave instead of
3119 supply_fpregset.
3120 (store_inferior_registers): Remove extraneous whitespace. Call
3121 i387_fill_fsave instead of fill_fpregset.
3122 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
3123 (supply_fpregset): Likewise.
3124 * i386v4-nat.c (supply_fpregset): Adjust call to
3125 i387_supply_fsave.
3126 * i386-interix-nat.c (supply_fpregset): Adjust call to
3127 i387_supply_fsave.
3128 * i386-linux-nat.c (supply_fpregset): Adjust call to
3129 i387_supply_fsave.
3130 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
3131 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
3132 i387supply_fsave and i387_supply_fxsave.
3133 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
3134 Incorporate code from `i387_supply_register.
3135 (i387_supply_register): Remove.
3136 (i387_supply_fxsave): Add `regnum' argument.
3137 Update comments.
3138 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
3139 prototype.
3140 (i387_supply_register): remove prototype.
3141 Update comments.
3142
3143 2003-08-22 Michael Chastain <mec@shout.net>
3144
3145 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
3146 Add lines for files in gdb/testsuite/gdb.cp/* that are
3147 still not 8.3 unique.
3148
3149 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
3150
3151 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
3152 TYPE_VPTR_FIELDNO is valid.
3153
3154 2003-08-19 Mark Kettenis <kettenis@gnu.org>
3155
3156 * utils.c (set_width_command): Remove prototypes.
3157 (set_screen_size): New prototype.
3158 (init_page_info): Simplify by fetching the screen size from
3159 Readline. Call set_screen_size.
3160 (set_screen_size): New function.
3161 (set_width): Add missing whitespace in comment.
3162 (set_width_command): Call set_screen_size.
3163 (set_height_command): New function.
3164 (initialize_utils): Fix formatting. Make "set height" command
3165 call set_height_command. Remove redundant code that turns off
3166 pagination if output isn't a terminal. Remove redundant call to
3167 set_width_command.
3168
3169 2003-08-22 Mark Kettenis <kettenis@gnu.org>
3170
3171 * sparc64-tdep.h (sparc64_regnum): Fix comment.
3172 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3173 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3174 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3175 `case' keyword.
3176 (sparc64_register_info): Give the reister with number
3177 SPARC64_STATE_REGNUM a name.
3178 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3179 %asi and %ccr.
3180 (sparc64_push_dummy_call): Take BIAS into account when checking
3181 stcak alignment.
3182 (sparc_software_single_step): Remove assertions that check whether
3183 NPC and NNPC were zero.
3184 (sparc_supply_rwindow): Make public. Merge functionality with
3185 sparc64_supply_rwindow.
3186 (sparc_fill_rwindow): Make public. Merge functionality with
3187 sparc64_fill_rwindow.
3188 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3189 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3190 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3191 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3192 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3193
3194 * reggroups.c: Add whitespace after declarations of local
3195 variables in functions.
3196
3197 2003-08-21 Michael Chastain <mec@shout.net>
3198
3199 * gdbtypes.h: Change array bound type from an int to enum.
3200
3201 2003-08-21 Andrew Cagney <cagney@redhat.com>
3202
3203 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3204 * config/sparc/tm-sparc.h: Ditto.
3205 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3206 unconditionally.
3207 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3208
3209 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3210
3211 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3212 (register_objfile_data, set_objfile_data, objfile_data): New
3213 prototypes.
3214 * objfiles.c (objfile_alloc_data, objfile_free_data): New
3215 prototypes.
3216 (allocate_objfile): Call objfile_alloc_data.
3217 (free_objfile): Call objfile_free_data.
3218 (struct objfile_data): New.
3219 (struct objfile_data_registration): New.
3220 (struct objfile_data_registry): New.
3221 (objfile_data_registry): New variable.
3222 (register_objfile_data): New function.
3223 (objfile_alloc_data, objfile_free_data): New functions.
3224 (set_objfile_data, objfile_data): New functions.
3225 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3226 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3227 (_initialize_dwarf2_frame): New function and prototype.
3228
3229 2003-08-21 Andrew Cagney <cagney@redhat.com>
3230
3231 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3232 a specific architecture.
3233 * arch-utils.h (set_architecture_from_arch_mach): Delete
3234 declaration.
3235 (target_architecture_hook): Delete declaration.
3236 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3237 (default_float_format): Assume GDB_MULTI_ARCH.
3238 (default_double_format): Assume GDB_MULTI_ARCH.
3239 (set_endian_from_file): Delete function.
3240 (arch_ok): Delete function.
3241 (set_arch): Delete function.
3242 (set_architecture_from_arch_mach): Delete function.
3243 (set_architecture_from_file): Delete function.
3244 (set_architecture): Assume GDB_MULTI_ARCH.
3245 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3246
3247 2003-08-21 Mark Kettenis <kettenis@gnu.org>
3248
3249 Rewrite FreeBSD/sparc64 native configuration.
3250 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3251 * sparc64fbsd-nat.c: New file.
3252 * sparc64fbsd-tdep.c: New file.
3253 * sparc64-tdep.c sparc64-tdep.h: New files.
3254 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3255 sparc64fbsd-tdep.o): New dependencies.
3256 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3257 and sparc64fbsd-tdep.c.
3258 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3259 * config/sparc/fbsd.mh: Remove copyright notice.
3260 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3261 sparcbsd-nat.o.
3262 * config/sparc/fbsd.mt: Remove copyright notice.
3263 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3264 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3265 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3266 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3267 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3268 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3269 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3270 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3271 "sparc/tm-sp64.h".
3272 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3273 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3274
3275 2003-08-21 Michael Chastain <mec@shout.net>
3276
3277 * symtab.h: Add doco on the space critical structures and
3278 some measurements of space usage.
3279
3280 2003-08-21 Michael Snyder <msnyder@redhat.com>
3281
3282 * tracepoint.c (trace_dump_command): Trace break address
3283 is subject to DECR_PC_AFTER_BREAK.
3284 (set_traceframe_context): Make "trace_line" an int.
3285 Fixes suggested by Mark Newman <mark.newman@lmco.com>
3286
3287 2003-08-20 Michael Snyder <msnyder@redhat.com>
3288
3289 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
3290 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3291 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
3292 argument passing.
3293 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
3294 functions, replace sh_push_dummy_call.
3295 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3296
3297 2003-08-20 Michael Chastain <mec@shout.net>
3298
3299 * gdbtypes.h (struct main_type): Rearrange to save space.
3300
3301 2003-08-20 Michael Snyder <msnyder@redhat.com>
3302
3303 * trad-frame.c: Comment typo fix.
3304
3305 2003-08-20 Michael Snyder <msnyder@redhat.com>
3306 Kevin Buettner <kevinb@redhat.com>
3307
3308 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3309 (frv_frame_init_saved_regs): Add declaration.
3310 (frame_extra_info): Add new field ``saved_regs''.
3311 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3312 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3313 Update frame related code.
3314 (frv_extract_struct_value_address): Adjust formatting.
3315 * Makefile.in (frv-tdep.o): Update dependencies.
3316 * config/frv/tm-frv.h (target_insert_watchpoint)
3317 (target_remove_watchpoint, target_insert_hw_breakpoint)
3318 (target_remove_hw_breakpoint): Delete these macros.
3319 (remote_insert_watchpoint, remote_remove_watchpoint)
3320 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3321 these declarations.
3322
3323 2003-08-20 Michael Chastain <mec@shout.net>
3324
3325 * defs.h (ENUM_BITFIELD): New macro.
3326 * symtab.h (ENUM_BITFIELD): Use it.
3327 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3328
3329 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3330
3331 * MAINTAINERS (write after approval): Add myself.
3332
3333 2003-08-18 Andrew Cagney <cagney@redhat.com>
3334
3335 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3336 * gdbarch.h, gdbarch.c: Re-generate.
3337 * infcall.c (call_function_by_hand): Adjust the SP by
3338 frame_red_zone_size before allocating any stack space.
3339 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3340 * x86-64-tdep.c (x86_64_frame_align): New function.
3341 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3342
3343 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3344 Remove code adjusting SP so that it skips over the Red Zone.
3345
3346 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3347
3348 * NEWS (New native configurations): Mention FreeBSD/amd64.
3349
3350 2003-08-18 Andrew Cagney <cagney@redhat.com>
3351
3352 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3353 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3354 "m68k_frame_p".
3355 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3356
3357 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3358
3359 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3360
3361 2003-08-18 Michal Ludvig <mludvig@suse.cz>
3362
3363 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3364 Define.
3365 * i386-linux-nat.c: Include "linux-nat.h".
3366 (child_post_startup_inferior): New function.
3367
3368 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3369
3370 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3371 at the start of a frameless function. This probably fixes PR
3372 backtrace/1338.
3373
3374 2003-08-17 Michael Chastain <mec@shout.net>
3375
3376 * symfile.c (find_sym_fns): Remove special case for apollo target.
3377
3378 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3379
3380 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3381 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3382 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3383 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3384 (linux_supports_tracevforkdone): New function.
3385 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3386 TRACEVFORKDONE.
3387 (child_follow_fork): Handle vfork.
3388 (linux_handle_extended_wait): Likewise. Also handle exec.
3389 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3390 * NEWS: Mention fork tracing.
3391
3392 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3393
3394 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3395
3396 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3397
3398 * Makefile.in (i386-linux-nat.o): Update dependencies.
3399 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3400 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3401 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3402 * i386-linux-nat.c: Include "linux-nat.h".
3403 (child_post_startup_inferior): New function.
3404 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3405 * infptrace.c (kill_inferior): Wrap in #ifdef.
3406 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3407 attaching to each LWP.
3408 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3409 (init_lin_lwp_ops): Fill in some more operations.
3410 * linux-nat.h (linux_enable_event_reporting)
3411 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3412 prototypes.
3413 * linux-nat.c (linux_enable_event_reporting): New function.
3414 (child_post_attach, linux_child_post_startup_inferior)
3415 (child_post_startup_inferior, child_follow_fork)
3416 (linux_handle_extended_wait, kill_inferior): New functions.
3417
3418 2003-08-16 Andrew Cagney <cagney@redhat.com>
3419
3420 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3421 * gdbarch.h, gdbarch.c: Re-generate.
3422
3423 2003-08-16 Mark Kettenis <kettenis@gnu.org>
3424
3425 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3426
3427 2003-08-16 Andrew Cagney <cagney@redhat.com>
3428
3429 * NEWS: Mention that "set prompt-escape-char" was deleted.
3430 * top.c (get_prompt_1): Delete function.
3431 (gdb_prompt_escape):
3432 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3433 prompt-escape-char" command.
3434 (MAX_PROMPT_SIZE): Delete macro.
3435 (get_prompt): Simplify, do not call get_prompt_1.
3436
3437 2003-08-16 Andrew Cagney <cagney@redhat.com>
3438
3439 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3440 -Werror. -Wformat-nonliteral problems.
3441
3442 2003-08-15 J. Brobecker <brobecker@gnat.com>
3443
3444 Further multiarching work mostly for hppa64-*-hpux11:
3445 * hppa-tdep.h: New file.
3446 * hppa-tdep.c: #include hppa-tdep.c.
3447 (hppa32_num_regs): Renamed from hppa_num_regs.
3448 (hppa64_num_regs): New constant.
3449 (hppa64_call_dummy_breakpoint_offset): New constant.
3450 (hppa32_call_dummy_length): New constant.
3451 (hppa64_call_dummy_length): New constant.
3452 (hppa32_stack_align): Make name 32bit explicit.
3453 (hppa32_register_virtual_type): Likewise.
3454 (hppa32_extract_return_value): Likewise.
3455 (hppa32_use_struct_convention): Likewise.
3456 (hppa32_store_return_value): Likewise.
3457 (hppa64_register_virtual_type): New function.
3458 (hppa64_extract_return_value): New function.
3459 (hppa64_use_struct_convention): New function.
3460 (hppa64_store_return_value): New function.
3461 (hppa_frame_locals_address): Remove declaration, function does
3462 not exist anymore.
3463 (hppa_register_byte): Add support for PA64 ABI.
3464 (hppa_gdbarch_init): Add support for PA64 ABI.
3465 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3466 Make name 32bit explicit.
3467 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3468 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3469 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3470 (hppa64_hpux_frame_base_before_sigtramp): New function.
3471 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3472 * config/pa/tm-hppa64.h: Remove macros that are no longer
3473 necessary now that the gdbarch vector is properly setup.
3474 Transform some macros into function calls. Some minor cleanup.
3475 * config/pa/tm-hppah.h: Update function calls in macros
3476 following the function renaming in hppa-hpux-tdep.c.
3477 * Makefile.in (hppa_tdep_h): New variable.
3478 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3479
3480 2003-08-14 Michael Snyder <msnyder@redhat.com>
3481
3482 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3483
3484 2003-08-13 J. Brobecker <brobecker@gnat.com>
3485
3486 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3487 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3488 routine.
3489
3490 2003-08-13 Michael Snyder <msnyder@redhat.com>
3491
3492 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3493 (frv_saved_pc_after_call): Use deprecated ftype.
3494 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3495 (frv_remote_translate_xfer_address): Remove.
3496 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3497
3498 2003-08-13 J. Brobecker <brobecker@gnat.com>
3499
3500 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3501 initialization after the common gdbarch initialization, not before.
3502
3503 2003-08-13 J. Brobecker <brobecker@gnat.com>
3504
3505 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3506 (ADDR_BITS_REMOVE): Remove, redundant.
3507
3508 2003-08-13 J. Brobecker <brobecker@gnat.com>
3509
3510 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3511 gdbarch method to clear the 2 low bits of text addresses.
3512
3513 2003-08-12 Andrew Cagney <cagney@redhat.com>
3514
3515 * Makefile.in (dsrec.o): Update dependencies.
3516 * dsrec.c: Include "gdb_assert.h".
3517 (make_srec): Use snprintf instead of sprintf, use a literal format
3518 string.
3519
3520 2003-08-12 Andrew Cagney <cagney@redhat.com>
3521
3522 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3523 FRAME_OBSTACK_ZALLOC.
3524
3525 2003-08-12 Kevin Buettner <kevinb@redhat.com>
3526
3527 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3528 SSE registers.
3529
3530 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3531
3532 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3533 amd64fbsd_sc_reg_offset): Add extern declarations.
3534 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3535 declarations.
3536
3537 2003-08-11 Ben Elliston <bje@wasabisystems.com>
3538
3539 * MAINTAINERS (write after approval): Update my mail address.
3540
3541 2003-08-10 Andrew Cagney <cagney@redhat.com>
3542
3543 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3544
3545 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3546
3547 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3548 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3549 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3550 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3551 i386bsd_sc_reg_offset): Add extern declarations.
3552 * i386obsd-nat.c: Include "i386-tdep.h"
3553 (_initialize_i386obsd_nat): Remove extern declarations.
3554 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3555 declarations.
3556 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3557 declarations.
3558
3559 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3560 instead of frame_read_register.
3561 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3562 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3563 SP_REGNUM.
3564 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3565 instead of frame_unwind_unsigned_register. Use
3566 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3567 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3568 instead of read_register. Use builtin_type_void_data_ptr instead
3569 of builtin_type_void_func_ptr when extracting the address of the
3570 jmp_buf.
3571 (i386_extract_return_value, i386_store_return_value,
3572 i386_pseudo_register_read, i386_pseudo_register_write): Use
3573 register_size instead REGISTER_RAW_SIZE.
3574
3575 2003-08-10 Andrew Cagney <cagney@redhat.com>
3576
3577 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3578 sprintf. Make "name" constant.
3579
3580 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3581
3582 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3583 instead of frame_read_register.
3584 (i387_print_float_info): Use get_frame_register and
3585 get_frame_register_unsigned instead of frame_register_read.
3586
3587 * i386fbsd-nat.c: Include "i386-tdep.h".
3588 (child_resume): Make `eflags' an ULONGEST. Use
3589 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3590 instead of register_read and register_write.
3591
3592 * i386bsd-nat.c (fetch_inferior_registers,
3593 store_inferior_registers): Don't use && at the end of a line.
3594 (_initialize_i386bsd_nat): Fix typo.
3595
3596 * frame.c (_initialize_frame): Add missing backslash.
3597
3598 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3599 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3600 and supply_register instead of manipulating the register buffer
3601 directly.
3602
3603 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3604 * config/i386/nm-i386sol2.h
3605 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3606
3607 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3608 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3609 instructions that GCC likes to mingle into the prologue. Fixes
3610 gdb/1253 and gdb/1255.
3611
3612 2003-08-09 Andrew Cagney <cagney@redhat.com>
3613
3614 Fix GDB PR cli/926.
3615 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3616 * command.h (add_setshow_uinteger_cmd): Declare.
3617 * frame.c (set_backtrace_cmd): New function.
3618 (show_backtrace_cmd): New function.
3619 * frame.c (_initialize_frame): Replace "set/show
3620 backtrace-below-main" with "set/show backtrace past-main". Add
3621 command "set/show backtrace limit".
3622 (backtrace_past_main): Rename "backtrace_below_main".
3623 (backtrace_limit): New variable.
3624 (get_prev_frame): Update. Check the backtrace_limit.
3625
3626 2003-08-09 Andrew Cagney <cagney@redhat.com>
3627
3628 * defs.h (xstrprintf): Declare.
3629 * utils.c (xstrprintf): New function.
3630 * breakpoint.c (insert_breakpoints): Replace sprintf and
3631 non-literal format strings, with xstrprintf and cleanups.
3632 (delete_breakpoint,breakpoint_re_set): Ditto.
3633 (commands_command, insert_breakpoints): Ditto.
3634 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3635 (break_at_finish_command_1): Ditto.
3636
3637 2003-08-09 Andrew Cagney <cagney@redhat.com>
3638
3639 * MAINTAINERS (language support): List Adam Fedor as Objective C
3640 maintainer.
3641
3642 2003-08-08 J. Brobecker <brobecker@gnat.com>
3643
3644 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3645 are now multiarched.
3646
3647 2003-08-08 J. Brobecker <brobecker@gnat.com>
3648
3649 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3650 longer necessary now that hppa64 is partially multiarch'ed.
3651
3652 2003-08-08 Andrew Cagney <cagney@redhat.com>
3653
3654 * interps.c (interp_set): Check for a NULL "old_interp".
3655
3656 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3657
3658 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3659 (install-only): Support DESTDIR.
3660 (uninstall): Likewise.
3661 (install-gdbtk): Likewise.
3662
3663 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
3664
3665 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3666 contains something meaningful at all times.
3667
3668 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
3669
3670 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
3671
3672 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
3673
3674 * MAINTAINERS (write after approval): Added self.
3675
3676 2003-08-07 Andrew Cagney <cagney@redhat.com>
3677
3678 * inferior.h (AT_SYMBOL): Define.
3679 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3680 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3681 * mips-tdep.c (mips_call_dummy_address): Delete function.
3682 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3683 set call_dummy_address.
3684
3685 2003-08-07 Andrew Cagney <cagney@redhat.com>
3686
3687 * language.c (op_error): Delete function.
3688 (binop_type_check): Delete function.
3689 * language.h (type_op_error, range_op_error): Delete macros.
3690 (op_error): Delete declaration.
3691
3692 2003-08-07 Andrew Cagney <cagney@redhat.com>
3693
3694 * interps.h (INTERP_MI2, INTERP_MI3): Define.
3695
3696 2003-08-07 Michal Ludvig <mludvig@suse.cz>
3697
3698 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
3699 (x86_64_push_arguments): Skip the red zone.
3700
3701 2003-08-05 Andrew Cagney <cagney@redhat.com>
3702
3703 * reggroups.c (reggroup_next): Check for the final entry.
3704
3705 2003-08-04 Andrew Cagney <cagney@redhat.com>
3706
3707 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3708 * cli/cli-script.c (define_command): Call query directly, instead
3709 of passing it a buffer.
3710 * ocd.c (ocd_error): Pass error a constant format string.
3711 * remote-mips.c (mips_error): Use fputs_filtered.
3712
3713 * solib-svr4.c (_initialize_svr4_solib): Update
3714 register_gdbarch_data call.
3715 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3716
3717 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3718 (register_gdbarch_data): Delete "free" parameter. Update
3719 comments.
3720 * gdbarch.h, gdbarch.c: Re-generate.
3721 * reggroups.c (_initialize_reggroup): Update.
3722 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3723 * frame-base.c (_initialize_frame_base): Update.
3724 * frame-unwind.c (_initialize_frame_unwind): Update.
3725 * user-regs.c (_initialize_user_regs): Update.
3726 * remote.c (_initialize_remote): Update.
3727 * regcache.c (_initialize_regcache): Update.
3728
3729 * regcache.c (xfree_regcache_descr): Delete function.
3730 (_initialize_regcache): Update call to register_gdbarch_data.
3731 (init_regcache_descr, init_legacy_regcache_descr): Use
3732 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3733
3734 * remote.c (free_remote_state): Delete function.
3735 (_initialize_remote): Update register_gdbarch_data.
3736 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3737 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3738
3739 2003-08-04 Andrew Cagney <cagney@redhat.com>
3740
3741 * reggroups.c (struct reggroup_el): Define.
3742 (struct reggroups): Delete field "nr_group". Replace array
3743 "group" with a "first" to "last" linked list.
3744 (reggroups_init): Update. Allocate using gdbarch's obstack.
3745 (reggroups_free): Delete function.
3746 (add_group): Update. Add "el" parameter.
3747 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3748 (default_groups): Update.
3749 (reggroup_next): Replace reggroups.
3750 (reggroups_dump): Update.
3751 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3752 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3753 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3754
3755 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
3756
3757 * Makefile.in (tui-interp.o): Update dependencies.
3758
3759 2003-08-04 David Carlton <carlton@kealia.com>
3760
3761 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3762 to internal_error call.
3763 * source.c (forward_search_command): Add "%s" format argument.
3764 (reverse_search_command): Ditto.
3765 * top.c (quit_confirm): Ditto.
3766 * cli/cli-setshow.c (do_setshow_command): Ditto.
3767 * cp-valprint.c (cp_print_class_method): Replace
3768 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3769 (cp_print_class_member): Ditto.
3770 * event-top.c (command_line_handler): Ditto.
3771 * linux-proc.c (linux_info_proc_cmd): Ditto.
3772 * p-typeprint.c (pascal_type_print_base): Ditto.
3773 * p-valprint.c (pascal_object_print_class_method): Ditto.
3774 (pascal_object_print_class_member): Ditto.
3775 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3776 * remote.c (remote_cisco_section_offsets): Ditto.
3777 * top.c (command_line_input): Ditto.
3778 * utils.c (vwarning,error_stream,quit): Ditto.
3779 * valprint.c (print_floating,print_binary_chars)
3780 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3781
3782 2003-08-04 Andrew Cagney <cagney@redhat.com>
3783
3784 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3785
3786 2003-08-02 Andrew Cagney <cagney@redhat.com>
3787
3788 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3789 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3790 amd64fbsd-nat.c.
3791
3792 2003-08-02 Andrew Cagney <cagney@redhat.com>
3793
3794 * Makefile.in: Update all dependencies and definitions.
3795
3796 2003-08-02 Adam Fedor <fedor@gnu.org>
3797
3798 * linespec.c (is_objc_method_format): New function
3799 (decode_line_1, locate_first_half): Use it.
3800 Fixes PR objc/1298
3801
3802 2003-08-01 Andrew Cagney <cagney@redhat.com>
3803
3804 * NEWS: Mention that m32r is multi-arch.
3805 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3806 * configure.tgt: Recognize m32r-*-*.
3807 * config/m32r/tm-m32r.h: Delete file.
3808 * config/m32r/m32r.mt: New file.
3809 * m32r-rom.c (m32r_upload_command): Use hostent only when
3810 gethostname succeeds, in order to avoid a compilation
3811 warning.
3812 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3813 compiler warning.
3814
3815 2003-08-01 Michael Snyder <msnyder@redhat.com>
3816
3817 * sh-tdep.c (sh_frame_align): New gdbarch method.
3818 (sh_gdbarch_init): Set up frame_align method.
3819
3820 2003-07-31 Michael Snyder <msnyder@redhat.com>
3821
3822 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3823 which is already covered by the new frames infrastructure.
3824
3825 2003-07-31 Andrew Cagney <cagney@redhat.com>
3826
3827 * user-regs.c (struct user_reg): Add "next" link.
3828 (struct user_regs): Replace "user" with "first" and "last" links.
3829 (append_user_reg): Add pre-allocated "reg" parameter.
3830 (builtin_user_regs): Provide initial value for "last".
3831 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3832 (user_regs_init): Allocate memory from the gdbarch obstack.
3833 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3834 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3835 linked list.
3836 (usernum_to_user_reg): New function.
3837 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3838 (value_of_user_reg): Use usernum_to_user_reg.
3839 (user_regs_free): Delete function.
3840 (_initialize_user_regs): Update register_gdbarch_data call.
3841
3842 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
3843
3844 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3845
3846 2003-07-30 Michael Snyder <msnyder@redhat.com>
3847
3848 * value.h (value_being_returned): Add a struct_addr argument.
3849 * infcall.c (call_function_by_hand): Pass struct_addr to
3850 value_being_returned.
3851 * infcmd.c (print_return_value): Pass zero as struct_addr.
3852 * values.c (value_being_returned): If struct_addr is passed,
3853 use it instead of trying to recover it from the inferior.
3854
3855 2003-07-30 Kevin Buettner <kevinb@redhat.com>
3856
3857 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3858 the prologue analyzer won't need to attempt to extract the pc
3859 value from the woefully incomplete dummy frame.
3860 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3861 possible. Disable code which modifies the frame.
3862
3863 2003-07-28 Andrew Cagney <cagney@redhat.com>
3864
3865 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3866 to level 2.
3867 (annotate_breakpoints_table, annotate_record): Ditto.
3868 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3869 (annotate_field_name_end, annotate_field_value): Ditto.
3870 (annotate_field_end, annotate_frame_source_begin): Ditto.
3871 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3872 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3873 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3874 (annotate_frame_address_end, annotate_frame_address): Ditto.
3875 (annotate_frame_args, annotate_frame_end): Ditto.
3876 (annotate_frame_where, annotate_arg_begin): Ditto.
3877 (annotate_arg_name_end, annotate_arg_value): Ditto.
3878 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3879 (annotate_function_call, annotate_signal_name): Ditto.
3880 (annotate_signal_string, annotate_signal_name_end): Ditto.
3881 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3882 (annotate_value_begin, annotate_value_history_value): Ditto.
3883 (annotate_value_history_end, annotate_value_end): Ditto.
3884 (annotate_display_begin, annotate_display_number_end): Ditto.
3885 (annotate_display_format, annotate_display_expression): Ditto.
3886 (annotate_display_expression_end, annotate_display_value): Ditto.
3887 (annotate_display_end, annotate_array_section_begin): Ditto.
3888 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3889 (annotate_elt, annotate_array_section_end): Ditto.
3890
3891 2003-07-28 Andrew Cagney <cagney@redhat.com>
3892
3893 * regcache.c (struct regcache_descr): Update comments on
3894 nr_raw_registers.
3895 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3896 sizeof_raw_register_valid_p.
3897 (init_regcache_descr): Set nr_raw_registers and
3898 sizeof_raw_register_valid_p before calling
3899 init_legacy_regcache_descr.
3900
3901 2003-07-28 Andrew Cagney <cagney@redhat.com>
3902
3903 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3904 MOD NUM_REGS.
3905
3906 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
3907
3908 * thread.c (info_threads_command): Use get_selected_frame ().
3909 Check that there is at least one non-sentinel frame.
3910
3911 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3912
3913 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3914 (m68hc11_pop_frame): Remove.
3915 (m68hc11_frame_saved_pc): Remove.
3916 (m68hc11_frame_chain): Remove.
3917 (m68hc11_frame_init_saved_regs): Remove.
3918 (m68hc11_init_extra_frame_info): Remove.
3919 (m68hc11_store_struct_return): Remove.
3920 (m68hc11_saved_pc_after_call): Remove.
3921
3922 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3923
3924 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3925 frame unwind information.
3926 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3927 and adapted for frame unwinding.
3928 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3929 (m68hc11_unwind_pc): New function.
3930 (m68hc11_frame_unwind_cache): New function to analyze frames.
3931 (m68hc11_frame_this_id): New function to create new frame struct.
3932 (m68hc11_frame_prev_register): New function to unwind a register from
3933 the frame.
3934 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3935 (m68hc11_frame_p): New function for the above.
3936 (m68hc11_frame_base_address): New function to return fp of frame.
3937 (m68hc11_frame_args_address): Update for frame.
3938 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3939 (m68hc11_unwind_sp): New function.
3940 (m68hc11_unwind_dummy_id): New function.
3941 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3942 calls.
3943
3944 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3945
3946 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3947 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3948 when we are beyond the current pc.
3949
3950 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3951
3952 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3953 from m68hc11_push_arguments.
3954 (m68hc11_push_arguments): Remove.
3955 (m68hc11_push_return_address): Remove.
3956 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3957 handlers; remove deprecated_extra_stack_alignment_needed.
3958
3959 2003-07-27 Andrew Cagney <cagney@redhat.com>
3960
3961 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3962 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3963 REAL_PC and not the pointer.
3964 * hppa-hpux-tdep.c: Include frame.h
3965
3966 2003-07-27 Andrew Cagney <cagney@redhat.com>
3967
3968 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3969 GDB_MULTI_ACH_PARTIAL.
3970
3971 2003-07-27 Andrew Cagney <cagney@redhat.com>
3972
3973 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3974 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3975 operator at start and not end of line.
3976 (decode_prologue): Ditto.
3977 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3978 frame_unwind_register_unsigned instead of
3979 frame_unwind_unsigned_register.
3980 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3981 read_register.
3982 (m32r_push_dummy_call): Use register_size instead of
3983 REGISTER_RAW_SIZE.
3984 (m32r_frame_sniffer): Replace m32r_frame_p.
3985 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3986 * m32r-rom.c (report_transfer_performance): Delete extern
3987 declaration.
3988 (m32r_load, m32r_upload_command): Use print_transfer_performance
3989 instead of report_transfer_performance.
3990 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3991 / add_show_from_set.
3992
3993 2003-07-26 Andrew Cagney <cagney@redhat.com>
3994
3995 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3996 store_return_value and extract_struct_value_address.
3997
3998 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3999
4000 PR c++/1267
4001 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
4002 NULL, default to the section containing PC.
4003
4004 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
4005
4006 * NEWS: Mention "regs" deprecated for m68hc11 too.
4007
4008 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
4009 (m68hc11_print_register): New function to print out one register.
4010 (m68hc11_print_registers_info): New function to print registers.
4011 (show_regs): Deprecate and use the above.
4012 (m68hc11_gdbarch_init): Install the print_registers_info.
4013
4014 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
4015
4016 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
4017 that we have a SIGTRAP before returning non-zero.
4018
4019 2003-07-23 Michal Ludvig <mludvig@suse.cz>
4020 Elena Zannoni <ezannoni@redhat.com>
4021
4022 * linespec.c (decode_line_2): Avoid crash if
4023 find_function_start_sal() returns empty record.
4024
4025 2003-07-23 Andreas Schwab <schwab@suse.de>
4026
4027 * ia64-tdep.c (ia64_print_insn): New function.
4028 (ia64_gdbarch_init): Set print_insn to it.
4029 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
4030 deprecated_tm_print_insn_info.
4031
4032 2003-07-22 Michael Snyder <msnyder@redhat.com>
4033
4034 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
4035 handle 8-bit returns (long long).
4036 (h8300h_extract_return_value): Ditto.
4037 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
4038
4039 2003-07-22 Andrew Cagney <cagney@redhat.com>
4040
4041 * gdbarch.c Include "gdb_obstack.h".
4042 (struct gdbarch): Add an "obstack".
4043 (alloc_gdbarch_data): Allocate the gdbarch data using
4044 GDBARCH_OBSTACK_CALLOC.
4045 (free_gdbarch_data): Delete function.
4046 (gdbarch_obstack_zalloc): New function.
4047 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
4048 Assert that the architecture is not initialized.
4049 (gdbarch_alloc): Allocate an obstack, allocate the architecture
4050 vector from the obstack.
4051 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
4052 architecture obstack.
4053 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
4054 (set_gdbarch_data): Assert that the data is not initialized.
4055 (struct gdbarch_data): Delete member "free".
4056 (register_gdbarch_data): Do not initialize "free".
4057 * gdbarch.h, gdbarch.c: Re-generate.
4058
4059 2003-07-22 Andrew Cagney <cagney@redhat.com>
4060
4061 * configure.in (build_warnings): Add -Wformat-nonliteral.
4062 * configure: Re-generate.
4063
4064 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4065
4066 * dwarf2loc.c (locexpr_describe_location): Fix typos.
4067
4068 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4069
4070 * findvar.c (read_var_value): Remove case for thread local storage
4071 variables. It is now entirely handled by the dwarf2 location
4072 expression code.
4073 * printcmd.c (address_info): Ditto.
4074 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
4075 enumeration value.
4076 (struct symbol): Remove objfile field, which was used by
4077 LOC_THREAD_LOCAL_STATIC only.
4078 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
4079 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
4080 usage of objfile pointer.
4081 * dwarf2loc.c (locexpr_describe_location): Add case to handle
4082 thread local variables.
4083 Add include of objfiles.h.
4084 * dwarf2expr.c (execute_stack_op): Add comments about thread local
4085 storage variables.
4086 * Makefile.in (dwarf2loc.o): Update dependencies.
4087
4088 2003-07-22 Andrew Cagney <cagney@redhat.com>
4089
4090 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
4091 get_frame_base.
4092 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
4093 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
4094 (struct value): Add opaque declaration.
4095 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
4096
4097 2003-07-21 Andrew Cagney <cagney@redhat.com>
4098
4099 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4100 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
4101
4102 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4103
4104 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4105 regcache_cooked_read_unsigned instead of read_register.
4106 (m68hc11_saved_pc_after_call): Likewise.
4107 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
4108 instead of write_register.
4109 (m68hc11_register_type): New function.
4110 (m68hc11_register_virtual_type): Remove.
4111 (m68hc11_store_return_value): Convert to use the regcache.
4112 (m68hc11_extract_struct_value_address): Likewise.
4113 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
4114 m68hc11_register_type; undeprecate store_return_value and
4115 extract_struct_value_address.
4116
4117 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4118
4119 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
4120 and translate to use regcache.
4121 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
4122
4123 2003-07-18 Andrew Cagney <cagney@redhat.com>
4124
4125 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
4126 * gdbarch.h, gdbarch.c: Re-generate.
4127 * i386-tdep.c (i386_gdbarch_init): Do not set
4128 DWARF2_BUILD_FRAME_INFO.
4129 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
4130 unconditionally.
4131 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
4132 DWARF2_BUILD_FRAME_INFO.
4133
4134 2003-07-18 Andrew Cagney <cagney@redhat.com>
4135
4136 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4137 * disasm.c (gdb_disassemble_info): Initilize di.arch.
4138
4139 2003-07-18 Andrew Cagney <cagney@redhat.com>
4140
4141 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
4142 frame_unwind_address_in_block, instead of frame_pc_unwind.
4143 (dwarf2_frame_cache): Ditto.
4144
4145 2003-07-18 Andrew Cagney <cagney@redhat.com>
4146
4147 * user-regs.h (struct gdbarch): Declare opaque.
4148 * ui-out.h (struct ui_file): Declare opaque.
4149 * dwarf2-frame.h (struct frame_info): Declare opaque.
4150
4151 2003-07-18 Kris Warkentin <kewarken@qnx.com>
4152
4153 * nto-procfs.c: Clean ARI hits. Change #include <..> to
4154 #include "...".
4155 (procfs_meminfo): Change strerror to safe_strerror.
4156 (procfs_can_run): Remove K&R badness.
4157
4158 2003-07-17 Michael Snyder <msnyder@redhat.com>
4159
4160 * remote-sim.c: Comment typo fix.
4161
4162 2003-07-17 Andrew Cagney <cagney@redhat.com>
4163
4164 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
4165 configure.
4166 * sparc-tdep.c (sparc_intreg_size): Make non-static.
4167 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4168 GDB_MULTI_ARCH_PARTIAL.
4169
4170 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
4171
4172 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4173 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
4174 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4175
4176 2003-07-16 Theodore A. Roth <troth@openavr.org>
4177
4178 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4179 found.
4180 (avr_frame_unwind_cache): Don't unwind FP for main.
4181 Update a comment.
4182 Save the computed prev_sp.
4183 (avr_saved_regs_unwinder): Remove function.
4184 (avr_frame_prev_register): Use PC unwind logic from
4185 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4186
4187 2003-07-16 Andrew Cagney <cagney@redhat.com>
4188
4189 * frame-base.h (frame_base_p_ftype): Delete definition.
4190 (frame_base_append_predicate): Delete declaration.
4191 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4192 (frame_unwind_append_predicate): Delete declaration.
4193 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4194 (append_predicate): Delete parameter "p".
4195 (frame_unwind_append_predicate): Delete function.
4196 (frame_unwind_append_sniffer): Update call to append_predicate.
4197 (frame_unwind_free): Delete function.
4198 (_initialize_frame_unwind): Pass NULL as "free" to
4199 register_gdbarch_data.
4200 (frame_unwind_init): Append the dummy_frame_sniffer.
4201 (frame_unwind_find_by_frame): Simplify.
4202 * frame-base.c (struct frame_base_table): Delete field "p".
4203 (append_predicate): Delete parameter "p".
4204 (frame_base_append_predicate): Delete function.
4205 (frame_base_append_sniffer): Update call to append_predicate.
4206 (frame_base_free): Delete function.
4207 (frame_base_find_by_frame): Simplify.
4208 (_initialize_frame_base): Pass NULL as "free" to
4209 register_gdbarch_data.
4210 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4211 (x86_64_sigtramp_frame_sniffer): Replace
4212 "x86_64_sigtramp_frame_p".
4213 (x86_64_init_abi): Set the frame unwind sniffers.
4214 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4215 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4216 (m68k_gdbarch_init): Set the frame unwind sniffers.
4217 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4218 "i386_sigtramp_frame_p".
4219 (i386_frame_sniffer): Replace "i386_frame_p".
4220 (i386_gdbarch_init): Set the frame unwind sniffers.
4221 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4222 (avr_gdbarch_init): Set the frame unwind sniffers.
4223 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4224 "alpha_sigtramp_frame_p"
4225 (alpha_heuristic_frame_sniffer): Replace
4226 "alpha_heuristic_frame_p".
4227 (alpha_gdbarch_init): Set the frame unwind sniffers.
4228 (alpha_dwarf2_init_abi): Ditto.
4229 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4230 "alpha_debug_frame_p".
4231 (alpha_mdebug_frame_base_sniffer): Replace
4232 "alpha_mdebug_frame_base_p".
4233 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4234 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4235 (d10v_gdbarch_init): Set the frame unwind sniffer.
4236 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4237 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4238 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4239 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4240 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4241 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4242
4243 2003-07-16 Michael Snyder <msnyder@redhat.com>
4244
4245 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4246 should go thru sh_dsp_register_sim_regno, else the dsp regs
4247 will not get the right values.
4248
4249 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4250
4251 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4252 deprecated_store_floating by call to store_typed_floating.
4253 (sh_sh4_register_convert_to_raw): Substitute call to
4254 deprecated_extract_floating by call to extract_typed_floating.
4255
4256 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4257
4258 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4259
4260 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4261
4262 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4263 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4264 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4265 as possible.
4266 (do_pseudo_register): Remove.
4267 (sh_push_dummy_code): New function.
4268 (sh64_store_struct_return): Rename from sh_store_struct_return.
4269 Only called for sh64 now.
4270 (sh_extract_struct_value_address): Regcache'ify.
4271 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4272 and accomodate new tasks.
4273 (sh64_push_return_address): Rename from sh_push_return_address.
4274 Only called for sh64 now.
4275 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4276 Regcache'ify.
4277 (sh3e_sh4_extract_return_value): Regcache'ify.
4278 (sh_default_store_return_value): Ditto.
4279 (sh3e_sh4_store_return_value): Ditto.
4280 (sh_default_register_byte): Remove.
4281 (sh_sh4_register_byte): Remove.
4282 (sh_default_register_raw_size): Remove.
4283 (sh_sh4_register_raw_size): Remove.
4284 (sh_register_virtual_size): Remove.
4285 (sh_sh3e_register_virtual_type): Remove.
4286 (sh_sh3e_register_type): New function.
4287 (sh_sh4_register_virtual_type): Remove.
4288 (sh_sh4_register_type): New function.
4289 (sh_default_register_virtual_type): Remove.
4290 (sh_default_register_type): New function.
4291 (do_fv_register_info): Add parameters to accomodate call from
4292 sh_print_registers_info.
4293 (do_dr_register_info): Ditto.
4294 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4295 Add parameters to accomodate call from sh_print_registers_info.
4296 (sh_do_fp_register): Ditto.
4297 (sh64_do_pseudo_register): Call do_dr_register_info,
4298 do_fv_register_info and sh_do_fp_register with default parameters.
4299 (sh_do_register): Add parameters to accomodate call from
4300 sh_print_registers_info.
4301 (sh_print_register): Ditto.
4302 (sh_print_registers_info): Rename from sh_do_registers_info.
4303 Add parameters to be used as gdbarch_print_registers_info
4304 implementation. Accomodate removed do_pseudo_register function
4305 pointer.
4306 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4307 function pointer. Call sh_print_register with default parameters.
4308 (sh64_do_registers_info): Call sh_print_registers_info instead of
4309 sh_do_registers_info.
4310 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4311 detection of deprecated vs. non-deprecated functionality.
4312 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4313 function pointer assignments by direct function calls.
4314
4315 2003-07-15 Andrew Cagney <cagney@redhat.com>
4316
4317 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4318 (frame_register_unwind, create_new_frame): Ditto.
4319 (legacy_get_prev_frame, get_frame_type): Ditto.
4320 (get_frame_base_address): Use frame_base_find_by_frame.
4321 (get_frame_locals_address): Use frame_base_find_by_frame.
4322 (get_frame_args_address): Use frame_base_find_by_frame.
4323 * frame-base.h (frame_base_sniffer_ftype): Declare.
4324 (frame_base_append_sniffer): Declare.
4325 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4326 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4327 (frame_base_append_sniffer): New function.
4328 (frame_base_append_predicate): Add a NULL sniffer.
4329 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4330 (struct frame_base_table): Add "sniffer".
4331 (frame_base_free): Free the "sniffer" table.
4332 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4333 (frame_unwind_append_sniffer): Declare.
4334 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4335 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4336 (struct frame_unwind_table): Add "sniffer", delete "middle".
4337 (append_predicate): Add "sniffer" parameter, append the sniffer.
4338 (frame_unwind_init): Update append_predicate call.
4339 (frame_unwind_append_sniffer): New function.
4340 (frame_unwind_append_predicate): Update append_predicate call.
4341 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4342
4343 2003-07-15 Andrew Cagney <cagney@redhat.com>
4344
4345 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4346 before code inhibiting repeated unwind attempts. Add to
4347 commentary on that test's problems.
4348 * blockframe.c (inside_main_func): Look for "main" in the minimal
4349 symbol table.
4350 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4351 identical.
4352
4353 2003-07-15 Andrew Cagney <cagney@redhat.com>
4354
4355 * complaints.c (struct explanation): Define.
4356 (struct complaints): Change type of "explanation" to "struct
4357 explanation".
4358 (symfile_explanations): Convert to a "struct explanation" table.
4359 (vcomplaint): Update.
4360
4361 2003-07-15 Michal Ludvig <mludvig@suse.cz>
4362
4363 * x86-64-linux-nat.c (regmap): Removed.
4364 (supply_gregset, fill_gregset): Call
4365 x86_64_linux_(fill,supply)_gregset functions.
4366 * x86-64-linux-tdep.c (USER_*): New defines.
4367 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4368 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4369 New functions.
4370 (fetch_core_registers): Ditto.
4371 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4372 * x86-64-linux-tdep.h: New file.
4373 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4374 and core-regset.o.
4375 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4376
4377 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4378
4379 * x86-64-tdep.c (x86_64_store_return_value): Use
4380 regcache_cooked_write_part instead of regcache_cooked_write.
4381
4382 * configure.host: Add x86_64-*-freebsd*.
4383 * configure.tgt: Add x86_64-*-freebsd*.
4384 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4385 * amd64fbsd-nat.c: New file.
4386 * amd64fbsd-tdep.c: New file.
4387 * config/i386/nm-fbsd64.h: New file.
4388 * config/i386/fbsd64.mh: New file.
4389 * config/i386/fbsd64.mt: New file.
4390
4391 2003-07-11 Mark Kettenis <kettenis@gnu.org>
4392
4393 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4394 `sc_regs_offset' and `sc_fpregs_offset'.
4395 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4396 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4397 (alpha_sigtramp_register_address): Rewrite to use new members of
4398 `struct gdbarch_tdep'.
4399 (alpha_gdbarch_init): Initialize new members of struct
4400 gdbarch_tdep'.
4401 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4402 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4403 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4404 (alphafbsd_pc_in_sigtramp): Implement.
4405 (alphafbsd_sigtramp_offset): New function.
4406 (alphafbsd_sigcontext_addr): New function.
4407 (alphafbsd_init_abi): Initialize signal trampoline related members
4408 of `struct gdbarch_tdep'.
4409 (_initialize_alphafbsd_tdep): Add prototype.
4410
4411 2003-07-11 Theodore A. Roth <troth@openavr.org>
4412
4413 * Makefile.in (install-only): Quote sed expression when generating
4414 transformed_name.
4415
4416 2003-07-11 Richard Henderson <rth@redhat.com>
4417
4418 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4419 * dwarf2-frame.c: Include complaints.h.
4420 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4421 variable initialization; return NULL on error.
4422 (decode_frame_entry): New.
4423
4424 2003-07-11 Andrew Cagney <cagney@redhat.com>
4425
4426 * frame.h (frame_address_in_block): Delete declaration.
4427 * blockframe.c (frame_address_in_block): Delete function.
4428 (get_frame_block): Use get_frame_address_in_block.
4429 (block_innermost_frame): Ditto.
4430 * stack.c (print_frame, backtrace_command_1): Ditto.
4431
4432 * frame.h (get_frame_address_in_block): Declare.
4433 (frame_unwind_address_in_block): Declare.
4434 * frame.c (frame_unwind_address_in_block): New function.
4435 (get_frame_address_in_block): New function.
4436
4437 2003-07-10 Andrew Cagney <cagney@redhat.com>
4438
4439 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4440 pre-default. Note: re-generate has no effect.
4441
4442 2003-07-10 Andrew Cagney <cagney@redhat.com>
4443
4444 * gdbarch.sh: When a variable, but not a function, compare against
4445 0. Fix problem in previous patch.
4446 * gdbarch.c: Re-generate.
4447
4448 2003-07-10 Andrew Cagney <cagney@redhat.com>
4449
4450 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4451 functions against NULL, not 0.
4452 * gdbarch.c: Re-generate.
4453
4454 2003-07-10 Fred Fish <fnf@ninemoons.com>
4455
4456 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4457 null string instead of a null pointer.
4458 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4459
4460 2003-07-09 Michael Snyder <msnyder@redhat.com>
4461
4462 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4463
4464 2003-07-09 Mark Kettenis <kettenis@gnu.org>
4465
4466 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4467 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4468 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4469 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4470 * x86-64-tdep.c: ... from here.
4471
4472 2003-07-09 Andreas Schwab <schwab@suse.de>
4473
4474 * m68k-tdep.h (enum struct_return): Define.
4475 (struct gdbarch_tdep): Add struct_return.
4476 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4477 bytes are padded to the right, not to the left. Pass struct value
4478 address in register %a1, not on stack.
4479 (m68k_use_struct_convention): New function.
4480 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4481 struct_return in tdep to pcc_struct_return.
4482 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4483 reg_struct_return.
4484
4485 2003-07-09 Joel Brobecker <brobecker@gnat.com>
4486
4487 * somread.c (som_symfile_offsets): Fix compilation error.
4488
4489 2003-07-09 Andrew Cagney <cagney@redhat.com>
4490
4491 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4492 Add comments about the checks.
4493
4494 2003-07-08 Andrew Cagney <cagney@redhat.com>
4495
4496 * Makefile.in: Make dependency section headers consistent.
4497 (config_h): Move to $BUILD headers section.
4498 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4499 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4500 (ada-exp.tab.c): Move to YACC/LEX section.
4501 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4502 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4503
4504 2003-07-08 Kris Warkentin <kewarken@qnx.com>
4505
4506 * nto-procfs.c: Cleaned up a bunch of ARI hits.
4507 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4508 of strerror with safe_strerror, use ISO C function definitions,
4509 and replace instances of sprintf with snprintf.
4510
4511 2003-07-07 Andrew Cagney <cagney@redhat.com>
4512
4513 * frame.c (get_prev_frame): Enable check for identical frames.
4514 Update comments. Update error messages.
4515
4516 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4517
4518 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4519
4520 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4521
4522 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4523 sort_symtab_syms, no longer necessary.
4524
4525 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4526
4527 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4528
4529 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4530
4531 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4532 (mips_register_byte): Likewise.
4533
4534 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4535
4536 * Makefile.in (sparc_tdep_h): New.
4537 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4538 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4539 * sparc-linux-nat.c: Include "sparc-tdep.h".
4540 * sparc-nat.c: Likewise.
4541 * sparc-tdep.c: Likewise.
4542 * sparc64nbsd-nat.c: Likewise.
4543 * sparcnbsd-nat.c: Likewise.
4544 * sparcnbsd-tdep.c: Likewise.
4545 * sparc-tdep.h: New file.
4546 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4547 and sparc_npc_regnum.
4548
4549 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4550
4551 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4552 (mips_linux_cannot_store_register): List supported instead of
4553 unsupported registers.
4554
4555 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4556
4557 * disasm.c (dump_insns): Separate instructions from addresses.
4558
4559 2003-07-07 Andreas Schwab <schwab@suse.de>
4560
4561 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4562 dependencies.
4563 * m68k-tdep.c (NUM_FREGS): Delete.
4564 (SIG_PC_FP_OFFSET): Delete.
4565 (TARGET_M68K): Delete.
4566 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4567 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4568 P_MOVEL_SP, P_MOVEML_SP): Define.
4569 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4570 P_TRAP): Delete.
4571 (m68k_register_raw_size): Delete.
4572 (m68k_register_virtual_size): Delete.
4573 (m68k_register_type): Renamed from m68k_register_virtual_type and
4574 add gdbarch argument.
4575 (m68k_store_struct_return): Delete.
4576 (m68k_deprecated_extract_return_value): Delete.
4577 (m68k_deprecated_extract_struct_value_address): Delete.
4578 (m68k_frame_chain): Delete.
4579 (m68k_frame_saved_pc): Delete.
4580 (m68k_fix_call_dummy): Delete.
4581 (m68k_push_dummy_frame): Delete.
4582 (m68k_pop_frame): Delete.
4583 (m68k_extract_return_value): New function.
4584 (m68k_store_return_value): Rewrite using regcache.
4585 (m68k_extract_struct_value_address): Rewrite using regcache.
4586 (m68k_push_dummy_call): New function.
4587 (struct m68k_frame_cache): Define.
4588 (m68k_alloc_frame_cache): New function.
4589 (m68k_analyze_frame_setup): New function.
4590 (m68k_analyze_register_saves): New function.
4591 (m68k_analyze_prologue): New function.
4592 (m68k_skip_prologue): Rewrite using above functions.
4593 (m68k_unwind_pc): New function.
4594 (m68k_frame_cache): New function.
4595 (m68k_frame_this_id): New function.
4596 (m68k_frame_prev_register): New function.
4597 (m68k_frame_unwind): New variable.
4598 (m68k_frame_p): New function.
4599 (m68k_sigtramp_frame_cache): New function.
4600 (m68k_sigtramp_frame_this_id): New function.
4601 (m68k_sigtramp_frame_prev_register): New function.
4602 (m68k_sigtramp_frame_unwind): New variable.
4603 (m68k_sigtramp_frame_p): New function.
4604 (m68k_frame_base_address): New function.
4605 (m68k_frame_base): New function.
4606 (m68k_unwind_dummy_id): New function.
4607 (fill_gregset): Use regcache_collect.
4608 (fill_fpregset): Likewise.
4609 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4610 defined.
4611 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4612 deprecated_init_frame_pc, deprecated_store_struct_return,
4613 deprecated_extract_return_value, deprecated_store_return_value,
4614 deprecated_frame_chain, deprecated_frame_saved_pc,
4615 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4616 deprecated_register_virtual_size,
4617 deprecated_max_register_raw_size,
4618 deprecated_max_register_virtual_size,
4619 deprecated_register_virtual_type, deprecated_register_size,
4620 deprecated_register_byte, deprecated_register_bytes,
4621 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4622 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4623 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4624 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4625 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4626 deprecated_push_dummy_frame, deprecated_pop_frame,
4627 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4628 only if SYSCALL_TRAP is defined. Set extract_return_value,
4629 store_return_value, extract_struct_value_address, register_type,
4630 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4631 predicates.
4632 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4633 M68K_MAX_REGISTER_SIZE): Define.
4634 (struct m68k_sigtramp_info): Define.
4635 (struct gdbarch_tdep): Add get_sigtramp_info.
4636 * m68klinux-nat.c (fetch_register): Use register_size instead of
4637 REGISTER_RAW_SIZE. Don't put assignment in if.
4638 (store_register): Likewise.
4639 (fetch_inferior_registers): Likewise.
4640 (store_inferior_registers): Likewise.
4641 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4642 (m68k_linux_frame_saved_pc): Delete.
4643 (m68k_linux_sigcontext_reg_offset,
4644 m68k_linux_ucontext_reg_offset): Define.
4645 (m68k_linux_get_sigtramp_info): New function.
4646 (m68k_linux_extract_return_value): Rewrite using regcache.
4647 (m68k_linux_store_return_value): Likewise.
4648 (m68k_linux_extract_struct_value_address): Likewise.
4649 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4650 Don't set deprecated_frame_saved_pc,
4651 deprecated_extract_return_value, deprecated_store_return_value,
4652 deprecated_extract_struct_value_address. Set
4653 extract_return_value, store_return_value,
4654 extract_struct_value_address.
4655
4656 2003-07-07 Andrew Cagney <cagney@redhat.com>
4657
4658 * expprint.c: Include "user-regs.h" instead of "frame.h".
4659 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4660 frame_map_regnum_to_name.
4661 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4662 (frame_map_name_to_regnum): Simplify, call
4663 user_reg_map_name_to_regnum.
4664 (frame_map_regnum_to_name): Simplify, call
4665 user_reg_map_regnum_to_name.
4666 (frame_register_unwind): Update.
4667 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4668 (_initialize_frame_reg): Call user_reg_add_builtin.
4669 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4670 (value_of_register): Use value_of_user_reg.
4671 * eval.c (evaluate_subexp_standard): Update.
4672 * parse.c (write_dollar_variable): Update.
4673 * d10v-tdep.c (d10v_print_registers_info): Update.
4674 * infcmd.c (registers_info): Update.
4675 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4676 (builtin_regs_h): Delete macro.
4677 (user_regs_h): Define.
4678 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4679 (builtin-regs.o): Delete target.
4680 (user-regs.o): Specify dependencies.
4681 (expprint.o): Update dependencies.
4682 (findvar.o): Update dependencies.
4683 (frame.o): Update dependencies.
4684 (std-regs.o): Update dependencies.
4685
4686 2003-07-06 Christopher Faylor <cgf@redhat.com>
4687
4688 * win32-nat.c (solib_symbols_add): Use one variable for all section
4689 address stuff. Pass variable rather than address of variable to
4690 safe_symbol_file_add.
4691
4692 2003-07-06 Andreas Schwab <schwab@suse.de>
4693
4694 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
4695
4696 2003-07-04 Joel Brobecker <brobecker@gnat.com>
4697
4698 * rs6000-nat.c (vmap_symtab): Fix compilation error.
4699
4700 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4701
4702 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
4703
4704 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4705
4706 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
4707 * config/i386/nto.mh: New file.
4708 * config/i386/nm-nto.h: New file.
4709 * configure.host: Add i[3456]86-*-nto*.
4710
4711 2003-07-03 Joel Brobecker <brobecker@gnat.com>
4712
4713 * remote-vx.c (vx_add_symbols): Fix compilation error.
4714
4715 2003-07-03 Andrew Cagney <cagney@redhat.com>
4716
4717 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4718 * gdbarch.h, gdbarch.c: Re-generate.
4719 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4720 (legacy_register_name): Declare.
4721 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4722 (REGISTER_NAME): Define.
4723 * sparc-tdep.c (legacy_register_name): New function.
4724 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4725 (REGISTER_NAME): Define.
4726 (hppa64_register_name): Declare.
4727 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4728 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4729 (hppa64_register_name): New function.
4730 (hppa_register_name): New function.
4731 * arch-utils.c (legacy_register_name): Delete.
4732 * arch-utils.h (legacy_register_name): Delete.
4733
4734 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
4735
4736 * cli/cli-interp.c (cli_interpreter_resume): Update the
4737 cli_uiout's stream to gdb_stdout.
4738
4739 2003-07-03 Andrew Cagney <cagney@redhat.com>
4740
4741 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4742 predicate.
4743 * gdbarch.h, gdbarch.c: Re-generate.
4744 * regcache.c (init_regcache_descr): Use legacy code when either
4745 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4746
4747 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4748
4749 * NEWS: Move "set logging" entry into GDB 6.0 section.
4750
4751 2003-07-02 Jim Blandy <jimb@redhat.com>
4752
4753 * s390-tdep.c (struct frame_extra_info): new member:
4754 'stack_bought_valid'.
4755 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4756 initialize fextra_info->stack_bought.
4757 (s390_frameless_function_invocation): Don't trust the value of
4758 fextra_info_ptr->stack_bought unless
4759 fextra_info->stack_bought_valid is set.
4760
4761 New S390 prologue analyzer.
4762 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4763 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4764 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4765 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4766 compute_x_addr, s390_on_stack, s390_store,
4767 s390_get_signal_frame_info): New functions.
4768 (S390_NUM_SPILL_SLOTS): New macro.
4769 (s390_get_frame_info): Rewritten.
4770 (is_arg_reg): Deleted.
4771
4772 Break out the decoding of S/390 instructions into separate
4773 functions, to make it more legible, and easier to check
4774 against the spec.
4775 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4776 is_rx, is_rxe): New functions.
4777 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4778 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4779 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4780 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4781 enums for opcode values. (Is this an improvement?)
4782
4783 2003-07-02 Andrew Cagney <cagney@redhat.com>
4784
4785 * i386-tdep.c: Revert change committed as part of trad-frame code
4786 below.
4787
4788 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4789
4790 * breakpoint.c (insert_catchpoint): Make static.
4791
4792 2003-07-02 Andreas Schwab <schwab@suse.de>
4793
4794 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4795 former ia64_push_arguments and ia64_push_return_address, and use
4796 regcache functions instead of read/write_register.
4797 (ia64_gdbarch_init): Set push_dummy_call instead of
4798 deprecated_push_arguments and deprecated_push_return_address.
4799
4800 2003-07-01 Andreas Jaeger <aj@suse.de>
4801
4802 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4803 before the call.
4804 Set %rax only to number of SSE registers used.
4805
4806 2003-07-01 Andrew Cagney <cagney@redhat.com>
4807
4808 * trad-frame.h: Update comments, a -1 .addr is reserved.
4809 (trad_frame_value_p, trad_frame_addr_p): Declare.
4810 (trad_frame_reg_p): Declare.
4811 (trad_frame_set_value): Rename trad_frame_register_value.
4812 (trad_frame_set_unknown): Declare.
4813 * trad-frame.c (trad_frame_realreg_p): New function.
4814 (trad_frame_addr_p, trad_frame_value_p): New function.
4815 (trad_frame_set_unknown): New function.
4816 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4817 (trad_frame_prev_register): Use trad_frame_realreg_p,
4818 trad_frame_addr_p and trad_frame_value_p.
4819 (trad_frame_set_value): Rename trad_frame_register_value.
4820 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4821 and trad_frame_set_value.
4822
4823 2003-06-30 Jim Blandy <jimb@redhat.com>
4824
4825 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4826 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4827 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4828 for 16 registers, and then 32 more bytes.
4829 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4830 New macros.
4831 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4832 Move up in the file, since it's now used by is_simple_arg.
4833 (is_simple_arg): Don't assume registers are four bytes long.
4834 Exclude all double arguments. Extended floats are not simple
4835 args.
4836 (is_power_of_two): New function.
4837 (pass_by_copy_ref): Call is_power_of_two, and check that the
4838 length fits in a register, rather than listing all the acceptable
4839 sizes. Extended floats are not passed by reference.
4840 (s390_push_arguments): Don't assume registers are four bytes long.
4841 Reserve an argument register to point to the buffer for structures
4842 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4843 S390_STACK_FRAME_OVERHEAD.
4844
4845 2003-06-30 Andreas Schwab <schwab@suse.de>
4846
4847 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4848 format error message.
4849
4850 2003-06-30 Joel Brobecker <brobecker@gnat.com>
4851
4852 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4853
4854 2003-06-30 David Carlton <carlton@kealia.com>
4855
4856 Band-aid for PR c++/1245.
4857 * Makefile.in (cp-support.o): Depend on complaints_h.
4858 * cp-support.c: Include complaints.h. Add declaration for
4859 find_last_component.
4860 (cp_find_first_component): Separate code into
4861 cp_find_first_component_aux.
4862 (cp_find_first_component_aux): Call demangled_name_complaint.
4863 (demangled_name_complaint): New.
4864
4865 2003-06-30 Andrew Cagney <cagney@redhat.com>
4866
4867 * remote.c (remote_write_bytes): Explicitly compute and then use
4868 the payload size. Update comments to reflect. Fixes problem of
4869 GDB not sending small packets as found by Fred Fish.
4870
4871 2003-06-30 Andrew Cagney <cagney@redhat.com>
4872
4873 * remote.c (remote_async_wait): Fix -Wformat problem.
4874
4875 2003-06-29 Andrew Cagney <cagney@redhat.com>
4876
4877 * remote.c (remote_wait): Call error, and not warning, when the
4878 packet is corrupt.
4879 (remote_async_wait): Ditto.
4880
4881 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4882
4883 * sparc-tdep.c (sparc_y_regnum): Make external again.
4884
4885 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4886
4887 * cli/cli-logging.c (pop_output_files): Add void to function
4888 definition.
4889
4890 2003-06-29 Andrew Cagney <cagney@redhat.com>
4891
4892 * frame.c (frame_register_unwind): Use unsigned char when dumping
4893 the buffer contents.
4894
4895 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
4896
4897 * cli/cli-logging.c: New file.
4898 * cli-out.c (struct ui_out_data): Add original_stream.
4899 (cli_redirect): New function.
4900 (cli_ui_out_impl): Add cli_redirect.
4901 (cli_out_new): Initialize original_stream.
4902 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4903 (uo_redirect, ui_out_redirect): New.
4904 * ui-out.h (struct ui_out_impl): Add redirect member.
4905 (redirect_ftype): New.
4906 (ui_out_redirect): Add prototype.
4907 * Makefile.in: Add rules for cli-logging.c.
4908 * NEWS: Mention "set logging".
4909
4910 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4911
4912 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4913
4914 2003-06-27 Andrew Cagney <cagney@redhat.com>
4915
4916 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4917 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4918 * avr-tdep.c (avr_call_dummy_address): Delete function.
4919 (avr_gdbarch_init): Do not set call_dummy_address.
4920
4921 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4922
4923 * symfile.c (syms_from_objfile): Move variables to inner block.
4924 Move the checks for the non-mainline case a bit earlier to avoid
4925 doing some useless computations.
4926
4927 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4928
4929 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4930
4931 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4932
4933 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4934 sections.
4935
4936 2003-06-26 Michael Chastain <mec@shout.net>
4937
4938 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4939 gdb/testsuite/gdb.c++/pr-1210.exp.
4940
4941 2003-06-26 Andrew Cagney <cagney@redhat.com>
4942
4943 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4944 altivec_expression.h and altivec_registers.h.
4945
4946 2003-06-26 Andrew Cagney <cagney@redhat.com>
4947
4948 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4949 info->mach when MIPS16. Patch suggested by Fred Fish.
4950
4951 2003-06-26 Andrew Cagney <cagney@redhat.com>
4952
4953 * utils.c (internal_vproblem): Print the problem to a reason
4954 buffer and then pass to query. Make the msg variable more local.
4955
4956 2003-06-26 Andrew Cagney <cagney@redhat.com>
4957
4958 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4959 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4960 * gdbarch.h, gdbarch.c: Re-generate.
4961 * frame-base.c (default_frame_args_address): Update. Use
4962 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4963 not available.
4964 (default_frame_locals_address): Ditto for
4965 DEPRECATED_FRAME_LOCALS_ADDRESS.
4966 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4967 (vax_frame_num_args): Update.
4968 (vax_gdbarch_init): Update.
4969 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4970 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4971 * mcore-tdep.c (mcore_gdbarch_init): Update.
4972 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4973 * ia64-tdep.c (ia64_gdbarch_init): Update.
4974 * symtab.h (address_class): Update comments.
4975 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4976 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4977 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4978 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4979 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4980 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4981 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4982 * alpha-mdebug-tdep.c: Update.
4983 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4984
4985 2003-06-26 Andreas Jaeger <aj@suse.de>
4986
4987 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4988 of SSE registers so that varargs functions work. Rework handling
4989 of passing arguments on the stack.
4990 (x86_64_store_return_value): Return double and float values in SSE
4991 register.
4992
4993 2003-06-24 Michael Chastain <mec@shout.net>
4994
4995 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4996 the "constructor breakpoints ignored" bug.
4997
4998 2003-06-25 David Carlton <carlton@kealia.com>
4999
5000 * MAINTAINERS: Update e-mail address.
5001
5002 2003-06-24 Jim Blandy <jimb@redhat.com>
5003
5004 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
5005
5006 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
5007 function.
5008 (ppc_linux_init_abi): Register it as the
5009 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
5010
5011 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
5012 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
5013 method.
5014
5015 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
5016 (ppc64_standard_linkage_target): Use it.
5017
5018 2003-06-23 Andrew Cagney <cagney@redhat.com>
5019
5020 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
5021 for 0 "int0" and 4 "int32" sized registers.
5022 * gdbtypes.c (builtin_type_int0): Define.
5023 (build_gdbtypes): Initialize builtin_type_int0.
5024 * gdbtypes.h (builtin_type_int0): Declare.
5025
5026 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
5027
5028 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
5029 as characters are unsigned.
5030
5031 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5032
5033 PR gdb/1179
5034 * dwarfread.c (struct_type): Skip static fields without crashing.
5035
5036 2003-06-22 Andrew Cagney <cagney@redhat.com>
5037
5038 GDB 6.0 branch created.
5039 * README: Update.
5040 * PROBLEMS: Update. Empty.
5041 * NEWS: Update.
5042
5043 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5044
5045 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
5046 Suggested by Nick Hibma <n_hibma@webweaving.org>.
5047
5048 2003-06-22 Andrew Cagney <cagney@redhat.com>
5049
5050 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
5051 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
5052 Velikov.
5053
5054 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5055
5056 * cli/cli-cmds.c (shell_escape): Silence warnings from old
5057 compilers.
5058
5059 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5060
5061 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
5062 argument of val_print.
5063 * cp-valprint.c (cp_print_value): Don't add the offset parameter
5064 to the address argument of baseclass_offset or target_read_memory.
5065 Do add it to the argument of cp_print_value_fields.
5066
5067 2003-06-21 Andrew Cagney <cagney@redhat.com>
5068
5069 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
5070 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
5071 instead of 0..NUM_REGS.
5072 (mips_register_reggroup_p): New function.
5073 (mips_pseudo_register_write): New function.
5074 (mips_pseudo_register_read): New function.
5075 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
5076 based on the register's type.
5077 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
5078 cooked.
5079 (mips_get_saved_register): Simplify. Assert that REGNO is a
5080 pseudo / cooked.
5081 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
5082 (mips_register_type): Replace mips_register_virtual_type. Map
5083 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
5084 when available.
5085 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
5086 that the register is cooked / virtual.
5087 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
5088 Only get the extra info when needed.
5089 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
5090 (mips32_heuristic_proc_desc): Fetch the cooked register.
5091 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
5092 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
5093 (mips_print_register): Use gdbarch_register_type, instead of
5094 REGISTER_VIRTUAL_TYPE.
5095 (print_gp_register_row): Use gdbarch_register_type, instead of
5096 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
5097 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5098 Print the pseudo / cooked registers.
5099 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5100 Print the pseudo / cooked registers.
5101 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
5102 REG_NUM is pseudo / cooked.
5103 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
5104 (mips_n32n64_xfer_return_value): Ditto.
5105 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
5106 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
5107 (mips_register_sim_regno): New function.
5108 (mips_gdbarch_init): Set deprecated_register_byte,
5109 register_group_p, pseudo_register_write, pseudo_register_read,
5110 register_sim_regno, and num_pseudo_regs. Set register_type,
5111 instead of register_virtual_type.
5112 * Makefile.in (mips-tdep.o): Update dependencies.
5113 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
5114 REGISTER_VIRTUAL_TYPE.
5115 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
5116 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
5117 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
5118 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
5119 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
5120
5121 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5122
5123 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
5124 * cli/cli-cmds.c: Include "gdb_vfork.h".
5125 (shell_escape): Use vfork.
5126
5127 2003-06-21 Andrew Cagney <cagney@redhat.com>
5128
5129 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
5130 32 bit floating-point register saves.
5131
5132 * frame.h (deprecated_unwind_get_saved_register): Delete.
5133 * frame.c (deprecated_unwind_get_saved_register): Delete function.
5134 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
5135 and deprecated_get_next_frame_hack instead of
5136 deprecated_unwind_get_saved_register.
5137
5138 * mips-tdep.c (mips_dump_tdep): Do not print
5139 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
5140
5141 * frame.c (get_frame_register): New function.
5142 (frame_unwind_register_signed): New function.
5143 (get_frame_register_signed): New function.
5144 (frame_unwind_register_unsigned): New function.
5145 (get_frame_register_unsigned): New function.
5146 * frame.h: Add comments on naming schema.
5147 (get_frame_register, frame_unwind_register_signed): Declare.
5148 (get_frame_register_signed, get_frame_register_signed): Declare.
5149 (frame_unwind_register_unsigned): Declare.
5150 (get_frame_register_unsigned): Declare.
5151
5152 2003-06-20 Theodore A. Roth <troth@openavr.org>
5153
5154 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
5155
5156 2003-06-20 Theodore A. Roth <troth@openavr.org>
5157
5158 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
5159 (avr_read_sp): Ditto.
5160
5161 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
5162
5163 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5164 * config/arm/nm-linux.h: Likewise.
5165 * config/arm/tm-linux.h: Likewise.
5166 * config/ia64/nm-linux.h: Likewise.
5167 * config/ia64/tm-ia64.h: Likewise.
5168 * config/s390/tm-linux.h: Likewise.
5169 * config/s390/tm-s390.h: Likewise.
5170 * s390-nat.c: Likewise.
5171 * s390-tdep.c: Likewise.
5172
5173 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5174 * config/ia64/linux.mt: Likewise.
5175 * config/m68k/linux.mh: Likewise.
5176 * config/mips/linux.mt: Likewise.
5177 * config/powerpc/linux.mh: Likewise.
5178 * config/sh/linux.mt: Likewise.
5179
5180 2003-06-19 Kris Warkentin <kewarken@qnx.com>
5181
5182 * solib.c (solib_open): Change tests for whether to search
5183 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5184 comments.
5185
5186 2003-06-19 Theodore A. Roth <troth@openavr.org>
5187
5188 * avr-tdep.c (avr_frame_address): Delete function.
5189 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5190 set_gdbarch_frame_args_address.
5191
5192 2003-06-19 Andrew Cagney <cagney@redhat.com>
5193
5194 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5195 (REGISTER_CONVERT_FROM_TYPE): Delete.
5196 (mips_register_convert_to_type): Delete declaration.
5197 (mips_register_convert_from_type): Delete declaration.
5198 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5199 kernel/.
5200
5201 2003-06-19 Michael Snyder <msnyder@redhat.com>
5202
5203 * linux-nat.h: New file.
5204 * linux-nat.c: Include linux-nat.h.
5205 * lin-lwp.c: Include linux-nat.h.
5206 Move struct lwp_info def to linux-nat.h.
5207 * linux-proc.c: Include linux-nat.h.
5208 (linux_make_note_section): Iterate over lwps instead of threads.
5209 (linux_do_thread_registers): Use lwp instead of merged pid.
5210 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
5211 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
5212 Add dependency on linux_nat_h.
5213
5214 2003-06-19 Theodore A. Roth <troth@openavr.org>
5215
5216 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5217
5218 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5219
5220 * varobj.c (get_type, get_target_type): Use check_typedef.
5221
5222 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5223
5224 * breakpoint.c (insert_catchpoint): Call internal_error.
5225
5226 2003-06-19 Theodore A. Roth <troth@openavr.org>
5227
5228 * avr-tdep.c (avr_push_dummy_code): Delete function.
5229 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5230
5231 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5232
5233 * arch-utils.c (default_prepare_to_proceed): Remove.
5234 (generic_prepare_to_proceed): Remove.
5235 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5236 (generic_prepare_to_proceed): Remove prototype.
5237 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5238 * gdbarch.c: Regenerate.
5239 * gdbarch.h: Regenerate.
5240 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5241 * hppah-nat.c (hppa_switched_threads): Remove.
5242 * infrun.c (prepare_to_proceed): New static function, copied from
5243 generic_prepare_to_proceed. Remove select_it argument.
5244 (proceed): Call prepare_to_proceed.
5245 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5246 variables.
5247 (ptrace_wait): Don't set the removed variables.
5248 (hppa_switched_threads): Remove.
5249 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5250 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5251 (lin_lwp_prepare_to_proceed): Remove prototype.
5252 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5253 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5254
5255 2003-06-18 Theodore A. Roth <troth@openavr.org>
5256
5257 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5258 trad-frame.h.
5259 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5260 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5261 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5262 (AVR_PROLOGUE_*): Enumerate prologue types.
5263 (struct frame_extra_info): Remove.
5264 (struct avr_unwind_cache): Define.
5265 (avr_write_sp): Delete function.
5266 (avr_read_fp): Ditto.
5267 (avr_init_extra_frame_info): Ditto.
5268 (avr_pop_frame): Ditto.
5269 (avr_frame_saved_pc): Ditto.
5270 (avr_saved_pc_after_call): Ditto.
5271 (avr_push_return_address): Ditto.
5272 (avr_frame_chain): Ditto.
5273 (avr_store_struct_return): Ditto.
5274 (avr_push_arguments): Ditto.
5275 (avr_scan_prologue): Update comments. Changed to set up the info for
5276 cache unwinding. Now returns end of prologue PC.
5277 (avr_skip_prologue): Better handling of functions lacking a prologue
5278 by using avr_scan_prologue.
5279 (avr_scan_arg_moves): New function.
5280 (avr_saved_regs_unwinder): Ditto.
5281 (avr_frame_unwind_cache): Ditto.
5282 (avr_unwind_pc): Ditto.
5283 (avr_frame_this_id): Ditto.
5284 (avr_frame_prev_register): Ditto.
5285 (avr_frame_p): Ditto.
5286 (avr_frame_base_address ): Ditto.
5287 (avr_unwind_dummy_id): Ditto.
5288 (avr_push_dummy_code): Ditto.
5289 (push_stack_item): Ditto.
5290 (pop_stack_item): Ditto.
5291 (avr_push_dummy_call): Ditto.
5292 (struct stack_item): Define.
5293 (avr_frame_unwind): Declare structure.
5294 (avr_frame_base): Ditto.
5295 (avr_gdbarch_init): Remove calls to
5296 set_gdbarch_deprecated_init_frame_pc,
5297 set_gdbarch_deprecated_target_read_fp,
5298 set_gdbarch_deprecated_dummy_write_sp,
5299 set_gdbarch_deprecated_fp_regnum,
5300 set_gdbarch_deprecated_push_arguments,
5301 set_gdbarch_deprecated_push_return_address,
5302 set_gdbarch_deprecated_pop_frame,
5303 set_gdbarch_deprecated_store_struct_return,
5304 set_gdbarch_deprecated_frame_init_saved_regs,
5305 set_gdbarch_deprecated_init_extra_frame_info,
5306 set_gdbarch_deprecated_frame_chain,
5307 set_gdbarch_deprecated_frame_saved_pc,
5308 set_gdbarch_deprecated_saved_pc_after_call.
5309 Add calls to set_gdbarch_push_dummy_call,
5310 set_gdbarch_push_dummy_code,
5311 frame_unwind_append_predicate,
5312 frame_base_set_default,
5313 set_gdbarch_unwind_dummy_id,
5314 set_gdbarch_unwind_pc.
5315 Wrap a long line.
5316
5317 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
5318
5319 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5320 registers for H8/300S.
5321 (h8300_print_registers_info): Ditto.
5322 (h8300_gdbarch_init): Accommodate register count for H8/300S.
5323
5324 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
5325
5326 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5327 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5328 (lin_lwp_wait): Likewise. Update comments.
5329 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5330 (pull_pid_from_list, linux_record_stopped_pid): New.
5331
5332 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5333
5334 * ada-lang.c (scan_discrim_bound): Name first argument.
5335 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5336 declared by ALL_BLOCK_SYMBOLS.
5337
5338 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5339
5340 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5341 ("regcache.h"): Include it.
5342 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5343
5344 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5345
5346 * NEWS: Mention gdbserver detach change and "disconnect" command.
5347 * infcmd.c (disconnect_command): New function.
5348 (_initialize_infcmd): Add ``disconnect'' command.
5349 * remote.c (remote_async_detach): Delete.
5350 (remote_detach): Merge remote_async_detach.
5351 (remote_disconnect): New.
5352 (init_remote_ops): Set to_disconnect.
5353 (init_remote_cisco_ops): Likewise.
5354 (init_remote_async_ops): Likewise. Use remote_detach.
5355 * target.c (cleanup_target): Default to_disconnect.
5356 (update_current_target): Inherit to_disconnect.
5357 (target_disconnect, debug_to_disconnect): New functions.
5358 (setup_target_debug): Set to_disconnect.
5359 * target.h (struct target_ops): Add to_disconnect.
5360 (target_disconnect): Add prototype.
5361
5362 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5363
5364 * breakpoint.c (insert_catchpoint): New function.
5365 (insert_breakpoints): Use catch_exceptions to call
5366 insert_catchpoint. Disable catchpoints if they fail to insert.
5367
5368 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5369
5370 * symfile.c (reread_symbols): Clear sym_private.
5371
5372 2003-06-17 Andrew Cagney <cagney@redhat.com>
5373
5374 * trad-frame.h (struct frame_info): Add opaque declaration.
5375 * remote-fileio.h (struct cmd_list_element): Add opaque
5376 declaration.
5377 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5378 comments.
5379
5380 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5381
5382 * remote.c (remote_prepare_to_store): Replace call to
5383 deprecated_read_register_bytes with multiple regcache_raw_read
5384 calls.
5385
5386 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5387
5388 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5389 (nto_find_and_open_solib): Likewise.
5390 (nto_init_solib_absolute_prefix): Likewise.
5391 (_initialize_nto_tdep): Fix indentation.
5392
5393 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5394
5395 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5396
5397 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5398
5399 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5400
5401 2003-06-17 Jim Blandy <jimb@redhat.com>
5402
5403 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5404
5405 2003-06-16 Theodore A. Roth <troth@openavr.org>
5406
5407 * avr-tdep.c (avr_extract_return_value): New function.
5408 (avr_gdbarch_init): Set extract_return_value method.
5409
5410 2003-06-16 Andrew Cagney <cagney@redhat.com>
5411
5412 * frame.h (deprecated_get_next_frame_hack): Declare.
5413 * frame.c (legacy_saved_regs_prev_register): Only require
5414 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5415 there are always saved regs.
5416 (deprecated_generic_get_saved_register): Do not require
5417 DEPRECATED_FRAME_INIT_SAVED_REGS.
5418 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5419 use frame ID unwind instead.
5420 (deprecated_get_next_frame_hack): New function.
5421
5422 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5423
5424 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5425 (h8300_push_dummy_call): ...this function. Some minor optimization.
5426 (h8300_push_return_address): Remove.
5427 (h8300_gdbarch_init): Remove calls to
5428 set_gdbarch_deprecated_dummy_write_sp,
5429 set_gdbarch_deprecated_push_arguments and
5430 set_gdbarch_deprecated_push_return_address.
5431 Add call to set_gdbarch_push_dummy_call.
5432
5433 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5434
5435 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5436 (E_PSEUDO_EXR_REGNUM): Ditto.
5437 (h8300_is_argument_spill): Check for instructions moving argument
5438 registers into safe registers.
5439 (h8300_skip_prologue): Check for stm instruction to push registers
5440 used for register variables onto stack.
5441 (gdb_print_insn_h8300): Remove.
5442 (h8300_examine_prologue): Add a comment.
5443 (h8300_register_name): Take pseudo registers into account.
5444 (h8300s_register_name): Ditto.
5445 (h8300sx_register_name): Ditto.
5446 (h8300_print_register): Ditto.
5447 (h8300_print_registers_info): Define "nice" printing order.
5448 (h8300_saved_pc_after_call): Take pseudo registers into account.
5449 (h8300_register_type): Ditto. Return type used for remote connection
5450 when requesting real CCR or EXR register, return actual type when
5451 requesting pseudo CCR or EXR.
5452 (h8300_pseudo_register_read): New function.
5453 (h8300_pseudo_register_write): Ditto.
5454 (h8300_dbg_reg_to_regnum): Ditto.
5455 (h8300s_dbg_reg_to_regnum): Ditto.
5456 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5457 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5458 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5459 set_gdbarch_print_insn architecture dependent.
5460 Call set_gdbarch_pseudo_register_read and
5461 set_gdbarch_pseudo_register_write.
5462 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5463
5464 2003-06-16 Andrew Cagney <cagney@redhat.com>
5465
5466 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5467 * gdbarch.h, gdbarch.c: Re-generate.
5468 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5469 * s390-tdep.c (s390_gdbarch_init): Update.
5470 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5471 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5472 * mips-tdep.c (mips_gdbarch_init): Update.
5473 * mcore-tdep.c (mcore_gdbarch_init): Update.
5474 * cris-tdep.c (cris_gdbarch_init): Update.
5475 * infcall.c (call_function_by_hand): Update.
5476 * ia64-tdep.c (ia64_push_arguments): Update comment.
5477 * frame.c (legacy_get_prev_frame): Do not assume
5478 SAVE_DUMMY_FRAME_TOS_P.
5479 * dummy-frame.c (find_dummy_frame): Update comment.
5480
5481 2003-06-16 Andrew Cagney <cagney@redhat.com>
5482
5483 * regcache.c (do_cooked_read): Do not use register_valid_p.
5484
5485 2003-06-15 Theodore A. Roth <troth@openavr.org>
5486
5487 * avr-tdep.c (avr_register_type): Remove a blank line.
5488 (avr_scan_prologue): Correct some comments.
5489
5490 2003-06-15 Theodore A. Roth <troth@openavr.org>
5491
5492 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5493 prologue types.
5494 Properly scan prologues generated by gcc with the -mcall-prologues
5495 option.
5496 Add code to scan -mcall-prologues for mega devices.
5497
5498 2003-06-15 Theodore A. Roth <troth@openavr.org>
5499
5500 * avr-tdep.c (avr_register_byte): Delete function.
5501 (avr_register_raw_size): Delete function.
5502 (avr_register_virtual_size): Delete function.
5503 (avr_register_virtual_type): Delete function.
5504 (avr_register_type): New function.
5505 (avr_address_to_pointer): Remove unused code.
5506 (avr_read_fp): Need to read FP as two separate bytes due to change to
5507 avr_register_type() usage.
5508 (avr_gdbarch_init): Don't set deprecated_register_size.
5509 Don't set deprecated_register_bytes.
5510 Don't set deprecated_register_byte.
5511 Don't set deprecated_register_raw_size.
5512 Don't set deprecated_max_register_raw_size.
5513 Don't set deprecated_register_virtual_size.
5514 Don't set deprecated_max_register_virtual_size.
5515 Don't set deprecated_register_virtual_type.
5516 Set register_type method.
5517
5518 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
5519
5520 * Makefile.in (linux-nat.o): Add rule.
5521 * linux-nat.c: New file.
5522 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5523 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5524 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5525 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5526 * config/arm/linux.mh (NATDEPFILES): Likewise.
5527 * config/i386/linux.mh (NATDEPFILES): Likewise.
5528 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5529 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5530 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5531 * config/mips/linux.mh (NATDEPFILES): Likewise.
5532 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5533 * config/s390/s390.mh (NATDEPFILES): Likewise.
5534 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5535
5536 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5537
5538 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5539 replace out-of-date comment.
5540
5541 2003-06-15 Andrew Cagney <cagney@redhat.com>
5542
5543 * rdi-share/host.h (Fail): Change to a varargs function.
5544 * remote-rdi.c (Fail): Update.
5545
5546 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5547
5548 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5549 (i386_convert_register_p, i386_register_to_value,
5550 i386_register_from_value): Handle types longer than 8 bytes.
5551
5552 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5553
5554 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5555 Move floating-point code to new function in i387-tdep.c.
5556 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5557 New functions containing code moved here from i386-tdep.c.
5558 * i387-tdep.h: Add opaque declaration for `struct type'.
5559 (i387_register_to_value, i387_value_to_register): New prototypes.
5560 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5561 (x86_64_init_abi): Set convert_register_p, register_to_value and
5562 value_to_register here.
5563
5564 2003-06-14 Andrew Cagney <cagney@redhat.com>
5565
5566 * mips-tdep.c (mips_register_to_value): Make static.
5567 (mips_value_to_register): Make static.
5568 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5569 * ia64-tdep.c (ia64_register_raw_size): Make static.
5570 (ia64_register_virtual_size): Make static.
5571 (ia64_register_byte): Make static.
5572 * i387-tdep.c: Include "i387-tdep.h".
5573 (print_387_control_word): Delete function.
5574 (print_387_status_word): Delete function.
5575 (print_387_status_bits): Delete function.
5576 (print_387_control_bits): Delete function.
5577 * Makefile.in (i387-tdep.o): Update dependencies.
5578 * rdi-share/host.h (Fail): Declare.
5579 * remote-rdi.c (Fail): Update to match declaration.
5580
5581 2003-06-14 Andrew Cagney <cagney@redhat.com>
5582
5583 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5584 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5585 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5586 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5587 * README: Delete reference to remote-array.
5588 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5589 (remote-array.o): Delete target.
5590 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5591 * remote-array.c: Delete file.
5592
5593 2003-06-14 Andrew Cagney <cagney@redhat.com>
5594 Mark Kettenis <kettenis@gnu.org>
5595
5596 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5597 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5598 parameter with "frame".
5599 * gdbarch.h, gdbarch.c: Re-generate.
5600 * frame.h (put_frame_register): Declare.
5601 * frame.c (put_frame_register): New function.
5602 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5603 (legacy_register_to_value): Rewrite, use "frame" to get the
5604 register value.
5605 (legacy_value_to_register): Rewrite, use "frame" to find the
5606 register's location before storing.
5607 * arch-utils.h (legacy_convert_register_p): Update.
5608 (legacy_register_to_value, legacy_value_to_register): Update.
5609 * findvar.c (value_from_register): Rewrite, eliminate use of
5610 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5611 "frame" to REGISTER_TO_VALUE.
5612 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5613 lval_reg_frame_relative + lval_register branch of the switch. Do
5614 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5615 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5616 I386_EDI_REGNUM): New defines.
5617 (i386_next_regnum, i386_convert_register_p,
5618 i386_register_to_value, i386_value_to_register): New functions.
5619 (i386_register_convertible, i386_register_convert_to_virtual,
5620 i386_convert_to_raw): Remove functions.
5621 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5622 value_to_register instead of register_convertible,
5623 register_convert_to_virtual and register_convert_to_raw.
5624 * mips-tdep.c (mips_convert_register_p): New function.
5625 (mips_value_to_register): Replace mips_register_convert_from_type.
5626 (mips_register_to_value): Replace mips_register_convert_to_type.
5627 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5628 register_to_value.
5629 * alpha-tdep.c (alpha_convert_register_p): Update.
5630 (alpha_value_to_register): Update, store the register.
5631 (alpha_register_to_value): Update, fetch the register.
5632
5633 2003-06-14 Theodore A. Roth <troth@openavr.org>
5634
5635 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5636 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5637 Don't set deprecated_call_dummy_words.
5638 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5639 Don't set remote_translate_xfer_address.
5640 (avr_io_reg_read_command): Remove commented out debug printf.
5641 Wrap a long line.
5642
5643 2003-06-14 Theodore A. Roth <troth@openavr.org>
5644
5645 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5646 causes gdb to seg fault.
5647
5648 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
5649
5650 * sparc-nat.c (fetch_inferior_registers): Correct
5651 a reference to "registers".
5652
5653 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
5654
5655 * Makefile.in (exc_request_U_h): Define
5656 (exc_request_S_h): Likewise.
5657 (msg_reply_S_h): Likewise.
5658 (msg_U_h): Likewise.
5659 (notify_S_h): Likewise.
5660 (process_reply_S_h): Likewise.
5661 (gnu-nat.o): Depend on gdb_obstack_h
5662 * gnu-nat.c: Include "gdb_obstack.h".
5663
5664 2003-06-13 Andrew Cagney <cagney@redhat.com>
5665
5666 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5667 * gdbarch.h, gdbarch.c: Re-generate.
5668
5669 2003-06-13 Andrew Cagney <cagney@redhat.com>
5670
5671 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5672 when deprecated REGISTER macros can be deleted.
5673 * gdbarch.h, gdbarch.c: Re-generate.
5674
5675 2003-06-13 Jim Blandy <jimb@redhat.com>
5676
5677 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5678 Linux entry point symbols for _dl_debug_state, too.
5679
5680 2003-06-13 Andrew Cagney <cagney@redhat.com>
5681
5682 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5683 available, do not use the FP register, and always save the TOS.
5684 * dummy-frame.c (dummy_frame_this_id): Do not assert
5685 SAVE_DUMMY_FRAME_TOS.
5686 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5687 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5688 (i386_push_dummy_call): Add 8 to the returned SP.
5689 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5690 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5691 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5692 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5693 (x86_64_push_dummy_call): Return "sp + 16".
5694 (x86_64_init_abi): Do not set save_dummy_frame_tos.
5695 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5696 save_dummy_frame_tos.
5697
5698 2003-06-13 Jim Blandy <jimb@redhat.com>
5699
5700 * frv-tdep.c (frv_use_struct_convention): Delete static
5701 declaration for function deleted in my change of 2003-06-12.
5702
5703 2003-06-13 Theodore A. Roth <troth@openavr.org>
5704
5705 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5706 (avr_pointer_to_address): Shift code addrs left 1 bit.
5707 (avr_convert_from_func_ptr_addr): Delete function since operation is
5708 better handled by avr_address_to_pointer and avr_pointer_to_address.
5709 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5710
5711 2003-06-13 Mark Kettenis <kettenis@gnu.org>
5712
5713 From Kelley Cook <kelleycook@wideopenwest.com>:
5714 * configure.host: Accept i[34567]86 variants.
5715 * configure.tgt: Likewise.
5716 * nlm/configure.in: Likewise.
5717 * nlm/configure: Regenerated.
5718
5719 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
5720
5721 * arm-tdep.c (solib-svr4.h): Dont' include it.
5722 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5723 * arm-linux-tdep.c: ... here. Make static.
5724 (arm_linux_init_abi): Register it.
5725 (solib-svr4.h): Include it.
5726 * Makefile.in: Update dependencies.
5727 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5728 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5729
5730 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5731
5732 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5733 indicate registers used for return values.
5734 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5735 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5736 members.
5737 (h8300_init_extra_frame_info): Ditto.
5738 (h8300_frame_locals_address): Removed.
5739 (h8300_frame_args_address): Removed.
5740 (h8300_extract_return_value): Use new regcache structure. Only care
5741 for 16 bit CPUs.
5742 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5743 (h8300_store_return_value): Use new regcache structure. Only care
5744 for 16 bit CPUs.
5745 (h8300h_store_return_value): Same function for 32 bit CPUs.
5746 (h8300_store_struct_return): Removed.
5747 (h8300_extract_struct_value_address): Use new regcache structure.
5748 (h8300h_extract_struct_value_address): Removed.
5749 (h8300_push_dummy_code): New function.
5750 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5751 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5752 set_gdbarch_store_return_value architecture dependent.
5753 Call set_gdbarch_push_dummy_code and
5754 set_gdbarch_extract_struct_value_address.
5755 Remove calls to set_gdbarch_frame_args_address,
5756 set_gdbarch_frame_locals_address,
5757 set_gdbarch_deprecated_store_struct_return,
5758 set_gdbarch_deprecated_extract_return_value,
5759 set_gdbarch_deprecated_extract_struct_value_address,
5760 set_gdbarch_deprecated_call_dummy_words and
5761 set_gdbarch_deprecated_sizeof_call_dummy_words.
5762
5763 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5764
5765 * h8300-tdep.c (h8300_register_byte): Remove.
5766 (h8300h_register_byte): Remove.
5767 (h8300_register_virtual_type): Remove. Substitute by...
5768 (h8300_register_type): New function.
5769 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5770 (h8300h_extract_struct_value_address): Ditto.
5771 (h8300_gdbarch_init): Drop calls to
5772 set_gdbarch_deprecated_register_byte and
5773 set_gdbarch_deprecated_register_virtual_type.
5774 Add call to set_gdbarch_register_type.
5775
5776 2003-06-13 Andrew Cagney <cagney@redhat.com>
5777
5778 * gdbarch.sh: Update comments on registers.
5779 (deprecated_register_byte): Rename register_byte.
5780 (deprecated_register_raw_size): Rename register_raw_size.
5781 (deprecated_register_virtual_size): Rename register_virtual_size.
5782 (deprecated_register_virtual_type): Rename register_virtual_type.
5783 * gdbarch.h, gdbarch.c: Re-generate.
5784 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5785 * vax-tdep.c (vax_gdbarch_init): Update.
5786 * v850-tdep.c (v850_gdbarch_init): Update.
5787 * sparc-tdep.c (sparc_gdbarch_init): Update.
5788 * sh-tdep.c (sh_gdbarch_init): Update.
5789 * s390-tdep.c (s390_gdbarch_init): Update.
5790 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5791 * ns32k-tdep.c: Update.
5792 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5793 * mips-tdep.c (mips_gdbarch_init): Update.
5794 * mcore-tdep.c (mcore_gdbarch_init): Update.
5795 * m68k-tdep.c (m68k_gdbarch_init): Update.
5796 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5797 * ia64-tdep.c (ia64_gdbarch_init): Update.
5798 * hppa-tdep.c (hppa_gdbarch_init): Update.
5799 * h8300-tdep.c (h8300_gdbarch_init): Update.
5800 * frv-tdep.c (frv_gdbarch_init): Update.
5801 * cris-tdep.c (cris_gdbarch_init): Update.
5802 * avr-tdep.c (avr_gdbarch_init): Update.
5803 * alpha-tdep.c (alpha_gdbarch_init): Update.
5804 * arm-tdep.c (arm_gdbarch_init): Update.
5805
5806 2003-06-13 Andrew Cagney <cagney@redhat.com>
5807
5808 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5809 mips_o32_use_struct_convention with always_use_struct_convention.
5810
5811 2003-06-12 David Carlton <carlton@kealia.com>
5812
5813 * cp-namespace.c (cp_set_block_scope): Comment out
5814 processing_has_namespace_info branch.
5815
5816 2003-06-12 Jim Blandy <jimb@redhat.com>
5817
5818 Recognize and skip 64-bit PowerPC Linux linkage functions.
5819 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5820 insn_pattern, insns_match_pattern, d_field, ds_field): New
5821 functions, macros, and types for working with PPC instructions.
5822 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5823 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5824 ppc64_skip_trampoline_code): New functions, variables, and macros
5825 for recognizing and skipping linkage functions.
5826 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5827 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5828
5829 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5830 register offsets for both the 32- and 64-bit interfaces.
5831
5832 Actually finish the job started by my change of 2003-05-29.
5833 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5834 other #definition of this.
5835 (ppc_linux_skip_trampoline_code): Remove declaration.
5836 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5837 static.
5838 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5839 method for GDBARCH.
5840
5841 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5842 'long' on ppc64-*-linux*.
5843
5844 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5845 isn't #defined, assume the register doesn't exist: act as if
5846 tdep->ppc_mq_regnum were -1.
5847
5848 * configure.host, configure.tgt: Add entries for
5849 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5850 powerpc/linux.mt.
5851 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5852 New files.
5853
5854 * arch-utils.c (always_use_struct_convention): New function.
5855 * arch-utils.h (always_use_struct_convention): New prototype.
5856 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5857 (alpha_gdbarch_init): Register always_use_struct_convention,
5858 instead of alpha_use_struct_convention.
5859 * cris-tdep.c (cris_use_struct_convention): Delete.
5860 (cris_gdbarch_init): Register always_use_struct_convention,
5861 instead of cris_use_struct_convention.
5862 * frv-tdep.c (frv_use_struct_convention): Delete.
5863 (frv_gdbarch_init): Register always_use_struct_convention,
5864 instead of frv_use_struct_convention.
5865 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5866 (h8300_gdbarch_init): Register always_use_struct_convention,
5867 instead of h8300_use_struct_convention.
5868 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
5869 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5870 instead of mips_o32_use_struct_convention.
5871
5872 2003-06-12 Andrew Cagney <cagney@redhat.com>
5873
5874 * wince.c: Include "mips-tdep.h".
5875 * mips-tdep.h (mips_next_pc): Declare.
5876 * mcore-tdep.c: Make more local functions static.
5877 * Makefile.in (wince.o): Update dependencies.
5878
5879 2003-06-12 David Carlton <carlton@kealia.com>
5880
5881 * symtab.c (lookup_symbol_aux_minsyms): Replace
5882 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5883 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5884 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5885 SYMBOL_NATURAL_NAME.
5886
5887 2003-06-12 Andreas Schwab <schwab@suse.de>
5888
5889 * Makefile.in (tuiDisassem.o): Update dependencies.
5890
5891 2003-06-12 David Carlton <carlton@bactrian.org>
5892
5893 * symtab.h: Delete declaration of make_symbol_overload_list.
5894 Add declaration of lookup_partial_symbol.
5895 * symtab.c (remove_params): Move to cp-support.c.
5896 (overload_list_add_symbol, make_symbol_overload_list)
5897 (sym_return_val_size, sym_return_val_index): Ditto.
5898 (lookup_partial_symbol): Make extern.
5899 * cp-support.h: Add declaration of make_symbol_overload_list.
5900 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5901 symtab.h, and block.h.
5902 (remove_params): Move here from symtab.c.
5903 (overload_list_add_symbol, make_symbol_overload_list)
5904 (sym_return_val_size, sym_return_val_index): Ditto.
5905 * valops.c: Include cp-support.h.
5906 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5907 frame_h, and block_h.
5908 (valops.o): Depend on cp_support_h.
5909
5910 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
5911
5912 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5913 substitute by NUM_REGS throughout.
5914 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5915 (h8300s_register_name): New function for H8S registers.
5916 (h8300sx_register_name): Ditto for H8SX registers.
5917 (h8300_print_register): Revise register printing, avoid depending
5918 on 32 bit long.
5919 (h8300_register_byte): Only care for H8/300 registers.
5920 (h8300h_register_byte): New function for any other architecture.
5921 (h8300_register_raw_size): Remove.
5922 (h8300_register_virtual_type): Revise to return actually useful
5923 type.
5924 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5925 (h8300h_extract_struct_value_address): New function for any other
5926 architecture.
5927 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5928 set_gdbarch_register_name, set_gdbarch_register_byte,
5929 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5930 Remove calls to set_gdbarch_deprecated_register_size,
5931 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5932 set_gdbarch_deprecated_max_register_raw_size,
5933 set_gdbarch_register_virtual_size and
5934 set_gdbarch_deprecated_max_register_virtual_size entirely.
5935 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5936 set_gdbarch_long_double_bit.
5937
5938 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5939
5940 * doublest.c (convert_doublest_to_floatformat): When dealing
5941 with the implied integer bit, only alter mant_bits if we are
5942 processing a full 32 bits of mantissa.
5943
5944 2003-06-11 David Carlton <carlton@bactrian.org>
5945
5946 * dictionary.h: New.
5947 * dictionary.c: New.
5948 * block.h: Add opaque declaration for struct dictionary.
5949 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5950 'sym' members.
5951 (BLOCK_DICT): New macro.
5952 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5953 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5954 BLOCK_SHOULD_SORT.
5955 (ALL_BLOCK_SYMBOLS): Update definition.
5956 * Makefile.in (SFILES): Add dictionary.c.
5957 (dictionary_h): New.
5958 (COMMON_OBS): Add dictionary.o.
5959 (dictionary.o): New.
5960 (ada-lang.o): Depend on dictionary_h.
5961 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5962 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5963 (mi-cmd-stack.o): Ditto.
5964 (gdbtk-cmds.o): Update dependencies.
5965 (gdbtk-stack.o): Ditto.
5966 * ada-lang.c: Include dictionary.h.
5967 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5968 (fill_in_ada_prototype, debug_print_block): Ditto.
5969 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5970 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5971 'is_sorted'.
5972 * mdebugread.c: Include dictionary.h.
5973 (struct parse_stack): Delete 'maxsyms' member.
5974 (parse_symbol): Update calls to new_block. Delete calls to
5975 shrink_block. Use dictionary methods.
5976 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5977 Update calls to new_symtab. Don't maintain maxsyms data.
5978 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5979 (add_symbol): Just call dict_add_symbol.
5980 (new_symtab): Delete 'maxsyms' argument.
5981 (new_symtab): Update calls to new_block.
5982 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5983 (shrink_block): Delete function.
5984 (fixup_sigtramp): Update call to new_block. Add symbol via
5985 dict_add_symbol.
5986 * jv-lang.c: Include dictionary.h.
5987 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5988 appropriately. Set class_symtab->free_func. Make sure the
5989 blockvector is big enough to hold two blocks.
5990 (add_class_symtab_symbol): Use dictionary methods.
5991 (free_class_block): New function.
5992 (type_from_class): Replace explicit iteration by
5993 ALL_BLOCK_SYMBOLS.
5994 * symtab.h (struct symtab): Replace 'free_ptr' method by
5995 'free_func'.
5996 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5997 sort_symtab_syms.
5998 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5999 sort_symtab_syms.
6000 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
6001 Include dictionary.h.
6002 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
6003 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
6004 sort_symtab_syms.
6005 * objfiles.c: Include dictionary.h.
6006 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
6007 * buildsym.c: Include dictionary.h.
6008 (finish_block): Use dictionary methods.
6009 (end_symtab): Set free_func to NULL, not free_ptr.
6010 * tracepoint.c: Include dictionary.h.
6011 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
6012 (scope_info): Ditto.
6013 * stack.c: Include dictionary.h.
6014 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
6015 (print_block_frame_labels, print_frame_arg_vars)
6016 (print_frame_args): Ditto.
6017 * symmisc.c (free_symtab_block): Use dictionary methods.
6018 (dump_symtab): Ditto.
6019 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
6020 Include dictionary.h.
6021 * symfile.h: Delete declarations of sort_block_syms,
6022 sort_symtab_syms.
6023 * symfile.c (sort_block_syms): Delete.
6024 (sort_symtab_syms): Delete.
6025 * symtab.c: Include dictionary.h.
6026 (lookup_block_symbol): Use dictionary iterators.
6027 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
6028 (search_symbols, make_symbol_completion_list): Ditto.
6029 (make_symbol_overload_list): Ditto.
6030 * valops.c (value_of_local): Use dict_empty.
6031 Include dictionary.h.
6032
6033 2003-06-11 J. Brobecker <brobecker@gnat.com>
6034
6035 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
6036
6037 2003-06-11 David Carlton <carlton@bactrian.org>
6038
6039 * block.h (BLOCK_SHOULD_SORT): Delete.
6040 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
6041 blocks.
6042 * ada-lang.c (ada_add_block_symbols): Ditto.
6043 * symfile.c (sort_block_syms): Delete.
6044 (sort_symtab_syms): Ditto.
6045 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
6046 declarations.
6047 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
6048 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
6049 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
6050 * dwarfread.c (psymtab_to_symtab_1): Ditto.
6051 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
6052 * mdebugread.c (psymtab_to_symtab_1): Ditto.
6053 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
6054
6055 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6056
6057 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
6058 bits to 128.
6059
6060 2003-06-11 Andrew Cagney <cagney@redhat.com>
6061
6062 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
6063 REGISTER_CONVERTIBLE.
6064 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
6065 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
6066 * gdbarch.h, gdbarch.c: Re-generate.
6067 * arch-utils.h (deprecated_register_convertible_not): Rename
6068 generic_register_convertible_not.
6069 * arch-utils.c (deprecated_register_convertible_not): Rename
6070 generic_register_convertible.
6071 (legacy_convert_register_p, legacy_register_to_value): Update.
6072 * sh-tdep.c (sh64_push_arguments): Update.
6073 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
6074 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
6075 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
6076 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
6077 * arch-utils.c (legacy_value_to_register): Update.
6078 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6079 (rs6000_register_convert_to_raw): Make parameter "from" const.
6080 * mips-tdep.c (mips_gdbarch_init): Update.
6081 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
6082 * infcmd.c (default_print_registers_info): Update.
6083 * ia64-tdep.c (ia64_gdbarch_init): Update.
6084 (ia64_register_convert_to_raw): Make parameter "from" const.
6085 * i386-tdep.c (i386_gdbarch_init): Update.
6086 (i386_register_convert_to_raw): Update.
6087
6088 2003-06-11 Andrew Cagney <cagney@redhat.com>
6089
6090 * remote-fileio.c: Include "remote-fileio.h".
6091 * Makefile.in (remote-fileio.o): Update dependencies.
6092 (remote_fileio_h): Fix typo.
6093
6094 2003-06-11 Andrew Cagney <cagney@redhat.com>
6095
6096 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
6097 (xstormy16_save_dummy_frame_tos): Make static.
6098 (_initialize_xstormy16_tdep): Add declaration.
6099 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6100 * v850-tdep.c: Make local functions static.
6101 (_initialize_v850_tdep): Add declaration.
6102 * sparc-tdep.c: Make local functions static.
6103 (_initialize_sparc_tdep): Add declaration.
6104 * sh-tdep.c: Make local functions static.
6105 (_initialize_sh_tdep): Add declaration.
6106 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
6107 * s390-tdep.c: Make local functions static.
6108 (_initialize_s390_tdep): Add declaration.
6109 * dbxread.c (find_stab_function_addr): Make static.
6110 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
6111 * ocd.c (_initialize_remote_ocd): Add declaration.
6112 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
6113 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
6114 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
6115 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
6116 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6117 * remote-array.c (_initialize_array): Add declaration.
6118 (_initialize_remote_monitors): Add declaration.
6119 * remote-mips.c: Make local functions static.
6120 (_initialize_remote_mips): Add declaration.
6121 * mcore-tdep.c: Make all local functions static.
6122 (_initialize_mcore_tdep): Add declaration.
6123 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
6124 * abug-rom.c (_initialize_abug_rom): Add declaration.
6125 * rom68k-rom.c (_initialize_rom68k): Add declaration.
6126 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
6127 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6128 * remote-est.c (_initialize_est): Add declaration.
6129 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6130 (m68hc11_call_dummy_address): Make static.
6131 * ia64-tdep.c: Make local functions static.
6132 (_initialize_ia64_tdep): Add declaration.
6133 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
6134 * monitor.c (monitor_wait_filter): Make static.
6135 (_initialize_remote_monitors): Add declaration.
6136 * remote-hms.c (_initialize_remote_hms): Add declaration.
6137 * remote-e7000.c (fetch_regs_from_dump): Make static.
6138 (expect_n): Make static.
6139 (_initialize_remote_e7000): Add declaration.
6140 * ser-e7kpc.c: Always include "defs.h".
6141 (_initialize_ser_e7000pc): Add declaration.
6142 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6143 * cris-tdep.c: Make all but one function static.
6144 (_initialize_cris_tdep): Add declaration.
6145 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6146 * solib.c (update_solib_list): Make static.
6147 (_initialize_solib): Add declaration.
6148 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
6149 (_initialize_avr_tdep): Add declaration.
6150 * remote-rdi.c (voiddummy): Make static.
6151 (_initialize_remote_rdi): Add declaration.
6152 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6153 * remote-rdp.c (send_rdp): Make static.
6154 (_initialize_remote_rdp): Add declaration.
6155 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6156
6157 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
6158
6159 * remote-fileio.c: Make ari happy.
6160
6161 2003-06-10 J. Brobecker <brobecker@gnat.com>
6162
6163 * rs6000-nat.c (child_xfer_memory): Compute the right address when
6164 fetching the trailing bytes of the buffer we are about to write.
6165
6166 2003-06-10 Andrew Cagney <cagney@redhat.com>
6167
6168 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6169 * Makefile.in (remote-fileio.o): Update dependencies.
6170 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
6171 include <setjmp.h>, or <sys/types.h> conditional on USG.
6172 (remote_fio_jmp_buf): Delete global variable.
6173
6174 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
6175 Martin M. Hunt <hunt@redhat.com>
6176
6177 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6178 (SFILES): Add remote-fileio.c.
6179 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
6180 dependencies for building remote.o.
6181 * remote-fileio.c: New file implementing the remote File-I/O protocol.
6182 * remote-fileio.h: New header file defining remote File-I/O interface.
6183 * remote.c (remote_write_bytes, remote_read_bytes): Remove
6184 static storage class.
6185 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6186 'F' packet.
6187 (_initialize_remote): Call initialize_remote_fileio().
6188 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
6189 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6190 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6191 (captured_main): Initialize new ui_files.
6192 * ui-file.c: Add read and fgets input functions.
6193 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6194 (null_file_read): New function.
6195 (ui_file_read): New function.
6196 (set_ui_file_read): New function.
6197 (stdio_file_read): New function.
6198 * ui-file.h: New type ui_file_read_ftype.
6199 (set_ui_file_read): Declare.
6200 (ui_file_read): Declare.
6201
6202 2003-06-09 Andrew Cagney <cagney@redhat.com>
6203
6204 * frame.h (deprecated_unwind_get_saved_register): Rename
6205 generic_unwind_get_saved_register, update comments.
6206 * mips-tdep.c (mips_get_saved_register): Update.
6207 * frame.c (deprecated_unwind_get_saved_register): Update.
6208
6209 2003-06-09 Andrew Cagney <cagney@redhat.com>
6210
6211 * vax-tdep.c (vax_frame_locals_address): Delete function.
6212 (vax_gdbarch_init): Do not set frame_locals_address.
6213 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6214 (m68hc11_gdbarch_init): Do not set frame_locals_address.
6215 * s390-tdep.c (s390_frame_args_address): Delete function.
6216 (s390_gdbarch_init): Do not set frame_args_address or
6217 frame_locals_address.
6218 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6219 (ns32k_gdbarch_init): Do not set frame_locals_address.
6220 * hppa-tdep.c (hppa_frame_args_address): Delete function.
6221 (hppa_frame_locals_address): Delete function.
6222 (hppa_gdbarch_init): Do not set frame_args_address, or
6223 frame_locals_address.
6224 * arm-tdep.c (arm_frame_args_address): Delete.
6225 (arm_frame_locals_address): Delete.
6226 (arm_gdbarch_init): Do not set frame_args_address, or
6227 frame_locals_address.
6228
6229 2003-06-09 Andrew Cagney <cagney@redhat.com>
6230
6231 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6232 * gdbarch.h, gdbarch.c: Re-generate.
6233 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6234 * arch-utils.c (frame_num_args_unknown): Delete function.
6235 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6236 (frame_info): Use FRAME_NUM_ARGS_P.
6237 * arm-tdep.c (arm_frame_num_args): Delete function.
6238 (arm_gdbarch_init): Do not set frame_num_args.
6239 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6240 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6241 (hppa_gdbarch_init): Do not set frame_num_args.
6242 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6243 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6244 frame_num_args to default frame_num_args_unknown.
6245 * v850-tdep.c (v850_gdbarch_init): Ditto.
6246 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6247 * sh-tdep.c (sh_gdbarch_init): Ditto.
6248 * s390-tdep.c (s390_gdbarch_init): Ditto.
6249 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6250 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6251 * mips-tdep.c (mips_gdbarch_init): Ditto.
6252 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6253 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6254 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6255 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6256 * i386-tdep.c (i386_gdbarch_init): Ditto.
6257 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6258 * frv-tdep.c (frv_gdbarch_init): Ditto.
6259 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6260 * cris-tdep.c (cris_gdbarch_init): Ditto.
6261 * avr-tdep.c (avr_gdbarch_init): Ditto.
6262 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6263
6264 2003-06-09 Andrew Cagney <cagney@redhat.com>
6265
6266 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6267 (print_frame_args): Moved to "stack.c".
6268 * stack.c: Include "gdb_assert.h".
6269 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6270 (print_frame_args): Moved from "printcmd.c".
6271 * frame.h (print_frame_args): Delete declaration.
6272 * Makefile.in (stack.o): Update dependencies.
6273
6274 2003-06-08 Andrew Cagney <cagney@redhat.com>
6275
6276 * frame.c (get_prev_frame): Remove reference to
6277 frame_args_address_correct in comments.
6278 * frame-base.c (default_frame_args_address): Delete code
6279 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6280 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6281 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6282 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6283 (vax_frame_args_address_correct): Delete declaration.
6284
6285 2003-06-08 Andrew Cagney <cagney@redhat.com>
6286
6287 * gdbarch.sh (UNWIND_SP): Add.
6288 * gdbarch.h, gdbarch.c: Re-generate.
6289 * frame.c (frame_sp_unwind): New function.
6290 (get_frame_sp): New function.
6291 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6292 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6293 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6294 value.
6295 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6296 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6297
6298 2003-06-08 Andrew Cagney <cagney@redhat.com>
6299
6300 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6301 REMOTE_BREAKPOINT.
6302 * remote.c: Update.
6303 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6304 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6305 * config/m68k/tm-sun3.h: Update.
6306 * config/m68k/tm-m68klynx.h: Update.
6307 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6308
6309 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6310 trad_frame". Update comments.
6311 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6312 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6313 (trad_frame_register_value, trad_frame_prev_register): Update.
6314
6315 2003-06-08 Andrew Cagney <cagney@redhat.com>
6316
6317 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6318 from GCC's acinclude.m4.
6319 * configure.in: Check for getopt's delcaration.
6320 * aclocal.m4, config.in, configure: Re-generate.
6321 * main.c (error_init): Delete declaration.
6322 * defs.h (error_init): Declare.
6323 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6324 (rs6000_convert_from_func_ptr_addr): Make static.
6325 (_initialize_rs6000_tdep): Add declaration.
6326 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6327 (show_commands, set_verbose, show_history): Delete declaration.
6328 * top.h (set_verbose): Add declaration.
6329 (show_history, set_history, show_commands): Add declaration.
6330 (do_restore_instream_cleanup): Add declaration.
6331 * objc-lang.c (specialcmp): Make static.
6332 (print_object_command): Make static.
6333 (find_objc_msgsend): Make static.
6334 (find_objc_msgcall_submethod_helper): Make static.
6335 (find_objc_msgcall_submethod): Make static.
6336 (_initialize_objc_language): Add declaration.
6337 (find_implementation_from_class): Make static.
6338 (find_implementation): Make static.
6339 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6340 * objc-lang.h (lookup_struct_typedef): Add declaration.
6341 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6342 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6343 (do_restore_user_call_depth): Make static.
6344 (do_restore_instream_cleanup): Delete declaration.
6345 (dont_repeat): Delete declaration.
6346 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6347 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6348 * reggroups.c (_initialize_reggroup): Add declaration.
6349 * cp-support.c (_initialize_cp_support): Add declaration.
6350 * cp-abi.c (_initialize_cp_abi): Add declaration.
6351 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6352 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6353 (_initialize_gnu_v3_abi): Add declaration.
6354 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6355 (_initialize_gnu_v2_abi): Add declaration.
6356 * frame-base.c (_initialize_frame_base): Add declaration.
6357 * doublest.c (floatformat_from_length): Make static.
6358 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6359 * frame.c (create_sentinel_frame): Make static.
6360 (_initialize_frame): Add declaration.
6361 * top.c (do_catch_errors): Make static.
6362 (gdb_rl_operate_and_get_next_completion): Make static.
6363 * typeprint.c: Include "typeprint.h".
6364 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6365 (sentinel_frame_this_id): Make static.
6366 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6367 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6368 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6369 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6370 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6371 * maint.c (maintenance_print_architecture): Make static.
6372 * signals/signals.c (_initialize_signals): Add declaration.
6373 * std-regs.c (_initialize_frame_reg): Add declaration.
6374 * jv-exp.y (push_variable): ISO C definition.
6375 (push_qualified_expression_name): Ditto.
6376 * memattr.c (_initialize_mem): Add declaration.
6377 * remote.c (remote_check_watch_resources): Make static.
6378 (remote_stopped_by_watchpoint): Make static.
6379 (remote_stopped_data_address): Make static.
6380 * d10v-tdep.c (nr_dmap_regs): Make static.
6381 (a0_regnum): Make static.
6382 (d10v_frame_unwind_cache): Make static.
6383 (d10v_frame_p): Make static.
6384 * osabi.c (show_osabi): Make static.
6385 (_initialize_gdb_osabi): Add extern declaration.
6386 * gdbtypes.c (make_qualified_type): Make static.
6387 (safe_parse_type): Make static.
6388 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6389 * macrotab.c (macro_bcache_free): Make static.
6390 * interps.c (interp_set_quiet): Make static.
6391 (interpreter_exec_cmd): Make static.
6392 * stack.h (select_frame_command): New file.
6393 * stack.c: Include "stack.h".
6394 (select_frame_command_wrapper): Delete function.
6395 (select_frame_command): Make global.
6396 * infcall.c: Include "infcall.h".
6397 * linespec.c: Include "linespec.h".
6398 * symfile.c (sections_overlap): Make static.
6399 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6400 * charset.c (_initialize_charset): Add missing prototype.
6401 * regcache.c (init_legacy_regcache_descr): Make static.
6402 (do_regcache_xfree): Make static.
6403 (regcache_xfer_part): Make static.
6404 (_initialize_regcache): Add missing prototype.
6405 * breakpoint.c (parse_breakpoint_sals): Make static.
6406 (breakpoint_sals_to_pc): Make static.
6407 * interps.h (clear_interpreter_hooks): ISO C declaration.
6408 * Makefile.in (stack_h): Define.
6409 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6410 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6411
6412 2003-06-08 Andrew Cagney <cagney@redhat.com>
6413
6414 * Makefile.in (d10v-tdep.o): Update dependencies.
6415 (SFILES): Add trad-frame.c.
6416 (trad_frame_h): Define.
6417 (COMMON_OBS): Add trad-frame.o.
6418 (trad-frame.o): Specify dependencies.
6419 * d10v-tdep.c: Include "trad-frame.h".
6420 (saved_regs_unwinder): Delete function.
6421 (d10v_frame_prev_register): Use trad_frame_prev_register.
6422 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6423 trad_frame", delete "regs" and "prev_sp".
6424 (prologue_find_regs): Use trad-frame.
6425 * trad-frame.h, trad-frame.c: New files.
6426
6427 2003-06-08 Mark Kettenis <kettenis@gnu.org>
6428
6429 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6430
6431 2003-06-07 Adam Fedor <fedor@gnu.org>
6432
6433 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6434 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6435 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6436 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
6437 resolve_msgsend_super, resolve_msgsend_super_stret):
6438 Use it.
6439
6440 2003-06-07 Andrew Cagney <cagney@redhat.com>
6441
6442 * symfile.h: Re-indent, clean up comments.
6443
6444 2003-06-07 Andrew Cagney <cagney@redhat.com>
6445
6446 * inferior.h (deprecated_write_sp): Replace
6447 generic_target_write_sp.
6448 * regcache.c (deprecated_write_sp): Replace
6449 generic_target_write_sp.
6450 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6451 * vax-tdep.c (vax_gdbarch_init): Update.
6452 * v850-tdep.c (v850_gdbarch_init): Update.
6453 * sparc-tdep.c (sparc_gdbarch_init): Update.
6454 * sh-tdep.c (sh_gdbarch_init): Update.
6455 * s390-tdep.c (s390_gdbarch_init): Update.
6456 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6457 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6458 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6459 * mcore-tdep.c (mcore_gdbarch_init): Update.
6460 * m68k-tdep.c (m68k_gdbarch_init): Update.
6461 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6462 * ia64-tdep.c (ia64_gdbarch_init): Update.
6463 * h8300-tdep.c (h8300_gdbarch_init): Update.
6464 * frv-tdep.c (frv_gdbarch_init): Update.
6465 * cris-tdep.c (cris_gdbarch_init): Update.
6466 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6467
6468 2003-06-07 Andrew Cagney <cagney@redhat.com>
6469
6470 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6471 Assert that PC_REGNUM is valid.
6472 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6473
6474 2003-06-07 Andrew Cagney <cagney@redhat.com>
6475
6476 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6477 * gdbarch.h, gdbarch.c: Regenerate.
6478 * mn10300-tdep.c: Include "gdb_assert.h".
6479 (mn10300_read_fp): New function.
6480 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6481 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6482 * ia64-tdep.c: Include "gdb_assert.h".
6483 (ia64_read_fp): New function.
6484 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6485 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6486 * regcache.c (generic_target_read_sp): Delete function.
6487 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6488 * inferior.h (generic_target_read_sp): Delete declaration.
6489 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6490 generic_target_read_sp.
6491 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6492 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6493 * sh-tdep.c (sh_gdbarch_init): Ditto.
6494 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6495 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6496
6497 2003-06-07 Andrew Cagney <cagney@redhat.com>
6498
6499 * gdbarch.sh: Comment each field of startup_gdbarch.
6500 * gdbarch.h, gdbarch.c: Re-generate.
6501
6502 2003-06-07 Andrew Cagney <cagney@redhat.com>
6503
6504 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6505 * gdbarch.h, gdbarch.c: Re-generate.
6506 * regcache.c: Update comments on read_pc et.al.
6507 (generic_target_read_pc): Delete function.
6508 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6509 * inferior.h (generic_target_read_pc): Delete declaration.
6510 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6511 generic_target_read_pc.
6512 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6513 * sh-tdep.c (sh_gdbarch_init): Ditto.
6514 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6515 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6516
6517 2003-06-07 Andrew Cagney <cagney@redhat.com>
6518
6519 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6520 "index" with "special_local_sect". Use strcmp instead of STREQ.
6521 Append period to coments.
6522
6523 2003-06-06 Mark Mitchell <mark@codesourcery.com>
6524
6525 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6526 (elfstab_offset_sections): Likewise.
6527 * gdb-stabs.h (stab_section_info): Likewise.
6528 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6529 * objfiles.c (objfile_relocate): Likewise.
6530 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6531 * remote.c (get_offsets): Likewise.
6532 (remote_cisco_objfile_relocate): Likewise.
6533 * somread.c (som_symfile_offsets): Likewise.
6534 * symfile.c (alloc_section_addr_info): New function.
6535 (build_section_addr_info_from_section_tab): Use it.
6536 (free_section_addr_info): Adjust.
6537 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6538 (syms_from_objfile): Allocate local_addr dynamically.
6539 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6540 dynamically.
6541 (add_symbol_file_command): Allocate sect_opts dynamically.
6542 (reread_symbols): Avoid use of SECT_OFF_MAX.
6543 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6544 (alloc_section_addr_info): Declare it.
6545 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6546 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6547 dynamically.
6548 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
6549
6550 2003-06-06 Andrew Cagney <cagney@redhat.com>
6551
6552 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6553 (d10v_frame_unwind_cache): Do not set "return_pc".
6554
6555 2003-06-06 Michael Snyder <msnyder@redhat.com>
6556
6557 * h8300-tdep.c: Make tidy (long lines).
6558
6559 2003-06-06 Michal Ludvig <mludvig@suse.cz>
6560
6561 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
6562 to regcache_collect().
6563
6564 2003-06-05 J. Brobecker <brobecker@gnat.com>
6565
6566 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6567 pc_in_sigtramp multiarch method.
6568 (hppa_hpux_som_init_abi): Use it.
6569 (hppa_hpux_elf_init_abi): Likewise.
6570 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6571 macro has been multiarched.
6572 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6573 macro here, as hppa64 isn't multiarched yet.
6574
6575 2003-06-05 Andrew Cagney <cagney@redhat.com>
6576
6577 * Makefile.in (value_h): Add $(frame_h).
6578 * value.h: Include "frame.h".
6579 (struct value): Replace "frame_addr" with "frame_id".
6580 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6581 * values.c (allocate_value): Use VALUE_FRAME_ID.
6582 (value_copy): Use VALUE_FRAME_ID.
6583 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6584 * valops.c (value_assign): Update. Use frame_find_by_id.
6585
6586 2003-06-05 Michal Ludvig <mludvig@suse.cz>
6587
6588 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6589 in each pass.
6590
6591 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6592
6593 * thread-db.c (check_event): For create/death event breakpoints,
6594 loop through all messages to ensure that we read the message
6595 corresponding to the breakpoint we are at.
6596
6597 2003-06-04 Michael Snyder <msnyder@redhat.com>
6598
6599 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6600
6601 2003-06-04 Mark Kettenis <kettenis@gnu.org>
6602
6603 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6604 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6605 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6606 when handling .eh_frame sections.
6607
6608 2003-06-04 J. Brobecker <brobecker@gnat.com>
6609
6610 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6611 prepare_to_proceed procedure instead of the hppa-specific one.
6612 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6613
6614 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
6615
6616 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6617 * config.in: Regenerated.
6618 * configure.in: Add test for syscall function and check for
6619 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6620 * configure: Regenerated.
6621 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6622 <sys/syscall.h>.
6623 (kill_lwp): New function that uses tkill syscall or
6624 uses kill, depending on whether threading model is nptl or not.
6625 All callers of kill() changed to use kill_lwp().
6626 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6627 see if all threads have already exited in the nptl model.
6628 (stop_and_resume_callback): New callback function used by the
6629 lin_lwp_wait thread exit handling code.
6630 (stop_wait_callback): Check for threads already having exited and
6631 delete such threads fromt the lwp list when discovered.
6632 (stop_callback): Don't assert retcode of kill call.
6633
6634 Roland McGrath <roland@redhat.com>
6635 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6636 nptl libthread_db.
6637
6638 2003-06-03 Richard Henderson <rth@redhat.com>
6639
6640 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6641 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6642 (alpha_sigtramp_frame_prev_register): Likewise.
6643 (alpha_heuristic_frame_prev_register): Likewise.
6644 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6645
6646 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
6647 alpha-specific register id names.
6648 (alpha_mdebug_frame_unwind_cache): Likewise.
6649 (alpha_mdebug_frame_prev_register): Likewise.
6650
6651 2003-06-03 Richard Henderson <rth@redhat.com>
6652
6653 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6654 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6655 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6656 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6657 unwind routines.
6658 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6659 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6660 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6661
6662 * alpha-linux-tdep.c: Remove unnecessary includes.
6663 * Makefile.in (alpha-linux-tdep.o): Update.
6664
6665 2003-06-03 Richard Henderson <rth@redhat.com>
6666
6667 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6668 (alphabsd_fill_fpreg): Likewise.
6669
6670 2003-06-03 J. Brobecker <brobecker@gnat.com>
6671
6672 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6673 references to struct frame_info fields by calls to the equivalent
6674 accessors. Necessary now that frame_info is opaque.
6675
6676 2003-06-03 J. Brobecker <brobecker@gnat.com>
6677
6678 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6679 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6680 structure, field no longer exists.
6681
6682 2003-06-03 J. Brobecker <brobecker@gnat.com>
6683
6684 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6685 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6686
6687 2003-06-03 J. Brobecker <brobecker@gnat.com>
6688
6689 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6690 references to struct frame_info fields by calls to the equivalent
6691 accessors. Necessary now that frame_info is opaque.
6692
6693 2003-06-03 J. Brobecker <brobecker@gnat.com>
6694
6695 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
6696 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
6697 structure, field no longer exists.
6698
6699 2003-06-03 Theodore A. Roth <troth@openavr.org>
6700
6701 * remote.c (init_remote_state): Compute sizeof_g_packet by
6702 accumulation of the size of all registers instead of blindly using
6703 DEPRECATED_REGISTER_BYTES.
6704
6705 2003-06-03 Michael Snyder <msnyder@redhat.com>
6706
6707 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6708 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6709 for h8300sx.
6710
6711 2003-06-03 J. Brobecker <brobecker@gnat.com>
6712
6713 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6714 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6715
6716 2003-06-03 Andrew Cagney <cagney@redhat.com>
6717
6718 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6719 (sparc_convert_to_raw): Delete function.
6720 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6721 register_convert_to_virtual.
6722
6723 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
6724
6725 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6726 layer if not dealing with a statically-linked threaded program.
6727
6728 2003-06-03 Kris Warkentin <kewarken@qnx.com>
6729
6730 * solib.c (solib_open): Update comment to reflect actual search order.
6731
6732 2003-06-03 Andrew Cagney <cagney@redhat.com>
6733
6734 * frame.c (get_frame_memory_signed): New function.
6735 (get_frame_memory, get_frame_memory_unsigned): New function.
6736 (get_frame_arch): New function.
6737 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6738 (get_frame_memory, get_frame_unsigned_memory): Declare.
6739 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6740 get_frame_memory_unsigned and get_frame_arch.
6741 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6742
6743 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
6744
6745 * MAINTAINERS (write after approval): Add myself.
6746
6747 2003-06-03 Jim Blandy <jimb@redhat.com>
6748
6749 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6750 elements of gregset_t are 64 bits each, but access registers
6751 are still 32 bits, so they're packed two per gregset_t
6752 element. Unpack/pack them properly.
6753
6754 2003-06-02 David Carlton <carlton@bactrian.org>
6755
6756 * linespec.c (find_methods): Break out code into
6757 add_matching_methods and add_constructors.
6758 (add_matching_methods): New.
6759 (add_constructors): Ditto.
6760
6761 2003-06-02 Andrew Cagney <cagney@redhat.com>
6762
6763 * sparc-tdep.c (sparc_print_registers): Delete call to
6764 REGISTER_CONVERTIBLE.
6765 (sparc_gdbarch_init): Do not set register_convertible.
6766 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6767 * frv-tdep.c (frv_gdbarch_init): Ditto.
6768 * cris-tdep.c (cris_gdbarch_init): Ditto.
6769
6770 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
6771
6772 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
6773 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6774 (syms_from_objfile): Ditto.
6775
6776 2003-06-03 Andreas Schwab <schwab@suse.de>
6777
6778 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6779 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6780
6781 2003-06-02 Richard Henderson <rth@redhat.com>
6782
6783 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6784 a member of all_reggroup.
6785
6786 2003-06-02 Richard Henderson <rth@redhat.com>
6787
6788 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6789 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6790 (alpha_lds, alpha_sts): New.
6791 (alpha_convert_register_p): Change from _register_convertible.
6792 (alpha_register_to_value): Change from _convert_to_virtual;
6793 restructure and fail for type sizes other than 4 or 8.
6794 (alpha_value_to_register): Similarly.
6795 (alpha_extract_return_value): Use alpha_sts.
6796 (alpha_store_return_value): Use alpha_lds.
6797 (alpha_gdbarch_init): Update hooks.
6798
6799 2003-06-02 Richard Henderson <rth@redhat.com>
6800
6801 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6802 regnum identifiers.
6803 (alpha_sigtramp_register_address): Likewise.
6804
6805 2003-06-02 Richard Henderson <rth@redhat.com>
6806
6807 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6808 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6809 * alpha-tdep.h: Declare them.
6810
6811 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6812 Remove zerobuf. Don't error on UNIQUE.
6813 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6814 (ALPHA_REGSET_UNIQUE): Provide default.
6815 (supply_gregset): Use alpha_supply_int_regs.
6816 (fill_gregset): Use alpha_fill_int_regs.
6817 (supply_fpregset): Use alpha_supply_fp_regs.
6818 (fill_fpregset): Use alpha_fill_fp_regs.
6819 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6820 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6821 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6822 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6823 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6824 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6825
6826 2003-06-02 Richard Henderson <rth@redhat.com>
6827
6828 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6829
6830 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6831 (alpha_store_return_value): Likewise.
6832
6833 2003-06-02 David Carlton <carlton@math.stanford.edu>
6834
6835 * block.c (contained_in): Add 'const' to arguments.
6836 (block_function): Ditto.
6837 * block.h: Update declarations for block_function and
6838 contained_in.
6839
6840 2003-06-02 David Carlton <carlton@math.stanford.edu>
6841
6842 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6843 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6844 * p-valprint.c (pascal_val_print): Ditto.
6845 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6846
6847 2003-06-02 Richard Henderson <rth@redhat.com>
6848
6849 * alpha-tdep.c (alpha_push_dummy_call): Use
6850 builtin_type_ieee_double_little instead of builtin_type_double.
6851
6852 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
6853 sign-extension of 32-bit values.
6854 (alpha_store_return_value): Similarly.
6855
6856 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6857 (alpha_extract_return_value): Likewise.
6858 (alpha_store_return_value): Likewise.
6859
6860 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6861 (alpha_store_return_value): Error on IEEE Quad floats.
6862
6863 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6864 (alpha_extract_struct_value_address): Likewise.
6865 (alpha_store_return_value): Likewise.
6866 (alpha_store_struct_return): Remove.
6867 (alpha_gdbarch_init): Update hook registration to match.
6868
6869 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6870 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6871 macros where appropriate.
6872 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6873 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
6874
6875 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6876 for SP, GP; void_func_ptr for PC; non-language-specific types
6877 for all others.
6878 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
6879
6880 2003-06-02 Richard Henderson <rth@redhat.com>
6881
6882 * top.h (lim_at_start): Declare.
6883 * main.c (captured_main): Set it.
6884 * top.c (lim_at_start): Define.
6885 (command_loop): Use it instead of &environ.
6886 * event-top.c (command_handler): Likewise.
6887
6888 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6889
6890 * mipsnbsd-tdep.c: Update copyright years.
6891 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6892
6893 2003-06-01 Richard Henderson <rth@redhat.com>
6894
6895 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6896 (alpha-linux-tdep.o): Update dependencies.
6897 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6898 * alpha-mdebug-tdep.c: Remove unneeded includes.
6899
6900 2003-06-01 Richard Henderson <rth@redhat.com>
6901
6902 * alpha-tdep.c (alpha_register_reggroup_p): New.
6903 (alpha_gdbarch_init): Register it.
6904
6905 2003-06-02 Andrew Cagney <cagney@redhat.com>
6906
6907 * dwarfread.c: Eliminate "register"
6908 (decode_die_type): Eliminate assignment within "if".
6909 (struct_type, decode_array_element_type): Ditto.
6910 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6911 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6912 (decode_modified_type, completedieinfo): Ditto.
6913 * block.c: Eliminate "register".
6914 (blockvector_for_pc_sect): Eliminate assignment within "if".
6915 * cp-support.h (struct symbol): Opaque declaration.
6916 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6917
6918 2003-06-01 Richard Henderson <rth@redhat.com>
6919
6920 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6921 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6922
6923 2003-06-01 Adam Fedor <fedor@gnu.org>
6924
6925 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6926 * gdbarch.[ch]: Regenerate.
6927 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6928 (hppa_gdbarch_init): Set it in the gdbarch vector.
6929 * i386-tdep.c (i386_fetch_pointer_argument): New
6930 (i386_gdbarch_init): Set it into gdbarch.
6931 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6932 (rs6000_gdbarch_init): Set it in gdbarch.
6933 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6934 (sparc_gdbarch_init): Set it in gdbarch.
6935
6936 2003-06-01 Andrew Cagney <cagney@redhat.com>
6937
6938 * defs.h (extract_address): Delete declaration.
6939 * findvar.c (extract_address): Delete function.
6940 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6941 extract_address with the inline equivalent,
6942 extract_unsigned_integer.
6943 (xstormy16_extract_struct_value_address): Ditto.
6944 (xstormy16_pointer_to_address): Ditto.
6945 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6946 * v850-tdep.c (v850_push_arguments): Ditto.
6947 (v850_extract_return_value): Ditto.
6948 (v850_extract_struct_value_address): Ditto.
6949 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6950 (sparcnbsd_get_longjmp_target_64): Ditto.
6951 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6952 (get_longjmp_target): Ditto.
6953 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6954 (sh64_extract_struct_value_address): Ditto.
6955 (sh_push_arguments): Ditto.
6956 (sh64_push_arguments): Ditto.
6957 * remote-vxsparc.c (vx_read_register): Ditto.
6958 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6959 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6960 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6961 * mipsv4-nat.c (get_longjmp_target): Ditto.
6962 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6963 * mips-nat.c (get_longjmp_target): Ditto.
6964 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6965 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6966 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6967 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6968 * irix5-nat.c (get_longjmp_target): Ditto.
6969 * irix4-nat.c (get_longjmp_target): Ditto.
6970 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6971 (ia64_push_arguments): Ditto.
6972 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6973 * h8300-tdep.c (h8300_push_arguments): Ditto.
6974 (h8300_store_return_value): Ditto.
6975 (h8300_extract_struct_value_address): Ditto.
6976 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6977 (frv_push_arguments): Ditto.
6978 * avr-tdep.c (avr_pointer_to_address): Ditto.
6979 (avr_push_arguments): Ditto.
6980 * arm-tdep.c (arm_push_dummy_call): Ditto.
6981 (arm_get_longjmp_target): Ditto.
6982 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6983 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6984 (alpha_get_longjmp_target): Ditto.
6985
6986 * solib-irix.c (extract_mips_address): Inline extract_address,
6987 replacing it with extract_signed_integer.
6988 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6989 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6990 (first_link_map_member, open_symbol_file_object): Ditto.
6991 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6992 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6993 (LM_NEXT, LM_NAME): Ditto.
6994
6995 2003-06-01 Richard Henderson <rth@redhat.com>
6996
6997 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6998 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6999 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
7000 (alpha_cannot_store_register): Likewise.
7001 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
7002 * alpha-nat.c (supply_gregset): Likewise.
7003 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
7004
7005 2003-06-01 Andrew Cagney <cagney@redhat.com>
7006
7007 * infcall.c (call_function_by_hand): Update comment on
7008 DEPRECATED_DUMMY_WRITE_SP.
7009
7010 * mips-tdep.c (mips_gdbarch_init): Do not set
7011 deprecated_dummy_write_sp.
7012 (mips_eabi_push_dummy_call): Set the SP register.
7013 (mips_o64_push_dummy_call): Set the SP register.
7014 (mips_o32_push_dummy_call): Set the SP register.
7015 (mips_n32n64_push_dummy_call): Set the SP register.
7016
7017 2003-06-01 Richard Henderson <rth@redhat.com>
7018
7019 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
7020 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
7021 (supply_gregset): Likewise.
7022 * alpha-tdep.c (alpha_store_return_value): Likewise.
7023 (alpha_get_longjmp_target): Likewise.
7024 (alpha_register_name): Constify array.
7025 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
7026 deprecated_register_size, deprecated_register_bytes,
7027 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
7028 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
7029 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
7030
7031 2003-06-01 Richard Henderson <rth@redhat.com>
7032
7033 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
7034 from arg_reg_buffer to regcache to avoid double conversion.
7035
7036 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7037
7038 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
7039 SP_REGNUM.
7040 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
7041 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
7042
7043 2003-06-01 Richard Henderson <rth@redhat.com>
7044
7045 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
7046 (decode_frame_entry): Set it. Skip FDE augmentation.
7047
7048 2003-06-01 Richard Henderson <rth@redhat.com>
7049
7050 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
7051 not overlapping PC_REGNUM.
7052
7053 2003-06-01 Richard Henderson <rth@redhat.com>
7054
7055 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
7056 alpha_push_arguments. Don't dump argument register data to
7057 the target stack. Fix float and 128-bit long double semantics.
7058 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
7059 (alpha_fix_call_dummy): Remove.
7060 (alpha_call_dummy_words): Remove.
7061 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
7062
7063 2003-06-01 Richard Henderson <rth@redhat.com>
7064
7065 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
7066
7067 2003-06-01 Andrew Cagney <cagney@redhat.com>
7068
7069 * mips-tdep.c (is_mips16_addr): New function.
7070 (make_mips16_addr, unmake_mips16_addr): New functions.
7071 (pc_is_mips16, mips_fetch_instruction): Use.
7072 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
7073 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
7074 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
7075 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
7076 TARGET_MIPS.
7077 * config/mips/tm-mips.h: Update copyright.
7078 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
7079 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
7080 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
7081 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
7082 (TM_PRINT_INSN_MACH): Delete.
7083 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
7084
7085 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
7086 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
7087 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
7088 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
7089 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
7090 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
7091 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
7092 mips*-*-riscos* and mips*-*-sysv* onto mips.
7093 * config/mips/mips64.mt: New file.
7094 * config/mips/mips.mt: New file.
7095 * config/mips/littlemips.mt: Delete file.
7096 * config/mips/decstation.mt: Delete file.
7097 * config/mips/vr4300el.mt: Delete file.
7098 * config/mips/vr5000el.mt: Delete file.
7099 * config/mips/vr5000.mt: Delete file.
7100 * config/mips/vr4100.mt: Delete file.
7101 * config/mips/vr4xxxel.mt: Delete file.
7102 * config/mips/vr4300.mt: Delete file.
7103 * config/mips/vr4xxx.mt: Delete file.
7104 * config/mips/bigmips.mt: Delete file.
7105 * config/mips/bigmips64.mt: Delete file.
7106 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
7107 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
7108 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
7109 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
7110 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
7111 "tm-bigmips.h".
7112 * config/mips/tm-irix3.h: Ditto.
7113 * config/mips/tm-mipsv4.h: Ditto.
7114 * config/mips/tm-embed.h: Ditto.
7115 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
7116 "tm-bigmips64.h".
7117 * config/mips/tm-vr5000el.h: Delete file.
7118 * config/mips/tm-tx39l.h: Delete file.
7119 * config/mips/tm-vr4300el.h: Delete file.
7120 * config/mips/tm-vr4xxxel.h: Delete file.
7121 * config/mips/tm-vr4300.h: Delete file.
7122 * config/mips/tm-vr4100.h: Delete file.
7123 * config/mips/tm-vr4xxx.h: Delete file.
7124 * config/mips/tm-vr5000.h: Delete file.
7125 * config/mips/tm-embedl64.h: Delete file.
7126 * config/mips/tm-embedl.h: Delete file.
7127 * config/mips/tm-embed64.h: Delete file.
7128 * config/mips/tm-bigmips64.h: Delete file.
7129 * config/mips/tm-bigmips.h: Delete file.
7130
7131 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7132
7133 Fix gdb/1216.
7134 * shnbsd-nat.c: Include "sh-tdep.h".
7135
7136 From Richard Henderson <rth@redhat.com>:
7137 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
7138
7139 2003-05-31 Andrew Cagney <cagney@redhat.com>
7140
7141 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
7142 forward declaration.
7143 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7144 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7145 (mips_find_saved_regs): Use set_reg_offset.
7146 (mips_frame_init_saved_regs): Delete function.
7147 (mips_pop_frame): Call mips_find_saved_regs instead of
7148 DEPRECATED_FRAME_INIT_SAVED_REGS.
7149
7150 2003-05-31 Andrew Cagney <cagney@redhat.com>
7151
7152 * mips-tdep.c (mips_gdbarch_init): Do not set
7153 deprecated_max_register_raw_size, register_virtual_size, and
7154 deprecated_max_register_virtual_size.
7155
7156 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7157
7158 * i386-tdep.c: Include "dwarf2-frame.h".
7159 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
7160 * Makefile.in (i386-tdep.o): Update dependencies.
7161
7162 * dwarf2-frame.c, dwarf2-frame.h: New files.
7163 * Makefile.in (SFILES): Add dwarf2-frame.c.
7164 (dwarf2_frame_h): Define.
7165 (COMMON_OBS): Add dwarf2-frame.o.
7166 (dwarf2-frame.o): Add dependencies.
7167
7168 2003-05-31 Andreas Jaeger <aj@suse.de>
7169
7170 * x86-64-linux-nat.c: Fix comment.
7171
7172 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7173
7174 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7175 function signature.
7176
7177 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7178 have a sigcontext_addr handler.
7179 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7180 sigcontext_addr handler.
7181
7182 2003-05-31 Andrew Cagney <cagney@redhat.com>
7183
7184 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7185 (print_fp_register_row): Replace do_fp_register_row.
7186 (mips_print_fp_register): Add "file" and "frame" parameters.
7187 (mips_print_register): Add "file" and "frame" parameters.
7188 (mips_print_registers_info): Replace mips_do_registers_info.
7189 (mips_gdbarch_init): Set print_registers_info instead of
7190 deprecated_do_registers_info.
7191 (mips_read_fp_register_single): Add "frame" parameter.
7192 (mips_read_fp_register_double): Add "frame" parameter.
7193
7194 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7195
7196 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7197 Fixes a bug where GDB would print the wrong register names for
7198 targets without SSE.
7199
7200 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7201 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7202 registers.
7203
7204 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7205 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7206 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7207 TDEP->sc_sp_offset.
7208
7209 From Michal Ludvig <mludvig@suse.cz>:
7210 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7211 and `sc_num_regs'.
7212 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7213 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7214 I386_ST0_REGNUM): Move here from...
7215 * i386-tdep.c: ... here.
7216 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7217 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7218 registers if possible.
7219 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7220 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7221 Remove variables.
7222 (i386bsd_sc_reg_offset): New variable.
7223 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7224 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7225 TDEP->sc_sp_offset.
7226 (i386fbsd_sc_reg_offset): New variable.
7227 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7228 TDEP->sc_num_regs.
7229 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7230 variables.
7231 (i386fbsd4_sc_reg_offset): New variable.
7232 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7233 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7234 TDEP->sc_sp_offset.
7235 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7236 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7237 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7238 Remove variables.
7239 (i386nbsd_sc_reg_offset): New variable.
7240 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7241 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7242 TDEP->sc_sp_offset.
7243 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7244 Remove variables.
7245 (i386obsd_sc_reg_offset): New variable.
7246 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7247 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7248 TDEP->sc_sp_offset.
7249 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7250 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7251 for frame pointer offset in `struct sigcontext'.
7252
7253 2003-05-31 Andrew Cagney <cagney@redhat.com>
7254
7255 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7256 architecture methods call_dummy_words, sizeof_call_dummy_words,
7257 push_return_address, store_struct_return, and fix_call_dummy. Set
7258 push_dummy_call instead of deprecated_push_arguments.
7259 (mips_store_struct_return): Delete function.
7260 (mips_fix_call_dummy): Delete function.
7261 (mips_push_return_address): Delete function.
7262 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7263 RA_REGNUM and T9_REGNUM.
7264 (mips_n32n64_push_dummy_call): Ditto for
7265 mips_n32n64_push_arguments.
7266 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7267 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7268
7269 2003-05-31 Andrew Cagney <cagney@redhat.com>
7270
7271 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7272 "dummy_addr" to "bp_addr".
7273 * infcall.c (call_function_by_hand): Pass "funaddr" to
7274 gdbarch_push_dummy_call.
7275 * gdbarch.h, gdbarch.c: Re-generate.
7276 * i386-tdep.c (i386_push_dummy_call): Update.
7277 * arm-tdep.c (arm_push_dummy_call): Update.
7278 * d10v-tdep.c (d10v_push_dummy_call): Update.
7279
7280 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7281
7282 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7283 variable declarations.
7284 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7285 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7286 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7287 x86_64_init_frame_pc, x86_64_init_frame_pc,
7288 x86_64_function_has_prologue): Remove prototypes.
7289 (X86_64_NUM_GREGS): New define.
7290 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7291 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7292 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7293 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7294 XMM1_REGNUM): Remove defines.
7295 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7296 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7297 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7298 X86_64_XMM1_REGNUM): New defines.
7299 (struct x86_64_register_info): Renamed from `struct
7300 register_info'. Remove `size' member.
7301 (x86_64_register_info_table): Remove variable.
7302 (x86_64_register_info): New variable.
7303 (X86_64_NUM_REGS): New define.
7304 (X86_64_NUM_GREGS): Remove define.
7305 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7306 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7307 Remove variables.
7308 (x86_54_dwarf2_reg_to_regnum): Remove function.
7309 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7310 (x86_64_dwarf_reg_to_regnum): New function.
7311 (x86_64_register_name): Rewrite.
7312 (x86_64_register_raw_size): Remove function.
7313 (x86_64_register_byte_table): Remove variable.
7314 (x86_64_register_byte): Remove function.
7315 (x86_64_register_virtual_type): Remove function.
7316 (x86_64_register_type): New function.
7317 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7318 x86_64_register_convert_to_raw): Remove functions.
7319 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7320 (x86_64_use_struct_convention): Make static. Adjust for renamed
7321 defines.
7322 (x86_64_frame_init_saved_regs): Remove function.
7323 (x86_64_push_arguments): Make static. Change to accept a regcache
7324 as argument.
7325 (x86_64_store_return_value, x86_64_extract_return_value): Make
7326 static. Rewrite based on i386 counterparts.
7327 (x86_64_push_dummy_call): New function.
7328 (X86_64_NUM_SAVED_REGS): New define.
7329 (x86_64_register_number): Remove function.
7330 (x86_64_store_struct_return): Remove function.
7331 (x86_64_frameless_function_invocation,
7332 x86_64_function_has_prologue): Remove functions.
7333 (PROLOG_BUFSIZE): Remove define.
7334 (struct x86_64_frame_cache): New structure.
7335 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7336 x86_64_frame_cache, x86_64_frame_this_id,
7337 x86_64_frame_prev_register, x86_64_frame_p,
7338 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7339 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7340 functions.
7341 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7342 variables.
7343 (x86_64_skip_prologue): Rewrite in terms of
7344 x86_64_analyze_prologue.
7345 (x86_64_frame_base_address): New function.
7346 (x86_64_frame_base): New variable.
7347 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7348 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7349 set deprecated_fp_regnum, deprecated_register_size,
7350 deprecated_register_bytes, register_raw_size, register_byte,
7351 register_virtual_type, register_convertiable,
7352 register_convert_to_virtual, convert_to_raw,
7353 deprecated_get_saved_register, deprecated_target_read_fp,
7354 deprecated_push_arguments, deprecated_push_return_address,
7355 deprecated_pop_frame, deprecated_store_struct_return,
7356 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7357 frameless_function_invocation, deprecated_frame_saved_pc,
7358 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7359 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7360 deprecated_init_frame_pc and virtual_frame_pointer. Call
7361 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7362 and x86_64_frame_p. Call frame_base_set_default to register
7363 x86_64_frame_base.
7364 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7365 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7366 (_initialize_x86_64_tdep): Remove function.
7367 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7368 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7369 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7370 define.
7371 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7372 (x86_64_linux_sigcontext_addr): Rewrite.
7373 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7374 x86_64_linux_frame_saved_pc): Remove functions.
7375 (x86_64_linux_pc_in_sigtramp): Renamed from
7376 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7377 trampoline.
7378 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7379 Remove_functions.
7380 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7381 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7382 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7383 (x86_64_regmap): Rename to regmap.
7384 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7385 x86_64_num_gregs.
7386 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7387 x86_64_regmap.
7388 (x86_64_fxsave_offset): Remove function.
7389 (supply_fpregset): Simply call x86_64_supply_fxsave.
7390 (fill_fpregset): Simply call x86_64_fill_fxsave.
7391 (fetch_inferior_registers, store_inferior_registers): Avoid
7392 asignment in if-statement.
7393 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7394 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7395 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7396 (fetch_core_registers): Remove function.
7397 (linux_elf_core_fns): Remove.
7398 (offsetoff): Don't define.
7399 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7400 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7401 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7402 add core-regset.o.
7403 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7404 protection against multiple includes instead of NM_X86_64_h. Add
7405 various comments. Include "config/nm-linux.h". Don't include
7406 <signal.h>.
7407 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7408 GET_THREAD_SIGNALS): Remove defines.
7409 (x86_64_register_u_addr, kernel_u_size,
7410 lin_thread_get_thread_signals): Remove prototypes.
7411 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7412 [HAVE_LINK_H]: Don't include "solib.h".
7413 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7414 * config/i386/tm-x86-64linux.h: Fix comments.
7415 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7416 x86-64-tdep.o): Update dependencies.
7417
7418 2003-05-30 Andrew Cagney <cagney@redhat.com>
7419
7420 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7421 Change parameter type to a "struct regcache *".
7422
7423 * gdbarch.sh: Regardless of the multi-arch level, always define
7424 the macro when not already defined.
7425 * gdbarch.h, gdbarch.c: Re-generate.
7426
7427 2003-05-30 Richard Henderson <rth@redhat.com>
7428
7429 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7430 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7431 (alpha_mdebug_frame_this_id): Likewise.
7432 (alpha_mdebug_frame_prev_register): Likewise.
7433 (alpha_mdebug_frame_base_address): Likewise.
7434 (alpha_mdebug_frame_locals_address): Likewise.
7435 (alpha_mdebug_frame_args_address): Likewise.
7436 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7437 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7438 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7439 loop increment.
7440 (alpha_heuristic_frame_this_id): Make static.
7441 (alpha_heuristic_frame_prev_register): Likewise.
7442 (alpha_heuristic_frame_base_address): Likewise.
7443 * alpha-tdep.h: Update.
7444
7445 2003-05-30 Mark Kettenis <kettenis@gnu.org>
7446
7447 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7448 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7449 defenitions.
7450 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7451 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7452 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7453 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7454 I386_ST0_REGNUM): New defines.
7455 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7456 codestream_get): Remove define.
7457 (codestream_next_addr, condestream_addr, condestream_buf,
7458 codestream_off, codestream_cnt): Remove variables.
7459 (codestream_fill, codestream_seek, codestream_read): Remove
7460 functions.
7461 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7462 functionality.
7463 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7464 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7465 i386_frame_saved_pc, i386_saved_pc_after_call,
7466 i386_frame_num_args, i386_frame_init_saved_regs,
7467 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7468 i386_push_arguments): Remove functions.
7469 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7470 functionality. Use i386_analyze_prologue instead of
7471 i386_get_frame_setup.
7472 (I386_NUM_SAVED_REGS): New define.
7473 (struct i386_frame_cache): New structure.
7474 (i386_alloc_frame_cache, i386_analyze_struct_return,
7475 i386_skip_probe, i386_analyze_frame_setup,
7476 i386_analyze_register_saves, i386_analyze_prologue,
7477 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7478 i386_frame_prev_register, i386_sigtramp_frame_cache,
7479 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7480 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7481 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7482 New functions.
7483 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7484 New variables.
7485 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7486 I386_EAX_REGNUM and I386_EDX_REGNUM.
7487 (i386_extract_return_value, i386_store_return_value): Use
7488 I386_ST0_REGNUM where appropriate.
7489 (i386_extract_struct_value_address): Rewrite to use extract_address.
7490 (i386_svr4_pc_in_sigtramp): Add comment.
7491 (i386_svr4_sigcontext_addr): Rewrite.
7492 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7493 TDEP->sc_sp_offset.
7494 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7495 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7496 of new defines. Set push_dummy_call, don't set
7497 deprecated_push_arguments, deprecated_push_return_address,
7498 deprecated_pop_frame. Don't set parm_boundary. Don't set
7499 deprecated_frame_chain, deprecated_frame_saved_pc,
7500 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7501 save_dummy_frame_tos, unwind_pc. Call
7502 frame_unwind_append_predicate and frame_base_set_default. Don't
7503 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7504 Don't set frameless_function_invocation. Don't set
7505 deprecated_register_bytes, deprecated_register_size,
7506 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7507 * i386-linux-tdep.c: Fix formatting in some comments.
7508 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7509 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7510 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7511 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7512 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7513 redundant parentheses.
7514 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7515 (i386_linux_sigcontext_addr): Use it. Rewrite.
7516 (find_minsym_and_objfile): Change name of second argument.
7517 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7518 changed. Use frame_pc_unwind instead of
7519 DEPRECATED_SAVED_PC_AFTER_CALL.
7520 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7521 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7522 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7523 unwinder.
7524 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7525 "dummy-frame.h".
7526 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7527 (_initialize_i386_cygwin_tdep): New prototype.
7528 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7529 deprecated_frame_chain_valid.
7530 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7531 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7532 Rely on the SVR4 defaults.
7533 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7534 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7535
7536 2003-05-30 Andrew Cagney <cagney@redhat.com>
7537
7538 * infcall.c (call_function_by_hand): Always call
7539 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7540
7541 2003-05-30 Richard Henderson <rth@redhat.com>
7542
7543 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7544 increment.
7545
7546 2003-05-29 Jim Blandy <jimb@redhat.com>
7547
7548 Use gdbarch methods for solib stuff on PowerPC Linux.
7549 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7550 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7551 show through.
7552 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7553 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7554 giving the same effect as the #definitions above.
7555
7556 2003-05-29 Adam Fedor <fedor@gnu.org>
7557
7558 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7559 (find_implementation_from_class): Replace it with the standard
7560 case i.e. do nothing.
7561
7562 2003-05-29 Richard Henderson <rth@redhat.com>
7563
7564 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7565 (alpha_linux_sigtramp_offset): Use it. Make static.
7566 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7567 update for new frame model.
7568 * alpha-mdebug-tdep.c: New file.
7569 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7570 (alpha_osf1_init_abi): Install it.
7571 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7572 (linked_proc_desc_table): Remove.
7573 (alpha_frame_past_sigtramp_frame): Remove.
7574 (alpha_dynamic_sigtramp_offset): Remove.
7575 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7576 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7577 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7578 (push_sigtramp_desc): Remove.
7579 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7580 (alpha_cannot_store_register): Likewise.
7581 (alpha_sigcontext_addr): Remove.
7582 (alpha_find_saved_regs): Remove.
7583 (alpha_frame_init_saved_regs): Remove.
7584 (alpha_init_frame_pc_first): Remove.
7585 (read_next_frame_reg): Remove.
7586 (alpha_frame_saved_pc): Remove.
7587 (alpha_saved_pc_after_call): Remove.
7588 (temp_proc_desc, temp_saved_regs): Remove.
7589 (alpha_about_to_return): Remove.
7590 (cached_proc_desc): Remove.
7591 (alpha_frame_chain): Remove.
7592 (alpha_print_extra_frame_info): Remove.
7593 (alpha_init_extra_frame_info): Remove.
7594 (alpha_frame_locals_address): Remove.
7595 (alpha_frame_args_address): Remove.
7596 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7597 (alpha_push_dummy_frame): Remove.
7598 (alpha_pop_frame): Remove.
7599 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7600 (alpha_read_insn): New.
7601 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7602 for different insn encodings.
7603 (alpha_in_lenient_prologue): Remove.
7604 (struct alpha_sigtramp_unwind_cache): New.
7605 (alpha_sigtramp_frame_unwind_cache): New.
7606 (alpha_sigtramp_register_address): New.
7607 (alpha_sigtramp_frame_this_id): New.
7608 (alpha_sigtramp_frame_prev_register): New.
7609 (alpha_sigtramp_frame_unwind): New.
7610 (alpha_sigtramp_frame_p): New.
7611 (struct alpha_heuristic_unwind_cache): New.
7612 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7613 don't count nop insns that occur between functions.
7614 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7615 heuristic_proc_desc, but without the mdebug wrapping.
7616 (alpha_heuristic_frame_this_id): New.
7617 (alpha_heuristic_frame_prev_register): New.
7618 (alpha_heuristic_frame_unwind): New.
7619 (alpha_heuristic_frame_p): New.
7620 (alpha_heuristic_frame_base_address): New.
7621 (alpha_heuristic_frame_base): New.
7622 (alpha_unwind_dummy_id): New.
7623 (alpha_unwind_pc): New.
7624 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7625 frame related deprecated initializations; install replacements.
7626 (alpha_dump_tdep): Remove.
7627 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7628 (alpha_read_insn, alpha_after_prologue,
7629 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7630 alpha_heuristic_frame_prev_register,
7631 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7632 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7633 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7634 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7635
7636 2003-05-29 Andrew Cagney <cagney@redhat.com>
7637
7638 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7639 dependant on the availability of ASSERT_FUNCTION.
7640 (ASSERT_FUNCTION): Do not define when there is no function name.
7641
7642 2003-05-29 Kevin Buettner <kevinb@redhat.com>
7643
7644 From Jimi X <jimix@watson.ibm.com>:
7645 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7646
7647 2003-05-28 Jim Blandy <jimb@redhat.com>
7648
7649 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7650 argument to ptrace to int; the system headers should give it the
7651 right type, and pointers don't fit in ints on powerpc64-*-*.
7652
7653 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
7654
7655 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7656 DW_TAG_catch_block.
7657
7658 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7659
7660 * stabsread.c (dbx_lookup_type): Make static.
7661 (read_type): Ditto.
7662 (add_undefined_type): Ditto.
7663 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7664 not export.
7665
7666 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7667
7668 * hpread.c (hpread_has_name): Make static.
7669 (hpread_psymtab_to_symtab): Ditto.
7670 (file_exists): Ditto.
7671 (hpread_call_pxdb): Ditto.
7672 (hpread_pxdb_needed): Ditto.
7673 (hpread_quick_traverse): Ditto.
7674 (hpread_get_header): Ditto.
7675 (hpread_get_lntt): Ditto.
7676 (hpread_get_slt): Ditto.
7677 (class_of): Ditto.
7678
7679 2003-05-25 Andreas Schwab <schwab@suse.de>
7680
7681 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7682 stack_align and deprecated_extra_stack_alignment_needed.
7683 (m68k_stack_align): Delete.
7684
7685 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7686 (m68k_register_virtual_size): Likewise.
7687 (altos_skip_prologue): Remove obsolete function.
7688 (isi_frame_num_args): Likewise.
7689 (news_frame_num_args): Likewise.
7690 (m68k_fix_call_dummy): Make static.
7691 (m68k_push_dummy_frame): Likewise.
7692 (m68k_pop_frame): Likewise.
7693 (m68k_skip_prologue): Likewise.
7694 (m68k_frame_init_saved_regs): Likewise.
7695 (m68k_saved_pc_after_call): Likewise.
7696 (m68k_get_longjmp_target): Make multi-arch.
7697 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
7698 structure. Register m68k_get_longjmp_target if enabled.
7699 * m68k-tdep.h (struct gdbarch_tdep): Define.
7700 * config/m68k/tm-m68k.h: Don't include "regcache.h".
7701
7702 * Makefile.in (config.status): Also depend on configure.tgt
7703 and configure.host.
7704 (m68klinux-tdep.o): Update dependencies.
7705 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7706 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7707 (M68K_LINUX_JB_PC): Define.
7708 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7709 and take additional parameter.
7710 (m68k_linux_sigtramp_saved_pc): Update.
7711 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7712 m68k_linux_pc_in_sigtramp, in_plt_section,
7713 find_solib_trampoline_target.
7714 * config/m68k/tm-linux.h: Don't include any tm headers.
7715 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7716 (JB_ELEMENT_SIZE): Likewise.
7717 (JB_PC): Likewise.
7718 (GET_LONGJMP_TARGET): Likewise.
7719 (IN_SIGTRAMP): Likewise.
7720 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7721
7722 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7723
7724 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7725 (sparc32_push_arguments): Re-implement by calling
7726 sparc32_do_push_arguments.
7727
7728 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7729
7730 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7731 SPARC_O1_REGNUM): New defines.
7732 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7733 (sparc32_store_return_value): New function.
7734 (sparc_extract_struct_value_address): Rewrite to operate on a
7735 regcache.
7736 (sparc_gdbarch_init): Don't set
7737 deprecated_extract_struct_value_address. Set
7738 extract_struct_value_address instead. Don't set
7739 deprecated_extract_return_value and deprecated_store_return_value
7740 for 32-bit targets. Set extract_return_value and
7741 store_return_value instead.
7742 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7743 DEPRECTAED_EXTRACT_RETURN_VALUE,
7744 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7745 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7746 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7747 (sparc_store_return_value): Remove prototype.
7748 (sparc32_store_return_value): New prototype.
7749 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7750 Adjust prototypes.
7751
7752 2003-05-24 Mark Kettenis <kettenis@gnu.org>
7753
7754 * sparcnbsd-tdep.c: Include "gdb_string.h".
7755
7756 2003-05-23 Andrew Cagney <cagney@redhat.com>
7757
7758 * p-valprint.c (pascal_val_print): Replace extract_address with
7759 the inline equivalent extract_unsigned_integer.
7760 * jv-valprint.c (java_value_print): Ditto.
7761 * ada-valprint.c (ada_val_print_1): Ditto.
7762 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7763
7764 2003-05-23 Theodore A. Roth <troth@openavr.org>
7765
7766 * blockframe.c (frameless_look_for_prologue): Remove unused
7767 after_prologue variable.
7768
7769 2003-05-23 Mark Kettenis <kettenis@gnu.org>
7770
7771 * blockframe.c (get_pc_function_start): Rewrite to avoid
7772 asignments in if-statements.
7773
7774 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7775
7776 Committed by Elena Zannoni <ezannoni@redhat.com>.
7777 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
7778 files, don't relocate absolute symbols (and do use mst_abs).
7779
7780 2003-05-23 Andrew Cagney <cagney@redhat.com>
7781
7782 * objc-lang.c: Include "gdb_assert.h".
7783 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7784 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7785 (gdb_check, gdb_check_fatal): Delete functions.
7786 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7787 gdb_assert.
7788 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7789 * Makefile.in (objc-lang.o): Update dependencies.
7790
7791 2003-05-22 Ian Lance Taylor <ian@airs.com>
7792
7793 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7794 with fprintf_filtered, not fprintf_unfiltered.
7795
7796 2003-05-22 Andrew Cagney <cagney@redhat.com>
7797
7798 * stack.c (frame_info): Inline extract_address, replacing it with
7799 extract_unsigned_integer.
7800 * findvar.c (unsigned_pointer_to_address): Ditto.
7801 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7802 * dwarf2expr.c (dwarf2_read_address): Ditto.
7803 * frame.c (frame_pc_unwind): Update comment.
7804 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7805
7806 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7807
7808 * infptrace.c (detach): Call print_sys_errmsg rather than
7809 perror_with_name to issue warning message when errno is non-zero
7810 after calling ptrace detach.
7811
7812 2003-05-21 J. Brobecker <brobecker@gnat.com>
7813
7814 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7815 macro definitions from here...
7816 * hppa-tdep.c: ...to there.
7817
7818 2003-05-20 Kevin Buettner <kevinb@redhat.com>
7819
7820 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7821 register_ptrace_addr(). Fix all callers.
7822
7823 2003-05-21 Andreas Schwab <schwab@suse.de>
7824
7825 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7826 dependencies.
7827 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7828 end.
7829 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7830 (_initialize_m68k_linux_tdep): New function.
7831 (m68k_linux_frame_saved_pc): Make static.
7832 (m68k_linux_extract_return_value): Likewise.
7833 (m68k_linux_store_return_value): Likewise.
7834 (m68k_linux_extract_struct_value_address): Likewise.
7835 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7836 Remove.
7837 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7838 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7839 (DEPRECATED_FRAME_SAVED_PC): Remove.
7840
7841 2003-05-20 Kris Warkentin <kewarken@qnx.com>
7842
7843 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7844 regset numbering rather than our own.
7845
7846 2003-05-19 David Carlton <carlton@bactrian.org>
7847
7848 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7849
7850 2003-05-19 David Carlton <carlton@bactrian.org>
7851
7852 Partial fix for PR c++/827.
7853 * cp-support.h: Include symtab.h.
7854 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7855 * cp-namespace.c: Update contributors.
7856 (cp_lookup_symbol_nonlocal): New.
7857 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7858 (lookup_symbol_file): Ditto.
7859 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7860 * block.h: Declare block_scope, block_using, block_global_block.
7861 * block.c (block_scope): New.
7862 (block_using, block_global_block): Ditto.
7863 * Makefile.in (cp_support_h): Depend on symtab_h.
7864 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7865
7866 2003-05-19 David Carlton <carlton@bactrian.org>
7867
7868 * language.h (struct language_defn): Add 'la_value_of_this'
7869 and 'la_lookup_symbol_nonlocal' members.
7870 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7871 lookup_symbol_static, lookup_symbol_global,
7872 lookup_symbol_aux_block.
7873 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7874 if we should search fields of this and how to do static/global
7875 lookup.
7876 (lookup_symbol_aux_block): Make extern.
7877 (basic_lookup_symbol_nonlocal): New.
7878 (lookup_symbol_static, lookup_symbol_global): Ditto.
7879 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7880 'la_lookup_symbol_nonlocal' members.
7881 * c-lang.c (c_language_defn, cplus_language_defn)
7882 (asm_language_defn, minimal_language_defn): Ditto.
7883 * jv-lang.c (java_language_defn): Ditto.
7884 * language.c (unknown_language_defn, auto_language_defn)
7885 (local_language_defn): Ditto.
7886 * m2-lang.c (m2_language_defn): Ditto.
7887 * objc-lang.c (objc_language_defn): Ditto.
7888 * scm-lang.c (scm_language_defn): Ditto.
7889 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7890 * p-lang.c (pascal_language_defn): Ditto for both.
7891 * Makefile.in (f-lang.o): Depend on value_h.
7892 (p-lang.o): Ditto.
7893
7894 2003-05-19 David Carlton <carlton@bactrian.org>
7895
7896 * block.h: Declare block_static_block.
7897 * block.c (block_static_block): New.
7898 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7899 lookup_symbol_aux_local, calling block_static_block instead.
7900 (lookup_symbol_aux_local): Delete 'static_block' argument.
7901
7902 2003-05-19 David Carlton <carlton@bactrian.org>
7903
7904 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7905
7906 2003-05-19 Michal Ludvig <mludvig@suse.cz>
7907
7908 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7909 register numbers mapping.
7910
7911 2003-05-18 Adam Fedor <fedor@gnu.org>
7912
7913 * symtab.c (completion_list_objc_symbol): New function.
7914 (make_symbol_completion_list): Use it to add ObjC symbols
7915 when looking though the list.
7916 (language_search_unquoted_string): New function.
7917 (make_file_symbol_completion_list): Use it.
7918
7919 2003-05-18 Andreas Schwab <schwab@suse.de>
7920
7921 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7922 dependencies.
7923 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7924 as m68k_linux_extract_return_value.
7925 (DEPRECATED_STORE_RETURN_VALUE): Define as
7926 m68k_linux_store_return_value.
7927 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7928 m68k_linux_extract_struct_value_address.
7929 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7930 get_next_frame, get_frame_base, get_frame_pc.
7931 (m68k_linux_frame_saved_pc): Use get_frame_base.
7932 (m68k_linux_extract_return_value): New function.
7933 (m68k_linux_store_return_value): New function.
7934 (m68k_linux_extract_struct_value_address): New function.
7935 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7936
7937 * c-exp.y (typebase): Remove duplicate occurence of
7938 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7939 of lookup_signed_typename.
7940
7941 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7942
7943 * dwarf2loc.c (find_location_expression): Change type of second
7944 argument to `size_t *'.
7945 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7946 for size variable.
7947
7948 2003-05-18 David Carlton <carlton@bactrian.org>
7949
7950 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7951 'linkage_name'. Add comment.
7952 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7953 'linkage_name'.
7954 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7955 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7956 (lookup_block_symbol): Ditto.
7957
7958 2003-05-16 Andrew Cagney <cagney@redhat.com>
7959
7960 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7961 * gdbarch.h, gdbarch.c: Re-generate.
7962 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7963 * TODO (REGISTER_BYTES): Delete reference.
7964 * alpha-tdep.c (alpha_gdbarch_init): Update.
7965 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7966 * x86-64-tdep.c (x86_64_init_abi): Update.
7967 * vax-tdep.c (vax_gdbarch_init): Update.
7968 * v850-tdep.c (v850_gdbarch_init): Update.
7969 * sparc-tdep.c (sparc_gdbarch_init): Update.
7970 * sh-tdep.c (sh_gdbarch_init): Update.
7971 * s390-tdep.c (s390_gdbarch_init): Update.
7972 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7973 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7974 (ns32k_gdbarch_init_32382): Update.
7975 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7976 * mcore-tdep.c (mcore_gdbarch_init): Update.
7977 * m68k-tdep.c (m68k_gdbarch_init): Update.
7978 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7979 * ia64-tdep.c (ia64_gdbarch_init): Update.
7980 * i386-tdep.c (i386_gdbarch_init): Update.
7981 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7982 * hppa-tdep.c (hppa_gdbarch_init): Update.
7983 * h8300-tdep.c (h8300_gdbarch_init): Update.
7984 * frv-tdep.c (frv_gdbarch_init): Update.
7985 * cris-tdep.c (cris_gdbarch_init): Update.
7986 * avr-tdep.c (avr_gdbarch_init): Update.
7987 * arm-tdep.c (arm_gdbarch_init): Update.
7988 * sparc-tdep.c (sparc_pop_frame): Update.
7989 * rs6000-tdep.c (rs6000_pop_frame): Update.
7990 * remote.c (init_remote_state): Update.
7991 (remote_prepare_to_store): Update.
7992 * remote-vx.c (vx_prepare_to_store): Update.
7993 * remote-sds.c (sds_fetch_registers): Update.
7994 (sds_prepare_to_store): Update.
7995 * remote-array.c: Update.
7996 * regcache.c (init_legacy_regcache_descr): Update.
7997 (init_regcache_descr): Update.
7998 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7999 (mips_o64_extract_return_value): Update.
8000 * irix5-nat.c (fetch_core_registers): Update.
8001 * irix4-nat.c (fetch_core_registers): Update.
8002 * i386-tdep.h: Update.
8003 * hppa-tdep.c (pa_do_registers_info): Update.
8004 (pa_do_strcat_registers_info): Update.
8005 * cris-tdep.c (cris_register_bytes_ok): Update.
8006 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
8007 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
8008 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
8009 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
8010 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
8011 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
8012 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
8013 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
8014 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
8015 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
8016 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
8017 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
8018 (REGISTER_BYTES_OK): Update.
8019 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
8020 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
8021
8022 2003-05-16 Ian Lance Taylor <ian@airs.com>
8023
8024 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
8025 (vax_print_insn, print_insn_arg): Remove static functions.
8026 (vax_gdbarch_init): Call set_gdbarch_print_insn with
8027 print_insn_vax from opcodes library.
8028 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
8029
8030 2003-05-15 Andrew Cagney <cagney@redhat.com>
8031
8032 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
8033 * target.h (memory_breakpoint_from_pc): Delete declaration.
8034 * mem-break.c (memory_breakpoint_from_pc): Delete function.
8035 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
8036 * monitor.c (monitor_insert_breakpoint): Use
8037 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
8038 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
8039 * gdbarch.h, gdbarch.c: Re-generate.
8040 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
8041 (sparc_gdbarch_init): Set breakpoint_from_pc to
8042 sparc_breakpoint_from_pc.
8043 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
8044 (BREAKPOINT_FROM_PC): Define.
8045 (sparc_breakpoint_from_pc): Declare.
8046 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
8047 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
8048 (BREAKPOINT_FROM_PC): Define.
8049 (BREAKPOINT): Delete macro.
8050 * target.h: Update comment.
8051 * s390-tdep.c (s390_gdbarch_init): Update comments.
8052 * remote.c: Update comments.
8053 * remote-mips.c: Update comments.
8054 * proc-api.c (write_with_trace): Do not check for a breakpoint.
8055 * mem-break.c: Update comment.
8056 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
8057 (ia64_memory_insert_breakpoint): Update.
8058 * config/sparc/tm-sparc.h: Update comment.
8059 * config/pa/tm-hppa64.h: Update comment.
8060 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8061 (rs6000_breakpoint_from_pc): Update.
8062 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8063 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
8064 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
8065 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
8066 (mips_breakpoint_from_pc): Update.
8067 (mips_dump_tdep): Update.
8068
8069 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
8070 * minsyms.c (lookup_minimal_symbol): Inline
8071 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
8072
8073 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
8074 * p-valprint.c (pascal_object_print_value_fields): Ditto.
8075 * p-lang.c (pascal_printstr): Ditto.
8076 * objc-lang.c (objc_printstr): Ditto.
8077 * m2-lang.c (m2_printstr): Ditto.
8078 * jv-valprint.c (java_print_value_fields): Ditto.
8079 * f-lang.c (f_printstr): Ditto.
8080 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
8081 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
8082 for repeat_count_threshold.
8083 * Makefile.in (cp-valprint.o): Update dependencies.
8084
8085 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8086
8087 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
8088 (examine_prologue): Support looking through leaf functions, knowing
8089 they start with mov r2,r12. Support skipping over indirect stores
8090 of the input registers. Upon hitting a non-nop branch instruction
8091 or predicated instruction, bail out by setting lim_pc to the current
8092 pc value in the loop. At the end, if the lim_pc value is still
8093 beyond our calculated value and we have trust_limit set,
8094 use the lim_pc value.
8095
8096 2003-05-15 Andrew Cagney <cagney@redhat.com>
8097
8098 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
8099 generic_find_dummy_frame.
8100 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
8101 (deprecated_generic_find_dummy_frame): Update.
8102 (deprecated_read_register_dummy): Update.
8103 * frame.c (deprecated_generic_get_saved_register): Update.
8104
8105 2003-05-15 Theodore A. Roth <troth@openavr.org>
8106
8107 * avr-tdep.c (avr_breakpoint_from_pc): New function.
8108 (avr_gdbarch_init): Set breakpoint_from_pc method.
8109
8110 2003-05-15 Andrew Cagney <cagney@redhat.com>
8111
8112 * regcache.c (build_regcache): Set deprecated_register_valid
8113 directly.
8114 (deprecated_grub_regcache_for_register_valid): Delete function.
8115 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
8116 declaration.
8117
8118 2003-05-15 David Carlton <carlton@bactrian.org>
8119
8120 Committed by Elena Zannoni <ezannoni@redhat.com>
8121 * symtab.c (lookup_symbol_aux): Delete calls to
8122 lookup_symbol_aux_minsyms.
8123 (lookup_symbol_aux_minsyms): Comment out function and
8124 prototype. Delete lookup by mangled name.
8125
8126 2003-05-14 Kevin Buettner <kevinb@redhat.com>
8127
8128 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
8129 correctly indicate an empty stack and ``stack_allocated'' to the
8130 indicate the number of elements initially allocated.
8131 (dwarf_expr_grow_stack): Simplify method for computing new
8132 stack size. Don't loop infinitely if ``stack_len'' is zero.
8133 (execute_stack_op): Move ``ctx->in_reg'' initialization
8134 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
8135 be used in conjuction with DW_OP_piece. Revise error message
8136 accordingly.
8137
8138 2003-05-14 Theodore A. Roth <troth@openavr.org>
8139
8140 * MAINTAINERS: Update my email address.
8141 * avr-tdep.c: Ditto.
8142
8143 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
8144
8145 * symtab.h (enum domain_enum): Rename from namespace_enum.
8146 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
8147 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
8148 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
8149 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
8150 TYPES_NAMESPACE, METHODS_NAMESPACE.
8151 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
8152 (struct symbol, struct partial_symbol): Rename field
8153 'namespace_enum namespace' to 'domain_enum domain'.
8154 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
8155 Delete old define kludge for namespace.
8156
8157 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
8158 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
8159 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
8160 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
8161 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
8162 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
8163 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8164 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8165 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8166 occurrences of the above.
8167
8168 2003-05-14 Ian Lance Taylor <ian@airs.com>
8169
8170 * Makefile.in (install-only): Use $(SHELL) when running
8171 mkinstalldirs.
8172
8173 2003-05-13 Ian Lance Taylor <ian@airs.com>
8174
8175 * MAINTAINERS (write after approval): Add myself.
8176
8177 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8178 second and third arguments.
8179 * ser-tcp.c (_initialize_ser_tcp): Likewise.
8180 * ser-unix.c (_initialize_ser_hardwire): Likewise.
8181
8182 2003-05-13 Andrew Cagney <cagney@redhat.com>
8183
8184 * defs.h (store_address): Delete declaration.
8185 findvar.c (store_address): Delete function.
8186 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8187 store_unsigned_integer.
8188 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8189 * v850-tdep.c (v850_push_arguments): Ditto.
8190 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8191 * sh-tdep.c (sh64_get_saved_register): Ditto.
8192 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8193 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8194 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8195 (mips_get_saved_register): Ditto.
8196 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8197 (find_func_descr, ia64_push_arguments): Ditto.
8198 * i386-tdep.c (i386_push_arguments): Ditto.
8199 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8200 * frv-tdep.c (frv_push_arguments): Ditto.
8201 * frame.c (legacy_saved_regs_prev_register): Ditto.
8202 (deprecated_generic_get_saved_register): Ditto.
8203 * findvar.c (unsigned_address_to_pointer): Ditto.
8204 * dwarf2read.c (dwarf2_const_value): Ditto.
8205 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8206 * alpha-tdep.c (alpha_push_arguments): Ditto.
8207
8208 2003-05-12 J. Brobecker <brobecker@gnat.com>
8209
8210 * NEWS: Mention that the hppa-hpux port has been partially
8211 multiarched (32bit ABIT only, so far).
8212
8213 2003-05-11 Andrew Cagney <cagney@redhat.com>
8214
8215 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8216 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8217 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8218 sim/testsuite/sim/arm/misaligned2.ms, and
8219 sim/testsuite/sim/arm/misaligned3.ms.
8220 * disasm.h (struct ui_file): Add opaque struct declaration.
8221 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8222 * frame.h (struct ui_file): Ditto.
8223
8224 2003-05-11 Mark Kettenis <kettenis@gnu.org>
8225
8226 * value.h: Pretty print.
8227
8228 2003-05-10 Mark Kettenis <kettenis@gnu.org>
8229
8230 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8231
8232 2003-05-08 Andrew Cagney <cagney@redhat.com>
8233
8234 * regcache.h (max_register_size): Delete declaration.
8235 * regcache.c (max_register_size): Delete function.
8236 (struct regcache_descr): Delete field "max_register_size".
8237 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8238 registers fit in MAX_REGISTER_SIZE.
8239 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8240 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8241 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8242 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8243 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8244 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8245 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8246 * dve3900-rom.c, hppa-tdep.c: Ditto.
8247
8248 2003-05-08 David Carlton <carlton@math.stanford.edu>
8249
8250 * valops.c (push_word): Fix typo.
8251
8252 2003-05-08 Andrew Cagney <cagney@redhat.com>
8253
8254 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8255 * gdbarch.h: Re-generate.
8256 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8257 (legacy_max_register_raw_size): Delete declaration.
8258 * regcache.c (legacy_max_register_raw_size): Delete function.
8259 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8260 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8261 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8262 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8263 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8264 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8265 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8266 * findvar.c, dwarf2cfi.c: Ditto.
8267
8268 2003-05-08 Andrew Cagney <cagney@redhat.com>
8269
8270 * mips-tdep.c (read_signed_register): New function, moved to here
8271 from "regcache.c".
8272 (read_signed_register_pid): Ditto.
8273 * regcache.c (read_signed_register_pid): Delete function, moved to
8274 "mips-tdep.c".
8275 (read_signed_register): Ditto.
8276 * regcache.h (read_signed_register): Delete declaration.
8277 (read_signed_register_pid): Delete declaration.
8278
8279 2003-05-08 Andrew Cagney <cagney@redhat.com>
8280
8281 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8282 * gdbarch.h: Re-generate.
8283 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8284 (legacy_max_register_virtual_size): Delete declaration.
8285 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8286 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8287 * tracepoint.c (memrange_sortmerge): Ditto.
8288 * sparc-tdep.c (sparc_print_registers): Ditto.
8289 * regcache.c (legacy_max_register_virtual_size): Delete function.
8290
8291 2002-05-08 J. Brobecker <brobecker@gnat.com>
8292
8293 * fork-child.c (escape_bang_in_quoted_argument): New function.
8294 (fork_inferior): Escape '!' characters in quoted arguments
8295 only when needed.
8296
8297 2003-05-08 J. Brobecker <brobecker@gnat.com>
8298
8299 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8300 the language of the CU is not currently supported by GDB.
8301
8302 2003-05-08 J. Brobecker <brobecker@gnat.com>
8303
8304 * defs.h (language): Add language_minimal enum value.
8305 * c-lang.c (minimal_language_defn): New language definition.
8306 (_initialize_c_language): Add the new minimal language to the list
8307 of languages known to GDB.
8308
8309 2003-05-08 Kevin Buettner <kevinb@redhat.com>
8310
8311 * frame.c (get_frame_type): Don't attempt to lazily initialize
8312 frame's unwinder for legacy frames.
8313
8314 2003-05-07 Andrew Cagney <cagney@redhat.com>
8315
8316 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8317 and "regcache" parameters.
8318 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8319
8320 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8321
8322 * dwarf2read.c (dwarf_decode_lines): Only use output of
8323 check_cu_functions() when calling record_line(). Do not update
8324 the current address.
8325
8326 2003-05-07 Andrew Cagney <cagney@redhat.com>
8327
8328 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8329 code.
8330
8331 2003-05-07 Jim Blandy <jimb@redhat.com>
8332
8333 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8334 'maint info symtabs' and 'maint info psymtabs'.
8335 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8336 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8337 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8338 Declarations updated.
8339 * maint.c (maintenance_list_command): Delete.
8340 (_initialize_maint_cmds): Update calls to add_cmd.
8341 * gdbcmd.h (maintenancelistlist): Delete declaration.
8342 * cli/cli-cmds.c (maintenancelistlist): Delete.
8343 (init_cmd_lists): Don't initialize it.
8344 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8345
8346 2003-05-07 Andrew Cagney <cagney@redhat.com>
8347
8348 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8349 "regcache".
8350 (d10v_print_registers_info): Update.
8351 (d10v_dmap_register, d10v_imap_register): Delete functions.
8352 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8353 and "imap_register".
8354 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8355 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8356 * arch-utils.c (generic_remote_translate_xfer_address): Add
8357 "regcache" and "gdbarch" parameters.
8358 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8359 parameter. Change class to multi-arch.
8360 * gdbarch.h, gdbarch.c: Re-generate.
8361 * remote.c (remote_xfer_memory): Use
8362 gdbarch_remote_translate_xfer_address.
8363
8364 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8365
8366 * infrun.c (prev_pc): Move declaration ahead of proceed().
8367 (proceed): Refresh prev_pc value before resuming.
8368 (stop_stepping): Remove code to refresh prev_pc.
8369
8370 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8371
8372 * nto-tdep.c: Removed stray comment.
8373
8374 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8375
8376 * i386-nto-tdep.c: Fix old K&R function definitions.
8377 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8378 Also change add_show_from_set() call to add_setshow_cmd().
8379 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8380
8381 2003-05-05 Andrew Cagney <cagney@redhat.com>
8382
8383 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8384 (fprint_dummy_frames): New function.
8385 (maintenance_print_dummy_frames): New function.
8386 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8387 * frame.c (fprint_frame_id): Make global.
8388 * frame.h (fprint_frame_id): Declare.
8389 * Makefile.in (dummy-frame.o): Update dependencies.
8390
8391 2003-05-05 Andrew Cagney <cagney@redhat.com>
8392
8393 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8394 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8395 SIZEOF_CALL_DUMMY_WORDS.
8396 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8397 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8398 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8399 CALL_DUMMY_BREAKPOINT_OFFSET.
8400 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8401 CALL_DUMMY_START_OFFSET.
8402 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8403 * gdbarch.h, gdbarch.c: Re-generate.
8404 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8405 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8406 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8407 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8408 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8409 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8410 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8411 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8412 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8413 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8414 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8415 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8416 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8417 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8418 * config/sparc/tm-sparc.h: Update.
8419
8420 2003-05-05 Kris Warkentin <kewarken@qnx.com>
8421
8422 * configure.tgt: Add i[3456]86-*-nto*.
8423 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8424 * nto-tdep.c: New file. Neutrino target support routines.
8425 * nto-tdep.h: New file. Neutrino target header.
8426 * config/tm-qnxnto.h: New file.
8427 * config/i386/i386nto.mt: New file.
8428 * config/i386/tm-i386nto.h: New file.
8429
8430 2003-05-04 Andrew Cagney <cagney@redhat.com>
8431
8432 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8433 (load_infrun_state): Ditto.
8434 (struct thread_info): Drop "prev_func_name" field.
8435 * thread.c (load_infrun_state): Update.
8436 (save_infrun_state): Update.
8437 * infrun.c (prev_func_name): Delete variable.
8438 (init_wait_for_inferior): Do not clear prev_func_name.
8439 (stop_stepping, keep_going, context_switch): Do not swap
8440 prev_func_name.
8441 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8442 instead of PC_IN_SIGTRAMP.
8443
8444 2003-05-04 Andrew Cagney <cagney@redhat.com>
8445
8446 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8447 REGISTER_BYTE with register_offset_hack.
8448 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8449 that REGISTER_BYTE is consistent with the regcache.
8450 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8451 * gdbarch.h, gdbarch.c: Regenerate.
8452
8453 2003-05-04 Mark Kettenis <kettenis@gnu.org>
8454
8455 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8456 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8457
8458 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8459
8460 2003-05-03 J. Brobecker <brobecker@gnat.com>
8461
8462 From Thierry Schneider <tpschneider1@yahoo.com>
8463 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8464 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8465 (mi-cmd-symbol.o): Add rule.
8466
8467 2003-05-03 Andrew Cagney <cagney@redhat.com>
8468
8469 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8470 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8471 * gdbarch.h, gdbarch.c: Re-generate.
8472 * d10v-tdep.c (d10v_push_dummy_code): New function.
8473 (d10v_gdbarch_init): Set push_dummy_code.
8474 * infcall.c (legacy_push_dummy_code): New function.
8475 (generic_push_dummy_code): New function.
8476 (push_dummy_code): New function.
8477 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8478 instead of dummy_addr, to push_dummy_call. Move call to
8479 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8480 switch.
8481 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8482
8483 2003-05-03 Andrew Cagney <cagney@redhat.com>
8484
8485 * disasm.h (print_insn): Declare.
8486 * disasm.c (init_gdb_disassemble_info): New function.
8487 (gdb_disassembly): Call init_gdb_disassemble_info.
8488 (gdb_print_insn): New function.
8489 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8490 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8491 * mcore-tdep.c: Include "disasm.h"
8492 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8493 * d10v-tdep.c: Include "disasm.h".
8494 (display_trace): Call gdb_print_insn, instead of print_insn.
8495 (print_insn): Delete function.
8496 * printcmd.c: Include "disasm.h".
8497 (print_insn): Delete function.
8498 (print_formatted): Call gdb_print_insn, instead of print_insn.
8499 * Makefile.in (printcmd.o): Update dependencies.
8500 (mcore-tdep.o, d10v-tdep.o): Ditto.
8501
8502 2003-05-02 Andrew Cagney <cagney@redhat.com>
8503
8504 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8505 PC_REGNUM, re-indent.
8506 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8507 PC_REGNUM isn't set.
8508
8509 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8510 * gdbarch.h, gdbarch.c: Re-generate.
8511 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8512 register_virtual_size, pc_regnum, or register_bytes.
8513 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8514 (d10v_register_type): Use D10V_PC_REGNUM.
8515 (d10v_print_registers_info, d10v_read_pc): Ditto.
8516 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8517 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8518
8519 2003-05-02 David Carlton <carlton@bactrian.org>
8520
8521 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8522 the name with mstrsave.
8523
8524 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8525
8526 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8527 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8528 (host_charset_name, target_charset_name): New vars for use by
8529 set/show commands.
8530 (host_charset_enum, target_charset_enum): New enums for set/show
8531 commands.
8532 (set_charset_sfunc, set_host_charset_sfunc,
8533 set_target_charset_sfunc): New functions.
8534 (set_host_charset, set_target_charset): Make static.
8535 (list_charsets, set_host_charset_command,
8536 set_target_charset_command): Delete functions.
8537 (show_charset_command): Rewrite as....
8538 (show_charset): Hook this up with the set/show command mechanism.
8539 (_initialize_charset): Change names of charsets to match the
8540 set/show enums. Use host_charset_name and target_charset_name.
8541 Use set/show mechanism for charset, host-charset, target-charset
8542 commands. Do not make 'show host-charset' and 'show
8543 target-charset' be aliases of 'show charset'.
8544
8545 * charset.h (set_host_charset, set_target_charset): Don't export,
8546 they are not used outside the file.
8547
8548 2003-05-01 Andrew Cagney <cagney@redhat.com>
8549
8550 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8551 (gdb_disassembly): Make "di" non static, always initialize and
8552 cleanup. Always use dis_asm_read_memory.
8553 (gdb_dis_asm_read_memory): Delete function.
8554
8555 2003-05-01 Andrew Cagney <cagney@redhat.com>
8556
8557 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8558 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8559
8560 2003-04-30 Andrew Cagney <cagney@redhat.com>
8561
8562 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8563 "tm_print_insn_info".
8564 (TARGET_PRINT_INSN_INFO): Delete macro.
8565 (dis_asm_read_memory): Delete function declaration.
8566 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8567 (tm_print_insn_info): Delete variable definition.
8568 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8569 * gdbarch.h, gdbarch.c: Re-generate.
8570 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8571 "deprecated_tm_print_insn_info".
8572 * mcore-tdep.c (mcore_dump_insn): Ditto.
8573 * mips-tdep.c (mips_gdbarch_init): Ditto.
8574 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8575 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8576 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8577 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8578 instead of TARGET_PRINT_INSN_INFO, add comment.
8579 * s390-tdep.c (s390_get_frame_info): Instead of
8580 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8581 (s390_check_function_end, s390_is_sigreturn): Ditto.
8582 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8583 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8584 * disasm.c: Include "gdbcore.h".
8585 (_initialize_disasm): New function, initialize
8586 "deprecated_tm_print_insn_info".
8587 (deprecated_tm_print_insn_info): New variable.
8588 (dis_asm_read_memory): Moved from "corefile.c", made static.
8589 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8590 * Makefile.in (disasm.o): Update dependencies.
8591
8592 2003-04-30 Andrew Cagney <cagney@redhat.com>
8593
8594 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8595
8596 2003-04-29 Adam Fedor <fedor@gnu.org>
8597
8598 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8599 * infcall.c (find_function_addr): Make non-static.
8600 * infcall.h (find_function_addr): Declare.
8601 * Makefile.in (eval.o): Update dependencies.
8602
8603 2003-04-28 Adam Fedor <fedor@gnu.org>
8604
8605 * symtab.c (symbol_find_demangled_name): Check for and demangle
8606 ObjC symbols.
8607 (symbol_init_demangled_name): Init for language_objc as well.
8608
8609 2003-04-28 Andrew Cagney <cagney@redhat.com>
8610
8611 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8612 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8613 * gdbarch.h, gdbarch.c: Re-generate.
8614 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8615 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8616 * inferior.h (deprecated_read_fp): Rename read_fp.
8617 (generic_target_read_fp): Delete declaration.
8618 * regcache.c (generic_target_read_fp): Delete function.
8619 (deprecated_read_fp): Replace read_fp, use
8620 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8621 * d10v-tdep.c (d10v_read_fp): Delete function.
8622 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8623
8624 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8625 deprecated_target_read_fp to generic_target_read_fp.
8626 * sh-tdep.c (sh_gdbarch_init): Ditto.
8627 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8628 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8629 * frv-tdep.c (frv_gdbarch_init): Ditto.
8630
8631 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8632 deprecated_fp_regnum.
8633 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8634 * vax-tdep.c (vax_gdbarch_init): Ditto.
8635 * v850-tdep.c (v850_gdbarch_init): Ditto.
8636 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8637 * sh-tdep.c (sh_gdbarch_init): Ditto.
8638 * s390-tdep.c (s390_gdbarch_init): Ditto.
8639 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8640 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8641 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8642 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8643 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8644 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8645 * i386-tdep.c (i386_gdbarch_init): Ditto.
8646 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8647 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8648 * frv-tdep.c (frv_gdbarch_init): Ditto.
8649 * cris-tdep.c (cris_gdbarch_init): Ditto.
8650 * avr-tdep.c (avr_gdbarch_init): Ditto.
8651 * arm-tdep.c (arm_gdbarch_init): Ditto.
8652 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8653
8654 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8655 * v850-tdep.c (v850_gdbarch_init): Ditto.
8656 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8657 * sh-tdep.c (sh_gdbarch_init): Ditto.
8658 * s390-tdep.c (s390_gdbarch_init): Ditto.
8659 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8660 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8661 * mips-tdep.c (mips_gdbarch_init): Ditto.
8662 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8663 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8664 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8665 * frv-tdep.c (frv_gdbarch_init): Ditto.
8666 * avr-tdep.c (avr_gdbarch_init): Ditto.
8667 * arm-tdep.c (arm_gdbarch_init): Ditto.
8668
8669 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8670 DEPRECATED_FP_REGNUM.
8671 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8672 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8673 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8674 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8675 (sparc32_register_virtual_type): Ditto.
8676 * sh-tdep.c (sh64_frame_chain): Ditto.
8677 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8678 (sh_nofp_frame_init_saved_regs): Ditto.
8679 (sh64_nofp_frame_init_saved_regs): Ditto.
8680 (sh_fp_frame_init_saved_regs): Ditto.
8681 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8682 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8683 * procfs.c (procfs_fetch_registers): Ditto.
8684 (procfs_store_registers): Ditto.
8685 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8686 (store_inferior_registers, fetch_core_registers): Ditto.
8687 (fetch_kcore_registers, clear_regs): Ditto.
8688 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8689 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8690 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8691 * nlm/i386.c (do_status): Ditto.
8692 * mipsv4-nat.c (supply_gregset): Ditto.
8693 * mips-tdep.c: Ditto for comments.
8694 * mips-nat.c (fetch_inferior_registers): Ditto.
8695 (store_inferior_registers, fetch_core_registers): Ditto.
8696 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
8697 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
8698 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
8699 (i386_do_pop_frame, i386_register_type): Ditto.
8700 * hppa-tdep.c (hppa_frame_chain): Ditto.
8701 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
8702 (hppa_pop_frame, hppa_read_fp): Ditto.
8703 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
8704 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
8705 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8706 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8707 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8708 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8709 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8710 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8711 * blockframe.c: Ditto for comments.
8712 * arch-utils.h: Ditto for comments.
8713 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8714 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8715 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8716 * alpha-tdep.h: Ditto for comments.
8717 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8718 (alpha_cannot_store_register): Ditto.
8719 (alpha_push_dummy_frame): Ditto.
8720 * alpha-nat.c (supply_gregset): Ditto.
8721
8722 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8723 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8724 * config/sparc/tm-sparc.h: Update comment.
8725
8726 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8727 deprecated_read_fp instead of TARGET_READ_FP.
8728 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8729 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8730 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8731 deprecated_read_fp instead of read_fp.
8732 * s390-tdep.c (s390_push_arguments): Ditto.
8733 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8734 * frame.h: Ditto in comments.
8735 * frame.c (legacy_get_prev_frame): Ditto.
8736 * dummy-frame.c (dummy_frame_this_id): Ditto.
8737 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8738
8739 2003-04-28 Andrew Cagney <cagney@redhat.com>
8740
8741 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8742 * gdbarch.h, gdbarch.c: Re-generate.
8743 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8744 * vax-tdep.c (_initialize_vax_tdep): Update.
8745 * v850-tdep.c (_initialize_v850_tdep): Update.
8746 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8747 * s390-tdep.c (_initialize_s390_tdep): Update.
8748 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8749 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8750 * mips-tdep.c (_initialize_mips_tdep): Update.
8751 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8752 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8753 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8754 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8755 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8756 * frv-tdep.c (_initialize_frv_tdep): Update.
8757 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8758 (_initialize_cris_tdep): Update.
8759 * arch-utils.c (legacy_print_insn): Update.
8760 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8761
8762 2003-04-26 Adam Fedor <fedor@gnu.org>
8763
8764 * linespec.c (decode_objc): New function to decode ObjC calls
8765 (decode_line_1): Check for ObjC calls (using decode_objc)
8766 * Makefile (linespec.o): Update dependencies.
8767
8768 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
8769
8770 * breakpoint.h (struct breakpoint_ops): New.
8771 (struct breakpoint): Add ops member.
8772
8773 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8774 (mention): Use new breakpoint ops member.
8775 (set_raw_breakpoint): Initialize ops field to NULL.
8776 (print_exception_catchpoint, print_one_exception_catchpoint)
8777 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8778 (gnu_v3_exception_catchpoint_ops): New.
8779 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8780
8781 2003-04-25 Adam Fedor <fedor@gnu.org>
8782
8783 * Makefile.in (COMMON_OBS): Add objc-lang.o
8784
8785 2003-04-25 Andrew Cagney <cagney@redhat.com>
8786
8787 * d10v-tdep.c (print_insn): Delete function.
8788 (display_trace): Use TARGET_PRINT_INSN.
8789 (_initialize_d10v_tdep): Do not set tm_print_insn.
8790 (d10v_gdbarch_init): Set print_insn.
8791
8792 2003-04-25 Andrew Cagney <cagney@redhat.com>
8793
8794 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8795 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8796 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8797 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8798 (nr_dmap_regs, a0_regnum): ... new functions.
8799 (d10v_print_registers_info): Use a0_regnum, use register_size.
8800 (d10v_register_byte): Delete function.
8801 (d10v_register_raw_size): Delete function.
8802 (d10v_register_type): Use a0_regnum.
8803 (d10v_print_registers_info): Use a0_regnum.
8804 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8805 (d10v_gdbarch_init): Do not set register_byte or
8806 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8807 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8808 extract_address.
8809 (trace_command): Use XCALLOC.
8810 (print_insn): Delete reference to tm_print_insn.
8811 (saved_regs_unwinder): Use store_unsigned_integer instead of
8812 store_address.
8813 * frame.h (FRAME_OBSTACK_CALLOC): Define
8814
8815 2003-04-25 David Carlton <carlton@bactrian.org>
8816
8817 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8818
8819 2003-04-24 Adam Fedor <fedor@gnu.org>
8820
8821 * objc-lang.c: Include "valprint.h"
8822 * Makefile.in (objc-lang.o): Update dependencies.
8823
8824 2003-04-24 Adam Fedor <fedor@gnu.org>
8825
8826 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
8827 architecture dependant compilation and mark as unimplemented
8828 (until they get put in the gdbarch vector).
8829
8830 2003-04-23 David Carlton <carlton@bactrian.org>
8831
8832 * cp-support.c (cp_find_first_component): Accept 'operator' in
8833 more locations.
8834
8835 2003-04-23 Andrew Cagney <cagney@redhat.com>
8836
8837 * infcall.c (call_function_by_hand): Eliminate redundant
8838 indentation. Move "saved_async" and "old_cleanups" to where they
8839 are needed.
8840
8841 2003-04-23 Andrew Cagney <cagney@redhat.com>
8842
8843 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8844 and "buffer". Move the "name" code to where it is needed.
8845
8846 2003-04-23 Andrew Cagney <cagney@redhat.com>
8847
8848 * infcall.c (call_function_by_hand): Move variables "start_sp",
8849 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8850 code to ON_STACK switch branch.
8851
8852 2003-04-23 Andrew Cagney <cagney@redhat.com>
8853
8854 * infcall.c (call_function_by_hand): Make declaration of "i",
8855 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8856 lint.
8857
8858 2003-04-23 Andrew Cagney <cagney@redhat.com>
8859
8860 * infcall.c (call_function_by_hand): Delete variable
8861 "n_method_args". Localize "param_type"'s declaration to the loop
8862 that it is used. Reinstate code assigning to said variable -
8863 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8864 Rationalize code using "param_type".
8865
8866 2003-04-22 Andrew Cagney <cagney@redhat.com>
8867
8868 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8869 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8870 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8871 to DEPRECATED_PUSH_RETURN_ADDRESS.
8872
8873 2003-04-22 Kevin Buettner <kevinb@redhat.com>
8874
8875 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8876 on the DWARF2 register number prior to fetching a register.
8877
8878 2003-04-22 J. Brobecker <brobecker@gnat.com>
8879
8880 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8881 Update all the tests using SOFT_FLOAT considering the fact that
8882 this macro was always set to 0.
8883 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8884 considering the fact that this macro was always set to 0.
8885 * hppa-tdep.h (hppa_store_return_value): Likewise.
8886 (hppa_extract_return_value): Likewise.
8887
8888 2003-04-22 J. Brobecker <brobecker@gnat.com>
8889
8890 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8891 the hppa-pro target only.
8892
8893 2003-04-21 J. Brobecker <brobecker@gnat.com>
8894
8895 Ongoing multi-arch conversion effort for HP/UX:
8896 * config/pa/tm-hppa.h: Move all macro that are no longer
8897 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8898 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8899
8900 2003-04-21 J. Brobecker <brobecker@gnat.com>
8901
8902 * config/pa/tm-hppa.h: Obsolete a section that was only used
8903 for hppa-pro.
8904
8905 2003-04-21 J. Brobecker <brobecker@gnat.com>
8906
8907 Ongoing multi-arch conversion for HP/UX.
8908 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8909 if already defined (allows hppa64 to stay non-multiarched for now).
8910 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8911
8912 2003-04-21 Andrew Cagney <cagney@redhat.com>
8913
8914 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8915
8916 2003-04-21 Andrew Cagney <cagney@redhat.com>
8917
8918 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8919 "i386_num_mmx_regs".
8920
8921 2003-04-21 Andrew Cagney <cagney@redhat.com>
8922
8923 * infcall.c: New file.
8924 * infcall.h: New file.
8925 * valarith.c: Include "infcall.h".
8926 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8927 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8928 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8929 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8930 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8931 (SFILES): Add "infcall.c"
8932 (COMMON_OBS): Add "infcall.o".
8933 (infcall.o): Specify dependencies.
8934 * value.h (call_function_by_hand): Delete declaration.
8935 * inferior.h (run_stack_dummy): Delete declaration.
8936 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8937 (run_stack_dummy): Move to "infcall.c", merged into
8938 call_function_by_hand.
8939 * valops.c (call_function_by_hand): Moved to "infcall.c".
8940 (find_function_addr, value_arg_coerce): Ditto.
8941 (unwindonsignal_p, coerce_float_to_double): Ditto.
8942 (_initialize_valops): Move "set/show coerce-float-to-double", and
8943 "set/show unwindonsignal" commands to "infcall.c".
8944 * v850-tdep.c, target.h: Update comments.
8945 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8946 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8947 (sh64_init_extra_frame_info): Update comments.
8948 * mn10300-tdep.c: Update comments.
8949 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8950 * config/sparc/tm-sparc.h: Update comments.
8951 * breakpoint.h: Update comments.
8952 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8953 * arm-tdep.c: Update comment.
8954
8955 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8956
8957 * i386-tdep.c (i386_num_register_names): New variable.
8958 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8959 (MM0_REGNUM): Remove redundant parentheses in define.
8960 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8961 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8962 i386_mxcsr_regnum_p): Remove redundant parentheses.
8963 (i386_register_name): Use i386_num_register_names.
8964
8965 * i386-tdep.c (i386_extract_return_value,
8966 i386_store_return_value): Correct check for availability of
8967 floating-point registers.
8968
8969 * i386-tdep.c (i386_frame_num_args): Remove function.
8970 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8971
8972 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8973 mmx_regnum_to_fp_regnum. Adjust all callers.
8974
8975 * i386-tdep.c (i386_get_longjmp_target): Use
8976 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8977 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8978 extract_address.
8979
8980 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8981
8982 * core-regset.c: Update comments to reflect reality. Re-order
8983 includes.
8984 (fetch_core_registers): Use switch instead of if. Remove
8985 redundant prototype.
8986
8987 2003-04-18 Jim Blandy <jimb@redhat.com>
8988
8989 * s390-tdep.c (s390_frame_align): New function.
8990 (s390_gdbarch_init): Register it with the gdbarch object.
8991
8992 2003-04-17 Richard Henderson <rth@redhat.com>
8993
8994 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8995
8996 2003-04-17 Michael Snyder <msnyder@redhat.com>
8997 Karen Bennet <bennet@redhat.com>
8998
8999 Committed by Elena Zannoni <ezannoni@redhat.com>
9000 * gdb_gcore.sh: New script to create a core dump of a process.
9001
9002 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
9003
9004 * values.c (value_being_returned): Don't fetch the return
9005 value if the return type is void.
9006
9007 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9008
9009 * thread-db.c: Reindented.
9010
9011 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9012
9013 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
9014 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
9015 as types.
9016
9017
9018
9019
9020
9021
9022
9023
9024
9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041 2003-04-16 Kevin Buettner <kevinb@redhat.com>
9042
9043 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
9044 the size of ``long double'' to 16, instead of 8.
9045
9046 2003-04-16 Mark Kettenis <kettenis@gnu.org>
9047
9048 * i386-linux-nat.c: Add some whitespace to make things more
9049 readable.
9050 (fetch_register, store_register, fetch_inferior_registers,
9051 store_inferior_registers): Get rid of assignment in if-statement.
9052 (store_register): Fix typo in error message.
9053
9054 2003-04-16 Andrew Cagney <cagney@redhat.com>
9055
9056 * utils.c (xmmalloc): Always allocate something, matches
9057 libiberty/xmalloc's semantics.
9058 (xmrealloc, xmcalloc): Ditto.
9059
9060 2003-04-16 Andrew Cagney <cagney@redhat.com>
9061
9062 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
9063 update comments.
9064 (get_frame_type): Initialize unwind and type when needed.
9065 (get_frame_id, frame_register_unwind): Ditto.
9066
9067 2003-04-16 Andrew Cagney <cagney@redhat.com>
9068
9069 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
9070 obsolete.
9071 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
9072 * sparcl-stub.c: Obsolete file.
9073 * config/sparc/tm-sparclet.h: Obsolete file.
9074 * sparclet-stub.c: Obsolete file.
9075 * sparclet-rom.c: Obsolete file.
9076 * sparcl-tdep.c: Obsolete file.
9077 * config/sparc/tm-sparclite.h: Obsolete file.
9078 * config/sparc/sparclite.mt: Obsolete file.
9079 * config/sparc/sparclet.mt: Obsolete file.
9080 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
9081 sparc86x-*-* obsolete.
9082
9083 2003-04-15 David Carlton <carlton@math.stanford.edu>
9084
9085 * Makefile.in (SFILES): Add cp-namespace.c.
9086 (COMMON_OBS): Add cp-namespace.o.
9087 (block.o): Depend on gdb_obstack_h and cp_support_h.
9088 (buildsym.o): Depend on cp_support_h.
9089 (cp-namespace.o): New.
9090 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
9091 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
9092 (dwarf2read.o): Depend on cp_support_h.
9093 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
9094 * dwarf2read.c (process_die): Set processing_has_namespace_info,
9095 processing_current_namespace.
9096 (read_namespace): Update processing_current_namespace; check for
9097 anonymous namespaces.
9098 (dwarf2_name): New function.
9099 (dwarf2_extension): Ditto.
9100 * cp-support.h: Update copyright, contributors.
9101 Add inclusion guards.
9102 Add opaque declaration for structs obstack, block, symbol.
9103 (struct using_direct): New struct.
9104 Add declarations for cp_find_first_component,
9105 cp_entire_prefix_len, processing_has_namespace_info,
9106 processing_current_namespace, cp_is_anonymous,
9107 cp_add_using_directive, cp_initialize_namespace,
9108 cp_finalize_namespace, cp_set_block_scope,
9109 cp_scan_for_anonymous_namespaces.
9110 * cp-namespace.c: New file.
9111 * cp-support.c: Update copyright.
9112 Include ctype.h, gdb_assert.h, gdbcmd.h.
9113 New variable maint_cplus_cmd_list.
9114 (cp_find_first_component): New function.
9115 (cp_entire_prefix_len, maint_cplus_command)
9116 (first_component_command, _initialize_cp_support): Ditto.
9117 * buildsym.c: Include cp-support.h.
9118 New variable using_list.
9119 (add_symbol_to_list): Check for anonymous namespaces.
9120 (finish_block): Set block's scope.
9121 (start_symtab): Initialize C++ namespace support.
9122 (end_symtab): Finalize C++ namespace support.
9123 * block.h: Add opaque declarations for structs
9124 block_namespace_info, using_direct, and obstack.
9125 Add declarations for block_set_scope and block_set_using.
9126 (struct block): Add 'language_specific' member.
9127 (BLOCK_NAMESPACE): New macro.
9128 * block.c: Include gdb_obstack.h and cp-support.h.
9129 (struct block_namespace_info): New struct.
9130 (block_set_scope): New function.
9131 (block_set_using, block_initialize_namespace): Ditto.
9132
9133 2003-04-14 Kevin Buettner <kevinb@redhat.com>
9134
9135 * solib-svr4.c (svr4_have_link_map_offsets): New function.
9136 (locate_base): Return early if there aren't any link map offsets.
9137 (svr4_solib_create_inferior_hook): Warn if shared library support
9138 is unavailable.
9139
9140 2003-04-14 David Carlton <carlton@math.stanford.edu>
9141
9142 * symtab.c (symbol_set_names): Add prefix when storing Java names
9143 in hash table. Fix for PR java/1039.
9144
9145 2003-04-14 David Carlton <carlton@math.stanford.edu>
9146
9147 * symtab.c (symbol_set_names): Rename 'name' arg to
9148 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
9149 * symtab.h: Change 'name' argument in declaration of
9150 symbol_set_names to 'linkage_name'.
9151 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
9152
9153 2003-04-14 Andrew Cagney <cagney@redhat.com>
9154
9155 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
9156 return the fully sign-extended register value.
9157 (get_frame_pointer): Ditto.
9158 (mips_pop_frame): Initialize "proc_desc" after checking for a
9159 dummy frame.
9160
9161 2003-04-14 Andrew Cagney <cagney@redhat.com>
9162
9163 * mips-tdep.c (mips_push_dummy_frame): Delete function.
9164 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9165 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9166 (mips_push_register): Delete function.
9167 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9168 PUSH_FP_REGNUM.
9169
9170 2003-04-14 Jim Blandy <jimb@redhat.com>
9171
9172 * symmisc.c: #include "gdb_regex.h".
9173 (maintenance_list_symtabs, maintenance_list_psymtabs): New
9174 functions.
9175 * maint.c (maintenance_list_command): New function.
9176 (_initialize_maint_cmds): Register the above as commands.
9177 * symtab.h (maintenance_list_symtabs,
9178 maintenance_list_psymtabs): New declarations.
9179 * cli/cli-cmds.c (maintenancelistlist): New variable.
9180 (init_cmd_lists): Initialize it.
9181 * cli/cli-cmds.h (maintenancelistlist): New declaration.
9182 * gdbcmd.h (maintenancelistlist): New declaration.
9183 * Makefile.in (symmisc.o): Update dependencies.
9184
9185 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
9186
9187 * s390-nat.c: Include asm/types.h for addr_t.
9188
9189 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
9190
9191 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9192 actually incoming type.
9193
9194 2003-04-13 Andrew Cagney <cagney@redhat.com>
9195
9196 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9197 get_next_frame and get_frame_saved_regs.
9198
9199 2003-04-13 Andrew Cagney <cagney@redhat.com>
9200
9201 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9202 of gdbarch_num_regs.
9203
9204 2003-04-13 Andrew Cagney <cagney@redhat.com>
9205
9206 * frame.h: Mention what replaced what in "struct frame_info".
9207 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9208 deprecated_update_frame_base_hack and
9209 deprecated_update_frame_pc_hack.
9210 * hppa-tdep.c: Ditto.
9211
9212 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9213
9214 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9215 to read_reg and update its comment. Remove regnum member.
9216 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9217 Don't call read_reg when setting in_reg. Call read_reg to get
9218 the frame base if it's in a register. Return the register number
9219 on the stack instead of in the context. Remove extra arguments
9220 to read_reg.
9221 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9222 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
9223 the register number on the expression stack.
9224 (needs_frame_read_reg): Remove extra arguments.
9225
9226 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9227
9228 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9229 made non-static.
9230 (execute_stack_op): All callers updated.
9231 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9232 * dwarf2loc.c (find_location_expression): New function.
9233 (dwarf_expr_frame_base): Call it.
9234 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9235 (dwarf2_tracepoint_var_ref): New function, broken out from
9236 locexpr_tracepoint_var_ref.
9237 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9238 Make static.
9239 (loclist_read_variable, loclist_read_needs_frame): New functions.
9240 (loclist_describe_location, loclist_tracepoint_var_ref): New
9241 functions.
9242 (dwarf2_loclist_funcs): New struct location_funcs.
9243 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9244 (struct dwarf2_locexpr_baton): Add comments.
9245 (dwarf2_loclist_funcs): New extern.
9246 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9247 base_address and base_known.
9248 (dwarf_loc_buffer): New variable.
9249 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9250 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9251 (dwarf2_has_info): Initialize dwarf_loc_offset.
9252 (dwarf2_build_psymtabs): Read in .debug_loc.
9253 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9254 DWARF_LOC_SIZE.
9255 (psymtab_to_symtab_1): Likewise. Move base address calculation
9256 here, from...
9257 (dwarf2_get_pc_bounds): ... here. Use the base address from
9258 cu_header.
9259 (dwarf2_symbol_mark_computed): Handle location lists.
9260
9261 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9262
9263 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9264 if the linkage name demangled successfully.
9265
9266 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9267
9268 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9269 disassmbly_flavour): Removed.
9270
9271 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9272
9273 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9274
9275 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9276
9277 2003-04-12 Andrew Cagney <cagney@redhat.com>
9278
9279 * frame.h (struct frame_info): Move definition from here ...
9280 * frame.c (struct frame_info): ... to here.
9281
9282 2003-04-12 Andrew Cagney <cagney@redhat.com>
9283
9284 * gdbthread.h (save_infrun_state): Delete parameter
9285 "prev_func_start".
9286 (struct thread_info): Delete field "prev_func_start".
9287 (load_infrun_state): Ditto.
9288 * thread.c (load_infrun_state, save_infrun_state): Update.
9289 * infrun.c (prev_func_start): Delete variable.
9290 (context_switch, init_wait_for_inferior): Update.
9291 (stop_stepping, keep_going): Update.
9292
9293 2003-04-12 Andrew Cagney <cagney@redhat.com>
9294
9295 * gdbarch.sh: Add missing opaque declarations.
9296 * gdbarch.h: Regnerate.
9297 * symtab.h: Add missing opaque declarations.
9298 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9299 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9300 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9301 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9302 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9303 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9304 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9305 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9306 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9307 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9308 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9309 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9310 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9311
9312 2003-04-11 Andrew Cagney <cagney@redhat.com>
9313
9314 * frame.c (get_frame_id): Return this frame's "id".
9315 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9316 function start.
9317 (legacy_saved_regs_this_id): Replace function body with
9318 internal-error.
9319 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9320 FRAME_OBSTACK_ZALLOC.
9321 (create_new_frame): Mark the frame ID as valid.
9322
9323 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
9324
9325 * Makefile.in (libbfd_h): Added missing setting.
9326 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9327 according to the selected ABI.
9328
9329 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9330
9331 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9332
9333 2003-04-11 Andrew Cagney <cagney@redhat.com>
9334
9335 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9336 SAVED_PC_AFTER_CALL.
9337 * gdbarch.h, gdbarch.c: Regenerate.
9338 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9339 * x86-64-tdep.c (x86_64_init_abi): Update.
9340 * vax-tdep.c (vax_gdbarch_init): Update.
9341 * v850-tdep.c (v850_gdbarch_init): Update.
9342 * sparc-tdep.c (sparc_gdbarch_init): Update.
9343 * sh-tdep.c (sh_gdbarch_init): Update.
9344 * s390-tdep.c (s390_gdbarch_init): Update.
9345 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9346 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9347 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9348 * mips-tdep.c (mips_gdbarch_init): Update.
9349 * mcore-tdep.c (mcore_gdbarch_init): Update.
9350 * m68k-tdep.c (m68k_gdbarch_init): Update.
9351 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9352 * ia64-tdep.c (ia64_gdbarch_init): Update.
9353 (ia64_saved_pc_after_call): Update declaration.
9354 * i386ly-tdep.c (i386lynx_init_abi): Update.
9355 * i386-tdep.c (i386_gdbarch_init): Update.
9356 * hppa-tdep.c (hppa_gdbarch_init): Update.
9357 * h8300-tdep.c (h8300_gdbarch_init): Update.
9358 * frv-tdep.c (frv_gdbarch_init): Update.
9359 * cris-tdep.c (cris_gdbarch_init): Update.
9360 * avr-tdep.c (avr_gdbarch_init): Update.
9361 * arm-tdep.c (arm_gdbarch_init): Update.
9362 * alpha-tdep.c (alpha_gdbarch_init): Update.
9363 * ns32knbsd-nat.c (frame_num_args): Update.
9364 * ns32k-tdep.c (umax_frame_num_args): Update.
9365 * mips-tdep.c (mips_init_frame_pc_first): Update.
9366 * infrun.c (step_over_function): Update.
9367 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9368 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9369 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9370 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9371 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9372 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9373 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9374 * arch-utils.c (init_frame_pc_default): Update.
9375 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9376 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9377 declaration.
9378
9379 2003-04-11 Andrew Cagney <cagney@redhat.com>
9380
9381 * i387-tdep.c: Update copyright.
9382 (i387_to_double): Delete function.
9383 (double_to_i387): Delete function.
9384
9385 2003-04-10 Andrew Cagney <cagney@redhat.com>
9386
9387 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9388 frame's function's address. Simplify.
9389 (d10v_frame_unwind_cache): Check that the frame's function is
9390 non-zero.
9391
9392 2003-04-10 Jim Blandy <jimb@redhat.com>
9393
9394 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9395 call to set_gdbarch_deprecated_push_arguments.
9396
9397 2003-04-10 Andrew Cagney <cagney@redhat.com>
9398
9399 * frame.c (fprint_frame_id): New function.
9400 (fprint_frame_type, fprint_frame): New function.
9401 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9402 (create_sentinel_frame, get_frame_id): Ditto.
9403 (frame_id_p, frame_id_eq): Ditto.
9404 (frame_id_inner, create_new_frame): Ditto.
9405 (legacy_get_prev_frame, get_prev_frame): Ditto.
9406 (deprecated_update_frame_pc_hack): Ditto.
9407 (frame_register_unwind): Ditto.
9408 (deprecated_update_frame_base_hack): Ditto.
9409
9410 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9411
9412 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9413 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9414 frame_chain function.
9415 * Makefile.in: Add dependencies due to above change.
9416
9417 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9418
9419 * blockframe.c (legacy_frame_chain_valid): Move call to
9420 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9421 inside_entry_file.
9422
9423 2003-04-09 Andrew Cagney <cagney@redhat.com>
9424
9425 * frame.h (struct frame_id): Replace "pc" and "base" with
9426 "stack_addr" and "code_addr". Update comments.
9427 (frame_id_build): Update parameter names and comment.
9428 (struct frame_info): Replace "id_p" and "id" with "this_id".
9429 * dummy-frame.c (dummy_frame_this_id): Update.
9430 * breakpoint.c (print_one_breakpoint): Update.
9431 * frame.c (get_frame_id): Update.
9432 (get_frame_base, frame_id_build): Update.
9433 (create_sentinel_frame, legacy_get_prev_frame): Update.
9434 (deprecated_update_frame_base_hack): Update.
9435 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9436 (frame_id_inner): Ditto.
9437
9438 2003-04-09 Andrew Cagney <cagney@redhat.com>
9439
9440 * defs.h (gdb_print_host_address): Make "addr" parameter a
9441 pointer constant.
9442 * utils.c (gdb_print_host_address): Update.
9443
9444 2003-04-09 Kevin Buettner <kevinb@redhat.com>
9445
9446 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9447 register number for R0 is 0.
9448
9449 2003-04-09 J. Brobecker <brobecker@gnat.com>
9450
9451 * frame.h (struct gdbarch): Add opaque structure definition
9452 to avoid a compilation warning on LynxOS 4.0.
9453
9454 2003-04-09 Andrew Cagney <cagney@redhat.com>
9455
9456 * frame.h (struct frame_info): Delete field "pc". Replace
9457 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9458 structure.
9459 * frame.c (frame_pc_unwind): Update.
9460 (create_sentinel_frame): Do not set "pc".
9461 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9462 (get_frame_pc): Call frame_pc_unwind.
9463 (deprecated_update_frame_pc_hack): Update.
9464 (create_new_frame): Use "pc" not "->pc".
9465
9466 2003-04-09 Andrew Cagney <cagney@redhat.com>
9467
9468 * frame.c (get_frame_id): Eliminate code updating "frame".
9469 (legacy_get_prev_frame): Ditto.
9470 (get_frame_base): Return id.base directly.
9471 (deprecated_update_frame_base_hack): Update "id.base".
9472 * frame.h (struct frame_info): Delete field "frame".
9473
9474 2003-04-09 Andrew Cagney <cagney@redhat.com>
9475
9476 * NEWS: Mention that the "Sequent family" is obsolete.
9477 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9478 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9479 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9480 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9481 * config/i386/tm-ptx4.h: Obsolete file.
9482 * config/i386/tm-ptx.h: Obsolete file.
9483 * symm-tdep.c: Obsolete file.
9484 * config/i386/symmetry.mt: Obsolete file.
9485 * config/i386/tm-symmetry.h: Obsolete file.
9486 * symm-nat.c: Obsolete file.
9487 * config/i386/nm-symmetry.h: Obsolete file.
9488 * config/i386/xm-symmetry.h: Obsolete file.
9489 * config/i386/symmetry.mh: Obsolete file.
9490 * config/i386/nm-ptx4.h: Obsolete file.
9491 * config/i386/ptx4.mh: Obsolete file.
9492 * config/i386/ptx.mt: Obsolete file.
9493 * config/i386/ptx.mh: Obsolete file.
9494 * config/i386/xm-ptx4.h: Obsolete file.
9495 * config/i386/xm-ptx.h: Obsolete file.
9496
9497 2003-04-09 Andrew Cagney <cagney@redhat.com>
9498
9499 Obsolete mips*-*-mach3*.
9500 * NEWS: Mention that mips*-*-mach3* is obsolete.
9501 * m3-nat.c: Obsolete file.
9502 * config/nm-m3.h: Obsolete file.
9503 * config/mips/tm-mipsm3.h: Obsolete file.
9504 * config/mips/mipsm3.mt: Obsolete file.
9505 * config/mips/mipsm3.mh: Obsolete file.
9506 * config/mips/xm-mipsm3.h: Obsolete file.
9507 * mipsm3-nat.c: Obsolete file.
9508 * configure.host: Obsolete mips-dec-mach3*.
9509 * configure.tgt: Obsolete mips*-*-mach3*.
9510
9511 2003-04-09 Andrew Cagney <cagney@redhat.com>
9512
9513 * doublest.h: Update copyright.
9514 (deprecated_store_floating, deprecated_extract_floating): Rename
9515 store_floating and extract_floating. Update comments.
9516 * doublest.c: Update copyright.
9517 (extract_floating_by_length): Replace extract_floating.
9518 (store_floating_by_length): Replace store_floating.
9519 (deprecated_extract_floating): New function.
9520 (deprecated_store_floating): New function.
9521 (extract_typed_floating): Call extract_floating_by_length.
9522 (store_typed_floating): Call store_floating_by_length.
9523 * x86-64-tdep.c (x86_64_store_return_value): Update.
9524 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9525 (sh64_extract_return_value): Update.
9526 (sh_sh4_register_convert_to_virtual): Update.
9527 (sh_sh64_register_convert_to_virtual): Update.
9528 (sh_sh4_register_convert_to_raw): Update.
9529 (sh_sh64_register_convert_to_raw): Update.
9530 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9531 (rs6000_register_convert_to_raw): Update.
9532 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9533 (ia64_register_convert_to_raw): Update.
9534 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9535 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9536 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9537 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9538 (alpha_register_convert_to_raw): Update.
9539
9540 2003-04-08 Andrew Cagney <cagney@redhat.com>
9541
9542 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9543 * gdbarch.h, gdbarch.c: Re-generate.
9544 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9545 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9546 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9547 conditionally, use frame_pc_unwind as an alternative. Add
9548 comments.
9549 * arch-utils.c (init_frame_pc_default): Only call
9550 SAVED_PC_AFTER_CALL when available.
9551
9552 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9553
9554 * infrun.c (stop_soon): Rename from stop_soon_quietly.
9555 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9556 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9557 (start_remote): Ditto.
9558 (handle_inferior_event): Ditto.
9559 (save_inferior_status): Ditto.
9560 (restore_inferior_status): Ditto.
9561 * infcmd.c (attach_command): Ditto.
9562 * fork-child.c (startup_inferior): Ditto.
9563 * inferior.h (stop_soon): Rename from stop_soon_quietly.
9564 * alpha-tdep.c (heuristic_proc_start): Ditto.
9565 * mips-tdep.c (heuristic_proc_start): Ditto.
9566 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9567 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9568 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9569 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9570 * remote-vx.c (vx_create_inferior): Ditto.
9571
9572 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9573
9574 * infrun.c (stop_soon_quietly): Make it an enum, to better
9575 override the default behavior of handle_inferior_event.
9576 (clear_proceed_status): Update uses of stop_soon_quietly to
9577 reflect that it is now an enum.
9578 (start_remote): Ditto.
9579 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9580 is set to handle the new GNU/Linux kernel behavior for
9581 attach/sigstop. Update uses of stop_soon_quietly.
9582 * inferior.h (enum stop_kind): New enum.
9583 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9584 Reset normal handle_inferior_event behavior, afterwards.
9585 * fork-child.c (startup_inferior): Update.
9586 * alpha-tdep.c (heuristic_proc_start): Update.
9587 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9588 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9589 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9590 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9591 * remote-vx.c (vx_create_inferior): Update.
9592 * mips-tdep.c (heuristic_proc_start): Update.
9593
9594 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
9595
9596 * disasm.c (dump_insns): Move variables inside loop, or they will
9597 be freed more than once, causing wild memory corruptions.
9598 (gdb_disassembly): Look for the substring "-thread",
9599 instead of "-threads" in the target name, to make sure to find
9600 the 'multi-thread' target. Also, make sure we do the right thing
9601 with the "core" target.
9602
9603 2003-04-07 Kevin Buettner <kevinb@redhat.com>
9604
9605 * mips-tdep.c (mips_print_fp_register): New function, created from
9606 do_fp_register_row(). Registers are now (also) printed as hex.
9607 Only one register is printed per row.
9608 (mips_print_register, do_fp_register_row): Print floating point
9609 registers with mips_print_fp_register().
9610
9611 2003-04-06 Andrew Cagney <cagney@redhat.com>
9612
9613 * valprint.h (inspect_it): Add extern declaration.
9614 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9615 (selectors_info, classes_info): Ditto.
9616 (find_objc_msgcall): Fix indentation.
9617 (objc_printstr): Delete extern declarations.
9618
9619 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9620
9621 2003-04-06 Andrew Cagney <cagney@redhat.com>
9622
9623 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9624 Update comment.
9625 * frame.c (legacy_saved_regs_this_id): Update.
9626 (legacy_get_prev_frame): Update.
9627 * xstormy16-tdep.c: Update comment.
9628 * sparc-tdep.c (sparc_frame_chain): Update comment.
9629 * blockframe.c (legacy_frame_chain_valid): Update.
9630
9631 2003-04-06 Andrew Cagney <cagney@redhat.com>
9632
9633 * valprint.c (val_print_type_code_int): Delete #ifdef
9634 PRINT_TYPELESS_INTEGER code.
9635
9636 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9637 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9638 multi-arch definition.
9639 * gdbarch.h: Re-generate.
9640
9641 2003-04-05 Andrew Cagney <cagney@redhat.com>
9642
9643 Eliminate FRAME_FIND_SAVED_REGS.
9644 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9645 Change FSR parameter to a pointer.
9646 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9647 Assume FSR parameter is a pointer.
9648 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9649 Make fsr a pointer.
9650 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9651 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9652 saved_regs a pointer.
9653 (hppa_frame_saved_pc): Ditto.
9654 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9655 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9656 pointer.
9657 (restore_pc_queue): Make fsr a pointer.
9658 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9659 (hppa_frame_chain): Make saved_regs a pointer, call
9660 hppa_frame_init_saved_regs.
9661 * sparc-tdep.c: Include "gdb_assert.h".
9662 (sparc_frame_find_saved_regs): Replace internal_error with
9663 gdb_assert.
9664 * remote-vxsparc.c (vx_read_register): Delete reference to
9665 FRAME_FIND_SAVED_REGS.
9666 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9667 * gdbarch.h: Regenerate.
9668 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9669 (deprecated_get_frame_saved_regs): Delete declaration.
9670 (struct frame_saved_regs): Delete definition.
9671 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9672 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9673 (hppa_frame_find_saved_regs): Delete declaration.
9674 (FRAME_FIND_SAVED_REGS): Delete macro.
9675 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9676 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9677 FRAME_FIND_SAVED_REGS in comment.
9678
9679 2003-04-05 Andrew Cagney <cagney@redhat.com>
9680
9681 * frame.c (frame_func_unwind, get_frame_func): New functions.
9682 * frame.h (get_frame_func, frame_func_unwind): Declare.
9683 (struct frame_info): Add field "prev_func" for caching the
9684 previous frame's function address.
9685 * arm-tdep.c (arm_frameless_function_invocation): Combine
9686 get_pc_function_start and get_frame_pc into get_frame_func.
9687 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9688 (sh64_nofp_frame_init_saved_regs): Ditto.
9689 * s390-tdep.c (s390_function_start): Ditto.
9690 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9691 (rs6000_frameless_function_invocation): Ditto.
9692 (rs6000_frame_saved_pc): Ditto.
9693 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9694 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
9695 * i386-tdep.c (i386_frameless_signal_p): Ditto.
9696 (i386_frame_init_saved_regs): Ditto.
9697 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
9698 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
9699 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
9700 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
9701 * blockframe.c (frameless_look_for_prologue): Ditto.
9702
9703 2003-04-05 Andrew Cagney <cagney@redhat.com>
9704
9705 * frame.c (legacy_get_prev_frame): Link prev to next at the
9706 function start. Update comments.
9707
9708 2003-04-05 Andrew Cagney <cagney@redhat.com>
9709
9710 * frame.c (get_frame_id): Update comment.
9711 (legacy_get_prev_frame): Update comment.
9712 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9713 * gdbarch.h: Regenerate.
9714 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9715 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9716
9717 2003-04-05 Andrew Cagney <cagney@redhat.com>
9718
9719 * stack.c (print_frame_info): Use get_frame_pc.
9720
9721 2003-04-04 Andrew Cagney <cagney@redhat.com>
9722
9723 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9724 the frame's type from the unwinder.
9725 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9726 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9727 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9728 (get_frame_base_address): Use get_frame_type.
9729 (get_frame_locals_address, get_frame_args_address): Ditto.
9730 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9731 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9732 (struct frame_info): Add comment explaining why the frame contains
9733 a "type" field.
9734 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9735 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9736 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9737 NORMAL_FRAME.
9738 * frame-unwind.h: Include "frame.h".
9739 (struct frame_unwind): Add "type" field.
9740 * Makefile.in (frame_unwind_h): Add $(frame_h).
9741
9742 2003-04-04 Andrew Cagney <cagney@redhat.com>
9743
9744 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9745 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9746 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9747 get_frame_base.
9748 (d10v_unwind_dummy_id): Use frame_id_build.
9749 * frame.c (find_frame_sal): Use get_frame_pc.
9750 (create_new_frame): Use deprecated_update_frame_pc_hack and
9751 deprecated_update_frame_base_hack.
9752 (create_sentinel_frame): Add comment about ->pc going away.
9753 (get_prev_frame): Add comment about ->pc going away.
9754 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9755 frame_id_build, deprecated_update_frame_pc_hack and
9756 deprecated_update_frame_base_hack.
9757 (select_frame): Use get_frame_pc.
9758 (legacy_saved_regs_this_id): Use frame_id_build.
9759
9760 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
9761
9762 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9763 signed integer case.
9764 (classify_argument): Handle enumerations and references.
9765
9766 2003-04-04 Andrew Cagney <cagney@redhat.com>
9767
9768 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9769 ID to NULL.
9770
9771 2003-04-01 Adam Fedor <fedor@gnu.org>
9772
9773 * gdb/objc-lang.c (selectors_info): Replace calls to
9774 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9775 SYMBOL_NATURAL_NAME.
9776 (classes_info, find_methods): Likewise.
9777
9778 2003-04-03 Kevin Buettner <kevinb@redhat.com>
9779
9780 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9781 ``mach'' to the value determined by bfd_default_set_arch_mach().
9782
9783 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9784
9785 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9786 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9787 (mi-cmd-file.o): Update dependencies.
9788
9789 2003-04-01 Kevin Buettner <kevinb@redhat.com>
9790
9791 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9792 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9793
9794 2003-04-01 Adam Fedor <fedor@gnu.org>
9795
9796 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9797 * language.h (struct language_defn): Add la_demangle.
9798 (language_demangle): Declare.
9799 * language.c (language_demangle): New function.
9800 (unk_lang_demangle): Likewise.
9801 (unknown_language_defn, auto_language_defn, local_language_defn):
9802 Add ukn_lang_demangle.
9803 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
9804 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9805 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9806 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9807 * jv-lang.c (java_demangle): New function
9808 (java_language_defn): Use it for la_demangle element.
9809 * objc-lang.c (objc_demangle): Add options argument
9810 (objc_language_defn): Use objc_demangle for la_demangle element.
9811 * maint.c (maintenance_demangle): Replace switch with
9812 call to language_demangle.
9813 * utils.c (fprintf_symbol_filtered): Likewise.
9814
9815 2003-04-01 Andrew Cagney <cagney@redhat.com>
9816
9817 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9818 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9819 PRINT_TYPELESS_INTEGER.
9820 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9821 PUSH_RETURN_ADDRESS.
9822
9823 2003-04-01 Andrew Cagney <cagney@redhat.com>
9824
9825 * Makefile.in (d10v-tdep.o): Update dependencies.
9826 * d10v-tdep.c: Include "frame-base.h".
9827 (d10v_frame_unwind): Make constant.
9828 (d10v_frame_base_address): New function.
9829 (d10v_frame_base): New variable.
9830 (d10v_gdbarch_init): Set frame_base default.
9831 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9832 comment for base.
9833 (d10v_frame_unwind_cache): Set and use "prev_sp".
9834 (d10v_frame_this_id): Use the previous frame's inner most stack
9835 address and this frame's func address for the frame ID. Use
9836 frame_id_build. Don't analyze beyond the current instruction.
9837
9838 2003-04-01 Andrew Cagney <cagney@redhat.com>
9839
9840 * frame.h (get_frame_locals_address, get_frame_args_address):
9841 Refer to the base address, instead of the address of the first
9842 local or parameter.
9843
9844 2003-04-01 Andrew Cagney <cagney@redhat.com>
9845
9846 Add frame debug info addresses:
9847 * frame-base.c: New file.
9848 * frame-base.h: New file.
9849 * frame.h (struct frame_base): Add opaque declaration.
9850 (get_frame_base): Update comment.
9851 (get_frame_base_address): Declare.
9852 (get_frame_locals_address): Declare.
9853 (get_frame_args_address): Declare.
9854 (struct frame_info): Add "base" and "base_cache". Update
9855 comments on the unwinder.
9856 * frame.c: Include "frame-base.h".
9857 (get_frame_locals_address): New function.
9858 (get_frame_base_address): New function.
9859 (get_frame_args_address): New function.
9860 * findvar.c (read_var_value): Use get_frame_locals_address and
9861 get_frame_args_address.
9862 * stack.c (frame_info): Use get_frame_locals_address and
9863 get_frame_args_address.
9864 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9865 moved to "frame-base.c".
9866 * printcmd.c (print_frame_nameless_args): Ditto.
9867 * symtab.h (address_class): Update comments.
9868 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9869 get_frame_base_address.
9870 * dwarf2expr.c (execute_stack_op): Ditto.
9871 * Makefile.in (frame_base_h): Define.
9872 (frame.o): Update dependencies.
9873 (frame-base.o): Add dependencies.
9874 (SFILES): Add frame-base.c.
9875 (COMMON_OBS): Add frame-base.o.
9876
9877 2003-04-01 Andrew Cagney <cagney@redhat.com>
9878
9879 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9880 CALL_DUMMY_LENGTH): Ditto.
9881 * gdbarch.c: Re-generate.
9882 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9883 (CALL_DUMMY_LENGTH): Delete macro.
9884 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9885 * arm-tdep.c (arm_gdbarch_init): Ditto.
9886 * avr-tdep.c (avr_gdbarch_init): Ditto.
9887 * cris-tdep.c (cris_gdbarch_init): Ditto.
9888 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9889 * frv-tdep.c (frv_gdbarch_init): Ditto.
9890 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9891 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9892 * i386-tdep.c (i386_gdbarch_init): Ditto.
9893 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9894 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9895 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9896 * mips-tdep.c (mips_gdbarch_init): Ditto.
9897 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9898 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9899 * s390-tdep.c (s390_gdbarch_init): Ditto.
9900 * sh-tdep.c (sh_gdbarch_init): Ditto.
9901 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9902 * v850-tdep.c (v850_gdbarch_init): Ditto.
9903 * vax-tdep.c (vax_gdbarch_init): Ditto.
9904 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9905
9906 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
9907
9908 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9909
9910 2003-04-01 Andrew Cagney <cagney@redhat.com>
9911
9912 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9913 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9914 * gdbarch.h, gdbarch.c: Re-generate.
9915 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9916 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9917 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9918 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9919 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9920 * infcmd.c (run_stack_dummy): Simplify assuming
9921 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9922 * infrun.c (handle_inferior_event): Ditto.
9923 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9924 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9925 * arm-tdep.c (arm_gdbarch_init): Ditto.
9926 * avr-tdep.c (avr_gdbarch_init): Ditto.
9927 * cris-tdep.c (cris_gdbarch_init): Ditto.
9928 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9929 * frv-tdep.c (frv_gdbarch_init): Ditto.
9930 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9931 * i386-tdep.c (i386_gdbarch_init): Ditto.
9932 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9933 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9934 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9935 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9936 * mips-tdep.c (mips_gdbarch_init): Ditto.
9937 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9938 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9939 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9940 * s390-tdep.c (s390_gdbarch_init): Ditto.
9941 * sh-tdep.c (sh_gdbarch_init): Ditto.
9942 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9943 * v850-tdep.c (v850_gdbarch_init): Ditto.
9944 * vax-tdep.c (vax_gdbarch_init): Ditto.
9945 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9946
9947 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9948
9949 * symfile.c (symfile_relocate_debug_section): Update call to
9950 bfd_simple_get_relocated_section_contents.
9951
9952 2003-03-31 Andrew Cagney <cagney@redhat.com>
9953
9954 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9955 * gdbarch.h, gdbarch.c: Regenerate.
9956 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9957 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9958 available.
9959 * frame.h (generic_fix_call_dummy): Delete declaration.
9960 * dummy-frame.h: Update comment.
9961 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9962 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9963 fix_call_dummy.
9964 * sh-tdep.c (sh_gdbarch_init): Ditto.
9965 * s390-tdep.c (s390_gdbarch_init): Ditto.
9966 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9967 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9968 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9969 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9970 * i386-tdep.c (i386_gdbarch_init): Ditto.
9971 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9972 * frv-tdep.c (frv_gdbarch_init): Ditto.
9973 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9974 * cris-tdep.c (cris_gdbarch_init): Ditto.
9975 * avr-tdep.c (avr_gdbarch_init): Ditto.
9976 * arm-tdep.c (arm_gdbarch_init): Ditto.
9977
9978 2003-03-31 J. Brobecker <brobecker@gnat.com>
9979
9980 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9981 (INIT_FRAME_AP): Likewise.
9982 (EXTRA_FRAME_INFO): Likewise.
9983
9984 2003-03-31 Andrew Cagney <cagney@redhat.com>
9985
9986 * gdbarch.sh: Include "symfile.h".
9987 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9988 * gdbarch.h, gdbarch.c: Re-generate.
9989 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9990 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9991 call_dummy_address, the default is at entry_point_address.
9992 * v850-tdep.c (v850_gdbarch_init): Ditto.
9993 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9994 * sh-tdep.c (sh_gdbarch_init): Ditto.
9995 * s390-tdep.c (s390_gdbarch_init): Ditto.
9996 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9997 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9998 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9999 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10000 * i386-tdep.c (i386_gdbarch_init): Ditto.
10001 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10002 * frv-tdep.c (frv_gdbarch_init): Ditto.
10003 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10004 * cris-tdep.c (cris_gdbarch_init): Ditto.
10005 * arm-tdep.c (arm_gdbarch_init): Ditto.
10006
10007 2003-03-31 Andrew Cagney <cagney@redhat.com>
10008
10009 * gdbarch.sh (CALL_DUMMY_P): Delete.
10010 * gdbarch.h, gdbarch.c: Re-generate.
10011 * inferior.h (CALL_DUMMY_P): Delete macro.
10012 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10013 * vax-tdep.c (vax_gdbarch_init): Update.
10014 * v850-tdep.c (v850_gdbarch_init): Update.
10015 * sparc-tdep.c (sparc_gdbarch_init): Update.
10016 * sh-tdep.c (sh_gdbarch_init): Update.
10017 * s390-tdep.c (s390_gdbarch_init): Update.
10018 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10019 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10020 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10021 * mips-tdep.c (mips_gdbarch_init): Update.
10022 * mcore-tdep.c (mcore_gdbarch_init): Update.
10023 * m68k-tdep.c (m68k_gdbarch_init): Update.
10024 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10025 * ia64-tdep.c (ia64_gdbarch_init): Update.
10026 * i386-tdep.c (i386_gdbarch_init): Update.
10027 * h8300-tdep.c (h8300_gdbarch_init): Update.
10028 * frv-tdep.c (frv_gdbarch_init): Update.
10029 * d10v-tdep.c (d10v_gdbarch_init): Update.
10030 * cris-tdep.c (cris_gdbarch_init): Update.
10031 * breakpoint.c (deprecated_frame_in_dummy): Update.
10032 * avr-tdep.c (avr_gdbarch_init): Update.
10033 * alpha-tdep.c (alpha_gdbarch_init): Update.
10034 * arm-tdep.c (arm_gdbarch_init): Update.
10035 * dummy-frame.c (dummy_frame_this_id): Update comments.
10036 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
10037 * frame.c (legacy_get_prev_frame): Ditto.
10038 * valops.c (call_function_by_hand): Delete function.
10039 (hand_function_call): Rename to call_function_by_hand
10040
10041 2003-03-30 Andrew Cagney <cagney@redhat.com>
10042
10043 2002-11-10 Klee Dienes <kdienes@apple.com>
10044 * value.h (struct value): Update comment.
10045
10046 2003-03-30 Andrew Cagney <cagney@redhat.com>
10047
10048 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
10049 D10V_FP_REGNUM.
10050 (d10v_gdbarch_init): Do not set fp_regnum.
10051
10052 * frame.c (get_frame_base): Force ID initialization.
10053 (get_prev_frame): Move computation of the frame ID from here ...
10054 (get_frame_id): ... to here.
10055 (legacy_get_prev_frame): Mark the frame ID as valid.
10056 * frame.h (struct frame_info): Add field "id_p".
10057
10058 2003-03-30 Mark Kettenis <kettenis@gnu.org>
10059
10060 * i386-tdep.c (i386_store_struct_return): Removed.
10061 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
10062
10063 2003-03-30 Andrew Cagney <cagney@redhat.com>
10064
10065 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
10066 * gdbarch.h, gdbarch.c: Regenerate.
10067 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
10068 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10069 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10070 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10071 * i386-tdep.c (i386_gdbarch_init): Ditto.
10072 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10073 * cris-tdep.c (cris_gdbarch_init): Ditto.
10074 * vax-tdep.c (vax_gdbarch_init): Ditto.
10075 * s390-tdep.c (s390_gdbarch_init): Ditto.
10076 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10077 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10078 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10079 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
10080 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
10081 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
10082 * sparc-tdep.c (sparc_gdbarch_init): Update.
10083 * sh-tdep.c (sh_gdbarch_init): Update.
10084 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10085 * mips-tdep.c (mips_gdbarch_init): Update.
10086 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10087 * ia64-tdep.c (ia64_gdbarch_init): Update.
10088 * frv-tdep.c (frv_gdbarch_init): Update.
10089 * avr-tdep.c (avr_gdbarch_init): Update.
10090 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
10091 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
10092 instead of when push_dummy_call is not available.
10093
10094 2003-03-30 Andrew Cagney <cagney@redhat.com>
10095
10096 * infttrace.c: Include "gdbthread.h".
10097 (parent_attach_all): Fix function signature.
10098 (call_ptrace): Update call.
10099 * Makefile.in (infttrace.o): Update dependencies.
10100
10101 2003-03-30 Andrew Cagney <cagney@redhat.com>
10102
10103 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
10104 PUSH_RETURN_ADDRESS.
10105 * gdbarch.h, gdbarch.c: Regenerate.
10106 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10107 * x86-64-tdep.c (x86_64_init_abi): Update.
10108 * v850-tdep.c (v850_gdbarch_init): Update.
10109 * sparc-tdep.c (sparc_gdbarch_init): Update.
10110 * sh-tdep.c (sh_gdbarch_init): Update.
10111 * s390-tdep.c (s390_gdbarch_init): Update.
10112 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10113 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10114 * mips-tdep.c (mips_gdbarch_init): Update.
10115 * mcore-tdep.c (mcore_gdbarch_init): Update.
10116 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10117 * ia64-tdep.c (ia64_gdbarch_init): Update.
10118 * i386-tdep.c (i386_gdbarch_init): Update.
10119 * h8300-tdep.c (h8300_gdbarch_init): Update.
10120 * frv-tdep.c (frv_gdbarch_init): Update.
10121 * cris-tdep.c (cris_gdbarch_init): Update.
10122 * avr-tdep.c (avr_gdbarch_init): Update.
10123 * arm-tdep.c (arm_gdbarch_init): Update.
10124 * valops.c (hand_function_call): Update.
10125
10126 2003-03-29 Andrew Cagney <cagney@redhat.com>
10127
10128 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
10129 sizeof_call_dummy_words.
10130 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
10131 define.
10132 * gdbarch.h: Regenerate.
10133
10134 2003-03-29 Andrew Cagney <cagney@redhat.com>
10135
10136 * infttrace.h: New file.
10137 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
10138 (hpread_get_textlow): Detect an uninitialized dn_bufp.
10139 (hpread_read_doc_function_type): Detect an initialized type1.
10140 (hpread_quick_traverse): Initialize mod_name_string.
10141 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
10142 (som_solib_get_solib_by_pc): Declare.
10143 (so_lib_thread_start_addr): Declare.
10144 (no_shared_libraries): Declare.
10145 * somread.c (init_import_symbols): Make static. Add forward
10146 declaration.
10147 * config/pa/nm-hppah.h: Include "infttrace.h" for
10148 parent_attach_all.
10149 (hppa_insert_hw_watchpoint): Declare.
10150 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
10151 * hppah-nat.c: Include "gdb_string.h".
10152 (parent_attach_all): Delete extern declaration, moved to
10153 "infttrace.h".
10154 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
10155 int.
10156 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
10157 * Makefile.in (infttrace_h): Define.
10158 (hpread.o): Update dependencies.
10159 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
10160 * hppa-hpux-tdep.c: Include "gdb_string.h".
10161 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
10162 * infrun.c (handle_inferior_event): Always initialize
10163 stepped_after_stopped_by_watchpoint. Add default and remove
10164 fallthrough in switch statement.
10165 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10166 parameter to int.
10167 (hppa_remove_hw_watchpoint): Ditto.
10168
10169 2003-03-29 Andrew Cagney <cagney@redhat.com>
10170
10171 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10172 offset.
10173
10174 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
10175
10176 * arm-tdep.c (arm_push_arguments): Delete.
10177 (struct stack_item): New type.
10178 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10179 (arm_store_struct_return): Delte.
10180 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
10181 arm_push_arguments or arm_store_struct_return.
10182
10183 2003-03-28 Andrew Cagney <cagney@redhat.com>
10184
10185 * Makefile.in (d10v-tdep.o): Update dependencies.
10186 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10187 * d10v-tdep.c: Include "remote.h".
10188 (target_resume_hook): Delete extern declaration.
10189 (target_wait_loop_hook): Ditto.
10190 (tdisassemble_command): Eliminate assignment in "if" conditional.
10191 (d10v_ts2_register_sim_regno): Eliminate call to
10192 legacy_register_sim_regno.
10193 (d10v_ts3_register_sim_regno): Ditto.
10194
10195 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10196
10197 * thread.c: Reindented.
10198 * lin-lwp.c: Ditto.
10199 * linux-proc.c: Ditto.
10200
10201 2003-03-28 Bob Rossi <bob_rossi@cox.net>
10202
10203 * MAINTAINERS (write after approval): Add myself.
10204
10205 2003-03-27 Theodore A. Roth <troth@openavr.org>
10206
10207 * objc-exp.y: Add missing semi-colons.
10208
10209 2003-03-27 Andrew Cagney <cagney@redhat.com>
10210
10211 * regcache.c (write_sp): Delete function and references.
10212 * inferior.h (write_sp): Delete declaration.
10213 * valops.c (hand_function_call): Replace write_sp with
10214 TARGET_WRITE_SP.
10215 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10216 (sparc_pop_frame): Ditto.
10217
10218 2003-03-27 Andrew Cagney <cagney@redhat.com>
10219
10220 * NEWS: Mention removal of support for hppa*-*-bsd* and
10221 hppa*-*-osf* natives, and hppa*-*-pro* target.
10222 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10223 * config/pa/xm-pa.h: Obsolete file.
10224 * config/pa/xm-hppab.h: Obsolete file.
10225 * config/pa/nm-hppab.h: Obsolete file.
10226 * config/pa/tm-hppab.h: Obsolete file.
10227 * config/pa/tm-hppao.h: Obsolete file.
10228 * config/pa/nm-hppao.h: Obsolete file.
10229 * config/pa/tm-pro.h: Obsolete file.
10230 * config/pa/hppaosf.mt: Obsolete file.
10231 * config/pa/hppaosf.mh: Obsolete file.
10232 * config/pa/hppapro.mt: Obsolete file.
10233 * config/pa/hppabsd.mt: Obsolete file.
10234 * config/pa/hppabsd.mh: Obsolete file.
10235 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10236 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10237 hppa*-*-osf*.
10238
10239 2003-03-27 Andrew Cagney <cagney@redhat.com>
10240
10241 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10242 push_arguments. Don't set push_return_address or write_sp.
10243 (d10v_push_dummy_call): Replace d10v_push_arguments.
10244 (d10v_push_return_address, d10v_write_sp): Delete function,
10245 handled by push_dummy_call.
10246
10247 2003-03-26 Andrew Cagney <cagney@redhat.com>
10248
10249 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10250 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10251 regcache and dummy_addr parameters.
10252 * gdbarch.h, gdbarch.c: Re-generate.
10253 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10254 available; assume it will handle stack alignment and return
10255 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10256 legacy_push_arguments.
10257 (legacy_push_arguments): Rename default_push_arguments.
10258 * value.h (legacy_push_arguments): Rename default_push_arguments.
10259 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10260 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10261 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10262 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10263 * config/i386/tm-symmetry.h: Update.
10264 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10265 * x86-64-tdep.c (x86_64_init_abi): Update.
10266 * v850-tdep.c (v850_gdbarch_init): Update.
10267 * sparc-tdep.c (sparc_gdbarch_init): Update.
10268 * sh-tdep.c (sh_gdbarch_init): Update.
10269 * s390-tdep.c (s390_gdbarch_init): Update.
10270 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10271 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10272 * mips-tdep.c (mips_gdbarch_init): Update.
10273 * mcore-tdep.c (mcore_gdbarch_init): Update.
10274 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10275 * ia64-tdep.c (ia64_gdbarch_init): Update.
10276 * i386-tdep.c (i386_gdbarch_init): Update.
10277 * hppa-tdep.c (hppa_gdbarch_init): Update.
10278 * h8300-tdep.c (h8300_gdbarch_init): Update.
10279 * frv-tdep.c (frv_gdbarch_init): Update.
10280 * d10v-tdep.c (d10v_gdbarch_init): Update.
10281 * cris-tdep.c (cris_gdbarch_init): Update.
10282 * avr-tdep.c (avr_gdbarch_init): Update.
10283 * arm-tdep.c (arm_gdbarch_init): Update.
10284 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10285 * alpha-tdep.c (alpha_gdbarch_init): Update.
10286
10287 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10288
10289 * signals/signals.c (do_target_signal_to_host): Correct realtime
10290 signal range test.
10291
10292 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10293
10294 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10295 (struct sal_chain, map_catch_names): Remove.
10296 (catch_exception_command_1): Don't call
10297 handle_gnu_4_16_catch_command.
10298
10299 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10300
10301 From Mark Dettinger <dettinge@de.ibm.com>:
10302 * dwarf2cfi.c (read_2u): Increment pointer by two.
10303
10304 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10305
10306 * signals/signals.c: Fix typos in last change.
10307
10308 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10309
10310 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10311 not already defined. Use __SIGRTMIN if available.
10312 (target_signal_from_host): Remove SIGRTMIN block.
10313 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10314 the signal is within the realtime range.
10315
10316 2003-03-25 Adam Fedor <fedor@gnu.org>
10317
10318 * Makefile.in (infrun.o): Add $(language_h)
10319 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10320 for language specific trampolines.
10321 * language.h (struct language_defn): Add skip_trampoline.
10322 (skip_language_trampoline): Declare.
10323 * language.c (unk_lang_trampoline, skip_language_trampoline):
10324 New functions.
10325 (unknown_language_defn, auto_language_defn, local_language_defn):
10326 Add ukn_lang_trampoline.
10327 * ada-lang.c (ada_language_defn): Add NULL for language
10328 specific skip_trampoline.
10329 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10330 scm-lang.c: Likewise.
10331 * objc-lang.c (objc_skip_trampoline): New function.
10332 (objc_language_defn): Add objc_skip_trampoline.
10333
10334 2003-03-25 Andrew Cagney <cagney@redhat.com>
10335
10336 * frame.c (get_prev_frame): Delay validating a frame's ID -
10337 non-NULL, didn't go backwards - until an attempt to unwind it to
10338 the previous frame.
10339
10340 2003-03-25 Andrew Cagney <cagney@redhat.com>
10341
10342 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10343 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10344 * gdbarch.h, gdbarch.c: Re-generate.
10345 * config/sparc/tm-sparc.h
10346 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10347 * sparc-tdep.c (sparc_gdbarch_init): Set
10348 deprecated_extra_stack_alignment_needed.
10349 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10350 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10351 extra_stack_alignment_needed.
10352 * v850-tdep.c (v850_gdbarch_init): Ditto.
10353 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10354 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10355 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10356 * cris-tdep.c (cris_gdbarch_init): Ditto.
10357 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10358 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10359
10360 2003-03-25 Andrew Cagney <cagney@redhat.com>
10361
10362 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10363 STORE_STRUCT_RETURN.
10364 * gdbarch.h, gdbarch.c: Regenerate.
10365 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10366 (d10v_push_arguments): Set the struct return register.
10367 (d10v_gdbarch_init): Update.
10368 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10369 * x86-64-tdep.c (x86_64_init_abi): Update.
10370 * vax-tdep.c (vax_gdbarch_init): Update.
10371 * v850-tdep.c (v850_gdbarch_init): Update.
10372 * sparc-tdep.c (sparc_gdbarch_init): Update.
10373 * sh-tdep.c (sh_gdbarch_init): Update.
10374 * s390-tdep.c (s390_gdbarch_init): Update.
10375 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10376 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10377 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10378 * mips-tdep.c (mips_gdbarch_init): Update.
10379 * mcore-tdep.c (mcore_gdbarch_init): Update.
10380 * m68k-tdep.c (m68k_gdbarch_init): Update.
10381 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10382 * ia64-tdep.c (ia64_gdbarch_init): Update.
10383 * i386-tdep.c (i386_gdbarch_init): Update.
10384 * hppa-tdep.c (hppa_gdbarch_init): Update.
10385 * h8300-tdep.c (h8300_gdbarch_init): Update.
10386 * frv-tdep.c (frv_gdbarch_init): Update.
10387 * cris-tdep.c (cris_gdbarch_init): Update.
10388 * avr-tdep.c (avr_gdbarch_init): Update.
10389 * arm-tdep.c (arm_gdbarch_init): Update.
10390 * alpha-tdep.c (alpha_gdbarch_init): Update.
10391
10392 2003-03-25 Andrew Cagney <cagney@redhat.com>
10393
10394 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10395 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10396 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10397 * gdbarch.h, gdbarch.c: Regenerate.
10398 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10399 call_dummy_stack_adjust_p.
10400 * vax-tdep.c (vax_gdbarch_init): Ditto.
10401 * v850-tdep.c (v850_gdbarch_init): Ditto.
10402 * sh-tdep.c (sh_gdbarch_init): Ditto.
10403 * s390-tdep.c (s390_gdbarch_init): Ditto.
10404 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10405 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10406 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10407 * mips-tdep.c (mips_gdbarch_init): Ditto.
10408 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10409 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10410 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10411 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10412 * i386-tdep.c (i386_gdbarch_init): Ditto.
10413 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10414 * frv-tdep.c (frv_gdbarch_init): Ditto.
10415 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10416 * cris-tdep.c (cris_gdbarch_init): Ditto.
10417 * avr-tdep.c (avr_gdbarch_init): Ditto.
10418 * arm-tdep.c (arm_gdbarch_init): Ditto.
10419 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10420 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10421 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10422 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10423 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10424 call_dummy_stack_adjust_p.
10425 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10426 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10427 * sparc-tdep.c (sparc32_push_arguments): Update.
10428 * valops.c (hand_function_call): Update.
10429
10430 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
10431
10432 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10433 set_gdbarch_char_signed.
10434
10435 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10436
10437 PR cli/548
10438 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10439
10440 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10441
10442 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10443 (_initialize_arm_tdep): Don't set tm_print_insn.
10444
10445 2003-03-24 Adam Fedor <fedor@gnu.org>
10446
10447 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10448 * objc-lang.h: Add multiple inclusion protection.
10449 (start_msglist, add_msglist, end_msglist): Additional declarations.
10450
10451 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
10452
10453 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10454 value was renamed to ARM_FLOAT_SOFT_FPA.
10455
10456 2003-03-23 Andrew Cagney <cagney@redhat.com>
10457
10458 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10459 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10460 * gdbarch.h, gdbarch.c: Regenerate.
10461 * valops.c (hand_function_call): Update.
10462 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10463 * frame.c (legacy_saved_regs_this_id): Update.
10464 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10465 * dummy-frame.h: Update.
10466 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10467 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10468 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10469 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10470 * config/m68k/tm-sun3.h: Update.
10471 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10472 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10473 * x86-64-tdep.c (x86_64_init_abi): Update.
10474 * vax-tdep.c (vax_gdbarch_init): Update.
10475 * v850-tdep.c (v850_gdbarch_init): Update.
10476 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10477 * sh-tdep.c (sh_gdbarch_init): Update.
10478 * s390-tdep.c (s390_gdbarch_init): Update.
10479 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10480 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10481 (frame_get_saved_regs): Update.
10482 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10483 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10484 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10485 * mips-tdep.c (mips_gdbarch_init): Update.
10486 * mcore-tdep.c (mcore_gdbarch_init): Update.
10487 * m68k-tdep.c (m68k_gdbarch_init): Update.
10488 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10489 * ia64-tdep.c (ia64_gdbarch_init): Update.
10490 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10491 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10492 (i386_interix_back_one_frame): Update.
10493 * hppa-tdep.c (hppa_gdbarch_init): Update.
10494 (hppa_init_extra_frame_info): Update.
10495 * h8300-tdep.c (h8300_gdbarch_init): Update.
10496 * frv-tdep.c (frv_gdbarch_init): Update.
10497 * cris-tdep.c (cris_gdbarch_init): Update.
10498 * avr-tdep.c (avr_gdbarch_init): Update.
10499 * arm-tdep.c (arm_gdbarch_init): Update.
10500 * alpha-tdep.c (alpha_gdbarch_init): Update.
10501
10502 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10503
10504 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10505 (arm_get_fp_model): Declare.
10506 * arm-tdep.c (fp_model_strings): New string array.
10507 (arm_fp_model, current_fp_model): New variables.
10508 (arm_get_fp_model): New function.
10509 (arm_set_fp): New function.
10510 (set_fp_model_sfunc): New function.
10511 (show_fp_model): New function.
10512 (_initialize_arm_tdep): Add new command to set/show the FPU.
10513 (arm_extract_return_value): Use arm_get_fp_model.
10514 (arm_store_return_value): Likewise.
10515 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10516 to initialize the floating-point data types.
10517 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10518 model is FPA.
10519
10520 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10521
10522 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10523 the current setting of each value.
10524 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
10525 new_set and new_show. Use add_setshow_cmd_full and
10526 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10527 commands and add new version as subcommands of "set/show arm".
10528
10529 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10530
10531 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10532 (set_arm_command, show_arm_command): New functions.
10533 (_initialize_arm_tdep): Add them.
10534 (num_disassembly_options): Renamed from num_flavor_options.
10535 (valid_disassembly_styles): Renamed from valid_flavors.
10536 (disassembly_style): Renamed from disassembly_flavor.
10537 (set_disassembly_style_sfunc): Renamed from
10538 set_disassembly_flavor_sfunc.
10539 (set_disassembly_style): Renamed from set_disassembly_flavor.
10540 (arm_othernames): Updated.
10541 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10542 command. Add "set/show arm disassembly" commands. Deprecate
10543 "othernames" command.
10544
10545 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10546
10547 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10548 (arm-tdep.o): Depend on elf_arm_h.
10549
10550 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10551
10552 * Makefile.in (coff_internal_h): Define.
10553 (arm-tdep.o): Update dependencies.
10554
10555 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10556
10557 * arm-tdep.c (prologue_cache): Delete.
10558 (check_prologue_cache, save_prologue_cache): Delete.
10559 (arm_scan_prologue): Don't check or update the prologue_cache.
10560 (arm_gdb_arch_init): Don't initialize it.
10561 (_initialize_arm_tdep): Likewise.
10562
10563 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10564
10565 * MAINTAINERS (tui): Maintainer of tui code.
10566
10567 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
10568
10569 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10570 (i386-cygwin-tdep.o): Add dependencies.
10571 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10572 * i386-cygwin-tdep.c: New file.
10573 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10574 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10575
10576 2003-03-20 Andrew Cagney <cagney@redhat.com>
10577
10578 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10579 (handle_inferior_event): Remove code calling
10580 DYNAMIC_TRAMPOLINE_NEXTPC.
10581
10582 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10583 already has a full path.
10584
10585 * main.c (gdb_main): Return 1.
10586 (captured_main): Call error to report an invalid interpreter.
10587
10588 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10589 * alpha-osf1-tdep.c: Include "gdb_string.h".
10590
10591 2003-03-19 J. Brobecker <brobecker@gnat.com>
10592
10593 Continuing work to convert the hppa targets to multiarch partial.
10594
10595 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10596 method, now that hppa_push_dummy_frame has a conformant prototype.
10597 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10598 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10599 for the switch to multiarch partial.
10600
10601 2003-03-19 Kevin Buettner <kevinb@redhat.com>
10602
10603 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10604 when iss is issNull.
10605
10606 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10607
10608 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10609 NUM_REGS bounds check.
10610
10611 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10612
10613 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10614 * mips-tdep.c (gdb_assert.h): Include.
10615 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10616 (mips_register_name): Handle integer registers explicitly. Add
10617 bounds checking.
10618 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10619 (mips_lsi33k_reg_names): Don't list integer registers; they're
10620 handled by mips_register_name() now.
10621 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10622 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10623 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10624 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10625 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10626
10627 2003-03-18 Andrew Cagney <cagney@redhat.com>
10628
10629 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10630 a void pointer.
10631 * gdbtypes.h (print_scalar_formatted): Update declaration.
10632 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10633
10634 2003-03-18 J. Brobecker <brobecker@gnat.com>
10635
10636 * infrun.c (observer.h): Add #include.
10637 (normal_stop): Add call to observer_notify_normal_stop.
10638 * Makefile.in (infrun.o): Add dependency on observer.h.
10639
10640 2003-03-18 J. Brobecker <brobecker@gnat.com>
10641
10642 Continuing work to convert the hppa targets to multiarch partial.
10643 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10644 parameter. Reformat comment.
10645 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10646 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10647 to match new profile.
10648
10649 2003-03-18 J. Brobecker <brobecker@gnat.com>
10650
10651 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10652 appear to be working in any case.
10653
10654 2003-03-18 J. Brobecker <brobecker@gnat.com>
10655
10656 * observer.c (observer_test_first_observer): New static variable.
10657 (observer_test_second_observer): Likewise.
10658 (observer_test_third_observer): Likewise.
10659 (observer_test_first_notification_function): New static function.
10660 (observer_test_second_notification_function): Likewise.
10661 (observer_test_third_notification_function): Likewise.
10662
10663 2003-03-17 J. Brobecker <brobecker@gnat.com>
10664
10665 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10666 * somsolib.c (gdb_assert.h): Likewise.
10667 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10668 (somsolib.o): Likewise.
10669
10670 2003-03-17 Andrew Cagney <cagney@redhat.com>
10671
10672 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10673 BFD. Simplify setting of di.endian.
10674
10675 2003-03-17 Andrew Cagney <cagney@redhat.com>
10676
10677 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10678 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10679
10680 From Elena Zannoni <ezannoni@redhat.com>
10681 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10682 vector and floating-point parameters.
10683 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10684 convention.
10685 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10686
10687 2003-03-17 Fernando Nasser <fnasser@redhat.com>
10688
10689 * MAINTAINERS: Remove my name from several maintainership roles.
10690
10691 2003-03-17 Andrew Cagney <cagney@redhat.com>
10692
10693 Fix frame off-by-one bug.
10694 * frame-unwind.h (frame_this_id_ftype): Replace
10695 frame_unwind_id_ftype.
10696 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
10697 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
10698 with "prev_register".
10699 * frame-unwind.c (frame_unwind_find_by_pc): Return
10700 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
10701 comment.
10702 * dummy-frame.c (cached_find_dummy_frame): Delete function.
10703 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
10704 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
10705 (dummy_frame_unwind): Update.
10706 * sentinel-frame.c (sentinel_frame_prev_register): Replace
10707 sentinel_frame_register_unwind.
10708 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10709 (sentinel_frame_unwinder): Update.
10710 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10711 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10712 * frame.c (create_sentinel_frame): Update. Initialize
10713 "prologue_cache" instead of "unwind_cache".
10714 (frame_register_unwind): Call this frame's prev_register with the
10715 next frame and this frame's prologue cache.
10716 (get_prev_frame): Simplify. Always call prev frame's this_id with
10717 this frame and prev frame's prologue cache. Document that this
10718 call is shifted one to the left when compared to the
10719 frame_register_unwind call.
10720 (legacy_saved_regs_prev_register): Replace
10721 frame_saved_regs_register_unwind.
10722 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10723 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10724 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10725 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10726 (d10v_frame_unwind): Update.
10727 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10728 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10729 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10730 "saved_regs" with "this_saved_regs".
10731
10732 2003-03-16 Andrew Cagney <cagney@redhat.com>
10733
10734 * frame.c (frame_pop): Don't call target_store_registers. Fix
10735 problem reported by Mark Kettenis.
10736
10737 2003-03-16 Mark Kettenis <kettenis@gnu.org>
10738
10739 * i386-tdep.c (i386_register_type): Renamed from
10740 i386_register_virtual_type. Adjust function signature.
10741 (i386_gdbarch_init): Set register_type instead of
10742 deprecated_max_register_raw_size,
10743 deprecated_max_register_virtual_size and register_virtual_type.
10744
10745 2003-03-14 Andrew Cagney <cagney@redhat.com>
10746
10747 * frame.c (get_prev_frame): When a legacy frame, always call
10748 legacy_get_prev_frame. Simplify unwind code using assumption that
10749 the unwinder is new.
10750 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10751 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10752 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10753
10754 2003-03-14 Andrew Cagney <cagney@redhat.com>
10755
10756 * frame.c (get_saved_register): Delete function.
10757 * frame.h (get_saved_register): Delete declaration.
10758 * xstormy16-tdep.c: Update comment.
10759 * regcache.h: Update comments.
10760 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10761 get_saved_register and extract_address, use
10762 frame_read_unsigned_register.
10763 (sparc_frame_saved_pc): Ditto.
10764 (sparc_get_saved_register): Instead of get_saved_register, use
10765 frame_register.
10766 (sparc_pop_frame): Ditto.
10767 * findvar.c: Update comments.
10768 (value_of_register): Call frame_register instead of
10769 get_saved_register.
10770 (value_from_register): Ditto.
10771 * config/sparc/tm-sparc.h: Update comment.
10772 * breakpoint.c: Update comment.
10773
10774 2003-03-14 Andrew Cagney <cagney@redhat.com>
10775
10776 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10777 GET_SAVED_REGISTER.
10778 * gdbarch.h, gdbarch.c: Re-generate.
10779 * frame.h: Update comments.
10780 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10781 * x86-64-tdep.c (x86_64_init_abi): Update.
10782 * sparc-tdep.c (sparc_gdbarch_init): Update.
10783 * sh-tdep.c (sh_gdbarch_init): Update.
10784 * mips-tdep.c (mips_gdbarch_init): Update.
10785 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10786 * cris-tdep.c (cris_gdbarch_init): Update.
10787 * ia64-tdep.c (ia64_gdbarch_init): Update.
10788 * frame.c (frame_register): Update.
10789 (get_saved_register): Update.
10790 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
10791
10792 2003-03-13 Andrew Cagney <cagney@redhat.com>
10793
10794 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10795 * gdbarch.h, gdbarch.c: Regenerate.
10796 * valops.c (hand_function_call): Update comment.
10797 * stack.c (return_command): Update comment.
10798 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10799 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10800 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10801 * x86-64-tdep.c (x86_64_init_abi): Update.
10802 * vax-tdep.c (vax_gdbarch_init): Update.
10803 * v850-tdep.c (v850_gdbarch_init): Update.
10804 * sparc-tdep.c (sparc_gdbarch_init): Update.
10805 * sh-tdep.c (sh_gdbarch_init): Update.
10806 * s390-tdep.c (s390_gdbarch_init): Update.
10807 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10808 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10809 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10810 * mips-tdep.c (mips_gdbarch_init): Update.
10811 * mcore-tdep.c (mcore_gdbarch_init): Update.
10812 * m68k-tdep.c (m68k_gdbarch_init): Update.
10813 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10814 * ia64-tdep.c (ia64_gdbarch_init): Update.
10815 * i386-tdep.c (i386_gdbarch_init): Update.
10816 * hppa-tdep.c (hppa_gdbarch_init): Update.
10817 * h8300-tdep.c (h8300_gdbarch_init): Update.
10818 * frv-tdep.c (frv_gdbarch_init): Update.
10819 * cris-tdep.c (cris_gdbarch_init): Update.
10820 * avr-tdep.c (avr_gdbarch_init): Update.
10821 * arm-tdep.c (arm_gdbarch_init): Update.
10822 * alpha-tdep.c (alpha_gdbarch_init): Update.
10823
10824 2003-03-13 Andrew Cagney <cagney@redhat.com>
10825
10826 * frame.c (legacy_frame_p): New function.
10827 (get_prev_frame): Use legacy_frame_p.
10828 * frame.h (legacy_frame_p): Declare.
10829
10830 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10831
10832 * MAINTAINERS (write after approval): Alphabetically
10833 listing corrected.
10834
10835 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10836
10837 * MAINTAINERS (write after approval): Add myself.
10838
10839 2003-03-12 Andrew Cagney <cagney@redhat.com>
10840
10841 * frame.c (get_prev_frame): Rename the frame parameter to
10842 "this_frame".
10843 (get_next_frame, legacy_get_prev_frame): Ditto.
10844
10845 2003-03-12 Andrew Cagney <cagney@redhat.com>
10846
10847 * frame.c (get_current_frame): Check target_has_registers before
10848 checking target_has_stack.
10849 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10850 instead of deprecated_selected_frame.
10851 * findvar.c (value_of_register): Pass "frame", not
10852 deprecated_selected_frame, to value_of_builtin_reg.
10853
10854 2003-03-12 Andrew Cagney <cagney@redhat.com>
10855
10856 * regcache.c (regcache_cooked_write_signed): New function.
10857 (regcache_cooked_write_unsigned): New function.
10858 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10859 (regcache_cooked_read_signed): Fix regnum in range assertion.
10860 * regcache.h (regcache_cooked_write_signed): Declare.
10861 (regcache_cooked_write_unsigned): Declare.
10862
10863 2003-03-12 Andrew Cagney <cagney@redhat.com>
10864
10865 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10866 * gdbarch.h, gdbarch.c: Re-generate.
10867 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10868 * x86-64-tdep.h: Update.
10869 * x86-64-tdep.c (x86_64_init_abi): Update.
10870 * v850-tdep.c (v850_gdbarch_init): Update.
10871 * sparc-tdep.c (sparc_gdbarch_init): Update.
10872 * sh-tdep.c (sh_gdbarch_init): Update.
10873 * s390-tdep.c (s390_gdbarch_init): Update.
10874 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10875 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10876 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10877 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10878 * mips-tdep.c (mips_gdbarch_init): Update.
10879 * mcore-tdep.c (mcore_gdbarch_init): Update.
10880 * m68k-tdep.c (m68k_gdbarch_init): Update.
10881 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10882 * ia64-tdep.c (ia64_gdbarch_init): Update.
10883 * i386-tdep.c (i386_gdbarch_init): Update.
10884 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10885 * hppa-tdep.c (hppa_gdbarch_init): Update.
10886 * h8300-tdep.c (h8300_gdbarch_init): Update.
10887 * frv-tdep.c (frv_gdbarch_init): Update.
10888 * cris-tdep.c (cris_gdbarch_init): Update.
10889 * avr-tdep.c (avr_gdbarch_init): Update.
10890 * arm-tdep.c (arm_gdbarch_init): Update.
10891 * alpha-tdep.c (alpha_gdbarch_init): Update.
10892 * sh-tdep.c (sh_init_extra_frame_info): Update.
10893 (sh64_init_extra_frame_info): Update.
10894 * ns32knbsd-nat.c (frame_num_args): Update.
10895 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10896 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10897 (xstormy16_frame_chain_valid): Update.
10898 * vax-tdep.c (vax_saved_pc_after_call): Update.
10899 * v850-tdep.c (v850_frame_chain): Update.
10900 (v850_pop_frame): Update.
10901 (v850_init_extra_frame_info): Update.
10902 * sparc-tdep.c (setup_arbitrary_frame): Update.
10903 * ns32k-tdep.c (umax_frame_num_args): Update.
10904 * s390-tdep.c (s390_pop_frame_regular): Update.
10905 * mn10300-tdep.c (mn10300_frame_chain): Update.
10906 (mn10300_pop_frame_regular): Update.
10907 (mn10300_init_extra_frame_info): Update.
10908 * mips-tdep.c (mips_init_frame_pc_first): Update.
10909 (mips_frame_chain): Update.
10910 (mips_pop_frame): Update.
10911 * mcore-tdep.c (mcore_frame_chain): Update.
10912 (mcore_pop_frame): Update.
10913 (mcore_init_extra_frame_info): Update.
10914 * arch-utils.c (init_frame_pc_default): Update.
10915 * m68k-tdep.c (isi_frame_num_args): Update.
10916 (delta68_frame_num_args): Update.
10917 (news_frame_num_args): Update.
10918 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10919 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10920 (alpha_frame_chain): Update.
10921 (alpha_pop_frame): Update.
10922 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10923 (hppa_init_extra_frame_info): Update.
10924 (hppa_frame_chain): Update.
10925 (hppa_frame_chain_valid): Update.
10926 * cris-tdep.c (cris_init_extra_frame_info): Update.
10927 * avr-tdep.c (avr_init_extra_frame_info): Update.
10928 * arm-tdep.c (arm_frame_chain_valid): Update.
10929 (arm_init_extra_frame_info): Update.
10930 (arm_pop_frame): Update.
10931 * frame.c (frame_pc_unwind): Update.
10932 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10933 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10934 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10935 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10936 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10937 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10938
10939 2003-03-12 Andrew Cagney <cagney@redhat.com>
10940
10941 Eliminate the need for POP_FRAME.
10942 * frame.c (do_frame_unwind_register): New function.
10943 (frame_pop): When no POP_FRAME, pop the frame using register
10944 unwind and a scratch regcache.
10945 (frame_saved_regs_pop): Delete function.
10946 (trad_frame_unwinder): Update.
10947 * d10v-tdep.c (d10v_frame_pop): Delete function.
10948 (d10v_frame_unwind): Update.
10949 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10950 (sentinel_frame_unwinder): Update.
10951 * dummy-frame.c (dummy_frame_pop): Delete function.
10952 (dummy_frame_unwind): Update.
10953 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10954 (struct frame_unwind): Update.
10955
10956 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10957
10958 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10959 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10960 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10961 Do range checks on register number obtained from debugging info.
10962 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10963 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10964 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10965 mapping function.
10966 (do_fp_register_row): Fix typo which caused double type to be
10967 used when attempting to unpack a float.
10968
10969 2003-03-11 J. Brobecker <brobecker@gnat.com>
10970
10971 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10972
10973 2003-03-11 Andrew Cagney <cagney@redhat.com>
10974
10975 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10976 frame. Problem found by Corinna Vinschen.
10977
10978 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10979
10980 * doublest.c (floatformat_from_length): Accept also
10981 the real size of 'long double' type.
10982
10983 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10984
10985 From Klee Dienes <kdienes@apple.com>:
10986 * breakpoint.c (bpstat_copy): Copy the command lines as well
10987 as the old value, to match what is freed in bpstat_clear.
10988
10989 2003-03-10 David Carlton <carlton@math.stanford.edu>
10990
10991 * minsyms.c (add_minsym_to_hash_table): Replace
10992 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10993 (compare_minimal_symbols, compact_minimal_symbols)
10994 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10995 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10996 of DEPRECATED_SYMBOL_MATCHES_NAME.
10997 (lookup_minimal_symbol_solib_trampoline): Ditto.
10998
10999 2003-03-10 Andrew Cagney <cagney@redhat.com>
11000
11001 * regcache.h (regcache_cooked_read_ftype): Define.
11002 (regcache_save, regcache_restore): Add a cooked_read parameter.
11003 * regcache.c (regcache_save, regcache_restore): Update.
11004 (do_cooked_read): New function.
11005 (regcache_cpy): Pass do_cooked_read to regcache_save and
11006 regcache_restore.
11007
11008 2003-03-10 Andrew Cagney <cagney@redhat.com>
11009
11010 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11011 * gdbarch.h, gdbarch.c: Re-generate.
11012 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11013 * x86-64-tdep.h: Update.
11014 * x86-64-tdep.c (x86_64_init_abi): Update.
11015 * v850-tdep.c (v850_gdbarch_init): Update.
11016 * sparc-tdep.c (sparc_gdbarch_init): Update.
11017 * sh-tdep.c (sh_gdbarch_init): Update.
11018 * s390-tdep.c (s390_gdbarch_init): Update.
11019 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11020 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11021 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11022 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11023 * mips-tdep.c (mips_gdbarch_init): Update.
11024 * mcore-tdep.c (mcore_gdbarch_init): Update.
11025 * m68k-tdep.c (m68k_gdbarch_init): Update.
11026 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11027 * ia64-tdep.c (ia64_gdbarch_init): Update.
11028 * i386-tdep.c (i386_gdbarch_init): Update.
11029 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11030 * hppa-tdep.c (hppa_gdbarch_init): Update.
11031 * h8300-tdep.c (h8300_gdbarch_init): Update.
11032 * frv-tdep.c (frv_gdbarch_init): Update.
11033 * cris-tdep.c (cris_gdbarch_init): Update.
11034 * avr-tdep.c (avr_gdbarch_init): Update.
11035 * arm-tdep.c (arm_gdbarch_init): Update.
11036 * alpha-tdep.c (alpha_gdbarch_init): Update.
11037 * sh-tdep.c (sh_init_extra_frame_info): Update.
11038 (sh64_init_extra_frame_info): Update.
11039 * ns32knbsd-nat.c (frame_num_args): Update.
11040 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11041 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11042 (xstormy16_frame_chain_valid): Update.
11043 * vax-tdep.c (vax_saved_pc_after_call): Update.
11044 * v850-tdep.c (v850_frame_chain): Update.
11045 (v850_pop_frame): Update.
11046 (v850_init_extra_frame_info): Update.
11047 * sparc-tdep.c (setup_arbitrary_frame): Update.
11048 * ns32k-tdep.c (umax_frame_num_args): Update.
11049 * s390-tdep.c (s390_pop_frame_regular): Update.
11050 * mn10300-tdep.c (mn10300_frame_chain): Update.
11051 (mn10300_pop_frame_regular): Update.
11052 (mn10300_init_extra_frame_info): Update.
11053 * mips-tdep.c (mips_init_frame_pc_first): Update.
11054 (mips_frame_chain): Update.
11055 (mips_pop_frame): Update.
11056 * mcore-tdep.c (mcore_frame_chain): Update.
11057 (mcore_pop_frame): Update.
11058 (mcore_init_extra_frame_info): Update.
11059 * arch-utils.c (init_frame_pc_default): Update.
11060 * m68k-tdep.c (isi_frame_num_args): Update.
11061 (delta68_frame_num_args): Update.
11062 (news_frame_num_args): Update.
11063 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11064 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11065 (alpha_frame_chain): Update.
11066 (alpha_pop_frame): Update.
11067 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11068 (hppa_init_extra_frame_info): Update.
11069 (hppa_frame_chain): Update.
11070 (hppa_frame_chain_valid): Update.
11071 * cris-tdep.c (cris_init_extra_frame_info): Update.
11072 * avr-tdep.c (avr_init_extra_frame_info): Update.
11073 * arm-tdep.c (arm_frame_chain_valid): Update.
11074 (arm_init_extra_frame_info): Update.
11075 (arm_pop_frame): Update.
11076 * frame.c (frame_pc_unwind): Update.
11077 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11078 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11079 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11080 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11081 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11082 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11083
11084 2003-03-10 Andrew Cagney <cagney@redhat.com>
11085
11086 * gdbarch.sh (gdbarch_unwind_pc): New method.
11087 * gdbarch.h, gdbarch.c: Regenerate.
11088 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
11089 but use read_pc and FRAME_SAVED_PC as fall backs.
11090 (frame_saved_regs_pc_unwind): Delete function.
11091 (trad_frame_unwinder): Update.
11092 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
11093 (struct frame_unwind): Update.
11094 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
11095 (dummy_frame_unwind): Update.
11096 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
11097 (sentinel_frame_unwinder): Update.
11098 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
11099 (d10v_frame_unwind): Update.
11100 (d10v_unwind_pc): New function.
11101 (d10v_gdbarch_init): Set unwind_pc.
11102
11103 2003-03-10 Andrew Cagney <cagney@redhat.com>
11104
11105 * gdbarch.h: Re-generate.
11106
11107 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
11108 PC.
11109 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
11110 the PC register.
11111
11112 2003-03-08 Mark Kettenis <kettenis@gnu.org>
11113
11114 * gdbarch.sh (save_dummy_frame_tos): Add comment.
11115
11116 2003-03-08 Andrew Cagney <cagney@redhat.com>
11117
11118 * cli-out.c: Update copyright.
11119 (cli_out_data): Define typedef. Use instead of ui_out_data.
11120
11121 2003-03-08 Andrew Cagney <cagney@redhat.com>
11122
11123 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
11124 the result.
11125
11126 2003-03-07 Andrew Cagney <cagney@redhat.com>
11127
11128 * gdbarch.sh: Don't generate two macro definitions when an
11129 undefined macro taking no arguments.
11130 * gdbarch.h: Regenerate.
11131
11132 2002-03-07 Michal Ludvig <mludvig@suse.cz>
11133
11134 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
11135 (x86_64_unwind_dummy_id): New functions.
11136 (x86_64_init_abi): Register these two new functions.
11137
11138 2003-03-07 Michal Ludvig <mludvig@suse.cz>
11139
11140 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
11141 (x86_64_skip_prologue): Move prologue detection to
11142 separate function.
11143 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
11144
11145 2003-03-05 Andrew Cagney <cagney@redhat.com>
11146
11147 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
11148 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
11149 * frame.c (get_prev_frame): Restructure the frame ID unwind code
11150 to use unwind_dummy_id when a dummy frame.
11151 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
11152 predicate.
11153 * gdbarch.h, gdbarch.c: Regneerate.
11154
11155 2003-03-05 Andrew Cagney <cagney@redhat.com>
11156
11157 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
11158 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
11159 Do not use d10v_read_sp or d10v_read_fp when obtaining register
11160 values.
11161
11162 2003-03-05 Andrew Cagney <cagney@redhat.com>
11163
11164 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11165 (struct d10v_unwind_cache): Delete field "frameless". Replace
11166 "next_addr" with "sp_offset". Add "r11_offset".
11167 (d10v_frame_unwind_cache): Update.
11168 (prologue_find_regs): Update. When "mv r11, sp", save the
11169 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
11170 RN was saved in r11_offset.
11171
11172 2003-03-05 Andrew Cagney <cagney@redhat.com>
11173
11174 * frame.c (deprecated_update_frame_pc_hack): Also update the the
11175 cached PC value in the next frame.
11176
11177 2003-03-05 Andrew Cagney <cagney@redhat.com>
11178
11179 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11180 "id_unwind_cache" with "id".
11181 (frame_id_unwind): Delete declaration.
11182 * frame.c (frame_id_unwind): Delete function.
11183 (get_prev_frame): Call the frame id unwind method directly. Store
11184 the returned next frame's ID value in NEXT_FRAME. Note that there
11185 is a problem with the wrong unwind ID being called with the wrong
11186 unwind cache.
11187
11188 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11189
11190 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11191
11192 2003-03-05 James Ingham <jingham@apple.com>
11193 Daniel Jacobowitz <drow@mvista.com>
11194
11195 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11196 (auto_cp_abi): New variable.
11197 (current_cp_abi, num_cp_abis): Make static.
11198 (CP_ABI_MAX): Define.
11199 (cp_abis): Turn into an array.
11200 (value_virtual_fn_field): Fix formatting.
11201 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11202 takes a pointer.
11203 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11204 (list_cp_abis, _initialize_cp_abi): New functions.
11205 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
11206 declarations for cp_abis, num_cp_abis, current_cp_abi, and
11207 switch_to_cp_abi. Update prototype for register_cp_abi.
11208 * Makefile.in (cp-abi.o): Update dependencies.
11209 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11210 instead of switch_to_cp_abi.
11211 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
11212 register_cp_abi.
11213 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11214 register_cp_abi.
11215 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11216
11217 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11218
11219 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11220 * dwarf2loc.c: Include "regcache.h".
11221 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
11222 register_size.
11223 * Makefile.in (dwarf2loc.o): Update dependencies.
11224
11225 2003-03-04 Theodore A. Roth <troth@openavr.org>
11226
11227 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11228 number of io registers reported by remote target is not a multiple of
11229 step.
11230
11231 2003-03-04 David Carlton <carlton@math.stanford.edu>
11232
11233 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11234 (lookup_symbol_aux_psymtabs): Update call to
11235 lookup_partial_symbol.
11236 (lookup_transparent_type, find_main_psymtab)
11237 (make_symbol_overload_list): Ditto.
11238
11239 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11240
11241 * MAINTAINERS (Write after approval): Update my email address.
11242
11243 2003-03-03 Andrew Cagney <cagney@redhat.com>
11244
11245 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11246 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11247 predicate. Replace MAX_REGISTER_RAW_SIZE.
11248 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11249 MAX_REGISTER_VIRTUAL_SIZE.
11250 * regcache.c (legacy_max_register_raw_size): New function.
11251 (legacy_max_register_virtual_size): New function.
11252 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11253 (MAX_REGISTER_RAW_SIZE): Define.
11254 (legacy_max_register_raw_size): Declare.
11255 (legacy_max_register_virtual_size): Declare.
11256 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11257 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11258 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11259 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11260 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11261 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11262 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11263 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11264 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11265 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11266 * vax-tdep.c (vax_gdbarch_init): Update.
11267 * v850-tdep.c (v850_gdbarch_init): Update.
11268 * sparc-tdep.c (sparc_gdbarch_init): Update.
11269 * sh-tdep.c (sh_gdbarch_init): Update.
11270 * s390-tdep.c (s390_gdbarch_init): Update.
11271 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11272 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11273 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11274 * mips-tdep.c (mips_gdbarch_init): Update.
11275 * mcore-tdep.c (mcore_gdbarch_init): Update.
11276 * m68k-tdep.c (m68k_gdbarch_init): Update.
11277 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11278 * ia64-tdep.c (ia64_gdbarch_init): Update.
11279 * i386-tdep.c (i386_gdbarch_init): Update.
11280 * hppa-tdep.c (hppa_gdbarch_init): Update.
11281 * h8300-tdep.c (h8300_gdbarch_init): Update.
11282 * frv-tdep.c (frv_gdbarch_init): Update.
11283 * cris-tdep.c (cris_gdbarch_init): Update.
11284 * avr-tdep.c (avr_gdbarch_init): Update.
11285 * arm-tdep.c (arm_gdbarch_init): Update.
11286 * alpha-tdep.c (alpha_gdbarch_init): Update.
11287 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11288 max_register_raw_size or max_register_virtual_size.
11289
11290 2003-03-03 David Carlton <carlton@math.stanford.edu>
11291
11292 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11293 SYMBOL_MATCHES_NAME, add comment.
11294 (SYMBOL_MATCHES_NATURAL_NAME): New.
11295 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11296 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11297 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11298 * symtab.c (lookup_partial_symbol): Use
11299 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11300 unhelpful comment.
11301 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11302 SYMBOL_MATCHES_NAME.
11303 Fix for PR c++/33.
11304
11305 2003-03-03 David Carlton <carlton@math.stanford.edu>
11306
11307 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11308 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11309 by regexp matching against SYMBOL_NATURAL_NAME.
11310
11311 2003-03-03 David Carlton <carlton@math.stanford.edu>
11312
11313 * linespec.c (find_method): Extract code into collect_methods.
11314 (collect_methods): New.
11315
11316 2003-03-02 Mark Kettenis <kettenis@gnu.org>
11317
11318 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11319 get_frame_base.
11320
11321 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11322 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11323
11324 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11325
11326 * arch-utils.c (generic_register_byte): Fix to use the loop index
11327 and not regnum when summing the size of all registers up to regnum.
11328
11329 2003-03-01 Andrew Cagney <cagney@redhat.com>
11330
11331 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11332 FRAME_INIT_SAVED_REGS.
11333 * gdbarch.h, gdbarch.c: Regenerate.
11334 * stack.c (frame_info): Update.
11335 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11336 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11337 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11338 * ns32k-tdep.c (ns32k_pop_frame): Update.
11339 * mips-tdep.c (mips_pop_frame): Update.
11340 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11341 * ia64-tdep.c (ia64_frame_chain): Update.
11342 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11343 (ia64_frameless_function_invocation): Update.
11344 (ia64_init_extra_frame_info): Update.
11345 (ia64_pop_frame_regular): Update.
11346 * frame.h (struct frame_info): Update comment.
11347 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11348 * frame.c (frame_saved_regs_register_unwind): Update.
11349 (frame_saved_regs_register_unwind): Update.
11350 (deprecated_generic_get_saved_register): Update.
11351 * cris-tdep.c: Update comment.
11352 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11353 Rename macro.
11354 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11355 * x86-64-tdep.c (x86_64_init_abi): Update.
11356 * vax-tdep.c (vax_gdbarch_init): Update.
11357 * v850-tdep.c (v850_gdbarch_init): Update.
11358 * sparc-tdep.c (sparc_gdbarch_init): Update.
11359 * sh-tdep.c (sh_gdbarch_init): Update.
11360 * s390-tdep.c (s390_gdbarch_init): Update.
11361 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11362 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11363 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11364 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11365 * mips-tdep.c (mips_gdbarch_init): Update.
11366 * mcore-tdep.c (mcore_gdbarch_init): Update.
11367 * m68k-tdep.c (m68k_gdbarch_init): Update.
11368 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11369 * ia64-tdep.c (ia64_gdbarch_init): Update.
11370 * i386-tdep.c (i386_gdbarch_init): Update.
11371 * frv-tdep.c (frv_gdbarch_init): Update.
11372 * avr-tdep.c (avr_gdbarch_init): Update.
11373 * arm-tdep.c (arm_gdbarch_init): Update.
11374 * alpha-tdep.c (alpha_gdbarch_init): Update.
11375
11376 2003-03-01 Andrew Cagney <cagney@redhat.com>
11377
11378 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11379 option enum and switch. When no windows, set the interpreter to
11380 INTERP_CONSOLE.
11381
11382 2003-03-01 Andrew Cagney <cagney@redhat.com>
11383
11384 * main.c (captured_main): Replace magic option characters with an
11385 enum.
11386
11387 2003-03-01 Andrew Cagney <cagney@redhat.com>
11388
11389 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11390 INIT_EXTRA_FRAME_INFO.
11391 * gdbarch.h, gdbarch.c: Regenerate.
11392 * arm-tdep.c: Update comments.
11393 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11394 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11395 * frame.h, avr-tdep.c: Ditto.
11396 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11397 (create_new_frame, legacy_get_prev_frame): Ditto.
11398 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11399 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11400 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11401 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11402 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11403 * v850-tdep.c (v850_gdbarch_init): Ditto.
11404 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11405 * sh-tdep.c (sh_gdbarch_init): Ditto.
11406 * s390-tdep.c (s390_gdbarch_init): Ditto.
11407 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11408 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11409 * mips-tdep.c (mips_gdbarch_init): Ditto.
11410 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11411 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11412 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11413 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11414 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11415 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11416 * frv-tdep.c (frv_gdbarch_init): Ditto.
11417 * cris-tdep.c (cris_gdbarch_init): Ditto.
11418 * avr-tdep.c (avr_gdbarch_init): Ditto.
11419 * arm-tdep.c (arm_gdbarch_init): Ditto.
11420 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11421 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11422
11423 2003-03-01 Andrew Cagney <cagney@redhat.com>
11424
11425 * gdbarch.sh (register_type): New function with predicate.
11426 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11427 * gdbarch.h, gdbarch.c: Re-generate.
11428 * arch-utils.c (generic_register_byte): Use generic_register_size.
11429 (generic_register_size): When available, use
11430 gdbarch_register_type.
11431 * regcache.c (init_regcache_descr): When available, initialize the
11432 register type array using gdbarch_register_type. If the
11433 architecture supplies gdbarch_register_type, do not use the legacy
11434 regcache layout.
11435 * d10v-tdep.c (d10v_register_type): Replace
11436 d10v_register_virtual_type.
11437 (d10v_gdbarch_init): Set register_type instead of
11438 register_virtual_type.
11439
11440 2003-03-01 Andrew Cagney <cagney@redhat.com>
11441
11442 * Makefile.in (ax-gdb.o): Update dependencies.
11443 * ax-gdb.c: Include "regcache.h".
11444 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11445 * findvar.c (value_of_register): Ditto.
11446 * infcmd.c (default_print_registers_info): Ditto.
11447
11448 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11449
11450 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11451 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11452
11453 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11454
11455 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11456 of STREQ.
11457
11458 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
11459
11460 * Makefile.in (dwarf2loc.o): Update dependencies.
11461 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11462 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11463 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11464 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11465 (locexpr_tracepoint_var_ref): New function.
11466 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11467
11468 2003-02-28 Andrew Cagney <cagney@redhat.com>
11469
11470 * regcache.c (register_size): New function.
11471 * regcache.h (register_size): Declare
11472 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11473 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11474
11475 2003-02-28 David Carlton <carlton@math.stanford.edu>
11476
11477 * linespec.c (decode_compound): Extract code into find_method.
11478 (find_method): New.
11479
11480 2003-02-28 J. Brobecker <brobecker@gnat.com>
11481
11482 * Makefile.in: Add rules to build and link in observer.o.
11483
11484 2003-02-27 J. Brobecker <brobecker@gnat.com>
11485
11486 * observer.c: Minor comments edits.
11487
11488 2003-02-27 J. Brobecker <brobecker@gnat.com>
11489
11490 * observer.h, observer.c: New file.
11491
11492 2003-02-27 Andrew Cagney <cagney@redhat.com>
11493
11494 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11495
11496 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11497
11498 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11499 (M6812_OP_STS_EXT): Likewise.
11500 (m6811_prologue): Use the above to recognize prologue.
11501 (m6812_prologue): Likewise.
11502
11503 2003-02-27 David Carlton <carlton@math.stanford.edu>
11504
11505 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11506 SYMBOL_PRINT_NAME.
11507 (compare_psymbols): Ditto.
11508 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11509
11510 2003-02-27 Michael Snyder <msnyder@redhat.com>
11511
11512 * f-lang.c (build_fortran_types): New function.
11513 (_initialize_f_language): Gdbarch-register built-in fortran types.
11514 * doublest.c (extract_floating): Fix warning text.
11515
11516 2003-02-27 Andrew Cagney <cagney@redhat.com>
11517
11518 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11519 predicate. Replaces PUSH_DUMMY_FRAME.
11520 * gdbarch.h, gdbarch.c: Regnerate.
11521 * valops.c (hand_function_call): Update. Call
11522 generic_push_dummy_frame directly.
11523 * vax-tdep.c (vax_gdbarch_init): Update.
11524 * sparc-tdep.c (sparc_gdbarch_init): Update.
11525 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11526 * m68k-tdep.c (m68k_gdbarch_init): Update.
11527 * hppa-tdep.c (hppa_gdbarch_init): Update.
11528 * alpha-tdep.c (alpha_gdbarch_init): Update.
11529 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11530 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11531 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11532 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11533 push_dummy_frame to generic_push_dummy_frame.
11534 * v850-tdep.c (v850_gdbarch_init): Ditto.
11535 * sh-tdep.c (sh_gdbarch_init): Ditto.
11536 * s390-tdep.c (s390_gdbarch_init): Ditto.
11537 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11538 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11539 * mips-tdep.c (mips_gdbarch_init): Ditto.
11540 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11541 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11542 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11543 * i386-tdep.c (i386_gdbarch_init): Ditto.
11544 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11545 * frv-tdep.c (frv_gdbarch_init): Ditto.
11546 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11547 * cris-tdep.c (cris_gdbarch_init): Ditto.
11548 * avr-tdep.c (avr_gdbarch_init): Ditto.
11549 * arm-tdep.c (arm_gdbarch_init): Ditto.
11550
11551 2003-02-26 Kevin Buettner <kevinb@redhat.com>
11552
11553 * mips-tdep.c (show_mips_abi): New function.
11554 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11555 command ``show mips abi''.
11556
11557 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
11558
11559 From Elena Zannoni <ezannoni@redhat.com>
11560 * dbxread.c (process_one_symbol): Only record line 0 if one or
11561 more sline entries have been seen for the function.
11562
11563 2003-02-26 Michael Chastain <mec@shout.net>
11564
11565 * configure: Regenerate with autoconf 000227.
11566
11567 2003-02-26 Michael Chastain <mec@shout.net>
11568
11569 Close PR build/660.
11570 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11571 for old libc5/glibc.
11572 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11573
11574 2003-02-26 Kris Warkentin <kewarken@qnx.com>
11575
11576 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11577 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11578
11579 2003-02-26 Michael Chastain <mec@shout.net>
11580
11581 * configure.in: New variable HAVE_UINTPTR_T.
11582 * configure, config.in: Regenerated.
11583
11584 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
11585
11586 Fix PR build/1097.
11587 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11588
11589 2003-02-25 Andrew Cagney <cagney@redhat.com>
11590
11591 * frame.c (get_prev_frame): Add comment on check for
11592 inside_entry_func. Only check for inside_entry_file when not a
11593 dummy and not a sentinel. Check that the new frame is not inner
11594 to the old frame.
11595
11596 2003-02-25 Andrew Cagney <cagney@redhat.com>
11597
11598 * frame.c (frame_debug): New variable.
11599 (_initialize_frame): Add "set/show debug frame" command.
11600 (get_prev_frame): When frame_debug, print reason why unwind
11601 failed.
11602
11603 2003-02-25 Michael Chastain <mec@shout.net>
11604
11605 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11606 to avoid uintptr_t definition problems.
11607
11608 2003-02-25 David Carlton <carlton@math.stanford.edu>
11609
11610 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11611 (SYMBOL_LINKAGE_NAME): Ditto.
11612 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11613 SYMBOL_LINKAGE_NAME.
11614 (struct general_symbol_info): Expand comment.
11615 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11616 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11617 (SYMBOL_MATCHES_REGEXP): Ditto.
11618 * symtab.c (symbol_natural_name): New function.
11619 * objfiles.h: Replace all uses of SYMBOL_NAME by
11620 DEPRECATED_SYMBOL_NAME.
11621 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11622 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11623 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11624 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11625 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11626 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11627 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11628 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11629 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11630 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11631 * ada-exp.y: Ditto.
11632 * ada-exp.y: Update copyright.
11633 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11634 * cp-valprint.c: Ditto.
11635
11636 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11637
11638 * infptrace.c (detach): Do not flag error if ptrace detach fails
11639 and errno is set to ESRCH.
11640
11641 2003-02-24 Andrew Cagney <cagney@redhat.com>
11642
11643 * infptrace.c (udot_info): Change type of udot_off to long. Use
11644 paddr when printing udot_off's value.
11645
11646 2003-02-24 David Carlton <carlton@math.stanford.edu>
11647
11648 * symtab.c (make_symbol_overload_list): Only read in partial
11649 symtabs containing a matching partial symbol.
11650
11651 2003-02-24 David Carlton <carlton@math.stanford.edu>
11652
11653 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11654 do the comparison, not strcmp.
11655 * symfile.c (compare_psymbols): Ditto.
11656 * defs.h: Declare strcmp_iw_ordered.
11657 * utils.c (strcmp_iw_ordered): New function.
11658
11659 2003-02-24 Jim Blandy <jimb@redhat.com>
11660
11661 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11662 support, shared libs): Remove my name from here, to better reflect
11663 reality.
11664
11665 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11666
11667 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11668 (target_ops): Add to_have_continuable_watchpoint.
11669 * target.c (update_current_target): Add INHERIT line for
11670 to_have_continuable_watchpoint.
11671 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11672 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11673 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11674 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11675
11676 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
11677
11678 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11679 maintainership.
11680
11681 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11682
11683 * solib.c (solib_open): Call target defined search function after
11684 failing with solib-search-path.
11685 * solist.h (target_so_ops): Add find_and_open_solib function hook and
11686 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
11687
11688 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11689
11690 * MAINTAINERS: Add myself to Write After section.
11691
11692 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11693
11694 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
11695
11696 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
11697
11698 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
11699 (m68hc11_add_reggroups): New function.
11700 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
11701 (m68hc11_gdbarch_init): Install the reggroups.
11702 (_initialize_m68hc11_tdep): Initialize them.
11703
11704 2003-02-21 James E Wilson <wilson@tuliptree.org>
11705
11706 * MAINTAINERS: Update my email address.
11707
11708 2003-02-21 David Carlton <carlton@math.stanford.edu>
11709
11710 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11711
11712 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
11713
11714 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11715 * symtab.h: Add opaque declarations of struct axs_value and
11716 struct agent_expr.
11717 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11718 (struct location_funcs): New type.
11719 (struct symbol): Add "loc" to aux_value.
11720 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11721 * dwarf2read.c: Include "dwarf2expr.h".
11722 (dwarf2_symbol_mark_computed): New function.
11723 (read_func_scope): Use it.
11724 (var_decode_location): New function.
11725 (new_symbol): Use it.
11726 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11727
11728 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11729 (dwarf2expr_h, dwarf2loc_h): New variables.
11730 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11731 (dwarf2expr.o, dwarf2loc.o): New rules.
11732 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11733 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11734 LOC_COMPUTED_ARG.
11735 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11736 * m2-exp.y (yylex): Likewise.
11737 * printcmd.c (address_info, print_frame_args): Likewise.
11738 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11739 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11740 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11741 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11742 * symtab.c (lookup_block_symbol): Likewise.
11743
11744 2003-02-20 Adam Fedor <fedor@gnu.org>
11745
11746 * symtab.h: Remove objc_specific struct
11747 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11748 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11749 Have language_objc use cplus_specific struct.
11750
11751 2003-02-20 Tom Tromey <tromey@redhat.com>
11752
11753 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11754 TYPE_NAME, when printing a String value. PR java/1075.
11755
11756 2003-02-20 Adam Fedor <fedor@gnu.org>
11757
11758 * objc-lang.h (find_methods): Remove declaration.
11759 * objc-lang.c (find_methods): Make static.
11760
11761 2003-02-20 Christopher Faylor <cgf@redhat.com>
11762
11763 * win32-nat.c (get_image_name): Check return value from
11764 ReadProcessMemory.
11765 (child_xfer_memory): Ditto.
11766
11767 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
11768
11769 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11770 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11771 '${exec_prefix}' (in addition to the expansion thereof) as
11772 relocatable.
11773 * configure: Rebuilt.
11774
11775 2003-02-20 David Carlton <carlton@math.stanford.edu>
11776
11777 * symtab.c (search_symbols): Revert the search_symbols part of my
11778 2002-12-23 patch. Add comment.
11779
11780 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11781
11782 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11783 * dbxread.c (elfstab_build_psymtabs): Don't call
11784 install_minimal_symbols.
11785 (stabsect_build_psymtabs): Likewise.
11786 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11787 earlier.
11788 * somread.c (som_symfile_read): Call install_minimal_symbols
11789 and do_cleanups earlier.
11790 * nlmread.c (nlm_symfile_read): Likewise.
11791 * mdebugread.c (elfmdebug_build_psymtabs): Call
11792 install_minimal_symbols and make appropriate cleanups.
11793
11794 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11795
11796 * solib.c (reload_shared_libraries): New function.
11797 (_initialize_solib): Add callbacks for ``set solib-search-path''
11798 and ``set solib-absolute-prefix''.
11799
11800 2003-02-20 David Carlton <carlton@math.stanford.edu>
11801
11802 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11803 expand comment.
11804 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11805 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11806 * ada-typeprint.c (ada_typedef_print): Ditto.
11807 * ax-gdb.c (gen_var_ref): Ditto.
11808 * breakpoint.c (print_one_breakpoint): Ditto.
11809 * buildsym.c (finish_block): Ditto.
11810 * c-valprint.c (c_val_print): Ditto.
11811 * expprint.c (print_subexp): Ditto.
11812 * findvar.c (locate_var_value): Ditto.
11813 * infcmd.c (jump_command): Ditto.
11814 * linespec.c (decode_line_2, decode_compound): Ditto.
11815 * maint.c (maintenance_translate_address): Ditto.
11816 * objc-lang.c (compare_selectors, compare_classes): Ditto.
11817 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11818 Ditto.
11819 * p-valprint.c (pascal_val_print): Ditto.
11820 * stabsread.c (define_symbol): Ditto.
11821 * stack.c (print_frame, frame_info, print_block_frame_locals)
11822 (print_frame_arg_vars, return_command): Ditto.
11823 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11824 * symmisc.c (print_symbol): Ditto.
11825 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11826 (compare_search_syms, print_symbol_info, print_msymbol_info)
11827 (rbreak_command): Ditto.
11828 * tracepoint.c (tracepoints_info): Ditto.
11829 * typeprint.c (typedef_print): Ditto.
11830 * valops.c (value_of_variable, hand_function_call): Ditto.
11831 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11832 * ada-typeprint.c: Update Copyright.
11833 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11834 * tracepoint.c, cli/cli-cmds.c: Ditto.
11835
11836 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11837
11838 * frame.c (generic_unwind_get_saved_register): Make non-static.
11839 * frame.h (generic_unwind_get_saved_register): Declare.
11840 * mips-tdep.c (read_next_frame_reg): Fetch register from
11841 current regcache when frame is NULL.
11842 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11843 that must be NULL.
11844 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11845 instead of frame_register_unwind().
11846
11847 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11848
11849 * remote-sim.c (gdbsim_insert_breakpoint)
11850 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11851 code.
11852
11853 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11854
11855 * remote.c (_initialize_remote): Add commands "set/show remote
11856 hardware-watchpoint-limit" and "set/show remote
11857 hardware-breakpoint-limit".
11858 (remote_hw_watchpoint_limit): Initialize to -1.
11859 (remote_hw_breakpoint_limit): Ditto.
11860 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11861
11862 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11863
11864 * coff-pe-read.c: New file - support reading of minimal symbols from a
11865 portable executable using the export table.
11866 * coff-pe-read.h: New file.
11867 * coffread.c: Include coff-pe-read.h.
11868 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11869 debugging symbols found.
11870 * Makefile.in (SFILES): Add coff-pe-read.o.
11871 (coff_pe_read_h): Define.
11872 (COMMON_OBS): Add coff-pe-read.o.
11873 (coffread.o): Add coff_pe_read_h dependency.
11874 (coff-pe-read.o): New target.
11875
11876 2003-02-19 David Carlton <carlton@math.stanford.edu>
11877
11878 * Makefile.in (SFILES): Add block.c.
11879 (block_h): New.
11880 (COMMON_OBS): Add block.o.
11881 (block.o): New.
11882 (x86-64-tdep.o): Add $(block_h).
11883 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11884 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11885 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11886 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11887 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11888 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11889 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11890 * value.h: Add opaque declaration for struct block.
11891 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11892 * ada-lang.h: Ditto.
11893 * x86-64-tdep.c: #include "block.h"
11894 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11895 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11896 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11897 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11898 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11899 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11900 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11901 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11902 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11903 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11904 * symtab.c (block_function): Ditto.
11905 (contained_in): Ditto.
11906 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11907 block.h. Add opaque declaration for struct block.
11908 * symtab.h: Move block_function and contained_in declarations to
11909 block.h. Add opaque declarations for struct block, struct
11910 blockvector.
11911 (struct block): Move to block.h.
11912 (struct blockvector): Ditto.
11913 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11914 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11915 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11916 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11917 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11918 Ditto.
11919 * block.c: New file.
11920 * block.h: New file.
11921
11922 2003-02-19 Theodore A. Roth <troth@openavr.org>
11923
11924 * avr-tdep.c (avr_extract_return_value): Remove function.
11925 (avr_store_return_value): Remove function.
11926 (avr_extract_struct_value_address): Remove function.
11927 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11928
11929 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11930
11931 * rs6000-tdep.c: Include "gdb_assert.h".
11932 (registers_e500): Add "acc" and "spefscr".
11933 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11934 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11935 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11936 really is "r0".
11937 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11938
11939 2003-02-18 Keith Seitz <keiths@redhat.com>
11940
11941 * Makefile.in: Add gdbtk-interps.c.
11942
11943 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11944
11945 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11946 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11947
11948 2003-02-18 Andrew Cagney <cagney@redhat.com>
11949
11950 * symtab.h (struct objfile): Add opaque declaration.
11951
11952 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11953
11954 From Jim Ingham <jingham@apple.com>:
11955 * dbxread.c (process_one_symbol): Use last_function_start rather
11956 than function_start_offset to find the real beginning of the
11957 current function. The latter is just the text section offset on
11958 some systems, the former is always the real function start.
11959
11960 2003-02-17 Andrew Cagney <cagney@redhat.com>
11961
11962 * configure.in: Revert ${target} != ${host}.
11963
11964 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11965
11966 * configure.in (Makefile): Use the test ${target} != ${host},
11967 instead of the absence of the "nm.h" file, to determine of the
11968 configuration non-native.
11969 * configure: Regenerate.
11970
11971 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11972
11973 From Brian Ford <ford@vss.fsi.com>
11974
11975 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11976 conditionalize tui_active test.
11977 (lookup_cmd_1): Ditto.
11978
11979 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11980
11981 * configure.in: Add check for _etext.
11982 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11983 available.
11984 * config.in, configure: regenerated.
11985
11986 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11987
11988 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11989
11990 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11991
11992 * main.c (tui_version): Delete variable.
11993 (captured_main): When --tui, set interpreter_p to "tui" instead of
11994 enabling tui_version.
11995 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11996 tui_version.
11997 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11998 * cli/cli-cmds.c (disassemble_command): Ditto.
11999 * defs.h (tui_version): Delete declaration.
12000 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
12001 (tui-interp.o): Add rules.
12002 (SUBDIR_TUI_OBS): Add "tui-interp.o".
12003
12004 2003-02-14 Christopher Faylor <cgf@redhat.com>
12005
12006 * win32-nat.c (register_loaded_dll): Correctly set address range for
12007 just-loaded dll.
12008
12009 2003-02-12 Jason Molenda (jmolenda@apple.com)
12010
12011 * symmisc.c (print_objfile_statistics): Include information about
12012 the number of psymtabs and symtabs in each object file.
12013
12014 2003-02-13 Keith R Seitz <keiths@redhat.com>
12015
12016 * main.h (struct captured_main_args): Add interpreter_p.
12017 * main.c (captured_main): Initialize interpreter_p from context.
12018 * gdb.c (main): Set interpreter_p argument.
12019 * Makefile.in (gdb.o): Add dependency for interps.h.
12020
12021 2003-02-12 Andrew Cagney <ac131313@redhat.com>
12022
12023 * event-top.c (cli_command_loop): Delete declaration.
12024 (_initialize_event_loop): Delete function setting event_loop_hook.
12025 * event-top.h (cli_command_loop): Declare. Update copyright.
12026 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
12027 * interps.c (current_interp_command_loop): When event_loop_p, call
12028 cli_command_loop.
12029
12030 2003-02-12 Andrew Cagney <ac131313@redhat.com>
12031
12032 * interps.h (interp_command_loop_ftype): Change return type to
12033 void.
12034
12035 2003-02-12 Michal Ludvig <mludvig@suse.cz>
12036
12037 * x86-64-tdep.c (x86_64_extract_return_value)
12038 (x86_64_store_return_value): Use regcache instead of regbuf.
12039 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
12040 * x86-64-linux-nat.c (fill_gregset): Use regcache.
12041
12042 2003-02-11 Andrew Cagney <ac131313@redhat.com>
12043
12044 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
12045 * aclocal.m4: Regenerate.
12046 * configure: Regenerate.
12047
12048 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
12049 TCL_LD_SEARCH_FLAGS.
12050
12051 2003-02-10 Michal Ludvig <mludvig@suse.cz>
12052
12053 * dwarf2cfi.c: Reindented.
12054
12055 2003-02-09 Andrew Cagney <ac131313@redhat.com>
12056
12057 * interps.c (clear_interpreter_hooks): Convert function definition
12058 to ISO C.
12059
12060 2003-02-07 David Carlton <carlton@math.stanford.edu>
12061
12062 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
12063
12064 2003-02-07 Kevin Buettner <kevinb@redhat.com>
12065
12066 * gdbtypes.h (struct main_type): Move ``length'' field from here...
12067 (struct type): ...to here.
12068 (TYPE_LENGTH): Adjust to reflect different location of ``length''
12069 field.
12070 * gdbtypes.c (make_qualified_type): Set length on newly created type.
12071 (replace_type): Set length on all type variants for a given type.
12072
12073 2003-02-07 Andrew Cagney <ac131313@redhat.com>
12074
12075 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
12076 <sys/stat.h>.
12077 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
12078
12079 2003-02-06 Andrew Cagney <ac131313@redhat.com>
12080
12081 * Makefile.in (symm-nat.o): Update dependencies.
12082 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
12083 (lynx-nat.o, ia64-linux-nat.): Ditto.
12084 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
12085 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
12086 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
12087
12088 * Makefile.in (inflow_h): Define.
12089 (procfs.o, inflow.o, procfs.o): Update dependencies.
12090 * inftarg.c (child_stop): Delete extern declaration of
12091 inferior_process_group. Include "inflow.h".
12092 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
12093 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
12094 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
12095 (our_process_group, inferior_process_group): Extern declarations.
12096
12097 * procfs.c: Include "gdb_assert.h".
12098
12099 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12100 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
12101 * jv-typeprint.c (java_type_print_base): Ditto.
12102 * typeprint.c (typedef_print): Eliminate STREQ.
12103 * cli/cli-script.c (define_command, define_command): Ditto.
12104 * main.c (captured_main): Ditto.
12105 * values.c (lookup_internalvar): Ditto.
12106 * utils.c (safe_strerror, parse_escape): Eliminate assignment
12107 within `if' conditional.
12108 * linespec.c (decode_line_2): Ditto.
12109 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
12110 (bfd_openw_with_cleanup): Ditto.
12111
12112 2003-02-07 Mark Kettenis <kettenis@gnu.org>
12113
12114 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
12115 legacy_extract_return_value and store_return_value to
12116 legacy_return_value.
12117
12118 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
12119
12120 * win32-nat.c (get_relocated_section_addrs): New function. Find
12121 section load addresses for symbol handling in relocated DLLs.
12122 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
12123
12124 2003-02-05 Fred Fish <fnf@intrinsity.com>
12125
12126 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
12127 '=' and '!='.
12128 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
12129 with '&' and '=='.
12130 (angel_RDI_info): Ditto.
12131 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
12132 with '&' and '!='.
12133 (threads_continue_all_with_signals): Ditto.
12134
12135 2003-02-05 Jim Ingham <jingham@apple.com>
12136 Keith Seitz <keiths@redhat.com>
12137 Elena Zannoni <ezannoni@redhat.com>
12138 Andrew Cagney <ac131313@redhat.com>
12139
12140 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
12141 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
12142 (SUBDIR_MI_OBS): Add "mi-interp.o".
12143 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
12144 (SFILES): Add "interps.c".
12145 (COMMON_OBS): Add "interps.o".
12146 (interps_h, mi_main_h): Define.
12147 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
12148 (mi-main.o, main.o, event-top.o): Update dependencies.
12149 * cli/cli-interp.c: New file.
12150 * interps.h, interps.c: New files.
12151 * top.c: (gdb_init): Don't install the default interpreter, handed
12152 by captured_main.
12153 * main.c: Include "interps.h".
12154 (interpreter_p): Note that it should malloc'ed.
12155 (captured_command_loop): Call current_interp_command_loop.
12156 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
12157 xfree and xstrdup when updating interpreter_p. Install the
12158 default interpreter. Add hack to stop mi1's copyright notice
12159 being encoded.
12160 * event-top.h (gdb_setup_readline): Declare.
12161 (gdb_disable_readline): Declare.
12162 * event-top.c: Include "interps.h".
12163 (display_gdb_prompt): Call current_interp_display_prompt_p.
12164 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12165 gdb_stdlog, and gdb_stdtarg.
12166 (_initialize_event_loop): Don't call gdb_setup_readline.
12167 * cli-out.c (cli_out_set_stream): New function.
12168 * cli-out.h (cli_out_set_stream): Declare.
12169
12170 2003-02-06 Mark Kettenis <kettenis@gnu.org>
12171
12172 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12173 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
12174 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12175 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12176 config/i386/i386v42mp.mt: Removed.
12177
12178 2003-02-05 Mark Kettenis <kettenis@gnu.org>
12179
12180 * configure.tgt (*-*-solaris*): Set gdb_osabi to
12181 GDB_OSABI_SOLARIS.
12182
12183 2003-02-05 Michael Chastain <mec@shout.net>
12184
12185 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12186 2.12.1 and earlier versions.
12187
12188 2003-02-05 Andrew Cagney <ac131313@redhat.com>
12189
12190 Remove orphaned hosts, targets and files.
12191 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12192 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12193 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12194 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12195 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12196 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12197 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12198 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12199 * config/sparc/tm-sp64sim.h: Delete.
12200 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12201 hosts.
12202 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12203 mips*-dec-mach3* targets.
12204
12205 2003-02-04 Michael Chastain <mec@shout.net>
12206
12207 * NEWS: Fix typo: sepcifying -> specifying.
12208
12209 2003-02-04 Michael Chastain <mec@shout.net>
12210
12211 * dwarfread.c: Add documentation on the state of dwarf-1,
12212 looking towards obsoletion.
12213
12214 2003-02-03 Michael Chastain <mec@shout.net>
12215
12216 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12217 gdb/testsuite/gdb.c++/pr-1023.exp.
12218
12219 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12220
12221 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12222 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12223
12224 * utils.c (init_page_info): Delete reference to MPW in comments.
12225 * main.c (captured_main): Delete #ifdef MPW.
12226
12227 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12228
12229 * NEWS: Note that the m32r-*-elf* is obsolete.
12230 * monitor.c (monitor_expect): Obsolete reference to m32r.
12231 * configure.tgt: Mark m32r-*-elf* as obsolete.
12232 * MAINTAINERS: Mark m32k as obsolete.
12233 * m32r-rom.c: Obsolete file.
12234 * config/m32r/m32r.mt: Obsolete file.
12235 * config/m32r/tm-m32r.h: Obsolete file.
12236 * m32r-stub.c: Obsolete file.
12237 * m32r-tdep.c: Obsolete file.
12238
12239 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12240
12241 * NEWS: Mention that the z8k-zilog-none is obsolete.
12242 * MAINTAINERS: Mark z8k as obsolete.
12243 * configure.tgt: Obsolete the z8k-*-coff* target.
12244 * config/z8k/z8k.mt: Obsolete file.
12245 * config/z8k/tm-z8k.h: Obsolete file.
12246 * z8k-tdep.c: Obsolete file.
12247
12248 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12249
12250 * NEWS: Mention that the mn10200-elf is obsolete.
12251 * configure.tgt: Obsolete mn10200-*-* target.
12252 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12253 mention that the mn10200 is obsolete.
12254 * breakpoint.h: Ditto.
12255 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12256 * config/mn10200/mn10200.mt: Obsolete file.
12257 * config/mn10200/tm-mn10200.h: Obsolete file.
12258 * mn10200-tdep.c: Obsolete file.
12259
12260 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12261
12262 * MAINTAINERS: Mark h8500 as obsolete.
12263 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12264 * findvar.c (value_from_register): Ditto.
12265 * h8500-tdep.c: Mark file as obsolete.
12266 * config/h8500/h8500.mt: Ditto.
12267 * config/h8500/tm-h8500.h: Ditto.
12268 * NEWS: Mention that h8500 is obsolete.
12269
12270 2003-02-04 David Carlton <carlton@math.stanford.edu>
12271
12272 * objfiles.c (allocate_objfile): Always set name. Add comment at
12273 start of function.
12274 * jv-lang.c (get_dynamics_objfile): Add comment.
12275
12276 2003-02-04 David Carlton <carlton@math.stanford.edu>
12277
12278 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12279 * printcmd.c (build_address_symbolic): Replace uses of
12280 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12281 SYMBOL_NAME, and asm_demangle.
12282 Update copyright.
12283
12284 2003-02-04 David Carlton <carlton@math.stanford.edu>
12285
12286 * linespec.c (decode_compound): Extract code into
12287 lookup_prefix_sym.
12288 (lookup_prefix_sym): New function.
12289
12290 2003-02-04 David Carlton <carlton@math.stanford.edu>
12291
12292 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12293 FLOAT_COERCION_BADNESS.
12294 * gdbtypes.c (rank_one_type): Replace all uses of
12295 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12296
12297 2003-02-04 Jim Blandy <jimb@redhat.com>
12298
12299 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12300 section, let dwarf_macinfo_section point to it, not
12301 dwarf_loc_section.
12302
12303 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12304
12305 Pointed out by Anton Blanchard <anton@samba.org>.
12306 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12307 (ppc_linux_at_sigtramp_return_path): Use it.
12308
12309 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12310
12311 * defs.h (streq): Add prototype.
12312 * utils.c (streq): New function.
12313
12314 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12315 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12316 * mdebugread.c (new_symbol): Likewise.
12317 * stabsread.c (define_symbol): Likewise.
12318 * coffread.c (process_coff_symbol): Likewise.
12319 * dwarfread.c (new_symbol): Likewise.
12320
12321 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12322 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12323 here.
12324 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12325 SYMBOL_INIT_DEMANGLED_NAME.
12326 * objfiles.c: Include "hashtab.h".
12327 (allocate_objfile): Call htab_set_functions_ex for the
12328 demangled_names_hash.
12329 (free_objfile): Call htab_delete for the demangled_names_hash.
12330 * objfiles.h (struct htab): Add declaration.
12331 (struct objfile): Add demangled_names_hash.
12332 * symfile.c: Include "hashtab.h".
12333 (reread_symbols): Call htab_delete for the demangled_names_hash.
12334 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12335 SYMBOL_NAME in the bcache.
12336 * symtab.c: Include "hashtab.h". Update comments.
12337 (create_demangled_names_hash, symbol_set_names): New functions.
12338 (symbol_find_demangled_name): New function, broken out from
12339 symbol_init_demangled_names.
12340 (symbol_init_demangled_names): Use it.
12341 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12342 (SYMBOL_SET_NAMES): New macro.
12343 (symbol_set_names): Add prototype.
12344
12345 2003-02-03 Jim Blandy <jimb@redhat.com>
12346
12347 Use a single, consistent representation for an empty minimal
12348 symbol table in an objfile.
12349 * objfiles.c (terminate_minimal_symbol_table): New function.
12350 (allocate_objfile): Call it.
12351 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12352 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
12353 non-NULL.
12354 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12355 objfile has minimal symbols, compare minimal_symbol_count to zero,
12356 instead of comparing msymbols with NULL.
12357 * objfiles.c (have_minimal_symbols): Same.
12358 * solib-sunos.c (solib_add_common_symbols): Call
12359 terminate_minimal_symbol_table.
12360 * symfile.c (reread_symbols): Same.
12361
12362 2003-02-03 Kevin Buettner <kevinb@redhat.com>
12363
12364 * s390-tdep.c (s390_address_class_type_flags)
12365 (s390_address_class_type_flags_to_name)
12366 (s390_address_class_name_to_type_flags): New functions.
12367 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12368 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12369
12370 2003-02-03 Michael Snyder <msnyder@redhat.com>
12371
12372 * arm-tdep.c: Fix spell-o in comment.
12373
12374 2003-02-03 Michal Ludvig <mludvig@suse.cz>
12375
12376 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12377 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
12378 error messages to contain BFD filename.
12379
12380 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
12381
12382 Fix PR gdb/742 gdb/743 gdb/877
12383 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12384 (do_mixed_source_and_assembly): Use
12385 make_cleanup_ui_out_tuple_begin_end and
12386 make_cleanup_ui_out_tuple_begin_end.
12387 (do_mixed_source_and_assembly): Ditto.
12388 * thread.c (do_captured_list_thread_ids): Ditto.
12389 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12390 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12391 ui_out_tuple_end): Delete prototypes.
12392 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12393 ui_out_list_end, ui_out_tuple_end): Delete.
12394
12395 From Kevin Buettner <kevinb@redhat.com>:
12396 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
12397 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12398 (do_cleanup_table_end): New functions.
12399 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12400 Use cleanups to invoke_ui_out_tuple_end().
12401 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
12402 * cli/cli-setshow.c (cmd_show_list): Use
12403 make_cleanup_ui_out_tuple_begin_end.
12404
12405 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12406
12407 * frame.c (frame_unwind_register): New function.
12408 (frame_unwind_unsigned_register): Use.
12409 (frame_unwind_signed_register): Use.
12410 (frame_read_register): New function.
12411 * frame.h (frame_unwind_register): Declare.
12412 (frame_read_register): Declare.
12413
12414 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12415 and frame_unwind_register instead of read_memory, write_register
12416 and deprecated_write_register_bytes.
12417
12418 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12419
12420 * frame.h: Note that namelen can be negative.
12421 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12422 NAME's length.
12423
12424 * NEWS: Mention that the d10v's `regs' command is deprecated.
12425 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12426 (d10v_print_registers_info): New function.
12427 (show_regs): Call d10v_print_registers_info.
12428 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12429
12430 2003-02-02 Mark Kettenis <kettenis@gnu.org>
12431
12432 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12433 lost in the previous patch.
12434
12435 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12436
12437 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
12438 * stack.c (print_frame_info_base): Output complete FRAME tuple
12439 for synthesized frames.
12440
12441 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12442
12443 * mips-nat.c (zerobuf): Delete.
12444 (fetch_inferior_registers): Alloc local zerobuf.
12445 (fetch_core_registers): Alloc local zerobuf.
12446 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12447 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12448 * thread-db.c (thread_db_store_registers): Ditto.
12449 * sh-tdep.c (sh_do_register): Ditto.
12450 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12451 * remote-sim.c (gdbsim_store_register): Ditto.
12452 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12453 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12454 * monitor.c (monitor_supply_register): Ditto.
12455 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12456 * mips-nat.c (fetch_inferior_registers): Ditto.
12457 * m68klinux-nat.c (fetch_register): Ditto.
12458 * lynx-nat.c (fetch_inferior_registers): Ditto.
12459 (fetch_inferior_registers): Ditto.
12460 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12461 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12462 (hpux_thread_store_registers): Ditto.
12463 * hppah-nat.c (fetch_register): Ditto.
12464 * hppab-nat.c (fetch_register): Ditto.
12465 * hppa-tdep.c (pa_register_look_aside): Ditto.
12466 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12467 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12468
12469 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12470
12471 * gdbarch.sh: Explictly specify all method levels. When a
12472 variable with an empty level, provide a non-multi-arch default.
12473 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12474 * gdbarch.h: Re-generate.
12475 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12476 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12477
12478 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12479
12480 * defs.h (host_pointer_to_address): Delete declaration.
12481 (address_to_host_pointer): Delete declaration.
12482 * utils.c (host_pointer_to_address): Delete function.
12483 (address_to_host_pointer): Delete function.
12484 * procfs.c (procfs_address_to_host_pointer): New function.
12485 * procfs.c (proc_set_watchpoint): Use.
12486 (procfs_can_use_hw_breakpoint): Update comments.
12487 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12488 (som_solib_add): Use.
12489 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12490 * hppa-tdep.c (unwind_command): Use.
12491
12492 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12493
12494 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12495 strlen d_name.
12496
12497 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12498 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12499 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12500 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12501 (define_symbol): Update.
12502 * symfile.c (generic_load): Remove references to nindy.
12503 * symtab.c: Remove references to nindy.
12504
12505 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12506
12507 * infcmd.c (print_float_info): Delete code conditional on
12508 FLOAT_INFO.
12509 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12510 * config/m68k/nm-apollo68b.h: Ditto.
12511 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12512 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12513 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12514
12515 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12516
12517 * config/i386/tm-i386os9k.h: Removed.
12518
12519 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12520 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12521 they're identical to i[3456]86-*-sysv* now.
12522 * config/i386/i386v32.mh: Removed.
12523 * config/i386/xm-i386v32.h: Removed.
12524 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12525
12526 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12527
12528 * config/i386/i386dgux.mh: Removed.
12529 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12530
12531 * configure.in: Fix typo.
12532 * configure: Regenerated.
12533
12534 2003-01-31 David Carlton <carlton@math.stanford.edu>
12535
12536 * dwarf2read.c (dwarf2_locate_sections): Set
12537 dwarf_ranges_section.
12538
12539 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12540
12541 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12542 * utils.c: Update comments documenting legitimate uses of PTR.
12543
12544 * utils.c: Re-indent.
12545
12546 * config/djgpp/fnchange.lst: Delete nindy files.
12547 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12548 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12549 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12550 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12551 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12552 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12553 * Makefile.in (init.c): Remove nindy references.
12554 (saber_gdb): Delete rule.
12555 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12556 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12557 and a68v-nat.c.
12558 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12559 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12560 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12561 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12562 nindy-share/stop.h.
12563 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12564 * saber.suppress: Delete file.
12565
12566 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
12567
12568 * dbxread.c (stabs_data): New static variable.
12569 (fill_symbuf): Support an in-memory buffer for stabs data.
12570 (stabs_seek): New function.
12571 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12572 (read_ofile_symtab): Use stabs_seek.
12573 (elfstab_build_psymtabs): Take an asection* instead of
12574 an offset and size. Relocate the stabs data if necessary.
12575 Save the section* for dbx_psymtab_to_symtab.
12576 * dwarf2read.c: Add section variables for each debug section.
12577 (dwarf2_locate_sections): Fill them in.
12578 (dwarf2_read_section): Take an asection* argument.
12579 Relocate the section contents if necessary.
12580 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12581 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12582 it to dwarf2_read_section.
12583 (dwarf2_build_frame_info): Update callers.
12584 * elfread.c (elf_symfile_read): Update call to
12585 elfstab_build_psymtabs.
12586 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12587 (DBX_STAB_SECTION): New macro.
12588 * stabsread.h (elfstab_build_psymtabs): Update prototype.
12589 * symfile.c (symfile_dummy_outputs): New function.
12590 (symfile_relocate_debug_section): New function.
12591 * symfile.h (symfile_relocate_debug_section): Add prototype.
12592
12593 2003-01-31 Richard Henderson <rth@redhat.com>
12594
12595 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12596 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12597 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12598 * alpha-tdep.c (alpha_register_name): Add "unique".
12599 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12600 (ALPHA_UNIQUE_REGNUM): New.
12601 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12602
12603 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12604
12605 * README: Remove reference to Ericsson 1800 monitor.
12606 * Makefile.in (remote-es.o): Delete rule.
12607 (ALLDEPFILES): Delete remote-es.c.
12608 * remote-es.c: Delete file.
12609 * config/m68k/es1800.mt: Delete file.
12610 * config/djgpp/fnchange.lst: Update.
12611 * configure.tgt: Delete m68*-ericsson-* target.
12612
12613 2003-01-31 Adam Fedor <fedor@gnu.org>
12614
12615 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12616 Remove duplicate/shadowing variable of same name.
12617
12618 2003-01-30 Jim Blandy <jimb@redhat.com>
12619
12620 * symfile.c (find_separate_debug_file): Assert that the objfile's
12621 directory name we compute ends with a slash, and then assume that
12622 that's so everywhere we use it.
12623
12624 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
12625
12626 * valops.c (value_assign): Flush frame cache after stores to memory
12627 also.
12628
12629 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12630
12631 * Makefile.in (mon960-rom.o): Delete rule.
12632 * mon960-rom.c: Delete file.
12633
12634 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12635
12636 * d10v-tdep.c: Include "frame-unwind.h".
12637 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12638 list.
12639 (next_addr, uses_frame): Delete.
12640 (struct d10v_unwind_cache): Define.
12641 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12642 Use info instead of next_addr and uses_frame globals.
12643 (d10v_frame_init_saved_regs): Delete function.
12644 (d10v_init_extra_frame_info): Delete function.
12645 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12646 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12647 init_frame_pc or frame_saved_pc.
12648 (d10v_pop_frame): Delete function.
12649 (do_d10v_pop_frame): Delete function.
12650 (d10v_frame_chain): Delete function.
12651 (d10v_frame_chain_valid): Delete function.
12652 (d10v_frame_pc_unwind): New function.
12653 (d10v_frame_id_unwind): New function.
12654 (saved_regs_unwinder): New function.
12655 (d10v_frame_register_unwind): New function.
12656 (d10v_frame_pop): New function.
12657 (d10v_frame_unwind): New variable.
12658 (d10v_frame_p): New function.
12659 (d10v_frame_saved_pc): Delete function.
12660 * Makefile.in (d10v-tdep.o): Update dependencies.
12661
12662 2003-01-30 J. Brobecker <brobecker@gnat.com>
12663
12664 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12665 causing some regressions due to a change in the default value
12666 for this macro.
12667
12668 2003-01-29 Richard Henderson <rth@redhat.com>
12669 Elena Zannoni <ezannoni@redhat.com>
12670 Daniel Jacobowitz <drow@mvista.com>
12671
12672 Fix PR gdb/961.
12673 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
12674 variables.
12675 (RANGES_SECTION): New.
12676 (dwarf_ranges_buffer): New variable.
12677 (struct comp_unit_head): Add member "die".
12678 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12679 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12680 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12681 (dwarf2_locate_sections): Likewise.
12682 (dwarf2_build_psymtabs): Read .debug_ranges.
12683 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12684 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
12685 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12686 Look for DW_AT_ranges and return the bounding box.
12687
12688 2003-01-29 Brian Ford <ford@vss.fsi.com>
12689
12690 * win32-nat.c (cygwin_pid): Removed as unused.
12691 (child_attach): Try fall back to Cygwin pid.
12692
12693 2003-01-29 Jim Blandy <jimb@redhat.com>
12694
12695 * objfiles.h (struct objfile): Doc fix.
12696
12697 2003-01-29 Andrew Cagney <ac131313@redhat.com>
12698
12699 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
12700 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
12701 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
12702 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
12703 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
12704 (FRAME_SAVED_PC): Change to a function with predicate.
12705 * gdbarch.h, gdbarch.c: Re-generate.
12706
12707 2003-01-28 Andrew Cagney <ac131313@redhat.com>
12708
12709 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12710
12711 * complaints.c (complain): Delete function.
12712 * complaints.h (struct deprecated_complaint): Delete definition.
12713 (complain): Delete declaration.
12714
12715 2003-01-28 Kevin Buettner <kevinb@redhat.com>
12716
12717 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12718 dummy frames.
12719
12720 2003-01-27 Andrew Cagney <ac131313@redhat.com>
12721
12722 * sentinel-frame.h, sentinel-frame.c: New files.
12723 * Makefile.in (frame.o): Update dependencies.
12724 (SFILES): Add sentinel-frame.c.
12725 (sentinel_frame_h): Define.
12726 (COMMON_OBS): Add sentinel-frame.o.
12727 (sentinel-frame.o): Specify dependencies.
12728 * frame.c: Include "sentinel-frame.h".
12729 (frame_register_unwind): Rewrite assuming that there is always a a
12730 ->next frame.
12731 (frame_register, generic_unwind_get_saved_register): Ditto.
12732 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12733 (create_sentinel_frame, unwind_to_current_frame): New functions.
12734 (get_current_frame): Rewrite using create_sentinel_frame and
12735 unwind_to_current_frame. When possible, always create a frame.
12736 (create_new_frame): Set next to the sentinel frame.
12737 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12738 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12739 ID cache when necessary.
12740 (frame_saved_regs_id_unwind): Use frame_relative_level.
12741 (deprecated_generic_get_saved_register): Use frame_relative_level,
12742 get_frame_saved_regs, get_frame_pc, get_frame_base and
12743 get_next_frame.
12744 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12745 frame_register.
12746
12747 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12748
12749 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12750
12751 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12752
12753 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12754 (maintenance_set_profile_cmd): Use error () instead of warning ().
12755
12756 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12757
12758 * configure.in: Check that -pg works if using --enable-profiling.
12759 Check for monstartup and _mcleanup regardless of --enable-profiling.
12760 * maint.c: Check for monstartup and _mcleanup before using them.
12761 * config.in: Regenerated.
12762 * configure: Regenerated.
12763
12764 2003-01-24 Nick Clifton <nickc@redhat.com>
12765
12766 * Add sh2e support:
12767
12768 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12769
12770 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12771 (sh2e_show_regs): New.
12772 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12773 * config/sh/tm-sh.h: Added sh2e to comments.
12774
12775 2003-01-23 Jim Blandy <jimb@redhat.com>
12776
12777 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12778 symbols found)" message here; we haven't checked for a separate
12779 debug info file yet, so we don't know yet.
12780 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12781 we've looked everywhere. Also, there's no need to print a special
12782 message when we're loading the separate debug info file: the one
12783 symbol_file_add prints is fine.
12784
12785 2003-01-23 Alexander Larsson <alexl@redhat.com>
12786 Jim Blandy <jimb@redhat.com>
12787
12788 Add support for executables whose debug info has been separated
12789 out into a separate file, leaving only a link behind.
12790 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12791 and separate_debug_objfile_backlink.
12792 (put_objfile_before): New declaration.
12793 * symfile.c: #include "filenames.h".
12794 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12795 debug info in a separate file, read that, too. Save the addrs
12796 argument, so we can use it again to read the separated debug info;
12797 syms_from_objfile modifies the table we pass it.
12798 (reread_symbols): After re-reading an objfile, call
12799 reread_separate_symbols to refresh its separate debug info
12800 objfile, if it has one.
12801 (reread_separate_symbols, find_separate_debug_file,
12802 get_debug_link_info, separate_debug_file_exists): New functions.
12803 (debug_file_directory): New global var.
12804 (_initialize_symfile): Initialize debug_file_directory, and
12805 provide the new `set debug-file-directory' command to let the user
12806 change it.
12807 * objfiles.c (free_objfile): If this objfile has its debug info in
12808 a separate objfile, free that one too. If this is itself a
12809 separate debug info objfile, clear our parent's backlink.
12810 (put_objfile_before): New function.
12811 * utils.c (gnu_debuglink_crc32): New function.
12812 * defs.h (gnu_debuglink_crc32): New declaration.
12813 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12814 * configure.in: Handle --with-separate-debug-dir config option.
12815 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12816 * acconfig.h (DEBUGDIR): New macro.
12817 * configure, aclocal.m4, config.in: Regenerated.
12818
12819 2003-01-22 Jim Blandy <jimb@redhat.com>
12820
12821 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12822 like the old symbol_file_add, but taking new arguments: you can
12823 now pass in either a `struct section_addr_info' list to say where
12824 each section is loaded, or a `struct section_offsets' table. Pass
12825 these new arguments through to syms_from_objfile as appropriate.
12826 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
12827 with the appropriate quiescent values for the new arguments.
12828
12829 * symfile.c: #include "gdb_assert.h".
12830 (syms_from_objfile): Add the ability to pass in a section offset
12831 table directly, as an alternative to the section_addr_info table.
12832 Document arguments better.
12833 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12834 * symfile.h (syms_from_objfile): Update declaration.
12835 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12836 syms_from_objfile.
12837 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12838
12839 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12840
12841 Original patch by Tom Tromey <tromey@cygnus.com> and
12842 Jason Molenda <jmolenda@apple.com>.
12843 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12844 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12845 * NEWS: Mention profiling.
12846 * configure.in (--enable-gdbtk): Fix typo.
12847 (--enable-profiling): New. Set PROFILE_CFLAGS.
12848 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12849 Fill in function.
12850 (profiling_state): New variable.
12851 (mcleanup_wrapper): New function.
12852 (_initialize_maint): Remove NOTYET, fix call to
12853 add_setshow_boolean_cmd for "maint set profile".
12854 * configure: Regenerated.
12855
12856 2003-01-21 Martin M. Hunt <hunt@redhat.com>
12857
12858 * Makefile.in (install-gdbtk): Install PNG images too.
12859
12860 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12861
12862 * exec.c (text_start): Delete global variable.
12863 (exec_file_attach): Make text_start local to the function.
12864 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12865 * valops.c (hand_function_call): Delete code that handles
12866 BEFORE_TEXT_END and AFTER_TEXT_END.
12867 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12868 of CALL_DUMMY_LOCATION.
12869 * gdbarch.c: Regenerate.
12870 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12871 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12872 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12873 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12874 (text_end): Delete extern declaration.
12875
12876 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12877
12878 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12879 * blockframe.c (backtrace_below_main): Move to "frame.c".
12880 (frame_chain_valid): Delete check for backtrace_below_main.
12881 (_initialize_blockframe): Delete initialization, move ``set
12882 backtrace-below-main'' command to "frame.c".
12883 (do_flush_frames_sfunc): Delete function.
12884 * frame.c: Include "command.h" and "gdbcmd.h".
12885 (frame_type_from_pc): New function.
12886 (create_new_frame): Use frame_type_from_pc.
12887 (legacy_get_prev_frame): New function.
12888 (get_prev_frame): Rewrite. When an old style frame, call
12889 legacy_get_prev_frame. Otherwize, unwind the PC first.
12890 (_initialize_frame): Add ``set backtrace-below-main'' command.
12891 * Makefile.in (frame.o): Update dependencies.
12892
12893 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12894
12895 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12896 DEPRECATED_REGISTERS_INFO.
12897
12898 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12899
12900 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12901 Maintainers'. Update `Various Maintainers'.
12902
12903 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12904
12905 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12906 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12907 Suppress actual parameters when `-'.
12908 * gdbarch.h, gdbarch.c: Regenerate.
12909
12910 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12911
12912 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12913 code handling dummy frames.
12914
12915 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12916
12917 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12918 (struct frame_unwind): Add field pop.
12919 * frame.h (frame_pop): Declare.
12920 * frame.c (frame_saved_regs_pop): New function.
12921 (trad_frame_unwinder): Add frame_saved_regs_pop.
12922 (frame_pop): New function.
12923 * dummy-frame.c (dummy_frame_pop): New function.
12924 (discard_innermost_dummy): New function.
12925 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12926 (dummy_frame_unwind): Add dummy_frame_pop.
12927 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12928 * valops.c (hand_function_call): Ditto.
12929 * stack.c (return_command): Ditto.
12930
12931 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12932
12933 * cris-tdep.c: Fix function declaration indentation.
12934 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12935 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12936 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12937 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12938 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12939 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12940
12941 2003-01-18 Michael Chastain <mec@shout.net>
12942
12943 * README (Unpacking and Installation -- quick overview):
12944 Warn against ".../gdb-5.3/gdb/configure".
12945
12946 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12947
12948 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12949 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12950 (struct frame_unwind): Declare opaque.
12951 (dummy_frame_p): Declare function.
12952 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12953 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12954 * dummy-frame.c: Include "frame-unwind.h".
12955 (dummy_frame_p): New function.
12956 (dummy_frame_unwind): New variable.
12957 * frame.c: Include "frame-unwind.h".
12958 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12959 to use the new unwind field.
12960 (set_unwind_by_pc): Delete function.
12961 (create_new_frame, get_prev_frame): Set unwind field using
12962 frame_unwind_find_by_pc.
12963 (trad_frame_unwind, trad_frame_unwinder): New variables.
12964 * frame.h (trad_frame_unwind): Declare variable.
12965 (frame_id_unwind_ftype): Delete declaration.
12966 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12967 (struct frame_unwind): Declare opaque.
12968 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12969 register_unwind with a single unwind pointer.
12970 * frame-unwind.h, frame-unwind.c: New files.
12971 * Makefile.in (SFILES): Add frame-unwind.c.
12972 (frame_unwind_h): Define.
12973 (COMMON_OBS): Add frame-unwind.o.
12974 (frame-unwind.o): Specify dependencies.
12975 (frame.o, dummy-frame.o): Update dependencies.
12976
12977 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12978
12979 * ada-valprint.c: Eliminate PTR.
12980 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12981 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12982 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12983 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12984 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12985 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12986 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12987
12988 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12989
12990 * main.c (captured_main): Don't use PTR.
12991 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12992 * gdbtypes.c (lookup_primitive_typename): Ditto.
12993 (lookup_struct_elt_type): Ditto.
12994 * f-valprint.c (info_common_command): Ditto.
12995 (list_all_visible_commons): Ditto.
12996 * jv-typeprint.c (java_type_print_base): Ditto.
12997
12998 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12999 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
13000 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
13001 i386-interix-nat.c and i386-interix-tdep.c. Rename
13002 m68klinux-nat.c and m68klinux-tdep.c. Rename
13003 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
13004 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
13005 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
13006 * main.c (captured_main): Use xfree, not free.
13007
13008 2003-01-16 Andrew Cagney <ac131313@redhat.com>
13009
13010 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
13011 ID back using a parameter.
13012 * frame.c (frame_id_unwind): Update call.
13013 (frame_saved_regs_id_unwind): Update.
13014 * dummy-frame.c (dummy_frame_id_unwind): Update function.
13015 * dummy-frame.h (struct frame_id): Add opaque declaration.
13016 (dummy_frame_id_unwind): Update declaration.
13017
13018 2003-01-15 Andrew Cagney <ac131313@redhat.com>
13019
13020 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
13021
13022 2003-01-15 Stephen P. Smith <ischis2@cox.net>
13023
13024 * MAINTAINERS (Stephen P. Smith): Updated email address.
13025
13026 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
13027
13028 Fix PR gdb/898
13029 * breakpoint.c (until_break_command): Add new argument. Use it to
13030 decide whether to stop only at the current frame or not.
13031 * breakpoint.h (until_break_command): Update prototype.
13032 * infcmd.c (until_command): Add new argument to until_break_command
13033 call.
13034 (advance_command): New function.
13035 (_initialize_infcmd): Update help string for 'until' command.
13036 Add new 'advance' command.
13037
13038 2003-01-14 David Carlton <carlton@math.stanford.edu>
13039
13040 * linespec.c (decode_line_1): Normalize comments.
13041 (set_flags): Ditto.
13042 (locate_first_half): Ditto.
13043 (decode_compound): Ditto.
13044 (symtab_from_filename): Ditto.
13045 (decode_all_digits): Ditto.
13046 (decode_dollar): Ditto.
13047 (find_methods): Ditto.
13048 (find_toplevel_char): Ditto.
13049
13050 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13051
13052 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
13053 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
13054 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
13055 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
13056 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
13057 * language.c, language.h, m32r-tdep.c: Update copyright.
13058 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
13059 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
13060 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
13061 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
13062 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
13063 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
13064
13065 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13066
13067 * stabsread.h (process_later, resolve_cfront_continuation):
13068 Obsolete.
13069 Update copyright years.
13070 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
13071 Update copyright year.
13072 * dbxread.c(struct cont_elem): Obsolete.
13073 (process_later, process_now): Obsolete functions.
13074 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
13075 Update copyright year.
13076 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
13077 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
13078 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
13079 (parse_partial_symbols): Obsolete cfront support.
13080 * stabsread.c
13081 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
13082 macros.
13083 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
13084 read_cfront_baseclasses, read_cfront_member_functions,
13085 resolve_cfront_continuation,read_cfront_static_fields,
13086 copy_cfront_struct_fields): Obsolete functions.
13087 (define_symbol, read_one_struct_field): Obsolete cfront support.
13088 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
13089 Update Copyright year.
13090
13091 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13092
13093 * stack.c (print_frame_info, print_stack_frame_base_stub,
13094 print_stack_frame_base, show_and_print_stack_frame_stub,
13095 show_and_print_stack_frame, print_only_stack_frame_stub,
13096 print_only_stack_frame): Delete functions.
13097 (print_stack_frame_stub): Call print_frame_info instead of
13098 print_frame_info_base.
13099 (print_frame_info_base): Rename to print_frame_info.
13100 (backtrace_command_1): Call print_frame_info, instead of
13101 print_frame_info_base.
13102 (current_frame_command): Call print_stack_frame, instead of
13103 print_only_stack_frame.
13104 (frame_command): Call print_stack_frame, instead of
13105 show_and_print_stack_frame.
13106 (up_command): Ditto.
13107 (down_command): Ditto.
13108 * frame.h (print_only_stack_frame): Delete prototype.
13109 * infrun.c (normal_stop): Call print_stack_frame, instead of
13110 show_and_print_stack_frame.
13111 * thread.c (info_threads_command): Call print_stack_frame, instead
13112 of print_only_stack_frame.
13113
13114 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13115
13116 * README (Graphical interface to GDB): Update URL. Point at
13117 gdb/links/.
13118
13119 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
13120 version match.
13121
13122 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13123
13124 * symtab.c (find_pc_sect_line): Don't consider end-of-function
13125 lines.
13126
13127 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13128
13129 * thread-db.c (attach_thread): Prototype.
13130 (struct private_thread_info): Remove lwpid. Add thread handle (th),
13131 thread information (ti), and valid flags (th_valid, ti_valid).
13132 (attach_thread): Move target_pid_to_str call to after the thread
13133 is added to GDB's list. Initialize the cache.
13134 (thread_get_info_callback, thread_db_map_id2thr)
13135 (thread_db_get_info): New functions.
13136 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
13137 (thread_db_store_registers, thread_db_thread_alive)
13138 (thread_db_get_thread_local_address): Use them.
13139 (thread_db_pid_to_str): Likewise. Return "Missing" instead
13140 of calling error() for threads in unknown state.
13141
13142 (clear_lwpid_callback): New function.
13143 (thread_db_resume): Use it to clear the cache.
13144
13145 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13146
13147 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
13148 (resume_callback): Remove dead code.
13149
13150 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13151
13152 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
13153 predicate.
13154 * gdbarch.h, gdbarch.c: Regenerate.
13155 * stack.c (frame_info): Only initialize the saved registers when
13156 FRAME_INIT_SAVED_REGS_P.
13157 * frame.c (frame_saved_regs_register_unwind): Assert
13158 FRAME_INIT_SAVED_REGS_P.
13159 (deprecated_generic_get_saved_register): Ditto.
13160
13161 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13162
13163 * source.c (openp): Squelch warning about "filename".
13164
13165 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13166
13167 * source.c (openp): If the file does not exist don't necessarily
13168 search the path.
13169
13170 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13171
13172 Fix PR gdb/872.
13173 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13174 (integer_types_same_name_p): New function.
13175 (rank_one_type): Use it.
13176 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13177
13178 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13179
13180 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13181 variables.
13182 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13183 * configure.in: Add --with-sysroot.
13184 * configure: Regenerated.
13185 * main.c (gdb_sysroot): New variable.
13186 (captured_main): Initialize gdb_sysroot.
13187 * defs.h (gdb_sysroot): New extern declaration.
13188 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13189
13190 2003-01-12 Michael Chastain <mec@shout.net>
13191
13192 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13193
13194 2003-01-12 Michael Chastain <mec@shout.net>
13195
13196 * top.c (print_gdb_version): Bump copyright year to 2003.
13197
13198 2003-01-12 David Carlton <carlton@bactrian.org>
13199
13200 * linespec.c (symtab_from_filename): Rename variable 's' to
13201 'file_symtab'.
13202
13203 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13204
13205 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13206 dummy frame.
13207 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13208
13209 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13210
13211 * d10v-tdep.c: Include "gdb_assert.h".
13212 (d10v_store_return_value): Rewrite to match current interface.
13213 (d10v_extract_struct_value_address): Ditto.
13214 (d10v_extract_return_value): Ditto.
13215 (d10v_gdbarch_init): Set store_restore_value,
13216 extract_struct_value_address and extract_return_value.
13217
13218 2003-01-12 J. Brobecker <brobecker@gnat.com>
13219
13220 * hpread.c (set_namestring): New procedure replacing the
13221 SET_NAMESTRING macro.
13222 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13223 by calls to set_namestring.
13224
13225 2003-01-11 J. Brobecker <brobecker@gnat.com>
13226
13227 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13228 a compilation warning.
13229 (hpread_process_one_debug_symbol): Likewise.
13230
13231 2003-01-10 David Carlton <carlton@math.stanford.edu>
13232
13233 * linespec.c (decode_line_1): Rename variable 's' to
13234 'file_symtab'.
13235 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13236 (decode_dollar): Ditto.
13237 (decode_variable): Ditto.
13238 (symbol_found): Ditto.
13239
13240 2003-01-09 Michael Chastain <mec@shout.net>
13241
13242 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13243
13244 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
13245
13246 * win32-nat.c (set_process_privilege): New function.
13247 (child_attach): Call set_process_privilege() to enable the
13248 SE_DEBUG_NAME user privilege if available in process token.
13249
13250 2003-01-10 J. Brobecker <brobecker@gnat.com>
13251
13252 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13253 compilation error in the previous revision.
13254
13255 2003-01-09 David Carlton <carlton@math.stanford.edu>
13256
13257 * linespec.c: Update copyright.
13258
13259 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13260
13261 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13262 than inferior_ptid.
13263 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13264
13265 2003-01-09 Andrew Cagney <ac131313@redhat.com>
13266
13267 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13268 Update comments.
13269 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13270 (frame_saved_regs_zalloc): Update.
13271 (frame_saved_regs_register_unwind): Update.
13272 (create_new_frame): Update.
13273 (get_prev_frame): Update.
13274 (frame_extra_info_zalloc): Update.
13275 (deprecated_get_frame_saved_regs): Update.
13276 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13277 * cris-tdep.c: Update comment.
13278
13279 * somsolib.h: Fix function indentation.
13280 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13281 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13282 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13283 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13284 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13285
13286 * infrun.c (follow_fork): Use ISO C definition.
13287 * expprint.c (print_subexp): Use xfree instead of free.
13288 * charset.c: Include "gdb_string.h" instead of <string.h>.
13289 (register_iconv_charsets): Use ISO C definition.
13290 (host_charset, target_charset): Ditto.
13291 * Makefile.in (charset.o): Update dependencies.
13292 (mi-cmd-env.o): Update dependencies.
13293
13294 2003-01-08 Andrew Cagney <cagney@redhat.com>
13295
13296 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13297 get_frame_base.
13298
13299 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13300
13301 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13302 build directories. Save edited gdb output in Mbuild.log. If a
13303 build fails, remove any final GDB executable.
13304
13305 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13306
13307 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13308 replacing hex constants with function names and stripping leading
13309 file name directory prefixes.
13310
13311 2003-01-08 Andrew Cagney <cagney@redhat.com>
13312
13313 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13314 get_frame_base.
13315
13316 2003-01-08 David Carlton <carlton@math.stanford.edu>
13317
13318 * linespec.c (decode_line_1): Move code into decode_variable.
13319 (decode_variable): New function.
13320
13321 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13322
13323 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13324
13325 2003-01-08 Andrew Cagney <cagney@redhat.com>
13326
13327 * cris-tdep.c (cris_frame_init_saved_regs): Use
13328 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13329 saved_regs buffer.
13330 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13331 (sh64_nofp_frame_init_saved_regs): Ditto.
13332 (sh_fp_frame_init_saved_regs): Ditto.
13333 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13334 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13335 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13336 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13337
13338 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
13339
13340 * minsyms.c (lookup_minimal_symbol): Update comment.
13341 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13342 (lookup_minimal_symbol_solib_trampoline): Likewise.
13343
13344 2003-01-08 Andrew Cagney <cagney@redhat.com>
13345
13346 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13347 frame_relative_level.
13348
13349 * alpha-tdep.c: Use get_frame_extra_info.
13350 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13351 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13352 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13353 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13354
13355 * alpha-tdep.c: Use get_next_frame.
13356 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13357 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13358 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13359 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13360 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13361 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13362 * xstormy16-tdep.c: Ditto.
13363
13364 2003-01-07 Andrew Cagney <cagney@redhat.com>
13365
13366 * alpha-tdep.c: Use get_frame_base.
13367 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13368 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13369 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13370 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13371 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13372 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13373 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13374 * config/sparc/tm-sparc.h: Ditto.
13375
13376 2003-01-07 Andrew Cagney <cagney@redhat.com>
13377
13378 * frame.c (deprecated_get_frame_context): New function.
13379 (deprecated_set_frame_context): New function.
13380 * frame.h (deprecated_get_frame_context): Declare.
13381 (deprecated_set_frame_context): Declare.
13382 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13383 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
13384
13385 2003-01-07 Andrew Cagney <cagney@redhat.com>
13386
13387 * frame.c (deprecated_set_frame_next_hack): New function.
13388 (deprecated_set_frame_prev_hack): New function.
13389 * frame.h (deprecated_set_frame_next_hack): Declare.
13390 (deprecated_set_frame_prev_hack): Declare.
13391 * mcore-tdep.c (analyze_dummy_frame): Use
13392 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13393 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13394
13395 2003-01-07 David Carlton <carlton@math.stanford.edu>
13396
13397 * linespec.c (decode_line_1): Move code into decode_dollar.
13398 (decode_dollar): New function.
13399
13400 2003-01-07 Andrew Cagney <cagney@redhat.com>
13401
13402 * arm-tdep.c (arm_init_extra_frame_info): Use
13403 deprecated_update_frame_base_hack.
13404 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13405 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13406 (fix_frame_pointer): Ditto.
13407 (mn10300_analyze_prologue): Ditto.
13408
13409 2003-01-07 Andrew Cagney <cagney@redhat.com>
13410
13411 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13412 extra_info using frame_extra_info_zalloc.
13413 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13414 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13415 (sh64_init_extra_frame_info): Ditto.
13416 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13417 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13418 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13419 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13420 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13421 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13422 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13423 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13424 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13425 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13426 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13427 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13428
13429 * mn10300-tdep.c (analyze_dummy_frame): Use
13430 deprecated_set_frame_extra_info_hack.
13431 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13432
13433 2003-01-07 J. Brobecker <brobecker@gnat.com>
13434
13435 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13436 class is not scText. These do not define "real" procedures.
13437 (parse_partial_symbols): Likewise.
13438
13439 2003-01-06 Michael Snyder <msnyder@redhat.com>
13440
13441 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13442
13443 2003-01-06 Andrew Cagney <ac131313@redhat.com>
13444
13445 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13446 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13447 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13448 deprecated_frame_xmalloc_with_cleanup.
13449 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13450 deprecated_frame_xmalloc.
13451 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13452 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13453
13454 2003-01-06 Andrew Cagney <cagney@redhat.com>
13455
13456 * x86-64-linux-tdep.c: Include "osabi.h".
13457 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13458
13459 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13460
13461 2003-01-06 Andrew Cagney <cagney@redhat.com>
13462
13463 * MAINTAINERS (Target Instruction Set Architectures): Update
13464 arm-elf. Can be built with -Werror, has been multiarched.
13465
13466 * value.h (unpack_long): Make buffer parameter constant.
13467 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13468 * scm-lang.h (scm_parse): Ditto.
13469 * defs.h (extract_typed_address, extract_address): Ditto.
13470 (extract_long_unsigned_integer): Ditto.
13471 * inferior.h (unsigned_pointer_to_address): Ditto.
13472 (signed_pointer_to_address): Ditto.
13473 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13474 * gdbarch.h, gdbarch.c: Regenerate.
13475 * findvar.c (extract_long_unsigned_integer): Update.
13476 (extract_address): Update.
13477 (extract_typed_address): Update.
13478 (unsigned_pointer_to_address): Update.
13479 * values.c (unpack_long): Update.
13480 (unpack_double): Update.
13481 (unpack_pointer): Update.
13482 (unpack_field_as_long): Update.
13483 * d10v-tdep.c (d10v_pointer_to_address): Update.
13484 * avr-tdep.c (avr_pointer_to_address): Update.
13485 * scm-lang.c (scm_unpack): Update.
13486 * findvar.c (signed_pointer_to_address): Update.
13487
13488 2003-01-06 Michal Ludvig <mludvig@suse.cz>
13489
13490 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
13491 since it is in i386-tdep.c.
13492
13493 2003-01-06 J. Brobecker <brobecker@gnat.com>
13494
13495 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13496 failure introduced in the previous change.
13497
13498 2003-01-05 Michael Chastain <mec@shout.net>
13499
13500 * README: Remove references to deleted remote-*.c files:
13501 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13502 remote-nrom.c, remote-os9k.c, remote-udi.c.
13503
13504 2003-01-05 Mark Kettenis <kettenis@gnu.org>
13505
13506 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13507 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13508 i386_get_longjmp_target.
13509
13510 2003-01-05 Andrew Cagney <ac131313@redhat.com>
13511
13512 * arm-tdep.c (prologue_cache): Change to a pointer.
13513 (_initialize_arm_tdep): Allocate prologue_cache.
13514 (check_prologue_cache): Update.
13515 (save_prologue_cache): Update.
13516 (arm_gdbarch_init): Update.
13517
13518 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13519
13520 * stabsread.c (update_method_name_from_physname): Call complaint()
13521 instead of error.
13522
13523 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13524
13525 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13526 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13527 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13528
13529 * blockframe.c: Include "gdbcmd.h" and "command.h".
13530 (backtrace_below_main): New variable.
13531 (file_frame_chain_valid, func_frame_chain_valid)
13532 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13533 (generic_func_frame_chain_valid): Remove functions.
13534 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13535 (_initialize_blockframe): New function.
13536 * Makefile.in (blockframe.o): Update dependencies.
13537 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13538 comment. Call frame_chain_valid ().
13539 * frame.h: Remove old prototypes. Add prototype for
13540 frame_chain_valid and update comments to match.
13541 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13542 Remove old comment.
13543 * gdbarch.h: Regenerated.
13544 * gdbarch.c: Regenerated.
13545
13546 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13547 set_gdbarch_frame_chain_valid.
13548 * avr-tdep.c (avr_gdbarch_init): Likewise.
13549 * cris-tdep.c (cris_gdbarch_init): Likewise.
13550 * frv-tdep.c (frv_gdbarch_init): Likewise.
13551 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13552 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13553 (i386_nw_init_abi): Likewise.
13554 (i386_gdbarch_init): Likewise.
13555 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13556 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13557 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13558 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13559 * mips-tdep.c (mips_gdbarch_init): Likewise.
13560 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13561 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13562 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13563 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13564 * s390-tdep.c (s390_gdbarch_init): Likewise.
13565 * sh-tdep.c (sh_gdbarch_init): Likewise.
13566 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13567 * v850-tdep.c (v850_gdbarch_init): Likewise.
13568 * vax-tdep.c (vax_gdbarch_init): Likewise.
13569 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13570
13571 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13572 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13573 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13574 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13575 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13576 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13577 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13578 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13579
13580 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13581
13582 * Makefile.in (acconfig_h): Remove incorrect macro.
13583 (config_h): Define.
13584 (osabi.o): Update dependencies.
13585 * configure.tgt: Set gdb_osabi based on target triplet.
13586 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13587 * configure: Regenerated.
13588 * config.in: Regenerated.
13589 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13590 (GDB_OSABI_DEFAULT): Define if not already defined.
13591 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13592 (set_osabi_string): New variables.
13593 (gdbarch_register_osabi): Add new OS ABI to
13594 gdb_osabi_available_names.
13595 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13596 (set_osabi, show_osabi): New functions.
13597 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13598
13599 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13600
13601 * arch-utils.c (gdbarch_info_init): Set osabi to
13602 GDB_OSABI_UNINITIALIZED.
13603 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13604 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13605 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13606 * gdbarch.c: Regenerated.
13607 * gdbarch.h: Regenerated.
13608 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13609 there's no BFD.
13610 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13611 * osabi.h (enum gdb_osabi): Move to defs.h.
13612 (gdbarch_init_osabi): Update prototype.
13613 * defs.h (enum gdb_osabi): Moved here.
13614 * Makefile.in: Update dependencies.
13615
13616 * alpha-tdep.h: Don't include "osabi.h".
13617 (struct gdbarch_tdep): Remove osabi member.
13618 * alpha-tdep.c: Include "osabi.h".
13619 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13620 iterate over arches. Update call to gdbarch_init_osabi.
13621 (alpha_dump_tdep): Don't dump osabi.
13622 * alpha-linux-tdep.c: Include "osabi.h".
13623 * alpha-osf1-tdep.c: Include "osabi.h".
13624 * alphafbsd-tdep.c: Include "osabi.h".
13625 * alphanbsd-tdep.c: Include "osabi.h".
13626
13627 * arm-tdep.h: Don't include "osabi.h".
13628 (struct gdbarch_tdep): Remove osabi member.
13629 * arm-tdep.c: Include "osabi.h".
13630 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13631 iterate over arches. Update call to gdbarch_init_osabi.
13632 (arm_dump_tdep): Don't dump osabi.
13633 * arm-linux-tdep.c: Include "osabi.h".
13634 * armnbsd-tdep.c: Include "osabi.h".
13635
13636 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13637 Update call to gdbarch_init_osabi.
13638
13639 * i386-tdep.h: Don't include "osabi.h".
13640 (struct gdbarch_tdep): Remove osabi member.
13641 * i386-tdep.c: Include "osabi.h".
13642 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13643 iterate over arches. Update call to gdbarch_init_osabi.
13644 (i386_dump_tdep): Don't dump osabi.
13645 * i386-linux-tdep.c: Include "osabi.h".
13646 * i386-sol2-tdep.c: Include "osabi.h".
13647 * i386bsd-tdep.c: Include "osabi.h".
13648 * i386gnu-tdep.c: Include "osabi.h".
13649 * i386ly-tdep.c: Include "osabi.h".
13650 * i386nbsd-tdep.c: Include "osabi.h".
13651 * i386obsd-tdep.c: Include "osabi.h".
13652
13653 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13654 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13655 check osabi when iterating over arches. Update call to
13656 gdbarch_init_osabi.
13657 (mips_dump_tdep): Don't dump osabi.
13658
13659 * ns32k-tdep.h: Don't include "osabi.h".
13660 (struct gdbarch_tdep): Remove.
13661 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13662 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13663 allocate tdep. Update call to gdbarch_init_osabi.
13664 (ns32k_dump_tdep): Remove.
13665 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13666 * ns32knbsd-tdep.c: Include "osabi.h".
13667
13668 * ppc-tdep.h: Don't include "osabi.h".
13669 (struct gdbarch_tdep): Remove osabi member.
13670 * rs6000-tdep.c: Include "osabi.h".
13671 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13672 osabi when iterating over arches. Update call to
13673 gdbarch_init_osabi.
13674 (rs6000_dump_tdep): Don't dump osabi.
13675 * ppc-linux-tdep.c: Include "osabi.h".
13676 * ppcnbsd-tdep.c: Include "osabi.h".
13677
13678 * sh-tdep.h: Don't include "osabi.h".
13679 (struct gdbarch_tdep): Remove osabi member.
13680 * sh-tdep.c: Include "osabi.h".
13681 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13682 iterate over arches. Update call to gdbarch_init_osabi.
13683 (sh_dump_tdep): Don't dump osabi.
13684 * shnbsd-tdep.c: Include "osabi.h".
13685
13686 * sparc-tdep.c: Include "osabi.h".
13687 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13688 iterate over arches. Update call to gdbarch_init_osabi.
13689 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
13690 tdep structure.
13691
13692 * vax-tdep.h: Don't include "osabi.h".
13693 (struct gdbarch_tdep): Remove.
13694 * vax-tdep.c: Include "osabi.h".
13695 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13696 iterate over arches. Don't allocate tdep. Update call
13697 to gdbarch_init_osabi.
13698 (vax_dump_tdep): Remove.
13699 (_initialize_vax_tdep): Update call to gdbarch_register.
13700
13701 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13702
13703 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
13704 entirely.
13705 (breakpoint_re_set_one): Don't fetch the value for a disabled
13706 watchpoint.
13707
13708 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13709
13710 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13711 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13712 (COERCE_FLOAT_TO_DOUBLE): Remove.
13713 * gdbarch.c: Regenerate.
13714 * gdbarch.h: Regenerate.
13715 * Makefile.in: Remove value_h from gdbarch_h.
13716 * valops.c (coerce_float_to_double): New variable.
13717 (default_coerce_float_to_double): Remove.
13718 (standard_coerce_float_to_double): Remove.
13719 (value_arg_coerce): Use coerce_float_to_double.
13720 (_initialize_valops): Add "set coerce-float-to-double".
13721 * value.h (default_coerce_float_to_double): Remove prototype.
13722 (standard_coerce_float_to_double): Remove prototype.
13723
13724 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13725 prototyped.
13726 * mdebugread.c (parse_symbol): Likewise.
13727 * stabsread.c (define_symbol): Mark all functions as prototyped.
13728
13729 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13730 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13731 set_gdbarch_coerce_float_to_double.
13732 * arm-tdep.c (arm_gdbarch_init): Likewise.
13733 * frv-tdep.c (frv_gdbarch_init): Likewise.
13734 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13735 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13736 * mips-tdep.c (mips_gdbarch_init): Likewise.
13737 (mips_coerce_float_to_double): Remove.
13738 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13739 (rs6000_coerce_float_to_double): Remove.
13740 * s390-tdep.c (s390_gdbarch_init): Likewise.
13741 * sh-tdep.c (sh_gdbarch_init): Likewise.
13742 (sh_coerce_float_to_double): Remove.
13743 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13744 (sparc_coerce_float_to_double): Remove.
13745 * v850-tdep.c (v850_gdbarch_init): Likewise.
13746 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13747 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13748 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13749 (hppa_coerce_float_to_double): Remove prototype.
13750 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13751
13752 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13753
13754 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13755
13756 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13757
13758 Suggested by Stewart Brown <sb24@avaya.com>:
13759 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13760 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13761 (c_type_print_varspec_suffix): Likewise.
13762
13763 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13764
13765 * configure.in: Don't set and AC_SUBST SUBDIRS.
13766 * configure: Regenerated.
13767
13768 * configure.in: Remove code dealing with shared libraries.
13769 * Makefile.in: Remove HLDFLAGS and HLDENV.
13770 * configure: Regenerated.
13771
13772 2003-01-04 Andrew Cagney <ac131313@redhat.com>
13773
13774 * frame.c (deprecated_frame_xmalloc): New function.
13775 (deprecated_set_frame_saved_regs_hack): New function.
13776 (deprecated_set_frame_extra_info_hack): New function.
13777 * frame.h (deprecated_frame_xmalloc): Declare.
13778 (deprecated_set_frame_saved_regs_hack): Declare.
13779 (deprecated_set_frame_extra_info_hack): Declare.
13780
13781 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13782
13783 * configure.in: Move code that provides the --enable-gdbtk option
13784 right after the code that handles the --enable-tui option, and
13785 polish it somewhat.
13786 * configure: Regenerated.
13787
13788 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13789 AC_CHECK_FUNCS and remove the old check for pread64.
13790 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13791 * acconfig.h (_GNU_SOURCE): Add.
13792 (HAVE_PREAD64): Remove.
13793 * configure, aclocal.m4, config.in: Regenerated.
13794
13795 2003-01-03 Andrew Cagney <ac131313@redhat.com>
13796
13797 * alpha-tdep.c: Use get_frame_saved_regs.
13798 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13799 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13800 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13801 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13802 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13803
13804 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13805
13806 * configure.in: Remove all use of the SUBDIRS variable; add
13807 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13808 code providing the --enable-multi-ice option, and move it right in
13809 front of the code that checks whether gdbserver is supported.
13810 Polish that too.
13811 * configure: Regenerated.
13812 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13813 @SUBDIRS@.
13814
13815 2003-01-03 Andrew Cagney <cagney@redhat.com>
13816
13817 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13818 * avr-tdep.c, cris-tdep.c: Ditto.
13819 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13820 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13821
13822 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13823
13824 * configure.in: Remove --enable-netrom option.
13825 * configure: Regenerated.
13826
13827 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13828
13829 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13830 declaration for `struct re_pattern_buffer' instead.
13831 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13832
13833 2003-01-03 J. Brobecker <brobecker@gnat.com>
13834
13835 * mdebugread.c (parse_symbol): Count until the stEnd matching
13836 the structure name.
13837
13838 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13839
13840 * configure.in: Remove --with-cpu option.
13841 subscripts. Remove evil changequotes here.
13842 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13843 * config.in, configure: Regenerated.
13844
13845 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13846 * configure.in: Cleanup section that sources GDB and BFD configure
13847 subscripts. Remove evil changequotes here.
13848 * config.in, configure: Regenerated.
13849
13850 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13851
13852 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13853 frame accessor methods.
13854 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13855 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13856 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13857 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13858 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13859 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13860 * z8k-tdep.c: Ditto.
13861
13862 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13863
13864 * configure.in: Remove UI_OUT configuration code.
13865 * ada-lang.c: Update assuming UI_OUT is always true.
13866 * Makefile.in (UIOUT_CFLAGS): Remove.
13867 * configure: Regenerated.
13868 * TODO: Remove blurb about elimination of -DUI_OUT.
13869
13870 * configure.in: Move code that provides the --enable-gdbcli,
13871 --enable-gdbmi options right before the code that handles the
13872 --enable-tui option. Polish a bit.
13873 * configure: Regenerated.
13874
13875 * configure.in: Rewrite check for GNU regex and the
13876 --without-included regex option, and move it into the "Checks for
13877 library functions" section. This makes us use the system regex
13878 again by default on systems with version 2 of the GNU C library.
13879 This was apparently broken.
13880 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13881 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13882 * config.in, configure: Regenerated.
13883
13884 * configure.in: Move code that provides the --enable-tui option
13885 before the "Checks for libraries" section. Polish the code
13886 somewhat and set need_curses to yes if we build the TUI. Rewrite
13887 code that looks for a library providing termcap functionality to
13888 match more closely what's done in the Readline library, and move
13889 it into to the "Checks for libraries" section.
13890 * configure: Regenerated.
13891 * Makefile.in (TERMCAP): Remove variable.
13892 * config/i386/go32.mh (TERMCAP): Remove variable.
13893
13894 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13895
13896 * MAINTAINERS: Mention gdb_mbuild.sh.
13897 * gdb_mbuild.sh: Rewrite.
13898
13899 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13900
13901 * configure.in: Fix typo in last change.
13902 * config.in, configure: Regenerated.
13903
13904 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13905
13906 * valarith.c (value_binop): Delete obsolete code and comments.
13907 * configure.host: Ditto.
13908 * buildsym.h (make_blockvector): Ditto.
13909 * buildsym.c (make_blockvector): Ditto.
13910 * defs.h (enum language): Ditto.
13911 (chill_demangle): Ditto.
13912 * elfread.c (elf_symtab_read): Ditto.
13913 * dwarfread.c (CHILL_PRODUCER): Ditto.
13914 (set_cu_language): Ditto.
13915 (handle_producer): Ditto.
13916 * expprint.c (print_subexp): Ditto.
13917 * gdbtypes.c (chill_varying_type): Ditto.
13918 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13919 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13920 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13921 (chill_varying_type): Ditto.
13922 * language.h (_LANG_chill): Ditto.
13923 * language.c (binop_result_type, integral_type): Ditto.
13924 (character_type, string_type, structured_type): Ditto.
13925 (lang_bool_type, binop_type_check): Ditto.
13926 * stabsread.h (os9k_stabs): Ditto.
13927 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13928 (define_symbol, read_type, read_struct_fields): Ditto.
13929 (read_array_type, read_enum_type, read_huge_number): Ditto.
13930 (read_range_type, start_stabs): Ditto.
13931 * symfile.c (init_filename_language_table): Ditto.
13932 (add_psymbol_with_dem_name_to_list): Ditto.
13933 * symtab.c (symbol_init_language_specific): Ditto.
13934 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13935 * symtab.h (struct general_symbol_info): Ditto.
13936 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13937 * typeprint.c (typedef_print): Ditto.
13938 * utils.c (fprintf_symbol_filtered): Ditto.
13939 * valops.c (value_cast, search_struct_field, value_slice): Delete
13940 obsolete code.
13941 (varying_to_slice): Delete function.
13942 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13943 (varying_to_slice): Delete declaration.
13944 * MAINTAINERS: Update.
13945
13946 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13947
13948 * configure.in: Reorganize "Checks for library functions section"
13949 a bit. Remove check for `btowc' and `isascii' functions.
13950 * configure: Regenerated.
13951
13952 * acconfig.h (_MSE_INT_H): Remove.
13953 * configure.in: Create "Checks for header files" section, and move
13954 appropriate tests there. Don't check for objlist.h, wchar.h,
13955 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13956 misdetection fix. Also add "Checks for types", "Checks for
13957 compiler characteristics" and "Checks for library functions"
13958 sections.
13959 * config.in, configure: Regenerated.
13960
13961 * configure.in: Create "Checks for programs" section, and move
13962 appropriate tests there.
13963
13964 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13965
13966 * configure.in: Create "Checks for libraries" section, and move
13967 appropriate tests there. Cleanup check for wctype in libw. Use
13968 AC_SEARCH_LIBS to see whether we need libsocket.
13969 * configure: Regenerated.
13970
13971 For older changes see ChangeLog-2002
13972 \f
13973 Local Variables:
13974 mode: change-log
13975 left-margin: 8
13976 fill-column: 74
13977 version-control: never
13978 End:
This page took 0.302258 seconds and 5 git commands to generate.