2003-11-10 Andrew Cagney <cagney@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2003-11-10 Andrew Cagney <cagney@redhat.com>
2
3 * gdbarch.sh (return_value): Replace "inval" and "outval" with
4 "readbuf" and "writebuf".
5 * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
6 * d10v-tdep.c (d10v_return_value): Ditto.
7 * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
8 (ppc_sysv_abi_broken_return_value): Ditto.
9 (ppc64_sysv_abi_return_value): Ditto.
10 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Ditto.
11 (ppc_sysv_abi_return_value): Ditto.
12 (ppc_sysv_abi_broken_return_value): Ditto.
13 (ppc64_sysv_abi_return_value): Ditto.
14 * values.c (register_value_being_returned): Update call.
15 * stack.c (return_command): Update call.
16 * gdbarch.h, gdbarch.c: Re-generate.
17
18 * target.h (struct target_ops): Order xfer buffer parameters "read
19 write" not "write read".
20 * bfd-target.c (target_bfd_xfer_partial): Update.
21 * remote.c (remote_xfer_partial): Update.
22 * inftarg.c (child_xfer_partial): Update.
23 * target.c (default_xfer_partial): Update.
24 (target_read_partial, target_write_partial): Update.
25 (debug_to_xfer_partial): Update.
26
27 * arch-utils.h, arch-utils.c: Fix typo in comment.
28
29 * arch-utils.c (deprecated_select_gdbarch_hack): Delete function.
30 (gdbarch_from_bfd): Call gdbarch_find_by_info.
31 (set_gdbarch_from_file): Call
32 "deprecated_current_gdbarch_select_hack".
33
34 2003-11-09 Andrew Cagney <cagney@redhat.com>
35
36 * arch-utils.c (gdbarch_update_p): New function.
37 * gdbarch.sh (gdbarch_update_p): Delete function.
38 (find_arch_by_info, gdbarch_find_by_info): New functions.
39 (deprecated_current_gdbarch_select_hack): New function.
40 * gdbarch.c: Re-generate.
41
42 * gdbarch.sh (clear_gdbarch_swap): Delete function.
43 (swapout_gdbarch_swap): Delete function.
44 (swapin_gdbarch_swap): Delete function.
45 (init_gdbarch_swap): Delete function.
46 (initialize_non_multiarch): Delete function.
47 (current_gdbarch_swap_in_hack): New function.
48 (current_gdbarch_swap_out_hack): New function.
49 (current_gdbarch_swap_init_hack): New function.
50 * gdbarch.c: Re-generate.
51
52 * gdbarch.sh (verify_gdbarch, gdbarch_dump): Rename "gdbarch"
53 parameter to "current_gdbarch". Add comment explaining why.
54 (TARGET_FLOAT_FORMAT: Pass "current_gdbarch" to default_double_format.
55 (TARGET_DOUBLE_FORMAT,TARGET_LONG_DOUBLE_FORMAT): Ditto.
56 * gdbarch.c: Re-generate.
57
58 * config/s390/s390.mh (XM_FILE, XM_CLIBS): Delete macros.
59 * config/s390/nm-linux.h (KERNEL_U_ADDR): Define.
60 * config/s390/xm-linux.h: Delete file.
61 * config/m88k/xm-delta88v4.h: Delete stray.
62
63 * Makefile.in (arch-utils.o): Update dependencies.
64 * arch-utils.c: Include "osabi.h".
65 (gdbarch_info_fill): New function.
66 * arch-utils.h (gdbarch_info_fill): Declare.
67 * gdbarch.sh (gdbarch_update_p): Call "gdbarch_info_fill".
68 * gdbarch.c: Re-generate.
69
70 2003-11-09 Mark Kettenis <kettenis@gnu.org>
71 David S. Miller <davem@redhat.com>
72
73 * glibc-tdep.c, glibc-tdep.h: New files.
74 * config/arm/linux.mt (TDEPFILES): Add glibc-tdep.o
75 * config/i386/linux.mt (TDEPFILES): Likewise.
76 * i386-linux-tdep.c (glibc-tdep.h): Include.
77 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
78 (i386_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
79 * arm-linux-tdep.c (glibc-tdep.h): Include.
80 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
81 (arm_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
82 * Makefile.in (ALLDEPFILES): Add glibc-tdep.c
83 (glibc_tdep_h): Define.
84 (glibc-tdep.o): Add dependencies.
85 (arm-linux-tdep.o): Update dependencies.
86 (i386-linux-tdep.o): Likewise.
87
88 2003-11-09 Andrew Cagney <cagney@redhat.com>
89
90 * config/mips/irix6.mh (NAT_FILE): Set to "nm-irix5.h".
91 * config/mips/nm-irix6.h: Delete file.
92 * config/mips/nm-linux.h: Update copyright.
93 (MIPS_GNULINUX_TARGET): Delete macro.
94 * config/mips/irix6.mh (XM_FILE): Set to "xm-irix5.h".
95 * config/mips/xm-irix6.h: Delete file.
96 * config/mips/linux.mh (XM_FILE): Delete definition.
97 * config/mips/xm-linux.h: Delete file.
98
99 2003-11-09 Andrew Cagney <cagney@redhat.com>
100
101 * d10v-tdep.c (d10v_return_value): New function.
102 (d10v_use_struct_convention): Delete function.
103 (d10v_store_return_value): Delete function.
104 (d10v_extract_struct_value_address): Delete function.
105 (d10v_gdbarch_init): Set "return_value" instead of
106 "extract_return_value", "store_return_value",
107 "extract_struct_value_address", and "use_struct_convention".
108 (RET1_REGNUM): Delete const.
109
110 2003-11-09 Mark Kettenis <kettenis@gnu.org>
111
112 From David S. Miller <davem@redhat.com>:
113 * gdbarch.sh (SKIP_SOLIB_RESOLVER): New method.
114 * gdbarch.c, gdbarch.h: Regenerated.
115 * arch-utils.c (generic_skip_solib_resolver): New function.
116 * arch-utils.h (generic_skip_solib_resolver): New prototype.
117 * infrun.c (SKIP_SOLIB_RESOLVER): Don't define.
118
119 2003-11-07 Andrew Cagney <cagney@redhat.com>
120
121 * top.c (print_gdb_version): Replace STREQ with strcmp.
122 * valops.c (value_struct_elt_for_reference): Ditto.
123 (value_struct_elt_for_reference): Ditto.
124 * symtab.c (gdb_mangle_name): Ditto.
125 (find_line_symtab): Ditto.
126 * symmisc.c (maintenance_print_symbols): Ditto.
127 * symfile.c (symbol_file_command): Ditto.
128 * stabsread.c (define_symbol, read_type): Ditto.
129 (cleanup_undefined_types, scan_file_globals): Ditto.
130 * solib.c (solib_map_sections): Ditto.
131 * solib-svr4.c (bfd_lookup_symbol): Ditto.
132 * rs6000-tdep.c (skip_prologue): Ditto.
133 * p-valprint.c (pascal_value_print): Ditto.
134 (pascal_object_is_vtbl_ptr_type): Ditto.
135 * objfiles.c (in_plt_section): Ditto.
136 * minsyms.c (lookup_minimal_symbol): Ditto.
137 (compact_minimal_symbols): Ditto.
138 (find_solib_trampoline_target): Ditto.
139 * mdebugread.c (parse_type): Ditto.
140 * language.c (set_language_command): Ditto.
141 (set_type_command, set_range_command): Ditto.
142 * f-lang.c (add_common_block): Ditto.
143 (add_common_block): Ditto.
144 (find_first_common_named): Ditto.
145 (patch_all_commons_by_name): Ditto.
146 * elfread.c (elf_locate_sections): Ditto.
147 (elf_locate_sections): Ditto.
148 (elfstab_offset_sections): Ditto.
149 * dwarf2read.c (dwarf2_locate_sections): Ditto.
150 * dbxread.c (add_old_header_file): Ditto.
151 (find_corresponding_bincl_psymtab): Ditto.
152 (read_dbx_symtab, process_one_symbol): Ditto.
153 * coffread.c (patch_opaque_types): Ditto.
154 * cli/cli-decode.c (delete_cmd): Ditto.
155 * cli/cli-cmds.c (pwd_command, list_command): Ditto.
156 * c-typeprint.c (c_type_print_base): Ditto.
157 * breakpoint.c (bpstat_stop_status): Ditto.
158 (clear_command, breakpoint_re_set_one): Ditto.
159
160 2003-11-07 Andrew Cagney <cagney@redhat.com>
161
162 * bcache.h: Update copyright. Add comments on bcache VS hashtab.
163 * bcache.c (struct bstring): Make "length" an unsigned short, add
164 "half_hash".
165 (struct bcache): Add "half_hash_error_count".
166 (bcache): Compute and save the "half_hash". Compare the
167 "half_hash" before comparing the length. Update
168 half_hash_error_count.
169
170 2003-11-07 Andrew Cagney <cagney@redhat.com>
171
172 * inftarg.c (child_xfer_partial): New function
173 (init_child_ops): Set "to_xfer_partial".
174
175 2003-11-07 Andrew Cagney <cagney@redhat.com>
176
177 * ppc-linux-tdep.c (ppc_linux_init_abi): When 32-bit GNU/Linux,
178 set "return_value" instead of "use_struct_convention".
179 (ppc_linux_use_struct_convention): Delete function.
180 (ppc_linux_return_value): New function.
181 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): New function.
182 (ppc_sysv_abi_broken_return_value): New function.
183 (do_ppc_sysv_return_value): Add "gdbarch" parameter.
184 (ppc64_sysv_abi_push_dummy_call): Add "gdbarch" parameter, drop
185 static.
186 (ppc_sysv_abi_extract_return_value): Delete function.
187 (ppc_sysv_abi_broken_extract_return_value): Delete function.
188 (ppc_sysv_abi_store_return_value): Delete function.
189 (ppc_sysv_abi_broken_store_return_value): Delete function.
190 (ppc_sysv_abi_use_struct_convention): Delete function.
191 (ppc64_sysv_abi_use_struct_convention): Delete function.
192 (ppc64_sysv_abi_extract_return_value): Delete function.
193 (ppc64_sysv_abi_store_return_value): Delete function.
194 * ppcnbsd-tdep.c (ppcnbsd_return_value): New function.
195 (ppcnbsd_init_abi): Set "return_value", instead of
196 "use_struct_convention", "extract_return_value", and
197 "store_return_value".
198 (ppcnbsd_use_struct_convention): Delete function.
199 * ppc-tdep.h (ppc64_sysv_abi_return_value): Declare.
200 (ppc_sysv_abi_return_value): Declare.
201 (ppc_sysv_abi_broken_return_value): Declare.
202 (ppc_sysv_abi_use_struct_convention): Delete.
203 (ppc_sysv_abi_store_return_value): Delete.
204 (ppc_sysv_abi_extract_return_value): Delete.
205 (ppc_sysv_abi_broken_store_return_value): Delete.
206 (ppc_sysv_abi_broken_extract_return_value): Delete.
207 (ppc64_sysv_abi_use_struct_convention): Delete.
208 (ppc64_sysv_abi_extract_return_value): Delete.
209 (ppc64_sysv_abi_store_return_value): Delete.
210 * rs6000-tdep.c (rs6000_gdbarch_init): For 32-bit and 64-bit SYSV,
211 set "return_value" instead of "extract_return_value",
212 "store_return_value", and "use_struct_convention".
213
214 2003-11-07 Mark Kettenis <kettenis@gnu.org>
215
216 * dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
217
218 * fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
219 fscanf.
220
221 2003-11-07 Mark Kettenis <kettenis@gnu.org>
222
223 * fbsd-proc.c: Fix formatting.
224
225 2003-11-06 Kevin Buettner <kevinb@redhat.com>
226
227 * frv-tdep.c (first_pseudo_regnum, iacc0_regnum, frv_num_pseudo_regs):
228 Define.
229 (new_variant): Set name for iacc0_regnum.
230 (frv_register_name): Accommodate pseudo-registers.
231 (frv_register_type): Add case for iacc0_regnum.
232 (frv_pseudo_register_read, frv_pseudo_register_write): New functions.
233 (frv_gdbarch_init): Set number of pseudo registers. Establish
234 pseudo-register read/write methods.
235
236 2003-11-06 Andrew Cagney <cagney@redhat.com>
237
238 * valops.c (destructor_name_p): Replace STREQN with strncmp.
239 * top.c (command_line_input): Ditto.
240 * objc-exp.y (yylex): Ditto.
241 * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
242 * jv-exp.y (yylex): Ditto.
243 * f-exp.y (yylex): Ditto.
244 * event-top.c (command_line_handler): Ditto.
245 * environ.c (get_in_environ): Ditto.
246 (set_in_environ): Ditto.
247 * dwarfread.c (handle_producer): Ditto.
248 * dbxread.c (process_one_symbol): Ditto.
249 * c-typeprint.c (c_type_print_base): Ditto.
250 * c-exp.y (yylex): Ditto.
251
252 2003-11-06 Andrew Cagney <cagney@redhat.com>
253 Jeff Johnston <jjohnstn@redhat.com>
254
255 * target.c (add_target): Only set "to_xfer_partial" when NULL.
256 (init_dummy_target): Set "to_xfer_partial".
257
258 2003-11-06 Andrew Cagney <cagney@redhat.com>
259
260 * stack.c (return_command): Warn when STRUCT_CONVENTION, and not
261 REGISTER_CONVENTION.
262
263 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
264
265 * breakpoint.c (insert_bp_location, allocate_bp_location): Make
266 static.
267
268 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
269
270 * breakpoint.c (remove_breakpoint): Take an bp_location
271 instead of a breakpoint argument. Check the bp_location's type.
272 Fix a reversed condition for hardware breakpoints.
273
274 (insert_bp_location): Update call to remove_breakpoint.
275 (remove_breakpoints): Likewise. Use ALL_BP_LOCATIONS.
276 (remove_hw_watchpoints): Likewise.
277 (reattach_breakpoints): Likewise.
278 (detach_breakpoints): Likewise.
279 (delete_breakpoint): Likewise.
280
281 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
282
283 * breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
284 (beakpoint_init_inferior): Likewise.
285 (breakpoint_here_p): Likewise. Only check addresses for software
286 or hardware breakpoints.
287 (breakpoint_inserted_here_p): Likewise.
288 (breakpoint_thread_match): Likewise. Correct comment.
289 (bpstat_have_active_hw_watchpoints): Likewise.
290 (check_duplicates): Likewise.
291
292 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
293
294 * breakpoints.c (insert_bp_location): New function, broken out
295 from insert_breakpoints. Work on an bp_location instead of a
296 breakpoint.
297 (insert_breakpoints): Use it.
298
299 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
300
301 * breakpoint.h (struct bp_location): Add section.
302 (struct breakpoint): Remove section.
303 * breakpoint.c (insert_breakpoints, remove_breakpoint)
304 (breakpoint_here_p, breakpoint_inserted_here_p)
305 (breakpoint_thread_match, bpstat_stop_status, print_one_breakpoint)
306 (describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
307 (clear_command, delete_breakpoint, breakpoint_re_set_one): Access
308 section through loc.
309
310 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
311
312 * breakpoint.c (read_memory_nobpt): Use ALL_BP_LOCATIONS
313 instead of ALL_BREAKPOINTS. Check for software breakpoints only.
314
315 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
316
317 * breakpoint.c (allocate_bp_location): Take bpt and bp_type
318 arguments. Initialize owner and type for the new breakpoint
319 location item.
320 (set_raw_breakpoint): Update call to allocate_bp_location.
321
322 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
323
324 * breakpoint.h (struct bp_location): Add a chain pointer.
325 * breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
326 macros.
327 (bp_location_chain): New variable.
328 (allocate_bp_location): New function.
329 (set_raw_breakpoint): Use it.
330 (delete_breakpoint): Remove ->loc from the bp_location_chain.
331
332 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
333
334 * breakpoint.h (enum bp_loc_type, struct bp_location): New.
335 (struct breakpoint): Remove address, shadow_contents, inserted,
336 requested_address, and duplicate. Add a struct bp_location.
337 * breakpoint.c (condition_command, read_memory_nobpt)
338 (insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
339 (reattach_breakpoints, update_breakpoints_after_exec)
340 (detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
341 (breakpoint_init_inferior, breakpoint_here_p)
342 (breakpoint_inserted_here_p, deprecated_frame_in_dummy)
343 (breakpoint_thread_match, bpstat_stop_status)
344 (bpstat_have_active_hw_watchpoints, print_one_breakpoint)
345 (describe_other_breakpoints, check_duplicates)
346 (make_breakpoint_permanent, create_thread_event_breakpoint)
347 (disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
348 (set_longjmp_resume_breakpoint, mention, create_breakpoints)
349 (watch_command_1, print_one_exception_catchpoint)
350 (clear_command, breakpoint_re_set_one): Adjust member accesses to
351 use the breakpoint's ->loc.
352 (set_raw_breakpoint): Likewise. Initialize ->loc.
353 (delete_breakpoint): Likewise. Free ->loc.
354
355 2003-11-05 Andrew Cagney <cagney@redhat.com>
356
357 * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
358 macro.
359 * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
360 * config/i386/tm-cygwin.h
361 (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
362 * config/powerpc/tm-linux.h
363 (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
364 (at_subroutine_call_instruction_target): Delete declaration.
365 * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
366 * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
367 * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
368
369 * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
370 "struct bfd_section" and "struct bfd".
371 * target.h (struct section_table): Ditto.
372 * rs6000-nat.c (xcoff_relocate_core): Ditto.
373 * solib-svr4.c (elf_locate_base): Ditto.
374 * pa64solib.c (dld_cache_t): Ditto.
375 * objfiles.h (struct obj_section): Ditto.
376 * objfiles.c (add_to_objfile_sections): Ditto.
377 * exec.c (bfdsec_to_vmap): Ditto.
378 (add_to_section_table): Ditto.
379 (build_section_table): Ditto.
380 * corelow.c (get_core_register_section): Ditto.
381 * coffread.c (find_linenos): Ditto.
382 * elfread.c (elf_interpreter): Delete #if0'd function.
383
384 * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
385 * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
386 * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
387 * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
388
389 * arch-utils.h (generic_cannot_extract_struct_value_address):
390 Delete declaration.
391 * wince.c (_initialize_wince): Fix multi-line string.
392 * ia64-tdep.c (floatformat_valid): Convert to ISO C.
393
394 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
395
396 * top.c (execute_command): Fix broken logic for command execution
397 while inferior is running in async mode.
398
399 2003-11-06 Mark Kettenis <kettenis@gnu.org>
400
401 * dwarf2-frame.c (execute_cfa_program): Mark register as
402 REG_SAVED_REG for DW_CFA_register opcode.
403
404 2003-11-05 Mark Kettenis <kettenis@gnu.org>
405
406 * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
407 %rsp, %rip and %eflags to match ABI-change.
408
409 2003-11-05 Jeff Johnston <jjohnstn@redhat.com>
410
411 * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
412 (ia64_gdbarch_init): Don't bother calculating the os.
413 Instead use the gdbarch_info struct and look at the osabi field.
414 Also use gdbarch_list_lookup_by_info() to look for a
415 candidate gdbarch.
416
417 2003-11-05 Kevin Buettner <kevinb@redhat.com>
418
419 * frv-tdep.c (frv_register_byte): Delete.
420 (frv_extract_return_value, frv_store_return_value)
421 (frv_extract_struct_value_address): Don't call frv_register_byte().
422 Convert to non-deprecated form.
423 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
424 Convert calls to set_gdbarch_deprecated_extract_return_value(),
425 set_gdbarch_deprecated_store_return_value(), and
426 set_gdbarch_deprecated_extract_struct_value_address() into
427 non-deprecated forms.
428
429 2003-11-05 Andrew Cagney <cagney@redhat.com>
430
431 * mips-tdep.c (mips_dump_tdep): Do not print
432 PRINT_EXTRA_FRAME_INFO.
433 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
434 Rename PRINT_EXTRA_FRAME_INFO.
435 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
436 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
437 (mips_print_extra_frame_info): Delete declaration.
438 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
439
440 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
441
442 * coffread.c (coff_symtab_read): Remove passing of info parameter
443 to prim_record_minimal_symbol_and_info.
444
445 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
446
447 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
448 (decode_base_type): Delete ifdeffed out code.
449
450 2003-11-04 Andrew Cagney <cagney@redhat.com>
451
452 * symtab.c (find_active_alias): Delete function.
453 (lookup_block_symbol): Delete alias code.
454 * stabsread.c (resolve_live_range): Delete function.
455 (add_live_range): Delete function.
456 (resolve_symbol_reference): Delete function.
457 (define_symbol): Delete live range and alias code.
458 (scan_file_globals): Delete alias code.
459 * symtab.h (SYMBOL_RANGES): Delete macro.
460 (struct range_list): Delete structure.
461 (struct symbol): Delete field "ranges".
462 (SYMBOL_ALIASES): Delete macro.
463 (struct alias_list): Delete structure.
464 (struct symbol): Delete field "aliases".
465
466 2003-11-04 Michael Snyder <msnyder@redhat.com>
467
468 * MAINTAINERS: Remove myself as owner of breakpoints and
469 of sparc/solaris.
470
471 2003-11-03 Corinna Vinschen <vinschen@redhat.com>
472
473 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
474 (sh_sh4al_dsp_register_name): Ditto.
475 (sh4_nofpu_show_regs): Ditto.
476 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
477 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
478
479 2003-11-03 Andrew Cagney <cagney@redhat.com>
480
481 * bcache.c: Include "gdb_assert.h".
482 (struct bcache): Add fields "expand_count" and
483 "expand_hash_count".
484 (expand_hash_table): Update the expand counts.
485 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
486 on object sizes and hashes.
487 * Makefile.in (bcache.o): Update dependencies.
488
489 2003-11-03 Andrew Cagney <cagney@redhat.com>
490
491 * exec.c (xfer_memory): Eliminate xfer_fn.
492
493 2003-10-31 Kevin Buettner <kevinb@redhat.com>
494
495 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
496 (opcodes/frv-desc.h): Include.
497 (iacc0h_regnum, iacc0l_regnum): Define.
498 (last_spr_regnum, frv_num_regs): Update.
499 (new_variant): Don't supply default names for holes in the SPRs.
500 Supply names for iacc0h_regnum and iacc0l_regnum.
501 (frv_register_type): Use symbolic constants first_fpr_regnum and
502 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
503 builtin_type_int instead of builtin_type_int32.
504 (frv_register_sim_regno): New function.
505 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
506 * Makefile.in (gdb_sim_frv_h): Define.
507 (frv-tdep.o): Update dependencies.
508
509 2003-10-31 Andrew Cagney <cagney@redhat.com>
510
511 * avr-tdep.c (avr_frame_this_id): Do not call
512 deprecated_inside_entry_file.
513 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
514 * m32r-tdep.c (m32r_frame_this_id): Ditto.
515 * d10v-tdep.c (d10v_frame_this_id): Ditto.
516 * arm-tdep.c (arm_prologue_this_id): Ditto.
517 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
518
519 2003-10-31 Jim Blandy <jimb@redhat.com>
520
521 * elfread.c (elf_symtab_read): Allocate correct number of tail
522 elements to sectinfo structure. (Fix from Woody LaRue.)
523
524 2003-10-31 Andrew Cagney <cagney@redhat.com>
525
526 * stack.c (return_command): Use get_frame_type, instead of
527 CALL_DUMMY_HAS_COMPLETED.
528 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
529 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
530
531 2003-10-31 Mark Kettenis <kettenis@gnu.org>
532
533 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
534 explicitly specify size of array.
535 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
536 TDEP->sc_num_regs.
537
538 2003-10-31 Andrew Cagney <cagney@redhat.com>
539
540 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
541 function.
542 (s390_gdbarch_init): Set extract_struct_value_address.
543 * arch-utils.c (generic_cannot_extract_struct_value_address):
544 Delete function.
545 * arch-utils.h (generic_cannot_extract_struct_value_address):
546 Delete definition.
547
548 2003-10-31 Mark Kettenis <kettenis@gnu.org>
549
550 * i386-linux-nat.c (fetch_core_registers): Remove.
551 (linux_elf_core_fns): Remove.
552 (_initialize_i386_linux_nat): Remove.
553
554 2003-10-31 Andrew Cagney <cagney@redhat.com>
555
556 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
557 "exec.h".
558 (exec_entry_point): New function.
559 (enable_break): Create a "tmp_bfd_target", use that and
560 entry_point_address when computing the relocation offset.
561 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
562 * Makefile.in (solib-svr4.o): Update dependencies.
563
564 2003-10-31 Andrew Cagney <cagney@redhat.com>
565
566 * defs.h (XZALLOC): Define.
567 * target.h (struct target_ops): Add "to_data";
568 * bfd-target.h, bfd-target.c: New files.
569 * Makefile.in (SFILES): Add "bfd-target.c".
570 (COMMON_OBS): Add "bfd-target.o".
571 (bfd-target.o): Specify dependencies.
572 (bfd_target_h): Define.
573 * defs.h (XZALLOC): Define.
574
575 2003-10-31 Andrew Cagney <cagney@redhat.com>
576
577 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
578 adjust_breakpoint_address.
579 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
580 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
581 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
582 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
583
584 2003-10-31 Andrew Cagney <cagney@redhat.com>
585
586 * target.h (struct target_ops): Replace "to_read_partial" and
587 "to_write_partial" with "to_xfer_partial". Update comments.
588 * target.c (debug_to_write_partial): Delete function.
589 (debug_to_xfer_partial): Replace debug_to_read_partial.
590 (add_target, update_current_target, setup_target_debug): Set
591 "to_xfer_partial" instead of "to_read_partial" and
592 "to_write_partial".
593 (default_xfer_partial): Replace "default_write_partial".
594 (default_read_partial): Delete.
595 (target_read_partial, target_write_partial): Call
596 "to_xfer_partial".
597 * remote.c (init_remote_ops): Set "to_xfer_partial".
598 (init_remote_async_ops): Ditto.
599 (remote_xfer_partial): Replace "remote_read_partial".
600
601 2003-10-31 Mark Kettenis <kettenis@gnu.org>
602
603 * i386-tdep.c (i386_supply_fpregset): Support floating-point
604 registers in `fxsave' format.
605 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
606
607 2003-10-30 Mark Kettenis <kettenis@gnu.org>
608
609 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
610 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
611 TDEP->gregset_num_regs and tdep->sizeof_gregset.
612
613 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
614 specify size of array.
615 (i386_linux_init_abi): Remove initialization of
616 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
617 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
618
619 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
620 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
621 core-regset.o.
622
623 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
624 the ELF header.
625
626 2003-10-29 Mark Kettenis <kettenis@gnu.org>
627
628 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
629 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
630 core-regset.o.
631
632 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
633
634 * corelow.c: Include "arch-utils.h", "regset.h" and
635 "gdb_assert.h".
636 (core_gdbarch): New variable.
637 (sniff_core_bfd): Don't sniff if we have support for register sets
638 in CORE_GDBARCH.
639 (core_close): Reset CORE_GDBARCH.
640 (core_open): Initialize CORE_GDBARCH.
641 (get_core_register_section): Use register sets if they are
642 supported by CORE_GDBARCH.
643 (get_core_registers): Don't print error message if we have support
644 for register sets in CORE_GDBARCH.
645
646 2003-10-29 Andrew Cagney <cagney@redhat.com>
647
648 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
649 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
650
651 2003-10-29 Mark Kettenis <kettenis@gnu.org>
652
653 * objfiles.h (clear_objfile_data): New prototype.
654 * objfiles.c (clear_objfile_data): New function.
655 * symfile.c (reread_symbols): Clear per-objfile data.
656
657 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
658
659 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
660 printf_unfiltered instead of printf_filtered for output messages.
661 (add_symbol_file_command): Ditto.
662 (reread_symbols): Ditto.
663 (overlay_auto_command): Ditto.
664 (overlay_manual_command): Ditto.
665 (overlay_off_command): Ditto.
666
667 2003-10-27 Mark Kettenis <kettenis@gnu.org>
668
669 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
670 (gdbarch_from_bfd): New function.
671 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
672 deprecated_select_gdbarch_hack.
673 * arch-utils.h (gdbarch_from_bfd): New prototype.
674
675 2003-10-27 Andrew Cagney <cagney@redhat.com>
676
677 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
678 arch_info. Use warning instead of fprintf_filtered. Do not use
679 deprecated bfd_printable_arch_mach.
680
681 2003-10-26 Kevin Buettner <kevinb@redhat.com>
682
683 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
684 Delete.
685 (frv_register_type): Rename from frv_register_virtual_type. Add
686 ``struct gdbarch *'' parameter.
687 (frv_gdbarch_init): Delete calls to the following functions:
688 set_gdbarch_deprecated_size(),
689 set_gdbarch_deprecated_register_bytes(),
690 set_gdbarch_deprecated_register_raw_size(),
691 set_gdbarch_deprecated_max_register_raw_size(),
692 set_gdbarch_deprecated_register_virtual_size(),
693 set_gdbarch_deprecated_max_register_virtual_size(),
694 set_gdbarch_deprecated_register_virtual_size(),
695 set_gdbarch_deprecated_register_virtual_type().
696 Add call to function set_gdbarch_register_type().
697
698 2003-10-26 Mark Kettenis <kettenis@gnu.org>
699
700 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
701 FDOFF_REGNUM): Remove defines.
702 * win32-nat.c (do_child_fetch_inferior_registers): Include
703 "i387-tdep.h".
704 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
705 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
706 undefine I387_ST0_REGNUM.
707
708 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
709 * x86-64-tdep.c (x86_64_store_return_value): Use
710 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
711
712 Change register numbers to enumartion values.
713 * i386-tdep.h (enum i386_regnum): New.
714 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
715 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
716 I386_ST0_REGNUM): Remove defines.
717 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
718 I386_EDI_REGNUM): Remove defines.
719
720 2003-10-24 Andrew Cagney <cagney@redhat.com>
721
722 * target.c: Include "gdbcore.h".
723 (get_target_memory, get_target_memory_unsigned): New functions.
724 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
725 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
726 Use get_target_memory_unsigned.
727 * Makefile.in (target.o): Update dependencies.
728
729 2003-10-24 Andrew Cagney <cagney@redhat.com>
730
731 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
732 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
733 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
734 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
735 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
736
737 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
738 (can_run_code_for): Use the OO term "singleton".
739
740 2003-10-23 Andrew Cagney <cagney@redhat.com>
741
742 * Makefile.in (stack.o): Add $(regcache_h).
743 * stack.c: Include "regcache.h"
744 (return_command): Rewrite. Use get_frame_id and
745 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
746 about unhandled return-values.
747 * value.h (set_return_value): Delete declaration.
748 * values.c (set_return_value): Delete function.
749
750 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
751
752 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
753 (pseudo_regs): Add comment regarding register stack registers.
754 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
755 (floatformat_valid): New static routine.
756 (floatformat_ia64_ext): Add name field and set up is_valid routine
757 to floatformat_valid().
758 (examine_prologue): For the previous cfm, use
759 frame_unwind_register()
760 if the cfm is not stored in a register-stack register. Save the
761 previous cfm value in the prev_cfm field. Add debug output.
762 (ia64_frame_this_id): Use frame_id_build_special() to also register
763 the bsp. Add debug output.
764 (ia64_sigtramp_frame_this_id): Ditto.
765 (ia64_frame_prev_register): Look at cache saved_regs for a few more
766 registers and also add some checks for framelessness before accepting
767 current register values for fields such as return address. For cfm,
768 use the cached prev_cfm field if available. Add comment to explain
769 PSR logic. Add debug output.
770 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
771 as part of initialization.
772 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
773 calculated. Cache the bsp and cfm values.
774 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
775 instead of using ia64_frame_prev_register() which doesn't expect most
776 registers to be saved. The saved values for bsp and sp
777 can be taken from the cache. Add debug output.
778 (ia64_push_dummy_call): Use frame_id_build_special() to also register
779 the bsp.
780
781 2003-10-23 Jim Blandy <jimb@redhat.com>
782
783 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
784 architecture the current arch can run code for --- but not if it's
785 a superset.
786 (can_run_code_for): New function.
787
788 2003-10-22 James E Wilson <wilson@specifixinc.com>
789
790 * MAINTAINERS: Move myself from paper trail section back to write
791 after approval section.
792
793 2003-10-22 Andrew Cagney <cagney@redhat.com>
794
795 * exec.h: New file.
796 * win32-nat.c: Include "exec.h".
797 * solib.c: Include "exec.h".
798 * target.h (build_section_table): Delete declaration.
799 * somsolib.c: Include "exec.h".
800 (exec_ops): Delete extern declaration.
801 * rs6000-nat.c: Update copyright. Include "exec.h".
802 (exec_ops): Delete extern declaration.
803 * pa64solib.c: Update copyright. Include "exec.h".
804 (exec_ops): Delete extern declaration.
805 * exec.c: Update copyright. Include "exec.h".
806 * corelow.c: Update dependencies. Include "exec.h".
807 * Makefile.in (exec_h): Define.
808 (exec.o, somsolib.o): Update dependencies.
809 (pa64solib.o, corelow.o): Update dependencies.
810
811 2003-10-22 Andrew Cagney <cagney@redhat.com>
812
813 * target.c: Include "gdb_assert.h" (target_read): Call
814 "target_read_partial", not "target_write_partial".
815 (default_read_partial, default_write_partial): New function.
816 (target_read_partial, target_write_partial): Simplify, assume that
817 there is always a read/write method.
818 (update_current_target, add_target): Always set "to_read_partial"
819 and "to_write_partial".
820 (target_write, target_read): Fail on a zero byte transfer.
821 * Makefile.in (target.o): Update dependencies.
822 * target.h: Update copyright date.
823 (target_object): Fix typo.
824
825 2003-10-22 Andrew Cagney <cagney@redhat.com>
826
827 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
828 multi-arch method, add "targ" parameter.
829 (struct target_ops): Declare.
830 * gdbarch.h, gdbarch.c: Re-generate.
831 * Makefile.in (c-valprint.o): Update dependencies.
832 * arch-utils.h: Update copyright.
833 (convert_from_func_ptr_addr_identity): Declare.
834 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
835 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
836 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
837 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
838 * infcall.c (find_function_addr, call_function_by_hand): Update.
839 * c-valprint.c: Include "target.h".
840 (print_function_pointer_address): Update.
841
842 2003-10-22 Andrew Cagney <cagney@redhat.com>
843
844 * target.c (target_close): New function.
845 (debug_to_close): Use "target_close".
846 (push_target): Use "target_close".
847 (unpush_target): Use "target_close".
848 (pop_target): Use "target_close".
849 * target.h (struct target_ops): Add "to_xclose".
850 (target_open): Delete macro. Move comment to "to_open".
851 (target_close): Replace macro with function that takes a target.
852 * top.c (quit_target): Pass "current_target" to "target_close".
853
854 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
855
856 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
857 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
858 * symtab.h (lookup_minimal_symbol_text): Update.
859 * breakpoint.c (create_overlay_event_breakpoint,
860 create_longjmp_breakpoint): Update callers.
861 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
862 * symtab.c (find_pc_sect_line): Ditto.
863
864 2003-10-21 Andrew Cagney <cagney@redhat.com>
865
866 * target.c (errno): Delete extern declaration.
867
868 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
869
870 * ia64-tdep.c: Change all occurrences of
871 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
872 (ia64_frame_prev_register): Minor whitespace change.
873
874 2003-10-20 Michael Chastain <mec@shout.net>
875
876 * config/djgpp/fnchange.lst: Add lines for:
877 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
878 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
879 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
880 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
881 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
882 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
883 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
884
885 2003-10-20 Andrew Cagney <cagney@redhat.com>
886
887 * values.c (register_value_being_returned): Update comments. Use
888 "gdbarch_return_value" when available.
889 (using_struct_return): Ditto.
890 (set_return_value): Ditto. Use "gdbarch_return_value" when
891 available.. Print a warning, and not an error, when an unhandled
892 return type is encountered.
893 * infcmd.c: Include "gdb_assert.h".
894 (print_return_value): When gdbarch_return_value_p, and using
895 struct return, assume that the value is not available.
896 * defs.h (return_value_convention): Define.
897 * gdbarch.sh (gdbarch_return_value): New predicate method.
898 * gdbarch.h, gdbarch.c: Re-generate
899 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
900
901 2003-10-20 Andrew Cagney <cagney@redhat.com>
902
903 * symtab.c: Replace "struct sec" with "struct bfd_section".
904 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
905
906 2003-10-19 Michael Chastain <mec@shout.net>
907
908 * config/djgpp/fnchange.lst: Add lines for:
909 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
910 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
911 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
912
913 2003-10-19 Mark Kettenis <kettenis@gnu.org>
914
915 * amd64fbsd-nat.c (fetch_inferior_registers,
916 store_inferior_registers): Remove functions.
917 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
918
919 2003-10-18 Mark Kettenis <kettenis@gnu.org>
920
921 Add NetBSD/amd64 native configuration:
922 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
923 * amd64nbsd-tdep.c: New file.
924 * amd64nbsd-nat.c: New file.
925 * amd64bsd-nat.c: New file.
926 * config/i386/nbsd64.mh: New file.
927 * config/i386/nbsd64.mt: New file.
928 * configure.host: Add x86_64-*-netbsd*.
929 * configure.tgt: Add x86_64-*-netbsd*.
930 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
931 New targets.
932 * NEWS (New native configurations): Mention NetBSD/amd64.
933
934 2003-10-17 Michael Chastain <mec@shout.net>
935
936 * config/djgpp/fnchange.lst: Remove dead lines for:
937 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
938 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
939 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
940 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
941 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
942 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
943 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
944 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
945 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
946 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
947 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
948 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
949 gdb/config/sparc/tm-sparclite.h,
950 gdb/gdbtk/generic/ChangeLog-2001,
951 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
952 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
953 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
954 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
955 gdb/testsuite/gdb.mi/mi0-var-block.exp,
956 gdb/testsuite/gdb.mi/mi0-var-child.exp,
957 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
958 gdb/testsuite/gdb.mi/mi0-var-display.exp,
959 itcl/iwidgets3.0.0/demos/extfileselectionbox,
960 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
961 itcl/iwidgets3.0.0/demos/fileselectionbox,
962 itcl/iwidgets3.0.0/demos/fileselectiondialog,
963 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
964 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
965 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
966 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
967 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
968 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
969 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
970 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
971 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
972 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
973 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
974 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
975 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
976 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
977 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
978 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
979 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
980 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
981 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
982 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
983 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
984 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
985 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
986 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
987 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
988 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
989 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
990 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
991 itcl/iwidgets3.0.0/demos/html/shell.n.html,
992 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
993 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
994 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
995 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
996 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
997 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
998 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
999 itcl/iwidgets3.0.0/demos/scrolledcanvas,
1000 itcl/iwidgets3.0.0/demos/scrolledframe,
1001 itcl/iwidgets3.0.0/demos/scrolledhtml,
1002 itcl/iwidgets3.0.0/demos/scrolledlistbox,
1003 itcl/iwidgets3.0.0/demos/scrolledtext,
1004 itcl/iwidgets3.0.0/demos/selectionbox,
1005 itcl/iwidgets3.0.0/demos/selectiondialog,
1006 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
1007 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
1008 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
1009 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
1010 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
1011 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
1012 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
1013 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
1014 itcl/iwidgets3.0.0/doc/scrolledframe.n,
1015 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
1016 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
1017 itcl/iwidgets3.0.0/doc/scrolledtext.n,
1018 itcl/iwidgets3.0.0/doc/selectionbox.n,
1019 itcl/iwidgets3.0.0/doc/selectiondialog.n,
1020 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
1021 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
1022 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
1023 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
1024 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
1025 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
1026 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
1027 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
1028 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
1029 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
1030 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
1031 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
1032 itcl/iwidgets3.0.0/generic/selectionbox.itk,
1033 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
1034 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
1035 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
1036 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
1037 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
1038 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
1039 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
1040 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
1041 itcl/iwidgets3.0.0/tests/scrolledframe.test,
1042 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
1043 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
1044 itcl/iwidgets3.0.0/tests/scrolledtext.test,
1045 itcl/iwidgets3.0.0/tests/selectionbox.test,
1046 itcl/iwidgets3.0.0/tests/selectiondialog.test,
1047 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
1048 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
1049 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
1050 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
1051 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
1052 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
1053 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
1054 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
1055 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
1056 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
1057 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
1058 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
1059 tk/mac/tkMacProjects.sit.hqx.
1060
1061 2003-10-17 Andrew Cagney <cagney@redhat.com>
1062
1063 * target.c (target_section_by_addr): New function.
1064 (do_xfer_memory): Use "target_section_by_addr".
1065 * target.h (target_section_by_addr): Declare.
1066
1067 * target.h (struct target_ops): Add "to_read_partial" and
1068 "to_write_partial", delete "to_query".
1069 (target_read_partial, target_write_partial): Declare.
1070 (target_read, target_write): Declare.
1071 (target_query): Delete macro.
1072 * target.c (target_read_partial): New function.
1073 (target_write_partial, target_read, target_write): New function.
1074 (update_current_target): Delete inheritance of "to_query". Add
1075 comments about "to_read_partial" and "to_write_partial".
1076 (debug_to_partial_read, debug_to_partial_write): New functions.
1077 (debug_to_query): Delete function.
1078 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
1079 instead of "to_query".
1080 * remote.c (remote_read_partial): Replace "remote_query".
1081 (init_remote_ops): Set "to_read_partial" instead of "to_query".
1082 (init_remote_async_ops): Ditto.
1083 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
1084 "target_read_partial" instead of "target_query".
1085 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
1086 Use "target_read_partial" instead of "target_query".
1087
1088 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
1089
1090 * frame.h (struct frame_id): Add new field: special_addr.
1091 (frame_id_build_special): New prototype.
1092 * frame.c (frame_id_build_special): New function.
1093 (frame_id_build): Change to call frame_id_build_special().
1094 (frame_id_eq): Change to also test special_addr field.
1095 (frame_id_inner): Update comment.
1096
1097 2003-10-17 Andrew Cagney <cagney@redhat.com>
1098
1099 * target.c (update_current_target): Perform the target cleanup.
1100 Put the target stack beneath the squashed "current_target".
1101 (add_target): Delete disabled call to "cleanup_target".
1102 (cleanup_target): Delete function.
1103 (push_target, unpush_target): Do not call "cleanup_target".
1104
1105 2003-10-17 Andrew Cagney <cagney@redhat.com>
1106
1107 * target.c (target_stack): Change to a static target_ops.
1108 (update_current_target): Walk the "struct target_ops" stack.
1109 (pop_target, do_xfer_memory, target_info): Ditto.
1110 (find_target_beneath): Ditto.
1111 (push_target): Rewrite to use the "struct target_ops" stack.
1112 (unpush_target): Ditto.
1113 * target.h (struct target_stack_item): Delete definition.
1114 (target_stack): Delete declaration.
1115 (struct target_ops): Add field "beneath".
1116
1117 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
1118
1119 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
1120 declaration.
1121 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
1122 (h8300_examine_prologue): Use h8300_normal_mode flag
1123 (h8300_gdbarch_init): Set architecture info for normal mode
1124
1125 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
1126
1127 * remote.c (remote_protocol_vcont): New variable.
1128 (set_remote_protocol_vcont_packet_cmd): New function.
1129 (show_remote_protocol_vcont_packet_cmd): New function.
1130 (init_all_packet_configs): Handle remote_protocol_vcont.
1131 (remote_vcont_probe): New function.
1132 (remote_vcont_resume): New function.
1133 (remote_resume): Use it.
1134 (remote_async_resume): Call remote_resume.
1135 (_initialize_remote): Add verbose-resume packet commands.
1136
1137 2003-10-16 Andrew Cagney <cagney@redhat.com>
1138
1139 * infrun.c (handle_inferior_event): Add comment about
1140 "frame_id_inner" being too weak.
1141
1142 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
1143
1144 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
1145 second parameter, which is always null. Remove
1146 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
1147 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
1148 accordingly.
1149 * somsolib.c (som_solib_create_inferior_hook,
1150 som_solib_desire_dynamic_linker_symbols): Update callers.
1151 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
1152
1153 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
1154
1155 * remote-m32r-sdi.c : New file, interface to m32r on-chip
1156 debug interface, SDI (Scalable Debug Interface).
1157 * NEWS: Mention m32r SDI protocol was supported.
1158 * Makefile.in (remote-m32r-sdi.o): Add build rule.
1159 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
1160
1161 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
1162
1163 * ia64-linux-tdep.c: Include gdbcore.h.
1164 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
1165 (ia64_linux_sigcontext_register_addr): Find the address of the
1166 sigcontext area stored in the sigframe instead of using
1167 a magic offset constant.
1168
1169 2003-10-15 Andrew Cagney <cagney@redhat.com>
1170
1171 * remote.c (remote_search): Delete function.
1172 * target.h (target_search): Delete disabled macro.
1173 (struct target_ops): Delete disabled field "to_search".
1174
1175 2003-10-14 Kevin Buettner <kevinb@redhat.com>
1176
1177 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
1178 instead of deprecated_inside_entry_file().
1179
1180 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
1181
1182 * sh-tdep.c: Fix copy/paste hangover in comment.
1183 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
1184 mode.
1185 (sh3e_sh4_extract_return_value): Ditto.
1186
1187 2003-10-13 Richard Henderson <rth@redhat.com>
1188
1189 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
1190 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
1191 match c_val_print a bit closer.
1192
1193 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1194
1195 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
1196 (frv_gdbarch_adjust_breakpoint_address): New function.
1197 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
1198 method.
1199
1200 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1201
1202 * breakpoint.h (struct breakpoint): Add new member
1203 ``requested_address''.
1204 * breakpoint.c (breakpoint_adjustment_warning)
1205 (adjust_breakpoint_address): New static functions.
1206 (print_it_typical): Issue warning if breakpoint's address is different
1207 from its requested address.
1208 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
1209 (breakpoint_re_set_one): Set breakpoint's
1210 ``requested_address'' field. Set ``address'' field to the
1211 result of calling adjust_breakpoint_address() on the requested
1212 address.
1213
1214 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1215
1216 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
1217 * gdbarch.h, gdbarch.c: Regenerate.
1218
1219 2003-10-11 Mark Kettenis <kettenis@gnu.org>
1220
1221 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
1222 TDEP->sc_num_regs.
1223
1224 * i386fbsd-tdep.c: New file.
1225 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1226 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1227 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
1228 i386bsd-tdep.c.
1229 (_initialize_i386fbsd_tdep): New function.
1230 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
1231 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
1232 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
1233 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
1234 TDEP->sc_num_regs.
1235 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
1236 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1237 to initialize TDEP->sc_num_regs.
1238 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1239 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1240 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
1241 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
1242 FreeBSD ELF OS/ABI's here.
1243 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
1244 (i386fbsd-tdep.o): New target.
1245 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
1246 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
1247
1248 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
1249 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
1250 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1251 in initialization of TDEP->sc_num_regs.
1252
1253 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
1254 (x86_64_init_abi): Initialize regset_from_core_section if
1255 appropriate.
1256
1257 * i386-tdep.c (i386_regset_from_core_section): New function.
1258 (i386_gdbarch_init): Initialize regset_from_core_section if
1259 appropriate.
1260 * i386-tdep.h (i386_regset_from_core_section): New declaration.
1261
1262 * i386-tdep.h (struct regset): Declare opaque.
1263
1264 * gdbarch.sh (regset_from_core_section): New method.
1265 (struct regset): Declare opaque.
1266 * gdbarch.c, gdbarch.h: Regenerated.
1267
1268 2003-10-11 Alan Modra <amodra@bigpond.net.au>
1269
1270 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
1271 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
1272 Correct test for pc within section.
1273
1274 2003-10-11 Mark Kettenis <kettenis@gnu.org>
1275
1276 * gdbarch.sh: Remove trailing whitepsace from comments.
1277
1278 2003-10-08 Roland McGrath <roland@redhat.com>
1279
1280 * gcore.c (make_mem_sec): Function removed, folded into ...
1281 (gcore_create_callback): ... here. To omit a section, clear its
1282 SEC_LOAD bit rather than zeroing its size.
1283 Omit read-only sections only if they correspond to a known disk file.
1284 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
1285
1286 2003-10-10 Michael Snyder <msnyder@redhat.com>
1287
1288 * d10v-tdep.c: Fix typo in comment.
1289
1290 2003-10-10 Andrew Cagney <cagney@redhat.com>
1291
1292 * rs6000-tdep.c (e500_store_return_value): Delete function.
1293 (e500_extract_return_value): Delete function.
1294 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
1295 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
1296 "ppc_sysv_abi_restore_return_value" where applicable.
1297 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
1298 (ppc_sysv_abi_extract_return_value): Declare.
1299 (ppc_sysv_abi_broken_store_return_value): Declare.
1300 (ppc_sysv_abi_broken_extract_return_value): Declare.
1301 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
1302 * ppc-sysv-tdep.c (return_value_convention): Move definition to
1303 start of file.
1304 (do_ppc_sysv_return_value): New function.
1305 (ppc_sysv_abi_extract_return_value): New function.
1306 (ppc_sysv_abi_store_return_value): New function.
1307 (ppc_sysv_abi_broken_extract_return_value): New function.
1308 (ppc_sysv_abi_broken_store_return_value): New function.
1309 (ppc_sysv_abi_use_struct_convention): Call
1310 do_ppc_sysv_return_value.
1311
1312 2003-10-10 J. Brobecker <brobecker@gnat.com>
1313
1314 * blockframe.c (inside_main_func): No longer use symbol_lookup()
1315 to lookup the main function symbol.
1316
1317 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
1318
1319 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
1320 types correctly.
1321 (sh_push_dummy_call_fpu): Fix argument passing rules.
1322 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
1323 float types.
1324 (sh3e_sh4_store_return_value): Ditto.
1325
1326 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
1327
1328 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
1329 comment.
1330
1331 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
1332
1333 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
1334 more readable code. Accomodate passing of bitfields.
1335
1336 2003-10-10 Andrew Cagney <cagney@redhat.com>
1337
1338 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
1339 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
1340 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
1341 * ppc-sysv-tdep.c: Include "gdb_assert.h".
1342 (ppc64_sysv_abi_push_dummy_call): New function.
1343 (ppc64_sysv_abi_broken_push_dummy_call): New function.
1344 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
1345 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
1346
1347 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1348
1349 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
1350 * README: Ditto.
1351 * d10v-tdep.c: Ditto.
1352 * h8300-tdep.c: Ditto.
1353 * remote-e7000.c: Ditto.
1354 * remote-hms.c: Ditto.
1355 * ser-e7kpc.c: Ditto.
1356 * sh-stub.c: Ditto.
1357 * sh-tdep.c: Ditto.
1358 * sh-tdep.h: Ditto.
1359 * sh3-rom.c: Ditto.
1360 * sh64-tdep.c: Ditto.
1361 * top.c: Ditto.
1362 * wince.c: Ditto.
1363 * config/d10v/d10v.mt: Ditto.
1364 * config/sh/embed.mt: Ditto.
1365 * config/sh/linux.mt: Ditto.
1366 * config/sh/tm-linux.h: Ditto.
1367 * config/sh/tm-sh.h: Ditto.
1368 * config/sh/wince.mt: Ditto.
1369
1370 2003-10-09 Andrew Cagney <cagney@redhat.com>
1371
1372 * ppc-tdep.h (struct type): Declare opaque.
1373 * x86-64-tdep.h (struct regcache): Declare opaque.
1374 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
1375 coding style.
1376
1377 2003-10-09 Andrew Cagney <cagney@redhat.com>
1378
1379 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
1380 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
1381 (SOFTWARE_SINGLE_STEP_P): Ditto.
1382 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
1383 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
1384 (SOFTWARE_SINGLE_STEP_P): Ditto.
1385 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
1386 software_single_step to rs6000_software_single_step.
1387
1388 2003-10-09 Andrew Cagney <cagney@redhat.com>
1389
1390 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
1391
1392 2003-10-09 Michael Snyder <msnyder@redhat.com>
1393
1394 * frame.h: Fix typo in comment.
1395 * dummy-frame.c: Fix typo in comment.
1396 * d10v-tdep.c: Random whitespace/comment tweaks.
1397
1398 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
1399
1400 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
1401 (sh_push_dummy_code): Delete function, it's only used for dummy calls
1402 on stack.
1403
1404 Based on input by Stephen Clarke (stephen.clarke@superh.com):
1405 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
1406 in detail.
1407
1408 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1409
1410 * remote-mips.c (mips_initialize): Remove unneeded call to
1411 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
1412
1413 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1414
1415 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
1416 a memory pointer.
1417
1418 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
1419
1420 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
1421 for any lwp we resume.
1422 (running_callback): Add lwps that have pending status events
1423 against them to be considered running.
1424
1425 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
1426
1427 * m32r-tdep.c : Include "dis-asm.h".
1428 * Makefile.in (m32r-tdep.o): Update dependencies.
1429
1430 2003-10-06 J. Brobecker <brobecker@gnat.com>
1431
1432 * completer.h (get_gdb_completer_word_break_characters): Delete.
1433 * completer.c: include language.h.
1434 (gdb_completer_word_break_characters): Delete.
1435 (get_gdb_completer_word_break_characters): Delete.
1436 (location_completer): Use the word break characters of the current
1437 language.
1438 (complete_line): Likewise.
1439 (line_completion_function): Likewise.
1440 (skip_quoted_chars): Likewise.
1441 * Makefile.in (completer.o): Add dependency on language.h.
1442 * top.c (init_main): Set the readline word break characters
1443 to GDB's default word break characters.
1444
1445 2003-10-06 J. Brobecker <brobecker@gnat.com>
1446
1447 * language.h (language_defn): new field, la_word_break_characters.
1448 * language.c (unknown_language_defn): Set new field to
1449 default_word_break_characters.
1450 (auto_language_defn): Likewise.
1451 (local_language_defn): Likewise.
1452 * ada-lang.c (ada_language_defn): Likewise.
1453 * c-lang.c (c_language_defn): Likewise.
1454 (cplus_language_defn): Likewise.
1455 (asm_language_defn): Likewise.
1456 (minimal_language_defn): Likewise.
1457 * f-lang.c (f_language_defn): Likewise.
1458 * jv-lang.c (java_language_defn): Likewise.
1459 * m2-lang.c (m2_language_defn): Likewise.
1460 * objc-lang.c (objc_language_defn): Likewise.
1461 * p-lang.c (pascal_language_defn): Likewise.
1462 * scm-lang.c (scm_language_defn): Likewise.
1463
1464 2003-10-06 Andrew Cagney <cagney@redhat.com>
1465
1466 * ppc-sysv-tdep.c: Re-indent.
1467
1468 2003-10-06 J. Brobecker <brobecker@gnat.com>
1469
1470 * language.h (default_word_break_characters): Add prototype.
1471 * language.c (default_word_break_characters): New function.
1472
1473 2003-10-06 Andreas Schwab <schwab@suse.de>
1474
1475 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
1476 with %eax.
1477
1478 2003-10-06 Andrew Cagney <cagney@redhat.com>
1479
1480 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
1481 "h8500-tdep.c".
1482 (z8k-tdep.o): Delete custom build rule.
1483
1484 2003-10-06 Andrew Cagney <cagney@redhat.com>
1485
1486 * Makefile.in: Update all dependencies.
1487
1488 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
1489 No longer list PA as as obsolete candidate. List m32r as
1490 broken instead of obsolete.
1491
1492 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
1493 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
1494 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
1495 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
1496 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
1497 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
1498 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
1499 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1500 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
1501 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
1502 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
1503 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
1504 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
1505 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
1506 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
1507 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
1508 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
1509 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
1510 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
1511 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
1512 * config/z8k/z8k.mt: Ditto.
1513
1514 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
1515 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
1516 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
1517 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1518 sparclite were removed.
1519 * configure.host, configure.tgt: Remove corresponding tuples.
1520
1521 * breakpoint.c, breakpoint.h: Remove obsolete code.
1522 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1523 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1524 * stabsread.h, xcoffread.c: Ditto.
1525
1526 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1527 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1528 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1529 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1530
1531 2003-10-06 David Lecomber <dsl@sources.redhat.com>
1532
1533 * f-valprint.c: Reformatting
1534
1535 2003-10-06 Mark Kettenis <kettenis@gnu.org>
1536
1537 * x86-64-tdep.c: Remove duplicate comment.
1538
1539 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1540 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1541 names for return values. This fixes a bug since we looked at %rbx
1542 instead of %rdx.
1543
1544 2003-10-05 Mark Kettenis <kettenis@gnu.org>
1545
1546 * x86-64-tdep.c: Include "regset.h".
1547
1548 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1549 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1550 sizeof_fpregset.
1551 * i386-tdep.c: Include "regset.h".
1552 (i386_supply_gregset): New function.
1553 (i386_supply_fpregset): New function.
1554 (i386_gdbarch_init): Initialze register set-related members of
1555 TDEP.
1556 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1557 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1558
1559 2003-10-03 Andrew Cagney <cagney@redhat.com>
1560
1561 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1562 set extract_return_value, store_return_value and
1563 use_struct_convention to ppc64_sysv_abi_extract_return_value,
1564 ppc64_sysv_abi_store_return_value and
1565 ppc64_sysv_abi_use_struct_convention.
1566 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1567 (ppc64_sysv_abi_store_return_value): Declare.
1568 (ppc64_sysv_abi_use_struct_convention): Declare.
1569 * ppc-sysv-tdep.c (enum return_value_convention): Define.
1570 (ppc64_sysv_abi_extract_return_value): New function.
1571 (ppc64_sysv_abi_store_return_value): New function.
1572 (ppc64_sysv_abi_use_struct_convention): New function.
1573 (ppc64_sysv_abi_return_value): New function.
1574
1575 2003-10-03 Andrew Cagney <cagney@redhat.com>
1576
1577 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1578 convert a descriptor to a function when it's in the ".opd"
1579 section.
1580
1581 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1582
1583 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1584 reg_size to keep GCC silent.
1585
1586 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1587
1588 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1589 base for DW_EH_PE_textrel encodings.
1590 (read_encoded_value): Add a DW_EH_PE_textrel case.
1591 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1592 section.
1593
1594 2003-10-03 Mark Kettenis <kettenis@gnu.org>
1595
1596 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1597
1598 2003-10-02 Andrew Cagney <cagney@redhat.com>
1599
1600 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1601 REGISTER_RAW_SIZE.
1602 * gdbarch.h, gdbarch.c: Re-generate.
1603 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1604 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1605 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1606 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1607 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1608 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1609 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1610 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1611 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1612 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1613 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1614 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1615 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1616 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1617 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1618 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
1619
1620 2003-10-02 Jim Blandy <jimb@redhat.com>
1621
1622 * dwarf2read.c (struct die_info): Doc fix.
1623
1624 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1625
1626 * sh-tdep.c: Running thru gdb_indent.sh.
1627
1628 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1629
1630 * sh-tdep.c (sh_justify_value_in_reg): New function.
1631 (sh_stack_allocsize): Ditto.
1632 (flt_argreg_array): New array used for floating point argument
1633 passing.
1634 (sh_init_flt_argreg): New function.
1635 (sh_next_flt_argreg): Ditto.
1636 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1637 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1638 Fix argument passing strategy.
1639 (sh_push_dummy_call_nofpu): Ditto.
1640
1641 2003-10-01 Andrew Cagney <cagney@redhat.com>
1642
1643 * value.h (register_value_being_returned): Declare. Replace
1644 "value_being_returned".
1645 * infcall.c (call_function_by_hand): Use
1646 register_value_being_returned.
1647 * infcmd.c (print_return_value): Call
1648 "register_value_being_returned", handle struct return locally.
1649 * values.c (register_value_being_returned): New function. Replace
1650 "value_being_returned".
1651
1652 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
1653
1654 * linux-proc.c (linux_do_registers): New function.
1655 (linux_make_note_section): Use linux_do_registers in case of
1656 single threaded inferior programs.
1657
1658 2003-10-01 Andrew Cagney <cagney@redhat.com>
1659
1660 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1661 use STRUCT_ADDR. When not using "struct return convention", pass
1662 "0" to "value_being_returned". Add FIXMEs.
1663 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1664 value_being_returned. Add comments.
1665 * values.c (value_being_returned): Add fixme.
1666 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1667 (hppa_value_returned_from_stack): Add FIXME.
1668
1669 2003-09-30 David Carlton <carlton@kealia.com>
1670
1671 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1672 'has_children' and 'next' by 'child' and 'sibling'.
1673 (read_comp_unit): Rework algorithm, breaking body into
1674 read_die_and_children and read_die_and_siblings.
1675 (read_die_and_children, read_die_and_siblings): New.
1676 (read_full_die): Add 'has_children' argument; set it instead of
1677 the die's 'has_children' field. Minor formatting cleanup.
1678 (free_die_list): Use die->child and die->sibling instead of
1679 die->next.
1680 (dump_die_list): Ditto.
1681 (sibling_die): Use die->sibling.
1682 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1683 'has_children' and 'next' fields.
1684 (process_die, read_file_scope, read_func_scope)
1685 (read_lexical_block_scope, read_structure_scope)
1686 (read_enumeration, read_array_type, read_common_block)
1687 (read_namespace, read_subroutine_type, dump_die): Ditto.
1688
1689 2003-09-30 Andrew Cagney <cagney@redhat.com>
1690
1691 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1692 to 224, not 220.
1693
1694 2003-09-30 Andrew Cagney <cagney@redhat.com>
1695
1696 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1697 REGISTER_VIRTUAL_SIZE.
1698 * gdbarch.h, gdbarch.c: Regenerate.
1699 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1700 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1701 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1702
1703 2003-09-29 Andrew Cagney <cagney@redhat.com>
1704
1705 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1706 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1707 * gdbarch.h, gdbarch.c: Regenerate.
1708 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1709 * sh64-tdep.c, sparc-tdep.c: Update.
1710
1711 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1712 * remote-vxmips.c (vx_read_register): Ditto.
1713 * remote-vx68.c (vx_read_register): Ditto.
1714 * gnu-nat.c (inf_validate_procs): Ditto.
1715
1716 2003-09-29 J. Brobecker <brobecker@gnat.com>
1717
1718 * infcall.c (call_function_by_hand): Fix build failure
1719 introduced in the previous change to this file.
1720
1721 2003-09-29 Andrew Cagney <cagney@redhat.com>
1722
1723 * NEWS: Mention Objective-C.
1724
1725 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
1726
1727 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1728 test if the register has been saved on the stack.
1729 (arm_scan_prologue_cache): When analysing the instruction
1730 "str lr, [sp, #-4]", save the address where lr has been stored.
1731
1732 2003-09-28 Andrew Cagney <cagney@redhat.com>
1733
1734 * frame.c (frame_read_unsigned_register): Delete function.
1735 * frame.h (frame_read_unsigned_register): Delete declaration.
1736 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1737 get_frame_register_unsigned.
1738 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1739 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1740 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1741
1742 * frame.h (frame_read_register): Delete declaration.
1743 * frame.c (frame_read_register): Delete function.
1744 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1745 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1746 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1747 * mips-tdep.c (mips_register_to_value): Ditto.
1748 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1749 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1750
1751 * frame.c (frame_read_signed_register): Delete function.
1752 (frame_read_unsigned_register): Update comments.
1753 * frame.h (frame_read_signed_register): Delete declaration.
1754 * h8300-tdep.c (h8300_print_register): Use
1755 get_frame_register_signed.
1756 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1757
1758 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1759 Rename VALUE_RETURNED_FROM_STACK.
1760 * infcmd.c (print_return_value): Update.
1761 * infcall.c (call_function_by_hand): Update.
1762
1763 2003-09-28 Mark Kettenis <kettenis@gnu.org>
1764
1765 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1766 regcache argument and reverse the order of the other two
1767 arguments. Remove local regcache variable. Determine
1768 architecture from REGCACHE. Update comments.
1769 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1770 reverse the order of the other two arguments. Remove local
1771 regcache variable. Determine architecture from REGCACHE. Update
1772 comments.
1773 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1774 prototypes. Update comments.
1775 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1776 comment.
1777 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1778 Update.
1779 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1780 * i386-interix-nat.c (supply_fpregset): Update.
1781 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1782 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1783 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1784 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1785 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1786 Update.
1787 * i386obsd-tdep.c (fetch_core_registers): Update.
1788 * i386v4-nat.c (supply_fpregset): Update.
1789 * x86-64-linux-nat.c (supply_fpregset): Update.
1790 * x86-64-linux-tdep.c (fetch_core_registers): Update.
1791
1792 2003-09-27 Mark Kettenis <kettenis@gnu.org>
1793
1794 * i386-tdep.h: Put opaque declarations in alphabetical
1795 order. Remove spurious whitespace.
1796 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1797 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1798 * i386-tdep.c (MM0_REGNUM): Remove define.
1799 (i386_mmx_regnum_p): Add gdbarch argument.
1800 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1801 Rewrite using new macro definitions for FPU/SSE registers.
1802 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1803 definitions from i387-tdep.h.
1804 (i386_register_name): Update.
1805 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1806 new macro definitions for FPU/SSE registers.
1807 (i386_extract_return_value): Determine whether floating-point
1808 registers are present by examining REGCACHE's architecture.
1809 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1810 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1811 FPU/SSE registers.
1812 (i386_register_type): Update.
1813 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1814 definitions for FPU registers. Use REGCACHE's architecture to
1815 determine the appropriate register numbers.
1816 (i386_pseudo_register_read, i386_pseudo_register_write,
1817 i386_register_reggroup_p): Update.
1818 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1819 TDEP->mm0_regnum.
1820 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1821 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1822 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1823 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1824 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1825 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1826 *' to `void *'.
1827 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1828 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1829 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1830 definitions for FPU/SSE registers.
1831 (FXSAVE_MXCSR_ADDR): New define.
1832 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1833 TDEP->mm0_regnum.
1834 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1835 (I387_ST0_REGNUM): Define.
1836
1837 * regcache.h (get_regcache_arch): New prototype.
1838 * regcache.c (get_regcache_arch): New function.
1839
1840 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1841 whitespace.
1842
1843 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1844 Initialize using ARRAY_SIZE.
1845
1846 2003-09-27 Andrew Cagney <cagney@redhat.com>
1847
1848 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1849 "init_frame_pc_default".
1850 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1851 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1852 * vax-tdep.c (vax_gdbarch_init): Update.
1853 * v850-tdep.c (v850_gdbarch_init): Update.
1854 * sh64-tdep.c (sh64_gdbarch_init): Update.
1855 * s390-tdep.c (s390_gdbarch_init): Update.
1856 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1857 * mcore-tdep.c (mcore_gdbarch_init): Update.
1858 * h8300-tdep.c (h8300_gdbarch_init): Update.
1859 * cris-tdep.c (cris_gdbarch_init): Update.
1860 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1861
1862 2003-09-26 Mark Kettenis <kettenis@gnu.org>
1863
1864 * regset.h: New file.
1865 * Makefile.in (regset_h): Add.
1866
1867 2003-09-25 Andrew Cagney <cagney@redhat.com>
1868
1869 * frame.h (deprecated_frame_saved_regs): Rename
1870 get_frame_saved_regs.
1871 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1872 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1873 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1874 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1875 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1876
1877 2003-09-25 Andrew Cagney <cagney@redhat.com>
1878
1879 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1880 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1881 and Java.
1882 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1883 arm*-*-* do not use the new frame code.
1884
1885 2003-09-25 David Carlton <carlton@kealia.com>
1886
1887 * c-exp.y: Remove 'register' declarations.
1888 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1889
1890 2003-09-25 David Carlton <carlton@kealia.com>
1891
1892 * c-exp.y: Include cp-support.h. Add qualified_type.
1893 (yylex): Delete nested type hack; add comments.
1894 * cp-namespace.c (cp_lookup_nested_type): New function.
1895 * cp-support.h: Declare cp_lookup_nested_type.
1896 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1897 instead of value_struct_elt_for_reference.
1898 * valops.c: Include cp-support.h.
1899 (value_aggregate_elt): New function.
1900 (value_namespace_elt): Ditto.
1901 (value_struct_elt_for_reference): Make static.
1902 * value.h: Delete declaration of value_struct_elt_for_reference;
1903 add declaration for value_aggregate_elt.
1904 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1905 (valops.o): Ditto.
1906
1907 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
1908
1909 * stack.c: Include "reggroups.h".
1910 (frame_info): Only display registers in all_reggroup.
1911 * Makefile.in (stack.o): Update dependencies.
1912
1913 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1914
1915 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1916 "add ip, sp #n" in the prologue.
1917 (arm_scan_prologue): Ditto.
1918
1919 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1920
1921 * MAINTAINERS (write after approval): Add myself.
1922
1923 2003-09-25 Andreas Schwab <schwab@suse.de>
1924
1925 * m68k-tdep.c: Include "dwarf2-frame.h".
1926 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1927 * Makefile.in (m68k-tdep.o): Update dependencies.
1928
1929 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
1930
1931 * sh-tdep.c (struct frame_extra_info): Remove.
1932 (struct sh_frame_cache): New structure.
1933 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1934 (GET_TARGET_REG): Ditto but target register.
1935 (GET_PUSHED_REG): Remove.
1936 (IS_MOV_ARG_TO_REG): New macro.
1937 (IS_MOV_ARG_TO_IND_R14): New macro.
1938 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1939 (IS_MOVW_PCREL_TO_REG): New macro.
1940 (IS_MOVL_PCREL_TO_REG): New macro.
1941 (IS_SUB_REG_FROM_SP): New macro.
1942 (IS_ARG_MOV): Remove.
1943 (IS_MOV_TO_R14): Remove.
1944 (IS_RESTORE_FP): New macro.
1945 (IS_RTS): New macro.
1946 (IS_LDS): New macro.
1947 (IS_MOV_FP_SP): New macro.
1948 (IS_ADD_REG_TO_FP): New macro.
1949 (IS_ADD_IMM_FP): New macro.
1950 (sh_skip_prologue_hard_way): Remove.
1951 (sh_saved_pc_after_call): Remove.
1952 (sh_frame_chain): Remove.
1953 (sh_find_callers_reg): Remove.
1954 (sh_nofp_frame_init_saved_regs): Remove.
1955 (sh_fp_frame_init_saved_regs): Remove.
1956 (sh_init_extra_frame_info): Remove.
1957 (sh_analyze_prologue): New function.
1958 (sh_skip_prologue): Remove deprecated code. Rely on new function
1959 sh_analyze_prologue when after_prologue fails.
1960 (sh_frame_saved_pc): Remove.
1961 (sh_alloc_frame_cache): New function.
1962 (sh_frame_cache): Ditto.
1963 (sh_frame_prev_register): Ditto.
1964 (sh_frame_this_id): Ditto.
1965 (sh_frame_unwind): New structure defining the heuristic frame
1966 sniffer interface.
1967 (sh_frame_sniffer): New function.
1968 (sh_unwind_sp): Ditto.
1969 (sh_unwind_pc): Ditto.
1970 (sh_unwind_dummy_id): Ditto.
1971 (sh_frame_base_address): Ditto.
1972 (sh_frame_base): New structure defining new frame base code.
1973 (sh_in_function_epilogue_p): New function.
1974 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1975 code and to call all new code instead. Initialize dwarf2 and
1976 heuristic frame sniffer.
1977
1978 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1979
1980 * parser-defs.h (struct exp_descriptor): New definition, containing
1981 language-specific info for printing, prefixifying, dumping, and
1982 evaluating expressions.
1983 (exp_descriptor_standard): Declare new variable.
1984 (print_subexp): Make global and declare here (from expprint.c).
1985 (dump_subexp): Ditto.
1986 (dump_subexp_body_standard): Declare.
1987 (operator_length_standard): Declare.
1988 (op_name_standard): Declare.
1989 (print_subexp): Declare.
1990 (print_subexp_standard): Declare.
1991
1992 * language.h (struct language_defn): Add la_exp_desc field to hold
1993 pointer to table for language-specific operators.
1994 Remove evaluate_exp field, which is now in struct exp_descriptor.
1995
1996 * parse.c (operator_length): Move most code to new
1997 operator_length_standard function. Use language-specific information.
1998 (operator_length_standard): New function taking most code from
1999 operator_length.
2000 (exp_descriptor_standard): New constant.
2001
2002 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
2003 and OP_EXTENDED_LAST.
2004
2005 * expprint.c (print_subexp): Use language-specific print_subexp.
2006 Make global; remove static declaration.
2007 Move most code to print_subexp_standard.
2008 (print_subexp_standard): New function, containing code formerly in
2009 print_subexp.
2010 (op_name): Add expression to argument signature.
2011 Use langauge-specific op_name.
2012 Move most code to op_name_standard.
2013 (op_name_standard): New function, containing code formerly in op_name.
2014 (dump_subexp): Use new version of op_name function.
2015 Use language-specific dump_subexp_body, and move most existing code to
2016 dump_subexp_body_standard.
2017 (dump_raw_expression): Use new op_name interface.
2018 (dump_subexp_body): Move most code to dump_subexp_body_standard.
2019 (dump_subexp_body_standard): New function, containing code formerly
2020 in dump_subexp_body.
2021
2022 * language.c (unknown_language): Add default la_exp_desc field and
2023 remove evaluate_exp field.
2024 (auto_language): Ditto.
2025 (local_language): Ditto.
2026 * f-lang.c (f_language_defn): Ditto.
2027 * c-lang.c (c_language_defn): Ditto.
2028 (cplus_language_defn): Ditto.
2029 (asm_language_defn): Ditto.
2030 (minimal_language_defn): Ditto.
2031 * p-lang.c (pascal_language_defn): Ditto.
2032 * m2-lang.c (m2_language_defn): Ditto.
2033 * objc-lang.c (objc_language_defn): Ditto.
2034
2035 * jv-lang.c (exp_descriptor_java): New variable, containing
2036 Java-specific expression evaluator.
2037 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
2038 field.
2039 * scm-lang.c (exp_descriptor_scm): New variable, containing
2040 Scheme-specific expression evaluator.
2041 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
2042 field.
2043 * objc-lang.c (print_object_command): Take evaluate_exp from the
2044 la_exp_desc field.
2045
2046 * Makefile.in (eval.o): Add dependency on parser-defs.h.
2047
2048 * eval.c: Include parser-defs.h for the full declaration of
2049 la_exp_desc's type.
2050 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
2051
2052 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
2053
2054 * parser-defs.h (operator_length): Declare.
2055
2056 * parse.c (length_of_subexp): Use operator_length to get operator
2057 lengths and arities for operators.
2058 Move most code to new operator_length function.
2059 (operator_length): New function absorbing most code from
2060 length_of_subexp.
2061 (prefixify_subexp): Remove large case and use operator_length instead.
2062 (parse_exp_1): Use renamings:
2063 dump_prefix_expression => dump_raw_expression and
2064 dump_postfix_expression => dump_prefix_expression.
2065
2066 * expression.h (dump_prefix_expression): Rename to ...
2067 (dump_raw_expression): New name.
2068 (dump_postfix_expression): Rename to ...
2069 (dump_prefix_expression): New name.
2070
2071 * expprint.c (dump_subexp): Make global. Add comment.
2072 Move most existing code to dump_subexp_body.
2073 (dump_subexp_body): New function.
2074 (dump_prefix_expression): Rename to dump_raw_expression.
2075 Remove attempt to print the expression via print_expression: it can't
2076 work before the expression is prefixified.
2077 (dump_raw_expression): Renamed from dump_prefix_expression.
2078 (dump_postfix_expression): Rename to dump_prefix_expression, since
2079 that's what it does.
2080 Remove 'note' parameter, since this routine must be used on
2081 prefixified expression.
2082 (dump_prefix_expression): Renamed from dump_postfix_expression.
2083
2084 2003-09-22 Jim Blandy <jimb@redhat.com>
2085
2086 * dwarf2read.c (read_array_type): When building the type for an
2087 array of unspecified length, make sure to choose the upper bound
2088 so that the array's total length comes out to be zero --- that's
2089 how we represent such arrays.
2090
2091 2003-09-22 Michael Chastain <mec@shout.net>
2092
2093 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
2094
2095 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
2096
2097 * top.c (quit_force): Fix indirect call to quit_target so
2098 a struct qt_args pointer is passed.
2099
2100 2003-09-22 Andrew Cagney <cagney@redhat.com>
2101
2102 * arch-utils.h (init_frame_pc_noop): Delete declaration.
2103 * arch-utils.c (init_frame_pc_noop): Delete function.
2104 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
2105 "init_frame_pc".
2106 * mips-tdep.c (mips_gdbarch_init): Ditto.
2107 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
2108 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
2109 declaration.
2110 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2111 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
2112 declaration.
2113 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2114
2115 2003-09-22 Anthony Green <green@redhat.com>
2116
2117 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
2118 declaration.
2119
2120 2003-09-20 Andrew Cagney <cagney@redhat.com>
2121
2122 * breakpoint.c: Eliminate ARGSUSED.
2123 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
2124 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
2125 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
2126 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
2127 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
2128 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
2129 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
2130 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
2131 * wince.c, remote-vx.c: Ditto.
2132
2133 * cli/cli-script.c: Remove "register" attributes.
2134 * config/pa/tm-hppa.h: Ditto.
2135 * cli/cli-decode.c: Ditto.
2136 * cli/cli-cmds.c: Ditto.
2137
2138 2003-09-19 Andrew Cagney <cagney@redhat.com>
2139
2140 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
2141 DEPRECATED_NPC_REGNUM.
2142 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
2143
2144 2003-09-19 Christopher Faylor <cgf@redhat.com>
2145
2146 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
2147
2148 2003-09-19 Jim Blandy <jimb@redhat.com>
2149
2150 * macrotab.c (macro_include): Use the correct comparison to find
2151 the appropriate place for this inclusion in the list.
2152
2153 2003-09-19 Andrew Cagney <cagney@redhat.com>
2154
2155 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
2156 (DEPRECATED_HPUX_TEXT_END): Define.
2157 (deprecated_hpux_text_end): Declare.
2158 (struct target_ops): Declare opaque.
2159 * hppah-nat.c (text_end): Make static.
2160 (deprecated_hpux_text_end): New function.
2161 * exec.c (text_end): Delete global variable.
2162 (NEED_TEXT_START_END): Do not define.
2163 (exec_file_attach): Replace code computing "text_end" code with
2164 call to DEPRECATED_HPUX_TEXT_END.
2165
2166 2003-09-19 Andrew Cagney <cagney@redhat.com>
2167
2168 * utils.c (align_up, align_down): New functions.
2169 * defs.h (align_up, align_down): Declare.
2170 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
2171 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
2172 and "align_down".
2173 (round_up, round_down): Delete functions.
2174 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2175 "align_down".
2176 (ROUND_DOWN, ROUND_UP): Delete macros.
2177 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
2178 * h8300-tdep.c: Replace "round_up" and "round_down" with
2179 "align_up" and "align_down".
2180 (round_up, round_down): Delete macros.
2181 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2182 "align_down".
2183 (ROUND_UP, ROUND_DOWN): Delete macros.
2184
2185 2003-09-18 J. Brobecker <brobecker@gnat.com>
2186
2187 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
2188 hard-coded constant. Use the proper machine name instead.
2189
2190 2003-09-17 Andrew Cagney <cagney@redhat.com>
2191
2192 * sparc-tdep.c (legacy_register_name): Delete function.
2193 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
2194 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
2195 * infcmd.c (gdb_register_name): Delete variable.
2196 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
2197 REGISTER_NAME and "tm.h".
2198 * gdbarch.h, gdbarch.c: Regenerate.
2199 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
2200 REGISTER_NAMES in comments.
2201 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
2202 * m68klinux-nat.c (regmap): Ditto.
2203
2204 2003-09-17 Jim Blandy <jimb@redhat.com>
2205
2206 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
2207
2208 2003-09-17 Andrew Cagney <cagney@redhat.com>
2209
2210 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
2211 (ppcnbsd_init_abi): Set "use_struct_convention" to
2212 "ppcnbsd_use_struct_convention".
2213
2214 2003-09-17 Mark Kettenis <kettenis@gnu.org>
2215
2216 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2217 * gdbarch.h, gdbarch.c: Regenerate.
2218 (stabs_argument_has_addr): New architecture method.
2219 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2220 * arch-utils.c: Include "buildsym.h".
2221 (default_stabs_argument_has_addr): New function.
2222 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2223 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2224
2225 2003-09-17 Andrew Cagney <cagney@redhat.com>
2226
2227 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
2228 * gdbarch.h, gdbarch.c: Regenerate.
2229 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
2230 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
2231 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
2232 * sparcnbsd-tdep.c: Update.
2233
2234 2003-09-17 Andrew Cagney <cagney@redhat.com>
2235
2236 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
2237 * gdbarch.h, gdbarch.c: Regenerate.
2238 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
2239 * d10v-tdep.c, frame.c: Update.
2240 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
2241 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
2242 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
2243 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
2244 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
2245 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
2246 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
2247 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
2248 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
2249 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
2250 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
2251 * config/pa/nm-hppah.h: Update.
2252
2253 2003-09-16 Andrew Cagney <cagney@redhat.com>
2254
2255 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
2256 "use_struct_convention" to "ppc_linux_use_struct_convention".
2257 (ppc_linux_use_struct_convention): New function.
2258 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
2259 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
2260 "rs6000_use_struct_convention".
2261 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
2262 declaration.
2263 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
2264 Delete function.
2265
2266 2003-09-16 Andrew Cagney <cagney@redhat.com>
2267
2268 * buildsym.c: Remove more occurances of "register".
2269 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
2270 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
2271 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
2272 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
2273 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
2274 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
2275 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
2276 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
2277
2278 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
2279
2280 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
2281 numbers to enumeration values.
2282 * sh-tdep.c: Accomodate above change.
2283 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
2284 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
2285 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
2286 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
2287 (IS_FPUSH): Rename from IS_FMOV.
2288 (sh_extract_struct_value_address): Remove useless comment.
2289 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
2290 instead of own local values.
2291 (sh_dump_tdep): Remove.
2292 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
2293 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
2294
2295 2003-09-15 Andrew Cagney <cagney@redhat.com>
2296
2297 * doublest.c (convert_floatformat_to_doublest): No longer need to
2298 cast "exp_bias" to an int. Reverts 2002-12-04 change.
2299
2300 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
2301
2302 * values.c (unpack_double): Call floatformat_is_valid.
2303
2304 2003-09-15 Mark Kettenis <kettenis@gnu.org>
2305
2306 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
2307 ps_strings into a long.
2308
2309 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
2310 _initialize_am64fbsd_nat.
2311
2312 2003-09-15 Kevin Buettner <kevinb@redhat.com>
2313
2314 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
2315 associated with DW_AT_ranges attribute is out of bounds.
2316
2317 2003-09-15 David Lecomber <dsl@sources.redhat.com>
2318
2319 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
2320
2321 2003-09-14 Michael Chastain <mec@shout.net>
2322
2323 * config/m68k/nm-apollo68v.h: Delete.
2324 * config/m68k/xm-apollo68v.h: Delete.
2325
2326 2003-09-14 Andrew Cagney <cagney@redhat.com>
2327
2328 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
2329 * dcache.c: Update copyrights and descriptions.
2330 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
2331
2332 2003-09-14 Andrew Cagney <cagney@redhat.com>
2333
2334 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
2335 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
2336
2337 2003-09-14 Andrew Cagney <cagney@redhat.com>
2338
2339 * alpha-nat.c: Remove some occurances of "register".
2340 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
2341 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
2342 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
2343 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
2344 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
2345 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
2346 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
2347 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
2348 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
2349 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
2350 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
2351 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
2352 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
2353 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
2354 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
2355 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
2356 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
2357 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
2358 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
2359 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
2360 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
2361 * values.c, vax-tdep.c, xcoffread.c: Ditto.
2362
2363 2003-09-13 Andrew Cagney <cagney@redhat.com>
2364
2365 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
2366 * ppc-tdep.h (struct regcache): Declare opaque.
2367 * objfiles.h (struct objfile_data): Declare opaque.
2368 * cp-support.h (struct objfile): Declare opaque.
2369 * linux-nat.h (target_waitstatus): Declare opaque.
2370
2371 2003-09-14 Mark Kettenis <kettenis@gnu.org>
2372
2373 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2374 (stabs_argument_has_addr): New architecture method.
2375 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2376 * arch-utils.c: Include "buildsym.h".
2377 (default_stabs_argument_has_addr): New function.
2378 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2379 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2380
2381 * cris-tdep.c (cris_gdbarch_init): Set
2382 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
2383 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
2384 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2385 * mips-tdep.c (mips_gdbarch_init): Likewise.
2386 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2387 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2388
2389 2003-09-13 Andrew Cagney <cagney@redhat.com>
2390
2391 * values.c (using_struct_return): Delete "function" and "funcaddr"
2392 parameters.
2393 * value.h (using_struct_return): Update declaration.
2394 * infcmd.c (finish_command_continuation): Update.
2395 (finish_command): Update.
2396 * infcall.c (call_function_by_hand): Update.
2397 * eval.c (evaluate_subexp_standard): Update.
2398
2399 2003-09-13 Christopher Faylor <cgf@redhat.com>
2400
2401 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
2402 SSE registers since gdb will not operate correctly without this.
2403 Restore include file ordering munged in previous change.
2404 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
2405
2406 2003-09-13 Mark Kettenis <kettenis@gnu.org>
2407
2408 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
2409 REG_STRUCT_HAS_ADDR.
2410 * gdbarch.c, gdbarch.h: Updated.
2411 * infcall.c (call_function_by_hand): Update.
2412 * stabsread.c (define_symbol): Updated.
2413
2414 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
2415
2416 2003-09-12 Christopher Faylor <cgf@redhat.com>
2417
2418 * win32-nat.c: Reorganize so that defines used by target headers are
2419 actually defined by the system headers.
2420 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
2421 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
2422
2423 2003-09-12 Jim Blandy <jimb@redhat.com>
2424
2425 * dbxread.c (read_dbx_symtab): Don't report an internal error if
2426 the file has no .data, .bss, or .rodata sections. Instead wait
2427 until we see a variable alleged to live in one of those sections.
2428
2429 * dbxread.c (read_dbx_symtab): If we have no .data section and no
2430 .bss section, presume that any variables we find live in the
2431 .rodata section.
2432
2433 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
2434 offsets for global and static variables.
2435
2436 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
2437 symbol types are, by definition, in the .data section, so it is
2438 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
2439 If there is no .data section, there should be no N_DATA or N_DATA
2440 | N_EXT symbols.
2441
2442 2003-09-12 Mark Kettenis <kettenis@gnu.org>
2443
2444 * amd64fbsd-tdep.c: Fix sigtramp recognition.
2445 (amd64fbsd_sigcontext_addr): Rewrite.
2446 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
2447 with correct values.
2448 (amd64fbsd_sc_reg_offset): Initialize with correct values.
2449 (amd64fbsd_init_abi): Fix typo.
2450
2451 2003-09-12 Andrew Cagney <cagney@redhat.com>
2452
2453 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
2454 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
2455
2456 2003-09-12 Andrew Cagney <cagney@redhat.com>
2457
2458 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
2459 "entry_file_highpc". Update comments.
2460 * defs.h (deprecated_inside_entry_file): Rename
2461 "inside_entry_file".
2462 * blockframe.c (deprecated_inside_entry_file): Rename
2463 "inside_entry_file".
2464 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
2465 * vax-tdep.c (vax_frame_chain): Update.
2466 * sh64-tdep.c (sh64_frame_chain): Update.
2467 * sh-tdep.c (sh_frame_chain): Update.
2468 * rs6000-tdep.c (rs6000_frame_chain): Update.
2469 * ns32k-tdep.c (ns32k_frame_chain): Update.
2470 * mips-tdep.c (mips_frame_chain): Update.
2471 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
2472 * m32r-tdep.c (m32r_frame_this_id): Update.
2473 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
2474 * frv-tdep.c (frv_frame_this_id): Update.
2475 * d10v-tdep.c (d10v_frame_this_id): Update.
2476 * cris-tdep.c (cris_frame_chain): Update.
2477 * blockframe.c (legacy_frame_chain_valid): Update.
2478 * avr-tdep.c (avr_frame_this_id): Update.
2479 * arm-tdep.c (arm_prologue_this_id): Update.
2480 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
2481 * objfiles.c (objfile_relocate): Update.
2482 * mipsread.c (mipscoff_symfile_read): Update.
2483 (mipscoff_symfile_read): Update.
2484 * mdebugread.c (parse_partial_symbols): Update.
2485 * dwarfread.c (read_file_scope): Update.
2486 * dwarf2read.c (read_file_scope): Update.
2487 * dbxread.c (read_dbx_symtab): Update.
2488 (read_dbx_symtab): Update.
2489 * coffread.c (complete_symtab): Update.
2490
2491 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
2492
2493 * top.c (quit_target): New static helper function.
2494 (quit_force): Moved code to quit_target(). Call quit_target()
2495 via catch_errors() to catch errors during quit.
2496
2497 2003-09-11 David Carlton <carlton@kealia.com>
2498
2499 * buildsym.c (finish_block): Use allocate_block to allocate the
2500 block.
2501 * mdebugread.c (new_block): Add FIXME.
2502
2503 2003-09-11 David Carlton <carlton@kealia.com>
2504
2505 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
2506 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
2507 (recursive_dump_type): Ditto.
2508 * printcmd.c (print_formatted): Ditto.
2509 * typeprint.c (print_type_scalar): Ditto.
2510 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
2511 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
2512 * cp-support.h: Declare cp_check_possible_namespace_symbols,
2513 maint_cplus_cmd_list.
2514 * cp-support.c: Make maint_cplus_cmd_list extern.
2515 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
2516 command.h.
2517 (lookup_symbol_file): Look in possible namespace blocks when
2518 appropriate.
2519 (initialize_namespace_symtab): New.
2520 (get_possible_namespace_block, free_namespace_block)
2521 (check_possible_namespace_symbols)
2522 (check_possible_namespace_symbols_loop)
2523 (check_one_possible_namespace_symbol)
2524 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2525 (_initialize_cp_namespace): Ditto.
2526 * block.h: Declare allocate_block.
2527 * block.c (allocate_block): New.
2528 * jv-lang.c (get_java_class_symtab): Allocate blocks via
2529 allocate_block.
2530 * symfile.h: Update declaration of add_psymbol_to_list.
2531 * symfile.c (add_psymbol_to_list): Return the partial symbol in
2532 question.
2533 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2534 scan_partial_symbols_call.
2535 (scan_partial_symbols): Add NAMESPACE argument; update calls to
2536 helper functions.
2537 (add_partial_symbol): If necessary, scan mangled names for names
2538 of namespaces.
2539 (add_partial_namespace): Add NAMESPACE argument; generate partial
2540 symbols associated to namespaces.
2541 (add_partial_enumeration): Add NAMESPACE argument.
2542 (new_symbol): Allow namespace syms.
2543 (read_namespace): Generate namespace syms.
2544 * objfiles.h: Add opaque declaration of struct symtab.
2545 (struct objfile): Add cp_namespace_symtab member.
2546 * objfiles.c (allocate_objfile): Set
2547 objfile->cp_namespace_symtab.
2548 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2549 dictionary_h, command_h.
2550
2551 2003-09-11 Andrew Cagney <cagney@redhat.com>
2552
2553 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2554 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2555 near the function's end.
2556 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2557 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2558 regcache_raw_write_signed to set SP_REGNUM.
2559
2560 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
2561
2562 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2563 orig_addrs is set up properly.
2564
2565 2003-09-11 Andrew Cagney <cagney@redhat.com>
2566
2567 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2568 * gdbarch.h, gdbarch.c: Re-generate.
2569 * infcall.c (call_function_by_hand): Update.
2570 * hppa-tdep.c (hppa_push_arguments): Update.
2571 * ada-lang.c (place_on_stack): Update.
2572 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2573 * sparc-tdep.c (sparc_gdbarch_init): Update.
2574 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2575 * hppa-tdep.c (hppa_gdbarch_init): Update.
2576 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2577 stack_align.
2578
2579 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
2580
2581 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2582 register do need a frame.
2583
2584 2003-09-11 Andrew Cagney <cagney@redhat.com>
2585
2586 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2587 buildable since GDB 5.0.
2588 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2589 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2590 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2591 * irix4-nat.c: Delete file.
2592 * config/mips/irix4.mh: Delete file.
2593 * config/mips/irix3.mh: Delete file.
2594 * config/mips/irix3.mt: Delete file.
2595 * config/mips/tm-irix3.h: Delete file.
2596 * config/mips/nm-irix3.h: Delete file.
2597 * config/mips/xm-irix3.h: Delete file.
2598 * config/mips/nm-irix4.h: Delete file.
2599 * config/mips/xm-irix4.h: Delete file.
2600 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2601
2602 2003-09-10 J. Brobecker <brobecker@gnat.com>
2603
2604 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2605 * Makefile.in (hppa-tdep.o): Update dependencies.
2606
2607 2003-09-10 James E Wilson <wilson@specifixinc.com>
2608
2609 * MAINTAINERS: Change my e-mail address. Move to paper trail
2610 section.
2611
2612 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2613
2614 * MAINTAINERS (frv): New ISA entry.
2615
2616 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2617
2618 * frv-tdep.c (dis-asm.h): Include.
2619 * Makefile.in (frv-tdep.o): Update dependencies.
2620
2621 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2622
2623 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2624 Fix typo for high range of floating registers.
2625
2626 2003-09-09 David Carlton <carlton@kealia.com>
2627
2628 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2629 highpc initialization here out of scan_partial_symbols.
2630 (scan_partial_symbols): Restructure into a recursive version,
2631 calling add_partial_namespace and add_partial_enumeration when
2632 appropriate.
2633 (add_partial_namespace): New.
2634 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2635
2636 2003-09-09 Andrew Cagney <cagney@redhat.com>
2637
2638 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2639 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2640 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2641 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2642
2643 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2644 (rs6000_push_dummy_call): Set the "TOC" register.
2645
2646 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2647 methods "max_register_raw_size", "max_register_virtual_size" or
2648 "register_virtual_size".
2649
2650 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2651
2652 * MAINTAINERS: Update my e-mail address.
2653
2654 2003-09-09 Andrew Cagney <cagney@redhat.com>
2655
2656 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2657 (rs6000_push_dummy_call): Store the struct return address.
2658 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2659
2660 2003-09-09 Andrew Cagney <cagney@redhat.com>
2661
2662 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2663 "ppc_sysv_abi_push_arguments".
2664 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2665 "ppc_sysv_abi_push_arguments".
2666 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2667 instead of "push_arguments".
2668 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2669
2670 2003-09-09 Andrew Cagney <cagney@redhat.com>
2671
2672 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2673 instead of CALL_DUMMY_ADDRESS.
2674
2675 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2676
2677 * p-lang.c: Eliminate "register".
2678 * c-lang.c: Ditto.
2679 * expprint.c: Ditto.
2680 * f-lang.c: Ditto.
2681 * jv-lang.c: Ditto.
2682 * language.c: Ditto.
2683 * m2-lang.c: Ditto.
2684 * parse.c: Ditto.
2685 * scm-lang.c: Ditto.
2686 * objc-lang.c: Ditto.
2687
2688 2003-09-09 Nick Clifton <nickc@redhat.com>
2689
2690 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2691
2692 2003-09-04 Andrew Cagney <cagney@redhat.com>
2693
2694 * avr-tdep.c: Include "dis-asm.h".
2695 * cris-tdep.c: Include "dis-asm.h".
2696 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2697 instead of corresponding typedef.
2698 * h8300-tdep.c: Include "dis-asm.h".
2699 * ia64-tdep.c: Include "dis-asm.h".
2700 * i386-tdep.c: Include "dis-asm.h".
2701 (i386_print_insn): Use "struct disassemble_info" instead of
2702 corresponding typedef.
2703 * m68k-tdep.c: Include "dis-asm.h".
2704 * mcore-tdep.c: Include "dis-asm.h".
2705 * mips-tdep.c: Include "dis-asm.h".
2706 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2707 instead of corresponding typedef.
2708 * ns32k-tdep.c: Include "dis-asm.h".
2709 * s390-tdep.c: Include "dis-asm.h".
2710 * sparc-tdep.c: Include "dis-asm.h".
2711 * vax-tdep.c: Include "dis-asm.h".
2712 * v850-tdep.c: Include "dis-asm.h".
2713 * mn10300-tdep.c: Include "dis-asm.h".
2714 * rs6000-tdep.c: Include "dis-asm.h".
2715 * xstormy16-tdep.c: Include "dis-asm.h".
2716 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2717 print_insn_xstormy16.
2718 * Makefile.in (v850-tdep.o): Update dependencies.
2719 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2720 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2721 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2722 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2723 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2724 (gdbarch_h): Remove $(dis_asm_h).
2725 * disasm.c: Include "dis-asm.h".
2726 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2727 corresponding typedef.
2728 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2729 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2730 * gdbarch.sh: Do not include "dis-asm.h".
2731 (struct disassemble_info): Declare opaque.
2732 (TARGET_PRINT_INSN): Update declaration.
2733 * gdbarch.h, gdbarch.c: Re-generate.
2734
2735 2003-09-08 Andrew Cagney <cagney@redhat.com>
2736
2737 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2738 CALL_DUMMY_ADDRESS, change to a predicate.
2739 * gdbarch.h, gdbarch.c: Re-generate.
2740 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2741 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2742 * infcall.c (call_function_by_hand): Ditto.
2743 * sparc-tdep.c (sparc_push_return_address): Ditto.
2744 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2745 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2746 CALL_DUMMY_ADDRESS with entry_point_address.
2747 * v850-tdep.c (v850_push_return_address): Ditto.
2748 * s390-tdep.c (s390_push_return_address): Ditto.
2749 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2750 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2751 * mcore-tdep.c (mcore_push_return_address): Ditto.
2752 * cris-tdep.c (cris_push_return_address): Ditto.
2753 * arm-tdep.c (arm_push_return_address): Ditto.
2754
2755 2003-09-08 Andrew Cagney <cagney@redhat.com>
2756
2757 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2758 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2759 and REG_UNMODIFIED to REG_SAME_VALUE.
2760 (execute_cfa_program): Update.
2761 (dwarf2_frame_cache): Update. Initialize table to
2762 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2763 location.
2764 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2765
2766 2003-09-08 Andrew Cagney <cagney@redhat.com>
2767
2768 * gnu-nat.c: Remove "inline" function attribute.
2769 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2770
2771 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2772
2773 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2774 target.
2775
2776 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2777
2778 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2779 (frame_extra_info): Rename this struct to frv_unwind_cache.
2780 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2781 Add fields ``prev_sp'' and ``base''.
2782 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2783 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2784 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2785 Delete.
2786 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2787 Revise all callers. Fill in the unwind cache argument and make
2788 other adjustments to account for new frame mechanisms.
2789 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2790 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2791 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2792 (frv_frame_unwind, frv_frame_base): New structs.
2793 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2794 additional arguments expected by this method and adjust function
2795 body accordingly.
2796 (frv_gdbarch_init): Remove calls to the following functions:
2797 set_gdbarch_deprecated_init_frame_pc(),
2798 set_gdbarch_deprecated_saved_pc_after_call(),
2799 set_gdbarch_deprecated_frame_chain(),
2800 set_gdbarch_deprecated_frame_saved_pc(),
2801 set_gdbarch_deprecated_frame_init_saved_regs(),
2802 set_gdbarch_deprecated_push_arguments(),
2803 set_gdbarch_deprecated_push_return_address(),
2804 set_gdbarch_deprecated_pop_frame(),
2805 set_gdbarch_deprecated_call_dummy_words(),
2806 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2807 set_gdbarch_deprecated_init_extra_frame_info(),
2808 set_gdbarch_deprecated_dummy_write_sp(), and
2809 set_gdbarch_deprecated_pc_in_call_dummy().
2810 Add calls to the following functions:
2811 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2812 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2813 frame_base_set_default().
2814 * Makefile.in (frv-tdep.o): Update dependencies.
2815
2816 2003-09-09 Mark Kettenis <kettenis@gnu.org>
2817
2818 * dwarf2-frame.c (read_encoded_value): Add support for
2819 DW_EH_PE_aligned encoding.
2820
2821 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2822
2823 * infrun.c (normal_stop): Don't print a message if the inferior
2824 has exited.
2825
2826 2003-09-08 Jim Blandy <jimb@redhat.com>
2827
2828 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2829 * dbxread.c: #include "gdb_assert.h".
2830 (read_dbx_symtab): If the objfile has no .data section, use the
2831 section index for the .bss section instead.
2832
2833 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2834
2835 * frame.c (deprecated_safe_get_selected_frame): New function.
2836 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2837 * findvar.c (read_var_value): Call it.
2838
2839 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
2840
2841 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2842 (sh64-tdep.o): Add dependencies.
2843 * configure.tgt: Add FIXME to sh-*-linux*.
2844 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2845 (sh_gdbarch_init): Always set correct sh_show_regs function
2846 pointer. Call sh64_gdbarch_init() if machine type is sh5.
2847 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2848 * sh64-tdep.c: New file, containing all sh64 related code from
2849 sh-tdep.c.
2850 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2851 * config/sh/linux.mt (TDEPFILES): Ditto.
2852 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2853 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2854 * config/sh/wince.mt (TDEPFILES): Ditto.
2855
2856 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2857
2858 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2859 (stop_wait_callback): Handle !lp->signalled also.
2860 (lin_lwp_has_pending, flush_callback): New functions.
2861 (lin_lwp_wait): Call flush_callback.
2862 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2863 (linux_proc_pending_signals): New function.
2864 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2865
2866 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2867
2868 From Nick Kelsey <nickk@ubicom.com>:
2869 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2870 when the stop PC is at the beginning of a function also.
2871
2872 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
2873
2874 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2875 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2876
2877 2003-09-06 Mark Kettenis <kettenis@gnu.org>
2878
2879 * sol-thread.c: Include "gdb_string.h".
2880
2881 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2882
2883 * gcore.c: Reorder include files in alphabetical order. Include
2884 "gdb_assert.h". Various coding style fixes.
2885 (derive_stack_segment, derive_heap_segment): Replace check for
2886 non-null BOTTOM and TOP with gdb_assert.
2887 (derive_heap_segment): Replace check for successful creation of
2888 ZERO with gdb_assert.
2889 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2890
2891 2003-09-04 Andrew Cagney <cagney@redhat.com>
2892
2893 * thread-db.c (verbose_dlsym): New function.
2894 (thread_db_load): Use verbose_dlsym
2895 (thread_db_new_objfile): Print that libthread_db was loaded, and
2896 that thread debugging was enabled.
2897
2898 2003-09-04 Andrew Cagney <cagney@redhat.com>
2899
2900 * configure.tgt: Add "mips64*-*-*" target. Delete
2901 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2902 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2903 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2904 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2905 mips*-sony-*, and mips64*-*-elf* targets.
2906 * config/mips/embedl.mt: Delete file.
2907 * config/mips/embedl64.mt: Delete file.
2908 * config/mips/mips.mt: Delete file.
2909 * config/mips/mips64.mt: Delete file.
2910 * config/mips/tm-embed.h: Delete file.
2911 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2912 * config/mips/embed64.mt: Delete out-of-date comment.
2913
2914 2003-09-04 Andrew Cagney <cagney@redhat.com>
2915
2916 * hppa-tdep.c (hppa_gdbarch_init): Set
2917 "have_nonsteppable_watchpoint".
2918 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2919 * mips-tdep.c (mips_dump_tdep): Do not print
2920 HAVE_NONSTEPPABLE_WATCHPOINT.
2921 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2922 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2923 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2924 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2925
2926 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2927
2928 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2929 unused code. Add comment.
2930
2931 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2932
2933 * breakpoint.c (watchpoint_check): Check for pc being in an
2934 epilogue if watchpoint frame couldn't be found.
2935
2936 2003-09-04 Andrew Cagney <cagney@redhat.com>
2937
2938 * Makefile.in: Re-generate all dependencies.
2939
2940 2003-09-03 Andrew Cagney <cagney@redhat.com>
2941
2942 * arch-utils.h (legacy_print_insn): Delete declaration.
2943 * arch-utils.c (legacy_print_insn): Delete function.
2944 * disasm.c (deprecated_tm_print_insn_info): Delete.
2945 (_initialize_disasm): Delete function, contained code initializing
2946 deprecated_tm_print_insn_info.
2947 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2948 (deprecated_tm_print_insn_info): Delete.
2949 (TARGET_PRINT_INSN): Do not provide a default.
2950 * gdbarch.h, gdbarch.c: Re-generate.
2951
2952 2003-09-03 Andrew Cagney <cagney@redhat.com>
2953
2954 * disasm.c (fprintf_disasm): New function.
2955 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2956 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2957 reverts 2003-08-14 change.
2958 (_initialize_disasm): Call "init_disassemble_info", instead of
2959 INIT_DISASSEMBLE_INFO_NO_ARCH.
2960
2961 2003-09-03 Michael Snyder <msnyder@redhat.com>
2962
2963 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2964
2965 2003-09-03 Andrew Cagney <cagney@redhat.com>
2966
2967 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2968 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2969 * symfile.c (syms_from_objfile): Update.
2970 (reread_symbols): `Update
2971 * exec.c (exec_file_attach): Update.
2972 (exec_file_attach): Update.
2973 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2974 2003-08-29 change.
2975 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2976
2977 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2978
2979 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2980 trad-frame.h.
2981 (arm_get_cache): Delete macro.
2982 (struct arm_prologue_cache): Update comments. Make saved_regs into
2983 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2984 to prev_sp.
2985 (thumb_scan_prologue): Update for cache changes. Don't call
2986 DEPRECATED_PC_IN_CALL_DUMMY.
2987 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2988 argument and use it in desperation search for our prologue. Do not
2989 search past the specified PC.
2990 (arm_make_prologue_cache): Simplify.
2991
2992 (arm_prologue_this_id, arm_prologue_prev_register)
2993 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2994 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2995 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2996 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2997 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2998
2999 (arm_frame_chain_valid, arm_find_callers_reg)
3000 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
3001 (arm_pop_frame): Delete obsolete methods.
3002 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
3003
3004 (arm_gdbarch_init): Update for new frame methods. Register prologue
3005 and sigtramp unwinders. Set the default frame base method.
3006
3007 * Makefile.in (arm-tdep.o): Update dependencies.
3008 * varobj.c (find_frame_addr_in_frame_chain): Call
3009 get_frame_base_address.
3010 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
3011
3012 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3013
3014 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
3015 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
3016 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
3017 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
3018 Take NEXT_FRAME and CACHE arguments. Call
3019 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
3020 Set unwound_pc in CACHE instead of modifying the frame argument.
3021 Don't bother checking the frame type when looking for sigtramp
3022 frames.
3023 (arm_make_prologue_cache, arm_frame_chain)
3024 (arm_init_extra_frame_info): New functions.
3025
3026 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3027
3028 * arm-tdep.c (arm_get_cache): Define.
3029 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
3030 unwound_sp, unwound_pc, and saved_regs.
3031 (thumb_scan_prologue): Take a cache instead of the frame.
3032 (arm_scan_prologue): Likewise.
3033 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
3034 instead of a temporary frame.
3035 (arm_init_extra_frame_info): Allocate and use a cache.
3036 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
3037
3038 2003-09-03 Andrew Cagney <cagney@redhat.com>
3039
3040 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
3041 * config/mips/wince.mt (TM_CLIBS): Ditto.
3042 * config/sh/wince.mt (TM_CLIBS): Ditto.
3043 * config/pa/hppa64.mt (TM_CLIBS): Delete.
3044 * config/sparc/sp64.mt (CC): Delete.
3045
3046 2003-09-03 Andrew Cagney <cagney@redhat.com>
3047
3048 * defs.h: Do not include "arch-utils.h".
3049 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
3050 GDB_MULTI_ARCH_PURE.
3051 * configure.in (GDB_MULTI_ARCH): Do not define.
3052 * configure, config.in: Regenerate.
3053 * configure.tgt: Do not set variable "gdb_multi_arch".
3054 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
3055 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
3056 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
3057 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
3058 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
3059 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
3060 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
3061 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
3062 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
3063 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
3064 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
3065 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
3066 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
3067 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
3068 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
3069 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
3070 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
3071 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
3072
3073 2003-08-30 Michael Chastain <mec@shout.net>
3074
3075 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
3076 * config/m68k/nm-hp300hpux.h: Delete.
3077 * config/m68k/tm-hp300hpux.h: Delete.
3078 * config/m68k/xm-hp300hpux.h: Delete.
3079 * config/m68k/xm-hp300bsd.h: Delete.
3080 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
3081 tm-hp300hpux.h, xm-hp300hpux.h.
3082 * somsolib.c: Remove comment about hp300 shared libraries.
3083
3084 2003-08-31 Mark Kettenis <kettenis@gnu.org>
3085
3086 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
3087 Only define PTRACE_GET_THREAD_AREA is not already defined.
3088 Various style fixes in code and comments and some additional
3089 spelling fixes in comments. Move after functions dealing with
3090 debug registers.
3091 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
3092 Fix coding-style.
3093
3094 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
3095 frame_unwind_register_unsigned instead of
3096 frame_unwind_unsigned_register.
3097
3098 2003-08-30 Mark Kettenis <kettenis@gnu.org>
3099
3100 * configure.in: Search for gethostbyname in libnsl.
3101 * configure: Regenerated.
3102
3103 2003-08-29 Mark Kettenis <kettenis@gnu.org>
3104
3105 * configure.in: Remove redundant AC_MSG_RESULT in check for
3106 uintptr_t in stdint.h.
3107 * configure: Regenerated.
3108
3109 * amd64-nat.h (struct regcache): Add opaque declaration.
3110
3111 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
3112 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
3113 Change "register array" to "register cache" in comments.
3114 (x86_64_linux_gregset64_reg_offset): New variable.
3115 (GETREGS_SUPPLIES): Remove macro.
3116 (supply_gregset): Call amd64_supply_native_gregset instead of
3117 x86_64_linux_supply_gregset.
3118 (fill_gregset): Rename `regno' to `regnum'. Call
3119 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
3120 (store_regs): Rename `regno' to `regnum'.
3121 (store_fpregs): Rename `regno' to `regnum'.
3122 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
3123 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3124 Reorganize function a bit.
3125 (store_inferior_registers): Rename `regno' to `regnum'. Use
3126 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3127 Reorganize function a bit.
3128 (_initialize_x86_64_linux_nat): New function.
3129 * config/i386/x86-64linux.mh.
3130
3131 2003-08-29 Andrew Cagney <cagney@redhat.com>
3132
3133 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
3134 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
3135 (target_remove_watchpoint): Delete macro.
3136 (target_insert_watchpoint): Delete macro.
3137 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
3138 (remote_mips_stopped_by_watchpoint): Delete declaration.
3139 (remote_mips_remove_watchpoint): Delete declaration.
3140 (remote_mips_set_watchpoint): Delete declaration.
3141 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
3142 * remote-mips.c (_initialize_remote_mips): Set
3143 "to_insert_watchpoint", "to_stopped_by_watchpoint",
3144 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
3145 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
3146 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
3147 (mips_stopped_by_watchpoint): Rename
3148 remote_mips_stopped_by_watchpoint.
3149 (mips_can_hardware_watchpoint): Rename
3150 remote_mips_can_use_hardware_watchpoint, update function
3151 signature.
3152
3153 2003-08-29 Mark Kettenis <kettenis@gnu.org>
3154
3155 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
3156 USER_DS. We haven't given them a register number yet.
3157
3158 * amd64-nat.h: New file.
3159 * amd64-nat.c: New file.
3160 * amd64fbsd-nat.c: Include "amd64-nat.h".
3161 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
3162 (amd64fbsd32_r_reg_offset): New variable.
3163 (supply_gregset): Simply call amd64_supply_native_gregset.
3164 (fill_gregset): Rename `regno' to `regnum'. Simply call
3165 amd64_collect_native_gregset.
3166 (fill_fpregset): Rename `regno' to `regnum'.
3167 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
3168 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3169 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3170 `fpregset_t'. Call amd64_supply_native_gregset instead of
3171 supply_gregset. Call x86_64_supply_fxsave instead of
3172 supply_fpregset.
3173 (store_inferior_registers): Rename `regno' to `regnum'. Replace
3174 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3175 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3176 `fpregset_t'. Call amd64_collect_native_gregset instead of
3177 fill_gregset. Call x86_64_collect_fxsave instead of
3178 fill_fpregset.
3179 (_initialize_am64fbsd_nat): Initialize
3180 amd64_native_gregset32_reg_offset and
3181 amd64_native_gregset64_reg_offset.
3182 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
3183
3184 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
3185 null pointer. Fix typo in comment.
3186
3187 * regcache.c (supply_register): Reimplement to call
3188 regcache_raw_supply.
3189 (regcache_collect): Reimplement by calling regcache_raw_collect.
3190
3191 2003-08-28 Mark Kettenis <kettenis@gnu.org>
3192
3193 * regcache.c (register_buffer): Consitify first argument.
3194 (regcache_raw_supply, regcache_raw_collect): New
3195 functions.
3196
3197 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
3198
3199 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
3200 by Nathan J. Williams.
3201
3202 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
3203
3204 * lin-lwp.c (wait_lwp): New function, copied from
3205 stop_wait_callback. Clean up.
3206 (stop_wait_callback): Use wait_lwp.
3207
3208 2003-08-28 Andrew Cagney <cagney@redhat.com>
3209
3210 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
3211 flavour and disassembler options.
3212 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
3213 (mips_gdbarch_init): Set "print_insn". Delete initialization of
3214 deprecated_tm_print_insn_info.
3215
3216 2003-08-27 Andrew Cagney <cagney@redhat.com>
3217
3218 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
3219 Use target_read_memory.
3220 (s390_get_frame_info): Update. Do not reference
3221 deprecated_tm_print_insn_info.
3222 (s390_check_function_end, s390_is_sigreturn): Ditto.
3223
3224 2003-08-27 Andrew Cagney <cagney@redhat.com>
3225
3226 * Makefile.in (cris-tdep.o): Update dependencies.
3227 * cris-tdep.c: Include "gdb_assert.h".
3228 (cris_gdbarch_init): Set print_insn.
3229 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
3230 (cris_delayed_get_disassembler): Simplify, directly call the
3231 disassembler returned by cris_get_disassembler.
3232 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
3233 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
3234 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
3235 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
3236 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
3237 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
3238 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
3239 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
3240 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
3241 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
3242 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
3243 (gdb_print_insn_sparc): Delete function.
3244 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
3245 deprecated_tm_print_insn_info.
3246 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
3247 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
3248 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
3249 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
3250 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
3251 * s390-tdep.c (gdb_print_insn_s390): Delete function.
3252 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
3253 (s390_gdbarch_init): Set print_insn.
3254
3255 2003-08-27 Andrew Cagney <cagney@redhat.com>
3256
3257 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
3258 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
3259 * infcall.c (call_function_by_hand): Convert the entry point
3260 address into a code address.
3261
3262 2003-08-27 Andrew Cagney <cagney@redhat.com>
3263
3264 * dsrec.c: Include "gdb_string.h".
3265 * Makefile.in (dsrec.o): Update dependencies.
3266
3267 2003-08-27 Michael Chastain <mec@shout.net>
3268
3269 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
3270
3271 2003-08-27 Andrew Cagney <cagney@redhat.com>
3272
3273 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
3274 (alpha_osf1_init_abi): Do not set call_dummy_address.
3275
3276 2003-08-27 David Carlton <carlton@kealia.com>
3277
3278 From Randolph Chung <tausq@debian.org>:
3279 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
3280 compiles with -Wformat-nonliteral -Werror.
3281
3282 2003-08-26 Jim Blandy <jimb@redhat.com>
3283
3284 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
3285 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
3286 bfd_lookup_symbol, since we only want symbols in code sections.
3287 (look_for_base): Pass zero as the SECT_FLAGS argument to
3288 bfd_lookup_symbol, since we're not concerned about which section
3289 the symbol is in.
3290
3291 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3292
3293 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
3294 we are frameless or the return address register is already known.
3295
3296 2003-08-26 Andrew Cagney <cagney@redhat.com>
3297
3298 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
3299 in size. Add comments.
3300
3301 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3302
3303 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
3304 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
3305
3306 2003-08-26 Jason Merrill <jason@redhat.com>
3307
3308 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
3309 case out of #ifdef MIPS block.
3310
3311 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
3312
3313 PR java/1322
3314 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
3315 available before calling SECT_OFF_TEXT.
3316 * PROBLEMS: Remove description of java/1322.
3317
3318 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
3319
3320 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
3321 bof, and nat0-nat127 as pseudo-registers.
3322 (ia64_frame_cache): New struct used to cache frame info.
3323 (ia64_register_reggroup_p): New routine used to override default
3324 register grouping so registers without names are still saved and
3325 restored.
3326 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
3327 pseudo values.
3328 (ia64_pseudo_register_read): New routine to read pseudo-registers.
3329 (ia64_pseudo_register_write): New routine to write pseudo-registers.
3330 (ia64_alloc_frame_cache): New routine to create a new
3331 ia64_frame_cache.
3332 (examine_prologue): Change prototype to add next_frame pointer.
3333 Assume frameless until otherwise proven. Verify that the cfm for
3334 current frame matches the cfm that should occur for the prologues
3335 alloc insn and if equal, mark as not frameless. At end of routine,
3336 if not frameless, calculate registers for the previous frame and store
3337 in the cache, if a cache is provided.
3338 (ia64_skip_prologue): Use new prototype when calling examine_prologue
3339 and pass 0 for next_frame.
3340 (ia64_store_return_value): Change to use convert_typed_floating()
3341 instead of calling ia64_convert_to_raw().
3342 (ia64_extract_return_value): Change to use convert_typed_floating()
3343 instead of calling ia64_convert_to_virtual().
3344 (ia64_frame_cache): New routine to support new frame model.
3345 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
3346 (ia64_frame_sniffer): Ditto.
3347 (ia64_sigtramp_frame_init_saved_regs): Ditto.
3348 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
3349 (ia64_sigtramp_frame_prev_register): Ditto.
3350 (ia64_sigtramp_frame_sniffer): Ditto.
3351 (ia64_frame_base_address): Ditto.
3352 (ia64_extract_struct_value_address): Change to issue error message.
3353 (ia64_frame_align): New routine to align sp.
3354 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
3355 (ia64_push_arguments): Removed. Logic moved to
3356 ia64_push_dummy_call().
3357 (ia64_push_return_address): Ditto.
3358 (ia64_unwind_dummy_id): New function.
3359 (ia64_unwind_pc): Ditto.
3360 (ia64_convert_register_p): Ditto.
3361 (ia64_register_to_value): Ditto.
3362 (ia64_value_to_register): Ditto.
3363 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
3364 (ia64_register_byte, ia64_register_raw_size): Ditto.
3365 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
3366 (ia64_saved_pc_after_call): Ditto.
3367 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
3368 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
3369 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
3370 (ia64_register_convert_to_raw): Ditto.
3371 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
3372 (ia64_init_extra_frame_info): Ditto.
3373 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
3374 (ia64_gdbarch_init): Remove registering of deprecated functions that
3375 are no longer used. Add registration of new gdbarch functions.
3376 Remove registering deprecated_write_sp. Replace
3377 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
3378 Delete set_gdbarch_deprecated_register_convertible(),
3379 set_gdbarch_deprecated_register_convert_to_virtual(), and
3380 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
3381 set_gdbarch_deprecated_register_size(),
3382 set_gdbarch_deprecated_register_bytes(),
3383 set_gdbarch_pcregnum(),
3384 set_gdbarch_deprecated_register_byte(),
3385 set_gdbarch_deprecated_register_raw_size(),
3386 set_gdbarch_deprecated_max_register_raw_size(),
3387 set_gdbarch_deprecated_register_virtual_size(),
3388 and set_gdbarch_deprecated_max_register_virtual_size() calls.
3389 Replace set_gdbarch_deprecated_extract_return_value() with
3390 set_gdbarch_extract_return_value(). Remove calls to:
3391 set_gdbarch_deprecated_saved_pc_after_call();
3392 set_gdbarch_deprecated_frame_chain(),
3393 set_gdbarch_deprecated_frame_saved_pc(),
3394 set_gdbarch_deprecated_frame_init_saved_regs(),
3395 set_gdbarch_deprecated_get_saved_register(),
3396 set_gdbarch_deprecated_call_dummy_words(),
3397 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3398 set_gdbarch_deprecated_init_extra_frame_info(),
3399 set_gdbarch_deprecated_frame_args_address(),
3400 set_gdbarch_deprecated_frame_locals_address(),
3401 and set_gdbarch_deprecated_dummy_write_sp().
3402 Add set_gdbarch_convert_register_p(),
3403 set_gdbarch_register_to_value(),
3404 set_gdbarch_value_to_register(),
3405 set_gdbarch_push_dummy_call(),
3406 set_gdbarch_frame_align(),
3407 set_gdbarch_unwind_dummy_id(),
3408 set_gdbarch_unwind_pc(),
3409 frame_unwind_append_sniffer(),
3410 frame_unwind_append_sniffer(),
3411 and frame_base_set_default().
3412
3413 2003-08-25 Chris Demetriou <cgd@broadcom.com>
3414
3415 * configure.tgt: Document need for special "mipsisa64" handling.
3416 (mipsisa64*-*-linux64): Handle as target linux64.
3417 (mipsisa64*-*-*): Handle as target embed64.
3418
3419 2003-08-18 Michael Chastain <mec@shout.net>
3420
3421 * PROBLEMS: Document pr gdb/1322, the Java anonymous
3422 objfile bug.
3423
3424 2003-08-24 Mark Kettenis <kettenis@gnu.org>
3425
3426 * i387-tdep.h: Update copyright date.
3427 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
3428
3429 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
3430 CFLAGS games to reflect reality.
3431
3432 2003-08-24 Andrew Cagney <cagney@redhat.com>
3433
3434 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
3435 GDB_MULTI_ARCH is always non-zero.
3436 * osabi.c (_initialize_gdb_osabi): Ditto.
3437 (gdbarch_init_osabi): Ditto.
3438 * sparc-tdep.c: Ditto for #if code.
3439
3440 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3441
3442 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
3443 Update comments.
3444 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
3445 comments.
3446 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
3447 x86_64_supply_fxsave.
3448 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
3449 x86_64_supply_fxsave.
3450 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
3451 x86_64_supply_fxsave.
3452
3453 2003-08-23 Andreas Jaeger <aj@suse.de>
3454
3455 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
3456 i387_supply_fxsave.
3457
3458 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3459
3460 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
3461 i387_supply_register.
3462 (go32_fetch_registers): Adjust call to i387_supply_fsave.
3463 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
3464 i387_supply_fsave.
3465 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
3466 i387_supply_fxsave.
3467 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
3468 i387_supply_fsave.
3469 * i386bsd-nat.c (supply_fpregset): Adjust call to
3470 i387_supply_fsave.
3471 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
3472 call to i387_supply_fxsave. Call i387_supply_fsave instead of
3473 supply_fpregset.
3474 (store_inferior_registers): Remove extraneous whitespace. Call
3475 i387_fill_fsave instead of fill_fpregset.
3476 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
3477 (supply_fpregset): Likewise.
3478 * i386v4-nat.c (supply_fpregset): Adjust call to
3479 i387_supply_fsave.
3480 * i386-interix-nat.c (supply_fpregset): Adjust call to
3481 i387_supply_fsave.
3482 * i386-linux-nat.c (supply_fpregset): Adjust call to
3483 i387_supply_fsave.
3484 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
3485 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
3486 i387supply_fsave and i387_supply_fxsave.
3487 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
3488 Incorporate code from `i387_supply_register.
3489 (i387_supply_register): Remove.
3490 (i387_supply_fxsave): Add `regnum' argument.
3491 Update comments.
3492 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
3493 prototype.
3494 (i387_supply_register): remove prototype.
3495 Update comments.
3496
3497 2003-08-22 Michael Chastain <mec@shout.net>
3498
3499 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
3500 Add lines for files in gdb/testsuite/gdb.cp/* that are
3501 still not 8.3 unique.
3502
3503 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
3504
3505 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
3506 TYPE_VPTR_FIELDNO is valid.
3507
3508 2003-08-19 Mark Kettenis <kettenis@gnu.org>
3509
3510 * utils.c (set_width_command): Remove prototypes.
3511 (set_screen_size): New prototype.
3512 (init_page_info): Simplify by fetching the screen size from
3513 Readline. Call set_screen_size.
3514 (set_screen_size): New function.
3515 (set_width): Add missing whitespace in comment.
3516 (set_width_command): Call set_screen_size.
3517 (set_height_command): New function.
3518 (initialize_utils): Fix formatting. Make "set height" command
3519 call set_height_command. Remove redundant code that turns off
3520 pagination if output isn't a terminal. Remove redundant call to
3521 set_width_command.
3522
3523 2003-08-22 Mark Kettenis <kettenis@gnu.org>
3524
3525 * sparc64-tdep.h (sparc64_regnum): Fix comment.
3526 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3527 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3528 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3529 `case' keyword.
3530 (sparc64_register_info): Give the reister with number
3531 SPARC64_STATE_REGNUM a name.
3532 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3533 %asi and %ccr.
3534 (sparc64_push_dummy_call): Take BIAS into account when checking
3535 stcak alignment.
3536 (sparc_software_single_step): Remove assertions that check whether
3537 NPC and NNPC were zero.
3538 (sparc_supply_rwindow): Make public. Merge functionality with
3539 sparc64_supply_rwindow.
3540 (sparc_fill_rwindow): Make public. Merge functionality with
3541 sparc64_fill_rwindow.
3542 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3543 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3544 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3545 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3546 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3547
3548 * reggroups.c: Add whitespace after declarations of local
3549 variables in functions.
3550
3551 2003-08-21 Michael Chastain <mec@shout.net>
3552
3553 * gdbtypes.h: Change array bound type from an int to enum.
3554
3555 2003-08-21 Andrew Cagney <cagney@redhat.com>
3556
3557 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3558 * config/sparc/tm-sparc.h: Ditto.
3559 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3560 unconditionally.
3561 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3562
3563 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3564
3565 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3566 (register_objfile_data, set_objfile_data, objfile_data): New
3567 prototypes.
3568 * objfiles.c (objfile_alloc_data, objfile_free_data): New
3569 prototypes.
3570 (allocate_objfile): Call objfile_alloc_data.
3571 (free_objfile): Call objfile_free_data.
3572 (struct objfile_data): New.
3573 (struct objfile_data_registration): New.
3574 (struct objfile_data_registry): New.
3575 (objfile_data_registry): New variable.
3576 (register_objfile_data): New function.
3577 (objfile_alloc_data, objfile_free_data): New functions.
3578 (set_objfile_data, objfile_data): New functions.
3579 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3580 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3581 (_initialize_dwarf2_frame): New function and prototype.
3582
3583 2003-08-21 Andrew Cagney <cagney@redhat.com>
3584
3585 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3586 a specific architecture.
3587 * arch-utils.h (set_architecture_from_arch_mach): Delete
3588 declaration.
3589 (target_architecture_hook): Delete declaration.
3590 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3591 (default_float_format): Assume GDB_MULTI_ARCH.
3592 (default_double_format): Assume GDB_MULTI_ARCH.
3593 (set_endian_from_file): Delete function.
3594 (arch_ok): Delete function.
3595 (set_arch): Delete function.
3596 (set_architecture_from_arch_mach): Delete function.
3597 (set_architecture_from_file): Delete function.
3598 (set_architecture): Assume GDB_MULTI_ARCH.
3599 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3600
3601 2003-08-21 Mark Kettenis <kettenis@gnu.org>
3602
3603 Rewrite FreeBSD/sparc64 native configuration.
3604 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3605 * sparc64fbsd-nat.c: New file.
3606 * sparc64fbsd-tdep.c: New file.
3607 * sparc64-tdep.c sparc64-tdep.h: New files.
3608 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3609 sparc64fbsd-tdep.o): New dependencies.
3610 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3611 and sparc64fbsd-tdep.c.
3612 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3613 * config/sparc/fbsd.mh: Remove copyright notice.
3614 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3615 sparcbsd-nat.o.
3616 * config/sparc/fbsd.mt: Remove copyright notice.
3617 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3618 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3619 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3620 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3621 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3622 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3623 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3624 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3625 "sparc/tm-sp64.h".
3626 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3627 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3628
3629 2003-08-21 Michael Chastain <mec@shout.net>
3630
3631 * symtab.h: Add doco on the space critical structures and
3632 some measurements of space usage.
3633
3634 2003-08-21 Michael Snyder <msnyder@redhat.com>
3635
3636 * tracepoint.c (trace_dump_command): Trace break address
3637 is subject to DECR_PC_AFTER_BREAK.
3638 (set_traceframe_context): Make "trace_line" an int.
3639 Fixes suggested by Mark Newman <mark.newman@lmco.com>
3640
3641 2003-08-20 Michael Snyder <msnyder@redhat.com>
3642
3643 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
3644 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3645 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
3646 argument passing.
3647 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
3648 functions, replace sh_push_dummy_call.
3649 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3650
3651 2003-08-20 Michael Chastain <mec@shout.net>
3652
3653 * gdbtypes.h (struct main_type): Rearrange to save space.
3654
3655 2003-08-20 Michael Snyder <msnyder@redhat.com>
3656
3657 * trad-frame.c: Comment typo fix.
3658
3659 2003-08-20 Michael Snyder <msnyder@redhat.com>
3660 Kevin Buettner <kevinb@redhat.com>
3661
3662 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3663 (frv_frame_init_saved_regs): Add declaration.
3664 (frame_extra_info): Add new field ``saved_regs''.
3665 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3666 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3667 Update frame related code.
3668 (frv_extract_struct_value_address): Adjust formatting.
3669 * Makefile.in (frv-tdep.o): Update dependencies.
3670 * config/frv/tm-frv.h (target_insert_watchpoint)
3671 (target_remove_watchpoint, target_insert_hw_breakpoint)
3672 (target_remove_hw_breakpoint): Delete these macros.
3673 (remote_insert_watchpoint, remote_remove_watchpoint)
3674 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3675 these declarations.
3676
3677 2003-08-20 Michael Chastain <mec@shout.net>
3678
3679 * defs.h (ENUM_BITFIELD): New macro.
3680 * symtab.h (ENUM_BITFIELD): Use it.
3681 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3682
3683 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3684
3685 * MAINTAINERS (write after approval): Add myself.
3686
3687 2003-08-18 Andrew Cagney <cagney@redhat.com>
3688
3689 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3690 * gdbarch.h, gdbarch.c: Re-generate.
3691 * infcall.c (call_function_by_hand): Adjust the SP by
3692 frame_red_zone_size before allocating any stack space.
3693 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3694 * x86-64-tdep.c (x86_64_frame_align): New function.
3695 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3696
3697 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3698 Remove code adjusting SP so that it skips over the Red Zone.
3699
3700 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3701
3702 * NEWS (New native configurations): Mention FreeBSD/amd64.
3703
3704 2003-08-18 Andrew Cagney <cagney@redhat.com>
3705
3706 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3707 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3708 "m68k_frame_p".
3709 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3710
3711 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3712
3713 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3714
3715 2003-08-18 Michal Ludvig <mludvig@suse.cz>
3716
3717 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3718 Define.
3719 * i386-linux-nat.c: Include "linux-nat.h".
3720 (child_post_startup_inferior): New function.
3721
3722 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3723
3724 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3725 at the start of a frameless function. This probably fixes PR
3726 backtrace/1338.
3727
3728 2003-08-17 Michael Chastain <mec@shout.net>
3729
3730 * symfile.c (find_sym_fns): Remove special case for apollo target.
3731
3732 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3733
3734 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3735 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3736 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3737 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3738 (linux_supports_tracevforkdone): New function.
3739 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3740 TRACEVFORKDONE.
3741 (child_follow_fork): Handle vfork.
3742 (linux_handle_extended_wait): Likewise. Also handle exec.
3743 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3744 * NEWS: Mention fork tracing.
3745
3746 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3747
3748 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3749
3750 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3751
3752 * Makefile.in (i386-linux-nat.o): Update dependencies.
3753 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3754 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3755 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3756 * i386-linux-nat.c: Include "linux-nat.h".
3757 (child_post_startup_inferior): New function.
3758 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3759 * infptrace.c (kill_inferior): Wrap in #ifdef.
3760 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3761 attaching to each LWP.
3762 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3763 (init_lin_lwp_ops): Fill in some more operations.
3764 * linux-nat.h (linux_enable_event_reporting)
3765 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3766 prototypes.
3767 * linux-nat.c (linux_enable_event_reporting): New function.
3768 (child_post_attach, linux_child_post_startup_inferior)
3769 (child_post_startup_inferior, child_follow_fork)
3770 (linux_handle_extended_wait, kill_inferior): New functions.
3771
3772 2003-08-16 Andrew Cagney <cagney@redhat.com>
3773
3774 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3775 * gdbarch.h, gdbarch.c: Re-generate.
3776
3777 2003-08-16 Mark Kettenis <kettenis@gnu.org>
3778
3779 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3780
3781 2003-08-16 Andrew Cagney <cagney@redhat.com>
3782
3783 * NEWS: Mention that "set prompt-escape-char" was deleted.
3784 * top.c (get_prompt_1): Delete function.
3785 (gdb_prompt_escape):
3786 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3787 prompt-escape-char" command.
3788 (MAX_PROMPT_SIZE): Delete macro.
3789 (get_prompt): Simplify, do not call get_prompt_1.
3790
3791 2003-08-16 Andrew Cagney <cagney@redhat.com>
3792
3793 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3794 -Werror. -Wformat-nonliteral problems.
3795
3796 2003-08-15 J. Brobecker <brobecker@gnat.com>
3797
3798 Further multiarching work mostly for hppa64-*-hpux11:
3799 * hppa-tdep.h: New file.
3800 * hppa-tdep.c: #include hppa-tdep.c.
3801 (hppa32_num_regs): Renamed from hppa_num_regs.
3802 (hppa64_num_regs): New constant.
3803 (hppa64_call_dummy_breakpoint_offset): New constant.
3804 (hppa32_call_dummy_length): New constant.
3805 (hppa64_call_dummy_length): New constant.
3806 (hppa32_stack_align): Make name 32bit explicit.
3807 (hppa32_register_virtual_type): Likewise.
3808 (hppa32_extract_return_value): Likewise.
3809 (hppa32_use_struct_convention): Likewise.
3810 (hppa32_store_return_value): Likewise.
3811 (hppa64_register_virtual_type): New function.
3812 (hppa64_extract_return_value): New function.
3813 (hppa64_use_struct_convention): New function.
3814 (hppa64_store_return_value): New function.
3815 (hppa_frame_locals_address): Remove declaration, function does
3816 not exist anymore.
3817 (hppa_register_byte): Add support for PA64 ABI.
3818 (hppa_gdbarch_init): Add support for PA64 ABI.
3819 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3820 Make name 32bit explicit.
3821 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3822 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3823 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3824 (hppa64_hpux_frame_base_before_sigtramp): New function.
3825 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3826 * config/pa/tm-hppa64.h: Remove macros that are no longer
3827 necessary now that the gdbarch vector is properly setup.
3828 Transform some macros into function calls. Some minor cleanup.
3829 * config/pa/tm-hppah.h: Update function calls in macros
3830 following the function renaming in hppa-hpux-tdep.c.
3831 * Makefile.in (hppa_tdep_h): New variable.
3832 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3833
3834 2003-08-14 Michael Snyder <msnyder@redhat.com>
3835
3836 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3837
3838 2003-08-13 J. Brobecker <brobecker@gnat.com>
3839
3840 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3841 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3842 routine.
3843
3844 2003-08-13 Michael Snyder <msnyder@redhat.com>
3845
3846 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3847 (frv_saved_pc_after_call): Use deprecated ftype.
3848 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3849 (frv_remote_translate_xfer_address): Remove.
3850 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3851
3852 2003-08-13 J. Brobecker <brobecker@gnat.com>
3853
3854 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3855 initialization after the common gdbarch initialization, not before.
3856
3857 2003-08-13 J. Brobecker <brobecker@gnat.com>
3858
3859 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3860 (ADDR_BITS_REMOVE): Remove, redundant.
3861
3862 2003-08-13 J. Brobecker <brobecker@gnat.com>
3863
3864 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3865 gdbarch method to clear the 2 low bits of text addresses.
3866
3867 2003-08-12 Andrew Cagney <cagney@redhat.com>
3868
3869 * Makefile.in (dsrec.o): Update dependencies.
3870 * dsrec.c: Include "gdb_assert.h".
3871 (make_srec): Use snprintf instead of sprintf, use a literal format
3872 string.
3873
3874 2003-08-12 Andrew Cagney <cagney@redhat.com>
3875
3876 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3877 FRAME_OBSTACK_ZALLOC.
3878
3879 2003-08-12 Kevin Buettner <kevinb@redhat.com>
3880
3881 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3882 SSE registers.
3883
3884 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3885
3886 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3887 amd64fbsd_sc_reg_offset): Add extern declarations.
3888 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3889 declarations.
3890
3891 2003-08-11 Ben Elliston <bje@wasabisystems.com>
3892
3893 * MAINTAINERS (write after approval): Update my mail address.
3894
3895 2003-08-10 Andrew Cagney <cagney@redhat.com>
3896
3897 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3898
3899 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3900
3901 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3902 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3903 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3904 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3905 i386bsd_sc_reg_offset): Add extern declarations.
3906 * i386obsd-nat.c: Include "i386-tdep.h"
3907 (_initialize_i386obsd_nat): Remove extern declarations.
3908 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3909 declarations.
3910 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3911 declarations.
3912
3913 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3914 instead of frame_read_register.
3915 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3916 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3917 SP_REGNUM.
3918 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3919 instead of frame_unwind_unsigned_register. Use
3920 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3921 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3922 instead of read_register. Use builtin_type_void_data_ptr instead
3923 of builtin_type_void_func_ptr when extracting the address of the
3924 jmp_buf.
3925 (i386_extract_return_value, i386_store_return_value,
3926 i386_pseudo_register_read, i386_pseudo_register_write): Use
3927 register_size instead REGISTER_RAW_SIZE.
3928
3929 2003-08-10 Andrew Cagney <cagney@redhat.com>
3930
3931 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3932 sprintf. Make "name" constant.
3933
3934 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3935
3936 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3937 instead of frame_read_register.
3938 (i387_print_float_info): Use get_frame_register and
3939 get_frame_register_unsigned instead of frame_register_read.
3940
3941 * i386fbsd-nat.c: Include "i386-tdep.h".
3942 (child_resume): Make `eflags' an ULONGEST. Use
3943 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3944 instead of register_read and register_write.
3945
3946 * i386bsd-nat.c (fetch_inferior_registers,
3947 store_inferior_registers): Don't use && at the end of a line.
3948 (_initialize_i386bsd_nat): Fix typo.
3949
3950 * frame.c (_initialize_frame): Add missing backslash.
3951
3952 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3953 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3954 and supply_register instead of manipulating the register buffer
3955 directly.
3956
3957 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3958 * config/i386/nm-i386sol2.h
3959 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3960
3961 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3962 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3963 instructions that GCC likes to mingle into the prologue. Fixes
3964 gdb/1253 and gdb/1255.
3965
3966 2003-08-09 Andrew Cagney <cagney@redhat.com>
3967
3968 Fix GDB PR cli/926.
3969 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3970 * command.h (add_setshow_uinteger_cmd): Declare.
3971 * frame.c (set_backtrace_cmd): New function.
3972 (show_backtrace_cmd): New function.
3973 * frame.c (_initialize_frame): Replace "set/show
3974 backtrace-below-main" with "set/show backtrace past-main". Add
3975 command "set/show backtrace limit".
3976 (backtrace_past_main): Rename "backtrace_below_main".
3977 (backtrace_limit): New variable.
3978 (get_prev_frame): Update. Check the backtrace_limit.
3979
3980 2003-08-09 Andrew Cagney <cagney@redhat.com>
3981
3982 * defs.h (xstrprintf): Declare.
3983 * utils.c (xstrprintf): New function.
3984 * breakpoint.c (insert_breakpoints): Replace sprintf and
3985 non-literal format strings, with xstrprintf and cleanups.
3986 (delete_breakpoint,breakpoint_re_set): Ditto.
3987 (commands_command, insert_breakpoints): Ditto.
3988 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3989 (break_at_finish_command_1): Ditto.
3990
3991 2003-08-09 Andrew Cagney <cagney@redhat.com>
3992
3993 * MAINTAINERS (language support): List Adam Fedor as Objective C
3994 maintainer.
3995
3996 2003-08-08 J. Brobecker <brobecker@gnat.com>
3997
3998 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3999 are now multiarched.
4000
4001 2003-08-08 J. Brobecker <brobecker@gnat.com>
4002
4003 * config/pa/tm-hppa64.h: Remove lots of macros that are no
4004 longer necessary now that hppa64 is partially multiarch'ed.
4005
4006 2003-08-08 Andrew Cagney <cagney@redhat.com>
4007
4008 * interps.c (interp_set): Check for a NULL "old_interp".
4009
4010 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
4011
4012 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
4013 (install-only): Support DESTDIR.
4014 (uninstall): Likewise.
4015 (install-gdbtk): Likewise.
4016
4017 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
4018
4019 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
4020 contains something meaningful at all times.
4021
4022 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
4023
4024 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
4025
4026 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
4027
4028 * MAINTAINERS (write after approval): Added self.
4029
4030 2003-08-07 Andrew Cagney <cagney@redhat.com>
4031
4032 * inferior.h (AT_SYMBOL): Define.
4033 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
4034 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
4035 * mips-tdep.c (mips_call_dummy_address): Delete function.
4036 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
4037 set call_dummy_address.
4038
4039 2003-08-07 Andrew Cagney <cagney@redhat.com>
4040
4041 * language.c (op_error): Delete function.
4042 (binop_type_check): Delete function.
4043 * language.h (type_op_error, range_op_error): Delete macros.
4044 (op_error): Delete declaration.
4045
4046 2003-08-07 Andrew Cagney <cagney@redhat.com>
4047
4048 * interps.h (INTERP_MI2, INTERP_MI3): Define.
4049
4050 2003-08-07 Michal Ludvig <mludvig@suse.cz>
4051
4052 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
4053 (x86_64_push_arguments): Skip the red zone.
4054
4055 2003-08-05 Andrew Cagney <cagney@redhat.com>
4056
4057 * reggroups.c (reggroup_next): Check for the final entry.
4058
4059 2003-08-04 Andrew Cagney <cagney@redhat.com>
4060
4061 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
4062 * cli/cli-script.c (define_command): Call query directly, instead
4063 of passing it a buffer.
4064 * ocd.c (ocd_error): Pass error a constant format string.
4065 * remote-mips.c (mips_error): Use fputs_filtered.
4066
4067 * solib-svr4.c (_initialize_svr4_solib): Update
4068 register_gdbarch_data call.
4069 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
4070
4071 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
4072 (register_gdbarch_data): Delete "free" parameter. Update
4073 comments.
4074 * gdbarch.h, gdbarch.c: Re-generate.
4075 * reggroups.c (_initialize_reggroup): Update.
4076 * gnu-v3-abi.c (init_gnuv3_ops): Update.
4077 * frame-base.c (_initialize_frame_base): Update.
4078 * frame-unwind.c (_initialize_frame_unwind): Update.
4079 * user-regs.c (_initialize_user_regs): Update.
4080 * remote.c (_initialize_remote): Update.
4081 * regcache.c (_initialize_regcache): Update.
4082
4083 * regcache.c (xfree_regcache_descr): Delete function.
4084 (_initialize_regcache): Update call to register_gdbarch_data.
4085 (init_regcache_descr, init_legacy_regcache_descr): Use
4086 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
4087
4088 * remote.c (free_remote_state): Delete function.
4089 (_initialize_remote): Update register_gdbarch_data.
4090 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
4091 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
4092
4093 2003-08-04 Andrew Cagney <cagney@redhat.com>
4094
4095 * reggroups.c (struct reggroup_el): Define.
4096 (struct reggroups): Delete field "nr_group". Replace array
4097 "group" with a "first" to "last" linked list.
4098 (reggroups_init): Update. Allocate using gdbarch's obstack.
4099 (reggroups_free): Delete function.
4100 (add_group): Update. Add "el" parameter.
4101 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
4102 (default_groups): Update.
4103 (reggroup_next): Replace reggroups.
4104 (reggroups_dump): Update.
4105 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
4106 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
4107 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
4108
4109 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
4110
4111 * Makefile.in (tui-interp.o): Update dependencies.
4112
4113 2003-08-04 David Carlton <carlton@kealia.com>
4114
4115 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
4116 to internal_error call.
4117 * source.c (forward_search_command): Add "%s" format argument.
4118 (reverse_search_command): Ditto.
4119 * top.c (quit_confirm): Ditto.
4120 * cli/cli-setshow.c (do_setshow_command): Ditto.
4121 * cp-valprint.c (cp_print_class_method): Replace
4122 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
4123 (cp_print_class_member): Ditto.
4124 * event-top.c (command_line_handler): Ditto.
4125 * linux-proc.c (linux_info_proc_cmd): Ditto.
4126 * p-typeprint.c (pascal_type_print_base): Ditto.
4127 * p-valprint.c (pascal_object_print_class_method): Ditto.
4128 (pascal_object_print_class_member): Ditto.
4129 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
4130 * remote.c (remote_cisco_section_offsets): Ditto.
4131 * top.c (command_line_input): Ditto.
4132 * utils.c (vwarning,error_stream,quit): Ditto.
4133 * valprint.c (print_floating,print_binary_chars)
4134 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
4135
4136 2003-08-04 Andrew Cagney <cagney@redhat.com>
4137
4138 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
4139
4140 2003-08-02 Andrew Cagney <cagney@redhat.com>
4141
4142 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
4143 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
4144 amd64fbsd-nat.c.
4145
4146 2003-08-02 Andrew Cagney <cagney@redhat.com>
4147
4148 * Makefile.in: Update all dependencies and definitions.
4149
4150 2003-08-02 Adam Fedor <fedor@gnu.org>
4151
4152 * linespec.c (is_objc_method_format): New function
4153 (decode_line_1, locate_first_half): Use it.
4154 Fixes PR objc/1298
4155
4156 2003-08-01 Andrew Cagney <cagney@redhat.com>
4157
4158 * NEWS: Mention that m32r is multi-arch.
4159 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
4160 * configure.tgt: Recognize m32r-*-*.
4161 * config/m32r/tm-m32r.h: Delete file.
4162 * config/m32r/m32r.mt: New file.
4163 * m32r-rom.c (m32r_upload_command): Use hostent only when
4164 gethostname succeeds, in order to avoid a compilation
4165 warning.
4166 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
4167 compiler warning.
4168
4169 2003-08-01 Michael Snyder <msnyder@redhat.com>
4170
4171 * sh-tdep.c (sh_frame_align): New gdbarch method.
4172 (sh_gdbarch_init): Set up frame_align method.
4173
4174 2003-07-31 Michael Snyder <msnyder@redhat.com>
4175
4176 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
4177 which is already covered by the new frames infrastructure.
4178
4179 2003-07-31 Andrew Cagney <cagney@redhat.com>
4180
4181 * user-regs.c (struct user_reg): Add "next" link.
4182 (struct user_regs): Replace "user" with "first" and "last" links.
4183 (append_user_reg): Add pre-allocated "reg" parameter.
4184 (builtin_user_regs): Provide initial value for "last".
4185 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
4186 (user_regs_init): Allocate memory from the gdbarch obstack.
4187 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
4188 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
4189 linked list.
4190 (usernum_to_user_reg): New function.
4191 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
4192 (value_of_user_reg): Use usernum_to_user_reg.
4193 (user_regs_free): Delete function.
4194 (_initialize_user_regs): Update register_gdbarch_data call.
4195
4196 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
4197
4198 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
4199
4200 2003-07-30 Michael Snyder <msnyder@redhat.com>
4201
4202 * value.h (value_being_returned): Add a struct_addr argument.
4203 * infcall.c (call_function_by_hand): Pass struct_addr to
4204 value_being_returned.
4205 * infcmd.c (print_return_value): Pass zero as struct_addr.
4206 * values.c (value_being_returned): If struct_addr is passed,
4207 use it instead of trying to recover it from the inferior.
4208
4209 2003-07-30 Kevin Buettner <kevinb@redhat.com>
4210
4211 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
4212 the prologue analyzer won't need to attempt to extract the pc
4213 value from the woefully incomplete dummy frame.
4214 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
4215 possible. Disable code which modifies the frame.
4216
4217 2003-07-28 Andrew Cagney <cagney@redhat.com>
4218
4219 * annotate.c (annotate_breakpoints_headers): Restrict annotation
4220 to level 2.
4221 (annotate_breakpoints_table, annotate_record): Ditto.
4222 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
4223 (annotate_field_name_end, annotate_field_value): Ditto.
4224 (annotate_field_end, annotate_frame_source_begin): Ditto.
4225 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
4226 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
4227 (annotate_frame_begin, annotate_frame_function_name): Ditto.
4228 (annotate_frame_address_end, annotate_frame_address): Ditto.
4229 (annotate_frame_args, annotate_frame_end): Ditto.
4230 (annotate_frame_where, annotate_arg_begin): Ditto.
4231 (annotate_arg_name_end, annotate_arg_value): Ditto.
4232 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
4233 (annotate_function_call, annotate_signal_name): Ditto.
4234 (annotate_signal_string, annotate_signal_name_end): Ditto.
4235 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
4236 (annotate_value_begin, annotate_value_history_value): Ditto.
4237 (annotate_value_history_end, annotate_value_end): Ditto.
4238 (annotate_display_begin, annotate_display_number_end): Ditto.
4239 (annotate_display_format, annotate_display_expression): Ditto.
4240 (annotate_display_expression_end, annotate_display_value): Ditto.
4241 (annotate_display_end, annotate_array_section_begin): Ditto.
4242 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
4243 (annotate_elt, annotate_array_section_end): Ditto.
4244
4245 2003-07-28 Andrew Cagney <cagney@redhat.com>
4246
4247 * regcache.c (struct regcache_descr): Update comments on
4248 nr_raw_registers.
4249 (init_legacy_regcache_descr): Don't set nr_raw_registers or
4250 sizeof_raw_register_valid_p.
4251 (init_regcache_descr): Set nr_raw_registers and
4252 sizeof_raw_register_valid_p before calling
4253 init_legacy_regcache_descr.
4254
4255 2003-07-28 Andrew Cagney <cagney@redhat.com>
4256
4257 * mips-tdep.c (print_gp_register_row): Print the GPR's register
4258 MOD NUM_REGS.
4259
4260 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
4261
4262 * thread.c (info_threads_command): Use get_selected_frame ().
4263 Check that there is at least one non-sentinel frame.
4264
4265 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4266
4267 * m68hc11-tdep.c (struct frame_extra_info): Remove.
4268 (m68hc11_pop_frame): Remove.
4269 (m68hc11_frame_saved_pc): Remove.
4270 (m68hc11_frame_chain): Remove.
4271 (m68hc11_frame_init_saved_regs): Remove.
4272 (m68hc11_init_extra_frame_info): Remove.
4273 (m68hc11_store_struct_return): Remove.
4274 (m68hc11_saved_pc_after_call): Remove.
4275
4276 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4277
4278 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
4279 frame unwind information.
4280 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
4281 and adapted for frame unwinding.
4282 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
4283 (m68hc11_unwind_pc): New function.
4284 (m68hc11_frame_unwind_cache): New function to analyze frames.
4285 (m68hc11_frame_this_id): New function to create new frame struct.
4286 (m68hc11_frame_prev_register): New function to unwind a register from
4287 the frame.
4288 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
4289 (m68hc11_frame_p): New function for the above.
4290 (m68hc11_frame_base_address): New function to return fp of frame.
4291 (m68hc11_frame_args_address): Update for frame.
4292 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
4293 (m68hc11_unwind_sp): New function.
4294 (m68hc11_unwind_dummy_id): New function.
4295 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
4296 calls.
4297
4298 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4299
4300 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
4301 (m68hc11_guess_from_prologue): Advance the pc and frame size only
4302 when we are beyond the current pc.
4303
4304 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4305
4306 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
4307 from m68hc11_push_arguments.
4308 (m68hc11_push_arguments): Remove.
4309 (m68hc11_push_return_address): Remove.
4310 (m68hc11_gdbarch_init): Install the above; remove above deprecated
4311 handlers; remove deprecated_extra_stack_alignment_needed.
4312
4313 2003-07-27 Andrew Cagney <cagney@redhat.com>
4314
4315 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
4316 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
4317 REAL_PC and not the pointer.
4318 * hppa-hpux-tdep.c: Include frame.h
4319
4320 2003-07-27 Andrew Cagney <cagney@redhat.com>
4321
4322 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
4323 GDB_MULTI_ACH_PARTIAL.
4324
4325 2003-07-27 Andrew Cagney <cagney@redhat.com>
4326
4327 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
4328 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
4329 operator at start and not end of line.
4330 (decode_prologue): Ditto.
4331 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
4332 frame_unwind_register_unsigned instead of
4333 frame_unwind_unsigned_register.
4334 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
4335 read_register.
4336 (m32r_push_dummy_call): Use register_size instead of
4337 REGISTER_RAW_SIZE.
4338 (m32r_frame_sniffer): Replace m32r_frame_p.
4339 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
4340 * m32r-rom.c (report_transfer_performance): Delete extern
4341 declaration.
4342 (m32r_load, m32r_upload_command): Use print_transfer_performance
4343 instead of report_transfer_performance.
4344 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
4345 / add_show_from_set.
4346
4347 2003-07-26 Andrew Cagney <cagney@redhat.com>
4348
4349 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
4350 store_return_value and extract_struct_value_address.
4351
4352 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
4353
4354 PR c++/1267
4355 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
4356 NULL, default to the section containing PC.
4357
4358 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
4359
4360 * NEWS: Mention "regs" deprecated for m68hc11 too.
4361
4362 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
4363 (m68hc11_print_register): New function to print out one register.
4364 (m68hc11_print_registers_info): New function to print registers.
4365 (show_regs): Deprecate and use the above.
4366 (m68hc11_gdbarch_init): Install the print_registers_info.
4367
4368 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
4369
4370 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
4371 that we have a SIGTRAP before returning non-zero.
4372
4373 2003-07-23 Michal Ludvig <mludvig@suse.cz>
4374 Elena Zannoni <ezannoni@redhat.com>
4375
4376 * linespec.c (decode_line_2): Avoid crash if
4377 find_function_start_sal() returns empty record.
4378
4379 2003-07-23 Andreas Schwab <schwab@suse.de>
4380
4381 * ia64-tdep.c (ia64_print_insn): New function.
4382 (ia64_gdbarch_init): Set print_insn to it.
4383 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
4384 deprecated_tm_print_insn_info.
4385
4386 2003-07-22 Michael Snyder <msnyder@redhat.com>
4387
4388 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
4389 handle 8-bit returns (long long).
4390 (h8300h_extract_return_value): Ditto.
4391 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
4392
4393 2003-07-22 Andrew Cagney <cagney@redhat.com>
4394
4395 * gdbarch.c Include "gdb_obstack.h".
4396 (struct gdbarch): Add an "obstack".
4397 (alloc_gdbarch_data): Allocate the gdbarch data using
4398 GDBARCH_OBSTACK_CALLOC.
4399 (free_gdbarch_data): Delete function.
4400 (gdbarch_obstack_zalloc): New function.
4401 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
4402 Assert that the architecture is not initialized.
4403 (gdbarch_alloc): Allocate an obstack, allocate the architecture
4404 vector from the obstack.
4405 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
4406 architecture obstack.
4407 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
4408 (set_gdbarch_data): Assert that the data is not initialized.
4409 (struct gdbarch_data): Delete member "free".
4410 (register_gdbarch_data): Do not initialize "free".
4411 * gdbarch.h, gdbarch.c: Re-generate.
4412
4413 2003-07-22 Andrew Cagney <cagney@redhat.com>
4414
4415 * configure.in (build_warnings): Add -Wformat-nonliteral.
4416 * configure: Re-generate.
4417
4418 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4419
4420 * dwarf2loc.c (locexpr_describe_location): Fix typos.
4421
4422 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4423
4424 * findvar.c (read_var_value): Remove case for thread local storage
4425 variables. It is now entirely handled by the dwarf2 location
4426 expression code.
4427 * printcmd.c (address_info): Ditto.
4428 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
4429 enumeration value.
4430 (struct symbol): Remove objfile field, which was used by
4431 LOC_THREAD_LOCAL_STATIC only.
4432 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
4433 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
4434 usage of objfile pointer.
4435 * dwarf2loc.c (locexpr_describe_location): Add case to handle
4436 thread local variables.
4437 Add include of objfiles.h.
4438 * dwarf2expr.c (execute_stack_op): Add comments about thread local
4439 storage variables.
4440 * Makefile.in (dwarf2loc.o): Update dependencies.
4441
4442 2003-07-22 Andrew Cagney <cagney@redhat.com>
4443
4444 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
4445 get_frame_base.
4446 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
4447 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
4448 (struct value): Add opaque declaration.
4449 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
4450
4451 2003-07-21 Andrew Cagney <cagney@redhat.com>
4452
4453 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4454 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
4455
4456 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4457
4458 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4459 regcache_cooked_read_unsigned instead of read_register.
4460 (m68hc11_saved_pc_after_call): Likewise.
4461 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
4462 instead of write_register.
4463 (m68hc11_register_type): New function.
4464 (m68hc11_register_virtual_type): Remove.
4465 (m68hc11_store_return_value): Convert to use the regcache.
4466 (m68hc11_extract_struct_value_address): Likewise.
4467 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
4468 m68hc11_register_type; undeprecate store_return_value and
4469 extract_struct_value_address.
4470
4471 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4472
4473 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
4474 and translate to use regcache.
4475 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
4476
4477 2003-07-18 Andrew Cagney <cagney@redhat.com>
4478
4479 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
4480 * gdbarch.h, gdbarch.c: Re-generate.
4481 * i386-tdep.c (i386_gdbarch_init): Do not set
4482 DWARF2_BUILD_FRAME_INFO.
4483 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
4484 unconditionally.
4485 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
4486 DWARF2_BUILD_FRAME_INFO.
4487
4488 2003-07-18 Andrew Cagney <cagney@redhat.com>
4489
4490 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4491 * disasm.c (gdb_disassemble_info): Initilize di.arch.
4492
4493 2003-07-18 Andrew Cagney <cagney@redhat.com>
4494
4495 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
4496 frame_unwind_address_in_block, instead of frame_pc_unwind.
4497 (dwarf2_frame_cache): Ditto.
4498
4499 2003-07-18 Andrew Cagney <cagney@redhat.com>
4500
4501 * user-regs.h (struct gdbarch): Declare opaque.
4502 * ui-out.h (struct ui_file): Declare opaque.
4503 * dwarf2-frame.h (struct frame_info): Declare opaque.
4504
4505 2003-07-18 Kris Warkentin <kewarken@qnx.com>
4506
4507 * nto-procfs.c: Clean ARI hits. Change #include <..> to
4508 #include "...".
4509 (procfs_meminfo): Change strerror to safe_strerror.
4510 (procfs_can_run): Remove K&R badness.
4511
4512 2003-07-17 Michael Snyder <msnyder@redhat.com>
4513
4514 * remote-sim.c: Comment typo fix.
4515
4516 2003-07-17 Andrew Cagney <cagney@redhat.com>
4517
4518 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
4519 configure.
4520 * sparc-tdep.c (sparc_intreg_size): Make non-static.
4521 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4522 GDB_MULTI_ARCH_PARTIAL.
4523
4524 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
4525
4526 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4527 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
4528 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4529
4530 2003-07-16 Theodore A. Roth <troth@openavr.org>
4531
4532 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4533 found.
4534 (avr_frame_unwind_cache): Don't unwind FP for main.
4535 Update a comment.
4536 Save the computed prev_sp.
4537 (avr_saved_regs_unwinder): Remove function.
4538 (avr_frame_prev_register): Use PC unwind logic from
4539 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4540
4541 2003-07-16 Andrew Cagney <cagney@redhat.com>
4542
4543 * frame-base.h (frame_base_p_ftype): Delete definition.
4544 (frame_base_append_predicate): Delete declaration.
4545 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4546 (frame_unwind_append_predicate): Delete declaration.
4547 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4548 (append_predicate): Delete parameter "p".
4549 (frame_unwind_append_predicate): Delete function.
4550 (frame_unwind_append_sniffer): Update call to append_predicate.
4551 (frame_unwind_free): Delete function.
4552 (_initialize_frame_unwind): Pass NULL as "free" to
4553 register_gdbarch_data.
4554 (frame_unwind_init): Append the dummy_frame_sniffer.
4555 (frame_unwind_find_by_frame): Simplify.
4556 * frame-base.c (struct frame_base_table): Delete field "p".
4557 (append_predicate): Delete parameter "p".
4558 (frame_base_append_predicate): Delete function.
4559 (frame_base_append_sniffer): Update call to append_predicate.
4560 (frame_base_free): Delete function.
4561 (frame_base_find_by_frame): Simplify.
4562 (_initialize_frame_base): Pass NULL as "free" to
4563 register_gdbarch_data.
4564 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4565 (x86_64_sigtramp_frame_sniffer): Replace
4566 "x86_64_sigtramp_frame_p".
4567 (x86_64_init_abi): Set the frame unwind sniffers.
4568 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4569 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4570 (m68k_gdbarch_init): Set the frame unwind sniffers.
4571 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4572 "i386_sigtramp_frame_p".
4573 (i386_frame_sniffer): Replace "i386_frame_p".
4574 (i386_gdbarch_init): Set the frame unwind sniffers.
4575 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4576 (avr_gdbarch_init): Set the frame unwind sniffers.
4577 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4578 "alpha_sigtramp_frame_p"
4579 (alpha_heuristic_frame_sniffer): Replace
4580 "alpha_heuristic_frame_p".
4581 (alpha_gdbarch_init): Set the frame unwind sniffers.
4582 (alpha_dwarf2_init_abi): Ditto.
4583 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4584 "alpha_debug_frame_p".
4585 (alpha_mdebug_frame_base_sniffer): Replace
4586 "alpha_mdebug_frame_base_p".
4587 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4588 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4589 (d10v_gdbarch_init): Set the frame unwind sniffer.
4590 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4591 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4592 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4593 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4594 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4595 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4596
4597 2003-07-16 Michael Snyder <msnyder@redhat.com>
4598
4599 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4600 should go thru sh_dsp_register_sim_regno, else the dsp regs
4601 will not get the right values.
4602
4603 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4604
4605 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4606 deprecated_store_floating by call to store_typed_floating.
4607 (sh_sh4_register_convert_to_raw): Substitute call to
4608 deprecated_extract_floating by call to extract_typed_floating.
4609
4610 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4611
4612 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4613
4614 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4615
4616 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4617 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4618 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4619 as possible.
4620 (do_pseudo_register): Remove.
4621 (sh_push_dummy_code): New function.
4622 (sh64_store_struct_return): Rename from sh_store_struct_return.
4623 Only called for sh64 now.
4624 (sh_extract_struct_value_address): Regcache'ify.
4625 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4626 and accomodate new tasks.
4627 (sh64_push_return_address): Rename from sh_push_return_address.
4628 Only called for sh64 now.
4629 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4630 Regcache'ify.
4631 (sh3e_sh4_extract_return_value): Regcache'ify.
4632 (sh_default_store_return_value): Ditto.
4633 (sh3e_sh4_store_return_value): Ditto.
4634 (sh_default_register_byte): Remove.
4635 (sh_sh4_register_byte): Remove.
4636 (sh_default_register_raw_size): Remove.
4637 (sh_sh4_register_raw_size): Remove.
4638 (sh_register_virtual_size): Remove.
4639 (sh_sh3e_register_virtual_type): Remove.
4640 (sh_sh3e_register_type): New function.
4641 (sh_sh4_register_virtual_type): Remove.
4642 (sh_sh4_register_type): New function.
4643 (sh_default_register_virtual_type): Remove.
4644 (sh_default_register_type): New function.
4645 (do_fv_register_info): Add parameters to accomodate call from
4646 sh_print_registers_info.
4647 (do_dr_register_info): Ditto.
4648 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4649 Add parameters to accomodate call from sh_print_registers_info.
4650 (sh_do_fp_register): Ditto.
4651 (sh64_do_pseudo_register): Call do_dr_register_info,
4652 do_fv_register_info and sh_do_fp_register with default parameters.
4653 (sh_do_register): Add parameters to accomodate call from
4654 sh_print_registers_info.
4655 (sh_print_register): Ditto.
4656 (sh_print_registers_info): Rename from sh_do_registers_info.
4657 Add parameters to be used as gdbarch_print_registers_info
4658 implementation. Accomodate removed do_pseudo_register function
4659 pointer.
4660 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4661 function pointer. Call sh_print_register with default parameters.
4662 (sh64_do_registers_info): Call sh_print_registers_info instead of
4663 sh_do_registers_info.
4664 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4665 detection of deprecated vs. non-deprecated functionality.
4666 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4667 function pointer assignments by direct function calls.
4668
4669 2003-07-15 Andrew Cagney <cagney@redhat.com>
4670
4671 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4672 (frame_register_unwind, create_new_frame): Ditto.
4673 (legacy_get_prev_frame, get_frame_type): Ditto.
4674 (get_frame_base_address): Use frame_base_find_by_frame.
4675 (get_frame_locals_address): Use frame_base_find_by_frame.
4676 (get_frame_args_address): Use frame_base_find_by_frame.
4677 * frame-base.h (frame_base_sniffer_ftype): Declare.
4678 (frame_base_append_sniffer): Declare.
4679 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4680 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4681 (frame_base_append_sniffer): New function.
4682 (frame_base_append_predicate): Add a NULL sniffer.
4683 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4684 (struct frame_base_table): Add "sniffer".
4685 (frame_base_free): Free the "sniffer" table.
4686 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4687 (frame_unwind_append_sniffer): Declare.
4688 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4689 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4690 (struct frame_unwind_table): Add "sniffer", delete "middle".
4691 (append_predicate): Add "sniffer" parameter, append the sniffer.
4692 (frame_unwind_init): Update append_predicate call.
4693 (frame_unwind_append_sniffer): New function.
4694 (frame_unwind_append_predicate): Update append_predicate call.
4695 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4696
4697 2003-07-15 Andrew Cagney <cagney@redhat.com>
4698
4699 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4700 before code inhibiting repeated unwind attempts. Add to
4701 commentary on that test's problems.
4702 * blockframe.c (inside_main_func): Look for "main" in the minimal
4703 symbol table.
4704 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4705 identical.
4706
4707 2003-07-15 Andrew Cagney <cagney@redhat.com>
4708
4709 * complaints.c (struct explanation): Define.
4710 (struct complaints): Change type of "explanation" to "struct
4711 explanation".
4712 (symfile_explanations): Convert to a "struct explanation" table.
4713 (vcomplaint): Update.
4714
4715 2003-07-15 Michal Ludvig <mludvig@suse.cz>
4716
4717 * x86-64-linux-nat.c (regmap): Removed.
4718 (supply_gregset, fill_gregset): Call
4719 x86_64_linux_(fill,supply)_gregset functions.
4720 * x86-64-linux-tdep.c (USER_*): New defines.
4721 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4722 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4723 New functions.
4724 (fetch_core_registers): Ditto.
4725 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4726 * x86-64-linux-tdep.h: New file.
4727 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4728 and core-regset.o.
4729 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4730
4731 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4732
4733 * x86-64-tdep.c (x86_64_store_return_value): Use
4734 regcache_cooked_write_part instead of regcache_cooked_write.
4735
4736 * configure.host: Add x86_64-*-freebsd*.
4737 * configure.tgt: Add x86_64-*-freebsd*.
4738 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4739 * amd64fbsd-nat.c: New file.
4740 * amd64fbsd-tdep.c: New file.
4741 * config/i386/nm-fbsd64.h: New file.
4742 * config/i386/fbsd64.mh: New file.
4743 * config/i386/fbsd64.mt: New file.
4744
4745 2003-07-11 Mark Kettenis <kettenis@gnu.org>
4746
4747 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4748 `sc_regs_offset' and `sc_fpregs_offset'.
4749 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4750 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4751 (alpha_sigtramp_register_address): Rewrite to use new members of
4752 `struct gdbarch_tdep'.
4753 (alpha_gdbarch_init): Initialize new members of struct
4754 gdbarch_tdep'.
4755 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4756 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4757 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4758 (alphafbsd_pc_in_sigtramp): Implement.
4759 (alphafbsd_sigtramp_offset): New function.
4760 (alphafbsd_sigcontext_addr): New function.
4761 (alphafbsd_init_abi): Initialize signal trampoline related members
4762 of `struct gdbarch_tdep'.
4763 (_initialize_alphafbsd_tdep): Add prototype.
4764
4765 2003-07-11 Theodore A. Roth <troth@openavr.org>
4766
4767 * Makefile.in (install-only): Quote sed expression when generating
4768 transformed_name.
4769
4770 2003-07-11 Richard Henderson <rth@redhat.com>
4771
4772 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4773 * dwarf2-frame.c: Include complaints.h.
4774 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4775 variable initialization; return NULL on error.
4776 (decode_frame_entry): New.
4777
4778 2003-07-11 Andrew Cagney <cagney@redhat.com>
4779
4780 * frame.h (frame_address_in_block): Delete declaration.
4781 * blockframe.c (frame_address_in_block): Delete function.
4782 (get_frame_block): Use get_frame_address_in_block.
4783 (block_innermost_frame): Ditto.
4784 * stack.c (print_frame, backtrace_command_1): Ditto.
4785
4786 * frame.h (get_frame_address_in_block): Declare.
4787 (frame_unwind_address_in_block): Declare.
4788 * frame.c (frame_unwind_address_in_block): New function.
4789 (get_frame_address_in_block): New function.
4790
4791 2003-07-10 Andrew Cagney <cagney@redhat.com>
4792
4793 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4794 pre-default. Note: re-generate has no effect.
4795
4796 2003-07-10 Andrew Cagney <cagney@redhat.com>
4797
4798 * gdbarch.sh: When a variable, but not a function, compare against
4799 0. Fix problem in previous patch.
4800 * gdbarch.c: Re-generate.
4801
4802 2003-07-10 Andrew Cagney <cagney@redhat.com>
4803
4804 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4805 functions against NULL, not 0.
4806 * gdbarch.c: Re-generate.
4807
4808 2003-07-10 Fred Fish <fnf@ninemoons.com>
4809
4810 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4811 null string instead of a null pointer.
4812 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4813
4814 2003-07-09 Michael Snyder <msnyder@redhat.com>
4815
4816 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4817
4818 2003-07-09 Mark Kettenis <kettenis@gnu.org>
4819
4820 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4821 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4822 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4823 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4824 * x86-64-tdep.c: ... from here.
4825
4826 2003-07-09 Andreas Schwab <schwab@suse.de>
4827
4828 * m68k-tdep.h (enum struct_return): Define.
4829 (struct gdbarch_tdep): Add struct_return.
4830 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4831 bytes are padded to the right, not to the left. Pass struct value
4832 address in register %a1, not on stack.
4833 (m68k_use_struct_convention): New function.
4834 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4835 struct_return in tdep to pcc_struct_return.
4836 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4837 reg_struct_return.
4838
4839 2003-07-09 Joel Brobecker <brobecker@gnat.com>
4840
4841 * somread.c (som_symfile_offsets): Fix compilation error.
4842
4843 2003-07-09 Andrew Cagney <cagney@redhat.com>
4844
4845 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4846 Add comments about the checks.
4847
4848 2003-07-08 Andrew Cagney <cagney@redhat.com>
4849
4850 * Makefile.in: Make dependency section headers consistent.
4851 (config_h): Move to $BUILD headers section.
4852 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4853 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4854 (ada-exp.tab.c): Move to YACC/LEX section.
4855 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4856 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4857
4858 2003-07-08 Kris Warkentin <kewarken@qnx.com>
4859
4860 * nto-procfs.c: Cleaned up a bunch of ARI hits.
4861 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4862 of strerror with safe_strerror, use ISO C function definitions,
4863 and replace instances of sprintf with snprintf.
4864
4865 2003-07-07 Andrew Cagney <cagney@redhat.com>
4866
4867 * frame.c (get_prev_frame): Enable check for identical frames.
4868 Update comments. Update error messages.
4869
4870 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4871
4872 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4873
4874 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4875
4876 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4877 sort_symtab_syms, no longer necessary.
4878
4879 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4880
4881 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4882
4883 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4884
4885 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4886 (mips_register_byte): Likewise.
4887
4888 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4889
4890 * Makefile.in (sparc_tdep_h): New.
4891 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4892 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4893 * sparc-linux-nat.c: Include "sparc-tdep.h".
4894 * sparc-nat.c: Likewise.
4895 * sparc-tdep.c: Likewise.
4896 * sparc64nbsd-nat.c: Likewise.
4897 * sparcnbsd-nat.c: Likewise.
4898 * sparcnbsd-tdep.c: Likewise.
4899 * sparc-tdep.h: New file.
4900 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4901 and sparc_npc_regnum.
4902
4903 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4904
4905 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4906 (mips_linux_cannot_store_register): List supported instead of
4907 unsupported registers.
4908
4909 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4910
4911 * disasm.c (dump_insns): Separate instructions from addresses.
4912
4913 2003-07-07 Andreas Schwab <schwab@suse.de>
4914
4915 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4916 dependencies.
4917 * m68k-tdep.c (NUM_FREGS): Delete.
4918 (SIG_PC_FP_OFFSET): Delete.
4919 (TARGET_M68K): Delete.
4920 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4921 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4922 P_MOVEL_SP, P_MOVEML_SP): Define.
4923 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4924 P_TRAP): Delete.
4925 (m68k_register_raw_size): Delete.
4926 (m68k_register_virtual_size): Delete.
4927 (m68k_register_type): Renamed from m68k_register_virtual_type and
4928 add gdbarch argument.
4929 (m68k_store_struct_return): Delete.
4930 (m68k_deprecated_extract_return_value): Delete.
4931 (m68k_deprecated_extract_struct_value_address): Delete.
4932 (m68k_frame_chain): Delete.
4933 (m68k_frame_saved_pc): Delete.
4934 (m68k_fix_call_dummy): Delete.
4935 (m68k_push_dummy_frame): Delete.
4936 (m68k_pop_frame): Delete.
4937 (m68k_extract_return_value): New function.
4938 (m68k_store_return_value): Rewrite using regcache.
4939 (m68k_extract_struct_value_address): Rewrite using regcache.
4940 (m68k_push_dummy_call): New function.
4941 (struct m68k_frame_cache): Define.
4942 (m68k_alloc_frame_cache): New function.
4943 (m68k_analyze_frame_setup): New function.
4944 (m68k_analyze_register_saves): New function.
4945 (m68k_analyze_prologue): New function.
4946 (m68k_skip_prologue): Rewrite using above functions.
4947 (m68k_unwind_pc): New function.
4948 (m68k_frame_cache): New function.
4949 (m68k_frame_this_id): New function.
4950 (m68k_frame_prev_register): New function.
4951 (m68k_frame_unwind): New variable.
4952 (m68k_frame_p): New function.
4953 (m68k_sigtramp_frame_cache): New function.
4954 (m68k_sigtramp_frame_this_id): New function.
4955 (m68k_sigtramp_frame_prev_register): New function.
4956 (m68k_sigtramp_frame_unwind): New variable.
4957 (m68k_sigtramp_frame_p): New function.
4958 (m68k_frame_base_address): New function.
4959 (m68k_frame_base): New function.
4960 (m68k_unwind_dummy_id): New function.
4961 (fill_gregset): Use regcache_collect.
4962 (fill_fpregset): Likewise.
4963 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4964 defined.
4965 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4966 deprecated_init_frame_pc, deprecated_store_struct_return,
4967 deprecated_extract_return_value, deprecated_store_return_value,
4968 deprecated_frame_chain, deprecated_frame_saved_pc,
4969 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4970 deprecated_register_virtual_size,
4971 deprecated_max_register_raw_size,
4972 deprecated_max_register_virtual_size,
4973 deprecated_register_virtual_type, deprecated_register_size,
4974 deprecated_register_byte, deprecated_register_bytes,
4975 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4976 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4977 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4978 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4979 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4980 deprecated_push_dummy_frame, deprecated_pop_frame,
4981 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4982 only if SYSCALL_TRAP is defined. Set extract_return_value,
4983 store_return_value, extract_struct_value_address, register_type,
4984 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4985 predicates.
4986 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4987 M68K_MAX_REGISTER_SIZE): Define.
4988 (struct m68k_sigtramp_info): Define.
4989 (struct gdbarch_tdep): Add get_sigtramp_info.
4990 * m68klinux-nat.c (fetch_register): Use register_size instead of
4991 REGISTER_RAW_SIZE. Don't put assignment in if.
4992 (store_register): Likewise.
4993 (fetch_inferior_registers): Likewise.
4994 (store_inferior_registers): Likewise.
4995 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4996 (m68k_linux_frame_saved_pc): Delete.
4997 (m68k_linux_sigcontext_reg_offset,
4998 m68k_linux_ucontext_reg_offset): Define.
4999 (m68k_linux_get_sigtramp_info): New function.
5000 (m68k_linux_extract_return_value): Rewrite using regcache.
5001 (m68k_linux_store_return_value): Likewise.
5002 (m68k_linux_extract_struct_value_address): Likewise.
5003 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
5004 Don't set deprecated_frame_saved_pc,
5005 deprecated_extract_return_value, deprecated_store_return_value,
5006 deprecated_extract_struct_value_address. Set
5007 extract_return_value, store_return_value,
5008 extract_struct_value_address.
5009
5010 2003-07-07 Andrew Cagney <cagney@redhat.com>
5011
5012 * expprint.c: Include "user-regs.h" instead of "frame.h".
5013 (print_subexp): Use user_reg_map_regnum_to_name, instead of
5014 frame_map_regnum_to_name.
5015 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
5016 (frame_map_name_to_regnum): Simplify, call
5017 user_reg_map_name_to_regnum.
5018 (frame_map_regnum_to_name): Simplify, call
5019 user_reg_map_regnum_to_name.
5020 (frame_register_unwind): Update.
5021 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
5022 (_initialize_frame_reg): Call user_reg_add_builtin.
5023 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
5024 (value_of_register): Use value_of_user_reg.
5025 * eval.c (evaluate_subexp_standard): Update.
5026 * parse.c (write_dollar_variable): Update.
5027 * d10v-tdep.c (d10v_print_registers_info): Update.
5028 * infcmd.c (registers_info): Update.
5029 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
5030 (builtin_regs_h): Delete macro.
5031 (user_regs_h): Define.
5032 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
5033 (builtin-regs.o): Delete target.
5034 (user-regs.o): Specify dependencies.
5035 (expprint.o): Update dependencies.
5036 (findvar.o): Update dependencies.
5037 (frame.o): Update dependencies.
5038 (std-regs.o): Update dependencies.
5039
5040 2003-07-06 Christopher Faylor <cgf@redhat.com>
5041
5042 * win32-nat.c (solib_symbols_add): Use one variable for all section
5043 address stuff. Pass variable rather than address of variable to
5044 safe_symbol_file_add.
5045
5046 2003-07-06 Andreas Schwab <schwab@suse.de>
5047
5048 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
5049
5050 2003-07-04 Joel Brobecker <brobecker@gnat.com>
5051
5052 * rs6000-nat.c (vmap_symtab): Fix compilation error.
5053
5054 2003-07-04 Kris Warkentin <kewarken@qnx.com>
5055
5056 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
5057
5058 2003-07-04 Kris Warkentin <kewarken@qnx.com>
5059
5060 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
5061 * config/i386/nto.mh: New file.
5062 * config/i386/nm-nto.h: New file.
5063 * configure.host: Add i[3456]86-*-nto*.
5064
5065 2003-07-03 Joel Brobecker <brobecker@gnat.com>
5066
5067 * remote-vx.c (vx_add_symbols): Fix compilation error.
5068
5069 2003-07-03 Andrew Cagney <cagney@redhat.com>
5070
5071 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
5072 * gdbarch.h, gdbarch.c: Re-generate.
5073 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
5074 (legacy_register_name): Declare.
5075 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
5076 (REGISTER_NAME): Define.
5077 * sparc-tdep.c (legacy_register_name): New function.
5078 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
5079 (REGISTER_NAME): Define.
5080 (hppa64_register_name): Declare.
5081 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
5082 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
5083 (hppa64_register_name): New function.
5084 (hppa_register_name): New function.
5085 * arch-utils.c (legacy_register_name): Delete.
5086 * arch-utils.h (legacy_register_name): Delete.
5087
5088 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
5089
5090 * cli/cli-interp.c (cli_interpreter_resume): Update the
5091 cli_uiout's stream to gdb_stdout.
5092
5093 2003-07-03 Andrew Cagney <cagney@redhat.com>
5094
5095 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
5096 predicate.
5097 * gdbarch.h, gdbarch.c: Re-generate.
5098 * regcache.c (init_regcache_descr): Use legacy code when either
5099 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
5100
5101 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
5102
5103 * NEWS: Move "set logging" entry into GDB 6.0 section.
5104
5105 2003-07-02 Jim Blandy <jimb@redhat.com>
5106
5107 * s390-tdep.c (struct frame_extra_info): new member:
5108 'stack_bought_valid'.
5109 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
5110 initialize fextra_info->stack_bought.
5111 (s390_frameless_function_invocation): Don't trust the value of
5112 fextra_info_ptr->stack_bought unless
5113 fextra_info->stack_bought_valid is set.
5114
5115 New S390 prologue analyzer.
5116 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
5117 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
5118 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
5119 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
5120 compute_x_addr, s390_on_stack, s390_store,
5121 s390_get_signal_frame_info): New functions.
5122 (S390_NUM_SPILL_SLOTS): New macro.
5123 (s390_get_frame_info): Rewritten.
5124 (is_arg_reg): Deleted.
5125
5126 Break out the decoding of S/390 instructions into separate
5127 functions, to make it more legible, and easier to check
5128 against the spec.
5129 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
5130 is_rx, is_rxe): New functions.
5131 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
5132 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
5133 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
5134 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
5135 enums for opcode values. (Is this an improvement?)
5136
5137 2003-07-02 Andrew Cagney <cagney@redhat.com>
5138
5139 * i386-tdep.c: Revert change committed as part of trad-frame code
5140 below.
5141
5142 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
5143
5144 * breakpoint.c (insert_catchpoint): Make static.
5145
5146 2003-07-02 Andreas Schwab <schwab@suse.de>
5147
5148 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
5149 former ia64_push_arguments and ia64_push_return_address, and use
5150 regcache functions instead of read/write_register.
5151 (ia64_gdbarch_init): Set push_dummy_call instead of
5152 deprecated_push_arguments and deprecated_push_return_address.
5153
5154 2003-07-01 Andreas Jaeger <aj@suse.de>
5155
5156 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
5157 before the call.
5158 Set %rax only to number of SSE registers used.
5159
5160 2003-07-01 Andrew Cagney <cagney@redhat.com>
5161
5162 * trad-frame.h: Update comments, a -1 .addr is reserved.
5163 (trad_frame_value_p, trad_frame_addr_p): Declare.
5164 (trad_frame_reg_p): Declare.
5165 (trad_frame_set_value): Rename trad_frame_register_value.
5166 (trad_frame_set_unknown): Declare.
5167 * trad-frame.c (trad_frame_realreg_p): New function.
5168 (trad_frame_addr_p, trad_frame_value_p): New function.
5169 (trad_frame_set_unknown): New function.
5170 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
5171 (trad_frame_prev_register): Use trad_frame_realreg_p,
5172 trad_frame_addr_p and trad_frame_value_p.
5173 (trad_frame_set_value): Rename trad_frame_register_value.
5174 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
5175 and trad_frame_set_value.
5176
5177 2003-06-30 Jim Blandy <jimb@redhat.com>
5178
5179 Patch from IBM (authors unspecified, probably Ulrich Weigand and
5180 Gerhard Tonn) for argument passing on the S/390 and S/390x:
5181 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
5182 for 16 registers, and then 32 more bytes.
5183 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
5184 New macros.
5185 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
5186 Move up in the file, since it's now used by is_simple_arg.
5187 (is_simple_arg): Don't assume registers are four bytes long.
5188 Exclude all double arguments. Extended floats are not simple
5189 args.
5190 (is_power_of_two): New function.
5191 (pass_by_copy_ref): Call is_power_of_two, and check that the
5192 length fits in a register, rather than listing all the acceptable
5193 sizes. Extended floats are not passed by reference.
5194 (s390_push_arguments): Don't assume registers are four bytes long.
5195 Reserve an argument register to point to the buffer for structures
5196 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
5197 S390_STACK_FRAME_OVERHEAD.
5198
5199 2003-06-30 Andreas Schwab <schwab@suse.de>
5200
5201 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
5202 format error message.
5203
5204 2003-06-30 Joel Brobecker <brobecker@gnat.com>
5205
5206 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
5207
5208 2003-06-30 David Carlton <carlton@kealia.com>
5209
5210 Band-aid for PR c++/1245.
5211 * Makefile.in (cp-support.o): Depend on complaints_h.
5212 * cp-support.c: Include complaints.h. Add declaration for
5213 find_last_component.
5214 (cp_find_first_component): Separate code into
5215 cp_find_first_component_aux.
5216 (cp_find_first_component_aux): Call demangled_name_complaint.
5217 (demangled_name_complaint): New.
5218
5219 2003-06-30 Andrew Cagney <cagney@redhat.com>
5220
5221 * remote.c (remote_write_bytes): Explicitly compute and then use
5222 the payload size. Update comments to reflect. Fixes problem of
5223 GDB not sending small packets as found by Fred Fish.
5224
5225 2003-06-30 Andrew Cagney <cagney@redhat.com>
5226
5227 * remote.c (remote_async_wait): Fix -Wformat problem.
5228
5229 2003-06-29 Andrew Cagney <cagney@redhat.com>
5230
5231 * remote.c (remote_wait): Call error, and not warning, when the
5232 packet is corrupt.
5233 (remote_async_wait): Ditto.
5234
5235 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
5236
5237 * sparc-tdep.c (sparc_y_regnum): Make external again.
5238
5239 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
5240
5241 * cli/cli-logging.c (pop_output_files): Add void to function
5242 definition.
5243
5244 2003-06-29 Andrew Cagney <cagney@redhat.com>
5245
5246 * frame.c (frame_register_unwind): Use unsigned char when dumping
5247 the buffer contents.
5248
5249 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
5250
5251 * cli/cli-logging.c: New file.
5252 * cli-out.c (struct ui_out_data): Add original_stream.
5253 (cli_redirect): New function.
5254 (cli_ui_out_impl): Add cli_redirect.
5255 (cli_out_new): Initialize original_stream.
5256 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
5257 (uo_redirect, ui_out_redirect): New.
5258 * ui-out.h (struct ui_out_impl): Add redirect member.
5259 (redirect_ftype): New.
5260 (ui_out_redirect): Add prototype.
5261 * Makefile.in: Add rules for cli-logging.c.
5262 * NEWS: Mention "set logging".
5263
5264 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5265
5266 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
5267
5268 2003-06-27 Andrew Cagney <cagney@redhat.com>
5269
5270 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
5271 (m68hc11_gdbarch_init): Do not set call_dummy_address.
5272 * avr-tdep.c (avr_call_dummy_address): Delete function.
5273 (avr_gdbarch_init): Do not set call_dummy_address.
5274
5275 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5276
5277 * symfile.c (syms_from_objfile): Move variables to inner block.
5278 Move the checks for the non-mainline case a bit earlier to avoid
5279 doing some useless computations.
5280
5281 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5282
5283 * dwarfread.c (decode_modified_type): Gag new compiler warning.
5284
5285 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
5286
5287 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
5288 sections.
5289
5290 2003-06-26 Michael Chastain <mec@shout.net>
5291
5292 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
5293 gdb/testsuite/gdb.c++/pr-1210.exp.
5294
5295 2003-06-26 Andrew Cagney <cagney@redhat.com>
5296
5297 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
5298 altivec_expression.h and altivec_registers.h.
5299
5300 2003-06-26 Andrew Cagney <cagney@redhat.com>
5301
5302 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
5303 info->mach when MIPS16. Patch suggested by Fred Fish.
5304
5305 2003-06-26 Andrew Cagney <cagney@redhat.com>
5306
5307 * utils.c (internal_vproblem): Print the problem to a reason
5308 buffer and then pass to query. Make the msg variable more local.
5309
5310 2003-06-26 Andrew Cagney <cagney@redhat.com>
5311
5312 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
5313 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
5314 * gdbarch.h, gdbarch.c: Re-generate.
5315 * frame-base.c (default_frame_args_address): Update. Use
5316 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
5317 not available.
5318 (default_frame_locals_address): Ditto for
5319 DEPRECATED_FRAME_LOCALS_ADDRESS.
5320 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
5321 (vax_frame_num_args): Update.
5322 (vax_gdbarch_init): Update.
5323 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5324 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5325 * mcore-tdep.c (mcore_gdbarch_init): Update.
5326 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5327 * ia64-tdep.c (ia64_gdbarch_init): Update.
5328 * symtab.h (address_class): Update comments.
5329 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
5330 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5331 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5332 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5333 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5334 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5335 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5336 * alpha-mdebug-tdep.c: Update.
5337 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
5338
5339 2003-06-26 Andreas Jaeger <aj@suse.de>
5340
5341 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
5342 of SSE registers so that varargs functions work. Rework handling
5343 of passing arguments on the stack.
5344 (x86_64_store_return_value): Return double and float values in SSE
5345 register.
5346
5347 2003-06-24 Michael Chastain <mec@shout.net>
5348
5349 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
5350 the "constructor breakpoints ignored" bug.
5351
5352 2003-06-25 David Carlton <carlton@kealia.com>
5353
5354 * MAINTAINERS: Update e-mail address.
5355
5356 2003-06-24 Jim Blandy <jimb@redhat.com>
5357
5358 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
5359
5360 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
5361 function.
5362 (ppc_linux_init_abi): Register it as the
5363 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
5364
5365 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
5366 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
5367 method.
5368
5369 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
5370 (ppc64_standard_linkage_target): Use it.
5371
5372 2003-06-23 Andrew Cagney <cagney@redhat.com>
5373
5374 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
5375 for 0 "int0" and 4 "int32" sized registers.
5376 * gdbtypes.c (builtin_type_int0): Define.
5377 (build_gdbtypes): Initialize builtin_type_int0.
5378 * gdbtypes.h (builtin_type_int0): Declare.
5379
5380 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
5381
5382 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
5383 as characters are unsigned.
5384
5385 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5386
5387 PR gdb/1179
5388 * dwarfread.c (struct_type): Skip static fields without crashing.
5389
5390 2003-06-22 Andrew Cagney <cagney@redhat.com>
5391
5392 GDB 6.0 branch created.
5393 * README: Update.
5394 * PROBLEMS: Update. Empty.
5395 * NEWS: Update.
5396
5397 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5398
5399 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
5400 Suggested by Nick Hibma <n_hibma@webweaving.org>.
5401
5402 2003-06-22 Andrew Cagney <cagney@redhat.com>
5403
5404 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
5405 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
5406 Velikov.
5407
5408 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5409
5410 * cli/cli-cmds.c (shell_escape): Silence warnings from old
5411 compilers.
5412
5413 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5414
5415 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
5416 argument of val_print.
5417 * cp-valprint.c (cp_print_value): Don't add the offset parameter
5418 to the address argument of baseclass_offset or target_read_memory.
5419 Do add it to the argument of cp_print_value_fields.
5420
5421 2003-06-21 Andrew Cagney <cagney@redhat.com>
5422
5423 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
5424 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
5425 instead of 0..NUM_REGS.
5426 (mips_register_reggroup_p): New function.
5427 (mips_pseudo_register_write): New function.
5428 (mips_pseudo_register_read): New function.
5429 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
5430 based on the register's type.
5431 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
5432 cooked.
5433 (mips_get_saved_register): Simplify. Assert that REGNO is a
5434 pseudo / cooked.
5435 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
5436 (mips_register_type): Replace mips_register_virtual_type. Map
5437 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
5438 when available.
5439 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
5440 that the register is cooked / virtual.
5441 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
5442 Only get the extra info when needed.
5443 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
5444 (mips32_heuristic_proc_desc): Fetch the cooked register.
5445 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
5446 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
5447 (mips_print_register): Use gdbarch_register_type, instead of
5448 REGISTER_VIRTUAL_TYPE.
5449 (print_gp_register_row): Use gdbarch_register_type, instead of
5450 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
5451 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5452 Print the pseudo / cooked registers.
5453 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5454 Print the pseudo / cooked registers.
5455 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
5456 REG_NUM is pseudo / cooked.
5457 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
5458 (mips_n32n64_xfer_return_value): Ditto.
5459 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
5460 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
5461 (mips_register_sim_regno): New function.
5462 (mips_gdbarch_init): Set deprecated_register_byte,
5463 register_group_p, pseudo_register_write, pseudo_register_read,
5464 register_sim_regno, and num_pseudo_regs. Set register_type,
5465 instead of register_virtual_type.
5466 * Makefile.in (mips-tdep.o): Update dependencies.
5467 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
5468 REGISTER_VIRTUAL_TYPE.
5469 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
5470 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
5471 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
5472 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
5473 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
5474
5475 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5476
5477 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
5478 * cli/cli-cmds.c: Include "gdb_vfork.h".
5479 (shell_escape): Use vfork.
5480
5481 2003-06-21 Andrew Cagney <cagney@redhat.com>
5482
5483 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
5484 32 bit floating-point register saves.
5485
5486 * frame.h (deprecated_unwind_get_saved_register): Delete.
5487 * frame.c (deprecated_unwind_get_saved_register): Delete function.
5488 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
5489 and deprecated_get_next_frame_hack instead of
5490 deprecated_unwind_get_saved_register.
5491
5492 * mips-tdep.c (mips_dump_tdep): Do not print
5493 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
5494
5495 * frame.c (get_frame_register): New function.
5496 (frame_unwind_register_signed): New function.
5497 (get_frame_register_signed): New function.
5498 (frame_unwind_register_unsigned): New function.
5499 (get_frame_register_unsigned): New function.
5500 * frame.h: Add comments on naming schema.
5501 (get_frame_register, frame_unwind_register_signed): Declare.
5502 (get_frame_register_signed, get_frame_register_signed): Declare.
5503 (frame_unwind_register_unsigned): Declare.
5504 (get_frame_register_unsigned): Declare.
5505
5506 2003-06-20 Theodore A. Roth <troth@openavr.org>
5507
5508 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
5509
5510 2003-06-20 Theodore A. Roth <troth@openavr.org>
5511
5512 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
5513 (avr_read_sp): Ditto.
5514
5515 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
5516
5517 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5518 * config/arm/nm-linux.h: Likewise.
5519 * config/arm/tm-linux.h: Likewise.
5520 * config/ia64/nm-linux.h: Likewise.
5521 * config/ia64/tm-ia64.h: Likewise.
5522 * config/s390/tm-linux.h: Likewise.
5523 * config/s390/tm-s390.h: Likewise.
5524 * s390-nat.c: Likewise.
5525 * s390-tdep.c: Likewise.
5526
5527 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5528 * config/ia64/linux.mt: Likewise.
5529 * config/m68k/linux.mh: Likewise.
5530 * config/mips/linux.mt: Likewise.
5531 * config/powerpc/linux.mh: Likewise.
5532 * config/sh/linux.mt: Likewise.
5533
5534 2003-06-19 Kris Warkentin <kewarken@qnx.com>
5535
5536 * solib.c (solib_open): Change tests for whether to search
5537 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5538 comments.
5539
5540 2003-06-19 Theodore A. Roth <troth@openavr.org>
5541
5542 * avr-tdep.c (avr_frame_address): Delete function.
5543 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5544 set_gdbarch_frame_args_address.
5545
5546 2003-06-19 Andrew Cagney <cagney@redhat.com>
5547
5548 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5549 (REGISTER_CONVERT_FROM_TYPE): Delete.
5550 (mips_register_convert_to_type): Delete declaration.
5551 (mips_register_convert_from_type): Delete declaration.
5552 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5553 kernel/.
5554
5555 2003-06-19 Michael Snyder <msnyder@redhat.com>
5556
5557 * linux-nat.h: New file.
5558 * linux-nat.c: Include linux-nat.h.
5559 * lin-lwp.c: Include linux-nat.h.
5560 Move struct lwp_info def to linux-nat.h.
5561 * linux-proc.c: Include linux-nat.h.
5562 (linux_make_note_section): Iterate over lwps instead of threads.
5563 (linux_do_thread_registers): Use lwp instead of merged pid.
5564 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
5565 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
5566 Add dependency on linux_nat_h.
5567
5568 2003-06-19 Theodore A. Roth <troth@openavr.org>
5569
5570 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5571
5572 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5573
5574 * varobj.c (get_type, get_target_type): Use check_typedef.
5575
5576 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5577
5578 * breakpoint.c (insert_catchpoint): Call internal_error.
5579
5580 2003-06-19 Theodore A. Roth <troth@openavr.org>
5581
5582 * avr-tdep.c (avr_push_dummy_code): Delete function.
5583 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5584
5585 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5586
5587 * arch-utils.c (default_prepare_to_proceed): Remove.
5588 (generic_prepare_to_proceed): Remove.
5589 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5590 (generic_prepare_to_proceed): Remove prototype.
5591 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5592 * gdbarch.c: Regenerate.
5593 * gdbarch.h: Regenerate.
5594 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5595 * hppah-nat.c (hppa_switched_threads): Remove.
5596 * infrun.c (prepare_to_proceed): New static function, copied from
5597 generic_prepare_to_proceed. Remove select_it argument.
5598 (proceed): Call prepare_to_proceed.
5599 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5600 variables.
5601 (ptrace_wait): Don't set the removed variables.
5602 (hppa_switched_threads): Remove.
5603 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5604 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5605 (lin_lwp_prepare_to_proceed): Remove prototype.
5606 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5607 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5608
5609 2003-06-18 Theodore A. Roth <troth@openavr.org>
5610
5611 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5612 trad-frame.h.
5613 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5614 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5615 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5616 (AVR_PROLOGUE_*): Enumerate prologue types.
5617 (struct frame_extra_info): Remove.
5618 (struct avr_unwind_cache): Define.
5619 (avr_write_sp): Delete function.
5620 (avr_read_fp): Ditto.
5621 (avr_init_extra_frame_info): Ditto.
5622 (avr_pop_frame): Ditto.
5623 (avr_frame_saved_pc): Ditto.
5624 (avr_saved_pc_after_call): Ditto.
5625 (avr_push_return_address): Ditto.
5626 (avr_frame_chain): Ditto.
5627 (avr_store_struct_return): Ditto.
5628 (avr_push_arguments): Ditto.
5629 (avr_scan_prologue): Update comments. Changed to set up the info for
5630 cache unwinding. Now returns end of prologue PC.
5631 (avr_skip_prologue): Better handling of functions lacking a prologue
5632 by using avr_scan_prologue.
5633 (avr_scan_arg_moves): New function.
5634 (avr_saved_regs_unwinder): Ditto.
5635 (avr_frame_unwind_cache): Ditto.
5636 (avr_unwind_pc): Ditto.
5637 (avr_frame_this_id): Ditto.
5638 (avr_frame_prev_register): Ditto.
5639 (avr_frame_p): Ditto.
5640 (avr_frame_base_address ): Ditto.
5641 (avr_unwind_dummy_id): Ditto.
5642 (avr_push_dummy_code): Ditto.
5643 (push_stack_item): Ditto.
5644 (pop_stack_item): Ditto.
5645 (avr_push_dummy_call): Ditto.
5646 (struct stack_item): Define.
5647 (avr_frame_unwind): Declare structure.
5648 (avr_frame_base): Ditto.
5649 (avr_gdbarch_init): Remove calls to
5650 set_gdbarch_deprecated_init_frame_pc,
5651 set_gdbarch_deprecated_target_read_fp,
5652 set_gdbarch_deprecated_dummy_write_sp,
5653 set_gdbarch_deprecated_fp_regnum,
5654 set_gdbarch_deprecated_push_arguments,
5655 set_gdbarch_deprecated_push_return_address,
5656 set_gdbarch_deprecated_pop_frame,
5657 set_gdbarch_deprecated_store_struct_return,
5658 set_gdbarch_deprecated_frame_init_saved_regs,
5659 set_gdbarch_deprecated_init_extra_frame_info,
5660 set_gdbarch_deprecated_frame_chain,
5661 set_gdbarch_deprecated_frame_saved_pc,
5662 set_gdbarch_deprecated_saved_pc_after_call.
5663 Add calls to set_gdbarch_push_dummy_call,
5664 set_gdbarch_push_dummy_code,
5665 frame_unwind_append_predicate,
5666 frame_base_set_default,
5667 set_gdbarch_unwind_dummy_id,
5668 set_gdbarch_unwind_pc.
5669 Wrap a long line.
5670
5671 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
5672
5673 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5674 registers for H8/300S.
5675 (h8300_print_registers_info): Ditto.
5676 (h8300_gdbarch_init): Accommodate register count for H8/300S.
5677
5678 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
5679
5680 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5681 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5682 (lin_lwp_wait): Likewise. Update comments.
5683 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5684 (pull_pid_from_list, linux_record_stopped_pid): New.
5685
5686 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5687
5688 * ada-lang.c (scan_discrim_bound): Name first argument.
5689 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5690 declared by ALL_BLOCK_SYMBOLS.
5691
5692 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5693
5694 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5695 ("regcache.h"): Include it.
5696 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5697
5698 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5699
5700 * NEWS: Mention gdbserver detach change and "disconnect" command.
5701 * infcmd.c (disconnect_command): New function.
5702 (_initialize_infcmd): Add ``disconnect'' command.
5703 * remote.c (remote_async_detach): Delete.
5704 (remote_detach): Merge remote_async_detach.
5705 (remote_disconnect): New.
5706 (init_remote_ops): Set to_disconnect.
5707 (init_remote_cisco_ops): Likewise.
5708 (init_remote_async_ops): Likewise. Use remote_detach.
5709 * target.c (cleanup_target): Default to_disconnect.
5710 (update_current_target): Inherit to_disconnect.
5711 (target_disconnect, debug_to_disconnect): New functions.
5712 (setup_target_debug): Set to_disconnect.
5713 * target.h (struct target_ops): Add to_disconnect.
5714 (target_disconnect): Add prototype.
5715
5716 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5717
5718 * breakpoint.c (insert_catchpoint): New function.
5719 (insert_breakpoints): Use catch_exceptions to call
5720 insert_catchpoint. Disable catchpoints if they fail to insert.
5721
5722 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5723
5724 * symfile.c (reread_symbols): Clear sym_private.
5725
5726 2003-06-17 Andrew Cagney <cagney@redhat.com>
5727
5728 * trad-frame.h (struct frame_info): Add opaque declaration.
5729 * remote-fileio.h (struct cmd_list_element): Add opaque
5730 declaration.
5731 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5732 comments.
5733
5734 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5735
5736 * remote.c (remote_prepare_to_store): Replace call to
5737 deprecated_read_register_bytes with multiple regcache_raw_read
5738 calls.
5739
5740 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5741
5742 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5743 (nto_find_and_open_solib): Likewise.
5744 (nto_init_solib_absolute_prefix): Likewise.
5745 (_initialize_nto_tdep): Fix indentation.
5746
5747 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5748
5749 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5750
5751 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5752
5753 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5754
5755 2003-06-17 Jim Blandy <jimb@redhat.com>
5756
5757 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5758
5759 2003-06-16 Theodore A. Roth <troth@openavr.org>
5760
5761 * avr-tdep.c (avr_extract_return_value): New function.
5762 (avr_gdbarch_init): Set extract_return_value method.
5763
5764 2003-06-16 Andrew Cagney <cagney@redhat.com>
5765
5766 * frame.h (deprecated_get_next_frame_hack): Declare.
5767 * frame.c (legacy_saved_regs_prev_register): Only require
5768 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5769 there are always saved regs.
5770 (deprecated_generic_get_saved_register): Do not require
5771 DEPRECATED_FRAME_INIT_SAVED_REGS.
5772 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5773 use frame ID unwind instead.
5774 (deprecated_get_next_frame_hack): New function.
5775
5776 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5777
5778 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5779 (h8300_push_dummy_call): ...this function. Some minor optimization.
5780 (h8300_push_return_address): Remove.
5781 (h8300_gdbarch_init): Remove calls to
5782 set_gdbarch_deprecated_dummy_write_sp,
5783 set_gdbarch_deprecated_push_arguments and
5784 set_gdbarch_deprecated_push_return_address.
5785 Add call to set_gdbarch_push_dummy_call.
5786
5787 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5788
5789 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5790 (E_PSEUDO_EXR_REGNUM): Ditto.
5791 (h8300_is_argument_spill): Check for instructions moving argument
5792 registers into safe registers.
5793 (h8300_skip_prologue): Check for stm instruction to push registers
5794 used for register variables onto stack.
5795 (gdb_print_insn_h8300): Remove.
5796 (h8300_examine_prologue): Add a comment.
5797 (h8300_register_name): Take pseudo registers into account.
5798 (h8300s_register_name): Ditto.
5799 (h8300sx_register_name): Ditto.
5800 (h8300_print_register): Ditto.
5801 (h8300_print_registers_info): Define "nice" printing order.
5802 (h8300_saved_pc_after_call): Take pseudo registers into account.
5803 (h8300_register_type): Ditto. Return type used for remote connection
5804 when requesting real CCR or EXR register, return actual type when
5805 requesting pseudo CCR or EXR.
5806 (h8300_pseudo_register_read): New function.
5807 (h8300_pseudo_register_write): Ditto.
5808 (h8300_dbg_reg_to_regnum): Ditto.
5809 (h8300s_dbg_reg_to_regnum): Ditto.
5810 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5811 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5812 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5813 set_gdbarch_print_insn architecture dependent.
5814 Call set_gdbarch_pseudo_register_read and
5815 set_gdbarch_pseudo_register_write.
5816 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5817
5818 2003-06-16 Andrew Cagney <cagney@redhat.com>
5819
5820 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5821 * gdbarch.h, gdbarch.c: Re-generate.
5822 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5823 * s390-tdep.c (s390_gdbarch_init): Update.
5824 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5825 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5826 * mips-tdep.c (mips_gdbarch_init): Update.
5827 * mcore-tdep.c (mcore_gdbarch_init): Update.
5828 * cris-tdep.c (cris_gdbarch_init): Update.
5829 * infcall.c (call_function_by_hand): Update.
5830 * ia64-tdep.c (ia64_push_arguments): Update comment.
5831 * frame.c (legacy_get_prev_frame): Do not assume
5832 SAVE_DUMMY_FRAME_TOS_P.
5833 * dummy-frame.c (find_dummy_frame): Update comment.
5834
5835 2003-06-16 Andrew Cagney <cagney@redhat.com>
5836
5837 * regcache.c (do_cooked_read): Do not use register_valid_p.
5838
5839 2003-06-15 Theodore A. Roth <troth@openavr.org>
5840
5841 * avr-tdep.c (avr_register_type): Remove a blank line.
5842 (avr_scan_prologue): Correct some comments.
5843
5844 2003-06-15 Theodore A. Roth <troth@openavr.org>
5845
5846 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5847 prologue types.
5848 Properly scan prologues generated by gcc with the -mcall-prologues
5849 option.
5850 Add code to scan -mcall-prologues for mega devices.
5851
5852 2003-06-15 Theodore A. Roth <troth@openavr.org>
5853
5854 * avr-tdep.c (avr_register_byte): Delete function.
5855 (avr_register_raw_size): Delete function.
5856 (avr_register_virtual_size): Delete function.
5857 (avr_register_virtual_type): Delete function.
5858 (avr_register_type): New function.
5859 (avr_address_to_pointer): Remove unused code.
5860 (avr_read_fp): Need to read FP as two separate bytes due to change to
5861 avr_register_type() usage.
5862 (avr_gdbarch_init): Don't set deprecated_register_size.
5863 Don't set deprecated_register_bytes.
5864 Don't set deprecated_register_byte.
5865 Don't set deprecated_register_raw_size.
5866 Don't set deprecated_max_register_raw_size.
5867 Don't set deprecated_register_virtual_size.
5868 Don't set deprecated_max_register_virtual_size.
5869 Don't set deprecated_register_virtual_type.
5870 Set register_type method.
5871
5872 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
5873
5874 * Makefile.in (linux-nat.o): Add rule.
5875 * linux-nat.c: New file.
5876 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5877 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5878 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5879 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5880 * config/arm/linux.mh (NATDEPFILES): Likewise.
5881 * config/i386/linux.mh (NATDEPFILES): Likewise.
5882 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5883 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5884 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5885 * config/mips/linux.mh (NATDEPFILES): Likewise.
5886 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5887 * config/s390/s390.mh (NATDEPFILES): Likewise.
5888 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5889
5890 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5891
5892 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5893 replace out-of-date comment.
5894
5895 2003-06-15 Andrew Cagney <cagney@redhat.com>
5896
5897 * rdi-share/host.h (Fail): Change to a varargs function.
5898 * remote-rdi.c (Fail): Update.
5899
5900 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5901
5902 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5903 (i386_convert_register_p, i386_register_to_value,
5904 i386_register_from_value): Handle types longer than 8 bytes.
5905
5906 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5907
5908 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5909 Move floating-point code to new function in i387-tdep.c.
5910 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5911 New functions containing code moved here from i386-tdep.c.
5912 * i387-tdep.h: Add opaque declaration for `struct type'.
5913 (i387_register_to_value, i387_value_to_register): New prototypes.
5914 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5915 (x86_64_init_abi): Set convert_register_p, register_to_value and
5916 value_to_register here.
5917
5918 2003-06-14 Andrew Cagney <cagney@redhat.com>
5919
5920 * mips-tdep.c (mips_register_to_value): Make static.
5921 (mips_value_to_register): Make static.
5922 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5923 * ia64-tdep.c (ia64_register_raw_size): Make static.
5924 (ia64_register_virtual_size): Make static.
5925 (ia64_register_byte): Make static.
5926 * i387-tdep.c: Include "i387-tdep.h".
5927 (print_387_control_word): Delete function.
5928 (print_387_status_word): Delete function.
5929 (print_387_status_bits): Delete function.
5930 (print_387_control_bits): Delete function.
5931 * Makefile.in (i387-tdep.o): Update dependencies.
5932 * rdi-share/host.h (Fail): Declare.
5933 * remote-rdi.c (Fail): Update to match declaration.
5934
5935 2003-06-14 Andrew Cagney <cagney@redhat.com>
5936
5937 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5938 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5939 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5940 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5941 * README: Delete reference to remote-array.
5942 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5943 (remote-array.o): Delete target.
5944 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5945 * remote-array.c: Delete file.
5946
5947 2003-06-14 Andrew Cagney <cagney@redhat.com>
5948 Mark Kettenis <kettenis@gnu.org>
5949
5950 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5951 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5952 parameter with "frame".
5953 * gdbarch.h, gdbarch.c: Re-generate.
5954 * frame.h (put_frame_register): Declare.
5955 * frame.c (put_frame_register): New function.
5956 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5957 (legacy_register_to_value): Rewrite, use "frame" to get the
5958 register value.
5959 (legacy_value_to_register): Rewrite, use "frame" to find the
5960 register's location before storing.
5961 * arch-utils.h (legacy_convert_register_p): Update.
5962 (legacy_register_to_value, legacy_value_to_register): Update.
5963 * findvar.c (value_from_register): Rewrite, eliminate use of
5964 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5965 "frame" to REGISTER_TO_VALUE.
5966 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5967 lval_reg_frame_relative + lval_register branch of the switch. Do
5968 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5969 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5970 I386_EDI_REGNUM): New defines.
5971 (i386_next_regnum, i386_convert_register_p,
5972 i386_register_to_value, i386_value_to_register): New functions.
5973 (i386_register_convertible, i386_register_convert_to_virtual,
5974 i386_convert_to_raw): Remove functions.
5975 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5976 value_to_register instead of register_convertible,
5977 register_convert_to_virtual and register_convert_to_raw.
5978 * mips-tdep.c (mips_convert_register_p): New function.
5979 (mips_value_to_register): Replace mips_register_convert_from_type.
5980 (mips_register_to_value): Replace mips_register_convert_to_type.
5981 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5982 register_to_value.
5983 * alpha-tdep.c (alpha_convert_register_p): Update.
5984 (alpha_value_to_register): Update, store the register.
5985 (alpha_register_to_value): Update, fetch the register.
5986
5987 2003-06-14 Theodore A. Roth <troth@openavr.org>
5988
5989 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5990 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5991 Don't set deprecated_call_dummy_words.
5992 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5993 Don't set remote_translate_xfer_address.
5994 (avr_io_reg_read_command): Remove commented out debug printf.
5995 Wrap a long line.
5996
5997 2003-06-14 Theodore A. Roth <troth@openavr.org>
5998
5999 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
6000 causes gdb to seg fault.
6001
6002 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
6003
6004 * sparc-nat.c (fetch_inferior_registers): Correct
6005 a reference to "registers".
6006
6007 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
6008
6009 * Makefile.in (exc_request_U_h): Define
6010 (exc_request_S_h): Likewise.
6011 (msg_reply_S_h): Likewise.
6012 (msg_U_h): Likewise.
6013 (notify_S_h): Likewise.
6014 (process_reply_S_h): Likewise.
6015 (gnu-nat.o): Depend on gdb_obstack_h
6016 * gnu-nat.c: Include "gdb_obstack.h".
6017
6018 2003-06-13 Andrew Cagney <cagney@redhat.com>
6019
6020 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
6021 * gdbarch.h, gdbarch.c: Re-generate.
6022
6023 2003-06-13 Andrew Cagney <cagney@redhat.com>
6024
6025 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
6026 when deprecated REGISTER macros can be deleted.
6027 * gdbarch.h, gdbarch.c: Re-generate.
6028
6029 2003-06-13 Jim Blandy <jimb@redhat.com>
6030
6031 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
6032 Linux entry point symbols for _dl_debug_state, too.
6033
6034 2003-06-13 Andrew Cagney <cagney@redhat.com>
6035
6036 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
6037 available, do not use the FP register, and always save the TOS.
6038 * dummy-frame.c (dummy_frame_this_id): Do not assert
6039 SAVE_DUMMY_FRAME_TOS.
6040 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
6041 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
6042 (i386_push_dummy_call): Add 8 to the returned SP.
6043 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
6044 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
6045 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
6046 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
6047 (x86_64_push_dummy_call): Return "sp + 16".
6048 (x86_64_init_abi): Do not set save_dummy_frame_tos.
6049 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6050 save_dummy_frame_tos.
6051
6052 2003-06-13 Jim Blandy <jimb@redhat.com>
6053
6054 * frv-tdep.c (frv_use_struct_convention): Delete static
6055 declaration for function deleted in my change of 2003-06-12.
6056
6057 2003-06-13 Theodore A. Roth <troth@openavr.org>
6058
6059 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
6060 (avr_pointer_to_address): Shift code addrs left 1 bit.
6061 (avr_convert_from_func_ptr_addr): Delete function since operation is
6062 better handled by avr_address_to_pointer and avr_pointer_to_address.
6063 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
6064
6065 2003-06-13 Mark Kettenis <kettenis@gnu.org>
6066
6067 From Kelley Cook <kelleycook@wideopenwest.com>:
6068 * configure.host: Accept i[34567]86 variants.
6069 * configure.tgt: Likewise.
6070 * nlm/configure.in: Likewise.
6071 * nlm/configure: Regenerated.
6072
6073 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
6074
6075 * arm-tdep.c (solib-svr4.h): Dont' include it.
6076 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
6077 * arm-linux-tdep.c: ... here. Make static.
6078 (arm_linux_init_abi): Register it.
6079 (solib-svr4.h): Include it.
6080 * Makefile.in: Update dependencies.
6081 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
6082 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
6083
6084 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
6085
6086 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
6087 indicate registers used for return values.
6088 (struct frame_extra_info): Drop args_pointer and locals_pointer.
6089 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
6090 members.
6091 (h8300_init_extra_frame_info): Ditto.
6092 (h8300_frame_locals_address): Removed.
6093 (h8300_frame_args_address): Removed.
6094 (h8300_extract_return_value): Use new regcache structure. Only care
6095 for 16 bit CPUs.
6096 (h8300h_extract_return_value): Same function for 32 bit CPUs.
6097 (h8300_store_return_value): Use new regcache structure. Only care
6098 for 16 bit CPUs.
6099 (h8300h_store_return_value): Same function for 32 bit CPUs.
6100 (h8300_store_struct_return): Removed.
6101 (h8300_extract_struct_value_address): Use new regcache structure.
6102 (h8300h_extract_struct_value_address): Removed.
6103 (h8300_push_dummy_code): New function.
6104 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
6105 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
6106 set_gdbarch_store_return_value architecture dependent.
6107 Call set_gdbarch_push_dummy_code and
6108 set_gdbarch_extract_struct_value_address.
6109 Remove calls to set_gdbarch_frame_args_address,
6110 set_gdbarch_frame_locals_address,
6111 set_gdbarch_deprecated_store_struct_return,
6112 set_gdbarch_deprecated_extract_return_value,
6113 set_gdbarch_deprecated_extract_struct_value_address,
6114 set_gdbarch_deprecated_call_dummy_words and
6115 set_gdbarch_deprecated_sizeof_call_dummy_words.
6116
6117 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
6118
6119 * h8300-tdep.c (h8300_register_byte): Remove.
6120 (h8300h_register_byte): Remove.
6121 (h8300_register_virtual_type): Remove. Substitute by...
6122 (h8300_register_type): New function.
6123 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
6124 (h8300h_extract_struct_value_address): Ditto.
6125 (h8300_gdbarch_init): Drop calls to
6126 set_gdbarch_deprecated_register_byte and
6127 set_gdbarch_deprecated_register_virtual_type.
6128 Add call to set_gdbarch_register_type.
6129
6130 2003-06-13 Andrew Cagney <cagney@redhat.com>
6131
6132 * gdbarch.sh: Update comments on registers.
6133 (deprecated_register_byte): Rename register_byte.
6134 (deprecated_register_raw_size): Rename register_raw_size.
6135 (deprecated_register_virtual_size): Rename register_virtual_size.
6136 (deprecated_register_virtual_type): Rename register_virtual_type.
6137 * gdbarch.h, gdbarch.c: Re-generate.
6138 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6139 * vax-tdep.c (vax_gdbarch_init): Update.
6140 * v850-tdep.c (v850_gdbarch_init): Update.
6141 * sparc-tdep.c (sparc_gdbarch_init): Update.
6142 * sh-tdep.c (sh_gdbarch_init): Update.
6143 * s390-tdep.c (s390_gdbarch_init): Update.
6144 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6145 * ns32k-tdep.c: Update.
6146 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6147 * mips-tdep.c (mips_gdbarch_init): Update.
6148 * mcore-tdep.c (mcore_gdbarch_init): Update.
6149 * m68k-tdep.c (m68k_gdbarch_init): Update.
6150 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6151 * ia64-tdep.c (ia64_gdbarch_init): Update.
6152 * hppa-tdep.c (hppa_gdbarch_init): Update.
6153 * h8300-tdep.c (h8300_gdbarch_init): Update.
6154 * frv-tdep.c (frv_gdbarch_init): Update.
6155 * cris-tdep.c (cris_gdbarch_init): Update.
6156 * avr-tdep.c (avr_gdbarch_init): Update.
6157 * alpha-tdep.c (alpha_gdbarch_init): Update.
6158 * arm-tdep.c (arm_gdbarch_init): Update.
6159
6160 2003-06-13 Andrew Cagney <cagney@redhat.com>
6161
6162 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
6163 mips_o32_use_struct_convention with always_use_struct_convention.
6164
6165 2003-06-12 David Carlton <carlton@kealia.com>
6166
6167 * cp-namespace.c (cp_set_block_scope): Comment out
6168 processing_has_namespace_info branch.
6169
6170 2003-06-12 Jim Blandy <jimb@redhat.com>
6171
6172 Recognize and skip 64-bit PowerPC Linux linkage functions.
6173 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
6174 insn_pattern, insns_match_pattern, d_field, ds_field): New
6175 functions, macros, and types for working with PPC instructions.
6176 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
6177 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
6178 ppc64_skip_trampoline_code): New functions, variables, and macros
6179 for recognizing and skipping linkage functions.
6180 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
6181 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
6182
6183 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
6184 register offsets for both the 32- and 64-bit interfaces.
6185
6186 Actually finish the job started by my change of 2003-05-29.
6187 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
6188 other #definition of this.
6189 (ppc_linux_skip_trampoline_code): Remove declaration.
6190 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
6191 static.
6192 (ppc_linux_init_abi): Register it as the skip_trampoline_code
6193 method for GDBARCH.
6194
6195 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
6196 'long' on ppc64-*-linux*.
6197
6198 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
6199 isn't #defined, assume the register doesn't exist: act as if
6200 tdep->ppc_mq_regnum were -1.
6201
6202 * configure.host, configure.tgt: Add entries for
6203 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
6204 powerpc/linux.mt.
6205 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
6206 New files.
6207
6208 * arch-utils.c (always_use_struct_convention): New function.
6209 * arch-utils.h (always_use_struct_convention): New prototype.
6210 * alpha-tdep.c (alpha_use_struct_convention): Delete.
6211 (alpha_gdbarch_init): Register always_use_struct_convention,
6212 instead of alpha_use_struct_convention.
6213 * cris-tdep.c (cris_use_struct_convention): Delete.
6214 (cris_gdbarch_init): Register always_use_struct_convention,
6215 instead of cris_use_struct_convention.
6216 * frv-tdep.c (frv_use_struct_convention): Delete.
6217 (frv_gdbarch_init): Register always_use_struct_convention,
6218 instead of frv_use_struct_convention.
6219 * h8300-tdep.c (h8300_use_struct_convention): Delete.
6220 (h8300_gdbarch_init): Register always_use_struct_convention,
6221 instead of h8300_use_struct_convention.
6222 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
6223 (mips_o32_gdbarch_init): Register always_use_struct_convention,
6224 instead of mips_o32_use_struct_convention.
6225
6226 2003-06-12 Andrew Cagney <cagney@redhat.com>
6227
6228 * wince.c: Include "mips-tdep.h".
6229 * mips-tdep.h (mips_next_pc): Declare.
6230 * mcore-tdep.c: Make more local functions static.
6231 * Makefile.in (wince.o): Update dependencies.
6232
6233 2003-06-12 David Carlton <carlton@kealia.com>
6234
6235 * symtab.c (lookup_symbol_aux_minsyms): Replace
6236 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
6237 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
6238 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
6239 SYMBOL_NATURAL_NAME.
6240
6241 2003-06-12 Andreas Schwab <schwab@suse.de>
6242
6243 * Makefile.in (tuiDisassem.o): Update dependencies.
6244
6245 2003-06-12 David Carlton <carlton@bactrian.org>
6246
6247 * symtab.h: Delete declaration of make_symbol_overload_list.
6248 Add declaration of lookup_partial_symbol.
6249 * symtab.c (remove_params): Move to cp-support.c.
6250 (overload_list_add_symbol, make_symbol_overload_list)
6251 (sym_return_val_size, sym_return_val_index): Ditto.
6252 (lookup_partial_symbol): Make extern.
6253 * cp-support.h: Add declaration of make_symbol_overload_list.
6254 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
6255 symtab.h, and block.h.
6256 (remove_params): Move here from symtab.c.
6257 (overload_list_add_symbol, make_symbol_overload_list)
6258 (sym_return_val_size, sym_return_val_index): Ditto.
6259 * valops.c: Include cp-support.h.
6260 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
6261 frame_h, and block_h.
6262 (valops.o): Depend on cp_support_h.
6263
6264 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
6265
6266 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
6267 substitute by NUM_REGS throughout.
6268 (h8300_register_name): Only care for H8/300 and H8/300H registers.
6269 (h8300s_register_name): New function for H8S registers.
6270 (h8300sx_register_name): Ditto for H8SX registers.
6271 (h8300_print_register): Revise register printing, avoid depending
6272 on 32 bit long.
6273 (h8300_register_byte): Only care for H8/300 registers.
6274 (h8300h_register_byte): New function for any other architecture.
6275 (h8300_register_raw_size): Remove.
6276 (h8300_register_virtual_type): Revise to return actually useful
6277 type.
6278 (h8300_extract_struct_value_address): Only care for H8/300 registers.
6279 (h8300h_extract_struct_value_address): New function for any other
6280 architecture.
6281 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
6282 set_gdbarch_register_name, set_gdbarch_register_byte,
6283 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
6284 Remove calls to set_gdbarch_deprecated_register_size,
6285 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
6286 set_gdbarch_deprecated_max_register_raw_size,
6287 set_gdbarch_register_virtual_size and
6288 set_gdbarch_deprecated_max_register_virtual_size entirely.
6289 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
6290 set_gdbarch_long_double_bit.
6291
6292 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6293
6294 * doublest.c (convert_doublest_to_floatformat): When dealing
6295 with the implied integer bit, only alter mant_bits if we are
6296 processing a full 32 bits of mantissa.
6297
6298 2003-06-11 David Carlton <carlton@bactrian.org>
6299
6300 * dictionary.h: New.
6301 * dictionary.c: New.
6302 * block.h: Add opaque declaration for struct dictionary.
6303 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
6304 'sym' members.
6305 (BLOCK_DICT): New macro.
6306 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
6307 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
6308 BLOCK_SHOULD_SORT.
6309 (ALL_BLOCK_SYMBOLS): Update definition.
6310 * Makefile.in (SFILES): Add dictionary.c.
6311 (dictionary_h): New.
6312 (COMMON_OBS): Add dictionary.o.
6313 (dictionary.o): New.
6314 (ada-lang.o): Depend on dictionary_h.
6315 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
6316 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
6317 (mi-cmd-stack.o): Ditto.
6318 (gdbtk-cmds.o): Update dependencies.
6319 (gdbtk-stack.o): Ditto.
6320 * ada-lang.c: Include dictionary.h.
6321 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
6322 (fill_in_ada_prototype, debug_print_block): Ditto.
6323 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
6324 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
6325 'is_sorted'.
6326 * mdebugread.c: Include dictionary.h.
6327 (struct parse_stack): Delete 'maxsyms' member.
6328 (parse_symbol): Update calls to new_block. Delete calls to
6329 shrink_block. Use dictionary methods.
6330 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
6331 Update calls to new_symtab. Don't maintain maxsyms data.
6332 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
6333 (add_symbol): Just call dict_add_symbol.
6334 (new_symtab): Delete 'maxsyms' argument.
6335 (new_symtab): Update calls to new_block.
6336 (new_block): Delete 'maxsyms' argument; add 'function' argument.
6337 (shrink_block): Delete function.
6338 (fixup_sigtramp): Update call to new_block. Add symbol via
6339 dict_add_symbol.
6340 * jv-lang.c: Include dictionary.h.
6341 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
6342 appropriately. Set class_symtab->free_func. Make sure the
6343 blockvector is big enough to hold two blocks.
6344 (add_class_symtab_symbol): Use dictionary methods.
6345 (free_class_block): New function.
6346 (type_from_class): Replace explicit iteration by
6347 ALL_BLOCK_SYMBOLS.
6348 * symtab.h (struct symtab): Replace 'free_ptr' method by
6349 'free_func'.
6350 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
6351 sort_symtab_syms.
6352 * dwarfread.c (psymtab_to_symtab_1): Delete call to
6353 sort_symtab_syms.
6354 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
6355 Include dictionary.h.
6356 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
6357 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
6358 sort_symtab_syms.
6359 * objfiles.c: Include dictionary.h.
6360 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
6361 * buildsym.c: Include dictionary.h.
6362 (finish_block): Use dictionary methods.
6363 (end_symtab): Set free_func to NULL, not free_ptr.
6364 * tracepoint.c: Include dictionary.h.
6365 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
6366 (scope_info): Ditto.
6367 * stack.c: Include dictionary.h.
6368 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
6369 (print_block_frame_labels, print_frame_arg_vars)
6370 (print_frame_args): Ditto.
6371 * symmisc.c (free_symtab_block): Use dictionary methods.
6372 (dump_symtab): Ditto.
6373 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
6374 Include dictionary.h.
6375 * symfile.h: Delete declarations of sort_block_syms,
6376 sort_symtab_syms.
6377 * symfile.c (sort_block_syms): Delete.
6378 (sort_symtab_syms): Delete.
6379 * symtab.c: Include dictionary.h.
6380 (lookup_block_symbol): Use dictionary iterators.
6381 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
6382 (search_symbols, make_symbol_completion_list): Ditto.
6383 (make_symbol_overload_list): Ditto.
6384 * valops.c (value_of_local): Use dict_empty.
6385 Include dictionary.h.
6386
6387 2003-06-11 J. Brobecker <brobecker@gnat.com>
6388
6389 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
6390
6391 2003-06-11 David Carlton <carlton@bactrian.org>
6392
6393 * block.h (BLOCK_SHOULD_SORT): Delete.
6394 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
6395 blocks.
6396 * ada-lang.c (ada_add_block_symbols): Ditto.
6397 * symfile.c (sort_block_syms): Delete.
6398 (sort_symtab_syms): Ditto.
6399 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
6400 declarations.
6401 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
6402 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
6403 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
6404 * dwarfread.c (psymtab_to_symtab_1): Ditto.
6405 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
6406 * mdebugread.c (psymtab_to_symtab_1): Ditto.
6407 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
6408
6409 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6410
6411 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
6412 bits to 128.
6413
6414 2003-06-11 Andrew Cagney <cagney@redhat.com>
6415
6416 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
6417 REGISTER_CONVERTIBLE.
6418 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
6419 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
6420 * gdbarch.h, gdbarch.c: Re-generate.
6421 * arch-utils.h (deprecated_register_convertible_not): Rename
6422 generic_register_convertible_not.
6423 * arch-utils.c (deprecated_register_convertible_not): Rename
6424 generic_register_convertible.
6425 (legacy_convert_register_p, legacy_register_to_value): Update.
6426 * sh-tdep.c (sh64_push_arguments): Update.
6427 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
6428 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
6429 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
6430 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
6431 * arch-utils.c (legacy_value_to_register): Update.
6432 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6433 (rs6000_register_convert_to_raw): Make parameter "from" const.
6434 * mips-tdep.c (mips_gdbarch_init): Update.
6435 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
6436 * infcmd.c (default_print_registers_info): Update.
6437 * ia64-tdep.c (ia64_gdbarch_init): Update.
6438 (ia64_register_convert_to_raw): Make parameter "from" const.
6439 * i386-tdep.c (i386_gdbarch_init): Update.
6440 (i386_register_convert_to_raw): Update.
6441
6442 2003-06-11 Andrew Cagney <cagney@redhat.com>
6443
6444 * remote-fileio.c: Include "remote-fileio.h".
6445 * Makefile.in (remote-fileio.o): Update dependencies.
6446 (remote_fileio_h): Fix typo.
6447
6448 2003-06-11 Andrew Cagney <cagney@redhat.com>
6449
6450 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
6451 (xstormy16_save_dummy_frame_tos): Make static.
6452 (_initialize_xstormy16_tdep): Add declaration.
6453 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6454 * v850-tdep.c: Make local functions static.
6455 (_initialize_v850_tdep): Add declaration.
6456 * sparc-tdep.c: Make local functions static.
6457 (_initialize_sparc_tdep): Add declaration.
6458 * sh-tdep.c: Make local functions static.
6459 (_initialize_sh_tdep): Add declaration.
6460 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
6461 * s390-tdep.c: Make local functions static.
6462 (_initialize_s390_tdep): Add declaration.
6463 * dbxread.c (find_stab_function_addr): Make static.
6464 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
6465 * ocd.c (_initialize_remote_ocd): Add declaration.
6466 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
6467 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
6468 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
6469 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
6470 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6471 * remote-array.c (_initialize_array): Add declaration.
6472 (_initialize_remote_monitors): Add declaration.
6473 * remote-mips.c: Make local functions static.
6474 (_initialize_remote_mips): Add declaration.
6475 * mcore-tdep.c: Make all local functions static.
6476 (_initialize_mcore_tdep): Add declaration.
6477 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
6478 * abug-rom.c (_initialize_abug_rom): Add declaration.
6479 * rom68k-rom.c (_initialize_rom68k): Add declaration.
6480 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
6481 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6482 * remote-est.c (_initialize_est): Add declaration.
6483 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6484 (m68hc11_call_dummy_address): Make static.
6485 * ia64-tdep.c: Make local functions static.
6486 (_initialize_ia64_tdep): Add declaration.
6487 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
6488 * monitor.c (monitor_wait_filter): Make static.
6489 (_initialize_remote_monitors): Add declaration.
6490 * remote-hms.c (_initialize_remote_hms): Add declaration.
6491 * remote-e7000.c (fetch_regs_from_dump): Make static.
6492 (expect_n): Make static.
6493 (_initialize_remote_e7000): Add declaration.
6494 * ser-e7kpc.c: Always include "defs.h".
6495 (_initialize_ser_e7000pc): Add declaration.
6496 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6497 * cris-tdep.c: Make all but one function static.
6498 (_initialize_cris_tdep): Add declaration.
6499 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6500 * solib.c (update_solib_list): Make static.
6501 (_initialize_solib): Add declaration.
6502 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
6503 (_initialize_avr_tdep): Add declaration.
6504 * remote-rdi.c (voiddummy): Make static.
6505 (_initialize_remote_rdi): Add declaration.
6506 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6507 * remote-rdp.c (send_rdp): Make static.
6508 (_initialize_remote_rdp): Add declaration.
6509 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6510
6511 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
6512
6513 * remote-fileio.c: Make ari happy.
6514
6515 2003-06-10 J. Brobecker <brobecker@gnat.com>
6516
6517 * rs6000-nat.c (child_xfer_memory): Compute the right address when
6518 fetching the trailing bytes of the buffer we are about to write.
6519
6520 2003-06-10 Andrew Cagney <cagney@redhat.com>
6521
6522 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6523 * Makefile.in (remote-fileio.o): Update dependencies.
6524 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
6525 include <setjmp.h>, or <sys/types.h> conditional on USG.
6526 (remote_fio_jmp_buf): Delete global variable.
6527
6528 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
6529 Martin M. Hunt <hunt@redhat.com>
6530
6531 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6532 (SFILES): Add remote-fileio.c.
6533 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
6534 dependencies for building remote.o.
6535 * remote-fileio.c: New file implementing the remote File-I/O protocol.
6536 * remote-fileio.h: New header file defining remote File-I/O interface.
6537 * remote.c (remote_write_bytes, remote_read_bytes): Remove
6538 static storage class.
6539 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6540 'F' packet.
6541 (_initialize_remote): Call initialize_remote_fileio().
6542 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
6543 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6544 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6545 (captured_main): Initialize new ui_files.
6546 * ui-file.c: Add read and fgets input functions.
6547 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6548 (null_file_read): New function.
6549 (ui_file_read): New function.
6550 (set_ui_file_read): New function.
6551 (stdio_file_read): New function.
6552 * ui-file.h: New type ui_file_read_ftype.
6553 (set_ui_file_read): Declare.
6554 (ui_file_read): Declare.
6555
6556 2003-06-09 Andrew Cagney <cagney@redhat.com>
6557
6558 * frame.h (deprecated_unwind_get_saved_register): Rename
6559 generic_unwind_get_saved_register, update comments.
6560 * mips-tdep.c (mips_get_saved_register): Update.
6561 * frame.c (deprecated_unwind_get_saved_register): Update.
6562
6563 2003-06-09 Andrew Cagney <cagney@redhat.com>
6564
6565 * vax-tdep.c (vax_frame_locals_address): Delete function.
6566 (vax_gdbarch_init): Do not set frame_locals_address.
6567 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6568 (m68hc11_gdbarch_init): Do not set frame_locals_address.
6569 * s390-tdep.c (s390_frame_args_address): Delete function.
6570 (s390_gdbarch_init): Do not set frame_args_address or
6571 frame_locals_address.
6572 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6573 (ns32k_gdbarch_init): Do not set frame_locals_address.
6574 * hppa-tdep.c (hppa_frame_args_address): Delete function.
6575 (hppa_frame_locals_address): Delete function.
6576 (hppa_gdbarch_init): Do not set frame_args_address, or
6577 frame_locals_address.
6578 * arm-tdep.c (arm_frame_args_address): Delete.
6579 (arm_frame_locals_address): Delete.
6580 (arm_gdbarch_init): Do not set frame_args_address, or
6581 frame_locals_address.
6582
6583 2003-06-09 Andrew Cagney <cagney@redhat.com>
6584
6585 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6586 * gdbarch.h, gdbarch.c: Re-generate.
6587 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6588 * arch-utils.c (frame_num_args_unknown): Delete function.
6589 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6590 (frame_info): Use FRAME_NUM_ARGS_P.
6591 * arm-tdep.c (arm_frame_num_args): Delete function.
6592 (arm_gdbarch_init): Do not set frame_num_args.
6593 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6594 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6595 (hppa_gdbarch_init): Do not set frame_num_args.
6596 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6597 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6598 frame_num_args to default frame_num_args_unknown.
6599 * v850-tdep.c (v850_gdbarch_init): Ditto.
6600 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6601 * sh-tdep.c (sh_gdbarch_init): Ditto.
6602 * s390-tdep.c (s390_gdbarch_init): Ditto.
6603 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6604 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6605 * mips-tdep.c (mips_gdbarch_init): Ditto.
6606 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6607 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6608 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6609 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6610 * i386-tdep.c (i386_gdbarch_init): Ditto.
6611 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6612 * frv-tdep.c (frv_gdbarch_init): Ditto.
6613 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6614 * cris-tdep.c (cris_gdbarch_init): Ditto.
6615 * avr-tdep.c (avr_gdbarch_init): Ditto.
6616 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6617
6618 2003-06-09 Andrew Cagney <cagney@redhat.com>
6619
6620 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6621 (print_frame_args): Moved to "stack.c".
6622 * stack.c: Include "gdb_assert.h".
6623 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6624 (print_frame_args): Moved from "printcmd.c".
6625 * frame.h (print_frame_args): Delete declaration.
6626 * Makefile.in (stack.o): Update dependencies.
6627
6628 2003-06-08 Andrew Cagney <cagney@redhat.com>
6629
6630 * frame.c (get_prev_frame): Remove reference to
6631 frame_args_address_correct in comments.
6632 * frame-base.c (default_frame_args_address): Delete code
6633 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6634 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6635 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6636 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6637 (vax_frame_args_address_correct): Delete declaration.
6638
6639 2003-06-08 Andrew Cagney <cagney@redhat.com>
6640
6641 * gdbarch.sh (UNWIND_SP): Add.
6642 * gdbarch.h, gdbarch.c: Re-generate.
6643 * frame.c (frame_sp_unwind): New function.
6644 (get_frame_sp): New function.
6645 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6646 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6647 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6648 value.
6649 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6650 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6651
6652 2003-06-08 Andrew Cagney <cagney@redhat.com>
6653
6654 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6655 REMOTE_BREAKPOINT.
6656 * remote.c: Update.
6657 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6658 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6659 * config/m68k/tm-sun3.h: Update.
6660 * config/m68k/tm-m68klynx.h: Update.
6661 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6662
6663 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6664 trad_frame". Update comments.
6665 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6666 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6667 (trad_frame_register_value, trad_frame_prev_register): Update.
6668
6669 2003-06-08 Andrew Cagney <cagney@redhat.com>
6670
6671 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6672 from GCC's acinclude.m4.
6673 * configure.in: Check for getopt's delcaration.
6674 * aclocal.m4, config.in, configure: Re-generate.
6675 * main.c (error_init): Delete declaration.
6676 * defs.h (error_init): Declare.
6677 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6678 (rs6000_convert_from_func_ptr_addr): Make static.
6679 (_initialize_rs6000_tdep): Add declaration.
6680 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6681 (show_commands, set_verbose, show_history): Delete declaration.
6682 * top.h (set_verbose): Add declaration.
6683 (show_history, set_history, show_commands): Add declaration.
6684 (do_restore_instream_cleanup): Add declaration.
6685 * objc-lang.c (specialcmp): Make static.
6686 (print_object_command): Make static.
6687 (find_objc_msgsend): Make static.
6688 (find_objc_msgcall_submethod_helper): Make static.
6689 (find_objc_msgcall_submethod): Make static.
6690 (_initialize_objc_language): Add declaration.
6691 (find_implementation_from_class): Make static.
6692 (find_implementation): Make static.
6693 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6694 * objc-lang.h (lookup_struct_typedef): Add declaration.
6695 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6696 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6697 (do_restore_user_call_depth): Make static.
6698 (do_restore_instream_cleanup): Delete declaration.
6699 (dont_repeat): Delete declaration.
6700 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6701 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6702 * reggroups.c (_initialize_reggroup): Add declaration.
6703 * cp-support.c (_initialize_cp_support): Add declaration.
6704 * cp-abi.c (_initialize_cp_abi): Add declaration.
6705 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6706 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6707 (_initialize_gnu_v3_abi): Add declaration.
6708 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6709 (_initialize_gnu_v2_abi): Add declaration.
6710 * frame-base.c (_initialize_frame_base): Add declaration.
6711 * doublest.c (floatformat_from_length): Make static.
6712 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6713 * frame.c (create_sentinel_frame): Make static.
6714 (_initialize_frame): Add declaration.
6715 * top.c (do_catch_errors): Make static.
6716 (gdb_rl_operate_and_get_next_completion): Make static.
6717 * typeprint.c: Include "typeprint.h".
6718 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6719 (sentinel_frame_this_id): Make static.
6720 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6721 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6722 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6723 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6724 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6725 * maint.c (maintenance_print_architecture): Make static.
6726 * signals/signals.c (_initialize_signals): Add declaration.
6727 * std-regs.c (_initialize_frame_reg): Add declaration.
6728 * jv-exp.y (push_variable): ISO C definition.
6729 (push_qualified_expression_name): Ditto.
6730 * memattr.c (_initialize_mem): Add declaration.
6731 * remote.c (remote_check_watch_resources): Make static.
6732 (remote_stopped_by_watchpoint): Make static.
6733 (remote_stopped_data_address): Make static.
6734 * d10v-tdep.c (nr_dmap_regs): Make static.
6735 (a0_regnum): Make static.
6736 (d10v_frame_unwind_cache): Make static.
6737 (d10v_frame_p): Make static.
6738 * osabi.c (show_osabi): Make static.
6739 (_initialize_gdb_osabi): Add extern declaration.
6740 * gdbtypes.c (make_qualified_type): Make static.
6741 (safe_parse_type): Make static.
6742 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6743 * macrotab.c (macro_bcache_free): Make static.
6744 * interps.c (interp_set_quiet): Make static.
6745 (interpreter_exec_cmd): Make static.
6746 * stack.h (select_frame_command): New file.
6747 * stack.c: Include "stack.h".
6748 (select_frame_command_wrapper): Delete function.
6749 (select_frame_command): Make global.
6750 * infcall.c: Include "infcall.h".
6751 * linespec.c: Include "linespec.h".
6752 * symfile.c (sections_overlap): Make static.
6753 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6754 * charset.c (_initialize_charset): Add missing prototype.
6755 * regcache.c (init_legacy_regcache_descr): Make static.
6756 (do_regcache_xfree): Make static.
6757 (regcache_xfer_part): Make static.
6758 (_initialize_regcache): Add missing prototype.
6759 * breakpoint.c (parse_breakpoint_sals): Make static.
6760 (breakpoint_sals_to_pc): Make static.
6761 * interps.h (clear_interpreter_hooks): ISO C declaration.
6762 * Makefile.in (stack_h): Define.
6763 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6764 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6765
6766 2003-06-08 Andrew Cagney <cagney@redhat.com>
6767
6768 * Makefile.in (d10v-tdep.o): Update dependencies.
6769 (SFILES): Add trad-frame.c.
6770 (trad_frame_h): Define.
6771 (COMMON_OBS): Add trad-frame.o.
6772 (trad-frame.o): Specify dependencies.
6773 * d10v-tdep.c: Include "trad-frame.h".
6774 (saved_regs_unwinder): Delete function.
6775 (d10v_frame_prev_register): Use trad_frame_prev_register.
6776 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6777 trad_frame", delete "regs" and "prev_sp".
6778 (prologue_find_regs): Use trad-frame.
6779 * trad-frame.h, trad-frame.c: New files.
6780
6781 2003-06-08 Mark Kettenis <kettenis@gnu.org>
6782
6783 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6784
6785 2003-06-07 Adam Fedor <fedor@gnu.org>
6786
6787 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6788 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6789 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6790 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
6791 resolve_msgsend_super, resolve_msgsend_super_stret):
6792 Use it.
6793
6794 2003-06-07 Andrew Cagney <cagney@redhat.com>
6795
6796 * symfile.h: Re-indent, clean up comments.
6797
6798 2003-06-07 Andrew Cagney <cagney@redhat.com>
6799
6800 * inferior.h (deprecated_write_sp): Replace
6801 generic_target_write_sp.
6802 * regcache.c (deprecated_write_sp): Replace
6803 generic_target_write_sp.
6804 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6805 * vax-tdep.c (vax_gdbarch_init): Update.
6806 * v850-tdep.c (v850_gdbarch_init): Update.
6807 * sparc-tdep.c (sparc_gdbarch_init): Update.
6808 * sh-tdep.c (sh_gdbarch_init): Update.
6809 * s390-tdep.c (s390_gdbarch_init): Update.
6810 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6811 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6812 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6813 * mcore-tdep.c (mcore_gdbarch_init): Update.
6814 * m68k-tdep.c (m68k_gdbarch_init): Update.
6815 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6816 * ia64-tdep.c (ia64_gdbarch_init): Update.
6817 * h8300-tdep.c (h8300_gdbarch_init): Update.
6818 * frv-tdep.c (frv_gdbarch_init): Update.
6819 * cris-tdep.c (cris_gdbarch_init): Update.
6820 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6821
6822 2003-06-07 Andrew Cagney <cagney@redhat.com>
6823
6824 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6825 Assert that PC_REGNUM is valid.
6826 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6827
6828 2003-06-07 Andrew Cagney <cagney@redhat.com>
6829
6830 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6831 * gdbarch.h, gdbarch.c: Regenerate.
6832 * mn10300-tdep.c: Include "gdb_assert.h".
6833 (mn10300_read_fp): New function.
6834 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6835 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6836 * ia64-tdep.c: Include "gdb_assert.h".
6837 (ia64_read_fp): New function.
6838 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6839 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6840 * regcache.c (generic_target_read_sp): Delete function.
6841 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6842 * inferior.h (generic_target_read_sp): Delete declaration.
6843 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6844 generic_target_read_sp.
6845 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6846 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6847 * sh-tdep.c (sh_gdbarch_init): Ditto.
6848 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6849 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6850
6851 2003-06-07 Andrew Cagney <cagney@redhat.com>
6852
6853 * gdbarch.sh: Comment each field of startup_gdbarch.
6854 * gdbarch.h, gdbarch.c: Re-generate.
6855
6856 2003-06-07 Andrew Cagney <cagney@redhat.com>
6857
6858 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6859 * gdbarch.h, gdbarch.c: Re-generate.
6860 * regcache.c: Update comments on read_pc et.al.
6861 (generic_target_read_pc): Delete function.
6862 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6863 * inferior.h (generic_target_read_pc): Delete declaration.
6864 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6865 generic_target_read_pc.
6866 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6867 * sh-tdep.c (sh_gdbarch_init): Ditto.
6868 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6869 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6870
6871 2003-06-07 Andrew Cagney <cagney@redhat.com>
6872
6873 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6874 "index" with "special_local_sect". Use strcmp instead of STREQ.
6875 Append period to coments.
6876
6877 2003-06-06 Mark Mitchell <mark@codesourcery.com>
6878
6879 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6880 (elfstab_offset_sections): Likewise.
6881 * gdb-stabs.h (stab_section_info): Likewise.
6882 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6883 * objfiles.c (objfile_relocate): Likewise.
6884 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6885 * remote.c (get_offsets): Likewise.
6886 (remote_cisco_objfile_relocate): Likewise.
6887 * somread.c (som_symfile_offsets): Likewise.
6888 * symfile.c (alloc_section_addr_info): New function.
6889 (build_section_addr_info_from_section_tab): Use it.
6890 (free_section_addr_info): Adjust.
6891 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6892 (syms_from_objfile): Allocate local_addr dynamically.
6893 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6894 dynamically.
6895 (add_symbol_file_command): Allocate sect_opts dynamically.
6896 (reread_symbols): Avoid use of SECT_OFF_MAX.
6897 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6898 (alloc_section_addr_info): Declare it.
6899 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6900 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6901 dynamically.
6902 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
6903
6904 2003-06-06 Andrew Cagney <cagney@redhat.com>
6905
6906 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6907 (d10v_frame_unwind_cache): Do not set "return_pc".
6908
6909 2003-06-06 Michael Snyder <msnyder@redhat.com>
6910
6911 * h8300-tdep.c: Make tidy (long lines).
6912
6913 2003-06-06 Michal Ludvig <mludvig@suse.cz>
6914
6915 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
6916 to regcache_collect().
6917
6918 2003-06-05 J. Brobecker <brobecker@gnat.com>
6919
6920 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6921 pc_in_sigtramp multiarch method.
6922 (hppa_hpux_som_init_abi): Use it.
6923 (hppa_hpux_elf_init_abi): Likewise.
6924 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6925 macro has been multiarched.
6926 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6927 macro here, as hppa64 isn't multiarched yet.
6928
6929 2003-06-05 Andrew Cagney <cagney@redhat.com>
6930
6931 * Makefile.in (value_h): Add $(frame_h).
6932 * value.h: Include "frame.h".
6933 (struct value): Replace "frame_addr" with "frame_id".
6934 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6935 * values.c (allocate_value): Use VALUE_FRAME_ID.
6936 (value_copy): Use VALUE_FRAME_ID.
6937 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6938 * valops.c (value_assign): Update. Use frame_find_by_id.
6939
6940 2003-06-05 Michal Ludvig <mludvig@suse.cz>
6941
6942 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6943 in each pass.
6944
6945 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6946
6947 * thread-db.c (check_event): For create/death event breakpoints,
6948 loop through all messages to ensure that we read the message
6949 corresponding to the breakpoint we are at.
6950
6951 2003-06-04 Michael Snyder <msnyder@redhat.com>
6952
6953 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6954
6955 2003-06-04 Mark Kettenis <kettenis@gnu.org>
6956
6957 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6958 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6959 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6960 when handling .eh_frame sections.
6961
6962 2003-06-04 J. Brobecker <brobecker@gnat.com>
6963
6964 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6965 prepare_to_proceed procedure instead of the hppa-specific one.
6966 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6967
6968 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
6969
6970 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6971 * config.in: Regenerated.
6972 * configure.in: Add test for syscall function and check for
6973 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6974 * configure: Regenerated.
6975 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6976 <sys/syscall.h>.
6977 (kill_lwp): New function that uses tkill syscall or
6978 uses kill, depending on whether threading model is nptl or not.
6979 All callers of kill() changed to use kill_lwp().
6980 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6981 see if all threads have already exited in the nptl model.
6982 (stop_and_resume_callback): New callback function used by the
6983 lin_lwp_wait thread exit handling code.
6984 (stop_wait_callback): Check for threads already having exited and
6985 delete such threads fromt the lwp list when discovered.
6986 (stop_callback): Don't assert retcode of kill call.
6987
6988 Roland McGrath <roland@redhat.com>
6989 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6990 nptl libthread_db.
6991
6992 2003-06-03 Richard Henderson <rth@redhat.com>
6993
6994 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6995 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6996 (alpha_sigtramp_frame_prev_register): Likewise.
6997 (alpha_heuristic_frame_prev_register): Likewise.
6998 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6999
7000 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
7001 alpha-specific register id names.
7002 (alpha_mdebug_frame_unwind_cache): Likewise.
7003 (alpha_mdebug_frame_prev_register): Likewise.
7004
7005 2003-06-03 Richard Henderson <rth@redhat.com>
7006
7007 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
7008 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
7009 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
7010 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
7011 unwind routines.
7012 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7013 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7014 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7015
7016 * alpha-linux-tdep.c: Remove unnecessary includes.
7017 * Makefile.in (alpha-linux-tdep.o): Update.
7018
7019 2003-06-03 Richard Henderson <rth@redhat.com>
7020
7021 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
7022 (alphabsd_fill_fpreg): Likewise.
7023
7024 2003-06-03 J. Brobecker <brobecker@gnat.com>
7025
7026 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
7027 references to struct frame_info fields by calls to the equivalent
7028 accessors. Necessary now that frame_info is opaque.
7029
7030 2003-06-03 J. Brobecker <brobecker@gnat.com>
7031
7032 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
7033 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
7034 structure, field no longer exists.
7035
7036 2003-06-03 J. Brobecker <brobecker@gnat.com>
7037
7038 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7039 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
7040
7041 2003-06-03 J. Brobecker <brobecker@gnat.com>
7042
7043 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
7044 references to struct frame_info fields by calls to the equivalent
7045 accessors. Necessary now that frame_info is opaque.
7046
7047 2003-06-03 J. Brobecker <brobecker@gnat.com>
7048
7049 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
7050 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
7051 structure, field no longer exists.
7052
7053 2003-06-03 Theodore A. Roth <troth@openavr.org>
7054
7055 * remote.c (init_remote_state): Compute sizeof_g_packet by
7056 accumulation of the size of all registers instead of blindly using
7057 DEPRECATED_REGISTER_BYTES.
7058
7059 2003-06-03 Michael Snyder <msnyder@redhat.com>
7060
7061 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
7062 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
7063 for h8300sx.
7064
7065 2003-06-03 J. Brobecker <brobecker@gnat.com>
7066
7067 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
7068 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7069
7070 2003-06-03 Andrew Cagney <cagney@redhat.com>
7071
7072 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
7073 (sparc_convert_to_raw): Delete function.
7074 (sparc_gdbarch_init): Do not set register_convert_to_raw or
7075 register_convert_to_virtual.
7076
7077 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
7078
7079 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
7080 layer if not dealing with a statically-linked threaded program.
7081
7082 2003-06-03 Kris Warkentin <kewarken@qnx.com>
7083
7084 * solib.c (solib_open): Update comment to reflect actual search order.
7085
7086 2003-06-03 Andrew Cagney <cagney@redhat.com>
7087
7088 * frame.c (get_frame_memory_signed): New function.
7089 (get_frame_memory, get_frame_memory_unsigned): New function.
7090 (get_frame_arch): New function.
7091 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
7092 (get_frame_memory, get_frame_unsigned_memory): Declare.
7093 * d10v-tdep.c (d10v_frame_unwind_cache): Use
7094 get_frame_memory_unsigned and get_frame_arch.
7095 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
7096
7097 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
7098
7099 * MAINTAINERS (write after approval): Add myself.
7100
7101 2003-06-03 Jim Blandy <jimb@redhat.com>
7102
7103 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
7104 elements of gregset_t are 64 bits each, but access registers
7105 are still 32 bits, so they're packed two per gregset_t
7106 element. Unpack/pack them properly.
7107
7108 2003-06-02 David Carlton <carlton@bactrian.org>
7109
7110 * linespec.c (find_methods): Break out code into
7111 add_matching_methods and add_constructors.
7112 (add_matching_methods): New.
7113 (add_constructors): Ditto.
7114
7115 2003-06-02 Andrew Cagney <cagney@redhat.com>
7116
7117 * sparc-tdep.c (sparc_print_registers): Delete call to
7118 REGISTER_CONVERTIBLE.
7119 (sparc_gdbarch_init): Do not set register_convertible.
7120 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7121 * frv-tdep.c (frv_gdbarch_init): Ditto.
7122 * cris-tdep.c (cris_gdbarch_init): Ditto.
7123
7124 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
7125
7126 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
7127 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
7128 (syms_from_objfile): Ditto.
7129
7130 2003-06-03 Andreas Schwab <schwab@suse.de>
7131
7132 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
7133 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
7134
7135 2003-06-02 Richard Henderson <rth@redhat.com>
7136
7137 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
7138 a member of all_reggroup.
7139
7140 2003-06-02 Richard Henderson <rth@redhat.com>
7141
7142 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
7143 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
7144 (alpha_lds, alpha_sts): New.
7145 (alpha_convert_register_p): Change from _register_convertible.
7146 (alpha_register_to_value): Change from _convert_to_virtual;
7147 restructure and fail for type sizes other than 4 or 8.
7148 (alpha_value_to_register): Similarly.
7149 (alpha_extract_return_value): Use alpha_sts.
7150 (alpha_store_return_value): Use alpha_lds.
7151 (alpha_gdbarch_init): Update hooks.
7152
7153 2003-06-02 Richard Henderson <rth@redhat.com>
7154
7155 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
7156 regnum identifiers.
7157 (alpha_sigtramp_register_address): Likewise.
7158
7159 2003-06-02 Richard Henderson <rth@redhat.com>
7160
7161 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
7162 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
7163 * alpha-tdep.h: Declare them.
7164
7165 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
7166 Remove zerobuf. Don't error on UNIQUE.
7167 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
7168 (ALPHA_REGSET_UNIQUE): Provide default.
7169 (supply_gregset): Use alpha_supply_int_regs.
7170 (fill_gregset): Use alpha_fill_int_regs.
7171 (supply_fpregset): Use alpha_supply_fp_regs.
7172 (fill_fpregset): Use alpha_fill_fp_regs.
7173 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
7174 (alphabsd_supply_reg): Use alpha_supply_int_regs.
7175 (alphabsd_fill_reg): Use alpha_fill_int_regs.
7176 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
7177 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
7178 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
7179
7180 2003-06-02 Richard Henderson <rth@redhat.com>
7181
7182 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
7183
7184 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
7185 (alpha_store_return_value): Likewise.
7186
7187 2003-06-02 David Carlton <carlton@math.stanford.edu>
7188
7189 * block.c (contained_in): Add 'const' to arguments.
7190 (block_function): Ditto.
7191 * block.h: Update declarations for block_function and
7192 contained_in.
7193
7194 2003-06-02 David Carlton <carlton@math.stanford.edu>
7195
7196 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
7197 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
7198 * p-valprint.c (pascal_val_print): Ditto.
7199 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
7200
7201 2003-06-02 Richard Henderson <rth@redhat.com>
7202
7203 * alpha-tdep.c (alpha_push_dummy_call): Use
7204 builtin_type_ieee_double_little instead of builtin_type_double.
7205
7206 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
7207 sign-extension of 32-bit values.
7208 (alpha_store_return_value): Similarly.
7209
7210 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
7211 (alpha_extract_return_value): Likewise.
7212 (alpha_store_return_value): Likewise.
7213
7214 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
7215 (alpha_store_return_value): Error on IEEE Quad floats.
7216
7217 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
7218 (alpha_extract_struct_value_address): Likewise.
7219 (alpha_store_return_value): Likewise.
7220 (alpha_store_struct_return): Remove.
7221 (alpha_gdbarch_init): Update hook registration to match.
7222
7223 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
7224 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
7225 macros where appropriate.
7226 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
7227 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
7228
7229 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
7230 for SP, GP; void_func_ptr for PC; non-language-specific types
7231 for all others.
7232 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
7233
7234 2003-06-02 Richard Henderson <rth@redhat.com>
7235
7236 * top.h (lim_at_start): Declare.
7237 * main.c (captured_main): Set it.
7238 * top.c (lim_at_start): Define.
7239 (command_loop): Use it instead of &environ.
7240 * event-top.c (command_handler): Likewise.
7241
7242 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
7243
7244 * mipsnbsd-tdep.c: Update copyright years.
7245 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
7246
7247 2003-06-01 Richard Henderson <rth@redhat.com>
7248
7249 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
7250 (alpha-linux-tdep.o): Update dependencies.
7251 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
7252 * alpha-mdebug-tdep.c: Remove unneeded includes.
7253
7254 2003-06-01 Richard Henderson <rth@redhat.com>
7255
7256 * alpha-tdep.c (alpha_register_reggroup_p): New.
7257 (alpha_gdbarch_init): Register it.
7258
7259 2003-06-02 Andrew Cagney <cagney@redhat.com>
7260
7261 * dwarfread.c: Eliminate "register"
7262 (decode_die_type): Eliminate assignment within "if".
7263 (struct_type, decode_array_element_type): Ditto.
7264 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
7265 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
7266 (decode_modified_type, completedieinfo): Ditto.
7267 * block.c: Eliminate "register".
7268 (blockvector_for_pc_sect): Eliminate assignment within "if".
7269 * cp-support.h (struct symbol): Opaque declaration.
7270 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
7271
7272 2003-06-01 Richard Henderson <rth@redhat.com>
7273
7274 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
7275 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
7276
7277 2003-06-01 Adam Fedor <fedor@gnu.org>
7278
7279 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
7280 * gdbarch.[ch]: Regenerate.
7281 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
7282 (hppa_gdbarch_init): Set it in the gdbarch vector.
7283 * i386-tdep.c (i386_fetch_pointer_argument): New
7284 (i386_gdbarch_init): Set it into gdbarch.
7285 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
7286 (rs6000_gdbarch_init): Set it in gdbarch.
7287 * sparc-tdep.c (sparc_fetch_pointer_argument): New
7288 (sparc_gdbarch_init): Set it in gdbarch.
7289
7290 2003-06-01 Andrew Cagney <cagney@redhat.com>
7291
7292 * defs.h (extract_address): Delete declaration.
7293 * findvar.c (extract_address): Delete function.
7294 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
7295 extract_address with the inline equivalent,
7296 extract_unsigned_integer.
7297 (xstormy16_extract_struct_value_address): Ditto.
7298 (xstormy16_pointer_to_address): Ditto.
7299 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
7300 * v850-tdep.c (v850_push_arguments): Ditto.
7301 (v850_extract_return_value): Ditto.
7302 (v850_extract_struct_value_address): Ditto.
7303 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
7304 (sparcnbsd_get_longjmp_target_64): Ditto.
7305 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
7306 (get_longjmp_target): Ditto.
7307 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
7308 (sh64_extract_struct_value_address): Ditto.
7309 (sh_push_arguments): Ditto.
7310 (sh64_push_arguments): Ditto.
7311 * remote-vxsparc.c (vx_read_register): Ditto.
7312 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
7313 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
7314 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
7315 * mipsv4-nat.c (get_longjmp_target): Ditto.
7316 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
7317 * mips-nat.c (get_longjmp_target): Ditto.
7318 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
7319 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
7320 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
7321 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
7322 * irix5-nat.c (get_longjmp_target): Ditto.
7323 * irix4-nat.c (get_longjmp_target): Ditto.
7324 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
7325 (ia64_push_arguments): Ditto.
7326 * hpux-thread.c (hpux_thread_store_registers): Ditto.
7327 * h8300-tdep.c (h8300_push_arguments): Ditto.
7328 (h8300_store_return_value): Ditto.
7329 (h8300_extract_struct_value_address): Ditto.
7330 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
7331 (frv_push_arguments): Ditto.
7332 * avr-tdep.c (avr_pointer_to_address): Ditto.
7333 (avr_push_arguments): Ditto.
7334 * arm-tdep.c (arm_push_dummy_call): Ditto.
7335 (arm_get_longjmp_target): Ditto.
7336 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7337 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
7338 (alpha_get_longjmp_target): Ditto.
7339
7340 * solib-irix.c (extract_mips_address): Inline extract_address,
7341 replacing it with extract_signed_integer.
7342 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7343 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
7344 (first_link_map_member, open_symbol_file_object): Ditto.
7345 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
7346 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7347 (LM_NEXT, LM_NAME): Ditto.
7348
7349 2003-06-01 Richard Henderson <rth@redhat.com>
7350
7351 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
7352 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
7353 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
7354 (alpha_cannot_store_register): Likewise.
7355 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
7356 * alpha-nat.c (supply_gregset): Likewise.
7357 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
7358
7359 2003-06-01 Andrew Cagney <cagney@redhat.com>
7360
7361 * infcall.c (call_function_by_hand): Update comment on
7362 DEPRECATED_DUMMY_WRITE_SP.
7363
7364 * mips-tdep.c (mips_gdbarch_init): Do not set
7365 deprecated_dummy_write_sp.
7366 (mips_eabi_push_dummy_call): Set the SP register.
7367 (mips_o64_push_dummy_call): Set the SP register.
7368 (mips_o32_push_dummy_call): Set the SP register.
7369 (mips_n32n64_push_dummy_call): Set the SP register.
7370
7371 2003-06-01 Richard Henderson <rth@redhat.com>
7372
7373 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
7374 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
7375 (supply_gregset): Likewise.
7376 * alpha-tdep.c (alpha_store_return_value): Likewise.
7377 (alpha_get_longjmp_target): Likewise.
7378 (alpha_register_name): Constify array.
7379 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
7380 deprecated_register_size, deprecated_register_bytes,
7381 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
7382 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
7383 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
7384
7385 2003-06-01 Richard Henderson <rth@redhat.com>
7386
7387 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
7388 from arg_reg_buffer to regcache to avoid double conversion.
7389
7390 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7391
7392 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
7393 SP_REGNUM.
7394 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
7395 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
7396
7397 2003-06-01 Richard Henderson <rth@redhat.com>
7398
7399 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
7400 (decode_frame_entry): Set it. Skip FDE augmentation.
7401
7402 2003-06-01 Richard Henderson <rth@redhat.com>
7403
7404 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
7405 not overlapping PC_REGNUM.
7406
7407 2003-06-01 Richard Henderson <rth@redhat.com>
7408
7409 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
7410 alpha_push_arguments. Don't dump argument register data to
7411 the target stack. Fix float and 128-bit long double semantics.
7412 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
7413 (alpha_fix_call_dummy): Remove.
7414 (alpha_call_dummy_words): Remove.
7415 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
7416
7417 2003-06-01 Richard Henderson <rth@redhat.com>
7418
7419 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
7420
7421 2003-06-01 Andrew Cagney <cagney@redhat.com>
7422
7423 * mips-tdep.c (is_mips16_addr): New function.
7424 (make_mips16_addr, unmake_mips16_addr): New functions.
7425 (pc_is_mips16, mips_fetch_instruction): Use.
7426 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
7427 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
7428 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
7429 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
7430 TARGET_MIPS.
7431 * config/mips/tm-mips.h: Update copyright.
7432 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
7433 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
7434 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
7435 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
7436 (TM_PRINT_INSN_MACH): Delete.
7437 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
7438
7439 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
7440 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
7441 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
7442 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
7443 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
7444 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
7445 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
7446 mips*-*-riscos* and mips*-*-sysv* onto mips.
7447 * config/mips/mips64.mt: New file.
7448 * config/mips/mips.mt: New file.
7449 * config/mips/littlemips.mt: Delete file.
7450 * config/mips/decstation.mt: Delete file.
7451 * config/mips/vr4300el.mt: Delete file.
7452 * config/mips/vr5000el.mt: Delete file.
7453 * config/mips/vr5000.mt: Delete file.
7454 * config/mips/vr4100.mt: Delete file.
7455 * config/mips/vr4xxxel.mt: Delete file.
7456 * config/mips/vr4300.mt: Delete file.
7457 * config/mips/vr4xxx.mt: Delete file.
7458 * config/mips/bigmips.mt: Delete file.
7459 * config/mips/bigmips64.mt: Delete file.
7460 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
7461 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
7462 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
7463 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
7464 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
7465 "tm-bigmips.h".
7466 * config/mips/tm-irix3.h: Ditto.
7467 * config/mips/tm-mipsv4.h: Ditto.
7468 * config/mips/tm-embed.h: Ditto.
7469 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
7470 "tm-bigmips64.h".
7471 * config/mips/tm-vr5000el.h: Delete file.
7472 * config/mips/tm-tx39l.h: Delete file.
7473 * config/mips/tm-vr4300el.h: Delete file.
7474 * config/mips/tm-vr4xxxel.h: Delete file.
7475 * config/mips/tm-vr4300.h: Delete file.
7476 * config/mips/tm-vr4100.h: Delete file.
7477 * config/mips/tm-vr4xxx.h: Delete file.
7478 * config/mips/tm-vr5000.h: Delete file.
7479 * config/mips/tm-embedl64.h: Delete file.
7480 * config/mips/tm-embedl.h: Delete file.
7481 * config/mips/tm-embed64.h: Delete file.
7482 * config/mips/tm-bigmips64.h: Delete file.
7483 * config/mips/tm-bigmips.h: Delete file.
7484
7485 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7486
7487 Fix gdb/1216.
7488 * shnbsd-nat.c: Include "sh-tdep.h".
7489
7490 From Richard Henderson <rth@redhat.com>:
7491 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
7492
7493 2003-05-31 Andrew Cagney <cagney@redhat.com>
7494
7495 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
7496 forward declaration.
7497 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7498 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7499 (mips_find_saved_regs): Use set_reg_offset.
7500 (mips_frame_init_saved_regs): Delete function.
7501 (mips_pop_frame): Call mips_find_saved_regs instead of
7502 DEPRECATED_FRAME_INIT_SAVED_REGS.
7503
7504 2003-05-31 Andrew Cagney <cagney@redhat.com>
7505
7506 * mips-tdep.c (mips_gdbarch_init): Do not set
7507 deprecated_max_register_raw_size, register_virtual_size, and
7508 deprecated_max_register_virtual_size.
7509
7510 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7511
7512 * i386-tdep.c: Include "dwarf2-frame.h".
7513 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
7514 * Makefile.in (i386-tdep.o): Update dependencies.
7515
7516 * dwarf2-frame.c, dwarf2-frame.h: New files.
7517 * Makefile.in (SFILES): Add dwarf2-frame.c.
7518 (dwarf2_frame_h): Define.
7519 (COMMON_OBS): Add dwarf2-frame.o.
7520 (dwarf2-frame.o): Add dependencies.
7521
7522 2003-05-31 Andreas Jaeger <aj@suse.de>
7523
7524 * x86-64-linux-nat.c: Fix comment.
7525
7526 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7527
7528 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7529 function signature.
7530
7531 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7532 have a sigcontext_addr handler.
7533 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7534 sigcontext_addr handler.
7535
7536 2003-05-31 Andrew Cagney <cagney@redhat.com>
7537
7538 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7539 (print_fp_register_row): Replace do_fp_register_row.
7540 (mips_print_fp_register): Add "file" and "frame" parameters.
7541 (mips_print_register): Add "file" and "frame" parameters.
7542 (mips_print_registers_info): Replace mips_do_registers_info.
7543 (mips_gdbarch_init): Set print_registers_info instead of
7544 deprecated_do_registers_info.
7545 (mips_read_fp_register_single): Add "frame" parameter.
7546 (mips_read_fp_register_double): Add "frame" parameter.
7547
7548 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7549
7550 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7551 Fixes a bug where GDB would print the wrong register names for
7552 targets without SSE.
7553
7554 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7555 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7556 registers.
7557
7558 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7559 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7560 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7561 TDEP->sc_sp_offset.
7562
7563 From Michal Ludvig <mludvig@suse.cz>:
7564 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7565 and `sc_num_regs'.
7566 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7567 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7568 I386_ST0_REGNUM): Move here from...
7569 * i386-tdep.c: ... here.
7570 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7571 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7572 registers if possible.
7573 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7574 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7575 Remove variables.
7576 (i386bsd_sc_reg_offset): New variable.
7577 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7578 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7579 TDEP->sc_sp_offset.
7580 (i386fbsd_sc_reg_offset): New variable.
7581 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7582 TDEP->sc_num_regs.
7583 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7584 variables.
7585 (i386fbsd4_sc_reg_offset): New variable.
7586 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7587 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7588 TDEP->sc_sp_offset.
7589 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7590 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7591 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7592 Remove variables.
7593 (i386nbsd_sc_reg_offset): New variable.
7594 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7595 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7596 TDEP->sc_sp_offset.
7597 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7598 Remove variables.
7599 (i386obsd_sc_reg_offset): New variable.
7600 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7601 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7602 TDEP->sc_sp_offset.
7603 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7604 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7605 for frame pointer offset in `struct sigcontext'.
7606
7607 2003-05-31 Andrew Cagney <cagney@redhat.com>
7608
7609 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7610 architecture methods call_dummy_words, sizeof_call_dummy_words,
7611 push_return_address, store_struct_return, and fix_call_dummy. Set
7612 push_dummy_call instead of deprecated_push_arguments.
7613 (mips_store_struct_return): Delete function.
7614 (mips_fix_call_dummy): Delete function.
7615 (mips_push_return_address): Delete function.
7616 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7617 RA_REGNUM and T9_REGNUM.
7618 (mips_n32n64_push_dummy_call): Ditto for
7619 mips_n32n64_push_arguments.
7620 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7621 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7622
7623 2003-05-31 Andrew Cagney <cagney@redhat.com>
7624
7625 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7626 "dummy_addr" to "bp_addr".
7627 * infcall.c (call_function_by_hand): Pass "funaddr" to
7628 gdbarch_push_dummy_call.
7629 * gdbarch.h, gdbarch.c: Re-generate.
7630 * i386-tdep.c (i386_push_dummy_call): Update.
7631 * arm-tdep.c (arm_push_dummy_call): Update.
7632 * d10v-tdep.c (d10v_push_dummy_call): Update.
7633
7634 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7635
7636 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7637 variable declarations.
7638 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7639 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7640 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7641 x86_64_init_frame_pc, x86_64_init_frame_pc,
7642 x86_64_function_has_prologue): Remove prototypes.
7643 (X86_64_NUM_GREGS): New define.
7644 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7645 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7646 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7647 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7648 XMM1_REGNUM): Remove defines.
7649 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7650 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7651 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7652 X86_64_XMM1_REGNUM): New defines.
7653 (struct x86_64_register_info): Renamed from `struct
7654 register_info'. Remove `size' member.
7655 (x86_64_register_info_table): Remove variable.
7656 (x86_64_register_info): New variable.
7657 (X86_64_NUM_REGS): New define.
7658 (X86_64_NUM_GREGS): Remove define.
7659 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7660 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7661 Remove variables.
7662 (x86_54_dwarf2_reg_to_regnum): Remove function.
7663 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7664 (x86_64_dwarf_reg_to_regnum): New function.
7665 (x86_64_register_name): Rewrite.
7666 (x86_64_register_raw_size): Remove function.
7667 (x86_64_register_byte_table): Remove variable.
7668 (x86_64_register_byte): Remove function.
7669 (x86_64_register_virtual_type): Remove function.
7670 (x86_64_register_type): New function.
7671 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7672 x86_64_register_convert_to_raw): Remove functions.
7673 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7674 (x86_64_use_struct_convention): Make static. Adjust for renamed
7675 defines.
7676 (x86_64_frame_init_saved_regs): Remove function.
7677 (x86_64_push_arguments): Make static. Change to accept a regcache
7678 as argument.
7679 (x86_64_store_return_value, x86_64_extract_return_value): Make
7680 static. Rewrite based on i386 counterparts.
7681 (x86_64_push_dummy_call): New function.
7682 (X86_64_NUM_SAVED_REGS): New define.
7683 (x86_64_register_number): Remove function.
7684 (x86_64_store_struct_return): Remove function.
7685 (x86_64_frameless_function_invocation,
7686 x86_64_function_has_prologue): Remove functions.
7687 (PROLOG_BUFSIZE): Remove define.
7688 (struct x86_64_frame_cache): New structure.
7689 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7690 x86_64_frame_cache, x86_64_frame_this_id,
7691 x86_64_frame_prev_register, x86_64_frame_p,
7692 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7693 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7694 functions.
7695 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7696 variables.
7697 (x86_64_skip_prologue): Rewrite in terms of
7698 x86_64_analyze_prologue.
7699 (x86_64_frame_base_address): New function.
7700 (x86_64_frame_base): New variable.
7701 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7702 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7703 set deprecated_fp_regnum, deprecated_register_size,
7704 deprecated_register_bytes, register_raw_size, register_byte,
7705 register_virtual_type, register_convertiable,
7706 register_convert_to_virtual, convert_to_raw,
7707 deprecated_get_saved_register, deprecated_target_read_fp,
7708 deprecated_push_arguments, deprecated_push_return_address,
7709 deprecated_pop_frame, deprecated_store_struct_return,
7710 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7711 frameless_function_invocation, deprecated_frame_saved_pc,
7712 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7713 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7714 deprecated_init_frame_pc and virtual_frame_pointer. Call
7715 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7716 and x86_64_frame_p. Call frame_base_set_default to register
7717 x86_64_frame_base.
7718 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7719 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7720 (_initialize_x86_64_tdep): Remove function.
7721 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7722 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7723 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7724 define.
7725 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7726 (x86_64_linux_sigcontext_addr): Rewrite.
7727 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7728 x86_64_linux_frame_saved_pc): Remove functions.
7729 (x86_64_linux_pc_in_sigtramp): Renamed from
7730 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7731 trampoline.
7732 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7733 Remove_functions.
7734 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7735 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7736 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7737 (x86_64_regmap): Rename to regmap.
7738 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7739 x86_64_num_gregs.
7740 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7741 x86_64_regmap.
7742 (x86_64_fxsave_offset): Remove function.
7743 (supply_fpregset): Simply call x86_64_supply_fxsave.
7744 (fill_fpregset): Simply call x86_64_fill_fxsave.
7745 (fetch_inferior_registers, store_inferior_registers): Avoid
7746 asignment in if-statement.
7747 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7748 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7749 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7750 (fetch_core_registers): Remove function.
7751 (linux_elf_core_fns): Remove.
7752 (offsetoff): Don't define.
7753 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7754 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7755 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7756 add core-regset.o.
7757 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7758 protection against multiple includes instead of NM_X86_64_h. Add
7759 various comments. Include "config/nm-linux.h". Don't include
7760 <signal.h>.
7761 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7762 GET_THREAD_SIGNALS): Remove defines.
7763 (x86_64_register_u_addr, kernel_u_size,
7764 lin_thread_get_thread_signals): Remove prototypes.
7765 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7766 [HAVE_LINK_H]: Don't include "solib.h".
7767 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7768 * config/i386/tm-x86-64linux.h: Fix comments.
7769 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7770 x86-64-tdep.o): Update dependencies.
7771
7772 2003-05-30 Andrew Cagney <cagney@redhat.com>
7773
7774 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7775 Change parameter type to a "struct regcache *".
7776
7777 * gdbarch.sh: Regardless of the multi-arch level, always define
7778 the macro when not already defined.
7779 * gdbarch.h, gdbarch.c: Re-generate.
7780
7781 2003-05-30 Richard Henderson <rth@redhat.com>
7782
7783 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7784 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7785 (alpha_mdebug_frame_this_id): Likewise.
7786 (alpha_mdebug_frame_prev_register): Likewise.
7787 (alpha_mdebug_frame_base_address): Likewise.
7788 (alpha_mdebug_frame_locals_address): Likewise.
7789 (alpha_mdebug_frame_args_address): Likewise.
7790 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7791 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7792 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7793 loop increment.
7794 (alpha_heuristic_frame_this_id): Make static.
7795 (alpha_heuristic_frame_prev_register): Likewise.
7796 (alpha_heuristic_frame_base_address): Likewise.
7797 * alpha-tdep.h: Update.
7798
7799 2003-05-30 Mark Kettenis <kettenis@gnu.org>
7800
7801 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7802 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7803 defenitions.
7804 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7805 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7806 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7807 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7808 I386_ST0_REGNUM): New defines.
7809 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7810 codestream_get): Remove define.
7811 (codestream_next_addr, condestream_addr, condestream_buf,
7812 codestream_off, codestream_cnt): Remove variables.
7813 (codestream_fill, codestream_seek, codestream_read): Remove
7814 functions.
7815 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7816 functionality.
7817 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7818 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7819 i386_frame_saved_pc, i386_saved_pc_after_call,
7820 i386_frame_num_args, i386_frame_init_saved_regs,
7821 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7822 i386_push_arguments): Remove functions.
7823 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7824 functionality. Use i386_analyze_prologue instead of
7825 i386_get_frame_setup.
7826 (I386_NUM_SAVED_REGS): New define.
7827 (struct i386_frame_cache): New structure.
7828 (i386_alloc_frame_cache, i386_analyze_struct_return,
7829 i386_skip_probe, i386_analyze_frame_setup,
7830 i386_analyze_register_saves, i386_analyze_prologue,
7831 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7832 i386_frame_prev_register, i386_sigtramp_frame_cache,
7833 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7834 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7835 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7836 New functions.
7837 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7838 New variables.
7839 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7840 I386_EAX_REGNUM and I386_EDX_REGNUM.
7841 (i386_extract_return_value, i386_store_return_value): Use
7842 I386_ST0_REGNUM where appropriate.
7843 (i386_extract_struct_value_address): Rewrite to use extract_address.
7844 (i386_svr4_pc_in_sigtramp): Add comment.
7845 (i386_svr4_sigcontext_addr): Rewrite.
7846 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7847 TDEP->sc_sp_offset.
7848 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7849 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7850 of new defines. Set push_dummy_call, don't set
7851 deprecated_push_arguments, deprecated_push_return_address,
7852 deprecated_pop_frame. Don't set parm_boundary. Don't set
7853 deprecated_frame_chain, deprecated_frame_saved_pc,
7854 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7855 save_dummy_frame_tos, unwind_pc. Call
7856 frame_unwind_append_predicate and frame_base_set_default. Don't
7857 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7858 Don't set frameless_function_invocation. Don't set
7859 deprecated_register_bytes, deprecated_register_size,
7860 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7861 * i386-linux-tdep.c: Fix formatting in some comments.
7862 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7863 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7864 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7865 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7866 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7867 redundant parentheses.
7868 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7869 (i386_linux_sigcontext_addr): Use it. Rewrite.
7870 (find_minsym_and_objfile): Change name of second argument.
7871 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7872 changed. Use frame_pc_unwind instead of
7873 DEPRECATED_SAVED_PC_AFTER_CALL.
7874 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7875 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7876 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7877 unwinder.
7878 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7879 "dummy-frame.h".
7880 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7881 (_initialize_i386_cygwin_tdep): New prototype.
7882 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7883 deprecated_frame_chain_valid.
7884 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7885 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7886 Rely on the SVR4 defaults.
7887 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7888 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7889
7890 2003-05-30 Andrew Cagney <cagney@redhat.com>
7891
7892 * infcall.c (call_function_by_hand): Always call
7893 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7894
7895 2003-05-30 Richard Henderson <rth@redhat.com>
7896
7897 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7898 increment.
7899
7900 2003-05-29 Jim Blandy <jimb@redhat.com>
7901
7902 Use gdbarch methods for solib stuff on PowerPC Linux.
7903 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7904 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7905 show through.
7906 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7907 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7908 giving the same effect as the #definitions above.
7909
7910 2003-05-29 Adam Fedor <fedor@gnu.org>
7911
7912 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7913 (find_implementation_from_class): Replace it with the standard
7914 case i.e. do nothing.
7915
7916 2003-05-29 Richard Henderson <rth@redhat.com>
7917
7918 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7919 (alpha_linux_sigtramp_offset): Use it. Make static.
7920 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7921 update for new frame model.
7922 * alpha-mdebug-tdep.c: New file.
7923 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7924 (alpha_osf1_init_abi): Install it.
7925 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7926 (linked_proc_desc_table): Remove.
7927 (alpha_frame_past_sigtramp_frame): Remove.
7928 (alpha_dynamic_sigtramp_offset): Remove.
7929 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7930 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7931 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7932 (push_sigtramp_desc): Remove.
7933 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7934 (alpha_cannot_store_register): Likewise.
7935 (alpha_sigcontext_addr): Remove.
7936 (alpha_find_saved_regs): Remove.
7937 (alpha_frame_init_saved_regs): Remove.
7938 (alpha_init_frame_pc_first): Remove.
7939 (read_next_frame_reg): Remove.
7940 (alpha_frame_saved_pc): Remove.
7941 (alpha_saved_pc_after_call): Remove.
7942 (temp_proc_desc, temp_saved_regs): Remove.
7943 (alpha_about_to_return): Remove.
7944 (cached_proc_desc): Remove.
7945 (alpha_frame_chain): Remove.
7946 (alpha_print_extra_frame_info): Remove.
7947 (alpha_init_extra_frame_info): Remove.
7948 (alpha_frame_locals_address): Remove.
7949 (alpha_frame_args_address): Remove.
7950 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7951 (alpha_push_dummy_frame): Remove.
7952 (alpha_pop_frame): Remove.
7953 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7954 (alpha_read_insn): New.
7955 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7956 for different insn encodings.
7957 (alpha_in_lenient_prologue): Remove.
7958 (struct alpha_sigtramp_unwind_cache): New.
7959 (alpha_sigtramp_frame_unwind_cache): New.
7960 (alpha_sigtramp_register_address): New.
7961 (alpha_sigtramp_frame_this_id): New.
7962 (alpha_sigtramp_frame_prev_register): New.
7963 (alpha_sigtramp_frame_unwind): New.
7964 (alpha_sigtramp_frame_p): New.
7965 (struct alpha_heuristic_unwind_cache): New.
7966 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7967 don't count nop insns that occur between functions.
7968 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7969 heuristic_proc_desc, but without the mdebug wrapping.
7970 (alpha_heuristic_frame_this_id): New.
7971 (alpha_heuristic_frame_prev_register): New.
7972 (alpha_heuristic_frame_unwind): New.
7973 (alpha_heuristic_frame_p): New.
7974 (alpha_heuristic_frame_base_address): New.
7975 (alpha_heuristic_frame_base): New.
7976 (alpha_unwind_dummy_id): New.
7977 (alpha_unwind_pc): New.
7978 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7979 frame related deprecated initializations; install replacements.
7980 (alpha_dump_tdep): Remove.
7981 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7982 (alpha_read_insn, alpha_after_prologue,
7983 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7984 alpha_heuristic_frame_prev_register,
7985 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7986 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7987 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7988 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7989
7990 2003-05-29 Andrew Cagney <cagney@redhat.com>
7991
7992 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7993 dependant on the availability of ASSERT_FUNCTION.
7994 (ASSERT_FUNCTION): Do not define when there is no function name.
7995
7996 2003-05-29 Kevin Buettner <kevinb@redhat.com>
7997
7998 From Jimi X <jimix@watson.ibm.com>:
7999 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
8000
8001 2003-05-28 Jim Blandy <jimb@redhat.com>
8002
8003 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
8004 argument to ptrace to int; the system headers should give it the
8005 right type, and pointers don't fit in ints on powerpc64-*-*.
8006
8007 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
8008
8009 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
8010 DW_TAG_catch_block.
8011
8012 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
8013
8014 * stabsread.c (dbx_lookup_type): Make static.
8015 (read_type): Ditto.
8016 (add_undefined_type): Ditto.
8017 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
8018 not export.
8019
8020 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
8021
8022 * hpread.c (hpread_has_name): Make static.
8023 (hpread_psymtab_to_symtab): Ditto.
8024 (file_exists): Ditto.
8025 (hpread_call_pxdb): Ditto.
8026 (hpread_pxdb_needed): Ditto.
8027 (hpread_quick_traverse): Ditto.
8028 (hpread_get_header): Ditto.
8029 (hpread_get_lntt): Ditto.
8030 (hpread_get_slt): Ditto.
8031 (class_of): Ditto.
8032
8033 2003-05-25 Andreas Schwab <schwab@suse.de>
8034
8035 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
8036 stack_align and deprecated_extra_stack_alignment_needed.
8037 (m68k_stack_align): Delete.
8038
8039 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
8040 (m68k_register_virtual_size): Likewise.
8041 (altos_skip_prologue): Remove obsolete function.
8042 (isi_frame_num_args): Likewise.
8043 (news_frame_num_args): Likewise.
8044 (m68k_fix_call_dummy): Make static.
8045 (m68k_push_dummy_frame): Likewise.
8046 (m68k_pop_frame): Likewise.
8047 (m68k_skip_prologue): Likewise.
8048 (m68k_frame_init_saved_regs): Likewise.
8049 (m68k_saved_pc_after_call): Likewise.
8050 (m68k_get_longjmp_target): Make multi-arch.
8051 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
8052 structure. Register m68k_get_longjmp_target if enabled.
8053 * m68k-tdep.h (struct gdbarch_tdep): Define.
8054 * config/m68k/tm-m68k.h: Don't include "regcache.h".
8055
8056 * Makefile.in (config.status): Also depend on configure.tgt
8057 and configure.host.
8058 (m68klinux-tdep.o): Update dependencies.
8059 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
8060 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
8061 (M68K_LINUX_JB_PC): Define.
8062 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
8063 and take additional parameter.
8064 (m68k_linux_sigtramp_saved_pc): Update.
8065 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
8066 m68k_linux_pc_in_sigtramp, in_plt_section,
8067 find_solib_trampoline_target.
8068 * config/m68k/tm-linux.h: Don't include any tm headers.
8069 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
8070 (JB_ELEMENT_SIZE): Likewise.
8071 (JB_PC): Likewise.
8072 (GET_LONGJMP_TARGET): Likewise.
8073 (IN_SIGTRAMP): Likewise.
8074 (SVR4_SHARED_LIBS): Define this and include "solib.h".
8075
8076 2003-05-25 Mark Kettenis <kettenis@gnu.org>
8077
8078 * sparc-tdep.c (sparc32_do_push_arguments): New function.
8079 (sparc32_push_arguments): Re-implement by calling
8080 sparc32_do_push_arguments.
8081
8082 2003-05-25 Mark Kettenis <kettenis@gnu.org>
8083
8084 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
8085 SPARC_O1_REGNUM): New defines.
8086 (sparc32_extract_return_value): Rewrite to operate on a regcache.
8087 (sparc32_store_return_value): New function.
8088 (sparc_extract_struct_value_address): Rewrite to operate on a
8089 regcache.
8090 (sparc_gdbarch_init): Don't set
8091 deprecated_extract_struct_value_address. Set
8092 extract_struct_value_address instead. Don't set
8093 deprecated_extract_return_value and deprecated_store_return_value
8094 for 32-bit targets. Set extract_return_value and
8095 store_return_value instead.
8096 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
8097 DEPRECTAED_EXTRACT_RETURN_VALUE,
8098 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
8099 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
8100 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
8101 (sparc_store_return_value): Remove prototype.
8102 (sparc32_store_return_value): New prototype.
8103 (sparc32_extract_return_value, sparc_extract_struct_value_address):
8104 Adjust prototypes.
8105
8106 2003-05-24 Mark Kettenis <kettenis@gnu.org>
8107
8108 * sparcnbsd-tdep.c: Include "gdb_string.h".
8109
8110 2003-05-23 Andrew Cagney <cagney@redhat.com>
8111
8112 * p-valprint.c (pascal_val_print): Replace extract_address with
8113 the inline equivalent extract_unsigned_integer.
8114 * jv-valprint.c (java_value_print): Ditto.
8115 * ada-valprint.c (ada_val_print_1): Ditto.
8116 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
8117
8118 2003-05-23 Theodore A. Roth <troth@openavr.org>
8119
8120 * blockframe.c (frameless_look_for_prologue): Remove unused
8121 after_prologue variable.
8122
8123 2003-05-23 Mark Kettenis <kettenis@gnu.org>
8124
8125 * blockframe.c (get_pc_function_start): Rewrite to avoid
8126 asignments in if-statements.
8127
8128 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8129
8130 Committed by Elena Zannoni <ezannoni@redhat.com>.
8131 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
8132 files, don't relocate absolute symbols (and do use mst_abs).
8133
8134 2003-05-23 Andrew Cagney <cagney@redhat.com>
8135
8136 * objc-lang.c: Include "gdb_assert.h".
8137 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
8138 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
8139 (gdb_check, gdb_check_fatal): Delete functions.
8140 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
8141 gdb_assert.
8142 (parse_selector, parse_method, find_methods, find_imps): Ditto.
8143 * Makefile.in (objc-lang.o): Update dependencies.
8144
8145 2003-05-22 Ian Lance Taylor <ian@airs.com>
8146
8147 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
8148 with fprintf_filtered, not fprintf_unfiltered.
8149
8150 2003-05-22 Andrew Cagney <cagney@redhat.com>
8151
8152 * stack.c (frame_info): Inline extract_address, replacing it with
8153 extract_unsigned_integer.
8154 * findvar.c (unsigned_pointer_to_address): Ditto.
8155 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
8156 * dwarf2expr.c (dwarf2_read_address): Ditto.
8157 * frame.c (frame_pc_unwind): Update comment.
8158 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
8159
8160 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
8161
8162 * infptrace.c (detach): Call print_sys_errmsg rather than
8163 perror_with_name to issue warning message when errno is non-zero
8164 after calling ptrace detach.
8165
8166 2003-05-21 J. Brobecker <brobecker@gnat.com>
8167
8168 * config/pa/tm-hppa.h: Delete some unused macros. Move some
8169 macro definitions from here...
8170 * hppa-tdep.c: ...to there.
8171
8172 2003-05-20 Kevin Buettner <kevinb@redhat.com>
8173
8174 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
8175 register_ptrace_addr(). Fix all callers.
8176
8177 2003-05-21 Andreas Schwab <schwab@suse.de>
8178
8179 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
8180 dependencies.
8181 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
8182 end.
8183 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
8184 (_initialize_m68k_linux_tdep): New function.
8185 (m68k_linux_frame_saved_pc): Make static.
8186 (m68k_linux_extract_return_value): Likewise.
8187 (m68k_linux_store_return_value): Likewise.
8188 (m68k_linux_extract_struct_value_address): Likewise.
8189 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
8190 Remove.
8191 (DEPRECATED_STORE_RETURN_VALUE): Remove.
8192 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
8193 (DEPRECATED_FRAME_SAVED_PC): Remove.
8194
8195 2003-05-20 Kris Warkentin <kewarken@qnx.com>
8196
8197 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
8198 regset numbering rather than our own.
8199
8200 2003-05-19 David Carlton <carlton@bactrian.org>
8201
8202 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
8203
8204 2003-05-19 David Carlton <carlton@bactrian.org>
8205
8206 Partial fix for PR c++/827.
8207 * cp-support.h: Include symtab.h.
8208 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
8209 * cp-namespace.c: Update contributors.
8210 (cp_lookup_symbol_nonlocal): New.
8211 (lookup_namespace_scope, cp_lookup_symbol_namespace)
8212 (lookup_symbol_file): Ditto.
8213 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
8214 * block.h: Declare block_scope, block_using, block_global_block.
8215 * block.c (block_scope): New.
8216 (block_using, block_global_block): Ditto.
8217 * Makefile.in (cp_support_h): Depend on symtab_h.
8218 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
8219
8220 2003-05-19 David Carlton <carlton@bactrian.org>
8221
8222 * language.h (struct language_defn): Add 'la_value_of_this'
8223 and 'la_lookup_symbol_nonlocal' members.
8224 * symtab.h: Declare basic_lookup_symbol_nonlocal,
8225 lookup_symbol_static, lookup_symbol_global,
8226 lookup_symbol_aux_block.
8227 * symtab.c (lookup_symbol_aux): Call language hooks to determine
8228 if we should search fields of this and how to do static/global
8229 lookup.
8230 (lookup_symbol_aux_block): Make extern.
8231 (basic_lookup_symbol_nonlocal): New.
8232 (lookup_symbol_static, lookup_symbol_global): Ditto.
8233 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
8234 'la_lookup_symbol_nonlocal' members.
8235 * c-lang.c (c_language_defn, cplus_language_defn)
8236 (asm_language_defn, minimal_language_defn): Ditto.
8237 * jv-lang.c (java_language_defn): Ditto.
8238 * language.c (unknown_language_defn, auto_language_defn)
8239 (local_language_defn): Ditto.
8240 * m2-lang.c (m2_language_defn): Ditto.
8241 * objc-lang.c (objc_language_defn): Ditto.
8242 * scm-lang.c (scm_language_defn): Ditto.
8243 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
8244 * p-lang.c (pascal_language_defn): Ditto for both.
8245 * Makefile.in (f-lang.o): Depend on value_h.
8246 (p-lang.o): Ditto.
8247
8248 2003-05-19 David Carlton <carlton@bactrian.org>
8249
8250 * block.h: Declare block_static_block.
8251 * block.c (block_static_block): New.
8252 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
8253 lookup_symbol_aux_local, calling block_static_block instead.
8254 (lookup_symbol_aux_local): Delete 'static_block' argument.
8255
8256 2003-05-19 David Carlton <carlton@bactrian.org>
8257
8258 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
8259
8260 2003-05-19 Michal Ludvig <mludvig@suse.cz>
8261
8262 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
8263 register numbers mapping.
8264
8265 2003-05-18 Adam Fedor <fedor@gnu.org>
8266
8267 * symtab.c (completion_list_objc_symbol): New function.
8268 (make_symbol_completion_list): Use it to add ObjC symbols
8269 when looking though the list.
8270 (language_search_unquoted_string): New function.
8271 (make_file_symbol_completion_list): Use it.
8272
8273 2003-05-18 Andreas Schwab <schwab@suse.de>
8274
8275 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
8276 dependencies.
8277 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
8278 as m68k_linux_extract_return_value.
8279 (DEPRECATED_STORE_RETURN_VALUE): Define as
8280 m68k_linux_store_return_value.
8281 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
8282 m68k_linux_extract_struct_value_address.
8283 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
8284 get_next_frame, get_frame_base, get_frame_pc.
8285 (m68k_linux_frame_saved_pc): Use get_frame_base.
8286 (m68k_linux_extract_return_value): New function.
8287 (m68k_linux_store_return_value): New function.
8288 (m68k_linux_extract_struct_value_address): New function.
8289 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
8290
8291 * c-exp.y (typebase): Remove duplicate occurence of
8292 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8293 of lookup_signed_typename.
8294
8295 2003-05-18 Mark Kettenis <kettenis@gnu.org>
8296
8297 * dwarf2loc.c (find_location_expression): Change type of second
8298 argument to `size_t *'.
8299 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
8300 for size variable.
8301
8302 2003-05-18 David Carlton <carlton@bactrian.org>
8303
8304 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
8305 'linkage_name'. Add comment.
8306 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
8307 'linkage_name'.
8308 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
8309 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
8310 (lookup_block_symbol): Ditto.
8311
8312 2003-05-16 Andrew Cagney <cagney@redhat.com>
8313
8314 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
8315 * gdbarch.h, gdbarch.c: Re-generate.
8316 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
8317 * TODO (REGISTER_BYTES): Delete reference.
8318 * alpha-tdep.c (alpha_gdbarch_init): Update.
8319 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8320 * x86-64-tdep.c (x86_64_init_abi): Update.
8321 * vax-tdep.c (vax_gdbarch_init): Update.
8322 * v850-tdep.c (v850_gdbarch_init): Update.
8323 * sparc-tdep.c (sparc_gdbarch_init): Update.
8324 * sh-tdep.c (sh_gdbarch_init): Update.
8325 * s390-tdep.c (s390_gdbarch_init): Update.
8326 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8327 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
8328 (ns32k_gdbarch_init_32382): Update.
8329 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8330 * mcore-tdep.c (mcore_gdbarch_init): Update.
8331 * m68k-tdep.c (m68k_gdbarch_init): Update.
8332 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8333 * ia64-tdep.c (ia64_gdbarch_init): Update.
8334 * i386-tdep.c (i386_gdbarch_init): Update.
8335 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8336 * hppa-tdep.c (hppa_gdbarch_init): Update.
8337 * h8300-tdep.c (h8300_gdbarch_init): Update.
8338 * frv-tdep.c (frv_gdbarch_init): Update.
8339 * cris-tdep.c (cris_gdbarch_init): Update.
8340 * avr-tdep.c (avr_gdbarch_init): Update.
8341 * arm-tdep.c (arm_gdbarch_init): Update.
8342 * sparc-tdep.c (sparc_pop_frame): Update.
8343 * rs6000-tdep.c (rs6000_pop_frame): Update.
8344 * remote.c (init_remote_state): Update.
8345 (remote_prepare_to_store): Update.
8346 * remote-vx.c (vx_prepare_to_store): Update.
8347 * remote-sds.c (sds_fetch_registers): Update.
8348 (sds_prepare_to_store): Update.
8349 * remote-array.c: Update.
8350 * regcache.c (init_legacy_regcache_descr): Update.
8351 (init_regcache_descr): Update.
8352 * mips-tdep.c (mips_eabi_extract_return_value): Update.
8353 (mips_o64_extract_return_value): Update.
8354 * irix5-nat.c (fetch_core_registers): Update.
8355 * irix4-nat.c (fetch_core_registers): Update.
8356 * i386-tdep.h: Update.
8357 * hppa-tdep.c (pa_do_registers_info): Update.
8358 (pa_do_strcat_registers_info): Update.
8359 * cris-tdep.c (cris_register_bytes_ok): Update.
8360 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
8361 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
8362 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
8363 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
8364 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
8365 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
8366 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
8367 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
8368 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
8369 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
8370 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
8371 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
8372 (REGISTER_BYTES_OK): Update.
8373 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
8374 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
8375
8376 2003-05-16 Ian Lance Taylor <ian@airs.com>
8377
8378 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
8379 (vax_print_insn, print_insn_arg): Remove static functions.
8380 (vax_gdbarch_init): Call set_gdbarch_print_insn with
8381 print_insn_vax from opcodes library.
8382 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
8383
8384 2003-05-15 Andrew Cagney <cagney@redhat.com>
8385
8386 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
8387 * target.h (memory_breakpoint_from_pc): Delete declaration.
8388 * mem-break.c (memory_breakpoint_from_pc): Delete function.
8389 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
8390 * monitor.c (monitor_insert_breakpoint): Use
8391 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
8392 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
8393 * gdbarch.h, gdbarch.c: Re-generate.
8394 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
8395 (sparc_gdbarch_init): Set breakpoint_from_pc to
8396 sparc_breakpoint_from_pc.
8397 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
8398 (BREAKPOINT_FROM_PC): Define.
8399 (sparc_breakpoint_from_pc): Declare.
8400 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
8401 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
8402 (BREAKPOINT_FROM_PC): Define.
8403 (BREAKPOINT): Delete macro.
8404 * target.h: Update comment.
8405 * s390-tdep.c (s390_gdbarch_init): Update comments.
8406 * remote.c: Update comments.
8407 * remote-mips.c: Update comments.
8408 * proc-api.c (write_with_trace): Do not check for a breakpoint.
8409 * mem-break.c: Update comment.
8410 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
8411 (ia64_memory_insert_breakpoint): Update.
8412 * config/sparc/tm-sparc.h: Update comment.
8413 * config/pa/tm-hppa64.h: Update comment.
8414 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8415 (rs6000_breakpoint_from_pc): Update.
8416 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8417 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
8418 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
8419 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
8420 (mips_breakpoint_from_pc): Update.
8421 (mips_dump_tdep): Update.
8422
8423 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
8424 * minsyms.c (lookup_minimal_symbol): Inline
8425 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
8426
8427 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
8428 * p-valprint.c (pascal_object_print_value_fields): Ditto.
8429 * p-lang.c (pascal_printstr): Ditto.
8430 * objc-lang.c (objc_printstr): Ditto.
8431 * m2-lang.c (m2_printstr): Ditto.
8432 * jv-valprint.c (java_print_value_fields): Ditto.
8433 * f-lang.c (f_printstr): Ditto.
8434 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
8435 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
8436 for repeat_count_threshold.
8437 * Makefile.in (cp-valprint.o): Update dependencies.
8438
8439 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8440
8441 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
8442 (examine_prologue): Support looking through leaf functions, knowing
8443 they start with mov r2,r12. Support skipping over indirect stores
8444 of the input registers. Upon hitting a non-nop branch instruction
8445 or predicated instruction, bail out by setting lim_pc to the current
8446 pc value in the loop. At the end, if the lim_pc value is still
8447 beyond our calculated value and we have trust_limit set,
8448 use the lim_pc value.
8449
8450 2003-05-15 Andrew Cagney <cagney@redhat.com>
8451
8452 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
8453 generic_find_dummy_frame.
8454 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
8455 (deprecated_generic_find_dummy_frame): Update.
8456 (deprecated_read_register_dummy): Update.
8457 * frame.c (deprecated_generic_get_saved_register): Update.
8458
8459 2003-05-15 Theodore A. Roth <troth@openavr.org>
8460
8461 * avr-tdep.c (avr_breakpoint_from_pc): New function.
8462 (avr_gdbarch_init): Set breakpoint_from_pc method.
8463
8464 2003-05-15 Andrew Cagney <cagney@redhat.com>
8465
8466 * regcache.c (build_regcache): Set deprecated_register_valid
8467 directly.
8468 (deprecated_grub_regcache_for_register_valid): Delete function.
8469 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
8470 declaration.
8471
8472 2003-05-15 David Carlton <carlton@bactrian.org>
8473
8474 Committed by Elena Zannoni <ezannoni@redhat.com>
8475 * symtab.c (lookup_symbol_aux): Delete calls to
8476 lookup_symbol_aux_minsyms.
8477 (lookup_symbol_aux_minsyms): Comment out function and
8478 prototype. Delete lookup by mangled name.
8479
8480 2003-05-14 Kevin Buettner <kevinb@redhat.com>
8481
8482 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
8483 correctly indicate an empty stack and ``stack_allocated'' to the
8484 indicate the number of elements initially allocated.
8485 (dwarf_expr_grow_stack): Simplify method for computing new
8486 stack size. Don't loop infinitely if ``stack_len'' is zero.
8487 (execute_stack_op): Move ``ctx->in_reg'' initialization
8488 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
8489 be used in conjuction with DW_OP_piece. Revise error message
8490 accordingly.
8491
8492 2003-05-14 Theodore A. Roth <troth@openavr.org>
8493
8494 * MAINTAINERS: Update my email address.
8495 * avr-tdep.c: Ditto.
8496
8497 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
8498
8499 * symtab.h (enum domain_enum): Rename from namespace_enum.
8500 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
8501 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
8502 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
8503 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
8504 TYPES_NAMESPACE, METHODS_NAMESPACE.
8505 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
8506 (struct symbol, struct partial_symbol): Rename field
8507 'namespace_enum namespace' to 'domain_enum domain'.
8508 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
8509 Delete old define kludge for namespace.
8510
8511 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
8512 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
8513 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
8514 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
8515 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
8516 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
8517 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8518 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8519 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8520 occurrences of the above.
8521
8522 2003-05-14 Ian Lance Taylor <ian@airs.com>
8523
8524 * Makefile.in (install-only): Use $(SHELL) when running
8525 mkinstalldirs.
8526
8527 2003-05-13 Ian Lance Taylor <ian@airs.com>
8528
8529 * MAINTAINERS (write after approval): Add myself.
8530
8531 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8532 second and third arguments.
8533 * ser-tcp.c (_initialize_ser_tcp): Likewise.
8534 * ser-unix.c (_initialize_ser_hardwire): Likewise.
8535
8536 2003-05-13 Andrew Cagney <cagney@redhat.com>
8537
8538 * defs.h (store_address): Delete declaration.
8539 findvar.c (store_address): Delete function.
8540 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8541 store_unsigned_integer.
8542 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8543 * v850-tdep.c (v850_push_arguments): Ditto.
8544 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8545 * sh-tdep.c (sh64_get_saved_register): Ditto.
8546 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8547 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8548 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8549 (mips_get_saved_register): Ditto.
8550 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8551 (find_func_descr, ia64_push_arguments): Ditto.
8552 * i386-tdep.c (i386_push_arguments): Ditto.
8553 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8554 * frv-tdep.c (frv_push_arguments): Ditto.
8555 * frame.c (legacy_saved_regs_prev_register): Ditto.
8556 (deprecated_generic_get_saved_register): Ditto.
8557 * findvar.c (unsigned_address_to_pointer): Ditto.
8558 * dwarf2read.c (dwarf2_const_value): Ditto.
8559 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8560 * alpha-tdep.c (alpha_push_arguments): Ditto.
8561
8562 2003-05-12 J. Brobecker <brobecker@gnat.com>
8563
8564 * NEWS: Mention that the hppa-hpux port has been partially
8565 multiarched (32bit ABIT only, so far).
8566
8567 2003-05-11 Andrew Cagney <cagney@redhat.com>
8568
8569 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8570 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8571 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8572 sim/testsuite/sim/arm/misaligned2.ms, and
8573 sim/testsuite/sim/arm/misaligned3.ms.
8574 * disasm.h (struct ui_file): Add opaque struct declaration.
8575 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8576 * frame.h (struct ui_file): Ditto.
8577
8578 2003-05-11 Mark Kettenis <kettenis@gnu.org>
8579
8580 * value.h: Pretty print.
8581
8582 2003-05-10 Mark Kettenis <kettenis@gnu.org>
8583
8584 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8585
8586 2003-05-08 Andrew Cagney <cagney@redhat.com>
8587
8588 * regcache.h (max_register_size): Delete declaration.
8589 * regcache.c (max_register_size): Delete function.
8590 (struct regcache_descr): Delete field "max_register_size".
8591 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8592 registers fit in MAX_REGISTER_SIZE.
8593 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8594 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8595 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8596 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8597 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8598 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8599 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8600 * dve3900-rom.c, hppa-tdep.c: Ditto.
8601
8602 2003-05-08 David Carlton <carlton@math.stanford.edu>
8603
8604 * valops.c (push_word): Fix typo.
8605
8606 2003-05-08 Andrew Cagney <cagney@redhat.com>
8607
8608 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8609 * gdbarch.h: Re-generate.
8610 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8611 (legacy_max_register_raw_size): Delete declaration.
8612 * regcache.c (legacy_max_register_raw_size): Delete function.
8613 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8614 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8615 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8616 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8617 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8618 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8619 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8620 * findvar.c, dwarf2cfi.c: Ditto.
8621
8622 2003-05-08 Andrew Cagney <cagney@redhat.com>
8623
8624 * mips-tdep.c (read_signed_register): New function, moved to here
8625 from "regcache.c".
8626 (read_signed_register_pid): Ditto.
8627 * regcache.c (read_signed_register_pid): Delete function, moved to
8628 "mips-tdep.c".
8629 (read_signed_register): Ditto.
8630 * regcache.h (read_signed_register): Delete declaration.
8631 (read_signed_register_pid): Delete declaration.
8632
8633 2003-05-08 Andrew Cagney <cagney@redhat.com>
8634
8635 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8636 * gdbarch.h: Re-generate.
8637 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8638 (legacy_max_register_virtual_size): Delete declaration.
8639 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8640 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8641 * tracepoint.c (memrange_sortmerge): Ditto.
8642 * sparc-tdep.c (sparc_print_registers): Ditto.
8643 * regcache.c (legacy_max_register_virtual_size): Delete function.
8644
8645 2002-05-08 J. Brobecker <brobecker@gnat.com>
8646
8647 * fork-child.c (escape_bang_in_quoted_argument): New function.
8648 (fork_inferior): Escape '!' characters in quoted arguments
8649 only when needed.
8650
8651 2003-05-08 J. Brobecker <brobecker@gnat.com>
8652
8653 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8654 the language of the CU is not currently supported by GDB.
8655
8656 2003-05-08 J. Brobecker <brobecker@gnat.com>
8657
8658 * defs.h (language): Add language_minimal enum value.
8659 * c-lang.c (minimal_language_defn): New language definition.
8660 (_initialize_c_language): Add the new minimal language to the list
8661 of languages known to GDB.
8662
8663 2003-05-08 Kevin Buettner <kevinb@redhat.com>
8664
8665 * frame.c (get_frame_type): Don't attempt to lazily initialize
8666 frame's unwinder for legacy frames.
8667
8668 2003-05-07 Andrew Cagney <cagney@redhat.com>
8669
8670 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8671 and "regcache" parameters.
8672 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8673
8674 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8675
8676 * dwarf2read.c (dwarf_decode_lines): Only use output of
8677 check_cu_functions() when calling record_line(). Do not update
8678 the current address.
8679
8680 2003-05-07 Andrew Cagney <cagney@redhat.com>
8681
8682 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8683 code.
8684
8685 2003-05-07 Jim Blandy <jimb@redhat.com>
8686
8687 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8688 'maint info symtabs' and 'maint info psymtabs'.
8689 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8690 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8691 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8692 Declarations updated.
8693 * maint.c (maintenance_list_command): Delete.
8694 (_initialize_maint_cmds): Update calls to add_cmd.
8695 * gdbcmd.h (maintenancelistlist): Delete declaration.
8696 * cli/cli-cmds.c (maintenancelistlist): Delete.
8697 (init_cmd_lists): Don't initialize it.
8698 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8699
8700 2003-05-07 Andrew Cagney <cagney@redhat.com>
8701
8702 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8703 "regcache".
8704 (d10v_print_registers_info): Update.
8705 (d10v_dmap_register, d10v_imap_register): Delete functions.
8706 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8707 and "imap_register".
8708 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8709 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8710 * arch-utils.c (generic_remote_translate_xfer_address): Add
8711 "regcache" and "gdbarch" parameters.
8712 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8713 parameter. Change class to multi-arch.
8714 * gdbarch.h, gdbarch.c: Re-generate.
8715 * remote.c (remote_xfer_memory): Use
8716 gdbarch_remote_translate_xfer_address.
8717
8718 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8719
8720 * infrun.c (prev_pc): Move declaration ahead of proceed().
8721 (proceed): Refresh prev_pc value before resuming.
8722 (stop_stepping): Remove code to refresh prev_pc.
8723
8724 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8725
8726 * nto-tdep.c: Removed stray comment.
8727
8728 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8729
8730 * i386-nto-tdep.c: Fix old K&R function definitions.
8731 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8732 Also change add_show_from_set() call to add_setshow_cmd().
8733 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8734
8735 2003-05-05 Andrew Cagney <cagney@redhat.com>
8736
8737 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8738 (fprint_dummy_frames): New function.
8739 (maintenance_print_dummy_frames): New function.
8740 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8741 * frame.c (fprint_frame_id): Make global.
8742 * frame.h (fprint_frame_id): Declare.
8743 * Makefile.in (dummy-frame.o): Update dependencies.
8744
8745 2003-05-05 Andrew Cagney <cagney@redhat.com>
8746
8747 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8748 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8749 SIZEOF_CALL_DUMMY_WORDS.
8750 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8751 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8752 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8753 CALL_DUMMY_BREAKPOINT_OFFSET.
8754 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8755 CALL_DUMMY_START_OFFSET.
8756 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8757 * gdbarch.h, gdbarch.c: Re-generate.
8758 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8759 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8760 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8761 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8762 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8763 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8764 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8765 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8766 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8767 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8768 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8769 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8770 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8771 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8772 * config/sparc/tm-sparc.h: Update.
8773
8774 2003-05-05 Kris Warkentin <kewarken@qnx.com>
8775
8776 * configure.tgt: Add i[3456]86-*-nto*.
8777 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8778 * nto-tdep.c: New file. Neutrino target support routines.
8779 * nto-tdep.h: New file. Neutrino target header.
8780 * config/tm-qnxnto.h: New file.
8781 * config/i386/i386nto.mt: New file.
8782 * config/i386/tm-i386nto.h: New file.
8783
8784 2003-05-04 Andrew Cagney <cagney@redhat.com>
8785
8786 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8787 (load_infrun_state): Ditto.
8788 (struct thread_info): Drop "prev_func_name" field.
8789 * thread.c (load_infrun_state): Update.
8790 (save_infrun_state): Update.
8791 * infrun.c (prev_func_name): Delete variable.
8792 (init_wait_for_inferior): Do not clear prev_func_name.
8793 (stop_stepping, keep_going, context_switch): Do not swap
8794 prev_func_name.
8795 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8796 instead of PC_IN_SIGTRAMP.
8797
8798 2003-05-04 Andrew Cagney <cagney@redhat.com>
8799
8800 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8801 REGISTER_BYTE with register_offset_hack.
8802 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8803 that REGISTER_BYTE is consistent with the regcache.
8804 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8805 * gdbarch.h, gdbarch.c: Regenerate.
8806
8807 2003-05-04 Mark Kettenis <kettenis@gnu.org>
8808
8809 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8810 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8811
8812 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8813
8814 2003-05-03 J. Brobecker <brobecker@gnat.com>
8815
8816 From Thierry Schneider <tpschneider1@yahoo.com>
8817 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8818 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8819 (mi-cmd-symbol.o): Add rule.
8820
8821 2003-05-03 Andrew Cagney <cagney@redhat.com>
8822
8823 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8824 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8825 * gdbarch.h, gdbarch.c: Re-generate.
8826 * d10v-tdep.c (d10v_push_dummy_code): New function.
8827 (d10v_gdbarch_init): Set push_dummy_code.
8828 * infcall.c (legacy_push_dummy_code): New function.
8829 (generic_push_dummy_code): New function.
8830 (push_dummy_code): New function.
8831 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8832 instead of dummy_addr, to push_dummy_call. Move call to
8833 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8834 switch.
8835 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8836
8837 2003-05-03 Andrew Cagney <cagney@redhat.com>
8838
8839 * disasm.h (print_insn): Declare.
8840 * disasm.c (init_gdb_disassemble_info): New function.
8841 (gdb_disassembly): Call init_gdb_disassemble_info.
8842 (gdb_print_insn): New function.
8843 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8844 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8845 * mcore-tdep.c: Include "disasm.h"
8846 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8847 * d10v-tdep.c: Include "disasm.h".
8848 (display_trace): Call gdb_print_insn, instead of print_insn.
8849 (print_insn): Delete function.
8850 * printcmd.c: Include "disasm.h".
8851 (print_insn): Delete function.
8852 (print_formatted): Call gdb_print_insn, instead of print_insn.
8853 * Makefile.in (printcmd.o): Update dependencies.
8854 (mcore-tdep.o, d10v-tdep.o): Ditto.
8855
8856 2003-05-02 Andrew Cagney <cagney@redhat.com>
8857
8858 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8859 PC_REGNUM, re-indent.
8860 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8861 PC_REGNUM isn't set.
8862
8863 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8864 * gdbarch.h, gdbarch.c: Re-generate.
8865 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8866 register_virtual_size, pc_regnum, or register_bytes.
8867 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8868 (d10v_register_type): Use D10V_PC_REGNUM.
8869 (d10v_print_registers_info, d10v_read_pc): Ditto.
8870 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8871 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8872
8873 2003-05-02 David Carlton <carlton@bactrian.org>
8874
8875 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8876 the name with mstrsave.
8877
8878 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8879
8880 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8881 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8882 (host_charset_name, target_charset_name): New vars for use by
8883 set/show commands.
8884 (host_charset_enum, target_charset_enum): New enums for set/show
8885 commands.
8886 (set_charset_sfunc, set_host_charset_sfunc,
8887 set_target_charset_sfunc): New functions.
8888 (set_host_charset, set_target_charset): Make static.
8889 (list_charsets, set_host_charset_command,
8890 set_target_charset_command): Delete functions.
8891 (show_charset_command): Rewrite as....
8892 (show_charset): Hook this up with the set/show command mechanism.
8893 (_initialize_charset): Change names of charsets to match the
8894 set/show enums. Use host_charset_name and target_charset_name.
8895 Use set/show mechanism for charset, host-charset, target-charset
8896 commands. Do not make 'show host-charset' and 'show
8897 target-charset' be aliases of 'show charset'.
8898
8899 * charset.h (set_host_charset, set_target_charset): Don't export,
8900 they are not used outside the file.
8901
8902 2003-05-01 Andrew Cagney <cagney@redhat.com>
8903
8904 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8905 (gdb_disassembly): Make "di" non static, always initialize and
8906 cleanup. Always use dis_asm_read_memory.
8907 (gdb_dis_asm_read_memory): Delete function.
8908
8909 2003-05-01 Andrew Cagney <cagney@redhat.com>
8910
8911 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8912 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8913
8914 2003-04-30 Andrew Cagney <cagney@redhat.com>
8915
8916 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8917 "tm_print_insn_info".
8918 (TARGET_PRINT_INSN_INFO): Delete macro.
8919 (dis_asm_read_memory): Delete function declaration.
8920 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8921 (tm_print_insn_info): Delete variable definition.
8922 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8923 * gdbarch.h, gdbarch.c: Re-generate.
8924 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8925 "deprecated_tm_print_insn_info".
8926 * mcore-tdep.c (mcore_dump_insn): Ditto.
8927 * mips-tdep.c (mips_gdbarch_init): Ditto.
8928 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8929 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8930 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8931 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8932 instead of TARGET_PRINT_INSN_INFO, add comment.
8933 * s390-tdep.c (s390_get_frame_info): Instead of
8934 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8935 (s390_check_function_end, s390_is_sigreturn): Ditto.
8936 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8937 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8938 * disasm.c: Include "gdbcore.h".
8939 (_initialize_disasm): New function, initialize
8940 "deprecated_tm_print_insn_info".
8941 (deprecated_tm_print_insn_info): New variable.
8942 (dis_asm_read_memory): Moved from "corefile.c", made static.
8943 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8944 * Makefile.in (disasm.o): Update dependencies.
8945
8946 2003-04-30 Andrew Cagney <cagney@redhat.com>
8947
8948 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8949
8950 2003-04-29 Adam Fedor <fedor@gnu.org>
8951
8952 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8953 * infcall.c (find_function_addr): Make non-static.
8954 * infcall.h (find_function_addr): Declare.
8955 * Makefile.in (eval.o): Update dependencies.
8956
8957 2003-04-28 Adam Fedor <fedor@gnu.org>
8958
8959 * symtab.c (symbol_find_demangled_name): Check for and demangle
8960 ObjC symbols.
8961 (symbol_init_demangled_name): Init for language_objc as well.
8962
8963 2003-04-28 Andrew Cagney <cagney@redhat.com>
8964
8965 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8966 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8967 * gdbarch.h, gdbarch.c: Re-generate.
8968 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8969 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8970 * inferior.h (deprecated_read_fp): Rename read_fp.
8971 (generic_target_read_fp): Delete declaration.
8972 * regcache.c (generic_target_read_fp): Delete function.
8973 (deprecated_read_fp): Replace read_fp, use
8974 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8975 * d10v-tdep.c (d10v_read_fp): Delete function.
8976 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8977
8978 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8979 deprecated_target_read_fp to generic_target_read_fp.
8980 * sh-tdep.c (sh_gdbarch_init): Ditto.
8981 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8982 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8983 * frv-tdep.c (frv_gdbarch_init): Ditto.
8984
8985 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8986 deprecated_fp_regnum.
8987 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8988 * vax-tdep.c (vax_gdbarch_init): Ditto.
8989 * v850-tdep.c (v850_gdbarch_init): Ditto.
8990 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8991 * sh-tdep.c (sh_gdbarch_init): Ditto.
8992 * s390-tdep.c (s390_gdbarch_init): Ditto.
8993 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8994 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8995 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8996 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8997 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8998 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8999 * i386-tdep.c (i386_gdbarch_init): Ditto.
9000 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9001 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9002 * frv-tdep.c (frv_gdbarch_init): Ditto.
9003 * cris-tdep.c (cris_gdbarch_init): Ditto.
9004 * avr-tdep.c (avr_gdbarch_init): Ditto.
9005 * arm-tdep.c (arm_gdbarch_init): Ditto.
9006 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9007
9008 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
9009 * v850-tdep.c (v850_gdbarch_init): Ditto.
9010 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9011 * sh-tdep.c (sh_gdbarch_init): Ditto.
9012 * s390-tdep.c (s390_gdbarch_init): Ditto.
9013 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9014 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9015 * mips-tdep.c (mips_gdbarch_init): Ditto.
9016 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9017 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9018 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9019 * frv-tdep.c (frv_gdbarch_init): Ditto.
9020 * avr-tdep.c (avr_gdbarch_init): Ditto.
9021 * arm-tdep.c (arm_gdbarch_init): Ditto.
9022
9023 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
9024 DEPRECATED_FP_REGNUM.
9025 (vax_push_dummy_frame, vax_pop_frame): Ditto.
9026 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
9027 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9028 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
9029 (sparc32_register_virtual_type): Ditto.
9030 * sh-tdep.c (sh64_frame_chain): Ditto.
9031 (sh64_get_saved_register, sh64_pop_frame): Ditto.
9032 (sh_nofp_frame_init_saved_regs): Ditto.
9033 (sh64_nofp_frame_init_saved_regs): Ditto.
9034 (sh_fp_frame_init_saved_regs): Ditto.
9035 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
9036 * remote-e7000.c (fetch_regs_from_dump): Ditto.
9037 * procfs.c (procfs_fetch_registers): Ditto.
9038 (procfs_store_registers): Ditto.
9039 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
9040 (store_inferior_registers, fetch_core_registers): Ditto.
9041 (fetch_kcore_registers, clear_regs): Ditto.
9042 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
9043 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
9044 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
9045 * nlm/i386.c (do_status): Ditto.
9046 * mipsv4-nat.c (supply_gregset): Ditto.
9047 * mips-tdep.c: Ditto for comments.
9048 * mips-nat.c (fetch_inferior_registers): Ditto.
9049 (store_inferior_registers, fetch_core_registers): Ditto.
9050 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
9051 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
9052 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
9053 (i386_do_pop_frame, i386_register_type): Ditto.
9054 * hppa-tdep.c (hppa_frame_chain): Ditto.
9055 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
9056 (hppa_pop_frame, hppa_read_fp): Ditto.
9057 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
9058 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
9059 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
9060 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
9061 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
9062 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
9063 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
9064 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
9065 * blockframe.c: Ditto for comments.
9066 * arch-utils.h: Ditto for comments.
9067 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
9068 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
9069 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
9070 * alpha-tdep.h: Ditto for comments.
9071 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
9072 (alpha_cannot_store_register): Ditto.
9073 (alpha_push_dummy_frame): Ditto.
9074 * alpha-nat.c (supply_gregset): Ditto.
9075
9076 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
9077 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
9078 * config/sparc/tm-sparc.h: Update comment.
9079
9080 * hppa-tdep.c (hppa_init_extra_frame_info): Use
9081 deprecated_read_fp instead of TARGET_READ_FP.
9082 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
9083 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
9084 * sparc-tdep.c (sparc_init_extra_frame_info): Use
9085 deprecated_read_fp instead of read_fp.
9086 * s390-tdep.c (s390_push_arguments): Ditto.
9087 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9088 * frame.h: Ditto in comments.
9089 * frame.c (legacy_get_prev_frame): Ditto.
9090 * dummy-frame.c (dummy_frame_this_id): Ditto.
9091 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
9092
9093 2003-04-28 Andrew Cagney <cagney@redhat.com>
9094
9095 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
9096 * gdbarch.h, gdbarch.c: Re-generate.
9097 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
9098 * vax-tdep.c (_initialize_vax_tdep): Update.
9099 * v850-tdep.c (_initialize_v850_tdep): Update.
9100 * sparc-tdep.c (_initialize_sparc_tdep): Update.
9101 * s390-tdep.c (_initialize_s390_tdep): Update.
9102 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
9103 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
9104 * mips-tdep.c (_initialize_mips_tdep): Update.
9105 * mcore-tdep.c (_initialize_mcore_tdep): Update.
9106 * m68k-tdep.c (_initialize_m68k_tdep): Update.
9107 * ia64-tdep.c (_initialize_ia64_tdep): Update.
9108 * hppa-tdep.c (_initialize_hppa_tdep): Update.
9109 * h8300-tdep.c (_initialize_h8300_tdep): Update.
9110 * frv-tdep.c (_initialize_frv_tdep): Update.
9111 * cris-tdep.c (cris_delayed_get_disassembler): Update.
9112 (_initialize_cris_tdep): Update.
9113 * arch-utils.c (legacy_print_insn): Update.
9114 * alpha-tdep.c (_initialize_alpha_tdep): Update.
9115
9116 2003-04-26 Adam Fedor <fedor@gnu.org>
9117
9118 * linespec.c (decode_objc): New function to decode ObjC calls
9119 (decode_line_1): Check for ObjC calls (using decode_objc)
9120 * Makefile (linespec.o): Update dependencies.
9121
9122 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
9123
9124 * breakpoint.h (struct breakpoint_ops): New.
9125 (struct breakpoint): Add ops member.
9126
9127 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
9128 (mention): Use new breakpoint ops member.
9129 (set_raw_breakpoint): Initialize ops field to NULL.
9130 (print_exception_catchpoint, print_one_exception_catchpoint)
9131 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
9132 (gnu_v3_exception_catchpoint_ops): New.
9133 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
9134
9135 2003-04-25 Adam Fedor <fedor@gnu.org>
9136
9137 * Makefile.in (COMMON_OBS): Add objc-lang.o
9138
9139 2003-04-25 Andrew Cagney <cagney@redhat.com>
9140
9141 * d10v-tdep.c (print_insn): Delete function.
9142 (display_trace): Use TARGET_PRINT_INSN.
9143 (_initialize_d10v_tdep): Do not set tm_print_insn.
9144 (d10v_gdbarch_init): Set print_insn.
9145
9146 2003-04-25 Andrew Cagney <cagney@redhat.com>
9147
9148 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
9149 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
9150 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
9151 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
9152 (nr_dmap_regs, a0_regnum): ... new functions.
9153 (d10v_print_registers_info): Use a0_regnum, use register_size.
9154 (d10v_register_byte): Delete function.
9155 (d10v_register_raw_size): Delete function.
9156 (d10v_register_type): Use a0_regnum.
9157 (d10v_print_registers_info): Use a0_regnum.
9158 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
9159 (d10v_gdbarch_init): Do not set register_byte or
9160 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
9161 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
9162 extract_address.
9163 (trace_command): Use XCALLOC.
9164 (print_insn): Delete reference to tm_print_insn.
9165 (saved_regs_unwinder): Use store_unsigned_integer instead of
9166 store_address.
9167 * frame.h (FRAME_OBSTACK_CALLOC): Define
9168
9169 2003-04-25 David Carlton <carlton@bactrian.org>
9170
9171 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
9172
9173 2003-04-24 Adam Fedor <fedor@gnu.org>
9174
9175 * objc-lang.c: Include "valprint.h"
9176 * Makefile.in (objc-lang.o): Update dependencies.
9177
9178 2003-04-24 Adam Fedor <fedor@gnu.org>
9179
9180 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
9181 architecture dependant compilation and mark as unimplemented
9182 (until they get put in the gdbarch vector).
9183
9184 2003-04-23 David Carlton <carlton@bactrian.org>
9185
9186 * cp-support.c (cp_find_first_component): Accept 'operator' in
9187 more locations.
9188
9189 2003-04-23 Andrew Cagney <cagney@redhat.com>
9190
9191 * infcall.c (call_function_by_hand): Eliminate redundant
9192 indentation. Move "saved_async" and "old_cleanups" to where they
9193 are needed.
9194
9195 2003-04-23 Andrew Cagney <cagney@redhat.com>
9196
9197 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
9198 and "buffer". Move the "name" code to where it is needed.
9199
9200 2003-04-23 Andrew Cagney <cagney@redhat.com>
9201
9202 * infcall.c (call_function_by_hand): Move variables "start_sp",
9203 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
9204 code to ON_STACK switch branch.
9205
9206 2003-04-23 Andrew Cagney <cagney@redhat.com>
9207
9208 * infcall.c (call_function_by_hand): Make declaration of "i",
9209 "sal", "bpt" and "old_sp" more local to their use. Delete #if
9210 lint.
9211
9212 2003-04-23 Andrew Cagney <cagney@redhat.com>
9213
9214 * infcall.c (call_function_by_hand): Delete variable
9215 "n_method_args". Localize "param_type"'s declaration to the loop
9216 that it is used. Reinstate code assigning to said variable -
9217 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
9218 Rationalize code using "param_type".
9219
9220 2003-04-22 Andrew Cagney <cagney@redhat.com>
9221
9222 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
9223 compute the breakpoint address. Only call FIX_CALL_DUMMY when
9224 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
9225 to DEPRECATED_PUSH_RETURN_ADDRESS.
9226
9227 2003-04-22 Kevin Buettner <kevinb@redhat.com>
9228
9229 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
9230 on the DWARF2 register number prior to fetching a register.
9231
9232 2003-04-22 J. Brobecker <brobecker@gnat.com>
9233
9234 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
9235 Update all the tests using SOFT_FLOAT considering the fact that
9236 this macro was always set to 0.
9237 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
9238 considering the fact that this macro was always set to 0.
9239 * hppa-tdep.h (hppa_store_return_value): Likewise.
9240 (hppa_extract_return_value): Likewise.
9241
9242 2003-04-22 J. Brobecker <brobecker@gnat.com>
9243
9244 * config/pa/tm-hppa.h: Remove obsolete code, was used by
9245 the hppa-pro target only.
9246
9247 2003-04-21 J. Brobecker <brobecker@gnat.com>
9248
9249 Ongoing multi-arch conversion effort for HP/UX:
9250 * config/pa/tm-hppa.h: Move all macro that are no longer
9251 defined now that GDB_MULTI_ARCH is now set to 1 from here...
9252 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
9253
9254 2003-04-21 J. Brobecker <brobecker@gnat.com>
9255
9256 * config/pa/tm-hppa.h: Obsolete a section that was only used
9257 for hppa-pro.
9258
9259 2003-04-21 J. Brobecker <brobecker@gnat.com>
9260
9261 Ongoing multi-arch conversion for HP/UX.
9262 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
9263 if already defined (allows hppa64 to stay non-multiarched for now).
9264 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
9265
9266 2003-04-21 Andrew Cagney <cagney@redhat.com>
9267
9268 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
9269
9270 2003-04-21 Andrew Cagney <cagney@redhat.com>
9271
9272 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
9273 "i386_num_mmx_regs".
9274
9275 2003-04-21 Andrew Cagney <cagney@redhat.com>
9276
9277 * infcall.c: New file.
9278 * infcall.h: New file.
9279 * valarith.c: Include "infcall.h".
9280 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
9281 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
9282 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
9283 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
9284 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
9285 (SFILES): Add "infcall.c"
9286 (COMMON_OBS): Add "infcall.o".
9287 (infcall.o): Specify dependencies.
9288 * value.h (call_function_by_hand): Delete declaration.
9289 * inferior.h (run_stack_dummy): Delete declaration.
9290 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
9291 (run_stack_dummy): Move to "infcall.c", merged into
9292 call_function_by_hand.
9293 * valops.c (call_function_by_hand): Moved to "infcall.c".
9294 (find_function_addr, value_arg_coerce): Ditto.
9295 (unwindonsignal_p, coerce_float_to_double): Ditto.
9296 (_initialize_valops): Move "set/show coerce-float-to-double", and
9297 "set/show unwindonsignal" commands to "infcall.c".
9298 * v850-tdep.c, target.h: Update comments.
9299 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
9300 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
9301 (sh64_init_extra_frame_info): Update comments.
9302 * mn10300-tdep.c: Update comments.
9303 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
9304 * config/sparc/tm-sparc.h: Update comments.
9305 * breakpoint.h: Update comments.
9306 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
9307 * arm-tdep.c: Update comment.
9308
9309 2003-04-19 Mark Kettenis <kettenis@gnu.org>
9310
9311 * i386-tdep.c (i386_num_register_names): New variable.
9312 (i386_num_mmx_regs): Renamed from mmx_num_regs.
9313 (MM0_REGNUM): Remove redundant parentheses in define.
9314 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
9315 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
9316 i386_mxcsr_regnum_p): Remove redundant parentheses.
9317 (i386_register_name): Use i386_num_register_names.
9318
9319 * i386-tdep.c (i386_extract_return_value,
9320 i386_store_return_value): Correct check for availability of
9321 floating-point registers.
9322
9323 * i386-tdep.c (i386_frame_num_args): Remove function.
9324 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
9325
9326 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
9327 mmx_regnum_to_fp_regnum. Adjust all callers.
9328
9329 * i386-tdep.c (i386_get_longjmp_target): Use
9330 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
9331 and TARGET_CHAR_BIT. Use extract_typed_address instead of
9332 extract_address.
9333
9334 2003-04-19 Mark Kettenis <kettenis@gnu.org>
9335
9336 * core-regset.c: Update comments to reflect reality. Re-order
9337 includes.
9338 (fetch_core_registers): Use switch instead of if. Remove
9339 redundant prototype.
9340
9341 2003-04-18 Jim Blandy <jimb@redhat.com>
9342
9343 * s390-tdep.c (s390_frame_align): New function.
9344 (s390_gdbarch_init): Register it with the gdbarch object.
9345
9346 2003-04-17 Richard Henderson <rth@redhat.com>
9347
9348 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
9349
9350 2003-04-17 Michael Snyder <msnyder@redhat.com>
9351 Karen Bennet <bennet@redhat.com>
9352
9353 Committed by Elena Zannoni <ezannoni@redhat.com>
9354 * gdb_gcore.sh: New script to create a core dump of a process.
9355
9356 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
9357
9358 * values.c (value_being_returned): Don't fetch the return
9359 value if the return type is void.
9360
9361 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9362
9363 * thread-db.c: Reindented.
9364
9365 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9366
9367 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
9368 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
9369 as types.
9370
9371
9372
9373
9374
9375
9376
9377
9378
9379
9380
9381
9382
9383
9384
9385
9386
9387
9388
9389
9390
9391
9392
9393
9394
9395 2003-04-16 Kevin Buettner <kevinb@redhat.com>
9396
9397 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
9398 the size of ``long double'' to 16, instead of 8.
9399
9400 2003-04-16 Mark Kettenis <kettenis@gnu.org>
9401
9402 * i386-linux-nat.c: Add some whitespace to make things more
9403 readable.
9404 (fetch_register, store_register, fetch_inferior_registers,
9405 store_inferior_registers): Get rid of assignment in if-statement.
9406 (store_register): Fix typo in error message.
9407
9408 2003-04-16 Andrew Cagney <cagney@redhat.com>
9409
9410 * utils.c (xmmalloc): Always allocate something, matches
9411 libiberty/xmalloc's semantics.
9412 (xmrealloc, xmcalloc): Ditto.
9413
9414 2003-04-16 Andrew Cagney <cagney@redhat.com>
9415
9416 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
9417 update comments.
9418 (get_frame_type): Initialize unwind and type when needed.
9419 (get_frame_id, frame_register_unwind): Ditto.
9420
9421 2003-04-16 Andrew Cagney <cagney@redhat.com>
9422
9423 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
9424 obsolete.
9425 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
9426 * sparcl-stub.c: Obsolete file.
9427 * config/sparc/tm-sparclet.h: Obsolete file.
9428 * sparclet-stub.c: Obsolete file.
9429 * sparclet-rom.c: Obsolete file.
9430 * sparcl-tdep.c: Obsolete file.
9431 * config/sparc/tm-sparclite.h: Obsolete file.
9432 * config/sparc/sparclite.mt: Obsolete file.
9433 * config/sparc/sparclet.mt: Obsolete file.
9434 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
9435 sparc86x-*-* obsolete.
9436
9437 2003-04-15 David Carlton <carlton@math.stanford.edu>
9438
9439 * Makefile.in (SFILES): Add cp-namespace.c.
9440 (COMMON_OBS): Add cp-namespace.o.
9441 (block.o): Depend on gdb_obstack_h and cp_support_h.
9442 (buildsym.o): Depend on cp_support_h.
9443 (cp-namespace.o): New.
9444 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
9445 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
9446 (dwarf2read.o): Depend on cp_support_h.
9447 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
9448 * dwarf2read.c (process_die): Set processing_has_namespace_info,
9449 processing_current_namespace.
9450 (read_namespace): Update processing_current_namespace; check for
9451 anonymous namespaces.
9452 (dwarf2_name): New function.
9453 (dwarf2_extension): Ditto.
9454 * cp-support.h: Update copyright, contributors.
9455 Add inclusion guards.
9456 Add opaque declaration for structs obstack, block, symbol.
9457 (struct using_direct): New struct.
9458 Add declarations for cp_find_first_component,
9459 cp_entire_prefix_len, processing_has_namespace_info,
9460 processing_current_namespace, cp_is_anonymous,
9461 cp_add_using_directive, cp_initialize_namespace,
9462 cp_finalize_namespace, cp_set_block_scope,
9463 cp_scan_for_anonymous_namespaces.
9464 * cp-namespace.c: New file.
9465 * cp-support.c: Update copyright.
9466 Include ctype.h, gdb_assert.h, gdbcmd.h.
9467 New variable maint_cplus_cmd_list.
9468 (cp_find_first_component): New function.
9469 (cp_entire_prefix_len, maint_cplus_command)
9470 (first_component_command, _initialize_cp_support): Ditto.
9471 * buildsym.c: Include cp-support.h.
9472 New variable using_list.
9473 (add_symbol_to_list): Check for anonymous namespaces.
9474 (finish_block): Set block's scope.
9475 (start_symtab): Initialize C++ namespace support.
9476 (end_symtab): Finalize C++ namespace support.
9477 * block.h: Add opaque declarations for structs
9478 block_namespace_info, using_direct, and obstack.
9479 Add declarations for block_set_scope and block_set_using.
9480 (struct block): Add 'language_specific' member.
9481 (BLOCK_NAMESPACE): New macro.
9482 * block.c: Include gdb_obstack.h and cp-support.h.
9483 (struct block_namespace_info): New struct.
9484 (block_set_scope): New function.
9485 (block_set_using, block_initialize_namespace): Ditto.
9486
9487 2003-04-14 Kevin Buettner <kevinb@redhat.com>
9488
9489 * solib-svr4.c (svr4_have_link_map_offsets): New function.
9490 (locate_base): Return early if there aren't any link map offsets.
9491 (svr4_solib_create_inferior_hook): Warn if shared library support
9492 is unavailable.
9493
9494 2003-04-14 David Carlton <carlton@math.stanford.edu>
9495
9496 * symtab.c (symbol_set_names): Add prefix when storing Java names
9497 in hash table. Fix for PR java/1039.
9498
9499 2003-04-14 David Carlton <carlton@math.stanford.edu>
9500
9501 * symtab.c (symbol_set_names): Rename 'name' arg to
9502 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
9503 * symtab.h: Change 'name' argument in declaration of
9504 symbol_set_names to 'linkage_name'.
9505 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
9506
9507 2003-04-14 Andrew Cagney <cagney@redhat.com>
9508
9509 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
9510 return the fully sign-extended register value.
9511 (get_frame_pointer): Ditto.
9512 (mips_pop_frame): Initialize "proc_desc" after checking for a
9513 dummy frame.
9514
9515 2003-04-14 Andrew Cagney <cagney@redhat.com>
9516
9517 * mips-tdep.c (mips_push_dummy_frame): Delete function.
9518 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9519 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9520 (mips_push_register): Delete function.
9521 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9522 PUSH_FP_REGNUM.
9523
9524 2003-04-14 Jim Blandy <jimb@redhat.com>
9525
9526 * symmisc.c: #include "gdb_regex.h".
9527 (maintenance_list_symtabs, maintenance_list_psymtabs): New
9528 functions.
9529 * maint.c (maintenance_list_command): New function.
9530 (_initialize_maint_cmds): Register the above as commands.
9531 * symtab.h (maintenance_list_symtabs,
9532 maintenance_list_psymtabs): New declarations.
9533 * cli/cli-cmds.c (maintenancelistlist): New variable.
9534 (init_cmd_lists): Initialize it.
9535 * cli/cli-cmds.h (maintenancelistlist): New declaration.
9536 * gdbcmd.h (maintenancelistlist): New declaration.
9537 * Makefile.in (symmisc.o): Update dependencies.
9538
9539 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
9540
9541 * s390-nat.c: Include asm/types.h for addr_t.
9542
9543 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
9544
9545 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9546 actually incoming type.
9547
9548 2003-04-13 Andrew Cagney <cagney@redhat.com>
9549
9550 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9551 get_next_frame and get_frame_saved_regs.
9552
9553 2003-04-13 Andrew Cagney <cagney@redhat.com>
9554
9555 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9556 of gdbarch_num_regs.
9557
9558 2003-04-13 Andrew Cagney <cagney@redhat.com>
9559
9560 * frame.h: Mention what replaced what in "struct frame_info".
9561 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9562 deprecated_update_frame_base_hack and
9563 deprecated_update_frame_pc_hack.
9564 * hppa-tdep.c: Ditto.
9565
9566 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9567
9568 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9569 to read_reg and update its comment. Remove regnum member.
9570 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9571 Don't call read_reg when setting in_reg. Call read_reg to get
9572 the frame base if it's in a register. Return the register number
9573 on the stack instead of in the context. Remove extra arguments
9574 to read_reg.
9575 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9576 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
9577 the register number on the expression stack.
9578 (needs_frame_read_reg): Remove extra arguments.
9579
9580 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9581
9582 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9583 made non-static.
9584 (execute_stack_op): All callers updated.
9585 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9586 * dwarf2loc.c (find_location_expression): New function.
9587 (dwarf_expr_frame_base): Call it.
9588 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9589 (dwarf2_tracepoint_var_ref): New function, broken out from
9590 locexpr_tracepoint_var_ref.
9591 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9592 Make static.
9593 (loclist_read_variable, loclist_read_needs_frame): New functions.
9594 (loclist_describe_location, loclist_tracepoint_var_ref): New
9595 functions.
9596 (dwarf2_loclist_funcs): New struct location_funcs.
9597 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9598 (struct dwarf2_locexpr_baton): Add comments.
9599 (dwarf2_loclist_funcs): New extern.
9600 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9601 base_address and base_known.
9602 (dwarf_loc_buffer): New variable.
9603 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9604 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9605 (dwarf2_has_info): Initialize dwarf_loc_offset.
9606 (dwarf2_build_psymtabs): Read in .debug_loc.
9607 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9608 DWARF_LOC_SIZE.
9609 (psymtab_to_symtab_1): Likewise. Move base address calculation
9610 here, from...
9611 (dwarf2_get_pc_bounds): ... here. Use the base address from
9612 cu_header.
9613 (dwarf2_symbol_mark_computed): Handle location lists.
9614
9615 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9616
9617 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9618 if the linkage name demangled successfully.
9619
9620 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9621
9622 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9623 disassmbly_flavour): Removed.
9624
9625 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9626
9627 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9628
9629 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9630
9631 2003-04-12 Andrew Cagney <cagney@redhat.com>
9632
9633 * frame.h (struct frame_info): Move definition from here ...
9634 * frame.c (struct frame_info): ... to here.
9635
9636 2003-04-12 Andrew Cagney <cagney@redhat.com>
9637
9638 * gdbthread.h (save_infrun_state): Delete parameter
9639 "prev_func_start".
9640 (struct thread_info): Delete field "prev_func_start".
9641 (load_infrun_state): Ditto.
9642 * thread.c (load_infrun_state, save_infrun_state): Update.
9643 * infrun.c (prev_func_start): Delete variable.
9644 (context_switch, init_wait_for_inferior): Update.
9645 (stop_stepping, keep_going): Update.
9646
9647 2003-04-12 Andrew Cagney <cagney@redhat.com>
9648
9649 * gdbarch.sh: Add missing opaque declarations.
9650 * gdbarch.h: Regnerate.
9651 * symtab.h: Add missing opaque declarations.
9652 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9653 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9654 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9655 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9656 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9657 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9658 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9659 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9660 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9661 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9662 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9663 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9664 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9665
9666 2003-04-11 Andrew Cagney <cagney@redhat.com>
9667
9668 * frame.c (get_frame_id): Return this frame's "id".
9669 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9670 function start.
9671 (legacy_saved_regs_this_id): Replace function body with
9672 internal-error.
9673 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9674 FRAME_OBSTACK_ZALLOC.
9675 (create_new_frame): Mark the frame ID as valid.
9676
9677 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
9678
9679 * Makefile.in (libbfd_h): Added missing setting.
9680 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9681 according to the selected ABI.
9682
9683 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9684
9685 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9686
9687 2003-04-11 Andrew Cagney <cagney@redhat.com>
9688
9689 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9690 SAVED_PC_AFTER_CALL.
9691 * gdbarch.h, gdbarch.c: Regenerate.
9692 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9693 * x86-64-tdep.c (x86_64_init_abi): Update.
9694 * vax-tdep.c (vax_gdbarch_init): Update.
9695 * v850-tdep.c (v850_gdbarch_init): Update.
9696 * sparc-tdep.c (sparc_gdbarch_init): Update.
9697 * sh-tdep.c (sh_gdbarch_init): Update.
9698 * s390-tdep.c (s390_gdbarch_init): Update.
9699 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9700 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9701 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9702 * mips-tdep.c (mips_gdbarch_init): Update.
9703 * mcore-tdep.c (mcore_gdbarch_init): Update.
9704 * m68k-tdep.c (m68k_gdbarch_init): Update.
9705 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9706 * ia64-tdep.c (ia64_gdbarch_init): Update.
9707 (ia64_saved_pc_after_call): Update declaration.
9708 * i386ly-tdep.c (i386lynx_init_abi): Update.
9709 * i386-tdep.c (i386_gdbarch_init): Update.
9710 * hppa-tdep.c (hppa_gdbarch_init): Update.
9711 * h8300-tdep.c (h8300_gdbarch_init): Update.
9712 * frv-tdep.c (frv_gdbarch_init): Update.
9713 * cris-tdep.c (cris_gdbarch_init): Update.
9714 * avr-tdep.c (avr_gdbarch_init): Update.
9715 * arm-tdep.c (arm_gdbarch_init): Update.
9716 * alpha-tdep.c (alpha_gdbarch_init): Update.
9717 * ns32knbsd-nat.c (frame_num_args): Update.
9718 * ns32k-tdep.c (umax_frame_num_args): Update.
9719 * mips-tdep.c (mips_init_frame_pc_first): Update.
9720 * infrun.c (step_over_function): Update.
9721 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9722 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9723 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9724 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9725 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9726 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9727 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9728 * arch-utils.c (init_frame_pc_default): Update.
9729 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9730 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9731 declaration.
9732
9733 2003-04-11 Andrew Cagney <cagney@redhat.com>
9734
9735 * i387-tdep.c: Update copyright.
9736 (i387_to_double): Delete function.
9737 (double_to_i387): Delete function.
9738
9739 2003-04-10 Andrew Cagney <cagney@redhat.com>
9740
9741 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9742 frame's function's address. Simplify.
9743 (d10v_frame_unwind_cache): Check that the frame's function is
9744 non-zero.
9745
9746 2003-04-10 Jim Blandy <jimb@redhat.com>
9747
9748 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9749 call to set_gdbarch_deprecated_push_arguments.
9750
9751 2003-04-10 Andrew Cagney <cagney@redhat.com>
9752
9753 * frame.c (fprint_frame_id): New function.
9754 (fprint_frame_type, fprint_frame): New function.
9755 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9756 (create_sentinel_frame, get_frame_id): Ditto.
9757 (frame_id_p, frame_id_eq): Ditto.
9758 (frame_id_inner, create_new_frame): Ditto.
9759 (legacy_get_prev_frame, get_prev_frame): Ditto.
9760 (deprecated_update_frame_pc_hack): Ditto.
9761 (frame_register_unwind): Ditto.
9762 (deprecated_update_frame_base_hack): Ditto.
9763
9764 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9765
9766 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9767 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9768 frame_chain function.
9769 * Makefile.in: Add dependencies due to above change.
9770
9771 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9772
9773 * blockframe.c (legacy_frame_chain_valid): Move call to
9774 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9775 inside_entry_file.
9776
9777 2003-04-09 Andrew Cagney <cagney@redhat.com>
9778
9779 * frame.h (struct frame_id): Replace "pc" and "base" with
9780 "stack_addr" and "code_addr". Update comments.
9781 (frame_id_build): Update parameter names and comment.
9782 (struct frame_info): Replace "id_p" and "id" with "this_id".
9783 * dummy-frame.c (dummy_frame_this_id): Update.
9784 * breakpoint.c (print_one_breakpoint): Update.
9785 * frame.c (get_frame_id): Update.
9786 (get_frame_base, frame_id_build): Update.
9787 (create_sentinel_frame, legacy_get_prev_frame): Update.
9788 (deprecated_update_frame_base_hack): Update.
9789 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9790 (frame_id_inner): Ditto.
9791
9792 2003-04-09 Andrew Cagney <cagney@redhat.com>
9793
9794 * defs.h (gdb_print_host_address): Make "addr" parameter a
9795 pointer constant.
9796 * utils.c (gdb_print_host_address): Update.
9797
9798 2003-04-09 Kevin Buettner <kevinb@redhat.com>
9799
9800 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9801 register number for R0 is 0.
9802
9803 2003-04-09 J. Brobecker <brobecker@gnat.com>
9804
9805 * frame.h (struct gdbarch): Add opaque structure definition
9806 to avoid a compilation warning on LynxOS 4.0.
9807
9808 2003-04-09 Andrew Cagney <cagney@redhat.com>
9809
9810 * frame.h (struct frame_info): Delete field "pc". Replace
9811 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9812 structure.
9813 * frame.c (frame_pc_unwind): Update.
9814 (create_sentinel_frame): Do not set "pc".
9815 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9816 (get_frame_pc): Call frame_pc_unwind.
9817 (deprecated_update_frame_pc_hack): Update.
9818 (create_new_frame): Use "pc" not "->pc".
9819
9820 2003-04-09 Andrew Cagney <cagney@redhat.com>
9821
9822 * frame.c (get_frame_id): Eliminate code updating "frame".
9823 (legacy_get_prev_frame): Ditto.
9824 (get_frame_base): Return id.base directly.
9825 (deprecated_update_frame_base_hack): Update "id.base".
9826 * frame.h (struct frame_info): Delete field "frame".
9827
9828 2003-04-09 Andrew Cagney <cagney@redhat.com>
9829
9830 * NEWS: Mention that the "Sequent family" is obsolete.
9831 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9832 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9833 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9834 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9835 * config/i386/tm-ptx4.h: Obsolete file.
9836 * config/i386/tm-ptx.h: Obsolete file.
9837 * symm-tdep.c: Obsolete file.
9838 * config/i386/symmetry.mt: Obsolete file.
9839 * config/i386/tm-symmetry.h: Obsolete file.
9840 * symm-nat.c: Obsolete file.
9841 * config/i386/nm-symmetry.h: Obsolete file.
9842 * config/i386/xm-symmetry.h: Obsolete file.
9843 * config/i386/symmetry.mh: Obsolete file.
9844 * config/i386/nm-ptx4.h: Obsolete file.
9845 * config/i386/ptx4.mh: Obsolete file.
9846 * config/i386/ptx.mt: Obsolete file.
9847 * config/i386/ptx.mh: Obsolete file.
9848 * config/i386/xm-ptx4.h: Obsolete file.
9849 * config/i386/xm-ptx.h: Obsolete file.
9850
9851 2003-04-09 Andrew Cagney <cagney@redhat.com>
9852
9853 Obsolete mips*-*-mach3*.
9854 * NEWS: Mention that mips*-*-mach3* is obsolete.
9855 * m3-nat.c: Obsolete file.
9856 * config/nm-m3.h: Obsolete file.
9857 * config/mips/tm-mipsm3.h: Obsolete file.
9858 * config/mips/mipsm3.mt: Obsolete file.
9859 * config/mips/mipsm3.mh: Obsolete file.
9860 * config/mips/xm-mipsm3.h: Obsolete file.
9861 * mipsm3-nat.c: Obsolete file.
9862 * configure.host: Obsolete mips-dec-mach3*.
9863 * configure.tgt: Obsolete mips*-*-mach3*.
9864
9865 2003-04-09 Andrew Cagney <cagney@redhat.com>
9866
9867 * doublest.h: Update copyright.
9868 (deprecated_store_floating, deprecated_extract_floating): Rename
9869 store_floating and extract_floating. Update comments.
9870 * doublest.c: Update copyright.
9871 (extract_floating_by_length): Replace extract_floating.
9872 (store_floating_by_length): Replace store_floating.
9873 (deprecated_extract_floating): New function.
9874 (deprecated_store_floating): New function.
9875 (extract_typed_floating): Call extract_floating_by_length.
9876 (store_typed_floating): Call store_floating_by_length.
9877 * x86-64-tdep.c (x86_64_store_return_value): Update.
9878 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9879 (sh64_extract_return_value): Update.
9880 (sh_sh4_register_convert_to_virtual): Update.
9881 (sh_sh64_register_convert_to_virtual): Update.
9882 (sh_sh4_register_convert_to_raw): Update.
9883 (sh_sh64_register_convert_to_raw): Update.
9884 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9885 (rs6000_register_convert_to_raw): Update.
9886 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9887 (ia64_register_convert_to_raw): Update.
9888 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9889 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9890 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9891 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9892 (alpha_register_convert_to_raw): Update.
9893
9894 2003-04-08 Andrew Cagney <cagney@redhat.com>
9895
9896 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9897 * gdbarch.h, gdbarch.c: Re-generate.
9898 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9899 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9900 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9901 conditionally, use frame_pc_unwind as an alternative. Add
9902 comments.
9903 * arch-utils.c (init_frame_pc_default): Only call
9904 SAVED_PC_AFTER_CALL when available.
9905
9906 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9907
9908 * infrun.c (stop_soon): Rename from stop_soon_quietly.
9909 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9910 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9911 (start_remote): Ditto.
9912 (handle_inferior_event): Ditto.
9913 (save_inferior_status): Ditto.
9914 (restore_inferior_status): Ditto.
9915 * infcmd.c (attach_command): Ditto.
9916 * fork-child.c (startup_inferior): Ditto.
9917 * inferior.h (stop_soon): Rename from stop_soon_quietly.
9918 * alpha-tdep.c (heuristic_proc_start): Ditto.
9919 * mips-tdep.c (heuristic_proc_start): Ditto.
9920 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9921 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9922 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9923 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9924 * remote-vx.c (vx_create_inferior): Ditto.
9925
9926 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9927
9928 * infrun.c (stop_soon_quietly): Make it an enum, to better
9929 override the default behavior of handle_inferior_event.
9930 (clear_proceed_status): Update uses of stop_soon_quietly to
9931 reflect that it is now an enum.
9932 (start_remote): Ditto.
9933 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9934 is set to handle the new GNU/Linux kernel behavior for
9935 attach/sigstop. Update uses of stop_soon_quietly.
9936 * inferior.h (enum stop_kind): New enum.
9937 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9938 Reset normal handle_inferior_event behavior, afterwards.
9939 * fork-child.c (startup_inferior): Update.
9940 * alpha-tdep.c (heuristic_proc_start): Update.
9941 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9942 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9943 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9944 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9945 * remote-vx.c (vx_create_inferior): Update.
9946 * mips-tdep.c (heuristic_proc_start): Update.
9947
9948 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
9949
9950 * disasm.c (dump_insns): Move variables inside loop, or they will
9951 be freed more than once, causing wild memory corruptions.
9952 (gdb_disassembly): Look for the substring "-thread",
9953 instead of "-threads" in the target name, to make sure to find
9954 the 'multi-thread' target. Also, make sure we do the right thing
9955 with the "core" target.
9956
9957 2003-04-07 Kevin Buettner <kevinb@redhat.com>
9958
9959 * mips-tdep.c (mips_print_fp_register): New function, created from
9960 do_fp_register_row(). Registers are now (also) printed as hex.
9961 Only one register is printed per row.
9962 (mips_print_register, do_fp_register_row): Print floating point
9963 registers with mips_print_fp_register().
9964
9965 2003-04-06 Andrew Cagney <cagney@redhat.com>
9966
9967 * valprint.h (inspect_it): Add extern declaration.
9968 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9969 (selectors_info, classes_info): Ditto.
9970 (find_objc_msgcall): Fix indentation.
9971 (objc_printstr): Delete extern declarations.
9972
9973 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9974
9975 2003-04-06 Andrew Cagney <cagney@redhat.com>
9976
9977 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9978 Update comment.
9979 * frame.c (legacy_saved_regs_this_id): Update.
9980 (legacy_get_prev_frame): Update.
9981 * xstormy16-tdep.c: Update comment.
9982 * sparc-tdep.c (sparc_frame_chain): Update comment.
9983 * blockframe.c (legacy_frame_chain_valid): Update.
9984
9985 2003-04-06 Andrew Cagney <cagney@redhat.com>
9986
9987 * valprint.c (val_print_type_code_int): Delete #ifdef
9988 PRINT_TYPELESS_INTEGER code.
9989
9990 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9991 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9992 multi-arch definition.
9993 * gdbarch.h: Re-generate.
9994
9995 2003-04-05 Andrew Cagney <cagney@redhat.com>
9996
9997 Eliminate FRAME_FIND_SAVED_REGS.
9998 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9999 Change FSR parameter to a pointer.
10000 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
10001 Assume FSR parameter is a pointer.
10002 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10003 Make fsr a pointer.
10004 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
10005 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
10006 saved_regs a pointer.
10007 (hppa_frame_saved_pc): Ditto.
10008 (find_dummy_frame_regs): Make frame_saved_regs a pointer
10009 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
10010 pointer.
10011 (restore_pc_queue): Make fsr a pointer.
10012 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
10013 (hppa_frame_chain): Make saved_regs a pointer, call
10014 hppa_frame_init_saved_regs.
10015 * sparc-tdep.c: Include "gdb_assert.h".
10016 (sparc_frame_find_saved_regs): Replace internal_error with
10017 gdb_assert.
10018 * remote-vxsparc.c (vx_read_register): Delete reference to
10019 FRAME_FIND_SAVED_REGS.
10020 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
10021 * gdbarch.h: Regenerate.
10022 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10023 (deprecated_get_frame_saved_regs): Delete declaration.
10024 (struct frame_saved_regs): Delete definition.
10025 * frame.c (deprecated_get_frame_saved_regs): Delete function.
10026 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
10027 (hppa_frame_find_saved_regs): Delete declaration.
10028 (FRAME_FIND_SAVED_REGS): Delete macro.
10029 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
10030 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
10031 FRAME_FIND_SAVED_REGS in comment.
10032
10033 2003-04-05 Andrew Cagney <cagney@redhat.com>
10034
10035 * frame.c (frame_func_unwind, get_frame_func): New functions.
10036 * frame.h (get_frame_func, frame_func_unwind): Declare.
10037 (struct frame_info): Add field "prev_func" for caching the
10038 previous frame's function address.
10039 * arm-tdep.c (arm_frameless_function_invocation): Combine
10040 get_pc_function_start and get_frame_pc into get_frame_func.
10041 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
10042 (sh64_nofp_frame_init_saved_regs): Ditto.
10043 * s390-tdep.c (s390_function_start): Ditto.
10044 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
10045 (rs6000_frameless_function_invocation): Ditto.
10046 (rs6000_frame_saved_pc): Ditto.
10047 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
10048 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
10049 * i386-tdep.c (i386_frameless_signal_p): Ditto.
10050 (i386_frame_init_saved_regs): Ditto.
10051 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
10052 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
10053 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
10054 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
10055 * blockframe.c (frameless_look_for_prologue): Ditto.
10056
10057 2003-04-05 Andrew Cagney <cagney@redhat.com>
10058
10059 * frame.c (legacy_get_prev_frame): Link prev to next at the
10060 function start. Update comments.
10061
10062 2003-04-05 Andrew Cagney <cagney@redhat.com>
10063
10064 * frame.c (get_frame_id): Update comment.
10065 (legacy_get_prev_frame): Update comment.
10066 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
10067 * gdbarch.h: Regenerate.
10068 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
10069 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
10070
10071 2003-04-05 Andrew Cagney <cagney@redhat.com>
10072
10073 * stack.c (print_frame_info): Use get_frame_pc.
10074
10075 2003-04-04 Andrew Cagney <cagney@redhat.com>
10076
10077 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
10078 the frame's type from the unwinder.
10079 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
10080 (create_new_frame, legacy_get_prev_frame): When the unwinder's
10081 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
10082 (get_frame_base_address): Use get_frame_type.
10083 (get_frame_locals_address, get_frame_args_address): Ditto.
10084 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
10085 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
10086 (struct frame_info): Add comment explaining why the frame contains
10087 a "type" field.
10088 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
10089 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
10090 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
10091 NORMAL_FRAME.
10092 * frame-unwind.h: Include "frame.h".
10093 (struct frame_unwind): Add "type" field.
10094 * Makefile.in (frame_unwind_h): Add $(frame_h).
10095
10096 2003-04-04 Andrew Cagney <cagney@redhat.com>
10097
10098 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
10099 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
10100 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
10101 get_frame_base.
10102 (d10v_unwind_dummy_id): Use frame_id_build.
10103 * frame.c (find_frame_sal): Use get_frame_pc.
10104 (create_new_frame): Use deprecated_update_frame_pc_hack and
10105 deprecated_update_frame_base_hack.
10106 (create_sentinel_frame): Add comment about ->pc going away.
10107 (get_prev_frame): Add comment about ->pc going away.
10108 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
10109 frame_id_build, deprecated_update_frame_pc_hack and
10110 deprecated_update_frame_base_hack.
10111 (select_frame): Use get_frame_pc.
10112 (legacy_saved_regs_this_id): Use frame_id_build.
10113
10114 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
10115
10116 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
10117 signed integer case.
10118 (classify_argument): Handle enumerations and references.
10119
10120 2003-04-04 Andrew Cagney <cagney@redhat.com>
10121
10122 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
10123 ID to NULL.
10124
10125 2003-04-01 Adam Fedor <fedor@gnu.org>
10126
10127 * gdb/objc-lang.c (selectors_info): Replace calls to
10128 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
10129 SYMBOL_NATURAL_NAME.
10130 (classes_info, find_methods): Likewise.
10131
10132 2003-04-03 Kevin Buettner <kevinb@redhat.com>
10133
10134 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
10135 ``mach'' to the value determined by bfd_default_set_arch_mach().
10136
10137 2003-04-02 Bob Rossi <bob_rossi@cox.net>
10138
10139 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
10140 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
10141 (mi-cmd-file.o): Update dependencies.
10142
10143 2003-04-01 Kevin Buettner <kevinb@redhat.com>
10144
10145 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
10146 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
10147
10148 2003-04-01 Adam Fedor <fedor@gnu.org>
10149
10150 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
10151 * language.h (struct language_defn): Add la_demangle.
10152 (language_demangle): Declare.
10153 * language.c (language_demangle): New function.
10154 (unk_lang_demangle): Likewise.
10155 (unknown_language_defn, auto_language_defn, local_language_defn):
10156 Add ukn_lang_demangle.
10157 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
10158 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
10159 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
10160 (cplus_language_defn): Add cplus_demangle for la_demangle element.
10161 * jv-lang.c (java_demangle): New function
10162 (java_language_defn): Use it for la_demangle element.
10163 * objc-lang.c (objc_demangle): Add options argument
10164 (objc_language_defn): Use objc_demangle for la_demangle element.
10165 * maint.c (maintenance_demangle): Replace switch with
10166 call to language_demangle.
10167 * utils.c (fprintf_symbol_filtered): Likewise.
10168
10169 2003-04-01 Andrew Cagney <cagney@redhat.com>
10170
10171 * printcmd.c (print_frame_nameless_args): Delete #ifdef
10172 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
10173 PRINT_TYPELESS_INTEGER.
10174 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
10175 PUSH_RETURN_ADDRESS.
10176
10177 2003-04-01 Andrew Cagney <cagney@redhat.com>
10178
10179 * Makefile.in (d10v-tdep.o): Update dependencies.
10180 * d10v-tdep.c: Include "frame-base.h".
10181 (d10v_frame_unwind): Make constant.
10182 (d10v_frame_base_address): New function.
10183 (d10v_frame_base): New variable.
10184 (d10v_gdbarch_init): Set frame_base default.
10185 (struct d10v_unwind_cache): Add the field "prev_sp". Update
10186 comment for base.
10187 (d10v_frame_unwind_cache): Set and use "prev_sp".
10188 (d10v_frame_this_id): Use the previous frame's inner most stack
10189 address and this frame's func address for the frame ID. Use
10190 frame_id_build. Don't analyze beyond the current instruction.
10191
10192 2003-04-01 Andrew Cagney <cagney@redhat.com>
10193
10194 * frame.h (get_frame_locals_address, get_frame_args_address):
10195 Refer to the base address, instead of the address of the first
10196 local or parameter.
10197
10198 2003-04-01 Andrew Cagney <cagney@redhat.com>
10199
10200 Add frame debug info addresses:
10201 * frame-base.c: New file.
10202 * frame-base.h: New file.
10203 * frame.h (struct frame_base): Add opaque declaration.
10204 (get_frame_base): Update comment.
10205 (get_frame_base_address): Declare.
10206 (get_frame_locals_address): Declare.
10207 (get_frame_args_address): Declare.
10208 (struct frame_info): Add "base" and "base_cache". Update
10209 comments on the unwinder.
10210 * frame.c: Include "frame-base.h".
10211 (get_frame_locals_address): New function.
10212 (get_frame_base_address): New function.
10213 (get_frame_args_address): New function.
10214 * findvar.c (read_var_value): Use get_frame_locals_address and
10215 get_frame_args_address.
10216 * stack.c (frame_info): Use get_frame_locals_address and
10217 get_frame_args_address.
10218 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
10219 moved to "frame-base.c".
10220 * printcmd.c (print_frame_nameless_args): Ditto.
10221 * symtab.h (address_class): Update comments.
10222 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
10223 get_frame_base_address.
10224 * dwarf2expr.c (execute_stack_op): Ditto.
10225 * Makefile.in (frame_base_h): Define.
10226 (frame.o): Update dependencies.
10227 (frame-base.o): Add dependencies.
10228 (SFILES): Add frame-base.c.
10229 (COMMON_OBS): Add frame-base.o.
10230
10231 2003-04-01 Andrew Cagney <cagney@redhat.com>
10232
10233 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
10234 CALL_DUMMY_LENGTH): Ditto.
10235 * gdbarch.c: Re-generate.
10236 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
10237 (CALL_DUMMY_LENGTH): Delete macro.
10238 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
10239 * arm-tdep.c (arm_gdbarch_init): Ditto.
10240 * avr-tdep.c (avr_gdbarch_init): Ditto.
10241 * cris-tdep.c (cris_gdbarch_init): Ditto.
10242 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10243 * frv-tdep.c (frv_gdbarch_init): Ditto.
10244 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10245 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10246 * i386-tdep.c (i386_gdbarch_init): Ditto.
10247 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10248 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10249 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10250 * mips-tdep.c (mips_gdbarch_init): Ditto.
10251 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10252 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10253 * s390-tdep.c (s390_gdbarch_init): Ditto.
10254 * sh-tdep.c (sh_gdbarch_init): Ditto.
10255 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10256 * v850-tdep.c (v850_gdbarch_init): Ditto.
10257 * vax-tdep.c (vax_gdbarch_init): Ditto.
10258 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10259
10260 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
10261
10262 * frame.c (get_prev_frame): Disable call to inside_entry_file().
10263
10264 2003-04-01 Andrew Cagney <cagney@redhat.com>
10265
10266 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
10267 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10268 * gdbarch.h, gdbarch.c: Re-generate.
10269 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10270 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10271 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10272 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10273 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10274 * infcmd.c (run_stack_dummy): Simplify assuming
10275 CALL_DUMMY_BREAKPOINT_OFFSET_P.
10276 * infrun.c (handle_inferior_event): Ditto.
10277 * alpha-tdep.c (alpha_gdbarch_init): Do not set
10278 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
10279 * arm-tdep.c (arm_gdbarch_init): Ditto.
10280 * avr-tdep.c (avr_gdbarch_init): Ditto.
10281 * cris-tdep.c (cris_gdbarch_init): Ditto.
10282 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10283 * frv-tdep.c (frv_gdbarch_init): Ditto.
10284 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10285 * i386-tdep.c (i386_gdbarch_init): Ditto.
10286 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10287 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10288 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10289 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10290 * mips-tdep.c (mips_gdbarch_init): Ditto.
10291 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10292 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10293 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10294 * s390-tdep.c (s390_gdbarch_init): Ditto.
10295 * sh-tdep.c (sh_gdbarch_init): Ditto.
10296 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10297 * v850-tdep.c (v850_gdbarch_init): Ditto.
10298 * vax-tdep.c (vax_gdbarch_init): Ditto.
10299 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10300
10301 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
10302
10303 * symfile.c (symfile_relocate_debug_section): Update call to
10304 bfd_simple_get_relocated_section_contents.
10305
10306 2003-03-31 Andrew Cagney <cagney@redhat.com>
10307
10308 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
10309 * gdbarch.h, gdbarch.c: Regenerate.
10310 * inferior.h (FIX_CALL_DUMMY): Delete macro.
10311 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
10312 available.
10313 * frame.h (generic_fix_call_dummy): Delete declaration.
10314 * dummy-frame.h: Update comment.
10315 * dummy-frame.c (generic_fix_call_dummy): Delete function.
10316 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10317 fix_call_dummy.
10318 * sh-tdep.c (sh_gdbarch_init): Ditto.
10319 * s390-tdep.c (s390_gdbarch_init): Ditto.
10320 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10321 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10322 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10323 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10324 * i386-tdep.c (i386_gdbarch_init): Ditto.
10325 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10326 * frv-tdep.c (frv_gdbarch_init): Ditto.
10327 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10328 * cris-tdep.c (cris_gdbarch_init): Ditto.
10329 * avr-tdep.c (avr_gdbarch_init): Ditto.
10330 * arm-tdep.c (arm_gdbarch_init): Ditto.
10331
10332 2003-03-31 J. Brobecker <brobecker@gnat.com>
10333
10334 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
10335 (INIT_FRAME_AP): Likewise.
10336 (EXTRA_FRAME_INFO): Likewise.
10337
10338 2003-03-31 Andrew Cagney <cagney@redhat.com>
10339
10340 * gdbarch.sh: Include "symfile.h".
10341 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
10342 * gdbarch.h, gdbarch.c: Re-generate.
10343 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
10344 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10345 call_dummy_address, the default is at entry_point_address.
10346 * v850-tdep.c (v850_gdbarch_init): Ditto.
10347 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10348 * sh-tdep.c (sh_gdbarch_init): Ditto.
10349 * s390-tdep.c (s390_gdbarch_init): Ditto.
10350 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10351 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10352 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10353 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10354 * i386-tdep.c (i386_gdbarch_init): Ditto.
10355 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10356 * frv-tdep.c (frv_gdbarch_init): Ditto.
10357 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10358 * cris-tdep.c (cris_gdbarch_init): Ditto.
10359 * arm-tdep.c (arm_gdbarch_init): Ditto.
10360
10361 2003-03-31 Andrew Cagney <cagney@redhat.com>
10362
10363 * gdbarch.sh (CALL_DUMMY_P): Delete.
10364 * gdbarch.h, gdbarch.c: Re-generate.
10365 * inferior.h (CALL_DUMMY_P): Delete macro.
10366 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10367 * vax-tdep.c (vax_gdbarch_init): Update.
10368 * v850-tdep.c (v850_gdbarch_init): Update.
10369 * sparc-tdep.c (sparc_gdbarch_init): Update.
10370 * sh-tdep.c (sh_gdbarch_init): Update.
10371 * s390-tdep.c (s390_gdbarch_init): Update.
10372 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10373 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10374 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10375 * mips-tdep.c (mips_gdbarch_init): Update.
10376 * mcore-tdep.c (mcore_gdbarch_init): Update.
10377 * m68k-tdep.c (m68k_gdbarch_init): Update.
10378 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10379 * ia64-tdep.c (ia64_gdbarch_init): Update.
10380 * i386-tdep.c (i386_gdbarch_init): Update.
10381 * h8300-tdep.c (h8300_gdbarch_init): Update.
10382 * frv-tdep.c (frv_gdbarch_init): Update.
10383 * d10v-tdep.c (d10v_gdbarch_init): Update.
10384 * cris-tdep.c (cris_gdbarch_init): Update.
10385 * breakpoint.c (deprecated_frame_in_dummy): Update.
10386 * avr-tdep.c (avr_gdbarch_init): Update.
10387 * alpha-tdep.c (alpha_gdbarch_init): Update.
10388 * arm-tdep.c (arm_gdbarch_init): Update.
10389 * dummy-frame.c (dummy_frame_this_id): Update comments.
10390 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
10391 * frame.c (legacy_get_prev_frame): Ditto.
10392 * valops.c (call_function_by_hand): Delete function.
10393 (hand_function_call): Rename to call_function_by_hand
10394
10395 2003-03-30 Andrew Cagney <cagney@redhat.com>
10396
10397 2002-11-10 Klee Dienes <kdienes@apple.com>
10398 * value.h (struct value): Update comment.
10399
10400 2003-03-30 Andrew Cagney <cagney@redhat.com>
10401
10402 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
10403 D10V_FP_REGNUM.
10404 (d10v_gdbarch_init): Do not set fp_regnum.
10405
10406 * frame.c (get_frame_base): Force ID initialization.
10407 (get_prev_frame): Move computation of the frame ID from here ...
10408 (get_frame_id): ... to here.
10409 (legacy_get_prev_frame): Mark the frame ID as valid.
10410 * frame.h (struct frame_info): Add field "id_p".
10411
10412 2003-03-30 Mark Kettenis <kettenis@gnu.org>
10413
10414 * i386-tdep.c (i386_store_struct_return): Removed.
10415 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
10416
10417 2003-03-30 Andrew Cagney <cagney@redhat.com>
10418
10419 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
10420 * gdbarch.h, gdbarch.c: Regenerate.
10421 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
10422 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10423 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10424 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10425 * i386-tdep.c (i386_gdbarch_init): Ditto.
10426 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10427 * cris-tdep.c (cris_gdbarch_init): Ditto.
10428 * vax-tdep.c (vax_gdbarch_init): Ditto.
10429 * s390-tdep.c (s390_gdbarch_init): Ditto.
10430 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10431 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10432 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10433 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
10434 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
10435 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
10436 * sparc-tdep.c (sparc_gdbarch_init): Update.
10437 * sh-tdep.c (sh_gdbarch_init): Update.
10438 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10439 * mips-tdep.c (mips_gdbarch_init): Update.
10440 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10441 * ia64-tdep.c (ia64_gdbarch_init): Update.
10442 * frv-tdep.c (frv_gdbarch_init): Update.
10443 * avr-tdep.c (avr_gdbarch_init): Update.
10444 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
10445 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
10446 instead of when push_dummy_call is not available.
10447
10448 2003-03-30 Andrew Cagney <cagney@redhat.com>
10449
10450 * infttrace.c: Include "gdbthread.h".
10451 (parent_attach_all): Fix function signature.
10452 (call_ptrace): Update call.
10453 * Makefile.in (infttrace.o): Update dependencies.
10454
10455 2003-03-30 Andrew Cagney <cagney@redhat.com>
10456
10457 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
10458 PUSH_RETURN_ADDRESS.
10459 * gdbarch.h, gdbarch.c: Regenerate.
10460 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10461 * x86-64-tdep.c (x86_64_init_abi): Update.
10462 * v850-tdep.c (v850_gdbarch_init): Update.
10463 * sparc-tdep.c (sparc_gdbarch_init): Update.
10464 * sh-tdep.c (sh_gdbarch_init): Update.
10465 * s390-tdep.c (s390_gdbarch_init): Update.
10466 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10467 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10468 * mips-tdep.c (mips_gdbarch_init): Update.
10469 * mcore-tdep.c (mcore_gdbarch_init): Update.
10470 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10471 * ia64-tdep.c (ia64_gdbarch_init): Update.
10472 * i386-tdep.c (i386_gdbarch_init): Update.
10473 * h8300-tdep.c (h8300_gdbarch_init): Update.
10474 * frv-tdep.c (frv_gdbarch_init): Update.
10475 * cris-tdep.c (cris_gdbarch_init): Update.
10476 * avr-tdep.c (avr_gdbarch_init): Update.
10477 * arm-tdep.c (arm_gdbarch_init): Update.
10478 * valops.c (hand_function_call): Update.
10479
10480 2003-03-29 Andrew Cagney <cagney@redhat.com>
10481
10482 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
10483 sizeof_call_dummy_words.
10484 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
10485 define.
10486 * gdbarch.h: Regenerate.
10487
10488 2003-03-29 Andrew Cagney <cagney@redhat.com>
10489
10490 * infttrace.h: New file.
10491 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
10492 (hpread_get_textlow): Detect an uninitialized dn_bufp.
10493 (hpread_read_doc_function_type): Detect an initialized type1.
10494 (hpread_quick_traverse): Initialize mod_name_string.
10495 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
10496 (som_solib_get_solib_by_pc): Declare.
10497 (so_lib_thread_start_addr): Declare.
10498 (no_shared_libraries): Declare.
10499 * somread.c (init_import_symbols): Make static. Add forward
10500 declaration.
10501 * config/pa/nm-hppah.h: Include "infttrace.h" for
10502 parent_attach_all.
10503 (hppa_insert_hw_watchpoint): Declare.
10504 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
10505 * hppah-nat.c: Include "gdb_string.h".
10506 (parent_attach_all): Delete extern declaration, moved to
10507 "infttrace.h".
10508 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
10509 int.
10510 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
10511 * Makefile.in (infttrace_h): Define.
10512 (hpread.o): Update dependencies.
10513 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
10514 * hppa-hpux-tdep.c: Include "gdb_string.h".
10515 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
10516 * infrun.c (handle_inferior_event): Always initialize
10517 stepped_after_stopped_by_watchpoint. Add default and remove
10518 fallthrough in switch statement.
10519 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10520 parameter to int.
10521 (hppa_remove_hw_watchpoint): Ditto.
10522
10523 2003-03-29 Andrew Cagney <cagney@redhat.com>
10524
10525 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10526 offset.
10527
10528 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
10529
10530 * arm-tdep.c (arm_push_arguments): Delete.
10531 (struct stack_item): New type.
10532 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10533 (arm_store_struct_return): Delte.
10534 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
10535 arm_push_arguments or arm_store_struct_return.
10536
10537 2003-03-28 Andrew Cagney <cagney@redhat.com>
10538
10539 * Makefile.in (d10v-tdep.o): Update dependencies.
10540 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10541 * d10v-tdep.c: Include "remote.h".
10542 (target_resume_hook): Delete extern declaration.
10543 (target_wait_loop_hook): Ditto.
10544 (tdisassemble_command): Eliminate assignment in "if" conditional.
10545 (d10v_ts2_register_sim_regno): Eliminate call to
10546 legacy_register_sim_regno.
10547 (d10v_ts3_register_sim_regno): Ditto.
10548
10549 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10550
10551 * thread.c: Reindented.
10552 * lin-lwp.c: Ditto.
10553 * linux-proc.c: Ditto.
10554
10555 2003-03-28 Bob Rossi <bob_rossi@cox.net>
10556
10557 * MAINTAINERS (write after approval): Add myself.
10558
10559 2003-03-27 Theodore A. Roth <troth@openavr.org>
10560
10561 * objc-exp.y: Add missing semi-colons.
10562
10563 2003-03-27 Andrew Cagney <cagney@redhat.com>
10564
10565 * regcache.c (write_sp): Delete function and references.
10566 * inferior.h (write_sp): Delete declaration.
10567 * valops.c (hand_function_call): Replace write_sp with
10568 TARGET_WRITE_SP.
10569 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10570 (sparc_pop_frame): Ditto.
10571
10572 2003-03-27 Andrew Cagney <cagney@redhat.com>
10573
10574 * NEWS: Mention removal of support for hppa*-*-bsd* and
10575 hppa*-*-osf* natives, and hppa*-*-pro* target.
10576 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10577 * config/pa/xm-pa.h: Obsolete file.
10578 * config/pa/xm-hppab.h: Obsolete file.
10579 * config/pa/nm-hppab.h: Obsolete file.
10580 * config/pa/tm-hppab.h: Obsolete file.
10581 * config/pa/tm-hppao.h: Obsolete file.
10582 * config/pa/nm-hppao.h: Obsolete file.
10583 * config/pa/tm-pro.h: Obsolete file.
10584 * config/pa/hppaosf.mt: Obsolete file.
10585 * config/pa/hppaosf.mh: Obsolete file.
10586 * config/pa/hppapro.mt: Obsolete file.
10587 * config/pa/hppabsd.mt: Obsolete file.
10588 * config/pa/hppabsd.mh: Obsolete file.
10589 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10590 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10591 hppa*-*-osf*.
10592
10593 2003-03-27 Andrew Cagney <cagney@redhat.com>
10594
10595 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10596 push_arguments. Don't set push_return_address or write_sp.
10597 (d10v_push_dummy_call): Replace d10v_push_arguments.
10598 (d10v_push_return_address, d10v_write_sp): Delete function,
10599 handled by push_dummy_call.
10600
10601 2003-03-26 Andrew Cagney <cagney@redhat.com>
10602
10603 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10604 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10605 regcache and dummy_addr parameters.
10606 * gdbarch.h, gdbarch.c: Re-generate.
10607 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10608 available; assume it will handle stack alignment and return
10609 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10610 legacy_push_arguments.
10611 (legacy_push_arguments): Rename default_push_arguments.
10612 * value.h (legacy_push_arguments): Rename default_push_arguments.
10613 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10614 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10615 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10616 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10617 * config/i386/tm-symmetry.h: Update.
10618 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10619 * x86-64-tdep.c (x86_64_init_abi): Update.
10620 * v850-tdep.c (v850_gdbarch_init): Update.
10621 * sparc-tdep.c (sparc_gdbarch_init): Update.
10622 * sh-tdep.c (sh_gdbarch_init): Update.
10623 * s390-tdep.c (s390_gdbarch_init): Update.
10624 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10625 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10626 * mips-tdep.c (mips_gdbarch_init): Update.
10627 * mcore-tdep.c (mcore_gdbarch_init): Update.
10628 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10629 * ia64-tdep.c (ia64_gdbarch_init): Update.
10630 * i386-tdep.c (i386_gdbarch_init): Update.
10631 * hppa-tdep.c (hppa_gdbarch_init): Update.
10632 * h8300-tdep.c (h8300_gdbarch_init): Update.
10633 * frv-tdep.c (frv_gdbarch_init): Update.
10634 * d10v-tdep.c (d10v_gdbarch_init): Update.
10635 * cris-tdep.c (cris_gdbarch_init): Update.
10636 * avr-tdep.c (avr_gdbarch_init): Update.
10637 * arm-tdep.c (arm_gdbarch_init): Update.
10638 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10639 * alpha-tdep.c (alpha_gdbarch_init): Update.
10640
10641 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10642
10643 * signals/signals.c (do_target_signal_to_host): Correct realtime
10644 signal range test.
10645
10646 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10647
10648 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10649 (struct sal_chain, map_catch_names): Remove.
10650 (catch_exception_command_1): Don't call
10651 handle_gnu_4_16_catch_command.
10652
10653 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10654
10655 From Mark Dettinger <dettinge@de.ibm.com>:
10656 * dwarf2cfi.c (read_2u): Increment pointer by two.
10657
10658 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10659
10660 * signals/signals.c: Fix typos in last change.
10661
10662 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10663
10664 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10665 not already defined. Use __SIGRTMIN if available.
10666 (target_signal_from_host): Remove SIGRTMIN block.
10667 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10668 the signal is within the realtime range.
10669
10670 2003-03-25 Adam Fedor <fedor@gnu.org>
10671
10672 * Makefile.in (infrun.o): Add $(language_h)
10673 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10674 for language specific trampolines.
10675 * language.h (struct language_defn): Add skip_trampoline.
10676 (skip_language_trampoline): Declare.
10677 * language.c (unk_lang_trampoline, skip_language_trampoline):
10678 New functions.
10679 (unknown_language_defn, auto_language_defn, local_language_defn):
10680 Add ukn_lang_trampoline.
10681 * ada-lang.c (ada_language_defn): Add NULL for language
10682 specific skip_trampoline.
10683 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10684 scm-lang.c: Likewise.
10685 * objc-lang.c (objc_skip_trampoline): New function.
10686 (objc_language_defn): Add objc_skip_trampoline.
10687
10688 2003-03-25 Andrew Cagney <cagney@redhat.com>
10689
10690 * frame.c (get_prev_frame): Delay validating a frame's ID -
10691 non-NULL, didn't go backwards - until an attempt to unwind it to
10692 the previous frame.
10693
10694 2003-03-25 Andrew Cagney <cagney@redhat.com>
10695
10696 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10697 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10698 * gdbarch.h, gdbarch.c: Re-generate.
10699 * config/sparc/tm-sparc.h
10700 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10701 * sparc-tdep.c (sparc_gdbarch_init): Set
10702 deprecated_extra_stack_alignment_needed.
10703 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10704 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10705 extra_stack_alignment_needed.
10706 * v850-tdep.c (v850_gdbarch_init): Ditto.
10707 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10708 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10709 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10710 * cris-tdep.c (cris_gdbarch_init): Ditto.
10711 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10712 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10713
10714 2003-03-25 Andrew Cagney <cagney@redhat.com>
10715
10716 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10717 STORE_STRUCT_RETURN.
10718 * gdbarch.h, gdbarch.c: Regenerate.
10719 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10720 (d10v_push_arguments): Set the struct return register.
10721 (d10v_gdbarch_init): Update.
10722 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10723 * x86-64-tdep.c (x86_64_init_abi): Update.
10724 * vax-tdep.c (vax_gdbarch_init): Update.
10725 * v850-tdep.c (v850_gdbarch_init): Update.
10726 * sparc-tdep.c (sparc_gdbarch_init): Update.
10727 * sh-tdep.c (sh_gdbarch_init): Update.
10728 * s390-tdep.c (s390_gdbarch_init): Update.
10729 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10730 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10731 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10732 * mips-tdep.c (mips_gdbarch_init): Update.
10733 * mcore-tdep.c (mcore_gdbarch_init): Update.
10734 * m68k-tdep.c (m68k_gdbarch_init): Update.
10735 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10736 * ia64-tdep.c (ia64_gdbarch_init): Update.
10737 * i386-tdep.c (i386_gdbarch_init): Update.
10738 * hppa-tdep.c (hppa_gdbarch_init): Update.
10739 * h8300-tdep.c (h8300_gdbarch_init): Update.
10740 * frv-tdep.c (frv_gdbarch_init): Update.
10741 * cris-tdep.c (cris_gdbarch_init): Update.
10742 * avr-tdep.c (avr_gdbarch_init): Update.
10743 * arm-tdep.c (arm_gdbarch_init): Update.
10744 * alpha-tdep.c (alpha_gdbarch_init): Update.
10745
10746 2003-03-25 Andrew Cagney <cagney@redhat.com>
10747
10748 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10749 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10750 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10751 * gdbarch.h, gdbarch.c: Regenerate.
10752 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10753 call_dummy_stack_adjust_p.
10754 * vax-tdep.c (vax_gdbarch_init): Ditto.
10755 * v850-tdep.c (v850_gdbarch_init): Ditto.
10756 * sh-tdep.c (sh_gdbarch_init): Ditto.
10757 * s390-tdep.c (s390_gdbarch_init): Ditto.
10758 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10759 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10760 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10761 * mips-tdep.c (mips_gdbarch_init): Ditto.
10762 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10763 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10764 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10765 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10766 * i386-tdep.c (i386_gdbarch_init): Ditto.
10767 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10768 * frv-tdep.c (frv_gdbarch_init): Ditto.
10769 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10770 * cris-tdep.c (cris_gdbarch_init): Ditto.
10771 * avr-tdep.c (avr_gdbarch_init): Ditto.
10772 * arm-tdep.c (arm_gdbarch_init): Ditto.
10773 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10774 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10775 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10776 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10777 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10778 call_dummy_stack_adjust_p.
10779 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10780 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10781 * sparc-tdep.c (sparc32_push_arguments): Update.
10782 * valops.c (hand_function_call): Update.
10783
10784 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
10785
10786 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10787 set_gdbarch_char_signed.
10788
10789 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10790
10791 PR cli/548
10792 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10793
10794 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10795
10796 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10797 (_initialize_arm_tdep): Don't set tm_print_insn.
10798
10799 2003-03-24 Adam Fedor <fedor@gnu.org>
10800
10801 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10802 * objc-lang.h: Add multiple inclusion protection.
10803 (start_msglist, add_msglist, end_msglist): Additional declarations.
10804
10805 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
10806
10807 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10808 value was renamed to ARM_FLOAT_SOFT_FPA.
10809
10810 2003-03-23 Andrew Cagney <cagney@redhat.com>
10811
10812 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10813 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10814 * gdbarch.h, gdbarch.c: Regenerate.
10815 * valops.c (hand_function_call): Update.
10816 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10817 * frame.c (legacy_saved_regs_this_id): Update.
10818 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10819 * dummy-frame.h: Update.
10820 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10821 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10822 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10823 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10824 * config/m68k/tm-sun3.h: Update.
10825 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10826 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10827 * x86-64-tdep.c (x86_64_init_abi): Update.
10828 * vax-tdep.c (vax_gdbarch_init): Update.
10829 * v850-tdep.c (v850_gdbarch_init): Update.
10830 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10831 * sh-tdep.c (sh_gdbarch_init): Update.
10832 * s390-tdep.c (s390_gdbarch_init): Update.
10833 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10834 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10835 (frame_get_saved_regs): Update.
10836 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10837 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10838 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10839 * mips-tdep.c (mips_gdbarch_init): Update.
10840 * mcore-tdep.c (mcore_gdbarch_init): Update.
10841 * m68k-tdep.c (m68k_gdbarch_init): Update.
10842 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10843 * ia64-tdep.c (ia64_gdbarch_init): Update.
10844 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10845 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10846 (i386_interix_back_one_frame): Update.
10847 * hppa-tdep.c (hppa_gdbarch_init): Update.
10848 (hppa_init_extra_frame_info): Update.
10849 * h8300-tdep.c (h8300_gdbarch_init): Update.
10850 * frv-tdep.c (frv_gdbarch_init): Update.
10851 * cris-tdep.c (cris_gdbarch_init): Update.
10852 * avr-tdep.c (avr_gdbarch_init): Update.
10853 * arm-tdep.c (arm_gdbarch_init): Update.
10854 * alpha-tdep.c (alpha_gdbarch_init): Update.
10855
10856 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10857
10858 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10859 (arm_get_fp_model): Declare.
10860 * arm-tdep.c (fp_model_strings): New string array.
10861 (arm_fp_model, current_fp_model): New variables.
10862 (arm_get_fp_model): New function.
10863 (arm_set_fp): New function.
10864 (set_fp_model_sfunc): New function.
10865 (show_fp_model): New function.
10866 (_initialize_arm_tdep): Add new command to set/show the FPU.
10867 (arm_extract_return_value): Use arm_get_fp_model.
10868 (arm_store_return_value): Likewise.
10869 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10870 to initialize the floating-point data types.
10871 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10872 model is FPA.
10873
10874 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10875
10876 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10877 the current setting of each value.
10878 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
10879 new_set and new_show. Use add_setshow_cmd_full and
10880 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10881 commands and add new version as subcommands of "set/show arm".
10882
10883 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10884
10885 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10886 (set_arm_command, show_arm_command): New functions.
10887 (_initialize_arm_tdep): Add them.
10888 (num_disassembly_options): Renamed from num_flavor_options.
10889 (valid_disassembly_styles): Renamed from valid_flavors.
10890 (disassembly_style): Renamed from disassembly_flavor.
10891 (set_disassembly_style_sfunc): Renamed from
10892 set_disassembly_flavor_sfunc.
10893 (set_disassembly_style): Renamed from set_disassembly_flavor.
10894 (arm_othernames): Updated.
10895 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10896 command. Add "set/show arm disassembly" commands. Deprecate
10897 "othernames" command.
10898
10899 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10900
10901 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10902 (arm-tdep.o): Depend on elf_arm_h.
10903
10904 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10905
10906 * Makefile.in (coff_internal_h): Define.
10907 (arm-tdep.o): Update dependencies.
10908
10909 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10910
10911 * arm-tdep.c (prologue_cache): Delete.
10912 (check_prologue_cache, save_prologue_cache): Delete.
10913 (arm_scan_prologue): Don't check or update the prologue_cache.
10914 (arm_gdb_arch_init): Don't initialize it.
10915 (_initialize_arm_tdep): Likewise.
10916
10917 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10918
10919 * MAINTAINERS (tui): Maintainer of tui code.
10920
10921 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
10922
10923 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10924 (i386-cygwin-tdep.o): Add dependencies.
10925 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10926 * i386-cygwin-tdep.c: New file.
10927 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10928 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10929
10930 2003-03-20 Andrew Cagney <cagney@redhat.com>
10931
10932 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10933 (handle_inferior_event): Remove code calling
10934 DYNAMIC_TRAMPOLINE_NEXTPC.
10935
10936 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10937 already has a full path.
10938
10939 * main.c (gdb_main): Return 1.
10940 (captured_main): Call error to report an invalid interpreter.
10941
10942 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10943 * alpha-osf1-tdep.c: Include "gdb_string.h".
10944
10945 2003-03-19 J. Brobecker <brobecker@gnat.com>
10946
10947 Continuing work to convert the hppa targets to multiarch partial.
10948
10949 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10950 method, now that hppa_push_dummy_frame has a conformant prototype.
10951 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10952 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10953 for the switch to multiarch partial.
10954
10955 2003-03-19 Kevin Buettner <kevinb@redhat.com>
10956
10957 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10958 when iss is issNull.
10959
10960 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10961
10962 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10963 NUM_REGS bounds check.
10964
10965 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10966
10967 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10968 * mips-tdep.c (gdb_assert.h): Include.
10969 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10970 (mips_register_name): Handle integer registers explicitly. Add
10971 bounds checking.
10972 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10973 (mips_lsi33k_reg_names): Don't list integer registers; they're
10974 handled by mips_register_name() now.
10975 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10976 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10977 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10978 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10979 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10980
10981 2003-03-18 Andrew Cagney <cagney@redhat.com>
10982
10983 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10984 a void pointer.
10985 * gdbtypes.h (print_scalar_formatted): Update declaration.
10986 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10987
10988 2003-03-18 J. Brobecker <brobecker@gnat.com>
10989
10990 * infrun.c (observer.h): Add #include.
10991 (normal_stop): Add call to observer_notify_normal_stop.
10992 * Makefile.in (infrun.o): Add dependency on observer.h.
10993
10994 2003-03-18 J. Brobecker <brobecker@gnat.com>
10995
10996 Continuing work to convert the hppa targets to multiarch partial.
10997 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10998 parameter. Reformat comment.
10999 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
11000 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
11001 to match new profile.
11002
11003 2003-03-18 J. Brobecker <brobecker@gnat.com>
11004
11005 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
11006 appear to be working in any case.
11007
11008 2003-03-18 J. Brobecker <brobecker@gnat.com>
11009
11010 * observer.c (observer_test_first_observer): New static variable.
11011 (observer_test_second_observer): Likewise.
11012 (observer_test_third_observer): Likewise.
11013 (observer_test_first_notification_function): New static function.
11014 (observer_test_second_notification_function): Likewise.
11015 (observer_test_third_notification_function): Likewise.
11016
11017 2003-03-17 J. Brobecker <brobecker@gnat.com>
11018
11019 * hppa-tdep.c (gdb_assert.h): Add missing #include.
11020 * somsolib.c (gdb_assert.h): Likewise.
11021 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
11022 (somsolib.o): Likewise.
11023
11024 2003-03-17 Andrew Cagney <cagney@redhat.com>
11025
11026 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
11027 BFD. Simplify setting of di.endian.
11028
11029 2003-03-17 Andrew Cagney <cagney@redhat.com>
11030
11031 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
11032 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
11033
11034 From Elena Zannoni <ezannoni@redhat.com>
11035 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
11036 vector and floating-point parameters.
11037 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
11038 convention.
11039 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
11040
11041 2003-03-17 Fernando Nasser <fnasser@redhat.com>
11042
11043 * MAINTAINERS: Remove my name from several maintainership roles.
11044
11045 2003-03-17 Andrew Cagney <cagney@redhat.com>
11046
11047 Fix frame off-by-one bug.
11048 * frame-unwind.h (frame_this_id_ftype): Replace
11049 frame_unwind_id_ftype.
11050 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
11051 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
11052 with "prev_register".
11053 * frame-unwind.c (frame_unwind_find_by_pc): Return
11054 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
11055 comment.
11056 * dummy-frame.c (cached_find_dummy_frame): Delete function.
11057 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
11058 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
11059 (dummy_frame_unwind): Update.
11060 * sentinel-frame.c (sentinel_frame_prev_register): Replace
11061 sentinel_frame_register_unwind.
11062 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
11063 (sentinel_frame_unwinder): Update.
11064 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11065 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
11066 * frame.c (create_sentinel_frame): Update. Initialize
11067 "prologue_cache" instead of "unwind_cache".
11068 (frame_register_unwind): Call this frame's prev_register with the
11069 next frame and this frame's prologue cache.
11070 (get_prev_frame): Simplify. Always call prev frame's this_id with
11071 this frame and prev frame's prologue cache. Document that this
11072 call is shifted one to the left when compared to the
11073 frame_register_unwind call.
11074 (legacy_saved_regs_prev_register): Replace
11075 frame_saved_regs_register_unwind.
11076 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
11077 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
11078 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11079 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
11080 (d10v_frame_unwind): Update.
11081 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
11082 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
11083 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
11084 "saved_regs" with "this_saved_regs".
11085
11086 2003-03-16 Andrew Cagney <cagney@redhat.com>
11087
11088 * frame.c (frame_pop): Don't call target_store_registers. Fix
11089 problem reported by Mark Kettenis.
11090
11091 2003-03-16 Mark Kettenis <kettenis@gnu.org>
11092
11093 * i386-tdep.c (i386_register_type): Renamed from
11094 i386_register_virtual_type. Adjust function signature.
11095 (i386_gdbarch_init): Set register_type instead of
11096 deprecated_max_register_raw_size,
11097 deprecated_max_register_virtual_size and register_virtual_type.
11098
11099 2003-03-14 Andrew Cagney <cagney@redhat.com>
11100
11101 * frame.c (get_prev_frame): When a legacy frame, always call
11102 legacy_get_prev_frame. Simplify unwind code using assumption that
11103 the unwinder is new.
11104 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
11105 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
11106 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
11107
11108 2003-03-14 Andrew Cagney <cagney@redhat.com>
11109
11110 * frame.c (get_saved_register): Delete function.
11111 * frame.h (get_saved_register): Delete declaration.
11112 * xstormy16-tdep.c: Update comment.
11113 * regcache.h: Update comments.
11114 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
11115 get_saved_register and extract_address, use
11116 frame_read_unsigned_register.
11117 (sparc_frame_saved_pc): Ditto.
11118 (sparc_get_saved_register): Instead of get_saved_register, use
11119 frame_register.
11120 (sparc_pop_frame): Ditto.
11121 * findvar.c: Update comments.
11122 (value_of_register): Call frame_register instead of
11123 get_saved_register.
11124 (value_from_register): Ditto.
11125 * config/sparc/tm-sparc.h: Update comment.
11126 * breakpoint.c: Update comment.
11127
11128 2003-03-14 Andrew Cagney <cagney@redhat.com>
11129
11130 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
11131 GET_SAVED_REGISTER.
11132 * gdbarch.h, gdbarch.c: Re-generate.
11133 * frame.h: Update comments.
11134 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11135 * x86-64-tdep.c (x86_64_init_abi): Update.
11136 * sparc-tdep.c (sparc_gdbarch_init): Update.
11137 * sh-tdep.c (sh_gdbarch_init): Update.
11138 * mips-tdep.c (mips_gdbarch_init): Update.
11139 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11140 * cris-tdep.c (cris_gdbarch_init): Update.
11141 * ia64-tdep.c (ia64_gdbarch_init): Update.
11142 * frame.c (frame_register): Update.
11143 (get_saved_register): Update.
11144 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
11145
11146 2003-03-13 Andrew Cagney <cagney@redhat.com>
11147
11148 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
11149 * gdbarch.h, gdbarch.c: Regenerate.
11150 * valops.c (hand_function_call): Update comment.
11151 * stack.c (return_command): Update comment.
11152 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
11153 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
11154 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11155 * x86-64-tdep.c (x86_64_init_abi): Update.
11156 * vax-tdep.c (vax_gdbarch_init): Update.
11157 * v850-tdep.c (v850_gdbarch_init): Update.
11158 * sparc-tdep.c (sparc_gdbarch_init): Update.
11159 * sh-tdep.c (sh_gdbarch_init): Update.
11160 * s390-tdep.c (s390_gdbarch_init): Update.
11161 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11162 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11163 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11164 * mips-tdep.c (mips_gdbarch_init): Update.
11165 * mcore-tdep.c (mcore_gdbarch_init): Update.
11166 * m68k-tdep.c (m68k_gdbarch_init): Update.
11167 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11168 * ia64-tdep.c (ia64_gdbarch_init): Update.
11169 * i386-tdep.c (i386_gdbarch_init): Update.
11170 * hppa-tdep.c (hppa_gdbarch_init): Update.
11171 * h8300-tdep.c (h8300_gdbarch_init): Update.
11172 * frv-tdep.c (frv_gdbarch_init): Update.
11173 * cris-tdep.c (cris_gdbarch_init): Update.
11174 * avr-tdep.c (avr_gdbarch_init): Update.
11175 * arm-tdep.c (arm_gdbarch_init): Update.
11176 * alpha-tdep.c (alpha_gdbarch_init): Update.
11177
11178 2003-03-13 Andrew Cagney <cagney@redhat.com>
11179
11180 * frame.c (legacy_frame_p): New function.
11181 (get_prev_frame): Use legacy_frame_p.
11182 * frame.h (legacy_frame_p): Declare.
11183
11184 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11185
11186 * MAINTAINERS (write after approval): Alphabetically
11187 listing corrected.
11188
11189 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11190
11191 * MAINTAINERS (write after approval): Add myself.
11192
11193 2003-03-12 Andrew Cagney <cagney@redhat.com>
11194
11195 * frame.c (get_prev_frame): Rename the frame parameter to
11196 "this_frame".
11197 (get_next_frame, legacy_get_prev_frame): Ditto.
11198
11199 2003-03-12 Andrew Cagney <cagney@redhat.com>
11200
11201 * frame.c (get_current_frame): Check target_has_registers before
11202 checking target_has_stack.
11203 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
11204 instead of deprecated_selected_frame.
11205 * findvar.c (value_of_register): Pass "frame", not
11206 deprecated_selected_frame, to value_of_builtin_reg.
11207
11208 2003-03-12 Andrew Cagney <cagney@redhat.com>
11209
11210 * regcache.c (regcache_cooked_write_signed): New function.
11211 (regcache_cooked_write_unsigned): New function.
11212 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
11213 (regcache_cooked_read_signed): Fix regnum in range assertion.
11214 * regcache.h (regcache_cooked_write_signed): Declare.
11215 (regcache_cooked_write_unsigned): Declare.
11216
11217 2003-03-12 Andrew Cagney <cagney@redhat.com>
11218
11219 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11220 * gdbarch.h, gdbarch.c: Re-generate.
11221 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11222 * x86-64-tdep.h: Update.
11223 * x86-64-tdep.c (x86_64_init_abi): Update.
11224 * v850-tdep.c (v850_gdbarch_init): Update.
11225 * sparc-tdep.c (sparc_gdbarch_init): Update.
11226 * sh-tdep.c (sh_gdbarch_init): Update.
11227 * s390-tdep.c (s390_gdbarch_init): Update.
11228 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11229 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11230 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11231 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11232 * mips-tdep.c (mips_gdbarch_init): Update.
11233 * mcore-tdep.c (mcore_gdbarch_init): Update.
11234 * m68k-tdep.c (m68k_gdbarch_init): Update.
11235 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11236 * ia64-tdep.c (ia64_gdbarch_init): Update.
11237 * i386-tdep.c (i386_gdbarch_init): Update.
11238 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11239 * hppa-tdep.c (hppa_gdbarch_init): Update.
11240 * h8300-tdep.c (h8300_gdbarch_init): Update.
11241 * frv-tdep.c (frv_gdbarch_init): Update.
11242 * cris-tdep.c (cris_gdbarch_init): Update.
11243 * avr-tdep.c (avr_gdbarch_init): Update.
11244 * arm-tdep.c (arm_gdbarch_init): Update.
11245 * alpha-tdep.c (alpha_gdbarch_init): Update.
11246 * sh-tdep.c (sh_init_extra_frame_info): Update.
11247 (sh64_init_extra_frame_info): Update.
11248 * ns32knbsd-nat.c (frame_num_args): Update.
11249 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11250 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11251 (xstormy16_frame_chain_valid): Update.
11252 * vax-tdep.c (vax_saved_pc_after_call): Update.
11253 * v850-tdep.c (v850_frame_chain): Update.
11254 (v850_pop_frame): Update.
11255 (v850_init_extra_frame_info): Update.
11256 * sparc-tdep.c (setup_arbitrary_frame): Update.
11257 * ns32k-tdep.c (umax_frame_num_args): Update.
11258 * s390-tdep.c (s390_pop_frame_regular): Update.
11259 * mn10300-tdep.c (mn10300_frame_chain): Update.
11260 (mn10300_pop_frame_regular): Update.
11261 (mn10300_init_extra_frame_info): Update.
11262 * mips-tdep.c (mips_init_frame_pc_first): Update.
11263 (mips_frame_chain): Update.
11264 (mips_pop_frame): Update.
11265 * mcore-tdep.c (mcore_frame_chain): Update.
11266 (mcore_pop_frame): Update.
11267 (mcore_init_extra_frame_info): Update.
11268 * arch-utils.c (init_frame_pc_default): Update.
11269 * m68k-tdep.c (isi_frame_num_args): Update.
11270 (delta68_frame_num_args): Update.
11271 (news_frame_num_args): Update.
11272 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11273 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11274 (alpha_frame_chain): Update.
11275 (alpha_pop_frame): Update.
11276 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11277 (hppa_init_extra_frame_info): Update.
11278 (hppa_frame_chain): Update.
11279 (hppa_frame_chain_valid): Update.
11280 * cris-tdep.c (cris_init_extra_frame_info): Update.
11281 * avr-tdep.c (avr_init_extra_frame_info): Update.
11282 * arm-tdep.c (arm_frame_chain_valid): Update.
11283 (arm_init_extra_frame_info): Update.
11284 (arm_pop_frame): Update.
11285 * frame.c (frame_pc_unwind): Update.
11286 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11287 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11288 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11289 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11290 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11291 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11292
11293 2003-03-12 Andrew Cagney <cagney@redhat.com>
11294
11295 Eliminate the need for POP_FRAME.
11296 * frame.c (do_frame_unwind_register): New function.
11297 (frame_pop): When no POP_FRAME, pop the frame using register
11298 unwind and a scratch regcache.
11299 (frame_saved_regs_pop): Delete function.
11300 (trad_frame_unwinder): Update.
11301 * d10v-tdep.c (d10v_frame_pop): Delete function.
11302 (d10v_frame_unwind): Update.
11303 * sentinel-frame.c (sentinel_frame_pop): Delete function.
11304 (sentinel_frame_unwinder): Update.
11305 * dummy-frame.c (dummy_frame_pop): Delete function.
11306 (dummy_frame_unwind): Update.
11307 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
11308 (struct frame_unwind): Update.
11309
11310 2003-03-11 Kevin Buettner <kevinb@redhat.com>
11311
11312 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
11313 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
11314 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
11315 Do range checks on register number obtained from debugging info.
11316 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
11317 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
11318 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
11319 mapping function.
11320 (do_fp_register_row): Fix typo which caused double type to be
11321 used when attempting to unpack a float.
11322
11323 2003-03-11 J. Brobecker <brobecker@gnat.com>
11324
11325 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
11326
11327 2003-03-11 Andrew Cagney <cagney@redhat.com>
11328
11329 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
11330 frame. Problem found by Corinna Vinschen.
11331
11332 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
11333
11334 * doublest.c (floatformat_from_length): Accept also
11335 the real size of 'long double' type.
11336
11337 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
11338
11339 From Klee Dienes <kdienes@apple.com>:
11340 * breakpoint.c (bpstat_copy): Copy the command lines as well
11341 as the old value, to match what is freed in bpstat_clear.
11342
11343 2003-03-10 David Carlton <carlton@math.stanford.edu>
11344
11345 * minsyms.c (add_minsym_to_hash_table): Replace
11346 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
11347 (compare_minimal_symbols, compact_minimal_symbols)
11348 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
11349 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
11350 of DEPRECATED_SYMBOL_MATCHES_NAME.
11351 (lookup_minimal_symbol_solib_trampoline): Ditto.
11352
11353 2003-03-10 Andrew Cagney <cagney@redhat.com>
11354
11355 * regcache.h (regcache_cooked_read_ftype): Define.
11356 (regcache_save, regcache_restore): Add a cooked_read parameter.
11357 * regcache.c (regcache_save, regcache_restore): Update.
11358 (do_cooked_read): New function.
11359 (regcache_cpy): Pass do_cooked_read to regcache_save and
11360 regcache_restore.
11361
11362 2003-03-10 Andrew Cagney <cagney@redhat.com>
11363
11364 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11365 * gdbarch.h, gdbarch.c: Re-generate.
11366 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11367 * x86-64-tdep.h: Update.
11368 * x86-64-tdep.c (x86_64_init_abi): Update.
11369 * v850-tdep.c (v850_gdbarch_init): Update.
11370 * sparc-tdep.c (sparc_gdbarch_init): Update.
11371 * sh-tdep.c (sh_gdbarch_init): Update.
11372 * s390-tdep.c (s390_gdbarch_init): Update.
11373 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11374 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11375 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11376 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11377 * mips-tdep.c (mips_gdbarch_init): Update.
11378 * mcore-tdep.c (mcore_gdbarch_init): Update.
11379 * m68k-tdep.c (m68k_gdbarch_init): Update.
11380 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11381 * ia64-tdep.c (ia64_gdbarch_init): Update.
11382 * i386-tdep.c (i386_gdbarch_init): Update.
11383 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11384 * hppa-tdep.c (hppa_gdbarch_init): Update.
11385 * h8300-tdep.c (h8300_gdbarch_init): Update.
11386 * frv-tdep.c (frv_gdbarch_init): Update.
11387 * cris-tdep.c (cris_gdbarch_init): Update.
11388 * avr-tdep.c (avr_gdbarch_init): Update.
11389 * arm-tdep.c (arm_gdbarch_init): Update.
11390 * alpha-tdep.c (alpha_gdbarch_init): Update.
11391 * sh-tdep.c (sh_init_extra_frame_info): Update.
11392 (sh64_init_extra_frame_info): Update.
11393 * ns32knbsd-nat.c (frame_num_args): Update.
11394 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11395 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11396 (xstormy16_frame_chain_valid): Update.
11397 * vax-tdep.c (vax_saved_pc_after_call): Update.
11398 * v850-tdep.c (v850_frame_chain): Update.
11399 (v850_pop_frame): Update.
11400 (v850_init_extra_frame_info): Update.
11401 * sparc-tdep.c (setup_arbitrary_frame): Update.
11402 * ns32k-tdep.c (umax_frame_num_args): Update.
11403 * s390-tdep.c (s390_pop_frame_regular): Update.
11404 * mn10300-tdep.c (mn10300_frame_chain): Update.
11405 (mn10300_pop_frame_regular): Update.
11406 (mn10300_init_extra_frame_info): Update.
11407 * mips-tdep.c (mips_init_frame_pc_first): Update.
11408 (mips_frame_chain): Update.
11409 (mips_pop_frame): Update.
11410 * mcore-tdep.c (mcore_frame_chain): Update.
11411 (mcore_pop_frame): Update.
11412 (mcore_init_extra_frame_info): Update.
11413 * arch-utils.c (init_frame_pc_default): Update.
11414 * m68k-tdep.c (isi_frame_num_args): Update.
11415 (delta68_frame_num_args): Update.
11416 (news_frame_num_args): Update.
11417 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11418 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11419 (alpha_frame_chain): Update.
11420 (alpha_pop_frame): Update.
11421 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11422 (hppa_init_extra_frame_info): Update.
11423 (hppa_frame_chain): Update.
11424 (hppa_frame_chain_valid): Update.
11425 * cris-tdep.c (cris_init_extra_frame_info): Update.
11426 * avr-tdep.c (avr_init_extra_frame_info): Update.
11427 * arm-tdep.c (arm_frame_chain_valid): Update.
11428 (arm_init_extra_frame_info): Update.
11429 (arm_pop_frame): Update.
11430 * frame.c (frame_pc_unwind): Update.
11431 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11432 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11433 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11434 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11435 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11436 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11437
11438 2003-03-10 Andrew Cagney <cagney@redhat.com>
11439
11440 * gdbarch.sh (gdbarch_unwind_pc): New method.
11441 * gdbarch.h, gdbarch.c: Regenerate.
11442 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
11443 but use read_pc and FRAME_SAVED_PC as fall backs.
11444 (frame_saved_regs_pc_unwind): Delete function.
11445 (trad_frame_unwinder): Update.
11446 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
11447 (struct frame_unwind): Update.
11448 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
11449 (dummy_frame_unwind): Update.
11450 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
11451 (sentinel_frame_unwinder): Update.
11452 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
11453 (d10v_frame_unwind): Update.
11454 (d10v_unwind_pc): New function.
11455 (d10v_gdbarch_init): Set unwind_pc.
11456
11457 2003-03-10 Andrew Cagney <cagney@redhat.com>
11458
11459 * gdbarch.h: Re-generate.
11460
11461 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
11462 PC.
11463 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
11464 the PC register.
11465
11466 2003-03-08 Mark Kettenis <kettenis@gnu.org>
11467
11468 * gdbarch.sh (save_dummy_frame_tos): Add comment.
11469
11470 2003-03-08 Andrew Cagney <cagney@redhat.com>
11471
11472 * cli-out.c: Update copyright.
11473 (cli_out_data): Define typedef. Use instead of ui_out_data.
11474
11475 2003-03-08 Andrew Cagney <cagney@redhat.com>
11476
11477 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
11478 the result.
11479
11480 2003-03-07 Andrew Cagney <cagney@redhat.com>
11481
11482 * gdbarch.sh: Don't generate two macro definitions when an
11483 undefined macro taking no arguments.
11484 * gdbarch.h: Regenerate.
11485
11486 2002-03-07 Michal Ludvig <mludvig@suse.cz>
11487
11488 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
11489 (x86_64_unwind_dummy_id): New functions.
11490 (x86_64_init_abi): Register these two new functions.
11491
11492 2003-03-07 Michal Ludvig <mludvig@suse.cz>
11493
11494 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
11495 (x86_64_skip_prologue): Move prologue detection to
11496 separate function.
11497 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
11498
11499 2003-03-05 Andrew Cagney <cagney@redhat.com>
11500
11501 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
11502 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
11503 * frame.c (get_prev_frame): Restructure the frame ID unwind code
11504 to use unwind_dummy_id when a dummy frame.
11505 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
11506 predicate.
11507 * gdbarch.h, gdbarch.c: Regneerate.
11508
11509 2003-03-05 Andrew Cagney <cagney@redhat.com>
11510
11511 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
11512 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
11513 Do not use d10v_read_sp or d10v_read_fp when obtaining register
11514 values.
11515
11516 2003-03-05 Andrew Cagney <cagney@redhat.com>
11517
11518 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11519 (struct d10v_unwind_cache): Delete field "frameless". Replace
11520 "next_addr" with "sp_offset". Add "r11_offset".
11521 (d10v_frame_unwind_cache): Update.
11522 (prologue_find_regs): Update. When "mv r11, sp", save the
11523 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
11524 RN was saved in r11_offset.
11525
11526 2003-03-05 Andrew Cagney <cagney@redhat.com>
11527
11528 * frame.c (deprecated_update_frame_pc_hack): Also update the the
11529 cached PC value in the next frame.
11530
11531 2003-03-05 Andrew Cagney <cagney@redhat.com>
11532
11533 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11534 "id_unwind_cache" with "id".
11535 (frame_id_unwind): Delete declaration.
11536 * frame.c (frame_id_unwind): Delete function.
11537 (get_prev_frame): Call the frame id unwind method directly. Store
11538 the returned next frame's ID value in NEXT_FRAME. Note that there
11539 is a problem with the wrong unwind ID being called with the wrong
11540 unwind cache.
11541
11542 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11543
11544 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11545
11546 2003-03-05 James Ingham <jingham@apple.com>
11547 Daniel Jacobowitz <drow@mvista.com>
11548
11549 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11550 (auto_cp_abi): New variable.
11551 (current_cp_abi, num_cp_abis): Make static.
11552 (CP_ABI_MAX): Define.
11553 (cp_abis): Turn into an array.
11554 (value_virtual_fn_field): Fix formatting.
11555 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11556 takes a pointer.
11557 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11558 (list_cp_abis, _initialize_cp_abi): New functions.
11559 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
11560 declarations for cp_abis, num_cp_abis, current_cp_abi, and
11561 switch_to_cp_abi. Update prototype for register_cp_abi.
11562 * Makefile.in (cp-abi.o): Update dependencies.
11563 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11564 instead of switch_to_cp_abi.
11565 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
11566 register_cp_abi.
11567 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11568 register_cp_abi.
11569 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11570
11571 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11572
11573 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11574 * dwarf2loc.c: Include "regcache.h".
11575 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
11576 register_size.
11577 * Makefile.in (dwarf2loc.o): Update dependencies.
11578
11579 2003-03-04 Theodore A. Roth <troth@openavr.org>
11580
11581 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11582 number of io registers reported by remote target is not a multiple of
11583 step.
11584
11585 2003-03-04 David Carlton <carlton@math.stanford.edu>
11586
11587 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11588 (lookup_symbol_aux_psymtabs): Update call to
11589 lookup_partial_symbol.
11590 (lookup_transparent_type, find_main_psymtab)
11591 (make_symbol_overload_list): Ditto.
11592
11593 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11594
11595 * MAINTAINERS (Write after approval): Update my email address.
11596
11597 2003-03-03 Andrew Cagney <cagney@redhat.com>
11598
11599 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11600 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11601 predicate. Replace MAX_REGISTER_RAW_SIZE.
11602 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11603 MAX_REGISTER_VIRTUAL_SIZE.
11604 * regcache.c (legacy_max_register_raw_size): New function.
11605 (legacy_max_register_virtual_size): New function.
11606 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11607 (MAX_REGISTER_RAW_SIZE): Define.
11608 (legacy_max_register_raw_size): Declare.
11609 (legacy_max_register_virtual_size): Declare.
11610 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11611 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11612 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11613 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11614 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11615 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11616 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11617 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11618 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11619 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11620 * vax-tdep.c (vax_gdbarch_init): Update.
11621 * v850-tdep.c (v850_gdbarch_init): Update.
11622 * sparc-tdep.c (sparc_gdbarch_init): Update.
11623 * sh-tdep.c (sh_gdbarch_init): Update.
11624 * s390-tdep.c (s390_gdbarch_init): Update.
11625 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11626 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11627 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11628 * mips-tdep.c (mips_gdbarch_init): Update.
11629 * mcore-tdep.c (mcore_gdbarch_init): Update.
11630 * m68k-tdep.c (m68k_gdbarch_init): Update.
11631 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11632 * ia64-tdep.c (ia64_gdbarch_init): Update.
11633 * i386-tdep.c (i386_gdbarch_init): Update.
11634 * hppa-tdep.c (hppa_gdbarch_init): Update.
11635 * h8300-tdep.c (h8300_gdbarch_init): Update.
11636 * frv-tdep.c (frv_gdbarch_init): Update.
11637 * cris-tdep.c (cris_gdbarch_init): Update.
11638 * avr-tdep.c (avr_gdbarch_init): Update.
11639 * arm-tdep.c (arm_gdbarch_init): Update.
11640 * alpha-tdep.c (alpha_gdbarch_init): Update.
11641 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11642 max_register_raw_size or max_register_virtual_size.
11643
11644 2003-03-03 David Carlton <carlton@math.stanford.edu>
11645
11646 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11647 SYMBOL_MATCHES_NAME, add comment.
11648 (SYMBOL_MATCHES_NATURAL_NAME): New.
11649 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11650 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11651 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11652 * symtab.c (lookup_partial_symbol): Use
11653 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11654 unhelpful comment.
11655 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11656 SYMBOL_MATCHES_NAME.
11657 Fix for PR c++/33.
11658
11659 2003-03-03 David Carlton <carlton@math.stanford.edu>
11660
11661 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11662 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11663 by regexp matching against SYMBOL_NATURAL_NAME.
11664
11665 2003-03-03 David Carlton <carlton@math.stanford.edu>
11666
11667 * linespec.c (find_method): Extract code into collect_methods.
11668 (collect_methods): New.
11669
11670 2003-03-02 Mark Kettenis <kettenis@gnu.org>
11671
11672 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11673 get_frame_base.
11674
11675 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11676 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11677
11678 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11679
11680 * arch-utils.c (generic_register_byte): Fix to use the loop index
11681 and not regnum when summing the size of all registers up to regnum.
11682
11683 2003-03-01 Andrew Cagney <cagney@redhat.com>
11684
11685 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11686 FRAME_INIT_SAVED_REGS.
11687 * gdbarch.h, gdbarch.c: Regenerate.
11688 * stack.c (frame_info): Update.
11689 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11690 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11691 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11692 * ns32k-tdep.c (ns32k_pop_frame): Update.
11693 * mips-tdep.c (mips_pop_frame): Update.
11694 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11695 * ia64-tdep.c (ia64_frame_chain): Update.
11696 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11697 (ia64_frameless_function_invocation): Update.
11698 (ia64_init_extra_frame_info): Update.
11699 (ia64_pop_frame_regular): Update.
11700 * frame.h (struct frame_info): Update comment.
11701 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11702 * frame.c (frame_saved_regs_register_unwind): Update.
11703 (frame_saved_regs_register_unwind): Update.
11704 (deprecated_generic_get_saved_register): Update.
11705 * cris-tdep.c: Update comment.
11706 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11707 Rename macro.
11708 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11709 * x86-64-tdep.c (x86_64_init_abi): Update.
11710 * vax-tdep.c (vax_gdbarch_init): Update.
11711 * v850-tdep.c (v850_gdbarch_init): Update.
11712 * sparc-tdep.c (sparc_gdbarch_init): Update.
11713 * sh-tdep.c (sh_gdbarch_init): Update.
11714 * s390-tdep.c (s390_gdbarch_init): Update.
11715 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11716 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11717 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11718 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11719 * mips-tdep.c (mips_gdbarch_init): Update.
11720 * mcore-tdep.c (mcore_gdbarch_init): Update.
11721 * m68k-tdep.c (m68k_gdbarch_init): Update.
11722 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11723 * ia64-tdep.c (ia64_gdbarch_init): Update.
11724 * i386-tdep.c (i386_gdbarch_init): Update.
11725 * frv-tdep.c (frv_gdbarch_init): Update.
11726 * avr-tdep.c (avr_gdbarch_init): Update.
11727 * arm-tdep.c (arm_gdbarch_init): Update.
11728 * alpha-tdep.c (alpha_gdbarch_init): Update.
11729
11730 2003-03-01 Andrew Cagney <cagney@redhat.com>
11731
11732 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11733 option enum and switch. When no windows, set the interpreter to
11734 INTERP_CONSOLE.
11735
11736 2003-03-01 Andrew Cagney <cagney@redhat.com>
11737
11738 * main.c (captured_main): Replace magic option characters with an
11739 enum.
11740
11741 2003-03-01 Andrew Cagney <cagney@redhat.com>
11742
11743 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11744 INIT_EXTRA_FRAME_INFO.
11745 * gdbarch.h, gdbarch.c: Regenerate.
11746 * arm-tdep.c: Update comments.
11747 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11748 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11749 * frame.h, avr-tdep.c: Ditto.
11750 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11751 (create_new_frame, legacy_get_prev_frame): Ditto.
11752 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11753 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11754 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11755 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11756 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11757 * v850-tdep.c (v850_gdbarch_init): Ditto.
11758 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11759 * sh-tdep.c (sh_gdbarch_init): Ditto.
11760 * s390-tdep.c (s390_gdbarch_init): Ditto.
11761 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11762 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11763 * mips-tdep.c (mips_gdbarch_init): Ditto.
11764 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11765 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11766 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11767 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11768 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11769 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11770 * frv-tdep.c (frv_gdbarch_init): Ditto.
11771 * cris-tdep.c (cris_gdbarch_init): Ditto.
11772 * avr-tdep.c (avr_gdbarch_init): Ditto.
11773 * arm-tdep.c (arm_gdbarch_init): Ditto.
11774 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11775 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11776
11777 2003-03-01 Andrew Cagney <cagney@redhat.com>
11778
11779 * gdbarch.sh (register_type): New function with predicate.
11780 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11781 * gdbarch.h, gdbarch.c: Re-generate.
11782 * arch-utils.c (generic_register_byte): Use generic_register_size.
11783 (generic_register_size): When available, use
11784 gdbarch_register_type.
11785 * regcache.c (init_regcache_descr): When available, initialize the
11786 register type array using gdbarch_register_type. If the
11787 architecture supplies gdbarch_register_type, do not use the legacy
11788 regcache layout.
11789 * d10v-tdep.c (d10v_register_type): Replace
11790 d10v_register_virtual_type.
11791 (d10v_gdbarch_init): Set register_type instead of
11792 register_virtual_type.
11793
11794 2003-03-01 Andrew Cagney <cagney@redhat.com>
11795
11796 * Makefile.in (ax-gdb.o): Update dependencies.
11797 * ax-gdb.c: Include "regcache.h".
11798 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11799 * findvar.c (value_of_register): Ditto.
11800 * infcmd.c (default_print_registers_info): Ditto.
11801
11802 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11803
11804 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11805 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11806
11807 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11808
11809 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11810 of STREQ.
11811
11812 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
11813
11814 * Makefile.in (dwarf2loc.o): Update dependencies.
11815 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11816 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11817 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11818 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11819 (locexpr_tracepoint_var_ref): New function.
11820 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11821
11822 2003-02-28 Andrew Cagney <cagney@redhat.com>
11823
11824 * regcache.c (register_size): New function.
11825 * regcache.h (register_size): Declare
11826 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11827 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11828
11829 2003-02-28 David Carlton <carlton@math.stanford.edu>
11830
11831 * linespec.c (decode_compound): Extract code into find_method.
11832 (find_method): New.
11833
11834 2003-02-28 J. Brobecker <brobecker@gnat.com>
11835
11836 * Makefile.in: Add rules to build and link in observer.o.
11837
11838 2003-02-27 J. Brobecker <brobecker@gnat.com>
11839
11840 * observer.c: Minor comments edits.
11841
11842 2003-02-27 J. Brobecker <brobecker@gnat.com>
11843
11844 * observer.h, observer.c: New file.
11845
11846 2003-02-27 Andrew Cagney <cagney@redhat.com>
11847
11848 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11849
11850 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11851
11852 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11853 (M6812_OP_STS_EXT): Likewise.
11854 (m6811_prologue): Use the above to recognize prologue.
11855 (m6812_prologue): Likewise.
11856
11857 2003-02-27 David Carlton <carlton@math.stanford.edu>
11858
11859 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11860 SYMBOL_PRINT_NAME.
11861 (compare_psymbols): Ditto.
11862 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11863
11864 2003-02-27 Michael Snyder <msnyder@redhat.com>
11865
11866 * f-lang.c (build_fortran_types): New function.
11867 (_initialize_f_language): Gdbarch-register built-in fortran types.
11868 * doublest.c (extract_floating): Fix warning text.
11869
11870 2003-02-27 Andrew Cagney <cagney@redhat.com>
11871
11872 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11873 predicate. Replaces PUSH_DUMMY_FRAME.
11874 * gdbarch.h, gdbarch.c: Regnerate.
11875 * valops.c (hand_function_call): Update. Call
11876 generic_push_dummy_frame directly.
11877 * vax-tdep.c (vax_gdbarch_init): Update.
11878 * sparc-tdep.c (sparc_gdbarch_init): Update.
11879 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11880 * m68k-tdep.c (m68k_gdbarch_init): Update.
11881 * hppa-tdep.c (hppa_gdbarch_init): Update.
11882 * alpha-tdep.c (alpha_gdbarch_init): Update.
11883 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11884 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11885 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11886 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11887 push_dummy_frame to generic_push_dummy_frame.
11888 * v850-tdep.c (v850_gdbarch_init): Ditto.
11889 * sh-tdep.c (sh_gdbarch_init): Ditto.
11890 * s390-tdep.c (s390_gdbarch_init): Ditto.
11891 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11892 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11893 * mips-tdep.c (mips_gdbarch_init): Ditto.
11894 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11895 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11896 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11897 * i386-tdep.c (i386_gdbarch_init): Ditto.
11898 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11899 * frv-tdep.c (frv_gdbarch_init): Ditto.
11900 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11901 * cris-tdep.c (cris_gdbarch_init): Ditto.
11902 * avr-tdep.c (avr_gdbarch_init): Ditto.
11903 * arm-tdep.c (arm_gdbarch_init): Ditto.
11904
11905 2003-02-26 Kevin Buettner <kevinb@redhat.com>
11906
11907 * mips-tdep.c (show_mips_abi): New function.
11908 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11909 command ``show mips abi''.
11910
11911 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
11912
11913 From Elena Zannoni <ezannoni@redhat.com>
11914 * dbxread.c (process_one_symbol): Only record line 0 if one or
11915 more sline entries have been seen for the function.
11916
11917 2003-02-26 Michael Chastain <mec@shout.net>
11918
11919 * configure: Regenerate with autoconf 000227.
11920
11921 2003-02-26 Michael Chastain <mec@shout.net>
11922
11923 Close PR build/660.
11924 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11925 for old libc5/glibc.
11926 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11927
11928 2003-02-26 Kris Warkentin <kewarken@qnx.com>
11929
11930 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11931 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11932
11933 2003-02-26 Michael Chastain <mec@shout.net>
11934
11935 * configure.in: New variable HAVE_UINTPTR_T.
11936 * configure, config.in: Regenerated.
11937
11938 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
11939
11940 Fix PR build/1097.
11941 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11942
11943 2003-02-25 Andrew Cagney <cagney@redhat.com>
11944
11945 * frame.c (get_prev_frame): Add comment on check for
11946 inside_entry_func. Only check for inside_entry_file when not a
11947 dummy and not a sentinel. Check that the new frame is not inner
11948 to the old frame.
11949
11950 2003-02-25 Andrew Cagney <cagney@redhat.com>
11951
11952 * frame.c (frame_debug): New variable.
11953 (_initialize_frame): Add "set/show debug frame" command.
11954 (get_prev_frame): When frame_debug, print reason why unwind
11955 failed.
11956
11957 2003-02-25 Michael Chastain <mec@shout.net>
11958
11959 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11960 to avoid uintptr_t definition problems.
11961
11962 2003-02-25 David Carlton <carlton@math.stanford.edu>
11963
11964 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11965 (SYMBOL_LINKAGE_NAME): Ditto.
11966 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11967 SYMBOL_LINKAGE_NAME.
11968 (struct general_symbol_info): Expand comment.
11969 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11970 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11971 (SYMBOL_MATCHES_REGEXP): Ditto.
11972 * symtab.c (symbol_natural_name): New function.
11973 * objfiles.h: Replace all uses of SYMBOL_NAME by
11974 DEPRECATED_SYMBOL_NAME.
11975 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11976 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11977 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11978 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11979 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11980 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11981 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11982 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11983 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11984 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11985 * ada-exp.y: Ditto.
11986 * ada-exp.y: Update copyright.
11987 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11988 * cp-valprint.c: Ditto.
11989
11990 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11991
11992 * infptrace.c (detach): Do not flag error if ptrace detach fails
11993 and errno is set to ESRCH.
11994
11995 2003-02-24 Andrew Cagney <cagney@redhat.com>
11996
11997 * infptrace.c (udot_info): Change type of udot_off to long. Use
11998 paddr when printing udot_off's value.
11999
12000 2003-02-24 David Carlton <carlton@math.stanford.edu>
12001
12002 * symtab.c (make_symbol_overload_list): Only read in partial
12003 symtabs containing a matching partial symbol.
12004
12005 2003-02-24 David Carlton <carlton@math.stanford.edu>
12006
12007 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
12008 do the comparison, not strcmp.
12009 * symfile.c (compare_psymbols): Ditto.
12010 * defs.h: Declare strcmp_iw_ordered.
12011 * utils.c (strcmp_iw_ordered): New function.
12012
12013 2003-02-24 Jim Blandy <jimb@redhat.com>
12014
12015 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
12016 support, shared libs): Remove my name from here, to better reflect
12017 reality.
12018
12019 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12020
12021 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
12022 (target_ops): Add to_have_continuable_watchpoint.
12023 * target.c (update_current_target): Add INHERIT line for
12024 to_have_continuable_watchpoint.
12025 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
12026 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
12027 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
12028 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
12029
12030 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
12031
12032 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
12033 maintainership.
12034
12035 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12036
12037 * solib.c (solib_open): Call target defined search function after
12038 failing with solib-search-path.
12039 * solist.h (target_so_ops): Add find_and_open_solib function hook and
12040 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
12041
12042 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12043
12044 * MAINTAINERS: Add myself to Write After section.
12045
12046 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
12047
12048 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
12049
12050 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
12051
12052 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
12053 (m68hc11_add_reggroups): New function.
12054 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
12055 (m68hc11_gdbarch_init): Install the reggroups.
12056 (_initialize_m68hc11_tdep): Initialize them.
12057
12058 2003-02-21 James E Wilson <wilson@tuliptree.org>
12059
12060 * MAINTAINERS: Update my email address.
12061
12062 2003-02-21 David Carlton <carlton@math.stanford.edu>
12063
12064 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
12065
12066 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
12067
12068 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
12069 * symtab.h: Add opaque declarations of struct axs_value and
12070 struct agent_expr.
12071 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
12072 (struct location_funcs): New type.
12073 (struct symbol): Add "loc" to aux_value.
12074 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
12075 * dwarf2read.c: Include "dwarf2expr.h".
12076 (dwarf2_symbol_mark_computed): New function.
12077 (read_func_scope): Use it.
12078 (var_decode_location): New function.
12079 (new_symbol): Use it.
12080 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
12081
12082 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
12083 (dwarf2expr_h, dwarf2loc_h): New variables.
12084 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
12085 (dwarf2expr.o, dwarf2loc.o): New rules.
12086 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
12087 * buildsym.c (finish_block): Handle LOC_COMPUTED and
12088 LOC_COMPUTED_ARG.
12089 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
12090 * m2-exp.y (yylex): Likewise.
12091 * printcmd.c (address_info, print_frame_args): Likewise.
12092 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
12093 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
12094 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
12095 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
12096 * symtab.c (lookup_block_symbol): Likewise.
12097
12098 2003-02-20 Adam Fedor <fedor@gnu.org>
12099
12100 * symtab.h: Remove objc_specific struct
12101 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
12102 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
12103 Have language_objc use cplus_specific struct.
12104
12105 2003-02-20 Tom Tromey <tromey@redhat.com>
12106
12107 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
12108 TYPE_NAME, when printing a String value. PR java/1075.
12109
12110 2003-02-20 Adam Fedor <fedor@gnu.org>
12111
12112 * objc-lang.h (find_methods): Remove declaration.
12113 * objc-lang.c (find_methods): Make static.
12114
12115 2003-02-20 Christopher Faylor <cgf@redhat.com>
12116
12117 * win32-nat.c (get_image_name): Check return value from
12118 ReadProcessMemory.
12119 (child_xfer_memory): Ditto.
12120
12121 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
12122
12123 * configure.in (TARGET_SYSTEM_ROOT): Set default to
12124 ${exec_prefix}/${target_alias}/sys-root. Match explicit
12125 '${exec_prefix}' (in addition to the expansion thereof) as
12126 relocatable.
12127 * configure: Rebuilt.
12128
12129 2003-02-20 David Carlton <carlton@math.stanford.edu>
12130
12131 * symtab.c (search_symbols): Revert the search_symbols part of my
12132 2002-12-23 patch. Add comment.
12133
12134 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
12135
12136 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
12137 * dbxread.c (elfstab_build_psymtabs): Don't call
12138 install_minimal_symbols.
12139 (stabsect_build_psymtabs): Likewise.
12140 * elfread.c (elf_symfile_read): Call install_minimal_symbols
12141 earlier.
12142 * somread.c (som_symfile_read): Call install_minimal_symbols
12143 and do_cleanups earlier.
12144 * nlmread.c (nlm_symfile_read): Likewise.
12145 * mdebugread.c (elfmdebug_build_psymtabs): Call
12146 install_minimal_symbols and make appropriate cleanups.
12147
12148 2003-02-20 Kevin Buettner <kevinb@redhat.com>
12149
12150 * solib.c (reload_shared_libraries): New function.
12151 (_initialize_solib): Add callbacks for ``set solib-search-path''
12152 and ``set solib-absolute-prefix''.
12153
12154 2003-02-20 David Carlton <carlton@math.stanford.edu>
12155
12156 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
12157 expand comment.
12158 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
12159 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
12160 * ada-typeprint.c (ada_typedef_print): Ditto.
12161 * ax-gdb.c (gen_var_ref): Ditto.
12162 * breakpoint.c (print_one_breakpoint): Ditto.
12163 * buildsym.c (finish_block): Ditto.
12164 * c-valprint.c (c_val_print): Ditto.
12165 * expprint.c (print_subexp): Ditto.
12166 * findvar.c (locate_var_value): Ditto.
12167 * infcmd.c (jump_command): Ditto.
12168 * linespec.c (decode_line_2, decode_compound): Ditto.
12169 * maint.c (maintenance_translate_address): Ditto.
12170 * objc-lang.c (compare_selectors, compare_classes): Ditto.
12171 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
12172 Ditto.
12173 * p-valprint.c (pascal_val_print): Ditto.
12174 * stabsread.c (define_symbol): Ditto.
12175 * stack.c (print_frame, frame_info, print_block_frame_locals)
12176 (print_frame_arg_vars, return_command): Ditto.
12177 * symfile.c (compare_symbols, compare_psymbols): Ditto.
12178 * symmisc.c (print_symbol): Ditto.
12179 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
12180 (compare_search_syms, print_symbol_info, print_msymbol_info)
12181 (rbreak_command): Ditto.
12182 * tracepoint.c (tracepoints_info): Ditto.
12183 * typeprint.c (typedef_print): Ditto.
12184 * valops.c (value_of_variable, hand_function_call): Ditto.
12185 * cli/cli-cmds.c (edit_command, list_command): Ditto.
12186 * ada-typeprint.c: Update Copyright.
12187 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
12188 * tracepoint.c, cli/cli-cmds.c: Ditto.
12189
12190 2003-02-20 Kevin Buettner <kevinb@redhat.com>
12191
12192 * frame.c (generic_unwind_get_saved_register): Make non-static.
12193 * frame.h (generic_unwind_get_saved_register): Declare.
12194 * mips-tdep.c (read_next_frame_reg): Fetch register from
12195 current regcache when frame is NULL.
12196 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
12197 that must be NULL.
12198 (mips_get_saved_register): Call generic_unwind_get_saved_register()
12199 instead of frame_register_unwind().
12200
12201 2003-02-20 Andrew Cagney <ac131313@redhat.com>
12202
12203 * remote-sim.c (gdbsim_insert_breakpoint)
12204 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
12205 code.
12206
12207 2003-02-20 Andrew Cagney <ac131313@redhat.com>
12208
12209 * remote.c (_initialize_remote): Add commands "set/show remote
12210 hardware-watchpoint-limit" and "set/show remote
12211 hardware-breakpoint-limit".
12212 (remote_hw_watchpoint_limit): Initialize to -1.
12213 (remote_hw_breakpoint_limit): Ditto.
12214 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
12215
12216 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
12217
12218 * coff-pe-read.c: New file - support reading of minimal symbols from a
12219 portable executable using the export table.
12220 * coff-pe-read.h: New file.
12221 * coffread.c: Include coff-pe-read.h.
12222 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
12223 debugging symbols found.
12224 * Makefile.in (SFILES): Add coff-pe-read.o.
12225 (coff_pe_read_h): Define.
12226 (COMMON_OBS): Add coff-pe-read.o.
12227 (coffread.o): Add coff_pe_read_h dependency.
12228 (coff-pe-read.o): New target.
12229
12230 2003-02-19 David Carlton <carlton@math.stanford.edu>
12231
12232 * Makefile.in (SFILES): Add block.c.
12233 (block_h): New.
12234 (COMMON_OBS): Add block.o.
12235 (block.o): New.
12236 (x86-64-tdep.o): Add $(block_h).
12237 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
12238 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
12239 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
12240 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
12241 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
12242 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
12243 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
12244 * value.h: Add opaque declaration for struct block.
12245 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
12246 * ada-lang.h: Ditto.
12247 * x86-64-tdep.c: #include "block.h"
12248 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
12249 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
12250 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
12251 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
12252 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
12253 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
12254 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
12255 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
12256 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
12257 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
12258 * symtab.c (block_function): Ditto.
12259 (contained_in): Ditto.
12260 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
12261 block.h. Add opaque declaration for struct block.
12262 * symtab.h: Move block_function and contained_in declarations to
12263 block.h. Add opaque declarations for struct block, struct
12264 blockvector.
12265 (struct block): Move to block.h.
12266 (struct blockvector): Ditto.
12267 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
12268 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
12269 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
12270 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
12271 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
12272 Ditto.
12273 * block.c: New file.
12274 * block.h: New file.
12275
12276 2003-02-19 Theodore A. Roth <troth@openavr.org>
12277
12278 * avr-tdep.c (avr_extract_return_value): Remove function.
12279 (avr_store_return_value): Remove function.
12280 (avr_extract_struct_value_address): Remove function.
12281 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
12282
12283 2003-02-19 Andrew Cagney <ac131313@redhat.com>
12284
12285 * rs6000-tdep.c: Include "gdb_assert.h".
12286 (registers_e500): Add "acc" and "spefscr".
12287 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
12288 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
12289 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
12290 really is "r0".
12291 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
12292
12293 2003-02-18 Keith Seitz <keiths@redhat.com>
12294
12295 * Makefile.in: Add gdbtk-interps.c.
12296
12297 2003-02-18 Kevin Buettner <kevinb@redhat.com>
12298
12299 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
12300 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
12301
12302 2003-02-18 Andrew Cagney <cagney@redhat.com>
12303
12304 * symtab.h (struct objfile): Add opaque declaration.
12305
12306 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
12307
12308 From Jim Ingham <jingham@apple.com>:
12309 * dbxread.c (process_one_symbol): Use last_function_start rather
12310 than function_start_offset to find the real beginning of the
12311 current function. The latter is just the text section offset on
12312 some systems, the former is always the real function start.
12313
12314 2003-02-17 Andrew Cagney <cagney@redhat.com>
12315
12316 * configure.in: Revert ${target} != ${host}.
12317
12318 2003-02-17 Andrew Cagney <ac131313@redhat.com>
12319
12320 * configure.in (Makefile): Use the test ${target} != ${host},
12321 instead of the absence of the "nm.h" file, to determine of the
12322 configuration non-native.
12323 * configure: Regenerate.
12324
12325 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
12326
12327 From Brian Ford <ford@vss.fsi.com>
12328
12329 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
12330 conditionalize tui_active test.
12331 (lookup_cmd_1): Ditto.
12332
12333 2003-02-14 Mark Kettenis <kettenis@gnu.org>
12334
12335 * configure.in: Add check for _etext.
12336 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
12337 available.
12338 * config.in, configure: regenerated.
12339
12340 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
12341
12342 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
12343
12344 2003-02-14 Andrew Cagney <ac131313@redhat.com>
12345
12346 * main.c (tui_version): Delete variable.
12347 (captured_main): When --tui, set interpreter_p to "tui" instead of
12348 enabling tui_version.
12349 * printcmd.c (display_command) [TUI]: Test tui_active instead of
12350 tui_version.
12351 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
12352 * cli/cli-cmds.c (disassemble_command): Ditto.
12353 * defs.h (tui_version): Delete declaration.
12354 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
12355 (tui-interp.o): Add rules.
12356 (SUBDIR_TUI_OBS): Add "tui-interp.o".
12357
12358 2003-02-14 Christopher Faylor <cgf@redhat.com>
12359
12360 * win32-nat.c (register_loaded_dll): Correctly set address range for
12361 just-loaded dll.
12362
12363 2003-02-12 Jason Molenda (jmolenda@apple.com)
12364
12365 * symmisc.c (print_objfile_statistics): Include information about
12366 the number of psymtabs and symtabs in each object file.
12367
12368 2003-02-13 Keith R Seitz <keiths@redhat.com>
12369
12370 * main.h (struct captured_main_args): Add interpreter_p.
12371 * main.c (captured_main): Initialize interpreter_p from context.
12372 * gdb.c (main): Set interpreter_p argument.
12373 * Makefile.in (gdb.o): Add dependency for interps.h.
12374
12375 2003-02-12 Andrew Cagney <ac131313@redhat.com>
12376
12377 * event-top.c (cli_command_loop): Delete declaration.
12378 (_initialize_event_loop): Delete function setting event_loop_hook.
12379 * event-top.h (cli_command_loop): Declare. Update copyright.
12380 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
12381 * interps.c (current_interp_command_loop): When event_loop_p, call
12382 cli_command_loop.
12383
12384 2003-02-12 Andrew Cagney <ac131313@redhat.com>
12385
12386 * interps.h (interp_command_loop_ftype): Change return type to
12387 void.
12388
12389 2003-02-12 Michal Ludvig <mludvig@suse.cz>
12390
12391 * x86-64-tdep.c (x86_64_extract_return_value)
12392 (x86_64_store_return_value): Use regcache instead of regbuf.
12393 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
12394 * x86-64-linux-nat.c (fill_gregset): Use regcache.
12395
12396 2003-02-11 Andrew Cagney <ac131313@redhat.com>
12397
12398 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
12399 * aclocal.m4: Regenerate.
12400 * configure: Regenerate.
12401
12402 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
12403 TCL_LD_SEARCH_FLAGS.
12404
12405 2003-02-10 Michal Ludvig <mludvig@suse.cz>
12406
12407 * dwarf2cfi.c: Reindented.
12408
12409 2003-02-09 Andrew Cagney <ac131313@redhat.com>
12410
12411 * interps.c (clear_interpreter_hooks): Convert function definition
12412 to ISO C.
12413
12414 2003-02-07 David Carlton <carlton@math.stanford.edu>
12415
12416 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
12417
12418 2003-02-07 Kevin Buettner <kevinb@redhat.com>
12419
12420 * gdbtypes.h (struct main_type): Move ``length'' field from here...
12421 (struct type): ...to here.
12422 (TYPE_LENGTH): Adjust to reflect different location of ``length''
12423 field.
12424 * gdbtypes.c (make_qualified_type): Set length on newly created type.
12425 (replace_type): Set length on all type variants for a given type.
12426
12427 2003-02-07 Andrew Cagney <ac131313@redhat.com>
12428
12429 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
12430 <sys/stat.h>.
12431 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
12432
12433 2003-02-06 Andrew Cagney <ac131313@redhat.com>
12434
12435 * Makefile.in (symm-nat.o): Update dependencies.
12436 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
12437 (lynx-nat.o, ia64-linux-nat.): Ditto.
12438 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
12439 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
12440 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
12441
12442 * Makefile.in (inflow_h): Define.
12443 (procfs.o, inflow.o, procfs.o): Update dependencies.
12444 * inftarg.c (child_stop): Delete extern declaration of
12445 inferior_process_group. Include "inflow.h".
12446 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
12447 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
12448 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
12449 (our_process_group, inferior_process_group): Extern declarations.
12450
12451 * procfs.c: Include "gdb_assert.h".
12452
12453 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12454 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
12455 * jv-typeprint.c (java_type_print_base): Ditto.
12456 * typeprint.c (typedef_print): Eliminate STREQ.
12457 * cli/cli-script.c (define_command, define_command): Ditto.
12458 * main.c (captured_main): Ditto.
12459 * values.c (lookup_internalvar): Ditto.
12460 * utils.c (safe_strerror, parse_escape): Eliminate assignment
12461 within `if' conditional.
12462 * linespec.c (decode_line_2): Ditto.
12463 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
12464 (bfd_openw_with_cleanup): Ditto.
12465
12466 2003-02-07 Mark Kettenis <kettenis@gnu.org>
12467
12468 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
12469 legacy_extract_return_value and store_return_value to
12470 legacy_return_value.
12471
12472 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
12473
12474 * win32-nat.c (get_relocated_section_addrs): New function. Find
12475 section load addresses for symbol handling in relocated DLLs.
12476 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
12477
12478 2003-02-05 Fred Fish <fnf@intrinsity.com>
12479
12480 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
12481 '=' and '!='.
12482 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
12483 with '&' and '=='.
12484 (angel_RDI_info): Ditto.
12485 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
12486 with '&' and '!='.
12487 (threads_continue_all_with_signals): Ditto.
12488
12489 2003-02-05 Jim Ingham <jingham@apple.com>
12490 Keith Seitz <keiths@redhat.com>
12491 Elena Zannoni <ezannoni@redhat.com>
12492 Andrew Cagney <ac131313@redhat.com>
12493
12494 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
12495 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
12496 (SUBDIR_MI_OBS): Add "mi-interp.o".
12497 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
12498 (SFILES): Add "interps.c".
12499 (COMMON_OBS): Add "interps.o".
12500 (interps_h, mi_main_h): Define.
12501 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
12502 (mi-main.o, main.o, event-top.o): Update dependencies.
12503 * cli/cli-interp.c: New file.
12504 * interps.h, interps.c: New files.
12505 * top.c: (gdb_init): Don't install the default interpreter, handed
12506 by captured_main.
12507 * main.c: Include "interps.h".
12508 (interpreter_p): Note that it should malloc'ed.
12509 (captured_command_loop): Call current_interp_command_loop.
12510 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
12511 xfree and xstrdup when updating interpreter_p. Install the
12512 default interpreter. Add hack to stop mi1's copyright notice
12513 being encoded.
12514 * event-top.h (gdb_setup_readline): Declare.
12515 (gdb_disable_readline): Declare.
12516 * event-top.c: Include "interps.h".
12517 (display_gdb_prompt): Call current_interp_display_prompt_p.
12518 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12519 gdb_stdlog, and gdb_stdtarg.
12520 (_initialize_event_loop): Don't call gdb_setup_readline.
12521 * cli-out.c (cli_out_set_stream): New function.
12522 * cli-out.h (cli_out_set_stream): Declare.
12523
12524 2003-02-06 Mark Kettenis <kettenis@gnu.org>
12525
12526 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12527 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
12528 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12529 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12530 config/i386/i386v42mp.mt: Removed.
12531
12532 2003-02-05 Mark Kettenis <kettenis@gnu.org>
12533
12534 * configure.tgt (*-*-solaris*): Set gdb_osabi to
12535 GDB_OSABI_SOLARIS.
12536
12537 2003-02-05 Michael Chastain <mec@shout.net>
12538
12539 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12540 2.12.1 and earlier versions.
12541
12542 2003-02-05 Andrew Cagney <ac131313@redhat.com>
12543
12544 Remove orphaned hosts, targets and files.
12545 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12546 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12547 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12548 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12549 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12550 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12551 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12552 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12553 * config/sparc/tm-sp64sim.h: Delete.
12554 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12555 hosts.
12556 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12557 mips*-dec-mach3* targets.
12558
12559 2003-02-04 Michael Chastain <mec@shout.net>
12560
12561 * NEWS: Fix typo: sepcifying -> specifying.
12562
12563 2003-02-04 Michael Chastain <mec@shout.net>
12564
12565 * dwarfread.c: Add documentation on the state of dwarf-1,
12566 looking towards obsoletion.
12567
12568 2003-02-03 Michael Chastain <mec@shout.net>
12569
12570 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12571 gdb/testsuite/gdb.c++/pr-1023.exp.
12572
12573 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12574
12575 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12576 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12577
12578 * utils.c (init_page_info): Delete reference to MPW in comments.
12579 * main.c (captured_main): Delete #ifdef MPW.
12580
12581 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12582
12583 * NEWS: Note that the m32r-*-elf* is obsolete.
12584 * monitor.c (monitor_expect): Obsolete reference to m32r.
12585 * configure.tgt: Mark m32r-*-elf* as obsolete.
12586 * MAINTAINERS: Mark m32k as obsolete.
12587 * m32r-rom.c: Obsolete file.
12588 * config/m32r/m32r.mt: Obsolete file.
12589 * config/m32r/tm-m32r.h: Obsolete file.
12590 * m32r-stub.c: Obsolete file.
12591 * m32r-tdep.c: Obsolete file.
12592
12593 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12594
12595 * NEWS: Mention that the z8k-zilog-none is obsolete.
12596 * MAINTAINERS: Mark z8k as obsolete.
12597 * configure.tgt: Obsolete the z8k-*-coff* target.
12598 * config/z8k/z8k.mt: Obsolete file.
12599 * config/z8k/tm-z8k.h: Obsolete file.
12600 * z8k-tdep.c: Obsolete file.
12601
12602 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12603
12604 * NEWS: Mention that the mn10200-elf is obsolete.
12605 * configure.tgt: Obsolete mn10200-*-* target.
12606 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12607 mention that the mn10200 is obsolete.
12608 * breakpoint.h: Ditto.
12609 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12610 * config/mn10200/mn10200.mt: Obsolete file.
12611 * config/mn10200/tm-mn10200.h: Obsolete file.
12612 * mn10200-tdep.c: Obsolete file.
12613
12614 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12615
12616 * MAINTAINERS: Mark h8500 as obsolete.
12617 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12618 * findvar.c (value_from_register): Ditto.
12619 * h8500-tdep.c: Mark file as obsolete.
12620 * config/h8500/h8500.mt: Ditto.
12621 * config/h8500/tm-h8500.h: Ditto.
12622 * NEWS: Mention that h8500 is obsolete.
12623
12624 2003-02-04 David Carlton <carlton@math.stanford.edu>
12625
12626 * objfiles.c (allocate_objfile): Always set name. Add comment at
12627 start of function.
12628 * jv-lang.c (get_dynamics_objfile): Add comment.
12629
12630 2003-02-04 David Carlton <carlton@math.stanford.edu>
12631
12632 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12633 * printcmd.c (build_address_symbolic): Replace uses of
12634 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12635 SYMBOL_NAME, and asm_demangle.
12636 Update copyright.
12637
12638 2003-02-04 David Carlton <carlton@math.stanford.edu>
12639
12640 * linespec.c (decode_compound): Extract code into
12641 lookup_prefix_sym.
12642 (lookup_prefix_sym): New function.
12643
12644 2003-02-04 David Carlton <carlton@math.stanford.edu>
12645
12646 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12647 FLOAT_COERCION_BADNESS.
12648 * gdbtypes.c (rank_one_type): Replace all uses of
12649 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12650
12651 2003-02-04 Jim Blandy <jimb@redhat.com>
12652
12653 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12654 section, let dwarf_macinfo_section point to it, not
12655 dwarf_loc_section.
12656
12657 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12658
12659 Pointed out by Anton Blanchard <anton@samba.org>.
12660 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12661 (ppc_linux_at_sigtramp_return_path): Use it.
12662
12663 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12664
12665 * defs.h (streq): Add prototype.
12666 * utils.c (streq): New function.
12667
12668 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12669 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12670 * mdebugread.c (new_symbol): Likewise.
12671 * stabsread.c (define_symbol): Likewise.
12672 * coffread.c (process_coff_symbol): Likewise.
12673 * dwarfread.c (new_symbol): Likewise.
12674
12675 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12676 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12677 here.
12678 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12679 SYMBOL_INIT_DEMANGLED_NAME.
12680 * objfiles.c: Include "hashtab.h".
12681 (allocate_objfile): Call htab_set_functions_ex for the
12682 demangled_names_hash.
12683 (free_objfile): Call htab_delete for the demangled_names_hash.
12684 * objfiles.h (struct htab): Add declaration.
12685 (struct objfile): Add demangled_names_hash.
12686 * symfile.c: Include "hashtab.h".
12687 (reread_symbols): Call htab_delete for the demangled_names_hash.
12688 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12689 SYMBOL_NAME in the bcache.
12690 * symtab.c: Include "hashtab.h". Update comments.
12691 (create_demangled_names_hash, symbol_set_names): New functions.
12692 (symbol_find_demangled_name): New function, broken out from
12693 symbol_init_demangled_names.
12694 (symbol_init_demangled_names): Use it.
12695 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12696 (SYMBOL_SET_NAMES): New macro.
12697 (symbol_set_names): Add prototype.
12698
12699 2003-02-03 Jim Blandy <jimb@redhat.com>
12700
12701 Use a single, consistent representation for an empty minimal
12702 symbol table in an objfile.
12703 * objfiles.c (terminate_minimal_symbol_table): New function.
12704 (allocate_objfile): Call it.
12705 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12706 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
12707 non-NULL.
12708 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12709 objfile has minimal symbols, compare minimal_symbol_count to zero,
12710 instead of comparing msymbols with NULL.
12711 * objfiles.c (have_minimal_symbols): Same.
12712 * solib-sunos.c (solib_add_common_symbols): Call
12713 terminate_minimal_symbol_table.
12714 * symfile.c (reread_symbols): Same.
12715
12716 2003-02-03 Kevin Buettner <kevinb@redhat.com>
12717
12718 * s390-tdep.c (s390_address_class_type_flags)
12719 (s390_address_class_type_flags_to_name)
12720 (s390_address_class_name_to_type_flags): New functions.
12721 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12722 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12723
12724 2003-02-03 Michael Snyder <msnyder@redhat.com>
12725
12726 * arm-tdep.c: Fix spell-o in comment.
12727
12728 2003-02-03 Michal Ludvig <mludvig@suse.cz>
12729
12730 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12731 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
12732 error messages to contain BFD filename.
12733
12734 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
12735
12736 Fix PR gdb/742 gdb/743 gdb/877
12737 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12738 (do_mixed_source_and_assembly): Use
12739 make_cleanup_ui_out_tuple_begin_end and
12740 make_cleanup_ui_out_tuple_begin_end.
12741 (do_mixed_source_and_assembly): Ditto.
12742 * thread.c (do_captured_list_thread_ids): Ditto.
12743 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12744 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12745 ui_out_tuple_end): Delete prototypes.
12746 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12747 ui_out_list_end, ui_out_tuple_end): Delete.
12748
12749 From Kevin Buettner <kevinb@redhat.com>:
12750 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
12751 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12752 (do_cleanup_table_end): New functions.
12753 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12754 Use cleanups to invoke_ui_out_tuple_end().
12755 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
12756 * cli/cli-setshow.c (cmd_show_list): Use
12757 make_cleanup_ui_out_tuple_begin_end.
12758
12759 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12760
12761 * frame.c (frame_unwind_register): New function.
12762 (frame_unwind_unsigned_register): Use.
12763 (frame_unwind_signed_register): Use.
12764 (frame_read_register): New function.
12765 * frame.h (frame_unwind_register): Declare.
12766 (frame_read_register): Declare.
12767
12768 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12769 and frame_unwind_register instead of read_memory, write_register
12770 and deprecated_write_register_bytes.
12771
12772 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12773
12774 * frame.h: Note that namelen can be negative.
12775 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12776 NAME's length.
12777
12778 * NEWS: Mention that the d10v's `regs' command is deprecated.
12779 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12780 (d10v_print_registers_info): New function.
12781 (show_regs): Call d10v_print_registers_info.
12782 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12783
12784 2003-02-02 Mark Kettenis <kettenis@gnu.org>
12785
12786 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12787 lost in the previous patch.
12788
12789 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12790
12791 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
12792 * stack.c (print_frame_info_base): Output complete FRAME tuple
12793 for synthesized frames.
12794
12795 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12796
12797 * mips-nat.c (zerobuf): Delete.
12798 (fetch_inferior_registers): Alloc local zerobuf.
12799 (fetch_core_registers): Alloc local zerobuf.
12800 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12801 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12802 * thread-db.c (thread_db_store_registers): Ditto.
12803 * sh-tdep.c (sh_do_register): Ditto.
12804 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12805 * remote-sim.c (gdbsim_store_register): Ditto.
12806 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12807 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12808 * monitor.c (monitor_supply_register): Ditto.
12809 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12810 * mips-nat.c (fetch_inferior_registers): Ditto.
12811 * m68klinux-nat.c (fetch_register): Ditto.
12812 * lynx-nat.c (fetch_inferior_registers): Ditto.
12813 (fetch_inferior_registers): Ditto.
12814 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12815 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12816 (hpux_thread_store_registers): Ditto.
12817 * hppah-nat.c (fetch_register): Ditto.
12818 * hppab-nat.c (fetch_register): Ditto.
12819 * hppa-tdep.c (pa_register_look_aside): Ditto.
12820 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12821 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12822
12823 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12824
12825 * gdbarch.sh: Explictly specify all method levels. When a
12826 variable with an empty level, provide a non-multi-arch default.
12827 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12828 * gdbarch.h: Re-generate.
12829 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12830 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12831
12832 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12833
12834 * defs.h (host_pointer_to_address): Delete declaration.
12835 (address_to_host_pointer): Delete declaration.
12836 * utils.c (host_pointer_to_address): Delete function.
12837 (address_to_host_pointer): Delete function.
12838 * procfs.c (procfs_address_to_host_pointer): New function.
12839 * procfs.c (proc_set_watchpoint): Use.
12840 (procfs_can_use_hw_breakpoint): Update comments.
12841 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12842 (som_solib_add): Use.
12843 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12844 * hppa-tdep.c (unwind_command): Use.
12845
12846 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12847
12848 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12849 strlen d_name.
12850
12851 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12852 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12853 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12854 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12855 (define_symbol): Update.
12856 * symfile.c (generic_load): Remove references to nindy.
12857 * symtab.c: Remove references to nindy.
12858
12859 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12860
12861 * infcmd.c (print_float_info): Delete code conditional on
12862 FLOAT_INFO.
12863 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12864 * config/m68k/nm-apollo68b.h: Ditto.
12865 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12866 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12867 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12868
12869 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12870
12871 * config/i386/tm-i386os9k.h: Removed.
12872
12873 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12874 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12875 they're identical to i[3456]86-*-sysv* now.
12876 * config/i386/i386v32.mh: Removed.
12877 * config/i386/xm-i386v32.h: Removed.
12878 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12879
12880 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12881
12882 * config/i386/i386dgux.mh: Removed.
12883 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12884
12885 * configure.in: Fix typo.
12886 * configure: Regenerated.
12887
12888 2003-01-31 David Carlton <carlton@math.stanford.edu>
12889
12890 * dwarf2read.c (dwarf2_locate_sections): Set
12891 dwarf_ranges_section.
12892
12893 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12894
12895 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12896 * utils.c: Update comments documenting legitimate uses of PTR.
12897
12898 * utils.c: Re-indent.
12899
12900 * config/djgpp/fnchange.lst: Delete nindy files.
12901 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12902 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12903 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12904 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12905 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12906 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12907 * Makefile.in (init.c): Remove nindy references.
12908 (saber_gdb): Delete rule.
12909 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12910 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12911 and a68v-nat.c.
12912 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12913 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12914 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12915 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12916 nindy-share/stop.h.
12917 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12918 * saber.suppress: Delete file.
12919
12920 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
12921
12922 * dbxread.c (stabs_data): New static variable.
12923 (fill_symbuf): Support an in-memory buffer for stabs data.
12924 (stabs_seek): New function.
12925 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12926 (read_ofile_symtab): Use stabs_seek.
12927 (elfstab_build_psymtabs): Take an asection* instead of
12928 an offset and size. Relocate the stabs data if necessary.
12929 Save the section* for dbx_psymtab_to_symtab.
12930 * dwarf2read.c: Add section variables for each debug section.
12931 (dwarf2_locate_sections): Fill them in.
12932 (dwarf2_read_section): Take an asection* argument.
12933 Relocate the section contents if necessary.
12934 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12935 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12936 it to dwarf2_read_section.
12937 (dwarf2_build_frame_info): Update callers.
12938 * elfread.c (elf_symfile_read): Update call to
12939 elfstab_build_psymtabs.
12940 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12941 (DBX_STAB_SECTION): New macro.
12942 * stabsread.h (elfstab_build_psymtabs): Update prototype.
12943 * symfile.c (symfile_dummy_outputs): New function.
12944 (symfile_relocate_debug_section): New function.
12945 * symfile.h (symfile_relocate_debug_section): Add prototype.
12946
12947 2003-01-31 Richard Henderson <rth@redhat.com>
12948
12949 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12950 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12951 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12952 * alpha-tdep.c (alpha_register_name): Add "unique".
12953 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12954 (ALPHA_UNIQUE_REGNUM): New.
12955 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12956
12957 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12958
12959 * README: Remove reference to Ericsson 1800 monitor.
12960 * Makefile.in (remote-es.o): Delete rule.
12961 (ALLDEPFILES): Delete remote-es.c.
12962 * remote-es.c: Delete file.
12963 * config/m68k/es1800.mt: Delete file.
12964 * config/djgpp/fnchange.lst: Update.
12965 * configure.tgt: Delete m68*-ericsson-* target.
12966
12967 2003-01-31 Adam Fedor <fedor@gnu.org>
12968
12969 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12970 Remove duplicate/shadowing variable of same name.
12971
12972 2003-01-30 Jim Blandy <jimb@redhat.com>
12973
12974 * symfile.c (find_separate_debug_file): Assert that the objfile's
12975 directory name we compute ends with a slash, and then assume that
12976 that's so everywhere we use it.
12977
12978 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
12979
12980 * valops.c (value_assign): Flush frame cache after stores to memory
12981 also.
12982
12983 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12984
12985 * Makefile.in (mon960-rom.o): Delete rule.
12986 * mon960-rom.c: Delete file.
12987
12988 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12989
12990 * d10v-tdep.c: Include "frame-unwind.h".
12991 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12992 list.
12993 (next_addr, uses_frame): Delete.
12994 (struct d10v_unwind_cache): Define.
12995 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12996 Use info instead of next_addr and uses_frame globals.
12997 (d10v_frame_init_saved_regs): Delete function.
12998 (d10v_init_extra_frame_info): Delete function.
12999 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
13000 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
13001 init_frame_pc or frame_saved_pc.
13002 (d10v_pop_frame): Delete function.
13003 (do_d10v_pop_frame): Delete function.
13004 (d10v_frame_chain): Delete function.
13005 (d10v_frame_chain_valid): Delete function.
13006 (d10v_frame_pc_unwind): New function.
13007 (d10v_frame_id_unwind): New function.
13008 (saved_regs_unwinder): New function.
13009 (d10v_frame_register_unwind): New function.
13010 (d10v_frame_pop): New function.
13011 (d10v_frame_unwind): New variable.
13012 (d10v_frame_p): New function.
13013 (d10v_frame_saved_pc): Delete function.
13014 * Makefile.in (d10v-tdep.o): Update dependencies.
13015
13016 2003-01-30 J. Brobecker <brobecker@gnat.com>
13017
13018 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
13019 causing some regressions due to a change in the default value
13020 for this macro.
13021
13022 2003-01-29 Richard Henderson <rth@redhat.com>
13023 Elena Zannoni <ezannoni@redhat.com>
13024 Daniel Jacobowitz <drow@mvista.com>
13025
13026 Fix PR gdb/961.
13027 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
13028 variables.
13029 (RANGES_SECTION): New.
13030 (dwarf_ranges_buffer): New variable.
13031 (struct comp_unit_head): Add member "die".
13032 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
13033 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
13034 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
13035 (dwarf2_locate_sections): Likewise.
13036 (dwarf2_build_psymtabs): Read .debug_ranges.
13037 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
13038 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
13039 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
13040 Look for DW_AT_ranges and return the bounding box.
13041
13042 2003-01-29 Brian Ford <ford@vss.fsi.com>
13043
13044 * win32-nat.c (cygwin_pid): Removed as unused.
13045 (child_attach): Try fall back to Cygwin pid.
13046
13047 2003-01-29 Jim Blandy <jimb@redhat.com>
13048
13049 * objfiles.h (struct objfile): Doc fix.
13050
13051 2003-01-29 Andrew Cagney <ac131313@redhat.com>
13052
13053 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
13054 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
13055 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
13056 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
13057 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
13058 (FRAME_SAVED_PC): Change to a function with predicate.
13059 * gdbarch.h, gdbarch.c: Re-generate.
13060
13061 2003-01-28 Andrew Cagney <ac131313@redhat.com>
13062
13063 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
13064
13065 * complaints.c (complain): Delete function.
13066 * complaints.h (struct deprecated_complaint): Delete definition.
13067 (complain): Delete declaration.
13068
13069 2003-01-28 Kevin Buettner <kevinb@redhat.com>
13070
13071 * mips-tdep.c (mips_init_extra_frame_info): Return early for
13072 dummy frames.
13073
13074 2003-01-27 Andrew Cagney <ac131313@redhat.com>
13075
13076 * sentinel-frame.h, sentinel-frame.c: New files.
13077 * Makefile.in (frame.o): Update dependencies.
13078 (SFILES): Add sentinel-frame.c.
13079 (sentinel_frame_h): Define.
13080 (COMMON_OBS): Add sentinel-frame.o.
13081 (sentinel-frame.o): Specify dependencies.
13082 * frame.c: Include "sentinel-frame.h".
13083 (frame_register_unwind): Rewrite assuming that there is always a a
13084 ->next frame.
13085 (frame_register, generic_unwind_get_saved_register): Ditto.
13086 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
13087 (create_sentinel_frame, unwind_to_current_frame): New functions.
13088 (get_current_frame): Rewrite using create_sentinel_frame and
13089 unwind_to_current_frame. When possible, always create a frame.
13090 (create_new_frame): Set next to the sentinel frame.
13091 (get_next_frame): Rewrite. Don't go below the level 0 frame.
13092 (deprecated_update_frame_pc_hack): Update the next frame's PC and
13093 ID cache when necessary.
13094 (frame_saved_regs_id_unwind): Use frame_relative_level.
13095 (deprecated_generic_get_saved_register): Use frame_relative_level,
13096 get_frame_saved_regs, get_frame_pc, get_frame_base and
13097 get_next_frame.
13098 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
13099 frame_register.
13100
13101 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13102
13103 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
13104
13105 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13106
13107 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
13108 (maintenance_set_profile_cmd): Use error () instead of warning ().
13109
13110 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13111
13112 * configure.in: Check that -pg works if using --enable-profiling.
13113 Check for monstartup and _mcleanup regardless of --enable-profiling.
13114 * maint.c: Check for monstartup and _mcleanup before using them.
13115 * config.in: Regenerated.
13116 * configure: Regenerated.
13117
13118 2003-01-24 Nick Clifton <nickc@redhat.com>
13119
13120 * Add sh2e support:
13121
13122 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
13123
13124 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
13125 (sh2e_show_regs): New.
13126 (sh_gdbarch_init): Handle bfd_mach_sh2e.
13127 * config/sh/tm-sh.h: Added sh2e to comments.
13128
13129 2003-01-23 Jim Blandy <jimb@redhat.com>
13130
13131 * symfile.c (syms_from_objfile): Don't print the "(no debugging
13132 symbols found)" message here; we haven't checked for a separate
13133 debug info file yet, so we don't know yet.
13134 (symbol_file_add_with_addrs_or_offsets): Print it here, after
13135 we've looked everywhere. Also, there's no need to print a special
13136 message when we're loading the separate debug info file: the one
13137 symbol_file_add prints is fine.
13138
13139 2003-01-23 Alexander Larsson <alexl@redhat.com>
13140 Jim Blandy <jimb@redhat.com>
13141
13142 Add support for executables whose debug info has been separated
13143 out into a separate file, leaving only a link behind.
13144 * objfiles.h (struct objfile): New fields: separate_debug_objfile
13145 and separate_debug_objfile_backlink.
13146 (put_objfile_before): New declaration.
13147 * symfile.c: #include "filenames.h".
13148 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
13149 debug info in a separate file, read that, too. Save the addrs
13150 argument, so we can use it again to read the separated debug info;
13151 syms_from_objfile modifies the table we pass it.
13152 (reread_symbols): After re-reading an objfile, call
13153 reread_separate_symbols to refresh its separate debug info
13154 objfile, if it has one.
13155 (reread_separate_symbols, find_separate_debug_file,
13156 get_debug_link_info, separate_debug_file_exists): New functions.
13157 (debug_file_directory): New global var.
13158 (_initialize_symfile): Initialize debug_file_directory, and
13159 provide the new `set debug-file-directory' command to let the user
13160 change it.
13161 * objfiles.c (free_objfile): If this objfile has its debug info in
13162 a separate objfile, free that one too. If this is itself a
13163 separate debug info objfile, clear our parent's backlink.
13164 (put_objfile_before): New function.
13165 * utils.c (gnu_debuglink_crc32): New function.
13166 * defs.h (gnu_debuglink_crc32): New declaration.
13167 * Makefile.in (symfile.o): Note dependency on "filenames.h".
13168 * configure.in: Handle --with-separate-debug-dir config option.
13169 * acinclude.m4 (AC_DEFINE_DIR): New macro.
13170 * acconfig.h (DEBUGDIR): New macro.
13171 * configure, aclocal.m4, config.in: Regenerated.
13172
13173 2003-01-22 Jim Blandy <jimb@redhat.com>
13174
13175 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
13176 like the old symbol_file_add, but taking new arguments: you can
13177 now pass in either a `struct section_addr_info' list to say where
13178 each section is loaded, or a `struct section_offsets' table. Pass
13179 these new arguments through to syms_from_objfile as appropriate.
13180 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
13181 with the appropriate quiescent values for the new arguments.
13182
13183 * symfile.c: #include "gdb_assert.h".
13184 (syms_from_objfile): Add the ability to pass in a section offset
13185 table directly, as an alternative to the section_addr_info table.
13186 Document arguments better.
13187 (symbol_file_add): Pass extra arguments to syms_from_objfile.
13188 * symfile.h (syms_from_objfile): Update declaration.
13189 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
13190 syms_from_objfile.
13191 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
13192
13193 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
13194
13195 Original patch by Tom Tromey <tromey@cygnus.com> and
13196 Jason Molenda <jmolenda@apple.com>.
13197 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
13198 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
13199 * NEWS: Mention profiling.
13200 * configure.in (--enable-gdbtk): Fix typo.
13201 (--enable-profiling): New. Set PROFILE_CFLAGS.
13202 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
13203 Fill in function.
13204 (profiling_state): New variable.
13205 (mcleanup_wrapper): New function.
13206 (_initialize_maint): Remove NOTYET, fix call to
13207 add_setshow_boolean_cmd for "maint set profile".
13208 * configure: Regenerated.
13209
13210 2003-01-21 Martin M. Hunt <hunt@redhat.com>
13211
13212 * Makefile.in (install-gdbtk): Install PNG images too.
13213
13214 2003-01-21 Andrew Cagney <ac131313@redhat.com>
13215
13216 * exec.c (text_start): Delete global variable.
13217 (exec_file_attach): Make text_start local to the function.
13218 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
13219 * valops.c (hand_function_call): Delete code that handles
13220 BEFORE_TEXT_END and AFTER_TEXT_END.
13221 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
13222 of CALL_DUMMY_LOCATION.
13223 * gdbarch.c: Regenerate.
13224 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
13225 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
13226 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
13227 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
13228 (text_end): Delete extern declaration.
13229
13230 2003-01-21 Andrew Cagney <ac131313@redhat.com>
13231
13232 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
13233 * blockframe.c (backtrace_below_main): Move to "frame.c".
13234 (frame_chain_valid): Delete check for backtrace_below_main.
13235 (_initialize_blockframe): Delete initialization, move ``set
13236 backtrace-below-main'' command to "frame.c".
13237 (do_flush_frames_sfunc): Delete function.
13238 * frame.c: Include "command.h" and "gdbcmd.h".
13239 (frame_type_from_pc): New function.
13240 (create_new_frame): Use frame_type_from_pc.
13241 (legacy_get_prev_frame): New function.
13242 (get_prev_frame): Rewrite. When an old style frame, call
13243 legacy_get_prev_frame. Otherwize, unwind the PC first.
13244 (_initialize_frame): Add ``set backtrace-below-main'' command.
13245 * Makefile.in (frame.o): Update dependencies.
13246
13247 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13248
13249 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
13250 DEPRECATED_REGISTERS_INFO.
13251
13252 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13253
13254 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
13255 Maintainers'. Update `Various Maintainers'.
13256
13257 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13258
13259 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
13260 * gdbarch.sh (POP_FRAME): Change to function with predicate.
13261 Suppress actual parameters when `-'.
13262 * gdbarch.h, gdbarch.c: Regenerate.
13263
13264 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13265
13266 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
13267 code handling dummy frames.
13268
13269 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13270
13271 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
13272 (struct frame_unwind): Add field pop.
13273 * frame.h (frame_pop): Declare.
13274 * frame.c (frame_saved_regs_pop): New function.
13275 (trad_frame_unwinder): Add frame_saved_regs_pop.
13276 (frame_pop): New function.
13277 * dummy-frame.c (dummy_frame_pop): New function.
13278 (discard_innermost_dummy): New function.
13279 (generic_pop_dummy_frame): Use discard_innermost_dummy.
13280 (dummy_frame_unwind): Add dummy_frame_pop.
13281 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
13282 * valops.c (hand_function_call): Ditto.
13283 * stack.c (return_command): Ditto.
13284
13285 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13286
13287 * cris-tdep.c: Fix function declaration indentation.
13288 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
13289 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
13290 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
13291 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
13292 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
13293 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
13294
13295 2003-01-18 Michael Chastain <mec@shout.net>
13296
13297 * README (Unpacking and Installation -- quick overview):
13298 Warn against ".../gdb-5.3/gdb/configure".
13299
13300 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13301
13302 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
13303 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13304 (struct frame_unwind): Declare opaque.
13305 (dummy_frame_p): Declare function.
13306 * dummy-frame.c (dummy_frame_id_unwind): Make static.
13307 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13308 * dummy-frame.c: Include "frame-unwind.h".
13309 (dummy_frame_p): New function.
13310 (dummy_frame_unwind): New variable.
13311 * frame.c: Include "frame-unwind.h".
13312 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
13313 to use the new unwind field.
13314 (set_unwind_by_pc): Delete function.
13315 (create_new_frame, get_prev_frame): Set unwind field using
13316 frame_unwind_find_by_pc.
13317 (trad_frame_unwind, trad_frame_unwinder): New variables.
13318 * frame.h (trad_frame_unwind): Declare variable.
13319 (frame_id_unwind_ftype): Delete declaration.
13320 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
13321 (struct frame_unwind): Declare opaque.
13322 (struct frame_info): Replace the fields id_unwind, pc_unwind and
13323 register_unwind with a single unwind pointer.
13324 * frame-unwind.h, frame-unwind.c: New files.
13325 * Makefile.in (SFILES): Add frame-unwind.c.
13326 (frame_unwind_h): Define.
13327 (COMMON_OBS): Add frame-unwind.o.
13328 (frame-unwind.o): Specify dependencies.
13329 (frame.o, dummy-frame.o): Update dependencies.
13330
13331 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13332
13333 * ada-valprint.c: Eliminate PTR.
13334 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
13335 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
13336 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
13337 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
13338 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
13339 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
13340 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
13341
13342 2003-01-17 Andrew Cagney <ac131313@redhat.com>
13343
13344 * main.c (captured_main): Don't use PTR.
13345 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
13346 * gdbtypes.c (lookup_primitive_typename): Ditto.
13347 (lookup_struct_elt_type): Ditto.
13348 * f-valprint.c (info_common_command): Ditto.
13349 (list_all_visible_commons): Ditto.
13350 * jv-typeprint.c (java_type_print_base): Ditto.
13351
13352 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
13353 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
13354 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
13355 i386-interix-nat.c and i386-interix-tdep.c. Rename
13356 m68klinux-nat.c and m68klinux-tdep.c. Rename
13357 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
13358 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
13359 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
13360 * main.c (captured_main): Use xfree, not free.
13361
13362 2003-01-16 Andrew Cagney <ac131313@redhat.com>
13363
13364 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
13365 ID back using a parameter.
13366 * frame.c (frame_id_unwind): Update call.
13367 (frame_saved_regs_id_unwind): Update.
13368 * dummy-frame.c (dummy_frame_id_unwind): Update function.
13369 * dummy-frame.h (struct frame_id): Add opaque declaration.
13370 (dummy_frame_id_unwind): Update declaration.
13371
13372 2003-01-15 Andrew Cagney <ac131313@redhat.com>
13373
13374 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
13375
13376 2003-01-15 Stephen P. Smith <ischis2@cox.net>
13377
13378 * MAINTAINERS (Stephen P. Smith): Updated email address.
13379
13380 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
13381
13382 Fix PR gdb/898
13383 * breakpoint.c (until_break_command): Add new argument. Use it to
13384 decide whether to stop only at the current frame or not.
13385 * breakpoint.h (until_break_command): Update prototype.
13386 * infcmd.c (until_command): Add new argument to until_break_command
13387 call.
13388 (advance_command): New function.
13389 (_initialize_infcmd): Update help string for 'until' command.
13390 Add new 'advance' command.
13391
13392 2003-01-14 David Carlton <carlton@math.stanford.edu>
13393
13394 * linespec.c (decode_line_1): Normalize comments.
13395 (set_flags): Ditto.
13396 (locate_first_half): Ditto.
13397 (decode_compound): Ditto.
13398 (symtab_from_filename): Ditto.
13399 (decode_all_digits): Ditto.
13400 (decode_dollar): Ditto.
13401 (find_methods): Ditto.
13402 (find_toplevel_char): Ditto.
13403
13404 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13405
13406 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
13407 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
13408 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
13409 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
13410 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
13411 * language.c, language.h, m32r-tdep.c: Update copyright.
13412 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
13413 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
13414 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
13415 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
13416 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
13417 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
13418
13419 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13420
13421 * stabsread.h (process_later, resolve_cfront_continuation):
13422 Obsolete.
13423 Update copyright years.
13424 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
13425 Update copyright year.
13426 * dbxread.c(struct cont_elem): Obsolete.
13427 (process_later, process_now): Obsolete functions.
13428 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
13429 Update copyright year.
13430 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
13431 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
13432 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
13433 (parse_partial_symbols): Obsolete cfront support.
13434 * stabsread.c
13435 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
13436 macros.
13437 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
13438 read_cfront_baseclasses, read_cfront_member_functions,
13439 resolve_cfront_continuation,read_cfront_static_fields,
13440 copy_cfront_struct_fields): Obsolete functions.
13441 (define_symbol, read_one_struct_field): Obsolete cfront support.
13442 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
13443 Update Copyright year.
13444
13445 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13446
13447 * stack.c (print_frame_info, print_stack_frame_base_stub,
13448 print_stack_frame_base, show_and_print_stack_frame_stub,
13449 show_and_print_stack_frame, print_only_stack_frame_stub,
13450 print_only_stack_frame): Delete functions.
13451 (print_stack_frame_stub): Call print_frame_info instead of
13452 print_frame_info_base.
13453 (print_frame_info_base): Rename to print_frame_info.
13454 (backtrace_command_1): Call print_frame_info, instead of
13455 print_frame_info_base.
13456 (current_frame_command): Call print_stack_frame, instead of
13457 print_only_stack_frame.
13458 (frame_command): Call print_stack_frame, instead of
13459 show_and_print_stack_frame.
13460 (up_command): Ditto.
13461 (down_command): Ditto.
13462 * frame.h (print_only_stack_frame): Delete prototype.
13463 * infrun.c (normal_stop): Call print_stack_frame, instead of
13464 show_and_print_stack_frame.
13465 * thread.c (info_threads_command): Call print_stack_frame, instead
13466 of print_only_stack_frame.
13467
13468 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13469
13470 * README (Graphical interface to GDB): Update URL. Point at
13471 gdb/links/.
13472
13473 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
13474 version match.
13475
13476 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13477
13478 * symtab.c (find_pc_sect_line): Don't consider end-of-function
13479 lines.
13480
13481 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13482
13483 * thread-db.c (attach_thread): Prototype.
13484 (struct private_thread_info): Remove lwpid. Add thread handle (th),
13485 thread information (ti), and valid flags (th_valid, ti_valid).
13486 (attach_thread): Move target_pid_to_str call to after the thread
13487 is added to GDB's list. Initialize the cache.
13488 (thread_get_info_callback, thread_db_map_id2thr)
13489 (thread_db_get_info): New functions.
13490 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
13491 (thread_db_store_registers, thread_db_thread_alive)
13492 (thread_db_get_thread_local_address): Use them.
13493 (thread_db_pid_to_str): Likewise. Return "Missing" instead
13494 of calling error() for threads in unknown state.
13495
13496 (clear_lwpid_callback): New function.
13497 (thread_db_resume): Use it to clear the cache.
13498
13499 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13500
13501 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
13502 (resume_callback): Remove dead code.
13503
13504 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13505
13506 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
13507 predicate.
13508 * gdbarch.h, gdbarch.c: Regenerate.
13509 * stack.c (frame_info): Only initialize the saved registers when
13510 FRAME_INIT_SAVED_REGS_P.
13511 * frame.c (frame_saved_regs_register_unwind): Assert
13512 FRAME_INIT_SAVED_REGS_P.
13513 (deprecated_generic_get_saved_register): Ditto.
13514
13515 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13516
13517 * source.c (openp): Squelch warning about "filename".
13518
13519 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13520
13521 * source.c (openp): If the file does not exist don't necessarily
13522 search the path.
13523
13524 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13525
13526 Fix PR gdb/872.
13527 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13528 (integer_types_same_name_p): New function.
13529 (rank_one_type): Use it.
13530 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13531
13532 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13533
13534 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13535 variables.
13536 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13537 * configure.in: Add --with-sysroot.
13538 * configure: Regenerated.
13539 * main.c (gdb_sysroot): New variable.
13540 (captured_main): Initialize gdb_sysroot.
13541 * defs.h (gdb_sysroot): New extern declaration.
13542 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13543
13544 2003-01-12 Michael Chastain <mec@shout.net>
13545
13546 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13547
13548 2003-01-12 Michael Chastain <mec@shout.net>
13549
13550 * top.c (print_gdb_version): Bump copyright year to 2003.
13551
13552 2003-01-12 David Carlton <carlton@bactrian.org>
13553
13554 * linespec.c (symtab_from_filename): Rename variable 's' to
13555 'file_symtab'.
13556
13557 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13558
13559 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13560 dummy frame.
13561 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13562
13563 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13564
13565 * d10v-tdep.c: Include "gdb_assert.h".
13566 (d10v_store_return_value): Rewrite to match current interface.
13567 (d10v_extract_struct_value_address): Ditto.
13568 (d10v_extract_return_value): Ditto.
13569 (d10v_gdbarch_init): Set store_restore_value,
13570 extract_struct_value_address and extract_return_value.
13571
13572 2003-01-12 J. Brobecker <brobecker@gnat.com>
13573
13574 * hpread.c (set_namestring): New procedure replacing the
13575 SET_NAMESTRING macro.
13576 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13577 by calls to set_namestring.
13578
13579 2003-01-11 J. Brobecker <brobecker@gnat.com>
13580
13581 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13582 a compilation warning.
13583 (hpread_process_one_debug_symbol): Likewise.
13584
13585 2003-01-10 David Carlton <carlton@math.stanford.edu>
13586
13587 * linespec.c (decode_line_1): Rename variable 's' to
13588 'file_symtab'.
13589 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13590 (decode_dollar): Ditto.
13591 (decode_variable): Ditto.
13592 (symbol_found): Ditto.
13593
13594 2003-01-09 Michael Chastain <mec@shout.net>
13595
13596 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13597
13598 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
13599
13600 * win32-nat.c (set_process_privilege): New function.
13601 (child_attach): Call set_process_privilege() to enable the
13602 SE_DEBUG_NAME user privilege if available in process token.
13603
13604 2003-01-10 J. Brobecker <brobecker@gnat.com>
13605
13606 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13607 compilation error in the previous revision.
13608
13609 2003-01-09 David Carlton <carlton@math.stanford.edu>
13610
13611 * linespec.c: Update copyright.
13612
13613 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13614
13615 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13616 than inferior_ptid.
13617 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13618
13619 2003-01-09 Andrew Cagney <ac131313@redhat.com>
13620
13621 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13622 Update comments.
13623 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13624 (frame_saved_regs_zalloc): Update.
13625 (frame_saved_regs_register_unwind): Update.
13626 (create_new_frame): Update.
13627 (get_prev_frame): Update.
13628 (frame_extra_info_zalloc): Update.
13629 (deprecated_get_frame_saved_regs): Update.
13630 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13631 * cris-tdep.c: Update comment.
13632
13633 * somsolib.h: Fix function indentation.
13634 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13635 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13636 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13637 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13638 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13639
13640 * infrun.c (follow_fork): Use ISO C definition.
13641 * expprint.c (print_subexp): Use xfree instead of free.
13642 * charset.c: Include "gdb_string.h" instead of <string.h>.
13643 (register_iconv_charsets): Use ISO C definition.
13644 (host_charset, target_charset): Ditto.
13645 * Makefile.in (charset.o): Update dependencies.
13646 (mi-cmd-env.o): Update dependencies.
13647
13648 2003-01-08 Andrew Cagney <cagney@redhat.com>
13649
13650 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13651 get_frame_base.
13652
13653 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13654
13655 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13656 build directories. Save edited gdb output in Mbuild.log. If a
13657 build fails, remove any final GDB executable.
13658
13659 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13660
13661 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13662 replacing hex constants with function names and stripping leading
13663 file name directory prefixes.
13664
13665 2003-01-08 Andrew Cagney <cagney@redhat.com>
13666
13667 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13668 get_frame_base.
13669
13670 2003-01-08 David Carlton <carlton@math.stanford.edu>
13671
13672 * linespec.c (decode_line_1): Move code into decode_variable.
13673 (decode_variable): New function.
13674
13675 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13676
13677 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13678
13679 2003-01-08 Andrew Cagney <cagney@redhat.com>
13680
13681 * cris-tdep.c (cris_frame_init_saved_regs): Use
13682 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13683 saved_regs buffer.
13684 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13685 (sh64_nofp_frame_init_saved_regs): Ditto.
13686 (sh_fp_frame_init_saved_regs): Ditto.
13687 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13688 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13689 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13690 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13691
13692 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
13693
13694 * minsyms.c (lookup_minimal_symbol): Update comment.
13695 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13696 (lookup_minimal_symbol_solib_trampoline): Likewise.
13697
13698 2003-01-08 Andrew Cagney <cagney@redhat.com>
13699
13700 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13701 frame_relative_level.
13702
13703 * alpha-tdep.c: Use get_frame_extra_info.
13704 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13705 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13706 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13707 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13708
13709 * alpha-tdep.c: Use get_next_frame.
13710 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13711 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13712 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13713 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13714 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13715 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13716 * xstormy16-tdep.c: Ditto.
13717
13718 2003-01-07 Andrew Cagney <cagney@redhat.com>
13719
13720 * alpha-tdep.c: Use get_frame_base.
13721 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13722 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13723 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13724 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13725 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13726 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13727 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13728 * config/sparc/tm-sparc.h: Ditto.
13729
13730 2003-01-07 Andrew Cagney <cagney@redhat.com>
13731
13732 * frame.c (deprecated_get_frame_context): New function.
13733 (deprecated_set_frame_context): New function.
13734 * frame.h (deprecated_get_frame_context): Declare.
13735 (deprecated_set_frame_context): Declare.
13736 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13737 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
13738
13739 2003-01-07 Andrew Cagney <cagney@redhat.com>
13740
13741 * frame.c (deprecated_set_frame_next_hack): New function.
13742 (deprecated_set_frame_prev_hack): New function.
13743 * frame.h (deprecated_set_frame_next_hack): Declare.
13744 (deprecated_set_frame_prev_hack): Declare.
13745 * mcore-tdep.c (analyze_dummy_frame): Use
13746 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13747 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13748
13749 2003-01-07 David Carlton <carlton@math.stanford.edu>
13750
13751 * linespec.c (decode_line_1): Move code into decode_dollar.
13752 (decode_dollar): New function.
13753
13754 2003-01-07 Andrew Cagney <cagney@redhat.com>
13755
13756 * arm-tdep.c (arm_init_extra_frame_info): Use
13757 deprecated_update_frame_base_hack.
13758 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13759 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13760 (fix_frame_pointer): Ditto.
13761 (mn10300_analyze_prologue): Ditto.
13762
13763 2003-01-07 Andrew Cagney <cagney@redhat.com>
13764
13765 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13766 extra_info using frame_extra_info_zalloc.
13767 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13768 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13769 (sh64_init_extra_frame_info): Ditto.
13770 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13771 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13772 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13773 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13774 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13775 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13776 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13777 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13778 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13779 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13780 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13781 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13782
13783 * mn10300-tdep.c (analyze_dummy_frame): Use
13784 deprecated_set_frame_extra_info_hack.
13785 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13786
13787 2003-01-07 J. Brobecker <brobecker@gnat.com>
13788
13789 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13790 class is not scText. These do not define "real" procedures.
13791 (parse_partial_symbols): Likewise.
13792
13793 2003-01-06 Michael Snyder <msnyder@redhat.com>
13794
13795 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13796
13797 2003-01-06 Andrew Cagney <ac131313@redhat.com>
13798
13799 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13800 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13801 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13802 deprecated_frame_xmalloc_with_cleanup.
13803 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13804 deprecated_frame_xmalloc.
13805 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13806 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13807
13808 2003-01-06 Andrew Cagney <cagney@redhat.com>
13809
13810 * x86-64-linux-tdep.c: Include "osabi.h".
13811 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13812
13813 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13814
13815 2003-01-06 Andrew Cagney <cagney@redhat.com>
13816
13817 * MAINTAINERS (Target Instruction Set Architectures): Update
13818 arm-elf. Can be built with -Werror, has been multiarched.
13819
13820 * value.h (unpack_long): Make buffer parameter constant.
13821 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13822 * scm-lang.h (scm_parse): Ditto.
13823 * defs.h (extract_typed_address, extract_address): Ditto.
13824 (extract_long_unsigned_integer): Ditto.
13825 * inferior.h (unsigned_pointer_to_address): Ditto.
13826 (signed_pointer_to_address): Ditto.
13827 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13828 * gdbarch.h, gdbarch.c: Regenerate.
13829 * findvar.c (extract_long_unsigned_integer): Update.
13830 (extract_address): Update.
13831 (extract_typed_address): Update.
13832 (unsigned_pointer_to_address): Update.
13833 * values.c (unpack_long): Update.
13834 (unpack_double): Update.
13835 (unpack_pointer): Update.
13836 (unpack_field_as_long): Update.
13837 * d10v-tdep.c (d10v_pointer_to_address): Update.
13838 * avr-tdep.c (avr_pointer_to_address): Update.
13839 * scm-lang.c (scm_unpack): Update.
13840 * findvar.c (signed_pointer_to_address): Update.
13841
13842 2003-01-06 Michal Ludvig <mludvig@suse.cz>
13843
13844 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
13845 since it is in i386-tdep.c.
13846
13847 2003-01-06 J. Brobecker <brobecker@gnat.com>
13848
13849 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13850 failure introduced in the previous change.
13851
13852 2003-01-05 Michael Chastain <mec@shout.net>
13853
13854 * README: Remove references to deleted remote-*.c files:
13855 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13856 remote-nrom.c, remote-os9k.c, remote-udi.c.
13857
13858 2003-01-05 Mark Kettenis <kettenis@gnu.org>
13859
13860 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13861 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13862 i386_get_longjmp_target.
13863
13864 2003-01-05 Andrew Cagney <ac131313@redhat.com>
13865
13866 * arm-tdep.c (prologue_cache): Change to a pointer.
13867 (_initialize_arm_tdep): Allocate prologue_cache.
13868 (check_prologue_cache): Update.
13869 (save_prologue_cache): Update.
13870 (arm_gdbarch_init): Update.
13871
13872 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13873
13874 * stabsread.c (update_method_name_from_physname): Call complaint()
13875 instead of error.
13876
13877 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13878
13879 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13880 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13881 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13882
13883 * blockframe.c: Include "gdbcmd.h" and "command.h".
13884 (backtrace_below_main): New variable.
13885 (file_frame_chain_valid, func_frame_chain_valid)
13886 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13887 (generic_func_frame_chain_valid): Remove functions.
13888 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13889 (_initialize_blockframe): New function.
13890 * Makefile.in (blockframe.o): Update dependencies.
13891 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13892 comment. Call frame_chain_valid ().
13893 * frame.h: Remove old prototypes. Add prototype for
13894 frame_chain_valid and update comments to match.
13895 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13896 Remove old comment.
13897 * gdbarch.h: Regenerated.
13898 * gdbarch.c: Regenerated.
13899
13900 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13901 set_gdbarch_frame_chain_valid.
13902 * avr-tdep.c (avr_gdbarch_init): Likewise.
13903 * cris-tdep.c (cris_gdbarch_init): Likewise.
13904 * frv-tdep.c (frv_gdbarch_init): Likewise.
13905 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13906 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13907 (i386_nw_init_abi): Likewise.
13908 (i386_gdbarch_init): Likewise.
13909 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13910 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13911 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13912 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13913 * mips-tdep.c (mips_gdbarch_init): Likewise.
13914 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13915 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13916 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13917 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13918 * s390-tdep.c (s390_gdbarch_init): Likewise.
13919 * sh-tdep.c (sh_gdbarch_init): Likewise.
13920 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13921 * v850-tdep.c (v850_gdbarch_init): Likewise.
13922 * vax-tdep.c (vax_gdbarch_init): Likewise.
13923 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13924
13925 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13926 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13927 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13928 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13929 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13930 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13931 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13932 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13933
13934 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13935
13936 * Makefile.in (acconfig_h): Remove incorrect macro.
13937 (config_h): Define.
13938 (osabi.o): Update dependencies.
13939 * configure.tgt: Set gdb_osabi based on target triplet.
13940 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13941 * configure: Regenerated.
13942 * config.in: Regenerated.
13943 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13944 (GDB_OSABI_DEFAULT): Define if not already defined.
13945 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13946 (set_osabi_string): New variables.
13947 (gdbarch_register_osabi): Add new OS ABI to
13948 gdb_osabi_available_names.
13949 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13950 (set_osabi, show_osabi): New functions.
13951 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13952
13953 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13954
13955 * arch-utils.c (gdbarch_info_init): Set osabi to
13956 GDB_OSABI_UNINITIALIZED.
13957 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13958 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13959 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13960 * gdbarch.c: Regenerated.
13961 * gdbarch.h: Regenerated.
13962 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13963 there's no BFD.
13964 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13965 * osabi.h (enum gdb_osabi): Move to defs.h.
13966 (gdbarch_init_osabi): Update prototype.
13967 * defs.h (enum gdb_osabi): Moved here.
13968 * Makefile.in: Update dependencies.
13969
13970 * alpha-tdep.h: Don't include "osabi.h".
13971 (struct gdbarch_tdep): Remove osabi member.
13972 * alpha-tdep.c: Include "osabi.h".
13973 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13974 iterate over arches. Update call to gdbarch_init_osabi.
13975 (alpha_dump_tdep): Don't dump osabi.
13976 * alpha-linux-tdep.c: Include "osabi.h".
13977 * alpha-osf1-tdep.c: Include "osabi.h".
13978 * alphafbsd-tdep.c: Include "osabi.h".
13979 * alphanbsd-tdep.c: Include "osabi.h".
13980
13981 * arm-tdep.h: Don't include "osabi.h".
13982 (struct gdbarch_tdep): Remove osabi member.
13983 * arm-tdep.c: Include "osabi.h".
13984 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13985 iterate over arches. Update call to gdbarch_init_osabi.
13986 (arm_dump_tdep): Don't dump osabi.
13987 * arm-linux-tdep.c: Include "osabi.h".
13988 * armnbsd-tdep.c: Include "osabi.h".
13989
13990 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13991 Update call to gdbarch_init_osabi.
13992
13993 * i386-tdep.h: Don't include "osabi.h".
13994 (struct gdbarch_tdep): Remove osabi member.
13995 * i386-tdep.c: Include "osabi.h".
13996 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13997 iterate over arches. Update call to gdbarch_init_osabi.
13998 (i386_dump_tdep): Don't dump osabi.
13999 * i386-linux-tdep.c: Include "osabi.h".
14000 * i386-sol2-tdep.c: Include "osabi.h".
14001 * i386bsd-tdep.c: Include "osabi.h".
14002 * i386gnu-tdep.c: Include "osabi.h".
14003 * i386ly-tdep.c: Include "osabi.h".
14004 * i386nbsd-tdep.c: Include "osabi.h".
14005 * i386obsd-tdep.c: Include "osabi.h".
14006
14007 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
14008 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14009 check osabi when iterating over arches. Update call to
14010 gdbarch_init_osabi.
14011 (mips_dump_tdep): Don't dump osabi.
14012
14013 * ns32k-tdep.h: Don't include "osabi.h".
14014 (struct gdbarch_tdep): Remove.
14015 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
14016 gdbarch_lookup_osabi. Don't iterate over arches. Don't
14017 allocate tdep. Update call to gdbarch_init_osabi.
14018 (ns32k_dump_tdep): Remove.
14019 (_initialize_ns32k_tdep): Update call to gdbarch_register.
14020 * ns32knbsd-tdep.c: Include "osabi.h".
14021
14022 * ppc-tdep.h: Don't include "osabi.h".
14023 (struct gdbarch_tdep): Remove osabi member.
14024 * rs6000-tdep.c: Include "osabi.h".
14025 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
14026 osabi when iterating over arches. Update call to
14027 gdbarch_init_osabi.
14028 (rs6000_dump_tdep): Don't dump osabi.
14029 * ppc-linux-tdep.c: Include "osabi.h".
14030 * ppcnbsd-tdep.c: Include "osabi.h".
14031
14032 * sh-tdep.h: Don't include "osabi.h".
14033 (struct gdbarch_tdep): Remove osabi member.
14034 * sh-tdep.c: Include "osabi.h".
14035 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14036 iterate over arches. Update call to gdbarch_init_osabi.
14037 (sh_dump_tdep): Don't dump osabi.
14038 * shnbsd-tdep.c: Include "osabi.h".
14039
14040 * sparc-tdep.c: Include "osabi.h".
14041 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14042 iterate over arches. Update call to gdbarch_init_osabi.
14043 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
14044 tdep structure.
14045
14046 * vax-tdep.h: Don't include "osabi.h".
14047 (struct gdbarch_tdep): Remove.
14048 * vax-tdep.c: Include "osabi.h".
14049 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14050 iterate over arches. Don't allocate tdep. Update call
14051 to gdbarch_init_osabi.
14052 (vax_dump_tdep): Remove.
14053 (_initialize_vax_tdep): Update call to gdbarch_register.
14054
14055 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14056
14057 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
14058 entirely.
14059 (breakpoint_re_set_one): Don't fetch the value for a disabled
14060 watchpoint.
14061
14062 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14063
14064 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
14065 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
14066 (COERCE_FLOAT_TO_DOUBLE): Remove.
14067 * gdbarch.c: Regenerate.
14068 * gdbarch.h: Regenerate.
14069 * Makefile.in: Remove value_h from gdbarch_h.
14070 * valops.c (coerce_float_to_double): New variable.
14071 (default_coerce_float_to_double): Remove.
14072 (standard_coerce_float_to_double): Remove.
14073 (value_arg_coerce): Use coerce_float_to_double.
14074 (_initialize_valops): Add "set coerce-float-to-double".
14075 * value.h (default_coerce_float_to_double): Remove prototype.
14076 (standard_coerce_float_to_double): Remove prototype.
14077
14078 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
14079 prototyped.
14080 * mdebugread.c (parse_symbol): Likewise.
14081 * stabsread.c (define_symbol): Mark all functions as prototyped.
14082
14083 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
14084 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
14085 set_gdbarch_coerce_float_to_double.
14086 * arm-tdep.c (arm_gdbarch_init): Likewise.
14087 * frv-tdep.c (frv_gdbarch_init): Likewise.
14088 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
14089 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
14090 * mips-tdep.c (mips_gdbarch_init): Likewise.
14091 (mips_coerce_float_to_double): Remove.
14092 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14093 (rs6000_coerce_float_to_double): Remove.
14094 * s390-tdep.c (s390_gdbarch_init): Likewise.
14095 * sh-tdep.c (sh_gdbarch_init): Likewise.
14096 (sh_coerce_float_to_double): Remove.
14097 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14098 (sparc_coerce_float_to_double): Remove.
14099 * v850-tdep.c (v850_gdbarch_init): Likewise.
14100 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
14101 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14102 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
14103 (hppa_coerce_float_to_double): Remove prototype.
14104 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14105
14106 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14107
14108 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
14109
14110 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14111
14112 Suggested by Stewart Brown <sb24@avaya.com>:
14113 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
14114 in recursive calls. Handle TYPE_CODE_TYPEDEF.
14115 (c_type_print_varspec_suffix): Likewise.
14116
14117 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14118
14119 * configure.in: Don't set and AC_SUBST SUBDIRS.
14120 * configure: Regenerated.
14121
14122 * configure.in: Remove code dealing with shared libraries.
14123 * Makefile.in: Remove HLDFLAGS and HLDENV.
14124 * configure: Regenerated.
14125
14126 2003-01-04 Andrew Cagney <ac131313@redhat.com>
14127
14128 * frame.c (deprecated_frame_xmalloc): New function.
14129 (deprecated_set_frame_saved_regs_hack): New function.
14130 (deprecated_set_frame_extra_info_hack): New function.
14131 * frame.h (deprecated_frame_xmalloc): Declare.
14132 (deprecated_set_frame_saved_regs_hack): Declare.
14133 (deprecated_set_frame_extra_info_hack): Declare.
14134
14135 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14136
14137 * configure.in: Move code that provides the --enable-gdbtk option
14138 right after the code that handles the --enable-tui option, and
14139 polish it somewhat.
14140 * configure: Regenerated.
14141
14142 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
14143 AC_CHECK_FUNCS and remove the old check for pread64.
14144 * acinclude.m4 (AC_GNU_SOURCE): New macro.
14145 * acconfig.h (_GNU_SOURCE): Add.
14146 (HAVE_PREAD64): Remove.
14147 * configure, aclocal.m4, config.in: Regenerated.
14148
14149 2003-01-03 Andrew Cagney <ac131313@redhat.com>
14150
14151 * alpha-tdep.c: Use get_frame_saved_regs.
14152 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14153 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
14154 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
14155 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
14156 * vax-tdep.c, xstormy16-tdep.c: Ditto.
14157
14158 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14159
14160 * configure.in: Remove all use of the SUBDIRS variable; add
14161 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
14162 code providing the --enable-multi-ice option, and move it right in
14163 front of the code that checks whether gdbserver is supported.
14164 Polish that too.
14165 * configure: Regenerated.
14166 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
14167 @SUBDIRS@.
14168
14169 2003-01-03 Andrew Cagney <cagney@redhat.com>
14170
14171 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
14172 * avr-tdep.c, cris-tdep.c: Ditto.
14173 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
14174 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14175
14176 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14177
14178 * configure.in: Remove --enable-netrom option.
14179 * configure: Regenerated.
14180
14181 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14182
14183 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
14184 declaration for `struct re_pattern_buffer' instead.
14185 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
14186
14187 2003-01-03 J. Brobecker <brobecker@gnat.com>
14188
14189 * mdebugread.c (parse_symbol): Count until the stEnd matching
14190 the structure name.
14191
14192 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14193
14194 * configure.in: Remove --with-cpu option.
14195 subscripts. Remove evil changequotes here.
14196 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
14197 * config.in, configure: Regenerated.
14198
14199 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
14200 * configure.in: Cleanup section that sources GDB and BFD configure
14201 subscripts. Remove evil changequotes here.
14202 * config.in, configure: Regenerated.
14203
14204 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14205
14206 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
14207 frame accessor methods.
14208 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14209 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
14210 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
14211 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
14212 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14213 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
14214 * z8k-tdep.c: Ditto.
14215
14216 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14217
14218 * configure.in: Remove UI_OUT configuration code.
14219 * ada-lang.c: Update assuming UI_OUT is always true.
14220 * Makefile.in (UIOUT_CFLAGS): Remove.
14221 * configure: Regenerated.
14222 * TODO: Remove blurb about elimination of -DUI_OUT.
14223
14224 * configure.in: Move code that provides the --enable-gdbcli,
14225 --enable-gdbmi options right before the code that handles the
14226 --enable-tui option. Polish a bit.
14227 * configure: Regenerated.
14228
14229 * configure.in: Rewrite check for GNU regex and the
14230 --without-included regex option, and move it into the "Checks for
14231 library functions" section. This makes us use the system regex
14232 again by default on systems with version 2 of the GNU C library.
14233 This was apparently broken.
14234 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
14235 * acconfig.h (USE_INCLUDED_REGEX): Remove.
14236 * config.in, configure: Regenerated.
14237
14238 * configure.in: Move code that provides the --enable-tui option
14239 before the "Checks for libraries" section. Polish the code
14240 somewhat and set need_curses to yes if we build the TUI. Rewrite
14241 code that looks for a library providing termcap functionality to
14242 match more closely what's done in the Readline library, and move
14243 it into to the "Checks for libraries" section.
14244 * configure: Regenerated.
14245 * Makefile.in (TERMCAP): Remove variable.
14246 * config/i386/go32.mh (TERMCAP): Remove variable.
14247
14248 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14249
14250 * MAINTAINERS: Mention gdb_mbuild.sh.
14251 * gdb_mbuild.sh: Rewrite.
14252
14253 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14254
14255 * configure.in: Fix typo in last change.
14256 * config.in, configure: Regenerated.
14257
14258 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14259
14260 * valarith.c (value_binop): Delete obsolete code and comments.
14261 * configure.host: Ditto.
14262 * buildsym.h (make_blockvector): Ditto.
14263 * buildsym.c (make_blockvector): Ditto.
14264 * defs.h (enum language): Ditto.
14265 (chill_demangle): Ditto.
14266 * elfread.c (elf_symtab_read): Ditto.
14267 * dwarfread.c (CHILL_PRODUCER): Ditto.
14268 (set_cu_language): Ditto.
14269 (handle_producer): Ditto.
14270 * expprint.c (print_subexp): Ditto.
14271 * gdbtypes.c (chill_varying_type): Ditto.
14272 * gdbtypes.h (builtin_type_chill_bool): Ditto.
14273 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
14274 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
14275 (chill_varying_type): Ditto.
14276 * language.h (_LANG_chill): Ditto.
14277 * language.c (binop_result_type, integral_type): Ditto.
14278 (character_type, string_type, structured_type): Ditto.
14279 (lang_bool_type, binop_type_check): Ditto.
14280 * stabsread.h (os9k_stabs): Ditto.
14281 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
14282 (define_symbol, read_type, read_struct_fields): Ditto.
14283 (read_array_type, read_enum_type, read_huge_number): Ditto.
14284 (read_range_type, start_stabs): Ditto.
14285 * symfile.c (init_filename_language_table): Ditto.
14286 (add_psymbol_with_dem_name_to_list): Ditto.
14287 * symtab.c (symbol_init_language_specific): Ditto.
14288 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
14289 * symtab.h (struct general_symbol_info): Ditto.
14290 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
14291 * typeprint.c (typedef_print): Ditto.
14292 * utils.c (fprintf_symbol_filtered): Ditto.
14293 * valops.c (value_cast, search_struct_field, value_slice): Delete
14294 obsolete code.
14295 (varying_to_slice): Delete function.
14296 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
14297 (varying_to_slice): Delete declaration.
14298 * MAINTAINERS: Update.
14299
14300 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14301
14302 * configure.in: Reorganize "Checks for library functions section"
14303 a bit. Remove check for `btowc' and `isascii' functions.
14304 * configure: Regenerated.
14305
14306 * acconfig.h (_MSE_INT_H): Remove.
14307 * configure.in: Create "Checks for header files" section, and move
14308 appropriate tests there. Don't check for objlist.h, wchar.h,
14309 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
14310 misdetection fix. Also add "Checks for types", "Checks for
14311 compiler characteristics" and "Checks for library functions"
14312 sections.
14313 * config.in, configure: Regenerated.
14314
14315 * configure.in: Create "Checks for programs" section, and move
14316 appropriate tests there.
14317
14318 2003-01-01 Mark Kettenis <kettenis@gnu.org>
14319
14320 * configure.in: Create "Checks for libraries" section, and move
14321 appropriate tests there. Cleanup check for wctype in libw. Use
14322 AC_SEARCH_LIBS to see whether we need libsocket.
14323 * configure: Regenerated.
14324
14325 For older changes see ChangeLog-2002
14326 \f
14327 Local Variables:
14328 mode: change-log
14329 left-margin: 8
14330 fill-column: 74
14331 version-control: never
14332 End: