2003-11-09 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-11-09 Andrew Cagney <cagney@redhat.com>
2
3 * gdbarch.sh (verify_gdbarch, gdbarch_dump): Rename "gdbarch"
4 parameter to "current_gdbarch". Add comment explaining why.
5 (TARGET_FLOAT_FORMAT: Pass "current_gdbarch" to default_double_format.
6 (TARGET_DOUBLE_FORMAT,TARGET_LONG_DOUBLE_FORMAT): Ditto.
7 * gdbarch.c: Re-generate.
8
9 * config/s390/s390.mh (XM_FILE, XM_CLIBS): Delete macros.
10 * config/s390/nm-linux.h (KERNEL_U_ADDR): Define.
11 * config/s390/xm-linux.h: Delete file.
12 * config/m88k/xm-delta88v4.h: Delete stray.
13
14 * Makefile.in (arch-utils.o): Update dependencies.
15 * arch-utils.c: Include "osabi.h".
16 (gdbarch_info_fill): New function.
17 * arch-utils.h (gdbarch_info_fill): Declare.
18 * gdbarch.sh (gdbarch_update_p): Call "gdbarch_info_fill".
19 * gdbarch.c: Re-generate.
20
21 2003-11-09 Mark Kettenis <kettenis@gnu.org>
22 David S. Miller <davem@redhat.com>
23
24 * glibc-tdep.c, glibc-tdep.h: New files.
25 * config/arm/linux.mt (TDEPFILES): Add glibc-tdep.o
26 * config/i386/linux.mt (TDEPFILES): Likewise.
27 * i386-linux-tdep.c (glibc-tdep.h): Include.
28 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
29 (i386_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
30 * arm-linux-tdep.c (glibc-tdep.h): Include.
31 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
32 (arm_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
33 * Makefile.in (ALLDEPFILES): Add glibc-tdep.c
34 (glibc_tdep_h): Define.
35 (glibc-tdep.o): Add dependencies.
36 (arm-linux-tdep.o): Update dependencies.
37 (i386-linux-tdep.o): Likewise.
38
39 2003-11-09 Andrew Cagney <cagney@redhat.com>
40
41 * config/mips/irix6.mh (NAT_FILE): Set to "nm-irix5.h".
42 * config/mips/nm-irix6.h: Delete file.
43 * config/mips/nm-linux.h: Update copyright.
44 (MIPS_GNULINUX_TARGET): Delete macro.
45 * config/mips/irix6.mh (XM_FILE): Set to "xm-irix5.h".
46 * config/mips/xm-irix6.h: Delete file.
47 * config/mips/linux.mh (XM_FILE): Delete definition.
48 * config/mips/xm-linux.h: Delete file.
49
50 2003-11-09 Andrew Cagney <cagney@redhat.com>
51
52 * d10v-tdep.c (d10v_return_value): New function.
53 (d10v_use_struct_convention): Delete function.
54 (d10v_store_return_value): Delete function.
55 (d10v_extract_struct_value_address): Delete function.
56 (d10v_gdbarch_init): Set "return_value" instead of
57 "extract_return_value", "store_return_value",
58 "extract_struct_value_address", and "use_struct_convention".
59 (RET1_REGNUM): Delete const.
60
61 2003-11-09 Mark Kettenis <kettenis@gnu.org>
62
63 From David S. Miller <davem@redhat.com>:
64 * gdbarch.sh (SKIP_SOLIB_RESOLVER): New method.
65 * gdbarch.c, gdbarch.h: Regenerated.
66 * arch-utils.c (generic_skip_solib_resolver): New function.
67 * arch-utils.h (generic_skip_solib_resolver): New prototype.
68 * infrun.c (SKIP_SOLIB_RESOLVER): Don't define.
69
70 2003-11-07 Andrew Cagney <cagney@redhat.com>
71
72 * top.c (print_gdb_version): Replace STREQ with strcmp.
73 * valops.c (value_struct_elt_for_reference): Ditto.
74 (value_struct_elt_for_reference): Ditto.
75 * symtab.c (gdb_mangle_name): Ditto.
76 (find_line_symtab): Ditto.
77 * symmisc.c (maintenance_print_symbols): Ditto.
78 * symfile.c (symbol_file_command): Ditto.
79 * stabsread.c (define_symbol, read_type): Ditto.
80 (cleanup_undefined_types, scan_file_globals): Ditto.
81 * solib.c (solib_map_sections): Ditto.
82 * solib-svr4.c (bfd_lookup_symbol): Ditto.
83 * rs6000-tdep.c (skip_prologue): Ditto.
84 * p-valprint.c (pascal_value_print): Ditto.
85 (pascal_object_is_vtbl_ptr_type): Ditto.
86 * objfiles.c (in_plt_section): Ditto.
87 * minsyms.c (lookup_minimal_symbol): Ditto.
88 (compact_minimal_symbols): Ditto.
89 (find_solib_trampoline_target): Ditto.
90 * mdebugread.c (parse_type): Ditto.
91 * language.c (set_language_command): Ditto.
92 (set_type_command, set_range_command): Ditto.
93 * f-lang.c (add_common_block): Ditto.
94 (add_common_block): Ditto.
95 (find_first_common_named): Ditto.
96 (patch_all_commons_by_name): Ditto.
97 * elfread.c (elf_locate_sections): Ditto.
98 (elf_locate_sections): Ditto.
99 (elfstab_offset_sections): Ditto.
100 * dwarf2read.c (dwarf2_locate_sections): Ditto.
101 * dbxread.c (add_old_header_file): Ditto.
102 (find_corresponding_bincl_psymtab): Ditto.
103 (read_dbx_symtab, process_one_symbol): Ditto.
104 * coffread.c (patch_opaque_types): Ditto.
105 * cli/cli-decode.c (delete_cmd): Ditto.
106 * cli/cli-cmds.c (pwd_command, list_command): Ditto.
107 * c-typeprint.c (c_type_print_base): Ditto.
108 * breakpoint.c (bpstat_stop_status): Ditto.
109 (clear_command, breakpoint_re_set_one): Ditto.
110
111 2003-11-07 Andrew Cagney <cagney@redhat.com>
112
113 * bcache.h: Update copyright. Add comments on bcache VS hashtab.
114 * bcache.c (struct bstring): Make "length" an unsigned short, add
115 "half_hash".
116 (struct bcache): Add "half_hash_error_count".
117 (bcache): Compute and save the "half_hash". Compare the
118 "half_hash" before comparing the length. Update
119 half_hash_error_count.
120
121 2003-11-07 Andrew Cagney <cagney@redhat.com>
122
123 * inftarg.c (child_xfer_partial): New function
124 (init_child_ops): Set "to_xfer_partial".
125
126 2003-11-07 Andrew Cagney <cagney@redhat.com>
127
128 * ppc-linux-tdep.c (ppc_linux_init_abi): When 32-bit GNU/Linux,
129 set "return_value" instead of "use_struct_convention".
130 (ppc_linux_use_struct_convention): Delete function.
131 (ppc_linux_return_value): New function.
132 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): New function.
133 (ppc_sysv_abi_broken_return_value): New function.
134 (do_ppc_sysv_return_value): Add "gdbarch" parameter.
135 (ppc64_sysv_abi_push_dummy_call): Add "gdbarch" parameter, drop
136 static.
137 (ppc_sysv_abi_extract_return_value): Delete function.
138 (ppc_sysv_abi_broken_extract_return_value): Delete function.
139 (ppc_sysv_abi_store_return_value): Delete function.
140 (ppc_sysv_abi_broken_store_return_value): Delete function.
141 (ppc_sysv_abi_use_struct_convention): Delete function.
142 (ppc64_sysv_abi_use_struct_convention): Delete function.
143 (ppc64_sysv_abi_extract_return_value): Delete function.
144 (ppc64_sysv_abi_store_return_value): Delete function.
145 * ppcnbsd-tdep.c (ppcnbsd_return_value): New function.
146 (ppcnbsd_init_abi): Set "return_value", instead of
147 "use_struct_convention", "extract_return_value", and
148 "store_return_value".
149 (ppcnbsd_use_struct_convention): Delete function.
150 * ppc-tdep.h (ppc64_sysv_abi_return_value): Declare.
151 (ppc_sysv_abi_return_value): Declare.
152 (ppc_sysv_abi_broken_return_value): Declare.
153 (ppc_sysv_abi_use_struct_convention): Delete.
154 (ppc_sysv_abi_store_return_value): Delete.
155 (ppc_sysv_abi_extract_return_value): Delete.
156 (ppc_sysv_abi_broken_store_return_value): Delete.
157 (ppc_sysv_abi_broken_extract_return_value): Delete.
158 (ppc64_sysv_abi_use_struct_convention): Delete.
159 (ppc64_sysv_abi_extract_return_value): Delete.
160 (ppc64_sysv_abi_store_return_value): Delete.
161 * rs6000-tdep.c (rs6000_gdbarch_init): For 32-bit and 64-bit SYSV,
162 set "return_value" instead of "extract_return_value",
163 "store_return_value", and "use_struct_convention".
164
165 2003-11-07 Mark Kettenis <kettenis@gnu.org>
166
167 * dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
168
169 * fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
170 fscanf.
171
172 2003-11-07 Mark Kettenis <kettenis@gnu.org>
173
174 * fbsd-proc.c: Fix formatting.
175
176 2003-11-06 Kevin Buettner <kevinb@redhat.com>
177
178 * frv-tdep.c (first_pseudo_regnum, iacc0_regnum, frv_num_pseudo_regs):
179 Define.
180 (new_variant): Set name for iacc0_regnum.
181 (frv_register_name): Accommodate pseudo-registers.
182 (frv_register_type): Add case for iacc0_regnum.
183 (frv_pseudo_register_read, frv_pseudo_register_write): New functions.
184 (frv_gdbarch_init): Set number of pseudo registers. Establish
185 pseudo-register read/write methods.
186
187 2003-11-06 Andrew Cagney <cagney@redhat.com>
188
189 * valops.c (destructor_name_p): Replace STREQN with strncmp.
190 * top.c (command_line_input): Ditto.
191 * objc-exp.y (yylex): Ditto.
192 * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
193 * jv-exp.y (yylex): Ditto.
194 * f-exp.y (yylex): Ditto.
195 * event-top.c (command_line_handler): Ditto.
196 * environ.c (get_in_environ): Ditto.
197 (set_in_environ): Ditto.
198 * dwarfread.c (handle_producer): Ditto.
199 * dbxread.c (process_one_symbol): Ditto.
200 * c-typeprint.c (c_type_print_base): Ditto.
201 * c-exp.y (yylex): Ditto.
202
203 2003-11-06 Andrew Cagney <cagney@redhat.com>
204 Jeff Johnston <jjohnstn@redhat.com>
205
206 * target.c (add_target): Only set "to_xfer_partial" when NULL.
207 (init_dummy_target): Set "to_xfer_partial".
208
209 2003-11-06 Andrew Cagney <cagney@redhat.com>
210
211 * stack.c (return_command): Warn when STRUCT_CONVENTION, and not
212 REGISTER_CONVENTION.
213
214 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
215
216 * breakpoint.c (insert_bp_location, allocate_bp_location): Make
217 static.
218
219 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
220
221 * breakpoint.c (remove_breakpoint): Take an bp_location
222 instead of a breakpoint argument. Check the bp_location's type.
223 Fix a reversed condition for hardware breakpoints.
224
225 (insert_bp_location): Update call to remove_breakpoint.
226 (remove_breakpoints): Likewise. Use ALL_BP_LOCATIONS.
227 (remove_hw_watchpoints): Likewise.
228 (reattach_breakpoints): Likewise.
229 (detach_breakpoints): Likewise.
230 (delete_breakpoint): Likewise.
231
232 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
233
234 * breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
235 (beakpoint_init_inferior): Likewise.
236 (breakpoint_here_p): Likewise. Only check addresses for software
237 or hardware breakpoints.
238 (breakpoint_inserted_here_p): Likewise.
239 (breakpoint_thread_match): Likewise. Correct comment.
240 (bpstat_have_active_hw_watchpoints): Likewise.
241 (check_duplicates): Likewise.
242
243 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
244
245 * breakpoints.c (insert_bp_location): New function, broken out
246 from insert_breakpoints. Work on an bp_location instead of a
247 breakpoint.
248 (insert_breakpoints): Use it.
249
250 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
251
252 * breakpoint.h (struct bp_location): Add section.
253 (struct breakpoint): Remove section.
254 * breakpoint.c (insert_breakpoints, remove_breakpoint)
255 (breakpoint_here_p, breakpoint_inserted_here_p)
256 (breakpoint_thread_match, bpstat_stop_status, print_one_breakpoint)
257 (describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
258 (clear_command, delete_breakpoint, breakpoint_re_set_one): Access
259 section through loc.
260
261 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
262
263 * breakpoint.c (read_memory_nobpt): Use ALL_BP_LOCATIONS
264 instead of ALL_BREAKPOINTS. Check for software breakpoints only.
265
266 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
267
268 * breakpoint.c (allocate_bp_location): Take bpt and bp_type
269 arguments. Initialize owner and type for the new breakpoint
270 location item.
271 (set_raw_breakpoint): Update call to allocate_bp_location.
272
273 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
274
275 * breakpoint.h (struct bp_location): Add a chain pointer.
276 * breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
277 macros.
278 (bp_location_chain): New variable.
279 (allocate_bp_location): New function.
280 (set_raw_breakpoint): Use it.
281 (delete_breakpoint): Remove ->loc from the bp_location_chain.
282
283 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
284
285 * breakpoint.h (enum bp_loc_type, struct bp_location): New.
286 (struct breakpoint): Remove address, shadow_contents, inserted,
287 requested_address, and duplicate. Add a struct bp_location.
288 * breakpoint.c (condition_command, read_memory_nobpt)
289 (insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
290 (reattach_breakpoints, update_breakpoints_after_exec)
291 (detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
292 (breakpoint_init_inferior, breakpoint_here_p)
293 (breakpoint_inserted_here_p, deprecated_frame_in_dummy)
294 (breakpoint_thread_match, bpstat_stop_status)
295 (bpstat_have_active_hw_watchpoints, print_one_breakpoint)
296 (describe_other_breakpoints, check_duplicates)
297 (make_breakpoint_permanent, create_thread_event_breakpoint)
298 (disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
299 (set_longjmp_resume_breakpoint, mention, create_breakpoints)
300 (watch_command_1, print_one_exception_catchpoint)
301 (clear_command, breakpoint_re_set_one): Adjust member accesses to
302 use the breakpoint's ->loc.
303 (set_raw_breakpoint): Likewise. Initialize ->loc.
304 (delete_breakpoint): Likewise. Free ->loc.
305
306 2003-11-05 Andrew Cagney <cagney@redhat.com>
307
308 * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
309 macro.
310 * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
311 * config/i386/tm-cygwin.h
312 (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
313 * config/powerpc/tm-linux.h
314 (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
315 (at_subroutine_call_instruction_target): Delete declaration.
316 * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
317 * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
318 * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
319
320 * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
321 "struct bfd_section" and "struct bfd".
322 * target.h (struct section_table): Ditto.
323 * rs6000-nat.c (xcoff_relocate_core): Ditto.
324 * solib-svr4.c (elf_locate_base): Ditto.
325 * pa64solib.c (dld_cache_t): Ditto.
326 * objfiles.h (struct obj_section): Ditto.
327 * objfiles.c (add_to_objfile_sections): Ditto.
328 * exec.c (bfdsec_to_vmap): Ditto.
329 (add_to_section_table): Ditto.
330 (build_section_table): Ditto.
331 * corelow.c (get_core_register_section): Ditto.
332 * coffread.c (find_linenos): Ditto.
333 * elfread.c (elf_interpreter): Delete #if0'd function.
334
335 * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
336 * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
337 * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
338 * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
339
340 * arch-utils.h (generic_cannot_extract_struct_value_address):
341 Delete declaration.
342 * wince.c (_initialize_wince): Fix multi-line string.
343 * ia64-tdep.c (floatformat_valid): Convert to ISO C.
344
345 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
346
347 * top.c (execute_command): Fix broken logic for command execution
348 while inferior is running in async mode.
349
350 2003-11-06 Mark Kettenis <kettenis@gnu.org>
351
352 * dwarf2-frame.c (execute_cfa_program): Mark register as
353 REG_SAVED_REG for DW_CFA_register opcode.
354
355 2003-11-05 Mark Kettenis <kettenis@gnu.org>
356
357 * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
358 %rsp, %rip and %eflags to match ABI-change.
359
360 2003-11-05 Jeff Johnston <jjohnstn@redhat.com>
361
362 * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
363 (ia64_gdbarch_init): Don't bother calculating the os.
364 Instead use the gdbarch_info struct and look at the osabi field.
365 Also use gdbarch_list_lookup_by_info() to look for a
366 candidate gdbarch.
367
368 2003-11-05 Kevin Buettner <kevinb@redhat.com>
369
370 * frv-tdep.c (frv_register_byte): Delete.
371 (frv_extract_return_value, frv_store_return_value)
372 (frv_extract_struct_value_address): Don't call frv_register_byte().
373 Convert to non-deprecated form.
374 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
375 Convert calls to set_gdbarch_deprecated_extract_return_value(),
376 set_gdbarch_deprecated_store_return_value(), and
377 set_gdbarch_deprecated_extract_struct_value_address() into
378 non-deprecated forms.
379
380 2003-11-05 Andrew Cagney <cagney@redhat.com>
381
382 * mips-tdep.c (mips_dump_tdep): Do not print
383 PRINT_EXTRA_FRAME_INFO.
384 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
385 Rename PRINT_EXTRA_FRAME_INFO.
386 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
387 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
388 (mips_print_extra_frame_info): Delete declaration.
389 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
390
391 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
392
393 * coffread.c (coff_symtab_read): Remove passing of info parameter
394 to prim_record_minimal_symbol_and_info.
395
396 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
397
398 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
399 (decode_base_type): Delete ifdeffed out code.
400
401 2003-11-04 Andrew Cagney <cagney@redhat.com>
402
403 * symtab.c (find_active_alias): Delete function.
404 (lookup_block_symbol): Delete alias code.
405 * stabsread.c (resolve_live_range): Delete function.
406 (add_live_range): Delete function.
407 (resolve_symbol_reference): Delete function.
408 (define_symbol): Delete live range and alias code.
409 (scan_file_globals): Delete alias code.
410 * symtab.h (SYMBOL_RANGES): Delete macro.
411 (struct range_list): Delete structure.
412 (struct symbol): Delete field "ranges".
413 (SYMBOL_ALIASES): Delete macro.
414 (struct alias_list): Delete structure.
415 (struct symbol): Delete field "aliases".
416
417 2003-11-04 Michael Snyder <msnyder@redhat.com>
418
419 * MAINTAINERS: Remove myself as owner of breakpoints and
420 of sparc/solaris.
421
422 2003-11-03 Corinna Vinschen <vinschen@redhat.com>
423
424 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
425 (sh_sh4al_dsp_register_name): Ditto.
426 (sh4_nofpu_show_regs): Ditto.
427 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
428 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
429
430 2003-11-03 Andrew Cagney <cagney@redhat.com>
431
432 * bcache.c: Include "gdb_assert.h".
433 (struct bcache): Add fields "expand_count" and
434 "expand_hash_count".
435 (expand_hash_table): Update the expand counts.
436 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
437 on object sizes and hashes.
438 * Makefile.in (bcache.o): Update dependencies.
439
440 2003-11-03 Andrew Cagney <cagney@redhat.com>
441
442 * exec.c (xfer_memory): Eliminate xfer_fn.
443
444 2003-10-31 Kevin Buettner <kevinb@redhat.com>
445
446 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
447 (opcodes/frv-desc.h): Include.
448 (iacc0h_regnum, iacc0l_regnum): Define.
449 (last_spr_regnum, frv_num_regs): Update.
450 (new_variant): Don't supply default names for holes in the SPRs.
451 Supply names for iacc0h_regnum and iacc0l_regnum.
452 (frv_register_type): Use symbolic constants first_fpr_regnum and
453 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
454 builtin_type_int instead of builtin_type_int32.
455 (frv_register_sim_regno): New function.
456 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
457 * Makefile.in (gdb_sim_frv_h): Define.
458 (frv-tdep.o): Update dependencies.
459
460 2003-10-31 Andrew Cagney <cagney@redhat.com>
461
462 * avr-tdep.c (avr_frame_this_id): Do not call
463 deprecated_inside_entry_file.
464 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
465 * m32r-tdep.c (m32r_frame_this_id): Ditto.
466 * d10v-tdep.c (d10v_frame_this_id): Ditto.
467 * arm-tdep.c (arm_prologue_this_id): Ditto.
468 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
469
470 2003-10-31 Jim Blandy <jimb@redhat.com>
471
472 * elfread.c (elf_symtab_read): Allocate correct number of tail
473 elements to sectinfo structure. (Fix from Woody LaRue.)
474
475 2003-10-31 Andrew Cagney <cagney@redhat.com>
476
477 * stack.c (return_command): Use get_frame_type, instead of
478 CALL_DUMMY_HAS_COMPLETED.
479 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
480 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
481
482 2003-10-31 Mark Kettenis <kettenis@gnu.org>
483
484 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
485 explicitly specify size of array.
486 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
487 TDEP->sc_num_regs.
488
489 2003-10-31 Andrew Cagney <cagney@redhat.com>
490
491 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
492 function.
493 (s390_gdbarch_init): Set extract_struct_value_address.
494 * arch-utils.c (generic_cannot_extract_struct_value_address):
495 Delete function.
496 * arch-utils.h (generic_cannot_extract_struct_value_address):
497 Delete definition.
498
499 2003-10-31 Mark Kettenis <kettenis@gnu.org>
500
501 * i386-linux-nat.c (fetch_core_registers): Remove.
502 (linux_elf_core_fns): Remove.
503 (_initialize_i386_linux_nat): Remove.
504
505 2003-10-31 Andrew Cagney <cagney@redhat.com>
506
507 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
508 "exec.h".
509 (exec_entry_point): New function.
510 (enable_break): Create a "tmp_bfd_target", use that and
511 entry_point_address when computing the relocation offset.
512 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
513 * Makefile.in (solib-svr4.o): Update dependencies.
514
515 2003-10-31 Andrew Cagney <cagney@redhat.com>
516
517 * defs.h (XZALLOC): Define.
518 * target.h (struct target_ops): Add "to_data";
519 * bfd-target.h, bfd-target.c: New files.
520 * Makefile.in (SFILES): Add "bfd-target.c".
521 (COMMON_OBS): Add "bfd-target.o".
522 (bfd-target.o): Specify dependencies.
523 (bfd_target_h): Define.
524 * defs.h (XZALLOC): Define.
525
526 2003-10-31 Andrew Cagney <cagney@redhat.com>
527
528 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
529 adjust_breakpoint_address.
530 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
531 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
532 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
533 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
534
535 2003-10-31 Andrew Cagney <cagney@redhat.com>
536
537 * target.h (struct target_ops): Replace "to_read_partial" and
538 "to_write_partial" with "to_xfer_partial". Update comments.
539 * target.c (debug_to_write_partial): Delete function.
540 (debug_to_xfer_partial): Replace debug_to_read_partial.
541 (add_target, update_current_target, setup_target_debug): Set
542 "to_xfer_partial" instead of "to_read_partial" and
543 "to_write_partial".
544 (default_xfer_partial): Replace "default_write_partial".
545 (default_read_partial): Delete.
546 (target_read_partial, target_write_partial): Call
547 "to_xfer_partial".
548 * remote.c (init_remote_ops): Set "to_xfer_partial".
549 (init_remote_async_ops): Ditto.
550 (remote_xfer_partial): Replace "remote_read_partial".
551
552 2003-10-31 Mark Kettenis <kettenis@gnu.org>
553
554 * i386-tdep.c (i386_supply_fpregset): Support floating-point
555 registers in `fxsave' format.
556 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
557
558 2003-10-30 Mark Kettenis <kettenis@gnu.org>
559
560 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
561 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
562 TDEP->gregset_num_regs and tdep->sizeof_gregset.
563
564 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
565 specify size of array.
566 (i386_linux_init_abi): Remove initialization of
567 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
568 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
569
570 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
571 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
572 core-regset.o.
573
574 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
575 the ELF header.
576
577 2003-10-29 Mark Kettenis <kettenis@gnu.org>
578
579 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
580 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
581 core-regset.o.
582
583 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
584
585 * corelow.c: Include "arch-utils.h", "regset.h" and
586 "gdb_assert.h".
587 (core_gdbarch): New variable.
588 (sniff_core_bfd): Don't sniff if we have support for register sets
589 in CORE_GDBARCH.
590 (core_close): Reset CORE_GDBARCH.
591 (core_open): Initialize CORE_GDBARCH.
592 (get_core_register_section): Use register sets if they are
593 supported by CORE_GDBARCH.
594 (get_core_registers): Don't print error message if we have support
595 for register sets in CORE_GDBARCH.
596
597 2003-10-29 Andrew Cagney <cagney@redhat.com>
598
599 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
600 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
601
602 2003-10-29 Mark Kettenis <kettenis@gnu.org>
603
604 * objfiles.h (clear_objfile_data): New prototype.
605 * objfiles.c (clear_objfile_data): New function.
606 * symfile.c (reread_symbols): Clear per-objfile data.
607
608 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
609
610 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
611 printf_unfiltered instead of printf_filtered for output messages.
612 (add_symbol_file_command): Ditto.
613 (reread_symbols): Ditto.
614 (overlay_auto_command): Ditto.
615 (overlay_manual_command): Ditto.
616 (overlay_off_command): Ditto.
617
618 2003-10-27 Mark Kettenis <kettenis@gnu.org>
619
620 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
621 (gdbarch_from_bfd): New function.
622 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
623 deprecated_select_gdbarch_hack.
624 * arch-utils.h (gdbarch_from_bfd): New prototype.
625
626 2003-10-27 Andrew Cagney <cagney@redhat.com>
627
628 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
629 arch_info. Use warning instead of fprintf_filtered. Do not use
630 deprecated bfd_printable_arch_mach.
631
632 2003-10-26 Kevin Buettner <kevinb@redhat.com>
633
634 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
635 Delete.
636 (frv_register_type): Rename from frv_register_virtual_type. Add
637 ``struct gdbarch *'' parameter.
638 (frv_gdbarch_init): Delete calls to the following functions:
639 set_gdbarch_deprecated_size(),
640 set_gdbarch_deprecated_register_bytes(),
641 set_gdbarch_deprecated_register_raw_size(),
642 set_gdbarch_deprecated_max_register_raw_size(),
643 set_gdbarch_deprecated_register_virtual_size(),
644 set_gdbarch_deprecated_max_register_virtual_size(),
645 set_gdbarch_deprecated_register_virtual_size(),
646 set_gdbarch_deprecated_register_virtual_type().
647 Add call to function set_gdbarch_register_type().
648
649 2003-10-26 Mark Kettenis <kettenis@gnu.org>
650
651 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
652 FDOFF_REGNUM): Remove defines.
653 * win32-nat.c (do_child_fetch_inferior_registers): Include
654 "i387-tdep.h".
655 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
656 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
657 undefine I387_ST0_REGNUM.
658
659 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
660 * x86-64-tdep.c (x86_64_store_return_value): Use
661 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
662
663 Change register numbers to enumartion values.
664 * i386-tdep.h (enum i386_regnum): New.
665 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
666 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
667 I386_ST0_REGNUM): Remove defines.
668 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
669 I386_EDI_REGNUM): Remove defines.
670
671 2003-10-24 Andrew Cagney <cagney@redhat.com>
672
673 * target.c: Include "gdbcore.h".
674 (get_target_memory, get_target_memory_unsigned): New functions.
675 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
676 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
677 Use get_target_memory_unsigned.
678 * Makefile.in (target.o): Update dependencies.
679
680 2003-10-24 Andrew Cagney <cagney@redhat.com>
681
682 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
683 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
684 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
685 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
686 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
687
688 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
689 (can_run_code_for): Use the OO term "singleton".
690
691 2003-10-23 Andrew Cagney <cagney@redhat.com>
692
693 * Makefile.in (stack.o): Add $(regcache_h).
694 * stack.c: Include "regcache.h"
695 (return_command): Rewrite. Use get_frame_id and
696 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
697 about unhandled return-values.
698 * value.h (set_return_value): Delete declaration.
699 * values.c (set_return_value): Delete function.
700
701 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
702
703 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
704 (pseudo_regs): Add comment regarding register stack registers.
705 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
706 (floatformat_valid): New static routine.
707 (floatformat_ia64_ext): Add name field and set up is_valid routine
708 to floatformat_valid().
709 (examine_prologue): For the previous cfm, use
710 frame_unwind_register()
711 if the cfm is not stored in a register-stack register. Save the
712 previous cfm value in the prev_cfm field. Add debug output.
713 (ia64_frame_this_id): Use frame_id_build_special() to also register
714 the bsp. Add debug output.
715 (ia64_sigtramp_frame_this_id): Ditto.
716 (ia64_frame_prev_register): Look at cache saved_regs for a few more
717 registers and also add some checks for framelessness before accepting
718 current register values for fields such as return address. For cfm,
719 use the cached prev_cfm field if available. Add comment to explain
720 PSR logic. Add debug output.
721 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
722 as part of initialization.
723 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
724 calculated. Cache the bsp and cfm values.
725 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
726 instead of using ia64_frame_prev_register() which doesn't expect most
727 registers to be saved. The saved values for bsp and sp
728 can be taken from the cache. Add debug output.
729 (ia64_push_dummy_call): Use frame_id_build_special() to also register
730 the bsp.
731
732 2003-10-23 Jim Blandy <jimb@redhat.com>
733
734 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
735 architecture the current arch can run code for --- but not if it's
736 a superset.
737 (can_run_code_for): New function.
738
739 2003-10-22 James E Wilson <wilson@specifixinc.com>
740
741 * MAINTAINERS: Move myself from paper trail section back to write
742 after approval section.
743
744 2003-10-22 Andrew Cagney <cagney@redhat.com>
745
746 * exec.h: New file.
747 * win32-nat.c: Include "exec.h".
748 * solib.c: Include "exec.h".
749 * target.h (build_section_table): Delete declaration.
750 * somsolib.c: Include "exec.h".
751 (exec_ops): Delete extern declaration.
752 * rs6000-nat.c: Update copyright. Include "exec.h".
753 (exec_ops): Delete extern declaration.
754 * pa64solib.c: Update copyright. Include "exec.h".
755 (exec_ops): Delete extern declaration.
756 * exec.c: Update copyright. Include "exec.h".
757 * corelow.c: Update dependencies. Include "exec.h".
758 * Makefile.in (exec_h): Define.
759 (exec.o, somsolib.o): Update dependencies.
760 (pa64solib.o, corelow.o): Update dependencies.
761
762 2003-10-22 Andrew Cagney <cagney@redhat.com>
763
764 * target.c: Include "gdb_assert.h" (target_read): Call
765 "target_read_partial", not "target_write_partial".
766 (default_read_partial, default_write_partial): New function.
767 (target_read_partial, target_write_partial): Simplify, assume that
768 there is always a read/write method.
769 (update_current_target, add_target): Always set "to_read_partial"
770 and "to_write_partial".
771 (target_write, target_read): Fail on a zero byte transfer.
772 * Makefile.in (target.o): Update dependencies.
773 * target.h: Update copyright date.
774 (target_object): Fix typo.
775
776 2003-10-22 Andrew Cagney <cagney@redhat.com>
777
778 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
779 multi-arch method, add "targ" parameter.
780 (struct target_ops): Declare.
781 * gdbarch.h, gdbarch.c: Re-generate.
782 * Makefile.in (c-valprint.o): Update dependencies.
783 * arch-utils.h: Update copyright.
784 (convert_from_func_ptr_addr_identity): Declare.
785 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
786 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
787 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
788 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
789 * infcall.c (find_function_addr, call_function_by_hand): Update.
790 * c-valprint.c: Include "target.h".
791 (print_function_pointer_address): Update.
792
793 2003-10-22 Andrew Cagney <cagney@redhat.com>
794
795 * target.c (target_close): New function.
796 (debug_to_close): Use "target_close".
797 (push_target): Use "target_close".
798 (unpush_target): Use "target_close".
799 (pop_target): Use "target_close".
800 * target.h (struct target_ops): Add "to_xclose".
801 (target_open): Delete macro. Move comment to "to_open".
802 (target_close): Replace macro with function that takes a target.
803 * top.c (quit_target): Pass "current_target" to "target_close".
804
805 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
806
807 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
808 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
809 * symtab.h (lookup_minimal_symbol_text): Update.
810 * breakpoint.c (create_overlay_event_breakpoint,
811 create_longjmp_breakpoint): Update callers.
812 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
813 * symtab.c (find_pc_sect_line): Ditto.
814
815 2003-10-21 Andrew Cagney <cagney@redhat.com>
816
817 * target.c (errno): Delete extern declaration.
818
819 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
820
821 * ia64-tdep.c: Change all occurrences of
822 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
823 (ia64_frame_prev_register): Minor whitespace change.
824
825 2003-10-20 Michael Chastain <mec@shout.net>
826
827 * config/djgpp/fnchange.lst: Add lines for:
828 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
829 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
830 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
831 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
832 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
833 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
834 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
835
836 2003-10-20 Andrew Cagney <cagney@redhat.com>
837
838 * values.c (register_value_being_returned): Update comments. Use
839 "gdbarch_return_value" when available.
840 (using_struct_return): Ditto.
841 (set_return_value): Ditto. Use "gdbarch_return_value" when
842 available.. Print a warning, and not an error, when an unhandled
843 return type is encountered.
844 * infcmd.c: Include "gdb_assert.h".
845 (print_return_value): When gdbarch_return_value_p, and using
846 struct return, assume that the value is not available.
847 * defs.h (return_value_convention): Define.
848 * gdbarch.sh (gdbarch_return_value): New predicate method.
849 * gdbarch.h, gdbarch.c: Re-generate
850 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
851
852 2003-10-20 Andrew Cagney <cagney@redhat.com>
853
854 * symtab.c: Replace "struct sec" with "struct bfd_section".
855 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
856
857 2003-10-19 Michael Chastain <mec@shout.net>
858
859 * config/djgpp/fnchange.lst: Add lines for:
860 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
861 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
862 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
863
864 2003-10-19 Mark Kettenis <kettenis@gnu.org>
865
866 * amd64fbsd-nat.c (fetch_inferior_registers,
867 store_inferior_registers): Remove functions.
868 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
869
870 2003-10-18 Mark Kettenis <kettenis@gnu.org>
871
872 Add NetBSD/amd64 native configuration:
873 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
874 * amd64nbsd-tdep.c: New file.
875 * amd64nbsd-nat.c: New file.
876 * amd64bsd-nat.c: New file.
877 * config/i386/nbsd64.mh: New file.
878 * config/i386/nbsd64.mt: New file.
879 * configure.host: Add x86_64-*-netbsd*.
880 * configure.tgt: Add x86_64-*-netbsd*.
881 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
882 New targets.
883 * NEWS (New native configurations): Mention NetBSD/amd64.
884
885 2003-10-17 Michael Chastain <mec@shout.net>
886
887 * config/djgpp/fnchange.lst: Remove dead lines for:
888 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
889 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
890 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
891 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
892 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
893 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
894 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
895 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
896 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
897 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
898 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
899 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
900 gdb/config/sparc/tm-sparclite.h,
901 gdb/gdbtk/generic/ChangeLog-2001,
902 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
903 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
904 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
905 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
906 gdb/testsuite/gdb.mi/mi0-var-block.exp,
907 gdb/testsuite/gdb.mi/mi0-var-child.exp,
908 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
909 gdb/testsuite/gdb.mi/mi0-var-display.exp,
910 itcl/iwidgets3.0.0/demos/extfileselectionbox,
911 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
912 itcl/iwidgets3.0.0/demos/fileselectionbox,
913 itcl/iwidgets3.0.0/demos/fileselectiondialog,
914 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
915 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
916 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
917 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
918 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
919 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
920 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
921 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
922 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
923 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
924 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
925 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
926 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
927 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
928 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
929 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
930 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
931 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
932 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
933 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
934 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
935 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
936 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
937 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
938 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
939 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
940 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
941 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
942 itcl/iwidgets3.0.0/demos/html/shell.n.html,
943 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
944 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
945 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
946 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
947 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
948 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
949 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
950 itcl/iwidgets3.0.0/demos/scrolledcanvas,
951 itcl/iwidgets3.0.0/demos/scrolledframe,
952 itcl/iwidgets3.0.0/demos/scrolledhtml,
953 itcl/iwidgets3.0.0/demos/scrolledlistbox,
954 itcl/iwidgets3.0.0/demos/scrolledtext,
955 itcl/iwidgets3.0.0/demos/selectionbox,
956 itcl/iwidgets3.0.0/demos/selectiondialog,
957 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
958 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
959 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
960 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
961 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
962 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
963 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
964 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
965 itcl/iwidgets3.0.0/doc/scrolledframe.n,
966 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
967 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
968 itcl/iwidgets3.0.0/doc/scrolledtext.n,
969 itcl/iwidgets3.0.0/doc/selectionbox.n,
970 itcl/iwidgets3.0.0/doc/selectiondialog.n,
971 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
972 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
973 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
974 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
975 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
976 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
977 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
978 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
979 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
980 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
981 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
982 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
983 itcl/iwidgets3.0.0/generic/selectionbox.itk,
984 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
985 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
986 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
987 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
988 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
989 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
990 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
991 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
992 itcl/iwidgets3.0.0/tests/scrolledframe.test,
993 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
994 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
995 itcl/iwidgets3.0.0/tests/scrolledtext.test,
996 itcl/iwidgets3.0.0/tests/selectionbox.test,
997 itcl/iwidgets3.0.0/tests/selectiondialog.test,
998 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
999 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
1000 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
1001 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
1002 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
1003 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
1004 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
1005 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
1006 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
1007 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
1008 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
1009 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
1010 tk/mac/tkMacProjects.sit.hqx.
1011
1012 2003-10-17 Andrew Cagney <cagney@redhat.com>
1013
1014 * target.c (target_section_by_addr): New function.
1015 (do_xfer_memory): Use "target_section_by_addr".
1016 * target.h (target_section_by_addr): Declare.
1017
1018 * target.h (struct target_ops): Add "to_read_partial" and
1019 "to_write_partial", delete "to_query".
1020 (target_read_partial, target_write_partial): Declare.
1021 (target_read, target_write): Declare.
1022 (target_query): Delete macro.
1023 * target.c (target_read_partial): New function.
1024 (target_write_partial, target_read, target_write): New function.
1025 (update_current_target): Delete inheritance of "to_query". Add
1026 comments about "to_read_partial" and "to_write_partial".
1027 (debug_to_partial_read, debug_to_partial_write): New functions.
1028 (debug_to_query): Delete function.
1029 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
1030 instead of "to_query".
1031 * remote.c (remote_read_partial): Replace "remote_query".
1032 (init_remote_ops): Set "to_read_partial" instead of "to_query".
1033 (init_remote_async_ops): Ditto.
1034 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
1035 "target_read_partial" instead of "target_query".
1036 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
1037 Use "target_read_partial" instead of "target_query".
1038
1039 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
1040
1041 * frame.h (struct frame_id): Add new field: special_addr.
1042 (frame_id_build_special): New prototype.
1043 * frame.c (frame_id_build_special): New function.
1044 (frame_id_build): Change to call frame_id_build_special().
1045 (frame_id_eq): Change to also test special_addr field.
1046 (frame_id_inner): Update comment.
1047
1048 2003-10-17 Andrew Cagney <cagney@redhat.com>
1049
1050 * target.c (update_current_target): Perform the target cleanup.
1051 Put the target stack beneath the squashed "current_target".
1052 (add_target): Delete disabled call to "cleanup_target".
1053 (cleanup_target): Delete function.
1054 (push_target, unpush_target): Do not call "cleanup_target".
1055
1056 2003-10-17 Andrew Cagney <cagney@redhat.com>
1057
1058 * target.c (target_stack): Change to a static target_ops.
1059 (update_current_target): Walk the "struct target_ops" stack.
1060 (pop_target, do_xfer_memory, target_info): Ditto.
1061 (find_target_beneath): Ditto.
1062 (push_target): Rewrite to use the "struct target_ops" stack.
1063 (unpush_target): Ditto.
1064 * target.h (struct target_stack_item): Delete definition.
1065 (target_stack): Delete declaration.
1066 (struct target_ops): Add field "beneath".
1067
1068 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
1069
1070 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
1071 declaration.
1072 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
1073 (h8300_examine_prologue): Use h8300_normal_mode flag
1074 (h8300_gdbarch_init): Set architecture info for normal mode
1075
1076 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
1077
1078 * remote.c (remote_protocol_vcont): New variable.
1079 (set_remote_protocol_vcont_packet_cmd): New function.
1080 (show_remote_protocol_vcont_packet_cmd): New function.
1081 (init_all_packet_configs): Handle remote_protocol_vcont.
1082 (remote_vcont_probe): New function.
1083 (remote_vcont_resume): New function.
1084 (remote_resume): Use it.
1085 (remote_async_resume): Call remote_resume.
1086 (_initialize_remote): Add verbose-resume packet commands.
1087
1088 2003-10-16 Andrew Cagney <cagney@redhat.com>
1089
1090 * infrun.c (handle_inferior_event): Add comment about
1091 "frame_id_inner" being too weak.
1092
1093 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
1094
1095 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
1096 second parameter, which is always null. Remove
1097 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
1098 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
1099 accordingly.
1100 * somsolib.c (som_solib_create_inferior_hook,
1101 som_solib_desire_dynamic_linker_symbols): Update callers.
1102 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
1103
1104 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
1105
1106 * remote-m32r-sdi.c : New file, interface to m32r on-chip
1107 debug interface, SDI (Scalable Debug Interface).
1108 * NEWS: Mention m32r SDI protocol was supported.
1109 * Makefile.in (remote-m32r-sdi.o): Add build rule.
1110 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
1111
1112 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
1113
1114 * ia64-linux-tdep.c: Include gdbcore.h.
1115 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
1116 (ia64_linux_sigcontext_register_addr): Find the address of the
1117 sigcontext area stored in the sigframe instead of using
1118 a magic offset constant.
1119
1120 2003-10-15 Andrew Cagney <cagney@redhat.com>
1121
1122 * remote.c (remote_search): Delete function.
1123 * target.h (target_search): Delete disabled macro.
1124 (struct target_ops): Delete disabled field "to_search".
1125
1126 2003-10-14 Kevin Buettner <kevinb@redhat.com>
1127
1128 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
1129 instead of deprecated_inside_entry_file().
1130
1131 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
1132
1133 * sh-tdep.c: Fix copy/paste hangover in comment.
1134 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
1135 mode.
1136 (sh3e_sh4_extract_return_value): Ditto.
1137
1138 2003-10-13 Richard Henderson <rth@redhat.com>
1139
1140 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
1141 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
1142 match c_val_print a bit closer.
1143
1144 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1145
1146 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
1147 (frv_gdbarch_adjust_breakpoint_address): New function.
1148 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
1149 method.
1150
1151 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1152
1153 * breakpoint.h (struct breakpoint): Add new member
1154 ``requested_address''.
1155 * breakpoint.c (breakpoint_adjustment_warning)
1156 (adjust_breakpoint_address): New static functions.
1157 (print_it_typical): Issue warning if breakpoint's address is different
1158 from its requested address.
1159 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
1160 (breakpoint_re_set_one): Set breakpoint's
1161 ``requested_address'' field. Set ``address'' field to the
1162 result of calling adjust_breakpoint_address() on the requested
1163 address.
1164
1165 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1166
1167 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
1168 * gdbarch.h, gdbarch.c: Regenerate.
1169
1170 2003-10-11 Mark Kettenis <kettenis@gnu.org>
1171
1172 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
1173 TDEP->sc_num_regs.
1174
1175 * i386fbsd-tdep.c: New file.
1176 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1177 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1178 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
1179 i386bsd-tdep.c.
1180 (_initialize_i386fbsd_tdep): New function.
1181 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
1182 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
1183 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
1184 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
1185 TDEP->sc_num_regs.
1186 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
1187 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1188 to initialize TDEP->sc_num_regs.
1189 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1190 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1191 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
1192 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
1193 FreeBSD ELF OS/ABI's here.
1194 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
1195 (i386fbsd-tdep.o): New target.
1196 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
1197 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
1198
1199 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
1200 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
1201 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1202 in initialization of TDEP->sc_num_regs.
1203
1204 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
1205 (x86_64_init_abi): Initialize regset_from_core_section if
1206 appropriate.
1207
1208 * i386-tdep.c (i386_regset_from_core_section): New function.
1209 (i386_gdbarch_init): Initialize regset_from_core_section if
1210 appropriate.
1211 * i386-tdep.h (i386_regset_from_core_section): New declaration.
1212
1213 * i386-tdep.h (struct regset): Declare opaque.
1214
1215 * gdbarch.sh (regset_from_core_section): New method.
1216 (struct regset): Declare opaque.
1217 * gdbarch.c, gdbarch.h: Regenerated.
1218
1219 2003-10-11 Alan Modra <amodra@bigpond.net.au>
1220
1221 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
1222 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
1223 Correct test for pc within section.
1224
1225 2003-10-11 Mark Kettenis <kettenis@gnu.org>
1226
1227 * gdbarch.sh: Remove trailing whitepsace from comments.
1228
1229 2003-10-08 Roland McGrath <roland@redhat.com>
1230
1231 * gcore.c (make_mem_sec): Function removed, folded into ...
1232 (gcore_create_callback): ... here. To omit a section, clear its
1233 SEC_LOAD bit rather than zeroing its size.
1234 Omit read-only sections only if they correspond to a known disk file.
1235 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
1236
1237 2003-10-10 Michael Snyder <msnyder@redhat.com>
1238
1239 * d10v-tdep.c: Fix typo in comment.
1240
1241 2003-10-10 Andrew Cagney <cagney@redhat.com>
1242
1243 * rs6000-tdep.c (e500_store_return_value): Delete function.
1244 (e500_extract_return_value): Delete function.
1245 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
1246 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
1247 "ppc_sysv_abi_restore_return_value" where applicable.
1248 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
1249 (ppc_sysv_abi_extract_return_value): Declare.
1250 (ppc_sysv_abi_broken_store_return_value): Declare.
1251 (ppc_sysv_abi_broken_extract_return_value): Declare.
1252 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
1253 * ppc-sysv-tdep.c (return_value_convention): Move definition to
1254 start of file.
1255 (do_ppc_sysv_return_value): New function.
1256 (ppc_sysv_abi_extract_return_value): New function.
1257 (ppc_sysv_abi_store_return_value): New function.
1258 (ppc_sysv_abi_broken_extract_return_value): New function.
1259 (ppc_sysv_abi_broken_store_return_value): New function.
1260 (ppc_sysv_abi_use_struct_convention): Call
1261 do_ppc_sysv_return_value.
1262
1263 2003-10-10 J. Brobecker <brobecker@gnat.com>
1264
1265 * blockframe.c (inside_main_func): No longer use symbol_lookup()
1266 to lookup the main function symbol.
1267
1268 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
1269
1270 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
1271 types correctly.
1272 (sh_push_dummy_call_fpu): Fix argument passing rules.
1273 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
1274 float types.
1275 (sh3e_sh4_store_return_value): Ditto.
1276
1277 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
1278
1279 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
1280 comment.
1281
1282 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
1283
1284 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
1285 more readable code. Accomodate passing of bitfields.
1286
1287 2003-10-10 Andrew Cagney <cagney@redhat.com>
1288
1289 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
1290 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
1291 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
1292 * ppc-sysv-tdep.c: Include "gdb_assert.h".
1293 (ppc64_sysv_abi_push_dummy_call): New function.
1294 (ppc64_sysv_abi_broken_push_dummy_call): New function.
1295 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
1296 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
1297
1298 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1299
1300 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
1301 * README: Ditto.
1302 * d10v-tdep.c: Ditto.
1303 * h8300-tdep.c: Ditto.
1304 * remote-e7000.c: Ditto.
1305 * remote-hms.c: Ditto.
1306 * ser-e7kpc.c: Ditto.
1307 * sh-stub.c: Ditto.
1308 * sh-tdep.c: Ditto.
1309 * sh-tdep.h: Ditto.
1310 * sh3-rom.c: Ditto.
1311 * sh64-tdep.c: Ditto.
1312 * top.c: Ditto.
1313 * wince.c: Ditto.
1314 * config/d10v/d10v.mt: Ditto.
1315 * config/sh/embed.mt: Ditto.
1316 * config/sh/linux.mt: Ditto.
1317 * config/sh/tm-linux.h: Ditto.
1318 * config/sh/tm-sh.h: Ditto.
1319 * config/sh/wince.mt: Ditto.
1320
1321 2003-10-09 Andrew Cagney <cagney@redhat.com>
1322
1323 * ppc-tdep.h (struct type): Declare opaque.
1324 * x86-64-tdep.h (struct regcache): Declare opaque.
1325 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
1326 coding style.
1327
1328 2003-10-09 Andrew Cagney <cagney@redhat.com>
1329
1330 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
1331 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
1332 (SOFTWARE_SINGLE_STEP_P): Ditto.
1333 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
1334 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
1335 (SOFTWARE_SINGLE_STEP_P): Ditto.
1336 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
1337 software_single_step to rs6000_software_single_step.
1338
1339 2003-10-09 Andrew Cagney <cagney@redhat.com>
1340
1341 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
1342
1343 2003-10-09 Michael Snyder <msnyder@redhat.com>
1344
1345 * frame.h: Fix typo in comment.
1346 * dummy-frame.c: Fix typo in comment.
1347 * d10v-tdep.c: Random whitespace/comment tweaks.
1348
1349 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
1350
1351 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
1352 (sh_push_dummy_code): Delete function, it's only used for dummy calls
1353 on stack.
1354
1355 Based on input by Stephen Clarke (stephen.clarke@superh.com):
1356 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
1357 in detail.
1358
1359 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1360
1361 * remote-mips.c (mips_initialize): Remove unneeded call to
1362 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
1363
1364 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1365
1366 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
1367 a memory pointer.
1368
1369 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
1370
1371 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
1372 for any lwp we resume.
1373 (running_callback): Add lwps that have pending status events
1374 against them to be considered running.
1375
1376 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
1377
1378 * m32r-tdep.c : Include "dis-asm.h".
1379 * Makefile.in (m32r-tdep.o): Update dependencies.
1380
1381 2003-10-06 J. Brobecker <brobecker@gnat.com>
1382
1383 * completer.h (get_gdb_completer_word_break_characters): Delete.
1384 * completer.c: include language.h.
1385 (gdb_completer_word_break_characters): Delete.
1386 (get_gdb_completer_word_break_characters): Delete.
1387 (location_completer): Use the word break characters of the current
1388 language.
1389 (complete_line): Likewise.
1390 (line_completion_function): Likewise.
1391 (skip_quoted_chars): Likewise.
1392 * Makefile.in (completer.o): Add dependency on language.h.
1393 * top.c (init_main): Set the readline word break characters
1394 to GDB's default word break characters.
1395
1396 2003-10-06 J. Brobecker <brobecker@gnat.com>
1397
1398 * language.h (language_defn): new field, la_word_break_characters.
1399 * language.c (unknown_language_defn): Set new field to
1400 default_word_break_characters.
1401 (auto_language_defn): Likewise.
1402 (local_language_defn): Likewise.
1403 * ada-lang.c (ada_language_defn): Likewise.
1404 * c-lang.c (c_language_defn): Likewise.
1405 (cplus_language_defn): Likewise.
1406 (asm_language_defn): Likewise.
1407 (minimal_language_defn): Likewise.
1408 * f-lang.c (f_language_defn): Likewise.
1409 * jv-lang.c (java_language_defn): Likewise.
1410 * m2-lang.c (m2_language_defn): Likewise.
1411 * objc-lang.c (objc_language_defn): Likewise.
1412 * p-lang.c (pascal_language_defn): Likewise.
1413 * scm-lang.c (scm_language_defn): Likewise.
1414
1415 2003-10-06 Andrew Cagney <cagney@redhat.com>
1416
1417 * ppc-sysv-tdep.c: Re-indent.
1418
1419 2003-10-06 J. Brobecker <brobecker@gnat.com>
1420
1421 * language.h (default_word_break_characters): Add prototype.
1422 * language.c (default_word_break_characters): New function.
1423
1424 2003-10-06 Andreas Schwab <schwab@suse.de>
1425
1426 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
1427 with %eax.
1428
1429 2003-10-06 Andrew Cagney <cagney@redhat.com>
1430
1431 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
1432 "h8500-tdep.c".
1433 (z8k-tdep.o): Delete custom build rule.
1434
1435 2003-10-06 Andrew Cagney <cagney@redhat.com>
1436
1437 * Makefile.in: Update all dependencies.
1438
1439 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
1440 No longer list PA as as obsolete candidate. List m32r as
1441 broken instead of obsolete.
1442
1443 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
1444 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
1445 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
1446 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
1447 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
1448 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
1449 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
1450 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1451 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
1452 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
1453 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
1454 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
1455 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
1456 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
1457 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
1458 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
1459 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
1460 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
1461 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
1462 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
1463 * config/z8k/z8k.mt: Ditto.
1464
1465 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
1466 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
1467 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
1468 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1469 sparclite were removed.
1470 * configure.host, configure.tgt: Remove corresponding tuples.
1471
1472 * breakpoint.c, breakpoint.h: Remove obsolete code.
1473 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1474 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1475 * stabsread.h, xcoffread.c: Ditto.
1476
1477 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1478 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1479 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1480 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1481
1482 2003-10-06 David Lecomber <dsl@sources.redhat.com>
1483
1484 * f-valprint.c: Reformatting
1485
1486 2003-10-06 Mark Kettenis <kettenis@gnu.org>
1487
1488 * x86-64-tdep.c: Remove duplicate comment.
1489
1490 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1491 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1492 names for return values. This fixes a bug since we looked at %rbx
1493 instead of %rdx.
1494
1495 2003-10-05 Mark Kettenis <kettenis@gnu.org>
1496
1497 * x86-64-tdep.c: Include "regset.h".
1498
1499 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1500 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1501 sizeof_fpregset.
1502 * i386-tdep.c: Include "regset.h".
1503 (i386_supply_gregset): New function.
1504 (i386_supply_fpregset): New function.
1505 (i386_gdbarch_init): Initialze register set-related members of
1506 TDEP.
1507 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1508 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1509
1510 2003-10-03 Andrew Cagney <cagney@redhat.com>
1511
1512 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1513 set extract_return_value, store_return_value and
1514 use_struct_convention to ppc64_sysv_abi_extract_return_value,
1515 ppc64_sysv_abi_store_return_value and
1516 ppc64_sysv_abi_use_struct_convention.
1517 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1518 (ppc64_sysv_abi_store_return_value): Declare.
1519 (ppc64_sysv_abi_use_struct_convention): Declare.
1520 * ppc-sysv-tdep.c (enum return_value_convention): Define.
1521 (ppc64_sysv_abi_extract_return_value): New function.
1522 (ppc64_sysv_abi_store_return_value): New function.
1523 (ppc64_sysv_abi_use_struct_convention): New function.
1524 (ppc64_sysv_abi_return_value): New function.
1525
1526 2003-10-03 Andrew Cagney <cagney@redhat.com>
1527
1528 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1529 convert a descriptor to a function when it's in the ".opd"
1530 section.
1531
1532 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1533
1534 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1535 reg_size to keep GCC silent.
1536
1537 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1538
1539 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1540 base for DW_EH_PE_textrel encodings.
1541 (read_encoded_value): Add a DW_EH_PE_textrel case.
1542 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1543 section.
1544
1545 2003-10-03 Mark Kettenis <kettenis@gnu.org>
1546
1547 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1548
1549 2003-10-02 Andrew Cagney <cagney@redhat.com>
1550
1551 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1552 REGISTER_RAW_SIZE.
1553 * gdbarch.h, gdbarch.c: Re-generate.
1554 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1555 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1556 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1557 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1558 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1559 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1560 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1561 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1562 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1563 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1564 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1565 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1566 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1567 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1568 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1569 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
1570
1571 2003-10-02 Jim Blandy <jimb@redhat.com>
1572
1573 * dwarf2read.c (struct die_info): Doc fix.
1574
1575 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1576
1577 * sh-tdep.c: Running thru gdb_indent.sh.
1578
1579 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1580
1581 * sh-tdep.c (sh_justify_value_in_reg): New function.
1582 (sh_stack_allocsize): Ditto.
1583 (flt_argreg_array): New array used for floating point argument
1584 passing.
1585 (sh_init_flt_argreg): New function.
1586 (sh_next_flt_argreg): Ditto.
1587 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1588 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1589 Fix argument passing strategy.
1590 (sh_push_dummy_call_nofpu): Ditto.
1591
1592 2003-10-01 Andrew Cagney <cagney@redhat.com>
1593
1594 * value.h (register_value_being_returned): Declare. Replace
1595 "value_being_returned".
1596 * infcall.c (call_function_by_hand): Use
1597 register_value_being_returned.
1598 * infcmd.c (print_return_value): Call
1599 "register_value_being_returned", handle struct return locally.
1600 * values.c (register_value_being_returned): New function. Replace
1601 "value_being_returned".
1602
1603 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
1604
1605 * linux-proc.c (linux_do_registers): New function.
1606 (linux_make_note_section): Use linux_do_registers in case of
1607 single threaded inferior programs.
1608
1609 2003-10-01 Andrew Cagney <cagney@redhat.com>
1610
1611 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1612 use STRUCT_ADDR. When not using "struct return convention", pass
1613 "0" to "value_being_returned". Add FIXMEs.
1614 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1615 value_being_returned. Add comments.
1616 * values.c (value_being_returned): Add fixme.
1617 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1618 (hppa_value_returned_from_stack): Add FIXME.
1619
1620 2003-09-30 David Carlton <carlton@kealia.com>
1621
1622 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1623 'has_children' and 'next' by 'child' and 'sibling'.
1624 (read_comp_unit): Rework algorithm, breaking body into
1625 read_die_and_children and read_die_and_siblings.
1626 (read_die_and_children, read_die_and_siblings): New.
1627 (read_full_die): Add 'has_children' argument; set it instead of
1628 the die's 'has_children' field. Minor formatting cleanup.
1629 (free_die_list): Use die->child and die->sibling instead of
1630 die->next.
1631 (dump_die_list): Ditto.
1632 (sibling_die): Use die->sibling.
1633 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1634 'has_children' and 'next' fields.
1635 (process_die, read_file_scope, read_func_scope)
1636 (read_lexical_block_scope, read_structure_scope)
1637 (read_enumeration, read_array_type, read_common_block)
1638 (read_namespace, read_subroutine_type, dump_die): Ditto.
1639
1640 2003-09-30 Andrew Cagney <cagney@redhat.com>
1641
1642 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1643 to 224, not 220.
1644
1645 2003-09-30 Andrew Cagney <cagney@redhat.com>
1646
1647 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1648 REGISTER_VIRTUAL_SIZE.
1649 * gdbarch.h, gdbarch.c: Regenerate.
1650 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1651 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1652 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1653
1654 2003-09-29 Andrew Cagney <cagney@redhat.com>
1655
1656 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1657 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1658 * gdbarch.h, gdbarch.c: Regenerate.
1659 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1660 * sh64-tdep.c, sparc-tdep.c: Update.
1661
1662 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1663 * remote-vxmips.c (vx_read_register): Ditto.
1664 * remote-vx68.c (vx_read_register): Ditto.
1665 * gnu-nat.c (inf_validate_procs): Ditto.
1666
1667 2003-09-29 J. Brobecker <brobecker@gnat.com>
1668
1669 * infcall.c (call_function_by_hand): Fix build failure
1670 introduced in the previous change to this file.
1671
1672 2003-09-29 Andrew Cagney <cagney@redhat.com>
1673
1674 * NEWS: Mention Objective-C.
1675
1676 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
1677
1678 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1679 test if the register has been saved on the stack.
1680 (arm_scan_prologue_cache): When analysing the instruction
1681 "str lr, [sp, #-4]", save the address where lr has been stored.
1682
1683 2003-09-28 Andrew Cagney <cagney@redhat.com>
1684
1685 * frame.c (frame_read_unsigned_register): Delete function.
1686 * frame.h (frame_read_unsigned_register): Delete declaration.
1687 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1688 get_frame_register_unsigned.
1689 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1690 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1691 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1692
1693 * frame.h (frame_read_register): Delete declaration.
1694 * frame.c (frame_read_register): Delete function.
1695 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1696 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1697 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1698 * mips-tdep.c (mips_register_to_value): Ditto.
1699 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1700 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1701
1702 * frame.c (frame_read_signed_register): Delete function.
1703 (frame_read_unsigned_register): Update comments.
1704 * frame.h (frame_read_signed_register): Delete declaration.
1705 * h8300-tdep.c (h8300_print_register): Use
1706 get_frame_register_signed.
1707 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1708
1709 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1710 Rename VALUE_RETURNED_FROM_STACK.
1711 * infcmd.c (print_return_value): Update.
1712 * infcall.c (call_function_by_hand): Update.
1713
1714 2003-09-28 Mark Kettenis <kettenis@gnu.org>
1715
1716 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1717 regcache argument and reverse the order of the other two
1718 arguments. Remove local regcache variable. Determine
1719 architecture from REGCACHE. Update comments.
1720 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1721 reverse the order of the other two arguments. Remove local
1722 regcache variable. Determine architecture from REGCACHE. Update
1723 comments.
1724 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1725 prototypes. Update comments.
1726 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1727 comment.
1728 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1729 Update.
1730 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1731 * i386-interix-nat.c (supply_fpregset): Update.
1732 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1733 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1734 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1735 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1736 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1737 Update.
1738 * i386obsd-tdep.c (fetch_core_registers): Update.
1739 * i386v4-nat.c (supply_fpregset): Update.
1740 * x86-64-linux-nat.c (supply_fpregset): Update.
1741 * x86-64-linux-tdep.c (fetch_core_registers): Update.
1742
1743 2003-09-27 Mark Kettenis <kettenis@gnu.org>
1744
1745 * i386-tdep.h: Put opaque declarations in alphabetical
1746 order. Remove spurious whitespace.
1747 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1748 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1749 * i386-tdep.c (MM0_REGNUM): Remove define.
1750 (i386_mmx_regnum_p): Add gdbarch argument.
1751 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1752 Rewrite using new macro definitions for FPU/SSE registers.
1753 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1754 definitions from i387-tdep.h.
1755 (i386_register_name): Update.
1756 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1757 new macro definitions for FPU/SSE registers.
1758 (i386_extract_return_value): Determine whether floating-point
1759 registers are present by examining REGCACHE's architecture.
1760 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1761 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1762 FPU/SSE registers.
1763 (i386_register_type): Update.
1764 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1765 definitions for FPU registers. Use REGCACHE's architecture to
1766 determine the appropriate register numbers.
1767 (i386_pseudo_register_read, i386_pseudo_register_write,
1768 i386_register_reggroup_p): Update.
1769 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1770 TDEP->mm0_regnum.
1771 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1772 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1773 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1774 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1775 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1776 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1777 *' to `void *'.
1778 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1779 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1780 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1781 definitions for FPU/SSE registers.
1782 (FXSAVE_MXCSR_ADDR): New define.
1783 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1784 TDEP->mm0_regnum.
1785 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1786 (I387_ST0_REGNUM): Define.
1787
1788 * regcache.h (get_regcache_arch): New prototype.
1789 * regcache.c (get_regcache_arch): New function.
1790
1791 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1792 whitespace.
1793
1794 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1795 Initialize using ARRAY_SIZE.
1796
1797 2003-09-27 Andrew Cagney <cagney@redhat.com>
1798
1799 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1800 "init_frame_pc_default".
1801 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1802 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1803 * vax-tdep.c (vax_gdbarch_init): Update.
1804 * v850-tdep.c (v850_gdbarch_init): Update.
1805 * sh64-tdep.c (sh64_gdbarch_init): Update.
1806 * s390-tdep.c (s390_gdbarch_init): Update.
1807 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1808 * mcore-tdep.c (mcore_gdbarch_init): Update.
1809 * h8300-tdep.c (h8300_gdbarch_init): Update.
1810 * cris-tdep.c (cris_gdbarch_init): Update.
1811 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1812
1813 2003-09-26 Mark Kettenis <kettenis@gnu.org>
1814
1815 * regset.h: New file.
1816 * Makefile.in (regset_h): Add.
1817
1818 2003-09-25 Andrew Cagney <cagney@redhat.com>
1819
1820 * frame.h (deprecated_frame_saved_regs): Rename
1821 get_frame_saved_regs.
1822 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1823 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1824 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1825 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1826 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1827
1828 2003-09-25 Andrew Cagney <cagney@redhat.com>
1829
1830 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1831 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1832 and Java.
1833 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1834 arm*-*-* do not use the new frame code.
1835
1836 2003-09-25 David Carlton <carlton@kealia.com>
1837
1838 * c-exp.y: Remove 'register' declarations.
1839 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1840
1841 2003-09-25 David Carlton <carlton@kealia.com>
1842
1843 * c-exp.y: Include cp-support.h. Add qualified_type.
1844 (yylex): Delete nested type hack; add comments.
1845 * cp-namespace.c (cp_lookup_nested_type): New function.
1846 * cp-support.h: Declare cp_lookup_nested_type.
1847 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1848 instead of value_struct_elt_for_reference.
1849 * valops.c: Include cp-support.h.
1850 (value_aggregate_elt): New function.
1851 (value_namespace_elt): Ditto.
1852 (value_struct_elt_for_reference): Make static.
1853 * value.h: Delete declaration of value_struct_elt_for_reference;
1854 add declaration for value_aggregate_elt.
1855 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1856 (valops.o): Ditto.
1857
1858 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
1859
1860 * stack.c: Include "reggroups.h".
1861 (frame_info): Only display registers in all_reggroup.
1862 * Makefile.in (stack.o): Update dependencies.
1863
1864 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1865
1866 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1867 "add ip, sp #n" in the prologue.
1868 (arm_scan_prologue): Ditto.
1869
1870 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1871
1872 * MAINTAINERS (write after approval): Add myself.
1873
1874 2003-09-25 Andreas Schwab <schwab@suse.de>
1875
1876 * m68k-tdep.c: Include "dwarf2-frame.h".
1877 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1878 * Makefile.in (m68k-tdep.o): Update dependencies.
1879
1880 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
1881
1882 * sh-tdep.c (struct frame_extra_info): Remove.
1883 (struct sh_frame_cache): New structure.
1884 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1885 (GET_TARGET_REG): Ditto but target register.
1886 (GET_PUSHED_REG): Remove.
1887 (IS_MOV_ARG_TO_REG): New macro.
1888 (IS_MOV_ARG_TO_IND_R14): New macro.
1889 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1890 (IS_MOVW_PCREL_TO_REG): New macro.
1891 (IS_MOVL_PCREL_TO_REG): New macro.
1892 (IS_SUB_REG_FROM_SP): New macro.
1893 (IS_ARG_MOV): Remove.
1894 (IS_MOV_TO_R14): Remove.
1895 (IS_RESTORE_FP): New macro.
1896 (IS_RTS): New macro.
1897 (IS_LDS): New macro.
1898 (IS_MOV_FP_SP): New macro.
1899 (IS_ADD_REG_TO_FP): New macro.
1900 (IS_ADD_IMM_FP): New macro.
1901 (sh_skip_prologue_hard_way): Remove.
1902 (sh_saved_pc_after_call): Remove.
1903 (sh_frame_chain): Remove.
1904 (sh_find_callers_reg): Remove.
1905 (sh_nofp_frame_init_saved_regs): Remove.
1906 (sh_fp_frame_init_saved_regs): Remove.
1907 (sh_init_extra_frame_info): Remove.
1908 (sh_analyze_prologue): New function.
1909 (sh_skip_prologue): Remove deprecated code. Rely on new function
1910 sh_analyze_prologue when after_prologue fails.
1911 (sh_frame_saved_pc): Remove.
1912 (sh_alloc_frame_cache): New function.
1913 (sh_frame_cache): Ditto.
1914 (sh_frame_prev_register): Ditto.
1915 (sh_frame_this_id): Ditto.
1916 (sh_frame_unwind): New structure defining the heuristic frame
1917 sniffer interface.
1918 (sh_frame_sniffer): New function.
1919 (sh_unwind_sp): Ditto.
1920 (sh_unwind_pc): Ditto.
1921 (sh_unwind_dummy_id): Ditto.
1922 (sh_frame_base_address): Ditto.
1923 (sh_frame_base): New structure defining new frame base code.
1924 (sh_in_function_epilogue_p): New function.
1925 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1926 code and to call all new code instead. Initialize dwarf2 and
1927 heuristic frame sniffer.
1928
1929 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1930
1931 * parser-defs.h (struct exp_descriptor): New definition, containing
1932 language-specific info for printing, prefixifying, dumping, and
1933 evaluating expressions.
1934 (exp_descriptor_standard): Declare new variable.
1935 (print_subexp): Make global and declare here (from expprint.c).
1936 (dump_subexp): Ditto.
1937 (dump_subexp_body_standard): Declare.
1938 (operator_length_standard): Declare.
1939 (op_name_standard): Declare.
1940 (print_subexp): Declare.
1941 (print_subexp_standard): Declare.
1942
1943 * language.h (struct language_defn): Add la_exp_desc field to hold
1944 pointer to table for language-specific operators.
1945 Remove evaluate_exp field, which is now in struct exp_descriptor.
1946
1947 * parse.c (operator_length): Move most code to new
1948 operator_length_standard function. Use language-specific information.
1949 (operator_length_standard): New function taking most code from
1950 operator_length.
1951 (exp_descriptor_standard): New constant.
1952
1953 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
1954 and OP_EXTENDED_LAST.
1955
1956 * expprint.c (print_subexp): Use language-specific print_subexp.
1957 Make global; remove static declaration.
1958 Move most code to print_subexp_standard.
1959 (print_subexp_standard): New function, containing code formerly in
1960 print_subexp.
1961 (op_name): Add expression to argument signature.
1962 Use langauge-specific op_name.
1963 Move most code to op_name_standard.
1964 (op_name_standard): New function, containing code formerly in op_name.
1965 (dump_subexp): Use new version of op_name function.
1966 Use language-specific dump_subexp_body, and move most existing code to
1967 dump_subexp_body_standard.
1968 (dump_raw_expression): Use new op_name interface.
1969 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1970 (dump_subexp_body_standard): New function, containing code formerly
1971 in dump_subexp_body.
1972
1973 * language.c (unknown_language): Add default la_exp_desc field and
1974 remove evaluate_exp field.
1975 (auto_language): Ditto.
1976 (local_language): Ditto.
1977 * f-lang.c (f_language_defn): Ditto.
1978 * c-lang.c (c_language_defn): Ditto.
1979 (cplus_language_defn): Ditto.
1980 (asm_language_defn): Ditto.
1981 (minimal_language_defn): Ditto.
1982 * p-lang.c (pascal_language_defn): Ditto.
1983 * m2-lang.c (m2_language_defn): Ditto.
1984 * objc-lang.c (objc_language_defn): Ditto.
1985
1986 * jv-lang.c (exp_descriptor_java): New variable, containing
1987 Java-specific expression evaluator.
1988 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1989 field.
1990 * scm-lang.c (exp_descriptor_scm): New variable, containing
1991 Scheme-specific expression evaluator.
1992 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1993 field.
1994 * objc-lang.c (print_object_command): Take evaluate_exp from the
1995 la_exp_desc field.
1996
1997 * Makefile.in (eval.o): Add dependency on parser-defs.h.
1998
1999 * eval.c: Include parser-defs.h for the full declaration of
2000 la_exp_desc's type.
2001 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
2002
2003 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
2004
2005 * parser-defs.h (operator_length): Declare.
2006
2007 * parse.c (length_of_subexp): Use operator_length to get operator
2008 lengths and arities for operators.
2009 Move most code to new operator_length function.
2010 (operator_length): New function absorbing most code from
2011 length_of_subexp.
2012 (prefixify_subexp): Remove large case and use operator_length instead.
2013 (parse_exp_1): Use renamings:
2014 dump_prefix_expression => dump_raw_expression and
2015 dump_postfix_expression => dump_prefix_expression.
2016
2017 * expression.h (dump_prefix_expression): Rename to ...
2018 (dump_raw_expression): New name.
2019 (dump_postfix_expression): Rename to ...
2020 (dump_prefix_expression): New name.
2021
2022 * expprint.c (dump_subexp): Make global. Add comment.
2023 Move most existing code to dump_subexp_body.
2024 (dump_subexp_body): New function.
2025 (dump_prefix_expression): Rename to dump_raw_expression.
2026 Remove attempt to print the expression via print_expression: it can't
2027 work before the expression is prefixified.
2028 (dump_raw_expression): Renamed from dump_prefix_expression.
2029 (dump_postfix_expression): Rename to dump_prefix_expression, since
2030 that's what it does.
2031 Remove 'note' parameter, since this routine must be used on
2032 prefixified expression.
2033 (dump_prefix_expression): Renamed from dump_postfix_expression.
2034
2035 2003-09-22 Jim Blandy <jimb@redhat.com>
2036
2037 * dwarf2read.c (read_array_type): When building the type for an
2038 array of unspecified length, make sure to choose the upper bound
2039 so that the array's total length comes out to be zero --- that's
2040 how we represent such arrays.
2041
2042 2003-09-22 Michael Chastain <mec@shout.net>
2043
2044 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
2045
2046 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
2047
2048 * top.c (quit_force): Fix indirect call to quit_target so
2049 a struct qt_args pointer is passed.
2050
2051 2003-09-22 Andrew Cagney <cagney@redhat.com>
2052
2053 * arch-utils.h (init_frame_pc_noop): Delete declaration.
2054 * arch-utils.c (init_frame_pc_noop): Delete function.
2055 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
2056 "init_frame_pc".
2057 * mips-tdep.c (mips_gdbarch_init): Ditto.
2058 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
2059 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
2060 declaration.
2061 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2062 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
2063 declaration.
2064 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2065
2066 2003-09-22 Anthony Green <green@redhat.com>
2067
2068 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
2069 declaration.
2070
2071 2003-09-20 Andrew Cagney <cagney@redhat.com>
2072
2073 * breakpoint.c: Eliminate ARGSUSED.
2074 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
2075 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
2076 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
2077 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
2078 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
2079 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
2080 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
2081 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
2082 * wince.c, remote-vx.c: Ditto.
2083
2084 * cli/cli-script.c: Remove "register" attributes.
2085 * config/pa/tm-hppa.h: Ditto.
2086 * cli/cli-decode.c: Ditto.
2087 * cli/cli-cmds.c: Ditto.
2088
2089 2003-09-19 Andrew Cagney <cagney@redhat.com>
2090
2091 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
2092 DEPRECATED_NPC_REGNUM.
2093 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
2094
2095 2003-09-19 Christopher Faylor <cgf@redhat.com>
2096
2097 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
2098
2099 2003-09-19 Jim Blandy <jimb@redhat.com>
2100
2101 * macrotab.c (macro_include): Use the correct comparison to find
2102 the appropriate place for this inclusion in the list.
2103
2104 2003-09-19 Andrew Cagney <cagney@redhat.com>
2105
2106 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
2107 (DEPRECATED_HPUX_TEXT_END): Define.
2108 (deprecated_hpux_text_end): Declare.
2109 (struct target_ops): Declare opaque.
2110 * hppah-nat.c (text_end): Make static.
2111 (deprecated_hpux_text_end): New function.
2112 * exec.c (text_end): Delete global variable.
2113 (NEED_TEXT_START_END): Do not define.
2114 (exec_file_attach): Replace code computing "text_end" code with
2115 call to DEPRECATED_HPUX_TEXT_END.
2116
2117 2003-09-19 Andrew Cagney <cagney@redhat.com>
2118
2119 * utils.c (align_up, align_down): New functions.
2120 * defs.h (align_up, align_down): Declare.
2121 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
2122 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
2123 and "align_down".
2124 (round_up, round_down): Delete functions.
2125 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2126 "align_down".
2127 (ROUND_DOWN, ROUND_UP): Delete macros.
2128 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
2129 * h8300-tdep.c: Replace "round_up" and "round_down" with
2130 "align_up" and "align_down".
2131 (round_up, round_down): Delete macros.
2132 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2133 "align_down".
2134 (ROUND_UP, ROUND_DOWN): Delete macros.
2135
2136 2003-09-18 J. Brobecker <brobecker@gnat.com>
2137
2138 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
2139 hard-coded constant. Use the proper machine name instead.
2140
2141 2003-09-17 Andrew Cagney <cagney@redhat.com>
2142
2143 * sparc-tdep.c (legacy_register_name): Delete function.
2144 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
2145 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
2146 * infcmd.c (gdb_register_name): Delete variable.
2147 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
2148 REGISTER_NAME and "tm.h".
2149 * gdbarch.h, gdbarch.c: Regenerate.
2150 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
2151 REGISTER_NAMES in comments.
2152 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
2153 * m68klinux-nat.c (regmap): Ditto.
2154
2155 2003-09-17 Jim Blandy <jimb@redhat.com>
2156
2157 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
2158
2159 2003-09-17 Andrew Cagney <cagney@redhat.com>
2160
2161 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
2162 (ppcnbsd_init_abi): Set "use_struct_convention" to
2163 "ppcnbsd_use_struct_convention".
2164
2165 2003-09-17 Mark Kettenis <kettenis@gnu.org>
2166
2167 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2168 * gdbarch.h, gdbarch.c: Regenerate.
2169 (stabs_argument_has_addr): New architecture method.
2170 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2171 * arch-utils.c: Include "buildsym.h".
2172 (default_stabs_argument_has_addr): New function.
2173 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2174 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2175
2176 2003-09-17 Andrew Cagney <cagney@redhat.com>
2177
2178 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
2179 * gdbarch.h, gdbarch.c: Regenerate.
2180 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
2181 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
2182 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
2183 * sparcnbsd-tdep.c: Update.
2184
2185 2003-09-17 Andrew Cagney <cagney@redhat.com>
2186
2187 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
2188 * gdbarch.h, gdbarch.c: Regenerate.
2189 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
2190 * d10v-tdep.c, frame.c: Update.
2191 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
2192 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
2193 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
2194 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
2195 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
2196 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
2197 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
2198 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
2199 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
2200 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
2201 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
2202 * config/pa/nm-hppah.h: Update.
2203
2204 2003-09-16 Andrew Cagney <cagney@redhat.com>
2205
2206 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
2207 "use_struct_convention" to "ppc_linux_use_struct_convention".
2208 (ppc_linux_use_struct_convention): New function.
2209 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
2210 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
2211 "rs6000_use_struct_convention".
2212 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
2213 declaration.
2214 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
2215 Delete function.
2216
2217 2003-09-16 Andrew Cagney <cagney@redhat.com>
2218
2219 * buildsym.c: Remove more occurances of "register".
2220 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
2221 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
2222 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
2223 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
2224 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
2225 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
2226 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
2227 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
2228
2229 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
2230
2231 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
2232 numbers to enumeration values.
2233 * sh-tdep.c: Accomodate above change.
2234 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
2235 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
2236 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
2237 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
2238 (IS_FPUSH): Rename from IS_FMOV.
2239 (sh_extract_struct_value_address): Remove useless comment.
2240 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
2241 instead of own local values.
2242 (sh_dump_tdep): Remove.
2243 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
2244 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
2245
2246 2003-09-15 Andrew Cagney <cagney@redhat.com>
2247
2248 * doublest.c (convert_floatformat_to_doublest): No longer need to
2249 cast "exp_bias" to an int. Reverts 2002-12-04 change.
2250
2251 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
2252
2253 * values.c (unpack_double): Call floatformat_is_valid.
2254
2255 2003-09-15 Mark Kettenis <kettenis@gnu.org>
2256
2257 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
2258 ps_strings into a long.
2259
2260 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
2261 _initialize_am64fbsd_nat.
2262
2263 2003-09-15 Kevin Buettner <kevinb@redhat.com>
2264
2265 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
2266 associated with DW_AT_ranges attribute is out of bounds.
2267
2268 2003-09-15 David Lecomber <dsl@sources.redhat.com>
2269
2270 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
2271
2272 2003-09-14 Michael Chastain <mec@shout.net>
2273
2274 * config/m68k/nm-apollo68v.h: Delete.
2275 * config/m68k/xm-apollo68v.h: Delete.
2276
2277 2003-09-14 Andrew Cagney <cagney@redhat.com>
2278
2279 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
2280 * dcache.c: Update copyrights and descriptions.
2281 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
2282
2283 2003-09-14 Andrew Cagney <cagney@redhat.com>
2284
2285 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
2286 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
2287
2288 2003-09-14 Andrew Cagney <cagney@redhat.com>
2289
2290 * alpha-nat.c: Remove some occurances of "register".
2291 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
2292 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
2293 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
2294 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
2295 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
2296 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
2297 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
2298 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
2299 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
2300 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
2301 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
2302 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
2303 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
2304 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
2305 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
2306 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
2307 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
2308 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
2309 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
2310 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
2311 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
2312 * values.c, vax-tdep.c, xcoffread.c: Ditto.
2313
2314 2003-09-13 Andrew Cagney <cagney@redhat.com>
2315
2316 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
2317 * ppc-tdep.h (struct regcache): Declare opaque.
2318 * objfiles.h (struct objfile_data): Declare opaque.
2319 * cp-support.h (struct objfile): Declare opaque.
2320 * linux-nat.h (target_waitstatus): Declare opaque.
2321
2322 2003-09-14 Mark Kettenis <kettenis@gnu.org>
2323
2324 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2325 (stabs_argument_has_addr): New architecture method.
2326 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2327 * arch-utils.c: Include "buildsym.h".
2328 (default_stabs_argument_has_addr): New function.
2329 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2330 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2331
2332 * cris-tdep.c (cris_gdbarch_init): Set
2333 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
2334 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
2335 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2336 * mips-tdep.c (mips_gdbarch_init): Likewise.
2337 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2338 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2339
2340 2003-09-13 Andrew Cagney <cagney@redhat.com>
2341
2342 * values.c (using_struct_return): Delete "function" and "funcaddr"
2343 parameters.
2344 * value.h (using_struct_return): Update declaration.
2345 * infcmd.c (finish_command_continuation): Update.
2346 (finish_command): Update.
2347 * infcall.c (call_function_by_hand): Update.
2348 * eval.c (evaluate_subexp_standard): Update.
2349
2350 2003-09-13 Christopher Faylor <cgf@redhat.com>
2351
2352 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
2353 SSE registers since gdb will not operate correctly without this.
2354 Restore include file ordering munged in previous change.
2355 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
2356
2357 2003-09-13 Mark Kettenis <kettenis@gnu.org>
2358
2359 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
2360 REG_STRUCT_HAS_ADDR.
2361 * gdbarch.c, gdbarch.h: Updated.
2362 * infcall.c (call_function_by_hand): Update.
2363 * stabsread.c (define_symbol): Updated.
2364
2365 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
2366
2367 2003-09-12 Christopher Faylor <cgf@redhat.com>
2368
2369 * win32-nat.c: Reorganize so that defines used by target headers are
2370 actually defined by the system headers.
2371 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
2372 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
2373
2374 2003-09-12 Jim Blandy <jimb@redhat.com>
2375
2376 * dbxread.c (read_dbx_symtab): Don't report an internal error if
2377 the file has no .data, .bss, or .rodata sections. Instead wait
2378 until we see a variable alleged to live in one of those sections.
2379
2380 * dbxread.c (read_dbx_symtab): If we have no .data section and no
2381 .bss section, presume that any variables we find live in the
2382 .rodata section.
2383
2384 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
2385 offsets for global and static variables.
2386
2387 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
2388 symbol types are, by definition, in the .data section, so it is
2389 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
2390 If there is no .data section, there should be no N_DATA or N_DATA
2391 | N_EXT symbols.
2392
2393 2003-09-12 Mark Kettenis <kettenis@gnu.org>
2394
2395 * amd64fbsd-tdep.c: Fix sigtramp recognition.
2396 (amd64fbsd_sigcontext_addr): Rewrite.
2397 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
2398 with correct values.
2399 (amd64fbsd_sc_reg_offset): Initialize with correct values.
2400 (amd64fbsd_init_abi): Fix typo.
2401
2402 2003-09-12 Andrew Cagney <cagney@redhat.com>
2403
2404 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
2405 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
2406
2407 2003-09-12 Andrew Cagney <cagney@redhat.com>
2408
2409 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
2410 "entry_file_highpc". Update comments.
2411 * defs.h (deprecated_inside_entry_file): Rename
2412 "inside_entry_file".
2413 * blockframe.c (deprecated_inside_entry_file): Rename
2414 "inside_entry_file".
2415 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
2416 * vax-tdep.c (vax_frame_chain): Update.
2417 * sh64-tdep.c (sh64_frame_chain): Update.
2418 * sh-tdep.c (sh_frame_chain): Update.
2419 * rs6000-tdep.c (rs6000_frame_chain): Update.
2420 * ns32k-tdep.c (ns32k_frame_chain): Update.
2421 * mips-tdep.c (mips_frame_chain): Update.
2422 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
2423 * m32r-tdep.c (m32r_frame_this_id): Update.
2424 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
2425 * frv-tdep.c (frv_frame_this_id): Update.
2426 * d10v-tdep.c (d10v_frame_this_id): Update.
2427 * cris-tdep.c (cris_frame_chain): Update.
2428 * blockframe.c (legacy_frame_chain_valid): Update.
2429 * avr-tdep.c (avr_frame_this_id): Update.
2430 * arm-tdep.c (arm_prologue_this_id): Update.
2431 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
2432 * objfiles.c (objfile_relocate): Update.
2433 * mipsread.c (mipscoff_symfile_read): Update.
2434 (mipscoff_symfile_read): Update.
2435 * mdebugread.c (parse_partial_symbols): Update.
2436 * dwarfread.c (read_file_scope): Update.
2437 * dwarf2read.c (read_file_scope): Update.
2438 * dbxread.c (read_dbx_symtab): Update.
2439 (read_dbx_symtab): Update.
2440 * coffread.c (complete_symtab): Update.
2441
2442 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
2443
2444 * top.c (quit_target): New static helper function.
2445 (quit_force): Moved code to quit_target(). Call quit_target()
2446 via catch_errors() to catch errors during quit.
2447
2448 2003-09-11 David Carlton <carlton@kealia.com>
2449
2450 * buildsym.c (finish_block): Use allocate_block to allocate the
2451 block.
2452 * mdebugread.c (new_block): Add FIXME.
2453
2454 2003-09-11 David Carlton <carlton@kealia.com>
2455
2456 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
2457 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
2458 (recursive_dump_type): Ditto.
2459 * printcmd.c (print_formatted): Ditto.
2460 * typeprint.c (print_type_scalar): Ditto.
2461 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
2462 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
2463 * cp-support.h: Declare cp_check_possible_namespace_symbols,
2464 maint_cplus_cmd_list.
2465 * cp-support.c: Make maint_cplus_cmd_list extern.
2466 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
2467 command.h.
2468 (lookup_symbol_file): Look in possible namespace blocks when
2469 appropriate.
2470 (initialize_namespace_symtab): New.
2471 (get_possible_namespace_block, free_namespace_block)
2472 (check_possible_namespace_symbols)
2473 (check_possible_namespace_symbols_loop)
2474 (check_one_possible_namespace_symbol)
2475 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2476 (_initialize_cp_namespace): Ditto.
2477 * block.h: Declare allocate_block.
2478 * block.c (allocate_block): New.
2479 * jv-lang.c (get_java_class_symtab): Allocate blocks via
2480 allocate_block.
2481 * symfile.h: Update declaration of add_psymbol_to_list.
2482 * symfile.c (add_psymbol_to_list): Return the partial symbol in
2483 question.
2484 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2485 scan_partial_symbols_call.
2486 (scan_partial_symbols): Add NAMESPACE argument; update calls to
2487 helper functions.
2488 (add_partial_symbol): If necessary, scan mangled names for names
2489 of namespaces.
2490 (add_partial_namespace): Add NAMESPACE argument; generate partial
2491 symbols associated to namespaces.
2492 (add_partial_enumeration): Add NAMESPACE argument.
2493 (new_symbol): Allow namespace syms.
2494 (read_namespace): Generate namespace syms.
2495 * objfiles.h: Add opaque declaration of struct symtab.
2496 (struct objfile): Add cp_namespace_symtab member.
2497 * objfiles.c (allocate_objfile): Set
2498 objfile->cp_namespace_symtab.
2499 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2500 dictionary_h, command_h.
2501
2502 2003-09-11 Andrew Cagney <cagney@redhat.com>
2503
2504 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2505 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2506 near the function's end.
2507 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2508 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2509 regcache_raw_write_signed to set SP_REGNUM.
2510
2511 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
2512
2513 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2514 orig_addrs is set up properly.
2515
2516 2003-09-11 Andrew Cagney <cagney@redhat.com>
2517
2518 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2519 * gdbarch.h, gdbarch.c: Re-generate.
2520 * infcall.c (call_function_by_hand): Update.
2521 * hppa-tdep.c (hppa_push_arguments): Update.
2522 * ada-lang.c (place_on_stack): Update.
2523 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2524 * sparc-tdep.c (sparc_gdbarch_init): Update.
2525 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2526 * hppa-tdep.c (hppa_gdbarch_init): Update.
2527 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2528 stack_align.
2529
2530 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
2531
2532 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2533 register do need a frame.
2534
2535 2003-09-11 Andrew Cagney <cagney@redhat.com>
2536
2537 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2538 buildable since GDB 5.0.
2539 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2540 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2541 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2542 * irix4-nat.c: Delete file.
2543 * config/mips/irix4.mh: Delete file.
2544 * config/mips/irix3.mh: Delete file.
2545 * config/mips/irix3.mt: Delete file.
2546 * config/mips/tm-irix3.h: Delete file.
2547 * config/mips/nm-irix3.h: Delete file.
2548 * config/mips/xm-irix3.h: Delete file.
2549 * config/mips/nm-irix4.h: Delete file.
2550 * config/mips/xm-irix4.h: Delete file.
2551 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2552
2553 2003-09-10 J. Brobecker <brobecker@gnat.com>
2554
2555 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2556 * Makefile.in (hppa-tdep.o): Update dependencies.
2557
2558 2003-09-10 James E Wilson <wilson@specifixinc.com>
2559
2560 * MAINTAINERS: Change my e-mail address. Move to paper trail
2561 section.
2562
2563 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2564
2565 * MAINTAINERS (frv): New ISA entry.
2566
2567 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2568
2569 * frv-tdep.c (dis-asm.h): Include.
2570 * Makefile.in (frv-tdep.o): Update dependencies.
2571
2572 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2573
2574 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2575 Fix typo for high range of floating registers.
2576
2577 2003-09-09 David Carlton <carlton@kealia.com>
2578
2579 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2580 highpc initialization here out of scan_partial_symbols.
2581 (scan_partial_symbols): Restructure into a recursive version,
2582 calling add_partial_namespace and add_partial_enumeration when
2583 appropriate.
2584 (add_partial_namespace): New.
2585 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2586
2587 2003-09-09 Andrew Cagney <cagney@redhat.com>
2588
2589 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2590 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2591 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2592 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2593
2594 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2595 (rs6000_push_dummy_call): Set the "TOC" register.
2596
2597 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2598 methods "max_register_raw_size", "max_register_virtual_size" or
2599 "register_virtual_size".
2600
2601 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2602
2603 * MAINTAINERS: Update my e-mail address.
2604
2605 2003-09-09 Andrew Cagney <cagney@redhat.com>
2606
2607 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2608 (rs6000_push_dummy_call): Store the struct return address.
2609 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2610
2611 2003-09-09 Andrew Cagney <cagney@redhat.com>
2612
2613 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2614 "ppc_sysv_abi_push_arguments".
2615 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2616 "ppc_sysv_abi_push_arguments".
2617 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2618 instead of "push_arguments".
2619 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2620
2621 2003-09-09 Andrew Cagney <cagney@redhat.com>
2622
2623 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2624 instead of CALL_DUMMY_ADDRESS.
2625
2626 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2627
2628 * p-lang.c: Eliminate "register".
2629 * c-lang.c: Ditto.
2630 * expprint.c: Ditto.
2631 * f-lang.c: Ditto.
2632 * jv-lang.c: Ditto.
2633 * language.c: Ditto.
2634 * m2-lang.c: Ditto.
2635 * parse.c: Ditto.
2636 * scm-lang.c: Ditto.
2637 * objc-lang.c: Ditto.
2638
2639 2003-09-09 Nick Clifton <nickc@redhat.com>
2640
2641 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2642
2643 2003-09-04 Andrew Cagney <cagney@redhat.com>
2644
2645 * avr-tdep.c: Include "dis-asm.h".
2646 * cris-tdep.c: Include "dis-asm.h".
2647 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2648 instead of corresponding typedef.
2649 * h8300-tdep.c: Include "dis-asm.h".
2650 * ia64-tdep.c: Include "dis-asm.h".
2651 * i386-tdep.c: Include "dis-asm.h".
2652 (i386_print_insn): Use "struct disassemble_info" instead of
2653 corresponding typedef.
2654 * m68k-tdep.c: Include "dis-asm.h".
2655 * mcore-tdep.c: Include "dis-asm.h".
2656 * mips-tdep.c: Include "dis-asm.h".
2657 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2658 instead of corresponding typedef.
2659 * ns32k-tdep.c: Include "dis-asm.h".
2660 * s390-tdep.c: Include "dis-asm.h".
2661 * sparc-tdep.c: Include "dis-asm.h".
2662 * vax-tdep.c: Include "dis-asm.h".
2663 * v850-tdep.c: Include "dis-asm.h".
2664 * mn10300-tdep.c: Include "dis-asm.h".
2665 * rs6000-tdep.c: Include "dis-asm.h".
2666 * xstormy16-tdep.c: Include "dis-asm.h".
2667 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2668 print_insn_xstormy16.
2669 * Makefile.in (v850-tdep.o): Update dependencies.
2670 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2671 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2672 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2673 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2674 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2675 (gdbarch_h): Remove $(dis_asm_h).
2676 * disasm.c: Include "dis-asm.h".
2677 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2678 corresponding typedef.
2679 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2680 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2681 * gdbarch.sh: Do not include "dis-asm.h".
2682 (struct disassemble_info): Declare opaque.
2683 (TARGET_PRINT_INSN): Update declaration.
2684 * gdbarch.h, gdbarch.c: Re-generate.
2685
2686 2003-09-08 Andrew Cagney <cagney@redhat.com>
2687
2688 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2689 CALL_DUMMY_ADDRESS, change to a predicate.
2690 * gdbarch.h, gdbarch.c: Re-generate.
2691 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2692 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2693 * infcall.c (call_function_by_hand): Ditto.
2694 * sparc-tdep.c (sparc_push_return_address): Ditto.
2695 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2696 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2697 CALL_DUMMY_ADDRESS with entry_point_address.
2698 * v850-tdep.c (v850_push_return_address): Ditto.
2699 * s390-tdep.c (s390_push_return_address): Ditto.
2700 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2701 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2702 * mcore-tdep.c (mcore_push_return_address): Ditto.
2703 * cris-tdep.c (cris_push_return_address): Ditto.
2704 * arm-tdep.c (arm_push_return_address): Ditto.
2705
2706 2003-09-08 Andrew Cagney <cagney@redhat.com>
2707
2708 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2709 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2710 and REG_UNMODIFIED to REG_SAME_VALUE.
2711 (execute_cfa_program): Update.
2712 (dwarf2_frame_cache): Update. Initialize table to
2713 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2714 location.
2715 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2716
2717 2003-09-08 Andrew Cagney <cagney@redhat.com>
2718
2719 * gnu-nat.c: Remove "inline" function attribute.
2720 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2721
2722 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2723
2724 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2725 target.
2726
2727 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2728
2729 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2730 (frame_extra_info): Rename this struct to frv_unwind_cache.
2731 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2732 Add fields ``prev_sp'' and ``base''.
2733 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2734 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2735 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2736 Delete.
2737 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2738 Revise all callers. Fill in the unwind cache argument and make
2739 other adjustments to account for new frame mechanisms.
2740 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2741 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2742 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2743 (frv_frame_unwind, frv_frame_base): New structs.
2744 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2745 additional arguments expected by this method and adjust function
2746 body accordingly.
2747 (frv_gdbarch_init): Remove calls to the following functions:
2748 set_gdbarch_deprecated_init_frame_pc(),
2749 set_gdbarch_deprecated_saved_pc_after_call(),
2750 set_gdbarch_deprecated_frame_chain(),
2751 set_gdbarch_deprecated_frame_saved_pc(),
2752 set_gdbarch_deprecated_frame_init_saved_regs(),
2753 set_gdbarch_deprecated_push_arguments(),
2754 set_gdbarch_deprecated_push_return_address(),
2755 set_gdbarch_deprecated_pop_frame(),
2756 set_gdbarch_deprecated_call_dummy_words(),
2757 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2758 set_gdbarch_deprecated_init_extra_frame_info(),
2759 set_gdbarch_deprecated_dummy_write_sp(), and
2760 set_gdbarch_deprecated_pc_in_call_dummy().
2761 Add calls to the following functions:
2762 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2763 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2764 frame_base_set_default().
2765 * Makefile.in (frv-tdep.o): Update dependencies.
2766
2767 2003-09-09 Mark Kettenis <kettenis@gnu.org>
2768
2769 * dwarf2-frame.c (read_encoded_value): Add support for
2770 DW_EH_PE_aligned encoding.
2771
2772 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2773
2774 * infrun.c (normal_stop): Don't print a message if the inferior
2775 has exited.
2776
2777 2003-09-08 Jim Blandy <jimb@redhat.com>
2778
2779 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2780 * dbxread.c: #include "gdb_assert.h".
2781 (read_dbx_symtab): If the objfile has no .data section, use the
2782 section index for the .bss section instead.
2783
2784 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2785
2786 * frame.c (deprecated_safe_get_selected_frame): New function.
2787 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2788 * findvar.c (read_var_value): Call it.
2789
2790 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
2791
2792 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2793 (sh64-tdep.o): Add dependencies.
2794 * configure.tgt: Add FIXME to sh-*-linux*.
2795 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2796 (sh_gdbarch_init): Always set correct sh_show_regs function
2797 pointer. Call sh64_gdbarch_init() if machine type is sh5.
2798 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2799 * sh64-tdep.c: New file, containing all sh64 related code from
2800 sh-tdep.c.
2801 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2802 * config/sh/linux.mt (TDEPFILES): Ditto.
2803 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2804 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2805 * config/sh/wince.mt (TDEPFILES): Ditto.
2806
2807 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2808
2809 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2810 (stop_wait_callback): Handle !lp->signalled also.
2811 (lin_lwp_has_pending, flush_callback): New functions.
2812 (lin_lwp_wait): Call flush_callback.
2813 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2814 (linux_proc_pending_signals): New function.
2815 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2816
2817 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2818
2819 From Nick Kelsey <nickk@ubicom.com>:
2820 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2821 when the stop PC is at the beginning of a function also.
2822
2823 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
2824
2825 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2826 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2827
2828 2003-09-06 Mark Kettenis <kettenis@gnu.org>
2829
2830 * sol-thread.c: Include "gdb_string.h".
2831
2832 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2833
2834 * gcore.c: Reorder include files in alphabetical order. Include
2835 "gdb_assert.h". Various coding style fixes.
2836 (derive_stack_segment, derive_heap_segment): Replace check for
2837 non-null BOTTOM and TOP with gdb_assert.
2838 (derive_heap_segment): Replace check for successful creation of
2839 ZERO with gdb_assert.
2840 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2841
2842 2003-09-04 Andrew Cagney <cagney@redhat.com>
2843
2844 * thread-db.c (verbose_dlsym): New function.
2845 (thread_db_load): Use verbose_dlsym
2846 (thread_db_new_objfile): Print that libthread_db was loaded, and
2847 that thread debugging was enabled.
2848
2849 2003-09-04 Andrew Cagney <cagney@redhat.com>
2850
2851 * configure.tgt: Add "mips64*-*-*" target. Delete
2852 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2853 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2854 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2855 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2856 mips*-sony-*, and mips64*-*-elf* targets.
2857 * config/mips/embedl.mt: Delete file.
2858 * config/mips/embedl64.mt: Delete file.
2859 * config/mips/mips.mt: Delete file.
2860 * config/mips/mips64.mt: Delete file.
2861 * config/mips/tm-embed.h: Delete file.
2862 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2863 * config/mips/embed64.mt: Delete out-of-date comment.
2864
2865 2003-09-04 Andrew Cagney <cagney@redhat.com>
2866
2867 * hppa-tdep.c (hppa_gdbarch_init): Set
2868 "have_nonsteppable_watchpoint".
2869 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2870 * mips-tdep.c (mips_dump_tdep): Do not print
2871 HAVE_NONSTEPPABLE_WATCHPOINT.
2872 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2873 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2874 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2875 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2876
2877 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2878
2879 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2880 unused code. Add comment.
2881
2882 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2883
2884 * breakpoint.c (watchpoint_check): Check for pc being in an
2885 epilogue if watchpoint frame couldn't be found.
2886
2887 2003-09-04 Andrew Cagney <cagney@redhat.com>
2888
2889 * Makefile.in: Re-generate all dependencies.
2890
2891 2003-09-03 Andrew Cagney <cagney@redhat.com>
2892
2893 * arch-utils.h (legacy_print_insn): Delete declaration.
2894 * arch-utils.c (legacy_print_insn): Delete function.
2895 * disasm.c (deprecated_tm_print_insn_info): Delete.
2896 (_initialize_disasm): Delete function, contained code initializing
2897 deprecated_tm_print_insn_info.
2898 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2899 (deprecated_tm_print_insn_info): Delete.
2900 (TARGET_PRINT_INSN): Do not provide a default.
2901 * gdbarch.h, gdbarch.c: Re-generate.
2902
2903 2003-09-03 Andrew Cagney <cagney@redhat.com>
2904
2905 * disasm.c (fprintf_disasm): New function.
2906 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2907 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2908 reverts 2003-08-14 change.
2909 (_initialize_disasm): Call "init_disassemble_info", instead of
2910 INIT_DISASSEMBLE_INFO_NO_ARCH.
2911
2912 2003-09-03 Michael Snyder <msnyder@redhat.com>
2913
2914 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2915
2916 2003-09-03 Andrew Cagney <cagney@redhat.com>
2917
2918 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2919 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2920 * symfile.c (syms_from_objfile): Update.
2921 (reread_symbols): `Update
2922 * exec.c (exec_file_attach): Update.
2923 (exec_file_attach): Update.
2924 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2925 2003-08-29 change.
2926 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2927
2928 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2929
2930 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2931 trad-frame.h.
2932 (arm_get_cache): Delete macro.
2933 (struct arm_prologue_cache): Update comments. Make saved_regs into
2934 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2935 to prev_sp.
2936 (thumb_scan_prologue): Update for cache changes. Don't call
2937 DEPRECATED_PC_IN_CALL_DUMMY.
2938 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2939 argument and use it in desperation search for our prologue. Do not
2940 search past the specified PC.
2941 (arm_make_prologue_cache): Simplify.
2942
2943 (arm_prologue_this_id, arm_prologue_prev_register)
2944 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2945 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2946 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2947 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2948 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2949
2950 (arm_frame_chain_valid, arm_find_callers_reg)
2951 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2952 (arm_pop_frame): Delete obsolete methods.
2953 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2954
2955 (arm_gdbarch_init): Update for new frame methods. Register prologue
2956 and sigtramp unwinders. Set the default frame base method.
2957
2958 * Makefile.in (arm-tdep.o): Update dependencies.
2959 * varobj.c (find_frame_addr_in_frame_chain): Call
2960 get_frame_base_address.
2961 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2962
2963 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2964
2965 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2966 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2967 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2968 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2969 Take NEXT_FRAME and CACHE arguments. Call
2970 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2971 Set unwound_pc in CACHE instead of modifying the frame argument.
2972 Don't bother checking the frame type when looking for sigtramp
2973 frames.
2974 (arm_make_prologue_cache, arm_frame_chain)
2975 (arm_init_extra_frame_info): New functions.
2976
2977 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2978
2979 * arm-tdep.c (arm_get_cache): Define.
2980 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2981 unwound_sp, unwound_pc, and saved_regs.
2982 (thumb_scan_prologue): Take a cache instead of the frame.
2983 (arm_scan_prologue): Likewise.
2984 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2985 instead of a temporary frame.
2986 (arm_init_extra_frame_info): Allocate and use a cache.
2987 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2988
2989 2003-09-03 Andrew Cagney <cagney@redhat.com>
2990
2991 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2992 * config/mips/wince.mt (TM_CLIBS): Ditto.
2993 * config/sh/wince.mt (TM_CLIBS): Ditto.
2994 * config/pa/hppa64.mt (TM_CLIBS): Delete.
2995 * config/sparc/sp64.mt (CC): Delete.
2996
2997 2003-09-03 Andrew Cagney <cagney@redhat.com>
2998
2999 * defs.h: Do not include "arch-utils.h".
3000 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
3001 GDB_MULTI_ARCH_PURE.
3002 * configure.in (GDB_MULTI_ARCH): Do not define.
3003 * configure, config.in: Regenerate.
3004 * configure.tgt: Do not set variable "gdb_multi_arch".
3005 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
3006 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
3007 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
3008 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
3009 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
3010 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
3011 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
3012 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
3013 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
3014 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
3015 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
3016 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
3017 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
3018 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
3019 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
3020 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
3021 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
3022 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
3023
3024 2003-08-30 Michael Chastain <mec@shout.net>
3025
3026 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
3027 * config/m68k/nm-hp300hpux.h: Delete.
3028 * config/m68k/tm-hp300hpux.h: Delete.
3029 * config/m68k/xm-hp300hpux.h: Delete.
3030 * config/m68k/xm-hp300bsd.h: Delete.
3031 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
3032 tm-hp300hpux.h, xm-hp300hpux.h.
3033 * somsolib.c: Remove comment about hp300 shared libraries.
3034
3035 2003-08-31 Mark Kettenis <kettenis@gnu.org>
3036
3037 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
3038 Only define PTRACE_GET_THREAD_AREA is not already defined.
3039 Various style fixes in code and comments and some additional
3040 spelling fixes in comments. Move after functions dealing with
3041 debug registers.
3042 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
3043 Fix coding-style.
3044
3045 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
3046 frame_unwind_register_unsigned instead of
3047 frame_unwind_unsigned_register.
3048
3049 2003-08-30 Mark Kettenis <kettenis@gnu.org>
3050
3051 * configure.in: Search for gethostbyname in libnsl.
3052 * configure: Regenerated.
3053
3054 2003-08-29 Mark Kettenis <kettenis@gnu.org>
3055
3056 * configure.in: Remove redundant AC_MSG_RESULT in check for
3057 uintptr_t in stdint.h.
3058 * configure: Regenerated.
3059
3060 * amd64-nat.h (struct regcache): Add opaque declaration.
3061
3062 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
3063 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
3064 Change "register array" to "register cache" in comments.
3065 (x86_64_linux_gregset64_reg_offset): New variable.
3066 (GETREGS_SUPPLIES): Remove macro.
3067 (supply_gregset): Call amd64_supply_native_gregset instead of
3068 x86_64_linux_supply_gregset.
3069 (fill_gregset): Rename `regno' to `regnum'. Call
3070 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
3071 (store_regs): Rename `regno' to `regnum'.
3072 (store_fpregs): Rename `regno' to `regnum'.
3073 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
3074 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3075 Reorganize function a bit.
3076 (store_inferior_registers): Rename `regno' to `regnum'. Use
3077 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3078 Reorganize function a bit.
3079 (_initialize_x86_64_linux_nat): New function.
3080 * config/i386/x86-64linux.mh.
3081
3082 2003-08-29 Andrew Cagney <cagney@redhat.com>
3083
3084 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
3085 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
3086 (target_remove_watchpoint): Delete macro.
3087 (target_insert_watchpoint): Delete macro.
3088 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
3089 (remote_mips_stopped_by_watchpoint): Delete declaration.
3090 (remote_mips_remove_watchpoint): Delete declaration.
3091 (remote_mips_set_watchpoint): Delete declaration.
3092 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
3093 * remote-mips.c (_initialize_remote_mips): Set
3094 "to_insert_watchpoint", "to_stopped_by_watchpoint",
3095 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
3096 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
3097 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
3098 (mips_stopped_by_watchpoint): Rename
3099 remote_mips_stopped_by_watchpoint.
3100 (mips_can_hardware_watchpoint): Rename
3101 remote_mips_can_use_hardware_watchpoint, update function
3102 signature.
3103
3104 2003-08-29 Mark Kettenis <kettenis@gnu.org>
3105
3106 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
3107 USER_DS. We haven't given them a register number yet.
3108
3109 * amd64-nat.h: New file.
3110 * amd64-nat.c: New file.
3111 * amd64fbsd-nat.c: Include "amd64-nat.h".
3112 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
3113 (amd64fbsd32_r_reg_offset): New variable.
3114 (supply_gregset): Simply call amd64_supply_native_gregset.
3115 (fill_gregset): Rename `regno' to `regnum'. Simply call
3116 amd64_collect_native_gregset.
3117 (fill_fpregset): Rename `regno' to `regnum'.
3118 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
3119 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3120 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3121 `fpregset_t'. Call amd64_supply_native_gregset instead of
3122 supply_gregset. Call x86_64_supply_fxsave instead of
3123 supply_fpregset.
3124 (store_inferior_registers): Rename `regno' to `regnum'. Replace
3125 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3126 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3127 `fpregset_t'. Call amd64_collect_native_gregset instead of
3128 fill_gregset. Call x86_64_collect_fxsave instead of
3129 fill_fpregset.
3130 (_initialize_am64fbsd_nat): Initialize
3131 amd64_native_gregset32_reg_offset and
3132 amd64_native_gregset64_reg_offset.
3133 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
3134
3135 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
3136 null pointer. Fix typo in comment.
3137
3138 * regcache.c (supply_register): Reimplement to call
3139 regcache_raw_supply.
3140 (regcache_collect): Reimplement by calling regcache_raw_collect.
3141
3142 2003-08-28 Mark Kettenis <kettenis@gnu.org>
3143
3144 * regcache.c (register_buffer): Consitify first argument.
3145 (regcache_raw_supply, regcache_raw_collect): New
3146 functions.
3147
3148 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
3149
3150 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
3151 by Nathan J. Williams.
3152
3153 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
3154
3155 * lin-lwp.c (wait_lwp): New function, copied from
3156 stop_wait_callback. Clean up.
3157 (stop_wait_callback): Use wait_lwp.
3158
3159 2003-08-28 Andrew Cagney <cagney@redhat.com>
3160
3161 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
3162 flavour and disassembler options.
3163 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
3164 (mips_gdbarch_init): Set "print_insn". Delete initialization of
3165 deprecated_tm_print_insn_info.
3166
3167 2003-08-27 Andrew Cagney <cagney@redhat.com>
3168
3169 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
3170 Use target_read_memory.
3171 (s390_get_frame_info): Update. Do not reference
3172 deprecated_tm_print_insn_info.
3173 (s390_check_function_end, s390_is_sigreturn): Ditto.
3174
3175 2003-08-27 Andrew Cagney <cagney@redhat.com>
3176
3177 * Makefile.in (cris-tdep.o): Update dependencies.
3178 * cris-tdep.c: Include "gdb_assert.h".
3179 (cris_gdbarch_init): Set print_insn.
3180 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
3181 (cris_delayed_get_disassembler): Simplify, directly call the
3182 disassembler returned by cris_get_disassembler.
3183 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
3184 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
3185 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
3186 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
3187 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
3188 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
3189 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
3190 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
3191 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
3192 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
3193 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
3194 (gdb_print_insn_sparc): Delete function.
3195 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
3196 deprecated_tm_print_insn_info.
3197 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
3198 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
3199 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
3200 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
3201 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
3202 * s390-tdep.c (gdb_print_insn_s390): Delete function.
3203 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
3204 (s390_gdbarch_init): Set print_insn.
3205
3206 2003-08-27 Andrew Cagney <cagney@redhat.com>
3207
3208 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
3209 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
3210 * infcall.c (call_function_by_hand): Convert the entry point
3211 address into a code address.
3212
3213 2003-08-27 Andrew Cagney <cagney@redhat.com>
3214
3215 * dsrec.c: Include "gdb_string.h".
3216 * Makefile.in (dsrec.o): Update dependencies.
3217
3218 2003-08-27 Michael Chastain <mec@shout.net>
3219
3220 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
3221
3222 2003-08-27 Andrew Cagney <cagney@redhat.com>
3223
3224 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
3225 (alpha_osf1_init_abi): Do not set call_dummy_address.
3226
3227 2003-08-27 David Carlton <carlton@kealia.com>
3228
3229 From Randolph Chung <tausq@debian.org>:
3230 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
3231 compiles with -Wformat-nonliteral -Werror.
3232
3233 2003-08-26 Jim Blandy <jimb@redhat.com>
3234
3235 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
3236 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
3237 bfd_lookup_symbol, since we only want symbols in code sections.
3238 (look_for_base): Pass zero as the SECT_FLAGS argument to
3239 bfd_lookup_symbol, since we're not concerned about which section
3240 the symbol is in.
3241
3242 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3243
3244 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
3245 we are frameless or the return address register is already known.
3246
3247 2003-08-26 Andrew Cagney <cagney@redhat.com>
3248
3249 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
3250 in size. Add comments.
3251
3252 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3253
3254 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
3255 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
3256
3257 2003-08-26 Jason Merrill <jason@redhat.com>
3258
3259 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
3260 case out of #ifdef MIPS block.
3261
3262 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
3263
3264 PR java/1322
3265 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
3266 available before calling SECT_OFF_TEXT.
3267 * PROBLEMS: Remove description of java/1322.
3268
3269 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
3270
3271 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
3272 bof, and nat0-nat127 as pseudo-registers.
3273 (ia64_frame_cache): New struct used to cache frame info.
3274 (ia64_register_reggroup_p): New routine used to override default
3275 register grouping so registers without names are still saved and
3276 restored.
3277 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
3278 pseudo values.
3279 (ia64_pseudo_register_read): New routine to read pseudo-registers.
3280 (ia64_pseudo_register_write): New routine to write pseudo-registers.
3281 (ia64_alloc_frame_cache): New routine to create a new
3282 ia64_frame_cache.
3283 (examine_prologue): Change prototype to add next_frame pointer.
3284 Assume frameless until otherwise proven. Verify that the cfm for
3285 current frame matches the cfm that should occur for the prologues
3286 alloc insn and if equal, mark as not frameless. At end of routine,
3287 if not frameless, calculate registers for the previous frame and store
3288 in the cache, if a cache is provided.
3289 (ia64_skip_prologue): Use new prototype when calling examine_prologue
3290 and pass 0 for next_frame.
3291 (ia64_store_return_value): Change to use convert_typed_floating()
3292 instead of calling ia64_convert_to_raw().
3293 (ia64_extract_return_value): Change to use convert_typed_floating()
3294 instead of calling ia64_convert_to_virtual().
3295 (ia64_frame_cache): New routine to support new frame model.
3296 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
3297 (ia64_frame_sniffer): Ditto.
3298 (ia64_sigtramp_frame_init_saved_regs): Ditto.
3299 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
3300 (ia64_sigtramp_frame_prev_register): Ditto.
3301 (ia64_sigtramp_frame_sniffer): Ditto.
3302 (ia64_frame_base_address): Ditto.
3303 (ia64_extract_struct_value_address): Change to issue error message.
3304 (ia64_frame_align): New routine to align sp.
3305 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
3306 (ia64_push_arguments): Removed. Logic moved to
3307 ia64_push_dummy_call().
3308 (ia64_push_return_address): Ditto.
3309 (ia64_unwind_dummy_id): New function.
3310 (ia64_unwind_pc): Ditto.
3311 (ia64_convert_register_p): Ditto.
3312 (ia64_register_to_value): Ditto.
3313 (ia64_value_to_register): Ditto.
3314 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
3315 (ia64_register_byte, ia64_register_raw_size): Ditto.
3316 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
3317 (ia64_saved_pc_after_call): Ditto.
3318 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
3319 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
3320 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
3321 (ia64_register_convert_to_raw): Ditto.
3322 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
3323 (ia64_init_extra_frame_info): Ditto.
3324 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
3325 (ia64_gdbarch_init): Remove registering of deprecated functions that
3326 are no longer used. Add registration of new gdbarch functions.
3327 Remove registering deprecated_write_sp. Replace
3328 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
3329 Delete set_gdbarch_deprecated_register_convertible(),
3330 set_gdbarch_deprecated_register_convert_to_virtual(), and
3331 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
3332 set_gdbarch_deprecated_register_size(),
3333 set_gdbarch_deprecated_register_bytes(),
3334 set_gdbarch_pcregnum(),
3335 set_gdbarch_deprecated_register_byte(),
3336 set_gdbarch_deprecated_register_raw_size(),
3337 set_gdbarch_deprecated_max_register_raw_size(),
3338 set_gdbarch_deprecated_register_virtual_size(),
3339 and set_gdbarch_deprecated_max_register_virtual_size() calls.
3340 Replace set_gdbarch_deprecated_extract_return_value() with
3341 set_gdbarch_extract_return_value(). Remove calls to:
3342 set_gdbarch_deprecated_saved_pc_after_call();
3343 set_gdbarch_deprecated_frame_chain(),
3344 set_gdbarch_deprecated_frame_saved_pc(),
3345 set_gdbarch_deprecated_frame_init_saved_regs(),
3346 set_gdbarch_deprecated_get_saved_register(),
3347 set_gdbarch_deprecated_call_dummy_words(),
3348 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3349 set_gdbarch_deprecated_init_extra_frame_info(),
3350 set_gdbarch_deprecated_frame_args_address(),
3351 set_gdbarch_deprecated_frame_locals_address(),
3352 and set_gdbarch_deprecated_dummy_write_sp().
3353 Add set_gdbarch_convert_register_p(),
3354 set_gdbarch_register_to_value(),
3355 set_gdbarch_value_to_register(),
3356 set_gdbarch_push_dummy_call(),
3357 set_gdbarch_frame_align(),
3358 set_gdbarch_unwind_dummy_id(),
3359 set_gdbarch_unwind_pc(),
3360 frame_unwind_append_sniffer(),
3361 frame_unwind_append_sniffer(),
3362 and frame_base_set_default().
3363
3364 2003-08-25 Chris Demetriou <cgd@broadcom.com>
3365
3366 * configure.tgt: Document need for special "mipsisa64" handling.
3367 (mipsisa64*-*-linux64): Handle as target linux64.
3368 (mipsisa64*-*-*): Handle as target embed64.
3369
3370 2003-08-18 Michael Chastain <mec@shout.net>
3371
3372 * PROBLEMS: Document pr gdb/1322, the Java anonymous
3373 objfile bug.
3374
3375 2003-08-24 Mark Kettenis <kettenis@gnu.org>
3376
3377 * i387-tdep.h: Update copyright date.
3378 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
3379
3380 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
3381 CFLAGS games to reflect reality.
3382
3383 2003-08-24 Andrew Cagney <cagney@redhat.com>
3384
3385 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
3386 GDB_MULTI_ARCH is always non-zero.
3387 * osabi.c (_initialize_gdb_osabi): Ditto.
3388 (gdbarch_init_osabi): Ditto.
3389 * sparc-tdep.c: Ditto for #if code.
3390
3391 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3392
3393 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
3394 Update comments.
3395 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
3396 comments.
3397 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
3398 x86_64_supply_fxsave.
3399 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
3400 x86_64_supply_fxsave.
3401 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
3402 x86_64_supply_fxsave.
3403
3404 2003-08-23 Andreas Jaeger <aj@suse.de>
3405
3406 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
3407 i387_supply_fxsave.
3408
3409 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3410
3411 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
3412 i387_supply_register.
3413 (go32_fetch_registers): Adjust call to i387_supply_fsave.
3414 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
3415 i387_supply_fsave.
3416 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
3417 i387_supply_fxsave.
3418 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
3419 i387_supply_fsave.
3420 * i386bsd-nat.c (supply_fpregset): Adjust call to
3421 i387_supply_fsave.
3422 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
3423 call to i387_supply_fxsave. Call i387_supply_fsave instead of
3424 supply_fpregset.
3425 (store_inferior_registers): Remove extraneous whitespace. Call
3426 i387_fill_fsave instead of fill_fpregset.
3427 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
3428 (supply_fpregset): Likewise.
3429 * i386v4-nat.c (supply_fpregset): Adjust call to
3430 i387_supply_fsave.
3431 * i386-interix-nat.c (supply_fpregset): Adjust call to
3432 i387_supply_fsave.
3433 * i386-linux-nat.c (supply_fpregset): Adjust call to
3434 i387_supply_fsave.
3435 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
3436 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
3437 i387supply_fsave and i387_supply_fxsave.
3438 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
3439 Incorporate code from `i387_supply_register.
3440 (i387_supply_register): Remove.
3441 (i387_supply_fxsave): Add `regnum' argument.
3442 Update comments.
3443 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
3444 prototype.
3445 (i387_supply_register): remove prototype.
3446 Update comments.
3447
3448 2003-08-22 Michael Chastain <mec@shout.net>
3449
3450 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
3451 Add lines for files in gdb/testsuite/gdb.cp/* that are
3452 still not 8.3 unique.
3453
3454 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
3455
3456 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
3457 TYPE_VPTR_FIELDNO is valid.
3458
3459 2003-08-19 Mark Kettenis <kettenis@gnu.org>
3460
3461 * utils.c (set_width_command): Remove prototypes.
3462 (set_screen_size): New prototype.
3463 (init_page_info): Simplify by fetching the screen size from
3464 Readline. Call set_screen_size.
3465 (set_screen_size): New function.
3466 (set_width): Add missing whitespace in comment.
3467 (set_width_command): Call set_screen_size.
3468 (set_height_command): New function.
3469 (initialize_utils): Fix formatting. Make "set height" command
3470 call set_height_command. Remove redundant code that turns off
3471 pagination if output isn't a terminal. Remove redundant call to
3472 set_width_command.
3473
3474 2003-08-22 Mark Kettenis <kettenis@gnu.org>
3475
3476 * sparc64-tdep.h (sparc64_regnum): Fix comment.
3477 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3478 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3479 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3480 `case' keyword.
3481 (sparc64_register_info): Give the reister with number
3482 SPARC64_STATE_REGNUM a name.
3483 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3484 %asi and %ccr.
3485 (sparc64_push_dummy_call): Take BIAS into account when checking
3486 stcak alignment.
3487 (sparc_software_single_step): Remove assertions that check whether
3488 NPC and NNPC were zero.
3489 (sparc_supply_rwindow): Make public. Merge functionality with
3490 sparc64_supply_rwindow.
3491 (sparc_fill_rwindow): Make public. Merge functionality with
3492 sparc64_fill_rwindow.
3493 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3494 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3495 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3496 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3497 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3498
3499 * reggroups.c: Add whitespace after declarations of local
3500 variables in functions.
3501
3502 2003-08-21 Michael Chastain <mec@shout.net>
3503
3504 * gdbtypes.h: Change array bound type from an int to enum.
3505
3506 2003-08-21 Andrew Cagney <cagney@redhat.com>
3507
3508 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3509 * config/sparc/tm-sparc.h: Ditto.
3510 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3511 unconditionally.
3512 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3513
3514 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3515
3516 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3517 (register_objfile_data, set_objfile_data, objfile_data): New
3518 prototypes.
3519 * objfiles.c (objfile_alloc_data, objfile_free_data): New
3520 prototypes.
3521 (allocate_objfile): Call objfile_alloc_data.
3522 (free_objfile): Call objfile_free_data.
3523 (struct objfile_data): New.
3524 (struct objfile_data_registration): New.
3525 (struct objfile_data_registry): New.
3526 (objfile_data_registry): New variable.
3527 (register_objfile_data): New function.
3528 (objfile_alloc_data, objfile_free_data): New functions.
3529 (set_objfile_data, objfile_data): New functions.
3530 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3531 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3532 (_initialize_dwarf2_frame): New function and prototype.
3533
3534 2003-08-21 Andrew Cagney <cagney@redhat.com>
3535
3536 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3537 a specific architecture.
3538 * arch-utils.h (set_architecture_from_arch_mach): Delete
3539 declaration.
3540 (target_architecture_hook): Delete declaration.
3541 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3542 (default_float_format): Assume GDB_MULTI_ARCH.
3543 (default_double_format): Assume GDB_MULTI_ARCH.
3544 (set_endian_from_file): Delete function.
3545 (arch_ok): Delete function.
3546 (set_arch): Delete function.
3547 (set_architecture_from_arch_mach): Delete function.
3548 (set_architecture_from_file): Delete function.
3549 (set_architecture): Assume GDB_MULTI_ARCH.
3550 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3551
3552 2003-08-21 Mark Kettenis <kettenis@gnu.org>
3553
3554 Rewrite FreeBSD/sparc64 native configuration.
3555 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3556 * sparc64fbsd-nat.c: New file.
3557 * sparc64fbsd-tdep.c: New file.
3558 * sparc64-tdep.c sparc64-tdep.h: New files.
3559 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3560 sparc64fbsd-tdep.o): New dependencies.
3561 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3562 and sparc64fbsd-tdep.c.
3563 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3564 * config/sparc/fbsd.mh: Remove copyright notice.
3565 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3566 sparcbsd-nat.o.
3567 * config/sparc/fbsd.mt: Remove copyright notice.
3568 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3569 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3570 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3571 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3572 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3573 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3574 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3575 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3576 "sparc/tm-sp64.h".
3577 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3578 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3579
3580 2003-08-21 Michael Chastain <mec@shout.net>
3581
3582 * symtab.h: Add doco on the space critical structures and
3583 some measurements of space usage.
3584
3585 2003-08-21 Michael Snyder <msnyder@redhat.com>
3586
3587 * tracepoint.c (trace_dump_command): Trace break address
3588 is subject to DECR_PC_AFTER_BREAK.
3589 (set_traceframe_context): Make "trace_line" an int.
3590 Fixes suggested by Mark Newman <mark.newman@lmco.com>
3591
3592 2003-08-20 Michael Snyder <msnyder@redhat.com>
3593
3594 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
3595 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3596 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
3597 argument passing.
3598 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
3599 functions, replace sh_push_dummy_call.
3600 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3601
3602 2003-08-20 Michael Chastain <mec@shout.net>
3603
3604 * gdbtypes.h (struct main_type): Rearrange to save space.
3605
3606 2003-08-20 Michael Snyder <msnyder@redhat.com>
3607
3608 * trad-frame.c: Comment typo fix.
3609
3610 2003-08-20 Michael Snyder <msnyder@redhat.com>
3611 Kevin Buettner <kevinb@redhat.com>
3612
3613 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3614 (frv_frame_init_saved_regs): Add declaration.
3615 (frame_extra_info): Add new field ``saved_regs''.
3616 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3617 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3618 Update frame related code.
3619 (frv_extract_struct_value_address): Adjust formatting.
3620 * Makefile.in (frv-tdep.o): Update dependencies.
3621 * config/frv/tm-frv.h (target_insert_watchpoint)
3622 (target_remove_watchpoint, target_insert_hw_breakpoint)
3623 (target_remove_hw_breakpoint): Delete these macros.
3624 (remote_insert_watchpoint, remote_remove_watchpoint)
3625 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3626 these declarations.
3627
3628 2003-08-20 Michael Chastain <mec@shout.net>
3629
3630 * defs.h (ENUM_BITFIELD): New macro.
3631 * symtab.h (ENUM_BITFIELD): Use it.
3632 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3633
3634 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3635
3636 * MAINTAINERS (write after approval): Add myself.
3637
3638 2003-08-18 Andrew Cagney <cagney@redhat.com>
3639
3640 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3641 * gdbarch.h, gdbarch.c: Re-generate.
3642 * infcall.c (call_function_by_hand): Adjust the SP by
3643 frame_red_zone_size before allocating any stack space.
3644 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3645 * x86-64-tdep.c (x86_64_frame_align): New function.
3646 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3647
3648 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3649 Remove code adjusting SP so that it skips over the Red Zone.
3650
3651 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3652
3653 * NEWS (New native configurations): Mention FreeBSD/amd64.
3654
3655 2003-08-18 Andrew Cagney <cagney@redhat.com>
3656
3657 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3658 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3659 "m68k_frame_p".
3660 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3661
3662 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3663
3664 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3665
3666 2003-08-18 Michal Ludvig <mludvig@suse.cz>
3667
3668 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3669 Define.
3670 * i386-linux-nat.c: Include "linux-nat.h".
3671 (child_post_startup_inferior): New function.
3672
3673 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3674
3675 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3676 at the start of a frameless function. This probably fixes PR
3677 backtrace/1338.
3678
3679 2003-08-17 Michael Chastain <mec@shout.net>
3680
3681 * symfile.c (find_sym_fns): Remove special case for apollo target.
3682
3683 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3684
3685 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3686 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3687 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3688 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3689 (linux_supports_tracevforkdone): New function.
3690 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3691 TRACEVFORKDONE.
3692 (child_follow_fork): Handle vfork.
3693 (linux_handle_extended_wait): Likewise. Also handle exec.
3694 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3695 * NEWS: Mention fork tracing.
3696
3697 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3698
3699 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3700
3701 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3702
3703 * Makefile.in (i386-linux-nat.o): Update dependencies.
3704 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3705 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3706 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3707 * i386-linux-nat.c: Include "linux-nat.h".
3708 (child_post_startup_inferior): New function.
3709 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3710 * infptrace.c (kill_inferior): Wrap in #ifdef.
3711 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3712 attaching to each LWP.
3713 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3714 (init_lin_lwp_ops): Fill in some more operations.
3715 * linux-nat.h (linux_enable_event_reporting)
3716 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3717 prototypes.
3718 * linux-nat.c (linux_enable_event_reporting): New function.
3719 (child_post_attach, linux_child_post_startup_inferior)
3720 (child_post_startup_inferior, child_follow_fork)
3721 (linux_handle_extended_wait, kill_inferior): New functions.
3722
3723 2003-08-16 Andrew Cagney <cagney@redhat.com>
3724
3725 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3726 * gdbarch.h, gdbarch.c: Re-generate.
3727
3728 2003-08-16 Mark Kettenis <kettenis@gnu.org>
3729
3730 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3731
3732 2003-08-16 Andrew Cagney <cagney@redhat.com>
3733
3734 * NEWS: Mention that "set prompt-escape-char" was deleted.
3735 * top.c (get_prompt_1): Delete function.
3736 (gdb_prompt_escape):
3737 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3738 prompt-escape-char" command.
3739 (MAX_PROMPT_SIZE): Delete macro.
3740 (get_prompt): Simplify, do not call get_prompt_1.
3741
3742 2003-08-16 Andrew Cagney <cagney@redhat.com>
3743
3744 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3745 -Werror. -Wformat-nonliteral problems.
3746
3747 2003-08-15 J. Brobecker <brobecker@gnat.com>
3748
3749 Further multiarching work mostly for hppa64-*-hpux11:
3750 * hppa-tdep.h: New file.
3751 * hppa-tdep.c: #include hppa-tdep.c.
3752 (hppa32_num_regs): Renamed from hppa_num_regs.
3753 (hppa64_num_regs): New constant.
3754 (hppa64_call_dummy_breakpoint_offset): New constant.
3755 (hppa32_call_dummy_length): New constant.
3756 (hppa64_call_dummy_length): New constant.
3757 (hppa32_stack_align): Make name 32bit explicit.
3758 (hppa32_register_virtual_type): Likewise.
3759 (hppa32_extract_return_value): Likewise.
3760 (hppa32_use_struct_convention): Likewise.
3761 (hppa32_store_return_value): Likewise.
3762 (hppa64_register_virtual_type): New function.
3763 (hppa64_extract_return_value): New function.
3764 (hppa64_use_struct_convention): New function.
3765 (hppa64_store_return_value): New function.
3766 (hppa_frame_locals_address): Remove declaration, function does
3767 not exist anymore.
3768 (hppa_register_byte): Add support for PA64 ABI.
3769 (hppa_gdbarch_init): Add support for PA64 ABI.
3770 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3771 Make name 32bit explicit.
3772 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3773 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3774 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3775 (hppa64_hpux_frame_base_before_sigtramp): New function.
3776 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3777 * config/pa/tm-hppa64.h: Remove macros that are no longer
3778 necessary now that the gdbarch vector is properly setup.
3779 Transform some macros into function calls. Some minor cleanup.
3780 * config/pa/tm-hppah.h: Update function calls in macros
3781 following the function renaming in hppa-hpux-tdep.c.
3782 * Makefile.in (hppa_tdep_h): New variable.
3783 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3784
3785 2003-08-14 Michael Snyder <msnyder@redhat.com>
3786
3787 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3788
3789 2003-08-13 J. Brobecker <brobecker@gnat.com>
3790
3791 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3792 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3793 routine.
3794
3795 2003-08-13 Michael Snyder <msnyder@redhat.com>
3796
3797 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3798 (frv_saved_pc_after_call): Use deprecated ftype.
3799 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3800 (frv_remote_translate_xfer_address): Remove.
3801 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3802
3803 2003-08-13 J. Brobecker <brobecker@gnat.com>
3804
3805 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3806 initialization after the common gdbarch initialization, not before.
3807
3808 2003-08-13 J. Brobecker <brobecker@gnat.com>
3809
3810 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3811 (ADDR_BITS_REMOVE): Remove, redundant.
3812
3813 2003-08-13 J. Brobecker <brobecker@gnat.com>
3814
3815 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3816 gdbarch method to clear the 2 low bits of text addresses.
3817
3818 2003-08-12 Andrew Cagney <cagney@redhat.com>
3819
3820 * Makefile.in (dsrec.o): Update dependencies.
3821 * dsrec.c: Include "gdb_assert.h".
3822 (make_srec): Use snprintf instead of sprintf, use a literal format
3823 string.
3824
3825 2003-08-12 Andrew Cagney <cagney@redhat.com>
3826
3827 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3828 FRAME_OBSTACK_ZALLOC.
3829
3830 2003-08-12 Kevin Buettner <kevinb@redhat.com>
3831
3832 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3833 SSE registers.
3834
3835 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3836
3837 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3838 amd64fbsd_sc_reg_offset): Add extern declarations.
3839 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3840 declarations.
3841
3842 2003-08-11 Ben Elliston <bje@wasabisystems.com>
3843
3844 * MAINTAINERS (write after approval): Update my mail address.
3845
3846 2003-08-10 Andrew Cagney <cagney@redhat.com>
3847
3848 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3849
3850 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3851
3852 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3853 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3854 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3855 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3856 i386bsd_sc_reg_offset): Add extern declarations.
3857 * i386obsd-nat.c: Include "i386-tdep.h"
3858 (_initialize_i386obsd_nat): Remove extern declarations.
3859 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3860 declarations.
3861 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3862 declarations.
3863
3864 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3865 instead of frame_read_register.
3866 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3867 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3868 SP_REGNUM.
3869 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3870 instead of frame_unwind_unsigned_register. Use
3871 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3872 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3873 instead of read_register. Use builtin_type_void_data_ptr instead
3874 of builtin_type_void_func_ptr when extracting the address of the
3875 jmp_buf.
3876 (i386_extract_return_value, i386_store_return_value,
3877 i386_pseudo_register_read, i386_pseudo_register_write): Use
3878 register_size instead REGISTER_RAW_SIZE.
3879
3880 2003-08-10 Andrew Cagney <cagney@redhat.com>
3881
3882 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3883 sprintf. Make "name" constant.
3884
3885 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3886
3887 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3888 instead of frame_read_register.
3889 (i387_print_float_info): Use get_frame_register and
3890 get_frame_register_unsigned instead of frame_register_read.
3891
3892 * i386fbsd-nat.c: Include "i386-tdep.h".
3893 (child_resume): Make `eflags' an ULONGEST. Use
3894 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3895 instead of register_read and register_write.
3896
3897 * i386bsd-nat.c (fetch_inferior_registers,
3898 store_inferior_registers): Don't use && at the end of a line.
3899 (_initialize_i386bsd_nat): Fix typo.
3900
3901 * frame.c (_initialize_frame): Add missing backslash.
3902
3903 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3904 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3905 and supply_register instead of manipulating the register buffer
3906 directly.
3907
3908 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3909 * config/i386/nm-i386sol2.h
3910 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3911
3912 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3913 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3914 instructions that GCC likes to mingle into the prologue. Fixes
3915 gdb/1253 and gdb/1255.
3916
3917 2003-08-09 Andrew Cagney <cagney@redhat.com>
3918
3919 Fix GDB PR cli/926.
3920 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3921 * command.h (add_setshow_uinteger_cmd): Declare.
3922 * frame.c (set_backtrace_cmd): New function.
3923 (show_backtrace_cmd): New function.
3924 * frame.c (_initialize_frame): Replace "set/show
3925 backtrace-below-main" with "set/show backtrace past-main". Add
3926 command "set/show backtrace limit".
3927 (backtrace_past_main): Rename "backtrace_below_main".
3928 (backtrace_limit): New variable.
3929 (get_prev_frame): Update. Check the backtrace_limit.
3930
3931 2003-08-09 Andrew Cagney <cagney@redhat.com>
3932
3933 * defs.h (xstrprintf): Declare.
3934 * utils.c (xstrprintf): New function.
3935 * breakpoint.c (insert_breakpoints): Replace sprintf and
3936 non-literal format strings, with xstrprintf and cleanups.
3937 (delete_breakpoint,breakpoint_re_set): Ditto.
3938 (commands_command, insert_breakpoints): Ditto.
3939 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3940 (break_at_finish_command_1): Ditto.
3941
3942 2003-08-09 Andrew Cagney <cagney@redhat.com>
3943
3944 * MAINTAINERS (language support): List Adam Fedor as Objective C
3945 maintainer.
3946
3947 2003-08-08 J. Brobecker <brobecker@gnat.com>
3948
3949 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3950 are now multiarched.
3951
3952 2003-08-08 J. Brobecker <brobecker@gnat.com>
3953
3954 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3955 longer necessary now that hppa64 is partially multiarch'ed.
3956
3957 2003-08-08 Andrew Cagney <cagney@redhat.com>
3958
3959 * interps.c (interp_set): Check for a NULL "old_interp".
3960
3961 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3962
3963 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3964 (install-only): Support DESTDIR.
3965 (uninstall): Likewise.
3966 (install-gdbtk): Likewise.
3967
3968 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
3969
3970 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3971 contains something meaningful at all times.
3972
3973 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
3974
3975 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
3976
3977 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
3978
3979 * MAINTAINERS (write after approval): Added self.
3980
3981 2003-08-07 Andrew Cagney <cagney@redhat.com>
3982
3983 * inferior.h (AT_SYMBOL): Define.
3984 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3985 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3986 * mips-tdep.c (mips_call_dummy_address): Delete function.
3987 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3988 set call_dummy_address.
3989
3990 2003-08-07 Andrew Cagney <cagney@redhat.com>
3991
3992 * language.c (op_error): Delete function.
3993 (binop_type_check): Delete function.
3994 * language.h (type_op_error, range_op_error): Delete macros.
3995 (op_error): Delete declaration.
3996
3997 2003-08-07 Andrew Cagney <cagney@redhat.com>
3998
3999 * interps.h (INTERP_MI2, INTERP_MI3): Define.
4000
4001 2003-08-07 Michal Ludvig <mludvig@suse.cz>
4002
4003 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
4004 (x86_64_push_arguments): Skip the red zone.
4005
4006 2003-08-05 Andrew Cagney <cagney@redhat.com>
4007
4008 * reggroups.c (reggroup_next): Check for the final entry.
4009
4010 2003-08-04 Andrew Cagney <cagney@redhat.com>
4011
4012 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
4013 * cli/cli-script.c (define_command): Call query directly, instead
4014 of passing it a buffer.
4015 * ocd.c (ocd_error): Pass error a constant format string.
4016 * remote-mips.c (mips_error): Use fputs_filtered.
4017
4018 * solib-svr4.c (_initialize_svr4_solib): Update
4019 register_gdbarch_data call.
4020 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
4021
4022 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
4023 (register_gdbarch_data): Delete "free" parameter. Update
4024 comments.
4025 * gdbarch.h, gdbarch.c: Re-generate.
4026 * reggroups.c (_initialize_reggroup): Update.
4027 * gnu-v3-abi.c (init_gnuv3_ops): Update.
4028 * frame-base.c (_initialize_frame_base): Update.
4029 * frame-unwind.c (_initialize_frame_unwind): Update.
4030 * user-regs.c (_initialize_user_regs): Update.
4031 * remote.c (_initialize_remote): Update.
4032 * regcache.c (_initialize_regcache): Update.
4033
4034 * regcache.c (xfree_regcache_descr): Delete function.
4035 (_initialize_regcache): Update call to register_gdbarch_data.
4036 (init_regcache_descr, init_legacy_regcache_descr): Use
4037 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
4038
4039 * remote.c (free_remote_state): Delete function.
4040 (_initialize_remote): Update register_gdbarch_data.
4041 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
4042 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
4043
4044 2003-08-04 Andrew Cagney <cagney@redhat.com>
4045
4046 * reggroups.c (struct reggroup_el): Define.
4047 (struct reggroups): Delete field "nr_group". Replace array
4048 "group" with a "first" to "last" linked list.
4049 (reggroups_init): Update. Allocate using gdbarch's obstack.
4050 (reggroups_free): Delete function.
4051 (add_group): Update. Add "el" parameter.
4052 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
4053 (default_groups): Update.
4054 (reggroup_next): Replace reggroups.
4055 (reggroups_dump): Update.
4056 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
4057 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
4058 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
4059
4060 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
4061
4062 * Makefile.in (tui-interp.o): Update dependencies.
4063
4064 2003-08-04 David Carlton <carlton@kealia.com>
4065
4066 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
4067 to internal_error call.
4068 * source.c (forward_search_command): Add "%s" format argument.
4069 (reverse_search_command): Ditto.
4070 * top.c (quit_confirm): Ditto.
4071 * cli/cli-setshow.c (do_setshow_command): Ditto.
4072 * cp-valprint.c (cp_print_class_method): Replace
4073 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
4074 (cp_print_class_member): Ditto.
4075 * event-top.c (command_line_handler): Ditto.
4076 * linux-proc.c (linux_info_proc_cmd): Ditto.
4077 * p-typeprint.c (pascal_type_print_base): Ditto.
4078 * p-valprint.c (pascal_object_print_class_method): Ditto.
4079 (pascal_object_print_class_member): Ditto.
4080 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
4081 * remote.c (remote_cisco_section_offsets): Ditto.
4082 * top.c (command_line_input): Ditto.
4083 * utils.c (vwarning,error_stream,quit): Ditto.
4084 * valprint.c (print_floating,print_binary_chars)
4085 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
4086
4087 2003-08-04 Andrew Cagney <cagney@redhat.com>
4088
4089 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
4090
4091 2003-08-02 Andrew Cagney <cagney@redhat.com>
4092
4093 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
4094 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
4095 amd64fbsd-nat.c.
4096
4097 2003-08-02 Andrew Cagney <cagney@redhat.com>
4098
4099 * Makefile.in: Update all dependencies and definitions.
4100
4101 2003-08-02 Adam Fedor <fedor@gnu.org>
4102
4103 * linespec.c (is_objc_method_format): New function
4104 (decode_line_1, locate_first_half): Use it.
4105 Fixes PR objc/1298
4106
4107 2003-08-01 Andrew Cagney <cagney@redhat.com>
4108
4109 * NEWS: Mention that m32r is multi-arch.
4110 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
4111 * configure.tgt: Recognize m32r-*-*.
4112 * config/m32r/tm-m32r.h: Delete file.
4113 * config/m32r/m32r.mt: New file.
4114 * m32r-rom.c (m32r_upload_command): Use hostent only when
4115 gethostname succeeds, in order to avoid a compilation
4116 warning.
4117 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
4118 compiler warning.
4119
4120 2003-08-01 Michael Snyder <msnyder@redhat.com>
4121
4122 * sh-tdep.c (sh_frame_align): New gdbarch method.
4123 (sh_gdbarch_init): Set up frame_align method.
4124
4125 2003-07-31 Michael Snyder <msnyder@redhat.com>
4126
4127 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
4128 which is already covered by the new frames infrastructure.
4129
4130 2003-07-31 Andrew Cagney <cagney@redhat.com>
4131
4132 * user-regs.c (struct user_reg): Add "next" link.
4133 (struct user_regs): Replace "user" with "first" and "last" links.
4134 (append_user_reg): Add pre-allocated "reg" parameter.
4135 (builtin_user_regs): Provide initial value for "last".
4136 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
4137 (user_regs_init): Allocate memory from the gdbarch obstack.
4138 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
4139 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
4140 linked list.
4141 (usernum_to_user_reg): New function.
4142 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
4143 (value_of_user_reg): Use usernum_to_user_reg.
4144 (user_regs_free): Delete function.
4145 (_initialize_user_regs): Update register_gdbarch_data call.
4146
4147 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
4148
4149 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
4150
4151 2003-07-30 Michael Snyder <msnyder@redhat.com>
4152
4153 * value.h (value_being_returned): Add a struct_addr argument.
4154 * infcall.c (call_function_by_hand): Pass struct_addr to
4155 value_being_returned.
4156 * infcmd.c (print_return_value): Pass zero as struct_addr.
4157 * values.c (value_being_returned): If struct_addr is passed,
4158 use it instead of trying to recover it from the inferior.
4159
4160 2003-07-30 Kevin Buettner <kevinb@redhat.com>
4161
4162 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
4163 the prologue analyzer won't need to attempt to extract the pc
4164 value from the woefully incomplete dummy frame.
4165 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
4166 possible. Disable code which modifies the frame.
4167
4168 2003-07-28 Andrew Cagney <cagney@redhat.com>
4169
4170 * annotate.c (annotate_breakpoints_headers): Restrict annotation
4171 to level 2.
4172 (annotate_breakpoints_table, annotate_record): Ditto.
4173 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
4174 (annotate_field_name_end, annotate_field_value): Ditto.
4175 (annotate_field_end, annotate_frame_source_begin): Ditto.
4176 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
4177 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
4178 (annotate_frame_begin, annotate_frame_function_name): Ditto.
4179 (annotate_frame_address_end, annotate_frame_address): Ditto.
4180 (annotate_frame_args, annotate_frame_end): Ditto.
4181 (annotate_frame_where, annotate_arg_begin): Ditto.
4182 (annotate_arg_name_end, annotate_arg_value): Ditto.
4183 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
4184 (annotate_function_call, annotate_signal_name): Ditto.
4185 (annotate_signal_string, annotate_signal_name_end): Ditto.
4186 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
4187 (annotate_value_begin, annotate_value_history_value): Ditto.
4188 (annotate_value_history_end, annotate_value_end): Ditto.
4189 (annotate_display_begin, annotate_display_number_end): Ditto.
4190 (annotate_display_format, annotate_display_expression): Ditto.
4191 (annotate_display_expression_end, annotate_display_value): Ditto.
4192 (annotate_display_end, annotate_array_section_begin): Ditto.
4193 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
4194 (annotate_elt, annotate_array_section_end): Ditto.
4195
4196 2003-07-28 Andrew Cagney <cagney@redhat.com>
4197
4198 * regcache.c (struct regcache_descr): Update comments on
4199 nr_raw_registers.
4200 (init_legacy_regcache_descr): Don't set nr_raw_registers or
4201 sizeof_raw_register_valid_p.
4202 (init_regcache_descr): Set nr_raw_registers and
4203 sizeof_raw_register_valid_p before calling
4204 init_legacy_regcache_descr.
4205
4206 2003-07-28 Andrew Cagney <cagney@redhat.com>
4207
4208 * mips-tdep.c (print_gp_register_row): Print the GPR's register
4209 MOD NUM_REGS.
4210
4211 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
4212
4213 * thread.c (info_threads_command): Use get_selected_frame ().
4214 Check that there is at least one non-sentinel frame.
4215
4216 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4217
4218 * m68hc11-tdep.c (struct frame_extra_info): Remove.
4219 (m68hc11_pop_frame): Remove.
4220 (m68hc11_frame_saved_pc): Remove.
4221 (m68hc11_frame_chain): Remove.
4222 (m68hc11_frame_init_saved_regs): Remove.
4223 (m68hc11_init_extra_frame_info): Remove.
4224 (m68hc11_store_struct_return): Remove.
4225 (m68hc11_saved_pc_after_call): Remove.
4226
4227 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4228
4229 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
4230 frame unwind information.
4231 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
4232 and adapted for frame unwinding.
4233 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
4234 (m68hc11_unwind_pc): New function.
4235 (m68hc11_frame_unwind_cache): New function to analyze frames.
4236 (m68hc11_frame_this_id): New function to create new frame struct.
4237 (m68hc11_frame_prev_register): New function to unwind a register from
4238 the frame.
4239 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
4240 (m68hc11_frame_p): New function for the above.
4241 (m68hc11_frame_base_address): New function to return fp of frame.
4242 (m68hc11_frame_args_address): Update for frame.
4243 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
4244 (m68hc11_unwind_sp): New function.
4245 (m68hc11_unwind_dummy_id): New function.
4246 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
4247 calls.
4248
4249 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4250
4251 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
4252 (m68hc11_guess_from_prologue): Advance the pc and frame size only
4253 when we are beyond the current pc.
4254
4255 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4256
4257 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
4258 from m68hc11_push_arguments.
4259 (m68hc11_push_arguments): Remove.
4260 (m68hc11_push_return_address): Remove.
4261 (m68hc11_gdbarch_init): Install the above; remove above deprecated
4262 handlers; remove deprecated_extra_stack_alignment_needed.
4263
4264 2003-07-27 Andrew Cagney <cagney@redhat.com>
4265
4266 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
4267 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
4268 REAL_PC and not the pointer.
4269 * hppa-hpux-tdep.c: Include frame.h
4270
4271 2003-07-27 Andrew Cagney <cagney@redhat.com>
4272
4273 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
4274 GDB_MULTI_ACH_PARTIAL.
4275
4276 2003-07-27 Andrew Cagney <cagney@redhat.com>
4277
4278 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
4279 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
4280 operator at start and not end of line.
4281 (decode_prologue): Ditto.
4282 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
4283 frame_unwind_register_unsigned instead of
4284 frame_unwind_unsigned_register.
4285 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
4286 read_register.
4287 (m32r_push_dummy_call): Use register_size instead of
4288 REGISTER_RAW_SIZE.
4289 (m32r_frame_sniffer): Replace m32r_frame_p.
4290 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
4291 * m32r-rom.c (report_transfer_performance): Delete extern
4292 declaration.
4293 (m32r_load, m32r_upload_command): Use print_transfer_performance
4294 instead of report_transfer_performance.
4295 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
4296 / add_show_from_set.
4297
4298 2003-07-26 Andrew Cagney <cagney@redhat.com>
4299
4300 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
4301 store_return_value and extract_struct_value_address.
4302
4303 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
4304
4305 PR c++/1267
4306 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
4307 NULL, default to the section containing PC.
4308
4309 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
4310
4311 * NEWS: Mention "regs" deprecated for m68hc11 too.
4312
4313 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
4314 (m68hc11_print_register): New function to print out one register.
4315 (m68hc11_print_registers_info): New function to print registers.
4316 (show_regs): Deprecate and use the above.
4317 (m68hc11_gdbarch_init): Install the print_registers_info.
4318
4319 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
4320
4321 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
4322 that we have a SIGTRAP before returning non-zero.
4323
4324 2003-07-23 Michal Ludvig <mludvig@suse.cz>
4325 Elena Zannoni <ezannoni@redhat.com>
4326
4327 * linespec.c (decode_line_2): Avoid crash if
4328 find_function_start_sal() returns empty record.
4329
4330 2003-07-23 Andreas Schwab <schwab@suse.de>
4331
4332 * ia64-tdep.c (ia64_print_insn): New function.
4333 (ia64_gdbarch_init): Set print_insn to it.
4334 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
4335 deprecated_tm_print_insn_info.
4336
4337 2003-07-22 Michael Snyder <msnyder@redhat.com>
4338
4339 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
4340 handle 8-bit returns (long long).
4341 (h8300h_extract_return_value): Ditto.
4342 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
4343
4344 2003-07-22 Andrew Cagney <cagney@redhat.com>
4345
4346 * gdbarch.c Include "gdb_obstack.h".
4347 (struct gdbarch): Add an "obstack".
4348 (alloc_gdbarch_data): Allocate the gdbarch data using
4349 GDBARCH_OBSTACK_CALLOC.
4350 (free_gdbarch_data): Delete function.
4351 (gdbarch_obstack_zalloc): New function.
4352 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
4353 Assert that the architecture is not initialized.
4354 (gdbarch_alloc): Allocate an obstack, allocate the architecture
4355 vector from the obstack.
4356 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
4357 architecture obstack.
4358 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
4359 (set_gdbarch_data): Assert that the data is not initialized.
4360 (struct gdbarch_data): Delete member "free".
4361 (register_gdbarch_data): Do not initialize "free".
4362 * gdbarch.h, gdbarch.c: Re-generate.
4363
4364 2003-07-22 Andrew Cagney <cagney@redhat.com>
4365
4366 * configure.in (build_warnings): Add -Wformat-nonliteral.
4367 * configure: Re-generate.
4368
4369 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4370
4371 * dwarf2loc.c (locexpr_describe_location): Fix typos.
4372
4373 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4374
4375 * findvar.c (read_var_value): Remove case for thread local storage
4376 variables. It is now entirely handled by the dwarf2 location
4377 expression code.
4378 * printcmd.c (address_info): Ditto.
4379 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
4380 enumeration value.
4381 (struct symbol): Remove objfile field, which was used by
4382 LOC_THREAD_LOCAL_STATIC only.
4383 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
4384 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
4385 usage of objfile pointer.
4386 * dwarf2loc.c (locexpr_describe_location): Add case to handle
4387 thread local variables.
4388 Add include of objfiles.h.
4389 * dwarf2expr.c (execute_stack_op): Add comments about thread local
4390 storage variables.
4391 * Makefile.in (dwarf2loc.o): Update dependencies.
4392
4393 2003-07-22 Andrew Cagney <cagney@redhat.com>
4394
4395 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
4396 get_frame_base.
4397 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
4398 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
4399 (struct value): Add opaque declaration.
4400 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
4401
4402 2003-07-21 Andrew Cagney <cagney@redhat.com>
4403
4404 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4405 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
4406
4407 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4408
4409 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4410 regcache_cooked_read_unsigned instead of read_register.
4411 (m68hc11_saved_pc_after_call): Likewise.
4412 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
4413 instead of write_register.
4414 (m68hc11_register_type): New function.
4415 (m68hc11_register_virtual_type): Remove.
4416 (m68hc11_store_return_value): Convert to use the regcache.
4417 (m68hc11_extract_struct_value_address): Likewise.
4418 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
4419 m68hc11_register_type; undeprecate store_return_value and
4420 extract_struct_value_address.
4421
4422 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4423
4424 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
4425 and translate to use regcache.
4426 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
4427
4428 2003-07-18 Andrew Cagney <cagney@redhat.com>
4429
4430 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
4431 * gdbarch.h, gdbarch.c: Re-generate.
4432 * i386-tdep.c (i386_gdbarch_init): Do not set
4433 DWARF2_BUILD_FRAME_INFO.
4434 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
4435 unconditionally.
4436 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
4437 DWARF2_BUILD_FRAME_INFO.
4438
4439 2003-07-18 Andrew Cagney <cagney@redhat.com>
4440
4441 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4442 * disasm.c (gdb_disassemble_info): Initilize di.arch.
4443
4444 2003-07-18 Andrew Cagney <cagney@redhat.com>
4445
4446 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
4447 frame_unwind_address_in_block, instead of frame_pc_unwind.
4448 (dwarf2_frame_cache): Ditto.
4449
4450 2003-07-18 Andrew Cagney <cagney@redhat.com>
4451
4452 * user-regs.h (struct gdbarch): Declare opaque.
4453 * ui-out.h (struct ui_file): Declare opaque.
4454 * dwarf2-frame.h (struct frame_info): Declare opaque.
4455
4456 2003-07-18 Kris Warkentin <kewarken@qnx.com>
4457
4458 * nto-procfs.c: Clean ARI hits. Change #include <..> to
4459 #include "...".
4460 (procfs_meminfo): Change strerror to safe_strerror.
4461 (procfs_can_run): Remove K&R badness.
4462
4463 2003-07-17 Michael Snyder <msnyder@redhat.com>
4464
4465 * remote-sim.c: Comment typo fix.
4466
4467 2003-07-17 Andrew Cagney <cagney@redhat.com>
4468
4469 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
4470 configure.
4471 * sparc-tdep.c (sparc_intreg_size): Make non-static.
4472 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4473 GDB_MULTI_ARCH_PARTIAL.
4474
4475 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
4476
4477 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4478 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
4479 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4480
4481 2003-07-16 Theodore A. Roth <troth@openavr.org>
4482
4483 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4484 found.
4485 (avr_frame_unwind_cache): Don't unwind FP for main.
4486 Update a comment.
4487 Save the computed prev_sp.
4488 (avr_saved_regs_unwinder): Remove function.
4489 (avr_frame_prev_register): Use PC unwind logic from
4490 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4491
4492 2003-07-16 Andrew Cagney <cagney@redhat.com>
4493
4494 * frame-base.h (frame_base_p_ftype): Delete definition.
4495 (frame_base_append_predicate): Delete declaration.
4496 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4497 (frame_unwind_append_predicate): Delete declaration.
4498 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4499 (append_predicate): Delete parameter "p".
4500 (frame_unwind_append_predicate): Delete function.
4501 (frame_unwind_append_sniffer): Update call to append_predicate.
4502 (frame_unwind_free): Delete function.
4503 (_initialize_frame_unwind): Pass NULL as "free" to
4504 register_gdbarch_data.
4505 (frame_unwind_init): Append the dummy_frame_sniffer.
4506 (frame_unwind_find_by_frame): Simplify.
4507 * frame-base.c (struct frame_base_table): Delete field "p".
4508 (append_predicate): Delete parameter "p".
4509 (frame_base_append_predicate): Delete function.
4510 (frame_base_append_sniffer): Update call to append_predicate.
4511 (frame_base_free): Delete function.
4512 (frame_base_find_by_frame): Simplify.
4513 (_initialize_frame_base): Pass NULL as "free" to
4514 register_gdbarch_data.
4515 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4516 (x86_64_sigtramp_frame_sniffer): Replace
4517 "x86_64_sigtramp_frame_p".
4518 (x86_64_init_abi): Set the frame unwind sniffers.
4519 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4520 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4521 (m68k_gdbarch_init): Set the frame unwind sniffers.
4522 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4523 "i386_sigtramp_frame_p".
4524 (i386_frame_sniffer): Replace "i386_frame_p".
4525 (i386_gdbarch_init): Set the frame unwind sniffers.
4526 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4527 (avr_gdbarch_init): Set the frame unwind sniffers.
4528 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4529 "alpha_sigtramp_frame_p"
4530 (alpha_heuristic_frame_sniffer): Replace
4531 "alpha_heuristic_frame_p".
4532 (alpha_gdbarch_init): Set the frame unwind sniffers.
4533 (alpha_dwarf2_init_abi): Ditto.
4534 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4535 "alpha_debug_frame_p".
4536 (alpha_mdebug_frame_base_sniffer): Replace
4537 "alpha_mdebug_frame_base_p".
4538 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4539 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4540 (d10v_gdbarch_init): Set the frame unwind sniffer.
4541 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4542 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4543 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4544 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4545 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4546 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4547
4548 2003-07-16 Michael Snyder <msnyder@redhat.com>
4549
4550 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4551 should go thru sh_dsp_register_sim_regno, else the dsp regs
4552 will not get the right values.
4553
4554 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4555
4556 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4557 deprecated_store_floating by call to store_typed_floating.
4558 (sh_sh4_register_convert_to_raw): Substitute call to
4559 deprecated_extract_floating by call to extract_typed_floating.
4560
4561 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4562
4563 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4564
4565 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4566
4567 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4568 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4569 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4570 as possible.
4571 (do_pseudo_register): Remove.
4572 (sh_push_dummy_code): New function.
4573 (sh64_store_struct_return): Rename from sh_store_struct_return.
4574 Only called for sh64 now.
4575 (sh_extract_struct_value_address): Regcache'ify.
4576 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4577 and accomodate new tasks.
4578 (sh64_push_return_address): Rename from sh_push_return_address.
4579 Only called for sh64 now.
4580 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4581 Regcache'ify.
4582 (sh3e_sh4_extract_return_value): Regcache'ify.
4583 (sh_default_store_return_value): Ditto.
4584 (sh3e_sh4_store_return_value): Ditto.
4585 (sh_default_register_byte): Remove.
4586 (sh_sh4_register_byte): Remove.
4587 (sh_default_register_raw_size): Remove.
4588 (sh_sh4_register_raw_size): Remove.
4589 (sh_register_virtual_size): Remove.
4590 (sh_sh3e_register_virtual_type): Remove.
4591 (sh_sh3e_register_type): New function.
4592 (sh_sh4_register_virtual_type): Remove.
4593 (sh_sh4_register_type): New function.
4594 (sh_default_register_virtual_type): Remove.
4595 (sh_default_register_type): New function.
4596 (do_fv_register_info): Add parameters to accomodate call from
4597 sh_print_registers_info.
4598 (do_dr_register_info): Ditto.
4599 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4600 Add parameters to accomodate call from sh_print_registers_info.
4601 (sh_do_fp_register): Ditto.
4602 (sh64_do_pseudo_register): Call do_dr_register_info,
4603 do_fv_register_info and sh_do_fp_register with default parameters.
4604 (sh_do_register): Add parameters to accomodate call from
4605 sh_print_registers_info.
4606 (sh_print_register): Ditto.
4607 (sh_print_registers_info): Rename from sh_do_registers_info.
4608 Add parameters to be used as gdbarch_print_registers_info
4609 implementation. Accomodate removed do_pseudo_register function
4610 pointer.
4611 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4612 function pointer. Call sh_print_register with default parameters.
4613 (sh64_do_registers_info): Call sh_print_registers_info instead of
4614 sh_do_registers_info.
4615 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4616 detection of deprecated vs. non-deprecated functionality.
4617 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4618 function pointer assignments by direct function calls.
4619
4620 2003-07-15 Andrew Cagney <cagney@redhat.com>
4621
4622 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4623 (frame_register_unwind, create_new_frame): Ditto.
4624 (legacy_get_prev_frame, get_frame_type): Ditto.
4625 (get_frame_base_address): Use frame_base_find_by_frame.
4626 (get_frame_locals_address): Use frame_base_find_by_frame.
4627 (get_frame_args_address): Use frame_base_find_by_frame.
4628 * frame-base.h (frame_base_sniffer_ftype): Declare.
4629 (frame_base_append_sniffer): Declare.
4630 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4631 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4632 (frame_base_append_sniffer): New function.
4633 (frame_base_append_predicate): Add a NULL sniffer.
4634 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4635 (struct frame_base_table): Add "sniffer".
4636 (frame_base_free): Free the "sniffer" table.
4637 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4638 (frame_unwind_append_sniffer): Declare.
4639 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4640 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4641 (struct frame_unwind_table): Add "sniffer", delete "middle".
4642 (append_predicate): Add "sniffer" parameter, append the sniffer.
4643 (frame_unwind_init): Update append_predicate call.
4644 (frame_unwind_append_sniffer): New function.
4645 (frame_unwind_append_predicate): Update append_predicate call.
4646 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4647
4648 2003-07-15 Andrew Cagney <cagney@redhat.com>
4649
4650 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4651 before code inhibiting repeated unwind attempts. Add to
4652 commentary on that test's problems.
4653 * blockframe.c (inside_main_func): Look for "main" in the minimal
4654 symbol table.
4655 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4656 identical.
4657
4658 2003-07-15 Andrew Cagney <cagney@redhat.com>
4659
4660 * complaints.c (struct explanation): Define.
4661 (struct complaints): Change type of "explanation" to "struct
4662 explanation".
4663 (symfile_explanations): Convert to a "struct explanation" table.
4664 (vcomplaint): Update.
4665
4666 2003-07-15 Michal Ludvig <mludvig@suse.cz>
4667
4668 * x86-64-linux-nat.c (regmap): Removed.
4669 (supply_gregset, fill_gregset): Call
4670 x86_64_linux_(fill,supply)_gregset functions.
4671 * x86-64-linux-tdep.c (USER_*): New defines.
4672 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4673 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4674 New functions.
4675 (fetch_core_registers): Ditto.
4676 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4677 * x86-64-linux-tdep.h: New file.
4678 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4679 and core-regset.o.
4680 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4681
4682 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4683
4684 * x86-64-tdep.c (x86_64_store_return_value): Use
4685 regcache_cooked_write_part instead of regcache_cooked_write.
4686
4687 * configure.host: Add x86_64-*-freebsd*.
4688 * configure.tgt: Add x86_64-*-freebsd*.
4689 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4690 * amd64fbsd-nat.c: New file.
4691 * amd64fbsd-tdep.c: New file.
4692 * config/i386/nm-fbsd64.h: New file.
4693 * config/i386/fbsd64.mh: New file.
4694 * config/i386/fbsd64.mt: New file.
4695
4696 2003-07-11 Mark Kettenis <kettenis@gnu.org>
4697
4698 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4699 `sc_regs_offset' and `sc_fpregs_offset'.
4700 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4701 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4702 (alpha_sigtramp_register_address): Rewrite to use new members of
4703 `struct gdbarch_tdep'.
4704 (alpha_gdbarch_init): Initialize new members of struct
4705 gdbarch_tdep'.
4706 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4707 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4708 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4709 (alphafbsd_pc_in_sigtramp): Implement.
4710 (alphafbsd_sigtramp_offset): New function.
4711 (alphafbsd_sigcontext_addr): New function.
4712 (alphafbsd_init_abi): Initialize signal trampoline related members
4713 of `struct gdbarch_tdep'.
4714 (_initialize_alphafbsd_tdep): Add prototype.
4715
4716 2003-07-11 Theodore A. Roth <troth@openavr.org>
4717
4718 * Makefile.in (install-only): Quote sed expression when generating
4719 transformed_name.
4720
4721 2003-07-11 Richard Henderson <rth@redhat.com>
4722
4723 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4724 * dwarf2-frame.c: Include complaints.h.
4725 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4726 variable initialization; return NULL on error.
4727 (decode_frame_entry): New.
4728
4729 2003-07-11 Andrew Cagney <cagney@redhat.com>
4730
4731 * frame.h (frame_address_in_block): Delete declaration.
4732 * blockframe.c (frame_address_in_block): Delete function.
4733 (get_frame_block): Use get_frame_address_in_block.
4734 (block_innermost_frame): Ditto.
4735 * stack.c (print_frame, backtrace_command_1): Ditto.
4736
4737 * frame.h (get_frame_address_in_block): Declare.
4738 (frame_unwind_address_in_block): Declare.
4739 * frame.c (frame_unwind_address_in_block): New function.
4740 (get_frame_address_in_block): New function.
4741
4742 2003-07-10 Andrew Cagney <cagney@redhat.com>
4743
4744 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4745 pre-default. Note: re-generate has no effect.
4746
4747 2003-07-10 Andrew Cagney <cagney@redhat.com>
4748
4749 * gdbarch.sh: When a variable, but not a function, compare against
4750 0. Fix problem in previous patch.
4751 * gdbarch.c: Re-generate.
4752
4753 2003-07-10 Andrew Cagney <cagney@redhat.com>
4754
4755 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4756 functions against NULL, not 0.
4757 * gdbarch.c: Re-generate.
4758
4759 2003-07-10 Fred Fish <fnf@ninemoons.com>
4760
4761 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4762 null string instead of a null pointer.
4763 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4764
4765 2003-07-09 Michael Snyder <msnyder@redhat.com>
4766
4767 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4768
4769 2003-07-09 Mark Kettenis <kettenis@gnu.org>
4770
4771 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4772 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4773 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4774 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4775 * x86-64-tdep.c: ... from here.
4776
4777 2003-07-09 Andreas Schwab <schwab@suse.de>
4778
4779 * m68k-tdep.h (enum struct_return): Define.
4780 (struct gdbarch_tdep): Add struct_return.
4781 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4782 bytes are padded to the right, not to the left. Pass struct value
4783 address in register %a1, not on stack.
4784 (m68k_use_struct_convention): New function.
4785 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4786 struct_return in tdep to pcc_struct_return.
4787 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4788 reg_struct_return.
4789
4790 2003-07-09 Joel Brobecker <brobecker@gnat.com>
4791
4792 * somread.c (som_symfile_offsets): Fix compilation error.
4793
4794 2003-07-09 Andrew Cagney <cagney@redhat.com>
4795
4796 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4797 Add comments about the checks.
4798
4799 2003-07-08 Andrew Cagney <cagney@redhat.com>
4800
4801 * Makefile.in: Make dependency section headers consistent.
4802 (config_h): Move to $BUILD headers section.
4803 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4804 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4805 (ada-exp.tab.c): Move to YACC/LEX section.
4806 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4807 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4808
4809 2003-07-08 Kris Warkentin <kewarken@qnx.com>
4810
4811 * nto-procfs.c: Cleaned up a bunch of ARI hits.
4812 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4813 of strerror with safe_strerror, use ISO C function definitions,
4814 and replace instances of sprintf with snprintf.
4815
4816 2003-07-07 Andrew Cagney <cagney@redhat.com>
4817
4818 * frame.c (get_prev_frame): Enable check for identical frames.
4819 Update comments. Update error messages.
4820
4821 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4822
4823 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4824
4825 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4826
4827 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4828 sort_symtab_syms, no longer necessary.
4829
4830 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4831
4832 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4833
4834 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4835
4836 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4837 (mips_register_byte): Likewise.
4838
4839 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4840
4841 * Makefile.in (sparc_tdep_h): New.
4842 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4843 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4844 * sparc-linux-nat.c: Include "sparc-tdep.h".
4845 * sparc-nat.c: Likewise.
4846 * sparc-tdep.c: Likewise.
4847 * sparc64nbsd-nat.c: Likewise.
4848 * sparcnbsd-nat.c: Likewise.
4849 * sparcnbsd-tdep.c: Likewise.
4850 * sparc-tdep.h: New file.
4851 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4852 and sparc_npc_regnum.
4853
4854 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4855
4856 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4857 (mips_linux_cannot_store_register): List supported instead of
4858 unsupported registers.
4859
4860 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4861
4862 * disasm.c (dump_insns): Separate instructions from addresses.
4863
4864 2003-07-07 Andreas Schwab <schwab@suse.de>
4865
4866 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4867 dependencies.
4868 * m68k-tdep.c (NUM_FREGS): Delete.
4869 (SIG_PC_FP_OFFSET): Delete.
4870 (TARGET_M68K): Delete.
4871 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4872 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4873 P_MOVEL_SP, P_MOVEML_SP): Define.
4874 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4875 P_TRAP): Delete.
4876 (m68k_register_raw_size): Delete.
4877 (m68k_register_virtual_size): Delete.
4878 (m68k_register_type): Renamed from m68k_register_virtual_type and
4879 add gdbarch argument.
4880 (m68k_store_struct_return): Delete.
4881 (m68k_deprecated_extract_return_value): Delete.
4882 (m68k_deprecated_extract_struct_value_address): Delete.
4883 (m68k_frame_chain): Delete.
4884 (m68k_frame_saved_pc): Delete.
4885 (m68k_fix_call_dummy): Delete.
4886 (m68k_push_dummy_frame): Delete.
4887 (m68k_pop_frame): Delete.
4888 (m68k_extract_return_value): New function.
4889 (m68k_store_return_value): Rewrite using regcache.
4890 (m68k_extract_struct_value_address): Rewrite using regcache.
4891 (m68k_push_dummy_call): New function.
4892 (struct m68k_frame_cache): Define.
4893 (m68k_alloc_frame_cache): New function.
4894 (m68k_analyze_frame_setup): New function.
4895 (m68k_analyze_register_saves): New function.
4896 (m68k_analyze_prologue): New function.
4897 (m68k_skip_prologue): Rewrite using above functions.
4898 (m68k_unwind_pc): New function.
4899 (m68k_frame_cache): New function.
4900 (m68k_frame_this_id): New function.
4901 (m68k_frame_prev_register): New function.
4902 (m68k_frame_unwind): New variable.
4903 (m68k_frame_p): New function.
4904 (m68k_sigtramp_frame_cache): New function.
4905 (m68k_sigtramp_frame_this_id): New function.
4906 (m68k_sigtramp_frame_prev_register): New function.
4907 (m68k_sigtramp_frame_unwind): New variable.
4908 (m68k_sigtramp_frame_p): New function.
4909 (m68k_frame_base_address): New function.
4910 (m68k_frame_base): New function.
4911 (m68k_unwind_dummy_id): New function.
4912 (fill_gregset): Use regcache_collect.
4913 (fill_fpregset): Likewise.
4914 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4915 defined.
4916 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4917 deprecated_init_frame_pc, deprecated_store_struct_return,
4918 deprecated_extract_return_value, deprecated_store_return_value,
4919 deprecated_frame_chain, deprecated_frame_saved_pc,
4920 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4921 deprecated_register_virtual_size,
4922 deprecated_max_register_raw_size,
4923 deprecated_max_register_virtual_size,
4924 deprecated_register_virtual_type, deprecated_register_size,
4925 deprecated_register_byte, deprecated_register_bytes,
4926 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4927 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4928 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4929 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4930 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4931 deprecated_push_dummy_frame, deprecated_pop_frame,
4932 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4933 only if SYSCALL_TRAP is defined. Set extract_return_value,
4934 store_return_value, extract_struct_value_address, register_type,
4935 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4936 predicates.
4937 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4938 M68K_MAX_REGISTER_SIZE): Define.
4939 (struct m68k_sigtramp_info): Define.
4940 (struct gdbarch_tdep): Add get_sigtramp_info.
4941 * m68klinux-nat.c (fetch_register): Use register_size instead of
4942 REGISTER_RAW_SIZE. Don't put assignment in if.
4943 (store_register): Likewise.
4944 (fetch_inferior_registers): Likewise.
4945 (store_inferior_registers): Likewise.
4946 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4947 (m68k_linux_frame_saved_pc): Delete.
4948 (m68k_linux_sigcontext_reg_offset,
4949 m68k_linux_ucontext_reg_offset): Define.
4950 (m68k_linux_get_sigtramp_info): New function.
4951 (m68k_linux_extract_return_value): Rewrite using regcache.
4952 (m68k_linux_store_return_value): Likewise.
4953 (m68k_linux_extract_struct_value_address): Likewise.
4954 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4955 Don't set deprecated_frame_saved_pc,
4956 deprecated_extract_return_value, deprecated_store_return_value,
4957 deprecated_extract_struct_value_address. Set
4958 extract_return_value, store_return_value,
4959 extract_struct_value_address.
4960
4961 2003-07-07 Andrew Cagney <cagney@redhat.com>
4962
4963 * expprint.c: Include "user-regs.h" instead of "frame.h".
4964 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4965 frame_map_regnum_to_name.
4966 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4967 (frame_map_name_to_regnum): Simplify, call
4968 user_reg_map_name_to_regnum.
4969 (frame_map_regnum_to_name): Simplify, call
4970 user_reg_map_regnum_to_name.
4971 (frame_register_unwind): Update.
4972 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4973 (_initialize_frame_reg): Call user_reg_add_builtin.
4974 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4975 (value_of_register): Use value_of_user_reg.
4976 * eval.c (evaluate_subexp_standard): Update.
4977 * parse.c (write_dollar_variable): Update.
4978 * d10v-tdep.c (d10v_print_registers_info): Update.
4979 * infcmd.c (registers_info): Update.
4980 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4981 (builtin_regs_h): Delete macro.
4982 (user_regs_h): Define.
4983 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4984 (builtin-regs.o): Delete target.
4985 (user-regs.o): Specify dependencies.
4986 (expprint.o): Update dependencies.
4987 (findvar.o): Update dependencies.
4988 (frame.o): Update dependencies.
4989 (std-regs.o): Update dependencies.
4990
4991 2003-07-06 Christopher Faylor <cgf@redhat.com>
4992
4993 * win32-nat.c (solib_symbols_add): Use one variable for all section
4994 address stuff. Pass variable rather than address of variable to
4995 safe_symbol_file_add.
4996
4997 2003-07-06 Andreas Schwab <schwab@suse.de>
4998
4999 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
5000
5001 2003-07-04 Joel Brobecker <brobecker@gnat.com>
5002
5003 * rs6000-nat.c (vmap_symtab): Fix compilation error.
5004
5005 2003-07-04 Kris Warkentin <kewarken@qnx.com>
5006
5007 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
5008
5009 2003-07-04 Kris Warkentin <kewarken@qnx.com>
5010
5011 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
5012 * config/i386/nto.mh: New file.
5013 * config/i386/nm-nto.h: New file.
5014 * configure.host: Add i[3456]86-*-nto*.
5015
5016 2003-07-03 Joel Brobecker <brobecker@gnat.com>
5017
5018 * remote-vx.c (vx_add_symbols): Fix compilation error.
5019
5020 2003-07-03 Andrew Cagney <cagney@redhat.com>
5021
5022 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
5023 * gdbarch.h, gdbarch.c: Re-generate.
5024 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
5025 (legacy_register_name): Declare.
5026 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
5027 (REGISTER_NAME): Define.
5028 * sparc-tdep.c (legacy_register_name): New function.
5029 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
5030 (REGISTER_NAME): Define.
5031 (hppa64_register_name): Declare.
5032 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
5033 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
5034 (hppa64_register_name): New function.
5035 (hppa_register_name): New function.
5036 * arch-utils.c (legacy_register_name): Delete.
5037 * arch-utils.h (legacy_register_name): Delete.
5038
5039 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
5040
5041 * cli/cli-interp.c (cli_interpreter_resume): Update the
5042 cli_uiout's stream to gdb_stdout.
5043
5044 2003-07-03 Andrew Cagney <cagney@redhat.com>
5045
5046 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
5047 predicate.
5048 * gdbarch.h, gdbarch.c: Re-generate.
5049 * regcache.c (init_regcache_descr): Use legacy code when either
5050 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
5051
5052 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
5053
5054 * NEWS: Move "set logging" entry into GDB 6.0 section.
5055
5056 2003-07-02 Jim Blandy <jimb@redhat.com>
5057
5058 * s390-tdep.c (struct frame_extra_info): new member:
5059 'stack_bought_valid'.
5060 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
5061 initialize fextra_info->stack_bought.
5062 (s390_frameless_function_invocation): Don't trust the value of
5063 fextra_info_ptr->stack_bought unless
5064 fextra_info->stack_bought_valid is set.
5065
5066 New S390 prologue analyzer.
5067 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
5068 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
5069 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
5070 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
5071 compute_x_addr, s390_on_stack, s390_store,
5072 s390_get_signal_frame_info): New functions.
5073 (S390_NUM_SPILL_SLOTS): New macro.
5074 (s390_get_frame_info): Rewritten.
5075 (is_arg_reg): Deleted.
5076
5077 Break out the decoding of S/390 instructions into separate
5078 functions, to make it more legible, and easier to check
5079 against the spec.
5080 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
5081 is_rx, is_rxe): New functions.
5082 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
5083 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
5084 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
5085 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
5086 enums for opcode values. (Is this an improvement?)
5087
5088 2003-07-02 Andrew Cagney <cagney@redhat.com>
5089
5090 * i386-tdep.c: Revert change committed as part of trad-frame code
5091 below.
5092
5093 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
5094
5095 * breakpoint.c (insert_catchpoint): Make static.
5096
5097 2003-07-02 Andreas Schwab <schwab@suse.de>
5098
5099 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
5100 former ia64_push_arguments and ia64_push_return_address, and use
5101 regcache functions instead of read/write_register.
5102 (ia64_gdbarch_init): Set push_dummy_call instead of
5103 deprecated_push_arguments and deprecated_push_return_address.
5104
5105 2003-07-01 Andreas Jaeger <aj@suse.de>
5106
5107 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
5108 before the call.
5109 Set %rax only to number of SSE registers used.
5110
5111 2003-07-01 Andrew Cagney <cagney@redhat.com>
5112
5113 * trad-frame.h: Update comments, a -1 .addr is reserved.
5114 (trad_frame_value_p, trad_frame_addr_p): Declare.
5115 (trad_frame_reg_p): Declare.
5116 (trad_frame_set_value): Rename trad_frame_register_value.
5117 (trad_frame_set_unknown): Declare.
5118 * trad-frame.c (trad_frame_realreg_p): New function.
5119 (trad_frame_addr_p, trad_frame_value_p): New function.
5120 (trad_frame_set_unknown): New function.
5121 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
5122 (trad_frame_prev_register): Use trad_frame_realreg_p,
5123 trad_frame_addr_p and trad_frame_value_p.
5124 (trad_frame_set_value): Rename trad_frame_register_value.
5125 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
5126 and trad_frame_set_value.
5127
5128 2003-06-30 Jim Blandy <jimb@redhat.com>
5129
5130 Patch from IBM (authors unspecified, probably Ulrich Weigand and
5131 Gerhard Tonn) for argument passing on the S/390 and S/390x:
5132 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
5133 for 16 registers, and then 32 more bytes.
5134 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
5135 New macros.
5136 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
5137 Move up in the file, since it's now used by is_simple_arg.
5138 (is_simple_arg): Don't assume registers are four bytes long.
5139 Exclude all double arguments. Extended floats are not simple
5140 args.
5141 (is_power_of_two): New function.
5142 (pass_by_copy_ref): Call is_power_of_two, and check that the
5143 length fits in a register, rather than listing all the acceptable
5144 sizes. Extended floats are not passed by reference.
5145 (s390_push_arguments): Don't assume registers are four bytes long.
5146 Reserve an argument register to point to the buffer for structures
5147 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
5148 S390_STACK_FRAME_OVERHEAD.
5149
5150 2003-06-30 Andreas Schwab <schwab@suse.de>
5151
5152 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
5153 format error message.
5154
5155 2003-06-30 Joel Brobecker <brobecker@gnat.com>
5156
5157 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
5158
5159 2003-06-30 David Carlton <carlton@kealia.com>
5160
5161 Band-aid for PR c++/1245.
5162 * Makefile.in (cp-support.o): Depend on complaints_h.
5163 * cp-support.c: Include complaints.h. Add declaration for
5164 find_last_component.
5165 (cp_find_first_component): Separate code into
5166 cp_find_first_component_aux.
5167 (cp_find_first_component_aux): Call demangled_name_complaint.
5168 (demangled_name_complaint): New.
5169
5170 2003-06-30 Andrew Cagney <cagney@redhat.com>
5171
5172 * remote.c (remote_write_bytes): Explicitly compute and then use
5173 the payload size. Update comments to reflect. Fixes problem of
5174 GDB not sending small packets as found by Fred Fish.
5175
5176 2003-06-30 Andrew Cagney <cagney@redhat.com>
5177
5178 * remote.c (remote_async_wait): Fix -Wformat problem.
5179
5180 2003-06-29 Andrew Cagney <cagney@redhat.com>
5181
5182 * remote.c (remote_wait): Call error, and not warning, when the
5183 packet is corrupt.
5184 (remote_async_wait): Ditto.
5185
5186 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
5187
5188 * sparc-tdep.c (sparc_y_regnum): Make external again.
5189
5190 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
5191
5192 * cli/cli-logging.c (pop_output_files): Add void to function
5193 definition.
5194
5195 2003-06-29 Andrew Cagney <cagney@redhat.com>
5196
5197 * frame.c (frame_register_unwind): Use unsigned char when dumping
5198 the buffer contents.
5199
5200 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
5201
5202 * cli/cli-logging.c: New file.
5203 * cli-out.c (struct ui_out_data): Add original_stream.
5204 (cli_redirect): New function.
5205 (cli_ui_out_impl): Add cli_redirect.
5206 (cli_out_new): Initialize original_stream.
5207 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
5208 (uo_redirect, ui_out_redirect): New.
5209 * ui-out.h (struct ui_out_impl): Add redirect member.
5210 (redirect_ftype): New.
5211 (ui_out_redirect): Add prototype.
5212 * Makefile.in: Add rules for cli-logging.c.
5213 * NEWS: Mention "set logging".
5214
5215 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5216
5217 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
5218
5219 2003-06-27 Andrew Cagney <cagney@redhat.com>
5220
5221 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
5222 (m68hc11_gdbarch_init): Do not set call_dummy_address.
5223 * avr-tdep.c (avr_call_dummy_address): Delete function.
5224 (avr_gdbarch_init): Do not set call_dummy_address.
5225
5226 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5227
5228 * symfile.c (syms_from_objfile): Move variables to inner block.
5229 Move the checks for the non-mainline case a bit earlier to avoid
5230 doing some useless computations.
5231
5232 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5233
5234 * dwarfread.c (decode_modified_type): Gag new compiler warning.
5235
5236 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
5237
5238 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
5239 sections.
5240
5241 2003-06-26 Michael Chastain <mec@shout.net>
5242
5243 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
5244 gdb/testsuite/gdb.c++/pr-1210.exp.
5245
5246 2003-06-26 Andrew Cagney <cagney@redhat.com>
5247
5248 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
5249 altivec_expression.h and altivec_registers.h.
5250
5251 2003-06-26 Andrew Cagney <cagney@redhat.com>
5252
5253 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
5254 info->mach when MIPS16. Patch suggested by Fred Fish.
5255
5256 2003-06-26 Andrew Cagney <cagney@redhat.com>
5257
5258 * utils.c (internal_vproblem): Print the problem to a reason
5259 buffer and then pass to query. Make the msg variable more local.
5260
5261 2003-06-26 Andrew Cagney <cagney@redhat.com>
5262
5263 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
5264 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
5265 * gdbarch.h, gdbarch.c: Re-generate.
5266 * frame-base.c (default_frame_args_address): Update. Use
5267 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
5268 not available.
5269 (default_frame_locals_address): Ditto for
5270 DEPRECATED_FRAME_LOCALS_ADDRESS.
5271 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
5272 (vax_frame_num_args): Update.
5273 (vax_gdbarch_init): Update.
5274 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5275 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5276 * mcore-tdep.c (mcore_gdbarch_init): Update.
5277 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5278 * ia64-tdep.c (ia64_gdbarch_init): Update.
5279 * symtab.h (address_class): Update comments.
5280 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
5281 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5282 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5283 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5284 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5285 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5286 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5287 * alpha-mdebug-tdep.c: Update.
5288 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
5289
5290 2003-06-26 Andreas Jaeger <aj@suse.de>
5291
5292 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
5293 of SSE registers so that varargs functions work. Rework handling
5294 of passing arguments on the stack.
5295 (x86_64_store_return_value): Return double and float values in SSE
5296 register.
5297
5298 2003-06-24 Michael Chastain <mec@shout.net>
5299
5300 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
5301 the "constructor breakpoints ignored" bug.
5302
5303 2003-06-25 David Carlton <carlton@kealia.com>
5304
5305 * MAINTAINERS: Update e-mail address.
5306
5307 2003-06-24 Jim Blandy <jimb@redhat.com>
5308
5309 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
5310
5311 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
5312 function.
5313 (ppc_linux_init_abi): Register it as the
5314 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
5315
5316 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
5317 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
5318 method.
5319
5320 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
5321 (ppc64_standard_linkage_target): Use it.
5322
5323 2003-06-23 Andrew Cagney <cagney@redhat.com>
5324
5325 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
5326 for 0 "int0" and 4 "int32" sized registers.
5327 * gdbtypes.c (builtin_type_int0): Define.
5328 (build_gdbtypes): Initialize builtin_type_int0.
5329 * gdbtypes.h (builtin_type_int0): Declare.
5330
5331 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
5332
5333 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
5334 as characters are unsigned.
5335
5336 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5337
5338 PR gdb/1179
5339 * dwarfread.c (struct_type): Skip static fields without crashing.
5340
5341 2003-06-22 Andrew Cagney <cagney@redhat.com>
5342
5343 GDB 6.0 branch created.
5344 * README: Update.
5345 * PROBLEMS: Update. Empty.
5346 * NEWS: Update.
5347
5348 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5349
5350 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
5351 Suggested by Nick Hibma <n_hibma@webweaving.org>.
5352
5353 2003-06-22 Andrew Cagney <cagney@redhat.com>
5354
5355 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
5356 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
5357 Velikov.
5358
5359 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5360
5361 * cli/cli-cmds.c (shell_escape): Silence warnings from old
5362 compilers.
5363
5364 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5365
5366 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
5367 argument of val_print.
5368 * cp-valprint.c (cp_print_value): Don't add the offset parameter
5369 to the address argument of baseclass_offset or target_read_memory.
5370 Do add it to the argument of cp_print_value_fields.
5371
5372 2003-06-21 Andrew Cagney <cagney@redhat.com>
5373
5374 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
5375 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
5376 instead of 0..NUM_REGS.
5377 (mips_register_reggroup_p): New function.
5378 (mips_pseudo_register_write): New function.
5379 (mips_pseudo_register_read): New function.
5380 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
5381 based on the register's type.
5382 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
5383 cooked.
5384 (mips_get_saved_register): Simplify. Assert that REGNO is a
5385 pseudo / cooked.
5386 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
5387 (mips_register_type): Replace mips_register_virtual_type. Map
5388 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
5389 when available.
5390 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
5391 that the register is cooked / virtual.
5392 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
5393 Only get the extra info when needed.
5394 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
5395 (mips32_heuristic_proc_desc): Fetch the cooked register.
5396 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
5397 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
5398 (mips_print_register): Use gdbarch_register_type, instead of
5399 REGISTER_VIRTUAL_TYPE.
5400 (print_gp_register_row): Use gdbarch_register_type, instead of
5401 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
5402 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5403 Print the pseudo / cooked registers.
5404 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5405 Print the pseudo / cooked registers.
5406 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
5407 REG_NUM is pseudo / cooked.
5408 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
5409 (mips_n32n64_xfer_return_value): Ditto.
5410 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
5411 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
5412 (mips_register_sim_regno): New function.
5413 (mips_gdbarch_init): Set deprecated_register_byte,
5414 register_group_p, pseudo_register_write, pseudo_register_read,
5415 register_sim_regno, and num_pseudo_regs. Set register_type,
5416 instead of register_virtual_type.
5417 * Makefile.in (mips-tdep.o): Update dependencies.
5418 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
5419 REGISTER_VIRTUAL_TYPE.
5420 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
5421 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
5422 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
5423 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
5424 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
5425
5426 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5427
5428 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
5429 * cli/cli-cmds.c: Include "gdb_vfork.h".
5430 (shell_escape): Use vfork.
5431
5432 2003-06-21 Andrew Cagney <cagney@redhat.com>
5433
5434 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
5435 32 bit floating-point register saves.
5436
5437 * frame.h (deprecated_unwind_get_saved_register): Delete.
5438 * frame.c (deprecated_unwind_get_saved_register): Delete function.
5439 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
5440 and deprecated_get_next_frame_hack instead of
5441 deprecated_unwind_get_saved_register.
5442
5443 * mips-tdep.c (mips_dump_tdep): Do not print
5444 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
5445
5446 * frame.c (get_frame_register): New function.
5447 (frame_unwind_register_signed): New function.
5448 (get_frame_register_signed): New function.
5449 (frame_unwind_register_unsigned): New function.
5450 (get_frame_register_unsigned): New function.
5451 * frame.h: Add comments on naming schema.
5452 (get_frame_register, frame_unwind_register_signed): Declare.
5453 (get_frame_register_signed, get_frame_register_signed): Declare.
5454 (frame_unwind_register_unsigned): Declare.
5455 (get_frame_register_unsigned): Declare.
5456
5457 2003-06-20 Theodore A. Roth <troth@openavr.org>
5458
5459 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
5460
5461 2003-06-20 Theodore A. Roth <troth@openavr.org>
5462
5463 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
5464 (avr_read_sp): Ditto.
5465
5466 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
5467
5468 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5469 * config/arm/nm-linux.h: Likewise.
5470 * config/arm/tm-linux.h: Likewise.
5471 * config/ia64/nm-linux.h: Likewise.
5472 * config/ia64/tm-ia64.h: Likewise.
5473 * config/s390/tm-linux.h: Likewise.
5474 * config/s390/tm-s390.h: Likewise.
5475 * s390-nat.c: Likewise.
5476 * s390-tdep.c: Likewise.
5477
5478 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5479 * config/ia64/linux.mt: Likewise.
5480 * config/m68k/linux.mh: Likewise.
5481 * config/mips/linux.mt: Likewise.
5482 * config/powerpc/linux.mh: Likewise.
5483 * config/sh/linux.mt: Likewise.
5484
5485 2003-06-19 Kris Warkentin <kewarken@qnx.com>
5486
5487 * solib.c (solib_open): Change tests for whether to search
5488 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5489 comments.
5490
5491 2003-06-19 Theodore A. Roth <troth@openavr.org>
5492
5493 * avr-tdep.c (avr_frame_address): Delete function.
5494 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5495 set_gdbarch_frame_args_address.
5496
5497 2003-06-19 Andrew Cagney <cagney@redhat.com>
5498
5499 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5500 (REGISTER_CONVERT_FROM_TYPE): Delete.
5501 (mips_register_convert_to_type): Delete declaration.
5502 (mips_register_convert_from_type): Delete declaration.
5503 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5504 kernel/.
5505
5506 2003-06-19 Michael Snyder <msnyder@redhat.com>
5507
5508 * linux-nat.h: New file.
5509 * linux-nat.c: Include linux-nat.h.
5510 * lin-lwp.c: Include linux-nat.h.
5511 Move struct lwp_info def to linux-nat.h.
5512 * linux-proc.c: Include linux-nat.h.
5513 (linux_make_note_section): Iterate over lwps instead of threads.
5514 (linux_do_thread_registers): Use lwp instead of merged pid.
5515 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
5516 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
5517 Add dependency on linux_nat_h.
5518
5519 2003-06-19 Theodore A. Roth <troth@openavr.org>
5520
5521 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5522
5523 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5524
5525 * varobj.c (get_type, get_target_type): Use check_typedef.
5526
5527 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5528
5529 * breakpoint.c (insert_catchpoint): Call internal_error.
5530
5531 2003-06-19 Theodore A. Roth <troth@openavr.org>
5532
5533 * avr-tdep.c (avr_push_dummy_code): Delete function.
5534 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5535
5536 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5537
5538 * arch-utils.c (default_prepare_to_proceed): Remove.
5539 (generic_prepare_to_proceed): Remove.
5540 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5541 (generic_prepare_to_proceed): Remove prototype.
5542 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5543 * gdbarch.c: Regenerate.
5544 * gdbarch.h: Regenerate.
5545 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5546 * hppah-nat.c (hppa_switched_threads): Remove.
5547 * infrun.c (prepare_to_proceed): New static function, copied from
5548 generic_prepare_to_proceed. Remove select_it argument.
5549 (proceed): Call prepare_to_proceed.
5550 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5551 variables.
5552 (ptrace_wait): Don't set the removed variables.
5553 (hppa_switched_threads): Remove.
5554 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5555 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5556 (lin_lwp_prepare_to_proceed): Remove prototype.
5557 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5558 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5559
5560 2003-06-18 Theodore A. Roth <troth@openavr.org>
5561
5562 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5563 trad-frame.h.
5564 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5565 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5566 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5567 (AVR_PROLOGUE_*): Enumerate prologue types.
5568 (struct frame_extra_info): Remove.
5569 (struct avr_unwind_cache): Define.
5570 (avr_write_sp): Delete function.
5571 (avr_read_fp): Ditto.
5572 (avr_init_extra_frame_info): Ditto.
5573 (avr_pop_frame): Ditto.
5574 (avr_frame_saved_pc): Ditto.
5575 (avr_saved_pc_after_call): Ditto.
5576 (avr_push_return_address): Ditto.
5577 (avr_frame_chain): Ditto.
5578 (avr_store_struct_return): Ditto.
5579 (avr_push_arguments): Ditto.
5580 (avr_scan_prologue): Update comments. Changed to set up the info for
5581 cache unwinding. Now returns end of prologue PC.
5582 (avr_skip_prologue): Better handling of functions lacking a prologue
5583 by using avr_scan_prologue.
5584 (avr_scan_arg_moves): New function.
5585 (avr_saved_regs_unwinder): Ditto.
5586 (avr_frame_unwind_cache): Ditto.
5587 (avr_unwind_pc): Ditto.
5588 (avr_frame_this_id): Ditto.
5589 (avr_frame_prev_register): Ditto.
5590 (avr_frame_p): Ditto.
5591 (avr_frame_base_address ): Ditto.
5592 (avr_unwind_dummy_id): Ditto.
5593 (avr_push_dummy_code): Ditto.
5594 (push_stack_item): Ditto.
5595 (pop_stack_item): Ditto.
5596 (avr_push_dummy_call): Ditto.
5597 (struct stack_item): Define.
5598 (avr_frame_unwind): Declare structure.
5599 (avr_frame_base): Ditto.
5600 (avr_gdbarch_init): Remove calls to
5601 set_gdbarch_deprecated_init_frame_pc,
5602 set_gdbarch_deprecated_target_read_fp,
5603 set_gdbarch_deprecated_dummy_write_sp,
5604 set_gdbarch_deprecated_fp_regnum,
5605 set_gdbarch_deprecated_push_arguments,
5606 set_gdbarch_deprecated_push_return_address,
5607 set_gdbarch_deprecated_pop_frame,
5608 set_gdbarch_deprecated_store_struct_return,
5609 set_gdbarch_deprecated_frame_init_saved_regs,
5610 set_gdbarch_deprecated_init_extra_frame_info,
5611 set_gdbarch_deprecated_frame_chain,
5612 set_gdbarch_deprecated_frame_saved_pc,
5613 set_gdbarch_deprecated_saved_pc_after_call.
5614 Add calls to set_gdbarch_push_dummy_call,
5615 set_gdbarch_push_dummy_code,
5616 frame_unwind_append_predicate,
5617 frame_base_set_default,
5618 set_gdbarch_unwind_dummy_id,
5619 set_gdbarch_unwind_pc.
5620 Wrap a long line.
5621
5622 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
5623
5624 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5625 registers for H8/300S.
5626 (h8300_print_registers_info): Ditto.
5627 (h8300_gdbarch_init): Accommodate register count for H8/300S.
5628
5629 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
5630
5631 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5632 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5633 (lin_lwp_wait): Likewise. Update comments.
5634 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5635 (pull_pid_from_list, linux_record_stopped_pid): New.
5636
5637 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5638
5639 * ada-lang.c (scan_discrim_bound): Name first argument.
5640 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5641 declared by ALL_BLOCK_SYMBOLS.
5642
5643 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5644
5645 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5646 ("regcache.h"): Include it.
5647 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5648
5649 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5650
5651 * NEWS: Mention gdbserver detach change and "disconnect" command.
5652 * infcmd.c (disconnect_command): New function.
5653 (_initialize_infcmd): Add ``disconnect'' command.
5654 * remote.c (remote_async_detach): Delete.
5655 (remote_detach): Merge remote_async_detach.
5656 (remote_disconnect): New.
5657 (init_remote_ops): Set to_disconnect.
5658 (init_remote_cisco_ops): Likewise.
5659 (init_remote_async_ops): Likewise. Use remote_detach.
5660 * target.c (cleanup_target): Default to_disconnect.
5661 (update_current_target): Inherit to_disconnect.
5662 (target_disconnect, debug_to_disconnect): New functions.
5663 (setup_target_debug): Set to_disconnect.
5664 * target.h (struct target_ops): Add to_disconnect.
5665 (target_disconnect): Add prototype.
5666
5667 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5668
5669 * breakpoint.c (insert_catchpoint): New function.
5670 (insert_breakpoints): Use catch_exceptions to call
5671 insert_catchpoint. Disable catchpoints if they fail to insert.
5672
5673 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5674
5675 * symfile.c (reread_symbols): Clear sym_private.
5676
5677 2003-06-17 Andrew Cagney <cagney@redhat.com>
5678
5679 * trad-frame.h (struct frame_info): Add opaque declaration.
5680 * remote-fileio.h (struct cmd_list_element): Add opaque
5681 declaration.
5682 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5683 comments.
5684
5685 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5686
5687 * remote.c (remote_prepare_to_store): Replace call to
5688 deprecated_read_register_bytes with multiple regcache_raw_read
5689 calls.
5690
5691 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5692
5693 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5694 (nto_find_and_open_solib): Likewise.
5695 (nto_init_solib_absolute_prefix): Likewise.
5696 (_initialize_nto_tdep): Fix indentation.
5697
5698 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5699
5700 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5701
5702 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5703
5704 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5705
5706 2003-06-17 Jim Blandy <jimb@redhat.com>
5707
5708 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5709
5710 2003-06-16 Theodore A. Roth <troth@openavr.org>
5711
5712 * avr-tdep.c (avr_extract_return_value): New function.
5713 (avr_gdbarch_init): Set extract_return_value method.
5714
5715 2003-06-16 Andrew Cagney <cagney@redhat.com>
5716
5717 * frame.h (deprecated_get_next_frame_hack): Declare.
5718 * frame.c (legacy_saved_regs_prev_register): Only require
5719 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5720 there are always saved regs.
5721 (deprecated_generic_get_saved_register): Do not require
5722 DEPRECATED_FRAME_INIT_SAVED_REGS.
5723 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5724 use frame ID unwind instead.
5725 (deprecated_get_next_frame_hack): New function.
5726
5727 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5728
5729 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5730 (h8300_push_dummy_call): ...this function. Some minor optimization.
5731 (h8300_push_return_address): Remove.
5732 (h8300_gdbarch_init): Remove calls to
5733 set_gdbarch_deprecated_dummy_write_sp,
5734 set_gdbarch_deprecated_push_arguments and
5735 set_gdbarch_deprecated_push_return_address.
5736 Add call to set_gdbarch_push_dummy_call.
5737
5738 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5739
5740 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5741 (E_PSEUDO_EXR_REGNUM): Ditto.
5742 (h8300_is_argument_spill): Check for instructions moving argument
5743 registers into safe registers.
5744 (h8300_skip_prologue): Check for stm instruction to push registers
5745 used for register variables onto stack.
5746 (gdb_print_insn_h8300): Remove.
5747 (h8300_examine_prologue): Add a comment.
5748 (h8300_register_name): Take pseudo registers into account.
5749 (h8300s_register_name): Ditto.
5750 (h8300sx_register_name): Ditto.
5751 (h8300_print_register): Ditto.
5752 (h8300_print_registers_info): Define "nice" printing order.
5753 (h8300_saved_pc_after_call): Take pseudo registers into account.
5754 (h8300_register_type): Ditto. Return type used for remote connection
5755 when requesting real CCR or EXR register, return actual type when
5756 requesting pseudo CCR or EXR.
5757 (h8300_pseudo_register_read): New function.
5758 (h8300_pseudo_register_write): Ditto.
5759 (h8300_dbg_reg_to_regnum): Ditto.
5760 (h8300s_dbg_reg_to_regnum): Ditto.
5761 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5762 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5763 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5764 set_gdbarch_print_insn architecture dependent.
5765 Call set_gdbarch_pseudo_register_read and
5766 set_gdbarch_pseudo_register_write.
5767 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5768
5769 2003-06-16 Andrew Cagney <cagney@redhat.com>
5770
5771 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5772 * gdbarch.h, gdbarch.c: Re-generate.
5773 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5774 * s390-tdep.c (s390_gdbarch_init): Update.
5775 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5776 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5777 * mips-tdep.c (mips_gdbarch_init): Update.
5778 * mcore-tdep.c (mcore_gdbarch_init): Update.
5779 * cris-tdep.c (cris_gdbarch_init): Update.
5780 * infcall.c (call_function_by_hand): Update.
5781 * ia64-tdep.c (ia64_push_arguments): Update comment.
5782 * frame.c (legacy_get_prev_frame): Do not assume
5783 SAVE_DUMMY_FRAME_TOS_P.
5784 * dummy-frame.c (find_dummy_frame): Update comment.
5785
5786 2003-06-16 Andrew Cagney <cagney@redhat.com>
5787
5788 * regcache.c (do_cooked_read): Do not use register_valid_p.
5789
5790 2003-06-15 Theodore A. Roth <troth@openavr.org>
5791
5792 * avr-tdep.c (avr_register_type): Remove a blank line.
5793 (avr_scan_prologue): Correct some comments.
5794
5795 2003-06-15 Theodore A. Roth <troth@openavr.org>
5796
5797 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5798 prologue types.
5799 Properly scan prologues generated by gcc with the -mcall-prologues
5800 option.
5801 Add code to scan -mcall-prologues for mega devices.
5802
5803 2003-06-15 Theodore A. Roth <troth@openavr.org>
5804
5805 * avr-tdep.c (avr_register_byte): Delete function.
5806 (avr_register_raw_size): Delete function.
5807 (avr_register_virtual_size): Delete function.
5808 (avr_register_virtual_type): Delete function.
5809 (avr_register_type): New function.
5810 (avr_address_to_pointer): Remove unused code.
5811 (avr_read_fp): Need to read FP as two separate bytes due to change to
5812 avr_register_type() usage.
5813 (avr_gdbarch_init): Don't set deprecated_register_size.
5814 Don't set deprecated_register_bytes.
5815 Don't set deprecated_register_byte.
5816 Don't set deprecated_register_raw_size.
5817 Don't set deprecated_max_register_raw_size.
5818 Don't set deprecated_register_virtual_size.
5819 Don't set deprecated_max_register_virtual_size.
5820 Don't set deprecated_register_virtual_type.
5821 Set register_type method.
5822
5823 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
5824
5825 * Makefile.in (linux-nat.o): Add rule.
5826 * linux-nat.c: New file.
5827 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5828 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5829 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5830 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5831 * config/arm/linux.mh (NATDEPFILES): Likewise.
5832 * config/i386/linux.mh (NATDEPFILES): Likewise.
5833 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5834 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5835 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5836 * config/mips/linux.mh (NATDEPFILES): Likewise.
5837 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5838 * config/s390/s390.mh (NATDEPFILES): Likewise.
5839 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5840
5841 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5842
5843 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5844 replace out-of-date comment.
5845
5846 2003-06-15 Andrew Cagney <cagney@redhat.com>
5847
5848 * rdi-share/host.h (Fail): Change to a varargs function.
5849 * remote-rdi.c (Fail): Update.
5850
5851 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5852
5853 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5854 (i386_convert_register_p, i386_register_to_value,
5855 i386_register_from_value): Handle types longer than 8 bytes.
5856
5857 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5858
5859 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5860 Move floating-point code to new function in i387-tdep.c.
5861 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5862 New functions containing code moved here from i386-tdep.c.
5863 * i387-tdep.h: Add opaque declaration for `struct type'.
5864 (i387_register_to_value, i387_value_to_register): New prototypes.
5865 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5866 (x86_64_init_abi): Set convert_register_p, register_to_value and
5867 value_to_register here.
5868
5869 2003-06-14 Andrew Cagney <cagney@redhat.com>
5870
5871 * mips-tdep.c (mips_register_to_value): Make static.
5872 (mips_value_to_register): Make static.
5873 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5874 * ia64-tdep.c (ia64_register_raw_size): Make static.
5875 (ia64_register_virtual_size): Make static.
5876 (ia64_register_byte): Make static.
5877 * i387-tdep.c: Include "i387-tdep.h".
5878 (print_387_control_word): Delete function.
5879 (print_387_status_word): Delete function.
5880 (print_387_status_bits): Delete function.
5881 (print_387_control_bits): Delete function.
5882 * Makefile.in (i387-tdep.o): Update dependencies.
5883 * rdi-share/host.h (Fail): Declare.
5884 * remote-rdi.c (Fail): Update to match declaration.
5885
5886 2003-06-14 Andrew Cagney <cagney@redhat.com>
5887
5888 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5889 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5890 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5891 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5892 * README: Delete reference to remote-array.
5893 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5894 (remote-array.o): Delete target.
5895 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5896 * remote-array.c: Delete file.
5897
5898 2003-06-14 Andrew Cagney <cagney@redhat.com>
5899 Mark Kettenis <kettenis@gnu.org>
5900
5901 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5902 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5903 parameter with "frame".
5904 * gdbarch.h, gdbarch.c: Re-generate.
5905 * frame.h (put_frame_register): Declare.
5906 * frame.c (put_frame_register): New function.
5907 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5908 (legacy_register_to_value): Rewrite, use "frame" to get the
5909 register value.
5910 (legacy_value_to_register): Rewrite, use "frame" to find the
5911 register's location before storing.
5912 * arch-utils.h (legacy_convert_register_p): Update.
5913 (legacy_register_to_value, legacy_value_to_register): Update.
5914 * findvar.c (value_from_register): Rewrite, eliminate use of
5915 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5916 "frame" to REGISTER_TO_VALUE.
5917 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5918 lval_reg_frame_relative + lval_register branch of the switch. Do
5919 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5920 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5921 I386_EDI_REGNUM): New defines.
5922 (i386_next_regnum, i386_convert_register_p,
5923 i386_register_to_value, i386_value_to_register): New functions.
5924 (i386_register_convertible, i386_register_convert_to_virtual,
5925 i386_convert_to_raw): Remove functions.
5926 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5927 value_to_register instead of register_convertible,
5928 register_convert_to_virtual and register_convert_to_raw.
5929 * mips-tdep.c (mips_convert_register_p): New function.
5930 (mips_value_to_register): Replace mips_register_convert_from_type.
5931 (mips_register_to_value): Replace mips_register_convert_to_type.
5932 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5933 register_to_value.
5934 * alpha-tdep.c (alpha_convert_register_p): Update.
5935 (alpha_value_to_register): Update, store the register.
5936 (alpha_register_to_value): Update, fetch the register.
5937
5938 2003-06-14 Theodore A. Roth <troth@openavr.org>
5939
5940 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5941 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5942 Don't set deprecated_call_dummy_words.
5943 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5944 Don't set remote_translate_xfer_address.
5945 (avr_io_reg_read_command): Remove commented out debug printf.
5946 Wrap a long line.
5947
5948 2003-06-14 Theodore A. Roth <troth@openavr.org>
5949
5950 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5951 causes gdb to seg fault.
5952
5953 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
5954
5955 * sparc-nat.c (fetch_inferior_registers): Correct
5956 a reference to "registers".
5957
5958 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
5959
5960 * Makefile.in (exc_request_U_h): Define
5961 (exc_request_S_h): Likewise.
5962 (msg_reply_S_h): Likewise.
5963 (msg_U_h): Likewise.
5964 (notify_S_h): Likewise.
5965 (process_reply_S_h): Likewise.
5966 (gnu-nat.o): Depend on gdb_obstack_h
5967 * gnu-nat.c: Include "gdb_obstack.h".
5968
5969 2003-06-13 Andrew Cagney <cagney@redhat.com>
5970
5971 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5972 * gdbarch.h, gdbarch.c: Re-generate.
5973
5974 2003-06-13 Andrew Cagney <cagney@redhat.com>
5975
5976 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5977 when deprecated REGISTER macros can be deleted.
5978 * gdbarch.h, gdbarch.c: Re-generate.
5979
5980 2003-06-13 Jim Blandy <jimb@redhat.com>
5981
5982 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5983 Linux entry point symbols for _dl_debug_state, too.
5984
5985 2003-06-13 Andrew Cagney <cagney@redhat.com>
5986
5987 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5988 available, do not use the FP register, and always save the TOS.
5989 * dummy-frame.c (dummy_frame_this_id): Do not assert
5990 SAVE_DUMMY_FRAME_TOS.
5991 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5992 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5993 (i386_push_dummy_call): Add 8 to the returned SP.
5994 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5995 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5996 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5997 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5998 (x86_64_push_dummy_call): Return "sp + 16".
5999 (x86_64_init_abi): Do not set save_dummy_frame_tos.
6000 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6001 save_dummy_frame_tos.
6002
6003 2003-06-13 Jim Blandy <jimb@redhat.com>
6004
6005 * frv-tdep.c (frv_use_struct_convention): Delete static
6006 declaration for function deleted in my change of 2003-06-12.
6007
6008 2003-06-13 Theodore A. Roth <troth@openavr.org>
6009
6010 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
6011 (avr_pointer_to_address): Shift code addrs left 1 bit.
6012 (avr_convert_from_func_ptr_addr): Delete function since operation is
6013 better handled by avr_address_to_pointer and avr_pointer_to_address.
6014 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
6015
6016 2003-06-13 Mark Kettenis <kettenis@gnu.org>
6017
6018 From Kelley Cook <kelleycook@wideopenwest.com>:
6019 * configure.host: Accept i[34567]86 variants.
6020 * configure.tgt: Likewise.
6021 * nlm/configure.in: Likewise.
6022 * nlm/configure: Regenerated.
6023
6024 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
6025
6026 * arm-tdep.c (solib-svr4.h): Dont' include it.
6027 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
6028 * arm-linux-tdep.c: ... here. Make static.
6029 (arm_linux_init_abi): Register it.
6030 (solib-svr4.h): Include it.
6031 * Makefile.in: Update dependencies.
6032 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
6033 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
6034
6035 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
6036
6037 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
6038 indicate registers used for return values.
6039 (struct frame_extra_info): Drop args_pointer and locals_pointer.
6040 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
6041 members.
6042 (h8300_init_extra_frame_info): Ditto.
6043 (h8300_frame_locals_address): Removed.
6044 (h8300_frame_args_address): Removed.
6045 (h8300_extract_return_value): Use new regcache structure. Only care
6046 for 16 bit CPUs.
6047 (h8300h_extract_return_value): Same function for 32 bit CPUs.
6048 (h8300_store_return_value): Use new regcache structure. Only care
6049 for 16 bit CPUs.
6050 (h8300h_store_return_value): Same function for 32 bit CPUs.
6051 (h8300_store_struct_return): Removed.
6052 (h8300_extract_struct_value_address): Use new regcache structure.
6053 (h8300h_extract_struct_value_address): Removed.
6054 (h8300_push_dummy_code): New function.
6055 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
6056 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
6057 set_gdbarch_store_return_value architecture dependent.
6058 Call set_gdbarch_push_dummy_code and
6059 set_gdbarch_extract_struct_value_address.
6060 Remove calls to set_gdbarch_frame_args_address,
6061 set_gdbarch_frame_locals_address,
6062 set_gdbarch_deprecated_store_struct_return,
6063 set_gdbarch_deprecated_extract_return_value,
6064 set_gdbarch_deprecated_extract_struct_value_address,
6065 set_gdbarch_deprecated_call_dummy_words and
6066 set_gdbarch_deprecated_sizeof_call_dummy_words.
6067
6068 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
6069
6070 * h8300-tdep.c (h8300_register_byte): Remove.
6071 (h8300h_register_byte): Remove.
6072 (h8300_register_virtual_type): Remove. Substitute by...
6073 (h8300_register_type): New function.
6074 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
6075 (h8300h_extract_struct_value_address): Ditto.
6076 (h8300_gdbarch_init): Drop calls to
6077 set_gdbarch_deprecated_register_byte and
6078 set_gdbarch_deprecated_register_virtual_type.
6079 Add call to set_gdbarch_register_type.
6080
6081 2003-06-13 Andrew Cagney <cagney@redhat.com>
6082
6083 * gdbarch.sh: Update comments on registers.
6084 (deprecated_register_byte): Rename register_byte.
6085 (deprecated_register_raw_size): Rename register_raw_size.
6086 (deprecated_register_virtual_size): Rename register_virtual_size.
6087 (deprecated_register_virtual_type): Rename register_virtual_type.
6088 * gdbarch.h, gdbarch.c: Re-generate.
6089 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6090 * vax-tdep.c (vax_gdbarch_init): Update.
6091 * v850-tdep.c (v850_gdbarch_init): Update.
6092 * sparc-tdep.c (sparc_gdbarch_init): Update.
6093 * sh-tdep.c (sh_gdbarch_init): Update.
6094 * s390-tdep.c (s390_gdbarch_init): Update.
6095 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6096 * ns32k-tdep.c: Update.
6097 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6098 * mips-tdep.c (mips_gdbarch_init): Update.
6099 * mcore-tdep.c (mcore_gdbarch_init): Update.
6100 * m68k-tdep.c (m68k_gdbarch_init): Update.
6101 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6102 * ia64-tdep.c (ia64_gdbarch_init): Update.
6103 * hppa-tdep.c (hppa_gdbarch_init): Update.
6104 * h8300-tdep.c (h8300_gdbarch_init): Update.
6105 * frv-tdep.c (frv_gdbarch_init): Update.
6106 * cris-tdep.c (cris_gdbarch_init): Update.
6107 * avr-tdep.c (avr_gdbarch_init): Update.
6108 * alpha-tdep.c (alpha_gdbarch_init): Update.
6109 * arm-tdep.c (arm_gdbarch_init): Update.
6110
6111 2003-06-13 Andrew Cagney <cagney@redhat.com>
6112
6113 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
6114 mips_o32_use_struct_convention with always_use_struct_convention.
6115
6116 2003-06-12 David Carlton <carlton@kealia.com>
6117
6118 * cp-namespace.c (cp_set_block_scope): Comment out
6119 processing_has_namespace_info branch.
6120
6121 2003-06-12 Jim Blandy <jimb@redhat.com>
6122
6123 Recognize and skip 64-bit PowerPC Linux linkage functions.
6124 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
6125 insn_pattern, insns_match_pattern, d_field, ds_field): New
6126 functions, macros, and types for working with PPC instructions.
6127 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
6128 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
6129 ppc64_skip_trampoline_code): New functions, variables, and macros
6130 for recognizing and skipping linkage functions.
6131 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
6132 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
6133
6134 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
6135 register offsets for both the 32- and 64-bit interfaces.
6136
6137 Actually finish the job started by my change of 2003-05-29.
6138 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
6139 other #definition of this.
6140 (ppc_linux_skip_trampoline_code): Remove declaration.
6141 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
6142 static.
6143 (ppc_linux_init_abi): Register it as the skip_trampoline_code
6144 method for GDBARCH.
6145
6146 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
6147 'long' on ppc64-*-linux*.
6148
6149 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
6150 isn't #defined, assume the register doesn't exist: act as if
6151 tdep->ppc_mq_regnum were -1.
6152
6153 * configure.host, configure.tgt: Add entries for
6154 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
6155 powerpc/linux.mt.
6156 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
6157 New files.
6158
6159 * arch-utils.c (always_use_struct_convention): New function.
6160 * arch-utils.h (always_use_struct_convention): New prototype.
6161 * alpha-tdep.c (alpha_use_struct_convention): Delete.
6162 (alpha_gdbarch_init): Register always_use_struct_convention,
6163 instead of alpha_use_struct_convention.
6164 * cris-tdep.c (cris_use_struct_convention): Delete.
6165 (cris_gdbarch_init): Register always_use_struct_convention,
6166 instead of cris_use_struct_convention.
6167 * frv-tdep.c (frv_use_struct_convention): Delete.
6168 (frv_gdbarch_init): Register always_use_struct_convention,
6169 instead of frv_use_struct_convention.
6170 * h8300-tdep.c (h8300_use_struct_convention): Delete.
6171 (h8300_gdbarch_init): Register always_use_struct_convention,
6172 instead of h8300_use_struct_convention.
6173 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
6174 (mips_o32_gdbarch_init): Register always_use_struct_convention,
6175 instead of mips_o32_use_struct_convention.
6176
6177 2003-06-12 Andrew Cagney <cagney@redhat.com>
6178
6179 * wince.c: Include "mips-tdep.h".
6180 * mips-tdep.h (mips_next_pc): Declare.
6181 * mcore-tdep.c: Make more local functions static.
6182 * Makefile.in (wince.o): Update dependencies.
6183
6184 2003-06-12 David Carlton <carlton@kealia.com>
6185
6186 * symtab.c (lookup_symbol_aux_minsyms): Replace
6187 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
6188 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
6189 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
6190 SYMBOL_NATURAL_NAME.
6191
6192 2003-06-12 Andreas Schwab <schwab@suse.de>
6193
6194 * Makefile.in (tuiDisassem.o): Update dependencies.
6195
6196 2003-06-12 David Carlton <carlton@bactrian.org>
6197
6198 * symtab.h: Delete declaration of make_symbol_overload_list.
6199 Add declaration of lookup_partial_symbol.
6200 * symtab.c (remove_params): Move to cp-support.c.
6201 (overload_list_add_symbol, make_symbol_overload_list)
6202 (sym_return_val_size, sym_return_val_index): Ditto.
6203 (lookup_partial_symbol): Make extern.
6204 * cp-support.h: Add declaration of make_symbol_overload_list.
6205 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
6206 symtab.h, and block.h.
6207 (remove_params): Move here from symtab.c.
6208 (overload_list_add_symbol, make_symbol_overload_list)
6209 (sym_return_val_size, sym_return_val_index): Ditto.
6210 * valops.c: Include cp-support.h.
6211 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
6212 frame_h, and block_h.
6213 (valops.o): Depend on cp_support_h.
6214
6215 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
6216
6217 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
6218 substitute by NUM_REGS throughout.
6219 (h8300_register_name): Only care for H8/300 and H8/300H registers.
6220 (h8300s_register_name): New function for H8S registers.
6221 (h8300sx_register_name): Ditto for H8SX registers.
6222 (h8300_print_register): Revise register printing, avoid depending
6223 on 32 bit long.
6224 (h8300_register_byte): Only care for H8/300 registers.
6225 (h8300h_register_byte): New function for any other architecture.
6226 (h8300_register_raw_size): Remove.
6227 (h8300_register_virtual_type): Revise to return actually useful
6228 type.
6229 (h8300_extract_struct_value_address): Only care for H8/300 registers.
6230 (h8300h_extract_struct_value_address): New function for any other
6231 architecture.
6232 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
6233 set_gdbarch_register_name, set_gdbarch_register_byte,
6234 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
6235 Remove calls to set_gdbarch_deprecated_register_size,
6236 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
6237 set_gdbarch_deprecated_max_register_raw_size,
6238 set_gdbarch_register_virtual_size and
6239 set_gdbarch_deprecated_max_register_virtual_size entirely.
6240 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
6241 set_gdbarch_long_double_bit.
6242
6243 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6244
6245 * doublest.c (convert_doublest_to_floatformat): When dealing
6246 with the implied integer bit, only alter mant_bits if we are
6247 processing a full 32 bits of mantissa.
6248
6249 2003-06-11 David Carlton <carlton@bactrian.org>
6250
6251 * dictionary.h: New.
6252 * dictionary.c: New.
6253 * block.h: Add opaque declaration for struct dictionary.
6254 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
6255 'sym' members.
6256 (BLOCK_DICT): New macro.
6257 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
6258 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
6259 BLOCK_SHOULD_SORT.
6260 (ALL_BLOCK_SYMBOLS): Update definition.
6261 * Makefile.in (SFILES): Add dictionary.c.
6262 (dictionary_h): New.
6263 (COMMON_OBS): Add dictionary.o.
6264 (dictionary.o): New.
6265 (ada-lang.o): Depend on dictionary_h.
6266 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
6267 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
6268 (mi-cmd-stack.o): Ditto.
6269 (gdbtk-cmds.o): Update dependencies.
6270 (gdbtk-stack.o): Ditto.
6271 * ada-lang.c: Include dictionary.h.
6272 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
6273 (fill_in_ada_prototype, debug_print_block): Ditto.
6274 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
6275 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
6276 'is_sorted'.
6277 * mdebugread.c: Include dictionary.h.
6278 (struct parse_stack): Delete 'maxsyms' member.
6279 (parse_symbol): Update calls to new_block. Delete calls to
6280 shrink_block. Use dictionary methods.
6281 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
6282 Update calls to new_symtab. Don't maintain maxsyms data.
6283 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
6284 (add_symbol): Just call dict_add_symbol.
6285 (new_symtab): Delete 'maxsyms' argument.
6286 (new_symtab): Update calls to new_block.
6287 (new_block): Delete 'maxsyms' argument; add 'function' argument.
6288 (shrink_block): Delete function.
6289 (fixup_sigtramp): Update call to new_block. Add symbol via
6290 dict_add_symbol.
6291 * jv-lang.c: Include dictionary.h.
6292 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
6293 appropriately. Set class_symtab->free_func. Make sure the
6294 blockvector is big enough to hold two blocks.
6295 (add_class_symtab_symbol): Use dictionary methods.
6296 (free_class_block): New function.
6297 (type_from_class): Replace explicit iteration by
6298 ALL_BLOCK_SYMBOLS.
6299 * symtab.h (struct symtab): Replace 'free_ptr' method by
6300 'free_func'.
6301 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
6302 sort_symtab_syms.
6303 * dwarfread.c (psymtab_to_symtab_1): Delete call to
6304 sort_symtab_syms.
6305 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
6306 Include dictionary.h.
6307 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
6308 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
6309 sort_symtab_syms.
6310 * objfiles.c: Include dictionary.h.
6311 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
6312 * buildsym.c: Include dictionary.h.
6313 (finish_block): Use dictionary methods.
6314 (end_symtab): Set free_func to NULL, not free_ptr.
6315 * tracepoint.c: Include dictionary.h.
6316 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
6317 (scope_info): Ditto.
6318 * stack.c: Include dictionary.h.
6319 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
6320 (print_block_frame_labels, print_frame_arg_vars)
6321 (print_frame_args): Ditto.
6322 * symmisc.c (free_symtab_block): Use dictionary methods.
6323 (dump_symtab): Ditto.
6324 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
6325 Include dictionary.h.
6326 * symfile.h: Delete declarations of sort_block_syms,
6327 sort_symtab_syms.
6328 * symfile.c (sort_block_syms): Delete.
6329 (sort_symtab_syms): Delete.
6330 * symtab.c: Include dictionary.h.
6331 (lookup_block_symbol): Use dictionary iterators.
6332 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
6333 (search_symbols, make_symbol_completion_list): Ditto.
6334 (make_symbol_overload_list): Ditto.
6335 * valops.c (value_of_local): Use dict_empty.
6336 Include dictionary.h.
6337
6338 2003-06-11 J. Brobecker <brobecker@gnat.com>
6339
6340 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
6341
6342 2003-06-11 David Carlton <carlton@bactrian.org>
6343
6344 * block.h (BLOCK_SHOULD_SORT): Delete.
6345 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
6346 blocks.
6347 * ada-lang.c (ada_add_block_symbols): Ditto.
6348 * symfile.c (sort_block_syms): Delete.
6349 (sort_symtab_syms): Ditto.
6350 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
6351 declarations.
6352 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
6353 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
6354 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
6355 * dwarfread.c (psymtab_to_symtab_1): Ditto.
6356 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
6357 * mdebugread.c (psymtab_to_symtab_1): Ditto.
6358 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
6359
6360 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6361
6362 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
6363 bits to 128.
6364
6365 2003-06-11 Andrew Cagney <cagney@redhat.com>
6366
6367 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
6368 REGISTER_CONVERTIBLE.
6369 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
6370 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
6371 * gdbarch.h, gdbarch.c: Re-generate.
6372 * arch-utils.h (deprecated_register_convertible_not): Rename
6373 generic_register_convertible_not.
6374 * arch-utils.c (deprecated_register_convertible_not): Rename
6375 generic_register_convertible.
6376 (legacy_convert_register_p, legacy_register_to_value): Update.
6377 * sh-tdep.c (sh64_push_arguments): Update.
6378 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
6379 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
6380 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
6381 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
6382 * arch-utils.c (legacy_value_to_register): Update.
6383 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6384 (rs6000_register_convert_to_raw): Make parameter "from" const.
6385 * mips-tdep.c (mips_gdbarch_init): Update.
6386 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
6387 * infcmd.c (default_print_registers_info): Update.
6388 * ia64-tdep.c (ia64_gdbarch_init): Update.
6389 (ia64_register_convert_to_raw): Make parameter "from" const.
6390 * i386-tdep.c (i386_gdbarch_init): Update.
6391 (i386_register_convert_to_raw): Update.
6392
6393 2003-06-11 Andrew Cagney <cagney@redhat.com>
6394
6395 * remote-fileio.c: Include "remote-fileio.h".
6396 * Makefile.in (remote-fileio.o): Update dependencies.
6397 (remote_fileio_h): Fix typo.
6398
6399 2003-06-11 Andrew Cagney <cagney@redhat.com>
6400
6401 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
6402 (xstormy16_save_dummy_frame_tos): Make static.
6403 (_initialize_xstormy16_tdep): Add declaration.
6404 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6405 * v850-tdep.c: Make local functions static.
6406 (_initialize_v850_tdep): Add declaration.
6407 * sparc-tdep.c: Make local functions static.
6408 (_initialize_sparc_tdep): Add declaration.
6409 * sh-tdep.c: Make local functions static.
6410 (_initialize_sh_tdep): Add declaration.
6411 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
6412 * s390-tdep.c: Make local functions static.
6413 (_initialize_s390_tdep): Add declaration.
6414 * dbxread.c (find_stab_function_addr): Make static.
6415 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
6416 * ocd.c (_initialize_remote_ocd): Add declaration.
6417 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
6418 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
6419 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
6420 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
6421 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6422 * remote-array.c (_initialize_array): Add declaration.
6423 (_initialize_remote_monitors): Add declaration.
6424 * remote-mips.c: Make local functions static.
6425 (_initialize_remote_mips): Add declaration.
6426 * mcore-tdep.c: Make all local functions static.
6427 (_initialize_mcore_tdep): Add declaration.
6428 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
6429 * abug-rom.c (_initialize_abug_rom): Add declaration.
6430 * rom68k-rom.c (_initialize_rom68k): Add declaration.
6431 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
6432 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6433 * remote-est.c (_initialize_est): Add declaration.
6434 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6435 (m68hc11_call_dummy_address): Make static.
6436 * ia64-tdep.c: Make local functions static.
6437 (_initialize_ia64_tdep): Add declaration.
6438 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
6439 * monitor.c (monitor_wait_filter): Make static.
6440 (_initialize_remote_monitors): Add declaration.
6441 * remote-hms.c (_initialize_remote_hms): Add declaration.
6442 * remote-e7000.c (fetch_regs_from_dump): Make static.
6443 (expect_n): Make static.
6444 (_initialize_remote_e7000): Add declaration.
6445 * ser-e7kpc.c: Always include "defs.h".
6446 (_initialize_ser_e7000pc): Add declaration.
6447 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6448 * cris-tdep.c: Make all but one function static.
6449 (_initialize_cris_tdep): Add declaration.
6450 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6451 * solib.c (update_solib_list): Make static.
6452 (_initialize_solib): Add declaration.
6453 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
6454 (_initialize_avr_tdep): Add declaration.
6455 * remote-rdi.c (voiddummy): Make static.
6456 (_initialize_remote_rdi): Add declaration.
6457 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6458 * remote-rdp.c (send_rdp): Make static.
6459 (_initialize_remote_rdp): Add declaration.
6460 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6461
6462 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
6463
6464 * remote-fileio.c: Make ari happy.
6465
6466 2003-06-10 J. Brobecker <brobecker@gnat.com>
6467
6468 * rs6000-nat.c (child_xfer_memory): Compute the right address when
6469 fetching the trailing bytes of the buffer we are about to write.
6470
6471 2003-06-10 Andrew Cagney <cagney@redhat.com>
6472
6473 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6474 * Makefile.in (remote-fileio.o): Update dependencies.
6475 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
6476 include <setjmp.h>, or <sys/types.h> conditional on USG.
6477 (remote_fio_jmp_buf): Delete global variable.
6478
6479 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
6480 Martin M. Hunt <hunt@redhat.com>
6481
6482 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6483 (SFILES): Add remote-fileio.c.
6484 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
6485 dependencies for building remote.o.
6486 * remote-fileio.c: New file implementing the remote File-I/O protocol.
6487 * remote-fileio.h: New header file defining remote File-I/O interface.
6488 * remote.c (remote_write_bytes, remote_read_bytes): Remove
6489 static storage class.
6490 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6491 'F' packet.
6492 (_initialize_remote): Call initialize_remote_fileio().
6493 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
6494 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6495 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6496 (captured_main): Initialize new ui_files.
6497 * ui-file.c: Add read and fgets input functions.
6498 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6499 (null_file_read): New function.
6500 (ui_file_read): New function.
6501 (set_ui_file_read): New function.
6502 (stdio_file_read): New function.
6503 * ui-file.h: New type ui_file_read_ftype.
6504 (set_ui_file_read): Declare.
6505 (ui_file_read): Declare.
6506
6507 2003-06-09 Andrew Cagney <cagney@redhat.com>
6508
6509 * frame.h (deprecated_unwind_get_saved_register): Rename
6510 generic_unwind_get_saved_register, update comments.
6511 * mips-tdep.c (mips_get_saved_register): Update.
6512 * frame.c (deprecated_unwind_get_saved_register): Update.
6513
6514 2003-06-09 Andrew Cagney <cagney@redhat.com>
6515
6516 * vax-tdep.c (vax_frame_locals_address): Delete function.
6517 (vax_gdbarch_init): Do not set frame_locals_address.
6518 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6519 (m68hc11_gdbarch_init): Do not set frame_locals_address.
6520 * s390-tdep.c (s390_frame_args_address): Delete function.
6521 (s390_gdbarch_init): Do not set frame_args_address or
6522 frame_locals_address.
6523 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6524 (ns32k_gdbarch_init): Do not set frame_locals_address.
6525 * hppa-tdep.c (hppa_frame_args_address): Delete function.
6526 (hppa_frame_locals_address): Delete function.
6527 (hppa_gdbarch_init): Do not set frame_args_address, or
6528 frame_locals_address.
6529 * arm-tdep.c (arm_frame_args_address): Delete.
6530 (arm_frame_locals_address): Delete.
6531 (arm_gdbarch_init): Do not set frame_args_address, or
6532 frame_locals_address.
6533
6534 2003-06-09 Andrew Cagney <cagney@redhat.com>
6535
6536 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6537 * gdbarch.h, gdbarch.c: Re-generate.
6538 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6539 * arch-utils.c (frame_num_args_unknown): Delete function.
6540 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6541 (frame_info): Use FRAME_NUM_ARGS_P.
6542 * arm-tdep.c (arm_frame_num_args): Delete function.
6543 (arm_gdbarch_init): Do not set frame_num_args.
6544 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6545 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6546 (hppa_gdbarch_init): Do not set frame_num_args.
6547 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6548 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6549 frame_num_args to default frame_num_args_unknown.
6550 * v850-tdep.c (v850_gdbarch_init): Ditto.
6551 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6552 * sh-tdep.c (sh_gdbarch_init): Ditto.
6553 * s390-tdep.c (s390_gdbarch_init): Ditto.
6554 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6555 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6556 * mips-tdep.c (mips_gdbarch_init): Ditto.
6557 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6558 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6559 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6560 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6561 * i386-tdep.c (i386_gdbarch_init): Ditto.
6562 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6563 * frv-tdep.c (frv_gdbarch_init): Ditto.
6564 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6565 * cris-tdep.c (cris_gdbarch_init): Ditto.
6566 * avr-tdep.c (avr_gdbarch_init): Ditto.
6567 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6568
6569 2003-06-09 Andrew Cagney <cagney@redhat.com>
6570
6571 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6572 (print_frame_args): Moved to "stack.c".
6573 * stack.c: Include "gdb_assert.h".
6574 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6575 (print_frame_args): Moved from "printcmd.c".
6576 * frame.h (print_frame_args): Delete declaration.
6577 * Makefile.in (stack.o): Update dependencies.
6578
6579 2003-06-08 Andrew Cagney <cagney@redhat.com>
6580
6581 * frame.c (get_prev_frame): Remove reference to
6582 frame_args_address_correct in comments.
6583 * frame-base.c (default_frame_args_address): Delete code
6584 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6585 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6586 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6587 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6588 (vax_frame_args_address_correct): Delete declaration.
6589
6590 2003-06-08 Andrew Cagney <cagney@redhat.com>
6591
6592 * gdbarch.sh (UNWIND_SP): Add.
6593 * gdbarch.h, gdbarch.c: Re-generate.
6594 * frame.c (frame_sp_unwind): New function.
6595 (get_frame_sp): New function.
6596 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6597 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6598 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6599 value.
6600 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6601 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6602
6603 2003-06-08 Andrew Cagney <cagney@redhat.com>
6604
6605 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6606 REMOTE_BREAKPOINT.
6607 * remote.c: Update.
6608 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6609 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6610 * config/m68k/tm-sun3.h: Update.
6611 * config/m68k/tm-m68klynx.h: Update.
6612 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6613
6614 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6615 trad_frame". Update comments.
6616 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6617 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6618 (trad_frame_register_value, trad_frame_prev_register): Update.
6619
6620 2003-06-08 Andrew Cagney <cagney@redhat.com>
6621
6622 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6623 from GCC's acinclude.m4.
6624 * configure.in: Check for getopt's delcaration.
6625 * aclocal.m4, config.in, configure: Re-generate.
6626 * main.c (error_init): Delete declaration.
6627 * defs.h (error_init): Declare.
6628 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6629 (rs6000_convert_from_func_ptr_addr): Make static.
6630 (_initialize_rs6000_tdep): Add declaration.
6631 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6632 (show_commands, set_verbose, show_history): Delete declaration.
6633 * top.h (set_verbose): Add declaration.
6634 (show_history, set_history, show_commands): Add declaration.
6635 (do_restore_instream_cleanup): Add declaration.
6636 * objc-lang.c (specialcmp): Make static.
6637 (print_object_command): Make static.
6638 (find_objc_msgsend): Make static.
6639 (find_objc_msgcall_submethod_helper): Make static.
6640 (find_objc_msgcall_submethod): Make static.
6641 (_initialize_objc_language): Add declaration.
6642 (find_implementation_from_class): Make static.
6643 (find_implementation): Make static.
6644 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6645 * objc-lang.h (lookup_struct_typedef): Add declaration.
6646 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6647 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6648 (do_restore_user_call_depth): Make static.
6649 (do_restore_instream_cleanup): Delete declaration.
6650 (dont_repeat): Delete declaration.
6651 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6652 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6653 * reggroups.c (_initialize_reggroup): Add declaration.
6654 * cp-support.c (_initialize_cp_support): Add declaration.
6655 * cp-abi.c (_initialize_cp_abi): Add declaration.
6656 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6657 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6658 (_initialize_gnu_v3_abi): Add declaration.
6659 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6660 (_initialize_gnu_v2_abi): Add declaration.
6661 * frame-base.c (_initialize_frame_base): Add declaration.
6662 * doublest.c (floatformat_from_length): Make static.
6663 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6664 * frame.c (create_sentinel_frame): Make static.
6665 (_initialize_frame): Add declaration.
6666 * top.c (do_catch_errors): Make static.
6667 (gdb_rl_operate_and_get_next_completion): Make static.
6668 * typeprint.c: Include "typeprint.h".
6669 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6670 (sentinel_frame_this_id): Make static.
6671 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6672 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6673 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6674 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6675 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6676 * maint.c (maintenance_print_architecture): Make static.
6677 * signals/signals.c (_initialize_signals): Add declaration.
6678 * std-regs.c (_initialize_frame_reg): Add declaration.
6679 * jv-exp.y (push_variable): ISO C definition.
6680 (push_qualified_expression_name): Ditto.
6681 * memattr.c (_initialize_mem): Add declaration.
6682 * remote.c (remote_check_watch_resources): Make static.
6683 (remote_stopped_by_watchpoint): Make static.
6684 (remote_stopped_data_address): Make static.
6685 * d10v-tdep.c (nr_dmap_regs): Make static.
6686 (a0_regnum): Make static.
6687 (d10v_frame_unwind_cache): Make static.
6688 (d10v_frame_p): Make static.
6689 * osabi.c (show_osabi): Make static.
6690 (_initialize_gdb_osabi): Add extern declaration.
6691 * gdbtypes.c (make_qualified_type): Make static.
6692 (safe_parse_type): Make static.
6693 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6694 * macrotab.c (macro_bcache_free): Make static.
6695 * interps.c (interp_set_quiet): Make static.
6696 (interpreter_exec_cmd): Make static.
6697 * stack.h (select_frame_command): New file.
6698 * stack.c: Include "stack.h".
6699 (select_frame_command_wrapper): Delete function.
6700 (select_frame_command): Make global.
6701 * infcall.c: Include "infcall.h".
6702 * linespec.c: Include "linespec.h".
6703 * symfile.c (sections_overlap): Make static.
6704 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6705 * charset.c (_initialize_charset): Add missing prototype.
6706 * regcache.c (init_legacy_regcache_descr): Make static.
6707 (do_regcache_xfree): Make static.
6708 (regcache_xfer_part): Make static.
6709 (_initialize_regcache): Add missing prototype.
6710 * breakpoint.c (parse_breakpoint_sals): Make static.
6711 (breakpoint_sals_to_pc): Make static.
6712 * interps.h (clear_interpreter_hooks): ISO C declaration.
6713 * Makefile.in (stack_h): Define.
6714 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6715 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6716
6717 2003-06-08 Andrew Cagney <cagney@redhat.com>
6718
6719 * Makefile.in (d10v-tdep.o): Update dependencies.
6720 (SFILES): Add trad-frame.c.
6721 (trad_frame_h): Define.
6722 (COMMON_OBS): Add trad-frame.o.
6723 (trad-frame.o): Specify dependencies.
6724 * d10v-tdep.c: Include "trad-frame.h".
6725 (saved_regs_unwinder): Delete function.
6726 (d10v_frame_prev_register): Use trad_frame_prev_register.
6727 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6728 trad_frame", delete "regs" and "prev_sp".
6729 (prologue_find_regs): Use trad-frame.
6730 * trad-frame.h, trad-frame.c: New files.
6731
6732 2003-06-08 Mark Kettenis <kettenis@gnu.org>
6733
6734 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6735
6736 2003-06-07 Adam Fedor <fedor@gnu.org>
6737
6738 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6739 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6740 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6741 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
6742 resolve_msgsend_super, resolve_msgsend_super_stret):
6743 Use it.
6744
6745 2003-06-07 Andrew Cagney <cagney@redhat.com>
6746
6747 * symfile.h: Re-indent, clean up comments.
6748
6749 2003-06-07 Andrew Cagney <cagney@redhat.com>
6750
6751 * inferior.h (deprecated_write_sp): Replace
6752 generic_target_write_sp.
6753 * regcache.c (deprecated_write_sp): Replace
6754 generic_target_write_sp.
6755 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6756 * vax-tdep.c (vax_gdbarch_init): Update.
6757 * v850-tdep.c (v850_gdbarch_init): Update.
6758 * sparc-tdep.c (sparc_gdbarch_init): Update.
6759 * sh-tdep.c (sh_gdbarch_init): Update.
6760 * s390-tdep.c (s390_gdbarch_init): Update.
6761 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6762 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6763 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6764 * mcore-tdep.c (mcore_gdbarch_init): Update.
6765 * m68k-tdep.c (m68k_gdbarch_init): Update.
6766 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6767 * ia64-tdep.c (ia64_gdbarch_init): Update.
6768 * h8300-tdep.c (h8300_gdbarch_init): Update.
6769 * frv-tdep.c (frv_gdbarch_init): Update.
6770 * cris-tdep.c (cris_gdbarch_init): Update.
6771 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6772
6773 2003-06-07 Andrew Cagney <cagney@redhat.com>
6774
6775 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6776 Assert that PC_REGNUM is valid.
6777 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6778
6779 2003-06-07 Andrew Cagney <cagney@redhat.com>
6780
6781 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6782 * gdbarch.h, gdbarch.c: Regenerate.
6783 * mn10300-tdep.c: Include "gdb_assert.h".
6784 (mn10300_read_fp): New function.
6785 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6786 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6787 * ia64-tdep.c: Include "gdb_assert.h".
6788 (ia64_read_fp): New function.
6789 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6790 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6791 * regcache.c (generic_target_read_sp): Delete function.
6792 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6793 * inferior.h (generic_target_read_sp): Delete declaration.
6794 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6795 generic_target_read_sp.
6796 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6797 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6798 * sh-tdep.c (sh_gdbarch_init): Ditto.
6799 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6800 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6801
6802 2003-06-07 Andrew Cagney <cagney@redhat.com>
6803
6804 * gdbarch.sh: Comment each field of startup_gdbarch.
6805 * gdbarch.h, gdbarch.c: Re-generate.
6806
6807 2003-06-07 Andrew Cagney <cagney@redhat.com>
6808
6809 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6810 * gdbarch.h, gdbarch.c: Re-generate.
6811 * regcache.c: Update comments on read_pc et.al.
6812 (generic_target_read_pc): Delete function.
6813 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6814 * inferior.h (generic_target_read_pc): Delete declaration.
6815 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6816 generic_target_read_pc.
6817 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6818 * sh-tdep.c (sh_gdbarch_init): Ditto.
6819 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6820 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6821
6822 2003-06-07 Andrew Cagney <cagney@redhat.com>
6823
6824 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6825 "index" with "special_local_sect". Use strcmp instead of STREQ.
6826 Append period to coments.
6827
6828 2003-06-06 Mark Mitchell <mark@codesourcery.com>
6829
6830 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6831 (elfstab_offset_sections): Likewise.
6832 * gdb-stabs.h (stab_section_info): Likewise.
6833 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6834 * objfiles.c (objfile_relocate): Likewise.
6835 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6836 * remote.c (get_offsets): Likewise.
6837 (remote_cisco_objfile_relocate): Likewise.
6838 * somread.c (som_symfile_offsets): Likewise.
6839 * symfile.c (alloc_section_addr_info): New function.
6840 (build_section_addr_info_from_section_tab): Use it.
6841 (free_section_addr_info): Adjust.
6842 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6843 (syms_from_objfile): Allocate local_addr dynamically.
6844 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6845 dynamically.
6846 (add_symbol_file_command): Allocate sect_opts dynamically.
6847 (reread_symbols): Avoid use of SECT_OFF_MAX.
6848 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6849 (alloc_section_addr_info): Declare it.
6850 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6851 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6852 dynamically.
6853 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
6854
6855 2003-06-06 Andrew Cagney <cagney@redhat.com>
6856
6857 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6858 (d10v_frame_unwind_cache): Do not set "return_pc".
6859
6860 2003-06-06 Michael Snyder <msnyder@redhat.com>
6861
6862 * h8300-tdep.c: Make tidy (long lines).
6863
6864 2003-06-06 Michal Ludvig <mludvig@suse.cz>
6865
6866 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
6867 to regcache_collect().
6868
6869 2003-06-05 J. Brobecker <brobecker@gnat.com>
6870
6871 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6872 pc_in_sigtramp multiarch method.
6873 (hppa_hpux_som_init_abi): Use it.
6874 (hppa_hpux_elf_init_abi): Likewise.
6875 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6876 macro has been multiarched.
6877 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6878 macro here, as hppa64 isn't multiarched yet.
6879
6880 2003-06-05 Andrew Cagney <cagney@redhat.com>
6881
6882 * Makefile.in (value_h): Add $(frame_h).
6883 * value.h: Include "frame.h".
6884 (struct value): Replace "frame_addr" with "frame_id".
6885 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6886 * values.c (allocate_value): Use VALUE_FRAME_ID.
6887 (value_copy): Use VALUE_FRAME_ID.
6888 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6889 * valops.c (value_assign): Update. Use frame_find_by_id.
6890
6891 2003-06-05 Michal Ludvig <mludvig@suse.cz>
6892
6893 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6894 in each pass.
6895
6896 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6897
6898 * thread-db.c (check_event): For create/death event breakpoints,
6899 loop through all messages to ensure that we read the message
6900 corresponding to the breakpoint we are at.
6901
6902 2003-06-04 Michael Snyder <msnyder@redhat.com>
6903
6904 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6905
6906 2003-06-04 Mark Kettenis <kettenis@gnu.org>
6907
6908 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6909 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6910 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6911 when handling .eh_frame sections.
6912
6913 2003-06-04 J. Brobecker <brobecker@gnat.com>
6914
6915 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6916 prepare_to_proceed procedure instead of the hppa-specific one.
6917 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6918
6919 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
6920
6921 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6922 * config.in: Regenerated.
6923 * configure.in: Add test for syscall function and check for
6924 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6925 * configure: Regenerated.
6926 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6927 <sys/syscall.h>.
6928 (kill_lwp): New function that uses tkill syscall or
6929 uses kill, depending on whether threading model is nptl or not.
6930 All callers of kill() changed to use kill_lwp().
6931 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6932 see if all threads have already exited in the nptl model.
6933 (stop_and_resume_callback): New callback function used by the
6934 lin_lwp_wait thread exit handling code.
6935 (stop_wait_callback): Check for threads already having exited and
6936 delete such threads fromt the lwp list when discovered.
6937 (stop_callback): Don't assert retcode of kill call.
6938
6939 Roland McGrath <roland@redhat.com>
6940 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6941 nptl libthread_db.
6942
6943 2003-06-03 Richard Henderson <rth@redhat.com>
6944
6945 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6946 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6947 (alpha_sigtramp_frame_prev_register): Likewise.
6948 (alpha_heuristic_frame_prev_register): Likewise.
6949 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6950
6951 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
6952 alpha-specific register id names.
6953 (alpha_mdebug_frame_unwind_cache): Likewise.
6954 (alpha_mdebug_frame_prev_register): Likewise.
6955
6956 2003-06-03 Richard Henderson <rth@redhat.com>
6957
6958 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6959 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6960 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6961 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6962 unwind routines.
6963 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6964 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6965 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6966
6967 * alpha-linux-tdep.c: Remove unnecessary includes.
6968 * Makefile.in (alpha-linux-tdep.o): Update.
6969
6970 2003-06-03 Richard Henderson <rth@redhat.com>
6971
6972 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6973 (alphabsd_fill_fpreg): Likewise.
6974
6975 2003-06-03 J. Brobecker <brobecker@gnat.com>
6976
6977 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6978 references to struct frame_info fields by calls to the equivalent
6979 accessors. Necessary now that frame_info is opaque.
6980
6981 2003-06-03 J. Brobecker <brobecker@gnat.com>
6982
6983 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6984 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6985 structure, field no longer exists.
6986
6987 2003-06-03 J. Brobecker <brobecker@gnat.com>
6988
6989 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6990 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6991
6992 2003-06-03 J. Brobecker <brobecker@gnat.com>
6993
6994 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6995 references to struct frame_info fields by calls to the equivalent
6996 accessors. Necessary now that frame_info is opaque.
6997
6998 2003-06-03 J. Brobecker <brobecker@gnat.com>
6999
7000 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
7001 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
7002 structure, field no longer exists.
7003
7004 2003-06-03 Theodore A. Roth <troth@openavr.org>
7005
7006 * remote.c (init_remote_state): Compute sizeof_g_packet by
7007 accumulation of the size of all registers instead of blindly using
7008 DEPRECATED_REGISTER_BYTES.
7009
7010 2003-06-03 Michael Snyder <msnyder@redhat.com>
7011
7012 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
7013 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
7014 for h8300sx.
7015
7016 2003-06-03 J. Brobecker <brobecker@gnat.com>
7017
7018 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
7019 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7020
7021 2003-06-03 Andrew Cagney <cagney@redhat.com>
7022
7023 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
7024 (sparc_convert_to_raw): Delete function.
7025 (sparc_gdbarch_init): Do not set register_convert_to_raw or
7026 register_convert_to_virtual.
7027
7028 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
7029
7030 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
7031 layer if not dealing with a statically-linked threaded program.
7032
7033 2003-06-03 Kris Warkentin <kewarken@qnx.com>
7034
7035 * solib.c (solib_open): Update comment to reflect actual search order.
7036
7037 2003-06-03 Andrew Cagney <cagney@redhat.com>
7038
7039 * frame.c (get_frame_memory_signed): New function.
7040 (get_frame_memory, get_frame_memory_unsigned): New function.
7041 (get_frame_arch): New function.
7042 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
7043 (get_frame_memory, get_frame_unsigned_memory): Declare.
7044 * d10v-tdep.c (d10v_frame_unwind_cache): Use
7045 get_frame_memory_unsigned and get_frame_arch.
7046 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
7047
7048 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
7049
7050 * MAINTAINERS (write after approval): Add myself.
7051
7052 2003-06-03 Jim Blandy <jimb@redhat.com>
7053
7054 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
7055 elements of gregset_t are 64 bits each, but access registers
7056 are still 32 bits, so they're packed two per gregset_t
7057 element. Unpack/pack them properly.
7058
7059 2003-06-02 David Carlton <carlton@bactrian.org>
7060
7061 * linespec.c (find_methods): Break out code into
7062 add_matching_methods and add_constructors.
7063 (add_matching_methods): New.
7064 (add_constructors): Ditto.
7065
7066 2003-06-02 Andrew Cagney <cagney@redhat.com>
7067
7068 * sparc-tdep.c (sparc_print_registers): Delete call to
7069 REGISTER_CONVERTIBLE.
7070 (sparc_gdbarch_init): Do not set register_convertible.
7071 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7072 * frv-tdep.c (frv_gdbarch_init): Ditto.
7073 * cris-tdep.c (cris_gdbarch_init): Ditto.
7074
7075 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
7076
7077 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
7078 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
7079 (syms_from_objfile): Ditto.
7080
7081 2003-06-03 Andreas Schwab <schwab@suse.de>
7082
7083 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
7084 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
7085
7086 2003-06-02 Richard Henderson <rth@redhat.com>
7087
7088 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
7089 a member of all_reggroup.
7090
7091 2003-06-02 Richard Henderson <rth@redhat.com>
7092
7093 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
7094 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
7095 (alpha_lds, alpha_sts): New.
7096 (alpha_convert_register_p): Change from _register_convertible.
7097 (alpha_register_to_value): Change from _convert_to_virtual;
7098 restructure and fail for type sizes other than 4 or 8.
7099 (alpha_value_to_register): Similarly.
7100 (alpha_extract_return_value): Use alpha_sts.
7101 (alpha_store_return_value): Use alpha_lds.
7102 (alpha_gdbarch_init): Update hooks.
7103
7104 2003-06-02 Richard Henderson <rth@redhat.com>
7105
7106 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
7107 regnum identifiers.
7108 (alpha_sigtramp_register_address): Likewise.
7109
7110 2003-06-02 Richard Henderson <rth@redhat.com>
7111
7112 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
7113 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
7114 * alpha-tdep.h: Declare them.
7115
7116 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
7117 Remove zerobuf. Don't error on UNIQUE.
7118 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
7119 (ALPHA_REGSET_UNIQUE): Provide default.
7120 (supply_gregset): Use alpha_supply_int_regs.
7121 (fill_gregset): Use alpha_fill_int_regs.
7122 (supply_fpregset): Use alpha_supply_fp_regs.
7123 (fill_fpregset): Use alpha_fill_fp_regs.
7124 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
7125 (alphabsd_supply_reg): Use alpha_supply_int_regs.
7126 (alphabsd_fill_reg): Use alpha_fill_int_regs.
7127 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
7128 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
7129 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
7130
7131 2003-06-02 Richard Henderson <rth@redhat.com>
7132
7133 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
7134
7135 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
7136 (alpha_store_return_value): Likewise.
7137
7138 2003-06-02 David Carlton <carlton@math.stanford.edu>
7139
7140 * block.c (contained_in): Add 'const' to arguments.
7141 (block_function): Ditto.
7142 * block.h: Update declarations for block_function and
7143 contained_in.
7144
7145 2003-06-02 David Carlton <carlton@math.stanford.edu>
7146
7147 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
7148 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
7149 * p-valprint.c (pascal_val_print): Ditto.
7150 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
7151
7152 2003-06-02 Richard Henderson <rth@redhat.com>
7153
7154 * alpha-tdep.c (alpha_push_dummy_call): Use
7155 builtin_type_ieee_double_little instead of builtin_type_double.
7156
7157 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
7158 sign-extension of 32-bit values.
7159 (alpha_store_return_value): Similarly.
7160
7161 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
7162 (alpha_extract_return_value): Likewise.
7163 (alpha_store_return_value): Likewise.
7164
7165 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
7166 (alpha_store_return_value): Error on IEEE Quad floats.
7167
7168 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
7169 (alpha_extract_struct_value_address): Likewise.
7170 (alpha_store_return_value): Likewise.
7171 (alpha_store_struct_return): Remove.
7172 (alpha_gdbarch_init): Update hook registration to match.
7173
7174 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
7175 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
7176 macros where appropriate.
7177 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
7178 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
7179
7180 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
7181 for SP, GP; void_func_ptr for PC; non-language-specific types
7182 for all others.
7183 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
7184
7185 2003-06-02 Richard Henderson <rth@redhat.com>
7186
7187 * top.h (lim_at_start): Declare.
7188 * main.c (captured_main): Set it.
7189 * top.c (lim_at_start): Define.
7190 (command_loop): Use it instead of &environ.
7191 * event-top.c (command_handler): Likewise.
7192
7193 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
7194
7195 * mipsnbsd-tdep.c: Update copyright years.
7196 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
7197
7198 2003-06-01 Richard Henderson <rth@redhat.com>
7199
7200 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
7201 (alpha-linux-tdep.o): Update dependencies.
7202 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
7203 * alpha-mdebug-tdep.c: Remove unneeded includes.
7204
7205 2003-06-01 Richard Henderson <rth@redhat.com>
7206
7207 * alpha-tdep.c (alpha_register_reggroup_p): New.
7208 (alpha_gdbarch_init): Register it.
7209
7210 2003-06-02 Andrew Cagney <cagney@redhat.com>
7211
7212 * dwarfread.c: Eliminate "register"
7213 (decode_die_type): Eliminate assignment within "if".
7214 (struct_type, decode_array_element_type): Ditto.
7215 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
7216 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
7217 (decode_modified_type, completedieinfo): Ditto.
7218 * block.c: Eliminate "register".
7219 (blockvector_for_pc_sect): Eliminate assignment within "if".
7220 * cp-support.h (struct symbol): Opaque declaration.
7221 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
7222
7223 2003-06-01 Richard Henderson <rth@redhat.com>
7224
7225 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
7226 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
7227
7228 2003-06-01 Adam Fedor <fedor@gnu.org>
7229
7230 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
7231 * gdbarch.[ch]: Regenerate.
7232 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
7233 (hppa_gdbarch_init): Set it in the gdbarch vector.
7234 * i386-tdep.c (i386_fetch_pointer_argument): New
7235 (i386_gdbarch_init): Set it into gdbarch.
7236 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
7237 (rs6000_gdbarch_init): Set it in gdbarch.
7238 * sparc-tdep.c (sparc_fetch_pointer_argument): New
7239 (sparc_gdbarch_init): Set it in gdbarch.
7240
7241 2003-06-01 Andrew Cagney <cagney@redhat.com>
7242
7243 * defs.h (extract_address): Delete declaration.
7244 * findvar.c (extract_address): Delete function.
7245 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
7246 extract_address with the inline equivalent,
7247 extract_unsigned_integer.
7248 (xstormy16_extract_struct_value_address): Ditto.
7249 (xstormy16_pointer_to_address): Ditto.
7250 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
7251 * v850-tdep.c (v850_push_arguments): Ditto.
7252 (v850_extract_return_value): Ditto.
7253 (v850_extract_struct_value_address): Ditto.
7254 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
7255 (sparcnbsd_get_longjmp_target_64): Ditto.
7256 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
7257 (get_longjmp_target): Ditto.
7258 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
7259 (sh64_extract_struct_value_address): Ditto.
7260 (sh_push_arguments): Ditto.
7261 (sh64_push_arguments): Ditto.
7262 * remote-vxsparc.c (vx_read_register): Ditto.
7263 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
7264 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
7265 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
7266 * mipsv4-nat.c (get_longjmp_target): Ditto.
7267 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
7268 * mips-nat.c (get_longjmp_target): Ditto.
7269 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
7270 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
7271 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
7272 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
7273 * irix5-nat.c (get_longjmp_target): Ditto.
7274 * irix4-nat.c (get_longjmp_target): Ditto.
7275 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
7276 (ia64_push_arguments): Ditto.
7277 * hpux-thread.c (hpux_thread_store_registers): Ditto.
7278 * h8300-tdep.c (h8300_push_arguments): Ditto.
7279 (h8300_store_return_value): Ditto.
7280 (h8300_extract_struct_value_address): Ditto.
7281 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
7282 (frv_push_arguments): Ditto.
7283 * avr-tdep.c (avr_pointer_to_address): Ditto.
7284 (avr_push_arguments): Ditto.
7285 * arm-tdep.c (arm_push_dummy_call): Ditto.
7286 (arm_get_longjmp_target): Ditto.
7287 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7288 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
7289 (alpha_get_longjmp_target): Ditto.
7290
7291 * solib-irix.c (extract_mips_address): Inline extract_address,
7292 replacing it with extract_signed_integer.
7293 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7294 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
7295 (first_link_map_member, open_symbol_file_object): Ditto.
7296 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
7297 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7298 (LM_NEXT, LM_NAME): Ditto.
7299
7300 2003-06-01 Richard Henderson <rth@redhat.com>
7301
7302 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
7303 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
7304 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
7305 (alpha_cannot_store_register): Likewise.
7306 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
7307 * alpha-nat.c (supply_gregset): Likewise.
7308 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
7309
7310 2003-06-01 Andrew Cagney <cagney@redhat.com>
7311
7312 * infcall.c (call_function_by_hand): Update comment on
7313 DEPRECATED_DUMMY_WRITE_SP.
7314
7315 * mips-tdep.c (mips_gdbarch_init): Do not set
7316 deprecated_dummy_write_sp.
7317 (mips_eabi_push_dummy_call): Set the SP register.
7318 (mips_o64_push_dummy_call): Set the SP register.
7319 (mips_o32_push_dummy_call): Set the SP register.
7320 (mips_n32n64_push_dummy_call): Set the SP register.
7321
7322 2003-06-01 Richard Henderson <rth@redhat.com>
7323
7324 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
7325 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
7326 (supply_gregset): Likewise.
7327 * alpha-tdep.c (alpha_store_return_value): Likewise.
7328 (alpha_get_longjmp_target): Likewise.
7329 (alpha_register_name): Constify array.
7330 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
7331 deprecated_register_size, deprecated_register_bytes,
7332 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
7333 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
7334 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
7335
7336 2003-06-01 Richard Henderson <rth@redhat.com>
7337
7338 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
7339 from arg_reg_buffer to regcache to avoid double conversion.
7340
7341 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7342
7343 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
7344 SP_REGNUM.
7345 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
7346 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
7347
7348 2003-06-01 Richard Henderson <rth@redhat.com>
7349
7350 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
7351 (decode_frame_entry): Set it. Skip FDE augmentation.
7352
7353 2003-06-01 Richard Henderson <rth@redhat.com>
7354
7355 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
7356 not overlapping PC_REGNUM.
7357
7358 2003-06-01 Richard Henderson <rth@redhat.com>
7359
7360 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
7361 alpha_push_arguments. Don't dump argument register data to
7362 the target stack. Fix float and 128-bit long double semantics.
7363 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
7364 (alpha_fix_call_dummy): Remove.
7365 (alpha_call_dummy_words): Remove.
7366 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
7367
7368 2003-06-01 Richard Henderson <rth@redhat.com>
7369
7370 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
7371
7372 2003-06-01 Andrew Cagney <cagney@redhat.com>
7373
7374 * mips-tdep.c (is_mips16_addr): New function.
7375 (make_mips16_addr, unmake_mips16_addr): New functions.
7376 (pc_is_mips16, mips_fetch_instruction): Use.
7377 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
7378 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
7379 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
7380 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
7381 TARGET_MIPS.
7382 * config/mips/tm-mips.h: Update copyright.
7383 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
7384 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
7385 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
7386 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
7387 (TM_PRINT_INSN_MACH): Delete.
7388 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
7389
7390 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
7391 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
7392 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
7393 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
7394 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
7395 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
7396 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
7397 mips*-*-riscos* and mips*-*-sysv* onto mips.
7398 * config/mips/mips64.mt: New file.
7399 * config/mips/mips.mt: New file.
7400 * config/mips/littlemips.mt: Delete file.
7401 * config/mips/decstation.mt: Delete file.
7402 * config/mips/vr4300el.mt: Delete file.
7403 * config/mips/vr5000el.mt: Delete file.
7404 * config/mips/vr5000.mt: Delete file.
7405 * config/mips/vr4100.mt: Delete file.
7406 * config/mips/vr4xxxel.mt: Delete file.
7407 * config/mips/vr4300.mt: Delete file.
7408 * config/mips/vr4xxx.mt: Delete file.
7409 * config/mips/bigmips.mt: Delete file.
7410 * config/mips/bigmips64.mt: Delete file.
7411 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
7412 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
7413 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
7414 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
7415 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
7416 "tm-bigmips.h".
7417 * config/mips/tm-irix3.h: Ditto.
7418 * config/mips/tm-mipsv4.h: Ditto.
7419 * config/mips/tm-embed.h: Ditto.
7420 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
7421 "tm-bigmips64.h".
7422 * config/mips/tm-vr5000el.h: Delete file.
7423 * config/mips/tm-tx39l.h: Delete file.
7424 * config/mips/tm-vr4300el.h: Delete file.
7425 * config/mips/tm-vr4xxxel.h: Delete file.
7426 * config/mips/tm-vr4300.h: Delete file.
7427 * config/mips/tm-vr4100.h: Delete file.
7428 * config/mips/tm-vr4xxx.h: Delete file.
7429 * config/mips/tm-vr5000.h: Delete file.
7430 * config/mips/tm-embedl64.h: Delete file.
7431 * config/mips/tm-embedl.h: Delete file.
7432 * config/mips/tm-embed64.h: Delete file.
7433 * config/mips/tm-bigmips64.h: Delete file.
7434 * config/mips/tm-bigmips.h: Delete file.
7435
7436 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7437
7438 Fix gdb/1216.
7439 * shnbsd-nat.c: Include "sh-tdep.h".
7440
7441 From Richard Henderson <rth@redhat.com>:
7442 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
7443
7444 2003-05-31 Andrew Cagney <cagney@redhat.com>
7445
7446 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
7447 forward declaration.
7448 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7449 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7450 (mips_find_saved_regs): Use set_reg_offset.
7451 (mips_frame_init_saved_regs): Delete function.
7452 (mips_pop_frame): Call mips_find_saved_regs instead of
7453 DEPRECATED_FRAME_INIT_SAVED_REGS.
7454
7455 2003-05-31 Andrew Cagney <cagney@redhat.com>
7456
7457 * mips-tdep.c (mips_gdbarch_init): Do not set
7458 deprecated_max_register_raw_size, register_virtual_size, and
7459 deprecated_max_register_virtual_size.
7460
7461 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7462
7463 * i386-tdep.c: Include "dwarf2-frame.h".
7464 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
7465 * Makefile.in (i386-tdep.o): Update dependencies.
7466
7467 * dwarf2-frame.c, dwarf2-frame.h: New files.
7468 * Makefile.in (SFILES): Add dwarf2-frame.c.
7469 (dwarf2_frame_h): Define.
7470 (COMMON_OBS): Add dwarf2-frame.o.
7471 (dwarf2-frame.o): Add dependencies.
7472
7473 2003-05-31 Andreas Jaeger <aj@suse.de>
7474
7475 * x86-64-linux-nat.c: Fix comment.
7476
7477 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7478
7479 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7480 function signature.
7481
7482 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7483 have a sigcontext_addr handler.
7484 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7485 sigcontext_addr handler.
7486
7487 2003-05-31 Andrew Cagney <cagney@redhat.com>
7488
7489 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7490 (print_fp_register_row): Replace do_fp_register_row.
7491 (mips_print_fp_register): Add "file" and "frame" parameters.
7492 (mips_print_register): Add "file" and "frame" parameters.
7493 (mips_print_registers_info): Replace mips_do_registers_info.
7494 (mips_gdbarch_init): Set print_registers_info instead of
7495 deprecated_do_registers_info.
7496 (mips_read_fp_register_single): Add "frame" parameter.
7497 (mips_read_fp_register_double): Add "frame" parameter.
7498
7499 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7500
7501 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7502 Fixes a bug where GDB would print the wrong register names for
7503 targets without SSE.
7504
7505 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7506 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7507 registers.
7508
7509 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7510 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7511 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7512 TDEP->sc_sp_offset.
7513
7514 From Michal Ludvig <mludvig@suse.cz>:
7515 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7516 and `sc_num_regs'.
7517 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7518 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7519 I386_ST0_REGNUM): Move here from...
7520 * i386-tdep.c: ... here.
7521 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7522 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7523 registers if possible.
7524 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7525 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7526 Remove variables.
7527 (i386bsd_sc_reg_offset): New variable.
7528 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7529 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7530 TDEP->sc_sp_offset.
7531 (i386fbsd_sc_reg_offset): New variable.
7532 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7533 TDEP->sc_num_regs.
7534 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7535 variables.
7536 (i386fbsd4_sc_reg_offset): New variable.
7537 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7538 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7539 TDEP->sc_sp_offset.
7540 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7541 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7542 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7543 Remove variables.
7544 (i386nbsd_sc_reg_offset): New variable.
7545 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7546 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7547 TDEP->sc_sp_offset.
7548 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7549 Remove variables.
7550 (i386obsd_sc_reg_offset): New variable.
7551 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7552 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7553 TDEP->sc_sp_offset.
7554 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7555 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7556 for frame pointer offset in `struct sigcontext'.
7557
7558 2003-05-31 Andrew Cagney <cagney@redhat.com>
7559
7560 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7561 architecture methods call_dummy_words, sizeof_call_dummy_words,
7562 push_return_address, store_struct_return, and fix_call_dummy. Set
7563 push_dummy_call instead of deprecated_push_arguments.
7564 (mips_store_struct_return): Delete function.
7565 (mips_fix_call_dummy): Delete function.
7566 (mips_push_return_address): Delete function.
7567 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7568 RA_REGNUM and T9_REGNUM.
7569 (mips_n32n64_push_dummy_call): Ditto for
7570 mips_n32n64_push_arguments.
7571 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7572 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7573
7574 2003-05-31 Andrew Cagney <cagney@redhat.com>
7575
7576 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7577 "dummy_addr" to "bp_addr".
7578 * infcall.c (call_function_by_hand): Pass "funaddr" to
7579 gdbarch_push_dummy_call.
7580 * gdbarch.h, gdbarch.c: Re-generate.
7581 * i386-tdep.c (i386_push_dummy_call): Update.
7582 * arm-tdep.c (arm_push_dummy_call): Update.
7583 * d10v-tdep.c (d10v_push_dummy_call): Update.
7584
7585 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7586
7587 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7588 variable declarations.
7589 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7590 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7591 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7592 x86_64_init_frame_pc, x86_64_init_frame_pc,
7593 x86_64_function_has_prologue): Remove prototypes.
7594 (X86_64_NUM_GREGS): New define.
7595 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7596 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7597 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7598 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7599 XMM1_REGNUM): Remove defines.
7600 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7601 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7602 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7603 X86_64_XMM1_REGNUM): New defines.
7604 (struct x86_64_register_info): Renamed from `struct
7605 register_info'. Remove `size' member.
7606 (x86_64_register_info_table): Remove variable.
7607 (x86_64_register_info): New variable.
7608 (X86_64_NUM_REGS): New define.
7609 (X86_64_NUM_GREGS): Remove define.
7610 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7611 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7612 Remove variables.
7613 (x86_54_dwarf2_reg_to_regnum): Remove function.
7614 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7615 (x86_64_dwarf_reg_to_regnum): New function.
7616 (x86_64_register_name): Rewrite.
7617 (x86_64_register_raw_size): Remove function.
7618 (x86_64_register_byte_table): Remove variable.
7619 (x86_64_register_byte): Remove function.
7620 (x86_64_register_virtual_type): Remove function.
7621 (x86_64_register_type): New function.
7622 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7623 x86_64_register_convert_to_raw): Remove functions.
7624 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7625 (x86_64_use_struct_convention): Make static. Adjust for renamed
7626 defines.
7627 (x86_64_frame_init_saved_regs): Remove function.
7628 (x86_64_push_arguments): Make static. Change to accept a regcache
7629 as argument.
7630 (x86_64_store_return_value, x86_64_extract_return_value): Make
7631 static. Rewrite based on i386 counterparts.
7632 (x86_64_push_dummy_call): New function.
7633 (X86_64_NUM_SAVED_REGS): New define.
7634 (x86_64_register_number): Remove function.
7635 (x86_64_store_struct_return): Remove function.
7636 (x86_64_frameless_function_invocation,
7637 x86_64_function_has_prologue): Remove functions.
7638 (PROLOG_BUFSIZE): Remove define.
7639 (struct x86_64_frame_cache): New structure.
7640 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7641 x86_64_frame_cache, x86_64_frame_this_id,
7642 x86_64_frame_prev_register, x86_64_frame_p,
7643 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7644 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7645 functions.
7646 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7647 variables.
7648 (x86_64_skip_prologue): Rewrite in terms of
7649 x86_64_analyze_prologue.
7650 (x86_64_frame_base_address): New function.
7651 (x86_64_frame_base): New variable.
7652 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7653 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7654 set deprecated_fp_regnum, deprecated_register_size,
7655 deprecated_register_bytes, register_raw_size, register_byte,
7656 register_virtual_type, register_convertiable,
7657 register_convert_to_virtual, convert_to_raw,
7658 deprecated_get_saved_register, deprecated_target_read_fp,
7659 deprecated_push_arguments, deprecated_push_return_address,
7660 deprecated_pop_frame, deprecated_store_struct_return,
7661 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7662 frameless_function_invocation, deprecated_frame_saved_pc,
7663 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7664 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7665 deprecated_init_frame_pc and virtual_frame_pointer. Call
7666 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7667 and x86_64_frame_p. Call frame_base_set_default to register
7668 x86_64_frame_base.
7669 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7670 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7671 (_initialize_x86_64_tdep): Remove function.
7672 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7673 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7674 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7675 define.
7676 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7677 (x86_64_linux_sigcontext_addr): Rewrite.
7678 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7679 x86_64_linux_frame_saved_pc): Remove functions.
7680 (x86_64_linux_pc_in_sigtramp): Renamed from
7681 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7682 trampoline.
7683 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7684 Remove_functions.
7685 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7686 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7687 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7688 (x86_64_regmap): Rename to regmap.
7689 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7690 x86_64_num_gregs.
7691 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7692 x86_64_regmap.
7693 (x86_64_fxsave_offset): Remove function.
7694 (supply_fpregset): Simply call x86_64_supply_fxsave.
7695 (fill_fpregset): Simply call x86_64_fill_fxsave.
7696 (fetch_inferior_registers, store_inferior_registers): Avoid
7697 asignment in if-statement.
7698 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7699 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7700 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7701 (fetch_core_registers): Remove function.
7702 (linux_elf_core_fns): Remove.
7703 (offsetoff): Don't define.
7704 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7705 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7706 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7707 add core-regset.o.
7708 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7709 protection against multiple includes instead of NM_X86_64_h. Add
7710 various comments. Include "config/nm-linux.h". Don't include
7711 <signal.h>.
7712 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7713 GET_THREAD_SIGNALS): Remove defines.
7714 (x86_64_register_u_addr, kernel_u_size,
7715 lin_thread_get_thread_signals): Remove prototypes.
7716 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7717 [HAVE_LINK_H]: Don't include "solib.h".
7718 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7719 * config/i386/tm-x86-64linux.h: Fix comments.
7720 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7721 x86-64-tdep.o): Update dependencies.
7722
7723 2003-05-30 Andrew Cagney <cagney@redhat.com>
7724
7725 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7726 Change parameter type to a "struct regcache *".
7727
7728 * gdbarch.sh: Regardless of the multi-arch level, always define
7729 the macro when not already defined.
7730 * gdbarch.h, gdbarch.c: Re-generate.
7731
7732 2003-05-30 Richard Henderson <rth@redhat.com>
7733
7734 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7735 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7736 (alpha_mdebug_frame_this_id): Likewise.
7737 (alpha_mdebug_frame_prev_register): Likewise.
7738 (alpha_mdebug_frame_base_address): Likewise.
7739 (alpha_mdebug_frame_locals_address): Likewise.
7740 (alpha_mdebug_frame_args_address): Likewise.
7741 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7742 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7743 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7744 loop increment.
7745 (alpha_heuristic_frame_this_id): Make static.
7746 (alpha_heuristic_frame_prev_register): Likewise.
7747 (alpha_heuristic_frame_base_address): Likewise.
7748 * alpha-tdep.h: Update.
7749
7750 2003-05-30 Mark Kettenis <kettenis@gnu.org>
7751
7752 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7753 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7754 defenitions.
7755 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7756 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7757 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7758 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7759 I386_ST0_REGNUM): New defines.
7760 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7761 codestream_get): Remove define.
7762 (codestream_next_addr, condestream_addr, condestream_buf,
7763 codestream_off, codestream_cnt): Remove variables.
7764 (codestream_fill, codestream_seek, codestream_read): Remove
7765 functions.
7766 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7767 functionality.
7768 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7769 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7770 i386_frame_saved_pc, i386_saved_pc_after_call,
7771 i386_frame_num_args, i386_frame_init_saved_regs,
7772 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7773 i386_push_arguments): Remove functions.
7774 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7775 functionality. Use i386_analyze_prologue instead of
7776 i386_get_frame_setup.
7777 (I386_NUM_SAVED_REGS): New define.
7778 (struct i386_frame_cache): New structure.
7779 (i386_alloc_frame_cache, i386_analyze_struct_return,
7780 i386_skip_probe, i386_analyze_frame_setup,
7781 i386_analyze_register_saves, i386_analyze_prologue,
7782 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7783 i386_frame_prev_register, i386_sigtramp_frame_cache,
7784 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7785 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7786 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7787 New functions.
7788 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7789 New variables.
7790 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7791 I386_EAX_REGNUM and I386_EDX_REGNUM.
7792 (i386_extract_return_value, i386_store_return_value): Use
7793 I386_ST0_REGNUM where appropriate.
7794 (i386_extract_struct_value_address): Rewrite to use extract_address.
7795 (i386_svr4_pc_in_sigtramp): Add comment.
7796 (i386_svr4_sigcontext_addr): Rewrite.
7797 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7798 TDEP->sc_sp_offset.
7799 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7800 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7801 of new defines. Set push_dummy_call, don't set
7802 deprecated_push_arguments, deprecated_push_return_address,
7803 deprecated_pop_frame. Don't set parm_boundary. Don't set
7804 deprecated_frame_chain, deprecated_frame_saved_pc,
7805 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7806 save_dummy_frame_tos, unwind_pc. Call
7807 frame_unwind_append_predicate and frame_base_set_default. Don't
7808 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7809 Don't set frameless_function_invocation. Don't set
7810 deprecated_register_bytes, deprecated_register_size,
7811 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7812 * i386-linux-tdep.c: Fix formatting in some comments.
7813 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7814 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7815 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7816 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7817 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7818 redundant parentheses.
7819 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7820 (i386_linux_sigcontext_addr): Use it. Rewrite.
7821 (find_minsym_and_objfile): Change name of second argument.
7822 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7823 changed. Use frame_pc_unwind instead of
7824 DEPRECATED_SAVED_PC_AFTER_CALL.
7825 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7826 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7827 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7828 unwinder.
7829 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7830 "dummy-frame.h".
7831 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7832 (_initialize_i386_cygwin_tdep): New prototype.
7833 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7834 deprecated_frame_chain_valid.
7835 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7836 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7837 Rely on the SVR4 defaults.
7838 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7839 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7840
7841 2003-05-30 Andrew Cagney <cagney@redhat.com>
7842
7843 * infcall.c (call_function_by_hand): Always call
7844 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7845
7846 2003-05-30 Richard Henderson <rth@redhat.com>
7847
7848 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7849 increment.
7850
7851 2003-05-29 Jim Blandy <jimb@redhat.com>
7852
7853 Use gdbarch methods for solib stuff on PowerPC Linux.
7854 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7855 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7856 show through.
7857 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7858 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7859 giving the same effect as the #definitions above.
7860
7861 2003-05-29 Adam Fedor <fedor@gnu.org>
7862
7863 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7864 (find_implementation_from_class): Replace it with the standard
7865 case i.e. do nothing.
7866
7867 2003-05-29 Richard Henderson <rth@redhat.com>
7868
7869 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7870 (alpha_linux_sigtramp_offset): Use it. Make static.
7871 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7872 update for new frame model.
7873 * alpha-mdebug-tdep.c: New file.
7874 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7875 (alpha_osf1_init_abi): Install it.
7876 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7877 (linked_proc_desc_table): Remove.
7878 (alpha_frame_past_sigtramp_frame): Remove.
7879 (alpha_dynamic_sigtramp_offset): Remove.
7880 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7881 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7882 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7883 (push_sigtramp_desc): Remove.
7884 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7885 (alpha_cannot_store_register): Likewise.
7886 (alpha_sigcontext_addr): Remove.
7887 (alpha_find_saved_regs): Remove.
7888 (alpha_frame_init_saved_regs): Remove.
7889 (alpha_init_frame_pc_first): Remove.
7890 (read_next_frame_reg): Remove.
7891 (alpha_frame_saved_pc): Remove.
7892 (alpha_saved_pc_after_call): Remove.
7893 (temp_proc_desc, temp_saved_regs): Remove.
7894 (alpha_about_to_return): Remove.
7895 (cached_proc_desc): Remove.
7896 (alpha_frame_chain): Remove.
7897 (alpha_print_extra_frame_info): Remove.
7898 (alpha_init_extra_frame_info): Remove.
7899 (alpha_frame_locals_address): Remove.
7900 (alpha_frame_args_address): Remove.
7901 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7902 (alpha_push_dummy_frame): Remove.
7903 (alpha_pop_frame): Remove.
7904 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7905 (alpha_read_insn): New.
7906 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7907 for different insn encodings.
7908 (alpha_in_lenient_prologue): Remove.
7909 (struct alpha_sigtramp_unwind_cache): New.
7910 (alpha_sigtramp_frame_unwind_cache): New.
7911 (alpha_sigtramp_register_address): New.
7912 (alpha_sigtramp_frame_this_id): New.
7913 (alpha_sigtramp_frame_prev_register): New.
7914 (alpha_sigtramp_frame_unwind): New.
7915 (alpha_sigtramp_frame_p): New.
7916 (struct alpha_heuristic_unwind_cache): New.
7917 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7918 don't count nop insns that occur between functions.
7919 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7920 heuristic_proc_desc, but without the mdebug wrapping.
7921 (alpha_heuristic_frame_this_id): New.
7922 (alpha_heuristic_frame_prev_register): New.
7923 (alpha_heuristic_frame_unwind): New.
7924 (alpha_heuristic_frame_p): New.
7925 (alpha_heuristic_frame_base_address): New.
7926 (alpha_heuristic_frame_base): New.
7927 (alpha_unwind_dummy_id): New.
7928 (alpha_unwind_pc): New.
7929 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7930 frame related deprecated initializations; install replacements.
7931 (alpha_dump_tdep): Remove.
7932 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7933 (alpha_read_insn, alpha_after_prologue,
7934 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7935 alpha_heuristic_frame_prev_register,
7936 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7937 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7938 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7939 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7940
7941 2003-05-29 Andrew Cagney <cagney@redhat.com>
7942
7943 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7944 dependant on the availability of ASSERT_FUNCTION.
7945 (ASSERT_FUNCTION): Do not define when there is no function name.
7946
7947 2003-05-29 Kevin Buettner <kevinb@redhat.com>
7948
7949 From Jimi X <jimix@watson.ibm.com>:
7950 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7951
7952 2003-05-28 Jim Blandy <jimb@redhat.com>
7953
7954 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7955 argument to ptrace to int; the system headers should give it the
7956 right type, and pointers don't fit in ints on powerpc64-*-*.
7957
7958 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
7959
7960 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7961 DW_TAG_catch_block.
7962
7963 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7964
7965 * stabsread.c (dbx_lookup_type): Make static.
7966 (read_type): Ditto.
7967 (add_undefined_type): Ditto.
7968 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7969 not export.
7970
7971 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7972
7973 * hpread.c (hpread_has_name): Make static.
7974 (hpread_psymtab_to_symtab): Ditto.
7975 (file_exists): Ditto.
7976 (hpread_call_pxdb): Ditto.
7977 (hpread_pxdb_needed): Ditto.
7978 (hpread_quick_traverse): Ditto.
7979 (hpread_get_header): Ditto.
7980 (hpread_get_lntt): Ditto.
7981 (hpread_get_slt): Ditto.
7982 (class_of): Ditto.
7983
7984 2003-05-25 Andreas Schwab <schwab@suse.de>
7985
7986 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7987 stack_align and deprecated_extra_stack_alignment_needed.
7988 (m68k_stack_align): Delete.
7989
7990 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7991 (m68k_register_virtual_size): Likewise.
7992 (altos_skip_prologue): Remove obsolete function.
7993 (isi_frame_num_args): Likewise.
7994 (news_frame_num_args): Likewise.
7995 (m68k_fix_call_dummy): Make static.
7996 (m68k_push_dummy_frame): Likewise.
7997 (m68k_pop_frame): Likewise.
7998 (m68k_skip_prologue): Likewise.
7999 (m68k_frame_init_saved_regs): Likewise.
8000 (m68k_saved_pc_after_call): Likewise.
8001 (m68k_get_longjmp_target): Make multi-arch.
8002 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
8003 structure. Register m68k_get_longjmp_target if enabled.
8004 * m68k-tdep.h (struct gdbarch_tdep): Define.
8005 * config/m68k/tm-m68k.h: Don't include "regcache.h".
8006
8007 * Makefile.in (config.status): Also depend on configure.tgt
8008 and configure.host.
8009 (m68klinux-tdep.o): Update dependencies.
8010 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
8011 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
8012 (M68K_LINUX_JB_PC): Define.
8013 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
8014 and take additional parameter.
8015 (m68k_linux_sigtramp_saved_pc): Update.
8016 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
8017 m68k_linux_pc_in_sigtramp, in_plt_section,
8018 find_solib_trampoline_target.
8019 * config/m68k/tm-linux.h: Don't include any tm headers.
8020 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
8021 (JB_ELEMENT_SIZE): Likewise.
8022 (JB_PC): Likewise.
8023 (GET_LONGJMP_TARGET): Likewise.
8024 (IN_SIGTRAMP): Likewise.
8025 (SVR4_SHARED_LIBS): Define this and include "solib.h".
8026
8027 2003-05-25 Mark Kettenis <kettenis@gnu.org>
8028
8029 * sparc-tdep.c (sparc32_do_push_arguments): New function.
8030 (sparc32_push_arguments): Re-implement by calling
8031 sparc32_do_push_arguments.
8032
8033 2003-05-25 Mark Kettenis <kettenis@gnu.org>
8034
8035 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
8036 SPARC_O1_REGNUM): New defines.
8037 (sparc32_extract_return_value): Rewrite to operate on a regcache.
8038 (sparc32_store_return_value): New function.
8039 (sparc_extract_struct_value_address): Rewrite to operate on a
8040 regcache.
8041 (sparc_gdbarch_init): Don't set
8042 deprecated_extract_struct_value_address. Set
8043 extract_struct_value_address instead. Don't set
8044 deprecated_extract_return_value and deprecated_store_return_value
8045 for 32-bit targets. Set extract_return_value and
8046 store_return_value instead.
8047 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
8048 DEPRECTAED_EXTRACT_RETURN_VALUE,
8049 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
8050 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
8051 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
8052 (sparc_store_return_value): Remove prototype.
8053 (sparc32_store_return_value): New prototype.
8054 (sparc32_extract_return_value, sparc_extract_struct_value_address):
8055 Adjust prototypes.
8056
8057 2003-05-24 Mark Kettenis <kettenis@gnu.org>
8058
8059 * sparcnbsd-tdep.c: Include "gdb_string.h".
8060
8061 2003-05-23 Andrew Cagney <cagney@redhat.com>
8062
8063 * p-valprint.c (pascal_val_print): Replace extract_address with
8064 the inline equivalent extract_unsigned_integer.
8065 * jv-valprint.c (java_value_print): Ditto.
8066 * ada-valprint.c (ada_val_print_1): Ditto.
8067 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
8068
8069 2003-05-23 Theodore A. Roth <troth@openavr.org>
8070
8071 * blockframe.c (frameless_look_for_prologue): Remove unused
8072 after_prologue variable.
8073
8074 2003-05-23 Mark Kettenis <kettenis@gnu.org>
8075
8076 * blockframe.c (get_pc_function_start): Rewrite to avoid
8077 asignments in if-statements.
8078
8079 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8080
8081 Committed by Elena Zannoni <ezannoni@redhat.com>.
8082 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
8083 files, don't relocate absolute symbols (and do use mst_abs).
8084
8085 2003-05-23 Andrew Cagney <cagney@redhat.com>
8086
8087 * objc-lang.c: Include "gdb_assert.h".
8088 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
8089 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
8090 (gdb_check, gdb_check_fatal): Delete functions.
8091 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
8092 gdb_assert.
8093 (parse_selector, parse_method, find_methods, find_imps): Ditto.
8094 * Makefile.in (objc-lang.o): Update dependencies.
8095
8096 2003-05-22 Ian Lance Taylor <ian@airs.com>
8097
8098 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
8099 with fprintf_filtered, not fprintf_unfiltered.
8100
8101 2003-05-22 Andrew Cagney <cagney@redhat.com>
8102
8103 * stack.c (frame_info): Inline extract_address, replacing it with
8104 extract_unsigned_integer.
8105 * findvar.c (unsigned_pointer_to_address): Ditto.
8106 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
8107 * dwarf2expr.c (dwarf2_read_address): Ditto.
8108 * frame.c (frame_pc_unwind): Update comment.
8109 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
8110
8111 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
8112
8113 * infptrace.c (detach): Call print_sys_errmsg rather than
8114 perror_with_name to issue warning message when errno is non-zero
8115 after calling ptrace detach.
8116
8117 2003-05-21 J. Brobecker <brobecker@gnat.com>
8118
8119 * config/pa/tm-hppa.h: Delete some unused macros. Move some
8120 macro definitions from here...
8121 * hppa-tdep.c: ...to there.
8122
8123 2003-05-20 Kevin Buettner <kevinb@redhat.com>
8124
8125 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
8126 register_ptrace_addr(). Fix all callers.
8127
8128 2003-05-21 Andreas Schwab <schwab@suse.de>
8129
8130 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
8131 dependencies.
8132 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
8133 end.
8134 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
8135 (_initialize_m68k_linux_tdep): New function.
8136 (m68k_linux_frame_saved_pc): Make static.
8137 (m68k_linux_extract_return_value): Likewise.
8138 (m68k_linux_store_return_value): Likewise.
8139 (m68k_linux_extract_struct_value_address): Likewise.
8140 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
8141 Remove.
8142 (DEPRECATED_STORE_RETURN_VALUE): Remove.
8143 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
8144 (DEPRECATED_FRAME_SAVED_PC): Remove.
8145
8146 2003-05-20 Kris Warkentin <kewarken@qnx.com>
8147
8148 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
8149 regset numbering rather than our own.
8150
8151 2003-05-19 David Carlton <carlton@bactrian.org>
8152
8153 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
8154
8155 2003-05-19 David Carlton <carlton@bactrian.org>
8156
8157 Partial fix for PR c++/827.
8158 * cp-support.h: Include symtab.h.
8159 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
8160 * cp-namespace.c: Update contributors.
8161 (cp_lookup_symbol_nonlocal): New.
8162 (lookup_namespace_scope, cp_lookup_symbol_namespace)
8163 (lookup_symbol_file): Ditto.
8164 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
8165 * block.h: Declare block_scope, block_using, block_global_block.
8166 * block.c (block_scope): New.
8167 (block_using, block_global_block): Ditto.
8168 * Makefile.in (cp_support_h): Depend on symtab_h.
8169 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
8170
8171 2003-05-19 David Carlton <carlton@bactrian.org>
8172
8173 * language.h (struct language_defn): Add 'la_value_of_this'
8174 and 'la_lookup_symbol_nonlocal' members.
8175 * symtab.h: Declare basic_lookup_symbol_nonlocal,
8176 lookup_symbol_static, lookup_symbol_global,
8177 lookup_symbol_aux_block.
8178 * symtab.c (lookup_symbol_aux): Call language hooks to determine
8179 if we should search fields of this and how to do static/global
8180 lookup.
8181 (lookup_symbol_aux_block): Make extern.
8182 (basic_lookup_symbol_nonlocal): New.
8183 (lookup_symbol_static, lookup_symbol_global): Ditto.
8184 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
8185 'la_lookup_symbol_nonlocal' members.
8186 * c-lang.c (c_language_defn, cplus_language_defn)
8187 (asm_language_defn, minimal_language_defn): Ditto.
8188 * jv-lang.c (java_language_defn): Ditto.
8189 * language.c (unknown_language_defn, auto_language_defn)
8190 (local_language_defn): Ditto.
8191 * m2-lang.c (m2_language_defn): Ditto.
8192 * objc-lang.c (objc_language_defn): Ditto.
8193 * scm-lang.c (scm_language_defn): Ditto.
8194 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
8195 * p-lang.c (pascal_language_defn): Ditto for both.
8196 * Makefile.in (f-lang.o): Depend on value_h.
8197 (p-lang.o): Ditto.
8198
8199 2003-05-19 David Carlton <carlton@bactrian.org>
8200
8201 * block.h: Declare block_static_block.
8202 * block.c (block_static_block): New.
8203 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
8204 lookup_symbol_aux_local, calling block_static_block instead.
8205 (lookup_symbol_aux_local): Delete 'static_block' argument.
8206
8207 2003-05-19 David Carlton <carlton@bactrian.org>
8208
8209 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
8210
8211 2003-05-19 Michal Ludvig <mludvig@suse.cz>
8212
8213 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
8214 register numbers mapping.
8215
8216 2003-05-18 Adam Fedor <fedor@gnu.org>
8217
8218 * symtab.c (completion_list_objc_symbol): New function.
8219 (make_symbol_completion_list): Use it to add ObjC symbols
8220 when looking though the list.
8221 (language_search_unquoted_string): New function.
8222 (make_file_symbol_completion_list): Use it.
8223
8224 2003-05-18 Andreas Schwab <schwab@suse.de>
8225
8226 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
8227 dependencies.
8228 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
8229 as m68k_linux_extract_return_value.
8230 (DEPRECATED_STORE_RETURN_VALUE): Define as
8231 m68k_linux_store_return_value.
8232 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
8233 m68k_linux_extract_struct_value_address.
8234 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
8235 get_next_frame, get_frame_base, get_frame_pc.
8236 (m68k_linux_frame_saved_pc): Use get_frame_base.
8237 (m68k_linux_extract_return_value): New function.
8238 (m68k_linux_store_return_value): New function.
8239 (m68k_linux_extract_struct_value_address): New function.
8240 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
8241
8242 * c-exp.y (typebase): Remove duplicate occurence of
8243 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8244 of lookup_signed_typename.
8245
8246 2003-05-18 Mark Kettenis <kettenis@gnu.org>
8247
8248 * dwarf2loc.c (find_location_expression): Change type of second
8249 argument to `size_t *'.
8250 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
8251 for size variable.
8252
8253 2003-05-18 David Carlton <carlton@bactrian.org>
8254
8255 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
8256 'linkage_name'. Add comment.
8257 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
8258 'linkage_name'.
8259 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
8260 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
8261 (lookup_block_symbol): Ditto.
8262
8263 2003-05-16 Andrew Cagney <cagney@redhat.com>
8264
8265 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
8266 * gdbarch.h, gdbarch.c: Re-generate.
8267 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
8268 * TODO (REGISTER_BYTES): Delete reference.
8269 * alpha-tdep.c (alpha_gdbarch_init): Update.
8270 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8271 * x86-64-tdep.c (x86_64_init_abi): Update.
8272 * vax-tdep.c (vax_gdbarch_init): Update.
8273 * v850-tdep.c (v850_gdbarch_init): Update.
8274 * sparc-tdep.c (sparc_gdbarch_init): Update.
8275 * sh-tdep.c (sh_gdbarch_init): Update.
8276 * s390-tdep.c (s390_gdbarch_init): Update.
8277 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8278 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
8279 (ns32k_gdbarch_init_32382): Update.
8280 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8281 * mcore-tdep.c (mcore_gdbarch_init): Update.
8282 * m68k-tdep.c (m68k_gdbarch_init): Update.
8283 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8284 * ia64-tdep.c (ia64_gdbarch_init): Update.
8285 * i386-tdep.c (i386_gdbarch_init): Update.
8286 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8287 * hppa-tdep.c (hppa_gdbarch_init): Update.
8288 * h8300-tdep.c (h8300_gdbarch_init): Update.
8289 * frv-tdep.c (frv_gdbarch_init): Update.
8290 * cris-tdep.c (cris_gdbarch_init): Update.
8291 * avr-tdep.c (avr_gdbarch_init): Update.
8292 * arm-tdep.c (arm_gdbarch_init): Update.
8293 * sparc-tdep.c (sparc_pop_frame): Update.
8294 * rs6000-tdep.c (rs6000_pop_frame): Update.
8295 * remote.c (init_remote_state): Update.
8296 (remote_prepare_to_store): Update.
8297 * remote-vx.c (vx_prepare_to_store): Update.
8298 * remote-sds.c (sds_fetch_registers): Update.
8299 (sds_prepare_to_store): Update.
8300 * remote-array.c: Update.
8301 * regcache.c (init_legacy_regcache_descr): Update.
8302 (init_regcache_descr): Update.
8303 * mips-tdep.c (mips_eabi_extract_return_value): Update.
8304 (mips_o64_extract_return_value): Update.
8305 * irix5-nat.c (fetch_core_registers): Update.
8306 * irix4-nat.c (fetch_core_registers): Update.
8307 * i386-tdep.h: Update.
8308 * hppa-tdep.c (pa_do_registers_info): Update.
8309 (pa_do_strcat_registers_info): Update.
8310 * cris-tdep.c (cris_register_bytes_ok): Update.
8311 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
8312 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
8313 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
8314 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
8315 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
8316 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
8317 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
8318 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
8319 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
8320 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
8321 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
8322 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
8323 (REGISTER_BYTES_OK): Update.
8324 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
8325 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
8326
8327 2003-05-16 Ian Lance Taylor <ian@airs.com>
8328
8329 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
8330 (vax_print_insn, print_insn_arg): Remove static functions.
8331 (vax_gdbarch_init): Call set_gdbarch_print_insn with
8332 print_insn_vax from opcodes library.
8333 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
8334
8335 2003-05-15 Andrew Cagney <cagney@redhat.com>
8336
8337 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
8338 * target.h (memory_breakpoint_from_pc): Delete declaration.
8339 * mem-break.c (memory_breakpoint_from_pc): Delete function.
8340 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
8341 * monitor.c (monitor_insert_breakpoint): Use
8342 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
8343 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
8344 * gdbarch.h, gdbarch.c: Re-generate.
8345 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
8346 (sparc_gdbarch_init): Set breakpoint_from_pc to
8347 sparc_breakpoint_from_pc.
8348 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
8349 (BREAKPOINT_FROM_PC): Define.
8350 (sparc_breakpoint_from_pc): Declare.
8351 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
8352 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
8353 (BREAKPOINT_FROM_PC): Define.
8354 (BREAKPOINT): Delete macro.
8355 * target.h: Update comment.
8356 * s390-tdep.c (s390_gdbarch_init): Update comments.
8357 * remote.c: Update comments.
8358 * remote-mips.c: Update comments.
8359 * proc-api.c (write_with_trace): Do not check for a breakpoint.
8360 * mem-break.c: Update comment.
8361 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
8362 (ia64_memory_insert_breakpoint): Update.
8363 * config/sparc/tm-sparc.h: Update comment.
8364 * config/pa/tm-hppa64.h: Update comment.
8365 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8366 (rs6000_breakpoint_from_pc): Update.
8367 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8368 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
8369 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
8370 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
8371 (mips_breakpoint_from_pc): Update.
8372 (mips_dump_tdep): Update.
8373
8374 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
8375 * minsyms.c (lookup_minimal_symbol): Inline
8376 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
8377
8378 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
8379 * p-valprint.c (pascal_object_print_value_fields): Ditto.
8380 * p-lang.c (pascal_printstr): Ditto.
8381 * objc-lang.c (objc_printstr): Ditto.
8382 * m2-lang.c (m2_printstr): Ditto.
8383 * jv-valprint.c (java_print_value_fields): Ditto.
8384 * f-lang.c (f_printstr): Ditto.
8385 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
8386 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
8387 for repeat_count_threshold.
8388 * Makefile.in (cp-valprint.o): Update dependencies.
8389
8390 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8391
8392 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
8393 (examine_prologue): Support looking through leaf functions, knowing
8394 they start with mov r2,r12. Support skipping over indirect stores
8395 of the input registers. Upon hitting a non-nop branch instruction
8396 or predicated instruction, bail out by setting lim_pc to the current
8397 pc value in the loop. At the end, if the lim_pc value is still
8398 beyond our calculated value and we have trust_limit set,
8399 use the lim_pc value.
8400
8401 2003-05-15 Andrew Cagney <cagney@redhat.com>
8402
8403 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
8404 generic_find_dummy_frame.
8405 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
8406 (deprecated_generic_find_dummy_frame): Update.
8407 (deprecated_read_register_dummy): Update.
8408 * frame.c (deprecated_generic_get_saved_register): Update.
8409
8410 2003-05-15 Theodore A. Roth <troth@openavr.org>
8411
8412 * avr-tdep.c (avr_breakpoint_from_pc): New function.
8413 (avr_gdbarch_init): Set breakpoint_from_pc method.
8414
8415 2003-05-15 Andrew Cagney <cagney@redhat.com>
8416
8417 * regcache.c (build_regcache): Set deprecated_register_valid
8418 directly.
8419 (deprecated_grub_regcache_for_register_valid): Delete function.
8420 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
8421 declaration.
8422
8423 2003-05-15 David Carlton <carlton@bactrian.org>
8424
8425 Committed by Elena Zannoni <ezannoni@redhat.com>
8426 * symtab.c (lookup_symbol_aux): Delete calls to
8427 lookup_symbol_aux_minsyms.
8428 (lookup_symbol_aux_minsyms): Comment out function and
8429 prototype. Delete lookup by mangled name.
8430
8431 2003-05-14 Kevin Buettner <kevinb@redhat.com>
8432
8433 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
8434 correctly indicate an empty stack and ``stack_allocated'' to the
8435 indicate the number of elements initially allocated.
8436 (dwarf_expr_grow_stack): Simplify method for computing new
8437 stack size. Don't loop infinitely if ``stack_len'' is zero.
8438 (execute_stack_op): Move ``ctx->in_reg'' initialization
8439 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
8440 be used in conjuction with DW_OP_piece. Revise error message
8441 accordingly.
8442
8443 2003-05-14 Theodore A. Roth <troth@openavr.org>
8444
8445 * MAINTAINERS: Update my email address.
8446 * avr-tdep.c: Ditto.
8447
8448 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
8449
8450 * symtab.h (enum domain_enum): Rename from namespace_enum.
8451 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
8452 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
8453 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
8454 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
8455 TYPES_NAMESPACE, METHODS_NAMESPACE.
8456 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
8457 (struct symbol, struct partial_symbol): Rename field
8458 'namespace_enum namespace' to 'domain_enum domain'.
8459 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
8460 Delete old define kludge for namespace.
8461
8462 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
8463 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
8464 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
8465 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
8466 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
8467 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
8468 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8469 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8470 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8471 occurrences of the above.
8472
8473 2003-05-14 Ian Lance Taylor <ian@airs.com>
8474
8475 * Makefile.in (install-only): Use $(SHELL) when running
8476 mkinstalldirs.
8477
8478 2003-05-13 Ian Lance Taylor <ian@airs.com>
8479
8480 * MAINTAINERS (write after approval): Add myself.
8481
8482 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8483 second and third arguments.
8484 * ser-tcp.c (_initialize_ser_tcp): Likewise.
8485 * ser-unix.c (_initialize_ser_hardwire): Likewise.
8486
8487 2003-05-13 Andrew Cagney <cagney@redhat.com>
8488
8489 * defs.h (store_address): Delete declaration.
8490 findvar.c (store_address): Delete function.
8491 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8492 store_unsigned_integer.
8493 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8494 * v850-tdep.c (v850_push_arguments): Ditto.
8495 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8496 * sh-tdep.c (sh64_get_saved_register): Ditto.
8497 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8498 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8499 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8500 (mips_get_saved_register): Ditto.
8501 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8502 (find_func_descr, ia64_push_arguments): Ditto.
8503 * i386-tdep.c (i386_push_arguments): Ditto.
8504 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8505 * frv-tdep.c (frv_push_arguments): Ditto.
8506 * frame.c (legacy_saved_regs_prev_register): Ditto.
8507 (deprecated_generic_get_saved_register): Ditto.
8508 * findvar.c (unsigned_address_to_pointer): Ditto.
8509 * dwarf2read.c (dwarf2_const_value): Ditto.
8510 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8511 * alpha-tdep.c (alpha_push_arguments): Ditto.
8512
8513 2003-05-12 J. Brobecker <brobecker@gnat.com>
8514
8515 * NEWS: Mention that the hppa-hpux port has been partially
8516 multiarched (32bit ABIT only, so far).
8517
8518 2003-05-11 Andrew Cagney <cagney@redhat.com>
8519
8520 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8521 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8522 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8523 sim/testsuite/sim/arm/misaligned2.ms, and
8524 sim/testsuite/sim/arm/misaligned3.ms.
8525 * disasm.h (struct ui_file): Add opaque struct declaration.
8526 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8527 * frame.h (struct ui_file): Ditto.
8528
8529 2003-05-11 Mark Kettenis <kettenis@gnu.org>
8530
8531 * value.h: Pretty print.
8532
8533 2003-05-10 Mark Kettenis <kettenis@gnu.org>
8534
8535 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8536
8537 2003-05-08 Andrew Cagney <cagney@redhat.com>
8538
8539 * regcache.h (max_register_size): Delete declaration.
8540 * regcache.c (max_register_size): Delete function.
8541 (struct regcache_descr): Delete field "max_register_size".
8542 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8543 registers fit in MAX_REGISTER_SIZE.
8544 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8545 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8546 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8547 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8548 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8549 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8550 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8551 * dve3900-rom.c, hppa-tdep.c: Ditto.
8552
8553 2003-05-08 David Carlton <carlton@math.stanford.edu>
8554
8555 * valops.c (push_word): Fix typo.
8556
8557 2003-05-08 Andrew Cagney <cagney@redhat.com>
8558
8559 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8560 * gdbarch.h: Re-generate.
8561 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8562 (legacy_max_register_raw_size): Delete declaration.
8563 * regcache.c (legacy_max_register_raw_size): Delete function.
8564 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8565 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8566 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8567 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8568 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8569 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8570 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8571 * findvar.c, dwarf2cfi.c: Ditto.
8572
8573 2003-05-08 Andrew Cagney <cagney@redhat.com>
8574
8575 * mips-tdep.c (read_signed_register): New function, moved to here
8576 from "regcache.c".
8577 (read_signed_register_pid): Ditto.
8578 * regcache.c (read_signed_register_pid): Delete function, moved to
8579 "mips-tdep.c".
8580 (read_signed_register): Ditto.
8581 * regcache.h (read_signed_register): Delete declaration.
8582 (read_signed_register_pid): Delete declaration.
8583
8584 2003-05-08 Andrew Cagney <cagney@redhat.com>
8585
8586 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8587 * gdbarch.h: Re-generate.
8588 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8589 (legacy_max_register_virtual_size): Delete declaration.
8590 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8591 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8592 * tracepoint.c (memrange_sortmerge): Ditto.
8593 * sparc-tdep.c (sparc_print_registers): Ditto.
8594 * regcache.c (legacy_max_register_virtual_size): Delete function.
8595
8596 2002-05-08 J. Brobecker <brobecker@gnat.com>
8597
8598 * fork-child.c (escape_bang_in_quoted_argument): New function.
8599 (fork_inferior): Escape '!' characters in quoted arguments
8600 only when needed.
8601
8602 2003-05-08 J. Brobecker <brobecker@gnat.com>
8603
8604 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8605 the language of the CU is not currently supported by GDB.
8606
8607 2003-05-08 J. Brobecker <brobecker@gnat.com>
8608
8609 * defs.h (language): Add language_minimal enum value.
8610 * c-lang.c (minimal_language_defn): New language definition.
8611 (_initialize_c_language): Add the new minimal language to the list
8612 of languages known to GDB.
8613
8614 2003-05-08 Kevin Buettner <kevinb@redhat.com>
8615
8616 * frame.c (get_frame_type): Don't attempt to lazily initialize
8617 frame's unwinder for legacy frames.
8618
8619 2003-05-07 Andrew Cagney <cagney@redhat.com>
8620
8621 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8622 and "regcache" parameters.
8623 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8624
8625 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8626
8627 * dwarf2read.c (dwarf_decode_lines): Only use output of
8628 check_cu_functions() when calling record_line(). Do not update
8629 the current address.
8630
8631 2003-05-07 Andrew Cagney <cagney@redhat.com>
8632
8633 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8634 code.
8635
8636 2003-05-07 Jim Blandy <jimb@redhat.com>
8637
8638 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8639 'maint info symtabs' and 'maint info psymtabs'.
8640 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8641 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8642 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8643 Declarations updated.
8644 * maint.c (maintenance_list_command): Delete.
8645 (_initialize_maint_cmds): Update calls to add_cmd.
8646 * gdbcmd.h (maintenancelistlist): Delete declaration.
8647 * cli/cli-cmds.c (maintenancelistlist): Delete.
8648 (init_cmd_lists): Don't initialize it.
8649 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8650
8651 2003-05-07 Andrew Cagney <cagney@redhat.com>
8652
8653 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8654 "regcache".
8655 (d10v_print_registers_info): Update.
8656 (d10v_dmap_register, d10v_imap_register): Delete functions.
8657 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8658 and "imap_register".
8659 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8660 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8661 * arch-utils.c (generic_remote_translate_xfer_address): Add
8662 "regcache" and "gdbarch" parameters.
8663 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8664 parameter. Change class to multi-arch.
8665 * gdbarch.h, gdbarch.c: Re-generate.
8666 * remote.c (remote_xfer_memory): Use
8667 gdbarch_remote_translate_xfer_address.
8668
8669 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8670
8671 * infrun.c (prev_pc): Move declaration ahead of proceed().
8672 (proceed): Refresh prev_pc value before resuming.
8673 (stop_stepping): Remove code to refresh prev_pc.
8674
8675 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8676
8677 * nto-tdep.c: Removed stray comment.
8678
8679 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8680
8681 * i386-nto-tdep.c: Fix old K&R function definitions.
8682 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8683 Also change add_show_from_set() call to add_setshow_cmd().
8684 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8685
8686 2003-05-05 Andrew Cagney <cagney@redhat.com>
8687
8688 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8689 (fprint_dummy_frames): New function.
8690 (maintenance_print_dummy_frames): New function.
8691 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8692 * frame.c (fprint_frame_id): Make global.
8693 * frame.h (fprint_frame_id): Declare.
8694 * Makefile.in (dummy-frame.o): Update dependencies.
8695
8696 2003-05-05 Andrew Cagney <cagney@redhat.com>
8697
8698 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8699 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8700 SIZEOF_CALL_DUMMY_WORDS.
8701 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8702 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8703 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8704 CALL_DUMMY_BREAKPOINT_OFFSET.
8705 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8706 CALL_DUMMY_START_OFFSET.
8707 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8708 * gdbarch.h, gdbarch.c: Re-generate.
8709 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8710 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8711 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8712 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8713 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8714 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8715 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8716 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8717 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8718 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8719 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8720 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8721 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8722 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8723 * config/sparc/tm-sparc.h: Update.
8724
8725 2003-05-05 Kris Warkentin <kewarken@qnx.com>
8726
8727 * configure.tgt: Add i[3456]86-*-nto*.
8728 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8729 * nto-tdep.c: New file. Neutrino target support routines.
8730 * nto-tdep.h: New file. Neutrino target header.
8731 * config/tm-qnxnto.h: New file.
8732 * config/i386/i386nto.mt: New file.
8733 * config/i386/tm-i386nto.h: New file.
8734
8735 2003-05-04 Andrew Cagney <cagney@redhat.com>
8736
8737 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8738 (load_infrun_state): Ditto.
8739 (struct thread_info): Drop "prev_func_name" field.
8740 * thread.c (load_infrun_state): Update.
8741 (save_infrun_state): Update.
8742 * infrun.c (prev_func_name): Delete variable.
8743 (init_wait_for_inferior): Do not clear prev_func_name.
8744 (stop_stepping, keep_going, context_switch): Do not swap
8745 prev_func_name.
8746 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8747 instead of PC_IN_SIGTRAMP.
8748
8749 2003-05-04 Andrew Cagney <cagney@redhat.com>
8750
8751 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8752 REGISTER_BYTE with register_offset_hack.
8753 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8754 that REGISTER_BYTE is consistent with the regcache.
8755 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8756 * gdbarch.h, gdbarch.c: Regenerate.
8757
8758 2003-05-04 Mark Kettenis <kettenis@gnu.org>
8759
8760 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8761 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8762
8763 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8764
8765 2003-05-03 J. Brobecker <brobecker@gnat.com>
8766
8767 From Thierry Schneider <tpschneider1@yahoo.com>
8768 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8769 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8770 (mi-cmd-symbol.o): Add rule.
8771
8772 2003-05-03 Andrew Cagney <cagney@redhat.com>
8773
8774 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8775 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8776 * gdbarch.h, gdbarch.c: Re-generate.
8777 * d10v-tdep.c (d10v_push_dummy_code): New function.
8778 (d10v_gdbarch_init): Set push_dummy_code.
8779 * infcall.c (legacy_push_dummy_code): New function.
8780 (generic_push_dummy_code): New function.
8781 (push_dummy_code): New function.
8782 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8783 instead of dummy_addr, to push_dummy_call. Move call to
8784 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8785 switch.
8786 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8787
8788 2003-05-03 Andrew Cagney <cagney@redhat.com>
8789
8790 * disasm.h (print_insn): Declare.
8791 * disasm.c (init_gdb_disassemble_info): New function.
8792 (gdb_disassembly): Call init_gdb_disassemble_info.
8793 (gdb_print_insn): New function.
8794 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8795 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8796 * mcore-tdep.c: Include "disasm.h"
8797 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8798 * d10v-tdep.c: Include "disasm.h".
8799 (display_trace): Call gdb_print_insn, instead of print_insn.
8800 (print_insn): Delete function.
8801 * printcmd.c: Include "disasm.h".
8802 (print_insn): Delete function.
8803 (print_formatted): Call gdb_print_insn, instead of print_insn.
8804 * Makefile.in (printcmd.o): Update dependencies.
8805 (mcore-tdep.o, d10v-tdep.o): Ditto.
8806
8807 2003-05-02 Andrew Cagney <cagney@redhat.com>
8808
8809 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8810 PC_REGNUM, re-indent.
8811 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8812 PC_REGNUM isn't set.
8813
8814 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8815 * gdbarch.h, gdbarch.c: Re-generate.
8816 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8817 register_virtual_size, pc_regnum, or register_bytes.
8818 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8819 (d10v_register_type): Use D10V_PC_REGNUM.
8820 (d10v_print_registers_info, d10v_read_pc): Ditto.
8821 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8822 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8823
8824 2003-05-02 David Carlton <carlton@bactrian.org>
8825
8826 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8827 the name with mstrsave.
8828
8829 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8830
8831 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8832 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8833 (host_charset_name, target_charset_name): New vars for use by
8834 set/show commands.
8835 (host_charset_enum, target_charset_enum): New enums for set/show
8836 commands.
8837 (set_charset_sfunc, set_host_charset_sfunc,
8838 set_target_charset_sfunc): New functions.
8839 (set_host_charset, set_target_charset): Make static.
8840 (list_charsets, set_host_charset_command,
8841 set_target_charset_command): Delete functions.
8842 (show_charset_command): Rewrite as....
8843 (show_charset): Hook this up with the set/show command mechanism.
8844 (_initialize_charset): Change names of charsets to match the
8845 set/show enums. Use host_charset_name and target_charset_name.
8846 Use set/show mechanism for charset, host-charset, target-charset
8847 commands. Do not make 'show host-charset' and 'show
8848 target-charset' be aliases of 'show charset'.
8849
8850 * charset.h (set_host_charset, set_target_charset): Don't export,
8851 they are not used outside the file.
8852
8853 2003-05-01 Andrew Cagney <cagney@redhat.com>
8854
8855 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8856 (gdb_disassembly): Make "di" non static, always initialize and
8857 cleanup. Always use dis_asm_read_memory.
8858 (gdb_dis_asm_read_memory): Delete function.
8859
8860 2003-05-01 Andrew Cagney <cagney@redhat.com>
8861
8862 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8863 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8864
8865 2003-04-30 Andrew Cagney <cagney@redhat.com>
8866
8867 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8868 "tm_print_insn_info".
8869 (TARGET_PRINT_INSN_INFO): Delete macro.
8870 (dis_asm_read_memory): Delete function declaration.
8871 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8872 (tm_print_insn_info): Delete variable definition.
8873 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8874 * gdbarch.h, gdbarch.c: Re-generate.
8875 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8876 "deprecated_tm_print_insn_info".
8877 * mcore-tdep.c (mcore_dump_insn): Ditto.
8878 * mips-tdep.c (mips_gdbarch_init): Ditto.
8879 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8880 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8881 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8882 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8883 instead of TARGET_PRINT_INSN_INFO, add comment.
8884 * s390-tdep.c (s390_get_frame_info): Instead of
8885 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8886 (s390_check_function_end, s390_is_sigreturn): Ditto.
8887 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8888 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8889 * disasm.c: Include "gdbcore.h".
8890 (_initialize_disasm): New function, initialize
8891 "deprecated_tm_print_insn_info".
8892 (deprecated_tm_print_insn_info): New variable.
8893 (dis_asm_read_memory): Moved from "corefile.c", made static.
8894 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8895 * Makefile.in (disasm.o): Update dependencies.
8896
8897 2003-04-30 Andrew Cagney <cagney@redhat.com>
8898
8899 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8900
8901 2003-04-29 Adam Fedor <fedor@gnu.org>
8902
8903 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8904 * infcall.c (find_function_addr): Make non-static.
8905 * infcall.h (find_function_addr): Declare.
8906 * Makefile.in (eval.o): Update dependencies.
8907
8908 2003-04-28 Adam Fedor <fedor@gnu.org>
8909
8910 * symtab.c (symbol_find_demangled_name): Check for and demangle
8911 ObjC symbols.
8912 (symbol_init_demangled_name): Init for language_objc as well.
8913
8914 2003-04-28 Andrew Cagney <cagney@redhat.com>
8915
8916 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8917 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8918 * gdbarch.h, gdbarch.c: Re-generate.
8919 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8920 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8921 * inferior.h (deprecated_read_fp): Rename read_fp.
8922 (generic_target_read_fp): Delete declaration.
8923 * regcache.c (generic_target_read_fp): Delete function.
8924 (deprecated_read_fp): Replace read_fp, use
8925 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8926 * d10v-tdep.c (d10v_read_fp): Delete function.
8927 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8928
8929 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8930 deprecated_target_read_fp to generic_target_read_fp.
8931 * sh-tdep.c (sh_gdbarch_init): Ditto.
8932 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8933 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8934 * frv-tdep.c (frv_gdbarch_init): Ditto.
8935
8936 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8937 deprecated_fp_regnum.
8938 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8939 * vax-tdep.c (vax_gdbarch_init): Ditto.
8940 * v850-tdep.c (v850_gdbarch_init): Ditto.
8941 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8942 * sh-tdep.c (sh_gdbarch_init): Ditto.
8943 * s390-tdep.c (s390_gdbarch_init): Ditto.
8944 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8945 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8946 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8947 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8948 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8949 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8950 * i386-tdep.c (i386_gdbarch_init): Ditto.
8951 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8952 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8953 * frv-tdep.c (frv_gdbarch_init): Ditto.
8954 * cris-tdep.c (cris_gdbarch_init): Ditto.
8955 * avr-tdep.c (avr_gdbarch_init): Ditto.
8956 * arm-tdep.c (arm_gdbarch_init): Ditto.
8957 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8958
8959 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8960 * v850-tdep.c (v850_gdbarch_init): Ditto.
8961 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8962 * sh-tdep.c (sh_gdbarch_init): Ditto.
8963 * s390-tdep.c (s390_gdbarch_init): Ditto.
8964 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8965 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8966 * mips-tdep.c (mips_gdbarch_init): Ditto.
8967 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8968 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8969 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8970 * frv-tdep.c (frv_gdbarch_init): Ditto.
8971 * avr-tdep.c (avr_gdbarch_init): Ditto.
8972 * arm-tdep.c (arm_gdbarch_init): Ditto.
8973
8974 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8975 DEPRECATED_FP_REGNUM.
8976 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8977 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8978 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8979 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8980 (sparc32_register_virtual_type): Ditto.
8981 * sh-tdep.c (sh64_frame_chain): Ditto.
8982 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8983 (sh_nofp_frame_init_saved_regs): Ditto.
8984 (sh64_nofp_frame_init_saved_regs): Ditto.
8985 (sh_fp_frame_init_saved_regs): Ditto.
8986 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8987 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8988 * procfs.c (procfs_fetch_registers): Ditto.
8989 (procfs_store_registers): Ditto.
8990 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8991 (store_inferior_registers, fetch_core_registers): Ditto.
8992 (fetch_kcore_registers, clear_regs): Ditto.
8993 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8994 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8995 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8996 * nlm/i386.c (do_status): Ditto.
8997 * mipsv4-nat.c (supply_gregset): Ditto.
8998 * mips-tdep.c: Ditto for comments.
8999 * mips-nat.c (fetch_inferior_registers): Ditto.
9000 (store_inferior_registers, fetch_core_registers): Ditto.
9001 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
9002 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
9003 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
9004 (i386_do_pop_frame, i386_register_type): Ditto.
9005 * hppa-tdep.c (hppa_frame_chain): Ditto.
9006 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
9007 (hppa_pop_frame, hppa_read_fp): Ditto.
9008 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
9009 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
9010 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
9011 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
9012 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
9013 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
9014 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
9015 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
9016 * blockframe.c: Ditto for comments.
9017 * arch-utils.h: Ditto for comments.
9018 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
9019 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
9020 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
9021 * alpha-tdep.h: Ditto for comments.
9022 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
9023 (alpha_cannot_store_register): Ditto.
9024 (alpha_push_dummy_frame): Ditto.
9025 * alpha-nat.c (supply_gregset): Ditto.
9026
9027 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
9028 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
9029 * config/sparc/tm-sparc.h: Update comment.
9030
9031 * hppa-tdep.c (hppa_init_extra_frame_info): Use
9032 deprecated_read_fp instead of TARGET_READ_FP.
9033 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
9034 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
9035 * sparc-tdep.c (sparc_init_extra_frame_info): Use
9036 deprecated_read_fp instead of read_fp.
9037 * s390-tdep.c (s390_push_arguments): Ditto.
9038 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9039 * frame.h: Ditto in comments.
9040 * frame.c (legacy_get_prev_frame): Ditto.
9041 * dummy-frame.c (dummy_frame_this_id): Ditto.
9042 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
9043
9044 2003-04-28 Andrew Cagney <cagney@redhat.com>
9045
9046 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
9047 * gdbarch.h, gdbarch.c: Re-generate.
9048 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
9049 * vax-tdep.c (_initialize_vax_tdep): Update.
9050 * v850-tdep.c (_initialize_v850_tdep): Update.
9051 * sparc-tdep.c (_initialize_sparc_tdep): Update.
9052 * s390-tdep.c (_initialize_s390_tdep): Update.
9053 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
9054 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
9055 * mips-tdep.c (_initialize_mips_tdep): Update.
9056 * mcore-tdep.c (_initialize_mcore_tdep): Update.
9057 * m68k-tdep.c (_initialize_m68k_tdep): Update.
9058 * ia64-tdep.c (_initialize_ia64_tdep): Update.
9059 * hppa-tdep.c (_initialize_hppa_tdep): Update.
9060 * h8300-tdep.c (_initialize_h8300_tdep): Update.
9061 * frv-tdep.c (_initialize_frv_tdep): Update.
9062 * cris-tdep.c (cris_delayed_get_disassembler): Update.
9063 (_initialize_cris_tdep): Update.
9064 * arch-utils.c (legacy_print_insn): Update.
9065 * alpha-tdep.c (_initialize_alpha_tdep): Update.
9066
9067 2003-04-26 Adam Fedor <fedor@gnu.org>
9068
9069 * linespec.c (decode_objc): New function to decode ObjC calls
9070 (decode_line_1): Check for ObjC calls (using decode_objc)
9071 * Makefile (linespec.o): Update dependencies.
9072
9073 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
9074
9075 * breakpoint.h (struct breakpoint_ops): New.
9076 (struct breakpoint): Add ops member.
9077
9078 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
9079 (mention): Use new breakpoint ops member.
9080 (set_raw_breakpoint): Initialize ops field to NULL.
9081 (print_exception_catchpoint, print_one_exception_catchpoint)
9082 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
9083 (gnu_v3_exception_catchpoint_ops): New.
9084 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
9085
9086 2003-04-25 Adam Fedor <fedor@gnu.org>
9087
9088 * Makefile.in (COMMON_OBS): Add objc-lang.o
9089
9090 2003-04-25 Andrew Cagney <cagney@redhat.com>
9091
9092 * d10v-tdep.c (print_insn): Delete function.
9093 (display_trace): Use TARGET_PRINT_INSN.
9094 (_initialize_d10v_tdep): Do not set tm_print_insn.
9095 (d10v_gdbarch_init): Set print_insn.
9096
9097 2003-04-25 Andrew Cagney <cagney@redhat.com>
9098
9099 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
9100 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
9101 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
9102 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
9103 (nr_dmap_regs, a0_regnum): ... new functions.
9104 (d10v_print_registers_info): Use a0_regnum, use register_size.
9105 (d10v_register_byte): Delete function.
9106 (d10v_register_raw_size): Delete function.
9107 (d10v_register_type): Use a0_regnum.
9108 (d10v_print_registers_info): Use a0_regnum.
9109 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
9110 (d10v_gdbarch_init): Do not set register_byte or
9111 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
9112 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
9113 extract_address.
9114 (trace_command): Use XCALLOC.
9115 (print_insn): Delete reference to tm_print_insn.
9116 (saved_regs_unwinder): Use store_unsigned_integer instead of
9117 store_address.
9118 * frame.h (FRAME_OBSTACK_CALLOC): Define
9119
9120 2003-04-25 David Carlton <carlton@bactrian.org>
9121
9122 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
9123
9124 2003-04-24 Adam Fedor <fedor@gnu.org>
9125
9126 * objc-lang.c: Include "valprint.h"
9127 * Makefile.in (objc-lang.o): Update dependencies.
9128
9129 2003-04-24 Adam Fedor <fedor@gnu.org>
9130
9131 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
9132 architecture dependant compilation and mark as unimplemented
9133 (until they get put in the gdbarch vector).
9134
9135 2003-04-23 David Carlton <carlton@bactrian.org>
9136
9137 * cp-support.c (cp_find_first_component): Accept 'operator' in
9138 more locations.
9139
9140 2003-04-23 Andrew Cagney <cagney@redhat.com>
9141
9142 * infcall.c (call_function_by_hand): Eliminate redundant
9143 indentation. Move "saved_async" and "old_cleanups" to where they
9144 are needed.
9145
9146 2003-04-23 Andrew Cagney <cagney@redhat.com>
9147
9148 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
9149 and "buffer". Move the "name" code to where it is needed.
9150
9151 2003-04-23 Andrew Cagney <cagney@redhat.com>
9152
9153 * infcall.c (call_function_by_hand): Move variables "start_sp",
9154 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
9155 code to ON_STACK switch branch.
9156
9157 2003-04-23 Andrew Cagney <cagney@redhat.com>
9158
9159 * infcall.c (call_function_by_hand): Make declaration of "i",
9160 "sal", "bpt" and "old_sp" more local to their use. Delete #if
9161 lint.
9162
9163 2003-04-23 Andrew Cagney <cagney@redhat.com>
9164
9165 * infcall.c (call_function_by_hand): Delete variable
9166 "n_method_args". Localize "param_type"'s declaration to the loop
9167 that it is used. Reinstate code assigning to said variable -
9168 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
9169 Rationalize code using "param_type".
9170
9171 2003-04-22 Andrew Cagney <cagney@redhat.com>
9172
9173 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
9174 compute the breakpoint address. Only call FIX_CALL_DUMMY when
9175 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
9176 to DEPRECATED_PUSH_RETURN_ADDRESS.
9177
9178 2003-04-22 Kevin Buettner <kevinb@redhat.com>
9179
9180 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
9181 on the DWARF2 register number prior to fetching a register.
9182
9183 2003-04-22 J. Brobecker <brobecker@gnat.com>
9184
9185 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
9186 Update all the tests using SOFT_FLOAT considering the fact that
9187 this macro was always set to 0.
9188 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
9189 considering the fact that this macro was always set to 0.
9190 * hppa-tdep.h (hppa_store_return_value): Likewise.
9191 (hppa_extract_return_value): Likewise.
9192
9193 2003-04-22 J. Brobecker <brobecker@gnat.com>
9194
9195 * config/pa/tm-hppa.h: Remove obsolete code, was used by
9196 the hppa-pro target only.
9197
9198 2003-04-21 J. Brobecker <brobecker@gnat.com>
9199
9200 Ongoing multi-arch conversion effort for HP/UX:
9201 * config/pa/tm-hppa.h: Move all macro that are no longer
9202 defined now that GDB_MULTI_ARCH is now set to 1 from here...
9203 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
9204
9205 2003-04-21 J. Brobecker <brobecker@gnat.com>
9206
9207 * config/pa/tm-hppa.h: Obsolete a section that was only used
9208 for hppa-pro.
9209
9210 2003-04-21 J. Brobecker <brobecker@gnat.com>
9211
9212 Ongoing multi-arch conversion for HP/UX.
9213 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
9214 if already defined (allows hppa64 to stay non-multiarched for now).
9215 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
9216
9217 2003-04-21 Andrew Cagney <cagney@redhat.com>
9218
9219 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
9220
9221 2003-04-21 Andrew Cagney <cagney@redhat.com>
9222
9223 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
9224 "i386_num_mmx_regs".
9225
9226 2003-04-21 Andrew Cagney <cagney@redhat.com>
9227
9228 * infcall.c: New file.
9229 * infcall.h: New file.
9230 * valarith.c: Include "infcall.h".
9231 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
9232 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
9233 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
9234 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
9235 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
9236 (SFILES): Add "infcall.c"
9237 (COMMON_OBS): Add "infcall.o".
9238 (infcall.o): Specify dependencies.
9239 * value.h (call_function_by_hand): Delete declaration.
9240 * inferior.h (run_stack_dummy): Delete declaration.
9241 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
9242 (run_stack_dummy): Move to "infcall.c", merged into
9243 call_function_by_hand.
9244 * valops.c (call_function_by_hand): Moved to "infcall.c".
9245 (find_function_addr, value_arg_coerce): Ditto.
9246 (unwindonsignal_p, coerce_float_to_double): Ditto.
9247 (_initialize_valops): Move "set/show coerce-float-to-double", and
9248 "set/show unwindonsignal" commands to "infcall.c".
9249 * v850-tdep.c, target.h: Update comments.
9250 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
9251 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
9252 (sh64_init_extra_frame_info): Update comments.
9253 * mn10300-tdep.c: Update comments.
9254 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
9255 * config/sparc/tm-sparc.h: Update comments.
9256 * breakpoint.h: Update comments.
9257 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
9258 * arm-tdep.c: Update comment.
9259
9260 2003-04-19 Mark Kettenis <kettenis@gnu.org>
9261
9262 * i386-tdep.c (i386_num_register_names): New variable.
9263 (i386_num_mmx_regs): Renamed from mmx_num_regs.
9264 (MM0_REGNUM): Remove redundant parentheses in define.
9265 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
9266 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
9267 i386_mxcsr_regnum_p): Remove redundant parentheses.
9268 (i386_register_name): Use i386_num_register_names.
9269
9270 * i386-tdep.c (i386_extract_return_value,
9271 i386_store_return_value): Correct check for availability of
9272 floating-point registers.
9273
9274 * i386-tdep.c (i386_frame_num_args): Remove function.
9275 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
9276
9277 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
9278 mmx_regnum_to_fp_regnum. Adjust all callers.
9279
9280 * i386-tdep.c (i386_get_longjmp_target): Use
9281 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
9282 and TARGET_CHAR_BIT. Use extract_typed_address instead of
9283 extract_address.
9284
9285 2003-04-19 Mark Kettenis <kettenis@gnu.org>
9286
9287 * core-regset.c: Update comments to reflect reality. Re-order
9288 includes.
9289 (fetch_core_registers): Use switch instead of if. Remove
9290 redundant prototype.
9291
9292 2003-04-18 Jim Blandy <jimb@redhat.com>
9293
9294 * s390-tdep.c (s390_frame_align): New function.
9295 (s390_gdbarch_init): Register it with the gdbarch object.
9296
9297 2003-04-17 Richard Henderson <rth@redhat.com>
9298
9299 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
9300
9301 2003-04-17 Michael Snyder <msnyder@redhat.com>
9302 Karen Bennet <bennet@redhat.com>
9303
9304 Committed by Elena Zannoni <ezannoni@redhat.com>
9305 * gdb_gcore.sh: New script to create a core dump of a process.
9306
9307 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
9308
9309 * values.c (value_being_returned): Don't fetch the return
9310 value if the return type is void.
9311
9312 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9313
9314 * thread-db.c: Reindented.
9315
9316 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9317
9318 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
9319 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
9320 as types.
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
9331
9332
9333
9334
9335
9336
9337
9338
9339
9340
9341
9342
9343
9344
9345
9346 2003-04-16 Kevin Buettner <kevinb@redhat.com>
9347
9348 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
9349 the size of ``long double'' to 16, instead of 8.
9350
9351 2003-04-16 Mark Kettenis <kettenis@gnu.org>
9352
9353 * i386-linux-nat.c: Add some whitespace to make things more
9354 readable.
9355 (fetch_register, store_register, fetch_inferior_registers,
9356 store_inferior_registers): Get rid of assignment in if-statement.
9357 (store_register): Fix typo in error message.
9358
9359 2003-04-16 Andrew Cagney <cagney@redhat.com>
9360
9361 * utils.c (xmmalloc): Always allocate something, matches
9362 libiberty/xmalloc's semantics.
9363 (xmrealloc, xmcalloc): Ditto.
9364
9365 2003-04-16 Andrew Cagney <cagney@redhat.com>
9366
9367 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
9368 update comments.
9369 (get_frame_type): Initialize unwind and type when needed.
9370 (get_frame_id, frame_register_unwind): Ditto.
9371
9372 2003-04-16 Andrew Cagney <cagney@redhat.com>
9373
9374 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
9375 obsolete.
9376 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
9377 * sparcl-stub.c: Obsolete file.
9378 * config/sparc/tm-sparclet.h: Obsolete file.
9379 * sparclet-stub.c: Obsolete file.
9380 * sparclet-rom.c: Obsolete file.
9381 * sparcl-tdep.c: Obsolete file.
9382 * config/sparc/tm-sparclite.h: Obsolete file.
9383 * config/sparc/sparclite.mt: Obsolete file.
9384 * config/sparc/sparclet.mt: Obsolete file.
9385 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
9386 sparc86x-*-* obsolete.
9387
9388 2003-04-15 David Carlton <carlton@math.stanford.edu>
9389
9390 * Makefile.in (SFILES): Add cp-namespace.c.
9391 (COMMON_OBS): Add cp-namespace.o.
9392 (block.o): Depend on gdb_obstack_h and cp_support_h.
9393 (buildsym.o): Depend on cp_support_h.
9394 (cp-namespace.o): New.
9395 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
9396 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
9397 (dwarf2read.o): Depend on cp_support_h.
9398 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
9399 * dwarf2read.c (process_die): Set processing_has_namespace_info,
9400 processing_current_namespace.
9401 (read_namespace): Update processing_current_namespace; check for
9402 anonymous namespaces.
9403 (dwarf2_name): New function.
9404 (dwarf2_extension): Ditto.
9405 * cp-support.h: Update copyright, contributors.
9406 Add inclusion guards.
9407 Add opaque declaration for structs obstack, block, symbol.
9408 (struct using_direct): New struct.
9409 Add declarations for cp_find_first_component,
9410 cp_entire_prefix_len, processing_has_namespace_info,
9411 processing_current_namespace, cp_is_anonymous,
9412 cp_add_using_directive, cp_initialize_namespace,
9413 cp_finalize_namespace, cp_set_block_scope,
9414 cp_scan_for_anonymous_namespaces.
9415 * cp-namespace.c: New file.
9416 * cp-support.c: Update copyright.
9417 Include ctype.h, gdb_assert.h, gdbcmd.h.
9418 New variable maint_cplus_cmd_list.
9419 (cp_find_first_component): New function.
9420 (cp_entire_prefix_len, maint_cplus_command)
9421 (first_component_command, _initialize_cp_support): Ditto.
9422 * buildsym.c: Include cp-support.h.
9423 New variable using_list.
9424 (add_symbol_to_list): Check for anonymous namespaces.
9425 (finish_block): Set block's scope.
9426 (start_symtab): Initialize C++ namespace support.
9427 (end_symtab): Finalize C++ namespace support.
9428 * block.h: Add opaque declarations for structs
9429 block_namespace_info, using_direct, and obstack.
9430 Add declarations for block_set_scope and block_set_using.
9431 (struct block): Add 'language_specific' member.
9432 (BLOCK_NAMESPACE): New macro.
9433 * block.c: Include gdb_obstack.h and cp-support.h.
9434 (struct block_namespace_info): New struct.
9435 (block_set_scope): New function.
9436 (block_set_using, block_initialize_namespace): Ditto.
9437
9438 2003-04-14 Kevin Buettner <kevinb@redhat.com>
9439
9440 * solib-svr4.c (svr4_have_link_map_offsets): New function.
9441 (locate_base): Return early if there aren't any link map offsets.
9442 (svr4_solib_create_inferior_hook): Warn if shared library support
9443 is unavailable.
9444
9445 2003-04-14 David Carlton <carlton@math.stanford.edu>
9446
9447 * symtab.c (symbol_set_names): Add prefix when storing Java names
9448 in hash table. Fix for PR java/1039.
9449
9450 2003-04-14 David Carlton <carlton@math.stanford.edu>
9451
9452 * symtab.c (symbol_set_names): Rename 'name' arg to
9453 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
9454 * symtab.h: Change 'name' argument in declaration of
9455 symbol_set_names to 'linkage_name'.
9456 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
9457
9458 2003-04-14 Andrew Cagney <cagney@redhat.com>
9459
9460 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
9461 return the fully sign-extended register value.
9462 (get_frame_pointer): Ditto.
9463 (mips_pop_frame): Initialize "proc_desc" after checking for a
9464 dummy frame.
9465
9466 2003-04-14 Andrew Cagney <cagney@redhat.com>
9467
9468 * mips-tdep.c (mips_push_dummy_frame): Delete function.
9469 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9470 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9471 (mips_push_register): Delete function.
9472 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9473 PUSH_FP_REGNUM.
9474
9475 2003-04-14 Jim Blandy <jimb@redhat.com>
9476
9477 * symmisc.c: #include "gdb_regex.h".
9478 (maintenance_list_symtabs, maintenance_list_psymtabs): New
9479 functions.
9480 * maint.c (maintenance_list_command): New function.
9481 (_initialize_maint_cmds): Register the above as commands.
9482 * symtab.h (maintenance_list_symtabs,
9483 maintenance_list_psymtabs): New declarations.
9484 * cli/cli-cmds.c (maintenancelistlist): New variable.
9485 (init_cmd_lists): Initialize it.
9486 * cli/cli-cmds.h (maintenancelistlist): New declaration.
9487 * gdbcmd.h (maintenancelistlist): New declaration.
9488 * Makefile.in (symmisc.o): Update dependencies.
9489
9490 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
9491
9492 * s390-nat.c: Include asm/types.h for addr_t.
9493
9494 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
9495
9496 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9497 actually incoming type.
9498
9499 2003-04-13 Andrew Cagney <cagney@redhat.com>
9500
9501 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9502 get_next_frame and get_frame_saved_regs.
9503
9504 2003-04-13 Andrew Cagney <cagney@redhat.com>
9505
9506 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9507 of gdbarch_num_regs.
9508
9509 2003-04-13 Andrew Cagney <cagney@redhat.com>
9510
9511 * frame.h: Mention what replaced what in "struct frame_info".
9512 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9513 deprecated_update_frame_base_hack and
9514 deprecated_update_frame_pc_hack.
9515 * hppa-tdep.c: Ditto.
9516
9517 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9518
9519 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9520 to read_reg and update its comment. Remove regnum member.
9521 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9522 Don't call read_reg when setting in_reg. Call read_reg to get
9523 the frame base if it's in a register. Return the register number
9524 on the stack instead of in the context. Remove extra arguments
9525 to read_reg.
9526 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9527 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
9528 the register number on the expression stack.
9529 (needs_frame_read_reg): Remove extra arguments.
9530
9531 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9532
9533 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9534 made non-static.
9535 (execute_stack_op): All callers updated.
9536 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9537 * dwarf2loc.c (find_location_expression): New function.
9538 (dwarf_expr_frame_base): Call it.
9539 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9540 (dwarf2_tracepoint_var_ref): New function, broken out from
9541 locexpr_tracepoint_var_ref.
9542 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9543 Make static.
9544 (loclist_read_variable, loclist_read_needs_frame): New functions.
9545 (loclist_describe_location, loclist_tracepoint_var_ref): New
9546 functions.
9547 (dwarf2_loclist_funcs): New struct location_funcs.
9548 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9549 (struct dwarf2_locexpr_baton): Add comments.
9550 (dwarf2_loclist_funcs): New extern.
9551 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9552 base_address and base_known.
9553 (dwarf_loc_buffer): New variable.
9554 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9555 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9556 (dwarf2_has_info): Initialize dwarf_loc_offset.
9557 (dwarf2_build_psymtabs): Read in .debug_loc.
9558 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9559 DWARF_LOC_SIZE.
9560 (psymtab_to_symtab_1): Likewise. Move base address calculation
9561 here, from...
9562 (dwarf2_get_pc_bounds): ... here. Use the base address from
9563 cu_header.
9564 (dwarf2_symbol_mark_computed): Handle location lists.
9565
9566 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9567
9568 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9569 if the linkage name demangled successfully.
9570
9571 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9572
9573 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9574 disassmbly_flavour): Removed.
9575
9576 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9577
9578 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9579
9580 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9581
9582 2003-04-12 Andrew Cagney <cagney@redhat.com>
9583
9584 * frame.h (struct frame_info): Move definition from here ...
9585 * frame.c (struct frame_info): ... to here.
9586
9587 2003-04-12 Andrew Cagney <cagney@redhat.com>
9588
9589 * gdbthread.h (save_infrun_state): Delete parameter
9590 "prev_func_start".
9591 (struct thread_info): Delete field "prev_func_start".
9592 (load_infrun_state): Ditto.
9593 * thread.c (load_infrun_state, save_infrun_state): Update.
9594 * infrun.c (prev_func_start): Delete variable.
9595 (context_switch, init_wait_for_inferior): Update.
9596 (stop_stepping, keep_going): Update.
9597
9598 2003-04-12 Andrew Cagney <cagney@redhat.com>
9599
9600 * gdbarch.sh: Add missing opaque declarations.
9601 * gdbarch.h: Regnerate.
9602 * symtab.h: Add missing opaque declarations.
9603 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9604 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9605 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9606 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9607 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9608 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9609 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9610 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9611 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9612 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9613 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9614 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9615 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9616
9617 2003-04-11 Andrew Cagney <cagney@redhat.com>
9618
9619 * frame.c (get_frame_id): Return this frame's "id".
9620 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9621 function start.
9622 (legacy_saved_regs_this_id): Replace function body with
9623 internal-error.
9624 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9625 FRAME_OBSTACK_ZALLOC.
9626 (create_new_frame): Mark the frame ID as valid.
9627
9628 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
9629
9630 * Makefile.in (libbfd_h): Added missing setting.
9631 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9632 according to the selected ABI.
9633
9634 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9635
9636 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9637
9638 2003-04-11 Andrew Cagney <cagney@redhat.com>
9639
9640 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9641 SAVED_PC_AFTER_CALL.
9642 * gdbarch.h, gdbarch.c: Regenerate.
9643 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9644 * x86-64-tdep.c (x86_64_init_abi): Update.
9645 * vax-tdep.c (vax_gdbarch_init): Update.
9646 * v850-tdep.c (v850_gdbarch_init): Update.
9647 * sparc-tdep.c (sparc_gdbarch_init): Update.
9648 * sh-tdep.c (sh_gdbarch_init): Update.
9649 * s390-tdep.c (s390_gdbarch_init): Update.
9650 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9651 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9652 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9653 * mips-tdep.c (mips_gdbarch_init): Update.
9654 * mcore-tdep.c (mcore_gdbarch_init): Update.
9655 * m68k-tdep.c (m68k_gdbarch_init): Update.
9656 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9657 * ia64-tdep.c (ia64_gdbarch_init): Update.
9658 (ia64_saved_pc_after_call): Update declaration.
9659 * i386ly-tdep.c (i386lynx_init_abi): Update.
9660 * i386-tdep.c (i386_gdbarch_init): Update.
9661 * hppa-tdep.c (hppa_gdbarch_init): Update.
9662 * h8300-tdep.c (h8300_gdbarch_init): Update.
9663 * frv-tdep.c (frv_gdbarch_init): Update.
9664 * cris-tdep.c (cris_gdbarch_init): Update.
9665 * avr-tdep.c (avr_gdbarch_init): Update.
9666 * arm-tdep.c (arm_gdbarch_init): Update.
9667 * alpha-tdep.c (alpha_gdbarch_init): Update.
9668 * ns32knbsd-nat.c (frame_num_args): Update.
9669 * ns32k-tdep.c (umax_frame_num_args): Update.
9670 * mips-tdep.c (mips_init_frame_pc_first): Update.
9671 * infrun.c (step_over_function): Update.
9672 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9673 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9674 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9675 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9676 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9677 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9678 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9679 * arch-utils.c (init_frame_pc_default): Update.
9680 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9681 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9682 declaration.
9683
9684 2003-04-11 Andrew Cagney <cagney@redhat.com>
9685
9686 * i387-tdep.c: Update copyright.
9687 (i387_to_double): Delete function.
9688 (double_to_i387): Delete function.
9689
9690 2003-04-10 Andrew Cagney <cagney@redhat.com>
9691
9692 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9693 frame's function's address. Simplify.
9694 (d10v_frame_unwind_cache): Check that the frame's function is
9695 non-zero.
9696
9697 2003-04-10 Jim Blandy <jimb@redhat.com>
9698
9699 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9700 call to set_gdbarch_deprecated_push_arguments.
9701
9702 2003-04-10 Andrew Cagney <cagney@redhat.com>
9703
9704 * frame.c (fprint_frame_id): New function.
9705 (fprint_frame_type, fprint_frame): New function.
9706 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9707 (create_sentinel_frame, get_frame_id): Ditto.
9708 (frame_id_p, frame_id_eq): Ditto.
9709 (frame_id_inner, create_new_frame): Ditto.
9710 (legacy_get_prev_frame, get_prev_frame): Ditto.
9711 (deprecated_update_frame_pc_hack): Ditto.
9712 (frame_register_unwind): Ditto.
9713 (deprecated_update_frame_base_hack): Ditto.
9714
9715 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9716
9717 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9718 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9719 frame_chain function.
9720 * Makefile.in: Add dependencies due to above change.
9721
9722 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9723
9724 * blockframe.c (legacy_frame_chain_valid): Move call to
9725 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9726 inside_entry_file.
9727
9728 2003-04-09 Andrew Cagney <cagney@redhat.com>
9729
9730 * frame.h (struct frame_id): Replace "pc" and "base" with
9731 "stack_addr" and "code_addr". Update comments.
9732 (frame_id_build): Update parameter names and comment.
9733 (struct frame_info): Replace "id_p" and "id" with "this_id".
9734 * dummy-frame.c (dummy_frame_this_id): Update.
9735 * breakpoint.c (print_one_breakpoint): Update.
9736 * frame.c (get_frame_id): Update.
9737 (get_frame_base, frame_id_build): Update.
9738 (create_sentinel_frame, legacy_get_prev_frame): Update.
9739 (deprecated_update_frame_base_hack): Update.
9740 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9741 (frame_id_inner): Ditto.
9742
9743 2003-04-09 Andrew Cagney <cagney@redhat.com>
9744
9745 * defs.h (gdb_print_host_address): Make "addr" parameter a
9746 pointer constant.
9747 * utils.c (gdb_print_host_address): Update.
9748
9749 2003-04-09 Kevin Buettner <kevinb@redhat.com>
9750
9751 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9752 register number for R0 is 0.
9753
9754 2003-04-09 J. Brobecker <brobecker@gnat.com>
9755
9756 * frame.h (struct gdbarch): Add opaque structure definition
9757 to avoid a compilation warning on LynxOS 4.0.
9758
9759 2003-04-09 Andrew Cagney <cagney@redhat.com>
9760
9761 * frame.h (struct frame_info): Delete field "pc". Replace
9762 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9763 structure.
9764 * frame.c (frame_pc_unwind): Update.
9765 (create_sentinel_frame): Do not set "pc".
9766 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9767 (get_frame_pc): Call frame_pc_unwind.
9768 (deprecated_update_frame_pc_hack): Update.
9769 (create_new_frame): Use "pc" not "->pc".
9770
9771 2003-04-09 Andrew Cagney <cagney@redhat.com>
9772
9773 * frame.c (get_frame_id): Eliminate code updating "frame".
9774 (legacy_get_prev_frame): Ditto.
9775 (get_frame_base): Return id.base directly.
9776 (deprecated_update_frame_base_hack): Update "id.base".
9777 * frame.h (struct frame_info): Delete field "frame".
9778
9779 2003-04-09 Andrew Cagney <cagney@redhat.com>
9780
9781 * NEWS: Mention that the "Sequent family" is obsolete.
9782 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9783 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9784 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9785 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9786 * config/i386/tm-ptx4.h: Obsolete file.
9787 * config/i386/tm-ptx.h: Obsolete file.
9788 * symm-tdep.c: Obsolete file.
9789 * config/i386/symmetry.mt: Obsolete file.
9790 * config/i386/tm-symmetry.h: Obsolete file.
9791 * symm-nat.c: Obsolete file.
9792 * config/i386/nm-symmetry.h: Obsolete file.
9793 * config/i386/xm-symmetry.h: Obsolete file.
9794 * config/i386/symmetry.mh: Obsolete file.
9795 * config/i386/nm-ptx4.h: Obsolete file.
9796 * config/i386/ptx4.mh: Obsolete file.
9797 * config/i386/ptx.mt: Obsolete file.
9798 * config/i386/ptx.mh: Obsolete file.
9799 * config/i386/xm-ptx4.h: Obsolete file.
9800 * config/i386/xm-ptx.h: Obsolete file.
9801
9802 2003-04-09 Andrew Cagney <cagney@redhat.com>
9803
9804 Obsolete mips*-*-mach3*.
9805 * NEWS: Mention that mips*-*-mach3* is obsolete.
9806 * m3-nat.c: Obsolete file.
9807 * config/nm-m3.h: Obsolete file.
9808 * config/mips/tm-mipsm3.h: Obsolete file.
9809 * config/mips/mipsm3.mt: Obsolete file.
9810 * config/mips/mipsm3.mh: Obsolete file.
9811 * config/mips/xm-mipsm3.h: Obsolete file.
9812 * mipsm3-nat.c: Obsolete file.
9813 * configure.host: Obsolete mips-dec-mach3*.
9814 * configure.tgt: Obsolete mips*-*-mach3*.
9815
9816 2003-04-09 Andrew Cagney <cagney@redhat.com>
9817
9818 * doublest.h: Update copyright.
9819 (deprecated_store_floating, deprecated_extract_floating): Rename
9820 store_floating and extract_floating. Update comments.
9821 * doublest.c: Update copyright.
9822 (extract_floating_by_length): Replace extract_floating.
9823 (store_floating_by_length): Replace store_floating.
9824 (deprecated_extract_floating): New function.
9825 (deprecated_store_floating): New function.
9826 (extract_typed_floating): Call extract_floating_by_length.
9827 (store_typed_floating): Call store_floating_by_length.
9828 * x86-64-tdep.c (x86_64_store_return_value): Update.
9829 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9830 (sh64_extract_return_value): Update.
9831 (sh_sh4_register_convert_to_virtual): Update.
9832 (sh_sh64_register_convert_to_virtual): Update.
9833 (sh_sh4_register_convert_to_raw): Update.
9834 (sh_sh64_register_convert_to_raw): Update.
9835 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9836 (rs6000_register_convert_to_raw): Update.
9837 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9838 (ia64_register_convert_to_raw): Update.
9839 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9840 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9841 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9842 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9843 (alpha_register_convert_to_raw): Update.
9844
9845 2003-04-08 Andrew Cagney <cagney@redhat.com>
9846
9847 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9848 * gdbarch.h, gdbarch.c: Re-generate.
9849 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9850 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9851 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9852 conditionally, use frame_pc_unwind as an alternative. Add
9853 comments.
9854 * arch-utils.c (init_frame_pc_default): Only call
9855 SAVED_PC_AFTER_CALL when available.
9856
9857 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9858
9859 * infrun.c (stop_soon): Rename from stop_soon_quietly.
9860 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9861 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9862 (start_remote): Ditto.
9863 (handle_inferior_event): Ditto.
9864 (save_inferior_status): Ditto.
9865 (restore_inferior_status): Ditto.
9866 * infcmd.c (attach_command): Ditto.
9867 * fork-child.c (startup_inferior): Ditto.
9868 * inferior.h (stop_soon): Rename from stop_soon_quietly.
9869 * alpha-tdep.c (heuristic_proc_start): Ditto.
9870 * mips-tdep.c (heuristic_proc_start): Ditto.
9871 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9872 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9873 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9874 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9875 * remote-vx.c (vx_create_inferior): Ditto.
9876
9877 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9878
9879 * infrun.c (stop_soon_quietly): Make it an enum, to better
9880 override the default behavior of handle_inferior_event.
9881 (clear_proceed_status): Update uses of stop_soon_quietly to
9882 reflect that it is now an enum.
9883 (start_remote): Ditto.
9884 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9885 is set to handle the new GNU/Linux kernel behavior for
9886 attach/sigstop. Update uses of stop_soon_quietly.
9887 * inferior.h (enum stop_kind): New enum.
9888 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9889 Reset normal handle_inferior_event behavior, afterwards.
9890 * fork-child.c (startup_inferior): Update.
9891 * alpha-tdep.c (heuristic_proc_start): Update.
9892 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9893 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9894 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9895 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9896 * remote-vx.c (vx_create_inferior): Update.
9897 * mips-tdep.c (heuristic_proc_start): Update.
9898
9899 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
9900
9901 * disasm.c (dump_insns): Move variables inside loop, or they will
9902 be freed more than once, causing wild memory corruptions.
9903 (gdb_disassembly): Look for the substring "-thread",
9904 instead of "-threads" in the target name, to make sure to find
9905 the 'multi-thread' target. Also, make sure we do the right thing
9906 with the "core" target.
9907
9908 2003-04-07 Kevin Buettner <kevinb@redhat.com>
9909
9910 * mips-tdep.c (mips_print_fp_register): New function, created from
9911 do_fp_register_row(). Registers are now (also) printed as hex.
9912 Only one register is printed per row.
9913 (mips_print_register, do_fp_register_row): Print floating point
9914 registers with mips_print_fp_register().
9915
9916 2003-04-06 Andrew Cagney <cagney@redhat.com>
9917
9918 * valprint.h (inspect_it): Add extern declaration.
9919 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9920 (selectors_info, classes_info): Ditto.
9921 (find_objc_msgcall): Fix indentation.
9922 (objc_printstr): Delete extern declarations.
9923
9924 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9925
9926 2003-04-06 Andrew Cagney <cagney@redhat.com>
9927
9928 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9929 Update comment.
9930 * frame.c (legacy_saved_regs_this_id): Update.
9931 (legacy_get_prev_frame): Update.
9932 * xstormy16-tdep.c: Update comment.
9933 * sparc-tdep.c (sparc_frame_chain): Update comment.
9934 * blockframe.c (legacy_frame_chain_valid): Update.
9935
9936 2003-04-06 Andrew Cagney <cagney@redhat.com>
9937
9938 * valprint.c (val_print_type_code_int): Delete #ifdef
9939 PRINT_TYPELESS_INTEGER code.
9940
9941 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9942 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9943 multi-arch definition.
9944 * gdbarch.h: Re-generate.
9945
9946 2003-04-05 Andrew Cagney <cagney@redhat.com>
9947
9948 Eliminate FRAME_FIND_SAVED_REGS.
9949 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9950 Change FSR parameter to a pointer.
9951 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9952 Assume FSR parameter is a pointer.
9953 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9954 Make fsr a pointer.
9955 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9956 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9957 saved_regs a pointer.
9958 (hppa_frame_saved_pc): Ditto.
9959 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9960 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9961 pointer.
9962 (restore_pc_queue): Make fsr a pointer.
9963 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9964 (hppa_frame_chain): Make saved_regs a pointer, call
9965 hppa_frame_init_saved_regs.
9966 * sparc-tdep.c: Include "gdb_assert.h".
9967 (sparc_frame_find_saved_regs): Replace internal_error with
9968 gdb_assert.
9969 * remote-vxsparc.c (vx_read_register): Delete reference to
9970 FRAME_FIND_SAVED_REGS.
9971 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9972 * gdbarch.h: Regenerate.
9973 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9974 (deprecated_get_frame_saved_regs): Delete declaration.
9975 (struct frame_saved_regs): Delete definition.
9976 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9977 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9978 (hppa_frame_find_saved_regs): Delete declaration.
9979 (FRAME_FIND_SAVED_REGS): Delete macro.
9980 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9981 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9982 FRAME_FIND_SAVED_REGS in comment.
9983
9984 2003-04-05 Andrew Cagney <cagney@redhat.com>
9985
9986 * frame.c (frame_func_unwind, get_frame_func): New functions.
9987 * frame.h (get_frame_func, frame_func_unwind): Declare.
9988 (struct frame_info): Add field "prev_func" for caching the
9989 previous frame's function address.
9990 * arm-tdep.c (arm_frameless_function_invocation): Combine
9991 get_pc_function_start and get_frame_pc into get_frame_func.
9992 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9993 (sh64_nofp_frame_init_saved_regs): Ditto.
9994 * s390-tdep.c (s390_function_start): Ditto.
9995 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9996 (rs6000_frameless_function_invocation): Ditto.
9997 (rs6000_frame_saved_pc): Ditto.
9998 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9999 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
10000 * i386-tdep.c (i386_frameless_signal_p): Ditto.
10001 (i386_frame_init_saved_regs): Ditto.
10002 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
10003 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
10004 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
10005 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
10006 * blockframe.c (frameless_look_for_prologue): Ditto.
10007
10008 2003-04-05 Andrew Cagney <cagney@redhat.com>
10009
10010 * frame.c (legacy_get_prev_frame): Link prev to next at the
10011 function start. Update comments.
10012
10013 2003-04-05 Andrew Cagney <cagney@redhat.com>
10014
10015 * frame.c (get_frame_id): Update comment.
10016 (legacy_get_prev_frame): Update comment.
10017 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
10018 * gdbarch.h: Regenerate.
10019 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
10020 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
10021
10022 2003-04-05 Andrew Cagney <cagney@redhat.com>
10023
10024 * stack.c (print_frame_info): Use get_frame_pc.
10025
10026 2003-04-04 Andrew Cagney <cagney@redhat.com>
10027
10028 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
10029 the frame's type from the unwinder.
10030 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
10031 (create_new_frame, legacy_get_prev_frame): When the unwinder's
10032 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
10033 (get_frame_base_address): Use get_frame_type.
10034 (get_frame_locals_address, get_frame_args_address): Ditto.
10035 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
10036 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
10037 (struct frame_info): Add comment explaining why the frame contains
10038 a "type" field.
10039 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
10040 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
10041 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
10042 NORMAL_FRAME.
10043 * frame-unwind.h: Include "frame.h".
10044 (struct frame_unwind): Add "type" field.
10045 * Makefile.in (frame_unwind_h): Add $(frame_h).
10046
10047 2003-04-04 Andrew Cagney <cagney@redhat.com>
10048
10049 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
10050 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
10051 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
10052 get_frame_base.
10053 (d10v_unwind_dummy_id): Use frame_id_build.
10054 * frame.c (find_frame_sal): Use get_frame_pc.
10055 (create_new_frame): Use deprecated_update_frame_pc_hack and
10056 deprecated_update_frame_base_hack.
10057 (create_sentinel_frame): Add comment about ->pc going away.
10058 (get_prev_frame): Add comment about ->pc going away.
10059 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
10060 frame_id_build, deprecated_update_frame_pc_hack and
10061 deprecated_update_frame_base_hack.
10062 (select_frame): Use get_frame_pc.
10063 (legacy_saved_regs_this_id): Use frame_id_build.
10064
10065 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
10066
10067 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
10068 signed integer case.
10069 (classify_argument): Handle enumerations and references.
10070
10071 2003-04-04 Andrew Cagney <cagney@redhat.com>
10072
10073 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
10074 ID to NULL.
10075
10076 2003-04-01 Adam Fedor <fedor@gnu.org>
10077
10078 * gdb/objc-lang.c (selectors_info): Replace calls to
10079 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
10080 SYMBOL_NATURAL_NAME.
10081 (classes_info, find_methods): Likewise.
10082
10083 2003-04-03 Kevin Buettner <kevinb@redhat.com>
10084
10085 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
10086 ``mach'' to the value determined by bfd_default_set_arch_mach().
10087
10088 2003-04-02 Bob Rossi <bob_rossi@cox.net>
10089
10090 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
10091 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
10092 (mi-cmd-file.o): Update dependencies.
10093
10094 2003-04-01 Kevin Buettner <kevinb@redhat.com>
10095
10096 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
10097 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
10098
10099 2003-04-01 Adam Fedor <fedor@gnu.org>
10100
10101 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
10102 * language.h (struct language_defn): Add la_demangle.
10103 (language_demangle): Declare.
10104 * language.c (language_demangle): New function.
10105 (unk_lang_demangle): Likewise.
10106 (unknown_language_defn, auto_language_defn, local_language_defn):
10107 Add ukn_lang_demangle.
10108 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
10109 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
10110 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
10111 (cplus_language_defn): Add cplus_demangle for la_demangle element.
10112 * jv-lang.c (java_demangle): New function
10113 (java_language_defn): Use it for la_demangle element.
10114 * objc-lang.c (objc_demangle): Add options argument
10115 (objc_language_defn): Use objc_demangle for la_demangle element.
10116 * maint.c (maintenance_demangle): Replace switch with
10117 call to language_demangle.
10118 * utils.c (fprintf_symbol_filtered): Likewise.
10119
10120 2003-04-01 Andrew Cagney <cagney@redhat.com>
10121
10122 * printcmd.c (print_frame_nameless_args): Delete #ifdef
10123 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
10124 PRINT_TYPELESS_INTEGER.
10125 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
10126 PUSH_RETURN_ADDRESS.
10127
10128 2003-04-01 Andrew Cagney <cagney@redhat.com>
10129
10130 * Makefile.in (d10v-tdep.o): Update dependencies.
10131 * d10v-tdep.c: Include "frame-base.h".
10132 (d10v_frame_unwind): Make constant.
10133 (d10v_frame_base_address): New function.
10134 (d10v_frame_base): New variable.
10135 (d10v_gdbarch_init): Set frame_base default.
10136 (struct d10v_unwind_cache): Add the field "prev_sp". Update
10137 comment for base.
10138 (d10v_frame_unwind_cache): Set and use "prev_sp".
10139 (d10v_frame_this_id): Use the previous frame's inner most stack
10140 address and this frame's func address for the frame ID. Use
10141 frame_id_build. Don't analyze beyond the current instruction.
10142
10143 2003-04-01 Andrew Cagney <cagney@redhat.com>
10144
10145 * frame.h (get_frame_locals_address, get_frame_args_address):
10146 Refer to the base address, instead of the address of the first
10147 local or parameter.
10148
10149 2003-04-01 Andrew Cagney <cagney@redhat.com>
10150
10151 Add frame debug info addresses:
10152 * frame-base.c: New file.
10153 * frame-base.h: New file.
10154 * frame.h (struct frame_base): Add opaque declaration.
10155 (get_frame_base): Update comment.
10156 (get_frame_base_address): Declare.
10157 (get_frame_locals_address): Declare.
10158 (get_frame_args_address): Declare.
10159 (struct frame_info): Add "base" and "base_cache". Update
10160 comments on the unwinder.
10161 * frame.c: Include "frame-base.h".
10162 (get_frame_locals_address): New function.
10163 (get_frame_base_address): New function.
10164 (get_frame_args_address): New function.
10165 * findvar.c (read_var_value): Use get_frame_locals_address and
10166 get_frame_args_address.
10167 * stack.c (frame_info): Use get_frame_locals_address and
10168 get_frame_args_address.
10169 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
10170 moved to "frame-base.c".
10171 * printcmd.c (print_frame_nameless_args): Ditto.
10172 * symtab.h (address_class): Update comments.
10173 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
10174 get_frame_base_address.
10175 * dwarf2expr.c (execute_stack_op): Ditto.
10176 * Makefile.in (frame_base_h): Define.
10177 (frame.o): Update dependencies.
10178 (frame-base.o): Add dependencies.
10179 (SFILES): Add frame-base.c.
10180 (COMMON_OBS): Add frame-base.o.
10181
10182 2003-04-01 Andrew Cagney <cagney@redhat.com>
10183
10184 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
10185 CALL_DUMMY_LENGTH): Ditto.
10186 * gdbarch.c: Re-generate.
10187 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
10188 (CALL_DUMMY_LENGTH): Delete macro.
10189 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
10190 * arm-tdep.c (arm_gdbarch_init): Ditto.
10191 * avr-tdep.c (avr_gdbarch_init): Ditto.
10192 * cris-tdep.c (cris_gdbarch_init): Ditto.
10193 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10194 * frv-tdep.c (frv_gdbarch_init): Ditto.
10195 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10196 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10197 * i386-tdep.c (i386_gdbarch_init): Ditto.
10198 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10199 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10200 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10201 * mips-tdep.c (mips_gdbarch_init): Ditto.
10202 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10203 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10204 * s390-tdep.c (s390_gdbarch_init): Ditto.
10205 * sh-tdep.c (sh_gdbarch_init): Ditto.
10206 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10207 * v850-tdep.c (v850_gdbarch_init): Ditto.
10208 * vax-tdep.c (vax_gdbarch_init): Ditto.
10209 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10210
10211 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
10212
10213 * frame.c (get_prev_frame): Disable call to inside_entry_file().
10214
10215 2003-04-01 Andrew Cagney <cagney@redhat.com>
10216
10217 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
10218 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10219 * gdbarch.h, gdbarch.c: Re-generate.
10220 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10221 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10222 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10223 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10224 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10225 * infcmd.c (run_stack_dummy): Simplify assuming
10226 CALL_DUMMY_BREAKPOINT_OFFSET_P.
10227 * infrun.c (handle_inferior_event): Ditto.
10228 * alpha-tdep.c (alpha_gdbarch_init): Do not set
10229 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
10230 * arm-tdep.c (arm_gdbarch_init): Ditto.
10231 * avr-tdep.c (avr_gdbarch_init): Ditto.
10232 * cris-tdep.c (cris_gdbarch_init): Ditto.
10233 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10234 * frv-tdep.c (frv_gdbarch_init): Ditto.
10235 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10236 * i386-tdep.c (i386_gdbarch_init): Ditto.
10237 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10238 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10239 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10240 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10241 * mips-tdep.c (mips_gdbarch_init): Ditto.
10242 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10243 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10244 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10245 * s390-tdep.c (s390_gdbarch_init): Ditto.
10246 * sh-tdep.c (sh_gdbarch_init): Ditto.
10247 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10248 * v850-tdep.c (v850_gdbarch_init): Ditto.
10249 * vax-tdep.c (vax_gdbarch_init): Ditto.
10250 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10251
10252 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
10253
10254 * symfile.c (symfile_relocate_debug_section): Update call to
10255 bfd_simple_get_relocated_section_contents.
10256
10257 2003-03-31 Andrew Cagney <cagney@redhat.com>
10258
10259 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
10260 * gdbarch.h, gdbarch.c: Regenerate.
10261 * inferior.h (FIX_CALL_DUMMY): Delete macro.
10262 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
10263 available.
10264 * frame.h (generic_fix_call_dummy): Delete declaration.
10265 * dummy-frame.h: Update comment.
10266 * dummy-frame.c (generic_fix_call_dummy): Delete function.
10267 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10268 fix_call_dummy.
10269 * sh-tdep.c (sh_gdbarch_init): Ditto.
10270 * s390-tdep.c (s390_gdbarch_init): Ditto.
10271 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10272 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10273 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10274 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10275 * i386-tdep.c (i386_gdbarch_init): Ditto.
10276 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10277 * frv-tdep.c (frv_gdbarch_init): Ditto.
10278 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10279 * cris-tdep.c (cris_gdbarch_init): Ditto.
10280 * avr-tdep.c (avr_gdbarch_init): Ditto.
10281 * arm-tdep.c (arm_gdbarch_init): Ditto.
10282
10283 2003-03-31 J. Brobecker <brobecker@gnat.com>
10284
10285 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
10286 (INIT_FRAME_AP): Likewise.
10287 (EXTRA_FRAME_INFO): Likewise.
10288
10289 2003-03-31 Andrew Cagney <cagney@redhat.com>
10290
10291 * gdbarch.sh: Include "symfile.h".
10292 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
10293 * gdbarch.h, gdbarch.c: Re-generate.
10294 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
10295 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10296 call_dummy_address, the default is at entry_point_address.
10297 * v850-tdep.c (v850_gdbarch_init): Ditto.
10298 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10299 * sh-tdep.c (sh_gdbarch_init): Ditto.
10300 * s390-tdep.c (s390_gdbarch_init): Ditto.
10301 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10302 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10303 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10304 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10305 * i386-tdep.c (i386_gdbarch_init): Ditto.
10306 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10307 * frv-tdep.c (frv_gdbarch_init): Ditto.
10308 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10309 * cris-tdep.c (cris_gdbarch_init): Ditto.
10310 * arm-tdep.c (arm_gdbarch_init): Ditto.
10311
10312 2003-03-31 Andrew Cagney <cagney@redhat.com>
10313
10314 * gdbarch.sh (CALL_DUMMY_P): Delete.
10315 * gdbarch.h, gdbarch.c: Re-generate.
10316 * inferior.h (CALL_DUMMY_P): Delete macro.
10317 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10318 * vax-tdep.c (vax_gdbarch_init): Update.
10319 * v850-tdep.c (v850_gdbarch_init): Update.
10320 * sparc-tdep.c (sparc_gdbarch_init): Update.
10321 * sh-tdep.c (sh_gdbarch_init): Update.
10322 * s390-tdep.c (s390_gdbarch_init): Update.
10323 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10324 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10325 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10326 * mips-tdep.c (mips_gdbarch_init): Update.
10327 * mcore-tdep.c (mcore_gdbarch_init): Update.
10328 * m68k-tdep.c (m68k_gdbarch_init): Update.
10329 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10330 * ia64-tdep.c (ia64_gdbarch_init): Update.
10331 * i386-tdep.c (i386_gdbarch_init): Update.
10332 * h8300-tdep.c (h8300_gdbarch_init): Update.
10333 * frv-tdep.c (frv_gdbarch_init): Update.
10334 * d10v-tdep.c (d10v_gdbarch_init): Update.
10335 * cris-tdep.c (cris_gdbarch_init): Update.
10336 * breakpoint.c (deprecated_frame_in_dummy): Update.
10337 * avr-tdep.c (avr_gdbarch_init): Update.
10338 * alpha-tdep.c (alpha_gdbarch_init): Update.
10339 * arm-tdep.c (arm_gdbarch_init): Update.
10340 * dummy-frame.c (dummy_frame_this_id): Update comments.
10341 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
10342 * frame.c (legacy_get_prev_frame): Ditto.
10343 * valops.c (call_function_by_hand): Delete function.
10344 (hand_function_call): Rename to call_function_by_hand
10345
10346 2003-03-30 Andrew Cagney <cagney@redhat.com>
10347
10348 2002-11-10 Klee Dienes <kdienes@apple.com>
10349 * value.h (struct value): Update comment.
10350
10351 2003-03-30 Andrew Cagney <cagney@redhat.com>
10352
10353 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
10354 D10V_FP_REGNUM.
10355 (d10v_gdbarch_init): Do not set fp_regnum.
10356
10357 * frame.c (get_frame_base): Force ID initialization.
10358 (get_prev_frame): Move computation of the frame ID from here ...
10359 (get_frame_id): ... to here.
10360 (legacy_get_prev_frame): Mark the frame ID as valid.
10361 * frame.h (struct frame_info): Add field "id_p".
10362
10363 2003-03-30 Mark Kettenis <kettenis@gnu.org>
10364
10365 * i386-tdep.c (i386_store_struct_return): Removed.
10366 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
10367
10368 2003-03-30 Andrew Cagney <cagney@redhat.com>
10369
10370 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
10371 * gdbarch.h, gdbarch.c: Regenerate.
10372 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
10373 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10374 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10375 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10376 * i386-tdep.c (i386_gdbarch_init): Ditto.
10377 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10378 * cris-tdep.c (cris_gdbarch_init): Ditto.
10379 * vax-tdep.c (vax_gdbarch_init): Ditto.
10380 * s390-tdep.c (s390_gdbarch_init): Ditto.
10381 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10382 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10383 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10384 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
10385 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
10386 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
10387 * sparc-tdep.c (sparc_gdbarch_init): Update.
10388 * sh-tdep.c (sh_gdbarch_init): Update.
10389 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10390 * mips-tdep.c (mips_gdbarch_init): Update.
10391 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10392 * ia64-tdep.c (ia64_gdbarch_init): Update.
10393 * frv-tdep.c (frv_gdbarch_init): Update.
10394 * avr-tdep.c (avr_gdbarch_init): Update.
10395 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
10396 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
10397 instead of when push_dummy_call is not available.
10398
10399 2003-03-30 Andrew Cagney <cagney@redhat.com>
10400
10401 * infttrace.c: Include "gdbthread.h".
10402 (parent_attach_all): Fix function signature.
10403 (call_ptrace): Update call.
10404 * Makefile.in (infttrace.o): Update dependencies.
10405
10406 2003-03-30 Andrew Cagney <cagney@redhat.com>
10407
10408 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
10409 PUSH_RETURN_ADDRESS.
10410 * gdbarch.h, gdbarch.c: Regenerate.
10411 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10412 * x86-64-tdep.c (x86_64_init_abi): Update.
10413 * v850-tdep.c (v850_gdbarch_init): Update.
10414 * sparc-tdep.c (sparc_gdbarch_init): Update.
10415 * sh-tdep.c (sh_gdbarch_init): Update.
10416 * s390-tdep.c (s390_gdbarch_init): Update.
10417 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10418 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10419 * mips-tdep.c (mips_gdbarch_init): Update.
10420 * mcore-tdep.c (mcore_gdbarch_init): Update.
10421 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10422 * ia64-tdep.c (ia64_gdbarch_init): Update.
10423 * i386-tdep.c (i386_gdbarch_init): Update.
10424 * h8300-tdep.c (h8300_gdbarch_init): Update.
10425 * frv-tdep.c (frv_gdbarch_init): Update.
10426 * cris-tdep.c (cris_gdbarch_init): Update.
10427 * avr-tdep.c (avr_gdbarch_init): Update.
10428 * arm-tdep.c (arm_gdbarch_init): Update.
10429 * valops.c (hand_function_call): Update.
10430
10431 2003-03-29 Andrew Cagney <cagney@redhat.com>
10432
10433 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
10434 sizeof_call_dummy_words.
10435 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
10436 define.
10437 * gdbarch.h: Regenerate.
10438
10439 2003-03-29 Andrew Cagney <cagney@redhat.com>
10440
10441 * infttrace.h: New file.
10442 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
10443 (hpread_get_textlow): Detect an uninitialized dn_bufp.
10444 (hpread_read_doc_function_type): Detect an initialized type1.
10445 (hpread_quick_traverse): Initialize mod_name_string.
10446 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
10447 (som_solib_get_solib_by_pc): Declare.
10448 (so_lib_thread_start_addr): Declare.
10449 (no_shared_libraries): Declare.
10450 * somread.c (init_import_symbols): Make static. Add forward
10451 declaration.
10452 * config/pa/nm-hppah.h: Include "infttrace.h" for
10453 parent_attach_all.
10454 (hppa_insert_hw_watchpoint): Declare.
10455 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
10456 * hppah-nat.c: Include "gdb_string.h".
10457 (parent_attach_all): Delete extern declaration, moved to
10458 "infttrace.h".
10459 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
10460 int.
10461 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
10462 * Makefile.in (infttrace_h): Define.
10463 (hpread.o): Update dependencies.
10464 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
10465 * hppa-hpux-tdep.c: Include "gdb_string.h".
10466 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
10467 * infrun.c (handle_inferior_event): Always initialize
10468 stepped_after_stopped_by_watchpoint. Add default and remove
10469 fallthrough in switch statement.
10470 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10471 parameter to int.
10472 (hppa_remove_hw_watchpoint): Ditto.
10473
10474 2003-03-29 Andrew Cagney <cagney@redhat.com>
10475
10476 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10477 offset.
10478
10479 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
10480
10481 * arm-tdep.c (arm_push_arguments): Delete.
10482 (struct stack_item): New type.
10483 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10484 (arm_store_struct_return): Delte.
10485 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
10486 arm_push_arguments or arm_store_struct_return.
10487
10488 2003-03-28 Andrew Cagney <cagney@redhat.com>
10489
10490 * Makefile.in (d10v-tdep.o): Update dependencies.
10491 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10492 * d10v-tdep.c: Include "remote.h".
10493 (target_resume_hook): Delete extern declaration.
10494 (target_wait_loop_hook): Ditto.
10495 (tdisassemble_command): Eliminate assignment in "if" conditional.
10496 (d10v_ts2_register_sim_regno): Eliminate call to
10497 legacy_register_sim_regno.
10498 (d10v_ts3_register_sim_regno): Ditto.
10499
10500 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10501
10502 * thread.c: Reindented.
10503 * lin-lwp.c: Ditto.
10504 * linux-proc.c: Ditto.
10505
10506 2003-03-28 Bob Rossi <bob_rossi@cox.net>
10507
10508 * MAINTAINERS (write after approval): Add myself.
10509
10510 2003-03-27 Theodore A. Roth <troth@openavr.org>
10511
10512 * objc-exp.y: Add missing semi-colons.
10513
10514 2003-03-27 Andrew Cagney <cagney@redhat.com>
10515
10516 * regcache.c (write_sp): Delete function and references.
10517 * inferior.h (write_sp): Delete declaration.
10518 * valops.c (hand_function_call): Replace write_sp with
10519 TARGET_WRITE_SP.
10520 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10521 (sparc_pop_frame): Ditto.
10522
10523 2003-03-27 Andrew Cagney <cagney@redhat.com>
10524
10525 * NEWS: Mention removal of support for hppa*-*-bsd* and
10526 hppa*-*-osf* natives, and hppa*-*-pro* target.
10527 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10528 * config/pa/xm-pa.h: Obsolete file.
10529 * config/pa/xm-hppab.h: Obsolete file.
10530 * config/pa/nm-hppab.h: Obsolete file.
10531 * config/pa/tm-hppab.h: Obsolete file.
10532 * config/pa/tm-hppao.h: Obsolete file.
10533 * config/pa/nm-hppao.h: Obsolete file.
10534 * config/pa/tm-pro.h: Obsolete file.
10535 * config/pa/hppaosf.mt: Obsolete file.
10536 * config/pa/hppaosf.mh: Obsolete file.
10537 * config/pa/hppapro.mt: Obsolete file.
10538 * config/pa/hppabsd.mt: Obsolete file.
10539 * config/pa/hppabsd.mh: Obsolete file.
10540 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10541 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10542 hppa*-*-osf*.
10543
10544 2003-03-27 Andrew Cagney <cagney@redhat.com>
10545
10546 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10547 push_arguments. Don't set push_return_address or write_sp.
10548 (d10v_push_dummy_call): Replace d10v_push_arguments.
10549 (d10v_push_return_address, d10v_write_sp): Delete function,
10550 handled by push_dummy_call.
10551
10552 2003-03-26 Andrew Cagney <cagney@redhat.com>
10553
10554 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10555 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10556 regcache and dummy_addr parameters.
10557 * gdbarch.h, gdbarch.c: Re-generate.
10558 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10559 available; assume it will handle stack alignment and return
10560 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10561 legacy_push_arguments.
10562 (legacy_push_arguments): Rename default_push_arguments.
10563 * value.h (legacy_push_arguments): Rename default_push_arguments.
10564 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10565 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10566 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10567 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10568 * config/i386/tm-symmetry.h: Update.
10569 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10570 * x86-64-tdep.c (x86_64_init_abi): Update.
10571 * v850-tdep.c (v850_gdbarch_init): Update.
10572 * sparc-tdep.c (sparc_gdbarch_init): Update.
10573 * sh-tdep.c (sh_gdbarch_init): Update.
10574 * s390-tdep.c (s390_gdbarch_init): Update.
10575 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10576 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10577 * mips-tdep.c (mips_gdbarch_init): Update.
10578 * mcore-tdep.c (mcore_gdbarch_init): Update.
10579 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10580 * ia64-tdep.c (ia64_gdbarch_init): Update.
10581 * i386-tdep.c (i386_gdbarch_init): Update.
10582 * hppa-tdep.c (hppa_gdbarch_init): Update.
10583 * h8300-tdep.c (h8300_gdbarch_init): Update.
10584 * frv-tdep.c (frv_gdbarch_init): Update.
10585 * d10v-tdep.c (d10v_gdbarch_init): Update.
10586 * cris-tdep.c (cris_gdbarch_init): Update.
10587 * avr-tdep.c (avr_gdbarch_init): Update.
10588 * arm-tdep.c (arm_gdbarch_init): Update.
10589 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10590 * alpha-tdep.c (alpha_gdbarch_init): Update.
10591
10592 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10593
10594 * signals/signals.c (do_target_signal_to_host): Correct realtime
10595 signal range test.
10596
10597 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10598
10599 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10600 (struct sal_chain, map_catch_names): Remove.
10601 (catch_exception_command_1): Don't call
10602 handle_gnu_4_16_catch_command.
10603
10604 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10605
10606 From Mark Dettinger <dettinge@de.ibm.com>:
10607 * dwarf2cfi.c (read_2u): Increment pointer by two.
10608
10609 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10610
10611 * signals/signals.c: Fix typos in last change.
10612
10613 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10614
10615 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10616 not already defined. Use __SIGRTMIN if available.
10617 (target_signal_from_host): Remove SIGRTMIN block.
10618 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10619 the signal is within the realtime range.
10620
10621 2003-03-25 Adam Fedor <fedor@gnu.org>
10622
10623 * Makefile.in (infrun.o): Add $(language_h)
10624 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10625 for language specific trampolines.
10626 * language.h (struct language_defn): Add skip_trampoline.
10627 (skip_language_trampoline): Declare.
10628 * language.c (unk_lang_trampoline, skip_language_trampoline):
10629 New functions.
10630 (unknown_language_defn, auto_language_defn, local_language_defn):
10631 Add ukn_lang_trampoline.
10632 * ada-lang.c (ada_language_defn): Add NULL for language
10633 specific skip_trampoline.
10634 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10635 scm-lang.c: Likewise.
10636 * objc-lang.c (objc_skip_trampoline): New function.
10637 (objc_language_defn): Add objc_skip_trampoline.
10638
10639 2003-03-25 Andrew Cagney <cagney@redhat.com>
10640
10641 * frame.c (get_prev_frame): Delay validating a frame's ID -
10642 non-NULL, didn't go backwards - until an attempt to unwind it to
10643 the previous frame.
10644
10645 2003-03-25 Andrew Cagney <cagney@redhat.com>
10646
10647 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10648 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10649 * gdbarch.h, gdbarch.c: Re-generate.
10650 * config/sparc/tm-sparc.h
10651 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10652 * sparc-tdep.c (sparc_gdbarch_init): Set
10653 deprecated_extra_stack_alignment_needed.
10654 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10655 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10656 extra_stack_alignment_needed.
10657 * v850-tdep.c (v850_gdbarch_init): Ditto.
10658 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10659 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10660 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10661 * cris-tdep.c (cris_gdbarch_init): Ditto.
10662 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10663 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10664
10665 2003-03-25 Andrew Cagney <cagney@redhat.com>
10666
10667 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10668 STORE_STRUCT_RETURN.
10669 * gdbarch.h, gdbarch.c: Regenerate.
10670 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10671 (d10v_push_arguments): Set the struct return register.
10672 (d10v_gdbarch_init): Update.
10673 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10674 * x86-64-tdep.c (x86_64_init_abi): Update.
10675 * vax-tdep.c (vax_gdbarch_init): Update.
10676 * v850-tdep.c (v850_gdbarch_init): Update.
10677 * sparc-tdep.c (sparc_gdbarch_init): Update.
10678 * sh-tdep.c (sh_gdbarch_init): Update.
10679 * s390-tdep.c (s390_gdbarch_init): Update.
10680 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10681 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10682 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10683 * mips-tdep.c (mips_gdbarch_init): Update.
10684 * mcore-tdep.c (mcore_gdbarch_init): Update.
10685 * m68k-tdep.c (m68k_gdbarch_init): Update.
10686 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10687 * ia64-tdep.c (ia64_gdbarch_init): Update.
10688 * i386-tdep.c (i386_gdbarch_init): Update.
10689 * hppa-tdep.c (hppa_gdbarch_init): Update.
10690 * h8300-tdep.c (h8300_gdbarch_init): Update.
10691 * frv-tdep.c (frv_gdbarch_init): Update.
10692 * cris-tdep.c (cris_gdbarch_init): Update.
10693 * avr-tdep.c (avr_gdbarch_init): Update.
10694 * arm-tdep.c (arm_gdbarch_init): Update.
10695 * alpha-tdep.c (alpha_gdbarch_init): Update.
10696
10697 2003-03-25 Andrew Cagney <cagney@redhat.com>
10698
10699 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10700 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10701 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10702 * gdbarch.h, gdbarch.c: Regenerate.
10703 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10704 call_dummy_stack_adjust_p.
10705 * vax-tdep.c (vax_gdbarch_init): Ditto.
10706 * v850-tdep.c (v850_gdbarch_init): Ditto.
10707 * sh-tdep.c (sh_gdbarch_init): Ditto.
10708 * s390-tdep.c (s390_gdbarch_init): Ditto.
10709 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10710 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10711 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10712 * mips-tdep.c (mips_gdbarch_init): Ditto.
10713 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10714 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10715 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10716 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10717 * i386-tdep.c (i386_gdbarch_init): Ditto.
10718 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10719 * frv-tdep.c (frv_gdbarch_init): Ditto.
10720 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10721 * cris-tdep.c (cris_gdbarch_init): Ditto.
10722 * avr-tdep.c (avr_gdbarch_init): Ditto.
10723 * arm-tdep.c (arm_gdbarch_init): Ditto.
10724 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10725 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10726 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10727 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10728 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10729 call_dummy_stack_adjust_p.
10730 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10731 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10732 * sparc-tdep.c (sparc32_push_arguments): Update.
10733 * valops.c (hand_function_call): Update.
10734
10735 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
10736
10737 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10738 set_gdbarch_char_signed.
10739
10740 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10741
10742 PR cli/548
10743 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10744
10745 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10746
10747 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10748 (_initialize_arm_tdep): Don't set tm_print_insn.
10749
10750 2003-03-24 Adam Fedor <fedor@gnu.org>
10751
10752 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10753 * objc-lang.h: Add multiple inclusion protection.
10754 (start_msglist, add_msglist, end_msglist): Additional declarations.
10755
10756 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
10757
10758 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10759 value was renamed to ARM_FLOAT_SOFT_FPA.
10760
10761 2003-03-23 Andrew Cagney <cagney@redhat.com>
10762
10763 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10764 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10765 * gdbarch.h, gdbarch.c: Regenerate.
10766 * valops.c (hand_function_call): Update.
10767 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10768 * frame.c (legacy_saved_regs_this_id): Update.
10769 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10770 * dummy-frame.h: Update.
10771 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10772 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10773 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10774 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10775 * config/m68k/tm-sun3.h: Update.
10776 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10777 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10778 * x86-64-tdep.c (x86_64_init_abi): Update.
10779 * vax-tdep.c (vax_gdbarch_init): Update.
10780 * v850-tdep.c (v850_gdbarch_init): Update.
10781 * sparc-tdep.c (sparc_frame_chain, 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_frame_saved_pc): Update.
10785 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10786 (frame_get_saved_regs): Update.
10787 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10788 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10789 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10790 * mips-tdep.c (mips_gdbarch_init): Update.
10791 * mcore-tdep.c (mcore_gdbarch_init): Update.
10792 * m68k-tdep.c (m68k_gdbarch_init): Update.
10793 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10794 * ia64-tdep.c (ia64_gdbarch_init): Update.
10795 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10796 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10797 (i386_interix_back_one_frame): Update.
10798 * hppa-tdep.c (hppa_gdbarch_init): Update.
10799 (hppa_init_extra_frame_info): Update.
10800 * h8300-tdep.c (h8300_gdbarch_init): Update.
10801 * frv-tdep.c (frv_gdbarch_init): Update.
10802 * cris-tdep.c (cris_gdbarch_init): Update.
10803 * avr-tdep.c (avr_gdbarch_init): Update.
10804 * arm-tdep.c (arm_gdbarch_init): Update.
10805 * alpha-tdep.c (alpha_gdbarch_init): Update.
10806
10807 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10808
10809 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10810 (arm_get_fp_model): Declare.
10811 * arm-tdep.c (fp_model_strings): New string array.
10812 (arm_fp_model, current_fp_model): New variables.
10813 (arm_get_fp_model): New function.
10814 (arm_set_fp): New function.
10815 (set_fp_model_sfunc): New function.
10816 (show_fp_model): New function.
10817 (_initialize_arm_tdep): Add new command to set/show the FPU.
10818 (arm_extract_return_value): Use arm_get_fp_model.
10819 (arm_store_return_value): Likewise.
10820 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10821 to initialize the floating-point data types.
10822 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10823 model is FPA.
10824
10825 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10826
10827 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10828 the current setting of each value.
10829 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
10830 new_set and new_show. Use add_setshow_cmd_full and
10831 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10832 commands and add new version as subcommands of "set/show arm".
10833
10834 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10835
10836 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10837 (set_arm_command, show_arm_command): New functions.
10838 (_initialize_arm_tdep): Add them.
10839 (num_disassembly_options): Renamed from num_flavor_options.
10840 (valid_disassembly_styles): Renamed from valid_flavors.
10841 (disassembly_style): Renamed from disassembly_flavor.
10842 (set_disassembly_style_sfunc): Renamed from
10843 set_disassembly_flavor_sfunc.
10844 (set_disassembly_style): Renamed from set_disassembly_flavor.
10845 (arm_othernames): Updated.
10846 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10847 command. Add "set/show arm disassembly" commands. Deprecate
10848 "othernames" command.
10849
10850 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10851
10852 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10853 (arm-tdep.o): Depend on elf_arm_h.
10854
10855 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10856
10857 * Makefile.in (coff_internal_h): Define.
10858 (arm-tdep.o): Update dependencies.
10859
10860 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10861
10862 * arm-tdep.c (prologue_cache): Delete.
10863 (check_prologue_cache, save_prologue_cache): Delete.
10864 (arm_scan_prologue): Don't check or update the prologue_cache.
10865 (arm_gdb_arch_init): Don't initialize it.
10866 (_initialize_arm_tdep): Likewise.
10867
10868 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10869
10870 * MAINTAINERS (tui): Maintainer of tui code.
10871
10872 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
10873
10874 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10875 (i386-cygwin-tdep.o): Add dependencies.
10876 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10877 * i386-cygwin-tdep.c: New file.
10878 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10879 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10880
10881 2003-03-20 Andrew Cagney <cagney@redhat.com>
10882
10883 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10884 (handle_inferior_event): Remove code calling
10885 DYNAMIC_TRAMPOLINE_NEXTPC.
10886
10887 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10888 already has a full path.
10889
10890 * main.c (gdb_main): Return 1.
10891 (captured_main): Call error to report an invalid interpreter.
10892
10893 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10894 * alpha-osf1-tdep.c: Include "gdb_string.h".
10895
10896 2003-03-19 J. Brobecker <brobecker@gnat.com>
10897
10898 Continuing work to convert the hppa targets to multiarch partial.
10899
10900 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10901 method, now that hppa_push_dummy_frame has a conformant prototype.
10902 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10903 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10904 for the switch to multiarch partial.
10905
10906 2003-03-19 Kevin Buettner <kevinb@redhat.com>
10907
10908 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10909 when iss is issNull.
10910
10911 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10912
10913 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10914 NUM_REGS bounds check.
10915
10916 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10917
10918 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10919 * mips-tdep.c (gdb_assert.h): Include.
10920 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10921 (mips_register_name): Handle integer registers explicitly. Add
10922 bounds checking.
10923 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10924 (mips_lsi33k_reg_names): Don't list integer registers; they're
10925 handled by mips_register_name() now.
10926 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10927 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10928 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10929 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10930 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10931
10932 2003-03-18 Andrew Cagney <cagney@redhat.com>
10933
10934 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10935 a void pointer.
10936 * gdbtypes.h (print_scalar_formatted): Update declaration.
10937 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10938
10939 2003-03-18 J. Brobecker <brobecker@gnat.com>
10940
10941 * infrun.c (observer.h): Add #include.
10942 (normal_stop): Add call to observer_notify_normal_stop.
10943 * Makefile.in (infrun.o): Add dependency on observer.h.
10944
10945 2003-03-18 J. Brobecker <brobecker@gnat.com>
10946
10947 Continuing work to convert the hppa targets to multiarch partial.
10948 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10949 parameter. Reformat comment.
10950 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10951 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10952 to match new profile.
10953
10954 2003-03-18 J. Brobecker <brobecker@gnat.com>
10955
10956 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10957 appear to be working in any case.
10958
10959 2003-03-18 J. Brobecker <brobecker@gnat.com>
10960
10961 * observer.c (observer_test_first_observer): New static variable.
10962 (observer_test_second_observer): Likewise.
10963 (observer_test_third_observer): Likewise.
10964 (observer_test_first_notification_function): New static function.
10965 (observer_test_second_notification_function): Likewise.
10966 (observer_test_third_notification_function): Likewise.
10967
10968 2003-03-17 J. Brobecker <brobecker@gnat.com>
10969
10970 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10971 * somsolib.c (gdb_assert.h): Likewise.
10972 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10973 (somsolib.o): Likewise.
10974
10975 2003-03-17 Andrew Cagney <cagney@redhat.com>
10976
10977 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10978 BFD. Simplify setting of di.endian.
10979
10980 2003-03-17 Andrew Cagney <cagney@redhat.com>
10981
10982 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10983 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10984
10985 From Elena Zannoni <ezannoni@redhat.com>
10986 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10987 vector and floating-point parameters.
10988 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10989 convention.
10990 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10991
10992 2003-03-17 Fernando Nasser <fnasser@redhat.com>
10993
10994 * MAINTAINERS: Remove my name from several maintainership roles.
10995
10996 2003-03-17 Andrew Cagney <cagney@redhat.com>
10997
10998 Fix frame off-by-one bug.
10999 * frame-unwind.h (frame_this_id_ftype): Replace
11000 frame_unwind_id_ftype.
11001 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
11002 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
11003 with "prev_register".
11004 * frame-unwind.c (frame_unwind_find_by_pc): Return
11005 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
11006 comment.
11007 * dummy-frame.c (cached_find_dummy_frame): Delete function.
11008 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
11009 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
11010 (dummy_frame_unwind): Update.
11011 * sentinel-frame.c (sentinel_frame_prev_register): Replace
11012 sentinel_frame_register_unwind.
11013 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
11014 (sentinel_frame_unwinder): Update.
11015 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11016 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
11017 * frame.c (create_sentinel_frame): Update. Initialize
11018 "prologue_cache" instead of "unwind_cache".
11019 (frame_register_unwind): Call this frame's prev_register with the
11020 next frame and this frame's prologue cache.
11021 (get_prev_frame): Simplify. Always call prev frame's this_id with
11022 this frame and prev frame's prologue cache. Document that this
11023 call is shifted one to the left when compared to the
11024 frame_register_unwind call.
11025 (legacy_saved_regs_prev_register): Replace
11026 frame_saved_regs_register_unwind.
11027 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
11028 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
11029 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11030 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
11031 (d10v_frame_unwind): Update.
11032 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
11033 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
11034 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
11035 "saved_regs" with "this_saved_regs".
11036
11037 2003-03-16 Andrew Cagney <cagney@redhat.com>
11038
11039 * frame.c (frame_pop): Don't call target_store_registers. Fix
11040 problem reported by Mark Kettenis.
11041
11042 2003-03-16 Mark Kettenis <kettenis@gnu.org>
11043
11044 * i386-tdep.c (i386_register_type): Renamed from
11045 i386_register_virtual_type. Adjust function signature.
11046 (i386_gdbarch_init): Set register_type instead of
11047 deprecated_max_register_raw_size,
11048 deprecated_max_register_virtual_size and register_virtual_type.
11049
11050 2003-03-14 Andrew Cagney <cagney@redhat.com>
11051
11052 * frame.c (get_prev_frame): When a legacy frame, always call
11053 legacy_get_prev_frame. Simplify unwind code using assumption that
11054 the unwinder is new.
11055 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
11056 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
11057 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
11058
11059 2003-03-14 Andrew Cagney <cagney@redhat.com>
11060
11061 * frame.c (get_saved_register): Delete function.
11062 * frame.h (get_saved_register): Delete declaration.
11063 * xstormy16-tdep.c: Update comment.
11064 * regcache.h: Update comments.
11065 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
11066 get_saved_register and extract_address, use
11067 frame_read_unsigned_register.
11068 (sparc_frame_saved_pc): Ditto.
11069 (sparc_get_saved_register): Instead of get_saved_register, use
11070 frame_register.
11071 (sparc_pop_frame): Ditto.
11072 * findvar.c: Update comments.
11073 (value_of_register): Call frame_register instead of
11074 get_saved_register.
11075 (value_from_register): Ditto.
11076 * config/sparc/tm-sparc.h: Update comment.
11077 * breakpoint.c: Update comment.
11078
11079 2003-03-14 Andrew Cagney <cagney@redhat.com>
11080
11081 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
11082 GET_SAVED_REGISTER.
11083 * gdbarch.h, gdbarch.c: Re-generate.
11084 * frame.h: Update comments.
11085 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11086 * x86-64-tdep.c (x86_64_init_abi): Update.
11087 * sparc-tdep.c (sparc_gdbarch_init): Update.
11088 * sh-tdep.c (sh_gdbarch_init): Update.
11089 * mips-tdep.c (mips_gdbarch_init): Update.
11090 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11091 * cris-tdep.c (cris_gdbarch_init): Update.
11092 * ia64-tdep.c (ia64_gdbarch_init): Update.
11093 * frame.c (frame_register): Update.
11094 (get_saved_register): Update.
11095 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
11096
11097 2003-03-13 Andrew Cagney <cagney@redhat.com>
11098
11099 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
11100 * gdbarch.h, gdbarch.c: Regenerate.
11101 * valops.c (hand_function_call): Update comment.
11102 * stack.c (return_command): Update comment.
11103 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
11104 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
11105 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11106 * x86-64-tdep.c (x86_64_init_abi): Update.
11107 * vax-tdep.c (vax_gdbarch_init): Update.
11108 * v850-tdep.c (v850_gdbarch_init): Update.
11109 * sparc-tdep.c (sparc_gdbarch_init): Update.
11110 * sh-tdep.c (sh_gdbarch_init): Update.
11111 * s390-tdep.c (s390_gdbarch_init): Update.
11112 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11113 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11114 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11115 * mips-tdep.c (mips_gdbarch_init): Update.
11116 * mcore-tdep.c (mcore_gdbarch_init): Update.
11117 * m68k-tdep.c (m68k_gdbarch_init): Update.
11118 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11119 * ia64-tdep.c (ia64_gdbarch_init): Update.
11120 * i386-tdep.c (i386_gdbarch_init): Update.
11121 * hppa-tdep.c (hppa_gdbarch_init): Update.
11122 * h8300-tdep.c (h8300_gdbarch_init): Update.
11123 * frv-tdep.c (frv_gdbarch_init): Update.
11124 * cris-tdep.c (cris_gdbarch_init): Update.
11125 * avr-tdep.c (avr_gdbarch_init): Update.
11126 * arm-tdep.c (arm_gdbarch_init): Update.
11127 * alpha-tdep.c (alpha_gdbarch_init): Update.
11128
11129 2003-03-13 Andrew Cagney <cagney@redhat.com>
11130
11131 * frame.c (legacy_frame_p): New function.
11132 (get_prev_frame): Use legacy_frame_p.
11133 * frame.h (legacy_frame_p): Declare.
11134
11135 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11136
11137 * MAINTAINERS (write after approval): Alphabetically
11138 listing corrected.
11139
11140 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11141
11142 * MAINTAINERS (write after approval): Add myself.
11143
11144 2003-03-12 Andrew Cagney <cagney@redhat.com>
11145
11146 * frame.c (get_prev_frame): Rename the frame parameter to
11147 "this_frame".
11148 (get_next_frame, legacy_get_prev_frame): Ditto.
11149
11150 2003-03-12 Andrew Cagney <cagney@redhat.com>
11151
11152 * frame.c (get_current_frame): Check target_has_registers before
11153 checking target_has_stack.
11154 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
11155 instead of deprecated_selected_frame.
11156 * findvar.c (value_of_register): Pass "frame", not
11157 deprecated_selected_frame, to value_of_builtin_reg.
11158
11159 2003-03-12 Andrew Cagney <cagney@redhat.com>
11160
11161 * regcache.c (regcache_cooked_write_signed): New function.
11162 (regcache_cooked_write_unsigned): New function.
11163 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
11164 (regcache_cooked_read_signed): Fix regnum in range assertion.
11165 * regcache.h (regcache_cooked_write_signed): Declare.
11166 (regcache_cooked_write_unsigned): Declare.
11167
11168 2003-03-12 Andrew Cagney <cagney@redhat.com>
11169
11170 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11171 * gdbarch.h, gdbarch.c: Re-generate.
11172 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11173 * x86-64-tdep.h: Update.
11174 * x86-64-tdep.c (x86_64_init_abi): Update.
11175 * v850-tdep.c (v850_gdbarch_init): Update.
11176 * sparc-tdep.c (sparc_gdbarch_init): Update.
11177 * sh-tdep.c (sh_gdbarch_init): Update.
11178 * s390-tdep.c (s390_gdbarch_init): Update.
11179 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11180 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11181 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11182 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11183 * mips-tdep.c (mips_gdbarch_init): Update.
11184 * mcore-tdep.c (mcore_gdbarch_init): Update.
11185 * m68k-tdep.c (m68k_gdbarch_init): Update.
11186 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11187 * ia64-tdep.c (ia64_gdbarch_init): Update.
11188 * i386-tdep.c (i386_gdbarch_init): Update.
11189 * i386-interix-tdep.c (i386_interix_init_abi): 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 * sh-tdep.c (sh_init_extra_frame_info): Update.
11198 (sh64_init_extra_frame_info): Update.
11199 * ns32knbsd-nat.c (frame_num_args): Update.
11200 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11201 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11202 (xstormy16_frame_chain_valid): Update.
11203 * vax-tdep.c (vax_saved_pc_after_call): Update.
11204 * v850-tdep.c (v850_frame_chain): Update.
11205 (v850_pop_frame): Update.
11206 (v850_init_extra_frame_info): Update.
11207 * sparc-tdep.c (setup_arbitrary_frame): Update.
11208 * ns32k-tdep.c (umax_frame_num_args): Update.
11209 * s390-tdep.c (s390_pop_frame_regular): Update.
11210 * mn10300-tdep.c (mn10300_frame_chain): Update.
11211 (mn10300_pop_frame_regular): Update.
11212 (mn10300_init_extra_frame_info): Update.
11213 * mips-tdep.c (mips_init_frame_pc_first): Update.
11214 (mips_frame_chain): Update.
11215 (mips_pop_frame): Update.
11216 * mcore-tdep.c (mcore_frame_chain): Update.
11217 (mcore_pop_frame): Update.
11218 (mcore_init_extra_frame_info): Update.
11219 * arch-utils.c (init_frame_pc_default): Update.
11220 * m68k-tdep.c (isi_frame_num_args): Update.
11221 (delta68_frame_num_args): Update.
11222 (news_frame_num_args): Update.
11223 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11224 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11225 (alpha_frame_chain): Update.
11226 (alpha_pop_frame): Update.
11227 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11228 (hppa_init_extra_frame_info): Update.
11229 (hppa_frame_chain): Update.
11230 (hppa_frame_chain_valid): Update.
11231 * cris-tdep.c (cris_init_extra_frame_info): Update.
11232 * avr-tdep.c (avr_init_extra_frame_info): Update.
11233 * arm-tdep.c (arm_frame_chain_valid): Update.
11234 (arm_init_extra_frame_info): Update.
11235 (arm_pop_frame): Update.
11236 * frame.c (frame_pc_unwind): Update.
11237 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11238 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11239 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11240 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11241 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11242 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11243
11244 2003-03-12 Andrew Cagney <cagney@redhat.com>
11245
11246 Eliminate the need for POP_FRAME.
11247 * frame.c (do_frame_unwind_register): New function.
11248 (frame_pop): When no POP_FRAME, pop the frame using register
11249 unwind and a scratch regcache.
11250 (frame_saved_regs_pop): Delete function.
11251 (trad_frame_unwinder): Update.
11252 * d10v-tdep.c (d10v_frame_pop): Delete function.
11253 (d10v_frame_unwind): Update.
11254 * sentinel-frame.c (sentinel_frame_pop): Delete function.
11255 (sentinel_frame_unwinder): Update.
11256 * dummy-frame.c (dummy_frame_pop): Delete function.
11257 (dummy_frame_unwind): Update.
11258 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
11259 (struct frame_unwind): Update.
11260
11261 2003-03-11 Kevin Buettner <kevinb@redhat.com>
11262
11263 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
11264 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
11265 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
11266 Do range checks on register number obtained from debugging info.
11267 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
11268 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
11269 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
11270 mapping function.
11271 (do_fp_register_row): Fix typo which caused double type to be
11272 used when attempting to unpack a float.
11273
11274 2003-03-11 J. Brobecker <brobecker@gnat.com>
11275
11276 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
11277
11278 2003-03-11 Andrew Cagney <cagney@redhat.com>
11279
11280 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
11281 frame. Problem found by Corinna Vinschen.
11282
11283 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
11284
11285 * doublest.c (floatformat_from_length): Accept also
11286 the real size of 'long double' type.
11287
11288 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
11289
11290 From Klee Dienes <kdienes@apple.com>:
11291 * breakpoint.c (bpstat_copy): Copy the command lines as well
11292 as the old value, to match what is freed in bpstat_clear.
11293
11294 2003-03-10 David Carlton <carlton@math.stanford.edu>
11295
11296 * minsyms.c (add_minsym_to_hash_table): Replace
11297 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
11298 (compare_minimal_symbols, compact_minimal_symbols)
11299 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
11300 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
11301 of DEPRECATED_SYMBOL_MATCHES_NAME.
11302 (lookup_minimal_symbol_solib_trampoline): Ditto.
11303
11304 2003-03-10 Andrew Cagney <cagney@redhat.com>
11305
11306 * regcache.h (regcache_cooked_read_ftype): Define.
11307 (regcache_save, regcache_restore): Add a cooked_read parameter.
11308 * regcache.c (regcache_save, regcache_restore): Update.
11309 (do_cooked_read): New function.
11310 (regcache_cpy): Pass do_cooked_read to regcache_save and
11311 regcache_restore.
11312
11313 2003-03-10 Andrew Cagney <cagney@redhat.com>
11314
11315 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11316 * gdbarch.h, gdbarch.c: Re-generate.
11317 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11318 * x86-64-tdep.h: Update.
11319 * x86-64-tdep.c (x86_64_init_abi): Update.
11320 * v850-tdep.c (v850_gdbarch_init): Update.
11321 * sparc-tdep.c (sparc_gdbarch_init): Update.
11322 * sh-tdep.c (sh_gdbarch_init): Update.
11323 * s390-tdep.c (s390_gdbarch_init): Update.
11324 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11325 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11326 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11327 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11328 * mips-tdep.c (mips_gdbarch_init): Update.
11329 * mcore-tdep.c (mcore_gdbarch_init): Update.
11330 * m68k-tdep.c (m68k_gdbarch_init): Update.
11331 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11332 * ia64-tdep.c (ia64_gdbarch_init): Update.
11333 * i386-tdep.c (i386_gdbarch_init): Update.
11334 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11335 * hppa-tdep.c (hppa_gdbarch_init): Update.
11336 * h8300-tdep.c (h8300_gdbarch_init): Update.
11337 * frv-tdep.c (frv_gdbarch_init): Update.
11338 * cris-tdep.c (cris_gdbarch_init): Update.
11339 * avr-tdep.c (avr_gdbarch_init): Update.
11340 * arm-tdep.c (arm_gdbarch_init): Update.
11341 * alpha-tdep.c (alpha_gdbarch_init): Update.
11342 * sh-tdep.c (sh_init_extra_frame_info): Update.
11343 (sh64_init_extra_frame_info): Update.
11344 * ns32knbsd-nat.c (frame_num_args): Update.
11345 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11346 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11347 (xstormy16_frame_chain_valid): Update.
11348 * vax-tdep.c (vax_saved_pc_after_call): Update.
11349 * v850-tdep.c (v850_frame_chain): Update.
11350 (v850_pop_frame): Update.
11351 (v850_init_extra_frame_info): Update.
11352 * sparc-tdep.c (setup_arbitrary_frame): Update.
11353 * ns32k-tdep.c (umax_frame_num_args): Update.
11354 * s390-tdep.c (s390_pop_frame_regular): Update.
11355 * mn10300-tdep.c (mn10300_frame_chain): Update.
11356 (mn10300_pop_frame_regular): Update.
11357 (mn10300_init_extra_frame_info): Update.
11358 * mips-tdep.c (mips_init_frame_pc_first): Update.
11359 (mips_frame_chain): Update.
11360 (mips_pop_frame): Update.
11361 * mcore-tdep.c (mcore_frame_chain): Update.
11362 (mcore_pop_frame): Update.
11363 (mcore_init_extra_frame_info): Update.
11364 * arch-utils.c (init_frame_pc_default): Update.
11365 * m68k-tdep.c (isi_frame_num_args): Update.
11366 (delta68_frame_num_args): Update.
11367 (news_frame_num_args): Update.
11368 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11369 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11370 (alpha_frame_chain): Update.
11371 (alpha_pop_frame): Update.
11372 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11373 (hppa_init_extra_frame_info): Update.
11374 (hppa_frame_chain): Update.
11375 (hppa_frame_chain_valid): Update.
11376 * cris-tdep.c (cris_init_extra_frame_info): Update.
11377 * avr-tdep.c (avr_init_extra_frame_info): Update.
11378 * arm-tdep.c (arm_frame_chain_valid): Update.
11379 (arm_init_extra_frame_info): Update.
11380 (arm_pop_frame): Update.
11381 * frame.c (frame_pc_unwind): Update.
11382 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11383 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11384 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11385 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11386 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11387 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11388
11389 2003-03-10 Andrew Cagney <cagney@redhat.com>
11390
11391 * gdbarch.sh (gdbarch_unwind_pc): New method.
11392 * gdbarch.h, gdbarch.c: Regenerate.
11393 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
11394 but use read_pc and FRAME_SAVED_PC as fall backs.
11395 (frame_saved_regs_pc_unwind): Delete function.
11396 (trad_frame_unwinder): Update.
11397 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
11398 (struct frame_unwind): Update.
11399 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
11400 (dummy_frame_unwind): Update.
11401 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
11402 (sentinel_frame_unwinder): Update.
11403 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
11404 (d10v_frame_unwind): Update.
11405 (d10v_unwind_pc): New function.
11406 (d10v_gdbarch_init): Set unwind_pc.
11407
11408 2003-03-10 Andrew Cagney <cagney@redhat.com>
11409
11410 * gdbarch.h: Re-generate.
11411
11412 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
11413 PC.
11414 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
11415 the PC register.
11416
11417 2003-03-08 Mark Kettenis <kettenis@gnu.org>
11418
11419 * gdbarch.sh (save_dummy_frame_tos): Add comment.
11420
11421 2003-03-08 Andrew Cagney <cagney@redhat.com>
11422
11423 * cli-out.c: Update copyright.
11424 (cli_out_data): Define typedef. Use instead of ui_out_data.
11425
11426 2003-03-08 Andrew Cagney <cagney@redhat.com>
11427
11428 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
11429 the result.
11430
11431 2003-03-07 Andrew Cagney <cagney@redhat.com>
11432
11433 * gdbarch.sh: Don't generate two macro definitions when an
11434 undefined macro taking no arguments.
11435 * gdbarch.h: Regenerate.
11436
11437 2002-03-07 Michal Ludvig <mludvig@suse.cz>
11438
11439 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
11440 (x86_64_unwind_dummy_id): New functions.
11441 (x86_64_init_abi): Register these two new functions.
11442
11443 2003-03-07 Michal Ludvig <mludvig@suse.cz>
11444
11445 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
11446 (x86_64_skip_prologue): Move prologue detection to
11447 separate function.
11448 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
11449
11450 2003-03-05 Andrew Cagney <cagney@redhat.com>
11451
11452 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
11453 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
11454 * frame.c (get_prev_frame): Restructure the frame ID unwind code
11455 to use unwind_dummy_id when a dummy frame.
11456 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
11457 predicate.
11458 * gdbarch.h, gdbarch.c: Regneerate.
11459
11460 2003-03-05 Andrew Cagney <cagney@redhat.com>
11461
11462 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
11463 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
11464 Do not use d10v_read_sp or d10v_read_fp when obtaining register
11465 values.
11466
11467 2003-03-05 Andrew Cagney <cagney@redhat.com>
11468
11469 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11470 (struct d10v_unwind_cache): Delete field "frameless". Replace
11471 "next_addr" with "sp_offset". Add "r11_offset".
11472 (d10v_frame_unwind_cache): Update.
11473 (prologue_find_regs): Update. When "mv r11, sp", save the
11474 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
11475 RN was saved in r11_offset.
11476
11477 2003-03-05 Andrew Cagney <cagney@redhat.com>
11478
11479 * frame.c (deprecated_update_frame_pc_hack): Also update the the
11480 cached PC value in the next frame.
11481
11482 2003-03-05 Andrew Cagney <cagney@redhat.com>
11483
11484 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11485 "id_unwind_cache" with "id".
11486 (frame_id_unwind): Delete declaration.
11487 * frame.c (frame_id_unwind): Delete function.
11488 (get_prev_frame): Call the frame id unwind method directly. Store
11489 the returned next frame's ID value in NEXT_FRAME. Note that there
11490 is a problem with the wrong unwind ID being called with the wrong
11491 unwind cache.
11492
11493 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11494
11495 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11496
11497 2003-03-05 James Ingham <jingham@apple.com>
11498 Daniel Jacobowitz <drow@mvista.com>
11499
11500 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11501 (auto_cp_abi): New variable.
11502 (current_cp_abi, num_cp_abis): Make static.
11503 (CP_ABI_MAX): Define.
11504 (cp_abis): Turn into an array.
11505 (value_virtual_fn_field): Fix formatting.
11506 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11507 takes a pointer.
11508 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11509 (list_cp_abis, _initialize_cp_abi): New functions.
11510 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
11511 declarations for cp_abis, num_cp_abis, current_cp_abi, and
11512 switch_to_cp_abi. Update prototype for register_cp_abi.
11513 * Makefile.in (cp-abi.o): Update dependencies.
11514 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11515 instead of switch_to_cp_abi.
11516 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
11517 register_cp_abi.
11518 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11519 register_cp_abi.
11520 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11521
11522 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11523
11524 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11525 * dwarf2loc.c: Include "regcache.h".
11526 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
11527 register_size.
11528 * Makefile.in (dwarf2loc.o): Update dependencies.
11529
11530 2003-03-04 Theodore A. Roth <troth@openavr.org>
11531
11532 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11533 number of io registers reported by remote target is not a multiple of
11534 step.
11535
11536 2003-03-04 David Carlton <carlton@math.stanford.edu>
11537
11538 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11539 (lookup_symbol_aux_psymtabs): Update call to
11540 lookup_partial_symbol.
11541 (lookup_transparent_type, find_main_psymtab)
11542 (make_symbol_overload_list): Ditto.
11543
11544 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11545
11546 * MAINTAINERS (Write after approval): Update my email address.
11547
11548 2003-03-03 Andrew Cagney <cagney@redhat.com>
11549
11550 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11551 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11552 predicate. Replace MAX_REGISTER_RAW_SIZE.
11553 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11554 MAX_REGISTER_VIRTUAL_SIZE.
11555 * regcache.c (legacy_max_register_raw_size): New function.
11556 (legacy_max_register_virtual_size): New function.
11557 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11558 (MAX_REGISTER_RAW_SIZE): Define.
11559 (legacy_max_register_raw_size): Declare.
11560 (legacy_max_register_virtual_size): Declare.
11561 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11562 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11563 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11564 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11565 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11566 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11567 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11568 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11569 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11570 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11571 * vax-tdep.c (vax_gdbarch_init): Update.
11572 * v850-tdep.c (v850_gdbarch_init): Update.
11573 * sparc-tdep.c (sparc_gdbarch_init): Update.
11574 * sh-tdep.c (sh_gdbarch_init): Update.
11575 * s390-tdep.c (s390_gdbarch_init): Update.
11576 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11577 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11578 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11579 * mips-tdep.c (mips_gdbarch_init): Update.
11580 * mcore-tdep.c (mcore_gdbarch_init): Update.
11581 * m68k-tdep.c (m68k_gdbarch_init): Update.
11582 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11583 * ia64-tdep.c (ia64_gdbarch_init): Update.
11584 * i386-tdep.c (i386_gdbarch_init): Update.
11585 * hppa-tdep.c (hppa_gdbarch_init): Update.
11586 * h8300-tdep.c (h8300_gdbarch_init): Update.
11587 * frv-tdep.c (frv_gdbarch_init): Update.
11588 * cris-tdep.c (cris_gdbarch_init): Update.
11589 * avr-tdep.c (avr_gdbarch_init): Update.
11590 * arm-tdep.c (arm_gdbarch_init): Update.
11591 * alpha-tdep.c (alpha_gdbarch_init): Update.
11592 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11593 max_register_raw_size or max_register_virtual_size.
11594
11595 2003-03-03 David Carlton <carlton@math.stanford.edu>
11596
11597 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11598 SYMBOL_MATCHES_NAME, add comment.
11599 (SYMBOL_MATCHES_NATURAL_NAME): New.
11600 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11601 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11602 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11603 * symtab.c (lookup_partial_symbol): Use
11604 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11605 unhelpful comment.
11606 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11607 SYMBOL_MATCHES_NAME.
11608 Fix for PR c++/33.
11609
11610 2003-03-03 David Carlton <carlton@math.stanford.edu>
11611
11612 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11613 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11614 by regexp matching against SYMBOL_NATURAL_NAME.
11615
11616 2003-03-03 David Carlton <carlton@math.stanford.edu>
11617
11618 * linespec.c (find_method): Extract code into collect_methods.
11619 (collect_methods): New.
11620
11621 2003-03-02 Mark Kettenis <kettenis@gnu.org>
11622
11623 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11624 get_frame_base.
11625
11626 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11627 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11628
11629 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11630
11631 * arch-utils.c (generic_register_byte): Fix to use the loop index
11632 and not regnum when summing the size of all registers up to regnum.
11633
11634 2003-03-01 Andrew Cagney <cagney@redhat.com>
11635
11636 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11637 FRAME_INIT_SAVED_REGS.
11638 * gdbarch.h, gdbarch.c: Regenerate.
11639 * stack.c (frame_info): Update.
11640 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11641 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11642 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11643 * ns32k-tdep.c (ns32k_pop_frame): Update.
11644 * mips-tdep.c (mips_pop_frame): Update.
11645 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11646 * ia64-tdep.c (ia64_frame_chain): Update.
11647 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11648 (ia64_frameless_function_invocation): Update.
11649 (ia64_init_extra_frame_info): Update.
11650 (ia64_pop_frame_regular): Update.
11651 * frame.h (struct frame_info): Update comment.
11652 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11653 * frame.c (frame_saved_regs_register_unwind): Update.
11654 (frame_saved_regs_register_unwind): Update.
11655 (deprecated_generic_get_saved_register): Update.
11656 * cris-tdep.c: Update comment.
11657 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11658 Rename macro.
11659 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11660 * x86-64-tdep.c (x86_64_init_abi): Update.
11661 * vax-tdep.c (vax_gdbarch_init): Update.
11662 * v850-tdep.c (v850_gdbarch_init): Update.
11663 * sparc-tdep.c (sparc_gdbarch_init): Update.
11664 * sh-tdep.c (sh_gdbarch_init): Update.
11665 * s390-tdep.c (s390_gdbarch_init): Update.
11666 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11667 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11668 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11669 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11670 * mips-tdep.c (mips_gdbarch_init): Update.
11671 * mcore-tdep.c (mcore_gdbarch_init): Update.
11672 * m68k-tdep.c (m68k_gdbarch_init): Update.
11673 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11674 * ia64-tdep.c (ia64_gdbarch_init): Update.
11675 * i386-tdep.c (i386_gdbarch_init): Update.
11676 * frv-tdep.c (frv_gdbarch_init): Update.
11677 * avr-tdep.c (avr_gdbarch_init): Update.
11678 * arm-tdep.c (arm_gdbarch_init): Update.
11679 * alpha-tdep.c (alpha_gdbarch_init): Update.
11680
11681 2003-03-01 Andrew Cagney <cagney@redhat.com>
11682
11683 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11684 option enum and switch. When no windows, set the interpreter to
11685 INTERP_CONSOLE.
11686
11687 2003-03-01 Andrew Cagney <cagney@redhat.com>
11688
11689 * main.c (captured_main): Replace magic option characters with an
11690 enum.
11691
11692 2003-03-01 Andrew Cagney <cagney@redhat.com>
11693
11694 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11695 INIT_EXTRA_FRAME_INFO.
11696 * gdbarch.h, gdbarch.c: Regenerate.
11697 * arm-tdep.c: Update comments.
11698 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11699 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11700 * frame.h, avr-tdep.c: Ditto.
11701 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11702 (create_new_frame, legacy_get_prev_frame): Ditto.
11703 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11704 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11705 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11706 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11707 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11708 * v850-tdep.c (v850_gdbarch_init): Ditto.
11709 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11710 * sh-tdep.c (sh_gdbarch_init): Ditto.
11711 * s390-tdep.c (s390_gdbarch_init): Ditto.
11712 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11713 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11714 * mips-tdep.c (mips_gdbarch_init): Ditto.
11715 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11716 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11717 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11718 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11719 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11720 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11721 * frv-tdep.c (frv_gdbarch_init): Ditto.
11722 * cris-tdep.c (cris_gdbarch_init): Ditto.
11723 * avr-tdep.c (avr_gdbarch_init): Ditto.
11724 * arm-tdep.c (arm_gdbarch_init): Ditto.
11725 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11726 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11727
11728 2003-03-01 Andrew Cagney <cagney@redhat.com>
11729
11730 * gdbarch.sh (register_type): New function with predicate.
11731 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11732 * gdbarch.h, gdbarch.c: Re-generate.
11733 * arch-utils.c (generic_register_byte): Use generic_register_size.
11734 (generic_register_size): When available, use
11735 gdbarch_register_type.
11736 * regcache.c (init_regcache_descr): When available, initialize the
11737 register type array using gdbarch_register_type. If the
11738 architecture supplies gdbarch_register_type, do not use the legacy
11739 regcache layout.
11740 * d10v-tdep.c (d10v_register_type): Replace
11741 d10v_register_virtual_type.
11742 (d10v_gdbarch_init): Set register_type instead of
11743 register_virtual_type.
11744
11745 2003-03-01 Andrew Cagney <cagney@redhat.com>
11746
11747 * Makefile.in (ax-gdb.o): Update dependencies.
11748 * ax-gdb.c: Include "regcache.h".
11749 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11750 * findvar.c (value_of_register): Ditto.
11751 * infcmd.c (default_print_registers_info): Ditto.
11752
11753 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11754
11755 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11756 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11757
11758 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11759
11760 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11761 of STREQ.
11762
11763 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
11764
11765 * Makefile.in (dwarf2loc.o): Update dependencies.
11766 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11767 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11768 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11769 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11770 (locexpr_tracepoint_var_ref): New function.
11771 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11772
11773 2003-02-28 Andrew Cagney <cagney@redhat.com>
11774
11775 * regcache.c (register_size): New function.
11776 * regcache.h (register_size): Declare
11777 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11778 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11779
11780 2003-02-28 David Carlton <carlton@math.stanford.edu>
11781
11782 * linespec.c (decode_compound): Extract code into find_method.
11783 (find_method): New.
11784
11785 2003-02-28 J. Brobecker <brobecker@gnat.com>
11786
11787 * Makefile.in: Add rules to build and link in observer.o.
11788
11789 2003-02-27 J. Brobecker <brobecker@gnat.com>
11790
11791 * observer.c: Minor comments edits.
11792
11793 2003-02-27 J. Brobecker <brobecker@gnat.com>
11794
11795 * observer.h, observer.c: New file.
11796
11797 2003-02-27 Andrew Cagney <cagney@redhat.com>
11798
11799 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11800
11801 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11802
11803 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11804 (M6812_OP_STS_EXT): Likewise.
11805 (m6811_prologue): Use the above to recognize prologue.
11806 (m6812_prologue): Likewise.
11807
11808 2003-02-27 David Carlton <carlton@math.stanford.edu>
11809
11810 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11811 SYMBOL_PRINT_NAME.
11812 (compare_psymbols): Ditto.
11813 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11814
11815 2003-02-27 Michael Snyder <msnyder@redhat.com>
11816
11817 * f-lang.c (build_fortran_types): New function.
11818 (_initialize_f_language): Gdbarch-register built-in fortran types.
11819 * doublest.c (extract_floating): Fix warning text.
11820
11821 2003-02-27 Andrew Cagney <cagney@redhat.com>
11822
11823 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11824 predicate. Replaces PUSH_DUMMY_FRAME.
11825 * gdbarch.h, gdbarch.c: Regnerate.
11826 * valops.c (hand_function_call): Update. Call
11827 generic_push_dummy_frame directly.
11828 * vax-tdep.c (vax_gdbarch_init): Update.
11829 * sparc-tdep.c (sparc_gdbarch_init): Update.
11830 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11831 * m68k-tdep.c (m68k_gdbarch_init): Update.
11832 * hppa-tdep.c (hppa_gdbarch_init): Update.
11833 * alpha-tdep.c (alpha_gdbarch_init): Update.
11834 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11835 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11836 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11837 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11838 push_dummy_frame to generic_push_dummy_frame.
11839 * v850-tdep.c (v850_gdbarch_init): Ditto.
11840 * sh-tdep.c (sh_gdbarch_init): Ditto.
11841 * s390-tdep.c (s390_gdbarch_init): Ditto.
11842 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11843 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11844 * mips-tdep.c (mips_gdbarch_init): Ditto.
11845 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11846 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11847 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11848 * i386-tdep.c (i386_gdbarch_init): Ditto.
11849 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11850 * frv-tdep.c (frv_gdbarch_init): Ditto.
11851 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11852 * cris-tdep.c (cris_gdbarch_init): Ditto.
11853 * avr-tdep.c (avr_gdbarch_init): Ditto.
11854 * arm-tdep.c (arm_gdbarch_init): Ditto.
11855
11856 2003-02-26 Kevin Buettner <kevinb@redhat.com>
11857
11858 * mips-tdep.c (show_mips_abi): New function.
11859 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11860 command ``show mips abi''.
11861
11862 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
11863
11864 From Elena Zannoni <ezannoni@redhat.com>
11865 * dbxread.c (process_one_symbol): Only record line 0 if one or
11866 more sline entries have been seen for the function.
11867
11868 2003-02-26 Michael Chastain <mec@shout.net>
11869
11870 * configure: Regenerate with autoconf 000227.
11871
11872 2003-02-26 Michael Chastain <mec@shout.net>
11873
11874 Close PR build/660.
11875 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11876 for old libc5/glibc.
11877 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11878
11879 2003-02-26 Kris Warkentin <kewarken@qnx.com>
11880
11881 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11882 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11883
11884 2003-02-26 Michael Chastain <mec@shout.net>
11885
11886 * configure.in: New variable HAVE_UINTPTR_T.
11887 * configure, config.in: Regenerated.
11888
11889 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
11890
11891 Fix PR build/1097.
11892 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11893
11894 2003-02-25 Andrew Cagney <cagney@redhat.com>
11895
11896 * frame.c (get_prev_frame): Add comment on check for
11897 inside_entry_func. Only check for inside_entry_file when not a
11898 dummy and not a sentinel. Check that the new frame is not inner
11899 to the old frame.
11900
11901 2003-02-25 Andrew Cagney <cagney@redhat.com>
11902
11903 * frame.c (frame_debug): New variable.
11904 (_initialize_frame): Add "set/show debug frame" command.
11905 (get_prev_frame): When frame_debug, print reason why unwind
11906 failed.
11907
11908 2003-02-25 Michael Chastain <mec@shout.net>
11909
11910 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11911 to avoid uintptr_t definition problems.
11912
11913 2003-02-25 David Carlton <carlton@math.stanford.edu>
11914
11915 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11916 (SYMBOL_LINKAGE_NAME): Ditto.
11917 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11918 SYMBOL_LINKAGE_NAME.
11919 (struct general_symbol_info): Expand comment.
11920 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11921 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11922 (SYMBOL_MATCHES_REGEXP): Ditto.
11923 * symtab.c (symbol_natural_name): New function.
11924 * objfiles.h: Replace all uses of SYMBOL_NAME by
11925 DEPRECATED_SYMBOL_NAME.
11926 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11927 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11928 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11929 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11930 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11931 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11932 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11933 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11934 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11935 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11936 * ada-exp.y: Ditto.
11937 * ada-exp.y: Update copyright.
11938 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11939 * cp-valprint.c: Ditto.
11940
11941 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11942
11943 * infptrace.c (detach): Do not flag error if ptrace detach fails
11944 and errno is set to ESRCH.
11945
11946 2003-02-24 Andrew Cagney <cagney@redhat.com>
11947
11948 * infptrace.c (udot_info): Change type of udot_off to long. Use
11949 paddr when printing udot_off's value.
11950
11951 2003-02-24 David Carlton <carlton@math.stanford.edu>
11952
11953 * symtab.c (make_symbol_overload_list): Only read in partial
11954 symtabs containing a matching partial symbol.
11955
11956 2003-02-24 David Carlton <carlton@math.stanford.edu>
11957
11958 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11959 do the comparison, not strcmp.
11960 * symfile.c (compare_psymbols): Ditto.
11961 * defs.h: Declare strcmp_iw_ordered.
11962 * utils.c (strcmp_iw_ordered): New function.
11963
11964 2003-02-24 Jim Blandy <jimb@redhat.com>
11965
11966 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11967 support, shared libs): Remove my name from here, to better reflect
11968 reality.
11969
11970 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11971
11972 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11973 (target_ops): Add to_have_continuable_watchpoint.
11974 * target.c (update_current_target): Add INHERIT line for
11975 to_have_continuable_watchpoint.
11976 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11977 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11978 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11979 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11980
11981 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
11982
11983 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11984 maintainership.
11985
11986 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11987
11988 * solib.c (solib_open): Call target defined search function after
11989 failing with solib-search-path.
11990 * solist.h (target_so_ops): Add find_and_open_solib function hook and
11991 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
11992
11993 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11994
11995 * MAINTAINERS: Add myself to Write After section.
11996
11997 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11998
11999 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
12000
12001 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
12002
12003 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
12004 (m68hc11_add_reggroups): New function.
12005 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
12006 (m68hc11_gdbarch_init): Install the reggroups.
12007 (_initialize_m68hc11_tdep): Initialize them.
12008
12009 2003-02-21 James E Wilson <wilson@tuliptree.org>
12010
12011 * MAINTAINERS: Update my email address.
12012
12013 2003-02-21 David Carlton <carlton@math.stanford.edu>
12014
12015 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
12016
12017 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
12018
12019 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
12020 * symtab.h: Add opaque declarations of struct axs_value and
12021 struct agent_expr.
12022 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
12023 (struct location_funcs): New type.
12024 (struct symbol): Add "loc" to aux_value.
12025 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
12026 * dwarf2read.c: Include "dwarf2expr.h".
12027 (dwarf2_symbol_mark_computed): New function.
12028 (read_func_scope): Use it.
12029 (var_decode_location): New function.
12030 (new_symbol): Use it.
12031 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
12032
12033 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
12034 (dwarf2expr_h, dwarf2loc_h): New variables.
12035 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
12036 (dwarf2expr.o, dwarf2loc.o): New rules.
12037 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
12038 * buildsym.c (finish_block): Handle LOC_COMPUTED and
12039 LOC_COMPUTED_ARG.
12040 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
12041 * m2-exp.y (yylex): Likewise.
12042 * printcmd.c (address_info, print_frame_args): Likewise.
12043 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
12044 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
12045 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
12046 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
12047 * symtab.c (lookup_block_symbol): Likewise.
12048
12049 2003-02-20 Adam Fedor <fedor@gnu.org>
12050
12051 * symtab.h: Remove objc_specific struct
12052 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
12053 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
12054 Have language_objc use cplus_specific struct.
12055
12056 2003-02-20 Tom Tromey <tromey@redhat.com>
12057
12058 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
12059 TYPE_NAME, when printing a String value. PR java/1075.
12060
12061 2003-02-20 Adam Fedor <fedor@gnu.org>
12062
12063 * objc-lang.h (find_methods): Remove declaration.
12064 * objc-lang.c (find_methods): Make static.
12065
12066 2003-02-20 Christopher Faylor <cgf@redhat.com>
12067
12068 * win32-nat.c (get_image_name): Check return value from
12069 ReadProcessMemory.
12070 (child_xfer_memory): Ditto.
12071
12072 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
12073
12074 * configure.in (TARGET_SYSTEM_ROOT): Set default to
12075 ${exec_prefix}/${target_alias}/sys-root. Match explicit
12076 '${exec_prefix}' (in addition to the expansion thereof) as
12077 relocatable.
12078 * configure: Rebuilt.
12079
12080 2003-02-20 David Carlton <carlton@math.stanford.edu>
12081
12082 * symtab.c (search_symbols): Revert the search_symbols part of my
12083 2002-12-23 patch. Add comment.
12084
12085 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
12086
12087 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
12088 * dbxread.c (elfstab_build_psymtabs): Don't call
12089 install_minimal_symbols.
12090 (stabsect_build_psymtabs): Likewise.
12091 * elfread.c (elf_symfile_read): Call install_minimal_symbols
12092 earlier.
12093 * somread.c (som_symfile_read): Call install_minimal_symbols
12094 and do_cleanups earlier.
12095 * nlmread.c (nlm_symfile_read): Likewise.
12096 * mdebugread.c (elfmdebug_build_psymtabs): Call
12097 install_minimal_symbols and make appropriate cleanups.
12098
12099 2003-02-20 Kevin Buettner <kevinb@redhat.com>
12100
12101 * solib.c (reload_shared_libraries): New function.
12102 (_initialize_solib): Add callbacks for ``set solib-search-path''
12103 and ``set solib-absolute-prefix''.
12104
12105 2003-02-20 David Carlton <carlton@math.stanford.edu>
12106
12107 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
12108 expand comment.
12109 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
12110 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
12111 * ada-typeprint.c (ada_typedef_print): Ditto.
12112 * ax-gdb.c (gen_var_ref): Ditto.
12113 * breakpoint.c (print_one_breakpoint): Ditto.
12114 * buildsym.c (finish_block): Ditto.
12115 * c-valprint.c (c_val_print): Ditto.
12116 * expprint.c (print_subexp): Ditto.
12117 * findvar.c (locate_var_value): Ditto.
12118 * infcmd.c (jump_command): Ditto.
12119 * linespec.c (decode_line_2, decode_compound): Ditto.
12120 * maint.c (maintenance_translate_address): Ditto.
12121 * objc-lang.c (compare_selectors, compare_classes): Ditto.
12122 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
12123 Ditto.
12124 * p-valprint.c (pascal_val_print): Ditto.
12125 * stabsread.c (define_symbol): Ditto.
12126 * stack.c (print_frame, frame_info, print_block_frame_locals)
12127 (print_frame_arg_vars, return_command): Ditto.
12128 * symfile.c (compare_symbols, compare_psymbols): Ditto.
12129 * symmisc.c (print_symbol): Ditto.
12130 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
12131 (compare_search_syms, print_symbol_info, print_msymbol_info)
12132 (rbreak_command): Ditto.
12133 * tracepoint.c (tracepoints_info): Ditto.
12134 * typeprint.c (typedef_print): Ditto.
12135 * valops.c (value_of_variable, hand_function_call): Ditto.
12136 * cli/cli-cmds.c (edit_command, list_command): Ditto.
12137 * ada-typeprint.c: Update Copyright.
12138 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
12139 * tracepoint.c, cli/cli-cmds.c: Ditto.
12140
12141 2003-02-20 Kevin Buettner <kevinb@redhat.com>
12142
12143 * frame.c (generic_unwind_get_saved_register): Make non-static.
12144 * frame.h (generic_unwind_get_saved_register): Declare.
12145 * mips-tdep.c (read_next_frame_reg): Fetch register from
12146 current regcache when frame is NULL.
12147 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
12148 that must be NULL.
12149 (mips_get_saved_register): Call generic_unwind_get_saved_register()
12150 instead of frame_register_unwind().
12151
12152 2003-02-20 Andrew Cagney <ac131313@redhat.com>
12153
12154 * remote-sim.c (gdbsim_insert_breakpoint)
12155 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
12156 code.
12157
12158 2003-02-20 Andrew Cagney <ac131313@redhat.com>
12159
12160 * remote.c (_initialize_remote): Add commands "set/show remote
12161 hardware-watchpoint-limit" and "set/show remote
12162 hardware-breakpoint-limit".
12163 (remote_hw_watchpoint_limit): Initialize to -1.
12164 (remote_hw_breakpoint_limit): Ditto.
12165 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
12166
12167 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
12168
12169 * coff-pe-read.c: New file - support reading of minimal symbols from a
12170 portable executable using the export table.
12171 * coff-pe-read.h: New file.
12172 * coffread.c: Include coff-pe-read.h.
12173 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
12174 debugging symbols found.
12175 * Makefile.in (SFILES): Add coff-pe-read.o.
12176 (coff_pe_read_h): Define.
12177 (COMMON_OBS): Add coff-pe-read.o.
12178 (coffread.o): Add coff_pe_read_h dependency.
12179 (coff-pe-read.o): New target.
12180
12181 2003-02-19 David Carlton <carlton@math.stanford.edu>
12182
12183 * Makefile.in (SFILES): Add block.c.
12184 (block_h): New.
12185 (COMMON_OBS): Add block.o.
12186 (block.o): New.
12187 (x86-64-tdep.o): Add $(block_h).
12188 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
12189 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
12190 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
12191 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
12192 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
12193 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
12194 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
12195 * value.h: Add opaque declaration for struct block.
12196 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
12197 * ada-lang.h: Ditto.
12198 * x86-64-tdep.c: #include "block.h"
12199 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
12200 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
12201 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
12202 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
12203 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
12204 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
12205 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
12206 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
12207 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
12208 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
12209 * symtab.c (block_function): Ditto.
12210 (contained_in): Ditto.
12211 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
12212 block.h. Add opaque declaration for struct block.
12213 * symtab.h: Move block_function and contained_in declarations to
12214 block.h. Add opaque declarations for struct block, struct
12215 blockvector.
12216 (struct block): Move to block.h.
12217 (struct blockvector): Ditto.
12218 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
12219 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
12220 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
12221 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
12222 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
12223 Ditto.
12224 * block.c: New file.
12225 * block.h: New file.
12226
12227 2003-02-19 Theodore A. Roth <troth@openavr.org>
12228
12229 * avr-tdep.c (avr_extract_return_value): Remove function.
12230 (avr_store_return_value): Remove function.
12231 (avr_extract_struct_value_address): Remove function.
12232 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
12233
12234 2003-02-19 Andrew Cagney <ac131313@redhat.com>
12235
12236 * rs6000-tdep.c: Include "gdb_assert.h".
12237 (registers_e500): Add "acc" and "spefscr".
12238 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
12239 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
12240 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
12241 really is "r0".
12242 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
12243
12244 2003-02-18 Keith Seitz <keiths@redhat.com>
12245
12246 * Makefile.in: Add gdbtk-interps.c.
12247
12248 2003-02-18 Kevin Buettner <kevinb@redhat.com>
12249
12250 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
12251 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
12252
12253 2003-02-18 Andrew Cagney <cagney@redhat.com>
12254
12255 * symtab.h (struct objfile): Add opaque declaration.
12256
12257 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
12258
12259 From Jim Ingham <jingham@apple.com>:
12260 * dbxread.c (process_one_symbol): Use last_function_start rather
12261 than function_start_offset to find the real beginning of the
12262 current function. The latter is just the text section offset on
12263 some systems, the former is always the real function start.
12264
12265 2003-02-17 Andrew Cagney <cagney@redhat.com>
12266
12267 * configure.in: Revert ${target} != ${host}.
12268
12269 2003-02-17 Andrew Cagney <ac131313@redhat.com>
12270
12271 * configure.in (Makefile): Use the test ${target} != ${host},
12272 instead of the absence of the "nm.h" file, to determine of the
12273 configuration non-native.
12274 * configure: Regenerate.
12275
12276 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
12277
12278 From Brian Ford <ford@vss.fsi.com>
12279
12280 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
12281 conditionalize tui_active test.
12282 (lookup_cmd_1): Ditto.
12283
12284 2003-02-14 Mark Kettenis <kettenis@gnu.org>
12285
12286 * configure.in: Add check for _etext.
12287 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
12288 available.
12289 * config.in, configure: regenerated.
12290
12291 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
12292
12293 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
12294
12295 2003-02-14 Andrew Cagney <ac131313@redhat.com>
12296
12297 * main.c (tui_version): Delete variable.
12298 (captured_main): When --tui, set interpreter_p to "tui" instead of
12299 enabling tui_version.
12300 * printcmd.c (display_command) [TUI]: Test tui_active instead of
12301 tui_version.
12302 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
12303 * cli/cli-cmds.c (disassemble_command): Ditto.
12304 * defs.h (tui_version): Delete declaration.
12305 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
12306 (tui-interp.o): Add rules.
12307 (SUBDIR_TUI_OBS): Add "tui-interp.o".
12308
12309 2003-02-14 Christopher Faylor <cgf@redhat.com>
12310
12311 * win32-nat.c (register_loaded_dll): Correctly set address range for
12312 just-loaded dll.
12313
12314 2003-02-12 Jason Molenda (jmolenda@apple.com)
12315
12316 * symmisc.c (print_objfile_statistics): Include information about
12317 the number of psymtabs and symtabs in each object file.
12318
12319 2003-02-13 Keith R Seitz <keiths@redhat.com>
12320
12321 * main.h (struct captured_main_args): Add interpreter_p.
12322 * main.c (captured_main): Initialize interpreter_p from context.
12323 * gdb.c (main): Set interpreter_p argument.
12324 * Makefile.in (gdb.o): Add dependency for interps.h.
12325
12326 2003-02-12 Andrew Cagney <ac131313@redhat.com>
12327
12328 * event-top.c (cli_command_loop): Delete declaration.
12329 (_initialize_event_loop): Delete function setting event_loop_hook.
12330 * event-top.h (cli_command_loop): Declare. Update copyright.
12331 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
12332 * interps.c (current_interp_command_loop): When event_loop_p, call
12333 cli_command_loop.
12334
12335 2003-02-12 Andrew Cagney <ac131313@redhat.com>
12336
12337 * interps.h (interp_command_loop_ftype): Change return type to
12338 void.
12339
12340 2003-02-12 Michal Ludvig <mludvig@suse.cz>
12341
12342 * x86-64-tdep.c (x86_64_extract_return_value)
12343 (x86_64_store_return_value): Use regcache instead of regbuf.
12344 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
12345 * x86-64-linux-nat.c (fill_gregset): Use regcache.
12346
12347 2003-02-11 Andrew Cagney <ac131313@redhat.com>
12348
12349 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
12350 * aclocal.m4: Regenerate.
12351 * configure: Regenerate.
12352
12353 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
12354 TCL_LD_SEARCH_FLAGS.
12355
12356 2003-02-10 Michal Ludvig <mludvig@suse.cz>
12357
12358 * dwarf2cfi.c: Reindented.
12359
12360 2003-02-09 Andrew Cagney <ac131313@redhat.com>
12361
12362 * interps.c (clear_interpreter_hooks): Convert function definition
12363 to ISO C.
12364
12365 2003-02-07 David Carlton <carlton@math.stanford.edu>
12366
12367 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
12368
12369 2003-02-07 Kevin Buettner <kevinb@redhat.com>
12370
12371 * gdbtypes.h (struct main_type): Move ``length'' field from here...
12372 (struct type): ...to here.
12373 (TYPE_LENGTH): Adjust to reflect different location of ``length''
12374 field.
12375 * gdbtypes.c (make_qualified_type): Set length on newly created type.
12376 (replace_type): Set length on all type variants for a given type.
12377
12378 2003-02-07 Andrew Cagney <ac131313@redhat.com>
12379
12380 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
12381 <sys/stat.h>.
12382 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
12383
12384 2003-02-06 Andrew Cagney <ac131313@redhat.com>
12385
12386 * Makefile.in (symm-nat.o): Update dependencies.
12387 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
12388 (lynx-nat.o, ia64-linux-nat.): Ditto.
12389 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
12390 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
12391 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
12392
12393 * Makefile.in (inflow_h): Define.
12394 (procfs.o, inflow.o, procfs.o): Update dependencies.
12395 * inftarg.c (child_stop): Delete extern declaration of
12396 inferior_process_group. Include "inflow.h".
12397 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
12398 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
12399 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
12400 (our_process_group, inferior_process_group): Extern declarations.
12401
12402 * procfs.c: Include "gdb_assert.h".
12403
12404 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12405 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
12406 * jv-typeprint.c (java_type_print_base): Ditto.
12407 * typeprint.c (typedef_print): Eliminate STREQ.
12408 * cli/cli-script.c (define_command, define_command): Ditto.
12409 * main.c (captured_main): Ditto.
12410 * values.c (lookup_internalvar): Ditto.
12411 * utils.c (safe_strerror, parse_escape): Eliminate assignment
12412 within `if' conditional.
12413 * linespec.c (decode_line_2): Ditto.
12414 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
12415 (bfd_openw_with_cleanup): Ditto.
12416
12417 2003-02-07 Mark Kettenis <kettenis@gnu.org>
12418
12419 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
12420 legacy_extract_return_value and store_return_value to
12421 legacy_return_value.
12422
12423 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
12424
12425 * win32-nat.c (get_relocated_section_addrs): New function. Find
12426 section load addresses for symbol handling in relocated DLLs.
12427 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
12428
12429 2003-02-05 Fred Fish <fnf@intrinsity.com>
12430
12431 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
12432 '=' and '!='.
12433 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
12434 with '&' and '=='.
12435 (angel_RDI_info): Ditto.
12436 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
12437 with '&' and '!='.
12438 (threads_continue_all_with_signals): Ditto.
12439
12440 2003-02-05 Jim Ingham <jingham@apple.com>
12441 Keith Seitz <keiths@redhat.com>
12442 Elena Zannoni <ezannoni@redhat.com>
12443 Andrew Cagney <ac131313@redhat.com>
12444
12445 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
12446 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
12447 (SUBDIR_MI_OBS): Add "mi-interp.o".
12448 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
12449 (SFILES): Add "interps.c".
12450 (COMMON_OBS): Add "interps.o".
12451 (interps_h, mi_main_h): Define.
12452 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
12453 (mi-main.o, main.o, event-top.o): Update dependencies.
12454 * cli/cli-interp.c: New file.
12455 * interps.h, interps.c: New files.
12456 * top.c: (gdb_init): Don't install the default interpreter, handed
12457 by captured_main.
12458 * main.c: Include "interps.h".
12459 (interpreter_p): Note that it should malloc'ed.
12460 (captured_command_loop): Call current_interp_command_loop.
12461 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
12462 xfree and xstrdup when updating interpreter_p. Install the
12463 default interpreter. Add hack to stop mi1's copyright notice
12464 being encoded.
12465 * event-top.h (gdb_setup_readline): Declare.
12466 (gdb_disable_readline): Declare.
12467 * event-top.c: Include "interps.h".
12468 (display_gdb_prompt): Call current_interp_display_prompt_p.
12469 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12470 gdb_stdlog, and gdb_stdtarg.
12471 (_initialize_event_loop): Don't call gdb_setup_readline.
12472 * cli-out.c (cli_out_set_stream): New function.
12473 * cli-out.h (cli_out_set_stream): Declare.
12474
12475 2003-02-06 Mark Kettenis <kettenis@gnu.org>
12476
12477 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12478 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
12479 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12480 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12481 config/i386/i386v42mp.mt: Removed.
12482
12483 2003-02-05 Mark Kettenis <kettenis@gnu.org>
12484
12485 * configure.tgt (*-*-solaris*): Set gdb_osabi to
12486 GDB_OSABI_SOLARIS.
12487
12488 2003-02-05 Michael Chastain <mec@shout.net>
12489
12490 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12491 2.12.1 and earlier versions.
12492
12493 2003-02-05 Andrew Cagney <ac131313@redhat.com>
12494
12495 Remove orphaned hosts, targets and files.
12496 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12497 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12498 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12499 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12500 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12501 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12502 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12503 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12504 * config/sparc/tm-sp64sim.h: Delete.
12505 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12506 hosts.
12507 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12508 mips*-dec-mach3* targets.
12509
12510 2003-02-04 Michael Chastain <mec@shout.net>
12511
12512 * NEWS: Fix typo: sepcifying -> specifying.
12513
12514 2003-02-04 Michael Chastain <mec@shout.net>
12515
12516 * dwarfread.c: Add documentation on the state of dwarf-1,
12517 looking towards obsoletion.
12518
12519 2003-02-03 Michael Chastain <mec@shout.net>
12520
12521 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12522 gdb/testsuite/gdb.c++/pr-1023.exp.
12523
12524 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12525
12526 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12527 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12528
12529 * utils.c (init_page_info): Delete reference to MPW in comments.
12530 * main.c (captured_main): Delete #ifdef MPW.
12531
12532 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12533
12534 * NEWS: Note that the m32r-*-elf* is obsolete.
12535 * monitor.c (monitor_expect): Obsolete reference to m32r.
12536 * configure.tgt: Mark m32r-*-elf* as obsolete.
12537 * MAINTAINERS: Mark m32k as obsolete.
12538 * m32r-rom.c: Obsolete file.
12539 * config/m32r/m32r.mt: Obsolete file.
12540 * config/m32r/tm-m32r.h: Obsolete file.
12541 * m32r-stub.c: Obsolete file.
12542 * m32r-tdep.c: Obsolete file.
12543
12544 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12545
12546 * NEWS: Mention that the z8k-zilog-none is obsolete.
12547 * MAINTAINERS: Mark z8k as obsolete.
12548 * configure.tgt: Obsolete the z8k-*-coff* target.
12549 * config/z8k/z8k.mt: Obsolete file.
12550 * config/z8k/tm-z8k.h: Obsolete file.
12551 * z8k-tdep.c: Obsolete file.
12552
12553 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12554
12555 * NEWS: Mention that the mn10200-elf is obsolete.
12556 * configure.tgt: Obsolete mn10200-*-* target.
12557 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12558 mention that the mn10200 is obsolete.
12559 * breakpoint.h: Ditto.
12560 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12561 * config/mn10200/mn10200.mt: Obsolete file.
12562 * config/mn10200/tm-mn10200.h: Obsolete file.
12563 * mn10200-tdep.c: Obsolete file.
12564
12565 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12566
12567 * MAINTAINERS: Mark h8500 as obsolete.
12568 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12569 * findvar.c (value_from_register): Ditto.
12570 * h8500-tdep.c: Mark file as obsolete.
12571 * config/h8500/h8500.mt: Ditto.
12572 * config/h8500/tm-h8500.h: Ditto.
12573 * NEWS: Mention that h8500 is obsolete.
12574
12575 2003-02-04 David Carlton <carlton@math.stanford.edu>
12576
12577 * objfiles.c (allocate_objfile): Always set name. Add comment at
12578 start of function.
12579 * jv-lang.c (get_dynamics_objfile): Add comment.
12580
12581 2003-02-04 David Carlton <carlton@math.stanford.edu>
12582
12583 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12584 * printcmd.c (build_address_symbolic): Replace uses of
12585 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12586 SYMBOL_NAME, and asm_demangle.
12587 Update copyright.
12588
12589 2003-02-04 David Carlton <carlton@math.stanford.edu>
12590
12591 * linespec.c (decode_compound): Extract code into
12592 lookup_prefix_sym.
12593 (lookup_prefix_sym): New function.
12594
12595 2003-02-04 David Carlton <carlton@math.stanford.edu>
12596
12597 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12598 FLOAT_COERCION_BADNESS.
12599 * gdbtypes.c (rank_one_type): Replace all uses of
12600 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12601
12602 2003-02-04 Jim Blandy <jimb@redhat.com>
12603
12604 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12605 section, let dwarf_macinfo_section point to it, not
12606 dwarf_loc_section.
12607
12608 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12609
12610 Pointed out by Anton Blanchard <anton@samba.org>.
12611 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12612 (ppc_linux_at_sigtramp_return_path): Use it.
12613
12614 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12615
12616 * defs.h (streq): Add prototype.
12617 * utils.c (streq): New function.
12618
12619 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12620 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12621 * mdebugread.c (new_symbol): Likewise.
12622 * stabsread.c (define_symbol): Likewise.
12623 * coffread.c (process_coff_symbol): Likewise.
12624 * dwarfread.c (new_symbol): Likewise.
12625
12626 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12627 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12628 here.
12629 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12630 SYMBOL_INIT_DEMANGLED_NAME.
12631 * objfiles.c: Include "hashtab.h".
12632 (allocate_objfile): Call htab_set_functions_ex for the
12633 demangled_names_hash.
12634 (free_objfile): Call htab_delete for the demangled_names_hash.
12635 * objfiles.h (struct htab): Add declaration.
12636 (struct objfile): Add demangled_names_hash.
12637 * symfile.c: Include "hashtab.h".
12638 (reread_symbols): Call htab_delete for the demangled_names_hash.
12639 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12640 SYMBOL_NAME in the bcache.
12641 * symtab.c: Include "hashtab.h". Update comments.
12642 (create_demangled_names_hash, symbol_set_names): New functions.
12643 (symbol_find_demangled_name): New function, broken out from
12644 symbol_init_demangled_names.
12645 (symbol_init_demangled_names): Use it.
12646 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12647 (SYMBOL_SET_NAMES): New macro.
12648 (symbol_set_names): Add prototype.
12649
12650 2003-02-03 Jim Blandy <jimb@redhat.com>
12651
12652 Use a single, consistent representation for an empty minimal
12653 symbol table in an objfile.
12654 * objfiles.c (terminate_minimal_symbol_table): New function.
12655 (allocate_objfile): Call it.
12656 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12657 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
12658 non-NULL.
12659 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12660 objfile has minimal symbols, compare minimal_symbol_count to zero,
12661 instead of comparing msymbols with NULL.
12662 * objfiles.c (have_minimal_symbols): Same.
12663 * solib-sunos.c (solib_add_common_symbols): Call
12664 terminate_minimal_symbol_table.
12665 * symfile.c (reread_symbols): Same.
12666
12667 2003-02-03 Kevin Buettner <kevinb@redhat.com>
12668
12669 * s390-tdep.c (s390_address_class_type_flags)
12670 (s390_address_class_type_flags_to_name)
12671 (s390_address_class_name_to_type_flags): New functions.
12672 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12673 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12674
12675 2003-02-03 Michael Snyder <msnyder@redhat.com>
12676
12677 * arm-tdep.c: Fix spell-o in comment.
12678
12679 2003-02-03 Michal Ludvig <mludvig@suse.cz>
12680
12681 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12682 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
12683 error messages to contain BFD filename.
12684
12685 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
12686
12687 Fix PR gdb/742 gdb/743 gdb/877
12688 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12689 (do_mixed_source_and_assembly): Use
12690 make_cleanup_ui_out_tuple_begin_end and
12691 make_cleanup_ui_out_tuple_begin_end.
12692 (do_mixed_source_and_assembly): Ditto.
12693 * thread.c (do_captured_list_thread_ids): Ditto.
12694 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12695 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12696 ui_out_tuple_end): Delete prototypes.
12697 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12698 ui_out_list_end, ui_out_tuple_end): Delete.
12699
12700 From Kevin Buettner <kevinb@redhat.com>:
12701 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
12702 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12703 (do_cleanup_table_end): New functions.
12704 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12705 Use cleanups to invoke_ui_out_tuple_end().
12706 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
12707 * cli/cli-setshow.c (cmd_show_list): Use
12708 make_cleanup_ui_out_tuple_begin_end.
12709
12710 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12711
12712 * frame.c (frame_unwind_register): New function.
12713 (frame_unwind_unsigned_register): Use.
12714 (frame_unwind_signed_register): Use.
12715 (frame_read_register): New function.
12716 * frame.h (frame_unwind_register): Declare.
12717 (frame_read_register): Declare.
12718
12719 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12720 and frame_unwind_register instead of read_memory, write_register
12721 and deprecated_write_register_bytes.
12722
12723 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12724
12725 * frame.h: Note that namelen can be negative.
12726 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12727 NAME's length.
12728
12729 * NEWS: Mention that the d10v's `regs' command is deprecated.
12730 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12731 (d10v_print_registers_info): New function.
12732 (show_regs): Call d10v_print_registers_info.
12733 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12734
12735 2003-02-02 Mark Kettenis <kettenis@gnu.org>
12736
12737 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12738 lost in the previous patch.
12739
12740 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12741
12742 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
12743 * stack.c (print_frame_info_base): Output complete FRAME tuple
12744 for synthesized frames.
12745
12746 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12747
12748 * mips-nat.c (zerobuf): Delete.
12749 (fetch_inferior_registers): Alloc local zerobuf.
12750 (fetch_core_registers): Alloc local zerobuf.
12751 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12752 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12753 * thread-db.c (thread_db_store_registers): Ditto.
12754 * sh-tdep.c (sh_do_register): Ditto.
12755 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12756 * remote-sim.c (gdbsim_store_register): Ditto.
12757 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12758 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12759 * monitor.c (monitor_supply_register): Ditto.
12760 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12761 * mips-nat.c (fetch_inferior_registers): Ditto.
12762 * m68klinux-nat.c (fetch_register): Ditto.
12763 * lynx-nat.c (fetch_inferior_registers): Ditto.
12764 (fetch_inferior_registers): Ditto.
12765 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12766 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12767 (hpux_thread_store_registers): Ditto.
12768 * hppah-nat.c (fetch_register): Ditto.
12769 * hppab-nat.c (fetch_register): Ditto.
12770 * hppa-tdep.c (pa_register_look_aside): Ditto.
12771 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12772 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12773
12774 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12775
12776 * gdbarch.sh: Explictly specify all method levels. When a
12777 variable with an empty level, provide a non-multi-arch default.
12778 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12779 * gdbarch.h: Re-generate.
12780 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12781 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12782
12783 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12784
12785 * defs.h (host_pointer_to_address): Delete declaration.
12786 (address_to_host_pointer): Delete declaration.
12787 * utils.c (host_pointer_to_address): Delete function.
12788 (address_to_host_pointer): Delete function.
12789 * procfs.c (procfs_address_to_host_pointer): New function.
12790 * procfs.c (proc_set_watchpoint): Use.
12791 (procfs_can_use_hw_breakpoint): Update comments.
12792 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12793 (som_solib_add): Use.
12794 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12795 * hppa-tdep.c (unwind_command): Use.
12796
12797 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12798
12799 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12800 strlen d_name.
12801
12802 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12803 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12804 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12805 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12806 (define_symbol): Update.
12807 * symfile.c (generic_load): Remove references to nindy.
12808 * symtab.c: Remove references to nindy.
12809
12810 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12811
12812 * infcmd.c (print_float_info): Delete code conditional on
12813 FLOAT_INFO.
12814 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12815 * config/m68k/nm-apollo68b.h: Ditto.
12816 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12817 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12818 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12819
12820 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12821
12822 * config/i386/tm-i386os9k.h: Removed.
12823
12824 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12825 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12826 they're identical to i[3456]86-*-sysv* now.
12827 * config/i386/i386v32.mh: Removed.
12828 * config/i386/xm-i386v32.h: Removed.
12829 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12830
12831 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12832
12833 * config/i386/i386dgux.mh: Removed.
12834 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12835
12836 * configure.in: Fix typo.
12837 * configure: Regenerated.
12838
12839 2003-01-31 David Carlton <carlton@math.stanford.edu>
12840
12841 * dwarf2read.c (dwarf2_locate_sections): Set
12842 dwarf_ranges_section.
12843
12844 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12845
12846 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12847 * utils.c: Update comments documenting legitimate uses of PTR.
12848
12849 * utils.c: Re-indent.
12850
12851 * config/djgpp/fnchange.lst: Delete nindy files.
12852 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12853 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12854 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12855 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12856 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12857 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12858 * Makefile.in (init.c): Remove nindy references.
12859 (saber_gdb): Delete rule.
12860 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12861 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12862 and a68v-nat.c.
12863 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12864 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12865 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12866 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12867 nindy-share/stop.h.
12868 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12869 * saber.suppress: Delete file.
12870
12871 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
12872
12873 * dbxread.c (stabs_data): New static variable.
12874 (fill_symbuf): Support an in-memory buffer for stabs data.
12875 (stabs_seek): New function.
12876 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12877 (read_ofile_symtab): Use stabs_seek.
12878 (elfstab_build_psymtabs): Take an asection* instead of
12879 an offset and size. Relocate the stabs data if necessary.
12880 Save the section* for dbx_psymtab_to_symtab.
12881 * dwarf2read.c: Add section variables for each debug section.
12882 (dwarf2_locate_sections): Fill them in.
12883 (dwarf2_read_section): Take an asection* argument.
12884 Relocate the section contents if necessary.
12885 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12886 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12887 it to dwarf2_read_section.
12888 (dwarf2_build_frame_info): Update callers.
12889 * elfread.c (elf_symfile_read): Update call to
12890 elfstab_build_psymtabs.
12891 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12892 (DBX_STAB_SECTION): New macro.
12893 * stabsread.h (elfstab_build_psymtabs): Update prototype.
12894 * symfile.c (symfile_dummy_outputs): New function.
12895 (symfile_relocate_debug_section): New function.
12896 * symfile.h (symfile_relocate_debug_section): Add prototype.
12897
12898 2003-01-31 Richard Henderson <rth@redhat.com>
12899
12900 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12901 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12902 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12903 * alpha-tdep.c (alpha_register_name): Add "unique".
12904 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12905 (ALPHA_UNIQUE_REGNUM): New.
12906 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12907
12908 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12909
12910 * README: Remove reference to Ericsson 1800 monitor.
12911 * Makefile.in (remote-es.o): Delete rule.
12912 (ALLDEPFILES): Delete remote-es.c.
12913 * remote-es.c: Delete file.
12914 * config/m68k/es1800.mt: Delete file.
12915 * config/djgpp/fnchange.lst: Update.
12916 * configure.tgt: Delete m68*-ericsson-* target.
12917
12918 2003-01-31 Adam Fedor <fedor@gnu.org>
12919
12920 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12921 Remove duplicate/shadowing variable of same name.
12922
12923 2003-01-30 Jim Blandy <jimb@redhat.com>
12924
12925 * symfile.c (find_separate_debug_file): Assert that the objfile's
12926 directory name we compute ends with a slash, and then assume that
12927 that's so everywhere we use it.
12928
12929 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
12930
12931 * valops.c (value_assign): Flush frame cache after stores to memory
12932 also.
12933
12934 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12935
12936 * Makefile.in (mon960-rom.o): Delete rule.
12937 * mon960-rom.c: Delete file.
12938
12939 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12940
12941 * d10v-tdep.c: Include "frame-unwind.h".
12942 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12943 list.
12944 (next_addr, uses_frame): Delete.
12945 (struct d10v_unwind_cache): Define.
12946 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12947 Use info instead of next_addr and uses_frame globals.
12948 (d10v_frame_init_saved_regs): Delete function.
12949 (d10v_init_extra_frame_info): Delete function.
12950 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12951 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12952 init_frame_pc or frame_saved_pc.
12953 (d10v_pop_frame): Delete function.
12954 (do_d10v_pop_frame): Delete function.
12955 (d10v_frame_chain): Delete function.
12956 (d10v_frame_chain_valid): Delete function.
12957 (d10v_frame_pc_unwind): New function.
12958 (d10v_frame_id_unwind): New function.
12959 (saved_regs_unwinder): New function.
12960 (d10v_frame_register_unwind): New function.
12961 (d10v_frame_pop): New function.
12962 (d10v_frame_unwind): New variable.
12963 (d10v_frame_p): New function.
12964 (d10v_frame_saved_pc): Delete function.
12965 * Makefile.in (d10v-tdep.o): Update dependencies.
12966
12967 2003-01-30 J. Brobecker <brobecker@gnat.com>
12968
12969 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12970 causing some regressions due to a change in the default value
12971 for this macro.
12972
12973 2003-01-29 Richard Henderson <rth@redhat.com>
12974 Elena Zannoni <ezannoni@redhat.com>
12975 Daniel Jacobowitz <drow@mvista.com>
12976
12977 Fix PR gdb/961.
12978 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
12979 variables.
12980 (RANGES_SECTION): New.
12981 (dwarf_ranges_buffer): New variable.
12982 (struct comp_unit_head): Add member "die".
12983 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12984 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12985 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12986 (dwarf2_locate_sections): Likewise.
12987 (dwarf2_build_psymtabs): Read .debug_ranges.
12988 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12989 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
12990 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12991 Look for DW_AT_ranges and return the bounding box.
12992
12993 2003-01-29 Brian Ford <ford@vss.fsi.com>
12994
12995 * win32-nat.c (cygwin_pid): Removed as unused.
12996 (child_attach): Try fall back to Cygwin pid.
12997
12998 2003-01-29 Jim Blandy <jimb@redhat.com>
12999
13000 * objfiles.h (struct objfile): Doc fix.
13001
13002 2003-01-29 Andrew Cagney <ac131313@redhat.com>
13003
13004 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
13005 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
13006 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
13007 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
13008 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
13009 (FRAME_SAVED_PC): Change to a function with predicate.
13010 * gdbarch.h, gdbarch.c: Re-generate.
13011
13012 2003-01-28 Andrew Cagney <ac131313@redhat.com>
13013
13014 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
13015
13016 * complaints.c (complain): Delete function.
13017 * complaints.h (struct deprecated_complaint): Delete definition.
13018 (complain): Delete declaration.
13019
13020 2003-01-28 Kevin Buettner <kevinb@redhat.com>
13021
13022 * mips-tdep.c (mips_init_extra_frame_info): Return early for
13023 dummy frames.
13024
13025 2003-01-27 Andrew Cagney <ac131313@redhat.com>
13026
13027 * sentinel-frame.h, sentinel-frame.c: New files.
13028 * Makefile.in (frame.o): Update dependencies.
13029 (SFILES): Add sentinel-frame.c.
13030 (sentinel_frame_h): Define.
13031 (COMMON_OBS): Add sentinel-frame.o.
13032 (sentinel-frame.o): Specify dependencies.
13033 * frame.c: Include "sentinel-frame.h".
13034 (frame_register_unwind): Rewrite assuming that there is always a a
13035 ->next frame.
13036 (frame_register, generic_unwind_get_saved_register): Ditto.
13037 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
13038 (create_sentinel_frame, unwind_to_current_frame): New functions.
13039 (get_current_frame): Rewrite using create_sentinel_frame and
13040 unwind_to_current_frame. When possible, always create a frame.
13041 (create_new_frame): Set next to the sentinel frame.
13042 (get_next_frame): Rewrite. Don't go below the level 0 frame.
13043 (deprecated_update_frame_pc_hack): Update the next frame's PC and
13044 ID cache when necessary.
13045 (frame_saved_regs_id_unwind): Use frame_relative_level.
13046 (deprecated_generic_get_saved_register): Use frame_relative_level,
13047 get_frame_saved_regs, get_frame_pc, get_frame_base and
13048 get_next_frame.
13049 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
13050 frame_register.
13051
13052 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13053
13054 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
13055
13056 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13057
13058 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
13059 (maintenance_set_profile_cmd): Use error () instead of warning ().
13060
13061 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13062
13063 * configure.in: Check that -pg works if using --enable-profiling.
13064 Check for monstartup and _mcleanup regardless of --enable-profiling.
13065 * maint.c: Check for monstartup and _mcleanup before using them.
13066 * config.in: Regenerated.
13067 * configure: Regenerated.
13068
13069 2003-01-24 Nick Clifton <nickc@redhat.com>
13070
13071 * Add sh2e support:
13072
13073 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
13074
13075 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
13076 (sh2e_show_regs): New.
13077 (sh_gdbarch_init): Handle bfd_mach_sh2e.
13078 * config/sh/tm-sh.h: Added sh2e to comments.
13079
13080 2003-01-23 Jim Blandy <jimb@redhat.com>
13081
13082 * symfile.c (syms_from_objfile): Don't print the "(no debugging
13083 symbols found)" message here; we haven't checked for a separate
13084 debug info file yet, so we don't know yet.
13085 (symbol_file_add_with_addrs_or_offsets): Print it here, after
13086 we've looked everywhere. Also, there's no need to print a special
13087 message when we're loading the separate debug info file: the one
13088 symbol_file_add prints is fine.
13089
13090 2003-01-23 Alexander Larsson <alexl@redhat.com>
13091 Jim Blandy <jimb@redhat.com>
13092
13093 Add support for executables whose debug info has been separated
13094 out into a separate file, leaving only a link behind.
13095 * objfiles.h (struct objfile): New fields: separate_debug_objfile
13096 and separate_debug_objfile_backlink.
13097 (put_objfile_before): New declaration.
13098 * symfile.c: #include "filenames.h".
13099 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
13100 debug info in a separate file, read that, too. Save the addrs
13101 argument, so we can use it again to read the separated debug info;
13102 syms_from_objfile modifies the table we pass it.
13103 (reread_symbols): After re-reading an objfile, call
13104 reread_separate_symbols to refresh its separate debug info
13105 objfile, if it has one.
13106 (reread_separate_symbols, find_separate_debug_file,
13107 get_debug_link_info, separate_debug_file_exists): New functions.
13108 (debug_file_directory): New global var.
13109 (_initialize_symfile): Initialize debug_file_directory, and
13110 provide the new `set debug-file-directory' command to let the user
13111 change it.
13112 * objfiles.c (free_objfile): If this objfile has its debug info in
13113 a separate objfile, free that one too. If this is itself a
13114 separate debug info objfile, clear our parent's backlink.
13115 (put_objfile_before): New function.
13116 * utils.c (gnu_debuglink_crc32): New function.
13117 * defs.h (gnu_debuglink_crc32): New declaration.
13118 * Makefile.in (symfile.o): Note dependency on "filenames.h".
13119 * configure.in: Handle --with-separate-debug-dir config option.
13120 * acinclude.m4 (AC_DEFINE_DIR): New macro.
13121 * acconfig.h (DEBUGDIR): New macro.
13122 * configure, aclocal.m4, config.in: Regenerated.
13123
13124 2003-01-22 Jim Blandy <jimb@redhat.com>
13125
13126 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
13127 like the old symbol_file_add, but taking new arguments: you can
13128 now pass in either a `struct section_addr_info' list to say where
13129 each section is loaded, or a `struct section_offsets' table. Pass
13130 these new arguments through to syms_from_objfile as appropriate.
13131 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
13132 with the appropriate quiescent values for the new arguments.
13133
13134 * symfile.c: #include "gdb_assert.h".
13135 (syms_from_objfile): Add the ability to pass in a section offset
13136 table directly, as an alternative to the section_addr_info table.
13137 Document arguments better.
13138 (symbol_file_add): Pass extra arguments to syms_from_objfile.
13139 * symfile.h (syms_from_objfile): Update declaration.
13140 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
13141 syms_from_objfile.
13142 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
13143
13144 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
13145
13146 Original patch by Tom Tromey <tromey@cygnus.com> and
13147 Jason Molenda <jmolenda@apple.com>.
13148 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
13149 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
13150 * NEWS: Mention profiling.
13151 * configure.in (--enable-gdbtk): Fix typo.
13152 (--enable-profiling): New. Set PROFILE_CFLAGS.
13153 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
13154 Fill in function.
13155 (profiling_state): New variable.
13156 (mcleanup_wrapper): New function.
13157 (_initialize_maint): Remove NOTYET, fix call to
13158 add_setshow_boolean_cmd for "maint set profile".
13159 * configure: Regenerated.
13160
13161 2003-01-21 Martin M. Hunt <hunt@redhat.com>
13162
13163 * Makefile.in (install-gdbtk): Install PNG images too.
13164
13165 2003-01-21 Andrew Cagney <ac131313@redhat.com>
13166
13167 * exec.c (text_start): Delete global variable.
13168 (exec_file_attach): Make text_start local to the function.
13169 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
13170 * valops.c (hand_function_call): Delete code that handles
13171 BEFORE_TEXT_END and AFTER_TEXT_END.
13172 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
13173 of CALL_DUMMY_LOCATION.
13174 * gdbarch.c: Regenerate.
13175 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
13176 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
13177 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
13178 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
13179 (text_end): Delete extern declaration.
13180
13181 2003-01-21 Andrew Cagney <ac131313@redhat.com>
13182
13183 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
13184 * blockframe.c (backtrace_below_main): Move to "frame.c".
13185 (frame_chain_valid): Delete check for backtrace_below_main.
13186 (_initialize_blockframe): Delete initialization, move ``set
13187 backtrace-below-main'' command to "frame.c".
13188 (do_flush_frames_sfunc): Delete function.
13189 * frame.c: Include "command.h" and "gdbcmd.h".
13190 (frame_type_from_pc): New function.
13191 (create_new_frame): Use frame_type_from_pc.
13192 (legacy_get_prev_frame): New function.
13193 (get_prev_frame): Rewrite. When an old style frame, call
13194 legacy_get_prev_frame. Otherwize, unwind the PC first.
13195 (_initialize_frame): Add ``set backtrace-below-main'' command.
13196 * Makefile.in (frame.o): Update dependencies.
13197
13198 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13199
13200 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
13201 DEPRECATED_REGISTERS_INFO.
13202
13203 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13204
13205 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
13206 Maintainers'. Update `Various Maintainers'.
13207
13208 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13209
13210 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
13211 * gdbarch.sh (POP_FRAME): Change to function with predicate.
13212 Suppress actual parameters when `-'.
13213 * gdbarch.h, gdbarch.c: Regenerate.
13214
13215 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13216
13217 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
13218 code handling dummy frames.
13219
13220 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13221
13222 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
13223 (struct frame_unwind): Add field pop.
13224 * frame.h (frame_pop): Declare.
13225 * frame.c (frame_saved_regs_pop): New function.
13226 (trad_frame_unwinder): Add frame_saved_regs_pop.
13227 (frame_pop): New function.
13228 * dummy-frame.c (dummy_frame_pop): New function.
13229 (discard_innermost_dummy): New function.
13230 (generic_pop_dummy_frame): Use discard_innermost_dummy.
13231 (dummy_frame_unwind): Add dummy_frame_pop.
13232 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
13233 * valops.c (hand_function_call): Ditto.
13234 * stack.c (return_command): Ditto.
13235
13236 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13237
13238 * cris-tdep.c: Fix function declaration indentation.
13239 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
13240 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
13241 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
13242 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
13243 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
13244 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
13245
13246 2003-01-18 Michael Chastain <mec@shout.net>
13247
13248 * README (Unpacking and Installation -- quick overview):
13249 Warn against ".../gdb-5.3/gdb/configure".
13250
13251 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13252
13253 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
13254 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13255 (struct frame_unwind): Declare opaque.
13256 (dummy_frame_p): Declare function.
13257 * dummy-frame.c (dummy_frame_id_unwind): Make static.
13258 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13259 * dummy-frame.c: Include "frame-unwind.h".
13260 (dummy_frame_p): New function.
13261 (dummy_frame_unwind): New variable.
13262 * frame.c: Include "frame-unwind.h".
13263 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
13264 to use the new unwind field.
13265 (set_unwind_by_pc): Delete function.
13266 (create_new_frame, get_prev_frame): Set unwind field using
13267 frame_unwind_find_by_pc.
13268 (trad_frame_unwind, trad_frame_unwinder): New variables.
13269 * frame.h (trad_frame_unwind): Declare variable.
13270 (frame_id_unwind_ftype): Delete declaration.
13271 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
13272 (struct frame_unwind): Declare opaque.
13273 (struct frame_info): Replace the fields id_unwind, pc_unwind and
13274 register_unwind with a single unwind pointer.
13275 * frame-unwind.h, frame-unwind.c: New files.
13276 * Makefile.in (SFILES): Add frame-unwind.c.
13277 (frame_unwind_h): Define.
13278 (COMMON_OBS): Add frame-unwind.o.
13279 (frame-unwind.o): Specify dependencies.
13280 (frame.o, dummy-frame.o): Update dependencies.
13281
13282 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13283
13284 * ada-valprint.c: Eliminate PTR.
13285 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
13286 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
13287 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
13288 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
13289 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
13290 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
13291 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
13292
13293 2003-01-17 Andrew Cagney <ac131313@redhat.com>
13294
13295 * main.c (captured_main): Don't use PTR.
13296 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
13297 * gdbtypes.c (lookup_primitive_typename): Ditto.
13298 (lookup_struct_elt_type): Ditto.
13299 * f-valprint.c (info_common_command): Ditto.
13300 (list_all_visible_commons): Ditto.
13301 * jv-typeprint.c (java_type_print_base): Ditto.
13302
13303 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
13304 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
13305 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
13306 i386-interix-nat.c and i386-interix-tdep.c. Rename
13307 m68klinux-nat.c and m68klinux-tdep.c. Rename
13308 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
13309 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
13310 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
13311 * main.c (captured_main): Use xfree, not free.
13312
13313 2003-01-16 Andrew Cagney <ac131313@redhat.com>
13314
13315 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
13316 ID back using a parameter.
13317 * frame.c (frame_id_unwind): Update call.
13318 (frame_saved_regs_id_unwind): Update.
13319 * dummy-frame.c (dummy_frame_id_unwind): Update function.
13320 * dummy-frame.h (struct frame_id): Add opaque declaration.
13321 (dummy_frame_id_unwind): Update declaration.
13322
13323 2003-01-15 Andrew Cagney <ac131313@redhat.com>
13324
13325 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
13326
13327 2003-01-15 Stephen P. Smith <ischis2@cox.net>
13328
13329 * MAINTAINERS (Stephen P. Smith): Updated email address.
13330
13331 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
13332
13333 Fix PR gdb/898
13334 * breakpoint.c (until_break_command): Add new argument. Use it to
13335 decide whether to stop only at the current frame or not.
13336 * breakpoint.h (until_break_command): Update prototype.
13337 * infcmd.c (until_command): Add new argument to until_break_command
13338 call.
13339 (advance_command): New function.
13340 (_initialize_infcmd): Update help string for 'until' command.
13341 Add new 'advance' command.
13342
13343 2003-01-14 David Carlton <carlton@math.stanford.edu>
13344
13345 * linespec.c (decode_line_1): Normalize comments.
13346 (set_flags): Ditto.
13347 (locate_first_half): Ditto.
13348 (decode_compound): Ditto.
13349 (symtab_from_filename): Ditto.
13350 (decode_all_digits): Ditto.
13351 (decode_dollar): Ditto.
13352 (find_methods): Ditto.
13353 (find_toplevel_char): Ditto.
13354
13355 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13356
13357 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
13358 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
13359 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
13360 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
13361 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
13362 * language.c, language.h, m32r-tdep.c: Update copyright.
13363 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
13364 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
13365 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
13366 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
13367 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
13368 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
13369
13370 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13371
13372 * stabsread.h (process_later, resolve_cfront_continuation):
13373 Obsolete.
13374 Update copyright years.
13375 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
13376 Update copyright year.
13377 * dbxread.c(struct cont_elem): Obsolete.
13378 (process_later, process_now): Obsolete functions.
13379 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
13380 Update copyright year.
13381 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
13382 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
13383 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
13384 (parse_partial_symbols): Obsolete cfront support.
13385 * stabsread.c
13386 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
13387 macros.
13388 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
13389 read_cfront_baseclasses, read_cfront_member_functions,
13390 resolve_cfront_continuation,read_cfront_static_fields,
13391 copy_cfront_struct_fields): Obsolete functions.
13392 (define_symbol, read_one_struct_field): Obsolete cfront support.
13393 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
13394 Update Copyright year.
13395
13396 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13397
13398 * stack.c (print_frame_info, print_stack_frame_base_stub,
13399 print_stack_frame_base, show_and_print_stack_frame_stub,
13400 show_and_print_stack_frame, print_only_stack_frame_stub,
13401 print_only_stack_frame): Delete functions.
13402 (print_stack_frame_stub): Call print_frame_info instead of
13403 print_frame_info_base.
13404 (print_frame_info_base): Rename to print_frame_info.
13405 (backtrace_command_1): Call print_frame_info, instead of
13406 print_frame_info_base.
13407 (current_frame_command): Call print_stack_frame, instead of
13408 print_only_stack_frame.
13409 (frame_command): Call print_stack_frame, instead of
13410 show_and_print_stack_frame.
13411 (up_command): Ditto.
13412 (down_command): Ditto.
13413 * frame.h (print_only_stack_frame): Delete prototype.
13414 * infrun.c (normal_stop): Call print_stack_frame, instead of
13415 show_and_print_stack_frame.
13416 * thread.c (info_threads_command): Call print_stack_frame, instead
13417 of print_only_stack_frame.
13418
13419 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13420
13421 * README (Graphical interface to GDB): Update URL. Point at
13422 gdb/links/.
13423
13424 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
13425 version match.
13426
13427 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13428
13429 * symtab.c (find_pc_sect_line): Don't consider end-of-function
13430 lines.
13431
13432 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13433
13434 * thread-db.c (attach_thread): Prototype.
13435 (struct private_thread_info): Remove lwpid. Add thread handle (th),
13436 thread information (ti), and valid flags (th_valid, ti_valid).
13437 (attach_thread): Move target_pid_to_str call to after the thread
13438 is added to GDB's list. Initialize the cache.
13439 (thread_get_info_callback, thread_db_map_id2thr)
13440 (thread_db_get_info): New functions.
13441 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
13442 (thread_db_store_registers, thread_db_thread_alive)
13443 (thread_db_get_thread_local_address): Use them.
13444 (thread_db_pid_to_str): Likewise. Return "Missing" instead
13445 of calling error() for threads in unknown state.
13446
13447 (clear_lwpid_callback): New function.
13448 (thread_db_resume): Use it to clear the cache.
13449
13450 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13451
13452 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
13453 (resume_callback): Remove dead code.
13454
13455 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13456
13457 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
13458 predicate.
13459 * gdbarch.h, gdbarch.c: Regenerate.
13460 * stack.c (frame_info): Only initialize the saved registers when
13461 FRAME_INIT_SAVED_REGS_P.
13462 * frame.c (frame_saved_regs_register_unwind): Assert
13463 FRAME_INIT_SAVED_REGS_P.
13464 (deprecated_generic_get_saved_register): Ditto.
13465
13466 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13467
13468 * source.c (openp): Squelch warning about "filename".
13469
13470 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13471
13472 * source.c (openp): If the file does not exist don't necessarily
13473 search the path.
13474
13475 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13476
13477 Fix PR gdb/872.
13478 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13479 (integer_types_same_name_p): New function.
13480 (rank_one_type): Use it.
13481 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13482
13483 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13484
13485 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13486 variables.
13487 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13488 * configure.in: Add --with-sysroot.
13489 * configure: Regenerated.
13490 * main.c (gdb_sysroot): New variable.
13491 (captured_main): Initialize gdb_sysroot.
13492 * defs.h (gdb_sysroot): New extern declaration.
13493 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13494
13495 2003-01-12 Michael Chastain <mec@shout.net>
13496
13497 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13498
13499 2003-01-12 Michael Chastain <mec@shout.net>
13500
13501 * top.c (print_gdb_version): Bump copyright year to 2003.
13502
13503 2003-01-12 David Carlton <carlton@bactrian.org>
13504
13505 * linespec.c (symtab_from_filename): Rename variable 's' to
13506 'file_symtab'.
13507
13508 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13509
13510 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13511 dummy frame.
13512 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13513
13514 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13515
13516 * d10v-tdep.c: Include "gdb_assert.h".
13517 (d10v_store_return_value): Rewrite to match current interface.
13518 (d10v_extract_struct_value_address): Ditto.
13519 (d10v_extract_return_value): Ditto.
13520 (d10v_gdbarch_init): Set store_restore_value,
13521 extract_struct_value_address and extract_return_value.
13522
13523 2003-01-12 J. Brobecker <brobecker@gnat.com>
13524
13525 * hpread.c (set_namestring): New procedure replacing the
13526 SET_NAMESTRING macro.
13527 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13528 by calls to set_namestring.
13529
13530 2003-01-11 J. Brobecker <brobecker@gnat.com>
13531
13532 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13533 a compilation warning.
13534 (hpread_process_one_debug_symbol): Likewise.
13535
13536 2003-01-10 David Carlton <carlton@math.stanford.edu>
13537
13538 * linespec.c (decode_line_1): Rename variable 's' to
13539 'file_symtab'.
13540 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13541 (decode_dollar): Ditto.
13542 (decode_variable): Ditto.
13543 (symbol_found): Ditto.
13544
13545 2003-01-09 Michael Chastain <mec@shout.net>
13546
13547 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13548
13549 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
13550
13551 * win32-nat.c (set_process_privilege): New function.
13552 (child_attach): Call set_process_privilege() to enable the
13553 SE_DEBUG_NAME user privilege if available in process token.
13554
13555 2003-01-10 J. Brobecker <brobecker@gnat.com>
13556
13557 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13558 compilation error in the previous revision.
13559
13560 2003-01-09 David Carlton <carlton@math.stanford.edu>
13561
13562 * linespec.c: Update copyright.
13563
13564 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13565
13566 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13567 than inferior_ptid.
13568 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13569
13570 2003-01-09 Andrew Cagney <ac131313@redhat.com>
13571
13572 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13573 Update comments.
13574 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13575 (frame_saved_regs_zalloc): Update.
13576 (frame_saved_regs_register_unwind): Update.
13577 (create_new_frame): Update.
13578 (get_prev_frame): Update.
13579 (frame_extra_info_zalloc): Update.
13580 (deprecated_get_frame_saved_regs): Update.
13581 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13582 * cris-tdep.c: Update comment.
13583
13584 * somsolib.h: Fix function indentation.
13585 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13586 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13587 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13588 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13589 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13590
13591 * infrun.c (follow_fork): Use ISO C definition.
13592 * expprint.c (print_subexp): Use xfree instead of free.
13593 * charset.c: Include "gdb_string.h" instead of <string.h>.
13594 (register_iconv_charsets): Use ISO C definition.
13595 (host_charset, target_charset): Ditto.
13596 * Makefile.in (charset.o): Update dependencies.
13597 (mi-cmd-env.o): Update dependencies.
13598
13599 2003-01-08 Andrew Cagney <cagney@redhat.com>
13600
13601 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13602 get_frame_base.
13603
13604 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13605
13606 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13607 build directories. Save edited gdb output in Mbuild.log. If a
13608 build fails, remove any final GDB executable.
13609
13610 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13611
13612 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13613 replacing hex constants with function names and stripping leading
13614 file name directory prefixes.
13615
13616 2003-01-08 Andrew Cagney <cagney@redhat.com>
13617
13618 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13619 get_frame_base.
13620
13621 2003-01-08 David Carlton <carlton@math.stanford.edu>
13622
13623 * linespec.c (decode_line_1): Move code into decode_variable.
13624 (decode_variable): New function.
13625
13626 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13627
13628 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13629
13630 2003-01-08 Andrew Cagney <cagney@redhat.com>
13631
13632 * cris-tdep.c (cris_frame_init_saved_regs): Use
13633 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13634 saved_regs buffer.
13635 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13636 (sh64_nofp_frame_init_saved_regs): Ditto.
13637 (sh_fp_frame_init_saved_regs): Ditto.
13638 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13639 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13640 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13641 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13642
13643 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
13644
13645 * minsyms.c (lookup_minimal_symbol): Update comment.
13646 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13647 (lookup_minimal_symbol_solib_trampoline): Likewise.
13648
13649 2003-01-08 Andrew Cagney <cagney@redhat.com>
13650
13651 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13652 frame_relative_level.
13653
13654 * alpha-tdep.c: Use get_frame_extra_info.
13655 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13656 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13657 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13658 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13659
13660 * alpha-tdep.c: Use get_next_frame.
13661 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13662 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13663 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13664 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13665 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13666 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13667 * xstormy16-tdep.c: Ditto.
13668
13669 2003-01-07 Andrew Cagney <cagney@redhat.com>
13670
13671 * alpha-tdep.c: Use get_frame_base.
13672 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13673 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13674 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13675 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13676 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13677 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13678 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13679 * config/sparc/tm-sparc.h: Ditto.
13680
13681 2003-01-07 Andrew Cagney <cagney@redhat.com>
13682
13683 * frame.c (deprecated_get_frame_context): New function.
13684 (deprecated_set_frame_context): New function.
13685 * frame.h (deprecated_get_frame_context): Declare.
13686 (deprecated_set_frame_context): Declare.
13687 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13688 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
13689
13690 2003-01-07 Andrew Cagney <cagney@redhat.com>
13691
13692 * frame.c (deprecated_set_frame_next_hack): New function.
13693 (deprecated_set_frame_prev_hack): New function.
13694 * frame.h (deprecated_set_frame_next_hack): Declare.
13695 (deprecated_set_frame_prev_hack): Declare.
13696 * mcore-tdep.c (analyze_dummy_frame): Use
13697 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13698 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13699
13700 2003-01-07 David Carlton <carlton@math.stanford.edu>
13701
13702 * linespec.c (decode_line_1): Move code into decode_dollar.
13703 (decode_dollar): New function.
13704
13705 2003-01-07 Andrew Cagney <cagney@redhat.com>
13706
13707 * arm-tdep.c (arm_init_extra_frame_info): Use
13708 deprecated_update_frame_base_hack.
13709 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13710 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13711 (fix_frame_pointer): Ditto.
13712 (mn10300_analyze_prologue): Ditto.
13713
13714 2003-01-07 Andrew Cagney <cagney@redhat.com>
13715
13716 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13717 extra_info using frame_extra_info_zalloc.
13718 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13719 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13720 (sh64_init_extra_frame_info): Ditto.
13721 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13722 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13723 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13724 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13725 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13726 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13727 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13728 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13729 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13730 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13731 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13732 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13733
13734 * mn10300-tdep.c (analyze_dummy_frame): Use
13735 deprecated_set_frame_extra_info_hack.
13736 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13737
13738 2003-01-07 J. Brobecker <brobecker@gnat.com>
13739
13740 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13741 class is not scText. These do not define "real" procedures.
13742 (parse_partial_symbols): Likewise.
13743
13744 2003-01-06 Michael Snyder <msnyder@redhat.com>
13745
13746 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13747
13748 2003-01-06 Andrew Cagney <ac131313@redhat.com>
13749
13750 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13751 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13752 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13753 deprecated_frame_xmalloc_with_cleanup.
13754 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13755 deprecated_frame_xmalloc.
13756 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13757 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13758
13759 2003-01-06 Andrew Cagney <cagney@redhat.com>
13760
13761 * x86-64-linux-tdep.c: Include "osabi.h".
13762 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13763
13764 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13765
13766 2003-01-06 Andrew Cagney <cagney@redhat.com>
13767
13768 * MAINTAINERS (Target Instruction Set Architectures): Update
13769 arm-elf. Can be built with -Werror, has been multiarched.
13770
13771 * value.h (unpack_long): Make buffer parameter constant.
13772 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13773 * scm-lang.h (scm_parse): Ditto.
13774 * defs.h (extract_typed_address, extract_address): Ditto.
13775 (extract_long_unsigned_integer): Ditto.
13776 * inferior.h (unsigned_pointer_to_address): Ditto.
13777 (signed_pointer_to_address): Ditto.
13778 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13779 * gdbarch.h, gdbarch.c: Regenerate.
13780 * findvar.c (extract_long_unsigned_integer): Update.
13781 (extract_address): Update.
13782 (extract_typed_address): Update.
13783 (unsigned_pointer_to_address): Update.
13784 * values.c (unpack_long): Update.
13785 (unpack_double): Update.
13786 (unpack_pointer): Update.
13787 (unpack_field_as_long): Update.
13788 * d10v-tdep.c (d10v_pointer_to_address): Update.
13789 * avr-tdep.c (avr_pointer_to_address): Update.
13790 * scm-lang.c (scm_unpack): Update.
13791 * findvar.c (signed_pointer_to_address): Update.
13792
13793 2003-01-06 Michal Ludvig <mludvig@suse.cz>
13794
13795 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
13796 since it is in i386-tdep.c.
13797
13798 2003-01-06 J. Brobecker <brobecker@gnat.com>
13799
13800 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13801 failure introduced in the previous change.
13802
13803 2003-01-05 Michael Chastain <mec@shout.net>
13804
13805 * README: Remove references to deleted remote-*.c files:
13806 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13807 remote-nrom.c, remote-os9k.c, remote-udi.c.
13808
13809 2003-01-05 Mark Kettenis <kettenis@gnu.org>
13810
13811 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13812 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13813 i386_get_longjmp_target.
13814
13815 2003-01-05 Andrew Cagney <ac131313@redhat.com>
13816
13817 * arm-tdep.c (prologue_cache): Change to a pointer.
13818 (_initialize_arm_tdep): Allocate prologue_cache.
13819 (check_prologue_cache): Update.
13820 (save_prologue_cache): Update.
13821 (arm_gdbarch_init): Update.
13822
13823 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13824
13825 * stabsread.c (update_method_name_from_physname): Call complaint()
13826 instead of error.
13827
13828 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13829
13830 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13831 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13832 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13833
13834 * blockframe.c: Include "gdbcmd.h" and "command.h".
13835 (backtrace_below_main): New variable.
13836 (file_frame_chain_valid, func_frame_chain_valid)
13837 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13838 (generic_func_frame_chain_valid): Remove functions.
13839 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13840 (_initialize_blockframe): New function.
13841 * Makefile.in (blockframe.o): Update dependencies.
13842 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13843 comment. Call frame_chain_valid ().
13844 * frame.h: Remove old prototypes. Add prototype for
13845 frame_chain_valid and update comments to match.
13846 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13847 Remove old comment.
13848 * gdbarch.h: Regenerated.
13849 * gdbarch.c: Regenerated.
13850
13851 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13852 set_gdbarch_frame_chain_valid.
13853 * avr-tdep.c (avr_gdbarch_init): Likewise.
13854 * cris-tdep.c (cris_gdbarch_init): Likewise.
13855 * frv-tdep.c (frv_gdbarch_init): Likewise.
13856 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13857 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13858 (i386_nw_init_abi): Likewise.
13859 (i386_gdbarch_init): Likewise.
13860 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13861 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13862 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13863 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13864 * mips-tdep.c (mips_gdbarch_init): Likewise.
13865 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13866 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13867 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13868 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13869 * s390-tdep.c (s390_gdbarch_init): Likewise.
13870 * sh-tdep.c (sh_gdbarch_init): Likewise.
13871 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13872 * v850-tdep.c (v850_gdbarch_init): Likewise.
13873 * vax-tdep.c (vax_gdbarch_init): Likewise.
13874 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13875
13876 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13877 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13878 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13879 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13880 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13881 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13882 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13883 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13884
13885 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13886
13887 * Makefile.in (acconfig_h): Remove incorrect macro.
13888 (config_h): Define.
13889 (osabi.o): Update dependencies.
13890 * configure.tgt: Set gdb_osabi based on target triplet.
13891 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13892 * configure: Regenerated.
13893 * config.in: Regenerated.
13894 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13895 (GDB_OSABI_DEFAULT): Define if not already defined.
13896 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13897 (set_osabi_string): New variables.
13898 (gdbarch_register_osabi): Add new OS ABI to
13899 gdb_osabi_available_names.
13900 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13901 (set_osabi, show_osabi): New functions.
13902 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13903
13904 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13905
13906 * arch-utils.c (gdbarch_info_init): Set osabi to
13907 GDB_OSABI_UNINITIALIZED.
13908 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13909 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13910 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13911 * gdbarch.c: Regenerated.
13912 * gdbarch.h: Regenerated.
13913 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13914 there's no BFD.
13915 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13916 * osabi.h (enum gdb_osabi): Move to defs.h.
13917 (gdbarch_init_osabi): Update prototype.
13918 * defs.h (enum gdb_osabi): Moved here.
13919 * Makefile.in: Update dependencies.
13920
13921 * alpha-tdep.h: Don't include "osabi.h".
13922 (struct gdbarch_tdep): Remove osabi member.
13923 * alpha-tdep.c: Include "osabi.h".
13924 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13925 iterate over arches. Update call to gdbarch_init_osabi.
13926 (alpha_dump_tdep): Don't dump osabi.
13927 * alpha-linux-tdep.c: Include "osabi.h".
13928 * alpha-osf1-tdep.c: Include "osabi.h".
13929 * alphafbsd-tdep.c: Include "osabi.h".
13930 * alphanbsd-tdep.c: Include "osabi.h".
13931
13932 * arm-tdep.h: Don't include "osabi.h".
13933 (struct gdbarch_tdep): Remove osabi member.
13934 * arm-tdep.c: Include "osabi.h".
13935 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13936 iterate over arches. Update call to gdbarch_init_osabi.
13937 (arm_dump_tdep): Don't dump osabi.
13938 * arm-linux-tdep.c: Include "osabi.h".
13939 * armnbsd-tdep.c: Include "osabi.h".
13940
13941 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13942 Update call to gdbarch_init_osabi.
13943
13944 * i386-tdep.h: Don't include "osabi.h".
13945 (struct gdbarch_tdep): Remove osabi member.
13946 * i386-tdep.c: Include "osabi.h".
13947 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13948 iterate over arches. Update call to gdbarch_init_osabi.
13949 (i386_dump_tdep): Don't dump osabi.
13950 * i386-linux-tdep.c: Include "osabi.h".
13951 * i386-sol2-tdep.c: Include "osabi.h".
13952 * i386bsd-tdep.c: Include "osabi.h".
13953 * i386gnu-tdep.c: Include "osabi.h".
13954 * i386ly-tdep.c: Include "osabi.h".
13955 * i386nbsd-tdep.c: Include "osabi.h".
13956 * i386obsd-tdep.c: Include "osabi.h".
13957
13958 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13959 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13960 check osabi when iterating over arches. Update call to
13961 gdbarch_init_osabi.
13962 (mips_dump_tdep): Don't dump osabi.
13963
13964 * ns32k-tdep.h: Don't include "osabi.h".
13965 (struct gdbarch_tdep): Remove.
13966 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13967 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13968 allocate tdep. Update call to gdbarch_init_osabi.
13969 (ns32k_dump_tdep): Remove.
13970 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13971 * ns32knbsd-tdep.c: Include "osabi.h".
13972
13973 * ppc-tdep.h: Don't include "osabi.h".
13974 (struct gdbarch_tdep): Remove osabi member.
13975 * rs6000-tdep.c: Include "osabi.h".
13976 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13977 osabi when iterating over arches. Update call to
13978 gdbarch_init_osabi.
13979 (rs6000_dump_tdep): Don't dump osabi.
13980 * ppc-linux-tdep.c: Include "osabi.h".
13981 * ppcnbsd-tdep.c: Include "osabi.h".
13982
13983 * sh-tdep.h: Don't include "osabi.h".
13984 (struct gdbarch_tdep): Remove osabi member.
13985 * sh-tdep.c: Include "osabi.h".
13986 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13987 iterate over arches. Update call to gdbarch_init_osabi.
13988 (sh_dump_tdep): Don't dump osabi.
13989 * shnbsd-tdep.c: Include "osabi.h".
13990
13991 * sparc-tdep.c: Include "osabi.h".
13992 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13993 iterate over arches. Update call to gdbarch_init_osabi.
13994 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
13995 tdep structure.
13996
13997 * vax-tdep.h: Don't include "osabi.h".
13998 (struct gdbarch_tdep): Remove.
13999 * vax-tdep.c: Include "osabi.h".
14000 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14001 iterate over arches. Don't allocate tdep. Update call
14002 to gdbarch_init_osabi.
14003 (vax_dump_tdep): Remove.
14004 (_initialize_vax_tdep): Update call to gdbarch_register.
14005
14006 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14007
14008 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
14009 entirely.
14010 (breakpoint_re_set_one): Don't fetch the value for a disabled
14011 watchpoint.
14012
14013 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14014
14015 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
14016 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
14017 (COERCE_FLOAT_TO_DOUBLE): Remove.
14018 * gdbarch.c: Regenerate.
14019 * gdbarch.h: Regenerate.
14020 * Makefile.in: Remove value_h from gdbarch_h.
14021 * valops.c (coerce_float_to_double): New variable.
14022 (default_coerce_float_to_double): Remove.
14023 (standard_coerce_float_to_double): Remove.
14024 (value_arg_coerce): Use coerce_float_to_double.
14025 (_initialize_valops): Add "set coerce-float-to-double".
14026 * value.h (default_coerce_float_to_double): Remove prototype.
14027 (standard_coerce_float_to_double): Remove prototype.
14028
14029 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
14030 prototyped.
14031 * mdebugread.c (parse_symbol): Likewise.
14032 * stabsread.c (define_symbol): Mark all functions as prototyped.
14033
14034 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
14035 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
14036 set_gdbarch_coerce_float_to_double.
14037 * arm-tdep.c (arm_gdbarch_init): Likewise.
14038 * frv-tdep.c (frv_gdbarch_init): Likewise.
14039 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
14040 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
14041 * mips-tdep.c (mips_gdbarch_init): Likewise.
14042 (mips_coerce_float_to_double): Remove.
14043 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14044 (rs6000_coerce_float_to_double): Remove.
14045 * s390-tdep.c (s390_gdbarch_init): Likewise.
14046 * sh-tdep.c (sh_gdbarch_init): Likewise.
14047 (sh_coerce_float_to_double): Remove.
14048 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14049 (sparc_coerce_float_to_double): Remove.
14050 * v850-tdep.c (v850_gdbarch_init): Likewise.
14051 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
14052 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14053 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
14054 (hppa_coerce_float_to_double): Remove prototype.
14055 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14056
14057 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14058
14059 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
14060
14061 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14062
14063 Suggested by Stewart Brown <sb24@avaya.com>:
14064 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
14065 in recursive calls. Handle TYPE_CODE_TYPEDEF.
14066 (c_type_print_varspec_suffix): Likewise.
14067
14068 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14069
14070 * configure.in: Don't set and AC_SUBST SUBDIRS.
14071 * configure: Regenerated.
14072
14073 * configure.in: Remove code dealing with shared libraries.
14074 * Makefile.in: Remove HLDFLAGS and HLDENV.
14075 * configure: Regenerated.
14076
14077 2003-01-04 Andrew Cagney <ac131313@redhat.com>
14078
14079 * frame.c (deprecated_frame_xmalloc): New function.
14080 (deprecated_set_frame_saved_regs_hack): New function.
14081 (deprecated_set_frame_extra_info_hack): New function.
14082 * frame.h (deprecated_frame_xmalloc): Declare.
14083 (deprecated_set_frame_saved_regs_hack): Declare.
14084 (deprecated_set_frame_extra_info_hack): Declare.
14085
14086 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14087
14088 * configure.in: Move code that provides the --enable-gdbtk option
14089 right after the code that handles the --enable-tui option, and
14090 polish it somewhat.
14091 * configure: Regenerated.
14092
14093 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
14094 AC_CHECK_FUNCS and remove the old check for pread64.
14095 * acinclude.m4 (AC_GNU_SOURCE): New macro.
14096 * acconfig.h (_GNU_SOURCE): Add.
14097 (HAVE_PREAD64): Remove.
14098 * configure, aclocal.m4, config.in: Regenerated.
14099
14100 2003-01-03 Andrew Cagney <ac131313@redhat.com>
14101
14102 * alpha-tdep.c: Use get_frame_saved_regs.
14103 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14104 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
14105 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
14106 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
14107 * vax-tdep.c, xstormy16-tdep.c: Ditto.
14108
14109 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14110
14111 * configure.in: Remove all use of the SUBDIRS variable; add
14112 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
14113 code providing the --enable-multi-ice option, and move it right in
14114 front of the code that checks whether gdbserver is supported.
14115 Polish that too.
14116 * configure: Regenerated.
14117 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
14118 @SUBDIRS@.
14119
14120 2003-01-03 Andrew Cagney <cagney@redhat.com>
14121
14122 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
14123 * avr-tdep.c, cris-tdep.c: Ditto.
14124 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
14125 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14126
14127 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14128
14129 * configure.in: Remove --enable-netrom option.
14130 * configure: Regenerated.
14131
14132 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14133
14134 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
14135 declaration for `struct re_pattern_buffer' instead.
14136 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
14137
14138 2003-01-03 J. Brobecker <brobecker@gnat.com>
14139
14140 * mdebugread.c (parse_symbol): Count until the stEnd matching
14141 the structure name.
14142
14143 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14144
14145 * configure.in: Remove --with-cpu option.
14146 subscripts. Remove evil changequotes here.
14147 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
14148 * config.in, configure: Regenerated.
14149
14150 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
14151 * configure.in: Cleanup section that sources GDB and BFD configure
14152 subscripts. Remove evil changequotes here.
14153 * config.in, configure: Regenerated.
14154
14155 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14156
14157 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
14158 frame accessor methods.
14159 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14160 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
14161 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
14162 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
14163 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14164 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
14165 * z8k-tdep.c: Ditto.
14166
14167 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14168
14169 * configure.in: Remove UI_OUT configuration code.
14170 * ada-lang.c: Update assuming UI_OUT is always true.
14171 * Makefile.in (UIOUT_CFLAGS): Remove.
14172 * configure: Regenerated.
14173 * TODO: Remove blurb about elimination of -DUI_OUT.
14174
14175 * configure.in: Move code that provides the --enable-gdbcli,
14176 --enable-gdbmi options right before the code that handles the
14177 --enable-tui option. Polish a bit.
14178 * configure: Regenerated.
14179
14180 * configure.in: Rewrite check for GNU regex and the
14181 --without-included regex option, and move it into the "Checks for
14182 library functions" section. This makes us use the system regex
14183 again by default on systems with version 2 of the GNU C library.
14184 This was apparently broken.
14185 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
14186 * acconfig.h (USE_INCLUDED_REGEX): Remove.
14187 * config.in, configure: Regenerated.
14188
14189 * configure.in: Move code that provides the --enable-tui option
14190 before the "Checks for libraries" section. Polish the code
14191 somewhat and set need_curses to yes if we build the TUI. Rewrite
14192 code that looks for a library providing termcap functionality to
14193 match more closely what's done in the Readline library, and move
14194 it into to the "Checks for libraries" section.
14195 * configure: Regenerated.
14196 * Makefile.in (TERMCAP): Remove variable.
14197 * config/i386/go32.mh (TERMCAP): Remove variable.
14198
14199 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14200
14201 * MAINTAINERS: Mention gdb_mbuild.sh.
14202 * gdb_mbuild.sh: Rewrite.
14203
14204 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14205
14206 * configure.in: Fix typo in last change.
14207 * config.in, configure: Regenerated.
14208
14209 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14210
14211 * valarith.c (value_binop): Delete obsolete code and comments.
14212 * configure.host: Ditto.
14213 * buildsym.h (make_blockvector): Ditto.
14214 * buildsym.c (make_blockvector): Ditto.
14215 * defs.h (enum language): Ditto.
14216 (chill_demangle): Ditto.
14217 * elfread.c (elf_symtab_read): Ditto.
14218 * dwarfread.c (CHILL_PRODUCER): Ditto.
14219 (set_cu_language): Ditto.
14220 (handle_producer): Ditto.
14221 * expprint.c (print_subexp): Ditto.
14222 * gdbtypes.c (chill_varying_type): Ditto.
14223 * gdbtypes.h (builtin_type_chill_bool): Ditto.
14224 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
14225 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
14226 (chill_varying_type): Ditto.
14227 * language.h (_LANG_chill): Ditto.
14228 * language.c (binop_result_type, integral_type): Ditto.
14229 (character_type, string_type, structured_type): Ditto.
14230 (lang_bool_type, binop_type_check): Ditto.
14231 * stabsread.h (os9k_stabs): Ditto.
14232 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
14233 (define_symbol, read_type, read_struct_fields): Ditto.
14234 (read_array_type, read_enum_type, read_huge_number): Ditto.
14235 (read_range_type, start_stabs): Ditto.
14236 * symfile.c (init_filename_language_table): Ditto.
14237 (add_psymbol_with_dem_name_to_list): Ditto.
14238 * symtab.c (symbol_init_language_specific): Ditto.
14239 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
14240 * symtab.h (struct general_symbol_info): Ditto.
14241 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
14242 * typeprint.c (typedef_print): Ditto.
14243 * utils.c (fprintf_symbol_filtered): Ditto.
14244 * valops.c (value_cast, search_struct_field, value_slice): Delete
14245 obsolete code.
14246 (varying_to_slice): Delete function.
14247 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
14248 (varying_to_slice): Delete declaration.
14249 * MAINTAINERS: Update.
14250
14251 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14252
14253 * configure.in: Reorganize "Checks for library functions section"
14254 a bit. Remove check for `btowc' and `isascii' functions.
14255 * configure: Regenerated.
14256
14257 * acconfig.h (_MSE_INT_H): Remove.
14258 * configure.in: Create "Checks for header files" section, and move
14259 appropriate tests there. Don't check for objlist.h, wchar.h,
14260 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
14261 misdetection fix. Also add "Checks for types", "Checks for
14262 compiler characteristics" and "Checks for library functions"
14263 sections.
14264 * config.in, configure: Regenerated.
14265
14266 * configure.in: Create "Checks for programs" section, and move
14267 appropriate tests there.
14268
14269 2003-01-01 Mark Kettenis <kettenis@gnu.org>
14270
14271 * configure.in: Create "Checks for libraries" section, and move
14272 appropriate tests there. Cleanup check for wctype in libw. Use
14273 AC_SEARCH_LIBS to see whether we need libsocket.
14274 * configure: Regenerated.
14275
14276 For older changes see ChangeLog-2002
14277 \f
14278 Local Variables:
14279 mode: change-log
14280 left-margin: 8
14281 fill-column: 74
14282 version-control: never
14283 End:
This page took 0.330719 seconds and 4 git commands to generate.