* frv-tdep.c (frv_register_byte): Delete.
[binutils-gdb.git] / gdb / ChangeLog
1 2003-11-05 Kevin Buettner <kevinb@redhat.com>
2
3 * frv-tdep.c (frv_register_byte): Delete.
4 (frv_extract_return_value, frv_store_return_value)
5 (frv_extract_struct_value_address): Don't call frv_register_byte().
6 Convert to non-deprecated form.
7 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
8 Convert calls to set_gdbarch_deprecated_extract_return_value(),
9 set_gdbarch_deprecated_store_return_value(), and
10 set_gdbarch_deprecated_extract_struct_value_address() into
11 non-deprecated forms.
12
13 2003-11-05 Andrew Cagney <cagney@redhat.com>
14
15 * mips-tdep.c (mips_dump_tdep): Do not print
16 PRINT_EXTRA_FRAME_INFO.
17 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
18 Rename PRINT_EXTRA_FRAME_INFO.
19 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
20 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
21 (mips_print_extra_frame_info): Delete declaration.
22 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
23
24 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
25
26 * coffread.c (coff_symtab_read): Remove passing of info parameter
27 to prim_record_minimal_symbol_and_info.
28
29 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
30
31 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
32 (decode_base_type): Delete ifdeffed out code.
33
34 2003-11-04 Andrew Cagney <cagney@redhat.com>
35
36 * symtab.c (find_active_alias): Delete function.
37 (lookup_block_symbol): Delete alias code.
38 * stabsread.c (resolve_live_range): Delete function.
39 (add_live_range): Delete function.
40 (resolve_symbol_reference): Delete function.
41 (define_symbol): Delete live range and alias code.
42 (scan_file_globals): Delete alias code.
43 * symtab.h (SYMBOL_RANGES): Delete macro.
44 (struct range_list): Delete structure.
45 (struct symbol): Delete field "ranges".
46 (SYMBOL_ALIASES): Delete macro.
47 (struct alias_list): Delete structure.
48 (struct symbol): Delete field "aliases".
49
50 2003-11-04 Michael Snyder <msnyder@redhat.com>
51
52 * MAINTAINERS: Remove myself as owner of breakpoints and
53 of sparc/solaris.
54
55 2003-11-03 Corinna Vinschen <vinschen@redhat.com>
56
57 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
58 (sh_sh4al_dsp_register_name): Ditto.
59 (sh4_nofpu_show_regs): Ditto.
60 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
61 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
62
63 2003-11-03 Andrew Cagney <cagney@redhat.com>
64
65 * bcache.c: Include "gdb_assert.h".
66 (struct bcache): Add fields "expand_count" and
67 "expand_hash_count".
68 (expand_hash_table): Update the expand counts.
69 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
70 on object sizes and hashes.
71 * Makefile.in (bcache.o): Update dependencies.
72
73 2003-11-03 Andrew Cagney <cagney@redhat.com>
74
75 * exec.c (xfer_memory): Eliminate xfer_fn.
76
77 2003-10-31 Kevin Buettner <kevinb@redhat.com>
78
79 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
80 (opcodes/frv-desc.h): Include.
81 (iacc0h_regnum, iacc0l_regnum): Define.
82 (last_spr_regnum, frv_num_regs): Update.
83 (new_variant): Don't supply default names for holes in the SPRs.
84 Supply names for iacc0h_regnum and iacc0l_regnum.
85 (frv_register_type): Use symbolic constants first_fpr_regnum and
86 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
87 builtin_type_int instead of builtin_type_int32.
88 (frv_register_sim_regno): New function.
89 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
90 * Makefile.in (gdb_sim_frv_h): Define.
91 (frv-tdep.o): Update dependencies.
92
93 2003-10-31 Andrew Cagney <cagney@redhat.com>
94
95 * avr-tdep.c (avr_frame_this_id): Do not call
96 deprecated_inside_entry_file.
97 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
98 * m32r-tdep.c (m32r_frame_this_id): Ditto.
99 * d10v-tdep.c (d10v_frame_this_id): Ditto.
100 * arm-tdep.c (arm_prologue_this_id): Ditto.
101 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
102
103 2003-10-31 Jim Blandy <jimb@redhat.com>
104
105 * elfread.c (elf_symtab_read): Allocate correct number of tail
106 elements to sectinfo structure. (Fix from Woody LaRue.)
107
108 2003-10-31 Andrew Cagney <cagney@redhat.com>
109
110 * stack.c (return_command): Use get_frame_type, instead of
111 CALL_DUMMY_HAS_COMPLETED.
112 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
113 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
114
115 2003-10-31 Mark Kettenis <kettenis@gnu.org>
116
117 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
118 explicitly specify size of array.
119 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
120 TDEP->sc_num_regs.
121
122 2003-10-31 Andrew Cagney <cagney@redhat.com>
123
124 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
125 function.
126 (s390_gdbarch_init): Set extract_struct_value_address.
127 * arch-utils.c (generic_cannot_extract_struct_value_address):
128 Delete function.
129 * arch-utils.h (generic_cannot_extract_struct_value_address):
130 Delete definition.
131
132 2003-10-31 Mark Kettenis <kettenis@gnu.org>
133
134 * i386-linux-nat.c (fetch_core_registers): Remove.
135 (linux_elf_core_fns): Remove.
136 (_initialize_i386_linux_nat): Remove.
137
138 2003-10-31 Andrew Cagney <cagney@redhat.com>
139
140 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
141 "exec.h".
142 (exec_entry_point): New function.
143 (enable_break): Create a "tmp_bfd_target", use that and
144 entry_point_address when computing the relocation offset.
145 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
146 * Makefile.in (solib-svr4.o): Update dependencies.
147
148 2003-10-31 Andrew Cagney <cagney@redhat.com>
149
150 * defs.h (XZALLOC): Define.
151 * target.h (struct target_ops): Add "to_data";
152 * bfd-target.h, bfd-target.c: New files.
153 * Makefile.in (SFILES): Add "bfd-target.c".
154 (COMMON_OBS): Add "bfd-target.o".
155 (bfd-target.o): Specify dependencies.
156 (bfd_target_h): Define.
157 * defs.h (XZALLOC): Define.
158
159 2003-10-31 Andrew Cagney <cagney@redhat.com>
160
161 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
162 adjust_breakpoint_address.
163 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
164 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
165 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
166 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
167
168 2003-10-31 Andrew Cagney <cagney@redhat.com>
169
170 * target.h (struct target_ops): Replace "to_read_partial" and
171 "to_write_partial" with "to_xfer_partial". Update comments.
172 * target.c (debug_to_write_partial): Delete function.
173 (debug_to_xfer_partial): Replace debug_to_read_partial.
174 (add_target, update_current_target, setup_target_debug): Set
175 "to_xfer_partial" instead of "to_read_partial" and
176 "to_write_partial".
177 (default_xfer_partial): Replace "default_write_partial".
178 (default_read_partial): Delete.
179 (target_read_partial, target_write_partial): Call
180 "to_xfer_partial".
181 * remote.c (init_remote_ops): Set "to_xfer_partial".
182 (init_remote_async_ops): Ditto.
183 (remote_xfer_partial): Replace "remote_read_partial".
184
185 2003-10-31 Mark Kettenis <kettenis@gnu.org>
186
187 * i386-tdep.c (i386_supply_fpregset): Support floating-point
188 registers in `fxsave' format.
189 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
190
191 2003-10-30 Mark Kettenis <kettenis@gnu.org>
192
193 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
194 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
195 TDEP->gregset_num_regs and tdep->sizeof_gregset.
196
197 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
198 specify size of array.
199 (i386_linux_init_abi): Remove initialization of
200 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
201 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
202
203 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
204 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
205 core-regset.o.
206
207 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
208 the ELF header.
209
210 2003-10-29 Mark Kettenis <kettenis@gnu.org>
211
212 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
213 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
214 core-regset.o.
215
216 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
217
218 * corelow.c: Include "arch-utils.h", "regset.h" and
219 "gdb_assert.h".
220 (core_gdbarch): New variable.
221 (sniff_core_bfd): Don't sniff if we have support for register sets
222 in CORE_GDBARCH.
223 (core_close): Reset CORE_GDBARCH.
224 (core_open): Initialize CORE_GDBARCH.
225 (get_core_register_section): Use register sets if they are
226 supported by CORE_GDBARCH.
227 (get_core_registers): Don't print error message if we have support
228 for register sets in CORE_GDBARCH.
229
230 2003-10-29 Andrew Cagney <cagney@redhat.com>
231
232 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
233 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
234
235 2003-10-29 Mark Kettenis <kettenis@gnu.org>
236
237 * objfiles.h (clear_objfile_data): New prototype.
238 * objfiles.c (clear_objfile_data): New function.
239 * symfile.c (reread_symbols): Clear per-objfile data.
240
241 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
242
243 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
244 printf_unfiltered instead of printf_filtered for output messages.
245 (add_symbol_file_command): Ditto.
246 (reread_symbols): Ditto.
247 (overlay_auto_command): Ditto.
248 (overlay_manual_command): Ditto.
249 (overlay_off_command): Ditto.
250
251 2003-10-27 Mark Kettenis <kettenis@gnu.org>
252
253 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
254 (gdbarch_from_bfd): New function.
255 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
256 deprecated_select_gdbarch_hack.
257 * arch-utils.h (gdbarch_from_bfd): New prototype.
258
259 2003-10-27 Andrew Cagney <cagney@redhat.com>
260
261 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
262 arch_info. Use warning instead of fprintf_filtered. Do not use
263 deprecated bfd_printable_arch_mach.
264
265 2003-10-26 Kevin Buettner <kevinb@redhat.com>
266
267 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
268 Delete.
269 (frv_register_type): Rename from frv_register_virtual_type. Add
270 ``struct gdbarch *'' parameter.
271 (frv_gdbarch_init): Delete calls to the following functions:
272 set_gdbarch_deprecated_size(),
273 set_gdbarch_deprecated_register_bytes(),
274 set_gdbarch_deprecated_register_raw_size(),
275 set_gdbarch_deprecated_max_register_raw_size(),
276 set_gdbarch_deprecated_register_virtual_size(),
277 set_gdbarch_deprecated_max_register_virtual_size(),
278 set_gdbarch_deprecated_register_virtual_size(),
279 set_gdbarch_deprecated_register_virtual_type().
280 Add call to function set_gdbarch_register_type().
281
282 2003-10-26 Mark Kettenis <kettenis@gnu.org>
283
284 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
285 FDOFF_REGNUM): Remove defines.
286 * win32-nat.c (do_child_fetch_inferior_registers): Include
287 "i387-tdep.h".
288 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
289 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
290 undefine I387_ST0_REGNUM.
291
292 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
293 * x86-64-tdep.c (x86_64_store_return_value): Use
294 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
295
296 Change register numbers to enumartion values.
297 * i386-tdep.h (enum i386_regnum): New.
298 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
299 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
300 I386_ST0_REGNUM): Remove defines.
301 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
302 I386_EDI_REGNUM): Remove defines.
303
304 2003-10-24 Andrew Cagney <cagney@redhat.com>
305
306 * target.c: Include "gdbcore.h".
307 (get_target_memory, get_target_memory_unsigned): New functions.
308 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
309 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
310 Use get_target_memory_unsigned.
311 * Makefile.in (target.o): Update dependencies.
312
313 2003-10-24 Andrew Cagney <cagney@redhat.com>
314
315 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
316 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
317 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
318 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
319 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
320
321 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
322 (can_run_code_for): Use the OO term "singleton".
323
324 2003-10-23 Andrew Cagney <cagney@redhat.com>
325
326 * Makefile.in (stack.o): Add $(regcache_h).
327 * stack.c: Include "regcache.h"
328 (return_command): Rewrite. Use get_frame_id and
329 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
330 about unhandled return-values.
331 * value.h (set_return_value): Delete declaration.
332 * values.c (set_return_value): Delete function.
333
334 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
335
336 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
337 (pseudo_regs): Add comment regarding register stack registers.
338 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
339 (floatformat_valid): New static routine.
340 (floatformat_ia64_ext): Add name field and set up is_valid routine
341 to floatformat_valid().
342 (examine_prologue): For the previous cfm, use
343 frame_unwind_register()
344 if the cfm is not stored in a register-stack register. Save the
345 previous cfm value in the prev_cfm field. Add debug output.
346 (ia64_frame_this_id): Use frame_id_build_special() to also register
347 the bsp. Add debug output.
348 (ia64_sigtramp_frame_this_id): Ditto.
349 (ia64_frame_prev_register): Look at cache saved_regs for a few more
350 registers and also add some checks for framelessness before accepting
351 current register values for fields such as return address. For cfm,
352 use the cached prev_cfm field if available. Add comment to explain
353 PSR logic. Add debug output.
354 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
355 as part of initialization.
356 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
357 calculated. Cache the bsp and cfm values.
358 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
359 instead of using ia64_frame_prev_register() which doesn't expect most
360 registers to be saved. The saved values for bsp and sp
361 can be taken from the cache. Add debug output.
362 (ia64_push_dummy_call): Use frame_id_build_special() to also register
363 the bsp.
364
365 2003-10-23 Jim Blandy <jimb@redhat.com>
366
367 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
368 architecture the current arch can run code for --- but not if it's
369 a superset.
370 (can_run_code_for): New function.
371
372 2003-10-22 James E Wilson <wilson@specifixinc.com>
373
374 * MAINTAINERS: Move myself from paper trail section back to write
375 after approval section.
376
377 2003-10-22 Andrew Cagney <cagney@redhat.com>
378
379 * exec.h: New file.
380 * win32-nat.c: Include "exec.h".
381 * solib.c: Include "exec.h".
382 * target.h (build_section_table): Delete declaration.
383 * somsolib.c: Include "exec.h".
384 (exec_ops): Delete extern declaration.
385 * rs6000-nat.c: Update copyright. Include "exec.h".
386 (exec_ops): Delete extern declaration.
387 * pa64solib.c: Update copyright. Include "exec.h".
388 (exec_ops): Delete extern declaration.
389 * exec.c: Update copyright. Include "exec.h".
390 * corelow.c: Update dependencies. Include "exec.h".
391 * Makefile.in (exec_h): Define.
392 (exec.o, somsolib.o): Update dependencies.
393 (pa64solib.o, corelow.o): Update dependencies.
394
395 2003-10-22 Andrew Cagney <cagney@redhat.com>
396
397 * target.c: Include "gdb_assert.h" (target_read): Call
398 "target_read_partial", not "target_write_partial".
399 (default_read_partial, default_write_partial): New function.
400 (target_read_partial, target_write_partial): Simplify, assume that
401 there is always a read/write method.
402 (update_current_target, add_target): Always set "to_read_partial"
403 and "to_write_partial".
404 (target_write, target_read): Fail on a zero byte transfer.
405 * Makefile.in (target.o): Update dependencies.
406 * target.h: Update copyright date.
407 (target_object): Fix typo.
408
409 2003-10-22 Andrew Cagney <cagney@redhat.com>
410
411 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
412 multi-arch method, add "targ" parameter.
413 (struct target_ops): Declare.
414 * gdbarch.h, gdbarch.c: Re-generate.
415 * Makefile.in (c-valprint.o): Update dependencies.
416 * arch-utils.h: Update copyright.
417 (convert_from_func_ptr_addr_identity): Declare.
418 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
419 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
420 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
421 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
422 * infcall.c (find_function_addr, call_function_by_hand): Update.
423 * c-valprint.c: Include "target.h".
424 (print_function_pointer_address): Update.
425
426 2003-10-22 Andrew Cagney <cagney@redhat.com>
427
428 * target.c (target_close): New function.
429 (debug_to_close): Use "target_close".
430 (push_target): Use "target_close".
431 (unpush_target): Use "target_close".
432 (pop_target): Use "target_close".
433 * target.h (struct target_ops): Add "to_xclose".
434 (target_open): Delete macro. Move comment to "to_open".
435 (target_close): Replace macro with function that takes a target.
436 * top.c (quit_target): Pass "current_target" to "target_close".
437
438 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
439
440 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
441 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
442 * symtab.h (lookup_minimal_symbol_text): Update.
443 * breakpoint.c (create_overlay_event_breakpoint,
444 create_longjmp_breakpoint): Update callers.
445 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
446 * symtab.c (find_pc_sect_line): Ditto.
447
448 2003-10-21 Andrew Cagney <cagney@redhat.com>
449
450 * target.c (errno): Delete extern declaration.
451
452 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
453
454 * ia64-tdep.c: Change all occurrences of
455 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
456 (ia64_frame_prev_register): Minor whitespace change.
457
458 2003-10-20 Michael Chastain <mec@shout.net>
459
460 * config/djgpp/fnchange.lst: Add lines for:
461 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
462 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
463 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
464 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
465 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
466 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
467 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
468
469 2003-10-20 Andrew Cagney <cagney@redhat.com>
470
471 * values.c (register_value_being_returned): Update comments. Use
472 "gdbarch_return_value" when available.
473 (using_struct_return): Ditto.
474 (set_return_value): Ditto. Use "gdbarch_return_value" when
475 available.. Print a warning, and not an error, when an unhandled
476 return type is encountered.
477 * infcmd.c: Include "gdb_assert.h".
478 (print_return_value): When gdbarch_return_value_p, and using
479 struct return, assume that the value is not available.
480 * defs.h (return_value_convention): Define.
481 * gdbarch.sh (gdbarch_return_value): New predicate method.
482 * gdbarch.h, gdbarch.c: Re-generate
483 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
484
485 2003-10-20 Andrew Cagney <cagney@redhat.com>
486
487 * symtab.c: Replace "struct sec" with "struct bfd_section".
488 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
489
490 2003-10-19 Michael Chastain <mec@shout.net>
491
492 * config/djgpp/fnchange.lst: Add lines for:
493 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
494 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
495 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
496
497 2003-10-19 Mark Kettenis <kettenis@gnu.org>
498
499 * amd64fbsd-nat.c (fetch_inferior_registers,
500 store_inferior_registers): Remove functions.
501 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
502
503 2003-10-18 Mark Kettenis <kettenis@gnu.org>
504
505 Add NetBSD/amd64 native configuration:
506 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
507 * amd64nbsd-tdep.c: New file.
508 * amd64nbsd-nat.c: New file.
509 * amd64bsd-nat.c: New file.
510 * config/i386/nbsd64.mh: New file.
511 * config/i386/nbsd64.mt: New file.
512 * configure.host: Add x86_64-*-netbsd*.
513 * configure.tgt: Add x86_64-*-netbsd*.
514 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
515 New targets.
516 * NEWS (New native configurations): Mention NetBSD/amd64.
517
518 2003-10-17 Michael Chastain <mec@shout.net>
519
520 * config/djgpp/fnchange.lst: Remove dead lines for:
521 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
522 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
523 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
524 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
525 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
526 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
527 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
528 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
529 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
530 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
531 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
532 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
533 gdb/config/sparc/tm-sparclite.h,
534 gdb/gdbtk/generic/ChangeLog-2001,
535 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
536 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
537 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
538 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
539 gdb/testsuite/gdb.mi/mi0-var-block.exp,
540 gdb/testsuite/gdb.mi/mi0-var-child.exp,
541 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
542 gdb/testsuite/gdb.mi/mi0-var-display.exp,
543 itcl/iwidgets3.0.0/demos/extfileselectionbox,
544 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
545 itcl/iwidgets3.0.0/demos/fileselectionbox,
546 itcl/iwidgets3.0.0/demos/fileselectiondialog,
547 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
548 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
549 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
550 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
551 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
552 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
553 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
554 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
555 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
556 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
557 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
558 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
559 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
560 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
561 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
562 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
563 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
564 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
565 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
566 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
567 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
568 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
569 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
570 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
571 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
572 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
573 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
574 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
575 itcl/iwidgets3.0.0/demos/html/shell.n.html,
576 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
577 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
578 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
579 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
580 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
581 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
582 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
583 itcl/iwidgets3.0.0/demos/scrolledcanvas,
584 itcl/iwidgets3.0.0/demos/scrolledframe,
585 itcl/iwidgets3.0.0/demos/scrolledhtml,
586 itcl/iwidgets3.0.0/demos/scrolledlistbox,
587 itcl/iwidgets3.0.0/demos/scrolledtext,
588 itcl/iwidgets3.0.0/demos/selectionbox,
589 itcl/iwidgets3.0.0/demos/selectiondialog,
590 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
591 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
592 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
593 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
594 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
595 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
596 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
597 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
598 itcl/iwidgets3.0.0/doc/scrolledframe.n,
599 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
600 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
601 itcl/iwidgets3.0.0/doc/scrolledtext.n,
602 itcl/iwidgets3.0.0/doc/selectionbox.n,
603 itcl/iwidgets3.0.0/doc/selectiondialog.n,
604 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
605 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
606 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
607 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
608 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
609 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
610 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
611 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
612 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
613 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
614 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
615 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
616 itcl/iwidgets3.0.0/generic/selectionbox.itk,
617 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
618 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
619 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
620 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
621 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
622 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
623 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
624 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
625 itcl/iwidgets3.0.0/tests/scrolledframe.test,
626 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
627 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
628 itcl/iwidgets3.0.0/tests/scrolledtext.test,
629 itcl/iwidgets3.0.0/tests/selectionbox.test,
630 itcl/iwidgets3.0.0/tests/selectiondialog.test,
631 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
632 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
633 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
634 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
635 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
636 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
637 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
638 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
639 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
640 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
641 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
642 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
643 tk/mac/tkMacProjects.sit.hqx.
644
645 2003-10-17 Andrew Cagney <cagney@redhat.com>
646
647 * target.c (target_section_by_addr): New function.
648 (do_xfer_memory): Use "target_section_by_addr".
649 * target.h (target_section_by_addr): Declare.
650
651 * target.h (struct target_ops): Add "to_read_partial" and
652 "to_write_partial", delete "to_query".
653 (target_read_partial, target_write_partial): Declare.
654 (target_read, target_write): Declare.
655 (target_query): Delete macro.
656 * target.c (target_read_partial): New function.
657 (target_write_partial, target_read, target_write): New function.
658 (update_current_target): Delete inheritance of "to_query". Add
659 comments about "to_read_partial" and "to_write_partial".
660 (debug_to_partial_read, debug_to_partial_write): New functions.
661 (debug_to_query): Delete function.
662 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
663 instead of "to_query".
664 * remote.c (remote_read_partial): Replace "remote_query".
665 (init_remote_ops): Set "to_read_partial" instead of "to_query".
666 (init_remote_async_ops): Ditto.
667 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
668 "target_read_partial" instead of "target_query".
669 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
670 Use "target_read_partial" instead of "target_query".
671
672 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
673
674 * frame.h (struct frame_id): Add new field: special_addr.
675 (frame_id_build_special): New prototype.
676 * frame.c (frame_id_build_special): New function.
677 (frame_id_build): Change to call frame_id_build_special().
678 (frame_id_eq): Change to also test special_addr field.
679 (frame_id_inner): Update comment.
680
681 2003-10-17 Andrew Cagney <cagney@redhat.com>
682
683 * target.c (update_current_target): Perform the target cleanup.
684 Put the target stack beneath the squashed "current_target".
685 (add_target): Delete disabled call to "cleanup_target".
686 (cleanup_target): Delete function.
687 (push_target, unpush_target): Do not call "cleanup_target".
688
689 2003-10-17 Andrew Cagney <cagney@redhat.com>
690
691 * target.c (target_stack): Change to a static target_ops.
692 (update_current_target): Walk the "struct target_ops" stack.
693 (pop_target, do_xfer_memory, target_info): Ditto.
694 (find_target_beneath): Ditto.
695 (push_target): Rewrite to use the "struct target_ops" stack.
696 (unpush_target): Ditto.
697 * target.h (struct target_stack_item): Delete definition.
698 (target_stack): Delete declaration.
699 (struct target_ops): Add field "beneath".
700
701 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
702
703 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
704 declaration.
705 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
706 (h8300_examine_prologue): Use h8300_normal_mode flag
707 (h8300_gdbarch_init): Set architecture info for normal mode
708
709 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
710
711 * remote.c (remote_protocol_vcont): New variable.
712 (set_remote_protocol_vcont_packet_cmd): New function.
713 (show_remote_protocol_vcont_packet_cmd): New function.
714 (init_all_packet_configs): Handle remote_protocol_vcont.
715 (remote_vcont_probe): New function.
716 (remote_vcont_resume): New function.
717 (remote_resume): Use it.
718 (remote_async_resume): Call remote_resume.
719 (_initialize_remote): Add verbose-resume packet commands.
720
721 2003-10-16 Andrew Cagney <cagney@redhat.com>
722
723 * infrun.c (handle_inferior_event): Add comment about
724 "frame_id_inner" being too weak.
725
726 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
727
728 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
729 second parameter, which is always null. Remove
730 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
731 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
732 accordingly.
733 * somsolib.c (som_solib_create_inferior_hook,
734 som_solib_desire_dynamic_linker_symbols): Update callers.
735 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
736
737 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
738
739 * remote-m32r-sdi.c : New file, interface to m32r on-chip
740 debug interface, SDI (Scalable Debug Interface).
741 * NEWS: Mention m32r SDI protocol was supported.
742 * Makefile.in (remote-m32r-sdi.o): Add build rule.
743 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
744
745 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
746
747 * ia64-linux-tdep.c: Include gdbcore.h.
748 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
749 (ia64_linux_sigcontext_register_addr): Find the address of the
750 sigcontext area stored in the sigframe instead of using
751 a magic offset constant.
752
753 2003-10-15 Andrew Cagney <cagney@redhat.com>
754
755 * remote.c (remote_search): Delete function.
756 * target.h (target_search): Delete disabled macro.
757 (struct target_ops): Delete disabled field "to_search".
758
759 2003-10-14 Kevin Buettner <kevinb@redhat.com>
760
761 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
762 instead of deprecated_inside_entry_file().
763
764 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
765
766 * sh-tdep.c: Fix copy/paste hangover in comment.
767 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
768 mode.
769 (sh3e_sh4_extract_return_value): Ditto.
770
771 2003-10-13 Richard Henderson <rth@redhat.com>
772
773 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
774 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
775 match c_val_print a bit closer.
776
777 2003-10-13 Kevin Buettner <kevinb@redhat.com>
778
779 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
780 (frv_gdbarch_adjust_breakpoint_address): New function.
781 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
782 method.
783
784 2003-10-13 Kevin Buettner <kevinb@redhat.com>
785
786 * breakpoint.h (struct breakpoint): Add new member
787 ``requested_address''.
788 * breakpoint.c (breakpoint_adjustment_warning)
789 (adjust_breakpoint_address): New static functions.
790 (print_it_typical): Issue warning if breakpoint's address is different
791 from its requested address.
792 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
793 (breakpoint_re_set_one): Set breakpoint's
794 ``requested_address'' field. Set ``address'' field to the
795 result of calling adjust_breakpoint_address() on the requested
796 address.
797
798 2003-10-13 Kevin Buettner <kevinb@redhat.com>
799
800 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
801 * gdbarch.h, gdbarch.c: Regenerate.
802
803 2003-10-11 Mark Kettenis <kettenis@gnu.org>
804
805 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
806 TDEP->sc_num_regs.
807
808 * i386fbsd-tdep.c: New file.
809 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
810 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
811 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
812 i386bsd-tdep.c.
813 (_initialize_i386fbsd_tdep): New function.
814 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
815 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
816 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
817 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
818 TDEP->sc_num_regs.
819 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
820 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
821 to initialize TDEP->sc_num_regs.
822 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
823 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
824 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
825 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
826 FreeBSD ELF OS/ABI's here.
827 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
828 (i386fbsd-tdep.o): New target.
829 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
830 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
831
832 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
833 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
834 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
835 in initialization of TDEP->sc_num_regs.
836
837 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
838 (x86_64_init_abi): Initialize regset_from_core_section if
839 appropriate.
840
841 * i386-tdep.c (i386_regset_from_core_section): New function.
842 (i386_gdbarch_init): Initialize regset_from_core_section if
843 appropriate.
844 * i386-tdep.h (i386_regset_from_core_section): New declaration.
845
846 * i386-tdep.h (struct regset): Declare opaque.
847
848 * gdbarch.sh (regset_from_core_section): New method.
849 (struct regset): Declare opaque.
850 * gdbarch.c, gdbarch.h: Regenerated.
851
852 2003-10-11 Alan Modra <amodra@bigpond.net.au>
853
854 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
855 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
856 Correct test for pc within section.
857
858 2003-10-11 Mark Kettenis <kettenis@gnu.org>
859
860 * gdbarch.sh: Remove trailing whitepsace from comments.
861
862 2003-10-08 Roland McGrath <roland@redhat.com>
863
864 * gcore.c (make_mem_sec): Function removed, folded into ...
865 (gcore_create_callback): ... here. To omit a section, clear its
866 SEC_LOAD bit rather than zeroing its size.
867 Omit read-only sections only if they correspond to a known disk file.
868 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
869
870 2003-10-10 Michael Snyder <msnyder@redhat.com>
871
872 * d10v-tdep.c: Fix typo in comment.
873
874 2003-10-10 Andrew Cagney <cagney@redhat.com>
875
876 * rs6000-tdep.c (e500_store_return_value): Delete function.
877 (e500_extract_return_value): Delete function.
878 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
879 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
880 "ppc_sysv_abi_restore_return_value" where applicable.
881 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
882 (ppc_sysv_abi_extract_return_value): Declare.
883 (ppc_sysv_abi_broken_store_return_value): Declare.
884 (ppc_sysv_abi_broken_extract_return_value): Declare.
885 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
886 * ppc-sysv-tdep.c (return_value_convention): Move definition to
887 start of file.
888 (do_ppc_sysv_return_value): New function.
889 (ppc_sysv_abi_extract_return_value): New function.
890 (ppc_sysv_abi_store_return_value): New function.
891 (ppc_sysv_abi_broken_extract_return_value): New function.
892 (ppc_sysv_abi_broken_store_return_value): New function.
893 (ppc_sysv_abi_use_struct_convention): Call
894 do_ppc_sysv_return_value.
895
896 2003-10-10 J. Brobecker <brobecker@gnat.com>
897
898 * blockframe.c (inside_main_func): No longer use symbol_lookup()
899 to lookup the main function symbol.
900
901 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
902
903 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
904 types correctly.
905 (sh_push_dummy_call_fpu): Fix argument passing rules.
906 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
907 float types.
908 (sh3e_sh4_store_return_value): Ditto.
909
910 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
911
912 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
913 comment.
914
915 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
916
917 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
918 more readable code. Accomodate passing of bitfields.
919
920 2003-10-10 Andrew Cagney <cagney@redhat.com>
921
922 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
923 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
924 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
925 * ppc-sysv-tdep.c: Include "gdb_assert.h".
926 (ppc64_sysv_abi_push_dummy_call): New function.
927 (ppc64_sysv_abi_broken_push_dummy_call): New function.
928 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
929 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
930
931 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
932
933 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
934 * README: Ditto.
935 * d10v-tdep.c: Ditto.
936 * h8300-tdep.c: Ditto.
937 * remote-e7000.c: Ditto.
938 * remote-hms.c: Ditto.
939 * ser-e7kpc.c: Ditto.
940 * sh-stub.c: Ditto.
941 * sh-tdep.c: Ditto.
942 * sh-tdep.h: Ditto.
943 * sh3-rom.c: Ditto.
944 * sh64-tdep.c: Ditto.
945 * top.c: Ditto.
946 * wince.c: Ditto.
947 * config/d10v/d10v.mt: Ditto.
948 * config/sh/embed.mt: Ditto.
949 * config/sh/linux.mt: Ditto.
950 * config/sh/tm-linux.h: Ditto.
951 * config/sh/tm-sh.h: Ditto.
952 * config/sh/wince.mt: Ditto.
953
954 2003-10-09 Andrew Cagney <cagney@redhat.com>
955
956 * ppc-tdep.h (struct type): Declare opaque.
957 * x86-64-tdep.h (struct regcache): Declare opaque.
958 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
959 coding style.
960
961 2003-10-09 Andrew Cagney <cagney@redhat.com>
962
963 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
964 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
965 (SOFTWARE_SINGLE_STEP_P): Ditto.
966 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
967 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
968 (SOFTWARE_SINGLE_STEP_P): Ditto.
969 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
970 software_single_step to rs6000_software_single_step.
971
972 2003-10-09 Andrew Cagney <cagney@redhat.com>
973
974 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
975
976 2003-10-09 Michael Snyder <msnyder@redhat.com>
977
978 * frame.h: Fix typo in comment.
979 * dummy-frame.c: Fix typo in comment.
980 * d10v-tdep.c: Random whitespace/comment tweaks.
981
982 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
983
984 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
985 (sh_push_dummy_code): Delete function, it's only used for dummy calls
986 on stack.
987
988 Based on input by Stephen Clarke (stephen.clarke@superh.com):
989 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
990 in detail.
991
992 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
993
994 * remote-mips.c (mips_initialize): Remove unneeded call to
995 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
996
997 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
998
999 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
1000 a memory pointer.
1001
1002 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
1003
1004 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
1005 for any lwp we resume.
1006 (running_callback): Add lwps that have pending status events
1007 against them to be considered running.
1008
1009 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
1010
1011 * m32r-tdep.c : Include "dis-asm.h".
1012 * Makefile.in (m32r-tdep.o): Update dependencies.
1013
1014 2003-10-06 J. Brobecker <brobecker@gnat.com>
1015
1016 * completer.h (get_gdb_completer_word_break_characters): Delete.
1017 * completer.c: include language.h.
1018 (gdb_completer_word_break_characters): Delete.
1019 (get_gdb_completer_word_break_characters): Delete.
1020 (location_completer): Use the word break characters of the current
1021 language.
1022 (complete_line): Likewise.
1023 (line_completion_function): Likewise.
1024 (skip_quoted_chars): Likewise.
1025 * Makefile.in (completer.o): Add dependency on language.h.
1026 * top.c (init_main): Set the readline word break characters
1027 to GDB's default word break characters.
1028
1029 2003-10-06 J. Brobecker <brobecker@gnat.com>
1030
1031 * language.h (language_defn): new field, la_word_break_characters.
1032 * language.c (unknown_language_defn): Set new field to
1033 default_word_break_characters.
1034 (auto_language_defn): Likewise.
1035 (local_language_defn): Likewise.
1036 * ada-lang.c (ada_language_defn): Likewise.
1037 * c-lang.c (c_language_defn): Likewise.
1038 (cplus_language_defn): Likewise.
1039 (asm_language_defn): Likewise.
1040 (minimal_language_defn): Likewise.
1041 * f-lang.c (f_language_defn): Likewise.
1042 * jv-lang.c (java_language_defn): Likewise.
1043 * m2-lang.c (m2_language_defn): Likewise.
1044 * objc-lang.c (objc_language_defn): Likewise.
1045 * p-lang.c (pascal_language_defn): Likewise.
1046 * scm-lang.c (scm_language_defn): Likewise.
1047
1048 2003-10-06 Andrew Cagney <cagney@redhat.com>
1049
1050 * ppc-sysv-tdep.c: Re-indent.
1051
1052 2003-10-06 J. Brobecker <brobecker@gnat.com>
1053
1054 * language.h (default_word_break_characters): Add prototype.
1055 * language.c (default_word_break_characters): New function.
1056
1057 2003-10-06 Andreas Schwab <schwab@suse.de>
1058
1059 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
1060 with %eax.
1061
1062 2003-10-06 Andrew Cagney <cagney@redhat.com>
1063
1064 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
1065 "h8500-tdep.c".
1066 (z8k-tdep.o): Delete custom build rule.
1067
1068 2003-10-06 Andrew Cagney <cagney@redhat.com>
1069
1070 * Makefile.in: Update all dependencies.
1071
1072 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
1073 No longer list PA as as obsolete candidate. List m32r as
1074 broken instead of obsolete.
1075
1076 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
1077 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
1078 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
1079 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
1080 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
1081 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
1082 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
1083 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1084 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
1085 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
1086 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
1087 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
1088 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
1089 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
1090 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
1091 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
1092 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
1093 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
1094 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
1095 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
1096 * config/z8k/z8k.mt: Ditto.
1097
1098 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
1099 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
1100 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
1101 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1102 sparclite were removed.
1103 * configure.host, configure.tgt: Remove corresponding tuples.
1104
1105 * breakpoint.c, breakpoint.h: Remove obsolete code.
1106 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1107 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1108 * stabsread.h, xcoffread.c: Ditto.
1109
1110 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1111 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1112 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1113 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1114
1115 2003-10-06 David Lecomber <dsl@sources.redhat.com>
1116
1117 * f-valprint.c: Reformatting
1118
1119 2003-10-06 Mark Kettenis <kettenis@gnu.org>
1120
1121 * x86-64-tdep.c: Remove duplicate comment.
1122
1123 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1124 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1125 names for return values. This fixes a bug since we looked at %rbx
1126 instead of %rdx.
1127
1128 2003-10-05 Mark Kettenis <kettenis@gnu.org>
1129
1130 * x86-64-tdep.c: Include "regset.h".
1131
1132 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1133 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1134 sizeof_fpregset.
1135 * i386-tdep.c: Include "regset.h".
1136 (i386_supply_gregset): New function.
1137 (i386_supply_fpregset): New function.
1138 (i386_gdbarch_init): Initialze register set-related members of
1139 TDEP.
1140 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1141 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1142
1143 2003-10-03 Andrew Cagney <cagney@redhat.com>
1144
1145 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1146 set extract_return_value, store_return_value and
1147 use_struct_convention to ppc64_sysv_abi_extract_return_value,
1148 ppc64_sysv_abi_store_return_value and
1149 ppc64_sysv_abi_use_struct_convention.
1150 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1151 (ppc64_sysv_abi_store_return_value): Declare.
1152 (ppc64_sysv_abi_use_struct_convention): Declare.
1153 * ppc-sysv-tdep.c (enum return_value_convention): Define.
1154 (ppc64_sysv_abi_extract_return_value): New function.
1155 (ppc64_sysv_abi_store_return_value): New function.
1156 (ppc64_sysv_abi_use_struct_convention): New function.
1157 (ppc64_sysv_abi_return_value): New function.
1158
1159 2003-10-03 Andrew Cagney <cagney@redhat.com>
1160
1161 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1162 convert a descriptor to a function when it's in the ".opd"
1163 section.
1164
1165 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1166
1167 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1168 reg_size to keep GCC silent.
1169
1170 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1171
1172 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1173 base for DW_EH_PE_textrel encodings.
1174 (read_encoded_value): Add a DW_EH_PE_textrel case.
1175 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1176 section.
1177
1178 2003-10-03 Mark Kettenis <kettenis@gnu.org>
1179
1180 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1181
1182 2003-10-02 Andrew Cagney <cagney@redhat.com>
1183
1184 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1185 REGISTER_RAW_SIZE.
1186 * gdbarch.h, gdbarch.c: Re-generate.
1187 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1188 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1189 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1190 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1191 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1192 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1193 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1194 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1195 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1196 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1197 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1198 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1199 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1200 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1201 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1202 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
1203
1204 2003-10-02 Jim Blandy <jimb@redhat.com>
1205
1206 * dwarf2read.c (struct die_info): Doc fix.
1207
1208 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1209
1210 * sh-tdep.c: Running thru gdb_indent.sh.
1211
1212 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1213
1214 * sh-tdep.c (sh_justify_value_in_reg): New function.
1215 (sh_stack_allocsize): Ditto.
1216 (flt_argreg_array): New array used for floating point argument
1217 passing.
1218 (sh_init_flt_argreg): New function.
1219 (sh_next_flt_argreg): Ditto.
1220 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1221 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1222 Fix argument passing strategy.
1223 (sh_push_dummy_call_nofpu): Ditto.
1224
1225 2003-10-01 Andrew Cagney <cagney@redhat.com>
1226
1227 * value.h (register_value_being_returned): Declare. Replace
1228 "value_being_returned".
1229 * infcall.c (call_function_by_hand): Use
1230 register_value_being_returned.
1231 * infcmd.c (print_return_value): Call
1232 "register_value_being_returned", handle struct return locally.
1233 * values.c (register_value_being_returned): New function. Replace
1234 "value_being_returned".
1235
1236 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
1237
1238 * linux-proc.c (linux_do_registers): New function.
1239 (linux_make_note_section): Use linux_do_registers in case of
1240 single threaded inferior programs.
1241
1242 2003-10-01 Andrew Cagney <cagney@redhat.com>
1243
1244 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1245 use STRUCT_ADDR. When not using "struct return convention", pass
1246 "0" to "value_being_returned". Add FIXMEs.
1247 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1248 value_being_returned. Add comments.
1249 * values.c (value_being_returned): Add fixme.
1250 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1251 (hppa_value_returned_from_stack): Add FIXME.
1252
1253 2003-09-30 David Carlton <carlton@kealia.com>
1254
1255 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1256 'has_children' and 'next' by 'child' and 'sibling'.
1257 (read_comp_unit): Rework algorithm, breaking body into
1258 read_die_and_children and read_die_and_siblings.
1259 (read_die_and_children, read_die_and_siblings): New.
1260 (read_full_die): Add 'has_children' argument; set it instead of
1261 the die's 'has_children' field. Minor formatting cleanup.
1262 (free_die_list): Use die->child and die->sibling instead of
1263 die->next.
1264 (dump_die_list): Ditto.
1265 (sibling_die): Use die->sibling.
1266 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1267 'has_children' and 'next' fields.
1268 (process_die, read_file_scope, read_func_scope)
1269 (read_lexical_block_scope, read_structure_scope)
1270 (read_enumeration, read_array_type, read_common_block)
1271 (read_namespace, read_subroutine_type, dump_die): Ditto.
1272
1273 2003-09-30 Andrew Cagney <cagney@redhat.com>
1274
1275 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1276 to 224, not 220.
1277
1278 2003-09-30 Andrew Cagney <cagney@redhat.com>
1279
1280 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1281 REGISTER_VIRTUAL_SIZE.
1282 * gdbarch.h, gdbarch.c: Regenerate.
1283 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1284 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1285 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1286
1287 2003-09-29 Andrew Cagney <cagney@redhat.com>
1288
1289 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1290 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1291 * gdbarch.h, gdbarch.c: Regenerate.
1292 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1293 * sh64-tdep.c, sparc-tdep.c: Update.
1294
1295 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1296 * remote-vxmips.c (vx_read_register): Ditto.
1297 * remote-vx68.c (vx_read_register): Ditto.
1298 * gnu-nat.c (inf_validate_procs): Ditto.
1299
1300 2003-09-29 J. Brobecker <brobecker@gnat.com>
1301
1302 * infcall.c (call_function_by_hand): Fix build failure
1303 introduced in the previous change to this file.
1304
1305 2003-09-29 Andrew Cagney <cagney@redhat.com>
1306
1307 * NEWS: Mention Objective-C.
1308
1309 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
1310
1311 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1312 test if the register has been saved on the stack.
1313 (arm_scan_prologue_cache): When analysing the instruction
1314 "str lr, [sp, #-4]", save the address where lr has been stored.
1315
1316 2003-09-28 Andrew Cagney <cagney@redhat.com>
1317
1318 * frame.c (frame_read_unsigned_register): Delete function.
1319 * frame.h (frame_read_unsigned_register): Delete declaration.
1320 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1321 get_frame_register_unsigned.
1322 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1323 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1324 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1325
1326 * frame.h (frame_read_register): Delete declaration.
1327 * frame.c (frame_read_register): Delete function.
1328 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1329 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1330 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1331 * mips-tdep.c (mips_register_to_value): Ditto.
1332 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1333 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1334
1335 * frame.c (frame_read_signed_register): Delete function.
1336 (frame_read_unsigned_register): Update comments.
1337 * frame.h (frame_read_signed_register): Delete declaration.
1338 * h8300-tdep.c (h8300_print_register): Use
1339 get_frame_register_signed.
1340 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1341
1342 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1343 Rename VALUE_RETURNED_FROM_STACK.
1344 * infcmd.c (print_return_value): Update.
1345 * infcall.c (call_function_by_hand): Update.
1346
1347 2003-09-28 Mark Kettenis <kettenis@gnu.org>
1348
1349 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1350 regcache argument and reverse the order of the other two
1351 arguments. Remove local regcache variable. Determine
1352 architecture from REGCACHE. Update comments.
1353 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1354 reverse the order of the other two arguments. Remove local
1355 regcache variable. Determine architecture from REGCACHE. Update
1356 comments.
1357 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1358 prototypes. Update comments.
1359 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1360 comment.
1361 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1362 Update.
1363 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1364 * i386-interix-nat.c (supply_fpregset): Update.
1365 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1366 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1367 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1368 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1369 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1370 Update.
1371 * i386obsd-tdep.c (fetch_core_registers): Update.
1372 * i386v4-nat.c (supply_fpregset): Update.
1373 * x86-64-linux-nat.c (supply_fpregset): Update.
1374 * x86-64-linux-tdep.c (fetch_core_registers): Update.
1375
1376 2003-09-27 Mark Kettenis <kettenis@gnu.org>
1377
1378 * i386-tdep.h: Put opaque declarations in alphabetical
1379 order. Remove spurious whitespace.
1380 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1381 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1382 * i386-tdep.c (MM0_REGNUM): Remove define.
1383 (i386_mmx_regnum_p): Add gdbarch argument.
1384 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1385 Rewrite using new macro definitions for FPU/SSE registers.
1386 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1387 definitions from i387-tdep.h.
1388 (i386_register_name): Update.
1389 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1390 new macro definitions for FPU/SSE registers.
1391 (i386_extract_return_value): Determine whether floating-point
1392 registers are present by examining REGCACHE's architecture.
1393 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1394 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1395 FPU/SSE registers.
1396 (i386_register_type): Update.
1397 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1398 definitions for FPU registers. Use REGCACHE's architecture to
1399 determine the appropriate register numbers.
1400 (i386_pseudo_register_read, i386_pseudo_register_write,
1401 i386_register_reggroup_p): Update.
1402 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1403 TDEP->mm0_regnum.
1404 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1405 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1406 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1407 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1408 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1409 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1410 *' to `void *'.
1411 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1412 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1413 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1414 definitions for FPU/SSE registers.
1415 (FXSAVE_MXCSR_ADDR): New define.
1416 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1417 TDEP->mm0_regnum.
1418 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1419 (I387_ST0_REGNUM): Define.
1420
1421 * regcache.h (get_regcache_arch): New prototype.
1422 * regcache.c (get_regcache_arch): New function.
1423
1424 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1425 whitespace.
1426
1427 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1428 Initialize using ARRAY_SIZE.
1429
1430 2003-09-27 Andrew Cagney <cagney@redhat.com>
1431
1432 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1433 "init_frame_pc_default".
1434 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1435 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1436 * vax-tdep.c (vax_gdbarch_init): Update.
1437 * v850-tdep.c (v850_gdbarch_init): Update.
1438 * sh64-tdep.c (sh64_gdbarch_init): Update.
1439 * s390-tdep.c (s390_gdbarch_init): Update.
1440 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1441 * mcore-tdep.c (mcore_gdbarch_init): Update.
1442 * h8300-tdep.c (h8300_gdbarch_init): Update.
1443 * cris-tdep.c (cris_gdbarch_init): Update.
1444 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1445
1446 2003-09-26 Mark Kettenis <kettenis@gnu.org>
1447
1448 * regset.h: New file.
1449 * Makefile.in (regset_h): Add.
1450
1451 2003-09-25 Andrew Cagney <cagney@redhat.com>
1452
1453 * frame.h (deprecated_frame_saved_regs): Rename
1454 get_frame_saved_regs.
1455 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1456 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1457 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1458 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1459 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1460
1461 2003-09-25 Andrew Cagney <cagney@redhat.com>
1462
1463 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1464 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1465 and Java.
1466 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1467 arm*-*-* do not use the new frame code.
1468
1469 2003-09-25 David Carlton <carlton@kealia.com>
1470
1471 * c-exp.y: Remove 'register' declarations.
1472 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1473
1474 2003-09-25 David Carlton <carlton@kealia.com>
1475
1476 * c-exp.y: Include cp-support.h. Add qualified_type.
1477 (yylex): Delete nested type hack; add comments.
1478 * cp-namespace.c (cp_lookup_nested_type): New function.
1479 * cp-support.h: Declare cp_lookup_nested_type.
1480 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1481 instead of value_struct_elt_for_reference.
1482 * valops.c: Include cp-support.h.
1483 (value_aggregate_elt): New function.
1484 (value_namespace_elt): Ditto.
1485 (value_struct_elt_for_reference): Make static.
1486 * value.h: Delete declaration of value_struct_elt_for_reference;
1487 add declaration for value_aggregate_elt.
1488 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1489 (valops.o): Ditto.
1490
1491 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
1492
1493 * stack.c: Include "reggroups.h".
1494 (frame_info): Only display registers in all_reggroup.
1495 * Makefile.in (stack.o): Update dependencies.
1496
1497 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1498
1499 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1500 "add ip, sp #n" in the prologue.
1501 (arm_scan_prologue): Ditto.
1502
1503 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1504
1505 * MAINTAINERS (write after approval): Add myself.
1506
1507 2003-09-25 Andreas Schwab <schwab@suse.de>
1508
1509 * m68k-tdep.c: Include "dwarf2-frame.h".
1510 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1511 * Makefile.in (m68k-tdep.o): Update dependencies.
1512
1513 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
1514
1515 * sh-tdep.c (struct frame_extra_info): Remove.
1516 (struct sh_frame_cache): New structure.
1517 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1518 (GET_TARGET_REG): Ditto but target register.
1519 (GET_PUSHED_REG): Remove.
1520 (IS_MOV_ARG_TO_REG): New macro.
1521 (IS_MOV_ARG_TO_IND_R14): New macro.
1522 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1523 (IS_MOVW_PCREL_TO_REG): New macro.
1524 (IS_MOVL_PCREL_TO_REG): New macro.
1525 (IS_SUB_REG_FROM_SP): New macro.
1526 (IS_ARG_MOV): Remove.
1527 (IS_MOV_TO_R14): Remove.
1528 (IS_RESTORE_FP): New macro.
1529 (IS_RTS): New macro.
1530 (IS_LDS): New macro.
1531 (IS_MOV_FP_SP): New macro.
1532 (IS_ADD_REG_TO_FP): New macro.
1533 (IS_ADD_IMM_FP): New macro.
1534 (sh_skip_prologue_hard_way): Remove.
1535 (sh_saved_pc_after_call): Remove.
1536 (sh_frame_chain): Remove.
1537 (sh_find_callers_reg): Remove.
1538 (sh_nofp_frame_init_saved_regs): Remove.
1539 (sh_fp_frame_init_saved_regs): Remove.
1540 (sh_init_extra_frame_info): Remove.
1541 (sh_analyze_prologue): New function.
1542 (sh_skip_prologue): Remove deprecated code. Rely on new function
1543 sh_analyze_prologue when after_prologue fails.
1544 (sh_frame_saved_pc): Remove.
1545 (sh_alloc_frame_cache): New function.
1546 (sh_frame_cache): Ditto.
1547 (sh_frame_prev_register): Ditto.
1548 (sh_frame_this_id): Ditto.
1549 (sh_frame_unwind): New structure defining the heuristic frame
1550 sniffer interface.
1551 (sh_frame_sniffer): New function.
1552 (sh_unwind_sp): Ditto.
1553 (sh_unwind_pc): Ditto.
1554 (sh_unwind_dummy_id): Ditto.
1555 (sh_frame_base_address): Ditto.
1556 (sh_frame_base): New structure defining new frame base code.
1557 (sh_in_function_epilogue_p): New function.
1558 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1559 code and to call all new code instead. Initialize dwarf2 and
1560 heuristic frame sniffer.
1561
1562 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1563
1564 * parser-defs.h (struct exp_descriptor): New definition, containing
1565 language-specific info for printing, prefixifying, dumping, and
1566 evaluating expressions.
1567 (exp_descriptor_standard): Declare new variable.
1568 (print_subexp): Make global and declare here (from expprint.c).
1569 (dump_subexp): Ditto.
1570 (dump_subexp_body_standard): Declare.
1571 (operator_length_standard): Declare.
1572 (op_name_standard): Declare.
1573 (print_subexp): Declare.
1574 (print_subexp_standard): Declare.
1575
1576 * language.h (struct language_defn): Add la_exp_desc field to hold
1577 pointer to table for language-specific operators.
1578 Remove evaluate_exp field, which is now in struct exp_descriptor.
1579
1580 * parse.c (operator_length): Move most code to new
1581 operator_length_standard function. Use language-specific information.
1582 (operator_length_standard): New function taking most code from
1583 operator_length.
1584 (exp_descriptor_standard): New constant.
1585
1586 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
1587 and OP_EXTENDED_LAST.
1588
1589 * expprint.c (print_subexp): Use language-specific print_subexp.
1590 Make global; remove static declaration.
1591 Move most code to print_subexp_standard.
1592 (print_subexp_standard): New function, containing code formerly in
1593 print_subexp.
1594 (op_name): Add expression to argument signature.
1595 Use langauge-specific op_name.
1596 Move most code to op_name_standard.
1597 (op_name_standard): New function, containing code formerly in op_name.
1598 (dump_subexp): Use new version of op_name function.
1599 Use language-specific dump_subexp_body, and move most existing code to
1600 dump_subexp_body_standard.
1601 (dump_raw_expression): Use new op_name interface.
1602 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1603 (dump_subexp_body_standard): New function, containing code formerly
1604 in dump_subexp_body.
1605
1606 * language.c (unknown_language): Add default la_exp_desc field and
1607 remove evaluate_exp field.
1608 (auto_language): Ditto.
1609 (local_language): Ditto.
1610 * f-lang.c (f_language_defn): Ditto.
1611 * c-lang.c (c_language_defn): Ditto.
1612 (cplus_language_defn): Ditto.
1613 (asm_language_defn): Ditto.
1614 (minimal_language_defn): Ditto.
1615 * p-lang.c (pascal_language_defn): Ditto.
1616 * m2-lang.c (m2_language_defn): Ditto.
1617 * objc-lang.c (objc_language_defn): Ditto.
1618
1619 * jv-lang.c (exp_descriptor_java): New variable, containing
1620 Java-specific expression evaluator.
1621 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1622 field.
1623 * scm-lang.c (exp_descriptor_scm): New variable, containing
1624 Scheme-specific expression evaluator.
1625 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1626 field.
1627 * objc-lang.c (print_object_command): Take evaluate_exp from the
1628 la_exp_desc field.
1629
1630 * Makefile.in (eval.o): Add dependency on parser-defs.h.
1631
1632 * eval.c: Include parser-defs.h for the full declaration of
1633 la_exp_desc's type.
1634 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
1635
1636 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1637
1638 * parser-defs.h (operator_length): Declare.
1639
1640 * parse.c (length_of_subexp): Use operator_length to get operator
1641 lengths and arities for operators.
1642 Move most code to new operator_length function.
1643 (operator_length): New function absorbing most code from
1644 length_of_subexp.
1645 (prefixify_subexp): Remove large case and use operator_length instead.
1646 (parse_exp_1): Use renamings:
1647 dump_prefix_expression => dump_raw_expression and
1648 dump_postfix_expression => dump_prefix_expression.
1649
1650 * expression.h (dump_prefix_expression): Rename to ...
1651 (dump_raw_expression): New name.
1652 (dump_postfix_expression): Rename to ...
1653 (dump_prefix_expression): New name.
1654
1655 * expprint.c (dump_subexp): Make global. Add comment.
1656 Move most existing code to dump_subexp_body.
1657 (dump_subexp_body): New function.
1658 (dump_prefix_expression): Rename to dump_raw_expression.
1659 Remove attempt to print the expression via print_expression: it can't
1660 work before the expression is prefixified.
1661 (dump_raw_expression): Renamed from dump_prefix_expression.
1662 (dump_postfix_expression): Rename to dump_prefix_expression, since
1663 that's what it does.
1664 Remove 'note' parameter, since this routine must be used on
1665 prefixified expression.
1666 (dump_prefix_expression): Renamed from dump_postfix_expression.
1667
1668 2003-09-22 Jim Blandy <jimb@redhat.com>
1669
1670 * dwarf2read.c (read_array_type): When building the type for an
1671 array of unspecified length, make sure to choose the upper bound
1672 so that the array's total length comes out to be zero --- that's
1673 how we represent such arrays.
1674
1675 2003-09-22 Michael Chastain <mec@shout.net>
1676
1677 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1678
1679 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
1680
1681 * top.c (quit_force): Fix indirect call to quit_target so
1682 a struct qt_args pointer is passed.
1683
1684 2003-09-22 Andrew Cagney <cagney@redhat.com>
1685
1686 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1687 * arch-utils.c (init_frame_pc_noop): Delete function.
1688 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1689 "init_frame_pc".
1690 * mips-tdep.c (mips_gdbarch_init): Ditto.
1691 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1692 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1693 declaration.
1694 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1695 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1696 declaration.
1697 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1698
1699 2003-09-22 Anthony Green <green@redhat.com>
1700
1701 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1702 declaration.
1703
1704 2003-09-20 Andrew Cagney <cagney@redhat.com>
1705
1706 * breakpoint.c: Eliminate ARGSUSED.
1707 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1708 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1709 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1710 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1711 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1712 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1713 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1714 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1715 * wince.c, remote-vx.c: Ditto.
1716
1717 * cli/cli-script.c: Remove "register" attributes.
1718 * config/pa/tm-hppa.h: Ditto.
1719 * cli/cli-decode.c: Ditto.
1720 * cli/cli-cmds.c: Ditto.
1721
1722 2003-09-19 Andrew Cagney <cagney@redhat.com>
1723
1724 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1725 DEPRECATED_NPC_REGNUM.
1726 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1727
1728 2003-09-19 Christopher Faylor <cgf@redhat.com>
1729
1730 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1731
1732 2003-09-19 Jim Blandy <jimb@redhat.com>
1733
1734 * macrotab.c (macro_include): Use the correct comparison to find
1735 the appropriate place for this inclusion in the list.
1736
1737 2003-09-19 Andrew Cagney <cagney@redhat.com>
1738
1739 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1740 (DEPRECATED_HPUX_TEXT_END): Define.
1741 (deprecated_hpux_text_end): Declare.
1742 (struct target_ops): Declare opaque.
1743 * hppah-nat.c (text_end): Make static.
1744 (deprecated_hpux_text_end): New function.
1745 * exec.c (text_end): Delete global variable.
1746 (NEED_TEXT_START_END): Do not define.
1747 (exec_file_attach): Replace code computing "text_end" code with
1748 call to DEPRECATED_HPUX_TEXT_END.
1749
1750 2003-09-19 Andrew Cagney <cagney@redhat.com>
1751
1752 * utils.c (align_up, align_down): New functions.
1753 * defs.h (align_up, align_down): Declare.
1754 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1755 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1756 and "align_down".
1757 (round_up, round_down): Delete functions.
1758 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1759 "align_down".
1760 (ROUND_DOWN, ROUND_UP): Delete macros.
1761 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1762 * h8300-tdep.c: Replace "round_up" and "round_down" with
1763 "align_up" and "align_down".
1764 (round_up, round_down): Delete macros.
1765 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1766 "align_down".
1767 (ROUND_UP, ROUND_DOWN): Delete macros.
1768
1769 2003-09-18 J. Brobecker <brobecker@gnat.com>
1770
1771 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1772 hard-coded constant. Use the proper machine name instead.
1773
1774 2003-09-17 Andrew Cagney <cagney@redhat.com>
1775
1776 * sparc-tdep.c (legacy_register_name): Delete function.
1777 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1778 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1779 * infcmd.c (gdb_register_name): Delete variable.
1780 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1781 REGISTER_NAME and "tm.h".
1782 * gdbarch.h, gdbarch.c: Regenerate.
1783 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1784 REGISTER_NAMES in comments.
1785 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1786 * m68klinux-nat.c (regmap): Ditto.
1787
1788 2003-09-17 Jim Blandy <jimb@redhat.com>
1789
1790 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1791
1792 2003-09-17 Andrew Cagney <cagney@redhat.com>
1793
1794 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1795 (ppcnbsd_init_abi): Set "use_struct_convention" to
1796 "ppcnbsd_use_struct_convention".
1797
1798 2003-09-17 Mark Kettenis <kettenis@gnu.org>
1799
1800 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1801 * gdbarch.h, gdbarch.c: Regenerate.
1802 (stabs_argument_has_addr): New architecture method.
1803 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1804 * arch-utils.c: Include "buildsym.h".
1805 (default_stabs_argument_has_addr): New function.
1806 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1807 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1808
1809 2003-09-17 Andrew Cagney <cagney@redhat.com>
1810
1811 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1812 * gdbarch.h, gdbarch.c: Regenerate.
1813 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1814 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1815 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1816 * sparcnbsd-tdep.c: Update.
1817
1818 2003-09-17 Andrew Cagney <cagney@redhat.com>
1819
1820 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1821 * gdbarch.h, gdbarch.c: Regenerate.
1822 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1823 * d10v-tdep.c, frame.c: Update.
1824 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1825 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1826 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1827 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1828 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1829 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1830 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1831 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1832 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1833 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1834 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1835 * config/pa/nm-hppah.h: Update.
1836
1837 2003-09-16 Andrew Cagney <cagney@redhat.com>
1838
1839 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1840 "use_struct_convention" to "ppc_linux_use_struct_convention".
1841 (ppc_linux_use_struct_convention): New function.
1842 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1843 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1844 "rs6000_use_struct_convention".
1845 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1846 declaration.
1847 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1848 Delete function.
1849
1850 2003-09-16 Andrew Cagney <cagney@redhat.com>
1851
1852 * buildsym.c: Remove more occurances of "register".
1853 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1854 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1855 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1856 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1857 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1858 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1859 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1860 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1861
1862 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1863
1864 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1865 numbers to enumeration values.
1866 * sh-tdep.c: Accomodate above change.
1867 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1868 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1869 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1870 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1871 (IS_FPUSH): Rename from IS_FMOV.
1872 (sh_extract_struct_value_address): Remove useless comment.
1873 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1874 instead of own local values.
1875 (sh_dump_tdep): Remove.
1876 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1877 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1878
1879 2003-09-15 Andrew Cagney <cagney@redhat.com>
1880
1881 * doublest.c (convert_floatformat_to_doublest): No longer need to
1882 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1883
1884 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1885
1886 * values.c (unpack_double): Call floatformat_is_valid.
1887
1888 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1889
1890 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1891 ps_strings into a long.
1892
1893 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1894 _initialize_am64fbsd_nat.
1895
1896 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1897
1898 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1899 associated with DW_AT_ranges attribute is out of bounds.
1900
1901 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1902
1903 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1904
1905 2003-09-14 Michael Chastain <mec@shout.net>
1906
1907 * config/m68k/nm-apollo68v.h: Delete.
1908 * config/m68k/xm-apollo68v.h: Delete.
1909
1910 2003-09-14 Andrew Cagney <cagney@redhat.com>
1911
1912 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1913 * dcache.c: Update copyrights and descriptions.
1914 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1915
1916 2003-09-14 Andrew Cagney <cagney@redhat.com>
1917
1918 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1919 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1920
1921 2003-09-14 Andrew Cagney <cagney@redhat.com>
1922
1923 * alpha-nat.c: Remove some occurances of "register".
1924 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1925 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1926 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1927 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1928 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1929 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1930 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1931 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1932 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1933 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1934 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1935 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1936 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1937 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1938 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1939 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1940 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1941 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1942 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1943 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1944 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1945 * values.c, vax-tdep.c, xcoffread.c: Ditto.
1946
1947 2003-09-13 Andrew Cagney <cagney@redhat.com>
1948
1949 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1950 * ppc-tdep.h (struct regcache): Declare opaque.
1951 * objfiles.h (struct objfile_data): Declare opaque.
1952 * cp-support.h (struct objfile): Declare opaque.
1953 * linux-nat.h (target_waitstatus): Declare opaque.
1954
1955 2003-09-14 Mark Kettenis <kettenis@gnu.org>
1956
1957 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1958 (stabs_argument_has_addr): New architecture method.
1959 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1960 * arch-utils.c: Include "buildsym.h".
1961 (default_stabs_argument_has_addr): New function.
1962 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1963 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1964
1965 * cris-tdep.c (cris_gdbarch_init): Set
1966 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1967 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1968 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1969 * mips-tdep.c (mips_gdbarch_init): Likewise.
1970 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1971 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1972
1973 2003-09-13 Andrew Cagney <cagney@redhat.com>
1974
1975 * values.c (using_struct_return): Delete "function" and "funcaddr"
1976 parameters.
1977 * value.h (using_struct_return): Update declaration.
1978 * infcmd.c (finish_command_continuation): Update.
1979 (finish_command): Update.
1980 * infcall.c (call_function_by_hand): Update.
1981 * eval.c (evaluate_subexp_standard): Update.
1982
1983 2003-09-13 Christopher Faylor <cgf@redhat.com>
1984
1985 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1986 SSE registers since gdb will not operate correctly without this.
1987 Restore include file ordering munged in previous change.
1988 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1989
1990 2003-09-13 Mark Kettenis <kettenis@gnu.org>
1991
1992 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1993 REG_STRUCT_HAS_ADDR.
1994 * gdbarch.c, gdbarch.h: Updated.
1995 * infcall.c (call_function_by_hand): Update.
1996 * stabsread.c (define_symbol): Updated.
1997
1998 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1999
2000 2003-09-12 Christopher Faylor <cgf@redhat.com>
2001
2002 * win32-nat.c: Reorganize so that defines used by target headers are
2003 actually defined by the system headers.
2004 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
2005 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
2006
2007 2003-09-12 Jim Blandy <jimb@redhat.com>
2008
2009 * dbxread.c (read_dbx_symtab): Don't report an internal error if
2010 the file has no .data, .bss, or .rodata sections. Instead wait
2011 until we see a variable alleged to live in one of those sections.
2012
2013 * dbxread.c (read_dbx_symtab): If we have no .data section and no
2014 .bss section, presume that any variables we find live in the
2015 .rodata section.
2016
2017 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
2018 offsets for global and static variables.
2019
2020 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
2021 symbol types are, by definition, in the .data section, so it is
2022 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
2023 If there is no .data section, there should be no N_DATA or N_DATA
2024 | N_EXT symbols.
2025
2026 2003-09-12 Mark Kettenis <kettenis@gnu.org>
2027
2028 * amd64fbsd-tdep.c: Fix sigtramp recognition.
2029 (amd64fbsd_sigcontext_addr): Rewrite.
2030 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
2031 with correct values.
2032 (amd64fbsd_sc_reg_offset): Initialize with correct values.
2033 (amd64fbsd_init_abi): Fix typo.
2034
2035 2003-09-12 Andrew Cagney <cagney@redhat.com>
2036
2037 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
2038 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
2039
2040 2003-09-12 Andrew Cagney <cagney@redhat.com>
2041
2042 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
2043 "entry_file_highpc". Update comments.
2044 * defs.h (deprecated_inside_entry_file): Rename
2045 "inside_entry_file".
2046 * blockframe.c (deprecated_inside_entry_file): Rename
2047 "inside_entry_file".
2048 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
2049 * vax-tdep.c (vax_frame_chain): Update.
2050 * sh64-tdep.c (sh64_frame_chain): Update.
2051 * sh-tdep.c (sh_frame_chain): Update.
2052 * rs6000-tdep.c (rs6000_frame_chain): Update.
2053 * ns32k-tdep.c (ns32k_frame_chain): Update.
2054 * mips-tdep.c (mips_frame_chain): Update.
2055 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
2056 * m32r-tdep.c (m32r_frame_this_id): Update.
2057 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
2058 * frv-tdep.c (frv_frame_this_id): Update.
2059 * d10v-tdep.c (d10v_frame_this_id): Update.
2060 * cris-tdep.c (cris_frame_chain): Update.
2061 * blockframe.c (legacy_frame_chain_valid): Update.
2062 * avr-tdep.c (avr_frame_this_id): Update.
2063 * arm-tdep.c (arm_prologue_this_id): Update.
2064 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
2065 * objfiles.c (objfile_relocate): Update.
2066 * mipsread.c (mipscoff_symfile_read): Update.
2067 (mipscoff_symfile_read): Update.
2068 * mdebugread.c (parse_partial_symbols): Update.
2069 * dwarfread.c (read_file_scope): Update.
2070 * dwarf2read.c (read_file_scope): Update.
2071 * dbxread.c (read_dbx_symtab): Update.
2072 (read_dbx_symtab): Update.
2073 * coffread.c (complete_symtab): Update.
2074
2075 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
2076
2077 * top.c (quit_target): New static helper function.
2078 (quit_force): Moved code to quit_target(). Call quit_target()
2079 via catch_errors() to catch errors during quit.
2080
2081 2003-09-11 David Carlton <carlton@kealia.com>
2082
2083 * buildsym.c (finish_block): Use allocate_block to allocate the
2084 block.
2085 * mdebugread.c (new_block): Add FIXME.
2086
2087 2003-09-11 David Carlton <carlton@kealia.com>
2088
2089 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
2090 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
2091 (recursive_dump_type): Ditto.
2092 * printcmd.c (print_formatted): Ditto.
2093 * typeprint.c (print_type_scalar): Ditto.
2094 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
2095 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
2096 * cp-support.h: Declare cp_check_possible_namespace_symbols,
2097 maint_cplus_cmd_list.
2098 * cp-support.c: Make maint_cplus_cmd_list extern.
2099 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
2100 command.h.
2101 (lookup_symbol_file): Look in possible namespace blocks when
2102 appropriate.
2103 (initialize_namespace_symtab): New.
2104 (get_possible_namespace_block, free_namespace_block)
2105 (check_possible_namespace_symbols)
2106 (check_possible_namespace_symbols_loop)
2107 (check_one_possible_namespace_symbol)
2108 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2109 (_initialize_cp_namespace): Ditto.
2110 * block.h: Declare allocate_block.
2111 * block.c (allocate_block): New.
2112 * jv-lang.c (get_java_class_symtab): Allocate blocks via
2113 allocate_block.
2114 * symfile.h: Update declaration of add_psymbol_to_list.
2115 * symfile.c (add_psymbol_to_list): Return the partial symbol in
2116 question.
2117 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2118 scan_partial_symbols_call.
2119 (scan_partial_symbols): Add NAMESPACE argument; update calls to
2120 helper functions.
2121 (add_partial_symbol): If necessary, scan mangled names for names
2122 of namespaces.
2123 (add_partial_namespace): Add NAMESPACE argument; generate partial
2124 symbols associated to namespaces.
2125 (add_partial_enumeration): Add NAMESPACE argument.
2126 (new_symbol): Allow namespace syms.
2127 (read_namespace): Generate namespace syms.
2128 * objfiles.h: Add opaque declaration of struct symtab.
2129 (struct objfile): Add cp_namespace_symtab member.
2130 * objfiles.c (allocate_objfile): Set
2131 objfile->cp_namespace_symtab.
2132 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2133 dictionary_h, command_h.
2134
2135 2003-09-11 Andrew Cagney <cagney@redhat.com>
2136
2137 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2138 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2139 near the function's end.
2140 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2141 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2142 regcache_raw_write_signed to set SP_REGNUM.
2143
2144 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
2145
2146 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2147 orig_addrs is set up properly.
2148
2149 2003-09-11 Andrew Cagney <cagney@redhat.com>
2150
2151 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2152 * gdbarch.h, gdbarch.c: Re-generate.
2153 * infcall.c (call_function_by_hand): Update.
2154 * hppa-tdep.c (hppa_push_arguments): Update.
2155 * ada-lang.c (place_on_stack): Update.
2156 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2157 * sparc-tdep.c (sparc_gdbarch_init): Update.
2158 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2159 * hppa-tdep.c (hppa_gdbarch_init): Update.
2160 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2161 stack_align.
2162
2163 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
2164
2165 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2166 register do need a frame.
2167
2168 2003-09-11 Andrew Cagney <cagney@redhat.com>
2169
2170 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2171 buildable since GDB 5.0.
2172 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2173 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2174 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2175 * irix4-nat.c: Delete file.
2176 * config/mips/irix4.mh: Delete file.
2177 * config/mips/irix3.mh: Delete file.
2178 * config/mips/irix3.mt: Delete file.
2179 * config/mips/tm-irix3.h: Delete file.
2180 * config/mips/nm-irix3.h: Delete file.
2181 * config/mips/xm-irix3.h: Delete file.
2182 * config/mips/nm-irix4.h: Delete file.
2183 * config/mips/xm-irix4.h: Delete file.
2184 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2185
2186 2003-09-10 J. Brobecker <brobecker@gnat.com>
2187
2188 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2189 * Makefile.in (hppa-tdep.o): Update dependencies.
2190
2191 2003-09-10 James E Wilson <wilson@specifixinc.com>
2192
2193 * MAINTAINERS: Change my e-mail address. Move to paper trail
2194 section.
2195
2196 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2197
2198 * MAINTAINERS (frv): New ISA entry.
2199
2200 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2201
2202 * frv-tdep.c (dis-asm.h): Include.
2203 * Makefile.in (frv-tdep.o): Update dependencies.
2204
2205 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2206
2207 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2208 Fix typo for high range of floating registers.
2209
2210 2003-09-09 David Carlton <carlton@kealia.com>
2211
2212 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2213 highpc initialization here out of scan_partial_symbols.
2214 (scan_partial_symbols): Restructure into a recursive version,
2215 calling add_partial_namespace and add_partial_enumeration when
2216 appropriate.
2217 (add_partial_namespace): New.
2218 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2219
2220 2003-09-09 Andrew Cagney <cagney@redhat.com>
2221
2222 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2223 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2224 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2225 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2226
2227 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2228 (rs6000_push_dummy_call): Set the "TOC" register.
2229
2230 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2231 methods "max_register_raw_size", "max_register_virtual_size" or
2232 "register_virtual_size".
2233
2234 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2235
2236 * MAINTAINERS: Update my e-mail address.
2237
2238 2003-09-09 Andrew Cagney <cagney@redhat.com>
2239
2240 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2241 (rs6000_push_dummy_call): Store the struct return address.
2242 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2243
2244 2003-09-09 Andrew Cagney <cagney@redhat.com>
2245
2246 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2247 "ppc_sysv_abi_push_arguments".
2248 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2249 "ppc_sysv_abi_push_arguments".
2250 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2251 instead of "push_arguments".
2252 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2253
2254 2003-09-09 Andrew Cagney <cagney@redhat.com>
2255
2256 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2257 instead of CALL_DUMMY_ADDRESS.
2258
2259 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2260
2261 * p-lang.c: Eliminate "register".
2262 * c-lang.c: Ditto.
2263 * expprint.c: Ditto.
2264 * f-lang.c: Ditto.
2265 * jv-lang.c: Ditto.
2266 * language.c: Ditto.
2267 * m2-lang.c: Ditto.
2268 * parse.c: Ditto.
2269 * scm-lang.c: Ditto.
2270 * objc-lang.c: Ditto.
2271
2272 2003-09-09 Nick Clifton <nickc@redhat.com>
2273
2274 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2275
2276 2003-09-04 Andrew Cagney <cagney@redhat.com>
2277
2278 * avr-tdep.c: Include "dis-asm.h".
2279 * cris-tdep.c: Include "dis-asm.h".
2280 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2281 instead of corresponding typedef.
2282 * h8300-tdep.c: Include "dis-asm.h".
2283 * ia64-tdep.c: Include "dis-asm.h".
2284 * i386-tdep.c: Include "dis-asm.h".
2285 (i386_print_insn): Use "struct disassemble_info" instead of
2286 corresponding typedef.
2287 * m68k-tdep.c: Include "dis-asm.h".
2288 * mcore-tdep.c: Include "dis-asm.h".
2289 * mips-tdep.c: Include "dis-asm.h".
2290 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2291 instead of corresponding typedef.
2292 * ns32k-tdep.c: Include "dis-asm.h".
2293 * s390-tdep.c: Include "dis-asm.h".
2294 * sparc-tdep.c: Include "dis-asm.h".
2295 * vax-tdep.c: Include "dis-asm.h".
2296 * v850-tdep.c: Include "dis-asm.h".
2297 * mn10300-tdep.c: Include "dis-asm.h".
2298 * rs6000-tdep.c: Include "dis-asm.h".
2299 * xstormy16-tdep.c: Include "dis-asm.h".
2300 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2301 print_insn_xstormy16.
2302 * Makefile.in (v850-tdep.o): Update dependencies.
2303 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2304 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2305 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2306 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2307 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2308 (gdbarch_h): Remove $(dis_asm_h).
2309 * disasm.c: Include "dis-asm.h".
2310 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2311 corresponding typedef.
2312 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2313 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2314 * gdbarch.sh: Do not include "dis-asm.h".
2315 (struct disassemble_info): Declare opaque.
2316 (TARGET_PRINT_INSN): Update declaration.
2317 * gdbarch.h, gdbarch.c: Re-generate.
2318
2319 2003-09-08 Andrew Cagney <cagney@redhat.com>
2320
2321 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2322 CALL_DUMMY_ADDRESS, change to a predicate.
2323 * gdbarch.h, gdbarch.c: Re-generate.
2324 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2325 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2326 * infcall.c (call_function_by_hand): Ditto.
2327 * sparc-tdep.c (sparc_push_return_address): Ditto.
2328 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2329 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2330 CALL_DUMMY_ADDRESS with entry_point_address.
2331 * v850-tdep.c (v850_push_return_address): Ditto.
2332 * s390-tdep.c (s390_push_return_address): Ditto.
2333 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2334 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2335 * mcore-tdep.c (mcore_push_return_address): Ditto.
2336 * cris-tdep.c (cris_push_return_address): Ditto.
2337 * arm-tdep.c (arm_push_return_address): Ditto.
2338
2339 2003-09-08 Andrew Cagney <cagney@redhat.com>
2340
2341 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2342 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2343 and REG_UNMODIFIED to REG_SAME_VALUE.
2344 (execute_cfa_program): Update.
2345 (dwarf2_frame_cache): Update. Initialize table to
2346 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2347 location.
2348 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2349
2350 2003-09-08 Andrew Cagney <cagney@redhat.com>
2351
2352 * gnu-nat.c: Remove "inline" function attribute.
2353 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2354
2355 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2356
2357 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2358 target.
2359
2360 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2361
2362 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2363 (frame_extra_info): Rename this struct to frv_unwind_cache.
2364 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2365 Add fields ``prev_sp'' and ``base''.
2366 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2367 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2368 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2369 Delete.
2370 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2371 Revise all callers. Fill in the unwind cache argument and make
2372 other adjustments to account for new frame mechanisms.
2373 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2374 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2375 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2376 (frv_frame_unwind, frv_frame_base): New structs.
2377 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2378 additional arguments expected by this method and adjust function
2379 body accordingly.
2380 (frv_gdbarch_init): Remove calls to the following functions:
2381 set_gdbarch_deprecated_init_frame_pc(),
2382 set_gdbarch_deprecated_saved_pc_after_call(),
2383 set_gdbarch_deprecated_frame_chain(),
2384 set_gdbarch_deprecated_frame_saved_pc(),
2385 set_gdbarch_deprecated_frame_init_saved_regs(),
2386 set_gdbarch_deprecated_push_arguments(),
2387 set_gdbarch_deprecated_push_return_address(),
2388 set_gdbarch_deprecated_pop_frame(),
2389 set_gdbarch_deprecated_call_dummy_words(),
2390 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2391 set_gdbarch_deprecated_init_extra_frame_info(),
2392 set_gdbarch_deprecated_dummy_write_sp(), and
2393 set_gdbarch_deprecated_pc_in_call_dummy().
2394 Add calls to the following functions:
2395 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2396 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2397 frame_base_set_default().
2398 * Makefile.in (frv-tdep.o): Update dependencies.
2399
2400 2003-09-09 Mark Kettenis <kettenis@gnu.org>
2401
2402 * dwarf2-frame.c (read_encoded_value): Add support for
2403 DW_EH_PE_aligned encoding.
2404
2405 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2406
2407 * infrun.c (normal_stop): Don't print a message if the inferior
2408 has exited.
2409
2410 2003-09-08 Jim Blandy <jimb@redhat.com>
2411
2412 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2413 * dbxread.c: #include "gdb_assert.h".
2414 (read_dbx_symtab): If the objfile has no .data section, use the
2415 section index for the .bss section instead.
2416
2417 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2418
2419 * frame.c (deprecated_safe_get_selected_frame): New function.
2420 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2421 * findvar.c (read_var_value): Call it.
2422
2423 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
2424
2425 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2426 (sh64-tdep.o): Add dependencies.
2427 * configure.tgt: Add FIXME to sh-*-linux*.
2428 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2429 (sh_gdbarch_init): Always set correct sh_show_regs function
2430 pointer. Call sh64_gdbarch_init() if machine type is sh5.
2431 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2432 * sh64-tdep.c: New file, containing all sh64 related code from
2433 sh-tdep.c.
2434 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2435 * config/sh/linux.mt (TDEPFILES): Ditto.
2436 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2437 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2438 * config/sh/wince.mt (TDEPFILES): Ditto.
2439
2440 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2441
2442 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2443 (stop_wait_callback): Handle !lp->signalled also.
2444 (lin_lwp_has_pending, flush_callback): New functions.
2445 (lin_lwp_wait): Call flush_callback.
2446 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2447 (linux_proc_pending_signals): New function.
2448 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2449
2450 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2451
2452 From Nick Kelsey <nickk@ubicom.com>:
2453 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2454 when the stop PC is at the beginning of a function also.
2455
2456 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
2457
2458 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2459 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2460
2461 2003-09-06 Mark Kettenis <kettenis@gnu.org>
2462
2463 * sol-thread.c: Include "gdb_string.h".
2464
2465 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2466
2467 * gcore.c: Reorder include files in alphabetical order. Include
2468 "gdb_assert.h". Various coding style fixes.
2469 (derive_stack_segment, derive_heap_segment): Replace check for
2470 non-null BOTTOM and TOP with gdb_assert.
2471 (derive_heap_segment): Replace check for successful creation of
2472 ZERO with gdb_assert.
2473 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2474
2475 2003-09-04 Andrew Cagney <cagney@redhat.com>
2476
2477 * thread-db.c (verbose_dlsym): New function.
2478 (thread_db_load): Use verbose_dlsym
2479 (thread_db_new_objfile): Print that libthread_db was loaded, and
2480 that thread debugging was enabled.
2481
2482 2003-09-04 Andrew Cagney <cagney@redhat.com>
2483
2484 * configure.tgt: Add "mips64*-*-*" target. Delete
2485 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2486 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2487 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2488 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2489 mips*-sony-*, and mips64*-*-elf* targets.
2490 * config/mips/embedl.mt: Delete file.
2491 * config/mips/embedl64.mt: Delete file.
2492 * config/mips/mips.mt: Delete file.
2493 * config/mips/mips64.mt: Delete file.
2494 * config/mips/tm-embed.h: Delete file.
2495 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2496 * config/mips/embed64.mt: Delete out-of-date comment.
2497
2498 2003-09-04 Andrew Cagney <cagney@redhat.com>
2499
2500 * hppa-tdep.c (hppa_gdbarch_init): Set
2501 "have_nonsteppable_watchpoint".
2502 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2503 * mips-tdep.c (mips_dump_tdep): Do not print
2504 HAVE_NONSTEPPABLE_WATCHPOINT.
2505 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2506 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2507 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2508 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2509
2510 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2511
2512 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2513 unused code. Add comment.
2514
2515 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2516
2517 * breakpoint.c (watchpoint_check): Check for pc being in an
2518 epilogue if watchpoint frame couldn't be found.
2519
2520 2003-09-04 Andrew Cagney <cagney@redhat.com>
2521
2522 * Makefile.in: Re-generate all dependencies.
2523
2524 2003-09-03 Andrew Cagney <cagney@redhat.com>
2525
2526 * arch-utils.h (legacy_print_insn): Delete declaration.
2527 * arch-utils.c (legacy_print_insn): Delete function.
2528 * disasm.c (deprecated_tm_print_insn_info): Delete.
2529 (_initialize_disasm): Delete function, contained code initializing
2530 deprecated_tm_print_insn_info.
2531 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2532 (deprecated_tm_print_insn_info): Delete.
2533 (TARGET_PRINT_INSN): Do not provide a default.
2534 * gdbarch.h, gdbarch.c: Re-generate.
2535
2536 2003-09-03 Andrew Cagney <cagney@redhat.com>
2537
2538 * disasm.c (fprintf_disasm): New function.
2539 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2540 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2541 reverts 2003-08-14 change.
2542 (_initialize_disasm): Call "init_disassemble_info", instead of
2543 INIT_DISASSEMBLE_INFO_NO_ARCH.
2544
2545 2003-09-03 Michael Snyder <msnyder@redhat.com>
2546
2547 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2548
2549 2003-09-03 Andrew Cagney <cagney@redhat.com>
2550
2551 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2552 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2553 * symfile.c (syms_from_objfile): Update.
2554 (reread_symbols): `Update
2555 * exec.c (exec_file_attach): Update.
2556 (exec_file_attach): Update.
2557 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2558 2003-08-29 change.
2559 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2560
2561 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2562
2563 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2564 trad-frame.h.
2565 (arm_get_cache): Delete macro.
2566 (struct arm_prologue_cache): Update comments. Make saved_regs into
2567 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2568 to prev_sp.
2569 (thumb_scan_prologue): Update for cache changes. Don't call
2570 DEPRECATED_PC_IN_CALL_DUMMY.
2571 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2572 argument and use it in desperation search for our prologue. Do not
2573 search past the specified PC.
2574 (arm_make_prologue_cache): Simplify.
2575
2576 (arm_prologue_this_id, arm_prologue_prev_register)
2577 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2578 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2579 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2580 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2581 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2582
2583 (arm_frame_chain_valid, arm_find_callers_reg)
2584 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2585 (arm_pop_frame): Delete obsolete methods.
2586 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2587
2588 (arm_gdbarch_init): Update for new frame methods. Register prologue
2589 and sigtramp unwinders. Set the default frame base method.
2590
2591 * Makefile.in (arm-tdep.o): Update dependencies.
2592 * varobj.c (find_frame_addr_in_frame_chain): Call
2593 get_frame_base_address.
2594 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2595
2596 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2597
2598 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2599 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2600 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2601 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2602 Take NEXT_FRAME and CACHE arguments. Call
2603 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2604 Set unwound_pc in CACHE instead of modifying the frame argument.
2605 Don't bother checking the frame type when looking for sigtramp
2606 frames.
2607 (arm_make_prologue_cache, arm_frame_chain)
2608 (arm_init_extra_frame_info): New functions.
2609
2610 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2611
2612 * arm-tdep.c (arm_get_cache): Define.
2613 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2614 unwound_sp, unwound_pc, and saved_regs.
2615 (thumb_scan_prologue): Take a cache instead of the frame.
2616 (arm_scan_prologue): Likewise.
2617 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2618 instead of a temporary frame.
2619 (arm_init_extra_frame_info): Allocate and use a cache.
2620 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2621
2622 2003-09-03 Andrew Cagney <cagney@redhat.com>
2623
2624 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2625 * config/mips/wince.mt (TM_CLIBS): Ditto.
2626 * config/sh/wince.mt (TM_CLIBS): Ditto.
2627 * config/pa/hppa64.mt (TM_CLIBS): Delete.
2628 * config/sparc/sp64.mt (CC): Delete.
2629
2630 2003-09-03 Andrew Cagney <cagney@redhat.com>
2631
2632 * defs.h: Do not include "arch-utils.h".
2633 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
2634 GDB_MULTI_ARCH_PURE.
2635 * configure.in (GDB_MULTI_ARCH): Do not define.
2636 * configure, config.in: Regenerate.
2637 * configure.tgt: Do not set variable "gdb_multi_arch".
2638 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
2639 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
2640 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
2641 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
2642 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
2643 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2644 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2645 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2646 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2647 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2648 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2649 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2650 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2651 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2652 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2653 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2654 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2655 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
2656
2657 2003-08-30 Michael Chastain <mec@shout.net>
2658
2659 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2660 * config/m68k/nm-hp300hpux.h: Delete.
2661 * config/m68k/tm-hp300hpux.h: Delete.
2662 * config/m68k/xm-hp300hpux.h: Delete.
2663 * config/m68k/xm-hp300bsd.h: Delete.
2664 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2665 tm-hp300hpux.h, xm-hp300hpux.h.
2666 * somsolib.c: Remove comment about hp300 shared libraries.
2667
2668 2003-08-31 Mark Kettenis <kettenis@gnu.org>
2669
2670 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2671 Only define PTRACE_GET_THREAD_AREA is not already defined.
2672 Various style fixes in code and comments and some additional
2673 spelling fixes in comments. Move after functions dealing with
2674 debug registers.
2675 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2676 Fix coding-style.
2677
2678 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2679 frame_unwind_register_unsigned instead of
2680 frame_unwind_unsigned_register.
2681
2682 2003-08-30 Mark Kettenis <kettenis@gnu.org>
2683
2684 * configure.in: Search for gethostbyname in libnsl.
2685 * configure: Regenerated.
2686
2687 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2688
2689 * configure.in: Remove redundant AC_MSG_RESULT in check for
2690 uintptr_t in stdint.h.
2691 * configure: Regenerated.
2692
2693 * amd64-nat.h (struct regcache): Add opaque declaration.
2694
2695 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2696 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2697 Change "register array" to "register cache" in comments.
2698 (x86_64_linux_gregset64_reg_offset): New variable.
2699 (GETREGS_SUPPLIES): Remove macro.
2700 (supply_gregset): Call amd64_supply_native_gregset instead of
2701 x86_64_linux_supply_gregset.
2702 (fill_gregset): Rename `regno' to `regnum'. Call
2703 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2704 (store_regs): Rename `regno' to `regnum'.
2705 (store_fpregs): Rename `regno' to `regnum'.
2706 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2707 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2708 Reorganize function a bit.
2709 (store_inferior_registers): Rename `regno' to `regnum'. Use
2710 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2711 Reorganize function a bit.
2712 (_initialize_x86_64_linux_nat): New function.
2713 * config/i386/x86-64linux.mh.
2714
2715 2003-08-29 Andrew Cagney <cagney@redhat.com>
2716
2717 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2718 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2719 (target_remove_watchpoint): Delete macro.
2720 (target_insert_watchpoint): Delete macro.
2721 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2722 (remote_mips_stopped_by_watchpoint): Delete declaration.
2723 (remote_mips_remove_watchpoint): Delete declaration.
2724 (remote_mips_set_watchpoint): Delete declaration.
2725 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2726 * remote-mips.c (_initialize_remote_mips): Set
2727 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2728 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2729 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2730 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2731 (mips_stopped_by_watchpoint): Rename
2732 remote_mips_stopped_by_watchpoint.
2733 (mips_can_hardware_watchpoint): Rename
2734 remote_mips_can_use_hardware_watchpoint, update function
2735 signature.
2736
2737 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2738
2739 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2740 USER_DS. We haven't given them a register number yet.
2741
2742 * amd64-nat.h: New file.
2743 * amd64-nat.c: New file.
2744 * amd64fbsd-nat.c: Include "amd64-nat.h".
2745 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2746 (amd64fbsd32_r_reg_offset): New variable.
2747 (supply_gregset): Simply call amd64_supply_native_gregset.
2748 (fill_gregset): Rename `regno' to `regnum'. Simply call
2749 amd64_collect_native_gregset.
2750 (fill_fpregset): Rename `regno' to `regnum'.
2751 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2752 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2753 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2754 `fpregset_t'. Call amd64_supply_native_gregset instead of
2755 supply_gregset. Call x86_64_supply_fxsave instead of
2756 supply_fpregset.
2757 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2758 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2759 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2760 `fpregset_t'. Call amd64_collect_native_gregset instead of
2761 fill_gregset. Call x86_64_collect_fxsave instead of
2762 fill_fpregset.
2763 (_initialize_am64fbsd_nat): Initialize
2764 amd64_native_gregset32_reg_offset and
2765 amd64_native_gregset64_reg_offset.
2766 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2767
2768 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2769 null pointer. Fix typo in comment.
2770
2771 * regcache.c (supply_register): Reimplement to call
2772 regcache_raw_supply.
2773 (regcache_collect): Reimplement by calling regcache_raw_collect.
2774
2775 2003-08-28 Mark Kettenis <kettenis@gnu.org>
2776
2777 * regcache.c (register_buffer): Consitify first argument.
2778 (regcache_raw_supply, regcache_raw_collect): New
2779 functions.
2780
2781 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2782
2783 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2784 by Nathan J. Williams.
2785
2786 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2787
2788 * lin-lwp.c (wait_lwp): New function, copied from
2789 stop_wait_callback. Clean up.
2790 (stop_wait_callback): Use wait_lwp.
2791
2792 2003-08-28 Andrew Cagney <cagney@redhat.com>
2793
2794 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2795 flavour and disassembler options.
2796 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2797 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2798 deprecated_tm_print_insn_info.
2799
2800 2003-08-27 Andrew Cagney <cagney@redhat.com>
2801
2802 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2803 Use target_read_memory.
2804 (s390_get_frame_info): Update. Do not reference
2805 deprecated_tm_print_insn_info.
2806 (s390_check_function_end, s390_is_sigreturn): Ditto.
2807
2808 2003-08-27 Andrew Cagney <cagney@redhat.com>
2809
2810 * Makefile.in (cris-tdep.o): Update dependencies.
2811 * cris-tdep.c: Include "gdb_assert.h".
2812 (cris_gdbarch_init): Set print_insn.
2813 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2814 (cris_delayed_get_disassembler): Simplify, directly call the
2815 disassembler returned by cris_get_disassembler.
2816 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2817 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2818 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2819 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2820 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2821 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2822 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2823 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2824 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2825 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2826 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2827 (gdb_print_insn_sparc): Delete function.
2828 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2829 deprecated_tm_print_insn_info.
2830 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2831 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2832 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2833 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2834 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2835 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2836 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2837 (s390_gdbarch_init): Set print_insn.
2838
2839 2003-08-27 Andrew Cagney <cagney@redhat.com>
2840
2841 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2842 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2843 * infcall.c (call_function_by_hand): Convert the entry point
2844 address into a code address.
2845
2846 2003-08-27 Andrew Cagney <cagney@redhat.com>
2847
2848 * dsrec.c: Include "gdb_string.h".
2849 * Makefile.in (dsrec.o): Update dependencies.
2850
2851 2003-08-27 Michael Chastain <mec@shout.net>
2852
2853 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2854
2855 2003-08-27 Andrew Cagney <cagney@redhat.com>
2856
2857 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2858 (alpha_osf1_init_abi): Do not set call_dummy_address.
2859
2860 2003-08-27 David Carlton <carlton@kealia.com>
2861
2862 From Randolph Chung <tausq@debian.org>:
2863 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2864 compiles with -Wformat-nonliteral -Werror.
2865
2866 2003-08-26 Jim Blandy <jimb@redhat.com>
2867
2868 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2869 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2870 bfd_lookup_symbol, since we only want symbols in code sections.
2871 (look_for_base): Pass zero as the SECT_FLAGS argument to
2872 bfd_lookup_symbol, since we're not concerned about which section
2873 the symbol is in.
2874
2875 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2876
2877 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2878 we are frameless or the return address register is already known.
2879
2880 2003-08-26 Andrew Cagney <cagney@redhat.com>
2881
2882 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2883 in size. Add comments.
2884
2885 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2886
2887 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2888 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2889
2890 2003-08-26 Jason Merrill <jason@redhat.com>
2891
2892 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2893 case out of #ifdef MIPS block.
2894
2895 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2896
2897 PR java/1322
2898 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2899 available before calling SECT_OFF_TEXT.
2900 * PROBLEMS: Remove description of java/1322.
2901
2902 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2903
2904 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2905 bof, and nat0-nat127 as pseudo-registers.
2906 (ia64_frame_cache): New struct used to cache frame info.
2907 (ia64_register_reggroup_p): New routine used to override default
2908 register grouping so registers without names are still saved and
2909 restored.
2910 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2911 pseudo values.
2912 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2913 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2914 (ia64_alloc_frame_cache): New routine to create a new
2915 ia64_frame_cache.
2916 (examine_prologue): Change prototype to add next_frame pointer.
2917 Assume frameless until otherwise proven. Verify that the cfm for
2918 current frame matches the cfm that should occur for the prologues
2919 alloc insn and if equal, mark as not frameless. At end of routine,
2920 if not frameless, calculate registers for the previous frame and store
2921 in the cache, if a cache is provided.
2922 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2923 and pass 0 for next_frame.
2924 (ia64_store_return_value): Change to use convert_typed_floating()
2925 instead of calling ia64_convert_to_raw().
2926 (ia64_extract_return_value): Change to use convert_typed_floating()
2927 instead of calling ia64_convert_to_virtual().
2928 (ia64_frame_cache): New routine to support new frame model.
2929 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2930 (ia64_frame_sniffer): Ditto.
2931 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2932 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2933 (ia64_sigtramp_frame_prev_register): Ditto.
2934 (ia64_sigtramp_frame_sniffer): Ditto.
2935 (ia64_frame_base_address): Ditto.
2936 (ia64_extract_struct_value_address): Change to issue error message.
2937 (ia64_frame_align): New routine to align sp.
2938 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
2939 (ia64_push_arguments): Removed. Logic moved to
2940 ia64_push_dummy_call().
2941 (ia64_push_return_address): Ditto.
2942 (ia64_unwind_dummy_id): New function.
2943 (ia64_unwind_pc): Ditto.
2944 (ia64_convert_register_p): Ditto.
2945 (ia64_register_to_value): Ditto.
2946 (ia64_value_to_register): Ditto.
2947 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2948 (ia64_register_byte, ia64_register_raw_size): Ditto.
2949 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2950 (ia64_saved_pc_after_call): Ditto.
2951 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2952 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2953 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2954 (ia64_register_convert_to_raw): Ditto.
2955 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2956 (ia64_init_extra_frame_info): Ditto.
2957 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2958 (ia64_gdbarch_init): Remove registering of deprecated functions that
2959 are no longer used. Add registration of new gdbarch functions.
2960 Remove registering deprecated_write_sp. Replace
2961 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2962 Delete set_gdbarch_deprecated_register_convertible(),
2963 set_gdbarch_deprecated_register_convert_to_virtual(), and
2964 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2965 set_gdbarch_deprecated_register_size(),
2966 set_gdbarch_deprecated_register_bytes(),
2967 set_gdbarch_pcregnum(),
2968 set_gdbarch_deprecated_register_byte(),
2969 set_gdbarch_deprecated_register_raw_size(),
2970 set_gdbarch_deprecated_max_register_raw_size(),
2971 set_gdbarch_deprecated_register_virtual_size(),
2972 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2973 Replace set_gdbarch_deprecated_extract_return_value() with
2974 set_gdbarch_extract_return_value(). Remove calls to:
2975 set_gdbarch_deprecated_saved_pc_after_call();
2976 set_gdbarch_deprecated_frame_chain(),
2977 set_gdbarch_deprecated_frame_saved_pc(),
2978 set_gdbarch_deprecated_frame_init_saved_regs(),
2979 set_gdbarch_deprecated_get_saved_register(),
2980 set_gdbarch_deprecated_call_dummy_words(),
2981 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2982 set_gdbarch_deprecated_init_extra_frame_info(),
2983 set_gdbarch_deprecated_frame_args_address(),
2984 set_gdbarch_deprecated_frame_locals_address(),
2985 and set_gdbarch_deprecated_dummy_write_sp().
2986 Add set_gdbarch_convert_register_p(),
2987 set_gdbarch_register_to_value(),
2988 set_gdbarch_value_to_register(),
2989 set_gdbarch_push_dummy_call(),
2990 set_gdbarch_frame_align(),
2991 set_gdbarch_unwind_dummy_id(),
2992 set_gdbarch_unwind_pc(),
2993 frame_unwind_append_sniffer(),
2994 frame_unwind_append_sniffer(),
2995 and frame_base_set_default().
2996
2997 2003-08-25 Chris Demetriou <cgd@broadcom.com>
2998
2999 * configure.tgt: Document need for special "mipsisa64" handling.
3000 (mipsisa64*-*-linux64): Handle as target linux64.
3001 (mipsisa64*-*-*): Handle as target embed64.
3002
3003 2003-08-18 Michael Chastain <mec@shout.net>
3004
3005 * PROBLEMS: Document pr gdb/1322, the Java anonymous
3006 objfile bug.
3007
3008 2003-08-24 Mark Kettenis <kettenis@gnu.org>
3009
3010 * i387-tdep.h: Update copyright date.
3011 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
3012
3013 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
3014 CFLAGS games to reflect reality.
3015
3016 2003-08-24 Andrew Cagney <cagney@redhat.com>
3017
3018 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
3019 GDB_MULTI_ARCH is always non-zero.
3020 * osabi.c (_initialize_gdb_osabi): Ditto.
3021 (gdbarch_init_osabi): Ditto.
3022 * sparc-tdep.c: Ditto for #if code.
3023
3024 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3025
3026 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
3027 Update comments.
3028 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
3029 comments.
3030 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
3031 x86_64_supply_fxsave.
3032 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
3033 x86_64_supply_fxsave.
3034 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
3035 x86_64_supply_fxsave.
3036
3037 2003-08-23 Andreas Jaeger <aj@suse.de>
3038
3039 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
3040 i387_supply_fxsave.
3041
3042 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3043
3044 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
3045 i387_supply_register.
3046 (go32_fetch_registers): Adjust call to i387_supply_fsave.
3047 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
3048 i387_supply_fsave.
3049 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
3050 i387_supply_fxsave.
3051 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
3052 i387_supply_fsave.
3053 * i386bsd-nat.c (supply_fpregset): Adjust call to
3054 i387_supply_fsave.
3055 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
3056 call to i387_supply_fxsave. Call i387_supply_fsave instead of
3057 supply_fpregset.
3058 (store_inferior_registers): Remove extraneous whitespace. Call
3059 i387_fill_fsave instead of fill_fpregset.
3060 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
3061 (supply_fpregset): Likewise.
3062 * i386v4-nat.c (supply_fpregset): Adjust call to
3063 i387_supply_fsave.
3064 * i386-interix-nat.c (supply_fpregset): Adjust call to
3065 i387_supply_fsave.
3066 * i386-linux-nat.c (supply_fpregset): Adjust call to
3067 i387_supply_fsave.
3068 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
3069 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
3070 i387supply_fsave and i387_supply_fxsave.
3071 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
3072 Incorporate code from `i387_supply_register.
3073 (i387_supply_register): Remove.
3074 (i387_supply_fxsave): Add `regnum' argument.
3075 Update comments.
3076 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
3077 prototype.
3078 (i387_supply_register): remove prototype.
3079 Update comments.
3080
3081 2003-08-22 Michael Chastain <mec@shout.net>
3082
3083 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
3084 Add lines for files in gdb/testsuite/gdb.cp/* that are
3085 still not 8.3 unique.
3086
3087 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
3088
3089 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
3090 TYPE_VPTR_FIELDNO is valid.
3091
3092 2003-08-19 Mark Kettenis <kettenis@gnu.org>
3093
3094 * utils.c (set_width_command): Remove prototypes.
3095 (set_screen_size): New prototype.
3096 (init_page_info): Simplify by fetching the screen size from
3097 Readline. Call set_screen_size.
3098 (set_screen_size): New function.
3099 (set_width): Add missing whitespace in comment.
3100 (set_width_command): Call set_screen_size.
3101 (set_height_command): New function.
3102 (initialize_utils): Fix formatting. Make "set height" command
3103 call set_height_command. Remove redundant code that turns off
3104 pagination if output isn't a terminal. Remove redundant call to
3105 set_width_command.
3106
3107 2003-08-22 Mark Kettenis <kettenis@gnu.org>
3108
3109 * sparc64-tdep.h (sparc64_regnum): Fix comment.
3110 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3111 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3112 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3113 `case' keyword.
3114 (sparc64_register_info): Give the reister with number
3115 SPARC64_STATE_REGNUM a name.
3116 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3117 %asi and %ccr.
3118 (sparc64_push_dummy_call): Take BIAS into account when checking
3119 stcak alignment.
3120 (sparc_software_single_step): Remove assertions that check whether
3121 NPC and NNPC were zero.
3122 (sparc_supply_rwindow): Make public. Merge functionality with
3123 sparc64_supply_rwindow.
3124 (sparc_fill_rwindow): Make public. Merge functionality with
3125 sparc64_fill_rwindow.
3126 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3127 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3128 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3129 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3130 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3131
3132 * reggroups.c: Add whitespace after declarations of local
3133 variables in functions.
3134
3135 2003-08-21 Michael Chastain <mec@shout.net>
3136
3137 * gdbtypes.h: Change array bound type from an int to enum.
3138
3139 2003-08-21 Andrew Cagney <cagney@redhat.com>
3140
3141 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3142 * config/sparc/tm-sparc.h: Ditto.
3143 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3144 unconditionally.
3145 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3146
3147 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3148
3149 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3150 (register_objfile_data, set_objfile_data, objfile_data): New
3151 prototypes.
3152 * objfiles.c (objfile_alloc_data, objfile_free_data): New
3153 prototypes.
3154 (allocate_objfile): Call objfile_alloc_data.
3155 (free_objfile): Call objfile_free_data.
3156 (struct objfile_data): New.
3157 (struct objfile_data_registration): New.
3158 (struct objfile_data_registry): New.
3159 (objfile_data_registry): New variable.
3160 (register_objfile_data): New function.
3161 (objfile_alloc_data, objfile_free_data): New functions.
3162 (set_objfile_data, objfile_data): New functions.
3163 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3164 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3165 (_initialize_dwarf2_frame): New function and prototype.
3166
3167 2003-08-21 Andrew Cagney <cagney@redhat.com>
3168
3169 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3170 a specific architecture.
3171 * arch-utils.h (set_architecture_from_arch_mach): Delete
3172 declaration.
3173 (target_architecture_hook): Delete declaration.
3174 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3175 (default_float_format): Assume GDB_MULTI_ARCH.
3176 (default_double_format): Assume GDB_MULTI_ARCH.
3177 (set_endian_from_file): Delete function.
3178 (arch_ok): Delete function.
3179 (set_arch): Delete function.
3180 (set_architecture_from_arch_mach): Delete function.
3181 (set_architecture_from_file): Delete function.
3182 (set_architecture): Assume GDB_MULTI_ARCH.
3183 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3184
3185 2003-08-21 Mark Kettenis <kettenis@gnu.org>
3186
3187 Rewrite FreeBSD/sparc64 native configuration.
3188 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3189 * sparc64fbsd-nat.c: New file.
3190 * sparc64fbsd-tdep.c: New file.
3191 * sparc64-tdep.c sparc64-tdep.h: New files.
3192 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3193 sparc64fbsd-tdep.o): New dependencies.
3194 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3195 and sparc64fbsd-tdep.c.
3196 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3197 * config/sparc/fbsd.mh: Remove copyright notice.
3198 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3199 sparcbsd-nat.o.
3200 * config/sparc/fbsd.mt: Remove copyright notice.
3201 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3202 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3203 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3204 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3205 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3206 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3207 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3208 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3209 "sparc/tm-sp64.h".
3210 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3211 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3212
3213 2003-08-21 Michael Chastain <mec@shout.net>
3214
3215 * symtab.h: Add doco on the space critical structures and
3216 some measurements of space usage.
3217
3218 2003-08-21 Michael Snyder <msnyder@redhat.com>
3219
3220 * tracepoint.c (trace_dump_command): Trace break address
3221 is subject to DECR_PC_AFTER_BREAK.
3222 (set_traceframe_context): Make "trace_line" an int.
3223 Fixes suggested by Mark Newman <mark.newman@lmco.com>
3224
3225 2003-08-20 Michael Snyder <msnyder@redhat.com>
3226
3227 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
3228 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3229 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
3230 argument passing.
3231 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
3232 functions, replace sh_push_dummy_call.
3233 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3234
3235 2003-08-20 Michael Chastain <mec@shout.net>
3236
3237 * gdbtypes.h (struct main_type): Rearrange to save space.
3238
3239 2003-08-20 Michael Snyder <msnyder@redhat.com>
3240
3241 * trad-frame.c: Comment typo fix.
3242
3243 2003-08-20 Michael Snyder <msnyder@redhat.com>
3244 Kevin Buettner <kevinb@redhat.com>
3245
3246 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3247 (frv_frame_init_saved_regs): Add declaration.
3248 (frame_extra_info): Add new field ``saved_regs''.
3249 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3250 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3251 Update frame related code.
3252 (frv_extract_struct_value_address): Adjust formatting.
3253 * Makefile.in (frv-tdep.o): Update dependencies.
3254 * config/frv/tm-frv.h (target_insert_watchpoint)
3255 (target_remove_watchpoint, target_insert_hw_breakpoint)
3256 (target_remove_hw_breakpoint): Delete these macros.
3257 (remote_insert_watchpoint, remote_remove_watchpoint)
3258 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3259 these declarations.
3260
3261 2003-08-20 Michael Chastain <mec@shout.net>
3262
3263 * defs.h (ENUM_BITFIELD): New macro.
3264 * symtab.h (ENUM_BITFIELD): Use it.
3265 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3266
3267 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3268
3269 * MAINTAINERS (write after approval): Add myself.
3270
3271 2003-08-18 Andrew Cagney <cagney@redhat.com>
3272
3273 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3274 * gdbarch.h, gdbarch.c: Re-generate.
3275 * infcall.c (call_function_by_hand): Adjust the SP by
3276 frame_red_zone_size before allocating any stack space.
3277 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3278 * x86-64-tdep.c (x86_64_frame_align): New function.
3279 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3280
3281 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3282 Remove code adjusting SP so that it skips over the Red Zone.
3283
3284 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3285
3286 * NEWS (New native configurations): Mention FreeBSD/amd64.
3287
3288 2003-08-18 Andrew Cagney <cagney@redhat.com>
3289
3290 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3291 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3292 "m68k_frame_p".
3293 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3294
3295 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3296
3297 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3298
3299 2003-08-18 Michal Ludvig <mludvig@suse.cz>
3300
3301 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3302 Define.
3303 * i386-linux-nat.c: Include "linux-nat.h".
3304 (child_post_startup_inferior): New function.
3305
3306 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3307
3308 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3309 at the start of a frameless function. This probably fixes PR
3310 backtrace/1338.
3311
3312 2003-08-17 Michael Chastain <mec@shout.net>
3313
3314 * symfile.c (find_sym_fns): Remove special case for apollo target.
3315
3316 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3317
3318 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3319 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3320 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3321 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3322 (linux_supports_tracevforkdone): New function.
3323 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3324 TRACEVFORKDONE.
3325 (child_follow_fork): Handle vfork.
3326 (linux_handle_extended_wait): Likewise. Also handle exec.
3327 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3328 * NEWS: Mention fork tracing.
3329
3330 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3331
3332 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3333
3334 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3335
3336 * Makefile.in (i386-linux-nat.o): Update dependencies.
3337 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3338 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3339 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3340 * i386-linux-nat.c: Include "linux-nat.h".
3341 (child_post_startup_inferior): New function.
3342 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3343 * infptrace.c (kill_inferior): Wrap in #ifdef.
3344 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3345 attaching to each LWP.
3346 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3347 (init_lin_lwp_ops): Fill in some more operations.
3348 * linux-nat.h (linux_enable_event_reporting)
3349 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3350 prototypes.
3351 * linux-nat.c (linux_enable_event_reporting): New function.
3352 (child_post_attach, linux_child_post_startup_inferior)
3353 (child_post_startup_inferior, child_follow_fork)
3354 (linux_handle_extended_wait, kill_inferior): New functions.
3355
3356 2003-08-16 Andrew Cagney <cagney@redhat.com>
3357
3358 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3359 * gdbarch.h, gdbarch.c: Re-generate.
3360
3361 2003-08-16 Mark Kettenis <kettenis@gnu.org>
3362
3363 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3364
3365 2003-08-16 Andrew Cagney <cagney@redhat.com>
3366
3367 * NEWS: Mention that "set prompt-escape-char" was deleted.
3368 * top.c (get_prompt_1): Delete function.
3369 (gdb_prompt_escape):
3370 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3371 prompt-escape-char" command.
3372 (MAX_PROMPT_SIZE): Delete macro.
3373 (get_prompt): Simplify, do not call get_prompt_1.
3374
3375 2003-08-16 Andrew Cagney <cagney@redhat.com>
3376
3377 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3378 -Werror. -Wformat-nonliteral problems.
3379
3380 2003-08-15 J. Brobecker <brobecker@gnat.com>
3381
3382 Further multiarching work mostly for hppa64-*-hpux11:
3383 * hppa-tdep.h: New file.
3384 * hppa-tdep.c: #include hppa-tdep.c.
3385 (hppa32_num_regs): Renamed from hppa_num_regs.
3386 (hppa64_num_regs): New constant.
3387 (hppa64_call_dummy_breakpoint_offset): New constant.
3388 (hppa32_call_dummy_length): New constant.
3389 (hppa64_call_dummy_length): New constant.
3390 (hppa32_stack_align): Make name 32bit explicit.
3391 (hppa32_register_virtual_type): Likewise.
3392 (hppa32_extract_return_value): Likewise.
3393 (hppa32_use_struct_convention): Likewise.
3394 (hppa32_store_return_value): Likewise.
3395 (hppa64_register_virtual_type): New function.
3396 (hppa64_extract_return_value): New function.
3397 (hppa64_use_struct_convention): New function.
3398 (hppa64_store_return_value): New function.
3399 (hppa_frame_locals_address): Remove declaration, function does
3400 not exist anymore.
3401 (hppa_register_byte): Add support for PA64 ABI.
3402 (hppa_gdbarch_init): Add support for PA64 ABI.
3403 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3404 Make name 32bit explicit.
3405 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3406 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3407 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3408 (hppa64_hpux_frame_base_before_sigtramp): New function.
3409 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3410 * config/pa/tm-hppa64.h: Remove macros that are no longer
3411 necessary now that the gdbarch vector is properly setup.
3412 Transform some macros into function calls. Some minor cleanup.
3413 * config/pa/tm-hppah.h: Update function calls in macros
3414 following the function renaming in hppa-hpux-tdep.c.
3415 * Makefile.in (hppa_tdep_h): New variable.
3416 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3417
3418 2003-08-14 Michael Snyder <msnyder@redhat.com>
3419
3420 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3421
3422 2003-08-13 J. Brobecker <brobecker@gnat.com>
3423
3424 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3425 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3426 routine.
3427
3428 2003-08-13 Michael Snyder <msnyder@redhat.com>
3429
3430 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3431 (frv_saved_pc_after_call): Use deprecated ftype.
3432 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3433 (frv_remote_translate_xfer_address): Remove.
3434 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3435
3436 2003-08-13 J. Brobecker <brobecker@gnat.com>
3437
3438 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3439 initialization after the common gdbarch initialization, not before.
3440
3441 2003-08-13 J. Brobecker <brobecker@gnat.com>
3442
3443 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3444 (ADDR_BITS_REMOVE): Remove, redundant.
3445
3446 2003-08-13 J. Brobecker <brobecker@gnat.com>
3447
3448 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3449 gdbarch method to clear the 2 low bits of text addresses.
3450
3451 2003-08-12 Andrew Cagney <cagney@redhat.com>
3452
3453 * Makefile.in (dsrec.o): Update dependencies.
3454 * dsrec.c: Include "gdb_assert.h".
3455 (make_srec): Use snprintf instead of sprintf, use a literal format
3456 string.
3457
3458 2003-08-12 Andrew Cagney <cagney@redhat.com>
3459
3460 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3461 FRAME_OBSTACK_ZALLOC.
3462
3463 2003-08-12 Kevin Buettner <kevinb@redhat.com>
3464
3465 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3466 SSE registers.
3467
3468 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3469
3470 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3471 amd64fbsd_sc_reg_offset): Add extern declarations.
3472 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3473 declarations.
3474
3475 2003-08-11 Ben Elliston <bje@wasabisystems.com>
3476
3477 * MAINTAINERS (write after approval): Update my mail address.
3478
3479 2003-08-10 Andrew Cagney <cagney@redhat.com>
3480
3481 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3482
3483 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3484
3485 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3486 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3487 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3488 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3489 i386bsd_sc_reg_offset): Add extern declarations.
3490 * i386obsd-nat.c: Include "i386-tdep.h"
3491 (_initialize_i386obsd_nat): Remove extern declarations.
3492 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3493 declarations.
3494 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3495 declarations.
3496
3497 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3498 instead of frame_read_register.
3499 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3500 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3501 SP_REGNUM.
3502 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3503 instead of frame_unwind_unsigned_register. Use
3504 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3505 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3506 instead of read_register. Use builtin_type_void_data_ptr instead
3507 of builtin_type_void_func_ptr when extracting the address of the
3508 jmp_buf.
3509 (i386_extract_return_value, i386_store_return_value,
3510 i386_pseudo_register_read, i386_pseudo_register_write): Use
3511 register_size instead REGISTER_RAW_SIZE.
3512
3513 2003-08-10 Andrew Cagney <cagney@redhat.com>
3514
3515 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3516 sprintf. Make "name" constant.
3517
3518 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3519
3520 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3521 instead of frame_read_register.
3522 (i387_print_float_info): Use get_frame_register and
3523 get_frame_register_unsigned instead of frame_register_read.
3524
3525 * i386fbsd-nat.c: Include "i386-tdep.h".
3526 (child_resume): Make `eflags' an ULONGEST. Use
3527 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3528 instead of register_read and register_write.
3529
3530 * i386bsd-nat.c (fetch_inferior_registers,
3531 store_inferior_registers): Don't use && at the end of a line.
3532 (_initialize_i386bsd_nat): Fix typo.
3533
3534 * frame.c (_initialize_frame): Add missing backslash.
3535
3536 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3537 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3538 and supply_register instead of manipulating the register buffer
3539 directly.
3540
3541 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3542 * config/i386/nm-i386sol2.h
3543 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3544
3545 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3546 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3547 instructions that GCC likes to mingle into the prologue. Fixes
3548 gdb/1253 and gdb/1255.
3549
3550 2003-08-09 Andrew Cagney <cagney@redhat.com>
3551
3552 Fix GDB PR cli/926.
3553 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3554 * command.h (add_setshow_uinteger_cmd): Declare.
3555 * frame.c (set_backtrace_cmd): New function.
3556 (show_backtrace_cmd): New function.
3557 * frame.c (_initialize_frame): Replace "set/show
3558 backtrace-below-main" with "set/show backtrace past-main". Add
3559 command "set/show backtrace limit".
3560 (backtrace_past_main): Rename "backtrace_below_main".
3561 (backtrace_limit): New variable.
3562 (get_prev_frame): Update. Check the backtrace_limit.
3563
3564 2003-08-09 Andrew Cagney <cagney@redhat.com>
3565
3566 * defs.h (xstrprintf): Declare.
3567 * utils.c (xstrprintf): New function.
3568 * breakpoint.c (insert_breakpoints): Replace sprintf and
3569 non-literal format strings, with xstrprintf and cleanups.
3570 (delete_breakpoint,breakpoint_re_set): Ditto.
3571 (commands_command, insert_breakpoints): Ditto.
3572 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3573 (break_at_finish_command_1): Ditto.
3574
3575 2003-08-09 Andrew Cagney <cagney@redhat.com>
3576
3577 * MAINTAINERS (language support): List Adam Fedor as Objective C
3578 maintainer.
3579
3580 2003-08-08 J. Brobecker <brobecker@gnat.com>
3581
3582 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3583 are now multiarched.
3584
3585 2003-08-08 J. Brobecker <brobecker@gnat.com>
3586
3587 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3588 longer necessary now that hppa64 is partially multiarch'ed.
3589
3590 2003-08-08 Andrew Cagney <cagney@redhat.com>
3591
3592 * interps.c (interp_set): Check for a NULL "old_interp".
3593
3594 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3595
3596 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3597 (install-only): Support DESTDIR.
3598 (uninstall): Likewise.
3599 (install-gdbtk): Likewise.
3600
3601 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
3602
3603 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3604 contains something meaningful at all times.
3605
3606 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
3607
3608 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
3609
3610 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
3611
3612 * MAINTAINERS (write after approval): Added self.
3613
3614 2003-08-07 Andrew Cagney <cagney@redhat.com>
3615
3616 * inferior.h (AT_SYMBOL): Define.
3617 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3618 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3619 * mips-tdep.c (mips_call_dummy_address): Delete function.
3620 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3621 set call_dummy_address.
3622
3623 2003-08-07 Andrew Cagney <cagney@redhat.com>
3624
3625 * language.c (op_error): Delete function.
3626 (binop_type_check): Delete function.
3627 * language.h (type_op_error, range_op_error): Delete macros.
3628 (op_error): Delete declaration.
3629
3630 2003-08-07 Andrew Cagney <cagney@redhat.com>
3631
3632 * interps.h (INTERP_MI2, INTERP_MI3): Define.
3633
3634 2003-08-07 Michal Ludvig <mludvig@suse.cz>
3635
3636 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
3637 (x86_64_push_arguments): Skip the red zone.
3638
3639 2003-08-05 Andrew Cagney <cagney@redhat.com>
3640
3641 * reggroups.c (reggroup_next): Check for the final entry.
3642
3643 2003-08-04 Andrew Cagney <cagney@redhat.com>
3644
3645 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3646 * cli/cli-script.c (define_command): Call query directly, instead
3647 of passing it a buffer.
3648 * ocd.c (ocd_error): Pass error a constant format string.
3649 * remote-mips.c (mips_error): Use fputs_filtered.
3650
3651 * solib-svr4.c (_initialize_svr4_solib): Update
3652 register_gdbarch_data call.
3653 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3654
3655 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3656 (register_gdbarch_data): Delete "free" parameter. Update
3657 comments.
3658 * gdbarch.h, gdbarch.c: Re-generate.
3659 * reggroups.c (_initialize_reggroup): Update.
3660 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3661 * frame-base.c (_initialize_frame_base): Update.
3662 * frame-unwind.c (_initialize_frame_unwind): Update.
3663 * user-regs.c (_initialize_user_regs): Update.
3664 * remote.c (_initialize_remote): Update.
3665 * regcache.c (_initialize_regcache): Update.
3666
3667 * regcache.c (xfree_regcache_descr): Delete function.
3668 (_initialize_regcache): Update call to register_gdbarch_data.
3669 (init_regcache_descr, init_legacy_regcache_descr): Use
3670 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3671
3672 * remote.c (free_remote_state): Delete function.
3673 (_initialize_remote): Update register_gdbarch_data.
3674 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3675 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3676
3677 2003-08-04 Andrew Cagney <cagney@redhat.com>
3678
3679 * reggroups.c (struct reggroup_el): Define.
3680 (struct reggroups): Delete field "nr_group". Replace array
3681 "group" with a "first" to "last" linked list.
3682 (reggroups_init): Update. Allocate using gdbarch's obstack.
3683 (reggroups_free): Delete function.
3684 (add_group): Update. Add "el" parameter.
3685 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3686 (default_groups): Update.
3687 (reggroup_next): Replace reggroups.
3688 (reggroups_dump): Update.
3689 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3690 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3691 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3692
3693 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
3694
3695 * Makefile.in (tui-interp.o): Update dependencies.
3696
3697 2003-08-04 David Carlton <carlton@kealia.com>
3698
3699 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3700 to internal_error call.
3701 * source.c (forward_search_command): Add "%s" format argument.
3702 (reverse_search_command): Ditto.
3703 * top.c (quit_confirm): Ditto.
3704 * cli/cli-setshow.c (do_setshow_command): Ditto.
3705 * cp-valprint.c (cp_print_class_method): Replace
3706 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3707 (cp_print_class_member): Ditto.
3708 * event-top.c (command_line_handler): Ditto.
3709 * linux-proc.c (linux_info_proc_cmd): Ditto.
3710 * p-typeprint.c (pascal_type_print_base): Ditto.
3711 * p-valprint.c (pascal_object_print_class_method): Ditto.
3712 (pascal_object_print_class_member): Ditto.
3713 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3714 * remote.c (remote_cisco_section_offsets): Ditto.
3715 * top.c (command_line_input): Ditto.
3716 * utils.c (vwarning,error_stream,quit): Ditto.
3717 * valprint.c (print_floating,print_binary_chars)
3718 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3719
3720 2003-08-04 Andrew Cagney <cagney@redhat.com>
3721
3722 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3723
3724 2003-08-02 Andrew Cagney <cagney@redhat.com>
3725
3726 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3727 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3728 amd64fbsd-nat.c.
3729
3730 2003-08-02 Andrew Cagney <cagney@redhat.com>
3731
3732 * Makefile.in: Update all dependencies and definitions.
3733
3734 2003-08-02 Adam Fedor <fedor@gnu.org>
3735
3736 * linespec.c (is_objc_method_format): New function
3737 (decode_line_1, locate_first_half): Use it.
3738 Fixes PR objc/1298
3739
3740 2003-08-01 Andrew Cagney <cagney@redhat.com>
3741
3742 * NEWS: Mention that m32r is multi-arch.
3743 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3744 * configure.tgt: Recognize m32r-*-*.
3745 * config/m32r/tm-m32r.h: Delete file.
3746 * config/m32r/m32r.mt: New file.
3747 * m32r-rom.c (m32r_upload_command): Use hostent only when
3748 gethostname succeeds, in order to avoid a compilation
3749 warning.
3750 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3751 compiler warning.
3752
3753 2003-08-01 Michael Snyder <msnyder@redhat.com>
3754
3755 * sh-tdep.c (sh_frame_align): New gdbarch method.
3756 (sh_gdbarch_init): Set up frame_align method.
3757
3758 2003-07-31 Michael Snyder <msnyder@redhat.com>
3759
3760 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3761 which is already covered by the new frames infrastructure.
3762
3763 2003-07-31 Andrew Cagney <cagney@redhat.com>
3764
3765 * user-regs.c (struct user_reg): Add "next" link.
3766 (struct user_regs): Replace "user" with "first" and "last" links.
3767 (append_user_reg): Add pre-allocated "reg" parameter.
3768 (builtin_user_regs): Provide initial value for "last".
3769 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3770 (user_regs_init): Allocate memory from the gdbarch obstack.
3771 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3772 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3773 linked list.
3774 (usernum_to_user_reg): New function.
3775 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3776 (value_of_user_reg): Use usernum_to_user_reg.
3777 (user_regs_free): Delete function.
3778 (_initialize_user_regs): Update register_gdbarch_data call.
3779
3780 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
3781
3782 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3783
3784 2003-07-30 Michael Snyder <msnyder@redhat.com>
3785
3786 * value.h (value_being_returned): Add a struct_addr argument.
3787 * infcall.c (call_function_by_hand): Pass struct_addr to
3788 value_being_returned.
3789 * infcmd.c (print_return_value): Pass zero as struct_addr.
3790 * values.c (value_being_returned): If struct_addr is passed,
3791 use it instead of trying to recover it from the inferior.
3792
3793 2003-07-30 Kevin Buettner <kevinb@redhat.com>
3794
3795 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3796 the prologue analyzer won't need to attempt to extract the pc
3797 value from the woefully incomplete dummy frame.
3798 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3799 possible. Disable code which modifies the frame.
3800
3801 2003-07-28 Andrew Cagney <cagney@redhat.com>
3802
3803 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3804 to level 2.
3805 (annotate_breakpoints_table, annotate_record): Ditto.
3806 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3807 (annotate_field_name_end, annotate_field_value): Ditto.
3808 (annotate_field_end, annotate_frame_source_begin): Ditto.
3809 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3810 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3811 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3812 (annotate_frame_address_end, annotate_frame_address): Ditto.
3813 (annotate_frame_args, annotate_frame_end): Ditto.
3814 (annotate_frame_where, annotate_arg_begin): Ditto.
3815 (annotate_arg_name_end, annotate_arg_value): Ditto.
3816 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3817 (annotate_function_call, annotate_signal_name): Ditto.
3818 (annotate_signal_string, annotate_signal_name_end): Ditto.
3819 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3820 (annotate_value_begin, annotate_value_history_value): Ditto.
3821 (annotate_value_history_end, annotate_value_end): Ditto.
3822 (annotate_display_begin, annotate_display_number_end): Ditto.
3823 (annotate_display_format, annotate_display_expression): Ditto.
3824 (annotate_display_expression_end, annotate_display_value): Ditto.
3825 (annotate_display_end, annotate_array_section_begin): Ditto.
3826 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3827 (annotate_elt, annotate_array_section_end): Ditto.
3828
3829 2003-07-28 Andrew Cagney <cagney@redhat.com>
3830
3831 * regcache.c (struct regcache_descr): Update comments on
3832 nr_raw_registers.
3833 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3834 sizeof_raw_register_valid_p.
3835 (init_regcache_descr): Set nr_raw_registers and
3836 sizeof_raw_register_valid_p before calling
3837 init_legacy_regcache_descr.
3838
3839 2003-07-28 Andrew Cagney <cagney@redhat.com>
3840
3841 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3842 MOD NUM_REGS.
3843
3844 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
3845
3846 * thread.c (info_threads_command): Use get_selected_frame ().
3847 Check that there is at least one non-sentinel frame.
3848
3849 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3850
3851 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3852 (m68hc11_pop_frame): Remove.
3853 (m68hc11_frame_saved_pc): Remove.
3854 (m68hc11_frame_chain): Remove.
3855 (m68hc11_frame_init_saved_regs): Remove.
3856 (m68hc11_init_extra_frame_info): Remove.
3857 (m68hc11_store_struct_return): Remove.
3858 (m68hc11_saved_pc_after_call): Remove.
3859
3860 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3861
3862 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3863 frame unwind information.
3864 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3865 and adapted for frame unwinding.
3866 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3867 (m68hc11_unwind_pc): New function.
3868 (m68hc11_frame_unwind_cache): New function to analyze frames.
3869 (m68hc11_frame_this_id): New function to create new frame struct.
3870 (m68hc11_frame_prev_register): New function to unwind a register from
3871 the frame.
3872 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3873 (m68hc11_frame_p): New function for the above.
3874 (m68hc11_frame_base_address): New function to return fp of frame.
3875 (m68hc11_frame_args_address): Update for frame.
3876 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3877 (m68hc11_unwind_sp): New function.
3878 (m68hc11_unwind_dummy_id): New function.
3879 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3880 calls.
3881
3882 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3883
3884 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3885 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3886 when we are beyond the current pc.
3887
3888 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3889
3890 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3891 from m68hc11_push_arguments.
3892 (m68hc11_push_arguments): Remove.
3893 (m68hc11_push_return_address): Remove.
3894 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3895 handlers; remove deprecated_extra_stack_alignment_needed.
3896
3897 2003-07-27 Andrew Cagney <cagney@redhat.com>
3898
3899 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3900 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3901 REAL_PC and not the pointer.
3902 * hppa-hpux-tdep.c: Include frame.h
3903
3904 2003-07-27 Andrew Cagney <cagney@redhat.com>
3905
3906 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3907 GDB_MULTI_ACH_PARTIAL.
3908
3909 2003-07-27 Andrew Cagney <cagney@redhat.com>
3910
3911 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3912 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3913 operator at start and not end of line.
3914 (decode_prologue): Ditto.
3915 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3916 frame_unwind_register_unsigned instead of
3917 frame_unwind_unsigned_register.
3918 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3919 read_register.
3920 (m32r_push_dummy_call): Use register_size instead of
3921 REGISTER_RAW_SIZE.
3922 (m32r_frame_sniffer): Replace m32r_frame_p.
3923 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3924 * m32r-rom.c (report_transfer_performance): Delete extern
3925 declaration.
3926 (m32r_load, m32r_upload_command): Use print_transfer_performance
3927 instead of report_transfer_performance.
3928 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3929 / add_show_from_set.
3930
3931 2003-07-26 Andrew Cagney <cagney@redhat.com>
3932
3933 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3934 store_return_value and extract_struct_value_address.
3935
3936 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3937
3938 PR c++/1267
3939 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3940 NULL, default to the section containing PC.
3941
3942 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3943
3944 * NEWS: Mention "regs" deprecated for m68hc11 too.
3945
3946 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3947 (m68hc11_print_register): New function to print out one register.
3948 (m68hc11_print_registers_info): New function to print registers.
3949 (show_regs): Deprecate and use the above.
3950 (m68hc11_gdbarch_init): Install the print_registers_info.
3951
3952 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3953
3954 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3955 that we have a SIGTRAP before returning non-zero.
3956
3957 2003-07-23 Michal Ludvig <mludvig@suse.cz>
3958 Elena Zannoni <ezannoni@redhat.com>
3959
3960 * linespec.c (decode_line_2): Avoid crash if
3961 find_function_start_sal() returns empty record.
3962
3963 2003-07-23 Andreas Schwab <schwab@suse.de>
3964
3965 * ia64-tdep.c (ia64_print_insn): New function.
3966 (ia64_gdbarch_init): Set print_insn to it.
3967 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3968 deprecated_tm_print_insn_info.
3969
3970 2003-07-22 Michael Snyder <msnyder@redhat.com>
3971
3972 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3973 handle 8-bit returns (long long).
3974 (h8300h_extract_return_value): Ditto.
3975 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3976
3977 2003-07-22 Andrew Cagney <cagney@redhat.com>
3978
3979 * gdbarch.c Include "gdb_obstack.h".
3980 (struct gdbarch): Add an "obstack".
3981 (alloc_gdbarch_data): Allocate the gdbarch data using
3982 GDBARCH_OBSTACK_CALLOC.
3983 (free_gdbarch_data): Delete function.
3984 (gdbarch_obstack_zalloc): New function.
3985 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3986 Assert that the architecture is not initialized.
3987 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3988 vector from the obstack.
3989 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3990 architecture obstack.
3991 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3992 (set_gdbarch_data): Assert that the data is not initialized.
3993 (struct gdbarch_data): Delete member "free".
3994 (register_gdbarch_data): Do not initialize "free".
3995 * gdbarch.h, gdbarch.c: Re-generate.
3996
3997 2003-07-22 Andrew Cagney <cagney@redhat.com>
3998
3999 * configure.in (build_warnings): Add -Wformat-nonliteral.
4000 * configure: Re-generate.
4001
4002 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4003
4004 * dwarf2loc.c (locexpr_describe_location): Fix typos.
4005
4006 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4007
4008 * findvar.c (read_var_value): Remove case for thread local storage
4009 variables. It is now entirely handled by the dwarf2 location
4010 expression code.
4011 * printcmd.c (address_info): Ditto.
4012 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
4013 enumeration value.
4014 (struct symbol): Remove objfile field, which was used by
4015 LOC_THREAD_LOCAL_STATIC only.
4016 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
4017 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
4018 usage of objfile pointer.
4019 * dwarf2loc.c (locexpr_describe_location): Add case to handle
4020 thread local variables.
4021 Add include of objfiles.h.
4022 * dwarf2expr.c (execute_stack_op): Add comments about thread local
4023 storage variables.
4024 * Makefile.in (dwarf2loc.o): Update dependencies.
4025
4026 2003-07-22 Andrew Cagney <cagney@redhat.com>
4027
4028 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
4029 get_frame_base.
4030 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
4031 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
4032 (struct value): Add opaque declaration.
4033 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
4034
4035 2003-07-21 Andrew Cagney <cagney@redhat.com>
4036
4037 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4038 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
4039
4040 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4041
4042 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4043 regcache_cooked_read_unsigned instead of read_register.
4044 (m68hc11_saved_pc_after_call): Likewise.
4045 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
4046 instead of write_register.
4047 (m68hc11_register_type): New function.
4048 (m68hc11_register_virtual_type): Remove.
4049 (m68hc11_store_return_value): Convert to use the regcache.
4050 (m68hc11_extract_struct_value_address): Likewise.
4051 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
4052 m68hc11_register_type; undeprecate store_return_value and
4053 extract_struct_value_address.
4054
4055 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4056
4057 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
4058 and translate to use regcache.
4059 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
4060
4061 2003-07-18 Andrew Cagney <cagney@redhat.com>
4062
4063 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
4064 * gdbarch.h, gdbarch.c: Re-generate.
4065 * i386-tdep.c (i386_gdbarch_init): Do not set
4066 DWARF2_BUILD_FRAME_INFO.
4067 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
4068 unconditionally.
4069 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
4070 DWARF2_BUILD_FRAME_INFO.
4071
4072 2003-07-18 Andrew Cagney <cagney@redhat.com>
4073
4074 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4075 * disasm.c (gdb_disassemble_info): Initilize di.arch.
4076
4077 2003-07-18 Andrew Cagney <cagney@redhat.com>
4078
4079 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
4080 frame_unwind_address_in_block, instead of frame_pc_unwind.
4081 (dwarf2_frame_cache): Ditto.
4082
4083 2003-07-18 Andrew Cagney <cagney@redhat.com>
4084
4085 * user-regs.h (struct gdbarch): Declare opaque.
4086 * ui-out.h (struct ui_file): Declare opaque.
4087 * dwarf2-frame.h (struct frame_info): Declare opaque.
4088
4089 2003-07-18 Kris Warkentin <kewarken@qnx.com>
4090
4091 * nto-procfs.c: Clean ARI hits. Change #include <..> to
4092 #include "...".
4093 (procfs_meminfo): Change strerror to safe_strerror.
4094 (procfs_can_run): Remove K&R badness.
4095
4096 2003-07-17 Michael Snyder <msnyder@redhat.com>
4097
4098 * remote-sim.c: Comment typo fix.
4099
4100 2003-07-17 Andrew Cagney <cagney@redhat.com>
4101
4102 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
4103 configure.
4104 * sparc-tdep.c (sparc_intreg_size): Make non-static.
4105 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4106 GDB_MULTI_ARCH_PARTIAL.
4107
4108 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
4109
4110 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4111 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
4112 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4113
4114 2003-07-16 Theodore A. Roth <troth@openavr.org>
4115
4116 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4117 found.
4118 (avr_frame_unwind_cache): Don't unwind FP for main.
4119 Update a comment.
4120 Save the computed prev_sp.
4121 (avr_saved_regs_unwinder): Remove function.
4122 (avr_frame_prev_register): Use PC unwind logic from
4123 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4124
4125 2003-07-16 Andrew Cagney <cagney@redhat.com>
4126
4127 * frame-base.h (frame_base_p_ftype): Delete definition.
4128 (frame_base_append_predicate): Delete declaration.
4129 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4130 (frame_unwind_append_predicate): Delete declaration.
4131 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4132 (append_predicate): Delete parameter "p".
4133 (frame_unwind_append_predicate): Delete function.
4134 (frame_unwind_append_sniffer): Update call to append_predicate.
4135 (frame_unwind_free): Delete function.
4136 (_initialize_frame_unwind): Pass NULL as "free" to
4137 register_gdbarch_data.
4138 (frame_unwind_init): Append the dummy_frame_sniffer.
4139 (frame_unwind_find_by_frame): Simplify.
4140 * frame-base.c (struct frame_base_table): Delete field "p".
4141 (append_predicate): Delete parameter "p".
4142 (frame_base_append_predicate): Delete function.
4143 (frame_base_append_sniffer): Update call to append_predicate.
4144 (frame_base_free): Delete function.
4145 (frame_base_find_by_frame): Simplify.
4146 (_initialize_frame_base): Pass NULL as "free" to
4147 register_gdbarch_data.
4148 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4149 (x86_64_sigtramp_frame_sniffer): Replace
4150 "x86_64_sigtramp_frame_p".
4151 (x86_64_init_abi): Set the frame unwind sniffers.
4152 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4153 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4154 (m68k_gdbarch_init): Set the frame unwind sniffers.
4155 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4156 "i386_sigtramp_frame_p".
4157 (i386_frame_sniffer): Replace "i386_frame_p".
4158 (i386_gdbarch_init): Set the frame unwind sniffers.
4159 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4160 (avr_gdbarch_init): Set the frame unwind sniffers.
4161 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4162 "alpha_sigtramp_frame_p"
4163 (alpha_heuristic_frame_sniffer): Replace
4164 "alpha_heuristic_frame_p".
4165 (alpha_gdbarch_init): Set the frame unwind sniffers.
4166 (alpha_dwarf2_init_abi): Ditto.
4167 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4168 "alpha_debug_frame_p".
4169 (alpha_mdebug_frame_base_sniffer): Replace
4170 "alpha_mdebug_frame_base_p".
4171 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4172 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4173 (d10v_gdbarch_init): Set the frame unwind sniffer.
4174 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4175 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4176 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4177 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4178 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4179 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4180
4181 2003-07-16 Michael Snyder <msnyder@redhat.com>
4182
4183 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4184 should go thru sh_dsp_register_sim_regno, else the dsp regs
4185 will not get the right values.
4186
4187 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4188
4189 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4190 deprecated_store_floating by call to store_typed_floating.
4191 (sh_sh4_register_convert_to_raw): Substitute call to
4192 deprecated_extract_floating by call to extract_typed_floating.
4193
4194 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4195
4196 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4197
4198 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4199
4200 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4201 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4202 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4203 as possible.
4204 (do_pseudo_register): Remove.
4205 (sh_push_dummy_code): New function.
4206 (sh64_store_struct_return): Rename from sh_store_struct_return.
4207 Only called for sh64 now.
4208 (sh_extract_struct_value_address): Regcache'ify.
4209 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4210 and accomodate new tasks.
4211 (sh64_push_return_address): Rename from sh_push_return_address.
4212 Only called for sh64 now.
4213 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4214 Regcache'ify.
4215 (sh3e_sh4_extract_return_value): Regcache'ify.
4216 (sh_default_store_return_value): Ditto.
4217 (sh3e_sh4_store_return_value): Ditto.
4218 (sh_default_register_byte): Remove.
4219 (sh_sh4_register_byte): Remove.
4220 (sh_default_register_raw_size): Remove.
4221 (sh_sh4_register_raw_size): Remove.
4222 (sh_register_virtual_size): Remove.
4223 (sh_sh3e_register_virtual_type): Remove.
4224 (sh_sh3e_register_type): New function.
4225 (sh_sh4_register_virtual_type): Remove.
4226 (sh_sh4_register_type): New function.
4227 (sh_default_register_virtual_type): Remove.
4228 (sh_default_register_type): New function.
4229 (do_fv_register_info): Add parameters to accomodate call from
4230 sh_print_registers_info.
4231 (do_dr_register_info): Ditto.
4232 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4233 Add parameters to accomodate call from sh_print_registers_info.
4234 (sh_do_fp_register): Ditto.
4235 (sh64_do_pseudo_register): Call do_dr_register_info,
4236 do_fv_register_info and sh_do_fp_register with default parameters.
4237 (sh_do_register): Add parameters to accomodate call from
4238 sh_print_registers_info.
4239 (sh_print_register): Ditto.
4240 (sh_print_registers_info): Rename from sh_do_registers_info.
4241 Add parameters to be used as gdbarch_print_registers_info
4242 implementation. Accomodate removed do_pseudo_register function
4243 pointer.
4244 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4245 function pointer. Call sh_print_register with default parameters.
4246 (sh64_do_registers_info): Call sh_print_registers_info instead of
4247 sh_do_registers_info.
4248 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4249 detection of deprecated vs. non-deprecated functionality.
4250 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4251 function pointer assignments by direct function calls.
4252
4253 2003-07-15 Andrew Cagney <cagney@redhat.com>
4254
4255 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4256 (frame_register_unwind, create_new_frame): Ditto.
4257 (legacy_get_prev_frame, get_frame_type): Ditto.
4258 (get_frame_base_address): Use frame_base_find_by_frame.
4259 (get_frame_locals_address): Use frame_base_find_by_frame.
4260 (get_frame_args_address): Use frame_base_find_by_frame.
4261 * frame-base.h (frame_base_sniffer_ftype): Declare.
4262 (frame_base_append_sniffer): Declare.
4263 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4264 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4265 (frame_base_append_sniffer): New function.
4266 (frame_base_append_predicate): Add a NULL sniffer.
4267 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4268 (struct frame_base_table): Add "sniffer".
4269 (frame_base_free): Free the "sniffer" table.
4270 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4271 (frame_unwind_append_sniffer): Declare.
4272 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4273 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4274 (struct frame_unwind_table): Add "sniffer", delete "middle".
4275 (append_predicate): Add "sniffer" parameter, append the sniffer.
4276 (frame_unwind_init): Update append_predicate call.
4277 (frame_unwind_append_sniffer): New function.
4278 (frame_unwind_append_predicate): Update append_predicate call.
4279 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4280
4281 2003-07-15 Andrew Cagney <cagney@redhat.com>
4282
4283 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4284 before code inhibiting repeated unwind attempts. Add to
4285 commentary on that test's problems.
4286 * blockframe.c (inside_main_func): Look for "main" in the minimal
4287 symbol table.
4288 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4289 identical.
4290
4291 2003-07-15 Andrew Cagney <cagney@redhat.com>
4292
4293 * complaints.c (struct explanation): Define.
4294 (struct complaints): Change type of "explanation" to "struct
4295 explanation".
4296 (symfile_explanations): Convert to a "struct explanation" table.
4297 (vcomplaint): Update.
4298
4299 2003-07-15 Michal Ludvig <mludvig@suse.cz>
4300
4301 * x86-64-linux-nat.c (regmap): Removed.
4302 (supply_gregset, fill_gregset): Call
4303 x86_64_linux_(fill,supply)_gregset functions.
4304 * x86-64-linux-tdep.c (USER_*): New defines.
4305 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4306 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4307 New functions.
4308 (fetch_core_registers): Ditto.
4309 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4310 * x86-64-linux-tdep.h: New file.
4311 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4312 and core-regset.o.
4313 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4314
4315 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4316
4317 * x86-64-tdep.c (x86_64_store_return_value): Use
4318 regcache_cooked_write_part instead of regcache_cooked_write.
4319
4320 * configure.host: Add x86_64-*-freebsd*.
4321 * configure.tgt: Add x86_64-*-freebsd*.
4322 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4323 * amd64fbsd-nat.c: New file.
4324 * amd64fbsd-tdep.c: New file.
4325 * config/i386/nm-fbsd64.h: New file.
4326 * config/i386/fbsd64.mh: New file.
4327 * config/i386/fbsd64.mt: New file.
4328
4329 2003-07-11 Mark Kettenis <kettenis@gnu.org>
4330
4331 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4332 `sc_regs_offset' and `sc_fpregs_offset'.
4333 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4334 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4335 (alpha_sigtramp_register_address): Rewrite to use new members of
4336 `struct gdbarch_tdep'.
4337 (alpha_gdbarch_init): Initialize new members of struct
4338 gdbarch_tdep'.
4339 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4340 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4341 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4342 (alphafbsd_pc_in_sigtramp): Implement.
4343 (alphafbsd_sigtramp_offset): New function.
4344 (alphafbsd_sigcontext_addr): New function.
4345 (alphafbsd_init_abi): Initialize signal trampoline related members
4346 of `struct gdbarch_tdep'.
4347 (_initialize_alphafbsd_tdep): Add prototype.
4348
4349 2003-07-11 Theodore A. Roth <troth@openavr.org>
4350
4351 * Makefile.in (install-only): Quote sed expression when generating
4352 transformed_name.
4353
4354 2003-07-11 Richard Henderson <rth@redhat.com>
4355
4356 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4357 * dwarf2-frame.c: Include complaints.h.
4358 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4359 variable initialization; return NULL on error.
4360 (decode_frame_entry): New.
4361
4362 2003-07-11 Andrew Cagney <cagney@redhat.com>
4363
4364 * frame.h (frame_address_in_block): Delete declaration.
4365 * blockframe.c (frame_address_in_block): Delete function.
4366 (get_frame_block): Use get_frame_address_in_block.
4367 (block_innermost_frame): Ditto.
4368 * stack.c (print_frame, backtrace_command_1): Ditto.
4369
4370 * frame.h (get_frame_address_in_block): Declare.
4371 (frame_unwind_address_in_block): Declare.
4372 * frame.c (frame_unwind_address_in_block): New function.
4373 (get_frame_address_in_block): New function.
4374
4375 2003-07-10 Andrew Cagney <cagney@redhat.com>
4376
4377 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4378 pre-default. Note: re-generate has no effect.
4379
4380 2003-07-10 Andrew Cagney <cagney@redhat.com>
4381
4382 * gdbarch.sh: When a variable, but not a function, compare against
4383 0. Fix problem in previous patch.
4384 * gdbarch.c: Re-generate.
4385
4386 2003-07-10 Andrew Cagney <cagney@redhat.com>
4387
4388 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4389 functions against NULL, not 0.
4390 * gdbarch.c: Re-generate.
4391
4392 2003-07-10 Fred Fish <fnf@ninemoons.com>
4393
4394 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4395 null string instead of a null pointer.
4396 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4397
4398 2003-07-09 Michael Snyder <msnyder@redhat.com>
4399
4400 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4401
4402 2003-07-09 Mark Kettenis <kettenis@gnu.org>
4403
4404 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4405 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4406 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4407 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4408 * x86-64-tdep.c: ... from here.
4409
4410 2003-07-09 Andreas Schwab <schwab@suse.de>
4411
4412 * m68k-tdep.h (enum struct_return): Define.
4413 (struct gdbarch_tdep): Add struct_return.
4414 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4415 bytes are padded to the right, not to the left. Pass struct value
4416 address in register %a1, not on stack.
4417 (m68k_use_struct_convention): New function.
4418 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4419 struct_return in tdep to pcc_struct_return.
4420 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4421 reg_struct_return.
4422
4423 2003-07-09 Joel Brobecker <brobecker@gnat.com>
4424
4425 * somread.c (som_symfile_offsets): Fix compilation error.
4426
4427 2003-07-09 Andrew Cagney <cagney@redhat.com>
4428
4429 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4430 Add comments about the checks.
4431
4432 2003-07-08 Andrew Cagney <cagney@redhat.com>
4433
4434 * Makefile.in: Make dependency section headers consistent.
4435 (config_h): Move to $BUILD headers section.
4436 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4437 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4438 (ada-exp.tab.c): Move to YACC/LEX section.
4439 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4440 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4441
4442 2003-07-08 Kris Warkentin <kewarken@qnx.com>
4443
4444 * nto-procfs.c: Cleaned up a bunch of ARI hits.
4445 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4446 of strerror with safe_strerror, use ISO C function definitions,
4447 and replace instances of sprintf with snprintf.
4448
4449 2003-07-07 Andrew Cagney <cagney@redhat.com>
4450
4451 * frame.c (get_prev_frame): Enable check for identical frames.
4452 Update comments. Update error messages.
4453
4454 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4455
4456 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4457
4458 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4459
4460 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4461 sort_symtab_syms, no longer necessary.
4462
4463 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4464
4465 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4466
4467 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4468
4469 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4470 (mips_register_byte): Likewise.
4471
4472 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4473
4474 * Makefile.in (sparc_tdep_h): New.
4475 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4476 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4477 * sparc-linux-nat.c: Include "sparc-tdep.h".
4478 * sparc-nat.c: Likewise.
4479 * sparc-tdep.c: Likewise.
4480 * sparc64nbsd-nat.c: Likewise.
4481 * sparcnbsd-nat.c: Likewise.
4482 * sparcnbsd-tdep.c: Likewise.
4483 * sparc-tdep.h: New file.
4484 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4485 and sparc_npc_regnum.
4486
4487 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4488
4489 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4490 (mips_linux_cannot_store_register): List supported instead of
4491 unsupported registers.
4492
4493 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4494
4495 * disasm.c (dump_insns): Separate instructions from addresses.
4496
4497 2003-07-07 Andreas Schwab <schwab@suse.de>
4498
4499 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4500 dependencies.
4501 * m68k-tdep.c (NUM_FREGS): Delete.
4502 (SIG_PC_FP_OFFSET): Delete.
4503 (TARGET_M68K): Delete.
4504 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4505 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4506 P_MOVEL_SP, P_MOVEML_SP): Define.
4507 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4508 P_TRAP): Delete.
4509 (m68k_register_raw_size): Delete.
4510 (m68k_register_virtual_size): Delete.
4511 (m68k_register_type): Renamed from m68k_register_virtual_type and
4512 add gdbarch argument.
4513 (m68k_store_struct_return): Delete.
4514 (m68k_deprecated_extract_return_value): Delete.
4515 (m68k_deprecated_extract_struct_value_address): Delete.
4516 (m68k_frame_chain): Delete.
4517 (m68k_frame_saved_pc): Delete.
4518 (m68k_fix_call_dummy): Delete.
4519 (m68k_push_dummy_frame): Delete.
4520 (m68k_pop_frame): Delete.
4521 (m68k_extract_return_value): New function.
4522 (m68k_store_return_value): Rewrite using regcache.
4523 (m68k_extract_struct_value_address): Rewrite using regcache.
4524 (m68k_push_dummy_call): New function.
4525 (struct m68k_frame_cache): Define.
4526 (m68k_alloc_frame_cache): New function.
4527 (m68k_analyze_frame_setup): New function.
4528 (m68k_analyze_register_saves): New function.
4529 (m68k_analyze_prologue): New function.
4530 (m68k_skip_prologue): Rewrite using above functions.
4531 (m68k_unwind_pc): New function.
4532 (m68k_frame_cache): New function.
4533 (m68k_frame_this_id): New function.
4534 (m68k_frame_prev_register): New function.
4535 (m68k_frame_unwind): New variable.
4536 (m68k_frame_p): New function.
4537 (m68k_sigtramp_frame_cache): New function.
4538 (m68k_sigtramp_frame_this_id): New function.
4539 (m68k_sigtramp_frame_prev_register): New function.
4540 (m68k_sigtramp_frame_unwind): New variable.
4541 (m68k_sigtramp_frame_p): New function.
4542 (m68k_frame_base_address): New function.
4543 (m68k_frame_base): New function.
4544 (m68k_unwind_dummy_id): New function.
4545 (fill_gregset): Use regcache_collect.
4546 (fill_fpregset): Likewise.
4547 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4548 defined.
4549 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4550 deprecated_init_frame_pc, deprecated_store_struct_return,
4551 deprecated_extract_return_value, deprecated_store_return_value,
4552 deprecated_frame_chain, deprecated_frame_saved_pc,
4553 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4554 deprecated_register_virtual_size,
4555 deprecated_max_register_raw_size,
4556 deprecated_max_register_virtual_size,
4557 deprecated_register_virtual_type, deprecated_register_size,
4558 deprecated_register_byte, deprecated_register_bytes,
4559 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4560 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4561 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4562 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4563 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4564 deprecated_push_dummy_frame, deprecated_pop_frame,
4565 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4566 only if SYSCALL_TRAP is defined. Set extract_return_value,
4567 store_return_value, extract_struct_value_address, register_type,
4568 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4569 predicates.
4570 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4571 M68K_MAX_REGISTER_SIZE): Define.
4572 (struct m68k_sigtramp_info): Define.
4573 (struct gdbarch_tdep): Add get_sigtramp_info.
4574 * m68klinux-nat.c (fetch_register): Use register_size instead of
4575 REGISTER_RAW_SIZE. Don't put assignment in if.
4576 (store_register): Likewise.
4577 (fetch_inferior_registers): Likewise.
4578 (store_inferior_registers): Likewise.
4579 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4580 (m68k_linux_frame_saved_pc): Delete.
4581 (m68k_linux_sigcontext_reg_offset,
4582 m68k_linux_ucontext_reg_offset): Define.
4583 (m68k_linux_get_sigtramp_info): New function.
4584 (m68k_linux_extract_return_value): Rewrite using regcache.
4585 (m68k_linux_store_return_value): Likewise.
4586 (m68k_linux_extract_struct_value_address): Likewise.
4587 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4588 Don't set deprecated_frame_saved_pc,
4589 deprecated_extract_return_value, deprecated_store_return_value,
4590 deprecated_extract_struct_value_address. Set
4591 extract_return_value, store_return_value,
4592 extract_struct_value_address.
4593
4594 2003-07-07 Andrew Cagney <cagney@redhat.com>
4595
4596 * expprint.c: Include "user-regs.h" instead of "frame.h".
4597 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4598 frame_map_regnum_to_name.
4599 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4600 (frame_map_name_to_regnum): Simplify, call
4601 user_reg_map_name_to_regnum.
4602 (frame_map_regnum_to_name): Simplify, call
4603 user_reg_map_regnum_to_name.
4604 (frame_register_unwind): Update.
4605 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4606 (_initialize_frame_reg): Call user_reg_add_builtin.
4607 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4608 (value_of_register): Use value_of_user_reg.
4609 * eval.c (evaluate_subexp_standard): Update.
4610 * parse.c (write_dollar_variable): Update.
4611 * d10v-tdep.c (d10v_print_registers_info): Update.
4612 * infcmd.c (registers_info): Update.
4613 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4614 (builtin_regs_h): Delete macro.
4615 (user_regs_h): Define.
4616 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4617 (builtin-regs.o): Delete target.
4618 (user-regs.o): Specify dependencies.
4619 (expprint.o): Update dependencies.
4620 (findvar.o): Update dependencies.
4621 (frame.o): Update dependencies.
4622 (std-regs.o): Update dependencies.
4623
4624 2003-07-06 Christopher Faylor <cgf@redhat.com>
4625
4626 * win32-nat.c (solib_symbols_add): Use one variable for all section
4627 address stuff. Pass variable rather than address of variable to
4628 safe_symbol_file_add.
4629
4630 2003-07-06 Andreas Schwab <schwab@suse.de>
4631
4632 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
4633
4634 2003-07-04 Joel Brobecker <brobecker@gnat.com>
4635
4636 * rs6000-nat.c (vmap_symtab): Fix compilation error.
4637
4638 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4639
4640 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
4641
4642 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4643
4644 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
4645 * config/i386/nto.mh: New file.
4646 * config/i386/nm-nto.h: New file.
4647 * configure.host: Add i[3456]86-*-nto*.
4648
4649 2003-07-03 Joel Brobecker <brobecker@gnat.com>
4650
4651 * remote-vx.c (vx_add_symbols): Fix compilation error.
4652
4653 2003-07-03 Andrew Cagney <cagney@redhat.com>
4654
4655 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4656 * gdbarch.h, gdbarch.c: Re-generate.
4657 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4658 (legacy_register_name): Declare.
4659 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4660 (REGISTER_NAME): Define.
4661 * sparc-tdep.c (legacy_register_name): New function.
4662 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4663 (REGISTER_NAME): Define.
4664 (hppa64_register_name): Declare.
4665 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4666 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4667 (hppa64_register_name): New function.
4668 (hppa_register_name): New function.
4669 * arch-utils.c (legacy_register_name): Delete.
4670 * arch-utils.h (legacy_register_name): Delete.
4671
4672 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
4673
4674 * cli/cli-interp.c (cli_interpreter_resume): Update the
4675 cli_uiout's stream to gdb_stdout.
4676
4677 2003-07-03 Andrew Cagney <cagney@redhat.com>
4678
4679 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4680 predicate.
4681 * gdbarch.h, gdbarch.c: Re-generate.
4682 * regcache.c (init_regcache_descr): Use legacy code when either
4683 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4684
4685 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4686
4687 * NEWS: Move "set logging" entry into GDB 6.0 section.
4688
4689 2003-07-02 Jim Blandy <jimb@redhat.com>
4690
4691 * s390-tdep.c (struct frame_extra_info): new member:
4692 'stack_bought_valid'.
4693 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4694 initialize fextra_info->stack_bought.
4695 (s390_frameless_function_invocation): Don't trust the value of
4696 fextra_info_ptr->stack_bought unless
4697 fextra_info->stack_bought_valid is set.
4698
4699 New S390 prologue analyzer.
4700 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4701 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4702 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4703 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4704 compute_x_addr, s390_on_stack, s390_store,
4705 s390_get_signal_frame_info): New functions.
4706 (S390_NUM_SPILL_SLOTS): New macro.
4707 (s390_get_frame_info): Rewritten.
4708 (is_arg_reg): Deleted.
4709
4710 Break out the decoding of S/390 instructions into separate
4711 functions, to make it more legible, and easier to check
4712 against the spec.
4713 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4714 is_rx, is_rxe): New functions.
4715 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4716 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4717 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4718 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4719 enums for opcode values. (Is this an improvement?)
4720
4721 2003-07-02 Andrew Cagney <cagney@redhat.com>
4722
4723 * i386-tdep.c: Revert change committed as part of trad-frame code
4724 below.
4725
4726 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4727
4728 * breakpoint.c (insert_catchpoint): Make static.
4729
4730 2003-07-02 Andreas Schwab <schwab@suse.de>
4731
4732 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4733 former ia64_push_arguments and ia64_push_return_address, and use
4734 regcache functions instead of read/write_register.
4735 (ia64_gdbarch_init): Set push_dummy_call instead of
4736 deprecated_push_arguments and deprecated_push_return_address.
4737
4738 2003-07-01 Andreas Jaeger <aj@suse.de>
4739
4740 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4741 before the call.
4742 Set %rax only to number of SSE registers used.
4743
4744 2003-07-01 Andrew Cagney <cagney@redhat.com>
4745
4746 * trad-frame.h: Update comments, a -1 .addr is reserved.
4747 (trad_frame_value_p, trad_frame_addr_p): Declare.
4748 (trad_frame_reg_p): Declare.
4749 (trad_frame_set_value): Rename trad_frame_register_value.
4750 (trad_frame_set_unknown): Declare.
4751 * trad-frame.c (trad_frame_realreg_p): New function.
4752 (trad_frame_addr_p, trad_frame_value_p): New function.
4753 (trad_frame_set_unknown): New function.
4754 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4755 (trad_frame_prev_register): Use trad_frame_realreg_p,
4756 trad_frame_addr_p and trad_frame_value_p.
4757 (trad_frame_set_value): Rename trad_frame_register_value.
4758 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4759 and trad_frame_set_value.
4760
4761 2003-06-30 Jim Blandy <jimb@redhat.com>
4762
4763 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4764 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4765 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4766 for 16 registers, and then 32 more bytes.
4767 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4768 New macros.
4769 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4770 Move up in the file, since it's now used by is_simple_arg.
4771 (is_simple_arg): Don't assume registers are four bytes long.
4772 Exclude all double arguments. Extended floats are not simple
4773 args.
4774 (is_power_of_two): New function.
4775 (pass_by_copy_ref): Call is_power_of_two, and check that the
4776 length fits in a register, rather than listing all the acceptable
4777 sizes. Extended floats are not passed by reference.
4778 (s390_push_arguments): Don't assume registers are four bytes long.
4779 Reserve an argument register to point to the buffer for structures
4780 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4781 S390_STACK_FRAME_OVERHEAD.
4782
4783 2003-06-30 Andreas Schwab <schwab@suse.de>
4784
4785 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4786 format error message.
4787
4788 2003-06-30 Joel Brobecker <brobecker@gnat.com>
4789
4790 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4791
4792 2003-06-30 David Carlton <carlton@kealia.com>
4793
4794 Band-aid for PR c++/1245.
4795 * Makefile.in (cp-support.o): Depend on complaints_h.
4796 * cp-support.c: Include complaints.h. Add declaration for
4797 find_last_component.
4798 (cp_find_first_component): Separate code into
4799 cp_find_first_component_aux.
4800 (cp_find_first_component_aux): Call demangled_name_complaint.
4801 (demangled_name_complaint): New.
4802
4803 2003-06-30 Andrew Cagney <cagney@redhat.com>
4804
4805 * remote.c (remote_write_bytes): Explicitly compute and then use
4806 the payload size. Update comments to reflect. Fixes problem of
4807 GDB not sending small packets as found by Fred Fish.
4808
4809 2003-06-30 Andrew Cagney <cagney@redhat.com>
4810
4811 * remote.c (remote_async_wait): Fix -Wformat problem.
4812
4813 2003-06-29 Andrew Cagney <cagney@redhat.com>
4814
4815 * remote.c (remote_wait): Call error, and not warning, when the
4816 packet is corrupt.
4817 (remote_async_wait): Ditto.
4818
4819 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4820
4821 * sparc-tdep.c (sparc_y_regnum): Make external again.
4822
4823 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4824
4825 * cli/cli-logging.c (pop_output_files): Add void to function
4826 definition.
4827
4828 2003-06-29 Andrew Cagney <cagney@redhat.com>
4829
4830 * frame.c (frame_register_unwind): Use unsigned char when dumping
4831 the buffer contents.
4832
4833 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
4834
4835 * cli/cli-logging.c: New file.
4836 * cli-out.c (struct ui_out_data): Add original_stream.
4837 (cli_redirect): New function.
4838 (cli_ui_out_impl): Add cli_redirect.
4839 (cli_out_new): Initialize original_stream.
4840 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4841 (uo_redirect, ui_out_redirect): New.
4842 * ui-out.h (struct ui_out_impl): Add redirect member.
4843 (redirect_ftype): New.
4844 (ui_out_redirect): Add prototype.
4845 * Makefile.in: Add rules for cli-logging.c.
4846 * NEWS: Mention "set logging".
4847
4848 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4849
4850 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4851
4852 2003-06-27 Andrew Cagney <cagney@redhat.com>
4853
4854 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4855 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4856 * avr-tdep.c (avr_call_dummy_address): Delete function.
4857 (avr_gdbarch_init): Do not set call_dummy_address.
4858
4859 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4860
4861 * symfile.c (syms_from_objfile): Move variables to inner block.
4862 Move the checks for the non-mainline case a bit earlier to avoid
4863 doing some useless computations.
4864
4865 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4866
4867 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4868
4869 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4870
4871 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4872 sections.
4873
4874 2003-06-26 Michael Chastain <mec@shout.net>
4875
4876 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4877 gdb/testsuite/gdb.c++/pr-1210.exp.
4878
4879 2003-06-26 Andrew Cagney <cagney@redhat.com>
4880
4881 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4882 altivec_expression.h and altivec_registers.h.
4883
4884 2003-06-26 Andrew Cagney <cagney@redhat.com>
4885
4886 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4887 info->mach when MIPS16. Patch suggested by Fred Fish.
4888
4889 2003-06-26 Andrew Cagney <cagney@redhat.com>
4890
4891 * utils.c (internal_vproblem): Print the problem to a reason
4892 buffer and then pass to query. Make the msg variable more local.
4893
4894 2003-06-26 Andrew Cagney <cagney@redhat.com>
4895
4896 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4897 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4898 * gdbarch.h, gdbarch.c: Re-generate.
4899 * frame-base.c (default_frame_args_address): Update. Use
4900 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4901 not available.
4902 (default_frame_locals_address): Ditto for
4903 DEPRECATED_FRAME_LOCALS_ADDRESS.
4904 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4905 (vax_frame_num_args): Update.
4906 (vax_gdbarch_init): Update.
4907 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4908 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4909 * mcore-tdep.c (mcore_gdbarch_init): Update.
4910 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4911 * ia64-tdep.c (ia64_gdbarch_init): Update.
4912 * symtab.h (address_class): Update comments.
4913 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4914 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4915 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4916 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4917 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4918 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4919 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4920 * alpha-mdebug-tdep.c: Update.
4921 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4922
4923 2003-06-26 Andreas Jaeger <aj@suse.de>
4924
4925 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4926 of SSE registers so that varargs functions work. Rework handling
4927 of passing arguments on the stack.
4928 (x86_64_store_return_value): Return double and float values in SSE
4929 register.
4930
4931 2003-06-24 Michael Chastain <mec@shout.net>
4932
4933 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4934 the "constructor breakpoints ignored" bug.
4935
4936 2003-06-25 David Carlton <carlton@kealia.com>
4937
4938 * MAINTAINERS: Update e-mail address.
4939
4940 2003-06-24 Jim Blandy <jimb@redhat.com>
4941
4942 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4943
4944 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4945 function.
4946 (ppc_linux_init_abi): Register it as the
4947 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4948
4949 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4950 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4951 method.
4952
4953 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4954 (ppc64_standard_linkage_target): Use it.
4955
4956 2003-06-23 Andrew Cagney <cagney@redhat.com>
4957
4958 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4959 for 0 "int0" and 4 "int32" sized registers.
4960 * gdbtypes.c (builtin_type_int0): Define.
4961 (build_gdbtypes): Initialize builtin_type_int0.
4962 * gdbtypes.h (builtin_type_int0): Declare.
4963
4964 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4965
4966 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4967 as characters are unsigned.
4968
4969 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4970
4971 PR gdb/1179
4972 * dwarfread.c (struct_type): Skip static fields without crashing.
4973
4974 2003-06-22 Andrew Cagney <cagney@redhat.com>
4975
4976 GDB 6.0 branch created.
4977 * README: Update.
4978 * PROBLEMS: Update. Empty.
4979 * NEWS: Update.
4980
4981 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4982
4983 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4984 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4985
4986 2003-06-22 Andrew Cagney <cagney@redhat.com>
4987
4988 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4989 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4990 Velikov.
4991
4992 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4993
4994 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4995 compilers.
4996
4997 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4998
4999 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
5000 argument of val_print.
5001 * cp-valprint.c (cp_print_value): Don't add the offset parameter
5002 to the address argument of baseclass_offset or target_read_memory.
5003 Do add it to the argument of cp_print_value_fields.
5004
5005 2003-06-21 Andrew Cagney <cagney@redhat.com>
5006
5007 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
5008 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
5009 instead of 0..NUM_REGS.
5010 (mips_register_reggroup_p): New function.
5011 (mips_pseudo_register_write): New function.
5012 (mips_pseudo_register_read): New function.
5013 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
5014 based on the register's type.
5015 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
5016 cooked.
5017 (mips_get_saved_register): Simplify. Assert that REGNO is a
5018 pseudo / cooked.
5019 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
5020 (mips_register_type): Replace mips_register_virtual_type. Map
5021 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
5022 when available.
5023 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
5024 that the register is cooked / virtual.
5025 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
5026 Only get the extra info when needed.
5027 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
5028 (mips32_heuristic_proc_desc): Fetch the cooked register.
5029 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
5030 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
5031 (mips_print_register): Use gdbarch_register_type, instead of
5032 REGISTER_VIRTUAL_TYPE.
5033 (print_gp_register_row): Use gdbarch_register_type, instead of
5034 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
5035 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5036 Print the pseudo / cooked registers.
5037 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5038 Print the pseudo / cooked registers.
5039 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
5040 REG_NUM is pseudo / cooked.
5041 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
5042 (mips_n32n64_xfer_return_value): Ditto.
5043 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
5044 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
5045 (mips_register_sim_regno): New function.
5046 (mips_gdbarch_init): Set deprecated_register_byte,
5047 register_group_p, pseudo_register_write, pseudo_register_read,
5048 register_sim_regno, and num_pseudo_regs. Set register_type,
5049 instead of register_virtual_type.
5050 * Makefile.in (mips-tdep.o): Update dependencies.
5051 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
5052 REGISTER_VIRTUAL_TYPE.
5053 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
5054 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
5055 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
5056 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
5057 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
5058
5059 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5060
5061 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
5062 * cli/cli-cmds.c: Include "gdb_vfork.h".
5063 (shell_escape): Use vfork.
5064
5065 2003-06-21 Andrew Cagney <cagney@redhat.com>
5066
5067 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
5068 32 bit floating-point register saves.
5069
5070 * frame.h (deprecated_unwind_get_saved_register): Delete.
5071 * frame.c (deprecated_unwind_get_saved_register): Delete function.
5072 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
5073 and deprecated_get_next_frame_hack instead of
5074 deprecated_unwind_get_saved_register.
5075
5076 * mips-tdep.c (mips_dump_tdep): Do not print
5077 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
5078
5079 * frame.c (get_frame_register): New function.
5080 (frame_unwind_register_signed): New function.
5081 (get_frame_register_signed): New function.
5082 (frame_unwind_register_unsigned): New function.
5083 (get_frame_register_unsigned): New function.
5084 * frame.h: Add comments on naming schema.
5085 (get_frame_register, frame_unwind_register_signed): Declare.
5086 (get_frame_register_signed, get_frame_register_signed): Declare.
5087 (frame_unwind_register_unsigned): Declare.
5088 (get_frame_register_unsigned): Declare.
5089
5090 2003-06-20 Theodore A. Roth <troth@openavr.org>
5091
5092 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
5093
5094 2003-06-20 Theodore A. Roth <troth@openavr.org>
5095
5096 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
5097 (avr_read_sp): Ditto.
5098
5099 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
5100
5101 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5102 * config/arm/nm-linux.h: Likewise.
5103 * config/arm/tm-linux.h: Likewise.
5104 * config/ia64/nm-linux.h: Likewise.
5105 * config/ia64/tm-ia64.h: Likewise.
5106 * config/s390/tm-linux.h: Likewise.
5107 * config/s390/tm-s390.h: Likewise.
5108 * s390-nat.c: Likewise.
5109 * s390-tdep.c: Likewise.
5110
5111 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5112 * config/ia64/linux.mt: Likewise.
5113 * config/m68k/linux.mh: Likewise.
5114 * config/mips/linux.mt: Likewise.
5115 * config/powerpc/linux.mh: Likewise.
5116 * config/sh/linux.mt: Likewise.
5117
5118 2003-06-19 Kris Warkentin <kewarken@qnx.com>
5119
5120 * solib.c (solib_open): Change tests for whether to search
5121 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5122 comments.
5123
5124 2003-06-19 Theodore A. Roth <troth@openavr.org>
5125
5126 * avr-tdep.c (avr_frame_address): Delete function.
5127 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5128 set_gdbarch_frame_args_address.
5129
5130 2003-06-19 Andrew Cagney <cagney@redhat.com>
5131
5132 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5133 (REGISTER_CONVERT_FROM_TYPE): Delete.
5134 (mips_register_convert_to_type): Delete declaration.
5135 (mips_register_convert_from_type): Delete declaration.
5136 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5137 kernel/.
5138
5139 2003-06-19 Michael Snyder <msnyder@redhat.com>
5140
5141 * linux-nat.h: New file.
5142 * linux-nat.c: Include linux-nat.h.
5143 * lin-lwp.c: Include linux-nat.h.
5144 Move struct lwp_info def to linux-nat.h.
5145 * linux-proc.c: Include linux-nat.h.
5146 (linux_make_note_section): Iterate over lwps instead of threads.
5147 (linux_do_thread_registers): Use lwp instead of merged pid.
5148 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
5149 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
5150 Add dependency on linux_nat_h.
5151
5152 2003-06-19 Theodore A. Roth <troth@openavr.org>
5153
5154 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5155
5156 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5157
5158 * varobj.c (get_type, get_target_type): Use check_typedef.
5159
5160 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5161
5162 * breakpoint.c (insert_catchpoint): Call internal_error.
5163
5164 2003-06-19 Theodore A. Roth <troth@openavr.org>
5165
5166 * avr-tdep.c (avr_push_dummy_code): Delete function.
5167 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5168
5169 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5170
5171 * arch-utils.c (default_prepare_to_proceed): Remove.
5172 (generic_prepare_to_proceed): Remove.
5173 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5174 (generic_prepare_to_proceed): Remove prototype.
5175 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5176 * gdbarch.c: Regenerate.
5177 * gdbarch.h: Regenerate.
5178 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5179 * hppah-nat.c (hppa_switched_threads): Remove.
5180 * infrun.c (prepare_to_proceed): New static function, copied from
5181 generic_prepare_to_proceed. Remove select_it argument.
5182 (proceed): Call prepare_to_proceed.
5183 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5184 variables.
5185 (ptrace_wait): Don't set the removed variables.
5186 (hppa_switched_threads): Remove.
5187 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5188 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5189 (lin_lwp_prepare_to_proceed): Remove prototype.
5190 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5191 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5192
5193 2003-06-18 Theodore A. Roth <troth@openavr.org>
5194
5195 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5196 trad-frame.h.
5197 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5198 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5199 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5200 (AVR_PROLOGUE_*): Enumerate prologue types.
5201 (struct frame_extra_info): Remove.
5202 (struct avr_unwind_cache): Define.
5203 (avr_write_sp): Delete function.
5204 (avr_read_fp): Ditto.
5205 (avr_init_extra_frame_info): Ditto.
5206 (avr_pop_frame): Ditto.
5207 (avr_frame_saved_pc): Ditto.
5208 (avr_saved_pc_after_call): Ditto.
5209 (avr_push_return_address): Ditto.
5210 (avr_frame_chain): Ditto.
5211 (avr_store_struct_return): Ditto.
5212 (avr_push_arguments): Ditto.
5213 (avr_scan_prologue): Update comments. Changed to set up the info for
5214 cache unwinding. Now returns end of prologue PC.
5215 (avr_skip_prologue): Better handling of functions lacking a prologue
5216 by using avr_scan_prologue.
5217 (avr_scan_arg_moves): New function.
5218 (avr_saved_regs_unwinder): Ditto.
5219 (avr_frame_unwind_cache): Ditto.
5220 (avr_unwind_pc): Ditto.
5221 (avr_frame_this_id): Ditto.
5222 (avr_frame_prev_register): Ditto.
5223 (avr_frame_p): Ditto.
5224 (avr_frame_base_address ): Ditto.
5225 (avr_unwind_dummy_id): Ditto.
5226 (avr_push_dummy_code): Ditto.
5227 (push_stack_item): Ditto.
5228 (pop_stack_item): Ditto.
5229 (avr_push_dummy_call): Ditto.
5230 (struct stack_item): Define.
5231 (avr_frame_unwind): Declare structure.
5232 (avr_frame_base): Ditto.
5233 (avr_gdbarch_init): Remove calls to
5234 set_gdbarch_deprecated_init_frame_pc,
5235 set_gdbarch_deprecated_target_read_fp,
5236 set_gdbarch_deprecated_dummy_write_sp,
5237 set_gdbarch_deprecated_fp_regnum,
5238 set_gdbarch_deprecated_push_arguments,
5239 set_gdbarch_deprecated_push_return_address,
5240 set_gdbarch_deprecated_pop_frame,
5241 set_gdbarch_deprecated_store_struct_return,
5242 set_gdbarch_deprecated_frame_init_saved_regs,
5243 set_gdbarch_deprecated_init_extra_frame_info,
5244 set_gdbarch_deprecated_frame_chain,
5245 set_gdbarch_deprecated_frame_saved_pc,
5246 set_gdbarch_deprecated_saved_pc_after_call.
5247 Add calls to set_gdbarch_push_dummy_call,
5248 set_gdbarch_push_dummy_code,
5249 frame_unwind_append_predicate,
5250 frame_base_set_default,
5251 set_gdbarch_unwind_dummy_id,
5252 set_gdbarch_unwind_pc.
5253 Wrap a long line.
5254
5255 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
5256
5257 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5258 registers for H8/300S.
5259 (h8300_print_registers_info): Ditto.
5260 (h8300_gdbarch_init): Accommodate register count for H8/300S.
5261
5262 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
5263
5264 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5265 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5266 (lin_lwp_wait): Likewise. Update comments.
5267 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5268 (pull_pid_from_list, linux_record_stopped_pid): New.
5269
5270 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5271
5272 * ada-lang.c (scan_discrim_bound): Name first argument.
5273 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5274 declared by ALL_BLOCK_SYMBOLS.
5275
5276 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5277
5278 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5279 ("regcache.h"): Include it.
5280 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5281
5282 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5283
5284 * NEWS: Mention gdbserver detach change and "disconnect" command.
5285 * infcmd.c (disconnect_command): New function.
5286 (_initialize_infcmd): Add ``disconnect'' command.
5287 * remote.c (remote_async_detach): Delete.
5288 (remote_detach): Merge remote_async_detach.
5289 (remote_disconnect): New.
5290 (init_remote_ops): Set to_disconnect.
5291 (init_remote_cisco_ops): Likewise.
5292 (init_remote_async_ops): Likewise. Use remote_detach.
5293 * target.c (cleanup_target): Default to_disconnect.
5294 (update_current_target): Inherit to_disconnect.
5295 (target_disconnect, debug_to_disconnect): New functions.
5296 (setup_target_debug): Set to_disconnect.
5297 * target.h (struct target_ops): Add to_disconnect.
5298 (target_disconnect): Add prototype.
5299
5300 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5301
5302 * breakpoint.c (insert_catchpoint): New function.
5303 (insert_breakpoints): Use catch_exceptions to call
5304 insert_catchpoint. Disable catchpoints if they fail to insert.
5305
5306 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5307
5308 * symfile.c (reread_symbols): Clear sym_private.
5309
5310 2003-06-17 Andrew Cagney <cagney@redhat.com>
5311
5312 * trad-frame.h (struct frame_info): Add opaque declaration.
5313 * remote-fileio.h (struct cmd_list_element): Add opaque
5314 declaration.
5315 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5316 comments.
5317
5318 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5319
5320 * remote.c (remote_prepare_to_store): Replace call to
5321 deprecated_read_register_bytes with multiple regcache_raw_read
5322 calls.
5323
5324 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5325
5326 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5327 (nto_find_and_open_solib): Likewise.
5328 (nto_init_solib_absolute_prefix): Likewise.
5329 (_initialize_nto_tdep): Fix indentation.
5330
5331 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5332
5333 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5334
5335 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5336
5337 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5338
5339 2003-06-17 Jim Blandy <jimb@redhat.com>
5340
5341 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5342
5343 2003-06-16 Theodore A. Roth <troth@openavr.org>
5344
5345 * avr-tdep.c (avr_extract_return_value): New function.
5346 (avr_gdbarch_init): Set extract_return_value method.
5347
5348 2003-06-16 Andrew Cagney <cagney@redhat.com>
5349
5350 * frame.h (deprecated_get_next_frame_hack): Declare.
5351 * frame.c (legacy_saved_regs_prev_register): Only require
5352 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5353 there are always saved regs.
5354 (deprecated_generic_get_saved_register): Do not require
5355 DEPRECATED_FRAME_INIT_SAVED_REGS.
5356 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5357 use frame ID unwind instead.
5358 (deprecated_get_next_frame_hack): New function.
5359
5360 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5361
5362 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5363 (h8300_push_dummy_call): ...this function. Some minor optimization.
5364 (h8300_push_return_address): Remove.
5365 (h8300_gdbarch_init): Remove calls to
5366 set_gdbarch_deprecated_dummy_write_sp,
5367 set_gdbarch_deprecated_push_arguments and
5368 set_gdbarch_deprecated_push_return_address.
5369 Add call to set_gdbarch_push_dummy_call.
5370
5371 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5372
5373 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5374 (E_PSEUDO_EXR_REGNUM): Ditto.
5375 (h8300_is_argument_spill): Check for instructions moving argument
5376 registers into safe registers.
5377 (h8300_skip_prologue): Check for stm instruction to push registers
5378 used for register variables onto stack.
5379 (gdb_print_insn_h8300): Remove.
5380 (h8300_examine_prologue): Add a comment.
5381 (h8300_register_name): Take pseudo registers into account.
5382 (h8300s_register_name): Ditto.
5383 (h8300sx_register_name): Ditto.
5384 (h8300_print_register): Ditto.
5385 (h8300_print_registers_info): Define "nice" printing order.
5386 (h8300_saved_pc_after_call): Take pseudo registers into account.
5387 (h8300_register_type): Ditto. Return type used for remote connection
5388 when requesting real CCR or EXR register, return actual type when
5389 requesting pseudo CCR or EXR.
5390 (h8300_pseudo_register_read): New function.
5391 (h8300_pseudo_register_write): Ditto.
5392 (h8300_dbg_reg_to_regnum): Ditto.
5393 (h8300s_dbg_reg_to_regnum): Ditto.
5394 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5395 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5396 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5397 set_gdbarch_print_insn architecture dependent.
5398 Call set_gdbarch_pseudo_register_read and
5399 set_gdbarch_pseudo_register_write.
5400 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5401
5402 2003-06-16 Andrew Cagney <cagney@redhat.com>
5403
5404 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5405 * gdbarch.h, gdbarch.c: Re-generate.
5406 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5407 * s390-tdep.c (s390_gdbarch_init): Update.
5408 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5409 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5410 * mips-tdep.c (mips_gdbarch_init): Update.
5411 * mcore-tdep.c (mcore_gdbarch_init): Update.
5412 * cris-tdep.c (cris_gdbarch_init): Update.
5413 * infcall.c (call_function_by_hand): Update.
5414 * ia64-tdep.c (ia64_push_arguments): Update comment.
5415 * frame.c (legacy_get_prev_frame): Do not assume
5416 SAVE_DUMMY_FRAME_TOS_P.
5417 * dummy-frame.c (find_dummy_frame): Update comment.
5418
5419 2003-06-16 Andrew Cagney <cagney@redhat.com>
5420
5421 * regcache.c (do_cooked_read): Do not use register_valid_p.
5422
5423 2003-06-15 Theodore A. Roth <troth@openavr.org>
5424
5425 * avr-tdep.c (avr_register_type): Remove a blank line.
5426 (avr_scan_prologue): Correct some comments.
5427
5428 2003-06-15 Theodore A. Roth <troth@openavr.org>
5429
5430 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5431 prologue types.
5432 Properly scan prologues generated by gcc with the -mcall-prologues
5433 option.
5434 Add code to scan -mcall-prologues for mega devices.
5435
5436 2003-06-15 Theodore A. Roth <troth@openavr.org>
5437
5438 * avr-tdep.c (avr_register_byte): Delete function.
5439 (avr_register_raw_size): Delete function.
5440 (avr_register_virtual_size): Delete function.
5441 (avr_register_virtual_type): Delete function.
5442 (avr_register_type): New function.
5443 (avr_address_to_pointer): Remove unused code.
5444 (avr_read_fp): Need to read FP as two separate bytes due to change to
5445 avr_register_type() usage.
5446 (avr_gdbarch_init): Don't set deprecated_register_size.
5447 Don't set deprecated_register_bytes.
5448 Don't set deprecated_register_byte.
5449 Don't set deprecated_register_raw_size.
5450 Don't set deprecated_max_register_raw_size.
5451 Don't set deprecated_register_virtual_size.
5452 Don't set deprecated_max_register_virtual_size.
5453 Don't set deprecated_register_virtual_type.
5454 Set register_type method.
5455
5456 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
5457
5458 * Makefile.in (linux-nat.o): Add rule.
5459 * linux-nat.c: New file.
5460 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5461 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5462 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5463 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5464 * config/arm/linux.mh (NATDEPFILES): Likewise.
5465 * config/i386/linux.mh (NATDEPFILES): Likewise.
5466 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5467 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5468 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5469 * config/mips/linux.mh (NATDEPFILES): Likewise.
5470 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5471 * config/s390/s390.mh (NATDEPFILES): Likewise.
5472 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5473
5474 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5475
5476 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5477 replace out-of-date comment.
5478
5479 2003-06-15 Andrew Cagney <cagney@redhat.com>
5480
5481 * rdi-share/host.h (Fail): Change to a varargs function.
5482 * remote-rdi.c (Fail): Update.
5483
5484 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5485
5486 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5487 (i386_convert_register_p, i386_register_to_value,
5488 i386_register_from_value): Handle types longer than 8 bytes.
5489
5490 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5491
5492 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5493 Move floating-point code to new function in i387-tdep.c.
5494 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5495 New functions containing code moved here from i386-tdep.c.
5496 * i387-tdep.h: Add opaque declaration for `struct type'.
5497 (i387_register_to_value, i387_value_to_register): New prototypes.
5498 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5499 (x86_64_init_abi): Set convert_register_p, register_to_value and
5500 value_to_register here.
5501
5502 2003-06-14 Andrew Cagney <cagney@redhat.com>
5503
5504 * mips-tdep.c (mips_register_to_value): Make static.
5505 (mips_value_to_register): Make static.
5506 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5507 * ia64-tdep.c (ia64_register_raw_size): Make static.
5508 (ia64_register_virtual_size): Make static.
5509 (ia64_register_byte): Make static.
5510 * i387-tdep.c: Include "i387-tdep.h".
5511 (print_387_control_word): Delete function.
5512 (print_387_status_word): Delete function.
5513 (print_387_status_bits): Delete function.
5514 (print_387_control_bits): Delete function.
5515 * Makefile.in (i387-tdep.o): Update dependencies.
5516 * rdi-share/host.h (Fail): Declare.
5517 * remote-rdi.c (Fail): Update to match declaration.
5518
5519 2003-06-14 Andrew Cagney <cagney@redhat.com>
5520
5521 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5522 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5523 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5524 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5525 * README: Delete reference to remote-array.
5526 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5527 (remote-array.o): Delete target.
5528 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5529 * remote-array.c: Delete file.
5530
5531 2003-06-14 Andrew Cagney <cagney@redhat.com>
5532 Mark Kettenis <kettenis@gnu.org>
5533
5534 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5535 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5536 parameter with "frame".
5537 * gdbarch.h, gdbarch.c: Re-generate.
5538 * frame.h (put_frame_register): Declare.
5539 * frame.c (put_frame_register): New function.
5540 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5541 (legacy_register_to_value): Rewrite, use "frame" to get the
5542 register value.
5543 (legacy_value_to_register): Rewrite, use "frame" to find the
5544 register's location before storing.
5545 * arch-utils.h (legacy_convert_register_p): Update.
5546 (legacy_register_to_value, legacy_value_to_register): Update.
5547 * findvar.c (value_from_register): Rewrite, eliminate use of
5548 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5549 "frame" to REGISTER_TO_VALUE.
5550 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5551 lval_reg_frame_relative + lval_register branch of the switch. Do
5552 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5553 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5554 I386_EDI_REGNUM): New defines.
5555 (i386_next_regnum, i386_convert_register_p,
5556 i386_register_to_value, i386_value_to_register): New functions.
5557 (i386_register_convertible, i386_register_convert_to_virtual,
5558 i386_convert_to_raw): Remove functions.
5559 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5560 value_to_register instead of register_convertible,
5561 register_convert_to_virtual and register_convert_to_raw.
5562 * mips-tdep.c (mips_convert_register_p): New function.
5563 (mips_value_to_register): Replace mips_register_convert_from_type.
5564 (mips_register_to_value): Replace mips_register_convert_to_type.
5565 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5566 register_to_value.
5567 * alpha-tdep.c (alpha_convert_register_p): Update.
5568 (alpha_value_to_register): Update, store the register.
5569 (alpha_register_to_value): Update, fetch the register.
5570
5571 2003-06-14 Theodore A. Roth <troth@openavr.org>
5572
5573 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5574 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5575 Don't set deprecated_call_dummy_words.
5576 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5577 Don't set remote_translate_xfer_address.
5578 (avr_io_reg_read_command): Remove commented out debug printf.
5579 Wrap a long line.
5580
5581 2003-06-14 Theodore A. Roth <troth@openavr.org>
5582
5583 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5584 causes gdb to seg fault.
5585
5586 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
5587
5588 * sparc-nat.c (fetch_inferior_registers): Correct
5589 a reference to "registers".
5590
5591 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
5592
5593 * Makefile.in (exc_request_U_h): Define
5594 (exc_request_S_h): Likewise.
5595 (msg_reply_S_h): Likewise.
5596 (msg_U_h): Likewise.
5597 (notify_S_h): Likewise.
5598 (process_reply_S_h): Likewise.
5599 (gnu-nat.o): Depend on gdb_obstack_h
5600 * gnu-nat.c: Include "gdb_obstack.h".
5601
5602 2003-06-13 Andrew Cagney <cagney@redhat.com>
5603
5604 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5605 * gdbarch.h, gdbarch.c: Re-generate.
5606
5607 2003-06-13 Andrew Cagney <cagney@redhat.com>
5608
5609 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5610 when deprecated REGISTER macros can be deleted.
5611 * gdbarch.h, gdbarch.c: Re-generate.
5612
5613 2003-06-13 Jim Blandy <jimb@redhat.com>
5614
5615 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5616 Linux entry point symbols for _dl_debug_state, too.
5617
5618 2003-06-13 Andrew Cagney <cagney@redhat.com>
5619
5620 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5621 available, do not use the FP register, and always save the TOS.
5622 * dummy-frame.c (dummy_frame_this_id): Do not assert
5623 SAVE_DUMMY_FRAME_TOS.
5624 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5625 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5626 (i386_push_dummy_call): Add 8 to the returned SP.
5627 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5628 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5629 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5630 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5631 (x86_64_push_dummy_call): Return "sp + 16".
5632 (x86_64_init_abi): Do not set save_dummy_frame_tos.
5633 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5634 save_dummy_frame_tos.
5635
5636 2003-06-13 Jim Blandy <jimb@redhat.com>
5637
5638 * frv-tdep.c (frv_use_struct_convention): Delete static
5639 declaration for function deleted in my change of 2003-06-12.
5640
5641 2003-06-13 Theodore A. Roth <troth@openavr.org>
5642
5643 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5644 (avr_pointer_to_address): Shift code addrs left 1 bit.
5645 (avr_convert_from_func_ptr_addr): Delete function since operation is
5646 better handled by avr_address_to_pointer and avr_pointer_to_address.
5647 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5648
5649 2003-06-13 Mark Kettenis <kettenis@gnu.org>
5650
5651 From Kelley Cook <kelleycook@wideopenwest.com>:
5652 * configure.host: Accept i[34567]86 variants.
5653 * configure.tgt: Likewise.
5654 * nlm/configure.in: Likewise.
5655 * nlm/configure: Regenerated.
5656
5657 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
5658
5659 * arm-tdep.c (solib-svr4.h): Dont' include it.
5660 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5661 * arm-linux-tdep.c: ... here. Make static.
5662 (arm_linux_init_abi): Register it.
5663 (solib-svr4.h): Include it.
5664 * Makefile.in: Update dependencies.
5665 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5666 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5667
5668 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5669
5670 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5671 indicate registers used for return values.
5672 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5673 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5674 members.
5675 (h8300_init_extra_frame_info): Ditto.
5676 (h8300_frame_locals_address): Removed.
5677 (h8300_frame_args_address): Removed.
5678 (h8300_extract_return_value): Use new regcache structure. Only care
5679 for 16 bit CPUs.
5680 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5681 (h8300_store_return_value): Use new regcache structure. Only care
5682 for 16 bit CPUs.
5683 (h8300h_store_return_value): Same function for 32 bit CPUs.
5684 (h8300_store_struct_return): Removed.
5685 (h8300_extract_struct_value_address): Use new regcache structure.
5686 (h8300h_extract_struct_value_address): Removed.
5687 (h8300_push_dummy_code): New function.
5688 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5689 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5690 set_gdbarch_store_return_value architecture dependent.
5691 Call set_gdbarch_push_dummy_code and
5692 set_gdbarch_extract_struct_value_address.
5693 Remove calls to set_gdbarch_frame_args_address,
5694 set_gdbarch_frame_locals_address,
5695 set_gdbarch_deprecated_store_struct_return,
5696 set_gdbarch_deprecated_extract_return_value,
5697 set_gdbarch_deprecated_extract_struct_value_address,
5698 set_gdbarch_deprecated_call_dummy_words and
5699 set_gdbarch_deprecated_sizeof_call_dummy_words.
5700
5701 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5702
5703 * h8300-tdep.c (h8300_register_byte): Remove.
5704 (h8300h_register_byte): Remove.
5705 (h8300_register_virtual_type): Remove. Substitute by...
5706 (h8300_register_type): New function.
5707 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5708 (h8300h_extract_struct_value_address): Ditto.
5709 (h8300_gdbarch_init): Drop calls to
5710 set_gdbarch_deprecated_register_byte and
5711 set_gdbarch_deprecated_register_virtual_type.
5712 Add call to set_gdbarch_register_type.
5713
5714 2003-06-13 Andrew Cagney <cagney@redhat.com>
5715
5716 * gdbarch.sh: Update comments on registers.
5717 (deprecated_register_byte): Rename register_byte.
5718 (deprecated_register_raw_size): Rename register_raw_size.
5719 (deprecated_register_virtual_size): Rename register_virtual_size.
5720 (deprecated_register_virtual_type): Rename register_virtual_type.
5721 * gdbarch.h, gdbarch.c: Re-generate.
5722 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5723 * vax-tdep.c (vax_gdbarch_init): Update.
5724 * v850-tdep.c (v850_gdbarch_init): Update.
5725 * sparc-tdep.c (sparc_gdbarch_init): Update.
5726 * sh-tdep.c (sh_gdbarch_init): Update.
5727 * s390-tdep.c (s390_gdbarch_init): Update.
5728 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5729 * ns32k-tdep.c: Update.
5730 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5731 * mips-tdep.c (mips_gdbarch_init): Update.
5732 * mcore-tdep.c (mcore_gdbarch_init): Update.
5733 * m68k-tdep.c (m68k_gdbarch_init): Update.
5734 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5735 * ia64-tdep.c (ia64_gdbarch_init): Update.
5736 * hppa-tdep.c (hppa_gdbarch_init): Update.
5737 * h8300-tdep.c (h8300_gdbarch_init): Update.
5738 * frv-tdep.c (frv_gdbarch_init): Update.
5739 * cris-tdep.c (cris_gdbarch_init): Update.
5740 * avr-tdep.c (avr_gdbarch_init): Update.
5741 * alpha-tdep.c (alpha_gdbarch_init): Update.
5742 * arm-tdep.c (arm_gdbarch_init): Update.
5743
5744 2003-06-13 Andrew Cagney <cagney@redhat.com>
5745
5746 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5747 mips_o32_use_struct_convention with always_use_struct_convention.
5748
5749 2003-06-12 David Carlton <carlton@kealia.com>
5750
5751 * cp-namespace.c (cp_set_block_scope): Comment out
5752 processing_has_namespace_info branch.
5753
5754 2003-06-12 Jim Blandy <jimb@redhat.com>
5755
5756 Recognize and skip 64-bit PowerPC Linux linkage functions.
5757 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5758 insn_pattern, insns_match_pattern, d_field, ds_field): New
5759 functions, macros, and types for working with PPC instructions.
5760 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5761 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5762 ppc64_skip_trampoline_code): New functions, variables, and macros
5763 for recognizing and skipping linkage functions.
5764 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5765 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5766
5767 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5768 register offsets for both the 32- and 64-bit interfaces.
5769
5770 Actually finish the job started by my change of 2003-05-29.
5771 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5772 other #definition of this.
5773 (ppc_linux_skip_trampoline_code): Remove declaration.
5774 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5775 static.
5776 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5777 method for GDBARCH.
5778
5779 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5780 'long' on ppc64-*-linux*.
5781
5782 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5783 isn't #defined, assume the register doesn't exist: act as if
5784 tdep->ppc_mq_regnum were -1.
5785
5786 * configure.host, configure.tgt: Add entries for
5787 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5788 powerpc/linux.mt.
5789 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5790 New files.
5791
5792 * arch-utils.c (always_use_struct_convention): New function.
5793 * arch-utils.h (always_use_struct_convention): New prototype.
5794 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5795 (alpha_gdbarch_init): Register always_use_struct_convention,
5796 instead of alpha_use_struct_convention.
5797 * cris-tdep.c (cris_use_struct_convention): Delete.
5798 (cris_gdbarch_init): Register always_use_struct_convention,
5799 instead of cris_use_struct_convention.
5800 * frv-tdep.c (frv_use_struct_convention): Delete.
5801 (frv_gdbarch_init): Register always_use_struct_convention,
5802 instead of frv_use_struct_convention.
5803 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5804 (h8300_gdbarch_init): Register always_use_struct_convention,
5805 instead of h8300_use_struct_convention.
5806 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
5807 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5808 instead of mips_o32_use_struct_convention.
5809
5810 2003-06-12 Andrew Cagney <cagney@redhat.com>
5811
5812 * wince.c: Include "mips-tdep.h".
5813 * mips-tdep.h (mips_next_pc): Declare.
5814 * mcore-tdep.c: Make more local functions static.
5815 * Makefile.in (wince.o): Update dependencies.
5816
5817 2003-06-12 David Carlton <carlton@kealia.com>
5818
5819 * symtab.c (lookup_symbol_aux_minsyms): Replace
5820 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5821 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5822 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5823 SYMBOL_NATURAL_NAME.
5824
5825 2003-06-12 Andreas Schwab <schwab@suse.de>
5826
5827 * Makefile.in (tuiDisassem.o): Update dependencies.
5828
5829 2003-06-12 David Carlton <carlton@bactrian.org>
5830
5831 * symtab.h: Delete declaration of make_symbol_overload_list.
5832 Add declaration of lookup_partial_symbol.
5833 * symtab.c (remove_params): Move to cp-support.c.
5834 (overload_list_add_symbol, make_symbol_overload_list)
5835 (sym_return_val_size, sym_return_val_index): Ditto.
5836 (lookup_partial_symbol): Make extern.
5837 * cp-support.h: Add declaration of make_symbol_overload_list.
5838 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5839 symtab.h, and block.h.
5840 (remove_params): Move here from symtab.c.
5841 (overload_list_add_symbol, make_symbol_overload_list)
5842 (sym_return_val_size, sym_return_val_index): Ditto.
5843 * valops.c: Include cp-support.h.
5844 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5845 frame_h, and block_h.
5846 (valops.o): Depend on cp_support_h.
5847
5848 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
5849
5850 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5851 substitute by NUM_REGS throughout.
5852 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5853 (h8300s_register_name): New function for H8S registers.
5854 (h8300sx_register_name): Ditto for H8SX registers.
5855 (h8300_print_register): Revise register printing, avoid depending
5856 on 32 bit long.
5857 (h8300_register_byte): Only care for H8/300 registers.
5858 (h8300h_register_byte): New function for any other architecture.
5859 (h8300_register_raw_size): Remove.
5860 (h8300_register_virtual_type): Revise to return actually useful
5861 type.
5862 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5863 (h8300h_extract_struct_value_address): New function for any other
5864 architecture.
5865 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5866 set_gdbarch_register_name, set_gdbarch_register_byte,
5867 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5868 Remove calls to set_gdbarch_deprecated_register_size,
5869 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5870 set_gdbarch_deprecated_max_register_raw_size,
5871 set_gdbarch_register_virtual_size and
5872 set_gdbarch_deprecated_max_register_virtual_size entirely.
5873 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5874 set_gdbarch_long_double_bit.
5875
5876 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5877
5878 * doublest.c (convert_doublest_to_floatformat): When dealing
5879 with the implied integer bit, only alter mant_bits if we are
5880 processing a full 32 bits of mantissa.
5881
5882 2003-06-11 David Carlton <carlton@bactrian.org>
5883
5884 * dictionary.h: New.
5885 * dictionary.c: New.
5886 * block.h: Add opaque declaration for struct dictionary.
5887 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5888 'sym' members.
5889 (BLOCK_DICT): New macro.
5890 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5891 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5892 BLOCK_SHOULD_SORT.
5893 (ALL_BLOCK_SYMBOLS): Update definition.
5894 * Makefile.in (SFILES): Add dictionary.c.
5895 (dictionary_h): New.
5896 (COMMON_OBS): Add dictionary.o.
5897 (dictionary.o): New.
5898 (ada-lang.o): Depend on dictionary_h.
5899 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5900 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5901 (mi-cmd-stack.o): Ditto.
5902 (gdbtk-cmds.o): Update dependencies.
5903 (gdbtk-stack.o): Ditto.
5904 * ada-lang.c: Include dictionary.h.
5905 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5906 (fill_in_ada_prototype, debug_print_block): Ditto.
5907 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5908 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5909 'is_sorted'.
5910 * mdebugread.c: Include dictionary.h.
5911 (struct parse_stack): Delete 'maxsyms' member.
5912 (parse_symbol): Update calls to new_block. Delete calls to
5913 shrink_block. Use dictionary methods.
5914 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5915 Update calls to new_symtab. Don't maintain maxsyms data.
5916 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5917 (add_symbol): Just call dict_add_symbol.
5918 (new_symtab): Delete 'maxsyms' argument.
5919 (new_symtab): Update calls to new_block.
5920 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5921 (shrink_block): Delete function.
5922 (fixup_sigtramp): Update call to new_block. Add symbol via
5923 dict_add_symbol.
5924 * jv-lang.c: Include dictionary.h.
5925 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5926 appropriately. Set class_symtab->free_func. Make sure the
5927 blockvector is big enough to hold two blocks.
5928 (add_class_symtab_symbol): Use dictionary methods.
5929 (free_class_block): New function.
5930 (type_from_class): Replace explicit iteration by
5931 ALL_BLOCK_SYMBOLS.
5932 * symtab.h (struct symtab): Replace 'free_ptr' method by
5933 'free_func'.
5934 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5935 sort_symtab_syms.
5936 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5937 sort_symtab_syms.
5938 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5939 Include dictionary.h.
5940 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5941 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5942 sort_symtab_syms.
5943 * objfiles.c: Include dictionary.h.
5944 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5945 * buildsym.c: Include dictionary.h.
5946 (finish_block): Use dictionary methods.
5947 (end_symtab): Set free_func to NULL, not free_ptr.
5948 * tracepoint.c: Include dictionary.h.
5949 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5950 (scope_info): Ditto.
5951 * stack.c: Include dictionary.h.
5952 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5953 (print_block_frame_labels, print_frame_arg_vars)
5954 (print_frame_args): Ditto.
5955 * symmisc.c (free_symtab_block): Use dictionary methods.
5956 (dump_symtab): Ditto.
5957 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5958 Include dictionary.h.
5959 * symfile.h: Delete declarations of sort_block_syms,
5960 sort_symtab_syms.
5961 * symfile.c (sort_block_syms): Delete.
5962 (sort_symtab_syms): Delete.
5963 * symtab.c: Include dictionary.h.
5964 (lookup_block_symbol): Use dictionary iterators.
5965 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5966 (search_symbols, make_symbol_completion_list): Ditto.
5967 (make_symbol_overload_list): Ditto.
5968 * valops.c (value_of_local): Use dict_empty.
5969 Include dictionary.h.
5970
5971 2003-06-11 J. Brobecker <brobecker@gnat.com>
5972
5973 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5974
5975 2003-06-11 David Carlton <carlton@bactrian.org>
5976
5977 * block.h (BLOCK_SHOULD_SORT): Delete.
5978 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5979 blocks.
5980 * ada-lang.c (ada_add_block_symbols): Ditto.
5981 * symfile.c (sort_block_syms): Delete.
5982 (sort_symtab_syms): Ditto.
5983 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5984 declarations.
5985 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5986 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5987 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5988 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5989 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5990 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5991 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5992
5993 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5994
5995 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
5996 bits to 128.
5997
5998 2003-06-11 Andrew Cagney <cagney@redhat.com>
5999
6000 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
6001 REGISTER_CONVERTIBLE.
6002 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
6003 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
6004 * gdbarch.h, gdbarch.c: Re-generate.
6005 * arch-utils.h (deprecated_register_convertible_not): Rename
6006 generic_register_convertible_not.
6007 * arch-utils.c (deprecated_register_convertible_not): Rename
6008 generic_register_convertible.
6009 (legacy_convert_register_p, legacy_register_to_value): Update.
6010 * sh-tdep.c (sh64_push_arguments): Update.
6011 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
6012 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
6013 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
6014 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
6015 * arch-utils.c (legacy_value_to_register): Update.
6016 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6017 (rs6000_register_convert_to_raw): Make parameter "from" const.
6018 * mips-tdep.c (mips_gdbarch_init): Update.
6019 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
6020 * infcmd.c (default_print_registers_info): Update.
6021 * ia64-tdep.c (ia64_gdbarch_init): Update.
6022 (ia64_register_convert_to_raw): Make parameter "from" const.
6023 * i386-tdep.c (i386_gdbarch_init): Update.
6024 (i386_register_convert_to_raw): Update.
6025
6026 2003-06-11 Andrew Cagney <cagney@redhat.com>
6027
6028 * remote-fileio.c: Include "remote-fileio.h".
6029 * Makefile.in (remote-fileio.o): Update dependencies.
6030 (remote_fileio_h): Fix typo.
6031
6032 2003-06-11 Andrew Cagney <cagney@redhat.com>
6033
6034 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
6035 (xstormy16_save_dummy_frame_tos): Make static.
6036 (_initialize_xstormy16_tdep): Add declaration.
6037 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6038 * v850-tdep.c: Make local functions static.
6039 (_initialize_v850_tdep): Add declaration.
6040 * sparc-tdep.c: Make local functions static.
6041 (_initialize_sparc_tdep): Add declaration.
6042 * sh-tdep.c: Make local functions static.
6043 (_initialize_sh_tdep): Add declaration.
6044 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
6045 * s390-tdep.c: Make local functions static.
6046 (_initialize_s390_tdep): Add declaration.
6047 * dbxread.c (find_stab_function_addr): Make static.
6048 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
6049 * ocd.c (_initialize_remote_ocd): Add declaration.
6050 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
6051 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
6052 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
6053 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
6054 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6055 * remote-array.c (_initialize_array): Add declaration.
6056 (_initialize_remote_monitors): Add declaration.
6057 * remote-mips.c: Make local functions static.
6058 (_initialize_remote_mips): Add declaration.
6059 * mcore-tdep.c: Make all local functions static.
6060 (_initialize_mcore_tdep): Add declaration.
6061 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
6062 * abug-rom.c (_initialize_abug_rom): Add declaration.
6063 * rom68k-rom.c (_initialize_rom68k): Add declaration.
6064 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
6065 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6066 * remote-est.c (_initialize_est): Add declaration.
6067 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6068 (m68hc11_call_dummy_address): Make static.
6069 * ia64-tdep.c: Make local functions static.
6070 (_initialize_ia64_tdep): Add declaration.
6071 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
6072 * monitor.c (monitor_wait_filter): Make static.
6073 (_initialize_remote_monitors): Add declaration.
6074 * remote-hms.c (_initialize_remote_hms): Add declaration.
6075 * remote-e7000.c (fetch_regs_from_dump): Make static.
6076 (expect_n): Make static.
6077 (_initialize_remote_e7000): Add declaration.
6078 * ser-e7kpc.c: Always include "defs.h".
6079 (_initialize_ser_e7000pc): Add declaration.
6080 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6081 * cris-tdep.c: Make all but one function static.
6082 (_initialize_cris_tdep): Add declaration.
6083 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6084 * solib.c (update_solib_list): Make static.
6085 (_initialize_solib): Add declaration.
6086 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
6087 (_initialize_avr_tdep): Add declaration.
6088 * remote-rdi.c (voiddummy): Make static.
6089 (_initialize_remote_rdi): Add declaration.
6090 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6091 * remote-rdp.c (send_rdp): Make static.
6092 (_initialize_remote_rdp): Add declaration.
6093 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6094
6095 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
6096
6097 * remote-fileio.c: Make ari happy.
6098
6099 2003-06-10 J. Brobecker <brobecker@gnat.com>
6100
6101 * rs6000-nat.c (child_xfer_memory): Compute the right address when
6102 fetching the trailing bytes of the buffer we are about to write.
6103
6104 2003-06-10 Andrew Cagney <cagney@redhat.com>
6105
6106 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6107 * Makefile.in (remote-fileio.o): Update dependencies.
6108 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
6109 include <setjmp.h>, or <sys/types.h> conditional on USG.
6110 (remote_fio_jmp_buf): Delete global variable.
6111
6112 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
6113 Martin M. Hunt <hunt@redhat.com>
6114
6115 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6116 (SFILES): Add remote-fileio.c.
6117 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
6118 dependencies for building remote.o.
6119 * remote-fileio.c: New file implementing the remote File-I/O protocol.
6120 * remote-fileio.h: New header file defining remote File-I/O interface.
6121 * remote.c (remote_write_bytes, remote_read_bytes): Remove
6122 static storage class.
6123 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6124 'F' packet.
6125 (_initialize_remote): Call initialize_remote_fileio().
6126 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
6127 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6128 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6129 (captured_main): Initialize new ui_files.
6130 * ui-file.c: Add read and fgets input functions.
6131 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6132 (null_file_read): New function.
6133 (ui_file_read): New function.
6134 (set_ui_file_read): New function.
6135 (stdio_file_read): New function.
6136 * ui-file.h: New type ui_file_read_ftype.
6137 (set_ui_file_read): Declare.
6138 (ui_file_read): Declare.
6139
6140 2003-06-09 Andrew Cagney <cagney@redhat.com>
6141
6142 * frame.h (deprecated_unwind_get_saved_register): Rename
6143 generic_unwind_get_saved_register, update comments.
6144 * mips-tdep.c (mips_get_saved_register): Update.
6145 * frame.c (deprecated_unwind_get_saved_register): Update.
6146
6147 2003-06-09 Andrew Cagney <cagney@redhat.com>
6148
6149 * vax-tdep.c (vax_frame_locals_address): Delete function.
6150 (vax_gdbarch_init): Do not set frame_locals_address.
6151 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6152 (m68hc11_gdbarch_init): Do not set frame_locals_address.
6153 * s390-tdep.c (s390_frame_args_address): Delete function.
6154 (s390_gdbarch_init): Do not set frame_args_address or
6155 frame_locals_address.
6156 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6157 (ns32k_gdbarch_init): Do not set frame_locals_address.
6158 * hppa-tdep.c (hppa_frame_args_address): Delete function.
6159 (hppa_frame_locals_address): Delete function.
6160 (hppa_gdbarch_init): Do not set frame_args_address, or
6161 frame_locals_address.
6162 * arm-tdep.c (arm_frame_args_address): Delete.
6163 (arm_frame_locals_address): Delete.
6164 (arm_gdbarch_init): Do not set frame_args_address, or
6165 frame_locals_address.
6166
6167 2003-06-09 Andrew Cagney <cagney@redhat.com>
6168
6169 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6170 * gdbarch.h, gdbarch.c: Re-generate.
6171 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6172 * arch-utils.c (frame_num_args_unknown): Delete function.
6173 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6174 (frame_info): Use FRAME_NUM_ARGS_P.
6175 * arm-tdep.c (arm_frame_num_args): Delete function.
6176 (arm_gdbarch_init): Do not set frame_num_args.
6177 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6178 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6179 (hppa_gdbarch_init): Do not set frame_num_args.
6180 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6181 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6182 frame_num_args to default frame_num_args_unknown.
6183 * v850-tdep.c (v850_gdbarch_init): Ditto.
6184 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6185 * sh-tdep.c (sh_gdbarch_init): Ditto.
6186 * s390-tdep.c (s390_gdbarch_init): Ditto.
6187 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6188 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6189 * mips-tdep.c (mips_gdbarch_init): Ditto.
6190 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6191 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6192 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6193 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6194 * i386-tdep.c (i386_gdbarch_init): Ditto.
6195 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6196 * frv-tdep.c (frv_gdbarch_init): Ditto.
6197 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6198 * cris-tdep.c (cris_gdbarch_init): Ditto.
6199 * avr-tdep.c (avr_gdbarch_init): Ditto.
6200 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6201
6202 2003-06-09 Andrew Cagney <cagney@redhat.com>
6203
6204 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6205 (print_frame_args): Moved to "stack.c".
6206 * stack.c: Include "gdb_assert.h".
6207 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6208 (print_frame_args): Moved from "printcmd.c".
6209 * frame.h (print_frame_args): Delete declaration.
6210 * Makefile.in (stack.o): Update dependencies.
6211
6212 2003-06-08 Andrew Cagney <cagney@redhat.com>
6213
6214 * frame.c (get_prev_frame): Remove reference to
6215 frame_args_address_correct in comments.
6216 * frame-base.c (default_frame_args_address): Delete code
6217 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6218 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6219 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6220 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6221 (vax_frame_args_address_correct): Delete declaration.
6222
6223 2003-06-08 Andrew Cagney <cagney@redhat.com>
6224
6225 * gdbarch.sh (UNWIND_SP): Add.
6226 * gdbarch.h, gdbarch.c: Re-generate.
6227 * frame.c (frame_sp_unwind): New function.
6228 (get_frame_sp): New function.
6229 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6230 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6231 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6232 value.
6233 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6234 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6235
6236 2003-06-08 Andrew Cagney <cagney@redhat.com>
6237
6238 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6239 REMOTE_BREAKPOINT.
6240 * remote.c: Update.
6241 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6242 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6243 * config/m68k/tm-sun3.h: Update.
6244 * config/m68k/tm-m68klynx.h: Update.
6245 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6246
6247 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6248 trad_frame". Update comments.
6249 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6250 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6251 (trad_frame_register_value, trad_frame_prev_register): Update.
6252
6253 2003-06-08 Andrew Cagney <cagney@redhat.com>
6254
6255 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6256 from GCC's acinclude.m4.
6257 * configure.in: Check for getopt's delcaration.
6258 * aclocal.m4, config.in, configure: Re-generate.
6259 * main.c (error_init): Delete declaration.
6260 * defs.h (error_init): Declare.
6261 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6262 (rs6000_convert_from_func_ptr_addr): Make static.
6263 (_initialize_rs6000_tdep): Add declaration.
6264 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6265 (show_commands, set_verbose, show_history): Delete declaration.
6266 * top.h (set_verbose): Add declaration.
6267 (show_history, set_history, show_commands): Add declaration.
6268 (do_restore_instream_cleanup): Add declaration.
6269 * objc-lang.c (specialcmp): Make static.
6270 (print_object_command): Make static.
6271 (find_objc_msgsend): Make static.
6272 (find_objc_msgcall_submethod_helper): Make static.
6273 (find_objc_msgcall_submethod): Make static.
6274 (_initialize_objc_language): Add declaration.
6275 (find_implementation_from_class): Make static.
6276 (find_implementation): Make static.
6277 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6278 * objc-lang.h (lookup_struct_typedef): Add declaration.
6279 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6280 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6281 (do_restore_user_call_depth): Make static.
6282 (do_restore_instream_cleanup): Delete declaration.
6283 (dont_repeat): Delete declaration.
6284 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6285 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6286 * reggroups.c (_initialize_reggroup): Add declaration.
6287 * cp-support.c (_initialize_cp_support): Add declaration.
6288 * cp-abi.c (_initialize_cp_abi): Add declaration.
6289 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6290 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6291 (_initialize_gnu_v3_abi): Add declaration.
6292 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6293 (_initialize_gnu_v2_abi): Add declaration.
6294 * frame-base.c (_initialize_frame_base): Add declaration.
6295 * doublest.c (floatformat_from_length): Make static.
6296 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6297 * frame.c (create_sentinel_frame): Make static.
6298 (_initialize_frame): Add declaration.
6299 * top.c (do_catch_errors): Make static.
6300 (gdb_rl_operate_and_get_next_completion): Make static.
6301 * typeprint.c: Include "typeprint.h".
6302 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6303 (sentinel_frame_this_id): Make static.
6304 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6305 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6306 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6307 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6308 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6309 * maint.c (maintenance_print_architecture): Make static.
6310 * signals/signals.c (_initialize_signals): Add declaration.
6311 * std-regs.c (_initialize_frame_reg): Add declaration.
6312 * jv-exp.y (push_variable): ISO C definition.
6313 (push_qualified_expression_name): Ditto.
6314 * memattr.c (_initialize_mem): Add declaration.
6315 * remote.c (remote_check_watch_resources): Make static.
6316 (remote_stopped_by_watchpoint): Make static.
6317 (remote_stopped_data_address): Make static.
6318 * d10v-tdep.c (nr_dmap_regs): Make static.
6319 (a0_regnum): Make static.
6320 (d10v_frame_unwind_cache): Make static.
6321 (d10v_frame_p): Make static.
6322 * osabi.c (show_osabi): Make static.
6323 (_initialize_gdb_osabi): Add extern declaration.
6324 * gdbtypes.c (make_qualified_type): Make static.
6325 (safe_parse_type): Make static.
6326 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6327 * macrotab.c (macro_bcache_free): Make static.
6328 * interps.c (interp_set_quiet): Make static.
6329 (interpreter_exec_cmd): Make static.
6330 * stack.h (select_frame_command): New file.
6331 * stack.c: Include "stack.h".
6332 (select_frame_command_wrapper): Delete function.
6333 (select_frame_command): Make global.
6334 * infcall.c: Include "infcall.h".
6335 * linespec.c: Include "linespec.h".
6336 * symfile.c (sections_overlap): Make static.
6337 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6338 * charset.c (_initialize_charset): Add missing prototype.
6339 * regcache.c (init_legacy_regcache_descr): Make static.
6340 (do_regcache_xfree): Make static.
6341 (regcache_xfer_part): Make static.
6342 (_initialize_regcache): Add missing prototype.
6343 * breakpoint.c (parse_breakpoint_sals): Make static.
6344 (breakpoint_sals_to_pc): Make static.
6345 * interps.h (clear_interpreter_hooks): ISO C declaration.
6346 * Makefile.in (stack_h): Define.
6347 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6348 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6349
6350 2003-06-08 Andrew Cagney <cagney@redhat.com>
6351
6352 * Makefile.in (d10v-tdep.o): Update dependencies.
6353 (SFILES): Add trad-frame.c.
6354 (trad_frame_h): Define.
6355 (COMMON_OBS): Add trad-frame.o.
6356 (trad-frame.o): Specify dependencies.
6357 * d10v-tdep.c: Include "trad-frame.h".
6358 (saved_regs_unwinder): Delete function.
6359 (d10v_frame_prev_register): Use trad_frame_prev_register.
6360 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6361 trad_frame", delete "regs" and "prev_sp".
6362 (prologue_find_regs): Use trad-frame.
6363 * trad-frame.h, trad-frame.c: New files.
6364
6365 2003-06-08 Mark Kettenis <kettenis@gnu.org>
6366
6367 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6368
6369 2003-06-07 Adam Fedor <fedor@gnu.org>
6370
6371 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6372 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6373 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6374 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
6375 resolve_msgsend_super, resolve_msgsend_super_stret):
6376 Use it.
6377
6378 2003-06-07 Andrew Cagney <cagney@redhat.com>
6379
6380 * symfile.h: Re-indent, clean up comments.
6381
6382 2003-06-07 Andrew Cagney <cagney@redhat.com>
6383
6384 * inferior.h (deprecated_write_sp): Replace
6385 generic_target_write_sp.
6386 * regcache.c (deprecated_write_sp): Replace
6387 generic_target_write_sp.
6388 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6389 * vax-tdep.c (vax_gdbarch_init): Update.
6390 * v850-tdep.c (v850_gdbarch_init): Update.
6391 * sparc-tdep.c (sparc_gdbarch_init): Update.
6392 * sh-tdep.c (sh_gdbarch_init): Update.
6393 * s390-tdep.c (s390_gdbarch_init): Update.
6394 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6395 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6396 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6397 * mcore-tdep.c (mcore_gdbarch_init): Update.
6398 * m68k-tdep.c (m68k_gdbarch_init): Update.
6399 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6400 * ia64-tdep.c (ia64_gdbarch_init): Update.
6401 * h8300-tdep.c (h8300_gdbarch_init): Update.
6402 * frv-tdep.c (frv_gdbarch_init): Update.
6403 * cris-tdep.c (cris_gdbarch_init): Update.
6404 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6405
6406 2003-06-07 Andrew Cagney <cagney@redhat.com>
6407
6408 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6409 Assert that PC_REGNUM is valid.
6410 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6411
6412 2003-06-07 Andrew Cagney <cagney@redhat.com>
6413
6414 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6415 * gdbarch.h, gdbarch.c: Regenerate.
6416 * mn10300-tdep.c: Include "gdb_assert.h".
6417 (mn10300_read_fp): New function.
6418 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6419 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6420 * ia64-tdep.c: Include "gdb_assert.h".
6421 (ia64_read_fp): New function.
6422 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6423 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6424 * regcache.c (generic_target_read_sp): Delete function.
6425 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6426 * inferior.h (generic_target_read_sp): Delete declaration.
6427 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6428 generic_target_read_sp.
6429 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6430 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6431 * sh-tdep.c (sh_gdbarch_init): Ditto.
6432 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6433 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6434
6435 2003-06-07 Andrew Cagney <cagney@redhat.com>
6436
6437 * gdbarch.sh: Comment each field of startup_gdbarch.
6438 * gdbarch.h, gdbarch.c: Re-generate.
6439
6440 2003-06-07 Andrew Cagney <cagney@redhat.com>
6441
6442 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6443 * gdbarch.h, gdbarch.c: Re-generate.
6444 * regcache.c: Update comments on read_pc et.al.
6445 (generic_target_read_pc): Delete function.
6446 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6447 * inferior.h (generic_target_read_pc): Delete declaration.
6448 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6449 generic_target_read_pc.
6450 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6451 * sh-tdep.c (sh_gdbarch_init): Ditto.
6452 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6453 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6454
6455 2003-06-07 Andrew Cagney <cagney@redhat.com>
6456
6457 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6458 "index" with "special_local_sect". Use strcmp instead of STREQ.
6459 Append period to coments.
6460
6461 2003-06-06 Mark Mitchell <mark@codesourcery.com>
6462
6463 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6464 (elfstab_offset_sections): Likewise.
6465 * gdb-stabs.h (stab_section_info): Likewise.
6466 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6467 * objfiles.c (objfile_relocate): Likewise.
6468 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6469 * remote.c (get_offsets): Likewise.
6470 (remote_cisco_objfile_relocate): Likewise.
6471 * somread.c (som_symfile_offsets): Likewise.
6472 * symfile.c (alloc_section_addr_info): New function.
6473 (build_section_addr_info_from_section_tab): Use it.
6474 (free_section_addr_info): Adjust.
6475 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6476 (syms_from_objfile): Allocate local_addr dynamically.
6477 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6478 dynamically.
6479 (add_symbol_file_command): Allocate sect_opts dynamically.
6480 (reread_symbols): Avoid use of SECT_OFF_MAX.
6481 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6482 (alloc_section_addr_info): Declare it.
6483 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6484 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6485 dynamically.
6486 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
6487
6488 2003-06-06 Andrew Cagney <cagney@redhat.com>
6489
6490 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6491 (d10v_frame_unwind_cache): Do not set "return_pc".
6492
6493 2003-06-06 Michael Snyder <msnyder@redhat.com>
6494
6495 * h8300-tdep.c: Make tidy (long lines).
6496
6497 2003-06-06 Michal Ludvig <mludvig@suse.cz>
6498
6499 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
6500 to regcache_collect().
6501
6502 2003-06-05 J. Brobecker <brobecker@gnat.com>
6503
6504 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6505 pc_in_sigtramp multiarch method.
6506 (hppa_hpux_som_init_abi): Use it.
6507 (hppa_hpux_elf_init_abi): Likewise.
6508 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6509 macro has been multiarched.
6510 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6511 macro here, as hppa64 isn't multiarched yet.
6512
6513 2003-06-05 Andrew Cagney <cagney@redhat.com>
6514
6515 * Makefile.in (value_h): Add $(frame_h).
6516 * value.h: Include "frame.h".
6517 (struct value): Replace "frame_addr" with "frame_id".
6518 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6519 * values.c (allocate_value): Use VALUE_FRAME_ID.
6520 (value_copy): Use VALUE_FRAME_ID.
6521 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6522 * valops.c (value_assign): Update. Use frame_find_by_id.
6523
6524 2003-06-05 Michal Ludvig <mludvig@suse.cz>
6525
6526 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6527 in each pass.
6528
6529 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6530
6531 * thread-db.c (check_event): For create/death event breakpoints,
6532 loop through all messages to ensure that we read the message
6533 corresponding to the breakpoint we are at.
6534
6535 2003-06-04 Michael Snyder <msnyder@redhat.com>
6536
6537 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6538
6539 2003-06-04 Mark Kettenis <kettenis@gnu.org>
6540
6541 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6542 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6543 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6544 when handling .eh_frame sections.
6545
6546 2003-06-04 J. Brobecker <brobecker@gnat.com>
6547
6548 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6549 prepare_to_proceed procedure instead of the hppa-specific one.
6550 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6551
6552 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
6553
6554 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6555 * config.in: Regenerated.
6556 * configure.in: Add test for syscall function and check for
6557 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6558 * configure: Regenerated.
6559 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6560 <sys/syscall.h>.
6561 (kill_lwp): New function that uses tkill syscall or
6562 uses kill, depending on whether threading model is nptl or not.
6563 All callers of kill() changed to use kill_lwp().
6564 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6565 see if all threads have already exited in the nptl model.
6566 (stop_and_resume_callback): New callback function used by the
6567 lin_lwp_wait thread exit handling code.
6568 (stop_wait_callback): Check for threads already having exited and
6569 delete such threads fromt the lwp list when discovered.
6570 (stop_callback): Don't assert retcode of kill call.
6571
6572 Roland McGrath <roland@redhat.com>
6573 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6574 nptl libthread_db.
6575
6576 2003-06-03 Richard Henderson <rth@redhat.com>
6577
6578 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6579 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6580 (alpha_sigtramp_frame_prev_register): Likewise.
6581 (alpha_heuristic_frame_prev_register): Likewise.
6582 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6583
6584 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
6585 alpha-specific register id names.
6586 (alpha_mdebug_frame_unwind_cache): Likewise.
6587 (alpha_mdebug_frame_prev_register): Likewise.
6588
6589 2003-06-03 Richard Henderson <rth@redhat.com>
6590
6591 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6592 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6593 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6594 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6595 unwind routines.
6596 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6597 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6598 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6599
6600 * alpha-linux-tdep.c: Remove unnecessary includes.
6601 * Makefile.in (alpha-linux-tdep.o): Update.
6602
6603 2003-06-03 Richard Henderson <rth@redhat.com>
6604
6605 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6606 (alphabsd_fill_fpreg): Likewise.
6607
6608 2003-06-03 J. Brobecker <brobecker@gnat.com>
6609
6610 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6611 references to struct frame_info fields by calls to the equivalent
6612 accessors. Necessary now that frame_info is opaque.
6613
6614 2003-06-03 J. Brobecker <brobecker@gnat.com>
6615
6616 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6617 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6618 structure, field no longer exists.
6619
6620 2003-06-03 J. Brobecker <brobecker@gnat.com>
6621
6622 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6623 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6624
6625 2003-06-03 J. Brobecker <brobecker@gnat.com>
6626
6627 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6628 references to struct frame_info fields by calls to the equivalent
6629 accessors. Necessary now that frame_info is opaque.
6630
6631 2003-06-03 J. Brobecker <brobecker@gnat.com>
6632
6633 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
6634 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
6635 structure, field no longer exists.
6636
6637 2003-06-03 Theodore A. Roth <troth@openavr.org>
6638
6639 * remote.c (init_remote_state): Compute sizeof_g_packet by
6640 accumulation of the size of all registers instead of blindly using
6641 DEPRECATED_REGISTER_BYTES.
6642
6643 2003-06-03 Michael Snyder <msnyder@redhat.com>
6644
6645 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6646 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6647 for h8300sx.
6648
6649 2003-06-03 J. Brobecker <brobecker@gnat.com>
6650
6651 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6652 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6653
6654 2003-06-03 Andrew Cagney <cagney@redhat.com>
6655
6656 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6657 (sparc_convert_to_raw): Delete function.
6658 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6659 register_convert_to_virtual.
6660
6661 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
6662
6663 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6664 layer if not dealing with a statically-linked threaded program.
6665
6666 2003-06-03 Kris Warkentin <kewarken@qnx.com>
6667
6668 * solib.c (solib_open): Update comment to reflect actual search order.
6669
6670 2003-06-03 Andrew Cagney <cagney@redhat.com>
6671
6672 * frame.c (get_frame_memory_signed): New function.
6673 (get_frame_memory, get_frame_memory_unsigned): New function.
6674 (get_frame_arch): New function.
6675 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6676 (get_frame_memory, get_frame_unsigned_memory): Declare.
6677 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6678 get_frame_memory_unsigned and get_frame_arch.
6679 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6680
6681 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
6682
6683 * MAINTAINERS (write after approval): Add myself.
6684
6685 2003-06-03 Jim Blandy <jimb@redhat.com>
6686
6687 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6688 elements of gregset_t are 64 bits each, but access registers
6689 are still 32 bits, so they're packed two per gregset_t
6690 element. Unpack/pack them properly.
6691
6692 2003-06-02 David Carlton <carlton@bactrian.org>
6693
6694 * linespec.c (find_methods): Break out code into
6695 add_matching_methods and add_constructors.
6696 (add_matching_methods): New.
6697 (add_constructors): Ditto.
6698
6699 2003-06-02 Andrew Cagney <cagney@redhat.com>
6700
6701 * sparc-tdep.c (sparc_print_registers): Delete call to
6702 REGISTER_CONVERTIBLE.
6703 (sparc_gdbarch_init): Do not set register_convertible.
6704 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6705 * frv-tdep.c (frv_gdbarch_init): Ditto.
6706 * cris-tdep.c (cris_gdbarch_init): Ditto.
6707
6708 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
6709
6710 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
6711 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6712 (syms_from_objfile): Ditto.
6713
6714 2003-06-03 Andreas Schwab <schwab@suse.de>
6715
6716 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6717 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6718
6719 2003-06-02 Richard Henderson <rth@redhat.com>
6720
6721 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6722 a member of all_reggroup.
6723
6724 2003-06-02 Richard Henderson <rth@redhat.com>
6725
6726 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6727 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6728 (alpha_lds, alpha_sts): New.
6729 (alpha_convert_register_p): Change from _register_convertible.
6730 (alpha_register_to_value): Change from _convert_to_virtual;
6731 restructure and fail for type sizes other than 4 or 8.
6732 (alpha_value_to_register): Similarly.
6733 (alpha_extract_return_value): Use alpha_sts.
6734 (alpha_store_return_value): Use alpha_lds.
6735 (alpha_gdbarch_init): Update hooks.
6736
6737 2003-06-02 Richard Henderson <rth@redhat.com>
6738
6739 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6740 regnum identifiers.
6741 (alpha_sigtramp_register_address): Likewise.
6742
6743 2003-06-02 Richard Henderson <rth@redhat.com>
6744
6745 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6746 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6747 * alpha-tdep.h: Declare them.
6748
6749 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6750 Remove zerobuf. Don't error on UNIQUE.
6751 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6752 (ALPHA_REGSET_UNIQUE): Provide default.
6753 (supply_gregset): Use alpha_supply_int_regs.
6754 (fill_gregset): Use alpha_fill_int_regs.
6755 (supply_fpregset): Use alpha_supply_fp_regs.
6756 (fill_fpregset): Use alpha_fill_fp_regs.
6757 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6758 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6759 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6760 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6761 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6762 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6763
6764 2003-06-02 Richard Henderson <rth@redhat.com>
6765
6766 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6767
6768 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6769 (alpha_store_return_value): Likewise.
6770
6771 2003-06-02 David Carlton <carlton@math.stanford.edu>
6772
6773 * block.c (contained_in): Add 'const' to arguments.
6774 (block_function): Ditto.
6775 * block.h: Update declarations for block_function and
6776 contained_in.
6777
6778 2003-06-02 David Carlton <carlton@math.stanford.edu>
6779
6780 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6781 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6782 * p-valprint.c (pascal_val_print): Ditto.
6783 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6784
6785 2003-06-02 Richard Henderson <rth@redhat.com>
6786
6787 * alpha-tdep.c (alpha_push_dummy_call): Use
6788 builtin_type_ieee_double_little instead of builtin_type_double.
6789
6790 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
6791 sign-extension of 32-bit values.
6792 (alpha_store_return_value): Similarly.
6793
6794 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6795 (alpha_extract_return_value): Likewise.
6796 (alpha_store_return_value): Likewise.
6797
6798 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6799 (alpha_store_return_value): Error on IEEE Quad floats.
6800
6801 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6802 (alpha_extract_struct_value_address): Likewise.
6803 (alpha_store_return_value): Likewise.
6804 (alpha_store_struct_return): Remove.
6805 (alpha_gdbarch_init): Update hook registration to match.
6806
6807 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6808 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6809 macros where appropriate.
6810 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6811 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
6812
6813 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6814 for SP, GP; void_func_ptr for PC; non-language-specific types
6815 for all others.
6816 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
6817
6818 2003-06-02 Richard Henderson <rth@redhat.com>
6819
6820 * top.h (lim_at_start): Declare.
6821 * main.c (captured_main): Set it.
6822 * top.c (lim_at_start): Define.
6823 (command_loop): Use it instead of &environ.
6824 * event-top.c (command_handler): Likewise.
6825
6826 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6827
6828 * mipsnbsd-tdep.c: Update copyright years.
6829 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6830
6831 2003-06-01 Richard Henderson <rth@redhat.com>
6832
6833 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6834 (alpha-linux-tdep.o): Update dependencies.
6835 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6836 * alpha-mdebug-tdep.c: Remove unneeded includes.
6837
6838 2003-06-01 Richard Henderson <rth@redhat.com>
6839
6840 * alpha-tdep.c (alpha_register_reggroup_p): New.
6841 (alpha_gdbarch_init): Register it.
6842
6843 2003-06-02 Andrew Cagney <cagney@redhat.com>
6844
6845 * dwarfread.c: Eliminate "register"
6846 (decode_die_type): Eliminate assignment within "if".
6847 (struct_type, decode_array_element_type): Ditto.
6848 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6849 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6850 (decode_modified_type, completedieinfo): Ditto.
6851 * block.c: Eliminate "register".
6852 (blockvector_for_pc_sect): Eliminate assignment within "if".
6853 * cp-support.h (struct symbol): Opaque declaration.
6854 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6855
6856 2003-06-01 Richard Henderson <rth@redhat.com>
6857
6858 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6859 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6860
6861 2003-06-01 Adam Fedor <fedor@gnu.org>
6862
6863 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6864 * gdbarch.[ch]: Regenerate.
6865 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6866 (hppa_gdbarch_init): Set it in the gdbarch vector.
6867 * i386-tdep.c (i386_fetch_pointer_argument): New
6868 (i386_gdbarch_init): Set it into gdbarch.
6869 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6870 (rs6000_gdbarch_init): Set it in gdbarch.
6871 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6872 (sparc_gdbarch_init): Set it in gdbarch.
6873
6874 2003-06-01 Andrew Cagney <cagney@redhat.com>
6875
6876 * defs.h (extract_address): Delete declaration.
6877 * findvar.c (extract_address): Delete function.
6878 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6879 extract_address with the inline equivalent,
6880 extract_unsigned_integer.
6881 (xstormy16_extract_struct_value_address): Ditto.
6882 (xstormy16_pointer_to_address): Ditto.
6883 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6884 * v850-tdep.c (v850_push_arguments): Ditto.
6885 (v850_extract_return_value): Ditto.
6886 (v850_extract_struct_value_address): Ditto.
6887 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6888 (sparcnbsd_get_longjmp_target_64): Ditto.
6889 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6890 (get_longjmp_target): Ditto.
6891 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6892 (sh64_extract_struct_value_address): Ditto.
6893 (sh_push_arguments): Ditto.
6894 (sh64_push_arguments): Ditto.
6895 * remote-vxsparc.c (vx_read_register): Ditto.
6896 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6897 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6898 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6899 * mipsv4-nat.c (get_longjmp_target): Ditto.
6900 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6901 * mips-nat.c (get_longjmp_target): Ditto.
6902 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6903 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6904 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6905 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6906 * irix5-nat.c (get_longjmp_target): Ditto.
6907 * irix4-nat.c (get_longjmp_target): Ditto.
6908 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6909 (ia64_push_arguments): Ditto.
6910 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6911 * h8300-tdep.c (h8300_push_arguments): Ditto.
6912 (h8300_store_return_value): Ditto.
6913 (h8300_extract_struct_value_address): Ditto.
6914 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6915 (frv_push_arguments): Ditto.
6916 * avr-tdep.c (avr_pointer_to_address): Ditto.
6917 (avr_push_arguments): Ditto.
6918 * arm-tdep.c (arm_push_dummy_call): Ditto.
6919 (arm_get_longjmp_target): Ditto.
6920 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6921 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6922 (alpha_get_longjmp_target): Ditto.
6923
6924 * solib-irix.c (extract_mips_address): Inline extract_address,
6925 replacing it with extract_signed_integer.
6926 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6927 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6928 (first_link_map_member, open_symbol_file_object): Ditto.
6929 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6930 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6931 (LM_NEXT, LM_NAME): Ditto.
6932
6933 2003-06-01 Richard Henderson <rth@redhat.com>
6934
6935 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6936 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6937 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6938 (alpha_cannot_store_register): Likewise.
6939 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6940 * alpha-nat.c (supply_gregset): Likewise.
6941 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
6942
6943 2003-06-01 Andrew Cagney <cagney@redhat.com>
6944
6945 * infcall.c (call_function_by_hand): Update comment on
6946 DEPRECATED_DUMMY_WRITE_SP.
6947
6948 * mips-tdep.c (mips_gdbarch_init): Do not set
6949 deprecated_dummy_write_sp.
6950 (mips_eabi_push_dummy_call): Set the SP register.
6951 (mips_o64_push_dummy_call): Set the SP register.
6952 (mips_o32_push_dummy_call): Set the SP register.
6953 (mips_n32n64_push_dummy_call): Set the SP register.
6954
6955 2003-06-01 Richard Henderson <rth@redhat.com>
6956
6957 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6958 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6959 (supply_gregset): Likewise.
6960 * alpha-tdep.c (alpha_store_return_value): Likewise.
6961 (alpha_get_longjmp_target): Likewise.
6962 (alpha_register_name): Constify array.
6963 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6964 deprecated_register_size, deprecated_register_bytes,
6965 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6966 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6967 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
6968
6969 2003-06-01 Richard Henderson <rth@redhat.com>
6970
6971 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6972 from arg_reg_buffer to regcache to avoid double conversion.
6973
6974 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6975
6976 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6977 SP_REGNUM.
6978 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6979 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6980
6981 2003-06-01 Richard Henderson <rth@redhat.com>
6982
6983 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6984 (decode_frame_entry): Set it. Skip FDE augmentation.
6985
6986 2003-06-01 Richard Henderson <rth@redhat.com>
6987
6988 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6989 not overlapping PC_REGNUM.
6990
6991 2003-06-01 Richard Henderson <rth@redhat.com>
6992
6993 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6994 alpha_push_arguments. Don't dump argument register data to
6995 the target stack. Fix float and 128-bit long double semantics.
6996 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6997 (alpha_fix_call_dummy): Remove.
6998 (alpha_call_dummy_words): Remove.
6999 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
7000
7001 2003-06-01 Richard Henderson <rth@redhat.com>
7002
7003 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
7004
7005 2003-06-01 Andrew Cagney <cagney@redhat.com>
7006
7007 * mips-tdep.c (is_mips16_addr): New function.
7008 (make_mips16_addr, unmake_mips16_addr): New functions.
7009 (pc_is_mips16, mips_fetch_instruction): Use.
7010 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
7011 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
7012 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
7013 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
7014 TARGET_MIPS.
7015 * config/mips/tm-mips.h: Update copyright.
7016 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
7017 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
7018 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
7019 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
7020 (TM_PRINT_INSN_MACH): Delete.
7021 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
7022
7023 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
7024 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
7025 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
7026 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
7027 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
7028 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
7029 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
7030 mips*-*-riscos* and mips*-*-sysv* onto mips.
7031 * config/mips/mips64.mt: New file.
7032 * config/mips/mips.mt: New file.
7033 * config/mips/littlemips.mt: Delete file.
7034 * config/mips/decstation.mt: Delete file.
7035 * config/mips/vr4300el.mt: Delete file.
7036 * config/mips/vr5000el.mt: Delete file.
7037 * config/mips/vr5000.mt: Delete file.
7038 * config/mips/vr4100.mt: Delete file.
7039 * config/mips/vr4xxxel.mt: Delete file.
7040 * config/mips/vr4300.mt: Delete file.
7041 * config/mips/vr4xxx.mt: Delete file.
7042 * config/mips/bigmips.mt: Delete file.
7043 * config/mips/bigmips64.mt: Delete file.
7044 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
7045 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
7046 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
7047 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
7048 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
7049 "tm-bigmips.h".
7050 * config/mips/tm-irix3.h: Ditto.
7051 * config/mips/tm-mipsv4.h: Ditto.
7052 * config/mips/tm-embed.h: Ditto.
7053 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
7054 "tm-bigmips64.h".
7055 * config/mips/tm-vr5000el.h: Delete file.
7056 * config/mips/tm-tx39l.h: Delete file.
7057 * config/mips/tm-vr4300el.h: Delete file.
7058 * config/mips/tm-vr4xxxel.h: Delete file.
7059 * config/mips/tm-vr4300.h: Delete file.
7060 * config/mips/tm-vr4100.h: Delete file.
7061 * config/mips/tm-vr4xxx.h: Delete file.
7062 * config/mips/tm-vr5000.h: Delete file.
7063 * config/mips/tm-embedl64.h: Delete file.
7064 * config/mips/tm-embedl.h: Delete file.
7065 * config/mips/tm-embed64.h: Delete file.
7066 * config/mips/tm-bigmips64.h: Delete file.
7067 * config/mips/tm-bigmips.h: Delete file.
7068
7069 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7070
7071 Fix gdb/1216.
7072 * shnbsd-nat.c: Include "sh-tdep.h".
7073
7074 From Richard Henderson <rth@redhat.com>:
7075 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
7076
7077 2003-05-31 Andrew Cagney <cagney@redhat.com>
7078
7079 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
7080 forward declaration.
7081 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7082 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7083 (mips_find_saved_regs): Use set_reg_offset.
7084 (mips_frame_init_saved_regs): Delete function.
7085 (mips_pop_frame): Call mips_find_saved_regs instead of
7086 DEPRECATED_FRAME_INIT_SAVED_REGS.
7087
7088 2003-05-31 Andrew Cagney <cagney@redhat.com>
7089
7090 * mips-tdep.c (mips_gdbarch_init): Do not set
7091 deprecated_max_register_raw_size, register_virtual_size, and
7092 deprecated_max_register_virtual_size.
7093
7094 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7095
7096 * i386-tdep.c: Include "dwarf2-frame.h".
7097 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
7098 * Makefile.in (i386-tdep.o): Update dependencies.
7099
7100 * dwarf2-frame.c, dwarf2-frame.h: New files.
7101 * Makefile.in (SFILES): Add dwarf2-frame.c.
7102 (dwarf2_frame_h): Define.
7103 (COMMON_OBS): Add dwarf2-frame.o.
7104 (dwarf2-frame.o): Add dependencies.
7105
7106 2003-05-31 Andreas Jaeger <aj@suse.de>
7107
7108 * x86-64-linux-nat.c: Fix comment.
7109
7110 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7111
7112 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7113 function signature.
7114
7115 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7116 have a sigcontext_addr handler.
7117 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7118 sigcontext_addr handler.
7119
7120 2003-05-31 Andrew Cagney <cagney@redhat.com>
7121
7122 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7123 (print_fp_register_row): Replace do_fp_register_row.
7124 (mips_print_fp_register): Add "file" and "frame" parameters.
7125 (mips_print_register): Add "file" and "frame" parameters.
7126 (mips_print_registers_info): Replace mips_do_registers_info.
7127 (mips_gdbarch_init): Set print_registers_info instead of
7128 deprecated_do_registers_info.
7129 (mips_read_fp_register_single): Add "frame" parameter.
7130 (mips_read_fp_register_double): Add "frame" parameter.
7131
7132 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7133
7134 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7135 Fixes a bug where GDB would print the wrong register names for
7136 targets without SSE.
7137
7138 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7139 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7140 registers.
7141
7142 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7143 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7144 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7145 TDEP->sc_sp_offset.
7146
7147 From Michal Ludvig <mludvig@suse.cz>:
7148 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7149 and `sc_num_regs'.
7150 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7151 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7152 I386_ST0_REGNUM): Move here from...
7153 * i386-tdep.c: ... here.
7154 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7155 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7156 registers if possible.
7157 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7158 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7159 Remove variables.
7160 (i386bsd_sc_reg_offset): New variable.
7161 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7162 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7163 TDEP->sc_sp_offset.
7164 (i386fbsd_sc_reg_offset): New variable.
7165 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7166 TDEP->sc_num_regs.
7167 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7168 variables.
7169 (i386fbsd4_sc_reg_offset): New variable.
7170 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7171 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7172 TDEP->sc_sp_offset.
7173 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7174 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7175 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7176 Remove variables.
7177 (i386nbsd_sc_reg_offset): New variable.
7178 (i386nbsd_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 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7182 Remove variables.
7183 (i386obsd_sc_reg_offset): New variable.
7184 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7185 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7186 TDEP->sc_sp_offset.
7187 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7188 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7189 for frame pointer offset in `struct sigcontext'.
7190
7191 2003-05-31 Andrew Cagney <cagney@redhat.com>
7192
7193 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7194 architecture methods call_dummy_words, sizeof_call_dummy_words,
7195 push_return_address, store_struct_return, and fix_call_dummy. Set
7196 push_dummy_call instead of deprecated_push_arguments.
7197 (mips_store_struct_return): Delete function.
7198 (mips_fix_call_dummy): Delete function.
7199 (mips_push_return_address): Delete function.
7200 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7201 RA_REGNUM and T9_REGNUM.
7202 (mips_n32n64_push_dummy_call): Ditto for
7203 mips_n32n64_push_arguments.
7204 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7205 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7206
7207 2003-05-31 Andrew Cagney <cagney@redhat.com>
7208
7209 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7210 "dummy_addr" to "bp_addr".
7211 * infcall.c (call_function_by_hand): Pass "funaddr" to
7212 gdbarch_push_dummy_call.
7213 * gdbarch.h, gdbarch.c: Re-generate.
7214 * i386-tdep.c (i386_push_dummy_call): Update.
7215 * arm-tdep.c (arm_push_dummy_call): Update.
7216 * d10v-tdep.c (d10v_push_dummy_call): Update.
7217
7218 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7219
7220 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7221 variable declarations.
7222 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7223 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7224 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7225 x86_64_init_frame_pc, x86_64_init_frame_pc,
7226 x86_64_function_has_prologue): Remove prototypes.
7227 (X86_64_NUM_GREGS): New define.
7228 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7229 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7230 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7231 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7232 XMM1_REGNUM): Remove defines.
7233 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7234 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7235 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7236 X86_64_XMM1_REGNUM): New defines.
7237 (struct x86_64_register_info): Renamed from `struct
7238 register_info'. Remove `size' member.
7239 (x86_64_register_info_table): Remove variable.
7240 (x86_64_register_info): New variable.
7241 (X86_64_NUM_REGS): New define.
7242 (X86_64_NUM_GREGS): Remove define.
7243 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7244 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7245 Remove variables.
7246 (x86_54_dwarf2_reg_to_regnum): Remove function.
7247 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7248 (x86_64_dwarf_reg_to_regnum): New function.
7249 (x86_64_register_name): Rewrite.
7250 (x86_64_register_raw_size): Remove function.
7251 (x86_64_register_byte_table): Remove variable.
7252 (x86_64_register_byte): Remove function.
7253 (x86_64_register_virtual_type): Remove function.
7254 (x86_64_register_type): New function.
7255 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7256 x86_64_register_convert_to_raw): Remove functions.
7257 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7258 (x86_64_use_struct_convention): Make static. Adjust for renamed
7259 defines.
7260 (x86_64_frame_init_saved_regs): Remove function.
7261 (x86_64_push_arguments): Make static. Change to accept a regcache
7262 as argument.
7263 (x86_64_store_return_value, x86_64_extract_return_value): Make
7264 static. Rewrite based on i386 counterparts.
7265 (x86_64_push_dummy_call): New function.
7266 (X86_64_NUM_SAVED_REGS): New define.
7267 (x86_64_register_number): Remove function.
7268 (x86_64_store_struct_return): Remove function.
7269 (x86_64_frameless_function_invocation,
7270 x86_64_function_has_prologue): Remove functions.
7271 (PROLOG_BUFSIZE): Remove define.
7272 (struct x86_64_frame_cache): New structure.
7273 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7274 x86_64_frame_cache, x86_64_frame_this_id,
7275 x86_64_frame_prev_register, x86_64_frame_p,
7276 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7277 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7278 functions.
7279 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7280 variables.
7281 (x86_64_skip_prologue): Rewrite in terms of
7282 x86_64_analyze_prologue.
7283 (x86_64_frame_base_address): New function.
7284 (x86_64_frame_base): New variable.
7285 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7286 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7287 set deprecated_fp_regnum, deprecated_register_size,
7288 deprecated_register_bytes, register_raw_size, register_byte,
7289 register_virtual_type, register_convertiable,
7290 register_convert_to_virtual, convert_to_raw,
7291 deprecated_get_saved_register, deprecated_target_read_fp,
7292 deprecated_push_arguments, deprecated_push_return_address,
7293 deprecated_pop_frame, deprecated_store_struct_return,
7294 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7295 frameless_function_invocation, deprecated_frame_saved_pc,
7296 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7297 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7298 deprecated_init_frame_pc and virtual_frame_pointer. Call
7299 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7300 and x86_64_frame_p. Call frame_base_set_default to register
7301 x86_64_frame_base.
7302 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7303 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7304 (_initialize_x86_64_tdep): Remove function.
7305 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7306 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7307 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7308 define.
7309 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7310 (x86_64_linux_sigcontext_addr): Rewrite.
7311 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7312 x86_64_linux_frame_saved_pc): Remove functions.
7313 (x86_64_linux_pc_in_sigtramp): Renamed from
7314 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7315 trampoline.
7316 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7317 Remove_functions.
7318 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7319 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7320 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7321 (x86_64_regmap): Rename to regmap.
7322 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7323 x86_64_num_gregs.
7324 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7325 x86_64_regmap.
7326 (x86_64_fxsave_offset): Remove function.
7327 (supply_fpregset): Simply call x86_64_supply_fxsave.
7328 (fill_fpregset): Simply call x86_64_fill_fxsave.
7329 (fetch_inferior_registers, store_inferior_registers): Avoid
7330 asignment in if-statement.
7331 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7332 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7333 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7334 (fetch_core_registers): Remove function.
7335 (linux_elf_core_fns): Remove.
7336 (offsetoff): Don't define.
7337 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7338 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7339 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7340 add core-regset.o.
7341 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7342 protection against multiple includes instead of NM_X86_64_h. Add
7343 various comments. Include "config/nm-linux.h". Don't include
7344 <signal.h>.
7345 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7346 GET_THREAD_SIGNALS): Remove defines.
7347 (x86_64_register_u_addr, kernel_u_size,
7348 lin_thread_get_thread_signals): Remove prototypes.
7349 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7350 [HAVE_LINK_H]: Don't include "solib.h".
7351 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7352 * config/i386/tm-x86-64linux.h: Fix comments.
7353 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7354 x86-64-tdep.o): Update dependencies.
7355
7356 2003-05-30 Andrew Cagney <cagney@redhat.com>
7357
7358 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7359 Change parameter type to a "struct regcache *".
7360
7361 * gdbarch.sh: Regardless of the multi-arch level, always define
7362 the macro when not already defined.
7363 * gdbarch.h, gdbarch.c: Re-generate.
7364
7365 2003-05-30 Richard Henderson <rth@redhat.com>
7366
7367 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7368 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7369 (alpha_mdebug_frame_this_id): Likewise.
7370 (alpha_mdebug_frame_prev_register): Likewise.
7371 (alpha_mdebug_frame_base_address): Likewise.
7372 (alpha_mdebug_frame_locals_address): Likewise.
7373 (alpha_mdebug_frame_args_address): Likewise.
7374 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7375 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7376 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7377 loop increment.
7378 (alpha_heuristic_frame_this_id): Make static.
7379 (alpha_heuristic_frame_prev_register): Likewise.
7380 (alpha_heuristic_frame_base_address): Likewise.
7381 * alpha-tdep.h: Update.
7382
7383 2003-05-30 Mark Kettenis <kettenis@gnu.org>
7384
7385 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7386 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7387 defenitions.
7388 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7389 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7390 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7391 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7392 I386_ST0_REGNUM): New defines.
7393 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7394 codestream_get): Remove define.
7395 (codestream_next_addr, condestream_addr, condestream_buf,
7396 codestream_off, codestream_cnt): Remove variables.
7397 (codestream_fill, codestream_seek, codestream_read): Remove
7398 functions.
7399 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7400 functionality.
7401 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7402 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7403 i386_frame_saved_pc, i386_saved_pc_after_call,
7404 i386_frame_num_args, i386_frame_init_saved_regs,
7405 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7406 i386_push_arguments): Remove functions.
7407 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7408 functionality. Use i386_analyze_prologue instead of
7409 i386_get_frame_setup.
7410 (I386_NUM_SAVED_REGS): New define.
7411 (struct i386_frame_cache): New structure.
7412 (i386_alloc_frame_cache, i386_analyze_struct_return,
7413 i386_skip_probe, i386_analyze_frame_setup,
7414 i386_analyze_register_saves, i386_analyze_prologue,
7415 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7416 i386_frame_prev_register, i386_sigtramp_frame_cache,
7417 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7418 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7419 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7420 New functions.
7421 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7422 New variables.
7423 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7424 I386_EAX_REGNUM and I386_EDX_REGNUM.
7425 (i386_extract_return_value, i386_store_return_value): Use
7426 I386_ST0_REGNUM where appropriate.
7427 (i386_extract_struct_value_address): Rewrite to use extract_address.
7428 (i386_svr4_pc_in_sigtramp): Add comment.
7429 (i386_svr4_sigcontext_addr): Rewrite.
7430 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7431 TDEP->sc_sp_offset.
7432 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7433 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7434 of new defines. Set push_dummy_call, don't set
7435 deprecated_push_arguments, deprecated_push_return_address,
7436 deprecated_pop_frame. Don't set parm_boundary. Don't set
7437 deprecated_frame_chain, deprecated_frame_saved_pc,
7438 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7439 save_dummy_frame_tos, unwind_pc. Call
7440 frame_unwind_append_predicate and frame_base_set_default. Don't
7441 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7442 Don't set frameless_function_invocation. Don't set
7443 deprecated_register_bytes, deprecated_register_size,
7444 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7445 * i386-linux-tdep.c: Fix formatting in some comments.
7446 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7447 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7448 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7449 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7450 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7451 redundant parentheses.
7452 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7453 (i386_linux_sigcontext_addr): Use it. Rewrite.
7454 (find_minsym_and_objfile): Change name of second argument.
7455 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7456 changed. Use frame_pc_unwind instead of
7457 DEPRECATED_SAVED_PC_AFTER_CALL.
7458 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7459 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7460 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7461 unwinder.
7462 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7463 "dummy-frame.h".
7464 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7465 (_initialize_i386_cygwin_tdep): New prototype.
7466 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7467 deprecated_frame_chain_valid.
7468 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7469 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7470 Rely on the SVR4 defaults.
7471 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7472 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7473
7474 2003-05-30 Andrew Cagney <cagney@redhat.com>
7475
7476 * infcall.c (call_function_by_hand): Always call
7477 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7478
7479 2003-05-30 Richard Henderson <rth@redhat.com>
7480
7481 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7482 increment.
7483
7484 2003-05-29 Jim Blandy <jimb@redhat.com>
7485
7486 Use gdbarch methods for solib stuff on PowerPC Linux.
7487 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7488 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7489 show through.
7490 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7491 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7492 giving the same effect as the #definitions above.
7493
7494 2003-05-29 Adam Fedor <fedor@gnu.org>
7495
7496 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7497 (find_implementation_from_class): Replace it with the standard
7498 case i.e. do nothing.
7499
7500 2003-05-29 Richard Henderson <rth@redhat.com>
7501
7502 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7503 (alpha_linux_sigtramp_offset): Use it. Make static.
7504 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7505 update for new frame model.
7506 * alpha-mdebug-tdep.c: New file.
7507 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7508 (alpha_osf1_init_abi): Install it.
7509 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7510 (linked_proc_desc_table): Remove.
7511 (alpha_frame_past_sigtramp_frame): Remove.
7512 (alpha_dynamic_sigtramp_offset): Remove.
7513 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7514 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7515 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7516 (push_sigtramp_desc): Remove.
7517 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7518 (alpha_cannot_store_register): Likewise.
7519 (alpha_sigcontext_addr): Remove.
7520 (alpha_find_saved_regs): Remove.
7521 (alpha_frame_init_saved_regs): Remove.
7522 (alpha_init_frame_pc_first): Remove.
7523 (read_next_frame_reg): Remove.
7524 (alpha_frame_saved_pc): Remove.
7525 (alpha_saved_pc_after_call): Remove.
7526 (temp_proc_desc, temp_saved_regs): Remove.
7527 (alpha_about_to_return): Remove.
7528 (cached_proc_desc): Remove.
7529 (alpha_frame_chain): Remove.
7530 (alpha_print_extra_frame_info): Remove.
7531 (alpha_init_extra_frame_info): Remove.
7532 (alpha_frame_locals_address): Remove.
7533 (alpha_frame_args_address): Remove.
7534 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7535 (alpha_push_dummy_frame): Remove.
7536 (alpha_pop_frame): Remove.
7537 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7538 (alpha_read_insn): New.
7539 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7540 for different insn encodings.
7541 (alpha_in_lenient_prologue): Remove.
7542 (struct alpha_sigtramp_unwind_cache): New.
7543 (alpha_sigtramp_frame_unwind_cache): New.
7544 (alpha_sigtramp_register_address): New.
7545 (alpha_sigtramp_frame_this_id): New.
7546 (alpha_sigtramp_frame_prev_register): New.
7547 (alpha_sigtramp_frame_unwind): New.
7548 (alpha_sigtramp_frame_p): New.
7549 (struct alpha_heuristic_unwind_cache): New.
7550 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7551 don't count nop insns that occur between functions.
7552 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7553 heuristic_proc_desc, but without the mdebug wrapping.
7554 (alpha_heuristic_frame_this_id): New.
7555 (alpha_heuristic_frame_prev_register): New.
7556 (alpha_heuristic_frame_unwind): New.
7557 (alpha_heuristic_frame_p): New.
7558 (alpha_heuristic_frame_base_address): New.
7559 (alpha_heuristic_frame_base): New.
7560 (alpha_unwind_dummy_id): New.
7561 (alpha_unwind_pc): New.
7562 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7563 frame related deprecated initializations; install replacements.
7564 (alpha_dump_tdep): Remove.
7565 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7566 (alpha_read_insn, alpha_after_prologue,
7567 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7568 alpha_heuristic_frame_prev_register,
7569 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7570 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7571 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7572 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7573
7574 2003-05-29 Andrew Cagney <cagney@redhat.com>
7575
7576 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7577 dependant on the availability of ASSERT_FUNCTION.
7578 (ASSERT_FUNCTION): Do not define when there is no function name.
7579
7580 2003-05-29 Kevin Buettner <kevinb@redhat.com>
7581
7582 From Jimi X <jimix@watson.ibm.com>:
7583 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7584
7585 2003-05-28 Jim Blandy <jimb@redhat.com>
7586
7587 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7588 argument to ptrace to int; the system headers should give it the
7589 right type, and pointers don't fit in ints on powerpc64-*-*.
7590
7591 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
7592
7593 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7594 DW_TAG_catch_block.
7595
7596 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7597
7598 * stabsread.c (dbx_lookup_type): Make static.
7599 (read_type): Ditto.
7600 (add_undefined_type): Ditto.
7601 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7602 not export.
7603
7604 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7605
7606 * hpread.c (hpread_has_name): Make static.
7607 (hpread_psymtab_to_symtab): Ditto.
7608 (file_exists): Ditto.
7609 (hpread_call_pxdb): Ditto.
7610 (hpread_pxdb_needed): Ditto.
7611 (hpread_quick_traverse): Ditto.
7612 (hpread_get_header): Ditto.
7613 (hpread_get_lntt): Ditto.
7614 (hpread_get_slt): Ditto.
7615 (class_of): Ditto.
7616
7617 2003-05-25 Andreas Schwab <schwab@suse.de>
7618
7619 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7620 stack_align and deprecated_extra_stack_alignment_needed.
7621 (m68k_stack_align): Delete.
7622
7623 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7624 (m68k_register_virtual_size): Likewise.
7625 (altos_skip_prologue): Remove obsolete function.
7626 (isi_frame_num_args): Likewise.
7627 (news_frame_num_args): Likewise.
7628 (m68k_fix_call_dummy): Make static.
7629 (m68k_push_dummy_frame): Likewise.
7630 (m68k_pop_frame): Likewise.
7631 (m68k_skip_prologue): Likewise.
7632 (m68k_frame_init_saved_regs): Likewise.
7633 (m68k_saved_pc_after_call): Likewise.
7634 (m68k_get_longjmp_target): Make multi-arch.
7635 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
7636 structure. Register m68k_get_longjmp_target if enabled.
7637 * m68k-tdep.h (struct gdbarch_tdep): Define.
7638 * config/m68k/tm-m68k.h: Don't include "regcache.h".
7639
7640 * Makefile.in (config.status): Also depend on configure.tgt
7641 and configure.host.
7642 (m68klinux-tdep.o): Update dependencies.
7643 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7644 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7645 (M68K_LINUX_JB_PC): Define.
7646 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7647 and take additional parameter.
7648 (m68k_linux_sigtramp_saved_pc): Update.
7649 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7650 m68k_linux_pc_in_sigtramp, in_plt_section,
7651 find_solib_trampoline_target.
7652 * config/m68k/tm-linux.h: Don't include any tm headers.
7653 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7654 (JB_ELEMENT_SIZE): Likewise.
7655 (JB_PC): Likewise.
7656 (GET_LONGJMP_TARGET): Likewise.
7657 (IN_SIGTRAMP): Likewise.
7658 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7659
7660 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7661
7662 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7663 (sparc32_push_arguments): Re-implement by calling
7664 sparc32_do_push_arguments.
7665
7666 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7667
7668 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7669 SPARC_O1_REGNUM): New defines.
7670 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7671 (sparc32_store_return_value): New function.
7672 (sparc_extract_struct_value_address): Rewrite to operate on a
7673 regcache.
7674 (sparc_gdbarch_init): Don't set
7675 deprecated_extract_struct_value_address. Set
7676 extract_struct_value_address instead. Don't set
7677 deprecated_extract_return_value and deprecated_store_return_value
7678 for 32-bit targets. Set extract_return_value and
7679 store_return_value instead.
7680 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7681 DEPRECTAED_EXTRACT_RETURN_VALUE,
7682 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7683 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7684 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7685 (sparc_store_return_value): Remove prototype.
7686 (sparc32_store_return_value): New prototype.
7687 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7688 Adjust prototypes.
7689
7690 2003-05-24 Mark Kettenis <kettenis@gnu.org>
7691
7692 * sparcnbsd-tdep.c: Include "gdb_string.h".
7693
7694 2003-05-23 Andrew Cagney <cagney@redhat.com>
7695
7696 * p-valprint.c (pascal_val_print): Replace extract_address with
7697 the inline equivalent extract_unsigned_integer.
7698 * jv-valprint.c (java_value_print): Ditto.
7699 * ada-valprint.c (ada_val_print_1): Ditto.
7700 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7701
7702 2003-05-23 Theodore A. Roth <troth@openavr.org>
7703
7704 * blockframe.c (frameless_look_for_prologue): Remove unused
7705 after_prologue variable.
7706
7707 2003-05-23 Mark Kettenis <kettenis@gnu.org>
7708
7709 * blockframe.c (get_pc_function_start): Rewrite to avoid
7710 asignments in if-statements.
7711
7712 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7713
7714 Committed by Elena Zannoni <ezannoni@redhat.com>.
7715 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
7716 files, don't relocate absolute symbols (and do use mst_abs).
7717
7718 2003-05-23 Andrew Cagney <cagney@redhat.com>
7719
7720 * objc-lang.c: Include "gdb_assert.h".
7721 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7722 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7723 (gdb_check, gdb_check_fatal): Delete functions.
7724 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7725 gdb_assert.
7726 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7727 * Makefile.in (objc-lang.o): Update dependencies.
7728
7729 2003-05-22 Ian Lance Taylor <ian@airs.com>
7730
7731 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7732 with fprintf_filtered, not fprintf_unfiltered.
7733
7734 2003-05-22 Andrew Cagney <cagney@redhat.com>
7735
7736 * stack.c (frame_info): Inline extract_address, replacing it with
7737 extract_unsigned_integer.
7738 * findvar.c (unsigned_pointer_to_address): Ditto.
7739 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7740 * dwarf2expr.c (dwarf2_read_address): Ditto.
7741 * frame.c (frame_pc_unwind): Update comment.
7742 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7743
7744 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7745
7746 * infptrace.c (detach): Call print_sys_errmsg rather than
7747 perror_with_name to issue warning message when errno is non-zero
7748 after calling ptrace detach.
7749
7750 2003-05-21 J. Brobecker <brobecker@gnat.com>
7751
7752 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7753 macro definitions from here...
7754 * hppa-tdep.c: ...to there.
7755
7756 2003-05-20 Kevin Buettner <kevinb@redhat.com>
7757
7758 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7759 register_ptrace_addr(). Fix all callers.
7760
7761 2003-05-21 Andreas Schwab <schwab@suse.de>
7762
7763 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7764 dependencies.
7765 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7766 end.
7767 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7768 (_initialize_m68k_linux_tdep): New function.
7769 (m68k_linux_frame_saved_pc): Make static.
7770 (m68k_linux_extract_return_value): Likewise.
7771 (m68k_linux_store_return_value): Likewise.
7772 (m68k_linux_extract_struct_value_address): Likewise.
7773 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7774 Remove.
7775 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7776 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7777 (DEPRECATED_FRAME_SAVED_PC): Remove.
7778
7779 2003-05-20 Kris Warkentin <kewarken@qnx.com>
7780
7781 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7782 regset numbering rather than our own.
7783
7784 2003-05-19 David Carlton <carlton@bactrian.org>
7785
7786 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7787
7788 2003-05-19 David Carlton <carlton@bactrian.org>
7789
7790 Partial fix for PR c++/827.
7791 * cp-support.h: Include symtab.h.
7792 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7793 * cp-namespace.c: Update contributors.
7794 (cp_lookup_symbol_nonlocal): New.
7795 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7796 (lookup_symbol_file): Ditto.
7797 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7798 * block.h: Declare block_scope, block_using, block_global_block.
7799 * block.c (block_scope): New.
7800 (block_using, block_global_block): Ditto.
7801 * Makefile.in (cp_support_h): Depend on symtab_h.
7802 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7803
7804 2003-05-19 David Carlton <carlton@bactrian.org>
7805
7806 * language.h (struct language_defn): Add 'la_value_of_this'
7807 and 'la_lookup_symbol_nonlocal' members.
7808 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7809 lookup_symbol_static, lookup_symbol_global,
7810 lookup_symbol_aux_block.
7811 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7812 if we should search fields of this and how to do static/global
7813 lookup.
7814 (lookup_symbol_aux_block): Make extern.
7815 (basic_lookup_symbol_nonlocal): New.
7816 (lookup_symbol_static, lookup_symbol_global): Ditto.
7817 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7818 'la_lookup_symbol_nonlocal' members.
7819 * c-lang.c (c_language_defn, cplus_language_defn)
7820 (asm_language_defn, minimal_language_defn): Ditto.
7821 * jv-lang.c (java_language_defn): Ditto.
7822 * language.c (unknown_language_defn, auto_language_defn)
7823 (local_language_defn): Ditto.
7824 * m2-lang.c (m2_language_defn): Ditto.
7825 * objc-lang.c (objc_language_defn): Ditto.
7826 * scm-lang.c (scm_language_defn): Ditto.
7827 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7828 * p-lang.c (pascal_language_defn): Ditto for both.
7829 * Makefile.in (f-lang.o): Depend on value_h.
7830 (p-lang.o): Ditto.
7831
7832 2003-05-19 David Carlton <carlton@bactrian.org>
7833
7834 * block.h: Declare block_static_block.
7835 * block.c (block_static_block): New.
7836 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7837 lookup_symbol_aux_local, calling block_static_block instead.
7838 (lookup_symbol_aux_local): Delete 'static_block' argument.
7839
7840 2003-05-19 David Carlton <carlton@bactrian.org>
7841
7842 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7843
7844 2003-05-19 Michal Ludvig <mludvig@suse.cz>
7845
7846 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7847 register numbers mapping.
7848
7849 2003-05-18 Adam Fedor <fedor@gnu.org>
7850
7851 * symtab.c (completion_list_objc_symbol): New function.
7852 (make_symbol_completion_list): Use it to add ObjC symbols
7853 when looking though the list.
7854 (language_search_unquoted_string): New function.
7855 (make_file_symbol_completion_list): Use it.
7856
7857 2003-05-18 Andreas Schwab <schwab@suse.de>
7858
7859 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7860 dependencies.
7861 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7862 as m68k_linux_extract_return_value.
7863 (DEPRECATED_STORE_RETURN_VALUE): Define as
7864 m68k_linux_store_return_value.
7865 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7866 m68k_linux_extract_struct_value_address.
7867 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7868 get_next_frame, get_frame_base, get_frame_pc.
7869 (m68k_linux_frame_saved_pc): Use get_frame_base.
7870 (m68k_linux_extract_return_value): New function.
7871 (m68k_linux_store_return_value): New function.
7872 (m68k_linux_extract_struct_value_address): New function.
7873 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7874
7875 * c-exp.y (typebase): Remove duplicate occurence of
7876 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7877 of lookup_signed_typename.
7878
7879 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7880
7881 * dwarf2loc.c (find_location_expression): Change type of second
7882 argument to `size_t *'.
7883 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7884 for size variable.
7885
7886 2003-05-18 David Carlton <carlton@bactrian.org>
7887
7888 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7889 'linkage_name'. Add comment.
7890 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7891 'linkage_name'.
7892 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7893 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7894 (lookup_block_symbol): Ditto.
7895
7896 2003-05-16 Andrew Cagney <cagney@redhat.com>
7897
7898 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7899 * gdbarch.h, gdbarch.c: Re-generate.
7900 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7901 * TODO (REGISTER_BYTES): Delete reference.
7902 * alpha-tdep.c (alpha_gdbarch_init): Update.
7903 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7904 * x86-64-tdep.c (x86_64_init_abi): Update.
7905 * vax-tdep.c (vax_gdbarch_init): Update.
7906 * v850-tdep.c (v850_gdbarch_init): Update.
7907 * sparc-tdep.c (sparc_gdbarch_init): Update.
7908 * sh-tdep.c (sh_gdbarch_init): Update.
7909 * s390-tdep.c (s390_gdbarch_init): Update.
7910 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7911 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7912 (ns32k_gdbarch_init_32382): Update.
7913 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7914 * mcore-tdep.c (mcore_gdbarch_init): Update.
7915 * m68k-tdep.c (m68k_gdbarch_init): Update.
7916 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7917 * ia64-tdep.c (ia64_gdbarch_init): Update.
7918 * i386-tdep.c (i386_gdbarch_init): Update.
7919 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7920 * hppa-tdep.c (hppa_gdbarch_init): Update.
7921 * h8300-tdep.c (h8300_gdbarch_init): Update.
7922 * frv-tdep.c (frv_gdbarch_init): Update.
7923 * cris-tdep.c (cris_gdbarch_init): Update.
7924 * avr-tdep.c (avr_gdbarch_init): Update.
7925 * arm-tdep.c (arm_gdbarch_init): Update.
7926 * sparc-tdep.c (sparc_pop_frame): Update.
7927 * rs6000-tdep.c (rs6000_pop_frame): Update.
7928 * remote.c (init_remote_state): Update.
7929 (remote_prepare_to_store): Update.
7930 * remote-vx.c (vx_prepare_to_store): Update.
7931 * remote-sds.c (sds_fetch_registers): Update.
7932 (sds_prepare_to_store): Update.
7933 * remote-array.c: Update.
7934 * regcache.c (init_legacy_regcache_descr): Update.
7935 (init_regcache_descr): Update.
7936 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7937 (mips_o64_extract_return_value): Update.
7938 * irix5-nat.c (fetch_core_registers): Update.
7939 * irix4-nat.c (fetch_core_registers): Update.
7940 * i386-tdep.h: Update.
7941 * hppa-tdep.c (pa_do_registers_info): Update.
7942 (pa_do_strcat_registers_info): Update.
7943 * cris-tdep.c (cris_register_bytes_ok): Update.
7944 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7945 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7946 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7947 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7948 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7949 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7950 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7951 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7952 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7953 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7954 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7955 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7956 (REGISTER_BYTES_OK): Update.
7957 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7958 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7959
7960 2003-05-16 Ian Lance Taylor <ian@airs.com>
7961
7962 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7963 (vax_print_insn, print_insn_arg): Remove static functions.
7964 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7965 print_insn_vax from opcodes library.
7966 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7967
7968 2003-05-15 Andrew Cagney <cagney@redhat.com>
7969
7970 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7971 * target.h (memory_breakpoint_from_pc): Delete declaration.
7972 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7973 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7974 * monitor.c (monitor_insert_breakpoint): Use
7975 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7976 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7977 * gdbarch.h, gdbarch.c: Re-generate.
7978 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7979 (sparc_gdbarch_init): Set breakpoint_from_pc to
7980 sparc_breakpoint_from_pc.
7981 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7982 (BREAKPOINT_FROM_PC): Define.
7983 (sparc_breakpoint_from_pc): Declare.
7984 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7985 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7986 (BREAKPOINT_FROM_PC): Define.
7987 (BREAKPOINT): Delete macro.
7988 * target.h: Update comment.
7989 * s390-tdep.c (s390_gdbarch_init): Update comments.
7990 * remote.c: Update comments.
7991 * remote-mips.c: Update comments.
7992 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7993 * mem-break.c: Update comment.
7994 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7995 (ia64_memory_insert_breakpoint): Update.
7996 * config/sparc/tm-sparc.h: Update comment.
7997 * config/pa/tm-hppa64.h: Update comment.
7998 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7999 (rs6000_breakpoint_from_pc): Update.
8000 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8001 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
8002 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
8003 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
8004 (mips_breakpoint_from_pc): Update.
8005 (mips_dump_tdep): Update.
8006
8007 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
8008 * minsyms.c (lookup_minimal_symbol): Inline
8009 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
8010
8011 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
8012 * p-valprint.c (pascal_object_print_value_fields): Ditto.
8013 * p-lang.c (pascal_printstr): Ditto.
8014 * objc-lang.c (objc_printstr): Ditto.
8015 * m2-lang.c (m2_printstr): Ditto.
8016 * jv-valprint.c (java_print_value_fields): Ditto.
8017 * f-lang.c (f_printstr): Ditto.
8018 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
8019 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
8020 for repeat_count_threshold.
8021 * Makefile.in (cp-valprint.o): Update dependencies.
8022
8023 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8024
8025 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
8026 (examine_prologue): Support looking through leaf functions, knowing
8027 they start with mov r2,r12. Support skipping over indirect stores
8028 of the input registers. Upon hitting a non-nop branch instruction
8029 or predicated instruction, bail out by setting lim_pc to the current
8030 pc value in the loop. At the end, if the lim_pc value is still
8031 beyond our calculated value and we have trust_limit set,
8032 use the lim_pc value.
8033
8034 2003-05-15 Andrew Cagney <cagney@redhat.com>
8035
8036 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
8037 generic_find_dummy_frame.
8038 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
8039 (deprecated_generic_find_dummy_frame): Update.
8040 (deprecated_read_register_dummy): Update.
8041 * frame.c (deprecated_generic_get_saved_register): Update.
8042
8043 2003-05-15 Theodore A. Roth <troth@openavr.org>
8044
8045 * avr-tdep.c (avr_breakpoint_from_pc): New function.
8046 (avr_gdbarch_init): Set breakpoint_from_pc method.
8047
8048 2003-05-15 Andrew Cagney <cagney@redhat.com>
8049
8050 * regcache.c (build_regcache): Set deprecated_register_valid
8051 directly.
8052 (deprecated_grub_regcache_for_register_valid): Delete function.
8053 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
8054 declaration.
8055
8056 2003-05-15 David Carlton <carlton@bactrian.org>
8057
8058 Committed by Elena Zannoni <ezannoni@redhat.com>
8059 * symtab.c (lookup_symbol_aux): Delete calls to
8060 lookup_symbol_aux_minsyms.
8061 (lookup_symbol_aux_minsyms): Comment out function and
8062 prototype. Delete lookup by mangled name.
8063
8064 2003-05-14 Kevin Buettner <kevinb@redhat.com>
8065
8066 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
8067 correctly indicate an empty stack and ``stack_allocated'' to the
8068 indicate the number of elements initially allocated.
8069 (dwarf_expr_grow_stack): Simplify method for computing new
8070 stack size. Don't loop infinitely if ``stack_len'' is zero.
8071 (execute_stack_op): Move ``ctx->in_reg'' initialization
8072 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
8073 be used in conjuction with DW_OP_piece. Revise error message
8074 accordingly.
8075
8076 2003-05-14 Theodore A. Roth <troth@openavr.org>
8077
8078 * MAINTAINERS: Update my email address.
8079 * avr-tdep.c: Ditto.
8080
8081 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
8082
8083 * symtab.h (enum domain_enum): Rename from namespace_enum.
8084 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
8085 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
8086 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
8087 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
8088 TYPES_NAMESPACE, METHODS_NAMESPACE.
8089 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
8090 (struct symbol, struct partial_symbol): Rename field
8091 'namespace_enum namespace' to 'domain_enum domain'.
8092 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
8093 Delete old define kludge for namespace.
8094
8095 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
8096 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
8097 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
8098 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
8099 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
8100 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
8101 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8102 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8103 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8104 occurrences of the above.
8105
8106 2003-05-14 Ian Lance Taylor <ian@airs.com>
8107
8108 * Makefile.in (install-only): Use $(SHELL) when running
8109 mkinstalldirs.
8110
8111 2003-05-13 Ian Lance Taylor <ian@airs.com>
8112
8113 * MAINTAINERS (write after approval): Add myself.
8114
8115 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8116 second and third arguments.
8117 * ser-tcp.c (_initialize_ser_tcp): Likewise.
8118 * ser-unix.c (_initialize_ser_hardwire): Likewise.
8119
8120 2003-05-13 Andrew Cagney <cagney@redhat.com>
8121
8122 * defs.h (store_address): Delete declaration.
8123 findvar.c (store_address): Delete function.
8124 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8125 store_unsigned_integer.
8126 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8127 * v850-tdep.c (v850_push_arguments): Ditto.
8128 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8129 * sh-tdep.c (sh64_get_saved_register): Ditto.
8130 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8131 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8132 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8133 (mips_get_saved_register): Ditto.
8134 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8135 (find_func_descr, ia64_push_arguments): Ditto.
8136 * i386-tdep.c (i386_push_arguments): Ditto.
8137 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8138 * frv-tdep.c (frv_push_arguments): Ditto.
8139 * frame.c (legacy_saved_regs_prev_register): Ditto.
8140 (deprecated_generic_get_saved_register): Ditto.
8141 * findvar.c (unsigned_address_to_pointer): Ditto.
8142 * dwarf2read.c (dwarf2_const_value): Ditto.
8143 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8144 * alpha-tdep.c (alpha_push_arguments): Ditto.
8145
8146 2003-05-12 J. Brobecker <brobecker@gnat.com>
8147
8148 * NEWS: Mention that the hppa-hpux port has been partially
8149 multiarched (32bit ABIT only, so far).
8150
8151 2003-05-11 Andrew Cagney <cagney@redhat.com>
8152
8153 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8154 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8155 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8156 sim/testsuite/sim/arm/misaligned2.ms, and
8157 sim/testsuite/sim/arm/misaligned3.ms.
8158 * disasm.h (struct ui_file): Add opaque struct declaration.
8159 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8160 * frame.h (struct ui_file): Ditto.
8161
8162 2003-05-11 Mark Kettenis <kettenis@gnu.org>
8163
8164 * value.h: Pretty print.
8165
8166 2003-05-10 Mark Kettenis <kettenis@gnu.org>
8167
8168 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8169
8170 2003-05-08 Andrew Cagney <cagney@redhat.com>
8171
8172 * regcache.h (max_register_size): Delete declaration.
8173 * regcache.c (max_register_size): Delete function.
8174 (struct regcache_descr): Delete field "max_register_size".
8175 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8176 registers fit in MAX_REGISTER_SIZE.
8177 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8178 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8179 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8180 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8181 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8182 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8183 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8184 * dve3900-rom.c, hppa-tdep.c: Ditto.
8185
8186 2003-05-08 David Carlton <carlton@math.stanford.edu>
8187
8188 * valops.c (push_word): Fix typo.
8189
8190 2003-05-08 Andrew Cagney <cagney@redhat.com>
8191
8192 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8193 * gdbarch.h: Re-generate.
8194 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8195 (legacy_max_register_raw_size): Delete declaration.
8196 * regcache.c (legacy_max_register_raw_size): Delete function.
8197 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8198 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8199 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8200 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8201 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8202 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8203 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8204 * findvar.c, dwarf2cfi.c: Ditto.
8205
8206 2003-05-08 Andrew Cagney <cagney@redhat.com>
8207
8208 * mips-tdep.c (read_signed_register): New function, moved to here
8209 from "regcache.c".
8210 (read_signed_register_pid): Ditto.
8211 * regcache.c (read_signed_register_pid): Delete function, moved to
8212 "mips-tdep.c".
8213 (read_signed_register): Ditto.
8214 * regcache.h (read_signed_register): Delete declaration.
8215 (read_signed_register_pid): Delete declaration.
8216
8217 2003-05-08 Andrew Cagney <cagney@redhat.com>
8218
8219 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8220 * gdbarch.h: Re-generate.
8221 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8222 (legacy_max_register_virtual_size): Delete declaration.
8223 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8224 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8225 * tracepoint.c (memrange_sortmerge): Ditto.
8226 * sparc-tdep.c (sparc_print_registers): Ditto.
8227 * regcache.c (legacy_max_register_virtual_size): Delete function.
8228
8229 2002-05-08 J. Brobecker <brobecker@gnat.com>
8230
8231 * fork-child.c (escape_bang_in_quoted_argument): New function.
8232 (fork_inferior): Escape '!' characters in quoted arguments
8233 only when needed.
8234
8235 2003-05-08 J. Brobecker <brobecker@gnat.com>
8236
8237 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8238 the language of the CU is not currently supported by GDB.
8239
8240 2003-05-08 J. Brobecker <brobecker@gnat.com>
8241
8242 * defs.h (language): Add language_minimal enum value.
8243 * c-lang.c (minimal_language_defn): New language definition.
8244 (_initialize_c_language): Add the new minimal language to the list
8245 of languages known to GDB.
8246
8247 2003-05-08 Kevin Buettner <kevinb@redhat.com>
8248
8249 * frame.c (get_frame_type): Don't attempt to lazily initialize
8250 frame's unwinder for legacy frames.
8251
8252 2003-05-07 Andrew Cagney <cagney@redhat.com>
8253
8254 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8255 and "regcache" parameters.
8256 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8257
8258 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8259
8260 * dwarf2read.c (dwarf_decode_lines): Only use output of
8261 check_cu_functions() when calling record_line(). Do not update
8262 the current address.
8263
8264 2003-05-07 Andrew Cagney <cagney@redhat.com>
8265
8266 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8267 code.
8268
8269 2003-05-07 Jim Blandy <jimb@redhat.com>
8270
8271 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8272 'maint info symtabs' and 'maint info psymtabs'.
8273 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8274 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8275 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8276 Declarations updated.
8277 * maint.c (maintenance_list_command): Delete.
8278 (_initialize_maint_cmds): Update calls to add_cmd.
8279 * gdbcmd.h (maintenancelistlist): Delete declaration.
8280 * cli/cli-cmds.c (maintenancelistlist): Delete.
8281 (init_cmd_lists): Don't initialize it.
8282 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8283
8284 2003-05-07 Andrew Cagney <cagney@redhat.com>
8285
8286 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8287 "regcache".
8288 (d10v_print_registers_info): Update.
8289 (d10v_dmap_register, d10v_imap_register): Delete functions.
8290 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8291 and "imap_register".
8292 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8293 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8294 * arch-utils.c (generic_remote_translate_xfer_address): Add
8295 "regcache" and "gdbarch" parameters.
8296 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8297 parameter. Change class to multi-arch.
8298 * gdbarch.h, gdbarch.c: Re-generate.
8299 * remote.c (remote_xfer_memory): Use
8300 gdbarch_remote_translate_xfer_address.
8301
8302 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8303
8304 * infrun.c (prev_pc): Move declaration ahead of proceed().
8305 (proceed): Refresh prev_pc value before resuming.
8306 (stop_stepping): Remove code to refresh prev_pc.
8307
8308 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8309
8310 * nto-tdep.c: Removed stray comment.
8311
8312 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8313
8314 * i386-nto-tdep.c: Fix old K&R function definitions.
8315 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8316 Also change add_show_from_set() call to add_setshow_cmd().
8317 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8318
8319 2003-05-05 Andrew Cagney <cagney@redhat.com>
8320
8321 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8322 (fprint_dummy_frames): New function.
8323 (maintenance_print_dummy_frames): New function.
8324 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8325 * frame.c (fprint_frame_id): Make global.
8326 * frame.h (fprint_frame_id): Declare.
8327 * Makefile.in (dummy-frame.o): Update dependencies.
8328
8329 2003-05-05 Andrew Cagney <cagney@redhat.com>
8330
8331 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8332 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8333 SIZEOF_CALL_DUMMY_WORDS.
8334 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8335 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8336 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8337 CALL_DUMMY_BREAKPOINT_OFFSET.
8338 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8339 CALL_DUMMY_START_OFFSET.
8340 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8341 * gdbarch.h, gdbarch.c: Re-generate.
8342 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8343 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8344 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8345 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8346 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8347 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8348 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8349 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8350 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8351 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8352 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8353 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8354 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8355 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8356 * config/sparc/tm-sparc.h: Update.
8357
8358 2003-05-05 Kris Warkentin <kewarken@qnx.com>
8359
8360 * configure.tgt: Add i[3456]86-*-nto*.
8361 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8362 * nto-tdep.c: New file. Neutrino target support routines.
8363 * nto-tdep.h: New file. Neutrino target header.
8364 * config/tm-qnxnto.h: New file.
8365 * config/i386/i386nto.mt: New file.
8366 * config/i386/tm-i386nto.h: New file.
8367
8368 2003-05-04 Andrew Cagney <cagney@redhat.com>
8369
8370 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8371 (load_infrun_state): Ditto.
8372 (struct thread_info): Drop "prev_func_name" field.
8373 * thread.c (load_infrun_state): Update.
8374 (save_infrun_state): Update.
8375 * infrun.c (prev_func_name): Delete variable.
8376 (init_wait_for_inferior): Do not clear prev_func_name.
8377 (stop_stepping, keep_going, context_switch): Do not swap
8378 prev_func_name.
8379 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8380 instead of PC_IN_SIGTRAMP.
8381
8382 2003-05-04 Andrew Cagney <cagney@redhat.com>
8383
8384 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8385 REGISTER_BYTE with register_offset_hack.
8386 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8387 that REGISTER_BYTE is consistent with the regcache.
8388 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8389 * gdbarch.h, gdbarch.c: Regenerate.
8390
8391 2003-05-04 Mark Kettenis <kettenis@gnu.org>
8392
8393 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8394 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8395
8396 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8397
8398 2003-05-03 J. Brobecker <brobecker@gnat.com>
8399
8400 From Thierry Schneider <tpschneider1@yahoo.com>
8401 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8402 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8403 (mi-cmd-symbol.o): Add rule.
8404
8405 2003-05-03 Andrew Cagney <cagney@redhat.com>
8406
8407 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8408 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8409 * gdbarch.h, gdbarch.c: Re-generate.
8410 * d10v-tdep.c (d10v_push_dummy_code): New function.
8411 (d10v_gdbarch_init): Set push_dummy_code.
8412 * infcall.c (legacy_push_dummy_code): New function.
8413 (generic_push_dummy_code): New function.
8414 (push_dummy_code): New function.
8415 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8416 instead of dummy_addr, to push_dummy_call. Move call to
8417 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8418 switch.
8419 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8420
8421 2003-05-03 Andrew Cagney <cagney@redhat.com>
8422
8423 * disasm.h (print_insn): Declare.
8424 * disasm.c (init_gdb_disassemble_info): New function.
8425 (gdb_disassembly): Call init_gdb_disassemble_info.
8426 (gdb_print_insn): New function.
8427 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8428 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8429 * mcore-tdep.c: Include "disasm.h"
8430 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8431 * d10v-tdep.c: Include "disasm.h".
8432 (display_trace): Call gdb_print_insn, instead of print_insn.
8433 (print_insn): Delete function.
8434 * printcmd.c: Include "disasm.h".
8435 (print_insn): Delete function.
8436 (print_formatted): Call gdb_print_insn, instead of print_insn.
8437 * Makefile.in (printcmd.o): Update dependencies.
8438 (mcore-tdep.o, d10v-tdep.o): Ditto.
8439
8440 2003-05-02 Andrew Cagney <cagney@redhat.com>
8441
8442 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8443 PC_REGNUM, re-indent.
8444 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8445 PC_REGNUM isn't set.
8446
8447 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8448 * gdbarch.h, gdbarch.c: Re-generate.
8449 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8450 register_virtual_size, pc_regnum, or register_bytes.
8451 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8452 (d10v_register_type): Use D10V_PC_REGNUM.
8453 (d10v_print_registers_info, d10v_read_pc): Ditto.
8454 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8455 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8456
8457 2003-05-02 David Carlton <carlton@bactrian.org>
8458
8459 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8460 the name with mstrsave.
8461
8462 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8463
8464 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8465 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8466 (host_charset_name, target_charset_name): New vars for use by
8467 set/show commands.
8468 (host_charset_enum, target_charset_enum): New enums for set/show
8469 commands.
8470 (set_charset_sfunc, set_host_charset_sfunc,
8471 set_target_charset_sfunc): New functions.
8472 (set_host_charset, set_target_charset): Make static.
8473 (list_charsets, set_host_charset_command,
8474 set_target_charset_command): Delete functions.
8475 (show_charset_command): Rewrite as....
8476 (show_charset): Hook this up with the set/show command mechanism.
8477 (_initialize_charset): Change names of charsets to match the
8478 set/show enums. Use host_charset_name and target_charset_name.
8479 Use set/show mechanism for charset, host-charset, target-charset
8480 commands. Do not make 'show host-charset' and 'show
8481 target-charset' be aliases of 'show charset'.
8482
8483 * charset.h (set_host_charset, set_target_charset): Don't export,
8484 they are not used outside the file.
8485
8486 2003-05-01 Andrew Cagney <cagney@redhat.com>
8487
8488 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8489 (gdb_disassembly): Make "di" non static, always initialize and
8490 cleanup. Always use dis_asm_read_memory.
8491 (gdb_dis_asm_read_memory): Delete function.
8492
8493 2003-05-01 Andrew Cagney <cagney@redhat.com>
8494
8495 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8496 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8497
8498 2003-04-30 Andrew Cagney <cagney@redhat.com>
8499
8500 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8501 "tm_print_insn_info".
8502 (TARGET_PRINT_INSN_INFO): Delete macro.
8503 (dis_asm_read_memory): Delete function declaration.
8504 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8505 (tm_print_insn_info): Delete variable definition.
8506 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8507 * gdbarch.h, gdbarch.c: Re-generate.
8508 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8509 "deprecated_tm_print_insn_info".
8510 * mcore-tdep.c (mcore_dump_insn): Ditto.
8511 * mips-tdep.c (mips_gdbarch_init): Ditto.
8512 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8513 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8514 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8515 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8516 instead of TARGET_PRINT_INSN_INFO, add comment.
8517 * s390-tdep.c (s390_get_frame_info): Instead of
8518 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8519 (s390_check_function_end, s390_is_sigreturn): Ditto.
8520 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8521 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8522 * disasm.c: Include "gdbcore.h".
8523 (_initialize_disasm): New function, initialize
8524 "deprecated_tm_print_insn_info".
8525 (deprecated_tm_print_insn_info): New variable.
8526 (dis_asm_read_memory): Moved from "corefile.c", made static.
8527 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8528 * Makefile.in (disasm.o): Update dependencies.
8529
8530 2003-04-30 Andrew Cagney <cagney@redhat.com>
8531
8532 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8533
8534 2003-04-29 Adam Fedor <fedor@gnu.org>
8535
8536 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8537 * infcall.c (find_function_addr): Make non-static.
8538 * infcall.h (find_function_addr): Declare.
8539 * Makefile.in (eval.o): Update dependencies.
8540
8541 2003-04-28 Adam Fedor <fedor@gnu.org>
8542
8543 * symtab.c (symbol_find_demangled_name): Check for and demangle
8544 ObjC symbols.
8545 (symbol_init_demangled_name): Init for language_objc as well.
8546
8547 2003-04-28 Andrew Cagney <cagney@redhat.com>
8548
8549 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8550 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8551 * gdbarch.h, gdbarch.c: Re-generate.
8552 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8553 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8554 * inferior.h (deprecated_read_fp): Rename read_fp.
8555 (generic_target_read_fp): Delete declaration.
8556 * regcache.c (generic_target_read_fp): Delete function.
8557 (deprecated_read_fp): Replace read_fp, use
8558 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8559 * d10v-tdep.c (d10v_read_fp): Delete function.
8560 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8561
8562 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8563 deprecated_target_read_fp to generic_target_read_fp.
8564 * sh-tdep.c (sh_gdbarch_init): Ditto.
8565 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8566 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8567 * frv-tdep.c (frv_gdbarch_init): Ditto.
8568
8569 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8570 deprecated_fp_regnum.
8571 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8572 * vax-tdep.c (vax_gdbarch_init): Ditto.
8573 * v850-tdep.c (v850_gdbarch_init): Ditto.
8574 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8575 * sh-tdep.c (sh_gdbarch_init): Ditto.
8576 * s390-tdep.c (s390_gdbarch_init): Ditto.
8577 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8578 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8579 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8580 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8581 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8582 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8583 * i386-tdep.c (i386_gdbarch_init): Ditto.
8584 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8585 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8586 * frv-tdep.c (frv_gdbarch_init): Ditto.
8587 * cris-tdep.c (cris_gdbarch_init): Ditto.
8588 * avr-tdep.c (avr_gdbarch_init): Ditto.
8589 * arm-tdep.c (arm_gdbarch_init): Ditto.
8590 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8591
8592 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8593 * v850-tdep.c (v850_gdbarch_init): Ditto.
8594 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8595 * sh-tdep.c (sh_gdbarch_init): Ditto.
8596 * s390-tdep.c (s390_gdbarch_init): Ditto.
8597 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8598 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8599 * mips-tdep.c (mips_gdbarch_init): Ditto.
8600 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8601 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8602 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8603 * frv-tdep.c (frv_gdbarch_init): Ditto.
8604 * avr-tdep.c (avr_gdbarch_init): Ditto.
8605 * arm-tdep.c (arm_gdbarch_init): Ditto.
8606
8607 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8608 DEPRECATED_FP_REGNUM.
8609 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8610 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8611 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8612 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8613 (sparc32_register_virtual_type): Ditto.
8614 * sh-tdep.c (sh64_frame_chain): Ditto.
8615 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8616 (sh_nofp_frame_init_saved_regs): Ditto.
8617 (sh64_nofp_frame_init_saved_regs): Ditto.
8618 (sh_fp_frame_init_saved_regs): Ditto.
8619 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8620 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8621 * procfs.c (procfs_fetch_registers): Ditto.
8622 (procfs_store_registers): Ditto.
8623 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8624 (store_inferior_registers, fetch_core_registers): Ditto.
8625 (fetch_kcore_registers, clear_regs): Ditto.
8626 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8627 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8628 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8629 * nlm/i386.c (do_status): Ditto.
8630 * mipsv4-nat.c (supply_gregset): Ditto.
8631 * mips-tdep.c: Ditto for comments.
8632 * mips-nat.c (fetch_inferior_registers): Ditto.
8633 (store_inferior_registers, fetch_core_registers): Ditto.
8634 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
8635 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
8636 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
8637 (i386_do_pop_frame, i386_register_type): Ditto.
8638 * hppa-tdep.c (hppa_frame_chain): Ditto.
8639 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
8640 (hppa_pop_frame, hppa_read_fp): Ditto.
8641 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
8642 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
8643 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8644 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8645 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8646 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8647 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8648 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8649 * blockframe.c: Ditto for comments.
8650 * arch-utils.h: Ditto for comments.
8651 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8652 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8653 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8654 * alpha-tdep.h: Ditto for comments.
8655 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8656 (alpha_cannot_store_register): Ditto.
8657 (alpha_push_dummy_frame): Ditto.
8658 * alpha-nat.c (supply_gregset): Ditto.
8659
8660 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8661 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8662 * config/sparc/tm-sparc.h: Update comment.
8663
8664 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8665 deprecated_read_fp instead of TARGET_READ_FP.
8666 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8667 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8668 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8669 deprecated_read_fp instead of read_fp.
8670 * s390-tdep.c (s390_push_arguments): Ditto.
8671 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8672 * frame.h: Ditto in comments.
8673 * frame.c (legacy_get_prev_frame): Ditto.
8674 * dummy-frame.c (dummy_frame_this_id): Ditto.
8675 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8676
8677 2003-04-28 Andrew Cagney <cagney@redhat.com>
8678
8679 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8680 * gdbarch.h, gdbarch.c: Re-generate.
8681 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8682 * vax-tdep.c (_initialize_vax_tdep): Update.
8683 * v850-tdep.c (_initialize_v850_tdep): Update.
8684 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8685 * s390-tdep.c (_initialize_s390_tdep): Update.
8686 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8687 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8688 * mips-tdep.c (_initialize_mips_tdep): Update.
8689 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8690 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8691 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8692 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8693 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8694 * frv-tdep.c (_initialize_frv_tdep): Update.
8695 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8696 (_initialize_cris_tdep): Update.
8697 * arch-utils.c (legacy_print_insn): Update.
8698 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8699
8700 2003-04-26 Adam Fedor <fedor@gnu.org>
8701
8702 * linespec.c (decode_objc): New function to decode ObjC calls
8703 (decode_line_1): Check for ObjC calls (using decode_objc)
8704 * Makefile (linespec.o): Update dependencies.
8705
8706 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
8707
8708 * breakpoint.h (struct breakpoint_ops): New.
8709 (struct breakpoint): Add ops member.
8710
8711 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8712 (mention): Use new breakpoint ops member.
8713 (set_raw_breakpoint): Initialize ops field to NULL.
8714 (print_exception_catchpoint, print_one_exception_catchpoint)
8715 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8716 (gnu_v3_exception_catchpoint_ops): New.
8717 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8718
8719 2003-04-25 Adam Fedor <fedor@gnu.org>
8720
8721 * Makefile.in (COMMON_OBS): Add objc-lang.o
8722
8723 2003-04-25 Andrew Cagney <cagney@redhat.com>
8724
8725 * d10v-tdep.c (print_insn): Delete function.
8726 (display_trace): Use TARGET_PRINT_INSN.
8727 (_initialize_d10v_tdep): Do not set tm_print_insn.
8728 (d10v_gdbarch_init): Set print_insn.
8729
8730 2003-04-25 Andrew Cagney <cagney@redhat.com>
8731
8732 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8733 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8734 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8735 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8736 (nr_dmap_regs, a0_regnum): ... new functions.
8737 (d10v_print_registers_info): Use a0_regnum, use register_size.
8738 (d10v_register_byte): Delete function.
8739 (d10v_register_raw_size): Delete function.
8740 (d10v_register_type): Use a0_regnum.
8741 (d10v_print_registers_info): Use a0_regnum.
8742 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8743 (d10v_gdbarch_init): Do not set register_byte or
8744 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8745 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8746 extract_address.
8747 (trace_command): Use XCALLOC.
8748 (print_insn): Delete reference to tm_print_insn.
8749 (saved_regs_unwinder): Use store_unsigned_integer instead of
8750 store_address.
8751 * frame.h (FRAME_OBSTACK_CALLOC): Define
8752
8753 2003-04-25 David Carlton <carlton@bactrian.org>
8754
8755 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8756
8757 2003-04-24 Adam Fedor <fedor@gnu.org>
8758
8759 * objc-lang.c: Include "valprint.h"
8760 * Makefile.in (objc-lang.o): Update dependencies.
8761
8762 2003-04-24 Adam Fedor <fedor@gnu.org>
8763
8764 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
8765 architecture dependant compilation and mark as unimplemented
8766 (until they get put in the gdbarch vector).
8767
8768 2003-04-23 David Carlton <carlton@bactrian.org>
8769
8770 * cp-support.c (cp_find_first_component): Accept 'operator' in
8771 more locations.
8772
8773 2003-04-23 Andrew Cagney <cagney@redhat.com>
8774
8775 * infcall.c (call_function_by_hand): Eliminate redundant
8776 indentation. Move "saved_async" and "old_cleanups" to where they
8777 are needed.
8778
8779 2003-04-23 Andrew Cagney <cagney@redhat.com>
8780
8781 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8782 and "buffer". Move the "name" code to where it is needed.
8783
8784 2003-04-23 Andrew Cagney <cagney@redhat.com>
8785
8786 * infcall.c (call_function_by_hand): Move variables "start_sp",
8787 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8788 code to ON_STACK switch branch.
8789
8790 2003-04-23 Andrew Cagney <cagney@redhat.com>
8791
8792 * infcall.c (call_function_by_hand): Make declaration of "i",
8793 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8794 lint.
8795
8796 2003-04-23 Andrew Cagney <cagney@redhat.com>
8797
8798 * infcall.c (call_function_by_hand): Delete variable
8799 "n_method_args". Localize "param_type"'s declaration to the loop
8800 that it is used. Reinstate code assigning to said variable -
8801 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8802 Rationalize code using "param_type".
8803
8804 2003-04-22 Andrew Cagney <cagney@redhat.com>
8805
8806 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8807 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8808 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8809 to DEPRECATED_PUSH_RETURN_ADDRESS.
8810
8811 2003-04-22 Kevin Buettner <kevinb@redhat.com>
8812
8813 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8814 on the DWARF2 register number prior to fetching a register.
8815
8816 2003-04-22 J. Brobecker <brobecker@gnat.com>
8817
8818 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8819 Update all the tests using SOFT_FLOAT considering the fact that
8820 this macro was always set to 0.
8821 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8822 considering the fact that this macro was always set to 0.
8823 * hppa-tdep.h (hppa_store_return_value): Likewise.
8824 (hppa_extract_return_value): Likewise.
8825
8826 2003-04-22 J. Brobecker <brobecker@gnat.com>
8827
8828 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8829 the hppa-pro target only.
8830
8831 2003-04-21 J. Brobecker <brobecker@gnat.com>
8832
8833 Ongoing multi-arch conversion effort for HP/UX:
8834 * config/pa/tm-hppa.h: Move all macro that are no longer
8835 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8836 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8837
8838 2003-04-21 J. Brobecker <brobecker@gnat.com>
8839
8840 * config/pa/tm-hppa.h: Obsolete a section that was only used
8841 for hppa-pro.
8842
8843 2003-04-21 J. Brobecker <brobecker@gnat.com>
8844
8845 Ongoing multi-arch conversion for HP/UX.
8846 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8847 if already defined (allows hppa64 to stay non-multiarched for now).
8848 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8849
8850 2003-04-21 Andrew Cagney <cagney@redhat.com>
8851
8852 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8853
8854 2003-04-21 Andrew Cagney <cagney@redhat.com>
8855
8856 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8857 "i386_num_mmx_regs".
8858
8859 2003-04-21 Andrew Cagney <cagney@redhat.com>
8860
8861 * infcall.c: New file.
8862 * infcall.h: New file.
8863 * valarith.c: Include "infcall.h".
8864 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8865 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8866 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8867 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8868 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8869 (SFILES): Add "infcall.c"
8870 (COMMON_OBS): Add "infcall.o".
8871 (infcall.o): Specify dependencies.
8872 * value.h (call_function_by_hand): Delete declaration.
8873 * inferior.h (run_stack_dummy): Delete declaration.
8874 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8875 (run_stack_dummy): Move to "infcall.c", merged into
8876 call_function_by_hand.
8877 * valops.c (call_function_by_hand): Moved to "infcall.c".
8878 (find_function_addr, value_arg_coerce): Ditto.
8879 (unwindonsignal_p, coerce_float_to_double): Ditto.
8880 (_initialize_valops): Move "set/show coerce-float-to-double", and
8881 "set/show unwindonsignal" commands to "infcall.c".
8882 * v850-tdep.c, target.h: Update comments.
8883 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8884 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8885 (sh64_init_extra_frame_info): Update comments.
8886 * mn10300-tdep.c: Update comments.
8887 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8888 * config/sparc/tm-sparc.h: Update comments.
8889 * breakpoint.h: Update comments.
8890 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8891 * arm-tdep.c: Update comment.
8892
8893 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8894
8895 * i386-tdep.c (i386_num_register_names): New variable.
8896 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8897 (MM0_REGNUM): Remove redundant parentheses in define.
8898 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8899 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8900 i386_mxcsr_regnum_p): Remove redundant parentheses.
8901 (i386_register_name): Use i386_num_register_names.
8902
8903 * i386-tdep.c (i386_extract_return_value,
8904 i386_store_return_value): Correct check for availability of
8905 floating-point registers.
8906
8907 * i386-tdep.c (i386_frame_num_args): Remove function.
8908 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8909
8910 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8911 mmx_regnum_to_fp_regnum. Adjust all callers.
8912
8913 * i386-tdep.c (i386_get_longjmp_target): Use
8914 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8915 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8916 extract_address.
8917
8918 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8919
8920 * core-regset.c: Update comments to reflect reality. Re-order
8921 includes.
8922 (fetch_core_registers): Use switch instead of if. Remove
8923 redundant prototype.
8924
8925 2003-04-18 Jim Blandy <jimb@redhat.com>
8926
8927 * s390-tdep.c (s390_frame_align): New function.
8928 (s390_gdbarch_init): Register it with the gdbarch object.
8929
8930 2003-04-17 Richard Henderson <rth@redhat.com>
8931
8932 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8933
8934 2003-04-17 Michael Snyder <msnyder@redhat.com>
8935 Karen Bennet <bennet@redhat.com>
8936
8937 Committed by Elena Zannoni <ezannoni@redhat.com>
8938 * gdb_gcore.sh: New script to create a core dump of a process.
8939
8940 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
8941
8942 * values.c (value_being_returned): Don't fetch the return
8943 value if the return type is void.
8944
8945 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8946
8947 * thread-db.c: Reindented.
8948
8949 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8950
8951 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8952 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
8953 as types.
8954
8955
8956
8957
8958
8959
8960
8961
8962
8963
8964
8965
8966
8967
8968
8969
8970
8971
8972
8973
8974
8975
8976
8977
8978
8979 2003-04-16 Kevin Buettner <kevinb@redhat.com>
8980
8981 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
8982 the size of ``long double'' to 16, instead of 8.
8983
8984 2003-04-16 Mark Kettenis <kettenis@gnu.org>
8985
8986 * i386-linux-nat.c: Add some whitespace to make things more
8987 readable.
8988 (fetch_register, store_register, fetch_inferior_registers,
8989 store_inferior_registers): Get rid of assignment in if-statement.
8990 (store_register): Fix typo in error message.
8991
8992 2003-04-16 Andrew Cagney <cagney@redhat.com>
8993
8994 * utils.c (xmmalloc): Always allocate something, matches
8995 libiberty/xmalloc's semantics.
8996 (xmrealloc, xmcalloc): Ditto.
8997
8998 2003-04-16 Andrew Cagney <cagney@redhat.com>
8999
9000 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
9001 update comments.
9002 (get_frame_type): Initialize unwind and type when needed.
9003 (get_frame_id, frame_register_unwind): Ditto.
9004
9005 2003-04-16 Andrew Cagney <cagney@redhat.com>
9006
9007 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
9008 obsolete.
9009 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
9010 * sparcl-stub.c: Obsolete file.
9011 * config/sparc/tm-sparclet.h: Obsolete file.
9012 * sparclet-stub.c: Obsolete file.
9013 * sparclet-rom.c: Obsolete file.
9014 * sparcl-tdep.c: Obsolete file.
9015 * config/sparc/tm-sparclite.h: Obsolete file.
9016 * config/sparc/sparclite.mt: Obsolete file.
9017 * config/sparc/sparclet.mt: Obsolete file.
9018 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
9019 sparc86x-*-* obsolete.
9020
9021 2003-04-15 David Carlton <carlton@math.stanford.edu>
9022
9023 * Makefile.in (SFILES): Add cp-namespace.c.
9024 (COMMON_OBS): Add cp-namespace.o.
9025 (block.o): Depend on gdb_obstack_h and cp_support_h.
9026 (buildsym.o): Depend on cp_support_h.
9027 (cp-namespace.o): New.
9028 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
9029 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
9030 (dwarf2read.o): Depend on cp_support_h.
9031 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
9032 * dwarf2read.c (process_die): Set processing_has_namespace_info,
9033 processing_current_namespace.
9034 (read_namespace): Update processing_current_namespace; check for
9035 anonymous namespaces.
9036 (dwarf2_name): New function.
9037 (dwarf2_extension): Ditto.
9038 * cp-support.h: Update copyright, contributors.
9039 Add inclusion guards.
9040 Add opaque declaration for structs obstack, block, symbol.
9041 (struct using_direct): New struct.
9042 Add declarations for cp_find_first_component,
9043 cp_entire_prefix_len, processing_has_namespace_info,
9044 processing_current_namespace, cp_is_anonymous,
9045 cp_add_using_directive, cp_initialize_namespace,
9046 cp_finalize_namespace, cp_set_block_scope,
9047 cp_scan_for_anonymous_namespaces.
9048 * cp-namespace.c: New file.
9049 * cp-support.c: Update copyright.
9050 Include ctype.h, gdb_assert.h, gdbcmd.h.
9051 New variable maint_cplus_cmd_list.
9052 (cp_find_first_component): New function.
9053 (cp_entire_prefix_len, maint_cplus_command)
9054 (first_component_command, _initialize_cp_support): Ditto.
9055 * buildsym.c: Include cp-support.h.
9056 New variable using_list.
9057 (add_symbol_to_list): Check for anonymous namespaces.
9058 (finish_block): Set block's scope.
9059 (start_symtab): Initialize C++ namespace support.
9060 (end_symtab): Finalize C++ namespace support.
9061 * block.h: Add opaque declarations for structs
9062 block_namespace_info, using_direct, and obstack.
9063 Add declarations for block_set_scope and block_set_using.
9064 (struct block): Add 'language_specific' member.
9065 (BLOCK_NAMESPACE): New macro.
9066 * block.c: Include gdb_obstack.h and cp-support.h.
9067 (struct block_namespace_info): New struct.
9068 (block_set_scope): New function.
9069 (block_set_using, block_initialize_namespace): Ditto.
9070
9071 2003-04-14 Kevin Buettner <kevinb@redhat.com>
9072
9073 * solib-svr4.c (svr4_have_link_map_offsets): New function.
9074 (locate_base): Return early if there aren't any link map offsets.
9075 (svr4_solib_create_inferior_hook): Warn if shared library support
9076 is unavailable.
9077
9078 2003-04-14 David Carlton <carlton@math.stanford.edu>
9079
9080 * symtab.c (symbol_set_names): Add prefix when storing Java names
9081 in hash table. Fix for PR java/1039.
9082
9083 2003-04-14 David Carlton <carlton@math.stanford.edu>
9084
9085 * symtab.c (symbol_set_names): Rename 'name' arg to
9086 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
9087 * symtab.h: Change 'name' argument in declaration of
9088 symbol_set_names to 'linkage_name'.
9089 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
9090
9091 2003-04-14 Andrew Cagney <cagney@redhat.com>
9092
9093 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
9094 return the fully sign-extended register value.
9095 (get_frame_pointer): Ditto.
9096 (mips_pop_frame): Initialize "proc_desc" after checking for a
9097 dummy frame.
9098
9099 2003-04-14 Andrew Cagney <cagney@redhat.com>
9100
9101 * mips-tdep.c (mips_push_dummy_frame): Delete function.
9102 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9103 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9104 (mips_push_register): Delete function.
9105 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9106 PUSH_FP_REGNUM.
9107
9108 2003-04-14 Jim Blandy <jimb@redhat.com>
9109
9110 * symmisc.c: #include "gdb_regex.h".
9111 (maintenance_list_symtabs, maintenance_list_psymtabs): New
9112 functions.
9113 * maint.c (maintenance_list_command): New function.
9114 (_initialize_maint_cmds): Register the above as commands.
9115 * symtab.h (maintenance_list_symtabs,
9116 maintenance_list_psymtabs): New declarations.
9117 * cli/cli-cmds.c (maintenancelistlist): New variable.
9118 (init_cmd_lists): Initialize it.
9119 * cli/cli-cmds.h (maintenancelistlist): New declaration.
9120 * gdbcmd.h (maintenancelistlist): New declaration.
9121 * Makefile.in (symmisc.o): Update dependencies.
9122
9123 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
9124
9125 * s390-nat.c: Include asm/types.h for addr_t.
9126
9127 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
9128
9129 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9130 actually incoming type.
9131
9132 2003-04-13 Andrew Cagney <cagney@redhat.com>
9133
9134 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9135 get_next_frame and get_frame_saved_regs.
9136
9137 2003-04-13 Andrew Cagney <cagney@redhat.com>
9138
9139 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9140 of gdbarch_num_regs.
9141
9142 2003-04-13 Andrew Cagney <cagney@redhat.com>
9143
9144 * frame.h: Mention what replaced what in "struct frame_info".
9145 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9146 deprecated_update_frame_base_hack and
9147 deprecated_update_frame_pc_hack.
9148 * hppa-tdep.c: Ditto.
9149
9150 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9151
9152 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9153 to read_reg and update its comment. Remove regnum member.
9154 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9155 Don't call read_reg when setting in_reg. Call read_reg to get
9156 the frame base if it's in a register. Return the register number
9157 on the stack instead of in the context. Remove extra arguments
9158 to read_reg.
9159 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9160 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
9161 the register number on the expression stack.
9162 (needs_frame_read_reg): Remove extra arguments.
9163
9164 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9165
9166 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9167 made non-static.
9168 (execute_stack_op): All callers updated.
9169 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9170 * dwarf2loc.c (find_location_expression): New function.
9171 (dwarf_expr_frame_base): Call it.
9172 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9173 (dwarf2_tracepoint_var_ref): New function, broken out from
9174 locexpr_tracepoint_var_ref.
9175 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9176 Make static.
9177 (loclist_read_variable, loclist_read_needs_frame): New functions.
9178 (loclist_describe_location, loclist_tracepoint_var_ref): New
9179 functions.
9180 (dwarf2_loclist_funcs): New struct location_funcs.
9181 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9182 (struct dwarf2_locexpr_baton): Add comments.
9183 (dwarf2_loclist_funcs): New extern.
9184 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9185 base_address and base_known.
9186 (dwarf_loc_buffer): New variable.
9187 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9188 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9189 (dwarf2_has_info): Initialize dwarf_loc_offset.
9190 (dwarf2_build_psymtabs): Read in .debug_loc.
9191 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9192 DWARF_LOC_SIZE.
9193 (psymtab_to_symtab_1): Likewise. Move base address calculation
9194 here, from...
9195 (dwarf2_get_pc_bounds): ... here. Use the base address from
9196 cu_header.
9197 (dwarf2_symbol_mark_computed): Handle location lists.
9198
9199 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9200
9201 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9202 if the linkage name demangled successfully.
9203
9204 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9205
9206 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9207 disassmbly_flavour): Removed.
9208
9209 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9210
9211 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9212
9213 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9214
9215 2003-04-12 Andrew Cagney <cagney@redhat.com>
9216
9217 * frame.h (struct frame_info): Move definition from here ...
9218 * frame.c (struct frame_info): ... to here.
9219
9220 2003-04-12 Andrew Cagney <cagney@redhat.com>
9221
9222 * gdbthread.h (save_infrun_state): Delete parameter
9223 "prev_func_start".
9224 (struct thread_info): Delete field "prev_func_start".
9225 (load_infrun_state): Ditto.
9226 * thread.c (load_infrun_state, save_infrun_state): Update.
9227 * infrun.c (prev_func_start): Delete variable.
9228 (context_switch, init_wait_for_inferior): Update.
9229 (stop_stepping, keep_going): Update.
9230
9231 2003-04-12 Andrew Cagney <cagney@redhat.com>
9232
9233 * gdbarch.sh: Add missing opaque declarations.
9234 * gdbarch.h: Regnerate.
9235 * symtab.h: Add missing opaque declarations.
9236 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9237 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9238 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9239 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9240 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9241 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9242 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9243 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9244 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9245 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9246 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9247 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9248 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9249
9250 2003-04-11 Andrew Cagney <cagney@redhat.com>
9251
9252 * frame.c (get_frame_id): Return this frame's "id".
9253 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9254 function start.
9255 (legacy_saved_regs_this_id): Replace function body with
9256 internal-error.
9257 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9258 FRAME_OBSTACK_ZALLOC.
9259 (create_new_frame): Mark the frame ID as valid.
9260
9261 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
9262
9263 * Makefile.in (libbfd_h): Added missing setting.
9264 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9265 according to the selected ABI.
9266
9267 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9268
9269 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9270
9271 2003-04-11 Andrew Cagney <cagney@redhat.com>
9272
9273 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9274 SAVED_PC_AFTER_CALL.
9275 * gdbarch.h, gdbarch.c: Regenerate.
9276 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9277 * x86-64-tdep.c (x86_64_init_abi): Update.
9278 * vax-tdep.c (vax_gdbarch_init): Update.
9279 * v850-tdep.c (v850_gdbarch_init): Update.
9280 * sparc-tdep.c (sparc_gdbarch_init): Update.
9281 * sh-tdep.c (sh_gdbarch_init): Update.
9282 * s390-tdep.c (s390_gdbarch_init): Update.
9283 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9284 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9285 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9286 * mips-tdep.c (mips_gdbarch_init): Update.
9287 * mcore-tdep.c (mcore_gdbarch_init): Update.
9288 * m68k-tdep.c (m68k_gdbarch_init): Update.
9289 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9290 * ia64-tdep.c (ia64_gdbarch_init): Update.
9291 (ia64_saved_pc_after_call): Update declaration.
9292 * i386ly-tdep.c (i386lynx_init_abi): Update.
9293 * i386-tdep.c (i386_gdbarch_init): Update.
9294 * hppa-tdep.c (hppa_gdbarch_init): Update.
9295 * h8300-tdep.c (h8300_gdbarch_init): Update.
9296 * frv-tdep.c (frv_gdbarch_init): Update.
9297 * cris-tdep.c (cris_gdbarch_init): Update.
9298 * avr-tdep.c (avr_gdbarch_init): Update.
9299 * arm-tdep.c (arm_gdbarch_init): Update.
9300 * alpha-tdep.c (alpha_gdbarch_init): Update.
9301 * ns32knbsd-nat.c (frame_num_args): Update.
9302 * ns32k-tdep.c (umax_frame_num_args): Update.
9303 * mips-tdep.c (mips_init_frame_pc_first): Update.
9304 * infrun.c (step_over_function): Update.
9305 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9306 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9307 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9308 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9309 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9310 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9311 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9312 * arch-utils.c (init_frame_pc_default): Update.
9313 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9314 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9315 declaration.
9316
9317 2003-04-11 Andrew Cagney <cagney@redhat.com>
9318
9319 * i387-tdep.c: Update copyright.
9320 (i387_to_double): Delete function.
9321 (double_to_i387): Delete function.
9322
9323 2003-04-10 Andrew Cagney <cagney@redhat.com>
9324
9325 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9326 frame's function's address. Simplify.
9327 (d10v_frame_unwind_cache): Check that the frame's function is
9328 non-zero.
9329
9330 2003-04-10 Jim Blandy <jimb@redhat.com>
9331
9332 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9333 call to set_gdbarch_deprecated_push_arguments.
9334
9335 2003-04-10 Andrew Cagney <cagney@redhat.com>
9336
9337 * frame.c (fprint_frame_id): New function.
9338 (fprint_frame_type, fprint_frame): New function.
9339 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9340 (create_sentinel_frame, get_frame_id): Ditto.
9341 (frame_id_p, frame_id_eq): Ditto.
9342 (frame_id_inner, create_new_frame): Ditto.
9343 (legacy_get_prev_frame, get_prev_frame): Ditto.
9344 (deprecated_update_frame_pc_hack): Ditto.
9345 (frame_register_unwind): Ditto.
9346 (deprecated_update_frame_base_hack): Ditto.
9347
9348 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9349
9350 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9351 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9352 frame_chain function.
9353 * Makefile.in: Add dependencies due to above change.
9354
9355 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9356
9357 * blockframe.c (legacy_frame_chain_valid): Move call to
9358 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9359 inside_entry_file.
9360
9361 2003-04-09 Andrew Cagney <cagney@redhat.com>
9362
9363 * frame.h (struct frame_id): Replace "pc" and "base" with
9364 "stack_addr" and "code_addr". Update comments.
9365 (frame_id_build): Update parameter names and comment.
9366 (struct frame_info): Replace "id_p" and "id" with "this_id".
9367 * dummy-frame.c (dummy_frame_this_id): Update.
9368 * breakpoint.c (print_one_breakpoint): Update.
9369 * frame.c (get_frame_id): Update.
9370 (get_frame_base, frame_id_build): Update.
9371 (create_sentinel_frame, legacy_get_prev_frame): Update.
9372 (deprecated_update_frame_base_hack): Update.
9373 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9374 (frame_id_inner): Ditto.
9375
9376 2003-04-09 Andrew Cagney <cagney@redhat.com>
9377
9378 * defs.h (gdb_print_host_address): Make "addr" parameter a
9379 pointer constant.
9380 * utils.c (gdb_print_host_address): Update.
9381
9382 2003-04-09 Kevin Buettner <kevinb@redhat.com>
9383
9384 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9385 register number for R0 is 0.
9386
9387 2003-04-09 J. Brobecker <brobecker@gnat.com>
9388
9389 * frame.h (struct gdbarch): Add opaque structure definition
9390 to avoid a compilation warning on LynxOS 4.0.
9391
9392 2003-04-09 Andrew Cagney <cagney@redhat.com>
9393
9394 * frame.h (struct frame_info): Delete field "pc". Replace
9395 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9396 structure.
9397 * frame.c (frame_pc_unwind): Update.
9398 (create_sentinel_frame): Do not set "pc".
9399 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9400 (get_frame_pc): Call frame_pc_unwind.
9401 (deprecated_update_frame_pc_hack): Update.
9402 (create_new_frame): Use "pc" not "->pc".
9403
9404 2003-04-09 Andrew Cagney <cagney@redhat.com>
9405
9406 * frame.c (get_frame_id): Eliminate code updating "frame".
9407 (legacy_get_prev_frame): Ditto.
9408 (get_frame_base): Return id.base directly.
9409 (deprecated_update_frame_base_hack): Update "id.base".
9410 * frame.h (struct frame_info): Delete field "frame".
9411
9412 2003-04-09 Andrew Cagney <cagney@redhat.com>
9413
9414 * NEWS: Mention that the "Sequent family" is obsolete.
9415 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9416 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9417 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9418 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9419 * config/i386/tm-ptx4.h: Obsolete file.
9420 * config/i386/tm-ptx.h: Obsolete file.
9421 * symm-tdep.c: Obsolete file.
9422 * config/i386/symmetry.mt: Obsolete file.
9423 * config/i386/tm-symmetry.h: Obsolete file.
9424 * symm-nat.c: Obsolete file.
9425 * config/i386/nm-symmetry.h: Obsolete file.
9426 * config/i386/xm-symmetry.h: Obsolete file.
9427 * config/i386/symmetry.mh: Obsolete file.
9428 * config/i386/nm-ptx4.h: Obsolete file.
9429 * config/i386/ptx4.mh: Obsolete file.
9430 * config/i386/ptx.mt: Obsolete file.
9431 * config/i386/ptx.mh: Obsolete file.
9432 * config/i386/xm-ptx4.h: Obsolete file.
9433 * config/i386/xm-ptx.h: Obsolete file.
9434
9435 2003-04-09 Andrew Cagney <cagney@redhat.com>
9436
9437 Obsolete mips*-*-mach3*.
9438 * NEWS: Mention that mips*-*-mach3* is obsolete.
9439 * m3-nat.c: Obsolete file.
9440 * config/nm-m3.h: Obsolete file.
9441 * config/mips/tm-mipsm3.h: Obsolete file.
9442 * config/mips/mipsm3.mt: Obsolete file.
9443 * config/mips/mipsm3.mh: Obsolete file.
9444 * config/mips/xm-mipsm3.h: Obsolete file.
9445 * mipsm3-nat.c: Obsolete file.
9446 * configure.host: Obsolete mips-dec-mach3*.
9447 * configure.tgt: Obsolete mips*-*-mach3*.
9448
9449 2003-04-09 Andrew Cagney <cagney@redhat.com>
9450
9451 * doublest.h: Update copyright.
9452 (deprecated_store_floating, deprecated_extract_floating): Rename
9453 store_floating and extract_floating. Update comments.
9454 * doublest.c: Update copyright.
9455 (extract_floating_by_length): Replace extract_floating.
9456 (store_floating_by_length): Replace store_floating.
9457 (deprecated_extract_floating): New function.
9458 (deprecated_store_floating): New function.
9459 (extract_typed_floating): Call extract_floating_by_length.
9460 (store_typed_floating): Call store_floating_by_length.
9461 * x86-64-tdep.c (x86_64_store_return_value): Update.
9462 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9463 (sh64_extract_return_value): Update.
9464 (sh_sh4_register_convert_to_virtual): Update.
9465 (sh_sh64_register_convert_to_virtual): Update.
9466 (sh_sh4_register_convert_to_raw): Update.
9467 (sh_sh64_register_convert_to_raw): Update.
9468 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9469 (rs6000_register_convert_to_raw): Update.
9470 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9471 (ia64_register_convert_to_raw): Update.
9472 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9473 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9474 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9475 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9476 (alpha_register_convert_to_raw): Update.
9477
9478 2003-04-08 Andrew Cagney <cagney@redhat.com>
9479
9480 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9481 * gdbarch.h, gdbarch.c: Re-generate.
9482 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9483 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9484 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9485 conditionally, use frame_pc_unwind as an alternative. Add
9486 comments.
9487 * arch-utils.c (init_frame_pc_default): Only call
9488 SAVED_PC_AFTER_CALL when available.
9489
9490 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9491
9492 * infrun.c (stop_soon): Rename from stop_soon_quietly.
9493 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9494 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9495 (start_remote): Ditto.
9496 (handle_inferior_event): Ditto.
9497 (save_inferior_status): Ditto.
9498 (restore_inferior_status): Ditto.
9499 * infcmd.c (attach_command): Ditto.
9500 * fork-child.c (startup_inferior): Ditto.
9501 * inferior.h (stop_soon): Rename from stop_soon_quietly.
9502 * alpha-tdep.c (heuristic_proc_start): Ditto.
9503 * mips-tdep.c (heuristic_proc_start): Ditto.
9504 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9505 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9506 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9507 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9508 * remote-vx.c (vx_create_inferior): Ditto.
9509
9510 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9511
9512 * infrun.c (stop_soon_quietly): Make it an enum, to better
9513 override the default behavior of handle_inferior_event.
9514 (clear_proceed_status): Update uses of stop_soon_quietly to
9515 reflect that it is now an enum.
9516 (start_remote): Ditto.
9517 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9518 is set to handle the new GNU/Linux kernel behavior for
9519 attach/sigstop. Update uses of stop_soon_quietly.
9520 * inferior.h (enum stop_kind): New enum.
9521 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9522 Reset normal handle_inferior_event behavior, afterwards.
9523 * fork-child.c (startup_inferior): Update.
9524 * alpha-tdep.c (heuristic_proc_start): Update.
9525 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9526 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9527 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9528 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9529 * remote-vx.c (vx_create_inferior): Update.
9530 * mips-tdep.c (heuristic_proc_start): Update.
9531
9532 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
9533
9534 * disasm.c (dump_insns): Move variables inside loop, or they will
9535 be freed more than once, causing wild memory corruptions.
9536 (gdb_disassembly): Look for the substring "-thread",
9537 instead of "-threads" in the target name, to make sure to find
9538 the 'multi-thread' target. Also, make sure we do the right thing
9539 with the "core" target.
9540
9541 2003-04-07 Kevin Buettner <kevinb@redhat.com>
9542
9543 * mips-tdep.c (mips_print_fp_register): New function, created from
9544 do_fp_register_row(). Registers are now (also) printed as hex.
9545 Only one register is printed per row.
9546 (mips_print_register, do_fp_register_row): Print floating point
9547 registers with mips_print_fp_register().
9548
9549 2003-04-06 Andrew Cagney <cagney@redhat.com>
9550
9551 * valprint.h (inspect_it): Add extern declaration.
9552 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9553 (selectors_info, classes_info): Ditto.
9554 (find_objc_msgcall): Fix indentation.
9555 (objc_printstr): Delete extern declarations.
9556
9557 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9558
9559 2003-04-06 Andrew Cagney <cagney@redhat.com>
9560
9561 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9562 Update comment.
9563 * frame.c (legacy_saved_regs_this_id): Update.
9564 (legacy_get_prev_frame): Update.
9565 * xstormy16-tdep.c: Update comment.
9566 * sparc-tdep.c (sparc_frame_chain): Update comment.
9567 * blockframe.c (legacy_frame_chain_valid): Update.
9568
9569 2003-04-06 Andrew Cagney <cagney@redhat.com>
9570
9571 * valprint.c (val_print_type_code_int): Delete #ifdef
9572 PRINT_TYPELESS_INTEGER code.
9573
9574 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9575 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9576 multi-arch definition.
9577 * gdbarch.h: Re-generate.
9578
9579 2003-04-05 Andrew Cagney <cagney@redhat.com>
9580
9581 Eliminate FRAME_FIND_SAVED_REGS.
9582 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9583 Change FSR parameter to a pointer.
9584 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9585 Assume FSR parameter is a pointer.
9586 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9587 Make fsr a pointer.
9588 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9589 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9590 saved_regs a pointer.
9591 (hppa_frame_saved_pc): Ditto.
9592 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9593 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9594 pointer.
9595 (restore_pc_queue): Make fsr a pointer.
9596 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9597 (hppa_frame_chain): Make saved_regs a pointer, call
9598 hppa_frame_init_saved_regs.
9599 * sparc-tdep.c: Include "gdb_assert.h".
9600 (sparc_frame_find_saved_regs): Replace internal_error with
9601 gdb_assert.
9602 * remote-vxsparc.c (vx_read_register): Delete reference to
9603 FRAME_FIND_SAVED_REGS.
9604 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9605 * gdbarch.h: Regenerate.
9606 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9607 (deprecated_get_frame_saved_regs): Delete declaration.
9608 (struct frame_saved_regs): Delete definition.
9609 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9610 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9611 (hppa_frame_find_saved_regs): Delete declaration.
9612 (FRAME_FIND_SAVED_REGS): Delete macro.
9613 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9614 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9615 FRAME_FIND_SAVED_REGS in comment.
9616
9617 2003-04-05 Andrew Cagney <cagney@redhat.com>
9618
9619 * frame.c (frame_func_unwind, get_frame_func): New functions.
9620 * frame.h (get_frame_func, frame_func_unwind): Declare.
9621 (struct frame_info): Add field "prev_func" for caching the
9622 previous frame's function address.
9623 * arm-tdep.c (arm_frameless_function_invocation): Combine
9624 get_pc_function_start and get_frame_pc into get_frame_func.
9625 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9626 (sh64_nofp_frame_init_saved_regs): Ditto.
9627 * s390-tdep.c (s390_function_start): Ditto.
9628 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9629 (rs6000_frameless_function_invocation): Ditto.
9630 (rs6000_frame_saved_pc): Ditto.
9631 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9632 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
9633 * i386-tdep.c (i386_frameless_signal_p): Ditto.
9634 (i386_frame_init_saved_regs): Ditto.
9635 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
9636 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
9637 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
9638 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
9639 * blockframe.c (frameless_look_for_prologue): Ditto.
9640
9641 2003-04-05 Andrew Cagney <cagney@redhat.com>
9642
9643 * frame.c (legacy_get_prev_frame): Link prev to next at the
9644 function start. Update comments.
9645
9646 2003-04-05 Andrew Cagney <cagney@redhat.com>
9647
9648 * frame.c (get_frame_id): Update comment.
9649 (legacy_get_prev_frame): Update comment.
9650 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9651 * gdbarch.h: Regenerate.
9652 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9653 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9654
9655 2003-04-05 Andrew Cagney <cagney@redhat.com>
9656
9657 * stack.c (print_frame_info): Use get_frame_pc.
9658
9659 2003-04-04 Andrew Cagney <cagney@redhat.com>
9660
9661 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9662 the frame's type from the unwinder.
9663 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9664 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9665 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9666 (get_frame_base_address): Use get_frame_type.
9667 (get_frame_locals_address, get_frame_args_address): Ditto.
9668 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9669 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9670 (struct frame_info): Add comment explaining why the frame contains
9671 a "type" field.
9672 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9673 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9674 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9675 NORMAL_FRAME.
9676 * frame-unwind.h: Include "frame.h".
9677 (struct frame_unwind): Add "type" field.
9678 * Makefile.in (frame_unwind_h): Add $(frame_h).
9679
9680 2003-04-04 Andrew Cagney <cagney@redhat.com>
9681
9682 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9683 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9684 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9685 get_frame_base.
9686 (d10v_unwind_dummy_id): Use frame_id_build.
9687 * frame.c (find_frame_sal): Use get_frame_pc.
9688 (create_new_frame): Use deprecated_update_frame_pc_hack and
9689 deprecated_update_frame_base_hack.
9690 (create_sentinel_frame): Add comment about ->pc going away.
9691 (get_prev_frame): Add comment about ->pc going away.
9692 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9693 frame_id_build, deprecated_update_frame_pc_hack and
9694 deprecated_update_frame_base_hack.
9695 (select_frame): Use get_frame_pc.
9696 (legacy_saved_regs_this_id): Use frame_id_build.
9697
9698 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
9699
9700 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9701 signed integer case.
9702 (classify_argument): Handle enumerations and references.
9703
9704 2003-04-04 Andrew Cagney <cagney@redhat.com>
9705
9706 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9707 ID to NULL.
9708
9709 2003-04-01 Adam Fedor <fedor@gnu.org>
9710
9711 * gdb/objc-lang.c (selectors_info): Replace calls to
9712 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9713 SYMBOL_NATURAL_NAME.
9714 (classes_info, find_methods): Likewise.
9715
9716 2003-04-03 Kevin Buettner <kevinb@redhat.com>
9717
9718 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9719 ``mach'' to the value determined by bfd_default_set_arch_mach().
9720
9721 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9722
9723 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9724 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9725 (mi-cmd-file.o): Update dependencies.
9726
9727 2003-04-01 Kevin Buettner <kevinb@redhat.com>
9728
9729 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9730 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9731
9732 2003-04-01 Adam Fedor <fedor@gnu.org>
9733
9734 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9735 * language.h (struct language_defn): Add la_demangle.
9736 (language_demangle): Declare.
9737 * language.c (language_demangle): New function.
9738 (unk_lang_demangle): Likewise.
9739 (unknown_language_defn, auto_language_defn, local_language_defn):
9740 Add ukn_lang_demangle.
9741 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
9742 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9743 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9744 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9745 * jv-lang.c (java_demangle): New function
9746 (java_language_defn): Use it for la_demangle element.
9747 * objc-lang.c (objc_demangle): Add options argument
9748 (objc_language_defn): Use objc_demangle for la_demangle element.
9749 * maint.c (maintenance_demangle): Replace switch with
9750 call to language_demangle.
9751 * utils.c (fprintf_symbol_filtered): Likewise.
9752
9753 2003-04-01 Andrew Cagney <cagney@redhat.com>
9754
9755 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9756 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9757 PRINT_TYPELESS_INTEGER.
9758 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9759 PUSH_RETURN_ADDRESS.
9760
9761 2003-04-01 Andrew Cagney <cagney@redhat.com>
9762
9763 * Makefile.in (d10v-tdep.o): Update dependencies.
9764 * d10v-tdep.c: Include "frame-base.h".
9765 (d10v_frame_unwind): Make constant.
9766 (d10v_frame_base_address): New function.
9767 (d10v_frame_base): New variable.
9768 (d10v_gdbarch_init): Set frame_base default.
9769 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9770 comment for base.
9771 (d10v_frame_unwind_cache): Set and use "prev_sp".
9772 (d10v_frame_this_id): Use the previous frame's inner most stack
9773 address and this frame's func address for the frame ID. Use
9774 frame_id_build. Don't analyze beyond the current instruction.
9775
9776 2003-04-01 Andrew Cagney <cagney@redhat.com>
9777
9778 * frame.h (get_frame_locals_address, get_frame_args_address):
9779 Refer to the base address, instead of the address of the first
9780 local or parameter.
9781
9782 2003-04-01 Andrew Cagney <cagney@redhat.com>
9783
9784 Add frame debug info addresses:
9785 * frame-base.c: New file.
9786 * frame-base.h: New file.
9787 * frame.h (struct frame_base): Add opaque declaration.
9788 (get_frame_base): Update comment.
9789 (get_frame_base_address): Declare.
9790 (get_frame_locals_address): Declare.
9791 (get_frame_args_address): Declare.
9792 (struct frame_info): Add "base" and "base_cache". Update
9793 comments on the unwinder.
9794 * frame.c: Include "frame-base.h".
9795 (get_frame_locals_address): New function.
9796 (get_frame_base_address): New function.
9797 (get_frame_args_address): New function.
9798 * findvar.c (read_var_value): Use get_frame_locals_address and
9799 get_frame_args_address.
9800 * stack.c (frame_info): Use get_frame_locals_address and
9801 get_frame_args_address.
9802 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9803 moved to "frame-base.c".
9804 * printcmd.c (print_frame_nameless_args): Ditto.
9805 * symtab.h (address_class): Update comments.
9806 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9807 get_frame_base_address.
9808 * dwarf2expr.c (execute_stack_op): Ditto.
9809 * Makefile.in (frame_base_h): Define.
9810 (frame.o): Update dependencies.
9811 (frame-base.o): Add dependencies.
9812 (SFILES): Add frame-base.c.
9813 (COMMON_OBS): Add frame-base.o.
9814
9815 2003-04-01 Andrew Cagney <cagney@redhat.com>
9816
9817 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9818 CALL_DUMMY_LENGTH): Ditto.
9819 * gdbarch.c: Re-generate.
9820 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9821 (CALL_DUMMY_LENGTH): Delete macro.
9822 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9823 * arm-tdep.c (arm_gdbarch_init): Ditto.
9824 * avr-tdep.c (avr_gdbarch_init): Ditto.
9825 * cris-tdep.c (cris_gdbarch_init): Ditto.
9826 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9827 * frv-tdep.c (frv_gdbarch_init): Ditto.
9828 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9829 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9830 * i386-tdep.c (i386_gdbarch_init): Ditto.
9831 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9832 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9833 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9834 * mips-tdep.c (mips_gdbarch_init): Ditto.
9835 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9836 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9837 * s390-tdep.c (s390_gdbarch_init): Ditto.
9838 * sh-tdep.c (sh_gdbarch_init): Ditto.
9839 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9840 * v850-tdep.c (v850_gdbarch_init): Ditto.
9841 * vax-tdep.c (vax_gdbarch_init): Ditto.
9842 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9843
9844 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
9845
9846 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9847
9848 2003-04-01 Andrew Cagney <cagney@redhat.com>
9849
9850 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9851 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9852 * gdbarch.h, gdbarch.c: Re-generate.
9853 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9854 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9855 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9856 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9857 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9858 * infcmd.c (run_stack_dummy): Simplify assuming
9859 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9860 * infrun.c (handle_inferior_event): Ditto.
9861 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9862 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9863 * arm-tdep.c (arm_gdbarch_init): Ditto.
9864 * avr-tdep.c (avr_gdbarch_init): Ditto.
9865 * cris-tdep.c (cris_gdbarch_init): Ditto.
9866 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9867 * frv-tdep.c (frv_gdbarch_init): Ditto.
9868 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9869 * i386-tdep.c (i386_gdbarch_init): Ditto.
9870 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9871 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9872 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9873 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9874 * mips-tdep.c (mips_gdbarch_init): Ditto.
9875 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9876 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9877 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9878 * s390-tdep.c (s390_gdbarch_init): Ditto.
9879 * sh-tdep.c (sh_gdbarch_init): Ditto.
9880 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9881 * v850-tdep.c (v850_gdbarch_init): Ditto.
9882 * vax-tdep.c (vax_gdbarch_init): Ditto.
9883 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9884
9885 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9886
9887 * symfile.c (symfile_relocate_debug_section): Update call to
9888 bfd_simple_get_relocated_section_contents.
9889
9890 2003-03-31 Andrew Cagney <cagney@redhat.com>
9891
9892 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9893 * gdbarch.h, gdbarch.c: Regenerate.
9894 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9895 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9896 available.
9897 * frame.h (generic_fix_call_dummy): Delete declaration.
9898 * dummy-frame.h: Update comment.
9899 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9900 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9901 fix_call_dummy.
9902 * sh-tdep.c (sh_gdbarch_init): Ditto.
9903 * s390-tdep.c (s390_gdbarch_init): Ditto.
9904 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9905 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9906 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9907 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9908 * i386-tdep.c (i386_gdbarch_init): Ditto.
9909 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9910 * frv-tdep.c (frv_gdbarch_init): Ditto.
9911 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9912 * cris-tdep.c (cris_gdbarch_init): Ditto.
9913 * avr-tdep.c (avr_gdbarch_init): Ditto.
9914 * arm-tdep.c (arm_gdbarch_init): Ditto.
9915
9916 2003-03-31 J. Brobecker <brobecker@gnat.com>
9917
9918 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9919 (INIT_FRAME_AP): Likewise.
9920 (EXTRA_FRAME_INFO): Likewise.
9921
9922 2003-03-31 Andrew Cagney <cagney@redhat.com>
9923
9924 * gdbarch.sh: Include "symfile.h".
9925 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9926 * gdbarch.h, gdbarch.c: Re-generate.
9927 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9928 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9929 call_dummy_address, the default is at entry_point_address.
9930 * v850-tdep.c (v850_gdbarch_init): Ditto.
9931 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9932 * sh-tdep.c (sh_gdbarch_init): Ditto.
9933 * s390-tdep.c (s390_gdbarch_init): Ditto.
9934 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9935 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9936 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9937 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9938 * i386-tdep.c (i386_gdbarch_init): Ditto.
9939 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9940 * frv-tdep.c (frv_gdbarch_init): Ditto.
9941 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9942 * cris-tdep.c (cris_gdbarch_init): Ditto.
9943 * arm-tdep.c (arm_gdbarch_init): Ditto.
9944
9945 2003-03-31 Andrew Cagney <cagney@redhat.com>
9946
9947 * gdbarch.sh (CALL_DUMMY_P): Delete.
9948 * gdbarch.h, gdbarch.c: Re-generate.
9949 * inferior.h (CALL_DUMMY_P): Delete macro.
9950 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9951 * vax-tdep.c (vax_gdbarch_init): Update.
9952 * v850-tdep.c (v850_gdbarch_init): Update.
9953 * sparc-tdep.c (sparc_gdbarch_init): Update.
9954 * sh-tdep.c (sh_gdbarch_init): Update.
9955 * s390-tdep.c (s390_gdbarch_init): Update.
9956 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9957 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9958 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9959 * mips-tdep.c (mips_gdbarch_init): Update.
9960 * mcore-tdep.c (mcore_gdbarch_init): Update.
9961 * m68k-tdep.c (m68k_gdbarch_init): Update.
9962 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9963 * ia64-tdep.c (ia64_gdbarch_init): Update.
9964 * i386-tdep.c (i386_gdbarch_init): Update.
9965 * h8300-tdep.c (h8300_gdbarch_init): Update.
9966 * frv-tdep.c (frv_gdbarch_init): Update.
9967 * d10v-tdep.c (d10v_gdbarch_init): Update.
9968 * cris-tdep.c (cris_gdbarch_init): Update.
9969 * breakpoint.c (deprecated_frame_in_dummy): Update.
9970 * avr-tdep.c (avr_gdbarch_init): Update.
9971 * alpha-tdep.c (alpha_gdbarch_init): Update.
9972 * arm-tdep.c (arm_gdbarch_init): Update.
9973 * dummy-frame.c (dummy_frame_this_id): Update comments.
9974 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9975 * frame.c (legacy_get_prev_frame): Ditto.
9976 * valops.c (call_function_by_hand): Delete function.
9977 (hand_function_call): Rename to call_function_by_hand
9978
9979 2003-03-30 Andrew Cagney <cagney@redhat.com>
9980
9981 2002-11-10 Klee Dienes <kdienes@apple.com>
9982 * value.h (struct value): Update comment.
9983
9984 2003-03-30 Andrew Cagney <cagney@redhat.com>
9985
9986 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9987 D10V_FP_REGNUM.
9988 (d10v_gdbarch_init): Do not set fp_regnum.
9989
9990 * frame.c (get_frame_base): Force ID initialization.
9991 (get_prev_frame): Move computation of the frame ID from here ...
9992 (get_frame_id): ... to here.
9993 (legacy_get_prev_frame): Mark the frame ID as valid.
9994 * frame.h (struct frame_info): Add field "id_p".
9995
9996 2003-03-30 Mark Kettenis <kettenis@gnu.org>
9997
9998 * i386-tdep.c (i386_store_struct_return): Removed.
9999 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
10000
10001 2003-03-30 Andrew Cagney <cagney@redhat.com>
10002
10003 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
10004 * gdbarch.h, gdbarch.c: Regenerate.
10005 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
10006 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10007 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10008 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10009 * i386-tdep.c (i386_gdbarch_init): Ditto.
10010 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10011 * cris-tdep.c (cris_gdbarch_init): Ditto.
10012 * vax-tdep.c (vax_gdbarch_init): Ditto.
10013 * s390-tdep.c (s390_gdbarch_init): Ditto.
10014 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10015 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10016 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10017 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
10018 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
10019 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
10020 * sparc-tdep.c (sparc_gdbarch_init): Update.
10021 * sh-tdep.c (sh_gdbarch_init): Update.
10022 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10023 * mips-tdep.c (mips_gdbarch_init): Update.
10024 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10025 * ia64-tdep.c (ia64_gdbarch_init): Update.
10026 * frv-tdep.c (frv_gdbarch_init): Update.
10027 * avr-tdep.c (avr_gdbarch_init): Update.
10028 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
10029 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
10030 instead of when push_dummy_call is not available.
10031
10032 2003-03-30 Andrew Cagney <cagney@redhat.com>
10033
10034 * infttrace.c: Include "gdbthread.h".
10035 (parent_attach_all): Fix function signature.
10036 (call_ptrace): Update call.
10037 * Makefile.in (infttrace.o): Update dependencies.
10038
10039 2003-03-30 Andrew Cagney <cagney@redhat.com>
10040
10041 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
10042 PUSH_RETURN_ADDRESS.
10043 * gdbarch.h, gdbarch.c: Regenerate.
10044 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10045 * x86-64-tdep.c (x86_64_init_abi): Update.
10046 * v850-tdep.c (v850_gdbarch_init): Update.
10047 * sparc-tdep.c (sparc_gdbarch_init): Update.
10048 * sh-tdep.c (sh_gdbarch_init): Update.
10049 * s390-tdep.c (s390_gdbarch_init): Update.
10050 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10051 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10052 * mips-tdep.c (mips_gdbarch_init): Update.
10053 * mcore-tdep.c (mcore_gdbarch_init): Update.
10054 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10055 * ia64-tdep.c (ia64_gdbarch_init): Update.
10056 * i386-tdep.c (i386_gdbarch_init): Update.
10057 * h8300-tdep.c (h8300_gdbarch_init): Update.
10058 * frv-tdep.c (frv_gdbarch_init): Update.
10059 * cris-tdep.c (cris_gdbarch_init): Update.
10060 * avr-tdep.c (avr_gdbarch_init): Update.
10061 * arm-tdep.c (arm_gdbarch_init): Update.
10062 * valops.c (hand_function_call): Update.
10063
10064 2003-03-29 Andrew Cagney <cagney@redhat.com>
10065
10066 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
10067 sizeof_call_dummy_words.
10068 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
10069 define.
10070 * gdbarch.h: Regenerate.
10071
10072 2003-03-29 Andrew Cagney <cagney@redhat.com>
10073
10074 * infttrace.h: New file.
10075 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
10076 (hpread_get_textlow): Detect an uninitialized dn_bufp.
10077 (hpread_read_doc_function_type): Detect an initialized type1.
10078 (hpread_quick_traverse): Initialize mod_name_string.
10079 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
10080 (som_solib_get_solib_by_pc): Declare.
10081 (so_lib_thread_start_addr): Declare.
10082 (no_shared_libraries): Declare.
10083 * somread.c (init_import_symbols): Make static. Add forward
10084 declaration.
10085 * config/pa/nm-hppah.h: Include "infttrace.h" for
10086 parent_attach_all.
10087 (hppa_insert_hw_watchpoint): Declare.
10088 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
10089 * hppah-nat.c: Include "gdb_string.h".
10090 (parent_attach_all): Delete extern declaration, moved to
10091 "infttrace.h".
10092 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
10093 int.
10094 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
10095 * Makefile.in (infttrace_h): Define.
10096 (hpread.o): Update dependencies.
10097 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
10098 * hppa-hpux-tdep.c: Include "gdb_string.h".
10099 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
10100 * infrun.c (handle_inferior_event): Always initialize
10101 stepped_after_stopped_by_watchpoint. Add default and remove
10102 fallthrough in switch statement.
10103 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10104 parameter to int.
10105 (hppa_remove_hw_watchpoint): Ditto.
10106
10107 2003-03-29 Andrew Cagney <cagney@redhat.com>
10108
10109 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10110 offset.
10111
10112 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
10113
10114 * arm-tdep.c (arm_push_arguments): Delete.
10115 (struct stack_item): New type.
10116 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10117 (arm_store_struct_return): Delte.
10118 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
10119 arm_push_arguments or arm_store_struct_return.
10120
10121 2003-03-28 Andrew Cagney <cagney@redhat.com>
10122
10123 * Makefile.in (d10v-tdep.o): Update dependencies.
10124 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10125 * d10v-tdep.c: Include "remote.h".
10126 (target_resume_hook): Delete extern declaration.
10127 (target_wait_loop_hook): Ditto.
10128 (tdisassemble_command): Eliminate assignment in "if" conditional.
10129 (d10v_ts2_register_sim_regno): Eliminate call to
10130 legacy_register_sim_regno.
10131 (d10v_ts3_register_sim_regno): Ditto.
10132
10133 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10134
10135 * thread.c: Reindented.
10136 * lin-lwp.c: Ditto.
10137 * linux-proc.c: Ditto.
10138
10139 2003-03-28 Bob Rossi <bob_rossi@cox.net>
10140
10141 * MAINTAINERS (write after approval): Add myself.
10142
10143 2003-03-27 Theodore A. Roth <troth@openavr.org>
10144
10145 * objc-exp.y: Add missing semi-colons.
10146
10147 2003-03-27 Andrew Cagney <cagney@redhat.com>
10148
10149 * regcache.c (write_sp): Delete function and references.
10150 * inferior.h (write_sp): Delete declaration.
10151 * valops.c (hand_function_call): Replace write_sp with
10152 TARGET_WRITE_SP.
10153 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10154 (sparc_pop_frame): Ditto.
10155
10156 2003-03-27 Andrew Cagney <cagney@redhat.com>
10157
10158 * NEWS: Mention removal of support for hppa*-*-bsd* and
10159 hppa*-*-osf* natives, and hppa*-*-pro* target.
10160 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10161 * config/pa/xm-pa.h: Obsolete file.
10162 * config/pa/xm-hppab.h: Obsolete file.
10163 * config/pa/nm-hppab.h: Obsolete file.
10164 * config/pa/tm-hppab.h: Obsolete file.
10165 * config/pa/tm-hppao.h: Obsolete file.
10166 * config/pa/nm-hppao.h: Obsolete file.
10167 * config/pa/tm-pro.h: Obsolete file.
10168 * config/pa/hppaosf.mt: Obsolete file.
10169 * config/pa/hppaosf.mh: Obsolete file.
10170 * config/pa/hppapro.mt: Obsolete file.
10171 * config/pa/hppabsd.mt: Obsolete file.
10172 * config/pa/hppabsd.mh: Obsolete file.
10173 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10174 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10175 hppa*-*-osf*.
10176
10177 2003-03-27 Andrew Cagney <cagney@redhat.com>
10178
10179 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10180 push_arguments. Don't set push_return_address or write_sp.
10181 (d10v_push_dummy_call): Replace d10v_push_arguments.
10182 (d10v_push_return_address, d10v_write_sp): Delete function,
10183 handled by push_dummy_call.
10184
10185 2003-03-26 Andrew Cagney <cagney@redhat.com>
10186
10187 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10188 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10189 regcache and dummy_addr parameters.
10190 * gdbarch.h, gdbarch.c: Re-generate.
10191 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10192 available; assume it will handle stack alignment and return
10193 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10194 legacy_push_arguments.
10195 (legacy_push_arguments): Rename default_push_arguments.
10196 * value.h (legacy_push_arguments): Rename default_push_arguments.
10197 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10198 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10199 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10200 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10201 * config/i386/tm-symmetry.h: Update.
10202 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10203 * x86-64-tdep.c (x86_64_init_abi): Update.
10204 * v850-tdep.c (v850_gdbarch_init): Update.
10205 * sparc-tdep.c (sparc_gdbarch_init): Update.
10206 * sh-tdep.c (sh_gdbarch_init): Update.
10207 * s390-tdep.c (s390_gdbarch_init): Update.
10208 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10209 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10210 * mips-tdep.c (mips_gdbarch_init): Update.
10211 * mcore-tdep.c (mcore_gdbarch_init): Update.
10212 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10213 * ia64-tdep.c (ia64_gdbarch_init): Update.
10214 * i386-tdep.c (i386_gdbarch_init): Update.
10215 * hppa-tdep.c (hppa_gdbarch_init): Update.
10216 * h8300-tdep.c (h8300_gdbarch_init): Update.
10217 * frv-tdep.c (frv_gdbarch_init): Update.
10218 * d10v-tdep.c (d10v_gdbarch_init): Update.
10219 * cris-tdep.c (cris_gdbarch_init): Update.
10220 * avr-tdep.c (avr_gdbarch_init): Update.
10221 * arm-tdep.c (arm_gdbarch_init): Update.
10222 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10223 * alpha-tdep.c (alpha_gdbarch_init): Update.
10224
10225 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10226
10227 * signals/signals.c (do_target_signal_to_host): Correct realtime
10228 signal range test.
10229
10230 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10231
10232 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10233 (struct sal_chain, map_catch_names): Remove.
10234 (catch_exception_command_1): Don't call
10235 handle_gnu_4_16_catch_command.
10236
10237 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10238
10239 From Mark Dettinger <dettinge@de.ibm.com>:
10240 * dwarf2cfi.c (read_2u): Increment pointer by two.
10241
10242 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10243
10244 * signals/signals.c: Fix typos in last change.
10245
10246 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10247
10248 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10249 not already defined. Use __SIGRTMIN if available.
10250 (target_signal_from_host): Remove SIGRTMIN block.
10251 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10252 the signal is within the realtime range.
10253
10254 2003-03-25 Adam Fedor <fedor@gnu.org>
10255
10256 * Makefile.in (infrun.o): Add $(language_h)
10257 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10258 for language specific trampolines.
10259 * language.h (struct language_defn): Add skip_trampoline.
10260 (skip_language_trampoline): Declare.
10261 * language.c (unk_lang_trampoline, skip_language_trampoline):
10262 New functions.
10263 (unknown_language_defn, auto_language_defn, local_language_defn):
10264 Add ukn_lang_trampoline.
10265 * ada-lang.c (ada_language_defn): Add NULL for language
10266 specific skip_trampoline.
10267 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10268 scm-lang.c: Likewise.
10269 * objc-lang.c (objc_skip_trampoline): New function.
10270 (objc_language_defn): Add objc_skip_trampoline.
10271
10272 2003-03-25 Andrew Cagney <cagney@redhat.com>
10273
10274 * frame.c (get_prev_frame): Delay validating a frame's ID -
10275 non-NULL, didn't go backwards - until an attempt to unwind it to
10276 the previous frame.
10277
10278 2003-03-25 Andrew Cagney <cagney@redhat.com>
10279
10280 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10281 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10282 * gdbarch.h, gdbarch.c: Re-generate.
10283 * config/sparc/tm-sparc.h
10284 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10285 * sparc-tdep.c (sparc_gdbarch_init): Set
10286 deprecated_extra_stack_alignment_needed.
10287 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10288 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10289 extra_stack_alignment_needed.
10290 * v850-tdep.c (v850_gdbarch_init): Ditto.
10291 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10292 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10293 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10294 * cris-tdep.c (cris_gdbarch_init): Ditto.
10295 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10296 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10297
10298 2003-03-25 Andrew Cagney <cagney@redhat.com>
10299
10300 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10301 STORE_STRUCT_RETURN.
10302 * gdbarch.h, gdbarch.c: Regenerate.
10303 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10304 (d10v_push_arguments): Set the struct return register.
10305 (d10v_gdbarch_init): Update.
10306 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10307 * x86-64-tdep.c (x86_64_init_abi): Update.
10308 * vax-tdep.c (vax_gdbarch_init): Update.
10309 * v850-tdep.c (v850_gdbarch_init): Update.
10310 * sparc-tdep.c (sparc_gdbarch_init): Update.
10311 * sh-tdep.c (sh_gdbarch_init): Update.
10312 * s390-tdep.c (s390_gdbarch_init): Update.
10313 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10314 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10315 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10316 * mips-tdep.c (mips_gdbarch_init): Update.
10317 * mcore-tdep.c (mcore_gdbarch_init): Update.
10318 * m68k-tdep.c (m68k_gdbarch_init): Update.
10319 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10320 * ia64-tdep.c (ia64_gdbarch_init): Update.
10321 * i386-tdep.c (i386_gdbarch_init): Update.
10322 * hppa-tdep.c (hppa_gdbarch_init): Update.
10323 * h8300-tdep.c (h8300_gdbarch_init): Update.
10324 * frv-tdep.c (frv_gdbarch_init): Update.
10325 * cris-tdep.c (cris_gdbarch_init): Update.
10326 * avr-tdep.c (avr_gdbarch_init): Update.
10327 * arm-tdep.c (arm_gdbarch_init): Update.
10328 * alpha-tdep.c (alpha_gdbarch_init): Update.
10329
10330 2003-03-25 Andrew Cagney <cagney@redhat.com>
10331
10332 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10333 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10334 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10335 * gdbarch.h, gdbarch.c: Regenerate.
10336 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10337 call_dummy_stack_adjust_p.
10338 * vax-tdep.c (vax_gdbarch_init): Ditto.
10339 * v850-tdep.c (v850_gdbarch_init): Ditto.
10340 * sh-tdep.c (sh_gdbarch_init): Ditto.
10341 * s390-tdep.c (s390_gdbarch_init): Ditto.
10342 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10343 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10344 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10345 * mips-tdep.c (mips_gdbarch_init): Ditto.
10346 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10347 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10348 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10349 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10350 * i386-tdep.c (i386_gdbarch_init): Ditto.
10351 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10352 * frv-tdep.c (frv_gdbarch_init): Ditto.
10353 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10354 * cris-tdep.c (cris_gdbarch_init): Ditto.
10355 * avr-tdep.c (avr_gdbarch_init): Ditto.
10356 * arm-tdep.c (arm_gdbarch_init): Ditto.
10357 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10358 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10359 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10360 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10361 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10362 call_dummy_stack_adjust_p.
10363 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10364 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10365 * sparc-tdep.c (sparc32_push_arguments): Update.
10366 * valops.c (hand_function_call): Update.
10367
10368 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
10369
10370 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10371 set_gdbarch_char_signed.
10372
10373 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10374
10375 PR cli/548
10376 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10377
10378 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10379
10380 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10381 (_initialize_arm_tdep): Don't set tm_print_insn.
10382
10383 2003-03-24 Adam Fedor <fedor@gnu.org>
10384
10385 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10386 * objc-lang.h: Add multiple inclusion protection.
10387 (start_msglist, add_msglist, end_msglist): Additional declarations.
10388
10389 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
10390
10391 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10392 value was renamed to ARM_FLOAT_SOFT_FPA.
10393
10394 2003-03-23 Andrew Cagney <cagney@redhat.com>
10395
10396 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10397 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10398 * gdbarch.h, gdbarch.c: Regenerate.
10399 * valops.c (hand_function_call): Update.
10400 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10401 * frame.c (legacy_saved_regs_this_id): Update.
10402 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10403 * dummy-frame.h: Update.
10404 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10405 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10406 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10407 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10408 * config/m68k/tm-sun3.h: Update.
10409 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10410 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10411 * x86-64-tdep.c (x86_64_init_abi): Update.
10412 * vax-tdep.c (vax_gdbarch_init): Update.
10413 * v850-tdep.c (v850_gdbarch_init): Update.
10414 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10415 * sh-tdep.c (sh_gdbarch_init): Update.
10416 * s390-tdep.c (s390_gdbarch_init): Update.
10417 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10418 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10419 (frame_get_saved_regs): Update.
10420 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10421 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10422 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10423 * mips-tdep.c (mips_gdbarch_init): Update.
10424 * mcore-tdep.c (mcore_gdbarch_init): Update.
10425 * m68k-tdep.c (m68k_gdbarch_init): Update.
10426 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10427 * ia64-tdep.c (ia64_gdbarch_init): Update.
10428 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10429 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10430 (i386_interix_back_one_frame): Update.
10431 * hppa-tdep.c (hppa_gdbarch_init): Update.
10432 (hppa_init_extra_frame_info): Update.
10433 * h8300-tdep.c (h8300_gdbarch_init): Update.
10434 * frv-tdep.c (frv_gdbarch_init): Update.
10435 * cris-tdep.c (cris_gdbarch_init): Update.
10436 * avr-tdep.c (avr_gdbarch_init): Update.
10437 * arm-tdep.c (arm_gdbarch_init): Update.
10438 * alpha-tdep.c (alpha_gdbarch_init): Update.
10439
10440 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10441
10442 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10443 (arm_get_fp_model): Declare.
10444 * arm-tdep.c (fp_model_strings): New string array.
10445 (arm_fp_model, current_fp_model): New variables.
10446 (arm_get_fp_model): New function.
10447 (arm_set_fp): New function.
10448 (set_fp_model_sfunc): New function.
10449 (show_fp_model): New function.
10450 (_initialize_arm_tdep): Add new command to set/show the FPU.
10451 (arm_extract_return_value): Use arm_get_fp_model.
10452 (arm_store_return_value): Likewise.
10453 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10454 to initialize the floating-point data types.
10455 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10456 model is FPA.
10457
10458 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10459
10460 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10461 the current setting of each value.
10462 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
10463 new_set and new_show. Use add_setshow_cmd_full and
10464 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10465 commands and add new version as subcommands of "set/show arm".
10466
10467 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10468
10469 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10470 (set_arm_command, show_arm_command): New functions.
10471 (_initialize_arm_tdep): Add them.
10472 (num_disassembly_options): Renamed from num_flavor_options.
10473 (valid_disassembly_styles): Renamed from valid_flavors.
10474 (disassembly_style): Renamed from disassembly_flavor.
10475 (set_disassembly_style_sfunc): Renamed from
10476 set_disassembly_flavor_sfunc.
10477 (set_disassembly_style): Renamed from set_disassembly_flavor.
10478 (arm_othernames): Updated.
10479 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10480 command. Add "set/show arm disassembly" commands. Deprecate
10481 "othernames" command.
10482
10483 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10484
10485 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10486 (arm-tdep.o): Depend on elf_arm_h.
10487
10488 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10489
10490 * Makefile.in (coff_internal_h): Define.
10491 (arm-tdep.o): Update dependencies.
10492
10493 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10494
10495 * arm-tdep.c (prologue_cache): Delete.
10496 (check_prologue_cache, save_prologue_cache): Delete.
10497 (arm_scan_prologue): Don't check or update the prologue_cache.
10498 (arm_gdb_arch_init): Don't initialize it.
10499 (_initialize_arm_tdep): Likewise.
10500
10501 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10502
10503 * MAINTAINERS (tui): Maintainer of tui code.
10504
10505 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
10506
10507 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10508 (i386-cygwin-tdep.o): Add dependencies.
10509 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10510 * i386-cygwin-tdep.c: New file.
10511 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10512 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10513
10514 2003-03-20 Andrew Cagney <cagney@redhat.com>
10515
10516 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10517 (handle_inferior_event): Remove code calling
10518 DYNAMIC_TRAMPOLINE_NEXTPC.
10519
10520 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10521 already has a full path.
10522
10523 * main.c (gdb_main): Return 1.
10524 (captured_main): Call error to report an invalid interpreter.
10525
10526 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10527 * alpha-osf1-tdep.c: Include "gdb_string.h".
10528
10529 2003-03-19 J. Brobecker <brobecker@gnat.com>
10530
10531 Continuing work to convert the hppa targets to multiarch partial.
10532
10533 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10534 method, now that hppa_push_dummy_frame has a conformant prototype.
10535 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10536 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10537 for the switch to multiarch partial.
10538
10539 2003-03-19 Kevin Buettner <kevinb@redhat.com>
10540
10541 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10542 when iss is issNull.
10543
10544 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10545
10546 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10547 NUM_REGS bounds check.
10548
10549 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10550
10551 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10552 * mips-tdep.c (gdb_assert.h): Include.
10553 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10554 (mips_register_name): Handle integer registers explicitly. Add
10555 bounds checking.
10556 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10557 (mips_lsi33k_reg_names): Don't list integer registers; they're
10558 handled by mips_register_name() now.
10559 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10560 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10561 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10562 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10563 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10564
10565 2003-03-18 Andrew Cagney <cagney@redhat.com>
10566
10567 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10568 a void pointer.
10569 * gdbtypes.h (print_scalar_formatted): Update declaration.
10570 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10571
10572 2003-03-18 J. Brobecker <brobecker@gnat.com>
10573
10574 * infrun.c (observer.h): Add #include.
10575 (normal_stop): Add call to observer_notify_normal_stop.
10576 * Makefile.in (infrun.o): Add dependency on observer.h.
10577
10578 2003-03-18 J. Brobecker <brobecker@gnat.com>
10579
10580 Continuing work to convert the hppa targets to multiarch partial.
10581 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10582 parameter. Reformat comment.
10583 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10584 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10585 to match new profile.
10586
10587 2003-03-18 J. Brobecker <brobecker@gnat.com>
10588
10589 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10590 appear to be working in any case.
10591
10592 2003-03-18 J. Brobecker <brobecker@gnat.com>
10593
10594 * observer.c (observer_test_first_observer): New static variable.
10595 (observer_test_second_observer): Likewise.
10596 (observer_test_third_observer): Likewise.
10597 (observer_test_first_notification_function): New static function.
10598 (observer_test_second_notification_function): Likewise.
10599 (observer_test_third_notification_function): Likewise.
10600
10601 2003-03-17 J. Brobecker <brobecker@gnat.com>
10602
10603 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10604 * somsolib.c (gdb_assert.h): Likewise.
10605 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10606 (somsolib.o): Likewise.
10607
10608 2003-03-17 Andrew Cagney <cagney@redhat.com>
10609
10610 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10611 BFD. Simplify setting of di.endian.
10612
10613 2003-03-17 Andrew Cagney <cagney@redhat.com>
10614
10615 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10616 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10617
10618 From Elena Zannoni <ezannoni@redhat.com>
10619 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10620 vector and floating-point parameters.
10621 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10622 convention.
10623 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10624
10625 2003-03-17 Fernando Nasser <fnasser@redhat.com>
10626
10627 * MAINTAINERS: Remove my name from several maintainership roles.
10628
10629 2003-03-17 Andrew Cagney <cagney@redhat.com>
10630
10631 Fix frame off-by-one bug.
10632 * frame-unwind.h (frame_this_id_ftype): Replace
10633 frame_unwind_id_ftype.
10634 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
10635 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
10636 with "prev_register".
10637 * frame-unwind.c (frame_unwind_find_by_pc): Return
10638 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
10639 comment.
10640 * dummy-frame.c (cached_find_dummy_frame): Delete function.
10641 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
10642 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
10643 (dummy_frame_unwind): Update.
10644 * sentinel-frame.c (sentinel_frame_prev_register): Replace
10645 sentinel_frame_register_unwind.
10646 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10647 (sentinel_frame_unwinder): Update.
10648 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10649 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10650 * frame.c (create_sentinel_frame): Update. Initialize
10651 "prologue_cache" instead of "unwind_cache".
10652 (frame_register_unwind): Call this frame's prev_register with the
10653 next frame and this frame's prologue cache.
10654 (get_prev_frame): Simplify. Always call prev frame's this_id with
10655 this frame and prev frame's prologue cache. Document that this
10656 call is shifted one to the left when compared to the
10657 frame_register_unwind call.
10658 (legacy_saved_regs_prev_register): Replace
10659 frame_saved_regs_register_unwind.
10660 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10661 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10662 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10663 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10664 (d10v_frame_unwind): Update.
10665 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10666 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10667 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10668 "saved_regs" with "this_saved_regs".
10669
10670 2003-03-16 Andrew Cagney <cagney@redhat.com>
10671
10672 * frame.c (frame_pop): Don't call target_store_registers. Fix
10673 problem reported by Mark Kettenis.
10674
10675 2003-03-16 Mark Kettenis <kettenis@gnu.org>
10676
10677 * i386-tdep.c (i386_register_type): Renamed from
10678 i386_register_virtual_type. Adjust function signature.
10679 (i386_gdbarch_init): Set register_type instead of
10680 deprecated_max_register_raw_size,
10681 deprecated_max_register_virtual_size and register_virtual_type.
10682
10683 2003-03-14 Andrew Cagney <cagney@redhat.com>
10684
10685 * frame.c (get_prev_frame): When a legacy frame, always call
10686 legacy_get_prev_frame. Simplify unwind code using assumption that
10687 the unwinder is new.
10688 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10689 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10690 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10691
10692 2003-03-14 Andrew Cagney <cagney@redhat.com>
10693
10694 * frame.c (get_saved_register): Delete function.
10695 * frame.h (get_saved_register): Delete declaration.
10696 * xstormy16-tdep.c: Update comment.
10697 * regcache.h: Update comments.
10698 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10699 get_saved_register and extract_address, use
10700 frame_read_unsigned_register.
10701 (sparc_frame_saved_pc): Ditto.
10702 (sparc_get_saved_register): Instead of get_saved_register, use
10703 frame_register.
10704 (sparc_pop_frame): Ditto.
10705 * findvar.c: Update comments.
10706 (value_of_register): Call frame_register instead of
10707 get_saved_register.
10708 (value_from_register): Ditto.
10709 * config/sparc/tm-sparc.h: Update comment.
10710 * breakpoint.c: Update comment.
10711
10712 2003-03-14 Andrew Cagney <cagney@redhat.com>
10713
10714 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10715 GET_SAVED_REGISTER.
10716 * gdbarch.h, gdbarch.c: Re-generate.
10717 * frame.h: Update comments.
10718 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10719 * x86-64-tdep.c (x86_64_init_abi): Update.
10720 * sparc-tdep.c (sparc_gdbarch_init): Update.
10721 * sh-tdep.c (sh_gdbarch_init): Update.
10722 * mips-tdep.c (mips_gdbarch_init): Update.
10723 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10724 * cris-tdep.c (cris_gdbarch_init): Update.
10725 * ia64-tdep.c (ia64_gdbarch_init): Update.
10726 * frame.c (frame_register): Update.
10727 (get_saved_register): Update.
10728 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
10729
10730 2003-03-13 Andrew Cagney <cagney@redhat.com>
10731
10732 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10733 * gdbarch.h, gdbarch.c: Regenerate.
10734 * valops.c (hand_function_call): Update comment.
10735 * stack.c (return_command): Update comment.
10736 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10737 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10738 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10739 * x86-64-tdep.c (x86_64_init_abi): Update.
10740 * vax-tdep.c (vax_gdbarch_init): Update.
10741 * v850-tdep.c (v850_gdbarch_init): Update.
10742 * sparc-tdep.c (sparc_gdbarch_init): Update.
10743 * sh-tdep.c (sh_gdbarch_init): Update.
10744 * s390-tdep.c (s390_gdbarch_init): Update.
10745 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10746 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10747 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10748 * mips-tdep.c (mips_gdbarch_init): Update.
10749 * mcore-tdep.c (mcore_gdbarch_init): Update.
10750 * m68k-tdep.c (m68k_gdbarch_init): Update.
10751 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10752 * ia64-tdep.c (ia64_gdbarch_init): Update.
10753 * i386-tdep.c (i386_gdbarch_init): Update.
10754 * hppa-tdep.c (hppa_gdbarch_init): Update.
10755 * h8300-tdep.c (h8300_gdbarch_init): Update.
10756 * frv-tdep.c (frv_gdbarch_init): Update.
10757 * cris-tdep.c (cris_gdbarch_init): Update.
10758 * avr-tdep.c (avr_gdbarch_init): Update.
10759 * arm-tdep.c (arm_gdbarch_init): Update.
10760 * alpha-tdep.c (alpha_gdbarch_init): Update.
10761
10762 2003-03-13 Andrew Cagney <cagney@redhat.com>
10763
10764 * frame.c (legacy_frame_p): New function.
10765 (get_prev_frame): Use legacy_frame_p.
10766 * frame.h (legacy_frame_p): Declare.
10767
10768 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10769
10770 * MAINTAINERS (write after approval): Alphabetically
10771 listing corrected.
10772
10773 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10774
10775 * MAINTAINERS (write after approval): Add myself.
10776
10777 2003-03-12 Andrew Cagney <cagney@redhat.com>
10778
10779 * frame.c (get_prev_frame): Rename the frame parameter to
10780 "this_frame".
10781 (get_next_frame, legacy_get_prev_frame): Ditto.
10782
10783 2003-03-12 Andrew Cagney <cagney@redhat.com>
10784
10785 * frame.c (get_current_frame): Check target_has_registers before
10786 checking target_has_stack.
10787 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10788 instead of deprecated_selected_frame.
10789 * findvar.c (value_of_register): Pass "frame", not
10790 deprecated_selected_frame, to value_of_builtin_reg.
10791
10792 2003-03-12 Andrew Cagney <cagney@redhat.com>
10793
10794 * regcache.c (regcache_cooked_write_signed): New function.
10795 (regcache_cooked_write_unsigned): New function.
10796 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10797 (regcache_cooked_read_signed): Fix regnum in range assertion.
10798 * regcache.h (regcache_cooked_write_signed): Declare.
10799 (regcache_cooked_write_unsigned): Declare.
10800
10801 2003-03-12 Andrew Cagney <cagney@redhat.com>
10802
10803 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10804 * gdbarch.h, gdbarch.c: Re-generate.
10805 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10806 * x86-64-tdep.h: Update.
10807 * x86-64-tdep.c (x86_64_init_abi): Update.
10808 * v850-tdep.c (v850_gdbarch_init): Update.
10809 * sparc-tdep.c (sparc_gdbarch_init): Update.
10810 * sh-tdep.c (sh_gdbarch_init): Update.
10811 * s390-tdep.c (s390_gdbarch_init): Update.
10812 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10813 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10814 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10815 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10816 * mips-tdep.c (mips_gdbarch_init): Update.
10817 * mcore-tdep.c (mcore_gdbarch_init): Update.
10818 * m68k-tdep.c (m68k_gdbarch_init): Update.
10819 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10820 * ia64-tdep.c (ia64_gdbarch_init): Update.
10821 * i386-tdep.c (i386_gdbarch_init): Update.
10822 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10823 * hppa-tdep.c (hppa_gdbarch_init): Update.
10824 * h8300-tdep.c (h8300_gdbarch_init): Update.
10825 * frv-tdep.c (frv_gdbarch_init): Update.
10826 * cris-tdep.c (cris_gdbarch_init): Update.
10827 * avr-tdep.c (avr_gdbarch_init): Update.
10828 * arm-tdep.c (arm_gdbarch_init): Update.
10829 * alpha-tdep.c (alpha_gdbarch_init): Update.
10830 * sh-tdep.c (sh_init_extra_frame_info): Update.
10831 (sh64_init_extra_frame_info): Update.
10832 * ns32knbsd-nat.c (frame_num_args): Update.
10833 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10834 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10835 (xstormy16_frame_chain_valid): Update.
10836 * vax-tdep.c (vax_saved_pc_after_call): Update.
10837 * v850-tdep.c (v850_frame_chain): Update.
10838 (v850_pop_frame): Update.
10839 (v850_init_extra_frame_info): Update.
10840 * sparc-tdep.c (setup_arbitrary_frame): Update.
10841 * ns32k-tdep.c (umax_frame_num_args): Update.
10842 * s390-tdep.c (s390_pop_frame_regular): Update.
10843 * mn10300-tdep.c (mn10300_frame_chain): Update.
10844 (mn10300_pop_frame_regular): Update.
10845 (mn10300_init_extra_frame_info): Update.
10846 * mips-tdep.c (mips_init_frame_pc_first): Update.
10847 (mips_frame_chain): Update.
10848 (mips_pop_frame): Update.
10849 * mcore-tdep.c (mcore_frame_chain): Update.
10850 (mcore_pop_frame): Update.
10851 (mcore_init_extra_frame_info): Update.
10852 * arch-utils.c (init_frame_pc_default): Update.
10853 * m68k-tdep.c (isi_frame_num_args): Update.
10854 (delta68_frame_num_args): Update.
10855 (news_frame_num_args): Update.
10856 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10857 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10858 (alpha_frame_chain): Update.
10859 (alpha_pop_frame): Update.
10860 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10861 (hppa_init_extra_frame_info): Update.
10862 (hppa_frame_chain): Update.
10863 (hppa_frame_chain_valid): Update.
10864 * cris-tdep.c (cris_init_extra_frame_info): Update.
10865 * avr-tdep.c (avr_init_extra_frame_info): Update.
10866 * arm-tdep.c (arm_frame_chain_valid): Update.
10867 (arm_init_extra_frame_info): Update.
10868 (arm_pop_frame): Update.
10869 * frame.c (frame_pc_unwind): Update.
10870 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10871 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10872 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10873 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10874 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10875 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10876
10877 2003-03-12 Andrew Cagney <cagney@redhat.com>
10878
10879 Eliminate the need for POP_FRAME.
10880 * frame.c (do_frame_unwind_register): New function.
10881 (frame_pop): When no POP_FRAME, pop the frame using register
10882 unwind and a scratch regcache.
10883 (frame_saved_regs_pop): Delete function.
10884 (trad_frame_unwinder): Update.
10885 * d10v-tdep.c (d10v_frame_pop): Delete function.
10886 (d10v_frame_unwind): Update.
10887 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10888 (sentinel_frame_unwinder): Update.
10889 * dummy-frame.c (dummy_frame_pop): Delete function.
10890 (dummy_frame_unwind): Update.
10891 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10892 (struct frame_unwind): Update.
10893
10894 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10895
10896 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10897 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10898 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10899 Do range checks on register number obtained from debugging info.
10900 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10901 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10902 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10903 mapping function.
10904 (do_fp_register_row): Fix typo which caused double type to be
10905 used when attempting to unpack a float.
10906
10907 2003-03-11 J. Brobecker <brobecker@gnat.com>
10908
10909 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10910
10911 2003-03-11 Andrew Cagney <cagney@redhat.com>
10912
10913 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10914 frame. Problem found by Corinna Vinschen.
10915
10916 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10917
10918 * doublest.c (floatformat_from_length): Accept also
10919 the real size of 'long double' type.
10920
10921 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10922
10923 From Klee Dienes <kdienes@apple.com>:
10924 * breakpoint.c (bpstat_copy): Copy the command lines as well
10925 as the old value, to match what is freed in bpstat_clear.
10926
10927 2003-03-10 David Carlton <carlton@math.stanford.edu>
10928
10929 * minsyms.c (add_minsym_to_hash_table): Replace
10930 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10931 (compare_minimal_symbols, compact_minimal_symbols)
10932 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10933 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10934 of DEPRECATED_SYMBOL_MATCHES_NAME.
10935 (lookup_minimal_symbol_solib_trampoline): Ditto.
10936
10937 2003-03-10 Andrew Cagney <cagney@redhat.com>
10938
10939 * regcache.h (regcache_cooked_read_ftype): Define.
10940 (regcache_save, regcache_restore): Add a cooked_read parameter.
10941 * regcache.c (regcache_save, regcache_restore): Update.
10942 (do_cooked_read): New function.
10943 (regcache_cpy): Pass do_cooked_read to regcache_save and
10944 regcache_restore.
10945
10946 2003-03-10 Andrew Cagney <cagney@redhat.com>
10947
10948 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10949 * gdbarch.h, gdbarch.c: Re-generate.
10950 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10951 * x86-64-tdep.h: Update.
10952 * x86-64-tdep.c (x86_64_init_abi): Update.
10953 * v850-tdep.c (v850_gdbarch_init): Update.
10954 * sparc-tdep.c (sparc_gdbarch_init): Update.
10955 * sh-tdep.c (sh_gdbarch_init): Update.
10956 * s390-tdep.c (s390_gdbarch_init): Update.
10957 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10958 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10959 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10960 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10961 * mips-tdep.c (mips_gdbarch_init): Update.
10962 * mcore-tdep.c (mcore_gdbarch_init): Update.
10963 * m68k-tdep.c (m68k_gdbarch_init): Update.
10964 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10965 * ia64-tdep.c (ia64_gdbarch_init): Update.
10966 * i386-tdep.c (i386_gdbarch_init): Update.
10967 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10968 * hppa-tdep.c (hppa_gdbarch_init): Update.
10969 * h8300-tdep.c (h8300_gdbarch_init): Update.
10970 * frv-tdep.c (frv_gdbarch_init): Update.
10971 * cris-tdep.c (cris_gdbarch_init): Update.
10972 * avr-tdep.c (avr_gdbarch_init): Update.
10973 * arm-tdep.c (arm_gdbarch_init): Update.
10974 * alpha-tdep.c (alpha_gdbarch_init): Update.
10975 * sh-tdep.c (sh_init_extra_frame_info): Update.
10976 (sh64_init_extra_frame_info): Update.
10977 * ns32knbsd-nat.c (frame_num_args): Update.
10978 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10979 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10980 (xstormy16_frame_chain_valid): Update.
10981 * vax-tdep.c (vax_saved_pc_after_call): Update.
10982 * v850-tdep.c (v850_frame_chain): Update.
10983 (v850_pop_frame): Update.
10984 (v850_init_extra_frame_info): Update.
10985 * sparc-tdep.c (setup_arbitrary_frame): Update.
10986 * ns32k-tdep.c (umax_frame_num_args): Update.
10987 * s390-tdep.c (s390_pop_frame_regular): Update.
10988 * mn10300-tdep.c (mn10300_frame_chain): Update.
10989 (mn10300_pop_frame_regular): Update.
10990 (mn10300_init_extra_frame_info): Update.
10991 * mips-tdep.c (mips_init_frame_pc_first): Update.
10992 (mips_frame_chain): Update.
10993 (mips_pop_frame): Update.
10994 * mcore-tdep.c (mcore_frame_chain): Update.
10995 (mcore_pop_frame): Update.
10996 (mcore_init_extra_frame_info): Update.
10997 * arch-utils.c (init_frame_pc_default): Update.
10998 * m68k-tdep.c (isi_frame_num_args): Update.
10999 (delta68_frame_num_args): Update.
11000 (news_frame_num_args): Update.
11001 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11002 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11003 (alpha_frame_chain): Update.
11004 (alpha_pop_frame): Update.
11005 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11006 (hppa_init_extra_frame_info): Update.
11007 (hppa_frame_chain): Update.
11008 (hppa_frame_chain_valid): Update.
11009 * cris-tdep.c (cris_init_extra_frame_info): Update.
11010 * avr-tdep.c (avr_init_extra_frame_info): Update.
11011 * arm-tdep.c (arm_frame_chain_valid): Update.
11012 (arm_init_extra_frame_info): Update.
11013 (arm_pop_frame): Update.
11014 * frame.c (frame_pc_unwind): Update.
11015 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11016 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11017 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11018 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11019 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11020 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11021
11022 2003-03-10 Andrew Cagney <cagney@redhat.com>
11023
11024 * gdbarch.sh (gdbarch_unwind_pc): New method.
11025 * gdbarch.h, gdbarch.c: Regenerate.
11026 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
11027 but use read_pc and FRAME_SAVED_PC as fall backs.
11028 (frame_saved_regs_pc_unwind): Delete function.
11029 (trad_frame_unwinder): Update.
11030 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
11031 (struct frame_unwind): Update.
11032 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
11033 (dummy_frame_unwind): Update.
11034 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
11035 (sentinel_frame_unwinder): Update.
11036 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
11037 (d10v_frame_unwind): Update.
11038 (d10v_unwind_pc): New function.
11039 (d10v_gdbarch_init): Set unwind_pc.
11040
11041 2003-03-10 Andrew Cagney <cagney@redhat.com>
11042
11043 * gdbarch.h: Re-generate.
11044
11045 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
11046 PC.
11047 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
11048 the PC register.
11049
11050 2003-03-08 Mark Kettenis <kettenis@gnu.org>
11051
11052 * gdbarch.sh (save_dummy_frame_tos): Add comment.
11053
11054 2003-03-08 Andrew Cagney <cagney@redhat.com>
11055
11056 * cli-out.c: Update copyright.
11057 (cli_out_data): Define typedef. Use instead of ui_out_data.
11058
11059 2003-03-08 Andrew Cagney <cagney@redhat.com>
11060
11061 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
11062 the result.
11063
11064 2003-03-07 Andrew Cagney <cagney@redhat.com>
11065
11066 * gdbarch.sh: Don't generate two macro definitions when an
11067 undefined macro taking no arguments.
11068 * gdbarch.h: Regenerate.
11069
11070 2002-03-07 Michal Ludvig <mludvig@suse.cz>
11071
11072 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
11073 (x86_64_unwind_dummy_id): New functions.
11074 (x86_64_init_abi): Register these two new functions.
11075
11076 2003-03-07 Michal Ludvig <mludvig@suse.cz>
11077
11078 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
11079 (x86_64_skip_prologue): Move prologue detection to
11080 separate function.
11081 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
11082
11083 2003-03-05 Andrew Cagney <cagney@redhat.com>
11084
11085 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
11086 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
11087 * frame.c (get_prev_frame): Restructure the frame ID unwind code
11088 to use unwind_dummy_id when a dummy frame.
11089 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
11090 predicate.
11091 * gdbarch.h, gdbarch.c: Regneerate.
11092
11093 2003-03-05 Andrew Cagney <cagney@redhat.com>
11094
11095 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
11096 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
11097 Do not use d10v_read_sp or d10v_read_fp when obtaining register
11098 values.
11099
11100 2003-03-05 Andrew Cagney <cagney@redhat.com>
11101
11102 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11103 (struct d10v_unwind_cache): Delete field "frameless". Replace
11104 "next_addr" with "sp_offset". Add "r11_offset".
11105 (d10v_frame_unwind_cache): Update.
11106 (prologue_find_regs): Update. When "mv r11, sp", save the
11107 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
11108 RN was saved in r11_offset.
11109
11110 2003-03-05 Andrew Cagney <cagney@redhat.com>
11111
11112 * frame.c (deprecated_update_frame_pc_hack): Also update the the
11113 cached PC value in the next frame.
11114
11115 2003-03-05 Andrew Cagney <cagney@redhat.com>
11116
11117 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11118 "id_unwind_cache" with "id".
11119 (frame_id_unwind): Delete declaration.
11120 * frame.c (frame_id_unwind): Delete function.
11121 (get_prev_frame): Call the frame id unwind method directly. Store
11122 the returned next frame's ID value in NEXT_FRAME. Note that there
11123 is a problem with the wrong unwind ID being called with the wrong
11124 unwind cache.
11125
11126 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11127
11128 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11129
11130 2003-03-05 James Ingham <jingham@apple.com>
11131 Daniel Jacobowitz <drow@mvista.com>
11132
11133 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11134 (auto_cp_abi): New variable.
11135 (current_cp_abi, num_cp_abis): Make static.
11136 (CP_ABI_MAX): Define.
11137 (cp_abis): Turn into an array.
11138 (value_virtual_fn_field): Fix formatting.
11139 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11140 takes a pointer.
11141 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11142 (list_cp_abis, _initialize_cp_abi): New functions.
11143 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
11144 declarations for cp_abis, num_cp_abis, current_cp_abi, and
11145 switch_to_cp_abi. Update prototype for register_cp_abi.
11146 * Makefile.in (cp-abi.o): Update dependencies.
11147 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11148 instead of switch_to_cp_abi.
11149 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
11150 register_cp_abi.
11151 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11152 register_cp_abi.
11153 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11154
11155 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11156
11157 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11158 * dwarf2loc.c: Include "regcache.h".
11159 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
11160 register_size.
11161 * Makefile.in (dwarf2loc.o): Update dependencies.
11162
11163 2003-03-04 Theodore A. Roth <troth@openavr.org>
11164
11165 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11166 number of io registers reported by remote target is not a multiple of
11167 step.
11168
11169 2003-03-04 David Carlton <carlton@math.stanford.edu>
11170
11171 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11172 (lookup_symbol_aux_psymtabs): Update call to
11173 lookup_partial_symbol.
11174 (lookup_transparent_type, find_main_psymtab)
11175 (make_symbol_overload_list): Ditto.
11176
11177 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11178
11179 * MAINTAINERS (Write after approval): Update my email address.
11180
11181 2003-03-03 Andrew Cagney <cagney@redhat.com>
11182
11183 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11184 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11185 predicate. Replace MAX_REGISTER_RAW_SIZE.
11186 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11187 MAX_REGISTER_VIRTUAL_SIZE.
11188 * regcache.c (legacy_max_register_raw_size): New function.
11189 (legacy_max_register_virtual_size): New function.
11190 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11191 (MAX_REGISTER_RAW_SIZE): Define.
11192 (legacy_max_register_raw_size): Declare.
11193 (legacy_max_register_virtual_size): Declare.
11194 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11195 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11196 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11197 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11198 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11199 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11200 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11201 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11202 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11203 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11204 * vax-tdep.c (vax_gdbarch_init): Update.
11205 * v850-tdep.c (v850_gdbarch_init): Update.
11206 * sparc-tdep.c (sparc_gdbarch_init): Update.
11207 * sh-tdep.c (sh_gdbarch_init): Update.
11208 * s390-tdep.c (s390_gdbarch_init): Update.
11209 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11210 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11211 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11212 * mips-tdep.c (mips_gdbarch_init): Update.
11213 * mcore-tdep.c (mcore_gdbarch_init): Update.
11214 * m68k-tdep.c (m68k_gdbarch_init): Update.
11215 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11216 * ia64-tdep.c (ia64_gdbarch_init): Update.
11217 * i386-tdep.c (i386_gdbarch_init): Update.
11218 * hppa-tdep.c (hppa_gdbarch_init): Update.
11219 * h8300-tdep.c (h8300_gdbarch_init): Update.
11220 * frv-tdep.c (frv_gdbarch_init): Update.
11221 * cris-tdep.c (cris_gdbarch_init): Update.
11222 * avr-tdep.c (avr_gdbarch_init): Update.
11223 * arm-tdep.c (arm_gdbarch_init): Update.
11224 * alpha-tdep.c (alpha_gdbarch_init): Update.
11225 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11226 max_register_raw_size or max_register_virtual_size.
11227
11228 2003-03-03 David Carlton <carlton@math.stanford.edu>
11229
11230 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11231 SYMBOL_MATCHES_NAME, add comment.
11232 (SYMBOL_MATCHES_NATURAL_NAME): New.
11233 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11234 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11235 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11236 * symtab.c (lookup_partial_symbol): Use
11237 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11238 unhelpful comment.
11239 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11240 SYMBOL_MATCHES_NAME.
11241 Fix for PR c++/33.
11242
11243 2003-03-03 David Carlton <carlton@math.stanford.edu>
11244
11245 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11246 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11247 by regexp matching against SYMBOL_NATURAL_NAME.
11248
11249 2003-03-03 David Carlton <carlton@math.stanford.edu>
11250
11251 * linespec.c (find_method): Extract code into collect_methods.
11252 (collect_methods): New.
11253
11254 2003-03-02 Mark Kettenis <kettenis@gnu.org>
11255
11256 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11257 get_frame_base.
11258
11259 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11260 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11261
11262 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11263
11264 * arch-utils.c (generic_register_byte): Fix to use the loop index
11265 and not regnum when summing the size of all registers up to regnum.
11266
11267 2003-03-01 Andrew Cagney <cagney@redhat.com>
11268
11269 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11270 FRAME_INIT_SAVED_REGS.
11271 * gdbarch.h, gdbarch.c: Regenerate.
11272 * stack.c (frame_info): Update.
11273 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11274 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11275 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11276 * ns32k-tdep.c (ns32k_pop_frame): Update.
11277 * mips-tdep.c (mips_pop_frame): Update.
11278 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11279 * ia64-tdep.c (ia64_frame_chain): Update.
11280 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11281 (ia64_frameless_function_invocation): Update.
11282 (ia64_init_extra_frame_info): Update.
11283 (ia64_pop_frame_regular): Update.
11284 * frame.h (struct frame_info): Update comment.
11285 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11286 * frame.c (frame_saved_regs_register_unwind): Update.
11287 (frame_saved_regs_register_unwind): Update.
11288 (deprecated_generic_get_saved_register): Update.
11289 * cris-tdep.c: Update comment.
11290 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11291 Rename macro.
11292 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11293 * x86-64-tdep.c (x86_64_init_abi): Update.
11294 * vax-tdep.c (vax_gdbarch_init): Update.
11295 * v850-tdep.c (v850_gdbarch_init): Update.
11296 * sparc-tdep.c (sparc_gdbarch_init): Update.
11297 * sh-tdep.c (sh_gdbarch_init): Update.
11298 * s390-tdep.c (s390_gdbarch_init): Update.
11299 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11300 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11301 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11302 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11303 * mips-tdep.c (mips_gdbarch_init): Update.
11304 * mcore-tdep.c (mcore_gdbarch_init): Update.
11305 * m68k-tdep.c (m68k_gdbarch_init): Update.
11306 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11307 * ia64-tdep.c (ia64_gdbarch_init): Update.
11308 * i386-tdep.c (i386_gdbarch_init): Update.
11309 * frv-tdep.c (frv_gdbarch_init): Update.
11310 * avr-tdep.c (avr_gdbarch_init): Update.
11311 * arm-tdep.c (arm_gdbarch_init): Update.
11312 * alpha-tdep.c (alpha_gdbarch_init): Update.
11313
11314 2003-03-01 Andrew Cagney <cagney@redhat.com>
11315
11316 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11317 option enum and switch. When no windows, set the interpreter to
11318 INTERP_CONSOLE.
11319
11320 2003-03-01 Andrew Cagney <cagney@redhat.com>
11321
11322 * main.c (captured_main): Replace magic option characters with an
11323 enum.
11324
11325 2003-03-01 Andrew Cagney <cagney@redhat.com>
11326
11327 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11328 INIT_EXTRA_FRAME_INFO.
11329 * gdbarch.h, gdbarch.c: Regenerate.
11330 * arm-tdep.c: Update comments.
11331 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11332 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11333 * frame.h, avr-tdep.c: Ditto.
11334 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11335 (create_new_frame, legacy_get_prev_frame): Ditto.
11336 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11337 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11338 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11339 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11340 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11341 * v850-tdep.c (v850_gdbarch_init): Ditto.
11342 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11343 * sh-tdep.c (sh_gdbarch_init): Ditto.
11344 * s390-tdep.c (s390_gdbarch_init): Ditto.
11345 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11346 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11347 * mips-tdep.c (mips_gdbarch_init): Ditto.
11348 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11349 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11350 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11351 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11352 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11353 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11354 * frv-tdep.c (frv_gdbarch_init): Ditto.
11355 * cris-tdep.c (cris_gdbarch_init): Ditto.
11356 * avr-tdep.c (avr_gdbarch_init): Ditto.
11357 * arm-tdep.c (arm_gdbarch_init): Ditto.
11358 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11359 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11360
11361 2003-03-01 Andrew Cagney <cagney@redhat.com>
11362
11363 * gdbarch.sh (register_type): New function with predicate.
11364 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11365 * gdbarch.h, gdbarch.c: Re-generate.
11366 * arch-utils.c (generic_register_byte): Use generic_register_size.
11367 (generic_register_size): When available, use
11368 gdbarch_register_type.
11369 * regcache.c (init_regcache_descr): When available, initialize the
11370 register type array using gdbarch_register_type. If the
11371 architecture supplies gdbarch_register_type, do not use the legacy
11372 regcache layout.
11373 * d10v-tdep.c (d10v_register_type): Replace
11374 d10v_register_virtual_type.
11375 (d10v_gdbarch_init): Set register_type instead of
11376 register_virtual_type.
11377
11378 2003-03-01 Andrew Cagney <cagney@redhat.com>
11379
11380 * Makefile.in (ax-gdb.o): Update dependencies.
11381 * ax-gdb.c: Include "regcache.h".
11382 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11383 * findvar.c (value_of_register): Ditto.
11384 * infcmd.c (default_print_registers_info): Ditto.
11385
11386 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11387
11388 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11389 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11390
11391 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11392
11393 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11394 of STREQ.
11395
11396 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
11397
11398 * Makefile.in (dwarf2loc.o): Update dependencies.
11399 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11400 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11401 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11402 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11403 (locexpr_tracepoint_var_ref): New function.
11404 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11405
11406 2003-02-28 Andrew Cagney <cagney@redhat.com>
11407
11408 * regcache.c (register_size): New function.
11409 * regcache.h (register_size): Declare
11410 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11411 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11412
11413 2003-02-28 David Carlton <carlton@math.stanford.edu>
11414
11415 * linespec.c (decode_compound): Extract code into find_method.
11416 (find_method): New.
11417
11418 2003-02-28 J. Brobecker <brobecker@gnat.com>
11419
11420 * Makefile.in: Add rules to build and link in observer.o.
11421
11422 2003-02-27 J. Brobecker <brobecker@gnat.com>
11423
11424 * observer.c: Minor comments edits.
11425
11426 2003-02-27 J. Brobecker <brobecker@gnat.com>
11427
11428 * observer.h, observer.c: New file.
11429
11430 2003-02-27 Andrew Cagney <cagney@redhat.com>
11431
11432 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11433
11434 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11435
11436 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11437 (M6812_OP_STS_EXT): Likewise.
11438 (m6811_prologue): Use the above to recognize prologue.
11439 (m6812_prologue): Likewise.
11440
11441 2003-02-27 David Carlton <carlton@math.stanford.edu>
11442
11443 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11444 SYMBOL_PRINT_NAME.
11445 (compare_psymbols): Ditto.
11446 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11447
11448 2003-02-27 Michael Snyder <msnyder@redhat.com>
11449
11450 * f-lang.c (build_fortran_types): New function.
11451 (_initialize_f_language): Gdbarch-register built-in fortran types.
11452 * doublest.c (extract_floating): Fix warning text.
11453
11454 2003-02-27 Andrew Cagney <cagney@redhat.com>
11455
11456 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11457 predicate. Replaces PUSH_DUMMY_FRAME.
11458 * gdbarch.h, gdbarch.c: Regnerate.
11459 * valops.c (hand_function_call): Update. Call
11460 generic_push_dummy_frame directly.
11461 * vax-tdep.c (vax_gdbarch_init): Update.
11462 * sparc-tdep.c (sparc_gdbarch_init): Update.
11463 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11464 * m68k-tdep.c (m68k_gdbarch_init): Update.
11465 * hppa-tdep.c (hppa_gdbarch_init): Update.
11466 * alpha-tdep.c (alpha_gdbarch_init): Update.
11467 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11468 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11469 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11470 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11471 push_dummy_frame to generic_push_dummy_frame.
11472 * v850-tdep.c (v850_gdbarch_init): Ditto.
11473 * sh-tdep.c (sh_gdbarch_init): Ditto.
11474 * s390-tdep.c (s390_gdbarch_init): Ditto.
11475 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11476 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11477 * mips-tdep.c (mips_gdbarch_init): Ditto.
11478 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11479 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11480 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11481 * i386-tdep.c (i386_gdbarch_init): Ditto.
11482 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11483 * frv-tdep.c (frv_gdbarch_init): Ditto.
11484 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11485 * cris-tdep.c (cris_gdbarch_init): Ditto.
11486 * avr-tdep.c (avr_gdbarch_init): Ditto.
11487 * arm-tdep.c (arm_gdbarch_init): Ditto.
11488
11489 2003-02-26 Kevin Buettner <kevinb@redhat.com>
11490
11491 * mips-tdep.c (show_mips_abi): New function.
11492 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11493 command ``show mips abi''.
11494
11495 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
11496
11497 From Elena Zannoni <ezannoni@redhat.com>
11498 * dbxread.c (process_one_symbol): Only record line 0 if one or
11499 more sline entries have been seen for the function.
11500
11501 2003-02-26 Michael Chastain <mec@shout.net>
11502
11503 * configure: Regenerate with autoconf 000227.
11504
11505 2003-02-26 Michael Chastain <mec@shout.net>
11506
11507 Close PR build/660.
11508 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11509 for old libc5/glibc.
11510 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11511
11512 2003-02-26 Kris Warkentin <kewarken@qnx.com>
11513
11514 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11515 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11516
11517 2003-02-26 Michael Chastain <mec@shout.net>
11518
11519 * configure.in: New variable HAVE_UINTPTR_T.
11520 * configure, config.in: Regenerated.
11521
11522 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
11523
11524 Fix PR build/1097.
11525 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11526
11527 2003-02-25 Andrew Cagney <cagney@redhat.com>
11528
11529 * frame.c (get_prev_frame): Add comment on check for
11530 inside_entry_func. Only check for inside_entry_file when not a
11531 dummy and not a sentinel. Check that the new frame is not inner
11532 to the old frame.
11533
11534 2003-02-25 Andrew Cagney <cagney@redhat.com>
11535
11536 * frame.c (frame_debug): New variable.
11537 (_initialize_frame): Add "set/show debug frame" command.
11538 (get_prev_frame): When frame_debug, print reason why unwind
11539 failed.
11540
11541 2003-02-25 Michael Chastain <mec@shout.net>
11542
11543 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11544 to avoid uintptr_t definition problems.
11545
11546 2003-02-25 David Carlton <carlton@math.stanford.edu>
11547
11548 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11549 (SYMBOL_LINKAGE_NAME): Ditto.
11550 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11551 SYMBOL_LINKAGE_NAME.
11552 (struct general_symbol_info): Expand comment.
11553 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11554 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11555 (SYMBOL_MATCHES_REGEXP): Ditto.
11556 * symtab.c (symbol_natural_name): New function.
11557 * objfiles.h: Replace all uses of SYMBOL_NAME by
11558 DEPRECATED_SYMBOL_NAME.
11559 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11560 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11561 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11562 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11563 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11564 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11565 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11566 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11567 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11568 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11569 * ada-exp.y: Ditto.
11570 * ada-exp.y: Update copyright.
11571 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11572 * cp-valprint.c: Ditto.
11573
11574 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11575
11576 * infptrace.c (detach): Do not flag error if ptrace detach fails
11577 and errno is set to ESRCH.
11578
11579 2003-02-24 Andrew Cagney <cagney@redhat.com>
11580
11581 * infptrace.c (udot_info): Change type of udot_off to long. Use
11582 paddr when printing udot_off's value.
11583
11584 2003-02-24 David Carlton <carlton@math.stanford.edu>
11585
11586 * symtab.c (make_symbol_overload_list): Only read in partial
11587 symtabs containing a matching partial symbol.
11588
11589 2003-02-24 David Carlton <carlton@math.stanford.edu>
11590
11591 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11592 do the comparison, not strcmp.
11593 * symfile.c (compare_psymbols): Ditto.
11594 * defs.h: Declare strcmp_iw_ordered.
11595 * utils.c (strcmp_iw_ordered): New function.
11596
11597 2003-02-24 Jim Blandy <jimb@redhat.com>
11598
11599 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11600 support, shared libs): Remove my name from here, to better reflect
11601 reality.
11602
11603 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11604
11605 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11606 (target_ops): Add to_have_continuable_watchpoint.
11607 * target.c (update_current_target): Add INHERIT line for
11608 to_have_continuable_watchpoint.
11609 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11610 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11611 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11612 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11613
11614 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
11615
11616 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11617 maintainership.
11618
11619 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11620
11621 * solib.c (solib_open): Call target defined search function after
11622 failing with solib-search-path.
11623 * solist.h (target_so_ops): Add find_and_open_solib function hook and
11624 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
11625
11626 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11627
11628 * MAINTAINERS: Add myself to Write After section.
11629
11630 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11631
11632 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
11633
11634 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
11635
11636 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
11637 (m68hc11_add_reggroups): New function.
11638 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
11639 (m68hc11_gdbarch_init): Install the reggroups.
11640 (_initialize_m68hc11_tdep): Initialize them.
11641
11642 2003-02-21 James E Wilson <wilson@tuliptree.org>
11643
11644 * MAINTAINERS: Update my email address.
11645
11646 2003-02-21 David Carlton <carlton@math.stanford.edu>
11647
11648 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11649
11650 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
11651
11652 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11653 * symtab.h: Add opaque declarations of struct axs_value and
11654 struct agent_expr.
11655 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11656 (struct location_funcs): New type.
11657 (struct symbol): Add "loc" to aux_value.
11658 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11659 * dwarf2read.c: Include "dwarf2expr.h".
11660 (dwarf2_symbol_mark_computed): New function.
11661 (read_func_scope): Use it.
11662 (var_decode_location): New function.
11663 (new_symbol): Use it.
11664 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11665
11666 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11667 (dwarf2expr_h, dwarf2loc_h): New variables.
11668 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11669 (dwarf2expr.o, dwarf2loc.o): New rules.
11670 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11671 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11672 LOC_COMPUTED_ARG.
11673 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11674 * m2-exp.y (yylex): Likewise.
11675 * printcmd.c (address_info, print_frame_args): Likewise.
11676 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11677 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11678 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11679 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11680 * symtab.c (lookup_block_symbol): Likewise.
11681
11682 2003-02-20 Adam Fedor <fedor@gnu.org>
11683
11684 * symtab.h: Remove objc_specific struct
11685 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11686 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11687 Have language_objc use cplus_specific struct.
11688
11689 2003-02-20 Tom Tromey <tromey@redhat.com>
11690
11691 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11692 TYPE_NAME, when printing a String value. PR java/1075.
11693
11694 2003-02-20 Adam Fedor <fedor@gnu.org>
11695
11696 * objc-lang.h (find_methods): Remove declaration.
11697 * objc-lang.c (find_methods): Make static.
11698
11699 2003-02-20 Christopher Faylor <cgf@redhat.com>
11700
11701 * win32-nat.c (get_image_name): Check return value from
11702 ReadProcessMemory.
11703 (child_xfer_memory): Ditto.
11704
11705 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
11706
11707 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11708 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11709 '${exec_prefix}' (in addition to the expansion thereof) as
11710 relocatable.
11711 * configure: Rebuilt.
11712
11713 2003-02-20 David Carlton <carlton@math.stanford.edu>
11714
11715 * symtab.c (search_symbols): Revert the search_symbols part of my
11716 2002-12-23 patch. Add comment.
11717
11718 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11719
11720 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11721 * dbxread.c (elfstab_build_psymtabs): Don't call
11722 install_minimal_symbols.
11723 (stabsect_build_psymtabs): Likewise.
11724 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11725 earlier.
11726 * somread.c (som_symfile_read): Call install_minimal_symbols
11727 and do_cleanups earlier.
11728 * nlmread.c (nlm_symfile_read): Likewise.
11729 * mdebugread.c (elfmdebug_build_psymtabs): Call
11730 install_minimal_symbols and make appropriate cleanups.
11731
11732 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11733
11734 * solib.c (reload_shared_libraries): New function.
11735 (_initialize_solib): Add callbacks for ``set solib-search-path''
11736 and ``set solib-absolute-prefix''.
11737
11738 2003-02-20 David Carlton <carlton@math.stanford.edu>
11739
11740 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11741 expand comment.
11742 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11743 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11744 * ada-typeprint.c (ada_typedef_print): Ditto.
11745 * ax-gdb.c (gen_var_ref): Ditto.
11746 * breakpoint.c (print_one_breakpoint): Ditto.
11747 * buildsym.c (finish_block): Ditto.
11748 * c-valprint.c (c_val_print): Ditto.
11749 * expprint.c (print_subexp): Ditto.
11750 * findvar.c (locate_var_value): Ditto.
11751 * infcmd.c (jump_command): Ditto.
11752 * linespec.c (decode_line_2, decode_compound): Ditto.
11753 * maint.c (maintenance_translate_address): Ditto.
11754 * objc-lang.c (compare_selectors, compare_classes): Ditto.
11755 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11756 Ditto.
11757 * p-valprint.c (pascal_val_print): Ditto.
11758 * stabsread.c (define_symbol): Ditto.
11759 * stack.c (print_frame, frame_info, print_block_frame_locals)
11760 (print_frame_arg_vars, return_command): Ditto.
11761 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11762 * symmisc.c (print_symbol): Ditto.
11763 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11764 (compare_search_syms, print_symbol_info, print_msymbol_info)
11765 (rbreak_command): Ditto.
11766 * tracepoint.c (tracepoints_info): Ditto.
11767 * typeprint.c (typedef_print): Ditto.
11768 * valops.c (value_of_variable, hand_function_call): Ditto.
11769 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11770 * ada-typeprint.c: Update Copyright.
11771 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11772 * tracepoint.c, cli/cli-cmds.c: Ditto.
11773
11774 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11775
11776 * frame.c (generic_unwind_get_saved_register): Make non-static.
11777 * frame.h (generic_unwind_get_saved_register): Declare.
11778 * mips-tdep.c (read_next_frame_reg): Fetch register from
11779 current regcache when frame is NULL.
11780 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11781 that must be NULL.
11782 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11783 instead of frame_register_unwind().
11784
11785 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11786
11787 * remote-sim.c (gdbsim_insert_breakpoint)
11788 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11789 code.
11790
11791 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11792
11793 * remote.c (_initialize_remote): Add commands "set/show remote
11794 hardware-watchpoint-limit" and "set/show remote
11795 hardware-breakpoint-limit".
11796 (remote_hw_watchpoint_limit): Initialize to -1.
11797 (remote_hw_breakpoint_limit): Ditto.
11798 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11799
11800 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11801
11802 * coff-pe-read.c: New file - support reading of minimal symbols from a
11803 portable executable using the export table.
11804 * coff-pe-read.h: New file.
11805 * coffread.c: Include coff-pe-read.h.
11806 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11807 debugging symbols found.
11808 * Makefile.in (SFILES): Add coff-pe-read.o.
11809 (coff_pe_read_h): Define.
11810 (COMMON_OBS): Add coff-pe-read.o.
11811 (coffread.o): Add coff_pe_read_h dependency.
11812 (coff-pe-read.o): New target.
11813
11814 2003-02-19 David Carlton <carlton@math.stanford.edu>
11815
11816 * Makefile.in (SFILES): Add block.c.
11817 (block_h): New.
11818 (COMMON_OBS): Add block.o.
11819 (block.o): New.
11820 (x86-64-tdep.o): Add $(block_h).
11821 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11822 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11823 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11824 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11825 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11826 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11827 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11828 * value.h: Add opaque declaration for struct block.
11829 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11830 * ada-lang.h: Ditto.
11831 * x86-64-tdep.c: #include "block.h"
11832 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11833 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11834 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11835 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11836 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11837 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11838 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11839 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11840 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11841 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11842 * symtab.c (block_function): Ditto.
11843 (contained_in): Ditto.
11844 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11845 block.h. Add opaque declaration for struct block.
11846 * symtab.h: Move block_function and contained_in declarations to
11847 block.h. Add opaque declarations for struct block, struct
11848 blockvector.
11849 (struct block): Move to block.h.
11850 (struct blockvector): Ditto.
11851 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11852 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11853 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11854 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11855 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11856 Ditto.
11857 * block.c: New file.
11858 * block.h: New file.
11859
11860 2003-02-19 Theodore A. Roth <troth@openavr.org>
11861
11862 * avr-tdep.c (avr_extract_return_value): Remove function.
11863 (avr_store_return_value): Remove function.
11864 (avr_extract_struct_value_address): Remove function.
11865 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11866
11867 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11868
11869 * rs6000-tdep.c: Include "gdb_assert.h".
11870 (registers_e500): Add "acc" and "spefscr".
11871 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11872 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11873 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11874 really is "r0".
11875 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11876
11877 2003-02-18 Keith Seitz <keiths@redhat.com>
11878
11879 * Makefile.in: Add gdbtk-interps.c.
11880
11881 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11882
11883 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11884 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11885
11886 2003-02-18 Andrew Cagney <cagney@redhat.com>
11887
11888 * symtab.h (struct objfile): Add opaque declaration.
11889
11890 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11891
11892 From Jim Ingham <jingham@apple.com>:
11893 * dbxread.c (process_one_symbol): Use last_function_start rather
11894 than function_start_offset to find the real beginning of the
11895 current function. The latter is just the text section offset on
11896 some systems, the former is always the real function start.
11897
11898 2003-02-17 Andrew Cagney <cagney@redhat.com>
11899
11900 * configure.in: Revert ${target} != ${host}.
11901
11902 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11903
11904 * configure.in (Makefile): Use the test ${target} != ${host},
11905 instead of the absence of the "nm.h" file, to determine of the
11906 configuration non-native.
11907 * configure: Regenerate.
11908
11909 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11910
11911 From Brian Ford <ford@vss.fsi.com>
11912
11913 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11914 conditionalize tui_active test.
11915 (lookup_cmd_1): Ditto.
11916
11917 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11918
11919 * configure.in: Add check for _etext.
11920 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11921 available.
11922 * config.in, configure: regenerated.
11923
11924 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11925
11926 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11927
11928 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11929
11930 * main.c (tui_version): Delete variable.
11931 (captured_main): When --tui, set interpreter_p to "tui" instead of
11932 enabling tui_version.
11933 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11934 tui_version.
11935 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11936 * cli/cli-cmds.c (disassemble_command): Ditto.
11937 * defs.h (tui_version): Delete declaration.
11938 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11939 (tui-interp.o): Add rules.
11940 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11941
11942 2003-02-14 Christopher Faylor <cgf@redhat.com>
11943
11944 * win32-nat.c (register_loaded_dll): Correctly set address range for
11945 just-loaded dll.
11946
11947 2003-02-12 Jason Molenda (jmolenda@apple.com)
11948
11949 * symmisc.c (print_objfile_statistics): Include information about
11950 the number of psymtabs and symtabs in each object file.
11951
11952 2003-02-13 Keith R Seitz <keiths@redhat.com>
11953
11954 * main.h (struct captured_main_args): Add interpreter_p.
11955 * main.c (captured_main): Initialize interpreter_p from context.
11956 * gdb.c (main): Set interpreter_p argument.
11957 * Makefile.in (gdb.o): Add dependency for interps.h.
11958
11959 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11960
11961 * event-top.c (cli_command_loop): Delete declaration.
11962 (_initialize_event_loop): Delete function setting event_loop_hook.
11963 * event-top.h (cli_command_loop): Declare. Update copyright.
11964 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11965 * interps.c (current_interp_command_loop): When event_loop_p, call
11966 cli_command_loop.
11967
11968 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11969
11970 * interps.h (interp_command_loop_ftype): Change return type to
11971 void.
11972
11973 2003-02-12 Michal Ludvig <mludvig@suse.cz>
11974
11975 * x86-64-tdep.c (x86_64_extract_return_value)
11976 (x86_64_store_return_value): Use regcache instead of regbuf.
11977 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11978 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11979
11980 2003-02-11 Andrew Cagney <ac131313@redhat.com>
11981
11982 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11983 * aclocal.m4: Regenerate.
11984 * configure: Regenerate.
11985
11986 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11987 TCL_LD_SEARCH_FLAGS.
11988
11989 2003-02-10 Michal Ludvig <mludvig@suse.cz>
11990
11991 * dwarf2cfi.c: Reindented.
11992
11993 2003-02-09 Andrew Cagney <ac131313@redhat.com>
11994
11995 * interps.c (clear_interpreter_hooks): Convert function definition
11996 to ISO C.
11997
11998 2003-02-07 David Carlton <carlton@math.stanford.edu>
11999
12000 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
12001
12002 2003-02-07 Kevin Buettner <kevinb@redhat.com>
12003
12004 * gdbtypes.h (struct main_type): Move ``length'' field from here...
12005 (struct type): ...to here.
12006 (TYPE_LENGTH): Adjust to reflect different location of ``length''
12007 field.
12008 * gdbtypes.c (make_qualified_type): Set length on newly created type.
12009 (replace_type): Set length on all type variants for a given type.
12010
12011 2003-02-07 Andrew Cagney <ac131313@redhat.com>
12012
12013 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
12014 <sys/stat.h>.
12015 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
12016
12017 2003-02-06 Andrew Cagney <ac131313@redhat.com>
12018
12019 * Makefile.in (symm-nat.o): Update dependencies.
12020 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
12021 (lynx-nat.o, ia64-linux-nat.): Ditto.
12022 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
12023 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
12024 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
12025
12026 * Makefile.in (inflow_h): Define.
12027 (procfs.o, inflow.o, procfs.o): Update dependencies.
12028 * inftarg.c (child_stop): Delete extern declaration of
12029 inferior_process_group. Include "inflow.h".
12030 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
12031 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
12032 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
12033 (our_process_group, inferior_process_group): Extern declarations.
12034
12035 * procfs.c: Include "gdb_assert.h".
12036
12037 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12038 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
12039 * jv-typeprint.c (java_type_print_base): Ditto.
12040 * typeprint.c (typedef_print): Eliminate STREQ.
12041 * cli/cli-script.c (define_command, define_command): Ditto.
12042 * main.c (captured_main): Ditto.
12043 * values.c (lookup_internalvar): Ditto.
12044 * utils.c (safe_strerror, parse_escape): Eliminate assignment
12045 within `if' conditional.
12046 * linespec.c (decode_line_2): Ditto.
12047 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
12048 (bfd_openw_with_cleanup): Ditto.
12049
12050 2003-02-07 Mark Kettenis <kettenis@gnu.org>
12051
12052 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
12053 legacy_extract_return_value and store_return_value to
12054 legacy_return_value.
12055
12056 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
12057
12058 * win32-nat.c (get_relocated_section_addrs): New function. Find
12059 section load addresses for symbol handling in relocated DLLs.
12060 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
12061
12062 2003-02-05 Fred Fish <fnf@intrinsity.com>
12063
12064 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
12065 '=' and '!='.
12066 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
12067 with '&' and '=='.
12068 (angel_RDI_info): Ditto.
12069 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
12070 with '&' and '!='.
12071 (threads_continue_all_with_signals): Ditto.
12072
12073 2003-02-05 Jim Ingham <jingham@apple.com>
12074 Keith Seitz <keiths@redhat.com>
12075 Elena Zannoni <ezannoni@redhat.com>
12076 Andrew Cagney <ac131313@redhat.com>
12077
12078 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
12079 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
12080 (SUBDIR_MI_OBS): Add "mi-interp.o".
12081 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
12082 (SFILES): Add "interps.c".
12083 (COMMON_OBS): Add "interps.o".
12084 (interps_h, mi_main_h): Define.
12085 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
12086 (mi-main.o, main.o, event-top.o): Update dependencies.
12087 * cli/cli-interp.c: New file.
12088 * interps.h, interps.c: New files.
12089 * top.c: (gdb_init): Don't install the default interpreter, handed
12090 by captured_main.
12091 * main.c: Include "interps.h".
12092 (interpreter_p): Note that it should malloc'ed.
12093 (captured_command_loop): Call current_interp_command_loop.
12094 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
12095 xfree and xstrdup when updating interpreter_p. Install the
12096 default interpreter. Add hack to stop mi1's copyright notice
12097 being encoded.
12098 * event-top.h (gdb_setup_readline): Declare.
12099 (gdb_disable_readline): Declare.
12100 * event-top.c: Include "interps.h".
12101 (display_gdb_prompt): Call current_interp_display_prompt_p.
12102 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12103 gdb_stdlog, and gdb_stdtarg.
12104 (_initialize_event_loop): Don't call gdb_setup_readline.
12105 * cli-out.c (cli_out_set_stream): New function.
12106 * cli-out.h (cli_out_set_stream): Declare.
12107
12108 2003-02-06 Mark Kettenis <kettenis@gnu.org>
12109
12110 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12111 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
12112 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12113 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12114 config/i386/i386v42mp.mt: Removed.
12115
12116 2003-02-05 Mark Kettenis <kettenis@gnu.org>
12117
12118 * configure.tgt (*-*-solaris*): Set gdb_osabi to
12119 GDB_OSABI_SOLARIS.
12120
12121 2003-02-05 Michael Chastain <mec@shout.net>
12122
12123 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12124 2.12.1 and earlier versions.
12125
12126 2003-02-05 Andrew Cagney <ac131313@redhat.com>
12127
12128 Remove orphaned hosts, targets and files.
12129 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12130 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12131 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12132 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12133 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12134 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12135 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12136 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12137 * config/sparc/tm-sp64sim.h: Delete.
12138 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12139 hosts.
12140 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12141 mips*-dec-mach3* targets.
12142
12143 2003-02-04 Michael Chastain <mec@shout.net>
12144
12145 * NEWS: Fix typo: sepcifying -> specifying.
12146
12147 2003-02-04 Michael Chastain <mec@shout.net>
12148
12149 * dwarfread.c: Add documentation on the state of dwarf-1,
12150 looking towards obsoletion.
12151
12152 2003-02-03 Michael Chastain <mec@shout.net>
12153
12154 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12155 gdb/testsuite/gdb.c++/pr-1023.exp.
12156
12157 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12158
12159 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12160 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12161
12162 * utils.c (init_page_info): Delete reference to MPW in comments.
12163 * main.c (captured_main): Delete #ifdef MPW.
12164
12165 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12166
12167 * NEWS: Note that the m32r-*-elf* is obsolete.
12168 * monitor.c (monitor_expect): Obsolete reference to m32r.
12169 * configure.tgt: Mark m32r-*-elf* as obsolete.
12170 * MAINTAINERS: Mark m32k as obsolete.
12171 * m32r-rom.c: Obsolete file.
12172 * config/m32r/m32r.mt: Obsolete file.
12173 * config/m32r/tm-m32r.h: Obsolete file.
12174 * m32r-stub.c: Obsolete file.
12175 * m32r-tdep.c: Obsolete file.
12176
12177 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12178
12179 * NEWS: Mention that the z8k-zilog-none is obsolete.
12180 * MAINTAINERS: Mark z8k as obsolete.
12181 * configure.tgt: Obsolete the z8k-*-coff* target.
12182 * config/z8k/z8k.mt: Obsolete file.
12183 * config/z8k/tm-z8k.h: Obsolete file.
12184 * z8k-tdep.c: Obsolete file.
12185
12186 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12187
12188 * NEWS: Mention that the mn10200-elf is obsolete.
12189 * configure.tgt: Obsolete mn10200-*-* target.
12190 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12191 mention that the mn10200 is obsolete.
12192 * breakpoint.h: Ditto.
12193 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12194 * config/mn10200/mn10200.mt: Obsolete file.
12195 * config/mn10200/tm-mn10200.h: Obsolete file.
12196 * mn10200-tdep.c: Obsolete file.
12197
12198 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12199
12200 * MAINTAINERS: Mark h8500 as obsolete.
12201 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12202 * findvar.c (value_from_register): Ditto.
12203 * h8500-tdep.c: Mark file as obsolete.
12204 * config/h8500/h8500.mt: Ditto.
12205 * config/h8500/tm-h8500.h: Ditto.
12206 * NEWS: Mention that h8500 is obsolete.
12207
12208 2003-02-04 David Carlton <carlton@math.stanford.edu>
12209
12210 * objfiles.c (allocate_objfile): Always set name. Add comment at
12211 start of function.
12212 * jv-lang.c (get_dynamics_objfile): Add comment.
12213
12214 2003-02-04 David Carlton <carlton@math.stanford.edu>
12215
12216 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12217 * printcmd.c (build_address_symbolic): Replace uses of
12218 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12219 SYMBOL_NAME, and asm_demangle.
12220 Update copyright.
12221
12222 2003-02-04 David Carlton <carlton@math.stanford.edu>
12223
12224 * linespec.c (decode_compound): Extract code into
12225 lookup_prefix_sym.
12226 (lookup_prefix_sym): New function.
12227
12228 2003-02-04 David Carlton <carlton@math.stanford.edu>
12229
12230 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12231 FLOAT_COERCION_BADNESS.
12232 * gdbtypes.c (rank_one_type): Replace all uses of
12233 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12234
12235 2003-02-04 Jim Blandy <jimb@redhat.com>
12236
12237 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12238 section, let dwarf_macinfo_section point to it, not
12239 dwarf_loc_section.
12240
12241 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12242
12243 Pointed out by Anton Blanchard <anton@samba.org>.
12244 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12245 (ppc_linux_at_sigtramp_return_path): Use it.
12246
12247 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12248
12249 * defs.h (streq): Add prototype.
12250 * utils.c (streq): New function.
12251
12252 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12253 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12254 * mdebugread.c (new_symbol): Likewise.
12255 * stabsread.c (define_symbol): Likewise.
12256 * coffread.c (process_coff_symbol): Likewise.
12257 * dwarfread.c (new_symbol): Likewise.
12258
12259 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12260 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12261 here.
12262 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12263 SYMBOL_INIT_DEMANGLED_NAME.
12264 * objfiles.c: Include "hashtab.h".
12265 (allocate_objfile): Call htab_set_functions_ex for the
12266 demangled_names_hash.
12267 (free_objfile): Call htab_delete for the demangled_names_hash.
12268 * objfiles.h (struct htab): Add declaration.
12269 (struct objfile): Add demangled_names_hash.
12270 * symfile.c: Include "hashtab.h".
12271 (reread_symbols): Call htab_delete for the demangled_names_hash.
12272 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12273 SYMBOL_NAME in the bcache.
12274 * symtab.c: Include "hashtab.h". Update comments.
12275 (create_demangled_names_hash, symbol_set_names): New functions.
12276 (symbol_find_demangled_name): New function, broken out from
12277 symbol_init_demangled_names.
12278 (symbol_init_demangled_names): Use it.
12279 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12280 (SYMBOL_SET_NAMES): New macro.
12281 (symbol_set_names): Add prototype.
12282
12283 2003-02-03 Jim Blandy <jimb@redhat.com>
12284
12285 Use a single, consistent representation for an empty minimal
12286 symbol table in an objfile.
12287 * objfiles.c (terminate_minimal_symbol_table): New function.
12288 (allocate_objfile): Call it.
12289 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12290 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
12291 non-NULL.
12292 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12293 objfile has minimal symbols, compare minimal_symbol_count to zero,
12294 instead of comparing msymbols with NULL.
12295 * objfiles.c (have_minimal_symbols): Same.
12296 * solib-sunos.c (solib_add_common_symbols): Call
12297 terminate_minimal_symbol_table.
12298 * symfile.c (reread_symbols): Same.
12299
12300 2003-02-03 Kevin Buettner <kevinb@redhat.com>
12301
12302 * s390-tdep.c (s390_address_class_type_flags)
12303 (s390_address_class_type_flags_to_name)
12304 (s390_address_class_name_to_type_flags): New functions.
12305 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12306 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12307
12308 2003-02-03 Michael Snyder <msnyder@redhat.com>
12309
12310 * arm-tdep.c: Fix spell-o in comment.
12311
12312 2003-02-03 Michal Ludvig <mludvig@suse.cz>
12313
12314 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12315 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
12316 error messages to contain BFD filename.
12317
12318 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
12319
12320 Fix PR gdb/742 gdb/743 gdb/877
12321 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12322 (do_mixed_source_and_assembly): Use
12323 make_cleanup_ui_out_tuple_begin_end and
12324 make_cleanup_ui_out_tuple_begin_end.
12325 (do_mixed_source_and_assembly): Ditto.
12326 * thread.c (do_captured_list_thread_ids): Ditto.
12327 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12328 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12329 ui_out_tuple_end): Delete prototypes.
12330 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12331 ui_out_list_end, ui_out_tuple_end): Delete.
12332
12333 From Kevin Buettner <kevinb@redhat.com>:
12334 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
12335 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12336 (do_cleanup_table_end): New functions.
12337 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12338 Use cleanups to invoke_ui_out_tuple_end().
12339 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
12340 * cli/cli-setshow.c (cmd_show_list): Use
12341 make_cleanup_ui_out_tuple_begin_end.
12342
12343 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12344
12345 * frame.c (frame_unwind_register): New function.
12346 (frame_unwind_unsigned_register): Use.
12347 (frame_unwind_signed_register): Use.
12348 (frame_read_register): New function.
12349 * frame.h (frame_unwind_register): Declare.
12350 (frame_read_register): Declare.
12351
12352 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12353 and frame_unwind_register instead of read_memory, write_register
12354 and deprecated_write_register_bytes.
12355
12356 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12357
12358 * frame.h: Note that namelen can be negative.
12359 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12360 NAME's length.
12361
12362 * NEWS: Mention that the d10v's `regs' command is deprecated.
12363 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12364 (d10v_print_registers_info): New function.
12365 (show_regs): Call d10v_print_registers_info.
12366 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12367
12368 2003-02-02 Mark Kettenis <kettenis@gnu.org>
12369
12370 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12371 lost in the previous patch.
12372
12373 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12374
12375 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
12376 * stack.c (print_frame_info_base): Output complete FRAME tuple
12377 for synthesized frames.
12378
12379 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12380
12381 * mips-nat.c (zerobuf): Delete.
12382 (fetch_inferior_registers): Alloc local zerobuf.
12383 (fetch_core_registers): Alloc local zerobuf.
12384 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12385 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12386 * thread-db.c (thread_db_store_registers): Ditto.
12387 * sh-tdep.c (sh_do_register): Ditto.
12388 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12389 * remote-sim.c (gdbsim_store_register): Ditto.
12390 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12391 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12392 * monitor.c (monitor_supply_register): Ditto.
12393 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12394 * mips-nat.c (fetch_inferior_registers): Ditto.
12395 * m68klinux-nat.c (fetch_register): Ditto.
12396 * lynx-nat.c (fetch_inferior_registers): Ditto.
12397 (fetch_inferior_registers): Ditto.
12398 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12399 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12400 (hpux_thread_store_registers): Ditto.
12401 * hppah-nat.c (fetch_register): Ditto.
12402 * hppab-nat.c (fetch_register): Ditto.
12403 * hppa-tdep.c (pa_register_look_aside): Ditto.
12404 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12405 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12406
12407 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12408
12409 * gdbarch.sh: Explictly specify all method levels. When a
12410 variable with an empty level, provide a non-multi-arch default.
12411 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12412 * gdbarch.h: Re-generate.
12413 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12414 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12415
12416 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12417
12418 * defs.h (host_pointer_to_address): Delete declaration.
12419 (address_to_host_pointer): Delete declaration.
12420 * utils.c (host_pointer_to_address): Delete function.
12421 (address_to_host_pointer): Delete function.
12422 * procfs.c (procfs_address_to_host_pointer): New function.
12423 * procfs.c (proc_set_watchpoint): Use.
12424 (procfs_can_use_hw_breakpoint): Update comments.
12425 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12426 (som_solib_add): Use.
12427 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12428 * hppa-tdep.c (unwind_command): Use.
12429
12430 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12431
12432 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12433 strlen d_name.
12434
12435 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12436 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12437 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12438 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12439 (define_symbol): Update.
12440 * symfile.c (generic_load): Remove references to nindy.
12441 * symtab.c: Remove references to nindy.
12442
12443 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12444
12445 * infcmd.c (print_float_info): Delete code conditional on
12446 FLOAT_INFO.
12447 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12448 * config/m68k/nm-apollo68b.h: Ditto.
12449 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12450 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12451 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12452
12453 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12454
12455 * config/i386/tm-i386os9k.h: Removed.
12456
12457 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12458 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12459 they're identical to i[3456]86-*-sysv* now.
12460 * config/i386/i386v32.mh: Removed.
12461 * config/i386/xm-i386v32.h: Removed.
12462 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12463
12464 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12465
12466 * config/i386/i386dgux.mh: Removed.
12467 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12468
12469 * configure.in: Fix typo.
12470 * configure: Regenerated.
12471
12472 2003-01-31 David Carlton <carlton@math.stanford.edu>
12473
12474 * dwarf2read.c (dwarf2_locate_sections): Set
12475 dwarf_ranges_section.
12476
12477 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12478
12479 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12480 * utils.c: Update comments documenting legitimate uses of PTR.
12481
12482 * utils.c: Re-indent.
12483
12484 * config/djgpp/fnchange.lst: Delete nindy files.
12485 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12486 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12487 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12488 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12489 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12490 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12491 * Makefile.in (init.c): Remove nindy references.
12492 (saber_gdb): Delete rule.
12493 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12494 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12495 and a68v-nat.c.
12496 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12497 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12498 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12499 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12500 nindy-share/stop.h.
12501 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12502 * saber.suppress: Delete file.
12503
12504 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
12505
12506 * dbxread.c (stabs_data): New static variable.
12507 (fill_symbuf): Support an in-memory buffer for stabs data.
12508 (stabs_seek): New function.
12509 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12510 (read_ofile_symtab): Use stabs_seek.
12511 (elfstab_build_psymtabs): Take an asection* instead of
12512 an offset and size. Relocate the stabs data if necessary.
12513 Save the section* for dbx_psymtab_to_symtab.
12514 * dwarf2read.c: Add section variables for each debug section.
12515 (dwarf2_locate_sections): Fill them in.
12516 (dwarf2_read_section): Take an asection* argument.
12517 Relocate the section contents if necessary.
12518 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12519 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12520 it to dwarf2_read_section.
12521 (dwarf2_build_frame_info): Update callers.
12522 * elfread.c (elf_symfile_read): Update call to
12523 elfstab_build_psymtabs.
12524 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12525 (DBX_STAB_SECTION): New macro.
12526 * stabsread.h (elfstab_build_psymtabs): Update prototype.
12527 * symfile.c (symfile_dummy_outputs): New function.
12528 (symfile_relocate_debug_section): New function.
12529 * symfile.h (symfile_relocate_debug_section): Add prototype.
12530
12531 2003-01-31 Richard Henderson <rth@redhat.com>
12532
12533 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12534 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12535 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12536 * alpha-tdep.c (alpha_register_name): Add "unique".
12537 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12538 (ALPHA_UNIQUE_REGNUM): New.
12539 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12540
12541 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12542
12543 * README: Remove reference to Ericsson 1800 monitor.
12544 * Makefile.in (remote-es.o): Delete rule.
12545 (ALLDEPFILES): Delete remote-es.c.
12546 * remote-es.c: Delete file.
12547 * config/m68k/es1800.mt: Delete file.
12548 * config/djgpp/fnchange.lst: Update.
12549 * configure.tgt: Delete m68*-ericsson-* target.
12550
12551 2003-01-31 Adam Fedor <fedor@gnu.org>
12552
12553 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12554 Remove duplicate/shadowing variable of same name.
12555
12556 2003-01-30 Jim Blandy <jimb@redhat.com>
12557
12558 * symfile.c (find_separate_debug_file): Assert that the objfile's
12559 directory name we compute ends with a slash, and then assume that
12560 that's so everywhere we use it.
12561
12562 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
12563
12564 * valops.c (value_assign): Flush frame cache after stores to memory
12565 also.
12566
12567 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12568
12569 * Makefile.in (mon960-rom.o): Delete rule.
12570 * mon960-rom.c: Delete file.
12571
12572 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12573
12574 * d10v-tdep.c: Include "frame-unwind.h".
12575 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12576 list.
12577 (next_addr, uses_frame): Delete.
12578 (struct d10v_unwind_cache): Define.
12579 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12580 Use info instead of next_addr and uses_frame globals.
12581 (d10v_frame_init_saved_regs): Delete function.
12582 (d10v_init_extra_frame_info): Delete function.
12583 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12584 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12585 init_frame_pc or frame_saved_pc.
12586 (d10v_pop_frame): Delete function.
12587 (do_d10v_pop_frame): Delete function.
12588 (d10v_frame_chain): Delete function.
12589 (d10v_frame_chain_valid): Delete function.
12590 (d10v_frame_pc_unwind): New function.
12591 (d10v_frame_id_unwind): New function.
12592 (saved_regs_unwinder): New function.
12593 (d10v_frame_register_unwind): New function.
12594 (d10v_frame_pop): New function.
12595 (d10v_frame_unwind): New variable.
12596 (d10v_frame_p): New function.
12597 (d10v_frame_saved_pc): Delete function.
12598 * Makefile.in (d10v-tdep.o): Update dependencies.
12599
12600 2003-01-30 J. Brobecker <brobecker@gnat.com>
12601
12602 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12603 causing some regressions due to a change in the default value
12604 for this macro.
12605
12606 2003-01-29 Richard Henderson <rth@redhat.com>
12607 Elena Zannoni <ezannoni@redhat.com>
12608 Daniel Jacobowitz <drow@mvista.com>
12609
12610 Fix PR gdb/961.
12611 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
12612 variables.
12613 (RANGES_SECTION): New.
12614 (dwarf_ranges_buffer): New variable.
12615 (struct comp_unit_head): Add member "die".
12616 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12617 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12618 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12619 (dwarf2_locate_sections): Likewise.
12620 (dwarf2_build_psymtabs): Read .debug_ranges.
12621 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12622 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
12623 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12624 Look for DW_AT_ranges and return the bounding box.
12625
12626 2003-01-29 Brian Ford <ford@vss.fsi.com>
12627
12628 * win32-nat.c (cygwin_pid): Removed as unused.
12629 (child_attach): Try fall back to Cygwin pid.
12630
12631 2003-01-29 Jim Blandy <jimb@redhat.com>
12632
12633 * objfiles.h (struct objfile): Doc fix.
12634
12635 2003-01-29 Andrew Cagney <ac131313@redhat.com>
12636
12637 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
12638 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
12639 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
12640 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
12641 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
12642 (FRAME_SAVED_PC): Change to a function with predicate.
12643 * gdbarch.h, gdbarch.c: Re-generate.
12644
12645 2003-01-28 Andrew Cagney <ac131313@redhat.com>
12646
12647 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12648
12649 * complaints.c (complain): Delete function.
12650 * complaints.h (struct deprecated_complaint): Delete definition.
12651 (complain): Delete declaration.
12652
12653 2003-01-28 Kevin Buettner <kevinb@redhat.com>
12654
12655 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12656 dummy frames.
12657
12658 2003-01-27 Andrew Cagney <ac131313@redhat.com>
12659
12660 * sentinel-frame.h, sentinel-frame.c: New files.
12661 * Makefile.in (frame.o): Update dependencies.
12662 (SFILES): Add sentinel-frame.c.
12663 (sentinel_frame_h): Define.
12664 (COMMON_OBS): Add sentinel-frame.o.
12665 (sentinel-frame.o): Specify dependencies.
12666 * frame.c: Include "sentinel-frame.h".
12667 (frame_register_unwind): Rewrite assuming that there is always a a
12668 ->next frame.
12669 (frame_register, generic_unwind_get_saved_register): Ditto.
12670 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12671 (create_sentinel_frame, unwind_to_current_frame): New functions.
12672 (get_current_frame): Rewrite using create_sentinel_frame and
12673 unwind_to_current_frame. When possible, always create a frame.
12674 (create_new_frame): Set next to the sentinel frame.
12675 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12676 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12677 ID cache when necessary.
12678 (frame_saved_regs_id_unwind): Use frame_relative_level.
12679 (deprecated_generic_get_saved_register): Use frame_relative_level,
12680 get_frame_saved_regs, get_frame_pc, get_frame_base and
12681 get_next_frame.
12682 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12683 frame_register.
12684
12685 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12686
12687 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12688
12689 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12690
12691 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12692 (maintenance_set_profile_cmd): Use error () instead of warning ().
12693
12694 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12695
12696 * configure.in: Check that -pg works if using --enable-profiling.
12697 Check for monstartup and _mcleanup regardless of --enable-profiling.
12698 * maint.c: Check for monstartup and _mcleanup before using them.
12699 * config.in: Regenerated.
12700 * configure: Regenerated.
12701
12702 2003-01-24 Nick Clifton <nickc@redhat.com>
12703
12704 * Add sh2e support:
12705
12706 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12707
12708 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12709 (sh2e_show_regs): New.
12710 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12711 * config/sh/tm-sh.h: Added sh2e to comments.
12712
12713 2003-01-23 Jim Blandy <jimb@redhat.com>
12714
12715 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12716 symbols found)" message here; we haven't checked for a separate
12717 debug info file yet, so we don't know yet.
12718 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12719 we've looked everywhere. Also, there's no need to print a special
12720 message when we're loading the separate debug info file: the one
12721 symbol_file_add prints is fine.
12722
12723 2003-01-23 Alexander Larsson <alexl@redhat.com>
12724 Jim Blandy <jimb@redhat.com>
12725
12726 Add support for executables whose debug info has been separated
12727 out into a separate file, leaving only a link behind.
12728 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12729 and separate_debug_objfile_backlink.
12730 (put_objfile_before): New declaration.
12731 * symfile.c: #include "filenames.h".
12732 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12733 debug info in a separate file, read that, too. Save the addrs
12734 argument, so we can use it again to read the separated debug info;
12735 syms_from_objfile modifies the table we pass it.
12736 (reread_symbols): After re-reading an objfile, call
12737 reread_separate_symbols to refresh its separate debug info
12738 objfile, if it has one.
12739 (reread_separate_symbols, find_separate_debug_file,
12740 get_debug_link_info, separate_debug_file_exists): New functions.
12741 (debug_file_directory): New global var.
12742 (_initialize_symfile): Initialize debug_file_directory, and
12743 provide the new `set debug-file-directory' command to let the user
12744 change it.
12745 * objfiles.c (free_objfile): If this objfile has its debug info in
12746 a separate objfile, free that one too. If this is itself a
12747 separate debug info objfile, clear our parent's backlink.
12748 (put_objfile_before): New function.
12749 * utils.c (gnu_debuglink_crc32): New function.
12750 * defs.h (gnu_debuglink_crc32): New declaration.
12751 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12752 * configure.in: Handle --with-separate-debug-dir config option.
12753 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12754 * acconfig.h (DEBUGDIR): New macro.
12755 * configure, aclocal.m4, config.in: Regenerated.
12756
12757 2003-01-22 Jim Blandy <jimb@redhat.com>
12758
12759 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12760 like the old symbol_file_add, but taking new arguments: you can
12761 now pass in either a `struct section_addr_info' list to say where
12762 each section is loaded, or a `struct section_offsets' table. Pass
12763 these new arguments through to syms_from_objfile as appropriate.
12764 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
12765 with the appropriate quiescent values for the new arguments.
12766
12767 * symfile.c: #include "gdb_assert.h".
12768 (syms_from_objfile): Add the ability to pass in a section offset
12769 table directly, as an alternative to the section_addr_info table.
12770 Document arguments better.
12771 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12772 * symfile.h (syms_from_objfile): Update declaration.
12773 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12774 syms_from_objfile.
12775 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12776
12777 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12778
12779 Original patch by Tom Tromey <tromey@cygnus.com> and
12780 Jason Molenda <jmolenda@apple.com>.
12781 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12782 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12783 * NEWS: Mention profiling.
12784 * configure.in (--enable-gdbtk): Fix typo.
12785 (--enable-profiling): New. Set PROFILE_CFLAGS.
12786 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12787 Fill in function.
12788 (profiling_state): New variable.
12789 (mcleanup_wrapper): New function.
12790 (_initialize_maint): Remove NOTYET, fix call to
12791 add_setshow_boolean_cmd for "maint set profile".
12792 * configure: Regenerated.
12793
12794 2003-01-21 Martin M. Hunt <hunt@redhat.com>
12795
12796 * Makefile.in (install-gdbtk): Install PNG images too.
12797
12798 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12799
12800 * exec.c (text_start): Delete global variable.
12801 (exec_file_attach): Make text_start local to the function.
12802 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12803 * valops.c (hand_function_call): Delete code that handles
12804 BEFORE_TEXT_END and AFTER_TEXT_END.
12805 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12806 of CALL_DUMMY_LOCATION.
12807 * gdbarch.c: Regenerate.
12808 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12809 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12810 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12811 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12812 (text_end): Delete extern declaration.
12813
12814 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12815
12816 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12817 * blockframe.c (backtrace_below_main): Move to "frame.c".
12818 (frame_chain_valid): Delete check for backtrace_below_main.
12819 (_initialize_blockframe): Delete initialization, move ``set
12820 backtrace-below-main'' command to "frame.c".
12821 (do_flush_frames_sfunc): Delete function.
12822 * frame.c: Include "command.h" and "gdbcmd.h".
12823 (frame_type_from_pc): New function.
12824 (create_new_frame): Use frame_type_from_pc.
12825 (legacy_get_prev_frame): New function.
12826 (get_prev_frame): Rewrite. When an old style frame, call
12827 legacy_get_prev_frame. Otherwize, unwind the PC first.
12828 (_initialize_frame): Add ``set backtrace-below-main'' command.
12829 * Makefile.in (frame.o): Update dependencies.
12830
12831 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12832
12833 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12834 DEPRECATED_REGISTERS_INFO.
12835
12836 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12837
12838 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12839 Maintainers'. Update `Various Maintainers'.
12840
12841 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12842
12843 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12844 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12845 Suppress actual parameters when `-'.
12846 * gdbarch.h, gdbarch.c: Regenerate.
12847
12848 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12849
12850 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12851 code handling dummy frames.
12852
12853 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12854
12855 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12856 (struct frame_unwind): Add field pop.
12857 * frame.h (frame_pop): Declare.
12858 * frame.c (frame_saved_regs_pop): New function.
12859 (trad_frame_unwinder): Add frame_saved_regs_pop.
12860 (frame_pop): New function.
12861 * dummy-frame.c (dummy_frame_pop): New function.
12862 (discard_innermost_dummy): New function.
12863 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12864 (dummy_frame_unwind): Add dummy_frame_pop.
12865 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12866 * valops.c (hand_function_call): Ditto.
12867 * stack.c (return_command): Ditto.
12868
12869 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12870
12871 * cris-tdep.c: Fix function declaration indentation.
12872 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12873 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12874 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12875 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12876 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12877 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12878
12879 2003-01-18 Michael Chastain <mec@shout.net>
12880
12881 * README (Unpacking and Installation -- quick overview):
12882 Warn against ".../gdb-5.3/gdb/configure".
12883
12884 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12885
12886 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12887 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12888 (struct frame_unwind): Declare opaque.
12889 (dummy_frame_p): Declare function.
12890 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12891 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12892 * dummy-frame.c: Include "frame-unwind.h".
12893 (dummy_frame_p): New function.
12894 (dummy_frame_unwind): New variable.
12895 * frame.c: Include "frame-unwind.h".
12896 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12897 to use the new unwind field.
12898 (set_unwind_by_pc): Delete function.
12899 (create_new_frame, get_prev_frame): Set unwind field using
12900 frame_unwind_find_by_pc.
12901 (trad_frame_unwind, trad_frame_unwinder): New variables.
12902 * frame.h (trad_frame_unwind): Declare variable.
12903 (frame_id_unwind_ftype): Delete declaration.
12904 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12905 (struct frame_unwind): Declare opaque.
12906 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12907 register_unwind with a single unwind pointer.
12908 * frame-unwind.h, frame-unwind.c: New files.
12909 * Makefile.in (SFILES): Add frame-unwind.c.
12910 (frame_unwind_h): Define.
12911 (COMMON_OBS): Add frame-unwind.o.
12912 (frame-unwind.o): Specify dependencies.
12913 (frame.o, dummy-frame.o): Update dependencies.
12914
12915 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12916
12917 * ada-valprint.c: Eliminate PTR.
12918 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12919 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12920 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12921 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12922 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12923 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12924 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12925
12926 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12927
12928 * main.c (captured_main): Don't use PTR.
12929 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12930 * gdbtypes.c (lookup_primitive_typename): Ditto.
12931 (lookup_struct_elt_type): Ditto.
12932 * f-valprint.c (info_common_command): Ditto.
12933 (list_all_visible_commons): Ditto.
12934 * jv-typeprint.c (java_type_print_base): Ditto.
12935
12936 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12937 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12938 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12939 i386-interix-nat.c and i386-interix-tdep.c. Rename
12940 m68klinux-nat.c and m68klinux-tdep.c. Rename
12941 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12942 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12943 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12944 * main.c (captured_main): Use xfree, not free.
12945
12946 2003-01-16 Andrew Cagney <ac131313@redhat.com>
12947
12948 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12949 ID back using a parameter.
12950 * frame.c (frame_id_unwind): Update call.
12951 (frame_saved_regs_id_unwind): Update.
12952 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12953 * dummy-frame.h (struct frame_id): Add opaque declaration.
12954 (dummy_frame_id_unwind): Update declaration.
12955
12956 2003-01-15 Andrew Cagney <ac131313@redhat.com>
12957
12958 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12959
12960 2003-01-15 Stephen P. Smith <ischis2@cox.net>
12961
12962 * MAINTAINERS (Stephen P. Smith): Updated email address.
12963
12964 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12965
12966 Fix PR gdb/898
12967 * breakpoint.c (until_break_command): Add new argument. Use it to
12968 decide whether to stop only at the current frame or not.
12969 * breakpoint.h (until_break_command): Update prototype.
12970 * infcmd.c (until_command): Add new argument to until_break_command
12971 call.
12972 (advance_command): New function.
12973 (_initialize_infcmd): Update help string for 'until' command.
12974 Add new 'advance' command.
12975
12976 2003-01-14 David Carlton <carlton@math.stanford.edu>
12977
12978 * linespec.c (decode_line_1): Normalize comments.
12979 (set_flags): Ditto.
12980 (locate_first_half): Ditto.
12981 (decode_compound): Ditto.
12982 (symtab_from_filename): Ditto.
12983 (decode_all_digits): Ditto.
12984 (decode_dollar): Ditto.
12985 (find_methods): Ditto.
12986 (find_toplevel_char): Ditto.
12987
12988 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12989
12990 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12991 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12992 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12993 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12994 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12995 * language.c, language.h, m32r-tdep.c: Update copyright.
12996 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12997 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12998 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12999 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
13000 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
13001 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
13002
13003 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13004
13005 * stabsread.h (process_later, resolve_cfront_continuation):
13006 Obsolete.
13007 Update copyright years.
13008 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
13009 Update copyright year.
13010 * dbxread.c(struct cont_elem): Obsolete.
13011 (process_later, process_now): Obsolete functions.
13012 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
13013 Update copyright year.
13014 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
13015 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
13016 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
13017 (parse_partial_symbols): Obsolete cfront support.
13018 * stabsread.c
13019 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
13020 macros.
13021 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
13022 read_cfront_baseclasses, read_cfront_member_functions,
13023 resolve_cfront_continuation,read_cfront_static_fields,
13024 copy_cfront_struct_fields): Obsolete functions.
13025 (define_symbol, read_one_struct_field): Obsolete cfront support.
13026 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
13027 Update Copyright year.
13028
13029 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13030
13031 * stack.c (print_frame_info, print_stack_frame_base_stub,
13032 print_stack_frame_base, show_and_print_stack_frame_stub,
13033 show_and_print_stack_frame, print_only_stack_frame_stub,
13034 print_only_stack_frame): Delete functions.
13035 (print_stack_frame_stub): Call print_frame_info instead of
13036 print_frame_info_base.
13037 (print_frame_info_base): Rename to print_frame_info.
13038 (backtrace_command_1): Call print_frame_info, instead of
13039 print_frame_info_base.
13040 (current_frame_command): Call print_stack_frame, instead of
13041 print_only_stack_frame.
13042 (frame_command): Call print_stack_frame, instead of
13043 show_and_print_stack_frame.
13044 (up_command): Ditto.
13045 (down_command): Ditto.
13046 * frame.h (print_only_stack_frame): Delete prototype.
13047 * infrun.c (normal_stop): Call print_stack_frame, instead of
13048 show_and_print_stack_frame.
13049 * thread.c (info_threads_command): Call print_stack_frame, instead
13050 of print_only_stack_frame.
13051
13052 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13053
13054 * README (Graphical interface to GDB): Update URL. Point at
13055 gdb/links/.
13056
13057 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
13058 version match.
13059
13060 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13061
13062 * symtab.c (find_pc_sect_line): Don't consider end-of-function
13063 lines.
13064
13065 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13066
13067 * thread-db.c (attach_thread): Prototype.
13068 (struct private_thread_info): Remove lwpid. Add thread handle (th),
13069 thread information (ti), and valid flags (th_valid, ti_valid).
13070 (attach_thread): Move target_pid_to_str call to after the thread
13071 is added to GDB's list. Initialize the cache.
13072 (thread_get_info_callback, thread_db_map_id2thr)
13073 (thread_db_get_info): New functions.
13074 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
13075 (thread_db_store_registers, thread_db_thread_alive)
13076 (thread_db_get_thread_local_address): Use them.
13077 (thread_db_pid_to_str): Likewise. Return "Missing" instead
13078 of calling error() for threads in unknown state.
13079
13080 (clear_lwpid_callback): New function.
13081 (thread_db_resume): Use it to clear the cache.
13082
13083 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13084
13085 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
13086 (resume_callback): Remove dead code.
13087
13088 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13089
13090 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
13091 predicate.
13092 * gdbarch.h, gdbarch.c: Regenerate.
13093 * stack.c (frame_info): Only initialize the saved registers when
13094 FRAME_INIT_SAVED_REGS_P.
13095 * frame.c (frame_saved_regs_register_unwind): Assert
13096 FRAME_INIT_SAVED_REGS_P.
13097 (deprecated_generic_get_saved_register): Ditto.
13098
13099 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13100
13101 * source.c (openp): Squelch warning about "filename".
13102
13103 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13104
13105 * source.c (openp): If the file does not exist don't necessarily
13106 search the path.
13107
13108 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13109
13110 Fix PR gdb/872.
13111 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13112 (integer_types_same_name_p): New function.
13113 (rank_one_type): Use it.
13114 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13115
13116 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13117
13118 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13119 variables.
13120 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13121 * configure.in: Add --with-sysroot.
13122 * configure: Regenerated.
13123 * main.c (gdb_sysroot): New variable.
13124 (captured_main): Initialize gdb_sysroot.
13125 * defs.h (gdb_sysroot): New extern declaration.
13126 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13127
13128 2003-01-12 Michael Chastain <mec@shout.net>
13129
13130 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13131
13132 2003-01-12 Michael Chastain <mec@shout.net>
13133
13134 * top.c (print_gdb_version): Bump copyright year to 2003.
13135
13136 2003-01-12 David Carlton <carlton@bactrian.org>
13137
13138 * linespec.c (symtab_from_filename): Rename variable 's' to
13139 'file_symtab'.
13140
13141 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13142
13143 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13144 dummy frame.
13145 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13146
13147 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13148
13149 * d10v-tdep.c: Include "gdb_assert.h".
13150 (d10v_store_return_value): Rewrite to match current interface.
13151 (d10v_extract_struct_value_address): Ditto.
13152 (d10v_extract_return_value): Ditto.
13153 (d10v_gdbarch_init): Set store_restore_value,
13154 extract_struct_value_address and extract_return_value.
13155
13156 2003-01-12 J. Brobecker <brobecker@gnat.com>
13157
13158 * hpread.c (set_namestring): New procedure replacing the
13159 SET_NAMESTRING macro.
13160 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13161 by calls to set_namestring.
13162
13163 2003-01-11 J. Brobecker <brobecker@gnat.com>
13164
13165 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13166 a compilation warning.
13167 (hpread_process_one_debug_symbol): Likewise.
13168
13169 2003-01-10 David Carlton <carlton@math.stanford.edu>
13170
13171 * linespec.c (decode_line_1): Rename variable 's' to
13172 'file_symtab'.
13173 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13174 (decode_dollar): Ditto.
13175 (decode_variable): Ditto.
13176 (symbol_found): Ditto.
13177
13178 2003-01-09 Michael Chastain <mec@shout.net>
13179
13180 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13181
13182 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
13183
13184 * win32-nat.c (set_process_privilege): New function.
13185 (child_attach): Call set_process_privilege() to enable the
13186 SE_DEBUG_NAME user privilege if available in process token.
13187
13188 2003-01-10 J. Brobecker <brobecker@gnat.com>
13189
13190 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13191 compilation error in the previous revision.
13192
13193 2003-01-09 David Carlton <carlton@math.stanford.edu>
13194
13195 * linespec.c: Update copyright.
13196
13197 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13198
13199 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13200 than inferior_ptid.
13201 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13202
13203 2003-01-09 Andrew Cagney <ac131313@redhat.com>
13204
13205 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13206 Update comments.
13207 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13208 (frame_saved_regs_zalloc): Update.
13209 (frame_saved_regs_register_unwind): Update.
13210 (create_new_frame): Update.
13211 (get_prev_frame): Update.
13212 (frame_extra_info_zalloc): Update.
13213 (deprecated_get_frame_saved_regs): Update.
13214 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13215 * cris-tdep.c: Update comment.
13216
13217 * somsolib.h: Fix function indentation.
13218 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13219 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13220 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13221 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13222 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13223
13224 * infrun.c (follow_fork): Use ISO C definition.
13225 * expprint.c (print_subexp): Use xfree instead of free.
13226 * charset.c: Include "gdb_string.h" instead of <string.h>.
13227 (register_iconv_charsets): Use ISO C definition.
13228 (host_charset, target_charset): Ditto.
13229 * Makefile.in (charset.o): Update dependencies.
13230 (mi-cmd-env.o): Update dependencies.
13231
13232 2003-01-08 Andrew Cagney <cagney@redhat.com>
13233
13234 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13235 get_frame_base.
13236
13237 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13238
13239 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13240 build directories. Save edited gdb output in Mbuild.log. If a
13241 build fails, remove any final GDB executable.
13242
13243 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13244
13245 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13246 replacing hex constants with function names and stripping leading
13247 file name directory prefixes.
13248
13249 2003-01-08 Andrew Cagney <cagney@redhat.com>
13250
13251 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13252 get_frame_base.
13253
13254 2003-01-08 David Carlton <carlton@math.stanford.edu>
13255
13256 * linespec.c (decode_line_1): Move code into decode_variable.
13257 (decode_variable): New function.
13258
13259 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13260
13261 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13262
13263 2003-01-08 Andrew Cagney <cagney@redhat.com>
13264
13265 * cris-tdep.c (cris_frame_init_saved_regs): Use
13266 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13267 saved_regs buffer.
13268 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13269 (sh64_nofp_frame_init_saved_regs): Ditto.
13270 (sh_fp_frame_init_saved_regs): Ditto.
13271 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13272 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13273 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13274 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13275
13276 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
13277
13278 * minsyms.c (lookup_minimal_symbol): Update comment.
13279 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13280 (lookup_minimal_symbol_solib_trampoline): Likewise.
13281
13282 2003-01-08 Andrew Cagney <cagney@redhat.com>
13283
13284 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13285 frame_relative_level.
13286
13287 * alpha-tdep.c: Use get_frame_extra_info.
13288 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13289 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13290 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13291 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13292
13293 * alpha-tdep.c: Use get_next_frame.
13294 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13295 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13296 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13297 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13298 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13299 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13300 * xstormy16-tdep.c: Ditto.
13301
13302 2003-01-07 Andrew Cagney <cagney@redhat.com>
13303
13304 * alpha-tdep.c: Use get_frame_base.
13305 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13306 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13307 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13308 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13309 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13310 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13311 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13312 * config/sparc/tm-sparc.h: Ditto.
13313
13314 2003-01-07 Andrew Cagney <cagney@redhat.com>
13315
13316 * frame.c (deprecated_get_frame_context): New function.
13317 (deprecated_set_frame_context): New function.
13318 * frame.h (deprecated_get_frame_context): Declare.
13319 (deprecated_set_frame_context): Declare.
13320 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13321 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
13322
13323 2003-01-07 Andrew Cagney <cagney@redhat.com>
13324
13325 * frame.c (deprecated_set_frame_next_hack): New function.
13326 (deprecated_set_frame_prev_hack): New function.
13327 * frame.h (deprecated_set_frame_next_hack): Declare.
13328 (deprecated_set_frame_prev_hack): Declare.
13329 * mcore-tdep.c (analyze_dummy_frame): Use
13330 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13331 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13332
13333 2003-01-07 David Carlton <carlton@math.stanford.edu>
13334
13335 * linespec.c (decode_line_1): Move code into decode_dollar.
13336 (decode_dollar): New function.
13337
13338 2003-01-07 Andrew Cagney <cagney@redhat.com>
13339
13340 * arm-tdep.c (arm_init_extra_frame_info): Use
13341 deprecated_update_frame_base_hack.
13342 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13343 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13344 (fix_frame_pointer): Ditto.
13345 (mn10300_analyze_prologue): Ditto.
13346
13347 2003-01-07 Andrew Cagney <cagney@redhat.com>
13348
13349 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13350 extra_info using frame_extra_info_zalloc.
13351 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13352 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13353 (sh64_init_extra_frame_info): Ditto.
13354 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13355 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13356 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13357 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13358 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13359 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13360 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13361 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13362 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13363 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13364 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13365 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13366
13367 * mn10300-tdep.c (analyze_dummy_frame): Use
13368 deprecated_set_frame_extra_info_hack.
13369 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13370
13371 2003-01-07 J. Brobecker <brobecker@gnat.com>
13372
13373 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13374 class is not scText. These do not define "real" procedures.
13375 (parse_partial_symbols): Likewise.
13376
13377 2003-01-06 Michael Snyder <msnyder@redhat.com>
13378
13379 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13380
13381 2003-01-06 Andrew Cagney <ac131313@redhat.com>
13382
13383 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13384 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13385 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13386 deprecated_frame_xmalloc_with_cleanup.
13387 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13388 deprecated_frame_xmalloc.
13389 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13390 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13391
13392 2003-01-06 Andrew Cagney <cagney@redhat.com>
13393
13394 * x86-64-linux-tdep.c: Include "osabi.h".
13395 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13396
13397 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13398
13399 2003-01-06 Andrew Cagney <cagney@redhat.com>
13400
13401 * MAINTAINERS (Target Instruction Set Architectures): Update
13402 arm-elf. Can be built with -Werror, has been multiarched.
13403
13404 * value.h (unpack_long): Make buffer parameter constant.
13405 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13406 * scm-lang.h (scm_parse): Ditto.
13407 * defs.h (extract_typed_address, extract_address): Ditto.
13408 (extract_long_unsigned_integer): Ditto.
13409 * inferior.h (unsigned_pointer_to_address): Ditto.
13410 (signed_pointer_to_address): Ditto.
13411 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13412 * gdbarch.h, gdbarch.c: Regenerate.
13413 * findvar.c (extract_long_unsigned_integer): Update.
13414 (extract_address): Update.
13415 (extract_typed_address): Update.
13416 (unsigned_pointer_to_address): Update.
13417 * values.c (unpack_long): Update.
13418 (unpack_double): Update.
13419 (unpack_pointer): Update.
13420 (unpack_field_as_long): Update.
13421 * d10v-tdep.c (d10v_pointer_to_address): Update.
13422 * avr-tdep.c (avr_pointer_to_address): Update.
13423 * scm-lang.c (scm_unpack): Update.
13424 * findvar.c (signed_pointer_to_address): Update.
13425
13426 2003-01-06 Michal Ludvig <mludvig@suse.cz>
13427
13428 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
13429 since it is in i386-tdep.c.
13430
13431 2003-01-06 J. Brobecker <brobecker@gnat.com>
13432
13433 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13434 failure introduced in the previous change.
13435
13436 2003-01-05 Michael Chastain <mec@shout.net>
13437
13438 * README: Remove references to deleted remote-*.c files:
13439 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13440 remote-nrom.c, remote-os9k.c, remote-udi.c.
13441
13442 2003-01-05 Mark Kettenis <kettenis@gnu.org>
13443
13444 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13445 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13446 i386_get_longjmp_target.
13447
13448 2003-01-05 Andrew Cagney <ac131313@redhat.com>
13449
13450 * arm-tdep.c (prologue_cache): Change to a pointer.
13451 (_initialize_arm_tdep): Allocate prologue_cache.
13452 (check_prologue_cache): Update.
13453 (save_prologue_cache): Update.
13454 (arm_gdbarch_init): Update.
13455
13456 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13457
13458 * stabsread.c (update_method_name_from_physname): Call complaint()
13459 instead of error.
13460
13461 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13462
13463 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13464 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13465 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13466
13467 * blockframe.c: Include "gdbcmd.h" and "command.h".
13468 (backtrace_below_main): New variable.
13469 (file_frame_chain_valid, func_frame_chain_valid)
13470 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13471 (generic_func_frame_chain_valid): Remove functions.
13472 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13473 (_initialize_blockframe): New function.
13474 * Makefile.in (blockframe.o): Update dependencies.
13475 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13476 comment. Call frame_chain_valid ().
13477 * frame.h: Remove old prototypes. Add prototype for
13478 frame_chain_valid and update comments to match.
13479 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13480 Remove old comment.
13481 * gdbarch.h: Regenerated.
13482 * gdbarch.c: Regenerated.
13483
13484 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13485 set_gdbarch_frame_chain_valid.
13486 * avr-tdep.c (avr_gdbarch_init): Likewise.
13487 * cris-tdep.c (cris_gdbarch_init): Likewise.
13488 * frv-tdep.c (frv_gdbarch_init): Likewise.
13489 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13490 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13491 (i386_nw_init_abi): Likewise.
13492 (i386_gdbarch_init): Likewise.
13493 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13494 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13495 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13496 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13497 * mips-tdep.c (mips_gdbarch_init): Likewise.
13498 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13499 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13500 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13501 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13502 * s390-tdep.c (s390_gdbarch_init): Likewise.
13503 * sh-tdep.c (sh_gdbarch_init): Likewise.
13504 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13505 * v850-tdep.c (v850_gdbarch_init): Likewise.
13506 * vax-tdep.c (vax_gdbarch_init): Likewise.
13507 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13508
13509 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13510 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13511 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13512 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13513 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13514 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13515 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13516 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13517
13518 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13519
13520 * Makefile.in (acconfig_h): Remove incorrect macro.
13521 (config_h): Define.
13522 (osabi.o): Update dependencies.
13523 * configure.tgt: Set gdb_osabi based on target triplet.
13524 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13525 * configure: Regenerated.
13526 * config.in: Regenerated.
13527 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13528 (GDB_OSABI_DEFAULT): Define if not already defined.
13529 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13530 (set_osabi_string): New variables.
13531 (gdbarch_register_osabi): Add new OS ABI to
13532 gdb_osabi_available_names.
13533 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13534 (set_osabi, show_osabi): New functions.
13535 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13536
13537 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13538
13539 * arch-utils.c (gdbarch_info_init): Set osabi to
13540 GDB_OSABI_UNINITIALIZED.
13541 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13542 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13543 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13544 * gdbarch.c: Regenerated.
13545 * gdbarch.h: Regenerated.
13546 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13547 there's no BFD.
13548 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13549 * osabi.h (enum gdb_osabi): Move to defs.h.
13550 (gdbarch_init_osabi): Update prototype.
13551 * defs.h (enum gdb_osabi): Moved here.
13552 * Makefile.in: Update dependencies.
13553
13554 * alpha-tdep.h: Don't include "osabi.h".
13555 (struct gdbarch_tdep): Remove osabi member.
13556 * alpha-tdep.c: Include "osabi.h".
13557 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13558 iterate over arches. Update call to gdbarch_init_osabi.
13559 (alpha_dump_tdep): Don't dump osabi.
13560 * alpha-linux-tdep.c: Include "osabi.h".
13561 * alpha-osf1-tdep.c: Include "osabi.h".
13562 * alphafbsd-tdep.c: Include "osabi.h".
13563 * alphanbsd-tdep.c: Include "osabi.h".
13564
13565 * arm-tdep.h: Don't include "osabi.h".
13566 (struct gdbarch_tdep): Remove osabi member.
13567 * arm-tdep.c: Include "osabi.h".
13568 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13569 iterate over arches. Update call to gdbarch_init_osabi.
13570 (arm_dump_tdep): Don't dump osabi.
13571 * arm-linux-tdep.c: Include "osabi.h".
13572 * armnbsd-tdep.c: Include "osabi.h".
13573
13574 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13575 Update call to gdbarch_init_osabi.
13576
13577 * i386-tdep.h: Don't include "osabi.h".
13578 (struct gdbarch_tdep): Remove osabi member.
13579 * i386-tdep.c: Include "osabi.h".
13580 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13581 iterate over arches. Update call to gdbarch_init_osabi.
13582 (i386_dump_tdep): Don't dump osabi.
13583 * i386-linux-tdep.c: Include "osabi.h".
13584 * i386-sol2-tdep.c: Include "osabi.h".
13585 * i386bsd-tdep.c: Include "osabi.h".
13586 * i386gnu-tdep.c: Include "osabi.h".
13587 * i386ly-tdep.c: Include "osabi.h".
13588 * i386nbsd-tdep.c: Include "osabi.h".
13589 * i386obsd-tdep.c: Include "osabi.h".
13590
13591 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13592 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13593 check osabi when iterating over arches. Update call to
13594 gdbarch_init_osabi.
13595 (mips_dump_tdep): Don't dump osabi.
13596
13597 * ns32k-tdep.h: Don't include "osabi.h".
13598 (struct gdbarch_tdep): Remove.
13599 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13600 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13601 allocate tdep. Update call to gdbarch_init_osabi.
13602 (ns32k_dump_tdep): Remove.
13603 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13604 * ns32knbsd-tdep.c: Include "osabi.h".
13605
13606 * ppc-tdep.h: Don't include "osabi.h".
13607 (struct gdbarch_tdep): Remove osabi member.
13608 * rs6000-tdep.c: Include "osabi.h".
13609 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13610 osabi when iterating over arches. Update call to
13611 gdbarch_init_osabi.
13612 (rs6000_dump_tdep): Don't dump osabi.
13613 * ppc-linux-tdep.c: Include "osabi.h".
13614 * ppcnbsd-tdep.c: Include "osabi.h".
13615
13616 * sh-tdep.h: Don't include "osabi.h".
13617 (struct gdbarch_tdep): Remove osabi member.
13618 * sh-tdep.c: Include "osabi.h".
13619 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13620 iterate over arches. Update call to gdbarch_init_osabi.
13621 (sh_dump_tdep): Don't dump osabi.
13622 * shnbsd-tdep.c: Include "osabi.h".
13623
13624 * sparc-tdep.c: Include "osabi.h".
13625 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13626 iterate over arches. Update call to gdbarch_init_osabi.
13627 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
13628 tdep structure.
13629
13630 * vax-tdep.h: Don't include "osabi.h".
13631 (struct gdbarch_tdep): Remove.
13632 * vax-tdep.c: Include "osabi.h".
13633 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13634 iterate over arches. Don't allocate tdep. Update call
13635 to gdbarch_init_osabi.
13636 (vax_dump_tdep): Remove.
13637 (_initialize_vax_tdep): Update call to gdbarch_register.
13638
13639 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13640
13641 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
13642 entirely.
13643 (breakpoint_re_set_one): Don't fetch the value for a disabled
13644 watchpoint.
13645
13646 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13647
13648 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13649 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13650 (COERCE_FLOAT_TO_DOUBLE): Remove.
13651 * gdbarch.c: Regenerate.
13652 * gdbarch.h: Regenerate.
13653 * Makefile.in: Remove value_h from gdbarch_h.
13654 * valops.c (coerce_float_to_double): New variable.
13655 (default_coerce_float_to_double): Remove.
13656 (standard_coerce_float_to_double): Remove.
13657 (value_arg_coerce): Use coerce_float_to_double.
13658 (_initialize_valops): Add "set coerce-float-to-double".
13659 * value.h (default_coerce_float_to_double): Remove prototype.
13660 (standard_coerce_float_to_double): Remove prototype.
13661
13662 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13663 prototyped.
13664 * mdebugread.c (parse_symbol): Likewise.
13665 * stabsread.c (define_symbol): Mark all functions as prototyped.
13666
13667 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13668 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13669 set_gdbarch_coerce_float_to_double.
13670 * arm-tdep.c (arm_gdbarch_init): Likewise.
13671 * frv-tdep.c (frv_gdbarch_init): Likewise.
13672 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13673 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13674 * mips-tdep.c (mips_gdbarch_init): Likewise.
13675 (mips_coerce_float_to_double): Remove.
13676 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13677 (rs6000_coerce_float_to_double): Remove.
13678 * s390-tdep.c (s390_gdbarch_init): Likewise.
13679 * sh-tdep.c (sh_gdbarch_init): Likewise.
13680 (sh_coerce_float_to_double): Remove.
13681 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13682 (sparc_coerce_float_to_double): Remove.
13683 * v850-tdep.c (v850_gdbarch_init): Likewise.
13684 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13685 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13686 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13687 (hppa_coerce_float_to_double): Remove prototype.
13688 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13689
13690 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13691
13692 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13693
13694 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13695
13696 Suggested by Stewart Brown <sb24@avaya.com>:
13697 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13698 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13699 (c_type_print_varspec_suffix): Likewise.
13700
13701 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13702
13703 * configure.in: Don't set and AC_SUBST SUBDIRS.
13704 * configure: Regenerated.
13705
13706 * configure.in: Remove code dealing with shared libraries.
13707 * Makefile.in: Remove HLDFLAGS and HLDENV.
13708 * configure: Regenerated.
13709
13710 2003-01-04 Andrew Cagney <ac131313@redhat.com>
13711
13712 * frame.c (deprecated_frame_xmalloc): New function.
13713 (deprecated_set_frame_saved_regs_hack): New function.
13714 (deprecated_set_frame_extra_info_hack): New function.
13715 * frame.h (deprecated_frame_xmalloc): Declare.
13716 (deprecated_set_frame_saved_regs_hack): Declare.
13717 (deprecated_set_frame_extra_info_hack): Declare.
13718
13719 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13720
13721 * configure.in: Move code that provides the --enable-gdbtk option
13722 right after the code that handles the --enable-tui option, and
13723 polish it somewhat.
13724 * configure: Regenerated.
13725
13726 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13727 AC_CHECK_FUNCS and remove the old check for pread64.
13728 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13729 * acconfig.h (_GNU_SOURCE): Add.
13730 (HAVE_PREAD64): Remove.
13731 * configure, aclocal.m4, config.in: Regenerated.
13732
13733 2003-01-03 Andrew Cagney <ac131313@redhat.com>
13734
13735 * alpha-tdep.c: Use get_frame_saved_regs.
13736 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13737 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13738 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13739 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13740 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13741
13742 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13743
13744 * configure.in: Remove all use of the SUBDIRS variable; add
13745 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13746 code providing the --enable-multi-ice option, and move it right in
13747 front of the code that checks whether gdbserver is supported.
13748 Polish that too.
13749 * configure: Regenerated.
13750 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13751 @SUBDIRS@.
13752
13753 2003-01-03 Andrew Cagney <cagney@redhat.com>
13754
13755 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13756 * avr-tdep.c, cris-tdep.c: Ditto.
13757 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13758 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13759
13760 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13761
13762 * configure.in: Remove --enable-netrom option.
13763 * configure: Regenerated.
13764
13765 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13766
13767 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13768 declaration for `struct re_pattern_buffer' instead.
13769 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13770
13771 2003-01-03 J. Brobecker <brobecker@gnat.com>
13772
13773 * mdebugread.c (parse_symbol): Count until the stEnd matching
13774 the structure name.
13775
13776 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13777
13778 * configure.in: Remove --with-cpu option.
13779 subscripts. Remove evil changequotes here.
13780 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13781 * config.in, configure: Regenerated.
13782
13783 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13784 * configure.in: Cleanup section that sources GDB and BFD configure
13785 subscripts. Remove evil changequotes here.
13786 * config.in, configure: Regenerated.
13787
13788 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13789
13790 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13791 frame accessor methods.
13792 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13793 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13794 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13795 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13796 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13797 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13798 * z8k-tdep.c: Ditto.
13799
13800 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13801
13802 * configure.in: Remove UI_OUT configuration code.
13803 * ada-lang.c: Update assuming UI_OUT is always true.
13804 * Makefile.in (UIOUT_CFLAGS): Remove.
13805 * configure: Regenerated.
13806 * TODO: Remove blurb about elimination of -DUI_OUT.
13807
13808 * configure.in: Move code that provides the --enable-gdbcli,
13809 --enable-gdbmi options right before the code that handles the
13810 --enable-tui option. Polish a bit.
13811 * configure: Regenerated.
13812
13813 * configure.in: Rewrite check for GNU regex and the
13814 --without-included regex option, and move it into the "Checks for
13815 library functions" section. This makes us use the system regex
13816 again by default on systems with version 2 of the GNU C library.
13817 This was apparently broken.
13818 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13819 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13820 * config.in, configure: Regenerated.
13821
13822 * configure.in: Move code that provides the --enable-tui option
13823 before the "Checks for libraries" section. Polish the code
13824 somewhat and set need_curses to yes if we build the TUI. Rewrite
13825 code that looks for a library providing termcap functionality to
13826 match more closely what's done in the Readline library, and move
13827 it into to the "Checks for libraries" section.
13828 * configure: Regenerated.
13829 * Makefile.in (TERMCAP): Remove variable.
13830 * config/i386/go32.mh (TERMCAP): Remove variable.
13831
13832 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13833
13834 * MAINTAINERS: Mention gdb_mbuild.sh.
13835 * gdb_mbuild.sh: Rewrite.
13836
13837 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13838
13839 * configure.in: Fix typo in last change.
13840 * config.in, configure: Regenerated.
13841
13842 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13843
13844 * valarith.c (value_binop): Delete obsolete code and comments.
13845 * configure.host: Ditto.
13846 * buildsym.h (make_blockvector): Ditto.
13847 * buildsym.c (make_blockvector): Ditto.
13848 * defs.h (enum language): Ditto.
13849 (chill_demangle): Ditto.
13850 * elfread.c (elf_symtab_read): Ditto.
13851 * dwarfread.c (CHILL_PRODUCER): Ditto.
13852 (set_cu_language): Ditto.
13853 (handle_producer): Ditto.
13854 * expprint.c (print_subexp): Ditto.
13855 * gdbtypes.c (chill_varying_type): Ditto.
13856 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13857 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13858 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13859 (chill_varying_type): Ditto.
13860 * language.h (_LANG_chill): Ditto.
13861 * language.c (binop_result_type, integral_type): Ditto.
13862 (character_type, string_type, structured_type): Ditto.
13863 (lang_bool_type, binop_type_check): Ditto.
13864 * stabsread.h (os9k_stabs): Ditto.
13865 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13866 (define_symbol, read_type, read_struct_fields): Ditto.
13867 (read_array_type, read_enum_type, read_huge_number): Ditto.
13868 (read_range_type, start_stabs): Ditto.
13869 * symfile.c (init_filename_language_table): Ditto.
13870 (add_psymbol_with_dem_name_to_list): Ditto.
13871 * symtab.c (symbol_init_language_specific): Ditto.
13872 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13873 * symtab.h (struct general_symbol_info): Ditto.
13874 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13875 * typeprint.c (typedef_print): Ditto.
13876 * utils.c (fprintf_symbol_filtered): Ditto.
13877 * valops.c (value_cast, search_struct_field, value_slice): Delete
13878 obsolete code.
13879 (varying_to_slice): Delete function.
13880 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13881 (varying_to_slice): Delete declaration.
13882 * MAINTAINERS: Update.
13883
13884 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13885
13886 * configure.in: Reorganize "Checks for library functions section"
13887 a bit. Remove check for `btowc' and `isascii' functions.
13888 * configure: Regenerated.
13889
13890 * acconfig.h (_MSE_INT_H): Remove.
13891 * configure.in: Create "Checks for header files" section, and move
13892 appropriate tests there. Don't check for objlist.h, wchar.h,
13893 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13894 misdetection fix. Also add "Checks for types", "Checks for
13895 compiler characteristics" and "Checks for library functions"
13896 sections.
13897 * config.in, configure: Regenerated.
13898
13899 * configure.in: Create "Checks for programs" section, and move
13900 appropriate tests there.
13901
13902 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13903
13904 * configure.in: Create "Checks for libraries" section, and move
13905 appropriate tests there. Cleanup check for wctype in libw. Use
13906 AC_SEARCH_LIBS to see whether we need libsocket.
13907 * configure: Regenerated.
13908
13909 For older changes see ChangeLog-2002
13910 \f
13911 Local Variables:
13912 mode: change-log
13913 left-margin: 8
13914 fill-column: 74
13915 version-control: never
13916 End: