2003-11-05 Jeff Johnston <jjohnstn@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-11-05 Jeff Johnston <jjohnstn@redhat.com>
2
3 * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
4 (ia64_gdbarch_init): Don't bother calculating the os.
5 Instead use the gdbarch_info struct and look at the osabi field.
6 Also use gdbarch_list_lookup_by_info() to look for a
7 candidate gdbarch.
8
9 2003-11-05 Kevin Buettner <kevinb@redhat.com>
10
11 * frv-tdep.c (frv_register_byte): Delete.
12 (frv_extract_return_value, frv_store_return_value)
13 (frv_extract_struct_value_address): Don't call frv_register_byte().
14 Convert to non-deprecated form.
15 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
16 Convert calls to set_gdbarch_deprecated_extract_return_value(),
17 set_gdbarch_deprecated_store_return_value(), and
18 set_gdbarch_deprecated_extract_struct_value_address() into
19 non-deprecated forms.
20
21 2003-11-05 Andrew Cagney <cagney@redhat.com>
22
23 * mips-tdep.c (mips_dump_tdep): Do not print
24 PRINT_EXTRA_FRAME_INFO.
25 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
26 Rename PRINT_EXTRA_FRAME_INFO.
27 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
28 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
29 (mips_print_extra_frame_info): Delete declaration.
30 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
31
32 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
33
34 * coffread.c (coff_symtab_read): Remove passing of info parameter
35 to prim_record_minimal_symbol_and_info.
36
37 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
38
39 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
40 (decode_base_type): Delete ifdeffed out code.
41
42 2003-11-04 Andrew Cagney <cagney@redhat.com>
43
44 * symtab.c (find_active_alias): Delete function.
45 (lookup_block_symbol): Delete alias code.
46 * stabsread.c (resolve_live_range): Delete function.
47 (add_live_range): Delete function.
48 (resolve_symbol_reference): Delete function.
49 (define_symbol): Delete live range and alias code.
50 (scan_file_globals): Delete alias code.
51 * symtab.h (SYMBOL_RANGES): Delete macro.
52 (struct range_list): Delete structure.
53 (struct symbol): Delete field "ranges".
54 (SYMBOL_ALIASES): Delete macro.
55 (struct alias_list): Delete structure.
56 (struct symbol): Delete field "aliases".
57
58 2003-11-04 Michael Snyder <msnyder@redhat.com>
59
60 * MAINTAINERS: Remove myself as owner of breakpoints and
61 of sparc/solaris.
62
63 2003-11-03 Corinna Vinschen <vinschen@redhat.com>
64
65 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
66 (sh_sh4al_dsp_register_name): Ditto.
67 (sh4_nofpu_show_regs): Ditto.
68 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
69 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
70
71 2003-11-03 Andrew Cagney <cagney@redhat.com>
72
73 * bcache.c: Include "gdb_assert.h".
74 (struct bcache): Add fields "expand_count" and
75 "expand_hash_count".
76 (expand_hash_table): Update the expand counts.
77 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
78 on object sizes and hashes.
79 * Makefile.in (bcache.o): Update dependencies.
80
81 2003-11-03 Andrew Cagney <cagney@redhat.com>
82
83 * exec.c (xfer_memory): Eliminate xfer_fn.
84
85 2003-10-31 Kevin Buettner <kevinb@redhat.com>
86
87 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
88 (opcodes/frv-desc.h): Include.
89 (iacc0h_regnum, iacc0l_regnum): Define.
90 (last_spr_regnum, frv_num_regs): Update.
91 (new_variant): Don't supply default names for holes in the SPRs.
92 Supply names for iacc0h_regnum and iacc0l_regnum.
93 (frv_register_type): Use symbolic constants first_fpr_regnum and
94 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
95 builtin_type_int instead of builtin_type_int32.
96 (frv_register_sim_regno): New function.
97 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
98 * Makefile.in (gdb_sim_frv_h): Define.
99 (frv-tdep.o): Update dependencies.
100
101 2003-10-31 Andrew Cagney <cagney@redhat.com>
102
103 * avr-tdep.c (avr_frame_this_id): Do not call
104 deprecated_inside_entry_file.
105 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
106 * m32r-tdep.c (m32r_frame_this_id): Ditto.
107 * d10v-tdep.c (d10v_frame_this_id): Ditto.
108 * arm-tdep.c (arm_prologue_this_id): Ditto.
109 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
110
111 2003-10-31 Jim Blandy <jimb@redhat.com>
112
113 * elfread.c (elf_symtab_read): Allocate correct number of tail
114 elements to sectinfo structure. (Fix from Woody LaRue.)
115
116 2003-10-31 Andrew Cagney <cagney@redhat.com>
117
118 * stack.c (return_command): Use get_frame_type, instead of
119 CALL_DUMMY_HAS_COMPLETED.
120 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
121 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
122
123 2003-10-31 Mark Kettenis <kettenis@gnu.org>
124
125 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
126 explicitly specify size of array.
127 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
128 TDEP->sc_num_regs.
129
130 2003-10-31 Andrew Cagney <cagney@redhat.com>
131
132 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
133 function.
134 (s390_gdbarch_init): Set extract_struct_value_address.
135 * arch-utils.c (generic_cannot_extract_struct_value_address):
136 Delete function.
137 * arch-utils.h (generic_cannot_extract_struct_value_address):
138 Delete definition.
139
140 2003-10-31 Mark Kettenis <kettenis@gnu.org>
141
142 * i386-linux-nat.c (fetch_core_registers): Remove.
143 (linux_elf_core_fns): Remove.
144 (_initialize_i386_linux_nat): Remove.
145
146 2003-10-31 Andrew Cagney <cagney@redhat.com>
147
148 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
149 "exec.h".
150 (exec_entry_point): New function.
151 (enable_break): Create a "tmp_bfd_target", use that and
152 entry_point_address when computing the relocation offset.
153 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
154 * Makefile.in (solib-svr4.o): Update dependencies.
155
156 2003-10-31 Andrew Cagney <cagney@redhat.com>
157
158 * defs.h (XZALLOC): Define.
159 * target.h (struct target_ops): Add "to_data";
160 * bfd-target.h, bfd-target.c: New files.
161 * Makefile.in (SFILES): Add "bfd-target.c".
162 (COMMON_OBS): Add "bfd-target.o".
163 (bfd-target.o): Specify dependencies.
164 (bfd_target_h): Define.
165 * defs.h (XZALLOC): Define.
166
167 2003-10-31 Andrew Cagney <cagney@redhat.com>
168
169 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
170 adjust_breakpoint_address.
171 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
172 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
173 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
174 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
175
176 2003-10-31 Andrew Cagney <cagney@redhat.com>
177
178 * target.h (struct target_ops): Replace "to_read_partial" and
179 "to_write_partial" with "to_xfer_partial". Update comments.
180 * target.c (debug_to_write_partial): Delete function.
181 (debug_to_xfer_partial): Replace debug_to_read_partial.
182 (add_target, update_current_target, setup_target_debug): Set
183 "to_xfer_partial" instead of "to_read_partial" and
184 "to_write_partial".
185 (default_xfer_partial): Replace "default_write_partial".
186 (default_read_partial): Delete.
187 (target_read_partial, target_write_partial): Call
188 "to_xfer_partial".
189 * remote.c (init_remote_ops): Set "to_xfer_partial".
190 (init_remote_async_ops): Ditto.
191 (remote_xfer_partial): Replace "remote_read_partial".
192
193 2003-10-31 Mark Kettenis <kettenis@gnu.org>
194
195 * i386-tdep.c (i386_supply_fpregset): Support floating-point
196 registers in `fxsave' format.
197 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
198
199 2003-10-30 Mark Kettenis <kettenis@gnu.org>
200
201 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
202 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
203 TDEP->gregset_num_regs and tdep->sizeof_gregset.
204
205 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
206 specify size of array.
207 (i386_linux_init_abi): Remove initialization of
208 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
209 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
210
211 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
212 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
213 core-regset.o.
214
215 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
216 the ELF header.
217
218 2003-10-29 Mark Kettenis <kettenis@gnu.org>
219
220 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
221 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
222 core-regset.o.
223
224 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
225
226 * corelow.c: Include "arch-utils.h", "regset.h" and
227 "gdb_assert.h".
228 (core_gdbarch): New variable.
229 (sniff_core_bfd): Don't sniff if we have support for register sets
230 in CORE_GDBARCH.
231 (core_close): Reset CORE_GDBARCH.
232 (core_open): Initialize CORE_GDBARCH.
233 (get_core_register_section): Use register sets if they are
234 supported by CORE_GDBARCH.
235 (get_core_registers): Don't print error message if we have support
236 for register sets in CORE_GDBARCH.
237
238 2003-10-29 Andrew Cagney <cagney@redhat.com>
239
240 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
241 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
242
243 2003-10-29 Mark Kettenis <kettenis@gnu.org>
244
245 * objfiles.h (clear_objfile_data): New prototype.
246 * objfiles.c (clear_objfile_data): New function.
247 * symfile.c (reread_symbols): Clear per-objfile data.
248
249 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
250
251 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
252 printf_unfiltered instead of printf_filtered for output messages.
253 (add_symbol_file_command): Ditto.
254 (reread_symbols): Ditto.
255 (overlay_auto_command): Ditto.
256 (overlay_manual_command): Ditto.
257 (overlay_off_command): Ditto.
258
259 2003-10-27 Mark Kettenis <kettenis@gnu.org>
260
261 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
262 (gdbarch_from_bfd): New function.
263 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
264 deprecated_select_gdbarch_hack.
265 * arch-utils.h (gdbarch_from_bfd): New prototype.
266
267 2003-10-27 Andrew Cagney <cagney@redhat.com>
268
269 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
270 arch_info. Use warning instead of fprintf_filtered. Do not use
271 deprecated bfd_printable_arch_mach.
272
273 2003-10-26 Kevin Buettner <kevinb@redhat.com>
274
275 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
276 Delete.
277 (frv_register_type): Rename from frv_register_virtual_type. Add
278 ``struct gdbarch *'' parameter.
279 (frv_gdbarch_init): Delete calls to the following functions:
280 set_gdbarch_deprecated_size(),
281 set_gdbarch_deprecated_register_bytes(),
282 set_gdbarch_deprecated_register_raw_size(),
283 set_gdbarch_deprecated_max_register_raw_size(),
284 set_gdbarch_deprecated_register_virtual_size(),
285 set_gdbarch_deprecated_max_register_virtual_size(),
286 set_gdbarch_deprecated_register_virtual_size(),
287 set_gdbarch_deprecated_register_virtual_type().
288 Add call to function set_gdbarch_register_type().
289
290 2003-10-26 Mark Kettenis <kettenis@gnu.org>
291
292 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
293 FDOFF_REGNUM): Remove defines.
294 * win32-nat.c (do_child_fetch_inferior_registers): Include
295 "i387-tdep.h".
296 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
297 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
298 undefine I387_ST0_REGNUM.
299
300 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
301 * x86-64-tdep.c (x86_64_store_return_value): Use
302 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
303
304 Change register numbers to enumartion values.
305 * i386-tdep.h (enum i386_regnum): New.
306 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
307 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
308 I386_ST0_REGNUM): Remove defines.
309 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
310 I386_EDI_REGNUM): Remove defines.
311
312 2003-10-24 Andrew Cagney <cagney@redhat.com>
313
314 * target.c: Include "gdbcore.h".
315 (get_target_memory, get_target_memory_unsigned): New functions.
316 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
317 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
318 Use get_target_memory_unsigned.
319 * Makefile.in (target.o): Update dependencies.
320
321 2003-10-24 Andrew Cagney <cagney@redhat.com>
322
323 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
324 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
325 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
326 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
327 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
328
329 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
330 (can_run_code_for): Use the OO term "singleton".
331
332 2003-10-23 Andrew Cagney <cagney@redhat.com>
333
334 * Makefile.in (stack.o): Add $(regcache_h).
335 * stack.c: Include "regcache.h"
336 (return_command): Rewrite. Use get_frame_id and
337 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
338 about unhandled return-values.
339 * value.h (set_return_value): Delete declaration.
340 * values.c (set_return_value): Delete function.
341
342 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
343
344 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
345 (pseudo_regs): Add comment regarding register stack registers.
346 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
347 (floatformat_valid): New static routine.
348 (floatformat_ia64_ext): Add name field and set up is_valid routine
349 to floatformat_valid().
350 (examine_prologue): For the previous cfm, use
351 frame_unwind_register()
352 if the cfm is not stored in a register-stack register. Save the
353 previous cfm value in the prev_cfm field. Add debug output.
354 (ia64_frame_this_id): Use frame_id_build_special() to also register
355 the bsp. Add debug output.
356 (ia64_sigtramp_frame_this_id): Ditto.
357 (ia64_frame_prev_register): Look at cache saved_regs for a few more
358 registers and also add some checks for framelessness before accepting
359 current register values for fields such as return address. For cfm,
360 use the cached prev_cfm field if available. Add comment to explain
361 PSR logic. Add debug output.
362 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
363 as part of initialization.
364 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
365 calculated. Cache the bsp and cfm values.
366 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
367 instead of using ia64_frame_prev_register() which doesn't expect most
368 registers to be saved. The saved values for bsp and sp
369 can be taken from the cache. Add debug output.
370 (ia64_push_dummy_call): Use frame_id_build_special() to also register
371 the bsp.
372
373 2003-10-23 Jim Blandy <jimb@redhat.com>
374
375 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
376 architecture the current arch can run code for --- but not if it's
377 a superset.
378 (can_run_code_for): New function.
379
380 2003-10-22 James E Wilson <wilson@specifixinc.com>
381
382 * MAINTAINERS: Move myself from paper trail section back to write
383 after approval section.
384
385 2003-10-22 Andrew Cagney <cagney@redhat.com>
386
387 * exec.h: New file.
388 * win32-nat.c: Include "exec.h".
389 * solib.c: Include "exec.h".
390 * target.h (build_section_table): Delete declaration.
391 * somsolib.c: Include "exec.h".
392 (exec_ops): Delete extern declaration.
393 * rs6000-nat.c: Update copyright. Include "exec.h".
394 (exec_ops): Delete extern declaration.
395 * pa64solib.c: Update copyright. Include "exec.h".
396 (exec_ops): Delete extern declaration.
397 * exec.c: Update copyright. Include "exec.h".
398 * corelow.c: Update dependencies. Include "exec.h".
399 * Makefile.in (exec_h): Define.
400 (exec.o, somsolib.o): Update dependencies.
401 (pa64solib.o, corelow.o): Update dependencies.
402
403 2003-10-22 Andrew Cagney <cagney@redhat.com>
404
405 * target.c: Include "gdb_assert.h" (target_read): Call
406 "target_read_partial", not "target_write_partial".
407 (default_read_partial, default_write_partial): New function.
408 (target_read_partial, target_write_partial): Simplify, assume that
409 there is always a read/write method.
410 (update_current_target, add_target): Always set "to_read_partial"
411 and "to_write_partial".
412 (target_write, target_read): Fail on a zero byte transfer.
413 * Makefile.in (target.o): Update dependencies.
414 * target.h: Update copyright date.
415 (target_object): Fix typo.
416
417 2003-10-22 Andrew Cagney <cagney@redhat.com>
418
419 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
420 multi-arch method, add "targ" parameter.
421 (struct target_ops): Declare.
422 * gdbarch.h, gdbarch.c: Re-generate.
423 * Makefile.in (c-valprint.o): Update dependencies.
424 * arch-utils.h: Update copyright.
425 (convert_from_func_ptr_addr_identity): Declare.
426 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
427 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
428 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
429 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
430 * infcall.c (find_function_addr, call_function_by_hand): Update.
431 * c-valprint.c: Include "target.h".
432 (print_function_pointer_address): Update.
433
434 2003-10-22 Andrew Cagney <cagney@redhat.com>
435
436 * target.c (target_close): New function.
437 (debug_to_close): Use "target_close".
438 (push_target): Use "target_close".
439 (unpush_target): Use "target_close".
440 (pop_target): Use "target_close".
441 * target.h (struct target_ops): Add "to_xclose".
442 (target_open): Delete macro. Move comment to "to_open".
443 (target_close): Replace macro with function that takes a target.
444 * top.c (quit_target): Pass "current_target" to "target_close".
445
446 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
447
448 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
449 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
450 * symtab.h (lookup_minimal_symbol_text): Update.
451 * breakpoint.c (create_overlay_event_breakpoint,
452 create_longjmp_breakpoint): Update callers.
453 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
454 * symtab.c (find_pc_sect_line): Ditto.
455
456 2003-10-21 Andrew Cagney <cagney@redhat.com>
457
458 * target.c (errno): Delete extern declaration.
459
460 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
461
462 * ia64-tdep.c: Change all occurrences of
463 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
464 (ia64_frame_prev_register): Minor whitespace change.
465
466 2003-10-20 Michael Chastain <mec@shout.net>
467
468 * config/djgpp/fnchange.lst: Add lines for:
469 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
470 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
471 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
472 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
473 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
474 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
475 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
476
477 2003-10-20 Andrew Cagney <cagney@redhat.com>
478
479 * values.c (register_value_being_returned): Update comments. Use
480 "gdbarch_return_value" when available.
481 (using_struct_return): Ditto.
482 (set_return_value): Ditto. Use "gdbarch_return_value" when
483 available.. Print a warning, and not an error, when an unhandled
484 return type is encountered.
485 * infcmd.c: Include "gdb_assert.h".
486 (print_return_value): When gdbarch_return_value_p, and using
487 struct return, assume that the value is not available.
488 * defs.h (return_value_convention): Define.
489 * gdbarch.sh (gdbarch_return_value): New predicate method.
490 * gdbarch.h, gdbarch.c: Re-generate
491 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
492
493 2003-10-20 Andrew Cagney <cagney@redhat.com>
494
495 * symtab.c: Replace "struct sec" with "struct bfd_section".
496 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
497
498 2003-10-19 Michael Chastain <mec@shout.net>
499
500 * config/djgpp/fnchange.lst: Add lines for:
501 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
502 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
503 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
504
505 2003-10-19 Mark Kettenis <kettenis@gnu.org>
506
507 * amd64fbsd-nat.c (fetch_inferior_registers,
508 store_inferior_registers): Remove functions.
509 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
510
511 2003-10-18 Mark Kettenis <kettenis@gnu.org>
512
513 Add NetBSD/amd64 native configuration:
514 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
515 * amd64nbsd-tdep.c: New file.
516 * amd64nbsd-nat.c: New file.
517 * amd64bsd-nat.c: New file.
518 * config/i386/nbsd64.mh: New file.
519 * config/i386/nbsd64.mt: New file.
520 * configure.host: Add x86_64-*-netbsd*.
521 * configure.tgt: Add x86_64-*-netbsd*.
522 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
523 New targets.
524 * NEWS (New native configurations): Mention NetBSD/amd64.
525
526 2003-10-17 Michael Chastain <mec@shout.net>
527
528 * config/djgpp/fnchange.lst: Remove dead lines for:
529 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
530 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
531 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
532 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
533 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
534 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
535 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
536 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
537 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
538 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
539 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
540 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
541 gdb/config/sparc/tm-sparclite.h,
542 gdb/gdbtk/generic/ChangeLog-2001,
543 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
544 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
545 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
546 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
547 gdb/testsuite/gdb.mi/mi0-var-block.exp,
548 gdb/testsuite/gdb.mi/mi0-var-child.exp,
549 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
550 gdb/testsuite/gdb.mi/mi0-var-display.exp,
551 itcl/iwidgets3.0.0/demos/extfileselectionbox,
552 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
553 itcl/iwidgets3.0.0/demos/fileselectionbox,
554 itcl/iwidgets3.0.0/demos/fileselectiondialog,
555 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
556 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
557 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
558 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
559 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
560 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
561 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
562 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
563 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
564 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
565 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
566 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
567 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
568 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
569 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
570 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
571 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
572 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
573 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
574 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
575 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
576 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
577 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
578 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
579 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
580 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
581 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
582 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
583 itcl/iwidgets3.0.0/demos/html/shell.n.html,
584 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
585 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
586 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
587 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
588 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
589 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
590 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
591 itcl/iwidgets3.0.0/demos/scrolledcanvas,
592 itcl/iwidgets3.0.0/demos/scrolledframe,
593 itcl/iwidgets3.0.0/demos/scrolledhtml,
594 itcl/iwidgets3.0.0/demos/scrolledlistbox,
595 itcl/iwidgets3.0.0/demos/scrolledtext,
596 itcl/iwidgets3.0.0/demos/selectionbox,
597 itcl/iwidgets3.0.0/demos/selectiondialog,
598 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
599 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
600 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
601 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
602 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
603 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
604 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
605 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
606 itcl/iwidgets3.0.0/doc/scrolledframe.n,
607 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
608 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
609 itcl/iwidgets3.0.0/doc/scrolledtext.n,
610 itcl/iwidgets3.0.0/doc/selectionbox.n,
611 itcl/iwidgets3.0.0/doc/selectiondialog.n,
612 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
613 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
614 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
615 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
616 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
617 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
618 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
619 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
620 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
621 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
622 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
623 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
624 itcl/iwidgets3.0.0/generic/selectionbox.itk,
625 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
626 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
627 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
628 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
629 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
630 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
631 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
632 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
633 itcl/iwidgets3.0.0/tests/scrolledframe.test,
634 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
635 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
636 itcl/iwidgets3.0.0/tests/scrolledtext.test,
637 itcl/iwidgets3.0.0/tests/selectionbox.test,
638 itcl/iwidgets3.0.0/tests/selectiondialog.test,
639 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
640 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
641 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
642 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
643 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
644 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
645 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
646 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
647 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
648 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
649 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
650 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
651 tk/mac/tkMacProjects.sit.hqx.
652
653 2003-10-17 Andrew Cagney <cagney@redhat.com>
654
655 * target.c (target_section_by_addr): New function.
656 (do_xfer_memory): Use "target_section_by_addr".
657 * target.h (target_section_by_addr): Declare.
658
659 * target.h (struct target_ops): Add "to_read_partial" and
660 "to_write_partial", delete "to_query".
661 (target_read_partial, target_write_partial): Declare.
662 (target_read, target_write): Declare.
663 (target_query): Delete macro.
664 * target.c (target_read_partial): New function.
665 (target_write_partial, target_read, target_write): New function.
666 (update_current_target): Delete inheritance of "to_query". Add
667 comments about "to_read_partial" and "to_write_partial".
668 (debug_to_partial_read, debug_to_partial_write): New functions.
669 (debug_to_query): Delete function.
670 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
671 instead of "to_query".
672 * remote.c (remote_read_partial): Replace "remote_query".
673 (init_remote_ops): Set "to_read_partial" instead of "to_query".
674 (init_remote_async_ops): Ditto.
675 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
676 "target_read_partial" instead of "target_query".
677 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
678 Use "target_read_partial" instead of "target_query".
679
680 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
681
682 * frame.h (struct frame_id): Add new field: special_addr.
683 (frame_id_build_special): New prototype.
684 * frame.c (frame_id_build_special): New function.
685 (frame_id_build): Change to call frame_id_build_special().
686 (frame_id_eq): Change to also test special_addr field.
687 (frame_id_inner): Update comment.
688
689 2003-10-17 Andrew Cagney <cagney@redhat.com>
690
691 * target.c (update_current_target): Perform the target cleanup.
692 Put the target stack beneath the squashed "current_target".
693 (add_target): Delete disabled call to "cleanup_target".
694 (cleanup_target): Delete function.
695 (push_target, unpush_target): Do not call "cleanup_target".
696
697 2003-10-17 Andrew Cagney <cagney@redhat.com>
698
699 * target.c (target_stack): Change to a static target_ops.
700 (update_current_target): Walk the "struct target_ops" stack.
701 (pop_target, do_xfer_memory, target_info): Ditto.
702 (find_target_beneath): Ditto.
703 (push_target): Rewrite to use the "struct target_ops" stack.
704 (unpush_target): Ditto.
705 * target.h (struct target_stack_item): Delete definition.
706 (target_stack): Delete declaration.
707 (struct target_ops): Add field "beneath".
708
709 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
710
711 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
712 declaration.
713 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
714 (h8300_examine_prologue): Use h8300_normal_mode flag
715 (h8300_gdbarch_init): Set architecture info for normal mode
716
717 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
718
719 * remote.c (remote_protocol_vcont): New variable.
720 (set_remote_protocol_vcont_packet_cmd): New function.
721 (show_remote_protocol_vcont_packet_cmd): New function.
722 (init_all_packet_configs): Handle remote_protocol_vcont.
723 (remote_vcont_probe): New function.
724 (remote_vcont_resume): New function.
725 (remote_resume): Use it.
726 (remote_async_resume): Call remote_resume.
727 (_initialize_remote): Add verbose-resume packet commands.
728
729 2003-10-16 Andrew Cagney <cagney@redhat.com>
730
731 * infrun.c (handle_inferior_event): Add comment about
732 "frame_id_inner" being too weak.
733
734 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
735
736 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
737 second parameter, which is always null. Remove
738 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
739 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
740 accordingly.
741 * somsolib.c (som_solib_create_inferior_hook,
742 som_solib_desire_dynamic_linker_symbols): Update callers.
743 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
744
745 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
746
747 * remote-m32r-sdi.c : New file, interface to m32r on-chip
748 debug interface, SDI (Scalable Debug Interface).
749 * NEWS: Mention m32r SDI protocol was supported.
750 * Makefile.in (remote-m32r-sdi.o): Add build rule.
751 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
752
753 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
754
755 * ia64-linux-tdep.c: Include gdbcore.h.
756 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
757 (ia64_linux_sigcontext_register_addr): Find the address of the
758 sigcontext area stored in the sigframe instead of using
759 a magic offset constant.
760
761 2003-10-15 Andrew Cagney <cagney@redhat.com>
762
763 * remote.c (remote_search): Delete function.
764 * target.h (target_search): Delete disabled macro.
765 (struct target_ops): Delete disabled field "to_search".
766
767 2003-10-14 Kevin Buettner <kevinb@redhat.com>
768
769 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
770 instead of deprecated_inside_entry_file().
771
772 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
773
774 * sh-tdep.c: Fix copy/paste hangover in comment.
775 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
776 mode.
777 (sh3e_sh4_extract_return_value): Ditto.
778
779 2003-10-13 Richard Henderson <rth@redhat.com>
780
781 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
782 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
783 match c_val_print a bit closer.
784
785 2003-10-13 Kevin Buettner <kevinb@redhat.com>
786
787 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
788 (frv_gdbarch_adjust_breakpoint_address): New function.
789 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
790 method.
791
792 2003-10-13 Kevin Buettner <kevinb@redhat.com>
793
794 * breakpoint.h (struct breakpoint): Add new member
795 ``requested_address''.
796 * breakpoint.c (breakpoint_adjustment_warning)
797 (adjust_breakpoint_address): New static functions.
798 (print_it_typical): Issue warning if breakpoint's address is different
799 from its requested address.
800 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
801 (breakpoint_re_set_one): Set breakpoint's
802 ``requested_address'' field. Set ``address'' field to the
803 result of calling adjust_breakpoint_address() on the requested
804 address.
805
806 2003-10-13 Kevin Buettner <kevinb@redhat.com>
807
808 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
809 * gdbarch.h, gdbarch.c: Regenerate.
810
811 2003-10-11 Mark Kettenis <kettenis@gnu.org>
812
813 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
814 TDEP->sc_num_regs.
815
816 * i386fbsd-tdep.c: New file.
817 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
818 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
819 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
820 i386bsd-tdep.c.
821 (_initialize_i386fbsd_tdep): New function.
822 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
823 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
824 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
825 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
826 TDEP->sc_num_regs.
827 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
828 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
829 to initialize TDEP->sc_num_regs.
830 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
831 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
832 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
833 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
834 FreeBSD ELF OS/ABI's here.
835 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
836 (i386fbsd-tdep.o): New target.
837 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
838 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
839
840 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
841 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
842 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
843 in initialization of TDEP->sc_num_regs.
844
845 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
846 (x86_64_init_abi): Initialize regset_from_core_section if
847 appropriate.
848
849 * i386-tdep.c (i386_regset_from_core_section): New function.
850 (i386_gdbarch_init): Initialize regset_from_core_section if
851 appropriate.
852 * i386-tdep.h (i386_regset_from_core_section): New declaration.
853
854 * i386-tdep.h (struct regset): Declare opaque.
855
856 * gdbarch.sh (regset_from_core_section): New method.
857 (struct regset): Declare opaque.
858 * gdbarch.c, gdbarch.h: Regenerated.
859
860 2003-10-11 Alan Modra <amodra@bigpond.net.au>
861
862 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
863 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
864 Correct test for pc within section.
865
866 2003-10-11 Mark Kettenis <kettenis@gnu.org>
867
868 * gdbarch.sh: Remove trailing whitepsace from comments.
869
870 2003-10-08 Roland McGrath <roland@redhat.com>
871
872 * gcore.c (make_mem_sec): Function removed, folded into ...
873 (gcore_create_callback): ... here. To omit a section, clear its
874 SEC_LOAD bit rather than zeroing its size.
875 Omit read-only sections only if they correspond to a known disk file.
876 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
877
878 2003-10-10 Michael Snyder <msnyder@redhat.com>
879
880 * d10v-tdep.c: Fix typo in comment.
881
882 2003-10-10 Andrew Cagney <cagney@redhat.com>
883
884 * rs6000-tdep.c (e500_store_return_value): Delete function.
885 (e500_extract_return_value): Delete function.
886 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
887 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
888 "ppc_sysv_abi_restore_return_value" where applicable.
889 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
890 (ppc_sysv_abi_extract_return_value): Declare.
891 (ppc_sysv_abi_broken_store_return_value): Declare.
892 (ppc_sysv_abi_broken_extract_return_value): Declare.
893 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
894 * ppc-sysv-tdep.c (return_value_convention): Move definition to
895 start of file.
896 (do_ppc_sysv_return_value): New function.
897 (ppc_sysv_abi_extract_return_value): New function.
898 (ppc_sysv_abi_store_return_value): New function.
899 (ppc_sysv_abi_broken_extract_return_value): New function.
900 (ppc_sysv_abi_broken_store_return_value): New function.
901 (ppc_sysv_abi_use_struct_convention): Call
902 do_ppc_sysv_return_value.
903
904 2003-10-10 J. Brobecker <brobecker@gnat.com>
905
906 * blockframe.c (inside_main_func): No longer use symbol_lookup()
907 to lookup the main function symbol.
908
909 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
910
911 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
912 types correctly.
913 (sh_push_dummy_call_fpu): Fix argument passing rules.
914 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
915 float types.
916 (sh3e_sh4_store_return_value): Ditto.
917
918 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
919
920 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
921 comment.
922
923 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
924
925 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
926 more readable code. Accomodate passing of bitfields.
927
928 2003-10-10 Andrew Cagney <cagney@redhat.com>
929
930 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
931 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
932 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
933 * ppc-sysv-tdep.c: Include "gdb_assert.h".
934 (ppc64_sysv_abi_push_dummy_call): New function.
935 (ppc64_sysv_abi_broken_push_dummy_call): New function.
936 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
937 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
938
939 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
940
941 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
942 * README: Ditto.
943 * d10v-tdep.c: Ditto.
944 * h8300-tdep.c: Ditto.
945 * remote-e7000.c: Ditto.
946 * remote-hms.c: Ditto.
947 * ser-e7kpc.c: Ditto.
948 * sh-stub.c: Ditto.
949 * sh-tdep.c: Ditto.
950 * sh-tdep.h: Ditto.
951 * sh3-rom.c: Ditto.
952 * sh64-tdep.c: Ditto.
953 * top.c: Ditto.
954 * wince.c: Ditto.
955 * config/d10v/d10v.mt: Ditto.
956 * config/sh/embed.mt: Ditto.
957 * config/sh/linux.mt: Ditto.
958 * config/sh/tm-linux.h: Ditto.
959 * config/sh/tm-sh.h: Ditto.
960 * config/sh/wince.mt: Ditto.
961
962 2003-10-09 Andrew Cagney <cagney@redhat.com>
963
964 * ppc-tdep.h (struct type): Declare opaque.
965 * x86-64-tdep.h (struct regcache): Declare opaque.
966 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
967 coding style.
968
969 2003-10-09 Andrew Cagney <cagney@redhat.com>
970
971 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
972 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
973 (SOFTWARE_SINGLE_STEP_P): Ditto.
974 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
975 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
976 (SOFTWARE_SINGLE_STEP_P): Ditto.
977 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
978 software_single_step to rs6000_software_single_step.
979
980 2003-10-09 Andrew Cagney <cagney@redhat.com>
981
982 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
983
984 2003-10-09 Michael Snyder <msnyder@redhat.com>
985
986 * frame.h: Fix typo in comment.
987 * dummy-frame.c: Fix typo in comment.
988 * d10v-tdep.c: Random whitespace/comment tweaks.
989
990 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
991
992 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
993 (sh_push_dummy_code): Delete function, it's only used for dummy calls
994 on stack.
995
996 Based on input by Stephen Clarke (stephen.clarke@superh.com):
997 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
998 in detail.
999
1000 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1001
1002 * remote-mips.c (mips_initialize): Remove unneeded call to
1003 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
1004
1005 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1006
1007 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
1008 a memory pointer.
1009
1010 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
1011
1012 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
1013 for any lwp we resume.
1014 (running_callback): Add lwps that have pending status events
1015 against them to be considered running.
1016
1017 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
1018
1019 * m32r-tdep.c : Include "dis-asm.h".
1020 * Makefile.in (m32r-tdep.o): Update dependencies.
1021
1022 2003-10-06 J. Brobecker <brobecker@gnat.com>
1023
1024 * completer.h (get_gdb_completer_word_break_characters): Delete.
1025 * completer.c: include language.h.
1026 (gdb_completer_word_break_characters): Delete.
1027 (get_gdb_completer_word_break_characters): Delete.
1028 (location_completer): Use the word break characters of the current
1029 language.
1030 (complete_line): Likewise.
1031 (line_completion_function): Likewise.
1032 (skip_quoted_chars): Likewise.
1033 * Makefile.in (completer.o): Add dependency on language.h.
1034 * top.c (init_main): Set the readline word break characters
1035 to GDB's default word break characters.
1036
1037 2003-10-06 J. Brobecker <brobecker@gnat.com>
1038
1039 * language.h (language_defn): new field, la_word_break_characters.
1040 * language.c (unknown_language_defn): Set new field to
1041 default_word_break_characters.
1042 (auto_language_defn): Likewise.
1043 (local_language_defn): Likewise.
1044 * ada-lang.c (ada_language_defn): Likewise.
1045 * c-lang.c (c_language_defn): Likewise.
1046 (cplus_language_defn): Likewise.
1047 (asm_language_defn): Likewise.
1048 (minimal_language_defn): Likewise.
1049 * f-lang.c (f_language_defn): Likewise.
1050 * jv-lang.c (java_language_defn): Likewise.
1051 * m2-lang.c (m2_language_defn): Likewise.
1052 * objc-lang.c (objc_language_defn): Likewise.
1053 * p-lang.c (pascal_language_defn): Likewise.
1054 * scm-lang.c (scm_language_defn): Likewise.
1055
1056 2003-10-06 Andrew Cagney <cagney@redhat.com>
1057
1058 * ppc-sysv-tdep.c: Re-indent.
1059
1060 2003-10-06 J. Brobecker <brobecker@gnat.com>
1061
1062 * language.h (default_word_break_characters): Add prototype.
1063 * language.c (default_word_break_characters): New function.
1064
1065 2003-10-06 Andreas Schwab <schwab@suse.de>
1066
1067 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
1068 with %eax.
1069
1070 2003-10-06 Andrew Cagney <cagney@redhat.com>
1071
1072 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
1073 "h8500-tdep.c".
1074 (z8k-tdep.o): Delete custom build rule.
1075
1076 2003-10-06 Andrew Cagney <cagney@redhat.com>
1077
1078 * Makefile.in: Update all dependencies.
1079
1080 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
1081 No longer list PA as as obsolete candidate. List m32r as
1082 broken instead of obsolete.
1083
1084 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
1085 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
1086 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
1087 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
1088 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
1089 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
1090 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
1091 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1092 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
1093 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
1094 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
1095 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
1096 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
1097 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
1098 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
1099 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
1100 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
1101 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
1102 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
1103 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
1104 * config/z8k/z8k.mt: Ditto.
1105
1106 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
1107 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
1108 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
1109 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1110 sparclite were removed.
1111 * configure.host, configure.tgt: Remove corresponding tuples.
1112
1113 * breakpoint.c, breakpoint.h: Remove obsolete code.
1114 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1115 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1116 * stabsread.h, xcoffread.c: Ditto.
1117
1118 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1119 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1120 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1121 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1122
1123 2003-10-06 David Lecomber <dsl@sources.redhat.com>
1124
1125 * f-valprint.c: Reformatting
1126
1127 2003-10-06 Mark Kettenis <kettenis@gnu.org>
1128
1129 * x86-64-tdep.c: Remove duplicate comment.
1130
1131 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1132 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1133 names for return values. This fixes a bug since we looked at %rbx
1134 instead of %rdx.
1135
1136 2003-10-05 Mark Kettenis <kettenis@gnu.org>
1137
1138 * x86-64-tdep.c: Include "regset.h".
1139
1140 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1141 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1142 sizeof_fpregset.
1143 * i386-tdep.c: Include "regset.h".
1144 (i386_supply_gregset): New function.
1145 (i386_supply_fpregset): New function.
1146 (i386_gdbarch_init): Initialze register set-related members of
1147 TDEP.
1148 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1149 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1150
1151 2003-10-03 Andrew Cagney <cagney@redhat.com>
1152
1153 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1154 set extract_return_value, store_return_value and
1155 use_struct_convention to ppc64_sysv_abi_extract_return_value,
1156 ppc64_sysv_abi_store_return_value and
1157 ppc64_sysv_abi_use_struct_convention.
1158 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1159 (ppc64_sysv_abi_store_return_value): Declare.
1160 (ppc64_sysv_abi_use_struct_convention): Declare.
1161 * ppc-sysv-tdep.c (enum return_value_convention): Define.
1162 (ppc64_sysv_abi_extract_return_value): New function.
1163 (ppc64_sysv_abi_store_return_value): New function.
1164 (ppc64_sysv_abi_use_struct_convention): New function.
1165 (ppc64_sysv_abi_return_value): New function.
1166
1167 2003-10-03 Andrew Cagney <cagney@redhat.com>
1168
1169 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1170 convert a descriptor to a function when it's in the ".opd"
1171 section.
1172
1173 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1174
1175 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1176 reg_size to keep GCC silent.
1177
1178 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1179
1180 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1181 base for DW_EH_PE_textrel encodings.
1182 (read_encoded_value): Add a DW_EH_PE_textrel case.
1183 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1184 section.
1185
1186 2003-10-03 Mark Kettenis <kettenis@gnu.org>
1187
1188 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1189
1190 2003-10-02 Andrew Cagney <cagney@redhat.com>
1191
1192 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1193 REGISTER_RAW_SIZE.
1194 * gdbarch.h, gdbarch.c: Re-generate.
1195 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1196 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1197 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1198 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1199 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1200 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1201 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1202 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1203 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1204 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1205 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1206 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1207 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1208 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1209 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1210 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
1211
1212 2003-10-02 Jim Blandy <jimb@redhat.com>
1213
1214 * dwarf2read.c (struct die_info): Doc fix.
1215
1216 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1217
1218 * sh-tdep.c: Running thru gdb_indent.sh.
1219
1220 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1221
1222 * sh-tdep.c (sh_justify_value_in_reg): New function.
1223 (sh_stack_allocsize): Ditto.
1224 (flt_argreg_array): New array used for floating point argument
1225 passing.
1226 (sh_init_flt_argreg): New function.
1227 (sh_next_flt_argreg): Ditto.
1228 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1229 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1230 Fix argument passing strategy.
1231 (sh_push_dummy_call_nofpu): Ditto.
1232
1233 2003-10-01 Andrew Cagney <cagney@redhat.com>
1234
1235 * value.h (register_value_being_returned): Declare. Replace
1236 "value_being_returned".
1237 * infcall.c (call_function_by_hand): Use
1238 register_value_being_returned.
1239 * infcmd.c (print_return_value): Call
1240 "register_value_being_returned", handle struct return locally.
1241 * values.c (register_value_being_returned): New function. Replace
1242 "value_being_returned".
1243
1244 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
1245
1246 * linux-proc.c (linux_do_registers): New function.
1247 (linux_make_note_section): Use linux_do_registers in case of
1248 single threaded inferior programs.
1249
1250 2003-10-01 Andrew Cagney <cagney@redhat.com>
1251
1252 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1253 use STRUCT_ADDR. When not using "struct return convention", pass
1254 "0" to "value_being_returned". Add FIXMEs.
1255 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1256 value_being_returned. Add comments.
1257 * values.c (value_being_returned): Add fixme.
1258 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1259 (hppa_value_returned_from_stack): Add FIXME.
1260
1261 2003-09-30 David Carlton <carlton@kealia.com>
1262
1263 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1264 'has_children' and 'next' by 'child' and 'sibling'.
1265 (read_comp_unit): Rework algorithm, breaking body into
1266 read_die_and_children and read_die_and_siblings.
1267 (read_die_and_children, read_die_and_siblings): New.
1268 (read_full_die): Add 'has_children' argument; set it instead of
1269 the die's 'has_children' field. Minor formatting cleanup.
1270 (free_die_list): Use die->child and die->sibling instead of
1271 die->next.
1272 (dump_die_list): Ditto.
1273 (sibling_die): Use die->sibling.
1274 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1275 'has_children' and 'next' fields.
1276 (process_die, read_file_scope, read_func_scope)
1277 (read_lexical_block_scope, read_structure_scope)
1278 (read_enumeration, read_array_type, read_common_block)
1279 (read_namespace, read_subroutine_type, dump_die): Ditto.
1280
1281 2003-09-30 Andrew Cagney <cagney@redhat.com>
1282
1283 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1284 to 224, not 220.
1285
1286 2003-09-30 Andrew Cagney <cagney@redhat.com>
1287
1288 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1289 REGISTER_VIRTUAL_SIZE.
1290 * gdbarch.h, gdbarch.c: Regenerate.
1291 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1292 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1293 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1294
1295 2003-09-29 Andrew Cagney <cagney@redhat.com>
1296
1297 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1298 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1299 * gdbarch.h, gdbarch.c: Regenerate.
1300 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1301 * sh64-tdep.c, sparc-tdep.c: Update.
1302
1303 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1304 * remote-vxmips.c (vx_read_register): Ditto.
1305 * remote-vx68.c (vx_read_register): Ditto.
1306 * gnu-nat.c (inf_validate_procs): Ditto.
1307
1308 2003-09-29 J. Brobecker <brobecker@gnat.com>
1309
1310 * infcall.c (call_function_by_hand): Fix build failure
1311 introduced in the previous change to this file.
1312
1313 2003-09-29 Andrew Cagney <cagney@redhat.com>
1314
1315 * NEWS: Mention Objective-C.
1316
1317 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
1318
1319 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1320 test if the register has been saved on the stack.
1321 (arm_scan_prologue_cache): When analysing the instruction
1322 "str lr, [sp, #-4]", save the address where lr has been stored.
1323
1324 2003-09-28 Andrew Cagney <cagney@redhat.com>
1325
1326 * frame.c (frame_read_unsigned_register): Delete function.
1327 * frame.h (frame_read_unsigned_register): Delete declaration.
1328 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1329 get_frame_register_unsigned.
1330 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1331 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1332 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1333
1334 * frame.h (frame_read_register): Delete declaration.
1335 * frame.c (frame_read_register): Delete function.
1336 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1337 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1338 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1339 * mips-tdep.c (mips_register_to_value): Ditto.
1340 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1341 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1342
1343 * frame.c (frame_read_signed_register): Delete function.
1344 (frame_read_unsigned_register): Update comments.
1345 * frame.h (frame_read_signed_register): Delete declaration.
1346 * h8300-tdep.c (h8300_print_register): Use
1347 get_frame_register_signed.
1348 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1349
1350 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1351 Rename VALUE_RETURNED_FROM_STACK.
1352 * infcmd.c (print_return_value): Update.
1353 * infcall.c (call_function_by_hand): Update.
1354
1355 2003-09-28 Mark Kettenis <kettenis@gnu.org>
1356
1357 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1358 regcache argument and reverse the order of the other two
1359 arguments. Remove local regcache variable. Determine
1360 architecture from REGCACHE. Update comments.
1361 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1362 reverse the order of the other two arguments. Remove local
1363 regcache variable. Determine architecture from REGCACHE. Update
1364 comments.
1365 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1366 prototypes. Update comments.
1367 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1368 comment.
1369 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1370 Update.
1371 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1372 * i386-interix-nat.c (supply_fpregset): Update.
1373 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1374 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1375 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1376 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1377 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1378 Update.
1379 * i386obsd-tdep.c (fetch_core_registers): Update.
1380 * i386v4-nat.c (supply_fpregset): Update.
1381 * x86-64-linux-nat.c (supply_fpregset): Update.
1382 * x86-64-linux-tdep.c (fetch_core_registers): Update.
1383
1384 2003-09-27 Mark Kettenis <kettenis@gnu.org>
1385
1386 * i386-tdep.h: Put opaque declarations in alphabetical
1387 order. Remove spurious whitespace.
1388 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1389 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1390 * i386-tdep.c (MM0_REGNUM): Remove define.
1391 (i386_mmx_regnum_p): Add gdbarch argument.
1392 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1393 Rewrite using new macro definitions for FPU/SSE registers.
1394 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1395 definitions from i387-tdep.h.
1396 (i386_register_name): Update.
1397 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1398 new macro definitions for FPU/SSE registers.
1399 (i386_extract_return_value): Determine whether floating-point
1400 registers are present by examining REGCACHE's architecture.
1401 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1402 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1403 FPU/SSE registers.
1404 (i386_register_type): Update.
1405 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1406 definitions for FPU registers. Use REGCACHE's architecture to
1407 determine the appropriate register numbers.
1408 (i386_pseudo_register_read, i386_pseudo_register_write,
1409 i386_register_reggroup_p): Update.
1410 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1411 TDEP->mm0_regnum.
1412 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1413 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1414 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1415 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1416 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1417 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1418 *' to `void *'.
1419 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1420 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1421 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1422 definitions for FPU/SSE registers.
1423 (FXSAVE_MXCSR_ADDR): New define.
1424 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1425 TDEP->mm0_regnum.
1426 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1427 (I387_ST0_REGNUM): Define.
1428
1429 * regcache.h (get_regcache_arch): New prototype.
1430 * regcache.c (get_regcache_arch): New function.
1431
1432 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1433 whitespace.
1434
1435 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1436 Initialize using ARRAY_SIZE.
1437
1438 2003-09-27 Andrew Cagney <cagney@redhat.com>
1439
1440 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1441 "init_frame_pc_default".
1442 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1443 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1444 * vax-tdep.c (vax_gdbarch_init): Update.
1445 * v850-tdep.c (v850_gdbarch_init): Update.
1446 * sh64-tdep.c (sh64_gdbarch_init): Update.
1447 * s390-tdep.c (s390_gdbarch_init): Update.
1448 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1449 * mcore-tdep.c (mcore_gdbarch_init): Update.
1450 * h8300-tdep.c (h8300_gdbarch_init): Update.
1451 * cris-tdep.c (cris_gdbarch_init): Update.
1452 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1453
1454 2003-09-26 Mark Kettenis <kettenis@gnu.org>
1455
1456 * regset.h: New file.
1457 * Makefile.in (regset_h): Add.
1458
1459 2003-09-25 Andrew Cagney <cagney@redhat.com>
1460
1461 * frame.h (deprecated_frame_saved_regs): Rename
1462 get_frame_saved_regs.
1463 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1464 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1465 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1466 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1467 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1468
1469 2003-09-25 Andrew Cagney <cagney@redhat.com>
1470
1471 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1472 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1473 and Java.
1474 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1475 arm*-*-* do not use the new frame code.
1476
1477 2003-09-25 David Carlton <carlton@kealia.com>
1478
1479 * c-exp.y: Remove 'register' declarations.
1480 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1481
1482 2003-09-25 David Carlton <carlton@kealia.com>
1483
1484 * c-exp.y: Include cp-support.h. Add qualified_type.
1485 (yylex): Delete nested type hack; add comments.
1486 * cp-namespace.c (cp_lookup_nested_type): New function.
1487 * cp-support.h: Declare cp_lookup_nested_type.
1488 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1489 instead of value_struct_elt_for_reference.
1490 * valops.c: Include cp-support.h.
1491 (value_aggregate_elt): New function.
1492 (value_namespace_elt): Ditto.
1493 (value_struct_elt_for_reference): Make static.
1494 * value.h: Delete declaration of value_struct_elt_for_reference;
1495 add declaration for value_aggregate_elt.
1496 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1497 (valops.o): Ditto.
1498
1499 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
1500
1501 * stack.c: Include "reggroups.h".
1502 (frame_info): Only display registers in all_reggroup.
1503 * Makefile.in (stack.o): Update dependencies.
1504
1505 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1506
1507 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1508 "add ip, sp #n" in the prologue.
1509 (arm_scan_prologue): Ditto.
1510
1511 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1512
1513 * MAINTAINERS (write after approval): Add myself.
1514
1515 2003-09-25 Andreas Schwab <schwab@suse.de>
1516
1517 * m68k-tdep.c: Include "dwarf2-frame.h".
1518 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1519 * Makefile.in (m68k-tdep.o): Update dependencies.
1520
1521 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
1522
1523 * sh-tdep.c (struct frame_extra_info): Remove.
1524 (struct sh_frame_cache): New structure.
1525 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1526 (GET_TARGET_REG): Ditto but target register.
1527 (GET_PUSHED_REG): Remove.
1528 (IS_MOV_ARG_TO_REG): New macro.
1529 (IS_MOV_ARG_TO_IND_R14): New macro.
1530 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1531 (IS_MOVW_PCREL_TO_REG): New macro.
1532 (IS_MOVL_PCREL_TO_REG): New macro.
1533 (IS_SUB_REG_FROM_SP): New macro.
1534 (IS_ARG_MOV): Remove.
1535 (IS_MOV_TO_R14): Remove.
1536 (IS_RESTORE_FP): New macro.
1537 (IS_RTS): New macro.
1538 (IS_LDS): New macro.
1539 (IS_MOV_FP_SP): New macro.
1540 (IS_ADD_REG_TO_FP): New macro.
1541 (IS_ADD_IMM_FP): New macro.
1542 (sh_skip_prologue_hard_way): Remove.
1543 (sh_saved_pc_after_call): Remove.
1544 (sh_frame_chain): Remove.
1545 (sh_find_callers_reg): Remove.
1546 (sh_nofp_frame_init_saved_regs): Remove.
1547 (sh_fp_frame_init_saved_regs): Remove.
1548 (sh_init_extra_frame_info): Remove.
1549 (sh_analyze_prologue): New function.
1550 (sh_skip_prologue): Remove deprecated code. Rely on new function
1551 sh_analyze_prologue when after_prologue fails.
1552 (sh_frame_saved_pc): Remove.
1553 (sh_alloc_frame_cache): New function.
1554 (sh_frame_cache): Ditto.
1555 (sh_frame_prev_register): Ditto.
1556 (sh_frame_this_id): Ditto.
1557 (sh_frame_unwind): New structure defining the heuristic frame
1558 sniffer interface.
1559 (sh_frame_sniffer): New function.
1560 (sh_unwind_sp): Ditto.
1561 (sh_unwind_pc): Ditto.
1562 (sh_unwind_dummy_id): Ditto.
1563 (sh_frame_base_address): Ditto.
1564 (sh_frame_base): New structure defining new frame base code.
1565 (sh_in_function_epilogue_p): New function.
1566 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1567 code and to call all new code instead. Initialize dwarf2 and
1568 heuristic frame sniffer.
1569
1570 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1571
1572 * parser-defs.h (struct exp_descriptor): New definition, containing
1573 language-specific info for printing, prefixifying, dumping, and
1574 evaluating expressions.
1575 (exp_descriptor_standard): Declare new variable.
1576 (print_subexp): Make global and declare here (from expprint.c).
1577 (dump_subexp): Ditto.
1578 (dump_subexp_body_standard): Declare.
1579 (operator_length_standard): Declare.
1580 (op_name_standard): Declare.
1581 (print_subexp): Declare.
1582 (print_subexp_standard): Declare.
1583
1584 * language.h (struct language_defn): Add la_exp_desc field to hold
1585 pointer to table for language-specific operators.
1586 Remove evaluate_exp field, which is now in struct exp_descriptor.
1587
1588 * parse.c (operator_length): Move most code to new
1589 operator_length_standard function. Use language-specific information.
1590 (operator_length_standard): New function taking most code from
1591 operator_length.
1592 (exp_descriptor_standard): New constant.
1593
1594 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
1595 and OP_EXTENDED_LAST.
1596
1597 * expprint.c (print_subexp): Use language-specific print_subexp.
1598 Make global; remove static declaration.
1599 Move most code to print_subexp_standard.
1600 (print_subexp_standard): New function, containing code formerly in
1601 print_subexp.
1602 (op_name): Add expression to argument signature.
1603 Use langauge-specific op_name.
1604 Move most code to op_name_standard.
1605 (op_name_standard): New function, containing code formerly in op_name.
1606 (dump_subexp): Use new version of op_name function.
1607 Use language-specific dump_subexp_body, and move most existing code to
1608 dump_subexp_body_standard.
1609 (dump_raw_expression): Use new op_name interface.
1610 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1611 (dump_subexp_body_standard): New function, containing code formerly
1612 in dump_subexp_body.
1613
1614 * language.c (unknown_language): Add default la_exp_desc field and
1615 remove evaluate_exp field.
1616 (auto_language): Ditto.
1617 (local_language): Ditto.
1618 * f-lang.c (f_language_defn): Ditto.
1619 * c-lang.c (c_language_defn): Ditto.
1620 (cplus_language_defn): Ditto.
1621 (asm_language_defn): Ditto.
1622 (minimal_language_defn): Ditto.
1623 * p-lang.c (pascal_language_defn): Ditto.
1624 * m2-lang.c (m2_language_defn): Ditto.
1625 * objc-lang.c (objc_language_defn): Ditto.
1626
1627 * jv-lang.c (exp_descriptor_java): New variable, containing
1628 Java-specific expression evaluator.
1629 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1630 field.
1631 * scm-lang.c (exp_descriptor_scm): New variable, containing
1632 Scheme-specific expression evaluator.
1633 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1634 field.
1635 * objc-lang.c (print_object_command): Take evaluate_exp from the
1636 la_exp_desc field.
1637
1638 * Makefile.in (eval.o): Add dependency on parser-defs.h.
1639
1640 * eval.c: Include parser-defs.h for the full declaration of
1641 la_exp_desc's type.
1642 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
1643
1644 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1645
1646 * parser-defs.h (operator_length): Declare.
1647
1648 * parse.c (length_of_subexp): Use operator_length to get operator
1649 lengths and arities for operators.
1650 Move most code to new operator_length function.
1651 (operator_length): New function absorbing most code from
1652 length_of_subexp.
1653 (prefixify_subexp): Remove large case and use operator_length instead.
1654 (parse_exp_1): Use renamings:
1655 dump_prefix_expression => dump_raw_expression and
1656 dump_postfix_expression => dump_prefix_expression.
1657
1658 * expression.h (dump_prefix_expression): Rename to ...
1659 (dump_raw_expression): New name.
1660 (dump_postfix_expression): Rename to ...
1661 (dump_prefix_expression): New name.
1662
1663 * expprint.c (dump_subexp): Make global. Add comment.
1664 Move most existing code to dump_subexp_body.
1665 (dump_subexp_body): New function.
1666 (dump_prefix_expression): Rename to dump_raw_expression.
1667 Remove attempt to print the expression via print_expression: it can't
1668 work before the expression is prefixified.
1669 (dump_raw_expression): Renamed from dump_prefix_expression.
1670 (dump_postfix_expression): Rename to dump_prefix_expression, since
1671 that's what it does.
1672 Remove 'note' parameter, since this routine must be used on
1673 prefixified expression.
1674 (dump_prefix_expression): Renamed from dump_postfix_expression.
1675
1676 2003-09-22 Jim Blandy <jimb@redhat.com>
1677
1678 * dwarf2read.c (read_array_type): When building the type for an
1679 array of unspecified length, make sure to choose the upper bound
1680 so that the array's total length comes out to be zero --- that's
1681 how we represent such arrays.
1682
1683 2003-09-22 Michael Chastain <mec@shout.net>
1684
1685 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1686
1687 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
1688
1689 * top.c (quit_force): Fix indirect call to quit_target so
1690 a struct qt_args pointer is passed.
1691
1692 2003-09-22 Andrew Cagney <cagney@redhat.com>
1693
1694 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1695 * arch-utils.c (init_frame_pc_noop): Delete function.
1696 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1697 "init_frame_pc".
1698 * mips-tdep.c (mips_gdbarch_init): Ditto.
1699 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1700 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1701 declaration.
1702 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1703 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1704 declaration.
1705 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1706
1707 2003-09-22 Anthony Green <green@redhat.com>
1708
1709 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1710 declaration.
1711
1712 2003-09-20 Andrew Cagney <cagney@redhat.com>
1713
1714 * breakpoint.c: Eliminate ARGSUSED.
1715 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1716 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1717 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1718 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1719 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1720 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1721 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1722 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1723 * wince.c, remote-vx.c: Ditto.
1724
1725 * cli/cli-script.c: Remove "register" attributes.
1726 * config/pa/tm-hppa.h: Ditto.
1727 * cli/cli-decode.c: Ditto.
1728 * cli/cli-cmds.c: Ditto.
1729
1730 2003-09-19 Andrew Cagney <cagney@redhat.com>
1731
1732 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1733 DEPRECATED_NPC_REGNUM.
1734 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1735
1736 2003-09-19 Christopher Faylor <cgf@redhat.com>
1737
1738 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1739
1740 2003-09-19 Jim Blandy <jimb@redhat.com>
1741
1742 * macrotab.c (macro_include): Use the correct comparison to find
1743 the appropriate place for this inclusion in the list.
1744
1745 2003-09-19 Andrew Cagney <cagney@redhat.com>
1746
1747 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1748 (DEPRECATED_HPUX_TEXT_END): Define.
1749 (deprecated_hpux_text_end): Declare.
1750 (struct target_ops): Declare opaque.
1751 * hppah-nat.c (text_end): Make static.
1752 (deprecated_hpux_text_end): New function.
1753 * exec.c (text_end): Delete global variable.
1754 (NEED_TEXT_START_END): Do not define.
1755 (exec_file_attach): Replace code computing "text_end" code with
1756 call to DEPRECATED_HPUX_TEXT_END.
1757
1758 2003-09-19 Andrew Cagney <cagney@redhat.com>
1759
1760 * utils.c (align_up, align_down): New functions.
1761 * defs.h (align_up, align_down): Declare.
1762 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1763 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1764 and "align_down".
1765 (round_up, round_down): Delete functions.
1766 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1767 "align_down".
1768 (ROUND_DOWN, ROUND_UP): Delete macros.
1769 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1770 * h8300-tdep.c: Replace "round_up" and "round_down" with
1771 "align_up" and "align_down".
1772 (round_up, round_down): Delete macros.
1773 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1774 "align_down".
1775 (ROUND_UP, ROUND_DOWN): Delete macros.
1776
1777 2003-09-18 J. Brobecker <brobecker@gnat.com>
1778
1779 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1780 hard-coded constant. Use the proper machine name instead.
1781
1782 2003-09-17 Andrew Cagney <cagney@redhat.com>
1783
1784 * sparc-tdep.c (legacy_register_name): Delete function.
1785 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1786 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1787 * infcmd.c (gdb_register_name): Delete variable.
1788 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1789 REGISTER_NAME and "tm.h".
1790 * gdbarch.h, gdbarch.c: Regenerate.
1791 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1792 REGISTER_NAMES in comments.
1793 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1794 * m68klinux-nat.c (regmap): Ditto.
1795
1796 2003-09-17 Jim Blandy <jimb@redhat.com>
1797
1798 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1799
1800 2003-09-17 Andrew Cagney <cagney@redhat.com>
1801
1802 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1803 (ppcnbsd_init_abi): Set "use_struct_convention" to
1804 "ppcnbsd_use_struct_convention".
1805
1806 2003-09-17 Mark Kettenis <kettenis@gnu.org>
1807
1808 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1809 * gdbarch.h, gdbarch.c: Regenerate.
1810 (stabs_argument_has_addr): New architecture method.
1811 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1812 * arch-utils.c: Include "buildsym.h".
1813 (default_stabs_argument_has_addr): New function.
1814 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1815 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1816
1817 2003-09-17 Andrew Cagney <cagney@redhat.com>
1818
1819 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1820 * gdbarch.h, gdbarch.c: Regenerate.
1821 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1822 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1823 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1824 * sparcnbsd-tdep.c: Update.
1825
1826 2003-09-17 Andrew Cagney <cagney@redhat.com>
1827
1828 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1829 * gdbarch.h, gdbarch.c: Regenerate.
1830 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1831 * d10v-tdep.c, frame.c: Update.
1832 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1833 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1834 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1835 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1836 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1837 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1838 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1839 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1840 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1841 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1842 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1843 * config/pa/nm-hppah.h: Update.
1844
1845 2003-09-16 Andrew Cagney <cagney@redhat.com>
1846
1847 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1848 "use_struct_convention" to "ppc_linux_use_struct_convention".
1849 (ppc_linux_use_struct_convention): New function.
1850 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1851 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1852 "rs6000_use_struct_convention".
1853 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1854 declaration.
1855 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1856 Delete function.
1857
1858 2003-09-16 Andrew Cagney <cagney@redhat.com>
1859
1860 * buildsym.c: Remove more occurances of "register".
1861 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1862 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1863 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1864 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1865 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1866 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1867 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1868 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1869
1870 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1871
1872 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1873 numbers to enumeration values.
1874 * sh-tdep.c: Accomodate above change.
1875 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1876 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1877 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1878 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1879 (IS_FPUSH): Rename from IS_FMOV.
1880 (sh_extract_struct_value_address): Remove useless comment.
1881 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1882 instead of own local values.
1883 (sh_dump_tdep): Remove.
1884 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1885 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1886
1887 2003-09-15 Andrew Cagney <cagney@redhat.com>
1888
1889 * doublest.c (convert_floatformat_to_doublest): No longer need to
1890 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1891
1892 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1893
1894 * values.c (unpack_double): Call floatformat_is_valid.
1895
1896 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1897
1898 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1899 ps_strings into a long.
1900
1901 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1902 _initialize_am64fbsd_nat.
1903
1904 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1905
1906 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1907 associated with DW_AT_ranges attribute is out of bounds.
1908
1909 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1910
1911 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1912
1913 2003-09-14 Michael Chastain <mec@shout.net>
1914
1915 * config/m68k/nm-apollo68v.h: Delete.
1916 * config/m68k/xm-apollo68v.h: Delete.
1917
1918 2003-09-14 Andrew Cagney <cagney@redhat.com>
1919
1920 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1921 * dcache.c: Update copyrights and descriptions.
1922 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1923
1924 2003-09-14 Andrew Cagney <cagney@redhat.com>
1925
1926 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1927 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1928
1929 2003-09-14 Andrew Cagney <cagney@redhat.com>
1930
1931 * alpha-nat.c: Remove some occurances of "register".
1932 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1933 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1934 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1935 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1936 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1937 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1938 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1939 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1940 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1941 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1942 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1943 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1944 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1945 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1946 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1947 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1948 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1949 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1950 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1951 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1952 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1953 * values.c, vax-tdep.c, xcoffread.c: Ditto.
1954
1955 2003-09-13 Andrew Cagney <cagney@redhat.com>
1956
1957 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1958 * ppc-tdep.h (struct regcache): Declare opaque.
1959 * objfiles.h (struct objfile_data): Declare opaque.
1960 * cp-support.h (struct objfile): Declare opaque.
1961 * linux-nat.h (target_waitstatus): Declare opaque.
1962
1963 2003-09-14 Mark Kettenis <kettenis@gnu.org>
1964
1965 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1966 (stabs_argument_has_addr): New architecture method.
1967 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1968 * arch-utils.c: Include "buildsym.h".
1969 (default_stabs_argument_has_addr): New function.
1970 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1971 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1972
1973 * cris-tdep.c (cris_gdbarch_init): Set
1974 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1975 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1976 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1977 * mips-tdep.c (mips_gdbarch_init): Likewise.
1978 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1979 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1980
1981 2003-09-13 Andrew Cagney <cagney@redhat.com>
1982
1983 * values.c (using_struct_return): Delete "function" and "funcaddr"
1984 parameters.
1985 * value.h (using_struct_return): Update declaration.
1986 * infcmd.c (finish_command_continuation): Update.
1987 (finish_command): Update.
1988 * infcall.c (call_function_by_hand): Update.
1989 * eval.c (evaluate_subexp_standard): Update.
1990
1991 2003-09-13 Christopher Faylor <cgf@redhat.com>
1992
1993 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1994 SSE registers since gdb will not operate correctly without this.
1995 Restore include file ordering munged in previous change.
1996 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1997
1998 2003-09-13 Mark Kettenis <kettenis@gnu.org>
1999
2000 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
2001 REG_STRUCT_HAS_ADDR.
2002 * gdbarch.c, gdbarch.h: Updated.
2003 * infcall.c (call_function_by_hand): Update.
2004 * stabsread.c (define_symbol): Updated.
2005
2006 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
2007
2008 2003-09-12 Christopher Faylor <cgf@redhat.com>
2009
2010 * win32-nat.c: Reorganize so that defines used by target headers are
2011 actually defined by the system headers.
2012 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
2013 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
2014
2015 2003-09-12 Jim Blandy <jimb@redhat.com>
2016
2017 * dbxread.c (read_dbx_symtab): Don't report an internal error if
2018 the file has no .data, .bss, or .rodata sections. Instead wait
2019 until we see a variable alleged to live in one of those sections.
2020
2021 * dbxread.c (read_dbx_symtab): If we have no .data section and no
2022 .bss section, presume that any variables we find live in the
2023 .rodata section.
2024
2025 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
2026 offsets for global and static variables.
2027
2028 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
2029 symbol types are, by definition, in the .data section, so it is
2030 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
2031 If there is no .data section, there should be no N_DATA or N_DATA
2032 | N_EXT symbols.
2033
2034 2003-09-12 Mark Kettenis <kettenis@gnu.org>
2035
2036 * amd64fbsd-tdep.c: Fix sigtramp recognition.
2037 (amd64fbsd_sigcontext_addr): Rewrite.
2038 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
2039 with correct values.
2040 (amd64fbsd_sc_reg_offset): Initialize with correct values.
2041 (amd64fbsd_init_abi): Fix typo.
2042
2043 2003-09-12 Andrew Cagney <cagney@redhat.com>
2044
2045 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
2046 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
2047
2048 2003-09-12 Andrew Cagney <cagney@redhat.com>
2049
2050 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
2051 "entry_file_highpc". Update comments.
2052 * defs.h (deprecated_inside_entry_file): Rename
2053 "inside_entry_file".
2054 * blockframe.c (deprecated_inside_entry_file): Rename
2055 "inside_entry_file".
2056 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
2057 * vax-tdep.c (vax_frame_chain): Update.
2058 * sh64-tdep.c (sh64_frame_chain): Update.
2059 * sh-tdep.c (sh_frame_chain): Update.
2060 * rs6000-tdep.c (rs6000_frame_chain): Update.
2061 * ns32k-tdep.c (ns32k_frame_chain): Update.
2062 * mips-tdep.c (mips_frame_chain): Update.
2063 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
2064 * m32r-tdep.c (m32r_frame_this_id): Update.
2065 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
2066 * frv-tdep.c (frv_frame_this_id): Update.
2067 * d10v-tdep.c (d10v_frame_this_id): Update.
2068 * cris-tdep.c (cris_frame_chain): Update.
2069 * blockframe.c (legacy_frame_chain_valid): Update.
2070 * avr-tdep.c (avr_frame_this_id): Update.
2071 * arm-tdep.c (arm_prologue_this_id): Update.
2072 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
2073 * objfiles.c (objfile_relocate): Update.
2074 * mipsread.c (mipscoff_symfile_read): Update.
2075 (mipscoff_symfile_read): Update.
2076 * mdebugread.c (parse_partial_symbols): Update.
2077 * dwarfread.c (read_file_scope): Update.
2078 * dwarf2read.c (read_file_scope): Update.
2079 * dbxread.c (read_dbx_symtab): Update.
2080 (read_dbx_symtab): Update.
2081 * coffread.c (complete_symtab): Update.
2082
2083 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
2084
2085 * top.c (quit_target): New static helper function.
2086 (quit_force): Moved code to quit_target(). Call quit_target()
2087 via catch_errors() to catch errors during quit.
2088
2089 2003-09-11 David Carlton <carlton@kealia.com>
2090
2091 * buildsym.c (finish_block): Use allocate_block to allocate the
2092 block.
2093 * mdebugread.c (new_block): Add FIXME.
2094
2095 2003-09-11 David Carlton <carlton@kealia.com>
2096
2097 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
2098 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
2099 (recursive_dump_type): Ditto.
2100 * printcmd.c (print_formatted): Ditto.
2101 * typeprint.c (print_type_scalar): Ditto.
2102 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
2103 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
2104 * cp-support.h: Declare cp_check_possible_namespace_symbols,
2105 maint_cplus_cmd_list.
2106 * cp-support.c: Make maint_cplus_cmd_list extern.
2107 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
2108 command.h.
2109 (lookup_symbol_file): Look in possible namespace blocks when
2110 appropriate.
2111 (initialize_namespace_symtab): New.
2112 (get_possible_namespace_block, free_namespace_block)
2113 (check_possible_namespace_symbols)
2114 (check_possible_namespace_symbols_loop)
2115 (check_one_possible_namespace_symbol)
2116 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2117 (_initialize_cp_namespace): Ditto.
2118 * block.h: Declare allocate_block.
2119 * block.c (allocate_block): New.
2120 * jv-lang.c (get_java_class_symtab): Allocate blocks via
2121 allocate_block.
2122 * symfile.h: Update declaration of add_psymbol_to_list.
2123 * symfile.c (add_psymbol_to_list): Return the partial symbol in
2124 question.
2125 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2126 scan_partial_symbols_call.
2127 (scan_partial_symbols): Add NAMESPACE argument; update calls to
2128 helper functions.
2129 (add_partial_symbol): If necessary, scan mangled names for names
2130 of namespaces.
2131 (add_partial_namespace): Add NAMESPACE argument; generate partial
2132 symbols associated to namespaces.
2133 (add_partial_enumeration): Add NAMESPACE argument.
2134 (new_symbol): Allow namespace syms.
2135 (read_namespace): Generate namespace syms.
2136 * objfiles.h: Add opaque declaration of struct symtab.
2137 (struct objfile): Add cp_namespace_symtab member.
2138 * objfiles.c (allocate_objfile): Set
2139 objfile->cp_namespace_symtab.
2140 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2141 dictionary_h, command_h.
2142
2143 2003-09-11 Andrew Cagney <cagney@redhat.com>
2144
2145 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2146 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2147 near the function's end.
2148 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2149 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2150 regcache_raw_write_signed to set SP_REGNUM.
2151
2152 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
2153
2154 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2155 orig_addrs is set up properly.
2156
2157 2003-09-11 Andrew Cagney <cagney@redhat.com>
2158
2159 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2160 * gdbarch.h, gdbarch.c: Re-generate.
2161 * infcall.c (call_function_by_hand): Update.
2162 * hppa-tdep.c (hppa_push_arguments): Update.
2163 * ada-lang.c (place_on_stack): Update.
2164 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2165 * sparc-tdep.c (sparc_gdbarch_init): Update.
2166 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2167 * hppa-tdep.c (hppa_gdbarch_init): Update.
2168 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2169 stack_align.
2170
2171 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
2172
2173 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2174 register do need a frame.
2175
2176 2003-09-11 Andrew Cagney <cagney@redhat.com>
2177
2178 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2179 buildable since GDB 5.0.
2180 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2181 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2182 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2183 * irix4-nat.c: Delete file.
2184 * config/mips/irix4.mh: Delete file.
2185 * config/mips/irix3.mh: Delete file.
2186 * config/mips/irix3.mt: Delete file.
2187 * config/mips/tm-irix3.h: Delete file.
2188 * config/mips/nm-irix3.h: Delete file.
2189 * config/mips/xm-irix3.h: Delete file.
2190 * config/mips/nm-irix4.h: Delete file.
2191 * config/mips/xm-irix4.h: Delete file.
2192 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2193
2194 2003-09-10 J. Brobecker <brobecker@gnat.com>
2195
2196 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2197 * Makefile.in (hppa-tdep.o): Update dependencies.
2198
2199 2003-09-10 James E Wilson <wilson@specifixinc.com>
2200
2201 * MAINTAINERS: Change my e-mail address. Move to paper trail
2202 section.
2203
2204 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2205
2206 * MAINTAINERS (frv): New ISA entry.
2207
2208 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2209
2210 * frv-tdep.c (dis-asm.h): Include.
2211 * Makefile.in (frv-tdep.o): Update dependencies.
2212
2213 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2214
2215 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2216 Fix typo for high range of floating registers.
2217
2218 2003-09-09 David Carlton <carlton@kealia.com>
2219
2220 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2221 highpc initialization here out of scan_partial_symbols.
2222 (scan_partial_symbols): Restructure into a recursive version,
2223 calling add_partial_namespace and add_partial_enumeration when
2224 appropriate.
2225 (add_partial_namespace): New.
2226 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2227
2228 2003-09-09 Andrew Cagney <cagney@redhat.com>
2229
2230 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2231 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2232 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2233 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2234
2235 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2236 (rs6000_push_dummy_call): Set the "TOC" register.
2237
2238 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2239 methods "max_register_raw_size", "max_register_virtual_size" or
2240 "register_virtual_size".
2241
2242 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2243
2244 * MAINTAINERS: Update my e-mail address.
2245
2246 2003-09-09 Andrew Cagney <cagney@redhat.com>
2247
2248 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2249 (rs6000_push_dummy_call): Store the struct return address.
2250 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2251
2252 2003-09-09 Andrew Cagney <cagney@redhat.com>
2253
2254 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2255 "ppc_sysv_abi_push_arguments".
2256 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2257 "ppc_sysv_abi_push_arguments".
2258 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2259 instead of "push_arguments".
2260 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2261
2262 2003-09-09 Andrew Cagney <cagney@redhat.com>
2263
2264 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2265 instead of CALL_DUMMY_ADDRESS.
2266
2267 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2268
2269 * p-lang.c: Eliminate "register".
2270 * c-lang.c: Ditto.
2271 * expprint.c: Ditto.
2272 * f-lang.c: Ditto.
2273 * jv-lang.c: Ditto.
2274 * language.c: Ditto.
2275 * m2-lang.c: Ditto.
2276 * parse.c: Ditto.
2277 * scm-lang.c: Ditto.
2278 * objc-lang.c: Ditto.
2279
2280 2003-09-09 Nick Clifton <nickc@redhat.com>
2281
2282 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2283
2284 2003-09-04 Andrew Cagney <cagney@redhat.com>
2285
2286 * avr-tdep.c: Include "dis-asm.h".
2287 * cris-tdep.c: Include "dis-asm.h".
2288 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2289 instead of corresponding typedef.
2290 * h8300-tdep.c: Include "dis-asm.h".
2291 * ia64-tdep.c: Include "dis-asm.h".
2292 * i386-tdep.c: Include "dis-asm.h".
2293 (i386_print_insn): Use "struct disassemble_info" instead of
2294 corresponding typedef.
2295 * m68k-tdep.c: Include "dis-asm.h".
2296 * mcore-tdep.c: Include "dis-asm.h".
2297 * mips-tdep.c: Include "dis-asm.h".
2298 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2299 instead of corresponding typedef.
2300 * ns32k-tdep.c: Include "dis-asm.h".
2301 * s390-tdep.c: Include "dis-asm.h".
2302 * sparc-tdep.c: Include "dis-asm.h".
2303 * vax-tdep.c: Include "dis-asm.h".
2304 * v850-tdep.c: Include "dis-asm.h".
2305 * mn10300-tdep.c: Include "dis-asm.h".
2306 * rs6000-tdep.c: Include "dis-asm.h".
2307 * xstormy16-tdep.c: Include "dis-asm.h".
2308 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2309 print_insn_xstormy16.
2310 * Makefile.in (v850-tdep.o): Update dependencies.
2311 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2312 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2313 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2314 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2315 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2316 (gdbarch_h): Remove $(dis_asm_h).
2317 * disasm.c: Include "dis-asm.h".
2318 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2319 corresponding typedef.
2320 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2321 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2322 * gdbarch.sh: Do not include "dis-asm.h".
2323 (struct disassemble_info): Declare opaque.
2324 (TARGET_PRINT_INSN): Update declaration.
2325 * gdbarch.h, gdbarch.c: Re-generate.
2326
2327 2003-09-08 Andrew Cagney <cagney@redhat.com>
2328
2329 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2330 CALL_DUMMY_ADDRESS, change to a predicate.
2331 * gdbarch.h, gdbarch.c: Re-generate.
2332 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2333 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2334 * infcall.c (call_function_by_hand): Ditto.
2335 * sparc-tdep.c (sparc_push_return_address): Ditto.
2336 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2337 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2338 CALL_DUMMY_ADDRESS with entry_point_address.
2339 * v850-tdep.c (v850_push_return_address): Ditto.
2340 * s390-tdep.c (s390_push_return_address): Ditto.
2341 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2342 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2343 * mcore-tdep.c (mcore_push_return_address): Ditto.
2344 * cris-tdep.c (cris_push_return_address): Ditto.
2345 * arm-tdep.c (arm_push_return_address): Ditto.
2346
2347 2003-09-08 Andrew Cagney <cagney@redhat.com>
2348
2349 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2350 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2351 and REG_UNMODIFIED to REG_SAME_VALUE.
2352 (execute_cfa_program): Update.
2353 (dwarf2_frame_cache): Update. Initialize table to
2354 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2355 location.
2356 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2357
2358 2003-09-08 Andrew Cagney <cagney@redhat.com>
2359
2360 * gnu-nat.c: Remove "inline" function attribute.
2361 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2362
2363 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2364
2365 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2366 target.
2367
2368 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2369
2370 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2371 (frame_extra_info): Rename this struct to frv_unwind_cache.
2372 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2373 Add fields ``prev_sp'' and ``base''.
2374 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2375 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2376 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2377 Delete.
2378 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2379 Revise all callers. Fill in the unwind cache argument and make
2380 other adjustments to account for new frame mechanisms.
2381 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2382 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2383 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2384 (frv_frame_unwind, frv_frame_base): New structs.
2385 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2386 additional arguments expected by this method and adjust function
2387 body accordingly.
2388 (frv_gdbarch_init): Remove calls to the following functions:
2389 set_gdbarch_deprecated_init_frame_pc(),
2390 set_gdbarch_deprecated_saved_pc_after_call(),
2391 set_gdbarch_deprecated_frame_chain(),
2392 set_gdbarch_deprecated_frame_saved_pc(),
2393 set_gdbarch_deprecated_frame_init_saved_regs(),
2394 set_gdbarch_deprecated_push_arguments(),
2395 set_gdbarch_deprecated_push_return_address(),
2396 set_gdbarch_deprecated_pop_frame(),
2397 set_gdbarch_deprecated_call_dummy_words(),
2398 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2399 set_gdbarch_deprecated_init_extra_frame_info(),
2400 set_gdbarch_deprecated_dummy_write_sp(), and
2401 set_gdbarch_deprecated_pc_in_call_dummy().
2402 Add calls to the following functions:
2403 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2404 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2405 frame_base_set_default().
2406 * Makefile.in (frv-tdep.o): Update dependencies.
2407
2408 2003-09-09 Mark Kettenis <kettenis@gnu.org>
2409
2410 * dwarf2-frame.c (read_encoded_value): Add support for
2411 DW_EH_PE_aligned encoding.
2412
2413 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2414
2415 * infrun.c (normal_stop): Don't print a message if the inferior
2416 has exited.
2417
2418 2003-09-08 Jim Blandy <jimb@redhat.com>
2419
2420 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2421 * dbxread.c: #include "gdb_assert.h".
2422 (read_dbx_symtab): If the objfile has no .data section, use the
2423 section index for the .bss section instead.
2424
2425 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2426
2427 * frame.c (deprecated_safe_get_selected_frame): New function.
2428 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2429 * findvar.c (read_var_value): Call it.
2430
2431 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
2432
2433 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2434 (sh64-tdep.o): Add dependencies.
2435 * configure.tgt: Add FIXME to sh-*-linux*.
2436 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2437 (sh_gdbarch_init): Always set correct sh_show_regs function
2438 pointer. Call sh64_gdbarch_init() if machine type is sh5.
2439 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2440 * sh64-tdep.c: New file, containing all sh64 related code from
2441 sh-tdep.c.
2442 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2443 * config/sh/linux.mt (TDEPFILES): Ditto.
2444 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2445 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2446 * config/sh/wince.mt (TDEPFILES): Ditto.
2447
2448 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2449
2450 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2451 (stop_wait_callback): Handle !lp->signalled also.
2452 (lin_lwp_has_pending, flush_callback): New functions.
2453 (lin_lwp_wait): Call flush_callback.
2454 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2455 (linux_proc_pending_signals): New function.
2456 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2457
2458 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2459
2460 From Nick Kelsey <nickk@ubicom.com>:
2461 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2462 when the stop PC is at the beginning of a function also.
2463
2464 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
2465
2466 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2467 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2468
2469 2003-09-06 Mark Kettenis <kettenis@gnu.org>
2470
2471 * sol-thread.c: Include "gdb_string.h".
2472
2473 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2474
2475 * gcore.c: Reorder include files in alphabetical order. Include
2476 "gdb_assert.h". Various coding style fixes.
2477 (derive_stack_segment, derive_heap_segment): Replace check for
2478 non-null BOTTOM and TOP with gdb_assert.
2479 (derive_heap_segment): Replace check for successful creation of
2480 ZERO with gdb_assert.
2481 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2482
2483 2003-09-04 Andrew Cagney <cagney@redhat.com>
2484
2485 * thread-db.c (verbose_dlsym): New function.
2486 (thread_db_load): Use verbose_dlsym
2487 (thread_db_new_objfile): Print that libthread_db was loaded, and
2488 that thread debugging was enabled.
2489
2490 2003-09-04 Andrew Cagney <cagney@redhat.com>
2491
2492 * configure.tgt: Add "mips64*-*-*" target. Delete
2493 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2494 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2495 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2496 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2497 mips*-sony-*, and mips64*-*-elf* targets.
2498 * config/mips/embedl.mt: Delete file.
2499 * config/mips/embedl64.mt: Delete file.
2500 * config/mips/mips.mt: Delete file.
2501 * config/mips/mips64.mt: Delete file.
2502 * config/mips/tm-embed.h: Delete file.
2503 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2504 * config/mips/embed64.mt: Delete out-of-date comment.
2505
2506 2003-09-04 Andrew Cagney <cagney@redhat.com>
2507
2508 * hppa-tdep.c (hppa_gdbarch_init): Set
2509 "have_nonsteppable_watchpoint".
2510 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2511 * mips-tdep.c (mips_dump_tdep): Do not print
2512 HAVE_NONSTEPPABLE_WATCHPOINT.
2513 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2514 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2515 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2516 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2517
2518 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2519
2520 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2521 unused code. Add comment.
2522
2523 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2524
2525 * breakpoint.c (watchpoint_check): Check for pc being in an
2526 epilogue if watchpoint frame couldn't be found.
2527
2528 2003-09-04 Andrew Cagney <cagney@redhat.com>
2529
2530 * Makefile.in: Re-generate all dependencies.
2531
2532 2003-09-03 Andrew Cagney <cagney@redhat.com>
2533
2534 * arch-utils.h (legacy_print_insn): Delete declaration.
2535 * arch-utils.c (legacy_print_insn): Delete function.
2536 * disasm.c (deprecated_tm_print_insn_info): Delete.
2537 (_initialize_disasm): Delete function, contained code initializing
2538 deprecated_tm_print_insn_info.
2539 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2540 (deprecated_tm_print_insn_info): Delete.
2541 (TARGET_PRINT_INSN): Do not provide a default.
2542 * gdbarch.h, gdbarch.c: Re-generate.
2543
2544 2003-09-03 Andrew Cagney <cagney@redhat.com>
2545
2546 * disasm.c (fprintf_disasm): New function.
2547 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2548 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2549 reverts 2003-08-14 change.
2550 (_initialize_disasm): Call "init_disassemble_info", instead of
2551 INIT_DISASSEMBLE_INFO_NO_ARCH.
2552
2553 2003-09-03 Michael Snyder <msnyder@redhat.com>
2554
2555 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2556
2557 2003-09-03 Andrew Cagney <cagney@redhat.com>
2558
2559 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2560 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2561 * symfile.c (syms_from_objfile): Update.
2562 (reread_symbols): `Update
2563 * exec.c (exec_file_attach): Update.
2564 (exec_file_attach): Update.
2565 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2566 2003-08-29 change.
2567 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2568
2569 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2570
2571 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2572 trad-frame.h.
2573 (arm_get_cache): Delete macro.
2574 (struct arm_prologue_cache): Update comments. Make saved_regs into
2575 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2576 to prev_sp.
2577 (thumb_scan_prologue): Update for cache changes. Don't call
2578 DEPRECATED_PC_IN_CALL_DUMMY.
2579 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2580 argument and use it in desperation search for our prologue. Do not
2581 search past the specified PC.
2582 (arm_make_prologue_cache): Simplify.
2583
2584 (arm_prologue_this_id, arm_prologue_prev_register)
2585 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2586 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2587 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2588 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2589 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2590
2591 (arm_frame_chain_valid, arm_find_callers_reg)
2592 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2593 (arm_pop_frame): Delete obsolete methods.
2594 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2595
2596 (arm_gdbarch_init): Update for new frame methods. Register prologue
2597 and sigtramp unwinders. Set the default frame base method.
2598
2599 * Makefile.in (arm-tdep.o): Update dependencies.
2600 * varobj.c (find_frame_addr_in_frame_chain): Call
2601 get_frame_base_address.
2602 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2603
2604 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2605
2606 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2607 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2608 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2609 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2610 Take NEXT_FRAME and CACHE arguments. Call
2611 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2612 Set unwound_pc in CACHE instead of modifying the frame argument.
2613 Don't bother checking the frame type when looking for sigtramp
2614 frames.
2615 (arm_make_prologue_cache, arm_frame_chain)
2616 (arm_init_extra_frame_info): New functions.
2617
2618 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2619
2620 * arm-tdep.c (arm_get_cache): Define.
2621 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2622 unwound_sp, unwound_pc, and saved_regs.
2623 (thumb_scan_prologue): Take a cache instead of the frame.
2624 (arm_scan_prologue): Likewise.
2625 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2626 instead of a temporary frame.
2627 (arm_init_extra_frame_info): Allocate and use a cache.
2628 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2629
2630 2003-09-03 Andrew Cagney <cagney@redhat.com>
2631
2632 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2633 * config/mips/wince.mt (TM_CLIBS): Ditto.
2634 * config/sh/wince.mt (TM_CLIBS): Ditto.
2635 * config/pa/hppa64.mt (TM_CLIBS): Delete.
2636 * config/sparc/sp64.mt (CC): Delete.
2637
2638 2003-09-03 Andrew Cagney <cagney@redhat.com>
2639
2640 * defs.h: Do not include "arch-utils.h".
2641 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
2642 GDB_MULTI_ARCH_PURE.
2643 * configure.in (GDB_MULTI_ARCH): Do not define.
2644 * configure, config.in: Regenerate.
2645 * configure.tgt: Do not set variable "gdb_multi_arch".
2646 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
2647 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
2648 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
2649 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
2650 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
2651 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2652 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2653 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2654 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2655 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2656 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2657 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2658 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2659 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2660 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2661 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2662 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2663 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
2664
2665 2003-08-30 Michael Chastain <mec@shout.net>
2666
2667 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2668 * config/m68k/nm-hp300hpux.h: Delete.
2669 * config/m68k/tm-hp300hpux.h: Delete.
2670 * config/m68k/xm-hp300hpux.h: Delete.
2671 * config/m68k/xm-hp300bsd.h: Delete.
2672 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2673 tm-hp300hpux.h, xm-hp300hpux.h.
2674 * somsolib.c: Remove comment about hp300 shared libraries.
2675
2676 2003-08-31 Mark Kettenis <kettenis@gnu.org>
2677
2678 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2679 Only define PTRACE_GET_THREAD_AREA is not already defined.
2680 Various style fixes in code and comments and some additional
2681 spelling fixes in comments. Move after functions dealing with
2682 debug registers.
2683 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2684 Fix coding-style.
2685
2686 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2687 frame_unwind_register_unsigned instead of
2688 frame_unwind_unsigned_register.
2689
2690 2003-08-30 Mark Kettenis <kettenis@gnu.org>
2691
2692 * configure.in: Search for gethostbyname in libnsl.
2693 * configure: Regenerated.
2694
2695 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2696
2697 * configure.in: Remove redundant AC_MSG_RESULT in check for
2698 uintptr_t in stdint.h.
2699 * configure: Regenerated.
2700
2701 * amd64-nat.h (struct regcache): Add opaque declaration.
2702
2703 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2704 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2705 Change "register array" to "register cache" in comments.
2706 (x86_64_linux_gregset64_reg_offset): New variable.
2707 (GETREGS_SUPPLIES): Remove macro.
2708 (supply_gregset): Call amd64_supply_native_gregset instead of
2709 x86_64_linux_supply_gregset.
2710 (fill_gregset): Rename `regno' to `regnum'. Call
2711 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2712 (store_regs): Rename `regno' to `regnum'.
2713 (store_fpregs): Rename `regno' to `regnum'.
2714 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2715 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2716 Reorganize function a bit.
2717 (store_inferior_registers): Rename `regno' to `regnum'. Use
2718 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2719 Reorganize function a bit.
2720 (_initialize_x86_64_linux_nat): New function.
2721 * config/i386/x86-64linux.mh.
2722
2723 2003-08-29 Andrew Cagney <cagney@redhat.com>
2724
2725 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2726 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2727 (target_remove_watchpoint): Delete macro.
2728 (target_insert_watchpoint): Delete macro.
2729 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2730 (remote_mips_stopped_by_watchpoint): Delete declaration.
2731 (remote_mips_remove_watchpoint): Delete declaration.
2732 (remote_mips_set_watchpoint): Delete declaration.
2733 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2734 * remote-mips.c (_initialize_remote_mips): Set
2735 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2736 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2737 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2738 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2739 (mips_stopped_by_watchpoint): Rename
2740 remote_mips_stopped_by_watchpoint.
2741 (mips_can_hardware_watchpoint): Rename
2742 remote_mips_can_use_hardware_watchpoint, update function
2743 signature.
2744
2745 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2746
2747 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2748 USER_DS. We haven't given them a register number yet.
2749
2750 * amd64-nat.h: New file.
2751 * amd64-nat.c: New file.
2752 * amd64fbsd-nat.c: Include "amd64-nat.h".
2753 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2754 (amd64fbsd32_r_reg_offset): New variable.
2755 (supply_gregset): Simply call amd64_supply_native_gregset.
2756 (fill_gregset): Rename `regno' to `regnum'. Simply call
2757 amd64_collect_native_gregset.
2758 (fill_fpregset): Rename `regno' to `regnum'.
2759 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2760 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2761 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2762 `fpregset_t'. Call amd64_supply_native_gregset instead of
2763 supply_gregset. Call x86_64_supply_fxsave instead of
2764 supply_fpregset.
2765 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2766 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2767 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2768 `fpregset_t'. Call amd64_collect_native_gregset instead of
2769 fill_gregset. Call x86_64_collect_fxsave instead of
2770 fill_fpregset.
2771 (_initialize_am64fbsd_nat): Initialize
2772 amd64_native_gregset32_reg_offset and
2773 amd64_native_gregset64_reg_offset.
2774 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2775
2776 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2777 null pointer. Fix typo in comment.
2778
2779 * regcache.c (supply_register): Reimplement to call
2780 regcache_raw_supply.
2781 (regcache_collect): Reimplement by calling regcache_raw_collect.
2782
2783 2003-08-28 Mark Kettenis <kettenis@gnu.org>
2784
2785 * regcache.c (register_buffer): Consitify first argument.
2786 (regcache_raw_supply, regcache_raw_collect): New
2787 functions.
2788
2789 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2790
2791 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2792 by Nathan J. Williams.
2793
2794 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2795
2796 * lin-lwp.c (wait_lwp): New function, copied from
2797 stop_wait_callback. Clean up.
2798 (stop_wait_callback): Use wait_lwp.
2799
2800 2003-08-28 Andrew Cagney <cagney@redhat.com>
2801
2802 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2803 flavour and disassembler options.
2804 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2805 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2806 deprecated_tm_print_insn_info.
2807
2808 2003-08-27 Andrew Cagney <cagney@redhat.com>
2809
2810 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2811 Use target_read_memory.
2812 (s390_get_frame_info): Update. Do not reference
2813 deprecated_tm_print_insn_info.
2814 (s390_check_function_end, s390_is_sigreturn): Ditto.
2815
2816 2003-08-27 Andrew Cagney <cagney@redhat.com>
2817
2818 * Makefile.in (cris-tdep.o): Update dependencies.
2819 * cris-tdep.c: Include "gdb_assert.h".
2820 (cris_gdbarch_init): Set print_insn.
2821 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2822 (cris_delayed_get_disassembler): Simplify, directly call the
2823 disassembler returned by cris_get_disassembler.
2824 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2825 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2826 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2827 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2828 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2829 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2830 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2831 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2832 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2833 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2834 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2835 (gdb_print_insn_sparc): Delete function.
2836 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2837 deprecated_tm_print_insn_info.
2838 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2839 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2840 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2841 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2842 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2843 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2844 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2845 (s390_gdbarch_init): Set print_insn.
2846
2847 2003-08-27 Andrew Cagney <cagney@redhat.com>
2848
2849 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2850 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2851 * infcall.c (call_function_by_hand): Convert the entry point
2852 address into a code address.
2853
2854 2003-08-27 Andrew Cagney <cagney@redhat.com>
2855
2856 * dsrec.c: Include "gdb_string.h".
2857 * Makefile.in (dsrec.o): Update dependencies.
2858
2859 2003-08-27 Michael Chastain <mec@shout.net>
2860
2861 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2862
2863 2003-08-27 Andrew Cagney <cagney@redhat.com>
2864
2865 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2866 (alpha_osf1_init_abi): Do not set call_dummy_address.
2867
2868 2003-08-27 David Carlton <carlton@kealia.com>
2869
2870 From Randolph Chung <tausq@debian.org>:
2871 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2872 compiles with -Wformat-nonliteral -Werror.
2873
2874 2003-08-26 Jim Blandy <jimb@redhat.com>
2875
2876 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2877 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2878 bfd_lookup_symbol, since we only want symbols in code sections.
2879 (look_for_base): Pass zero as the SECT_FLAGS argument to
2880 bfd_lookup_symbol, since we're not concerned about which section
2881 the symbol is in.
2882
2883 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2884
2885 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2886 we are frameless or the return address register is already known.
2887
2888 2003-08-26 Andrew Cagney <cagney@redhat.com>
2889
2890 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2891 in size. Add comments.
2892
2893 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2894
2895 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2896 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2897
2898 2003-08-26 Jason Merrill <jason@redhat.com>
2899
2900 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2901 case out of #ifdef MIPS block.
2902
2903 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2904
2905 PR java/1322
2906 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2907 available before calling SECT_OFF_TEXT.
2908 * PROBLEMS: Remove description of java/1322.
2909
2910 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2911
2912 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2913 bof, and nat0-nat127 as pseudo-registers.
2914 (ia64_frame_cache): New struct used to cache frame info.
2915 (ia64_register_reggroup_p): New routine used to override default
2916 register grouping so registers without names are still saved and
2917 restored.
2918 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2919 pseudo values.
2920 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2921 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2922 (ia64_alloc_frame_cache): New routine to create a new
2923 ia64_frame_cache.
2924 (examine_prologue): Change prototype to add next_frame pointer.
2925 Assume frameless until otherwise proven. Verify that the cfm for
2926 current frame matches the cfm that should occur for the prologues
2927 alloc insn and if equal, mark as not frameless. At end of routine,
2928 if not frameless, calculate registers for the previous frame and store
2929 in the cache, if a cache is provided.
2930 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2931 and pass 0 for next_frame.
2932 (ia64_store_return_value): Change to use convert_typed_floating()
2933 instead of calling ia64_convert_to_raw().
2934 (ia64_extract_return_value): Change to use convert_typed_floating()
2935 instead of calling ia64_convert_to_virtual().
2936 (ia64_frame_cache): New routine to support new frame model.
2937 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2938 (ia64_frame_sniffer): Ditto.
2939 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2940 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2941 (ia64_sigtramp_frame_prev_register): Ditto.
2942 (ia64_sigtramp_frame_sniffer): Ditto.
2943 (ia64_frame_base_address): Ditto.
2944 (ia64_extract_struct_value_address): Change to issue error message.
2945 (ia64_frame_align): New routine to align sp.
2946 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
2947 (ia64_push_arguments): Removed. Logic moved to
2948 ia64_push_dummy_call().
2949 (ia64_push_return_address): Ditto.
2950 (ia64_unwind_dummy_id): New function.
2951 (ia64_unwind_pc): Ditto.
2952 (ia64_convert_register_p): Ditto.
2953 (ia64_register_to_value): Ditto.
2954 (ia64_value_to_register): Ditto.
2955 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2956 (ia64_register_byte, ia64_register_raw_size): Ditto.
2957 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2958 (ia64_saved_pc_after_call): Ditto.
2959 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2960 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2961 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2962 (ia64_register_convert_to_raw): Ditto.
2963 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2964 (ia64_init_extra_frame_info): Ditto.
2965 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2966 (ia64_gdbarch_init): Remove registering of deprecated functions that
2967 are no longer used. Add registration of new gdbarch functions.
2968 Remove registering deprecated_write_sp. Replace
2969 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2970 Delete set_gdbarch_deprecated_register_convertible(),
2971 set_gdbarch_deprecated_register_convert_to_virtual(), and
2972 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2973 set_gdbarch_deprecated_register_size(),
2974 set_gdbarch_deprecated_register_bytes(),
2975 set_gdbarch_pcregnum(),
2976 set_gdbarch_deprecated_register_byte(),
2977 set_gdbarch_deprecated_register_raw_size(),
2978 set_gdbarch_deprecated_max_register_raw_size(),
2979 set_gdbarch_deprecated_register_virtual_size(),
2980 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2981 Replace set_gdbarch_deprecated_extract_return_value() with
2982 set_gdbarch_extract_return_value(). Remove calls to:
2983 set_gdbarch_deprecated_saved_pc_after_call();
2984 set_gdbarch_deprecated_frame_chain(),
2985 set_gdbarch_deprecated_frame_saved_pc(),
2986 set_gdbarch_deprecated_frame_init_saved_regs(),
2987 set_gdbarch_deprecated_get_saved_register(),
2988 set_gdbarch_deprecated_call_dummy_words(),
2989 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2990 set_gdbarch_deprecated_init_extra_frame_info(),
2991 set_gdbarch_deprecated_frame_args_address(),
2992 set_gdbarch_deprecated_frame_locals_address(),
2993 and set_gdbarch_deprecated_dummy_write_sp().
2994 Add set_gdbarch_convert_register_p(),
2995 set_gdbarch_register_to_value(),
2996 set_gdbarch_value_to_register(),
2997 set_gdbarch_push_dummy_call(),
2998 set_gdbarch_frame_align(),
2999 set_gdbarch_unwind_dummy_id(),
3000 set_gdbarch_unwind_pc(),
3001 frame_unwind_append_sniffer(),
3002 frame_unwind_append_sniffer(),
3003 and frame_base_set_default().
3004
3005 2003-08-25 Chris Demetriou <cgd@broadcom.com>
3006
3007 * configure.tgt: Document need for special "mipsisa64" handling.
3008 (mipsisa64*-*-linux64): Handle as target linux64.
3009 (mipsisa64*-*-*): Handle as target embed64.
3010
3011 2003-08-18 Michael Chastain <mec@shout.net>
3012
3013 * PROBLEMS: Document pr gdb/1322, the Java anonymous
3014 objfile bug.
3015
3016 2003-08-24 Mark Kettenis <kettenis@gnu.org>
3017
3018 * i387-tdep.h: Update copyright date.
3019 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
3020
3021 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
3022 CFLAGS games to reflect reality.
3023
3024 2003-08-24 Andrew Cagney <cagney@redhat.com>
3025
3026 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
3027 GDB_MULTI_ARCH is always non-zero.
3028 * osabi.c (_initialize_gdb_osabi): Ditto.
3029 (gdbarch_init_osabi): Ditto.
3030 * sparc-tdep.c: Ditto for #if code.
3031
3032 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3033
3034 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
3035 Update comments.
3036 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
3037 comments.
3038 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
3039 x86_64_supply_fxsave.
3040 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
3041 x86_64_supply_fxsave.
3042 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
3043 x86_64_supply_fxsave.
3044
3045 2003-08-23 Andreas Jaeger <aj@suse.de>
3046
3047 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
3048 i387_supply_fxsave.
3049
3050 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3051
3052 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
3053 i387_supply_register.
3054 (go32_fetch_registers): Adjust call to i387_supply_fsave.
3055 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
3056 i387_supply_fsave.
3057 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
3058 i387_supply_fxsave.
3059 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
3060 i387_supply_fsave.
3061 * i386bsd-nat.c (supply_fpregset): Adjust call to
3062 i387_supply_fsave.
3063 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
3064 call to i387_supply_fxsave. Call i387_supply_fsave instead of
3065 supply_fpregset.
3066 (store_inferior_registers): Remove extraneous whitespace. Call
3067 i387_fill_fsave instead of fill_fpregset.
3068 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
3069 (supply_fpregset): Likewise.
3070 * i386v4-nat.c (supply_fpregset): Adjust call to
3071 i387_supply_fsave.
3072 * i386-interix-nat.c (supply_fpregset): Adjust call to
3073 i387_supply_fsave.
3074 * i386-linux-nat.c (supply_fpregset): Adjust call to
3075 i387_supply_fsave.
3076 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
3077 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
3078 i387supply_fsave and i387_supply_fxsave.
3079 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
3080 Incorporate code from `i387_supply_register.
3081 (i387_supply_register): Remove.
3082 (i387_supply_fxsave): Add `regnum' argument.
3083 Update comments.
3084 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
3085 prototype.
3086 (i387_supply_register): remove prototype.
3087 Update comments.
3088
3089 2003-08-22 Michael Chastain <mec@shout.net>
3090
3091 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
3092 Add lines for files in gdb/testsuite/gdb.cp/* that are
3093 still not 8.3 unique.
3094
3095 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
3096
3097 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
3098 TYPE_VPTR_FIELDNO is valid.
3099
3100 2003-08-19 Mark Kettenis <kettenis@gnu.org>
3101
3102 * utils.c (set_width_command): Remove prototypes.
3103 (set_screen_size): New prototype.
3104 (init_page_info): Simplify by fetching the screen size from
3105 Readline. Call set_screen_size.
3106 (set_screen_size): New function.
3107 (set_width): Add missing whitespace in comment.
3108 (set_width_command): Call set_screen_size.
3109 (set_height_command): New function.
3110 (initialize_utils): Fix formatting. Make "set height" command
3111 call set_height_command. Remove redundant code that turns off
3112 pagination if output isn't a terminal. Remove redundant call to
3113 set_width_command.
3114
3115 2003-08-22 Mark Kettenis <kettenis@gnu.org>
3116
3117 * sparc64-tdep.h (sparc64_regnum): Fix comment.
3118 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3119 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3120 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3121 `case' keyword.
3122 (sparc64_register_info): Give the reister with number
3123 SPARC64_STATE_REGNUM a name.
3124 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3125 %asi and %ccr.
3126 (sparc64_push_dummy_call): Take BIAS into account when checking
3127 stcak alignment.
3128 (sparc_software_single_step): Remove assertions that check whether
3129 NPC and NNPC were zero.
3130 (sparc_supply_rwindow): Make public. Merge functionality with
3131 sparc64_supply_rwindow.
3132 (sparc_fill_rwindow): Make public. Merge functionality with
3133 sparc64_fill_rwindow.
3134 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3135 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3136 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3137 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3138 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3139
3140 * reggroups.c: Add whitespace after declarations of local
3141 variables in functions.
3142
3143 2003-08-21 Michael Chastain <mec@shout.net>
3144
3145 * gdbtypes.h: Change array bound type from an int to enum.
3146
3147 2003-08-21 Andrew Cagney <cagney@redhat.com>
3148
3149 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3150 * config/sparc/tm-sparc.h: Ditto.
3151 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3152 unconditionally.
3153 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3154
3155 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3156
3157 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3158 (register_objfile_data, set_objfile_data, objfile_data): New
3159 prototypes.
3160 * objfiles.c (objfile_alloc_data, objfile_free_data): New
3161 prototypes.
3162 (allocate_objfile): Call objfile_alloc_data.
3163 (free_objfile): Call objfile_free_data.
3164 (struct objfile_data): New.
3165 (struct objfile_data_registration): New.
3166 (struct objfile_data_registry): New.
3167 (objfile_data_registry): New variable.
3168 (register_objfile_data): New function.
3169 (objfile_alloc_data, objfile_free_data): New functions.
3170 (set_objfile_data, objfile_data): New functions.
3171 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3172 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3173 (_initialize_dwarf2_frame): New function and prototype.
3174
3175 2003-08-21 Andrew Cagney <cagney@redhat.com>
3176
3177 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3178 a specific architecture.
3179 * arch-utils.h (set_architecture_from_arch_mach): Delete
3180 declaration.
3181 (target_architecture_hook): Delete declaration.
3182 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3183 (default_float_format): Assume GDB_MULTI_ARCH.
3184 (default_double_format): Assume GDB_MULTI_ARCH.
3185 (set_endian_from_file): Delete function.
3186 (arch_ok): Delete function.
3187 (set_arch): Delete function.
3188 (set_architecture_from_arch_mach): Delete function.
3189 (set_architecture_from_file): Delete function.
3190 (set_architecture): Assume GDB_MULTI_ARCH.
3191 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3192
3193 2003-08-21 Mark Kettenis <kettenis@gnu.org>
3194
3195 Rewrite FreeBSD/sparc64 native configuration.
3196 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3197 * sparc64fbsd-nat.c: New file.
3198 * sparc64fbsd-tdep.c: New file.
3199 * sparc64-tdep.c sparc64-tdep.h: New files.
3200 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3201 sparc64fbsd-tdep.o): New dependencies.
3202 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3203 and sparc64fbsd-tdep.c.
3204 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3205 * config/sparc/fbsd.mh: Remove copyright notice.
3206 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3207 sparcbsd-nat.o.
3208 * config/sparc/fbsd.mt: Remove copyright notice.
3209 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3210 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3211 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3212 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3213 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3214 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3215 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3216 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3217 "sparc/tm-sp64.h".
3218 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3219 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3220
3221 2003-08-21 Michael Chastain <mec@shout.net>
3222
3223 * symtab.h: Add doco on the space critical structures and
3224 some measurements of space usage.
3225
3226 2003-08-21 Michael Snyder <msnyder@redhat.com>
3227
3228 * tracepoint.c (trace_dump_command): Trace break address
3229 is subject to DECR_PC_AFTER_BREAK.
3230 (set_traceframe_context): Make "trace_line" an int.
3231 Fixes suggested by Mark Newman <mark.newman@lmco.com>
3232
3233 2003-08-20 Michael Snyder <msnyder@redhat.com>
3234
3235 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
3236 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3237 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
3238 argument passing.
3239 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
3240 functions, replace sh_push_dummy_call.
3241 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3242
3243 2003-08-20 Michael Chastain <mec@shout.net>
3244
3245 * gdbtypes.h (struct main_type): Rearrange to save space.
3246
3247 2003-08-20 Michael Snyder <msnyder@redhat.com>
3248
3249 * trad-frame.c: Comment typo fix.
3250
3251 2003-08-20 Michael Snyder <msnyder@redhat.com>
3252 Kevin Buettner <kevinb@redhat.com>
3253
3254 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3255 (frv_frame_init_saved_regs): Add declaration.
3256 (frame_extra_info): Add new field ``saved_regs''.
3257 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3258 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3259 Update frame related code.
3260 (frv_extract_struct_value_address): Adjust formatting.
3261 * Makefile.in (frv-tdep.o): Update dependencies.
3262 * config/frv/tm-frv.h (target_insert_watchpoint)
3263 (target_remove_watchpoint, target_insert_hw_breakpoint)
3264 (target_remove_hw_breakpoint): Delete these macros.
3265 (remote_insert_watchpoint, remote_remove_watchpoint)
3266 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3267 these declarations.
3268
3269 2003-08-20 Michael Chastain <mec@shout.net>
3270
3271 * defs.h (ENUM_BITFIELD): New macro.
3272 * symtab.h (ENUM_BITFIELD): Use it.
3273 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3274
3275 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3276
3277 * MAINTAINERS (write after approval): Add myself.
3278
3279 2003-08-18 Andrew Cagney <cagney@redhat.com>
3280
3281 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3282 * gdbarch.h, gdbarch.c: Re-generate.
3283 * infcall.c (call_function_by_hand): Adjust the SP by
3284 frame_red_zone_size before allocating any stack space.
3285 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3286 * x86-64-tdep.c (x86_64_frame_align): New function.
3287 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3288
3289 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3290 Remove code adjusting SP so that it skips over the Red Zone.
3291
3292 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3293
3294 * NEWS (New native configurations): Mention FreeBSD/amd64.
3295
3296 2003-08-18 Andrew Cagney <cagney@redhat.com>
3297
3298 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3299 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3300 "m68k_frame_p".
3301 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3302
3303 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3304
3305 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3306
3307 2003-08-18 Michal Ludvig <mludvig@suse.cz>
3308
3309 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3310 Define.
3311 * i386-linux-nat.c: Include "linux-nat.h".
3312 (child_post_startup_inferior): New function.
3313
3314 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3315
3316 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3317 at the start of a frameless function. This probably fixes PR
3318 backtrace/1338.
3319
3320 2003-08-17 Michael Chastain <mec@shout.net>
3321
3322 * symfile.c (find_sym_fns): Remove special case for apollo target.
3323
3324 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3325
3326 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3327 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3328 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3329 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3330 (linux_supports_tracevforkdone): New function.
3331 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3332 TRACEVFORKDONE.
3333 (child_follow_fork): Handle vfork.
3334 (linux_handle_extended_wait): Likewise. Also handle exec.
3335 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3336 * NEWS: Mention fork tracing.
3337
3338 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3339
3340 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3341
3342 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3343
3344 * Makefile.in (i386-linux-nat.o): Update dependencies.
3345 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3346 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3347 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3348 * i386-linux-nat.c: Include "linux-nat.h".
3349 (child_post_startup_inferior): New function.
3350 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3351 * infptrace.c (kill_inferior): Wrap in #ifdef.
3352 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3353 attaching to each LWP.
3354 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3355 (init_lin_lwp_ops): Fill in some more operations.
3356 * linux-nat.h (linux_enable_event_reporting)
3357 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3358 prototypes.
3359 * linux-nat.c (linux_enable_event_reporting): New function.
3360 (child_post_attach, linux_child_post_startup_inferior)
3361 (child_post_startup_inferior, child_follow_fork)
3362 (linux_handle_extended_wait, kill_inferior): New functions.
3363
3364 2003-08-16 Andrew Cagney <cagney@redhat.com>
3365
3366 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3367 * gdbarch.h, gdbarch.c: Re-generate.
3368
3369 2003-08-16 Mark Kettenis <kettenis@gnu.org>
3370
3371 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3372
3373 2003-08-16 Andrew Cagney <cagney@redhat.com>
3374
3375 * NEWS: Mention that "set prompt-escape-char" was deleted.
3376 * top.c (get_prompt_1): Delete function.
3377 (gdb_prompt_escape):
3378 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3379 prompt-escape-char" command.
3380 (MAX_PROMPT_SIZE): Delete macro.
3381 (get_prompt): Simplify, do not call get_prompt_1.
3382
3383 2003-08-16 Andrew Cagney <cagney@redhat.com>
3384
3385 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3386 -Werror. -Wformat-nonliteral problems.
3387
3388 2003-08-15 J. Brobecker <brobecker@gnat.com>
3389
3390 Further multiarching work mostly for hppa64-*-hpux11:
3391 * hppa-tdep.h: New file.
3392 * hppa-tdep.c: #include hppa-tdep.c.
3393 (hppa32_num_regs): Renamed from hppa_num_regs.
3394 (hppa64_num_regs): New constant.
3395 (hppa64_call_dummy_breakpoint_offset): New constant.
3396 (hppa32_call_dummy_length): New constant.
3397 (hppa64_call_dummy_length): New constant.
3398 (hppa32_stack_align): Make name 32bit explicit.
3399 (hppa32_register_virtual_type): Likewise.
3400 (hppa32_extract_return_value): Likewise.
3401 (hppa32_use_struct_convention): Likewise.
3402 (hppa32_store_return_value): Likewise.
3403 (hppa64_register_virtual_type): New function.
3404 (hppa64_extract_return_value): New function.
3405 (hppa64_use_struct_convention): New function.
3406 (hppa64_store_return_value): New function.
3407 (hppa_frame_locals_address): Remove declaration, function does
3408 not exist anymore.
3409 (hppa_register_byte): Add support for PA64 ABI.
3410 (hppa_gdbarch_init): Add support for PA64 ABI.
3411 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3412 Make name 32bit explicit.
3413 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3414 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3415 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3416 (hppa64_hpux_frame_base_before_sigtramp): New function.
3417 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3418 * config/pa/tm-hppa64.h: Remove macros that are no longer
3419 necessary now that the gdbarch vector is properly setup.
3420 Transform some macros into function calls. Some minor cleanup.
3421 * config/pa/tm-hppah.h: Update function calls in macros
3422 following the function renaming in hppa-hpux-tdep.c.
3423 * Makefile.in (hppa_tdep_h): New variable.
3424 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3425
3426 2003-08-14 Michael Snyder <msnyder@redhat.com>
3427
3428 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3429
3430 2003-08-13 J. Brobecker <brobecker@gnat.com>
3431
3432 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3433 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3434 routine.
3435
3436 2003-08-13 Michael Snyder <msnyder@redhat.com>
3437
3438 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3439 (frv_saved_pc_after_call): Use deprecated ftype.
3440 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3441 (frv_remote_translate_xfer_address): Remove.
3442 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3443
3444 2003-08-13 J. Brobecker <brobecker@gnat.com>
3445
3446 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3447 initialization after the common gdbarch initialization, not before.
3448
3449 2003-08-13 J. Brobecker <brobecker@gnat.com>
3450
3451 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3452 (ADDR_BITS_REMOVE): Remove, redundant.
3453
3454 2003-08-13 J. Brobecker <brobecker@gnat.com>
3455
3456 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3457 gdbarch method to clear the 2 low bits of text addresses.
3458
3459 2003-08-12 Andrew Cagney <cagney@redhat.com>
3460
3461 * Makefile.in (dsrec.o): Update dependencies.
3462 * dsrec.c: Include "gdb_assert.h".
3463 (make_srec): Use snprintf instead of sprintf, use a literal format
3464 string.
3465
3466 2003-08-12 Andrew Cagney <cagney@redhat.com>
3467
3468 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3469 FRAME_OBSTACK_ZALLOC.
3470
3471 2003-08-12 Kevin Buettner <kevinb@redhat.com>
3472
3473 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3474 SSE registers.
3475
3476 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3477
3478 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3479 amd64fbsd_sc_reg_offset): Add extern declarations.
3480 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3481 declarations.
3482
3483 2003-08-11 Ben Elliston <bje@wasabisystems.com>
3484
3485 * MAINTAINERS (write after approval): Update my mail address.
3486
3487 2003-08-10 Andrew Cagney <cagney@redhat.com>
3488
3489 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3490
3491 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3492
3493 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3494 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3495 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3496 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3497 i386bsd_sc_reg_offset): Add extern declarations.
3498 * i386obsd-nat.c: Include "i386-tdep.h"
3499 (_initialize_i386obsd_nat): Remove extern declarations.
3500 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3501 declarations.
3502 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3503 declarations.
3504
3505 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3506 instead of frame_read_register.
3507 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3508 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3509 SP_REGNUM.
3510 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3511 instead of frame_unwind_unsigned_register. Use
3512 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3513 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3514 instead of read_register. Use builtin_type_void_data_ptr instead
3515 of builtin_type_void_func_ptr when extracting the address of the
3516 jmp_buf.
3517 (i386_extract_return_value, i386_store_return_value,
3518 i386_pseudo_register_read, i386_pseudo_register_write): Use
3519 register_size instead REGISTER_RAW_SIZE.
3520
3521 2003-08-10 Andrew Cagney <cagney@redhat.com>
3522
3523 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3524 sprintf. Make "name" constant.
3525
3526 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3527
3528 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3529 instead of frame_read_register.
3530 (i387_print_float_info): Use get_frame_register and
3531 get_frame_register_unsigned instead of frame_register_read.
3532
3533 * i386fbsd-nat.c: Include "i386-tdep.h".
3534 (child_resume): Make `eflags' an ULONGEST. Use
3535 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3536 instead of register_read and register_write.
3537
3538 * i386bsd-nat.c (fetch_inferior_registers,
3539 store_inferior_registers): Don't use && at the end of a line.
3540 (_initialize_i386bsd_nat): Fix typo.
3541
3542 * frame.c (_initialize_frame): Add missing backslash.
3543
3544 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3545 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3546 and supply_register instead of manipulating the register buffer
3547 directly.
3548
3549 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3550 * config/i386/nm-i386sol2.h
3551 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3552
3553 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3554 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3555 instructions that GCC likes to mingle into the prologue. Fixes
3556 gdb/1253 and gdb/1255.
3557
3558 2003-08-09 Andrew Cagney <cagney@redhat.com>
3559
3560 Fix GDB PR cli/926.
3561 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3562 * command.h (add_setshow_uinteger_cmd): Declare.
3563 * frame.c (set_backtrace_cmd): New function.
3564 (show_backtrace_cmd): New function.
3565 * frame.c (_initialize_frame): Replace "set/show
3566 backtrace-below-main" with "set/show backtrace past-main". Add
3567 command "set/show backtrace limit".
3568 (backtrace_past_main): Rename "backtrace_below_main".
3569 (backtrace_limit): New variable.
3570 (get_prev_frame): Update. Check the backtrace_limit.
3571
3572 2003-08-09 Andrew Cagney <cagney@redhat.com>
3573
3574 * defs.h (xstrprintf): Declare.
3575 * utils.c (xstrprintf): New function.
3576 * breakpoint.c (insert_breakpoints): Replace sprintf and
3577 non-literal format strings, with xstrprintf and cleanups.
3578 (delete_breakpoint,breakpoint_re_set): Ditto.
3579 (commands_command, insert_breakpoints): Ditto.
3580 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3581 (break_at_finish_command_1): Ditto.
3582
3583 2003-08-09 Andrew Cagney <cagney@redhat.com>
3584
3585 * MAINTAINERS (language support): List Adam Fedor as Objective C
3586 maintainer.
3587
3588 2003-08-08 J. Brobecker <brobecker@gnat.com>
3589
3590 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3591 are now multiarched.
3592
3593 2003-08-08 J. Brobecker <brobecker@gnat.com>
3594
3595 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3596 longer necessary now that hppa64 is partially multiarch'ed.
3597
3598 2003-08-08 Andrew Cagney <cagney@redhat.com>
3599
3600 * interps.c (interp_set): Check for a NULL "old_interp".
3601
3602 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3603
3604 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3605 (install-only): Support DESTDIR.
3606 (uninstall): Likewise.
3607 (install-gdbtk): Likewise.
3608
3609 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
3610
3611 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3612 contains something meaningful at all times.
3613
3614 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
3615
3616 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
3617
3618 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
3619
3620 * MAINTAINERS (write after approval): Added self.
3621
3622 2003-08-07 Andrew Cagney <cagney@redhat.com>
3623
3624 * inferior.h (AT_SYMBOL): Define.
3625 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3626 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3627 * mips-tdep.c (mips_call_dummy_address): Delete function.
3628 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3629 set call_dummy_address.
3630
3631 2003-08-07 Andrew Cagney <cagney@redhat.com>
3632
3633 * language.c (op_error): Delete function.
3634 (binop_type_check): Delete function.
3635 * language.h (type_op_error, range_op_error): Delete macros.
3636 (op_error): Delete declaration.
3637
3638 2003-08-07 Andrew Cagney <cagney@redhat.com>
3639
3640 * interps.h (INTERP_MI2, INTERP_MI3): Define.
3641
3642 2003-08-07 Michal Ludvig <mludvig@suse.cz>
3643
3644 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
3645 (x86_64_push_arguments): Skip the red zone.
3646
3647 2003-08-05 Andrew Cagney <cagney@redhat.com>
3648
3649 * reggroups.c (reggroup_next): Check for the final entry.
3650
3651 2003-08-04 Andrew Cagney <cagney@redhat.com>
3652
3653 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3654 * cli/cli-script.c (define_command): Call query directly, instead
3655 of passing it a buffer.
3656 * ocd.c (ocd_error): Pass error a constant format string.
3657 * remote-mips.c (mips_error): Use fputs_filtered.
3658
3659 * solib-svr4.c (_initialize_svr4_solib): Update
3660 register_gdbarch_data call.
3661 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3662
3663 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3664 (register_gdbarch_data): Delete "free" parameter. Update
3665 comments.
3666 * gdbarch.h, gdbarch.c: Re-generate.
3667 * reggroups.c (_initialize_reggroup): Update.
3668 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3669 * frame-base.c (_initialize_frame_base): Update.
3670 * frame-unwind.c (_initialize_frame_unwind): Update.
3671 * user-regs.c (_initialize_user_regs): Update.
3672 * remote.c (_initialize_remote): Update.
3673 * regcache.c (_initialize_regcache): Update.
3674
3675 * regcache.c (xfree_regcache_descr): Delete function.
3676 (_initialize_regcache): Update call to register_gdbarch_data.
3677 (init_regcache_descr, init_legacy_regcache_descr): Use
3678 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3679
3680 * remote.c (free_remote_state): Delete function.
3681 (_initialize_remote): Update register_gdbarch_data.
3682 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3683 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3684
3685 2003-08-04 Andrew Cagney <cagney@redhat.com>
3686
3687 * reggroups.c (struct reggroup_el): Define.
3688 (struct reggroups): Delete field "nr_group". Replace array
3689 "group" with a "first" to "last" linked list.
3690 (reggroups_init): Update. Allocate using gdbarch's obstack.
3691 (reggroups_free): Delete function.
3692 (add_group): Update. Add "el" parameter.
3693 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3694 (default_groups): Update.
3695 (reggroup_next): Replace reggroups.
3696 (reggroups_dump): Update.
3697 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3698 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3699 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3700
3701 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
3702
3703 * Makefile.in (tui-interp.o): Update dependencies.
3704
3705 2003-08-04 David Carlton <carlton@kealia.com>
3706
3707 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3708 to internal_error call.
3709 * source.c (forward_search_command): Add "%s" format argument.
3710 (reverse_search_command): Ditto.
3711 * top.c (quit_confirm): Ditto.
3712 * cli/cli-setshow.c (do_setshow_command): Ditto.
3713 * cp-valprint.c (cp_print_class_method): Replace
3714 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3715 (cp_print_class_member): Ditto.
3716 * event-top.c (command_line_handler): Ditto.
3717 * linux-proc.c (linux_info_proc_cmd): Ditto.
3718 * p-typeprint.c (pascal_type_print_base): Ditto.
3719 * p-valprint.c (pascal_object_print_class_method): Ditto.
3720 (pascal_object_print_class_member): Ditto.
3721 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3722 * remote.c (remote_cisco_section_offsets): Ditto.
3723 * top.c (command_line_input): Ditto.
3724 * utils.c (vwarning,error_stream,quit): Ditto.
3725 * valprint.c (print_floating,print_binary_chars)
3726 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3727
3728 2003-08-04 Andrew Cagney <cagney@redhat.com>
3729
3730 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3731
3732 2003-08-02 Andrew Cagney <cagney@redhat.com>
3733
3734 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3735 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3736 amd64fbsd-nat.c.
3737
3738 2003-08-02 Andrew Cagney <cagney@redhat.com>
3739
3740 * Makefile.in: Update all dependencies and definitions.
3741
3742 2003-08-02 Adam Fedor <fedor@gnu.org>
3743
3744 * linespec.c (is_objc_method_format): New function
3745 (decode_line_1, locate_first_half): Use it.
3746 Fixes PR objc/1298
3747
3748 2003-08-01 Andrew Cagney <cagney@redhat.com>
3749
3750 * NEWS: Mention that m32r is multi-arch.
3751 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3752 * configure.tgt: Recognize m32r-*-*.
3753 * config/m32r/tm-m32r.h: Delete file.
3754 * config/m32r/m32r.mt: New file.
3755 * m32r-rom.c (m32r_upload_command): Use hostent only when
3756 gethostname succeeds, in order to avoid a compilation
3757 warning.
3758 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3759 compiler warning.
3760
3761 2003-08-01 Michael Snyder <msnyder@redhat.com>
3762
3763 * sh-tdep.c (sh_frame_align): New gdbarch method.
3764 (sh_gdbarch_init): Set up frame_align method.
3765
3766 2003-07-31 Michael Snyder <msnyder@redhat.com>
3767
3768 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3769 which is already covered by the new frames infrastructure.
3770
3771 2003-07-31 Andrew Cagney <cagney@redhat.com>
3772
3773 * user-regs.c (struct user_reg): Add "next" link.
3774 (struct user_regs): Replace "user" with "first" and "last" links.
3775 (append_user_reg): Add pre-allocated "reg" parameter.
3776 (builtin_user_regs): Provide initial value for "last".
3777 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3778 (user_regs_init): Allocate memory from the gdbarch obstack.
3779 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3780 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3781 linked list.
3782 (usernum_to_user_reg): New function.
3783 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3784 (value_of_user_reg): Use usernum_to_user_reg.
3785 (user_regs_free): Delete function.
3786 (_initialize_user_regs): Update register_gdbarch_data call.
3787
3788 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
3789
3790 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3791
3792 2003-07-30 Michael Snyder <msnyder@redhat.com>
3793
3794 * value.h (value_being_returned): Add a struct_addr argument.
3795 * infcall.c (call_function_by_hand): Pass struct_addr to
3796 value_being_returned.
3797 * infcmd.c (print_return_value): Pass zero as struct_addr.
3798 * values.c (value_being_returned): If struct_addr is passed,
3799 use it instead of trying to recover it from the inferior.
3800
3801 2003-07-30 Kevin Buettner <kevinb@redhat.com>
3802
3803 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3804 the prologue analyzer won't need to attempt to extract the pc
3805 value from the woefully incomplete dummy frame.
3806 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3807 possible. Disable code which modifies the frame.
3808
3809 2003-07-28 Andrew Cagney <cagney@redhat.com>
3810
3811 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3812 to level 2.
3813 (annotate_breakpoints_table, annotate_record): Ditto.
3814 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3815 (annotate_field_name_end, annotate_field_value): Ditto.
3816 (annotate_field_end, annotate_frame_source_begin): Ditto.
3817 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3818 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3819 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3820 (annotate_frame_address_end, annotate_frame_address): Ditto.
3821 (annotate_frame_args, annotate_frame_end): Ditto.
3822 (annotate_frame_where, annotate_arg_begin): Ditto.
3823 (annotate_arg_name_end, annotate_arg_value): Ditto.
3824 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3825 (annotate_function_call, annotate_signal_name): Ditto.
3826 (annotate_signal_string, annotate_signal_name_end): Ditto.
3827 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3828 (annotate_value_begin, annotate_value_history_value): Ditto.
3829 (annotate_value_history_end, annotate_value_end): Ditto.
3830 (annotate_display_begin, annotate_display_number_end): Ditto.
3831 (annotate_display_format, annotate_display_expression): Ditto.
3832 (annotate_display_expression_end, annotate_display_value): Ditto.
3833 (annotate_display_end, annotate_array_section_begin): Ditto.
3834 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3835 (annotate_elt, annotate_array_section_end): Ditto.
3836
3837 2003-07-28 Andrew Cagney <cagney@redhat.com>
3838
3839 * regcache.c (struct regcache_descr): Update comments on
3840 nr_raw_registers.
3841 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3842 sizeof_raw_register_valid_p.
3843 (init_regcache_descr): Set nr_raw_registers and
3844 sizeof_raw_register_valid_p before calling
3845 init_legacy_regcache_descr.
3846
3847 2003-07-28 Andrew Cagney <cagney@redhat.com>
3848
3849 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3850 MOD NUM_REGS.
3851
3852 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
3853
3854 * thread.c (info_threads_command): Use get_selected_frame ().
3855 Check that there is at least one non-sentinel frame.
3856
3857 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3858
3859 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3860 (m68hc11_pop_frame): Remove.
3861 (m68hc11_frame_saved_pc): Remove.
3862 (m68hc11_frame_chain): Remove.
3863 (m68hc11_frame_init_saved_regs): Remove.
3864 (m68hc11_init_extra_frame_info): Remove.
3865 (m68hc11_store_struct_return): Remove.
3866 (m68hc11_saved_pc_after_call): Remove.
3867
3868 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3869
3870 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3871 frame unwind information.
3872 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3873 and adapted for frame unwinding.
3874 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3875 (m68hc11_unwind_pc): New function.
3876 (m68hc11_frame_unwind_cache): New function to analyze frames.
3877 (m68hc11_frame_this_id): New function to create new frame struct.
3878 (m68hc11_frame_prev_register): New function to unwind a register from
3879 the frame.
3880 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3881 (m68hc11_frame_p): New function for the above.
3882 (m68hc11_frame_base_address): New function to return fp of frame.
3883 (m68hc11_frame_args_address): Update for frame.
3884 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3885 (m68hc11_unwind_sp): New function.
3886 (m68hc11_unwind_dummy_id): New function.
3887 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3888 calls.
3889
3890 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3891
3892 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3893 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3894 when we are beyond the current pc.
3895
3896 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3897
3898 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3899 from m68hc11_push_arguments.
3900 (m68hc11_push_arguments): Remove.
3901 (m68hc11_push_return_address): Remove.
3902 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3903 handlers; remove deprecated_extra_stack_alignment_needed.
3904
3905 2003-07-27 Andrew Cagney <cagney@redhat.com>
3906
3907 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3908 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3909 REAL_PC and not the pointer.
3910 * hppa-hpux-tdep.c: Include frame.h
3911
3912 2003-07-27 Andrew Cagney <cagney@redhat.com>
3913
3914 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3915 GDB_MULTI_ACH_PARTIAL.
3916
3917 2003-07-27 Andrew Cagney <cagney@redhat.com>
3918
3919 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3920 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3921 operator at start and not end of line.
3922 (decode_prologue): Ditto.
3923 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3924 frame_unwind_register_unsigned instead of
3925 frame_unwind_unsigned_register.
3926 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3927 read_register.
3928 (m32r_push_dummy_call): Use register_size instead of
3929 REGISTER_RAW_SIZE.
3930 (m32r_frame_sniffer): Replace m32r_frame_p.
3931 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3932 * m32r-rom.c (report_transfer_performance): Delete extern
3933 declaration.
3934 (m32r_load, m32r_upload_command): Use print_transfer_performance
3935 instead of report_transfer_performance.
3936 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3937 / add_show_from_set.
3938
3939 2003-07-26 Andrew Cagney <cagney@redhat.com>
3940
3941 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3942 store_return_value and extract_struct_value_address.
3943
3944 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3945
3946 PR c++/1267
3947 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3948 NULL, default to the section containing PC.
3949
3950 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3951
3952 * NEWS: Mention "regs" deprecated for m68hc11 too.
3953
3954 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3955 (m68hc11_print_register): New function to print out one register.
3956 (m68hc11_print_registers_info): New function to print registers.
3957 (show_regs): Deprecate and use the above.
3958 (m68hc11_gdbarch_init): Install the print_registers_info.
3959
3960 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3961
3962 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3963 that we have a SIGTRAP before returning non-zero.
3964
3965 2003-07-23 Michal Ludvig <mludvig@suse.cz>
3966 Elena Zannoni <ezannoni@redhat.com>
3967
3968 * linespec.c (decode_line_2): Avoid crash if
3969 find_function_start_sal() returns empty record.
3970
3971 2003-07-23 Andreas Schwab <schwab@suse.de>
3972
3973 * ia64-tdep.c (ia64_print_insn): New function.
3974 (ia64_gdbarch_init): Set print_insn to it.
3975 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3976 deprecated_tm_print_insn_info.
3977
3978 2003-07-22 Michael Snyder <msnyder@redhat.com>
3979
3980 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3981 handle 8-bit returns (long long).
3982 (h8300h_extract_return_value): Ditto.
3983 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3984
3985 2003-07-22 Andrew Cagney <cagney@redhat.com>
3986
3987 * gdbarch.c Include "gdb_obstack.h".
3988 (struct gdbarch): Add an "obstack".
3989 (alloc_gdbarch_data): Allocate the gdbarch data using
3990 GDBARCH_OBSTACK_CALLOC.
3991 (free_gdbarch_data): Delete function.
3992 (gdbarch_obstack_zalloc): New function.
3993 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3994 Assert that the architecture is not initialized.
3995 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3996 vector from the obstack.
3997 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3998 architecture obstack.
3999 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
4000 (set_gdbarch_data): Assert that the data is not initialized.
4001 (struct gdbarch_data): Delete member "free".
4002 (register_gdbarch_data): Do not initialize "free".
4003 * gdbarch.h, gdbarch.c: Re-generate.
4004
4005 2003-07-22 Andrew Cagney <cagney@redhat.com>
4006
4007 * configure.in (build_warnings): Add -Wformat-nonliteral.
4008 * configure: Re-generate.
4009
4010 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4011
4012 * dwarf2loc.c (locexpr_describe_location): Fix typos.
4013
4014 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4015
4016 * findvar.c (read_var_value): Remove case for thread local storage
4017 variables. It is now entirely handled by the dwarf2 location
4018 expression code.
4019 * printcmd.c (address_info): Ditto.
4020 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
4021 enumeration value.
4022 (struct symbol): Remove objfile field, which was used by
4023 LOC_THREAD_LOCAL_STATIC only.
4024 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
4025 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
4026 usage of objfile pointer.
4027 * dwarf2loc.c (locexpr_describe_location): Add case to handle
4028 thread local variables.
4029 Add include of objfiles.h.
4030 * dwarf2expr.c (execute_stack_op): Add comments about thread local
4031 storage variables.
4032 * Makefile.in (dwarf2loc.o): Update dependencies.
4033
4034 2003-07-22 Andrew Cagney <cagney@redhat.com>
4035
4036 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
4037 get_frame_base.
4038 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
4039 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
4040 (struct value): Add opaque declaration.
4041 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
4042
4043 2003-07-21 Andrew Cagney <cagney@redhat.com>
4044
4045 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4046 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
4047
4048 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4049
4050 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4051 regcache_cooked_read_unsigned instead of read_register.
4052 (m68hc11_saved_pc_after_call): Likewise.
4053 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
4054 instead of write_register.
4055 (m68hc11_register_type): New function.
4056 (m68hc11_register_virtual_type): Remove.
4057 (m68hc11_store_return_value): Convert to use the regcache.
4058 (m68hc11_extract_struct_value_address): Likewise.
4059 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
4060 m68hc11_register_type; undeprecate store_return_value and
4061 extract_struct_value_address.
4062
4063 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4064
4065 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
4066 and translate to use regcache.
4067 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
4068
4069 2003-07-18 Andrew Cagney <cagney@redhat.com>
4070
4071 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
4072 * gdbarch.h, gdbarch.c: Re-generate.
4073 * i386-tdep.c (i386_gdbarch_init): Do not set
4074 DWARF2_BUILD_FRAME_INFO.
4075 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
4076 unconditionally.
4077 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
4078 DWARF2_BUILD_FRAME_INFO.
4079
4080 2003-07-18 Andrew Cagney <cagney@redhat.com>
4081
4082 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4083 * disasm.c (gdb_disassemble_info): Initilize di.arch.
4084
4085 2003-07-18 Andrew Cagney <cagney@redhat.com>
4086
4087 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
4088 frame_unwind_address_in_block, instead of frame_pc_unwind.
4089 (dwarf2_frame_cache): Ditto.
4090
4091 2003-07-18 Andrew Cagney <cagney@redhat.com>
4092
4093 * user-regs.h (struct gdbarch): Declare opaque.
4094 * ui-out.h (struct ui_file): Declare opaque.
4095 * dwarf2-frame.h (struct frame_info): Declare opaque.
4096
4097 2003-07-18 Kris Warkentin <kewarken@qnx.com>
4098
4099 * nto-procfs.c: Clean ARI hits. Change #include <..> to
4100 #include "...".
4101 (procfs_meminfo): Change strerror to safe_strerror.
4102 (procfs_can_run): Remove K&R badness.
4103
4104 2003-07-17 Michael Snyder <msnyder@redhat.com>
4105
4106 * remote-sim.c: Comment typo fix.
4107
4108 2003-07-17 Andrew Cagney <cagney@redhat.com>
4109
4110 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
4111 configure.
4112 * sparc-tdep.c (sparc_intreg_size): Make non-static.
4113 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4114 GDB_MULTI_ARCH_PARTIAL.
4115
4116 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
4117
4118 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4119 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
4120 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4121
4122 2003-07-16 Theodore A. Roth <troth@openavr.org>
4123
4124 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4125 found.
4126 (avr_frame_unwind_cache): Don't unwind FP for main.
4127 Update a comment.
4128 Save the computed prev_sp.
4129 (avr_saved_regs_unwinder): Remove function.
4130 (avr_frame_prev_register): Use PC unwind logic from
4131 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4132
4133 2003-07-16 Andrew Cagney <cagney@redhat.com>
4134
4135 * frame-base.h (frame_base_p_ftype): Delete definition.
4136 (frame_base_append_predicate): Delete declaration.
4137 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4138 (frame_unwind_append_predicate): Delete declaration.
4139 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4140 (append_predicate): Delete parameter "p".
4141 (frame_unwind_append_predicate): Delete function.
4142 (frame_unwind_append_sniffer): Update call to append_predicate.
4143 (frame_unwind_free): Delete function.
4144 (_initialize_frame_unwind): Pass NULL as "free" to
4145 register_gdbarch_data.
4146 (frame_unwind_init): Append the dummy_frame_sniffer.
4147 (frame_unwind_find_by_frame): Simplify.
4148 * frame-base.c (struct frame_base_table): Delete field "p".
4149 (append_predicate): Delete parameter "p".
4150 (frame_base_append_predicate): Delete function.
4151 (frame_base_append_sniffer): Update call to append_predicate.
4152 (frame_base_free): Delete function.
4153 (frame_base_find_by_frame): Simplify.
4154 (_initialize_frame_base): Pass NULL as "free" to
4155 register_gdbarch_data.
4156 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4157 (x86_64_sigtramp_frame_sniffer): Replace
4158 "x86_64_sigtramp_frame_p".
4159 (x86_64_init_abi): Set the frame unwind sniffers.
4160 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4161 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4162 (m68k_gdbarch_init): Set the frame unwind sniffers.
4163 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4164 "i386_sigtramp_frame_p".
4165 (i386_frame_sniffer): Replace "i386_frame_p".
4166 (i386_gdbarch_init): Set the frame unwind sniffers.
4167 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4168 (avr_gdbarch_init): Set the frame unwind sniffers.
4169 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4170 "alpha_sigtramp_frame_p"
4171 (alpha_heuristic_frame_sniffer): Replace
4172 "alpha_heuristic_frame_p".
4173 (alpha_gdbarch_init): Set the frame unwind sniffers.
4174 (alpha_dwarf2_init_abi): Ditto.
4175 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4176 "alpha_debug_frame_p".
4177 (alpha_mdebug_frame_base_sniffer): Replace
4178 "alpha_mdebug_frame_base_p".
4179 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4180 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4181 (d10v_gdbarch_init): Set the frame unwind sniffer.
4182 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4183 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4184 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4185 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4186 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4187 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4188
4189 2003-07-16 Michael Snyder <msnyder@redhat.com>
4190
4191 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4192 should go thru sh_dsp_register_sim_regno, else the dsp regs
4193 will not get the right values.
4194
4195 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4196
4197 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4198 deprecated_store_floating by call to store_typed_floating.
4199 (sh_sh4_register_convert_to_raw): Substitute call to
4200 deprecated_extract_floating by call to extract_typed_floating.
4201
4202 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4203
4204 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4205
4206 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4207
4208 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4209 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4210 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4211 as possible.
4212 (do_pseudo_register): Remove.
4213 (sh_push_dummy_code): New function.
4214 (sh64_store_struct_return): Rename from sh_store_struct_return.
4215 Only called for sh64 now.
4216 (sh_extract_struct_value_address): Regcache'ify.
4217 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4218 and accomodate new tasks.
4219 (sh64_push_return_address): Rename from sh_push_return_address.
4220 Only called for sh64 now.
4221 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4222 Regcache'ify.
4223 (sh3e_sh4_extract_return_value): Regcache'ify.
4224 (sh_default_store_return_value): Ditto.
4225 (sh3e_sh4_store_return_value): Ditto.
4226 (sh_default_register_byte): Remove.
4227 (sh_sh4_register_byte): Remove.
4228 (sh_default_register_raw_size): Remove.
4229 (sh_sh4_register_raw_size): Remove.
4230 (sh_register_virtual_size): Remove.
4231 (sh_sh3e_register_virtual_type): Remove.
4232 (sh_sh3e_register_type): New function.
4233 (sh_sh4_register_virtual_type): Remove.
4234 (sh_sh4_register_type): New function.
4235 (sh_default_register_virtual_type): Remove.
4236 (sh_default_register_type): New function.
4237 (do_fv_register_info): Add parameters to accomodate call from
4238 sh_print_registers_info.
4239 (do_dr_register_info): Ditto.
4240 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4241 Add parameters to accomodate call from sh_print_registers_info.
4242 (sh_do_fp_register): Ditto.
4243 (sh64_do_pseudo_register): Call do_dr_register_info,
4244 do_fv_register_info and sh_do_fp_register with default parameters.
4245 (sh_do_register): Add parameters to accomodate call from
4246 sh_print_registers_info.
4247 (sh_print_register): Ditto.
4248 (sh_print_registers_info): Rename from sh_do_registers_info.
4249 Add parameters to be used as gdbarch_print_registers_info
4250 implementation. Accomodate removed do_pseudo_register function
4251 pointer.
4252 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4253 function pointer. Call sh_print_register with default parameters.
4254 (sh64_do_registers_info): Call sh_print_registers_info instead of
4255 sh_do_registers_info.
4256 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4257 detection of deprecated vs. non-deprecated functionality.
4258 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4259 function pointer assignments by direct function calls.
4260
4261 2003-07-15 Andrew Cagney <cagney@redhat.com>
4262
4263 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4264 (frame_register_unwind, create_new_frame): Ditto.
4265 (legacy_get_prev_frame, get_frame_type): Ditto.
4266 (get_frame_base_address): Use frame_base_find_by_frame.
4267 (get_frame_locals_address): Use frame_base_find_by_frame.
4268 (get_frame_args_address): Use frame_base_find_by_frame.
4269 * frame-base.h (frame_base_sniffer_ftype): Declare.
4270 (frame_base_append_sniffer): Declare.
4271 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4272 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4273 (frame_base_append_sniffer): New function.
4274 (frame_base_append_predicate): Add a NULL sniffer.
4275 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4276 (struct frame_base_table): Add "sniffer".
4277 (frame_base_free): Free the "sniffer" table.
4278 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4279 (frame_unwind_append_sniffer): Declare.
4280 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4281 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4282 (struct frame_unwind_table): Add "sniffer", delete "middle".
4283 (append_predicate): Add "sniffer" parameter, append the sniffer.
4284 (frame_unwind_init): Update append_predicate call.
4285 (frame_unwind_append_sniffer): New function.
4286 (frame_unwind_append_predicate): Update append_predicate call.
4287 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4288
4289 2003-07-15 Andrew Cagney <cagney@redhat.com>
4290
4291 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4292 before code inhibiting repeated unwind attempts. Add to
4293 commentary on that test's problems.
4294 * blockframe.c (inside_main_func): Look for "main" in the minimal
4295 symbol table.
4296 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4297 identical.
4298
4299 2003-07-15 Andrew Cagney <cagney@redhat.com>
4300
4301 * complaints.c (struct explanation): Define.
4302 (struct complaints): Change type of "explanation" to "struct
4303 explanation".
4304 (symfile_explanations): Convert to a "struct explanation" table.
4305 (vcomplaint): Update.
4306
4307 2003-07-15 Michal Ludvig <mludvig@suse.cz>
4308
4309 * x86-64-linux-nat.c (regmap): Removed.
4310 (supply_gregset, fill_gregset): Call
4311 x86_64_linux_(fill,supply)_gregset functions.
4312 * x86-64-linux-tdep.c (USER_*): New defines.
4313 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4314 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4315 New functions.
4316 (fetch_core_registers): Ditto.
4317 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4318 * x86-64-linux-tdep.h: New file.
4319 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4320 and core-regset.o.
4321 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4322
4323 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4324
4325 * x86-64-tdep.c (x86_64_store_return_value): Use
4326 regcache_cooked_write_part instead of regcache_cooked_write.
4327
4328 * configure.host: Add x86_64-*-freebsd*.
4329 * configure.tgt: Add x86_64-*-freebsd*.
4330 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4331 * amd64fbsd-nat.c: New file.
4332 * amd64fbsd-tdep.c: New file.
4333 * config/i386/nm-fbsd64.h: New file.
4334 * config/i386/fbsd64.mh: New file.
4335 * config/i386/fbsd64.mt: New file.
4336
4337 2003-07-11 Mark Kettenis <kettenis@gnu.org>
4338
4339 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4340 `sc_regs_offset' and `sc_fpregs_offset'.
4341 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4342 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4343 (alpha_sigtramp_register_address): Rewrite to use new members of
4344 `struct gdbarch_tdep'.
4345 (alpha_gdbarch_init): Initialize new members of struct
4346 gdbarch_tdep'.
4347 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4348 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4349 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4350 (alphafbsd_pc_in_sigtramp): Implement.
4351 (alphafbsd_sigtramp_offset): New function.
4352 (alphafbsd_sigcontext_addr): New function.
4353 (alphafbsd_init_abi): Initialize signal trampoline related members
4354 of `struct gdbarch_tdep'.
4355 (_initialize_alphafbsd_tdep): Add prototype.
4356
4357 2003-07-11 Theodore A. Roth <troth@openavr.org>
4358
4359 * Makefile.in (install-only): Quote sed expression when generating
4360 transformed_name.
4361
4362 2003-07-11 Richard Henderson <rth@redhat.com>
4363
4364 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4365 * dwarf2-frame.c: Include complaints.h.
4366 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4367 variable initialization; return NULL on error.
4368 (decode_frame_entry): New.
4369
4370 2003-07-11 Andrew Cagney <cagney@redhat.com>
4371
4372 * frame.h (frame_address_in_block): Delete declaration.
4373 * blockframe.c (frame_address_in_block): Delete function.
4374 (get_frame_block): Use get_frame_address_in_block.
4375 (block_innermost_frame): Ditto.
4376 * stack.c (print_frame, backtrace_command_1): Ditto.
4377
4378 * frame.h (get_frame_address_in_block): Declare.
4379 (frame_unwind_address_in_block): Declare.
4380 * frame.c (frame_unwind_address_in_block): New function.
4381 (get_frame_address_in_block): New function.
4382
4383 2003-07-10 Andrew Cagney <cagney@redhat.com>
4384
4385 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4386 pre-default. Note: re-generate has no effect.
4387
4388 2003-07-10 Andrew Cagney <cagney@redhat.com>
4389
4390 * gdbarch.sh: When a variable, but not a function, compare against
4391 0. Fix problem in previous patch.
4392 * gdbarch.c: Re-generate.
4393
4394 2003-07-10 Andrew Cagney <cagney@redhat.com>
4395
4396 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4397 functions against NULL, not 0.
4398 * gdbarch.c: Re-generate.
4399
4400 2003-07-10 Fred Fish <fnf@ninemoons.com>
4401
4402 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4403 null string instead of a null pointer.
4404 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4405
4406 2003-07-09 Michael Snyder <msnyder@redhat.com>
4407
4408 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4409
4410 2003-07-09 Mark Kettenis <kettenis@gnu.org>
4411
4412 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4413 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4414 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4415 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4416 * x86-64-tdep.c: ... from here.
4417
4418 2003-07-09 Andreas Schwab <schwab@suse.de>
4419
4420 * m68k-tdep.h (enum struct_return): Define.
4421 (struct gdbarch_tdep): Add struct_return.
4422 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4423 bytes are padded to the right, not to the left. Pass struct value
4424 address in register %a1, not on stack.
4425 (m68k_use_struct_convention): New function.
4426 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4427 struct_return in tdep to pcc_struct_return.
4428 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4429 reg_struct_return.
4430
4431 2003-07-09 Joel Brobecker <brobecker@gnat.com>
4432
4433 * somread.c (som_symfile_offsets): Fix compilation error.
4434
4435 2003-07-09 Andrew Cagney <cagney@redhat.com>
4436
4437 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4438 Add comments about the checks.
4439
4440 2003-07-08 Andrew Cagney <cagney@redhat.com>
4441
4442 * Makefile.in: Make dependency section headers consistent.
4443 (config_h): Move to $BUILD headers section.
4444 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4445 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4446 (ada-exp.tab.c): Move to YACC/LEX section.
4447 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4448 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4449
4450 2003-07-08 Kris Warkentin <kewarken@qnx.com>
4451
4452 * nto-procfs.c: Cleaned up a bunch of ARI hits.
4453 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4454 of strerror with safe_strerror, use ISO C function definitions,
4455 and replace instances of sprintf with snprintf.
4456
4457 2003-07-07 Andrew Cagney <cagney@redhat.com>
4458
4459 * frame.c (get_prev_frame): Enable check for identical frames.
4460 Update comments. Update error messages.
4461
4462 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4463
4464 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4465
4466 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4467
4468 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4469 sort_symtab_syms, no longer necessary.
4470
4471 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4472
4473 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4474
4475 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4476
4477 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4478 (mips_register_byte): Likewise.
4479
4480 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4481
4482 * Makefile.in (sparc_tdep_h): New.
4483 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4484 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4485 * sparc-linux-nat.c: Include "sparc-tdep.h".
4486 * sparc-nat.c: Likewise.
4487 * sparc-tdep.c: Likewise.
4488 * sparc64nbsd-nat.c: Likewise.
4489 * sparcnbsd-nat.c: Likewise.
4490 * sparcnbsd-tdep.c: Likewise.
4491 * sparc-tdep.h: New file.
4492 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4493 and sparc_npc_regnum.
4494
4495 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4496
4497 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4498 (mips_linux_cannot_store_register): List supported instead of
4499 unsupported registers.
4500
4501 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4502
4503 * disasm.c (dump_insns): Separate instructions from addresses.
4504
4505 2003-07-07 Andreas Schwab <schwab@suse.de>
4506
4507 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4508 dependencies.
4509 * m68k-tdep.c (NUM_FREGS): Delete.
4510 (SIG_PC_FP_OFFSET): Delete.
4511 (TARGET_M68K): Delete.
4512 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4513 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4514 P_MOVEL_SP, P_MOVEML_SP): Define.
4515 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4516 P_TRAP): Delete.
4517 (m68k_register_raw_size): Delete.
4518 (m68k_register_virtual_size): Delete.
4519 (m68k_register_type): Renamed from m68k_register_virtual_type and
4520 add gdbarch argument.
4521 (m68k_store_struct_return): Delete.
4522 (m68k_deprecated_extract_return_value): Delete.
4523 (m68k_deprecated_extract_struct_value_address): Delete.
4524 (m68k_frame_chain): Delete.
4525 (m68k_frame_saved_pc): Delete.
4526 (m68k_fix_call_dummy): Delete.
4527 (m68k_push_dummy_frame): Delete.
4528 (m68k_pop_frame): Delete.
4529 (m68k_extract_return_value): New function.
4530 (m68k_store_return_value): Rewrite using regcache.
4531 (m68k_extract_struct_value_address): Rewrite using regcache.
4532 (m68k_push_dummy_call): New function.
4533 (struct m68k_frame_cache): Define.
4534 (m68k_alloc_frame_cache): New function.
4535 (m68k_analyze_frame_setup): New function.
4536 (m68k_analyze_register_saves): New function.
4537 (m68k_analyze_prologue): New function.
4538 (m68k_skip_prologue): Rewrite using above functions.
4539 (m68k_unwind_pc): New function.
4540 (m68k_frame_cache): New function.
4541 (m68k_frame_this_id): New function.
4542 (m68k_frame_prev_register): New function.
4543 (m68k_frame_unwind): New variable.
4544 (m68k_frame_p): New function.
4545 (m68k_sigtramp_frame_cache): New function.
4546 (m68k_sigtramp_frame_this_id): New function.
4547 (m68k_sigtramp_frame_prev_register): New function.
4548 (m68k_sigtramp_frame_unwind): New variable.
4549 (m68k_sigtramp_frame_p): New function.
4550 (m68k_frame_base_address): New function.
4551 (m68k_frame_base): New function.
4552 (m68k_unwind_dummy_id): New function.
4553 (fill_gregset): Use regcache_collect.
4554 (fill_fpregset): Likewise.
4555 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4556 defined.
4557 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4558 deprecated_init_frame_pc, deprecated_store_struct_return,
4559 deprecated_extract_return_value, deprecated_store_return_value,
4560 deprecated_frame_chain, deprecated_frame_saved_pc,
4561 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4562 deprecated_register_virtual_size,
4563 deprecated_max_register_raw_size,
4564 deprecated_max_register_virtual_size,
4565 deprecated_register_virtual_type, deprecated_register_size,
4566 deprecated_register_byte, deprecated_register_bytes,
4567 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4568 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4569 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4570 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4571 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4572 deprecated_push_dummy_frame, deprecated_pop_frame,
4573 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4574 only if SYSCALL_TRAP is defined. Set extract_return_value,
4575 store_return_value, extract_struct_value_address, register_type,
4576 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4577 predicates.
4578 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4579 M68K_MAX_REGISTER_SIZE): Define.
4580 (struct m68k_sigtramp_info): Define.
4581 (struct gdbarch_tdep): Add get_sigtramp_info.
4582 * m68klinux-nat.c (fetch_register): Use register_size instead of
4583 REGISTER_RAW_SIZE. Don't put assignment in if.
4584 (store_register): Likewise.
4585 (fetch_inferior_registers): Likewise.
4586 (store_inferior_registers): Likewise.
4587 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4588 (m68k_linux_frame_saved_pc): Delete.
4589 (m68k_linux_sigcontext_reg_offset,
4590 m68k_linux_ucontext_reg_offset): Define.
4591 (m68k_linux_get_sigtramp_info): New function.
4592 (m68k_linux_extract_return_value): Rewrite using regcache.
4593 (m68k_linux_store_return_value): Likewise.
4594 (m68k_linux_extract_struct_value_address): Likewise.
4595 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4596 Don't set deprecated_frame_saved_pc,
4597 deprecated_extract_return_value, deprecated_store_return_value,
4598 deprecated_extract_struct_value_address. Set
4599 extract_return_value, store_return_value,
4600 extract_struct_value_address.
4601
4602 2003-07-07 Andrew Cagney <cagney@redhat.com>
4603
4604 * expprint.c: Include "user-regs.h" instead of "frame.h".
4605 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4606 frame_map_regnum_to_name.
4607 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4608 (frame_map_name_to_regnum): Simplify, call
4609 user_reg_map_name_to_regnum.
4610 (frame_map_regnum_to_name): Simplify, call
4611 user_reg_map_regnum_to_name.
4612 (frame_register_unwind): Update.
4613 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4614 (_initialize_frame_reg): Call user_reg_add_builtin.
4615 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4616 (value_of_register): Use value_of_user_reg.
4617 * eval.c (evaluate_subexp_standard): Update.
4618 * parse.c (write_dollar_variable): Update.
4619 * d10v-tdep.c (d10v_print_registers_info): Update.
4620 * infcmd.c (registers_info): Update.
4621 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4622 (builtin_regs_h): Delete macro.
4623 (user_regs_h): Define.
4624 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4625 (builtin-regs.o): Delete target.
4626 (user-regs.o): Specify dependencies.
4627 (expprint.o): Update dependencies.
4628 (findvar.o): Update dependencies.
4629 (frame.o): Update dependencies.
4630 (std-regs.o): Update dependencies.
4631
4632 2003-07-06 Christopher Faylor <cgf@redhat.com>
4633
4634 * win32-nat.c (solib_symbols_add): Use one variable for all section
4635 address stuff. Pass variable rather than address of variable to
4636 safe_symbol_file_add.
4637
4638 2003-07-06 Andreas Schwab <schwab@suse.de>
4639
4640 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
4641
4642 2003-07-04 Joel Brobecker <brobecker@gnat.com>
4643
4644 * rs6000-nat.c (vmap_symtab): Fix compilation error.
4645
4646 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4647
4648 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
4649
4650 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4651
4652 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
4653 * config/i386/nto.mh: New file.
4654 * config/i386/nm-nto.h: New file.
4655 * configure.host: Add i[3456]86-*-nto*.
4656
4657 2003-07-03 Joel Brobecker <brobecker@gnat.com>
4658
4659 * remote-vx.c (vx_add_symbols): Fix compilation error.
4660
4661 2003-07-03 Andrew Cagney <cagney@redhat.com>
4662
4663 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4664 * gdbarch.h, gdbarch.c: Re-generate.
4665 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4666 (legacy_register_name): Declare.
4667 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4668 (REGISTER_NAME): Define.
4669 * sparc-tdep.c (legacy_register_name): New function.
4670 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4671 (REGISTER_NAME): Define.
4672 (hppa64_register_name): Declare.
4673 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4674 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4675 (hppa64_register_name): New function.
4676 (hppa_register_name): New function.
4677 * arch-utils.c (legacy_register_name): Delete.
4678 * arch-utils.h (legacy_register_name): Delete.
4679
4680 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
4681
4682 * cli/cli-interp.c (cli_interpreter_resume): Update the
4683 cli_uiout's stream to gdb_stdout.
4684
4685 2003-07-03 Andrew Cagney <cagney@redhat.com>
4686
4687 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4688 predicate.
4689 * gdbarch.h, gdbarch.c: Re-generate.
4690 * regcache.c (init_regcache_descr): Use legacy code when either
4691 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4692
4693 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4694
4695 * NEWS: Move "set logging" entry into GDB 6.0 section.
4696
4697 2003-07-02 Jim Blandy <jimb@redhat.com>
4698
4699 * s390-tdep.c (struct frame_extra_info): new member:
4700 'stack_bought_valid'.
4701 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4702 initialize fextra_info->stack_bought.
4703 (s390_frameless_function_invocation): Don't trust the value of
4704 fextra_info_ptr->stack_bought unless
4705 fextra_info->stack_bought_valid is set.
4706
4707 New S390 prologue analyzer.
4708 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4709 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4710 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4711 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4712 compute_x_addr, s390_on_stack, s390_store,
4713 s390_get_signal_frame_info): New functions.
4714 (S390_NUM_SPILL_SLOTS): New macro.
4715 (s390_get_frame_info): Rewritten.
4716 (is_arg_reg): Deleted.
4717
4718 Break out the decoding of S/390 instructions into separate
4719 functions, to make it more legible, and easier to check
4720 against the spec.
4721 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4722 is_rx, is_rxe): New functions.
4723 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4724 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4725 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4726 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4727 enums for opcode values. (Is this an improvement?)
4728
4729 2003-07-02 Andrew Cagney <cagney@redhat.com>
4730
4731 * i386-tdep.c: Revert change committed as part of trad-frame code
4732 below.
4733
4734 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4735
4736 * breakpoint.c (insert_catchpoint): Make static.
4737
4738 2003-07-02 Andreas Schwab <schwab@suse.de>
4739
4740 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4741 former ia64_push_arguments and ia64_push_return_address, and use
4742 regcache functions instead of read/write_register.
4743 (ia64_gdbarch_init): Set push_dummy_call instead of
4744 deprecated_push_arguments and deprecated_push_return_address.
4745
4746 2003-07-01 Andreas Jaeger <aj@suse.de>
4747
4748 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4749 before the call.
4750 Set %rax only to number of SSE registers used.
4751
4752 2003-07-01 Andrew Cagney <cagney@redhat.com>
4753
4754 * trad-frame.h: Update comments, a -1 .addr is reserved.
4755 (trad_frame_value_p, trad_frame_addr_p): Declare.
4756 (trad_frame_reg_p): Declare.
4757 (trad_frame_set_value): Rename trad_frame_register_value.
4758 (trad_frame_set_unknown): Declare.
4759 * trad-frame.c (trad_frame_realreg_p): New function.
4760 (trad_frame_addr_p, trad_frame_value_p): New function.
4761 (trad_frame_set_unknown): New function.
4762 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4763 (trad_frame_prev_register): Use trad_frame_realreg_p,
4764 trad_frame_addr_p and trad_frame_value_p.
4765 (trad_frame_set_value): Rename trad_frame_register_value.
4766 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4767 and trad_frame_set_value.
4768
4769 2003-06-30 Jim Blandy <jimb@redhat.com>
4770
4771 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4772 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4773 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4774 for 16 registers, and then 32 more bytes.
4775 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4776 New macros.
4777 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4778 Move up in the file, since it's now used by is_simple_arg.
4779 (is_simple_arg): Don't assume registers are four bytes long.
4780 Exclude all double arguments. Extended floats are not simple
4781 args.
4782 (is_power_of_two): New function.
4783 (pass_by_copy_ref): Call is_power_of_two, and check that the
4784 length fits in a register, rather than listing all the acceptable
4785 sizes. Extended floats are not passed by reference.
4786 (s390_push_arguments): Don't assume registers are four bytes long.
4787 Reserve an argument register to point to the buffer for structures
4788 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4789 S390_STACK_FRAME_OVERHEAD.
4790
4791 2003-06-30 Andreas Schwab <schwab@suse.de>
4792
4793 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4794 format error message.
4795
4796 2003-06-30 Joel Brobecker <brobecker@gnat.com>
4797
4798 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4799
4800 2003-06-30 David Carlton <carlton@kealia.com>
4801
4802 Band-aid for PR c++/1245.
4803 * Makefile.in (cp-support.o): Depend on complaints_h.
4804 * cp-support.c: Include complaints.h. Add declaration for
4805 find_last_component.
4806 (cp_find_first_component): Separate code into
4807 cp_find_first_component_aux.
4808 (cp_find_first_component_aux): Call demangled_name_complaint.
4809 (demangled_name_complaint): New.
4810
4811 2003-06-30 Andrew Cagney <cagney@redhat.com>
4812
4813 * remote.c (remote_write_bytes): Explicitly compute and then use
4814 the payload size. Update comments to reflect. Fixes problem of
4815 GDB not sending small packets as found by Fred Fish.
4816
4817 2003-06-30 Andrew Cagney <cagney@redhat.com>
4818
4819 * remote.c (remote_async_wait): Fix -Wformat problem.
4820
4821 2003-06-29 Andrew Cagney <cagney@redhat.com>
4822
4823 * remote.c (remote_wait): Call error, and not warning, when the
4824 packet is corrupt.
4825 (remote_async_wait): Ditto.
4826
4827 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4828
4829 * sparc-tdep.c (sparc_y_regnum): Make external again.
4830
4831 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4832
4833 * cli/cli-logging.c (pop_output_files): Add void to function
4834 definition.
4835
4836 2003-06-29 Andrew Cagney <cagney@redhat.com>
4837
4838 * frame.c (frame_register_unwind): Use unsigned char when dumping
4839 the buffer contents.
4840
4841 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
4842
4843 * cli/cli-logging.c: New file.
4844 * cli-out.c (struct ui_out_data): Add original_stream.
4845 (cli_redirect): New function.
4846 (cli_ui_out_impl): Add cli_redirect.
4847 (cli_out_new): Initialize original_stream.
4848 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4849 (uo_redirect, ui_out_redirect): New.
4850 * ui-out.h (struct ui_out_impl): Add redirect member.
4851 (redirect_ftype): New.
4852 (ui_out_redirect): Add prototype.
4853 * Makefile.in: Add rules for cli-logging.c.
4854 * NEWS: Mention "set logging".
4855
4856 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4857
4858 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4859
4860 2003-06-27 Andrew Cagney <cagney@redhat.com>
4861
4862 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4863 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4864 * avr-tdep.c (avr_call_dummy_address): Delete function.
4865 (avr_gdbarch_init): Do not set call_dummy_address.
4866
4867 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4868
4869 * symfile.c (syms_from_objfile): Move variables to inner block.
4870 Move the checks for the non-mainline case a bit earlier to avoid
4871 doing some useless computations.
4872
4873 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4874
4875 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4876
4877 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4878
4879 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4880 sections.
4881
4882 2003-06-26 Michael Chastain <mec@shout.net>
4883
4884 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4885 gdb/testsuite/gdb.c++/pr-1210.exp.
4886
4887 2003-06-26 Andrew Cagney <cagney@redhat.com>
4888
4889 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4890 altivec_expression.h and altivec_registers.h.
4891
4892 2003-06-26 Andrew Cagney <cagney@redhat.com>
4893
4894 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4895 info->mach when MIPS16. Patch suggested by Fred Fish.
4896
4897 2003-06-26 Andrew Cagney <cagney@redhat.com>
4898
4899 * utils.c (internal_vproblem): Print the problem to a reason
4900 buffer and then pass to query. Make the msg variable more local.
4901
4902 2003-06-26 Andrew Cagney <cagney@redhat.com>
4903
4904 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4905 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4906 * gdbarch.h, gdbarch.c: Re-generate.
4907 * frame-base.c (default_frame_args_address): Update. Use
4908 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4909 not available.
4910 (default_frame_locals_address): Ditto for
4911 DEPRECATED_FRAME_LOCALS_ADDRESS.
4912 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4913 (vax_frame_num_args): Update.
4914 (vax_gdbarch_init): Update.
4915 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4916 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4917 * mcore-tdep.c (mcore_gdbarch_init): Update.
4918 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4919 * ia64-tdep.c (ia64_gdbarch_init): Update.
4920 * symtab.h (address_class): Update comments.
4921 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4922 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4923 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4924 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4925 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4926 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4927 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4928 * alpha-mdebug-tdep.c: Update.
4929 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4930
4931 2003-06-26 Andreas Jaeger <aj@suse.de>
4932
4933 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4934 of SSE registers so that varargs functions work. Rework handling
4935 of passing arguments on the stack.
4936 (x86_64_store_return_value): Return double and float values in SSE
4937 register.
4938
4939 2003-06-24 Michael Chastain <mec@shout.net>
4940
4941 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4942 the "constructor breakpoints ignored" bug.
4943
4944 2003-06-25 David Carlton <carlton@kealia.com>
4945
4946 * MAINTAINERS: Update e-mail address.
4947
4948 2003-06-24 Jim Blandy <jimb@redhat.com>
4949
4950 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4951
4952 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4953 function.
4954 (ppc_linux_init_abi): Register it as the
4955 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4956
4957 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4958 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4959 method.
4960
4961 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4962 (ppc64_standard_linkage_target): Use it.
4963
4964 2003-06-23 Andrew Cagney <cagney@redhat.com>
4965
4966 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4967 for 0 "int0" and 4 "int32" sized registers.
4968 * gdbtypes.c (builtin_type_int0): Define.
4969 (build_gdbtypes): Initialize builtin_type_int0.
4970 * gdbtypes.h (builtin_type_int0): Declare.
4971
4972 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4973
4974 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4975 as characters are unsigned.
4976
4977 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4978
4979 PR gdb/1179
4980 * dwarfread.c (struct_type): Skip static fields without crashing.
4981
4982 2003-06-22 Andrew Cagney <cagney@redhat.com>
4983
4984 GDB 6.0 branch created.
4985 * README: Update.
4986 * PROBLEMS: Update. Empty.
4987 * NEWS: Update.
4988
4989 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4990
4991 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4992 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4993
4994 2003-06-22 Andrew Cagney <cagney@redhat.com>
4995
4996 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4997 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4998 Velikov.
4999
5000 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5001
5002 * cli/cli-cmds.c (shell_escape): Silence warnings from old
5003 compilers.
5004
5005 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5006
5007 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
5008 argument of val_print.
5009 * cp-valprint.c (cp_print_value): Don't add the offset parameter
5010 to the address argument of baseclass_offset or target_read_memory.
5011 Do add it to the argument of cp_print_value_fields.
5012
5013 2003-06-21 Andrew Cagney <cagney@redhat.com>
5014
5015 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
5016 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
5017 instead of 0..NUM_REGS.
5018 (mips_register_reggroup_p): New function.
5019 (mips_pseudo_register_write): New function.
5020 (mips_pseudo_register_read): New function.
5021 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
5022 based on the register's type.
5023 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
5024 cooked.
5025 (mips_get_saved_register): Simplify. Assert that REGNO is a
5026 pseudo / cooked.
5027 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
5028 (mips_register_type): Replace mips_register_virtual_type. Map
5029 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
5030 when available.
5031 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
5032 that the register is cooked / virtual.
5033 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
5034 Only get the extra info when needed.
5035 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
5036 (mips32_heuristic_proc_desc): Fetch the cooked register.
5037 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
5038 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
5039 (mips_print_register): Use gdbarch_register_type, instead of
5040 REGISTER_VIRTUAL_TYPE.
5041 (print_gp_register_row): Use gdbarch_register_type, instead of
5042 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
5043 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5044 Print the pseudo / cooked registers.
5045 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5046 Print the pseudo / cooked registers.
5047 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
5048 REG_NUM is pseudo / cooked.
5049 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
5050 (mips_n32n64_xfer_return_value): Ditto.
5051 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
5052 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
5053 (mips_register_sim_regno): New function.
5054 (mips_gdbarch_init): Set deprecated_register_byte,
5055 register_group_p, pseudo_register_write, pseudo_register_read,
5056 register_sim_regno, and num_pseudo_regs. Set register_type,
5057 instead of register_virtual_type.
5058 * Makefile.in (mips-tdep.o): Update dependencies.
5059 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
5060 REGISTER_VIRTUAL_TYPE.
5061 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
5062 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
5063 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
5064 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
5065 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
5066
5067 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5068
5069 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
5070 * cli/cli-cmds.c: Include "gdb_vfork.h".
5071 (shell_escape): Use vfork.
5072
5073 2003-06-21 Andrew Cagney <cagney@redhat.com>
5074
5075 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
5076 32 bit floating-point register saves.
5077
5078 * frame.h (deprecated_unwind_get_saved_register): Delete.
5079 * frame.c (deprecated_unwind_get_saved_register): Delete function.
5080 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
5081 and deprecated_get_next_frame_hack instead of
5082 deprecated_unwind_get_saved_register.
5083
5084 * mips-tdep.c (mips_dump_tdep): Do not print
5085 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
5086
5087 * frame.c (get_frame_register): New function.
5088 (frame_unwind_register_signed): New function.
5089 (get_frame_register_signed): New function.
5090 (frame_unwind_register_unsigned): New function.
5091 (get_frame_register_unsigned): New function.
5092 * frame.h: Add comments on naming schema.
5093 (get_frame_register, frame_unwind_register_signed): Declare.
5094 (get_frame_register_signed, get_frame_register_signed): Declare.
5095 (frame_unwind_register_unsigned): Declare.
5096 (get_frame_register_unsigned): Declare.
5097
5098 2003-06-20 Theodore A. Roth <troth@openavr.org>
5099
5100 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
5101
5102 2003-06-20 Theodore A. Roth <troth@openavr.org>
5103
5104 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
5105 (avr_read_sp): Ditto.
5106
5107 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
5108
5109 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5110 * config/arm/nm-linux.h: Likewise.
5111 * config/arm/tm-linux.h: Likewise.
5112 * config/ia64/nm-linux.h: Likewise.
5113 * config/ia64/tm-ia64.h: Likewise.
5114 * config/s390/tm-linux.h: Likewise.
5115 * config/s390/tm-s390.h: Likewise.
5116 * s390-nat.c: Likewise.
5117 * s390-tdep.c: Likewise.
5118
5119 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5120 * config/ia64/linux.mt: Likewise.
5121 * config/m68k/linux.mh: Likewise.
5122 * config/mips/linux.mt: Likewise.
5123 * config/powerpc/linux.mh: Likewise.
5124 * config/sh/linux.mt: Likewise.
5125
5126 2003-06-19 Kris Warkentin <kewarken@qnx.com>
5127
5128 * solib.c (solib_open): Change tests for whether to search
5129 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5130 comments.
5131
5132 2003-06-19 Theodore A. Roth <troth@openavr.org>
5133
5134 * avr-tdep.c (avr_frame_address): Delete function.
5135 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5136 set_gdbarch_frame_args_address.
5137
5138 2003-06-19 Andrew Cagney <cagney@redhat.com>
5139
5140 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5141 (REGISTER_CONVERT_FROM_TYPE): Delete.
5142 (mips_register_convert_to_type): Delete declaration.
5143 (mips_register_convert_from_type): Delete declaration.
5144 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5145 kernel/.
5146
5147 2003-06-19 Michael Snyder <msnyder@redhat.com>
5148
5149 * linux-nat.h: New file.
5150 * linux-nat.c: Include linux-nat.h.
5151 * lin-lwp.c: Include linux-nat.h.
5152 Move struct lwp_info def to linux-nat.h.
5153 * linux-proc.c: Include linux-nat.h.
5154 (linux_make_note_section): Iterate over lwps instead of threads.
5155 (linux_do_thread_registers): Use lwp instead of merged pid.
5156 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
5157 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
5158 Add dependency on linux_nat_h.
5159
5160 2003-06-19 Theodore A. Roth <troth@openavr.org>
5161
5162 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5163
5164 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5165
5166 * varobj.c (get_type, get_target_type): Use check_typedef.
5167
5168 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5169
5170 * breakpoint.c (insert_catchpoint): Call internal_error.
5171
5172 2003-06-19 Theodore A. Roth <troth@openavr.org>
5173
5174 * avr-tdep.c (avr_push_dummy_code): Delete function.
5175 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5176
5177 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5178
5179 * arch-utils.c (default_prepare_to_proceed): Remove.
5180 (generic_prepare_to_proceed): Remove.
5181 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5182 (generic_prepare_to_proceed): Remove prototype.
5183 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5184 * gdbarch.c: Regenerate.
5185 * gdbarch.h: Regenerate.
5186 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5187 * hppah-nat.c (hppa_switched_threads): Remove.
5188 * infrun.c (prepare_to_proceed): New static function, copied from
5189 generic_prepare_to_proceed. Remove select_it argument.
5190 (proceed): Call prepare_to_proceed.
5191 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5192 variables.
5193 (ptrace_wait): Don't set the removed variables.
5194 (hppa_switched_threads): Remove.
5195 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5196 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5197 (lin_lwp_prepare_to_proceed): Remove prototype.
5198 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5199 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5200
5201 2003-06-18 Theodore A. Roth <troth@openavr.org>
5202
5203 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5204 trad-frame.h.
5205 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5206 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5207 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5208 (AVR_PROLOGUE_*): Enumerate prologue types.
5209 (struct frame_extra_info): Remove.
5210 (struct avr_unwind_cache): Define.
5211 (avr_write_sp): Delete function.
5212 (avr_read_fp): Ditto.
5213 (avr_init_extra_frame_info): Ditto.
5214 (avr_pop_frame): Ditto.
5215 (avr_frame_saved_pc): Ditto.
5216 (avr_saved_pc_after_call): Ditto.
5217 (avr_push_return_address): Ditto.
5218 (avr_frame_chain): Ditto.
5219 (avr_store_struct_return): Ditto.
5220 (avr_push_arguments): Ditto.
5221 (avr_scan_prologue): Update comments. Changed to set up the info for
5222 cache unwinding. Now returns end of prologue PC.
5223 (avr_skip_prologue): Better handling of functions lacking a prologue
5224 by using avr_scan_prologue.
5225 (avr_scan_arg_moves): New function.
5226 (avr_saved_regs_unwinder): Ditto.
5227 (avr_frame_unwind_cache): Ditto.
5228 (avr_unwind_pc): Ditto.
5229 (avr_frame_this_id): Ditto.
5230 (avr_frame_prev_register): Ditto.
5231 (avr_frame_p): Ditto.
5232 (avr_frame_base_address ): Ditto.
5233 (avr_unwind_dummy_id): Ditto.
5234 (avr_push_dummy_code): Ditto.
5235 (push_stack_item): Ditto.
5236 (pop_stack_item): Ditto.
5237 (avr_push_dummy_call): Ditto.
5238 (struct stack_item): Define.
5239 (avr_frame_unwind): Declare structure.
5240 (avr_frame_base): Ditto.
5241 (avr_gdbarch_init): Remove calls to
5242 set_gdbarch_deprecated_init_frame_pc,
5243 set_gdbarch_deprecated_target_read_fp,
5244 set_gdbarch_deprecated_dummy_write_sp,
5245 set_gdbarch_deprecated_fp_regnum,
5246 set_gdbarch_deprecated_push_arguments,
5247 set_gdbarch_deprecated_push_return_address,
5248 set_gdbarch_deprecated_pop_frame,
5249 set_gdbarch_deprecated_store_struct_return,
5250 set_gdbarch_deprecated_frame_init_saved_regs,
5251 set_gdbarch_deprecated_init_extra_frame_info,
5252 set_gdbarch_deprecated_frame_chain,
5253 set_gdbarch_deprecated_frame_saved_pc,
5254 set_gdbarch_deprecated_saved_pc_after_call.
5255 Add calls to set_gdbarch_push_dummy_call,
5256 set_gdbarch_push_dummy_code,
5257 frame_unwind_append_predicate,
5258 frame_base_set_default,
5259 set_gdbarch_unwind_dummy_id,
5260 set_gdbarch_unwind_pc.
5261 Wrap a long line.
5262
5263 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
5264
5265 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5266 registers for H8/300S.
5267 (h8300_print_registers_info): Ditto.
5268 (h8300_gdbarch_init): Accommodate register count for H8/300S.
5269
5270 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
5271
5272 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5273 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5274 (lin_lwp_wait): Likewise. Update comments.
5275 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5276 (pull_pid_from_list, linux_record_stopped_pid): New.
5277
5278 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5279
5280 * ada-lang.c (scan_discrim_bound): Name first argument.
5281 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5282 declared by ALL_BLOCK_SYMBOLS.
5283
5284 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5285
5286 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5287 ("regcache.h"): Include it.
5288 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5289
5290 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5291
5292 * NEWS: Mention gdbserver detach change and "disconnect" command.
5293 * infcmd.c (disconnect_command): New function.
5294 (_initialize_infcmd): Add ``disconnect'' command.
5295 * remote.c (remote_async_detach): Delete.
5296 (remote_detach): Merge remote_async_detach.
5297 (remote_disconnect): New.
5298 (init_remote_ops): Set to_disconnect.
5299 (init_remote_cisco_ops): Likewise.
5300 (init_remote_async_ops): Likewise. Use remote_detach.
5301 * target.c (cleanup_target): Default to_disconnect.
5302 (update_current_target): Inherit to_disconnect.
5303 (target_disconnect, debug_to_disconnect): New functions.
5304 (setup_target_debug): Set to_disconnect.
5305 * target.h (struct target_ops): Add to_disconnect.
5306 (target_disconnect): Add prototype.
5307
5308 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5309
5310 * breakpoint.c (insert_catchpoint): New function.
5311 (insert_breakpoints): Use catch_exceptions to call
5312 insert_catchpoint. Disable catchpoints if they fail to insert.
5313
5314 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5315
5316 * symfile.c (reread_symbols): Clear sym_private.
5317
5318 2003-06-17 Andrew Cagney <cagney@redhat.com>
5319
5320 * trad-frame.h (struct frame_info): Add opaque declaration.
5321 * remote-fileio.h (struct cmd_list_element): Add opaque
5322 declaration.
5323 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5324 comments.
5325
5326 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5327
5328 * remote.c (remote_prepare_to_store): Replace call to
5329 deprecated_read_register_bytes with multiple regcache_raw_read
5330 calls.
5331
5332 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5333
5334 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5335 (nto_find_and_open_solib): Likewise.
5336 (nto_init_solib_absolute_prefix): Likewise.
5337 (_initialize_nto_tdep): Fix indentation.
5338
5339 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5340
5341 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5342
5343 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5344
5345 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5346
5347 2003-06-17 Jim Blandy <jimb@redhat.com>
5348
5349 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5350
5351 2003-06-16 Theodore A. Roth <troth@openavr.org>
5352
5353 * avr-tdep.c (avr_extract_return_value): New function.
5354 (avr_gdbarch_init): Set extract_return_value method.
5355
5356 2003-06-16 Andrew Cagney <cagney@redhat.com>
5357
5358 * frame.h (deprecated_get_next_frame_hack): Declare.
5359 * frame.c (legacy_saved_regs_prev_register): Only require
5360 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5361 there are always saved regs.
5362 (deprecated_generic_get_saved_register): Do not require
5363 DEPRECATED_FRAME_INIT_SAVED_REGS.
5364 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5365 use frame ID unwind instead.
5366 (deprecated_get_next_frame_hack): New function.
5367
5368 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5369
5370 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5371 (h8300_push_dummy_call): ...this function. Some minor optimization.
5372 (h8300_push_return_address): Remove.
5373 (h8300_gdbarch_init): Remove calls to
5374 set_gdbarch_deprecated_dummy_write_sp,
5375 set_gdbarch_deprecated_push_arguments and
5376 set_gdbarch_deprecated_push_return_address.
5377 Add call to set_gdbarch_push_dummy_call.
5378
5379 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5380
5381 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5382 (E_PSEUDO_EXR_REGNUM): Ditto.
5383 (h8300_is_argument_spill): Check for instructions moving argument
5384 registers into safe registers.
5385 (h8300_skip_prologue): Check for stm instruction to push registers
5386 used for register variables onto stack.
5387 (gdb_print_insn_h8300): Remove.
5388 (h8300_examine_prologue): Add a comment.
5389 (h8300_register_name): Take pseudo registers into account.
5390 (h8300s_register_name): Ditto.
5391 (h8300sx_register_name): Ditto.
5392 (h8300_print_register): Ditto.
5393 (h8300_print_registers_info): Define "nice" printing order.
5394 (h8300_saved_pc_after_call): Take pseudo registers into account.
5395 (h8300_register_type): Ditto. Return type used for remote connection
5396 when requesting real CCR or EXR register, return actual type when
5397 requesting pseudo CCR or EXR.
5398 (h8300_pseudo_register_read): New function.
5399 (h8300_pseudo_register_write): Ditto.
5400 (h8300_dbg_reg_to_regnum): Ditto.
5401 (h8300s_dbg_reg_to_regnum): Ditto.
5402 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5403 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5404 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5405 set_gdbarch_print_insn architecture dependent.
5406 Call set_gdbarch_pseudo_register_read and
5407 set_gdbarch_pseudo_register_write.
5408 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5409
5410 2003-06-16 Andrew Cagney <cagney@redhat.com>
5411
5412 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5413 * gdbarch.h, gdbarch.c: Re-generate.
5414 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5415 * s390-tdep.c (s390_gdbarch_init): Update.
5416 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5417 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5418 * mips-tdep.c (mips_gdbarch_init): Update.
5419 * mcore-tdep.c (mcore_gdbarch_init): Update.
5420 * cris-tdep.c (cris_gdbarch_init): Update.
5421 * infcall.c (call_function_by_hand): Update.
5422 * ia64-tdep.c (ia64_push_arguments): Update comment.
5423 * frame.c (legacy_get_prev_frame): Do not assume
5424 SAVE_DUMMY_FRAME_TOS_P.
5425 * dummy-frame.c (find_dummy_frame): Update comment.
5426
5427 2003-06-16 Andrew Cagney <cagney@redhat.com>
5428
5429 * regcache.c (do_cooked_read): Do not use register_valid_p.
5430
5431 2003-06-15 Theodore A. Roth <troth@openavr.org>
5432
5433 * avr-tdep.c (avr_register_type): Remove a blank line.
5434 (avr_scan_prologue): Correct some comments.
5435
5436 2003-06-15 Theodore A. Roth <troth@openavr.org>
5437
5438 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5439 prologue types.
5440 Properly scan prologues generated by gcc with the -mcall-prologues
5441 option.
5442 Add code to scan -mcall-prologues for mega devices.
5443
5444 2003-06-15 Theodore A. Roth <troth@openavr.org>
5445
5446 * avr-tdep.c (avr_register_byte): Delete function.
5447 (avr_register_raw_size): Delete function.
5448 (avr_register_virtual_size): Delete function.
5449 (avr_register_virtual_type): Delete function.
5450 (avr_register_type): New function.
5451 (avr_address_to_pointer): Remove unused code.
5452 (avr_read_fp): Need to read FP as two separate bytes due to change to
5453 avr_register_type() usage.
5454 (avr_gdbarch_init): Don't set deprecated_register_size.
5455 Don't set deprecated_register_bytes.
5456 Don't set deprecated_register_byte.
5457 Don't set deprecated_register_raw_size.
5458 Don't set deprecated_max_register_raw_size.
5459 Don't set deprecated_register_virtual_size.
5460 Don't set deprecated_max_register_virtual_size.
5461 Don't set deprecated_register_virtual_type.
5462 Set register_type method.
5463
5464 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
5465
5466 * Makefile.in (linux-nat.o): Add rule.
5467 * linux-nat.c: New file.
5468 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5469 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5470 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5471 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5472 * config/arm/linux.mh (NATDEPFILES): Likewise.
5473 * config/i386/linux.mh (NATDEPFILES): Likewise.
5474 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5475 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5476 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5477 * config/mips/linux.mh (NATDEPFILES): Likewise.
5478 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5479 * config/s390/s390.mh (NATDEPFILES): Likewise.
5480 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5481
5482 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5483
5484 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5485 replace out-of-date comment.
5486
5487 2003-06-15 Andrew Cagney <cagney@redhat.com>
5488
5489 * rdi-share/host.h (Fail): Change to a varargs function.
5490 * remote-rdi.c (Fail): Update.
5491
5492 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5493
5494 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5495 (i386_convert_register_p, i386_register_to_value,
5496 i386_register_from_value): Handle types longer than 8 bytes.
5497
5498 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5499
5500 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5501 Move floating-point code to new function in i387-tdep.c.
5502 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5503 New functions containing code moved here from i386-tdep.c.
5504 * i387-tdep.h: Add opaque declaration for `struct type'.
5505 (i387_register_to_value, i387_value_to_register): New prototypes.
5506 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5507 (x86_64_init_abi): Set convert_register_p, register_to_value and
5508 value_to_register here.
5509
5510 2003-06-14 Andrew Cagney <cagney@redhat.com>
5511
5512 * mips-tdep.c (mips_register_to_value): Make static.
5513 (mips_value_to_register): Make static.
5514 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5515 * ia64-tdep.c (ia64_register_raw_size): Make static.
5516 (ia64_register_virtual_size): Make static.
5517 (ia64_register_byte): Make static.
5518 * i387-tdep.c: Include "i387-tdep.h".
5519 (print_387_control_word): Delete function.
5520 (print_387_status_word): Delete function.
5521 (print_387_status_bits): Delete function.
5522 (print_387_control_bits): Delete function.
5523 * Makefile.in (i387-tdep.o): Update dependencies.
5524 * rdi-share/host.h (Fail): Declare.
5525 * remote-rdi.c (Fail): Update to match declaration.
5526
5527 2003-06-14 Andrew Cagney <cagney@redhat.com>
5528
5529 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5530 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5531 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5532 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5533 * README: Delete reference to remote-array.
5534 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5535 (remote-array.o): Delete target.
5536 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5537 * remote-array.c: Delete file.
5538
5539 2003-06-14 Andrew Cagney <cagney@redhat.com>
5540 Mark Kettenis <kettenis@gnu.org>
5541
5542 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5543 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5544 parameter with "frame".
5545 * gdbarch.h, gdbarch.c: Re-generate.
5546 * frame.h (put_frame_register): Declare.
5547 * frame.c (put_frame_register): New function.
5548 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5549 (legacy_register_to_value): Rewrite, use "frame" to get the
5550 register value.
5551 (legacy_value_to_register): Rewrite, use "frame" to find the
5552 register's location before storing.
5553 * arch-utils.h (legacy_convert_register_p): Update.
5554 (legacy_register_to_value, legacy_value_to_register): Update.
5555 * findvar.c (value_from_register): Rewrite, eliminate use of
5556 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5557 "frame" to REGISTER_TO_VALUE.
5558 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5559 lval_reg_frame_relative + lval_register branch of the switch. Do
5560 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5561 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5562 I386_EDI_REGNUM): New defines.
5563 (i386_next_regnum, i386_convert_register_p,
5564 i386_register_to_value, i386_value_to_register): New functions.
5565 (i386_register_convertible, i386_register_convert_to_virtual,
5566 i386_convert_to_raw): Remove functions.
5567 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5568 value_to_register instead of register_convertible,
5569 register_convert_to_virtual and register_convert_to_raw.
5570 * mips-tdep.c (mips_convert_register_p): New function.
5571 (mips_value_to_register): Replace mips_register_convert_from_type.
5572 (mips_register_to_value): Replace mips_register_convert_to_type.
5573 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5574 register_to_value.
5575 * alpha-tdep.c (alpha_convert_register_p): Update.
5576 (alpha_value_to_register): Update, store the register.
5577 (alpha_register_to_value): Update, fetch the register.
5578
5579 2003-06-14 Theodore A. Roth <troth@openavr.org>
5580
5581 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5582 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5583 Don't set deprecated_call_dummy_words.
5584 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5585 Don't set remote_translate_xfer_address.
5586 (avr_io_reg_read_command): Remove commented out debug printf.
5587 Wrap a long line.
5588
5589 2003-06-14 Theodore A. Roth <troth@openavr.org>
5590
5591 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5592 causes gdb to seg fault.
5593
5594 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
5595
5596 * sparc-nat.c (fetch_inferior_registers): Correct
5597 a reference to "registers".
5598
5599 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
5600
5601 * Makefile.in (exc_request_U_h): Define
5602 (exc_request_S_h): Likewise.
5603 (msg_reply_S_h): Likewise.
5604 (msg_U_h): Likewise.
5605 (notify_S_h): Likewise.
5606 (process_reply_S_h): Likewise.
5607 (gnu-nat.o): Depend on gdb_obstack_h
5608 * gnu-nat.c: Include "gdb_obstack.h".
5609
5610 2003-06-13 Andrew Cagney <cagney@redhat.com>
5611
5612 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5613 * gdbarch.h, gdbarch.c: Re-generate.
5614
5615 2003-06-13 Andrew Cagney <cagney@redhat.com>
5616
5617 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5618 when deprecated REGISTER macros can be deleted.
5619 * gdbarch.h, gdbarch.c: Re-generate.
5620
5621 2003-06-13 Jim Blandy <jimb@redhat.com>
5622
5623 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5624 Linux entry point symbols for _dl_debug_state, too.
5625
5626 2003-06-13 Andrew Cagney <cagney@redhat.com>
5627
5628 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5629 available, do not use the FP register, and always save the TOS.
5630 * dummy-frame.c (dummy_frame_this_id): Do not assert
5631 SAVE_DUMMY_FRAME_TOS.
5632 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5633 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5634 (i386_push_dummy_call): Add 8 to the returned SP.
5635 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5636 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5637 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5638 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5639 (x86_64_push_dummy_call): Return "sp + 16".
5640 (x86_64_init_abi): Do not set save_dummy_frame_tos.
5641 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5642 save_dummy_frame_tos.
5643
5644 2003-06-13 Jim Blandy <jimb@redhat.com>
5645
5646 * frv-tdep.c (frv_use_struct_convention): Delete static
5647 declaration for function deleted in my change of 2003-06-12.
5648
5649 2003-06-13 Theodore A. Roth <troth@openavr.org>
5650
5651 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5652 (avr_pointer_to_address): Shift code addrs left 1 bit.
5653 (avr_convert_from_func_ptr_addr): Delete function since operation is
5654 better handled by avr_address_to_pointer and avr_pointer_to_address.
5655 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5656
5657 2003-06-13 Mark Kettenis <kettenis@gnu.org>
5658
5659 From Kelley Cook <kelleycook@wideopenwest.com>:
5660 * configure.host: Accept i[34567]86 variants.
5661 * configure.tgt: Likewise.
5662 * nlm/configure.in: Likewise.
5663 * nlm/configure: Regenerated.
5664
5665 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
5666
5667 * arm-tdep.c (solib-svr4.h): Dont' include it.
5668 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5669 * arm-linux-tdep.c: ... here. Make static.
5670 (arm_linux_init_abi): Register it.
5671 (solib-svr4.h): Include it.
5672 * Makefile.in: Update dependencies.
5673 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5674 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5675
5676 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5677
5678 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5679 indicate registers used for return values.
5680 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5681 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5682 members.
5683 (h8300_init_extra_frame_info): Ditto.
5684 (h8300_frame_locals_address): Removed.
5685 (h8300_frame_args_address): Removed.
5686 (h8300_extract_return_value): Use new regcache structure. Only care
5687 for 16 bit CPUs.
5688 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5689 (h8300_store_return_value): Use new regcache structure. Only care
5690 for 16 bit CPUs.
5691 (h8300h_store_return_value): Same function for 32 bit CPUs.
5692 (h8300_store_struct_return): Removed.
5693 (h8300_extract_struct_value_address): Use new regcache structure.
5694 (h8300h_extract_struct_value_address): Removed.
5695 (h8300_push_dummy_code): New function.
5696 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5697 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5698 set_gdbarch_store_return_value architecture dependent.
5699 Call set_gdbarch_push_dummy_code and
5700 set_gdbarch_extract_struct_value_address.
5701 Remove calls to set_gdbarch_frame_args_address,
5702 set_gdbarch_frame_locals_address,
5703 set_gdbarch_deprecated_store_struct_return,
5704 set_gdbarch_deprecated_extract_return_value,
5705 set_gdbarch_deprecated_extract_struct_value_address,
5706 set_gdbarch_deprecated_call_dummy_words and
5707 set_gdbarch_deprecated_sizeof_call_dummy_words.
5708
5709 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5710
5711 * h8300-tdep.c (h8300_register_byte): Remove.
5712 (h8300h_register_byte): Remove.
5713 (h8300_register_virtual_type): Remove. Substitute by...
5714 (h8300_register_type): New function.
5715 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5716 (h8300h_extract_struct_value_address): Ditto.
5717 (h8300_gdbarch_init): Drop calls to
5718 set_gdbarch_deprecated_register_byte and
5719 set_gdbarch_deprecated_register_virtual_type.
5720 Add call to set_gdbarch_register_type.
5721
5722 2003-06-13 Andrew Cagney <cagney@redhat.com>
5723
5724 * gdbarch.sh: Update comments on registers.
5725 (deprecated_register_byte): Rename register_byte.
5726 (deprecated_register_raw_size): Rename register_raw_size.
5727 (deprecated_register_virtual_size): Rename register_virtual_size.
5728 (deprecated_register_virtual_type): Rename register_virtual_type.
5729 * gdbarch.h, gdbarch.c: Re-generate.
5730 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5731 * vax-tdep.c (vax_gdbarch_init): Update.
5732 * v850-tdep.c (v850_gdbarch_init): Update.
5733 * sparc-tdep.c (sparc_gdbarch_init): Update.
5734 * sh-tdep.c (sh_gdbarch_init): Update.
5735 * s390-tdep.c (s390_gdbarch_init): Update.
5736 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5737 * ns32k-tdep.c: Update.
5738 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5739 * mips-tdep.c (mips_gdbarch_init): Update.
5740 * mcore-tdep.c (mcore_gdbarch_init): Update.
5741 * m68k-tdep.c (m68k_gdbarch_init): Update.
5742 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5743 * ia64-tdep.c (ia64_gdbarch_init): Update.
5744 * hppa-tdep.c (hppa_gdbarch_init): Update.
5745 * h8300-tdep.c (h8300_gdbarch_init): Update.
5746 * frv-tdep.c (frv_gdbarch_init): Update.
5747 * cris-tdep.c (cris_gdbarch_init): Update.
5748 * avr-tdep.c (avr_gdbarch_init): Update.
5749 * alpha-tdep.c (alpha_gdbarch_init): Update.
5750 * arm-tdep.c (arm_gdbarch_init): Update.
5751
5752 2003-06-13 Andrew Cagney <cagney@redhat.com>
5753
5754 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5755 mips_o32_use_struct_convention with always_use_struct_convention.
5756
5757 2003-06-12 David Carlton <carlton@kealia.com>
5758
5759 * cp-namespace.c (cp_set_block_scope): Comment out
5760 processing_has_namespace_info branch.
5761
5762 2003-06-12 Jim Blandy <jimb@redhat.com>
5763
5764 Recognize and skip 64-bit PowerPC Linux linkage functions.
5765 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5766 insn_pattern, insns_match_pattern, d_field, ds_field): New
5767 functions, macros, and types for working with PPC instructions.
5768 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5769 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5770 ppc64_skip_trampoline_code): New functions, variables, and macros
5771 for recognizing and skipping linkage functions.
5772 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5773 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5774
5775 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5776 register offsets for both the 32- and 64-bit interfaces.
5777
5778 Actually finish the job started by my change of 2003-05-29.
5779 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5780 other #definition of this.
5781 (ppc_linux_skip_trampoline_code): Remove declaration.
5782 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5783 static.
5784 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5785 method for GDBARCH.
5786
5787 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5788 'long' on ppc64-*-linux*.
5789
5790 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5791 isn't #defined, assume the register doesn't exist: act as if
5792 tdep->ppc_mq_regnum were -1.
5793
5794 * configure.host, configure.tgt: Add entries for
5795 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5796 powerpc/linux.mt.
5797 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5798 New files.
5799
5800 * arch-utils.c (always_use_struct_convention): New function.
5801 * arch-utils.h (always_use_struct_convention): New prototype.
5802 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5803 (alpha_gdbarch_init): Register always_use_struct_convention,
5804 instead of alpha_use_struct_convention.
5805 * cris-tdep.c (cris_use_struct_convention): Delete.
5806 (cris_gdbarch_init): Register always_use_struct_convention,
5807 instead of cris_use_struct_convention.
5808 * frv-tdep.c (frv_use_struct_convention): Delete.
5809 (frv_gdbarch_init): Register always_use_struct_convention,
5810 instead of frv_use_struct_convention.
5811 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5812 (h8300_gdbarch_init): Register always_use_struct_convention,
5813 instead of h8300_use_struct_convention.
5814 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
5815 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5816 instead of mips_o32_use_struct_convention.
5817
5818 2003-06-12 Andrew Cagney <cagney@redhat.com>
5819
5820 * wince.c: Include "mips-tdep.h".
5821 * mips-tdep.h (mips_next_pc): Declare.
5822 * mcore-tdep.c: Make more local functions static.
5823 * Makefile.in (wince.o): Update dependencies.
5824
5825 2003-06-12 David Carlton <carlton@kealia.com>
5826
5827 * symtab.c (lookup_symbol_aux_minsyms): Replace
5828 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5829 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5830 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5831 SYMBOL_NATURAL_NAME.
5832
5833 2003-06-12 Andreas Schwab <schwab@suse.de>
5834
5835 * Makefile.in (tuiDisassem.o): Update dependencies.
5836
5837 2003-06-12 David Carlton <carlton@bactrian.org>
5838
5839 * symtab.h: Delete declaration of make_symbol_overload_list.
5840 Add declaration of lookup_partial_symbol.
5841 * symtab.c (remove_params): Move to cp-support.c.
5842 (overload_list_add_symbol, make_symbol_overload_list)
5843 (sym_return_val_size, sym_return_val_index): Ditto.
5844 (lookup_partial_symbol): Make extern.
5845 * cp-support.h: Add declaration of make_symbol_overload_list.
5846 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5847 symtab.h, and block.h.
5848 (remove_params): Move here from symtab.c.
5849 (overload_list_add_symbol, make_symbol_overload_list)
5850 (sym_return_val_size, sym_return_val_index): Ditto.
5851 * valops.c: Include cp-support.h.
5852 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5853 frame_h, and block_h.
5854 (valops.o): Depend on cp_support_h.
5855
5856 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
5857
5858 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5859 substitute by NUM_REGS throughout.
5860 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5861 (h8300s_register_name): New function for H8S registers.
5862 (h8300sx_register_name): Ditto for H8SX registers.
5863 (h8300_print_register): Revise register printing, avoid depending
5864 on 32 bit long.
5865 (h8300_register_byte): Only care for H8/300 registers.
5866 (h8300h_register_byte): New function for any other architecture.
5867 (h8300_register_raw_size): Remove.
5868 (h8300_register_virtual_type): Revise to return actually useful
5869 type.
5870 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5871 (h8300h_extract_struct_value_address): New function for any other
5872 architecture.
5873 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5874 set_gdbarch_register_name, set_gdbarch_register_byte,
5875 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5876 Remove calls to set_gdbarch_deprecated_register_size,
5877 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5878 set_gdbarch_deprecated_max_register_raw_size,
5879 set_gdbarch_register_virtual_size and
5880 set_gdbarch_deprecated_max_register_virtual_size entirely.
5881 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5882 set_gdbarch_long_double_bit.
5883
5884 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5885
5886 * doublest.c (convert_doublest_to_floatformat): When dealing
5887 with the implied integer bit, only alter mant_bits if we are
5888 processing a full 32 bits of mantissa.
5889
5890 2003-06-11 David Carlton <carlton@bactrian.org>
5891
5892 * dictionary.h: New.
5893 * dictionary.c: New.
5894 * block.h: Add opaque declaration for struct dictionary.
5895 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5896 'sym' members.
5897 (BLOCK_DICT): New macro.
5898 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5899 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5900 BLOCK_SHOULD_SORT.
5901 (ALL_BLOCK_SYMBOLS): Update definition.
5902 * Makefile.in (SFILES): Add dictionary.c.
5903 (dictionary_h): New.
5904 (COMMON_OBS): Add dictionary.o.
5905 (dictionary.o): New.
5906 (ada-lang.o): Depend on dictionary_h.
5907 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5908 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5909 (mi-cmd-stack.o): Ditto.
5910 (gdbtk-cmds.o): Update dependencies.
5911 (gdbtk-stack.o): Ditto.
5912 * ada-lang.c: Include dictionary.h.
5913 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5914 (fill_in_ada_prototype, debug_print_block): Ditto.
5915 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5916 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5917 'is_sorted'.
5918 * mdebugread.c: Include dictionary.h.
5919 (struct parse_stack): Delete 'maxsyms' member.
5920 (parse_symbol): Update calls to new_block. Delete calls to
5921 shrink_block. Use dictionary methods.
5922 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5923 Update calls to new_symtab. Don't maintain maxsyms data.
5924 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5925 (add_symbol): Just call dict_add_symbol.
5926 (new_symtab): Delete 'maxsyms' argument.
5927 (new_symtab): Update calls to new_block.
5928 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5929 (shrink_block): Delete function.
5930 (fixup_sigtramp): Update call to new_block. Add symbol via
5931 dict_add_symbol.
5932 * jv-lang.c: Include dictionary.h.
5933 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5934 appropriately. Set class_symtab->free_func. Make sure the
5935 blockvector is big enough to hold two blocks.
5936 (add_class_symtab_symbol): Use dictionary methods.
5937 (free_class_block): New function.
5938 (type_from_class): Replace explicit iteration by
5939 ALL_BLOCK_SYMBOLS.
5940 * symtab.h (struct symtab): Replace 'free_ptr' method by
5941 'free_func'.
5942 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5943 sort_symtab_syms.
5944 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5945 sort_symtab_syms.
5946 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5947 Include dictionary.h.
5948 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5949 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5950 sort_symtab_syms.
5951 * objfiles.c: Include dictionary.h.
5952 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5953 * buildsym.c: Include dictionary.h.
5954 (finish_block): Use dictionary methods.
5955 (end_symtab): Set free_func to NULL, not free_ptr.
5956 * tracepoint.c: Include dictionary.h.
5957 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5958 (scope_info): Ditto.
5959 * stack.c: Include dictionary.h.
5960 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5961 (print_block_frame_labels, print_frame_arg_vars)
5962 (print_frame_args): Ditto.
5963 * symmisc.c (free_symtab_block): Use dictionary methods.
5964 (dump_symtab): Ditto.
5965 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5966 Include dictionary.h.
5967 * symfile.h: Delete declarations of sort_block_syms,
5968 sort_symtab_syms.
5969 * symfile.c (sort_block_syms): Delete.
5970 (sort_symtab_syms): Delete.
5971 * symtab.c: Include dictionary.h.
5972 (lookup_block_symbol): Use dictionary iterators.
5973 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5974 (search_symbols, make_symbol_completion_list): Ditto.
5975 (make_symbol_overload_list): Ditto.
5976 * valops.c (value_of_local): Use dict_empty.
5977 Include dictionary.h.
5978
5979 2003-06-11 J. Brobecker <brobecker@gnat.com>
5980
5981 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5982
5983 2003-06-11 David Carlton <carlton@bactrian.org>
5984
5985 * block.h (BLOCK_SHOULD_SORT): Delete.
5986 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5987 blocks.
5988 * ada-lang.c (ada_add_block_symbols): Ditto.
5989 * symfile.c (sort_block_syms): Delete.
5990 (sort_symtab_syms): Ditto.
5991 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5992 declarations.
5993 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5994 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5995 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5996 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5997 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5998 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5999 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
6000
6001 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6002
6003 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
6004 bits to 128.
6005
6006 2003-06-11 Andrew Cagney <cagney@redhat.com>
6007
6008 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
6009 REGISTER_CONVERTIBLE.
6010 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
6011 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
6012 * gdbarch.h, gdbarch.c: Re-generate.
6013 * arch-utils.h (deprecated_register_convertible_not): Rename
6014 generic_register_convertible_not.
6015 * arch-utils.c (deprecated_register_convertible_not): Rename
6016 generic_register_convertible.
6017 (legacy_convert_register_p, legacy_register_to_value): Update.
6018 * sh-tdep.c (sh64_push_arguments): Update.
6019 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
6020 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
6021 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
6022 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
6023 * arch-utils.c (legacy_value_to_register): Update.
6024 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6025 (rs6000_register_convert_to_raw): Make parameter "from" const.
6026 * mips-tdep.c (mips_gdbarch_init): Update.
6027 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
6028 * infcmd.c (default_print_registers_info): Update.
6029 * ia64-tdep.c (ia64_gdbarch_init): Update.
6030 (ia64_register_convert_to_raw): Make parameter "from" const.
6031 * i386-tdep.c (i386_gdbarch_init): Update.
6032 (i386_register_convert_to_raw): Update.
6033
6034 2003-06-11 Andrew Cagney <cagney@redhat.com>
6035
6036 * remote-fileio.c: Include "remote-fileio.h".
6037 * Makefile.in (remote-fileio.o): Update dependencies.
6038 (remote_fileio_h): Fix typo.
6039
6040 2003-06-11 Andrew Cagney <cagney@redhat.com>
6041
6042 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
6043 (xstormy16_save_dummy_frame_tos): Make static.
6044 (_initialize_xstormy16_tdep): Add declaration.
6045 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6046 * v850-tdep.c: Make local functions static.
6047 (_initialize_v850_tdep): Add declaration.
6048 * sparc-tdep.c: Make local functions static.
6049 (_initialize_sparc_tdep): Add declaration.
6050 * sh-tdep.c: Make local functions static.
6051 (_initialize_sh_tdep): Add declaration.
6052 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
6053 * s390-tdep.c: Make local functions static.
6054 (_initialize_s390_tdep): Add declaration.
6055 * dbxread.c (find_stab_function_addr): Make static.
6056 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
6057 * ocd.c (_initialize_remote_ocd): Add declaration.
6058 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
6059 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
6060 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
6061 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
6062 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6063 * remote-array.c (_initialize_array): Add declaration.
6064 (_initialize_remote_monitors): Add declaration.
6065 * remote-mips.c: Make local functions static.
6066 (_initialize_remote_mips): Add declaration.
6067 * mcore-tdep.c: Make all local functions static.
6068 (_initialize_mcore_tdep): Add declaration.
6069 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
6070 * abug-rom.c (_initialize_abug_rom): Add declaration.
6071 * rom68k-rom.c (_initialize_rom68k): Add declaration.
6072 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
6073 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6074 * remote-est.c (_initialize_est): Add declaration.
6075 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6076 (m68hc11_call_dummy_address): Make static.
6077 * ia64-tdep.c: Make local functions static.
6078 (_initialize_ia64_tdep): Add declaration.
6079 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
6080 * monitor.c (monitor_wait_filter): Make static.
6081 (_initialize_remote_monitors): Add declaration.
6082 * remote-hms.c (_initialize_remote_hms): Add declaration.
6083 * remote-e7000.c (fetch_regs_from_dump): Make static.
6084 (expect_n): Make static.
6085 (_initialize_remote_e7000): Add declaration.
6086 * ser-e7kpc.c: Always include "defs.h".
6087 (_initialize_ser_e7000pc): Add declaration.
6088 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6089 * cris-tdep.c: Make all but one function static.
6090 (_initialize_cris_tdep): Add declaration.
6091 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6092 * solib.c (update_solib_list): Make static.
6093 (_initialize_solib): Add declaration.
6094 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
6095 (_initialize_avr_tdep): Add declaration.
6096 * remote-rdi.c (voiddummy): Make static.
6097 (_initialize_remote_rdi): Add declaration.
6098 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6099 * remote-rdp.c (send_rdp): Make static.
6100 (_initialize_remote_rdp): Add declaration.
6101 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6102
6103 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
6104
6105 * remote-fileio.c: Make ari happy.
6106
6107 2003-06-10 J. Brobecker <brobecker@gnat.com>
6108
6109 * rs6000-nat.c (child_xfer_memory): Compute the right address when
6110 fetching the trailing bytes of the buffer we are about to write.
6111
6112 2003-06-10 Andrew Cagney <cagney@redhat.com>
6113
6114 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6115 * Makefile.in (remote-fileio.o): Update dependencies.
6116 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
6117 include <setjmp.h>, or <sys/types.h> conditional on USG.
6118 (remote_fio_jmp_buf): Delete global variable.
6119
6120 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
6121 Martin M. Hunt <hunt@redhat.com>
6122
6123 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6124 (SFILES): Add remote-fileio.c.
6125 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
6126 dependencies for building remote.o.
6127 * remote-fileio.c: New file implementing the remote File-I/O protocol.
6128 * remote-fileio.h: New header file defining remote File-I/O interface.
6129 * remote.c (remote_write_bytes, remote_read_bytes): Remove
6130 static storage class.
6131 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6132 'F' packet.
6133 (_initialize_remote): Call initialize_remote_fileio().
6134 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
6135 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6136 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6137 (captured_main): Initialize new ui_files.
6138 * ui-file.c: Add read and fgets input functions.
6139 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6140 (null_file_read): New function.
6141 (ui_file_read): New function.
6142 (set_ui_file_read): New function.
6143 (stdio_file_read): New function.
6144 * ui-file.h: New type ui_file_read_ftype.
6145 (set_ui_file_read): Declare.
6146 (ui_file_read): Declare.
6147
6148 2003-06-09 Andrew Cagney <cagney@redhat.com>
6149
6150 * frame.h (deprecated_unwind_get_saved_register): Rename
6151 generic_unwind_get_saved_register, update comments.
6152 * mips-tdep.c (mips_get_saved_register): Update.
6153 * frame.c (deprecated_unwind_get_saved_register): Update.
6154
6155 2003-06-09 Andrew Cagney <cagney@redhat.com>
6156
6157 * vax-tdep.c (vax_frame_locals_address): Delete function.
6158 (vax_gdbarch_init): Do not set frame_locals_address.
6159 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6160 (m68hc11_gdbarch_init): Do not set frame_locals_address.
6161 * s390-tdep.c (s390_frame_args_address): Delete function.
6162 (s390_gdbarch_init): Do not set frame_args_address or
6163 frame_locals_address.
6164 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6165 (ns32k_gdbarch_init): Do not set frame_locals_address.
6166 * hppa-tdep.c (hppa_frame_args_address): Delete function.
6167 (hppa_frame_locals_address): Delete function.
6168 (hppa_gdbarch_init): Do not set frame_args_address, or
6169 frame_locals_address.
6170 * arm-tdep.c (arm_frame_args_address): Delete.
6171 (arm_frame_locals_address): Delete.
6172 (arm_gdbarch_init): Do not set frame_args_address, or
6173 frame_locals_address.
6174
6175 2003-06-09 Andrew Cagney <cagney@redhat.com>
6176
6177 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6178 * gdbarch.h, gdbarch.c: Re-generate.
6179 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6180 * arch-utils.c (frame_num_args_unknown): Delete function.
6181 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6182 (frame_info): Use FRAME_NUM_ARGS_P.
6183 * arm-tdep.c (arm_frame_num_args): Delete function.
6184 (arm_gdbarch_init): Do not set frame_num_args.
6185 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6186 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6187 (hppa_gdbarch_init): Do not set frame_num_args.
6188 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6189 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6190 frame_num_args to default frame_num_args_unknown.
6191 * v850-tdep.c (v850_gdbarch_init): Ditto.
6192 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6193 * sh-tdep.c (sh_gdbarch_init): Ditto.
6194 * s390-tdep.c (s390_gdbarch_init): Ditto.
6195 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6196 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6197 * mips-tdep.c (mips_gdbarch_init): Ditto.
6198 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6199 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6200 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6201 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6202 * i386-tdep.c (i386_gdbarch_init): Ditto.
6203 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6204 * frv-tdep.c (frv_gdbarch_init): Ditto.
6205 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6206 * cris-tdep.c (cris_gdbarch_init): Ditto.
6207 * avr-tdep.c (avr_gdbarch_init): Ditto.
6208 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6209
6210 2003-06-09 Andrew Cagney <cagney@redhat.com>
6211
6212 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6213 (print_frame_args): Moved to "stack.c".
6214 * stack.c: Include "gdb_assert.h".
6215 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6216 (print_frame_args): Moved from "printcmd.c".
6217 * frame.h (print_frame_args): Delete declaration.
6218 * Makefile.in (stack.o): Update dependencies.
6219
6220 2003-06-08 Andrew Cagney <cagney@redhat.com>
6221
6222 * frame.c (get_prev_frame): Remove reference to
6223 frame_args_address_correct in comments.
6224 * frame-base.c (default_frame_args_address): Delete code
6225 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6226 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6227 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6228 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6229 (vax_frame_args_address_correct): Delete declaration.
6230
6231 2003-06-08 Andrew Cagney <cagney@redhat.com>
6232
6233 * gdbarch.sh (UNWIND_SP): Add.
6234 * gdbarch.h, gdbarch.c: Re-generate.
6235 * frame.c (frame_sp_unwind): New function.
6236 (get_frame_sp): New function.
6237 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6238 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6239 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6240 value.
6241 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6242 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6243
6244 2003-06-08 Andrew Cagney <cagney@redhat.com>
6245
6246 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6247 REMOTE_BREAKPOINT.
6248 * remote.c: Update.
6249 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6250 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6251 * config/m68k/tm-sun3.h: Update.
6252 * config/m68k/tm-m68klynx.h: Update.
6253 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6254
6255 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6256 trad_frame". Update comments.
6257 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6258 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6259 (trad_frame_register_value, trad_frame_prev_register): Update.
6260
6261 2003-06-08 Andrew Cagney <cagney@redhat.com>
6262
6263 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6264 from GCC's acinclude.m4.
6265 * configure.in: Check for getopt's delcaration.
6266 * aclocal.m4, config.in, configure: Re-generate.
6267 * main.c (error_init): Delete declaration.
6268 * defs.h (error_init): Declare.
6269 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6270 (rs6000_convert_from_func_ptr_addr): Make static.
6271 (_initialize_rs6000_tdep): Add declaration.
6272 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6273 (show_commands, set_verbose, show_history): Delete declaration.
6274 * top.h (set_verbose): Add declaration.
6275 (show_history, set_history, show_commands): Add declaration.
6276 (do_restore_instream_cleanup): Add declaration.
6277 * objc-lang.c (specialcmp): Make static.
6278 (print_object_command): Make static.
6279 (find_objc_msgsend): Make static.
6280 (find_objc_msgcall_submethod_helper): Make static.
6281 (find_objc_msgcall_submethod): Make static.
6282 (_initialize_objc_language): Add declaration.
6283 (find_implementation_from_class): Make static.
6284 (find_implementation): Make static.
6285 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6286 * objc-lang.h (lookup_struct_typedef): Add declaration.
6287 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6288 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6289 (do_restore_user_call_depth): Make static.
6290 (do_restore_instream_cleanup): Delete declaration.
6291 (dont_repeat): Delete declaration.
6292 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6293 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6294 * reggroups.c (_initialize_reggroup): Add declaration.
6295 * cp-support.c (_initialize_cp_support): Add declaration.
6296 * cp-abi.c (_initialize_cp_abi): Add declaration.
6297 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6298 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6299 (_initialize_gnu_v3_abi): Add declaration.
6300 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6301 (_initialize_gnu_v2_abi): Add declaration.
6302 * frame-base.c (_initialize_frame_base): Add declaration.
6303 * doublest.c (floatformat_from_length): Make static.
6304 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6305 * frame.c (create_sentinel_frame): Make static.
6306 (_initialize_frame): Add declaration.
6307 * top.c (do_catch_errors): Make static.
6308 (gdb_rl_operate_and_get_next_completion): Make static.
6309 * typeprint.c: Include "typeprint.h".
6310 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6311 (sentinel_frame_this_id): Make static.
6312 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6313 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6314 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6315 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6316 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6317 * maint.c (maintenance_print_architecture): Make static.
6318 * signals/signals.c (_initialize_signals): Add declaration.
6319 * std-regs.c (_initialize_frame_reg): Add declaration.
6320 * jv-exp.y (push_variable): ISO C definition.
6321 (push_qualified_expression_name): Ditto.
6322 * memattr.c (_initialize_mem): Add declaration.
6323 * remote.c (remote_check_watch_resources): Make static.
6324 (remote_stopped_by_watchpoint): Make static.
6325 (remote_stopped_data_address): Make static.
6326 * d10v-tdep.c (nr_dmap_regs): Make static.
6327 (a0_regnum): Make static.
6328 (d10v_frame_unwind_cache): Make static.
6329 (d10v_frame_p): Make static.
6330 * osabi.c (show_osabi): Make static.
6331 (_initialize_gdb_osabi): Add extern declaration.
6332 * gdbtypes.c (make_qualified_type): Make static.
6333 (safe_parse_type): Make static.
6334 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6335 * macrotab.c (macro_bcache_free): Make static.
6336 * interps.c (interp_set_quiet): Make static.
6337 (interpreter_exec_cmd): Make static.
6338 * stack.h (select_frame_command): New file.
6339 * stack.c: Include "stack.h".
6340 (select_frame_command_wrapper): Delete function.
6341 (select_frame_command): Make global.
6342 * infcall.c: Include "infcall.h".
6343 * linespec.c: Include "linespec.h".
6344 * symfile.c (sections_overlap): Make static.
6345 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6346 * charset.c (_initialize_charset): Add missing prototype.
6347 * regcache.c (init_legacy_regcache_descr): Make static.
6348 (do_regcache_xfree): Make static.
6349 (regcache_xfer_part): Make static.
6350 (_initialize_regcache): Add missing prototype.
6351 * breakpoint.c (parse_breakpoint_sals): Make static.
6352 (breakpoint_sals_to_pc): Make static.
6353 * interps.h (clear_interpreter_hooks): ISO C declaration.
6354 * Makefile.in (stack_h): Define.
6355 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6356 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6357
6358 2003-06-08 Andrew Cagney <cagney@redhat.com>
6359
6360 * Makefile.in (d10v-tdep.o): Update dependencies.
6361 (SFILES): Add trad-frame.c.
6362 (trad_frame_h): Define.
6363 (COMMON_OBS): Add trad-frame.o.
6364 (trad-frame.o): Specify dependencies.
6365 * d10v-tdep.c: Include "trad-frame.h".
6366 (saved_regs_unwinder): Delete function.
6367 (d10v_frame_prev_register): Use trad_frame_prev_register.
6368 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6369 trad_frame", delete "regs" and "prev_sp".
6370 (prologue_find_regs): Use trad-frame.
6371 * trad-frame.h, trad-frame.c: New files.
6372
6373 2003-06-08 Mark Kettenis <kettenis@gnu.org>
6374
6375 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6376
6377 2003-06-07 Adam Fedor <fedor@gnu.org>
6378
6379 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6380 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6381 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6382 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
6383 resolve_msgsend_super, resolve_msgsend_super_stret):
6384 Use it.
6385
6386 2003-06-07 Andrew Cagney <cagney@redhat.com>
6387
6388 * symfile.h: Re-indent, clean up comments.
6389
6390 2003-06-07 Andrew Cagney <cagney@redhat.com>
6391
6392 * inferior.h (deprecated_write_sp): Replace
6393 generic_target_write_sp.
6394 * regcache.c (deprecated_write_sp): Replace
6395 generic_target_write_sp.
6396 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6397 * vax-tdep.c (vax_gdbarch_init): Update.
6398 * v850-tdep.c (v850_gdbarch_init): Update.
6399 * sparc-tdep.c (sparc_gdbarch_init): Update.
6400 * sh-tdep.c (sh_gdbarch_init): Update.
6401 * s390-tdep.c (s390_gdbarch_init): Update.
6402 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6403 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6404 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6405 * mcore-tdep.c (mcore_gdbarch_init): Update.
6406 * m68k-tdep.c (m68k_gdbarch_init): Update.
6407 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6408 * ia64-tdep.c (ia64_gdbarch_init): Update.
6409 * h8300-tdep.c (h8300_gdbarch_init): Update.
6410 * frv-tdep.c (frv_gdbarch_init): Update.
6411 * cris-tdep.c (cris_gdbarch_init): Update.
6412 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6413
6414 2003-06-07 Andrew Cagney <cagney@redhat.com>
6415
6416 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6417 Assert that PC_REGNUM is valid.
6418 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6419
6420 2003-06-07 Andrew Cagney <cagney@redhat.com>
6421
6422 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6423 * gdbarch.h, gdbarch.c: Regenerate.
6424 * mn10300-tdep.c: Include "gdb_assert.h".
6425 (mn10300_read_fp): New function.
6426 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6427 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6428 * ia64-tdep.c: Include "gdb_assert.h".
6429 (ia64_read_fp): New function.
6430 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6431 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6432 * regcache.c (generic_target_read_sp): Delete function.
6433 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6434 * inferior.h (generic_target_read_sp): Delete declaration.
6435 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6436 generic_target_read_sp.
6437 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6438 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6439 * sh-tdep.c (sh_gdbarch_init): Ditto.
6440 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6441 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6442
6443 2003-06-07 Andrew Cagney <cagney@redhat.com>
6444
6445 * gdbarch.sh: Comment each field of startup_gdbarch.
6446 * gdbarch.h, gdbarch.c: Re-generate.
6447
6448 2003-06-07 Andrew Cagney <cagney@redhat.com>
6449
6450 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6451 * gdbarch.h, gdbarch.c: Re-generate.
6452 * regcache.c: Update comments on read_pc et.al.
6453 (generic_target_read_pc): Delete function.
6454 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6455 * inferior.h (generic_target_read_pc): Delete declaration.
6456 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6457 generic_target_read_pc.
6458 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6459 * sh-tdep.c (sh_gdbarch_init): Ditto.
6460 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6461 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6462
6463 2003-06-07 Andrew Cagney <cagney@redhat.com>
6464
6465 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6466 "index" with "special_local_sect". Use strcmp instead of STREQ.
6467 Append period to coments.
6468
6469 2003-06-06 Mark Mitchell <mark@codesourcery.com>
6470
6471 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6472 (elfstab_offset_sections): Likewise.
6473 * gdb-stabs.h (stab_section_info): Likewise.
6474 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6475 * objfiles.c (objfile_relocate): Likewise.
6476 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6477 * remote.c (get_offsets): Likewise.
6478 (remote_cisco_objfile_relocate): Likewise.
6479 * somread.c (som_symfile_offsets): Likewise.
6480 * symfile.c (alloc_section_addr_info): New function.
6481 (build_section_addr_info_from_section_tab): Use it.
6482 (free_section_addr_info): Adjust.
6483 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6484 (syms_from_objfile): Allocate local_addr dynamically.
6485 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6486 dynamically.
6487 (add_symbol_file_command): Allocate sect_opts dynamically.
6488 (reread_symbols): Avoid use of SECT_OFF_MAX.
6489 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6490 (alloc_section_addr_info): Declare it.
6491 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6492 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6493 dynamically.
6494 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
6495
6496 2003-06-06 Andrew Cagney <cagney@redhat.com>
6497
6498 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6499 (d10v_frame_unwind_cache): Do not set "return_pc".
6500
6501 2003-06-06 Michael Snyder <msnyder@redhat.com>
6502
6503 * h8300-tdep.c: Make tidy (long lines).
6504
6505 2003-06-06 Michal Ludvig <mludvig@suse.cz>
6506
6507 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
6508 to regcache_collect().
6509
6510 2003-06-05 J. Brobecker <brobecker@gnat.com>
6511
6512 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6513 pc_in_sigtramp multiarch method.
6514 (hppa_hpux_som_init_abi): Use it.
6515 (hppa_hpux_elf_init_abi): Likewise.
6516 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6517 macro has been multiarched.
6518 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6519 macro here, as hppa64 isn't multiarched yet.
6520
6521 2003-06-05 Andrew Cagney <cagney@redhat.com>
6522
6523 * Makefile.in (value_h): Add $(frame_h).
6524 * value.h: Include "frame.h".
6525 (struct value): Replace "frame_addr" with "frame_id".
6526 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6527 * values.c (allocate_value): Use VALUE_FRAME_ID.
6528 (value_copy): Use VALUE_FRAME_ID.
6529 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6530 * valops.c (value_assign): Update. Use frame_find_by_id.
6531
6532 2003-06-05 Michal Ludvig <mludvig@suse.cz>
6533
6534 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6535 in each pass.
6536
6537 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6538
6539 * thread-db.c (check_event): For create/death event breakpoints,
6540 loop through all messages to ensure that we read the message
6541 corresponding to the breakpoint we are at.
6542
6543 2003-06-04 Michael Snyder <msnyder@redhat.com>
6544
6545 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6546
6547 2003-06-04 Mark Kettenis <kettenis@gnu.org>
6548
6549 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6550 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6551 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6552 when handling .eh_frame sections.
6553
6554 2003-06-04 J. Brobecker <brobecker@gnat.com>
6555
6556 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6557 prepare_to_proceed procedure instead of the hppa-specific one.
6558 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6559
6560 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
6561
6562 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6563 * config.in: Regenerated.
6564 * configure.in: Add test for syscall function and check for
6565 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6566 * configure: Regenerated.
6567 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6568 <sys/syscall.h>.
6569 (kill_lwp): New function that uses tkill syscall or
6570 uses kill, depending on whether threading model is nptl or not.
6571 All callers of kill() changed to use kill_lwp().
6572 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6573 see if all threads have already exited in the nptl model.
6574 (stop_and_resume_callback): New callback function used by the
6575 lin_lwp_wait thread exit handling code.
6576 (stop_wait_callback): Check for threads already having exited and
6577 delete such threads fromt the lwp list when discovered.
6578 (stop_callback): Don't assert retcode of kill call.
6579
6580 Roland McGrath <roland@redhat.com>
6581 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6582 nptl libthread_db.
6583
6584 2003-06-03 Richard Henderson <rth@redhat.com>
6585
6586 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6587 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6588 (alpha_sigtramp_frame_prev_register): Likewise.
6589 (alpha_heuristic_frame_prev_register): Likewise.
6590 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6591
6592 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
6593 alpha-specific register id names.
6594 (alpha_mdebug_frame_unwind_cache): Likewise.
6595 (alpha_mdebug_frame_prev_register): Likewise.
6596
6597 2003-06-03 Richard Henderson <rth@redhat.com>
6598
6599 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6600 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6601 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6602 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6603 unwind routines.
6604 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6605 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6606 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6607
6608 * alpha-linux-tdep.c: Remove unnecessary includes.
6609 * Makefile.in (alpha-linux-tdep.o): Update.
6610
6611 2003-06-03 Richard Henderson <rth@redhat.com>
6612
6613 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6614 (alphabsd_fill_fpreg): Likewise.
6615
6616 2003-06-03 J. Brobecker <brobecker@gnat.com>
6617
6618 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6619 references to struct frame_info fields by calls to the equivalent
6620 accessors. Necessary now that frame_info is opaque.
6621
6622 2003-06-03 J. Brobecker <brobecker@gnat.com>
6623
6624 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6625 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6626 structure, field no longer exists.
6627
6628 2003-06-03 J. Brobecker <brobecker@gnat.com>
6629
6630 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6631 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6632
6633 2003-06-03 J. Brobecker <brobecker@gnat.com>
6634
6635 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6636 references to struct frame_info fields by calls to the equivalent
6637 accessors. Necessary now that frame_info is opaque.
6638
6639 2003-06-03 J. Brobecker <brobecker@gnat.com>
6640
6641 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
6642 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
6643 structure, field no longer exists.
6644
6645 2003-06-03 Theodore A. Roth <troth@openavr.org>
6646
6647 * remote.c (init_remote_state): Compute sizeof_g_packet by
6648 accumulation of the size of all registers instead of blindly using
6649 DEPRECATED_REGISTER_BYTES.
6650
6651 2003-06-03 Michael Snyder <msnyder@redhat.com>
6652
6653 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6654 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6655 for h8300sx.
6656
6657 2003-06-03 J. Brobecker <brobecker@gnat.com>
6658
6659 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6660 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6661
6662 2003-06-03 Andrew Cagney <cagney@redhat.com>
6663
6664 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6665 (sparc_convert_to_raw): Delete function.
6666 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6667 register_convert_to_virtual.
6668
6669 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
6670
6671 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6672 layer if not dealing with a statically-linked threaded program.
6673
6674 2003-06-03 Kris Warkentin <kewarken@qnx.com>
6675
6676 * solib.c (solib_open): Update comment to reflect actual search order.
6677
6678 2003-06-03 Andrew Cagney <cagney@redhat.com>
6679
6680 * frame.c (get_frame_memory_signed): New function.
6681 (get_frame_memory, get_frame_memory_unsigned): New function.
6682 (get_frame_arch): New function.
6683 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6684 (get_frame_memory, get_frame_unsigned_memory): Declare.
6685 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6686 get_frame_memory_unsigned and get_frame_arch.
6687 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6688
6689 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
6690
6691 * MAINTAINERS (write after approval): Add myself.
6692
6693 2003-06-03 Jim Blandy <jimb@redhat.com>
6694
6695 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6696 elements of gregset_t are 64 bits each, but access registers
6697 are still 32 bits, so they're packed two per gregset_t
6698 element. Unpack/pack them properly.
6699
6700 2003-06-02 David Carlton <carlton@bactrian.org>
6701
6702 * linespec.c (find_methods): Break out code into
6703 add_matching_methods and add_constructors.
6704 (add_matching_methods): New.
6705 (add_constructors): Ditto.
6706
6707 2003-06-02 Andrew Cagney <cagney@redhat.com>
6708
6709 * sparc-tdep.c (sparc_print_registers): Delete call to
6710 REGISTER_CONVERTIBLE.
6711 (sparc_gdbarch_init): Do not set register_convertible.
6712 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6713 * frv-tdep.c (frv_gdbarch_init): Ditto.
6714 * cris-tdep.c (cris_gdbarch_init): Ditto.
6715
6716 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
6717
6718 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
6719 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6720 (syms_from_objfile): Ditto.
6721
6722 2003-06-03 Andreas Schwab <schwab@suse.de>
6723
6724 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6725 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6726
6727 2003-06-02 Richard Henderson <rth@redhat.com>
6728
6729 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6730 a member of all_reggroup.
6731
6732 2003-06-02 Richard Henderson <rth@redhat.com>
6733
6734 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6735 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6736 (alpha_lds, alpha_sts): New.
6737 (alpha_convert_register_p): Change from _register_convertible.
6738 (alpha_register_to_value): Change from _convert_to_virtual;
6739 restructure and fail for type sizes other than 4 or 8.
6740 (alpha_value_to_register): Similarly.
6741 (alpha_extract_return_value): Use alpha_sts.
6742 (alpha_store_return_value): Use alpha_lds.
6743 (alpha_gdbarch_init): Update hooks.
6744
6745 2003-06-02 Richard Henderson <rth@redhat.com>
6746
6747 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6748 regnum identifiers.
6749 (alpha_sigtramp_register_address): Likewise.
6750
6751 2003-06-02 Richard Henderson <rth@redhat.com>
6752
6753 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6754 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6755 * alpha-tdep.h: Declare them.
6756
6757 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6758 Remove zerobuf. Don't error on UNIQUE.
6759 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6760 (ALPHA_REGSET_UNIQUE): Provide default.
6761 (supply_gregset): Use alpha_supply_int_regs.
6762 (fill_gregset): Use alpha_fill_int_regs.
6763 (supply_fpregset): Use alpha_supply_fp_regs.
6764 (fill_fpregset): Use alpha_fill_fp_regs.
6765 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6766 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6767 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6768 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6769 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6770 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6771
6772 2003-06-02 Richard Henderson <rth@redhat.com>
6773
6774 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6775
6776 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6777 (alpha_store_return_value): Likewise.
6778
6779 2003-06-02 David Carlton <carlton@math.stanford.edu>
6780
6781 * block.c (contained_in): Add 'const' to arguments.
6782 (block_function): Ditto.
6783 * block.h: Update declarations for block_function and
6784 contained_in.
6785
6786 2003-06-02 David Carlton <carlton@math.stanford.edu>
6787
6788 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6789 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6790 * p-valprint.c (pascal_val_print): Ditto.
6791 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6792
6793 2003-06-02 Richard Henderson <rth@redhat.com>
6794
6795 * alpha-tdep.c (alpha_push_dummy_call): Use
6796 builtin_type_ieee_double_little instead of builtin_type_double.
6797
6798 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
6799 sign-extension of 32-bit values.
6800 (alpha_store_return_value): Similarly.
6801
6802 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6803 (alpha_extract_return_value): Likewise.
6804 (alpha_store_return_value): Likewise.
6805
6806 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6807 (alpha_store_return_value): Error on IEEE Quad floats.
6808
6809 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6810 (alpha_extract_struct_value_address): Likewise.
6811 (alpha_store_return_value): Likewise.
6812 (alpha_store_struct_return): Remove.
6813 (alpha_gdbarch_init): Update hook registration to match.
6814
6815 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6816 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6817 macros where appropriate.
6818 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6819 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
6820
6821 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6822 for SP, GP; void_func_ptr for PC; non-language-specific types
6823 for all others.
6824 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
6825
6826 2003-06-02 Richard Henderson <rth@redhat.com>
6827
6828 * top.h (lim_at_start): Declare.
6829 * main.c (captured_main): Set it.
6830 * top.c (lim_at_start): Define.
6831 (command_loop): Use it instead of &environ.
6832 * event-top.c (command_handler): Likewise.
6833
6834 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6835
6836 * mipsnbsd-tdep.c: Update copyright years.
6837 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6838
6839 2003-06-01 Richard Henderson <rth@redhat.com>
6840
6841 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6842 (alpha-linux-tdep.o): Update dependencies.
6843 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6844 * alpha-mdebug-tdep.c: Remove unneeded includes.
6845
6846 2003-06-01 Richard Henderson <rth@redhat.com>
6847
6848 * alpha-tdep.c (alpha_register_reggroup_p): New.
6849 (alpha_gdbarch_init): Register it.
6850
6851 2003-06-02 Andrew Cagney <cagney@redhat.com>
6852
6853 * dwarfread.c: Eliminate "register"
6854 (decode_die_type): Eliminate assignment within "if".
6855 (struct_type, decode_array_element_type): Ditto.
6856 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6857 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6858 (decode_modified_type, completedieinfo): Ditto.
6859 * block.c: Eliminate "register".
6860 (blockvector_for_pc_sect): Eliminate assignment within "if".
6861 * cp-support.h (struct symbol): Opaque declaration.
6862 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6863
6864 2003-06-01 Richard Henderson <rth@redhat.com>
6865
6866 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6867 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6868
6869 2003-06-01 Adam Fedor <fedor@gnu.org>
6870
6871 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6872 * gdbarch.[ch]: Regenerate.
6873 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6874 (hppa_gdbarch_init): Set it in the gdbarch vector.
6875 * i386-tdep.c (i386_fetch_pointer_argument): New
6876 (i386_gdbarch_init): Set it into gdbarch.
6877 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6878 (rs6000_gdbarch_init): Set it in gdbarch.
6879 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6880 (sparc_gdbarch_init): Set it in gdbarch.
6881
6882 2003-06-01 Andrew Cagney <cagney@redhat.com>
6883
6884 * defs.h (extract_address): Delete declaration.
6885 * findvar.c (extract_address): Delete function.
6886 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6887 extract_address with the inline equivalent,
6888 extract_unsigned_integer.
6889 (xstormy16_extract_struct_value_address): Ditto.
6890 (xstormy16_pointer_to_address): Ditto.
6891 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6892 * v850-tdep.c (v850_push_arguments): Ditto.
6893 (v850_extract_return_value): Ditto.
6894 (v850_extract_struct_value_address): Ditto.
6895 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6896 (sparcnbsd_get_longjmp_target_64): Ditto.
6897 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6898 (get_longjmp_target): Ditto.
6899 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6900 (sh64_extract_struct_value_address): Ditto.
6901 (sh_push_arguments): Ditto.
6902 (sh64_push_arguments): Ditto.
6903 * remote-vxsparc.c (vx_read_register): Ditto.
6904 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6905 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6906 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6907 * mipsv4-nat.c (get_longjmp_target): Ditto.
6908 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6909 * mips-nat.c (get_longjmp_target): Ditto.
6910 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6911 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6912 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6913 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6914 * irix5-nat.c (get_longjmp_target): Ditto.
6915 * irix4-nat.c (get_longjmp_target): Ditto.
6916 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6917 (ia64_push_arguments): Ditto.
6918 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6919 * h8300-tdep.c (h8300_push_arguments): Ditto.
6920 (h8300_store_return_value): Ditto.
6921 (h8300_extract_struct_value_address): Ditto.
6922 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6923 (frv_push_arguments): Ditto.
6924 * avr-tdep.c (avr_pointer_to_address): Ditto.
6925 (avr_push_arguments): Ditto.
6926 * arm-tdep.c (arm_push_dummy_call): Ditto.
6927 (arm_get_longjmp_target): Ditto.
6928 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6929 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6930 (alpha_get_longjmp_target): Ditto.
6931
6932 * solib-irix.c (extract_mips_address): Inline extract_address,
6933 replacing it with extract_signed_integer.
6934 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6935 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6936 (first_link_map_member, open_symbol_file_object): Ditto.
6937 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6938 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6939 (LM_NEXT, LM_NAME): Ditto.
6940
6941 2003-06-01 Richard Henderson <rth@redhat.com>
6942
6943 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6944 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6945 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6946 (alpha_cannot_store_register): Likewise.
6947 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6948 * alpha-nat.c (supply_gregset): Likewise.
6949 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
6950
6951 2003-06-01 Andrew Cagney <cagney@redhat.com>
6952
6953 * infcall.c (call_function_by_hand): Update comment on
6954 DEPRECATED_DUMMY_WRITE_SP.
6955
6956 * mips-tdep.c (mips_gdbarch_init): Do not set
6957 deprecated_dummy_write_sp.
6958 (mips_eabi_push_dummy_call): Set the SP register.
6959 (mips_o64_push_dummy_call): Set the SP register.
6960 (mips_o32_push_dummy_call): Set the SP register.
6961 (mips_n32n64_push_dummy_call): Set the SP register.
6962
6963 2003-06-01 Richard Henderson <rth@redhat.com>
6964
6965 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6966 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6967 (supply_gregset): Likewise.
6968 * alpha-tdep.c (alpha_store_return_value): Likewise.
6969 (alpha_get_longjmp_target): Likewise.
6970 (alpha_register_name): Constify array.
6971 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6972 deprecated_register_size, deprecated_register_bytes,
6973 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6974 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6975 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
6976
6977 2003-06-01 Richard Henderson <rth@redhat.com>
6978
6979 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6980 from arg_reg_buffer to regcache to avoid double conversion.
6981
6982 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6983
6984 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6985 SP_REGNUM.
6986 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6987 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6988
6989 2003-06-01 Richard Henderson <rth@redhat.com>
6990
6991 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6992 (decode_frame_entry): Set it. Skip FDE augmentation.
6993
6994 2003-06-01 Richard Henderson <rth@redhat.com>
6995
6996 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6997 not overlapping PC_REGNUM.
6998
6999 2003-06-01 Richard Henderson <rth@redhat.com>
7000
7001 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
7002 alpha_push_arguments. Don't dump argument register data to
7003 the target stack. Fix float and 128-bit long double semantics.
7004 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
7005 (alpha_fix_call_dummy): Remove.
7006 (alpha_call_dummy_words): Remove.
7007 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
7008
7009 2003-06-01 Richard Henderson <rth@redhat.com>
7010
7011 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
7012
7013 2003-06-01 Andrew Cagney <cagney@redhat.com>
7014
7015 * mips-tdep.c (is_mips16_addr): New function.
7016 (make_mips16_addr, unmake_mips16_addr): New functions.
7017 (pc_is_mips16, mips_fetch_instruction): Use.
7018 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
7019 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
7020 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
7021 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
7022 TARGET_MIPS.
7023 * config/mips/tm-mips.h: Update copyright.
7024 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
7025 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
7026 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
7027 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
7028 (TM_PRINT_INSN_MACH): Delete.
7029 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
7030
7031 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
7032 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
7033 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
7034 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
7035 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
7036 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
7037 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
7038 mips*-*-riscos* and mips*-*-sysv* onto mips.
7039 * config/mips/mips64.mt: New file.
7040 * config/mips/mips.mt: New file.
7041 * config/mips/littlemips.mt: Delete file.
7042 * config/mips/decstation.mt: Delete file.
7043 * config/mips/vr4300el.mt: Delete file.
7044 * config/mips/vr5000el.mt: Delete file.
7045 * config/mips/vr5000.mt: Delete file.
7046 * config/mips/vr4100.mt: Delete file.
7047 * config/mips/vr4xxxel.mt: Delete file.
7048 * config/mips/vr4300.mt: Delete file.
7049 * config/mips/vr4xxx.mt: Delete file.
7050 * config/mips/bigmips.mt: Delete file.
7051 * config/mips/bigmips64.mt: Delete file.
7052 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
7053 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
7054 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
7055 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
7056 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
7057 "tm-bigmips.h".
7058 * config/mips/tm-irix3.h: Ditto.
7059 * config/mips/tm-mipsv4.h: Ditto.
7060 * config/mips/tm-embed.h: Ditto.
7061 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
7062 "tm-bigmips64.h".
7063 * config/mips/tm-vr5000el.h: Delete file.
7064 * config/mips/tm-tx39l.h: Delete file.
7065 * config/mips/tm-vr4300el.h: Delete file.
7066 * config/mips/tm-vr4xxxel.h: Delete file.
7067 * config/mips/tm-vr4300.h: Delete file.
7068 * config/mips/tm-vr4100.h: Delete file.
7069 * config/mips/tm-vr4xxx.h: Delete file.
7070 * config/mips/tm-vr5000.h: Delete file.
7071 * config/mips/tm-embedl64.h: Delete file.
7072 * config/mips/tm-embedl.h: Delete file.
7073 * config/mips/tm-embed64.h: Delete file.
7074 * config/mips/tm-bigmips64.h: Delete file.
7075 * config/mips/tm-bigmips.h: Delete file.
7076
7077 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7078
7079 Fix gdb/1216.
7080 * shnbsd-nat.c: Include "sh-tdep.h".
7081
7082 From Richard Henderson <rth@redhat.com>:
7083 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
7084
7085 2003-05-31 Andrew Cagney <cagney@redhat.com>
7086
7087 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
7088 forward declaration.
7089 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7090 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7091 (mips_find_saved_regs): Use set_reg_offset.
7092 (mips_frame_init_saved_regs): Delete function.
7093 (mips_pop_frame): Call mips_find_saved_regs instead of
7094 DEPRECATED_FRAME_INIT_SAVED_REGS.
7095
7096 2003-05-31 Andrew Cagney <cagney@redhat.com>
7097
7098 * mips-tdep.c (mips_gdbarch_init): Do not set
7099 deprecated_max_register_raw_size, register_virtual_size, and
7100 deprecated_max_register_virtual_size.
7101
7102 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7103
7104 * i386-tdep.c: Include "dwarf2-frame.h".
7105 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
7106 * Makefile.in (i386-tdep.o): Update dependencies.
7107
7108 * dwarf2-frame.c, dwarf2-frame.h: New files.
7109 * Makefile.in (SFILES): Add dwarf2-frame.c.
7110 (dwarf2_frame_h): Define.
7111 (COMMON_OBS): Add dwarf2-frame.o.
7112 (dwarf2-frame.o): Add dependencies.
7113
7114 2003-05-31 Andreas Jaeger <aj@suse.de>
7115
7116 * x86-64-linux-nat.c: Fix comment.
7117
7118 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7119
7120 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7121 function signature.
7122
7123 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7124 have a sigcontext_addr handler.
7125 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7126 sigcontext_addr handler.
7127
7128 2003-05-31 Andrew Cagney <cagney@redhat.com>
7129
7130 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7131 (print_fp_register_row): Replace do_fp_register_row.
7132 (mips_print_fp_register): Add "file" and "frame" parameters.
7133 (mips_print_register): Add "file" and "frame" parameters.
7134 (mips_print_registers_info): Replace mips_do_registers_info.
7135 (mips_gdbarch_init): Set print_registers_info instead of
7136 deprecated_do_registers_info.
7137 (mips_read_fp_register_single): Add "frame" parameter.
7138 (mips_read_fp_register_double): Add "frame" parameter.
7139
7140 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7141
7142 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7143 Fixes a bug where GDB would print the wrong register names for
7144 targets without SSE.
7145
7146 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7147 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7148 registers.
7149
7150 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7151 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7152 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7153 TDEP->sc_sp_offset.
7154
7155 From Michal Ludvig <mludvig@suse.cz>:
7156 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7157 and `sc_num_regs'.
7158 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7159 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7160 I386_ST0_REGNUM): Move here from...
7161 * i386-tdep.c: ... here.
7162 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7163 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7164 registers if possible.
7165 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7166 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7167 Remove variables.
7168 (i386bsd_sc_reg_offset): New variable.
7169 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7170 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7171 TDEP->sc_sp_offset.
7172 (i386fbsd_sc_reg_offset): New variable.
7173 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7174 TDEP->sc_num_regs.
7175 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7176 variables.
7177 (i386fbsd4_sc_reg_offset): New variable.
7178 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7179 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7180 TDEP->sc_sp_offset.
7181 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7182 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7183 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7184 Remove variables.
7185 (i386nbsd_sc_reg_offset): New variable.
7186 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7187 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7188 TDEP->sc_sp_offset.
7189 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7190 Remove variables.
7191 (i386obsd_sc_reg_offset): New variable.
7192 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7193 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7194 TDEP->sc_sp_offset.
7195 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7196 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7197 for frame pointer offset in `struct sigcontext'.
7198
7199 2003-05-31 Andrew Cagney <cagney@redhat.com>
7200
7201 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7202 architecture methods call_dummy_words, sizeof_call_dummy_words,
7203 push_return_address, store_struct_return, and fix_call_dummy. Set
7204 push_dummy_call instead of deprecated_push_arguments.
7205 (mips_store_struct_return): Delete function.
7206 (mips_fix_call_dummy): Delete function.
7207 (mips_push_return_address): Delete function.
7208 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7209 RA_REGNUM and T9_REGNUM.
7210 (mips_n32n64_push_dummy_call): Ditto for
7211 mips_n32n64_push_arguments.
7212 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7213 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7214
7215 2003-05-31 Andrew Cagney <cagney@redhat.com>
7216
7217 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7218 "dummy_addr" to "bp_addr".
7219 * infcall.c (call_function_by_hand): Pass "funaddr" to
7220 gdbarch_push_dummy_call.
7221 * gdbarch.h, gdbarch.c: Re-generate.
7222 * i386-tdep.c (i386_push_dummy_call): Update.
7223 * arm-tdep.c (arm_push_dummy_call): Update.
7224 * d10v-tdep.c (d10v_push_dummy_call): Update.
7225
7226 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7227
7228 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7229 variable declarations.
7230 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7231 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7232 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7233 x86_64_init_frame_pc, x86_64_init_frame_pc,
7234 x86_64_function_has_prologue): Remove prototypes.
7235 (X86_64_NUM_GREGS): New define.
7236 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7237 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7238 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7239 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7240 XMM1_REGNUM): Remove defines.
7241 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7242 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7243 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7244 X86_64_XMM1_REGNUM): New defines.
7245 (struct x86_64_register_info): Renamed from `struct
7246 register_info'. Remove `size' member.
7247 (x86_64_register_info_table): Remove variable.
7248 (x86_64_register_info): New variable.
7249 (X86_64_NUM_REGS): New define.
7250 (X86_64_NUM_GREGS): Remove define.
7251 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7252 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7253 Remove variables.
7254 (x86_54_dwarf2_reg_to_regnum): Remove function.
7255 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7256 (x86_64_dwarf_reg_to_regnum): New function.
7257 (x86_64_register_name): Rewrite.
7258 (x86_64_register_raw_size): Remove function.
7259 (x86_64_register_byte_table): Remove variable.
7260 (x86_64_register_byte): Remove function.
7261 (x86_64_register_virtual_type): Remove function.
7262 (x86_64_register_type): New function.
7263 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7264 x86_64_register_convert_to_raw): Remove functions.
7265 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7266 (x86_64_use_struct_convention): Make static. Adjust for renamed
7267 defines.
7268 (x86_64_frame_init_saved_regs): Remove function.
7269 (x86_64_push_arguments): Make static. Change to accept a regcache
7270 as argument.
7271 (x86_64_store_return_value, x86_64_extract_return_value): Make
7272 static. Rewrite based on i386 counterparts.
7273 (x86_64_push_dummy_call): New function.
7274 (X86_64_NUM_SAVED_REGS): New define.
7275 (x86_64_register_number): Remove function.
7276 (x86_64_store_struct_return): Remove function.
7277 (x86_64_frameless_function_invocation,
7278 x86_64_function_has_prologue): Remove functions.
7279 (PROLOG_BUFSIZE): Remove define.
7280 (struct x86_64_frame_cache): New structure.
7281 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7282 x86_64_frame_cache, x86_64_frame_this_id,
7283 x86_64_frame_prev_register, x86_64_frame_p,
7284 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7285 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7286 functions.
7287 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7288 variables.
7289 (x86_64_skip_prologue): Rewrite in terms of
7290 x86_64_analyze_prologue.
7291 (x86_64_frame_base_address): New function.
7292 (x86_64_frame_base): New variable.
7293 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7294 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7295 set deprecated_fp_regnum, deprecated_register_size,
7296 deprecated_register_bytes, register_raw_size, register_byte,
7297 register_virtual_type, register_convertiable,
7298 register_convert_to_virtual, convert_to_raw,
7299 deprecated_get_saved_register, deprecated_target_read_fp,
7300 deprecated_push_arguments, deprecated_push_return_address,
7301 deprecated_pop_frame, deprecated_store_struct_return,
7302 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7303 frameless_function_invocation, deprecated_frame_saved_pc,
7304 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7305 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7306 deprecated_init_frame_pc and virtual_frame_pointer. Call
7307 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7308 and x86_64_frame_p. Call frame_base_set_default to register
7309 x86_64_frame_base.
7310 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7311 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7312 (_initialize_x86_64_tdep): Remove function.
7313 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7314 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7315 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7316 define.
7317 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7318 (x86_64_linux_sigcontext_addr): Rewrite.
7319 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7320 x86_64_linux_frame_saved_pc): Remove functions.
7321 (x86_64_linux_pc_in_sigtramp): Renamed from
7322 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7323 trampoline.
7324 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7325 Remove_functions.
7326 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7327 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7328 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7329 (x86_64_regmap): Rename to regmap.
7330 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7331 x86_64_num_gregs.
7332 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7333 x86_64_regmap.
7334 (x86_64_fxsave_offset): Remove function.
7335 (supply_fpregset): Simply call x86_64_supply_fxsave.
7336 (fill_fpregset): Simply call x86_64_fill_fxsave.
7337 (fetch_inferior_registers, store_inferior_registers): Avoid
7338 asignment in if-statement.
7339 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7340 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7341 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7342 (fetch_core_registers): Remove function.
7343 (linux_elf_core_fns): Remove.
7344 (offsetoff): Don't define.
7345 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7346 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7347 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7348 add core-regset.o.
7349 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7350 protection against multiple includes instead of NM_X86_64_h. Add
7351 various comments. Include "config/nm-linux.h". Don't include
7352 <signal.h>.
7353 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7354 GET_THREAD_SIGNALS): Remove defines.
7355 (x86_64_register_u_addr, kernel_u_size,
7356 lin_thread_get_thread_signals): Remove prototypes.
7357 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7358 [HAVE_LINK_H]: Don't include "solib.h".
7359 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7360 * config/i386/tm-x86-64linux.h: Fix comments.
7361 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7362 x86-64-tdep.o): Update dependencies.
7363
7364 2003-05-30 Andrew Cagney <cagney@redhat.com>
7365
7366 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7367 Change parameter type to a "struct regcache *".
7368
7369 * gdbarch.sh: Regardless of the multi-arch level, always define
7370 the macro when not already defined.
7371 * gdbarch.h, gdbarch.c: Re-generate.
7372
7373 2003-05-30 Richard Henderson <rth@redhat.com>
7374
7375 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7376 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7377 (alpha_mdebug_frame_this_id): Likewise.
7378 (alpha_mdebug_frame_prev_register): Likewise.
7379 (alpha_mdebug_frame_base_address): Likewise.
7380 (alpha_mdebug_frame_locals_address): Likewise.
7381 (alpha_mdebug_frame_args_address): Likewise.
7382 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7383 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7384 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7385 loop increment.
7386 (alpha_heuristic_frame_this_id): Make static.
7387 (alpha_heuristic_frame_prev_register): Likewise.
7388 (alpha_heuristic_frame_base_address): Likewise.
7389 * alpha-tdep.h: Update.
7390
7391 2003-05-30 Mark Kettenis <kettenis@gnu.org>
7392
7393 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7394 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7395 defenitions.
7396 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7397 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7398 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7399 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7400 I386_ST0_REGNUM): New defines.
7401 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7402 codestream_get): Remove define.
7403 (codestream_next_addr, condestream_addr, condestream_buf,
7404 codestream_off, codestream_cnt): Remove variables.
7405 (codestream_fill, codestream_seek, codestream_read): Remove
7406 functions.
7407 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7408 functionality.
7409 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7410 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7411 i386_frame_saved_pc, i386_saved_pc_after_call,
7412 i386_frame_num_args, i386_frame_init_saved_regs,
7413 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7414 i386_push_arguments): Remove functions.
7415 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7416 functionality. Use i386_analyze_prologue instead of
7417 i386_get_frame_setup.
7418 (I386_NUM_SAVED_REGS): New define.
7419 (struct i386_frame_cache): New structure.
7420 (i386_alloc_frame_cache, i386_analyze_struct_return,
7421 i386_skip_probe, i386_analyze_frame_setup,
7422 i386_analyze_register_saves, i386_analyze_prologue,
7423 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7424 i386_frame_prev_register, i386_sigtramp_frame_cache,
7425 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7426 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7427 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7428 New functions.
7429 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7430 New variables.
7431 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7432 I386_EAX_REGNUM and I386_EDX_REGNUM.
7433 (i386_extract_return_value, i386_store_return_value): Use
7434 I386_ST0_REGNUM where appropriate.
7435 (i386_extract_struct_value_address): Rewrite to use extract_address.
7436 (i386_svr4_pc_in_sigtramp): Add comment.
7437 (i386_svr4_sigcontext_addr): Rewrite.
7438 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7439 TDEP->sc_sp_offset.
7440 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7441 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7442 of new defines. Set push_dummy_call, don't set
7443 deprecated_push_arguments, deprecated_push_return_address,
7444 deprecated_pop_frame. Don't set parm_boundary. Don't set
7445 deprecated_frame_chain, deprecated_frame_saved_pc,
7446 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7447 save_dummy_frame_tos, unwind_pc. Call
7448 frame_unwind_append_predicate and frame_base_set_default. Don't
7449 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7450 Don't set frameless_function_invocation. Don't set
7451 deprecated_register_bytes, deprecated_register_size,
7452 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7453 * i386-linux-tdep.c: Fix formatting in some comments.
7454 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7455 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7456 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7457 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7458 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7459 redundant parentheses.
7460 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7461 (i386_linux_sigcontext_addr): Use it. Rewrite.
7462 (find_minsym_and_objfile): Change name of second argument.
7463 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7464 changed. Use frame_pc_unwind instead of
7465 DEPRECATED_SAVED_PC_AFTER_CALL.
7466 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7467 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7468 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7469 unwinder.
7470 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7471 "dummy-frame.h".
7472 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7473 (_initialize_i386_cygwin_tdep): New prototype.
7474 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7475 deprecated_frame_chain_valid.
7476 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7477 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7478 Rely on the SVR4 defaults.
7479 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7480 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7481
7482 2003-05-30 Andrew Cagney <cagney@redhat.com>
7483
7484 * infcall.c (call_function_by_hand): Always call
7485 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7486
7487 2003-05-30 Richard Henderson <rth@redhat.com>
7488
7489 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7490 increment.
7491
7492 2003-05-29 Jim Blandy <jimb@redhat.com>
7493
7494 Use gdbarch methods for solib stuff on PowerPC Linux.
7495 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7496 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7497 show through.
7498 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7499 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7500 giving the same effect as the #definitions above.
7501
7502 2003-05-29 Adam Fedor <fedor@gnu.org>
7503
7504 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7505 (find_implementation_from_class): Replace it with the standard
7506 case i.e. do nothing.
7507
7508 2003-05-29 Richard Henderson <rth@redhat.com>
7509
7510 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7511 (alpha_linux_sigtramp_offset): Use it. Make static.
7512 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7513 update for new frame model.
7514 * alpha-mdebug-tdep.c: New file.
7515 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7516 (alpha_osf1_init_abi): Install it.
7517 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7518 (linked_proc_desc_table): Remove.
7519 (alpha_frame_past_sigtramp_frame): Remove.
7520 (alpha_dynamic_sigtramp_offset): Remove.
7521 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7522 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7523 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7524 (push_sigtramp_desc): Remove.
7525 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7526 (alpha_cannot_store_register): Likewise.
7527 (alpha_sigcontext_addr): Remove.
7528 (alpha_find_saved_regs): Remove.
7529 (alpha_frame_init_saved_regs): Remove.
7530 (alpha_init_frame_pc_first): Remove.
7531 (read_next_frame_reg): Remove.
7532 (alpha_frame_saved_pc): Remove.
7533 (alpha_saved_pc_after_call): Remove.
7534 (temp_proc_desc, temp_saved_regs): Remove.
7535 (alpha_about_to_return): Remove.
7536 (cached_proc_desc): Remove.
7537 (alpha_frame_chain): Remove.
7538 (alpha_print_extra_frame_info): Remove.
7539 (alpha_init_extra_frame_info): Remove.
7540 (alpha_frame_locals_address): Remove.
7541 (alpha_frame_args_address): Remove.
7542 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7543 (alpha_push_dummy_frame): Remove.
7544 (alpha_pop_frame): Remove.
7545 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7546 (alpha_read_insn): New.
7547 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7548 for different insn encodings.
7549 (alpha_in_lenient_prologue): Remove.
7550 (struct alpha_sigtramp_unwind_cache): New.
7551 (alpha_sigtramp_frame_unwind_cache): New.
7552 (alpha_sigtramp_register_address): New.
7553 (alpha_sigtramp_frame_this_id): New.
7554 (alpha_sigtramp_frame_prev_register): New.
7555 (alpha_sigtramp_frame_unwind): New.
7556 (alpha_sigtramp_frame_p): New.
7557 (struct alpha_heuristic_unwind_cache): New.
7558 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7559 don't count nop insns that occur between functions.
7560 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7561 heuristic_proc_desc, but without the mdebug wrapping.
7562 (alpha_heuristic_frame_this_id): New.
7563 (alpha_heuristic_frame_prev_register): New.
7564 (alpha_heuristic_frame_unwind): New.
7565 (alpha_heuristic_frame_p): New.
7566 (alpha_heuristic_frame_base_address): New.
7567 (alpha_heuristic_frame_base): New.
7568 (alpha_unwind_dummy_id): New.
7569 (alpha_unwind_pc): New.
7570 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7571 frame related deprecated initializations; install replacements.
7572 (alpha_dump_tdep): Remove.
7573 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7574 (alpha_read_insn, alpha_after_prologue,
7575 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7576 alpha_heuristic_frame_prev_register,
7577 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7578 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7579 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7580 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7581
7582 2003-05-29 Andrew Cagney <cagney@redhat.com>
7583
7584 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7585 dependant on the availability of ASSERT_FUNCTION.
7586 (ASSERT_FUNCTION): Do not define when there is no function name.
7587
7588 2003-05-29 Kevin Buettner <kevinb@redhat.com>
7589
7590 From Jimi X <jimix@watson.ibm.com>:
7591 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7592
7593 2003-05-28 Jim Blandy <jimb@redhat.com>
7594
7595 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7596 argument to ptrace to int; the system headers should give it the
7597 right type, and pointers don't fit in ints on powerpc64-*-*.
7598
7599 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
7600
7601 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7602 DW_TAG_catch_block.
7603
7604 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7605
7606 * stabsread.c (dbx_lookup_type): Make static.
7607 (read_type): Ditto.
7608 (add_undefined_type): Ditto.
7609 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7610 not export.
7611
7612 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7613
7614 * hpread.c (hpread_has_name): Make static.
7615 (hpread_psymtab_to_symtab): Ditto.
7616 (file_exists): Ditto.
7617 (hpread_call_pxdb): Ditto.
7618 (hpread_pxdb_needed): Ditto.
7619 (hpread_quick_traverse): Ditto.
7620 (hpread_get_header): Ditto.
7621 (hpread_get_lntt): Ditto.
7622 (hpread_get_slt): Ditto.
7623 (class_of): Ditto.
7624
7625 2003-05-25 Andreas Schwab <schwab@suse.de>
7626
7627 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7628 stack_align and deprecated_extra_stack_alignment_needed.
7629 (m68k_stack_align): Delete.
7630
7631 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7632 (m68k_register_virtual_size): Likewise.
7633 (altos_skip_prologue): Remove obsolete function.
7634 (isi_frame_num_args): Likewise.
7635 (news_frame_num_args): Likewise.
7636 (m68k_fix_call_dummy): Make static.
7637 (m68k_push_dummy_frame): Likewise.
7638 (m68k_pop_frame): Likewise.
7639 (m68k_skip_prologue): Likewise.
7640 (m68k_frame_init_saved_regs): Likewise.
7641 (m68k_saved_pc_after_call): Likewise.
7642 (m68k_get_longjmp_target): Make multi-arch.
7643 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
7644 structure. Register m68k_get_longjmp_target if enabled.
7645 * m68k-tdep.h (struct gdbarch_tdep): Define.
7646 * config/m68k/tm-m68k.h: Don't include "regcache.h".
7647
7648 * Makefile.in (config.status): Also depend on configure.tgt
7649 and configure.host.
7650 (m68klinux-tdep.o): Update dependencies.
7651 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7652 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7653 (M68K_LINUX_JB_PC): Define.
7654 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7655 and take additional parameter.
7656 (m68k_linux_sigtramp_saved_pc): Update.
7657 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7658 m68k_linux_pc_in_sigtramp, in_plt_section,
7659 find_solib_trampoline_target.
7660 * config/m68k/tm-linux.h: Don't include any tm headers.
7661 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7662 (JB_ELEMENT_SIZE): Likewise.
7663 (JB_PC): Likewise.
7664 (GET_LONGJMP_TARGET): Likewise.
7665 (IN_SIGTRAMP): Likewise.
7666 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7667
7668 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7669
7670 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7671 (sparc32_push_arguments): Re-implement by calling
7672 sparc32_do_push_arguments.
7673
7674 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7675
7676 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7677 SPARC_O1_REGNUM): New defines.
7678 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7679 (sparc32_store_return_value): New function.
7680 (sparc_extract_struct_value_address): Rewrite to operate on a
7681 regcache.
7682 (sparc_gdbarch_init): Don't set
7683 deprecated_extract_struct_value_address. Set
7684 extract_struct_value_address instead. Don't set
7685 deprecated_extract_return_value and deprecated_store_return_value
7686 for 32-bit targets. Set extract_return_value and
7687 store_return_value instead.
7688 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7689 DEPRECTAED_EXTRACT_RETURN_VALUE,
7690 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7691 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7692 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7693 (sparc_store_return_value): Remove prototype.
7694 (sparc32_store_return_value): New prototype.
7695 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7696 Adjust prototypes.
7697
7698 2003-05-24 Mark Kettenis <kettenis@gnu.org>
7699
7700 * sparcnbsd-tdep.c: Include "gdb_string.h".
7701
7702 2003-05-23 Andrew Cagney <cagney@redhat.com>
7703
7704 * p-valprint.c (pascal_val_print): Replace extract_address with
7705 the inline equivalent extract_unsigned_integer.
7706 * jv-valprint.c (java_value_print): Ditto.
7707 * ada-valprint.c (ada_val_print_1): Ditto.
7708 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7709
7710 2003-05-23 Theodore A. Roth <troth@openavr.org>
7711
7712 * blockframe.c (frameless_look_for_prologue): Remove unused
7713 after_prologue variable.
7714
7715 2003-05-23 Mark Kettenis <kettenis@gnu.org>
7716
7717 * blockframe.c (get_pc_function_start): Rewrite to avoid
7718 asignments in if-statements.
7719
7720 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7721
7722 Committed by Elena Zannoni <ezannoni@redhat.com>.
7723 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
7724 files, don't relocate absolute symbols (and do use mst_abs).
7725
7726 2003-05-23 Andrew Cagney <cagney@redhat.com>
7727
7728 * objc-lang.c: Include "gdb_assert.h".
7729 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7730 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7731 (gdb_check, gdb_check_fatal): Delete functions.
7732 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7733 gdb_assert.
7734 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7735 * Makefile.in (objc-lang.o): Update dependencies.
7736
7737 2003-05-22 Ian Lance Taylor <ian@airs.com>
7738
7739 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7740 with fprintf_filtered, not fprintf_unfiltered.
7741
7742 2003-05-22 Andrew Cagney <cagney@redhat.com>
7743
7744 * stack.c (frame_info): Inline extract_address, replacing it with
7745 extract_unsigned_integer.
7746 * findvar.c (unsigned_pointer_to_address): Ditto.
7747 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7748 * dwarf2expr.c (dwarf2_read_address): Ditto.
7749 * frame.c (frame_pc_unwind): Update comment.
7750 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7751
7752 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7753
7754 * infptrace.c (detach): Call print_sys_errmsg rather than
7755 perror_with_name to issue warning message when errno is non-zero
7756 after calling ptrace detach.
7757
7758 2003-05-21 J. Brobecker <brobecker@gnat.com>
7759
7760 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7761 macro definitions from here...
7762 * hppa-tdep.c: ...to there.
7763
7764 2003-05-20 Kevin Buettner <kevinb@redhat.com>
7765
7766 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7767 register_ptrace_addr(). Fix all callers.
7768
7769 2003-05-21 Andreas Schwab <schwab@suse.de>
7770
7771 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7772 dependencies.
7773 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7774 end.
7775 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7776 (_initialize_m68k_linux_tdep): New function.
7777 (m68k_linux_frame_saved_pc): Make static.
7778 (m68k_linux_extract_return_value): Likewise.
7779 (m68k_linux_store_return_value): Likewise.
7780 (m68k_linux_extract_struct_value_address): Likewise.
7781 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7782 Remove.
7783 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7784 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7785 (DEPRECATED_FRAME_SAVED_PC): Remove.
7786
7787 2003-05-20 Kris Warkentin <kewarken@qnx.com>
7788
7789 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7790 regset numbering rather than our own.
7791
7792 2003-05-19 David Carlton <carlton@bactrian.org>
7793
7794 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7795
7796 2003-05-19 David Carlton <carlton@bactrian.org>
7797
7798 Partial fix for PR c++/827.
7799 * cp-support.h: Include symtab.h.
7800 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7801 * cp-namespace.c: Update contributors.
7802 (cp_lookup_symbol_nonlocal): New.
7803 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7804 (lookup_symbol_file): Ditto.
7805 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7806 * block.h: Declare block_scope, block_using, block_global_block.
7807 * block.c (block_scope): New.
7808 (block_using, block_global_block): Ditto.
7809 * Makefile.in (cp_support_h): Depend on symtab_h.
7810 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7811
7812 2003-05-19 David Carlton <carlton@bactrian.org>
7813
7814 * language.h (struct language_defn): Add 'la_value_of_this'
7815 and 'la_lookup_symbol_nonlocal' members.
7816 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7817 lookup_symbol_static, lookup_symbol_global,
7818 lookup_symbol_aux_block.
7819 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7820 if we should search fields of this and how to do static/global
7821 lookup.
7822 (lookup_symbol_aux_block): Make extern.
7823 (basic_lookup_symbol_nonlocal): New.
7824 (lookup_symbol_static, lookup_symbol_global): Ditto.
7825 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7826 'la_lookup_symbol_nonlocal' members.
7827 * c-lang.c (c_language_defn, cplus_language_defn)
7828 (asm_language_defn, minimal_language_defn): Ditto.
7829 * jv-lang.c (java_language_defn): Ditto.
7830 * language.c (unknown_language_defn, auto_language_defn)
7831 (local_language_defn): Ditto.
7832 * m2-lang.c (m2_language_defn): Ditto.
7833 * objc-lang.c (objc_language_defn): Ditto.
7834 * scm-lang.c (scm_language_defn): Ditto.
7835 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7836 * p-lang.c (pascal_language_defn): Ditto for both.
7837 * Makefile.in (f-lang.o): Depend on value_h.
7838 (p-lang.o): Ditto.
7839
7840 2003-05-19 David Carlton <carlton@bactrian.org>
7841
7842 * block.h: Declare block_static_block.
7843 * block.c (block_static_block): New.
7844 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7845 lookup_symbol_aux_local, calling block_static_block instead.
7846 (lookup_symbol_aux_local): Delete 'static_block' argument.
7847
7848 2003-05-19 David Carlton <carlton@bactrian.org>
7849
7850 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7851
7852 2003-05-19 Michal Ludvig <mludvig@suse.cz>
7853
7854 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7855 register numbers mapping.
7856
7857 2003-05-18 Adam Fedor <fedor@gnu.org>
7858
7859 * symtab.c (completion_list_objc_symbol): New function.
7860 (make_symbol_completion_list): Use it to add ObjC symbols
7861 when looking though the list.
7862 (language_search_unquoted_string): New function.
7863 (make_file_symbol_completion_list): Use it.
7864
7865 2003-05-18 Andreas Schwab <schwab@suse.de>
7866
7867 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7868 dependencies.
7869 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7870 as m68k_linux_extract_return_value.
7871 (DEPRECATED_STORE_RETURN_VALUE): Define as
7872 m68k_linux_store_return_value.
7873 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7874 m68k_linux_extract_struct_value_address.
7875 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7876 get_next_frame, get_frame_base, get_frame_pc.
7877 (m68k_linux_frame_saved_pc): Use get_frame_base.
7878 (m68k_linux_extract_return_value): New function.
7879 (m68k_linux_store_return_value): New function.
7880 (m68k_linux_extract_struct_value_address): New function.
7881 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7882
7883 * c-exp.y (typebase): Remove duplicate occurence of
7884 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7885 of lookup_signed_typename.
7886
7887 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7888
7889 * dwarf2loc.c (find_location_expression): Change type of second
7890 argument to `size_t *'.
7891 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7892 for size variable.
7893
7894 2003-05-18 David Carlton <carlton@bactrian.org>
7895
7896 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7897 'linkage_name'. Add comment.
7898 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7899 'linkage_name'.
7900 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7901 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7902 (lookup_block_symbol): Ditto.
7903
7904 2003-05-16 Andrew Cagney <cagney@redhat.com>
7905
7906 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7907 * gdbarch.h, gdbarch.c: Re-generate.
7908 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7909 * TODO (REGISTER_BYTES): Delete reference.
7910 * alpha-tdep.c (alpha_gdbarch_init): Update.
7911 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7912 * x86-64-tdep.c (x86_64_init_abi): Update.
7913 * vax-tdep.c (vax_gdbarch_init): Update.
7914 * v850-tdep.c (v850_gdbarch_init): Update.
7915 * sparc-tdep.c (sparc_gdbarch_init): Update.
7916 * sh-tdep.c (sh_gdbarch_init): Update.
7917 * s390-tdep.c (s390_gdbarch_init): Update.
7918 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7919 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7920 (ns32k_gdbarch_init_32382): Update.
7921 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7922 * mcore-tdep.c (mcore_gdbarch_init): Update.
7923 * m68k-tdep.c (m68k_gdbarch_init): Update.
7924 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7925 * ia64-tdep.c (ia64_gdbarch_init): Update.
7926 * i386-tdep.c (i386_gdbarch_init): Update.
7927 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7928 * hppa-tdep.c (hppa_gdbarch_init): Update.
7929 * h8300-tdep.c (h8300_gdbarch_init): Update.
7930 * frv-tdep.c (frv_gdbarch_init): Update.
7931 * cris-tdep.c (cris_gdbarch_init): Update.
7932 * avr-tdep.c (avr_gdbarch_init): Update.
7933 * arm-tdep.c (arm_gdbarch_init): Update.
7934 * sparc-tdep.c (sparc_pop_frame): Update.
7935 * rs6000-tdep.c (rs6000_pop_frame): Update.
7936 * remote.c (init_remote_state): Update.
7937 (remote_prepare_to_store): Update.
7938 * remote-vx.c (vx_prepare_to_store): Update.
7939 * remote-sds.c (sds_fetch_registers): Update.
7940 (sds_prepare_to_store): Update.
7941 * remote-array.c: Update.
7942 * regcache.c (init_legacy_regcache_descr): Update.
7943 (init_regcache_descr): Update.
7944 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7945 (mips_o64_extract_return_value): Update.
7946 * irix5-nat.c (fetch_core_registers): Update.
7947 * irix4-nat.c (fetch_core_registers): Update.
7948 * i386-tdep.h: Update.
7949 * hppa-tdep.c (pa_do_registers_info): Update.
7950 (pa_do_strcat_registers_info): Update.
7951 * cris-tdep.c (cris_register_bytes_ok): Update.
7952 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7953 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7954 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7955 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7956 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7957 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7958 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7959 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7960 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7961 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7962 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7963 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7964 (REGISTER_BYTES_OK): Update.
7965 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7966 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7967
7968 2003-05-16 Ian Lance Taylor <ian@airs.com>
7969
7970 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7971 (vax_print_insn, print_insn_arg): Remove static functions.
7972 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7973 print_insn_vax from opcodes library.
7974 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7975
7976 2003-05-15 Andrew Cagney <cagney@redhat.com>
7977
7978 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7979 * target.h (memory_breakpoint_from_pc): Delete declaration.
7980 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7981 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7982 * monitor.c (monitor_insert_breakpoint): Use
7983 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7984 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7985 * gdbarch.h, gdbarch.c: Re-generate.
7986 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7987 (sparc_gdbarch_init): Set breakpoint_from_pc to
7988 sparc_breakpoint_from_pc.
7989 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7990 (BREAKPOINT_FROM_PC): Define.
7991 (sparc_breakpoint_from_pc): Declare.
7992 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7993 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7994 (BREAKPOINT_FROM_PC): Define.
7995 (BREAKPOINT): Delete macro.
7996 * target.h: Update comment.
7997 * s390-tdep.c (s390_gdbarch_init): Update comments.
7998 * remote.c: Update comments.
7999 * remote-mips.c: Update comments.
8000 * proc-api.c (write_with_trace): Do not check for a breakpoint.
8001 * mem-break.c: Update comment.
8002 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
8003 (ia64_memory_insert_breakpoint): Update.
8004 * config/sparc/tm-sparc.h: Update comment.
8005 * config/pa/tm-hppa64.h: Update comment.
8006 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8007 (rs6000_breakpoint_from_pc): Update.
8008 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8009 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
8010 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
8011 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
8012 (mips_breakpoint_from_pc): Update.
8013 (mips_dump_tdep): Update.
8014
8015 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
8016 * minsyms.c (lookup_minimal_symbol): Inline
8017 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
8018
8019 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
8020 * p-valprint.c (pascal_object_print_value_fields): Ditto.
8021 * p-lang.c (pascal_printstr): Ditto.
8022 * objc-lang.c (objc_printstr): Ditto.
8023 * m2-lang.c (m2_printstr): Ditto.
8024 * jv-valprint.c (java_print_value_fields): Ditto.
8025 * f-lang.c (f_printstr): Ditto.
8026 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
8027 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
8028 for repeat_count_threshold.
8029 * Makefile.in (cp-valprint.o): Update dependencies.
8030
8031 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8032
8033 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
8034 (examine_prologue): Support looking through leaf functions, knowing
8035 they start with mov r2,r12. Support skipping over indirect stores
8036 of the input registers. Upon hitting a non-nop branch instruction
8037 or predicated instruction, bail out by setting lim_pc to the current
8038 pc value in the loop. At the end, if the lim_pc value is still
8039 beyond our calculated value and we have trust_limit set,
8040 use the lim_pc value.
8041
8042 2003-05-15 Andrew Cagney <cagney@redhat.com>
8043
8044 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
8045 generic_find_dummy_frame.
8046 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
8047 (deprecated_generic_find_dummy_frame): Update.
8048 (deprecated_read_register_dummy): Update.
8049 * frame.c (deprecated_generic_get_saved_register): Update.
8050
8051 2003-05-15 Theodore A. Roth <troth@openavr.org>
8052
8053 * avr-tdep.c (avr_breakpoint_from_pc): New function.
8054 (avr_gdbarch_init): Set breakpoint_from_pc method.
8055
8056 2003-05-15 Andrew Cagney <cagney@redhat.com>
8057
8058 * regcache.c (build_regcache): Set deprecated_register_valid
8059 directly.
8060 (deprecated_grub_regcache_for_register_valid): Delete function.
8061 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
8062 declaration.
8063
8064 2003-05-15 David Carlton <carlton@bactrian.org>
8065
8066 Committed by Elena Zannoni <ezannoni@redhat.com>
8067 * symtab.c (lookup_symbol_aux): Delete calls to
8068 lookup_symbol_aux_minsyms.
8069 (lookup_symbol_aux_minsyms): Comment out function and
8070 prototype. Delete lookup by mangled name.
8071
8072 2003-05-14 Kevin Buettner <kevinb@redhat.com>
8073
8074 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
8075 correctly indicate an empty stack and ``stack_allocated'' to the
8076 indicate the number of elements initially allocated.
8077 (dwarf_expr_grow_stack): Simplify method for computing new
8078 stack size. Don't loop infinitely if ``stack_len'' is zero.
8079 (execute_stack_op): Move ``ctx->in_reg'' initialization
8080 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
8081 be used in conjuction with DW_OP_piece. Revise error message
8082 accordingly.
8083
8084 2003-05-14 Theodore A. Roth <troth@openavr.org>
8085
8086 * MAINTAINERS: Update my email address.
8087 * avr-tdep.c: Ditto.
8088
8089 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
8090
8091 * symtab.h (enum domain_enum): Rename from namespace_enum.
8092 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
8093 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
8094 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
8095 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
8096 TYPES_NAMESPACE, METHODS_NAMESPACE.
8097 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
8098 (struct symbol, struct partial_symbol): Rename field
8099 'namespace_enum namespace' to 'domain_enum domain'.
8100 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
8101 Delete old define kludge for namespace.
8102
8103 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
8104 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
8105 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
8106 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
8107 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
8108 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
8109 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8110 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8111 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8112 occurrences of the above.
8113
8114 2003-05-14 Ian Lance Taylor <ian@airs.com>
8115
8116 * Makefile.in (install-only): Use $(SHELL) when running
8117 mkinstalldirs.
8118
8119 2003-05-13 Ian Lance Taylor <ian@airs.com>
8120
8121 * MAINTAINERS (write after approval): Add myself.
8122
8123 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8124 second and third arguments.
8125 * ser-tcp.c (_initialize_ser_tcp): Likewise.
8126 * ser-unix.c (_initialize_ser_hardwire): Likewise.
8127
8128 2003-05-13 Andrew Cagney <cagney@redhat.com>
8129
8130 * defs.h (store_address): Delete declaration.
8131 findvar.c (store_address): Delete function.
8132 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8133 store_unsigned_integer.
8134 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8135 * v850-tdep.c (v850_push_arguments): Ditto.
8136 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8137 * sh-tdep.c (sh64_get_saved_register): Ditto.
8138 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8139 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8140 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8141 (mips_get_saved_register): Ditto.
8142 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8143 (find_func_descr, ia64_push_arguments): Ditto.
8144 * i386-tdep.c (i386_push_arguments): Ditto.
8145 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8146 * frv-tdep.c (frv_push_arguments): Ditto.
8147 * frame.c (legacy_saved_regs_prev_register): Ditto.
8148 (deprecated_generic_get_saved_register): Ditto.
8149 * findvar.c (unsigned_address_to_pointer): Ditto.
8150 * dwarf2read.c (dwarf2_const_value): Ditto.
8151 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8152 * alpha-tdep.c (alpha_push_arguments): Ditto.
8153
8154 2003-05-12 J. Brobecker <brobecker@gnat.com>
8155
8156 * NEWS: Mention that the hppa-hpux port has been partially
8157 multiarched (32bit ABIT only, so far).
8158
8159 2003-05-11 Andrew Cagney <cagney@redhat.com>
8160
8161 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8162 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8163 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8164 sim/testsuite/sim/arm/misaligned2.ms, and
8165 sim/testsuite/sim/arm/misaligned3.ms.
8166 * disasm.h (struct ui_file): Add opaque struct declaration.
8167 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8168 * frame.h (struct ui_file): Ditto.
8169
8170 2003-05-11 Mark Kettenis <kettenis@gnu.org>
8171
8172 * value.h: Pretty print.
8173
8174 2003-05-10 Mark Kettenis <kettenis@gnu.org>
8175
8176 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8177
8178 2003-05-08 Andrew Cagney <cagney@redhat.com>
8179
8180 * regcache.h (max_register_size): Delete declaration.
8181 * regcache.c (max_register_size): Delete function.
8182 (struct regcache_descr): Delete field "max_register_size".
8183 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8184 registers fit in MAX_REGISTER_SIZE.
8185 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8186 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8187 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8188 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8189 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8190 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8191 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8192 * dve3900-rom.c, hppa-tdep.c: Ditto.
8193
8194 2003-05-08 David Carlton <carlton@math.stanford.edu>
8195
8196 * valops.c (push_word): Fix typo.
8197
8198 2003-05-08 Andrew Cagney <cagney@redhat.com>
8199
8200 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8201 * gdbarch.h: Re-generate.
8202 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8203 (legacy_max_register_raw_size): Delete declaration.
8204 * regcache.c (legacy_max_register_raw_size): Delete function.
8205 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8206 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8207 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8208 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8209 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8210 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8211 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8212 * findvar.c, dwarf2cfi.c: Ditto.
8213
8214 2003-05-08 Andrew Cagney <cagney@redhat.com>
8215
8216 * mips-tdep.c (read_signed_register): New function, moved to here
8217 from "regcache.c".
8218 (read_signed_register_pid): Ditto.
8219 * regcache.c (read_signed_register_pid): Delete function, moved to
8220 "mips-tdep.c".
8221 (read_signed_register): Ditto.
8222 * regcache.h (read_signed_register): Delete declaration.
8223 (read_signed_register_pid): Delete declaration.
8224
8225 2003-05-08 Andrew Cagney <cagney@redhat.com>
8226
8227 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8228 * gdbarch.h: Re-generate.
8229 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8230 (legacy_max_register_virtual_size): Delete declaration.
8231 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8232 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8233 * tracepoint.c (memrange_sortmerge): Ditto.
8234 * sparc-tdep.c (sparc_print_registers): Ditto.
8235 * regcache.c (legacy_max_register_virtual_size): Delete function.
8236
8237 2002-05-08 J. Brobecker <brobecker@gnat.com>
8238
8239 * fork-child.c (escape_bang_in_quoted_argument): New function.
8240 (fork_inferior): Escape '!' characters in quoted arguments
8241 only when needed.
8242
8243 2003-05-08 J. Brobecker <brobecker@gnat.com>
8244
8245 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8246 the language of the CU is not currently supported by GDB.
8247
8248 2003-05-08 J. Brobecker <brobecker@gnat.com>
8249
8250 * defs.h (language): Add language_minimal enum value.
8251 * c-lang.c (minimal_language_defn): New language definition.
8252 (_initialize_c_language): Add the new minimal language to the list
8253 of languages known to GDB.
8254
8255 2003-05-08 Kevin Buettner <kevinb@redhat.com>
8256
8257 * frame.c (get_frame_type): Don't attempt to lazily initialize
8258 frame's unwinder for legacy frames.
8259
8260 2003-05-07 Andrew Cagney <cagney@redhat.com>
8261
8262 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8263 and "regcache" parameters.
8264 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8265
8266 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8267
8268 * dwarf2read.c (dwarf_decode_lines): Only use output of
8269 check_cu_functions() when calling record_line(). Do not update
8270 the current address.
8271
8272 2003-05-07 Andrew Cagney <cagney@redhat.com>
8273
8274 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8275 code.
8276
8277 2003-05-07 Jim Blandy <jimb@redhat.com>
8278
8279 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8280 'maint info symtabs' and 'maint info psymtabs'.
8281 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8282 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8283 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8284 Declarations updated.
8285 * maint.c (maintenance_list_command): Delete.
8286 (_initialize_maint_cmds): Update calls to add_cmd.
8287 * gdbcmd.h (maintenancelistlist): Delete declaration.
8288 * cli/cli-cmds.c (maintenancelistlist): Delete.
8289 (init_cmd_lists): Don't initialize it.
8290 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8291
8292 2003-05-07 Andrew Cagney <cagney@redhat.com>
8293
8294 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8295 "regcache".
8296 (d10v_print_registers_info): Update.
8297 (d10v_dmap_register, d10v_imap_register): Delete functions.
8298 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8299 and "imap_register".
8300 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8301 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8302 * arch-utils.c (generic_remote_translate_xfer_address): Add
8303 "regcache" and "gdbarch" parameters.
8304 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8305 parameter. Change class to multi-arch.
8306 * gdbarch.h, gdbarch.c: Re-generate.
8307 * remote.c (remote_xfer_memory): Use
8308 gdbarch_remote_translate_xfer_address.
8309
8310 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8311
8312 * infrun.c (prev_pc): Move declaration ahead of proceed().
8313 (proceed): Refresh prev_pc value before resuming.
8314 (stop_stepping): Remove code to refresh prev_pc.
8315
8316 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8317
8318 * nto-tdep.c: Removed stray comment.
8319
8320 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8321
8322 * i386-nto-tdep.c: Fix old K&R function definitions.
8323 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8324 Also change add_show_from_set() call to add_setshow_cmd().
8325 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8326
8327 2003-05-05 Andrew Cagney <cagney@redhat.com>
8328
8329 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8330 (fprint_dummy_frames): New function.
8331 (maintenance_print_dummy_frames): New function.
8332 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8333 * frame.c (fprint_frame_id): Make global.
8334 * frame.h (fprint_frame_id): Declare.
8335 * Makefile.in (dummy-frame.o): Update dependencies.
8336
8337 2003-05-05 Andrew Cagney <cagney@redhat.com>
8338
8339 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8340 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8341 SIZEOF_CALL_DUMMY_WORDS.
8342 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8343 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8344 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8345 CALL_DUMMY_BREAKPOINT_OFFSET.
8346 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8347 CALL_DUMMY_START_OFFSET.
8348 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8349 * gdbarch.h, gdbarch.c: Re-generate.
8350 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8351 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8352 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8353 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8354 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8355 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8356 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8357 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8358 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8359 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8360 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8361 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8362 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8363 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8364 * config/sparc/tm-sparc.h: Update.
8365
8366 2003-05-05 Kris Warkentin <kewarken@qnx.com>
8367
8368 * configure.tgt: Add i[3456]86-*-nto*.
8369 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8370 * nto-tdep.c: New file. Neutrino target support routines.
8371 * nto-tdep.h: New file. Neutrino target header.
8372 * config/tm-qnxnto.h: New file.
8373 * config/i386/i386nto.mt: New file.
8374 * config/i386/tm-i386nto.h: New file.
8375
8376 2003-05-04 Andrew Cagney <cagney@redhat.com>
8377
8378 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8379 (load_infrun_state): Ditto.
8380 (struct thread_info): Drop "prev_func_name" field.
8381 * thread.c (load_infrun_state): Update.
8382 (save_infrun_state): Update.
8383 * infrun.c (prev_func_name): Delete variable.
8384 (init_wait_for_inferior): Do not clear prev_func_name.
8385 (stop_stepping, keep_going, context_switch): Do not swap
8386 prev_func_name.
8387 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8388 instead of PC_IN_SIGTRAMP.
8389
8390 2003-05-04 Andrew Cagney <cagney@redhat.com>
8391
8392 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8393 REGISTER_BYTE with register_offset_hack.
8394 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8395 that REGISTER_BYTE is consistent with the regcache.
8396 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8397 * gdbarch.h, gdbarch.c: Regenerate.
8398
8399 2003-05-04 Mark Kettenis <kettenis@gnu.org>
8400
8401 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8402 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8403
8404 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8405
8406 2003-05-03 J. Brobecker <brobecker@gnat.com>
8407
8408 From Thierry Schneider <tpschneider1@yahoo.com>
8409 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8410 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8411 (mi-cmd-symbol.o): Add rule.
8412
8413 2003-05-03 Andrew Cagney <cagney@redhat.com>
8414
8415 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8416 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8417 * gdbarch.h, gdbarch.c: Re-generate.
8418 * d10v-tdep.c (d10v_push_dummy_code): New function.
8419 (d10v_gdbarch_init): Set push_dummy_code.
8420 * infcall.c (legacy_push_dummy_code): New function.
8421 (generic_push_dummy_code): New function.
8422 (push_dummy_code): New function.
8423 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8424 instead of dummy_addr, to push_dummy_call. Move call to
8425 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8426 switch.
8427 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8428
8429 2003-05-03 Andrew Cagney <cagney@redhat.com>
8430
8431 * disasm.h (print_insn): Declare.
8432 * disasm.c (init_gdb_disassemble_info): New function.
8433 (gdb_disassembly): Call init_gdb_disassemble_info.
8434 (gdb_print_insn): New function.
8435 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8436 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8437 * mcore-tdep.c: Include "disasm.h"
8438 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8439 * d10v-tdep.c: Include "disasm.h".
8440 (display_trace): Call gdb_print_insn, instead of print_insn.
8441 (print_insn): Delete function.
8442 * printcmd.c: Include "disasm.h".
8443 (print_insn): Delete function.
8444 (print_formatted): Call gdb_print_insn, instead of print_insn.
8445 * Makefile.in (printcmd.o): Update dependencies.
8446 (mcore-tdep.o, d10v-tdep.o): Ditto.
8447
8448 2003-05-02 Andrew Cagney <cagney@redhat.com>
8449
8450 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8451 PC_REGNUM, re-indent.
8452 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8453 PC_REGNUM isn't set.
8454
8455 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8456 * gdbarch.h, gdbarch.c: Re-generate.
8457 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8458 register_virtual_size, pc_regnum, or register_bytes.
8459 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8460 (d10v_register_type): Use D10V_PC_REGNUM.
8461 (d10v_print_registers_info, d10v_read_pc): Ditto.
8462 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8463 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8464
8465 2003-05-02 David Carlton <carlton@bactrian.org>
8466
8467 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8468 the name with mstrsave.
8469
8470 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8471
8472 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8473 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8474 (host_charset_name, target_charset_name): New vars for use by
8475 set/show commands.
8476 (host_charset_enum, target_charset_enum): New enums for set/show
8477 commands.
8478 (set_charset_sfunc, set_host_charset_sfunc,
8479 set_target_charset_sfunc): New functions.
8480 (set_host_charset, set_target_charset): Make static.
8481 (list_charsets, set_host_charset_command,
8482 set_target_charset_command): Delete functions.
8483 (show_charset_command): Rewrite as....
8484 (show_charset): Hook this up with the set/show command mechanism.
8485 (_initialize_charset): Change names of charsets to match the
8486 set/show enums. Use host_charset_name and target_charset_name.
8487 Use set/show mechanism for charset, host-charset, target-charset
8488 commands. Do not make 'show host-charset' and 'show
8489 target-charset' be aliases of 'show charset'.
8490
8491 * charset.h (set_host_charset, set_target_charset): Don't export,
8492 they are not used outside the file.
8493
8494 2003-05-01 Andrew Cagney <cagney@redhat.com>
8495
8496 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8497 (gdb_disassembly): Make "di" non static, always initialize and
8498 cleanup. Always use dis_asm_read_memory.
8499 (gdb_dis_asm_read_memory): Delete function.
8500
8501 2003-05-01 Andrew Cagney <cagney@redhat.com>
8502
8503 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8504 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8505
8506 2003-04-30 Andrew Cagney <cagney@redhat.com>
8507
8508 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8509 "tm_print_insn_info".
8510 (TARGET_PRINT_INSN_INFO): Delete macro.
8511 (dis_asm_read_memory): Delete function declaration.
8512 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8513 (tm_print_insn_info): Delete variable definition.
8514 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8515 * gdbarch.h, gdbarch.c: Re-generate.
8516 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8517 "deprecated_tm_print_insn_info".
8518 * mcore-tdep.c (mcore_dump_insn): Ditto.
8519 * mips-tdep.c (mips_gdbarch_init): Ditto.
8520 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8521 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8522 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8523 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8524 instead of TARGET_PRINT_INSN_INFO, add comment.
8525 * s390-tdep.c (s390_get_frame_info): Instead of
8526 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8527 (s390_check_function_end, s390_is_sigreturn): Ditto.
8528 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8529 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8530 * disasm.c: Include "gdbcore.h".
8531 (_initialize_disasm): New function, initialize
8532 "deprecated_tm_print_insn_info".
8533 (deprecated_tm_print_insn_info): New variable.
8534 (dis_asm_read_memory): Moved from "corefile.c", made static.
8535 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8536 * Makefile.in (disasm.o): Update dependencies.
8537
8538 2003-04-30 Andrew Cagney <cagney@redhat.com>
8539
8540 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8541
8542 2003-04-29 Adam Fedor <fedor@gnu.org>
8543
8544 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8545 * infcall.c (find_function_addr): Make non-static.
8546 * infcall.h (find_function_addr): Declare.
8547 * Makefile.in (eval.o): Update dependencies.
8548
8549 2003-04-28 Adam Fedor <fedor@gnu.org>
8550
8551 * symtab.c (symbol_find_demangled_name): Check for and demangle
8552 ObjC symbols.
8553 (symbol_init_demangled_name): Init for language_objc as well.
8554
8555 2003-04-28 Andrew Cagney <cagney@redhat.com>
8556
8557 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8558 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8559 * gdbarch.h, gdbarch.c: Re-generate.
8560 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8561 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8562 * inferior.h (deprecated_read_fp): Rename read_fp.
8563 (generic_target_read_fp): Delete declaration.
8564 * regcache.c (generic_target_read_fp): Delete function.
8565 (deprecated_read_fp): Replace read_fp, use
8566 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8567 * d10v-tdep.c (d10v_read_fp): Delete function.
8568 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8569
8570 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8571 deprecated_target_read_fp to generic_target_read_fp.
8572 * sh-tdep.c (sh_gdbarch_init): Ditto.
8573 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8574 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8575 * frv-tdep.c (frv_gdbarch_init): Ditto.
8576
8577 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8578 deprecated_fp_regnum.
8579 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8580 * vax-tdep.c (vax_gdbarch_init): Ditto.
8581 * v850-tdep.c (v850_gdbarch_init): Ditto.
8582 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8583 * sh-tdep.c (sh_gdbarch_init): Ditto.
8584 * s390-tdep.c (s390_gdbarch_init): Ditto.
8585 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8586 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8587 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8588 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8589 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8590 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8591 * i386-tdep.c (i386_gdbarch_init): Ditto.
8592 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8593 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8594 * frv-tdep.c (frv_gdbarch_init): Ditto.
8595 * cris-tdep.c (cris_gdbarch_init): Ditto.
8596 * avr-tdep.c (avr_gdbarch_init): Ditto.
8597 * arm-tdep.c (arm_gdbarch_init): Ditto.
8598 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8599
8600 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8601 * v850-tdep.c (v850_gdbarch_init): Ditto.
8602 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8603 * sh-tdep.c (sh_gdbarch_init): Ditto.
8604 * s390-tdep.c (s390_gdbarch_init): Ditto.
8605 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8606 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8607 * mips-tdep.c (mips_gdbarch_init): Ditto.
8608 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8609 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8610 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8611 * frv-tdep.c (frv_gdbarch_init): Ditto.
8612 * avr-tdep.c (avr_gdbarch_init): Ditto.
8613 * arm-tdep.c (arm_gdbarch_init): Ditto.
8614
8615 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8616 DEPRECATED_FP_REGNUM.
8617 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8618 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8619 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8620 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8621 (sparc32_register_virtual_type): Ditto.
8622 * sh-tdep.c (sh64_frame_chain): Ditto.
8623 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8624 (sh_nofp_frame_init_saved_regs): Ditto.
8625 (sh64_nofp_frame_init_saved_regs): Ditto.
8626 (sh_fp_frame_init_saved_regs): Ditto.
8627 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8628 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8629 * procfs.c (procfs_fetch_registers): Ditto.
8630 (procfs_store_registers): Ditto.
8631 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8632 (store_inferior_registers, fetch_core_registers): Ditto.
8633 (fetch_kcore_registers, clear_regs): Ditto.
8634 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8635 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8636 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8637 * nlm/i386.c (do_status): Ditto.
8638 * mipsv4-nat.c (supply_gregset): Ditto.
8639 * mips-tdep.c: Ditto for comments.
8640 * mips-nat.c (fetch_inferior_registers): Ditto.
8641 (store_inferior_registers, fetch_core_registers): Ditto.
8642 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
8643 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
8644 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
8645 (i386_do_pop_frame, i386_register_type): Ditto.
8646 * hppa-tdep.c (hppa_frame_chain): Ditto.
8647 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
8648 (hppa_pop_frame, hppa_read_fp): Ditto.
8649 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
8650 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
8651 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8652 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8653 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8654 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8655 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8656 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8657 * blockframe.c: Ditto for comments.
8658 * arch-utils.h: Ditto for comments.
8659 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8660 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8661 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8662 * alpha-tdep.h: Ditto for comments.
8663 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8664 (alpha_cannot_store_register): Ditto.
8665 (alpha_push_dummy_frame): Ditto.
8666 * alpha-nat.c (supply_gregset): Ditto.
8667
8668 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8669 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8670 * config/sparc/tm-sparc.h: Update comment.
8671
8672 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8673 deprecated_read_fp instead of TARGET_READ_FP.
8674 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8675 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8676 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8677 deprecated_read_fp instead of read_fp.
8678 * s390-tdep.c (s390_push_arguments): Ditto.
8679 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8680 * frame.h: Ditto in comments.
8681 * frame.c (legacy_get_prev_frame): Ditto.
8682 * dummy-frame.c (dummy_frame_this_id): Ditto.
8683 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8684
8685 2003-04-28 Andrew Cagney <cagney@redhat.com>
8686
8687 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8688 * gdbarch.h, gdbarch.c: Re-generate.
8689 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8690 * vax-tdep.c (_initialize_vax_tdep): Update.
8691 * v850-tdep.c (_initialize_v850_tdep): Update.
8692 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8693 * s390-tdep.c (_initialize_s390_tdep): Update.
8694 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8695 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8696 * mips-tdep.c (_initialize_mips_tdep): Update.
8697 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8698 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8699 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8700 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8701 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8702 * frv-tdep.c (_initialize_frv_tdep): Update.
8703 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8704 (_initialize_cris_tdep): Update.
8705 * arch-utils.c (legacy_print_insn): Update.
8706 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8707
8708 2003-04-26 Adam Fedor <fedor@gnu.org>
8709
8710 * linespec.c (decode_objc): New function to decode ObjC calls
8711 (decode_line_1): Check for ObjC calls (using decode_objc)
8712 * Makefile (linespec.o): Update dependencies.
8713
8714 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
8715
8716 * breakpoint.h (struct breakpoint_ops): New.
8717 (struct breakpoint): Add ops member.
8718
8719 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8720 (mention): Use new breakpoint ops member.
8721 (set_raw_breakpoint): Initialize ops field to NULL.
8722 (print_exception_catchpoint, print_one_exception_catchpoint)
8723 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8724 (gnu_v3_exception_catchpoint_ops): New.
8725 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8726
8727 2003-04-25 Adam Fedor <fedor@gnu.org>
8728
8729 * Makefile.in (COMMON_OBS): Add objc-lang.o
8730
8731 2003-04-25 Andrew Cagney <cagney@redhat.com>
8732
8733 * d10v-tdep.c (print_insn): Delete function.
8734 (display_trace): Use TARGET_PRINT_INSN.
8735 (_initialize_d10v_tdep): Do not set tm_print_insn.
8736 (d10v_gdbarch_init): Set print_insn.
8737
8738 2003-04-25 Andrew Cagney <cagney@redhat.com>
8739
8740 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8741 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8742 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8743 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8744 (nr_dmap_regs, a0_regnum): ... new functions.
8745 (d10v_print_registers_info): Use a0_regnum, use register_size.
8746 (d10v_register_byte): Delete function.
8747 (d10v_register_raw_size): Delete function.
8748 (d10v_register_type): Use a0_regnum.
8749 (d10v_print_registers_info): Use a0_regnum.
8750 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8751 (d10v_gdbarch_init): Do not set register_byte or
8752 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8753 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8754 extract_address.
8755 (trace_command): Use XCALLOC.
8756 (print_insn): Delete reference to tm_print_insn.
8757 (saved_regs_unwinder): Use store_unsigned_integer instead of
8758 store_address.
8759 * frame.h (FRAME_OBSTACK_CALLOC): Define
8760
8761 2003-04-25 David Carlton <carlton@bactrian.org>
8762
8763 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8764
8765 2003-04-24 Adam Fedor <fedor@gnu.org>
8766
8767 * objc-lang.c: Include "valprint.h"
8768 * Makefile.in (objc-lang.o): Update dependencies.
8769
8770 2003-04-24 Adam Fedor <fedor@gnu.org>
8771
8772 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
8773 architecture dependant compilation and mark as unimplemented
8774 (until they get put in the gdbarch vector).
8775
8776 2003-04-23 David Carlton <carlton@bactrian.org>
8777
8778 * cp-support.c (cp_find_first_component): Accept 'operator' in
8779 more locations.
8780
8781 2003-04-23 Andrew Cagney <cagney@redhat.com>
8782
8783 * infcall.c (call_function_by_hand): Eliminate redundant
8784 indentation. Move "saved_async" and "old_cleanups" to where they
8785 are needed.
8786
8787 2003-04-23 Andrew Cagney <cagney@redhat.com>
8788
8789 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8790 and "buffer". Move the "name" code to where it is needed.
8791
8792 2003-04-23 Andrew Cagney <cagney@redhat.com>
8793
8794 * infcall.c (call_function_by_hand): Move variables "start_sp",
8795 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8796 code to ON_STACK switch branch.
8797
8798 2003-04-23 Andrew Cagney <cagney@redhat.com>
8799
8800 * infcall.c (call_function_by_hand): Make declaration of "i",
8801 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8802 lint.
8803
8804 2003-04-23 Andrew Cagney <cagney@redhat.com>
8805
8806 * infcall.c (call_function_by_hand): Delete variable
8807 "n_method_args". Localize "param_type"'s declaration to the loop
8808 that it is used. Reinstate code assigning to said variable -
8809 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8810 Rationalize code using "param_type".
8811
8812 2003-04-22 Andrew Cagney <cagney@redhat.com>
8813
8814 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8815 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8816 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8817 to DEPRECATED_PUSH_RETURN_ADDRESS.
8818
8819 2003-04-22 Kevin Buettner <kevinb@redhat.com>
8820
8821 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8822 on the DWARF2 register number prior to fetching a register.
8823
8824 2003-04-22 J. Brobecker <brobecker@gnat.com>
8825
8826 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8827 Update all the tests using SOFT_FLOAT considering the fact that
8828 this macro was always set to 0.
8829 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8830 considering the fact that this macro was always set to 0.
8831 * hppa-tdep.h (hppa_store_return_value): Likewise.
8832 (hppa_extract_return_value): Likewise.
8833
8834 2003-04-22 J. Brobecker <brobecker@gnat.com>
8835
8836 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8837 the hppa-pro target only.
8838
8839 2003-04-21 J. Brobecker <brobecker@gnat.com>
8840
8841 Ongoing multi-arch conversion effort for HP/UX:
8842 * config/pa/tm-hppa.h: Move all macro that are no longer
8843 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8844 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8845
8846 2003-04-21 J. Brobecker <brobecker@gnat.com>
8847
8848 * config/pa/tm-hppa.h: Obsolete a section that was only used
8849 for hppa-pro.
8850
8851 2003-04-21 J. Brobecker <brobecker@gnat.com>
8852
8853 Ongoing multi-arch conversion for HP/UX.
8854 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8855 if already defined (allows hppa64 to stay non-multiarched for now).
8856 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8857
8858 2003-04-21 Andrew Cagney <cagney@redhat.com>
8859
8860 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8861
8862 2003-04-21 Andrew Cagney <cagney@redhat.com>
8863
8864 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8865 "i386_num_mmx_regs".
8866
8867 2003-04-21 Andrew Cagney <cagney@redhat.com>
8868
8869 * infcall.c: New file.
8870 * infcall.h: New file.
8871 * valarith.c: Include "infcall.h".
8872 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8873 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8874 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8875 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8876 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8877 (SFILES): Add "infcall.c"
8878 (COMMON_OBS): Add "infcall.o".
8879 (infcall.o): Specify dependencies.
8880 * value.h (call_function_by_hand): Delete declaration.
8881 * inferior.h (run_stack_dummy): Delete declaration.
8882 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8883 (run_stack_dummy): Move to "infcall.c", merged into
8884 call_function_by_hand.
8885 * valops.c (call_function_by_hand): Moved to "infcall.c".
8886 (find_function_addr, value_arg_coerce): Ditto.
8887 (unwindonsignal_p, coerce_float_to_double): Ditto.
8888 (_initialize_valops): Move "set/show coerce-float-to-double", and
8889 "set/show unwindonsignal" commands to "infcall.c".
8890 * v850-tdep.c, target.h: Update comments.
8891 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8892 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8893 (sh64_init_extra_frame_info): Update comments.
8894 * mn10300-tdep.c: Update comments.
8895 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8896 * config/sparc/tm-sparc.h: Update comments.
8897 * breakpoint.h: Update comments.
8898 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8899 * arm-tdep.c: Update comment.
8900
8901 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8902
8903 * i386-tdep.c (i386_num_register_names): New variable.
8904 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8905 (MM0_REGNUM): Remove redundant parentheses in define.
8906 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8907 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8908 i386_mxcsr_regnum_p): Remove redundant parentheses.
8909 (i386_register_name): Use i386_num_register_names.
8910
8911 * i386-tdep.c (i386_extract_return_value,
8912 i386_store_return_value): Correct check for availability of
8913 floating-point registers.
8914
8915 * i386-tdep.c (i386_frame_num_args): Remove function.
8916 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8917
8918 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8919 mmx_regnum_to_fp_regnum. Adjust all callers.
8920
8921 * i386-tdep.c (i386_get_longjmp_target): Use
8922 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8923 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8924 extract_address.
8925
8926 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8927
8928 * core-regset.c: Update comments to reflect reality. Re-order
8929 includes.
8930 (fetch_core_registers): Use switch instead of if. Remove
8931 redundant prototype.
8932
8933 2003-04-18 Jim Blandy <jimb@redhat.com>
8934
8935 * s390-tdep.c (s390_frame_align): New function.
8936 (s390_gdbarch_init): Register it with the gdbarch object.
8937
8938 2003-04-17 Richard Henderson <rth@redhat.com>
8939
8940 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8941
8942 2003-04-17 Michael Snyder <msnyder@redhat.com>
8943 Karen Bennet <bennet@redhat.com>
8944
8945 Committed by Elena Zannoni <ezannoni@redhat.com>
8946 * gdb_gcore.sh: New script to create a core dump of a process.
8947
8948 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
8949
8950 * values.c (value_being_returned): Don't fetch the return
8951 value if the return type is void.
8952
8953 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8954
8955 * thread-db.c: Reindented.
8956
8957 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8958
8959 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8960 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
8961 as types.
8962
8963
8964
8965
8966
8967
8968
8969
8970
8971
8972
8973
8974
8975
8976
8977
8978
8979
8980
8981
8982
8983
8984
8985
8986
8987 2003-04-16 Kevin Buettner <kevinb@redhat.com>
8988
8989 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
8990 the size of ``long double'' to 16, instead of 8.
8991
8992 2003-04-16 Mark Kettenis <kettenis@gnu.org>
8993
8994 * i386-linux-nat.c: Add some whitespace to make things more
8995 readable.
8996 (fetch_register, store_register, fetch_inferior_registers,
8997 store_inferior_registers): Get rid of assignment in if-statement.
8998 (store_register): Fix typo in error message.
8999
9000 2003-04-16 Andrew Cagney <cagney@redhat.com>
9001
9002 * utils.c (xmmalloc): Always allocate something, matches
9003 libiberty/xmalloc's semantics.
9004 (xmrealloc, xmcalloc): Ditto.
9005
9006 2003-04-16 Andrew Cagney <cagney@redhat.com>
9007
9008 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
9009 update comments.
9010 (get_frame_type): Initialize unwind and type when needed.
9011 (get_frame_id, frame_register_unwind): Ditto.
9012
9013 2003-04-16 Andrew Cagney <cagney@redhat.com>
9014
9015 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
9016 obsolete.
9017 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
9018 * sparcl-stub.c: Obsolete file.
9019 * config/sparc/tm-sparclet.h: Obsolete file.
9020 * sparclet-stub.c: Obsolete file.
9021 * sparclet-rom.c: Obsolete file.
9022 * sparcl-tdep.c: Obsolete file.
9023 * config/sparc/tm-sparclite.h: Obsolete file.
9024 * config/sparc/sparclite.mt: Obsolete file.
9025 * config/sparc/sparclet.mt: Obsolete file.
9026 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
9027 sparc86x-*-* obsolete.
9028
9029 2003-04-15 David Carlton <carlton@math.stanford.edu>
9030
9031 * Makefile.in (SFILES): Add cp-namespace.c.
9032 (COMMON_OBS): Add cp-namespace.o.
9033 (block.o): Depend on gdb_obstack_h and cp_support_h.
9034 (buildsym.o): Depend on cp_support_h.
9035 (cp-namespace.o): New.
9036 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
9037 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
9038 (dwarf2read.o): Depend on cp_support_h.
9039 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
9040 * dwarf2read.c (process_die): Set processing_has_namespace_info,
9041 processing_current_namespace.
9042 (read_namespace): Update processing_current_namespace; check for
9043 anonymous namespaces.
9044 (dwarf2_name): New function.
9045 (dwarf2_extension): Ditto.
9046 * cp-support.h: Update copyright, contributors.
9047 Add inclusion guards.
9048 Add opaque declaration for structs obstack, block, symbol.
9049 (struct using_direct): New struct.
9050 Add declarations for cp_find_first_component,
9051 cp_entire_prefix_len, processing_has_namespace_info,
9052 processing_current_namespace, cp_is_anonymous,
9053 cp_add_using_directive, cp_initialize_namespace,
9054 cp_finalize_namespace, cp_set_block_scope,
9055 cp_scan_for_anonymous_namespaces.
9056 * cp-namespace.c: New file.
9057 * cp-support.c: Update copyright.
9058 Include ctype.h, gdb_assert.h, gdbcmd.h.
9059 New variable maint_cplus_cmd_list.
9060 (cp_find_first_component): New function.
9061 (cp_entire_prefix_len, maint_cplus_command)
9062 (first_component_command, _initialize_cp_support): Ditto.
9063 * buildsym.c: Include cp-support.h.
9064 New variable using_list.
9065 (add_symbol_to_list): Check for anonymous namespaces.
9066 (finish_block): Set block's scope.
9067 (start_symtab): Initialize C++ namespace support.
9068 (end_symtab): Finalize C++ namespace support.
9069 * block.h: Add opaque declarations for structs
9070 block_namespace_info, using_direct, and obstack.
9071 Add declarations for block_set_scope and block_set_using.
9072 (struct block): Add 'language_specific' member.
9073 (BLOCK_NAMESPACE): New macro.
9074 * block.c: Include gdb_obstack.h and cp-support.h.
9075 (struct block_namespace_info): New struct.
9076 (block_set_scope): New function.
9077 (block_set_using, block_initialize_namespace): Ditto.
9078
9079 2003-04-14 Kevin Buettner <kevinb@redhat.com>
9080
9081 * solib-svr4.c (svr4_have_link_map_offsets): New function.
9082 (locate_base): Return early if there aren't any link map offsets.
9083 (svr4_solib_create_inferior_hook): Warn if shared library support
9084 is unavailable.
9085
9086 2003-04-14 David Carlton <carlton@math.stanford.edu>
9087
9088 * symtab.c (symbol_set_names): Add prefix when storing Java names
9089 in hash table. Fix for PR java/1039.
9090
9091 2003-04-14 David Carlton <carlton@math.stanford.edu>
9092
9093 * symtab.c (symbol_set_names): Rename 'name' arg to
9094 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
9095 * symtab.h: Change 'name' argument in declaration of
9096 symbol_set_names to 'linkage_name'.
9097 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
9098
9099 2003-04-14 Andrew Cagney <cagney@redhat.com>
9100
9101 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
9102 return the fully sign-extended register value.
9103 (get_frame_pointer): Ditto.
9104 (mips_pop_frame): Initialize "proc_desc" after checking for a
9105 dummy frame.
9106
9107 2003-04-14 Andrew Cagney <cagney@redhat.com>
9108
9109 * mips-tdep.c (mips_push_dummy_frame): Delete function.
9110 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9111 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9112 (mips_push_register): Delete function.
9113 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9114 PUSH_FP_REGNUM.
9115
9116 2003-04-14 Jim Blandy <jimb@redhat.com>
9117
9118 * symmisc.c: #include "gdb_regex.h".
9119 (maintenance_list_symtabs, maintenance_list_psymtabs): New
9120 functions.
9121 * maint.c (maintenance_list_command): New function.
9122 (_initialize_maint_cmds): Register the above as commands.
9123 * symtab.h (maintenance_list_symtabs,
9124 maintenance_list_psymtabs): New declarations.
9125 * cli/cli-cmds.c (maintenancelistlist): New variable.
9126 (init_cmd_lists): Initialize it.
9127 * cli/cli-cmds.h (maintenancelistlist): New declaration.
9128 * gdbcmd.h (maintenancelistlist): New declaration.
9129 * Makefile.in (symmisc.o): Update dependencies.
9130
9131 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
9132
9133 * s390-nat.c: Include asm/types.h for addr_t.
9134
9135 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
9136
9137 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9138 actually incoming type.
9139
9140 2003-04-13 Andrew Cagney <cagney@redhat.com>
9141
9142 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9143 get_next_frame and get_frame_saved_regs.
9144
9145 2003-04-13 Andrew Cagney <cagney@redhat.com>
9146
9147 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9148 of gdbarch_num_regs.
9149
9150 2003-04-13 Andrew Cagney <cagney@redhat.com>
9151
9152 * frame.h: Mention what replaced what in "struct frame_info".
9153 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9154 deprecated_update_frame_base_hack and
9155 deprecated_update_frame_pc_hack.
9156 * hppa-tdep.c: Ditto.
9157
9158 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9159
9160 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9161 to read_reg and update its comment. Remove regnum member.
9162 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9163 Don't call read_reg when setting in_reg. Call read_reg to get
9164 the frame base if it's in a register. Return the register number
9165 on the stack instead of in the context. Remove extra arguments
9166 to read_reg.
9167 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9168 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
9169 the register number on the expression stack.
9170 (needs_frame_read_reg): Remove extra arguments.
9171
9172 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9173
9174 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9175 made non-static.
9176 (execute_stack_op): All callers updated.
9177 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9178 * dwarf2loc.c (find_location_expression): New function.
9179 (dwarf_expr_frame_base): Call it.
9180 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9181 (dwarf2_tracepoint_var_ref): New function, broken out from
9182 locexpr_tracepoint_var_ref.
9183 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9184 Make static.
9185 (loclist_read_variable, loclist_read_needs_frame): New functions.
9186 (loclist_describe_location, loclist_tracepoint_var_ref): New
9187 functions.
9188 (dwarf2_loclist_funcs): New struct location_funcs.
9189 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9190 (struct dwarf2_locexpr_baton): Add comments.
9191 (dwarf2_loclist_funcs): New extern.
9192 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9193 base_address and base_known.
9194 (dwarf_loc_buffer): New variable.
9195 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9196 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9197 (dwarf2_has_info): Initialize dwarf_loc_offset.
9198 (dwarf2_build_psymtabs): Read in .debug_loc.
9199 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9200 DWARF_LOC_SIZE.
9201 (psymtab_to_symtab_1): Likewise. Move base address calculation
9202 here, from...
9203 (dwarf2_get_pc_bounds): ... here. Use the base address from
9204 cu_header.
9205 (dwarf2_symbol_mark_computed): Handle location lists.
9206
9207 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9208
9209 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9210 if the linkage name demangled successfully.
9211
9212 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9213
9214 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9215 disassmbly_flavour): Removed.
9216
9217 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9218
9219 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9220
9221 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9222
9223 2003-04-12 Andrew Cagney <cagney@redhat.com>
9224
9225 * frame.h (struct frame_info): Move definition from here ...
9226 * frame.c (struct frame_info): ... to here.
9227
9228 2003-04-12 Andrew Cagney <cagney@redhat.com>
9229
9230 * gdbthread.h (save_infrun_state): Delete parameter
9231 "prev_func_start".
9232 (struct thread_info): Delete field "prev_func_start".
9233 (load_infrun_state): Ditto.
9234 * thread.c (load_infrun_state, save_infrun_state): Update.
9235 * infrun.c (prev_func_start): Delete variable.
9236 (context_switch, init_wait_for_inferior): Update.
9237 (stop_stepping, keep_going): Update.
9238
9239 2003-04-12 Andrew Cagney <cagney@redhat.com>
9240
9241 * gdbarch.sh: Add missing opaque declarations.
9242 * gdbarch.h: Regnerate.
9243 * symtab.h: Add missing opaque declarations.
9244 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9245 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9246 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9247 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9248 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9249 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9250 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9251 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9252 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9253 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9254 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9255 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9256 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9257
9258 2003-04-11 Andrew Cagney <cagney@redhat.com>
9259
9260 * frame.c (get_frame_id): Return this frame's "id".
9261 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9262 function start.
9263 (legacy_saved_regs_this_id): Replace function body with
9264 internal-error.
9265 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9266 FRAME_OBSTACK_ZALLOC.
9267 (create_new_frame): Mark the frame ID as valid.
9268
9269 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
9270
9271 * Makefile.in (libbfd_h): Added missing setting.
9272 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9273 according to the selected ABI.
9274
9275 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9276
9277 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9278
9279 2003-04-11 Andrew Cagney <cagney@redhat.com>
9280
9281 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9282 SAVED_PC_AFTER_CALL.
9283 * gdbarch.h, gdbarch.c: Regenerate.
9284 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9285 * x86-64-tdep.c (x86_64_init_abi): Update.
9286 * vax-tdep.c (vax_gdbarch_init): Update.
9287 * v850-tdep.c (v850_gdbarch_init): Update.
9288 * sparc-tdep.c (sparc_gdbarch_init): Update.
9289 * sh-tdep.c (sh_gdbarch_init): Update.
9290 * s390-tdep.c (s390_gdbarch_init): Update.
9291 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9292 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9293 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9294 * mips-tdep.c (mips_gdbarch_init): Update.
9295 * mcore-tdep.c (mcore_gdbarch_init): Update.
9296 * m68k-tdep.c (m68k_gdbarch_init): Update.
9297 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9298 * ia64-tdep.c (ia64_gdbarch_init): Update.
9299 (ia64_saved_pc_after_call): Update declaration.
9300 * i386ly-tdep.c (i386lynx_init_abi): Update.
9301 * i386-tdep.c (i386_gdbarch_init): Update.
9302 * hppa-tdep.c (hppa_gdbarch_init): Update.
9303 * h8300-tdep.c (h8300_gdbarch_init): Update.
9304 * frv-tdep.c (frv_gdbarch_init): Update.
9305 * cris-tdep.c (cris_gdbarch_init): Update.
9306 * avr-tdep.c (avr_gdbarch_init): Update.
9307 * arm-tdep.c (arm_gdbarch_init): Update.
9308 * alpha-tdep.c (alpha_gdbarch_init): Update.
9309 * ns32knbsd-nat.c (frame_num_args): Update.
9310 * ns32k-tdep.c (umax_frame_num_args): Update.
9311 * mips-tdep.c (mips_init_frame_pc_first): Update.
9312 * infrun.c (step_over_function): Update.
9313 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9314 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9315 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9316 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9317 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9318 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9319 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9320 * arch-utils.c (init_frame_pc_default): Update.
9321 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9322 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9323 declaration.
9324
9325 2003-04-11 Andrew Cagney <cagney@redhat.com>
9326
9327 * i387-tdep.c: Update copyright.
9328 (i387_to_double): Delete function.
9329 (double_to_i387): Delete function.
9330
9331 2003-04-10 Andrew Cagney <cagney@redhat.com>
9332
9333 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9334 frame's function's address. Simplify.
9335 (d10v_frame_unwind_cache): Check that the frame's function is
9336 non-zero.
9337
9338 2003-04-10 Jim Blandy <jimb@redhat.com>
9339
9340 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9341 call to set_gdbarch_deprecated_push_arguments.
9342
9343 2003-04-10 Andrew Cagney <cagney@redhat.com>
9344
9345 * frame.c (fprint_frame_id): New function.
9346 (fprint_frame_type, fprint_frame): New function.
9347 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9348 (create_sentinel_frame, get_frame_id): Ditto.
9349 (frame_id_p, frame_id_eq): Ditto.
9350 (frame_id_inner, create_new_frame): Ditto.
9351 (legacy_get_prev_frame, get_prev_frame): Ditto.
9352 (deprecated_update_frame_pc_hack): Ditto.
9353 (frame_register_unwind): Ditto.
9354 (deprecated_update_frame_base_hack): Ditto.
9355
9356 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9357
9358 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9359 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9360 frame_chain function.
9361 * Makefile.in: Add dependencies due to above change.
9362
9363 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9364
9365 * blockframe.c (legacy_frame_chain_valid): Move call to
9366 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9367 inside_entry_file.
9368
9369 2003-04-09 Andrew Cagney <cagney@redhat.com>
9370
9371 * frame.h (struct frame_id): Replace "pc" and "base" with
9372 "stack_addr" and "code_addr". Update comments.
9373 (frame_id_build): Update parameter names and comment.
9374 (struct frame_info): Replace "id_p" and "id" with "this_id".
9375 * dummy-frame.c (dummy_frame_this_id): Update.
9376 * breakpoint.c (print_one_breakpoint): Update.
9377 * frame.c (get_frame_id): Update.
9378 (get_frame_base, frame_id_build): Update.
9379 (create_sentinel_frame, legacy_get_prev_frame): Update.
9380 (deprecated_update_frame_base_hack): Update.
9381 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9382 (frame_id_inner): Ditto.
9383
9384 2003-04-09 Andrew Cagney <cagney@redhat.com>
9385
9386 * defs.h (gdb_print_host_address): Make "addr" parameter a
9387 pointer constant.
9388 * utils.c (gdb_print_host_address): Update.
9389
9390 2003-04-09 Kevin Buettner <kevinb@redhat.com>
9391
9392 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9393 register number for R0 is 0.
9394
9395 2003-04-09 J. Brobecker <brobecker@gnat.com>
9396
9397 * frame.h (struct gdbarch): Add opaque structure definition
9398 to avoid a compilation warning on LynxOS 4.0.
9399
9400 2003-04-09 Andrew Cagney <cagney@redhat.com>
9401
9402 * frame.h (struct frame_info): Delete field "pc". Replace
9403 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9404 structure.
9405 * frame.c (frame_pc_unwind): Update.
9406 (create_sentinel_frame): Do not set "pc".
9407 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9408 (get_frame_pc): Call frame_pc_unwind.
9409 (deprecated_update_frame_pc_hack): Update.
9410 (create_new_frame): Use "pc" not "->pc".
9411
9412 2003-04-09 Andrew Cagney <cagney@redhat.com>
9413
9414 * frame.c (get_frame_id): Eliminate code updating "frame".
9415 (legacy_get_prev_frame): Ditto.
9416 (get_frame_base): Return id.base directly.
9417 (deprecated_update_frame_base_hack): Update "id.base".
9418 * frame.h (struct frame_info): Delete field "frame".
9419
9420 2003-04-09 Andrew Cagney <cagney@redhat.com>
9421
9422 * NEWS: Mention that the "Sequent family" is obsolete.
9423 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9424 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9425 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9426 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9427 * config/i386/tm-ptx4.h: Obsolete file.
9428 * config/i386/tm-ptx.h: Obsolete file.
9429 * symm-tdep.c: Obsolete file.
9430 * config/i386/symmetry.mt: Obsolete file.
9431 * config/i386/tm-symmetry.h: Obsolete file.
9432 * symm-nat.c: Obsolete file.
9433 * config/i386/nm-symmetry.h: Obsolete file.
9434 * config/i386/xm-symmetry.h: Obsolete file.
9435 * config/i386/symmetry.mh: Obsolete file.
9436 * config/i386/nm-ptx4.h: Obsolete file.
9437 * config/i386/ptx4.mh: Obsolete file.
9438 * config/i386/ptx.mt: Obsolete file.
9439 * config/i386/ptx.mh: Obsolete file.
9440 * config/i386/xm-ptx4.h: Obsolete file.
9441 * config/i386/xm-ptx.h: Obsolete file.
9442
9443 2003-04-09 Andrew Cagney <cagney@redhat.com>
9444
9445 Obsolete mips*-*-mach3*.
9446 * NEWS: Mention that mips*-*-mach3* is obsolete.
9447 * m3-nat.c: Obsolete file.
9448 * config/nm-m3.h: Obsolete file.
9449 * config/mips/tm-mipsm3.h: Obsolete file.
9450 * config/mips/mipsm3.mt: Obsolete file.
9451 * config/mips/mipsm3.mh: Obsolete file.
9452 * config/mips/xm-mipsm3.h: Obsolete file.
9453 * mipsm3-nat.c: Obsolete file.
9454 * configure.host: Obsolete mips-dec-mach3*.
9455 * configure.tgt: Obsolete mips*-*-mach3*.
9456
9457 2003-04-09 Andrew Cagney <cagney@redhat.com>
9458
9459 * doublest.h: Update copyright.
9460 (deprecated_store_floating, deprecated_extract_floating): Rename
9461 store_floating and extract_floating. Update comments.
9462 * doublest.c: Update copyright.
9463 (extract_floating_by_length): Replace extract_floating.
9464 (store_floating_by_length): Replace store_floating.
9465 (deprecated_extract_floating): New function.
9466 (deprecated_store_floating): New function.
9467 (extract_typed_floating): Call extract_floating_by_length.
9468 (store_typed_floating): Call store_floating_by_length.
9469 * x86-64-tdep.c (x86_64_store_return_value): Update.
9470 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9471 (sh64_extract_return_value): Update.
9472 (sh_sh4_register_convert_to_virtual): Update.
9473 (sh_sh64_register_convert_to_virtual): Update.
9474 (sh_sh4_register_convert_to_raw): Update.
9475 (sh_sh64_register_convert_to_raw): Update.
9476 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9477 (rs6000_register_convert_to_raw): Update.
9478 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9479 (ia64_register_convert_to_raw): Update.
9480 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9481 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9482 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9483 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9484 (alpha_register_convert_to_raw): Update.
9485
9486 2003-04-08 Andrew Cagney <cagney@redhat.com>
9487
9488 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9489 * gdbarch.h, gdbarch.c: Re-generate.
9490 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9491 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9492 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9493 conditionally, use frame_pc_unwind as an alternative. Add
9494 comments.
9495 * arch-utils.c (init_frame_pc_default): Only call
9496 SAVED_PC_AFTER_CALL when available.
9497
9498 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9499
9500 * infrun.c (stop_soon): Rename from stop_soon_quietly.
9501 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9502 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9503 (start_remote): Ditto.
9504 (handle_inferior_event): Ditto.
9505 (save_inferior_status): Ditto.
9506 (restore_inferior_status): Ditto.
9507 * infcmd.c (attach_command): Ditto.
9508 * fork-child.c (startup_inferior): Ditto.
9509 * inferior.h (stop_soon): Rename from stop_soon_quietly.
9510 * alpha-tdep.c (heuristic_proc_start): Ditto.
9511 * mips-tdep.c (heuristic_proc_start): Ditto.
9512 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9513 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9514 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9515 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9516 * remote-vx.c (vx_create_inferior): Ditto.
9517
9518 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9519
9520 * infrun.c (stop_soon_quietly): Make it an enum, to better
9521 override the default behavior of handle_inferior_event.
9522 (clear_proceed_status): Update uses of stop_soon_quietly to
9523 reflect that it is now an enum.
9524 (start_remote): Ditto.
9525 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9526 is set to handle the new GNU/Linux kernel behavior for
9527 attach/sigstop. Update uses of stop_soon_quietly.
9528 * inferior.h (enum stop_kind): New enum.
9529 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9530 Reset normal handle_inferior_event behavior, afterwards.
9531 * fork-child.c (startup_inferior): Update.
9532 * alpha-tdep.c (heuristic_proc_start): Update.
9533 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9534 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9535 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9536 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9537 * remote-vx.c (vx_create_inferior): Update.
9538 * mips-tdep.c (heuristic_proc_start): Update.
9539
9540 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
9541
9542 * disasm.c (dump_insns): Move variables inside loop, or they will
9543 be freed more than once, causing wild memory corruptions.
9544 (gdb_disassembly): Look for the substring "-thread",
9545 instead of "-threads" in the target name, to make sure to find
9546 the 'multi-thread' target. Also, make sure we do the right thing
9547 with the "core" target.
9548
9549 2003-04-07 Kevin Buettner <kevinb@redhat.com>
9550
9551 * mips-tdep.c (mips_print_fp_register): New function, created from
9552 do_fp_register_row(). Registers are now (also) printed as hex.
9553 Only one register is printed per row.
9554 (mips_print_register, do_fp_register_row): Print floating point
9555 registers with mips_print_fp_register().
9556
9557 2003-04-06 Andrew Cagney <cagney@redhat.com>
9558
9559 * valprint.h (inspect_it): Add extern declaration.
9560 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9561 (selectors_info, classes_info): Ditto.
9562 (find_objc_msgcall): Fix indentation.
9563 (objc_printstr): Delete extern declarations.
9564
9565 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9566
9567 2003-04-06 Andrew Cagney <cagney@redhat.com>
9568
9569 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9570 Update comment.
9571 * frame.c (legacy_saved_regs_this_id): Update.
9572 (legacy_get_prev_frame): Update.
9573 * xstormy16-tdep.c: Update comment.
9574 * sparc-tdep.c (sparc_frame_chain): Update comment.
9575 * blockframe.c (legacy_frame_chain_valid): Update.
9576
9577 2003-04-06 Andrew Cagney <cagney@redhat.com>
9578
9579 * valprint.c (val_print_type_code_int): Delete #ifdef
9580 PRINT_TYPELESS_INTEGER code.
9581
9582 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9583 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9584 multi-arch definition.
9585 * gdbarch.h: Re-generate.
9586
9587 2003-04-05 Andrew Cagney <cagney@redhat.com>
9588
9589 Eliminate FRAME_FIND_SAVED_REGS.
9590 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9591 Change FSR parameter to a pointer.
9592 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9593 Assume FSR parameter is a pointer.
9594 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9595 Make fsr a pointer.
9596 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9597 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9598 saved_regs a pointer.
9599 (hppa_frame_saved_pc): Ditto.
9600 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9601 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9602 pointer.
9603 (restore_pc_queue): Make fsr a pointer.
9604 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9605 (hppa_frame_chain): Make saved_regs a pointer, call
9606 hppa_frame_init_saved_regs.
9607 * sparc-tdep.c: Include "gdb_assert.h".
9608 (sparc_frame_find_saved_regs): Replace internal_error with
9609 gdb_assert.
9610 * remote-vxsparc.c (vx_read_register): Delete reference to
9611 FRAME_FIND_SAVED_REGS.
9612 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9613 * gdbarch.h: Regenerate.
9614 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9615 (deprecated_get_frame_saved_regs): Delete declaration.
9616 (struct frame_saved_regs): Delete definition.
9617 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9618 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9619 (hppa_frame_find_saved_regs): Delete declaration.
9620 (FRAME_FIND_SAVED_REGS): Delete macro.
9621 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9622 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9623 FRAME_FIND_SAVED_REGS in comment.
9624
9625 2003-04-05 Andrew Cagney <cagney@redhat.com>
9626
9627 * frame.c (frame_func_unwind, get_frame_func): New functions.
9628 * frame.h (get_frame_func, frame_func_unwind): Declare.
9629 (struct frame_info): Add field "prev_func" for caching the
9630 previous frame's function address.
9631 * arm-tdep.c (arm_frameless_function_invocation): Combine
9632 get_pc_function_start and get_frame_pc into get_frame_func.
9633 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9634 (sh64_nofp_frame_init_saved_regs): Ditto.
9635 * s390-tdep.c (s390_function_start): Ditto.
9636 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9637 (rs6000_frameless_function_invocation): Ditto.
9638 (rs6000_frame_saved_pc): Ditto.
9639 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9640 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
9641 * i386-tdep.c (i386_frameless_signal_p): Ditto.
9642 (i386_frame_init_saved_regs): Ditto.
9643 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
9644 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
9645 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
9646 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
9647 * blockframe.c (frameless_look_for_prologue): Ditto.
9648
9649 2003-04-05 Andrew Cagney <cagney@redhat.com>
9650
9651 * frame.c (legacy_get_prev_frame): Link prev to next at the
9652 function start. Update comments.
9653
9654 2003-04-05 Andrew Cagney <cagney@redhat.com>
9655
9656 * frame.c (get_frame_id): Update comment.
9657 (legacy_get_prev_frame): Update comment.
9658 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9659 * gdbarch.h: Regenerate.
9660 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9661 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9662
9663 2003-04-05 Andrew Cagney <cagney@redhat.com>
9664
9665 * stack.c (print_frame_info): Use get_frame_pc.
9666
9667 2003-04-04 Andrew Cagney <cagney@redhat.com>
9668
9669 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9670 the frame's type from the unwinder.
9671 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9672 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9673 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9674 (get_frame_base_address): Use get_frame_type.
9675 (get_frame_locals_address, get_frame_args_address): Ditto.
9676 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9677 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9678 (struct frame_info): Add comment explaining why the frame contains
9679 a "type" field.
9680 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9681 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9682 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9683 NORMAL_FRAME.
9684 * frame-unwind.h: Include "frame.h".
9685 (struct frame_unwind): Add "type" field.
9686 * Makefile.in (frame_unwind_h): Add $(frame_h).
9687
9688 2003-04-04 Andrew Cagney <cagney@redhat.com>
9689
9690 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9691 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9692 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9693 get_frame_base.
9694 (d10v_unwind_dummy_id): Use frame_id_build.
9695 * frame.c (find_frame_sal): Use get_frame_pc.
9696 (create_new_frame): Use deprecated_update_frame_pc_hack and
9697 deprecated_update_frame_base_hack.
9698 (create_sentinel_frame): Add comment about ->pc going away.
9699 (get_prev_frame): Add comment about ->pc going away.
9700 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9701 frame_id_build, deprecated_update_frame_pc_hack and
9702 deprecated_update_frame_base_hack.
9703 (select_frame): Use get_frame_pc.
9704 (legacy_saved_regs_this_id): Use frame_id_build.
9705
9706 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
9707
9708 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9709 signed integer case.
9710 (classify_argument): Handle enumerations and references.
9711
9712 2003-04-04 Andrew Cagney <cagney@redhat.com>
9713
9714 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9715 ID to NULL.
9716
9717 2003-04-01 Adam Fedor <fedor@gnu.org>
9718
9719 * gdb/objc-lang.c (selectors_info): Replace calls to
9720 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9721 SYMBOL_NATURAL_NAME.
9722 (classes_info, find_methods): Likewise.
9723
9724 2003-04-03 Kevin Buettner <kevinb@redhat.com>
9725
9726 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9727 ``mach'' to the value determined by bfd_default_set_arch_mach().
9728
9729 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9730
9731 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9732 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9733 (mi-cmd-file.o): Update dependencies.
9734
9735 2003-04-01 Kevin Buettner <kevinb@redhat.com>
9736
9737 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9738 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9739
9740 2003-04-01 Adam Fedor <fedor@gnu.org>
9741
9742 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9743 * language.h (struct language_defn): Add la_demangle.
9744 (language_demangle): Declare.
9745 * language.c (language_demangle): New function.
9746 (unk_lang_demangle): Likewise.
9747 (unknown_language_defn, auto_language_defn, local_language_defn):
9748 Add ukn_lang_demangle.
9749 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
9750 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9751 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9752 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9753 * jv-lang.c (java_demangle): New function
9754 (java_language_defn): Use it for la_demangle element.
9755 * objc-lang.c (objc_demangle): Add options argument
9756 (objc_language_defn): Use objc_demangle for la_demangle element.
9757 * maint.c (maintenance_demangle): Replace switch with
9758 call to language_demangle.
9759 * utils.c (fprintf_symbol_filtered): Likewise.
9760
9761 2003-04-01 Andrew Cagney <cagney@redhat.com>
9762
9763 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9764 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9765 PRINT_TYPELESS_INTEGER.
9766 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9767 PUSH_RETURN_ADDRESS.
9768
9769 2003-04-01 Andrew Cagney <cagney@redhat.com>
9770
9771 * Makefile.in (d10v-tdep.o): Update dependencies.
9772 * d10v-tdep.c: Include "frame-base.h".
9773 (d10v_frame_unwind): Make constant.
9774 (d10v_frame_base_address): New function.
9775 (d10v_frame_base): New variable.
9776 (d10v_gdbarch_init): Set frame_base default.
9777 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9778 comment for base.
9779 (d10v_frame_unwind_cache): Set and use "prev_sp".
9780 (d10v_frame_this_id): Use the previous frame's inner most stack
9781 address and this frame's func address for the frame ID. Use
9782 frame_id_build. Don't analyze beyond the current instruction.
9783
9784 2003-04-01 Andrew Cagney <cagney@redhat.com>
9785
9786 * frame.h (get_frame_locals_address, get_frame_args_address):
9787 Refer to the base address, instead of the address of the first
9788 local or parameter.
9789
9790 2003-04-01 Andrew Cagney <cagney@redhat.com>
9791
9792 Add frame debug info addresses:
9793 * frame-base.c: New file.
9794 * frame-base.h: New file.
9795 * frame.h (struct frame_base): Add opaque declaration.
9796 (get_frame_base): Update comment.
9797 (get_frame_base_address): Declare.
9798 (get_frame_locals_address): Declare.
9799 (get_frame_args_address): Declare.
9800 (struct frame_info): Add "base" and "base_cache". Update
9801 comments on the unwinder.
9802 * frame.c: Include "frame-base.h".
9803 (get_frame_locals_address): New function.
9804 (get_frame_base_address): New function.
9805 (get_frame_args_address): New function.
9806 * findvar.c (read_var_value): Use get_frame_locals_address and
9807 get_frame_args_address.
9808 * stack.c (frame_info): Use get_frame_locals_address and
9809 get_frame_args_address.
9810 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9811 moved to "frame-base.c".
9812 * printcmd.c (print_frame_nameless_args): Ditto.
9813 * symtab.h (address_class): Update comments.
9814 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9815 get_frame_base_address.
9816 * dwarf2expr.c (execute_stack_op): Ditto.
9817 * Makefile.in (frame_base_h): Define.
9818 (frame.o): Update dependencies.
9819 (frame-base.o): Add dependencies.
9820 (SFILES): Add frame-base.c.
9821 (COMMON_OBS): Add frame-base.o.
9822
9823 2003-04-01 Andrew Cagney <cagney@redhat.com>
9824
9825 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9826 CALL_DUMMY_LENGTH): Ditto.
9827 * gdbarch.c: Re-generate.
9828 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9829 (CALL_DUMMY_LENGTH): Delete macro.
9830 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9831 * arm-tdep.c (arm_gdbarch_init): Ditto.
9832 * avr-tdep.c (avr_gdbarch_init): Ditto.
9833 * cris-tdep.c (cris_gdbarch_init): Ditto.
9834 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9835 * frv-tdep.c (frv_gdbarch_init): Ditto.
9836 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9837 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9838 * i386-tdep.c (i386_gdbarch_init): Ditto.
9839 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9840 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9841 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9842 * mips-tdep.c (mips_gdbarch_init): Ditto.
9843 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9844 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9845 * s390-tdep.c (s390_gdbarch_init): Ditto.
9846 * sh-tdep.c (sh_gdbarch_init): Ditto.
9847 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9848 * v850-tdep.c (v850_gdbarch_init): Ditto.
9849 * vax-tdep.c (vax_gdbarch_init): Ditto.
9850 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9851
9852 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
9853
9854 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9855
9856 2003-04-01 Andrew Cagney <cagney@redhat.com>
9857
9858 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9859 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9860 * gdbarch.h, gdbarch.c: Re-generate.
9861 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9862 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9863 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9864 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9865 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9866 * infcmd.c (run_stack_dummy): Simplify assuming
9867 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9868 * infrun.c (handle_inferior_event): Ditto.
9869 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9870 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9871 * arm-tdep.c (arm_gdbarch_init): Ditto.
9872 * avr-tdep.c (avr_gdbarch_init): Ditto.
9873 * cris-tdep.c (cris_gdbarch_init): Ditto.
9874 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9875 * frv-tdep.c (frv_gdbarch_init): Ditto.
9876 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9877 * i386-tdep.c (i386_gdbarch_init): Ditto.
9878 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9879 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9880 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9881 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9882 * mips-tdep.c (mips_gdbarch_init): Ditto.
9883 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9884 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9885 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9886 * s390-tdep.c (s390_gdbarch_init): Ditto.
9887 * sh-tdep.c (sh_gdbarch_init): Ditto.
9888 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9889 * v850-tdep.c (v850_gdbarch_init): Ditto.
9890 * vax-tdep.c (vax_gdbarch_init): Ditto.
9891 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9892
9893 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9894
9895 * symfile.c (symfile_relocate_debug_section): Update call to
9896 bfd_simple_get_relocated_section_contents.
9897
9898 2003-03-31 Andrew Cagney <cagney@redhat.com>
9899
9900 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9901 * gdbarch.h, gdbarch.c: Regenerate.
9902 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9903 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9904 available.
9905 * frame.h (generic_fix_call_dummy): Delete declaration.
9906 * dummy-frame.h: Update comment.
9907 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9908 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9909 fix_call_dummy.
9910 * sh-tdep.c (sh_gdbarch_init): Ditto.
9911 * s390-tdep.c (s390_gdbarch_init): Ditto.
9912 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9913 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9914 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9915 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9916 * i386-tdep.c (i386_gdbarch_init): Ditto.
9917 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9918 * frv-tdep.c (frv_gdbarch_init): Ditto.
9919 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9920 * cris-tdep.c (cris_gdbarch_init): Ditto.
9921 * avr-tdep.c (avr_gdbarch_init): Ditto.
9922 * arm-tdep.c (arm_gdbarch_init): Ditto.
9923
9924 2003-03-31 J. Brobecker <brobecker@gnat.com>
9925
9926 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9927 (INIT_FRAME_AP): Likewise.
9928 (EXTRA_FRAME_INFO): Likewise.
9929
9930 2003-03-31 Andrew Cagney <cagney@redhat.com>
9931
9932 * gdbarch.sh: Include "symfile.h".
9933 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9934 * gdbarch.h, gdbarch.c: Re-generate.
9935 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9936 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9937 call_dummy_address, the default is at entry_point_address.
9938 * v850-tdep.c (v850_gdbarch_init): Ditto.
9939 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9940 * sh-tdep.c (sh_gdbarch_init): Ditto.
9941 * s390-tdep.c (s390_gdbarch_init): Ditto.
9942 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9943 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9944 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9945 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9946 * i386-tdep.c (i386_gdbarch_init): Ditto.
9947 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9948 * frv-tdep.c (frv_gdbarch_init): Ditto.
9949 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9950 * cris-tdep.c (cris_gdbarch_init): Ditto.
9951 * arm-tdep.c (arm_gdbarch_init): Ditto.
9952
9953 2003-03-31 Andrew Cagney <cagney@redhat.com>
9954
9955 * gdbarch.sh (CALL_DUMMY_P): Delete.
9956 * gdbarch.h, gdbarch.c: Re-generate.
9957 * inferior.h (CALL_DUMMY_P): Delete macro.
9958 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9959 * vax-tdep.c (vax_gdbarch_init): Update.
9960 * v850-tdep.c (v850_gdbarch_init): Update.
9961 * sparc-tdep.c (sparc_gdbarch_init): Update.
9962 * sh-tdep.c (sh_gdbarch_init): Update.
9963 * s390-tdep.c (s390_gdbarch_init): Update.
9964 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9965 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9966 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9967 * mips-tdep.c (mips_gdbarch_init): Update.
9968 * mcore-tdep.c (mcore_gdbarch_init): Update.
9969 * m68k-tdep.c (m68k_gdbarch_init): Update.
9970 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9971 * ia64-tdep.c (ia64_gdbarch_init): Update.
9972 * i386-tdep.c (i386_gdbarch_init): Update.
9973 * h8300-tdep.c (h8300_gdbarch_init): Update.
9974 * frv-tdep.c (frv_gdbarch_init): Update.
9975 * d10v-tdep.c (d10v_gdbarch_init): Update.
9976 * cris-tdep.c (cris_gdbarch_init): Update.
9977 * breakpoint.c (deprecated_frame_in_dummy): Update.
9978 * avr-tdep.c (avr_gdbarch_init): Update.
9979 * alpha-tdep.c (alpha_gdbarch_init): Update.
9980 * arm-tdep.c (arm_gdbarch_init): Update.
9981 * dummy-frame.c (dummy_frame_this_id): Update comments.
9982 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9983 * frame.c (legacy_get_prev_frame): Ditto.
9984 * valops.c (call_function_by_hand): Delete function.
9985 (hand_function_call): Rename to call_function_by_hand
9986
9987 2003-03-30 Andrew Cagney <cagney@redhat.com>
9988
9989 2002-11-10 Klee Dienes <kdienes@apple.com>
9990 * value.h (struct value): Update comment.
9991
9992 2003-03-30 Andrew Cagney <cagney@redhat.com>
9993
9994 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9995 D10V_FP_REGNUM.
9996 (d10v_gdbarch_init): Do not set fp_regnum.
9997
9998 * frame.c (get_frame_base): Force ID initialization.
9999 (get_prev_frame): Move computation of the frame ID from here ...
10000 (get_frame_id): ... to here.
10001 (legacy_get_prev_frame): Mark the frame ID as valid.
10002 * frame.h (struct frame_info): Add field "id_p".
10003
10004 2003-03-30 Mark Kettenis <kettenis@gnu.org>
10005
10006 * i386-tdep.c (i386_store_struct_return): Removed.
10007 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
10008
10009 2003-03-30 Andrew Cagney <cagney@redhat.com>
10010
10011 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
10012 * gdbarch.h, gdbarch.c: Regenerate.
10013 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
10014 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10015 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10016 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10017 * i386-tdep.c (i386_gdbarch_init): Ditto.
10018 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10019 * cris-tdep.c (cris_gdbarch_init): Ditto.
10020 * vax-tdep.c (vax_gdbarch_init): Ditto.
10021 * s390-tdep.c (s390_gdbarch_init): Ditto.
10022 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10023 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10024 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10025 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
10026 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
10027 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
10028 * sparc-tdep.c (sparc_gdbarch_init): Update.
10029 * sh-tdep.c (sh_gdbarch_init): Update.
10030 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10031 * mips-tdep.c (mips_gdbarch_init): Update.
10032 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10033 * ia64-tdep.c (ia64_gdbarch_init): Update.
10034 * frv-tdep.c (frv_gdbarch_init): Update.
10035 * avr-tdep.c (avr_gdbarch_init): Update.
10036 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
10037 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
10038 instead of when push_dummy_call is not available.
10039
10040 2003-03-30 Andrew Cagney <cagney@redhat.com>
10041
10042 * infttrace.c: Include "gdbthread.h".
10043 (parent_attach_all): Fix function signature.
10044 (call_ptrace): Update call.
10045 * Makefile.in (infttrace.o): Update dependencies.
10046
10047 2003-03-30 Andrew Cagney <cagney@redhat.com>
10048
10049 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
10050 PUSH_RETURN_ADDRESS.
10051 * gdbarch.h, gdbarch.c: Regenerate.
10052 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10053 * x86-64-tdep.c (x86_64_init_abi): Update.
10054 * v850-tdep.c (v850_gdbarch_init): Update.
10055 * sparc-tdep.c (sparc_gdbarch_init): Update.
10056 * sh-tdep.c (sh_gdbarch_init): Update.
10057 * s390-tdep.c (s390_gdbarch_init): Update.
10058 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10059 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10060 * mips-tdep.c (mips_gdbarch_init): Update.
10061 * mcore-tdep.c (mcore_gdbarch_init): Update.
10062 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10063 * ia64-tdep.c (ia64_gdbarch_init): Update.
10064 * i386-tdep.c (i386_gdbarch_init): Update.
10065 * h8300-tdep.c (h8300_gdbarch_init): Update.
10066 * frv-tdep.c (frv_gdbarch_init): Update.
10067 * cris-tdep.c (cris_gdbarch_init): Update.
10068 * avr-tdep.c (avr_gdbarch_init): Update.
10069 * arm-tdep.c (arm_gdbarch_init): Update.
10070 * valops.c (hand_function_call): Update.
10071
10072 2003-03-29 Andrew Cagney <cagney@redhat.com>
10073
10074 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
10075 sizeof_call_dummy_words.
10076 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
10077 define.
10078 * gdbarch.h: Regenerate.
10079
10080 2003-03-29 Andrew Cagney <cagney@redhat.com>
10081
10082 * infttrace.h: New file.
10083 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
10084 (hpread_get_textlow): Detect an uninitialized dn_bufp.
10085 (hpread_read_doc_function_type): Detect an initialized type1.
10086 (hpread_quick_traverse): Initialize mod_name_string.
10087 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
10088 (som_solib_get_solib_by_pc): Declare.
10089 (so_lib_thread_start_addr): Declare.
10090 (no_shared_libraries): Declare.
10091 * somread.c (init_import_symbols): Make static. Add forward
10092 declaration.
10093 * config/pa/nm-hppah.h: Include "infttrace.h" for
10094 parent_attach_all.
10095 (hppa_insert_hw_watchpoint): Declare.
10096 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
10097 * hppah-nat.c: Include "gdb_string.h".
10098 (parent_attach_all): Delete extern declaration, moved to
10099 "infttrace.h".
10100 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
10101 int.
10102 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
10103 * Makefile.in (infttrace_h): Define.
10104 (hpread.o): Update dependencies.
10105 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
10106 * hppa-hpux-tdep.c: Include "gdb_string.h".
10107 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
10108 * infrun.c (handle_inferior_event): Always initialize
10109 stepped_after_stopped_by_watchpoint. Add default and remove
10110 fallthrough in switch statement.
10111 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10112 parameter to int.
10113 (hppa_remove_hw_watchpoint): Ditto.
10114
10115 2003-03-29 Andrew Cagney <cagney@redhat.com>
10116
10117 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10118 offset.
10119
10120 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
10121
10122 * arm-tdep.c (arm_push_arguments): Delete.
10123 (struct stack_item): New type.
10124 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10125 (arm_store_struct_return): Delte.
10126 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
10127 arm_push_arguments or arm_store_struct_return.
10128
10129 2003-03-28 Andrew Cagney <cagney@redhat.com>
10130
10131 * Makefile.in (d10v-tdep.o): Update dependencies.
10132 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10133 * d10v-tdep.c: Include "remote.h".
10134 (target_resume_hook): Delete extern declaration.
10135 (target_wait_loop_hook): Ditto.
10136 (tdisassemble_command): Eliminate assignment in "if" conditional.
10137 (d10v_ts2_register_sim_regno): Eliminate call to
10138 legacy_register_sim_regno.
10139 (d10v_ts3_register_sim_regno): Ditto.
10140
10141 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10142
10143 * thread.c: Reindented.
10144 * lin-lwp.c: Ditto.
10145 * linux-proc.c: Ditto.
10146
10147 2003-03-28 Bob Rossi <bob_rossi@cox.net>
10148
10149 * MAINTAINERS (write after approval): Add myself.
10150
10151 2003-03-27 Theodore A. Roth <troth@openavr.org>
10152
10153 * objc-exp.y: Add missing semi-colons.
10154
10155 2003-03-27 Andrew Cagney <cagney@redhat.com>
10156
10157 * regcache.c (write_sp): Delete function and references.
10158 * inferior.h (write_sp): Delete declaration.
10159 * valops.c (hand_function_call): Replace write_sp with
10160 TARGET_WRITE_SP.
10161 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10162 (sparc_pop_frame): Ditto.
10163
10164 2003-03-27 Andrew Cagney <cagney@redhat.com>
10165
10166 * NEWS: Mention removal of support for hppa*-*-bsd* and
10167 hppa*-*-osf* natives, and hppa*-*-pro* target.
10168 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10169 * config/pa/xm-pa.h: Obsolete file.
10170 * config/pa/xm-hppab.h: Obsolete file.
10171 * config/pa/nm-hppab.h: Obsolete file.
10172 * config/pa/tm-hppab.h: Obsolete file.
10173 * config/pa/tm-hppao.h: Obsolete file.
10174 * config/pa/nm-hppao.h: Obsolete file.
10175 * config/pa/tm-pro.h: Obsolete file.
10176 * config/pa/hppaosf.mt: Obsolete file.
10177 * config/pa/hppaosf.mh: Obsolete file.
10178 * config/pa/hppapro.mt: Obsolete file.
10179 * config/pa/hppabsd.mt: Obsolete file.
10180 * config/pa/hppabsd.mh: Obsolete file.
10181 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10182 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10183 hppa*-*-osf*.
10184
10185 2003-03-27 Andrew Cagney <cagney@redhat.com>
10186
10187 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10188 push_arguments. Don't set push_return_address or write_sp.
10189 (d10v_push_dummy_call): Replace d10v_push_arguments.
10190 (d10v_push_return_address, d10v_write_sp): Delete function,
10191 handled by push_dummy_call.
10192
10193 2003-03-26 Andrew Cagney <cagney@redhat.com>
10194
10195 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10196 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10197 regcache and dummy_addr parameters.
10198 * gdbarch.h, gdbarch.c: Re-generate.
10199 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10200 available; assume it will handle stack alignment and return
10201 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10202 legacy_push_arguments.
10203 (legacy_push_arguments): Rename default_push_arguments.
10204 * value.h (legacy_push_arguments): Rename default_push_arguments.
10205 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10206 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10207 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10208 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10209 * config/i386/tm-symmetry.h: Update.
10210 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10211 * x86-64-tdep.c (x86_64_init_abi): Update.
10212 * v850-tdep.c (v850_gdbarch_init): Update.
10213 * sparc-tdep.c (sparc_gdbarch_init): Update.
10214 * sh-tdep.c (sh_gdbarch_init): Update.
10215 * s390-tdep.c (s390_gdbarch_init): Update.
10216 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10217 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10218 * mips-tdep.c (mips_gdbarch_init): Update.
10219 * mcore-tdep.c (mcore_gdbarch_init): Update.
10220 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10221 * ia64-tdep.c (ia64_gdbarch_init): Update.
10222 * i386-tdep.c (i386_gdbarch_init): Update.
10223 * hppa-tdep.c (hppa_gdbarch_init): Update.
10224 * h8300-tdep.c (h8300_gdbarch_init): Update.
10225 * frv-tdep.c (frv_gdbarch_init): Update.
10226 * d10v-tdep.c (d10v_gdbarch_init): Update.
10227 * cris-tdep.c (cris_gdbarch_init): Update.
10228 * avr-tdep.c (avr_gdbarch_init): Update.
10229 * arm-tdep.c (arm_gdbarch_init): Update.
10230 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10231 * alpha-tdep.c (alpha_gdbarch_init): Update.
10232
10233 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10234
10235 * signals/signals.c (do_target_signal_to_host): Correct realtime
10236 signal range test.
10237
10238 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10239
10240 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10241 (struct sal_chain, map_catch_names): Remove.
10242 (catch_exception_command_1): Don't call
10243 handle_gnu_4_16_catch_command.
10244
10245 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10246
10247 From Mark Dettinger <dettinge@de.ibm.com>:
10248 * dwarf2cfi.c (read_2u): Increment pointer by two.
10249
10250 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10251
10252 * signals/signals.c: Fix typos in last change.
10253
10254 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10255
10256 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10257 not already defined. Use __SIGRTMIN if available.
10258 (target_signal_from_host): Remove SIGRTMIN block.
10259 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10260 the signal is within the realtime range.
10261
10262 2003-03-25 Adam Fedor <fedor@gnu.org>
10263
10264 * Makefile.in (infrun.o): Add $(language_h)
10265 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10266 for language specific trampolines.
10267 * language.h (struct language_defn): Add skip_trampoline.
10268 (skip_language_trampoline): Declare.
10269 * language.c (unk_lang_trampoline, skip_language_trampoline):
10270 New functions.
10271 (unknown_language_defn, auto_language_defn, local_language_defn):
10272 Add ukn_lang_trampoline.
10273 * ada-lang.c (ada_language_defn): Add NULL for language
10274 specific skip_trampoline.
10275 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10276 scm-lang.c: Likewise.
10277 * objc-lang.c (objc_skip_trampoline): New function.
10278 (objc_language_defn): Add objc_skip_trampoline.
10279
10280 2003-03-25 Andrew Cagney <cagney@redhat.com>
10281
10282 * frame.c (get_prev_frame): Delay validating a frame's ID -
10283 non-NULL, didn't go backwards - until an attempt to unwind it to
10284 the previous frame.
10285
10286 2003-03-25 Andrew Cagney <cagney@redhat.com>
10287
10288 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10289 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10290 * gdbarch.h, gdbarch.c: Re-generate.
10291 * config/sparc/tm-sparc.h
10292 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10293 * sparc-tdep.c (sparc_gdbarch_init): Set
10294 deprecated_extra_stack_alignment_needed.
10295 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10296 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10297 extra_stack_alignment_needed.
10298 * v850-tdep.c (v850_gdbarch_init): Ditto.
10299 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10300 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10301 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10302 * cris-tdep.c (cris_gdbarch_init): Ditto.
10303 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10304 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10305
10306 2003-03-25 Andrew Cagney <cagney@redhat.com>
10307
10308 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10309 STORE_STRUCT_RETURN.
10310 * gdbarch.h, gdbarch.c: Regenerate.
10311 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10312 (d10v_push_arguments): Set the struct return register.
10313 (d10v_gdbarch_init): Update.
10314 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10315 * x86-64-tdep.c (x86_64_init_abi): Update.
10316 * vax-tdep.c (vax_gdbarch_init): Update.
10317 * v850-tdep.c (v850_gdbarch_init): Update.
10318 * sparc-tdep.c (sparc_gdbarch_init): Update.
10319 * sh-tdep.c (sh_gdbarch_init): Update.
10320 * s390-tdep.c (s390_gdbarch_init): Update.
10321 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10322 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10323 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10324 * mips-tdep.c (mips_gdbarch_init): Update.
10325 * mcore-tdep.c (mcore_gdbarch_init): Update.
10326 * m68k-tdep.c (m68k_gdbarch_init): Update.
10327 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10328 * ia64-tdep.c (ia64_gdbarch_init): Update.
10329 * i386-tdep.c (i386_gdbarch_init): Update.
10330 * hppa-tdep.c (hppa_gdbarch_init): Update.
10331 * h8300-tdep.c (h8300_gdbarch_init): Update.
10332 * frv-tdep.c (frv_gdbarch_init): Update.
10333 * cris-tdep.c (cris_gdbarch_init): Update.
10334 * avr-tdep.c (avr_gdbarch_init): Update.
10335 * arm-tdep.c (arm_gdbarch_init): Update.
10336 * alpha-tdep.c (alpha_gdbarch_init): Update.
10337
10338 2003-03-25 Andrew Cagney <cagney@redhat.com>
10339
10340 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10341 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10342 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10343 * gdbarch.h, gdbarch.c: Regenerate.
10344 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10345 call_dummy_stack_adjust_p.
10346 * vax-tdep.c (vax_gdbarch_init): Ditto.
10347 * v850-tdep.c (v850_gdbarch_init): Ditto.
10348 * sh-tdep.c (sh_gdbarch_init): Ditto.
10349 * s390-tdep.c (s390_gdbarch_init): Ditto.
10350 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10351 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10352 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10353 * mips-tdep.c (mips_gdbarch_init): Ditto.
10354 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10355 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10356 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10357 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10358 * i386-tdep.c (i386_gdbarch_init): Ditto.
10359 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10360 * frv-tdep.c (frv_gdbarch_init): Ditto.
10361 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10362 * cris-tdep.c (cris_gdbarch_init): Ditto.
10363 * avr-tdep.c (avr_gdbarch_init): Ditto.
10364 * arm-tdep.c (arm_gdbarch_init): Ditto.
10365 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10366 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10367 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10368 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10369 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10370 call_dummy_stack_adjust_p.
10371 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10372 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10373 * sparc-tdep.c (sparc32_push_arguments): Update.
10374 * valops.c (hand_function_call): Update.
10375
10376 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
10377
10378 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10379 set_gdbarch_char_signed.
10380
10381 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10382
10383 PR cli/548
10384 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10385
10386 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10387
10388 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10389 (_initialize_arm_tdep): Don't set tm_print_insn.
10390
10391 2003-03-24 Adam Fedor <fedor@gnu.org>
10392
10393 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10394 * objc-lang.h: Add multiple inclusion protection.
10395 (start_msglist, add_msglist, end_msglist): Additional declarations.
10396
10397 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
10398
10399 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10400 value was renamed to ARM_FLOAT_SOFT_FPA.
10401
10402 2003-03-23 Andrew Cagney <cagney@redhat.com>
10403
10404 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10405 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10406 * gdbarch.h, gdbarch.c: Regenerate.
10407 * valops.c (hand_function_call): Update.
10408 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10409 * frame.c (legacy_saved_regs_this_id): Update.
10410 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10411 * dummy-frame.h: Update.
10412 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10413 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10414 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10415 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10416 * config/m68k/tm-sun3.h: Update.
10417 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10418 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10419 * x86-64-tdep.c (x86_64_init_abi): Update.
10420 * vax-tdep.c (vax_gdbarch_init): Update.
10421 * v850-tdep.c (v850_gdbarch_init): Update.
10422 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10423 * sh-tdep.c (sh_gdbarch_init): Update.
10424 * s390-tdep.c (s390_gdbarch_init): Update.
10425 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10426 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10427 (frame_get_saved_regs): Update.
10428 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10429 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10430 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10431 * mips-tdep.c (mips_gdbarch_init): Update.
10432 * mcore-tdep.c (mcore_gdbarch_init): Update.
10433 * m68k-tdep.c (m68k_gdbarch_init): Update.
10434 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10435 * ia64-tdep.c (ia64_gdbarch_init): Update.
10436 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10437 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10438 (i386_interix_back_one_frame): Update.
10439 * hppa-tdep.c (hppa_gdbarch_init): Update.
10440 (hppa_init_extra_frame_info): Update.
10441 * h8300-tdep.c (h8300_gdbarch_init): Update.
10442 * frv-tdep.c (frv_gdbarch_init): Update.
10443 * cris-tdep.c (cris_gdbarch_init): Update.
10444 * avr-tdep.c (avr_gdbarch_init): Update.
10445 * arm-tdep.c (arm_gdbarch_init): Update.
10446 * alpha-tdep.c (alpha_gdbarch_init): Update.
10447
10448 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10449
10450 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10451 (arm_get_fp_model): Declare.
10452 * arm-tdep.c (fp_model_strings): New string array.
10453 (arm_fp_model, current_fp_model): New variables.
10454 (arm_get_fp_model): New function.
10455 (arm_set_fp): New function.
10456 (set_fp_model_sfunc): New function.
10457 (show_fp_model): New function.
10458 (_initialize_arm_tdep): Add new command to set/show the FPU.
10459 (arm_extract_return_value): Use arm_get_fp_model.
10460 (arm_store_return_value): Likewise.
10461 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10462 to initialize the floating-point data types.
10463 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10464 model is FPA.
10465
10466 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10467
10468 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10469 the current setting of each value.
10470 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
10471 new_set and new_show. Use add_setshow_cmd_full and
10472 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10473 commands and add new version as subcommands of "set/show arm".
10474
10475 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10476
10477 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10478 (set_arm_command, show_arm_command): New functions.
10479 (_initialize_arm_tdep): Add them.
10480 (num_disassembly_options): Renamed from num_flavor_options.
10481 (valid_disassembly_styles): Renamed from valid_flavors.
10482 (disassembly_style): Renamed from disassembly_flavor.
10483 (set_disassembly_style_sfunc): Renamed from
10484 set_disassembly_flavor_sfunc.
10485 (set_disassembly_style): Renamed from set_disassembly_flavor.
10486 (arm_othernames): Updated.
10487 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10488 command. Add "set/show arm disassembly" commands. Deprecate
10489 "othernames" command.
10490
10491 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10492
10493 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10494 (arm-tdep.o): Depend on elf_arm_h.
10495
10496 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10497
10498 * Makefile.in (coff_internal_h): Define.
10499 (arm-tdep.o): Update dependencies.
10500
10501 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10502
10503 * arm-tdep.c (prologue_cache): Delete.
10504 (check_prologue_cache, save_prologue_cache): Delete.
10505 (arm_scan_prologue): Don't check or update the prologue_cache.
10506 (arm_gdb_arch_init): Don't initialize it.
10507 (_initialize_arm_tdep): Likewise.
10508
10509 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10510
10511 * MAINTAINERS (tui): Maintainer of tui code.
10512
10513 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
10514
10515 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10516 (i386-cygwin-tdep.o): Add dependencies.
10517 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10518 * i386-cygwin-tdep.c: New file.
10519 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10520 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10521
10522 2003-03-20 Andrew Cagney <cagney@redhat.com>
10523
10524 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10525 (handle_inferior_event): Remove code calling
10526 DYNAMIC_TRAMPOLINE_NEXTPC.
10527
10528 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10529 already has a full path.
10530
10531 * main.c (gdb_main): Return 1.
10532 (captured_main): Call error to report an invalid interpreter.
10533
10534 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10535 * alpha-osf1-tdep.c: Include "gdb_string.h".
10536
10537 2003-03-19 J. Brobecker <brobecker@gnat.com>
10538
10539 Continuing work to convert the hppa targets to multiarch partial.
10540
10541 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10542 method, now that hppa_push_dummy_frame has a conformant prototype.
10543 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10544 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10545 for the switch to multiarch partial.
10546
10547 2003-03-19 Kevin Buettner <kevinb@redhat.com>
10548
10549 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10550 when iss is issNull.
10551
10552 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10553
10554 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10555 NUM_REGS bounds check.
10556
10557 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10558
10559 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10560 * mips-tdep.c (gdb_assert.h): Include.
10561 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10562 (mips_register_name): Handle integer registers explicitly. Add
10563 bounds checking.
10564 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10565 (mips_lsi33k_reg_names): Don't list integer registers; they're
10566 handled by mips_register_name() now.
10567 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10568 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10569 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10570 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10571 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10572
10573 2003-03-18 Andrew Cagney <cagney@redhat.com>
10574
10575 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10576 a void pointer.
10577 * gdbtypes.h (print_scalar_formatted): Update declaration.
10578 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10579
10580 2003-03-18 J. Brobecker <brobecker@gnat.com>
10581
10582 * infrun.c (observer.h): Add #include.
10583 (normal_stop): Add call to observer_notify_normal_stop.
10584 * Makefile.in (infrun.o): Add dependency on observer.h.
10585
10586 2003-03-18 J. Brobecker <brobecker@gnat.com>
10587
10588 Continuing work to convert the hppa targets to multiarch partial.
10589 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10590 parameter. Reformat comment.
10591 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10592 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10593 to match new profile.
10594
10595 2003-03-18 J. Brobecker <brobecker@gnat.com>
10596
10597 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10598 appear to be working in any case.
10599
10600 2003-03-18 J. Brobecker <brobecker@gnat.com>
10601
10602 * observer.c (observer_test_first_observer): New static variable.
10603 (observer_test_second_observer): Likewise.
10604 (observer_test_third_observer): Likewise.
10605 (observer_test_first_notification_function): New static function.
10606 (observer_test_second_notification_function): Likewise.
10607 (observer_test_third_notification_function): Likewise.
10608
10609 2003-03-17 J. Brobecker <brobecker@gnat.com>
10610
10611 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10612 * somsolib.c (gdb_assert.h): Likewise.
10613 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10614 (somsolib.o): Likewise.
10615
10616 2003-03-17 Andrew Cagney <cagney@redhat.com>
10617
10618 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10619 BFD. Simplify setting of di.endian.
10620
10621 2003-03-17 Andrew Cagney <cagney@redhat.com>
10622
10623 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10624 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10625
10626 From Elena Zannoni <ezannoni@redhat.com>
10627 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10628 vector and floating-point parameters.
10629 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10630 convention.
10631 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10632
10633 2003-03-17 Fernando Nasser <fnasser@redhat.com>
10634
10635 * MAINTAINERS: Remove my name from several maintainership roles.
10636
10637 2003-03-17 Andrew Cagney <cagney@redhat.com>
10638
10639 Fix frame off-by-one bug.
10640 * frame-unwind.h (frame_this_id_ftype): Replace
10641 frame_unwind_id_ftype.
10642 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
10643 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
10644 with "prev_register".
10645 * frame-unwind.c (frame_unwind_find_by_pc): Return
10646 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
10647 comment.
10648 * dummy-frame.c (cached_find_dummy_frame): Delete function.
10649 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
10650 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
10651 (dummy_frame_unwind): Update.
10652 * sentinel-frame.c (sentinel_frame_prev_register): Replace
10653 sentinel_frame_register_unwind.
10654 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10655 (sentinel_frame_unwinder): Update.
10656 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10657 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10658 * frame.c (create_sentinel_frame): Update. Initialize
10659 "prologue_cache" instead of "unwind_cache".
10660 (frame_register_unwind): Call this frame's prev_register with the
10661 next frame and this frame's prologue cache.
10662 (get_prev_frame): Simplify. Always call prev frame's this_id with
10663 this frame and prev frame's prologue cache. Document that this
10664 call is shifted one to the left when compared to the
10665 frame_register_unwind call.
10666 (legacy_saved_regs_prev_register): Replace
10667 frame_saved_regs_register_unwind.
10668 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10669 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10670 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10671 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10672 (d10v_frame_unwind): Update.
10673 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10674 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10675 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10676 "saved_regs" with "this_saved_regs".
10677
10678 2003-03-16 Andrew Cagney <cagney@redhat.com>
10679
10680 * frame.c (frame_pop): Don't call target_store_registers. Fix
10681 problem reported by Mark Kettenis.
10682
10683 2003-03-16 Mark Kettenis <kettenis@gnu.org>
10684
10685 * i386-tdep.c (i386_register_type): Renamed from
10686 i386_register_virtual_type. Adjust function signature.
10687 (i386_gdbarch_init): Set register_type instead of
10688 deprecated_max_register_raw_size,
10689 deprecated_max_register_virtual_size and register_virtual_type.
10690
10691 2003-03-14 Andrew Cagney <cagney@redhat.com>
10692
10693 * frame.c (get_prev_frame): When a legacy frame, always call
10694 legacy_get_prev_frame. Simplify unwind code using assumption that
10695 the unwinder is new.
10696 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10697 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10698 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10699
10700 2003-03-14 Andrew Cagney <cagney@redhat.com>
10701
10702 * frame.c (get_saved_register): Delete function.
10703 * frame.h (get_saved_register): Delete declaration.
10704 * xstormy16-tdep.c: Update comment.
10705 * regcache.h: Update comments.
10706 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10707 get_saved_register and extract_address, use
10708 frame_read_unsigned_register.
10709 (sparc_frame_saved_pc): Ditto.
10710 (sparc_get_saved_register): Instead of get_saved_register, use
10711 frame_register.
10712 (sparc_pop_frame): Ditto.
10713 * findvar.c: Update comments.
10714 (value_of_register): Call frame_register instead of
10715 get_saved_register.
10716 (value_from_register): Ditto.
10717 * config/sparc/tm-sparc.h: Update comment.
10718 * breakpoint.c: Update comment.
10719
10720 2003-03-14 Andrew Cagney <cagney@redhat.com>
10721
10722 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10723 GET_SAVED_REGISTER.
10724 * gdbarch.h, gdbarch.c: Re-generate.
10725 * frame.h: Update comments.
10726 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10727 * x86-64-tdep.c (x86_64_init_abi): Update.
10728 * sparc-tdep.c (sparc_gdbarch_init): Update.
10729 * sh-tdep.c (sh_gdbarch_init): Update.
10730 * mips-tdep.c (mips_gdbarch_init): Update.
10731 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10732 * cris-tdep.c (cris_gdbarch_init): Update.
10733 * ia64-tdep.c (ia64_gdbarch_init): Update.
10734 * frame.c (frame_register): Update.
10735 (get_saved_register): Update.
10736 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
10737
10738 2003-03-13 Andrew Cagney <cagney@redhat.com>
10739
10740 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10741 * gdbarch.h, gdbarch.c: Regenerate.
10742 * valops.c (hand_function_call): Update comment.
10743 * stack.c (return_command): Update comment.
10744 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10745 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10746 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10747 * x86-64-tdep.c (x86_64_init_abi): Update.
10748 * vax-tdep.c (vax_gdbarch_init): Update.
10749 * v850-tdep.c (v850_gdbarch_init): Update.
10750 * sparc-tdep.c (sparc_gdbarch_init): Update.
10751 * sh-tdep.c (sh_gdbarch_init): Update.
10752 * s390-tdep.c (s390_gdbarch_init): Update.
10753 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10754 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10755 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10756 * mips-tdep.c (mips_gdbarch_init): Update.
10757 * mcore-tdep.c (mcore_gdbarch_init): Update.
10758 * m68k-tdep.c (m68k_gdbarch_init): Update.
10759 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10760 * ia64-tdep.c (ia64_gdbarch_init): Update.
10761 * i386-tdep.c (i386_gdbarch_init): Update.
10762 * hppa-tdep.c (hppa_gdbarch_init): Update.
10763 * h8300-tdep.c (h8300_gdbarch_init): Update.
10764 * frv-tdep.c (frv_gdbarch_init): Update.
10765 * cris-tdep.c (cris_gdbarch_init): Update.
10766 * avr-tdep.c (avr_gdbarch_init): Update.
10767 * arm-tdep.c (arm_gdbarch_init): Update.
10768 * alpha-tdep.c (alpha_gdbarch_init): Update.
10769
10770 2003-03-13 Andrew Cagney <cagney@redhat.com>
10771
10772 * frame.c (legacy_frame_p): New function.
10773 (get_prev_frame): Use legacy_frame_p.
10774 * frame.h (legacy_frame_p): Declare.
10775
10776 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10777
10778 * MAINTAINERS (write after approval): Alphabetically
10779 listing corrected.
10780
10781 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10782
10783 * MAINTAINERS (write after approval): Add myself.
10784
10785 2003-03-12 Andrew Cagney <cagney@redhat.com>
10786
10787 * frame.c (get_prev_frame): Rename the frame parameter to
10788 "this_frame".
10789 (get_next_frame, legacy_get_prev_frame): Ditto.
10790
10791 2003-03-12 Andrew Cagney <cagney@redhat.com>
10792
10793 * frame.c (get_current_frame): Check target_has_registers before
10794 checking target_has_stack.
10795 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10796 instead of deprecated_selected_frame.
10797 * findvar.c (value_of_register): Pass "frame", not
10798 deprecated_selected_frame, to value_of_builtin_reg.
10799
10800 2003-03-12 Andrew Cagney <cagney@redhat.com>
10801
10802 * regcache.c (regcache_cooked_write_signed): New function.
10803 (regcache_cooked_write_unsigned): New function.
10804 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10805 (regcache_cooked_read_signed): Fix regnum in range assertion.
10806 * regcache.h (regcache_cooked_write_signed): Declare.
10807 (regcache_cooked_write_unsigned): Declare.
10808
10809 2003-03-12 Andrew Cagney <cagney@redhat.com>
10810
10811 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10812 * gdbarch.h, gdbarch.c: Re-generate.
10813 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10814 * x86-64-tdep.h: Update.
10815 * x86-64-tdep.c (x86_64_init_abi): Update.
10816 * v850-tdep.c (v850_gdbarch_init): Update.
10817 * sparc-tdep.c (sparc_gdbarch_init): Update.
10818 * sh-tdep.c (sh_gdbarch_init): Update.
10819 * s390-tdep.c (s390_gdbarch_init): Update.
10820 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10821 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10822 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10823 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10824 * mips-tdep.c (mips_gdbarch_init): Update.
10825 * mcore-tdep.c (mcore_gdbarch_init): Update.
10826 * m68k-tdep.c (m68k_gdbarch_init): Update.
10827 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10828 * ia64-tdep.c (ia64_gdbarch_init): Update.
10829 * i386-tdep.c (i386_gdbarch_init): Update.
10830 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10831 * hppa-tdep.c (hppa_gdbarch_init): Update.
10832 * h8300-tdep.c (h8300_gdbarch_init): Update.
10833 * frv-tdep.c (frv_gdbarch_init): Update.
10834 * cris-tdep.c (cris_gdbarch_init): Update.
10835 * avr-tdep.c (avr_gdbarch_init): Update.
10836 * arm-tdep.c (arm_gdbarch_init): Update.
10837 * alpha-tdep.c (alpha_gdbarch_init): Update.
10838 * sh-tdep.c (sh_init_extra_frame_info): Update.
10839 (sh64_init_extra_frame_info): Update.
10840 * ns32knbsd-nat.c (frame_num_args): Update.
10841 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10842 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10843 (xstormy16_frame_chain_valid): Update.
10844 * vax-tdep.c (vax_saved_pc_after_call): Update.
10845 * v850-tdep.c (v850_frame_chain): Update.
10846 (v850_pop_frame): Update.
10847 (v850_init_extra_frame_info): Update.
10848 * sparc-tdep.c (setup_arbitrary_frame): Update.
10849 * ns32k-tdep.c (umax_frame_num_args): Update.
10850 * s390-tdep.c (s390_pop_frame_regular): Update.
10851 * mn10300-tdep.c (mn10300_frame_chain): Update.
10852 (mn10300_pop_frame_regular): Update.
10853 (mn10300_init_extra_frame_info): Update.
10854 * mips-tdep.c (mips_init_frame_pc_first): Update.
10855 (mips_frame_chain): Update.
10856 (mips_pop_frame): Update.
10857 * mcore-tdep.c (mcore_frame_chain): Update.
10858 (mcore_pop_frame): Update.
10859 (mcore_init_extra_frame_info): Update.
10860 * arch-utils.c (init_frame_pc_default): Update.
10861 * m68k-tdep.c (isi_frame_num_args): Update.
10862 (delta68_frame_num_args): Update.
10863 (news_frame_num_args): Update.
10864 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10865 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10866 (alpha_frame_chain): Update.
10867 (alpha_pop_frame): Update.
10868 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10869 (hppa_init_extra_frame_info): Update.
10870 (hppa_frame_chain): Update.
10871 (hppa_frame_chain_valid): Update.
10872 * cris-tdep.c (cris_init_extra_frame_info): Update.
10873 * avr-tdep.c (avr_init_extra_frame_info): Update.
10874 * arm-tdep.c (arm_frame_chain_valid): Update.
10875 (arm_init_extra_frame_info): Update.
10876 (arm_pop_frame): Update.
10877 * frame.c (frame_pc_unwind): Update.
10878 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10879 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10880 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10881 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10882 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10883 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10884
10885 2003-03-12 Andrew Cagney <cagney@redhat.com>
10886
10887 Eliminate the need for POP_FRAME.
10888 * frame.c (do_frame_unwind_register): New function.
10889 (frame_pop): When no POP_FRAME, pop the frame using register
10890 unwind and a scratch regcache.
10891 (frame_saved_regs_pop): Delete function.
10892 (trad_frame_unwinder): Update.
10893 * d10v-tdep.c (d10v_frame_pop): Delete function.
10894 (d10v_frame_unwind): Update.
10895 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10896 (sentinel_frame_unwinder): Update.
10897 * dummy-frame.c (dummy_frame_pop): Delete function.
10898 (dummy_frame_unwind): Update.
10899 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10900 (struct frame_unwind): Update.
10901
10902 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10903
10904 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10905 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10906 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10907 Do range checks on register number obtained from debugging info.
10908 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10909 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10910 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10911 mapping function.
10912 (do_fp_register_row): Fix typo which caused double type to be
10913 used when attempting to unpack a float.
10914
10915 2003-03-11 J. Brobecker <brobecker@gnat.com>
10916
10917 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10918
10919 2003-03-11 Andrew Cagney <cagney@redhat.com>
10920
10921 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10922 frame. Problem found by Corinna Vinschen.
10923
10924 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10925
10926 * doublest.c (floatformat_from_length): Accept also
10927 the real size of 'long double' type.
10928
10929 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10930
10931 From Klee Dienes <kdienes@apple.com>:
10932 * breakpoint.c (bpstat_copy): Copy the command lines as well
10933 as the old value, to match what is freed in bpstat_clear.
10934
10935 2003-03-10 David Carlton <carlton@math.stanford.edu>
10936
10937 * minsyms.c (add_minsym_to_hash_table): Replace
10938 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10939 (compare_minimal_symbols, compact_minimal_symbols)
10940 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10941 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10942 of DEPRECATED_SYMBOL_MATCHES_NAME.
10943 (lookup_minimal_symbol_solib_trampoline): Ditto.
10944
10945 2003-03-10 Andrew Cagney <cagney@redhat.com>
10946
10947 * regcache.h (regcache_cooked_read_ftype): Define.
10948 (regcache_save, regcache_restore): Add a cooked_read parameter.
10949 * regcache.c (regcache_save, regcache_restore): Update.
10950 (do_cooked_read): New function.
10951 (regcache_cpy): Pass do_cooked_read to regcache_save and
10952 regcache_restore.
10953
10954 2003-03-10 Andrew Cagney <cagney@redhat.com>
10955
10956 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10957 * gdbarch.h, gdbarch.c: Re-generate.
10958 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10959 * x86-64-tdep.h: Update.
10960 * x86-64-tdep.c (x86_64_init_abi): Update.
10961 * v850-tdep.c (v850_gdbarch_init): Update.
10962 * sparc-tdep.c (sparc_gdbarch_init): Update.
10963 * sh-tdep.c (sh_gdbarch_init): Update.
10964 * s390-tdep.c (s390_gdbarch_init): Update.
10965 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10966 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10967 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10968 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10969 * mips-tdep.c (mips_gdbarch_init): Update.
10970 * mcore-tdep.c (mcore_gdbarch_init): Update.
10971 * m68k-tdep.c (m68k_gdbarch_init): Update.
10972 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10973 * ia64-tdep.c (ia64_gdbarch_init): Update.
10974 * i386-tdep.c (i386_gdbarch_init): Update.
10975 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10976 * hppa-tdep.c (hppa_gdbarch_init): Update.
10977 * h8300-tdep.c (h8300_gdbarch_init): Update.
10978 * frv-tdep.c (frv_gdbarch_init): Update.
10979 * cris-tdep.c (cris_gdbarch_init): Update.
10980 * avr-tdep.c (avr_gdbarch_init): Update.
10981 * arm-tdep.c (arm_gdbarch_init): Update.
10982 * alpha-tdep.c (alpha_gdbarch_init): Update.
10983 * sh-tdep.c (sh_init_extra_frame_info): Update.
10984 (sh64_init_extra_frame_info): Update.
10985 * ns32knbsd-nat.c (frame_num_args): Update.
10986 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10987 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10988 (xstormy16_frame_chain_valid): Update.
10989 * vax-tdep.c (vax_saved_pc_after_call): Update.
10990 * v850-tdep.c (v850_frame_chain): Update.
10991 (v850_pop_frame): Update.
10992 (v850_init_extra_frame_info): Update.
10993 * sparc-tdep.c (setup_arbitrary_frame): Update.
10994 * ns32k-tdep.c (umax_frame_num_args): Update.
10995 * s390-tdep.c (s390_pop_frame_regular): Update.
10996 * mn10300-tdep.c (mn10300_frame_chain): Update.
10997 (mn10300_pop_frame_regular): Update.
10998 (mn10300_init_extra_frame_info): Update.
10999 * mips-tdep.c (mips_init_frame_pc_first): Update.
11000 (mips_frame_chain): Update.
11001 (mips_pop_frame): Update.
11002 * mcore-tdep.c (mcore_frame_chain): Update.
11003 (mcore_pop_frame): Update.
11004 (mcore_init_extra_frame_info): Update.
11005 * arch-utils.c (init_frame_pc_default): Update.
11006 * m68k-tdep.c (isi_frame_num_args): Update.
11007 (delta68_frame_num_args): Update.
11008 (news_frame_num_args): Update.
11009 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11010 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11011 (alpha_frame_chain): Update.
11012 (alpha_pop_frame): Update.
11013 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11014 (hppa_init_extra_frame_info): Update.
11015 (hppa_frame_chain): Update.
11016 (hppa_frame_chain_valid): Update.
11017 * cris-tdep.c (cris_init_extra_frame_info): Update.
11018 * avr-tdep.c (avr_init_extra_frame_info): Update.
11019 * arm-tdep.c (arm_frame_chain_valid): Update.
11020 (arm_init_extra_frame_info): Update.
11021 (arm_pop_frame): Update.
11022 * frame.c (frame_pc_unwind): Update.
11023 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11024 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11025 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11026 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11027 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11028 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11029
11030 2003-03-10 Andrew Cagney <cagney@redhat.com>
11031
11032 * gdbarch.sh (gdbarch_unwind_pc): New method.
11033 * gdbarch.h, gdbarch.c: Regenerate.
11034 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
11035 but use read_pc and FRAME_SAVED_PC as fall backs.
11036 (frame_saved_regs_pc_unwind): Delete function.
11037 (trad_frame_unwinder): Update.
11038 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
11039 (struct frame_unwind): Update.
11040 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
11041 (dummy_frame_unwind): Update.
11042 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
11043 (sentinel_frame_unwinder): Update.
11044 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
11045 (d10v_frame_unwind): Update.
11046 (d10v_unwind_pc): New function.
11047 (d10v_gdbarch_init): Set unwind_pc.
11048
11049 2003-03-10 Andrew Cagney <cagney@redhat.com>
11050
11051 * gdbarch.h: Re-generate.
11052
11053 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
11054 PC.
11055 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
11056 the PC register.
11057
11058 2003-03-08 Mark Kettenis <kettenis@gnu.org>
11059
11060 * gdbarch.sh (save_dummy_frame_tos): Add comment.
11061
11062 2003-03-08 Andrew Cagney <cagney@redhat.com>
11063
11064 * cli-out.c: Update copyright.
11065 (cli_out_data): Define typedef. Use instead of ui_out_data.
11066
11067 2003-03-08 Andrew Cagney <cagney@redhat.com>
11068
11069 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
11070 the result.
11071
11072 2003-03-07 Andrew Cagney <cagney@redhat.com>
11073
11074 * gdbarch.sh: Don't generate two macro definitions when an
11075 undefined macro taking no arguments.
11076 * gdbarch.h: Regenerate.
11077
11078 2002-03-07 Michal Ludvig <mludvig@suse.cz>
11079
11080 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
11081 (x86_64_unwind_dummy_id): New functions.
11082 (x86_64_init_abi): Register these two new functions.
11083
11084 2003-03-07 Michal Ludvig <mludvig@suse.cz>
11085
11086 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
11087 (x86_64_skip_prologue): Move prologue detection to
11088 separate function.
11089 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
11090
11091 2003-03-05 Andrew Cagney <cagney@redhat.com>
11092
11093 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
11094 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
11095 * frame.c (get_prev_frame): Restructure the frame ID unwind code
11096 to use unwind_dummy_id when a dummy frame.
11097 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
11098 predicate.
11099 * gdbarch.h, gdbarch.c: Regneerate.
11100
11101 2003-03-05 Andrew Cagney <cagney@redhat.com>
11102
11103 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
11104 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
11105 Do not use d10v_read_sp or d10v_read_fp when obtaining register
11106 values.
11107
11108 2003-03-05 Andrew Cagney <cagney@redhat.com>
11109
11110 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11111 (struct d10v_unwind_cache): Delete field "frameless". Replace
11112 "next_addr" with "sp_offset". Add "r11_offset".
11113 (d10v_frame_unwind_cache): Update.
11114 (prologue_find_regs): Update. When "mv r11, sp", save the
11115 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
11116 RN was saved in r11_offset.
11117
11118 2003-03-05 Andrew Cagney <cagney@redhat.com>
11119
11120 * frame.c (deprecated_update_frame_pc_hack): Also update the the
11121 cached PC value in the next frame.
11122
11123 2003-03-05 Andrew Cagney <cagney@redhat.com>
11124
11125 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11126 "id_unwind_cache" with "id".
11127 (frame_id_unwind): Delete declaration.
11128 * frame.c (frame_id_unwind): Delete function.
11129 (get_prev_frame): Call the frame id unwind method directly. Store
11130 the returned next frame's ID value in NEXT_FRAME. Note that there
11131 is a problem with the wrong unwind ID being called with the wrong
11132 unwind cache.
11133
11134 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11135
11136 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11137
11138 2003-03-05 James Ingham <jingham@apple.com>
11139 Daniel Jacobowitz <drow@mvista.com>
11140
11141 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11142 (auto_cp_abi): New variable.
11143 (current_cp_abi, num_cp_abis): Make static.
11144 (CP_ABI_MAX): Define.
11145 (cp_abis): Turn into an array.
11146 (value_virtual_fn_field): Fix formatting.
11147 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11148 takes a pointer.
11149 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11150 (list_cp_abis, _initialize_cp_abi): New functions.
11151 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
11152 declarations for cp_abis, num_cp_abis, current_cp_abi, and
11153 switch_to_cp_abi. Update prototype for register_cp_abi.
11154 * Makefile.in (cp-abi.o): Update dependencies.
11155 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11156 instead of switch_to_cp_abi.
11157 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
11158 register_cp_abi.
11159 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11160 register_cp_abi.
11161 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11162
11163 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11164
11165 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11166 * dwarf2loc.c: Include "regcache.h".
11167 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
11168 register_size.
11169 * Makefile.in (dwarf2loc.o): Update dependencies.
11170
11171 2003-03-04 Theodore A. Roth <troth@openavr.org>
11172
11173 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11174 number of io registers reported by remote target is not a multiple of
11175 step.
11176
11177 2003-03-04 David Carlton <carlton@math.stanford.edu>
11178
11179 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11180 (lookup_symbol_aux_psymtabs): Update call to
11181 lookup_partial_symbol.
11182 (lookup_transparent_type, find_main_psymtab)
11183 (make_symbol_overload_list): Ditto.
11184
11185 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11186
11187 * MAINTAINERS (Write after approval): Update my email address.
11188
11189 2003-03-03 Andrew Cagney <cagney@redhat.com>
11190
11191 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11192 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11193 predicate. Replace MAX_REGISTER_RAW_SIZE.
11194 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11195 MAX_REGISTER_VIRTUAL_SIZE.
11196 * regcache.c (legacy_max_register_raw_size): New function.
11197 (legacy_max_register_virtual_size): New function.
11198 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11199 (MAX_REGISTER_RAW_SIZE): Define.
11200 (legacy_max_register_raw_size): Declare.
11201 (legacy_max_register_virtual_size): Declare.
11202 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11203 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11204 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11205 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11206 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11207 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11208 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11209 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11210 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11211 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11212 * vax-tdep.c (vax_gdbarch_init): Update.
11213 * v850-tdep.c (v850_gdbarch_init): Update.
11214 * sparc-tdep.c (sparc_gdbarch_init): Update.
11215 * sh-tdep.c (sh_gdbarch_init): Update.
11216 * s390-tdep.c (s390_gdbarch_init): Update.
11217 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11218 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11219 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11220 * mips-tdep.c (mips_gdbarch_init): Update.
11221 * mcore-tdep.c (mcore_gdbarch_init): Update.
11222 * m68k-tdep.c (m68k_gdbarch_init): Update.
11223 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11224 * ia64-tdep.c (ia64_gdbarch_init): Update.
11225 * i386-tdep.c (i386_gdbarch_init): Update.
11226 * hppa-tdep.c (hppa_gdbarch_init): Update.
11227 * h8300-tdep.c (h8300_gdbarch_init): Update.
11228 * frv-tdep.c (frv_gdbarch_init): Update.
11229 * cris-tdep.c (cris_gdbarch_init): Update.
11230 * avr-tdep.c (avr_gdbarch_init): Update.
11231 * arm-tdep.c (arm_gdbarch_init): Update.
11232 * alpha-tdep.c (alpha_gdbarch_init): Update.
11233 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11234 max_register_raw_size or max_register_virtual_size.
11235
11236 2003-03-03 David Carlton <carlton@math.stanford.edu>
11237
11238 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11239 SYMBOL_MATCHES_NAME, add comment.
11240 (SYMBOL_MATCHES_NATURAL_NAME): New.
11241 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11242 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11243 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11244 * symtab.c (lookup_partial_symbol): Use
11245 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11246 unhelpful comment.
11247 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11248 SYMBOL_MATCHES_NAME.
11249 Fix for PR c++/33.
11250
11251 2003-03-03 David Carlton <carlton@math.stanford.edu>
11252
11253 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11254 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11255 by regexp matching against SYMBOL_NATURAL_NAME.
11256
11257 2003-03-03 David Carlton <carlton@math.stanford.edu>
11258
11259 * linespec.c (find_method): Extract code into collect_methods.
11260 (collect_methods): New.
11261
11262 2003-03-02 Mark Kettenis <kettenis@gnu.org>
11263
11264 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11265 get_frame_base.
11266
11267 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11268 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11269
11270 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11271
11272 * arch-utils.c (generic_register_byte): Fix to use the loop index
11273 and not regnum when summing the size of all registers up to regnum.
11274
11275 2003-03-01 Andrew Cagney <cagney@redhat.com>
11276
11277 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11278 FRAME_INIT_SAVED_REGS.
11279 * gdbarch.h, gdbarch.c: Regenerate.
11280 * stack.c (frame_info): Update.
11281 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11282 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11283 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11284 * ns32k-tdep.c (ns32k_pop_frame): Update.
11285 * mips-tdep.c (mips_pop_frame): Update.
11286 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11287 * ia64-tdep.c (ia64_frame_chain): Update.
11288 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11289 (ia64_frameless_function_invocation): Update.
11290 (ia64_init_extra_frame_info): Update.
11291 (ia64_pop_frame_regular): Update.
11292 * frame.h (struct frame_info): Update comment.
11293 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11294 * frame.c (frame_saved_regs_register_unwind): Update.
11295 (frame_saved_regs_register_unwind): Update.
11296 (deprecated_generic_get_saved_register): Update.
11297 * cris-tdep.c: Update comment.
11298 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11299 Rename macro.
11300 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11301 * x86-64-tdep.c (x86_64_init_abi): Update.
11302 * vax-tdep.c (vax_gdbarch_init): Update.
11303 * v850-tdep.c (v850_gdbarch_init): Update.
11304 * sparc-tdep.c (sparc_gdbarch_init): Update.
11305 * sh-tdep.c (sh_gdbarch_init): Update.
11306 * s390-tdep.c (s390_gdbarch_init): Update.
11307 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11308 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11309 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11310 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11311 * mips-tdep.c (mips_gdbarch_init): Update.
11312 * mcore-tdep.c (mcore_gdbarch_init): Update.
11313 * m68k-tdep.c (m68k_gdbarch_init): Update.
11314 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11315 * ia64-tdep.c (ia64_gdbarch_init): Update.
11316 * i386-tdep.c (i386_gdbarch_init): Update.
11317 * frv-tdep.c (frv_gdbarch_init): Update.
11318 * avr-tdep.c (avr_gdbarch_init): Update.
11319 * arm-tdep.c (arm_gdbarch_init): Update.
11320 * alpha-tdep.c (alpha_gdbarch_init): Update.
11321
11322 2003-03-01 Andrew Cagney <cagney@redhat.com>
11323
11324 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11325 option enum and switch. When no windows, set the interpreter to
11326 INTERP_CONSOLE.
11327
11328 2003-03-01 Andrew Cagney <cagney@redhat.com>
11329
11330 * main.c (captured_main): Replace magic option characters with an
11331 enum.
11332
11333 2003-03-01 Andrew Cagney <cagney@redhat.com>
11334
11335 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11336 INIT_EXTRA_FRAME_INFO.
11337 * gdbarch.h, gdbarch.c: Regenerate.
11338 * arm-tdep.c: Update comments.
11339 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11340 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11341 * frame.h, avr-tdep.c: Ditto.
11342 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11343 (create_new_frame, legacy_get_prev_frame): Ditto.
11344 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11345 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11346 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11347 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11348 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11349 * v850-tdep.c (v850_gdbarch_init): Ditto.
11350 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11351 * sh-tdep.c (sh_gdbarch_init): Ditto.
11352 * s390-tdep.c (s390_gdbarch_init): Ditto.
11353 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11354 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11355 * mips-tdep.c (mips_gdbarch_init): Ditto.
11356 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11357 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11358 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11359 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11360 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11361 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11362 * frv-tdep.c (frv_gdbarch_init): Ditto.
11363 * cris-tdep.c (cris_gdbarch_init): Ditto.
11364 * avr-tdep.c (avr_gdbarch_init): Ditto.
11365 * arm-tdep.c (arm_gdbarch_init): Ditto.
11366 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11367 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11368
11369 2003-03-01 Andrew Cagney <cagney@redhat.com>
11370
11371 * gdbarch.sh (register_type): New function with predicate.
11372 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11373 * gdbarch.h, gdbarch.c: Re-generate.
11374 * arch-utils.c (generic_register_byte): Use generic_register_size.
11375 (generic_register_size): When available, use
11376 gdbarch_register_type.
11377 * regcache.c (init_regcache_descr): When available, initialize the
11378 register type array using gdbarch_register_type. If the
11379 architecture supplies gdbarch_register_type, do not use the legacy
11380 regcache layout.
11381 * d10v-tdep.c (d10v_register_type): Replace
11382 d10v_register_virtual_type.
11383 (d10v_gdbarch_init): Set register_type instead of
11384 register_virtual_type.
11385
11386 2003-03-01 Andrew Cagney <cagney@redhat.com>
11387
11388 * Makefile.in (ax-gdb.o): Update dependencies.
11389 * ax-gdb.c: Include "regcache.h".
11390 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11391 * findvar.c (value_of_register): Ditto.
11392 * infcmd.c (default_print_registers_info): Ditto.
11393
11394 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11395
11396 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11397 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11398
11399 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11400
11401 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11402 of STREQ.
11403
11404 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
11405
11406 * Makefile.in (dwarf2loc.o): Update dependencies.
11407 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11408 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11409 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11410 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11411 (locexpr_tracepoint_var_ref): New function.
11412 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11413
11414 2003-02-28 Andrew Cagney <cagney@redhat.com>
11415
11416 * regcache.c (register_size): New function.
11417 * regcache.h (register_size): Declare
11418 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11419 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11420
11421 2003-02-28 David Carlton <carlton@math.stanford.edu>
11422
11423 * linespec.c (decode_compound): Extract code into find_method.
11424 (find_method): New.
11425
11426 2003-02-28 J. Brobecker <brobecker@gnat.com>
11427
11428 * Makefile.in: Add rules to build and link in observer.o.
11429
11430 2003-02-27 J. Brobecker <brobecker@gnat.com>
11431
11432 * observer.c: Minor comments edits.
11433
11434 2003-02-27 J. Brobecker <brobecker@gnat.com>
11435
11436 * observer.h, observer.c: New file.
11437
11438 2003-02-27 Andrew Cagney <cagney@redhat.com>
11439
11440 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11441
11442 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11443
11444 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11445 (M6812_OP_STS_EXT): Likewise.
11446 (m6811_prologue): Use the above to recognize prologue.
11447 (m6812_prologue): Likewise.
11448
11449 2003-02-27 David Carlton <carlton@math.stanford.edu>
11450
11451 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11452 SYMBOL_PRINT_NAME.
11453 (compare_psymbols): Ditto.
11454 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11455
11456 2003-02-27 Michael Snyder <msnyder@redhat.com>
11457
11458 * f-lang.c (build_fortran_types): New function.
11459 (_initialize_f_language): Gdbarch-register built-in fortran types.
11460 * doublest.c (extract_floating): Fix warning text.
11461
11462 2003-02-27 Andrew Cagney <cagney@redhat.com>
11463
11464 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11465 predicate. Replaces PUSH_DUMMY_FRAME.
11466 * gdbarch.h, gdbarch.c: Regnerate.
11467 * valops.c (hand_function_call): Update. Call
11468 generic_push_dummy_frame directly.
11469 * vax-tdep.c (vax_gdbarch_init): Update.
11470 * sparc-tdep.c (sparc_gdbarch_init): Update.
11471 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11472 * m68k-tdep.c (m68k_gdbarch_init): Update.
11473 * hppa-tdep.c (hppa_gdbarch_init): Update.
11474 * alpha-tdep.c (alpha_gdbarch_init): Update.
11475 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11476 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11477 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11478 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11479 push_dummy_frame to generic_push_dummy_frame.
11480 * v850-tdep.c (v850_gdbarch_init): Ditto.
11481 * sh-tdep.c (sh_gdbarch_init): Ditto.
11482 * s390-tdep.c (s390_gdbarch_init): Ditto.
11483 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11484 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11485 * mips-tdep.c (mips_gdbarch_init): Ditto.
11486 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11487 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11488 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11489 * i386-tdep.c (i386_gdbarch_init): Ditto.
11490 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11491 * frv-tdep.c (frv_gdbarch_init): Ditto.
11492 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11493 * cris-tdep.c (cris_gdbarch_init): Ditto.
11494 * avr-tdep.c (avr_gdbarch_init): Ditto.
11495 * arm-tdep.c (arm_gdbarch_init): Ditto.
11496
11497 2003-02-26 Kevin Buettner <kevinb@redhat.com>
11498
11499 * mips-tdep.c (show_mips_abi): New function.
11500 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11501 command ``show mips abi''.
11502
11503 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
11504
11505 From Elena Zannoni <ezannoni@redhat.com>
11506 * dbxread.c (process_one_symbol): Only record line 0 if one or
11507 more sline entries have been seen for the function.
11508
11509 2003-02-26 Michael Chastain <mec@shout.net>
11510
11511 * configure: Regenerate with autoconf 000227.
11512
11513 2003-02-26 Michael Chastain <mec@shout.net>
11514
11515 Close PR build/660.
11516 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11517 for old libc5/glibc.
11518 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11519
11520 2003-02-26 Kris Warkentin <kewarken@qnx.com>
11521
11522 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11523 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11524
11525 2003-02-26 Michael Chastain <mec@shout.net>
11526
11527 * configure.in: New variable HAVE_UINTPTR_T.
11528 * configure, config.in: Regenerated.
11529
11530 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
11531
11532 Fix PR build/1097.
11533 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11534
11535 2003-02-25 Andrew Cagney <cagney@redhat.com>
11536
11537 * frame.c (get_prev_frame): Add comment on check for
11538 inside_entry_func. Only check for inside_entry_file when not a
11539 dummy and not a sentinel. Check that the new frame is not inner
11540 to the old frame.
11541
11542 2003-02-25 Andrew Cagney <cagney@redhat.com>
11543
11544 * frame.c (frame_debug): New variable.
11545 (_initialize_frame): Add "set/show debug frame" command.
11546 (get_prev_frame): When frame_debug, print reason why unwind
11547 failed.
11548
11549 2003-02-25 Michael Chastain <mec@shout.net>
11550
11551 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11552 to avoid uintptr_t definition problems.
11553
11554 2003-02-25 David Carlton <carlton@math.stanford.edu>
11555
11556 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11557 (SYMBOL_LINKAGE_NAME): Ditto.
11558 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11559 SYMBOL_LINKAGE_NAME.
11560 (struct general_symbol_info): Expand comment.
11561 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11562 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11563 (SYMBOL_MATCHES_REGEXP): Ditto.
11564 * symtab.c (symbol_natural_name): New function.
11565 * objfiles.h: Replace all uses of SYMBOL_NAME by
11566 DEPRECATED_SYMBOL_NAME.
11567 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11568 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11569 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11570 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11571 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11572 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11573 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11574 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11575 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11576 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11577 * ada-exp.y: Ditto.
11578 * ada-exp.y: Update copyright.
11579 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11580 * cp-valprint.c: Ditto.
11581
11582 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11583
11584 * infptrace.c (detach): Do not flag error if ptrace detach fails
11585 and errno is set to ESRCH.
11586
11587 2003-02-24 Andrew Cagney <cagney@redhat.com>
11588
11589 * infptrace.c (udot_info): Change type of udot_off to long. Use
11590 paddr when printing udot_off's value.
11591
11592 2003-02-24 David Carlton <carlton@math.stanford.edu>
11593
11594 * symtab.c (make_symbol_overload_list): Only read in partial
11595 symtabs containing a matching partial symbol.
11596
11597 2003-02-24 David Carlton <carlton@math.stanford.edu>
11598
11599 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11600 do the comparison, not strcmp.
11601 * symfile.c (compare_psymbols): Ditto.
11602 * defs.h: Declare strcmp_iw_ordered.
11603 * utils.c (strcmp_iw_ordered): New function.
11604
11605 2003-02-24 Jim Blandy <jimb@redhat.com>
11606
11607 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11608 support, shared libs): Remove my name from here, to better reflect
11609 reality.
11610
11611 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11612
11613 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11614 (target_ops): Add to_have_continuable_watchpoint.
11615 * target.c (update_current_target): Add INHERIT line for
11616 to_have_continuable_watchpoint.
11617 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11618 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11619 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11620 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11621
11622 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
11623
11624 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11625 maintainership.
11626
11627 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11628
11629 * solib.c (solib_open): Call target defined search function after
11630 failing with solib-search-path.
11631 * solist.h (target_so_ops): Add find_and_open_solib function hook and
11632 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
11633
11634 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11635
11636 * MAINTAINERS: Add myself to Write After section.
11637
11638 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11639
11640 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
11641
11642 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
11643
11644 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
11645 (m68hc11_add_reggroups): New function.
11646 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
11647 (m68hc11_gdbarch_init): Install the reggroups.
11648 (_initialize_m68hc11_tdep): Initialize them.
11649
11650 2003-02-21 James E Wilson <wilson@tuliptree.org>
11651
11652 * MAINTAINERS: Update my email address.
11653
11654 2003-02-21 David Carlton <carlton@math.stanford.edu>
11655
11656 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11657
11658 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
11659
11660 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11661 * symtab.h: Add opaque declarations of struct axs_value and
11662 struct agent_expr.
11663 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11664 (struct location_funcs): New type.
11665 (struct symbol): Add "loc" to aux_value.
11666 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11667 * dwarf2read.c: Include "dwarf2expr.h".
11668 (dwarf2_symbol_mark_computed): New function.
11669 (read_func_scope): Use it.
11670 (var_decode_location): New function.
11671 (new_symbol): Use it.
11672 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11673
11674 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11675 (dwarf2expr_h, dwarf2loc_h): New variables.
11676 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11677 (dwarf2expr.o, dwarf2loc.o): New rules.
11678 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11679 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11680 LOC_COMPUTED_ARG.
11681 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11682 * m2-exp.y (yylex): Likewise.
11683 * printcmd.c (address_info, print_frame_args): Likewise.
11684 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11685 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11686 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11687 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11688 * symtab.c (lookup_block_symbol): Likewise.
11689
11690 2003-02-20 Adam Fedor <fedor@gnu.org>
11691
11692 * symtab.h: Remove objc_specific struct
11693 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11694 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11695 Have language_objc use cplus_specific struct.
11696
11697 2003-02-20 Tom Tromey <tromey@redhat.com>
11698
11699 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11700 TYPE_NAME, when printing a String value. PR java/1075.
11701
11702 2003-02-20 Adam Fedor <fedor@gnu.org>
11703
11704 * objc-lang.h (find_methods): Remove declaration.
11705 * objc-lang.c (find_methods): Make static.
11706
11707 2003-02-20 Christopher Faylor <cgf@redhat.com>
11708
11709 * win32-nat.c (get_image_name): Check return value from
11710 ReadProcessMemory.
11711 (child_xfer_memory): Ditto.
11712
11713 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
11714
11715 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11716 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11717 '${exec_prefix}' (in addition to the expansion thereof) as
11718 relocatable.
11719 * configure: Rebuilt.
11720
11721 2003-02-20 David Carlton <carlton@math.stanford.edu>
11722
11723 * symtab.c (search_symbols): Revert the search_symbols part of my
11724 2002-12-23 patch. Add comment.
11725
11726 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11727
11728 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11729 * dbxread.c (elfstab_build_psymtabs): Don't call
11730 install_minimal_symbols.
11731 (stabsect_build_psymtabs): Likewise.
11732 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11733 earlier.
11734 * somread.c (som_symfile_read): Call install_minimal_symbols
11735 and do_cleanups earlier.
11736 * nlmread.c (nlm_symfile_read): Likewise.
11737 * mdebugread.c (elfmdebug_build_psymtabs): Call
11738 install_minimal_symbols and make appropriate cleanups.
11739
11740 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11741
11742 * solib.c (reload_shared_libraries): New function.
11743 (_initialize_solib): Add callbacks for ``set solib-search-path''
11744 and ``set solib-absolute-prefix''.
11745
11746 2003-02-20 David Carlton <carlton@math.stanford.edu>
11747
11748 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11749 expand comment.
11750 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11751 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11752 * ada-typeprint.c (ada_typedef_print): Ditto.
11753 * ax-gdb.c (gen_var_ref): Ditto.
11754 * breakpoint.c (print_one_breakpoint): Ditto.
11755 * buildsym.c (finish_block): Ditto.
11756 * c-valprint.c (c_val_print): Ditto.
11757 * expprint.c (print_subexp): Ditto.
11758 * findvar.c (locate_var_value): Ditto.
11759 * infcmd.c (jump_command): Ditto.
11760 * linespec.c (decode_line_2, decode_compound): Ditto.
11761 * maint.c (maintenance_translate_address): Ditto.
11762 * objc-lang.c (compare_selectors, compare_classes): Ditto.
11763 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11764 Ditto.
11765 * p-valprint.c (pascal_val_print): Ditto.
11766 * stabsread.c (define_symbol): Ditto.
11767 * stack.c (print_frame, frame_info, print_block_frame_locals)
11768 (print_frame_arg_vars, return_command): Ditto.
11769 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11770 * symmisc.c (print_symbol): Ditto.
11771 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11772 (compare_search_syms, print_symbol_info, print_msymbol_info)
11773 (rbreak_command): Ditto.
11774 * tracepoint.c (tracepoints_info): Ditto.
11775 * typeprint.c (typedef_print): Ditto.
11776 * valops.c (value_of_variable, hand_function_call): Ditto.
11777 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11778 * ada-typeprint.c: Update Copyright.
11779 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11780 * tracepoint.c, cli/cli-cmds.c: Ditto.
11781
11782 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11783
11784 * frame.c (generic_unwind_get_saved_register): Make non-static.
11785 * frame.h (generic_unwind_get_saved_register): Declare.
11786 * mips-tdep.c (read_next_frame_reg): Fetch register from
11787 current regcache when frame is NULL.
11788 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11789 that must be NULL.
11790 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11791 instead of frame_register_unwind().
11792
11793 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11794
11795 * remote-sim.c (gdbsim_insert_breakpoint)
11796 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11797 code.
11798
11799 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11800
11801 * remote.c (_initialize_remote): Add commands "set/show remote
11802 hardware-watchpoint-limit" and "set/show remote
11803 hardware-breakpoint-limit".
11804 (remote_hw_watchpoint_limit): Initialize to -1.
11805 (remote_hw_breakpoint_limit): Ditto.
11806 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11807
11808 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11809
11810 * coff-pe-read.c: New file - support reading of minimal symbols from a
11811 portable executable using the export table.
11812 * coff-pe-read.h: New file.
11813 * coffread.c: Include coff-pe-read.h.
11814 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11815 debugging symbols found.
11816 * Makefile.in (SFILES): Add coff-pe-read.o.
11817 (coff_pe_read_h): Define.
11818 (COMMON_OBS): Add coff-pe-read.o.
11819 (coffread.o): Add coff_pe_read_h dependency.
11820 (coff-pe-read.o): New target.
11821
11822 2003-02-19 David Carlton <carlton@math.stanford.edu>
11823
11824 * Makefile.in (SFILES): Add block.c.
11825 (block_h): New.
11826 (COMMON_OBS): Add block.o.
11827 (block.o): New.
11828 (x86-64-tdep.o): Add $(block_h).
11829 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11830 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11831 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11832 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11833 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11834 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11835 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11836 * value.h: Add opaque declaration for struct block.
11837 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11838 * ada-lang.h: Ditto.
11839 * x86-64-tdep.c: #include "block.h"
11840 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11841 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11842 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11843 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11844 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11845 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11846 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11847 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11848 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11849 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11850 * symtab.c (block_function): Ditto.
11851 (contained_in): Ditto.
11852 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11853 block.h. Add opaque declaration for struct block.
11854 * symtab.h: Move block_function and contained_in declarations to
11855 block.h. Add opaque declarations for struct block, struct
11856 blockvector.
11857 (struct block): Move to block.h.
11858 (struct blockvector): Ditto.
11859 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11860 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11861 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11862 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11863 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11864 Ditto.
11865 * block.c: New file.
11866 * block.h: New file.
11867
11868 2003-02-19 Theodore A. Roth <troth@openavr.org>
11869
11870 * avr-tdep.c (avr_extract_return_value): Remove function.
11871 (avr_store_return_value): Remove function.
11872 (avr_extract_struct_value_address): Remove function.
11873 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11874
11875 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11876
11877 * rs6000-tdep.c: Include "gdb_assert.h".
11878 (registers_e500): Add "acc" and "spefscr".
11879 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11880 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11881 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11882 really is "r0".
11883 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11884
11885 2003-02-18 Keith Seitz <keiths@redhat.com>
11886
11887 * Makefile.in: Add gdbtk-interps.c.
11888
11889 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11890
11891 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11892 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11893
11894 2003-02-18 Andrew Cagney <cagney@redhat.com>
11895
11896 * symtab.h (struct objfile): Add opaque declaration.
11897
11898 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11899
11900 From Jim Ingham <jingham@apple.com>:
11901 * dbxread.c (process_one_symbol): Use last_function_start rather
11902 than function_start_offset to find the real beginning of the
11903 current function. The latter is just the text section offset on
11904 some systems, the former is always the real function start.
11905
11906 2003-02-17 Andrew Cagney <cagney@redhat.com>
11907
11908 * configure.in: Revert ${target} != ${host}.
11909
11910 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11911
11912 * configure.in (Makefile): Use the test ${target} != ${host},
11913 instead of the absence of the "nm.h" file, to determine of the
11914 configuration non-native.
11915 * configure: Regenerate.
11916
11917 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11918
11919 From Brian Ford <ford@vss.fsi.com>
11920
11921 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11922 conditionalize tui_active test.
11923 (lookup_cmd_1): Ditto.
11924
11925 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11926
11927 * configure.in: Add check for _etext.
11928 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11929 available.
11930 * config.in, configure: regenerated.
11931
11932 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11933
11934 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11935
11936 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11937
11938 * main.c (tui_version): Delete variable.
11939 (captured_main): When --tui, set interpreter_p to "tui" instead of
11940 enabling tui_version.
11941 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11942 tui_version.
11943 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11944 * cli/cli-cmds.c (disassemble_command): Ditto.
11945 * defs.h (tui_version): Delete declaration.
11946 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11947 (tui-interp.o): Add rules.
11948 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11949
11950 2003-02-14 Christopher Faylor <cgf@redhat.com>
11951
11952 * win32-nat.c (register_loaded_dll): Correctly set address range for
11953 just-loaded dll.
11954
11955 2003-02-12 Jason Molenda (jmolenda@apple.com)
11956
11957 * symmisc.c (print_objfile_statistics): Include information about
11958 the number of psymtabs and symtabs in each object file.
11959
11960 2003-02-13 Keith R Seitz <keiths@redhat.com>
11961
11962 * main.h (struct captured_main_args): Add interpreter_p.
11963 * main.c (captured_main): Initialize interpreter_p from context.
11964 * gdb.c (main): Set interpreter_p argument.
11965 * Makefile.in (gdb.o): Add dependency for interps.h.
11966
11967 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11968
11969 * event-top.c (cli_command_loop): Delete declaration.
11970 (_initialize_event_loop): Delete function setting event_loop_hook.
11971 * event-top.h (cli_command_loop): Declare. Update copyright.
11972 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11973 * interps.c (current_interp_command_loop): When event_loop_p, call
11974 cli_command_loop.
11975
11976 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11977
11978 * interps.h (interp_command_loop_ftype): Change return type to
11979 void.
11980
11981 2003-02-12 Michal Ludvig <mludvig@suse.cz>
11982
11983 * x86-64-tdep.c (x86_64_extract_return_value)
11984 (x86_64_store_return_value): Use regcache instead of regbuf.
11985 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11986 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11987
11988 2003-02-11 Andrew Cagney <ac131313@redhat.com>
11989
11990 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11991 * aclocal.m4: Regenerate.
11992 * configure: Regenerate.
11993
11994 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11995 TCL_LD_SEARCH_FLAGS.
11996
11997 2003-02-10 Michal Ludvig <mludvig@suse.cz>
11998
11999 * dwarf2cfi.c: Reindented.
12000
12001 2003-02-09 Andrew Cagney <ac131313@redhat.com>
12002
12003 * interps.c (clear_interpreter_hooks): Convert function definition
12004 to ISO C.
12005
12006 2003-02-07 David Carlton <carlton@math.stanford.edu>
12007
12008 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
12009
12010 2003-02-07 Kevin Buettner <kevinb@redhat.com>
12011
12012 * gdbtypes.h (struct main_type): Move ``length'' field from here...
12013 (struct type): ...to here.
12014 (TYPE_LENGTH): Adjust to reflect different location of ``length''
12015 field.
12016 * gdbtypes.c (make_qualified_type): Set length on newly created type.
12017 (replace_type): Set length on all type variants for a given type.
12018
12019 2003-02-07 Andrew Cagney <ac131313@redhat.com>
12020
12021 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
12022 <sys/stat.h>.
12023 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
12024
12025 2003-02-06 Andrew Cagney <ac131313@redhat.com>
12026
12027 * Makefile.in (symm-nat.o): Update dependencies.
12028 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
12029 (lynx-nat.o, ia64-linux-nat.): Ditto.
12030 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
12031 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
12032 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
12033
12034 * Makefile.in (inflow_h): Define.
12035 (procfs.o, inflow.o, procfs.o): Update dependencies.
12036 * inftarg.c (child_stop): Delete extern declaration of
12037 inferior_process_group. Include "inflow.h".
12038 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
12039 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
12040 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
12041 (our_process_group, inferior_process_group): Extern declarations.
12042
12043 * procfs.c: Include "gdb_assert.h".
12044
12045 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12046 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
12047 * jv-typeprint.c (java_type_print_base): Ditto.
12048 * typeprint.c (typedef_print): Eliminate STREQ.
12049 * cli/cli-script.c (define_command, define_command): Ditto.
12050 * main.c (captured_main): Ditto.
12051 * values.c (lookup_internalvar): Ditto.
12052 * utils.c (safe_strerror, parse_escape): Eliminate assignment
12053 within `if' conditional.
12054 * linespec.c (decode_line_2): Ditto.
12055 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
12056 (bfd_openw_with_cleanup): Ditto.
12057
12058 2003-02-07 Mark Kettenis <kettenis@gnu.org>
12059
12060 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
12061 legacy_extract_return_value and store_return_value to
12062 legacy_return_value.
12063
12064 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
12065
12066 * win32-nat.c (get_relocated_section_addrs): New function. Find
12067 section load addresses for symbol handling in relocated DLLs.
12068 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
12069
12070 2003-02-05 Fred Fish <fnf@intrinsity.com>
12071
12072 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
12073 '=' and '!='.
12074 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
12075 with '&' and '=='.
12076 (angel_RDI_info): Ditto.
12077 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
12078 with '&' and '!='.
12079 (threads_continue_all_with_signals): Ditto.
12080
12081 2003-02-05 Jim Ingham <jingham@apple.com>
12082 Keith Seitz <keiths@redhat.com>
12083 Elena Zannoni <ezannoni@redhat.com>
12084 Andrew Cagney <ac131313@redhat.com>
12085
12086 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
12087 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
12088 (SUBDIR_MI_OBS): Add "mi-interp.o".
12089 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
12090 (SFILES): Add "interps.c".
12091 (COMMON_OBS): Add "interps.o".
12092 (interps_h, mi_main_h): Define.
12093 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
12094 (mi-main.o, main.o, event-top.o): Update dependencies.
12095 * cli/cli-interp.c: New file.
12096 * interps.h, interps.c: New files.
12097 * top.c: (gdb_init): Don't install the default interpreter, handed
12098 by captured_main.
12099 * main.c: Include "interps.h".
12100 (interpreter_p): Note that it should malloc'ed.
12101 (captured_command_loop): Call current_interp_command_loop.
12102 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
12103 xfree and xstrdup when updating interpreter_p. Install the
12104 default interpreter. Add hack to stop mi1's copyright notice
12105 being encoded.
12106 * event-top.h (gdb_setup_readline): Declare.
12107 (gdb_disable_readline): Declare.
12108 * event-top.c: Include "interps.h".
12109 (display_gdb_prompt): Call current_interp_display_prompt_p.
12110 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12111 gdb_stdlog, and gdb_stdtarg.
12112 (_initialize_event_loop): Don't call gdb_setup_readline.
12113 * cli-out.c (cli_out_set_stream): New function.
12114 * cli-out.h (cli_out_set_stream): Declare.
12115
12116 2003-02-06 Mark Kettenis <kettenis@gnu.org>
12117
12118 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12119 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
12120 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12121 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12122 config/i386/i386v42mp.mt: Removed.
12123
12124 2003-02-05 Mark Kettenis <kettenis@gnu.org>
12125
12126 * configure.tgt (*-*-solaris*): Set gdb_osabi to
12127 GDB_OSABI_SOLARIS.
12128
12129 2003-02-05 Michael Chastain <mec@shout.net>
12130
12131 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12132 2.12.1 and earlier versions.
12133
12134 2003-02-05 Andrew Cagney <ac131313@redhat.com>
12135
12136 Remove orphaned hosts, targets and files.
12137 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12138 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12139 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12140 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12141 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12142 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12143 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12144 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12145 * config/sparc/tm-sp64sim.h: Delete.
12146 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12147 hosts.
12148 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12149 mips*-dec-mach3* targets.
12150
12151 2003-02-04 Michael Chastain <mec@shout.net>
12152
12153 * NEWS: Fix typo: sepcifying -> specifying.
12154
12155 2003-02-04 Michael Chastain <mec@shout.net>
12156
12157 * dwarfread.c: Add documentation on the state of dwarf-1,
12158 looking towards obsoletion.
12159
12160 2003-02-03 Michael Chastain <mec@shout.net>
12161
12162 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12163 gdb/testsuite/gdb.c++/pr-1023.exp.
12164
12165 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12166
12167 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12168 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12169
12170 * utils.c (init_page_info): Delete reference to MPW in comments.
12171 * main.c (captured_main): Delete #ifdef MPW.
12172
12173 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12174
12175 * NEWS: Note that the m32r-*-elf* is obsolete.
12176 * monitor.c (monitor_expect): Obsolete reference to m32r.
12177 * configure.tgt: Mark m32r-*-elf* as obsolete.
12178 * MAINTAINERS: Mark m32k as obsolete.
12179 * m32r-rom.c: Obsolete file.
12180 * config/m32r/m32r.mt: Obsolete file.
12181 * config/m32r/tm-m32r.h: Obsolete file.
12182 * m32r-stub.c: Obsolete file.
12183 * m32r-tdep.c: Obsolete file.
12184
12185 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12186
12187 * NEWS: Mention that the z8k-zilog-none is obsolete.
12188 * MAINTAINERS: Mark z8k as obsolete.
12189 * configure.tgt: Obsolete the z8k-*-coff* target.
12190 * config/z8k/z8k.mt: Obsolete file.
12191 * config/z8k/tm-z8k.h: Obsolete file.
12192 * z8k-tdep.c: Obsolete file.
12193
12194 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12195
12196 * NEWS: Mention that the mn10200-elf is obsolete.
12197 * configure.tgt: Obsolete mn10200-*-* target.
12198 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12199 mention that the mn10200 is obsolete.
12200 * breakpoint.h: Ditto.
12201 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12202 * config/mn10200/mn10200.mt: Obsolete file.
12203 * config/mn10200/tm-mn10200.h: Obsolete file.
12204 * mn10200-tdep.c: Obsolete file.
12205
12206 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12207
12208 * MAINTAINERS: Mark h8500 as obsolete.
12209 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12210 * findvar.c (value_from_register): Ditto.
12211 * h8500-tdep.c: Mark file as obsolete.
12212 * config/h8500/h8500.mt: Ditto.
12213 * config/h8500/tm-h8500.h: Ditto.
12214 * NEWS: Mention that h8500 is obsolete.
12215
12216 2003-02-04 David Carlton <carlton@math.stanford.edu>
12217
12218 * objfiles.c (allocate_objfile): Always set name. Add comment at
12219 start of function.
12220 * jv-lang.c (get_dynamics_objfile): Add comment.
12221
12222 2003-02-04 David Carlton <carlton@math.stanford.edu>
12223
12224 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12225 * printcmd.c (build_address_symbolic): Replace uses of
12226 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12227 SYMBOL_NAME, and asm_demangle.
12228 Update copyright.
12229
12230 2003-02-04 David Carlton <carlton@math.stanford.edu>
12231
12232 * linespec.c (decode_compound): Extract code into
12233 lookup_prefix_sym.
12234 (lookup_prefix_sym): New function.
12235
12236 2003-02-04 David Carlton <carlton@math.stanford.edu>
12237
12238 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12239 FLOAT_COERCION_BADNESS.
12240 * gdbtypes.c (rank_one_type): Replace all uses of
12241 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12242
12243 2003-02-04 Jim Blandy <jimb@redhat.com>
12244
12245 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12246 section, let dwarf_macinfo_section point to it, not
12247 dwarf_loc_section.
12248
12249 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12250
12251 Pointed out by Anton Blanchard <anton@samba.org>.
12252 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12253 (ppc_linux_at_sigtramp_return_path): Use it.
12254
12255 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12256
12257 * defs.h (streq): Add prototype.
12258 * utils.c (streq): New function.
12259
12260 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12261 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12262 * mdebugread.c (new_symbol): Likewise.
12263 * stabsread.c (define_symbol): Likewise.
12264 * coffread.c (process_coff_symbol): Likewise.
12265 * dwarfread.c (new_symbol): Likewise.
12266
12267 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12268 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12269 here.
12270 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12271 SYMBOL_INIT_DEMANGLED_NAME.
12272 * objfiles.c: Include "hashtab.h".
12273 (allocate_objfile): Call htab_set_functions_ex for the
12274 demangled_names_hash.
12275 (free_objfile): Call htab_delete for the demangled_names_hash.
12276 * objfiles.h (struct htab): Add declaration.
12277 (struct objfile): Add demangled_names_hash.
12278 * symfile.c: Include "hashtab.h".
12279 (reread_symbols): Call htab_delete for the demangled_names_hash.
12280 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12281 SYMBOL_NAME in the bcache.
12282 * symtab.c: Include "hashtab.h". Update comments.
12283 (create_demangled_names_hash, symbol_set_names): New functions.
12284 (symbol_find_demangled_name): New function, broken out from
12285 symbol_init_demangled_names.
12286 (symbol_init_demangled_names): Use it.
12287 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12288 (SYMBOL_SET_NAMES): New macro.
12289 (symbol_set_names): Add prototype.
12290
12291 2003-02-03 Jim Blandy <jimb@redhat.com>
12292
12293 Use a single, consistent representation for an empty minimal
12294 symbol table in an objfile.
12295 * objfiles.c (terminate_minimal_symbol_table): New function.
12296 (allocate_objfile): Call it.
12297 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12298 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
12299 non-NULL.
12300 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12301 objfile has minimal symbols, compare minimal_symbol_count to zero,
12302 instead of comparing msymbols with NULL.
12303 * objfiles.c (have_minimal_symbols): Same.
12304 * solib-sunos.c (solib_add_common_symbols): Call
12305 terminate_minimal_symbol_table.
12306 * symfile.c (reread_symbols): Same.
12307
12308 2003-02-03 Kevin Buettner <kevinb@redhat.com>
12309
12310 * s390-tdep.c (s390_address_class_type_flags)
12311 (s390_address_class_type_flags_to_name)
12312 (s390_address_class_name_to_type_flags): New functions.
12313 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12314 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12315
12316 2003-02-03 Michael Snyder <msnyder@redhat.com>
12317
12318 * arm-tdep.c: Fix spell-o in comment.
12319
12320 2003-02-03 Michal Ludvig <mludvig@suse.cz>
12321
12322 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12323 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
12324 error messages to contain BFD filename.
12325
12326 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
12327
12328 Fix PR gdb/742 gdb/743 gdb/877
12329 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12330 (do_mixed_source_and_assembly): Use
12331 make_cleanup_ui_out_tuple_begin_end and
12332 make_cleanup_ui_out_tuple_begin_end.
12333 (do_mixed_source_and_assembly): Ditto.
12334 * thread.c (do_captured_list_thread_ids): Ditto.
12335 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12336 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12337 ui_out_tuple_end): Delete prototypes.
12338 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12339 ui_out_list_end, ui_out_tuple_end): Delete.
12340
12341 From Kevin Buettner <kevinb@redhat.com>:
12342 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
12343 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12344 (do_cleanup_table_end): New functions.
12345 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12346 Use cleanups to invoke_ui_out_tuple_end().
12347 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
12348 * cli/cli-setshow.c (cmd_show_list): Use
12349 make_cleanup_ui_out_tuple_begin_end.
12350
12351 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12352
12353 * frame.c (frame_unwind_register): New function.
12354 (frame_unwind_unsigned_register): Use.
12355 (frame_unwind_signed_register): Use.
12356 (frame_read_register): New function.
12357 * frame.h (frame_unwind_register): Declare.
12358 (frame_read_register): Declare.
12359
12360 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12361 and frame_unwind_register instead of read_memory, write_register
12362 and deprecated_write_register_bytes.
12363
12364 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12365
12366 * frame.h: Note that namelen can be negative.
12367 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12368 NAME's length.
12369
12370 * NEWS: Mention that the d10v's `regs' command is deprecated.
12371 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12372 (d10v_print_registers_info): New function.
12373 (show_regs): Call d10v_print_registers_info.
12374 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12375
12376 2003-02-02 Mark Kettenis <kettenis@gnu.org>
12377
12378 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12379 lost in the previous patch.
12380
12381 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12382
12383 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
12384 * stack.c (print_frame_info_base): Output complete FRAME tuple
12385 for synthesized frames.
12386
12387 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12388
12389 * mips-nat.c (zerobuf): Delete.
12390 (fetch_inferior_registers): Alloc local zerobuf.
12391 (fetch_core_registers): Alloc local zerobuf.
12392 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12393 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12394 * thread-db.c (thread_db_store_registers): Ditto.
12395 * sh-tdep.c (sh_do_register): Ditto.
12396 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12397 * remote-sim.c (gdbsim_store_register): Ditto.
12398 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12399 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12400 * monitor.c (monitor_supply_register): Ditto.
12401 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12402 * mips-nat.c (fetch_inferior_registers): Ditto.
12403 * m68klinux-nat.c (fetch_register): Ditto.
12404 * lynx-nat.c (fetch_inferior_registers): Ditto.
12405 (fetch_inferior_registers): Ditto.
12406 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12407 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12408 (hpux_thread_store_registers): Ditto.
12409 * hppah-nat.c (fetch_register): Ditto.
12410 * hppab-nat.c (fetch_register): Ditto.
12411 * hppa-tdep.c (pa_register_look_aside): Ditto.
12412 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12413 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12414
12415 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12416
12417 * gdbarch.sh: Explictly specify all method levels. When a
12418 variable with an empty level, provide a non-multi-arch default.
12419 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12420 * gdbarch.h: Re-generate.
12421 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12422 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12423
12424 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12425
12426 * defs.h (host_pointer_to_address): Delete declaration.
12427 (address_to_host_pointer): Delete declaration.
12428 * utils.c (host_pointer_to_address): Delete function.
12429 (address_to_host_pointer): Delete function.
12430 * procfs.c (procfs_address_to_host_pointer): New function.
12431 * procfs.c (proc_set_watchpoint): Use.
12432 (procfs_can_use_hw_breakpoint): Update comments.
12433 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12434 (som_solib_add): Use.
12435 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12436 * hppa-tdep.c (unwind_command): Use.
12437
12438 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12439
12440 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12441 strlen d_name.
12442
12443 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12444 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12445 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12446 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12447 (define_symbol): Update.
12448 * symfile.c (generic_load): Remove references to nindy.
12449 * symtab.c: Remove references to nindy.
12450
12451 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12452
12453 * infcmd.c (print_float_info): Delete code conditional on
12454 FLOAT_INFO.
12455 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12456 * config/m68k/nm-apollo68b.h: Ditto.
12457 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12458 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12459 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12460
12461 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12462
12463 * config/i386/tm-i386os9k.h: Removed.
12464
12465 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12466 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12467 they're identical to i[3456]86-*-sysv* now.
12468 * config/i386/i386v32.mh: Removed.
12469 * config/i386/xm-i386v32.h: Removed.
12470 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12471
12472 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12473
12474 * config/i386/i386dgux.mh: Removed.
12475 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12476
12477 * configure.in: Fix typo.
12478 * configure: Regenerated.
12479
12480 2003-01-31 David Carlton <carlton@math.stanford.edu>
12481
12482 * dwarf2read.c (dwarf2_locate_sections): Set
12483 dwarf_ranges_section.
12484
12485 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12486
12487 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12488 * utils.c: Update comments documenting legitimate uses of PTR.
12489
12490 * utils.c: Re-indent.
12491
12492 * config/djgpp/fnchange.lst: Delete nindy files.
12493 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12494 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12495 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12496 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12497 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12498 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12499 * Makefile.in (init.c): Remove nindy references.
12500 (saber_gdb): Delete rule.
12501 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12502 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12503 and a68v-nat.c.
12504 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12505 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12506 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12507 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12508 nindy-share/stop.h.
12509 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12510 * saber.suppress: Delete file.
12511
12512 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
12513
12514 * dbxread.c (stabs_data): New static variable.
12515 (fill_symbuf): Support an in-memory buffer for stabs data.
12516 (stabs_seek): New function.
12517 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12518 (read_ofile_symtab): Use stabs_seek.
12519 (elfstab_build_psymtabs): Take an asection* instead of
12520 an offset and size. Relocate the stabs data if necessary.
12521 Save the section* for dbx_psymtab_to_symtab.
12522 * dwarf2read.c: Add section variables for each debug section.
12523 (dwarf2_locate_sections): Fill them in.
12524 (dwarf2_read_section): Take an asection* argument.
12525 Relocate the section contents if necessary.
12526 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12527 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12528 it to dwarf2_read_section.
12529 (dwarf2_build_frame_info): Update callers.
12530 * elfread.c (elf_symfile_read): Update call to
12531 elfstab_build_psymtabs.
12532 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12533 (DBX_STAB_SECTION): New macro.
12534 * stabsread.h (elfstab_build_psymtabs): Update prototype.
12535 * symfile.c (symfile_dummy_outputs): New function.
12536 (symfile_relocate_debug_section): New function.
12537 * symfile.h (symfile_relocate_debug_section): Add prototype.
12538
12539 2003-01-31 Richard Henderson <rth@redhat.com>
12540
12541 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12542 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12543 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12544 * alpha-tdep.c (alpha_register_name): Add "unique".
12545 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12546 (ALPHA_UNIQUE_REGNUM): New.
12547 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12548
12549 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12550
12551 * README: Remove reference to Ericsson 1800 monitor.
12552 * Makefile.in (remote-es.o): Delete rule.
12553 (ALLDEPFILES): Delete remote-es.c.
12554 * remote-es.c: Delete file.
12555 * config/m68k/es1800.mt: Delete file.
12556 * config/djgpp/fnchange.lst: Update.
12557 * configure.tgt: Delete m68*-ericsson-* target.
12558
12559 2003-01-31 Adam Fedor <fedor@gnu.org>
12560
12561 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12562 Remove duplicate/shadowing variable of same name.
12563
12564 2003-01-30 Jim Blandy <jimb@redhat.com>
12565
12566 * symfile.c (find_separate_debug_file): Assert that the objfile's
12567 directory name we compute ends with a slash, and then assume that
12568 that's so everywhere we use it.
12569
12570 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
12571
12572 * valops.c (value_assign): Flush frame cache after stores to memory
12573 also.
12574
12575 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12576
12577 * Makefile.in (mon960-rom.o): Delete rule.
12578 * mon960-rom.c: Delete file.
12579
12580 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12581
12582 * d10v-tdep.c: Include "frame-unwind.h".
12583 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12584 list.
12585 (next_addr, uses_frame): Delete.
12586 (struct d10v_unwind_cache): Define.
12587 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12588 Use info instead of next_addr and uses_frame globals.
12589 (d10v_frame_init_saved_regs): Delete function.
12590 (d10v_init_extra_frame_info): Delete function.
12591 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12592 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12593 init_frame_pc or frame_saved_pc.
12594 (d10v_pop_frame): Delete function.
12595 (do_d10v_pop_frame): Delete function.
12596 (d10v_frame_chain): Delete function.
12597 (d10v_frame_chain_valid): Delete function.
12598 (d10v_frame_pc_unwind): New function.
12599 (d10v_frame_id_unwind): New function.
12600 (saved_regs_unwinder): New function.
12601 (d10v_frame_register_unwind): New function.
12602 (d10v_frame_pop): New function.
12603 (d10v_frame_unwind): New variable.
12604 (d10v_frame_p): New function.
12605 (d10v_frame_saved_pc): Delete function.
12606 * Makefile.in (d10v-tdep.o): Update dependencies.
12607
12608 2003-01-30 J. Brobecker <brobecker@gnat.com>
12609
12610 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12611 causing some regressions due to a change in the default value
12612 for this macro.
12613
12614 2003-01-29 Richard Henderson <rth@redhat.com>
12615 Elena Zannoni <ezannoni@redhat.com>
12616 Daniel Jacobowitz <drow@mvista.com>
12617
12618 Fix PR gdb/961.
12619 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
12620 variables.
12621 (RANGES_SECTION): New.
12622 (dwarf_ranges_buffer): New variable.
12623 (struct comp_unit_head): Add member "die".
12624 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12625 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12626 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12627 (dwarf2_locate_sections): Likewise.
12628 (dwarf2_build_psymtabs): Read .debug_ranges.
12629 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12630 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
12631 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12632 Look for DW_AT_ranges and return the bounding box.
12633
12634 2003-01-29 Brian Ford <ford@vss.fsi.com>
12635
12636 * win32-nat.c (cygwin_pid): Removed as unused.
12637 (child_attach): Try fall back to Cygwin pid.
12638
12639 2003-01-29 Jim Blandy <jimb@redhat.com>
12640
12641 * objfiles.h (struct objfile): Doc fix.
12642
12643 2003-01-29 Andrew Cagney <ac131313@redhat.com>
12644
12645 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
12646 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
12647 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
12648 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
12649 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
12650 (FRAME_SAVED_PC): Change to a function with predicate.
12651 * gdbarch.h, gdbarch.c: Re-generate.
12652
12653 2003-01-28 Andrew Cagney <ac131313@redhat.com>
12654
12655 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12656
12657 * complaints.c (complain): Delete function.
12658 * complaints.h (struct deprecated_complaint): Delete definition.
12659 (complain): Delete declaration.
12660
12661 2003-01-28 Kevin Buettner <kevinb@redhat.com>
12662
12663 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12664 dummy frames.
12665
12666 2003-01-27 Andrew Cagney <ac131313@redhat.com>
12667
12668 * sentinel-frame.h, sentinel-frame.c: New files.
12669 * Makefile.in (frame.o): Update dependencies.
12670 (SFILES): Add sentinel-frame.c.
12671 (sentinel_frame_h): Define.
12672 (COMMON_OBS): Add sentinel-frame.o.
12673 (sentinel-frame.o): Specify dependencies.
12674 * frame.c: Include "sentinel-frame.h".
12675 (frame_register_unwind): Rewrite assuming that there is always a a
12676 ->next frame.
12677 (frame_register, generic_unwind_get_saved_register): Ditto.
12678 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12679 (create_sentinel_frame, unwind_to_current_frame): New functions.
12680 (get_current_frame): Rewrite using create_sentinel_frame and
12681 unwind_to_current_frame. When possible, always create a frame.
12682 (create_new_frame): Set next to the sentinel frame.
12683 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12684 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12685 ID cache when necessary.
12686 (frame_saved_regs_id_unwind): Use frame_relative_level.
12687 (deprecated_generic_get_saved_register): Use frame_relative_level,
12688 get_frame_saved_regs, get_frame_pc, get_frame_base and
12689 get_next_frame.
12690 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12691 frame_register.
12692
12693 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12694
12695 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12696
12697 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12698
12699 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12700 (maintenance_set_profile_cmd): Use error () instead of warning ().
12701
12702 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12703
12704 * configure.in: Check that -pg works if using --enable-profiling.
12705 Check for monstartup and _mcleanup regardless of --enable-profiling.
12706 * maint.c: Check for monstartup and _mcleanup before using them.
12707 * config.in: Regenerated.
12708 * configure: Regenerated.
12709
12710 2003-01-24 Nick Clifton <nickc@redhat.com>
12711
12712 * Add sh2e support:
12713
12714 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12715
12716 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12717 (sh2e_show_regs): New.
12718 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12719 * config/sh/tm-sh.h: Added sh2e to comments.
12720
12721 2003-01-23 Jim Blandy <jimb@redhat.com>
12722
12723 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12724 symbols found)" message here; we haven't checked for a separate
12725 debug info file yet, so we don't know yet.
12726 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12727 we've looked everywhere. Also, there's no need to print a special
12728 message when we're loading the separate debug info file: the one
12729 symbol_file_add prints is fine.
12730
12731 2003-01-23 Alexander Larsson <alexl@redhat.com>
12732 Jim Blandy <jimb@redhat.com>
12733
12734 Add support for executables whose debug info has been separated
12735 out into a separate file, leaving only a link behind.
12736 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12737 and separate_debug_objfile_backlink.
12738 (put_objfile_before): New declaration.
12739 * symfile.c: #include "filenames.h".
12740 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12741 debug info in a separate file, read that, too. Save the addrs
12742 argument, so we can use it again to read the separated debug info;
12743 syms_from_objfile modifies the table we pass it.
12744 (reread_symbols): After re-reading an objfile, call
12745 reread_separate_symbols to refresh its separate debug info
12746 objfile, if it has one.
12747 (reread_separate_symbols, find_separate_debug_file,
12748 get_debug_link_info, separate_debug_file_exists): New functions.
12749 (debug_file_directory): New global var.
12750 (_initialize_symfile): Initialize debug_file_directory, and
12751 provide the new `set debug-file-directory' command to let the user
12752 change it.
12753 * objfiles.c (free_objfile): If this objfile has its debug info in
12754 a separate objfile, free that one too. If this is itself a
12755 separate debug info objfile, clear our parent's backlink.
12756 (put_objfile_before): New function.
12757 * utils.c (gnu_debuglink_crc32): New function.
12758 * defs.h (gnu_debuglink_crc32): New declaration.
12759 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12760 * configure.in: Handle --with-separate-debug-dir config option.
12761 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12762 * acconfig.h (DEBUGDIR): New macro.
12763 * configure, aclocal.m4, config.in: Regenerated.
12764
12765 2003-01-22 Jim Blandy <jimb@redhat.com>
12766
12767 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12768 like the old symbol_file_add, but taking new arguments: you can
12769 now pass in either a `struct section_addr_info' list to say where
12770 each section is loaded, or a `struct section_offsets' table. Pass
12771 these new arguments through to syms_from_objfile as appropriate.
12772 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
12773 with the appropriate quiescent values for the new arguments.
12774
12775 * symfile.c: #include "gdb_assert.h".
12776 (syms_from_objfile): Add the ability to pass in a section offset
12777 table directly, as an alternative to the section_addr_info table.
12778 Document arguments better.
12779 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12780 * symfile.h (syms_from_objfile): Update declaration.
12781 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12782 syms_from_objfile.
12783 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12784
12785 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12786
12787 Original patch by Tom Tromey <tromey@cygnus.com> and
12788 Jason Molenda <jmolenda@apple.com>.
12789 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12790 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12791 * NEWS: Mention profiling.
12792 * configure.in (--enable-gdbtk): Fix typo.
12793 (--enable-profiling): New. Set PROFILE_CFLAGS.
12794 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12795 Fill in function.
12796 (profiling_state): New variable.
12797 (mcleanup_wrapper): New function.
12798 (_initialize_maint): Remove NOTYET, fix call to
12799 add_setshow_boolean_cmd for "maint set profile".
12800 * configure: Regenerated.
12801
12802 2003-01-21 Martin M. Hunt <hunt@redhat.com>
12803
12804 * Makefile.in (install-gdbtk): Install PNG images too.
12805
12806 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12807
12808 * exec.c (text_start): Delete global variable.
12809 (exec_file_attach): Make text_start local to the function.
12810 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12811 * valops.c (hand_function_call): Delete code that handles
12812 BEFORE_TEXT_END and AFTER_TEXT_END.
12813 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12814 of CALL_DUMMY_LOCATION.
12815 * gdbarch.c: Regenerate.
12816 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12817 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12818 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12819 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12820 (text_end): Delete extern declaration.
12821
12822 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12823
12824 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12825 * blockframe.c (backtrace_below_main): Move to "frame.c".
12826 (frame_chain_valid): Delete check for backtrace_below_main.
12827 (_initialize_blockframe): Delete initialization, move ``set
12828 backtrace-below-main'' command to "frame.c".
12829 (do_flush_frames_sfunc): Delete function.
12830 * frame.c: Include "command.h" and "gdbcmd.h".
12831 (frame_type_from_pc): New function.
12832 (create_new_frame): Use frame_type_from_pc.
12833 (legacy_get_prev_frame): New function.
12834 (get_prev_frame): Rewrite. When an old style frame, call
12835 legacy_get_prev_frame. Otherwize, unwind the PC first.
12836 (_initialize_frame): Add ``set backtrace-below-main'' command.
12837 * Makefile.in (frame.o): Update dependencies.
12838
12839 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12840
12841 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12842 DEPRECATED_REGISTERS_INFO.
12843
12844 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12845
12846 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12847 Maintainers'. Update `Various Maintainers'.
12848
12849 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12850
12851 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12852 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12853 Suppress actual parameters when `-'.
12854 * gdbarch.h, gdbarch.c: Regenerate.
12855
12856 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12857
12858 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12859 code handling dummy frames.
12860
12861 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12862
12863 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12864 (struct frame_unwind): Add field pop.
12865 * frame.h (frame_pop): Declare.
12866 * frame.c (frame_saved_regs_pop): New function.
12867 (trad_frame_unwinder): Add frame_saved_regs_pop.
12868 (frame_pop): New function.
12869 * dummy-frame.c (dummy_frame_pop): New function.
12870 (discard_innermost_dummy): New function.
12871 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12872 (dummy_frame_unwind): Add dummy_frame_pop.
12873 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12874 * valops.c (hand_function_call): Ditto.
12875 * stack.c (return_command): Ditto.
12876
12877 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12878
12879 * cris-tdep.c: Fix function declaration indentation.
12880 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12881 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12882 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12883 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12884 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12885 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12886
12887 2003-01-18 Michael Chastain <mec@shout.net>
12888
12889 * README (Unpacking and Installation -- quick overview):
12890 Warn against ".../gdb-5.3/gdb/configure".
12891
12892 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12893
12894 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12895 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12896 (struct frame_unwind): Declare opaque.
12897 (dummy_frame_p): Declare function.
12898 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12899 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12900 * dummy-frame.c: Include "frame-unwind.h".
12901 (dummy_frame_p): New function.
12902 (dummy_frame_unwind): New variable.
12903 * frame.c: Include "frame-unwind.h".
12904 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12905 to use the new unwind field.
12906 (set_unwind_by_pc): Delete function.
12907 (create_new_frame, get_prev_frame): Set unwind field using
12908 frame_unwind_find_by_pc.
12909 (trad_frame_unwind, trad_frame_unwinder): New variables.
12910 * frame.h (trad_frame_unwind): Declare variable.
12911 (frame_id_unwind_ftype): Delete declaration.
12912 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12913 (struct frame_unwind): Declare opaque.
12914 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12915 register_unwind with a single unwind pointer.
12916 * frame-unwind.h, frame-unwind.c: New files.
12917 * Makefile.in (SFILES): Add frame-unwind.c.
12918 (frame_unwind_h): Define.
12919 (COMMON_OBS): Add frame-unwind.o.
12920 (frame-unwind.o): Specify dependencies.
12921 (frame.o, dummy-frame.o): Update dependencies.
12922
12923 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12924
12925 * ada-valprint.c: Eliminate PTR.
12926 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12927 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12928 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12929 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12930 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12931 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12932 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12933
12934 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12935
12936 * main.c (captured_main): Don't use PTR.
12937 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12938 * gdbtypes.c (lookup_primitive_typename): Ditto.
12939 (lookup_struct_elt_type): Ditto.
12940 * f-valprint.c (info_common_command): Ditto.
12941 (list_all_visible_commons): Ditto.
12942 * jv-typeprint.c (java_type_print_base): Ditto.
12943
12944 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12945 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12946 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12947 i386-interix-nat.c and i386-interix-tdep.c. Rename
12948 m68klinux-nat.c and m68klinux-tdep.c. Rename
12949 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12950 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12951 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12952 * main.c (captured_main): Use xfree, not free.
12953
12954 2003-01-16 Andrew Cagney <ac131313@redhat.com>
12955
12956 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12957 ID back using a parameter.
12958 * frame.c (frame_id_unwind): Update call.
12959 (frame_saved_regs_id_unwind): Update.
12960 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12961 * dummy-frame.h (struct frame_id): Add opaque declaration.
12962 (dummy_frame_id_unwind): Update declaration.
12963
12964 2003-01-15 Andrew Cagney <ac131313@redhat.com>
12965
12966 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12967
12968 2003-01-15 Stephen P. Smith <ischis2@cox.net>
12969
12970 * MAINTAINERS (Stephen P. Smith): Updated email address.
12971
12972 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12973
12974 Fix PR gdb/898
12975 * breakpoint.c (until_break_command): Add new argument. Use it to
12976 decide whether to stop only at the current frame or not.
12977 * breakpoint.h (until_break_command): Update prototype.
12978 * infcmd.c (until_command): Add new argument to until_break_command
12979 call.
12980 (advance_command): New function.
12981 (_initialize_infcmd): Update help string for 'until' command.
12982 Add new 'advance' command.
12983
12984 2003-01-14 David Carlton <carlton@math.stanford.edu>
12985
12986 * linespec.c (decode_line_1): Normalize comments.
12987 (set_flags): Ditto.
12988 (locate_first_half): Ditto.
12989 (decode_compound): Ditto.
12990 (symtab_from_filename): Ditto.
12991 (decode_all_digits): Ditto.
12992 (decode_dollar): Ditto.
12993 (find_methods): Ditto.
12994 (find_toplevel_char): Ditto.
12995
12996 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12997
12998 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12999 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
13000 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
13001 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
13002 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
13003 * language.c, language.h, m32r-tdep.c: Update copyright.
13004 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
13005 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
13006 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
13007 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
13008 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
13009 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
13010
13011 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13012
13013 * stabsread.h (process_later, resolve_cfront_continuation):
13014 Obsolete.
13015 Update copyright years.
13016 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
13017 Update copyright year.
13018 * dbxread.c(struct cont_elem): Obsolete.
13019 (process_later, process_now): Obsolete functions.
13020 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
13021 Update copyright year.
13022 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
13023 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
13024 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
13025 (parse_partial_symbols): Obsolete cfront support.
13026 * stabsread.c
13027 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
13028 macros.
13029 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
13030 read_cfront_baseclasses, read_cfront_member_functions,
13031 resolve_cfront_continuation,read_cfront_static_fields,
13032 copy_cfront_struct_fields): Obsolete functions.
13033 (define_symbol, read_one_struct_field): Obsolete cfront support.
13034 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
13035 Update Copyright year.
13036
13037 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13038
13039 * stack.c (print_frame_info, print_stack_frame_base_stub,
13040 print_stack_frame_base, show_and_print_stack_frame_stub,
13041 show_and_print_stack_frame, print_only_stack_frame_stub,
13042 print_only_stack_frame): Delete functions.
13043 (print_stack_frame_stub): Call print_frame_info instead of
13044 print_frame_info_base.
13045 (print_frame_info_base): Rename to print_frame_info.
13046 (backtrace_command_1): Call print_frame_info, instead of
13047 print_frame_info_base.
13048 (current_frame_command): Call print_stack_frame, instead of
13049 print_only_stack_frame.
13050 (frame_command): Call print_stack_frame, instead of
13051 show_and_print_stack_frame.
13052 (up_command): Ditto.
13053 (down_command): Ditto.
13054 * frame.h (print_only_stack_frame): Delete prototype.
13055 * infrun.c (normal_stop): Call print_stack_frame, instead of
13056 show_and_print_stack_frame.
13057 * thread.c (info_threads_command): Call print_stack_frame, instead
13058 of print_only_stack_frame.
13059
13060 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13061
13062 * README (Graphical interface to GDB): Update URL. Point at
13063 gdb/links/.
13064
13065 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
13066 version match.
13067
13068 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13069
13070 * symtab.c (find_pc_sect_line): Don't consider end-of-function
13071 lines.
13072
13073 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13074
13075 * thread-db.c (attach_thread): Prototype.
13076 (struct private_thread_info): Remove lwpid. Add thread handle (th),
13077 thread information (ti), and valid flags (th_valid, ti_valid).
13078 (attach_thread): Move target_pid_to_str call to after the thread
13079 is added to GDB's list. Initialize the cache.
13080 (thread_get_info_callback, thread_db_map_id2thr)
13081 (thread_db_get_info): New functions.
13082 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
13083 (thread_db_store_registers, thread_db_thread_alive)
13084 (thread_db_get_thread_local_address): Use them.
13085 (thread_db_pid_to_str): Likewise. Return "Missing" instead
13086 of calling error() for threads in unknown state.
13087
13088 (clear_lwpid_callback): New function.
13089 (thread_db_resume): Use it to clear the cache.
13090
13091 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13092
13093 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
13094 (resume_callback): Remove dead code.
13095
13096 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13097
13098 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
13099 predicate.
13100 * gdbarch.h, gdbarch.c: Regenerate.
13101 * stack.c (frame_info): Only initialize the saved registers when
13102 FRAME_INIT_SAVED_REGS_P.
13103 * frame.c (frame_saved_regs_register_unwind): Assert
13104 FRAME_INIT_SAVED_REGS_P.
13105 (deprecated_generic_get_saved_register): Ditto.
13106
13107 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13108
13109 * source.c (openp): Squelch warning about "filename".
13110
13111 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13112
13113 * source.c (openp): If the file does not exist don't necessarily
13114 search the path.
13115
13116 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13117
13118 Fix PR gdb/872.
13119 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13120 (integer_types_same_name_p): New function.
13121 (rank_one_type): Use it.
13122 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13123
13124 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13125
13126 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13127 variables.
13128 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13129 * configure.in: Add --with-sysroot.
13130 * configure: Regenerated.
13131 * main.c (gdb_sysroot): New variable.
13132 (captured_main): Initialize gdb_sysroot.
13133 * defs.h (gdb_sysroot): New extern declaration.
13134 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13135
13136 2003-01-12 Michael Chastain <mec@shout.net>
13137
13138 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13139
13140 2003-01-12 Michael Chastain <mec@shout.net>
13141
13142 * top.c (print_gdb_version): Bump copyright year to 2003.
13143
13144 2003-01-12 David Carlton <carlton@bactrian.org>
13145
13146 * linespec.c (symtab_from_filename): Rename variable 's' to
13147 'file_symtab'.
13148
13149 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13150
13151 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13152 dummy frame.
13153 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13154
13155 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13156
13157 * d10v-tdep.c: Include "gdb_assert.h".
13158 (d10v_store_return_value): Rewrite to match current interface.
13159 (d10v_extract_struct_value_address): Ditto.
13160 (d10v_extract_return_value): Ditto.
13161 (d10v_gdbarch_init): Set store_restore_value,
13162 extract_struct_value_address and extract_return_value.
13163
13164 2003-01-12 J. Brobecker <brobecker@gnat.com>
13165
13166 * hpread.c (set_namestring): New procedure replacing the
13167 SET_NAMESTRING macro.
13168 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13169 by calls to set_namestring.
13170
13171 2003-01-11 J. Brobecker <brobecker@gnat.com>
13172
13173 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13174 a compilation warning.
13175 (hpread_process_one_debug_symbol): Likewise.
13176
13177 2003-01-10 David Carlton <carlton@math.stanford.edu>
13178
13179 * linespec.c (decode_line_1): Rename variable 's' to
13180 'file_symtab'.
13181 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13182 (decode_dollar): Ditto.
13183 (decode_variable): Ditto.
13184 (symbol_found): Ditto.
13185
13186 2003-01-09 Michael Chastain <mec@shout.net>
13187
13188 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13189
13190 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
13191
13192 * win32-nat.c (set_process_privilege): New function.
13193 (child_attach): Call set_process_privilege() to enable the
13194 SE_DEBUG_NAME user privilege if available in process token.
13195
13196 2003-01-10 J. Brobecker <brobecker@gnat.com>
13197
13198 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13199 compilation error in the previous revision.
13200
13201 2003-01-09 David Carlton <carlton@math.stanford.edu>
13202
13203 * linespec.c: Update copyright.
13204
13205 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13206
13207 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13208 than inferior_ptid.
13209 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13210
13211 2003-01-09 Andrew Cagney <ac131313@redhat.com>
13212
13213 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13214 Update comments.
13215 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13216 (frame_saved_regs_zalloc): Update.
13217 (frame_saved_regs_register_unwind): Update.
13218 (create_new_frame): Update.
13219 (get_prev_frame): Update.
13220 (frame_extra_info_zalloc): Update.
13221 (deprecated_get_frame_saved_regs): Update.
13222 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13223 * cris-tdep.c: Update comment.
13224
13225 * somsolib.h: Fix function indentation.
13226 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13227 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13228 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13229 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13230 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13231
13232 * infrun.c (follow_fork): Use ISO C definition.
13233 * expprint.c (print_subexp): Use xfree instead of free.
13234 * charset.c: Include "gdb_string.h" instead of <string.h>.
13235 (register_iconv_charsets): Use ISO C definition.
13236 (host_charset, target_charset): Ditto.
13237 * Makefile.in (charset.o): Update dependencies.
13238 (mi-cmd-env.o): Update dependencies.
13239
13240 2003-01-08 Andrew Cagney <cagney@redhat.com>
13241
13242 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13243 get_frame_base.
13244
13245 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13246
13247 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13248 build directories. Save edited gdb output in Mbuild.log. If a
13249 build fails, remove any final GDB executable.
13250
13251 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13252
13253 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13254 replacing hex constants with function names and stripping leading
13255 file name directory prefixes.
13256
13257 2003-01-08 Andrew Cagney <cagney@redhat.com>
13258
13259 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13260 get_frame_base.
13261
13262 2003-01-08 David Carlton <carlton@math.stanford.edu>
13263
13264 * linespec.c (decode_line_1): Move code into decode_variable.
13265 (decode_variable): New function.
13266
13267 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13268
13269 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13270
13271 2003-01-08 Andrew Cagney <cagney@redhat.com>
13272
13273 * cris-tdep.c (cris_frame_init_saved_regs): Use
13274 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13275 saved_regs buffer.
13276 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13277 (sh64_nofp_frame_init_saved_regs): Ditto.
13278 (sh_fp_frame_init_saved_regs): Ditto.
13279 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13280 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13281 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13282 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13283
13284 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
13285
13286 * minsyms.c (lookup_minimal_symbol): Update comment.
13287 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13288 (lookup_minimal_symbol_solib_trampoline): Likewise.
13289
13290 2003-01-08 Andrew Cagney <cagney@redhat.com>
13291
13292 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13293 frame_relative_level.
13294
13295 * alpha-tdep.c: Use get_frame_extra_info.
13296 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13297 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13298 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13299 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13300
13301 * alpha-tdep.c: Use get_next_frame.
13302 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13303 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13304 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13305 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13306 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13307 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13308 * xstormy16-tdep.c: Ditto.
13309
13310 2003-01-07 Andrew Cagney <cagney@redhat.com>
13311
13312 * alpha-tdep.c: Use get_frame_base.
13313 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13314 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13315 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13316 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13317 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13318 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13319 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13320 * config/sparc/tm-sparc.h: Ditto.
13321
13322 2003-01-07 Andrew Cagney <cagney@redhat.com>
13323
13324 * frame.c (deprecated_get_frame_context): New function.
13325 (deprecated_set_frame_context): New function.
13326 * frame.h (deprecated_get_frame_context): Declare.
13327 (deprecated_set_frame_context): Declare.
13328 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13329 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
13330
13331 2003-01-07 Andrew Cagney <cagney@redhat.com>
13332
13333 * frame.c (deprecated_set_frame_next_hack): New function.
13334 (deprecated_set_frame_prev_hack): New function.
13335 * frame.h (deprecated_set_frame_next_hack): Declare.
13336 (deprecated_set_frame_prev_hack): Declare.
13337 * mcore-tdep.c (analyze_dummy_frame): Use
13338 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13339 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13340
13341 2003-01-07 David Carlton <carlton@math.stanford.edu>
13342
13343 * linespec.c (decode_line_1): Move code into decode_dollar.
13344 (decode_dollar): New function.
13345
13346 2003-01-07 Andrew Cagney <cagney@redhat.com>
13347
13348 * arm-tdep.c (arm_init_extra_frame_info): Use
13349 deprecated_update_frame_base_hack.
13350 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13351 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13352 (fix_frame_pointer): Ditto.
13353 (mn10300_analyze_prologue): Ditto.
13354
13355 2003-01-07 Andrew Cagney <cagney@redhat.com>
13356
13357 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13358 extra_info using frame_extra_info_zalloc.
13359 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13360 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13361 (sh64_init_extra_frame_info): Ditto.
13362 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13363 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13364 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13365 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13366 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13367 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13368 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13369 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13370 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13371 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13372 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13373 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13374
13375 * mn10300-tdep.c (analyze_dummy_frame): Use
13376 deprecated_set_frame_extra_info_hack.
13377 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13378
13379 2003-01-07 J. Brobecker <brobecker@gnat.com>
13380
13381 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13382 class is not scText. These do not define "real" procedures.
13383 (parse_partial_symbols): Likewise.
13384
13385 2003-01-06 Michael Snyder <msnyder@redhat.com>
13386
13387 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13388
13389 2003-01-06 Andrew Cagney <ac131313@redhat.com>
13390
13391 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13392 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13393 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13394 deprecated_frame_xmalloc_with_cleanup.
13395 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13396 deprecated_frame_xmalloc.
13397 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13398 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13399
13400 2003-01-06 Andrew Cagney <cagney@redhat.com>
13401
13402 * x86-64-linux-tdep.c: Include "osabi.h".
13403 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13404
13405 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13406
13407 2003-01-06 Andrew Cagney <cagney@redhat.com>
13408
13409 * MAINTAINERS (Target Instruction Set Architectures): Update
13410 arm-elf. Can be built with -Werror, has been multiarched.
13411
13412 * value.h (unpack_long): Make buffer parameter constant.
13413 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13414 * scm-lang.h (scm_parse): Ditto.
13415 * defs.h (extract_typed_address, extract_address): Ditto.
13416 (extract_long_unsigned_integer): Ditto.
13417 * inferior.h (unsigned_pointer_to_address): Ditto.
13418 (signed_pointer_to_address): Ditto.
13419 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13420 * gdbarch.h, gdbarch.c: Regenerate.
13421 * findvar.c (extract_long_unsigned_integer): Update.
13422 (extract_address): Update.
13423 (extract_typed_address): Update.
13424 (unsigned_pointer_to_address): Update.
13425 * values.c (unpack_long): Update.
13426 (unpack_double): Update.
13427 (unpack_pointer): Update.
13428 (unpack_field_as_long): Update.
13429 * d10v-tdep.c (d10v_pointer_to_address): Update.
13430 * avr-tdep.c (avr_pointer_to_address): Update.
13431 * scm-lang.c (scm_unpack): Update.
13432 * findvar.c (signed_pointer_to_address): Update.
13433
13434 2003-01-06 Michal Ludvig <mludvig@suse.cz>
13435
13436 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
13437 since it is in i386-tdep.c.
13438
13439 2003-01-06 J. Brobecker <brobecker@gnat.com>
13440
13441 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13442 failure introduced in the previous change.
13443
13444 2003-01-05 Michael Chastain <mec@shout.net>
13445
13446 * README: Remove references to deleted remote-*.c files:
13447 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13448 remote-nrom.c, remote-os9k.c, remote-udi.c.
13449
13450 2003-01-05 Mark Kettenis <kettenis@gnu.org>
13451
13452 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13453 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13454 i386_get_longjmp_target.
13455
13456 2003-01-05 Andrew Cagney <ac131313@redhat.com>
13457
13458 * arm-tdep.c (prologue_cache): Change to a pointer.
13459 (_initialize_arm_tdep): Allocate prologue_cache.
13460 (check_prologue_cache): Update.
13461 (save_prologue_cache): Update.
13462 (arm_gdbarch_init): Update.
13463
13464 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13465
13466 * stabsread.c (update_method_name_from_physname): Call complaint()
13467 instead of error.
13468
13469 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13470
13471 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13472 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13473 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13474
13475 * blockframe.c: Include "gdbcmd.h" and "command.h".
13476 (backtrace_below_main): New variable.
13477 (file_frame_chain_valid, func_frame_chain_valid)
13478 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13479 (generic_func_frame_chain_valid): Remove functions.
13480 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13481 (_initialize_blockframe): New function.
13482 * Makefile.in (blockframe.o): Update dependencies.
13483 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13484 comment. Call frame_chain_valid ().
13485 * frame.h: Remove old prototypes. Add prototype for
13486 frame_chain_valid and update comments to match.
13487 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13488 Remove old comment.
13489 * gdbarch.h: Regenerated.
13490 * gdbarch.c: Regenerated.
13491
13492 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13493 set_gdbarch_frame_chain_valid.
13494 * avr-tdep.c (avr_gdbarch_init): Likewise.
13495 * cris-tdep.c (cris_gdbarch_init): Likewise.
13496 * frv-tdep.c (frv_gdbarch_init): Likewise.
13497 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13498 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13499 (i386_nw_init_abi): Likewise.
13500 (i386_gdbarch_init): Likewise.
13501 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13502 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13503 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13504 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13505 * mips-tdep.c (mips_gdbarch_init): Likewise.
13506 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13507 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13508 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13509 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13510 * s390-tdep.c (s390_gdbarch_init): Likewise.
13511 * sh-tdep.c (sh_gdbarch_init): Likewise.
13512 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13513 * v850-tdep.c (v850_gdbarch_init): Likewise.
13514 * vax-tdep.c (vax_gdbarch_init): Likewise.
13515 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13516
13517 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13518 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13519 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13520 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13521 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13522 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13523 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13524 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13525
13526 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13527
13528 * Makefile.in (acconfig_h): Remove incorrect macro.
13529 (config_h): Define.
13530 (osabi.o): Update dependencies.
13531 * configure.tgt: Set gdb_osabi based on target triplet.
13532 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13533 * configure: Regenerated.
13534 * config.in: Regenerated.
13535 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13536 (GDB_OSABI_DEFAULT): Define if not already defined.
13537 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13538 (set_osabi_string): New variables.
13539 (gdbarch_register_osabi): Add new OS ABI to
13540 gdb_osabi_available_names.
13541 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13542 (set_osabi, show_osabi): New functions.
13543 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13544
13545 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13546
13547 * arch-utils.c (gdbarch_info_init): Set osabi to
13548 GDB_OSABI_UNINITIALIZED.
13549 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13550 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13551 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13552 * gdbarch.c: Regenerated.
13553 * gdbarch.h: Regenerated.
13554 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13555 there's no BFD.
13556 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13557 * osabi.h (enum gdb_osabi): Move to defs.h.
13558 (gdbarch_init_osabi): Update prototype.
13559 * defs.h (enum gdb_osabi): Moved here.
13560 * Makefile.in: Update dependencies.
13561
13562 * alpha-tdep.h: Don't include "osabi.h".
13563 (struct gdbarch_tdep): Remove osabi member.
13564 * alpha-tdep.c: Include "osabi.h".
13565 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13566 iterate over arches. Update call to gdbarch_init_osabi.
13567 (alpha_dump_tdep): Don't dump osabi.
13568 * alpha-linux-tdep.c: Include "osabi.h".
13569 * alpha-osf1-tdep.c: Include "osabi.h".
13570 * alphafbsd-tdep.c: Include "osabi.h".
13571 * alphanbsd-tdep.c: Include "osabi.h".
13572
13573 * arm-tdep.h: Don't include "osabi.h".
13574 (struct gdbarch_tdep): Remove osabi member.
13575 * arm-tdep.c: Include "osabi.h".
13576 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13577 iterate over arches. Update call to gdbarch_init_osabi.
13578 (arm_dump_tdep): Don't dump osabi.
13579 * arm-linux-tdep.c: Include "osabi.h".
13580 * armnbsd-tdep.c: Include "osabi.h".
13581
13582 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13583 Update call to gdbarch_init_osabi.
13584
13585 * i386-tdep.h: Don't include "osabi.h".
13586 (struct gdbarch_tdep): Remove osabi member.
13587 * i386-tdep.c: Include "osabi.h".
13588 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13589 iterate over arches. Update call to gdbarch_init_osabi.
13590 (i386_dump_tdep): Don't dump osabi.
13591 * i386-linux-tdep.c: Include "osabi.h".
13592 * i386-sol2-tdep.c: Include "osabi.h".
13593 * i386bsd-tdep.c: Include "osabi.h".
13594 * i386gnu-tdep.c: Include "osabi.h".
13595 * i386ly-tdep.c: Include "osabi.h".
13596 * i386nbsd-tdep.c: Include "osabi.h".
13597 * i386obsd-tdep.c: Include "osabi.h".
13598
13599 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13600 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13601 check osabi when iterating over arches. Update call to
13602 gdbarch_init_osabi.
13603 (mips_dump_tdep): Don't dump osabi.
13604
13605 * ns32k-tdep.h: Don't include "osabi.h".
13606 (struct gdbarch_tdep): Remove.
13607 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13608 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13609 allocate tdep. Update call to gdbarch_init_osabi.
13610 (ns32k_dump_tdep): Remove.
13611 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13612 * ns32knbsd-tdep.c: Include "osabi.h".
13613
13614 * ppc-tdep.h: Don't include "osabi.h".
13615 (struct gdbarch_tdep): Remove osabi member.
13616 * rs6000-tdep.c: Include "osabi.h".
13617 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13618 osabi when iterating over arches. Update call to
13619 gdbarch_init_osabi.
13620 (rs6000_dump_tdep): Don't dump osabi.
13621 * ppc-linux-tdep.c: Include "osabi.h".
13622 * ppcnbsd-tdep.c: Include "osabi.h".
13623
13624 * sh-tdep.h: Don't include "osabi.h".
13625 (struct gdbarch_tdep): Remove osabi member.
13626 * sh-tdep.c: Include "osabi.h".
13627 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13628 iterate over arches. Update call to gdbarch_init_osabi.
13629 (sh_dump_tdep): Don't dump osabi.
13630 * shnbsd-tdep.c: Include "osabi.h".
13631
13632 * sparc-tdep.c: Include "osabi.h".
13633 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13634 iterate over arches. Update call to gdbarch_init_osabi.
13635 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
13636 tdep structure.
13637
13638 * vax-tdep.h: Don't include "osabi.h".
13639 (struct gdbarch_tdep): Remove.
13640 * vax-tdep.c: Include "osabi.h".
13641 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13642 iterate over arches. Don't allocate tdep. Update call
13643 to gdbarch_init_osabi.
13644 (vax_dump_tdep): Remove.
13645 (_initialize_vax_tdep): Update call to gdbarch_register.
13646
13647 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13648
13649 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
13650 entirely.
13651 (breakpoint_re_set_one): Don't fetch the value for a disabled
13652 watchpoint.
13653
13654 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13655
13656 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13657 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13658 (COERCE_FLOAT_TO_DOUBLE): Remove.
13659 * gdbarch.c: Regenerate.
13660 * gdbarch.h: Regenerate.
13661 * Makefile.in: Remove value_h from gdbarch_h.
13662 * valops.c (coerce_float_to_double): New variable.
13663 (default_coerce_float_to_double): Remove.
13664 (standard_coerce_float_to_double): Remove.
13665 (value_arg_coerce): Use coerce_float_to_double.
13666 (_initialize_valops): Add "set coerce-float-to-double".
13667 * value.h (default_coerce_float_to_double): Remove prototype.
13668 (standard_coerce_float_to_double): Remove prototype.
13669
13670 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13671 prototyped.
13672 * mdebugread.c (parse_symbol): Likewise.
13673 * stabsread.c (define_symbol): Mark all functions as prototyped.
13674
13675 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13676 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13677 set_gdbarch_coerce_float_to_double.
13678 * arm-tdep.c (arm_gdbarch_init): Likewise.
13679 * frv-tdep.c (frv_gdbarch_init): Likewise.
13680 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13681 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13682 * mips-tdep.c (mips_gdbarch_init): Likewise.
13683 (mips_coerce_float_to_double): Remove.
13684 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13685 (rs6000_coerce_float_to_double): Remove.
13686 * s390-tdep.c (s390_gdbarch_init): Likewise.
13687 * sh-tdep.c (sh_gdbarch_init): Likewise.
13688 (sh_coerce_float_to_double): Remove.
13689 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13690 (sparc_coerce_float_to_double): Remove.
13691 * v850-tdep.c (v850_gdbarch_init): Likewise.
13692 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13693 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13694 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13695 (hppa_coerce_float_to_double): Remove prototype.
13696 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13697
13698 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13699
13700 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13701
13702 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13703
13704 Suggested by Stewart Brown <sb24@avaya.com>:
13705 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13706 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13707 (c_type_print_varspec_suffix): Likewise.
13708
13709 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13710
13711 * configure.in: Don't set and AC_SUBST SUBDIRS.
13712 * configure: Regenerated.
13713
13714 * configure.in: Remove code dealing with shared libraries.
13715 * Makefile.in: Remove HLDFLAGS and HLDENV.
13716 * configure: Regenerated.
13717
13718 2003-01-04 Andrew Cagney <ac131313@redhat.com>
13719
13720 * frame.c (deprecated_frame_xmalloc): New function.
13721 (deprecated_set_frame_saved_regs_hack): New function.
13722 (deprecated_set_frame_extra_info_hack): New function.
13723 * frame.h (deprecated_frame_xmalloc): Declare.
13724 (deprecated_set_frame_saved_regs_hack): Declare.
13725 (deprecated_set_frame_extra_info_hack): Declare.
13726
13727 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13728
13729 * configure.in: Move code that provides the --enable-gdbtk option
13730 right after the code that handles the --enable-tui option, and
13731 polish it somewhat.
13732 * configure: Regenerated.
13733
13734 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13735 AC_CHECK_FUNCS and remove the old check for pread64.
13736 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13737 * acconfig.h (_GNU_SOURCE): Add.
13738 (HAVE_PREAD64): Remove.
13739 * configure, aclocal.m4, config.in: Regenerated.
13740
13741 2003-01-03 Andrew Cagney <ac131313@redhat.com>
13742
13743 * alpha-tdep.c: Use get_frame_saved_regs.
13744 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13745 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13746 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13747 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13748 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13749
13750 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13751
13752 * configure.in: Remove all use of the SUBDIRS variable; add
13753 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13754 code providing the --enable-multi-ice option, and move it right in
13755 front of the code that checks whether gdbserver is supported.
13756 Polish that too.
13757 * configure: Regenerated.
13758 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13759 @SUBDIRS@.
13760
13761 2003-01-03 Andrew Cagney <cagney@redhat.com>
13762
13763 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13764 * avr-tdep.c, cris-tdep.c: Ditto.
13765 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13766 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13767
13768 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13769
13770 * configure.in: Remove --enable-netrom option.
13771 * configure: Regenerated.
13772
13773 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13774
13775 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13776 declaration for `struct re_pattern_buffer' instead.
13777 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13778
13779 2003-01-03 J. Brobecker <brobecker@gnat.com>
13780
13781 * mdebugread.c (parse_symbol): Count until the stEnd matching
13782 the structure name.
13783
13784 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13785
13786 * configure.in: Remove --with-cpu option.
13787 subscripts. Remove evil changequotes here.
13788 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13789 * config.in, configure: Regenerated.
13790
13791 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13792 * configure.in: Cleanup section that sources GDB and BFD configure
13793 subscripts. Remove evil changequotes here.
13794 * config.in, configure: Regenerated.
13795
13796 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13797
13798 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13799 frame accessor methods.
13800 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13801 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13802 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13803 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13804 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13805 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13806 * z8k-tdep.c: Ditto.
13807
13808 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13809
13810 * configure.in: Remove UI_OUT configuration code.
13811 * ada-lang.c: Update assuming UI_OUT is always true.
13812 * Makefile.in (UIOUT_CFLAGS): Remove.
13813 * configure: Regenerated.
13814 * TODO: Remove blurb about elimination of -DUI_OUT.
13815
13816 * configure.in: Move code that provides the --enable-gdbcli,
13817 --enable-gdbmi options right before the code that handles the
13818 --enable-tui option. Polish a bit.
13819 * configure: Regenerated.
13820
13821 * configure.in: Rewrite check for GNU regex and the
13822 --without-included regex option, and move it into the "Checks for
13823 library functions" section. This makes us use the system regex
13824 again by default on systems with version 2 of the GNU C library.
13825 This was apparently broken.
13826 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13827 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13828 * config.in, configure: Regenerated.
13829
13830 * configure.in: Move code that provides the --enable-tui option
13831 before the "Checks for libraries" section. Polish the code
13832 somewhat and set need_curses to yes if we build the TUI. Rewrite
13833 code that looks for a library providing termcap functionality to
13834 match more closely what's done in the Readline library, and move
13835 it into to the "Checks for libraries" section.
13836 * configure: Regenerated.
13837 * Makefile.in (TERMCAP): Remove variable.
13838 * config/i386/go32.mh (TERMCAP): Remove variable.
13839
13840 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13841
13842 * MAINTAINERS: Mention gdb_mbuild.sh.
13843 * gdb_mbuild.sh: Rewrite.
13844
13845 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13846
13847 * configure.in: Fix typo in last change.
13848 * config.in, configure: Regenerated.
13849
13850 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13851
13852 * valarith.c (value_binop): Delete obsolete code and comments.
13853 * configure.host: Ditto.
13854 * buildsym.h (make_blockvector): Ditto.
13855 * buildsym.c (make_blockvector): Ditto.
13856 * defs.h (enum language): Ditto.
13857 (chill_demangle): Ditto.
13858 * elfread.c (elf_symtab_read): Ditto.
13859 * dwarfread.c (CHILL_PRODUCER): Ditto.
13860 (set_cu_language): Ditto.
13861 (handle_producer): Ditto.
13862 * expprint.c (print_subexp): Ditto.
13863 * gdbtypes.c (chill_varying_type): Ditto.
13864 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13865 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13866 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13867 (chill_varying_type): Ditto.
13868 * language.h (_LANG_chill): Ditto.
13869 * language.c (binop_result_type, integral_type): Ditto.
13870 (character_type, string_type, structured_type): Ditto.
13871 (lang_bool_type, binop_type_check): Ditto.
13872 * stabsread.h (os9k_stabs): Ditto.
13873 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13874 (define_symbol, read_type, read_struct_fields): Ditto.
13875 (read_array_type, read_enum_type, read_huge_number): Ditto.
13876 (read_range_type, start_stabs): Ditto.
13877 * symfile.c (init_filename_language_table): Ditto.
13878 (add_psymbol_with_dem_name_to_list): Ditto.
13879 * symtab.c (symbol_init_language_specific): Ditto.
13880 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13881 * symtab.h (struct general_symbol_info): Ditto.
13882 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13883 * typeprint.c (typedef_print): Ditto.
13884 * utils.c (fprintf_symbol_filtered): Ditto.
13885 * valops.c (value_cast, search_struct_field, value_slice): Delete
13886 obsolete code.
13887 (varying_to_slice): Delete function.
13888 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13889 (varying_to_slice): Delete declaration.
13890 * MAINTAINERS: Update.
13891
13892 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13893
13894 * configure.in: Reorganize "Checks for library functions section"
13895 a bit. Remove check for `btowc' and `isascii' functions.
13896 * configure: Regenerated.
13897
13898 * acconfig.h (_MSE_INT_H): Remove.
13899 * configure.in: Create "Checks for header files" section, and move
13900 appropriate tests there. Don't check for objlist.h, wchar.h,
13901 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13902 misdetection fix. Also add "Checks for types", "Checks for
13903 compiler characteristics" and "Checks for library functions"
13904 sections.
13905 * config.in, configure: Regenerated.
13906
13907 * configure.in: Create "Checks for programs" section, and move
13908 appropriate tests there.
13909
13910 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13911
13912 * configure.in: Create "Checks for libraries" section, and move
13913 appropriate tests there. Cleanup check for wctype in libw. Use
13914 AC_SEARCH_LIBS to see whether we need libsocket.
13915 * configure: Regenerated.
13916
13917 For older changes see ChangeLog-2002
13918 \f
13919 Local Variables:
13920 mode: change-log
13921 left-margin: 8
13922 fill-column: 74
13923 version-control: never
13924 End:
This page took 0.328362 seconds and 4 git commands to generate.