e2b2befeaa8c11a946ff506583139277d3202556
[binutils-gdb.git] / gdb / ChangeLog
1 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
2
3 * top.c (execute_command): Fix broken logic for command execution
4 while inferior is running in async mode.
5
6 2003-11-06 Mark Kettenis <kettenis@gnu.org>
7
8 * dwarf2-frame.c (execute_cfa_program): Mark register as
9 REG_SAVED_REG for DW_CFA_register opcode.
10
11 2003-11-05 Mark Kettenis <kettenis@gnu.org>
12
13 * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
14 %rsp, %rip and %eflags to match ABI-change.
15
16 2003-11-05 Jeff Johnston <jjohnstn@redhat.com>
17
18 * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
19 (ia64_gdbarch_init): Don't bother calculating the os.
20 Instead use the gdbarch_info struct and look at the osabi field.
21 Also use gdbarch_list_lookup_by_info() to look for a
22 candidate gdbarch.
23
24 2003-11-05 Kevin Buettner <kevinb@redhat.com>
25
26 * frv-tdep.c (frv_register_byte): Delete.
27 (frv_extract_return_value, frv_store_return_value)
28 (frv_extract_struct_value_address): Don't call frv_register_byte().
29 Convert to non-deprecated form.
30 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
31 Convert calls to set_gdbarch_deprecated_extract_return_value(),
32 set_gdbarch_deprecated_store_return_value(), and
33 set_gdbarch_deprecated_extract_struct_value_address() into
34 non-deprecated forms.
35
36 2003-11-05 Andrew Cagney <cagney@redhat.com>
37
38 * mips-tdep.c (mips_dump_tdep): Do not print
39 PRINT_EXTRA_FRAME_INFO.
40 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
41 Rename PRINT_EXTRA_FRAME_INFO.
42 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
43 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
44 (mips_print_extra_frame_info): Delete declaration.
45 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
46
47 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
48
49 * coffread.c (coff_symtab_read): Remove passing of info parameter
50 to prim_record_minimal_symbol_and_info.
51
52 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
53
54 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
55 (decode_base_type): Delete ifdeffed out code.
56
57 2003-11-04 Andrew Cagney <cagney@redhat.com>
58
59 * symtab.c (find_active_alias): Delete function.
60 (lookup_block_symbol): Delete alias code.
61 * stabsread.c (resolve_live_range): Delete function.
62 (add_live_range): Delete function.
63 (resolve_symbol_reference): Delete function.
64 (define_symbol): Delete live range and alias code.
65 (scan_file_globals): Delete alias code.
66 * symtab.h (SYMBOL_RANGES): Delete macro.
67 (struct range_list): Delete structure.
68 (struct symbol): Delete field "ranges".
69 (SYMBOL_ALIASES): Delete macro.
70 (struct alias_list): Delete structure.
71 (struct symbol): Delete field "aliases".
72
73 2003-11-04 Michael Snyder <msnyder@redhat.com>
74
75 * MAINTAINERS: Remove myself as owner of breakpoints and
76 of sparc/solaris.
77
78 2003-11-03 Corinna Vinschen <vinschen@redhat.com>
79
80 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
81 (sh_sh4al_dsp_register_name): Ditto.
82 (sh4_nofpu_show_regs): Ditto.
83 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
84 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
85
86 2003-11-03 Andrew Cagney <cagney@redhat.com>
87
88 * bcache.c: Include "gdb_assert.h".
89 (struct bcache): Add fields "expand_count" and
90 "expand_hash_count".
91 (expand_hash_table): Update the expand counts.
92 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
93 on object sizes and hashes.
94 * Makefile.in (bcache.o): Update dependencies.
95
96 2003-11-03 Andrew Cagney <cagney@redhat.com>
97
98 * exec.c (xfer_memory): Eliminate xfer_fn.
99
100 2003-10-31 Kevin Buettner <kevinb@redhat.com>
101
102 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
103 (opcodes/frv-desc.h): Include.
104 (iacc0h_regnum, iacc0l_regnum): Define.
105 (last_spr_regnum, frv_num_regs): Update.
106 (new_variant): Don't supply default names for holes in the SPRs.
107 Supply names for iacc0h_regnum and iacc0l_regnum.
108 (frv_register_type): Use symbolic constants first_fpr_regnum and
109 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
110 builtin_type_int instead of builtin_type_int32.
111 (frv_register_sim_regno): New function.
112 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
113 * Makefile.in (gdb_sim_frv_h): Define.
114 (frv-tdep.o): Update dependencies.
115
116 2003-10-31 Andrew Cagney <cagney@redhat.com>
117
118 * avr-tdep.c (avr_frame_this_id): Do not call
119 deprecated_inside_entry_file.
120 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
121 * m32r-tdep.c (m32r_frame_this_id): Ditto.
122 * d10v-tdep.c (d10v_frame_this_id): Ditto.
123 * arm-tdep.c (arm_prologue_this_id): Ditto.
124 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
125
126 2003-10-31 Jim Blandy <jimb@redhat.com>
127
128 * elfread.c (elf_symtab_read): Allocate correct number of tail
129 elements to sectinfo structure. (Fix from Woody LaRue.)
130
131 2003-10-31 Andrew Cagney <cagney@redhat.com>
132
133 * stack.c (return_command): Use get_frame_type, instead of
134 CALL_DUMMY_HAS_COMPLETED.
135 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
136 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
137
138 2003-10-31 Mark Kettenis <kettenis@gnu.org>
139
140 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
141 explicitly specify size of array.
142 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
143 TDEP->sc_num_regs.
144
145 2003-10-31 Andrew Cagney <cagney@redhat.com>
146
147 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
148 function.
149 (s390_gdbarch_init): Set extract_struct_value_address.
150 * arch-utils.c (generic_cannot_extract_struct_value_address):
151 Delete function.
152 * arch-utils.h (generic_cannot_extract_struct_value_address):
153 Delete definition.
154
155 2003-10-31 Mark Kettenis <kettenis@gnu.org>
156
157 * i386-linux-nat.c (fetch_core_registers): Remove.
158 (linux_elf_core_fns): Remove.
159 (_initialize_i386_linux_nat): Remove.
160
161 2003-10-31 Andrew Cagney <cagney@redhat.com>
162
163 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
164 "exec.h".
165 (exec_entry_point): New function.
166 (enable_break): Create a "tmp_bfd_target", use that and
167 entry_point_address when computing the relocation offset.
168 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
169 * Makefile.in (solib-svr4.o): Update dependencies.
170
171 2003-10-31 Andrew Cagney <cagney@redhat.com>
172
173 * defs.h (XZALLOC): Define.
174 * target.h (struct target_ops): Add "to_data";
175 * bfd-target.h, bfd-target.c: New files.
176 * Makefile.in (SFILES): Add "bfd-target.c".
177 (COMMON_OBS): Add "bfd-target.o".
178 (bfd-target.o): Specify dependencies.
179 (bfd_target_h): Define.
180 * defs.h (XZALLOC): Define.
181
182 2003-10-31 Andrew Cagney <cagney@redhat.com>
183
184 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
185 adjust_breakpoint_address.
186 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
187 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
188 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
189 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
190
191 2003-10-31 Andrew Cagney <cagney@redhat.com>
192
193 * target.h (struct target_ops): Replace "to_read_partial" and
194 "to_write_partial" with "to_xfer_partial". Update comments.
195 * target.c (debug_to_write_partial): Delete function.
196 (debug_to_xfer_partial): Replace debug_to_read_partial.
197 (add_target, update_current_target, setup_target_debug): Set
198 "to_xfer_partial" instead of "to_read_partial" and
199 "to_write_partial".
200 (default_xfer_partial): Replace "default_write_partial".
201 (default_read_partial): Delete.
202 (target_read_partial, target_write_partial): Call
203 "to_xfer_partial".
204 * remote.c (init_remote_ops): Set "to_xfer_partial".
205 (init_remote_async_ops): Ditto.
206 (remote_xfer_partial): Replace "remote_read_partial".
207
208 2003-10-31 Mark Kettenis <kettenis@gnu.org>
209
210 * i386-tdep.c (i386_supply_fpregset): Support floating-point
211 registers in `fxsave' format.
212 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
213
214 2003-10-30 Mark Kettenis <kettenis@gnu.org>
215
216 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
217 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
218 TDEP->gregset_num_regs and tdep->sizeof_gregset.
219
220 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
221 specify size of array.
222 (i386_linux_init_abi): Remove initialization of
223 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
224 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
225
226 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
227 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
228 core-regset.o.
229
230 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
231 the ELF header.
232
233 2003-10-29 Mark Kettenis <kettenis@gnu.org>
234
235 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
236 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
237 core-regset.o.
238
239 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
240
241 * corelow.c: Include "arch-utils.h", "regset.h" and
242 "gdb_assert.h".
243 (core_gdbarch): New variable.
244 (sniff_core_bfd): Don't sniff if we have support for register sets
245 in CORE_GDBARCH.
246 (core_close): Reset CORE_GDBARCH.
247 (core_open): Initialize CORE_GDBARCH.
248 (get_core_register_section): Use register sets if they are
249 supported by CORE_GDBARCH.
250 (get_core_registers): Don't print error message if we have support
251 for register sets in CORE_GDBARCH.
252
253 2003-10-29 Andrew Cagney <cagney@redhat.com>
254
255 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
256 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
257
258 2003-10-29 Mark Kettenis <kettenis@gnu.org>
259
260 * objfiles.h (clear_objfile_data): New prototype.
261 * objfiles.c (clear_objfile_data): New function.
262 * symfile.c (reread_symbols): Clear per-objfile data.
263
264 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
265
266 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
267 printf_unfiltered instead of printf_filtered for output messages.
268 (add_symbol_file_command): Ditto.
269 (reread_symbols): Ditto.
270 (overlay_auto_command): Ditto.
271 (overlay_manual_command): Ditto.
272 (overlay_off_command): Ditto.
273
274 2003-10-27 Mark Kettenis <kettenis@gnu.org>
275
276 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
277 (gdbarch_from_bfd): New function.
278 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
279 deprecated_select_gdbarch_hack.
280 * arch-utils.h (gdbarch_from_bfd): New prototype.
281
282 2003-10-27 Andrew Cagney <cagney@redhat.com>
283
284 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
285 arch_info. Use warning instead of fprintf_filtered. Do not use
286 deprecated bfd_printable_arch_mach.
287
288 2003-10-26 Kevin Buettner <kevinb@redhat.com>
289
290 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
291 Delete.
292 (frv_register_type): Rename from frv_register_virtual_type. Add
293 ``struct gdbarch *'' parameter.
294 (frv_gdbarch_init): Delete calls to the following functions:
295 set_gdbarch_deprecated_size(),
296 set_gdbarch_deprecated_register_bytes(),
297 set_gdbarch_deprecated_register_raw_size(),
298 set_gdbarch_deprecated_max_register_raw_size(),
299 set_gdbarch_deprecated_register_virtual_size(),
300 set_gdbarch_deprecated_max_register_virtual_size(),
301 set_gdbarch_deprecated_register_virtual_size(),
302 set_gdbarch_deprecated_register_virtual_type().
303 Add call to function set_gdbarch_register_type().
304
305 2003-10-26 Mark Kettenis <kettenis@gnu.org>
306
307 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
308 FDOFF_REGNUM): Remove defines.
309 * win32-nat.c (do_child_fetch_inferior_registers): Include
310 "i387-tdep.h".
311 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
312 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
313 undefine I387_ST0_REGNUM.
314
315 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
316 * x86-64-tdep.c (x86_64_store_return_value): Use
317 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
318
319 Change register numbers to enumartion values.
320 * i386-tdep.h (enum i386_regnum): New.
321 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
322 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
323 I386_ST0_REGNUM): Remove defines.
324 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
325 I386_EDI_REGNUM): Remove defines.
326
327 2003-10-24 Andrew Cagney <cagney@redhat.com>
328
329 * target.c: Include "gdbcore.h".
330 (get_target_memory, get_target_memory_unsigned): New functions.
331 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
332 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
333 Use get_target_memory_unsigned.
334 * Makefile.in (target.o): Update dependencies.
335
336 2003-10-24 Andrew Cagney <cagney@redhat.com>
337
338 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
339 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
340 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
341 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
342 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
343
344 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
345 (can_run_code_for): Use the OO term "singleton".
346
347 2003-10-23 Andrew Cagney <cagney@redhat.com>
348
349 * Makefile.in (stack.o): Add $(regcache_h).
350 * stack.c: Include "regcache.h"
351 (return_command): Rewrite. Use get_frame_id and
352 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
353 about unhandled return-values.
354 * value.h (set_return_value): Delete declaration.
355 * values.c (set_return_value): Delete function.
356
357 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
358
359 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
360 (pseudo_regs): Add comment regarding register stack registers.
361 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
362 (floatformat_valid): New static routine.
363 (floatformat_ia64_ext): Add name field and set up is_valid routine
364 to floatformat_valid().
365 (examine_prologue): For the previous cfm, use
366 frame_unwind_register()
367 if the cfm is not stored in a register-stack register. Save the
368 previous cfm value in the prev_cfm field. Add debug output.
369 (ia64_frame_this_id): Use frame_id_build_special() to also register
370 the bsp. Add debug output.
371 (ia64_sigtramp_frame_this_id): Ditto.
372 (ia64_frame_prev_register): Look at cache saved_regs for a few more
373 registers and also add some checks for framelessness before accepting
374 current register values for fields such as return address. For cfm,
375 use the cached prev_cfm field if available. Add comment to explain
376 PSR logic. Add debug output.
377 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
378 as part of initialization.
379 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
380 calculated. Cache the bsp and cfm values.
381 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
382 instead of using ia64_frame_prev_register() which doesn't expect most
383 registers to be saved. The saved values for bsp and sp
384 can be taken from the cache. Add debug output.
385 (ia64_push_dummy_call): Use frame_id_build_special() to also register
386 the bsp.
387
388 2003-10-23 Jim Blandy <jimb@redhat.com>
389
390 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
391 architecture the current arch can run code for --- but not if it's
392 a superset.
393 (can_run_code_for): New function.
394
395 2003-10-22 James E Wilson <wilson@specifixinc.com>
396
397 * MAINTAINERS: Move myself from paper trail section back to write
398 after approval section.
399
400 2003-10-22 Andrew Cagney <cagney@redhat.com>
401
402 * exec.h: New file.
403 * win32-nat.c: Include "exec.h".
404 * solib.c: Include "exec.h".
405 * target.h (build_section_table): Delete declaration.
406 * somsolib.c: Include "exec.h".
407 (exec_ops): Delete extern declaration.
408 * rs6000-nat.c: Update copyright. Include "exec.h".
409 (exec_ops): Delete extern declaration.
410 * pa64solib.c: Update copyright. Include "exec.h".
411 (exec_ops): Delete extern declaration.
412 * exec.c: Update copyright. Include "exec.h".
413 * corelow.c: Update dependencies. Include "exec.h".
414 * Makefile.in (exec_h): Define.
415 (exec.o, somsolib.o): Update dependencies.
416 (pa64solib.o, corelow.o): Update dependencies.
417
418 2003-10-22 Andrew Cagney <cagney@redhat.com>
419
420 * target.c: Include "gdb_assert.h" (target_read): Call
421 "target_read_partial", not "target_write_partial".
422 (default_read_partial, default_write_partial): New function.
423 (target_read_partial, target_write_partial): Simplify, assume that
424 there is always a read/write method.
425 (update_current_target, add_target): Always set "to_read_partial"
426 and "to_write_partial".
427 (target_write, target_read): Fail on a zero byte transfer.
428 * Makefile.in (target.o): Update dependencies.
429 * target.h: Update copyright date.
430 (target_object): Fix typo.
431
432 2003-10-22 Andrew Cagney <cagney@redhat.com>
433
434 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
435 multi-arch method, add "targ" parameter.
436 (struct target_ops): Declare.
437 * gdbarch.h, gdbarch.c: Re-generate.
438 * Makefile.in (c-valprint.o): Update dependencies.
439 * arch-utils.h: Update copyright.
440 (convert_from_func_ptr_addr_identity): Declare.
441 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
442 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
443 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
444 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
445 * infcall.c (find_function_addr, call_function_by_hand): Update.
446 * c-valprint.c: Include "target.h".
447 (print_function_pointer_address): Update.
448
449 2003-10-22 Andrew Cagney <cagney@redhat.com>
450
451 * target.c (target_close): New function.
452 (debug_to_close): Use "target_close".
453 (push_target): Use "target_close".
454 (unpush_target): Use "target_close".
455 (pop_target): Use "target_close".
456 * target.h (struct target_ops): Add "to_xclose".
457 (target_open): Delete macro. Move comment to "to_open".
458 (target_close): Replace macro with function that takes a target.
459 * top.c (quit_target): Pass "current_target" to "target_close".
460
461 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
462
463 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
464 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
465 * symtab.h (lookup_minimal_symbol_text): Update.
466 * breakpoint.c (create_overlay_event_breakpoint,
467 create_longjmp_breakpoint): Update callers.
468 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
469 * symtab.c (find_pc_sect_line): Ditto.
470
471 2003-10-21 Andrew Cagney <cagney@redhat.com>
472
473 * target.c (errno): Delete extern declaration.
474
475 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
476
477 * ia64-tdep.c: Change all occurrences of
478 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
479 (ia64_frame_prev_register): Minor whitespace change.
480
481 2003-10-20 Michael Chastain <mec@shout.net>
482
483 * config/djgpp/fnchange.lst: Add lines for:
484 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
485 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
486 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
487 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
488 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
489 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
490 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
491
492 2003-10-20 Andrew Cagney <cagney@redhat.com>
493
494 * values.c (register_value_being_returned): Update comments. Use
495 "gdbarch_return_value" when available.
496 (using_struct_return): Ditto.
497 (set_return_value): Ditto. Use "gdbarch_return_value" when
498 available.. Print a warning, and not an error, when an unhandled
499 return type is encountered.
500 * infcmd.c: Include "gdb_assert.h".
501 (print_return_value): When gdbarch_return_value_p, and using
502 struct return, assume that the value is not available.
503 * defs.h (return_value_convention): Define.
504 * gdbarch.sh (gdbarch_return_value): New predicate method.
505 * gdbarch.h, gdbarch.c: Re-generate
506 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
507
508 2003-10-20 Andrew Cagney <cagney@redhat.com>
509
510 * symtab.c: Replace "struct sec" with "struct bfd_section".
511 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
512
513 2003-10-19 Michael Chastain <mec@shout.net>
514
515 * config/djgpp/fnchange.lst: Add lines for:
516 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
517 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
518 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
519
520 2003-10-19 Mark Kettenis <kettenis@gnu.org>
521
522 * amd64fbsd-nat.c (fetch_inferior_registers,
523 store_inferior_registers): Remove functions.
524 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
525
526 2003-10-18 Mark Kettenis <kettenis@gnu.org>
527
528 Add NetBSD/amd64 native configuration:
529 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
530 * amd64nbsd-tdep.c: New file.
531 * amd64nbsd-nat.c: New file.
532 * amd64bsd-nat.c: New file.
533 * config/i386/nbsd64.mh: New file.
534 * config/i386/nbsd64.mt: New file.
535 * configure.host: Add x86_64-*-netbsd*.
536 * configure.tgt: Add x86_64-*-netbsd*.
537 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
538 New targets.
539 * NEWS (New native configurations): Mention NetBSD/amd64.
540
541 2003-10-17 Michael Chastain <mec@shout.net>
542
543 * config/djgpp/fnchange.lst: Remove dead lines for:
544 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
545 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
546 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
547 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
548 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
549 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
550 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
551 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
552 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
553 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
554 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
555 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
556 gdb/config/sparc/tm-sparclite.h,
557 gdb/gdbtk/generic/ChangeLog-2001,
558 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
559 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
560 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
561 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
562 gdb/testsuite/gdb.mi/mi0-var-block.exp,
563 gdb/testsuite/gdb.mi/mi0-var-child.exp,
564 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
565 gdb/testsuite/gdb.mi/mi0-var-display.exp,
566 itcl/iwidgets3.0.0/demos/extfileselectionbox,
567 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
568 itcl/iwidgets3.0.0/demos/fileselectionbox,
569 itcl/iwidgets3.0.0/demos/fileselectiondialog,
570 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
571 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
572 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
573 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
574 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
575 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
576 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
577 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
578 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
579 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
580 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
581 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
582 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
583 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
584 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
585 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
586 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
587 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
588 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
589 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
590 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
591 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
592 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
593 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
594 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
595 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
596 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
597 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
598 itcl/iwidgets3.0.0/demos/html/shell.n.html,
599 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
600 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
601 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
602 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
603 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
604 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
605 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
606 itcl/iwidgets3.0.0/demos/scrolledcanvas,
607 itcl/iwidgets3.0.0/demos/scrolledframe,
608 itcl/iwidgets3.0.0/demos/scrolledhtml,
609 itcl/iwidgets3.0.0/demos/scrolledlistbox,
610 itcl/iwidgets3.0.0/demos/scrolledtext,
611 itcl/iwidgets3.0.0/demos/selectionbox,
612 itcl/iwidgets3.0.0/demos/selectiondialog,
613 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
614 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
615 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
616 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
617 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
618 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
619 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
620 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
621 itcl/iwidgets3.0.0/doc/scrolledframe.n,
622 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
623 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
624 itcl/iwidgets3.0.0/doc/scrolledtext.n,
625 itcl/iwidgets3.0.0/doc/selectionbox.n,
626 itcl/iwidgets3.0.0/doc/selectiondialog.n,
627 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
628 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
629 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
630 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
631 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
632 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
633 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
634 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
635 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
636 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
637 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
638 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
639 itcl/iwidgets3.0.0/generic/selectionbox.itk,
640 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
641 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
642 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
643 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
644 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
645 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
646 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
647 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
648 itcl/iwidgets3.0.0/tests/scrolledframe.test,
649 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
650 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
651 itcl/iwidgets3.0.0/tests/scrolledtext.test,
652 itcl/iwidgets3.0.0/tests/selectionbox.test,
653 itcl/iwidgets3.0.0/tests/selectiondialog.test,
654 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
655 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
656 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
657 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
658 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
659 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
660 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
661 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
662 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
663 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
664 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
665 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
666 tk/mac/tkMacProjects.sit.hqx.
667
668 2003-10-17 Andrew Cagney <cagney@redhat.com>
669
670 * target.c (target_section_by_addr): New function.
671 (do_xfer_memory): Use "target_section_by_addr".
672 * target.h (target_section_by_addr): Declare.
673
674 * target.h (struct target_ops): Add "to_read_partial" and
675 "to_write_partial", delete "to_query".
676 (target_read_partial, target_write_partial): Declare.
677 (target_read, target_write): Declare.
678 (target_query): Delete macro.
679 * target.c (target_read_partial): New function.
680 (target_write_partial, target_read, target_write): New function.
681 (update_current_target): Delete inheritance of "to_query". Add
682 comments about "to_read_partial" and "to_write_partial".
683 (debug_to_partial_read, debug_to_partial_write): New functions.
684 (debug_to_query): Delete function.
685 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
686 instead of "to_query".
687 * remote.c (remote_read_partial): Replace "remote_query".
688 (init_remote_ops): Set "to_read_partial" instead of "to_query".
689 (init_remote_async_ops): Ditto.
690 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
691 "target_read_partial" instead of "target_query".
692 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
693 Use "target_read_partial" instead of "target_query".
694
695 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
696
697 * frame.h (struct frame_id): Add new field: special_addr.
698 (frame_id_build_special): New prototype.
699 * frame.c (frame_id_build_special): New function.
700 (frame_id_build): Change to call frame_id_build_special().
701 (frame_id_eq): Change to also test special_addr field.
702 (frame_id_inner): Update comment.
703
704 2003-10-17 Andrew Cagney <cagney@redhat.com>
705
706 * target.c (update_current_target): Perform the target cleanup.
707 Put the target stack beneath the squashed "current_target".
708 (add_target): Delete disabled call to "cleanup_target".
709 (cleanup_target): Delete function.
710 (push_target, unpush_target): Do not call "cleanup_target".
711
712 2003-10-17 Andrew Cagney <cagney@redhat.com>
713
714 * target.c (target_stack): Change to a static target_ops.
715 (update_current_target): Walk the "struct target_ops" stack.
716 (pop_target, do_xfer_memory, target_info): Ditto.
717 (find_target_beneath): Ditto.
718 (push_target): Rewrite to use the "struct target_ops" stack.
719 (unpush_target): Ditto.
720 * target.h (struct target_stack_item): Delete definition.
721 (target_stack): Delete declaration.
722 (struct target_ops): Add field "beneath".
723
724 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
725
726 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
727 declaration.
728 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
729 (h8300_examine_prologue): Use h8300_normal_mode flag
730 (h8300_gdbarch_init): Set architecture info for normal mode
731
732 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
733
734 * remote.c (remote_protocol_vcont): New variable.
735 (set_remote_protocol_vcont_packet_cmd): New function.
736 (show_remote_protocol_vcont_packet_cmd): New function.
737 (init_all_packet_configs): Handle remote_protocol_vcont.
738 (remote_vcont_probe): New function.
739 (remote_vcont_resume): New function.
740 (remote_resume): Use it.
741 (remote_async_resume): Call remote_resume.
742 (_initialize_remote): Add verbose-resume packet commands.
743
744 2003-10-16 Andrew Cagney <cagney@redhat.com>
745
746 * infrun.c (handle_inferior_event): Add comment about
747 "frame_id_inner" being too weak.
748
749 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
750
751 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
752 second parameter, which is always null. Remove
753 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
754 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
755 accordingly.
756 * somsolib.c (som_solib_create_inferior_hook,
757 som_solib_desire_dynamic_linker_symbols): Update callers.
758 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
759
760 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
761
762 * remote-m32r-sdi.c : New file, interface to m32r on-chip
763 debug interface, SDI (Scalable Debug Interface).
764 * NEWS: Mention m32r SDI protocol was supported.
765 * Makefile.in (remote-m32r-sdi.o): Add build rule.
766 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
767
768 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
769
770 * ia64-linux-tdep.c: Include gdbcore.h.
771 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
772 (ia64_linux_sigcontext_register_addr): Find the address of the
773 sigcontext area stored in the sigframe instead of using
774 a magic offset constant.
775
776 2003-10-15 Andrew Cagney <cagney@redhat.com>
777
778 * remote.c (remote_search): Delete function.
779 * target.h (target_search): Delete disabled macro.
780 (struct target_ops): Delete disabled field "to_search".
781
782 2003-10-14 Kevin Buettner <kevinb@redhat.com>
783
784 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
785 instead of deprecated_inside_entry_file().
786
787 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
788
789 * sh-tdep.c: Fix copy/paste hangover in comment.
790 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
791 mode.
792 (sh3e_sh4_extract_return_value): Ditto.
793
794 2003-10-13 Richard Henderson <rth@redhat.com>
795
796 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
797 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
798 match c_val_print a bit closer.
799
800 2003-10-13 Kevin Buettner <kevinb@redhat.com>
801
802 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
803 (frv_gdbarch_adjust_breakpoint_address): New function.
804 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
805 method.
806
807 2003-10-13 Kevin Buettner <kevinb@redhat.com>
808
809 * breakpoint.h (struct breakpoint): Add new member
810 ``requested_address''.
811 * breakpoint.c (breakpoint_adjustment_warning)
812 (adjust_breakpoint_address): New static functions.
813 (print_it_typical): Issue warning if breakpoint's address is different
814 from its requested address.
815 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
816 (breakpoint_re_set_one): Set breakpoint's
817 ``requested_address'' field. Set ``address'' field to the
818 result of calling adjust_breakpoint_address() on the requested
819 address.
820
821 2003-10-13 Kevin Buettner <kevinb@redhat.com>
822
823 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
824 * gdbarch.h, gdbarch.c: Regenerate.
825
826 2003-10-11 Mark Kettenis <kettenis@gnu.org>
827
828 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
829 TDEP->sc_num_regs.
830
831 * i386fbsd-tdep.c: New file.
832 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
833 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
834 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
835 i386bsd-tdep.c.
836 (_initialize_i386fbsd_tdep): New function.
837 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
838 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
839 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
840 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
841 TDEP->sc_num_regs.
842 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
843 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
844 to initialize TDEP->sc_num_regs.
845 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
846 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
847 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
848 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
849 FreeBSD ELF OS/ABI's here.
850 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
851 (i386fbsd-tdep.o): New target.
852 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
853 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
854
855 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
856 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
857 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
858 in initialization of TDEP->sc_num_regs.
859
860 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
861 (x86_64_init_abi): Initialize regset_from_core_section if
862 appropriate.
863
864 * i386-tdep.c (i386_regset_from_core_section): New function.
865 (i386_gdbarch_init): Initialize regset_from_core_section if
866 appropriate.
867 * i386-tdep.h (i386_regset_from_core_section): New declaration.
868
869 * i386-tdep.h (struct regset): Declare opaque.
870
871 * gdbarch.sh (regset_from_core_section): New method.
872 (struct regset): Declare opaque.
873 * gdbarch.c, gdbarch.h: Regenerated.
874
875 2003-10-11 Alan Modra <amodra@bigpond.net.au>
876
877 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
878 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
879 Correct test for pc within section.
880
881 2003-10-11 Mark Kettenis <kettenis@gnu.org>
882
883 * gdbarch.sh: Remove trailing whitepsace from comments.
884
885 2003-10-08 Roland McGrath <roland@redhat.com>
886
887 * gcore.c (make_mem_sec): Function removed, folded into ...
888 (gcore_create_callback): ... here. To omit a section, clear its
889 SEC_LOAD bit rather than zeroing its size.
890 Omit read-only sections only if they correspond to a known disk file.
891 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
892
893 2003-10-10 Michael Snyder <msnyder@redhat.com>
894
895 * d10v-tdep.c: Fix typo in comment.
896
897 2003-10-10 Andrew Cagney <cagney@redhat.com>
898
899 * rs6000-tdep.c (e500_store_return_value): Delete function.
900 (e500_extract_return_value): Delete function.
901 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
902 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
903 "ppc_sysv_abi_restore_return_value" where applicable.
904 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
905 (ppc_sysv_abi_extract_return_value): Declare.
906 (ppc_sysv_abi_broken_store_return_value): Declare.
907 (ppc_sysv_abi_broken_extract_return_value): Declare.
908 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
909 * ppc-sysv-tdep.c (return_value_convention): Move definition to
910 start of file.
911 (do_ppc_sysv_return_value): New function.
912 (ppc_sysv_abi_extract_return_value): New function.
913 (ppc_sysv_abi_store_return_value): New function.
914 (ppc_sysv_abi_broken_extract_return_value): New function.
915 (ppc_sysv_abi_broken_store_return_value): New function.
916 (ppc_sysv_abi_use_struct_convention): Call
917 do_ppc_sysv_return_value.
918
919 2003-10-10 J. Brobecker <brobecker@gnat.com>
920
921 * blockframe.c (inside_main_func): No longer use symbol_lookup()
922 to lookup the main function symbol.
923
924 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
925
926 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
927 types correctly.
928 (sh_push_dummy_call_fpu): Fix argument passing rules.
929 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
930 float types.
931 (sh3e_sh4_store_return_value): Ditto.
932
933 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
934
935 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
936 comment.
937
938 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
939
940 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
941 more readable code. Accomodate passing of bitfields.
942
943 2003-10-10 Andrew Cagney <cagney@redhat.com>
944
945 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
946 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
947 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
948 * ppc-sysv-tdep.c: Include "gdb_assert.h".
949 (ppc64_sysv_abi_push_dummy_call): New function.
950 (ppc64_sysv_abi_broken_push_dummy_call): New function.
951 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
952 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
953
954 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
955
956 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
957 * README: Ditto.
958 * d10v-tdep.c: Ditto.
959 * h8300-tdep.c: Ditto.
960 * remote-e7000.c: Ditto.
961 * remote-hms.c: Ditto.
962 * ser-e7kpc.c: Ditto.
963 * sh-stub.c: Ditto.
964 * sh-tdep.c: Ditto.
965 * sh-tdep.h: Ditto.
966 * sh3-rom.c: Ditto.
967 * sh64-tdep.c: Ditto.
968 * top.c: Ditto.
969 * wince.c: Ditto.
970 * config/d10v/d10v.mt: Ditto.
971 * config/sh/embed.mt: Ditto.
972 * config/sh/linux.mt: Ditto.
973 * config/sh/tm-linux.h: Ditto.
974 * config/sh/tm-sh.h: Ditto.
975 * config/sh/wince.mt: Ditto.
976
977 2003-10-09 Andrew Cagney <cagney@redhat.com>
978
979 * ppc-tdep.h (struct type): Declare opaque.
980 * x86-64-tdep.h (struct regcache): Declare opaque.
981 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
982 coding style.
983
984 2003-10-09 Andrew Cagney <cagney@redhat.com>
985
986 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
987 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
988 (SOFTWARE_SINGLE_STEP_P): Ditto.
989 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
990 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
991 (SOFTWARE_SINGLE_STEP_P): Ditto.
992 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
993 software_single_step to rs6000_software_single_step.
994
995 2003-10-09 Andrew Cagney <cagney@redhat.com>
996
997 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
998
999 2003-10-09 Michael Snyder <msnyder@redhat.com>
1000
1001 * frame.h: Fix typo in comment.
1002 * dummy-frame.c: Fix typo in comment.
1003 * d10v-tdep.c: Random whitespace/comment tweaks.
1004
1005 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
1006
1007 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
1008 (sh_push_dummy_code): Delete function, it's only used for dummy calls
1009 on stack.
1010
1011 Based on input by Stephen Clarke (stephen.clarke@superh.com):
1012 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
1013 in detail.
1014
1015 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1016
1017 * remote-mips.c (mips_initialize): Remove unneeded call to
1018 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
1019
1020 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1021
1022 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
1023 a memory pointer.
1024
1025 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
1026
1027 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
1028 for any lwp we resume.
1029 (running_callback): Add lwps that have pending status events
1030 against them to be considered running.
1031
1032 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
1033
1034 * m32r-tdep.c : Include "dis-asm.h".
1035 * Makefile.in (m32r-tdep.o): Update dependencies.
1036
1037 2003-10-06 J. Brobecker <brobecker@gnat.com>
1038
1039 * completer.h (get_gdb_completer_word_break_characters): Delete.
1040 * completer.c: include language.h.
1041 (gdb_completer_word_break_characters): Delete.
1042 (get_gdb_completer_word_break_characters): Delete.
1043 (location_completer): Use the word break characters of the current
1044 language.
1045 (complete_line): Likewise.
1046 (line_completion_function): Likewise.
1047 (skip_quoted_chars): Likewise.
1048 * Makefile.in (completer.o): Add dependency on language.h.
1049 * top.c (init_main): Set the readline word break characters
1050 to GDB's default word break characters.
1051
1052 2003-10-06 J. Brobecker <brobecker@gnat.com>
1053
1054 * language.h (language_defn): new field, la_word_break_characters.
1055 * language.c (unknown_language_defn): Set new field to
1056 default_word_break_characters.
1057 (auto_language_defn): Likewise.
1058 (local_language_defn): Likewise.
1059 * ada-lang.c (ada_language_defn): Likewise.
1060 * c-lang.c (c_language_defn): Likewise.
1061 (cplus_language_defn): Likewise.
1062 (asm_language_defn): Likewise.
1063 (minimal_language_defn): Likewise.
1064 * f-lang.c (f_language_defn): Likewise.
1065 * jv-lang.c (java_language_defn): Likewise.
1066 * m2-lang.c (m2_language_defn): Likewise.
1067 * objc-lang.c (objc_language_defn): Likewise.
1068 * p-lang.c (pascal_language_defn): Likewise.
1069 * scm-lang.c (scm_language_defn): Likewise.
1070
1071 2003-10-06 Andrew Cagney <cagney@redhat.com>
1072
1073 * ppc-sysv-tdep.c: Re-indent.
1074
1075 2003-10-06 J. Brobecker <brobecker@gnat.com>
1076
1077 * language.h (default_word_break_characters): Add prototype.
1078 * language.c (default_word_break_characters): New function.
1079
1080 2003-10-06 Andreas Schwab <schwab@suse.de>
1081
1082 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
1083 with %eax.
1084
1085 2003-10-06 Andrew Cagney <cagney@redhat.com>
1086
1087 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
1088 "h8500-tdep.c".
1089 (z8k-tdep.o): Delete custom build rule.
1090
1091 2003-10-06 Andrew Cagney <cagney@redhat.com>
1092
1093 * Makefile.in: Update all dependencies.
1094
1095 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
1096 No longer list PA as as obsolete candidate. List m32r as
1097 broken instead of obsolete.
1098
1099 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
1100 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
1101 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
1102 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
1103 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
1104 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
1105 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
1106 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1107 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
1108 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
1109 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
1110 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
1111 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
1112 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
1113 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
1114 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
1115 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
1116 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
1117 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
1118 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
1119 * config/z8k/z8k.mt: Ditto.
1120
1121 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
1122 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
1123 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
1124 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1125 sparclite were removed.
1126 * configure.host, configure.tgt: Remove corresponding tuples.
1127
1128 * breakpoint.c, breakpoint.h: Remove obsolete code.
1129 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1130 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1131 * stabsread.h, xcoffread.c: Ditto.
1132
1133 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1134 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1135 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1136 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1137
1138 2003-10-06 David Lecomber <dsl@sources.redhat.com>
1139
1140 * f-valprint.c: Reformatting
1141
1142 2003-10-06 Mark Kettenis <kettenis@gnu.org>
1143
1144 * x86-64-tdep.c: Remove duplicate comment.
1145
1146 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1147 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1148 names for return values. This fixes a bug since we looked at %rbx
1149 instead of %rdx.
1150
1151 2003-10-05 Mark Kettenis <kettenis@gnu.org>
1152
1153 * x86-64-tdep.c: Include "regset.h".
1154
1155 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1156 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1157 sizeof_fpregset.
1158 * i386-tdep.c: Include "regset.h".
1159 (i386_supply_gregset): New function.
1160 (i386_supply_fpregset): New function.
1161 (i386_gdbarch_init): Initialze register set-related members of
1162 TDEP.
1163 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1164 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1165
1166 2003-10-03 Andrew Cagney <cagney@redhat.com>
1167
1168 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1169 set extract_return_value, store_return_value and
1170 use_struct_convention to ppc64_sysv_abi_extract_return_value,
1171 ppc64_sysv_abi_store_return_value and
1172 ppc64_sysv_abi_use_struct_convention.
1173 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1174 (ppc64_sysv_abi_store_return_value): Declare.
1175 (ppc64_sysv_abi_use_struct_convention): Declare.
1176 * ppc-sysv-tdep.c (enum return_value_convention): Define.
1177 (ppc64_sysv_abi_extract_return_value): New function.
1178 (ppc64_sysv_abi_store_return_value): New function.
1179 (ppc64_sysv_abi_use_struct_convention): New function.
1180 (ppc64_sysv_abi_return_value): New function.
1181
1182 2003-10-03 Andrew Cagney <cagney@redhat.com>
1183
1184 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1185 convert a descriptor to a function when it's in the ".opd"
1186 section.
1187
1188 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1189
1190 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1191 reg_size to keep GCC silent.
1192
1193 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1194
1195 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1196 base for DW_EH_PE_textrel encodings.
1197 (read_encoded_value): Add a DW_EH_PE_textrel case.
1198 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1199 section.
1200
1201 2003-10-03 Mark Kettenis <kettenis@gnu.org>
1202
1203 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1204
1205 2003-10-02 Andrew Cagney <cagney@redhat.com>
1206
1207 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1208 REGISTER_RAW_SIZE.
1209 * gdbarch.h, gdbarch.c: Re-generate.
1210 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1211 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1212 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1213 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1214 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1215 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1216 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1217 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1218 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1219 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1220 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1221 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1222 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1223 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1224 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1225 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
1226
1227 2003-10-02 Jim Blandy <jimb@redhat.com>
1228
1229 * dwarf2read.c (struct die_info): Doc fix.
1230
1231 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1232
1233 * sh-tdep.c: Running thru gdb_indent.sh.
1234
1235 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1236
1237 * sh-tdep.c (sh_justify_value_in_reg): New function.
1238 (sh_stack_allocsize): Ditto.
1239 (flt_argreg_array): New array used for floating point argument
1240 passing.
1241 (sh_init_flt_argreg): New function.
1242 (sh_next_flt_argreg): Ditto.
1243 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1244 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1245 Fix argument passing strategy.
1246 (sh_push_dummy_call_nofpu): Ditto.
1247
1248 2003-10-01 Andrew Cagney <cagney@redhat.com>
1249
1250 * value.h (register_value_being_returned): Declare. Replace
1251 "value_being_returned".
1252 * infcall.c (call_function_by_hand): Use
1253 register_value_being_returned.
1254 * infcmd.c (print_return_value): Call
1255 "register_value_being_returned", handle struct return locally.
1256 * values.c (register_value_being_returned): New function. Replace
1257 "value_being_returned".
1258
1259 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
1260
1261 * linux-proc.c (linux_do_registers): New function.
1262 (linux_make_note_section): Use linux_do_registers in case of
1263 single threaded inferior programs.
1264
1265 2003-10-01 Andrew Cagney <cagney@redhat.com>
1266
1267 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1268 use STRUCT_ADDR. When not using "struct return convention", pass
1269 "0" to "value_being_returned". Add FIXMEs.
1270 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1271 value_being_returned. Add comments.
1272 * values.c (value_being_returned): Add fixme.
1273 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1274 (hppa_value_returned_from_stack): Add FIXME.
1275
1276 2003-09-30 David Carlton <carlton@kealia.com>
1277
1278 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1279 'has_children' and 'next' by 'child' and 'sibling'.
1280 (read_comp_unit): Rework algorithm, breaking body into
1281 read_die_and_children and read_die_and_siblings.
1282 (read_die_and_children, read_die_and_siblings): New.
1283 (read_full_die): Add 'has_children' argument; set it instead of
1284 the die's 'has_children' field. Minor formatting cleanup.
1285 (free_die_list): Use die->child and die->sibling instead of
1286 die->next.
1287 (dump_die_list): Ditto.
1288 (sibling_die): Use die->sibling.
1289 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1290 'has_children' and 'next' fields.
1291 (process_die, read_file_scope, read_func_scope)
1292 (read_lexical_block_scope, read_structure_scope)
1293 (read_enumeration, read_array_type, read_common_block)
1294 (read_namespace, read_subroutine_type, dump_die): Ditto.
1295
1296 2003-09-30 Andrew Cagney <cagney@redhat.com>
1297
1298 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1299 to 224, not 220.
1300
1301 2003-09-30 Andrew Cagney <cagney@redhat.com>
1302
1303 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1304 REGISTER_VIRTUAL_SIZE.
1305 * gdbarch.h, gdbarch.c: Regenerate.
1306 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1307 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1308 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1309
1310 2003-09-29 Andrew Cagney <cagney@redhat.com>
1311
1312 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1313 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1314 * gdbarch.h, gdbarch.c: Regenerate.
1315 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1316 * sh64-tdep.c, sparc-tdep.c: Update.
1317
1318 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1319 * remote-vxmips.c (vx_read_register): Ditto.
1320 * remote-vx68.c (vx_read_register): Ditto.
1321 * gnu-nat.c (inf_validate_procs): Ditto.
1322
1323 2003-09-29 J. Brobecker <brobecker@gnat.com>
1324
1325 * infcall.c (call_function_by_hand): Fix build failure
1326 introduced in the previous change to this file.
1327
1328 2003-09-29 Andrew Cagney <cagney@redhat.com>
1329
1330 * NEWS: Mention Objective-C.
1331
1332 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
1333
1334 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1335 test if the register has been saved on the stack.
1336 (arm_scan_prologue_cache): When analysing the instruction
1337 "str lr, [sp, #-4]", save the address where lr has been stored.
1338
1339 2003-09-28 Andrew Cagney <cagney@redhat.com>
1340
1341 * frame.c (frame_read_unsigned_register): Delete function.
1342 * frame.h (frame_read_unsigned_register): Delete declaration.
1343 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1344 get_frame_register_unsigned.
1345 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1346 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1347 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1348
1349 * frame.h (frame_read_register): Delete declaration.
1350 * frame.c (frame_read_register): Delete function.
1351 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1352 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1353 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1354 * mips-tdep.c (mips_register_to_value): Ditto.
1355 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1356 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1357
1358 * frame.c (frame_read_signed_register): Delete function.
1359 (frame_read_unsigned_register): Update comments.
1360 * frame.h (frame_read_signed_register): Delete declaration.
1361 * h8300-tdep.c (h8300_print_register): Use
1362 get_frame_register_signed.
1363 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1364
1365 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1366 Rename VALUE_RETURNED_FROM_STACK.
1367 * infcmd.c (print_return_value): Update.
1368 * infcall.c (call_function_by_hand): Update.
1369
1370 2003-09-28 Mark Kettenis <kettenis@gnu.org>
1371
1372 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1373 regcache argument and reverse the order of the other two
1374 arguments. Remove local regcache variable. Determine
1375 architecture from REGCACHE. Update comments.
1376 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1377 reverse the order of the other two arguments. Remove local
1378 regcache variable. Determine architecture from REGCACHE. Update
1379 comments.
1380 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1381 prototypes. Update comments.
1382 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1383 comment.
1384 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1385 Update.
1386 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1387 * i386-interix-nat.c (supply_fpregset): Update.
1388 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1389 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1390 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1391 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1392 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1393 Update.
1394 * i386obsd-tdep.c (fetch_core_registers): Update.
1395 * i386v4-nat.c (supply_fpregset): Update.
1396 * x86-64-linux-nat.c (supply_fpregset): Update.
1397 * x86-64-linux-tdep.c (fetch_core_registers): Update.
1398
1399 2003-09-27 Mark Kettenis <kettenis@gnu.org>
1400
1401 * i386-tdep.h: Put opaque declarations in alphabetical
1402 order. Remove spurious whitespace.
1403 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1404 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1405 * i386-tdep.c (MM0_REGNUM): Remove define.
1406 (i386_mmx_regnum_p): Add gdbarch argument.
1407 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1408 Rewrite using new macro definitions for FPU/SSE registers.
1409 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1410 definitions from i387-tdep.h.
1411 (i386_register_name): Update.
1412 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1413 new macro definitions for FPU/SSE registers.
1414 (i386_extract_return_value): Determine whether floating-point
1415 registers are present by examining REGCACHE's architecture.
1416 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1417 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1418 FPU/SSE registers.
1419 (i386_register_type): Update.
1420 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1421 definitions for FPU registers. Use REGCACHE's architecture to
1422 determine the appropriate register numbers.
1423 (i386_pseudo_register_read, i386_pseudo_register_write,
1424 i386_register_reggroup_p): Update.
1425 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1426 TDEP->mm0_regnum.
1427 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1428 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1429 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1430 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1431 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1432 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1433 *' to `void *'.
1434 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1435 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1436 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1437 definitions for FPU/SSE registers.
1438 (FXSAVE_MXCSR_ADDR): New define.
1439 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1440 TDEP->mm0_regnum.
1441 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1442 (I387_ST0_REGNUM): Define.
1443
1444 * regcache.h (get_regcache_arch): New prototype.
1445 * regcache.c (get_regcache_arch): New function.
1446
1447 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1448 whitespace.
1449
1450 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1451 Initialize using ARRAY_SIZE.
1452
1453 2003-09-27 Andrew Cagney <cagney@redhat.com>
1454
1455 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1456 "init_frame_pc_default".
1457 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1458 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1459 * vax-tdep.c (vax_gdbarch_init): Update.
1460 * v850-tdep.c (v850_gdbarch_init): Update.
1461 * sh64-tdep.c (sh64_gdbarch_init): Update.
1462 * s390-tdep.c (s390_gdbarch_init): Update.
1463 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1464 * mcore-tdep.c (mcore_gdbarch_init): Update.
1465 * h8300-tdep.c (h8300_gdbarch_init): Update.
1466 * cris-tdep.c (cris_gdbarch_init): Update.
1467 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1468
1469 2003-09-26 Mark Kettenis <kettenis@gnu.org>
1470
1471 * regset.h: New file.
1472 * Makefile.in (regset_h): Add.
1473
1474 2003-09-25 Andrew Cagney <cagney@redhat.com>
1475
1476 * frame.h (deprecated_frame_saved_regs): Rename
1477 get_frame_saved_regs.
1478 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1479 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1480 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1481 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1482 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1483
1484 2003-09-25 Andrew Cagney <cagney@redhat.com>
1485
1486 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1487 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1488 and Java.
1489 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1490 arm*-*-* do not use the new frame code.
1491
1492 2003-09-25 David Carlton <carlton@kealia.com>
1493
1494 * c-exp.y: Remove 'register' declarations.
1495 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1496
1497 2003-09-25 David Carlton <carlton@kealia.com>
1498
1499 * c-exp.y: Include cp-support.h. Add qualified_type.
1500 (yylex): Delete nested type hack; add comments.
1501 * cp-namespace.c (cp_lookup_nested_type): New function.
1502 * cp-support.h: Declare cp_lookup_nested_type.
1503 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1504 instead of value_struct_elt_for_reference.
1505 * valops.c: Include cp-support.h.
1506 (value_aggregate_elt): New function.
1507 (value_namespace_elt): Ditto.
1508 (value_struct_elt_for_reference): Make static.
1509 * value.h: Delete declaration of value_struct_elt_for_reference;
1510 add declaration for value_aggregate_elt.
1511 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1512 (valops.o): Ditto.
1513
1514 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
1515
1516 * stack.c: Include "reggroups.h".
1517 (frame_info): Only display registers in all_reggroup.
1518 * Makefile.in (stack.o): Update dependencies.
1519
1520 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1521
1522 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1523 "add ip, sp #n" in the prologue.
1524 (arm_scan_prologue): Ditto.
1525
1526 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1527
1528 * MAINTAINERS (write after approval): Add myself.
1529
1530 2003-09-25 Andreas Schwab <schwab@suse.de>
1531
1532 * m68k-tdep.c: Include "dwarf2-frame.h".
1533 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1534 * Makefile.in (m68k-tdep.o): Update dependencies.
1535
1536 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
1537
1538 * sh-tdep.c (struct frame_extra_info): Remove.
1539 (struct sh_frame_cache): New structure.
1540 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1541 (GET_TARGET_REG): Ditto but target register.
1542 (GET_PUSHED_REG): Remove.
1543 (IS_MOV_ARG_TO_REG): New macro.
1544 (IS_MOV_ARG_TO_IND_R14): New macro.
1545 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1546 (IS_MOVW_PCREL_TO_REG): New macro.
1547 (IS_MOVL_PCREL_TO_REG): New macro.
1548 (IS_SUB_REG_FROM_SP): New macro.
1549 (IS_ARG_MOV): Remove.
1550 (IS_MOV_TO_R14): Remove.
1551 (IS_RESTORE_FP): New macro.
1552 (IS_RTS): New macro.
1553 (IS_LDS): New macro.
1554 (IS_MOV_FP_SP): New macro.
1555 (IS_ADD_REG_TO_FP): New macro.
1556 (IS_ADD_IMM_FP): New macro.
1557 (sh_skip_prologue_hard_way): Remove.
1558 (sh_saved_pc_after_call): Remove.
1559 (sh_frame_chain): Remove.
1560 (sh_find_callers_reg): Remove.
1561 (sh_nofp_frame_init_saved_regs): Remove.
1562 (sh_fp_frame_init_saved_regs): Remove.
1563 (sh_init_extra_frame_info): Remove.
1564 (sh_analyze_prologue): New function.
1565 (sh_skip_prologue): Remove deprecated code. Rely on new function
1566 sh_analyze_prologue when after_prologue fails.
1567 (sh_frame_saved_pc): Remove.
1568 (sh_alloc_frame_cache): New function.
1569 (sh_frame_cache): Ditto.
1570 (sh_frame_prev_register): Ditto.
1571 (sh_frame_this_id): Ditto.
1572 (sh_frame_unwind): New structure defining the heuristic frame
1573 sniffer interface.
1574 (sh_frame_sniffer): New function.
1575 (sh_unwind_sp): Ditto.
1576 (sh_unwind_pc): Ditto.
1577 (sh_unwind_dummy_id): Ditto.
1578 (sh_frame_base_address): Ditto.
1579 (sh_frame_base): New structure defining new frame base code.
1580 (sh_in_function_epilogue_p): New function.
1581 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1582 code and to call all new code instead. Initialize dwarf2 and
1583 heuristic frame sniffer.
1584
1585 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1586
1587 * parser-defs.h (struct exp_descriptor): New definition, containing
1588 language-specific info for printing, prefixifying, dumping, and
1589 evaluating expressions.
1590 (exp_descriptor_standard): Declare new variable.
1591 (print_subexp): Make global and declare here (from expprint.c).
1592 (dump_subexp): Ditto.
1593 (dump_subexp_body_standard): Declare.
1594 (operator_length_standard): Declare.
1595 (op_name_standard): Declare.
1596 (print_subexp): Declare.
1597 (print_subexp_standard): Declare.
1598
1599 * language.h (struct language_defn): Add la_exp_desc field to hold
1600 pointer to table for language-specific operators.
1601 Remove evaluate_exp field, which is now in struct exp_descriptor.
1602
1603 * parse.c (operator_length): Move most code to new
1604 operator_length_standard function. Use language-specific information.
1605 (operator_length_standard): New function taking most code from
1606 operator_length.
1607 (exp_descriptor_standard): New constant.
1608
1609 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
1610 and OP_EXTENDED_LAST.
1611
1612 * expprint.c (print_subexp): Use language-specific print_subexp.
1613 Make global; remove static declaration.
1614 Move most code to print_subexp_standard.
1615 (print_subexp_standard): New function, containing code formerly in
1616 print_subexp.
1617 (op_name): Add expression to argument signature.
1618 Use langauge-specific op_name.
1619 Move most code to op_name_standard.
1620 (op_name_standard): New function, containing code formerly in op_name.
1621 (dump_subexp): Use new version of op_name function.
1622 Use language-specific dump_subexp_body, and move most existing code to
1623 dump_subexp_body_standard.
1624 (dump_raw_expression): Use new op_name interface.
1625 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1626 (dump_subexp_body_standard): New function, containing code formerly
1627 in dump_subexp_body.
1628
1629 * language.c (unknown_language): Add default la_exp_desc field and
1630 remove evaluate_exp field.
1631 (auto_language): Ditto.
1632 (local_language): Ditto.
1633 * f-lang.c (f_language_defn): Ditto.
1634 * c-lang.c (c_language_defn): Ditto.
1635 (cplus_language_defn): Ditto.
1636 (asm_language_defn): Ditto.
1637 (minimal_language_defn): Ditto.
1638 * p-lang.c (pascal_language_defn): Ditto.
1639 * m2-lang.c (m2_language_defn): Ditto.
1640 * objc-lang.c (objc_language_defn): Ditto.
1641
1642 * jv-lang.c (exp_descriptor_java): New variable, containing
1643 Java-specific expression evaluator.
1644 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1645 field.
1646 * scm-lang.c (exp_descriptor_scm): New variable, containing
1647 Scheme-specific expression evaluator.
1648 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1649 field.
1650 * objc-lang.c (print_object_command): Take evaluate_exp from the
1651 la_exp_desc field.
1652
1653 * Makefile.in (eval.o): Add dependency on parser-defs.h.
1654
1655 * eval.c: Include parser-defs.h for the full declaration of
1656 la_exp_desc's type.
1657 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
1658
1659 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1660
1661 * parser-defs.h (operator_length): Declare.
1662
1663 * parse.c (length_of_subexp): Use operator_length to get operator
1664 lengths and arities for operators.
1665 Move most code to new operator_length function.
1666 (operator_length): New function absorbing most code from
1667 length_of_subexp.
1668 (prefixify_subexp): Remove large case and use operator_length instead.
1669 (parse_exp_1): Use renamings:
1670 dump_prefix_expression => dump_raw_expression and
1671 dump_postfix_expression => dump_prefix_expression.
1672
1673 * expression.h (dump_prefix_expression): Rename to ...
1674 (dump_raw_expression): New name.
1675 (dump_postfix_expression): Rename to ...
1676 (dump_prefix_expression): New name.
1677
1678 * expprint.c (dump_subexp): Make global. Add comment.
1679 Move most existing code to dump_subexp_body.
1680 (dump_subexp_body): New function.
1681 (dump_prefix_expression): Rename to dump_raw_expression.
1682 Remove attempt to print the expression via print_expression: it can't
1683 work before the expression is prefixified.
1684 (dump_raw_expression): Renamed from dump_prefix_expression.
1685 (dump_postfix_expression): Rename to dump_prefix_expression, since
1686 that's what it does.
1687 Remove 'note' parameter, since this routine must be used on
1688 prefixified expression.
1689 (dump_prefix_expression): Renamed from dump_postfix_expression.
1690
1691 2003-09-22 Jim Blandy <jimb@redhat.com>
1692
1693 * dwarf2read.c (read_array_type): When building the type for an
1694 array of unspecified length, make sure to choose the upper bound
1695 so that the array's total length comes out to be zero --- that's
1696 how we represent such arrays.
1697
1698 2003-09-22 Michael Chastain <mec@shout.net>
1699
1700 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1701
1702 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
1703
1704 * top.c (quit_force): Fix indirect call to quit_target so
1705 a struct qt_args pointer is passed.
1706
1707 2003-09-22 Andrew Cagney <cagney@redhat.com>
1708
1709 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1710 * arch-utils.c (init_frame_pc_noop): Delete function.
1711 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1712 "init_frame_pc".
1713 * mips-tdep.c (mips_gdbarch_init): Ditto.
1714 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1715 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1716 declaration.
1717 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1718 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1719 declaration.
1720 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1721
1722 2003-09-22 Anthony Green <green@redhat.com>
1723
1724 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1725 declaration.
1726
1727 2003-09-20 Andrew Cagney <cagney@redhat.com>
1728
1729 * breakpoint.c: Eliminate ARGSUSED.
1730 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1731 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1732 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1733 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1734 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1735 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1736 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1737 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1738 * wince.c, remote-vx.c: Ditto.
1739
1740 * cli/cli-script.c: Remove "register" attributes.
1741 * config/pa/tm-hppa.h: Ditto.
1742 * cli/cli-decode.c: Ditto.
1743 * cli/cli-cmds.c: Ditto.
1744
1745 2003-09-19 Andrew Cagney <cagney@redhat.com>
1746
1747 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1748 DEPRECATED_NPC_REGNUM.
1749 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1750
1751 2003-09-19 Christopher Faylor <cgf@redhat.com>
1752
1753 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1754
1755 2003-09-19 Jim Blandy <jimb@redhat.com>
1756
1757 * macrotab.c (macro_include): Use the correct comparison to find
1758 the appropriate place for this inclusion in the list.
1759
1760 2003-09-19 Andrew Cagney <cagney@redhat.com>
1761
1762 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1763 (DEPRECATED_HPUX_TEXT_END): Define.
1764 (deprecated_hpux_text_end): Declare.
1765 (struct target_ops): Declare opaque.
1766 * hppah-nat.c (text_end): Make static.
1767 (deprecated_hpux_text_end): New function.
1768 * exec.c (text_end): Delete global variable.
1769 (NEED_TEXT_START_END): Do not define.
1770 (exec_file_attach): Replace code computing "text_end" code with
1771 call to DEPRECATED_HPUX_TEXT_END.
1772
1773 2003-09-19 Andrew Cagney <cagney@redhat.com>
1774
1775 * utils.c (align_up, align_down): New functions.
1776 * defs.h (align_up, align_down): Declare.
1777 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1778 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1779 and "align_down".
1780 (round_up, round_down): Delete functions.
1781 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1782 "align_down".
1783 (ROUND_DOWN, ROUND_UP): Delete macros.
1784 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1785 * h8300-tdep.c: Replace "round_up" and "round_down" with
1786 "align_up" and "align_down".
1787 (round_up, round_down): Delete macros.
1788 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1789 "align_down".
1790 (ROUND_UP, ROUND_DOWN): Delete macros.
1791
1792 2003-09-18 J. Brobecker <brobecker@gnat.com>
1793
1794 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1795 hard-coded constant. Use the proper machine name instead.
1796
1797 2003-09-17 Andrew Cagney <cagney@redhat.com>
1798
1799 * sparc-tdep.c (legacy_register_name): Delete function.
1800 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1801 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1802 * infcmd.c (gdb_register_name): Delete variable.
1803 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1804 REGISTER_NAME and "tm.h".
1805 * gdbarch.h, gdbarch.c: Regenerate.
1806 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1807 REGISTER_NAMES in comments.
1808 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1809 * m68klinux-nat.c (regmap): Ditto.
1810
1811 2003-09-17 Jim Blandy <jimb@redhat.com>
1812
1813 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1814
1815 2003-09-17 Andrew Cagney <cagney@redhat.com>
1816
1817 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1818 (ppcnbsd_init_abi): Set "use_struct_convention" to
1819 "ppcnbsd_use_struct_convention".
1820
1821 2003-09-17 Mark Kettenis <kettenis@gnu.org>
1822
1823 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1824 * gdbarch.h, gdbarch.c: Regenerate.
1825 (stabs_argument_has_addr): New architecture method.
1826 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1827 * arch-utils.c: Include "buildsym.h".
1828 (default_stabs_argument_has_addr): New function.
1829 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1830 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1831
1832 2003-09-17 Andrew Cagney <cagney@redhat.com>
1833
1834 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1835 * gdbarch.h, gdbarch.c: Regenerate.
1836 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1837 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1838 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1839 * sparcnbsd-tdep.c: Update.
1840
1841 2003-09-17 Andrew Cagney <cagney@redhat.com>
1842
1843 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1844 * gdbarch.h, gdbarch.c: Regenerate.
1845 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1846 * d10v-tdep.c, frame.c: Update.
1847 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1848 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1849 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1850 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1851 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1852 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1853 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1854 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1855 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1856 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1857 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1858 * config/pa/nm-hppah.h: Update.
1859
1860 2003-09-16 Andrew Cagney <cagney@redhat.com>
1861
1862 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1863 "use_struct_convention" to "ppc_linux_use_struct_convention".
1864 (ppc_linux_use_struct_convention): New function.
1865 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1866 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1867 "rs6000_use_struct_convention".
1868 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1869 declaration.
1870 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1871 Delete function.
1872
1873 2003-09-16 Andrew Cagney <cagney@redhat.com>
1874
1875 * buildsym.c: Remove more occurances of "register".
1876 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1877 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1878 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1879 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1880 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1881 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1882 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1883 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1884
1885 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1886
1887 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1888 numbers to enumeration values.
1889 * sh-tdep.c: Accomodate above change.
1890 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1891 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1892 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1893 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1894 (IS_FPUSH): Rename from IS_FMOV.
1895 (sh_extract_struct_value_address): Remove useless comment.
1896 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1897 instead of own local values.
1898 (sh_dump_tdep): Remove.
1899 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1900 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1901
1902 2003-09-15 Andrew Cagney <cagney@redhat.com>
1903
1904 * doublest.c (convert_floatformat_to_doublest): No longer need to
1905 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1906
1907 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1908
1909 * values.c (unpack_double): Call floatformat_is_valid.
1910
1911 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1912
1913 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1914 ps_strings into a long.
1915
1916 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1917 _initialize_am64fbsd_nat.
1918
1919 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1920
1921 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1922 associated with DW_AT_ranges attribute is out of bounds.
1923
1924 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1925
1926 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1927
1928 2003-09-14 Michael Chastain <mec@shout.net>
1929
1930 * config/m68k/nm-apollo68v.h: Delete.
1931 * config/m68k/xm-apollo68v.h: Delete.
1932
1933 2003-09-14 Andrew Cagney <cagney@redhat.com>
1934
1935 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1936 * dcache.c: Update copyrights and descriptions.
1937 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1938
1939 2003-09-14 Andrew Cagney <cagney@redhat.com>
1940
1941 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1942 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1943
1944 2003-09-14 Andrew Cagney <cagney@redhat.com>
1945
1946 * alpha-nat.c: Remove some occurances of "register".
1947 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1948 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1949 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1950 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1951 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1952 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1953 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1954 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1955 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1956 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1957 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1958 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1959 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1960 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1961 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1962 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1963 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1964 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1965 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1966 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1967 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1968 * values.c, vax-tdep.c, xcoffread.c: Ditto.
1969
1970 2003-09-13 Andrew Cagney <cagney@redhat.com>
1971
1972 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1973 * ppc-tdep.h (struct regcache): Declare opaque.
1974 * objfiles.h (struct objfile_data): Declare opaque.
1975 * cp-support.h (struct objfile): Declare opaque.
1976 * linux-nat.h (target_waitstatus): Declare opaque.
1977
1978 2003-09-14 Mark Kettenis <kettenis@gnu.org>
1979
1980 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1981 (stabs_argument_has_addr): New architecture method.
1982 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1983 * arch-utils.c: Include "buildsym.h".
1984 (default_stabs_argument_has_addr): New function.
1985 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1986 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1987
1988 * cris-tdep.c (cris_gdbarch_init): Set
1989 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1990 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1991 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1992 * mips-tdep.c (mips_gdbarch_init): Likewise.
1993 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1994 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1995
1996 2003-09-13 Andrew Cagney <cagney@redhat.com>
1997
1998 * values.c (using_struct_return): Delete "function" and "funcaddr"
1999 parameters.
2000 * value.h (using_struct_return): Update declaration.
2001 * infcmd.c (finish_command_continuation): Update.
2002 (finish_command): Update.
2003 * infcall.c (call_function_by_hand): Update.
2004 * eval.c (evaluate_subexp_standard): Update.
2005
2006 2003-09-13 Christopher Faylor <cgf@redhat.com>
2007
2008 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
2009 SSE registers since gdb will not operate correctly without this.
2010 Restore include file ordering munged in previous change.
2011 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
2012
2013 2003-09-13 Mark Kettenis <kettenis@gnu.org>
2014
2015 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
2016 REG_STRUCT_HAS_ADDR.
2017 * gdbarch.c, gdbarch.h: Updated.
2018 * infcall.c (call_function_by_hand): Update.
2019 * stabsread.c (define_symbol): Updated.
2020
2021 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
2022
2023 2003-09-12 Christopher Faylor <cgf@redhat.com>
2024
2025 * win32-nat.c: Reorganize so that defines used by target headers are
2026 actually defined by the system headers.
2027 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
2028 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
2029
2030 2003-09-12 Jim Blandy <jimb@redhat.com>
2031
2032 * dbxread.c (read_dbx_symtab): Don't report an internal error if
2033 the file has no .data, .bss, or .rodata sections. Instead wait
2034 until we see a variable alleged to live in one of those sections.
2035
2036 * dbxread.c (read_dbx_symtab): If we have no .data section and no
2037 .bss section, presume that any variables we find live in the
2038 .rodata section.
2039
2040 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
2041 offsets for global and static variables.
2042
2043 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
2044 symbol types are, by definition, in the .data section, so it is
2045 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
2046 If there is no .data section, there should be no N_DATA or N_DATA
2047 | N_EXT symbols.
2048
2049 2003-09-12 Mark Kettenis <kettenis@gnu.org>
2050
2051 * amd64fbsd-tdep.c: Fix sigtramp recognition.
2052 (amd64fbsd_sigcontext_addr): Rewrite.
2053 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
2054 with correct values.
2055 (amd64fbsd_sc_reg_offset): Initialize with correct values.
2056 (amd64fbsd_init_abi): Fix typo.
2057
2058 2003-09-12 Andrew Cagney <cagney@redhat.com>
2059
2060 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
2061 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
2062
2063 2003-09-12 Andrew Cagney <cagney@redhat.com>
2064
2065 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
2066 "entry_file_highpc". Update comments.
2067 * defs.h (deprecated_inside_entry_file): Rename
2068 "inside_entry_file".
2069 * blockframe.c (deprecated_inside_entry_file): Rename
2070 "inside_entry_file".
2071 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
2072 * vax-tdep.c (vax_frame_chain): Update.
2073 * sh64-tdep.c (sh64_frame_chain): Update.
2074 * sh-tdep.c (sh_frame_chain): Update.
2075 * rs6000-tdep.c (rs6000_frame_chain): Update.
2076 * ns32k-tdep.c (ns32k_frame_chain): Update.
2077 * mips-tdep.c (mips_frame_chain): Update.
2078 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
2079 * m32r-tdep.c (m32r_frame_this_id): Update.
2080 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
2081 * frv-tdep.c (frv_frame_this_id): Update.
2082 * d10v-tdep.c (d10v_frame_this_id): Update.
2083 * cris-tdep.c (cris_frame_chain): Update.
2084 * blockframe.c (legacy_frame_chain_valid): Update.
2085 * avr-tdep.c (avr_frame_this_id): Update.
2086 * arm-tdep.c (arm_prologue_this_id): Update.
2087 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
2088 * objfiles.c (objfile_relocate): Update.
2089 * mipsread.c (mipscoff_symfile_read): Update.
2090 (mipscoff_symfile_read): Update.
2091 * mdebugread.c (parse_partial_symbols): Update.
2092 * dwarfread.c (read_file_scope): Update.
2093 * dwarf2read.c (read_file_scope): Update.
2094 * dbxread.c (read_dbx_symtab): Update.
2095 (read_dbx_symtab): Update.
2096 * coffread.c (complete_symtab): Update.
2097
2098 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
2099
2100 * top.c (quit_target): New static helper function.
2101 (quit_force): Moved code to quit_target(). Call quit_target()
2102 via catch_errors() to catch errors during quit.
2103
2104 2003-09-11 David Carlton <carlton@kealia.com>
2105
2106 * buildsym.c (finish_block): Use allocate_block to allocate the
2107 block.
2108 * mdebugread.c (new_block): Add FIXME.
2109
2110 2003-09-11 David Carlton <carlton@kealia.com>
2111
2112 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
2113 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
2114 (recursive_dump_type): Ditto.
2115 * printcmd.c (print_formatted): Ditto.
2116 * typeprint.c (print_type_scalar): Ditto.
2117 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
2118 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
2119 * cp-support.h: Declare cp_check_possible_namespace_symbols,
2120 maint_cplus_cmd_list.
2121 * cp-support.c: Make maint_cplus_cmd_list extern.
2122 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
2123 command.h.
2124 (lookup_symbol_file): Look in possible namespace blocks when
2125 appropriate.
2126 (initialize_namespace_symtab): New.
2127 (get_possible_namespace_block, free_namespace_block)
2128 (check_possible_namespace_symbols)
2129 (check_possible_namespace_symbols_loop)
2130 (check_one_possible_namespace_symbol)
2131 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2132 (_initialize_cp_namespace): Ditto.
2133 * block.h: Declare allocate_block.
2134 * block.c (allocate_block): New.
2135 * jv-lang.c (get_java_class_symtab): Allocate blocks via
2136 allocate_block.
2137 * symfile.h: Update declaration of add_psymbol_to_list.
2138 * symfile.c (add_psymbol_to_list): Return the partial symbol in
2139 question.
2140 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2141 scan_partial_symbols_call.
2142 (scan_partial_symbols): Add NAMESPACE argument; update calls to
2143 helper functions.
2144 (add_partial_symbol): If necessary, scan mangled names for names
2145 of namespaces.
2146 (add_partial_namespace): Add NAMESPACE argument; generate partial
2147 symbols associated to namespaces.
2148 (add_partial_enumeration): Add NAMESPACE argument.
2149 (new_symbol): Allow namespace syms.
2150 (read_namespace): Generate namespace syms.
2151 * objfiles.h: Add opaque declaration of struct symtab.
2152 (struct objfile): Add cp_namespace_symtab member.
2153 * objfiles.c (allocate_objfile): Set
2154 objfile->cp_namespace_symtab.
2155 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2156 dictionary_h, command_h.
2157
2158 2003-09-11 Andrew Cagney <cagney@redhat.com>
2159
2160 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2161 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2162 near the function's end.
2163 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2164 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2165 regcache_raw_write_signed to set SP_REGNUM.
2166
2167 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
2168
2169 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2170 orig_addrs is set up properly.
2171
2172 2003-09-11 Andrew Cagney <cagney@redhat.com>
2173
2174 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2175 * gdbarch.h, gdbarch.c: Re-generate.
2176 * infcall.c (call_function_by_hand): Update.
2177 * hppa-tdep.c (hppa_push_arguments): Update.
2178 * ada-lang.c (place_on_stack): Update.
2179 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2180 * sparc-tdep.c (sparc_gdbarch_init): Update.
2181 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2182 * hppa-tdep.c (hppa_gdbarch_init): Update.
2183 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2184 stack_align.
2185
2186 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
2187
2188 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2189 register do need a frame.
2190
2191 2003-09-11 Andrew Cagney <cagney@redhat.com>
2192
2193 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2194 buildable since GDB 5.0.
2195 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2196 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2197 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2198 * irix4-nat.c: Delete file.
2199 * config/mips/irix4.mh: Delete file.
2200 * config/mips/irix3.mh: Delete file.
2201 * config/mips/irix3.mt: Delete file.
2202 * config/mips/tm-irix3.h: Delete file.
2203 * config/mips/nm-irix3.h: Delete file.
2204 * config/mips/xm-irix3.h: Delete file.
2205 * config/mips/nm-irix4.h: Delete file.
2206 * config/mips/xm-irix4.h: Delete file.
2207 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2208
2209 2003-09-10 J. Brobecker <brobecker@gnat.com>
2210
2211 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2212 * Makefile.in (hppa-tdep.o): Update dependencies.
2213
2214 2003-09-10 James E Wilson <wilson@specifixinc.com>
2215
2216 * MAINTAINERS: Change my e-mail address. Move to paper trail
2217 section.
2218
2219 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2220
2221 * MAINTAINERS (frv): New ISA entry.
2222
2223 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2224
2225 * frv-tdep.c (dis-asm.h): Include.
2226 * Makefile.in (frv-tdep.o): Update dependencies.
2227
2228 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2229
2230 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2231 Fix typo for high range of floating registers.
2232
2233 2003-09-09 David Carlton <carlton@kealia.com>
2234
2235 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2236 highpc initialization here out of scan_partial_symbols.
2237 (scan_partial_symbols): Restructure into a recursive version,
2238 calling add_partial_namespace and add_partial_enumeration when
2239 appropriate.
2240 (add_partial_namespace): New.
2241 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2242
2243 2003-09-09 Andrew Cagney <cagney@redhat.com>
2244
2245 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2246 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2247 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2248 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2249
2250 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2251 (rs6000_push_dummy_call): Set the "TOC" register.
2252
2253 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2254 methods "max_register_raw_size", "max_register_virtual_size" or
2255 "register_virtual_size".
2256
2257 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2258
2259 * MAINTAINERS: Update my e-mail address.
2260
2261 2003-09-09 Andrew Cagney <cagney@redhat.com>
2262
2263 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2264 (rs6000_push_dummy_call): Store the struct return address.
2265 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2266
2267 2003-09-09 Andrew Cagney <cagney@redhat.com>
2268
2269 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2270 "ppc_sysv_abi_push_arguments".
2271 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2272 "ppc_sysv_abi_push_arguments".
2273 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2274 instead of "push_arguments".
2275 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2276
2277 2003-09-09 Andrew Cagney <cagney@redhat.com>
2278
2279 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2280 instead of CALL_DUMMY_ADDRESS.
2281
2282 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2283
2284 * p-lang.c: Eliminate "register".
2285 * c-lang.c: Ditto.
2286 * expprint.c: Ditto.
2287 * f-lang.c: Ditto.
2288 * jv-lang.c: Ditto.
2289 * language.c: Ditto.
2290 * m2-lang.c: Ditto.
2291 * parse.c: Ditto.
2292 * scm-lang.c: Ditto.
2293 * objc-lang.c: Ditto.
2294
2295 2003-09-09 Nick Clifton <nickc@redhat.com>
2296
2297 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2298
2299 2003-09-04 Andrew Cagney <cagney@redhat.com>
2300
2301 * avr-tdep.c: Include "dis-asm.h".
2302 * cris-tdep.c: Include "dis-asm.h".
2303 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2304 instead of corresponding typedef.
2305 * h8300-tdep.c: Include "dis-asm.h".
2306 * ia64-tdep.c: Include "dis-asm.h".
2307 * i386-tdep.c: Include "dis-asm.h".
2308 (i386_print_insn): Use "struct disassemble_info" instead of
2309 corresponding typedef.
2310 * m68k-tdep.c: Include "dis-asm.h".
2311 * mcore-tdep.c: Include "dis-asm.h".
2312 * mips-tdep.c: Include "dis-asm.h".
2313 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2314 instead of corresponding typedef.
2315 * ns32k-tdep.c: Include "dis-asm.h".
2316 * s390-tdep.c: Include "dis-asm.h".
2317 * sparc-tdep.c: Include "dis-asm.h".
2318 * vax-tdep.c: Include "dis-asm.h".
2319 * v850-tdep.c: Include "dis-asm.h".
2320 * mn10300-tdep.c: Include "dis-asm.h".
2321 * rs6000-tdep.c: Include "dis-asm.h".
2322 * xstormy16-tdep.c: Include "dis-asm.h".
2323 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2324 print_insn_xstormy16.
2325 * Makefile.in (v850-tdep.o): Update dependencies.
2326 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2327 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2328 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2329 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2330 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2331 (gdbarch_h): Remove $(dis_asm_h).
2332 * disasm.c: Include "dis-asm.h".
2333 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2334 corresponding typedef.
2335 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2336 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2337 * gdbarch.sh: Do not include "dis-asm.h".
2338 (struct disassemble_info): Declare opaque.
2339 (TARGET_PRINT_INSN): Update declaration.
2340 * gdbarch.h, gdbarch.c: Re-generate.
2341
2342 2003-09-08 Andrew Cagney <cagney@redhat.com>
2343
2344 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2345 CALL_DUMMY_ADDRESS, change to a predicate.
2346 * gdbarch.h, gdbarch.c: Re-generate.
2347 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2348 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2349 * infcall.c (call_function_by_hand): Ditto.
2350 * sparc-tdep.c (sparc_push_return_address): Ditto.
2351 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2352 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2353 CALL_DUMMY_ADDRESS with entry_point_address.
2354 * v850-tdep.c (v850_push_return_address): Ditto.
2355 * s390-tdep.c (s390_push_return_address): Ditto.
2356 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2357 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2358 * mcore-tdep.c (mcore_push_return_address): Ditto.
2359 * cris-tdep.c (cris_push_return_address): Ditto.
2360 * arm-tdep.c (arm_push_return_address): Ditto.
2361
2362 2003-09-08 Andrew Cagney <cagney@redhat.com>
2363
2364 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2365 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2366 and REG_UNMODIFIED to REG_SAME_VALUE.
2367 (execute_cfa_program): Update.
2368 (dwarf2_frame_cache): Update. Initialize table to
2369 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2370 location.
2371 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2372
2373 2003-09-08 Andrew Cagney <cagney@redhat.com>
2374
2375 * gnu-nat.c: Remove "inline" function attribute.
2376 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2377
2378 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2379
2380 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2381 target.
2382
2383 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2384
2385 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2386 (frame_extra_info): Rename this struct to frv_unwind_cache.
2387 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2388 Add fields ``prev_sp'' and ``base''.
2389 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2390 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2391 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2392 Delete.
2393 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2394 Revise all callers. Fill in the unwind cache argument and make
2395 other adjustments to account for new frame mechanisms.
2396 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2397 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2398 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2399 (frv_frame_unwind, frv_frame_base): New structs.
2400 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2401 additional arguments expected by this method and adjust function
2402 body accordingly.
2403 (frv_gdbarch_init): Remove calls to the following functions:
2404 set_gdbarch_deprecated_init_frame_pc(),
2405 set_gdbarch_deprecated_saved_pc_after_call(),
2406 set_gdbarch_deprecated_frame_chain(),
2407 set_gdbarch_deprecated_frame_saved_pc(),
2408 set_gdbarch_deprecated_frame_init_saved_regs(),
2409 set_gdbarch_deprecated_push_arguments(),
2410 set_gdbarch_deprecated_push_return_address(),
2411 set_gdbarch_deprecated_pop_frame(),
2412 set_gdbarch_deprecated_call_dummy_words(),
2413 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2414 set_gdbarch_deprecated_init_extra_frame_info(),
2415 set_gdbarch_deprecated_dummy_write_sp(), and
2416 set_gdbarch_deprecated_pc_in_call_dummy().
2417 Add calls to the following functions:
2418 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2419 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2420 frame_base_set_default().
2421 * Makefile.in (frv-tdep.o): Update dependencies.
2422
2423 2003-09-09 Mark Kettenis <kettenis@gnu.org>
2424
2425 * dwarf2-frame.c (read_encoded_value): Add support for
2426 DW_EH_PE_aligned encoding.
2427
2428 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2429
2430 * infrun.c (normal_stop): Don't print a message if the inferior
2431 has exited.
2432
2433 2003-09-08 Jim Blandy <jimb@redhat.com>
2434
2435 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2436 * dbxread.c: #include "gdb_assert.h".
2437 (read_dbx_symtab): If the objfile has no .data section, use the
2438 section index for the .bss section instead.
2439
2440 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2441
2442 * frame.c (deprecated_safe_get_selected_frame): New function.
2443 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2444 * findvar.c (read_var_value): Call it.
2445
2446 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
2447
2448 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2449 (sh64-tdep.o): Add dependencies.
2450 * configure.tgt: Add FIXME to sh-*-linux*.
2451 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2452 (sh_gdbarch_init): Always set correct sh_show_regs function
2453 pointer. Call sh64_gdbarch_init() if machine type is sh5.
2454 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2455 * sh64-tdep.c: New file, containing all sh64 related code from
2456 sh-tdep.c.
2457 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2458 * config/sh/linux.mt (TDEPFILES): Ditto.
2459 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2460 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2461 * config/sh/wince.mt (TDEPFILES): Ditto.
2462
2463 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2464
2465 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2466 (stop_wait_callback): Handle !lp->signalled also.
2467 (lin_lwp_has_pending, flush_callback): New functions.
2468 (lin_lwp_wait): Call flush_callback.
2469 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2470 (linux_proc_pending_signals): New function.
2471 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2472
2473 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2474
2475 From Nick Kelsey <nickk@ubicom.com>:
2476 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2477 when the stop PC is at the beginning of a function also.
2478
2479 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
2480
2481 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2482 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2483
2484 2003-09-06 Mark Kettenis <kettenis@gnu.org>
2485
2486 * sol-thread.c: Include "gdb_string.h".
2487
2488 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2489
2490 * gcore.c: Reorder include files in alphabetical order. Include
2491 "gdb_assert.h". Various coding style fixes.
2492 (derive_stack_segment, derive_heap_segment): Replace check for
2493 non-null BOTTOM and TOP with gdb_assert.
2494 (derive_heap_segment): Replace check for successful creation of
2495 ZERO with gdb_assert.
2496 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2497
2498 2003-09-04 Andrew Cagney <cagney@redhat.com>
2499
2500 * thread-db.c (verbose_dlsym): New function.
2501 (thread_db_load): Use verbose_dlsym
2502 (thread_db_new_objfile): Print that libthread_db was loaded, and
2503 that thread debugging was enabled.
2504
2505 2003-09-04 Andrew Cagney <cagney@redhat.com>
2506
2507 * configure.tgt: Add "mips64*-*-*" target. Delete
2508 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2509 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2510 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2511 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2512 mips*-sony-*, and mips64*-*-elf* targets.
2513 * config/mips/embedl.mt: Delete file.
2514 * config/mips/embedl64.mt: Delete file.
2515 * config/mips/mips.mt: Delete file.
2516 * config/mips/mips64.mt: Delete file.
2517 * config/mips/tm-embed.h: Delete file.
2518 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2519 * config/mips/embed64.mt: Delete out-of-date comment.
2520
2521 2003-09-04 Andrew Cagney <cagney@redhat.com>
2522
2523 * hppa-tdep.c (hppa_gdbarch_init): Set
2524 "have_nonsteppable_watchpoint".
2525 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2526 * mips-tdep.c (mips_dump_tdep): Do not print
2527 HAVE_NONSTEPPABLE_WATCHPOINT.
2528 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2529 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2530 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2531 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2532
2533 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2534
2535 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2536 unused code. Add comment.
2537
2538 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2539
2540 * breakpoint.c (watchpoint_check): Check for pc being in an
2541 epilogue if watchpoint frame couldn't be found.
2542
2543 2003-09-04 Andrew Cagney <cagney@redhat.com>
2544
2545 * Makefile.in: Re-generate all dependencies.
2546
2547 2003-09-03 Andrew Cagney <cagney@redhat.com>
2548
2549 * arch-utils.h (legacy_print_insn): Delete declaration.
2550 * arch-utils.c (legacy_print_insn): Delete function.
2551 * disasm.c (deprecated_tm_print_insn_info): Delete.
2552 (_initialize_disasm): Delete function, contained code initializing
2553 deprecated_tm_print_insn_info.
2554 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2555 (deprecated_tm_print_insn_info): Delete.
2556 (TARGET_PRINT_INSN): Do not provide a default.
2557 * gdbarch.h, gdbarch.c: Re-generate.
2558
2559 2003-09-03 Andrew Cagney <cagney@redhat.com>
2560
2561 * disasm.c (fprintf_disasm): New function.
2562 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2563 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2564 reverts 2003-08-14 change.
2565 (_initialize_disasm): Call "init_disassemble_info", instead of
2566 INIT_DISASSEMBLE_INFO_NO_ARCH.
2567
2568 2003-09-03 Michael Snyder <msnyder@redhat.com>
2569
2570 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2571
2572 2003-09-03 Andrew Cagney <cagney@redhat.com>
2573
2574 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2575 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2576 * symfile.c (syms_from_objfile): Update.
2577 (reread_symbols): `Update
2578 * exec.c (exec_file_attach): Update.
2579 (exec_file_attach): Update.
2580 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2581 2003-08-29 change.
2582 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2583
2584 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2585
2586 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2587 trad-frame.h.
2588 (arm_get_cache): Delete macro.
2589 (struct arm_prologue_cache): Update comments. Make saved_regs into
2590 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2591 to prev_sp.
2592 (thumb_scan_prologue): Update for cache changes. Don't call
2593 DEPRECATED_PC_IN_CALL_DUMMY.
2594 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2595 argument and use it in desperation search for our prologue. Do not
2596 search past the specified PC.
2597 (arm_make_prologue_cache): Simplify.
2598
2599 (arm_prologue_this_id, arm_prologue_prev_register)
2600 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2601 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2602 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2603 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2604 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2605
2606 (arm_frame_chain_valid, arm_find_callers_reg)
2607 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2608 (arm_pop_frame): Delete obsolete methods.
2609 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2610
2611 (arm_gdbarch_init): Update for new frame methods. Register prologue
2612 and sigtramp unwinders. Set the default frame base method.
2613
2614 * Makefile.in (arm-tdep.o): Update dependencies.
2615 * varobj.c (find_frame_addr_in_frame_chain): Call
2616 get_frame_base_address.
2617 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2618
2619 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2620
2621 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2622 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2623 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2624 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2625 Take NEXT_FRAME and CACHE arguments. Call
2626 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2627 Set unwound_pc in CACHE instead of modifying the frame argument.
2628 Don't bother checking the frame type when looking for sigtramp
2629 frames.
2630 (arm_make_prologue_cache, arm_frame_chain)
2631 (arm_init_extra_frame_info): New functions.
2632
2633 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2634
2635 * arm-tdep.c (arm_get_cache): Define.
2636 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2637 unwound_sp, unwound_pc, and saved_regs.
2638 (thumb_scan_prologue): Take a cache instead of the frame.
2639 (arm_scan_prologue): Likewise.
2640 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2641 instead of a temporary frame.
2642 (arm_init_extra_frame_info): Allocate and use a cache.
2643 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2644
2645 2003-09-03 Andrew Cagney <cagney@redhat.com>
2646
2647 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2648 * config/mips/wince.mt (TM_CLIBS): Ditto.
2649 * config/sh/wince.mt (TM_CLIBS): Ditto.
2650 * config/pa/hppa64.mt (TM_CLIBS): Delete.
2651 * config/sparc/sp64.mt (CC): Delete.
2652
2653 2003-09-03 Andrew Cagney <cagney@redhat.com>
2654
2655 * defs.h: Do not include "arch-utils.h".
2656 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
2657 GDB_MULTI_ARCH_PURE.
2658 * configure.in (GDB_MULTI_ARCH): Do not define.
2659 * configure, config.in: Regenerate.
2660 * configure.tgt: Do not set variable "gdb_multi_arch".
2661 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
2662 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
2663 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
2664 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
2665 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
2666 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2667 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2668 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2669 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2670 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2671 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2672 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2673 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2674 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2675 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2676 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2677 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2678 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
2679
2680 2003-08-30 Michael Chastain <mec@shout.net>
2681
2682 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2683 * config/m68k/nm-hp300hpux.h: Delete.
2684 * config/m68k/tm-hp300hpux.h: Delete.
2685 * config/m68k/xm-hp300hpux.h: Delete.
2686 * config/m68k/xm-hp300bsd.h: Delete.
2687 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2688 tm-hp300hpux.h, xm-hp300hpux.h.
2689 * somsolib.c: Remove comment about hp300 shared libraries.
2690
2691 2003-08-31 Mark Kettenis <kettenis@gnu.org>
2692
2693 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2694 Only define PTRACE_GET_THREAD_AREA is not already defined.
2695 Various style fixes in code and comments and some additional
2696 spelling fixes in comments. Move after functions dealing with
2697 debug registers.
2698 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2699 Fix coding-style.
2700
2701 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2702 frame_unwind_register_unsigned instead of
2703 frame_unwind_unsigned_register.
2704
2705 2003-08-30 Mark Kettenis <kettenis@gnu.org>
2706
2707 * configure.in: Search for gethostbyname in libnsl.
2708 * configure: Regenerated.
2709
2710 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2711
2712 * configure.in: Remove redundant AC_MSG_RESULT in check for
2713 uintptr_t in stdint.h.
2714 * configure: Regenerated.
2715
2716 * amd64-nat.h (struct regcache): Add opaque declaration.
2717
2718 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2719 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2720 Change "register array" to "register cache" in comments.
2721 (x86_64_linux_gregset64_reg_offset): New variable.
2722 (GETREGS_SUPPLIES): Remove macro.
2723 (supply_gregset): Call amd64_supply_native_gregset instead of
2724 x86_64_linux_supply_gregset.
2725 (fill_gregset): Rename `regno' to `regnum'. Call
2726 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2727 (store_regs): Rename `regno' to `regnum'.
2728 (store_fpregs): Rename `regno' to `regnum'.
2729 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2730 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2731 Reorganize function a bit.
2732 (store_inferior_registers): Rename `regno' to `regnum'. Use
2733 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2734 Reorganize function a bit.
2735 (_initialize_x86_64_linux_nat): New function.
2736 * config/i386/x86-64linux.mh.
2737
2738 2003-08-29 Andrew Cagney <cagney@redhat.com>
2739
2740 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2741 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2742 (target_remove_watchpoint): Delete macro.
2743 (target_insert_watchpoint): Delete macro.
2744 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2745 (remote_mips_stopped_by_watchpoint): Delete declaration.
2746 (remote_mips_remove_watchpoint): Delete declaration.
2747 (remote_mips_set_watchpoint): Delete declaration.
2748 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2749 * remote-mips.c (_initialize_remote_mips): Set
2750 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2751 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2752 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2753 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2754 (mips_stopped_by_watchpoint): Rename
2755 remote_mips_stopped_by_watchpoint.
2756 (mips_can_hardware_watchpoint): Rename
2757 remote_mips_can_use_hardware_watchpoint, update function
2758 signature.
2759
2760 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2761
2762 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2763 USER_DS. We haven't given them a register number yet.
2764
2765 * amd64-nat.h: New file.
2766 * amd64-nat.c: New file.
2767 * amd64fbsd-nat.c: Include "amd64-nat.h".
2768 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2769 (amd64fbsd32_r_reg_offset): New variable.
2770 (supply_gregset): Simply call amd64_supply_native_gregset.
2771 (fill_gregset): Rename `regno' to `regnum'. Simply call
2772 amd64_collect_native_gregset.
2773 (fill_fpregset): Rename `regno' to `regnum'.
2774 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2775 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2776 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2777 `fpregset_t'. Call amd64_supply_native_gregset instead of
2778 supply_gregset. Call x86_64_supply_fxsave instead of
2779 supply_fpregset.
2780 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2781 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2782 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2783 `fpregset_t'. Call amd64_collect_native_gregset instead of
2784 fill_gregset. Call x86_64_collect_fxsave instead of
2785 fill_fpregset.
2786 (_initialize_am64fbsd_nat): Initialize
2787 amd64_native_gregset32_reg_offset and
2788 amd64_native_gregset64_reg_offset.
2789 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2790
2791 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2792 null pointer. Fix typo in comment.
2793
2794 * regcache.c (supply_register): Reimplement to call
2795 regcache_raw_supply.
2796 (regcache_collect): Reimplement by calling regcache_raw_collect.
2797
2798 2003-08-28 Mark Kettenis <kettenis@gnu.org>
2799
2800 * regcache.c (register_buffer): Consitify first argument.
2801 (regcache_raw_supply, regcache_raw_collect): New
2802 functions.
2803
2804 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2805
2806 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2807 by Nathan J. Williams.
2808
2809 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2810
2811 * lin-lwp.c (wait_lwp): New function, copied from
2812 stop_wait_callback. Clean up.
2813 (stop_wait_callback): Use wait_lwp.
2814
2815 2003-08-28 Andrew Cagney <cagney@redhat.com>
2816
2817 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2818 flavour and disassembler options.
2819 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2820 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2821 deprecated_tm_print_insn_info.
2822
2823 2003-08-27 Andrew Cagney <cagney@redhat.com>
2824
2825 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2826 Use target_read_memory.
2827 (s390_get_frame_info): Update. Do not reference
2828 deprecated_tm_print_insn_info.
2829 (s390_check_function_end, s390_is_sigreturn): Ditto.
2830
2831 2003-08-27 Andrew Cagney <cagney@redhat.com>
2832
2833 * Makefile.in (cris-tdep.o): Update dependencies.
2834 * cris-tdep.c: Include "gdb_assert.h".
2835 (cris_gdbarch_init): Set print_insn.
2836 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2837 (cris_delayed_get_disassembler): Simplify, directly call the
2838 disassembler returned by cris_get_disassembler.
2839 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2840 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2841 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2842 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2843 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2844 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2845 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2846 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2847 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2848 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2849 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2850 (gdb_print_insn_sparc): Delete function.
2851 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2852 deprecated_tm_print_insn_info.
2853 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2854 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2855 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2856 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2857 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2858 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2859 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2860 (s390_gdbarch_init): Set print_insn.
2861
2862 2003-08-27 Andrew Cagney <cagney@redhat.com>
2863
2864 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2865 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2866 * infcall.c (call_function_by_hand): Convert the entry point
2867 address into a code address.
2868
2869 2003-08-27 Andrew Cagney <cagney@redhat.com>
2870
2871 * dsrec.c: Include "gdb_string.h".
2872 * Makefile.in (dsrec.o): Update dependencies.
2873
2874 2003-08-27 Michael Chastain <mec@shout.net>
2875
2876 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2877
2878 2003-08-27 Andrew Cagney <cagney@redhat.com>
2879
2880 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2881 (alpha_osf1_init_abi): Do not set call_dummy_address.
2882
2883 2003-08-27 David Carlton <carlton@kealia.com>
2884
2885 From Randolph Chung <tausq@debian.org>:
2886 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2887 compiles with -Wformat-nonliteral -Werror.
2888
2889 2003-08-26 Jim Blandy <jimb@redhat.com>
2890
2891 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2892 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2893 bfd_lookup_symbol, since we only want symbols in code sections.
2894 (look_for_base): Pass zero as the SECT_FLAGS argument to
2895 bfd_lookup_symbol, since we're not concerned about which section
2896 the symbol is in.
2897
2898 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2899
2900 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2901 we are frameless or the return address register is already known.
2902
2903 2003-08-26 Andrew Cagney <cagney@redhat.com>
2904
2905 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2906 in size. Add comments.
2907
2908 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2909
2910 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2911 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2912
2913 2003-08-26 Jason Merrill <jason@redhat.com>
2914
2915 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2916 case out of #ifdef MIPS block.
2917
2918 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2919
2920 PR java/1322
2921 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2922 available before calling SECT_OFF_TEXT.
2923 * PROBLEMS: Remove description of java/1322.
2924
2925 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2926
2927 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2928 bof, and nat0-nat127 as pseudo-registers.
2929 (ia64_frame_cache): New struct used to cache frame info.
2930 (ia64_register_reggroup_p): New routine used to override default
2931 register grouping so registers without names are still saved and
2932 restored.
2933 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2934 pseudo values.
2935 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2936 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2937 (ia64_alloc_frame_cache): New routine to create a new
2938 ia64_frame_cache.
2939 (examine_prologue): Change prototype to add next_frame pointer.
2940 Assume frameless until otherwise proven. Verify that the cfm for
2941 current frame matches the cfm that should occur for the prologues
2942 alloc insn and if equal, mark as not frameless. At end of routine,
2943 if not frameless, calculate registers for the previous frame and store
2944 in the cache, if a cache is provided.
2945 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2946 and pass 0 for next_frame.
2947 (ia64_store_return_value): Change to use convert_typed_floating()
2948 instead of calling ia64_convert_to_raw().
2949 (ia64_extract_return_value): Change to use convert_typed_floating()
2950 instead of calling ia64_convert_to_virtual().
2951 (ia64_frame_cache): New routine to support new frame model.
2952 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2953 (ia64_frame_sniffer): Ditto.
2954 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2955 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2956 (ia64_sigtramp_frame_prev_register): Ditto.
2957 (ia64_sigtramp_frame_sniffer): Ditto.
2958 (ia64_frame_base_address): Ditto.
2959 (ia64_extract_struct_value_address): Change to issue error message.
2960 (ia64_frame_align): New routine to align sp.
2961 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
2962 (ia64_push_arguments): Removed. Logic moved to
2963 ia64_push_dummy_call().
2964 (ia64_push_return_address): Ditto.
2965 (ia64_unwind_dummy_id): New function.
2966 (ia64_unwind_pc): Ditto.
2967 (ia64_convert_register_p): Ditto.
2968 (ia64_register_to_value): Ditto.
2969 (ia64_value_to_register): Ditto.
2970 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2971 (ia64_register_byte, ia64_register_raw_size): Ditto.
2972 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2973 (ia64_saved_pc_after_call): Ditto.
2974 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2975 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2976 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2977 (ia64_register_convert_to_raw): Ditto.
2978 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2979 (ia64_init_extra_frame_info): Ditto.
2980 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2981 (ia64_gdbarch_init): Remove registering of deprecated functions that
2982 are no longer used. Add registration of new gdbarch functions.
2983 Remove registering deprecated_write_sp. Replace
2984 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2985 Delete set_gdbarch_deprecated_register_convertible(),
2986 set_gdbarch_deprecated_register_convert_to_virtual(), and
2987 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2988 set_gdbarch_deprecated_register_size(),
2989 set_gdbarch_deprecated_register_bytes(),
2990 set_gdbarch_pcregnum(),
2991 set_gdbarch_deprecated_register_byte(),
2992 set_gdbarch_deprecated_register_raw_size(),
2993 set_gdbarch_deprecated_max_register_raw_size(),
2994 set_gdbarch_deprecated_register_virtual_size(),
2995 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2996 Replace set_gdbarch_deprecated_extract_return_value() with
2997 set_gdbarch_extract_return_value(). Remove calls to:
2998 set_gdbarch_deprecated_saved_pc_after_call();
2999 set_gdbarch_deprecated_frame_chain(),
3000 set_gdbarch_deprecated_frame_saved_pc(),
3001 set_gdbarch_deprecated_frame_init_saved_regs(),
3002 set_gdbarch_deprecated_get_saved_register(),
3003 set_gdbarch_deprecated_call_dummy_words(),
3004 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3005 set_gdbarch_deprecated_init_extra_frame_info(),
3006 set_gdbarch_deprecated_frame_args_address(),
3007 set_gdbarch_deprecated_frame_locals_address(),
3008 and set_gdbarch_deprecated_dummy_write_sp().
3009 Add set_gdbarch_convert_register_p(),
3010 set_gdbarch_register_to_value(),
3011 set_gdbarch_value_to_register(),
3012 set_gdbarch_push_dummy_call(),
3013 set_gdbarch_frame_align(),
3014 set_gdbarch_unwind_dummy_id(),
3015 set_gdbarch_unwind_pc(),
3016 frame_unwind_append_sniffer(),
3017 frame_unwind_append_sniffer(),
3018 and frame_base_set_default().
3019
3020 2003-08-25 Chris Demetriou <cgd@broadcom.com>
3021
3022 * configure.tgt: Document need for special "mipsisa64" handling.
3023 (mipsisa64*-*-linux64): Handle as target linux64.
3024 (mipsisa64*-*-*): Handle as target embed64.
3025
3026 2003-08-18 Michael Chastain <mec@shout.net>
3027
3028 * PROBLEMS: Document pr gdb/1322, the Java anonymous
3029 objfile bug.
3030
3031 2003-08-24 Mark Kettenis <kettenis@gnu.org>
3032
3033 * i387-tdep.h: Update copyright date.
3034 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
3035
3036 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
3037 CFLAGS games to reflect reality.
3038
3039 2003-08-24 Andrew Cagney <cagney@redhat.com>
3040
3041 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
3042 GDB_MULTI_ARCH is always non-zero.
3043 * osabi.c (_initialize_gdb_osabi): Ditto.
3044 (gdbarch_init_osabi): Ditto.
3045 * sparc-tdep.c: Ditto for #if code.
3046
3047 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3048
3049 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
3050 Update comments.
3051 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
3052 comments.
3053 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
3054 x86_64_supply_fxsave.
3055 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
3056 x86_64_supply_fxsave.
3057 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
3058 x86_64_supply_fxsave.
3059
3060 2003-08-23 Andreas Jaeger <aj@suse.de>
3061
3062 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
3063 i387_supply_fxsave.
3064
3065 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3066
3067 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
3068 i387_supply_register.
3069 (go32_fetch_registers): Adjust call to i387_supply_fsave.
3070 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
3071 i387_supply_fsave.
3072 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
3073 i387_supply_fxsave.
3074 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
3075 i387_supply_fsave.
3076 * i386bsd-nat.c (supply_fpregset): Adjust call to
3077 i387_supply_fsave.
3078 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
3079 call to i387_supply_fxsave. Call i387_supply_fsave instead of
3080 supply_fpregset.
3081 (store_inferior_registers): Remove extraneous whitespace. Call
3082 i387_fill_fsave instead of fill_fpregset.
3083 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
3084 (supply_fpregset): Likewise.
3085 * i386v4-nat.c (supply_fpregset): Adjust call to
3086 i387_supply_fsave.
3087 * i386-interix-nat.c (supply_fpregset): Adjust call to
3088 i387_supply_fsave.
3089 * i386-linux-nat.c (supply_fpregset): Adjust call to
3090 i387_supply_fsave.
3091 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
3092 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
3093 i387supply_fsave and i387_supply_fxsave.
3094 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
3095 Incorporate code from `i387_supply_register.
3096 (i387_supply_register): Remove.
3097 (i387_supply_fxsave): Add `regnum' argument.
3098 Update comments.
3099 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
3100 prototype.
3101 (i387_supply_register): remove prototype.
3102 Update comments.
3103
3104 2003-08-22 Michael Chastain <mec@shout.net>
3105
3106 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
3107 Add lines for files in gdb/testsuite/gdb.cp/* that are
3108 still not 8.3 unique.
3109
3110 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
3111
3112 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
3113 TYPE_VPTR_FIELDNO is valid.
3114
3115 2003-08-19 Mark Kettenis <kettenis@gnu.org>
3116
3117 * utils.c (set_width_command): Remove prototypes.
3118 (set_screen_size): New prototype.
3119 (init_page_info): Simplify by fetching the screen size from
3120 Readline. Call set_screen_size.
3121 (set_screen_size): New function.
3122 (set_width): Add missing whitespace in comment.
3123 (set_width_command): Call set_screen_size.
3124 (set_height_command): New function.
3125 (initialize_utils): Fix formatting. Make "set height" command
3126 call set_height_command. Remove redundant code that turns off
3127 pagination if output isn't a terminal. Remove redundant call to
3128 set_width_command.
3129
3130 2003-08-22 Mark Kettenis <kettenis@gnu.org>
3131
3132 * sparc64-tdep.h (sparc64_regnum): Fix comment.
3133 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3134 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3135 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3136 `case' keyword.
3137 (sparc64_register_info): Give the reister with number
3138 SPARC64_STATE_REGNUM a name.
3139 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3140 %asi and %ccr.
3141 (sparc64_push_dummy_call): Take BIAS into account when checking
3142 stcak alignment.
3143 (sparc_software_single_step): Remove assertions that check whether
3144 NPC and NNPC were zero.
3145 (sparc_supply_rwindow): Make public. Merge functionality with
3146 sparc64_supply_rwindow.
3147 (sparc_fill_rwindow): Make public. Merge functionality with
3148 sparc64_fill_rwindow.
3149 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3150 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3151 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3152 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3153 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3154
3155 * reggroups.c: Add whitespace after declarations of local
3156 variables in functions.
3157
3158 2003-08-21 Michael Chastain <mec@shout.net>
3159
3160 * gdbtypes.h: Change array bound type from an int to enum.
3161
3162 2003-08-21 Andrew Cagney <cagney@redhat.com>
3163
3164 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3165 * config/sparc/tm-sparc.h: Ditto.
3166 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3167 unconditionally.
3168 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3169
3170 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3171
3172 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3173 (register_objfile_data, set_objfile_data, objfile_data): New
3174 prototypes.
3175 * objfiles.c (objfile_alloc_data, objfile_free_data): New
3176 prototypes.
3177 (allocate_objfile): Call objfile_alloc_data.
3178 (free_objfile): Call objfile_free_data.
3179 (struct objfile_data): New.
3180 (struct objfile_data_registration): New.
3181 (struct objfile_data_registry): New.
3182 (objfile_data_registry): New variable.
3183 (register_objfile_data): New function.
3184 (objfile_alloc_data, objfile_free_data): New functions.
3185 (set_objfile_data, objfile_data): New functions.
3186 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3187 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3188 (_initialize_dwarf2_frame): New function and prototype.
3189
3190 2003-08-21 Andrew Cagney <cagney@redhat.com>
3191
3192 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3193 a specific architecture.
3194 * arch-utils.h (set_architecture_from_arch_mach): Delete
3195 declaration.
3196 (target_architecture_hook): Delete declaration.
3197 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3198 (default_float_format): Assume GDB_MULTI_ARCH.
3199 (default_double_format): Assume GDB_MULTI_ARCH.
3200 (set_endian_from_file): Delete function.
3201 (arch_ok): Delete function.
3202 (set_arch): Delete function.
3203 (set_architecture_from_arch_mach): Delete function.
3204 (set_architecture_from_file): Delete function.
3205 (set_architecture): Assume GDB_MULTI_ARCH.
3206 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3207
3208 2003-08-21 Mark Kettenis <kettenis@gnu.org>
3209
3210 Rewrite FreeBSD/sparc64 native configuration.
3211 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3212 * sparc64fbsd-nat.c: New file.
3213 * sparc64fbsd-tdep.c: New file.
3214 * sparc64-tdep.c sparc64-tdep.h: New files.
3215 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3216 sparc64fbsd-tdep.o): New dependencies.
3217 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3218 and sparc64fbsd-tdep.c.
3219 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3220 * config/sparc/fbsd.mh: Remove copyright notice.
3221 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3222 sparcbsd-nat.o.
3223 * config/sparc/fbsd.mt: Remove copyright notice.
3224 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3225 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3226 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3227 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3228 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3229 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3230 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3231 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3232 "sparc/tm-sp64.h".
3233 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3234 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3235
3236 2003-08-21 Michael Chastain <mec@shout.net>
3237
3238 * symtab.h: Add doco on the space critical structures and
3239 some measurements of space usage.
3240
3241 2003-08-21 Michael Snyder <msnyder@redhat.com>
3242
3243 * tracepoint.c (trace_dump_command): Trace break address
3244 is subject to DECR_PC_AFTER_BREAK.
3245 (set_traceframe_context): Make "trace_line" an int.
3246 Fixes suggested by Mark Newman <mark.newman@lmco.com>
3247
3248 2003-08-20 Michael Snyder <msnyder@redhat.com>
3249
3250 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
3251 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3252 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
3253 argument passing.
3254 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
3255 functions, replace sh_push_dummy_call.
3256 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3257
3258 2003-08-20 Michael Chastain <mec@shout.net>
3259
3260 * gdbtypes.h (struct main_type): Rearrange to save space.
3261
3262 2003-08-20 Michael Snyder <msnyder@redhat.com>
3263
3264 * trad-frame.c: Comment typo fix.
3265
3266 2003-08-20 Michael Snyder <msnyder@redhat.com>
3267 Kevin Buettner <kevinb@redhat.com>
3268
3269 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3270 (frv_frame_init_saved_regs): Add declaration.
3271 (frame_extra_info): Add new field ``saved_regs''.
3272 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3273 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3274 Update frame related code.
3275 (frv_extract_struct_value_address): Adjust formatting.
3276 * Makefile.in (frv-tdep.o): Update dependencies.
3277 * config/frv/tm-frv.h (target_insert_watchpoint)
3278 (target_remove_watchpoint, target_insert_hw_breakpoint)
3279 (target_remove_hw_breakpoint): Delete these macros.
3280 (remote_insert_watchpoint, remote_remove_watchpoint)
3281 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3282 these declarations.
3283
3284 2003-08-20 Michael Chastain <mec@shout.net>
3285
3286 * defs.h (ENUM_BITFIELD): New macro.
3287 * symtab.h (ENUM_BITFIELD): Use it.
3288 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3289
3290 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3291
3292 * MAINTAINERS (write after approval): Add myself.
3293
3294 2003-08-18 Andrew Cagney <cagney@redhat.com>
3295
3296 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3297 * gdbarch.h, gdbarch.c: Re-generate.
3298 * infcall.c (call_function_by_hand): Adjust the SP by
3299 frame_red_zone_size before allocating any stack space.
3300 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3301 * x86-64-tdep.c (x86_64_frame_align): New function.
3302 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3303
3304 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3305 Remove code adjusting SP so that it skips over the Red Zone.
3306
3307 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3308
3309 * NEWS (New native configurations): Mention FreeBSD/amd64.
3310
3311 2003-08-18 Andrew Cagney <cagney@redhat.com>
3312
3313 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3314 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3315 "m68k_frame_p".
3316 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3317
3318 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3319
3320 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3321
3322 2003-08-18 Michal Ludvig <mludvig@suse.cz>
3323
3324 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3325 Define.
3326 * i386-linux-nat.c: Include "linux-nat.h".
3327 (child_post_startup_inferior): New function.
3328
3329 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3330
3331 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3332 at the start of a frameless function. This probably fixes PR
3333 backtrace/1338.
3334
3335 2003-08-17 Michael Chastain <mec@shout.net>
3336
3337 * symfile.c (find_sym_fns): Remove special case for apollo target.
3338
3339 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3340
3341 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3342 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3343 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3344 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3345 (linux_supports_tracevforkdone): New function.
3346 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3347 TRACEVFORKDONE.
3348 (child_follow_fork): Handle vfork.
3349 (linux_handle_extended_wait): Likewise. Also handle exec.
3350 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3351 * NEWS: Mention fork tracing.
3352
3353 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3354
3355 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3356
3357 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3358
3359 * Makefile.in (i386-linux-nat.o): Update dependencies.
3360 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3361 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3362 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3363 * i386-linux-nat.c: Include "linux-nat.h".
3364 (child_post_startup_inferior): New function.
3365 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3366 * infptrace.c (kill_inferior): Wrap in #ifdef.
3367 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3368 attaching to each LWP.
3369 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3370 (init_lin_lwp_ops): Fill in some more operations.
3371 * linux-nat.h (linux_enable_event_reporting)
3372 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3373 prototypes.
3374 * linux-nat.c (linux_enable_event_reporting): New function.
3375 (child_post_attach, linux_child_post_startup_inferior)
3376 (child_post_startup_inferior, child_follow_fork)
3377 (linux_handle_extended_wait, kill_inferior): New functions.
3378
3379 2003-08-16 Andrew Cagney <cagney@redhat.com>
3380
3381 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3382 * gdbarch.h, gdbarch.c: Re-generate.
3383
3384 2003-08-16 Mark Kettenis <kettenis@gnu.org>
3385
3386 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3387
3388 2003-08-16 Andrew Cagney <cagney@redhat.com>
3389
3390 * NEWS: Mention that "set prompt-escape-char" was deleted.
3391 * top.c (get_prompt_1): Delete function.
3392 (gdb_prompt_escape):
3393 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3394 prompt-escape-char" command.
3395 (MAX_PROMPT_SIZE): Delete macro.
3396 (get_prompt): Simplify, do not call get_prompt_1.
3397
3398 2003-08-16 Andrew Cagney <cagney@redhat.com>
3399
3400 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3401 -Werror. -Wformat-nonliteral problems.
3402
3403 2003-08-15 J. Brobecker <brobecker@gnat.com>
3404
3405 Further multiarching work mostly for hppa64-*-hpux11:
3406 * hppa-tdep.h: New file.
3407 * hppa-tdep.c: #include hppa-tdep.c.
3408 (hppa32_num_regs): Renamed from hppa_num_regs.
3409 (hppa64_num_regs): New constant.
3410 (hppa64_call_dummy_breakpoint_offset): New constant.
3411 (hppa32_call_dummy_length): New constant.
3412 (hppa64_call_dummy_length): New constant.
3413 (hppa32_stack_align): Make name 32bit explicit.
3414 (hppa32_register_virtual_type): Likewise.
3415 (hppa32_extract_return_value): Likewise.
3416 (hppa32_use_struct_convention): Likewise.
3417 (hppa32_store_return_value): Likewise.
3418 (hppa64_register_virtual_type): New function.
3419 (hppa64_extract_return_value): New function.
3420 (hppa64_use_struct_convention): New function.
3421 (hppa64_store_return_value): New function.
3422 (hppa_frame_locals_address): Remove declaration, function does
3423 not exist anymore.
3424 (hppa_register_byte): Add support for PA64 ABI.
3425 (hppa_gdbarch_init): Add support for PA64 ABI.
3426 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3427 Make name 32bit explicit.
3428 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3429 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3430 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3431 (hppa64_hpux_frame_base_before_sigtramp): New function.
3432 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3433 * config/pa/tm-hppa64.h: Remove macros that are no longer
3434 necessary now that the gdbarch vector is properly setup.
3435 Transform some macros into function calls. Some minor cleanup.
3436 * config/pa/tm-hppah.h: Update function calls in macros
3437 following the function renaming in hppa-hpux-tdep.c.
3438 * Makefile.in (hppa_tdep_h): New variable.
3439 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3440
3441 2003-08-14 Michael Snyder <msnyder@redhat.com>
3442
3443 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3444
3445 2003-08-13 J. Brobecker <brobecker@gnat.com>
3446
3447 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3448 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3449 routine.
3450
3451 2003-08-13 Michael Snyder <msnyder@redhat.com>
3452
3453 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3454 (frv_saved_pc_after_call): Use deprecated ftype.
3455 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3456 (frv_remote_translate_xfer_address): Remove.
3457 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3458
3459 2003-08-13 J. Brobecker <brobecker@gnat.com>
3460
3461 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3462 initialization after the common gdbarch initialization, not before.
3463
3464 2003-08-13 J. Brobecker <brobecker@gnat.com>
3465
3466 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3467 (ADDR_BITS_REMOVE): Remove, redundant.
3468
3469 2003-08-13 J. Brobecker <brobecker@gnat.com>
3470
3471 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3472 gdbarch method to clear the 2 low bits of text addresses.
3473
3474 2003-08-12 Andrew Cagney <cagney@redhat.com>
3475
3476 * Makefile.in (dsrec.o): Update dependencies.
3477 * dsrec.c: Include "gdb_assert.h".
3478 (make_srec): Use snprintf instead of sprintf, use a literal format
3479 string.
3480
3481 2003-08-12 Andrew Cagney <cagney@redhat.com>
3482
3483 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3484 FRAME_OBSTACK_ZALLOC.
3485
3486 2003-08-12 Kevin Buettner <kevinb@redhat.com>
3487
3488 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3489 SSE registers.
3490
3491 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3492
3493 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3494 amd64fbsd_sc_reg_offset): Add extern declarations.
3495 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3496 declarations.
3497
3498 2003-08-11 Ben Elliston <bje@wasabisystems.com>
3499
3500 * MAINTAINERS (write after approval): Update my mail address.
3501
3502 2003-08-10 Andrew Cagney <cagney@redhat.com>
3503
3504 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3505
3506 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3507
3508 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3509 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3510 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3511 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3512 i386bsd_sc_reg_offset): Add extern declarations.
3513 * i386obsd-nat.c: Include "i386-tdep.h"
3514 (_initialize_i386obsd_nat): Remove extern declarations.
3515 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3516 declarations.
3517 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3518 declarations.
3519
3520 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3521 instead of frame_read_register.
3522 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3523 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3524 SP_REGNUM.
3525 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3526 instead of frame_unwind_unsigned_register. Use
3527 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3528 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3529 instead of read_register. Use builtin_type_void_data_ptr instead
3530 of builtin_type_void_func_ptr when extracting the address of the
3531 jmp_buf.
3532 (i386_extract_return_value, i386_store_return_value,
3533 i386_pseudo_register_read, i386_pseudo_register_write): Use
3534 register_size instead REGISTER_RAW_SIZE.
3535
3536 2003-08-10 Andrew Cagney <cagney@redhat.com>
3537
3538 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3539 sprintf. Make "name" constant.
3540
3541 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3542
3543 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3544 instead of frame_read_register.
3545 (i387_print_float_info): Use get_frame_register and
3546 get_frame_register_unsigned instead of frame_register_read.
3547
3548 * i386fbsd-nat.c: Include "i386-tdep.h".
3549 (child_resume): Make `eflags' an ULONGEST. Use
3550 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3551 instead of register_read and register_write.
3552
3553 * i386bsd-nat.c (fetch_inferior_registers,
3554 store_inferior_registers): Don't use && at the end of a line.
3555 (_initialize_i386bsd_nat): Fix typo.
3556
3557 * frame.c (_initialize_frame): Add missing backslash.
3558
3559 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3560 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3561 and supply_register instead of manipulating the register buffer
3562 directly.
3563
3564 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3565 * config/i386/nm-i386sol2.h
3566 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3567
3568 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3569 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3570 instructions that GCC likes to mingle into the prologue. Fixes
3571 gdb/1253 and gdb/1255.
3572
3573 2003-08-09 Andrew Cagney <cagney@redhat.com>
3574
3575 Fix GDB PR cli/926.
3576 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3577 * command.h (add_setshow_uinteger_cmd): Declare.
3578 * frame.c (set_backtrace_cmd): New function.
3579 (show_backtrace_cmd): New function.
3580 * frame.c (_initialize_frame): Replace "set/show
3581 backtrace-below-main" with "set/show backtrace past-main". Add
3582 command "set/show backtrace limit".
3583 (backtrace_past_main): Rename "backtrace_below_main".
3584 (backtrace_limit): New variable.
3585 (get_prev_frame): Update. Check the backtrace_limit.
3586
3587 2003-08-09 Andrew Cagney <cagney@redhat.com>
3588
3589 * defs.h (xstrprintf): Declare.
3590 * utils.c (xstrprintf): New function.
3591 * breakpoint.c (insert_breakpoints): Replace sprintf and
3592 non-literal format strings, with xstrprintf and cleanups.
3593 (delete_breakpoint,breakpoint_re_set): Ditto.
3594 (commands_command, insert_breakpoints): Ditto.
3595 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3596 (break_at_finish_command_1): Ditto.
3597
3598 2003-08-09 Andrew Cagney <cagney@redhat.com>
3599
3600 * MAINTAINERS (language support): List Adam Fedor as Objective C
3601 maintainer.
3602
3603 2003-08-08 J. Brobecker <brobecker@gnat.com>
3604
3605 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3606 are now multiarched.
3607
3608 2003-08-08 J. Brobecker <brobecker@gnat.com>
3609
3610 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3611 longer necessary now that hppa64 is partially multiarch'ed.
3612
3613 2003-08-08 Andrew Cagney <cagney@redhat.com>
3614
3615 * interps.c (interp_set): Check for a NULL "old_interp".
3616
3617 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3618
3619 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3620 (install-only): Support DESTDIR.
3621 (uninstall): Likewise.
3622 (install-gdbtk): Likewise.
3623
3624 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
3625
3626 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3627 contains something meaningful at all times.
3628
3629 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
3630
3631 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
3632
3633 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
3634
3635 * MAINTAINERS (write after approval): Added self.
3636
3637 2003-08-07 Andrew Cagney <cagney@redhat.com>
3638
3639 * inferior.h (AT_SYMBOL): Define.
3640 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3641 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3642 * mips-tdep.c (mips_call_dummy_address): Delete function.
3643 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3644 set call_dummy_address.
3645
3646 2003-08-07 Andrew Cagney <cagney@redhat.com>
3647
3648 * language.c (op_error): Delete function.
3649 (binop_type_check): Delete function.
3650 * language.h (type_op_error, range_op_error): Delete macros.
3651 (op_error): Delete declaration.
3652
3653 2003-08-07 Andrew Cagney <cagney@redhat.com>
3654
3655 * interps.h (INTERP_MI2, INTERP_MI3): Define.
3656
3657 2003-08-07 Michal Ludvig <mludvig@suse.cz>
3658
3659 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
3660 (x86_64_push_arguments): Skip the red zone.
3661
3662 2003-08-05 Andrew Cagney <cagney@redhat.com>
3663
3664 * reggroups.c (reggroup_next): Check for the final entry.
3665
3666 2003-08-04 Andrew Cagney <cagney@redhat.com>
3667
3668 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3669 * cli/cli-script.c (define_command): Call query directly, instead
3670 of passing it a buffer.
3671 * ocd.c (ocd_error): Pass error a constant format string.
3672 * remote-mips.c (mips_error): Use fputs_filtered.
3673
3674 * solib-svr4.c (_initialize_svr4_solib): Update
3675 register_gdbarch_data call.
3676 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3677
3678 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3679 (register_gdbarch_data): Delete "free" parameter. Update
3680 comments.
3681 * gdbarch.h, gdbarch.c: Re-generate.
3682 * reggroups.c (_initialize_reggroup): Update.
3683 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3684 * frame-base.c (_initialize_frame_base): Update.
3685 * frame-unwind.c (_initialize_frame_unwind): Update.
3686 * user-regs.c (_initialize_user_regs): Update.
3687 * remote.c (_initialize_remote): Update.
3688 * regcache.c (_initialize_regcache): Update.
3689
3690 * regcache.c (xfree_regcache_descr): Delete function.
3691 (_initialize_regcache): Update call to register_gdbarch_data.
3692 (init_regcache_descr, init_legacy_regcache_descr): Use
3693 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3694
3695 * remote.c (free_remote_state): Delete function.
3696 (_initialize_remote): Update register_gdbarch_data.
3697 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3698 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3699
3700 2003-08-04 Andrew Cagney <cagney@redhat.com>
3701
3702 * reggroups.c (struct reggroup_el): Define.
3703 (struct reggroups): Delete field "nr_group". Replace array
3704 "group" with a "first" to "last" linked list.
3705 (reggroups_init): Update. Allocate using gdbarch's obstack.
3706 (reggroups_free): Delete function.
3707 (add_group): Update. Add "el" parameter.
3708 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3709 (default_groups): Update.
3710 (reggroup_next): Replace reggroups.
3711 (reggroups_dump): Update.
3712 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3713 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3714 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3715
3716 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
3717
3718 * Makefile.in (tui-interp.o): Update dependencies.
3719
3720 2003-08-04 David Carlton <carlton@kealia.com>
3721
3722 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3723 to internal_error call.
3724 * source.c (forward_search_command): Add "%s" format argument.
3725 (reverse_search_command): Ditto.
3726 * top.c (quit_confirm): Ditto.
3727 * cli/cli-setshow.c (do_setshow_command): Ditto.
3728 * cp-valprint.c (cp_print_class_method): Replace
3729 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3730 (cp_print_class_member): Ditto.
3731 * event-top.c (command_line_handler): Ditto.
3732 * linux-proc.c (linux_info_proc_cmd): Ditto.
3733 * p-typeprint.c (pascal_type_print_base): Ditto.
3734 * p-valprint.c (pascal_object_print_class_method): Ditto.
3735 (pascal_object_print_class_member): Ditto.
3736 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3737 * remote.c (remote_cisco_section_offsets): Ditto.
3738 * top.c (command_line_input): Ditto.
3739 * utils.c (vwarning,error_stream,quit): Ditto.
3740 * valprint.c (print_floating,print_binary_chars)
3741 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3742
3743 2003-08-04 Andrew Cagney <cagney@redhat.com>
3744
3745 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3746
3747 2003-08-02 Andrew Cagney <cagney@redhat.com>
3748
3749 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3750 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3751 amd64fbsd-nat.c.
3752
3753 2003-08-02 Andrew Cagney <cagney@redhat.com>
3754
3755 * Makefile.in: Update all dependencies and definitions.
3756
3757 2003-08-02 Adam Fedor <fedor@gnu.org>
3758
3759 * linespec.c (is_objc_method_format): New function
3760 (decode_line_1, locate_first_half): Use it.
3761 Fixes PR objc/1298
3762
3763 2003-08-01 Andrew Cagney <cagney@redhat.com>
3764
3765 * NEWS: Mention that m32r is multi-arch.
3766 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3767 * configure.tgt: Recognize m32r-*-*.
3768 * config/m32r/tm-m32r.h: Delete file.
3769 * config/m32r/m32r.mt: New file.
3770 * m32r-rom.c (m32r_upload_command): Use hostent only when
3771 gethostname succeeds, in order to avoid a compilation
3772 warning.
3773 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3774 compiler warning.
3775
3776 2003-08-01 Michael Snyder <msnyder@redhat.com>
3777
3778 * sh-tdep.c (sh_frame_align): New gdbarch method.
3779 (sh_gdbarch_init): Set up frame_align method.
3780
3781 2003-07-31 Michael Snyder <msnyder@redhat.com>
3782
3783 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3784 which is already covered by the new frames infrastructure.
3785
3786 2003-07-31 Andrew Cagney <cagney@redhat.com>
3787
3788 * user-regs.c (struct user_reg): Add "next" link.
3789 (struct user_regs): Replace "user" with "first" and "last" links.
3790 (append_user_reg): Add pre-allocated "reg" parameter.
3791 (builtin_user_regs): Provide initial value for "last".
3792 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3793 (user_regs_init): Allocate memory from the gdbarch obstack.
3794 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3795 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3796 linked list.
3797 (usernum_to_user_reg): New function.
3798 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3799 (value_of_user_reg): Use usernum_to_user_reg.
3800 (user_regs_free): Delete function.
3801 (_initialize_user_regs): Update register_gdbarch_data call.
3802
3803 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
3804
3805 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3806
3807 2003-07-30 Michael Snyder <msnyder@redhat.com>
3808
3809 * value.h (value_being_returned): Add a struct_addr argument.
3810 * infcall.c (call_function_by_hand): Pass struct_addr to
3811 value_being_returned.
3812 * infcmd.c (print_return_value): Pass zero as struct_addr.
3813 * values.c (value_being_returned): If struct_addr is passed,
3814 use it instead of trying to recover it from the inferior.
3815
3816 2003-07-30 Kevin Buettner <kevinb@redhat.com>
3817
3818 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3819 the prologue analyzer won't need to attempt to extract the pc
3820 value from the woefully incomplete dummy frame.
3821 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3822 possible. Disable code which modifies the frame.
3823
3824 2003-07-28 Andrew Cagney <cagney@redhat.com>
3825
3826 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3827 to level 2.
3828 (annotate_breakpoints_table, annotate_record): Ditto.
3829 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3830 (annotate_field_name_end, annotate_field_value): Ditto.
3831 (annotate_field_end, annotate_frame_source_begin): Ditto.
3832 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3833 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3834 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3835 (annotate_frame_address_end, annotate_frame_address): Ditto.
3836 (annotate_frame_args, annotate_frame_end): Ditto.
3837 (annotate_frame_where, annotate_arg_begin): Ditto.
3838 (annotate_arg_name_end, annotate_arg_value): Ditto.
3839 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3840 (annotate_function_call, annotate_signal_name): Ditto.
3841 (annotate_signal_string, annotate_signal_name_end): Ditto.
3842 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3843 (annotate_value_begin, annotate_value_history_value): Ditto.
3844 (annotate_value_history_end, annotate_value_end): Ditto.
3845 (annotate_display_begin, annotate_display_number_end): Ditto.
3846 (annotate_display_format, annotate_display_expression): Ditto.
3847 (annotate_display_expression_end, annotate_display_value): Ditto.
3848 (annotate_display_end, annotate_array_section_begin): Ditto.
3849 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3850 (annotate_elt, annotate_array_section_end): Ditto.
3851
3852 2003-07-28 Andrew Cagney <cagney@redhat.com>
3853
3854 * regcache.c (struct regcache_descr): Update comments on
3855 nr_raw_registers.
3856 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3857 sizeof_raw_register_valid_p.
3858 (init_regcache_descr): Set nr_raw_registers and
3859 sizeof_raw_register_valid_p before calling
3860 init_legacy_regcache_descr.
3861
3862 2003-07-28 Andrew Cagney <cagney@redhat.com>
3863
3864 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3865 MOD NUM_REGS.
3866
3867 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
3868
3869 * thread.c (info_threads_command): Use get_selected_frame ().
3870 Check that there is at least one non-sentinel frame.
3871
3872 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3873
3874 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3875 (m68hc11_pop_frame): Remove.
3876 (m68hc11_frame_saved_pc): Remove.
3877 (m68hc11_frame_chain): Remove.
3878 (m68hc11_frame_init_saved_regs): Remove.
3879 (m68hc11_init_extra_frame_info): Remove.
3880 (m68hc11_store_struct_return): Remove.
3881 (m68hc11_saved_pc_after_call): Remove.
3882
3883 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3884
3885 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3886 frame unwind information.
3887 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3888 and adapted for frame unwinding.
3889 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3890 (m68hc11_unwind_pc): New function.
3891 (m68hc11_frame_unwind_cache): New function to analyze frames.
3892 (m68hc11_frame_this_id): New function to create new frame struct.
3893 (m68hc11_frame_prev_register): New function to unwind a register from
3894 the frame.
3895 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3896 (m68hc11_frame_p): New function for the above.
3897 (m68hc11_frame_base_address): New function to return fp of frame.
3898 (m68hc11_frame_args_address): Update for frame.
3899 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3900 (m68hc11_unwind_sp): New function.
3901 (m68hc11_unwind_dummy_id): New function.
3902 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3903 calls.
3904
3905 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3906
3907 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3908 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3909 when we are beyond the current pc.
3910
3911 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3912
3913 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3914 from m68hc11_push_arguments.
3915 (m68hc11_push_arguments): Remove.
3916 (m68hc11_push_return_address): Remove.
3917 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3918 handlers; remove deprecated_extra_stack_alignment_needed.
3919
3920 2003-07-27 Andrew Cagney <cagney@redhat.com>
3921
3922 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3923 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3924 REAL_PC and not the pointer.
3925 * hppa-hpux-tdep.c: Include frame.h
3926
3927 2003-07-27 Andrew Cagney <cagney@redhat.com>
3928
3929 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3930 GDB_MULTI_ACH_PARTIAL.
3931
3932 2003-07-27 Andrew Cagney <cagney@redhat.com>
3933
3934 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3935 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3936 operator at start and not end of line.
3937 (decode_prologue): Ditto.
3938 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3939 frame_unwind_register_unsigned instead of
3940 frame_unwind_unsigned_register.
3941 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3942 read_register.
3943 (m32r_push_dummy_call): Use register_size instead of
3944 REGISTER_RAW_SIZE.
3945 (m32r_frame_sniffer): Replace m32r_frame_p.
3946 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3947 * m32r-rom.c (report_transfer_performance): Delete extern
3948 declaration.
3949 (m32r_load, m32r_upload_command): Use print_transfer_performance
3950 instead of report_transfer_performance.
3951 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3952 / add_show_from_set.
3953
3954 2003-07-26 Andrew Cagney <cagney@redhat.com>
3955
3956 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3957 store_return_value and extract_struct_value_address.
3958
3959 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3960
3961 PR c++/1267
3962 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3963 NULL, default to the section containing PC.
3964
3965 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3966
3967 * NEWS: Mention "regs" deprecated for m68hc11 too.
3968
3969 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3970 (m68hc11_print_register): New function to print out one register.
3971 (m68hc11_print_registers_info): New function to print registers.
3972 (show_regs): Deprecate and use the above.
3973 (m68hc11_gdbarch_init): Install the print_registers_info.
3974
3975 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3976
3977 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3978 that we have a SIGTRAP before returning non-zero.
3979
3980 2003-07-23 Michal Ludvig <mludvig@suse.cz>
3981 Elena Zannoni <ezannoni@redhat.com>
3982
3983 * linespec.c (decode_line_2): Avoid crash if
3984 find_function_start_sal() returns empty record.
3985
3986 2003-07-23 Andreas Schwab <schwab@suse.de>
3987
3988 * ia64-tdep.c (ia64_print_insn): New function.
3989 (ia64_gdbarch_init): Set print_insn to it.
3990 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3991 deprecated_tm_print_insn_info.
3992
3993 2003-07-22 Michael Snyder <msnyder@redhat.com>
3994
3995 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3996 handle 8-bit returns (long long).
3997 (h8300h_extract_return_value): Ditto.
3998 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3999
4000 2003-07-22 Andrew Cagney <cagney@redhat.com>
4001
4002 * gdbarch.c Include "gdb_obstack.h".
4003 (struct gdbarch): Add an "obstack".
4004 (alloc_gdbarch_data): Allocate the gdbarch data using
4005 GDBARCH_OBSTACK_CALLOC.
4006 (free_gdbarch_data): Delete function.
4007 (gdbarch_obstack_zalloc): New function.
4008 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
4009 Assert that the architecture is not initialized.
4010 (gdbarch_alloc): Allocate an obstack, allocate the architecture
4011 vector from the obstack.
4012 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
4013 architecture obstack.
4014 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
4015 (set_gdbarch_data): Assert that the data is not initialized.
4016 (struct gdbarch_data): Delete member "free".
4017 (register_gdbarch_data): Do not initialize "free".
4018 * gdbarch.h, gdbarch.c: Re-generate.
4019
4020 2003-07-22 Andrew Cagney <cagney@redhat.com>
4021
4022 * configure.in (build_warnings): Add -Wformat-nonliteral.
4023 * configure: Re-generate.
4024
4025 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4026
4027 * dwarf2loc.c (locexpr_describe_location): Fix typos.
4028
4029 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4030
4031 * findvar.c (read_var_value): Remove case for thread local storage
4032 variables. It is now entirely handled by the dwarf2 location
4033 expression code.
4034 * printcmd.c (address_info): Ditto.
4035 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
4036 enumeration value.
4037 (struct symbol): Remove objfile field, which was used by
4038 LOC_THREAD_LOCAL_STATIC only.
4039 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
4040 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
4041 usage of objfile pointer.
4042 * dwarf2loc.c (locexpr_describe_location): Add case to handle
4043 thread local variables.
4044 Add include of objfiles.h.
4045 * dwarf2expr.c (execute_stack_op): Add comments about thread local
4046 storage variables.
4047 * Makefile.in (dwarf2loc.o): Update dependencies.
4048
4049 2003-07-22 Andrew Cagney <cagney@redhat.com>
4050
4051 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
4052 get_frame_base.
4053 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
4054 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
4055 (struct value): Add opaque declaration.
4056 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
4057
4058 2003-07-21 Andrew Cagney <cagney@redhat.com>
4059
4060 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4061 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
4062
4063 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4064
4065 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4066 regcache_cooked_read_unsigned instead of read_register.
4067 (m68hc11_saved_pc_after_call): Likewise.
4068 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
4069 instead of write_register.
4070 (m68hc11_register_type): New function.
4071 (m68hc11_register_virtual_type): Remove.
4072 (m68hc11_store_return_value): Convert to use the regcache.
4073 (m68hc11_extract_struct_value_address): Likewise.
4074 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
4075 m68hc11_register_type; undeprecate store_return_value and
4076 extract_struct_value_address.
4077
4078 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4079
4080 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
4081 and translate to use regcache.
4082 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
4083
4084 2003-07-18 Andrew Cagney <cagney@redhat.com>
4085
4086 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
4087 * gdbarch.h, gdbarch.c: Re-generate.
4088 * i386-tdep.c (i386_gdbarch_init): Do not set
4089 DWARF2_BUILD_FRAME_INFO.
4090 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
4091 unconditionally.
4092 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
4093 DWARF2_BUILD_FRAME_INFO.
4094
4095 2003-07-18 Andrew Cagney <cagney@redhat.com>
4096
4097 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4098 * disasm.c (gdb_disassemble_info): Initilize di.arch.
4099
4100 2003-07-18 Andrew Cagney <cagney@redhat.com>
4101
4102 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
4103 frame_unwind_address_in_block, instead of frame_pc_unwind.
4104 (dwarf2_frame_cache): Ditto.
4105
4106 2003-07-18 Andrew Cagney <cagney@redhat.com>
4107
4108 * user-regs.h (struct gdbarch): Declare opaque.
4109 * ui-out.h (struct ui_file): Declare opaque.
4110 * dwarf2-frame.h (struct frame_info): Declare opaque.
4111
4112 2003-07-18 Kris Warkentin <kewarken@qnx.com>
4113
4114 * nto-procfs.c: Clean ARI hits. Change #include <..> to
4115 #include "...".
4116 (procfs_meminfo): Change strerror to safe_strerror.
4117 (procfs_can_run): Remove K&R badness.
4118
4119 2003-07-17 Michael Snyder <msnyder@redhat.com>
4120
4121 * remote-sim.c: Comment typo fix.
4122
4123 2003-07-17 Andrew Cagney <cagney@redhat.com>
4124
4125 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
4126 configure.
4127 * sparc-tdep.c (sparc_intreg_size): Make non-static.
4128 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4129 GDB_MULTI_ARCH_PARTIAL.
4130
4131 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
4132
4133 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4134 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
4135 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4136
4137 2003-07-16 Theodore A. Roth <troth@openavr.org>
4138
4139 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4140 found.
4141 (avr_frame_unwind_cache): Don't unwind FP for main.
4142 Update a comment.
4143 Save the computed prev_sp.
4144 (avr_saved_regs_unwinder): Remove function.
4145 (avr_frame_prev_register): Use PC unwind logic from
4146 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4147
4148 2003-07-16 Andrew Cagney <cagney@redhat.com>
4149
4150 * frame-base.h (frame_base_p_ftype): Delete definition.
4151 (frame_base_append_predicate): Delete declaration.
4152 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4153 (frame_unwind_append_predicate): Delete declaration.
4154 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4155 (append_predicate): Delete parameter "p".
4156 (frame_unwind_append_predicate): Delete function.
4157 (frame_unwind_append_sniffer): Update call to append_predicate.
4158 (frame_unwind_free): Delete function.
4159 (_initialize_frame_unwind): Pass NULL as "free" to
4160 register_gdbarch_data.
4161 (frame_unwind_init): Append the dummy_frame_sniffer.
4162 (frame_unwind_find_by_frame): Simplify.
4163 * frame-base.c (struct frame_base_table): Delete field "p".
4164 (append_predicate): Delete parameter "p".
4165 (frame_base_append_predicate): Delete function.
4166 (frame_base_append_sniffer): Update call to append_predicate.
4167 (frame_base_free): Delete function.
4168 (frame_base_find_by_frame): Simplify.
4169 (_initialize_frame_base): Pass NULL as "free" to
4170 register_gdbarch_data.
4171 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4172 (x86_64_sigtramp_frame_sniffer): Replace
4173 "x86_64_sigtramp_frame_p".
4174 (x86_64_init_abi): Set the frame unwind sniffers.
4175 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4176 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4177 (m68k_gdbarch_init): Set the frame unwind sniffers.
4178 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4179 "i386_sigtramp_frame_p".
4180 (i386_frame_sniffer): Replace "i386_frame_p".
4181 (i386_gdbarch_init): Set the frame unwind sniffers.
4182 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4183 (avr_gdbarch_init): Set the frame unwind sniffers.
4184 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4185 "alpha_sigtramp_frame_p"
4186 (alpha_heuristic_frame_sniffer): Replace
4187 "alpha_heuristic_frame_p".
4188 (alpha_gdbarch_init): Set the frame unwind sniffers.
4189 (alpha_dwarf2_init_abi): Ditto.
4190 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4191 "alpha_debug_frame_p".
4192 (alpha_mdebug_frame_base_sniffer): Replace
4193 "alpha_mdebug_frame_base_p".
4194 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4195 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4196 (d10v_gdbarch_init): Set the frame unwind sniffer.
4197 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4198 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4199 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4200 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4201 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4202 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4203
4204 2003-07-16 Michael Snyder <msnyder@redhat.com>
4205
4206 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4207 should go thru sh_dsp_register_sim_regno, else the dsp regs
4208 will not get the right values.
4209
4210 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4211
4212 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4213 deprecated_store_floating by call to store_typed_floating.
4214 (sh_sh4_register_convert_to_raw): Substitute call to
4215 deprecated_extract_floating by call to extract_typed_floating.
4216
4217 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4218
4219 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4220
4221 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4222
4223 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4224 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4225 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4226 as possible.
4227 (do_pseudo_register): Remove.
4228 (sh_push_dummy_code): New function.
4229 (sh64_store_struct_return): Rename from sh_store_struct_return.
4230 Only called for sh64 now.
4231 (sh_extract_struct_value_address): Regcache'ify.
4232 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4233 and accomodate new tasks.
4234 (sh64_push_return_address): Rename from sh_push_return_address.
4235 Only called for sh64 now.
4236 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4237 Regcache'ify.
4238 (sh3e_sh4_extract_return_value): Regcache'ify.
4239 (sh_default_store_return_value): Ditto.
4240 (sh3e_sh4_store_return_value): Ditto.
4241 (sh_default_register_byte): Remove.
4242 (sh_sh4_register_byte): Remove.
4243 (sh_default_register_raw_size): Remove.
4244 (sh_sh4_register_raw_size): Remove.
4245 (sh_register_virtual_size): Remove.
4246 (sh_sh3e_register_virtual_type): Remove.
4247 (sh_sh3e_register_type): New function.
4248 (sh_sh4_register_virtual_type): Remove.
4249 (sh_sh4_register_type): New function.
4250 (sh_default_register_virtual_type): Remove.
4251 (sh_default_register_type): New function.
4252 (do_fv_register_info): Add parameters to accomodate call from
4253 sh_print_registers_info.
4254 (do_dr_register_info): Ditto.
4255 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4256 Add parameters to accomodate call from sh_print_registers_info.
4257 (sh_do_fp_register): Ditto.
4258 (sh64_do_pseudo_register): Call do_dr_register_info,
4259 do_fv_register_info and sh_do_fp_register with default parameters.
4260 (sh_do_register): Add parameters to accomodate call from
4261 sh_print_registers_info.
4262 (sh_print_register): Ditto.
4263 (sh_print_registers_info): Rename from sh_do_registers_info.
4264 Add parameters to be used as gdbarch_print_registers_info
4265 implementation. Accomodate removed do_pseudo_register function
4266 pointer.
4267 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4268 function pointer. Call sh_print_register with default parameters.
4269 (sh64_do_registers_info): Call sh_print_registers_info instead of
4270 sh_do_registers_info.
4271 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4272 detection of deprecated vs. non-deprecated functionality.
4273 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4274 function pointer assignments by direct function calls.
4275
4276 2003-07-15 Andrew Cagney <cagney@redhat.com>
4277
4278 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4279 (frame_register_unwind, create_new_frame): Ditto.
4280 (legacy_get_prev_frame, get_frame_type): Ditto.
4281 (get_frame_base_address): Use frame_base_find_by_frame.
4282 (get_frame_locals_address): Use frame_base_find_by_frame.
4283 (get_frame_args_address): Use frame_base_find_by_frame.
4284 * frame-base.h (frame_base_sniffer_ftype): Declare.
4285 (frame_base_append_sniffer): Declare.
4286 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4287 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4288 (frame_base_append_sniffer): New function.
4289 (frame_base_append_predicate): Add a NULL sniffer.
4290 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4291 (struct frame_base_table): Add "sniffer".
4292 (frame_base_free): Free the "sniffer" table.
4293 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4294 (frame_unwind_append_sniffer): Declare.
4295 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4296 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4297 (struct frame_unwind_table): Add "sniffer", delete "middle".
4298 (append_predicate): Add "sniffer" parameter, append the sniffer.
4299 (frame_unwind_init): Update append_predicate call.
4300 (frame_unwind_append_sniffer): New function.
4301 (frame_unwind_append_predicate): Update append_predicate call.
4302 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4303
4304 2003-07-15 Andrew Cagney <cagney@redhat.com>
4305
4306 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4307 before code inhibiting repeated unwind attempts. Add to
4308 commentary on that test's problems.
4309 * blockframe.c (inside_main_func): Look for "main" in the minimal
4310 symbol table.
4311 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4312 identical.
4313
4314 2003-07-15 Andrew Cagney <cagney@redhat.com>
4315
4316 * complaints.c (struct explanation): Define.
4317 (struct complaints): Change type of "explanation" to "struct
4318 explanation".
4319 (symfile_explanations): Convert to a "struct explanation" table.
4320 (vcomplaint): Update.
4321
4322 2003-07-15 Michal Ludvig <mludvig@suse.cz>
4323
4324 * x86-64-linux-nat.c (regmap): Removed.
4325 (supply_gregset, fill_gregset): Call
4326 x86_64_linux_(fill,supply)_gregset functions.
4327 * x86-64-linux-tdep.c (USER_*): New defines.
4328 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4329 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4330 New functions.
4331 (fetch_core_registers): Ditto.
4332 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4333 * x86-64-linux-tdep.h: New file.
4334 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4335 and core-regset.o.
4336 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4337
4338 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4339
4340 * x86-64-tdep.c (x86_64_store_return_value): Use
4341 regcache_cooked_write_part instead of regcache_cooked_write.
4342
4343 * configure.host: Add x86_64-*-freebsd*.
4344 * configure.tgt: Add x86_64-*-freebsd*.
4345 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4346 * amd64fbsd-nat.c: New file.
4347 * amd64fbsd-tdep.c: New file.
4348 * config/i386/nm-fbsd64.h: New file.
4349 * config/i386/fbsd64.mh: New file.
4350 * config/i386/fbsd64.mt: New file.
4351
4352 2003-07-11 Mark Kettenis <kettenis@gnu.org>
4353
4354 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4355 `sc_regs_offset' and `sc_fpregs_offset'.
4356 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4357 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4358 (alpha_sigtramp_register_address): Rewrite to use new members of
4359 `struct gdbarch_tdep'.
4360 (alpha_gdbarch_init): Initialize new members of struct
4361 gdbarch_tdep'.
4362 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4363 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4364 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4365 (alphafbsd_pc_in_sigtramp): Implement.
4366 (alphafbsd_sigtramp_offset): New function.
4367 (alphafbsd_sigcontext_addr): New function.
4368 (alphafbsd_init_abi): Initialize signal trampoline related members
4369 of `struct gdbarch_tdep'.
4370 (_initialize_alphafbsd_tdep): Add prototype.
4371
4372 2003-07-11 Theodore A. Roth <troth@openavr.org>
4373
4374 * Makefile.in (install-only): Quote sed expression when generating
4375 transformed_name.
4376
4377 2003-07-11 Richard Henderson <rth@redhat.com>
4378
4379 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4380 * dwarf2-frame.c: Include complaints.h.
4381 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4382 variable initialization; return NULL on error.
4383 (decode_frame_entry): New.
4384
4385 2003-07-11 Andrew Cagney <cagney@redhat.com>
4386
4387 * frame.h (frame_address_in_block): Delete declaration.
4388 * blockframe.c (frame_address_in_block): Delete function.
4389 (get_frame_block): Use get_frame_address_in_block.
4390 (block_innermost_frame): Ditto.
4391 * stack.c (print_frame, backtrace_command_1): Ditto.
4392
4393 * frame.h (get_frame_address_in_block): Declare.
4394 (frame_unwind_address_in_block): Declare.
4395 * frame.c (frame_unwind_address_in_block): New function.
4396 (get_frame_address_in_block): New function.
4397
4398 2003-07-10 Andrew Cagney <cagney@redhat.com>
4399
4400 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4401 pre-default. Note: re-generate has no effect.
4402
4403 2003-07-10 Andrew Cagney <cagney@redhat.com>
4404
4405 * gdbarch.sh: When a variable, but not a function, compare against
4406 0. Fix problem in previous patch.
4407 * gdbarch.c: Re-generate.
4408
4409 2003-07-10 Andrew Cagney <cagney@redhat.com>
4410
4411 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4412 functions against NULL, not 0.
4413 * gdbarch.c: Re-generate.
4414
4415 2003-07-10 Fred Fish <fnf@ninemoons.com>
4416
4417 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4418 null string instead of a null pointer.
4419 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4420
4421 2003-07-09 Michael Snyder <msnyder@redhat.com>
4422
4423 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4424
4425 2003-07-09 Mark Kettenis <kettenis@gnu.org>
4426
4427 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4428 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4429 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4430 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4431 * x86-64-tdep.c: ... from here.
4432
4433 2003-07-09 Andreas Schwab <schwab@suse.de>
4434
4435 * m68k-tdep.h (enum struct_return): Define.
4436 (struct gdbarch_tdep): Add struct_return.
4437 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4438 bytes are padded to the right, not to the left. Pass struct value
4439 address in register %a1, not on stack.
4440 (m68k_use_struct_convention): New function.
4441 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4442 struct_return in tdep to pcc_struct_return.
4443 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4444 reg_struct_return.
4445
4446 2003-07-09 Joel Brobecker <brobecker@gnat.com>
4447
4448 * somread.c (som_symfile_offsets): Fix compilation error.
4449
4450 2003-07-09 Andrew Cagney <cagney@redhat.com>
4451
4452 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4453 Add comments about the checks.
4454
4455 2003-07-08 Andrew Cagney <cagney@redhat.com>
4456
4457 * Makefile.in: Make dependency section headers consistent.
4458 (config_h): Move to $BUILD headers section.
4459 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4460 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4461 (ada-exp.tab.c): Move to YACC/LEX section.
4462 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4463 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4464
4465 2003-07-08 Kris Warkentin <kewarken@qnx.com>
4466
4467 * nto-procfs.c: Cleaned up a bunch of ARI hits.
4468 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4469 of strerror with safe_strerror, use ISO C function definitions,
4470 and replace instances of sprintf with snprintf.
4471
4472 2003-07-07 Andrew Cagney <cagney@redhat.com>
4473
4474 * frame.c (get_prev_frame): Enable check for identical frames.
4475 Update comments. Update error messages.
4476
4477 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4478
4479 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4480
4481 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4482
4483 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4484 sort_symtab_syms, no longer necessary.
4485
4486 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4487
4488 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4489
4490 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4491
4492 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4493 (mips_register_byte): Likewise.
4494
4495 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4496
4497 * Makefile.in (sparc_tdep_h): New.
4498 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4499 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4500 * sparc-linux-nat.c: Include "sparc-tdep.h".
4501 * sparc-nat.c: Likewise.
4502 * sparc-tdep.c: Likewise.
4503 * sparc64nbsd-nat.c: Likewise.
4504 * sparcnbsd-nat.c: Likewise.
4505 * sparcnbsd-tdep.c: Likewise.
4506 * sparc-tdep.h: New file.
4507 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4508 and sparc_npc_regnum.
4509
4510 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4511
4512 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4513 (mips_linux_cannot_store_register): List supported instead of
4514 unsupported registers.
4515
4516 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4517
4518 * disasm.c (dump_insns): Separate instructions from addresses.
4519
4520 2003-07-07 Andreas Schwab <schwab@suse.de>
4521
4522 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4523 dependencies.
4524 * m68k-tdep.c (NUM_FREGS): Delete.
4525 (SIG_PC_FP_OFFSET): Delete.
4526 (TARGET_M68K): Delete.
4527 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4528 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4529 P_MOVEL_SP, P_MOVEML_SP): Define.
4530 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4531 P_TRAP): Delete.
4532 (m68k_register_raw_size): Delete.
4533 (m68k_register_virtual_size): Delete.
4534 (m68k_register_type): Renamed from m68k_register_virtual_type and
4535 add gdbarch argument.
4536 (m68k_store_struct_return): Delete.
4537 (m68k_deprecated_extract_return_value): Delete.
4538 (m68k_deprecated_extract_struct_value_address): Delete.
4539 (m68k_frame_chain): Delete.
4540 (m68k_frame_saved_pc): Delete.
4541 (m68k_fix_call_dummy): Delete.
4542 (m68k_push_dummy_frame): Delete.
4543 (m68k_pop_frame): Delete.
4544 (m68k_extract_return_value): New function.
4545 (m68k_store_return_value): Rewrite using regcache.
4546 (m68k_extract_struct_value_address): Rewrite using regcache.
4547 (m68k_push_dummy_call): New function.
4548 (struct m68k_frame_cache): Define.
4549 (m68k_alloc_frame_cache): New function.
4550 (m68k_analyze_frame_setup): New function.
4551 (m68k_analyze_register_saves): New function.
4552 (m68k_analyze_prologue): New function.
4553 (m68k_skip_prologue): Rewrite using above functions.
4554 (m68k_unwind_pc): New function.
4555 (m68k_frame_cache): New function.
4556 (m68k_frame_this_id): New function.
4557 (m68k_frame_prev_register): New function.
4558 (m68k_frame_unwind): New variable.
4559 (m68k_frame_p): New function.
4560 (m68k_sigtramp_frame_cache): New function.
4561 (m68k_sigtramp_frame_this_id): New function.
4562 (m68k_sigtramp_frame_prev_register): New function.
4563 (m68k_sigtramp_frame_unwind): New variable.
4564 (m68k_sigtramp_frame_p): New function.
4565 (m68k_frame_base_address): New function.
4566 (m68k_frame_base): New function.
4567 (m68k_unwind_dummy_id): New function.
4568 (fill_gregset): Use regcache_collect.
4569 (fill_fpregset): Likewise.
4570 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4571 defined.
4572 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4573 deprecated_init_frame_pc, deprecated_store_struct_return,
4574 deprecated_extract_return_value, deprecated_store_return_value,
4575 deprecated_frame_chain, deprecated_frame_saved_pc,
4576 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4577 deprecated_register_virtual_size,
4578 deprecated_max_register_raw_size,
4579 deprecated_max_register_virtual_size,
4580 deprecated_register_virtual_type, deprecated_register_size,
4581 deprecated_register_byte, deprecated_register_bytes,
4582 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4583 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4584 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4585 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4586 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4587 deprecated_push_dummy_frame, deprecated_pop_frame,
4588 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4589 only if SYSCALL_TRAP is defined. Set extract_return_value,
4590 store_return_value, extract_struct_value_address, register_type,
4591 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4592 predicates.
4593 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4594 M68K_MAX_REGISTER_SIZE): Define.
4595 (struct m68k_sigtramp_info): Define.
4596 (struct gdbarch_tdep): Add get_sigtramp_info.
4597 * m68klinux-nat.c (fetch_register): Use register_size instead of
4598 REGISTER_RAW_SIZE. Don't put assignment in if.
4599 (store_register): Likewise.
4600 (fetch_inferior_registers): Likewise.
4601 (store_inferior_registers): Likewise.
4602 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4603 (m68k_linux_frame_saved_pc): Delete.
4604 (m68k_linux_sigcontext_reg_offset,
4605 m68k_linux_ucontext_reg_offset): Define.
4606 (m68k_linux_get_sigtramp_info): New function.
4607 (m68k_linux_extract_return_value): Rewrite using regcache.
4608 (m68k_linux_store_return_value): Likewise.
4609 (m68k_linux_extract_struct_value_address): Likewise.
4610 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4611 Don't set deprecated_frame_saved_pc,
4612 deprecated_extract_return_value, deprecated_store_return_value,
4613 deprecated_extract_struct_value_address. Set
4614 extract_return_value, store_return_value,
4615 extract_struct_value_address.
4616
4617 2003-07-07 Andrew Cagney <cagney@redhat.com>
4618
4619 * expprint.c: Include "user-regs.h" instead of "frame.h".
4620 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4621 frame_map_regnum_to_name.
4622 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4623 (frame_map_name_to_regnum): Simplify, call
4624 user_reg_map_name_to_regnum.
4625 (frame_map_regnum_to_name): Simplify, call
4626 user_reg_map_regnum_to_name.
4627 (frame_register_unwind): Update.
4628 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4629 (_initialize_frame_reg): Call user_reg_add_builtin.
4630 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4631 (value_of_register): Use value_of_user_reg.
4632 * eval.c (evaluate_subexp_standard): Update.
4633 * parse.c (write_dollar_variable): Update.
4634 * d10v-tdep.c (d10v_print_registers_info): Update.
4635 * infcmd.c (registers_info): Update.
4636 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4637 (builtin_regs_h): Delete macro.
4638 (user_regs_h): Define.
4639 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4640 (builtin-regs.o): Delete target.
4641 (user-regs.o): Specify dependencies.
4642 (expprint.o): Update dependencies.
4643 (findvar.o): Update dependencies.
4644 (frame.o): Update dependencies.
4645 (std-regs.o): Update dependencies.
4646
4647 2003-07-06 Christopher Faylor <cgf@redhat.com>
4648
4649 * win32-nat.c (solib_symbols_add): Use one variable for all section
4650 address stuff. Pass variable rather than address of variable to
4651 safe_symbol_file_add.
4652
4653 2003-07-06 Andreas Schwab <schwab@suse.de>
4654
4655 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
4656
4657 2003-07-04 Joel Brobecker <brobecker@gnat.com>
4658
4659 * rs6000-nat.c (vmap_symtab): Fix compilation error.
4660
4661 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4662
4663 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
4664
4665 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4666
4667 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
4668 * config/i386/nto.mh: New file.
4669 * config/i386/nm-nto.h: New file.
4670 * configure.host: Add i[3456]86-*-nto*.
4671
4672 2003-07-03 Joel Brobecker <brobecker@gnat.com>
4673
4674 * remote-vx.c (vx_add_symbols): Fix compilation error.
4675
4676 2003-07-03 Andrew Cagney <cagney@redhat.com>
4677
4678 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4679 * gdbarch.h, gdbarch.c: Re-generate.
4680 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4681 (legacy_register_name): Declare.
4682 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4683 (REGISTER_NAME): Define.
4684 * sparc-tdep.c (legacy_register_name): New function.
4685 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4686 (REGISTER_NAME): Define.
4687 (hppa64_register_name): Declare.
4688 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4689 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4690 (hppa64_register_name): New function.
4691 (hppa_register_name): New function.
4692 * arch-utils.c (legacy_register_name): Delete.
4693 * arch-utils.h (legacy_register_name): Delete.
4694
4695 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
4696
4697 * cli/cli-interp.c (cli_interpreter_resume): Update the
4698 cli_uiout's stream to gdb_stdout.
4699
4700 2003-07-03 Andrew Cagney <cagney@redhat.com>
4701
4702 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4703 predicate.
4704 * gdbarch.h, gdbarch.c: Re-generate.
4705 * regcache.c (init_regcache_descr): Use legacy code when either
4706 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4707
4708 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4709
4710 * NEWS: Move "set logging" entry into GDB 6.0 section.
4711
4712 2003-07-02 Jim Blandy <jimb@redhat.com>
4713
4714 * s390-tdep.c (struct frame_extra_info): new member:
4715 'stack_bought_valid'.
4716 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4717 initialize fextra_info->stack_bought.
4718 (s390_frameless_function_invocation): Don't trust the value of
4719 fextra_info_ptr->stack_bought unless
4720 fextra_info->stack_bought_valid is set.
4721
4722 New S390 prologue analyzer.
4723 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4724 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4725 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4726 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4727 compute_x_addr, s390_on_stack, s390_store,
4728 s390_get_signal_frame_info): New functions.
4729 (S390_NUM_SPILL_SLOTS): New macro.
4730 (s390_get_frame_info): Rewritten.
4731 (is_arg_reg): Deleted.
4732
4733 Break out the decoding of S/390 instructions into separate
4734 functions, to make it more legible, and easier to check
4735 against the spec.
4736 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4737 is_rx, is_rxe): New functions.
4738 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4739 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4740 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4741 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4742 enums for opcode values. (Is this an improvement?)
4743
4744 2003-07-02 Andrew Cagney <cagney@redhat.com>
4745
4746 * i386-tdep.c: Revert change committed as part of trad-frame code
4747 below.
4748
4749 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4750
4751 * breakpoint.c (insert_catchpoint): Make static.
4752
4753 2003-07-02 Andreas Schwab <schwab@suse.de>
4754
4755 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4756 former ia64_push_arguments and ia64_push_return_address, and use
4757 regcache functions instead of read/write_register.
4758 (ia64_gdbarch_init): Set push_dummy_call instead of
4759 deprecated_push_arguments and deprecated_push_return_address.
4760
4761 2003-07-01 Andreas Jaeger <aj@suse.de>
4762
4763 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4764 before the call.
4765 Set %rax only to number of SSE registers used.
4766
4767 2003-07-01 Andrew Cagney <cagney@redhat.com>
4768
4769 * trad-frame.h: Update comments, a -1 .addr is reserved.
4770 (trad_frame_value_p, trad_frame_addr_p): Declare.
4771 (trad_frame_reg_p): Declare.
4772 (trad_frame_set_value): Rename trad_frame_register_value.
4773 (trad_frame_set_unknown): Declare.
4774 * trad-frame.c (trad_frame_realreg_p): New function.
4775 (trad_frame_addr_p, trad_frame_value_p): New function.
4776 (trad_frame_set_unknown): New function.
4777 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4778 (trad_frame_prev_register): Use trad_frame_realreg_p,
4779 trad_frame_addr_p and trad_frame_value_p.
4780 (trad_frame_set_value): Rename trad_frame_register_value.
4781 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4782 and trad_frame_set_value.
4783
4784 2003-06-30 Jim Blandy <jimb@redhat.com>
4785
4786 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4787 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4788 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4789 for 16 registers, and then 32 more bytes.
4790 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4791 New macros.
4792 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4793 Move up in the file, since it's now used by is_simple_arg.
4794 (is_simple_arg): Don't assume registers are four bytes long.
4795 Exclude all double arguments. Extended floats are not simple
4796 args.
4797 (is_power_of_two): New function.
4798 (pass_by_copy_ref): Call is_power_of_two, and check that the
4799 length fits in a register, rather than listing all the acceptable
4800 sizes. Extended floats are not passed by reference.
4801 (s390_push_arguments): Don't assume registers are four bytes long.
4802 Reserve an argument register to point to the buffer for structures
4803 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4804 S390_STACK_FRAME_OVERHEAD.
4805
4806 2003-06-30 Andreas Schwab <schwab@suse.de>
4807
4808 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4809 format error message.
4810
4811 2003-06-30 Joel Brobecker <brobecker@gnat.com>
4812
4813 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4814
4815 2003-06-30 David Carlton <carlton@kealia.com>
4816
4817 Band-aid for PR c++/1245.
4818 * Makefile.in (cp-support.o): Depend on complaints_h.
4819 * cp-support.c: Include complaints.h. Add declaration for
4820 find_last_component.
4821 (cp_find_first_component): Separate code into
4822 cp_find_first_component_aux.
4823 (cp_find_first_component_aux): Call demangled_name_complaint.
4824 (demangled_name_complaint): New.
4825
4826 2003-06-30 Andrew Cagney <cagney@redhat.com>
4827
4828 * remote.c (remote_write_bytes): Explicitly compute and then use
4829 the payload size. Update comments to reflect. Fixes problem of
4830 GDB not sending small packets as found by Fred Fish.
4831
4832 2003-06-30 Andrew Cagney <cagney@redhat.com>
4833
4834 * remote.c (remote_async_wait): Fix -Wformat problem.
4835
4836 2003-06-29 Andrew Cagney <cagney@redhat.com>
4837
4838 * remote.c (remote_wait): Call error, and not warning, when the
4839 packet is corrupt.
4840 (remote_async_wait): Ditto.
4841
4842 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4843
4844 * sparc-tdep.c (sparc_y_regnum): Make external again.
4845
4846 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4847
4848 * cli/cli-logging.c (pop_output_files): Add void to function
4849 definition.
4850
4851 2003-06-29 Andrew Cagney <cagney@redhat.com>
4852
4853 * frame.c (frame_register_unwind): Use unsigned char when dumping
4854 the buffer contents.
4855
4856 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
4857
4858 * cli/cli-logging.c: New file.
4859 * cli-out.c (struct ui_out_data): Add original_stream.
4860 (cli_redirect): New function.
4861 (cli_ui_out_impl): Add cli_redirect.
4862 (cli_out_new): Initialize original_stream.
4863 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4864 (uo_redirect, ui_out_redirect): New.
4865 * ui-out.h (struct ui_out_impl): Add redirect member.
4866 (redirect_ftype): New.
4867 (ui_out_redirect): Add prototype.
4868 * Makefile.in: Add rules for cli-logging.c.
4869 * NEWS: Mention "set logging".
4870
4871 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4872
4873 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4874
4875 2003-06-27 Andrew Cagney <cagney@redhat.com>
4876
4877 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4878 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4879 * avr-tdep.c (avr_call_dummy_address): Delete function.
4880 (avr_gdbarch_init): Do not set call_dummy_address.
4881
4882 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4883
4884 * symfile.c (syms_from_objfile): Move variables to inner block.
4885 Move the checks for the non-mainline case a bit earlier to avoid
4886 doing some useless computations.
4887
4888 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4889
4890 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4891
4892 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4893
4894 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4895 sections.
4896
4897 2003-06-26 Michael Chastain <mec@shout.net>
4898
4899 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4900 gdb/testsuite/gdb.c++/pr-1210.exp.
4901
4902 2003-06-26 Andrew Cagney <cagney@redhat.com>
4903
4904 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4905 altivec_expression.h and altivec_registers.h.
4906
4907 2003-06-26 Andrew Cagney <cagney@redhat.com>
4908
4909 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4910 info->mach when MIPS16. Patch suggested by Fred Fish.
4911
4912 2003-06-26 Andrew Cagney <cagney@redhat.com>
4913
4914 * utils.c (internal_vproblem): Print the problem to a reason
4915 buffer and then pass to query. Make the msg variable more local.
4916
4917 2003-06-26 Andrew Cagney <cagney@redhat.com>
4918
4919 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4920 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4921 * gdbarch.h, gdbarch.c: Re-generate.
4922 * frame-base.c (default_frame_args_address): Update. Use
4923 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4924 not available.
4925 (default_frame_locals_address): Ditto for
4926 DEPRECATED_FRAME_LOCALS_ADDRESS.
4927 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4928 (vax_frame_num_args): Update.
4929 (vax_gdbarch_init): Update.
4930 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4931 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4932 * mcore-tdep.c (mcore_gdbarch_init): Update.
4933 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4934 * ia64-tdep.c (ia64_gdbarch_init): Update.
4935 * symtab.h (address_class): Update comments.
4936 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4937 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4938 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4939 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4940 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4941 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4942 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4943 * alpha-mdebug-tdep.c: Update.
4944 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4945
4946 2003-06-26 Andreas Jaeger <aj@suse.de>
4947
4948 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4949 of SSE registers so that varargs functions work. Rework handling
4950 of passing arguments on the stack.
4951 (x86_64_store_return_value): Return double and float values in SSE
4952 register.
4953
4954 2003-06-24 Michael Chastain <mec@shout.net>
4955
4956 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4957 the "constructor breakpoints ignored" bug.
4958
4959 2003-06-25 David Carlton <carlton@kealia.com>
4960
4961 * MAINTAINERS: Update e-mail address.
4962
4963 2003-06-24 Jim Blandy <jimb@redhat.com>
4964
4965 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4966
4967 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4968 function.
4969 (ppc_linux_init_abi): Register it as the
4970 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4971
4972 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4973 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4974 method.
4975
4976 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4977 (ppc64_standard_linkage_target): Use it.
4978
4979 2003-06-23 Andrew Cagney <cagney@redhat.com>
4980
4981 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4982 for 0 "int0" and 4 "int32" sized registers.
4983 * gdbtypes.c (builtin_type_int0): Define.
4984 (build_gdbtypes): Initialize builtin_type_int0.
4985 * gdbtypes.h (builtin_type_int0): Declare.
4986
4987 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4988
4989 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4990 as characters are unsigned.
4991
4992 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4993
4994 PR gdb/1179
4995 * dwarfread.c (struct_type): Skip static fields without crashing.
4996
4997 2003-06-22 Andrew Cagney <cagney@redhat.com>
4998
4999 GDB 6.0 branch created.
5000 * README: Update.
5001 * PROBLEMS: Update. Empty.
5002 * NEWS: Update.
5003
5004 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5005
5006 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
5007 Suggested by Nick Hibma <n_hibma@webweaving.org>.
5008
5009 2003-06-22 Andrew Cagney <cagney@redhat.com>
5010
5011 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
5012 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
5013 Velikov.
5014
5015 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5016
5017 * cli/cli-cmds.c (shell_escape): Silence warnings from old
5018 compilers.
5019
5020 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5021
5022 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
5023 argument of val_print.
5024 * cp-valprint.c (cp_print_value): Don't add the offset parameter
5025 to the address argument of baseclass_offset or target_read_memory.
5026 Do add it to the argument of cp_print_value_fields.
5027
5028 2003-06-21 Andrew Cagney <cagney@redhat.com>
5029
5030 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
5031 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
5032 instead of 0..NUM_REGS.
5033 (mips_register_reggroup_p): New function.
5034 (mips_pseudo_register_write): New function.
5035 (mips_pseudo_register_read): New function.
5036 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
5037 based on the register's type.
5038 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
5039 cooked.
5040 (mips_get_saved_register): Simplify. Assert that REGNO is a
5041 pseudo / cooked.
5042 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
5043 (mips_register_type): Replace mips_register_virtual_type. Map
5044 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
5045 when available.
5046 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
5047 that the register is cooked / virtual.
5048 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
5049 Only get the extra info when needed.
5050 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
5051 (mips32_heuristic_proc_desc): Fetch the cooked register.
5052 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
5053 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
5054 (mips_print_register): Use gdbarch_register_type, instead of
5055 REGISTER_VIRTUAL_TYPE.
5056 (print_gp_register_row): Use gdbarch_register_type, instead of
5057 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
5058 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5059 Print the pseudo / cooked registers.
5060 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5061 Print the pseudo / cooked registers.
5062 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
5063 REG_NUM is pseudo / cooked.
5064 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
5065 (mips_n32n64_xfer_return_value): Ditto.
5066 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
5067 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
5068 (mips_register_sim_regno): New function.
5069 (mips_gdbarch_init): Set deprecated_register_byte,
5070 register_group_p, pseudo_register_write, pseudo_register_read,
5071 register_sim_regno, and num_pseudo_regs. Set register_type,
5072 instead of register_virtual_type.
5073 * Makefile.in (mips-tdep.o): Update dependencies.
5074 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
5075 REGISTER_VIRTUAL_TYPE.
5076 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
5077 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
5078 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
5079 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
5080 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
5081
5082 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5083
5084 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
5085 * cli/cli-cmds.c: Include "gdb_vfork.h".
5086 (shell_escape): Use vfork.
5087
5088 2003-06-21 Andrew Cagney <cagney@redhat.com>
5089
5090 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
5091 32 bit floating-point register saves.
5092
5093 * frame.h (deprecated_unwind_get_saved_register): Delete.
5094 * frame.c (deprecated_unwind_get_saved_register): Delete function.
5095 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
5096 and deprecated_get_next_frame_hack instead of
5097 deprecated_unwind_get_saved_register.
5098
5099 * mips-tdep.c (mips_dump_tdep): Do not print
5100 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
5101
5102 * frame.c (get_frame_register): New function.
5103 (frame_unwind_register_signed): New function.
5104 (get_frame_register_signed): New function.
5105 (frame_unwind_register_unsigned): New function.
5106 (get_frame_register_unsigned): New function.
5107 * frame.h: Add comments on naming schema.
5108 (get_frame_register, frame_unwind_register_signed): Declare.
5109 (get_frame_register_signed, get_frame_register_signed): Declare.
5110 (frame_unwind_register_unsigned): Declare.
5111 (get_frame_register_unsigned): Declare.
5112
5113 2003-06-20 Theodore A. Roth <troth@openavr.org>
5114
5115 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
5116
5117 2003-06-20 Theodore A. Roth <troth@openavr.org>
5118
5119 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
5120 (avr_read_sp): Ditto.
5121
5122 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
5123
5124 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5125 * config/arm/nm-linux.h: Likewise.
5126 * config/arm/tm-linux.h: Likewise.
5127 * config/ia64/nm-linux.h: Likewise.
5128 * config/ia64/tm-ia64.h: Likewise.
5129 * config/s390/tm-linux.h: Likewise.
5130 * config/s390/tm-s390.h: Likewise.
5131 * s390-nat.c: Likewise.
5132 * s390-tdep.c: Likewise.
5133
5134 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5135 * config/ia64/linux.mt: Likewise.
5136 * config/m68k/linux.mh: Likewise.
5137 * config/mips/linux.mt: Likewise.
5138 * config/powerpc/linux.mh: Likewise.
5139 * config/sh/linux.mt: Likewise.
5140
5141 2003-06-19 Kris Warkentin <kewarken@qnx.com>
5142
5143 * solib.c (solib_open): Change tests for whether to search
5144 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5145 comments.
5146
5147 2003-06-19 Theodore A. Roth <troth@openavr.org>
5148
5149 * avr-tdep.c (avr_frame_address): Delete function.
5150 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5151 set_gdbarch_frame_args_address.
5152
5153 2003-06-19 Andrew Cagney <cagney@redhat.com>
5154
5155 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5156 (REGISTER_CONVERT_FROM_TYPE): Delete.
5157 (mips_register_convert_to_type): Delete declaration.
5158 (mips_register_convert_from_type): Delete declaration.
5159 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5160 kernel/.
5161
5162 2003-06-19 Michael Snyder <msnyder@redhat.com>
5163
5164 * linux-nat.h: New file.
5165 * linux-nat.c: Include linux-nat.h.
5166 * lin-lwp.c: Include linux-nat.h.
5167 Move struct lwp_info def to linux-nat.h.
5168 * linux-proc.c: Include linux-nat.h.
5169 (linux_make_note_section): Iterate over lwps instead of threads.
5170 (linux_do_thread_registers): Use lwp instead of merged pid.
5171 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
5172 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
5173 Add dependency on linux_nat_h.
5174
5175 2003-06-19 Theodore A. Roth <troth@openavr.org>
5176
5177 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5178
5179 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5180
5181 * varobj.c (get_type, get_target_type): Use check_typedef.
5182
5183 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5184
5185 * breakpoint.c (insert_catchpoint): Call internal_error.
5186
5187 2003-06-19 Theodore A. Roth <troth@openavr.org>
5188
5189 * avr-tdep.c (avr_push_dummy_code): Delete function.
5190 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5191
5192 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5193
5194 * arch-utils.c (default_prepare_to_proceed): Remove.
5195 (generic_prepare_to_proceed): Remove.
5196 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5197 (generic_prepare_to_proceed): Remove prototype.
5198 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5199 * gdbarch.c: Regenerate.
5200 * gdbarch.h: Regenerate.
5201 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5202 * hppah-nat.c (hppa_switched_threads): Remove.
5203 * infrun.c (prepare_to_proceed): New static function, copied from
5204 generic_prepare_to_proceed. Remove select_it argument.
5205 (proceed): Call prepare_to_proceed.
5206 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5207 variables.
5208 (ptrace_wait): Don't set the removed variables.
5209 (hppa_switched_threads): Remove.
5210 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5211 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5212 (lin_lwp_prepare_to_proceed): Remove prototype.
5213 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5214 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5215
5216 2003-06-18 Theodore A. Roth <troth@openavr.org>
5217
5218 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5219 trad-frame.h.
5220 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5221 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5222 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5223 (AVR_PROLOGUE_*): Enumerate prologue types.
5224 (struct frame_extra_info): Remove.
5225 (struct avr_unwind_cache): Define.
5226 (avr_write_sp): Delete function.
5227 (avr_read_fp): Ditto.
5228 (avr_init_extra_frame_info): Ditto.
5229 (avr_pop_frame): Ditto.
5230 (avr_frame_saved_pc): Ditto.
5231 (avr_saved_pc_after_call): Ditto.
5232 (avr_push_return_address): Ditto.
5233 (avr_frame_chain): Ditto.
5234 (avr_store_struct_return): Ditto.
5235 (avr_push_arguments): Ditto.
5236 (avr_scan_prologue): Update comments. Changed to set up the info for
5237 cache unwinding. Now returns end of prologue PC.
5238 (avr_skip_prologue): Better handling of functions lacking a prologue
5239 by using avr_scan_prologue.
5240 (avr_scan_arg_moves): New function.
5241 (avr_saved_regs_unwinder): Ditto.
5242 (avr_frame_unwind_cache): Ditto.
5243 (avr_unwind_pc): Ditto.
5244 (avr_frame_this_id): Ditto.
5245 (avr_frame_prev_register): Ditto.
5246 (avr_frame_p): Ditto.
5247 (avr_frame_base_address ): Ditto.
5248 (avr_unwind_dummy_id): Ditto.
5249 (avr_push_dummy_code): Ditto.
5250 (push_stack_item): Ditto.
5251 (pop_stack_item): Ditto.
5252 (avr_push_dummy_call): Ditto.
5253 (struct stack_item): Define.
5254 (avr_frame_unwind): Declare structure.
5255 (avr_frame_base): Ditto.
5256 (avr_gdbarch_init): Remove calls to
5257 set_gdbarch_deprecated_init_frame_pc,
5258 set_gdbarch_deprecated_target_read_fp,
5259 set_gdbarch_deprecated_dummy_write_sp,
5260 set_gdbarch_deprecated_fp_regnum,
5261 set_gdbarch_deprecated_push_arguments,
5262 set_gdbarch_deprecated_push_return_address,
5263 set_gdbarch_deprecated_pop_frame,
5264 set_gdbarch_deprecated_store_struct_return,
5265 set_gdbarch_deprecated_frame_init_saved_regs,
5266 set_gdbarch_deprecated_init_extra_frame_info,
5267 set_gdbarch_deprecated_frame_chain,
5268 set_gdbarch_deprecated_frame_saved_pc,
5269 set_gdbarch_deprecated_saved_pc_after_call.
5270 Add calls to set_gdbarch_push_dummy_call,
5271 set_gdbarch_push_dummy_code,
5272 frame_unwind_append_predicate,
5273 frame_base_set_default,
5274 set_gdbarch_unwind_dummy_id,
5275 set_gdbarch_unwind_pc.
5276 Wrap a long line.
5277
5278 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
5279
5280 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5281 registers for H8/300S.
5282 (h8300_print_registers_info): Ditto.
5283 (h8300_gdbarch_init): Accommodate register count for H8/300S.
5284
5285 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
5286
5287 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5288 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5289 (lin_lwp_wait): Likewise. Update comments.
5290 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5291 (pull_pid_from_list, linux_record_stopped_pid): New.
5292
5293 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5294
5295 * ada-lang.c (scan_discrim_bound): Name first argument.
5296 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5297 declared by ALL_BLOCK_SYMBOLS.
5298
5299 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5300
5301 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5302 ("regcache.h"): Include it.
5303 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5304
5305 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5306
5307 * NEWS: Mention gdbserver detach change and "disconnect" command.
5308 * infcmd.c (disconnect_command): New function.
5309 (_initialize_infcmd): Add ``disconnect'' command.
5310 * remote.c (remote_async_detach): Delete.
5311 (remote_detach): Merge remote_async_detach.
5312 (remote_disconnect): New.
5313 (init_remote_ops): Set to_disconnect.
5314 (init_remote_cisco_ops): Likewise.
5315 (init_remote_async_ops): Likewise. Use remote_detach.
5316 * target.c (cleanup_target): Default to_disconnect.
5317 (update_current_target): Inherit to_disconnect.
5318 (target_disconnect, debug_to_disconnect): New functions.
5319 (setup_target_debug): Set to_disconnect.
5320 * target.h (struct target_ops): Add to_disconnect.
5321 (target_disconnect): Add prototype.
5322
5323 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5324
5325 * breakpoint.c (insert_catchpoint): New function.
5326 (insert_breakpoints): Use catch_exceptions to call
5327 insert_catchpoint. Disable catchpoints if they fail to insert.
5328
5329 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5330
5331 * symfile.c (reread_symbols): Clear sym_private.
5332
5333 2003-06-17 Andrew Cagney <cagney@redhat.com>
5334
5335 * trad-frame.h (struct frame_info): Add opaque declaration.
5336 * remote-fileio.h (struct cmd_list_element): Add opaque
5337 declaration.
5338 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5339 comments.
5340
5341 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5342
5343 * remote.c (remote_prepare_to_store): Replace call to
5344 deprecated_read_register_bytes with multiple regcache_raw_read
5345 calls.
5346
5347 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5348
5349 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5350 (nto_find_and_open_solib): Likewise.
5351 (nto_init_solib_absolute_prefix): Likewise.
5352 (_initialize_nto_tdep): Fix indentation.
5353
5354 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5355
5356 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5357
5358 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5359
5360 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5361
5362 2003-06-17 Jim Blandy <jimb@redhat.com>
5363
5364 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5365
5366 2003-06-16 Theodore A. Roth <troth@openavr.org>
5367
5368 * avr-tdep.c (avr_extract_return_value): New function.
5369 (avr_gdbarch_init): Set extract_return_value method.
5370
5371 2003-06-16 Andrew Cagney <cagney@redhat.com>
5372
5373 * frame.h (deprecated_get_next_frame_hack): Declare.
5374 * frame.c (legacy_saved_regs_prev_register): Only require
5375 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5376 there are always saved regs.
5377 (deprecated_generic_get_saved_register): Do not require
5378 DEPRECATED_FRAME_INIT_SAVED_REGS.
5379 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5380 use frame ID unwind instead.
5381 (deprecated_get_next_frame_hack): New function.
5382
5383 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5384
5385 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5386 (h8300_push_dummy_call): ...this function. Some minor optimization.
5387 (h8300_push_return_address): Remove.
5388 (h8300_gdbarch_init): Remove calls to
5389 set_gdbarch_deprecated_dummy_write_sp,
5390 set_gdbarch_deprecated_push_arguments and
5391 set_gdbarch_deprecated_push_return_address.
5392 Add call to set_gdbarch_push_dummy_call.
5393
5394 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5395
5396 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5397 (E_PSEUDO_EXR_REGNUM): Ditto.
5398 (h8300_is_argument_spill): Check for instructions moving argument
5399 registers into safe registers.
5400 (h8300_skip_prologue): Check for stm instruction to push registers
5401 used for register variables onto stack.
5402 (gdb_print_insn_h8300): Remove.
5403 (h8300_examine_prologue): Add a comment.
5404 (h8300_register_name): Take pseudo registers into account.
5405 (h8300s_register_name): Ditto.
5406 (h8300sx_register_name): Ditto.
5407 (h8300_print_register): Ditto.
5408 (h8300_print_registers_info): Define "nice" printing order.
5409 (h8300_saved_pc_after_call): Take pseudo registers into account.
5410 (h8300_register_type): Ditto. Return type used for remote connection
5411 when requesting real CCR or EXR register, return actual type when
5412 requesting pseudo CCR or EXR.
5413 (h8300_pseudo_register_read): New function.
5414 (h8300_pseudo_register_write): Ditto.
5415 (h8300_dbg_reg_to_regnum): Ditto.
5416 (h8300s_dbg_reg_to_regnum): Ditto.
5417 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5418 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5419 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5420 set_gdbarch_print_insn architecture dependent.
5421 Call set_gdbarch_pseudo_register_read and
5422 set_gdbarch_pseudo_register_write.
5423 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5424
5425 2003-06-16 Andrew Cagney <cagney@redhat.com>
5426
5427 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5428 * gdbarch.h, gdbarch.c: Re-generate.
5429 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5430 * s390-tdep.c (s390_gdbarch_init): Update.
5431 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5432 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5433 * mips-tdep.c (mips_gdbarch_init): Update.
5434 * mcore-tdep.c (mcore_gdbarch_init): Update.
5435 * cris-tdep.c (cris_gdbarch_init): Update.
5436 * infcall.c (call_function_by_hand): Update.
5437 * ia64-tdep.c (ia64_push_arguments): Update comment.
5438 * frame.c (legacy_get_prev_frame): Do not assume
5439 SAVE_DUMMY_FRAME_TOS_P.
5440 * dummy-frame.c (find_dummy_frame): Update comment.
5441
5442 2003-06-16 Andrew Cagney <cagney@redhat.com>
5443
5444 * regcache.c (do_cooked_read): Do not use register_valid_p.
5445
5446 2003-06-15 Theodore A. Roth <troth@openavr.org>
5447
5448 * avr-tdep.c (avr_register_type): Remove a blank line.
5449 (avr_scan_prologue): Correct some comments.
5450
5451 2003-06-15 Theodore A. Roth <troth@openavr.org>
5452
5453 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5454 prologue types.
5455 Properly scan prologues generated by gcc with the -mcall-prologues
5456 option.
5457 Add code to scan -mcall-prologues for mega devices.
5458
5459 2003-06-15 Theodore A. Roth <troth@openavr.org>
5460
5461 * avr-tdep.c (avr_register_byte): Delete function.
5462 (avr_register_raw_size): Delete function.
5463 (avr_register_virtual_size): Delete function.
5464 (avr_register_virtual_type): Delete function.
5465 (avr_register_type): New function.
5466 (avr_address_to_pointer): Remove unused code.
5467 (avr_read_fp): Need to read FP as two separate bytes due to change to
5468 avr_register_type() usage.
5469 (avr_gdbarch_init): Don't set deprecated_register_size.
5470 Don't set deprecated_register_bytes.
5471 Don't set deprecated_register_byte.
5472 Don't set deprecated_register_raw_size.
5473 Don't set deprecated_max_register_raw_size.
5474 Don't set deprecated_register_virtual_size.
5475 Don't set deprecated_max_register_virtual_size.
5476 Don't set deprecated_register_virtual_type.
5477 Set register_type method.
5478
5479 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
5480
5481 * Makefile.in (linux-nat.o): Add rule.
5482 * linux-nat.c: New file.
5483 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5484 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5485 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5486 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5487 * config/arm/linux.mh (NATDEPFILES): Likewise.
5488 * config/i386/linux.mh (NATDEPFILES): Likewise.
5489 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5490 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5491 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5492 * config/mips/linux.mh (NATDEPFILES): Likewise.
5493 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5494 * config/s390/s390.mh (NATDEPFILES): Likewise.
5495 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5496
5497 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5498
5499 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5500 replace out-of-date comment.
5501
5502 2003-06-15 Andrew Cagney <cagney@redhat.com>
5503
5504 * rdi-share/host.h (Fail): Change to a varargs function.
5505 * remote-rdi.c (Fail): Update.
5506
5507 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5508
5509 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5510 (i386_convert_register_p, i386_register_to_value,
5511 i386_register_from_value): Handle types longer than 8 bytes.
5512
5513 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5514
5515 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5516 Move floating-point code to new function in i387-tdep.c.
5517 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5518 New functions containing code moved here from i386-tdep.c.
5519 * i387-tdep.h: Add opaque declaration for `struct type'.
5520 (i387_register_to_value, i387_value_to_register): New prototypes.
5521 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5522 (x86_64_init_abi): Set convert_register_p, register_to_value and
5523 value_to_register here.
5524
5525 2003-06-14 Andrew Cagney <cagney@redhat.com>
5526
5527 * mips-tdep.c (mips_register_to_value): Make static.
5528 (mips_value_to_register): Make static.
5529 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5530 * ia64-tdep.c (ia64_register_raw_size): Make static.
5531 (ia64_register_virtual_size): Make static.
5532 (ia64_register_byte): Make static.
5533 * i387-tdep.c: Include "i387-tdep.h".
5534 (print_387_control_word): Delete function.
5535 (print_387_status_word): Delete function.
5536 (print_387_status_bits): Delete function.
5537 (print_387_control_bits): Delete function.
5538 * Makefile.in (i387-tdep.o): Update dependencies.
5539 * rdi-share/host.h (Fail): Declare.
5540 * remote-rdi.c (Fail): Update to match declaration.
5541
5542 2003-06-14 Andrew Cagney <cagney@redhat.com>
5543
5544 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5545 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5546 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5547 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5548 * README: Delete reference to remote-array.
5549 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5550 (remote-array.o): Delete target.
5551 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5552 * remote-array.c: Delete file.
5553
5554 2003-06-14 Andrew Cagney <cagney@redhat.com>
5555 Mark Kettenis <kettenis@gnu.org>
5556
5557 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5558 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5559 parameter with "frame".
5560 * gdbarch.h, gdbarch.c: Re-generate.
5561 * frame.h (put_frame_register): Declare.
5562 * frame.c (put_frame_register): New function.
5563 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5564 (legacy_register_to_value): Rewrite, use "frame" to get the
5565 register value.
5566 (legacy_value_to_register): Rewrite, use "frame" to find the
5567 register's location before storing.
5568 * arch-utils.h (legacy_convert_register_p): Update.
5569 (legacy_register_to_value, legacy_value_to_register): Update.
5570 * findvar.c (value_from_register): Rewrite, eliminate use of
5571 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5572 "frame" to REGISTER_TO_VALUE.
5573 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5574 lval_reg_frame_relative + lval_register branch of the switch. Do
5575 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5576 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5577 I386_EDI_REGNUM): New defines.
5578 (i386_next_regnum, i386_convert_register_p,
5579 i386_register_to_value, i386_value_to_register): New functions.
5580 (i386_register_convertible, i386_register_convert_to_virtual,
5581 i386_convert_to_raw): Remove functions.
5582 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5583 value_to_register instead of register_convertible,
5584 register_convert_to_virtual and register_convert_to_raw.
5585 * mips-tdep.c (mips_convert_register_p): New function.
5586 (mips_value_to_register): Replace mips_register_convert_from_type.
5587 (mips_register_to_value): Replace mips_register_convert_to_type.
5588 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5589 register_to_value.
5590 * alpha-tdep.c (alpha_convert_register_p): Update.
5591 (alpha_value_to_register): Update, store the register.
5592 (alpha_register_to_value): Update, fetch the register.
5593
5594 2003-06-14 Theodore A. Roth <troth@openavr.org>
5595
5596 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5597 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5598 Don't set deprecated_call_dummy_words.
5599 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5600 Don't set remote_translate_xfer_address.
5601 (avr_io_reg_read_command): Remove commented out debug printf.
5602 Wrap a long line.
5603
5604 2003-06-14 Theodore A. Roth <troth@openavr.org>
5605
5606 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5607 causes gdb to seg fault.
5608
5609 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
5610
5611 * sparc-nat.c (fetch_inferior_registers): Correct
5612 a reference to "registers".
5613
5614 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
5615
5616 * Makefile.in (exc_request_U_h): Define
5617 (exc_request_S_h): Likewise.
5618 (msg_reply_S_h): Likewise.
5619 (msg_U_h): Likewise.
5620 (notify_S_h): Likewise.
5621 (process_reply_S_h): Likewise.
5622 (gnu-nat.o): Depend on gdb_obstack_h
5623 * gnu-nat.c: Include "gdb_obstack.h".
5624
5625 2003-06-13 Andrew Cagney <cagney@redhat.com>
5626
5627 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5628 * gdbarch.h, gdbarch.c: Re-generate.
5629
5630 2003-06-13 Andrew Cagney <cagney@redhat.com>
5631
5632 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5633 when deprecated REGISTER macros can be deleted.
5634 * gdbarch.h, gdbarch.c: Re-generate.
5635
5636 2003-06-13 Jim Blandy <jimb@redhat.com>
5637
5638 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5639 Linux entry point symbols for _dl_debug_state, too.
5640
5641 2003-06-13 Andrew Cagney <cagney@redhat.com>
5642
5643 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5644 available, do not use the FP register, and always save the TOS.
5645 * dummy-frame.c (dummy_frame_this_id): Do not assert
5646 SAVE_DUMMY_FRAME_TOS.
5647 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5648 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5649 (i386_push_dummy_call): Add 8 to the returned SP.
5650 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5651 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5652 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5653 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5654 (x86_64_push_dummy_call): Return "sp + 16".
5655 (x86_64_init_abi): Do not set save_dummy_frame_tos.
5656 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5657 save_dummy_frame_tos.
5658
5659 2003-06-13 Jim Blandy <jimb@redhat.com>
5660
5661 * frv-tdep.c (frv_use_struct_convention): Delete static
5662 declaration for function deleted in my change of 2003-06-12.
5663
5664 2003-06-13 Theodore A. Roth <troth@openavr.org>
5665
5666 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5667 (avr_pointer_to_address): Shift code addrs left 1 bit.
5668 (avr_convert_from_func_ptr_addr): Delete function since operation is
5669 better handled by avr_address_to_pointer and avr_pointer_to_address.
5670 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5671
5672 2003-06-13 Mark Kettenis <kettenis@gnu.org>
5673
5674 From Kelley Cook <kelleycook@wideopenwest.com>:
5675 * configure.host: Accept i[34567]86 variants.
5676 * configure.tgt: Likewise.
5677 * nlm/configure.in: Likewise.
5678 * nlm/configure: Regenerated.
5679
5680 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
5681
5682 * arm-tdep.c (solib-svr4.h): Dont' include it.
5683 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5684 * arm-linux-tdep.c: ... here. Make static.
5685 (arm_linux_init_abi): Register it.
5686 (solib-svr4.h): Include it.
5687 * Makefile.in: Update dependencies.
5688 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5689 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5690
5691 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5692
5693 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5694 indicate registers used for return values.
5695 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5696 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5697 members.
5698 (h8300_init_extra_frame_info): Ditto.
5699 (h8300_frame_locals_address): Removed.
5700 (h8300_frame_args_address): Removed.
5701 (h8300_extract_return_value): Use new regcache structure. Only care
5702 for 16 bit CPUs.
5703 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5704 (h8300_store_return_value): Use new regcache structure. Only care
5705 for 16 bit CPUs.
5706 (h8300h_store_return_value): Same function for 32 bit CPUs.
5707 (h8300_store_struct_return): Removed.
5708 (h8300_extract_struct_value_address): Use new regcache structure.
5709 (h8300h_extract_struct_value_address): Removed.
5710 (h8300_push_dummy_code): New function.
5711 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5712 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5713 set_gdbarch_store_return_value architecture dependent.
5714 Call set_gdbarch_push_dummy_code and
5715 set_gdbarch_extract_struct_value_address.
5716 Remove calls to set_gdbarch_frame_args_address,
5717 set_gdbarch_frame_locals_address,
5718 set_gdbarch_deprecated_store_struct_return,
5719 set_gdbarch_deprecated_extract_return_value,
5720 set_gdbarch_deprecated_extract_struct_value_address,
5721 set_gdbarch_deprecated_call_dummy_words and
5722 set_gdbarch_deprecated_sizeof_call_dummy_words.
5723
5724 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5725
5726 * h8300-tdep.c (h8300_register_byte): Remove.
5727 (h8300h_register_byte): Remove.
5728 (h8300_register_virtual_type): Remove. Substitute by...
5729 (h8300_register_type): New function.
5730 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5731 (h8300h_extract_struct_value_address): Ditto.
5732 (h8300_gdbarch_init): Drop calls to
5733 set_gdbarch_deprecated_register_byte and
5734 set_gdbarch_deprecated_register_virtual_type.
5735 Add call to set_gdbarch_register_type.
5736
5737 2003-06-13 Andrew Cagney <cagney@redhat.com>
5738
5739 * gdbarch.sh: Update comments on registers.
5740 (deprecated_register_byte): Rename register_byte.
5741 (deprecated_register_raw_size): Rename register_raw_size.
5742 (deprecated_register_virtual_size): Rename register_virtual_size.
5743 (deprecated_register_virtual_type): Rename register_virtual_type.
5744 * gdbarch.h, gdbarch.c: Re-generate.
5745 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5746 * vax-tdep.c (vax_gdbarch_init): Update.
5747 * v850-tdep.c (v850_gdbarch_init): Update.
5748 * sparc-tdep.c (sparc_gdbarch_init): Update.
5749 * sh-tdep.c (sh_gdbarch_init): Update.
5750 * s390-tdep.c (s390_gdbarch_init): Update.
5751 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5752 * ns32k-tdep.c: Update.
5753 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5754 * mips-tdep.c (mips_gdbarch_init): Update.
5755 * mcore-tdep.c (mcore_gdbarch_init): Update.
5756 * m68k-tdep.c (m68k_gdbarch_init): Update.
5757 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5758 * ia64-tdep.c (ia64_gdbarch_init): Update.
5759 * hppa-tdep.c (hppa_gdbarch_init): Update.
5760 * h8300-tdep.c (h8300_gdbarch_init): Update.
5761 * frv-tdep.c (frv_gdbarch_init): Update.
5762 * cris-tdep.c (cris_gdbarch_init): Update.
5763 * avr-tdep.c (avr_gdbarch_init): Update.
5764 * alpha-tdep.c (alpha_gdbarch_init): Update.
5765 * arm-tdep.c (arm_gdbarch_init): Update.
5766
5767 2003-06-13 Andrew Cagney <cagney@redhat.com>
5768
5769 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5770 mips_o32_use_struct_convention with always_use_struct_convention.
5771
5772 2003-06-12 David Carlton <carlton@kealia.com>
5773
5774 * cp-namespace.c (cp_set_block_scope): Comment out
5775 processing_has_namespace_info branch.
5776
5777 2003-06-12 Jim Blandy <jimb@redhat.com>
5778
5779 Recognize and skip 64-bit PowerPC Linux linkage functions.
5780 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5781 insn_pattern, insns_match_pattern, d_field, ds_field): New
5782 functions, macros, and types for working with PPC instructions.
5783 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5784 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5785 ppc64_skip_trampoline_code): New functions, variables, and macros
5786 for recognizing and skipping linkage functions.
5787 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5788 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5789
5790 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5791 register offsets for both the 32- and 64-bit interfaces.
5792
5793 Actually finish the job started by my change of 2003-05-29.
5794 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5795 other #definition of this.
5796 (ppc_linux_skip_trampoline_code): Remove declaration.
5797 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5798 static.
5799 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5800 method for GDBARCH.
5801
5802 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5803 'long' on ppc64-*-linux*.
5804
5805 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5806 isn't #defined, assume the register doesn't exist: act as if
5807 tdep->ppc_mq_regnum were -1.
5808
5809 * configure.host, configure.tgt: Add entries for
5810 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5811 powerpc/linux.mt.
5812 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5813 New files.
5814
5815 * arch-utils.c (always_use_struct_convention): New function.
5816 * arch-utils.h (always_use_struct_convention): New prototype.
5817 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5818 (alpha_gdbarch_init): Register always_use_struct_convention,
5819 instead of alpha_use_struct_convention.
5820 * cris-tdep.c (cris_use_struct_convention): Delete.
5821 (cris_gdbarch_init): Register always_use_struct_convention,
5822 instead of cris_use_struct_convention.
5823 * frv-tdep.c (frv_use_struct_convention): Delete.
5824 (frv_gdbarch_init): Register always_use_struct_convention,
5825 instead of frv_use_struct_convention.
5826 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5827 (h8300_gdbarch_init): Register always_use_struct_convention,
5828 instead of h8300_use_struct_convention.
5829 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
5830 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5831 instead of mips_o32_use_struct_convention.
5832
5833 2003-06-12 Andrew Cagney <cagney@redhat.com>
5834
5835 * wince.c: Include "mips-tdep.h".
5836 * mips-tdep.h (mips_next_pc): Declare.
5837 * mcore-tdep.c: Make more local functions static.
5838 * Makefile.in (wince.o): Update dependencies.
5839
5840 2003-06-12 David Carlton <carlton@kealia.com>
5841
5842 * symtab.c (lookup_symbol_aux_minsyms): Replace
5843 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5844 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5845 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5846 SYMBOL_NATURAL_NAME.
5847
5848 2003-06-12 Andreas Schwab <schwab@suse.de>
5849
5850 * Makefile.in (tuiDisassem.o): Update dependencies.
5851
5852 2003-06-12 David Carlton <carlton@bactrian.org>
5853
5854 * symtab.h: Delete declaration of make_symbol_overload_list.
5855 Add declaration of lookup_partial_symbol.
5856 * symtab.c (remove_params): Move to cp-support.c.
5857 (overload_list_add_symbol, make_symbol_overload_list)
5858 (sym_return_val_size, sym_return_val_index): Ditto.
5859 (lookup_partial_symbol): Make extern.
5860 * cp-support.h: Add declaration of make_symbol_overload_list.
5861 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5862 symtab.h, and block.h.
5863 (remove_params): Move here from symtab.c.
5864 (overload_list_add_symbol, make_symbol_overload_list)
5865 (sym_return_val_size, sym_return_val_index): Ditto.
5866 * valops.c: Include cp-support.h.
5867 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5868 frame_h, and block_h.
5869 (valops.o): Depend on cp_support_h.
5870
5871 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
5872
5873 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5874 substitute by NUM_REGS throughout.
5875 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5876 (h8300s_register_name): New function for H8S registers.
5877 (h8300sx_register_name): Ditto for H8SX registers.
5878 (h8300_print_register): Revise register printing, avoid depending
5879 on 32 bit long.
5880 (h8300_register_byte): Only care for H8/300 registers.
5881 (h8300h_register_byte): New function for any other architecture.
5882 (h8300_register_raw_size): Remove.
5883 (h8300_register_virtual_type): Revise to return actually useful
5884 type.
5885 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5886 (h8300h_extract_struct_value_address): New function for any other
5887 architecture.
5888 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5889 set_gdbarch_register_name, set_gdbarch_register_byte,
5890 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5891 Remove calls to set_gdbarch_deprecated_register_size,
5892 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5893 set_gdbarch_deprecated_max_register_raw_size,
5894 set_gdbarch_register_virtual_size and
5895 set_gdbarch_deprecated_max_register_virtual_size entirely.
5896 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5897 set_gdbarch_long_double_bit.
5898
5899 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5900
5901 * doublest.c (convert_doublest_to_floatformat): When dealing
5902 with the implied integer bit, only alter mant_bits if we are
5903 processing a full 32 bits of mantissa.
5904
5905 2003-06-11 David Carlton <carlton@bactrian.org>
5906
5907 * dictionary.h: New.
5908 * dictionary.c: New.
5909 * block.h: Add opaque declaration for struct dictionary.
5910 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5911 'sym' members.
5912 (BLOCK_DICT): New macro.
5913 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5914 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5915 BLOCK_SHOULD_SORT.
5916 (ALL_BLOCK_SYMBOLS): Update definition.
5917 * Makefile.in (SFILES): Add dictionary.c.
5918 (dictionary_h): New.
5919 (COMMON_OBS): Add dictionary.o.
5920 (dictionary.o): New.
5921 (ada-lang.o): Depend on dictionary_h.
5922 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5923 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5924 (mi-cmd-stack.o): Ditto.
5925 (gdbtk-cmds.o): Update dependencies.
5926 (gdbtk-stack.o): Ditto.
5927 * ada-lang.c: Include dictionary.h.
5928 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5929 (fill_in_ada_prototype, debug_print_block): Ditto.
5930 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5931 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5932 'is_sorted'.
5933 * mdebugread.c: Include dictionary.h.
5934 (struct parse_stack): Delete 'maxsyms' member.
5935 (parse_symbol): Update calls to new_block. Delete calls to
5936 shrink_block. Use dictionary methods.
5937 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5938 Update calls to new_symtab. Don't maintain maxsyms data.
5939 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5940 (add_symbol): Just call dict_add_symbol.
5941 (new_symtab): Delete 'maxsyms' argument.
5942 (new_symtab): Update calls to new_block.
5943 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5944 (shrink_block): Delete function.
5945 (fixup_sigtramp): Update call to new_block. Add symbol via
5946 dict_add_symbol.
5947 * jv-lang.c: Include dictionary.h.
5948 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5949 appropriately. Set class_symtab->free_func. Make sure the
5950 blockvector is big enough to hold two blocks.
5951 (add_class_symtab_symbol): Use dictionary methods.
5952 (free_class_block): New function.
5953 (type_from_class): Replace explicit iteration by
5954 ALL_BLOCK_SYMBOLS.
5955 * symtab.h (struct symtab): Replace 'free_ptr' method by
5956 'free_func'.
5957 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5958 sort_symtab_syms.
5959 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5960 sort_symtab_syms.
5961 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5962 Include dictionary.h.
5963 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5964 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5965 sort_symtab_syms.
5966 * objfiles.c: Include dictionary.h.
5967 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5968 * buildsym.c: Include dictionary.h.
5969 (finish_block): Use dictionary methods.
5970 (end_symtab): Set free_func to NULL, not free_ptr.
5971 * tracepoint.c: Include dictionary.h.
5972 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5973 (scope_info): Ditto.
5974 * stack.c: Include dictionary.h.
5975 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5976 (print_block_frame_labels, print_frame_arg_vars)
5977 (print_frame_args): Ditto.
5978 * symmisc.c (free_symtab_block): Use dictionary methods.
5979 (dump_symtab): Ditto.
5980 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5981 Include dictionary.h.
5982 * symfile.h: Delete declarations of sort_block_syms,
5983 sort_symtab_syms.
5984 * symfile.c (sort_block_syms): Delete.
5985 (sort_symtab_syms): Delete.
5986 * symtab.c: Include dictionary.h.
5987 (lookup_block_symbol): Use dictionary iterators.
5988 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5989 (search_symbols, make_symbol_completion_list): Ditto.
5990 (make_symbol_overload_list): Ditto.
5991 * valops.c (value_of_local): Use dict_empty.
5992 Include dictionary.h.
5993
5994 2003-06-11 J. Brobecker <brobecker@gnat.com>
5995
5996 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5997
5998 2003-06-11 David Carlton <carlton@bactrian.org>
5999
6000 * block.h (BLOCK_SHOULD_SORT): Delete.
6001 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
6002 blocks.
6003 * ada-lang.c (ada_add_block_symbols): Ditto.
6004 * symfile.c (sort_block_syms): Delete.
6005 (sort_symtab_syms): Ditto.
6006 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
6007 declarations.
6008 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
6009 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
6010 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
6011 * dwarfread.c (psymtab_to_symtab_1): Ditto.
6012 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
6013 * mdebugread.c (psymtab_to_symtab_1): Ditto.
6014 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
6015
6016 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6017
6018 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
6019 bits to 128.
6020
6021 2003-06-11 Andrew Cagney <cagney@redhat.com>
6022
6023 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
6024 REGISTER_CONVERTIBLE.
6025 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
6026 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
6027 * gdbarch.h, gdbarch.c: Re-generate.
6028 * arch-utils.h (deprecated_register_convertible_not): Rename
6029 generic_register_convertible_not.
6030 * arch-utils.c (deprecated_register_convertible_not): Rename
6031 generic_register_convertible.
6032 (legacy_convert_register_p, legacy_register_to_value): Update.
6033 * sh-tdep.c (sh64_push_arguments): Update.
6034 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
6035 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
6036 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
6037 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
6038 * arch-utils.c (legacy_value_to_register): Update.
6039 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6040 (rs6000_register_convert_to_raw): Make parameter "from" const.
6041 * mips-tdep.c (mips_gdbarch_init): Update.
6042 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
6043 * infcmd.c (default_print_registers_info): Update.
6044 * ia64-tdep.c (ia64_gdbarch_init): Update.
6045 (ia64_register_convert_to_raw): Make parameter "from" const.
6046 * i386-tdep.c (i386_gdbarch_init): Update.
6047 (i386_register_convert_to_raw): Update.
6048
6049 2003-06-11 Andrew Cagney <cagney@redhat.com>
6050
6051 * remote-fileio.c: Include "remote-fileio.h".
6052 * Makefile.in (remote-fileio.o): Update dependencies.
6053 (remote_fileio_h): Fix typo.
6054
6055 2003-06-11 Andrew Cagney <cagney@redhat.com>
6056
6057 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
6058 (xstormy16_save_dummy_frame_tos): Make static.
6059 (_initialize_xstormy16_tdep): Add declaration.
6060 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6061 * v850-tdep.c: Make local functions static.
6062 (_initialize_v850_tdep): Add declaration.
6063 * sparc-tdep.c: Make local functions static.
6064 (_initialize_sparc_tdep): Add declaration.
6065 * sh-tdep.c: Make local functions static.
6066 (_initialize_sh_tdep): Add declaration.
6067 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
6068 * s390-tdep.c: Make local functions static.
6069 (_initialize_s390_tdep): Add declaration.
6070 * dbxread.c (find_stab_function_addr): Make static.
6071 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
6072 * ocd.c (_initialize_remote_ocd): Add declaration.
6073 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
6074 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
6075 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
6076 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
6077 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6078 * remote-array.c (_initialize_array): Add declaration.
6079 (_initialize_remote_monitors): Add declaration.
6080 * remote-mips.c: Make local functions static.
6081 (_initialize_remote_mips): Add declaration.
6082 * mcore-tdep.c: Make all local functions static.
6083 (_initialize_mcore_tdep): Add declaration.
6084 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
6085 * abug-rom.c (_initialize_abug_rom): Add declaration.
6086 * rom68k-rom.c (_initialize_rom68k): Add declaration.
6087 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
6088 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6089 * remote-est.c (_initialize_est): Add declaration.
6090 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6091 (m68hc11_call_dummy_address): Make static.
6092 * ia64-tdep.c: Make local functions static.
6093 (_initialize_ia64_tdep): Add declaration.
6094 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
6095 * monitor.c (monitor_wait_filter): Make static.
6096 (_initialize_remote_monitors): Add declaration.
6097 * remote-hms.c (_initialize_remote_hms): Add declaration.
6098 * remote-e7000.c (fetch_regs_from_dump): Make static.
6099 (expect_n): Make static.
6100 (_initialize_remote_e7000): Add declaration.
6101 * ser-e7kpc.c: Always include "defs.h".
6102 (_initialize_ser_e7000pc): Add declaration.
6103 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6104 * cris-tdep.c: Make all but one function static.
6105 (_initialize_cris_tdep): Add declaration.
6106 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6107 * solib.c (update_solib_list): Make static.
6108 (_initialize_solib): Add declaration.
6109 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
6110 (_initialize_avr_tdep): Add declaration.
6111 * remote-rdi.c (voiddummy): Make static.
6112 (_initialize_remote_rdi): Add declaration.
6113 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6114 * remote-rdp.c (send_rdp): Make static.
6115 (_initialize_remote_rdp): Add declaration.
6116 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6117
6118 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
6119
6120 * remote-fileio.c: Make ari happy.
6121
6122 2003-06-10 J. Brobecker <brobecker@gnat.com>
6123
6124 * rs6000-nat.c (child_xfer_memory): Compute the right address when
6125 fetching the trailing bytes of the buffer we are about to write.
6126
6127 2003-06-10 Andrew Cagney <cagney@redhat.com>
6128
6129 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6130 * Makefile.in (remote-fileio.o): Update dependencies.
6131 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
6132 include <setjmp.h>, or <sys/types.h> conditional on USG.
6133 (remote_fio_jmp_buf): Delete global variable.
6134
6135 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
6136 Martin M. Hunt <hunt@redhat.com>
6137
6138 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6139 (SFILES): Add remote-fileio.c.
6140 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
6141 dependencies for building remote.o.
6142 * remote-fileio.c: New file implementing the remote File-I/O protocol.
6143 * remote-fileio.h: New header file defining remote File-I/O interface.
6144 * remote.c (remote_write_bytes, remote_read_bytes): Remove
6145 static storage class.
6146 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6147 'F' packet.
6148 (_initialize_remote): Call initialize_remote_fileio().
6149 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
6150 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6151 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6152 (captured_main): Initialize new ui_files.
6153 * ui-file.c: Add read and fgets input functions.
6154 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6155 (null_file_read): New function.
6156 (ui_file_read): New function.
6157 (set_ui_file_read): New function.
6158 (stdio_file_read): New function.
6159 * ui-file.h: New type ui_file_read_ftype.
6160 (set_ui_file_read): Declare.
6161 (ui_file_read): Declare.
6162
6163 2003-06-09 Andrew Cagney <cagney@redhat.com>
6164
6165 * frame.h (deprecated_unwind_get_saved_register): Rename
6166 generic_unwind_get_saved_register, update comments.
6167 * mips-tdep.c (mips_get_saved_register): Update.
6168 * frame.c (deprecated_unwind_get_saved_register): Update.
6169
6170 2003-06-09 Andrew Cagney <cagney@redhat.com>
6171
6172 * vax-tdep.c (vax_frame_locals_address): Delete function.
6173 (vax_gdbarch_init): Do not set frame_locals_address.
6174 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6175 (m68hc11_gdbarch_init): Do not set frame_locals_address.
6176 * s390-tdep.c (s390_frame_args_address): Delete function.
6177 (s390_gdbarch_init): Do not set frame_args_address or
6178 frame_locals_address.
6179 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6180 (ns32k_gdbarch_init): Do not set frame_locals_address.
6181 * hppa-tdep.c (hppa_frame_args_address): Delete function.
6182 (hppa_frame_locals_address): Delete function.
6183 (hppa_gdbarch_init): Do not set frame_args_address, or
6184 frame_locals_address.
6185 * arm-tdep.c (arm_frame_args_address): Delete.
6186 (arm_frame_locals_address): Delete.
6187 (arm_gdbarch_init): Do not set frame_args_address, or
6188 frame_locals_address.
6189
6190 2003-06-09 Andrew Cagney <cagney@redhat.com>
6191
6192 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6193 * gdbarch.h, gdbarch.c: Re-generate.
6194 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6195 * arch-utils.c (frame_num_args_unknown): Delete function.
6196 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6197 (frame_info): Use FRAME_NUM_ARGS_P.
6198 * arm-tdep.c (arm_frame_num_args): Delete function.
6199 (arm_gdbarch_init): Do not set frame_num_args.
6200 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6201 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6202 (hppa_gdbarch_init): Do not set frame_num_args.
6203 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6204 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6205 frame_num_args to default frame_num_args_unknown.
6206 * v850-tdep.c (v850_gdbarch_init): Ditto.
6207 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6208 * sh-tdep.c (sh_gdbarch_init): Ditto.
6209 * s390-tdep.c (s390_gdbarch_init): Ditto.
6210 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6211 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6212 * mips-tdep.c (mips_gdbarch_init): Ditto.
6213 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6214 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6215 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6216 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6217 * i386-tdep.c (i386_gdbarch_init): Ditto.
6218 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6219 * frv-tdep.c (frv_gdbarch_init): Ditto.
6220 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6221 * cris-tdep.c (cris_gdbarch_init): Ditto.
6222 * avr-tdep.c (avr_gdbarch_init): Ditto.
6223 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6224
6225 2003-06-09 Andrew Cagney <cagney@redhat.com>
6226
6227 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6228 (print_frame_args): Moved to "stack.c".
6229 * stack.c: Include "gdb_assert.h".
6230 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6231 (print_frame_args): Moved from "printcmd.c".
6232 * frame.h (print_frame_args): Delete declaration.
6233 * Makefile.in (stack.o): Update dependencies.
6234
6235 2003-06-08 Andrew Cagney <cagney@redhat.com>
6236
6237 * frame.c (get_prev_frame): Remove reference to
6238 frame_args_address_correct in comments.
6239 * frame-base.c (default_frame_args_address): Delete code
6240 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6241 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6242 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6243 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6244 (vax_frame_args_address_correct): Delete declaration.
6245
6246 2003-06-08 Andrew Cagney <cagney@redhat.com>
6247
6248 * gdbarch.sh (UNWIND_SP): Add.
6249 * gdbarch.h, gdbarch.c: Re-generate.
6250 * frame.c (frame_sp_unwind): New function.
6251 (get_frame_sp): New function.
6252 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6253 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6254 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6255 value.
6256 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6257 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6258
6259 2003-06-08 Andrew Cagney <cagney@redhat.com>
6260
6261 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6262 REMOTE_BREAKPOINT.
6263 * remote.c: Update.
6264 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6265 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6266 * config/m68k/tm-sun3.h: Update.
6267 * config/m68k/tm-m68klynx.h: Update.
6268 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6269
6270 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6271 trad_frame". Update comments.
6272 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6273 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6274 (trad_frame_register_value, trad_frame_prev_register): Update.
6275
6276 2003-06-08 Andrew Cagney <cagney@redhat.com>
6277
6278 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6279 from GCC's acinclude.m4.
6280 * configure.in: Check for getopt's delcaration.
6281 * aclocal.m4, config.in, configure: Re-generate.
6282 * main.c (error_init): Delete declaration.
6283 * defs.h (error_init): Declare.
6284 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6285 (rs6000_convert_from_func_ptr_addr): Make static.
6286 (_initialize_rs6000_tdep): Add declaration.
6287 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6288 (show_commands, set_verbose, show_history): Delete declaration.
6289 * top.h (set_verbose): Add declaration.
6290 (show_history, set_history, show_commands): Add declaration.
6291 (do_restore_instream_cleanup): Add declaration.
6292 * objc-lang.c (specialcmp): Make static.
6293 (print_object_command): Make static.
6294 (find_objc_msgsend): Make static.
6295 (find_objc_msgcall_submethod_helper): Make static.
6296 (find_objc_msgcall_submethod): Make static.
6297 (_initialize_objc_language): Add declaration.
6298 (find_implementation_from_class): Make static.
6299 (find_implementation): Make static.
6300 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6301 * objc-lang.h (lookup_struct_typedef): Add declaration.
6302 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6303 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6304 (do_restore_user_call_depth): Make static.
6305 (do_restore_instream_cleanup): Delete declaration.
6306 (dont_repeat): Delete declaration.
6307 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6308 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6309 * reggroups.c (_initialize_reggroup): Add declaration.
6310 * cp-support.c (_initialize_cp_support): Add declaration.
6311 * cp-abi.c (_initialize_cp_abi): Add declaration.
6312 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6313 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6314 (_initialize_gnu_v3_abi): Add declaration.
6315 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6316 (_initialize_gnu_v2_abi): Add declaration.
6317 * frame-base.c (_initialize_frame_base): Add declaration.
6318 * doublest.c (floatformat_from_length): Make static.
6319 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6320 * frame.c (create_sentinel_frame): Make static.
6321 (_initialize_frame): Add declaration.
6322 * top.c (do_catch_errors): Make static.
6323 (gdb_rl_operate_and_get_next_completion): Make static.
6324 * typeprint.c: Include "typeprint.h".
6325 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6326 (sentinel_frame_this_id): Make static.
6327 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6328 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6329 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6330 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6331 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6332 * maint.c (maintenance_print_architecture): Make static.
6333 * signals/signals.c (_initialize_signals): Add declaration.
6334 * std-regs.c (_initialize_frame_reg): Add declaration.
6335 * jv-exp.y (push_variable): ISO C definition.
6336 (push_qualified_expression_name): Ditto.
6337 * memattr.c (_initialize_mem): Add declaration.
6338 * remote.c (remote_check_watch_resources): Make static.
6339 (remote_stopped_by_watchpoint): Make static.
6340 (remote_stopped_data_address): Make static.
6341 * d10v-tdep.c (nr_dmap_regs): Make static.
6342 (a0_regnum): Make static.
6343 (d10v_frame_unwind_cache): Make static.
6344 (d10v_frame_p): Make static.
6345 * osabi.c (show_osabi): Make static.
6346 (_initialize_gdb_osabi): Add extern declaration.
6347 * gdbtypes.c (make_qualified_type): Make static.
6348 (safe_parse_type): Make static.
6349 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6350 * macrotab.c (macro_bcache_free): Make static.
6351 * interps.c (interp_set_quiet): Make static.
6352 (interpreter_exec_cmd): Make static.
6353 * stack.h (select_frame_command): New file.
6354 * stack.c: Include "stack.h".
6355 (select_frame_command_wrapper): Delete function.
6356 (select_frame_command): Make global.
6357 * infcall.c: Include "infcall.h".
6358 * linespec.c: Include "linespec.h".
6359 * symfile.c (sections_overlap): Make static.
6360 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6361 * charset.c (_initialize_charset): Add missing prototype.
6362 * regcache.c (init_legacy_regcache_descr): Make static.
6363 (do_regcache_xfree): Make static.
6364 (regcache_xfer_part): Make static.
6365 (_initialize_regcache): Add missing prototype.
6366 * breakpoint.c (parse_breakpoint_sals): Make static.
6367 (breakpoint_sals_to_pc): Make static.
6368 * interps.h (clear_interpreter_hooks): ISO C declaration.
6369 * Makefile.in (stack_h): Define.
6370 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6371 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6372
6373 2003-06-08 Andrew Cagney <cagney@redhat.com>
6374
6375 * Makefile.in (d10v-tdep.o): Update dependencies.
6376 (SFILES): Add trad-frame.c.
6377 (trad_frame_h): Define.
6378 (COMMON_OBS): Add trad-frame.o.
6379 (trad-frame.o): Specify dependencies.
6380 * d10v-tdep.c: Include "trad-frame.h".
6381 (saved_regs_unwinder): Delete function.
6382 (d10v_frame_prev_register): Use trad_frame_prev_register.
6383 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6384 trad_frame", delete "regs" and "prev_sp".
6385 (prologue_find_regs): Use trad-frame.
6386 * trad-frame.h, trad-frame.c: New files.
6387
6388 2003-06-08 Mark Kettenis <kettenis@gnu.org>
6389
6390 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6391
6392 2003-06-07 Adam Fedor <fedor@gnu.org>
6393
6394 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6395 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6396 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6397 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
6398 resolve_msgsend_super, resolve_msgsend_super_stret):
6399 Use it.
6400
6401 2003-06-07 Andrew Cagney <cagney@redhat.com>
6402
6403 * symfile.h: Re-indent, clean up comments.
6404
6405 2003-06-07 Andrew Cagney <cagney@redhat.com>
6406
6407 * inferior.h (deprecated_write_sp): Replace
6408 generic_target_write_sp.
6409 * regcache.c (deprecated_write_sp): Replace
6410 generic_target_write_sp.
6411 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6412 * vax-tdep.c (vax_gdbarch_init): Update.
6413 * v850-tdep.c (v850_gdbarch_init): Update.
6414 * sparc-tdep.c (sparc_gdbarch_init): Update.
6415 * sh-tdep.c (sh_gdbarch_init): Update.
6416 * s390-tdep.c (s390_gdbarch_init): Update.
6417 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6418 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6419 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6420 * mcore-tdep.c (mcore_gdbarch_init): Update.
6421 * m68k-tdep.c (m68k_gdbarch_init): Update.
6422 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6423 * ia64-tdep.c (ia64_gdbarch_init): Update.
6424 * h8300-tdep.c (h8300_gdbarch_init): Update.
6425 * frv-tdep.c (frv_gdbarch_init): Update.
6426 * cris-tdep.c (cris_gdbarch_init): Update.
6427 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6428
6429 2003-06-07 Andrew Cagney <cagney@redhat.com>
6430
6431 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6432 Assert that PC_REGNUM is valid.
6433 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6434
6435 2003-06-07 Andrew Cagney <cagney@redhat.com>
6436
6437 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6438 * gdbarch.h, gdbarch.c: Regenerate.
6439 * mn10300-tdep.c: Include "gdb_assert.h".
6440 (mn10300_read_fp): New function.
6441 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6442 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6443 * ia64-tdep.c: Include "gdb_assert.h".
6444 (ia64_read_fp): New function.
6445 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6446 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6447 * regcache.c (generic_target_read_sp): Delete function.
6448 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6449 * inferior.h (generic_target_read_sp): Delete declaration.
6450 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6451 generic_target_read_sp.
6452 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6453 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6454 * sh-tdep.c (sh_gdbarch_init): Ditto.
6455 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6456 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6457
6458 2003-06-07 Andrew Cagney <cagney@redhat.com>
6459
6460 * gdbarch.sh: Comment each field of startup_gdbarch.
6461 * gdbarch.h, gdbarch.c: Re-generate.
6462
6463 2003-06-07 Andrew Cagney <cagney@redhat.com>
6464
6465 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6466 * gdbarch.h, gdbarch.c: Re-generate.
6467 * regcache.c: Update comments on read_pc et.al.
6468 (generic_target_read_pc): Delete function.
6469 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6470 * inferior.h (generic_target_read_pc): Delete declaration.
6471 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6472 generic_target_read_pc.
6473 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6474 * sh-tdep.c (sh_gdbarch_init): Ditto.
6475 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6476 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6477
6478 2003-06-07 Andrew Cagney <cagney@redhat.com>
6479
6480 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6481 "index" with "special_local_sect". Use strcmp instead of STREQ.
6482 Append period to coments.
6483
6484 2003-06-06 Mark Mitchell <mark@codesourcery.com>
6485
6486 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6487 (elfstab_offset_sections): Likewise.
6488 * gdb-stabs.h (stab_section_info): Likewise.
6489 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6490 * objfiles.c (objfile_relocate): Likewise.
6491 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6492 * remote.c (get_offsets): Likewise.
6493 (remote_cisco_objfile_relocate): Likewise.
6494 * somread.c (som_symfile_offsets): Likewise.
6495 * symfile.c (alloc_section_addr_info): New function.
6496 (build_section_addr_info_from_section_tab): Use it.
6497 (free_section_addr_info): Adjust.
6498 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6499 (syms_from_objfile): Allocate local_addr dynamically.
6500 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6501 dynamically.
6502 (add_symbol_file_command): Allocate sect_opts dynamically.
6503 (reread_symbols): Avoid use of SECT_OFF_MAX.
6504 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6505 (alloc_section_addr_info): Declare it.
6506 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6507 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6508 dynamically.
6509 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
6510
6511 2003-06-06 Andrew Cagney <cagney@redhat.com>
6512
6513 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6514 (d10v_frame_unwind_cache): Do not set "return_pc".
6515
6516 2003-06-06 Michael Snyder <msnyder@redhat.com>
6517
6518 * h8300-tdep.c: Make tidy (long lines).
6519
6520 2003-06-06 Michal Ludvig <mludvig@suse.cz>
6521
6522 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
6523 to regcache_collect().
6524
6525 2003-06-05 J. Brobecker <brobecker@gnat.com>
6526
6527 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6528 pc_in_sigtramp multiarch method.
6529 (hppa_hpux_som_init_abi): Use it.
6530 (hppa_hpux_elf_init_abi): Likewise.
6531 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6532 macro has been multiarched.
6533 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6534 macro here, as hppa64 isn't multiarched yet.
6535
6536 2003-06-05 Andrew Cagney <cagney@redhat.com>
6537
6538 * Makefile.in (value_h): Add $(frame_h).
6539 * value.h: Include "frame.h".
6540 (struct value): Replace "frame_addr" with "frame_id".
6541 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6542 * values.c (allocate_value): Use VALUE_FRAME_ID.
6543 (value_copy): Use VALUE_FRAME_ID.
6544 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6545 * valops.c (value_assign): Update. Use frame_find_by_id.
6546
6547 2003-06-05 Michal Ludvig <mludvig@suse.cz>
6548
6549 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6550 in each pass.
6551
6552 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6553
6554 * thread-db.c (check_event): For create/death event breakpoints,
6555 loop through all messages to ensure that we read the message
6556 corresponding to the breakpoint we are at.
6557
6558 2003-06-04 Michael Snyder <msnyder@redhat.com>
6559
6560 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6561
6562 2003-06-04 Mark Kettenis <kettenis@gnu.org>
6563
6564 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6565 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6566 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6567 when handling .eh_frame sections.
6568
6569 2003-06-04 J. Brobecker <brobecker@gnat.com>
6570
6571 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6572 prepare_to_proceed procedure instead of the hppa-specific one.
6573 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6574
6575 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
6576
6577 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6578 * config.in: Regenerated.
6579 * configure.in: Add test for syscall function and check for
6580 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6581 * configure: Regenerated.
6582 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6583 <sys/syscall.h>.
6584 (kill_lwp): New function that uses tkill syscall or
6585 uses kill, depending on whether threading model is nptl or not.
6586 All callers of kill() changed to use kill_lwp().
6587 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6588 see if all threads have already exited in the nptl model.
6589 (stop_and_resume_callback): New callback function used by the
6590 lin_lwp_wait thread exit handling code.
6591 (stop_wait_callback): Check for threads already having exited and
6592 delete such threads fromt the lwp list when discovered.
6593 (stop_callback): Don't assert retcode of kill call.
6594
6595 Roland McGrath <roland@redhat.com>
6596 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6597 nptl libthread_db.
6598
6599 2003-06-03 Richard Henderson <rth@redhat.com>
6600
6601 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6602 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6603 (alpha_sigtramp_frame_prev_register): Likewise.
6604 (alpha_heuristic_frame_prev_register): Likewise.
6605 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6606
6607 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
6608 alpha-specific register id names.
6609 (alpha_mdebug_frame_unwind_cache): Likewise.
6610 (alpha_mdebug_frame_prev_register): Likewise.
6611
6612 2003-06-03 Richard Henderson <rth@redhat.com>
6613
6614 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6615 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6616 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6617 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6618 unwind routines.
6619 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6620 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6621 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6622
6623 * alpha-linux-tdep.c: Remove unnecessary includes.
6624 * Makefile.in (alpha-linux-tdep.o): Update.
6625
6626 2003-06-03 Richard Henderson <rth@redhat.com>
6627
6628 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6629 (alphabsd_fill_fpreg): Likewise.
6630
6631 2003-06-03 J. Brobecker <brobecker@gnat.com>
6632
6633 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6634 references to struct frame_info fields by calls to the equivalent
6635 accessors. Necessary now that frame_info is opaque.
6636
6637 2003-06-03 J. Brobecker <brobecker@gnat.com>
6638
6639 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6640 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6641 structure, field no longer exists.
6642
6643 2003-06-03 J. Brobecker <brobecker@gnat.com>
6644
6645 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6646 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6647
6648 2003-06-03 J. Brobecker <brobecker@gnat.com>
6649
6650 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6651 references to struct frame_info fields by calls to the equivalent
6652 accessors. Necessary now that frame_info is opaque.
6653
6654 2003-06-03 J. Brobecker <brobecker@gnat.com>
6655
6656 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
6657 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
6658 structure, field no longer exists.
6659
6660 2003-06-03 Theodore A. Roth <troth@openavr.org>
6661
6662 * remote.c (init_remote_state): Compute sizeof_g_packet by
6663 accumulation of the size of all registers instead of blindly using
6664 DEPRECATED_REGISTER_BYTES.
6665
6666 2003-06-03 Michael Snyder <msnyder@redhat.com>
6667
6668 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6669 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6670 for h8300sx.
6671
6672 2003-06-03 J. Brobecker <brobecker@gnat.com>
6673
6674 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6675 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6676
6677 2003-06-03 Andrew Cagney <cagney@redhat.com>
6678
6679 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6680 (sparc_convert_to_raw): Delete function.
6681 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6682 register_convert_to_virtual.
6683
6684 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
6685
6686 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6687 layer if not dealing with a statically-linked threaded program.
6688
6689 2003-06-03 Kris Warkentin <kewarken@qnx.com>
6690
6691 * solib.c (solib_open): Update comment to reflect actual search order.
6692
6693 2003-06-03 Andrew Cagney <cagney@redhat.com>
6694
6695 * frame.c (get_frame_memory_signed): New function.
6696 (get_frame_memory, get_frame_memory_unsigned): New function.
6697 (get_frame_arch): New function.
6698 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6699 (get_frame_memory, get_frame_unsigned_memory): Declare.
6700 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6701 get_frame_memory_unsigned and get_frame_arch.
6702 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6703
6704 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
6705
6706 * MAINTAINERS (write after approval): Add myself.
6707
6708 2003-06-03 Jim Blandy <jimb@redhat.com>
6709
6710 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6711 elements of gregset_t are 64 bits each, but access registers
6712 are still 32 bits, so they're packed two per gregset_t
6713 element. Unpack/pack them properly.
6714
6715 2003-06-02 David Carlton <carlton@bactrian.org>
6716
6717 * linespec.c (find_methods): Break out code into
6718 add_matching_methods and add_constructors.
6719 (add_matching_methods): New.
6720 (add_constructors): Ditto.
6721
6722 2003-06-02 Andrew Cagney <cagney@redhat.com>
6723
6724 * sparc-tdep.c (sparc_print_registers): Delete call to
6725 REGISTER_CONVERTIBLE.
6726 (sparc_gdbarch_init): Do not set register_convertible.
6727 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6728 * frv-tdep.c (frv_gdbarch_init): Ditto.
6729 * cris-tdep.c (cris_gdbarch_init): Ditto.
6730
6731 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
6732
6733 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
6734 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6735 (syms_from_objfile): Ditto.
6736
6737 2003-06-03 Andreas Schwab <schwab@suse.de>
6738
6739 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6740 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6741
6742 2003-06-02 Richard Henderson <rth@redhat.com>
6743
6744 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6745 a member of all_reggroup.
6746
6747 2003-06-02 Richard Henderson <rth@redhat.com>
6748
6749 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6750 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6751 (alpha_lds, alpha_sts): New.
6752 (alpha_convert_register_p): Change from _register_convertible.
6753 (alpha_register_to_value): Change from _convert_to_virtual;
6754 restructure and fail for type sizes other than 4 or 8.
6755 (alpha_value_to_register): Similarly.
6756 (alpha_extract_return_value): Use alpha_sts.
6757 (alpha_store_return_value): Use alpha_lds.
6758 (alpha_gdbarch_init): Update hooks.
6759
6760 2003-06-02 Richard Henderson <rth@redhat.com>
6761
6762 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6763 regnum identifiers.
6764 (alpha_sigtramp_register_address): Likewise.
6765
6766 2003-06-02 Richard Henderson <rth@redhat.com>
6767
6768 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6769 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6770 * alpha-tdep.h: Declare them.
6771
6772 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6773 Remove zerobuf. Don't error on UNIQUE.
6774 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6775 (ALPHA_REGSET_UNIQUE): Provide default.
6776 (supply_gregset): Use alpha_supply_int_regs.
6777 (fill_gregset): Use alpha_fill_int_regs.
6778 (supply_fpregset): Use alpha_supply_fp_regs.
6779 (fill_fpregset): Use alpha_fill_fp_regs.
6780 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6781 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6782 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6783 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6784 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6785 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6786
6787 2003-06-02 Richard Henderson <rth@redhat.com>
6788
6789 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6790
6791 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6792 (alpha_store_return_value): Likewise.
6793
6794 2003-06-02 David Carlton <carlton@math.stanford.edu>
6795
6796 * block.c (contained_in): Add 'const' to arguments.
6797 (block_function): Ditto.
6798 * block.h: Update declarations for block_function and
6799 contained_in.
6800
6801 2003-06-02 David Carlton <carlton@math.stanford.edu>
6802
6803 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6804 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6805 * p-valprint.c (pascal_val_print): Ditto.
6806 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6807
6808 2003-06-02 Richard Henderson <rth@redhat.com>
6809
6810 * alpha-tdep.c (alpha_push_dummy_call): Use
6811 builtin_type_ieee_double_little instead of builtin_type_double.
6812
6813 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
6814 sign-extension of 32-bit values.
6815 (alpha_store_return_value): Similarly.
6816
6817 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6818 (alpha_extract_return_value): Likewise.
6819 (alpha_store_return_value): Likewise.
6820
6821 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6822 (alpha_store_return_value): Error on IEEE Quad floats.
6823
6824 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6825 (alpha_extract_struct_value_address): Likewise.
6826 (alpha_store_return_value): Likewise.
6827 (alpha_store_struct_return): Remove.
6828 (alpha_gdbarch_init): Update hook registration to match.
6829
6830 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6831 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6832 macros where appropriate.
6833 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6834 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
6835
6836 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6837 for SP, GP; void_func_ptr for PC; non-language-specific types
6838 for all others.
6839 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
6840
6841 2003-06-02 Richard Henderson <rth@redhat.com>
6842
6843 * top.h (lim_at_start): Declare.
6844 * main.c (captured_main): Set it.
6845 * top.c (lim_at_start): Define.
6846 (command_loop): Use it instead of &environ.
6847 * event-top.c (command_handler): Likewise.
6848
6849 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6850
6851 * mipsnbsd-tdep.c: Update copyright years.
6852 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6853
6854 2003-06-01 Richard Henderson <rth@redhat.com>
6855
6856 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6857 (alpha-linux-tdep.o): Update dependencies.
6858 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6859 * alpha-mdebug-tdep.c: Remove unneeded includes.
6860
6861 2003-06-01 Richard Henderson <rth@redhat.com>
6862
6863 * alpha-tdep.c (alpha_register_reggroup_p): New.
6864 (alpha_gdbarch_init): Register it.
6865
6866 2003-06-02 Andrew Cagney <cagney@redhat.com>
6867
6868 * dwarfread.c: Eliminate "register"
6869 (decode_die_type): Eliminate assignment within "if".
6870 (struct_type, decode_array_element_type): Ditto.
6871 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6872 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6873 (decode_modified_type, completedieinfo): Ditto.
6874 * block.c: Eliminate "register".
6875 (blockvector_for_pc_sect): Eliminate assignment within "if".
6876 * cp-support.h (struct symbol): Opaque declaration.
6877 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6878
6879 2003-06-01 Richard Henderson <rth@redhat.com>
6880
6881 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6882 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6883
6884 2003-06-01 Adam Fedor <fedor@gnu.org>
6885
6886 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6887 * gdbarch.[ch]: Regenerate.
6888 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6889 (hppa_gdbarch_init): Set it in the gdbarch vector.
6890 * i386-tdep.c (i386_fetch_pointer_argument): New
6891 (i386_gdbarch_init): Set it into gdbarch.
6892 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6893 (rs6000_gdbarch_init): Set it in gdbarch.
6894 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6895 (sparc_gdbarch_init): Set it in gdbarch.
6896
6897 2003-06-01 Andrew Cagney <cagney@redhat.com>
6898
6899 * defs.h (extract_address): Delete declaration.
6900 * findvar.c (extract_address): Delete function.
6901 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6902 extract_address with the inline equivalent,
6903 extract_unsigned_integer.
6904 (xstormy16_extract_struct_value_address): Ditto.
6905 (xstormy16_pointer_to_address): Ditto.
6906 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6907 * v850-tdep.c (v850_push_arguments): Ditto.
6908 (v850_extract_return_value): Ditto.
6909 (v850_extract_struct_value_address): Ditto.
6910 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6911 (sparcnbsd_get_longjmp_target_64): Ditto.
6912 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6913 (get_longjmp_target): Ditto.
6914 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6915 (sh64_extract_struct_value_address): Ditto.
6916 (sh_push_arguments): Ditto.
6917 (sh64_push_arguments): Ditto.
6918 * remote-vxsparc.c (vx_read_register): Ditto.
6919 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6920 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6921 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6922 * mipsv4-nat.c (get_longjmp_target): Ditto.
6923 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6924 * mips-nat.c (get_longjmp_target): Ditto.
6925 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6926 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6927 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6928 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6929 * irix5-nat.c (get_longjmp_target): Ditto.
6930 * irix4-nat.c (get_longjmp_target): Ditto.
6931 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6932 (ia64_push_arguments): Ditto.
6933 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6934 * h8300-tdep.c (h8300_push_arguments): Ditto.
6935 (h8300_store_return_value): Ditto.
6936 (h8300_extract_struct_value_address): Ditto.
6937 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6938 (frv_push_arguments): Ditto.
6939 * avr-tdep.c (avr_pointer_to_address): Ditto.
6940 (avr_push_arguments): Ditto.
6941 * arm-tdep.c (arm_push_dummy_call): Ditto.
6942 (arm_get_longjmp_target): Ditto.
6943 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6944 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6945 (alpha_get_longjmp_target): Ditto.
6946
6947 * solib-irix.c (extract_mips_address): Inline extract_address,
6948 replacing it with extract_signed_integer.
6949 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6950 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6951 (first_link_map_member, open_symbol_file_object): Ditto.
6952 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6953 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6954 (LM_NEXT, LM_NAME): Ditto.
6955
6956 2003-06-01 Richard Henderson <rth@redhat.com>
6957
6958 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6959 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6960 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6961 (alpha_cannot_store_register): Likewise.
6962 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6963 * alpha-nat.c (supply_gregset): Likewise.
6964 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
6965
6966 2003-06-01 Andrew Cagney <cagney@redhat.com>
6967
6968 * infcall.c (call_function_by_hand): Update comment on
6969 DEPRECATED_DUMMY_WRITE_SP.
6970
6971 * mips-tdep.c (mips_gdbarch_init): Do not set
6972 deprecated_dummy_write_sp.
6973 (mips_eabi_push_dummy_call): Set the SP register.
6974 (mips_o64_push_dummy_call): Set the SP register.
6975 (mips_o32_push_dummy_call): Set the SP register.
6976 (mips_n32n64_push_dummy_call): Set the SP register.
6977
6978 2003-06-01 Richard Henderson <rth@redhat.com>
6979
6980 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6981 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6982 (supply_gregset): Likewise.
6983 * alpha-tdep.c (alpha_store_return_value): Likewise.
6984 (alpha_get_longjmp_target): Likewise.
6985 (alpha_register_name): Constify array.
6986 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6987 deprecated_register_size, deprecated_register_bytes,
6988 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6989 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6990 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
6991
6992 2003-06-01 Richard Henderson <rth@redhat.com>
6993
6994 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6995 from arg_reg_buffer to regcache to avoid double conversion.
6996
6997 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6998
6999 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
7000 SP_REGNUM.
7001 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
7002 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
7003
7004 2003-06-01 Richard Henderson <rth@redhat.com>
7005
7006 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
7007 (decode_frame_entry): Set it. Skip FDE augmentation.
7008
7009 2003-06-01 Richard Henderson <rth@redhat.com>
7010
7011 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
7012 not overlapping PC_REGNUM.
7013
7014 2003-06-01 Richard Henderson <rth@redhat.com>
7015
7016 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
7017 alpha_push_arguments. Don't dump argument register data to
7018 the target stack. Fix float and 128-bit long double semantics.
7019 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
7020 (alpha_fix_call_dummy): Remove.
7021 (alpha_call_dummy_words): Remove.
7022 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
7023
7024 2003-06-01 Richard Henderson <rth@redhat.com>
7025
7026 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
7027
7028 2003-06-01 Andrew Cagney <cagney@redhat.com>
7029
7030 * mips-tdep.c (is_mips16_addr): New function.
7031 (make_mips16_addr, unmake_mips16_addr): New functions.
7032 (pc_is_mips16, mips_fetch_instruction): Use.
7033 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
7034 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
7035 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
7036 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
7037 TARGET_MIPS.
7038 * config/mips/tm-mips.h: Update copyright.
7039 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
7040 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
7041 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
7042 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
7043 (TM_PRINT_INSN_MACH): Delete.
7044 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
7045
7046 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
7047 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
7048 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
7049 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
7050 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
7051 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
7052 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
7053 mips*-*-riscos* and mips*-*-sysv* onto mips.
7054 * config/mips/mips64.mt: New file.
7055 * config/mips/mips.mt: New file.
7056 * config/mips/littlemips.mt: Delete file.
7057 * config/mips/decstation.mt: Delete file.
7058 * config/mips/vr4300el.mt: Delete file.
7059 * config/mips/vr5000el.mt: Delete file.
7060 * config/mips/vr5000.mt: Delete file.
7061 * config/mips/vr4100.mt: Delete file.
7062 * config/mips/vr4xxxel.mt: Delete file.
7063 * config/mips/vr4300.mt: Delete file.
7064 * config/mips/vr4xxx.mt: Delete file.
7065 * config/mips/bigmips.mt: Delete file.
7066 * config/mips/bigmips64.mt: Delete file.
7067 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
7068 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
7069 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
7070 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
7071 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
7072 "tm-bigmips.h".
7073 * config/mips/tm-irix3.h: Ditto.
7074 * config/mips/tm-mipsv4.h: Ditto.
7075 * config/mips/tm-embed.h: Ditto.
7076 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
7077 "tm-bigmips64.h".
7078 * config/mips/tm-vr5000el.h: Delete file.
7079 * config/mips/tm-tx39l.h: Delete file.
7080 * config/mips/tm-vr4300el.h: Delete file.
7081 * config/mips/tm-vr4xxxel.h: Delete file.
7082 * config/mips/tm-vr4300.h: Delete file.
7083 * config/mips/tm-vr4100.h: Delete file.
7084 * config/mips/tm-vr4xxx.h: Delete file.
7085 * config/mips/tm-vr5000.h: Delete file.
7086 * config/mips/tm-embedl64.h: Delete file.
7087 * config/mips/tm-embedl.h: Delete file.
7088 * config/mips/tm-embed64.h: Delete file.
7089 * config/mips/tm-bigmips64.h: Delete file.
7090 * config/mips/tm-bigmips.h: Delete file.
7091
7092 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7093
7094 Fix gdb/1216.
7095 * shnbsd-nat.c: Include "sh-tdep.h".
7096
7097 From Richard Henderson <rth@redhat.com>:
7098 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
7099
7100 2003-05-31 Andrew Cagney <cagney@redhat.com>
7101
7102 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
7103 forward declaration.
7104 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7105 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7106 (mips_find_saved_regs): Use set_reg_offset.
7107 (mips_frame_init_saved_regs): Delete function.
7108 (mips_pop_frame): Call mips_find_saved_regs instead of
7109 DEPRECATED_FRAME_INIT_SAVED_REGS.
7110
7111 2003-05-31 Andrew Cagney <cagney@redhat.com>
7112
7113 * mips-tdep.c (mips_gdbarch_init): Do not set
7114 deprecated_max_register_raw_size, register_virtual_size, and
7115 deprecated_max_register_virtual_size.
7116
7117 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7118
7119 * i386-tdep.c: Include "dwarf2-frame.h".
7120 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
7121 * Makefile.in (i386-tdep.o): Update dependencies.
7122
7123 * dwarf2-frame.c, dwarf2-frame.h: New files.
7124 * Makefile.in (SFILES): Add dwarf2-frame.c.
7125 (dwarf2_frame_h): Define.
7126 (COMMON_OBS): Add dwarf2-frame.o.
7127 (dwarf2-frame.o): Add dependencies.
7128
7129 2003-05-31 Andreas Jaeger <aj@suse.de>
7130
7131 * x86-64-linux-nat.c: Fix comment.
7132
7133 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7134
7135 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7136 function signature.
7137
7138 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7139 have a sigcontext_addr handler.
7140 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7141 sigcontext_addr handler.
7142
7143 2003-05-31 Andrew Cagney <cagney@redhat.com>
7144
7145 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7146 (print_fp_register_row): Replace do_fp_register_row.
7147 (mips_print_fp_register): Add "file" and "frame" parameters.
7148 (mips_print_register): Add "file" and "frame" parameters.
7149 (mips_print_registers_info): Replace mips_do_registers_info.
7150 (mips_gdbarch_init): Set print_registers_info instead of
7151 deprecated_do_registers_info.
7152 (mips_read_fp_register_single): Add "frame" parameter.
7153 (mips_read_fp_register_double): Add "frame" parameter.
7154
7155 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7156
7157 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7158 Fixes a bug where GDB would print the wrong register names for
7159 targets without SSE.
7160
7161 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7162 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7163 registers.
7164
7165 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7166 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7167 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7168 TDEP->sc_sp_offset.
7169
7170 From Michal Ludvig <mludvig@suse.cz>:
7171 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7172 and `sc_num_regs'.
7173 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7174 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7175 I386_ST0_REGNUM): Move here from...
7176 * i386-tdep.c: ... here.
7177 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7178 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7179 registers if possible.
7180 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7181 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7182 Remove variables.
7183 (i386bsd_sc_reg_offset): New variable.
7184 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7185 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7186 TDEP->sc_sp_offset.
7187 (i386fbsd_sc_reg_offset): New variable.
7188 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7189 TDEP->sc_num_regs.
7190 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7191 variables.
7192 (i386fbsd4_sc_reg_offset): New variable.
7193 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7194 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7195 TDEP->sc_sp_offset.
7196 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7197 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7198 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7199 Remove variables.
7200 (i386nbsd_sc_reg_offset): New variable.
7201 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7202 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7203 TDEP->sc_sp_offset.
7204 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7205 Remove variables.
7206 (i386obsd_sc_reg_offset): New variable.
7207 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7208 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7209 TDEP->sc_sp_offset.
7210 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7211 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7212 for frame pointer offset in `struct sigcontext'.
7213
7214 2003-05-31 Andrew Cagney <cagney@redhat.com>
7215
7216 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7217 architecture methods call_dummy_words, sizeof_call_dummy_words,
7218 push_return_address, store_struct_return, and fix_call_dummy. Set
7219 push_dummy_call instead of deprecated_push_arguments.
7220 (mips_store_struct_return): Delete function.
7221 (mips_fix_call_dummy): Delete function.
7222 (mips_push_return_address): Delete function.
7223 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7224 RA_REGNUM and T9_REGNUM.
7225 (mips_n32n64_push_dummy_call): Ditto for
7226 mips_n32n64_push_arguments.
7227 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7228 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7229
7230 2003-05-31 Andrew Cagney <cagney@redhat.com>
7231
7232 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7233 "dummy_addr" to "bp_addr".
7234 * infcall.c (call_function_by_hand): Pass "funaddr" to
7235 gdbarch_push_dummy_call.
7236 * gdbarch.h, gdbarch.c: Re-generate.
7237 * i386-tdep.c (i386_push_dummy_call): Update.
7238 * arm-tdep.c (arm_push_dummy_call): Update.
7239 * d10v-tdep.c (d10v_push_dummy_call): Update.
7240
7241 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7242
7243 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7244 variable declarations.
7245 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7246 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7247 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7248 x86_64_init_frame_pc, x86_64_init_frame_pc,
7249 x86_64_function_has_prologue): Remove prototypes.
7250 (X86_64_NUM_GREGS): New define.
7251 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7252 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7253 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7254 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7255 XMM1_REGNUM): Remove defines.
7256 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7257 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7258 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7259 X86_64_XMM1_REGNUM): New defines.
7260 (struct x86_64_register_info): Renamed from `struct
7261 register_info'. Remove `size' member.
7262 (x86_64_register_info_table): Remove variable.
7263 (x86_64_register_info): New variable.
7264 (X86_64_NUM_REGS): New define.
7265 (X86_64_NUM_GREGS): Remove define.
7266 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7267 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7268 Remove variables.
7269 (x86_54_dwarf2_reg_to_regnum): Remove function.
7270 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7271 (x86_64_dwarf_reg_to_regnum): New function.
7272 (x86_64_register_name): Rewrite.
7273 (x86_64_register_raw_size): Remove function.
7274 (x86_64_register_byte_table): Remove variable.
7275 (x86_64_register_byte): Remove function.
7276 (x86_64_register_virtual_type): Remove function.
7277 (x86_64_register_type): New function.
7278 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7279 x86_64_register_convert_to_raw): Remove functions.
7280 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7281 (x86_64_use_struct_convention): Make static. Adjust for renamed
7282 defines.
7283 (x86_64_frame_init_saved_regs): Remove function.
7284 (x86_64_push_arguments): Make static. Change to accept a regcache
7285 as argument.
7286 (x86_64_store_return_value, x86_64_extract_return_value): Make
7287 static. Rewrite based on i386 counterparts.
7288 (x86_64_push_dummy_call): New function.
7289 (X86_64_NUM_SAVED_REGS): New define.
7290 (x86_64_register_number): Remove function.
7291 (x86_64_store_struct_return): Remove function.
7292 (x86_64_frameless_function_invocation,
7293 x86_64_function_has_prologue): Remove functions.
7294 (PROLOG_BUFSIZE): Remove define.
7295 (struct x86_64_frame_cache): New structure.
7296 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7297 x86_64_frame_cache, x86_64_frame_this_id,
7298 x86_64_frame_prev_register, x86_64_frame_p,
7299 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7300 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7301 functions.
7302 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7303 variables.
7304 (x86_64_skip_prologue): Rewrite in terms of
7305 x86_64_analyze_prologue.
7306 (x86_64_frame_base_address): New function.
7307 (x86_64_frame_base): New variable.
7308 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7309 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7310 set deprecated_fp_regnum, deprecated_register_size,
7311 deprecated_register_bytes, register_raw_size, register_byte,
7312 register_virtual_type, register_convertiable,
7313 register_convert_to_virtual, convert_to_raw,
7314 deprecated_get_saved_register, deprecated_target_read_fp,
7315 deprecated_push_arguments, deprecated_push_return_address,
7316 deprecated_pop_frame, deprecated_store_struct_return,
7317 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7318 frameless_function_invocation, deprecated_frame_saved_pc,
7319 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7320 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7321 deprecated_init_frame_pc and virtual_frame_pointer. Call
7322 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7323 and x86_64_frame_p. Call frame_base_set_default to register
7324 x86_64_frame_base.
7325 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7326 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7327 (_initialize_x86_64_tdep): Remove function.
7328 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7329 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7330 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7331 define.
7332 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7333 (x86_64_linux_sigcontext_addr): Rewrite.
7334 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7335 x86_64_linux_frame_saved_pc): Remove functions.
7336 (x86_64_linux_pc_in_sigtramp): Renamed from
7337 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7338 trampoline.
7339 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7340 Remove_functions.
7341 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7342 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7343 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7344 (x86_64_regmap): Rename to regmap.
7345 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7346 x86_64_num_gregs.
7347 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7348 x86_64_regmap.
7349 (x86_64_fxsave_offset): Remove function.
7350 (supply_fpregset): Simply call x86_64_supply_fxsave.
7351 (fill_fpregset): Simply call x86_64_fill_fxsave.
7352 (fetch_inferior_registers, store_inferior_registers): Avoid
7353 asignment in if-statement.
7354 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7355 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7356 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7357 (fetch_core_registers): Remove function.
7358 (linux_elf_core_fns): Remove.
7359 (offsetoff): Don't define.
7360 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7361 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7362 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7363 add core-regset.o.
7364 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7365 protection against multiple includes instead of NM_X86_64_h. Add
7366 various comments. Include "config/nm-linux.h". Don't include
7367 <signal.h>.
7368 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7369 GET_THREAD_SIGNALS): Remove defines.
7370 (x86_64_register_u_addr, kernel_u_size,
7371 lin_thread_get_thread_signals): Remove prototypes.
7372 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7373 [HAVE_LINK_H]: Don't include "solib.h".
7374 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7375 * config/i386/tm-x86-64linux.h: Fix comments.
7376 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7377 x86-64-tdep.o): Update dependencies.
7378
7379 2003-05-30 Andrew Cagney <cagney@redhat.com>
7380
7381 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7382 Change parameter type to a "struct regcache *".
7383
7384 * gdbarch.sh: Regardless of the multi-arch level, always define
7385 the macro when not already defined.
7386 * gdbarch.h, gdbarch.c: Re-generate.
7387
7388 2003-05-30 Richard Henderson <rth@redhat.com>
7389
7390 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7391 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7392 (alpha_mdebug_frame_this_id): Likewise.
7393 (alpha_mdebug_frame_prev_register): Likewise.
7394 (alpha_mdebug_frame_base_address): Likewise.
7395 (alpha_mdebug_frame_locals_address): Likewise.
7396 (alpha_mdebug_frame_args_address): Likewise.
7397 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7398 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7399 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7400 loop increment.
7401 (alpha_heuristic_frame_this_id): Make static.
7402 (alpha_heuristic_frame_prev_register): Likewise.
7403 (alpha_heuristic_frame_base_address): Likewise.
7404 * alpha-tdep.h: Update.
7405
7406 2003-05-30 Mark Kettenis <kettenis@gnu.org>
7407
7408 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7409 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7410 defenitions.
7411 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7412 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7413 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7414 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7415 I386_ST0_REGNUM): New defines.
7416 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7417 codestream_get): Remove define.
7418 (codestream_next_addr, condestream_addr, condestream_buf,
7419 codestream_off, codestream_cnt): Remove variables.
7420 (codestream_fill, codestream_seek, codestream_read): Remove
7421 functions.
7422 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7423 functionality.
7424 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7425 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7426 i386_frame_saved_pc, i386_saved_pc_after_call,
7427 i386_frame_num_args, i386_frame_init_saved_regs,
7428 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7429 i386_push_arguments): Remove functions.
7430 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7431 functionality. Use i386_analyze_prologue instead of
7432 i386_get_frame_setup.
7433 (I386_NUM_SAVED_REGS): New define.
7434 (struct i386_frame_cache): New structure.
7435 (i386_alloc_frame_cache, i386_analyze_struct_return,
7436 i386_skip_probe, i386_analyze_frame_setup,
7437 i386_analyze_register_saves, i386_analyze_prologue,
7438 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7439 i386_frame_prev_register, i386_sigtramp_frame_cache,
7440 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7441 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7442 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7443 New functions.
7444 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7445 New variables.
7446 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7447 I386_EAX_REGNUM and I386_EDX_REGNUM.
7448 (i386_extract_return_value, i386_store_return_value): Use
7449 I386_ST0_REGNUM where appropriate.
7450 (i386_extract_struct_value_address): Rewrite to use extract_address.
7451 (i386_svr4_pc_in_sigtramp): Add comment.
7452 (i386_svr4_sigcontext_addr): Rewrite.
7453 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7454 TDEP->sc_sp_offset.
7455 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7456 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7457 of new defines. Set push_dummy_call, don't set
7458 deprecated_push_arguments, deprecated_push_return_address,
7459 deprecated_pop_frame. Don't set parm_boundary. Don't set
7460 deprecated_frame_chain, deprecated_frame_saved_pc,
7461 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7462 save_dummy_frame_tos, unwind_pc. Call
7463 frame_unwind_append_predicate and frame_base_set_default. Don't
7464 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7465 Don't set frameless_function_invocation. Don't set
7466 deprecated_register_bytes, deprecated_register_size,
7467 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7468 * i386-linux-tdep.c: Fix formatting in some comments.
7469 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7470 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7471 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7472 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7473 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7474 redundant parentheses.
7475 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7476 (i386_linux_sigcontext_addr): Use it. Rewrite.
7477 (find_minsym_and_objfile): Change name of second argument.
7478 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7479 changed. Use frame_pc_unwind instead of
7480 DEPRECATED_SAVED_PC_AFTER_CALL.
7481 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7482 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7483 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7484 unwinder.
7485 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7486 "dummy-frame.h".
7487 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7488 (_initialize_i386_cygwin_tdep): New prototype.
7489 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7490 deprecated_frame_chain_valid.
7491 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7492 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7493 Rely on the SVR4 defaults.
7494 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7495 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7496
7497 2003-05-30 Andrew Cagney <cagney@redhat.com>
7498
7499 * infcall.c (call_function_by_hand): Always call
7500 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7501
7502 2003-05-30 Richard Henderson <rth@redhat.com>
7503
7504 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7505 increment.
7506
7507 2003-05-29 Jim Blandy <jimb@redhat.com>
7508
7509 Use gdbarch methods for solib stuff on PowerPC Linux.
7510 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7511 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7512 show through.
7513 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7514 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7515 giving the same effect as the #definitions above.
7516
7517 2003-05-29 Adam Fedor <fedor@gnu.org>
7518
7519 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7520 (find_implementation_from_class): Replace it with the standard
7521 case i.e. do nothing.
7522
7523 2003-05-29 Richard Henderson <rth@redhat.com>
7524
7525 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7526 (alpha_linux_sigtramp_offset): Use it. Make static.
7527 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7528 update for new frame model.
7529 * alpha-mdebug-tdep.c: New file.
7530 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7531 (alpha_osf1_init_abi): Install it.
7532 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7533 (linked_proc_desc_table): Remove.
7534 (alpha_frame_past_sigtramp_frame): Remove.
7535 (alpha_dynamic_sigtramp_offset): Remove.
7536 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7537 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7538 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7539 (push_sigtramp_desc): Remove.
7540 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7541 (alpha_cannot_store_register): Likewise.
7542 (alpha_sigcontext_addr): Remove.
7543 (alpha_find_saved_regs): Remove.
7544 (alpha_frame_init_saved_regs): Remove.
7545 (alpha_init_frame_pc_first): Remove.
7546 (read_next_frame_reg): Remove.
7547 (alpha_frame_saved_pc): Remove.
7548 (alpha_saved_pc_after_call): Remove.
7549 (temp_proc_desc, temp_saved_regs): Remove.
7550 (alpha_about_to_return): Remove.
7551 (cached_proc_desc): Remove.
7552 (alpha_frame_chain): Remove.
7553 (alpha_print_extra_frame_info): Remove.
7554 (alpha_init_extra_frame_info): Remove.
7555 (alpha_frame_locals_address): Remove.
7556 (alpha_frame_args_address): Remove.
7557 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7558 (alpha_push_dummy_frame): Remove.
7559 (alpha_pop_frame): Remove.
7560 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7561 (alpha_read_insn): New.
7562 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7563 for different insn encodings.
7564 (alpha_in_lenient_prologue): Remove.
7565 (struct alpha_sigtramp_unwind_cache): New.
7566 (alpha_sigtramp_frame_unwind_cache): New.
7567 (alpha_sigtramp_register_address): New.
7568 (alpha_sigtramp_frame_this_id): New.
7569 (alpha_sigtramp_frame_prev_register): New.
7570 (alpha_sigtramp_frame_unwind): New.
7571 (alpha_sigtramp_frame_p): New.
7572 (struct alpha_heuristic_unwind_cache): New.
7573 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7574 don't count nop insns that occur between functions.
7575 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7576 heuristic_proc_desc, but without the mdebug wrapping.
7577 (alpha_heuristic_frame_this_id): New.
7578 (alpha_heuristic_frame_prev_register): New.
7579 (alpha_heuristic_frame_unwind): New.
7580 (alpha_heuristic_frame_p): New.
7581 (alpha_heuristic_frame_base_address): New.
7582 (alpha_heuristic_frame_base): New.
7583 (alpha_unwind_dummy_id): New.
7584 (alpha_unwind_pc): New.
7585 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7586 frame related deprecated initializations; install replacements.
7587 (alpha_dump_tdep): Remove.
7588 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7589 (alpha_read_insn, alpha_after_prologue,
7590 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7591 alpha_heuristic_frame_prev_register,
7592 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7593 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7594 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7595 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7596
7597 2003-05-29 Andrew Cagney <cagney@redhat.com>
7598
7599 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7600 dependant on the availability of ASSERT_FUNCTION.
7601 (ASSERT_FUNCTION): Do not define when there is no function name.
7602
7603 2003-05-29 Kevin Buettner <kevinb@redhat.com>
7604
7605 From Jimi X <jimix@watson.ibm.com>:
7606 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7607
7608 2003-05-28 Jim Blandy <jimb@redhat.com>
7609
7610 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7611 argument to ptrace to int; the system headers should give it the
7612 right type, and pointers don't fit in ints on powerpc64-*-*.
7613
7614 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
7615
7616 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7617 DW_TAG_catch_block.
7618
7619 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7620
7621 * stabsread.c (dbx_lookup_type): Make static.
7622 (read_type): Ditto.
7623 (add_undefined_type): Ditto.
7624 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7625 not export.
7626
7627 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7628
7629 * hpread.c (hpread_has_name): Make static.
7630 (hpread_psymtab_to_symtab): Ditto.
7631 (file_exists): Ditto.
7632 (hpread_call_pxdb): Ditto.
7633 (hpread_pxdb_needed): Ditto.
7634 (hpread_quick_traverse): Ditto.
7635 (hpread_get_header): Ditto.
7636 (hpread_get_lntt): Ditto.
7637 (hpread_get_slt): Ditto.
7638 (class_of): Ditto.
7639
7640 2003-05-25 Andreas Schwab <schwab@suse.de>
7641
7642 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7643 stack_align and deprecated_extra_stack_alignment_needed.
7644 (m68k_stack_align): Delete.
7645
7646 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7647 (m68k_register_virtual_size): Likewise.
7648 (altos_skip_prologue): Remove obsolete function.
7649 (isi_frame_num_args): Likewise.
7650 (news_frame_num_args): Likewise.
7651 (m68k_fix_call_dummy): Make static.
7652 (m68k_push_dummy_frame): Likewise.
7653 (m68k_pop_frame): Likewise.
7654 (m68k_skip_prologue): Likewise.
7655 (m68k_frame_init_saved_regs): Likewise.
7656 (m68k_saved_pc_after_call): Likewise.
7657 (m68k_get_longjmp_target): Make multi-arch.
7658 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
7659 structure. Register m68k_get_longjmp_target if enabled.
7660 * m68k-tdep.h (struct gdbarch_tdep): Define.
7661 * config/m68k/tm-m68k.h: Don't include "regcache.h".
7662
7663 * Makefile.in (config.status): Also depend on configure.tgt
7664 and configure.host.
7665 (m68klinux-tdep.o): Update dependencies.
7666 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7667 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7668 (M68K_LINUX_JB_PC): Define.
7669 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7670 and take additional parameter.
7671 (m68k_linux_sigtramp_saved_pc): Update.
7672 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7673 m68k_linux_pc_in_sigtramp, in_plt_section,
7674 find_solib_trampoline_target.
7675 * config/m68k/tm-linux.h: Don't include any tm headers.
7676 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7677 (JB_ELEMENT_SIZE): Likewise.
7678 (JB_PC): Likewise.
7679 (GET_LONGJMP_TARGET): Likewise.
7680 (IN_SIGTRAMP): Likewise.
7681 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7682
7683 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7684
7685 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7686 (sparc32_push_arguments): Re-implement by calling
7687 sparc32_do_push_arguments.
7688
7689 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7690
7691 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7692 SPARC_O1_REGNUM): New defines.
7693 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7694 (sparc32_store_return_value): New function.
7695 (sparc_extract_struct_value_address): Rewrite to operate on a
7696 regcache.
7697 (sparc_gdbarch_init): Don't set
7698 deprecated_extract_struct_value_address. Set
7699 extract_struct_value_address instead. Don't set
7700 deprecated_extract_return_value and deprecated_store_return_value
7701 for 32-bit targets. Set extract_return_value and
7702 store_return_value instead.
7703 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7704 DEPRECTAED_EXTRACT_RETURN_VALUE,
7705 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7706 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7707 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7708 (sparc_store_return_value): Remove prototype.
7709 (sparc32_store_return_value): New prototype.
7710 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7711 Adjust prototypes.
7712
7713 2003-05-24 Mark Kettenis <kettenis@gnu.org>
7714
7715 * sparcnbsd-tdep.c: Include "gdb_string.h".
7716
7717 2003-05-23 Andrew Cagney <cagney@redhat.com>
7718
7719 * p-valprint.c (pascal_val_print): Replace extract_address with
7720 the inline equivalent extract_unsigned_integer.
7721 * jv-valprint.c (java_value_print): Ditto.
7722 * ada-valprint.c (ada_val_print_1): Ditto.
7723 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7724
7725 2003-05-23 Theodore A. Roth <troth@openavr.org>
7726
7727 * blockframe.c (frameless_look_for_prologue): Remove unused
7728 after_prologue variable.
7729
7730 2003-05-23 Mark Kettenis <kettenis@gnu.org>
7731
7732 * blockframe.c (get_pc_function_start): Rewrite to avoid
7733 asignments in if-statements.
7734
7735 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7736
7737 Committed by Elena Zannoni <ezannoni@redhat.com>.
7738 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
7739 files, don't relocate absolute symbols (and do use mst_abs).
7740
7741 2003-05-23 Andrew Cagney <cagney@redhat.com>
7742
7743 * objc-lang.c: Include "gdb_assert.h".
7744 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7745 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7746 (gdb_check, gdb_check_fatal): Delete functions.
7747 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7748 gdb_assert.
7749 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7750 * Makefile.in (objc-lang.o): Update dependencies.
7751
7752 2003-05-22 Ian Lance Taylor <ian@airs.com>
7753
7754 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7755 with fprintf_filtered, not fprintf_unfiltered.
7756
7757 2003-05-22 Andrew Cagney <cagney@redhat.com>
7758
7759 * stack.c (frame_info): Inline extract_address, replacing it with
7760 extract_unsigned_integer.
7761 * findvar.c (unsigned_pointer_to_address): Ditto.
7762 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7763 * dwarf2expr.c (dwarf2_read_address): Ditto.
7764 * frame.c (frame_pc_unwind): Update comment.
7765 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7766
7767 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7768
7769 * infptrace.c (detach): Call print_sys_errmsg rather than
7770 perror_with_name to issue warning message when errno is non-zero
7771 after calling ptrace detach.
7772
7773 2003-05-21 J. Brobecker <brobecker@gnat.com>
7774
7775 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7776 macro definitions from here...
7777 * hppa-tdep.c: ...to there.
7778
7779 2003-05-20 Kevin Buettner <kevinb@redhat.com>
7780
7781 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7782 register_ptrace_addr(). Fix all callers.
7783
7784 2003-05-21 Andreas Schwab <schwab@suse.de>
7785
7786 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7787 dependencies.
7788 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7789 end.
7790 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7791 (_initialize_m68k_linux_tdep): New function.
7792 (m68k_linux_frame_saved_pc): Make static.
7793 (m68k_linux_extract_return_value): Likewise.
7794 (m68k_linux_store_return_value): Likewise.
7795 (m68k_linux_extract_struct_value_address): Likewise.
7796 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7797 Remove.
7798 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7799 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7800 (DEPRECATED_FRAME_SAVED_PC): Remove.
7801
7802 2003-05-20 Kris Warkentin <kewarken@qnx.com>
7803
7804 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7805 regset numbering rather than our own.
7806
7807 2003-05-19 David Carlton <carlton@bactrian.org>
7808
7809 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7810
7811 2003-05-19 David Carlton <carlton@bactrian.org>
7812
7813 Partial fix for PR c++/827.
7814 * cp-support.h: Include symtab.h.
7815 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7816 * cp-namespace.c: Update contributors.
7817 (cp_lookup_symbol_nonlocal): New.
7818 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7819 (lookup_symbol_file): Ditto.
7820 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7821 * block.h: Declare block_scope, block_using, block_global_block.
7822 * block.c (block_scope): New.
7823 (block_using, block_global_block): Ditto.
7824 * Makefile.in (cp_support_h): Depend on symtab_h.
7825 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7826
7827 2003-05-19 David Carlton <carlton@bactrian.org>
7828
7829 * language.h (struct language_defn): Add 'la_value_of_this'
7830 and 'la_lookup_symbol_nonlocal' members.
7831 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7832 lookup_symbol_static, lookup_symbol_global,
7833 lookup_symbol_aux_block.
7834 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7835 if we should search fields of this and how to do static/global
7836 lookup.
7837 (lookup_symbol_aux_block): Make extern.
7838 (basic_lookup_symbol_nonlocal): New.
7839 (lookup_symbol_static, lookup_symbol_global): Ditto.
7840 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7841 'la_lookup_symbol_nonlocal' members.
7842 * c-lang.c (c_language_defn, cplus_language_defn)
7843 (asm_language_defn, minimal_language_defn): Ditto.
7844 * jv-lang.c (java_language_defn): Ditto.
7845 * language.c (unknown_language_defn, auto_language_defn)
7846 (local_language_defn): Ditto.
7847 * m2-lang.c (m2_language_defn): Ditto.
7848 * objc-lang.c (objc_language_defn): Ditto.
7849 * scm-lang.c (scm_language_defn): Ditto.
7850 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7851 * p-lang.c (pascal_language_defn): Ditto for both.
7852 * Makefile.in (f-lang.o): Depend on value_h.
7853 (p-lang.o): Ditto.
7854
7855 2003-05-19 David Carlton <carlton@bactrian.org>
7856
7857 * block.h: Declare block_static_block.
7858 * block.c (block_static_block): New.
7859 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7860 lookup_symbol_aux_local, calling block_static_block instead.
7861 (lookup_symbol_aux_local): Delete 'static_block' argument.
7862
7863 2003-05-19 David Carlton <carlton@bactrian.org>
7864
7865 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7866
7867 2003-05-19 Michal Ludvig <mludvig@suse.cz>
7868
7869 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7870 register numbers mapping.
7871
7872 2003-05-18 Adam Fedor <fedor@gnu.org>
7873
7874 * symtab.c (completion_list_objc_symbol): New function.
7875 (make_symbol_completion_list): Use it to add ObjC symbols
7876 when looking though the list.
7877 (language_search_unquoted_string): New function.
7878 (make_file_symbol_completion_list): Use it.
7879
7880 2003-05-18 Andreas Schwab <schwab@suse.de>
7881
7882 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7883 dependencies.
7884 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7885 as m68k_linux_extract_return_value.
7886 (DEPRECATED_STORE_RETURN_VALUE): Define as
7887 m68k_linux_store_return_value.
7888 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7889 m68k_linux_extract_struct_value_address.
7890 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7891 get_next_frame, get_frame_base, get_frame_pc.
7892 (m68k_linux_frame_saved_pc): Use get_frame_base.
7893 (m68k_linux_extract_return_value): New function.
7894 (m68k_linux_store_return_value): New function.
7895 (m68k_linux_extract_struct_value_address): New function.
7896 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7897
7898 * c-exp.y (typebase): Remove duplicate occurence of
7899 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7900 of lookup_signed_typename.
7901
7902 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7903
7904 * dwarf2loc.c (find_location_expression): Change type of second
7905 argument to `size_t *'.
7906 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7907 for size variable.
7908
7909 2003-05-18 David Carlton <carlton@bactrian.org>
7910
7911 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7912 'linkage_name'. Add comment.
7913 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7914 'linkage_name'.
7915 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7916 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7917 (lookup_block_symbol): Ditto.
7918
7919 2003-05-16 Andrew Cagney <cagney@redhat.com>
7920
7921 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7922 * gdbarch.h, gdbarch.c: Re-generate.
7923 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7924 * TODO (REGISTER_BYTES): Delete reference.
7925 * alpha-tdep.c (alpha_gdbarch_init): Update.
7926 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7927 * x86-64-tdep.c (x86_64_init_abi): Update.
7928 * vax-tdep.c (vax_gdbarch_init): Update.
7929 * v850-tdep.c (v850_gdbarch_init): Update.
7930 * sparc-tdep.c (sparc_gdbarch_init): Update.
7931 * sh-tdep.c (sh_gdbarch_init): Update.
7932 * s390-tdep.c (s390_gdbarch_init): Update.
7933 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7934 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7935 (ns32k_gdbarch_init_32382): Update.
7936 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7937 * mcore-tdep.c (mcore_gdbarch_init): Update.
7938 * m68k-tdep.c (m68k_gdbarch_init): Update.
7939 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7940 * ia64-tdep.c (ia64_gdbarch_init): Update.
7941 * i386-tdep.c (i386_gdbarch_init): Update.
7942 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7943 * hppa-tdep.c (hppa_gdbarch_init): Update.
7944 * h8300-tdep.c (h8300_gdbarch_init): Update.
7945 * frv-tdep.c (frv_gdbarch_init): Update.
7946 * cris-tdep.c (cris_gdbarch_init): Update.
7947 * avr-tdep.c (avr_gdbarch_init): Update.
7948 * arm-tdep.c (arm_gdbarch_init): Update.
7949 * sparc-tdep.c (sparc_pop_frame): Update.
7950 * rs6000-tdep.c (rs6000_pop_frame): Update.
7951 * remote.c (init_remote_state): Update.
7952 (remote_prepare_to_store): Update.
7953 * remote-vx.c (vx_prepare_to_store): Update.
7954 * remote-sds.c (sds_fetch_registers): Update.
7955 (sds_prepare_to_store): Update.
7956 * remote-array.c: Update.
7957 * regcache.c (init_legacy_regcache_descr): Update.
7958 (init_regcache_descr): Update.
7959 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7960 (mips_o64_extract_return_value): Update.
7961 * irix5-nat.c (fetch_core_registers): Update.
7962 * irix4-nat.c (fetch_core_registers): Update.
7963 * i386-tdep.h: Update.
7964 * hppa-tdep.c (pa_do_registers_info): Update.
7965 (pa_do_strcat_registers_info): Update.
7966 * cris-tdep.c (cris_register_bytes_ok): Update.
7967 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7968 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7969 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7970 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7971 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7972 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7973 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7974 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7975 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7976 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7977 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7978 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7979 (REGISTER_BYTES_OK): Update.
7980 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7981 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7982
7983 2003-05-16 Ian Lance Taylor <ian@airs.com>
7984
7985 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7986 (vax_print_insn, print_insn_arg): Remove static functions.
7987 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7988 print_insn_vax from opcodes library.
7989 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7990
7991 2003-05-15 Andrew Cagney <cagney@redhat.com>
7992
7993 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7994 * target.h (memory_breakpoint_from_pc): Delete declaration.
7995 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7996 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7997 * monitor.c (monitor_insert_breakpoint): Use
7998 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7999 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
8000 * gdbarch.h, gdbarch.c: Re-generate.
8001 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
8002 (sparc_gdbarch_init): Set breakpoint_from_pc to
8003 sparc_breakpoint_from_pc.
8004 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
8005 (BREAKPOINT_FROM_PC): Define.
8006 (sparc_breakpoint_from_pc): Declare.
8007 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
8008 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
8009 (BREAKPOINT_FROM_PC): Define.
8010 (BREAKPOINT): Delete macro.
8011 * target.h: Update comment.
8012 * s390-tdep.c (s390_gdbarch_init): Update comments.
8013 * remote.c: Update comments.
8014 * remote-mips.c: Update comments.
8015 * proc-api.c (write_with_trace): Do not check for a breakpoint.
8016 * mem-break.c: Update comment.
8017 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
8018 (ia64_memory_insert_breakpoint): Update.
8019 * config/sparc/tm-sparc.h: Update comment.
8020 * config/pa/tm-hppa64.h: Update comment.
8021 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8022 (rs6000_breakpoint_from_pc): Update.
8023 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8024 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
8025 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
8026 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
8027 (mips_breakpoint_from_pc): Update.
8028 (mips_dump_tdep): Update.
8029
8030 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
8031 * minsyms.c (lookup_minimal_symbol): Inline
8032 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
8033
8034 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
8035 * p-valprint.c (pascal_object_print_value_fields): Ditto.
8036 * p-lang.c (pascal_printstr): Ditto.
8037 * objc-lang.c (objc_printstr): Ditto.
8038 * m2-lang.c (m2_printstr): Ditto.
8039 * jv-valprint.c (java_print_value_fields): Ditto.
8040 * f-lang.c (f_printstr): Ditto.
8041 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
8042 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
8043 for repeat_count_threshold.
8044 * Makefile.in (cp-valprint.o): Update dependencies.
8045
8046 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8047
8048 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
8049 (examine_prologue): Support looking through leaf functions, knowing
8050 they start with mov r2,r12. Support skipping over indirect stores
8051 of the input registers. Upon hitting a non-nop branch instruction
8052 or predicated instruction, bail out by setting lim_pc to the current
8053 pc value in the loop. At the end, if the lim_pc value is still
8054 beyond our calculated value and we have trust_limit set,
8055 use the lim_pc value.
8056
8057 2003-05-15 Andrew Cagney <cagney@redhat.com>
8058
8059 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
8060 generic_find_dummy_frame.
8061 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
8062 (deprecated_generic_find_dummy_frame): Update.
8063 (deprecated_read_register_dummy): Update.
8064 * frame.c (deprecated_generic_get_saved_register): Update.
8065
8066 2003-05-15 Theodore A. Roth <troth@openavr.org>
8067
8068 * avr-tdep.c (avr_breakpoint_from_pc): New function.
8069 (avr_gdbarch_init): Set breakpoint_from_pc method.
8070
8071 2003-05-15 Andrew Cagney <cagney@redhat.com>
8072
8073 * regcache.c (build_regcache): Set deprecated_register_valid
8074 directly.
8075 (deprecated_grub_regcache_for_register_valid): Delete function.
8076 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
8077 declaration.
8078
8079 2003-05-15 David Carlton <carlton@bactrian.org>
8080
8081 Committed by Elena Zannoni <ezannoni@redhat.com>
8082 * symtab.c (lookup_symbol_aux): Delete calls to
8083 lookup_symbol_aux_minsyms.
8084 (lookup_symbol_aux_minsyms): Comment out function and
8085 prototype. Delete lookup by mangled name.
8086
8087 2003-05-14 Kevin Buettner <kevinb@redhat.com>
8088
8089 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
8090 correctly indicate an empty stack and ``stack_allocated'' to the
8091 indicate the number of elements initially allocated.
8092 (dwarf_expr_grow_stack): Simplify method for computing new
8093 stack size. Don't loop infinitely if ``stack_len'' is zero.
8094 (execute_stack_op): Move ``ctx->in_reg'' initialization
8095 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
8096 be used in conjuction with DW_OP_piece. Revise error message
8097 accordingly.
8098
8099 2003-05-14 Theodore A. Roth <troth@openavr.org>
8100
8101 * MAINTAINERS: Update my email address.
8102 * avr-tdep.c: Ditto.
8103
8104 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
8105
8106 * symtab.h (enum domain_enum): Rename from namespace_enum.
8107 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
8108 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
8109 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
8110 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
8111 TYPES_NAMESPACE, METHODS_NAMESPACE.
8112 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
8113 (struct symbol, struct partial_symbol): Rename field
8114 'namespace_enum namespace' to 'domain_enum domain'.
8115 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
8116 Delete old define kludge for namespace.
8117
8118 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
8119 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
8120 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
8121 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
8122 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
8123 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
8124 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8125 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8126 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8127 occurrences of the above.
8128
8129 2003-05-14 Ian Lance Taylor <ian@airs.com>
8130
8131 * Makefile.in (install-only): Use $(SHELL) when running
8132 mkinstalldirs.
8133
8134 2003-05-13 Ian Lance Taylor <ian@airs.com>
8135
8136 * MAINTAINERS (write after approval): Add myself.
8137
8138 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8139 second and third arguments.
8140 * ser-tcp.c (_initialize_ser_tcp): Likewise.
8141 * ser-unix.c (_initialize_ser_hardwire): Likewise.
8142
8143 2003-05-13 Andrew Cagney <cagney@redhat.com>
8144
8145 * defs.h (store_address): Delete declaration.
8146 findvar.c (store_address): Delete function.
8147 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8148 store_unsigned_integer.
8149 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8150 * v850-tdep.c (v850_push_arguments): Ditto.
8151 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8152 * sh-tdep.c (sh64_get_saved_register): Ditto.
8153 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8154 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8155 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8156 (mips_get_saved_register): Ditto.
8157 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8158 (find_func_descr, ia64_push_arguments): Ditto.
8159 * i386-tdep.c (i386_push_arguments): Ditto.
8160 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8161 * frv-tdep.c (frv_push_arguments): Ditto.
8162 * frame.c (legacy_saved_regs_prev_register): Ditto.
8163 (deprecated_generic_get_saved_register): Ditto.
8164 * findvar.c (unsigned_address_to_pointer): Ditto.
8165 * dwarf2read.c (dwarf2_const_value): Ditto.
8166 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8167 * alpha-tdep.c (alpha_push_arguments): Ditto.
8168
8169 2003-05-12 J. Brobecker <brobecker@gnat.com>
8170
8171 * NEWS: Mention that the hppa-hpux port has been partially
8172 multiarched (32bit ABIT only, so far).
8173
8174 2003-05-11 Andrew Cagney <cagney@redhat.com>
8175
8176 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8177 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8178 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8179 sim/testsuite/sim/arm/misaligned2.ms, and
8180 sim/testsuite/sim/arm/misaligned3.ms.
8181 * disasm.h (struct ui_file): Add opaque struct declaration.
8182 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8183 * frame.h (struct ui_file): Ditto.
8184
8185 2003-05-11 Mark Kettenis <kettenis@gnu.org>
8186
8187 * value.h: Pretty print.
8188
8189 2003-05-10 Mark Kettenis <kettenis@gnu.org>
8190
8191 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8192
8193 2003-05-08 Andrew Cagney <cagney@redhat.com>
8194
8195 * regcache.h (max_register_size): Delete declaration.
8196 * regcache.c (max_register_size): Delete function.
8197 (struct regcache_descr): Delete field "max_register_size".
8198 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8199 registers fit in MAX_REGISTER_SIZE.
8200 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8201 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8202 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8203 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8204 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8205 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8206 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8207 * dve3900-rom.c, hppa-tdep.c: Ditto.
8208
8209 2003-05-08 David Carlton <carlton@math.stanford.edu>
8210
8211 * valops.c (push_word): Fix typo.
8212
8213 2003-05-08 Andrew Cagney <cagney@redhat.com>
8214
8215 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8216 * gdbarch.h: Re-generate.
8217 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8218 (legacy_max_register_raw_size): Delete declaration.
8219 * regcache.c (legacy_max_register_raw_size): Delete function.
8220 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8221 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8222 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8223 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8224 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8225 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8226 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8227 * findvar.c, dwarf2cfi.c: Ditto.
8228
8229 2003-05-08 Andrew Cagney <cagney@redhat.com>
8230
8231 * mips-tdep.c (read_signed_register): New function, moved to here
8232 from "regcache.c".
8233 (read_signed_register_pid): Ditto.
8234 * regcache.c (read_signed_register_pid): Delete function, moved to
8235 "mips-tdep.c".
8236 (read_signed_register): Ditto.
8237 * regcache.h (read_signed_register): Delete declaration.
8238 (read_signed_register_pid): Delete declaration.
8239
8240 2003-05-08 Andrew Cagney <cagney@redhat.com>
8241
8242 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8243 * gdbarch.h: Re-generate.
8244 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8245 (legacy_max_register_virtual_size): Delete declaration.
8246 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8247 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8248 * tracepoint.c (memrange_sortmerge): Ditto.
8249 * sparc-tdep.c (sparc_print_registers): Ditto.
8250 * regcache.c (legacy_max_register_virtual_size): Delete function.
8251
8252 2002-05-08 J. Brobecker <brobecker@gnat.com>
8253
8254 * fork-child.c (escape_bang_in_quoted_argument): New function.
8255 (fork_inferior): Escape '!' characters in quoted arguments
8256 only when needed.
8257
8258 2003-05-08 J. Brobecker <brobecker@gnat.com>
8259
8260 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8261 the language of the CU is not currently supported by GDB.
8262
8263 2003-05-08 J. Brobecker <brobecker@gnat.com>
8264
8265 * defs.h (language): Add language_minimal enum value.
8266 * c-lang.c (minimal_language_defn): New language definition.
8267 (_initialize_c_language): Add the new minimal language to the list
8268 of languages known to GDB.
8269
8270 2003-05-08 Kevin Buettner <kevinb@redhat.com>
8271
8272 * frame.c (get_frame_type): Don't attempt to lazily initialize
8273 frame's unwinder for legacy frames.
8274
8275 2003-05-07 Andrew Cagney <cagney@redhat.com>
8276
8277 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8278 and "regcache" parameters.
8279 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8280
8281 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8282
8283 * dwarf2read.c (dwarf_decode_lines): Only use output of
8284 check_cu_functions() when calling record_line(). Do not update
8285 the current address.
8286
8287 2003-05-07 Andrew Cagney <cagney@redhat.com>
8288
8289 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8290 code.
8291
8292 2003-05-07 Jim Blandy <jimb@redhat.com>
8293
8294 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8295 'maint info symtabs' and 'maint info psymtabs'.
8296 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8297 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8298 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8299 Declarations updated.
8300 * maint.c (maintenance_list_command): Delete.
8301 (_initialize_maint_cmds): Update calls to add_cmd.
8302 * gdbcmd.h (maintenancelistlist): Delete declaration.
8303 * cli/cli-cmds.c (maintenancelistlist): Delete.
8304 (init_cmd_lists): Don't initialize it.
8305 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8306
8307 2003-05-07 Andrew Cagney <cagney@redhat.com>
8308
8309 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8310 "regcache".
8311 (d10v_print_registers_info): Update.
8312 (d10v_dmap_register, d10v_imap_register): Delete functions.
8313 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8314 and "imap_register".
8315 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8316 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8317 * arch-utils.c (generic_remote_translate_xfer_address): Add
8318 "regcache" and "gdbarch" parameters.
8319 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8320 parameter. Change class to multi-arch.
8321 * gdbarch.h, gdbarch.c: Re-generate.
8322 * remote.c (remote_xfer_memory): Use
8323 gdbarch_remote_translate_xfer_address.
8324
8325 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8326
8327 * infrun.c (prev_pc): Move declaration ahead of proceed().
8328 (proceed): Refresh prev_pc value before resuming.
8329 (stop_stepping): Remove code to refresh prev_pc.
8330
8331 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8332
8333 * nto-tdep.c: Removed stray comment.
8334
8335 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8336
8337 * i386-nto-tdep.c: Fix old K&R function definitions.
8338 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8339 Also change add_show_from_set() call to add_setshow_cmd().
8340 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8341
8342 2003-05-05 Andrew Cagney <cagney@redhat.com>
8343
8344 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8345 (fprint_dummy_frames): New function.
8346 (maintenance_print_dummy_frames): New function.
8347 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8348 * frame.c (fprint_frame_id): Make global.
8349 * frame.h (fprint_frame_id): Declare.
8350 * Makefile.in (dummy-frame.o): Update dependencies.
8351
8352 2003-05-05 Andrew Cagney <cagney@redhat.com>
8353
8354 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8355 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8356 SIZEOF_CALL_DUMMY_WORDS.
8357 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8358 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8359 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8360 CALL_DUMMY_BREAKPOINT_OFFSET.
8361 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8362 CALL_DUMMY_START_OFFSET.
8363 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8364 * gdbarch.h, gdbarch.c: Re-generate.
8365 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8366 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8367 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8368 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8369 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8370 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8371 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8372 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8373 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8374 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8375 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8376 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8377 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8378 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8379 * config/sparc/tm-sparc.h: Update.
8380
8381 2003-05-05 Kris Warkentin <kewarken@qnx.com>
8382
8383 * configure.tgt: Add i[3456]86-*-nto*.
8384 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8385 * nto-tdep.c: New file. Neutrino target support routines.
8386 * nto-tdep.h: New file. Neutrino target header.
8387 * config/tm-qnxnto.h: New file.
8388 * config/i386/i386nto.mt: New file.
8389 * config/i386/tm-i386nto.h: New file.
8390
8391 2003-05-04 Andrew Cagney <cagney@redhat.com>
8392
8393 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8394 (load_infrun_state): Ditto.
8395 (struct thread_info): Drop "prev_func_name" field.
8396 * thread.c (load_infrun_state): Update.
8397 (save_infrun_state): Update.
8398 * infrun.c (prev_func_name): Delete variable.
8399 (init_wait_for_inferior): Do not clear prev_func_name.
8400 (stop_stepping, keep_going, context_switch): Do not swap
8401 prev_func_name.
8402 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8403 instead of PC_IN_SIGTRAMP.
8404
8405 2003-05-04 Andrew Cagney <cagney@redhat.com>
8406
8407 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8408 REGISTER_BYTE with register_offset_hack.
8409 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8410 that REGISTER_BYTE is consistent with the regcache.
8411 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8412 * gdbarch.h, gdbarch.c: Regenerate.
8413
8414 2003-05-04 Mark Kettenis <kettenis@gnu.org>
8415
8416 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8417 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8418
8419 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8420
8421 2003-05-03 J. Brobecker <brobecker@gnat.com>
8422
8423 From Thierry Schneider <tpschneider1@yahoo.com>
8424 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8425 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8426 (mi-cmd-symbol.o): Add rule.
8427
8428 2003-05-03 Andrew Cagney <cagney@redhat.com>
8429
8430 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8431 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8432 * gdbarch.h, gdbarch.c: Re-generate.
8433 * d10v-tdep.c (d10v_push_dummy_code): New function.
8434 (d10v_gdbarch_init): Set push_dummy_code.
8435 * infcall.c (legacy_push_dummy_code): New function.
8436 (generic_push_dummy_code): New function.
8437 (push_dummy_code): New function.
8438 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8439 instead of dummy_addr, to push_dummy_call. Move call to
8440 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8441 switch.
8442 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8443
8444 2003-05-03 Andrew Cagney <cagney@redhat.com>
8445
8446 * disasm.h (print_insn): Declare.
8447 * disasm.c (init_gdb_disassemble_info): New function.
8448 (gdb_disassembly): Call init_gdb_disassemble_info.
8449 (gdb_print_insn): New function.
8450 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8451 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8452 * mcore-tdep.c: Include "disasm.h"
8453 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8454 * d10v-tdep.c: Include "disasm.h".
8455 (display_trace): Call gdb_print_insn, instead of print_insn.
8456 (print_insn): Delete function.
8457 * printcmd.c: Include "disasm.h".
8458 (print_insn): Delete function.
8459 (print_formatted): Call gdb_print_insn, instead of print_insn.
8460 * Makefile.in (printcmd.o): Update dependencies.
8461 (mcore-tdep.o, d10v-tdep.o): Ditto.
8462
8463 2003-05-02 Andrew Cagney <cagney@redhat.com>
8464
8465 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8466 PC_REGNUM, re-indent.
8467 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8468 PC_REGNUM isn't set.
8469
8470 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8471 * gdbarch.h, gdbarch.c: Re-generate.
8472 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8473 register_virtual_size, pc_regnum, or register_bytes.
8474 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8475 (d10v_register_type): Use D10V_PC_REGNUM.
8476 (d10v_print_registers_info, d10v_read_pc): Ditto.
8477 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8478 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8479
8480 2003-05-02 David Carlton <carlton@bactrian.org>
8481
8482 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8483 the name with mstrsave.
8484
8485 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8486
8487 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8488 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8489 (host_charset_name, target_charset_name): New vars for use by
8490 set/show commands.
8491 (host_charset_enum, target_charset_enum): New enums for set/show
8492 commands.
8493 (set_charset_sfunc, set_host_charset_sfunc,
8494 set_target_charset_sfunc): New functions.
8495 (set_host_charset, set_target_charset): Make static.
8496 (list_charsets, set_host_charset_command,
8497 set_target_charset_command): Delete functions.
8498 (show_charset_command): Rewrite as....
8499 (show_charset): Hook this up with the set/show command mechanism.
8500 (_initialize_charset): Change names of charsets to match the
8501 set/show enums. Use host_charset_name and target_charset_name.
8502 Use set/show mechanism for charset, host-charset, target-charset
8503 commands. Do not make 'show host-charset' and 'show
8504 target-charset' be aliases of 'show charset'.
8505
8506 * charset.h (set_host_charset, set_target_charset): Don't export,
8507 they are not used outside the file.
8508
8509 2003-05-01 Andrew Cagney <cagney@redhat.com>
8510
8511 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8512 (gdb_disassembly): Make "di" non static, always initialize and
8513 cleanup. Always use dis_asm_read_memory.
8514 (gdb_dis_asm_read_memory): Delete function.
8515
8516 2003-05-01 Andrew Cagney <cagney@redhat.com>
8517
8518 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8519 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8520
8521 2003-04-30 Andrew Cagney <cagney@redhat.com>
8522
8523 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8524 "tm_print_insn_info".
8525 (TARGET_PRINT_INSN_INFO): Delete macro.
8526 (dis_asm_read_memory): Delete function declaration.
8527 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8528 (tm_print_insn_info): Delete variable definition.
8529 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8530 * gdbarch.h, gdbarch.c: Re-generate.
8531 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8532 "deprecated_tm_print_insn_info".
8533 * mcore-tdep.c (mcore_dump_insn): Ditto.
8534 * mips-tdep.c (mips_gdbarch_init): Ditto.
8535 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8536 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8537 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8538 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8539 instead of TARGET_PRINT_INSN_INFO, add comment.
8540 * s390-tdep.c (s390_get_frame_info): Instead of
8541 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8542 (s390_check_function_end, s390_is_sigreturn): Ditto.
8543 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8544 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8545 * disasm.c: Include "gdbcore.h".
8546 (_initialize_disasm): New function, initialize
8547 "deprecated_tm_print_insn_info".
8548 (deprecated_tm_print_insn_info): New variable.
8549 (dis_asm_read_memory): Moved from "corefile.c", made static.
8550 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8551 * Makefile.in (disasm.o): Update dependencies.
8552
8553 2003-04-30 Andrew Cagney <cagney@redhat.com>
8554
8555 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8556
8557 2003-04-29 Adam Fedor <fedor@gnu.org>
8558
8559 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8560 * infcall.c (find_function_addr): Make non-static.
8561 * infcall.h (find_function_addr): Declare.
8562 * Makefile.in (eval.o): Update dependencies.
8563
8564 2003-04-28 Adam Fedor <fedor@gnu.org>
8565
8566 * symtab.c (symbol_find_demangled_name): Check for and demangle
8567 ObjC symbols.
8568 (symbol_init_demangled_name): Init for language_objc as well.
8569
8570 2003-04-28 Andrew Cagney <cagney@redhat.com>
8571
8572 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8573 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8574 * gdbarch.h, gdbarch.c: Re-generate.
8575 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8576 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8577 * inferior.h (deprecated_read_fp): Rename read_fp.
8578 (generic_target_read_fp): Delete declaration.
8579 * regcache.c (generic_target_read_fp): Delete function.
8580 (deprecated_read_fp): Replace read_fp, use
8581 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8582 * d10v-tdep.c (d10v_read_fp): Delete function.
8583 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8584
8585 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8586 deprecated_target_read_fp to generic_target_read_fp.
8587 * sh-tdep.c (sh_gdbarch_init): Ditto.
8588 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8589 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8590 * frv-tdep.c (frv_gdbarch_init): Ditto.
8591
8592 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8593 deprecated_fp_regnum.
8594 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8595 * vax-tdep.c (vax_gdbarch_init): Ditto.
8596 * v850-tdep.c (v850_gdbarch_init): Ditto.
8597 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8598 * sh-tdep.c (sh_gdbarch_init): Ditto.
8599 * s390-tdep.c (s390_gdbarch_init): Ditto.
8600 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8601 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8602 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8603 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8604 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8605 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8606 * i386-tdep.c (i386_gdbarch_init): Ditto.
8607 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8608 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8609 * frv-tdep.c (frv_gdbarch_init): Ditto.
8610 * cris-tdep.c (cris_gdbarch_init): Ditto.
8611 * avr-tdep.c (avr_gdbarch_init): Ditto.
8612 * arm-tdep.c (arm_gdbarch_init): Ditto.
8613 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8614
8615 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8616 * v850-tdep.c (v850_gdbarch_init): Ditto.
8617 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8618 * sh-tdep.c (sh_gdbarch_init): Ditto.
8619 * s390-tdep.c (s390_gdbarch_init): Ditto.
8620 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8621 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8622 * mips-tdep.c (mips_gdbarch_init): Ditto.
8623 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8624 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8625 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8626 * frv-tdep.c (frv_gdbarch_init): Ditto.
8627 * avr-tdep.c (avr_gdbarch_init): Ditto.
8628 * arm-tdep.c (arm_gdbarch_init): Ditto.
8629
8630 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8631 DEPRECATED_FP_REGNUM.
8632 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8633 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8634 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8635 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8636 (sparc32_register_virtual_type): Ditto.
8637 * sh-tdep.c (sh64_frame_chain): Ditto.
8638 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8639 (sh_nofp_frame_init_saved_regs): Ditto.
8640 (sh64_nofp_frame_init_saved_regs): Ditto.
8641 (sh_fp_frame_init_saved_regs): Ditto.
8642 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8643 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8644 * procfs.c (procfs_fetch_registers): Ditto.
8645 (procfs_store_registers): Ditto.
8646 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8647 (store_inferior_registers, fetch_core_registers): Ditto.
8648 (fetch_kcore_registers, clear_regs): Ditto.
8649 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8650 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8651 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8652 * nlm/i386.c (do_status): Ditto.
8653 * mipsv4-nat.c (supply_gregset): Ditto.
8654 * mips-tdep.c: Ditto for comments.
8655 * mips-nat.c (fetch_inferior_registers): Ditto.
8656 (store_inferior_registers, fetch_core_registers): Ditto.
8657 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
8658 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
8659 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
8660 (i386_do_pop_frame, i386_register_type): Ditto.
8661 * hppa-tdep.c (hppa_frame_chain): Ditto.
8662 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
8663 (hppa_pop_frame, hppa_read_fp): Ditto.
8664 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
8665 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
8666 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8667 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8668 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8669 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8670 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8671 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8672 * blockframe.c: Ditto for comments.
8673 * arch-utils.h: Ditto for comments.
8674 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8675 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8676 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8677 * alpha-tdep.h: Ditto for comments.
8678 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8679 (alpha_cannot_store_register): Ditto.
8680 (alpha_push_dummy_frame): Ditto.
8681 * alpha-nat.c (supply_gregset): Ditto.
8682
8683 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8684 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8685 * config/sparc/tm-sparc.h: Update comment.
8686
8687 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8688 deprecated_read_fp instead of TARGET_READ_FP.
8689 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8690 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8691 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8692 deprecated_read_fp instead of read_fp.
8693 * s390-tdep.c (s390_push_arguments): Ditto.
8694 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8695 * frame.h: Ditto in comments.
8696 * frame.c (legacy_get_prev_frame): Ditto.
8697 * dummy-frame.c (dummy_frame_this_id): Ditto.
8698 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8699
8700 2003-04-28 Andrew Cagney <cagney@redhat.com>
8701
8702 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8703 * gdbarch.h, gdbarch.c: Re-generate.
8704 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8705 * vax-tdep.c (_initialize_vax_tdep): Update.
8706 * v850-tdep.c (_initialize_v850_tdep): Update.
8707 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8708 * s390-tdep.c (_initialize_s390_tdep): Update.
8709 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8710 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8711 * mips-tdep.c (_initialize_mips_tdep): Update.
8712 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8713 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8714 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8715 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8716 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8717 * frv-tdep.c (_initialize_frv_tdep): Update.
8718 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8719 (_initialize_cris_tdep): Update.
8720 * arch-utils.c (legacy_print_insn): Update.
8721 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8722
8723 2003-04-26 Adam Fedor <fedor@gnu.org>
8724
8725 * linespec.c (decode_objc): New function to decode ObjC calls
8726 (decode_line_1): Check for ObjC calls (using decode_objc)
8727 * Makefile (linespec.o): Update dependencies.
8728
8729 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
8730
8731 * breakpoint.h (struct breakpoint_ops): New.
8732 (struct breakpoint): Add ops member.
8733
8734 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8735 (mention): Use new breakpoint ops member.
8736 (set_raw_breakpoint): Initialize ops field to NULL.
8737 (print_exception_catchpoint, print_one_exception_catchpoint)
8738 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8739 (gnu_v3_exception_catchpoint_ops): New.
8740 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8741
8742 2003-04-25 Adam Fedor <fedor@gnu.org>
8743
8744 * Makefile.in (COMMON_OBS): Add objc-lang.o
8745
8746 2003-04-25 Andrew Cagney <cagney@redhat.com>
8747
8748 * d10v-tdep.c (print_insn): Delete function.
8749 (display_trace): Use TARGET_PRINT_INSN.
8750 (_initialize_d10v_tdep): Do not set tm_print_insn.
8751 (d10v_gdbarch_init): Set print_insn.
8752
8753 2003-04-25 Andrew Cagney <cagney@redhat.com>
8754
8755 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8756 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8757 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8758 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8759 (nr_dmap_regs, a0_regnum): ... new functions.
8760 (d10v_print_registers_info): Use a0_regnum, use register_size.
8761 (d10v_register_byte): Delete function.
8762 (d10v_register_raw_size): Delete function.
8763 (d10v_register_type): Use a0_regnum.
8764 (d10v_print_registers_info): Use a0_regnum.
8765 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8766 (d10v_gdbarch_init): Do not set register_byte or
8767 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8768 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8769 extract_address.
8770 (trace_command): Use XCALLOC.
8771 (print_insn): Delete reference to tm_print_insn.
8772 (saved_regs_unwinder): Use store_unsigned_integer instead of
8773 store_address.
8774 * frame.h (FRAME_OBSTACK_CALLOC): Define
8775
8776 2003-04-25 David Carlton <carlton@bactrian.org>
8777
8778 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8779
8780 2003-04-24 Adam Fedor <fedor@gnu.org>
8781
8782 * objc-lang.c: Include "valprint.h"
8783 * Makefile.in (objc-lang.o): Update dependencies.
8784
8785 2003-04-24 Adam Fedor <fedor@gnu.org>
8786
8787 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
8788 architecture dependant compilation and mark as unimplemented
8789 (until they get put in the gdbarch vector).
8790
8791 2003-04-23 David Carlton <carlton@bactrian.org>
8792
8793 * cp-support.c (cp_find_first_component): Accept 'operator' in
8794 more locations.
8795
8796 2003-04-23 Andrew Cagney <cagney@redhat.com>
8797
8798 * infcall.c (call_function_by_hand): Eliminate redundant
8799 indentation. Move "saved_async" and "old_cleanups" to where they
8800 are needed.
8801
8802 2003-04-23 Andrew Cagney <cagney@redhat.com>
8803
8804 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8805 and "buffer". Move the "name" code to where it is needed.
8806
8807 2003-04-23 Andrew Cagney <cagney@redhat.com>
8808
8809 * infcall.c (call_function_by_hand): Move variables "start_sp",
8810 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8811 code to ON_STACK switch branch.
8812
8813 2003-04-23 Andrew Cagney <cagney@redhat.com>
8814
8815 * infcall.c (call_function_by_hand): Make declaration of "i",
8816 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8817 lint.
8818
8819 2003-04-23 Andrew Cagney <cagney@redhat.com>
8820
8821 * infcall.c (call_function_by_hand): Delete variable
8822 "n_method_args". Localize "param_type"'s declaration to the loop
8823 that it is used. Reinstate code assigning to said variable -
8824 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8825 Rationalize code using "param_type".
8826
8827 2003-04-22 Andrew Cagney <cagney@redhat.com>
8828
8829 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8830 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8831 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8832 to DEPRECATED_PUSH_RETURN_ADDRESS.
8833
8834 2003-04-22 Kevin Buettner <kevinb@redhat.com>
8835
8836 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8837 on the DWARF2 register number prior to fetching a register.
8838
8839 2003-04-22 J. Brobecker <brobecker@gnat.com>
8840
8841 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8842 Update all the tests using SOFT_FLOAT considering the fact that
8843 this macro was always set to 0.
8844 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8845 considering the fact that this macro was always set to 0.
8846 * hppa-tdep.h (hppa_store_return_value): Likewise.
8847 (hppa_extract_return_value): Likewise.
8848
8849 2003-04-22 J. Brobecker <brobecker@gnat.com>
8850
8851 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8852 the hppa-pro target only.
8853
8854 2003-04-21 J. Brobecker <brobecker@gnat.com>
8855
8856 Ongoing multi-arch conversion effort for HP/UX:
8857 * config/pa/tm-hppa.h: Move all macro that are no longer
8858 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8859 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8860
8861 2003-04-21 J. Brobecker <brobecker@gnat.com>
8862
8863 * config/pa/tm-hppa.h: Obsolete a section that was only used
8864 for hppa-pro.
8865
8866 2003-04-21 J. Brobecker <brobecker@gnat.com>
8867
8868 Ongoing multi-arch conversion for HP/UX.
8869 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8870 if already defined (allows hppa64 to stay non-multiarched for now).
8871 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8872
8873 2003-04-21 Andrew Cagney <cagney@redhat.com>
8874
8875 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8876
8877 2003-04-21 Andrew Cagney <cagney@redhat.com>
8878
8879 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8880 "i386_num_mmx_regs".
8881
8882 2003-04-21 Andrew Cagney <cagney@redhat.com>
8883
8884 * infcall.c: New file.
8885 * infcall.h: New file.
8886 * valarith.c: Include "infcall.h".
8887 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8888 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8889 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8890 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8891 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8892 (SFILES): Add "infcall.c"
8893 (COMMON_OBS): Add "infcall.o".
8894 (infcall.o): Specify dependencies.
8895 * value.h (call_function_by_hand): Delete declaration.
8896 * inferior.h (run_stack_dummy): Delete declaration.
8897 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8898 (run_stack_dummy): Move to "infcall.c", merged into
8899 call_function_by_hand.
8900 * valops.c (call_function_by_hand): Moved to "infcall.c".
8901 (find_function_addr, value_arg_coerce): Ditto.
8902 (unwindonsignal_p, coerce_float_to_double): Ditto.
8903 (_initialize_valops): Move "set/show coerce-float-to-double", and
8904 "set/show unwindonsignal" commands to "infcall.c".
8905 * v850-tdep.c, target.h: Update comments.
8906 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8907 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8908 (sh64_init_extra_frame_info): Update comments.
8909 * mn10300-tdep.c: Update comments.
8910 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8911 * config/sparc/tm-sparc.h: Update comments.
8912 * breakpoint.h: Update comments.
8913 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8914 * arm-tdep.c: Update comment.
8915
8916 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8917
8918 * i386-tdep.c (i386_num_register_names): New variable.
8919 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8920 (MM0_REGNUM): Remove redundant parentheses in define.
8921 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8922 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8923 i386_mxcsr_regnum_p): Remove redundant parentheses.
8924 (i386_register_name): Use i386_num_register_names.
8925
8926 * i386-tdep.c (i386_extract_return_value,
8927 i386_store_return_value): Correct check for availability of
8928 floating-point registers.
8929
8930 * i386-tdep.c (i386_frame_num_args): Remove function.
8931 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8932
8933 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8934 mmx_regnum_to_fp_regnum. Adjust all callers.
8935
8936 * i386-tdep.c (i386_get_longjmp_target): Use
8937 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8938 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8939 extract_address.
8940
8941 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8942
8943 * core-regset.c: Update comments to reflect reality. Re-order
8944 includes.
8945 (fetch_core_registers): Use switch instead of if. Remove
8946 redundant prototype.
8947
8948 2003-04-18 Jim Blandy <jimb@redhat.com>
8949
8950 * s390-tdep.c (s390_frame_align): New function.
8951 (s390_gdbarch_init): Register it with the gdbarch object.
8952
8953 2003-04-17 Richard Henderson <rth@redhat.com>
8954
8955 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8956
8957 2003-04-17 Michael Snyder <msnyder@redhat.com>
8958 Karen Bennet <bennet@redhat.com>
8959
8960 Committed by Elena Zannoni <ezannoni@redhat.com>
8961 * gdb_gcore.sh: New script to create a core dump of a process.
8962
8963 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
8964
8965 * values.c (value_being_returned): Don't fetch the return
8966 value if the return type is void.
8967
8968 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8969
8970 * thread-db.c: Reindented.
8971
8972 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8973
8974 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8975 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
8976 as types.
8977
8978
8979
8980
8981
8982
8983
8984
8985
8986
8987
8988
8989
8990
8991
8992
8993
8994
8995
8996
8997
8998
8999
9000
9001
9002 2003-04-16 Kevin Buettner <kevinb@redhat.com>
9003
9004 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
9005 the size of ``long double'' to 16, instead of 8.
9006
9007 2003-04-16 Mark Kettenis <kettenis@gnu.org>
9008
9009 * i386-linux-nat.c: Add some whitespace to make things more
9010 readable.
9011 (fetch_register, store_register, fetch_inferior_registers,
9012 store_inferior_registers): Get rid of assignment in if-statement.
9013 (store_register): Fix typo in error message.
9014
9015 2003-04-16 Andrew Cagney <cagney@redhat.com>
9016
9017 * utils.c (xmmalloc): Always allocate something, matches
9018 libiberty/xmalloc's semantics.
9019 (xmrealloc, xmcalloc): Ditto.
9020
9021 2003-04-16 Andrew Cagney <cagney@redhat.com>
9022
9023 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
9024 update comments.
9025 (get_frame_type): Initialize unwind and type when needed.
9026 (get_frame_id, frame_register_unwind): Ditto.
9027
9028 2003-04-16 Andrew Cagney <cagney@redhat.com>
9029
9030 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
9031 obsolete.
9032 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
9033 * sparcl-stub.c: Obsolete file.
9034 * config/sparc/tm-sparclet.h: Obsolete file.
9035 * sparclet-stub.c: Obsolete file.
9036 * sparclet-rom.c: Obsolete file.
9037 * sparcl-tdep.c: Obsolete file.
9038 * config/sparc/tm-sparclite.h: Obsolete file.
9039 * config/sparc/sparclite.mt: Obsolete file.
9040 * config/sparc/sparclet.mt: Obsolete file.
9041 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
9042 sparc86x-*-* obsolete.
9043
9044 2003-04-15 David Carlton <carlton@math.stanford.edu>
9045
9046 * Makefile.in (SFILES): Add cp-namespace.c.
9047 (COMMON_OBS): Add cp-namespace.o.
9048 (block.o): Depend on gdb_obstack_h and cp_support_h.
9049 (buildsym.o): Depend on cp_support_h.
9050 (cp-namespace.o): New.
9051 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
9052 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
9053 (dwarf2read.o): Depend on cp_support_h.
9054 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
9055 * dwarf2read.c (process_die): Set processing_has_namespace_info,
9056 processing_current_namespace.
9057 (read_namespace): Update processing_current_namespace; check for
9058 anonymous namespaces.
9059 (dwarf2_name): New function.
9060 (dwarf2_extension): Ditto.
9061 * cp-support.h: Update copyright, contributors.
9062 Add inclusion guards.
9063 Add opaque declaration for structs obstack, block, symbol.
9064 (struct using_direct): New struct.
9065 Add declarations for cp_find_first_component,
9066 cp_entire_prefix_len, processing_has_namespace_info,
9067 processing_current_namespace, cp_is_anonymous,
9068 cp_add_using_directive, cp_initialize_namespace,
9069 cp_finalize_namespace, cp_set_block_scope,
9070 cp_scan_for_anonymous_namespaces.
9071 * cp-namespace.c: New file.
9072 * cp-support.c: Update copyright.
9073 Include ctype.h, gdb_assert.h, gdbcmd.h.
9074 New variable maint_cplus_cmd_list.
9075 (cp_find_first_component): New function.
9076 (cp_entire_prefix_len, maint_cplus_command)
9077 (first_component_command, _initialize_cp_support): Ditto.
9078 * buildsym.c: Include cp-support.h.
9079 New variable using_list.
9080 (add_symbol_to_list): Check for anonymous namespaces.
9081 (finish_block): Set block's scope.
9082 (start_symtab): Initialize C++ namespace support.
9083 (end_symtab): Finalize C++ namespace support.
9084 * block.h: Add opaque declarations for structs
9085 block_namespace_info, using_direct, and obstack.
9086 Add declarations for block_set_scope and block_set_using.
9087 (struct block): Add 'language_specific' member.
9088 (BLOCK_NAMESPACE): New macro.
9089 * block.c: Include gdb_obstack.h and cp-support.h.
9090 (struct block_namespace_info): New struct.
9091 (block_set_scope): New function.
9092 (block_set_using, block_initialize_namespace): Ditto.
9093
9094 2003-04-14 Kevin Buettner <kevinb@redhat.com>
9095
9096 * solib-svr4.c (svr4_have_link_map_offsets): New function.
9097 (locate_base): Return early if there aren't any link map offsets.
9098 (svr4_solib_create_inferior_hook): Warn if shared library support
9099 is unavailable.
9100
9101 2003-04-14 David Carlton <carlton@math.stanford.edu>
9102
9103 * symtab.c (symbol_set_names): Add prefix when storing Java names
9104 in hash table. Fix for PR java/1039.
9105
9106 2003-04-14 David Carlton <carlton@math.stanford.edu>
9107
9108 * symtab.c (symbol_set_names): Rename 'name' arg to
9109 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
9110 * symtab.h: Change 'name' argument in declaration of
9111 symbol_set_names to 'linkage_name'.
9112 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
9113
9114 2003-04-14 Andrew Cagney <cagney@redhat.com>
9115
9116 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
9117 return the fully sign-extended register value.
9118 (get_frame_pointer): Ditto.
9119 (mips_pop_frame): Initialize "proc_desc" after checking for a
9120 dummy frame.
9121
9122 2003-04-14 Andrew Cagney <cagney@redhat.com>
9123
9124 * mips-tdep.c (mips_push_dummy_frame): Delete function.
9125 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9126 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9127 (mips_push_register): Delete function.
9128 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9129 PUSH_FP_REGNUM.
9130
9131 2003-04-14 Jim Blandy <jimb@redhat.com>
9132
9133 * symmisc.c: #include "gdb_regex.h".
9134 (maintenance_list_symtabs, maintenance_list_psymtabs): New
9135 functions.
9136 * maint.c (maintenance_list_command): New function.
9137 (_initialize_maint_cmds): Register the above as commands.
9138 * symtab.h (maintenance_list_symtabs,
9139 maintenance_list_psymtabs): New declarations.
9140 * cli/cli-cmds.c (maintenancelistlist): New variable.
9141 (init_cmd_lists): Initialize it.
9142 * cli/cli-cmds.h (maintenancelistlist): New declaration.
9143 * gdbcmd.h (maintenancelistlist): New declaration.
9144 * Makefile.in (symmisc.o): Update dependencies.
9145
9146 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
9147
9148 * s390-nat.c: Include asm/types.h for addr_t.
9149
9150 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
9151
9152 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9153 actually incoming type.
9154
9155 2003-04-13 Andrew Cagney <cagney@redhat.com>
9156
9157 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9158 get_next_frame and get_frame_saved_regs.
9159
9160 2003-04-13 Andrew Cagney <cagney@redhat.com>
9161
9162 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9163 of gdbarch_num_regs.
9164
9165 2003-04-13 Andrew Cagney <cagney@redhat.com>
9166
9167 * frame.h: Mention what replaced what in "struct frame_info".
9168 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9169 deprecated_update_frame_base_hack and
9170 deprecated_update_frame_pc_hack.
9171 * hppa-tdep.c: Ditto.
9172
9173 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9174
9175 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9176 to read_reg and update its comment. Remove regnum member.
9177 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9178 Don't call read_reg when setting in_reg. Call read_reg to get
9179 the frame base if it's in a register. Return the register number
9180 on the stack instead of in the context. Remove extra arguments
9181 to read_reg.
9182 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9183 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
9184 the register number on the expression stack.
9185 (needs_frame_read_reg): Remove extra arguments.
9186
9187 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9188
9189 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9190 made non-static.
9191 (execute_stack_op): All callers updated.
9192 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9193 * dwarf2loc.c (find_location_expression): New function.
9194 (dwarf_expr_frame_base): Call it.
9195 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9196 (dwarf2_tracepoint_var_ref): New function, broken out from
9197 locexpr_tracepoint_var_ref.
9198 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9199 Make static.
9200 (loclist_read_variable, loclist_read_needs_frame): New functions.
9201 (loclist_describe_location, loclist_tracepoint_var_ref): New
9202 functions.
9203 (dwarf2_loclist_funcs): New struct location_funcs.
9204 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9205 (struct dwarf2_locexpr_baton): Add comments.
9206 (dwarf2_loclist_funcs): New extern.
9207 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9208 base_address and base_known.
9209 (dwarf_loc_buffer): New variable.
9210 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9211 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9212 (dwarf2_has_info): Initialize dwarf_loc_offset.
9213 (dwarf2_build_psymtabs): Read in .debug_loc.
9214 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9215 DWARF_LOC_SIZE.
9216 (psymtab_to_symtab_1): Likewise. Move base address calculation
9217 here, from...
9218 (dwarf2_get_pc_bounds): ... here. Use the base address from
9219 cu_header.
9220 (dwarf2_symbol_mark_computed): Handle location lists.
9221
9222 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9223
9224 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9225 if the linkage name demangled successfully.
9226
9227 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9228
9229 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9230 disassmbly_flavour): Removed.
9231
9232 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9233
9234 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9235
9236 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9237
9238 2003-04-12 Andrew Cagney <cagney@redhat.com>
9239
9240 * frame.h (struct frame_info): Move definition from here ...
9241 * frame.c (struct frame_info): ... to here.
9242
9243 2003-04-12 Andrew Cagney <cagney@redhat.com>
9244
9245 * gdbthread.h (save_infrun_state): Delete parameter
9246 "prev_func_start".
9247 (struct thread_info): Delete field "prev_func_start".
9248 (load_infrun_state): Ditto.
9249 * thread.c (load_infrun_state, save_infrun_state): Update.
9250 * infrun.c (prev_func_start): Delete variable.
9251 (context_switch, init_wait_for_inferior): Update.
9252 (stop_stepping, keep_going): Update.
9253
9254 2003-04-12 Andrew Cagney <cagney@redhat.com>
9255
9256 * gdbarch.sh: Add missing opaque declarations.
9257 * gdbarch.h: Regnerate.
9258 * symtab.h: Add missing opaque declarations.
9259 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9260 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9261 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9262 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9263 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9264 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9265 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9266 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9267 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9268 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9269 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9270 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9271 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9272
9273 2003-04-11 Andrew Cagney <cagney@redhat.com>
9274
9275 * frame.c (get_frame_id): Return this frame's "id".
9276 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9277 function start.
9278 (legacy_saved_regs_this_id): Replace function body with
9279 internal-error.
9280 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9281 FRAME_OBSTACK_ZALLOC.
9282 (create_new_frame): Mark the frame ID as valid.
9283
9284 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
9285
9286 * Makefile.in (libbfd_h): Added missing setting.
9287 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9288 according to the selected ABI.
9289
9290 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9291
9292 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9293
9294 2003-04-11 Andrew Cagney <cagney@redhat.com>
9295
9296 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9297 SAVED_PC_AFTER_CALL.
9298 * gdbarch.h, gdbarch.c: Regenerate.
9299 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9300 * x86-64-tdep.c (x86_64_init_abi): Update.
9301 * vax-tdep.c (vax_gdbarch_init): Update.
9302 * v850-tdep.c (v850_gdbarch_init): Update.
9303 * sparc-tdep.c (sparc_gdbarch_init): Update.
9304 * sh-tdep.c (sh_gdbarch_init): Update.
9305 * s390-tdep.c (s390_gdbarch_init): Update.
9306 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9307 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9308 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9309 * mips-tdep.c (mips_gdbarch_init): Update.
9310 * mcore-tdep.c (mcore_gdbarch_init): Update.
9311 * m68k-tdep.c (m68k_gdbarch_init): Update.
9312 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9313 * ia64-tdep.c (ia64_gdbarch_init): Update.
9314 (ia64_saved_pc_after_call): Update declaration.
9315 * i386ly-tdep.c (i386lynx_init_abi): Update.
9316 * i386-tdep.c (i386_gdbarch_init): Update.
9317 * hppa-tdep.c (hppa_gdbarch_init): Update.
9318 * h8300-tdep.c (h8300_gdbarch_init): Update.
9319 * frv-tdep.c (frv_gdbarch_init): Update.
9320 * cris-tdep.c (cris_gdbarch_init): Update.
9321 * avr-tdep.c (avr_gdbarch_init): Update.
9322 * arm-tdep.c (arm_gdbarch_init): Update.
9323 * alpha-tdep.c (alpha_gdbarch_init): Update.
9324 * ns32knbsd-nat.c (frame_num_args): Update.
9325 * ns32k-tdep.c (umax_frame_num_args): Update.
9326 * mips-tdep.c (mips_init_frame_pc_first): Update.
9327 * infrun.c (step_over_function): Update.
9328 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9329 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9330 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9331 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9332 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9333 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9334 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9335 * arch-utils.c (init_frame_pc_default): Update.
9336 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9337 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9338 declaration.
9339
9340 2003-04-11 Andrew Cagney <cagney@redhat.com>
9341
9342 * i387-tdep.c: Update copyright.
9343 (i387_to_double): Delete function.
9344 (double_to_i387): Delete function.
9345
9346 2003-04-10 Andrew Cagney <cagney@redhat.com>
9347
9348 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9349 frame's function's address. Simplify.
9350 (d10v_frame_unwind_cache): Check that the frame's function is
9351 non-zero.
9352
9353 2003-04-10 Jim Blandy <jimb@redhat.com>
9354
9355 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9356 call to set_gdbarch_deprecated_push_arguments.
9357
9358 2003-04-10 Andrew Cagney <cagney@redhat.com>
9359
9360 * frame.c (fprint_frame_id): New function.
9361 (fprint_frame_type, fprint_frame): New function.
9362 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9363 (create_sentinel_frame, get_frame_id): Ditto.
9364 (frame_id_p, frame_id_eq): Ditto.
9365 (frame_id_inner, create_new_frame): Ditto.
9366 (legacy_get_prev_frame, get_prev_frame): Ditto.
9367 (deprecated_update_frame_pc_hack): Ditto.
9368 (frame_register_unwind): Ditto.
9369 (deprecated_update_frame_base_hack): Ditto.
9370
9371 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9372
9373 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9374 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9375 frame_chain function.
9376 * Makefile.in: Add dependencies due to above change.
9377
9378 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9379
9380 * blockframe.c (legacy_frame_chain_valid): Move call to
9381 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9382 inside_entry_file.
9383
9384 2003-04-09 Andrew Cagney <cagney@redhat.com>
9385
9386 * frame.h (struct frame_id): Replace "pc" and "base" with
9387 "stack_addr" and "code_addr". Update comments.
9388 (frame_id_build): Update parameter names and comment.
9389 (struct frame_info): Replace "id_p" and "id" with "this_id".
9390 * dummy-frame.c (dummy_frame_this_id): Update.
9391 * breakpoint.c (print_one_breakpoint): Update.
9392 * frame.c (get_frame_id): Update.
9393 (get_frame_base, frame_id_build): Update.
9394 (create_sentinel_frame, legacy_get_prev_frame): Update.
9395 (deprecated_update_frame_base_hack): Update.
9396 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9397 (frame_id_inner): Ditto.
9398
9399 2003-04-09 Andrew Cagney <cagney@redhat.com>
9400
9401 * defs.h (gdb_print_host_address): Make "addr" parameter a
9402 pointer constant.
9403 * utils.c (gdb_print_host_address): Update.
9404
9405 2003-04-09 Kevin Buettner <kevinb@redhat.com>
9406
9407 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9408 register number for R0 is 0.
9409
9410 2003-04-09 J. Brobecker <brobecker@gnat.com>
9411
9412 * frame.h (struct gdbarch): Add opaque structure definition
9413 to avoid a compilation warning on LynxOS 4.0.
9414
9415 2003-04-09 Andrew Cagney <cagney@redhat.com>
9416
9417 * frame.h (struct frame_info): Delete field "pc". Replace
9418 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9419 structure.
9420 * frame.c (frame_pc_unwind): Update.
9421 (create_sentinel_frame): Do not set "pc".
9422 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9423 (get_frame_pc): Call frame_pc_unwind.
9424 (deprecated_update_frame_pc_hack): Update.
9425 (create_new_frame): Use "pc" not "->pc".
9426
9427 2003-04-09 Andrew Cagney <cagney@redhat.com>
9428
9429 * frame.c (get_frame_id): Eliminate code updating "frame".
9430 (legacy_get_prev_frame): Ditto.
9431 (get_frame_base): Return id.base directly.
9432 (deprecated_update_frame_base_hack): Update "id.base".
9433 * frame.h (struct frame_info): Delete field "frame".
9434
9435 2003-04-09 Andrew Cagney <cagney@redhat.com>
9436
9437 * NEWS: Mention that the "Sequent family" is obsolete.
9438 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9439 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9440 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9441 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9442 * config/i386/tm-ptx4.h: Obsolete file.
9443 * config/i386/tm-ptx.h: Obsolete file.
9444 * symm-tdep.c: Obsolete file.
9445 * config/i386/symmetry.mt: Obsolete file.
9446 * config/i386/tm-symmetry.h: Obsolete file.
9447 * symm-nat.c: Obsolete file.
9448 * config/i386/nm-symmetry.h: Obsolete file.
9449 * config/i386/xm-symmetry.h: Obsolete file.
9450 * config/i386/symmetry.mh: Obsolete file.
9451 * config/i386/nm-ptx4.h: Obsolete file.
9452 * config/i386/ptx4.mh: Obsolete file.
9453 * config/i386/ptx.mt: Obsolete file.
9454 * config/i386/ptx.mh: Obsolete file.
9455 * config/i386/xm-ptx4.h: Obsolete file.
9456 * config/i386/xm-ptx.h: Obsolete file.
9457
9458 2003-04-09 Andrew Cagney <cagney@redhat.com>
9459
9460 Obsolete mips*-*-mach3*.
9461 * NEWS: Mention that mips*-*-mach3* is obsolete.
9462 * m3-nat.c: Obsolete file.
9463 * config/nm-m3.h: Obsolete file.
9464 * config/mips/tm-mipsm3.h: Obsolete file.
9465 * config/mips/mipsm3.mt: Obsolete file.
9466 * config/mips/mipsm3.mh: Obsolete file.
9467 * config/mips/xm-mipsm3.h: Obsolete file.
9468 * mipsm3-nat.c: Obsolete file.
9469 * configure.host: Obsolete mips-dec-mach3*.
9470 * configure.tgt: Obsolete mips*-*-mach3*.
9471
9472 2003-04-09 Andrew Cagney <cagney@redhat.com>
9473
9474 * doublest.h: Update copyright.
9475 (deprecated_store_floating, deprecated_extract_floating): Rename
9476 store_floating and extract_floating. Update comments.
9477 * doublest.c: Update copyright.
9478 (extract_floating_by_length): Replace extract_floating.
9479 (store_floating_by_length): Replace store_floating.
9480 (deprecated_extract_floating): New function.
9481 (deprecated_store_floating): New function.
9482 (extract_typed_floating): Call extract_floating_by_length.
9483 (store_typed_floating): Call store_floating_by_length.
9484 * x86-64-tdep.c (x86_64_store_return_value): Update.
9485 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9486 (sh64_extract_return_value): Update.
9487 (sh_sh4_register_convert_to_virtual): Update.
9488 (sh_sh64_register_convert_to_virtual): Update.
9489 (sh_sh4_register_convert_to_raw): Update.
9490 (sh_sh64_register_convert_to_raw): Update.
9491 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9492 (rs6000_register_convert_to_raw): Update.
9493 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9494 (ia64_register_convert_to_raw): Update.
9495 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9496 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9497 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9498 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9499 (alpha_register_convert_to_raw): Update.
9500
9501 2003-04-08 Andrew Cagney <cagney@redhat.com>
9502
9503 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9504 * gdbarch.h, gdbarch.c: Re-generate.
9505 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9506 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9507 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9508 conditionally, use frame_pc_unwind as an alternative. Add
9509 comments.
9510 * arch-utils.c (init_frame_pc_default): Only call
9511 SAVED_PC_AFTER_CALL when available.
9512
9513 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9514
9515 * infrun.c (stop_soon): Rename from stop_soon_quietly.
9516 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9517 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9518 (start_remote): Ditto.
9519 (handle_inferior_event): Ditto.
9520 (save_inferior_status): Ditto.
9521 (restore_inferior_status): Ditto.
9522 * infcmd.c (attach_command): Ditto.
9523 * fork-child.c (startup_inferior): Ditto.
9524 * inferior.h (stop_soon): Rename from stop_soon_quietly.
9525 * alpha-tdep.c (heuristic_proc_start): Ditto.
9526 * mips-tdep.c (heuristic_proc_start): Ditto.
9527 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9528 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9529 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9530 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9531 * remote-vx.c (vx_create_inferior): Ditto.
9532
9533 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9534
9535 * infrun.c (stop_soon_quietly): Make it an enum, to better
9536 override the default behavior of handle_inferior_event.
9537 (clear_proceed_status): Update uses of stop_soon_quietly to
9538 reflect that it is now an enum.
9539 (start_remote): Ditto.
9540 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9541 is set to handle the new GNU/Linux kernel behavior for
9542 attach/sigstop. Update uses of stop_soon_quietly.
9543 * inferior.h (enum stop_kind): New enum.
9544 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9545 Reset normal handle_inferior_event behavior, afterwards.
9546 * fork-child.c (startup_inferior): Update.
9547 * alpha-tdep.c (heuristic_proc_start): Update.
9548 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9549 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9550 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9551 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9552 * remote-vx.c (vx_create_inferior): Update.
9553 * mips-tdep.c (heuristic_proc_start): Update.
9554
9555 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
9556
9557 * disasm.c (dump_insns): Move variables inside loop, or they will
9558 be freed more than once, causing wild memory corruptions.
9559 (gdb_disassembly): Look for the substring "-thread",
9560 instead of "-threads" in the target name, to make sure to find
9561 the 'multi-thread' target. Also, make sure we do the right thing
9562 with the "core" target.
9563
9564 2003-04-07 Kevin Buettner <kevinb@redhat.com>
9565
9566 * mips-tdep.c (mips_print_fp_register): New function, created from
9567 do_fp_register_row(). Registers are now (also) printed as hex.
9568 Only one register is printed per row.
9569 (mips_print_register, do_fp_register_row): Print floating point
9570 registers with mips_print_fp_register().
9571
9572 2003-04-06 Andrew Cagney <cagney@redhat.com>
9573
9574 * valprint.h (inspect_it): Add extern declaration.
9575 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9576 (selectors_info, classes_info): Ditto.
9577 (find_objc_msgcall): Fix indentation.
9578 (objc_printstr): Delete extern declarations.
9579
9580 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9581
9582 2003-04-06 Andrew Cagney <cagney@redhat.com>
9583
9584 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9585 Update comment.
9586 * frame.c (legacy_saved_regs_this_id): Update.
9587 (legacy_get_prev_frame): Update.
9588 * xstormy16-tdep.c: Update comment.
9589 * sparc-tdep.c (sparc_frame_chain): Update comment.
9590 * blockframe.c (legacy_frame_chain_valid): Update.
9591
9592 2003-04-06 Andrew Cagney <cagney@redhat.com>
9593
9594 * valprint.c (val_print_type_code_int): Delete #ifdef
9595 PRINT_TYPELESS_INTEGER code.
9596
9597 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9598 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9599 multi-arch definition.
9600 * gdbarch.h: Re-generate.
9601
9602 2003-04-05 Andrew Cagney <cagney@redhat.com>
9603
9604 Eliminate FRAME_FIND_SAVED_REGS.
9605 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9606 Change FSR parameter to a pointer.
9607 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9608 Assume FSR parameter is a pointer.
9609 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9610 Make fsr a pointer.
9611 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9612 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9613 saved_regs a pointer.
9614 (hppa_frame_saved_pc): Ditto.
9615 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9616 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9617 pointer.
9618 (restore_pc_queue): Make fsr a pointer.
9619 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9620 (hppa_frame_chain): Make saved_regs a pointer, call
9621 hppa_frame_init_saved_regs.
9622 * sparc-tdep.c: Include "gdb_assert.h".
9623 (sparc_frame_find_saved_regs): Replace internal_error with
9624 gdb_assert.
9625 * remote-vxsparc.c (vx_read_register): Delete reference to
9626 FRAME_FIND_SAVED_REGS.
9627 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9628 * gdbarch.h: Regenerate.
9629 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9630 (deprecated_get_frame_saved_regs): Delete declaration.
9631 (struct frame_saved_regs): Delete definition.
9632 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9633 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9634 (hppa_frame_find_saved_regs): Delete declaration.
9635 (FRAME_FIND_SAVED_REGS): Delete macro.
9636 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9637 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9638 FRAME_FIND_SAVED_REGS in comment.
9639
9640 2003-04-05 Andrew Cagney <cagney@redhat.com>
9641
9642 * frame.c (frame_func_unwind, get_frame_func): New functions.
9643 * frame.h (get_frame_func, frame_func_unwind): Declare.
9644 (struct frame_info): Add field "prev_func" for caching the
9645 previous frame's function address.
9646 * arm-tdep.c (arm_frameless_function_invocation): Combine
9647 get_pc_function_start and get_frame_pc into get_frame_func.
9648 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9649 (sh64_nofp_frame_init_saved_regs): Ditto.
9650 * s390-tdep.c (s390_function_start): Ditto.
9651 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9652 (rs6000_frameless_function_invocation): Ditto.
9653 (rs6000_frame_saved_pc): Ditto.
9654 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9655 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
9656 * i386-tdep.c (i386_frameless_signal_p): Ditto.
9657 (i386_frame_init_saved_regs): Ditto.
9658 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
9659 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
9660 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
9661 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
9662 * blockframe.c (frameless_look_for_prologue): Ditto.
9663
9664 2003-04-05 Andrew Cagney <cagney@redhat.com>
9665
9666 * frame.c (legacy_get_prev_frame): Link prev to next at the
9667 function start. Update comments.
9668
9669 2003-04-05 Andrew Cagney <cagney@redhat.com>
9670
9671 * frame.c (get_frame_id): Update comment.
9672 (legacy_get_prev_frame): Update comment.
9673 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9674 * gdbarch.h: Regenerate.
9675 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9676 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9677
9678 2003-04-05 Andrew Cagney <cagney@redhat.com>
9679
9680 * stack.c (print_frame_info): Use get_frame_pc.
9681
9682 2003-04-04 Andrew Cagney <cagney@redhat.com>
9683
9684 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9685 the frame's type from the unwinder.
9686 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9687 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9688 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9689 (get_frame_base_address): Use get_frame_type.
9690 (get_frame_locals_address, get_frame_args_address): Ditto.
9691 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9692 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9693 (struct frame_info): Add comment explaining why the frame contains
9694 a "type" field.
9695 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9696 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9697 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9698 NORMAL_FRAME.
9699 * frame-unwind.h: Include "frame.h".
9700 (struct frame_unwind): Add "type" field.
9701 * Makefile.in (frame_unwind_h): Add $(frame_h).
9702
9703 2003-04-04 Andrew Cagney <cagney@redhat.com>
9704
9705 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9706 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9707 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9708 get_frame_base.
9709 (d10v_unwind_dummy_id): Use frame_id_build.
9710 * frame.c (find_frame_sal): Use get_frame_pc.
9711 (create_new_frame): Use deprecated_update_frame_pc_hack and
9712 deprecated_update_frame_base_hack.
9713 (create_sentinel_frame): Add comment about ->pc going away.
9714 (get_prev_frame): Add comment about ->pc going away.
9715 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9716 frame_id_build, deprecated_update_frame_pc_hack and
9717 deprecated_update_frame_base_hack.
9718 (select_frame): Use get_frame_pc.
9719 (legacy_saved_regs_this_id): Use frame_id_build.
9720
9721 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
9722
9723 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9724 signed integer case.
9725 (classify_argument): Handle enumerations and references.
9726
9727 2003-04-04 Andrew Cagney <cagney@redhat.com>
9728
9729 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9730 ID to NULL.
9731
9732 2003-04-01 Adam Fedor <fedor@gnu.org>
9733
9734 * gdb/objc-lang.c (selectors_info): Replace calls to
9735 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9736 SYMBOL_NATURAL_NAME.
9737 (classes_info, find_methods): Likewise.
9738
9739 2003-04-03 Kevin Buettner <kevinb@redhat.com>
9740
9741 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9742 ``mach'' to the value determined by bfd_default_set_arch_mach().
9743
9744 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9745
9746 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9747 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9748 (mi-cmd-file.o): Update dependencies.
9749
9750 2003-04-01 Kevin Buettner <kevinb@redhat.com>
9751
9752 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9753 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9754
9755 2003-04-01 Adam Fedor <fedor@gnu.org>
9756
9757 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9758 * language.h (struct language_defn): Add la_demangle.
9759 (language_demangle): Declare.
9760 * language.c (language_demangle): New function.
9761 (unk_lang_demangle): Likewise.
9762 (unknown_language_defn, auto_language_defn, local_language_defn):
9763 Add ukn_lang_demangle.
9764 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
9765 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9766 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9767 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9768 * jv-lang.c (java_demangle): New function
9769 (java_language_defn): Use it for la_demangle element.
9770 * objc-lang.c (objc_demangle): Add options argument
9771 (objc_language_defn): Use objc_demangle for la_demangle element.
9772 * maint.c (maintenance_demangle): Replace switch with
9773 call to language_demangle.
9774 * utils.c (fprintf_symbol_filtered): Likewise.
9775
9776 2003-04-01 Andrew Cagney <cagney@redhat.com>
9777
9778 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9779 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9780 PRINT_TYPELESS_INTEGER.
9781 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9782 PUSH_RETURN_ADDRESS.
9783
9784 2003-04-01 Andrew Cagney <cagney@redhat.com>
9785
9786 * Makefile.in (d10v-tdep.o): Update dependencies.
9787 * d10v-tdep.c: Include "frame-base.h".
9788 (d10v_frame_unwind): Make constant.
9789 (d10v_frame_base_address): New function.
9790 (d10v_frame_base): New variable.
9791 (d10v_gdbarch_init): Set frame_base default.
9792 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9793 comment for base.
9794 (d10v_frame_unwind_cache): Set and use "prev_sp".
9795 (d10v_frame_this_id): Use the previous frame's inner most stack
9796 address and this frame's func address for the frame ID. Use
9797 frame_id_build. Don't analyze beyond the current instruction.
9798
9799 2003-04-01 Andrew Cagney <cagney@redhat.com>
9800
9801 * frame.h (get_frame_locals_address, get_frame_args_address):
9802 Refer to the base address, instead of the address of the first
9803 local or parameter.
9804
9805 2003-04-01 Andrew Cagney <cagney@redhat.com>
9806
9807 Add frame debug info addresses:
9808 * frame-base.c: New file.
9809 * frame-base.h: New file.
9810 * frame.h (struct frame_base): Add opaque declaration.
9811 (get_frame_base): Update comment.
9812 (get_frame_base_address): Declare.
9813 (get_frame_locals_address): Declare.
9814 (get_frame_args_address): Declare.
9815 (struct frame_info): Add "base" and "base_cache". Update
9816 comments on the unwinder.
9817 * frame.c: Include "frame-base.h".
9818 (get_frame_locals_address): New function.
9819 (get_frame_base_address): New function.
9820 (get_frame_args_address): New function.
9821 * findvar.c (read_var_value): Use get_frame_locals_address and
9822 get_frame_args_address.
9823 * stack.c (frame_info): Use get_frame_locals_address and
9824 get_frame_args_address.
9825 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9826 moved to "frame-base.c".
9827 * printcmd.c (print_frame_nameless_args): Ditto.
9828 * symtab.h (address_class): Update comments.
9829 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9830 get_frame_base_address.
9831 * dwarf2expr.c (execute_stack_op): Ditto.
9832 * Makefile.in (frame_base_h): Define.
9833 (frame.o): Update dependencies.
9834 (frame-base.o): Add dependencies.
9835 (SFILES): Add frame-base.c.
9836 (COMMON_OBS): Add frame-base.o.
9837
9838 2003-04-01 Andrew Cagney <cagney@redhat.com>
9839
9840 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9841 CALL_DUMMY_LENGTH): Ditto.
9842 * gdbarch.c: Re-generate.
9843 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9844 (CALL_DUMMY_LENGTH): Delete macro.
9845 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9846 * arm-tdep.c (arm_gdbarch_init): Ditto.
9847 * avr-tdep.c (avr_gdbarch_init): Ditto.
9848 * cris-tdep.c (cris_gdbarch_init): Ditto.
9849 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9850 * frv-tdep.c (frv_gdbarch_init): Ditto.
9851 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9852 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9853 * i386-tdep.c (i386_gdbarch_init): Ditto.
9854 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9855 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9856 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9857 * mips-tdep.c (mips_gdbarch_init): Ditto.
9858 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9859 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9860 * s390-tdep.c (s390_gdbarch_init): Ditto.
9861 * sh-tdep.c (sh_gdbarch_init): Ditto.
9862 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9863 * v850-tdep.c (v850_gdbarch_init): Ditto.
9864 * vax-tdep.c (vax_gdbarch_init): Ditto.
9865 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9866
9867 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
9868
9869 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9870
9871 2003-04-01 Andrew Cagney <cagney@redhat.com>
9872
9873 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9874 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9875 * gdbarch.h, gdbarch.c: Re-generate.
9876 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9877 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9878 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9879 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9880 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9881 * infcmd.c (run_stack_dummy): Simplify assuming
9882 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9883 * infrun.c (handle_inferior_event): Ditto.
9884 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9885 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9886 * arm-tdep.c (arm_gdbarch_init): Ditto.
9887 * avr-tdep.c (avr_gdbarch_init): Ditto.
9888 * cris-tdep.c (cris_gdbarch_init): Ditto.
9889 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9890 * frv-tdep.c (frv_gdbarch_init): Ditto.
9891 * h8300-tdep.c (h8300_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 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9896 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9897 * mips-tdep.c (mips_gdbarch_init): Ditto.
9898 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9899 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9900 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9901 * s390-tdep.c (s390_gdbarch_init): Ditto.
9902 * sh-tdep.c (sh_gdbarch_init): Ditto.
9903 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9904 * v850-tdep.c (v850_gdbarch_init): Ditto.
9905 * vax-tdep.c (vax_gdbarch_init): Ditto.
9906 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9907
9908 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9909
9910 * symfile.c (symfile_relocate_debug_section): Update call to
9911 bfd_simple_get_relocated_section_contents.
9912
9913 2003-03-31 Andrew Cagney <cagney@redhat.com>
9914
9915 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9916 * gdbarch.h, gdbarch.c: Regenerate.
9917 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9918 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9919 available.
9920 * frame.h (generic_fix_call_dummy): Delete declaration.
9921 * dummy-frame.h: Update comment.
9922 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9923 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9924 fix_call_dummy.
9925 * sh-tdep.c (sh_gdbarch_init): Ditto.
9926 * s390-tdep.c (s390_gdbarch_init): Ditto.
9927 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9928 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9929 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9930 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9931 * i386-tdep.c (i386_gdbarch_init): Ditto.
9932 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9933 * frv-tdep.c (frv_gdbarch_init): Ditto.
9934 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9935 * cris-tdep.c (cris_gdbarch_init): Ditto.
9936 * avr-tdep.c (avr_gdbarch_init): Ditto.
9937 * arm-tdep.c (arm_gdbarch_init): Ditto.
9938
9939 2003-03-31 J. Brobecker <brobecker@gnat.com>
9940
9941 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9942 (INIT_FRAME_AP): Likewise.
9943 (EXTRA_FRAME_INFO): Likewise.
9944
9945 2003-03-31 Andrew Cagney <cagney@redhat.com>
9946
9947 * gdbarch.sh: Include "symfile.h".
9948 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9949 * gdbarch.h, gdbarch.c: Re-generate.
9950 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9951 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9952 call_dummy_address, the default is at entry_point_address.
9953 * v850-tdep.c (v850_gdbarch_init): Ditto.
9954 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9955 * sh-tdep.c (sh_gdbarch_init): Ditto.
9956 * s390-tdep.c (s390_gdbarch_init): Ditto.
9957 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9958 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9959 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9960 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9961 * i386-tdep.c (i386_gdbarch_init): Ditto.
9962 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9963 * frv-tdep.c (frv_gdbarch_init): Ditto.
9964 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9965 * cris-tdep.c (cris_gdbarch_init): Ditto.
9966 * arm-tdep.c (arm_gdbarch_init): Ditto.
9967
9968 2003-03-31 Andrew Cagney <cagney@redhat.com>
9969
9970 * gdbarch.sh (CALL_DUMMY_P): Delete.
9971 * gdbarch.h, gdbarch.c: Re-generate.
9972 * inferior.h (CALL_DUMMY_P): Delete macro.
9973 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9974 * vax-tdep.c (vax_gdbarch_init): Update.
9975 * v850-tdep.c (v850_gdbarch_init): Update.
9976 * sparc-tdep.c (sparc_gdbarch_init): Update.
9977 * sh-tdep.c (sh_gdbarch_init): Update.
9978 * s390-tdep.c (s390_gdbarch_init): Update.
9979 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9980 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9981 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9982 * mips-tdep.c (mips_gdbarch_init): Update.
9983 * mcore-tdep.c (mcore_gdbarch_init): Update.
9984 * m68k-tdep.c (m68k_gdbarch_init): Update.
9985 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9986 * ia64-tdep.c (ia64_gdbarch_init): Update.
9987 * i386-tdep.c (i386_gdbarch_init): Update.
9988 * h8300-tdep.c (h8300_gdbarch_init): Update.
9989 * frv-tdep.c (frv_gdbarch_init): Update.
9990 * d10v-tdep.c (d10v_gdbarch_init): Update.
9991 * cris-tdep.c (cris_gdbarch_init): Update.
9992 * breakpoint.c (deprecated_frame_in_dummy): Update.
9993 * avr-tdep.c (avr_gdbarch_init): Update.
9994 * alpha-tdep.c (alpha_gdbarch_init): Update.
9995 * arm-tdep.c (arm_gdbarch_init): Update.
9996 * dummy-frame.c (dummy_frame_this_id): Update comments.
9997 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9998 * frame.c (legacy_get_prev_frame): Ditto.
9999 * valops.c (call_function_by_hand): Delete function.
10000 (hand_function_call): Rename to call_function_by_hand
10001
10002 2003-03-30 Andrew Cagney <cagney@redhat.com>
10003
10004 2002-11-10 Klee Dienes <kdienes@apple.com>
10005 * value.h (struct value): Update comment.
10006
10007 2003-03-30 Andrew Cagney <cagney@redhat.com>
10008
10009 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
10010 D10V_FP_REGNUM.
10011 (d10v_gdbarch_init): Do not set fp_regnum.
10012
10013 * frame.c (get_frame_base): Force ID initialization.
10014 (get_prev_frame): Move computation of the frame ID from here ...
10015 (get_frame_id): ... to here.
10016 (legacy_get_prev_frame): Mark the frame ID as valid.
10017 * frame.h (struct frame_info): Add field "id_p".
10018
10019 2003-03-30 Mark Kettenis <kettenis@gnu.org>
10020
10021 * i386-tdep.c (i386_store_struct_return): Removed.
10022 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
10023
10024 2003-03-30 Andrew Cagney <cagney@redhat.com>
10025
10026 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
10027 * gdbarch.h, gdbarch.c: Regenerate.
10028 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
10029 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10030 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10031 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10032 * i386-tdep.c (i386_gdbarch_init): Ditto.
10033 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10034 * cris-tdep.c (cris_gdbarch_init): Ditto.
10035 * vax-tdep.c (vax_gdbarch_init): Ditto.
10036 * s390-tdep.c (s390_gdbarch_init): Ditto.
10037 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10038 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10039 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10040 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
10041 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
10042 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
10043 * sparc-tdep.c (sparc_gdbarch_init): Update.
10044 * sh-tdep.c (sh_gdbarch_init): Update.
10045 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10046 * mips-tdep.c (mips_gdbarch_init): Update.
10047 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10048 * ia64-tdep.c (ia64_gdbarch_init): Update.
10049 * frv-tdep.c (frv_gdbarch_init): Update.
10050 * avr-tdep.c (avr_gdbarch_init): Update.
10051 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
10052 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
10053 instead of when push_dummy_call is not available.
10054
10055 2003-03-30 Andrew Cagney <cagney@redhat.com>
10056
10057 * infttrace.c: Include "gdbthread.h".
10058 (parent_attach_all): Fix function signature.
10059 (call_ptrace): Update call.
10060 * Makefile.in (infttrace.o): Update dependencies.
10061
10062 2003-03-30 Andrew Cagney <cagney@redhat.com>
10063
10064 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
10065 PUSH_RETURN_ADDRESS.
10066 * gdbarch.h, gdbarch.c: Regenerate.
10067 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10068 * x86-64-tdep.c (x86_64_init_abi): Update.
10069 * v850-tdep.c (v850_gdbarch_init): Update.
10070 * sparc-tdep.c (sparc_gdbarch_init): Update.
10071 * sh-tdep.c (sh_gdbarch_init): Update.
10072 * s390-tdep.c (s390_gdbarch_init): Update.
10073 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10074 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10075 * mips-tdep.c (mips_gdbarch_init): Update.
10076 * mcore-tdep.c (mcore_gdbarch_init): Update.
10077 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10078 * ia64-tdep.c (ia64_gdbarch_init): Update.
10079 * i386-tdep.c (i386_gdbarch_init): Update.
10080 * h8300-tdep.c (h8300_gdbarch_init): Update.
10081 * frv-tdep.c (frv_gdbarch_init): Update.
10082 * cris-tdep.c (cris_gdbarch_init): Update.
10083 * avr-tdep.c (avr_gdbarch_init): Update.
10084 * arm-tdep.c (arm_gdbarch_init): Update.
10085 * valops.c (hand_function_call): Update.
10086
10087 2003-03-29 Andrew Cagney <cagney@redhat.com>
10088
10089 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
10090 sizeof_call_dummy_words.
10091 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
10092 define.
10093 * gdbarch.h: Regenerate.
10094
10095 2003-03-29 Andrew Cagney <cagney@redhat.com>
10096
10097 * infttrace.h: New file.
10098 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
10099 (hpread_get_textlow): Detect an uninitialized dn_bufp.
10100 (hpread_read_doc_function_type): Detect an initialized type1.
10101 (hpread_quick_traverse): Initialize mod_name_string.
10102 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
10103 (som_solib_get_solib_by_pc): Declare.
10104 (so_lib_thread_start_addr): Declare.
10105 (no_shared_libraries): Declare.
10106 * somread.c (init_import_symbols): Make static. Add forward
10107 declaration.
10108 * config/pa/nm-hppah.h: Include "infttrace.h" for
10109 parent_attach_all.
10110 (hppa_insert_hw_watchpoint): Declare.
10111 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
10112 * hppah-nat.c: Include "gdb_string.h".
10113 (parent_attach_all): Delete extern declaration, moved to
10114 "infttrace.h".
10115 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
10116 int.
10117 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
10118 * Makefile.in (infttrace_h): Define.
10119 (hpread.o): Update dependencies.
10120 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
10121 * hppa-hpux-tdep.c: Include "gdb_string.h".
10122 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
10123 * infrun.c (handle_inferior_event): Always initialize
10124 stepped_after_stopped_by_watchpoint. Add default and remove
10125 fallthrough in switch statement.
10126 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10127 parameter to int.
10128 (hppa_remove_hw_watchpoint): Ditto.
10129
10130 2003-03-29 Andrew Cagney <cagney@redhat.com>
10131
10132 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10133 offset.
10134
10135 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
10136
10137 * arm-tdep.c (arm_push_arguments): Delete.
10138 (struct stack_item): New type.
10139 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10140 (arm_store_struct_return): Delte.
10141 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
10142 arm_push_arguments or arm_store_struct_return.
10143
10144 2003-03-28 Andrew Cagney <cagney@redhat.com>
10145
10146 * Makefile.in (d10v-tdep.o): Update dependencies.
10147 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10148 * d10v-tdep.c: Include "remote.h".
10149 (target_resume_hook): Delete extern declaration.
10150 (target_wait_loop_hook): Ditto.
10151 (tdisassemble_command): Eliminate assignment in "if" conditional.
10152 (d10v_ts2_register_sim_regno): Eliminate call to
10153 legacy_register_sim_regno.
10154 (d10v_ts3_register_sim_regno): Ditto.
10155
10156 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10157
10158 * thread.c: Reindented.
10159 * lin-lwp.c: Ditto.
10160 * linux-proc.c: Ditto.
10161
10162 2003-03-28 Bob Rossi <bob_rossi@cox.net>
10163
10164 * MAINTAINERS (write after approval): Add myself.
10165
10166 2003-03-27 Theodore A. Roth <troth@openavr.org>
10167
10168 * objc-exp.y: Add missing semi-colons.
10169
10170 2003-03-27 Andrew Cagney <cagney@redhat.com>
10171
10172 * regcache.c (write_sp): Delete function and references.
10173 * inferior.h (write_sp): Delete declaration.
10174 * valops.c (hand_function_call): Replace write_sp with
10175 TARGET_WRITE_SP.
10176 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10177 (sparc_pop_frame): Ditto.
10178
10179 2003-03-27 Andrew Cagney <cagney@redhat.com>
10180
10181 * NEWS: Mention removal of support for hppa*-*-bsd* and
10182 hppa*-*-osf* natives, and hppa*-*-pro* target.
10183 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10184 * config/pa/xm-pa.h: Obsolete file.
10185 * config/pa/xm-hppab.h: Obsolete file.
10186 * config/pa/nm-hppab.h: Obsolete file.
10187 * config/pa/tm-hppab.h: Obsolete file.
10188 * config/pa/tm-hppao.h: Obsolete file.
10189 * config/pa/nm-hppao.h: Obsolete file.
10190 * config/pa/tm-pro.h: Obsolete file.
10191 * config/pa/hppaosf.mt: Obsolete file.
10192 * config/pa/hppaosf.mh: Obsolete file.
10193 * config/pa/hppapro.mt: Obsolete file.
10194 * config/pa/hppabsd.mt: Obsolete file.
10195 * config/pa/hppabsd.mh: Obsolete file.
10196 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10197 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10198 hppa*-*-osf*.
10199
10200 2003-03-27 Andrew Cagney <cagney@redhat.com>
10201
10202 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10203 push_arguments. Don't set push_return_address or write_sp.
10204 (d10v_push_dummy_call): Replace d10v_push_arguments.
10205 (d10v_push_return_address, d10v_write_sp): Delete function,
10206 handled by push_dummy_call.
10207
10208 2003-03-26 Andrew Cagney <cagney@redhat.com>
10209
10210 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10211 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10212 regcache and dummy_addr parameters.
10213 * gdbarch.h, gdbarch.c: Re-generate.
10214 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10215 available; assume it will handle stack alignment and return
10216 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10217 legacy_push_arguments.
10218 (legacy_push_arguments): Rename default_push_arguments.
10219 * value.h (legacy_push_arguments): Rename default_push_arguments.
10220 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10221 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10222 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10223 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10224 * config/i386/tm-symmetry.h: Update.
10225 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10226 * x86-64-tdep.c (x86_64_init_abi): Update.
10227 * v850-tdep.c (v850_gdbarch_init): Update.
10228 * sparc-tdep.c (sparc_gdbarch_init): Update.
10229 * sh-tdep.c (sh_gdbarch_init): Update.
10230 * s390-tdep.c (s390_gdbarch_init): Update.
10231 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10232 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10233 * mips-tdep.c (mips_gdbarch_init): Update.
10234 * mcore-tdep.c (mcore_gdbarch_init): Update.
10235 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10236 * ia64-tdep.c (ia64_gdbarch_init): Update.
10237 * i386-tdep.c (i386_gdbarch_init): Update.
10238 * hppa-tdep.c (hppa_gdbarch_init): Update.
10239 * h8300-tdep.c (h8300_gdbarch_init): Update.
10240 * frv-tdep.c (frv_gdbarch_init): Update.
10241 * d10v-tdep.c (d10v_gdbarch_init): Update.
10242 * cris-tdep.c (cris_gdbarch_init): Update.
10243 * avr-tdep.c (avr_gdbarch_init): Update.
10244 * arm-tdep.c (arm_gdbarch_init): Update.
10245 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10246 * alpha-tdep.c (alpha_gdbarch_init): Update.
10247
10248 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10249
10250 * signals/signals.c (do_target_signal_to_host): Correct realtime
10251 signal range test.
10252
10253 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10254
10255 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10256 (struct sal_chain, map_catch_names): Remove.
10257 (catch_exception_command_1): Don't call
10258 handle_gnu_4_16_catch_command.
10259
10260 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10261
10262 From Mark Dettinger <dettinge@de.ibm.com>:
10263 * dwarf2cfi.c (read_2u): Increment pointer by two.
10264
10265 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10266
10267 * signals/signals.c: Fix typos in last change.
10268
10269 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10270
10271 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10272 not already defined. Use __SIGRTMIN if available.
10273 (target_signal_from_host): Remove SIGRTMIN block.
10274 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10275 the signal is within the realtime range.
10276
10277 2003-03-25 Adam Fedor <fedor@gnu.org>
10278
10279 * Makefile.in (infrun.o): Add $(language_h)
10280 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10281 for language specific trampolines.
10282 * language.h (struct language_defn): Add skip_trampoline.
10283 (skip_language_trampoline): Declare.
10284 * language.c (unk_lang_trampoline, skip_language_trampoline):
10285 New functions.
10286 (unknown_language_defn, auto_language_defn, local_language_defn):
10287 Add ukn_lang_trampoline.
10288 * ada-lang.c (ada_language_defn): Add NULL for language
10289 specific skip_trampoline.
10290 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10291 scm-lang.c: Likewise.
10292 * objc-lang.c (objc_skip_trampoline): New function.
10293 (objc_language_defn): Add objc_skip_trampoline.
10294
10295 2003-03-25 Andrew Cagney <cagney@redhat.com>
10296
10297 * frame.c (get_prev_frame): Delay validating a frame's ID -
10298 non-NULL, didn't go backwards - until an attempt to unwind it to
10299 the previous frame.
10300
10301 2003-03-25 Andrew Cagney <cagney@redhat.com>
10302
10303 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10304 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10305 * gdbarch.h, gdbarch.c: Re-generate.
10306 * config/sparc/tm-sparc.h
10307 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10308 * sparc-tdep.c (sparc_gdbarch_init): Set
10309 deprecated_extra_stack_alignment_needed.
10310 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10311 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10312 extra_stack_alignment_needed.
10313 * v850-tdep.c (v850_gdbarch_init): Ditto.
10314 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10315 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10316 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10317 * cris-tdep.c (cris_gdbarch_init): Ditto.
10318 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10319 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10320
10321 2003-03-25 Andrew Cagney <cagney@redhat.com>
10322
10323 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10324 STORE_STRUCT_RETURN.
10325 * gdbarch.h, gdbarch.c: Regenerate.
10326 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10327 (d10v_push_arguments): Set the struct return register.
10328 (d10v_gdbarch_init): Update.
10329 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10330 * x86-64-tdep.c (x86_64_init_abi): Update.
10331 * vax-tdep.c (vax_gdbarch_init): Update.
10332 * v850-tdep.c (v850_gdbarch_init): Update.
10333 * sparc-tdep.c (sparc_gdbarch_init): Update.
10334 * sh-tdep.c (sh_gdbarch_init): Update.
10335 * s390-tdep.c (s390_gdbarch_init): Update.
10336 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10337 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10338 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10339 * mips-tdep.c (mips_gdbarch_init): Update.
10340 * mcore-tdep.c (mcore_gdbarch_init): Update.
10341 * m68k-tdep.c (m68k_gdbarch_init): Update.
10342 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10343 * ia64-tdep.c (ia64_gdbarch_init): Update.
10344 * i386-tdep.c (i386_gdbarch_init): Update.
10345 * hppa-tdep.c (hppa_gdbarch_init): Update.
10346 * h8300-tdep.c (h8300_gdbarch_init): Update.
10347 * frv-tdep.c (frv_gdbarch_init): Update.
10348 * cris-tdep.c (cris_gdbarch_init): Update.
10349 * avr-tdep.c (avr_gdbarch_init): Update.
10350 * arm-tdep.c (arm_gdbarch_init): Update.
10351 * alpha-tdep.c (alpha_gdbarch_init): Update.
10352
10353 2003-03-25 Andrew Cagney <cagney@redhat.com>
10354
10355 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10356 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10357 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10358 * gdbarch.h, gdbarch.c: Regenerate.
10359 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10360 call_dummy_stack_adjust_p.
10361 * vax-tdep.c (vax_gdbarch_init): Ditto.
10362 * v850-tdep.c (v850_gdbarch_init): Ditto.
10363 * sh-tdep.c (sh_gdbarch_init): Ditto.
10364 * s390-tdep.c (s390_gdbarch_init): Ditto.
10365 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10366 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10367 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10368 * mips-tdep.c (mips_gdbarch_init): Ditto.
10369 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10370 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10371 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10372 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10373 * i386-tdep.c (i386_gdbarch_init): Ditto.
10374 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10375 * frv-tdep.c (frv_gdbarch_init): Ditto.
10376 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10377 * cris-tdep.c (cris_gdbarch_init): Ditto.
10378 * avr-tdep.c (avr_gdbarch_init): Ditto.
10379 * arm-tdep.c (arm_gdbarch_init): Ditto.
10380 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10381 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10382 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10383 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10384 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10385 call_dummy_stack_adjust_p.
10386 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10387 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10388 * sparc-tdep.c (sparc32_push_arguments): Update.
10389 * valops.c (hand_function_call): Update.
10390
10391 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
10392
10393 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10394 set_gdbarch_char_signed.
10395
10396 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10397
10398 PR cli/548
10399 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10400
10401 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10402
10403 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10404 (_initialize_arm_tdep): Don't set tm_print_insn.
10405
10406 2003-03-24 Adam Fedor <fedor@gnu.org>
10407
10408 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10409 * objc-lang.h: Add multiple inclusion protection.
10410 (start_msglist, add_msglist, end_msglist): Additional declarations.
10411
10412 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
10413
10414 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10415 value was renamed to ARM_FLOAT_SOFT_FPA.
10416
10417 2003-03-23 Andrew Cagney <cagney@redhat.com>
10418
10419 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10420 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10421 * gdbarch.h, gdbarch.c: Regenerate.
10422 * valops.c (hand_function_call): Update.
10423 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10424 * frame.c (legacy_saved_regs_this_id): Update.
10425 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10426 * dummy-frame.h: Update.
10427 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10428 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10429 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10430 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10431 * config/m68k/tm-sun3.h: Update.
10432 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10433 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10434 * x86-64-tdep.c (x86_64_init_abi): Update.
10435 * vax-tdep.c (vax_gdbarch_init): Update.
10436 * v850-tdep.c (v850_gdbarch_init): Update.
10437 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10438 * sh-tdep.c (sh_gdbarch_init): Update.
10439 * s390-tdep.c (s390_gdbarch_init): Update.
10440 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10441 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10442 (frame_get_saved_regs): Update.
10443 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10444 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10445 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10446 * mips-tdep.c (mips_gdbarch_init): Update.
10447 * mcore-tdep.c (mcore_gdbarch_init): Update.
10448 * m68k-tdep.c (m68k_gdbarch_init): Update.
10449 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10450 * ia64-tdep.c (ia64_gdbarch_init): Update.
10451 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10452 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10453 (i386_interix_back_one_frame): Update.
10454 * hppa-tdep.c (hppa_gdbarch_init): Update.
10455 (hppa_init_extra_frame_info): Update.
10456 * h8300-tdep.c (h8300_gdbarch_init): Update.
10457 * frv-tdep.c (frv_gdbarch_init): Update.
10458 * cris-tdep.c (cris_gdbarch_init): Update.
10459 * avr-tdep.c (avr_gdbarch_init): Update.
10460 * arm-tdep.c (arm_gdbarch_init): Update.
10461 * alpha-tdep.c (alpha_gdbarch_init): Update.
10462
10463 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10464
10465 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10466 (arm_get_fp_model): Declare.
10467 * arm-tdep.c (fp_model_strings): New string array.
10468 (arm_fp_model, current_fp_model): New variables.
10469 (arm_get_fp_model): New function.
10470 (arm_set_fp): New function.
10471 (set_fp_model_sfunc): New function.
10472 (show_fp_model): New function.
10473 (_initialize_arm_tdep): Add new command to set/show the FPU.
10474 (arm_extract_return_value): Use arm_get_fp_model.
10475 (arm_store_return_value): Likewise.
10476 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10477 to initialize the floating-point data types.
10478 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10479 model is FPA.
10480
10481 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10482
10483 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10484 the current setting of each value.
10485 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
10486 new_set and new_show. Use add_setshow_cmd_full and
10487 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10488 commands and add new version as subcommands of "set/show arm".
10489
10490 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10491
10492 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10493 (set_arm_command, show_arm_command): New functions.
10494 (_initialize_arm_tdep): Add them.
10495 (num_disassembly_options): Renamed from num_flavor_options.
10496 (valid_disassembly_styles): Renamed from valid_flavors.
10497 (disassembly_style): Renamed from disassembly_flavor.
10498 (set_disassembly_style_sfunc): Renamed from
10499 set_disassembly_flavor_sfunc.
10500 (set_disassembly_style): Renamed from set_disassembly_flavor.
10501 (arm_othernames): Updated.
10502 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10503 command. Add "set/show arm disassembly" commands. Deprecate
10504 "othernames" command.
10505
10506 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10507
10508 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10509 (arm-tdep.o): Depend on elf_arm_h.
10510
10511 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10512
10513 * Makefile.in (coff_internal_h): Define.
10514 (arm-tdep.o): Update dependencies.
10515
10516 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10517
10518 * arm-tdep.c (prologue_cache): Delete.
10519 (check_prologue_cache, save_prologue_cache): Delete.
10520 (arm_scan_prologue): Don't check or update the prologue_cache.
10521 (arm_gdb_arch_init): Don't initialize it.
10522 (_initialize_arm_tdep): Likewise.
10523
10524 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10525
10526 * MAINTAINERS (tui): Maintainer of tui code.
10527
10528 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
10529
10530 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10531 (i386-cygwin-tdep.o): Add dependencies.
10532 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10533 * i386-cygwin-tdep.c: New file.
10534 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10535 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10536
10537 2003-03-20 Andrew Cagney <cagney@redhat.com>
10538
10539 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10540 (handle_inferior_event): Remove code calling
10541 DYNAMIC_TRAMPOLINE_NEXTPC.
10542
10543 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10544 already has a full path.
10545
10546 * main.c (gdb_main): Return 1.
10547 (captured_main): Call error to report an invalid interpreter.
10548
10549 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10550 * alpha-osf1-tdep.c: Include "gdb_string.h".
10551
10552 2003-03-19 J. Brobecker <brobecker@gnat.com>
10553
10554 Continuing work to convert the hppa targets to multiarch partial.
10555
10556 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10557 method, now that hppa_push_dummy_frame has a conformant prototype.
10558 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10559 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10560 for the switch to multiarch partial.
10561
10562 2003-03-19 Kevin Buettner <kevinb@redhat.com>
10563
10564 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10565 when iss is issNull.
10566
10567 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10568
10569 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10570 NUM_REGS bounds check.
10571
10572 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10573
10574 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10575 * mips-tdep.c (gdb_assert.h): Include.
10576 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10577 (mips_register_name): Handle integer registers explicitly. Add
10578 bounds checking.
10579 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10580 (mips_lsi33k_reg_names): Don't list integer registers; they're
10581 handled by mips_register_name() now.
10582 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10583 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10584 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10585 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10586 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10587
10588 2003-03-18 Andrew Cagney <cagney@redhat.com>
10589
10590 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10591 a void pointer.
10592 * gdbtypes.h (print_scalar_formatted): Update declaration.
10593 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10594
10595 2003-03-18 J. Brobecker <brobecker@gnat.com>
10596
10597 * infrun.c (observer.h): Add #include.
10598 (normal_stop): Add call to observer_notify_normal_stop.
10599 * Makefile.in (infrun.o): Add dependency on observer.h.
10600
10601 2003-03-18 J. Brobecker <brobecker@gnat.com>
10602
10603 Continuing work to convert the hppa targets to multiarch partial.
10604 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10605 parameter. Reformat comment.
10606 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10607 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10608 to match new profile.
10609
10610 2003-03-18 J. Brobecker <brobecker@gnat.com>
10611
10612 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10613 appear to be working in any case.
10614
10615 2003-03-18 J. Brobecker <brobecker@gnat.com>
10616
10617 * observer.c (observer_test_first_observer): New static variable.
10618 (observer_test_second_observer): Likewise.
10619 (observer_test_third_observer): Likewise.
10620 (observer_test_first_notification_function): New static function.
10621 (observer_test_second_notification_function): Likewise.
10622 (observer_test_third_notification_function): Likewise.
10623
10624 2003-03-17 J. Brobecker <brobecker@gnat.com>
10625
10626 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10627 * somsolib.c (gdb_assert.h): Likewise.
10628 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10629 (somsolib.o): Likewise.
10630
10631 2003-03-17 Andrew Cagney <cagney@redhat.com>
10632
10633 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10634 BFD. Simplify setting of di.endian.
10635
10636 2003-03-17 Andrew Cagney <cagney@redhat.com>
10637
10638 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10639 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10640
10641 From Elena Zannoni <ezannoni@redhat.com>
10642 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10643 vector and floating-point parameters.
10644 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10645 convention.
10646 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10647
10648 2003-03-17 Fernando Nasser <fnasser@redhat.com>
10649
10650 * MAINTAINERS: Remove my name from several maintainership roles.
10651
10652 2003-03-17 Andrew Cagney <cagney@redhat.com>
10653
10654 Fix frame off-by-one bug.
10655 * frame-unwind.h (frame_this_id_ftype): Replace
10656 frame_unwind_id_ftype.
10657 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
10658 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
10659 with "prev_register".
10660 * frame-unwind.c (frame_unwind_find_by_pc): Return
10661 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
10662 comment.
10663 * dummy-frame.c (cached_find_dummy_frame): Delete function.
10664 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
10665 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
10666 (dummy_frame_unwind): Update.
10667 * sentinel-frame.c (sentinel_frame_prev_register): Replace
10668 sentinel_frame_register_unwind.
10669 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10670 (sentinel_frame_unwinder): Update.
10671 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10672 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10673 * frame.c (create_sentinel_frame): Update. Initialize
10674 "prologue_cache" instead of "unwind_cache".
10675 (frame_register_unwind): Call this frame's prev_register with the
10676 next frame and this frame's prologue cache.
10677 (get_prev_frame): Simplify. Always call prev frame's this_id with
10678 this frame and prev frame's prologue cache. Document that this
10679 call is shifted one to the left when compared to the
10680 frame_register_unwind call.
10681 (legacy_saved_regs_prev_register): Replace
10682 frame_saved_regs_register_unwind.
10683 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10684 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10685 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10686 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10687 (d10v_frame_unwind): Update.
10688 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10689 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10690 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10691 "saved_regs" with "this_saved_regs".
10692
10693 2003-03-16 Andrew Cagney <cagney@redhat.com>
10694
10695 * frame.c (frame_pop): Don't call target_store_registers. Fix
10696 problem reported by Mark Kettenis.
10697
10698 2003-03-16 Mark Kettenis <kettenis@gnu.org>
10699
10700 * i386-tdep.c (i386_register_type): Renamed from
10701 i386_register_virtual_type. Adjust function signature.
10702 (i386_gdbarch_init): Set register_type instead of
10703 deprecated_max_register_raw_size,
10704 deprecated_max_register_virtual_size and register_virtual_type.
10705
10706 2003-03-14 Andrew Cagney <cagney@redhat.com>
10707
10708 * frame.c (get_prev_frame): When a legacy frame, always call
10709 legacy_get_prev_frame. Simplify unwind code using assumption that
10710 the unwinder is new.
10711 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10712 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10713 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10714
10715 2003-03-14 Andrew Cagney <cagney@redhat.com>
10716
10717 * frame.c (get_saved_register): Delete function.
10718 * frame.h (get_saved_register): Delete declaration.
10719 * xstormy16-tdep.c: Update comment.
10720 * regcache.h: Update comments.
10721 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10722 get_saved_register and extract_address, use
10723 frame_read_unsigned_register.
10724 (sparc_frame_saved_pc): Ditto.
10725 (sparc_get_saved_register): Instead of get_saved_register, use
10726 frame_register.
10727 (sparc_pop_frame): Ditto.
10728 * findvar.c: Update comments.
10729 (value_of_register): Call frame_register instead of
10730 get_saved_register.
10731 (value_from_register): Ditto.
10732 * config/sparc/tm-sparc.h: Update comment.
10733 * breakpoint.c: Update comment.
10734
10735 2003-03-14 Andrew Cagney <cagney@redhat.com>
10736
10737 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10738 GET_SAVED_REGISTER.
10739 * gdbarch.h, gdbarch.c: Re-generate.
10740 * frame.h: Update comments.
10741 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10742 * x86-64-tdep.c (x86_64_init_abi): Update.
10743 * sparc-tdep.c (sparc_gdbarch_init): Update.
10744 * sh-tdep.c (sh_gdbarch_init): Update.
10745 * mips-tdep.c (mips_gdbarch_init): Update.
10746 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10747 * cris-tdep.c (cris_gdbarch_init): Update.
10748 * ia64-tdep.c (ia64_gdbarch_init): Update.
10749 * frame.c (frame_register): Update.
10750 (get_saved_register): Update.
10751 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
10752
10753 2003-03-13 Andrew Cagney <cagney@redhat.com>
10754
10755 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10756 * gdbarch.h, gdbarch.c: Regenerate.
10757 * valops.c (hand_function_call): Update comment.
10758 * stack.c (return_command): Update comment.
10759 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10760 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10761 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10762 * x86-64-tdep.c (x86_64_init_abi): Update.
10763 * vax-tdep.c (vax_gdbarch_init): Update.
10764 * v850-tdep.c (v850_gdbarch_init): Update.
10765 * sparc-tdep.c (sparc_gdbarch_init): Update.
10766 * sh-tdep.c (sh_gdbarch_init): Update.
10767 * s390-tdep.c (s390_gdbarch_init): Update.
10768 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10769 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10770 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10771 * mips-tdep.c (mips_gdbarch_init): Update.
10772 * mcore-tdep.c (mcore_gdbarch_init): Update.
10773 * m68k-tdep.c (m68k_gdbarch_init): Update.
10774 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10775 * ia64-tdep.c (ia64_gdbarch_init): Update.
10776 * i386-tdep.c (i386_gdbarch_init): Update.
10777 * hppa-tdep.c (hppa_gdbarch_init): Update.
10778 * h8300-tdep.c (h8300_gdbarch_init): Update.
10779 * frv-tdep.c (frv_gdbarch_init): Update.
10780 * cris-tdep.c (cris_gdbarch_init): Update.
10781 * avr-tdep.c (avr_gdbarch_init): Update.
10782 * arm-tdep.c (arm_gdbarch_init): Update.
10783 * alpha-tdep.c (alpha_gdbarch_init): Update.
10784
10785 2003-03-13 Andrew Cagney <cagney@redhat.com>
10786
10787 * frame.c (legacy_frame_p): New function.
10788 (get_prev_frame): Use legacy_frame_p.
10789 * frame.h (legacy_frame_p): Declare.
10790
10791 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10792
10793 * MAINTAINERS (write after approval): Alphabetically
10794 listing corrected.
10795
10796 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10797
10798 * MAINTAINERS (write after approval): Add myself.
10799
10800 2003-03-12 Andrew Cagney <cagney@redhat.com>
10801
10802 * frame.c (get_prev_frame): Rename the frame parameter to
10803 "this_frame".
10804 (get_next_frame, legacy_get_prev_frame): Ditto.
10805
10806 2003-03-12 Andrew Cagney <cagney@redhat.com>
10807
10808 * frame.c (get_current_frame): Check target_has_registers before
10809 checking target_has_stack.
10810 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10811 instead of deprecated_selected_frame.
10812 * findvar.c (value_of_register): Pass "frame", not
10813 deprecated_selected_frame, to value_of_builtin_reg.
10814
10815 2003-03-12 Andrew Cagney <cagney@redhat.com>
10816
10817 * regcache.c (regcache_cooked_write_signed): New function.
10818 (regcache_cooked_write_unsigned): New function.
10819 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10820 (regcache_cooked_read_signed): Fix regnum in range assertion.
10821 * regcache.h (regcache_cooked_write_signed): Declare.
10822 (regcache_cooked_write_unsigned): Declare.
10823
10824 2003-03-12 Andrew Cagney <cagney@redhat.com>
10825
10826 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10827 * gdbarch.h, gdbarch.c: Re-generate.
10828 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10829 * x86-64-tdep.h: Update.
10830 * x86-64-tdep.c (x86_64_init_abi): Update.
10831 * v850-tdep.c (v850_gdbarch_init): Update.
10832 * sparc-tdep.c (sparc_gdbarch_init): Update.
10833 * sh-tdep.c (sh_gdbarch_init): Update.
10834 * s390-tdep.c (s390_gdbarch_init): Update.
10835 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10836 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10837 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10838 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10839 * mips-tdep.c (mips_gdbarch_init): Update.
10840 * mcore-tdep.c (mcore_gdbarch_init): Update.
10841 * m68k-tdep.c (m68k_gdbarch_init): Update.
10842 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10843 * ia64-tdep.c (ia64_gdbarch_init): Update.
10844 * i386-tdep.c (i386_gdbarch_init): Update.
10845 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10846 * hppa-tdep.c (hppa_gdbarch_init): Update.
10847 * h8300-tdep.c (h8300_gdbarch_init): Update.
10848 * frv-tdep.c (frv_gdbarch_init): Update.
10849 * cris-tdep.c (cris_gdbarch_init): Update.
10850 * avr-tdep.c (avr_gdbarch_init): Update.
10851 * arm-tdep.c (arm_gdbarch_init): Update.
10852 * alpha-tdep.c (alpha_gdbarch_init): Update.
10853 * sh-tdep.c (sh_init_extra_frame_info): Update.
10854 (sh64_init_extra_frame_info): Update.
10855 * ns32knbsd-nat.c (frame_num_args): Update.
10856 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10857 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10858 (xstormy16_frame_chain_valid): Update.
10859 * vax-tdep.c (vax_saved_pc_after_call): Update.
10860 * v850-tdep.c (v850_frame_chain): Update.
10861 (v850_pop_frame): Update.
10862 (v850_init_extra_frame_info): Update.
10863 * sparc-tdep.c (setup_arbitrary_frame): Update.
10864 * ns32k-tdep.c (umax_frame_num_args): Update.
10865 * s390-tdep.c (s390_pop_frame_regular): Update.
10866 * mn10300-tdep.c (mn10300_frame_chain): Update.
10867 (mn10300_pop_frame_regular): Update.
10868 (mn10300_init_extra_frame_info): Update.
10869 * mips-tdep.c (mips_init_frame_pc_first): Update.
10870 (mips_frame_chain): Update.
10871 (mips_pop_frame): Update.
10872 * mcore-tdep.c (mcore_frame_chain): Update.
10873 (mcore_pop_frame): Update.
10874 (mcore_init_extra_frame_info): Update.
10875 * arch-utils.c (init_frame_pc_default): Update.
10876 * m68k-tdep.c (isi_frame_num_args): Update.
10877 (delta68_frame_num_args): Update.
10878 (news_frame_num_args): Update.
10879 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10880 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10881 (alpha_frame_chain): Update.
10882 (alpha_pop_frame): Update.
10883 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10884 (hppa_init_extra_frame_info): Update.
10885 (hppa_frame_chain): Update.
10886 (hppa_frame_chain_valid): Update.
10887 * cris-tdep.c (cris_init_extra_frame_info): Update.
10888 * avr-tdep.c (avr_init_extra_frame_info): Update.
10889 * arm-tdep.c (arm_frame_chain_valid): Update.
10890 (arm_init_extra_frame_info): Update.
10891 (arm_pop_frame): Update.
10892 * frame.c (frame_pc_unwind): Update.
10893 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10894 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10895 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10896 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10897 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10898 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10899
10900 2003-03-12 Andrew Cagney <cagney@redhat.com>
10901
10902 Eliminate the need for POP_FRAME.
10903 * frame.c (do_frame_unwind_register): New function.
10904 (frame_pop): When no POP_FRAME, pop the frame using register
10905 unwind and a scratch regcache.
10906 (frame_saved_regs_pop): Delete function.
10907 (trad_frame_unwinder): Update.
10908 * d10v-tdep.c (d10v_frame_pop): Delete function.
10909 (d10v_frame_unwind): Update.
10910 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10911 (sentinel_frame_unwinder): Update.
10912 * dummy-frame.c (dummy_frame_pop): Delete function.
10913 (dummy_frame_unwind): Update.
10914 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10915 (struct frame_unwind): Update.
10916
10917 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10918
10919 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10920 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10921 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10922 Do range checks on register number obtained from debugging info.
10923 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10924 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10925 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10926 mapping function.
10927 (do_fp_register_row): Fix typo which caused double type to be
10928 used when attempting to unpack a float.
10929
10930 2003-03-11 J. Brobecker <brobecker@gnat.com>
10931
10932 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10933
10934 2003-03-11 Andrew Cagney <cagney@redhat.com>
10935
10936 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10937 frame. Problem found by Corinna Vinschen.
10938
10939 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10940
10941 * doublest.c (floatformat_from_length): Accept also
10942 the real size of 'long double' type.
10943
10944 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10945
10946 From Klee Dienes <kdienes@apple.com>:
10947 * breakpoint.c (bpstat_copy): Copy the command lines as well
10948 as the old value, to match what is freed in bpstat_clear.
10949
10950 2003-03-10 David Carlton <carlton@math.stanford.edu>
10951
10952 * minsyms.c (add_minsym_to_hash_table): Replace
10953 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10954 (compare_minimal_symbols, compact_minimal_symbols)
10955 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10956 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10957 of DEPRECATED_SYMBOL_MATCHES_NAME.
10958 (lookup_minimal_symbol_solib_trampoline): Ditto.
10959
10960 2003-03-10 Andrew Cagney <cagney@redhat.com>
10961
10962 * regcache.h (regcache_cooked_read_ftype): Define.
10963 (regcache_save, regcache_restore): Add a cooked_read parameter.
10964 * regcache.c (regcache_save, regcache_restore): Update.
10965 (do_cooked_read): New function.
10966 (regcache_cpy): Pass do_cooked_read to regcache_save and
10967 regcache_restore.
10968
10969 2003-03-10 Andrew Cagney <cagney@redhat.com>
10970
10971 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10972 * gdbarch.h, gdbarch.c: Re-generate.
10973 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10974 * x86-64-tdep.h: Update.
10975 * x86-64-tdep.c (x86_64_init_abi): Update.
10976 * v850-tdep.c (v850_gdbarch_init): Update.
10977 * sparc-tdep.c (sparc_gdbarch_init): Update.
10978 * sh-tdep.c (sh_gdbarch_init): Update.
10979 * s390-tdep.c (s390_gdbarch_init): Update.
10980 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10981 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10982 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10983 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10984 * mips-tdep.c (mips_gdbarch_init): Update.
10985 * mcore-tdep.c (mcore_gdbarch_init): Update.
10986 * m68k-tdep.c (m68k_gdbarch_init): Update.
10987 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10988 * ia64-tdep.c (ia64_gdbarch_init): Update.
10989 * i386-tdep.c (i386_gdbarch_init): Update.
10990 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10991 * hppa-tdep.c (hppa_gdbarch_init): Update.
10992 * h8300-tdep.c (h8300_gdbarch_init): Update.
10993 * frv-tdep.c (frv_gdbarch_init): Update.
10994 * cris-tdep.c (cris_gdbarch_init): Update.
10995 * avr-tdep.c (avr_gdbarch_init): Update.
10996 * arm-tdep.c (arm_gdbarch_init): Update.
10997 * alpha-tdep.c (alpha_gdbarch_init): Update.
10998 * sh-tdep.c (sh_init_extra_frame_info): Update.
10999 (sh64_init_extra_frame_info): Update.
11000 * ns32knbsd-nat.c (frame_num_args): Update.
11001 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11002 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11003 (xstormy16_frame_chain_valid): Update.
11004 * vax-tdep.c (vax_saved_pc_after_call): Update.
11005 * v850-tdep.c (v850_frame_chain): Update.
11006 (v850_pop_frame): Update.
11007 (v850_init_extra_frame_info): Update.
11008 * sparc-tdep.c (setup_arbitrary_frame): Update.
11009 * ns32k-tdep.c (umax_frame_num_args): Update.
11010 * s390-tdep.c (s390_pop_frame_regular): Update.
11011 * mn10300-tdep.c (mn10300_frame_chain): Update.
11012 (mn10300_pop_frame_regular): Update.
11013 (mn10300_init_extra_frame_info): Update.
11014 * mips-tdep.c (mips_init_frame_pc_first): Update.
11015 (mips_frame_chain): Update.
11016 (mips_pop_frame): Update.
11017 * mcore-tdep.c (mcore_frame_chain): Update.
11018 (mcore_pop_frame): Update.
11019 (mcore_init_extra_frame_info): Update.
11020 * arch-utils.c (init_frame_pc_default): Update.
11021 * m68k-tdep.c (isi_frame_num_args): Update.
11022 (delta68_frame_num_args): Update.
11023 (news_frame_num_args): Update.
11024 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11025 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11026 (alpha_frame_chain): Update.
11027 (alpha_pop_frame): Update.
11028 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11029 (hppa_init_extra_frame_info): Update.
11030 (hppa_frame_chain): Update.
11031 (hppa_frame_chain_valid): Update.
11032 * cris-tdep.c (cris_init_extra_frame_info): Update.
11033 * avr-tdep.c (avr_init_extra_frame_info): Update.
11034 * arm-tdep.c (arm_frame_chain_valid): Update.
11035 (arm_init_extra_frame_info): Update.
11036 (arm_pop_frame): Update.
11037 * frame.c (frame_pc_unwind): Update.
11038 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11039 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11040 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11041 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11042 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11043 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11044
11045 2003-03-10 Andrew Cagney <cagney@redhat.com>
11046
11047 * gdbarch.sh (gdbarch_unwind_pc): New method.
11048 * gdbarch.h, gdbarch.c: Regenerate.
11049 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
11050 but use read_pc and FRAME_SAVED_PC as fall backs.
11051 (frame_saved_regs_pc_unwind): Delete function.
11052 (trad_frame_unwinder): Update.
11053 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
11054 (struct frame_unwind): Update.
11055 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
11056 (dummy_frame_unwind): Update.
11057 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
11058 (sentinel_frame_unwinder): Update.
11059 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
11060 (d10v_frame_unwind): Update.
11061 (d10v_unwind_pc): New function.
11062 (d10v_gdbarch_init): Set unwind_pc.
11063
11064 2003-03-10 Andrew Cagney <cagney@redhat.com>
11065
11066 * gdbarch.h: Re-generate.
11067
11068 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
11069 PC.
11070 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
11071 the PC register.
11072
11073 2003-03-08 Mark Kettenis <kettenis@gnu.org>
11074
11075 * gdbarch.sh (save_dummy_frame_tos): Add comment.
11076
11077 2003-03-08 Andrew Cagney <cagney@redhat.com>
11078
11079 * cli-out.c: Update copyright.
11080 (cli_out_data): Define typedef. Use instead of ui_out_data.
11081
11082 2003-03-08 Andrew Cagney <cagney@redhat.com>
11083
11084 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
11085 the result.
11086
11087 2003-03-07 Andrew Cagney <cagney@redhat.com>
11088
11089 * gdbarch.sh: Don't generate two macro definitions when an
11090 undefined macro taking no arguments.
11091 * gdbarch.h: Regenerate.
11092
11093 2002-03-07 Michal Ludvig <mludvig@suse.cz>
11094
11095 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
11096 (x86_64_unwind_dummy_id): New functions.
11097 (x86_64_init_abi): Register these two new functions.
11098
11099 2003-03-07 Michal Ludvig <mludvig@suse.cz>
11100
11101 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
11102 (x86_64_skip_prologue): Move prologue detection to
11103 separate function.
11104 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
11105
11106 2003-03-05 Andrew Cagney <cagney@redhat.com>
11107
11108 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
11109 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
11110 * frame.c (get_prev_frame): Restructure the frame ID unwind code
11111 to use unwind_dummy_id when a dummy frame.
11112 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
11113 predicate.
11114 * gdbarch.h, gdbarch.c: Regneerate.
11115
11116 2003-03-05 Andrew Cagney <cagney@redhat.com>
11117
11118 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
11119 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
11120 Do not use d10v_read_sp or d10v_read_fp when obtaining register
11121 values.
11122
11123 2003-03-05 Andrew Cagney <cagney@redhat.com>
11124
11125 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11126 (struct d10v_unwind_cache): Delete field "frameless". Replace
11127 "next_addr" with "sp_offset". Add "r11_offset".
11128 (d10v_frame_unwind_cache): Update.
11129 (prologue_find_regs): Update. When "mv r11, sp", save the
11130 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
11131 RN was saved in r11_offset.
11132
11133 2003-03-05 Andrew Cagney <cagney@redhat.com>
11134
11135 * frame.c (deprecated_update_frame_pc_hack): Also update the the
11136 cached PC value in the next frame.
11137
11138 2003-03-05 Andrew Cagney <cagney@redhat.com>
11139
11140 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11141 "id_unwind_cache" with "id".
11142 (frame_id_unwind): Delete declaration.
11143 * frame.c (frame_id_unwind): Delete function.
11144 (get_prev_frame): Call the frame id unwind method directly. Store
11145 the returned next frame's ID value in NEXT_FRAME. Note that there
11146 is a problem with the wrong unwind ID being called with the wrong
11147 unwind cache.
11148
11149 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11150
11151 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11152
11153 2003-03-05 James Ingham <jingham@apple.com>
11154 Daniel Jacobowitz <drow@mvista.com>
11155
11156 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11157 (auto_cp_abi): New variable.
11158 (current_cp_abi, num_cp_abis): Make static.
11159 (CP_ABI_MAX): Define.
11160 (cp_abis): Turn into an array.
11161 (value_virtual_fn_field): Fix formatting.
11162 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11163 takes a pointer.
11164 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11165 (list_cp_abis, _initialize_cp_abi): New functions.
11166 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
11167 declarations for cp_abis, num_cp_abis, current_cp_abi, and
11168 switch_to_cp_abi. Update prototype for register_cp_abi.
11169 * Makefile.in (cp-abi.o): Update dependencies.
11170 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11171 instead of switch_to_cp_abi.
11172 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
11173 register_cp_abi.
11174 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11175 register_cp_abi.
11176 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11177
11178 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11179
11180 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11181 * dwarf2loc.c: Include "regcache.h".
11182 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
11183 register_size.
11184 * Makefile.in (dwarf2loc.o): Update dependencies.
11185
11186 2003-03-04 Theodore A. Roth <troth@openavr.org>
11187
11188 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11189 number of io registers reported by remote target is not a multiple of
11190 step.
11191
11192 2003-03-04 David Carlton <carlton@math.stanford.edu>
11193
11194 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11195 (lookup_symbol_aux_psymtabs): Update call to
11196 lookup_partial_symbol.
11197 (lookup_transparent_type, find_main_psymtab)
11198 (make_symbol_overload_list): Ditto.
11199
11200 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11201
11202 * MAINTAINERS (Write after approval): Update my email address.
11203
11204 2003-03-03 Andrew Cagney <cagney@redhat.com>
11205
11206 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11207 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11208 predicate. Replace MAX_REGISTER_RAW_SIZE.
11209 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11210 MAX_REGISTER_VIRTUAL_SIZE.
11211 * regcache.c (legacy_max_register_raw_size): New function.
11212 (legacy_max_register_virtual_size): New function.
11213 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11214 (MAX_REGISTER_RAW_SIZE): Define.
11215 (legacy_max_register_raw_size): Declare.
11216 (legacy_max_register_virtual_size): Declare.
11217 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11218 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11219 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11220 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11221 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11222 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11223 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11224 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11225 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11226 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11227 * vax-tdep.c (vax_gdbarch_init): Update.
11228 * v850-tdep.c (v850_gdbarch_init): Update.
11229 * sparc-tdep.c (sparc_gdbarch_init): Update.
11230 * sh-tdep.c (sh_gdbarch_init): Update.
11231 * s390-tdep.c (s390_gdbarch_init): Update.
11232 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11233 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11234 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11235 * mips-tdep.c (mips_gdbarch_init): Update.
11236 * mcore-tdep.c (mcore_gdbarch_init): Update.
11237 * m68k-tdep.c (m68k_gdbarch_init): Update.
11238 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11239 * ia64-tdep.c (ia64_gdbarch_init): Update.
11240 * i386-tdep.c (i386_gdbarch_init): Update.
11241 * hppa-tdep.c (hppa_gdbarch_init): Update.
11242 * h8300-tdep.c (h8300_gdbarch_init): Update.
11243 * frv-tdep.c (frv_gdbarch_init): Update.
11244 * cris-tdep.c (cris_gdbarch_init): Update.
11245 * avr-tdep.c (avr_gdbarch_init): Update.
11246 * arm-tdep.c (arm_gdbarch_init): Update.
11247 * alpha-tdep.c (alpha_gdbarch_init): Update.
11248 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11249 max_register_raw_size or max_register_virtual_size.
11250
11251 2003-03-03 David Carlton <carlton@math.stanford.edu>
11252
11253 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11254 SYMBOL_MATCHES_NAME, add comment.
11255 (SYMBOL_MATCHES_NATURAL_NAME): New.
11256 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11257 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11258 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11259 * symtab.c (lookup_partial_symbol): Use
11260 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11261 unhelpful comment.
11262 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11263 SYMBOL_MATCHES_NAME.
11264 Fix for PR c++/33.
11265
11266 2003-03-03 David Carlton <carlton@math.stanford.edu>
11267
11268 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11269 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11270 by regexp matching against SYMBOL_NATURAL_NAME.
11271
11272 2003-03-03 David Carlton <carlton@math.stanford.edu>
11273
11274 * linespec.c (find_method): Extract code into collect_methods.
11275 (collect_methods): New.
11276
11277 2003-03-02 Mark Kettenis <kettenis@gnu.org>
11278
11279 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11280 get_frame_base.
11281
11282 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11283 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11284
11285 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11286
11287 * arch-utils.c (generic_register_byte): Fix to use the loop index
11288 and not regnum when summing the size of all registers up to regnum.
11289
11290 2003-03-01 Andrew Cagney <cagney@redhat.com>
11291
11292 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11293 FRAME_INIT_SAVED_REGS.
11294 * gdbarch.h, gdbarch.c: Regenerate.
11295 * stack.c (frame_info): Update.
11296 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11297 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11298 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11299 * ns32k-tdep.c (ns32k_pop_frame): Update.
11300 * mips-tdep.c (mips_pop_frame): Update.
11301 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11302 * ia64-tdep.c (ia64_frame_chain): Update.
11303 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11304 (ia64_frameless_function_invocation): Update.
11305 (ia64_init_extra_frame_info): Update.
11306 (ia64_pop_frame_regular): Update.
11307 * frame.h (struct frame_info): Update comment.
11308 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11309 * frame.c (frame_saved_regs_register_unwind): Update.
11310 (frame_saved_regs_register_unwind): Update.
11311 (deprecated_generic_get_saved_register): Update.
11312 * cris-tdep.c: Update comment.
11313 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11314 Rename macro.
11315 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11316 * x86-64-tdep.c (x86_64_init_abi): Update.
11317 * vax-tdep.c (vax_gdbarch_init): Update.
11318 * v850-tdep.c (v850_gdbarch_init): Update.
11319 * sparc-tdep.c (sparc_gdbarch_init): Update.
11320 * sh-tdep.c (sh_gdbarch_init): Update.
11321 * s390-tdep.c (s390_gdbarch_init): Update.
11322 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11323 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11324 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11325 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11326 * mips-tdep.c (mips_gdbarch_init): Update.
11327 * mcore-tdep.c (mcore_gdbarch_init): Update.
11328 * m68k-tdep.c (m68k_gdbarch_init): Update.
11329 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11330 * ia64-tdep.c (ia64_gdbarch_init): Update.
11331 * i386-tdep.c (i386_gdbarch_init): Update.
11332 * frv-tdep.c (frv_gdbarch_init): Update.
11333 * avr-tdep.c (avr_gdbarch_init): Update.
11334 * arm-tdep.c (arm_gdbarch_init): Update.
11335 * alpha-tdep.c (alpha_gdbarch_init): Update.
11336
11337 2003-03-01 Andrew Cagney <cagney@redhat.com>
11338
11339 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11340 option enum and switch. When no windows, set the interpreter to
11341 INTERP_CONSOLE.
11342
11343 2003-03-01 Andrew Cagney <cagney@redhat.com>
11344
11345 * main.c (captured_main): Replace magic option characters with an
11346 enum.
11347
11348 2003-03-01 Andrew Cagney <cagney@redhat.com>
11349
11350 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11351 INIT_EXTRA_FRAME_INFO.
11352 * gdbarch.h, gdbarch.c: Regenerate.
11353 * arm-tdep.c: Update comments.
11354 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11355 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11356 * frame.h, avr-tdep.c: Ditto.
11357 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11358 (create_new_frame, legacy_get_prev_frame): Ditto.
11359 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11360 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11361 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11362 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11363 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11364 * v850-tdep.c (v850_gdbarch_init): Ditto.
11365 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11366 * sh-tdep.c (sh_gdbarch_init): Ditto.
11367 * s390-tdep.c (s390_gdbarch_init): Ditto.
11368 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11369 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11370 * mips-tdep.c (mips_gdbarch_init): Ditto.
11371 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11372 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11373 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11374 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11375 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11376 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11377 * frv-tdep.c (frv_gdbarch_init): Ditto.
11378 * cris-tdep.c (cris_gdbarch_init): Ditto.
11379 * avr-tdep.c (avr_gdbarch_init): Ditto.
11380 * arm-tdep.c (arm_gdbarch_init): Ditto.
11381 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11382 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11383
11384 2003-03-01 Andrew Cagney <cagney@redhat.com>
11385
11386 * gdbarch.sh (register_type): New function with predicate.
11387 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11388 * gdbarch.h, gdbarch.c: Re-generate.
11389 * arch-utils.c (generic_register_byte): Use generic_register_size.
11390 (generic_register_size): When available, use
11391 gdbarch_register_type.
11392 * regcache.c (init_regcache_descr): When available, initialize the
11393 register type array using gdbarch_register_type. If the
11394 architecture supplies gdbarch_register_type, do not use the legacy
11395 regcache layout.
11396 * d10v-tdep.c (d10v_register_type): Replace
11397 d10v_register_virtual_type.
11398 (d10v_gdbarch_init): Set register_type instead of
11399 register_virtual_type.
11400
11401 2003-03-01 Andrew Cagney <cagney@redhat.com>
11402
11403 * Makefile.in (ax-gdb.o): Update dependencies.
11404 * ax-gdb.c: Include "regcache.h".
11405 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11406 * findvar.c (value_of_register): Ditto.
11407 * infcmd.c (default_print_registers_info): Ditto.
11408
11409 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11410
11411 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11412 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11413
11414 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11415
11416 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11417 of STREQ.
11418
11419 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
11420
11421 * Makefile.in (dwarf2loc.o): Update dependencies.
11422 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11423 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11424 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11425 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11426 (locexpr_tracepoint_var_ref): New function.
11427 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11428
11429 2003-02-28 Andrew Cagney <cagney@redhat.com>
11430
11431 * regcache.c (register_size): New function.
11432 * regcache.h (register_size): Declare
11433 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11434 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11435
11436 2003-02-28 David Carlton <carlton@math.stanford.edu>
11437
11438 * linespec.c (decode_compound): Extract code into find_method.
11439 (find_method): New.
11440
11441 2003-02-28 J. Brobecker <brobecker@gnat.com>
11442
11443 * Makefile.in: Add rules to build and link in observer.o.
11444
11445 2003-02-27 J. Brobecker <brobecker@gnat.com>
11446
11447 * observer.c: Minor comments edits.
11448
11449 2003-02-27 J. Brobecker <brobecker@gnat.com>
11450
11451 * observer.h, observer.c: New file.
11452
11453 2003-02-27 Andrew Cagney <cagney@redhat.com>
11454
11455 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11456
11457 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11458
11459 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11460 (M6812_OP_STS_EXT): Likewise.
11461 (m6811_prologue): Use the above to recognize prologue.
11462 (m6812_prologue): Likewise.
11463
11464 2003-02-27 David Carlton <carlton@math.stanford.edu>
11465
11466 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11467 SYMBOL_PRINT_NAME.
11468 (compare_psymbols): Ditto.
11469 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11470
11471 2003-02-27 Michael Snyder <msnyder@redhat.com>
11472
11473 * f-lang.c (build_fortran_types): New function.
11474 (_initialize_f_language): Gdbarch-register built-in fortran types.
11475 * doublest.c (extract_floating): Fix warning text.
11476
11477 2003-02-27 Andrew Cagney <cagney@redhat.com>
11478
11479 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11480 predicate. Replaces PUSH_DUMMY_FRAME.
11481 * gdbarch.h, gdbarch.c: Regnerate.
11482 * valops.c (hand_function_call): Update. Call
11483 generic_push_dummy_frame directly.
11484 * vax-tdep.c (vax_gdbarch_init): Update.
11485 * sparc-tdep.c (sparc_gdbarch_init): Update.
11486 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11487 * m68k-tdep.c (m68k_gdbarch_init): Update.
11488 * hppa-tdep.c (hppa_gdbarch_init): Update.
11489 * alpha-tdep.c (alpha_gdbarch_init): Update.
11490 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11491 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11492 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11493 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11494 push_dummy_frame to generic_push_dummy_frame.
11495 * v850-tdep.c (v850_gdbarch_init): Ditto.
11496 * sh-tdep.c (sh_gdbarch_init): Ditto.
11497 * s390-tdep.c (s390_gdbarch_init): Ditto.
11498 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11499 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11500 * mips-tdep.c (mips_gdbarch_init): Ditto.
11501 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11502 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11503 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11504 * i386-tdep.c (i386_gdbarch_init): Ditto.
11505 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11506 * frv-tdep.c (frv_gdbarch_init): Ditto.
11507 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11508 * cris-tdep.c (cris_gdbarch_init): Ditto.
11509 * avr-tdep.c (avr_gdbarch_init): Ditto.
11510 * arm-tdep.c (arm_gdbarch_init): Ditto.
11511
11512 2003-02-26 Kevin Buettner <kevinb@redhat.com>
11513
11514 * mips-tdep.c (show_mips_abi): New function.
11515 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11516 command ``show mips abi''.
11517
11518 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
11519
11520 From Elena Zannoni <ezannoni@redhat.com>
11521 * dbxread.c (process_one_symbol): Only record line 0 if one or
11522 more sline entries have been seen for the function.
11523
11524 2003-02-26 Michael Chastain <mec@shout.net>
11525
11526 * configure: Regenerate with autoconf 000227.
11527
11528 2003-02-26 Michael Chastain <mec@shout.net>
11529
11530 Close PR build/660.
11531 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11532 for old libc5/glibc.
11533 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11534
11535 2003-02-26 Kris Warkentin <kewarken@qnx.com>
11536
11537 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11538 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11539
11540 2003-02-26 Michael Chastain <mec@shout.net>
11541
11542 * configure.in: New variable HAVE_UINTPTR_T.
11543 * configure, config.in: Regenerated.
11544
11545 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
11546
11547 Fix PR build/1097.
11548 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11549
11550 2003-02-25 Andrew Cagney <cagney@redhat.com>
11551
11552 * frame.c (get_prev_frame): Add comment on check for
11553 inside_entry_func. Only check for inside_entry_file when not a
11554 dummy and not a sentinel. Check that the new frame is not inner
11555 to the old frame.
11556
11557 2003-02-25 Andrew Cagney <cagney@redhat.com>
11558
11559 * frame.c (frame_debug): New variable.
11560 (_initialize_frame): Add "set/show debug frame" command.
11561 (get_prev_frame): When frame_debug, print reason why unwind
11562 failed.
11563
11564 2003-02-25 Michael Chastain <mec@shout.net>
11565
11566 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11567 to avoid uintptr_t definition problems.
11568
11569 2003-02-25 David Carlton <carlton@math.stanford.edu>
11570
11571 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11572 (SYMBOL_LINKAGE_NAME): Ditto.
11573 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11574 SYMBOL_LINKAGE_NAME.
11575 (struct general_symbol_info): Expand comment.
11576 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11577 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11578 (SYMBOL_MATCHES_REGEXP): Ditto.
11579 * symtab.c (symbol_natural_name): New function.
11580 * objfiles.h: Replace all uses of SYMBOL_NAME by
11581 DEPRECATED_SYMBOL_NAME.
11582 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11583 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11584 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11585 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11586 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11587 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11588 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11589 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11590 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11591 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11592 * ada-exp.y: Ditto.
11593 * ada-exp.y: Update copyright.
11594 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11595 * cp-valprint.c: Ditto.
11596
11597 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11598
11599 * infptrace.c (detach): Do not flag error if ptrace detach fails
11600 and errno is set to ESRCH.
11601
11602 2003-02-24 Andrew Cagney <cagney@redhat.com>
11603
11604 * infptrace.c (udot_info): Change type of udot_off to long. Use
11605 paddr when printing udot_off's value.
11606
11607 2003-02-24 David Carlton <carlton@math.stanford.edu>
11608
11609 * symtab.c (make_symbol_overload_list): Only read in partial
11610 symtabs containing a matching partial symbol.
11611
11612 2003-02-24 David Carlton <carlton@math.stanford.edu>
11613
11614 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11615 do the comparison, not strcmp.
11616 * symfile.c (compare_psymbols): Ditto.
11617 * defs.h: Declare strcmp_iw_ordered.
11618 * utils.c (strcmp_iw_ordered): New function.
11619
11620 2003-02-24 Jim Blandy <jimb@redhat.com>
11621
11622 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11623 support, shared libs): Remove my name from here, to better reflect
11624 reality.
11625
11626 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11627
11628 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11629 (target_ops): Add to_have_continuable_watchpoint.
11630 * target.c (update_current_target): Add INHERIT line for
11631 to_have_continuable_watchpoint.
11632 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11633 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11634 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11635 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11636
11637 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
11638
11639 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11640 maintainership.
11641
11642 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11643
11644 * solib.c (solib_open): Call target defined search function after
11645 failing with solib-search-path.
11646 * solist.h (target_so_ops): Add find_and_open_solib function hook and
11647 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
11648
11649 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11650
11651 * MAINTAINERS: Add myself to Write After section.
11652
11653 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11654
11655 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
11656
11657 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
11658
11659 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
11660 (m68hc11_add_reggroups): New function.
11661 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
11662 (m68hc11_gdbarch_init): Install the reggroups.
11663 (_initialize_m68hc11_tdep): Initialize them.
11664
11665 2003-02-21 James E Wilson <wilson@tuliptree.org>
11666
11667 * MAINTAINERS: Update my email address.
11668
11669 2003-02-21 David Carlton <carlton@math.stanford.edu>
11670
11671 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11672
11673 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
11674
11675 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11676 * symtab.h: Add opaque declarations of struct axs_value and
11677 struct agent_expr.
11678 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11679 (struct location_funcs): New type.
11680 (struct symbol): Add "loc" to aux_value.
11681 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11682 * dwarf2read.c: Include "dwarf2expr.h".
11683 (dwarf2_symbol_mark_computed): New function.
11684 (read_func_scope): Use it.
11685 (var_decode_location): New function.
11686 (new_symbol): Use it.
11687 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11688
11689 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11690 (dwarf2expr_h, dwarf2loc_h): New variables.
11691 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11692 (dwarf2expr.o, dwarf2loc.o): New rules.
11693 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11694 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11695 LOC_COMPUTED_ARG.
11696 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11697 * m2-exp.y (yylex): Likewise.
11698 * printcmd.c (address_info, print_frame_args): Likewise.
11699 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11700 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11701 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11702 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11703 * symtab.c (lookup_block_symbol): Likewise.
11704
11705 2003-02-20 Adam Fedor <fedor@gnu.org>
11706
11707 * symtab.h: Remove objc_specific struct
11708 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11709 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11710 Have language_objc use cplus_specific struct.
11711
11712 2003-02-20 Tom Tromey <tromey@redhat.com>
11713
11714 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11715 TYPE_NAME, when printing a String value. PR java/1075.
11716
11717 2003-02-20 Adam Fedor <fedor@gnu.org>
11718
11719 * objc-lang.h (find_methods): Remove declaration.
11720 * objc-lang.c (find_methods): Make static.
11721
11722 2003-02-20 Christopher Faylor <cgf@redhat.com>
11723
11724 * win32-nat.c (get_image_name): Check return value from
11725 ReadProcessMemory.
11726 (child_xfer_memory): Ditto.
11727
11728 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
11729
11730 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11731 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11732 '${exec_prefix}' (in addition to the expansion thereof) as
11733 relocatable.
11734 * configure: Rebuilt.
11735
11736 2003-02-20 David Carlton <carlton@math.stanford.edu>
11737
11738 * symtab.c (search_symbols): Revert the search_symbols part of my
11739 2002-12-23 patch. Add comment.
11740
11741 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11742
11743 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11744 * dbxread.c (elfstab_build_psymtabs): Don't call
11745 install_minimal_symbols.
11746 (stabsect_build_psymtabs): Likewise.
11747 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11748 earlier.
11749 * somread.c (som_symfile_read): Call install_minimal_symbols
11750 and do_cleanups earlier.
11751 * nlmread.c (nlm_symfile_read): Likewise.
11752 * mdebugread.c (elfmdebug_build_psymtabs): Call
11753 install_minimal_symbols and make appropriate cleanups.
11754
11755 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11756
11757 * solib.c (reload_shared_libraries): New function.
11758 (_initialize_solib): Add callbacks for ``set solib-search-path''
11759 and ``set solib-absolute-prefix''.
11760
11761 2003-02-20 David Carlton <carlton@math.stanford.edu>
11762
11763 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11764 expand comment.
11765 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11766 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11767 * ada-typeprint.c (ada_typedef_print): Ditto.
11768 * ax-gdb.c (gen_var_ref): Ditto.
11769 * breakpoint.c (print_one_breakpoint): Ditto.
11770 * buildsym.c (finish_block): Ditto.
11771 * c-valprint.c (c_val_print): Ditto.
11772 * expprint.c (print_subexp): Ditto.
11773 * findvar.c (locate_var_value): Ditto.
11774 * infcmd.c (jump_command): Ditto.
11775 * linespec.c (decode_line_2, decode_compound): Ditto.
11776 * maint.c (maintenance_translate_address): Ditto.
11777 * objc-lang.c (compare_selectors, compare_classes): Ditto.
11778 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11779 Ditto.
11780 * p-valprint.c (pascal_val_print): Ditto.
11781 * stabsread.c (define_symbol): Ditto.
11782 * stack.c (print_frame, frame_info, print_block_frame_locals)
11783 (print_frame_arg_vars, return_command): Ditto.
11784 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11785 * symmisc.c (print_symbol): Ditto.
11786 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11787 (compare_search_syms, print_symbol_info, print_msymbol_info)
11788 (rbreak_command): Ditto.
11789 * tracepoint.c (tracepoints_info): Ditto.
11790 * typeprint.c (typedef_print): Ditto.
11791 * valops.c (value_of_variable, hand_function_call): Ditto.
11792 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11793 * ada-typeprint.c: Update Copyright.
11794 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11795 * tracepoint.c, cli/cli-cmds.c: Ditto.
11796
11797 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11798
11799 * frame.c (generic_unwind_get_saved_register): Make non-static.
11800 * frame.h (generic_unwind_get_saved_register): Declare.
11801 * mips-tdep.c (read_next_frame_reg): Fetch register from
11802 current regcache when frame is NULL.
11803 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11804 that must be NULL.
11805 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11806 instead of frame_register_unwind().
11807
11808 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11809
11810 * remote-sim.c (gdbsim_insert_breakpoint)
11811 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11812 code.
11813
11814 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11815
11816 * remote.c (_initialize_remote): Add commands "set/show remote
11817 hardware-watchpoint-limit" and "set/show remote
11818 hardware-breakpoint-limit".
11819 (remote_hw_watchpoint_limit): Initialize to -1.
11820 (remote_hw_breakpoint_limit): Ditto.
11821 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11822
11823 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11824
11825 * coff-pe-read.c: New file - support reading of minimal symbols from a
11826 portable executable using the export table.
11827 * coff-pe-read.h: New file.
11828 * coffread.c: Include coff-pe-read.h.
11829 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11830 debugging symbols found.
11831 * Makefile.in (SFILES): Add coff-pe-read.o.
11832 (coff_pe_read_h): Define.
11833 (COMMON_OBS): Add coff-pe-read.o.
11834 (coffread.o): Add coff_pe_read_h dependency.
11835 (coff-pe-read.o): New target.
11836
11837 2003-02-19 David Carlton <carlton@math.stanford.edu>
11838
11839 * Makefile.in (SFILES): Add block.c.
11840 (block_h): New.
11841 (COMMON_OBS): Add block.o.
11842 (block.o): New.
11843 (x86-64-tdep.o): Add $(block_h).
11844 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11845 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11846 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11847 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11848 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11849 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11850 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11851 * value.h: Add opaque declaration for struct block.
11852 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11853 * ada-lang.h: Ditto.
11854 * x86-64-tdep.c: #include "block.h"
11855 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11856 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11857 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11858 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11859 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11860 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11861 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11862 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11863 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11864 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11865 * symtab.c (block_function): Ditto.
11866 (contained_in): Ditto.
11867 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11868 block.h. Add opaque declaration for struct block.
11869 * symtab.h: Move block_function and contained_in declarations to
11870 block.h. Add opaque declarations for struct block, struct
11871 blockvector.
11872 (struct block): Move to block.h.
11873 (struct blockvector): Ditto.
11874 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11875 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11876 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11877 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11878 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11879 Ditto.
11880 * block.c: New file.
11881 * block.h: New file.
11882
11883 2003-02-19 Theodore A. Roth <troth@openavr.org>
11884
11885 * avr-tdep.c (avr_extract_return_value): Remove function.
11886 (avr_store_return_value): Remove function.
11887 (avr_extract_struct_value_address): Remove function.
11888 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11889
11890 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11891
11892 * rs6000-tdep.c: Include "gdb_assert.h".
11893 (registers_e500): Add "acc" and "spefscr".
11894 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11895 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11896 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11897 really is "r0".
11898 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11899
11900 2003-02-18 Keith Seitz <keiths@redhat.com>
11901
11902 * Makefile.in: Add gdbtk-interps.c.
11903
11904 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11905
11906 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11907 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11908
11909 2003-02-18 Andrew Cagney <cagney@redhat.com>
11910
11911 * symtab.h (struct objfile): Add opaque declaration.
11912
11913 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11914
11915 From Jim Ingham <jingham@apple.com>:
11916 * dbxread.c (process_one_symbol): Use last_function_start rather
11917 than function_start_offset to find the real beginning of the
11918 current function. The latter is just the text section offset on
11919 some systems, the former is always the real function start.
11920
11921 2003-02-17 Andrew Cagney <cagney@redhat.com>
11922
11923 * configure.in: Revert ${target} != ${host}.
11924
11925 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11926
11927 * configure.in (Makefile): Use the test ${target} != ${host},
11928 instead of the absence of the "nm.h" file, to determine of the
11929 configuration non-native.
11930 * configure: Regenerate.
11931
11932 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11933
11934 From Brian Ford <ford@vss.fsi.com>
11935
11936 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11937 conditionalize tui_active test.
11938 (lookup_cmd_1): Ditto.
11939
11940 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11941
11942 * configure.in: Add check for _etext.
11943 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11944 available.
11945 * config.in, configure: regenerated.
11946
11947 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11948
11949 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11950
11951 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11952
11953 * main.c (tui_version): Delete variable.
11954 (captured_main): When --tui, set interpreter_p to "tui" instead of
11955 enabling tui_version.
11956 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11957 tui_version.
11958 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11959 * cli/cli-cmds.c (disassemble_command): Ditto.
11960 * defs.h (tui_version): Delete declaration.
11961 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11962 (tui-interp.o): Add rules.
11963 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11964
11965 2003-02-14 Christopher Faylor <cgf@redhat.com>
11966
11967 * win32-nat.c (register_loaded_dll): Correctly set address range for
11968 just-loaded dll.
11969
11970 2003-02-12 Jason Molenda (jmolenda@apple.com)
11971
11972 * symmisc.c (print_objfile_statistics): Include information about
11973 the number of psymtabs and symtabs in each object file.
11974
11975 2003-02-13 Keith R Seitz <keiths@redhat.com>
11976
11977 * main.h (struct captured_main_args): Add interpreter_p.
11978 * main.c (captured_main): Initialize interpreter_p from context.
11979 * gdb.c (main): Set interpreter_p argument.
11980 * Makefile.in (gdb.o): Add dependency for interps.h.
11981
11982 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11983
11984 * event-top.c (cli_command_loop): Delete declaration.
11985 (_initialize_event_loop): Delete function setting event_loop_hook.
11986 * event-top.h (cli_command_loop): Declare. Update copyright.
11987 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11988 * interps.c (current_interp_command_loop): When event_loop_p, call
11989 cli_command_loop.
11990
11991 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11992
11993 * interps.h (interp_command_loop_ftype): Change return type to
11994 void.
11995
11996 2003-02-12 Michal Ludvig <mludvig@suse.cz>
11997
11998 * x86-64-tdep.c (x86_64_extract_return_value)
11999 (x86_64_store_return_value): Use regcache instead of regbuf.
12000 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
12001 * x86-64-linux-nat.c (fill_gregset): Use regcache.
12002
12003 2003-02-11 Andrew Cagney <ac131313@redhat.com>
12004
12005 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
12006 * aclocal.m4: Regenerate.
12007 * configure: Regenerate.
12008
12009 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
12010 TCL_LD_SEARCH_FLAGS.
12011
12012 2003-02-10 Michal Ludvig <mludvig@suse.cz>
12013
12014 * dwarf2cfi.c: Reindented.
12015
12016 2003-02-09 Andrew Cagney <ac131313@redhat.com>
12017
12018 * interps.c (clear_interpreter_hooks): Convert function definition
12019 to ISO C.
12020
12021 2003-02-07 David Carlton <carlton@math.stanford.edu>
12022
12023 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
12024
12025 2003-02-07 Kevin Buettner <kevinb@redhat.com>
12026
12027 * gdbtypes.h (struct main_type): Move ``length'' field from here...
12028 (struct type): ...to here.
12029 (TYPE_LENGTH): Adjust to reflect different location of ``length''
12030 field.
12031 * gdbtypes.c (make_qualified_type): Set length on newly created type.
12032 (replace_type): Set length on all type variants for a given type.
12033
12034 2003-02-07 Andrew Cagney <ac131313@redhat.com>
12035
12036 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
12037 <sys/stat.h>.
12038 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
12039
12040 2003-02-06 Andrew Cagney <ac131313@redhat.com>
12041
12042 * Makefile.in (symm-nat.o): Update dependencies.
12043 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
12044 (lynx-nat.o, ia64-linux-nat.): Ditto.
12045 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
12046 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
12047 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
12048
12049 * Makefile.in (inflow_h): Define.
12050 (procfs.o, inflow.o, procfs.o): Update dependencies.
12051 * inftarg.c (child_stop): Delete extern declaration of
12052 inferior_process_group. Include "inflow.h".
12053 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
12054 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
12055 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
12056 (our_process_group, inferior_process_group): Extern declarations.
12057
12058 * procfs.c: Include "gdb_assert.h".
12059
12060 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12061 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
12062 * jv-typeprint.c (java_type_print_base): Ditto.
12063 * typeprint.c (typedef_print): Eliminate STREQ.
12064 * cli/cli-script.c (define_command, define_command): Ditto.
12065 * main.c (captured_main): Ditto.
12066 * values.c (lookup_internalvar): Ditto.
12067 * utils.c (safe_strerror, parse_escape): Eliminate assignment
12068 within `if' conditional.
12069 * linespec.c (decode_line_2): Ditto.
12070 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
12071 (bfd_openw_with_cleanup): Ditto.
12072
12073 2003-02-07 Mark Kettenis <kettenis@gnu.org>
12074
12075 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
12076 legacy_extract_return_value and store_return_value to
12077 legacy_return_value.
12078
12079 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
12080
12081 * win32-nat.c (get_relocated_section_addrs): New function. Find
12082 section load addresses for symbol handling in relocated DLLs.
12083 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
12084
12085 2003-02-05 Fred Fish <fnf@intrinsity.com>
12086
12087 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
12088 '=' and '!='.
12089 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
12090 with '&' and '=='.
12091 (angel_RDI_info): Ditto.
12092 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
12093 with '&' and '!='.
12094 (threads_continue_all_with_signals): Ditto.
12095
12096 2003-02-05 Jim Ingham <jingham@apple.com>
12097 Keith Seitz <keiths@redhat.com>
12098 Elena Zannoni <ezannoni@redhat.com>
12099 Andrew Cagney <ac131313@redhat.com>
12100
12101 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
12102 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
12103 (SUBDIR_MI_OBS): Add "mi-interp.o".
12104 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
12105 (SFILES): Add "interps.c".
12106 (COMMON_OBS): Add "interps.o".
12107 (interps_h, mi_main_h): Define.
12108 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
12109 (mi-main.o, main.o, event-top.o): Update dependencies.
12110 * cli/cli-interp.c: New file.
12111 * interps.h, interps.c: New files.
12112 * top.c: (gdb_init): Don't install the default interpreter, handed
12113 by captured_main.
12114 * main.c: Include "interps.h".
12115 (interpreter_p): Note that it should malloc'ed.
12116 (captured_command_loop): Call current_interp_command_loop.
12117 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
12118 xfree and xstrdup when updating interpreter_p. Install the
12119 default interpreter. Add hack to stop mi1's copyright notice
12120 being encoded.
12121 * event-top.h (gdb_setup_readline): Declare.
12122 (gdb_disable_readline): Declare.
12123 * event-top.c: Include "interps.h".
12124 (display_gdb_prompt): Call current_interp_display_prompt_p.
12125 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12126 gdb_stdlog, and gdb_stdtarg.
12127 (_initialize_event_loop): Don't call gdb_setup_readline.
12128 * cli-out.c (cli_out_set_stream): New function.
12129 * cli-out.h (cli_out_set_stream): Declare.
12130
12131 2003-02-06 Mark Kettenis <kettenis@gnu.org>
12132
12133 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12134 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
12135 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12136 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12137 config/i386/i386v42mp.mt: Removed.
12138
12139 2003-02-05 Mark Kettenis <kettenis@gnu.org>
12140
12141 * configure.tgt (*-*-solaris*): Set gdb_osabi to
12142 GDB_OSABI_SOLARIS.
12143
12144 2003-02-05 Michael Chastain <mec@shout.net>
12145
12146 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12147 2.12.1 and earlier versions.
12148
12149 2003-02-05 Andrew Cagney <ac131313@redhat.com>
12150
12151 Remove orphaned hosts, targets and files.
12152 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12153 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12154 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12155 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12156 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12157 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12158 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12159 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12160 * config/sparc/tm-sp64sim.h: Delete.
12161 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12162 hosts.
12163 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12164 mips*-dec-mach3* targets.
12165
12166 2003-02-04 Michael Chastain <mec@shout.net>
12167
12168 * NEWS: Fix typo: sepcifying -> specifying.
12169
12170 2003-02-04 Michael Chastain <mec@shout.net>
12171
12172 * dwarfread.c: Add documentation on the state of dwarf-1,
12173 looking towards obsoletion.
12174
12175 2003-02-03 Michael Chastain <mec@shout.net>
12176
12177 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12178 gdb/testsuite/gdb.c++/pr-1023.exp.
12179
12180 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12181
12182 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12183 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12184
12185 * utils.c (init_page_info): Delete reference to MPW in comments.
12186 * main.c (captured_main): Delete #ifdef MPW.
12187
12188 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12189
12190 * NEWS: Note that the m32r-*-elf* is obsolete.
12191 * monitor.c (monitor_expect): Obsolete reference to m32r.
12192 * configure.tgt: Mark m32r-*-elf* as obsolete.
12193 * MAINTAINERS: Mark m32k as obsolete.
12194 * m32r-rom.c: Obsolete file.
12195 * config/m32r/m32r.mt: Obsolete file.
12196 * config/m32r/tm-m32r.h: Obsolete file.
12197 * m32r-stub.c: Obsolete file.
12198 * m32r-tdep.c: Obsolete file.
12199
12200 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12201
12202 * NEWS: Mention that the z8k-zilog-none is obsolete.
12203 * MAINTAINERS: Mark z8k as obsolete.
12204 * configure.tgt: Obsolete the z8k-*-coff* target.
12205 * config/z8k/z8k.mt: Obsolete file.
12206 * config/z8k/tm-z8k.h: Obsolete file.
12207 * z8k-tdep.c: Obsolete file.
12208
12209 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12210
12211 * NEWS: Mention that the mn10200-elf is obsolete.
12212 * configure.tgt: Obsolete mn10200-*-* target.
12213 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12214 mention that the mn10200 is obsolete.
12215 * breakpoint.h: Ditto.
12216 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12217 * config/mn10200/mn10200.mt: Obsolete file.
12218 * config/mn10200/tm-mn10200.h: Obsolete file.
12219 * mn10200-tdep.c: Obsolete file.
12220
12221 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12222
12223 * MAINTAINERS: Mark h8500 as obsolete.
12224 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12225 * findvar.c (value_from_register): Ditto.
12226 * h8500-tdep.c: Mark file as obsolete.
12227 * config/h8500/h8500.mt: Ditto.
12228 * config/h8500/tm-h8500.h: Ditto.
12229 * NEWS: Mention that h8500 is obsolete.
12230
12231 2003-02-04 David Carlton <carlton@math.stanford.edu>
12232
12233 * objfiles.c (allocate_objfile): Always set name. Add comment at
12234 start of function.
12235 * jv-lang.c (get_dynamics_objfile): Add comment.
12236
12237 2003-02-04 David Carlton <carlton@math.stanford.edu>
12238
12239 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12240 * printcmd.c (build_address_symbolic): Replace uses of
12241 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12242 SYMBOL_NAME, and asm_demangle.
12243 Update copyright.
12244
12245 2003-02-04 David Carlton <carlton@math.stanford.edu>
12246
12247 * linespec.c (decode_compound): Extract code into
12248 lookup_prefix_sym.
12249 (lookup_prefix_sym): New function.
12250
12251 2003-02-04 David Carlton <carlton@math.stanford.edu>
12252
12253 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12254 FLOAT_COERCION_BADNESS.
12255 * gdbtypes.c (rank_one_type): Replace all uses of
12256 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12257
12258 2003-02-04 Jim Blandy <jimb@redhat.com>
12259
12260 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12261 section, let dwarf_macinfo_section point to it, not
12262 dwarf_loc_section.
12263
12264 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12265
12266 Pointed out by Anton Blanchard <anton@samba.org>.
12267 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12268 (ppc_linux_at_sigtramp_return_path): Use it.
12269
12270 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12271
12272 * defs.h (streq): Add prototype.
12273 * utils.c (streq): New function.
12274
12275 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12276 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12277 * mdebugread.c (new_symbol): Likewise.
12278 * stabsread.c (define_symbol): Likewise.
12279 * coffread.c (process_coff_symbol): Likewise.
12280 * dwarfread.c (new_symbol): Likewise.
12281
12282 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12283 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12284 here.
12285 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12286 SYMBOL_INIT_DEMANGLED_NAME.
12287 * objfiles.c: Include "hashtab.h".
12288 (allocate_objfile): Call htab_set_functions_ex for the
12289 demangled_names_hash.
12290 (free_objfile): Call htab_delete for the demangled_names_hash.
12291 * objfiles.h (struct htab): Add declaration.
12292 (struct objfile): Add demangled_names_hash.
12293 * symfile.c: Include "hashtab.h".
12294 (reread_symbols): Call htab_delete for the demangled_names_hash.
12295 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12296 SYMBOL_NAME in the bcache.
12297 * symtab.c: Include "hashtab.h". Update comments.
12298 (create_demangled_names_hash, symbol_set_names): New functions.
12299 (symbol_find_demangled_name): New function, broken out from
12300 symbol_init_demangled_names.
12301 (symbol_init_demangled_names): Use it.
12302 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12303 (SYMBOL_SET_NAMES): New macro.
12304 (symbol_set_names): Add prototype.
12305
12306 2003-02-03 Jim Blandy <jimb@redhat.com>
12307
12308 Use a single, consistent representation for an empty minimal
12309 symbol table in an objfile.
12310 * objfiles.c (terminate_minimal_symbol_table): New function.
12311 (allocate_objfile): Call it.
12312 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12313 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
12314 non-NULL.
12315 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12316 objfile has minimal symbols, compare minimal_symbol_count to zero,
12317 instead of comparing msymbols with NULL.
12318 * objfiles.c (have_minimal_symbols): Same.
12319 * solib-sunos.c (solib_add_common_symbols): Call
12320 terminate_minimal_symbol_table.
12321 * symfile.c (reread_symbols): Same.
12322
12323 2003-02-03 Kevin Buettner <kevinb@redhat.com>
12324
12325 * s390-tdep.c (s390_address_class_type_flags)
12326 (s390_address_class_type_flags_to_name)
12327 (s390_address_class_name_to_type_flags): New functions.
12328 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12329 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12330
12331 2003-02-03 Michael Snyder <msnyder@redhat.com>
12332
12333 * arm-tdep.c: Fix spell-o in comment.
12334
12335 2003-02-03 Michal Ludvig <mludvig@suse.cz>
12336
12337 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12338 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
12339 error messages to contain BFD filename.
12340
12341 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
12342
12343 Fix PR gdb/742 gdb/743 gdb/877
12344 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12345 (do_mixed_source_and_assembly): Use
12346 make_cleanup_ui_out_tuple_begin_end and
12347 make_cleanup_ui_out_tuple_begin_end.
12348 (do_mixed_source_and_assembly): Ditto.
12349 * thread.c (do_captured_list_thread_ids): Ditto.
12350 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12351 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12352 ui_out_tuple_end): Delete prototypes.
12353 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12354 ui_out_list_end, ui_out_tuple_end): Delete.
12355
12356 From Kevin Buettner <kevinb@redhat.com>:
12357 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
12358 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12359 (do_cleanup_table_end): New functions.
12360 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12361 Use cleanups to invoke_ui_out_tuple_end().
12362 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
12363 * cli/cli-setshow.c (cmd_show_list): Use
12364 make_cleanup_ui_out_tuple_begin_end.
12365
12366 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12367
12368 * frame.c (frame_unwind_register): New function.
12369 (frame_unwind_unsigned_register): Use.
12370 (frame_unwind_signed_register): Use.
12371 (frame_read_register): New function.
12372 * frame.h (frame_unwind_register): Declare.
12373 (frame_read_register): Declare.
12374
12375 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12376 and frame_unwind_register instead of read_memory, write_register
12377 and deprecated_write_register_bytes.
12378
12379 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12380
12381 * frame.h: Note that namelen can be negative.
12382 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12383 NAME's length.
12384
12385 * NEWS: Mention that the d10v's `regs' command is deprecated.
12386 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12387 (d10v_print_registers_info): New function.
12388 (show_regs): Call d10v_print_registers_info.
12389 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12390
12391 2003-02-02 Mark Kettenis <kettenis@gnu.org>
12392
12393 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12394 lost in the previous patch.
12395
12396 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12397
12398 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
12399 * stack.c (print_frame_info_base): Output complete FRAME tuple
12400 for synthesized frames.
12401
12402 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12403
12404 * mips-nat.c (zerobuf): Delete.
12405 (fetch_inferior_registers): Alloc local zerobuf.
12406 (fetch_core_registers): Alloc local zerobuf.
12407 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12408 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12409 * thread-db.c (thread_db_store_registers): Ditto.
12410 * sh-tdep.c (sh_do_register): Ditto.
12411 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12412 * remote-sim.c (gdbsim_store_register): Ditto.
12413 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12414 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12415 * monitor.c (monitor_supply_register): Ditto.
12416 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12417 * mips-nat.c (fetch_inferior_registers): Ditto.
12418 * m68klinux-nat.c (fetch_register): Ditto.
12419 * lynx-nat.c (fetch_inferior_registers): Ditto.
12420 (fetch_inferior_registers): Ditto.
12421 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12422 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12423 (hpux_thread_store_registers): Ditto.
12424 * hppah-nat.c (fetch_register): Ditto.
12425 * hppab-nat.c (fetch_register): Ditto.
12426 * hppa-tdep.c (pa_register_look_aside): Ditto.
12427 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12428 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12429
12430 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12431
12432 * gdbarch.sh: Explictly specify all method levels. When a
12433 variable with an empty level, provide a non-multi-arch default.
12434 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12435 * gdbarch.h: Re-generate.
12436 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12437 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12438
12439 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12440
12441 * defs.h (host_pointer_to_address): Delete declaration.
12442 (address_to_host_pointer): Delete declaration.
12443 * utils.c (host_pointer_to_address): Delete function.
12444 (address_to_host_pointer): Delete function.
12445 * procfs.c (procfs_address_to_host_pointer): New function.
12446 * procfs.c (proc_set_watchpoint): Use.
12447 (procfs_can_use_hw_breakpoint): Update comments.
12448 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12449 (som_solib_add): Use.
12450 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12451 * hppa-tdep.c (unwind_command): Use.
12452
12453 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12454
12455 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12456 strlen d_name.
12457
12458 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12459 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12460 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12461 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12462 (define_symbol): Update.
12463 * symfile.c (generic_load): Remove references to nindy.
12464 * symtab.c: Remove references to nindy.
12465
12466 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12467
12468 * infcmd.c (print_float_info): Delete code conditional on
12469 FLOAT_INFO.
12470 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12471 * config/m68k/nm-apollo68b.h: Ditto.
12472 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12473 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12474 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12475
12476 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12477
12478 * config/i386/tm-i386os9k.h: Removed.
12479
12480 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12481 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12482 they're identical to i[3456]86-*-sysv* now.
12483 * config/i386/i386v32.mh: Removed.
12484 * config/i386/xm-i386v32.h: Removed.
12485 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12486
12487 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12488
12489 * config/i386/i386dgux.mh: Removed.
12490 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12491
12492 * configure.in: Fix typo.
12493 * configure: Regenerated.
12494
12495 2003-01-31 David Carlton <carlton@math.stanford.edu>
12496
12497 * dwarf2read.c (dwarf2_locate_sections): Set
12498 dwarf_ranges_section.
12499
12500 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12501
12502 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12503 * utils.c: Update comments documenting legitimate uses of PTR.
12504
12505 * utils.c: Re-indent.
12506
12507 * config/djgpp/fnchange.lst: Delete nindy files.
12508 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12509 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12510 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12511 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12512 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12513 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12514 * Makefile.in (init.c): Remove nindy references.
12515 (saber_gdb): Delete rule.
12516 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12517 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12518 and a68v-nat.c.
12519 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12520 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12521 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12522 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12523 nindy-share/stop.h.
12524 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12525 * saber.suppress: Delete file.
12526
12527 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
12528
12529 * dbxread.c (stabs_data): New static variable.
12530 (fill_symbuf): Support an in-memory buffer for stabs data.
12531 (stabs_seek): New function.
12532 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12533 (read_ofile_symtab): Use stabs_seek.
12534 (elfstab_build_psymtabs): Take an asection* instead of
12535 an offset and size. Relocate the stabs data if necessary.
12536 Save the section* for dbx_psymtab_to_symtab.
12537 * dwarf2read.c: Add section variables for each debug section.
12538 (dwarf2_locate_sections): Fill them in.
12539 (dwarf2_read_section): Take an asection* argument.
12540 Relocate the section contents if necessary.
12541 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12542 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12543 it to dwarf2_read_section.
12544 (dwarf2_build_frame_info): Update callers.
12545 * elfread.c (elf_symfile_read): Update call to
12546 elfstab_build_psymtabs.
12547 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12548 (DBX_STAB_SECTION): New macro.
12549 * stabsread.h (elfstab_build_psymtabs): Update prototype.
12550 * symfile.c (symfile_dummy_outputs): New function.
12551 (symfile_relocate_debug_section): New function.
12552 * symfile.h (symfile_relocate_debug_section): Add prototype.
12553
12554 2003-01-31 Richard Henderson <rth@redhat.com>
12555
12556 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12557 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12558 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12559 * alpha-tdep.c (alpha_register_name): Add "unique".
12560 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12561 (ALPHA_UNIQUE_REGNUM): New.
12562 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12563
12564 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12565
12566 * README: Remove reference to Ericsson 1800 monitor.
12567 * Makefile.in (remote-es.o): Delete rule.
12568 (ALLDEPFILES): Delete remote-es.c.
12569 * remote-es.c: Delete file.
12570 * config/m68k/es1800.mt: Delete file.
12571 * config/djgpp/fnchange.lst: Update.
12572 * configure.tgt: Delete m68*-ericsson-* target.
12573
12574 2003-01-31 Adam Fedor <fedor@gnu.org>
12575
12576 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12577 Remove duplicate/shadowing variable of same name.
12578
12579 2003-01-30 Jim Blandy <jimb@redhat.com>
12580
12581 * symfile.c (find_separate_debug_file): Assert that the objfile's
12582 directory name we compute ends with a slash, and then assume that
12583 that's so everywhere we use it.
12584
12585 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
12586
12587 * valops.c (value_assign): Flush frame cache after stores to memory
12588 also.
12589
12590 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12591
12592 * Makefile.in (mon960-rom.o): Delete rule.
12593 * mon960-rom.c: Delete file.
12594
12595 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12596
12597 * d10v-tdep.c: Include "frame-unwind.h".
12598 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12599 list.
12600 (next_addr, uses_frame): Delete.
12601 (struct d10v_unwind_cache): Define.
12602 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12603 Use info instead of next_addr and uses_frame globals.
12604 (d10v_frame_init_saved_regs): Delete function.
12605 (d10v_init_extra_frame_info): Delete function.
12606 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12607 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12608 init_frame_pc or frame_saved_pc.
12609 (d10v_pop_frame): Delete function.
12610 (do_d10v_pop_frame): Delete function.
12611 (d10v_frame_chain): Delete function.
12612 (d10v_frame_chain_valid): Delete function.
12613 (d10v_frame_pc_unwind): New function.
12614 (d10v_frame_id_unwind): New function.
12615 (saved_regs_unwinder): New function.
12616 (d10v_frame_register_unwind): New function.
12617 (d10v_frame_pop): New function.
12618 (d10v_frame_unwind): New variable.
12619 (d10v_frame_p): New function.
12620 (d10v_frame_saved_pc): Delete function.
12621 * Makefile.in (d10v-tdep.o): Update dependencies.
12622
12623 2003-01-30 J. Brobecker <brobecker@gnat.com>
12624
12625 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12626 causing some regressions due to a change in the default value
12627 for this macro.
12628
12629 2003-01-29 Richard Henderson <rth@redhat.com>
12630 Elena Zannoni <ezannoni@redhat.com>
12631 Daniel Jacobowitz <drow@mvista.com>
12632
12633 Fix PR gdb/961.
12634 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
12635 variables.
12636 (RANGES_SECTION): New.
12637 (dwarf_ranges_buffer): New variable.
12638 (struct comp_unit_head): Add member "die".
12639 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12640 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12641 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12642 (dwarf2_locate_sections): Likewise.
12643 (dwarf2_build_psymtabs): Read .debug_ranges.
12644 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12645 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
12646 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12647 Look for DW_AT_ranges and return the bounding box.
12648
12649 2003-01-29 Brian Ford <ford@vss.fsi.com>
12650
12651 * win32-nat.c (cygwin_pid): Removed as unused.
12652 (child_attach): Try fall back to Cygwin pid.
12653
12654 2003-01-29 Jim Blandy <jimb@redhat.com>
12655
12656 * objfiles.h (struct objfile): Doc fix.
12657
12658 2003-01-29 Andrew Cagney <ac131313@redhat.com>
12659
12660 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
12661 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
12662 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
12663 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
12664 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
12665 (FRAME_SAVED_PC): Change to a function with predicate.
12666 * gdbarch.h, gdbarch.c: Re-generate.
12667
12668 2003-01-28 Andrew Cagney <ac131313@redhat.com>
12669
12670 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12671
12672 * complaints.c (complain): Delete function.
12673 * complaints.h (struct deprecated_complaint): Delete definition.
12674 (complain): Delete declaration.
12675
12676 2003-01-28 Kevin Buettner <kevinb@redhat.com>
12677
12678 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12679 dummy frames.
12680
12681 2003-01-27 Andrew Cagney <ac131313@redhat.com>
12682
12683 * sentinel-frame.h, sentinel-frame.c: New files.
12684 * Makefile.in (frame.o): Update dependencies.
12685 (SFILES): Add sentinel-frame.c.
12686 (sentinel_frame_h): Define.
12687 (COMMON_OBS): Add sentinel-frame.o.
12688 (sentinel-frame.o): Specify dependencies.
12689 * frame.c: Include "sentinel-frame.h".
12690 (frame_register_unwind): Rewrite assuming that there is always a a
12691 ->next frame.
12692 (frame_register, generic_unwind_get_saved_register): Ditto.
12693 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12694 (create_sentinel_frame, unwind_to_current_frame): New functions.
12695 (get_current_frame): Rewrite using create_sentinel_frame and
12696 unwind_to_current_frame. When possible, always create a frame.
12697 (create_new_frame): Set next to the sentinel frame.
12698 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12699 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12700 ID cache when necessary.
12701 (frame_saved_regs_id_unwind): Use frame_relative_level.
12702 (deprecated_generic_get_saved_register): Use frame_relative_level,
12703 get_frame_saved_regs, get_frame_pc, get_frame_base and
12704 get_next_frame.
12705 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12706 frame_register.
12707
12708 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12709
12710 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12711
12712 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12713
12714 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12715 (maintenance_set_profile_cmd): Use error () instead of warning ().
12716
12717 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12718
12719 * configure.in: Check that -pg works if using --enable-profiling.
12720 Check for monstartup and _mcleanup regardless of --enable-profiling.
12721 * maint.c: Check for monstartup and _mcleanup before using them.
12722 * config.in: Regenerated.
12723 * configure: Regenerated.
12724
12725 2003-01-24 Nick Clifton <nickc@redhat.com>
12726
12727 * Add sh2e support:
12728
12729 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12730
12731 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12732 (sh2e_show_regs): New.
12733 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12734 * config/sh/tm-sh.h: Added sh2e to comments.
12735
12736 2003-01-23 Jim Blandy <jimb@redhat.com>
12737
12738 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12739 symbols found)" message here; we haven't checked for a separate
12740 debug info file yet, so we don't know yet.
12741 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12742 we've looked everywhere. Also, there's no need to print a special
12743 message when we're loading the separate debug info file: the one
12744 symbol_file_add prints is fine.
12745
12746 2003-01-23 Alexander Larsson <alexl@redhat.com>
12747 Jim Blandy <jimb@redhat.com>
12748
12749 Add support for executables whose debug info has been separated
12750 out into a separate file, leaving only a link behind.
12751 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12752 and separate_debug_objfile_backlink.
12753 (put_objfile_before): New declaration.
12754 * symfile.c: #include "filenames.h".
12755 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12756 debug info in a separate file, read that, too. Save the addrs
12757 argument, so we can use it again to read the separated debug info;
12758 syms_from_objfile modifies the table we pass it.
12759 (reread_symbols): After re-reading an objfile, call
12760 reread_separate_symbols to refresh its separate debug info
12761 objfile, if it has one.
12762 (reread_separate_symbols, find_separate_debug_file,
12763 get_debug_link_info, separate_debug_file_exists): New functions.
12764 (debug_file_directory): New global var.
12765 (_initialize_symfile): Initialize debug_file_directory, and
12766 provide the new `set debug-file-directory' command to let the user
12767 change it.
12768 * objfiles.c (free_objfile): If this objfile has its debug info in
12769 a separate objfile, free that one too. If this is itself a
12770 separate debug info objfile, clear our parent's backlink.
12771 (put_objfile_before): New function.
12772 * utils.c (gnu_debuglink_crc32): New function.
12773 * defs.h (gnu_debuglink_crc32): New declaration.
12774 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12775 * configure.in: Handle --with-separate-debug-dir config option.
12776 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12777 * acconfig.h (DEBUGDIR): New macro.
12778 * configure, aclocal.m4, config.in: Regenerated.
12779
12780 2003-01-22 Jim Blandy <jimb@redhat.com>
12781
12782 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12783 like the old symbol_file_add, but taking new arguments: you can
12784 now pass in either a `struct section_addr_info' list to say where
12785 each section is loaded, or a `struct section_offsets' table. Pass
12786 these new arguments through to syms_from_objfile as appropriate.
12787 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
12788 with the appropriate quiescent values for the new arguments.
12789
12790 * symfile.c: #include "gdb_assert.h".
12791 (syms_from_objfile): Add the ability to pass in a section offset
12792 table directly, as an alternative to the section_addr_info table.
12793 Document arguments better.
12794 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12795 * symfile.h (syms_from_objfile): Update declaration.
12796 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12797 syms_from_objfile.
12798 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12799
12800 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12801
12802 Original patch by Tom Tromey <tromey@cygnus.com> and
12803 Jason Molenda <jmolenda@apple.com>.
12804 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12805 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12806 * NEWS: Mention profiling.
12807 * configure.in (--enable-gdbtk): Fix typo.
12808 (--enable-profiling): New. Set PROFILE_CFLAGS.
12809 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12810 Fill in function.
12811 (profiling_state): New variable.
12812 (mcleanup_wrapper): New function.
12813 (_initialize_maint): Remove NOTYET, fix call to
12814 add_setshow_boolean_cmd for "maint set profile".
12815 * configure: Regenerated.
12816
12817 2003-01-21 Martin M. Hunt <hunt@redhat.com>
12818
12819 * Makefile.in (install-gdbtk): Install PNG images too.
12820
12821 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12822
12823 * exec.c (text_start): Delete global variable.
12824 (exec_file_attach): Make text_start local to the function.
12825 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12826 * valops.c (hand_function_call): Delete code that handles
12827 BEFORE_TEXT_END and AFTER_TEXT_END.
12828 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12829 of CALL_DUMMY_LOCATION.
12830 * gdbarch.c: Regenerate.
12831 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12832 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12833 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12834 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12835 (text_end): Delete extern declaration.
12836
12837 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12838
12839 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12840 * blockframe.c (backtrace_below_main): Move to "frame.c".
12841 (frame_chain_valid): Delete check for backtrace_below_main.
12842 (_initialize_blockframe): Delete initialization, move ``set
12843 backtrace-below-main'' command to "frame.c".
12844 (do_flush_frames_sfunc): Delete function.
12845 * frame.c: Include "command.h" and "gdbcmd.h".
12846 (frame_type_from_pc): New function.
12847 (create_new_frame): Use frame_type_from_pc.
12848 (legacy_get_prev_frame): New function.
12849 (get_prev_frame): Rewrite. When an old style frame, call
12850 legacy_get_prev_frame. Otherwize, unwind the PC first.
12851 (_initialize_frame): Add ``set backtrace-below-main'' command.
12852 * Makefile.in (frame.o): Update dependencies.
12853
12854 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12855
12856 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12857 DEPRECATED_REGISTERS_INFO.
12858
12859 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12860
12861 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12862 Maintainers'. Update `Various Maintainers'.
12863
12864 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12865
12866 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12867 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12868 Suppress actual parameters when `-'.
12869 * gdbarch.h, gdbarch.c: Regenerate.
12870
12871 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12872
12873 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12874 code handling dummy frames.
12875
12876 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12877
12878 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12879 (struct frame_unwind): Add field pop.
12880 * frame.h (frame_pop): Declare.
12881 * frame.c (frame_saved_regs_pop): New function.
12882 (trad_frame_unwinder): Add frame_saved_regs_pop.
12883 (frame_pop): New function.
12884 * dummy-frame.c (dummy_frame_pop): New function.
12885 (discard_innermost_dummy): New function.
12886 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12887 (dummy_frame_unwind): Add dummy_frame_pop.
12888 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12889 * valops.c (hand_function_call): Ditto.
12890 * stack.c (return_command): Ditto.
12891
12892 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12893
12894 * cris-tdep.c: Fix function declaration indentation.
12895 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12896 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12897 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12898 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12899 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12900 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12901
12902 2003-01-18 Michael Chastain <mec@shout.net>
12903
12904 * README (Unpacking and Installation -- quick overview):
12905 Warn against ".../gdb-5.3/gdb/configure".
12906
12907 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12908
12909 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12910 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12911 (struct frame_unwind): Declare opaque.
12912 (dummy_frame_p): Declare function.
12913 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12914 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12915 * dummy-frame.c: Include "frame-unwind.h".
12916 (dummy_frame_p): New function.
12917 (dummy_frame_unwind): New variable.
12918 * frame.c: Include "frame-unwind.h".
12919 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12920 to use the new unwind field.
12921 (set_unwind_by_pc): Delete function.
12922 (create_new_frame, get_prev_frame): Set unwind field using
12923 frame_unwind_find_by_pc.
12924 (trad_frame_unwind, trad_frame_unwinder): New variables.
12925 * frame.h (trad_frame_unwind): Declare variable.
12926 (frame_id_unwind_ftype): Delete declaration.
12927 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12928 (struct frame_unwind): Declare opaque.
12929 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12930 register_unwind with a single unwind pointer.
12931 * frame-unwind.h, frame-unwind.c: New files.
12932 * Makefile.in (SFILES): Add frame-unwind.c.
12933 (frame_unwind_h): Define.
12934 (COMMON_OBS): Add frame-unwind.o.
12935 (frame-unwind.o): Specify dependencies.
12936 (frame.o, dummy-frame.o): Update dependencies.
12937
12938 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12939
12940 * ada-valprint.c: Eliminate PTR.
12941 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12942 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12943 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12944 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12945 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12946 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12947 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12948
12949 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12950
12951 * main.c (captured_main): Don't use PTR.
12952 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12953 * gdbtypes.c (lookup_primitive_typename): Ditto.
12954 (lookup_struct_elt_type): Ditto.
12955 * f-valprint.c (info_common_command): Ditto.
12956 (list_all_visible_commons): Ditto.
12957 * jv-typeprint.c (java_type_print_base): Ditto.
12958
12959 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12960 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12961 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12962 i386-interix-nat.c and i386-interix-tdep.c. Rename
12963 m68klinux-nat.c and m68klinux-tdep.c. Rename
12964 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12965 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12966 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12967 * main.c (captured_main): Use xfree, not free.
12968
12969 2003-01-16 Andrew Cagney <ac131313@redhat.com>
12970
12971 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12972 ID back using a parameter.
12973 * frame.c (frame_id_unwind): Update call.
12974 (frame_saved_regs_id_unwind): Update.
12975 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12976 * dummy-frame.h (struct frame_id): Add opaque declaration.
12977 (dummy_frame_id_unwind): Update declaration.
12978
12979 2003-01-15 Andrew Cagney <ac131313@redhat.com>
12980
12981 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12982
12983 2003-01-15 Stephen P. Smith <ischis2@cox.net>
12984
12985 * MAINTAINERS (Stephen P. Smith): Updated email address.
12986
12987 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12988
12989 Fix PR gdb/898
12990 * breakpoint.c (until_break_command): Add new argument. Use it to
12991 decide whether to stop only at the current frame or not.
12992 * breakpoint.h (until_break_command): Update prototype.
12993 * infcmd.c (until_command): Add new argument to until_break_command
12994 call.
12995 (advance_command): New function.
12996 (_initialize_infcmd): Update help string for 'until' command.
12997 Add new 'advance' command.
12998
12999 2003-01-14 David Carlton <carlton@math.stanford.edu>
13000
13001 * linespec.c (decode_line_1): Normalize comments.
13002 (set_flags): Ditto.
13003 (locate_first_half): Ditto.
13004 (decode_compound): Ditto.
13005 (symtab_from_filename): Ditto.
13006 (decode_all_digits): Ditto.
13007 (decode_dollar): Ditto.
13008 (find_methods): Ditto.
13009 (find_toplevel_char): Ditto.
13010
13011 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13012
13013 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
13014 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
13015 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
13016 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
13017 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
13018 * language.c, language.h, m32r-tdep.c: Update copyright.
13019 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
13020 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
13021 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
13022 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
13023 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
13024 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
13025
13026 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13027
13028 * stabsread.h (process_later, resolve_cfront_continuation):
13029 Obsolete.
13030 Update copyright years.
13031 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
13032 Update copyright year.
13033 * dbxread.c(struct cont_elem): Obsolete.
13034 (process_later, process_now): Obsolete functions.
13035 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
13036 Update copyright year.
13037 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
13038 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
13039 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
13040 (parse_partial_symbols): Obsolete cfront support.
13041 * stabsread.c
13042 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
13043 macros.
13044 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
13045 read_cfront_baseclasses, read_cfront_member_functions,
13046 resolve_cfront_continuation,read_cfront_static_fields,
13047 copy_cfront_struct_fields): Obsolete functions.
13048 (define_symbol, read_one_struct_field): Obsolete cfront support.
13049 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
13050 Update Copyright year.
13051
13052 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13053
13054 * stack.c (print_frame_info, print_stack_frame_base_stub,
13055 print_stack_frame_base, show_and_print_stack_frame_stub,
13056 show_and_print_stack_frame, print_only_stack_frame_stub,
13057 print_only_stack_frame): Delete functions.
13058 (print_stack_frame_stub): Call print_frame_info instead of
13059 print_frame_info_base.
13060 (print_frame_info_base): Rename to print_frame_info.
13061 (backtrace_command_1): Call print_frame_info, instead of
13062 print_frame_info_base.
13063 (current_frame_command): Call print_stack_frame, instead of
13064 print_only_stack_frame.
13065 (frame_command): Call print_stack_frame, instead of
13066 show_and_print_stack_frame.
13067 (up_command): Ditto.
13068 (down_command): Ditto.
13069 * frame.h (print_only_stack_frame): Delete prototype.
13070 * infrun.c (normal_stop): Call print_stack_frame, instead of
13071 show_and_print_stack_frame.
13072 * thread.c (info_threads_command): Call print_stack_frame, instead
13073 of print_only_stack_frame.
13074
13075 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13076
13077 * README (Graphical interface to GDB): Update URL. Point at
13078 gdb/links/.
13079
13080 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
13081 version match.
13082
13083 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13084
13085 * symtab.c (find_pc_sect_line): Don't consider end-of-function
13086 lines.
13087
13088 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13089
13090 * thread-db.c (attach_thread): Prototype.
13091 (struct private_thread_info): Remove lwpid. Add thread handle (th),
13092 thread information (ti), and valid flags (th_valid, ti_valid).
13093 (attach_thread): Move target_pid_to_str call to after the thread
13094 is added to GDB's list. Initialize the cache.
13095 (thread_get_info_callback, thread_db_map_id2thr)
13096 (thread_db_get_info): New functions.
13097 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
13098 (thread_db_store_registers, thread_db_thread_alive)
13099 (thread_db_get_thread_local_address): Use them.
13100 (thread_db_pid_to_str): Likewise. Return "Missing" instead
13101 of calling error() for threads in unknown state.
13102
13103 (clear_lwpid_callback): New function.
13104 (thread_db_resume): Use it to clear the cache.
13105
13106 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13107
13108 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
13109 (resume_callback): Remove dead code.
13110
13111 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13112
13113 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
13114 predicate.
13115 * gdbarch.h, gdbarch.c: Regenerate.
13116 * stack.c (frame_info): Only initialize the saved registers when
13117 FRAME_INIT_SAVED_REGS_P.
13118 * frame.c (frame_saved_regs_register_unwind): Assert
13119 FRAME_INIT_SAVED_REGS_P.
13120 (deprecated_generic_get_saved_register): Ditto.
13121
13122 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13123
13124 * source.c (openp): Squelch warning about "filename".
13125
13126 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13127
13128 * source.c (openp): If the file does not exist don't necessarily
13129 search the path.
13130
13131 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13132
13133 Fix PR gdb/872.
13134 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13135 (integer_types_same_name_p): New function.
13136 (rank_one_type): Use it.
13137 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13138
13139 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13140
13141 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13142 variables.
13143 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13144 * configure.in: Add --with-sysroot.
13145 * configure: Regenerated.
13146 * main.c (gdb_sysroot): New variable.
13147 (captured_main): Initialize gdb_sysroot.
13148 * defs.h (gdb_sysroot): New extern declaration.
13149 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13150
13151 2003-01-12 Michael Chastain <mec@shout.net>
13152
13153 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13154
13155 2003-01-12 Michael Chastain <mec@shout.net>
13156
13157 * top.c (print_gdb_version): Bump copyright year to 2003.
13158
13159 2003-01-12 David Carlton <carlton@bactrian.org>
13160
13161 * linespec.c (symtab_from_filename): Rename variable 's' to
13162 'file_symtab'.
13163
13164 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13165
13166 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13167 dummy frame.
13168 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13169
13170 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13171
13172 * d10v-tdep.c: Include "gdb_assert.h".
13173 (d10v_store_return_value): Rewrite to match current interface.
13174 (d10v_extract_struct_value_address): Ditto.
13175 (d10v_extract_return_value): Ditto.
13176 (d10v_gdbarch_init): Set store_restore_value,
13177 extract_struct_value_address and extract_return_value.
13178
13179 2003-01-12 J. Brobecker <brobecker@gnat.com>
13180
13181 * hpread.c (set_namestring): New procedure replacing the
13182 SET_NAMESTRING macro.
13183 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13184 by calls to set_namestring.
13185
13186 2003-01-11 J. Brobecker <brobecker@gnat.com>
13187
13188 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13189 a compilation warning.
13190 (hpread_process_one_debug_symbol): Likewise.
13191
13192 2003-01-10 David Carlton <carlton@math.stanford.edu>
13193
13194 * linespec.c (decode_line_1): Rename variable 's' to
13195 'file_symtab'.
13196 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13197 (decode_dollar): Ditto.
13198 (decode_variable): Ditto.
13199 (symbol_found): Ditto.
13200
13201 2003-01-09 Michael Chastain <mec@shout.net>
13202
13203 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13204
13205 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
13206
13207 * win32-nat.c (set_process_privilege): New function.
13208 (child_attach): Call set_process_privilege() to enable the
13209 SE_DEBUG_NAME user privilege if available in process token.
13210
13211 2003-01-10 J. Brobecker <brobecker@gnat.com>
13212
13213 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13214 compilation error in the previous revision.
13215
13216 2003-01-09 David Carlton <carlton@math.stanford.edu>
13217
13218 * linespec.c: Update copyright.
13219
13220 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13221
13222 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13223 than inferior_ptid.
13224 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13225
13226 2003-01-09 Andrew Cagney <ac131313@redhat.com>
13227
13228 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13229 Update comments.
13230 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13231 (frame_saved_regs_zalloc): Update.
13232 (frame_saved_regs_register_unwind): Update.
13233 (create_new_frame): Update.
13234 (get_prev_frame): Update.
13235 (frame_extra_info_zalloc): Update.
13236 (deprecated_get_frame_saved_regs): Update.
13237 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13238 * cris-tdep.c: Update comment.
13239
13240 * somsolib.h: Fix function indentation.
13241 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13242 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13243 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13244 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13245 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13246
13247 * infrun.c (follow_fork): Use ISO C definition.
13248 * expprint.c (print_subexp): Use xfree instead of free.
13249 * charset.c: Include "gdb_string.h" instead of <string.h>.
13250 (register_iconv_charsets): Use ISO C definition.
13251 (host_charset, target_charset): Ditto.
13252 * Makefile.in (charset.o): Update dependencies.
13253 (mi-cmd-env.o): Update dependencies.
13254
13255 2003-01-08 Andrew Cagney <cagney@redhat.com>
13256
13257 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13258 get_frame_base.
13259
13260 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13261
13262 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13263 build directories. Save edited gdb output in Mbuild.log. If a
13264 build fails, remove any final GDB executable.
13265
13266 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13267
13268 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13269 replacing hex constants with function names and stripping leading
13270 file name directory prefixes.
13271
13272 2003-01-08 Andrew Cagney <cagney@redhat.com>
13273
13274 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13275 get_frame_base.
13276
13277 2003-01-08 David Carlton <carlton@math.stanford.edu>
13278
13279 * linespec.c (decode_line_1): Move code into decode_variable.
13280 (decode_variable): New function.
13281
13282 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13283
13284 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13285
13286 2003-01-08 Andrew Cagney <cagney@redhat.com>
13287
13288 * cris-tdep.c (cris_frame_init_saved_regs): Use
13289 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13290 saved_regs buffer.
13291 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13292 (sh64_nofp_frame_init_saved_regs): Ditto.
13293 (sh_fp_frame_init_saved_regs): Ditto.
13294 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13295 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13296 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13297 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13298
13299 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
13300
13301 * minsyms.c (lookup_minimal_symbol): Update comment.
13302 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13303 (lookup_minimal_symbol_solib_trampoline): Likewise.
13304
13305 2003-01-08 Andrew Cagney <cagney@redhat.com>
13306
13307 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13308 frame_relative_level.
13309
13310 * alpha-tdep.c: Use get_frame_extra_info.
13311 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13312 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13313 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13314 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13315
13316 * alpha-tdep.c: Use get_next_frame.
13317 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13318 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13319 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13320 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13321 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13322 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13323 * xstormy16-tdep.c: Ditto.
13324
13325 2003-01-07 Andrew Cagney <cagney@redhat.com>
13326
13327 * alpha-tdep.c: Use get_frame_base.
13328 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13329 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13330 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13331 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13332 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13333 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13334 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13335 * config/sparc/tm-sparc.h: Ditto.
13336
13337 2003-01-07 Andrew Cagney <cagney@redhat.com>
13338
13339 * frame.c (deprecated_get_frame_context): New function.
13340 (deprecated_set_frame_context): New function.
13341 * frame.h (deprecated_get_frame_context): Declare.
13342 (deprecated_set_frame_context): Declare.
13343 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13344 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
13345
13346 2003-01-07 Andrew Cagney <cagney@redhat.com>
13347
13348 * frame.c (deprecated_set_frame_next_hack): New function.
13349 (deprecated_set_frame_prev_hack): New function.
13350 * frame.h (deprecated_set_frame_next_hack): Declare.
13351 (deprecated_set_frame_prev_hack): Declare.
13352 * mcore-tdep.c (analyze_dummy_frame): Use
13353 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13354 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13355
13356 2003-01-07 David Carlton <carlton@math.stanford.edu>
13357
13358 * linespec.c (decode_line_1): Move code into decode_dollar.
13359 (decode_dollar): New function.
13360
13361 2003-01-07 Andrew Cagney <cagney@redhat.com>
13362
13363 * arm-tdep.c (arm_init_extra_frame_info): Use
13364 deprecated_update_frame_base_hack.
13365 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13366 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13367 (fix_frame_pointer): Ditto.
13368 (mn10300_analyze_prologue): Ditto.
13369
13370 2003-01-07 Andrew Cagney <cagney@redhat.com>
13371
13372 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13373 extra_info using frame_extra_info_zalloc.
13374 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13375 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13376 (sh64_init_extra_frame_info): Ditto.
13377 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13378 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13379 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13380 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13381 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13382 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13383 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13384 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13385 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13386 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13387 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13388 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13389
13390 * mn10300-tdep.c (analyze_dummy_frame): Use
13391 deprecated_set_frame_extra_info_hack.
13392 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13393
13394 2003-01-07 J. Brobecker <brobecker@gnat.com>
13395
13396 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13397 class is not scText. These do not define "real" procedures.
13398 (parse_partial_symbols): Likewise.
13399
13400 2003-01-06 Michael Snyder <msnyder@redhat.com>
13401
13402 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13403
13404 2003-01-06 Andrew Cagney <ac131313@redhat.com>
13405
13406 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13407 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13408 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13409 deprecated_frame_xmalloc_with_cleanup.
13410 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13411 deprecated_frame_xmalloc.
13412 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13413 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13414
13415 2003-01-06 Andrew Cagney <cagney@redhat.com>
13416
13417 * x86-64-linux-tdep.c: Include "osabi.h".
13418 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13419
13420 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13421
13422 2003-01-06 Andrew Cagney <cagney@redhat.com>
13423
13424 * MAINTAINERS (Target Instruction Set Architectures): Update
13425 arm-elf. Can be built with -Werror, has been multiarched.
13426
13427 * value.h (unpack_long): Make buffer parameter constant.
13428 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13429 * scm-lang.h (scm_parse): Ditto.
13430 * defs.h (extract_typed_address, extract_address): Ditto.
13431 (extract_long_unsigned_integer): Ditto.
13432 * inferior.h (unsigned_pointer_to_address): Ditto.
13433 (signed_pointer_to_address): Ditto.
13434 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13435 * gdbarch.h, gdbarch.c: Regenerate.
13436 * findvar.c (extract_long_unsigned_integer): Update.
13437 (extract_address): Update.
13438 (extract_typed_address): Update.
13439 (unsigned_pointer_to_address): Update.
13440 * values.c (unpack_long): Update.
13441 (unpack_double): Update.
13442 (unpack_pointer): Update.
13443 (unpack_field_as_long): Update.
13444 * d10v-tdep.c (d10v_pointer_to_address): Update.
13445 * avr-tdep.c (avr_pointer_to_address): Update.
13446 * scm-lang.c (scm_unpack): Update.
13447 * findvar.c (signed_pointer_to_address): Update.
13448
13449 2003-01-06 Michal Ludvig <mludvig@suse.cz>
13450
13451 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
13452 since it is in i386-tdep.c.
13453
13454 2003-01-06 J. Brobecker <brobecker@gnat.com>
13455
13456 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13457 failure introduced in the previous change.
13458
13459 2003-01-05 Michael Chastain <mec@shout.net>
13460
13461 * README: Remove references to deleted remote-*.c files:
13462 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13463 remote-nrom.c, remote-os9k.c, remote-udi.c.
13464
13465 2003-01-05 Mark Kettenis <kettenis@gnu.org>
13466
13467 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13468 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13469 i386_get_longjmp_target.
13470
13471 2003-01-05 Andrew Cagney <ac131313@redhat.com>
13472
13473 * arm-tdep.c (prologue_cache): Change to a pointer.
13474 (_initialize_arm_tdep): Allocate prologue_cache.
13475 (check_prologue_cache): Update.
13476 (save_prologue_cache): Update.
13477 (arm_gdbarch_init): Update.
13478
13479 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13480
13481 * stabsread.c (update_method_name_from_physname): Call complaint()
13482 instead of error.
13483
13484 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13485
13486 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13487 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13488 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13489
13490 * blockframe.c: Include "gdbcmd.h" and "command.h".
13491 (backtrace_below_main): New variable.
13492 (file_frame_chain_valid, func_frame_chain_valid)
13493 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13494 (generic_func_frame_chain_valid): Remove functions.
13495 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13496 (_initialize_blockframe): New function.
13497 * Makefile.in (blockframe.o): Update dependencies.
13498 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13499 comment. Call frame_chain_valid ().
13500 * frame.h: Remove old prototypes. Add prototype for
13501 frame_chain_valid and update comments to match.
13502 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13503 Remove old comment.
13504 * gdbarch.h: Regenerated.
13505 * gdbarch.c: Regenerated.
13506
13507 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13508 set_gdbarch_frame_chain_valid.
13509 * avr-tdep.c (avr_gdbarch_init): Likewise.
13510 * cris-tdep.c (cris_gdbarch_init): Likewise.
13511 * frv-tdep.c (frv_gdbarch_init): Likewise.
13512 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13513 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13514 (i386_nw_init_abi): Likewise.
13515 (i386_gdbarch_init): Likewise.
13516 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13517 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13518 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13519 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13520 * mips-tdep.c (mips_gdbarch_init): Likewise.
13521 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13522 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13523 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13524 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13525 * s390-tdep.c (s390_gdbarch_init): Likewise.
13526 * sh-tdep.c (sh_gdbarch_init): Likewise.
13527 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13528 * v850-tdep.c (v850_gdbarch_init): Likewise.
13529 * vax-tdep.c (vax_gdbarch_init): Likewise.
13530 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13531
13532 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13533 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13534 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13535 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13536 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13537 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13538 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13539 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13540
13541 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13542
13543 * Makefile.in (acconfig_h): Remove incorrect macro.
13544 (config_h): Define.
13545 (osabi.o): Update dependencies.
13546 * configure.tgt: Set gdb_osabi based on target triplet.
13547 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13548 * configure: Regenerated.
13549 * config.in: Regenerated.
13550 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13551 (GDB_OSABI_DEFAULT): Define if not already defined.
13552 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13553 (set_osabi_string): New variables.
13554 (gdbarch_register_osabi): Add new OS ABI to
13555 gdb_osabi_available_names.
13556 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13557 (set_osabi, show_osabi): New functions.
13558 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13559
13560 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13561
13562 * arch-utils.c (gdbarch_info_init): Set osabi to
13563 GDB_OSABI_UNINITIALIZED.
13564 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13565 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13566 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13567 * gdbarch.c: Regenerated.
13568 * gdbarch.h: Regenerated.
13569 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13570 there's no BFD.
13571 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13572 * osabi.h (enum gdb_osabi): Move to defs.h.
13573 (gdbarch_init_osabi): Update prototype.
13574 * defs.h (enum gdb_osabi): Moved here.
13575 * Makefile.in: Update dependencies.
13576
13577 * alpha-tdep.h: Don't include "osabi.h".
13578 (struct gdbarch_tdep): Remove osabi member.
13579 * alpha-tdep.c: Include "osabi.h".
13580 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13581 iterate over arches. Update call to gdbarch_init_osabi.
13582 (alpha_dump_tdep): Don't dump osabi.
13583 * alpha-linux-tdep.c: Include "osabi.h".
13584 * alpha-osf1-tdep.c: Include "osabi.h".
13585 * alphafbsd-tdep.c: Include "osabi.h".
13586 * alphanbsd-tdep.c: Include "osabi.h".
13587
13588 * arm-tdep.h: Don't include "osabi.h".
13589 (struct gdbarch_tdep): Remove osabi member.
13590 * arm-tdep.c: Include "osabi.h".
13591 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13592 iterate over arches. Update call to gdbarch_init_osabi.
13593 (arm_dump_tdep): Don't dump osabi.
13594 * arm-linux-tdep.c: Include "osabi.h".
13595 * armnbsd-tdep.c: Include "osabi.h".
13596
13597 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13598 Update call to gdbarch_init_osabi.
13599
13600 * i386-tdep.h: Don't include "osabi.h".
13601 (struct gdbarch_tdep): Remove osabi member.
13602 * i386-tdep.c: Include "osabi.h".
13603 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13604 iterate over arches. Update call to gdbarch_init_osabi.
13605 (i386_dump_tdep): Don't dump osabi.
13606 * i386-linux-tdep.c: Include "osabi.h".
13607 * i386-sol2-tdep.c: Include "osabi.h".
13608 * i386bsd-tdep.c: Include "osabi.h".
13609 * i386gnu-tdep.c: Include "osabi.h".
13610 * i386ly-tdep.c: Include "osabi.h".
13611 * i386nbsd-tdep.c: Include "osabi.h".
13612 * i386obsd-tdep.c: Include "osabi.h".
13613
13614 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13615 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13616 check osabi when iterating over arches. Update call to
13617 gdbarch_init_osabi.
13618 (mips_dump_tdep): Don't dump osabi.
13619
13620 * ns32k-tdep.h: Don't include "osabi.h".
13621 (struct gdbarch_tdep): Remove.
13622 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13623 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13624 allocate tdep. Update call to gdbarch_init_osabi.
13625 (ns32k_dump_tdep): Remove.
13626 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13627 * ns32knbsd-tdep.c: Include "osabi.h".
13628
13629 * ppc-tdep.h: Don't include "osabi.h".
13630 (struct gdbarch_tdep): Remove osabi member.
13631 * rs6000-tdep.c: Include "osabi.h".
13632 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13633 osabi when iterating over arches. Update call to
13634 gdbarch_init_osabi.
13635 (rs6000_dump_tdep): Don't dump osabi.
13636 * ppc-linux-tdep.c: Include "osabi.h".
13637 * ppcnbsd-tdep.c: Include "osabi.h".
13638
13639 * sh-tdep.h: Don't include "osabi.h".
13640 (struct gdbarch_tdep): Remove osabi member.
13641 * sh-tdep.c: Include "osabi.h".
13642 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13643 iterate over arches. Update call to gdbarch_init_osabi.
13644 (sh_dump_tdep): Don't dump osabi.
13645 * shnbsd-tdep.c: Include "osabi.h".
13646
13647 * sparc-tdep.c: Include "osabi.h".
13648 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13649 iterate over arches. Update call to gdbarch_init_osabi.
13650 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
13651 tdep structure.
13652
13653 * vax-tdep.h: Don't include "osabi.h".
13654 (struct gdbarch_tdep): Remove.
13655 * vax-tdep.c: Include "osabi.h".
13656 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13657 iterate over arches. Don't allocate tdep. Update call
13658 to gdbarch_init_osabi.
13659 (vax_dump_tdep): Remove.
13660 (_initialize_vax_tdep): Update call to gdbarch_register.
13661
13662 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13663
13664 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
13665 entirely.
13666 (breakpoint_re_set_one): Don't fetch the value for a disabled
13667 watchpoint.
13668
13669 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13670
13671 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13672 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13673 (COERCE_FLOAT_TO_DOUBLE): Remove.
13674 * gdbarch.c: Regenerate.
13675 * gdbarch.h: Regenerate.
13676 * Makefile.in: Remove value_h from gdbarch_h.
13677 * valops.c (coerce_float_to_double): New variable.
13678 (default_coerce_float_to_double): Remove.
13679 (standard_coerce_float_to_double): Remove.
13680 (value_arg_coerce): Use coerce_float_to_double.
13681 (_initialize_valops): Add "set coerce-float-to-double".
13682 * value.h (default_coerce_float_to_double): Remove prototype.
13683 (standard_coerce_float_to_double): Remove prototype.
13684
13685 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13686 prototyped.
13687 * mdebugread.c (parse_symbol): Likewise.
13688 * stabsread.c (define_symbol): Mark all functions as prototyped.
13689
13690 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13691 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13692 set_gdbarch_coerce_float_to_double.
13693 * arm-tdep.c (arm_gdbarch_init): Likewise.
13694 * frv-tdep.c (frv_gdbarch_init): Likewise.
13695 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13696 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13697 * mips-tdep.c (mips_gdbarch_init): Likewise.
13698 (mips_coerce_float_to_double): Remove.
13699 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13700 (rs6000_coerce_float_to_double): Remove.
13701 * s390-tdep.c (s390_gdbarch_init): Likewise.
13702 * sh-tdep.c (sh_gdbarch_init): Likewise.
13703 (sh_coerce_float_to_double): Remove.
13704 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13705 (sparc_coerce_float_to_double): Remove.
13706 * v850-tdep.c (v850_gdbarch_init): Likewise.
13707 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13708 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13709 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13710 (hppa_coerce_float_to_double): Remove prototype.
13711 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13712
13713 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13714
13715 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13716
13717 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13718
13719 Suggested by Stewart Brown <sb24@avaya.com>:
13720 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13721 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13722 (c_type_print_varspec_suffix): Likewise.
13723
13724 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13725
13726 * configure.in: Don't set and AC_SUBST SUBDIRS.
13727 * configure: Regenerated.
13728
13729 * configure.in: Remove code dealing with shared libraries.
13730 * Makefile.in: Remove HLDFLAGS and HLDENV.
13731 * configure: Regenerated.
13732
13733 2003-01-04 Andrew Cagney <ac131313@redhat.com>
13734
13735 * frame.c (deprecated_frame_xmalloc): New function.
13736 (deprecated_set_frame_saved_regs_hack): New function.
13737 (deprecated_set_frame_extra_info_hack): New function.
13738 * frame.h (deprecated_frame_xmalloc): Declare.
13739 (deprecated_set_frame_saved_regs_hack): Declare.
13740 (deprecated_set_frame_extra_info_hack): Declare.
13741
13742 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13743
13744 * configure.in: Move code that provides the --enable-gdbtk option
13745 right after the code that handles the --enable-tui option, and
13746 polish it somewhat.
13747 * configure: Regenerated.
13748
13749 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13750 AC_CHECK_FUNCS and remove the old check for pread64.
13751 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13752 * acconfig.h (_GNU_SOURCE): Add.
13753 (HAVE_PREAD64): Remove.
13754 * configure, aclocal.m4, config.in: Regenerated.
13755
13756 2003-01-03 Andrew Cagney <ac131313@redhat.com>
13757
13758 * alpha-tdep.c: Use get_frame_saved_regs.
13759 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13760 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13761 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13762 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13763 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13764
13765 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13766
13767 * configure.in: Remove all use of the SUBDIRS variable; add
13768 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13769 code providing the --enable-multi-ice option, and move it right in
13770 front of the code that checks whether gdbserver is supported.
13771 Polish that too.
13772 * configure: Regenerated.
13773 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13774 @SUBDIRS@.
13775
13776 2003-01-03 Andrew Cagney <cagney@redhat.com>
13777
13778 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13779 * avr-tdep.c, cris-tdep.c: Ditto.
13780 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13781 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13782
13783 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13784
13785 * configure.in: Remove --enable-netrom option.
13786 * configure: Regenerated.
13787
13788 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13789
13790 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13791 declaration for `struct re_pattern_buffer' instead.
13792 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13793
13794 2003-01-03 J. Brobecker <brobecker@gnat.com>
13795
13796 * mdebugread.c (parse_symbol): Count until the stEnd matching
13797 the structure name.
13798
13799 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13800
13801 * configure.in: Remove --with-cpu option.
13802 subscripts. Remove evil changequotes here.
13803 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13804 * config.in, configure: Regenerated.
13805
13806 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13807 * configure.in: Cleanup section that sources GDB and BFD configure
13808 subscripts. Remove evil changequotes here.
13809 * config.in, configure: Regenerated.
13810
13811 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13812
13813 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13814 frame accessor methods.
13815 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13816 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13817 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13818 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13819 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13820 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13821 * z8k-tdep.c: Ditto.
13822
13823 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13824
13825 * configure.in: Remove UI_OUT configuration code.
13826 * ada-lang.c: Update assuming UI_OUT is always true.
13827 * Makefile.in (UIOUT_CFLAGS): Remove.
13828 * configure: Regenerated.
13829 * TODO: Remove blurb about elimination of -DUI_OUT.
13830
13831 * configure.in: Move code that provides the --enable-gdbcli,
13832 --enable-gdbmi options right before the code that handles the
13833 --enable-tui option. Polish a bit.
13834 * configure: Regenerated.
13835
13836 * configure.in: Rewrite check for GNU regex and the
13837 --without-included regex option, and move it into the "Checks for
13838 library functions" section. This makes us use the system regex
13839 again by default on systems with version 2 of the GNU C library.
13840 This was apparently broken.
13841 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13842 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13843 * config.in, configure: Regenerated.
13844
13845 * configure.in: Move code that provides the --enable-tui option
13846 before the "Checks for libraries" section. Polish the code
13847 somewhat and set need_curses to yes if we build the TUI. Rewrite
13848 code that looks for a library providing termcap functionality to
13849 match more closely what's done in the Readline library, and move
13850 it into to the "Checks for libraries" section.
13851 * configure: Regenerated.
13852 * Makefile.in (TERMCAP): Remove variable.
13853 * config/i386/go32.mh (TERMCAP): Remove variable.
13854
13855 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13856
13857 * MAINTAINERS: Mention gdb_mbuild.sh.
13858 * gdb_mbuild.sh: Rewrite.
13859
13860 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13861
13862 * configure.in: Fix typo in last change.
13863 * config.in, configure: Regenerated.
13864
13865 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13866
13867 * valarith.c (value_binop): Delete obsolete code and comments.
13868 * configure.host: Ditto.
13869 * buildsym.h (make_blockvector): Ditto.
13870 * buildsym.c (make_blockvector): Ditto.
13871 * defs.h (enum language): Ditto.
13872 (chill_demangle): Ditto.
13873 * elfread.c (elf_symtab_read): Ditto.
13874 * dwarfread.c (CHILL_PRODUCER): Ditto.
13875 (set_cu_language): Ditto.
13876 (handle_producer): Ditto.
13877 * expprint.c (print_subexp): Ditto.
13878 * gdbtypes.c (chill_varying_type): Ditto.
13879 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13880 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13881 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13882 (chill_varying_type): Ditto.
13883 * language.h (_LANG_chill): Ditto.
13884 * language.c (binop_result_type, integral_type): Ditto.
13885 (character_type, string_type, structured_type): Ditto.
13886 (lang_bool_type, binop_type_check): Ditto.
13887 * stabsread.h (os9k_stabs): Ditto.
13888 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13889 (define_symbol, read_type, read_struct_fields): Ditto.
13890 (read_array_type, read_enum_type, read_huge_number): Ditto.
13891 (read_range_type, start_stabs): Ditto.
13892 * symfile.c (init_filename_language_table): Ditto.
13893 (add_psymbol_with_dem_name_to_list): Ditto.
13894 * symtab.c (symbol_init_language_specific): Ditto.
13895 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13896 * symtab.h (struct general_symbol_info): Ditto.
13897 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13898 * typeprint.c (typedef_print): Ditto.
13899 * utils.c (fprintf_symbol_filtered): Ditto.
13900 * valops.c (value_cast, search_struct_field, value_slice): Delete
13901 obsolete code.
13902 (varying_to_slice): Delete function.
13903 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13904 (varying_to_slice): Delete declaration.
13905 * MAINTAINERS: Update.
13906
13907 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13908
13909 * configure.in: Reorganize "Checks for library functions section"
13910 a bit. Remove check for `btowc' and `isascii' functions.
13911 * configure: Regenerated.
13912
13913 * acconfig.h (_MSE_INT_H): Remove.
13914 * configure.in: Create "Checks for header files" section, and move
13915 appropriate tests there. Don't check for objlist.h, wchar.h,
13916 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13917 misdetection fix. Also add "Checks for types", "Checks for
13918 compiler characteristics" and "Checks for library functions"
13919 sections.
13920 * config.in, configure: Regenerated.
13921
13922 * configure.in: Create "Checks for programs" section, and move
13923 appropriate tests there.
13924
13925 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13926
13927 * configure.in: Create "Checks for libraries" section, and move
13928 appropriate tests there. Cleanup check for wctype in libw. Use
13929 AC_SEARCH_LIBS to see whether we need libsocket.
13930 * configure: Regenerated.
13931
13932 For older changes see ChangeLog-2002
13933 \f
13934 Local Variables:
13935 mode: change-log
13936 left-margin: 8
13937 fill-column: 74
13938 version-control: never
13939 End: