2003-11-05 Elena Zannoni <ezannoni@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
2
3 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
4 (decode_base_type): Delete ifdeffed out code.
5
6 2003-11-04 Andrew Cagney <cagney@redhat.com>
7
8 * symtab.c (find_active_alias): Delete function.
9 (lookup_block_symbol): Delete alias code.
10 * stabsread.c (resolve_live_range): Delete function.
11 (add_live_range): Delete function.
12 (resolve_symbol_reference): Delete function.
13 (define_symbol): Delete live range and alias code.
14 (scan_file_globals): Delete alias code.
15 * symtab.h (SYMBOL_RANGES): Delete macro.
16 (struct range_list): Delete structure.
17 (struct symbol): Delete field "ranges".
18 (SYMBOL_ALIASES): Delete macro.
19 (struct alias_list): Delete structure.
20 (struct symbol): Delete field "aliases".
21
22 2003-11-04 Michael Snyder <msnyder@redhat.com>
23
24 * MAINTAINERS: Remove myself as owner of breakpoints and
25 of sparc/solaris.
26
27 2003-11-03 Corinna Vinschen <vinschen@redhat.com>
28
29 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
30 (sh_sh4al_dsp_register_name): Ditto.
31 (sh4_nofpu_show_regs): Ditto.
32 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
33 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
34
35 2003-11-03 Andrew Cagney <cagney@redhat.com>
36
37 * bcache.c: Include "gdb_assert.h".
38 (struct bcache): Add fields "expand_count" and
39 "expand_hash_count".
40 (expand_hash_table): Update the expand counts.
41 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
42 on object sizes and hashes.
43 * Makefile.in (bcache.o): Update dependencies.
44
45 2003-11-03 Andrew Cagney <cagney@redhat.com>
46
47 * exec.c (xfer_memory): Eliminate xfer_fn.
48
49 2003-10-31 Kevin Buettner <kevinb@redhat.com>
50
51 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
52 (opcodes/frv-desc.h): Include.
53 (iacc0h_regnum, iacc0l_regnum): Define.
54 (last_spr_regnum, frv_num_regs): Update.
55 (new_variant): Don't supply default names for holes in the SPRs.
56 Supply names for iacc0h_regnum and iacc0l_regnum.
57 (frv_register_type): Use symbolic constants first_fpr_regnum and
58 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
59 builtin_type_int instead of builtin_type_int32.
60 (frv_register_sim_regno): New function.
61 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
62 * Makefile.in (gdb_sim_frv_h): Define.
63 (frv-tdep.o): Update dependencies.
64
65 2003-10-31 Andrew Cagney <cagney@redhat.com>
66
67 * avr-tdep.c (avr_frame_this_id): Do not call
68 deprecated_inside_entry_file.
69 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
70 * m32r-tdep.c (m32r_frame_this_id): Ditto.
71 * d10v-tdep.c (d10v_frame_this_id): Ditto.
72 * arm-tdep.c (arm_prologue_this_id): Ditto.
73 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
74
75 2003-10-31 Jim Blandy <jimb@redhat.com>
76
77 * elfread.c (elf_symtab_read): Allocate correct number of tail
78 elements to sectinfo structure. (Fix from Woody LaRue.)
79
80 2003-10-31 Andrew Cagney <cagney@redhat.com>
81
82 * stack.c (return_command): Use get_frame_type, instead of
83 CALL_DUMMY_HAS_COMPLETED.
84 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
85 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
86
87 2003-10-31 Mark Kettenis <kettenis@gnu.org>
88
89 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
90 explicitly specify size of array.
91 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
92 TDEP->sc_num_regs.
93
94 2003-10-31 Andrew Cagney <cagney@redhat.com>
95
96 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
97 function.
98 (s390_gdbarch_init): Set extract_struct_value_address.
99 * arch-utils.c (generic_cannot_extract_struct_value_address):
100 Delete function.
101 * arch-utils.h (generic_cannot_extract_struct_value_address):
102 Delete definition.
103
104 2003-10-31 Mark Kettenis <kettenis@gnu.org>
105
106 * i386-linux-nat.c (fetch_core_registers): Remove.
107 (linux_elf_core_fns): Remove.
108 (_initialize_i386_linux_nat): Remove.
109
110 2003-10-31 Andrew Cagney <cagney@redhat.com>
111
112 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
113 "exec.h".
114 (exec_entry_point): New function.
115 (enable_break): Create a "tmp_bfd_target", use that and
116 entry_point_address when computing the relocation offset.
117 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
118 * Makefile.in (solib-svr4.o): Update dependencies.
119
120 2003-10-31 Andrew Cagney <cagney@redhat.com>
121
122 * defs.h (XZALLOC): Define.
123 * target.h (struct target_ops): Add "to_data";
124 * bfd-target.h, bfd-target.c: New files.
125 * Makefile.in (SFILES): Add "bfd-target.c".
126 (COMMON_OBS): Add "bfd-target.o".
127 (bfd-target.o): Specify dependencies.
128 (bfd_target_h): Define.
129 * defs.h (XZALLOC): Define.
130
131 2003-10-31 Andrew Cagney <cagney@redhat.com>
132
133 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
134 adjust_breakpoint_address.
135 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
136 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
137 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
138 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
139
140 2003-10-31 Andrew Cagney <cagney@redhat.com>
141
142 * target.h (struct target_ops): Replace "to_read_partial" and
143 "to_write_partial" with "to_xfer_partial". Update comments.
144 * target.c (debug_to_write_partial): Delete function.
145 (debug_to_xfer_partial): Replace debug_to_read_partial.
146 (add_target, update_current_target, setup_target_debug): Set
147 "to_xfer_partial" instead of "to_read_partial" and
148 "to_write_partial".
149 (default_xfer_partial): Replace "default_write_partial".
150 (default_read_partial): Delete.
151 (target_read_partial, target_write_partial): Call
152 "to_xfer_partial".
153 * remote.c (init_remote_ops): Set "to_xfer_partial".
154 (init_remote_async_ops): Ditto.
155 (remote_xfer_partial): Replace "remote_read_partial".
156
157 2003-10-31 Mark Kettenis <kettenis@gnu.org>
158
159 * i386-tdep.c (i386_supply_fpregset): Support floating-point
160 registers in `fxsave' format.
161 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
162
163 2003-10-30 Mark Kettenis <kettenis@gnu.org>
164
165 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
166 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
167 TDEP->gregset_num_regs and tdep->sizeof_gregset.
168
169 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
170 specify size of array.
171 (i386_linux_init_abi): Remove initialization of
172 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
173 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
174
175 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
176 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
177 core-regset.o.
178
179 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
180 the ELF header.
181
182 2003-10-29 Mark Kettenis <kettenis@gnu.org>
183
184 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
185 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
186 core-regset.o.
187
188 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
189
190 * corelow.c: Include "arch-utils.h", "regset.h" and
191 "gdb_assert.h".
192 (core_gdbarch): New variable.
193 (sniff_core_bfd): Don't sniff if we have support for register sets
194 in CORE_GDBARCH.
195 (core_close): Reset CORE_GDBARCH.
196 (core_open): Initialize CORE_GDBARCH.
197 (get_core_register_section): Use register sets if they are
198 supported by CORE_GDBARCH.
199 (get_core_registers): Don't print error message if we have support
200 for register sets in CORE_GDBARCH.
201
202 2003-10-29 Andrew Cagney <cagney@redhat.com>
203
204 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
205 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
206
207 2003-10-29 Mark Kettenis <kettenis@gnu.org>
208
209 * objfiles.h (clear_objfile_data): New prototype.
210 * objfiles.c (clear_objfile_data): New function.
211 * symfile.c (reread_symbols): Clear per-objfile data.
212
213 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
214
215 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
216 printf_unfiltered instead of printf_filtered for output messages.
217 (add_symbol_file_command): Ditto.
218 (reread_symbols): Ditto.
219 (overlay_auto_command): Ditto.
220 (overlay_manual_command): Ditto.
221 (overlay_off_command): Ditto.
222
223 2003-10-27 Mark Kettenis <kettenis@gnu.org>
224
225 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
226 (gdbarch_from_bfd): New function.
227 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
228 deprecated_select_gdbarch_hack.
229 * arch-utils.h (gdbarch_from_bfd): New prototype.
230
231 2003-10-27 Andrew Cagney <cagney@redhat.com>
232
233 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
234 arch_info. Use warning instead of fprintf_filtered. Do not use
235 deprecated bfd_printable_arch_mach.
236
237 2003-10-26 Kevin Buettner <kevinb@redhat.com>
238
239 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
240 Delete.
241 (frv_register_type): Rename from frv_register_virtual_type. Add
242 ``struct gdbarch *'' parameter.
243 (frv_gdbarch_init): Delete calls to the following functions:
244 set_gdbarch_deprecated_size(),
245 set_gdbarch_deprecated_register_bytes(),
246 set_gdbarch_deprecated_register_raw_size(),
247 set_gdbarch_deprecated_max_register_raw_size(),
248 set_gdbarch_deprecated_register_virtual_size(),
249 set_gdbarch_deprecated_max_register_virtual_size(),
250 set_gdbarch_deprecated_register_virtual_size(),
251 set_gdbarch_deprecated_register_virtual_type().
252 Add call to function set_gdbarch_register_type().
253
254 2003-10-26 Mark Kettenis <kettenis@gnu.org>
255
256 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
257 FDOFF_REGNUM): Remove defines.
258 * win32-nat.c (do_child_fetch_inferior_registers): Include
259 "i387-tdep.h".
260 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
261 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
262 undefine I387_ST0_REGNUM.
263
264 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
265 * x86-64-tdep.c (x86_64_store_return_value): Use
266 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
267
268 Change register numbers to enumartion values.
269 * i386-tdep.h (enum i386_regnum): New.
270 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
271 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
272 I386_ST0_REGNUM): Remove defines.
273 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
274 I386_EDI_REGNUM): Remove defines.
275
276 2003-10-24 Andrew Cagney <cagney@redhat.com>
277
278 * target.c: Include "gdbcore.h".
279 (get_target_memory, get_target_memory_unsigned): New functions.
280 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
281 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
282 Use get_target_memory_unsigned.
283 * Makefile.in (target.o): Update dependencies.
284
285 2003-10-24 Andrew Cagney <cagney@redhat.com>
286
287 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
288 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
289 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
290 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
291 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
292
293 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
294 (can_run_code_for): Use the OO term "singleton".
295
296 2003-10-23 Andrew Cagney <cagney@redhat.com>
297
298 * Makefile.in (stack.o): Add $(regcache_h).
299 * stack.c: Include "regcache.h"
300 (return_command): Rewrite. Use get_frame_id and
301 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
302 about unhandled return-values.
303 * value.h (set_return_value): Delete declaration.
304 * values.c (set_return_value): Delete function.
305
306 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
307
308 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
309 (pseudo_regs): Add comment regarding register stack registers.
310 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
311 (floatformat_valid): New static routine.
312 (floatformat_ia64_ext): Add name field and set up is_valid routine
313 to floatformat_valid().
314 (examine_prologue): For the previous cfm, use
315 frame_unwind_register()
316 if the cfm is not stored in a register-stack register. Save the
317 previous cfm value in the prev_cfm field. Add debug output.
318 (ia64_frame_this_id): Use frame_id_build_special() to also register
319 the bsp. Add debug output.
320 (ia64_sigtramp_frame_this_id): Ditto.
321 (ia64_frame_prev_register): Look at cache saved_regs for a few more
322 registers and also add some checks for framelessness before accepting
323 current register values for fields such as return address. For cfm,
324 use the cached prev_cfm field if available. Add comment to explain
325 PSR logic. Add debug output.
326 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
327 as part of initialization.
328 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
329 calculated. Cache the bsp and cfm values.
330 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
331 instead of using ia64_frame_prev_register() which doesn't expect most
332 registers to be saved. The saved values for bsp and sp
333 can be taken from the cache. Add debug output.
334 (ia64_push_dummy_call): Use frame_id_build_special() to also register
335 the bsp.
336
337 2003-10-23 Jim Blandy <jimb@redhat.com>
338
339 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
340 architecture the current arch can run code for --- but not if it's
341 a superset.
342 (can_run_code_for): New function.
343
344 2003-10-22 James E Wilson <wilson@specifixinc.com>
345
346 * MAINTAINERS: Move myself from paper trail section back to write
347 after approval section.
348
349 2003-10-22 Andrew Cagney <cagney@redhat.com>
350
351 * exec.h: New file.
352 * win32-nat.c: Include "exec.h".
353 * solib.c: Include "exec.h".
354 * target.h (build_section_table): Delete declaration.
355 * somsolib.c: Include "exec.h".
356 (exec_ops): Delete extern declaration.
357 * rs6000-nat.c: Update copyright. Include "exec.h".
358 (exec_ops): Delete extern declaration.
359 * pa64solib.c: Update copyright. Include "exec.h".
360 (exec_ops): Delete extern declaration.
361 * exec.c: Update copyright. Include "exec.h".
362 * corelow.c: Update dependencies. Include "exec.h".
363 * Makefile.in (exec_h): Define.
364 (exec.o, somsolib.o): Update dependencies.
365 (pa64solib.o, corelow.o): Update dependencies.
366
367 2003-10-22 Andrew Cagney <cagney@redhat.com>
368
369 * target.c: Include "gdb_assert.h" (target_read): Call
370 "target_read_partial", not "target_write_partial".
371 (default_read_partial, default_write_partial): New function.
372 (target_read_partial, target_write_partial): Simplify, assume that
373 there is always a read/write method.
374 (update_current_target, add_target): Always set "to_read_partial"
375 and "to_write_partial".
376 (target_write, target_read): Fail on a zero byte transfer.
377 * Makefile.in (target.o): Update dependencies.
378 * target.h: Update copyright date.
379 (target_object): Fix typo.
380
381 2003-10-22 Andrew Cagney <cagney@redhat.com>
382
383 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
384 multi-arch method, add "targ" parameter.
385 (struct target_ops): Declare.
386 * gdbarch.h, gdbarch.c: Re-generate.
387 * Makefile.in (c-valprint.o): Update dependencies.
388 * arch-utils.h: Update copyright.
389 (convert_from_func_ptr_addr_identity): Declare.
390 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
391 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
392 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
393 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
394 * infcall.c (find_function_addr, call_function_by_hand): Update.
395 * c-valprint.c: Include "target.h".
396 (print_function_pointer_address): Update.
397
398 2003-10-22 Andrew Cagney <cagney@redhat.com>
399
400 * target.c (target_close): New function.
401 (debug_to_close): Use "target_close".
402 (push_target): Use "target_close".
403 (unpush_target): Use "target_close".
404 (pop_target): Use "target_close".
405 * target.h (struct target_ops): Add "to_xclose".
406 (target_open): Delete macro. Move comment to "to_open".
407 (target_close): Replace macro with function that takes a target.
408 * top.c (quit_target): Pass "current_target" to "target_close".
409
410 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
411
412 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
413 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
414 * symtab.h (lookup_minimal_symbol_text): Update.
415 * breakpoint.c (create_overlay_event_breakpoint,
416 create_longjmp_breakpoint): Update callers.
417 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
418 * symtab.c (find_pc_sect_line): Ditto.
419
420 2003-10-21 Andrew Cagney <cagney@redhat.com>
421
422 * target.c (errno): Delete extern declaration.
423
424 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
425
426 * ia64-tdep.c: Change all occurrences of
427 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
428 (ia64_frame_prev_register): Minor whitespace change.
429
430 2003-10-20 Michael Chastain <mec@shout.net>
431
432 * config/djgpp/fnchange.lst: Add lines for:
433 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
434 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
435 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
436 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
437 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
438 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
439 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
440
441 2003-10-20 Andrew Cagney <cagney@redhat.com>
442
443 * values.c (register_value_being_returned): Update comments. Use
444 "gdbarch_return_value" when available.
445 (using_struct_return): Ditto.
446 (set_return_value): Ditto. Use "gdbarch_return_value" when
447 available.. Print a warning, and not an error, when an unhandled
448 return type is encountered.
449 * infcmd.c: Include "gdb_assert.h".
450 (print_return_value): When gdbarch_return_value_p, and using
451 struct return, assume that the value is not available.
452 * defs.h (return_value_convention): Define.
453 * gdbarch.sh (gdbarch_return_value): New predicate method.
454 * gdbarch.h, gdbarch.c: Re-generate
455 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
456
457 2003-10-20 Andrew Cagney <cagney@redhat.com>
458
459 * symtab.c: Replace "struct sec" with "struct bfd_section".
460 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
461
462 2003-10-19 Michael Chastain <mec@shout.net>
463
464 * config/djgpp/fnchange.lst: Add lines for:
465 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
466 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
467 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
468
469 2003-10-19 Mark Kettenis <kettenis@gnu.org>
470
471 * amd64fbsd-nat.c (fetch_inferior_registers,
472 store_inferior_registers): Remove functions.
473 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
474
475 2003-10-18 Mark Kettenis <kettenis@gnu.org>
476
477 Add NetBSD/amd64 native configuration:
478 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
479 * amd64nbsd-tdep.c: New file.
480 * amd64nbsd-nat.c: New file.
481 * amd64bsd-nat.c: New file.
482 * config/i386/nbsd64.mh: New file.
483 * config/i386/nbsd64.mt: New file.
484 * configure.host: Add x86_64-*-netbsd*.
485 * configure.tgt: Add x86_64-*-netbsd*.
486 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
487 New targets.
488 * NEWS (New native configurations): Mention NetBSD/amd64.
489
490 2003-10-17 Michael Chastain <mec@shout.net>
491
492 * config/djgpp/fnchange.lst: Remove dead lines for:
493 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
494 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
495 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
496 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
497 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
498 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
499 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
500 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
501 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
502 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
503 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
504 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
505 gdb/config/sparc/tm-sparclite.h,
506 gdb/gdbtk/generic/ChangeLog-2001,
507 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
508 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
509 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
510 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
511 gdb/testsuite/gdb.mi/mi0-var-block.exp,
512 gdb/testsuite/gdb.mi/mi0-var-child.exp,
513 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
514 gdb/testsuite/gdb.mi/mi0-var-display.exp,
515 itcl/iwidgets3.0.0/demos/extfileselectionbox,
516 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
517 itcl/iwidgets3.0.0/demos/fileselectionbox,
518 itcl/iwidgets3.0.0/demos/fileselectiondialog,
519 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
520 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
521 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
522 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
523 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
524 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
525 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
526 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
527 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
528 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
529 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
530 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
531 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
532 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
533 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
534 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
535 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
536 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
537 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
538 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
539 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
540 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
541 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
542 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
543 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
544 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
545 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
546 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
547 itcl/iwidgets3.0.0/demos/html/shell.n.html,
548 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
549 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
550 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
551 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
552 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
553 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
554 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
555 itcl/iwidgets3.0.0/demos/scrolledcanvas,
556 itcl/iwidgets3.0.0/demos/scrolledframe,
557 itcl/iwidgets3.0.0/demos/scrolledhtml,
558 itcl/iwidgets3.0.0/demos/scrolledlistbox,
559 itcl/iwidgets3.0.0/demos/scrolledtext,
560 itcl/iwidgets3.0.0/demos/selectionbox,
561 itcl/iwidgets3.0.0/demos/selectiondialog,
562 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
563 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
564 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
565 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
566 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
567 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
568 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
569 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
570 itcl/iwidgets3.0.0/doc/scrolledframe.n,
571 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
572 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
573 itcl/iwidgets3.0.0/doc/scrolledtext.n,
574 itcl/iwidgets3.0.0/doc/selectionbox.n,
575 itcl/iwidgets3.0.0/doc/selectiondialog.n,
576 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
577 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
578 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
579 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
580 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
581 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
582 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
583 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
584 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
585 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
586 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
587 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
588 itcl/iwidgets3.0.0/generic/selectionbox.itk,
589 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
590 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
591 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
592 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
593 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
594 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
595 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
596 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
597 itcl/iwidgets3.0.0/tests/scrolledframe.test,
598 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
599 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
600 itcl/iwidgets3.0.0/tests/scrolledtext.test,
601 itcl/iwidgets3.0.0/tests/selectionbox.test,
602 itcl/iwidgets3.0.0/tests/selectiondialog.test,
603 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
604 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
605 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
606 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
607 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
608 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
609 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
610 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
611 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
612 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
613 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
614 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
615 tk/mac/tkMacProjects.sit.hqx.
616
617 2003-10-17 Andrew Cagney <cagney@redhat.com>
618
619 * target.c (target_section_by_addr): New function.
620 (do_xfer_memory): Use "target_section_by_addr".
621 * target.h (target_section_by_addr): Declare.
622
623 * target.h (struct target_ops): Add "to_read_partial" and
624 "to_write_partial", delete "to_query".
625 (target_read_partial, target_write_partial): Declare.
626 (target_read, target_write): Declare.
627 (target_query): Delete macro.
628 * target.c (target_read_partial): New function.
629 (target_write_partial, target_read, target_write): New function.
630 (update_current_target): Delete inheritance of "to_query". Add
631 comments about "to_read_partial" and "to_write_partial".
632 (debug_to_partial_read, debug_to_partial_write): New functions.
633 (debug_to_query): Delete function.
634 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
635 instead of "to_query".
636 * remote.c (remote_read_partial): Replace "remote_query".
637 (init_remote_ops): Set "to_read_partial" instead of "to_query".
638 (init_remote_async_ops): Ditto.
639 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
640 "target_read_partial" instead of "target_query".
641 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
642 Use "target_read_partial" instead of "target_query".
643
644 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
645
646 * frame.h (struct frame_id): Add new field: special_addr.
647 (frame_id_build_special): New prototype.
648 * frame.c (frame_id_build_special): New function.
649 (frame_id_build): Change to call frame_id_build_special().
650 (frame_id_eq): Change to also test special_addr field.
651 (frame_id_inner): Update comment.
652
653 2003-10-17 Andrew Cagney <cagney@redhat.com>
654
655 * target.c (update_current_target): Perform the target cleanup.
656 Put the target stack beneath the squashed "current_target".
657 (add_target): Delete disabled call to "cleanup_target".
658 (cleanup_target): Delete function.
659 (push_target, unpush_target): Do not call "cleanup_target".
660
661 2003-10-17 Andrew Cagney <cagney@redhat.com>
662
663 * target.c (target_stack): Change to a static target_ops.
664 (update_current_target): Walk the "struct target_ops" stack.
665 (pop_target, do_xfer_memory, target_info): Ditto.
666 (find_target_beneath): Ditto.
667 (push_target): Rewrite to use the "struct target_ops" stack.
668 (unpush_target): Ditto.
669 * target.h (struct target_stack_item): Delete definition.
670 (target_stack): Delete declaration.
671 (struct target_ops): Add field "beneath".
672
673 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
674
675 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
676 declaration.
677 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
678 (h8300_examine_prologue): Use h8300_normal_mode flag
679 (h8300_gdbarch_init): Set architecture info for normal mode
680
681 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
682
683 * remote.c (remote_protocol_vcont): New variable.
684 (set_remote_protocol_vcont_packet_cmd): New function.
685 (show_remote_protocol_vcont_packet_cmd): New function.
686 (init_all_packet_configs): Handle remote_protocol_vcont.
687 (remote_vcont_probe): New function.
688 (remote_vcont_resume): New function.
689 (remote_resume): Use it.
690 (remote_async_resume): Call remote_resume.
691 (_initialize_remote): Add verbose-resume packet commands.
692
693 2003-10-16 Andrew Cagney <cagney@redhat.com>
694
695 * infrun.c (handle_inferior_event): Add comment about
696 "frame_id_inner" being too weak.
697
698 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
699
700 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
701 second parameter, which is always null. Remove
702 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
703 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
704 accordingly.
705 * somsolib.c (som_solib_create_inferior_hook,
706 som_solib_desire_dynamic_linker_symbols): Update callers.
707 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
708
709 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
710
711 * remote-m32r-sdi.c : New file, interface to m32r on-chip
712 debug interface, SDI (Scalable Debug Interface).
713 * NEWS: Mention m32r SDI protocol was supported.
714 * Makefile.in (remote-m32r-sdi.o): Add build rule.
715 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
716
717 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
718
719 * ia64-linux-tdep.c: Include gdbcore.h.
720 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
721 (ia64_linux_sigcontext_register_addr): Find the address of the
722 sigcontext area stored in the sigframe instead of using
723 a magic offset constant.
724
725 2003-10-15 Andrew Cagney <cagney@redhat.com>
726
727 * remote.c (remote_search): Delete function.
728 * target.h (target_search): Delete disabled macro.
729 (struct target_ops): Delete disabled field "to_search".
730
731 2003-10-14 Kevin Buettner <kevinb@redhat.com>
732
733 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
734 instead of deprecated_inside_entry_file().
735
736 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
737
738 * sh-tdep.c: Fix copy/paste hangover in comment.
739 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
740 mode.
741 (sh3e_sh4_extract_return_value): Ditto.
742
743 2003-10-13 Richard Henderson <rth@redhat.com>
744
745 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
746 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
747 match c_val_print a bit closer.
748
749 2003-10-13 Kevin Buettner <kevinb@redhat.com>
750
751 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
752 (frv_gdbarch_adjust_breakpoint_address): New function.
753 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
754 method.
755
756 2003-10-13 Kevin Buettner <kevinb@redhat.com>
757
758 * breakpoint.h (struct breakpoint): Add new member
759 ``requested_address''.
760 * breakpoint.c (breakpoint_adjustment_warning)
761 (adjust_breakpoint_address): New static functions.
762 (print_it_typical): Issue warning if breakpoint's address is different
763 from its requested address.
764 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
765 (breakpoint_re_set_one): Set breakpoint's
766 ``requested_address'' field. Set ``address'' field to the
767 result of calling adjust_breakpoint_address() on the requested
768 address.
769
770 2003-10-13 Kevin Buettner <kevinb@redhat.com>
771
772 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
773 * gdbarch.h, gdbarch.c: Regenerate.
774
775 2003-10-11 Mark Kettenis <kettenis@gnu.org>
776
777 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
778 TDEP->sc_num_regs.
779
780 * i386fbsd-tdep.c: New file.
781 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
782 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
783 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
784 i386bsd-tdep.c.
785 (_initialize_i386fbsd_tdep): New function.
786 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
787 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
788 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
789 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
790 TDEP->sc_num_regs.
791 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
792 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
793 to initialize TDEP->sc_num_regs.
794 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
795 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
796 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
797 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
798 FreeBSD ELF OS/ABI's here.
799 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
800 (i386fbsd-tdep.o): New target.
801 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
802 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
803
804 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
805 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
806 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
807 in initialization of TDEP->sc_num_regs.
808
809 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
810 (x86_64_init_abi): Initialize regset_from_core_section if
811 appropriate.
812
813 * i386-tdep.c (i386_regset_from_core_section): New function.
814 (i386_gdbarch_init): Initialize regset_from_core_section if
815 appropriate.
816 * i386-tdep.h (i386_regset_from_core_section): New declaration.
817
818 * i386-tdep.h (struct regset): Declare opaque.
819
820 * gdbarch.sh (regset_from_core_section): New method.
821 (struct regset): Declare opaque.
822 * gdbarch.c, gdbarch.h: Regenerated.
823
824 2003-10-11 Alan Modra <amodra@bigpond.net.au>
825
826 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
827 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
828 Correct test for pc within section.
829
830 2003-10-11 Mark Kettenis <kettenis@gnu.org>
831
832 * gdbarch.sh: Remove trailing whitepsace from comments.
833
834 2003-10-08 Roland McGrath <roland@redhat.com>
835
836 * gcore.c (make_mem_sec): Function removed, folded into ...
837 (gcore_create_callback): ... here. To omit a section, clear its
838 SEC_LOAD bit rather than zeroing its size.
839 Omit read-only sections only if they correspond to a known disk file.
840 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
841
842 2003-10-10 Michael Snyder <msnyder@redhat.com>
843
844 * d10v-tdep.c: Fix typo in comment.
845
846 2003-10-10 Andrew Cagney <cagney@redhat.com>
847
848 * rs6000-tdep.c (e500_store_return_value): Delete function.
849 (e500_extract_return_value): Delete function.
850 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
851 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
852 "ppc_sysv_abi_restore_return_value" where applicable.
853 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
854 (ppc_sysv_abi_extract_return_value): Declare.
855 (ppc_sysv_abi_broken_store_return_value): Declare.
856 (ppc_sysv_abi_broken_extract_return_value): Declare.
857 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
858 * ppc-sysv-tdep.c (return_value_convention): Move definition to
859 start of file.
860 (do_ppc_sysv_return_value): New function.
861 (ppc_sysv_abi_extract_return_value): New function.
862 (ppc_sysv_abi_store_return_value): New function.
863 (ppc_sysv_abi_broken_extract_return_value): New function.
864 (ppc_sysv_abi_broken_store_return_value): New function.
865 (ppc_sysv_abi_use_struct_convention): Call
866 do_ppc_sysv_return_value.
867
868 2003-10-10 J. Brobecker <brobecker@gnat.com>
869
870 * blockframe.c (inside_main_func): No longer use symbol_lookup()
871 to lookup the main function symbol.
872
873 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
874
875 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
876 types correctly.
877 (sh_push_dummy_call_fpu): Fix argument passing rules.
878 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
879 float types.
880 (sh3e_sh4_store_return_value): Ditto.
881
882 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
883
884 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
885 comment.
886
887 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
888
889 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
890 more readable code. Accomodate passing of bitfields.
891
892 2003-10-10 Andrew Cagney <cagney@redhat.com>
893
894 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
895 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
896 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
897 * ppc-sysv-tdep.c: Include "gdb_assert.h".
898 (ppc64_sysv_abi_push_dummy_call): New function.
899 (ppc64_sysv_abi_broken_push_dummy_call): New function.
900 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
901 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
902
903 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
904
905 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
906 * README: Ditto.
907 * d10v-tdep.c: Ditto.
908 * h8300-tdep.c: Ditto.
909 * remote-e7000.c: Ditto.
910 * remote-hms.c: Ditto.
911 * ser-e7kpc.c: Ditto.
912 * sh-stub.c: Ditto.
913 * sh-tdep.c: Ditto.
914 * sh-tdep.h: Ditto.
915 * sh3-rom.c: Ditto.
916 * sh64-tdep.c: Ditto.
917 * top.c: Ditto.
918 * wince.c: Ditto.
919 * config/d10v/d10v.mt: Ditto.
920 * config/sh/embed.mt: Ditto.
921 * config/sh/linux.mt: Ditto.
922 * config/sh/tm-linux.h: Ditto.
923 * config/sh/tm-sh.h: Ditto.
924 * config/sh/wince.mt: Ditto.
925
926 2003-10-09 Andrew Cagney <cagney@redhat.com>
927
928 * ppc-tdep.h (struct type): Declare opaque.
929 * x86-64-tdep.h (struct regcache): Declare opaque.
930 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
931 coding style.
932
933 2003-10-09 Andrew Cagney <cagney@redhat.com>
934
935 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
936 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
937 (SOFTWARE_SINGLE_STEP_P): Ditto.
938 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
939 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
940 (SOFTWARE_SINGLE_STEP_P): Ditto.
941 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
942 software_single_step to rs6000_software_single_step.
943
944 2003-10-09 Andrew Cagney <cagney@redhat.com>
945
946 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
947
948 2003-10-09 Michael Snyder <msnyder@redhat.com>
949
950 * frame.h: Fix typo in comment.
951 * dummy-frame.c: Fix typo in comment.
952 * d10v-tdep.c: Random whitespace/comment tweaks.
953
954 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
955
956 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
957 (sh_push_dummy_code): Delete function, it's only used for dummy calls
958 on stack.
959
960 Based on input by Stephen Clarke (stephen.clarke@superh.com):
961 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
962 in detail.
963
964 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
965
966 * remote-mips.c (mips_initialize): Remove unneeded call to
967 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
968
969 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
970
971 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
972 a memory pointer.
973
974 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
975
976 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
977 for any lwp we resume.
978 (running_callback): Add lwps that have pending status events
979 against them to be considered running.
980
981 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
982
983 * m32r-tdep.c : Include "dis-asm.h".
984 * Makefile.in (m32r-tdep.o): Update dependencies.
985
986 2003-10-06 J. Brobecker <brobecker@gnat.com>
987
988 * completer.h (get_gdb_completer_word_break_characters): Delete.
989 * completer.c: include language.h.
990 (gdb_completer_word_break_characters): Delete.
991 (get_gdb_completer_word_break_characters): Delete.
992 (location_completer): Use the word break characters of the current
993 language.
994 (complete_line): Likewise.
995 (line_completion_function): Likewise.
996 (skip_quoted_chars): Likewise.
997 * Makefile.in (completer.o): Add dependency on language.h.
998 * top.c (init_main): Set the readline word break characters
999 to GDB's default word break characters.
1000
1001 2003-10-06 J. Brobecker <brobecker@gnat.com>
1002
1003 * language.h (language_defn): new field, la_word_break_characters.
1004 * language.c (unknown_language_defn): Set new field to
1005 default_word_break_characters.
1006 (auto_language_defn): Likewise.
1007 (local_language_defn): Likewise.
1008 * ada-lang.c (ada_language_defn): Likewise.
1009 * c-lang.c (c_language_defn): Likewise.
1010 (cplus_language_defn): Likewise.
1011 (asm_language_defn): Likewise.
1012 (minimal_language_defn): Likewise.
1013 * f-lang.c (f_language_defn): Likewise.
1014 * jv-lang.c (java_language_defn): Likewise.
1015 * m2-lang.c (m2_language_defn): Likewise.
1016 * objc-lang.c (objc_language_defn): Likewise.
1017 * p-lang.c (pascal_language_defn): Likewise.
1018 * scm-lang.c (scm_language_defn): Likewise.
1019
1020 2003-10-06 Andrew Cagney <cagney@redhat.com>
1021
1022 * ppc-sysv-tdep.c: Re-indent.
1023
1024 2003-10-06 J. Brobecker <brobecker@gnat.com>
1025
1026 * language.h (default_word_break_characters): Add prototype.
1027 * language.c (default_word_break_characters): New function.
1028
1029 2003-10-06 Andreas Schwab <schwab@suse.de>
1030
1031 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
1032 with %eax.
1033
1034 2003-10-06 Andrew Cagney <cagney@redhat.com>
1035
1036 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
1037 "h8500-tdep.c".
1038 (z8k-tdep.o): Delete custom build rule.
1039
1040 2003-10-06 Andrew Cagney <cagney@redhat.com>
1041
1042 * Makefile.in: Update all dependencies.
1043
1044 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
1045 No longer list PA as as obsolete candidate. List m32r as
1046 broken instead of obsolete.
1047
1048 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
1049 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
1050 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
1051 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
1052 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
1053 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
1054 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
1055 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1056 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
1057 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
1058 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
1059 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
1060 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
1061 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
1062 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
1063 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
1064 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
1065 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
1066 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
1067 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
1068 * config/z8k/z8k.mt: Ditto.
1069
1070 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
1071 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
1072 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
1073 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1074 sparclite were removed.
1075 * configure.host, configure.tgt: Remove corresponding tuples.
1076
1077 * breakpoint.c, breakpoint.h: Remove obsolete code.
1078 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1079 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1080 * stabsread.h, xcoffread.c: Ditto.
1081
1082 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1083 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1084 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1085 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1086
1087 2003-10-06 David Lecomber <dsl@sources.redhat.com>
1088
1089 * f-valprint.c: Reformatting
1090
1091 2003-10-06 Mark Kettenis <kettenis@gnu.org>
1092
1093 * x86-64-tdep.c: Remove duplicate comment.
1094
1095 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1096 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1097 names for return values. This fixes a bug since we looked at %rbx
1098 instead of %rdx.
1099
1100 2003-10-05 Mark Kettenis <kettenis@gnu.org>
1101
1102 * x86-64-tdep.c: Include "regset.h".
1103
1104 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1105 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1106 sizeof_fpregset.
1107 * i386-tdep.c: Include "regset.h".
1108 (i386_supply_gregset): New function.
1109 (i386_supply_fpregset): New function.
1110 (i386_gdbarch_init): Initialze register set-related members of
1111 TDEP.
1112 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1113 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1114
1115 2003-10-03 Andrew Cagney <cagney@redhat.com>
1116
1117 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1118 set extract_return_value, store_return_value and
1119 use_struct_convention to ppc64_sysv_abi_extract_return_value,
1120 ppc64_sysv_abi_store_return_value and
1121 ppc64_sysv_abi_use_struct_convention.
1122 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1123 (ppc64_sysv_abi_store_return_value): Declare.
1124 (ppc64_sysv_abi_use_struct_convention): Declare.
1125 * ppc-sysv-tdep.c (enum return_value_convention): Define.
1126 (ppc64_sysv_abi_extract_return_value): New function.
1127 (ppc64_sysv_abi_store_return_value): New function.
1128 (ppc64_sysv_abi_use_struct_convention): New function.
1129 (ppc64_sysv_abi_return_value): New function.
1130
1131 2003-10-03 Andrew Cagney <cagney@redhat.com>
1132
1133 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1134 convert a descriptor to a function when it's in the ".opd"
1135 section.
1136
1137 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1138
1139 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1140 reg_size to keep GCC silent.
1141
1142 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1143
1144 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1145 base for DW_EH_PE_textrel encodings.
1146 (read_encoded_value): Add a DW_EH_PE_textrel case.
1147 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1148 section.
1149
1150 2003-10-03 Mark Kettenis <kettenis@gnu.org>
1151
1152 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1153
1154 2003-10-02 Andrew Cagney <cagney@redhat.com>
1155
1156 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1157 REGISTER_RAW_SIZE.
1158 * gdbarch.h, gdbarch.c: Re-generate.
1159 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1160 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1161 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1162 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1163 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1164 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1165 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1166 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1167 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1168 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1169 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1170 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1171 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1172 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1173 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1174 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
1175
1176 2003-10-02 Jim Blandy <jimb@redhat.com>
1177
1178 * dwarf2read.c (struct die_info): Doc fix.
1179
1180 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1181
1182 * sh-tdep.c: Running thru gdb_indent.sh.
1183
1184 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1185
1186 * sh-tdep.c (sh_justify_value_in_reg): New function.
1187 (sh_stack_allocsize): Ditto.
1188 (flt_argreg_array): New array used for floating point argument
1189 passing.
1190 (sh_init_flt_argreg): New function.
1191 (sh_next_flt_argreg): Ditto.
1192 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1193 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1194 Fix argument passing strategy.
1195 (sh_push_dummy_call_nofpu): Ditto.
1196
1197 2003-10-01 Andrew Cagney <cagney@redhat.com>
1198
1199 * value.h (register_value_being_returned): Declare. Replace
1200 "value_being_returned".
1201 * infcall.c (call_function_by_hand): Use
1202 register_value_being_returned.
1203 * infcmd.c (print_return_value): Call
1204 "register_value_being_returned", handle struct return locally.
1205 * values.c (register_value_being_returned): New function. Replace
1206 "value_being_returned".
1207
1208 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
1209
1210 * linux-proc.c (linux_do_registers): New function.
1211 (linux_make_note_section): Use linux_do_registers in case of
1212 single threaded inferior programs.
1213
1214 2003-10-01 Andrew Cagney <cagney@redhat.com>
1215
1216 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1217 use STRUCT_ADDR. When not using "struct return convention", pass
1218 "0" to "value_being_returned". Add FIXMEs.
1219 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1220 value_being_returned. Add comments.
1221 * values.c (value_being_returned): Add fixme.
1222 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1223 (hppa_value_returned_from_stack): Add FIXME.
1224
1225 2003-09-30 David Carlton <carlton@kealia.com>
1226
1227 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1228 'has_children' and 'next' by 'child' and 'sibling'.
1229 (read_comp_unit): Rework algorithm, breaking body into
1230 read_die_and_children and read_die_and_siblings.
1231 (read_die_and_children, read_die_and_siblings): New.
1232 (read_full_die): Add 'has_children' argument; set it instead of
1233 the die's 'has_children' field. Minor formatting cleanup.
1234 (free_die_list): Use die->child and die->sibling instead of
1235 die->next.
1236 (dump_die_list): Ditto.
1237 (sibling_die): Use die->sibling.
1238 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1239 'has_children' and 'next' fields.
1240 (process_die, read_file_scope, read_func_scope)
1241 (read_lexical_block_scope, read_structure_scope)
1242 (read_enumeration, read_array_type, read_common_block)
1243 (read_namespace, read_subroutine_type, dump_die): Ditto.
1244
1245 2003-09-30 Andrew Cagney <cagney@redhat.com>
1246
1247 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1248 to 224, not 220.
1249
1250 2003-09-30 Andrew Cagney <cagney@redhat.com>
1251
1252 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1253 REGISTER_VIRTUAL_SIZE.
1254 * gdbarch.h, gdbarch.c: Regenerate.
1255 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1256 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1257 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1258
1259 2003-09-29 Andrew Cagney <cagney@redhat.com>
1260
1261 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1262 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1263 * gdbarch.h, gdbarch.c: Regenerate.
1264 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1265 * sh64-tdep.c, sparc-tdep.c: Update.
1266
1267 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1268 * remote-vxmips.c (vx_read_register): Ditto.
1269 * remote-vx68.c (vx_read_register): Ditto.
1270 * gnu-nat.c (inf_validate_procs): Ditto.
1271
1272 2003-09-29 J. Brobecker <brobecker@gnat.com>
1273
1274 * infcall.c (call_function_by_hand): Fix build failure
1275 introduced in the previous change to this file.
1276
1277 2003-09-29 Andrew Cagney <cagney@redhat.com>
1278
1279 * NEWS: Mention Objective-C.
1280
1281 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
1282
1283 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1284 test if the register has been saved on the stack.
1285 (arm_scan_prologue_cache): When analysing the instruction
1286 "str lr, [sp, #-4]", save the address where lr has been stored.
1287
1288 2003-09-28 Andrew Cagney <cagney@redhat.com>
1289
1290 * frame.c (frame_read_unsigned_register): Delete function.
1291 * frame.h (frame_read_unsigned_register): Delete declaration.
1292 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1293 get_frame_register_unsigned.
1294 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1295 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1296 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1297
1298 * frame.h (frame_read_register): Delete declaration.
1299 * frame.c (frame_read_register): Delete function.
1300 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1301 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1302 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1303 * mips-tdep.c (mips_register_to_value): Ditto.
1304 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1305 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1306
1307 * frame.c (frame_read_signed_register): Delete function.
1308 (frame_read_unsigned_register): Update comments.
1309 * frame.h (frame_read_signed_register): Delete declaration.
1310 * h8300-tdep.c (h8300_print_register): Use
1311 get_frame_register_signed.
1312 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1313
1314 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1315 Rename VALUE_RETURNED_FROM_STACK.
1316 * infcmd.c (print_return_value): Update.
1317 * infcall.c (call_function_by_hand): Update.
1318
1319 2003-09-28 Mark Kettenis <kettenis@gnu.org>
1320
1321 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1322 regcache argument and reverse the order of the other two
1323 arguments. Remove local regcache variable. Determine
1324 architecture from REGCACHE. Update comments.
1325 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1326 reverse the order of the other two arguments. Remove local
1327 regcache variable. Determine architecture from REGCACHE. Update
1328 comments.
1329 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1330 prototypes. Update comments.
1331 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1332 comment.
1333 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1334 Update.
1335 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1336 * i386-interix-nat.c (supply_fpregset): Update.
1337 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1338 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1339 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1340 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1341 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1342 Update.
1343 * i386obsd-tdep.c (fetch_core_registers): Update.
1344 * i386v4-nat.c (supply_fpregset): Update.
1345 * x86-64-linux-nat.c (supply_fpregset): Update.
1346 * x86-64-linux-tdep.c (fetch_core_registers): Update.
1347
1348 2003-09-27 Mark Kettenis <kettenis@gnu.org>
1349
1350 * i386-tdep.h: Put opaque declarations in alphabetical
1351 order. Remove spurious whitespace.
1352 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1353 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1354 * i386-tdep.c (MM0_REGNUM): Remove define.
1355 (i386_mmx_regnum_p): Add gdbarch argument.
1356 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1357 Rewrite using new macro definitions for FPU/SSE registers.
1358 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1359 definitions from i387-tdep.h.
1360 (i386_register_name): Update.
1361 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1362 new macro definitions for FPU/SSE registers.
1363 (i386_extract_return_value): Determine whether floating-point
1364 registers are present by examining REGCACHE's architecture.
1365 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1366 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1367 FPU/SSE registers.
1368 (i386_register_type): Update.
1369 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1370 definitions for FPU registers. Use REGCACHE's architecture to
1371 determine the appropriate register numbers.
1372 (i386_pseudo_register_read, i386_pseudo_register_write,
1373 i386_register_reggroup_p): Update.
1374 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1375 TDEP->mm0_regnum.
1376 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1377 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1378 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1379 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1380 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1381 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1382 *' to `void *'.
1383 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1384 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1385 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1386 definitions for FPU/SSE registers.
1387 (FXSAVE_MXCSR_ADDR): New define.
1388 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1389 TDEP->mm0_regnum.
1390 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1391 (I387_ST0_REGNUM): Define.
1392
1393 * regcache.h (get_regcache_arch): New prototype.
1394 * regcache.c (get_regcache_arch): New function.
1395
1396 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1397 whitespace.
1398
1399 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1400 Initialize using ARRAY_SIZE.
1401
1402 2003-09-27 Andrew Cagney <cagney@redhat.com>
1403
1404 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1405 "init_frame_pc_default".
1406 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1407 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1408 * vax-tdep.c (vax_gdbarch_init): Update.
1409 * v850-tdep.c (v850_gdbarch_init): Update.
1410 * sh64-tdep.c (sh64_gdbarch_init): Update.
1411 * s390-tdep.c (s390_gdbarch_init): Update.
1412 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1413 * mcore-tdep.c (mcore_gdbarch_init): Update.
1414 * h8300-tdep.c (h8300_gdbarch_init): Update.
1415 * cris-tdep.c (cris_gdbarch_init): Update.
1416 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1417
1418 2003-09-26 Mark Kettenis <kettenis@gnu.org>
1419
1420 * regset.h: New file.
1421 * Makefile.in (regset_h): Add.
1422
1423 2003-09-25 Andrew Cagney <cagney@redhat.com>
1424
1425 * frame.h (deprecated_frame_saved_regs): Rename
1426 get_frame_saved_regs.
1427 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1428 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1429 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1430 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1431 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1432
1433 2003-09-25 Andrew Cagney <cagney@redhat.com>
1434
1435 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1436 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1437 and Java.
1438 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1439 arm*-*-* do not use the new frame code.
1440
1441 2003-09-25 David Carlton <carlton@kealia.com>
1442
1443 * c-exp.y: Remove 'register' declarations.
1444 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1445
1446 2003-09-25 David Carlton <carlton@kealia.com>
1447
1448 * c-exp.y: Include cp-support.h. Add qualified_type.
1449 (yylex): Delete nested type hack; add comments.
1450 * cp-namespace.c (cp_lookup_nested_type): New function.
1451 * cp-support.h: Declare cp_lookup_nested_type.
1452 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1453 instead of value_struct_elt_for_reference.
1454 * valops.c: Include cp-support.h.
1455 (value_aggregate_elt): New function.
1456 (value_namespace_elt): Ditto.
1457 (value_struct_elt_for_reference): Make static.
1458 * value.h: Delete declaration of value_struct_elt_for_reference;
1459 add declaration for value_aggregate_elt.
1460 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1461 (valops.o): Ditto.
1462
1463 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
1464
1465 * stack.c: Include "reggroups.h".
1466 (frame_info): Only display registers in all_reggroup.
1467 * Makefile.in (stack.o): Update dependencies.
1468
1469 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1470
1471 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1472 "add ip, sp #n" in the prologue.
1473 (arm_scan_prologue): Ditto.
1474
1475 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1476
1477 * MAINTAINERS (write after approval): Add myself.
1478
1479 2003-09-25 Andreas Schwab <schwab@suse.de>
1480
1481 * m68k-tdep.c: Include "dwarf2-frame.h".
1482 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1483 * Makefile.in (m68k-tdep.o): Update dependencies.
1484
1485 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
1486
1487 * sh-tdep.c (struct frame_extra_info): Remove.
1488 (struct sh_frame_cache): New structure.
1489 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1490 (GET_TARGET_REG): Ditto but target register.
1491 (GET_PUSHED_REG): Remove.
1492 (IS_MOV_ARG_TO_REG): New macro.
1493 (IS_MOV_ARG_TO_IND_R14): New macro.
1494 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1495 (IS_MOVW_PCREL_TO_REG): New macro.
1496 (IS_MOVL_PCREL_TO_REG): New macro.
1497 (IS_SUB_REG_FROM_SP): New macro.
1498 (IS_ARG_MOV): Remove.
1499 (IS_MOV_TO_R14): Remove.
1500 (IS_RESTORE_FP): New macro.
1501 (IS_RTS): New macro.
1502 (IS_LDS): New macro.
1503 (IS_MOV_FP_SP): New macro.
1504 (IS_ADD_REG_TO_FP): New macro.
1505 (IS_ADD_IMM_FP): New macro.
1506 (sh_skip_prologue_hard_way): Remove.
1507 (sh_saved_pc_after_call): Remove.
1508 (sh_frame_chain): Remove.
1509 (sh_find_callers_reg): Remove.
1510 (sh_nofp_frame_init_saved_regs): Remove.
1511 (sh_fp_frame_init_saved_regs): Remove.
1512 (sh_init_extra_frame_info): Remove.
1513 (sh_analyze_prologue): New function.
1514 (sh_skip_prologue): Remove deprecated code. Rely on new function
1515 sh_analyze_prologue when after_prologue fails.
1516 (sh_frame_saved_pc): Remove.
1517 (sh_alloc_frame_cache): New function.
1518 (sh_frame_cache): Ditto.
1519 (sh_frame_prev_register): Ditto.
1520 (sh_frame_this_id): Ditto.
1521 (sh_frame_unwind): New structure defining the heuristic frame
1522 sniffer interface.
1523 (sh_frame_sniffer): New function.
1524 (sh_unwind_sp): Ditto.
1525 (sh_unwind_pc): Ditto.
1526 (sh_unwind_dummy_id): Ditto.
1527 (sh_frame_base_address): Ditto.
1528 (sh_frame_base): New structure defining new frame base code.
1529 (sh_in_function_epilogue_p): New function.
1530 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1531 code and to call all new code instead. Initialize dwarf2 and
1532 heuristic frame sniffer.
1533
1534 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1535
1536 * parser-defs.h (struct exp_descriptor): New definition, containing
1537 language-specific info for printing, prefixifying, dumping, and
1538 evaluating expressions.
1539 (exp_descriptor_standard): Declare new variable.
1540 (print_subexp): Make global and declare here (from expprint.c).
1541 (dump_subexp): Ditto.
1542 (dump_subexp_body_standard): Declare.
1543 (operator_length_standard): Declare.
1544 (op_name_standard): Declare.
1545 (print_subexp): Declare.
1546 (print_subexp_standard): Declare.
1547
1548 * language.h (struct language_defn): Add la_exp_desc field to hold
1549 pointer to table for language-specific operators.
1550 Remove evaluate_exp field, which is now in struct exp_descriptor.
1551
1552 * parse.c (operator_length): Move most code to new
1553 operator_length_standard function. Use language-specific information.
1554 (operator_length_standard): New function taking most code from
1555 operator_length.
1556 (exp_descriptor_standard): New constant.
1557
1558 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
1559 and OP_EXTENDED_LAST.
1560
1561 * expprint.c (print_subexp): Use language-specific print_subexp.
1562 Make global; remove static declaration.
1563 Move most code to print_subexp_standard.
1564 (print_subexp_standard): New function, containing code formerly in
1565 print_subexp.
1566 (op_name): Add expression to argument signature.
1567 Use langauge-specific op_name.
1568 Move most code to op_name_standard.
1569 (op_name_standard): New function, containing code formerly in op_name.
1570 (dump_subexp): Use new version of op_name function.
1571 Use language-specific dump_subexp_body, and move most existing code to
1572 dump_subexp_body_standard.
1573 (dump_raw_expression): Use new op_name interface.
1574 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1575 (dump_subexp_body_standard): New function, containing code formerly
1576 in dump_subexp_body.
1577
1578 * language.c (unknown_language): Add default la_exp_desc field and
1579 remove evaluate_exp field.
1580 (auto_language): Ditto.
1581 (local_language): Ditto.
1582 * f-lang.c (f_language_defn): Ditto.
1583 * c-lang.c (c_language_defn): Ditto.
1584 (cplus_language_defn): Ditto.
1585 (asm_language_defn): Ditto.
1586 (minimal_language_defn): Ditto.
1587 * p-lang.c (pascal_language_defn): Ditto.
1588 * m2-lang.c (m2_language_defn): Ditto.
1589 * objc-lang.c (objc_language_defn): Ditto.
1590
1591 * jv-lang.c (exp_descriptor_java): New variable, containing
1592 Java-specific expression evaluator.
1593 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1594 field.
1595 * scm-lang.c (exp_descriptor_scm): New variable, containing
1596 Scheme-specific expression evaluator.
1597 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1598 field.
1599 * objc-lang.c (print_object_command): Take evaluate_exp from the
1600 la_exp_desc field.
1601
1602 * Makefile.in (eval.o): Add dependency on parser-defs.h.
1603
1604 * eval.c: Include parser-defs.h for the full declaration of
1605 la_exp_desc's type.
1606 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
1607
1608 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1609
1610 * parser-defs.h (operator_length): Declare.
1611
1612 * parse.c (length_of_subexp): Use operator_length to get operator
1613 lengths and arities for operators.
1614 Move most code to new operator_length function.
1615 (operator_length): New function absorbing most code from
1616 length_of_subexp.
1617 (prefixify_subexp): Remove large case and use operator_length instead.
1618 (parse_exp_1): Use renamings:
1619 dump_prefix_expression => dump_raw_expression and
1620 dump_postfix_expression => dump_prefix_expression.
1621
1622 * expression.h (dump_prefix_expression): Rename to ...
1623 (dump_raw_expression): New name.
1624 (dump_postfix_expression): Rename to ...
1625 (dump_prefix_expression): New name.
1626
1627 * expprint.c (dump_subexp): Make global. Add comment.
1628 Move most existing code to dump_subexp_body.
1629 (dump_subexp_body): New function.
1630 (dump_prefix_expression): Rename to dump_raw_expression.
1631 Remove attempt to print the expression via print_expression: it can't
1632 work before the expression is prefixified.
1633 (dump_raw_expression): Renamed from dump_prefix_expression.
1634 (dump_postfix_expression): Rename to dump_prefix_expression, since
1635 that's what it does.
1636 Remove 'note' parameter, since this routine must be used on
1637 prefixified expression.
1638 (dump_prefix_expression): Renamed from dump_postfix_expression.
1639
1640 2003-09-22 Jim Blandy <jimb@redhat.com>
1641
1642 * dwarf2read.c (read_array_type): When building the type for an
1643 array of unspecified length, make sure to choose the upper bound
1644 so that the array's total length comes out to be zero --- that's
1645 how we represent such arrays.
1646
1647 2003-09-22 Michael Chastain <mec@shout.net>
1648
1649 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1650
1651 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
1652
1653 * top.c (quit_force): Fix indirect call to quit_target so
1654 a struct qt_args pointer is passed.
1655
1656 2003-09-22 Andrew Cagney <cagney@redhat.com>
1657
1658 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1659 * arch-utils.c (init_frame_pc_noop): Delete function.
1660 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1661 "init_frame_pc".
1662 * mips-tdep.c (mips_gdbarch_init): Ditto.
1663 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1664 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1665 declaration.
1666 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1667 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1668 declaration.
1669 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1670
1671 2003-09-22 Anthony Green <green@redhat.com>
1672
1673 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1674 declaration.
1675
1676 2003-09-20 Andrew Cagney <cagney@redhat.com>
1677
1678 * breakpoint.c: Eliminate ARGSUSED.
1679 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1680 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1681 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1682 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1683 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1684 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1685 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1686 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1687 * wince.c, remote-vx.c: Ditto.
1688
1689 * cli/cli-script.c: Remove "register" attributes.
1690 * config/pa/tm-hppa.h: Ditto.
1691 * cli/cli-decode.c: Ditto.
1692 * cli/cli-cmds.c: Ditto.
1693
1694 2003-09-19 Andrew Cagney <cagney@redhat.com>
1695
1696 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1697 DEPRECATED_NPC_REGNUM.
1698 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1699
1700 2003-09-19 Christopher Faylor <cgf@redhat.com>
1701
1702 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1703
1704 2003-09-19 Jim Blandy <jimb@redhat.com>
1705
1706 * macrotab.c (macro_include): Use the correct comparison to find
1707 the appropriate place for this inclusion in the list.
1708
1709 2003-09-19 Andrew Cagney <cagney@redhat.com>
1710
1711 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1712 (DEPRECATED_HPUX_TEXT_END): Define.
1713 (deprecated_hpux_text_end): Declare.
1714 (struct target_ops): Declare opaque.
1715 * hppah-nat.c (text_end): Make static.
1716 (deprecated_hpux_text_end): New function.
1717 * exec.c (text_end): Delete global variable.
1718 (NEED_TEXT_START_END): Do not define.
1719 (exec_file_attach): Replace code computing "text_end" code with
1720 call to DEPRECATED_HPUX_TEXT_END.
1721
1722 2003-09-19 Andrew Cagney <cagney@redhat.com>
1723
1724 * utils.c (align_up, align_down): New functions.
1725 * defs.h (align_up, align_down): Declare.
1726 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1727 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1728 and "align_down".
1729 (round_up, round_down): Delete functions.
1730 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1731 "align_down".
1732 (ROUND_DOWN, ROUND_UP): Delete macros.
1733 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1734 * h8300-tdep.c: Replace "round_up" and "round_down" with
1735 "align_up" and "align_down".
1736 (round_up, round_down): Delete macros.
1737 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1738 "align_down".
1739 (ROUND_UP, ROUND_DOWN): Delete macros.
1740
1741 2003-09-18 J. Brobecker <brobecker@gnat.com>
1742
1743 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1744 hard-coded constant. Use the proper machine name instead.
1745
1746 2003-09-17 Andrew Cagney <cagney@redhat.com>
1747
1748 * sparc-tdep.c (legacy_register_name): Delete function.
1749 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1750 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1751 * infcmd.c (gdb_register_name): Delete variable.
1752 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1753 REGISTER_NAME and "tm.h".
1754 * gdbarch.h, gdbarch.c: Regenerate.
1755 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1756 REGISTER_NAMES in comments.
1757 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1758 * m68klinux-nat.c (regmap): Ditto.
1759
1760 2003-09-17 Jim Blandy <jimb@redhat.com>
1761
1762 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1763
1764 2003-09-17 Andrew Cagney <cagney@redhat.com>
1765
1766 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1767 (ppcnbsd_init_abi): Set "use_struct_convention" to
1768 "ppcnbsd_use_struct_convention".
1769
1770 2003-09-17 Mark Kettenis <kettenis@gnu.org>
1771
1772 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1773 * gdbarch.h, gdbarch.c: Regenerate.
1774 (stabs_argument_has_addr): New architecture method.
1775 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1776 * arch-utils.c: Include "buildsym.h".
1777 (default_stabs_argument_has_addr): New function.
1778 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1779 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1780
1781 2003-09-17 Andrew Cagney <cagney@redhat.com>
1782
1783 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1784 * gdbarch.h, gdbarch.c: Regenerate.
1785 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1786 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1787 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1788 * sparcnbsd-tdep.c: Update.
1789
1790 2003-09-17 Andrew Cagney <cagney@redhat.com>
1791
1792 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1793 * gdbarch.h, gdbarch.c: Regenerate.
1794 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1795 * d10v-tdep.c, frame.c: Update.
1796 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1797 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1798 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1799 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1800 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1801 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1802 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1803 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1804 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1805 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1806 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1807 * config/pa/nm-hppah.h: Update.
1808
1809 2003-09-16 Andrew Cagney <cagney@redhat.com>
1810
1811 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1812 "use_struct_convention" to "ppc_linux_use_struct_convention".
1813 (ppc_linux_use_struct_convention): New function.
1814 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1815 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1816 "rs6000_use_struct_convention".
1817 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1818 declaration.
1819 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1820 Delete function.
1821
1822 2003-09-16 Andrew Cagney <cagney@redhat.com>
1823
1824 * buildsym.c: Remove more occurances of "register".
1825 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1826 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1827 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1828 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1829 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1830 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1831 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1832 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1833
1834 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1835
1836 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1837 numbers to enumeration values.
1838 * sh-tdep.c: Accomodate above change.
1839 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1840 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1841 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1842 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1843 (IS_FPUSH): Rename from IS_FMOV.
1844 (sh_extract_struct_value_address): Remove useless comment.
1845 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1846 instead of own local values.
1847 (sh_dump_tdep): Remove.
1848 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1849 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1850
1851 2003-09-15 Andrew Cagney <cagney@redhat.com>
1852
1853 * doublest.c (convert_floatformat_to_doublest): No longer need to
1854 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1855
1856 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1857
1858 * values.c (unpack_double): Call floatformat_is_valid.
1859
1860 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1861
1862 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1863 ps_strings into a long.
1864
1865 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1866 _initialize_am64fbsd_nat.
1867
1868 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1869
1870 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1871 associated with DW_AT_ranges attribute is out of bounds.
1872
1873 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1874
1875 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1876
1877 2003-09-14 Michael Chastain <mec@shout.net>
1878
1879 * config/m68k/nm-apollo68v.h: Delete.
1880 * config/m68k/xm-apollo68v.h: Delete.
1881
1882 2003-09-14 Andrew Cagney <cagney@redhat.com>
1883
1884 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1885 * dcache.c: Update copyrights and descriptions.
1886 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1887
1888 2003-09-14 Andrew Cagney <cagney@redhat.com>
1889
1890 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1891 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1892
1893 2003-09-14 Andrew Cagney <cagney@redhat.com>
1894
1895 * alpha-nat.c: Remove some occurances of "register".
1896 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1897 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1898 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1899 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1900 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1901 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1902 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1903 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1904 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1905 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1906 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1907 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1908 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1909 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1910 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1911 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1912 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1913 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1914 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1915 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1916 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1917 * values.c, vax-tdep.c, xcoffread.c: Ditto.
1918
1919 2003-09-13 Andrew Cagney <cagney@redhat.com>
1920
1921 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1922 * ppc-tdep.h (struct regcache): Declare opaque.
1923 * objfiles.h (struct objfile_data): Declare opaque.
1924 * cp-support.h (struct objfile): Declare opaque.
1925 * linux-nat.h (target_waitstatus): Declare opaque.
1926
1927 2003-09-14 Mark Kettenis <kettenis@gnu.org>
1928
1929 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1930 (stabs_argument_has_addr): New architecture method.
1931 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1932 * arch-utils.c: Include "buildsym.h".
1933 (default_stabs_argument_has_addr): New function.
1934 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1935 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1936
1937 * cris-tdep.c (cris_gdbarch_init): Set
1938 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1939 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1940 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1941 * mips-tdep.c (mips_gdbarch_init): Likewise.
1942 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1943 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1944
1945 2003-09-13 Andrew Cagney <cagney@redhat.com>
1946
1947 * values.c (using_struct_return): Delete "function" and "funcaddr"
1948 parameters.
1949 * value.h (using_struct_return): Update declaration.
1950 * infcmd.c (finish_command_continuation): Update.
1951 (finish_command): Update.
1952 * infcall.c (call_function_by_hand): Update.
1953 * eval.c (evaluate_subexp_standard): Update.
1954
1955 2003-09-13 Christopher Faylor <cgf@redhat.com>
1956
1957 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1958 SSE registers since gdb will not operate correctly without this.
1959 Restore include file ordering munged in previous change.
1960 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1961
1962 2003-09-13 Mark Kettenis <kettenis@gnu.org>
1963
1964 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1965 REG_STRUCT_HAS_ADDR.
1966 * gdbarch.c, gdbarch.h: Updated.
1967 * infcall.c (call_function_by_hand): Update.
1968 * stabsread.c (define_symbol): Updated.
1969
1970 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1971
1972 2003-09-12 Christopher Faylor <cgf@redhat.com>
1973
1974 * win32-nat.c: Reorganize so that defines used by target headers are
1975 actually defined by the system headers.
1976 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1977 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1978
1979 2003-09-12 Jim Blandy <jimb@redhat.com>
1980
1981 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1982 the file has no .data, .bss, or .rodata sections. Instead wait
1983 until we see a variable alleged to live in one of those sections.
1984
1985 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1986 .bss section, presume that any variables we find live in the
1987 .rodata section.
1988
1989 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1990 offsets for global and static variables.
1991
1992 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1993 symbol types are, by definition, in the .data section, so it is
1994 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1995 If there is no .data section, there should be no N_DATA or N_DATA
1996 | N_EXT symbols.
1997
1998 2003-09-12 Mark Kettenis <kettenis@gnu.org>
1999
2000 * amd64fbsd-tdep.c: Fix sigtramp recognition.
2001 (amd64fbsd_sigcontext_addr): Rewrite.
2002 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
2003 with correct values.
2004 (amd64fbsd_sc_reg_offset): Initialize with correct values.
2005 (amd64fbsd_init_abi): Fix typo.
2006
2007 2003-09-12 Andrew Cagney <cagney@redhat.com>
2008
2009 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
2010 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
2011
2012 2003-09-12 Andrew Cagney <cagney@redhat.com>
2013
2014 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
2015 "entry_file_highpc". Update comments.
2016 * defs.h (deprecated_inside_entry_file): Rename
2017 "inside_entry_file".
2018 * blockframe.c (deprecated_inside_entry_file): Rename
2019 "inside_entry_file".
2020 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
2021 * vax-tdep.c (vax_frame_chain): Update.
2022 * sh64-tdep.c (sh64_frame_chain): Update.
2023 * sh-tdep.c (sh_frame_chain): Update.
2024 * rs6000-tdep.c (rs6000_frame_chain): Update.
2025 * ns32k-tdep.c (ns32k_frame_chain): Update.
2026 * mips-tdep.c (mips_frame_chain): Update.
2027 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
2028 * m32r-tdep.c (m32r_frame_this_id): Update.
2029 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
2030 * frv-tdep.c (frv_frame_this_id): Update.
2031 * d10v-tdep.c (d10v_frame_this_id): Update.
2032 * cris-tdep.c (cris_frame_chain): Update.
2033 * blockframe.c (legacy_frame_chain_valid): Update.
2034 * avr-tdep.c (avr_frame_this_id): Update.
2035 * arm-tdep.c (arm_prologue_this_id): Update.
2036 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
2037 * objfiles.c (objfile_relocate): Update.
2038 * mipsread.c (mipscoff_symfile_read): Update.
2039 (mipscoff_symfile_read): Update.
2040 * mdebugread.c (parse_partial_symbols): Update.
2041 * dwarfread.c (read_file_scope): Update.
2042 * dwarf2read.c (read_file_scope): Update.
2043 * dbxread.c (read_dbx_symtab): Update.
2044 (read_dbx_symtab): Update.
2045 * coffread.c (complete_symtab): Update.
2046
2047 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
2048
2049 * top.c (quit_target): New static helper function.
2050 (quit_force): Moved code to quit_target(). Call quit_target()
2051 via catch_errors() to catch errors during quit.
2052
2053 2003-09-11 David Carlton <carlton@kealia.com>
2054
2055 * buildsym.c (finish_block): Use allocate_block to allocate the
2056 block.
2057 * mdebugread.c (new_block): Add FIXME.
2058
2059 2003-09-11 David Carlton <carlton@kealia.com>
2060
2061 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
2062 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
2063 (recursive_dump_type): Ditto.
2064 * printcmd.c (print_formatted): Ditto.
2065 * typeprint.c (print_type_scalar): Ditto.
2066 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
2067 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
2068 * cp-support.h: Declare cp_check_possible_namespace_symbols,
2069 maint_cplus_cmd_list.
2070 * cp-support.c: Make maint_cplus_cmd_list extern.
2071 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
2072 command.h.
2073 (lookup_symbol_file): Look in possible namespace blocks when
2074 appropriate.
2075 (initialize_namespace_symtab): New.
2076 (get_possible_namespace_block, free_namespace_block)
2077 (check_possible_namespace_symbols)
2078 (check_possible_namespace_symbols_loop)
2079 (check_one_possible_namespace_symbol)
2080 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2081 (_initialize_cp_namespace): Ditto.
2082 * block.h: Declare allocate_block.
2083 * block.c (allocate_block): New.
2084 * jv-lang.c (get_java_class_symtab): Allocate blocks via
2085 allocate_block.
2086 * symfile.h: Update declaration of add_psymbol_to_list.
2087 * symfile.c (add_psymbol_to_list): Return the partial symbol in
2088 question.
2089 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2090 scan_partial_symbols_call.
2091 (scan_partial_symbols): Add NAMESPACE argument; update calls to
2092 helper functions.
2093 (add_partial_symbol): If necessary, scan mangled names for names
2094 of namespaces.
2095 (add_partial_namespace): Add NAMESPACE argument; generate partial
2096 symbols associated to namespaces.
2097 (add_partial_enumeration): Add NAMESPACE argument.
2098 (new_symbol): Allow namespace syms.
2099 (read_namespace): Generate namespace syms.
2100 * objfiles.h: Add opaque declaration of struct symtab.
2101 (struct objfile): Add cp_namespace_symtab member.
2102 * objfiles.c (allocate_objfile): Set
2103 objfile->cp_namespace_symtab.
2104 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2105 dictionary_h, command_h.
2106
2107 2003-09-11 Andrew Cagney <cagney@redhat.com>
2108
2109 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2110 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2111 near the function's end.
2112 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2113 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2114 regcache_raw_write_signed to set SP_REGNUM.
2115
2116 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
2117
2118 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2119 orig_addrs is set up properly.
2120
2121 2003-09-11 Andrew Cagney <cagney@redhat.com>
2122
2123 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2124 * gdbarch.h, gdbarch.c: Re-generate.
2125 * infcall.c (call_function_by_hand): Update.
2126 * hppa-tdep.c (hppa_push_arguments): Update.
2127 * ada-lang.c (place_on_stack): Update.
2128 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2129 * sparc-tdep.c (sparc_gdbarch_init): Update.
2130 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2131 * hppa-tdep.c (hppa_gdbarch_init): Update.
2132 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2133 stack_align.
2134
2135 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
2136
2137 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2138 register do need a frame.
2139
2140 2003-09-11 Andrew Cagney <cagney@redhat.com>
2141
2142 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2143 buildable since GDB 5.0.
2144 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2145 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2146 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2147 * irix4-nat.c: Delete file.
2148 * config/mips/irix4.mh: Delete file.
2149 * config/mips/irix3.mh: Delete file.
2150 * config/mips/irix3.mt: Delete file.
2151 * config/mips/tm-irix3.h: Delete file.
2152 * config/mips/nm-irix3.h: Delete file.
2153 * config/mips/xm-irix3.h: Delete file.
2154 * config/mips/nm-irix4.h: Delete file.
2155 * config/mips/xm-irix4.h: Delete file.
2156 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2157
2158 2003-09-10 J. Brobecker <brobecker@gnat.com>
2159
2160 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2161 * Makefile.in (hppa-tdep.o): Update dependencies.
2162
2163 2003-09-10 James E Wilson <wilson@specifixinc.com>
2164
2165 * MAINTAINERS: Change my e-mail address. Move to paper trail
2166 section.
2167
2168 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2169
2170 * MAINTAINERS (frv): New ISA entry.
2171
2172 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2173
2174 * frv-tdep.c (dis-asm.h): Include.
2175 * Makefile.in (frv-tdep.o): Update dependencies.
2176
2177 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2178
2179 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2180 Fix typo for high range of floating registers.
2181
2182 2003-09-09 David Carlton <carlton@kealia.com>
2183
2184 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2185 highpc initialization here out of scan_partial_symbols.
2186 (scan_partial_symbols): Restructure into a recursive version,
2187 calling add_partial_namespace and add_partial_enumeration when
2188 appropriate.
2189 (add_partial_namespace): New.
2190 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2191
2192 2003-09-09 Andrew Cagney <cagney@redhat.com>
2193
2194 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2195 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2196 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2197 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2198
2199 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2200 (rs6000_push_dummy_call): Set the "TOC" register.
2201
2202 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2203 methods "max_register_raw_size", "max_register_virtual_size" or
2204 "register_virtual_size".
2205
2206 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2207
2208 * MAINTAINERS: Update my e-mail address.
2209
2210 2003-09-09 Andrew Cagney <cagney@redhat.com>
2211
2212 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2213 (rs6000_push_dummy_call): Store the struct return address.
2214 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2215
2216 2003-09-09 Andrew Cagney <cagney@redhat.com>
2217
2218 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2219 "ppc_sysv_abi_push_arguments".
2220 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2221 "ppc_sysv_abi_push_arguments".
2222 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2223 instead of "push_arguments".
2224 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2225
2226 2003-09-09 Andrew Cagney <cagney@redhat.com>
2227
2228 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2229 instead of CALL_DUMMY_ADDRESS.
2230
2231 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2232
2233 * p-lang.c: Eliminate "register".
2234 * c-lang.c: Ditto.
2235 * expprint.c: Ditto.
2236 * f-lang.c: Ditto.
2237 * jv-lang.c: Ditto.
2238 * language.c: Ditto.
2239 * m2-lang.c: Ditto.
2240 * parse.c: Ditto.
2241 * scm-lang.c: Ditto.
2242 * objc-lang.c: Ditto.
2243
2244 2003-09-09 Nick Clifton <nickc@redhat.com>
2245
2246 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2247
2248 2003-09-04 Andrew Cagney <cagney@redhat.com>
2249
2250 * avr-tdep.c: Include "dis-asm.h".
2251 * cris-tdep.c: Include "dis-asm.h".
2252 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2253 instead of corresponding typedef.
2254 * h8300-tdep.c: Include "dis-asm.h".
2255 * ia64-tdep.c: Include "dis-asm.h".
2256 * i386-tdep.c: Include "dis-asm.h".
2257 (i386_print_insn): Use "struct disassemble_info" instead of
2258 corresponding typedef.
2259 * m68k-tdep.c: Include "dis-asm.h".
2260 * mcore-tdep.c: Include "dis-asm.h".
2261 * mips-tdep.c: Include "dis-asm.h".
2262 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2263 instead of corresponding typedef.
2264 * ns32k-tdep.c: Include "dis-asm.h".
2265 * s390-tdep.c: Include "dis-asm.h".
2266 * sparc-tdep.c: Include "dis-asm.h".
2267 * vax-tdep.c: Include "dis-asm.h".
2268 * v850-tdep.c: Include "dis-asm.h".
2269 * mn10300-tdep.c: Include "dis-asm.h".
2270 * rs6000-tdep.c: Include "dis-asm.h".
2271 * xstormy16-tdep.c: Include "dis-asm.h".
2272 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2273 print_insn_xstormy16.
2274 * Makefile.in (v850-tdep.o): Update dependencies.
2275 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2276 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2277 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2278 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2279 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2280 (gdbarch_h): Remove $(dis_asm_h).
2281 * disasm.c: Include "dis-asm.h".
2282 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2283 corresponding typedef.
2284 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2285 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2286 * gdbarch.sh: Do not include "dis-asm.h".
2287 (struct disassemble_info): Declare opaque.
2288 (TARGET_PRINT_INSN): Update declaration.
2289 * gdbarch.h, gdbarch.c: Re-generate.
2290
2291 2003-09-08 Andrew Cagney <cagney@redhat.com>
2292
2293 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2294 CALL_DUMMY_ADDRESS, change to a predicate.
2295 * gdbarch.h, gdbarch.c: Re-generate.
2296 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2297 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2298 * infcall.c (call_function_by_hand): Ditto.
2299 * sparc-tdep.c (sparc_push_return_address): Ditto.
2300 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2301 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2302 CALL_DUMMY_ADDRESS with entry_point_address.
2303 * v850-tdep.c (v850_push_return_address): Ditto.
2304 * s390-tdep.c (s390_push_return_address): Ditto.
2305 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2306 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2307 * mcore-tdep.c (mcore_push_return_address): Ditto.
2308 * cris-tdep.c (cris_push_return_address): Ditto.
2309 * arm-tdep.c (arm_push_return_address): Ditto.
2310
2311 2003-09-08 Andrew Cagney <cagney@redhat.com>
2312
2313 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2314 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2315 and REG_UNMODIFIED to REG_SAME_VALUE.
2316 (execute_cfa_program): Update.
2317 (dwarf2_frame_cache): Update. Initialize table to
2318 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2319 location.
2320 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2321
2322 2003-09-08 Andrew Cagney <cagney@redhat.com>
2323
2324 * gnu-nat.c: Remove "inline" function attribute.
2325 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2326
2327 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2328
2329 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2330 target.
2331
2332 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2333
2334 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2335 (frame_extra_info): Rename this struct to frv_unwind_cache.
2336 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2337 Add fields ``prev_sp'' and ``base''.
2338 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2339 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2340 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2341 Delete.
2342 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2343 Revise all callers. Fill in the unwind cache argument and make
2344 other adjustments to account for new frame mechanisms.
2345 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2346 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2347 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2348 (frv_frame_unwind, frv_frame_base): New structs.
2349 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2350 additional arguments expected by this method and adjust function
2351 body accordingly.
2352 (frv_gdbarch_init): Remove calls to the following functions:
2353 set_gdbarch_deprecated_init_frame_pc(),
2354 set_gdbarch_deprecated_saved_pc_after_call(),
2355 set_gdbarch_deprecated_frame_chain(),
2356 set_gdbarch_deprecated_frame_saved_pc(),
2357 set_gdbarch_deprecated_frame_init_saved_regs(),
2358 set_gdbarch_deprecated_push_arguments(),
2359 set_gdbarch_deprecated_push_return_address(),
2360 set_gdbarch_deprecated_pop_frame(),
2361 set_gdbarch_deprecated_call_dummy_words(),
2362 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2363 set_gdbarch_deprecated_init_extra_frame_info(),
2364 set_gdbarch_deprecated_dummy_write_sp(), and
2365 set_gdbarch_deprecated_pc_in_call_dummy().
2366 Add calls to the following functions:
2367 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2368 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2369 frame_base_set_default().
2370 * Makefile.in (frv-tdep.o): Update dependencies.
2371
2372 2003-09-09 Mark Kettenis <kettenis@gnu.org>
2373
2374 * dwarf2-frame.c (read_encoded_value): Add support for
2375 DW_EH_PE_aligned encoding.
2376
2377 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2378
2379 * infrun.c (normal_stop): Don't print a message if the inferior
2380 has exited.
2381
2382 2003-09-08 Jim Blandy <jimb@redhat.com>
2383
2384 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2385 * dbxread.c: #include "gdb_assert.h".
2386 (read_dbx_symtab): If the objfile has no .data section, use the
2387 section index for the .bss section instead.
2388
2389 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2390
2391 * frame.c (deprecated_safe_get_selected_frame): New function.
2392 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2393 * findvar.c (read_var_value): Call it.
2394
2395 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
2396
2397 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2398 (sh64-tdep.o): Add dependencies.
2399 * configure.tgt: Add FIXME to sh-*-linux*.
2400 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2401 (sh_gdbarch_init): Always set correct sh_show_regs function
2402 pointer. Call sh64_gdbarch_init() if machine type is sh5.
2403 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2404 * sh64-tdep.c: New file, containing all sh64 related code from
2405 sh-tdep.c.
2406 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2407 * config/sh/linux.mt (TDEPFILES): Ditto.
2408 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2409 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2410 * config/sh/wince.mt (TDEPFILES): Ditto.
2411
2412 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2413
2414 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2415 (stop_wait_callback): Handle !lp->signalled also.
2416 (lin_lwp_has_pending, flush_callback): New functions.
2417 (lin_lwp_wait): Call flush_callback.
2418 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2419 (linux_proc_pending_signals): New function.
2420 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2421
2422 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2423
2424 From Nick Kelsey <nickk@ubicom.com>:
2425 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2426 when the stop PC is at the beginning of a function also.
2427
2428 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
2429
2430 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2431 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2432
2433 2003-09-06 Mark Kettenis <kettenis@gnu.org>
2434
2435 * sol-thread.c: Include "gdb_string.h".
2436
2437 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2438
2439 * gcore.c: Reorder include files in alphabetical order. Include
2440 "gdb_assert.h". Various coding style fixes.
2441 (derive_stack_segment, derive_heap_segment): Replace check for
2442 non-null BOTTOM and TOP with gdb_assert.
2443 (derive_heap_segment): Replace check for successful creation of
2444 ZERO with gdb_assert.
2445 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2446
2447 2003-09-04 Andrew Cagney <cagney@redhat.com>
2448
2449 * thread-db.c (verbose_dlsym): New function.
2450 (thread_db_load): Use verbose_dlsym
2451 (thread_db_new_objfile): Print that libthread_db was loaded, and
2452 that thread debugging was enabled.
2453
2454 2003-09-04 Andrew Cagney <cagney@redhat.com>
2455
2456 * configure.tgt: Add "mips64*-*-*" target. Delete
2457 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2458 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2459 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2460 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2461 mips*-sony-*, and mips64*-*-elf* targets.
2462 * config/mips/embedl.mt: Delete file.
2463 * config/mips/embedl64.mt: Delete file.
2464 * config/mips/mips.mt: Delete file.
2465 * config/mips/mips64.mt: Delete file.
2466 * config/mips/tm-embed.h: Delete file.
2467 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2468 * config/mips/embed64.mt: Delete out-of-date comment.
2469
2470 2003-09-04 Andrew Cagney <cagney@redhat.com>
2471
2472 * hppa-tdep.c (hppa_gdbarch_init): Set
2473 "have_nonsteppable_watchpoint".
2474 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2475 * mips-tdep.c (mips_dump_tdep): Do not print
2476 HAVE_NONSTEPPABLE_WATCHPOINT.
2477 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2478 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2479 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2480 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2481
2482 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2483
2484 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2485 unused code. Add comment.
2486
2487 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2488
2489 * breakpoint.c (watchpoint_check): Check for pc being in an
2490 epilogue if watchpoint frame couldn't be found.
2491
2492 2003-09-04 Andrew Cagney <cagney@redhat.com>
2493
2494 * Makefile.in: Re-generate all dependencies.
2495
2496 2003-09-03 Andrew Cagney <cagney@redhat.com>
2497
2498 * arch-utils.h (legacy_print_insn): Delete declaration.
2499 * arch-utils.c (legacy_print_insn): Delete function.
2500 * disasm.c (deprecated_tm_print_insn_info): Delete.
2501 (_initialize_disasm): Delete function, contained code initializing
2502 deprecated_tm_print_insn_info.
2503 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2504 (deprecated_tm_print_insn_info): Delete.
2505 (TARGET_PRINT_INSN): Do not provide a default.
2506 * gdbarch.h, gdbarch.c: Re-generate.
2507
2508 2003-09-03 Andrew Cagney <cagney@redhat.com>
2509
2510 * disasm.c (fprintf_disasm): New function.
2511 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2512 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2513 reverts 2003-08-14 change.
2514 (_initialize_disasm): Call "init_disassemble_info", instead of
2515 INIT_DISASSEMBLE_INFO_NO_ARCH.
2516
2517 2003-09-03 Michael Snyder <msnyder@redhat.com>
2518
2519 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2520
2521 2003-09-03 Andrew Cagney <cagney@redhat.com>
2522
2523 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2524 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2525 * symfile.c (syms_from_objfile): Update.
2526 (reread_symbols): `Update
2527 * exec.c (exec_file_attach): Update.
2528 (exec_file_attach): Update.
2529 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2530 2003-08-29 change.
2531 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2532
2533 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2534
2535 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2536 trad-frame.h.
2537 (arm_get_cache): Delete macro.
2538 (struct arm_prologue_cache): Update comments. Make saved_regs into
2539 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2540 to prev_sp.
2541 (thumb_scan_prologue): Update for cache changes. Don't call
2542 DEPRECATED_PC_IN_CALL_DUMMY.
2543 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2544 argument and use it in desperation search for our prologue. Do not
2545 search past the specified PC.
2546 (arm_make_prologue_cache): Simplify.
2547
2548 (arm_prologue_this_id, arm_prologue_prev_register)
2549 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2550 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2551 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2552 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2553 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2554
2555 (arm_frame_chain_valid, arm_find_callers_reg)
2556 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2557 (arm_pop_frame): Delete obsolete methods.
2558 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2559
2560 (arm_gdbarch_init): Update for new frame methods. Register prologue
2561 and sigtramp unwinders. Set the default frame base method.
2562
2563 * Makefile.in (arm-tdep.o): Update dependencies.
2564 * varobj.c (find_frame_addr_in_frame_chain): Call
2565 get_frame_base_address.
2566 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2567
2568 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2569
2570 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2571 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2572 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2573 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2574 Take NEXT_FRAME and CACHE arguments. Call
2575 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2576 Set unwound_pc in CACHE instead of modifying the frame argument.
2577 Don't bother checking the frame type when looking for sigtramp
2578 frames.
2579 (arm_make_prologue_cache, arm_frame_chain)
2580 (arm_init_extra_frame_info): New functions.
2581
2582 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2583
2584 * arm-tdep.c (arm_get_cache): Define.
2585 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2586 unwound_sp, unwound_pc, and saved_regs.
2587 (thumb_scan_prologue): Take a cache instead of the frame.
2588 (arm_scan_prologue): Likewise.
2589 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2590 instead of a temporary frame.
2591 (arm_init_extra_frame_info): Allocate and use a cache.
2592 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2593
2594 2003-09-03 Andrew Cagney <cagney@redhat.com>
2595
2596 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2597 * config/mips/wince.mt (TM_CLIBS): Ditto.
2598 * config/sh/wince.mt (TM_CLIBS): Ditto.
2599 * config/pa/hppa64.mt (TM_CLIBS): Delete.
2600 * config/sparc/sp64.mt (CC): Delete.
2601
2602 2003-09-03 Andrew Cagney <cagney@redhat.com>
2603
2604 * defs.h: Do not include "arch-utils.h".
2605 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
2606 GDB_MULTI_ARCH_PURE.
2607 * configure.in (GDB_MULTI_ARCH): Do not define.
2608 * configure, config.in: Regenerate.
2609 * configure.tgt: Do not set variable "gdb_multi_arch".
2610 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
2611 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
2612 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
2613 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
2614 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
2615 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2616 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2617 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2618 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2619 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2620 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2621 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2622 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2623 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2624 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2625 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2626 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2627 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
2628
2629 2003-08-30 Michael Chastain <mec@shout.net>
2630
2631 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2632 * config/m68k/nm-hp300hpux.h: Delete.
2633 * config/m68k/tm-hp300hpux.h: Delete.
2634 * config/m68k/xm-hp300hpux.h: Delete.
2635 * config/m68k/xm-hp300bsd.h: Delete.
2636 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2637 tm-hp300hpux.h, xm-hp300hpux.h.
2638 * somsolib.c: Remove comment about hp300 shared libraries.
2639
2640 2003-08-31 Mark Kettenis <kettenis@gnu.org>
2641
2642 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2643 Only define PTRACE_GET_THREAD_AREA is not already defined.
2644 Various style fixes in code and comments and some additional
2645 spelling fixes in comments. Move after functions dealing with
2646 debug registers.
2647 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2648 Fix coding-style.
2649
2650 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2651 frame_unwind_register_unsigned instead of
2652 frame_unwind_unsigned_register.
2653
2654 2003-08-30 Mark Kettenis <kettenis@gnu.org>
2655
2656 * configure.in: Search for gethostbyname in libnsl.
2657 * configure: Regenerated.
2658
2659 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2660
2661 * configure.in: Remove redundant AC_MSG_RESULT in check for
2662 uintptr_t in stdint.h.
2663 * configure: Regenerated.
2664
2665 * amd64-nat.h (struct regcache): Add opaque declaration.
2666
2667 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2668 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2669 Change "register array" to "register cache" in comments.
2670 (x86_64_linux_gregset64_reg_offset): New variable.
2671 (GETREGS_SUPPLIES): Remove macro.
2672 (supply_gregset): Call amd64_supply_native_gregset instead of
2673 x86_64_linux_supply_gregset.
2674 (fill_gregset): Rename `regno' to `regnum'. Call
2675 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2676 (store_regs): Rename `regno' to `regnum'.
2677 (store_fpregs): Rename `regno' to `regnum'.
2678 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2679 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2680 Reorganize function a bit.
2681 (store_inferior_registers): Rename `regno' to `regnum'. Use
2682 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2683 Reorganize function a bit.
2684 (_initialize_x86_64_linux_nat): New function.
2685 * config/i386/x86-64linux.mh.
2686
2687 2003-08-29 Andrew Cagney <cagney@redhat.com>
2688
2689 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2690 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2691 (target_remove_watchpoint): Delete macro.
2692 (target_insert_watchpoint): Delete macro.
2693 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2694 (remote_mips_stopped_by_watchpoint): Delete declaration.
2695 (remote_mips_remove_watchpoint): Delete declaration.
2696 (remote_mips_set_watchpoint): Delete declaration.
2697 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2698 * remote-mips.c (_initialize_remote_mips): Set
2699 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2700 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2701 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2702 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2703 (mips_stopped_by_watchpoint): Rename
2704 remote_mips_stopped_by_watchpoint.
2705 (mips_can_hardware_watchpoint): Rename
2706 remote_mips_can_use_hardware_watchpoint, update function
2707 signature.
2708
2709 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2710
2711 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2712 USER_DS. We haven't given them a register number yet.
2713
2714 * amd64-nat.h: New file.
2715 * amd64-nat.c: New file.
2716 * amd64fbsd-nat.c: Include "amd64-nat.h".
2717 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2718 (amd64fbsd32_r_reg_offset): New variable.
2719 (supply_gregset): Simply call amd64_supply_native_gregset.
2720 (fill_gregset): Rename `regno' to `regnum'. Simply call
2721 amd64_collect_native_gregset.
2722 (fill_fpregset): Rename `regno' to `regnum'.
2723 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2724 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2725 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2726 `fpregset_t'. Call amd64_supply_native_gregset instead of
2727 supply_gregset. Call x86_64_supply_fxsave instead of
2728 supply_fpregset.
2729 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2730 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2731 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2732 `fpregset_t'. Call amd64_collect_native_gregset instead of
2733 fill_gregset. Call x86_64_collect_fxsave instead of
2734 fill_fpregset.
2735 (_initialize_am64fbsd_nat): Initialize
2736 amd64_native_gregset32_reg_offset and
2737 amd64_native_gregset64_reg_offset.
2738 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2739
2740 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2741 null pointer. Fix typo in comment.
2742
2743 * regcache.c (supply_register): Reimplement to call
2744 regcache_raw_supply.
2745 (regcache_collect): Reimplement by calling regcache_raw_collect.
2746
2747 2003-08-28 Mark Kettenis <kettenis@gnu.org>
2748
2749 * regcache.c (register_buffer): Consitify first argument.
2750 (regcache_raw_supply, regcache_raw_collect): New
2751 functions.
2752
2753 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2754
2755 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2756 by Nathan J. Williams.
2757
2758 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2759
2760 * lin-lwp.c (wait_lwp): New function, copied from
2761 stop_wait_callback. Clean up.
2762 (stop_wait_callback): Use wait_lwp.
2763
2764 2003-08-28 Andrew Cagney <cagney@redhat.com>
2765
2766 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2767 flavour and disassembler options.
2768 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2769 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2770 deprecated_tm_print_insn_info.
2771
2772 2003-08-27 Andrew Cagney <cagney@redhat.com>
2773
2774 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2775 Use target_read_memory.
2776 (s390_get_frame_info): Update. Do not reference
2777 deprecated_tm_print_insn_info.
2778 (s390_check_function_end, s390_is_sigreturn): Ditto.
2779
2780 2003-08-27 Andrew Cagney <cagney@redhat.com>
2781
2782 * Makefile.in (cris-tdep.o): Update dependencies.
2783 * cris-tdep.c: Include "gdb_assert.h".
2784 (cris_gdbarch_init): Set print_insn.
2785 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2786 (cris_delayed_get_disassembler): Simplify, directly call the
2787 disassembler returned by cris_get_disassembler.
2788 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2789 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2790 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2791 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2792 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2793 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2794 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2795 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2796 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2797 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2798 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2799 (gdb_print_insn_sparc): Delete function.
2800 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2801 deprecated_tm_print_insn_info.
2802 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2803 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2804 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2805 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2806 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2807 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2808 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2809 (s390_gdbarch_init): Set print_insn.
2810
2811 2003-08-27 Andrew Cagney <cagney@redhat.com>
2812
2813 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2814 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2815 * infcall.c (call_function_by_hand): Convert the entry point
2816 address into a code address.
2817
2818 2003-08-27 Andrew Cagney <cagney@redhat.com>
2819
2820 * dsrec.c: Include "gdb_string.h".
2821 * Makefile.in (dsrec.o): Update dependencies.
2822
2823 2003-08-27 Michael Chastain <mec@shout.net>
2824
2825 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2826
2827 2003-08-27 Andrew Cagney <cagney@redhat.com>
2828
2829 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2830 (alpha_osf1_init_abi): Do not set call_dummy_address.
2831
2832 2003-08-27 David Carlton <carlton@kealia.com>
2833
2834 From Randolph Chung <tausq@debian.org>:
2835 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2836 compiles with -Wformat-nonliteral -Werror.
2837
2838 2003-08-26 Jim Blandy <jimb@redhat.com>
2839
2840 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2841 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2842 bfd_lookup_symbol, since we only want symbols in code sections.
2843 (look_for_base): Pass zero as the SECT_FLAGS argument to
2844 bfd_lookup_symbol, since we're not concerned about which section
2845 the symbol is in.
2846
2847 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2848
2849 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2850 we are frameless or the return address register is already known.
2851
2852 2003-08-26 Andrew Cagney <cagney@redhat.com>
2853
2854 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2855 in size. Add comments.
2856
2857 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2858
2859 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2860 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2861
2862 2003-08-26 Jason Merrill <jason@redhat.com>
2863
2864 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2865 case out of #ifdef MIPS block.
2866
2867 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2868
2869 PR java/1322
2870 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2871 available before calling SECT_OFF_TEXT.
2872 * PROBLEMS: Remove description of java/1322.
2873
2874 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2875
2876 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2877 bof, and nat0-nat127 as pseudo-registers.
2878 (ia64_frame_cache): New struct used to cache frame info.
2879 (ia64_register_reggroup_p): New routine used to override default
2880 register grouping so registers without names are still saved and
2881 restored.
2882 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2883 pseudo values.
2884 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2885 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2886 (ia64_alloc_frame_cache): New routine to create a new
2887 ia64_frame_cache.
2888 (examine_prologue): Change prototype to add next_frame pointer.
2889 Assume frameless until otherwise proven. Verify that the cfm for
2890 current frame matches the cfm that should occur for the prologues
2891 alloc insn and if equal, mark as not frameless. At end of routine,
2892 if not frameless, calculate registers for the previous frame and store
2893 in the cache, if a cache is provided.
2894 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2895 and pass 0 for next_frame.
2896 (ia64_store_return_value): Change to use convert_typed_floating()
2897 instead of calling ia64_convert_to_raw().
2898 (ia64_extract_return_value): Change to use convert_typed_floating()
2899 instead of calling ia64_convert_to_virtual().
2900 (ia64_frame_cache): New routine to support new frame model.
2901 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2902 (ia64_frame_sniffer): Ditto.
2903 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2904 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2905 (ia64_sigtramp_frame_prev_register): Ditto.
2906 (ia64_sigtramp_frame_sniffer): Ditto.
2907 (ia64_frame_base_address): Ditto.
2908 (ia64_extract_struct_value_address): Change to issue error message.
2909 (ia64_frame_align): New routine to align sp.
2910 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
2911 (ia64_push_arguments): Removed. Logic moved to
2912 ia64_push_dummy_call().
2913 (ia64_push_return_address): Ditto.
2914 (ia64_unwind_dummy_id): New function.
2915 (ia64_unwind_pc): Ditto.
2916 (ia64_convert_register_p): Ditto.
2917 (ia64_register_to_value): Ditto.
2918 (ia64_value_to_register): Ditto.
2919 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2920 (ia64_register_byte, ia64_register_raw_size): Ditto.
2921 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2922 (ia64_saved_pc_after_call): Ditto.
2923 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2924 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2925 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2926 (ia64_register_convert_to_raw): Ditto.
2927 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2928 (ia64_init_extra_frame_info): Ditto.
2929 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2930 (ia64_gdbarch_init): Remove registering of deprecated functions that
2931 are no longer used. Add registration of new gdbarch functions.
2932 Remove registering deprecated_write_sp. Replace
2933 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2934 Delete set_gdbarch_deprecated_register_convertible(),
2935 set_gdbarch_deprecated_register_convert_to_virtual(), and
2936 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2937 set_gdbarch_deprecated_register_size(),
2938 set_gdbarch_deprecated_register_bytes(),
2939 set_gdbarch_pcregnum(),
2940 set_gdbarch_deprecated_register_byte(),
2941 set_gdbarch_deprecated_register_raw_size(),
2942 set_gdbarch_deprecated_max_register_raw_size(),
2943 set_gdbarch_deprecated_register_virtual_size(),
2944 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2945 Replace set_gdbarch_deprecated_extract_return_value() with
2946 set_gdbarch_extract_return_value(). Remove calls to:
2947 set_gdbarch_deprecated_saved_pc_after_call();
2948 set_gdbarch_deprecated_frame_chain(),
2949 set_gdbarch_deprecated_frame_saved_pc(),
2950 set_gdbarch_deprecated_frame_init_saved_regs(),
2951 set_gdbarch_deprecated_get_saved_register(),
2952 set_gdbarch_deprecated_call_dummy_words(),
2953 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2954 set_gdbarch_deprecated_init_extra_frame_info(),
2955 set_gdbarch_deprecated_frame_args_address(),
2956 set_gdbarch_deprecated_frame_locals_address(),
2957 and set_gdbarch_deprecated_dummy_write_sp().
2958 Add set_gdbarch_convert_register_p(),
2959 set_gdbarch_register_to_value(),
2960 set_gdbarch_value_to_register(),
2961 set_gdbarch_push_dummy_call(),
2962 set_gdbarch_frame_align(),
2963 set_gdbarch_unwind_dummy_id(),
2964 set_gdbarch_unwind_pc(),
2965 frame_unwind_append_sniffer(),
2966 frame_unwind_append_sniffer(),
2967 and frame_base_set_default().
2968
2969 2003-08-25 Chris Demetriou <cgd@broadcom.com>
2970
2971 * configure.tgt: Document need for special "mipsisa64" handling.
2972 (mipsisa64*-*-linux64): Handle as target linux64.
2973 (mipsisa64*-*-*): Handle as target embed64.
2974
2975 2003-08-18 Michael Chastain <mec@shout.net>
2976
2977 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2978 objfile bug.
2979
2980 2003-08-24 Mark Kettenis <kettenis@gnu.org>
2981
2982 * i387-tdep.h: Update copyright date.
2983 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2984
2985 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2986 CFLAGS games to reflect reality.
2987
2988 2003-08-24 Andrew Cagney <cagney@redhat.com>
2989
2990 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2991 GDB_MULTI_ARCH is always non-zero.
2992 * osabi.c (_initialize_gdb_osabi): Ditto.
2993 (gdbarch_init_osabi): Ditto.
2994 * sparc-tdep.c: Ditto for #if code.
2995
2996 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2997
2998 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2999 Update comments.
3000 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
3001 comments.
3002 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
3003 x86_64_supply_fxsave.
3004 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
3005 x86_64_supply_fxsave.
3006 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
3007 x86_64_supply_fxsave.
3008
3009 2003-08-23 Andreas Jaeger <aj@suse.de>
3010
3011 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
3012 i387_supply_fxsave.
3013
3014 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3015
3016 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
3017 i387_supply_register.
3018 (go32_fetch_registers): Adjust call to i387_supply_fsave.
3019 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
3020 i387_supply_fsave.
3021 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
3022 i387_supply_fxsave.
3023 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
3024 i387_supply_fsave.
3025 * i386bsd-nat.c (supply_fpregset): Adjust call to
3026 i387_supply_fsave.
3027 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
3028 call to i387_supply_fxsave. Call i387_supply_fsave instead of
3029 supply_fpregset.
3030 (store_inferior_registers): Remove extraneous whitespace. Call
3031 i387_fill_fsave instead of fill_fpregset.
3032 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
3033 (supply_fpregset): Likewise.
3034 * i386v4-nat.c (supply_fpregset): Adjust call to
3035 i387_supply_fsave.
3036 * i386-interix-nat.c (supply_fpregset): Adjust call to
3037 i387_supply_fsave.
3038 * i386-linux-nat.c (supply_fpregset): Adjust call to
3039 i387_supply_fsave.
3040 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
3041 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
3042 i387supply_fsave and i387_supply_fxsave.
3043 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
3044 Incorporate code from `i387_supply_register.
3045 (i387_supply_register): Remove.
3046 (i387_supply_fxsave): Add `regnum' argument.
3047 Update comments.
3048 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
3049 prototype.
3050 (i387_supply_register): remove prototype.
3051 Update comments.
3052
3053 2003-08-22 Michael Chastain <mec@shout.net>
3054
3055 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
3056 Add lines for files in gdb/testsuite/gdb.cp/* that are
3057 still not 8.3 unique.
3058
3059 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
3060
3061 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
3062 TYPE_VPTR_FIELDNO is valid.
3063
3064 2003-08-19 Mark Kettenis <kettenis@gnu.org>
3065
3066 * utils.c (set_width_command): Remove prototypes.
3067 (set_screen_size): New prototype.
3068 (init_page_info): Simplify by fetching the screen size from
3069 Readline. Call set_screen_size.
3070 (set_screen_size): New function.
3071 (set_width): Add missing whitespace in comment.
3072 (set_width_command): Call set_screen_size.
3073 (set_height_command): New function.
3074 (initialize_utils): Fix formatting. Make "set height" command
3075 call set_height_command. Remove redundant code that turns off
3076 pagination if output isn't a terminal. Remove redundant call to
3077 set_width_command.
3078
3079 2003-08-22 Mark Kettenis <kettenis@gnu.org>
3080
3081 * sparc64-tdep.h (sparc64_regnum): Fix comment.
3082 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3083 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3084 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3085 `case' keyword.
3086 (sparc64_register_info): Give the reister with number
3087 SPARC64_STATE_REGNUM a name.
3088 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3089 %asi and %ccr.
3090 (sparc64_push_dummy_call): Take BIAS into account when checking
3091 stcak alignment.
3092 (sparc_software_single_step): Remove assertions that check whether
3093 NPC and NNPC were zero.
3094 (sparc_supply_rwindow): Make public. Merge functionality with
3095 sparc64_supply_rwindow.
3096 (sparc_fill_rwindow): Make public. Merge functionality with
3097 sparc64_fill_rwindow.
3098 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3099 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3100 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3101 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3102 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3103
3104 * reggroups.c: Add whitespace after declarations of local
3105 variables in functions.
3106
3107 2003-08-21 Michael Chastain <mec@shout.net>
3108
3109 * gdbtypes.h: Change array bound type from an int to enum.
3110
3111 2003-08-21 Andrew Cagney <cagney@redhat.com>
3112
3113 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3114 * config/sparc/tm-sparc.h: Ditto.
3115 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3116 unconditionally.
3117 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3118
3119 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3120
3121 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3122 (register_objfile_data, set_objfile_data, objfile_data): New
3123 prototypes.
3124 * objfiles.c (objfile_alloc_data, objfile_free_data): New
3125 prototypes.
3126 (allocate_objfile): Call objfile_alloc_data.
3127 (free_objfile): Call objfile_free_data.
3128 (struct objfile_data): New.
3129 (struct objfile_data_registration): New.
3130 (struct objfile_data_registry): New.
3131 (objfile_data_registry): New variable.
3132 (register_objfile_data): New function.
3133 (objfile_alloc_data, objfile_free_data): New functions.
3134 (set_objfile_data, objfile_data): New functions.
3135 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3136 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3137 (_initialize_dwarf2_frame): New function and prototype.
3138
3139 2003-08-21 Andrew Cagney <cagney@redhat.com>
3140
3141 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3142 a specific architecture.
3143 * arch-utils.h (set_architecture_from_arch_mach): Delete
3144 declaration.
3145 (target_architecture_hook): Delete declaration.
3146 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3147 (default_float_format): Assume GDB_MULTI_ARCH.
3148 (default_double_format): Assume GDB_MULTI_ARCH.
3149 (set_endian_from_file): Delete function.
3150 (arch_ok): Delete function.
3151 (set_arch): Delete function.
3152 (set_architecture_from_arch_mach): Delete function.
3153 (set_architecture_from_file): Delete function.
3154 (set_architecture): Assume GDB_MULTI_ARCH.
3155 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3156
3157 2003-08-21 Mark Kettenis <kettenis@gnu.org>
3158
3159 Rewrite FreeBSD/sparc64 native configuration.
3160 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3161 * sparc64fbsd-nat.c: New file.
3162 * sparc64fbsd-tdep.c: New file.
3163 * sparc64-tdep.c sparc64-tdep.h: New files.
3164 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3165 sparc64fbsd-tdep.o): New dependencies.
3166 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3167 and sparc64fbsd-tdep.c.
3168 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3169 * config/sparc/fbsd.mh: Remove copyright notice.
3170 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3171 sparcbsd-nat.o.
3172 * config/sparc/fbsd.mt: Remove copyright notice.
3173 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3174 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3175 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3176 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3177 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3178 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3179 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3180 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3181 "sparc/tm-sp64.h".
3182 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3183 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3184
3185 2003-08-21 Michael Chastain <mec@shout.net>
3186
3187 * symtab.h: Add doco on the space critical structures and
3188 some measurements of space usage.
3189
3190 2003-08-21 Michael Snyder <msnyder@redhat.com>
3191
3192 * tracepoint.c (trace_dump_command): Trace break address
3193 is subject to DECR_PC_AFTER_BREAK.
3194 (set_traceframe_context): Make "trace_line" an int.
3195 Fixes suggested by Mark Newman <mark.newman@lmco.com>
3196
3197 2003-08-20 Michael Snyder <msnyder@redhat.com>
3198
3199 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
3200 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3201 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
3202 argument passing.
3203 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
3204 functions, replace sh_push_dummy_call.
3205 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3206
3207 2003-08-20 Michael Chastain <mec@shout.net>
3208
3209 * gdbtypes.h (struct main_type): Rearrange to save space.
3210
3211 2003-08-20 Michael Snyder <msnyder@redhat.com>
3212
3213 * trad-frame.c: Comment typo fix.
3214
3215 2003-08-20 Michael Snyder <msnyder@redhat.com>
3216 Kevin Buettner <kevinb@redhat.com>
3217
3218 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3219 (frv_frame_init_saved_regs): Add declaration.
3220 (frame_extra_info): Add new field ``saved_regs''.
3221 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3222 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3223 Update frame related code.
3224 (frv_extract_struct_value_address): Adjust formatting.
3225 * Makefile.in (frv-tdep.o): Update dependencies.
3226 * config/frv/tm-frv.h (target_insert_watchpoint)
3227 (target_remove_watchpoint, target_insert_hw_breakpoint)
3228 (target_remove_hw_breakpoint): Delete these macros.
3229 (remote_insert_watchpoint, remote_remove_watchpoint)
3230 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3231 these declarations.
3232
3233 2003-08-20 Michael Chastain <mec@shout.net>
3234
3235 * defs.h (ENUM_BITFIELD): New macro.
3236 * symtab.h (ENUM_BITFIELD): Use it.
3237 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3238
3239 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3240
3241 * MAINTAINERS (write after approval): Add myself.
3242
3243 2003-08-18 Andrew Cagney <cagney@redhat.com>
3244
3245 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3246 * gdbarch.h, gdbarch.c: Re-generate.
3247 * infcall.c (call_function_by_hand): Adjust the SP by
3248 frame_red_zone_size before allocating any stack space.
3249 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3250 * x86-64-tdep.c (x86_64_frame_align): New function.
3251 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3252
3253 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3254 Remove code adjusting SP so that it skips over the Red Zone.
3255
3256 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3257
3258 * NEWS (New native configurations): Mention FreeBSD/amd64.
3259
3260 2003-08-18 Andrew Cagney <cagney@redhat.com>
3261
3262 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3263 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3264 "m68k_frame_p".
3265 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3266
3267 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3268
3269 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3270
3271 2003-08-18 Michal Ludvig <mludvig@suse.cz>
3272
3273 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3274 Define.
3275 * i386-linux-nat.c: Include "linux-nat.h".
3276 (child_post_startup_inferior): New function.
3277
3278 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3279
3280 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3281 at the start of a frameless function. This probably fixes PR
3282 backtrace/1338.
3283
3284 2003-08-17 Michael Chastain <mec@shout.net>
3285
3286 * symfile.c (find_sym_fns): Remove special case for apollo target.
3287
3288 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3289
3290 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3291 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3292 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3293 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3294 (linux_supports_tracevforkdone): New function.
3295 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3296 TRACEVFORKDONE.
3297 (child_follow_fork): Handle vfork.
3298 (linux_handle_extended_wait): Likewise. Also handle exec.
3299 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3300 * NEWS: Mention fork tracing.
3301
3302 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3303
3304 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3305
3306 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3307
3308 * Makefile.in (i386-linux-nat.o): Update dependencies.
3309 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3310 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3311 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3312 * i386-linux-nat.c: Include "linux-nat.h".
3313 (child_post_startup_inferior): New function.
3314 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3315 * infptrace.c (kill_inferior): Wrap in #ifdef.
3316 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3317 attaching to each LWP.
3318 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3319 (init_lin_lwp_ops): Fill in some more operations.
3320 * linux-nat.h (linux_enable_event_reporting)
3321 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3322 prototypes.
3323 * linux-nat.c (linux_enable_event_reporting): New function.
3324 (child_post_attach, linux_child_post_startup_inferior)
3325 (child_post_startup_inferior, child_follow_fork)
3326 (linux_handle_extended_wait, kill_inferior): New functions.
3327
3328 2003-08-16 Andrew Cagney <cagney@redhat.com>
3329
3330 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3331 * gdbarch.h, gdbarch.c: Re-generate.
3332
3333 2003-08-16 Mark Kettenis <kettenis@gnu.org>
3334
3335 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3336
3337 2003-08-16 Andrew Cagney <cagney@redhat.com>
3338
3339 * NEWS: Mention that "set prompt-escape-char" was deleted.
3340 * top.c (get_prompt_1): Delete function.
3341 (gdb_prompt_escape):
3342 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3343 prompt-escape-char" command.
3344 (MAX_PROMPT_SIZE): Delete macro.
3345 (get_prompt): Simplify, do not call get_prompt_1.
3346
3347 2003-08-16 Andrew Cagney <cagney@redhat.com>
3348
3349 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3350 -Werror. -Wformat-nonliteral problems.
3351
3352 2003-08-15 J. Brobecker <brobecker@gnat.com>
3353
3354 Further multiarching work mostly for hppa64-*-hpux11:
3355 * hppa-tdep.h: New file.
3356 * hppa-tdep.c: #include hppa-tdep.c.
3357 (hppa32_num_regs): Renamed from hppa_num_regs.
3358 (hppa64_num_regs): New constant.
3359 (hppa64_call_dummy_breakpoint_offset): New constant.
3360 (hppa32_call_dummy_length): New constant.
3361 (hppa64_call_dummy_length): New constant.
3362 (hppa32_stack_align): Make name 32bit explicit.
3363 (hppa32_register_virtual_type): Likewise.
3364 (hppa32_extract_return_value): Likewise.
3365 (hppa32_use_struct_convention): Likewise.
3366 (hppa32_store_return_value): Likewise.
3367 (hppa64_register_virtual_type): New function.
3368 (hppa64_extract_return_value): New function.
3369 (hppa64_use_struct_convention): New function.
3370 (hppa64_store_return_value): New function.
3371 (hppa_frame_locals_address): Remove declaration, function does
3372 not exist anymore.
3373 (hppa_register_byte): Add support for PA64 ABI.
3374 (hppa_gdbarch_init): Add support for PA64 ABI.
3375 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3376 Make name 32bit explicit.
3377 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3378 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3379 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3380 (hppa64_hpux_frame_base_before_sigtramp): New function.
3381 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3382 * config/pa/tm-hppa64.h: Remove macros that are no longer
3383 necessary now that the gdbarch vector is properly setup.
3384 Transform some macros into function calls. Some minor cleanup.
3385 * config/pa/tm-hppah.h: Update function calls in macros
3386 following the function renaming in hppa-hpux-tdep.c.
3387 * Makefile.in (hppa_tdep_h): New variable.
3388 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3389
3390 2003-08-14 Michael Snyder <msnyder@redhat.com>
3391
3392 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3393
3394 2003-08-13 J. Brobecker <brobecker@gnat.com>
3395
3396 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3397 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3398 routine.
3399
3400 2003-08-13 Michael Snyder <msnyder@redhat.com>
3401
3402 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3403 (frv_saved_pc_after_call): Use deprecated ftype.
3404 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3405 (frv_remote_translate_xfer_address): Remove.
3406 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3407
3408 2003-08-13 J. Brobecker <brobecker@gnat.com>
3409
3410 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3411 initialization after the common gdbarch initialization, not before.
3412
3413 2003-08-13 J. Brobecker <brobecker@gnat.com>
3414
3415 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3416 (ADDR_BITS_REMOVE): Remove, redundant.
3417
3418 2003-08-13 J. Brobecker <brobecker@gnat.com>
3419
3420 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3421 gdbarch method to clear the 2 low bits of text addresses.
3422
3423 2003-08-12 Andrew Cagney <cagney@redhat.com>
3424
3425 * Makefile.in (dsrec.o): Update dependencies.
3426 * dsrec.c: Include "gdb_assert.h".
3427 (make_srec): Use snprintf instead of sprintf, use a literal format
3428 string.
3429
3430 2003-08-12 Andrew Cagney <cagney@redhat.com>
3431
3432 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3433 FRAME_OBSTACK_ZALLOC.
3434
3435 2003-08-12 Kevin Buettner <kevinb@redhat.com>
3436
3437 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3438 SSE registers.
3439
3440 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3441
3442 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3443 amd64fbsd_sc_reg_offset): Add extern declarations.
3444 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3445 declarations.
3446
3447 2003-08-11 Ben Elliston <bje@wasabisystems.com>
3448
3449 * MAINTAINERS (write after approval): Update my mail address.
3450
3451 2003-08-10 Andrew Cagney <cagney@redhat.com>
3452
3453 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3454
3455 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3456
3457 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3458 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3459 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3460 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3461 i386bsd_sc_reg_offset): Add extern declarations.
3462 * i386obsd-nat.c: Include "i386-tdep.h"
3463 (_initialize_i386obsd_nat): Remove extern declarations.
3464 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3465 declarations.
3466 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3467 declarations.
3468
3469 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3470 instead of frame_read_register.
3471 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3472 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3473 SP_REGNUM.
3474 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3475 instead of frame_unwind_unsigned_register. Use
3476 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3477 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3478 instead of read_register. Use builtin_type_void_data_ptr instead
3479 of builtin_type_void_func_ptr when extracting the address of the
3480 jmp_buf.
3481 (i386_extract_return_value, i386_store_return_value,
3482 i386_pseudo_register_read, i386_pseudo_register_write): Use
3483 register_size instead REGISTER_RAW_SIZE.
3484
3485 2003-08-10 Andrew Cagney <cagney@redhat.com>
3486
3487 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3488 sprintf. Make "name" constant.
3489
3490 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3491
3492 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3493 instead of frame_read_register.
3494 (i387_print_float_info): Use get_frame_register and
3495 get_frame_register_unsigned instead of frame_register_read.
3496
3497 * i386fbsd-nat.c: Include "i386-tdep.h".
3498 (child_resume): Make `eflags' an ULONGEST. Use
3499 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3500 instead of register_read and register_write.
3501
3502 * i386bsd-nat.c (fetch_inferior_registers,
3503 store_inferior_registers): Don't use && at the end of a line.
3504 (_initialize_i386bsd_nat): Fix typo.
3505
3506 * frame.c (_initialize_frame): Add missing backslash.
3507
3508 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3509 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3510 and supply_register instead of manipulating the register buffer
3511 directly.
3512
3513 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3514 * config/i386/nm-i386sol2.h
3515 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3516
3517 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3518 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3519 instructions that GCC likes to mingle into the prologue. Fixes
3520 gdb/1253 and gdb/1255.
3521
3522 2003-08-09 Andrew Cagney <cagney@redhat.com>
3523
3524 Fix GDB PR cli/926.
3525 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3526 * command.h (add_setshow_uinteger_cmd): Declare.
3527 * frame.c (set_backtrace_cmd): New function.
3528 (show_backtrace_cmd): New function.
3529 * frame.c (_initialize_frame): Replace "set/show
3530 backtrace-below-main" with "set/show backtrace past-main". Add
3531 command "set/show backtrace limit".
3532 (backtrace_past_main): Rename "backtrace_below_main".
3533 (backtrace_limit): New variable.
3534 (get_prev_frame): Update. Check the backtrace_limit.
3535
3536 2003-08-09 Andrew Cagney <cagney@redhat.com>
3537
3538 * defs.h (xstrprintf): Declare.
3539 * utils.c (xstrprintf): New function.
3540 * breakpoint.c (insert_breakpoints): Replace sprintf and
3541 non-literal format strings, with xstrprintf and cleanups.
3542 (delete_breakpoint,breakpoint_re_set): Ditto.
3543 (commands_command, insert_breakpoints): Ditto.
3544 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3545 (break_at_finish_command_1): Ditto.
3546
3547 2003-08-09 Andrew Cagney <cagney@redhat.com>
3548
3549 * MAINTAINERS (language support): List Adam Fedor as Objective C
3550 maintainer.
3551
3552 2003-08-08 J. Brobecker <brobecker@gnat.com>
3553
3554 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3555 are now multiarched.
3556
3557 2003-08-08 J. Brobecker <brobecker@gnat.com>
3558
3559 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3560 longer necessary now that hppa64 is partially multiarch'ed.
3561
3562 2003-08-08 Andrew Cagney <cagney@redhat.com>
3563
3564 * interps.c (interp_set): Check for a NULL "old_interp".
3565
3566 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3567
3568 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3569 (install-only): Support DESTDIR.
3570 (uninstall): Likewise.
3571 (install-gdbtk): Likewise.
3572
3573 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
3574
3575 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3576 contains something meaningful at all times.
3577
3578 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
3579
3580 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
3581
3582 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
3583
3584 * MAINTAINERS (write after approval): Added self.
3585
3586 2003-08-07 Andrew Cagney <cagney@redhat.com>
3587
3588 * inferior.h (AT_SYMBOL): Define.
3589 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3590 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3591 * mips-tdep.c (mips_call_dummy_address): Delete function.
3592 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3593 set call_dummy_address.
3594
3595 2003-08-07 Andrew Cagney <cagney@redhat.com>
3596
3597 * language.c (op_error): Delete function.
3598 (binop_type_check): Delete function.
3599 * language.h (type_op_error, range_op_error): Delete macros.
3600 (op_error): Delete declaration.
3601
3602 2003-08-07 Andrew Cagney <cagney@redhat.com>
3603
3604 * interps.h (INTERP_MI2, INTERP_MI3): Define.
3605
3606 2003-08-07 Michal Ludvig <mludvig@suse.cz>
3607
3608 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
3609 (x86_64_push_arguments): Skip the red zone.
3610
3611 2003-08-05 Andrew Cagney <cagney@redhat.com>
3612
3613 * reggroups.c (reggroup_next): Check for the final entry.
3614
3615 2003-08-04 Andrew Cagney <cagney@redhat.com>
3616
3617 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3618 * cli/cli-script.c (define_command): Call query directly, instead
3619 of passing it a buffer.
3620 * ocd.c (ocd_error): Pass error a constant format string.
3621 * remote-mips.c (mips_error): Use fputs_filtered.
3622
3623 * solib-svr4.c (_initialize_svr4_solib): Update
3624 register_gdbarch_data call.
3625 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3626
3627 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3628 (register_gdbarch_data): Delete "free" parameter. Update
3629 comments.
3630 * gdbarch.h, gdbarch.c: Re-generate.
3631 * reggroups.c (_initialize_reggroup): Update.
3632 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3633 * frame-base.c (_initialize_frame_base): Update.
3634 * frame-unwind.c (_initialize_frame_unwind): Update.
3635 * user-regs.c (_initialize_user_regs): Update.
3636 * remote.c (_initialize_remote): Update.
3637 * regcache.c (_initialize_regcache): Update.
3638
3639 * regcache.c (xfree_regcache_descr): Delete function.
3640 (_initialize_regcache): Update call to register_gdbarch_data.
3641 (init_regcache_descr, init_legacy_regcache_descr): Use
3642 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3643
3644 * remote.c (free_remote_state): Delete function.
3645 (_initialize_remote): Update register_gdbarch_data.
3646 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3647 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3648
3649 2003-08-04 Andrew Cagney <cagney@redhat.com>
3650
3651 * reggroups.c (struct reggroup_el): Define.
3652 (struct reggroups): Delete field "nr_group". Replace array
3653 "group" with a "first" to "last" linked list.
3654 (reggroups_init): Update. Allocate using gdbarch's obstack.
3655 (reggroups_free): Delete function.
3656 (add_group): Update. Add "el" parameter.
3657 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3658 (default_groups): Update.
3659 (reggroup_next): Replace reggroups.
3660 (reggroups_dump): Update.
3661 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3662 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3663 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3664
3665 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
3666
3667 * Makefile.in (tui-interp.o): Update dependencies.
3668
3669 2003-08-04 David Carlton <carlton@kealia.com>
3670
3671 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3672 to internal_error call.
3673 * source.c (forward_search_command): Add "%s" format argument.
3674 (reverse_search_command): Ditto.
3675 * top.c (quit_confirm): Ditto.
3676 * cli/cli-setshow.c (do_setshow_command): Ditto.
3677 * cp-valprint.c (cp_print_class_method): Replace
3678 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3679 (cp_print_class_member): Ditto.
3680 * event-top.c (command_line_handler): Ditto.
3681 * linux-proc.c (linux_info_proc_cmd): Ditto.
3682 * p-typeprint.c (pascal_type_print_base): Ditto.
3683 * p-valprint.c (pascal_object_print_class_method): Ditto.
3684 (pascal_object_print_class_member): Ditto.
3685 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3686 * remote.c (remote_cisco_section_offsets): Ditto.
3687 * top.c (command_line_input): Ditto.
3688 * utils.c (vwarning,error_stream,quit): Ditto.
3689 * valprint.c (print_floating,print_binary_chars)
3690 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3691
3692 2003-08-04 Andrew Cagney <cagney@redhat.com>
3693
3694 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3695
3696 2003-08-02 Andrew Cagney <cagney@redhat.com>
3697
3698 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3699 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3700 amd64fbsd-nat.c.
3701
3702 2003-08-02 Andrew Cagney <cagney@redhat.com>
3703
3704 * Makefile.in: Update all dependencies and definitions.
3705
3706 2003-08-02 Adam Fedor <fedor@gnu.org>
3707
3708 * linespec.c (is_objc_method_format): New function
3709 (decode_line_1, locate_first_half): Use it.
3710 Fixes PR objc/1298
3711
3712 2003-08-01 Andrew Cagney <cagney@redhat.com>
3713
3714 * NEWS: Mention that m32r is multi-arch.
3715 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3716 * configure.tgt: Recognize m32r-*-*.
3717 * config/m32r/tm-m32r.h: Delete file.
3718 * config/m32r/m32r.mt: New file.
3719 * m32r-rom.c (m32r_upload_command): Use hostent only when
3720 gethostname succeeds, in order to avoid a compilation
3721 warning.
3722 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3723 compiler warning.
3724
3725 2003-08-01 Michael Snyder <msnyder@redhat.com>
3726
3727 * sh-tdep.c (sh_frame_align): New gdbarch method.
3728 (sh_gdbarch_init): Set up frame_align method.
3729
3730 2003-07-31 Michael Snyder <msnyder@redhat.com>
3731
3732 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3733 which is already covered by the new frames infrastructure.
3734
3735 2003-07-31 Andrew Cagney <cagney@redhat.com>
3736
3737 * user-regs.c (struct user_reg): Add "next" link.
3738 (struct user_regs): Replace "user" with "first" and "last" links.
3739 (append_user_reg): Add pre-allocated "reg" parameter.
3740 (builtin_user_regs): Provide initial value for "last".
3741 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3742 (user_regs_init): Allocate memory from the gdbarch obstack.
3743 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3744 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3745 linked list.
3746 (usernum_to_user_reg): New function.
3747 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3748 (value_of_user_reg): Use usernum_to_user_reg.
3749 (user_regs_free): Delete function.
3750 (_initialize_user_regs): Update register_gdbarch_data call.
3751
3752 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
3753
3754 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3755
3756 2003-07-30 Michael Snyder <msnyder@redhat.com>
3757
3758 * value.h (value_being_returned): Add a struct_addr argument.
3759 * infcall.c (call_function_by_hand): Pass struct_addr to
3760 value_being_returned.
3761 * infcmd.c (print_return_value): Pass zero as struct_addr.
3762 * values.c (value_being_returned): If struct_addr is passed,
3763 use it instead of trying to recover it from the inferior.
3764
3765 2003-07-30 Kevin Buettner <kevinb@redhat.com>
3766
3767 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3768 the prologue analyzer won't need to attempt to extract the pc
3769 value from the woefully incomplete dummy frame.
3770 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3771 possible. Disable code which modifies the frame.
3772
3773 2003-07-28 Andrew Cagney <cagney@redhat.com>
3774
3775 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3776 to level 2.
3777 (annotate_breakpoints_table, annotate_record): Ditto.
3778 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3779 (annotate_field_name_end, annotate_field_value): Ditto.
3780 (annotate_field_end, annotate_frame_source_begin): Ditto.
3781 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3782 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3783 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3784 (annotate_frame_address_end, annotate_frame_address): Ditto.
3785 (annotate_frame_args, annotate_frame_end): Ditto.
3786 (annotate_frame_where, annotate_arg_begin): Ditto.
3787 (annotate_arg_name_end, annotate_arg_value): Ditto.
3788 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3789 (annotate_function_call, annotate_signal_name): Ditto.
3790 (annotate_signal_string, annotate_signal_name_end): Ditto.
3791 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3792 (annotate_value_begin, annotate_value_history_value): Ditto.
3793 (annotate_value_history_end, annotate_value_end): Ditto.
3794 (annotate_display_begin, annotate_display_number_end): Ditto.
3795 (annotate_display_format, annotate_display_expression): Ditto.
3796 (annotate_display_expression_end, annotate_display_value): Ditto.
3797 (annotate_display_end, annotate_array_section_begin): Ditto.
3798 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3799 (annotate_elt, annotate_array_section_end): Ditto.
3800
3801 2003-07-28 Andrew Cagney <cagney@redhat.com>
3802
3803 * regcache.c (struct regcache_descr): Update comments on
3804 nr_raw_registers.
3805 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3806 sizeof_raw_register_valid_p.
3807 (init_regcache_descr): Set nr_raw_registers and
3808 sizeof_raw_register_valid_p before calling
3809 init_legacy_regcache_descr.
3810
3811 2003-07-28 Andrew Cagney <cagney@redhat.com>
3812
3813 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3814 MOD NUM_REGS.
3815
3816 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
3817
3818 * thread.c (info_threads_command): Use get_selected_frame ().
3819 Check that there is at least one non-sentinel frame.
3820
3821 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3822
3823 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3824 (m68hc11_pop_frame): Remove.
3825 (m68hc11_frame_saved_pc): Remove.
3826 (m68hc11_frame_chain): Remove.
3827 (m68hc11_frame_init_saved_regs): Remove.
3828 (m68hc11_init_extra_frame_info): Remove.
3829 (m68hc11_store_struct_return): Remove.
3830 (m68hc11_saved_pc_after_call): Remove.
3831
3832 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3833
3834 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3835 frame unwind information.
3836 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3837 and adapted for frame unwinding.
3838 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3839 (m68hc11_unwind_pc): New function.
3840 (m68hc11_frame_unwind_cache): New function to analyze frames.
3841 (m68hc11_frame_this_id): New function to create new frame struct.
3842 (m68hc11_frame_prev_register): New function to unwind a register from
3843 the frame.
3844 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3845 (m68hc11_frame_p): New function for the above.
3846 (m68hc11_frame_base_address): New function to return fp of frame.
3847 (m68hc11_frame_args_address): Update for frame.
3848 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3849 (m68hc11_unwind_sp): New function.
3850 (m68hc11_unwind_dummy_id): New function.
3851 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3852 calls.
3853
3854 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3855
3856 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3857 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3858 when we are beyond the current pc.
3859
3860 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3861
3862 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3863 from m68hc11_push_arguments.
3864 (m68hc11_push_arguments): Remove.
3865 (m68hc11_push_return_address): Remove.
3866 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3867 handlers; remove deprecated_extra_stack_alignment_needed.
3868
3869 2003-07-27 Andrew Cagney <cagney@redhat.com>
3870
3871 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3872 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3873 REAL_PC and not the pointer.
3874 * hppa-hpux-tdep.c: Include frame.h
3875
3876 2003-07-27 Andrew Cagney <cagney@redhat.com>
3877
3878 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3879 GDB_MULTI_ACH_PARTIAL.
3880
3881 2003-07-27 Andrew Cagney <cagney@redhat.com>
3882
3883 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3884 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3885 operator at start and not end of line.
3886 (decode_prologue): Ditto.
3887 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3888 frame_unwind_register_unsigned instead of
3889 frame_unwind_unsigned_register.
3890 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3891 read_register.
3892 (m32r_push_dummy_call): Use register_size instead of
3893 REGISTER_RAW_SIZE.
3894 (m32r_frame_sniffer): Replace m32r_frame_p.
3895 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3896 * m32r-rom.c (report_transfer_performance): Delete extern
3897 declaration.
3898 (m32r_load, m32r_upload_command): Use print_transfer_performance
3899 instead of report_transfer_performance.
3900 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3901 / add_show_from_set.
3902
3903 2003-07-26 Andrew Cagney <cagney@redhat.com>
3904
3905 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3906 store_return_value and extract_struct_value_address.
3907
3908 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3909
3910 PR c++/1267
3911 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3912 NULL, default to the section containing PC.
3913
3914 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3915
3916 * NEWS: Mention "regs" deprecated for m68hc11 too.
3917
3918 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3919 (m68hc11_print_register): New function to print out one register.
3920 (m68hc11_print_registers_info): New function to print registers.
3921 (show_regs): Deprecate and use the above.
3922 (m68hc11_gdbarch_init): Install the print_registers_info.
3923
3924 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3925
3926 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3927 that we have a SIGTRAP before returning non-zero.
3928
3929 2003-07-23 Michal Ludvig <mludvig@suse.cz>
3930 Elena Zannoni <ezannoni@redhat.com>
3931
3932 * linespec.c (decode_line_2): Avoid crash if
3933 find_function_start_sal() returns empty record.
3934
3935 2003-07-23 Andreas Schwab <schwab@suse.de>
3936
3937 * ia64-tdep.c (ia64_print_insn): New function.
3938 (ia64_gdbarch_init): Set print_insn to it.
3939 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3940 deprecated_tm_print_insn_info.
3941
3942 2003-07-22 Michael Snyder <msnyder@redhat.com>
3943
3944 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3945 handle 8-bit returns (long long).
3946 (h8300h_extract_return_value): Ditto.
3947 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3948
3949 2003-07-22 Andrew Cagney <cagney@redhat.com>
3950
3951 * gdbarch.c Include "gdb_obstack.h".
3952 (struct gdbarch): Add an "obstack".
3953 (alloc_gdbarch_data): Allocate the gdbarch data using
3954 GDBARCH_OBSTACK_CALLOC.
3955 (free_gdbarch_data): Delete function.
3956 (gdbarch_obstack_zalloc): New function.
3957 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3958 Assert that the architecture is not initialized.
3959 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3960 vector from the obstack.
3961 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3962 architecture obstack.
3963 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3964 (set_gdbarch_data): Assert that the data is not initialized.
3965 (struct gdbarch_data): Delete member "free".
3966 (register_gdbarch_data): Do not initialize "free".
3967 * gdbarch.h, gdbarch.c: Re-generate.
3968
3969 2003-07-22 Andrew Cagney <cagney@redhat.com>
3970
3971 * configure.in (build_warnings): Add -Wformat-nonliteral.
3972 * configure: Re-generate.
3973
3974 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3975
3976 * dwarf2loc.c (locexpr_describe_location): Fix typos.
3977
3978 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3979
3980 * findvar.c (read_var_value): Remove case for thread local storage
3981 variables. It is now entirely handled by the dwarf2 location
3982 expression code.
3983 * printcmd.c (address_info): Ditto.
3984 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3985 enumeration value.
3986 (struct symbol): Remove objfile field, which was used by
3987 LOC_THREAD_LOCAL_STATIC only.
3988 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3989 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3990 usage of objfile pointer.
3991 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3992 thread local variables.
3993 Add include of objfiles.h.
3994 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3995 storage variables.
3996 * Makefile.in (dwarf2loc.o): Update dependencies.
3997
3998 2003-07-22 Andrew Cagney <cagney@redhat.com>
3999
4000 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
4001 get_frame_base.
4002 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
4003 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
4004 (struct value): Add opaque declaration.
4005 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
4006
4007 2003-07-21 Andrew Cagney <cagney@redhat.com>
4008
4009 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4010 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
4011
4012 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4013
4014 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4015 regcache_cooked_read_unsigned instead of read_register.
4016 (m68hc11_saved_pc_after_call): Likewise.
4017 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
4018 instead of write_register.
4019 (m68hc11_register_type): New function.
4020 (m68hc11_register_virtual_type): Remove.
4021 (m68hc11_store_return_value): Convert to use the regcache.
4022 (m68hc11_extract_struct_value_address): Likewise.
4023 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
4024 m68hc11_register_type; undeprecate store_return_value and
4025 extract_struct_value_address.
4026
4027 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4028
4029 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
4030 and translate to use regcache.
4031 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
4032
4033 2003-07-18 Andrew Cagney <cagney@redhat.com>
4034
4035 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
4036 * gdbarch.h, gdbarch.c: Re-generate.
4037 * i386-tdep.c (i386_gdbarch_init): Do not set
4038 DWARF2_BUILD_FRAME_INFO.
4039 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
4040 unconditionally.
4041 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
4042 DWARF2_BUILD_FRAME_INFO.
4043
4044 2003-07-18 Andrew Cagney <cagney@redhat.com>
4045
4046 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4047 * disasm.c (gdb_disassemble_info): Initilize di.arch.
4048
4049 2003-07-18 Andrew Cagney <cagney@redhat.com>
4050
4051 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
4052 frame_unwind_address_in_block, instead of frame_pc_unwind.
4053 (dwarf2_frame_cache): Ditto.
4054
4055 2003-07-18 Andrew Cagney <cagney@redhat.com>
4056
4057 * user-regs.h (struct gdbarch): Declare opaque.
4058 * ui-out.h (struct ui_file): Declare opaque.
4059 * dwarf2-frame.h (struct frame_info): Declare opaque.
4060
4061 2003-07-18 Kris Warkentin <kewarken@qnx.com>
4062
4063 * nto-procfs.c: Clean ARI hits. Change #include <..> to
4064 #include "...".
4065 (procfs_meminfo): Change strerror to safe_strerror.
4066 (procfs_can_run): Remove K&R badness.
4067
4068 2003-07-17 Michael Snyder <msnyder@redhat.com>
4069
4070 * remote-sim.c: Comment typo fix.
4071
4072 2003-07-17 Andrew Cagney <cagney@redhat.com>
4073
4074 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
4075 configure.
4076 * sparc-tdep.c (sparc_intreg_size): Make non-static.
4077 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4078 GDB_MULTI_ARCH_PARTIAL.
4079
4080 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
4081
4082 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4083 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
4084 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4085
4086 2003-07-16 Theodore A. Roth <troth@openavr.org>
4087
4088 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4089 found.
4090 (avr_frame_unwind_cache): Don't unwind FP for main.
4091 Update a comment.
4092 Save the computed prev_sp.
4093 (avr_saved_regs_unwinder): Remove function.
4094 (avr_frame_prev_register): Use PC unwind logic from
4095 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4096
4097 2003-07-16 Andrew Cagney <cagney@redhat.com>
4098
4099 * frame-base.h (frame_base_p_ftype): Delete definition.
4100 (frame_base_append_predicate): Delete declaration.
4101 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4102 (frame_unwind_append_predicate): Delete declaration.
4103 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4104 (append_predicate): Delete parameter "p".
4105 (frame_unwind_append_predicate): Delete function.
4106 (frame_unwind_append_sniffer): Update call to append_predicate.
4107 (frame_unwind_free): Delete function.
4108 (_initialize_frame_unwind): Pass NULL as "free" to
4109 register_gdbarch_data.
4110 (frame_unwind_init): Append the dummy_frame_sniffer.
4111 (frame_unwind_find_by_frame): Simplify.
4112 * frame-base.c (struct frame_base_table): Delete field "p".
4113 (append_predicate): Delete parameter "p".
4114 (frame_base_append_predicate): Delete function.
4115 (frame_base_append_sniffer): Update call to append_predicate.
4116 (frame_base_free): Delete function.
4117 (frame_base_find_by_frame): Simplify.
4118 (_initialize_frame_base): Pass NULL as "free" to
4119 register_gdbarch_data.
4120 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4121 (x86_64_sigtramp_frame_sniffer): Replace
4122 "x86_64_sigtramp_frame_p".
4123 (x86_64_init_abi): Set the frame unwind sniffers.
4124 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4125 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4126 (m68k_gdbarch_init): Set the frame unwind sniffers.
4127 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4128 "i386_sigtramp_frame_p".
4129 (i386_frame_sniffer): Replace "i386_frame_p".
4130 (i386_gdbarch_init): Set the frame unwind sniffers.
4131 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4132 (avr_gdbarch_init): Set the frame unwind sniffers.
4133 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4134 "alpha_sigtramp_frame_p"
4135 (alpha_heuristic_frame_sniffer): Replace
4136 "alpha_heuristic_frame_p".
4137 (alpha_gdbarch_init): Set the frame unwind sniffers.
4138 (alpha_dwarf2_init_abi): Ditto.
4139 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4140 "alpha_debug_frame_p".
4141 (alpha_mdebug_frame_base_sniffer): Replace
4142 "alpha_mdebug_frame_base_p".
4143 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4144 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4145 (d10v_gdbarch_init): Set the frame unwind sniffer.
4146 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4147 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4148 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4149 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4150 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4151 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4152
4153 2003-07-16 Michael Snyder <msnyder@redhat.com>
4154
4155 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4156 should go thru sh_dsp_register_sim_regno, else the dsp regs
4157 will not get the right values.
4158
4159 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4160
4161 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4162 deprecated_store_floating by call to store_typed_floating.
4163 (sh_sh4_register_convert_to_raw): Substitute call to
4164 deprecated_extract_floating by call to extract_typed_floating.
4165
4166 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4167
4168 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4169
4170 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4171
4172 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4173 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4174 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4175 as possible.
4176 (do_pseudo_register): Remove.
4177 (sh_push_dummy_code): New function.
4178 (sh64_store_struct_return): Rename from sh_store_struct_return.
4179 Only called for sh64 now.
4180 (sh_extract_struct_value_address): Regcache'ify.
4181 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4182 and accomodate new tasks.
4183 (sh64_push_return_address): Rename from sh_push_return_address.
4184 Only called for sh64 now.
4185 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4186 Regcache'ify.
4187 (sh3e_sh4_extract_return_value): Regcache'ify.
4188 (sh_default_store_return_value): Ditto.
4189 (sh3e_sh4_store_return_value): Ditto.
4190 (sh_default_register_byte): Remove.
4191 (sh_sh4_register_byte): Remove.
4192 (sh_default_register_raw_size): Remove.
4193 (sh_sh4_register_raw_size): Remove.
4194 (sh_register_virtual_size): Remove.
4195 (sh_sh3e_register_virtual_type): Remove.
4196 (sh_sh3e_register_type): New function.
4197 (sh_sh4_register_virtual_type): Remove.
4198 (sh_sh4_register_type): New function.
4199 (sh_default_register_virtual_type): Remove.
4200 (sh_default_register_type): New function.
4201 (do_fv_register_info): Add parameters to accomodate call from
4202 sh_print_registers_info.
4203 (do_dr_register_info): Ditto.
4204 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4205 Add parameters to accomodate call from sh_print_registers_info.
4206 (sh_do_fp_register): Ditto.
4207 (sh64_do_pseudo_register): Call do_dr_register_info,
4208 do_fv_register_info and sh_do_fp_register with default parameters.
4209 (sh_do_register): Add parameters to accomodate call from
4210 sh_print_registers_info.
4211 (sh_print_register): Ditto.
4212 (sh_print_registers_info): Rename from sh_do_registers_info.
4213 Add parameters to be used as gdbarch_print_registers_info
4214 implementation. Accomodate removed do_pseudo_register function
4215 pointer.
4216 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4217 function pointer. Call sh_print_register with default parameters.
4218 (sh64_do_registers_info): Call sh_print_registers_info instead of
4219 sh_do_registers_info.
4220 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4221 detection of deprecated vs. non-deprecated functionality.
4222 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4223 function pointer assignments by direct function calls.
4224
4225 2003-07-15 Andrew Cagney <cagney@redhat.com>
4226
4227 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4228 (frame_register_unwind, create_new_frame): Ditto.
4229 (legacy_get_prev_frame, get_frame_type): Ditto.
4230 (get_frame_base_address): Use frame_base_find_by_frame.
4231 (get_frame_locals_address): Use frame_base_find_by_frame.
4232 (get_frame_args_address): Use frame_base_find_by_frame.
4233 * frame-base.h (frame_base_sniffer_ftype): Declare.
4234 (frame_base_append_sniffer): Declare.
4235 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4236 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4237 (frame_base_append_sniffer): New function.
4238 (frame_base_append_predicate): Add a NULL sniffer.
4239 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4240 (struct frame_base_table): Add "sniffer".
4241 (frame_base_free): Free the "sniffer" table.
4242 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4243 (frame_unwind_append_sniffer): Declare.
4244 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4245 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4246 (struct frame_unwind_table): Add "sniffer", delete "middle".
4247 (append_predicate): Add "sniffer" parameter, append the sniffer.
4248 (frame_unwind_init): Update append_predicate call.
4249 (frame_unwind_append_sniffer): New function.
4250 (frame_unwind_append_predicate): Update append_predicate call.
4251 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4252
4253 2003-07-15 Andrew Cagney <cagney@redhat.com>
4254
4255 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4256 before code inhibiting repeated unwind attempts. Add to
4257 commentary on that test's problems.
4258 * blockframe.c (inside_main_func): Look for "main" in the minimal
4259 symbol table.
4260 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4261 identical.
4262
4263 2003-07-15 Andrew Cagney <cagney@redhat.com>
4264
4265 * complaints.c (struct explanation): Define.
4266 (struct complaints): Change type of "explanation" to "struct
4267 explanation".
4268 (symfile_explanations): Convert to a "struct explanation" table.
4269 (vcomplaint): Update.
4270
4271 2003-07-15 Michal Ludvig <mludvig@suse.cz>
4272
4273 * x86-64-linux-nat.c (regmap): Removed.
4274 (supply_gregset, fill_gregset): Call
4275 x86_64_linux_(fill,supply)_gregset functions.
4276 * x86-64-linux-tdep.c (USER_*): New defines.
4277 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4278 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4279 New functions.
4280 (fetch_core_registers): Ditto.
4281 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4282 * x86-64-linux-tdep.h: New file.
4283 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4284 and core-regset.o.
4285 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4286
4287 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4288
4289 * x86-64-tdep.c (x86_64_store_return_value): Use
4290 regcache_cooked_write_part instead of regcache_cooked_write.
4291
4292 * configure.host: Add x86_64-*-freebsd*.
4293 * configure.tgt: Add x86_64-*-freebsd*.
4294 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4295 * amd64fbsd-nat.c: New file.
4296 * amd64fbsd-tdep.c: New file.
4297 * config/i386/nm-fbsd64.h: New file.
4298 * config/i386/fbsd64.mh: New file.
4299 * config/i386/fbsd64.mt: New file.
4300
4301 2003-07-11 Mark Kettenis <kettenis@gnu.org>
4302
4303 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4304 `sc_regs_offset' and `sc_fpregs_offset'.
4305 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4306 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4307 (alpha_sigtramp_register_address): Rewrite to use new members of
4308 `struct gdbarch_tdep'.
4309 (alpha_gdbarch_init): Initialize new members of struct
4310 gdbarch_tdep'.
4311 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4312 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4313 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4314 (alphafbsd_pc_in_sigtramp): Implement.
4315 (alphafbsd_sigtramp_offset): New function.
4316 (alphafbsd_sigcontext_addr): New function.
4317 (alphafbsd_init_abi): Initialize signal trampoline related members
4318 of `struct gdbarch_tdep'.
4319 (_initialize_alphafbsd_tdep): Add prototype.
4320
4321 2003-07-11 Theodore A. Roth <troth@openavr.org>
4322
4323 * Makefile.in (install-only): Quote sed expression when generating
4324 transformed_name.
4325
4326 2003-07-11 Richard Henderson <rth@redhat.com>
4327
4328 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4329 * dwarf2-frame.c: Include complaints.h.
4330 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4331 variable initialization; return NULL on error.
4332 (decode_frame_entry): New.
4333
4334 2003-07-11 Andrew Cagney <cagney@redhat.com>
4335
4336 * frame.h (frame_address_in_block): Delete declaration.
4337 * blockframe.c (frame_address_in_block): Delete function.
4338 (get_frame_block): Use get_frame_address_in_block.
4339 (block_innermost_frame): Ditto.
4340 * stack.c (print_frame, backtrace_command_1): Ditto.
4341
4342 * frame.h (get_frame_address_in_block): Declare.
4343 (frame_unwind_address_in_block): Declare.
4344 * frame.c (frame_unwind_address_in_block): New function.
4345 (get_frame_address_in_block): New function.
4346
4347 2003-07-10 Andrew Cagney <cagney@redhat.com>
4348
4349 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4350 pre-default. Note: re-generate has no effect.
4351
4352 2003-07-10 Andrew Cagney <cagney@redhat.com>
4353
4354 * gdbarch.sh: When a variable, but not a function, compare against
4355 0. Fix problem in previous patch.
4356 * gdbarch.c: Re-generate.
4357
4358 2003-07-10 Andrew Cagney <cagney@redhat.com>
4359
4360 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4361 functions against NULL, not 0.
4362 * gdbarch.c: Re-generate.
4363
4364 2003-07-10 Fred Fish <fnf@ninemoons.com>
4365
4366 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4367 null string instead of a null pointer.
4368 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4369
4370 2003-07-09 Michael Snyder <msnyder@redhat.com>
4371
4372 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4373
4374 2003-07-09 Mark Kettenis <kettenis@gnu.org>
4375
4376 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4377 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4378 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4379 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4380 * x86-64-tdep.c: ... from here.
4381
4382 2003-07-09 Andreas Schwab <schwab@suse.de>
4383
4384 * m68k-tdep.h (enum struct_return): Define.
4385 (struct gdbarch_tdep): Add struct_return.
4386 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4387 bytes are padded to the right, not to the left. Pass struct value
4388 address in register %a1, not on stack.
4389 (m68k_use_struct_convention): New function.
4390 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4391 struct_return in tdep to pcc_struct_return.
4392 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4393 reg_struct_return.
4394
4395 2003-07-09 Joel Brobecker <brobecker@gnat.com>
4396
4397 * somread.c (som_symfile_offsets): Fix compilation error.
4398
4399 2003-07-09 Andrew Cagney <cagney@redhat.com>
4400
4401 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4402 Add comments about the checks.
4403
4404 2003-07-08 Andrew Cagney <cagney@redhat.com>
4405
4406 * Makefile.in: Make dependency section headers consistent.
4407 (config_h): Move to $BUILD headers section.
4408 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4409 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4410 (ada-exp.tab.c): Move to YACC/LEX section.
4411 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4412 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4413
4414 2003-07-08 Kris Warkentin <kewarken@qnx.com>
4415
4416 * nto-procfs.c: Cleaned up a bunch of ARI hits.
4417 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4418 of strerror with safe_strerror, use ISO C function definitions,
4419 and replace instances of sprintf with snprintf.
4420
4421 2003-07-07 Andrew Cagney <cagney@redhat.com>
4422
4423 * frame.c (get_prev_frame): Enable check for identical frames.
4424 Update comments. Update error messages.
4425
4426 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4427
4428 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4429
4430 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4431
4432 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4433 sort_symtab_syms, no longer necessary.
4434
4435 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4436
4437 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4438
4439 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4440
4441 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4442 (mips_register_byte): Likewise.
4443
4444 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4445
4446 * Makefile.in (sparc_tdep_h): New.
4447 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4448 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4449 * sparc-linux-nat.c: Include "sparc-tdep.h".
4450 * sparc-nat.c: Likewise.
4451 * sparc-tdep.c: Likewise.
4452 * sparc64nbsd-nat.c: Likewise.
4453 * sparcnbsd-nat.c: Likewise.
4454 * sparcnbsd-tdep.c: Likewise.
4455 * sparc-tdep.h: New file.
4456 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4457 and sparc_npc_regnum.
4458
4459 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4460
4461 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4462 (mips_linux_cannot_store_register): List supported instead of
4463 unsupported registers.
4464
4465 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4466
4467 * disasm.c (dump_insns): Separate instructions from addresses.
4468
4469 2003-07-07 Andreas Schwab <schwab@suse.de>
4470
4471 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4472 dependencies.
4473 * m68k-tdep.c (NUM_FREGS): Delete.
4474 (SIG_PC_FP_OFFSET): Delete.
4475 (TARGET_M68K): Delete.
4476 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4477 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4478 P_MOVEL_SP, P_MOVEML_SP): Define.
4479 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4480 P_TRAP): Delete.
4481 (m68k_register_raw_size): Delete.
4482 (m68k_register_virtual_size): Delete.
4483 (m68k_register_type): Renamed from m68k_register_virtual_type and
4484 add gdbarch argument.
4485 (m68k_store_struct_return): Delete.
4486 (m68k_deprecated_extract_return_value): Delete.
4487 (m68k_deprecated_extract_struct_value_address): Delete.
4488 (m68k_frame_chain): Delete.
4489 (m68k_frame_saved_pc): Delete.
4490 (m68k_fix_call_dummy): Delete.
4491 (m68k_push_dummy_frame): Delete.
4492 (m68k_pop_frame): Delete.
4493 (m68k_extract_return_value): New function.
4494 (m68k_store_return_value): Rewrite using regcache.
4495 (m68k_extract_struct_value_address): Rewrite using regcache.
4496 (m68k_push_dummy_call): New function.
4497 (struct m68k_frame_cache): Define.
4498 (m68k_alloc_frame_cache): New function.
4499 (m68k_analyze_frame_setup): New function.
4500 (m68k_analyze_register_saves): New function.
4501 (m68k_analyze_prologue): New function.
4502 (m68k_skip_prologue): Rewrite using above functions.
4503 (m68k_unwind_pc): New function.
4504 (m68k_frame_cache): New function.
4505 (m68k_frame_this_id): New function.
4506 (m68k_frame_prev_register): New function.
4507 (m68k_frame_unwind): New variable.
4508 (m68k_frame_p): New function.
4509 (m68k_sigtramp_frame_cache): New function.
4510 (m68k_sigtramp_frame_this_id): New function.
4511 (m68k_sigtramp_frame_prev_register): New function.
4512 (m68k_sigtramp_frame_unwind): New variable.
4513 (m68k_sigtramp_frame_p): New function.
4514 (m68k_frame_base_address): New function.
4515 (m68k_frame_base): New function.
4516 (m68k_unwind_dummy_id): New function.
4517 (fill_gregset): Use regcache_collect.
4518 (fill_fpregset): Likewise.
4519 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4520 defined.
4521 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4522 deprecated_init_frame_pc, deprecated_store_struct_return,
4523 deprecated_extract_return_value, deprecated_store_return_value,
4524 deprecated_frame_chain, deprecated_frame_saved_pc,
4525 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4526 deprecated_register_virtual_size,
4527 deprecated_max_register_raw_size,
4528 deprecated_max_register_virtual_size,
4529 deprecated_register_virtual_type, deprecated_register_size,
4530 deprecated_register_byte, deprecated_register_bytes,
4531 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4532 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4533 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4534 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4535 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4536 deprecated_push_dummy_frame, deprecated_pop_frame,
4537 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4538 only if SYSCALL_TRAP is defined. Set extract_return_value,
4539 store_return_value, extract_struct_value_address, register_type,
4540 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4541 predicates.
4542 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4543 M68K_MAX_REGISTER_SIZE): Define.
4544 (struct m68k_sigtramp_info): Define.
4545 (struct gdbarch_tdep): Add get_sigtramp_info.
4546 * m68klinux-nat.c (fetch_register): Use register_size instead of
4547 REGISTER_RAW_SIZE. Don't put assignment in if.
4548 (store_register): Likewise.
4549 (fetch_inferior_registers): Likewise.
4550 (store_inferior_registers): Likewise.
4551 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4552 (m68k_linux_frame_saved_pc): Delete.
4553 (m68k_linux_sigcontext_reg_offset,
4554 m68k_linux_ucontext_reg_offset): Define.
4555 (m68k_linux_get_sigtramp_info): New function.
4556 (m68k_linux_extract_return_value): Rewrite using regcache.
4557 (m68k_linux_store_return_value): Likewise.
4558 (m68k_linux_extract_struct_value_address): Likewise.
4559 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4560 Don't set deprecated_frame_saved_pc,
4561 deprecated_extract_return_value, deprecated_store_return_value,
4562 deprecated_extract_struct_value_address. Set
4563 extract_return_value, store_return_value,
4564 extract_struct_value_address.
4565
4566 2003-07-07 Andrew Cagney <cagney@redhat.com>
4567
4568 * expprint.c: Include "user-regs.h" instead of "frame.h".
4569 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4570 frame_map_regnum_to_name.
4571 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4572 (frame_map_name_to_regnum): Simplify, call
4573 user_reg_map_name_to_regnum.
4574 (frame_map_regnum_to_name): Simplify, call
4575 user_reg_map_regnum_to_name.
4576 (frame_register_unwind): Update.
4577 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4578 (_initialize_frame_reg): Call user_reg_add_builtin.
4579 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4580 (value_of_register): Use value_of_user_reg.
4581 * eval.c (evaluate_subexp_standard): Update.
4582 * parse.c (write_dollar_variable): Update.
4583 * d10v-tdep.c (d10v_print_registers_info): Update.
4584 * infcmd.c (registers_info): Update.
4585 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4586 (builtin_regs_h): Delete macro.
4587 (user_regs_h): Define.
4588 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4589 (builtin-regs.o): Delete target.
4590 (user-regs.o): Specify dependencies.
4591 (expprint.o): Update dependencies.
4592 (findvar.o): Update dependencies.
4593 (frame.o): Update dependencies.
4594 (std-regs.o): Update dependencies.
4595
4596 2003-07-06 Christopher Faylor <cgf@redhat.com>
4597
4598 * win32-nat.c (solib_symbols_add): Use one variable for all section
4599 address stuff. Pass variable rather than address of variable to
4600 safe_symbol_file_add.
4601
4602 2003-07-06 Andreas Schwab <schwab@suse.de>
4603
4604 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
4605
4606 2003-07-04 Joel Brobecker <brobecker@gnat.com>
4607
4608 * rs6000-nat.c (vmap_symtab): Fix compilation error.
4609
4610 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4611
4612 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
4613
4614 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4615
4616 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
4617 * config/i386/nto.mh: New file.
4618 * config/i386/nm-nto.h: New file.
4619 * configure.host: Add i[3456]86-*-nto*.
4620
4621 2003-07-03 Joel Brobecker <brobecker@gnat.com>
4622
4623 * remote-vx.c (vx_add_symbols): Fix compilation error.
4624
4625 2003-07-03 Andrew Cagney <cagney@redhat.com>
4626
4627 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4628 * gdbarch.h, gdbarch.c: Re-generate.
4629 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4630 (legacy_register_name): Declare.
4631 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4632 (REGISTER_NAME): Define.
4633 * sparc-tdep.c (legacy_register_name): New function.
4634 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4635 (REGISTER_NAME): Define.
4636 (hppa64_register_name): Declare.
4637 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4638 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4639 (hppa64_register_name): New function.
4640 (hppa_register_name): New function.
4641 * arch-utils.c (legacy_register_name): Delete.
4642 * arch-utils.h (legacy_register_name): Delete.
4643
4644 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
4645
4646 * cli/cli-interp.c (cli_interpreter_resume): Update the
4647 cli_uiout's stream to gdb_stdout.
4648
4649 2003-07-03 Andrew Cagney <cagney@redhat.com>
4650
4651 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4652 predicate.
4653 * gdbarch.h, gdbarch.c: Re-generate.
4654 * regcache.c (init_regcache_descr): Use legacy code when either
4655 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4656
4657 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4658
4659 * NEWS: Move "set logging" entry into GDB 6.0 section.
4660
4661 2003-07-02 Jim Blandy <jimb@redhat.com>
4662
4663 * s390-tdep.c (struct frame_extra_info): new member:
4664 'stack_bought_valid'.
4665 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4666 initialize fextra_info->stack_bought.
4667 (s390_frameless_function_invocation): Don't trust the value of
4668 fextra_info_ptr->stack_bought unless
4669 fextra_info->stack_bought_valid is set.
4670
4671 New S390 prologue analyzer.
4672 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4673 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4674 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4675 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4676 compute_x_addr, s390_on_stack, s390_store,
4677 s390_get_signal_frame_info): New functions.
4678 (S390_NUM_SPILL_SLOTS): New macro.
4679 (s390_get_frame_info): Rewritten.
4680 (is_arg_reg): Deleted.
4681
4682 Break out the decoding of S/390 instructions into separate
4683 functions, to make it more legible, and easier to check
4684 against the spec.
4685 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4686 is_rx, is_rxe): New functions.
4687 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4688 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4689 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4690 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4691 enums for opcode values. (Is this an improvement?)
4692
4693 2003-07-02 Andrew Cagney <cagney@redhat.com>
4694
4695 * i386-tdep.c: Revert change committed as part of trad-frame code
4696 below.
4697
4698 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4699
4700 * breakpoint.c (insert_catchpoint): Make static.
4701
4702 2003-07-02 Andreas Schwab <schwab@suse.de>
4703
4704 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4705 former ia64_push_arguments and ia64_push_return_address, and use
4706 regcache functions instead of read/write_register.
4707 (ia64_gdbarch_init): Set push_dummy_call instead of
4708 deprecated_push_arguments and deprecated_push_return_address.
4709
4710 2003-07-01 Andreas Jaeger <aj@suse.de>
4711
4712 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4713 before the call.
4714 Set %rax only to number of SSE registers used.
4715
4716 2003-07-01 Andrew Cagney <cagney@redhat.com>
4717
4718 * trad-frame.h: Update comments, a -1 .addr is reserved.
4719 (trad_frame_value_p, trad_frame_addr_p): Declare.
4720 (trad_frame_reg_p): Declare.
4721 (trad_frame_set_value): Rename trad_frame_register_value.
4722 (trad_frame_set_unknown): Declare.
4723 * trad-frame.c (trad_frame_realreg_p): New function.
4724 (trad_frame_addr_p, trad_frame_value_p): New function.
4725 (trad_frame_set_unknown): New function.
4726 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4727 (trad_frame_prev_register): Use trad_frame_realreg_p,
4728 trad_frame_addr_p and trad_frame_value_p.
4729 (trad_frame_set_value): Rename trad_frame_register_value.
4730 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4731 and trad_frame_set_value.
4732
4733 2003-06-30 Jim Blandy <jimb@redhat.com>
4734
4735 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4736 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4737 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4738 for 16 registers, and then 32 more bytes.
4739 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4740 New macros.
4741 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4742 Move up in the file, since it's now used by is_simple_arg.
4743 (is_simple_arg): Don't assume registers are four bytes long.
4744 Exclude all double arguments. Extended floats are not simple
4745 args.
4746 (is_power_of_two): New function.
4747 (pass_by_copy_ref): Call is_power_of_two, and check that the
4748 length fits in a register, rather than listing all the acceptable
4749 sizes. Extended floats are not passed by reference.
4750 (s390_push_arguments): Don't assume registers are four bytes long.
4751 Reserve an argument register to point to the buffer for structures
4752 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4753 S390_STACK_FRAME_OVERHEAD.
4754
4755 2003-06-30 Andreas Schwab <schwab@suse.de>
4756
4757 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4758 format error message.
4759
4760 2003-06-30 Joel Brobecker <brobecker@gnat.com>
4761
4762 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4763
4764 2003-06-30 David Carlton <carlton@kealia.com>
4765
4766 Band-aid for PR c++/1245.
4767 * Makefile.in (cp-support.o): Depend on complaints_h.
4768 * cp-support.c: Include complaints.h. Add declaration for
4769 find_last_component.
4770 (cp_find_first_component): Separate code into
4771 cp_find_first_component_aux.
4772 (cp_find_first_component_aux): Call demangled_name_complaint.
4773 (demangled_name_complaint): New.
4774
4775 2003-06-30 Andrew Cagney <cagney@redhat.com>
4776
4777 * remote.c (remote_write_bytes): Explicitly compute and then use
4778 the payload size. Update comments to reflect. Fixes problem of
4779 GDB not sending small packets as found by Fred Fish.
4780
4781 2003-06-30 Andrew Cagney <cagney@redhat.com>
4782
4783 * remote.c (remote_async_wait): Fix -Wformat problem.
4784
4785 2003-06-29 Andrew Cagney <cagney@redhat.com>
4786
4787 * remote.c (remote_wait): Call error, and not warning, when the
4788 packet is corrupt.
4789 (remote_async_wait): Ditto.
4790
4791 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4792
4793 * sparc-tdep.c (sparc_y_regnum): Make external again.
4794
4795 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4796
4797 * cli/cli-logging.c (pop_output_files): Add void to function
4798 definition.
4799
4800 2003-06-29 Andrew Cagney <cagney@redhat.com>
4801
4802 * frame.c (frame_register_unwind): Use unsigned char when dumping
4803 the buffer contents.
4804
4805 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
4806
4807 * cli/cli-logging.c: New file.
4808 * cli-out.c (struct ui_out_data): Add original_stream.
4809 (cli_redirect): New function.
4810 (cli_ui_out_impl): Add cli_redirect.
4811 (cli_out_new): Initialize original_stream.
4812 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4813 (uo_redirect, ui_out_redirect): New.
4814 * ui-out.h (struct ui_out_impl): Add redirect member.
4815 (redirect_ftype): New.
4816 (ui_out_redirect): Add prototype.
4817 * Makefile.in: Add rules for cli-logging.c.
4818 * NEWS: Mention "set logging".
4819
4820 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4821
4822 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4823
4824 2003-06-27 Andrew Cagney <cagney@redhat.com>
4825
4826 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4827 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4828 * avr-tdep.c (avr_call_dummy_address): Delete function.
4829 (avr_gdbarch_init): Do not set call_dummy_address.
4830
4831 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4832
4833 * symfile.c (syms_from_objfile): Move variables to inner block.
4834 Move the checks for the non-mainline case a bit earlier to avoid
4835 doing some useless computations.
4836
4837 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4838
4839 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4840
4841 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4842
4843 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4844 sections.
4845
4846 2003-06-26 Michael Chastain <mec@shout.net>
4847
4848 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4849 gdb/testsuite/gdb.c++/pr-1210.exp.
4850
4851 2003-06-26 Andrew Cagney <cagney@redhat.com>
4852
4853 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4854 altivec_expression.h and altivec_registers.h.
4855
4856 2003-06-26 Andrew Cagney <cagney@redhat.com>
4857
4858 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4859 info->mach when MIPS16. Patch suggested by Fred Fish.
4860
4861 2003-06-26 Andrew Cagney <cagney@redhat.com>
4862
4863 * utils.c (internal_vproblem): Print the problem to a reason
4864 buffer and then pass to query. Make the msg variable more local.
4865
4866 2003-06-26 Andrew Cagney <cagney@redhat.com>
4867
4868 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4869 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4870 * gdbarch.h, gdbarch.c: Re-generate.
4871 * frame-base.c (default_frame_args_address): Update. Use
4872 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4873 not available.
4874 (default_frame_locals_address): Ditto for
4875 DEPRECATED_FRAME_LOCALS_ADDRESS.
4876 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4877 (vax_frame_num_args): Update.
4878 (vax_gdbarch_init): Update.
4879 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4880 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4881 * mcore-tdep.c (mcore_gdbarch_init): Update.
4882 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4883 * ia64-tdep.c (ia64_gdbarch_init): Update.
4884 * symtab.h (address_class): Update comments.
4885 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4886 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4887 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4888 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4889 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4890 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4891 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4892 * alpha-mdebug-tdep.c: Update.
4893 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4894
4895 2003-06-26 Andreas Jaeger <aj@suse.de>
4896
4897 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4898 of SSE registers so that varargs functions work. Rework handling
4899 of passing arguments on the stack.
4900 (x86_64_store_return_value): Return double and float values in SSE
4901 register.
4902
4903 2003-06-24 Michael Chastain <mec@shout.net>
4904
4905 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4906 the "constructor breakpoints ignored" bug.
4907
4908 2003-06-25 David Carlton <carlton@kealia.com>
4909
4910 * MAINTAINERS: Update e-mail address.
4911
4912 2003-06-24 Jim Blandy <jimb@redhat.com>
4913
4914 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4915
4916 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4917 function.
4918 (ppc_linux_init_abi): Register it as the
4919 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4920
4921 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4922 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4923 method.
4924
4925 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4926 (ppc64_standard_linkage_target): Use it.
4927
4928 2003-06-23 Andrew Cagney <cagney@redhat.com>
4929
4930 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4931 for 0 "int0" and 4 "int32" sized registers.
4932 * gdbtypes.c (builtin_type_int0): Define.
4933 (build_gdbtypes): Initialize builtin_type_int0.
4934 * gdbtypes.h (builtin_type_int0): Declare.
4935
4936 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4937
4938 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4939 as characters are unsigned.
4940
4941 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4942
4943 PR gdb/1179
4944 * dwarfread.c (struct_type): Skip static fields without crashing.
4945
4946 2003-06-22 Andrew Cagney <cagney@redhat.com>
4947
4948 GDB 6.0 branch created.
4949 * README: Update.
4950 * PROBLEMS: Update. Empty.
4951 * NEWS: Update.
4952
4953 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4954
4955 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4956 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4957
4958 2003-06-22 Andrew Cagney <cagney@redhat.com>
4959
4960 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4961 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4962 Velikov.
4963
4964 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4965
4966 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4967 compilers.
4968
4969 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4970
4971 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4972 argument of val_print.
4973 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4974 to the address argument of baseclass_offset or target_read_memory.
4975 Do add it to the argument of cp_print_value_fields.
4976
4977 2003-06-21 Andrew Cagney <cagney@redhat.com>
4978
4979 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4980 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4981 instead of 0..NUM_REGS.
4982 (mips_register_reggroup_p): New function.
4983 (mips_pseudo_register_write): New function.
4984 (mips_pseudo_register_read): New function.
4985 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4986 based on the register's type.
4987 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4988 cooked.
4989 (mips_get_saved_register): Simplify. Assert that REGNO is a
4990 pseudo / cooked.
4991 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4992 (mips_register_type): Replace mips_register_virtual_type. Map
4993 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4994 when available.
4995 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4996 that the register is cooked / virtual.
4997 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4998 Only get the extra info when needed.
4999 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
5000 (mips32_heuristic_proc_desc): Fetch the cooked register.
5001 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
5002 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
5003 (mips_print_register): Use gdbarch_register_type, instead of
5004 REGISTER_VIRTUAL_TYPE.
5005 (print_gp_register_row): Use gdbarch_register_type, instead of
5006 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
5007 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5008 Print the pseudo / cooked registers.
5009 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5010 Print the pseudo / cooked registers.
5011 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
5012 REG_NUM is pseudo / cooked.
5013 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
5014 (mips_n32n64_xfer_return_value): Ditto.
5015 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
5016 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
5017 (mips_register_sim_regno): New function.
5018 (mips_gdbarch_init): Set deprecated_register_byte,
5019 register_group_p, pseudo_register_write, pseudo_register_read,
5020 register_sim_regno, and num_pseudo_regs. Set register_type,
5021 instead of register_virtual_type.
5022 * Makefile.in (mips-tdep.o): Update dependencies.
5023 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
5024 REGISTER_VIRTUAL_TYPE.
5025 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
5026 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
5027 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
5028 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
5029 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
5030
5031 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5032
5033 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
5034 * cli/cli-cmds.c: Include "gdb_vfork.h".
5035 (shell_escape): Use vfork.
5036
5037 2003-06-21 Andrew Cagney <cagney@redhat.com>
5038
5039 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
5040 32 bit floating-point register saves.
5041
5042 * frame.h (deprecated_unwind_get_saved_register): Delete.
5043 * frame.c (deprecated_unwind_get_saved_register): Delete function.
5044 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
5045 and deprecated_get_next_frame_hack instead of
5046 deprecated_unwind_get_saved_register.
5047
5048 * mips-tdep.c (mips_dump_tdep): Do not print
5049 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
5050
5051 * frame.c (get_frame_register): New function.
5052 (frame_unwind_register_signed): New function.
5053 (get_frame_register_signed): New function.
5054 (frame_unwind_register_unsigned): New function.
5055 (get_frame_register_unsigned): New function.
5056 * frame.h: Add comments on naming schema.
5057 (get_frame_register, frame_unwind_register_signed): Declare.
5058 (get_frame_register_signed, get_frame_register_signed): Declare.
5059 (frame_unwind_register_unsigned): Declare.
5060 (get_frame_register_unsigned): Declare.
5061
5062 2003-06-20 Theodore A. Roth <troth@openavr.org>
5063
5064 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
5065
5066 2003-06-20 Theodore A. Roth <troth@openavr.org>
5067
5068 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
5069 (avr_read_sp): Ditto.
5070
5071 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
5072
5073 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5074 * config/arm/nm-linux.h: Likewise.
5075 * config/arm/tm-linux.h: Likewise.
5076 * config/ia64/nm-linux.h: Likewise.
5077 * config/ia64/tm-ia64.h: Likewise.
5078 * config/s390/tm-linux.h: Likewise.
5079 * config/s390/tm-s390.h: Likewise.
5080 * s390-nat.c: Likewise.
5081 * s390-tdep.c: Likewise.
5082
5083 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5084 * config/ia64/linux.mt: Likewise.
5085 * config/m68k/linux.mh: Likewise.
5086 * config/mips/linux.mt: Likewise.
5087 * config/powerpc/linux.mh: Likewise.
5088 * config/sh/linux.mt: Likewise.
5089
5090 2003-06-19 Kris Warkentin <kewarken@qnx.com>
5091
5092 * solib.c (solib_open): Change tests for whether to search
5093 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5094 comments.
5095
5096 2003-06-19 Theodore A. Roth <troth@openavr.org>
5097
5098 * avr-tdep.c (avr_frame_address): Delete function.
5099 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5100 set_gdbarch_frame_args_address.
5101
5102 2003-06-19 Andrew Cagney <cagney@redhat.com>
5103
5104 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5105 (REGISTER_CONVERT_FROM_TYPE): Delete.
5106 (mips_register_convert_to_type): Delete declaration.
5107 (mips_register_convert_from_type): Delete declaration.
5108 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5109 kernel/.
5110
5111 2003-06-19 Michael Snyder <msnyder@redhat.com>
5112
5113 * linux-nat.h: New file.
5114 * linux-nat.c: Include linux-nat.h.
5115 * lin-lwp.c: Include linux-nat.h.
5116 Move struct lwp_info def to linux-nat.h.
5117 * linux-proc.c: Include linux-nat.h.
5118 (linux_make_note_section): Iterate over lwps instead of threads.
5119 (linux_do_thread_registers): Use lwp instead of merged pid.
5120 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
5121 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
5122 Add dependency on linux_nat_h.
5123
5124 2003-06-19 Theodore A. Roth <troth@openavr.org>
5125
5126 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5127
5128 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5129
5130 * varobj.c (get_type, get_target_type): Use check_typedef.
5131
5132 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5133
5134 * breakpoint.c (insert_catchpoint): Call internal_error.
5135
5136 2003-06-19 Theodore A. Roth <troth@openavr.org>
5137
5138 * avr-tdep.c (avr_push_dummy_code): Delete function.
5139 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5140
5141 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5142
5143 * arch-utils.c (default_prepare_to_proceed): Remove.
5144 (generic_prepare_to_proceed): Remove.
5145 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5146 (generic_prepare_to_proceed): Remove prototype.
5147 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5148 * gdbarch.c: Regenerate.
5149 * gdbarch.h: Regenerate.
5150 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5151 * hppah-nat.c (hppa_switched_threads): Remove.
5152 * infrun.c (prepare_to_proceed): New static function, copied from
5153 generic_prepare_to_proceed. Remove select_it argument.
5154 (proceed): Call prepare_to_proceed.
5155 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5156 variables.
5157 (ptrace_wait): Don't set the removed variables.
5158 (hppa_switched_threads): Remove.
5159 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5160 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5161 (lin_lwp_prepare_to_proceed): Remove prototype.
5162 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5163 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5164
5165 2003-06-18 Theodore A. Roth <troth@openavr.org>
5166
5167 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5168 trad-frame.h.
5169 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5170 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5171 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5172 (AVR_PROLOGUE_*): Enumerate prologue types.
5173 (struct frame_extra_info): Remove.
5174 (struct avr_unwind_cache): Define.
5175 (avr_write_sp): Delete function.
5176 (avr_read_fp): Ditto.
5177 (avr_init_extra_frame_info): Ditto.
5178 (avr_pop_frame): Ditto.
5179 (avr_frame_saved_pc): Ditto.
5180 (avr_saved_pc_after_call): Ditto.
5181 (avr_push_return_address): Ditto.
5182 (avr_frame_chain): Ditto.
5183 (avr_store_struct_return): Ditto.
5184 (avr_push_arguments): Ditto.
5185 (avr_scan_prologue): Update comments. Changed to set up the info for
5186 cache unwinding. Now returns end of prologue PC.
5187 (avr_skip_prologue): Better handling of functions lacking a prologue
5188 by using avr_scan_prologue.
5189 (avr_scan_arg_moves): New function.
5190 (avr_saved_regs_unwinder): Ditto.
5191 (avr_frame_unwind_cache): Ditto.
5192 (avr_unwind_pc): Ditto.
5193 (avr_frame_this_id): Ditto.
5194 (avr_frame_prev_register): Ditto.
5195 (avr_frame_p): Ditto.
5196 (avr_frame_base_address ): Ditto.
5197 (avr_unwind_dummy_id): Ditto.
5198 (avr_push_dummy_code): Ditto.
5199 (push_stack_item): Ditto.
5200 (pop_stack_item): Ditto.
5201 (avr_push_dummy_call): Ditto.
5202 (struct stack_item): Define.
5203 (avr_frame_unwind): Declare structure.
5204 (avr_frame_base): Ditto.
5205 (avr_gdbarch_init): Remove calls to
5206 set_gdbarch_deprecated_init_frame_pc,
5207 set_gdbarch_deprecated_target_read_fp,
5208 set_gdbarch_deprecated_dummy_write_sp,
5209 set_gdbarch_deprecated_fp_regnum,
5210 set_gdbarch_deprecated_push_arguments,
5211 set_gdbarch_deprecated_push_return_address,
5212 set_gdbarch_deprecated_pop_frame,
5213 set_gdbarch_deprecated_store_struct_return,
5214 set_gdbarch_deprecated_frame_init_saved_regs,
5215 set_gdbarch_deprecated_init_extra_frame_info,
5216 set_gdbarch_deprecated_frame_chain,
5217 set_gdbarch_deprecated_frame_saved_pc,
5218 set_gdbarch_deprecated_saved_pc_after_call.
5219 Add calls to set_gdbarch_push_dummy_call,
5220 set_gdbarch_push_dummy_code,
5221 frame_unwind_append_predicate,
5222 frame_base_set_default,
5223 set_gdbarch_unwind_dummy_id,
5224 set_gdbarch_unwind_pc.
5225 Wrap a long line.
5226
5227 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
5228
5229 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5230 registers for H8/300S.
5231 (h8300_print_registers_info): Ditto.
5232 (h8300_gdbarch_init): Accommodate register count for H8/300S.
5233
5234 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
5235
5236 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5237 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5238 (lin_lwp_wait): Likewise. Update comments.
5239 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5240 (pull_pid_from_list, linux_record_stopped_pid): New.
5241
5242 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5243
5244 * ada-lang.c (scan_discrim_bound): Name first argument.
5245 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5246 declared by ALL_BLOCK_SYMBOLS.
5247
5248 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5249
5250 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5251 ("regcache.h"): Include it.
5252 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5253
5254 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5255
5256 * NEWS: Mention gdbserver detach change and "disconnect" command.
5257 * infcmd.c (disconnect_command): New function.
5258 (_initialize_infcmd): Add ``disconnect'' command.
5259 * remote.c (remote_async_detach): Delete.
5260 (remote_detach): Merge remote_async_detach.
5261 (remote_disconnect): New.
5262 (init_remote_ops): Set to_disconnect.
5263 (init_remote_cisco_ops): Likewise.
5264 (init_remote_async_ops): Likewise. Use remote_detach.
5265 * target.c (cleanup_target): Default to_disconnect.
5266 (update_current_target): Inherit to_disconnect.
5267 (target_disconnect, debug_to_disconnect): New functions.
5268 (setup_target_debug): Set to_disconnect.
5269 * target.h (struct target_ops): Add to_disconnect.
5270 (target_disconnect): Add prototype.
5271
5272 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5273
5274 * breakpoint.c (insert_catchpoint): New function.
5275 (insert_breakpoints): Use catch_exceptions to call
5276 insert_catchpoint. Disable catchpoints if they fail to insert.
5277
5278 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5279
5280 * symfile.c (reread_symbols): Clear sym_private.
5281
5282 2003-06-17 Andrew Cagney <cagney@redhat.com>
5283
5284 * trad-frame.h (struct frame_info): Add opaque declaration.
5285 * remote-fileio.h (struct cmd_list_element): Add opaque
5286 declaration.
5287 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5288 comments.
5289
5290 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5291
5292 * remote.c (remote_prepare_to_store): Replace call to
5293 deprecated_read_register_bytes with multiple regcache_raw_read
5294 calls.
5295
5296 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5297
5298 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5299 (nto_find_and_open_solib): Likewise.
5300 (nto_init_solib_absolute_prefix): Likewise.
5301 (_initialize_nto_tdep): Fix indentation.
5302
5303 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5304
5305 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5306
5307 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5308
5309 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5310
5311 2003-06-17 Jim Blandy <jimb@redhat.com>
5312
5313 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5314
5315 2003-06-16 Theodore A. Roth <troth@openavr.org>
5316
5317 * avr-tdep.c (avr_extract_return_value): New function.
5318 (avr_gdbarch_init): Set extract_return_value method.
5319
5320 2003-06-16 Andrew Cagney <cagney@redhat.com>
5321
5322 * frame.h (deprecated_get_next_frame_hack): Declare.
5323 * frame.c (legacy_saved_regs_prev_register): Only require
5324 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5325 there are always saved regs.
5326 (deprecated_generic_get_saved_register): Do not require
5327 DEPRECATED_FRAME_INIT_SAVED_REGS.
5328 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5329 use frame ID unwind instead.
5330 (deprecated_get_next_frame_hack): New function.
5331
5332 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5333
5334 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5335 (h8300_push_dummy_call): ...this function. Some minor optimization.
5336 (h8300_push_return_address): Remove.
5337 (h8300_gdbarch_init): Remove calls to
5338 set_gdbarch_deprecated_dummy_write_sp,
5339 set_gdbarch_deprecated_push_arguments and
5340 set_gdbarch_deprecated_push_return_address.
5341 Add call to set_gdbarch_push_dummy_call.
5342
5343 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5344
5345 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5346 (E_PSEUDO_EXR_REGNUM): Ditto.
5347 (h8300_is_argument_spill): Check for instructions moving argument
5348 registers into safe registers.
5349 (h8300_skip_prologue): Check for stm instruction to push registers
5350 used for register variables onto stack.
5351 (gdb_print_insn_h8300): Remove.
5352 (h8300_examine_prologue): Add a comment.
5353 (h8300_register_name): Take pseudo registers into account.
5354 (h8300s_register_name): Ditto.
5355 (h8300sx_register_name): Ditto.
5356 (h8300_print_register): Ditto.
5357 (h8300_print_registers_info): Define "nice" printing order.
5358 (h8300_saved_pc_after_call): Take pseudo registers into account.
5359 (h8300_register_type): Ditto. Return type used for remote connection
5360 when requesting real CCR or EXR register, return actual type when
5361 requesting pseudo CCR or EXR.
5362 (h8300_pseudo_register_read): New function.
5363 (h8300_pseudo_register_write): Ditto.
5364 (h8300_dbg_reg_to_regnum): Ditto.
5365 (h8300s_dbg_reg_to_regnum): Ditto.
5366 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5367 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5368 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5369 set_gdbarch_print_insn architecture dependent.
5370 Call set_gdbarch_pseudo_register_read and
5371 set_gdbarch_pseudo_register_write.
5372 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5373
5374 2003-06-16 Andrew Cagney <cagney@redhat.com>
5375
5376 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5377 * gdbarch.h, gdbarch.c: Re-generate.
5378 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5379 * s390-tdep.c (s390_gdbarch_init): Update.
5380 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5381 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5382 * mips-tdep.c (mips_gdbarch_init): Update.
5383 * mcore-tdep.c (mcore_gdbarch_init): Update.
5384 * cris-tdep.c (cris_gdbarch_init): Update.
5385 * infcall.c (call_function_by_hand): Update.
5386 * ia64-tdep.c (ia64_push_arguments): Update comment.
5387 * frame.c (legacy_get_prev_frame): Do not assume
5388 SAVE_DUMMY_FRAME_TOS_P.
5389 * dummy-frame.c (find_dummy_frame): Update comment.
5390
5391 2003-06-16 Andrew Cagney <cagney@redhat.com>
5392
5393 * regcache.c (do_cooked_read): Do not use register_valid_p.
5394
5395 2003-06-15 Theodore A. Roth <troth@openavr.org>
5396
5397 * avr-tdep.c (avr_register_type): Remove a blank line.
5398 (avr_scan_prologue): Correct some comments.
5399
5400 2003-06-15 Theodore A. Roth <troth@openavr.org>
5401
5402 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5403 prologue types.
5404 Properly scan prologues generated by gcc with the -mcall-prologues
5405 option.
5406 Add code to scan -mcall-prologues for mega devices.
5407
5408 2003-06-15 Theodore A. Roth <troth@openavr.org>
5409
5410 * avr-tdep.c (avr_register_byte): Delete function.
5411 (avr_register_raw_size): Delete function.
5412 (avr_register_virtual_size): Delete function.
5413 (avr_register_virtual_type): Delete function.
5414 (avr_register_type): New function.
5415 (avr_address_to_pointer): Remove unused code.
5416 (avr_read_fp): Need to read FP as two separate bytes due to change to
5417 avr_register_type() usage.
5418 (avr_gdbarch_init): Don't set deprecated_register_size.
5419 Don't set deprecated_register_bytes.
5420 Don't set deprecated_register_byte.
5421 Don't set deprecated_register_raw_size.
5422 Don't set deprecated_max_register_raw_size.
5423 Don't set deprecated_register_virtual_size.
5424 Don't set deprecated_max_register_virtual_size.
5425 Don't set deprecated_register_virtual_type.
5426 Set register_type method.
5427
5428 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
5429
5430 * Makefile.in (linux-nat.o): Add rule.
5431 * linux-nat.c: New file.
5432 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5433 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5434 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5435 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5436 * config/arm/linux.mh (NATDEPFILES): Likewise.
5437 * config/i386/linux.mh (NATDEPFILES): Likewise.
5438 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5439 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5440 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5441 * config/mips/linux.mh (NATDEPFILES): Likewise.
5442 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5443 * config/s390/s390.mh (NATDEPFILES): Likewise.
5444 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5445
5446 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5447
5448 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5449 replace out-of-date comment.
5450
5451 2003-06-15 Andrew Cagney <cagney@redhat.com>
5452
5453 * rdi-share/host.h (Fail): Change to a varargs function.
5454 * remote-rdi.c (Fail): Update.
5455
5456 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5457
5458 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5459 (i386_convert_register_p, i386_register_to_value,
5460 i386_register_from_value): Handle types longer than 8 bytes.
5461
5462 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5463
5464 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5465 Move floating-point code to new function in i387-tdep.c.
5466 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5467 New functions containing code moved here from i386-tdep.c.
5468 * i387-tdep.h: Add opaque declaration for `struct type'.
5469 (i387_register_to_value, i387_value_to_register): New prototypes.
5470 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5471 (x86_64_init_abi): Set convert_register_p, register_to_value and
5472 value_to_register here.
5473
5474 2003-06-14 Andrew Cagney <cagney@redhat.com>
5475
5476 * mips-tdep.c (mips_register_to_value): Make static.
5477 (mips_value_to_register): Make static.
5478 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5479 * ia64-tdep.c (ia64_register_raw_size): Make static.
5480 (ia64_register_virtual_size): Make static.
5481 (ia64_register_byte): Make static.
5482 * i387-tdep.c: Include "i387-tdep.h".
5483 (print_387_control_word): Delete function.
5484 (print_387_status_word): Delete function.
5485 (print_387_status_bits): Delete function.
5486 (print_387_control_bits): Delete function.
5487 * Makefile.in (i387-tdep.o): Update dependencies.
5488 * rdi-share/host.h (Fail): Declare.
5489 * remote-rdi.c (Fail): Update to match declaration.
5490
5491 2003-06-14 Andrew Cagney <cagney@redhat.com>
5492
5493 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5494 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5495 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5496 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5497 * README: Delete reference to remote-array.
5498 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5499 (remote-array.o): Delete target.
5500 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5501 * remote-array.c: Delete file.
5502
5503 2003-06-14 Andrew Cagney <cagney@redhat.com>
5504 Mark Kettenis <kettenis@gnu.org>
5505
5506 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5507 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5508 parameter with "frame".
5509 * gdbarch.h, gdbarch.c: Re-generate.
5510 * frame.h (put_frame_register): Declare.
5511 * frame.c (put_frame_register): New function.
5512 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5513 (legacy_register_to_value): Rewrite, use "frame" to get the
5514 register value.
5515 (legacy_value_to_register): Rewrite, use "frame" to find the
5516 register's location before storing.
5517 * arch-utils.h (legacy_convert_register_p): Update.
5518 (legacy_register_to_value, legacy_value_to_register): Update.
5519 * findvar.c (value_from_register): Rewrite, eliminate use of
5520 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5521 "frame" to REGISTER_TO_VALUE.
5522 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5523 lval_reg_frame_relative + lval_register branch of the switch. Do
5524 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5525 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5526 I386_EDI_REGNUM): New defines.
5527 (i386_next_regnum, i386_convert_register_p,
5528 i386_register_to_value, i386_value_to_register): New functions.
5529 (i386_register_convertible, i386_register_convert_to_virtual,
5530 i386_convert_to_raw): Remove functions.
5531 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5532 value_to_register instead of register_convertible,
5533 register_convert_to_virtual and register_convert_to_raw.
5534 * mips-tdep.c (mips_convert_register_p): New function.
5535 (mips_value_to_register): Replace mips_register_convert_from_type.
5536 (mips_register_to_value): Replace mips_register_convert_to_type.
5537 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5538 register_to_value.
5539 * alpha-tdep.c (alpha_convert_register_p): Update.
5540 (alpha_value_to_register): Update, store the register.
5541 (alpha_register_to_value): Update, fetch the register.
5542
5543 2003-06-14 Theodore A. Roth <troth@openavr.org>
5544
5545 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5546 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5547 Don't set deprecated_call_dummy_words.
5548 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5549 Don't set remote_translate_xfer_address.
5550 (avr_io_reg_read_command): Remove commented out debug printf.
5551 Wrap a long line.
5552
5553 2003-06-14 Theodore A. Roth <troth@openavr.org>
5554
5555 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5556 causes gdb to seg fault.
5557
5558 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
5559
5560 * sparc-nat.c (fetch_inferior_registers): Correct
5561 a reference to "registers".
5562
5563 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
5564
5565 * Makefile.in (exc_request_U_h): Define
5566 (exc_request_S_h): Likewise.
5567 (msg_reply_S_h): Likewise.
5568 (msg_U_h): Likewise.
5569 (notify_S_h): Likewise.
5570 (process_reply_S_h): Likewise.
5571 (gnu-nat.o): Depend on gdb_obstack_h
5572 * gnu-nat.c: Include "gdb_obstack.h".
5573
5574 2003-06-13 Andrew Cagney <cagney@redhat.com>
5575
5576 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5577 * gdbarch.h, gdbarch.c: Re-generate.
5578
5579 2003-06-13 Andrew Cagney <cagney@redhat.com>
5580
5581 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5582 when deprecated REGISTER macros can be deleted.
5583 * gdbarch.h, gdbarch.c: Re-generate.
5584
5585 2003-06-13 Jim Blandy <jimb@redhat.com>
5586
5587 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5588 Linux entry point symbols for _dl_debug_state, too.
5589
5590 2003-06-13 Andrew Cagney <cagney@redhat.com>
5591
5592 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5593 available, do not use the FP register, and always save the TOS.
5594 * dummy-frame.c (dummy_frame_this_id): Do not assert
5595 SAVE_DUMMY_FRAME_TOS.
5596 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5597 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5598 (i386_push_dummy_call): Add 8 to the returned SP.
5599 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5600 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5601 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5602 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5603 (x86_64_push_dummy_call): Return "sp + 16".
5604 (x86_64_init_abi): Do not set save_dummy_frame_tos.
5605 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5606 save_dummy_frame_tos.
5607
5608 2003-06-13 Jim Blandy <jimb@redhat.com>
5609
5610 * frv-tdep.c (frv_use_struct_convention): Delete static
5611 declaration for function deleted in my change of 2003-06-12.
5612
5613 2003-06-13 Theodore A. Roth <troth@openavr.org>
5614
5615 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5616 (avr_pointer_to_address): Shift code addrs left 1 bit.
5617 (avr_convert_from_func_ptr_addr): Delete function since operation is
5618 better handled by avr_address_to_pointer and avr_pointer_to_address.
5619 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5620
5621 2003-06-13 Mark Kettenis <kettenis@gnu.org>
5622
5623 From Kelley Cook <kelleycook@wideopenwest.com>:
5624 * configure.host: Accept i[34567]86 variants.
5625 * configure.tgt: Likewise.
5626 * nlm/configure.in: Likewise.
5627 * nlm/configure: Regenerated.
5628
5629 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
5630
5631 * arm-tdep.c (solib-svr4.h): Dont' include it.
5632 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5633 * arm-linux-tdep.c: ... here. Make static.
5634 (arm_linux_init_abi): Register it.
5635 (solib-svr4.h): Include it.
5636 * Makefile.in: Update dependencies.
5637 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5638 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5639
5640 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5641
5642 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5643 indicate registers used for return values.
5644 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5645 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5646 members.
5647 (h8300_init_extra_frame_info): Ditto.
5648 (h8300_frame_locals_address): Removed.
5649 (h8300_frame_args_address): Removed.
5650 (h8300_extract_return_value): Use new regcache structure. Only care
5651 for 16 bit CPUs.
5652 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5653 (h8300_store_return_value): Use new regcache structure. Only care
5654 for 16 bit CPUs.
5655 (h8300h_store_return_value): Same function for 32 bit CPUs.
5656 (h8300_store_struct_return): Removed.
5657 (h8300_extract_struct_value_address): Use new regcache structure.
5658 (h8300h_extract_struct_value_address): Removed.
5659 (h8300_push_dummy_code): New function.
5660 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5661 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5662 set_gdbarch_store_return_value architecture dependent.
5663 Call set_gdbarch_push_dummy_code and
5664 set_gdbarch_extract_struct_value_address.
5665 Remove calls to set_gdbarch_frame_args_address,
5666 set_gdbarch_frame_locals_address,
5667 set_gdbarch_deprecated_store_struct_return,
5668 set_gdbarch_deprecated_extract_return_value,
5669 set_gdbarch_deprecated_extract_struct_value_address,
5670 set_gdbarch_deprecated_call_dummy_words and
5671 set_gdbarch_deprecated_sizeof_call_dummy_words.
5672
5673 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5674
5675 * h8300-tdep.c (h8300_register_byte): Remove.
5676 (h8300h_register_byte): Remove.
5677 (h8300_register_virtual_type): Remove. Substitute by...
5678 (h8300_register_type): New function.
5679 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5680 (h8300h_extract_struct_value_address): Ditto.
5681 (h8300_gdbarch_init): Drop calls to
5682 set_gdbarch_deprecated_register_byte and
5683 set_gdbarch_deprecated_register_virtual_type.
5684 Add call to set_gdbarch_register_type.
5685
5686 2003-06-13 Andrew Cagney <cagney@redhat.com>
5687
5688 * gdbarch.sh: Update comments on registers.
5689 (deprecated_register_byte): Rename register_byte.
5690 (deprecated_register_raw_size): Rename register_raw_size.
5691 (deprecated_register_virtual_size): Rename register_virtual_size.
5692 (deprecated_register_virtual_type): Rename register_virtual_type.
5693 * gdbarch.h, gdbarch.c: Re-generate.
5694 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5695 * vax-tdep.c (vax_gdbarch_init): Update.
5696 * v850-tdep.c (v850_gdbarch_init): Update.
5697 * sparc-tdep.c (sparc_gdbarch_init): Update.
5698 * sh-tdep.c (sh_gdbarch_init): Update.
5699 * s390-tdep.c (s390_gdbarch_init): Update.
5700 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5701 * ns32k-tdep.c: Update.
5702 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5703 * mips-tdep.c (mips_gdbarch_init): Update.
5704 * mcore-tdep.c (mcore_gdbarch_init): Update.
5705 * m68k-tdep.c (m68k_gdbarch_init): Update.
5706 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5707 * ia64-tdep.c (ia64_gdbarch_init): Update.
5708 * hppa-tdep.c (hppa_gdbarch_init): Update.
5709 * h8300-tdep.c (h8300_gdbarch_init): Update.
5710 * frv-tdep.c (frv_gdbarch_init): Update.
5711 * cris-tdep.c (cris_gdbarch_init): Update.
5712 * avr-tdep.c (avr_gdbarch_init): Update.
5713 * alpha-tdep.c (alpha_gdbarch_init): Update.
5714 * arm-tdep.c (arm_gdbarch_init): Update.
5715
5716 2003-06-13 Andrew Cagney <cagney@redhat.com>
5717
5718 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5719 mips_o32_use_struct_convention with always_use_struct_convention.
5720
5721 2003-06-12 David Carlton <carlton@kealia.com>
5722
5723 * cp-namespace.c (cp_set_block_scope): Comment out
5724 processing_has_namespace_info branch.
5725
5726 2003-06-12 Jim Blandy <jimb@redhat.com>
5727
5728 Recognize and skip 64-bit PowerPC Linux linkage functions.
5729 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5730 insn_pattern, insns_match_pattern, d_field, ds_field): New
5731 functions, macros, and types for working with PPC instructions.
5732 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5733 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5734 ppc64_skip_trampoline_code): New functions, variables, and macros
5735 for recognizing and skipping linkage functions.
5736 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5737 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5738
5739 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5740 register offsets for both the 32- and 64-bit interfaces.
5741
5742 Actually finish the job started by my change of 2003-05-29.
5743 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5744 other #definition of this.
5745 (ppc_linux_skip_trampoline_code): Remove declaration.
5746 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5747 static.
5748 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5749 method for GDBARCH.
5750
5751 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5752 'long' on ppc64-*-linux*.
5753
5754 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5755 isn't #defined, assume the register doesn't exist: act as if
5756 tdep->ppc_mq_regnum were -1.
5757
5758 * configure.host, configure.tgt: Add entries for
5759 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5760 powerpc/linux.mt.
5761 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5762 New files.
5763
5764 * arch-utils.c (always_use_struct_convention): New function.
5765 * arch-utils.h (always_use_struct_convention): New prototype.
5766 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5767 (alpha_gdbarch_init): Register always_use_struct_convention,
5768 instead of alpha_use_struct_convention.
5769 * cris-tdep.c (cris_use_struct_convention): Delete.
5770 (cris_gdbarch_init): Register always_use_struct_convention,
5771 instead of cris_use_struct_convention.
5772 * frv-tdep.c (frv_use_struct_convention): Delete.
5773 (frv_gdbarch_init): Register always_use_struct_convention,
5774 instead of frv_use_struct_convention.
5775 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5776 (h8300_gdbarch_init): Register always_use_struct_convention,
5777 instead of h8300_use_struct_convention.
5778 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
5779 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5780 instead of mips_o32_use_struct_convention.
5781
5782 2003-06-12 Andrew Cagney <cagney@redhat.com>
5783
5784 * wince.c: Include "mips-tdep.h".
5785 * mips-tdep.h (mips_next_pc): Declare.
5786 * mcore-tdep.c: Make more local functions static.
5787 * Makefile.in (wince.o): Update dependencies.
5788
5789 2003-06-12 David Carlton <carlton@kealia.com>
5790
5791 * symtab.c (lookup_symbol_aux_minsyms): Replace
5792 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5793 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5794 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5795 SYMBOL_NATURAL_NAME.
5796
5797 2003-06-12 Andreas Schwab <schwab@suse.de>
5798
5799 * Makefile.in (tuiDisassem.o): Update dependencies.
5800
5801 2003-06-12 David Carlton <carlton@bactrian.org>
5802
5803 * symtab.h: Delete declaration of make_symbol_overload_list.
5804 Add declaration of lookup_partial_symbol.
5805 * symtab.c (remove_params): Move to cp-support.c.
5806 (overload_list_add_symbol, make_symbol_overload_list)
5807 (sym_return_val_size, sym_return_val_index): Ditto.
5808 (lookup_partial_symbol): Make extern.
5809 * cp-support.h: Add declaration of make_symbol_overload_list.
5810 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5811 symtab.h, and block.h.
5812 (remove_params): Move here from symtab.c.
5813 (overload_list_add_symbol, make_symbol_overload_list)
5814 (sym_return_val_size, sym_return_val_index): Ditto.
5815 * valops.c: Include cp-support.h.
5816 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5817 frame_h, and block_h.
5818 (valops.o): Depend on cp_support_h.
5819
5820 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
5821
5822 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5823 substitute by NUM_REGS throughout.
5824 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5825 (h8300s_register_name): New function for H8S registers.
5826 (h8300sx_register_name): Ditto for H8SX registers.
5827 (h8300_print_register): Revise register printing, avoid depending
5828 on 32 bit long.
5829 (h8300_register_byte): Only care for H8/300 registers.
5830 (h8300h_register_byte): New function for any other architecture.
5831 (h8300_register_raw_size): Remove.
5832 (h8300_register_virtual_type): Revise to return actually useful
5833 type.
5834 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5835 (h8300h_extract_struct_value_address): New function for any other
5836 architecture.
5837 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5838 set_gdbarch_register_name, set_gdbarch_register_byte,
5839 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5840 Remove calls to set_gdbarch_deprecated_register_size,
5841 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5842 set_gdbarch_deprecated_max_register_raw_size,
5843 set_gdbarch_register_virtual_size and
5844 set_gdbarch_deprecated_max_register_virtual_size entirely.
5845 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5846 set_gdbarch_long_double_bit.
5847
5848 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5849
5850 * doublest.c (convert_doublest_to_floatformat): When dealing
5851 with the implied integer bit, only alter mant_bits if we are
5852 processing a full 32 bits of mantissa.
5853
5854 2003-06-11 David Carlton <carlton@bactrian.org>
5855
5856 * dictionary.h: New.
5857 * dictionary.c: New.
5858 * block.h: Add opaque declaration for struct dictionary.
5859 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5860 'sym' members.
5861 (BLOCK_DICT): New macro.
5862 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5863 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5864 BLOCK_SHOULD_SORT.
5865 (ALL_BLOCK_SYMBOLS): Update definition.
5866 * Makefile.in (SFILES): Add dictionary.c.
5867 (dictionary_h): New.
5868 (COMMON_OBS): Add dictionary.o.
5869 (dictionary.o): New.
5870 (ada-lang.o): Depend on dictionary_h.
5871 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5872 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5873 (mi-cmd-stack.o): Ditto.
5874 (gdbtk-cmds.o): Update dependencies.
5875 (gdbtk-stack.o): Ditto.
5876 * ada-lang.c: Include dictionary.h.
5877 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5878 (fill_in_ada_prototype, debug_print_block): Ditto.
5879 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5880 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5881 'is_sorted'.
5882 * mdebugread.c: Include dictionary.h.
5883 (struct parse_stack): Delete 'maxsyms' member.
5884 (parse_symbol): Update calls to new_block. Delete calls to
5885 shrink_block. Use dictionary methods.
5886 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5887 Update calls to new_symtab. Don't maintain maxsyms data.
5888 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5889 (add_symbol): Just call dict_add_symbol.
5890 (new_symtab): Delete 'maxsyms' argument.
5891 (new_symtab): Update calls to new_block.
5892 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5893 (shrink_block): Delete function.
5894 (fixup_sigtramp): Update call to new_block. Add symbol via
5895 dict_add_symbol.
5896 * jv-lang.c: Include dictionary.h.
5897 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5898 appropriately. Set class_symtab->free_func. Make sure the
5899 blockvector is big enough to hold two blocks.
5900 (add_class_symtab_symbol): Use dictionary methods.
5901 (free_class_block): New function.
5902 (type_from_class): Replace explicit iteration by
5903 ALL_BLOCK_SYMBOLS.
5904 * symtab.h (struct symtab): Replace 'free_ptr' method by
5905 'free_func'.
5906 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5907 sort_symtab_syms.
5908 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5909 sort_symtab_syms.
5910 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5911 Include dictionary.h.
5912 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5913 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5914 sort_symtab_syms.
5915 * objfiles.c: Include dictionary.h.
5916 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5917 * buildsym.c: Include dictionary.h.
5918 (finish_block): Use dictionary methods.
5919 (end_symtab): Set free_func to NULL, not free_ptr.
5920 * tracepoint.c: Include dictionary.h.
5921 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5922 (scope_info): Ditto.
5923 * stack.c: Include dictionary.h.
5924 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5925 (print_block_frame_labels, print_frame_arg_vars)
5926 (print_frame_args): Ditto.
5927 * symmisc.c (free_symtab_block): Use dictionary methods.
5928 (dump_symtab): Ditto.
5929 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5930 Include dictionary.h.
5931 * symfile.h: Delete declarations of sort_block_syms,
5932 sort_symtab_syms.
5933 * symfile.c (sort_block_syms): Delete.
5934 (sort_symtab_syms): Delete.
5935 * symtab.c: Include dictionary.h.
5936 (lookup_block_symbol): Use dictionary iterators.
5937 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5938 (search_symbols, make_symbol_completion_list): Ditto.
5939 (make_symbol_overload_list): Ditto.
5940 * valops.c (value_of_local): Use dict_empty.
5941 Include dictionary.h.
5942
5943 2003-06-11 J. Brobecker <brobecker@gnat.com>
5944
5945 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5946
5947 2003-06-11 David Carlton <carlton@bactrian.org>
5948
5949 * block.h (BLOCK_SHOULD_SORT): Delete.
5950 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5951 blocks.
5952 * ada-lang.c (ada_add_block_symbols): Ditto.
5953 * symfile.c (sort_block_syms): Delete.
5954 (sort_symtab_syms): Ditto.
5955 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5956 declarations.
5957 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5958 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5959 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5960 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5961 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5962 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5963 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5964
5965 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5966
5967 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
5968 bits to 128.
5969
5970 2003-06-11 Andrew Cagney <cagney@redhat.com>
5971
5972 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5973 REGISTER_CONVERTIBLE.
5974 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5975 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5976 * gdbarch.h, gdbarch.c: Re-generate.
5977 * arch-utils.h (deprecated_register_convertible_not): Rename
5978 generic_register_convertible_not.
5979 * arch-utils.c (deprecated_register_convertible_not): Rename
5980 generic_register_convertible.
5981 (legacy_convert_register_p, legacy_register_to_value): Update.
5982 * sh-tdep.c (sh64_push_arguments): Update.
5983 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5984 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5985 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5986 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5987 * arch-utils.c (legacy_value_to_register): Update.
5988 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5989 (rs6000_register_convert_to_raw): Make parameter "from" const.
5990 * mips-tdep.c (mips_gdbarch_init): Update.
5991 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5992 * infcmd.c (default_print_registers_info): Update.
5993 * ia64-tdep.c (ia64_gdbarch_init): Update.
5994 (ia64_register_convert_to_raw): Make parameter "from" const.
5995 * i386-tdep.c (i386_gdbarch_init): Update.
5996 (i386_register_convert_to_raw): Update.
5997
5998 2003-06-11 Andrew Cagney <cagney@redhat.com>
5999
6000 * remote-fileio.c: Include "remote-fileio.h".
6001 * Makefile.in (remote-fileio.o): Update dependencies.
6002 (remote_fileio_h): Fix typo.
6003
6004 2003-06-11 Andrew Cagney <cagney@redhat.com>
6005
6006 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
6007 (xstormy16_save_dummy_frame_tos): Make static.
6008 (_initialize_xstormy16_tdep): Add declaration.
6009 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6010 * v850-tdep.c: Make local functions static.
6011 (_initialize_v850_tdep): Add declaration.
6012 * sparc-tdep.c: Make local functions static.
6013 (_initialize_sparc_tdep): Add declaration.
6014 * sh-tdep.c: Make local functions static.
6015 (_initialize_sh_tdep): Add declaration.
6016 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
6017 * s390-tdep.c: Make local functions static.
6018 (_initialize_s390_tdep): Add declaration.
6019 * dbxread.c (find_stab_function_addr): Make static.
6020 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
6021 * ocd.c (_initialize_remote_ocd): Add declaration.
6022 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
6023 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
6024 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
6025 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
6026 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6027 * remote-array.c (_initialize_array): Add declaration.
6028 (_initialize_remote_monitors): Add declaration.
6029 * remote-mips.c: Make local functions static.
6030 (_initialize_remote_mips): Add declaration.
6031 * mcore-tdep.c: Make all local functions static.
6032 (_initialize_mcore_tdep): Add declaration.
6033 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
6034 * abug-rom.c (_initialize_abug_rom): Add declaration.
6035 * rom68k-rom.c (_initialize_rom68k): Add declaration.
6036 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
6037 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6038 * remote-est.c (_initialize_est): Add declaration.
6039 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6040 (m68hc11_call_dummy_address): Make static.
6041 * ia64-tdep.c: Make local functions static.
6042 (_initialize_ia64_tdep): Add declaration.
6043 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
6044 * monitor.c (monitor_wait_filter): Make static.
6045 (_initialize_remote_monitors): Add declaration.
6046 * remote-hms.c (_initialize_remote_hms): Add declaration.
6047 * remote-e7000.c (fetch_regs_from_dump): Make static.
6048 (expect_n): Make static.
6049 (_initialize_remote_e7000): Add declaration.
6050 * ser-e7kpc.c: Always include "defs.h".
6051 (_initialize_ser_e7000pc): Add declaration.
6052 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6053 * cris-tdep.c: Make all but one function static.
6054 (_initialize_cris_tdep): Add declaration.
6055 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6056 * solib.c (update_solib_list): Make static.
6057 (_initialize_solib): Add declaration.
6058 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
6059 (_initialize_avr_tdep): Add declaration.
6060 * remote-rdi.c (voiddummy): Make static.
6061 (_initialize_remote_rdi): Add declaration.
6062 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6063 * remote-rdp.c (send_rdp): Make static.
6064 (_initialize_remote_rdp): Add declaration.
6065 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6066
6067 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
6068
6069 * remote-fileio.c: Make ari happy.
6070
6071 2003-06-10 J. Brobecker <brobecker@gnat.com>
6072
6073 * rs6000-nat.c (child_xfer_memory): Compute the right address when
6074 fetching the trailing bytes of the buffer we are about to write.
6075
6076 2003-06-10 Andrew Cagney <cagney@redhat.com>
6077
6078 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6079 * Makefile.in (remote-fileio.o): Update dependencies.
6080 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
6081 include <setjmp.h>, or <sys/types.h> conditional on USG.
6082 (remote_fio_jmp_buf): Delete global variable.
6083
6084 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
6085 Martin M. Hunt <hunt@redhat.com>
6086
6087 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6088 (SFILES): Add remote-fileio.c.
6089 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
6090 dependencies for building remote.o.
6091 * remote-fileio.c: New file implementing the remote File-I/O protocol.
6092 * remote-fileio.h: New header file defining remote File-I/O interface.
6093 * remote.c (remote_write_bytes, remote_read_bytes): Remove
6094 static storage class.
6095 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6096 'F' packet.
6097 (_initialize_remote): Call initialize_remote_fileio().
6098 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
6099 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6100 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6101 (captured_main): Initialize new ui_files.
6102 * ui-file.c: Add read and fgets input functions.
6103 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6104 (null_file_read): New function.
6105 (ui_file_read): New function.
6106 (set_ui_file_read): New function.
6107 (stdio_file_read): New function.
6108 * ui-file.h: New type ui_file_read_ftype.
6109 (set_ui_file_read): Declare.
6110 (ui_file_read): Declare.
6111
6112 2003-06-09 Andrew Cagney <cagney@redhat.com>
6113
6114 * frame.h (deprecated_unwind_get_saved_register): Rename
6115 generic_unwind_get_saved_register, update comments.
6116 * mips-tdep.c (mips_get_saved_register): Update.
6117 * frame.c (deprecated_unwind_get_saved_register): Update.
6118
6119 2003-06-09 Andrew Cagney <cagney@redhat.com>
6120
6121 * vax-tdep.c (vax_frame_locals_address): Delete function.
6122 (vax_gdbarch_init): Do not set frame_locals_address.
6123 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6124 (m68hc11_gdbarch_init): Do not set frame_locals_address.
6125 * s390-tdep.c (s390_frame_args_address): Delete function.
6126 (s390_gdbarch_init): Do not set frame_args_address or
6127 frame_locals_address.
6128 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6129 (ns32k_gdbarch_init): Do not set frame_locals_address.
6130 * hppa-tdep.c (hppa_frame_args_address): Delete function.
6131 (hppa_frame_locals_address): Delete function.
6132 (hppa_gdbarch_init): Do not set frame_args_address, or
6133 frame_locals_address.
6134 * arm-tdep.c (arm_frame_args_address): Delete.
6135 (arm_frame_locals_address): Delete.
6136 (arm_gdbarch_init): Do not set frame_args_address, or
6137 frame_locals_address.
6138
6139 2003-06-09 Andrew Cagney <cagney@redhat.com>
6140
6141 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6142 * gdbarch.h, gdbarch.c: Re-generate.
6143 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6144 * arch-utils.c (frame_num_args_unknown): Delete function.
6145 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6146 (frame_info): Use FRAME_NUM_ARGS_P.
6147 * arm-tdep.c (arm_frame_num_args): Delete function.
6148 (arm_gdbarch_init): Do not set frame_num_args.
6149 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6150 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6151 (hppa_gdbarch_init): Do not set frame_num_args.
6152 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6153 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6154 frame_num_args to default frame_num_args_unknown.
6155 * v850-tdep.c (v850_gdbarch_init): Ditto.
6156 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6157 * sh-tdep.c (sh_gdbarch_init): Ditto.
6158 * s390-tdep.c (s390_gdbarch_init): Ditto.
6159 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6160 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6161 * mips-tdep.c (mips_gdbarch_init): Ditto.
6162 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6163 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6164 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6165 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6166 * i386-tdep.c (i386_gdbarch_init): Ditto.
6167 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6168 * frv-tdep.c (frv_gdbarch_init): Ditto.
6169 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6170 * cris-tdep.c (cris_gdbarch_init): Ditto.
6171 * avr-tdep.c (avr_gdbarch_init): Ditto.
6172 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6173
6174 2003-06-09 Andrew Cagney <cagney@redhat.com>
6175
6176 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6177 (print_frame_args): Moved to "stack.c".
6178 * stack.c: Include "gdb_assert.h".
6179 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6180 (print_frame_args): Moved from "printcmd.c".
6181 * frame.h (print_frame_args): Delete declaration.
6182 * Makefile.in (stack.o): Update dependencies.
6183
6184 2003-06-08 Andrew Cagney <cagney@redhat.com>
6185
6186 * frame.c (get_prev_frame): Remove reference to
6187 frame_args_address_correct in comments.
6188 * frame-base.c (default_frame_args_address): Delete code
6189 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6190 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6191 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6192 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6193 (vax_frame_args_address_correct): Delete declaration.
6194
6195 2003-06-08 Andrew Cagney <cagney@redhat.com>
6196
6197 * gdbarch.sh (UNWIND_SP): Add.
6198 * gdbarch.h, gdbarch.c: Re-generate.
6199 * frame.c (frame_sp_unwind): New function.
6200 (get_frame_sp): New function.
6201 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6202 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6203 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6204 value.
6205 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6206 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6207
6208 2003-06-08 Andrew Cagney <cagney@redhat.com>
6209
6210 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6211 REMOTE_BREAKPOINT.
6212 * remote.c: Update.
6213 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6214 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6215 * config/m68k/tm-sun3.h: Update.
6216 * config/m68k/tm-m68klynx.h: Update.
6217 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6218
6219 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6220 trad_frame". Update comments.
6221 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6222 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6223 (trad_frame_register_value, trad_frame_prev_register): Update.
6224
6225 2003-06-08 Andrew Cagney <cagney@redhat.com>
6226
6227 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6228 from GCC's acinclude.m4.
6229 * configure.in: Check for getopt's delcaration.
6230 * aclocal.m4, config.in, configure: Re-generate.
6231 * main.c (error_init): Delete declaration.
6232 * defs.h (error_init): Declare.
6233 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6234 (rs6000_convert_from_func_ptr_addr): Make static.
6235 (_initialize_rs6000_tdep): Add declaration.
6236 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6237 (show_commands, set_verbose, show_history): Delete declaration.
6238 * top.h (set_verbose): Add declaration.
6239 (show_history, set_history, show_commands): Add declaration.
6240 (do_restore_instream_cleanup): Add declaration.
6241 * objc-lang.c (specialcmp): Make static.
6242 (print_object_command): Make static.
6243 (find_objc_msgsend): Make static.
6244 (find_objc_msgcall_submethod_helper): Make static.
6245 (find_objc_msgcall_submethod): Make static.
6246 (_initialize_objc_language): Add declaration.
6247 (find_implementation_from_class): Make static.
6248 (find_implementation): Make static.
6249 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6250 * objc-lang.h (lookup_struct_typedef): Add declaration.
6251 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6252 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6253 (do_restore_user_call_depth): Make static.
6254 (do_restore_instream_cleanup): Delete declaration.
6255 (dont_repeat): Delete declaration.
6256 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6257 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6258 * reggroups.c (_initialize_reggroup): Add declaration.
6259 * cp-support.c (_initialize_cp_support): Add declaration.
6260 * cp-abi.c (_initialize_cp_abi): Add declaration.
6261 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6262 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6263 (_initialize_gnu_v3_abi): Add declaration.
6264 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6265 (_initialize_gnu_v2_abi): Add declaration.
6266 * frame-base.c (_initialize_frame_base): Add declaration.
6267 * doublest.c (floatformat_from_length): Make static.
6268 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6269 * frame.c (create_sentinel_frame): Make static.
6270 (_initialize_frame): Add declaration.
6271 * top.c (do_catch_errors): Make static.
6272 (gdb_rl_operate_and_get_next_completion): Make static.
6273 * typeprint.c: Include "typeprint.h".
6274 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6275 (sentinel_frame_this_id): Make static.
6276 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6277 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6278 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6279 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6280 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6281 * maint.c (maintenance_print_architecture): Make static.
6282 * signals/signals.c (_initialize_signals): Add declaration.
6283 * std-regs.c (_initialize_frame_reg): Add declaration.
6284 * jv-exp.y (push_variable): ISO C definition.
6285 (push_qualified_expression_name): Ditto.
6286 * memattr.c (_initialize_mem): Add declaration.
6287 * remote.c (remote_check_watch_resources): Make static.
6288 (remote_stopped_by_watchpoint): Make static.
6289 (remote_stopped_data_address): Make static.
6290 * d10v-tdep.c (nr_dmap_regs): Make static.
6291 (a0_regnum): Make static.
6292 (d10v_frame_unwind_cache): Make static.
6293 (d10v_frame_p): Make static.
6294 * osabi.c (show_osabi): Make static.
6295 (_initialize_gdb_osabi): Add extern declaration.
6296 * gdbtypes.c (make_qualified_type): Make static.
6297 (safe_parse_type): Make static.
6298 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6299 * macrotab.c (macro_bcache_free): Make static.
6300 * interps.c (interp_set_quiet): Make static.
6301 (interpreter_exec_cmd): Make static.
6302 * stack.h (select_frame_command): New file.
6303 * stack.c: Include "stack.h".
6304 (select_frame_command_wrapper): Delete function.
6305 (select_frame_command): Make global.
6306 * infcall.c: Include "infcall.h".
6307 * linespec.c: Include "linespec.h".
6308 * symfile.c (sections_overlap): Make static.
6309 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6310 * charset.c (_initialize_charset): Add missing prototype.
6311 * regcache.c (init_legacy_regcache_descr): Make static.
6312 (do_regcache_xfree): Make static.
6313 (regcache_xfer_part): Make static.
6314 (_initialize_regcache): Add missing prototype.
6315 * breakpoint.c (parse_breakpoint_sals): Make static.
6316 (breakpoint_sals_to_pc): Make static.
6317 * interps.h (clear_interpreter_hooks): ISO C declaration.
6318 * Makefile.in (stack_h): Define.
6319 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6320 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6321
6322 2003-06-08 Andrew Cagney <cagney@redhat.com>
6323
6324 * Makefile.in (d10v-tdep.o): Update dependencies.
6325 (SFILES): Add trad-frame.c.
6326 (trad_frame_h): Define.
6327 (COMMON_OBS): Add trad-frame.o.
6328 (trad-frame.o): Specify dependencies.
6329 * d10v-tdep.c: Include "trad-frame.h".
6330 (saved_regs_unwinder): Delete function.
6331 (d10v_frame_prev_register): Use trad_frame_prev_register.
6332 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6333 trad_frame", delete "regs" and "prev_sp".
6334 (prologue_find_regs): Use trad-frame.
6335 * trad-frame.h, trad-frame.c: New files.
6336
6337 2003-06-08 Mark Kettenis <kettenis@gnu.org>
6338
6339 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6340
6341 2003-06-07 Adam Fedor <fedor@gnu.org>
6342
6343 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6344 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6345 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6346 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
6347 resolve_msgsend_super, resolve_msgsend_super_stret):
6348 Use it.
6349
6350 2003-06-07 Andrew Cagney <cagney@redhat.com>
6351
6352 * symfile.h: Re-indent, clean up comments.
6353
6354 2003-06-07 Andrew Cagney <cagney@redhat.com>
6355
6356 * inferior.h (deprecated_write_sp): Replace
6357 generic_target_write_sp.
6358 * regcache.c (deprecated_write_sp): Replace
6359 generic_target_write_sp.
6360 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6361 * vax-tdep.c (vax_gdbarch_init): Update.
6362 * v850-tdep.c (v850_gdbarch_init): Update.
6363 * sparc-tdep.c (sparc_gdbarch_init): Update.
6364 * sh-tdep.c (sh_gdbarch_init): Update.
6365 * s390-tdep.c (s390_gdbarch_init): Update.
6366 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6367 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6368 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6369 * mcore-tdep.c (mcore_gdbarch_init): Update.
6370 * m68k-tdep.c (m68k_gdbarch_init): Update.
6371 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6372 * ia64-tdep.c (ia64_gdbarch_init): Update.
6373 * h8300-tdep.c (h8300_gdbarch_init): Update.
6374 * frv-tdep.c (frv_gdbarch_init): Update.
6375 * cris-tdep.c (cris_gdbarch_init): Update.
6376 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6377
6378 2003-06-07 Andrew Cagney <cagney@redhat.com>
6379
6380 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6381 Assert that PC_REGNUM is valid.
6382 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6383
6384 2003-06-07 Andrew Cagney <cagney@redhat.com>
6385
6386 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6387 * gdbarch.h, gdbarch.c: Regenerate.
6388 * mn10300-tdep.c: Include "gdb_assert.h".
6389 (mn10300_read_fp): New function.
6390 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6391 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6392 * ia64-tdep.c: Include "gdb_assert.h".
6393 (ia64_read_fp): New function.
6394 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6395 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6396 * regcache.c (generic_target_read_sp): Delete function.
6397 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6398 * inferior.h (generic_target_read_sp): Delete declaration.
6399 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6400 generic_target_read_sp.
6401 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6402 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6403 * sh-tdep.c (sh_gdbarch_init): Ditto.
6404 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6405 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6406
6407 2003-06-07 Andrew Cagney <cagney@redhat.com>
6408
6409 * gdbarch.sh: Comment each field of startup_gdbarch.
6410 * gdbarch.h, gdbarch.c: Re-generate.
6411
6412 2003-06-07 Andrew Cagney <cagney@redhat.com>
6413
6414 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6415 * gdbarch.h, gdbarch.c: Re-generate.
6416 * regcache.c: Update comments on read_pc et.al.
6417 (generic_target_read_pc): Delete function.
6418 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6419 * inferior.h (generic_target_read_pc): Delete declaration.
6420 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6421 generic_target_read_pc.
6422 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6423 * sh-tdep.c (sh_gdbarch_init): Ditto.
6424 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6425 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6426
6427 2003-06-07 Andrew Cagney <cagney@redhat.com>
6428
6429 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6430 "index" with "special_local_sect". Use strcmp instead of STREQ.
6431 Append period to coments.
6432
6433 2003-06-06 Mark Mitchell <mark@codesourcery.com>
6434
6435 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6436 (elfstab_offset_sections): Likewise.
6437 * gdb-stabs.h (stab_section_info): Likewise.
6438 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6439 * objfiles.c (objfile_relocate): Likewise.
6440 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6441 * remote.c (get_offsets): Likewise.
6442 (remote_cisco_objfile_relocate): Likewise.
6443 * somread.c (som_symfile_offsets): Likewise.
6444 * symfile.c (alloc_section_addr_info): New function.
6445 (build_section_addr_info_from_section_tab): Use it.
6446 (free_section_addr_info): Adjust.
6447 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6448 (syms_from_objfile): Allocate local_addr dynamically.
6449 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6450 dynamically.
6451 (add_symbol_file_command): Allocate sect_opts dynamically.
6452 (reread_symbols): Avoid use of SECT_OFF_MAX.
6453 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6454 (alloc_section_addr_info): Declare it.
6455 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6456 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6457 dynamically.
6458 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
6459
6460 2003-06-06 Andrew Cagney <cagney@redhat.com>
6461
6462 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6463 (d10v_frame_unwind_cache): Do not set "return_pc".
6464
6465 2003-06-06 Michael Snyder <msnyder@redhat.com>
6466
6467 * h8300-tdep.c: Make tidy (long lines).
6468
6469 2003-06-06 Michal Ludvig <mludvig@suse.cz>
6470
6471 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
6472 to regcache_collect().
6473
6474 2003-06-05 J. Brobecker <brobecker@gnat.com>
6475
6476 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6477 pc_in_sigtramp multiarch method.
6478 (hppa_hpux_som_init_abi): Use it.
6479 (hppa_hpux_elf_init_abi): Likewise.
6480 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6481 macro has been multiarched.
6482 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6483 macro here, as hppa64 isn't multiarched yet.
6484
6485 2003-06-05 Andrew Cagney <cagney@redhat.com>
6486
6487 * Makefile.in (value_h): Add $(frame_h).
6488 * value.h: Include "frame.h".
6489 (struct value): Replace "frame_addr" with "frame_id".
6490 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6491 * values.c (allocate_value): Use VALUE_FRAME_ID.
6492 (value_copy): Use VALUE_FRAME_ID.
6493 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6494 * valops.c (value_assign): Update. Use frame_find_by_id.
6495
6496 2003-06-05 Michal Ludvig <mludvig@suse.cz>
6497
6498 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6499 in each pass.
6500
6501 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6502
6503 * thread-db.c (check_event): For create/death event breakpoints,
6504 loop through all messages to ensure that we read the message
6505 corresponding to the breakpoint we are at.
6506
6507 2003-06-04 Michael Snyder <msnyder@redhat.com>
6508
6509 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6510
6511 2003-06-04 Mark Kettenis <kettenis@gnu.org>
6512
6513 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6514 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6515 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6516 when handling .eh_frame sections.
6517
6518 2003-06-04 J. Brobecker <brobecker@gnat.com>
6519
6520 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6521 prepare_to_proceed procedure instead of the hppa-specific one.
6522 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6523
6524 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
6525
6526 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6527 * config.in: Regenerated.
6528 * configure.in: Add test for syscall function and check for
6529 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6530 * configure: Regenerated.
6531 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6532 <sys/syscall.h>.
6533 (kill_lwp): New function that uses tkill syscall or
6534 uses kill, depending on whether threading model is nptl or not.
6535 All callers of kill() changed to use kill_lwp().
6536 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6537 see if all threads have already exited in the nptl model.
6538 (stop_and_resume_callback): New callback function used by the
6539 lin_lwp_wait thread exit handling code.
6540 (stop_wait_callback): Check for threads already having exited and
6541 delete such threads fromt the lwp list when discovered.
6542 (stop_callback): Don't assert retcode of kill call.
6543
6544 Roland McGrath <roland@redhat.com>
6545 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6546 nptl libthread_db.
6547
6548 2003-06-03 Richard Henderson <rth@redhat.com>
6549
6550 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6551 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6552 (alpha_sigtramp_frame_prev_register): Likewise.
6553 (alpha_heuristic_frame_prev_register): Likewise.
6554 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6555
6556 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
6557 alpha-specific register id names.
6558 (alpha_mdebug_frame_unwind_cache): Likewise.
6559 (alpha_mdebug_frame_prev_register): Likewise.
6560
6561 2003-06-03 Richard Henderson <rth@redhat.com>
6562
6563 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6564 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6565 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6566 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6567 unwind routines.
6568 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6569 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6570 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6571
6572 * alpha-linux-tdep.c: Remove unnecessary includes.
6573 * Makefile.in (alpha-linux-tdep.o): Update.
6574
6575 2003-06-03 Richard Henderson <rth@redhat.com>
6576
6577 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6578 (alphabsd_fill_fpreg): Likewise.
6579
6580 2003-06-03 J. Brobecker <brobecker@gnat.com>
6581
6582 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6583 references to struct frame_info fields by calls to the equivalent
6584 accessors. Necessary now that frame_info is opaque.
6585
6586 2003-06-03 J. Brobecker <brobecker@gnat.com>
6587
6588 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6589 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6590 structure, field no longer exists.
6591
6592 2003-06-03 J. Brobecker <brobecker@gnat.com>
6593
6594 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6595 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6596
6597 2003-06-03 J. Brobecker <brobecker@gnat.com>
6598
6599 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6600 references to struct frame_info fields by calls to the equivalent
6601 accessors. Necessary now that frame_info is opaque.
6602
6603 2003-06-03 J. Brobecker <brobecker@gnat.com>
6604
6605 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
6606 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
6607 structure, field no longer exists.
6608
6609 2003-06-03 Theodore A. Roth <troth@openavr.org>
6610
6611 * remote.c (init_remote_state): Compute sizeof_g_packet by
6612 accumulation of the size of all registers instead of blindly using
6613 DEPRECATED_REGISTER_BYTES.
6614
6615 2003-06-03 Michael Snyder <msnyder@redhat.com>
6616
6617 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6618 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6619 for h8300sx.
6620
6621 2003-06-03 J. Brobecker <brobecker@gnat.com>
6622
6623 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6624 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6625
6626 2003-06-03 Andrew Cagney <cagney@redhat.com>
6627
6628 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6629 (sparc_convert_to_raw): Delete function.
6630 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6631 register_convert_to_virtual.
6632
6633 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
6634
6635 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6636 layer if not dealing with a statically-linked threaded program.
6637
6638 2003-06-03 Kris Warkentin <kewarken@qnx.com>
6639
6640 * solib.c (solib_open): Update comment to reflect actual search order.
6641
6642 2003-06-03 Andrew Cagney <cagney@redhat.com>
6643
6644 * frame.c (get_frame_memory_signed): New function.
6645 (get_frame_memory, get_frame_memory_unsigned): New function.
6646 (get_frame_arch): New function.
6647 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6648 (get_frame_memory, get_frame_unsigned_memory): Declare.
6649 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6650 get_frame_memory_unsigned and get_frame_arch.
6651 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6652
6653 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
6654
6655 * MAINTAINERS (write after approval): Add myself.
6656
6657 2003-06-03 Jim Blandy <jimb@redhat.com>
6658
6659 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6660 elements of gregset_t are 64 bits each, but access registers
6661 are still 32 bits, so they're packed two per gregset_t
6662 element. Unpack/pack them properly.
6663
6664 2003-06-02 David Carlton <carlton@bactrian.org>
6665
6666 * linespec.c (find_methods): Break out code into
6667 add_matching_methods and add_constructors.
6668 (add_matching_methods): New.
6669 (add_constructors): Ditto.
6670
6671 2003-06-02 Andrew Cagney <cagney@redhat.com>
6672
6673 * sparc-tdep.c (sparc_print_registers): Delete call to
6674 REGISTER_CONVERTIBLE.
6675 (sparc_gdbarch_init): Do not set register_convertible.
6676 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6677 * frv-tdep.c (frv_gdbarch_init): Ditto.
6678 * cris-tdep.c (cris_gdbarch_init): Ditto.
6679
6680 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
6681
6682 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
6683 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6684 (syms_from_objfile): Ditto.
6685
6686 2003-06-03 Andreas Schwab <schwab@suse.de>
6687
6688 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6689 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6690
6691 2003-06-02 Richard Henderson <rth@redhat.com>
6692
6693 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6694 a member of all_reggroup.
6695
6696 2003-06-02 Richard Henderson <rth@redhat.com>
6697
6698 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6699 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6700 (alpha_lds, alpha_sts): New.
6701 (alpha_convert_register_p): Change from _register_convertible.
6702 (alpha_register_to_value): Change from _convert_to_virtual;
6703 restructure and fail for type sizes other than 4 or 8.
6704 (alpha_value_to_register): Similarly.
6705 (alpha_extract_return_value): Use alpha_sts.
6706 (alpha_store_return_value): Use alpha_lds.
6707 (alpha_gdbarch_init): Update hooks.
6708
6709 2003-06-02 Richard Henderson <rth@redhat.com>
6710
6711 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6712 regnum identifiers.
6713 (alpha_sigtramp_register_address): Likewise.
6714
6715 2003-06-02 Richard Henderson <rth@redhat.com>
6716
6717 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6718 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6719 * alpha-tdep.h: Declare them.
6720
6721 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6722 Remove zerobuf. Don't error on UNIQUE.
6723 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6724 (ALPHA_REGSET_UNIQUE): Provide default.
6725 (supply_gregset): Use alpha_supply_int_regs.
6726 (fill_gregset): Use alpha_fill_int_regs.
6727 (supply_fpregset): Use alpha_supply_fp_regs.
6728 (fill_fpregset): Use alpha_fill_fp_regs.
6729 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6730 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6731 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6732 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6733 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6734 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6735
6736 2003-06-02 Richard Henderson <rth@redhat.com>
6737
6738 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6739
6740 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6741 (alpha_store_return_value): Likewise.
6742
6743 2003-06-02 David Carlton <carlton@math.stanford.edu>
6744
6745 * block.c (contained_in): Add 'const' to arguments.
6746 (block_function): Ditto.
6747 * block.h: Update declarations for block_function and
6748 contained_in.
6749
6750 2003-06-02 David Carlton <carlton@math.stanford.edu>
6751
6752 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6753 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6754 * p-valprint.c (pascal_val_print): Ditto.
6755 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6756
6757 2003-06-02 Richard Henderson <rth@redhat.com>
6758
6759 * alpha-tdep.c (alpha_push_dummy_call): Use
6760 builtin_type_ieee_double_little instead of builtin_type_double.
6761
6762 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
6763 sign-extension of 32-bit values.
6764 (alpha_store_return_value): Similarly.
6765
6766 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6767 (alpha_extract_return_value): Likewise.
6768 (alpha_store_return_value): Likewise.
6769
6770 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6771 (alpha_store_return_value): Error on IEEE Quad floats.
6772
6773 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6774 (alpha_extract_struct_value_address): Likewise.
6775 (alpha_store_return_value): Likewise.
6776 (alpha_store_struct_return): Remove.
6777 (alpha_gdbarch_init): Update hook registration to match.
6778
6779 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6780 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6781 macros where appropriate.
6782 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6783 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
6784
6785 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6786 for SP, GP; void_func_ptr for PC; non-language-specific types
6787 for all others.
6788 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
6789
6790 2003-06-02 Richard Henderson <rth@redhat.com>
6791
6792 * top.h (lim_at_start): Declare.
6793 * main.c (captured_main): Set it.
6794 * top.c (lim_at_start): Define.
6795 (command_loop): Use it instead of &environ.
6796 * event-top.c (command_handler): Likewise.
6797
6798 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6799
6800 * mipsnbsd-tdep.c: Update copyright years.
6801 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6802
6803 2003-06-01 Richard Henderson <rth@redhat.com>
6804
6805 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6806 (alpha-linux-tdep.o): Update dependencies.
6807 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6808 * alpha-mdebug-tdep.c: Remove unneeded includes.
6809
6810 2003-06-01 Richard Henderson <rth@redhat.com>
6811
6812 * alpha-tdep.c (alpha_register_reggroup_p): New.
6813 (alpha_gdbarch_init): Register it.
6814
6815 2003-06-02 Andrew Cagney <cagney@redhat.com>
6816
6817 * dwarfread.c: Eliminate "register"
6818 (decode_die_type): Eliminate assignment within "if".
6819 (struct_type, decode_array_element_type): Ditto.
6820 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6821 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6822 (decode_modified_type, completedieinfo): Ditto.
6823 * block.c: Eliminate "register".
6824 (blockvector_for_pc_sect): Eliminate assignment within "if".
6825 * cp-support.h (struct symbol): Opaque declaration.
6826 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6827
6828 2003-06-01 Richard Henderson <rth@redhat.com>
6829
6830 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6831 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6832
6833 2003-06-01 Adam Fedor <fedor@gnu.org>
6834
6835 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6836 * gdbarch.[ch]: Regenerate.
6837 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6838 (hppa_gdbarch_init): Set it in the gdbarch vector.
6839 * i386-tdep.c (i386_fetch_pointer_argument): New
6840 (i386_gdbarch_init): Set it into gdbarch.
6841 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6842 (rs6000_gdbarch_init): Set it in gdbarch.
6843 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6844 (sparc_gdbarch_init): Set it in gdbarch.
6845
6846 2003-06-01 Andrew Cagney <cagney@redhat.com>
6847
6848 * defs.h (extract_address): Delete declaration.
6849 * findvar.c (extract_address): Delete function.
6850 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6851 extract_address with the inline equivalent,
6852 extract_unsigned_integer.
6853 (xstormy16_extract_struct_value_address): Ditto.
6854 (xstormy16_pointer_to_address): Ditto.
6855 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6856 * v850-tdep.c (v850_push_arguments): Ditto.
6857 (v850_extract_return_value): Ditto.
6858 (v850_extract_struct_value_address): Ditto.
6859 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6860 (sparcnbsd_get_longjmp_target_64): Ditto.
6861 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6862 (get_longjmp_target): Ditto.
6863 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6864 (sh64_extract_struct_value_address): Ditto.
6865 (sh_push_arguments): Ditto.
6866 (sh64_push_arguments): Ditto.
6867 * remote-vxsparc.c (vx_read_register): Ditto.
6868 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6869 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6870 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6871 * mipsv4-nat.c (get_longjmp_target): Ditto.
6872 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6873 * mips-nat.c (get_longjmp_target): Ditto.
6874 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6875 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6876 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6877 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6878 * irix5-nat.c (get_longjmp_target): Ditto.
6879 * irix4-nat.c (get_longjmp_target): Ditto.
6880 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6881 (ia64_push_arguments): Ditto.
6882 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6883 * h8300-tdep.c (h8300_push_arguments): Ditto.
6884 (h8300_store_return_value): Ditto.
6885 (h8300_extract_struct_value_address): Ditto.
6886 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6887 (frv_push_arguments): Ditto.
6888 * avr-tdep.c (avr_pointer_to_address): Ditto.
6889 (avr_push_arguments): Ditto.
6890 * arm-tdep.c (arm_push_dummy_call): Ditto.
6891 (arm_get_longjmp_target): Ditto.
6892 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6893 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6894 (alpha_get_longjmp_target): Ditto.
6895
6896 * solib-irix.c (extract_mips_address): Inline extract_address,
6897 replacing it with extract_signed_integer.
6898 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6899 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6900 (first_link_map_member, open_symbol_file_object): Ditto.
6901 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6902 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6903 (LM_NEXT, LM_NAME): Ditto.
6904
6905 2003-06-01 Richard Henderson <rth@redhat.com>
6906
6907 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6908 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6909 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6910 (alpha_cannot_store_register): Likewise.
6911 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6912 * alpha-nat.c (supply_gregset): Likewise.
6913 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
6914
6915 2003-06-01 Andrew Cagney <cagney@redhat.com>
6916
6917 * infcall.c (call_function_by_hand): Update comment on
6918 DEPRECATED_DUMMY_WRITE_SP.
6919
6920 * mips-tdep.c (mips_gdbarch_init): Do not set
6921 deprecated_dummy_write_sp.
6922 (mips_eabi_push_dummy_call): Set the SP register.
6923 (mips_o64_push_dummy_call): Set the SP register.
6924 (mips_o32_push_dummy_call): Set the SP register.
6925 (mips_n32n64_push_dummy_call): Set the SP register.
6926
6927 2003-06-01 Richard Henderson <rth@redhat.com>
6928
6929 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6930 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6931 (supply_gregset): Likewise.
6932 * alpha-tdep.c (alpha_store_return_value): Likewise.
6933 (alpha_get_longjmp_target): Likewise.
6934 (alpha_register_name): Constify array.
6935 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6936 deprecated_register_size, deprecated_register_bytes,
6937 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6938 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6939 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
6940
6941 2003-06-01 Richard Henderson <rth@redhat.com>
6942
6943 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6944 from arg_reg_buffer to regcache to avoid double conversion.
6945
6946 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6947
6948 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6949 SP_REGNUM.
6950 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6951 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6952
6953 2003-06-01 Richard Henderson <rth@redhat.com>
6954
6955 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6956 (decode_frame_entry): Set it. Skip FDE augmentation.
6957
6958 2003-06-01 Richard Henderson <rth@redhat.com>
6959
6960 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6961 not overlapping PC_REGNUM.
6962
6963 2003-06-01 Richard Henderson <rth@redhat.com>
6964
6965 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6966 alpha_push_arguments. Don't dump argument register data to
6967 the target stack. Fix float and 128-bit long double semantics.
6968 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6969 (alpha_fix_call_dummy): Remove.
6970 (alpha_call_dummy_words): Remove.
6971 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
6972
6973 2003-06-01 Richard Henderson <rth@redhat.com>
6974
6975 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6976
6977 2003-06-01 Andrew Cagney <cagney@redhat.com>
6978
6979 * mips-tdep.c (is_mips16_addr): New function.
6980 (make_mips16_addr, unmake_mips16_addr): New functions.
6981 (pc_is_mips16, mips_fetch_instruction): Use.
6982 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6983 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6984 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6985 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6986 TARGET_MIPS.
6987 * config/mips/tm-mips.h: Update copyright.
6988 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6989 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6990 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6991 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6992 (TM_PRINT_INSN_MACH): Delete.
6993 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6994
6995 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6996 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6997 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6998 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6999 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
7000 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
7001 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
7002 mips*-*-riscos* and mips*-*-sysv* onto mips.
7003 * config/mips/mips64.mt: New file.
7004 * config/mips/mips.mt: New file.
7005 * config/mips/littlemips.mt: Delete file.
7006 * config/mips/decstation.mt: Delete file.
7007 * config/mips/vr4300el.mt: Delete file.
7008 * config/mips/vr5000el.mt: Delete file.
7009 * config/mips/vr5000.mt: Delete file.
7010 * config/mips/vr4100.mt: Delete file.
7011 * config/mips/vr4xxxel.mt: Delete file.
7012 * config/mips/vr4300.mt: Delete file.
7013 * config/mips/vr4xxx.mt: Delete file.
7014 * config/mips/bigmips.mt: Delete file.
7015 * config/mips/bigmips64.mt: Delete file.
7016 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
7017 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
7018 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
7019 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
7020 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
7021 "tm-bigmips.h".
7022 * config/mips/tm-irix3.h: Ditto.
7023 * config/mips/tm-mipsv4.h: Ditto.
7024 * config/mips/tm-embed.h: Ditto.
7025 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
7026 "tm-bigmips64.h".
7027 * config/mips/tm-vr5000el.h: Delete file.
7028 * config/mips/tm-tx39l.h: Delete file.
7029 * config/mips/tm-vr4300el.h: Delete file.
7030 * config/mips/tm-vr4xxxel.h: Delete file.
7031 * config/mips/tm-vr4300.h: Delete file.
7032 * config/mips/tm-vr4100.h: Delete file.
7033 * config/mips/tm-vr4xxx.h: Delete file.
7034 * config/mips/tm-vr5000.h: Delete file.
7035 * config/mips/tm-embedl64.h: Delete file.
7036 * config/mips/tm-embedl.h: Delete file.
7037 * config/mips/tm-embed64.h: Delete file.
7038 * config/mips/tm-bigmips64.h: Delete file.
7039 * config/mips/tm-bigmips.h: Delete file.
7040
7041 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7042
7043 Fix gdb/1216.
7044 * shnbsd-nat.c: Include "sh-tdep.h".
7045
7046 From Richard Henderson <rth@redhat.com>:
7047 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
7048
7049 2003-05-31 Andrew Cagney <cagney@redhat.com>
7050
7051 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
7052 forward declaration.
7053 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7054 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7055 (mips_find_saved_regs): Use set_reg_offset.
7056 (mips_frame_init_saved_regs): Delete function.
7057 (mips_pop_frame): Call mips_find_saved_regs instead of
7058 DEPRECATED_FRAME_INIT_SAVED_REGS.
7059
7060 2003-05-31 Andrew Cagney <cagney@redhat.com>
7061
7062 * mips-tdep.c (mips_gdbarch_init): Do not set
7063 deprecated_max_register_raw_size, register_virtual_size, and
7064 deprecated_max_register_virtual_size.
7065
7066 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7067
7068 * i386-tdep.c: Include "dwarf2-frame.h".
7069 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
7070 * Makefile.in (i386-tdep.o): Update dependencies.
7071
7072 * dwarf2-frame.c, dwarf2-frame.h: New files.
7073 * Makefile.in (SFILES): Add dwarf2-frame.c.
7074 (dwarf2_frame_h): Define.
7075 (COMMON_OBS): Add dwarf2-frame.o.
7076 (dwarf2-frame.o): Add dependencies.
7077
7078 2003-05-31 Andreas Jaeger <aj@suse.de>
7079
7080 * x86-64-linux-nat.c: Fix comment.
7081
7082 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7083
7084 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7085 function signature.
7086
7087 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7088 have a sigcontext_addr handler.
7089 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7090 sigcontext_addr handler.
7091
7092 2003-05-31 Andrew Cagney <cagney@redhat.com>
7093
7094 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7095 (print_fp_register_row): Replace do_fp_register_row.
7096 (mips_print_fp_register): Add "file" and "frame" parameters.
7097 (mips_print_register): Add "file" and "frame" parameters.
7098 (mips_print_registers_info): Replace mips_do_registers_info.
7099 (mips_gdbarch_init): Set print_registers_info instead of
7100 deprecated_do_registers_info.
7101 (mips_read_fp_register_single): Add "frame" parameter.
7102 (mips_read_fp_register_double): Add "frame" parameter.
7103
7104 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7105
7106 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7107 Fixes a bug where GDB would print the wrong register names for
7108 targets without SSE.
7109
7110 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7111 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7112 registers.
7113
7114 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7115 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7116 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7117 TDEP->sc_sp_offset.
7118
7119 From Michal Ludvig <mludvig@suse.cz>:
7120 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7121 and `sc_num_regs'.
7122 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7123 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7124 I386_ST0_REGNUM): Move here from...
7125 * i386-tdep.c: ... here.
7126 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7127 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7128 registers if possible.
7129 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7130 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7131 Remove variables.
7132 (i386bsd_sc_reg_offset): New variable.
7133 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7134 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7135 TDEP->sc_sp_offset.
7136 (i386fbsd_sc_reg_offset): New variable.
7137 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7138 TDEP->sc_num_regs.
7139 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7140 variables.
7141 (i386fbsd4_sc_reg_offset): New variable.
7142 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7143 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7144 TDEP->sc_sp_offset.
7145 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7146 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7147 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7148 Remove variables.
7149 (i386nbsd_sc_reg_offset): New variable.
7150 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7151 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7152 TDEP->sc_sp_offset.
7153 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7154 Remove variables.
7155 (i386obsd_sc_reg_offset): New variable.
7156 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7157 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7158 TDEP->sc_sp_offset.
7159 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7160 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7161 for frame pointer offset in `struct sigcontext'.
7162
7163 2003-05-31 Andrew Cagney <cagney@redhat.com>
7164
7165 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7166 architecture methods call_dummy_words, sizeof_call_dummy_words,
7167 push_return_address, store_struct_return, and fix_call_dummy. Set
7168 push_dummy_call instead of deprecated_push_arguments.
7169 (mips_store_struct_return): Delete function.
7170 (mips_fix_call_dummy): Delete function.
7171 (mips_push_return_address): Delete function.
7172 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7173 RA_REGNUM and T9_REGNUM.
7174 (mips_n32n64_push_dummy_call): Ditto for
7175 mips_n32n64_push_arguments.
7176 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7177 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7178
7179 2003-05-31 Andrew Cagney <cagney@redhat.com>
7180
7181 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7182 "dummy_addr" to "bp_addr".
7183 * infcall.c (call_function_by_hand): Pass "funaddr" to
7184 gdbarch_push_dummy_call.
7185 * gdbarch.h, gdbarch.c: Re-generate.
7186 * i386-tdep.c (i386_push_dummy_call): Update.
7187 * arm-tdep.c (arm_push_dummy_call): Update.
7188 * d10v-tdep.c (d10v_push_dummy_call): Update.
7189
7190 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7191
7192 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7193 variable declarations.
7194 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7195 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7196 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7197 x86_64_init_frame_pc, x86_64_init_frame_pc,
7198 x86_64_function_has_prologue): Remove prototypes.
7199 (X86_64_NUM_GREGS): New define.
7200 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7201 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7202 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7203 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7204 XMM1_REGNUM): Remove defines.
7205 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7206 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7207 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7208 X86_64_XMM1_REGNUM): New defines.
7209 (struct x86_64_register_info): Renamed from `struct
7210 register_info'. Remove `size' member.
7211 (x86_64_register_info_table): Remove variable.
7212 (x86_64_register_info): New variable.
7213 (X86_64_NUM_REGS): New define.
7214 (X86_64_NUM_GREGS): Remove define.
7215 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7216 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7217 Remove variables.
7218 (x86_54_dwarf2_reg_to_regnum): Remove function.
7219 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7220 (x86_64_dwarf_reg_to_regnum): New function.
7221 (x86_64_register_name): Rewrite.
7222 (x86_64_register_raw_size): Remove function.
7223 (x86_64_register_byte_table): Remove variable.
7224 (x86_64_register_byte): Remove function.
7225 (x86_64_register_virtual_type): Remove function.
7226 (x86_64_register_type): New function.
7227 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7228 x86_64_register_convert_to_raw): Remove functions.
7229 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7230 (x86_64_use_struct_convention): Make static. Adjust for renamed
7231 defines.
7232 (x86_64_frame_init_saved_regs): Remove function.
7233 (x86_64_push_arguments): Make static. Change to accept a regcache
7234 as argument.
7235 (x86_64_store_return_value, x86_64_extract_return_value): Make
7236 static. Rewrite based on i386 counterparts.
7237 (x86_64_push_dummy_call): New function.
7238 (X86_64_NUM_SAVED_REGS): New define.
7239 (x86_64_register_number): Remove function.
7240 (x86_64_store_struct_return): Remove function.
7241 (x86_64_frameless_function_invocation,
7242 x86_64_function_has_prologue): Remove functions.
7243 (PROLOG_BUFSIZE): Remove define.
7244 (struct x86_64_frame_cache): New structure.
7245 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7246 x86_64_frame_cache, x86_64_frame_this_id,
7247 x86_64_frame_prev_register, x86_64_frame_p,
7248 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7249 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7250 functions.
7251 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7252 variables.
7253 (x86_64_skip_prologue): Rewrite in terms of
7254 x86_64_analyze_prologue.
7255 (x86_64_frame_base_address): New function.
7256 (x86_64_frame_base): New variable.
7257 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7258 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7259 set deprecated_fp_regnum, deprecated_register_size,
7260 deprecated_register_bytes, register_raw_size, register_byte,
7261 register_virtual_type, register_convertiable,
7262 register_convert_to_virtual, convert_to_raw,
7263 deprecated_get_saved_register, deprecated_target_read_fp,
7264 deprecated_push_arguments, deprecated_push_return_address,
7265 deprecated_pop_frame, deprecated_store_struct_return,
7266 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7267 frameless_function_invocation, deprecated_frame_saved_pc,
7268 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7269 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7270 deprecated_init_frame_pc and virtual_frame_pointer. Call
7271 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7272 and x86_64_frame_p. Call frame_base_set_default to register
7273 x86_64_frame_base.
7274 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7275 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7276 (_initialize_x86_64_tdep): Remove function.
7277 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7278 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7279 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7280 define.
7281 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7282 (x86_64_linux_sigcontext_addr): Rewrite.
7283 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7284 x86_64_linux_frame_saved_pc): Remove functions.
7285 (x86_64_linux_pc_in_sigtramp): Renamed from
7286 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7287 trampoline.
7288 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7289 Remove_functions.
7290 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7291 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7292 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7293 (x86_64_regmap): Rename to regmap.
7294 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7295 x86_64_num_gregs.
7296 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7297 x86_64_regmap.
7298 (x86_64_fxsave_offset): Remove function.
7299 (supply_fpregset): Simply call x86_64_supply_fxsave.
7300 (fill_fpregset): Simply call x86_64_fill_fxsave.
7301 (fetch_inferior_registers, store_inferior_registers): Avoid
7302 asignment in if-statement.
7303 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7304 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7305 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7306 (fetch_core_registers): Remove function.
7307 (linux_elf_core_fns): Remove.
7308 (offsetoff): Don't define.
7309 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7310 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7311 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7312 add core-regset.o.
7313 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7314 protection against multiple includes instead of NM_X86_64_h. Add
7315 various comments. Include "config/nm-linux.h". Don't include
7316 <signal.h>.
7317 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7318 GET_THREAD_SIGNALS): Remove defines.
7319 (x86_64_register_u_addr, kernel_u_size,
7320 lin_thread_get_thread_signals): Remove prototypes.
7321 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7322 [HAVE_LINK_H]: Don't include "solib.h".
7323 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7324 * config/i386/tm-x86-64linux.h: Fix comments.
7325 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7326 x86-64-tdep.o): Update dependencies.
7327
7328 2003-05-30 Andrew Cagney <cagney@redhat.com>
7329
7330 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7331 Change parameter type to a "struct regcache *".
7332
7333 * gdbarch.sh: Regardless of the multi-arch level, always define
7334 the macro when not already defined.
7335 * gdbarch.h, gdbarch.c: Re-generate.
7336
7337 2003-05-30 Richard Henderson <rth@redhat.com>
7338
7339 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7340 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7341 (alpha_mdebug_frame_this_id): Likewise.
7342 (alpha_mdebug_frame_prev_register): Likewise.
7343 (alpha_mdebug_frame_base_address): Likewise.
7344 (alpha_mdebug_frame_locals_address): Likewise.
7345 (alpha_mdebug_frame_args_address): Likewise.
7346 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7347 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7348 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7349 loop increment.
7350 (alpha_heuristic_frame_this_id): Make static.
7351 (alpha_heuristic_frame_prev_register): Likewise.
7352 (alpha_heuristic_frame_base_address): Likewise.
7353 * alpha-tdep.h: Update.
7354
7355 2003-05-30 Mark Kettenis <kettenis@gnu.org>
7356
7357 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7358 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7359 defenitions.
7360 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7361 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7362 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7363 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7364 I386_ST0_REGNUM): New defines.
7365 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7366 codestream_get): Remove define.
7367 (codestream_next_addr, condestream_addr, condestream_buf,
7368 codestream_off, codestream_cnt): Remove variables.
7369 (codestream_fill, codestream_seek, codestream_read): Remove
7370 functions.
7371 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7372 functionality.
7373 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7374 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7375 i386_frame_saved_pc, i386_saved_pc_after_call,
7376 i386_frame_num_args, i386_frame_init_saved_regs,
7377 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7378 i386_push_arguments): Remove functions.
7379 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7380 functionality. Use i386_analyze_prologue instead of
7381 i386_get_frame_setup.
7382 (I386_NUM_SAVED_REGS): New define.
7383 (struct i386_frame_cache): New structure.
7384 (i386_alloc_frame_cache, i386_analyze_struct_return,
7385 i386_skip_probe, i386_analyze_frame_setup,
7386 i386_analyze_register_saves, i386_analyze_prologue,
7387 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7388 i386_frame_prev_register, i386_sigtramp_frame_cache,
7389 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7390 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7391 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7392 New functions.
7393 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7394 New variables.
7395 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7396 I386_EAX_REGNUM and I386_EDX_REGNUM.
7397 (i386_extract_return_value, i386_store_return_value): Use
7398 I386_ST0_REGNUM where appropriate.
7399 (i386_extract_struct_value_address): Rewrite to use extract_address.
7400 (i386_svr4_pc_in_sigtramp): Add comment.
7401 (i386_svr4_sigcontext_addr): Rewrite.
7402 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7403 TDEP->sc_sp_offset.
7404 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7405 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7406 of new defines. Set push_dummy_call, don't set
7407 deprecated_push_arguments, deprecated_push_return_address,
7408 deprecated_pop_frame. Don't set parm_boundary. Don't set
7409 deprecated_frame_chain, deprecated_frame_saved_pc,
7410 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7411 save_dummy_frame_tos, unwind_pc. Call
7412 frame_unwind_append_predicate and frame_base_set_default. Don't
7413 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7414 Don't set frameless_function_invocation. Don't set
7415 deprecated_register_bytes, deprecated_register_size,
7416 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7417 * i386-linux-tdep.c: Fix formatting in some comments.
7418 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7419 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7420 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7421 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7422 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7423 redundant parentheses.
7424 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7425 (i386_linux_sigcontext_addr): Use it. Rewrite.
7426 (find_minsym_and_objfile): Change name of second argument.
7427 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7428 changed. Use frame_pc_unwind instead of
7429 DEPRECATED_SAVED_PC_AFTER_CALL.
7430 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7431 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7432 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7433 unwinder.
7434 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7435 "dummy-frame.h".
7436 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7437 (_initialize_i386_cygwin_tdep): New prototype.
7438 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7439 deprecated_frame_chain_valid.
7440 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7441 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7442 Rely on the SVR4 defaults.
7443 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7444 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7445
7446 2003-05-30 Andrew Cagney <cagney@redhat.com>
7447
7448 * infcall.c (call_function_by_hand): Always call
7449 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7450
7451 2003-05-30 Richard Henderson <rth@redhat.com>
7452
7453 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7454 increment.
7455
7456 2003-05-29 Jim Blandy <jimb@redhat.com>
7457
7458 Use gdbarch methods for solib stuff on PowerPC Linux.
7459 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7460 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7461 show through.
7462 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7463 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7464 giving the same effect as the #definitions above.
7465
7466 2003-05-29 Adam Fedor <fedor@gnu.org>
7467
7468 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7469 (find_implementation_from_class): Replace it with the standard
7470 case i.e. do nothing.
7471
7472 2003-05-29 Richard Henderson <rth@redhat.com>
7473
7474 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7475 (alpha_linux_sigtramp_offset): Use it. Make static.
7476 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7477 update for new frame model.
7478 * alpha-mdebug-tdep.c: New file.
7479 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7480 (alpha_osf1_init_abi): Install it.
7481 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7482 (linked_proc_desc_table): Remove.
7483 (alpha_frame_past_sigtramp_frame): Remove.
7484 (alpha_dynamic_sigtramp_offset): Remove.
7485 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7486 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7487 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7488 (push_sigtramp_desc): Remove.
7489 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7490 (alpha_cannot_store_register): Likewise.
7491 (alpha_sigcontext_addr): Remove.
7492 (alpha_find_saved_regs): Remove.
7493 (alpha_frame_init_saved_regs): Remove.
7494 (alpha_init_frame_pc_first): Remove.
7495 (read_next_frame_reg): Remove.
7496 (alpha_frame_saved_pc): Remove.
7497 (alpha_saved_pc_after_call): Remove.
7498 (temp_proc_desc, temp_saved_regs): Remove.
7499 (alpha_about_to_return): Remove.
7500 (cached_proc_desc): Remove.
7501 (alpha_frame_chain): Remove.
7502 (alpha_print_extra_frame_info): Remove.
7503 (alpha_init_extra_frame_info): Remove.
7504 (alpha_frame_locals_address): Remove.
7505 (alpha_frame_args_address): Remove.
7506 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7507 (alpha_push_dummy_frame): Remove.
7508 (alpha_pop_frame): Remove.
7509 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7510 (alpha_read_insn): New.
7511 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7512 for different insn encodings.
7513 (alpha_in_lenient_prologue): Remove.
7514 (struct alpha_sigtramp_unwind_cache): New.
7515 (alpha_sigtramp_frame_unwind_cache): New.
7516 (alpha_sigtramp_register_address): New.
7517 (alpha_sigtramp_frame_this_id): New.
7518 (alpha_sigtramp_frame_prev_register): New.
7519 (alpha_sigtramp_frame_unwind): New.
7520 (alpha_sigtramp_frame_p): New.
7521 (struct alpha_heuristic_unwind_cache): New.
7522 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7523 don't count nop insns that occur between functions.
7524 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7525 heuristic_proc_desc, but without the mdebug wrapping.
7526 (alpha_heuristic_frame_this_id): New.
7527 (alpha_heuristic_frame_prev_register): New.
7528 (alpha_heuristic_frame_unwind): New.
7529 (alpha_heuristic_frame_p): New.
7530 (alpha_heuristic_frame_base_address): New.
7531 (alpha_heuristic_frame_base): New.
7532 (alpha_unwind_dummy_id): New.
7533 (alpha_unwind_pc): New.
7534 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7535 frame related deprecated initializations; install replacements.
7536 (alpha_dump_tdep): Remove.
7537 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7538 (alpha_read_insn, alpha_after_prologue,
7539 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7540 alpha_heuristic_frame_prev_register,
7541 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7542 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7543 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7544 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7545
7546 2003-05-29 Andrew Cagney <cagney@redhat.com>
7547
7548 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7549 dependant on the availability of ASSERT_FUNCTION.
7550 (ASSERT_FUNCTION): Do not define when there is no function name.
7551
7552 2003-05-29 Kevin Buettner <kevinb@redhat.com>
7553
7554 From Jimi X <jimix@watson.ibm.com>:
7555 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7556
7557 2003-05-28 Jim Blandy <jimb@redhat.com>
7558
7559 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7560 argument to ptrace to int; the system headers should give it the
7561 right type, and pointers don't fit in ints on powerpc64-*-*.
7562
7563 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
7564
7565 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7566 DW_TAG_catch_block.
7567
7568 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7569
7570 * stabsread.c (dbx_lookup_type): Make static.
7571 (read_type): Ditto.
7572 (add_undefined_type): Ditto.
7573 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7574 not export.
7575
7576 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7577
7578 * hpread.c (hpread_has_name): Make static.
7579 (hpread_psymtab_to_symtab): Ditto.
7580 (file_exists): Ditto.
7581 (hpread_call_pxdb): Ditto.
7582 (hpread_pxdb_needed): Ditto.
7583 (hpread_quick_traverse): Ditto.
7584 (hpread_get_header): Ditto.
7585 (hpread_get_lntt): Ditto.
7586 (hpread_get_slt): Ditto.
7587 (class_of): Ditto.
7588
7589 2003-05-25 Andreas Schwab <schwab@suse.de>
7590
7591 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7592 stack_align and deprecated_extra_stack_alignment_needed.
7593 (m68k_stack_align): Delete.
7594
7595 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7596 (m68k_register_virtual_size): Likewise.
7597 (altos_skip_prologue): Remove obsolete function.
7598 (isi_frame_num_args): Likewise.
7599 (news_frame_num_args): Likewise.
7600 (m68k_fix_call_dummy): Make static.
7601 (m68k_push_dummy_frame): Likewise.
7602 (m68k_pop_frame): Likewise.
7603 (m68k_skip_prologue): Likewise.
7604 (m68k_frame_init_saved_regs): Likewise.
7605 (m68k_saved_pc_after_call): Likewise.
7606 (m68k_get_longjmp_target): Make multi-arch.
7607 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
7608 structure. Register m68k_get_longjmp_target if enabled.
7609 * m68k-tdep.h (struct gdbarch_tdep): Define.
7610 * config/m68k/tm-m68k.h: Don't include "regcache.h".
7611
7612 * Makefile.in (config.status): Also depend on configure.tgt
7613 and configure.host.
7614 (m68klinux-tdep.o): Update dependencies.
7615 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7616 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7617 (M68K_LINUX_JB_PC): Define.
7618 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7619 and take additional parameter.
7620 (m68k_linux_sigtramp_saved_pc): Update.
7621 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7622 m68k_linux_pc_in_sigtramp, in_plt_section,
7623 find_solib_trampoline_target.
7624 * config/m68k/tm-linux.h: Don't include any tm headers.
7625 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7626 (JB_ELEMENT_SIZE): Likewise.
7627 (JB_PC): Likewise.
7628 (GET_LONGJMP_TARGET): Likewise.
7629 (IN_SIGTRAMP): Likewise.
7630 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7631
7632 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7633
7634 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7635 (sparc32_push_arguments): Re-implement by calling
7636 sparc32_do_push_arguments.
7637
7638 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7639
7640 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7641 SPARC_O1_REGNUM): New defines.
7642 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7643 (sparc32_store_return_value): New function.
7644 (sparc_extract_struct_value_address): Rewrite to operate on a
7645 regcache.
7646 (sparc_gdbarch_init): Don't set
7647 deprecated_extract_struct_value_address. Set
7648 extract_struct_value_address instead. Don't set
7649 deprecated_extract_return_value and deprecated_store_return_value
7650 for 32-bit targets. Set extract_return_value and
7651 store_return_value instead.
7652 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7653 DEPRECTAED_EXTRACT_RETURN_VALUE,
7654 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7655 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7656 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7657 (sparc_store_return_value): Remove prototype.
7658 (sparc32_store_return_value): New prototype.
7659 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7660 Adjust prototypes.
7661
7662 2003-05-24 Mark Kettenis <kettenis@gnu.org>
7663
7664 * sparcnbsd-tdep.c: Include "gdb_string.h".
7665
7666 2003-05-23 Andrew Cagney <cagney@redhat.com>
7667
7668 * p-valprint.c (pascal_val_print): Replace extract_address with
7669 the inline equivalent extract_unsigned_integer.
7670 * jv-valprint.c (java_value_print): Ditto.
7671 * ada-valprint.c (ada_val_print_1): Ditto.
7672 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7673
7674 2003-05-23 Theodore A. Roth <troth@openavr.org>
7675
7676 * blockframe.c (frameless_look_for_prologue): Remove unused
7677 after_prologue variable.
7678
7679 2003-05-23 Mark Kettenis <kettenis@gnu.org>
7680
7681 * blockframe.c (get_pc_function_start): Rewrite to avoid
7682 asignments in if-statements.
7683
7684 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7685
7686 Committed by Elena Zannoni <ezannoni@redhat.com>.
7687 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
7688 files, don't relocate absolute symbols (and do use mst_abs).
7689
7690 2003-05-23 Andrew Cagney <cagney@redhat.com>
7691
7692 * objc-lang.c: Include "gdb_assert.h".
7693 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7694 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7695 (gdb_check, gdb_check_fatal): Delete functions.
7696 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7697 gdb_assert.
7698 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7699 * Makefile.in (objc-lang.o): Update dependencies.
7700
7701 2003-05-22 Ian Lance Taylor <ian@airs.com>
7702
7703 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7704 with fprintf_filtered, not fprintf_unfiltered.
7705
7706 2003-05-22 Andrew Cagney <cagney@redhat.com>
7707
7708 * stack.c (frame_info): Inline extract_address, replacing it with
7709 extract_unsigned_integer.
7710 * findvar.c (unsigned_pointer_to_address): Ditto.
7711 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7712 * dwarf2expr.c (dwarf2_read_address): Ditto.
7713 * frame.c (frame_pc_unwind): Update comment.
7714 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7715
7716 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7717
7718 * infptrace.c (detach): Call print_sys_errmsg rather than
7719 perror_with_name to issue warning message when errno is non-zero
7720 after calling ptrace detach.
7721
7722 2003-05-21 J. Brobecker <brobecker@gnat.com>
7723
7724 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7725 macro definitions from here...
7726 * hppa-tdep.c: ...to there.
7727
7728 2003-05-20 Kevin Buettner <kevinb@redhat.com>
7729
7730 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7731 register_ptrace_addr(). Fix all callers.
7732
7733 2003-05-21 Andreas Schwab <schwab@suse.de>
7734
7735 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7736 dependencies.
7737 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7738 end.
7739 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7740 (_initialize_m68k_linux_tdep): New function.
7741 (m68k_linux_frame_saved_pc): Make static.
7742 (m68k_linux_extract_return_value): Likewise.
7743 (m68k_linux_store_return_value): Likewise.
7744 (m68k_linux_extract_struct_value_address): Likewise.
7745 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7746 Remove.
7747 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7748 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7749 (DEPRECATED_FRAME_SAVED_PC): Remove.
7750
7751 2003-05-20 Kris Warkentin <kewarken@qnx.com>
7752
7753 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7754 regset numbering rather than our own.
7755
7756 2003-05-19 David Carlton <carlton@bactrian.org>
7757
7758 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7759
7760 2003-05-19 David Carlton <carlton@bactrian.org>
7761
7762 Partial fix for PR c++/827.
7763 * cp-support.h: Include symtab.h.
7764 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7765 * cp-namespace.c: Update contributors.
7766 (cp_lookup_symbol_nonlocal): New.
7767 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7768 (lookup_symbol_file): Ditto.
7769 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7770 * block.h: Declare block_scope, block_using, block_global_block.
7771 * block.c (block_scope): New.
7772 (block_using, block_global_block): Ditto.
7773 * Makefile.in (cp_support_h): Depend on symtab_h.
7774 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7775
7776 2003-05-19 David Carlton <carlton@bactrian.org>
7777
7778 * language.h (struct language_defn): Add 'la_value_of_this'
7779 and 'la_lookup_symbol_nonlocal' members.
7780 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7781 lookup_symbol_static, lookup_symbol_global,
7782 lookup_symbol_aux_block.
7783 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7784 if we should search fields of this and how to do static/global
7785 lookup.
7786 (lookup_symbol_aux_block): Make extern.
7787 (basic_lookup_symbol_nonlocal): New.
7788 (lookup_symbol_static, lookup_symbol_global): Ditto.
7789 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7790 'la_lookup_symbol_nonlocal' members.
7791 * c-lang.c (c_language_defn, cplus_language_defn)
7792 (asm_language_defn, minimal_language_defn): Ditto.
7793 * jv-lang.c (java_language_defn): Ditto.
7794 * language.c (unknown_language_defn, auto_language_defn)
7795 (local_language_defn): Ditto.
7796 * m2-lang.c (m2_language_defn): Ditto.
7797 * objc-lang.c (objc_language_defn): Ditto.
7798 * scm-lang.c (scm_language_defn): Ditto.
7799 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7800 * p-lang.c (pascal_language_defn): Ditto for both.
7801 * Makefile.in (f-lang.o): Depend on value_h.
7802 (p-lang.o): Ditto.
7803
7804 2003-05-19 David Carlton <carlton@bactrian.org>
7805
7806 * block.h: Declare block_static_block.
7807 * block.c (block_static_block): New.
7808 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7809 lookup_symbol_aux_local, calling block_static_block instead.
7810 (lookup_symbol_aux_local): Delete 'static_block' argument.
7811
7812 2003-05-19 David Carlton <carlton@bactrian.org>
7813
7814 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7815
7816 2003-05-19 Michal Ludvig <mludvig@suse.cz>
7817
7818 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7819 register numbers mapping.
7820
7821 2003-05-18 Adam Fedor <fedor@gnu.org>
7822
7823 * symtab.c (completion_list_objc_symbol): New function.
7824 (make_symbol_completion_list): Use it to add ObjC symbols
7825 when looking though the list.
7826 (language_search_unquoted_string): New function.
7827 (make_file_symbol_completion_list): Use it.
7828
7829 2003-05-18 Andreas Schwab <schwab@suse.de>
7830
7831 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7832 dependencies.
7833 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7834 as m68k_linux_extract_return_value.
7835 (DEPRECATED_STORE_RETURN_VALUE): Define as
7836 m68k_linux_store_return_value.
7837 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7838 m68k_linux_extract_struct_value_address.
7839 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7840 get_next_frame, get_frame_base, get_frame_pc.
7841 (m68k_linux_frame_saved_pc): Use get_frame_base.
7842 (m68k_linux_extract_return_value): New function.
7843 (m68k_linux_store_return_value): New function.
7844 (m68k_linux_extract_struct_value_address): New function.
7845 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7846
7847 * c-exp.y (typebase): Remove duplicate occurence of
7848 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7849 of lookup_signed_typename.
7850
7851 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7852
7853 * dwarf2loc.c (find_location_expression): Change type of second
7854 argument to `size_t *'.
7855 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7856 for size variable.
7857
7858 2003-05-18 David Carlton <carlton@bactrian.org>
7859
7860 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7861 'linkage_name'. Add comment.
7862 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7863 'linkage_name'.
7864 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7865 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7866 (lookup_block_symbol): Ditto.
7867
7868 2003-05-16 Andrew Cagney <cagney@redhat.com>
7869
7870 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7871 * gdbarch.h, gdbarch.c: Re-generate.
7872 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7873 * TODO (REGISTER_BYTES): Delete reference.
7874 * alpha-tdep.c (alpha_gdbarch_init): Update.
7875 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7876 * x86-64-tdep.c (x86_64_init_abi): Update.
7877 * vax-tdep.c (vax_gdbarch_init): Update.
7878 * v850-tdep.c (v850_gdbarch_init): Update.
7879 * sparc-tdep.c (sparc_gdbarch_init): Update.
7880 * sh-tdep.c (sh_gdbarch_init): Update.
7881 * s390-tdep.c (s390_gdbarch_init): Update.
7882 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7883 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7884 (ns32k_gdbarch_init_32382): Update.
7885 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7886 * mcore-tdep.c (mcore_gdbarch_init): Update.
7887 * m68k-tdep.c (m68k_gdbarch_init): Update.
7888 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7889 * ia64-tdep.c (ia64_gdbarch_init): Update.
7890 * i386-tdep.c (i386_gdbarch_init): Update.
7891 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7892 * hppa-tdep.c (hppa_gdbarch_init): Update.
7893 * h8300-tdep.c (h8300_gdbarch_init): Update.
7894 * frv-tdep.c (frv_gdbarch_init): Update.
7895 * cris-tdep.c (cris_gdbarch_init): Update.
7896 * avr-tdep.c (avr_gdbarch_init): Update.
7897 * arm-tdep.c (arm_gdbarch_init): Update.
7898 * sparc-tdep.c (sparc_pop_frame): Update.
7899 * rs6000-tdep.c (rs6000_pop_frame): Update.
7900 * remote.c (init_remote_state): Update.
7901 (remote_prepare_to_store): Update.
7902 * remote-vx.c (vx_prepare_to_store): Update.
7903 * remote-sds.c (sds_fetch_registers): Update.
7904 (sds_prepare_to_store): Update.
7905 * remote-array.c: Update.
7906 * regcache.c (init_legacy_regcache_descr): Update.
7907 (init_regcache_descr): Update.
7908 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7909 (mips_o64_extract_return_value): Update.
7910 * irix5-nat.c (fetch_core_registers): Update.
7911 * irix4-nat.c (fetch_core_registers): Update.
7912 * i386-tdep.h: Update.
7913 * hppa-tdep.c (pa_do_registers_info): Update.
7914 (pa_do_strcat_registers_info): Update.
7915 * cris-tdep.c (cris_register_bytes_ok): Update.
7916 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7917 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7918 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7919 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7920 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7921 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7922 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7923 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7924 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7925 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7926 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7927 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7928 (REGISTER_BYTES_OK): Update.
7929 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7930 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7931
7932 2003-05-16 Ian Lance Taylor <ian@airs.com>
7933
7934 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7935 (vax_print_insn, print_insn_arg): Remove static functions.
7936 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7937 print_insn_vax from opcodes library.
7938 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7939
7940 2003-05-15 Andrew Cagney <cagney@redhat.com>
7941
7942 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7943 * target.h (memory_breakpoint_from_pc): Delete declaration.
7944 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7945 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7946 * monitor.c (monitor_insert_breakpoint): Use
7947 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7948 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7949 * gdbarch.h, gdbarch.c: Re-generate.
7950 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7951 (sparc_gdbarch_init): Set breakpoint_from_pc to
7952 sparc_breakpoint_from_pc.
7953 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7954 (BREAKPOINT_FROM_PC): Define.
7955 (sparc_breakpoint_from_pc): Declare.
7956 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7957 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7958 (BREAKPOINT_FROM_PC): Define.
7959 (BREAKPOINT): Delete macro.
7960 * target.h: Update comment.
7961 * s390-tdep.c (s390_gdbarch_init): Update comments.
7962 * remote.c: Update comments.
7963 * remote-mips.c: Update comments.
7964 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7965 * mem-break.c: Update comment.
7966 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7967 (ia64_memory_insert_breakpoint): Update.
7968 * config/sparc/tm-sparc.h: Update comment.
7969 * config/pa/tm-hppa64.h: Update comment.
7970 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7971 (rs6000_breakpoint_from_pc): Update.
7972 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7973 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7974 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7975 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7976 (mips_breakpoint_from_pc): Update.
7977 (mips_dump_tdep): Update.
7978
7979 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7980 * minsyms.c (lookup_minimal_symbol): Inline
7981 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7982
7983 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7984 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7985 * p-lang.c (pascal_printstr): Ditto.
7986 * objc-lang.c (objc_printstr): Ditto.
7987 * m2-lang.c (m2_printstr): Ditto.
7988 * jv-valprint.c (java_print_value_fields): Ditto.
7989 * f-lang.c (f_printstr): Ditto.
7990 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7991 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7992 for repeat_count_threshold.
7993 * Makefile.in (cp-valprint.o): Update dependencies.
7994
7995 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
7996
7997 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7998 (examine_prologue): Support looking through leaf functions, knowing
7999 they start with mov r2,r12. Support skipping over indirect stores
8000 of the input registers. Upon hitting a non-nop branch instruction
8001 or predicated instruction, bail out by setting lim_pc to the current
8002 pc value in the loop. At the end, if the lim_pc value is still
8003 beyond our calculated value and we have trust_limit set,
8004 use the lim_pc value.
8005
8006 2003-05-15 Andrew Cagney <cagney@redhat.com>
8007
8008 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
8009 generic_find_dummy_frame.
8010 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
8011 (deprecated_generic_find_dummy_frame): Update.
8012 (deprecated_read_register_dummy): Update.
8013 * frame.c (deprecated_generic_get_saved_register): Update.
8014
8015 2003-05-15 Theodore A. Roth <troth@openavr.org>
8016
8017 * avr-tdep.c (avr_breakpoint_from_pc): New function.
8018 (avr_gdbarch_init): Set breakpoint_from_pc method.
8019
8020 2003-05-15 Andrew Cagney <cagney@redhat.com>
8021
8022 * regcache.c (build_regcache): Set deprecated_register_valid
8023 directly.
8024 (deprecated_grub_regcache_for_register_valid): Delete function.
8025 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
8026 declaration.
8027
8028 2003-05-15 David Carlton <carlton@bactrian.org>
8029
8030 Committed by Elena Zannoni <ezannoni@redhat.com>
8031 * symtab.c (lookup_symbol_aux): Delete calls to
8032 lookup_symbol_aux_minsyms.
8033 (lookup_symbol_aux_minsyms): Comment out function and
8034 prototype. Delete lookup by mangled name.
8035
8036 2003-05-14 Kevin Buettner <kevinb@redhat.com>
8037
8038 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
8039 correctly indicate an empty stack and ``stack_allocated'' to the
8040 indicate the number of elements initially allocated.
8041 (dwarf_expr_grow_stack): Simplify method for computing new
8042 stack size. Don't loop infinitely if ``stack_len'' is zero.
8043 (execute_stack_op): Move ``ctx->in_reg'' initialization
8044 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
8045 be used in conjuction with DW_OP_piece. Revise error message
8046 accordingly.
8047
8048 2003-05-14 Theodore A. Roth <troth@openavr.org>
8049
8050 * MAINTAINERS: Update my email address.
8051 * avr-tdep.c: Ditto.
8052
8053 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
8054
8055 * symtab.h (enum domain_enum): Rename from namespace_enum.
8056 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
8057 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
8058 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
8059 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
8060 TYPES_NAMESPACE, METHODS_NAMESPACE.
8061 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
8062 (struct symbol, struct partial_symbol): Rename field
8063 'namespace_enum namespace' to 'domain_enum domain'.
8064 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
8065 Delete old define kludge for namespace.
8066
8067 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
8068 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
8069 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
8070 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
8071 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
8072 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
8073 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8074 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8075 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8076 occurrences of the above.
8077
8078 2003-05-14 Ian Lance Taylor <ian@airs.com>
8079
8080 * Makefile.in (install-only): Use $(SHELL) when running
8081 mkinstalldirs.
8082
8083 2003-05-13 Ian Lance Taylor <ian@airs.com>
8084
8085 * MAINTAINERS (write after approval): Add myself.
8086
8087 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8088 second and third arguments.
8089 * ser-tcp.c (_initialize_ser_tcp): Likewise.
8090 * ser-unix.c (_initialize_ser_hardwire): Likewise.
8091
8092 2003-05-13 Andrew Cagney <cagney@redhat.com>
8093
8094 * defs.h (store_address): Delete declaration.
8095 findvar.c (store_address): Delete function.
8096 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8097 store_unsigned_integer.
8098 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8099 * v850-tdep.c (v850_push_arguments): Ditto.
8100 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8101 * sh-tdep.c (sh64_get_saved_register): Ditto.
8102 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8103 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8104 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8105 (mips_get_saved_register): Ditto.
8106 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8107 (find_func_descr, ia64_push_arguments): Ditto.
8108 * i386-tdep.c (i386_push_arguments): Ditto.
8109 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8110 * frv-tdep.c (frv_push_arguments): Ditto.
8111 * frame.c (legacy_saved_regs_prev_register): Ditto.
8112 (deprecated_generic_get_saved_register): Ditto.
8113 * findvar.c (unsigned_address_to_pointer): Ditto.
8114 * dwarf2read.c (dwarf2_const_value): Ditto.
8115 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8116 * alpha-tdep.c (alpha_push_arguments): Ditto.
8117
8118 2003-05-12 J. Brobecker <brobecker@gnat.com>
8119
8120 * NEWS: Mention that the hppa-hpux port has been partially
8121 multiarched (32bit ABIT only, so far).
8122
8123 2003-05-11 Andrew Cagney <cagney@redhat.com>
8124
8125 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8126 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8127 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8128 sim/testsuite/sim/arm/misaligned2.ms, and
8129 sim/testsuite/sim/arm/misaligned3.ms.
8130 * disasm.h (struct ui_file): Add opaque struct declaration.
8131 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8132 * frame.h (struct ui_file): Ditto.
8133
8134 2003-05-11 Mark Kettenis <kettenis@gnu.org>
8135
8136 * value.h: Pretty print.
8137
8138 2003-05-10 Mark Kettenis <kettenis@gnu.org>
8139
8140 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8141
8142 2003-05-08 Andrew Cagney <cagney@redhat.com>
8143
8144 * regcache.h (max_register_size): Delete declaration.
8145 * regcache.c (max_register_size): Delete function.
8146 (struct regcache_descr): Delete field "max_register_size".
8147 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8148 registers fit in MAX_REGISTER_SIZE.
8149 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8150 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8151 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8152 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8153 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8154 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8155 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8156 * dve3900-rom.c, hppa-tdep.c: Ditto.
8157
8158 2003-05-08 David Carlton <carlton@math.stanford.edu>
8159
8160 * valops.c (push_word): Fix typo.
8161
8162 2003-05-08 Andrew Cagney <cagney@redhat.com>
8163
8164 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8165 * gdbarch.h: Re-generate.
8166 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8167 (legacy_max_register_raw_size): Delete declaration.
8168 * regcache.c (legacy_max_register_raw_size): Delete function.
8169 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8170 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8171 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8172 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8173 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8174 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8175 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8176 * findvar.c, dwarf2cfi.c: Ditto.
8177
8178 2003-05-08 Andrew Cagney <cagney@redhat.com>
8179
8180 * mips-tdep.c (read_signed_register): New function, moved to here
8181 from "regcache.c".
8182 (read_signed_register_pid): Ditto.
8183 * regcache.c (read_signed_register_pid): Delete function, moved to
8184 "mips-tdep.c".
8185 (read_signed_register): Ditto.
8186 * regcache.h (read_signed_register): Delete declaration.
8187 (read_signed_register_pid): Delete declaration.
8188
8189 2003-05-08 Andrew Cagney <cagney@redhat.com>
8190
8191 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8192 * gdbarch.h: Re-generate.
8193 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8194 (legacy_max_register_virtual_size): Delete declaration.
8195 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8196 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8197 * tracepoint.c (memrange_sortmerge): Ditto.
8198 * sparc-tdep.c (sparc_print_registers): Ditto.
8199 * regcache.c (legacy_max_register_virtual_size): Delete function.
8200
8201 2002-05-08 J. Brobecker <brobecker@gnat.com>
8202
8203 * fork-child.c (escape_bang_in_quoted_argument): New function.
8204 (fork_inferior): Escape '!' characters in quoted arguments
8205 only when needed.
8206
8207 2003-05-08 J. Brobecker <brobecker@gnat.com>
8208
8209 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8210 the language of the CU is not currently supported by GDB.
8211
8212 2003-05-08 J. Brobecker <brobecker@gnat.com>
8213
8214 * defs.h (language): Add language_minimal enum value.
8215 * c-lang.c (minimal_language_defn): New language definition.
8216 (_initialize_c_language): Add the new minimal language to the list
8217 of languages known to GDB.
8218
8219 2003-05-08 Kevin Buettner <kevinb@redhat.com>
8220
8221 * frame.c (get_frame_type): Don't attempt to lazily initialize
8222 frame's unwinder for legacy frames.
8223
8224 2003-05-07 Andrew Cagney <cagney@redhat.com>
8225
8226 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8227 and "regcache" parameters.
8228 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8229
8230 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8231
8232 * dwarf2read.c (dwarf_decode_lines): Only use output of
8233 check_cu_functions() when calling record_line(). Do not update
8234 the current address.
8235
8236 2003-05-07 Andrew Cagney <cagney@redhat.com>
8237
8238 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8239 code.
8240
8241 2003-05-07 Jim Blandy <jimb@redhat.com>
8242
8243 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8244 'maint info symtabs' and 'maint info psymtabs'.
8245 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8246 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8247 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8248 Declarations updated.
8249 * maint.c (maintenance_list_command): Delete.
8250 (_initialize_maint_cmds): Update calls to add_cmd.
8251 * gdbcmd.h (maintenancelistlist): Delete declaration.
8252 * cli/cli-cmds.c (maintenancelistlist): Delete.
8253 (init_cmd_lists): Don't initialize it.
8254 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8255
8256 2003-05-07 Andrew Cagney <cagney@redhat.com>
8257
8258 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8259 "regcache".
8260 (d10v_print_registers_info): Update.
8261 (d10v_dmap_register, d10v_imap_register): Delete functions.
8262 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8263 and "imap_register".
8264 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8265 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8266 * arch-utils.c (generic_remote_translate_xfer_address): Add
8267 "regcache" and "gdbarch" parameters.
8268 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8269 parameter. Change class to multi-arch.
8270 * gdbarch.h, gdbarch.c: Re-generate.
8271 * remote.c (remote_xfer_memory): Use
8272 gdbarch_remote_translate_xfer_address.
8273
8274 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8275
8276 * infrun.c (prev_pc): Move declaration ahead of proceed().
8277 (proceed): Refresh prev_pc value before resuming.
8278 (stop_stepping): Remove code to refresh prev_pc.
8279
8280 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8281
8282 * nto-tdep.c: Removed stray comment.
8283
8284 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8285
8286 * i386-nto-tdep.c: Fix old K&R function definitions.
8287 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8288 Also change add_show_from_set() call to add_setshow_cmd().
8289 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8290
8291 2003-05-05 Andrew Cagney <cagney@redhat.com>
8292
8293 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8294 (fprint_dummy_frames): New function.
8295 (maintenance_print_dummy_frames): New function.
8296 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8297 * frame.c (fprint_frame_id): Make global.
8298 * frame.h (fprint_frame_id): Declare.
8299 * Makefile.in (dummy-frame.o): Update dependencies.
8300
8301 2003-05-05 Andrew Cagney <cagney@redhat.com>
8302
8303 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8304 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8305 SIZEOF_CALL_DUMMY_WORDS.
8306 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8307 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8308 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8309 CALL_DUMMY_BREAKPOINT_OFFSET.
8310 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8311 CALL_DUMMY_START_OFFSET.
8312 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8313 * gdbarch.h, gdbarch.c: Re-generate.
8314 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8315 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8316 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8317 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8318 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8319 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8320 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8321 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8322 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8323 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8324 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8325 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8326 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8327 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8328 * config/sparc/tm-sparc.h: Update.
8329
8330 2003-05-05 Kris Warkentin <kewarken@qnx.com>
8331
8332 * configure.tgt: Add i[3456]86-*-nto*.
8333 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8334 * nto-tdep.c: New file. Neutrino target support routines.
8335 * nto-tdep.h: New file. Neutrino target header.
8336 * config/tm-qnxnto.h: New file.
8337 * config/i386/i386nto.mt: New file.
8338 * config/i386/tm-i386nto.h: New file.
8339
8340 2003-05-04 Andrew Cagney <cagney@redhat.com>
8341
8342 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8343 (load_infrun_state): Ditto.
8344 (struct thread_info): Drop "prev_func_name" field.
8345 * thread.c (load_infrun_state): Update.
8346 (save_infrun_state): Update.
8347 * infrun.c (prev_func_name): Delete variable.
8348 (init_wait_for_inferior): Do not clear prev_func_name.
8349 (stop_stepping, keep_going, context_switch): Do not swap
8350 prev_func_name.
8351 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8352 instead of PC_IN_SIGTRAMP.
8353
8354 2003-05-04 Andrew Cagney <cagney@redhat.com>
8355
8356 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8357 REGISTER_BYTE with register_offset_hack.
8358 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8359 that REGISTER_BYTE is consistent with the regcache.
8360 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8361 * gdbarch.h, gdbarch.c: Regenerate.
8362
8363 2003-05-04 Mark Kettenis <kettenis@gnu.org>
8364
8365 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8366 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8367
8368 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8369
8370 2003-05-03 J. Brobecker <brobecker@gnat.com>
8371
8372 From Thierry Schneider <tpschneider1@yahoo.com>
8373 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8374 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8375 (mi-cmd-symbol.o): Add rule.
8376
8377 2003-05-03 Andrew Cagney <cagney@redhat.com>
8378
8379 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8380 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8381 * gdbarch.h, gdbarch.c: Re-generate.
8382 * d10v-tdep.c (d10v_push_dummy_code): New function.
8383 (d10v_gdbarch_init): Set push_dummy_code.
8384 * infcall.c (legacy_push_dummy_code): New function.
8385 (generic_push_dummy_code): New function.
8386 (push_dummy_code): New function.
8387 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8388 instead of dummy_addr, to push_dummy_call. Move call to
8389 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8390 switch.
8391 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8392
8393 2003-05-03 Andrew Cagney <cagney@redhat.com>
8394
8395 * disasm.h (print_insn): Declare.
8396 * disasm.c (init_gdb_disassemble_info): New function.
8397 (gdb_disassembly): Call init_gdb_disassemble_info.
8398 (gdb_print_insn): New function.
8399 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8400 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8401 * mcore-tdep.c: Include "disasm.h"
8402 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8403 * d10v-tdep.c: Include "disasm.h".
8404 (display_trace): Call gdb_print_insn, instead of print_insn.
8405 (print_insn): Delete function.
8406 * printcmd.c: Include "disasm.h".
8407 (print_insn): Delete function.
8408 (print_formatted): Call gdb_print_insn, instead of print_insn.
8409 * Makefile.in (printcmd.o): Update dependencies.
8410 (mcore-tdep.o, d10v-tdep.o): Ditto.
8411
8412 2003-05-02 Andrew Cagney <cagney@redhat.com>
8413
8414 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8415 PC_REGNUM, re-indent.
8416 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8417 PC_REGNUM isn't set.
8418
8419 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8420 * gdbarch.h, gdbarch.c: Re-generate.
8421 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8422 register_virtual_size, pc_regnum, or register_bytes.
8423 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8424 (d10v_register_type): Use D10V_PC_REGNUM.
8425 (d10v_print_registers_info, d10v_read_pc): Ditto.
8426 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8427 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8428
8429 2003-05-02 David Carlton <carlton@bactrian.org>
8430
8431 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8432 the name with mstrsave.
8433
8434 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8435
8436 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8437 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8438 (host_charset_name, target_charset_name): New vars for use by
8439 set/show commands.
8440 (host_charset_enum, target_charset_enum): New enums for set/show
8441 commands.
8442 (set_charset_sfunc, set_host_charset_sfunc,
8443 set_target_charset_sfunc): New functions.
8444 (set_host_charset, set_target_charset): Make static.
8445 (list_charsets, set_host_charset_command,
8446 set_target_charset_command): Delete functions.
8447 (show_charset_command): Rewrite as....
8448 (show_charset): Hook this up with the set/show command mechanism.
8449 (_initialize_charset): Change names of charsets to match the
8450 set/show enums. Use host_charset_name and target_charset_name.
8451 Use set/show mechanism for charset, host-charset, target-charset
8452 commands. Do not make 'show host-charset' and 'show
8453 target-charset' be aliases of 'show charset'.
8454
8455 * charset.h (set_host_charset, set_target_charset): Don't export,
8456 they are not used outside the file.
8457
8458 2003-05-01 Andrew Cagney <cagney@redhat.com>
8459
8460 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8461 (gdb_disassembly): Make "di" non static, always initialize and
8462 cleanup. Always use dis_asm_read_memory.
8463 (gdb_dis_asm_read_memory): Delete function.
8464
8465 2003-05-01 Andrew Cagney <cagney@redhat.com>
8466
8467 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8468 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8469
8470 2003-04-30 Andrew Cagney <cagney@redhat.com>
8471
8472 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8473 "tm_print_insn_info".
8474 (TARGET_PRINT_INSN_INFO): Delete macro.
8475 (dis_asm_read_memory): Delete function declaration.
8476 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8477 (tm_print_insn_info): Delete variable definition.
8478 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8479 * gdbarch.h, gdbarch.c: Re-generate.
8480 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8481 "deprecated_tm_print_insn_info".
8482 * mcore-tdep.c (mcore_dump_insn): Ditto.
8483 * mips-tdep.c (mips_gdbarch_init): Ditto.
8484 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8485 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8486 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8487 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8488 instead of TARGET_PRINT_INSN_INFO, add comment.
8489 * s390-tdep.c (s390_get_frame_info): Instead of
8490 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8491 (s390_check_function_end, s390_is_sigreturn): Ditto.
8492 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8493 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8494 * disasm.c: Include "gdbcore.h".
8495 (_initialize_disasm): New function, initialize
8496 "deprecated_tm_print_insn_info".
8497 (deprecated_tm_print_insn_info): New variable.
8498 (dis_asm_read_memory): Moved from "corefile.c", made static.
8499 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8500 * Makefile.in (disasm.o): Update dependencies.
8501
8502 2003-04-30 Andrew Cagney <cagney@redhat.com>
8503
8504 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8505
8506 2003-04-29 Adam Fedor <fedor@gnu.org>
8507
8508 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8509 * infcall.c (find_function_addr): Make non-static.
8510 * infcall.h (find_function_addr): Declare.
8511 * Makefile.in (eval.o): Update dependencies.
8512
8513 2003-04-28 Adam Fedor <fedor@gnu.org>
8514
8515 * symtab.c (symbol_find_demangled_name): Check for and demangle
8516 ObjC symbols.
8517 (symbol_init_demangled_name): Init for language_objc as well.
8518
8519 2003-04-28 Andrew Cagney <cagney@redhat.com>
8520
8521 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8522 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8523 * gdbarch.h, gdbarch.c: Re-generate.
8524 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8525 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8526 * inferior.h (deprecated_read_fp): Rename read_fp.
8527 (generic_target_read_fp): Delete declaration.
8528 * regcache.c (generic_target_read_fp): Delete function.
8529 (deprecated_read_fp): Replace read_fp, use
8530 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8531 * d10v-tdep.c (d10v_read_fp): Delete function.
8532 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8533
8534 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8535 deprecated_target_read_fp to generic_target_read_fp.
8536 * sh-tdep.c (sh_gdbarch_init): Ditto.
8537 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8538 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8539 * frv-tdep.c (frv_gdbarch_init): Ditto.
8540
8541 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8542 deprecated_fp_regnum.
8543 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8544 * vax-tdep.c (vax_gdbarch_init): Ditto.
8545 * v850-tdep.c (v850_gdbarch_init): Ditto.
8546 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8547 * sh-tdep.c (sh_gdbarch_init): Ditto.
8548 * s390-tdep.c (s390_gdbarch_init): Ditto.
8549 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8550 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8551 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8552 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8553 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8554 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8555 * i386-tdep.c (i386_gdbarch_init): Ditto.
8556 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8557 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8558 * frv-tdep.c (frv_gdbarch_init): Ditto.
8559 * cris-tdep.c (cris_gdbarch_init): Ditto.
8560 * avr-tdep.c (avr_gdbarch_init): Ditto.
8561 * arm-tdep.c (arm_gdbarch_init): Ditto.
8562 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8563
8564 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8565 * v850-tdep.c (v850_gdbarch_init): Ditto.
8566 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8567 * sh-tdep.c (sh_gdbarch_init): Ditto.
8568 * s390-tdep.c (s390_gdbarch_init): Ditto.
8569 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8570 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8571 * mips-tdep.c (mips_gdbarch_init): Ditto.
8572 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8573 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8574 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8575 * frv-tdep.c (frv_gdbarch_init): Ditto.
8576 * avr-tdep.c (avr_gdbarch_init): Ditto.
8577 * arm-tdep.c (arm_gdbarch_init): Ditto.
8578
8579 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8580 DEPRECATED_FP_REGNUM.
8581 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8582 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8583 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8584 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8585 (sparc32_register_virtual_type): Ditto.
8586 * sh-tdep.c (sh64_frame_chain): Ditto.
8587 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8588 (sh_nofp_frame_init_saved_regs): Ditto.
8589 (sh64_nofp_frame_init_saved_regs): Ditto.
8590 (sh_fp_frame_init_saved_regs): Ditto.
8591 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8592 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8593 * procfs.c (procfs_fetch_registers): Ditto.
8594 (procfs_store_registers): Ditto.
8595 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8596 (store_inferior_registers, fetch_core_registers): Ditto.
8597 (fetch_kcore_registers, clear_regs): Ditto.
8598 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8599 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8600 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8601 * nlm/i386.c (do_status): Ditto.
8602 * mipsv4-nat.c (supply_gregset): Ditto.
8603 * mips-tdep.c: Ditto for comments.
8604 * mips-nat.c (fetch_inferior_registers): Ditto.
8605 (store_inferior_registers, fetch_core_registers): Ditto.
8606 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
8607 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
8608 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
8609 (i386_do_pop_frame, i386_register_type): Ditto.
8610 * hppa-tdep.c (hppa_frame_chain): Ditto.
8611 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
8612 (hppa_pop_frame, hppa_read_fp): Ditto.
8613 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
8614 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
8615 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8616 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8617 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8618 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8619 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8620 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8621 * blockframe.c: Ditto for comments.
8622 * arch-utils.h: Ditto for comments.
8623 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8624 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8625 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8626 * alpha-tdep.h: Ditto for comments.
8627 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8628 (alpha_cannot_store_register): Ditto.
8629 (alpha_push_dummy_frame): Ditto.
8630 * alpha-nat.c (supply_gregset): Ditto.
8631
8632 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8633 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8634 * config/sparc/tm-sparc.h: Update comment.
8635
8636 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8637 deprecated_read_fp instead of TARGET_READ_FP.
8638 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8639 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8640 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8641 deprecated_read_fp instead of read_fp.
8642 * s390-tdep.c (s390_push_arguments): Ditto.
8643 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8644 * frame.h: Ditto in comments.
8645 * frame.c (legacy_get_prev_frame): Ditto.
8646 * dummy-frame.c (dummy_frame_this_id): Ditto.
8647 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8648
8649 2003-04-28 Andrew Cagney <cagney@redhat.com>
8650
8651 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8652 * gdbarch.h, gdbarch.c: Re-generate.
8653 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8654 * vax-tdep.c (_initialize_vax_tdep): Update.
8655 * v850-tdep.c (_initialize_v850_tdep): Update.
8656 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8657 * s390-tdep.c (_initialize_s390_tdep): Update.
8658 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8659 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8660 * mips-tdep.c (_initialize_mips_tdep): Update.
8661 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8662 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8663 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8664 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8665 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8666 * frv-tdep.c (_initialize_frv_tdep): Update.
8667 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8668 (_initialize_cris_tdep): Update.
8669 * arch-utils.c (legacy_print_insn): Update.
8670 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8671
8672 2003-04-26 Adam Fedor <fedor@gnu.org>
8673
8674 * linespec.c (decode_objc): New function to decode ObjC calls
8675 (decode_line_1): Check for ObjC calls (using decode_objc)
8676 * Makefile (linespec.o): Update dependencies.
8677
8678 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
8679
8680 * breakpoint.h (struct breakpoint_ops): New.
8681 (struct breakpoint): Add ops member.
8682
8683 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8684 (mention): Use new breakpoint ops member.
8685 (set_raw_breakpoint): Initialize ops field to NULL.
8686 (print_exception_catchpoint, print_one_exception_catchpoint)
8687 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8688 (gnu_v3_exception_catchpoint_ops): New.
8689 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8690
8691 2003-04-25 Adam Fedor <fedor@gnu.org>
8692
8693 * Makefile.in (COMMON_OBS): Add objc-lang.o
8694
8695 2003-04-25 Andrew Cagney <cagney@redhat.com>
8696
8697 * d10v-tdep.c (print_insn): Delete function.
8698 (display_trace): Use TARGET_PRINT_INSN.
8699 (_initialize_d10v_tdep): Do not set tm_print_insn.
8700 (d10v_gdbarch_init): Set print_insn.
8701
8702 2003-04-25 Andrew Cagney <cagney@redhat.com>
8703
8704 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8705 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8706 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8707 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8708 (nr_dmap_regs, a0_regnum): ... new functions.
8709 (d10v_print_registers_info): Use a0_regnum, use register_size.
8710 (d10v_register_byte): Delete function.
8711 (d10v_register_raw_size): Delete function.
8712 (d10v_register_type): Use a0_regnum.
8713 (d10v_print_registers_info): Use a0_regnum.
8714 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8715 (d10v_gdbarch_init): Do not set register_byte or
8716 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8717 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8718 extract_address.
8719 (trace_command): Use XCALLOC.
8720 (print_insn): Delete reference to tm_print_insn.
8721 (saved_regs_unwinder): Use store_unsigned_integer instead of
8722 store_address.
8723 * frame.h (FRAME_OBSTACK_CALLOC): Define
8724
8725 2003-04-25 David Carlton <carlton@bactrian.org>
8726
8727 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8728
8729 2003-04-24 Adam Fedor <fedor@gnu.org>
8730
8731 * objc-lang.c: Include "valprint.h"
8732 * Makefile.in (objc-lang.o): Update dependencies.
8733
8734 2003-04-24 Adam Fedor <fedor@gnu.org>
8735
8736 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
8737 architecture dependant compilation and mark as unimplemented
8738 (until they get put in the gdbarch vector).
8739
8740 2003-04-23 David Carlton <carlton@bactrian.org>
8741
8742 * cp-support.c (cp_find_first_component): Accept 'operator' in
8743 more locations.
8744
8745 2003-04-23 Andrew Cagney <cagney@redhat.com>
8746
8747 * infcall.c (call_function_by_hand): Eliminate redundant
8748 indentation. Move "saved_async" and "old_cleanups" to where they
8749 are needed.
8750
8751 2003-04-23 Andrew Cagney <cagney@redhat.com>
8752
8753 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8754 and "buffer". Move the "name" code to where it is needed.
8755
8756 2003-04-23 Andrew Cagney <cagney@redhat.com>
8757
8758 * infcall.c (call_function_by_hand): Move variables "start_sp",
8759 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8760 code to ON_STACK switch branch.
8761
8762 2003-04-23 Andrew Cagney <cagney@redhat.com>
8763
8764 * infcall.c (call_function_by_hand): Make declaration of "i",
8765 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8766 lint.
8767
8768 2003-04-23 Andrew Cagney <cagney@redhat.com>
8769
8770 * infcall.c (call_function_by_hand): Delete variable
8771 "n_method_args". Localize "param_type"'s declaration to the loop
8772 that it is used. Reinstate code assigning to said variable -
8773 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8774 Rationalize code using "param_type".
8775
8776 2003-04-22 Andrew Cagney <cagney@redhat.com>
8777
8778 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8779 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8780 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8781 to DEPRECATED_PUSH_RETURN_ADDRESS.
8782
8783 2003-04-22 Kevin Buettner <kevinb@redhat.com>
8784
8785 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8786 on the DWARF2 register number prior to fetching a register.
8787
8788 2003-04-22 J. Brobecker <brobecker@gnat.com>
8789
8790 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8791 Update all the tests using SOFT_FLOAT considering the fact that
8792 this macro was always set to 0.
8793 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8794 considering the fact that this macro was always set to 0.
8795 * hppa-tdep.h (hppa_store_return_value): Likewise.
8796 (hppa_extract_return_value): Likewise.
8797
8798 2003-04-22 J. Brobecker <brobecker@gnat.com>
8799
8800 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8801 the hppa-pro target only.
8802
8803 2003-04-21 J. Brobecker <brobecker@gnat.com>
8804
8805 Ongoing multi-arch conversion effort for HP/UX:
8806 * config/pa/tm-hppa.h: Move all macro that are no longer
8807 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8808 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8809
8810 2003-04-21 J. Brobecker <brobecker@gnat.com>
8811
8812 * config/pa/tm-hppa.h: Obsolete a section that was only used
8813 for hppa-pro.
8814
8815 2003-04-21 J. Brobecker <brobecker@gnat.com>
8816
8817 Ongoing multi-arch conversion for HP/UX.
8818 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8819 if already defined (allows hppa64 to stay non-multiarched for now).
8820 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8821
8822 2003-04-21 Andrew Cagney <cagney@redhat.com>
8823
8824 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8825
8826 2003-04-21 Andrew Cagney <cagney@redhat.com>
8827
8828 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8829 "i386_num_mmx_regs".
8830
8831 2003-04-21 Andrew Cagney <cagney@redhat.com>
8832
8833 * infcall.c: New file.
8834 * infcall.h: New file.
8835 * valarith.c: Include "infcall.h".
8836 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8837 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8838 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8839 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8840 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8841 (SFILES): Add "infcall.c"
8842 (COMMON_OBS): Add "infcall.o".
8843 (infcall.o): Specify dependencies.
8844 * value.h (call_function_by_hand): Delete declaration.
8845 * inferior.h (run_stack_dummy): Delete declaration.
8846 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8847 (run_stack_dummy): Move to "infcall.c", merged into
8848 call_function_by_hand.
8849 * valops.c (call_function_by_hand): Moved to "infcall.c".
8850 (find_function_addr, value_arg_coerce): Ditto.
8851 (unwindonsignal_p, coerce_float_to_double): Ditto.
8852 (_initialize_valops): Move "set/show coerce-float-to-double", and
8853 "set/show unwindonsignal" commands to "infcall.c".
8854 * v850-tdep.c, target.h: Update comments.
8855 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8856 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8857 (sh64_init_extra_frame_info): Update comments.
8858 * mn10300-tdep.c: Update comments.
8859 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8860 * config/sparc/tm-sparc.h: Update comments.
8861 * breakpoint.h: Update comments.
8862 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8863 * arm-tdep.c: Update comment.
8864
8865 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8866
8867 * i386-tdep.c (i386_num_register_names): New variable.
8868 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8869 (MM0_REGNUM): Remove redundant parentheses in define.
8870 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8871 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8872 i386_mxcsr_regnum_p): Remove redundant parentheses.
8873 (i386_register_name): Use i386_num_register_names.
8874
8875 * i386-tdep.c (i386_extract_return_value,
8876 i386_store_return_value): Correct check for availability of
8877 floating-point registers.
8878
8879 * i386-tdep.c (i386_frame_num_args): Remove function.
8880 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8881
8882 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8883 mmx_regnum_to_fp_regnum. Adjust all callers.
8884
8885 * i386-tdep.c (i386_get_longjmp_target): Use
8886 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8887 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8888 extract_address.
8889
8890 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8891
8892 * core-regset.c: Update comments to reflect reality. Re-order
8893 includes.
8894 (fetch_core_registers): Use switch instead of if. Remove
8895 redundant prototype.
8896
8897 2003-04-18 Jim Blandy <jimb@redhat.com>
8898
8899 * s390-tdep.c (s390_frame_align): New function.
8900 (s390_gdbarch_init): Register it with the gdbarch object.
8901
8902 2003-04-17 Richard Henderson <rth@redhat.com>
8903
8904 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8905
8906 2003-04-17 Michael Snyder <msnyder@redhat.com>
8907 Karen Bennet <bennet@redhat.com>
8908
8909 Committed by Elena Zannoni <ezannoni@redhat.com>
8910 * gdb_gcore.sh: New script to create a core dump of a process.
8911
8912 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
8913
8914 * values.c (value_being_returned): Don't fetch the return
8915 value if the return type is void.
8916
8917 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8918
8919 * thread-db.c: Reindented.
8920
8921 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8922
8923 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8924 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
8925 as types.
8926
8927
8928
8929
8930
8931
8932
8933
8934
8935
8936
8937
8938
8939
8940
8941
8942
8943
8944
8945
8946
8947
8948
8949
8950
8951 2003-04-16 Kevin Buettner <kevinb@redhat.com>
8952
8953 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
8954 the size of ``long double'' to 16, instead of 8.
8955
8956 2003-04-16 Mark Kettenis <kettenis@gnu.org>
8957
8958 * i386-linux-nat.c: Add some whitespace to make things more
8959 readable.
8960 (fetch_register, store_register, fetch_inferior_registers,
8961 store_inferior_registers): Get rid of assignment in if-statement.
8962 (store_register): Fix typo in error message.
8963
8964 2003-04-16 Andrew Cagney <cagney@redhat.com>
8965
8966 * utils.c (xmmalloc): Always allocate something, matches
8967 libiberty/xmalloc's semantics.
8968 (xmrealloc, xmcalloc): Ditto.
8969
8970 2003-04-16 Andrew Cagney <cagney@redhat.com>
8971
8972 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8973 update comments.
8974 (get_frame_type): Initialize unwind and type when needed.
8975 (get_frame_id, frame_register_unwind): Ditto.
8976
8977 2003-04-16 Andrew Cagney <cagney@redhat.com>
8978
8979 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8980 obsolete.
8981 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8982 * sparcl-stub.c: Obsolete file.
8983 * config/sparc/tm-sparclet.h: Obsolete file.
8984 * sparclet-stub.c: Obsolete file.
8985 * sparclet-rom.c: Obsolete file.
8986 * sparcl-tdep.c: Obsolete file.
8987 * config/sparc/tm-sparclite.h: Obsolete file.
8988 * config/sparc/sparclite.mt: Obsolete file.
8989 * config/sparc/sparclet.mt: Obsolete file.
8990 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8991 sparc86x-*-* obsolete.
8992
8993 2003-04-15 David Carlton <carlton@math.stanford.edu>
8994
8995 * Makefile.in (SFILES): Add cp-namespace.c.
8996 (COMMON_OBS): Add cp-namespace.o.
8997 (block.o): Depend on gdb_obstack_h and cp_support_h.
8998 (buildsym.o): Depend on cp_support_h.
8999 (cp-namespace.o): New.
9000 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
9001 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
9002 (dwarf2read.o): Depend on cp_support_h.
9003 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
9004 * dwarf2read.c (process_die): Set processing_has_namespace_info,
9005 processing_current_namespace.
9006 (read_namespace): Update processing_current_namespace; check for
9007 anonymous namespaces.
9008 (dwarf2_name): New function.
9009 (dwarf2_extension): Ditto.
9010 * cp-support.h: Update copyright, contributors.
9011 Add inclusion guards.
9012 Add opaque declaration for structs obstack, block, symbol.
9013 (struct using_direct): New struct.
9014 Add declarations for cp_find_first_component,
9015 cp_entire_prefix_len, processing_has_namespace_info,
9016 processing_current_namespace, cp_is_anonymous,
9017 cp_add_using_directive, cp_initialize_namespace,
9018 cp_finalize_namespace, cp_set_block_scope,
9019 cp_scan_for_anonymous_namespaces.
9020 * cp-namespace.c: New file.
9021 * cp-support.c: Update copyright.
9022 Include ctype.h, gdb_assert.h, gdbcmd.h.
9023 New variable maint_cplus_cmd_list.
9024 (cp_find_first_component): New function.
9025 (cp_entire_prefix_len, maint_cplus_command)
9026 (first_component_command, _initialize_cp_support): Ditto.
9027 * buildsym.c: Include cp-support.h.
9028 New variable using_list.
9029 (add_symbol_to_list): Check for anonymous namespaces.
9030 (finish_block): Set block's scope.
9031 (start_symtab): Initialize C++ namespace support.
9032 (end_symtab): Finalize C++ namespace support.
9033 * block.h: Add opaque declarations for structs
9034 block_namespace_info, using_direct, and obstack.
9035 Add declarations for block_set_scope and block_set_using.
9036 (struct block): Add 'language_specific' member.
9037 (BLOCK_NAMESPACE): New macro.
9038 * block.c: Include gdb_obstack.h and cp-support.h.
9039 (struct block_namespace_info): New struct.
9040 (block_set_scope): New function.
9041 (block_set_using, block_initialize_namespace): Ditto.
9042
9043 2003-04-14 Kevin Buettner <kevinb@redhat.com>
9044
9045 * solib-svr4.c (svr4_have_link_map_offsets): New function.
9046 (locate_base): Return early if there aren't any link map offsets.
9047 (svr4_solib_create_inferior_hook): Warn if shared library support
9048 is unavailable.
9049
9050 2003-04-14 David Carlton <carlton@math.stanford.edu>
9051
9052 * symtab.c (symbol_set_names): Add prefix when storing Java names
9053 in hash table. Fix for PR java/1039.
9054
9055 2003-04-14 David Carlton <carlton@math.stanford.edu>
9056
9057 * symtab.c (symbol_set_names): Rename 'name' arg to
9058 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
9059 * symtab.h: Change 'name' argument in declaration of
9060 symbol_set_names to 'linkage_name'.
9061 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
9062
9063 2003-04-14 Andrew Cagney <cagney@redhat.com>
9064
9065 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
9066 return the fully sign-extended register value.
9067 (get_frame_pointer): Ditto.
9068 (mips_pop_frame): Initialize "proc_desc" after checking for a
9069 dummy frame.
9070
9071 2003-04-14 Andrew Cagney <cagney@redhat.com>
9072
9073 * mips-tdep.c (mips_push_dummy_frame): Delete function.
9074 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9075 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9076 (mips_push_register): Delete function.
9077 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9078 PUSH_FP_REGNUM.
9079
9080 2003-04-14 Jim Blandy <jimb@redhat.com>
9081
9082 * symmisc.c: #include "gdb_regex.h".
9083 (maintenance_list_symtabs, maintenance_list_psymtabs): New
9084 functions.
9085 * maint.c (maintenance_list_command): New function.
9086 (_initialize_maint_cmds): Register the above as commands.
9087 * symtab.h (maintenance_list_symtabs,
9088 maintenance_list_psymtabs): New declarations.
9089 * cli/cli-cmds.c (maintenancelistlist): New variable.
9090 (init_cmd_lists): Initialize it.
9091 * cli/cli-cmds.h (maintenancelistlist): New declaration.
9092 * gdbcmd.h (maintenancelistlist): New declaration.
9093 * Makefile.in (symmisc.o): Update dependencies.
9094
9095 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
9096
9097 * s390-nat.c: Include asm/types.h for addr_t.
9098
9099 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
9100
9101 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9102 actually incoming type.
9103
9104 2003-04-13 Andrew Cagney <cagney@redhat.com>
9105
9106 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9107 get_next_frame and get_frame_saved_regs.
9108
9109 2003-04-13 Andrew Cagney <cagney@redhat.com>
9110
9111 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9112 of gdbarch_num_regs.
9113
9114 2003-04-13 Andrew Cagney <cagney@redhat.com>
9115
9116 * frame.h: Mention what replaced what in "struct frame_info".
9117 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9118 deprecated_update_frame_base_hack and
9119 deprecated_update_frame_pc_hack.
9120 * hppa-tdep.c: Ditto.
9121
9122 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9123
9124 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9125 to read_reg and update its comment. Remove regnum member.
9126 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9127 Don't call read_reg when setting in_reg. Call read_reg to get
9128 the frame base if it's in a register. Return the register number
9129 on the stack instead of in the context. Remove extra arguments
9130 to read_reg.
9131 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9132 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
9133 the register number on the expression stack.
9134 (needs_frame_read_reg): Remove extra arguments.
9135
9136 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9137
9138 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9139 made non-static.
9140 (execute_stack_op): All callers updated.
9141 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9142 * dwarf2loc.c (find_location_expression): New function.
9143 (dwarf_expr_frame_base): Call it.
9144 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9145 (dwarf2_tracepoint_var_ref): New function, broken out from
9146 locexpr_tracepoint_var_ref.
9147 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9148 Make static.
9149 (loclist_read_variable, loclist_read_needs_frame): New functions.
9150 (loclist_describe_location, loclist_tracepoint_var_ref): New
9151 functions.
9152 (dwarf2_loclist_funcs): New struct location_funcs.
9153 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9154 (struct dwarf2_locexpr_baton): Add comments.
9155 (dwarf2_loclist_funcs): New extern.
9156 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9157 base_address and base_known.
9158 (dwarf_loc_buffer): New variable.
9159 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9160 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9161 (dwarf2_has_info): Initialize dwarf_loc_offset.
9162 (dwarf2_build_psymtabs): Read in .debug_loc.
9163 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9164 DWARF_LOC_SIZE.
9165 (psymtab_to_symtab_1): Likewise. Move base address calculation
9166 here, from...
9167 (dwarf2_get_pc_bounds): ... here. Use the base address from
9168 cu_header.
9169 (dwarf2_symbol_mark_computed): Handle location lists.
9170
9171 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9172
9173 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9174 if the linkage name demangled successfully.
9175
9176 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9177
9178 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9179 disassmbly_flavour): Removed.
9180
9181 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9182
9183 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9184
9185 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9186
9187 2003-04-12 Andrew Cagney <cagney@redhat.com>
9188
9189 * frame.h (struct frame_info): Move definition from here ...
9190 * frame.c (struct frame_info): ... to here.
9191
9192 2003-04-12 Andrew Cagney <cagney@redhat.com>
9193
9194 * gdbthread.h (save_infrun_state): Delete parameter
9195 "prev_func_start".
9196 (struct thread_info): Delete field "prev_func_start".
9197 (load_infrun_state): Ditto.
9198 * thread.c (load_infrun_state, save_infrun_state): Update.
9199 * infrun.c (prev_func_start): Delete variable.
9200 (context_switch, init_wait_for_inferior): Update.
9201 (stop_stepping, keep_going): Update.
9202
9203 2003-04-12 Andrew Cagney <cagney@redhat.com>
9204
9205 * gdbarch.sh: Add missing opaque declarations.
9206 * gdbarch.h: Regnerate.
9207 * symtab.h: Add missing opaque declarations.
9208 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9209 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9210 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9211 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9212 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9213 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9214 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9215 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9216 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9217 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9218 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9219 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9220 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9221
9222 2003-04-11 Andrew Cagney <cagney@redhat.com>
9223
9224 * frame.c (get_frame_id): Return this frame's "id".
9225 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9226 function start.
9227 (legacy_saved_regs_this_id): Replace function body with
9228 internal-error.
9229 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9230 FRAME_OBSTACK_ZALLOC.
9231 (create_new_frame): Mark the frame ID as valid.
9232
9233 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
9234
9235 * Makefile.in (libbfd_h): Added missing setting.
9236 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9237 according to the selected ABI.
9238
9239 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9240
9241 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9242
9243 2003-04-11 Andrew Cagney <cagney@redhat.com>
9244
9245 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9246 SAVED_PC_AFTER_CALL.
9247 * gdbarch.h, gdbarch.c: Regenerate.
9248 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9249 * x86-64-tdep.c (x86_64_init_abi): Update.
9250 * vax-tdep.c (vax_gdbarch_init): Update.
9251 * v850-tdep.c (v850_gdbarch_init): Update.
9252 * sparc-tdep.c (sparc_gdbarch_init): Update.
9253 * sh-tdep.c (sh_gdbarch_init): Update.
9254 * s390-tdep.c (s390_gdbarch_init): Update.
9255 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9256 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9257 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9258 * mips-tdep.c (mips_gdbarch_init): Update.
9259 * mcore-tdep.c (mcore_gdbarch_init): Update.
9260 * m68k-tdep.c (m68k_gdbarch_init): Update.
9261 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9262 * ia64-tdep.c (ia64_gdbarch_init): Update.
9263 (ia64_saved_pc_after_call): Update declaration.
9264 * i386ly-tdep.c (i386lynx_init_abi): Update.
9265 * i386-tdep.c (i386_gdbarch_init): Update.
9266 * hppa-tdep.c (hppa_gdbarch_init): Update.
9267 * h8300-tdep.c (h8300_gdbarch_init): Update.
9268 * frv-tdep.c (frv_gdbarch_init): Update.
9269 * cris-tdep.c (cris_gdbarch_init): Update.
9270 * avr-tdep.c (avr_gdbarch_init): Update.
9271 * arm-tdep.c (arm_gdbarch_init): Update.
9272 * alpha-tdep.c (alpha_gdbarch_init): Update.
9273 * ns32knbsd-nat.c (frame_num_args): Update.
9274 * ns32k-tdep.c (umax_frame_num_args): Update.
9275 * mips-tdep.c (mips_init_frame_pc_first): Update.
9276 * infrun.c (step_over_function): Update.
9277 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9278 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9279 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9280 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9281 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9282 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9283 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9284 * arch-utils.c (init_frame_pc_default): Update.
9285 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9286 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9287 declaration.
9288
9289 2003-04-11 Andrew Cagney <cagney@redhat.com>
9290
9291 * i387-tdep.c: Update copyright.
9292 (i387_to_double): Delete function.
9293 (double_to_i387): Delete function.
9294
9295 2003-04-10 Andrew Cagney <cagney@redhat.com>
9296
9297 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9298 frame's function's address. Simplify.
9299 (d10v_frame_unwind_cache): Check that the frame's function is
9300 non-zero.
9301
9302 2003-04-10 Jim Blandy <jimb@redhat.com>
9303
9304 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9305 call to set_gdbarch_deprecated_push_arguments.
9306
9307 2003-04-10 Andrew Cagney <cagney@redhat.com>
9308
9309 * frame.c (fprint_frame_id): New function.
9310 (fprint_frame_type, fprint_frame): New function.
9311 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9312 (create_sentinel_frame, get_frame_id): Ditto.
9313 (frame_id_p, frame_id_eq): Ditto.
9314 (frame_id_inner, create_new_frame): Ditto.
9315 (legacy_get_prev_frame, get_prev_frame): Ditto.
9316 (deprecated_update_frame_pc_hack): Ditto.
9317 (frame_register_unwind): Ditto.
9318 (deprecated_update_frame_base_hack): Ditto.
9319
9320 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9321
9322 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9323 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9324 frame_chain function.
9325 * Makefile.in: Add dependencies due to above change.
9326
9327 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9328
9329 * blockframe.c (legacy_frame_chain_valid): Move call to
9330 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9331 inside_entry_file.
9332
9333 2003-04-09 Andrew Cagney <cagney@redhat.com>
9334
9335 * frame.h (struct frame_id): Replace "pc" and "base" with
9336 "stack_addr" and "code_addr". Update comments.
9337 (frame_id_build): Update parameter names and comment.
9338 (struct frame_info): Replace "id_p" and "id" with "this_id".
9339 * dummy-frame.c (dummy_frame_this_id): Update.
9340 * breakpoint.c (print_one_breakpoint): Update.
9341 * frame.c (get_frame_id): Update.
9342 (get_frame_base, frame_id_build): Update.
9343 (create_sentinel_frame, legacy_get_prev_frame): Update.
9344 (deprecated_update_frame_base_hack): Update.
9345 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9346 (frame_id_inner): Ditto.
9347
9348 2003-04-09 Andrew Cagney <cagney@redhat.com>
9349
9350 * defs.h (gdb_print_host_address): Make "addr" parameter a
9351 pointer constant.
9352 * utils.c (gdb_print_host_address): Update.
9353
9354 2003-04-09 Kevin Buettner <kevinb@redhat.com>
9355
9356 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9357 register number for R0 is 0.
9358
9359 2003-04-09 J. Brobecker <brobecker@gnat.com>
9360
9361 * frame.h (struct gdbarch): Add opaque structure definition
9362 to avoid a compilation warning on LynxOS 4.0.
9363
9364 2003-04-09 Andrew Cagney <cagney@redhat.com>
9365
9366 * frame.h (struct frame_info): Delete field "pc". Replace
9367 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9368 structure.
9369 * frame.c (frame_pc_unwind): Update.
9370 (create_sentinel_frame): Do not set "pc".
9371 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9372 (get_frame_pc): Call frame_pc_unwind.
9373 (deprecated_update_frame_pc_hack): Update.
9374 (create_new_frame): Use "pc" not "->pc".
9375
9376 2003-04-09 Andrew Cagney <cagney@redhat.com>
9377
9378 * frame.c (get_frame_id): Eliminate code updating "frame".
9379 (legacy_get_prev_frame): Ditto.
9380 (get_frame_base): Return id.base directly.
9381 (deprecated_update_frame_base_hack): Update "id.base".
9382 * frame.h (struct frame_info): Delete field "frame".
9383
9384 2003-04-09 Andrew Cagney <cagney@redhat.com>
9385
9386 * NEWS: Mention that the "Sequent family" is obsolete.
9387 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9388 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9389 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9390 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9391 * config/i386/tm-ptx4.h: Obsolete file.
9392 * config/i386/tm-ptx.h: Obsolete file.
9393 * symm-tdep.c: Obsolete file.
9394 * config/i386/symmetry.mt: Obsolete file.
9395 * config/i386/tm-symmetry.h: Obsolete file.
9396 * symm-nat.c: Obsolete file.
9397 * config/i386/nm-symmetry.h: Obsolete file.
9398 * config/i386/xm-symmetry.h: Obsolete file.
9399 * config/i386/symmetry.mh: Obsolete file.
9400 * config/i386/nm-ptx4.h: Obsolete file.
9401 * config/i386/ptx4.mh: Obsolete file.
9402 * config/i386/ptx.mt: Obsolete file.
9403 * config/i386/ptx.mh: Obsolete file.
9404 * config/i386/xm-ptx4.h: Obsolete file.
9405 * config/i386/xm-ptx.h: Obsolete file.
9406
9407 2003-04-09 Andrew Cagney <cagney@redhat.com>
9408
9409 Obsolete mips*-*-mach3*.
9410 * NEWS: Mention that mips*-*-mach3* is obsolete.
9411 * m3-nat.c: Obsolete file.
9412 * config/nm-m3.h: Obsolete file.
9413 * config/mips/tm-mipsm3.h: Obsolete file.
9414 * config/mips/mipsm3.mt: Obsolete file.
9415 * config/mips/mipsm3.mh: Obsolete file.
9416 * config/mips/xm-mipsm3.h: Obsolete file.
9417 * mipsm3-nat.c: Obsolete file.
9418 * configure.host: Obsolete mips-dec-mach3*.
9419 * configure.tgt: Obsolete mips*-*-mach3*.
9420
9421 2003-04-09 Andrew Cagney <cagney@redhat.com>
9422
9423 * doublest.h: Update copyright.
9424 (deprecated_store_floating, deprecated_extract_floating): Rename
9425 store_floating and extract_floating. Update comments.
9426 * doublest.c: Update copyright.
9427 (extract_floating_by_length): Replace extract_floating.
9428 (store_floating_by_length): Replace store_floating.
9429 (deprecated_extract_floating): New function.
9430 (deprecated_store_floating): New function.
9431 (extract_typed_floating): Call extract_floating_by_length.
9432 (store_typed_floating): Call store_floating_by_length.
9433 * x86-64-tdep.c (x86_64_store_return_value): Update.
9434 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9435 (sh64_extract_return_value): Update.
9436 (sh_sh4_register_convert_to_virtual): Update.
9437 (sh_sh64_register_convert_to_virtual): Update.
9438 (sh_sh4_register_convert_to_raw): Update.
9439 (sh_sh64_register_convert_to_raw): Update.
9440 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9441 (rs6000_register_convert_to_raw): Update.
9442 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9443 (ia64_register_convert_to_raw): Update.
9444 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9445 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9446 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9447 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9448 (alpha_register_convert_to_raw): Update.
9449
9450 2003-04-08 Andrew Cagney <cagney@redhat.com>
9451
9452 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9453 * gdbarch.h, gdbarch.c: Re-generate.
9454 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9455 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9456 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9457 conditionally, use frame_pc_unwind as an alternative. Add
9458 comments.
9459 * arch-utils.c (init_frame_pc_default): Only call
9460 SAVED_PC_AFTER_CALL when available.
9461
9462 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9463
9464 * infrun.c (stop_soon): Rename from stop_soon_quietly.
9465 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9466 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9467 (start_remote): Ditto.
9468 (handle_inferior_event): Ditto.
9469 (save_inferior_status): Ditto.
9470 (restore_inferior_status): Ditto.
9471 * infcmd.c (attach_command): Ditto.
9472 * fork-child.c (startup_inferior): Ditto.
9473 * inferior.h (stop_soon): Rename from stop_soon_quietly.
9474 * alpha-tdep.c (heuristic_proc_start): Ditto.
9475 * mips-tdep.c (heuristic_proc_start): Ditto.
9476 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9477 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9478 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9479 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9480 * remote-vx.c (vx_create_inferior): Ditto.
9481
9482 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9483
9484 * infrun.c (stop_soon_quietly): Make it an enum, to better
9485 override the default behavior of handle_inferior_event.
9486 (clear_proceed_status): Update uses of stop_soon_quietly to
9487 reflect that it is now an enum.
9488 (start_remote): Ditto.
9489 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9490 is set to handle the new GNU/Linux kernel behavior for
9491 attach/sigstop. Update uses of stop_soon_quietly.
9492 * inferior.h (enum stop_kind): New enum.
9493 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9494 Reset normal handle_inferior_event behavior, afterwards.
9495 * fork-child.c (startup_inferior): Update.
9496 * alpha-tdep.c (heuristic_proc_start): Update.
9497 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9498 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9499 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9500 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9501 * remote-vx.c (vx_create_inferior): Update.
9502 * mips-tdep.c (heuristic_proc_start): Update.
9503
9504 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
9505
9506 * disasm.c (dump_insns): Move variables inside loop, or they will
9507 be freed more than once, causing wild memory corruptions.
9508 (gdb_disassembly): Look for the substring "-thread",
9509 instead of "-threads" in the target name, to make sure to find
9510 the 'multi-thread' target. Also, make sure we do the right thing
9511 with the "core" target.
9512
9513 2003-04-07 Kevin Buettner <kevinb@redhat.com>
9514
9515 * mips-tdep.c (mips_print_fp_register): New function, created from
9516 do_fp_register_row(). Registers are now (also) printed as hex.
9517 Only one register is printed per row.
9518 (mips_print_register, do_fp_register_row): Print floating point
9519 registers with mips_print_fp_register().
9520
9521 2003-04-06 Andrew Cagney <cagney@redhat.com>
9522
9523 * valprint.h (inspect_it): Add extern declaration.
9524 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9525 (selectors_info, classes_info): Ditto.
9526 (find_objc_msgcall): Fix indentation.
9527 (objc_printstr): Delete extern declarations.
9528
9529 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9530
9531 2003-04-06 Andrew Cagney <cagney@redhat.com>
9532
9533 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9534 Update comment.
9535 * frame.c (legacy_saved_regs_this_id): Update.
9536 (legacy_get_prev_frame): Update.
9537 * xstormy16-tdep.c: Update comment.
9538 * sparc-tdep.c (sparc_frame_chain): Update comment.
9539 * blockframe.c (legacy_frame_chain_valid): Update.
9540
9541 2003-04-06 Andrew Cagney <cagney@redhat.com>
9542
9543 * valprint.c (val_print_type_code_int): Delete #ifdef
9544 PRINT_TYPELESS_INTEGER code.
9545
9546 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9547 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9548 multi-arch definition.
9549 * gdbarch.h: Re-generate.
9550
9551 2003-04-05 Andrew Cagney <cagney@redhat.com>
9552
9553 Eliminate FRAME_FIND_SAVED_REGS.
9554 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9555 Change FSR parameter to a pointer.
9556 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9557 Assume FSR parameter is a pointer.
9558 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9559 Make fsr a pointer.
9560 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9561 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9562 saved_regs a pointer.
9563 (hppa_frame_saved_pc): Ditto.
9564 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9565 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9566 pointer.
9567 (restore_pc_queue): Make fsr a pointer.
9568 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9569 (hppa_frame_chain): Make saved_regs a pointer, call
9570 hppa_frame_init_saved_regs.
9571 * sparc-tdep.c: Include "gdb_assert.h".
9572 (sparc_frame_find_saved_regs): Replace internal_error with
9573 gdb_assert.
9574 * remote-vxsparc.c (vx_read_register): Delete reference to
9575 FRAME_FIND_SAVED_REGS.
9576 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9577 * gdbarch.h: Regenerate.
9578 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9579 (deprecated_get_frame_saved_regs): Delete declaration.
9580 (struct frame_saved_regs): Delete definition.
9581 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9582 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9583 (hppa_frame_find_saved_regs): Delete declaration.
9584 (FRAME_FIND_SAVED_REGS): Delete macro.
9585 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9586 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9587 FRAME_FIND_SAVED_REGS in comment.
9588
9589 2003-04-05 Andrew Cagney <cagney@redhat.com>
9590
9591 * frame.c (frame_func_unwind, get_frame_func): New functions.
9592 * frame.h (get_frame_func, frame_func_unwind): Declare.
9593 (struct frame_info): Add field "prev_func" for caching the
9594 previous frame's function address.
9595 * arm-tdep.c (arm_frameless_function_invocation): Combine
9596 get_pc_function_start and get_frame_pc into get_frame_func.
9597 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9598 (sh64_nofp_frame_init_saved_regs): Ditto.
9599 * s390-tdep.c (s390_function_start): Ditto.
9600 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9601 (rs6000_frameless_function_invocation): Ditto.
9602 (rs6000_frame_saved_pc): Ditto.
9603 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9604 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
9605 * i386-tdep.c (i386_frameless_signal_p): Ditto.
9606 (i386_frame_init_saved_regs): Ditto.
9607 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
9608 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
9609 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
9610 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
9611 * blockframe.c (frameless_look_for_prologue): Ditto.
9612
9613 2003-04-05 Andrew Cagney <cagney@redhat.com>
9614
9615 * frame.c (legacy_get_prev_frame): Link prev to next at the
9616 function start. Update comments.
9617
9618 2003-04-05 Andrew Cagney <cagney@redhat.com>
9619
9620 * frame.c (get_frame_id): Update comment.
9621 (legacy_get_prev_frame): Update comment.
9622 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9623 * gdbarch.h: Regenerate.
9624 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9625 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9626
9627 2003-04-05 Andrew Cagney <cagney@redhat.com>
9628
9629 * stack.c (print_frame_info): Use get_frame_pc.
9630
9631 2003-04-04 Andrew Cagney <cagney@redhat.com>
9632
9633 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9634 the frame's type from the unwinder.
9635 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9636 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9637 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9638 (get_frame_base_address): Use get_frame_type.
9639 (get_frame_locals_address, get_frame_args_address): Ditto.
9640 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9641 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9642 (struct frame_info): Add comment explaining why the frame contains
9643 a "type" field.
9644 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9645 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9646 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9647 NORMAL_FRAME.
9648 * frame-unwind.h: Include "frame.h".
9649 (struct frame_unwind): Add "type" field.
9650 * Makefile.in (frame_unwind_h): Add $(frame_h).
9651
9652 2003-04-04 Andrew Cagney <cagney@redhat.com>
9653
9654 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9655 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9656 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9657 get_frame_base.
9658 (d10v_unwind_dummy_id): Use frame_id_build.
9659 * frame.c (find_frame_sal): Use get_frame_pc.
9660 (create_new_frame): Use deprecated_update_frame_pc_hack and
9661 deprecated_update_frame_base_hack.
9662 (create_sentinel_frame): Add comment about ->pc going away.
9663 (get_prev_frame): Add comment about ->pc going away.
9664 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9665 frame_id_build, deprecated_update_frame_pc_hack and
9666 deprecated_update_frame_base_hack.
9667 (select_frame): Use get_frame_pc.
9668 (legacy_saved_regs_this_id): Use frame_id_build.
9669
9670 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
9671
9672 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9673 signed integer case.
9674 (classify_argument): Handle enumerations and references.
9675
9676 2003-04-04 Andrew Cagney <cagney@redhat.com>
9677
9678 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9679 ID to NULL.
9680
9681 2003-04-01 Adam Fedor <fedor@gnu.org>
9682
9683 * gdb/objc-lang.c (selectors_info): Replace calls to
9684 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9685 SYMBOL_NATURAL_NAME.
9686 (classes_info, find_methods): Likewise.
9687
9688 2003-04-03 Kevin Buettner <kevinb@redhat.com>
9689
9690 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9691 ``mach'' to the value determined by bfd_default_set_arch_mach().
9692
9693 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9694
9695 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9696 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9697 (mi-cmd-file.o): Update dependencies.
9698
9699 2003-04-01 Kevin Buettner <kevinb@redhat.com>
9700
9701 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9702 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9703
9704 2003-04-01 Adam Fedor <fedor@gnu.org>
9705
9706 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9707 * language.h (struct language_defn): Add la_demangle.
9708 (language_demangle): Declare.
9709 * language.c (language_demangle): New function.
9710 (unk_lang_demangle): Likewise.
9711 (unknown_language_defn, auto_language_defn, local_language_defn):
9712 Add ukn_lang_demangle.
9713 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
9714 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9715 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9716 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9717 * jv-lang.c (java_demangle): New function
9718 (java_language_defn): Use it for la_demangle element.
9719 * objc-lang.c (objc_demangle): Add options argument
9720 (objc_language_defn): Use objc_demangle for la_demangle element.
9721 * maint.c (maintenance_demangle): Replace switch with
9722 call to language_demangle.
9723 * utils.c (fprintf_symbol_filtered): Likewise.
9724
9725 2003-04-01 Andrew Cagney <cagney@redhat.com>
9726
9727 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9728 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9729 PRINT_TYPELESS_INTEGER.
9730 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9731 PUSH_RETURN_ADDRESS.
9732
9733 2003-04-01 Andrew Cagney <cagney@redhat.com>
9734
9735 * Makefile.in (d10v-tdep.o): Update dependencies.
9736 * d10v-tdep.c: Include "frame-base.h".
9737 (d10v_frame_unwind): Make constant.
9738 (d10v_frame_base_address): New function.
9739 (d10v_frame_base): New variable.
9740 (d10v_gdbarch_init): Set frame_base default.
9741 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9742 comment for base.
9743 (d10v_frame_unwind_cache): Set and use "prev_sp".
9744 (d10v_frame_this_id): Use the previous frame's inner most stack
9745 address and this frame's func address for the frame ID. Use
9746 frame_id_build. Don't analyze beyond the current instruction.
9747
9748 2003-04-01 Andrew Cagney <cagney@redhat.com>
9749
9750 * frame.h (get_frame_locals_address, get_frame_args_address):
9751 Refer to the base address, instead of the address of the first
9752 local or parameter.
9753
9754 2003-04-01 Andrew Cagney <cagney@redhat.com>
9755
9756 Add frame debug info addresses:
9757 * frame-base.c: New file.
9758 * frame-base.h: New file.
9759 * frame.h (struct frame_base): Add opaque declaration.
9760 (get_frame_base): Update comment.
9761 (get_frame_base_address): Declare.
9762 (get_frame_locals_address): Declare.
9763 (get_frame_args_address): Declare.
9764 (struct frame_info): Add "base" and "base_cache". Update
9765 comments on the unwinder.
9766 * frame.c: Include "frame-base.h".
9767 (get_frame_locals_address): New function.
9768 (get_frame_base_address): New function.
9769 (get_frame_args_address): New function.
9770 * findvar.c (read_var_value): Use get_frame_locals_address and
9771 get_frame_args_address.
9772 * stack.c (frame_info): Use get_frame_locals_address and
9773 get_frame_args_address.
9774 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9775 moved to "frame-base.c".
9776 * printcmd.c (print_frame_nameless_args): Ditto.
9777 * symtab.h (address_class): Update comments.
9778 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9779 get_frame_base_address.
9780 * dwarf2expr.c (execute_stack_op): Ditto.
9781 * Makefile.in (frame_base_h): Define.
9782 (frame.o): Update dependencies.
9783 (frame-base.o): Add dependencies.
9784 (SFILES): Add frame-base.c.
9785 (COMMON_OBS): Add frame-base.o.
9786
9787 2003-04-01 Andrew Cagney <cagney@redhat.com>
9788
9789 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9790 CALL_DUMMY_LENGTH): Ditto.
9791 * gdbarch.c: Re-generate.
9792 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9793 (CALL_DUMMY_LENGTH): Delete macro.
9794 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9795 * arm-tdep.c (arm_gdbarch_init): Ditto.
9796 * avr-tdep.c (avr_gdbarch_init): Ditto.
9797 * cris-tdep.c (cris_gdbarch_init): Ditto.
9798 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9799 * frv-tdep.c (frv_gdbarch_init): Ditto.
9800 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9801 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9802 * i386-tdep.c (i386_gdbarch_init): Ditto.
9803 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9804 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9805 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9806 * mips-tdep.c (mips_gdbarch_init): Ditto.
9807 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9808 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9809 * s390-tdep.c (s390_gdbarch_init): Ditto.
9810 * sh-tdep.c (sh_gdbarch_init): Ditto.
9811 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9812 * v850-tdep.c (v850_gdbarch_init): Ditto.
9813 * vax-tdep.c (vax_gdbarch_init): Ditto.
9814 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9815
9816 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
9817
9818 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9819
9820 2003-04-01 Andrew Cagney <cagney@redhat.com>
9821
9822 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9823 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9824 * gdbarch.h, gdbarch.c: Re-generate.
9825 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9826 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9827 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9828 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9829 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9830 * infcmd.c (run_stack_dummy): Simplify assuming
9831 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9832 * infrun.c (handle_inferior_event): Ditto.
9833 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9834 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9835 * arm-tdep.c (arm_gdbarch_init): Ditto.
9836 * avr-tdep.c (avr_gdbarch_init): Ditto.
9837 * cris-tdep.c (cris_gdbarch_init): Ditto.
9838 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9839 * frv-tdep.c (frv_gdbarch_init): Ditto.
9840 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9841 * i386-tdep.c (i386_gdbarch_init): Ditto.
9842 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9843 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9844 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9845 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9846 * mips-tdep.c (mips_gdbarch_init): Ditto.
9847 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9848 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9849 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9850 * s390-tdep.c (s390_gdbarch_init): Ditto.
9851 * sh-tdep.c (sh_gdbarch_init): Ditto.
9852 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9853 * v850-tdep.c (v850_gdbarch_init): Ditto.
9854 * vax-tdep.c (vax_gdbarch_init): Ditto.
9855 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9856
9857 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9858
9859 * symfile.c (symfile_relocate_debug_section): Update call to
9860 bfd_simple_get_relocated_section_contents.
9861
9862 2003-03-31 Andrew Cagney <cagney@redhat.com>
9863
9864 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9865 * gdbarch.h, gdbarch.c: Regenerate.
9866 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9867 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9868 available.
9869 * frame.h (generic_fix_call_dummy): Delete declaration.
9870 * dummy-frame.h: Update comment.
9871 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9872 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9873 fix_call_dummy.
9874 * sh-tdep.c (sh_gdbarch_init): Ditto.
9875 * s390-tdep.c (s390_gdbarch_init): Ditto.
9876 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9877 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9878 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9879 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9880 * i386-tdep.c (i386_gdbarch_init): Ditto.
9881 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9882 * frv-tdep.c (frv_gdbarch_init): Ditto.
9883 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9884 * cris-tdep.c (cris_gdbarch_init): Ditto.
9885 * avr-tdep.c (avr_gdbarch_init): Ditto.
9886 * arm-tdep.c (arm_gdbarch_init): Ditto.
9887
9888 2003-03-31 J. Brobecker <brobecker@gnat.com>
9889
9890 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9891 (INIT_FRAME_AP): Likewise.
9892 (EXTRA_FRAME_INFO): Likewise.
9893
9894 2003-03-31 Andrew Cagney <cagney@redhat.com>
9895
9896 * gdbarch.sh: Include "symfile.h".
9897 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9898 * gdbarch.h, gdbarch.c: Re-generate.
9899 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9900 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9901 call_dummy_address, the default is at entry_point_address.
9902 * v850-tdep.c (v850_gdbarch_init): Ditto.
9903 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9904 * sh-tdep.c (sh_gdbarch_init): Ditto.
9905 * s390-tdep.c (s390_gdbarch_init): Ditto.
9906 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9907 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9908 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9909 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9910 * i386-tdep.c (i386_gdbarch_init): Ditto.
9911 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9912 * frv-tdep.c (frv_gdbarch_init): Ditto.
9913 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9914 * cris-tdep.c (cris_gdbarch_init): Ditto.
9915 * arm-tdep.c (arm_gdbarch_init): Ditto.
9916
9917 2003-03-31 Andrew Cagney <cagney@redhat.com>
9918
9919 * gdbarch.sh (CALL_DUMMY_P): Delete.
9920 * gdbarch.h, gdbarch.c: Re-generate.
9921 * inferior.h (CALL_DUMMY_P): Delete macro.
9922 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9923 * vax-tdep.c (vax_gdbarch_init): Update.
9924 * v850-tdep.c (v850_gdbarch_init): Update.
9925 * sparc-tdep.c (sparc_gdbarch_init): Update.
9926 * sh-tdep.c (sh_gdbarch_init): Update.
9927 * s390-tdep.c (s390_gdbarch_init): Update.
9928 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9929 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9930 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9931 * mips-tdep.c (mips_gdbarch_init): Update.
9932 * mcore-tdep.c (mcore_gdbarch_init): Update.
9933 * m68k-tdep.c (m68k_gdbarch_init): Update.
9934 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9935 * ia64-tdep.c (ia64_gdbarch_init): Update.
9936 * i386-tdep.c (i386_gdbarch_init): Update.
9937 * h8300-tdep.c (h8300_gdbarch_init): Update.
9938 * frv-tdep.c (frv_gdbarch_init): Update.
9939 * d10v-tdep.c (d10v_gdbarch_init): Update.
9940 * cris-tdep.c (cris_gdbarch_init): Update.
9941 * breakpoint.c (deprecated_frame_in_dummy): Update.
9942 * avr-tdep.c (avr_gdbarch_init): Update.
9943 * alpha-tdep.c (alpha_gdbarch_init): Update.
9944 * arm-tdep.c (arm_gdbarch_init): Update.
9945 * dummy-frame.c (dummy_frame_this_id): Update comments.
9946 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9947 * frame.c (legacy_get_prev_frame): Ditto.
9948 * valops.c (call_function_by_hand): Delete function.
9949 (hand_function_call): Rename to call_function_by_hand
9950
9951 2003-03-30 Andrew Cagney <cagney@redhat.com>
9952
9953 2002-11-10 Klee Dienes <kdienes@apple.com>
9954 * value.h (struct value): Update comment.
9955
9956 2003-03-30 Andrew Cagney <cagney@redhat.com>
9957
9958 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9959 D10V_FP_REGNUM.
9960 (d10v_gdbarch_init): Do not set fp_regnum.
9961
9962 * frame.c (get_frame_base): Force ID initialization.
9963 (get_prev_frame): Move computation of the frame ID from here ...
9964 (get_frame_id): ... to here.
9965 (legacy_get_prev_frame): Mark the frame ID as valid.
9966 * frame.h (struct frame_info): Add field "id_p".
9967
9968 2003-03-30 Mark Kettenis <kettenis@gnu.org>
9969
9970 * i386-tdep.c (i386_store_struct_return): Removed.
9971 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9972
9973 2003-03-30 Andrew Cagney <cagney@redhat.com>
9974
9975 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9976 * gdbarch.h, gdbarch.c: Regenerate.
9977 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9978 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9979 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9980 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9981 * i386-tdep.c (i386_gdbarch_init): Ditto.
9982 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9983 * cris-tdep.c (cris_gdbarch_init): Ditto.
9984 * vax-tdep.c (vax_gdbarch_init): Ditto.
9985 * s390-tdep.c (s390_gdbarch_init): Ditto.
9986 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9987 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9988 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9989 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9990 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9991 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9992 * sparc-tdep.c (sparc_gdbarch_init): Update.
9993 * sh-tdep.c (sh_gdbarch_init): Update.
9994 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9995 * mips-tdep.c (mips_gdbarch_init): Update.
9996 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9997 * ia64-tdep.c (ia64_gdbarch_init): Update.
9998 * frv-tdep.c (frv_gdbarch_init): Update.
9999 * avr-tdep.c (avr_gdbarch_init): Update.
10000 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
10001 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
10002 instead of when push_dummy_call is not available.
10003
10004 2003-03-30 Andrew Cagney <cagney@redhat.com>
10005
10006 * infttrace.c: Include "gdbthread.h".
10007 (parent_attach_all): Fix function signature.
10008 (call_ptrace): Update call.
10009 * Makefile.in (infttrace.o): Update dependencies.
10010
10011 2003-03-30 Andrew Cagney <cagney@redhat.com>
10012
10013 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
10014 PUSH_RETURN_ADDRESS.
10015 * gdbarch.h, gdbarch.c: Regenerate.
10016 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10017 * x86-64-tdep.c (x86_64_init_abi): Update.
10018 * v850-tdep.c (v850_gdbarch_init): Update.
10019 * sparc-tdep.c (sparc_gdbarch_init): Update.
10020 * sh-tdep.c (sh_gdbarch_init): Update.
10021 * s390-tdep.c (s390_gdbarch_init): Update.
10022 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10023 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10024 * mips-tdep.c (mips_gdbarch_init): Update.
10025 * mcore-tdep.c (mcore_gdbarch_init): Update.
10026 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10027 * ia64-tdep.c (ia64_gdbarch_init): Update.
10028 * i386-tdep.c (i386_gdbarch_init): Update.
10029 * h8300-tdep.c (h8300_gdbarch_init): Update.
10030 * frv-tdep.c (frv_gdbarch_init): Update.
10031 * cris-tdep.c (cris_gdbarch_init): Update.
10032 * avr-tdep.c (avr_gdbarch_init): Update.
10033 * arm-tdep.c (arm_gdbarch_init): Update.
10034 * valops.c (hand_function_call): Update.
10035
10036 2003-03-29 Andrew Cagney <cagney@redhat.com>
10037
10038 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
10039 sizeof_call_dummy_words.
10040 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
10041 define.
10042 * gdbarch.h: Regenerate.
10043
10044 2003-03-29 Andrew Cagney <cagney@redhat.com>
10045
10046 * infttrace.h: New file.
10047 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
10048 (hpread_get_textlow): Detect an uninitialized dn_bufp.
10049 (hpread_read_doc_function_type): Detect an initialized type1.
10050 (hpread_quick_traverse): Initialize mod_name_string.
10051 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
10052 (som_solib_get_solib_by_pc): Declare.
10053 (so_lib_thread_start_addr): Declare.
10054 (no_shared_libraries): Declare.
10055 * somread.c (init_import_symbols): Make static. Add forward
10056 declaration.
10057 * config/pa/nm-hppah.h: Include "infttrace.h" for
10058 parent_attach_all.
10059 (hppa_insert_hw_watchpoint): Declare.
10060 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
10061 * hppah-nat.c: Include "gdb_string.h".
10062 (parent_attach_all): Delete extern declaration, moved to
10063 "infttrace.h".
10064 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
10065 int.
10066 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
10067 * Makefile.in (infttrace_h): Define.
10068 (hpread.o): Update dependencies.
10069 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
10070 * hppa-hpux-tdep.c: Include "gdb_string.h".
10071 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
10072 * infrun.c (handle_inferior_event): Always initialize
10073 stepped_after_stopped_by_watchpoint. Add default and remove
10074 fallthrough in switch statement.
10075 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10076 parameter to int.
10077 (hppa_remove_hw_watchpoint): Ditto.
10078
10079 2003-03-29 Andrew Cagney <cagney@redhat.com>
10080
10081 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10082 offset.
10083
10084 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
10085
10086 * arm-tdep.c (arm_push_arguments): Delete.
10087 (struct stack_item): New type.
10088 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10089 (arm_store_struct_return): Delte.
10090 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
10091 arm_push_arguments or arm_store_struct_return.
10092
10093 2003-03-28 Andrew Cagney <cagney@redhat.com>
10094
10095 * Makefile.in (d10v-tdep.o): Update dependencies.
10096 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10097 * d10v-tdep.c: Include "remote.h".
10098 (target_resume_hook): Delete extern declaration.
10099 (target_wait_loop_hook): Ditto.
10100 (tdisassemble_command): Eliminate assignment in "if" conditional.
10101 (d10v_ts2_register_sim_regno): Eliminate call to
10102 legacy_register_sim_regno.
10103 (d10v_ts3_register_sim_regno): Ditto.
10104
10105 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10106
10107 * thread.c: Reindented.
10108 * lin-lwp.c: Ditto.
10109 * linux-proc.c: Ditto.
10110
10111 2003-03-28 Bob Rossi <bob_rossi@cox.net>
10112
10113 * MAINTAINERS (write after approval): Add myself.
10114
10115 2003-03-27 Theodore A. Roth <troth@openavr.org>
10116
10117 * objc-exp.y: Add missing semi-colons.
10118
10119 2003-03-27 Andrew Cagney <cagney@redhat.com>
10120
10121 * regcache.c (write_sp): Delete function and references.
10122 * inferior.h (write_sp): Delete declaration.
10123 * valops.c (hand_function_call): Replace write_sp with
10124 TARGET_WRITE_SP.
10125 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10126 (sparc_pop_frame): Ditto.
10127
10128 2003-03-27 Andrew Cagney <cagney@redhat.com>
10129
10130 * NEWS: Mention removal of support for hppa*-*-bsd* and
10131 hppa*-*-osf* natives, and hppa*-*-pro* target.
10132 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10133 * config/pa/xm-pa.h: Obsolete file.
10134 * config/pa/xm-hppab.h: Obsolete file.
10135 * config/pa/nm-hppab.h: Obsolete file.
10136 * config/pa/tm-hppab.h: Obsolete file.
10137 * config/pa/tm-hppao.h: Obsolete file.
10138 * config/pa/nm-hppao.h: Obsolete file.
10139 * config/pa/tm-pro.h: Obsolete file.
10140 * config/pa/hppaosf.mt: Obsolete file.
10141 * config/pa/hppaosf.mh: Obsolete file.
10142 * config/pa/hppapro.mt: Obsolete file.
10143 * config/pa/hppabsd.mt: Obsolete file.
10144 * config/pa/hppabsd.mh: Obsolete file.
10145 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10146 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10147 hppa*-*-osf*.
10148
10149 2003-03-27 Andrew Cagney <cagney@redhat.com>
10150
10151 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10152 push_arguments. Don't set push_return_address or write_sp.
10153 (d10v_push_dummy_call): Replace d10v_push_arguments.
10154 (d10v_push_return_address, d10v_write_sp): Delete function,
10155 handled by push_dummy_call.
10156
10157 2003-03-26 Andrew Cagney <cagney@redhat.com>
10158
10159 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10160 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10161 regcache and dummy_addr parameters.
10162 * gdbarch.h, gdbarch.c: Re-generate.
10163 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10164 available; assume it will handle stack alignment and return
10165 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10166 legacy_push_arguments.
10167 (legacy_push_arguments): Rename default_push_arguments.
10168 * value.h (legacy_push_arguments): Rename default_push_arguments.
10169 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10170 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10171 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10172 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10173 * config/i386/tm-symmetry.h: Update.
10174 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10175 * x86-64-tdep.c (x86_64_init_abi): Update.
10176 * v850-tdep.c (v850_gdbarch_init): Update.
10177 * sparc-tdep.c (sparc_gdbarch_init): Update.
10178 * sh-tdep.c (sh_gdbarch_init): Update.
10179 * s390-tdep.c (s390_gdbarch_init): Update.
10180 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10181 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10182 * mips-tdep.c (mips_gdbarch_init): Update.
10183 * mcore-tdep.c (mcore_gdbarch_init): Update.
10184 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10185 * ia64-tdep.c (ia64_gdbarch_init): Update.
10186 * i386-tdep.c (i386_gdbarch_init): Update.
10187 * hppa-tdep.c (hppa_gdbarch_init): Update.
10188 * h8300-tdep.c (h8300_gdbarch_init): Update.
10189 * frv-tdep.c (frv_gdbarch_init): Update.
10190 * d10v-tdep.c (d10v_gdbarch_init): Update.
10191 * cris-tdep.c (cris_gdbarch_init): Update.
10192 * avr-tdep.c (avr_gdbarch_init): Update.
10193 * arm-tdep.c (arm_gdbarch_init): Update.
10194 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10195 * alpha-tdep.c (alpha_gdbarch_init): Update.
10196
10197 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10198
10199 * signals/signals.c (do_target_signal_to_host): Correct realtime
10200 signal range test.
10201
10202 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10203
10204 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10205 (struct sal_chain, map_catch_names): Remove.
10206 (catch_exception_command_1): Don't call
10207 handle_gnu_4_16_catch_command.
10208
10209 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10210
10211 From Mark Dettinger <dettinge@de.ibm.com>:
10212 * dwarf2cfi.c (read_2u): Increment pointer by two.
10213
10214 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10215
10216 * signals/signals.c: Fix typos in last change.
10217
10218 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10219
10220 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10221 not already defined. Use __SIGRTMIN if available.
10222 (target_signal_from_host): Remove SIGRTMIN block.
10223 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10224 the signal is within the realtime range.
10225
10226 2003-03-25 Adam Fedor <fedor@gnu.org>
10227
10228 * Makefile.in (infrun.o): Add $(language_h)
10229 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10230 for language specific trampolines.
10231 * language.h (struct language_defn): Add skip_trampoline.
10232 (skip_language_trampoline): Declare.
10233 * language.c (unk_lang_trampoline, skip_language_trampoline):
10234 New functions.
10235 (unknown_language_defn, auto_language_defn, local_language_defn):
10236 Add ukn_lang_trampoline.
10237 * ada-lang.c (ada_language_defn): Add NULL for language
10238 specific skip_trampoline.
10239 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10240 scm-lang.c: Likewise.
10241 * objc-lang.c (objc_skip_trampoline): New function.
10242 (objc_language_defn): Add objc_skip_trampoline.
10243
10244 2003-03-25 Andrew Cagney <cagney@redhat.com>
10245
10246 * frame.c (get_prev_frame): Delay validating a frame's ID -
10247 non-NULL, didn't go backwards - until an attempt to unwind it to
10248 the previous frame.
10249
10250 2003-03-25 Andrew Cagney <cagney@redhat.com>
10251
10252 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10253 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10254 * gdbarch.h, gdbarch.c: Re-generate.
10255 * config/sparc/tm-sparc.h
10256 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10257 * sparc-tdep.c (sparc_gdbarch_init): Set
10258 deprecated_extra_stack_alignment_needed.
10259 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10260 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10261 extra_stack_alignment_needed.
10262 * v850-tdep.c (v850_gdbarch_init): Ditto.
10263 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10264 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10265 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10266 * cris-tdep.c (cris_gdbarch_init): Ditto.
10267 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10268 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10269
10270 2003-03-25 Andrew Cagney <cagney@redhat.com>
10271
10272 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10273 STORE_STRUCT_RETURN.
10274 * gdbarch.h, gdbarch.c: Regenerate.
10275 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10276 (d10v_push_arguments): Set the struct return register.
10277 (d10v_gdbarch_init): Update.
10278 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10279 * x86-64-tdep.c (x86_64_init_abi): Update.
10280 * vax-tdep.c (vax_gdbarch_init): Update.
10281 * v850-tdep.c (v850_gdbarch_init): Update.
10282 * sparc-tdep.c (sparc_gdbarch_init): Update.
10283 * sh-tdep.c (sh_gdbarch_init): Update.
10284 * s390-tdep.c (s390_gdbarch_init): Update.
10285 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10286 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10287 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10288 * mips-tdep.c (mips_gdbarch_init): Update.
10289 * mcore-tdep.c (mcore_gdbarch_init): Update.
10290 * m68k-tdep.c (m68k_gdbarch_init): Update.
10291 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10292 * ia64-tdep.c (ia64_gdbarch_init): Update.
10293 * i386-tdep.c (i386_gdbarch_init): Update.
10294 * hppa-tdep.c (hppa_gdbarch_init): Update.
10295 * h8300-tdep.c (h8300_gdbarch_init): Update.
10296 * frv-tdep.c (frv_gdbarch_init): Update.
10297 * cris-tdep.c (cris_gdbarch_init): Update.
10298 * avr-tdep.c (avr_gdbarch_init): Update.
10299 * arm-tdep.c (arm_gdbarch_init): Update.
10300 * alpha-tdep.c (alpha_gdbarch_init): Update.
10301
10302 2003-03-25 Andrew Cagney <cagney@redhat.com>
10303
10304 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10305 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10306 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10307 * gdbarch.h, gdbarch.c: Regenerate.
10308 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10309 call_dummy_stack_adjust_p.
10310 * vax-tdep.c (vax_gdbarch_init): Ditto.
10311 * v850-tdep.c (v850_gdbarch_init): Ditto.
10312 * sh-tdep.c (sh_gdbarch_init): Ditto.
10313 * s390-tdep.c (s390_gdbarch_init): Ditto.
10314 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10315 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10316 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10317 * mips-tdep.c (mips_gdbarch_init): Ditto.
10318 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10319 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10320 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10321 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10322 * i386-tdep.c (i386_gdbarch_init): Ditto.
10323 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10324 * frv-tdep.c (frv_gdbarch_init): Ditto.
10325 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10326 * cris-tdep.c (cris_gdbarch_init): Ditto.
10327 * avr-tdep.c (avr_gdbarch_init): Ditto.
10328 * arm-tdep.c (arm_gdbarch_init): Ditto.
10329 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10330 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10331 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10332 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10333 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10334 call_dummy_stack_adjust_p.
10335 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10336 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10337 * sparc-tdep.c (sparc32_push_arguments): Update.
10338 * valops.c (hand_function_call): Update.
10339
10340 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
10341
10342 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10343 set_gdbarch_char_signed.
10344
10345 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10346
10347 PR cli/548
10348 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10349
10350 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10351
10352 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10353 (_initialize_arm_tdep): Don't set tm_print_insn.
10354
10355 2003-03-24 Adam Fedor <fedor@gnu.org>
10356
10357 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10358 * objc-lang.h: Add multiple inclusion protection.
10359 (start_msglist, add_msglist, end_msglist): Additional declarations.
10360
10361 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
10362
10363 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10364 value was renamed to ARM_FLOAT_SOFT_FPA.
10365
10366 2003-03-23 Andrew Cagney <cagney@redhat.com>
10367
10368 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10369 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10370 * gdbarch.h, gdbarch.c: Regenerate.
10371 * valops.c (hand_function_call): Update.
10372 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10373 * frame.c (legacy_saved_regs_this_id): Update.
10374 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10375 * dummy-frame.h: Update.
10376 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10377 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10378 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10379 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10380 * config/m68k/tm-sun3.h: Update.
10381 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10382 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10383 * x86-64-tdep.c (x86_64_init_abi): Update.
10384 * vax-tdep.c (vax_gdbarch_init): Update.
10385 * v850-tdep.c (v850_gdbarch_init): Update.
10386 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10387 * sh-tdep.c (sh_gdbarch_init): Update.
10388 * s390-tdep.c (s390_gdbarch_init): Update.
10389 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10390 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10391 (frame_get_saved_regs): Update.
10392 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10393 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10394 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10395 * mips-tdep.c (mips_gdbarch_init): Update.
10396 * mcore-tdep.c (mcore_gdbarch_init): Update.
10397 * m68k-tdep.c (m68k_gdbarch_init): Update.
10398 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10399 * ia64-tdep.c (ia64_gdbarch_init): Update.
10400 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10401 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10402 (i386_interix_back_one_frame): Update.
10403 * hppa-tdep.c (hppa_gdbarch_init): Update.
10404 (hppa_init_extra_frame_info): Update.
10405 * h8300-tdep.c (h8300_gdbarch_init): Update.
10406 * frv-tdep.c (frv_gdbarch_init): Update.
10407 * cris-tdep.c (cris_gdbarch_init): Update.
10408 * avr-tdep.c (avr_gdbarch_init): Update.
10409 * arm-tdep.c (arm_gdbarch_init): Update.
10410 * alpha-tdep.c (alpha_gdbarch_init): Update.
10411
10412 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10413
10414 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10415 (arm_get_fp_model): Declare.
10416 * arm-tdep.c (fp_model_strings): New string array.
10417 (arm_fp_model, current_fp_model): New variables.
10418 (arm_get_fp_model): New function.
10419 (arm_set_fp): New function.
10420 (set_fp_model_sfunc): New function.
10421 (show_fp_model): New function.
10422 (_initialize_arm_tdep): Add new command to set/show the FPU.
10423 (arm_extract_return_value): Use arm_get_fp_model.
10424 (arm_store_return_value): Likewise.
10425 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10426 to initialize the floating-point data types.
10427 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10428 model is FPA.
10429
10430 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10431
10432 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10433 the current setting of each value.
10434 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
10435 new_set and new_show. Use add_setshow_cmd_full and
10436 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10437 commands and add new version as subcommands of "set/show arm".
10438
10439 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10440
10441 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10442 (set_arm_command, show_arm_command): New functions.
10443 (_initialize_arm_tdep): Add them.
10444 (num_disassembly_options): Renamed from num_flavor_options.
10445 (valid_disassembly_styles): Renamed from valid_flavors.
10446 (disassembly_style): Renamed from disassembly_flavor.
10447 (set_disassembly_style_sfunc): Renamed from
10448 set_disassembly_flavor_sfunc.
10449 (set_disassembly_style): Renamed from set_disassembly_flavor.
10450 (arm_othernames): Updated.
10451 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10452 command. Add "set/show arm disassembly" commands. Deprecate
10453 "othernames" command.
10454
10455 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10456
10457 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10458 (arm-tdep.o): Depend on elf_arm_h.
10459
10460 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10461
10462 * Makefile.in (coff_internal_h): Define.
10463 (arm-tdep.o): Update dependencies.
10464
10465 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10466
10467 * arm-tdep.c (prologue_cache): Delete.
10468 (check_prologue_cache, save_prologue_cache): Delete.
10469 (arm_scan_prologue): Don't check or update the prologue_cache.
10470 (arm_gdb_arch_init): Don't initialize it.
10471 (_initialize_arm_tdep): Likewise.
10472
10473 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10474
10475 * MAINTAINERS (tui): Maintainer of tui code.
10476
10477 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
10478
10479 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10480 (i386-cygwin-tdep.o): Add dependencies.
10481 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10482 * i386-cygwin-tdep.c: New file.
10483 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10484 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10485
10486 2003-03-20 Andrew Cagney <cagney@redhat.com>
10487
10488 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10489 (handle_inferior_event): Remove code calling
10490 DYNAMIC_TRAMPOLINE_NEXTPC.
10491
10492 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10493 already has a full path.
10494
10495 * main.c (gdb_main): Return 1.
10496 (captured_main): Call error to report an invalid interpreter.
10497
10498 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10499 * alpha-osf1-tdep.c: Include "gdb_string.h".
10500
10501 2003-03-19 J. Brobecker <brobecker@gnat.com>
10502
10503 Continuing work to convert the hppa targets to multiarch partial.
10504
10505 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10506 method, now that hppa_push_dummy_frame has a conformant prototype.
10507 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10508 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10509 for the switch to multiarch partial.
10510
10511 2003-03-19 Kevin Buettner <kevinb@redhat.com>
10512
10513 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10514 when iss is issNull.
10515
10516 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10517
10518 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10519 NUM_REGS bounds check.
10520
10521 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10522
10523 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10524 * mips-tdep.c (gdb_assert.h): Include.
10525 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10526 (mips_register_name): Handle integer registers explicitly. Add
10527 bounds checking.
10528 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10529 (mips_lsi33k_reg_names): Don't list integer registers; they're
10530 handled by mips_register_name() now.
10531 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10532 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10533 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10534 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10535 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10536
10537 2003-03-18 Andrew Cagney <cagney@redhat.com>
10538
10539 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10540 a void pointer.
10541 * gdbtypes.h (print_scalar_formatted): Update declaration.
10542 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10543
10544 2003-03-18 J. Brobecker <brobecker@gnat.com>
10545
10546 * infrun.c (observer.h): Add #include.
10547 (normal_stop): Add call to observer_notify_normal_stop.
10548 * Makefile.in (infrun.o): Add dependency on observer.h.
10549
10550 2003-03-18 J. Brobecker <brobecker@gnat.com>
10551
10552 Continuing work to convert the hppa targets to multiarch partial.
10553 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10554 parameter. Reformat comment.
10555 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10556 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10557 to match new profile.
10558
10559 2003-03-18 J. Brobecker <brobecker@gnat.com>
10560
10561 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10562 appear to be working in any case.
10563
10564 2003-03-18 J. Brobecker <brobecker@gnat.com>
10565
10566 * observer.c (observer_test_first_observer): New static variable.
10567 (observer_test_second_observer): Likewise.
10568 (observer_test_third_observer): Likewise.
10569 (observer_test_first_notification_function): New static function.
10570 (observer_test_second_notification_function): Likewise.
10571 (observer_test_third_notification_function): Likewise.
10572
10573 2003-03-17 J. Brobecker <brobecker@gnat.com>
10574
10575 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10576 * somsolib.c (gdb_assert.h): Likewise.
10577 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10578 (somsolib.o): Likewise.
10579
10580 2003-03-17 Andrew Cagney <cagney@redhat.com>
10581
10582 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10583 BFD. Simplify setting of di.endian.
10584
10585 2003-03-17 Andrew Cagney <cagney@redhat.com>
10586
10587 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10588 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10589
10590 From Elena Zannoni <ezannoni@redhat.com>
10591 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10592 vector and floating-point parameters.
10593 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10594 convention.
10595 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10596
10597 2003-03-17 Fernando Nasser <fnasser@redhat.com>
10598
10599 * MAINTAINERS: Remove my name from several maintainership roles.
10600
10601 2003-03-17 Andrew Cagney <cagney@redhat.com>
10602
10603 Fix frame off-by-one bug.
10604 * frame-unwind.h (frame_this_id_ftype): Replace
10605 frame_unwind_id_ftype.
10606 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
10607 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
10608 with "prev_register".
10609 * frame-unwind.c (frame_unwind_find_by_pc): Return
10610 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
10611 comment.
10612 * dummy-frame.c (cached_find_dummy_frame): Delete function.
10613 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
10614 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
10615 (dummy_frame_unwind): Update.
10616 * sentinel-frame.c (sentinel_frame_prev_register): Replace
10617 sentinel_frame_register_unwind.
10618 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10619 (sentinel_frame_unwinder): Update.
10620 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10621 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10622 * frame.c (create_sentinel_frame): Update. Initialize
10623 "prologue_cache" instead of "unwind_cache".
10624 (frame_register_unwind): Call this frame's prev_register with the
10625 next frame and this frame's prologue cache.
10626 (get_prev_frame): Simplify. Always call prev frame's this_id with
10627 this frame and prev frame's prologue cache. Document that this
10628 call is shifted one to the left when compared to the
10629 frame_register_unwind call.
10630 (legacy_saved_regs_prev_register): Replace
10631 frame_saved_regs_register_unwind.
10632 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10633 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10634 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10635 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10636 (d10v_frame_unwind): Update.
10637 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10638 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10639 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10640 "saved_regs" with "this_saved_regs".
10641
10642 2003-03-16 Andrew Cagney <cagney@redhat.com>
10643
10644 * frame.c (frame_pop): Don't call target_store_registers. Fix
10645 problem reported by Mark Kettenis.
10646
10647 2003-03-16 Mark Kettenis <kettenis@gnu.org>
10648
10649 * i386-tdep.c (i386_register_type): Renamed from
10650 i386_register_virtual_type. Adjust function signature.
10651 (i386_gdbarch_init): Set register_type instead of
10652 deprecated_max_register_raw_size,
10653 deprecated_max_register_virtual_size and register_virtual_type.
10654
10655 2003-03-14 Andrew Cagney <cagney@redhat.com>
10656
10657 * frame.c (get_prev_frame): When a legacy frame, always call
10658 legacy_get_prev_frame. Simplify unwind code using assumption that
10659 the unwinder is new.
10660 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10661 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10662 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10663
10664 2003-03-14 Andrew Cagney <cagney@redhat.com>
10665
10666 * frame.c (get_saved_register): Delete function.
10667 * frame.h (get_saved_register): Delete declaration.
10668 * xstormy16-tdep.c: Update comment.
10669 * regcache.h: Update comments.
10670 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10671 get_saved_register and extract_address, use
10672 frame_read_unsigned_register.
10673 (sparc_frame_saved_pc): Ditto.
10674 (sparc_get_saved_register): Instead of get_saved_register, use
10675 frame_register.
10676 (sparc_pop_frame): Ditto.
10677 * findvar.c: Update comments.
10678 (value_of_register): Call frame_register instead of
10679 get_saved_register.
10680 (value_from_register): Ditto.
10681 * config/sparc/tm-sparc.h: Update comment.
10682 * breakpoint.c: Update comment.
10683
10684 2003-03-14 Andrew Cagney <cagney@redhat.com>
10685
10686 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10687 GET_SAVED_REGISTER.
10688 * gdbarch.h, gdbarch.c: Re-generate.
10689 * frame.h: Update comments.
10690 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10691 * x86-64-tdep.c (x86_64_init_abi): Update.
10692 * sparc-tdep.c (sparc_gdbarch_init): Update.
10693 * sh-tdep.c (sh_gdbarch_init): Update.
10694 * mips-tdep.c (mips_gdbarch_init): Update.
10695 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10696 * cris-tdep.c (cris_gdbarch_init): Update.
10697 * ia64-tdep.c (ia64_gdbarch_init): Update.
10698 * frame.c (frame_register): Update.
10699 (get_saved_register): Update.
10700 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
10701
10702 2003-03-13 Andrew Cagney <cagney@redhat.com>
10703
10704 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10705 * gdbarch.h, gdbarch.c: Regenerate.
10706 * valops.c (hand_function_call): Update comment.
10707 * stack.c (return_command): Update comment.
10708 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10709 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10710 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10711 * x86-64-tdep.c (x86_64_init_abi): Update.
10712 * vax-tdep.c (vax_gdbarch_init): Update.
10713 * v850-tdep.c (v850_gdbarch_init): Update.
10714 * sparc-tdep.c (sparc_gdbarch_init): Update.
10715 * sh-tdep.c (sh_gdbarch_init): Update.
10716 * s390-tdep.c (s390_gdbarch_init): Update.
10717 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10718 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10719 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10720 * mips-tdep.c (mips_gdbarch_init): Update.
10721 * mcore-tdep.c (mcore_gdbarch_init): Update.
10722 * m68k-tdep.c (m68k_gdbarch_init): Update.
10723 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10724 * ia64-tdep.c (ia64_gdbarch_init): Update.
10725 * i386-tdep.c (i386_gdbarch_init): Update.
10726 * hppa-tdep.c (hppa_gdbarch_init): Update.
10727 * h8300-tdep.c (h8300_gdbarch_init): Update.
10728 * frv-tdep.c (frv_gdbarch_init): Update.
10729 * cris-tdep.c (cris_gdbarch_init): Update.
10730 * avr-tdep.c (avr_gdbarch_init): Update.
10731 * arm-tdep.c (arm_gdbarch_init): Update.
10732 * alpha-tdep.c (alpha_gdbarch_init): Update.
10733
10734 2003-03-13 Andrew Cagney <cagney@redhat.com>
10735
10736 * frame.c (legacy_frame_p): New function.
10737 (get_prev_frame): Use legacy_frame_p.
10738 * frame.h (legacy_frame_p): Declare.
10739
10740 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10741
10742 * MAINTAINERS (write after approval): Alphabetically
10743 listing corrected.
10744
10745 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10746
10747 * MAINTAINERS (write after approval): Add myself.
10748
10749 2003-03-12 Andrew Cagney <cagney@redhat.com>
10750
10751 * frame.c (get_prev_frame): Rename the frame parameter to
10752 "this_frame".
10753 (get_next_frame, legacy_get_prev_frame): Ditto.
10754
10755 2003-03-12 Andrew Cagney <cagney@redhat.com>
10756
10757 * frame.c (get_current_frame): Check target_has_registers before
10758 checking target_has_stack.
10759 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10760 instead of deprecated_selected_frame.
10761 * findvar.c (value_of_register): Pass "frame", not
10762 deprecated_selected_frame, to value_of_builtin_reg.
10763
10764 2003-03-12 Andrew Cagney <cagney@redhat.com>
10765
10766 * regcache.c (regcache_cooked_write_signed): New function.
10767 (regcache_cooked_write_unsigned): New function.
10768 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10769 (regcache_cooked_read_signed): Fix regnum in range assertion.
10770 * regcache.h (regcache_cooked_write_signed): Declare.
10771 (regcache_cooked_write_unsigned): Declare.
10772
10773 2003-03-12 Andrew Cagney <cagney@redhat.com>
10774
10775 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10776 * gdbarch.h, gdbarch.c: Re-generate.
10777 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10778 * x86-64-tdep.h: Update.
10779 * x86-64-tdep.c (x86_64_init_abi): Update.
10780 * v850-tdep.c (v850_gdbarch_init): Update.
10781 * sparc-tdep.c (sparc_gdbarch_init): Update.
10782 * sh-tdep.c (sh_gdbarch_init): Update.
10783 * s390-tdep.c (s390_gdbarch_init): Update.
10784 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10785 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10786 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10787 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10788 * mips-tdep.c (mips_gdbarch_init): Update.
10789 * mcore-tdep.c (mcore_gdbarch_init): Update.
10790 * m68k-tdep.c (m68k_gdbarch_init): Update.
10791 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10792 * ia64-tdep.c (ia64_gdbarch_init): Update.
10793 * i386-tdep.c (i386_gdbarch_init): Update.
10794 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10795 * hppa-tdep.c (hppa_gdbarch_init): Update.
10796 * h8300-tdep.c (h8300_gdbarch_init): Update.
10797 * frv-tdep.c (frv_gdbarch_init): Update.
10798 * cris-tdep.c (cris_gdbarch_init): Update.
10799 * avr-tdep.c (avr_gdbarch_init): Update.
10800 * arm-tdep.c (arm_gdbarch_init): Update.
10801 * alpha-tdep.c (alpha_gdbarch_init): Update.
10802 * sh-tdep.c (sh_init_extra_frame_info): Update.
10803 (sh64_init_extra_frame_info): Update.
10804 * ns32knbsd-nat.c (frame_num_args): Update.
10805 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10806 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10807 (xstormy16_frame_chain_valid): Update.
10808 * vax-tdep.c (vax_saved_pc_after_call): Update.
10809 * v850-tdep.c (v850_frame_chain): Update.
10810 (v850_pop_frame): Update.
10811 (v850_init_extra_frame_info): Update.
10812 * sparc-tdep.c (setup_arbitrary_frame): Update.
10813 * ns32k-tdep.c (umax_frame_num_args): Update.
10814 * s390-tdep.c (s390_pop_frame_regular): Update.
10815 * mn10300-tdep.c (mn10300_frame_chain): Update.
10816 (mn10300_pop_frame_regular): Update.
10817 (mn10300_init_extra_frame_info): Update.
10818 * mips-tdep.c (mips_init_frame_pc_first): Update.
10819 (mips_frame_chain): Update.
10820 (mips_pop_frame): Update.
10821 * mcore-tdep.c (mcore_frame_chain): Update.
10822 (mcore_pop_frame): Update.
10823 (mcore_init_extra_frame_info): Update.
10824 * arch-utils.c (init_frame_pc_default): Update.
10825 * m68k-tdep.c (isi_frame_num_args): Update.
10826 (delta68_frame_num_args): Update.
10827 (news_frame_num_args): Update.
10828 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10829 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10830 (alpha_frame_chain): Update.
10831 (alpha_pop_frame): Update.
10832 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10833 (hppa_init_extra_frame_info): Update.
10834 (hppa_frame_chain): Update.
10835 (hppa_frame_chain_valid): Update.
10836 * cris-tdep.c (cris_init_extra_frame_info): Update.
10837 * avr-tdep.c (avr_init_extra_frame_info): Update.
10838 * arm-tdep.c (arm_frame_chain_valid): Update.
10839 (arm_init_extra_frame_info): Update.
10840 (arm_pop_frame): Update.
10841 * frame.c (frame_pc_unwind): Update.
10842 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10843 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10844 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10845 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10846 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10847 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10848
10849 2003-03-12 Andrew Cagney <cagney@redhat.com>
10850
10851 Eliminate the need for POP_FRAME.
10852 * frame.c (do_frame_unwind_register): New function.
10853 (frame_pop): When no POP_FRAME, pop the frame using register
10854 unwind and a scratch regcache.
10855 (frame_saved_regs_pop): Delete function.
10856 (trad_frame_unwinder): Update.
10857 * d10v-tdep.c (d10v_frame_pop): Delete function.
10858 (d10v_frame_unwind): Update.
10859 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10860 (sentinel_frame_unwinder): Update.
10861 * dummy-frame.c (dummy_frame_pop): Delete function.
10862 (dummy_frame_unwind): Update.
10863 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10864 (struct frame_unwind): Update.
10865
10866 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10867
10868 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10869 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10870 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10871 Do range checks on register number obtained from debugging info.
10872 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10873 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10874 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10875 mapping function.
10876 (do_fp_register_row): Fix typo which caused double type to be
10877 used when attempting to unpack a float.
10878
10879 2003-03-11 J. Brobecker <brobecker@gnat.com>
10880
10881 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10882
10883 2003-03-11 Andrew Cagney <cagney@redhat.com>
10884
10885 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10886 frame. Problem found by Corinna Vinschen.
10887
10888 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10889
10890 * doublest.c (floatformat_from_length): Accept also
10891 the real size of 'long double' type.
10892
10893 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10894
10895 From Klee Dienes <kdienes@apple.com>:
10896 * breakpoint.c (bpstat_copy): Copy the command lines as well
10897 as the old value, to match what is freed in bpstat_clear.
10898
10899 2003-03-10 David Carlton <carlton@math.stanford.edu>
10900
10901 * minsyms.c (add_minsym_to_hash_table): Replace
10902 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10903 (compare_minimal_symbols, compact_minimal_symbols)
10904 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10905 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10906 of DEPRECATED_SYMBOL_MATCHES_NAME.
10907 (lookup_minimal_symbol_solib_trampoline): Ditto.
10908
10909 2003-03-10 Andrew Cagney <cagney@redhat.com>
10910
10911 * regcache.h (regcache_cooked_read_ftype): Define.
10912 (regcache_save, regcache_restore): Add a cooked_read parameter.
10913 * regcache.c (regcache_save, regcache_restore): Update.
10914 (do_cooked_read): New function.
10915 (regcache_cpy): Pass do_cooked_read to regcache_save and
10916 regcache_restore.
10917
10918 2003-03-10 Andrew Cagney <cagney@redhat.com>
10919
10920 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10921 * gdbarch.h, gdbarch.c: Re-generate.
10922 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10923 * x86-64-tdep.h: Update.
10924 * x86-64-tdep.c (x86_64_init_abi): Update.
10925 * v850-tdep.c (v850_gdbarch_init): Update.
10926 * sparc-tdep.c (sparc_gdbarch_init): Update.
10927 * sh-tdep.c (sh_gdbarch_init): Update.
10928 * s390-tdep.c (s390_gdbarch_init): Update.
10929 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10930 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10931 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10932 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10933 * mips-tdep.c (mips_gdbarch_init): Update.
10934 * mcore-tdep.c (mcore_gdbarch_init): Update.
10935 * m68k-tdep.c (m68k_gdbarch_init): Update.
10936 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10937 * ia64-tdep.c (ia64_gdbarch_init): Update.
10938 * i386-tdep.c (i386_gdbarch_init): Update.
10939 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10940 * hppa-tdep.c (hppa_gdbarch_init): Update.
10941 * h8300-tdep.c (h8300_gdbarch_init): Update.
10942 * frv-tdep.c (frv_gdbarch_init): Update.
10943 * cris-tdep.c (cris_gdbarch_init): Update.
10944 * avr-tdep.c (avr_gdbarch_init): Update.
10945 * arm-tdep.c (arm_gdbarch_init): Update.
10946 * alpha-tdep.c (alpha_gdbarch_init): Update.
10947 * sh-tdep.c (sh_init_extra_frame_info): Update.
10948 (sh64_init_extra_frame_info): Update.
10949 * ns32knbsd-nat.c (frame_num_args): Update.
10950 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10951 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10952 (xstormy16_frame_chain_valid): Update.
10953 * vax-tdep.c (vax_saved_pc_after_call): Update.
10954 * v850-tdep.c (v850_frame_chain): Update.
10955 (v850_pop_frame): Update.
10956 (v850_init_extra_frame_info): Update.
10957 * sparc-tdep.c (setup_arbitrary_frame): Update.
10958 * ns32k-tdep.c (umax_frame_num_args): Update.
10959 * s390-tdep.c (s390_pop_frame_regular): Update.
10960 * mn10300-tdep.c (mn10300_frame_chain): Update.
10961 (mn10300_pop_frame_regular): Update.
10962 (mn10300_init_extra_frame_info): Update.
10963 * mips-tdep.c (mips_init_frame_pc_first): Update.
10964 (mips_frame_chain): Update.
10965 (mips_pop_frame): Update.
10966 * mcore-tdep.c (mcore_frame_chain): Update.
10967 (mcore_pop_frame): Update.
10968 (mcore_init_extra_frame_info): Update.
10969 * arch-utils.c (init_frame_pc_default): Update.
10970 * m68k-tdep.c (isi_frame_num_args): Update.
10971 (delta68_frame_num_args): Update.
10972 (news_frame_num_args): Update.
10973 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10974 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10975 (alpha_frame_chain): Update.
10976 (alpha_pop_frame): Update.
10977 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10978 (hppa_init_extra_frame_info): Update.
10979 (hppa_frame_chain): Update.
10980 (hppa_frame_chain_valid): Update.
10981 * cris-tdep.c (cris_init_extra_frame_info): Update.
10982 * avr-tdep.c (avr_init_extra_frame_info): Update.
10983 * arm-tdep.c (arm_frame_chain_valid): Update.
10984 (arm_init_extra_frame_info): Update.
10985 (arm_pop_frame): Update.
10986 * frame.c (frame_pc_unwind): Update.
10987 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10988 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10989 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10990 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10991 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10992 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10993
10994 2003-03-10 Andrew Cagney <cagney@redhat.com>
10995
10996 * gdbarch.sh (gdbarch_unwind_pc): New method.
10997 * gdbarch.h, gdbarch.c: Regenerate.
10998 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10999 but use read_pc and FRAME_SAVED_PC as fall backs.
11000 (frame_saved_regs_pc_unwind): Delete function.
11001 (trad_frame_unwinder): Update.
11002 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
11003 (struct frame_unwind): Update.
11004 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
11005 (dummy_frame_unwind): Update.
11006 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
11007 (sentinel_frame_unwinder): Update.
11008 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
11009 (d10v_frame_unwind): Update.
11010 (d10v_unwind_pc): New function.
11011 (d10v_gdbarch_init): Set unwind_pc.
11012
11013 2003-03-10 Andrew Cagney <cagney@redhat.com>
11014
11015 * gdbarch.h: Re-generate.
11016
11017 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
11018 PC.
11019 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
11020 the PC register.
11021
11022 2003-03-08 Mark Kettenis <kettenis@gnu.org>
11023
11024 * gdbarch.sh (save_dummy_frame_tos): Add comment.
11025
11026 2003-03-08 Andrew Cagney <cagney@redhat.com>
11027
11028 * cli-out.c: Update copyright.
11029 (cli_out_data): Define typedef. Use instead of ui_out_data.
11030
11031 2003-03-08 Andrew Cagney <cagney@redhat.com>
11032
11033 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
11034 the result.
11035
11036 2003-03-07 Andrew Cagney <cagney@redhat.com>
11037
11038 * gdbarch.sh: Don't generate two macro definitions when an
11039 undefined macro taking no arguments.
11040 * gdbarch.h: Regenerate.
11041
11042 2002-03-07 Michal Ludvig <mludvig@suse.cz>
11043
11044 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
11045 (x86_64_unwind_dummy_id): New functions.
11046 (x86_64_init_abi): Register these two new functions.
11047
11048 2003-03-07 Michal Ludvig <mludvig@suse.cz>
11049
11050 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
11051 (x86_64_skip_prologue): Move prologue detection to
11052 separate function.
11053 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
11054
11055 2003-03-05 Andrew Cagney <cagney@redhat.com>
11056
11057 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
11058 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
11059 * frame.c (get_prev_frame): Restructure the frame ID unwind code
11060 to use unwind_dummy_id when a dummy frame.
11061 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
11062 predicate.
11063 * gdbarch.h, gdbarch.c: Regneerate.
11064
11065 2003-03-05 Andrew Cagney <cagney@redhat.com>
11066
11067 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
11068 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
11069 Do not use d10v_read_sp or d10v_read_fp when obtaining register
11070 values.
11071
11072 2003-03-05 Andrew Cagney <cagney@redhat.com>
11073
11074 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11075 (struct d10v_unwind_cache): Delete field "frameless". Replace
11076 "next_addr" with "sp_offset". Add "r11_offset".
11077 (d10v_frame_unwind_cache): Update.
11078 (prologue_find_regs): Update. When "mv r11, sp", save the
11079 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
11080 RN was saved in r11_offset.
11081
11082 2003-03-05 Andrew Cagney <cagney@redhat.com>
11083
11084 * frame.c (deprecated_update_frame_pc_hack): Also update the the
11085 cached PC value in the next frame.
11086
11087 2003-03-05 Andrew Cagney <cagney@redhat.com>
11088
11089 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11090 "id_unwind_cache" with "id".
11091 (frame_id_unwind): Delete declaration.
11092 * frame.c (frame_id_unwind): Delete function.
11093 (get_prev_frame): Call the frame id unwind method directly. Store
11094 the returned next frame's ID value in NEXT_FRAME. Note that there
11095 is a problem with the wrong unwind ID being called with the wrong
11096 unwind cache.
11097
11098 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11099
11100 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11101
11102 2003-03-05 James Ingham <jingham@apple.com>
11103 Daniel Jacobowitz <drow@mvista.com>
11104
11105 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11106 (auto_cp_abi): New variable.
11107 (current_cp_abi, num_cp_abis): Make static.
11108 (CP_ABI_MAX): Define.
11109 (cp_abis): Turn into an array.
11110 (value_virtual_fn_field): Fix formatting.
11111 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11112 takes a pointer.
11113 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11114 (list_cp_abis, _initialize_cp_abi): New functions.
11115 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
11116 declarations for cp_abis, num_cp_abis, current_cp_abi, and
11117 switch_to_cp_abi. Update prototype for register_cp_abi.
11118 * Makefile.in (cp-abi.o): Update dependencies.
11119 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11120 instead of switch_to_cp_abi.
11121 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
11122 register_cp_abi.
11123 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11124 register_cp_abi.
11125 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11126
11127 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11128
11129 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11130 * dwarf2loc.c: Include "regcache.h".
11131 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
11132 register_size.
11133 * Makefile.in (dwarf2loc.o): Update dependencies.
11134
11135 2003-03-04 Theodore A. Roth <troth@openavr.org>
11136
11137 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11138 number of io registers reported by remote target is not a multiple of
11139 step.
11140
11141 2003-03-04 David Carlton <carlton@math.stanford.edu>
11142
11143 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11144 (lookup_symbol_aux_psymtabs): Update call to
11145 lookup_partial_symbol.
11146 (lookup_transparent_type, find_main_psymtab)
11147 (make_symbol_overload_list): Ditto.
11148
11149 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11150
11151 * MAINTAINERS (Write after approval): Update my email address.
11152
11153 2003-03-03 Andrew Cagney <cagney@redhat.com>
11154
11155 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11156 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11157 predicate. Replace MAX_REGISTER_RAW_SIZE.
11158 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11159 MAX_REGISTER_VIRTUAL_SIZE.
11160 * regcache.c (legacy_max_register_raw_size): New function.
11161 (legacy_max_register_virtual_size): New function.
11162 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11163 (MAX_REGISTER_RAW_SIZE): Define.
11164 (legacy_max_register_raw_size): Declare.
11165 (legacy_max_register_virtual_size): Declare.
11166 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11167 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11168 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11169 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11170 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11171 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11172 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11173 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11174 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11175 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11176 * vax-tdep.c (vax_gdbarch_init): Update.
11177 * v850-tdep.c (v850_gdbarch_init): Update.
11178 * sparc-tdep.c (sparc_gdbarch_init): Update.
11179 * sh-tdep.c (sh_gdbarch_init): Update.
11180 * s390-tdep.c (s390_gdbarch_init): Update.
11181 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11182 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11183 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11184 * mips-tdep.c (mips_gdbarch_init): Update.
11185 * mcore-tdep.c (mcore_gdbarch_init): Update.
11186 * m68k-tdep.c (m68k_gdbarch_init): Update.
11187 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11188 * ia64-tdep.c (ia64_gdbarch_init): Update.
11189 * i386-tdep.c (i386_gdbarch_init): Update.
11190 * hppa-tdep.c (hppa_gdbarch_init): Update.
11191 * h8300-tdep.c (h8300_gdbarch_init): Update.
11192 * frv-tdep.c (frv_gdbarch_init): Update.
11193 * cris-tdep.c (cris_gdbarch_init): Update.
11194 * avr-tdep.c (avr_gdbarch_init): Update.
11195 * arm-tdep.c (arm_gdbarch_init): Update.
11196 * alpha-tdep.c (alpha_gdbarch_init): Update.
11197 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11198 max_register_raw_size or max_register_virtual_size.
11199
11200 2003-03-03 David Carlton <carlton@math.stanford.edu>
11201
11202 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11203 SYMBOL_MATCHES_NAME, add comment.
11204 (SYMBOL_MATCHES_NATURAL_NAME): New.
11205 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11206 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11207 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11208 * symtab.c (lookup_partial_symbol): Use
11209 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11210 unhelpful comment.
11211 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11212 SYMBOL_MATCHES_NAME.
11213 Fix for PR c++/33.
11214
11215 2003-03-03 David Carlton <carlton@math.stanford.edu>
11216
11217 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11218 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11219 by regexp matching against SYMBOL_NATURAL_NAME.
11220
11221 2003-03-03 David Carlton <carlton@math.stanford.edu>
11222
11223 * linespec.c (find_method): Extract code into collect_methods.
11224 (collect_methods): New.
11225
11226 2003-03-02 Mark Kettenis <kettenis@gnu.org>
11227
11228 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11229 get_frame_base.
11230
11231 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11232 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11233
11234 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11235
11236 * arch-utils.c (generic_register_byte): Fix to use the loop index
11237 and not regnum when summing the size of all registers up to regnum.
11238
11239 2003-03-01 Andrew Cagney <cagney@redhat.com>
11240
11241 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11242 FRAME_INIT_SAVED_REGS.
11243 * gdbarch.h, gdbarch.c: Regenerate.
11244 * stack.c (frame_info): Update.
11245 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11246 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11247 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11248 * ns32k-tdep.c (ns32k_pop_frame): Update.
11249 * mips-tdep.c (mips_pop_frame): Update.
11250 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11251 * ia64-tdep.c (ia64_frame_chain): Update.
11252 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11253 (ia64_frameless_function_invocation): Update.
11254 (ia64_init_extra_frame_info): Update.
11255 (ia64_pop_frame_regular): Update.
11256 * frame.h (struct frame_info): Update comment.
11257 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11258 * frame.c (frame_saved_regs_register_unwind): Update.
11259 (frame_saved_regs_register_unwind): Update.
11260 (deprecated_generic_get_saved_register): Update.
11261 * cris-tdep.c: Update comment.
11262 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11263 Rename macro.
11264 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11265 * x86-64-tdep.c (x86_64_init_abi): Update.
11266 * vax-tdep.c (vax_gdbarch_init): Update.
11267 * v850-tdep.c (v850_gdbarch_init): Update.
11268 * sparc-tdep.c (sparc_gdbarch_init): Update.
11269 * sh-tdep.c (sh_gdbarch_init): Update.
11270 * s390-tdep.c (s390_gdbarch_init): Update.
11271 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11272 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11273 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11274 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11275 * mips-tdep.c (mips_gdbarch_init): Update.
11276 * mcore-tdep.c (mcore_gdbarch_init): Update.
11277 * m68k-tdep.c (m68k_gdbarch_init): Update.
11278 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11279 * ia64-tdep.c (ia64_gdbarch_init): Update.
11280 * i386-tdep.c (i386_gdbarch_init): Update.
11281 * frv-tdep.c (frv_gdbarch_init): Update.
11282 * avr-tdep.c (avr_gdbarch_init): Update.
11283 * arm-tdep.c (arm_gdbarch_init): Update.
11284 * alpha-tdep.c (alpha_gdbarch_init): Update.
11285
11286 2003-03-01 Andrew Cagney <cagney@redhat.com>
11287
11288 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11289 option enum and switch. When no windows, set the interpreter to
11290 INTERP_CONSOLE.
11291
11292 2003-03-01 Andrew Cagney <cagney@redhat.com>
11293
11294 * main.c (captured_main): Replace magic option characters with an
11295 enum.
11296
11297 2003-03-01 Andrew Cagney <cagney@redhat.com>
11298
11299 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11300 INIT_EXTRA_FRAME_INFO.
11301 * gdbarch.h, gdbarch.c: Regenerate.
11302 * arm-tdep.c: Update comments.
11303 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11304 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11305 * frame.h, avr-tdep.c: Ditto.
11306 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11307 (create_new_frame, legacy_get_prev_frame): Ditto.
11308 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11309 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11310 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11311 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11312 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11313 * v850-tdep.c (v850_gdbarch_init): Ditto.
11314 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11315 * sh-tdep.c (sh_gdbarch_init): Ditto.
11316 * s390-tdep.c (s390_gdbarch_init): Ditto.
11317 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11318 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11319 * mips-tdep.c (mips_gdbarch_init): Ditto.
11320 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11321 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11322 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11323 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11324 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11325 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11326 * frv-tdep.c (frv_gdbarch_init): Ditto.
11327 * cris-tdep.c (cris_gdbarch_init): Ditto.
11328 * avr-tdep.c (avr_gdbarch_init): Ditto.
11329 * arm-tdep.c (arm_gdbarch_init): Ditto.
11330 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11331 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11332
11333 2003-03-01 Andrew Cagney <cagney@redhat.com>
11334
11335 * gdbarch.sh (register_type): New function with predicate.
11336 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11337 * gdbarch.h, gdbarch.c: Re-generate.
11338 * arch-utils.c (generic_register_byte): Use generic_register_size.
11339 (generic_register_size): When available, use
11340 gdbarch_register_type.
11341 * regcache.c (init_regcache_descr): When available, initialize the
11342 register type array using gdbarch_register_type. If the
11343 architecture supplies gdbarch_register_type, do not use the legacy
11344 regcache layout.
11345 * d10v-tdep.c (d10v_register_type): Replace
11346 d10v_register_virtual_type.
11347 (d10v_gdbarch_init): Set register_type instead of
11348 register_virtual_type.
11349
11350 2003-03-01 Andrew Cagney <cagney@redhat.com>
11351
11352 * Makefile.in (ax-gdb.o): Update dependencies.
11353 * ax-gdb.c: Include "regcache.h".
11354 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11355 * findvar.c (value_of_register): Ditto.
11356 * infcmd.c (default_print_registers_info): Ditto.
11357
11358 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11359
11360 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11361 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11362
11363 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11364
11365 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11366 of STREQ.
11367
11368 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
11369
11370 * Makefile.in (dwarf2loc.o): Update dependencies.
11371 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11372 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11373 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11374 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11375 (locexpr_tracepoint_var_ref): New function.
11376 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11377
11378 2003-02-28 Andrew Cagney <cagney@redhat.com>
11379
11380 * regcache.c (register_size): New function.
11381 * regcache.h (register_size): Declare
11382 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11383 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11384
11385 2003-02-28 David Carlton <carlton@math.stanford.edu>
11386
11387 * linespec.c (decode_compound): Extract code into find_method.
11388 (find_method): New.
11389
11390 2003-02-28 J. Brobecker <brobecker@gnat.com>
11391
11392 * Makefile.in: Add rules to build and link in observer.o.
11393
11394 2003-02-27 J. Brobecker <brobecker@gnat.com>
11395
11396 * observer.c: Minor comments edits.
11397
11398 2003-02-27 J. Brobecker <brobecker@gnat.com>
11399
11400 * observer.h, observer.c: New file.
11401
11402 2003-02-27 Andrew Cagney <cagney@redhat.com>
11403
11404 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11405
11406 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11407
11408 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11409 (M6812_OP_STS_EXT): Likewise.
11410 (m6811_prologue): Use the above to recognize prologue.
11411 (m6812_prologue): Likewise.
11412
11413 2003-02-27 David Carlton <carlton@math.stanford.edu>
11414
11415 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11416 SYMBOL_PRINT_NAME.
11417 (compare_psymbols): Ditto.
11418 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11419
11420 2003-02-27 Michael Snyder <msnyder@redhat.com>
11421
11422 * f-lang.c (build_fortran_types): New function.
11423 (_initialize_f_language): Gdbarch-register built-in fortran types.
11424 * doublest.c (extract_floating): Fix warning text.
11425
11426 2003-02-27 Andrew Cagney <cagney@redhat.com>
11427
11428 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11429 predicate. Replaces PUSH_DUMMY_FRAME.
11430 * gdbarch.h, gdbarch.c: Regnerate.
11431 * valops.c (hand_function_call): Update. Call
11432 generic_push_dummy_frame directly.
11433 * vax-tdep.c (vax_gdbarch_init): Update.
11434 * sparc-tdep.c (sparc_gdbarch_init): Update.
11435 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11436 * m68k-tdep.c (m68k_gdbarch_init): Update.
11437 * hppa-tdep.c (hppa_gdbarch_init): Update.
11438 * alpha-tdep.c (alpha_gdbarch_init): Update.
11439 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11440 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11441 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11442 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11443 push_dummy_frame to generic_push_dummy_frame.
11444 * v850-tdep.c (v850_gdbarch_init): Ditto.
11445 * sh-tdep.c (sh_gdbarch_init): Ditto.
11446 * s390-tdep.c (s390_gdbarch_init): Ditto.
11447 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11448 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11449 * mips-tdep.c (mips_gdbarch_init): Ditto.
11450 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11451 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11452 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11453 * i386-tdep.c (i386_gdbarch_init): Ditto.
11454 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11455 * frv-tdep.c (frv_gdbarch_init): Ditto.
11456 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11457 * cris-tdep.c (cris_gdbarch_init): Ditto.
11458 * avr-tdep.c (avr_gdbarch_init): Ditto.
11459 * arm-tdep.c (arm_gdbarch_init): Ditto.
11460
11461 2003-02-26 Kevin Buettner <kevinb@redhat.com>
11462
11463 * mips-tdep.c (show_mips_abi): New function.
11464 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11465 command ``show mips abi''.
11466
11467 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
11468
11469 From Elena Zannoni <ezannoni@redhat.com>
11470 * dbxread.c (process_one_symbol): Only record line 0 if one or
11471 more sline entries have been seen for the function.
11472
11473 2003-02-26 Michael Chastain <mec@shout.net>
11474
11475 * configure: Regenerate with autoconf 000227.
11476
11477 2003-02-26 Michael Chastain <mec@shout.net>
11478
11479 Close PR build/660.
11480 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11481 for old libc5/glibc.
11482 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11483
11484 2003-02-26 Kris Warkentin <kewarken@qnx.com>
11485
11486 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11487 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11488
11489 2003-02-26 Michael Chastain <mec@shout.net>
11490
11491 * configure.in: New variable HAVE_UINTPTR_T.
11492 * configure, config.in: Regenerated.
11493
11494 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
11495
11496 Fix PR build/1097.
11497 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11498
11499 2003-02-25 Andrew Cagney <cagney@redhat.com>
11500
11501 * frame.c (get_prev_frame): Add comment on check for
11502 inside_entry_func. Only check for inside_entry_file when not a
11503 dummy and not a sentinel. Check that the new frame is not inner
11504 to the old frame.
11505
11506 2003-02-25 Andrew Cagney <cagney@redhat.com>
11507
11508 * frame.c (frame_debug): New variable.
11509 (_initialize_frame): Add "set/show debug frame" command.
11510 (get_prev_frame): When frame_debug, print reason why unwind
11511 failed.
11512
11513 2003-02-25 Michael Chastain <mec@shout.net>
11514
11515 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11516 to avoid uintptr_t definition problems.
11517
11518 2003-02-25 David Carlton <carlton@math.stanford.edu>
11519
11520 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11521 (SYMBOL_LINKAGE_NAME): Ditto.
11522 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11523 SYMBOL_LINKAGE_NAME.
11524 (struct general_symbol_info): Expand comment.
11525 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11526 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11527 (SYMBOL_MATCHES_REGEXP): Ditto.
11528 * symtab.c (symbol_natural_name): New function.
11529 * objfiles.h: Replace all uses of SYMBOL_NAME by
11530 DEPRECATED_SYMBOL_NAME.
11531 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11532 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11533 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11534 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11535 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11536 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11537 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11538 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11539 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11540 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11541 * ada-exp.y: Ditto.
11542 * ada-exp.y: Update copyright.
11543 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11544 * cp-valprint.c: Ditto.
11545
11546 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11547
11548 * infptrace.c (detach): Do not flag error if ptrace detach fails
11549 and errno is set to ESRCH.
11550
11551 2003-02-24 Andrew Cagney <cagney@redhat.com>
11552
11553 * infptrace.c (udot_info): Change type of udot_off to long. Use
11554 paddr when printing udot_off's value.
11555
11556 2003-02-24 David Carlton <carlton@math.stanford.edu>
11557
11558 * symtab.c (make_symbol_overload_list): Only read in partial
11559 symtabs containing a matching partial symbol.
11560
11561 2003-02-24 David Carlton <carlton@math.stanford.edu>
11562
11563 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11564 do the comparison, not strcmp.
11565 * symfile.c (compare_psymbols): Ditto.
11566 * defs.h: Declare strcmp_iw_ordered.
11567 * utils.c (strcmp_iw_ordered): New function.
11568
11569 2003-02-24 Jim Blandy <jimb@redhat.com>
11570
11571 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11572 support, shared libs): Remove my name from here, to better reflect
11573 reality.
11574
11575 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11576
11577 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11578 (target_ops): Add to_have_continuable_watchpoint.
11579 * target.c (update_current_target): Add INHERIT line for
11580 to_have_continuable_watchpoint.
11581 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11582 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11583 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11584 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11585
11586 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
11587
11588 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11589 maintainership.
11590
11591 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11592
11593 * solib.c (solib_open): Call target defined search function after
11594 failing with solib-search-path.
11595 * solist.h (target_so_ops): Add find_and_open_solib function hook and
11596 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
11597
11598 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11599
11600 * MAINTAINERS: Add myself to Write After section.
11601
11602 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11603
11604 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
11605
11606 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
11607
11608 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
11609 (m68hc11_add_reggroups): New function.
11610 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
11611 (m68hc11_gdbarch_init): Install the reggroups.
11612 (_initialize_m68hc11_tdep): Initialize them.
11613
11614 2003-02-21 James E Wilson <wilson@tuliptree.org>
11615
11616 * MAINTAINERS: Update my email address.
11617
11618 2003-02-21 David Carlton <carlton@math.stanford.edu>
11619
11620 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11621
11622 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
11623
11624 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11625 * symtab.h: Add opaque declarations of struct axs_value and
11626 struct agent_expr.
11627 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11628 (struct location_funcs): New type.
11629 (struct symbol): Add "loc" to aux_value.
11630 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11631 * dwarf2read.c: Include "dwarf2expr.h".
11632 (dwarf2_symbol_mark_computed): New function.
11633 (read_func_scope): Use it.
11634 (var_decode_location): New function.
11635 (new_symbol): Use it.
11636 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11637
11638 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11639 (dwarf2expr_h, dwarf2loc_h): New variables.
11640 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11641 (dwarf2expr.o, dwarf2loc.o): New rules.
11642 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11643 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11644 LOC_COMPUTED_ARG.
11645 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11646 * m2-exp.y (yylex): Likewise.
11647 * printcmd.c (address_info, print_frame_args): Likewise.
11648 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11649 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11650 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11651 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11652 * symtab.c (lookup_block_symbol): Likewise.
11653
11654 2003-02-20 Adam Fedor <fedor@gnu.org>
11655
11656 * symtab.h: Remove objc_specific struct
11657 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11658 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11659 Have language_objc use cplus_specific struct.
11660
11661 2003-02-20 Tom Tromey <tromey@redhat.com>
11662
11663 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11664 TYPE_NAME, when printing a String value. PR java/1075.
11665
11666 2003-02-20 Adam Fedor <fedor@gnu.org>
11667
11668 * objc-lang.h (find_methods): Remove declaration.
11669 * objc-lang.c (find_methods): Make static.
11670
11671 2003-02-20 Christopher Faylor <cgf@redhat.com>
11672
11673 * win32-nat.c (get_image_name): Check return value from
11674 ReadProcessMemory.
11675 (child_xfer_memory): Ditto.
11676
11677 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
11678
11679 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11680 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11681 '${exec_prefix}' (in addition to the expansion thereof) as
11682 relocatable.
11683 * configure: Rebuilt.
11684
11685 2003-02-20 David Carlton <carlton@math.stanford.edu>
11686
11687 * symtab.c (search_symbols): Revert the search_symbols part of my
11688 2002-12-23 patch. Add comment.
11689
11690 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11691
11692 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11693 * dbxread.c (elfstab_build_psymtabs): Don't call
11694 install_minimal_symbols.
11695 (stabsect_build_psymtabs): Likewise.
11696 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11697 earlier.
11698 * somread.c (som_symfile_read): Call install_minimal_symbols
11699 and do_cleanups earlier.
11700 * nlmread.c (nlm_symfile_read): Likewise.
11701 * mdebugread.c (elfmdebug_build_psymtabs): Call
11702 install_minimal_symbols and make appropriate cleanups.
11703
11704 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11705
11706 * solib.c (reload_shared_libraries): New function.
11707 (_initialize_solib): Add callbacks for ``set solib-search-path''
11708 and ``set solib-absolute-prefix''.
11709
11710 2003-02-20 David Carlton <carlton@math.stanford.edu>
11711
11712 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11713 expand comment.
11714 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11715 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11716 * ada-typeprint.c (ada_typedef_print): Ditto.
11717 * ax-gdb.c (gen_var_ref): Ditto.
11718 * breakpoint.c (print_one_breakpoint): Ditto.
11719 * buildsym.c (finish_block): Ditto.
11720 * c-valprint.c (c_val_print): Ditto.
11721 * expprint.c (print_subexp): Ditto.
11722 * findvar.c (locate_var_value): Ditto.
11723 * infcmd.c (jump_command): Ditto.
11724 * linespec.c (decode_line_2, decode_compound): Ditto.
11725 * maint.c (maintenance_translate_address): Ditto.
11726 * objc-lang.c (compare_selectors, compare_classes): Ditto.
11727 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11728 Ditto.
11729 * p-valprint.c (pascal_val_print): Ditto.
11730 * stabsread.c (define_symbol): Ditto.
11731 * stack.c (print_frame, frame_info, print_block_frame_locals)
11732 (print_frame_arg_vars, return_command): Ditto.
11733 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11734 * symmisc.c (print_symbol): Ditto.
11735 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11736 (compare_search_syms, print_symbol_info, print_msymbol_info)
11737 (rbreak_command): Ditto.
11738 * tracepoint.c (tracepoints_info): Ditto.
11739 * typeprint.c (typedef_print): Ditto.
11740 * valops.c (value_of_variable, hand_function_call): Ditto.
11741 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11742 * ada-typeprint.c: Update Copyright.
11743 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11744 * tracepoint.c, cli/cli-cmds.c: Ditto.
11745
11746 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11747
11748 * frame.c (generic_unwind_get_saved_register): Make non-static.
11749 * frame.h (generic_unwind_get_saved_register): Declare.
11750 * mips-tdep.c (read_next_frame_reg): Fetch register from
11751 current regcache when frame is NULL.
11752 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11753 that must be NULL.
11754 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11755 instead of frame_register_unwind().
11756
11757 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11758
11759 * remote-sim.c (gdbsim_insert_breakpoint)
11760 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11761 code.
11762
11763 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11764
11765 * remote.c (_initialize_remote): Add commands "set/show remote
11766 hardware-watchpoint-limit" and "set/show remote
11767 hardware-breakpoint-limit".
11768 (remote_hw_watchpoint_limit): Initialize to -1.
11769 (remote_hw_breakpoint_limit): Ditto.
11770 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11771
11772 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11773
11774 * coff-pe-read.c: New file - support reading of minimal symbols from a
11775 portable executable using the export table.
11776 * coff-pe-read.h: New file.
11777 * coffread.c: Include coff-pe-read.h.
11778 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11779 debugging symbols found.
11780 * Makefile.in (SFILES): Add coff-pe-read.o.
11781 (coff_pe_read_h): Define.
11782 (COMMON_OBS): Add coff-pe-read.o.
11783 (coffread.o): Add coff_pe_read_h dependency.
11784 (coff-pe-read.o): New target.
11785
11786 2003-02-19 David Carlton <carlton@math.stanford.edu>
11787
11788 * Makefile.in (SFILES): Add block.c.
11789 (block_h): New.
11790 (COMMON_OBS): Add block.o.
11791 (block.o): New.
11792 (x86-64-tdep.o): Add $(block_h).
11793 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11794 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11795 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11796 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11797 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11798 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11799 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11800 * value.h: Add opaque declaration for struct block.
11801 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11802 * ada-lang.h: Ditto.
11803 * x86-64-tdep.c: #include "block.h"
11804 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11805 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11806 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11807 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11808 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11809 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11810 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11811 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11812 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11813 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11814 * symtab.c (block_function): Ditto.
11815 (contained_in): Ditto.
11816 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11817 block.h. Add opaque declaration for struct block.
11818 * symtab.h: Move block_function and contained_in declarations to
11819 block.h. Add opaque declarations for struct block, struct
11820 blockvector.
11821 (struct block): Move to block.h.
11822 (struct blockvector): Ditto.
11823 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11824 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11825 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11826 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11827 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11828 Ditto.
11829 * block.c: New file.
11830 * block.h: New file.
11831
11832 2003-02-19 Theodore A. Roth <troth@openavr.org>
11833
11834 * avr-tdep.c (avr_extract_return_value): Remove function.
11835 (avr_store_return_value): Remove function.
11836 (avr_extract_struct_value_address): Remove function.
11837 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11838
11839 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11840
11841 * rs6000-tdep.c: Include "gdb_assert.h".
11842 (registers_e500): Add "acc" and "spefscr".
11843 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11844 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11845 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11846 really is "r0".
11847 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11848
11849 2003-02-18 Keith Seitz <keiths@redhat.com>
11850
11851 * Makefile.in: Add gdbtk-interps.c.
11852
11853 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11854
11855 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11856 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11857
11858 2003-02-18 Andrew Cagney <cagney@redhat.com>
11859
11860 * symtab.h (struct objfile): Add opaque declaration.
11861
11862 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11863
11864 From Jim Ingham <jingham@apple.com>:
11865 * dbxread.c (process_one_symbol): Use last_function_start rather
11866 than function_start_offset to find the real beginning of the
11867 current function. The latter is just the text section offset on
11868 some systems, the former is always the real function start.
11869
11870 2003-02-17 Andrew Cagney <cagney@redhat.com>
11871
11872 * configure.in: Revert ${target} != ${host}.
11873
11874 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11875
11876 * configure.in (Makefile): Use the test ${target} != ${host},
11877 instead of the absence of the "nm.h" file, to determine of the
11878 configuration non-native.
11879 * configure: Regenerate.
11880
11881 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11882
11883 From Brian Ford <ford@vss.fsi.com>
11884
11885 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11886 conditionalize tui_active test.
11887 (lookup_cmd_1): Ditto.
11888
11889 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11890
11891 * configure.in: Add check for _etext.
11892 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11893 available.
11894 * config.in, configure: regenerated.
11895
11896 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11897
11898 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11899
11900 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11901
11902 * main.c (tui_version): Delete variable.
11903 (captured_main): When --tui, set interpreter_p to "tui" instead of
11904 enabling tui_version.
11905 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11906 tui_version.
11907 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11908 * cli/cli-cmds.c (disassemble_command): Ditto.
11909 * defs.h (tui_version): Delete declaration.
11910 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11911 (tui-interp.o): Add rules.
11912 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11913
11914 2003-02-14 Christopher Faylor <cgf@redhat.com>
11915
11916 * win32-nat.c (register_loaded_dll): Correctly set address range for
11917 just-loaded dll.
11918
11919 2003-02-12 Jason Molenda (jmolenda@apple.com)
11920
11921 * symmisc.c (print_objfile_statistics): Include information about
11922 the number of psymtabs and symtabs in each object file.
11923
11924 2003-02-13 Keith R Seitz <keiths@redhat.com>
11925
11926 * main.h (struct captured_main_args): Add interpreter_p.
11927 * main.c (captured_main): Initialize interpreter_p from context.
11928 * gdb.c (main): Set interpreter_p argument.
11929 * Makefile.in (gdb.o): Add dependency for interps.h.
11930
11931 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11932
11933 * event-top.c (cli_command_loop): Delete declaration.
11934 (_initialize_event_loop): Delete function setting event_loop_hook.
11935 * event-top.h (cli_command_loop): Declare. Update copyright.
11936 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11937 * interps.c (current_interp_command_loop): When event_loop_p, call
11938 cli_command_loop.
11939
11940 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11941
11942 * interps.h (interp_command_loop_ftype): Change return type to
11943 void.
11944
11945 2003-02-12 Michal Ludvig <mludvig@suse.cz>
11946
11947 * x86-64-tdep.c (x86_64_extract_return_value)
11948 (x86_64_store_return_value): Use regcache instead of regbuf.
11949 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11950 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11951
11952 2003-02-11 Andrew Cagney <ac131313@redhat.com>
11953
11954 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11955 * aclocal.m4: Regenerate.
11956 * configure: Regenerate.
11957
11958 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11959 TCL_LD_SEARCH_FLAGS.
11960
11961 2003-02-10 Michal Ludvig <mludvig@suse.cz>
11962
11963 * dwarf2cfi.c: Reindented.
11964
11965 2003-02-09 Andrew Cagney <ac131313@redhat.com>
11966
11967 * interps.c (clear_interpreter_hooks): Convert function definition
11968 to ISO C.
11969
11970 2003-02-07 David Carlton <carlton@math.stanford.edu>
11971
11972 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11973
11974 2003-02-07 Kevin Buettner <kevinb@redhat.com>
11975
11976 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11977 (struct type): ...to here.
11978 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11979 field.
11980 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11981 (replace_type): Set length on all type variants for a given type.
11982
11983 2003-02-07 Andrew Cagney <ac131313@redhat.com>
11984
11985 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11986 <sys/stat.h>.
11987 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
11988
11989 2003-02-06 Andrew Cagney <ac131313@redhat.com>
11990
11991 * Makefile.in (symm-nat.o): Update dependencies.
11992 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11993 (lynx-nat.o, ia64-linux-nat.): Ditto.
11994 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11995 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11996 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11997
11998 * Makefile.in (inflow_h): Define.
11999 (procfs.o, inflow.o, procfs.o): Update dependencies.
12000 * inftarg.c (child_stop): Delete extern declaration of
12001 inferior_process_group. Include "inflow.h".
12002 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
12003 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
12004 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
12005 (our_process_group, inferior_process_group): Extern declarations.
12006
12007 * procfs.c: Include "gdb_assert.h".
12008
12009 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12010 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
12011 * jv-typeprint.c (java_type_print_base): Ditto.
12012 * typeprint.c (typedef_print): Eliminate STREQ.
12013 * cli/cli-script.c (define_command, define_command): Ditto.
12014 * main.c (captured_main): Ditto.
12015 * values.c (lookup_internalvar): Ditto.
12016 * utils.c (safe_strerror, parse_escape): Eliminate assignment
12017 within `if' conditional.
12018 * linespec.c (decode_line_2): Ditto.
12019 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
12020 (bfd_openw_with_cleanup): Ditto.
12021
12022 2003-02-07 Mark Kettenis <kettenis@gnu.org>
12023
12024 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
12025 legacy_extract_return_value and store_return_value to
12026 legacy_return_value.
12027
12028 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
12029
12030 * win32-nat.c (get_relocated_section_addrs): New function. Find
12031 section load addresses for symbol handling in relocated DLLs.
12032 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
12033
12034 2003-02-05 Fred Fish <fnf@intrinsity.com>
12035
12036 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
12037 '=' and '!='.
12038 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
12039 with '&' and '=='.
12040 (angel_RDI_info): Ditto.
12041 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
12042 with '&' and '!='.
12043 (threads_continue_all_with_signals): Ditto.
12044
12045 2003-02-05 Jim Ingham <jingham@apple.com>
12046 Keith Seitz <keiths@redhat.com>
12047 Elena Zannoni <ezannoni@redhat.com>
12048 Andrew Cagney <ac131313@redhat.com>
12049
12050 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
12051 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
12052 (SUBDIR_MI_OBS): Add "mi-interp.o".
12053 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
12054 (SFILES): Add "interps.c".
12055 (COMMON_OBS): Add "interps.o".
12056 (interps_h, mi_main_h): Define.
12057 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
12058 (mi-main.o, main.o, event-top.o): Update dependencies.
12059 * cli/cli-interp.c: New file.
12060 * interps.h, interps.c: New files.
12061 * top.c: (gdb_init): Don't install the default interpreter, handed
12062 by captured_main.
12063 * main.c: Include "interps.h".
12064 (interpreter_p): Note that it should malloc'ed.
12065 (captured_command_loop): Call current_interp_command_loop.
12066 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
12067 xfree and xstrdup when updating interpreter_p. Install the
12068 default interpreter. Add hack to stop mi1's copyright notice
12069 being encoded.
12070 * event-top.h (gdb_setup_readline): Declare.
12071 (gdb_disable_readline): Declare.
12072 * event-top.c: Include "interps.h".
12073 (display_gdb_prompt): Call current_interp_display_prompt_p.
12074 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12075 gdb_stdlog, and gdb_stdtarg.
12076 (_initialize_event_loop): Don't call gdb_setup_readline.
12077 * cli-out.c (cli_out_set_stream): New function.
12078 * cli-out.h (cli_out_set_stream): Declare.
12079
12080 2003-02-06 Mark Kettenis <kettenis@gnu.org>
12081
12082 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12083 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
12084 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12085 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12086 config/i386/i386v42mp.mt: Removed.
12087
12088 2003-02-05 Mark Kettenis <kettenis@gnu.org>
12089
12090 * configure.tgt (*-*-solaris*): Set gdb_osabi to
12091 GDB_OSABI_SOLARIS.
12092
12093 2003-02-05 Michael Chastain <mec@shout.net>
12094
12095 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12096 2.12.1 and earlier versions.
12097
12098 2003-02-05 Andrew Cagney <ac131313@redhat.com>
12099
12100 Remove orphaned hosts, targets and files.
12101 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12102 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12103 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12104 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12105 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12106 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12107 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12108 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12109 * config/sparc/tm-sp64sim.h: Delete.
12110 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12111 hosts.
12112 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12113 mips*-dec-mach3* targets.
12114
12115 2003-02-04 Michael Chastain <mec@shout.net>
12116
12117 * NEWS: Fix typo: sepcifying -> specifying.
12118
12119 2003-02-04 Michael Chastain <mec@shout.net>
12120
12121 * dwarfread.c: Add documentation on the state of dwarf-1,
12122 looking towards obsoletion.
12123
12124 2003-02-03 Michael Chastain <mec@shout.net>
12125
12126 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12127 gdb/testsuite/gdb.c++/pr-1023.exp.
12128
12129 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12130
12131 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12132 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12133
12134 * utils.c (init_page_info): Delete reference to MPW in comments.
12135 * main.c (captured_main): Delete #ifdef MPW.
12136
12137 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12138
12139 * NEWS: Note that the m32r-*-elf* is obsolete.
12140 * monitor.c (monitor_expect): Obsolete reference to m32r.
12141 * configure.tgt: Mark m32r-*-elf* as obsolete.
12142 * MAINTAINERS: Mark m32k as obsolete.
12143 * m32r-rom.c: Obsolete file.
12144 * config/m32r/m32r.mt: Obsolete file.
12145 * config/m32r/tm-m32r.h: Obsolete file.
12146 * m32r-stub.c: Obsolete file.
12147 * m32r-tdep.c: Obsolete file.
12148
12149 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12150
12151 * NEWS: Mention that the z8k-zilog-none is obsolete.
12152 * MAINTAINERS: Mark z8k as obsolete.
12153 * configure.tgt: Obsolete the z8k-*-coff* target.
12154 * config/z8k/z8k.mt: Obsolete file.
12155 * config/z8k/tm-z8k.h: Obsolete file.
12156 * z8k-tdep.c: Obsolete file.
12157
12158 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12159
12160 * NEWS: Mention that the mn10200-elf is obsolete.
12161 * configure.tgt: Obsolete mn10200-*-* target.
12162 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12163 mention that the mn10200 is obsolete.
12164 * breakpoint.h: Ditto.
12165 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12166 * config/mn10200/mn10200.mt: Obsolete file.
12167 * config/mn10200/tm-mn10200.h: Obsolete file.
12168 * mn10200-tdep.c: Obsolete file.
12169
12170 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12171
12172 * MAINTAINERS: Mark h8500 as obsolete.
12173 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12174 * findvar.c (value_from_register): Ditto.
12175 * h8500-tdep.c: Mark file as obsolete.
12176 * config/h8500/h8500.mt: Ditto.
12177 * config/h8500/tm-h8500.h: Ditto.
12178 * NEWS: Mention that h8500 is obsolete.
12179
12180 2003-02-04 David Carlton <carlton@math.stanford.edu>
12181
12182 * objfiles.c (allocate_objfile): Always set name. Add comment at
12183 start of function.
12184 * jv-lang.c (get_dynamics_objfile): Add comment.
12185
12186 2003-02-04 David Carlton <carlton@math.stanford.edu>
12187
12188 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12189 * printcmd.c (build_address_symbolic): Replace uses of
12190 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12191 SYMBOL_NAME, and asm_demangle.
12192 Update copyright.
12193
12194 2003-02-04 David Carlton <carlton@math.stanford.edu>
12195
12196 * linespec.c (decode_compound): Extract code into
12197 lookup_prefix_sym.
12198 (lookup_prefix_sym): New function.
12199
12200 2003-02-04 David Carlton <carlton@math.stanford.edu>
12201
12202 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12203 FLOAT_COERCION_BADNESS.
12204 * gdbtypes.c (rank_one_type): Replace all uses of
12205 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12206
12207 2003-02-04 Jim Blandy <jimb@redhat.com>
12208
12209 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12210 section, let dwarf_macinfo_section point to it, not
12211 dwarf_loc_section.
12212
12213 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12214
12215 Pointed out by Anton Blanchard <anton@samba.org>.
12216 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12217 (ppc_linux_at_sigtramp_return_path): Use it.
12218
12219 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12220
12221 * defs.h (streq): Add prototype.
12222 * utils.c (streq): New function.
12223
12224 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12225 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12226 * mdebugread.c (new_symbol): Likewise.
12227 * stabsread.c (define_symbol): Likewise.
12228 * coffread.c (process_coff_symbol): Likewise.
12229 * dwarfread.c (new_symbol): Likewise.
12230
12231 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12232 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12233 here.
12234 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12235 SYMBOL_INIT_DEMANGLED_NAME.
12236 * objfiles.c: Include "hashtab.h".
12237 (allocate_objfile): Call htab_set_functions_ex for the
12238 demangled_names_hash.
12239 (free_objfile): Call htab_delete for the demangled_names_hash.
12240 * objfiles.h (struct htab): Add declaration.
12241 (struct objfile): Add demangled_names_hash.
12242 * symfile.c: Include "hashtab.h".
12243 (reread_symbols): Call htab_delete for the demangled_names_hash.
12244 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12245 SYMBOL_NAME in the bcache.
12246 * symtab.c: Include "hashtab.h". Update comments.
12247 (create_demangled_names_hash, symbol_set_names): New functions.
12248 (symbol_find_demangled_name): New function, broken out from
12249 symbol_init_demangled_names.
12250 (symbol_init_demangled_names): Use it.
12251 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12252 (SYMBOL_SET_NAMES): New macro.
12253 (symbol_set_names): Add prototype.
12254
12255 2003-02-03 Jim Blandy <jimb@redhat.com>
12256
12257 Use a single, consistent representation for an empty minimal
12258 symbol table in an objfile.
12259 * objfiles.c (terminate_minimal_symbol_table): New function.
12260 (allocate_objfile): Call it.
12261 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12262 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
12263 non-NULL.
12264 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12265 objfile has minimal symbols, compare minimal_symbol_count to zero,
12266 instead of comparing msymbols with NULL.
12267 * objfiles.c (have_minimal_symbols): Same.
12268 * solib-sunos.c (solib_add_common_symbols): Call
12269 terminate_minimal_symbol_table.
12270 * symfile.c (reread_symbols): Same.
12271
12272 2003-02-03 Kevin Buettner <kevinb@redhat.com>
12273
12274 * s390-tdep.c (s390_address_class_type_flags)
12275 (s390_address_class_type_flags_to_name)
12276 (s390_address_class_name_to_type_flags): New functions.
12277 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12278 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12279
12280 2003-02-03 Michael Snyder <msnyder@redhat.com>
12281
12282 * arm-tdep.c: Fix spell-o in comment.
12283
12284 2003-02-03 Michal Ludvig <mludvig@suse.cz>
12285
12286 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12287 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
12288 error messages to contain BFD filename.
12289
12290 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
12291
12292 Fix PR gdb/742 gdb/743 gdb/877
12293 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12294 (do_mixed_source_and_assembly): Use
12295 make_cleanup_ui_out_tuple_begin_end and
12296 make_cleanup_ui_out_tuple_begin_end.
12297 (do_mixed_source_and_assembly): Ditto.
12298 * thread.c (do_captured_list_thread_ids): Ditto.
12299 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12300 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12301 ui_out_tuple_end): Delete prototypes.
12302 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12303 ui_out_list_end, ui_out_tuple_end): Delete.
12304
12305 From Kevin Buettner <kevinb@redhat.com>:
12306 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
12307 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12308 (do_cleanup_table_end): New functions.
12309 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12310 Use cleanups to invoke_ui_out_tuple_end().
12311 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
12312 * cli/cli-setshow.c (cmd_show_list): Use
12313 make_cleanup_ui_out_tuple_begin_end.
12314
12315 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12316
12317 * frame.c (frame_unwind_register): New function.
12318 (frame_unwind_unsigned_register): Use.
12319 (frame_unwind_signed_register): Use.
12320 (frame_read_register): New function.
12321 * frame.h (frame_unwind_register): Declare.
12322 (frame_read_register): Declare.
12323
12324 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12325 and frame_unwind_register instead of read_memory, write_register
12326 and deprecated_write_register_bytes.
12327
12328 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12329
12330 * frame.h: Note that namelen can be negative.
12331 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12332 NAME's length.
12333
12334 * NEWS: Mention that the d10v's `regs' command is deprecated.
12335 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12336 (d10v_print_registers_info): New function.
12337 (show_regs): Call d10v_print_registers_info.
12338 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12339
12340 2003-02-02 Mark Kettenis <kettenis@gnu.org>
12341
12342 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12343 lost in the previous patch.
12344
12345 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12346
12347 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
12348 * stack.c (print_frame_info_base): Output complete FRAME tuple
12349 for synthesized frames.
12350
12351 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12352
12353 * mips-nat.c (zerobuf): Delete.
12354 (fetch_inferior_registers): Alloc local zerobuf.
12355 (fetch_core_registers): Alloc local zerobuf.
12356 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12357 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12358 * thread-db.c (thread_db_store_registers): Ditto.
12359 * sh-tdep.c (sh_do_register): Ditto.
12360 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12361 * remote-sim.c (gdbsim_store_register): Ditto.
12362 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12363 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12364 * monitor.c (monitor_supply_register): Ditto.
12365 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12366 * mips-nat.c (fetch_inferior_registers): Ditto.
12367 * m68klinux-nat.c (fetch_register): Ditto.
12368 * lynx-nat.c (fetch_inferior_registers): Ditto.
12369 (fetch_inferior_registers): Ditto.
12370 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12371 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12372 (hpux_thread_store_registers): Ditto.
12373 * hppah-nat.c (fetch_register): Ditto.
12374 * hppab-nat.c (fetch_register): Ditto.
12375 * hppa-tdep.c (pa_register_look_aside): Ditto.
12376 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12377 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12378
12379 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12380
12381 * gdbarch.sh: Explictly specify all method levels. When a
12382 variable with an empty level, provide a non-multi-arch default.
12383 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12384 * gdbarch.h: Re-generate.
12385 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12386 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12387
12388 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12389
12390 * defs.h (host_pointer_to_address): Delete declaration.
12391 (address_to_host_pointer): Delete declaration.
12392 * utils.c (host_pointer_to_address): Delete function.
12393 (address_to_host_pointer): Delete function.
12394 * procfs.c (procfs_address_to_host_pointer): New function.
12395 * procfs.c (proc_set_watchpoint): Use.
12396 (procfs_can_use_hw_breakpoint): Update comments.
12397 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12398 (som_solib_add): Use.
12399 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12400 * hppa-tdep.c (unwind_command): Use.
12401
12402 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12403
12404 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12405 strlen d_name.
12406
12407 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12408 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12409 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12410 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12411 (define_symbol): Update.
12412 * symfile.c (generic_load): Remove references to nindy.
12413 * symtab.c: Remove references to nindy.
12414
12415 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12416
12417 * infcmd.c (print_float_info): Delete code conditional on
12418 FLOAT_INFO.
12419 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12420 * config/m68k/nm-apollo68b.h: Ditto.
12421 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12422 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12423 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12424
12425 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12426
12427 * config/i386/tm-i386os9k.h: Removed.
12428
12429 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12430 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12431 they're identical to i[3456]86-*-sysv* now.
12432 * config/i386/i386v32.mh: Removed.
12433 * config/i386/xm-i386v32.h: Removed.
12434 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12435
12436 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12437
12438 * config/i386/i386dgux.mh: Removed.
12439 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12440
12441 * configure.in: Fix typo.
12442 * configure: Regenerated.
12443
12444 2003-01-31 David Carlton <carlton@math.stanford.edu>
12445
12446 * dwarf2read.c (dwarf2_locate_sections): Set
12447 dwarf_ranges_section.
12448
12449 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12450
12451 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12452 * utils.c: Update comments documenting legitimate uses of PTR.
12453
12454 * utils.c: Re-indent.
12455
12456 * config/djgpp/fnchange.lst: Delete nindy files.
12457 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12458 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12459 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12460 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12461 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12462 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12463 * Makefile.in (init.c): Remove nindy references.
12464 (saber_gdb): Delete rule.
12465 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12466 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12467 and a68v-nat.c.
12468 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12469 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12470 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12471 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12472 nindy-share/stop.h.
12473 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12474 * saber.suppress: Delete file.
12475
12476 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
12477
12478 * dbxread.c (stabs_data): New static variable.
12479 (fill_symbuf): Support an in-memory buffer for stabs data.
12480 (stabs_seek): New function.
12481 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12482 (read_ofile_symtab): Use stabs_seek.
12483 (elfstab_build_psymtabs): Take an asection* instead of
12484 an offset and size. Relocate the stabs data if necessary.
12485 Save the section* for dbx_psymtab_to_symtab.
12486 * dwarf2read.c: Add section variables for each debug section.
12487 (dwarf2_locate_sections): Fill them in.
12488 (dwarf2_read_section): Take an asection* argument.
12489 Relocate the section contents if necessary.
12490 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12491 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12492 it to dwarf2_read_section.
12493 (dwarf2_build_frame_info): Update callers.
12494 * elfread.c (elf_symfile_read): Update call to
12495 elfstab_build_psymtabs.
12496 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12497 (DBX_STAB_SECTION): New macro.
12498 * stabsread.h (elfstab_build_psymtabs): Update prototype.
12499 * symfile.c (symfile_dummy_outputs): New function.
12500 (symfile_relocate_debug_section): New function.
12501 * symfile.h (symfile_relocate_debug_section): Add prototype.
12502
12503 2003-01-31 Richard Henderson <rth@redhat.com>
12504
12505 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12506 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12507 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12508 * alpha-tdep.c (alpha_register_name): Add "unique".
12509 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12510 (ALPHA_UNIQUE_REGNUM): New.
12511 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12512
12513 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12514
12515 * README: Remove reference to Ericsson 1800 monitor.
12516 * Makefile.in (remote-es.o): Delete rule.
12517 (ALLDEPFILES): Delete remote-es.c.
12518 * remote-es.c: Delete file.
12519 * config/m68k/es1800.mt: Delete file.
12520 * config/djgpp/fnchange.lst: Update.
12521 * configure.tgt: Delete m68*-ericsson-* target.
12522
12523 2003-01-31 Adam Fedor <fedor@gnu.org>
12524
12525 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12526 Remove duplicate/shadowing variable of same name.
12527
12528 2003-01-30 Jim Blandy <jimb@redhat.com>
12529
12530 * symfile.c (find_separate_debug_file): Assert that the objfile's
12531 directory name we compute ends with a slash, and then assume that
12532 that's so everywhere we use it.
12533
12534 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
12535
12536 * valops.c (value_assign): Flush frame cache after stores to memory
12537 also.
12538
12539 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12540
12541 * Makefile.in (mon960-rom.o): Delete rule.
12542 * mon960-rom.c: Delete file.
12543
12544 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12545
12546 * d10v-tdep.c: Include "frame-unwind.h".
12547 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12548 list.
12549 (next_addr, uses_frame): Delete.
12550 (struct d10v_unwind_cache): Define.
12551 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12552 Use info instead of next_addr and uses_frame globals.
12553 (d10v_frame_init_saved_regs): Delete function.
12554 (d10v_init_extra_frame_info): Delete function.
12555 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12556 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12557 init_frame_pc or frame_saved_pc.
12558 (d10v_pop_frame): Delete function.
12559 (do_d10v_pop_frame): Delete function.
12560 (d10v_frame_chain): Delete function.
12561 (d10v_frame_chain_valid): Delete function.
12562 (d10v_frame_pc_unwind): New function.
12563 (d10v_frame_id_unwind): New function.
12564 (saved_regs_unwinder): New function.
12565 (d10v_frame_register_unwind): New function.
12566 (d10v_frame_pop): New function.
12567 (d10v_frame_unwind): New variable.
12568 (d10v_frame_p): New function.
12569 (d10v_frame_saved_pc): Delete function.
12570 * Makefile.in (d10v-tdep.o): Update dependencies.
12571
12572 2003-01-30 J. Brobecker <brobecker@gnat.com>
12573
12574 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12575 causing some regressions due to a change in the default value
12576 for this macro.
12577
12578 2003-01-29 Richard Henderson <rth@redhat.com>
12579 Elena Zannoni <ezannoni@redhat.com>
12580 Daniel Jacobowitz <drow@mvista.com>
12581
12582 Fix PR gdb/961.
12583 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
12584 variables.
12585 (RANGES_SECTION): New.
12586 (dwarf_ranges_buffer): New variable.
12587 (struct comp_unit_head): Add member "die".
12588 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12589 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12590 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12591 (dwarf2_locate_sections): Likewise.
12592 (dwarf2_build_psymtabs): Read .debug_ranges.
12593 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12594 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
12595 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12596 Look for DW_AT_ranges and return the bounding box.
12597
12598 2003-01-29 Brian Ford <ford@vss.fsi.com>
12599
12600 * win32-nat.c (cygwin_pid): Removed as unused.
12601 (child_attach): Try fall back to Cygwin pid.
12602
12603 2003-01-29 Jim Blandy <jimb@redhat.com>
12604
12605 * objfiles.h (struct objfile): Doc fix.
12606
12607 2003-01-29 Andrew Cagney <ac131313@redhat.com>
12608
12609 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
12610 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
12611 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
12612 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
12613 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
12614 (FRAME_SAVED_PC): Change to a function with predicate.
12615 * gdbarch.h, gdbarch.c: Re-generate.
12616
12617 2003-01-28 Andrew Cagney <ac131313@redhat.com>
12618
12619 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12620
12621 * complaints.c (complain): Delete function.
12622 * complaints.h (struct deprecated_complaint): Delete definition.
12623 (complain): Delete declaration.
12624
12625 2003-01-28 Kevin Buettner <kevinb@redhat.com>
12626
12627 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12628 dummy frames.
12629
12630 2003-01-27 Andrew Cagney <ac131313@redhat.com>
12631
12632 * sentinel-frame.h, sentinel-frame.c: New files.
12633 * Makefile.in (frame.o): Update dependencies.
12634 (SFILES): Add sentinel-frame.c.
12635 (sentinel_frame_h): Define.
12636 (COMMON_OBS): Add sentinel-frame.o.
12637 (sentinel-frame.o): Specify dependencies.
12638 * frame.c: Include "sentinel-frame.h".
12639 (frame_register_unwind): Rewrite assuming that there is always a a
12640 ->next frame.
12641 (frame_register, generic_unwind_get_saved_register): Ditto.
12642 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12643 (create_sentinel_frame, unwind_to_current_frame): New functions.
12644 (get_current_frame): Rewrite using create_sentinel_frame and
12645 unwind_to_current_frame. When possible, always create a frame.
12646 (create_new_frame): Set next to the sentinel frame.
12647 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12648 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12649 ID cache when necessary.
12650 (frame_saved_regs_id_unwind): Use frame_relative_level.
12651 (deprecated_generic_get_saved_register): Use frame_relative_level,
12652 get_frame_saved_regs, get_frame_pc, get_frame_base and
12653 get_next_frame.
12654 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12655 frame_register.
12656
12657 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12658
12659 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12660
12661 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12662
12663 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12664 (maintenance_set_profile_cmd): Use error () instead of warning ().
12665
12666 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12667
12668 * configure.in: Check that -pg works if using --enable-profiling.
12669 Check for monstartup and _mcleanup regardless of --enable-profiling.
12670 * maint.c: Check for monstartup and _mcleanup before using them.
12671 * config.in: Regenerated.
12672 * configure: Regenerated.
12673
12674 2003-01-24 Nick Clifton <nickc@redhat.com>
12675
12676 * Add sh2e support:
12677
12678 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12679
12680 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12681 (sh2e_show_regs): New.
12682 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12683 * config/sh/tm-sh.h: Added sh2e to comments.
12684
12685 2003-01-23 Jim Blandy <jimb@redhat.com>
12686
12687 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12688 symbols found)" message here; we haven't checked for a separate
12689 debug info file yet, so we don't know yet.
12690 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12691 we've looked everywhere. Also, there's no need to print a special
12692 message when we're loading the separate debug info file: the one
12693 symbol_file_add prints is fine.
12694
12695 2003-01-23 Alexander Larsson <alexl@redhat.com>
12696 Jim Blandy <jimb@redhat.com>
12697
12698 Add support for executables whose debug info has been separated
12699 out into a separate file, leaving only a link behind.
12700 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12701 and separate_debug_objfile_backlink.
12702 (put_objfile_before): New declaration.
12703 * symfile.c: #include "filenames.h".
12704 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12705 debug info in a separate file, read that, too. Save the addrs
12706 argument, so we can use it again to read the separated debug info;
12707 syms_from_objfile modifies the table we pass it.
12708 (reread_symbols): After re-reading an objfile, call
12709 reread_separate_symbols to refresh its separate debug info
12710 objfile, if it has one.
12711 (reread_separate_symbols, find_separate_debug_file,
12712 get_debug_link_info, separate_debug_file_exists): New functions.
12713 (debug_file_directory): New global var.
12714 (_initialize_symfile): Initialize debug_file_directory, and
12715 provide the new `set debug-file-directory' command to let the user
12716 change it.
12717 * objfiles.c (free_objfile): If this objfile has its debug info in
12718 a separate objfile, free that one too. If this is itself a
12719 separate debug info objfile, clear our parent's backlink.
12720 (put_objfile_before): New function.
12721 * utils.c (gnu_debuglink_crc32): New function.
12722 * defs.h (gnu_debuglink_crc32): New declaration.
12723 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12724 * configure.in: Handle --with-separate-debug-dir config option.
12725 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12726 * acconfig.h (DEBUGDIR): New macro.
12727 * configure, aclocal.m4, config.in: Regenerated.
12728
12729 2003-01-22 Jim Blandy <jimb@redhat.com>
12730
12731 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12732 like the old symbol_file_add, but taking new arguments: you can
12733 now pass in either a `struct section_addr_info' list to say where
12734 each section is loaded, or a `struct section_offsets' table. Pass
12735 these new arguments through to syms_from_objfile as appropriate.
12736 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
12737 with the appropriate quiescent values for the new arguments.
12738
12739 * symfile.c: #include "gdb_assert.h".
12740 (syms_from_objfile): Add the ability to pass in a section offset
12741 table directly, as an alternative to the section_addr_info table.
12742 Document arguments better.
12743 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12744 * symfile.h (syms_from_objfile): Update declaration.
12745 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12746 syms_from_objfile.
12747 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12748
12749 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12750
12751 Original patch by Tom Tromey <tromey@cygnus.com> and
12752 Jason Molenda <jmolenda@apple.com>.
12753 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12754 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12755 * NEWS: Mention profiling.
12756 * configure.in (--enable-gdbtk): Fix typo.
12757 (--enable-profiling): New. Set PROFILE_CFLAGS.
12758 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12759 Fill in function.
12760 (profiling_state): New variable.
12761 (mcleanup_wrapper): New function.
12762 (_initialize_maint): Remove NOTYET, fix call to
12763 add_setshow_boolean_cmd for "maint set profile".
12764 * configure: Regenerated.
12765
12766 2003-01-21 Martin M. Hunt <hunt@redhat.com>
12767
12768 * Makefile.in (install-gdbtk): Install PNG images too.
12769
12770 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12771
12772 * exec.c (text_start): Delete global variable.
12773 (exec_file_attach): Make text_start local to the function.
12774 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12775 * valops.c (hand_function_call): Delete code that handles
12776 BEFORE_TEXT_END and AFTER_TEXT_END.
12777 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12778 of CALL_DUMMY_LOCATION.
12779 * gdbarch.c: Regenerate.
12780 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12781 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12782 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12783 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12784 (text_end): Delete extern declaration.
12785
12786 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12787
12788 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12789 * blockframe.c (backtrace_below_main): Move to "frame.c".
12790 (frame_chain_valid): Delete check for backtrace_below_main.
12791 (_initialize_blockframe): Delete initialization, move ``set
12792 backtrace-below-main'' command to "frame.c".
12793 (do_flush_frames_sfunc): Delete function.
12794 * frame.c: Include "command.h" and "gdbcmd.h".
12795 (frame_type_from_pc): New function.
12796 (create_new_frame): Use frame_type_from_pc.
12797 (legacy_get_prev_frame): New function.
12798 (get_prev_frame): Rewrite. When an old style frame, call
12799 legacy_get_prev_frame. Otherwize, unwind the PC first.
12800 (_initialize_frame): Add ``set backtrace-below-main'' command.
12801 * Makefile.in (frame.o): Update dependencies.
12802
12803 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12804
12805 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12806 DEPRECATED_REGISTERS_INFO.
12807
12808 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12809
12810 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12811 Maintainers'. Update `Various Maintainers'.
12812
12813 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12814
12815 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12816 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12817 Suppress actual parameters when `-'.
12818 * gdbarch.h, gdbarch.c: Regenerate.
12819
12820 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12821
12822 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12823 code handling dummy frames.
12824
12825 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12826
12827 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12828 (struct frame_unwind): Add field pop.
12829 * frame.h (frame_pop): Declare.
12830 * frame.c (frame_saved_regs_pop): New function.
12831 (trad_frame_unwinder): Add frame_saved_regs_pop.
12832 (frame_pop): New function.
12833 * dummy-frame.c (dummy_frame_pop): New function.
12834 (discard_innermost_dummy): New function.
12835 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12836 (dummy_frame_unwind): Add dummy_frame_pop.
12837 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12838 * valops.c (hand_function_call): Ditto.
12839 * stack.c (return_command): Ditto.
12840
12841 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12842
12843 * cris-tdep.c: Fix function declaration indentation.
12844 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12845 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12846 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12847 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12848 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12849 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12850
12851 2003-01-18 Michael Chastain <mec@shout.net>
12852
12853 * README (Unpacking and Installation -- quick overview):
12854 Warn against ".../gdb-5.3/gdb/configure".
12855
12856 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12857
12858 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12859 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12860 (struct frame_unwind): Declare opaque.
12861 (dummy_frame_p): Declare function.
12862 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12863 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12864 * dummy-frame.c: Include "frame-unwind.h".
12865 (dummy_frame_p): New function.
12866 (dummy_frame_unwind): New variable.
12867 * frame.c: Include "frame-unwind.h".
12868 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12869 to use the new unwind field.
12870 (set_unwind_by_pc): Delete function.
12871 (create_new_frame, get_prev_frame): Set unwind field using
12872 frame_unwind_find_by_pc.
12873 (trad_frame_unwind, trad_frame_unwinder): New variables.
12874 * frame.h (trad_frame_unwind): Declare variable.
12875 (frame_id_unwind_ftype): Delete declaration.
12876 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12877 (struct frame_unwind): Declare opaque.
12878 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12879 register_unwind with a single unwind pointer.
12880 * frame-unwind.h, frame-unwind.c: New files.
12881 * Makefile.in (SFILES): Add frame-unwind.c.
12882 (frame_unwind_h): Define.
12883 (COMMON_OBS): Add frame-unwind.o.
12884 (frame-unwind.o): Specify dependencies.
12885 (frame.o, dummy-frame.o): Update dependencies.
12886
12887 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12888
12889 * ada-valprint.c: Eliminate PTR.
12890 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12891 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12892 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12893 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12894 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12895 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12896 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12897
12898 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12899
12900 * main.c (captured_main): Don't use PTR.
12901 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12902 * gdbtypes.c (lookup_primitive_typename): Ditto.
12903 (lookup_struct_elt_type): Ditto.
12904 * f-valprint.c (info_common_command): Ditto.
12905 (list_all_visible_commons): Ditto.
12906 * jv-typeprint.c (java_type_print_base): Ditto.
12907
12908 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12909 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12910 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12911 i386-interix-nat.c and i386-interix-tdep.c. Rename
12912 m68klinux-nat.c and m68klinux-tdep.c. Rename
12913 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12914 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12915 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12916 * main.c (captured_main): Use xfree, not free.
12917
12918 2003-01-16 Andrew Cagney <ac131313@redhat.com>
12919
12920 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12921 ID back using a parameter.
12922 * frame.c (frame_id_unwind): Update call.
12923 (frame_saved_regs_id_unwind): Update.
12924 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12925 * dummy-frame.h (struct frame_id): Add opaque declaration.
12926 (dummy_frame_id_unwind): Update declaration.
12927
12928 2003-01-15 Andrew Cagney <ac131313@redhat.com>
12929
12930 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12931
12932 2003-01-15 Stephen P. Smith <ischis2@cox.net>
12933
12934 * MAINTAINERS (Stephen P. Smith): Updated email address.
12935
12936 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12937
12938 Fix PR gdb/898
12939 * breakpoint.c (until_break_command): Add new argument. Use it to
12940 decide whether to stop only at the current frame or not.
12941 * breakpoint.h (until_break_command): Update prototype.
12942 * infcmd.c (until_command): Add new argument to until_break_command
12943 call.
12944 (advance_command): New function.
12945 (_initialize_infcmd): Update help string for 'until' command.
12946 Add new 'advance' command.
12947
12948 2003-01-14 David Carlton <carlton@math.stanford.edu>
12949
12950 * linespec.c (decode_line_1): Normalize comments.
12951 (set_flags): Ditto.
12952 (locate_first_half): Ditto.
12953 (decode_compound): Ditto.
12954 (symtab_from_filename): Ditto.
12955 (decode_all_digits): Ditto.
12956 (decode_dollar): Ditto.
12957 (find_methods): Ditto.
12958 (find_toplevel_char): Ditto.
12959
12960 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12961
12962 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12963 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12964 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12965 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12966 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12967 * language.c, language.h, m32r-tdep.c: Update copyright.
12968 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12969 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12970 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12971 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12972 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12973 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12974
12975 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12976
12977 * stabsread.h (process_later, resolve_cfront_continuation):
12978 Obsolete.
12979 Update copyright years.
12980 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12981 Update copyright year.
12982 * dbxread.c(struct cont_elem): Obsolete.
12983 (process_later, process_now): Obsolete functions.
12984 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12985 Update copyright year.
12986 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12987 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12988 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12989 (parse_partial_symbols): Obsolete cfront support.
12990 * stabsread.c
12991 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12992 macros.
12993 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12994 read_cfront_baseclasses, read_cfront_member_functions,
12995 resolve_cfront_continuation,read_cfront_static_fields,
12996 copy_cfront_struct_fields): Obsolete functions.
12997 (define_symbol, read_one_struct_field): Obsolete cfront support.
12998 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12999 Update Copyright year.
13000
13001 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13002
13003 * stack.c (print_frame_info, print_stack_frame_base_stub,
13004 print_stack_frame_base, show_and_print_stack_frame_stub,
13005 show_and_print_stack_frame, print_only_stack_frame_stub,
13006 print_only_stack_frame): Delete functions.
13007 (print_stack_frame_stub): Call print_frame_info instead of
13008 print_frame_info_base.
13009 (print_frame_info_base): Rename to print_frame_info.
13010 (backtrace_command_1): Call print_frame_info, instead of
13011 print_frame_info_base.
13012 (current_frame_command): Call print_stack_frame, instead of
13013 print_only_stack_frame.
13014 (frame_command): Call print_stack_frame, instead of
13015 show_and_print_stack_frame.
13016 (up_command): Ditto.
13017 (down_command): Ditto.
13018 * frame.h (print_only_stack_frame): Delete prototype.
13019 * infrun.c (normal_stop): Call print_stack_frame, instead of
13020 show_and_print_stack_frame.
13021 * thread.c (info_threads_command): Call print_stack_frame, instead
13022 of print_only_stack_frame.
13023
13024 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13025
13026 * README (Graphical interface to GDB): Update URL. Point at
13027 gdb/links/.
13028
13029 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
13030 version match.
13031
13032 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13033
13034 * symtab.c (find_pc_sect_line): Don't consider end-of-function
13035 lines.
13036
13037 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13038
13039 * thread-db.c (attach_thread): Prototype.
13040 (struct private_thread_info): Remove lwpid. Add thread handle (th),
13041 thread information (ti), and valid flags (th_valid, ti_valid).
13042 (attach_thread): Move target_pid_to_str call to after the thread
13043 is added to GDB's list. Initialize the cache.
13044 (thread_get_info_callback, thread_db_map_id2thr)
13045 (thread_db_get_info): New functions.
13046 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
13047 (thread_db_store_registers, thread_db_thread_alive)
13048 (thread_db_get_thread_local_address): Use them.
13049 (thread_db_pid_to_str): Likewise. Return "Missing" instead
13050 of calling error() for threads in unknown state.
13051
13052 (clear_lwpid_callback): New function.
13053 (thread_db_resume): Use it to clear the cache.
13054
13055 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13056
13057 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
13058 (resume_callback): Remove dead code.
13059
13060 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13061
13062 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
13063 predicate.
13064 * gdbarch.h, gdbarch.c: Regenerate.
13065 * stack.c (frame_info): Only initialize the saved registers when
13066 FRAME_INIT_SAVED_REGS_P.
13067 * frame.c (frame_saved_regs_register_unwind): Assert
13068 FRAME_INIT_SAVED_REGS_P.
13069 (deprecated_generic_get_saved_register): Ditto.
13070
13071 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13072
13073 * source.c (openp): Squelch warning about "filename".
13074
13075 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13076
13077 * source.c (openp): If the file does not exist don't necessarily
13078 search the path.
13079
13080 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13081
13082 Fix PR gdb/872.
13083 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13084 (integer_types_same_name_p): New function.
13085 (rank_one_type): Use it.
13086 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13087
13088 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13089
13090 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13091 variables.
13092 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13093 * configure.in: Add --with-sysroot.
13094 * configure: Regenerated.
13095 * main.c (gdb_sysroot): New variable.
13096 (captured_main): Initialize gdb_sysroot.
13097 * defs.h (gdb_sysroot): New extern declaration.
13098 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13099
13100 2003-01-12 Michael Chastain <mec@shout.net>
13101
13102 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13103
13104 2003-01-12 Michael Chastain <mec@shout.net>
13105
13106 * top.c (print_gdb_version): Bump copyright year to 2003.
13107
13108 2003-01-12 David Carlton <carlton@bactrian.org>
13109
13110 * linespec.c (symtab_from_filename): Rename variable 's' to
13111 'file_symtab'.
13112
13113 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13114
13115 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13116 dummy frame.
13117 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13118
13119 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13120
13121 * d10v-tdep.c: Include "gdb_assert.h".
13122 (d10v_store_return_value): Rewrite to match current interface.
13123 (d10v_extract_struct_value_address): Ditto.
13124 (d10v_extract_return_value): Ditto.
13125 (d10v_gdbarch_init): Set store_restore_value,
13126 extract_struct_value_address and extract_return_value.
13127
13128 2003-01-12 J. Brobecker <brobecker@gnat.com>
13129
13130 * hpread.c (set_namestring): New procedure replacing the
13131 SET_NAMESTRING macro.
13132 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13133 by calls to set_namestring.
13134
13135 2003-01-11 J. Brobecker <brobecker@gnat.com>
13136
13137 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13138 a compilation warning.
13139 (hpread_process_one_debug_symbol): Likewise.
13140
13141 2003-01-10 David Carlton <carlton@math.stanford.edu>
13142
13143 * linespec.c (decode_line_1): Rename variable 's' to
13144 'file_symtab'.
13145 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13146 (decode_dollar): Ditto.
13147 (decode_variable): Ditto.
13148 (symbol_found): Ditto.
13149
13150 2003-01-09 Michael Chastain <mec@shout.net>
13151
13152 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13153
13154 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
13155
13156 * win32-nat.c (set_process_privilege): New function.
13157 (child_attach): Call set_process_privilege() to enable the
13158 SE_DEBUG_NAME user privilege if available in process token.
13159
13160 2003-01-10 J. Brobecker <brobecker@gnat.com>
13161
13162 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13163 compilation error in the previous revision.
13164
13165 2003-01-09 David Carlton <carlton@math.stanford.edu>
13166
13167 * linespec.c: Update copyright.
13168
13169 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13170
13171 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13172 than inferior_ptid.
13173 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13174
13175 2003-01-09 Andrew Cagney <ac131313@redhat.com>
13176
13177 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13178 Update comments.
13179 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13180 (frame_saved_regs_zalloc): Update.
13181 (frame_saved_regs_register_unwind): Update.
13182 (create_new_frame): Update.
13183 (get_prev_frame): Update.
13184 (frame_extra_info_zalloc): Update.
13185 (deprecated_get_frame_saved_regs): Update.
13186 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13187 * cris-tdep.c: Update comment.
13188
13189 * somsolib.h: Fix function indentation.
13190 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13191 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13192 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13193 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13194 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13195
13196 * infrun.c (follow_fork): Use ISO C definition.
13197 * expprint.c (print_subexp): Use xfree instead of free.
13198 * charset.c: Include "gdb_string.h" instead of <string.h>.
13199 (register_iconv_charsets): Use ISO C definition.
13200 (host_charset, target_charset): Ditto.
13201 * Makefile.in (charset.o): Update dependencies.
13202 (mi-cmd-env.o): Update dependencies.
13203
13204 2003-01-08 Andrew Cagney <cagney@redhat.com>
13205
13206 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13207 get_frame_base.
13208
13209 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13210
13211 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13212 build directories. Save edited gdb output in Mbuild.log. If a
13213 build fails, remove any final GDB executable.
13214
13215 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13216
13217 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13218 replacing hex constants with function names and stripping leading
13219 file name directory prefixes.
13220
13221 2003-01-08 Andrew Cagney <cagney@redhat.com>
13222
13223 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13224 get_frame_base.
13225
13226 2003-01-08 David Carlton <carlton@math.stanford.edu>
13227
13228 * linespec.c (decode_line_1): Move code into decode_variable.
13229 (decode_variable): New function.
13230
13231 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13232
13233 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13234
13235 2003-01-08 Andrew Cagney <cagney@redhat.com>
13236
13237 * cris-tdep.c (cris_frame_init_saved_regs): Use
13238 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13239 saved_regs buffer.
13240 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13241 (sh64_nofp_frame_init_saved_regs): Ditto.
13242 (sh_fp_frame_init_saved_regs): Ditto.
13243 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13244 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13245 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13246 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13247
13248 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
13249
13250 * minsyms.c (lookup_minimal_symbol): Update comment.
13251 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13252 (lookup_minimal_symbol_solib_trampoline): Likewise.
13253
13254 2003-01-08 Andrew Cagney <cagney@redhat.com>
13255
13256 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13257 frame_relative_level.
13258
13259 * alpha-tdep.c: Use get_frame_extra_info.
13260 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13261 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13262 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13263 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13264
13265 * alpha-tdep.c: Use get_next_frame.
13266 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13267 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13268 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13269 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13270 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13271 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13272 * xstormy16-tdep.c: Ditto.
13273
13274 2003-01-07 Andrew Cagney <cagney@redhat.com>
13275
13276 * alpha-tdep.c: Use get_frame_base.
13277 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13278 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13279 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13280 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13281 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13282 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13283 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13284 * config/sparc/tm-sparc.h: Ditto.
13285
13286 2003-01-07 Andrew Cagney <cagney@redhat.com>
13287
13288 * frame.c (deprecated_get_frame_context): New function.
13289 (deprecated_set_frame_context): New function.
13290 * frame.h (deprecated_get_frame_context): Declare.
13291 (deprecated_set_frame_context): Declare.
13292 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13293 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
13294
13295 2003-01-07 Andrew Cagney <cagney@redhat.com>
13296
13297 * frame.c (deprecated_set_frame_next_hack): New function.
13298 (deprecated_set_frame_prev_hack): New function.
13299 * frame.h (deprecated_set_frame_next_hack): Declare.
13300 (deprecated_set_frame_prev_hack): Declare.
13301 * mcore-tdep.c (analyze_dummy_frame): Use
13302 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13303 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13304
13305 2003-01-07 David Carlton <carlton@math.stanford.edu>
13306
13307 * linespec.c (decode_line_1): Move code into decode_dollar.
13308 (decode_dollar): New function.
13309
13310 2003-01-07 Andrew Cagney <cagney@redhat.com>
13311
13312 * arm-tdep.c (arm_init_extra_frame_info): Use
13313 deprecated_update_frame_base_hack.
13314 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13315 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13316 (fix_frame_pointer): Ditto.
13317 (mn10300_analyze_prologue): Ditto.
13318
13319 2003-01-07 Andrew Cagney <cagney@redhat.com>
13320
13321 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13322 extra_info using frame_extra_info_zalloc.
13323 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13324 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13325 (sh64_init_extra_frame_info): Ditto.
13326 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13327 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13328 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13329 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13330 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13331 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13332 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13333 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13334 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13335 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13336 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13337 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13338
13339 * mn10300-tdep.c (analyze_dummy_frame): Use
13340 deprecated_set_frame_extra_info_hack.
13341 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13342
13343 2003-01-07 J. Brobecker <brobecker@gnat.com>
13344
13345 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13346 class is not scText. These do not define "real" procedures.
13347 (parse_partial_symbols): Likewise.
13348
13349 2003-01-06 Michael Snyder <msnyder@redhat.com>
13350
13351 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13352
13353 2003-01-06 Andrew Cagney <ac131313@redhat.com>
13354
13355 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13356 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13357 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13358 deprecated_frame_xmalloc_with_cleanup.
13359 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13360 deprecated_frame_xmalloc.
13361 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13362 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13363
13364 2003-01-06 Andrew Cagney <cagney@redhat.com>
13365
13366 * x86-64-linux-tdep.c: Include "osabi.h".
13367 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13368
13369 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13370
13371 2003-01-06 Andrew Cagney <cagney@redhat.com>
13372
13373 * MAINTAINERS (Target Instruction Set Architectures): Update
13374 arm-elf. Can be built with -Werror, has been multiarched.
13375
13376 * value.h (unpack_long): Make buffer parameter constant.
13377 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13378 * scm-lang.h (scm_parse): Ditto.
13379 * defs.h (extract_typed_address, extract_address): Ditto.
13380 (extract_long_unsigned_integer): Ditto.
13381 * inferior.h (unsigned_pointer_to_address): Ditto.
13382 (signed_pointer_to_address): Ditto.
13383 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13384 * gdbarch.h, gdbarch.c: Regenerate.
13385 * findvar.c (extract_long_unsigned_integer): Update.
13386 (extract_address): Update.
13387 (extract_typed_address): Update.
13388 (unsigned_pointer_to_address): Update.
13389 * values.c (unpack_long): Update.
13390 (unpack_double): Update.
13391 (unpack_pointer): Update.
13392 (unpack_field_as_long): Update.
13393 * d10v-tdep.c (d10v_pointer_to_address): Update.
13394 * avr-tdep.c (avr_pointer_to_address): Update.
13395 * scm-lang.c (scm_unpack): Update.
13396 * findvar.c (signed_pointer_to_address): Update.
13397
13398 2003-01-06 Michal Ludvig <mludvig@suse.cz>
13399
13400 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
13401 since it is in i386-tdep.c.
13402
13403 2003-01-06 J. Brobecker <brobecker@gnat.com>
13404
13405 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13406 failure introduced in the previous change.
13407
13408 2003-01-05 Michael Chastain <mec@shout.net>
13409
13410 * README: Remove references to deleted remote-*.c files:
13411 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13412 remote-nrom.c, remote-os9k.c, remote-udi.c.
13413
13414 2003-01-05 Mark Kettenis <kettenis@gnu.org>
13415
13416 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13417 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13418 i386_get_longjmp_target.
13419
13420 2003-01-05 Andrew Cagney <ac131313@redhat.com>
13421
13422 * arm-tdep.c (prologue_cache): Change to a pointer.
13423 (_initialize_arm_tdep): Allocate prologue_cache.
13424 (check_prologue_cache): Update.
13425 (save_prologue_cache): Update.
13426 (arm_gdbarch_init): Update.
13427
13428 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13429
13430 * stabsread.c (update_method_name_from_physname): Call complaint()
13431 instead of error.
13432
13433 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13434
13435 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13436 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13437 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13438
13439 * blockframe.c: Include "gdbcmd.h" and "command.h".
13440 (backtrace_below_main): New variable.
13441 (file_frame_chain_valid, func_frame_chain_valid)
13442 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13443 (generic_func_frame_chain_valid): Remove functions.
13444 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13445 (_initialize_blockframe): New function.
13446 * Makefile.in (blockframe.o): Update dependencies.
13447 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13448 comment. Call frame_chain_valid ().
13449 * frame.h: Remove old prototypes. Add prototype for
13450 frame_chain_valid and update comments to match.
13451 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13452 Remove old comment.
13453 * gdbarch.h: Regenerated.
13454 * gdbarch.c: Regenerated.
13455
13456 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13457 set_gdbarch_frame_chain_valid.
13458 * avr-tdep.c (avr_gdbarch_init): Likewise.
13459 * cris-tdep.c (cris_gdbarch_init): Likewise.
13460 * frv-tdep.c (frv_gdbarch_init): Likewise.
13461 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13462 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13463 (i386_nw_init_abi): Likewise.
13464 (i386_gdbarch_init): Likewise.
13465 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13466 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13467 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13468 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13469 * mips-tdep.c (mips_gdbarch_init): Likewise.
13470 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13471 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13472 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13473 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13474 * s390-tdep.c (s390_gdbarch_init): Likewise.
13475 * sh-tdep.c (sh_gdbarch_init): Likewise.
13476 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13477 * v850-tdep.c (v850_gdbarch_init): Likewise.
13478 * vax-tdep.c (vax_gdbarch_init): Likewise.
13479 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13480
13481 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13482 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13483 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13484 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13485 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13486 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13487 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13488 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13489
13490 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13491
13492 * Makefile.in (acconfig_h): Remove incorrect macro.
13493 (config_h): Define.
13494 (osabi.o): Update dependencies.
13495 * configure.tgt: Set gdb_osabi based on target triplet.
13496 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13497 * configure: Regenerated.
13498 * config.in: Regenerated.
13499 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13500 (GDB_OSABI_DEFAULT): Define if not already defined.
13501 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13502 (set_osabi_string): New variables.
13503 (gdbarch_register_osabi): Add new OS ABI to
13504 gdb_osabi_available_names.
13505 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13506 (set_osabi, show_osabi): New functions.
13507 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13508
13509 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13510
13511 * arch-utils.c (gdbarch_info_init): Set osabi to
13512 GDB_OSABI_UNINITIALIZED.
13513 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13514 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13515 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13516 * gdbarch.c: Regenerated.
13517 * gdbarch.h: Regenerated.
13518 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13519 there's no BFD.
13520 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13521 * osabi.h (enum gdb_osabi): Move to defs.h.
13522 (gdbarch_init_osabi): Update prototype.
13523 * defs.h (enum gdb_osabi): Moved here.
13524 * Makefile.in: Update dependencies.
13525
13526 * alpha-tdep.h: Don't include "osabi.h".
13527 (struct gdbarch_tdep): Remove osabi member.
13528 * alpha-tdep.c: Include "osabi.h".
13529 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13530 iterate over arches. Update call to gdbarch_init_osabi.
13531 (alpha_dump_tdep): Don't dump osabi.
13532 * alpha-linux-tdep.c: Include "osabi.h".
13533 * alpha-osf1-tdep.c: Include "osabi.h".
13534 * alphafbsd-tdep.c: Include "osabi.h".
13535 * alphanbsd-tdep.c: Include "osabi.h".
13536
13537 * arm-tdep.h: Don't include "osabi.h".
13538 (struct gdbarch_tdep): Remove osabi member.
13539 * arm-tdep.c: Include "osabi.h".
13540 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13541 iterate over arches. Update call to gdbarch_init_osabi.
13542 (arm_dump_tdep): Don't dump osabi.
13543 * arm-linux-tdep.c: Include "osabi.h".
13544 * armnbsd-tdep.c: Include "osabi.h".
13545
13546 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13547 Update call to gdbarch_init_osabi.
13548
13549 * i386-tdep.h: Don't include "osabi.h".
13550 (struct gdbarch_tdep): Remove osabi member.
13551 * i386-tdep.c: Include "osabi.h".
13552 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13553 iterate over arches. Update call to gdbarch_init_osabi.
13554 (i386_dump_tdep): Don't dump osabi.
13555 * i386-linux-tdep.c: Include "osabi.h".
13556 * i386-sol2-tdep.c: Include "osabi.h".
13557 * i386bsd-tdep.c: Include "osabi.h".
13558 * i386gnu-tdep.c: Include "osabi.h".
13559 * i386ly-tdep.c: Include "osabi.h".
13560 * i386nbsd-tdep.c: Include "osabi.h".
13561 * i386obsd-tdep.c: Include "osabi.h".
13562
13563 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13564 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13565 check osabi when iterating over arches. Update call to
13566 gdbarch_init_osabi.
13567 (mips_dump_tdep): Don't dump osabi.
13568
13569 * ns32k-tdep.h: Don't include "osabi.h".
13570 (struct gdbarch_tdep): Remove.
13571 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13572 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13573 allocate tdep. Update call to gdbarch_init_osabi.
13574 (ns32k_dump_tdep): Remove.
13575 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13576 * ns32knbsd-tdep.c: Include "osabi.h".
13577
13578 * ppc-tdep.h: Don't include "osabi.h".
13579 (struct gdbarch_tdep): Remove osabi member.
13580 * rs6000-tdep.c: Include "osabi.h".
13581 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13582 osabi when iterating over arches. Update call to
13583 gdbarch_init_osabi.
13584 (rs6000_dump_tdep): Don't dump osabi.
13585 * ppc-linux-tdep.c: Include "osabi.h".
13586 * ppcnbsd-tdep.c: Include "osabi.h".
13587
13588 * sh-tdep.h: Don't include "osabi.h".
13589 (struct gdbarch_tdep): Remove osabi member.
13590 * sh-tdep.c: Include "osabi.h".
13591 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13592 iterate over arches. Update call to gdbarch_init_osabi.
13593 (sh_dump_tdep): Don't dump osabi.
13594 * shnbsd-tdep.c: Include "osabi.h".
13595
13596 * sparc-tdep.c: Include "osabi.h".
13597 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13598 iterate over arches. Update call to gdbarch_init_osabi.
13599 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
13600 tdep structure.
13601
13602 * vax-tdep.h: Don't include "osabi.h".
13603 (struct gdbarch_tdep): Remove.
13604 * vax-tdep.c: Include "osabi.h".
13605 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13606 iterate over arches. Don't allocate tdep. Update call
13607 to gdbarch_init_osabi.
13608 (vax_dump_tdep): Remove.
13609 (_initialize_vax_tdep): Update call to gdbarch_register.
13610
13611 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13612
13613 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
13614 entirely.
13615 (breakpoint_re_set_one): Don't fetch the value for a disabled
13616 watchpoint.
13617
13618 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13619
13620 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13621 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13622 (COERCE_FLOAT_TO_DOUBLE): Remove.
13623 * gdbarch.c: Regenerate.
13624 * gdbarch.h: Regenerate.
13625 * Makefile.in: Remove value_h from gdbarch_h.
13626 * valops.c (coerce_float_to_double): New variable.
13627 (default_coerce_float_to_double): Remove.
13628 (standard_coerce_float_to_double): Remove.
13629 (value_arg_coerce): Use coerce_float_to_double.
13630 (_initialize_valops): Add "set coerce-float-to-double".
13631 * value.h (default_coerce_float_to_double): Remove prototype.
13632 (standard_coerce_float_to_double): Remove prototype.
13633
13634 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13635 prototyped.
13636 * mdebugread.c (parse_symbol): Likewise.
13637 * stabsread.c (define_symbol): Mark all functions as prototyped.
13638
13639 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13640 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13641 set_gdbarch_coerce_float_to_double.
13642 * arm-tdep.c (arm_gdbarch_init): Likewise.
13643 * frv-tdep.c (frv_gdbarch_init): Likewise.
13644 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13645 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13646 * mips-tdep.c (mips_gdbarch_init): Likewise.
13647 (mips_coerce_float_to_double): Remove.
13648 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13649 (rs6000_coerce_float_to_double): Remove.
13650 * s390-tdep.c (s390_gdbarch_init): Likewise.
13651 * sh-tdep.c (sh_gdbarch_init): Likewise.
13652 (sh_coerce_float_to_double): Remove.
13653 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13654 (sparc_coerce_float_to_double): Remove.
13655 * v850-tdep.c (v850_gdbarch_init): Likewise.
13656 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13657 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13658 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13659 (hppa_coerce_float_to_double): Remove prototype.
13660 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13661
13662 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13663
13664 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13665
13666 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13667
13668 Suggested by Stewart Brown <sb24@avaya.com>:
13669 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13670 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13671 (c_type_print_varspec_suffix): Likewise.
13672
13673 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13674
13675 * configure.in: Don't set and AC_SUBST SUBDIRS.
13676 * configure: Regenerated.
13677
13678 * configure.in: Remove code dealing with shared libraries.
13679 * Makefile.in: Remove HLDFLAGS and HLDENV.
13680 * configure: Regenerated.
13681
13682 2003-01-04 Andrew Cagney <ac131313@redhat.com>
13683
13684 * frame.c (deprecated_frame_xmalloc): New function.
13685 (deprecated_set_frame_saved_regs_hack): New function.
13686 (deprecated_set_frame_extra_info_hack): New function.
13687 * frame.h (deprecated_frame_xmalloc): Declare.
13688 (deprecated_set_frame_saved_regs_hack): Declare.
13689 (deprecated_set_frame_extra_info_hack): Declare.
13690
13691 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13692
13693 * configure.in: Move code that provides the --enable-gdbtk option
13694 right after the code that handles the --enable-tui option, and
13695 polish it somewhat.
13696 * configure: Regenerated.
13697
13698 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13699 AC_CHECK_FUNCS and remove the old check for pread64.
13700 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13701 * acconfig.h (_GNU_SOURCE): Add.
13702 (HAVE_PREAD64): Remove.
13703 * configure, aclocal.m4, config.in: Regenerated.
13704
13705 2003-01-03 Andrew Cagney <ac131313@redhat.com>
13706
13707 * alpha-tdep.c: Use get_frame_saved_regs.
13708 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13709 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13710 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13711 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13712 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13713
13714 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13715
13716 * configure.in: Remove all use of the SUBDIRS variable; add
13717 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13718 code providing the --enable-multi-ice option, and move it right in
13719 front of the code that checks whether gdbserver is supported.
13720 Polish that too.
13721 * configure: Regenerated.
13722 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13723 @SUBDIRS@.
13724
13725 2003-01-03 Andrew Cagney <cagney@redhat.com>
13726
13727 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13728 * avr-tdep.c, cris-tdep.c: Ditto.
13729 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13730 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13731
13732 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13733
13734 * configure.in: Remove --enable-netrom option.
13735 * configure: Regenerated.
13736
13737 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13738
13739 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13740 declaration for `struct re_pattern_buffer' instead.
13741 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13742
13743 2003-01-03 J. Brobecker <brobecker@gnat.com>
13744
13745 * mdebugread.c (parse_symbol): Count until the stEnd matching
13746 the structure name.
13747
13748 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13749
13750 * configure.in: Remove --with-cpu option.
13751 subscripts. Remove evil changequotes here.
13752 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13753 * config.in, configure: Regenerated.
13754
13755 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13756 * configure.in: Cleanup section that sources GDB and BFD configure
13757 subscripts. Remove evil changequotes here.
13758 * config.in, configure: Regenerated.
13759
13760 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13761
13762 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13763 frame accessor methods.
13764 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13765 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13766 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13767 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13768 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13769 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13770 * z8k-tdep.c: Ditto.
13771
13772 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13773
13774 * configure.in: Remove UI_OUT configuration code.
13775 * ada-lang.c: Update assuming UI_OUT is always true.
13776 * Makefile.in (UIOUT_CFLAGS): Remove.
13777 * configure: Regenerated.
13778 * TODO: Remove blurb about elimination of -DUI_OUT.
13779
13780 * configure.in: Move code that provides the --enable-gdbcli,
13781 --enable-gdbmi options right before the code that handles the
13782 --enable-tui option. Polish a bit.
13783 * configure: Regenerated.
13784
13785 * configure.in: Rewrite check for GNU regex and the
13786 --without-included regex option, and move it into the "Checks for
13787 library functions" section. This makes us use the system regex
13788 again by default on systems with version 2 of the GNU C library.
13789 This was apparently broken.
13790 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13791 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13792 * config.in, configure: Regenerated.
13793
13794 * configure.in: Move code that provides the --enable-tui option
13795 before the "Checks for libraries" section. Polish the code
13796 somewhat and set need_curses to yes if we build the TUI. Rewrite
13797 code that looks for a library providing termcap functionality to
13798 match more closely what's done in the Readline library, and move
13799 it into to the "Checks for libraries" section.
13800 * configure: Regenerated.
13801 * Makefile.in (TERMCAP): Remove variable.
13802 * config/i386/go32.mh (TERMCAP): Remove variable.
13803
13804 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13805
13806 * MAINTAINERS: Mention gdb_mbuild.sh.
13807 * gdb_mbuild.sh: Rewrite.
13808
13809 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13810
13811 * configure.in: Fix typo in last change.
13812 * config.in, configure: Regenerated.
13813
13814 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13815
13816 * valarith.c (value_binop): Delete obsolete code and comments.
13817 * configure.host: Ditto.
13818 * buildsym.h (make_blockvector): Ditto.
13819 * buildsym.c (make_blockvector): Ditto.
13820 * defs.h (enum language): Ditto.
13821 (chill_demangle): Ditto.
13822 * elfread.c (elf_symtab_read): Ditto.
13823 * dwarfread.c (CHILL_PRODUCER): Ditto.
13824 (set_cu_language): Ditto.
13825 (handle_producer): Ditto.
13826 * expprint.c (print_subexp): Ditto.
13827 * gdbtypes.c (chill_varying_type): Ditto.
13828 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13829 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13830 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13831 (chill_varying_type): Ditto.
13832 * language.h (_LANG_chill): Ditto.
13833 * language.c (binop_result_type, integral_type): Ditto.
13834 (character_type, string_type, structured_type): Ditto.
13835 (lang_bool_type, binop_type_check): Ditto.
13836 * stabsread.h (os9k_stabs): Ditto.
13837 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13838 (define_symbol, read_type, read_struct_fields): Ditto.
13839 (read_array_type, read_enum_type, read_huge_number): Ditto.
13840 (read_range_type, start_stabs): Ditto.
13841 * symfile.c (init_filename_language_table): Ditto.
13842 (add_psymbol_with_dem_name_to_list): Ditto.
13843 * symtab.c (symbol_init_language_specific): Ditto.
13844 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13845 * symtab.h (struct general_symbol_info): Ditto.
13846 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13847 * typeprint.c (typedef_print): Ditto.
13848 * utils.c (fprintf_symbol_filtered): Ditto.
13849 * valops.c (value_cast, search_struct_field, value_slice): Delete
13850 obsolete code.
13851 (varying_to_slice): Delete function.
13852 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13853 (varying_to_slice): Delete declaration.
13854 * MAINTAINERS: Update.
13855
13856 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13857
13858 * configure.in: Reorganize "Checks for library functions section"
13859 a bit. Remove check for `btowc' and `isascii' functions.
13860 * configure: Regenerated.
13861
13862 * acconfig.h (_MSE_INT_H): Remove.
13863 * configure.in: Create "Checks for header files" section, and move
13864 appropriate tests there. Don't check for objlist.h, wchar.h,
13865 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13866 misdetection fix. Also add "Checks for types", "Checks for
13867 compiler characteristics" and "Checks for library functions"
13868 sections.
13869 * config.in, configure: Regenerated.
13870
13871 * configure.in: Create "Checks for programs" section, and move
13872 appropriate tests there.
13873
13874 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13875
13876 * configure.in: Create "Checks for libraries" section, and move
13877 appropriate tests there. Cleanup check for wctype in libw. Use
13878 AC_SEARCH_LIBS to see whether we need libsocket.
13879 * configure: Regenerated.
13880
13881 For older changes see ChangeLog-2002
13882 \f
13883 Local Variables:
13884 mode: change-log
13885 left-margin: 8
13886 fill-column: 74
13887 version-control: never
13888 End: