2003-11-09 Andrew Cagney <cagney@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2003-11-09 Andrew Cagney <cagney@redhat.com>
2
3 * arch-utils.c (gdbarch_update_p): New function.
4 * gdbarch.sh (gdbarch_update_p): Delete function.
5 (find_arch_by_info, gdbarch_find_by_info): New functions.
6 (deprecated_current_gdbarch_set_hack): New function.
7 * gdbarch.c: Re-generate.
8
9 * gdbarch.sh (clear_gdbarch_swap): Delete function.
10 (swapout_gdbarch_swap): Delete function.
11 (swapin_gdbarch_swap): Delete function.
12 (init_gdbarch_swap): Delete function.
13 (initialize_non_multiarch): Delete function.
14 (current_gdbarch_swap_in_hack): New function.
15 (current_gdbarch_swap_out_hack): New function.
16 (current_gdbarch_swap_init_hack): New function.
17 * gdbarch.c: Re-generate.
18
19 * gdbarch.sh (verify_gdbarch, gdbarch_dump): Rename "gdbarch"
20 parameter to "current_gdbarch". Add comment explaining why.
21 (TARGET_FLOAT_FORMAT: Pass "current_gdbarch" to default_double_format.
22 (TARGET_DOUBLE_FORMAT,TARGET_LONG_DOUBLE_FORMAT): Ditto.
23 * gdbarch.c: Re-generate.
24
25 * config/s390/s390.mh (XM_FILE, XM_CLIBS): Delete macros.
26 * config/s390/nm-linux.h (KERNEL_U_ADDR): Define.
27 * config/s390/xm-linux.h: Delete file.
28 * config/m88k/xm-delta88v4.h: Delete stray.
29
30 * Makefile.in (arch-utils.o): Update dependencies.
31 * arch-utils.c: Include "osabi.h".
32 (gdbarch_info_fill): New function.
33 * arch-utils.h (gdbarch_info_fill): Declare.
34 * gdbarch.sh (gdbarch_update_p): Call "gdbarch_info_fill".
35 * gdbarch.c: Re-generate.
36
37 2003-11-09 Mark Kettenis <kettenis@gnu.org>
38 David S. Miller <davem@redhat.com>
39
40 * glibc-tdep.c, glibc-tdep.h: New files.
41 * config/arm/linux.mt (TDEPFILES): Add glibc-tdep.o
42 * config/i386/linux.mt (TDEPFILES): Likewise.
43 * i386-linux-tdep.c (glibc-tdep.h): Include.
44 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
45 (i386_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
46 * arm-linux-tdep.c (glibc-tdep.h): Include.
47 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
48 (arm_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
49 * Makefile.in (ALLDEPFILES): Add glibc-tdep.c
50 (glibc_tdep_h): Define.
51 (glibc-tdep.o): Add dependencies.
52 (arm-linux-tdep.o): Update dependencies.
53 (i386-linux-tdep.o): Likewise.
54
55 2003-11-09 Andrew Cagney <cagney@redhat.com>
56
57 * config/mips/irix6.mh (NAT_FILE): Set to "nm-irix5.h".
58 * config/mips/nm-irix6.h: Delete file.
59 * config/mips/nm-linux.h: Update copyright.
60 (MIPS_GNULINUX_TARGET): Delete macro.
61 * config/mips/irix6.mh (XM_FILE): Set to "xm-irix5.h".
62 * config/mips/xm-irix6.h: Delete file.
63 * config/mips/linux.mh (XM_FILE): Delete definition.
64 * config/mips/xm-linux.h: Delete file.
65
66 2003-11-09 Andrew Cagney <cagney@redhat.com>
67
68 * d10v-tdep.c (d10v_return_value): New function.
69 (d10v_use_struct_convention): Delete function.
70 (d10v_store_return_value): Delete function.
71 (d10v_extract_struct_value_address): Delete function.
72 (d10v_gdbarch_init): Set "return_value" instead of
73 "extract_return_value", "store_return_value",
74 "extract_struct_value_address", and "use_struct_convention".
75 (RET1_REGNUM): Delete const.
76
77 2003-11-09 Mark Kettenis <kettenis@gnu.org>
78
79 From David S. Miller <davem@redhat.com>:
80 * gdbarch.sh (SKIP_SOLIB_RESOLVER): New method.
81 * gdbarch.c, gdbarch.h: Regenerated.
82 * arch-utils.c (generic_skip_solib_resolver): New function.
83 * arch-utils.h (generic_skip_solib_resolver): New prototype.
84 * infrun.c (SKIP_SOLIB_RESOLVER): Don't define.
85
86 2003-11-07 Andrew Cagney <cagney@redhat.com>
87
88 * top.c (print_gdb_version): Replace STREQ with strcmp.
89 * valops.c (value_struct_elt_for_reference): Ditto.
90 (value_struct_elt_for_reference): Ditto.
91 * symtab.c (gdb_mangle_name): Ditto.
92 (find_line_symtab): Ditto.
93 * symmisc.c (maintenance_print_symbols): Ditto.
94 * symfile.c (symbol_file_command): Ditto.
95 * stabsread.c (define_symbol, read_type): Ditto.
96 (cleanup_undefined_types, scan_file_globals): Ditto.
97 * solib.c (solib_map_sections): Ditto.
98 * solib-svr4.c (bfd_lookup_symbol): Ditto.
99 * rs6000-tdep.c (skip_prologue): Ditto.
100 * p-valprint.c (pascal_value_print): Ditto.
101 (pascal_object_is_vtbl_ptr_type): Ditto.
102 * objfiles.c (in_plt_section): Ditto.
103 * minsyms.c (lookup_minimal_symbol): Ditto.
104 (compact_minimal_symbols): Ditto.
105 (find_solib_trampoline_target): Ditto.
106 * mdebugread.c (parse_type): Ditto.
107 * language.c (set_language_command): Ditto.
108 (set_type_command, set_range_command): Ditto.
109 * f-lang.c (add_common_block): Ditto.
110 (add_common_block): Ditto.
111 (find_first_common_named): Ditto.
112 (patch_all_commons_by_name): Ditto.
113 * elfread.c (elf_locate_sections): Ditto.
114 (elf_locate_sections): Ditto.
115 (elfstab_offset_sections): Ditto.
116 * dwarf2read.c (dwarf2_locate_sections): Ditto.
117 * dbxread.c (add_old_header_file): Ditto.
118 (find_corresponding_bincl_psymtab): Ditto.
119 (read_dbx_symtab, process_one_symbol): Ditto.
120 * coffread.c (patch_opaque_types): Ditto.
121 * cli/cli-decode.c (delete_cmd): Ditto.
122 * cli/cli-cmds.c (pwd_command, list_command): Ditto.
123 * c-typeprint.c (c_type_print_base): Ditto.
124 * breakpoint.c (bpstat_stop_status): Ditto.
125 (clear_command, breakpoint_re_set_one): Ditto.
126
127 2003-11-07 Andrew Cagney <cagney@redhat.com>
128
129 * bcache.h: Update copyright. Add comments on bcache VS hashtab.
130 * bcache.c (struct bstring): Make "length" an unsigned short, add
131 "half_hash".
132 (struct bcache): Add "half_hash_error_count".
133 (bcache): Compute and save the "half_hash". Compare the
134 "half_hash" before comparing the length. Update
135 half_hash_error_count.
136
137 2003-11-07 Andrew Cagney <cagney@redhat.com>
138
139 * inftarg.c (child_xfer_partial): New function
140 (init_child_ops): Set "to_xfer_partial".
141
142 2003-11-07 Andrew Cagney <cagney@redhat.com>
143
144 * ppc-linux-tdep.c (ppc_linux_init_abi): When 32-bit GNU/Linux,
145 set "return_value" instead of "use_struct_convention".
146 (ppc_linux_use_struct_convention): Delete function.
147 (ppc_linux_return_value): New function.
148 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): New function.
149 (ppc_sysv_abi_broken_return_value): New function.
150 (do_ppc_sysv_return_value): Add "gdbarch" parameter.
151 (ppc64_sysv_abi_push_dummy_call): Add "gdbarch" parameter, drop
152 static.
153 (ppc_sysv_abi_extract_return_value): Delete function.
154 (ppc_sysv_abi_broken_extract_return_value): Delete function.
155 (ppc_sysv_abi_store_return_value): Delete function.
156 (ppc_sysv_abi_broken_store_return_value): Delete function.
157 (ppc_sysv_abi_use_struct_convention): Delete function.
158 (ppc64_sysv_abi_use_struct_convention): Delete function.
159 (ppc64_sysv_abi_extract_return_value): Delete function.
160 (ppc64_sysv_abi_store_return_value): Delete function.
161 * ppcnbsd-tdep.c (ppcnbsd_return_value): New function.
162 (ppcnbsd_init_abi): Set "return_value", instead of
163 "use_struct_convention", "extract_return_value", and
164 "store_return_value".
165 (ppcnbsd_use_struct_convention): Delete function.
166 * ppc-tdep.h (ppc64_sysv_abi_return_value): Declare.
167 (ppc_sysv_abi_return_value): Declare.
168 (ppc_sysv_abi_broken_return_value): Declare.
169 (ppc_sysv_abi_use_struct_convention): Delete.
170 (ppc_sysv_abi_store_return_value): Delete.
171 (ppc_sysv_abi_extract_return_value): Delete.
172 (ppc_sysv_abi_broken_store_return_value): Delete.
173 (ppc_sysv_abi_broken_extract_return_value): Delete.
174 (ppc64_sysv_abi_use_struct_convention): Delete.
175 (ppc64_sysv_abi_extract_return_value): Delete.
176 (ppc64_sysv_abi_store_return_value): Delete.
177 * rs6000-tdep.c (rs6000_gdbarch_init): For 32-bit and 64-bit SYSV,
178 set "return_value" instead of "extract_return_value",
179 "store_return_value", and "use_struct_convention".
180
181 2003-11-07 Mark Kettenis <kettenis@gnu.org>
182
183 * dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
184
185 * fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
186 fscanf.
187
188 2003-11-07 Mark Kettenis <kettenis@gnu.org>
189
190 * fbsd-proc.c: Fix formatting.
191
192 2003-11-06 Kevin Buettner <kevinb@redhat.com>
193
194 * frv-tdep.c (first_pseudo_regnum, iacc0_regnum, frv_num_pseudo_regs):
195 Define.
196 (new_variant): Set name for iacc0_regnum.
197 (frv_register_name): Accommodate pseudo-registers.
198 (frv_register_type): Add case for iacc0_regnum.
199 (frv_pseudo_register_read, frv_pseudo_register_write): New functions.
200 (frv_gdbarch_init): Set number of pseudo registers. Establish
201 pseudo-register read/write methods.
202
203 2003-11-06 Andrew Cagney <cagney@redhat.com>
204
205 * valops.c (destructor_name_p): Replace STREQN with strncmp.
206 * top.c (command_line_input): Ditto.
207 * objc-exp.y (yylex): Ditto.
208 * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
209 * jv-exp.y (yylex): Ditto.
210 * f-exp.y (yylex): Ditto.
211 * event-top.c (command_line_handler): Ditto.
212 * environ.c (get_in_environ): Ditto.
213 (set_in_environ): Ditto.
214 * dwarfread.c (handle_producer): Ditto.
215 * dbxread.c (process_one_symbol): Ditto.
216 * c-typeprint.c (c_type_print_base): Ditto.
217 * c-exp.y (yylex): Ditto.
218
219 2003-11-06 Andrew Cagney <cagney@redhat.com>
220 Jeff Johnston <jjohnstn@redhat.com>
221
222 * target.c (add_target): Only set "to_xfer_partial" when NULL.
223 (init_dummy_target): Set "to_xfer_partial".
224
225 2003-11-06 Andrew Cagney <cagney@redhat.com>
226
227 * stack.c (return_command): Warn when STRUCT_CONVENTION, and not
228 REGISTER_CONVENTION.
229
230 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
231
232 * breakpoint.c (insert_bp_location, allocate_bp_location): Make
233 static.
234
235 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
236
237 * breakpoint.c (remove_breakpoint): Take an bp_location
238 instead of a breakpoint argument. Check the bp_location's type.
239 Fix a reversed condition for hardware breakpoints.
240
241 (insert_bp_location): Update call to remove_breakpoint.
242 (remove_breakpoints): Likewise. Use ALL_BP_LOCATIONS.
243 (remove_hw_watchpoints): Likewise.
244 (reattach_breakpoints): Likewise.
245 (detach_breakpoints): Likewise.
246 (delete_breakpoint): Likewise.
247
248 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
249
250 * breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
251 (beakpoint_init_inferior): Likewise.
252 (breakpoint_here_p): Likewise. Only check addresses for software
253 or hardware breakpoints.
254 (breakpoint_inserted_here_p): Likewise.
255 (breakpoint_thread_match): Likewise. Correct comment.
256 (bpstat_have_active_hw_watchpoints): Likewise.
257 (check_duplicates): Likewise.
258
259 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
260
261 * breakpoints.c (insert_bp_location): New function, broken out
262 from insert_breakpoints. Work on an bp_location instead of a
263 breakpoint.
264 (insert_breakpoints): Use it.
265
266 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
267
268 * breakpoint.h (struct bp_location): Add section.
269 (struct breakpoint): Remove section.
270 * breakpoint.c (insert_breakpoints, remove_breakpoint)
271 (breakpoint_here_p, breakpoint_inserted_here_p)
272 (breakpoint_thread_match, bpstat_stop_status, print_one_breakpoint)
273 (describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
274 (clear_command, delete_breakpoint, breakpoint_re_set_one): Access
275 section through loc.
276
277 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
278
279 * breakpoint.c (read_memory_nobpt): Use ALL_BP_LOCATIONS
280 instead of ALL_BREAKPOINTS. Check for software breakpoints only.
281
282 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
283
284 * breakpoint.c (allocate_bp_location): Take bpt and bp_type
285 arguments. Initialize owner and type for the new breakpoint
286 location item.
287 (set_raw_breakpoint): Update call to allocate_bp_location.
288
289 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
290
291 * breakpoint.h (struct bp_location): Add a chain pointer.
292 * breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
293 macros.
294 (bp_location_chain): New variable.
295 (allocate_bp_location): New function.
296 (set_raw_breakpoint): Use it.
297 (delete_breakpoint): Remove ->loc from the bp_location_chain.
298
299 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
300
301 * breakpoint.h (enum bp_loc_type, struct bp_location): New.
302 (struct breakpoint): Remove address, shadow_contents, inserted,
303 requested_address, and duplicate. Add a struct bp_location.
304 * breakpoint.c (condition_command, read_memory_nobpt)
305 (insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
306 (reattach_breakpoints, update_breakpoints_after_exec)
307 (detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
308 (breakpoint_init_inferior, breakpoint_here_p)
309 (breakpoint_inserted_here_p, deprecated_frame_in_dummy)
310 (breakpoint_thread_match, bpstat_stop_status)
311 (bpstat_have_active_hw_watchpoints, print_one_breakpoint)
312 (describe_other_breakpoints, check_duplicates)
313 (make_breakpoint_permanent, create_thread_event_breakpoint)
314 (disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
315 (set_longjmp_resume_breakpoint, mention, create_breakpoints)
316 (watch_command_1, print_one_exception_catchpoint)
317 (clear_command, breakpoint_re_set_one): Adjust member accesses to
318 use the breakpoint's ->loc.
319 (set_raw_breakpoint): Likewise. Initialize ->loc.
320 (delete_breakpoint): Likewise. Free ->loc.
321
322 2003-11-05 Andrew Cagney <cagney@redhat.com>
323
324 * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
325 macro.
326 * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
327 * config/i386/tm-cygwin.h
328 (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
329 * config/powerpc/tm-linux.h
330 (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
331 (at_subroutine_call_instruction_target): Delete declaration.
332 * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
333 * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
334 * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
335
336 * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
337 "struct bfd_section" and "struct bfd".
338 * target.h (struct section_table): Ditto.
339 * rs6000-nat.c (xcoff_relocate_core): Ditto.
340 * solib-svr4.c (elf_locate_base): Ditto.
341 * pa64solib.c (dld_cache_t): Ditto.
342 * objfiles.h (struct obj_section): Ditto.
343 * objfiles.c (add_to_objfile_sections): Ditto.
344 * exec.c (bfdsec_to_vmap): Ditto.
345 (add_to_section_table): Ditto.
346 (build_section_table): Ditto.
347 * corelow.c (get_core_register_section): Ditto.
348 * coffread.c (find_linenos): Ditto.
349 * elfread.c (elf_interpreter): Delete #if0'd function.
350
351 * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
352 * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
353 * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
354 * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
355
356 * arch-utils.h (generic_cannot_extract_struct_value_address):
357 Delete declaration.
358 * wince.c (_initialize_wince): Fix multi-line string.
359 * ia64-tdep.c (floatformat_valid): Convert to ISO C.
360
361 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
362
363 * top.c (execute_command): Fix broken logic for command execution
364 while inferior is running in async mode.
365
366 2003-11-06 Mark Kettenis <kettenis@gnu.org>
367
368 * dwarf2-frame.c (execute_cfa_program): Mark register as
369 REG_SAVED_REG for DW_CFA_register opcode.
370
371 2003-11-05 Mark Kettenis <kettenis@gnu.org>
372
373 * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
374 %rsp, %rip and %eflags to match ABI-change.
375
376 2003-11-05 Jeff Johnston <jjohnstn@redhat.com>
377
378 * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
379 (ia64_gdbarch_init): Don't bother calculating the os.
380 Instead use the gdbarch_info struct and look at the osabi field.
381 Also use gdbarch_list_lookup_by_info() to look for a
382 candidate gdbarch.
383
384 2003-11-05 Kevin Buettner <kevinb@redhat.com>
385
386 * frv-tdep.c (frv_register_byte): Delete.
387 (frv_extract_return_value, frv_store_return_value)
388 (frv_extract_struct_value_address): Don't call frv_register_byte().
389 Convert to non-deprecated form.
390 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
391 Convert calls to set_gdbarch_deprecated_extract_return_value(),
392 set_gdbarch_deprecated_store_return_value(), and
393 set_gdbarch_deprecated_extract_struct_value_address() into
394 non-deprecated forms.
395
396 2003-11-05 Andrew Cagney <cagney@redhat.com>
397
398 * mips-tdep.c (mips_dump_tdep): Do not print
399 PRINT_EXTRA_FRAME_INFO.
400 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
401 Rename PRINT_EXTRA_FRAME_INFO.
402 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
403 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
404 (mips_print_extra_frame_info): Delete declaration.
405 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
406
407 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
408
409 * coffread.c (coff_symtab_read): Remove passing of info parameter
410 to prim_record_minimal_symbol_and_info.
411
412 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
413
414 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
415 (decode_base_type): Delete ifdeffed out code.
416
417 2003-11-04 Andrew Cagney <cagney@redhat.com>
418
419 * symtab.c (find_active_alias): Delete function.
420 (lookup_block_symbol): Delete alias code.
421 * stabsread.c (resolve_live_range): Delete function.
422 (add_live_range): Delete function.
423 (resolve_symbol_reference): Delete function.
424 (define_symbol): Delete live range and alias code.
425 (scan_file_globals): Delete alias code.
426 * symtab.h (SYMBOL_RANGES): Delete macro.
427 (struct range_list): Delete structure.
428 (struct symbol): Delete field "ranges".
429 (SYMBOL_ALIASES): Delete macro.
430 (struct alias_list): Delete structure.
431 (struct symbol): Delete field "aliases".
432
433 2003-11-04 Michael Snyder <msnyder@redhat.com>
434
435 * MAINTAINERS: Remove myself as owner of breakpoints and
436 of sparc/solaris.
437
438 2003-11-03 Corinna Vinschen <vinschen@redhat.com>
439
440 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
441 (sh_sh4al_dsp_register_name): Ditto.
442 (sh4_nofpu_show_regs): Ditto.
443 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
444 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
445
446 2003-11-03 Andrew Cagney <cagney@redhat.com>
447
448 * bcache.c: Include "gdb_assert.h".
449 (struct bcache): Add fields "expand_count" and
450 "expand_hash_count".
451 (expand_hash_table): Update the expand counts.
452 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
453 on object sizes and hashes.
454 * Makefile.in (bcache.o): Update dependencies.
455
456 2003-11-03 Andrew Cagney <cagney@redhat.com>
457
458 * exec.c (xfer_memory): Eliminate xfer_fn.
459
460 2003-10-31 Kevin Buettner <kevinb@redhat.com>
461
462 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
463 (opcodes/frv-desc.h): Include.
464 (iacc0h_regnum, iacc0l_regnum): Define.
465 (last_spr_regnum, frv_num_regs): Update.
466 (new_variant): Don't supply default names for holes in the SPRs.
467 Supply names for iacc0h_regnum and iacc0l_regnum.
468 (frv_register_type): Use symbolic constants first_fpr_regnum and
469 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
470 builtin_type_int instead of builtin_type_int32.
471 (frv_register_sim_regno): New function.
472 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
473 * Makefile.in (gdb_sim_frv_h): Define.
474 (frv-tdep.o): Update dependencies.
475
476 2003-10-31 Andrew Cagney <cagney@redhat.com>
477
478 * avr-tdep.c (avr_frame_this_id): Do not call
479 deprecated_inside_entry_file.
480 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
481 * m32r-tdep.c (m32r_frame_this_id): Ditto.
482 * d10v-tdep.c (d10v_frame_this_id): Ditto.
483 * arm-tdep.c (arm_prologue_this_id): Ditto.
484 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
485
486 2003-10-31 Jim Blandy <jimb@redhat.com>
487
488 * elfread.c (elf_symtab_read): Allocate correct number of tail
489 elements to sectinfo structure. (Fix from Woody LaRue.)
490
491 2003-10-31 Andrew Cagney <cagney@redhat.com>
492
493 * stack.c (return_command): Use get_frame_type, instead of
494 CALL_DUMMY_HAS_COMPLETED.
495 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
496 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
497
498 2003-10-31 Mark Kettenis <kettenis@gnu.org>
499
500 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
501 explicitly specify size of array.
502 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
503 TDEP->sc_num_regs.
504
505 2003-10-31 Andrew Cagney <cagney@redhat.com>
506
507 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
508 function.
509 (s390_gdbarch_init): Set extract_struct_value_address.
510 * arch-utils.c (generic_cannot_extract_struct_value_address):
511 Delete function.
512 * arch-utils.h (generic_cannot_extract_struct_value_address):
513 Delete definition.
514
515 2003-10-31 Mark Kettenis <kettenis@gnu.org>
516
517 * i386-linux-nat.c (fetch_core_registers): Remove.
518 (linux_elf_core_fns): Remove.
519 (_initialize_i386_linux_nat): Remove.
520
521 2003-10-31 Andrew Cagney <cagney@redhat.com>
522
523 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
524 "exec.h".
525 (exec_entry_point): New function.
526 (enable_break): Create a "tmp_bfd_target", use that and
527 entry_point_address when computing the relocation offset.
528 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
529 * Makefile.in (solib-svr4.o): Update dependencies.
530
531 2003-10-31 Andrew Cagney <cagney@redhat.com>
532
533 * defs.h (XZALLOC): Define.
534 * target.h (struct target_ops): Add "to_data";
535 * bfd-target.h, bfd-target.c: New files.
536 * Makefile.in (SFILES): Add "bfd-target.c".
537 (COMMON_OBS): Add "bfd-target.o".
538 (bfd-target.o): Specify dependencies.
539 (bfd_target_h): Define.
540 * defs.h (XZALLOC): Define.
541
542 2003-10-31 Andrew Cagney <cagney@redhat.com>
543
544 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
545 adjust_breakpoint_address.
546 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
547 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
548 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
549 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
550
551 2003-10-31 Andrew Cagney <cagney@redhat.com>
552
553 * target.h (struct target_ops): Replace "to_read_partial" and
554 "to_write_partial" with "to_xfer_partial". Update comments.
555 * target.c (debug_to_write_partial): Delete function.
556 (debug_to_xfer_partial): Replace debug_to_read_partial.
557 (add_target, update_current_target, setup_target_debug): Set
558 "to_xfer_partial" instead of "to_read_partial" and
559 "to_write_partial".
560 (default_xfer_partial): Replace "default_write_partial".
561 (default_read_partial): Delete.
562 (target_read_partial, target_write_partial): Call
563 "to_xfer_partial".
564 * remote.c (init_remote_ops): Set "to_xfer_partial".
565 (init_remote_async_ops): Ditto.
566 (remote_xfer_partial): Replace "remote_read_partial".
567
568 2003-10-31 Mark Kettenis <kettenis@gnu.org>
569
570 * i386-tdep.c (i386_supply_fpregset): Support floating-point
571 registers in `fxsave' format.
572 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
573
574 2003-10-30 Mark Kettenis <kettenis@gnu.org>
575
576 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
577 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
578 TDEP->gregset_num_regs and tdep->sizeof_gregset.
579
580 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
581 specify size of array.
582 (i386_linux_init_abi): Remove initialization of
583 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
584 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
585
586 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
587 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
588 core-regset.o.
589
590 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
591 the ELF header.
592
593 2003-10-29 Mark Kettenis <kettenis@gnu.org>
594
595 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
596 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
597 core-regset.o.
598
599 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
600
601 * corelow.c: Include "arch-utils.h", "regset.h" and
602 "gdb_assert.h".
603 (core_gdbarch): New variable.
604 (sniff_core_bfd): Don't sniff if we have support for register sets
605 in CORE_GDBARCH.
606 (core_close): Reset CORE_GDBARCH.
607 (core_open): Initialize CORE_GDBARCH.
608 (get_core_register_section): Use register sets if they are
609 supported by CORE_GDBARCH.
610 (get_core_registers): Don't print error message if we have support
611 for register sets in CORE_GDBARCH.
612
613 2003-10-29 Andrew Cagney <cagney@redhat.com>
614
615 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
616 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
617
618 2003-10-29 Mark Kettenis <kettenis@gnu.org>
619
620 * objfiles.h (clear_objfile_data): New prototype.
621 * objfiles.c (clear_objfile_data): New function.
622 * symfile.c (reread_symbols): Clear per-objfile data.
623
624 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
625
626 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
627 printf_unfiltered instead of printf_filtered for output messages.
628 (add_symbol_file_command): Ditto.
629 (reread_symbols): Ditto.
630 (overlay_auto_command): Ditto.
631 (overlay_manual_command): Ditto.
632 (overlay_off_command): Ditto.
633
634 2003-10-27 Mark Kettenis <kettenis@gnu.org>
635
636 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
637 (gdbarch_from_bfd): New function.
638 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
639 deprecated_select_gdbarch_hack.
640 * arch-utils.h (gdbarch_from_bfd): New prototype.
641
642 2003-10-27 Andrew Cagney <cagney@redhat.com>
643
644 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
645 arch_info. Use warning instead of fprintf_filtered. Do not use
646 deprecated bfd_printable_arch_mach.
647
648 2003-10-26 Kevin Buettner <kevinb@redhat.com>
649
650 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
651 Delete.
652 (frv_register_type): Rename from frv_register_virtual_type. Add
653 ``struct gdbarch *'' parameter.
654 (frv_gdbarch_init): Delete calls to the following functions:
655 set_gdbarch_deprecated_size(),
656 set_gdbarch_deprecated_register_bytes(),
657 set_gdbarch_deprecated_register_raw_size(),
658 set_gdbarch_deprecated_max_register_raw_size(),
659 set_gdbarch_deprecated_register_virtual_size(),
660 set_gdbarch_deprecated_max_register_virtual_size(),
661 set_gdbarch_deprecated_register_virtual_size(),
662 set_gdbarch_deprecated_register_virtual_type().
663 Add call to function set_gdbarch_register_type().
664
665 2003-10-26 Mark Kettenis <kettenis@gnu.org>
666
667 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
668 FDOFF_REGNUM): Remove defines.
669 * win32-nat.c (do_child_fetch_inferior_registers): Include
670 "i387-tdep.h".
671 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
672 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
673 undefine I387_ST0_REGNUM.
674
675 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
676 * x86-64-tdep.c (x86_64_store_return_value): Use
677 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
678
679 Change register numbers to enumartion values.
680 * i386-tdep.h (enum i386_regnum): New.
681 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
682 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
683 I386_ST0_REGNUM): Remove defines.
684 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
685 I386_EDI_REGNUM): Remove defines.
686
687 2003-10-24 Andrew Cagney <cagney@redhat.com>
688
689 * target.c: Include "gdbcore.h".
690 (get_target_memory, get_target_memory_unsigned): New functions.
691 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
692 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
693 Use get_target_memory_unsigned.
694 * Makefile.in (target.o): Update dependencies.
695
696 2003-10-24 Andrew Cagney <cagney@redhat.com>
697
698 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
699 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
700 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
701 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
702 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
703
704 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
705 (can_run_code_for): Use the OO term "singleton".
706
707 2003-10-23 Andrew Cagney <cagney@redhat.com>
708
709 * Makefile.in (stack.o): Add $(regcache_h).
710 * stack.c: Include "regcache.h"
711 (return_command): Rewrite. Use get_frame_id and
712 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
713 about unhandled return-values.
714 * value.h (set_return_value): Delete declaration.
715 * values.c (set_return_value): Delete function.
716
717 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
718
719 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
720 (pseudo_regs): Add comment regarding register stack registers.
721 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
722 (floatformat_valid): New static routine.
723 (floatformat_ia64_ext): Add name field and set up is_valid routine
724 to floatformat_valid().
725 (examine_prologue): For the previous cfm, use
726 frame_unwind_register()
727 if the cfm is not stored in a register-stack register. Save the
728 previous cfm value in the prev_cfm field. Add debug output.
729 (ia64_frame_this_id): Use frame_id_build_special() to also register
730 the bsp. Add debug output.
731 (ia64_sigtramp_frame_this_id): Ditto.
732 (ia64_frame_prev_register): Look at cache saved_regs for a few more
733 registers and also add some checks for framelessness before accepting
734 current register values for fields such as return address. For cfm,
735 use the cached prev_cfm field if available. Add comment to explain
736 PSR logic. Add debug output.
737 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
738 as part of initialization.
739 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
740 calculated. Cache the bsp and cfm values.
741 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
742 instead of using ia64_frame_prev_register() which doesn't expect most
743 registers to be saved. The saved values for bsp and sp
744 can be taken from the cache. Add debug output.
745 (ia64_push_dummy_call): Use frame_id_build_special() to also register
746 the bsp.
747
748 2003-10-23 Jim Blandy <jimb@redhat.com>
749
750 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
751 architecture the current arch can run code for --- but not if it's
752 a superset.
753 (can_run_code_for): New function.
754
755 2003-10-22 James E Wilson <wilson@specifixinc.com>
756
757 * MAINTAINERS: Move myself from paper trail section back to write
758 after approval section.
759
760 2003-10-22 Andrew Cagney <cagney@redhat.com>
761
762 * exec.h: New file.
763 * win32-nat.c: Include "exec.h".
764 * solib.c: Include "exec.h".
765 * target.h (build_section_table): Delete declaration.
766 * somsolib.c: Include "exec.h".
767 (exec_ops): Delete extern declaration.
768 * rs6000-nat.c: Update copyright. Include "exec.h".
769 (exec_ops): Delete extern declaration.
770 * pa64solib.c: Update copyright. Include "exec.h".
771 (exec_ops): Delete extern declaration.
772 * exec.c: Update copyright. Include "exec.h".
773 * corelow.c: Update dependencies. Include "exec.h".
774 * Makefile.in (exec_h): Define.
775 (exec.o, somsolib.o): Update dependencies.
776 (pa64solib.o, corelow.o): Update dependencies.
777
778 2003-10-22 Andrew Cagney <cagney@redhat.com>
779
780 * target.c: Include "gdb_assert.h" (target_read): Call
781 "target_read_partial", not "target_write_partial".
782 (default_read_partial, default_write_partial): New function.
783 (target_read_partial, target_write_partial): Simplify, assume that
784 there is always a read/write method.
785 (update_current_target, add_target): Always set "to_read_partial"
786 and "to_write_partial".
787 (target_write, target_read): Fail on a zero byte transfer.
788 * Makefile.in (target.o): Update dependencies.
789 * target.h: Update copyright date.
790 (target_object): Fix typo.
791
792 2003-10-22 Andrew Cagney <cagney@redhat.com>
793
794 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
795 multi-arch method, add "targ" parameter.
796 (struct target_ops): Declare.
797 * gdbarch.h, gdbarch.c: Re-generate.
798 * Makefile.in (c-valprint.o): Update dependencies.
799 * arch-utils.h: Update copyright.
800 (convert_from_func_ptr_addr_identity): Declare.
801 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
802 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
803 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
804 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
805 * infcall.c (find_function_addr, call_function_by_hand): Update.
806 * c-valprint.c: Include "target.h".
807 (print_function_pointer_address): Update.
808
809 2003-10-22 Andrew Cagney <cagney@redhat.com>
810
811 * target.c (target_close): New function.
812 (debug_to_close): Use "target_close".
813 (push_target): Use "target_close".
814 (unpush_target): Use "target_close".
815 (pop_target): Use "target_close".
816 * target.h (struct target_ops): Add "to_xclose".
817 (target_open): Delete macro. Move comment to "to_open".
818 (target_close): Replace macro with function that takes a target.
819 * top.c (quit_target): Pass "current_target" to "target_close".
820
821 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
822
823 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
824 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
825 * symtab.h (lookup_minimal_symbol_text): Update.
826 * breakpoint.c (create_overlay_event_breakpoint,
827 create_longjmp_breakpoint): Update callers.
828 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
829 * symtab.c (find_pc_sect_line): Ditto.
830
831 2003-10-21 Andrew Cagney <cagney@redhat.com>
832
833 * target.c (errno): Delete extern declaration.
834
835 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
836
837 * ia64-tdep.c: Change all occurrences of
838 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
839 (ia64_frame_prev_register): Minor whitespace change.
840
841 2003-10-20 Michael Chastain <mec@shout.net>
842
843 * config/djgpp/fnchange.lst: Add lines for:
844 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
845 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
846 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
847 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
848 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
849 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
850 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
851
852 2003-10-20 Andrew Cagney <cagney@redhat.com>
853
854 * values.c (register_value_being_returned): Update comments. Use
855 "gdbarch_return_value" when available.
856 (using_struct_return): Ditto.
857 (set_return_value): Ditto. Use "gdbarch_return_value" when
858 available.. Print a warning, and not an error, when an unhandled
859 return type is encountered.
860 * infcmd.c: Include "gdb_assert.h".
861 (print_return_value): When gdbarch_return_value_p, and using
862 struct return, assume that the value is not available.
863 * defs.h (return_value_convention): Define.
864 * gdbarch.sh (gdbarch_return_value): New predicate method.
865 * gdbarch.h, gdbarch.c: Re-generate
866 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
867
868 2003-10-20 Andrew Cagney <cagney@redhat.com>
869
870 * symtab.c: Replace "struct sec" with "struct bfd_section".
871 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
872
873 2003-10-19 Michael Chastain <mec@shout.net>
874
875 * config/djgpp/fnchange.lst: Add lines for:
876 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
877 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
878 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
879
880 2003-10-19 Mark Kettenis <kettenis@gnu.org>
881
882 * amd64fbsd-nat.c (fetch_inferior_registers,
883 store_inferior_registers): Remove functions.
884 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
885
886 2003-10-18 Mark Kettenis <kettenis@gnu.org>
887
888 Add NetBSD/amd64 native configuration:
889 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
890 * amd64nbsd-tdep.c: New file.
891 * amd64nbsd-nat.c: New file.
892 * amd64bsd-nat.c: New file.
893 * config/i386/nbsd64.mh: New file.
894 * config/i386/nbsd64.mt: New file.
895 * configure.host: Add x86_64-*-netbsd*.
896 * configure.tgt: Add x86_64-*-netbsd*.
897 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
898 New targets.
899 * NEWS (New native configurations): Mention NetBSD/amd64.
900
901 2003-10-17 Michael Chastain <mec@shout.net>
902
903 * config/djgpp/fnchange.lst: Remove dead lines for:
904 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
905 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
906 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
907 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
908 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
909 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
910 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
911 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
912 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
913 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
914 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
915 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
916 gdb/config/sparc/tm-sparclite.h,
917 gdb/gdbtk/generic/ChangeLog-2001,
918 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
919 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
920 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
921 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
922 gdb/testsuite/gdb.mi/mi0-var-block.exp,
923 gdb/testsuite/gdb.mi/mi0-var-child.exp,
924 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
925 gdb/testsuite/gdb.mi/mi0-var-display.exp,
926 itcl/iwidgets3.0.0/demos/extfileselectionbox,
927 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
928 itcl/iwidgets3.0.0/demos/fileselectionbox,
929 itcl/iwidgets3.0.0/demos/fileselectiondialog,
930 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
931 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
932 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
933 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
934 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
935 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
936 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
937 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
938 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
939 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
940 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
941 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
942 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
943 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
944 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
945 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
946 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
947 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
948 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
949 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
950 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
951 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
952 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
953 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
954 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
955 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
956 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
957 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
958 itcl/iwidgets3.0.0/demos/html/shell.n.html,
959 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
960 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
961 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
962 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
963 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
964 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
965 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
966 itcl/iwidgets3.0.0/demos/scrolledcanvas,
967 itcl/iwidgets3.0.0/demos/scrolledframe,
968 itcl/iwidgets3.0.0/demos/scrolledhtml,
969 itcl/iwidgets3.0.0/demos/scrolledlistbox,
970 itcl/iwidgets3.0.0/demos/scrolledtext,
971 itcl/iwidgets3.0.0/demos/selectionbox,
972 itcl/iwidgets3.0.0/demos/selectiondialog,
973 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
974 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
975 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
976 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
977 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
978 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
979 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
980 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
981 itcl/iwidgets3.0.0/doc/scrolledframe.n,
982 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
983 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
984 itcl/iwidgets3.0.0/doc/scrolledtext.n,
985 itcl/iwidgets3.0.0/doc/selectionbox.n,
986 itcl/iwidgets3.0.0/doc/selectiondialog.n,
987 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
988 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
989 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
990 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
991 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
992 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
993 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
994 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
995 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
996 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
997 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
998 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
999 itcl/iwidgets3.0.0/generic/selectionbox.itk,
1000 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
1001 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
1002 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
1003 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
1004 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
1005 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
1006 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
1007 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
1008 itcl/iwidgets3.0.0/tests/scrolledframe.test,
1009 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
1010 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
1011 itcl/iwidgets3.0.0/tests/scrolledtext.test,
1012 itcl/iwidgets3.0.0/tests/selectionbox.test,
1013 itcl/iwidgets3.0.0/tests/selectiondialog.test,
1014 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
1015 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
1016 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
1017 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
1018 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
1019 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
1020 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
1021 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
1022 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
1023 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
1024 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
1025 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
1026 tk/mac/tkMacProjects.sit.hqx.
1027
1028 2003-10-17 Andrew Cagney <cagney@redhat.com>
1029
1030 * target.c (target_section_by_addr): New function.
1031 (do_xfer_memory): Use "target_section_by_addr".
1032 * target.h (target_section_by_addr): Declare.
1033
1034 * target.h (struct target_ops): Add "to_read_partial" and
1035 "to_write_partial", delete "to_query".
1036 (target_read_partial, target_write_partial): Declare.
1037 (target_read, target_write): Declare.
1038 (target_query): Delete macro.
1039 * target.c (target_read_partial): New function.
1040 (target_write_partial, target_read, target_write): New function.
1041 (update_current_target): Delete inheritance of "to_query". Add
1042 comments about "to_read_partial" and "to_write_partial".
1043 (debug_to_partial_read, debug_to_partial_write): New functions.
1044 (debug_to_query): Delete function.
1045 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
1046 instead of "to_query".
1047 * remote.c (remote_read_partial): Replace "remote_query".
1048 (init_remote_ops): Set "to_read_partial" instead of "to_query".
1049 (init_remote_async_ops): Ditto.
1050 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
1051 "target_read_partial" instead of "target_query".
1052 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
1053 Use "target_read_partial" instead of "target_query".
1054
1055 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
1056
1057 * frame.h (struct frame_id): Add new field: special_addr.
1058 (frame_id_build_special): New prototype.
1059 * frame.c (frame_id_build_special): New function.
1060 (frame_id_build): Change to call frame_id_build_special().
1061 (frame_id_eq): Change to also test special_addr field.
1062 (frame_id_inner): Update comment.
1063
1064 2003-10-17 Andrew Cagney <cagney@redhat.com>
1065
1066 * target.c (update_current_target): Perform the target cleanup.
1067 Put the target stack beneath the squashed "current_target".
1068 (add_target): Delete disabled call to "cleanup_target".
1069 (cleanup_target): Delete function.
1070 (push_target, unpush_target): Do not call "cleanup_target".
1071
1072 2003-10-17 Andrew Cagney <cagney@redhat.com>
1073
1074 * target.c (target_stack): Change to a static target_ops.
1075 (update_current_target): Walk the "struct target_ops" stack.
1076 (pop_target, do_xfer_memory, target_info): Ditto.
1077 (find_target_beneath): Ditto.
1078 (push_target): Rewrite to use the "struct target_ops" stack.
1079 (unpush_target): Ditto.
1080 * target.h (struct target_stack_item): Delete definition.
1081 (target_stack): Delete declaration.
1082 (struct target_ops): Add field "beneath".
1083
1084 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
1085
1086 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
1087 declaration.
1088 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
1089 (h8300_examine_prologue): Use h8300_normal_mode flag
1090 (h8300_gdbarch_init): Set architecture info for normal mode
1091
1092 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
1093
1094 * remote.c (remote_protocol_vcont): New variable.
1095 (set_remote_protocol_vcont_packet_cmd): New function.
1096 (show_remote_protocol_vcont_packet_cmd): New function.
1097 (init_all_packet_configs): Handle remote_protocol_vcont.
1098 (remote_vcont_probe): New function.
1099 (remote_vcont_resume): New function.
1100 (remote_resume): Use it.
1101 (remote_async_resume): Call remote_resume.
1102 (_initialize_remote): Add verbose-resume packet commands.
1103
1104 2003-10-16 Andrew Cagney <cagney@redhat.com>
1105
1106 * infrun.c (handle_inferior_event): Add comment about
1107 "frame_id_inner" being too weak.
1108
1109 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
1110
1111 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
1112 second parameter, which is always null. Remove
1113 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
1114 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
1115 accordingly.
1116 * somsolib.c (som_solib_create_inferior_hook,
1117 som_solib_desire_dynamic_linker_symbols): Update callers.
1118 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
1119
1120 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
1121
1122 * remote-m32r-sdi.c : New file, interface to m32r on-chip
1123 debug interface, SDI (Scalable Debug Interface).
1124 * NEWS: Mention m32r SDI protocol was supported.
1125 * Makefile.in (remote-m32r-sdi.o): Add build rule.
1126 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
1127
1128 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
1129
1130 * ia64-linux-tdep.c: Include gdbcore.h.
1131 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
1132 (ia64_linux_sigcontext_register_addr): Find the address of the
1133 sigcontext area stored in the sigframe instead of using
1134 a magic offset constant.
1135
1136 2003-10-15 Andrew Cagney <cagney@redhat.com>
1137
1138 * remote.c (remote_search): Delete function.
1139 * target.h (target_search): Delete disabled macro.
1140 (struct target_ops): Delete disabled field "to_search".
1141
1142 2003-10-14 Kevin Buettner <kevinb@redhat.com>
1143
1144 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
1145 instead of deprecated_inside_entry_file().
1146
1147 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
1148
1149 * sh-tdep.c: Fix copy/paste hangover in comment.
1150 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
1151 mode.
1152 (sh3e_sh4_extract_return_value): Ditto.
1153
1154 2003-10-13 Richard Henderson <rth@redhat.com>
1155
1156 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
1157 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
1158 match c_val_print a bit closer.
1159
1160 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1161
1162 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
1163 (frv_gdbarch_adjust_breakpoint_address): New function.
1164 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
1165 method.
1166
1167 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1168
1169 * breakpoint.h (struct breakpoint): Add new member
1170 ``requested_address''.
1171 * breakpoint.c (breakpoint_adjustment_warning)
1172 (adjust_breakpoint_address): New static functions.
1173 (print_it_typical): Issue warning if breakpoint's address is different
1174 from its requested address.
1175 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
1176 (breakpoint_re_set_one): Set breakpoint's
1177 ``requested_address'' field. Set ``address'' field to the
1178 result of calling adjust_breakpoint_address() on the requested
1179 address.
1180
1181 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1182
1183 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
1184 * gdbarch.h, gdbarch.c: Regenerate.
1185
1186 2003-10-11 Mark Kettenis <kettenis@gnu.org>
1187
1188 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
1189 TDEP->sc_num_regs.
1190
1191 * i386fbsd-tdep.c: New file.
1192 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1193 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1194 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
1195 i386bsd-tdep.c.
1196 (_initialize_i386fbsd_tdep): New function.
1197 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
1198 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
1199 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
1200 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
1201 TDEP->sc_num_regs.
1202 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
1203 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1204 to initialize TDEP->sc_num_regs.
1205 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1206 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1207 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
1208 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
1209 FreeBSD ELF OS/ABI's here.
1210 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
1211 (i386fbsd-tdep.o): New target.
1212 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
1213 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
1214
1215 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
1216 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
1217 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1218 in initialization of TDEP->sc_num_regs.
1219
1220 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
1221 (x86_64_init_abi): Initialize regset_from_core_section if
1222 appropriate.
1223
1224 * i386-tdep.c (i386_regset_from_core_section): New function.
1225 (i386_gdbarch_init): Initialize regset_from_core_section if
1226 appropriate.
1227 * i386-tdep.h (i386_regset_from_core_section): New declaration.
1228
1229 * i386-tdep.h (struct regset): Declare opaque.
1230
1231 * gdbarch.sh (regset_from_core_section): New method.
1232 (struct regset): Declare opaque.
1233 * gdbarch.c, gdbarch.h: Regenerated.
1234
1235 2003-10-11 Alan Modra <amodra@bigpond.net.au>
1236
1237 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
1238 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
1239 Correct test for pc within section.
1240
1241 2003-10-11 Mark Kettenis <kettenis@gnu.org>
1242
1243 * gdbarch.sh: Remove trailing whitepsace from comments.
1244
1245 2003-10-08 Roland McGrath <roland@redhat.com>
1246
1247 * gcore.c (make_mem_sec): Function removed, folded into ...
1248 (gcore_create_callback): ... here. To omit a section, clear its
1249 SEC_LOAD bit rather than zeroing its size.
1250 Omit read-only sections only if they correspond to a known disk file.
1251 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
1252
1253 2003-10-10 Michael Snyder <msnyder@redhat.com>
1254
1255 * d10v-tdep.c: Fix typo in comment.
1256
1257 2003-10-10 Andrew Cagney <cagney@redhat.com>
1258
1259 * rs6000-tdep.c (e500_store_return_value): Delete function.
1260 (e500_extract_return_value): Delete function.
1261 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
1262 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
1263 "ppc_sysv_abi_restore_return_value" where applicable.
1264 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
1265 (ppc_sysv_abi_extract_return_value): Declare.
1266 (ppc_sysv_abi_broken_store_return_value): Declare.
1267 (ppc_sysv_abi_broken_extract_return_value): Declare.
1268 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
1269 * ppc-sysv-tdep.c (return_value_convention): Move definition to
1270 start of file.
1271 (do_ppc_sysv_return_value): New function.
1272 (ppc_sysv_abi_extract_return_value): New function.
1273 (ppc_sysv_abi_store_return_value): New function.
1274 (ppc_sysv_abi_broken_extract_return_value): New function.
1275 (ppc_sysv_abi_broken_store_return_value): New function.
1276 (ppc_sysv_abi_use_struct_convention): Call
1277 do_ppc_sysv_return_value.
1278
1279 2003-10-10 J. Brobecker <brobecker@gnat.com>
1280
1281 * blockframe.c (inside_main_func): No longer use symbol_lookup()
1282 to lookup the main function symbol.
1283
1284 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
1285
1286 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
1287 types correctly.
1288 (sh_push_dummy_call_fpu): Fix argument passing rules.
1289 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
1290 float types.
1291 (sh3e_sh4_store_return_value): Ditto.
1292
1293 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
1294
1295 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
1296 comment.
1297
1298 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
1299
1300 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
1301 more readable code. Accomodate passing of bitfields.
1302
1303 2003-10-10 Andrew Cagney <cagney@redhat.com>
1304
1305 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
1306 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
1307 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
1308 * ppc-sysv-tdep.c: Include "gdb_assert.h".
1309 (ppc64_sysv_abi_push_dummy_call): New function.
1310 (ppc64_sysv_abi_broken_push_dummy_call): New function.
1311 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
1312 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
1313
1314 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1315
1316 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
1317 * README: Ditto.
1318 * d10v-tdep.c: Ditto.
1319 * h8300-tdep.c: Ditto.
1320 * remote-e7000.c: Ditto.
1321 * remote-hms.c: Ditto.
1322 * ser-e7kpc.c: Ditto.
1323 * sh-stub.c: Ditto.
1324 * sh-tdep.c: Ditto.
1325 * sh-tdep.h: Ditto.
1326 * sh3-rom.c: Ditto.
1327 * sh64-tdep.c: Ditto.
1328 * top.c: Ditto.
1329 * wince.c: Ditto.
1330 * config/d10v/d10v.mt: Ditto.
1331 * config/sh/embed.mt: Ditto.
1332 * config/sh/linux.mt: Ditto.
1333 * config/sh/tm-linux.h: Ditto.
1334 * config/sh/tm-sh.h: Ditto.
1335 * config/sh/wince.mt: Ditto.
1336
1337 2003-10-09 Andrew Cagney <cagney@redhat.com>
1338
1339 * ppc-tdep.h (struct type): Declare opaque.
1340 * x86-64-tdep.h (struct regcache): Declare opaque.
1341 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
1342 coding style.
1343
1344 2003-10-09 Andrew Cagney <cagney@redhat.com>
1345
1346 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
1347 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
1348 (SOFTWARE_SINGLE_STEP_P): Ditto.
1349 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
1350 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
1351 (SOFTWARE_SINGLE_STEP_P): Ditto.
1352 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
1353 software_single_step to rs6000_software_single_step.
1354
1355 2003-10-09 Andrew Cagney <cagney@redhat.com>
1356
1357 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
1358
1359 2003-10-09 Michael Snyder <msnyder@redhat.com>
1360
1361 * frame.h: Fix typo in comment.
1362 * dummy-frame.c: Fix typo in comment.
1363 * d10v-tdep.c: Random whitespace/comment tweaks.
1364
1365 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
1366
1367 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
1368 (sh_push_dummy_code): Delete function, it's only used for dummy calls
1369 on stack.
1370
1371 Based on input by Stephen Clarke (stephen.clarke@superh.com):
1372 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
1373 in detail.
1374
1375 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1376
1377 * remote-mips.c (mips_initialize): Remove unneeded call to
1378 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
1379
1380 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1381
1382 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
1383 a memory pointer.
1384
1385 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
1386
1387 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
1388 for any lwp we resume.
1389 (running_callback): Add lwps that have pending status events
1390 against them to be considered running.
1391
1392 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
1393
1394 * m32r-tdep.c : Include "dis-asm.h".
1395 * Makefile.in (m32r-tdep.o): Update dependencies.
1396
1397 2003-10-06 J. Brobecker <brobecker@gnat.com>
1398
1399 * completer.h (get_gdb_completer_word_break_characters): Delete.
1400 * completer.c: include language.h.
1401 (gdb_completer_word_break_characters): Delete.
1402 (get_gdb_completer_word_break_characters): Delete.
1403 (location_completer): Use the word break characters of the current
1404 language.
1405 (complete_line): Likewise.
1406 (line_completion_function): Likewise.
1407 (skip_quoted_chars): Likewise.
1408 * Makefile.in (completer.o): Add dependency on language.h.
1409 * top.c (init_main): Set the readline word break characters
1410 to GDB's default word break characters.
1411
1412 2003-10-06 J. Brobecker <brobecker@gnat.com>
1413
1414 * language.h (language_defn): new field, la_word_break_characters.
1415 * language.c (unknown_language_defn): Set new field to
1416 default_word_break_characters.
1417 (auto_language_defn): Likewise.
1418 (local_language_defn): Likewise.
1419 * ada-lang.c (ada_language_defn): Likewise.
1420 * c-lang.c (c_language_defn): Likewise.
1421 (cplus_language_defn): Likewise.
1422 (asm_language_defn): Likewise.
1423 (minimal_language_defn): Likewise.
1424 * f-lang.c (f_language_defn): Likewise.
1425 * jv-lang.c (java_language_defn): Likewise.
1426 * m2-lang.c (m2_language_defn): Likewise.
1427 * objc-lang.c (objc_language_defn): Likewise.
1428 * p-lang.c (pascal_language_defn): Likewise.
1429 * scm-lang.c (scm_language_defn): Likewise.
1430
1431 2003-10-06 Andrew Cagney <cagney@redhat.com>
1432
1433 * ppc-sysv-tdep.c: Re-indent.
1434
1435 2003-10-06 J. Brobecker <brobecker@gnat.com>
1436
1437 * language.h (default_word_break_characters): Add prototype.
1438 * language.c (default_word_break_characters): New function.
1439
1440 2003-10-06 Andreas Schwab <schwab@suse.de>
1441
1442 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
1443 with %eax.
1444
1445 2003-10-06 Andrew Cagney <cagney@redhat.com>
1446
1447 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
1448 "h8500-tdep.c".
1449 (z8k-tdep.o): Delete custom build rule.
1450
1451 2003-10-06 Andrew Cagney <cagney@redhat.com>
1452
1453 * Makefile.in: Update all dependencies.
1454
1455 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
1456 No longer list PA as as obsolete candidate. List m32r as
1457 broken instead of obsolete.
1458
1459 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
1460 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
1461 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
1462 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
1463 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
1464 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
1465 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
1466 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1467 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
1468 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
1469 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
1470 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
1471 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
1472 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
1473 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
1474 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
1475 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
1476 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
1477 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
1478 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
1479 * config/z8k/z8k.mt: Ditto.
1480
1481 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
1482 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
1483 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
1484 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1485 sparclite were removed.
1486 * configure.host, configure.tgt: Remove corresponding tuples.
1487
1488 * breakpoint.c, breakpoint.h: Remove obsolete code.
1489 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1490 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1491 * stabsread.h, xcoffread.c: Ditto.
1492
1493 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1494 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1495 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1496 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1497
1498 2003-10-06 David Lecomber <dsl@sources.redhat.com>
1499
1500 * f-valprint.c: Reformatting
1501
1502 2003-10-06 Mark Kettenis <kettenis@gnu.org>
1503
1504 * x86-64-tdep.c: Remove duplicate comment.
1505
1506 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1507 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1508 names for return values. This fixes a bug since we looked at %rbx
1509 instead of %rdx.
1510
1511 2003-10-05 Mark Kettenis <kettenis@gnu.org>
1512
1513 * x86-64-tdep.c: Include "regset.h".
1514
1515 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1516 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1517 sizeof_fpregset.
1518 * i386-tdep.c: Include "regset.h".
1519 (i386_supply_gregset): New function.
1520 (i386_supply_fpregset): New function.
1521 (i386_gdbarch_init): Initialze register set-related members of
1522 TDEP.
1523 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1524 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1525
1526 2003-10-03 Andrew Cagney <cagney@redhat.com>
1527
1528 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1529 set extract_return_value, store_return_value and
1530 use_struct_convention to ppc64_sysv_abi_extract_return_value,
1531 ppc64_sysv_abi_store_return_value and
1532 ppc64_sysv_abi_use_struct_convention.
1533 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1534 (ppc64_sysv_abi_store_return_value): Declare.
1535 (ppc64_sysv_abi_use_struct_convention): Declare.
1536 * ppc-sysv-tdep.c (enum return_value_convention): Define.
1537 (ppc64_sysv_abi_extract_return_value): New function.
1538 (ppc64_sysv_abi_store_return_value): New function.
1539 (ppc64_sysv_abi_use_struct_convention): New function.
1540 (ppc64_sysv_abi_return_value): New function.
1541
1542 2003-10-03 Andrew Cagney <cagney@redhat.com>
1543
1544 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1545 convert a descriptor to a function when it's in the ".opd"
1546 section.
1547
1548 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1549
1550 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1551 reg_size to keep GCC silent.
1552
1553 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1554
1555 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1556 base for DW_EH_PE_textrel encodings.
1557 (read_encoded_value): Add a DW_EH_PE_textrel case.
1558 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1559 section.
1560
1561 2003-10-03 Mark Kettenis <kettenis@gnu.org>
1562
1563 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1564
1565 2003-10-02 Andrew Cagney <cagney@redhat.com>
1566
1567 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1568 REGISTER_RAW_SIZE.
1569 * gdbarch.h, gdbarch.c: Re-generate.
1570 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1571 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1572 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1573 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1574 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1575 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1576 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1577 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1578 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1579 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1580 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1581 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1582 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1583 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1584 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1585 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
1586
1587 2003-10-02 Jim Blandy <jimb@redhat.com>
1588
1589 * dwarf2read.c (struct die_info): Doc fix.
1590
1591 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1592
1593 * sh-tdep.c: Running thru gdb_indent.sh.
1594
1595 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1596
1597 * sh-tdep.c (sh_justify_value_in_reg): New function.
1598 (sh_stack_allocsize): Ditto.
1599 (flt_argreg_array): New array used for floating point argument
1600 passing.
1601 (sh_init_flt_argreg): New function.
1602 (sh_next_flt_argreg): Ditto.
1603 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1604 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1605 Fix argument passing strategy.
1606 (sh_push_dummy_call_nofpu): Ditto.
1607
1608 2003-10-01 Andrew Cagney <cagney@redhat.com>
1609
1610 * value.h (register_value_being_returned): Declare. Replace
1611 "value_being_returned".
1612 * infcall.c (call_function_by_hand): Use
1613 register_value_being_returned.
1614 * infcmd.c (print_return_value): Call
1615 "register_value_being_returned", handle struct return locally.
1616 * values.c (register_value_being_returned): New function. Replace
1617 "value_being_returned".
1618
1619 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
1620
1621 * linux-proc.c (linux_do_registers): New function.
1622 (linux_make_note_section): Use linux_do_registers in case of
1623 single threaded inferior programs.
1624
1625 2003-10-01 Andrew Cagney <cagney@redhat.com>
1626
1627 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1628 use STRUCT_ADDR. When not using "struct return convention", pass
1629 "0" to "value_being_returned". Add FIXMEs.
1630 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1631 value_being_returned. Add comments.
1632 * values.c (value_being_returned): Add fixme.
1633 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1634 (hppa_value_returned_from_stack): Add FIXME.
1635
1636 2003-09-30 David Carlton <carlton@kealia.com>
1637
1638 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1639 'has_children' and 'next' by 'child' and 'sibling'.
1640 (read_comp_unit): Rework algorithm, breaking body into
1641 read_die_and_children and read_die_and_siblings.
1642 (read_die_and_children, read_die_and_siblings): New.
1643 (read_full_die): Add 'has_children' argument; set it instead of
1644 the die's 'has_children' field. Minor formatting cleanup.
1645 (free_die_list): Use die->child and die->sibling instead of
1646 die->next.
1647 (dump_die_list): Ditto.
1648 (sibling_die): Use die->sibling.
1649 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1650 'has_children' and 'next' fields.
1651 (process_die, read_file_scope, read_func_scope)
1652 (read_lexical_block_scope, read_structure_scope)
1653 (read_enumeration, read_array_type, read_common_block)
1654 (read_namespace, read_subroutine_type, dump_die): Ditto.
1655
1656 2003-09-30 Andrew Cagney <cagney@redhat.com>
1657
1658 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1659 to 224, not 220.
1660
1661 2003-09-30 Andrew Cagney <cagney@redhat.com>
1662
1663 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1664 REGISTER_VIRTUAL_SIZE.
1665 * gdbarch.h, gdbarch.c: Regenerate.
1666 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1667 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1668 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1669
1670 2003-09-29 Andrew Cagney <cagney@redhat.com>
1671
1672 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1673 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1674 * gdbarch.h, gdbarch.c: Regenerate.
1675 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1676 * sh64-tdep.c, sparc-tdep.c: Update.
1677
1678 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1679 * remote-vxmips.c (vx_read_register): Ditto.
1680 * remote-vx68.c (vx_read_register): Ditto.
1681 * gnu-nat.c (inf_validate_procs): Ditto.
1682
1683 2003-09-29 J. Brobecker <brobecker@gnat.com>
1684
1685 * infcall.c (call_function_by_hand): Fix build failure
1686 introduced in the previous change to this file.
1687
1688 2003-09-29 Andrew Cagney <cagney@redhat.com>
1689
1690 * NEWS: Mention Objective-C.
1691
1692 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
1693
1694 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1695 test if the register has been saved on the stack.
1696 (arm_scan_prologue_cache): When analysing the instruction
1697 "str lr, [sp, #-4]", save the address where lr has been stored.
1698
1699 2003-09-28 Andrew Cagney <cagney@redhat.com>
1700
1701 * frame.c (frame_read_unsigned_register): Delete function.
1702 * frame.h (frame_read_unsigned_register): Delete declaration.
1703 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1704 get_frame_register_unsigned.
1705 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1706 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1707 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1708
1709 * frame.h (frame_read_register): Delete declaration.
1710 * frame.c (frame_read_register): Delete function.
1711 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1712 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1713 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1714 * mips-tdep.c (mips_register_to_value): Ditto.
1715 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1716 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1717
1718 * frame.c (frame_read_signed_register): Delete function.
1719 (frame_read_unsigned_register): Update comments.
1720 * frame.h (frame_read_signed_register): Delete declaration.
1721 * h8300-tdep.c (h8300_print_register): Use
1722 get_frame_register_signed.
1723 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1724
1725 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1726 Rename VALUE_RETURNED_FROM_STACK.
1727 * infcmd.c (print_return_value): Update.
1728 * infcall.c (call_function_by_hand): Update.
1729
1730 2003-09-28 Mark Kettenis <kettenis@gnu.org>
1731
1732 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1733 regcache argument and reverse the order of the other two
1734 arguments. Remove local regcache variable. Determine
1735 architecture from REGCACHE. Update comments.
1736 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1737 reverse the order of the other two arguments. Remove local
1738 regcache variable. Determine architecture from REGCACHE. Update
1739 comments.
1740 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1741 prototypes. Update comments.
1742 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1743 comment.
1744 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1745 Update.
1746 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1747 * i386-interix-nat.c (supply_fpregset): Update.
1748 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1749 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1750 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1751 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1752 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1753 Update.
1754 * i386obsd-tdep.c (fetch_core_registers): Update.
1755 * i386v4-nat.c (supply_fpregset): Update.
1756 * x86-64-linux-nat.c (supply_fpregset): Update.
1757 * x86-64-linux-tdep.c (fetch_core_registers): Update.
1758
1759 2003-09-27 Mark Kettenis <kettenis@gnu.org>
1760
1761 * i386-tdep.h: Put opaque declarations in alphabetical
1762 order. Remove spurious whitespace.
1763 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1764 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1765 * i386-tdep.c (MM0_REGNUM): Remove define.
1766 (i386_mmx_regnum_p): Add gdbarch argument.
1767 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1768 Rewrite using new macro definitions for FPU/SSE registers.
1769 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1770 definitions from i387-tdep.h.
1771 (i386_register_name): Update.
1772 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1773 new macro definitions for FPU/SSE registers.
1774 (i386_extract_return_value): Determine whether floating-point
1775 registers are present by examining REGCACHE's architecture.
1776 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1777 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1778 FPU/SSE registers.
1779 (i386_register_type): Update.
1780 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1781 definitions for FPU registers. Use REGCACHE's architecture to
1782 determine the appropriate register numbers.
1783 (i386_pseudo_register_read, i386_pseudo_register_write,
1784 i386_register_reggroup_p): Update.
1785 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1786 TDEP->mm0_regnum.
1787 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1788 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1789 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1790 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1791 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1792 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1793 *' to `void *'.
1794 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1795 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1796 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1797 definitions for FPU/SSE registers.
1798 (FXSAVE_MXCSR_ADDR): New define.
1799 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1800 TDEP->mm0_regnum.
1801 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1802 (I387_ST0_REGNUM): Define.
1803
1804 * regcache.h (get_regcache_arch): New prototype.
1805 * regcache.c (get_regcache_arch): New function.
1806
1807 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1808 whitespace.
1809
1810 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1811 Initialize using ARRAY_SIZE.
1812
1813 2003-09-27 Andrew Cagney <cagney@redhat.com>
1814
1815 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1816 "init_frame_pc_default".
1817 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1818 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1819 * vax-tdep.c (vax_gdbarch_init): Update.
1820 * v850-tdep.c (v850_gdbarch_init): Update.
1821 * sh64-tdep.c (sh64_gdbarch_init): Update.
1822 * s390-tdep.c (s390_gdbarch_init): Update.
1823 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1824 * mcore-tdep.c (mcore_gdbarch_init): Update.
1825 * h8300-tdep.c (h8300_gdbarch_init): Update.
1826 * cris-tdep.c (cris_gdbarch_init): Update.
1827 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1828
1829 2003-09-26 Mark Kettenis <kettenis@gnu.org>
1830
1831 * regset.h: New file.
1832 * Makefile.in (regset_h): Add.
1833
1834 2003-09-25 Andrew Cagney <cagney@redhat.com>
1835
1836 * frame.h (deprecated_frame_saved_regs): Rename
1837 get_frame_saved_regs.
1838 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1839 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1840 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1841 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1842 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1843
1844 2003-09-25 Andrew Cagney <cagney@redhat.com>
1845
1846 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1847 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1848 and Java.
1849 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1850 arm*-*-* do not use the new frame code.
1851
1852 2003-09-25 David Carlton <carlton@kealia.com>
1853
1854 * c-exp.y: Remove 'register' declarations.
1855 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1856
1857 2003-09-25 David Carlton <carlton@kealia.com>
1858
1859 * c-exp.y: Include cp-support.h. Add qualified_type.
1860 (yylex): Delete nested type hack; add comments.
1861 * cp-namespace.c (cp_lookup_nested_type): New function.
1862 * cp-support.h: Declare cp_lookup_nested_type.
1863 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1864 instead of value_struct_elt_for_reference.
1865 * valops.c: Include cp-support.h.
1866 (value_aggregate_elt): New function.
1867 (value_namespace_elt): Ditto.
1868 (value_struct_elt_for_reference): Make static.
1869 * value.h: Delete declaration of value_struct_elt_for_reference;
1870 add declaration for value_aggregate_elt.
1871 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1872 (valops.o): Ditto.
1873
1874 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
1875
1876 * stack.c: Include "reggroups.h".
1877 (frame_info): Only display registers in all_reggroup.
1878 * Makefile.in (stack.o): Update dependencies.
1879
1880 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1881
1882 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1883 "add ip, sp #n" in the prologue.
1884 (arm_scan_prologue): Ditto.
1885
1886 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1887
1888 * MAINTAINERS (write after approval): Add myself.
1889
1890 2003-09-25 Andreas Schwab <schwab@suse.de>
1891
1892 * m68k-tdep.c: Include "dwarf2-frame.h".
1893 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1894 * Makefile.in (m68k-tdep.o): Update dependencies.
1895
1896 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
1897
1898 * sh-tdep.c (struct frame_extra_info): Remove.
1899 (struct sh_frame_cache): New structure.
1900 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1901 (GET_TARGET_REG): Ditto but target register.
1902 (GET_PUSHED_REG): Remove.
1903 (IS_MOV_ARG_TO_REG): New macro.
1904 (IS_MOV_ARG_TO_IND_R14): New macro.
1905 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1906 (IS_MOVW_PCREL_TO_REG): New macro.
1907 (IS_MOVL_PCREL_TO_REG): New macro.
1908 (IS_SUB_REG_FROM_SP): New macro.
1909 (IS_ARG_MOV): Remove.
1910 (IS_MOV_TO_R14): Remove.
1911 (IS_RESTORE_FP): New macro.
1912 (IS_RTS): New macro.
1913 (IS_LDS): New macro.
1914 (IS_MOV_FP_SP): New macro.
1915 (IS_ADD_REG_TO_FP): New macro.
1916 (IS_ADD_IMM_FP): New macro.
1917 (sh_skip_prologue_hard_way): Remove.
1918 (sh_saved_pc_after_call): Remove.
1919 (sh_frame_chain): Remove.
1920 (sh_find_callers_reg): Remove.
1921 (sh_nofp_frame_init_saved_regs): Remove.
1922 (sh_fp_frame_init_saved_regs): Remove.
1923 (sh_init_extra_frame_info): Remove.
1924 (sh_analyze_prologue): New function.
1925 (sh_skip_prologue): Remove deprecated code. Rely on new function
1926 sh_analyze_prologue when after_prologue fails.
1927 (sh_frame_saved_pc): Remove.
1928 (sh_alloc_frame_cache): New function.
1929 (sh_frame_cache): Ditto.
1930 (sh_frame_prev_register): Ditto.
1931 (sh_frame_this_id): Ditto.
1932 (sh_frame_unwind): New structure defining the heuristic frame
1933 sniffer interface.
1934 (sh_frame_sniffer): New function.
1935 (sh_unwind_sp): Ditto.
1936 (sh_unwind_pc): Ditto.
1937 (sh_unwind_dummy_id): Ditto.
1938 (sh_frame_base_address): Ditto.
1939 (sh_frame_base): New structure defining new frame base code.
1940 (sh_in_function_epilogue_p): New function.
1941 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1942 code and to call all new code instead. Initialize dwarf2 and
1943 heuristic frame sniffer.
1944
1945 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1946
1947 * parser-defs.h (struct exp_descriptor): New definition, containing
1948 language-specific info for printing, prefixifying, dumping, and
1949 evaluating expressions.
1950 (exp_descriptor_standard): Declare new variable.
1951 (print_subexp): Make global and declare here (from expprint.c).
1952 (dump_subexp): Ditto.
1953 (dump_subexp_body_standard): Declare.
1954 (operator_length_standard): Declare.
1955 (op_name_standard): Declare.
1956 (print_subexp): Declare.
1957 (print_subexp_standard): Declare.
1958
1959 * language.h (struct language_defn): Add la_exp_desc field to hold
1960 pointer to table for language-specific operators.
1961 Remove evaluate_exp field, which is now in struct exp_descriptor.
1962
1963 * parse.c (operator_length): Move most code to new
1964 operator_length_standard function. Use language-specific information.
1965 (operator_length_standard): New function taking most code from
1966 operator_length.
1967 (exp_descriptor_standard): New constant.
1968
1969 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
1970 and OP_EXTENDED_LAST.
1971
1972 * expprint.c (print_subexp): Use language-specific print_subexp.
1973 Make global; remove static declaration.
1974 Move most code to print_subexp_standard.
1975 (print_subexp_standard): New function, containing code formerly in
1976 print_subexp.
1977 (op_name): Add expression to argument signature.
1978 Use langauge-specific op_name.
1979 Move most code to op_name_standard.
1980 (op_name_standard): New function, containing code formerly in op_name.
1981 (dump_subexp): Use new version of op_name function.
1982 Use language-specific dump_subexp_body, and move most existing code to
1983 dump_subexp_body_standard.
1984 (dump_raw_expression): Use new op_name interface.
1985 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1986 (dump_subexp_body_standard): New function, containing code formerly
1987 in dump_subexp_body.
1988
1989 * language.c (unknown_language): Add default la_exp_desc field and
1990 remove evaluate_exp field.
1991 (auto_language): Ditto.
1992 (local_language): Ditto.
1993 * f-lang.c (f_language_defn): Ditto.
1994 * c-lang.c (c_language_defn): Ditto.
1995 (cplus_language_defn): Ditto.
1996 (asm_language_defn): Ditto.
1997 (minimal_language_defn): Ditto.
1998 * p-lang.c (pascal_language_defn): Ditto.
1999 * m2-lang.c (m2_language_defn): Ditto.
2000 * objc-lang.c (objc_language_defn): Ditto.
2001
2002 * jv-lang.c (exp_descriptor_java): New variable, containing
2003 Java-specific expression evaluator.
2004 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
2005 field.
2006 * scm-lang.c (exp_descriptor_scm): New variable, containing
2007 Scheme-specific expression evaluator.
2008 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
2009 field.
2010 * objc-lang.c (print_object_command): Take evaluate_exp from the
2011 la_exp_desc field.
2012
2013 * Makefile.in (eval.o): Add dependency on parser-defs.h.
2014
2015 * eval.c: Include parser-defs.h for the full declaration of
2016 la_exp_desc's type.
2017 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
2018
2019 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
2020
2021 * parser-defs.h (operator_length): Declare.
2022
2023 * parse.c (length_of_subexp): Use operator_length to get operator
2024 lengths and arities for operators.
2025 Move most code to new operator_length function.
2026 (operator_length): New function absorbing most code from
2027 length_of_subexp.
2028 (prefixify_subexp): Remove large case and use operator_length instead.
2029 (parse_exp_1): Use renamings:
2030 dump_prefix_expression => dump_raw_expression and
2031 dump_postfix_expression => dump_prefix_expression.
2032
2033 * expression.h (dump_prefix_expression): Rename to ...
2034 (dump_raw_expression): New name.
2035 (dump_postfix_expression): Rename to ...
2036 (dump_prefix_expression): New name.
2037
2038 * expprint.c (dump_subexp): Make global. Add comment.
2039 Move most existing code to dump_subexp_body.
2040 (dump_subexp_body): New function.
2041 (dump_prefix_expression): Rename to dump_raw_expression.
2042 Remove attempt to print the expression via print_expression: it can't
2043 work before the expression is prefixified.
2044 (dump_raw_expression): Renamed from dump_prefix_expression.
2045 (dump_postfix_expression): Rename to dump_prefix_expression, since
2046 that's what it does.
2047 Remove 'note' parameter, since this routine must be used on
2048 prefixified expression.
2049 (dump_prefix_expression): Renamed from dump_postfix_expression.
2050
2051 2003-09-22 Jim Blandy <jimb@redhat.com>
2052
2053 * dwarf2read.c (read_array_type): When building the type for an
2054 array of unspecified length, make sure to choose the upper bound
2055 so that the array's total length comes out to be zero --- that's
2056 how we represent such arrays.
2057
2058 2003-09-22 Michael Chastain <mec@shout.net>
2059
2060 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
2061
2062 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
2063
2064 * top.c (quit_force): Fix indirect call to quit_target so
2065 a struct qt_args pointer is passed.
2066
2067 2003-09-22 Andrew Cagney <cagney@redhat.com>
2068
2069 * arch-utils.h (init_frame_pc_noop): Delete declaration.
2070 * arch-utils.c (init_frame_pc_noop): Delete function.
2071 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
2072 "init_frame_pc".
2073 * mips-tdep.c (mips_gdbarch_init): Ditto.
2074 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
2075 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
2076 declaration.
2077 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2078 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
2079 declaration.
2080 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2081
2082 2003-09-22 Anthony Green <green@redhat.com>
2083
2084 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
2085 declaration.
2086
2087 2003-09-20 Andrew Cagney <cagney@redhat.com>
2088
2089 * breakpoint.c: Eliminate ARGSUSED.
2090 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
2091 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
2092 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
2093 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
2094 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
2095 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
2096 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
2097 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
2098 * wince.c, remote-vx.c: Ditto.
2099
2100 * cli/cli-script.c: Remove "register" attributes.
2101 * config/pa/tm-hppa.h: Ditto.
2102 * cli/cli-decode.c: Ditto.
2103 * cli/cli-cmds.c: Ditto.
2104
2105 2003-09-19 Andrew Cagney <cagney@redhat.com>
2106
2107 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
2108 DEPRECATED_NPC_REGNUM.
2109 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
2110
2111 2003-09-19 Christopher Faylor <cgf@redhat.com>
2112
2113 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
2114
2115 2003-09-19 Jim Blandy <jimb@redhat.com>
2116
2117 * macrotab.c (macro_include): Use the correct comparison to find
2118 the appropriate place for this inclusion in the list.
2119
2120 2003-09-19 Andrew Cagney <cagney@redhat.com>
2121
2122 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
2123 (DEPRECATED_HPUX_TEXT_END): Define.
2124 (deprecated_hpux_text_end): Declare.
2125 (struct target_ops): Declare opaque.
2126 * hppah-nat.c (text_end): Make static.
2127 (deprecated_hpux_text_end): New function.
2128 * exec.c (text_end): Delete global variable.
2129 (NEED_TEXT_START_END): Do not define.
2130 (exec_file_attach): Replace code computing "text_end" code with
2131 call to DEPRECATED_HPUX_TEXT_END.
2132
2133 2003-09-19 Andrew Cagney <cagney@redhat.com>
2134
2135 * utils.c (align_up, align_down): New functions.
2136 * defs.h (align_up, align_down): Declare.
2137 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
2138 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
2139 and "align_down".
2140 (round_up, round_down): Delete functions.
2141 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2142 "align_down".
2143 (ROUND_DOWN, ROUND_UP): Delete macros.
2144 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
2145 * h8300-tdep.c: Replace "round_up" and "round_down" with
2146 "align_up" and "align_down".
2147 (round_up, round_down): Delete macros.
2148 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2149 "align_down".
2150 (ROUND_UP, ROUND_DOWN): Delete macros.
2151
2152 2003-09-18 J. Brobecker <brobecker@gnat.com>
2153
2154 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
2155 hard-coded constant. Use the proper machine name instead.
2156
2157 2003-09-17 Andrew Cagney <cagney@redhat.com>
2158
2159 * sparc-tdep.c (legacy_register_name): Delete function.
2160 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
2161 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
2162 * infcmd.c (gdb_register_name): Delete variable.
2163 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
2164 REGISTER_NAME and "tm.h".
2165 * gdbarch.h, gdbarch.c: Regenerate.
2166 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
2167 REGISTER_NAMES in comments.
2168 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
2169 * m68klinux-nat.c (regmap): Ditto.
2170
2171 2003-09-17 Jim Blandy <jimb@redhat.com>
2172
2173 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
2174
2175 2003-09-17 Andrew Cagney <cagney@redhat.com>
2176
2177 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
2178 (ppcnbsd_init_abi): Set "use_struct_convention" to
2179 "ppcnbsd_use_struct_convention".
2180
2181 2003-09-17 Mark Kettenis <kettenis@gnu.org>
2182
2183 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2184 * gdbarch.h, gdbarch.c: Regenerate.
2185 (stabs_argument_has_addr): New architecture method.
2186 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2187 * arch-utils.c: Include "buildsym.h".
2188 (default_stabs_argument_has_addr): New function.
2189 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2190 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2191
2192 2003-09-17 Andrew Cagney <cagney@redhat.com>
2193
2194 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
2195 * gdbarch.h, gdbarch.c: Regenerate.
2196 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
2197 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
2198 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
2199 * sparcnbsd-tdep.c: Update.
2200
2201 2003-09-17 Andrew Cagney <cagney@redhat.com>
2202
2203 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
2204 * gdbarch.h, gdbarch.c: Regenerate.
2205 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
2206 * d10v-tdep.c, frame.c: Update.
2207 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
2208 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
2209 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
2210 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
2211 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
2212 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
2213 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
2214 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
2215 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
2216 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
2217 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
2218 * config/pa/nm-hppah.h: Update.
2219
2220 2003-09-16 Andrew Cagney <cagney@redhat.com>
2221
2222 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
2223 "use_struct_convention" to "ppc_linux_use_struct_convention".
2224 (ppc_linux_use_struct_convention): New function.
2225 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
2226 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
2227 "rs6000_use_struct_convention".
2228 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
2229 declaration.
2230 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
2231 Delete function.
2232
2233 2003-09-16 Andrew Cagney <cagney@redhat.com>
2234
2235 * buildsym.c: Remove more occurances of "register".
2236 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
2237 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
2238 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
2239 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
2240 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
2241 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
2242 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
2243 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
2244
2245 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
2246
2247 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
2248 numbers to enumeration values.
2249 * sh-tdep.c: Accomodate above change.
2250 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
2251 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
2252 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
2253 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
2254 (IS_FPUSH): Rename from IS_FMOV.
2255 (sh_extract_struct_value_address): Remove useless comment.
2256 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
2257 instead of own local values.
2258 (sh_dump_tdep): Remove.
2259 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
2260 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
2261
2262 2003-09-15 Andrew Cagney <cagney@redhat.com>
2263
2264 * doublest.c (convert_floatformat_to_doublest): No longer need to
2265 cast "exp_bias" to an int. Reverts 2002-12-04 change.
2266
2267 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
2268
2269 * values.c (unpack_double): Call floatformat_is_valid.
2270
2271 2003-09-15 Mark Kettenis <kettenis@gnu.org>
2272
2273 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
2274 ps_strings into a long.
2275
2276 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
2277 _initialize_am64fbsd_nat.
2278
2279 2003-09-15 Kevin Buettner <kevinb@redhat.com>
2280
2281 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
2282 associated with DW_AT_ranges attribute is out of bounds.
2283
2284 2003-09-15 David Lecomber <dsl@sources.redhat.com>
2285
2286 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
2287
2288 2003-09-14 Michael Chastain <mec@shout.net>
2289
2290 * config/m68k/nm-apollo68v.h: Delete.
2291 * config/m68k/xm-apollo68v.h: Delete.
2292
2293 2003-09-14 Andrew Cagney <cagney@redhat.com>
2294
2295 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
2296 * dcache.c: Update copyrights and descriptions.
2297 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
2298
2299 2003-09-14 Andrew Cagney <cagney@redhat.com>
2300
2301 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
2302 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
2303
2304 2003-09-14 Andrew Cagney <cagney@redhat.com>
2305
2306 * alpha-nat.c: Remove some occurances of "register".
2307 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
2308 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
2309 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
2310 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
2311 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
2312 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
2313 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
2314 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
2315 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
2316 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
2317 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
2318 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
2319 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
2320 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
2321 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
2322 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
2323 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
2324 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
2325 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
2326 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
2327 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
2328 * values.c, vax-tdep.c, xcoffread.c: Ditto.
2329
2330 2003-09-13 Andrew Cagney <cagney@redhat.com>
2331
2332 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
2333 * ppc-tdep.h (struct regcache): Declare opaque.
2334 * objfiles.h (struct objfile_data): Declare opaque.
2335 * cp-support.h (struct objfile): Declare opaque.
2336 * linux-nat.h (target_waitstatus): Declare opaque.
2337
2338 2003-09-14 Mark Kettenis <kettenis@gnu.org>
2339
2340 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2341 (stabs_argument_has_addr): New architecture method.
2342 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2343 * arch-utils.c: Include "buildsym.h".
2344 (default_stabs_argument_has_addr): New function.
2345 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2346 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2347
2348 * cris-tdep.c (cris_gdbarch_init): Set
2349 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
2350 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
2351 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2352 * mips-tdep.c (mips_gdbarch_init): Likewise.
2353 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2354 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2355
2356 2003-09-13 Andrew Cagney <cagney@redhat.com>
2357
2358 * values.c (using_struct_return): Delete "function" and "funcaddr"
2359 parameters.
2360 * value.h (using_struct_return): Update declaration.
2361 * infcmd.c (finish_command_continuation): Update.
2362 (finish_command): Update.
2363 * infcall.c (call_function_by_hand): Update.
2364 * eval.c (evaluate_subexp_standard): Update.
2365
2366 2003-09-13 Christopher Faylor <cgf@redhat.com>
2367
2368 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
2369 SSE registers since gdb will not operate correctly without this.
2370 Restore include file ordering munged in previous change.
2371 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
2372
2373 2003-09-13 Mark Kettenis <kettenis@gnu.org>
2374
2375 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
2376 REG_STRUCT_HAS_ADDR.
2377 * gdbarch.c, gdbarch.h: Updated.
2378 * infcall.c (call_function_by_hand): Update.
2379 * stabsread.c (define_symbol): Updated.
2380
2381 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
2382
2383 2003-09-12 Christopher Faylor <cgf@redhat.com>
2384
2385 * win32-nat.c: Reorganize so that defines used by target headers are
2386 actually defined by the system headers.
2387 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
2388 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
2389
2390 2003-09-12 Jim Blandy <jimb@redhat.com>
2391
2392 * dbxread.c (read_dbx_symtab): Don't report an internal error if
2393 the file has no .data, .bss, or .rodata sections. Instead wait
2394 until we see a variable alleged to live in one of those sections.
2395
2396 * dbxread.c (read_dbx_symtab): If we have no .data section and no
2397 .bss section, presume that any variables we find live in the
2398 .rodata section.
2399
2400 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
2401 offsets for global and static variables.
2402
2403 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
2404 symbol types are, by definition, in the .data section, so it is
2405 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
2406 If there is no .data section, there should be no N_DATA or N_DATA
2407 | N_EXT symbols.
2408
2409 2003-09-12 Mark Kettenis <kettenis@gnu.org>
2410
2411 * amd64fbsd-tdep.c: Fix sigtramp recognition.
2412 (amd64fbsd_sigcontext_addr): Rewrite.
2413 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
2414 with correct values.
2415 (amd64fbsd_sc_reg_offset): Initialize with correct values.
2416 (amd64fbsd_init_abi): Fix typo.
2417
2418 2003-09-12 Andrew Cagney <cagney@redhat.com>
2419
2420 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
2421 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
2422
2423 2003-09-12 Andrew Cagney <cagney@redhat.com>
2424
2425 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
2426 "entry_file_highpc". Update comments.
2427 * defs.h (deprecated_inside_entry_file): Rename
2428 "inside_entry_file".
2429 * blockframe.c (deprecated_inside_entry_file): Rename
2430 "inside_entry_file".
2431 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
2432 * vax-tdep.c (vax_frame_chain): Update.
2433 * sh64-tdep.c (sh64_frame_chain): Update.
2434 * sh-tdep.c (sh_frame_chain): Update.
2435 * rs6000-tdep.c (rs6000_frame_chain): Update.
2436 * ns32k-tdep.c (ns32k_frame_chain): Update.
2437 * mips-tdep.c (mips_frame_chain): Update.
2438 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
2439 * m32r-tdep.c (m32r_frame_this_id): Update.
2440 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
2441 * frv-tdep.c (frv_frame_this_id): Update.
2442 * d10v-tdep.c (d10v_frame_this_id): Update.
2443 * cris-tdep.c (cris_frame_chain): Update.
2444 * blockframe.c (legacy_frame_chain_valid): Update.
2445 * avr-tdep.c (avr_frame_this_id): Update.
2446 * arm-tdep.c (arm_prologue_this_id): Update.
2447 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
2448 * objfiles.c (objfile_relocate): Update.
2449 * mipsread.c (mipscoff_symfile_read): Update.
2450 (mipscoff_symfile_read): Update.
2451 * mdebugread.c (parse_partial_symbols): Update.
2452 * dwarfread.c (read_file_scope): Update.
2453 * dwarf2read.c (read_file_scope): Update.
2454 * dbxread.c (read_dbx_symtab): Update.
2455 (read_dbx_symtab): Update.
2456 * coffread.c (complete_symtab): Update.
2457
2458 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
2459
2460 * top.c (quit_target): New static helper function.
2461 (quit_force): Moved code to quit_target(). Call quit_target()
2462 via catch_errors() to catch errors during quit.
2463
2464 2003-09-11 David Carlton <carlton@kealia.com>
2465
2466 * buildsym.c (finish_block): Use allocate_block to allocate the
2467 block.
2468 * mdebugread.c (new_block): Add FIXME.
2469
2470 2003-09-11 David Carlton <carlton@kealia.com>
2471
2472 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
2473 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
2474 (recursive_dump_type): Ditto.
2475 * printcmd.c (print_formatted): Ditto.
2476 * typeprint.c (print_type_scalar): Ditto.
2477 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
2478 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
2479 * cp-support.h: Declare cp_check_possible_namespace_symbols,
2480 maint_cplus_cmd_list.
2481 * cp-support.c: Make maint_cplus_cmd_list extern.
2482 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
2483 command.h.
2484 (lookup_symbol_file): Look in possible namespace blocks when
2485 appropriate.
2486 (initialize_namespace_symtab): New.
2487 (get_possible_namespace_block, free_namespace_block)
2488 (check_possible_namespace_symbols)
2489 (check_possible_namespace_symbols_loop)
2490 (check_one_possible_namespace_symbol)
2491 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2492 (_initialize_cp_namespace): Ditto.
2493 * block.h: Declare allocate_block.
2494 * block.c (allocate_block): New.
2495 * jv-lang.c (get_java_class_symtab): Allocate blocks via
2496 allocate_block.
2497 * symfile.h: Update declaration of add_psymbol_to_list.
2498 * symfile.c (add_psymbol_to_list): Return the partial symbol in
2499 question.
2500 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2501 scan_partial_symbols_call.
2502 (scan_partial_symbols): Add NAMESPACE argument; update calls to
2503 helper functions.
2504 (add_partial_symbol): If necessary, scan mangled names for names
2505 of namespaces.
2506 (add_partial_namespace): Add NAMESPACE argument; generate partial
2507 symbols associated to namespaces.
2508 (add_partial_enumeration): Add NAMESPACE argument.
2509 (new_symbol): Allow namespace syms.
2510 (read_namespace): Generate namespace syms.
2511 * objfiles.h: Add opaque declaration of struct symtab.
2512 (struct objfile): Add cp_namespace_symtab member.
2513 * objfiles.c (allocate_objfile): Set
2514 objfile->cp_namespace_symtab.
2515 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2516 dictionary_h, command_h.
2517
2518 2003-09-11 Andrew Cagney <cagney@redhat.com>
2519
2520 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2521 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2522 near the function's end.
2523 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2524 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2525 regcache_raw_write_signed to set SP_REGNUM.
2526
2527 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
2528
2529 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2530 orig_addrs is set up properly.
2531
2532 2003-09-11 Andrew Cagney <cagney@redhat.com>
2533
2534 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2535 * gdbarch.h, gdbarch.c: Re-generate.
2536 * infcall.c (call_function_by_hand): Update.
2537 * hppa-tdep.c (hppa_push_arguments): Update.
2538 * ada-lang.c (place_on_stack): Update.
2539 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2540 * sparc-tdep.c (sparc_gdbarch_init): Update.
2541 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2542 * hppa-tdep.c (hppa_gdbarch_init): Update.
2543 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2544 stack_align.
2545
2546 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
2547
2548 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2549 register do need a frame.
2550
2551 2003-09-11 Andrew Cagney <cagney@redhat.com>
2552
2553 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2554 buildable since GDB 5.0.
2555 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2556 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2557 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2558 * irix4-nat.c: Delete file.
2559 * config/mips/irix4.mh: Delete file.
2560 * config/mips/irix3.mh: Delete file.
2561 * config/mips/irix3.mt: Delete file.
2562 * config/mips/tm-irix3.h: Delete file.
2563 * config/mips/nm-irix3.h: Delete file.
2564 * config/mips/xm-irix3.h: Delete file.
2565 * config/mips/nm-irix4.h: Delete file.
2566 * config/mips/xm-irix4.h: Delete file.
2567 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2568
2569 2003-09-10 J. Brobecker <brobecker@gnat.com>
2570
2571 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2572 * Makefile.in (hppa-tdep.o): Update dependencies.
2573
2574 2003-09-10 James E Wilson <wilson@specifixinc.com>
2575
2576 * MAINTAINERS: Change my e-mail address. Move to paper trail
2577 section.
2578
2579 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2580
2581 * MAINTAINERS (frv): New ISA entry.
2582
2583 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2584
2585 * frv-tdep.c (dis-asm.h): Include.
2586 * Makefile.in (frv-tdep.o): Update dependencies.
2587
2588 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2589
2590 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2591 Fix typo for high range of floating registers.
2592
2593 2003-09-09 David Carlton <carlton@kealia.com>
2594
2595 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2596 highpc initialization here out of scan_partial_symbols.
2597 (scan_partial_symbols): Restructure into a recursive version,
2598 calling add_partial_namespace and add_partial_enumeration when
2599 appropriate.
2600 (add_partial_namespace): New.
2601 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2602
2603 2003-09-09 Andrew Cagney <cagney@redhat.com>
2604
2605 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2606 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2607 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2608 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2609
2610 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2611 (rs6000_push_dummy_call): Set the "TOC" register.
2612
2613 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2614 methods "max_register_raw_size", "max_register_virtual_size" or
2615 "register_virtual_size".
2616
2617 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2618
2619 * MAINTAINERS: Update my e-mail address.
2620
2621 2003-09-09 Andrew Cagney <cagney@redhat.com>
2622
2623 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2624 (rs6000_push_dummy_call): Store the struct return address.
2625 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2626
2627 2003-09-09 Andrew Cagney <cagney@redhat.com>
2628
2629 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2630 "ppc_sysv_abi_push_arguments".
2631 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2632 "ppc_sysv_abi_push_arguments".
2633 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2634 instead of "push_arguments".
2635 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2636
2637 2003-09-09 Andrew Cagney <cagney@redhat.com>
2638
2639 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2640 instead of CALL_DUMMY_ADDRESS.
2641
2642 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2643
2644 * p-lang.c: Eliminate "register".
2645 * c-lang.c: Ditto.
2646 * expprint.c: Ditto.
2647 * f-lang.c: Ditto.
2648 * jv-lang.c: Ditto.
2649 * language.c: Ditto.
2650 * m2-lang.c: Ditto.
2651 * parse.c: Ditto.
2652 * scm-lang.c: Ditto.
2653 * objc-lang.c: Ditto.
2654
2655 2003-09-09 Nick Clifton <nickc@redhat.com>
2656
2657 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2658
2659 2003-09-04 Andrew Cagney <cagney@redhat.com>
2660
2661 * avr-tdep.c: Include "dis-asm.h".
2662 * cris-tdep.c: Include "dis-asm.h".
2663 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2664 instead of corresponding typedef.
2665 * h8300-tdep.c: Include "dis-asm.h".
2666 * ia64-tdep.c: Include "dis-asm.h".
2667 * i386-tdep.c: Include "dis-asm.h".
2668 (i386_print_insn): Use "struct disassemble_info" instead of
2669 corresponding typedef.
2670 * m68k-tdep.c: Include "dis-asm.h".
2671 * mcore-tdep.c: Include "dis-asm.h".
2672 * mips-tdep.c: Include "dis-asm.h".
2673 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2674 instead of corresponding typedef.
2675 * ns32k-tdep.c: Include "dis-asm.h".
2676 * s390-tdep.c: Include "dis-asm.h".
2677 * sparc-tdep.c: Include "dis-asm.h".
2678 * vax-tdep.c: Include "dis-asm.h".
2679 * v850-tdep.c: Include "dis-asm.h".
2680 * mn10300-tdep.c: Include "dis-asm.h".
2681 * rs6000-tdep.c: Include "dis-asm.h".
2682 * xstormy16-tdep.c: Include "dis-asm.h".
2683 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2684 print_insn_xstormy16.
2685 * Makefile.in (v850-tdep.o): Update dependencies.
2686 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2687 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2688 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2689 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2690 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2691 (gdbarch_h): Remove $(dis_asm_h).
2692 * disasm.c: Include "dis-asm.h".
2693 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2694 corresponding typedef.
2695 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2696 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2697 * gdbarch.sh: Do not include "dis-asm.h".
2698 (struct disassemble_info): Declare opaque.
2699 (TARGET_PRINT_INSN): Update declaration.
2700 * gdbarch.h, gdbarch.c: Re-generate.
2701
2702 2003-09-08 Andrew Cagney <cagney@redhat.com>
2703
2704 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2705 CALL_DUMMY_ADDRESS, change to a predicate.
2706 * gdbarch.h, gdbarch.c: Re-generate.
2707 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2708 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2709 * infcall.c (call_function_by_hand): Ditto.
2710 * sparc-tdep.c (sparc_push_return_address): Ditto.
2711 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2712 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2713 CALL_DUMMY_ADDRESS with entry_point_address.
2714 * v850-tdep.c (v850_push_return_address): Ditto.
2715 * s390-tdep.c (s390_push_return_address): Ditto.
2716 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2717 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2718 * mcore-tdep.c (mcore_push_return_address): Ditto.
2719 * cris-tdep.c (cris_push_return_address): Ditto.
2720 * arm-tdep.c (arm_push_return_address): Ditto.
2721
2722 2003-09-08 Andrew Cagney <cagney@redhat.com>
2723
2724 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2725 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2726 and REG_UNMODIFIED to REG_SAME_VALUE.
2727 (execute_cfa_program): Update.
2728 (dwarf2_frame_cache): Update. Initialize table to
2729 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2730 location.
2731 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2732
2733 2003-09-08 Andrew Cagney <cagney@redhat.com>
2734
2735 * gnu-nat.c: Remove "inline" function attribute.
2736 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2737
2738 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2739
2740 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2741 target.
2742
2743 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2744
2745 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2746 (frame_extra_info): Rename this struct to frv_unwind_cache.
2747 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2748 Add fields ``prev_sp'' and ``base''.
2749 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2750 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2751 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2752 Delete.
2753 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2754 Revise all callers. Fill in the unwind cache argument and make
2755 other adjustments to account for new frame mechanisms.
2756 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2757 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2758 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2759 (frv_frame_unwind, frv_frame_base): New structs.
2760 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2761 additional arguments expected by this method and adjust function
2762 body accordingly.
2763 (frv_gdbarch_init): Remove calls to the following functions:
2764 set_gdbarch_deprecated_init_frame_pc(),
2765 set_gdbarch_deprecated_saved_pc_after_call(),
2766 set_gdbarch_deprecated_frame_chain(),
2767 set_gdbarch_deprecated_frame_saved_pc(),
2768 set_gdbarch_deprecated_frame_init_saved_regs(),
2769 set_gdbarch_deprecated_push_arguments(),
2770 set_gdbarch_deprecated_push_return_address(),
2771 set_gdbarch_deprecated_pop_frame(),
2772 set_gdbarch_deprecated_call_dummy_words(),
2773 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2774 set_gdbarch_deprecated_init_extra_frame_info(),
2775 set_gdbarch_deprecated_dummy_write_sp(), and
2776 set_gdbarch_deprecated_pc_in_call_dummy().
2777 Add calls to the following functions:
2778 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2779 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2780 frame_base_set_default().
2781 * Makefile.in (frv-tdep.o): Update dependencies.
2782
2783 2003-09-09 Mark Kettenis <kettenis@gnu.org>
2784
2785 * dwarf2-frame.c (read_encoded_value): Add support for
2786 DW_EH_PE_aligned encoding.
2787
2788 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2789
2790 * infrun.c (normal_stop): Don't print a message if the inferior
2791 has exited.
2792
2793 2003-09-08 Jim Blandy <jimb@redhat.com>
2794
2795 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2796 * dbxread.c: #include "gdb_assert.h".
2797 (read_dbx_symtab): If the objfile has no .data section, use the
2798 section index for the .bss section instead.
2799
2800 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2801
2802 * frame.c (deprecated_safe_get_selected_frame): New function.
2803 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2804 * findvar.c (read_var_value): Call it.
2805
2806 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
2807
2808 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2809 (sh64-tdep.o): Add dependencies.
2810 * configure.tgt: Add FIXME to sh-*-linux*.
2811 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2812 (sh_gdbarch_init): Always set correct sh_show_regs function
2813 pointer. Call sh64_gdbarch_init() if machine type is sh5.
2814 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2815 * sh64-tdep.c: New file, containing all sh64 related code from
2816 sh-tdep.c.
2817 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2818 * config/sh/linux.mt (TDEPFILES): Ditto.
2819 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2820 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2821 * config/sh/wince.mt (TDEPFILES): Ditto.
2822
2823 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2824
2825 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2826 (stop_wait_callback): Handle !lp->signalled also.
2827 (lin_lwp_has_pending, flush_callback): New functions.
2828 (lin_lwp_wait): Call flush_callback.
2829 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2830 (linux_proc_pending_signals): New function.
2831 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2832
2833 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2834
2835 From Nick Kelsey <nickk@ubicom.com>:
2836 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2837 when the stop PC is at the beginning of a function also.
2838
2839 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
2840
2841 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2842 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2843
2844 2003-09-06 Mark Kettenis <kettenis@gnu.org>
2845
2846 * sol-thread.c: Include "gdb_string.h".
2847
2848 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2849
2850 * gcore.c: Reorder include files in alphabetical order. Include
2851 "gdb_assert.h". Various coding style fixes.
2852 (derive_stack_segment, derive_heap_segment): Replace check for
2853 non-null BOTTOM and TOP with gdb_assert.
2854 (derive_heap_segment): Replace check for successful creation of
2855 ZERO with gdb_assert.
2856 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2857
2858 2003-09-04 Andrew Cagney <cagney@redhat.com>
2859
2860 * thread-db.c (verbose_dlsym): New function.
2861 (thread_db_load): Use verbose_dlsym
2862 (thread_db_new_objfile): Print that libthread_db was loaded, and
2863 that thread debugging was enabled.
2864
2865 2003-09-04 Andrew Cagney <cagney@redhat.com>
2866
2867 * configure.tgt: Add "mips64*-*-*" target. Delete
2868 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2869 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2870 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2871 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2872 mips*-sony-*, and mips64*-*-elf* targets.
2873 * config/mips/embedl.mt: Delete file.
2874 * config/mips/embedl64.mt: Delete file.
2875 * config/mips/mips.mt: Delete file.
2876 * config/mips/mips64.mt: Delete file.
2877 * config/mips/tm-embed.h: Delete file.
2878 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2879 * config/mips/embed64.mt: Delete out-of-date comment.
2880
2881 2003-09-04 Andrew Cagney <cagney@redhat.com>
2882
2883 * hppa-tdep.c (hppa_gdbarch_init): Set
2884 "have_nonsteppable_watchpoint".
2885 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2886 * mips-tdep.c (mips_dump_tdep): Do not print
2887 HAVE_NONSTEPPABLE_WATCHPOINT.
2888 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2889 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2890 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2891 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2892
2893 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2894
2895 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2896 unused code. Add comment.
2897
2898 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2899
2900 * breakpoint.c (watchpoint_check): Check for pc being in an
2901 epilogue if watchpoint frame couldn't be found.
2902
2903 2003-09-04 Andrew Cagney <cagney@redhat.com>
2904
2905 * Makefile.in: Re-generate all dependencies.
2906
2907 2003-09-03 Andrew Cagney <cagney@redhat.com>
2908
2909 * arch-utils.h (legacy_print_insn): Delete declaration.
2910 * arch-utils.c (legacy_print_insn): Delete function.
2911 * disasm.c (deprecated_tm_print_insn_info): Delete.
2912 (_initialize_disasm): Delete function, contained code initializing
2913 deprecated_tm_print_insn_info.
2914 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2915 (deprecated_tm_print_insn_info): Delete.
2916 (TARGET_PRINT_INSN): Do not provide a default.
2917 * gdbarch.h, gdbarch.c: Re-generate.
2918
2919 2003-09-03 Andrew Cagney <cagney@redhat.com>
2920
2921 * disasm.c (fprintf_disasm): New function.
2922 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2923 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2924 reverts 2003-08-14 change.
2925 (_initialize_disasm): Call "init_disassemble_info", instead of
2926 INIT_DISASSEMBLE_INFO_NO_ARCH.
2927
2928 2003-09-03 Michael Snyder <msnyder@redhat.com>
2929
2930 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2931
2932 2003-09-03 Andrew Cagney <cagney@redhat.com>
2933
2934 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2935 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2936 * symfile.c (syms_from_objfile): Update.
2937 (reread_symbols): `Update
2938 * exec.c (exec_file_attach): Update.
2939 (exec_file_attach): Update.
2940 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2941 2003-08-29 change.
2942 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2943
2944 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2945
2946 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2947 trad-frame.h.
2948 (arm_get_cache): Delete macro.
2949 (struct arm_prologue_cache): Update comments. Make saved_regs into
2950 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2951 to prev_sp.
2952 (thumb_scan_prologue): Update for cache changes. Don't call
2953 DEPRECATED_PC_IN_CALL_DUMMY.
2954 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2955 argument and use it in desperation search for our prologue. Do not
2956 search past the specified PC.
2957 (arm_make_prologue_cache): Simplify.
2958
2959 (arm_prologue_this_id, arm_prologue_prev_register)
2960 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2961 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2962 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2963 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2964 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2965
2966 (arm_frame_chain_valid, arm_find_callers_reg)
2967 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2968 (arm_pop_frame): Delete obsolete methods.
2969 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2970
2971 (arm_gdbarch_init): Update for new frame methods. Register prologue
2972 and sigtramp unwinders. Set the default frame base method.
2973
2974 * Makefile.in (arm-tdep.o): Update dependencies.
2975 * varobj.c (find_frame_addr_in_frame_chain): Call
2976 get_frame_base_address.
2977 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2978
2979 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2980
2981 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2982 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2983 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2984 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2985 Take NEXT_FRAME and CACHE arguments. Call
2986 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2987 Set unwound_pc in CACHE instead of modifying the frame argument.
2988 Don't bother checking the frame type when looking for sigtramp
2989 frames.
2990 (arm_make_prologue_cache, arm_frame_chain)
2991 (arm_init_extra_frame_info): New functions.
2992
2993 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2994
2995 * arm-tdep.c (arm_get_cache): Define.
2996 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2997 unwound_sp, unwound_pc, and saved_regs.
2998 (thumb_scan_prologue): Take a cache instead of the frame.
2999 (arm_scan_prologue): Likewise.
3000 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
3001 instead of a temporary frame.
3002 (arm_init_extra_frame_info): Allocate and use a cache.
3003 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
3004
3005 2003-09-03 Andrew Cagney <cagney@redhat.com>
3006
3007 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
3008 * config/mips/wince.mt (TM_CLIBS): Ditto.
3009 * config/sh/wince.mt (TM_CLIBS): Ditto.
3010 * config/pa/hppa64.mt (TM_CLIBS): Delete.
3011 * config/sparc/sp64.mt (CC): Delete.
3012
3013 2003-09-03 Andrew Cagney <cagney@redhat.com>
3014
3015 * defs.h: Do not include "arch-utils.h".
3016 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
3017 GDB_MULTI_ARCH_PURE.
3018 * configure.in (GDB_MULTI_ARCH): Do not define.
3019 * configure, config.in: Regenerate.
3020 * configure.tgt: Do not set variable "gdb_multi_arch".
3021 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
3022 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
3023 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
3024 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
3025 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
3026 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
3027 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
3028 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
3029 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
3030 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
3031 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
3032 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
3033 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
3034 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
3035 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
3036 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
3037 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
3038 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
3039
3040 2003-08-30 Michael Chastain <mec@shout.net>
3041
3042 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
3043 * config/m68k/nm-hp300hpux.h: Delete.
3044 * config/m68k/tm-hp300hpux.h: Delete.
3045 * config/m68k/xm-hp300hpux.h: Delete.
3046 * config/m68k/xm-hp300bsd.h: Delete.
3047 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
3048 tm-hp300hpux.h, xm-hp300hpux.h.
3049 * somsolib.c: Remove comment about hp300 shared libraries.
3050
3051 2003-08-31 Mark Kettenis <kettenis@gnu.org>
3052
3053 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
3054 Only define PTRACE_GET_THREAD_AREA is not already defined.
3055 Various style fixes in code and comments and some additional
3056 spelling fixes in comments. Move after functions dealing with
3057 debug registers.
3058 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
3059 Fix coding-style.
3060
3061 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
3062 frame_unwind_register_unsigned instead of
3063 frame_unwind_unsigned_register.
3064
3065 2003-08-30 Mark Kettenis <kettenis@gnu.org>
3066
3067 * configure.in: Search for gethostbyname in libnsl.
3068 * configure: Regenerated.
3069
3070 2003-08-29 Mark Kettenis <kettenis@gnu.org>
3071
3072 * configure.in: Remove redundant AC_MSG_RESULT in check for
3073 uintptr_t in stdint.h.
3074 * configure: Regenerated.
3075
3076 * amd64-nat.h (struct regcache): Add opaque declaration.
3077
3078 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
3079 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
3080 Change "register array" to "register cache" in comments.
3081 (x86_64_linux_gregset64_reg_offset): New variable.
3082 (GETREGS_SUPPLIES): Remove macro.
3083 (supply_gregset): Call amd64_supply_native_gregset instead of
3084 x86_64_linux_supply_gregset.
3085 (fill_gregset): Rename `regno' to `regnum'. Call
3086 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
3087 (store_regs): Rename `regno' to `regnum'.
3088 (store_fpregs): Rename `regno' to `regnum'.
3089 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
3090 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3091 Reorganize function a bit.
3092 (store_inferior_registers): Rename `regno' to `regnum'. Use
3093 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3094 Reorganize function a bit.
3095 (_initialize_x86_64_linux_nat): New function.
3096 * config/i386/x86-64linux.mh.
3097
3098 2003-08-29 Andrew Cagney <cagney@redhat.com>
3099
3100 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
3101 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
3102 (target_remove_watchpoint): Delete macro.
3103 (target_insert_watchpoint): Delete macro.
3104 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
3105 (remote_mips_stopped_by_watchpoint): Delete declaration.
3106 (remote_mips_remove_watchpoint): Delete declaration.
3107 (remote_mips_set_watchpoint): Delete declaration.
3108 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
3109 * remote-mips.c (_initialize_remote_mips): Set
3110 "to_insert_watchpoint", "to_stopped_by_watchpoint",
3111 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
3112 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
3113 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
3114 (mips_stopped_by_watchpoint): Rename
3115 remote_mips_stopped_by_watchpoint.
3116 (mips_can_hardware_watchpoint): Rename
3117 remote_mips_can_use_hardware_watchpoint, update function
3118 signature.
3119
3120 2003-08-29 Mark Kettenis <kettenis@gnu.org>
3121
3122 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
3123 USER_DS. We haven't given them a register number yet.
3124
3125 * amd64-nat.h: New file.
3126 * amd64-nat.c: New file.
3127 * amd64fbsd-nat.c: Include "amd64-nat.h".
3128 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
3129 (amd64fbsd32_r_reg_offset): New variable.
3130 (supply_gregset): Simply call amd64_supply_native_gregset.
3131 (fill_gregset): Rename `regno' to `regnum'. Simply call
3132 amd64_collect_native_gregset.
3133 (fill_fpregset): Rename `regno' to `regnum'.
3134 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
3135 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3136 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3137 `fpregset_t'. Call amd64_supply_native_gregset instead of
3138 supply_gregset. Call x86_64_supply_fxsave instead of
3139 supply_fpregset.
3140 (store_inferior_registers): Rename `regno' to `regnum'. Replace
3141 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3142 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3143 `fpregset_t'. Call amd64_collect_native_gregset instead of
3144 fill_gregset. Call x86_64_collect_fxsave instead of
3145 fill_fpregset.
3146 (_initialize_am64fbsd_nat): Initialize
3147 amd64_native_gregset32_reg_offset and
3148 amd64_native_gregset64_reg_offset.
3149 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
3150
3151 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
3152 null pointer. Fix typo in comment.
3153
3154 * regcache.c (supply_register): Reimplement to call
3155 regcache_raw_supply.
3156 (regcache_collect): Reimplement by calling regcache_raw_collect.
3157
3158 2003-08-28 Mark Kettenis <kettenis@gnu.org>
3159
3160 * regcache.c (register_buffer): Consitify first argument.
3161 (regcache_raw_supply, regcache_raw_collect): New
3162 functions.
3163
3164 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
3165
3166 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
3167 by Nathan J. Williams.
3168
3169 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
3170
3171 * lin-lwp.c (wait_lwp): New function, copied from
3172 stop_wait_callback. Clean up.
3173 (stop_wait_callback): Use wait_lwp.
3174
3175 2003-08-28 Andrew Cagney <cagney@redhat.com>
3176
3177 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
3178 flavour and disassembler options.
3179 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
3180 (mips_gdbarch_init): Set "print_insn". Delete initialization of
3181 deprecated_tm_print_insn_info.
3182
3183 2003-08-27 Andrew Cagney <cagney@redhat.com>
3184
3185 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
3186 Use target_read_memory.
3187 (s390_get_frame_info): Update. Do not reference
3188 deprecated_tm_print_insn_info.
3189 (s390_check_function_end, s390_is_sigreturn): Ditto.
3190
3191 2003-08-27 Andrew Cagney <cagney@redhat.com>
3192
3193 * Makefile.in (cris-tdep.o): Update dependencies.
3194 * cris-tdep.c: Include "gdb_assert.h".
3195 (cris_gdbarch_init): Set print_insn.
3196 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
3197 (cris_delayed_get_disassembler): Simplify, directly call the
3198 disassembler returned by cris_get_disassembler.
3199 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
3200 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
3201 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
3202 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
3203 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
3204 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
3205 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
3206 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
3207 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
3208 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
3209 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
3210 (gdb_print_insn_sparc): Delete function.
3211 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
3212 deprecated_tm_print_insn_info.
3213 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
3214 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
3215 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
3216 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
3217 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
3218 * s390-tdep.c (gdb_print_insn_s390): Delete function.
3219 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
3220 (s390_gdbarch_init): Set print_insn.
3221
3222 2003-08-27 Andrew Cagney <cagney@redhat.com>
3223
3224 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
3225 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
3226 * infcall.c (call_function_by_hand): Convert the entry point
3227 address into a code address.
3228
3229 2003-08-27 Andrew Cagney <cagney@redhat.com>
3230
3231 * dsrec.c: Include "gdb_string.h".
3232 * Makefile.in (dsrec.o): Update dependencies.
3233
3234 2003-08-27 Michael Chastain <mec@shout.net>
3235
3236 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
3237
3238 2003-08-27 Andrew Cagney <cagney@redhat.com>
3239
3240 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
3241 (alpha_osf1_init_abi): Do not set call_dummy_address.
3242
3243 2003-08-27 David Carlton <carlton@kealia.com>
3244
3245 From Randolph Chung <tausq@debian.org>:
3246 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
3247 compiles with -Wformat-nonliteral -Werror.
3248
3249 2003-08-26 Jim Blandy <jimb@redhat.com>
3250
3251 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
3252 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
3253 bfd_lookup_symbol, since we only want symbols in code sections.
3254 (look_for_base): Pass zero as the SECT_FLAGS argument to
3255 bfd_lookup_symbol, since we're not concerned about which section
3256 the symbol is in.
3257
3258 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3259
3260 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
3261 we are frameless or the return address register is already known.
3262
3263 2003-08-26 Andrew Cagney <cagney@redhat.com>
3264
3265 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
3266 in size. Add comments.
3267
3268 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3269
3270 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
3271 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
3272
3273 2003-08-26 Jason Merrill <jason@redhat.com>
3274
3275 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
3276 case out of #ifdef MIPS block.
3277
3278 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
3279
3280 PR java/1322
3281 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
3282 available before calling SECT_OFF_TEXT.
3283 * PROBLEMS: Remove description of java/1322.
3284
3285 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
3286
3287 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
3288 bof, and nat0-nat127 as pseudo-registers.
3289 (ia64_frame_cache): New struct used to cache frame info.
3290 (ia64_register_reggroup_p): New routine used to override default
3291 register grouping so registers without names are still saved and
3292 restored.
3293 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
3294 pseudo values.
3295 (ia64_pseudo_register_read): New routine to read pseudo-registers.
3296 (ia64_pseudo_register_write): New routine to write pseudo-registers.
3297 (ia64_alloc_frame_cache): New routine to create a new
3298 ia64_frame_cache.
3299 (examine_prologue): Change prototype to add next_frame pointer.
3300 Assume frameless until otherwise proven. Verify that the cfm for
3301 current frame matches the cfm that should occur for the prologues
3302 alloc insn and if equal, mark as not frameless. At end of routine,
3303 if not frameless, calculate registers for the previous frame and store
3304 in the cache, if a cache is provided.
3305 (ia64_skip_prologue): Use new prototype when calling examine_prologue
3306 and pass 0 for next_frame.
3307 (ia64_store_return_value): Change to use convert_typed_floating()
3308 instead of calling ia64_convert_to_raw().
3309 (ia64_extract_return_value): Change to use convert_typed_floating()
3310 instead of calling ia64_convert_to_virtual().
3311 (ia64_frame_cache): New routine to support new frame model.
3312 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
3313 (ia64_frame_sniffer): Ditto.
3314 (ia64_sigtramp_frame_init_saved_regs): Ditto.
3315 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
3316 (ia64_sigtramp_frame_prev_register): Ditto.
3317 (ia64_sigtramp_frame_sniffer): Ditto.
3318 (ia64_frame_base_address): Ditto.
3319 (ia64_extract_struct_value_address): Change to issue error message.
3320 (ia64_frame_align): New routine to align sp.
3321 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
3322 (ia64_push_arguments): Removed. Logic moved to
3323 ia64_push_dummy_call().
3324 (ia64_push_return_address): Ditto.
3325 (ia64_unwind_dummy_id): New function.
3326 (ia64_unwind_pc): Ditto.
3327 (ia64_convert_register_p): Ditto.
3328 (ia64_register_to_value): Ditto.
3329 (ia64_value_to_register): Ditto.
3330 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
3331 (ia64_register_byte, ia64_register_raw_size): Ditto.
3332 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
3333 (ia64_saved_pc_after_call): Ditto.
3334 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
3335 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
3336 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
3337 (ia64_register_convert_to_raw): Ditto.
3338 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
3339 (ia64_init_extra_frame_info): Ditto.
3340 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
3341 (ia64_gdbarch_init): Remove registering of deprecated functions that
3342 are no longer used. Add registration of new gdbarch functions.
3343 Remove registering deprecated_write_sp. Replace
3344 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
3345 Delete set_gdbarch_deprecated_register_convertible(),
3346 set_gdbarch_deprecated_register_convert_to_virtual(), and
3347 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
3348 set_gdbarch_deprecated_register_size(),
3349 set_gdbarch_deprecated_register_bytes(),
3350 set_gdbarch_pcregnum(),
3351 set_gdbarch_deprecated_register_byte(),
3352 set_gdbarch_deprecated_register_raw_size(),
3353 set_gdbarch_deprecated_max_register_raw_size(),
3354 set_gdbarch_deprecated_register_virtual_size(),
3355 and set_gdbarch_deprecated_max_register_virtual_size() calls.
3356 Replace set_gdbarch_deprecated_extract_return_value() with
3357 set_gdbarch_extract_return_value(). Remove calls to:
3358 set_gdbarch_deprecated_saved_pc_after_call();
3359 set_gdbarch_deprecated_frame_chain(),
3360 set_gdbarch_deprecated_frame_saved_pc(),
3361 set_gdbarch_deprecated_frame_init_saved_regs(),
3362 set_gdbarch_deprecated_get_saved_register(),
3363 set_gdbarch_deprecated_call_dummy_words(),
3364 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3365 set_gdbarch_deprecated_init_extra_frame_info(),
3366 set_gdbarch_deprecated_frame_args_address(),
3367 set_gdbarch_deprecated_frame_locals_address(),
3368 and set_gdbarch_deprecated_dummy_write_sp().
3369 Add set_gdbarch_convert_register_p(),
3370 set_gdbarch_register_to_value(),
3371 set_gdbarch_value_to_register(),
3372 set_gdbarch_push_dummy_call(),
3373 set_gdbarch_frame_align(),
3374 set_gdbarch_unwind_dummy_id(),
3375 set_gdbarch_unwind_pc(),
3376 frame_unwind_append_sniffer(),
3377 frame_unwind_append_sniffer(),
3378 and frame_base_set_default().
3379
3380 2003-08-25 Chris Demetriou <cgd@broadcom.com>
3381
3382 * configure.tgt: Document need for special "mipsisa64" handling.
3383 (mipsisa64*-*-linux64): Handle as target linux64.
3384 (mipsisa64*-*-*): Handle as target embed64.
3385
3386 2003-08-18 Michael Chastain <mec@shout.net>
3387
3388 * PROBLEMS: Document pr gdb/1322, the Java anonymous
3389 objfile bug.
3390
3391 2003-08-24 Mark Kettenis <kettenis@gnu.org>
3392
3393 * i387-tdep.h: Update copyright date.
3394 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
3395
3396 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
3397 CFLAGS games to reflect reality.
3398
3399 2003-08-24 Andrew Cagney <cagney@redhat.com>
3400
3401 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
3402 GDB_MULTI_ARCH is always non-zero.
3403 * osabi.c (_initialize_gdb_osabi): Ditto.
3404 (gdbarch_init_osabi): Ditto.
3405 * sparc-tdep.c: Ditto for #if code.
3406
3407 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3408
3409 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
3410 Update comments.
3411 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
3412 comments.
3413 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
3414 x86_64_supply_fxsave.
3415 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
3416 x86_64_supply_fxsave.
3417 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
3418 x86_64_supply_fxsave.
3419
3420 2003-08-23 Andreas Jaeger <aj@suse.de>
3421
3422 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
3423 i387_supply_fxsave.
3424
3425 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3426
3427 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
3428 i387_supply_register.
3429 (go32_fetch_registers): Adjust call to i387_supply_fsave.
3430 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
3431 i387_supply_fsave.
3432 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
3433 i387_supply_fxsave.
3434 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
3435 i387_supply_fsave.
3436 * i386bsd-nat.c (supply_fpregset): Adjust call to
3437 i387_supply_fsave.
3438 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
3439 call to i387_supply_fxsave. Call i387_supply_fsave instead of
3440 supply_fpregset.
3441 (store_inferior_registers): Remove extraneous whitespace. Call
3442 i387_fill_fsave instead of fill_fpregset.
3443 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
3444 (supply_fpregset): Likewise.
3445 * i386v4-nat.c (supply_fpregset): Adjust call to
3446 i387_supply_fsave.
3447 * i386-interix-nat.c (supply_fpregset): Adjust call to
3448 i387_supply_fsave.
3449 * i386-linux-nat.c (supply_fpregset): Adjust call to
3450 i387_supply_fsave.
3451 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
3452 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
3453 i387supply_fsave and i387_supply_fxsave.
3454 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
3455 Incorporate code from `i387_supply_register.
3456 (i387_supply_register): Remove.
3457 (i387_supply_fxsave): Add `regnum' argument.
3458 Update comments.
3459 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
3460 prototype.
3461 (i387_supply_register): remove prototype.
3462 Update comments.
3463
3464 2003-08-22 Michael Chastain <mec@shout.net>
3465
3466 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
3467 Add lines for files in gdb/testsuite/gdb.cp/* that are
3468 still not 8.3 unique.
3469
3470 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
3471
3472 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
3473 TYPE_VPTR_FIELDNO is valid.
3474
3475 2003-08-19 Mark Kettenis <kettenis@gnu.org>
3476
3477 * utils.c (set_width_command): Remove prototypes.
3478 (set_screen_size): New prototype.
3479 (init_page_info): Simplify by fetching the screen size from
3480 Readline. Call set_screen_size.
3481 (set_screen_size): New function.
3482 (set_width): Add missing whitespace in comment.
3483 (set_width_command): Call set_screen_size.
3484 (set_height_command): New function.
3485 (initialize_utils): Fix formatting. Make "set height" command
3486 call set_height_command. Remove redundant code that turns off
3487 pagination if output isn't a terminal. Remove redundant call to
3488 set_width_command.
3489
3490 2003-08-22 Mark Kettenis <kettenis@gnu.org>
3491
3492 * sparc64-tdep.h (sparc64_regnum): Fix comment.
3493 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3494 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3495 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3496 `case' keyword.
3497 (sparc64_register_info): Give the reister with number
3498 SPARC64_STATE_REGNUM a name.
3499 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3500 %asi and %ccr.
3501 (sparc64_push_dummy_call): Take BIAS into account when checking
3502 stcak alignment.
3503 (sparc_software_single_step): Remove assertions that check whether
3504 NPC and NNPC were zero.
3505 (sparc_supply_rwindow): Make public. Merge functionality with
3506 sparc64_supply_rwindow.
3507 (sparc_fill_rwindow): Make public. Merge functionality with
3508 sparc64_fill_rwindow.
3509 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3510 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3511 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3512 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3513 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3514
3515 * reggroups.c: Add whitespace after declarations of local
3516 variables in functions.
3517
3518 2003-08-21 Michael Chastain <mec@shout.net>
3519
3520 * gdbtypes.h: Change array bound type from an int to enum.
3521
3522 2003-08-21 Andrew Cagney <cagney@redhat.com>
3523
3524 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3525 * config/sparc/tm-sparc.h: Ditto.
3526 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3527 unconditionally.
3528 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3529
3530 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3531
3532 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3533 (register_objfile_data, set_objfile_data, objfile_data): New
3534 prototypes.
3535 * objfiles.c (objfile_alloc_data, objfile_free_data): New
3536 prototypes.
3537 (allocate_objfile): Call objfile_alloc_data.
3538 (free_objfile): Call objfile_free_data.
3539 (struct objfile_data): New.
3540 (struct objfile_data_registration): New.
3541 (struct objfile_data_registry): New.
3542 (objfile_data_registry): New variable.
3543 (register_objfile_data): New function.
3544 (objfile_alloc_data, objfile_free_data): New functions.
3545 (set_objfile_data, objfile_data): New functions.
3546 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3547 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3548 (_initialize_dwarf2_frame): New function and prototype.
3549
3550 2003-08-21 Andrew Cagney <cagney@redhat.com>
3551
3552 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3553 a specific architecture.
3554 * arch-utils.h (set_architecture_from_arch_mach): Delete
3555 declaration.
3556 (target_architecture_hook): Delete declaration.
3557 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3558 (default_float_format): Assume GDB_MULTI_ARCH.
3559 (default_double_format): Assume GDB_MULTI_ARCH.
3560 (set_endian_from_file): Delete function.
3561 (arch_ok): Delete function.
3562 (set_arch): Delete function.
3563 (set_architecture_from_arch_mach): Delete function.
3564 (set_architecture_from_file): Delete function.
3565 (set_architecture): Assume GDB_MULTI_ARCH.
3566 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3567
3568 2003-08-21 Mark Kettenis <kettenis@gnu.org>
3569
3570 Rewrite FreeBSD/sparc64 native configuration.
3571 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3572 * sparc64fbsd-nat.c: New file.
3573 * sparc64fbsd-tdep.c: New file.
3574 * sparc64-tdep.c sparc64-tdep.h: New files.
3575 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3576 sparc64fbsd-tdep.o): New dependencies.
3577 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3578 and sparc64fbsd-tdep.c.
3579 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3580 * config/sparc/fbsd.mh: Remove copyright notice.
3581 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3582 sparcbsd-nat.o.
3583 * config/sparc/fbsd.mt: Remove copyright notice.
3584 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3585 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3586 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3587 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3588 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3589 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3590 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3591 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3592 "sparc/tm-sp64.h".
3593 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3594 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3595
3596 2003-08-21 Michael Chastain <mec@shout.net>
3597
3598 * symtab.h: Add doco on the space critical structures and
3599 some measurements of space usage.
3600
3601 2003-08-21 Michael Snyder <msnyder@redhat.com>
3602
3603 * tracepoint.c (trace_dump_command): Trace break address
3604 is subject to DECR_PC_AFTER_BREAK.
3605 (set_traceframe_context): Make "trace_line" an int.
3606 Fixes suggested by Mark Newman <mark.newman@lmco.com>
3607
3608 2003-08-20 Michael Snyder <msnyder@redhat.com>
3609
3610 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
3611 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3612 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
3613 argument passing.
3614 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
3615 functions, replace sh_push_dummy_call.
3616 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3617
3618 2003-08-20 Michael Chastain <mec@shout.net>
3619
3620 * gdbtypes.h (struct main_type): Rearrange to save space.
3621
3622 2003-08-20 Michael Snyder <msnyder@redhat.com>
3623
3624 * trad-frame.c: Comment typo fix.
3625
3626 2003-08-20 Michael Snyder <msnyder@redhat.com>
3627 Kevin Buettner <kevinb@redhat.com>
3628
3629 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3630 (frv_frame_init_saved_regs): Add declaration.
3631 (frame_extra_info): Add new field ``saved_regs''.
3632 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3633 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3634 Update frame related code.
3635 (frv_extract_struct_value_address): Adjust formatting.
3636 * Makefile.in (frv-tdep.o): Update dependencies.
3637 * config/frv/tm-frv.h (target_insert_watchpoint)
3638 (target_remove_watchpoint, target_insert_hw_breakpoint)
3639 (target_remove_hw_breakpoint): Delete these macros.
3640 (remote_insert_watchpoint, remote_remove_watchpoint)
3641 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3642 these declarations.
3643
3644 2003-08-20 Michael Chastain <mec@shout.net>
3645
3646 * defs.h (ENUM_BITFIELD): New macro.
3647 * symtab.h (ENUM_BITFIELD): Use it.
3648 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3649
3650 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3651
3652 * MAINTAINERS (write after approval): Add myself.
3653
3654 2003-08-18 Andrew Cagney <cagney@redhat.com>
3655
3656 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3657 * gdbarch.h, gdbarch.c: Re-generate.
3658 * infcall.c (call_function_by_hand): Adjust the SP by
3659 frame_red_zone_size before allocating any stack space.
3660 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3661 * x86-64-tdep.c (x86_64_frame_align): New function.
3662 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3663
3664 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3665 Remove code adjusting SP so that it skips over the Red Zone.
3666
3667 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3668
3669 * NEWS (New native configurations): Mention FreeBSD/amd64.
3670
3671 2003-08-18 Andrew Cagney <cagney@redhat.com>
3672
3673 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3674 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3675 "m68k_frame_p".
3676 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3677
3678 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3679
3680 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3681
3682 2003-08-18 Michal Ludvig <mludvig@suse.cz>
3683
3684 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3685 Define.
3686 * i386-linux-nat.c: Include "linux-nat.h".
3687 (child_post_startup_inferior): New function.
3688
3689 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3690
3691 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3692 at the start of a frameless function. This probably fixes PR
3693 backtrace/1338.
3694
3695 2003-08-17 Michael Chastain <mec@shout.net>
3696
3697 * symfile.c (find_sym_fns): Remove special case for apollo target.
3698
3699 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3700
3701 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3702 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3703 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3704 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3705 (linux_supports_tracevforkdone): New function.
3706 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3707 TRACEVFORKDONE.
3708 (child_follow_fork): Handle vfork.
3709 (linux_handle_extended_wait): Likewise. Also handle exec.
3710 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3711 * NEWS: Mention fork tracing.
3712
3713 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3714
3715 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3716
3717 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3718
3719 * Makefile.in (i386-linux-nat.o): Update dependencies.
3720 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3721 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3722 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3723 * i386-linux-nat.c: Include "linux-nat.h".
3724 (child_post_startup_inferior): New function.
3725 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3726 * infptrace.c (kill_inferior): Wrap in #ifdef.
3727 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3728 attaching to each LWP.
3729 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3730 (init_lin_lwp_ops): Fill in some more operations.
3731 * linux-nat.h (linux_enable_event_reporting)
3732 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3733 prototypes.
3734 * linux-nat.c (linux_enable_event_reporting): New function.
3735 (child_post_attach, linux_child_post_startup_inferior)
3736 (child_post_startup_inferior, child_follow_fork)
3737 (linux_handle_extended_wait, kill_inferior): New functions.
3738
3739 2003-08-16 Andrew Cagney <cagney@redhat.com>
3740
3741 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3742 * gdbarch.h, gdbarch.c: Re-generate.
3743
3744 2003-08-16 Mark Kettenis <kettenis@gnu.org>
3745
3746 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3747
3748 2003-08-16 Andrew Cagney <cagney@redhat.com>
3749
3750 * NEWS: Mention that "set prompt-escape-char" was deleted.
3751 * top.c (get_prompt_1): Delete function.
3752 (gdb_prompt_escape):
3753 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3754 prompt-escape-char" command.
3755 (MAX_PROMPT_SIZE): Delete macro.
3756 (get_prompt): Simplify, do not call get_prompt_1.
3757
3758 2003-08-16 Andrew Cagney <cagney@redhat.com>
3759
3760 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3761 -Werror. -Wformat-nonliteral problems.
3762
3763 2003-08-15 J. Brobecker <brobecker@gnat.com>
3764
3765 Further multiarching work mostly for hppa64-*-hpux11:
3766 * hppa-tdep.h: New file.
3767 * hppa-tdep.c: #include hppa-tdep.c.
3768 (hppa32_num_regs): Renamed from hppa_num_regs.
3769 (hppa64_num_regs): New constant.
3770 (hppa64_call_dummy_breakpoint_offset): New constant.
3771 (hppa32_call_dummy_length): New constant.
3772 (hppa64_call_dummy_length): New constant.
3773 (hppa32_stack_align): Make name 32bit explicit.
3774 (hppa32_register_virtual_type): Likewise.
3775 (hppa32_extract_return_value): Likewise.
3776 (hppa32_use_struct_convention): Likewise.
3777 (hppa32_store_return_value): Likewise.
3778 (hppa64_register_virtual_type): New function.
3779 (hppa64_extract_return_value): New function.
3780 (hppa64_use_struct_convention): New function.
3781 (hppa64_store_return_value): New function.
3782 (hppa_frame_locals_address): Remove declaration, function does
3783 not exist anymore.
3784 (hppa_register_byte): Add support for PA64 ABI.
3785 (hppa_gdbarch_init): Add support for PA64 ABI.
3786 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3787 Make name 32bit explicit.
3788 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3789 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3790 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3791 (hppa64_hpux_frame_base_before_sigtramp): New function.
3792 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3793 * config/pa/tm-hppa64.h: Remove macros that are no longer
3794 necessary now that the gdbarch vector is properly setup.
3795 Transform some macros into function calls. Some minor cleanup.
3796 * config/pa/tm-hppah.h: Update function calls in macros
3797 following the function renaming in hppa-hpux-tdep.c.
3798 * Makefile.in (hppa_tdep_h): New variable.
3799 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3800
3801 2003-08-14 Michael Snyder <msnyder@redhat.com>
3802
3803 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3804
3805 2003-08-13 J. Brobecker <brobecker@gnat.com>
3806
3807 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3808 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3809 routine.
3810
3811 2003-08-13 Michael Snyder <msnyder@redhat.com>
3812
3813 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3814 (frv_saved_pc_after_call): Use deprecated ftype.
3815 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3816 (frv_remote_translate_xfer_address): Remove.
3817 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3818
3819 2003-08-13 J. Brobecker <brobecker@gnat.com>
3820
3821 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3822 initialization after the common gdbarch initialization, not before.
3823
3824 2003-08-13 J. Brobecker <brobecker@gnat.com>
3825
3826 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3827 (ADDR_BITS_REMOVE): Remove, redundant.
3828
3829 2003-08-13 J. Brobecker <brobecker@gnat.com>
3830
3831 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3832 gdbarch method to clear the 2 low bits of text addresses.
3833
3834 2003-08-12 Andrew Cagney <cagney@redhat.com>
3835
3836 * Makefile.in (dsrec.o): Update dependencies.
3837 * dsrec.c: Include "gdb_assert.h".
3838 (make_srec): Use snprintf instead of sprintf, use a literal format
3839 string.
3840
3841 2003-08-12 Andrew Cagney <cagney@redhat.com>
3842
3843 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3844 FRAME_OBSTACK_ZALLOC.
3845
3846 2003-08-12 Kevin Buettner <kevinb@redhat.com>
3847
3848 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3849 SSE registers.
3850
3851 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3852
3853 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3854 amd64fbsd_sc_reg_offset): Add extern declarations.
3855 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3856 declarations.
3857
3858 2003-08-11 Ben Elliston <bje@wasabisystems.com>
3859
3860 * MAINTAINERS (write after approval): Update my mail address.
3861
3862 2003-08-10 Andrew Cagney <cagney@redhat.com>
3863
3864 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3865
3866 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3867
3868 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3869 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3870 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3871 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3872 i386bsd_sc_reg_offset): Add extern declarations.
3873 * i386obsd-nat.c: Include "i386-tdep.h"
3874 (_initialize_i386obsd_nat): Remove extern declarations.
3875 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3876 declarations.
3877 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3878 declarations.
3879
3880 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3881 instead of frame_read_register.
3882 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3883 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3884 SP_REGNUM.
3885 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3886 instead of frame_unwind_unsigned_register. Use
3887 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3888 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3889 instead of read_register. Use builtin_type_void_data_ptr instead
3890 of builtin_type_void_func_ptr when extracting the address of the
3891 jmp_buf.
3892 (i386_extract_return_value, i386_store_return_value,
3893 i386_pseudo_register_read, i386_pseudo_register_write): Use
3894 register_size instead REGISTER_RAW_SIZE.
3895
3896 2003-08-10 Andrew Cagney <cagney@redhat.com>
3897
3898 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3899 sprintf. Make "name" constant.
3900
3901 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3902
3903 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3904 instead of frame_read_register.
3905 (i387_print_float_info): Use get_frame_register and
3906 get_frame_register_unsigned instead of frame_register_read.
3907
3908 * i386fbsd-nat.c: Include "i386-tdep.h".
3909 (child_resume): Make `eflags' an ULONGEST. Use
3910 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3911 instead of register_read and register_write.
3912
3913 * i386bsd-nat.c (fetch_inferior_registers,
3914 store_inferior_registers): Don't use && at the end of a line.
3915 (_initialize_i386bsd_nat): Fix typo.
3916
3917 * frame.c (_initialize_frame): Add missing backslash.
3918
3919 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3920 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3921 and supply_register instead of manipulating the register buffer
3922 directly.
3923
3924 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3925 * config/i386/nm-i386sol2.h
3926 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3927
3928 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3929 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3930 instructions that GCC likes to mingle into the prologue. Fixes
3931 gdb/1253 and gdb/1255.
3932
3933 2003-08-09 Andrew Cagney <cagney@redhat.com>
3934
3935 Fix GDB PR cli/926.
3936 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3937 * command.h (add_setshow_uinteger_cmd): Declare.
3938 * frame.c (set_backtrace_cmd): New function.
3939 (show_backtrace_cmd): New function.
3940 * frame.c (_initialize_frame): Replace "set/show
3941 backtrace-below-main" with "set/show backtrace past-main". Add
3942 command "set/show backtrace limit".
3943 (backtrace_past_main): Rename "backtrace_below_main".
3944 (backtrace_limit): New variable.
3945 (get_prev_frame): Update. Check the backtrace_limit.
3946
3947 2003-08-09 Andrew Cagney <cagney@redhat.com>
3948
3949 * defs.h (xstrprintf): Declare.
3950 * utils.c (xstrprintf): New function.
3951 * breakpoint.c (insert_breakpoints): Replace sprintf and
3952 non-literal format strings, with xstrprintf and cleanups.
3953 (delete_breakpoint,breakpoint_re_set): Ditto.
3954 (commands_command, insert_breakpoints): Ditto.
3955 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3956 (break_at_finish_command_1): Ditto.
3957
3958 2003-08-09 Andrew Cagney <cagney@redhat.com>
3959
3960 * MAINTAINERS (language support): List Adam Fedor as Objective C
3961 maintainer.
3962
3963 2003-08-08 J. Brobecker <brobecker@gnat.com>
3964
3965 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3966 are now multiarched.
3967
3968 2003-08-08 J. Brobecker <brobecker@gnat.com>
3969
3970 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3971 longer necessary now that hppa64 is partially multiarch'ed.
3972
3973 2003-08-08 Andrew Cagney <cagney@redhat.com>
3974
3975 * interps.c (interp_set): Check for a NULL "old_interp".
3976
3977 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3978
3979 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3980 (install-only): Support DESTDIR.
3981 (uninstall): Likewise.
3982 (install-gdbtk): Likewise.
3983
3984 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
3985
3986 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3987 contains something meaningful at all times.
3988
3989 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
3990
3991 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
3992
3993 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
3994
3995 * MAINTAINERS (write after approval): Added self.
3996
3997 2003-08-07 Andrew Cagney <cagney@redhat.com>
3998
3999 * inferior.h (AT_SYMBOL): Define.
4000 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
4001 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
4002 * mips-tdep.c (mips_call_dummy_address): Delete function.
4003 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
4004 set call_dummy_address.
4005
4006 2003-08-07 Andrew Cagney <cagney@redhat.com>
4007
4008 * language.c (op_error): Delete function.
4009 (binop_type_check): Delete function.
4010 * language.h (type_op_error, range_op_error): Delete macros.
4011 (op_error): Delete declaration.
4012
4013 2003-08-07 Andrew Cagney <cagney@redhat.com>
4014
4015 * interps.h (INTERP_MI2, INTERP_MI3): Define.
4016
4017 2003-08-07 Michal Ludvig <mludvig@suse.cz>
4018
4019 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
4020 (x86_64_push_arguments): Skip the red zone.
4021
4022 2003-08-05 Andrew Cagney <cagney@redhat.com>
4023
4024 * reggroups.c (reggroup_next): Check for the final entry.
4025
4026 2003-08-04 Andrew Cagney <cagney@redhat.com>
4027
4028 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
4029 * cli/cli-script.c (define_command): Call query directly, instead
4030 of passing it a buffer.
4031 * ocd.c (ocd_error): Pass error a constant format string.
4032 * remote-mips.c (mips_error): Use fputs_filtered.
4033
4034 * solib-svr4.c (_initialize_svr4_solib): Update
4035 register_gdbarch_data call.
4036 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
4037
4038 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
4039 (register_gdbarch_data): Delete "free" parameter. Update
4040 comments.
4041 * gdbarch.h, gdbarch.c: Re-generate.
4042 * reggroups.c (_initialize_reggroup): Update.
4043 * gnu-v3-abi.c (init_gnuv3_ops): Update.
4044 * frame-base.c (_initialize_frame_base): Update.
4045 * frame-unwind.c (_initialize_frame_unwind): Update.
4046 * user-regs.c (_initialize_user_regs): Update.
4047 * remote.c (_initialize_remote): Update.
4048 * regcache.c (_initialize_regcache): Update.
4049
4050 * regcache.c (xfree_regcache_descr): Delete function.
4051 (_initialize_regcache): Update call to register_gdbarch_data.
4052 (init_regcache_descr, init_legacy_regcache_descr): Use
4053 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
4054
4055 * remote.c (free_remote_state): Delete function.
4056 (_initialize_remote): Update register_gdbarch_data.
4057 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
4058 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
4059
4060 2003-08-04 Andrew Cagney <cagney@redhat.com>
4061
4062 * reggroups.c (struct reggroup_el): Define.
4063 (struct reggroups): Delete field "nr_group". Replace array
4064 "group" with a "first" to "last" linked list.
4065 (reggroups_init): Update. Allocate using gdbarch's obstack.
4066 (reggroups_free): Delete function.
4067 (add_group): Update. Add "el" parameter.
4068 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
4069 (default_groups): Update.
4070 (reggroup_next): Replace reggroups.
4071 (reggroups_dump): Update.
4072 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
4073 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
4074 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
4075
4076 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
4077
4078 * Makefile.in (tui-interp.o): Update dependencies.
4079
4080 2003-08-04 David Carlton <carlton@kealia.com>
4081
4082 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
4083 to internal_error call.
4084 * source.c (forward_search_command): Add "%s" format argument.
4085 (reverse_search_command): Ditto.
4086 * top.c (quit_confirm): Ditto.
4087 * cli/cli-setshow.c (do_setshow_command): Ditto.
4088 * cp-valprint.c (cp_print_class_method): Replace
4089 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
4090 (cp_print_class_member): Ditto.
4091 * event-top.c (command_line_handler): Ditto.
4092 * linux-proc.c (linux_info_proc_cmd): Ditto.
4093 * p-typeprint.c (pascal_type_print_base): Ditto.
4094 * p-valprint.c (pascal_object_print_class_method): Ditto.
4095 (pascal_object_print_class_member): Ditto.
4096 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
4097 * remote.c (remote_cisco_section_offsets): Ditto.
4098 * top.c (command_line_input): Ditto.
4099 * utils.c (vwarning,error_stream,quit): Ditto.
4100 * valprint.c (print_floating,print_binary_chars)
4101 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
4102
4103 2003-08-04 Andrew Cagney <cagney@redhat.com>
4104
4105 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
4106
4107 2003-08-02 Andrew Cagney <cagney@redhat.com>
4108
4109 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
4110 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
4111 amd64fbsd-nat.c.
4112
4113 2003-08-02 Andrew Cagney <cagney@redhat.com>
4114
4115 * Makefile.in: Update all dependencies and definitions.
4116
4117 2003-08-02 Adam Fedor <fedor@gnu.org>
4118
4119 * linespec.c (is_objc_method_format): New function
4120 (decode_line_1, locate_first_half): Use it.
4121 Fixes PR objc/1298
4122
4123 2003-08-01 Andrew Cagney <cagney@redhat.com>
4124
4125 * NEWS: Mention that m32r is multi-arch.
4126 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
4127 * configure.tgt: Recognize m32r-*-*.
4128 * config/m32r/tm-m32r.h: Delete file.
4129 * config/m32r/m32r.mt: New file.
4130 * m32r-rom.c (m32r_upload_command): Use hostent only when
4131 gethostname succeeds, in order to avoid a compilation
4132 warning.
4133 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
4134 compiler warning.
4135
4136 2003-08-01 Michael Snyder <msnyder@redhat.com>
4137
4138 * sh-tdep.c (sh_frame_align): New gdbarch method.
4139 (sh_gdbarch_init): Set up frame_align method.
4140
4141 2003-07-31 Michael Snyder <msnyder@redhat.com>
4142
4143 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
4144 which is already covered by the new frames infrastructure.
4145
4146 2003-07-31 Andrew Cagney <cagney@redhat.com>
4147
4148 * user-regs.c (struct user_reg): Add "next" link.
4149 (struct user_regs): Replace "user" with "first" and "last" links.
4150 (append_user_reg): Add pre-allocated "reg" parameter.
4151 (builtin_user_regs): Provide initial value for "last".
4152 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
4153 (user_regs_init): Allocate memory from the gdbarch obstack.
4154 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
4155 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
4156 linked list.
4157 (usernum_to_user_reg): New function.
4158 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
4159 (value_of_user_reg): Use usernum_to_user_reg.
4160 (user_regs_free): Delete function.
4161 (_initialize_user_regs): Update register_gdbarch_data call.
4162
4163 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
4164
4165 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
4166
4167 2003-07-30 Michael Snyder <msnyder@redhat.com>
4168
4169 * value.h (value_being_returned): Add a struct_addr argument.
4170 * infcall.c (call_function_by_hand): Pass struct_addr to
4171 value_being_returned.
4172 * infcmd.c (print_return_value): Pass zero as struct_addr.
4173 * values.c (value_being_returned): If struct_addr is passed,
4174 use it instead of trying to recover it from the inferior.
4175
4176 2003-07-30 Kevin Buettner <kevinb@redhat.com>
4177
4178 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
4179 the prologue analyzer won't need to attempt to extract the pc
4180 value from the woefully incomplete dummy frame.
4181 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
4182 possible. Disable code which modifies the frame.
4183
4184 2003-07-28 Andrew Cagney <cagney@redhat.com>
4185
4186 * annotate.c (annotate_breakpoints_headers): Restrict annotation
4187 to level 2.
4188 (annotate_breakpoints_table, annotate_record): Ditto.
4189 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
4190 (annotate_field_name_end, annotate_field_value): Ditto.
4191 (annotate_field_end, annotate_frame_source_begin): Ditto.
4192 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
4193 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
4194 (annotate_frame_begin, annotate_frame_function_name): Ditto.
4195 (annotate_frame_address_end, annotate_frame_address): Ditto.
4196 (annotate_frame_args, annotate_frame_end): Ditto.
4197 (annotate_frame_where, annotate_arg_begin): Ditto.
4198 (annotate_arg_name_end, annotate_arg_value): Ditto.
4199 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
4200 (annotate_function_call, annotate_signal_name): Ditto.
4201 (annotate_signal_string, annotate_signal_name_end): Ditto.
4202 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
4203 (annotate_value_begin, annotate_value_history_value): Ditto.
4204 (annotate_value_history_end, annotate_value_end): Ditto.
4205 (annotate_display_begin, annotate_display_number_end): Ditto.
4206 (annotate_display_format, annotate_display_expression): Ditto.
4207 (annotate_display_expression_end, annotate_display_value): Ditto.
4208 (annotate_display_end, annotate_array_section_begin): Ditto.
4209 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
4210 (annotate_elt, annotate_array_section_end): Ditto.
4211
4212 2003-07-28 Andrew Cagney <cagney@redhat.com>
4213
4214 * regcache.c (struct regcache_descr): Update comments on
4215 nr_raw_registers.
4216 (init_legacy_regcache_descr): Don't set nr_raw_registers or
4217 sizeof_raw_register_valid_p.
4218 (init_regcache_descr): Set nr_raw_registers and
4219 sizeof_raw_register_valid_p before calling
4220 init_legacy_regcache_descr.
4221
4222 2003-07-28 Andrew Cagney <cagney@redhat.com>
4223
4224 * mips-tdep.c (print_gp_register_row): Print the GPR's register
4225 MOD NUM_REGS.
4226
4227 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
4228
4229 * thread.c (info_threads_command): Use get_selected_frame ().
4230 Check that there is at least one non-sentinel frame.
4231
4232 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4233
4234 * m68hc11-tdep.c (struct frame_extra_info): Remove.
4235 (m68hc11_pop_frame): Remove.
4236 (m68hc11_frame_saved_pc): Remove.
4237 (m68hc11_frame_chain): Remove.
4238 (m68hc11_frame_init_saved_regs): Remove.
4239 (m68hc11_init_extra_frame_info): Remove.
4240 (m68hc11_store_struct_return): Remove.
4241 (m68hc11_saved_pc_after_call): Remove.
4242
4243 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4244
4245 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
4246 frame unwind information.
4247 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
4248 and adapted for frame unwinding.
4249 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
4250 (m68hc11_unwind_pc): New function.
4251 (m68hc11_frame_unwind_cache): New function to analyze frames.
4252 (m68hc11_frame_this_id): New function to create new frame struct.
4253 (m68hc11_frame_prev_register): New function to unwind a register from
4254 the frame.
4255 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
4256 (m68hc11_frame_p): New function for the above.
4257 (m68hc11_frame_base_address): New function to return fp of frame.
4258 (m68hc11_frame_args_address): Update for frame.
4259 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
4260 (m68hc11_unwind_sp): New function.
4261 (m68hc11_unwind_dummy_id): New function.
4262 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
4263 calls.
4264
4265 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4266
4267 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
4268 (m68hc11_guess_from_prologue): Advance the pc and frame size only
4269 when we are beyond the current pc.
4270
4271 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4272
4273 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
4274 from m68hc11_push_arguments.
4275 (m68hc11_push_arguments): Remove.
4276 (m68hc11_push_return_address): Remove.
4277 (m68hc11_gdbarch_init): Install the above; remove above deprecated
4278 handlers; remove deprecated_extra_stack_alignment_needed.
4279
4280 2003-07-27 Andrew Cagney <cagney@redhat.com>
4281
4282 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
4283 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
4284 REAL_PC and not the pointer.
4285 * hppa-hpux-tdep.c: Include frame.h
4286
4287 2003-07-27 Andrew Cagney <cagney@redhat.com>
4288
4289 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
4290 GDB_MULTI_ACH_PARTIAL.
4291
4292 2003-07-27 Andrew Cagney <cagney@redhat.com>
4293
4294 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
4295 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
4296 operator at start and not end of line.
4297 (decode_prologue): Ditto.
4298 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
4299 frame_unwind_register_unsigned instead of
4300 frame_unwind_unsigned_register.
4301 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
4302 read_register.
4303 (m32r_push_dummy_call): Use register_size instead of
4304 REGISTER_RAW_SIZE.
4305 (m32r_frame_sniffer): Replace m32r_frame_p.
4306 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
4307 * m32r-rom.c (report_transfer_performance): Delete extern
4308 declaration.
4309 (m32r_load, m32r_upload_command): Use print_transfer_performance
4310 instead of report_transfer_performance.
4311 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
4312 / add_show_from_set.
4313
4314 2003-07-26 Andrew Cagney <cagney@redhat.com>
4315
4316 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
4317 store_return_value and extract_struct_value_address.
4318
4319 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
4320
4321 PR c++/1267
4322 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
4323 NULL, default to the section containing PC.
4324
4325 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
4326
4327 * NEWS: Mention "regs" deprecated for m68hc11 too.
4328
4329 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
4330 (m68hc11_print_register): New function to print out one register.
4331 (m68hc11_print_registers_info): New function to print registers.
4332 (show_regs): Deprecate and use the above.
4333 (m68hc11_gdbarch_init): Install the print_registers_info.
4334
4335 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
4336
4337 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
4338 that we have a SIGTRAP before returning non-zero.
4339
4340 2003-07-23 Michal Ludvig <mludvig@suse.cz>
4341 Elena Zannoni <ezannoni@redhat.com>
4342
4343 * linespec.c (decode_line_2): Avoid crash if
4344 find_function_start_sal() returns empty record.
4345
4346 2003-07-23 Andreas Schwab <schwab@suse.de>
4347
4348 * ia64-tdep.c (ia64_print_insn): New function.
4349 (ia64_gdbarch_init): Set print_insn to it.
4350 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
4351 deprecated_tm_print_insn_info.
4352
4353 2003-07-22 Michael Snyder <msnyder@redhat.com>
4354
4355 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
4356 handle 8-bit returns (long long).
4357 (h8300h_extract_return_value): Ditto.
4358 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
4359
4360 2003-07-22 Andrew Cagney <cagney@redhat.com>
4361
4362 * gdbarch.c Include "gdb_obstack.h".
4363 (struct gdbarch): Add an "obstack".
4364 (alloc_gdbarch_data): Allocate the gdbarch data using
4365 GDBARCH_OBSTACK_CALLOC.
4366 (free_gdbarch_data): Delete function.
4367 (gdbarch_obstack_zalloc): New function.
4368 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
4369 Assert that the architecture is not initialized.
4370 (gdbarch_alloc): Allocate an obstack, allocate the architecture
4371 vector from the obstack.
4372 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
4373 architecture obstack.
4374 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
4375 (set_gdbarch_data): Assert that the data is not initialized.
4376 (struct gdbarch_data): Delete member "free".
4377 (register_gdbarch_data): Do not initialize "free".
4378 * gdbarch.h, gdbarch.c: Re-generate.
4379
4380 2003-07-22 Andrew Cagney <cagney@redhat.com>
4381
4382 * configure.in (build_warnings): Add -Wformat-nonliteral.
4383 * configure: Re-generate.
4384
4385 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4386
4387 * dwarf2loc.c (locexpr_describe_location): Fix typos.
4388
4389 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4390
4391 * findvar.c (read_var_value): Remove case for thread local storage
4392 variables. It is now entirely handled by the dwarf2 location
4393 expression code.
4394 * printcmd.c (address_info): Ditto.
4395 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
4396 enumeration value.
4397 (struct symbol): Remove objfile field, which was used by
4398 LOC_THREAD_LOCAL_STATIC only.
4399 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
4400 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
4401 usage of objfile pointer.
4402 * dwarf2loc.c (locexpr_describe_location): Add case to handle
4403 thread local variables.
4404 Add include of objfiles.h.
4405 * dwarf2expr.c (execute_stack_op): Add comments about thread local
4406 storage variables.
4407 * Makefile.in (dwarf2loc.o): Update dependencies.
4408
4409 2003-07-22 Andrew Cagney <cagney@redhat.com>
4410
4411 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
4412 get_frame_base.
4413 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
4414 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
4415 (struct value): Add opaque declaration.
4416 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
4417
4418 2003-07-21 Andrew Cagney <cagney@redhat.com>
4419
4420 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4421 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
4422
4423 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4424
4425 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4426 regcache_cooked_read_unsigned instead of read_register.
4427 (m68hc11_saved_pc_after_call): Likewise.
4428 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
4429 instead of write_register.
4430 (m68hc11_register_type): New function.
4431 (m68hc11_register_virtual_type): Remove.
4432 (m68hc11_store_return_value): Convert to use the regcache.
4433 (m68hc11_extract_struct_value_address): Likewise.
4434 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
4435 m68hc11_register_type; undeprecate store_return_value and
4436 extract_struct_value_address.
4437
4438 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4439
4440 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
4441 and translate to use regcache.
4442 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
4443
4444 2003-07-18 Andrew Cagney <cagney@redhat.com>
4445
4446 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
4447 * gdbarch.h, gdbarch.c: Re-generate.
4448 * i386-tdep.c (i386_gdbarch_init): Do not set
4449 DWARF2_BUILD_FRAME_INFO.
4450 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
4451 unconditionally.
4452 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
4453 DWARF2_BUILD_FRAME_INFO.
4454
4455 2003-07-18 Andrew Cagney <cagney@redhat.com>
4456
4457 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4458 * disasm.c (gdb_disassemble_info): Initilize di.arch.
4459
4460 2003-07-18 Andrew Cagney <cagney@redhat.com>
4461
4462 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
4463 frame_unwind_address_in_block, instead of frame_pc_unwind.
4464 (dwarf2_frame_cache): Ditto.
4465
4466 2003-07-18 Andrew Cagney <cagney@redhat.com>
4467
4468 * user-regs.h (struct gdbarch): Declare opaque.
4469 * ui-out.h (struct ui_file): Declare opaque.
4470 * dwarf2-frame.h (struct frame_info): Declare opaque.
4471
4472 2003-07-18 Kris Warkentin <kewarken@qnx.com>
4473
4474 * nto-procfs.c: Clean ARI hits. Change #include <..> to
4475 #include "...".
4476 (procfs_meminfo): Change strerror to safe_strerror.
4477 (procfs_can_run): Remove K&R badness.
4478
4479 2003-07-17 Michael Snyder <msnyder@redhat.com>
4480
4481 * remote-sim.c: Comment typo fix.
4482
4483 2003-07-17 Andrew Cagney <cagney@redhat.com>
4484
4485 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
4486 configure.
4487 * sparc-tdep.c (sparc_intreg_size): Make non-static.
4488 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4489 GDB_MULTI_ARCH_PARTIAL.
4490
4491 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
4492
4493 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4494 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
4495 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4496
4497 2003-07-16 Theodore A. Roth <troth@openavr.org>
4498
4499 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4500 found.
4501 (avr_frame_unwind_cache): Don't unwind FP for main.
4502 Update a comment.
4503 Save the computed prev_sp.
4504 (avr_saved_regs_unwinder): Remove function.
4505 (avr_frame_prev_register): Use PC unwind logic from
4506 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4507
4508 2003-07-16 Andrew Cagney <cagney@redhat.com>
4509
4510 * frame-base.h (frame_base_p_ftype): Delete definition.
4511 (frame_base_append_predicate): Delete declaration.
4512 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4513 (frame_unwind_append_predicate): Delete declaration.
4514 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4515 (append_predicate): Delete parameter "p".
4516 (frame_unwind_append_predicate): Delete function.
4517 (frame_unwind_append_sniffer): Update call to append_predicate.
4518 (frame_unwind_free): Delete function.
4519 (_initialize_frame_unwind): Pass NULL as "free" to
4520 register_gdbarch_data.
4521 (frame_unwind_init): Append the dummy_frame_sniffer.
4522 (frame_unwind_find_by_frame): Simplify.
4523 * frame-base.c (struct frame_base_table): Delete field "p".
4524 (append_predicate): Delete parameter "p".
4525 (frame_base_append_predicate): Delete function.
4526 (frame_base_append_sniffer): Update call to append_predicate.
4527 (frame_base_free): Delete function.
4528 (frame_base_find_by_frame): Simplify.
4529 (_initialize_frame_base): Pass NULL as "free" to
4530 register_gdbarch_data.
4531 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4532 (x86_64_sigtramp_frame_sniffer): Replace
4533 "x86_64_sigtramp_frame_p".
4534 (x86_64_init_abi): Set the frame unwind sniffers.
4535 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4536 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4537 (m68k_gdbarch_init): Set the frame unwind sniffers.
4538 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4539 "i386_sigtramp_frame_p".
4540 (i386_frame_sniffer): Replace "i386_frame_p".
4541 (i386_gdbarch_init): Set the frame unwind sniffers.
4542 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4543 (avr_gdbarch_init): Set the frame unwind sniffers.
4544 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4545 "alpha_sigtramp_frame_p"
4546 (alpha_heuristic_frame_sniffer): Replace
4547 "alpha_heuristic_frame_p".
4548 (alpha_gdbarch_init): Set the frame unwind sniffers.
4549 (alpha_dwarf2_init_abi): Ditto.
4550 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4551 "alpha_debug_frame_p".
4552 (alpha_mdebug_frame_base_sniffer): Replace
4553 "alpha_mdebug_frame_base_p".
4554 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4555 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4556 (d10v_gdbarch_init): Set the frame unwind sniffer.
4557 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4558 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4559 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4560 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4561 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4562 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4563
4564 2003-07-16 Michael Snyder <msnyder@redhat.com>
4565
4566 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4567 should go thru sh_dsp_register_sim_regno, else the dsp regs
4568 will not get the right values.
4569
4570 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4571
4572 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4573 deprecated_store_floating by call to store_typed_floating.
4574 (sh_sh4_register_convert_to_raw): Substitute call to
4575 deprecated_extract_floating by call to extract_typed_floating.
4576
4577 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4578
4579 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4580
4581 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4582
4583 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4584 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4585 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4586 as possible.
4587 (do_pseudo_register): Remove.
4588 (sh_push_dummy_code): New function.
4589 (sh64_store_struct_return): Rename from sh_store_struct_return.
4590 Only called for sh64 now.
4591 (sh_extract_struct_value_address): Regcache'ify.
4592 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4593 and accomodate new tasks.
4594 (sh64_push_return_address): Rename from sh_push_return_address.
4595 Only called for sh64 now.
4596 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4597 Regcache'ify.
4598 (sh3e_sh4_extract_return_value): Regcache'ify.
4599 (sh_default_store_return_value): Ditto.
4600 (sh3e_sh4_store_return_value): Ditto.
4601 (sh_default_register_byte): Remove.
4602 (sh_sh4_register_byte): Remove.
4603 (sh_default_register_raw_size): Remove.
4604 (sh_sh4_register_raw_size): Remove.
4605 (sh_register_virtual_size): Remove.
4606 (sh_sh3e_register_virtual_type): Remove.
4607 (sh_sh3e_register_type): New function.
4608 (sh_sh4_register_virtual_type): Remove.
4609 (sh_sh4_register_type): New function.
4610 (sh_default_register_virtual_type): Remove.
4611 (sh_default_register_type): New function.
4612 (do_fv_register_info): Add parameters to accomodate call from
4613 sh_print_registers_info.
4614 (do_dr_register_info): Ditto.
4615 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4616 Add parameters to accomodate call from sh_print_registers_info.
4617 (sh_do_fp_register): Ditto.
4618 (sh64_do_pseudo_register): Call do_dr_register_info,
4619 do_fv_register_info and sh_do_fp_register with default parameters.
4620 (sh_do_register): Add parameters to accomodate call from
4621 sh_print_registers_info.
4622 (sh_print_register): Ditto.
4623 (sh_print_registers_info): Rename from sh_do_registers_info.
4624 Add parameters to be used as gdbarch_print_registers_info
4625 implementation. Accomodate removed do_pseudo_register function
4626 pointer.
4627 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4628 function pointer. Call sh_print_register with default parameters.
4629 (sh64_do_registers_info): Call sh_print_registers_info instead of
4630 sh_do_registers_info.
4631 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4632 detection of deprecated vs. non-deprecated functionality.
4633 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4634 function pointer assignments by direct function calls.
4635
4636 2003-07-15 Andrew Cagney <cagney@redhat.com>
4637
4638 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4639 (frame_register_unwind, create_new_frame): Ditto.
4640 (legacy_get_prev_frame, get_frame_type): Ditto.
4641 (get_frame_base_address): Use frame_base_find_by_frame.
4642 (get_frame_locals_address): Use frame_base_find_by_frame.
4643 (get_frame_args_address): Use frame_base_find_by_frame.
4644 * frame-base.h (frame_base_sniffer_ftype): Declare.
4645 (frame_base_append_sniffer): Declare.
4646 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4647 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4648 (frame_base_append_sniffer): New function.
4649 (frame_base_append_predicate): Add a NULL sniffer.
4650 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4651 (struct frame_base_table): Add "sniffer".
4652 (frame_base_free): Free the "sniffer" table.
4653 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4654 (frame_unwind_append_sniffer): Declare.
4655 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4656 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4657 (struct frame_unwind_table): Add "sniffer", delete "middle".
4658 (append_predicate): Add "sniffer" parameter, append the sniffer.
4659 (frame_unwind_init): Update append_predicate call.
4660 (frame_unwind_append_sniffer): New function.
4661 (frame_unwind_append_predicate): Update append_predicate call.
4662 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4663
4664 2003-07-15 Andrew Cagney <cagney@redhat.com>
4665
4666 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4667 before code inhibiting repeated unwind attempts. Add to
4668 commentary on that test's problems.
4669 * blockframe.c (inside_main_func): Look for "main" in the minimal
4670 symbol table.
4671 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4672 identical.
4673
4674 2003-07-15 Andrew Cagney <cagney@redhat.com>
4675
4676 * complaints.c (struct explanation): Define.
4677 (struct complaints): Change type of "explanation" to "struct
4678 explanation".
4679 (symfile_explanations): Convert to a "struct explanation" table.
4680 (vcomplaint): Update.
4681
4682 2003-07-15 Michal Ludvig <mludvig@suse.cz>
4683
4684 * x86-64-linux-nat.c (regmap): Removed.
4685 (supply_gregset, fill_gregset): Call
4686 x86_64_linux_(fill,supply)_gregset functions.
4687 * x86-64-linux-tdep.c (USER_*): New defines.
4688 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4689 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4690 New functions.
4691 (fetch_core_registers): Ditto.
4692 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4693 * x86-64-linux-tdep.h: New file.
4694 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4695 and core-regset.o.
4696 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4697
4698 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4699
4700 * x86-64-tdep.c (x86_64_store_return_value): Use
4701 regcache_cooked_write_part instead of regcache_cooked_write.
4702
4703 * configure.host: Add x86_64-*-freebsd*.
4704 * configure.tgt: Add x86_64-*-freebsd*.
4705 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4706 * amd64fbsd-nat.c: New file.
4707 * amd64fbsd-tdep.c: New file.
4708 * config/i386/nm-fbsd64.h: New file.
4709 * config/i386/fbsd64.mh: New file.
4710 * config/i386/fbsd64.mt: New file.
4711
4712 2003-07-11 Mark Kettenis <kettenis@gnu.org>
4713
4714 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4715 `sc_regs_offset' and `sc_fpregs_offset'.
4716 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4717 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4718 (alpha_sigtramp_register_address): Rewrite to use new members of
4719 `struct gdbarch_tdep'.
4720 (alpha_gdbarch_init): Initialize new members of struct
4721 gdbarch_tdep'.
4722 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4723 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4724 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4725 (alphafbsd_pc_in_sigtramp): Implement.
4726 (alphafbsd_sigtramp_offset): New function.
4727 (alphafbsd_sigcontext_addr): New function.
4728 (alphafbsd_init_abi): Initialize signal trampoline related members
4729 of `struct gdbarch_tdep'.
4730 (_initialize_alphafbsd_tdep): Add prototype.
4731
4732 2003-07-11 Theodore A. Roth <troth@openavr.org>
4733
4734 * Makefile.in (install-only): Quote sed expression when generating
4735 transformed_name.
4736
4737 2003-07-11 Richard Henderson <rth@redhat.com>
4738
4739 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4740 * dwarf2-frame.c: Include complaints.h.
4741 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4742 variable initialization; return NULL on error.
4743 (decode_frame_entry): New.
4744
4745 2003-07-11 Andrew Cagney <cagney@redhat.com>
4746
4747 * frame.h (frame_address_in_block): Delete declaration.
4748 * blockframe.c (frame_address_in_block): Delete function.
4749 (get_frame_block): Use get_frame_address_in_block.
4750 (block_innermost_frame): Ditto.
4751 * stack.c (print_frame, backtrace_command_1): Ditto.
4752
4753 * frame.h (get_frame_address_in_block): Declare.
4754 (frame_unwind_address_in_block): Declare.
4755 * frame.c (frame_unwind_address_in_block): New function.
4756 (get_frame_address_in_block): New function.
4757
4758 2003-07-10 Andrew Cagney <cagney@redhat.com>
4759
4760 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4761 pre-default. Note: re-generate has no effect.
4762
4763 2003-07-10 Andrew Cagney <cagney@redhat.com>
4764
4765 * gdbarch.sh: When a variable, but not a function, compare against
4766 0. Fix problem in previous patch.
4767 * gdbarch.c: Re-generate.
4768
4769 2003-07-10 Andrew Cagney <cagney@redhat.com>
4770
4771 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4772 functions against NULL, not 0.
4773 * gdbarch.c: Re-generate.
4774
4775 2003-07-10 Fred Fish <fnf@ninemoons.com>
4776
4777 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4778 null string instead of a null pointer.
4779 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4780
4781 2003-07-09 Michael Snyder <msnyder@redhat.com>
4782
4783 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4784
4785 2003-07-09 Mark Kettenis <kettenis@gnu.org>
4786
4787 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4788 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4789 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4790 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4791 * x86-64-tdep.c: ... from here.
4792
4793 2003-07-09 Andreas Schwab <schwab@suse.de>
4794
4795 * m68k-tdep.h (enum struct_return): Define.
4796 (struct gdbarch_tdep): Add struct_return.
4797 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4798 bytes are padded to the right, not to the left. Pass struct value
4799 address in register %a1, not on stack.
4800 (m68k_use_struct_convention): New function.
4801 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4802 struct_return in tdep to pcc_struct_return.
4803 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4804 reg_struct_return.
4805
4806 2003-07-09 Joel Brobecker <brobecker@gnat.com>
4807
4808 * somread.c (som_symfile_offsets): Fix compilation error.
4809
4810 2003-07-09 Andrew Cagney <cagney@redhat.com>
4811
4812 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4813 Add comments about the checks.
4814
4815 2003-07-08 Andrew Cagney <cagney@redhat.com>
4816
4817 * Makefile.in: Make dependency section headers consistent.
4818 (config_h): Move to $BUILD headers section.
4819 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4820 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4821 (ada-exp.tab.c): Move to YACC/LEX section.
4822 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4823 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4824
4825 2003-07-08 Kris Warkentin <kewarken@qnx.com>
4826
4827 * nto-procfs.c: Cleaned up a bunch of ARI hits.
4828 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4829 of strerror with safe_strerror, use ISO C function definitions,
4830 and replace instances of sprintf with snprintf.
4831
4832 2003-07-07 Andrew Cagney <cagney@redhat.com>
4833
4834 * frame.c (get_prev_frame): Enable check for identical frames.
4835 Update comments. Update error messages.
4836
4837 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4838
4839 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4840
4841 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4842
4843 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4844 sort_symtab_syms, no longer necessary.
4845
4846 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4847
4848 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4849
4850 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4851
4852 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4853 (mips_register_byte): Likewise.
4854
4855 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4856
4857 * Makefile.in (sparc_tdep_h): New.
4858 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4859 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4860 * sparc-linux-nat.c: Include "sparc-tdep.h".
4861 * sparc-nat.c: Likewise.
4862 * sparc-tdep.c: Likewise.
4863 * sparc64nbsd-nat.c: Likewise.
4864 * sparcnbsd-nat.c: Likewise.
4865 * sparcnbsd-tdep.c: Likewise.
4866 * sparc-tdep.h: New file.
4867 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4868 and sparc_npc_regnum.
4869
4870 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4871
4872 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4873 (mips_linux_cannot_store_register): List supported instead of
4874 unsupported registers.
4875
4876 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4877
4878 * disasm.c (dump_insns): Separate instructions from addresses.
4879
4880 2003-07-07 Andreas Schwab <schwab@suse.de>
4881
4882 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4883 dependencies.
4884 * m68k-tdep.c (NUM_FREGS): Delete.
4885 (SIG_PC_FP_OFFSET): Delete.
4886 (TARGET_M68K): Delete.
4887 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4888 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4889 P_MOVEL_SP, P_MOVEML_SP): Define.
4890 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4891 P_TRAP): Delete.
4892 (m68k_register_raw_size): Delete.
4893 (m68k_register_virtual_size): Delete.
4894 (m68k_register_type): Renamed from m68k_register_virtual_type and
4895 add gdbarch argument.
4896 (m68k_store_struct_return): Delete.
4897 (m68k_deprecated_extract_return_value): Delete.
4898 (m68k_deprecated_extract_struct_value_address): Delete.
4899 (m68k_frame_chain): Delete.
4900 (m68k_frame_saved_pc): Delete.
4901 (m68k_fix_call_dummy): Delete.
4902 (m68k_push_dummy_frame): Delete.
4903 (m68k_pop_frame): Delete.
4904 (m68k_extract_return_value): New function.
4905 (m68k_store_return_value): Rewrite using regcache.
4906 (m68k_extract_struct_value_address): Rewrite using regcache.
4907 (m68k_push_dummy_call): New function.
4908 (struct m68k_frame_cache): Define.
4909 (m68k_alloc_frame_cache): New function.
4910 (m68k_analyze_frame_setup): New function.
4911 (m68k_analyze_register_saves): New function.
4912 (m68k_analyze_prologue): New function.
4913 (m68k_skip_prologue): Rewrite using above functions.
4914 (m68k_unwind_pc): New function.
4915 (m68k_frame_cache): New function.
4916 (m68k_frame_this_id): New function.
4917 (m68k_frame_prev_register): New function.
4918 (m68k_frame_unwind): New variable.
4919 (m68k_frame_p): New function.
4920 (m68k_sigtramp_frame_cache): New function.
4921 (m68k_sigtramp_frame_this_id): New function.
4922 (m68k_sigtramp_frame_prev_register): New function.
4923 (m68k_sigtramp_frame_unwind): New variable.
4924 (m68k_sigtramp_frame_p): New function.
4925 (m68k_frame_base_address): New function.
4926 (m68k_frame_base): New function.
4927 (m68k_unwind_dummy_id): New function.
4928 (fill_gregset): Use regcache_collect.
4929 (fill_fpregset): Likewise.
4930 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4931 defined.
4932 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4933 deprecated_init_frame_pc, deprecated_store_struct_return,
4934 deprecated_extract_return_value, deprecated_store_return_value,
4935 deprecated_frame_chain, deprecated_frame_saved_pc,
4936 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4937 deprecated_register_virtual_size,
4938 deprecated_max_register_raw_size,
4939 deprecated_max_register_virtual_size,
4940 deprecated_register_virtual_type, deprecated_register_size,
4941 deprecated_register_byte, deprecated_register_bytes,
4942 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4943 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4944 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4945 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4946 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4947 deprecated_push_dummy_frame, deprecated_pop_frame,
4948 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4949 only if SYSCALL_TRAP is defined. Set extract_return_value,
4950 store_return_value, extract_struct_value_address, register_type,
4951 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4952 predicates.
4953 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4954 M68K_MAX_REGISTER_SIZE): Define.
4955 (struct m68k_sigtramp_info): Define.
4956 (struct gdbarch_tdep): Add get_sigtramp_info.
4957 * m68klinux-nat.c (fetch_register): Use register_size instead of
4958 REGISTER_RAW_SIZE. Don't put assignment in if.
4959 (store_register): Likewise.
4960 (fetch_inferior_registers): Likewise.
4961 (store_inferior_registers): Likewise.
4962 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4963 (m68k_linux_frame_saved_pc): Delete.
4964 (m68k_linux_sigcontext_reg_offset,
4965 m68k_linux_ucontext_reg_offset): Define.
4966 (m68k_linux_get_sigtramp_info): New function.
4967 (m68k_linux_extract_return_value): Rewrite using regcache.
4968 (m68k_linux_store_return_value): Likewise.
4969 (m68k_linux_extract_struct_value_address): Likewise.
4970 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4971 Don't set deprecated_frame_saved_pc,
4972 deprecated_extract_return_value, deprecated_store_return_value,
4973 deprecated_extract_struct_value_address. Set
4974 extract_return_value, store_return_value,
4975 extract_struct_value_address.
4976
4977 2003-07-07 Andrew Cagney <cagney@redhat.com>
4978
4979 * expprint.c: Include "user-regs.h" instead of "frame.h".
4980 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4981 frame_map_regnum_to_name.
4982 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4983 (frame_map_name_to_regnum): Simplify, call
4984 user_reg_map_name_to_regnum.
4985 (frame_map_regnum_to_name): Simplify, call
4986 user_reg_map_regnum_to_name.
4987 (frame_register_unwind): Update.
4988 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4989 (_initialize_frame_reg): Call user_reg_add_builtin.
4990 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4991 (value_of_register): Use value_of_user_reg.
4992 * eval.c (evaluate_subexp_standard): Update.
4993 * parse.c (write_dollar_variable): Update.
4994 * d10v-tdep.c (d10v_print_registers_info): Update.
4995 * infcmd.c (registers_info): Update.
4996 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4997 (builtin_regs_h): Delete macro.
4998 (user_regs_h): Define.
4999 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
5000 (builtin-regs.o): Delete target.
5001 (user-regs.o): Specify dependencies.
5002 (expprint.o): Update dependencies.
5003 (findvar.o): Update dependencies.
5004 (frame.o): Update dependencies.
5005 (std-regs.o): Update dependencies.
5006
5007 2003-07-06 Christopher Faylor <cgf@redhat.com>
5008
5009 * win32-nat.c (solib_symbols_add): Use one variable for all section
5010 address stuff. Pass variable rather than address of variable to
5011 safe_symbol_file_add.
5012
5013 2003-07-06 Andreas Schwab <schwab@suse.de>
5014
5015 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
5016
5017 2003-07-04 Joel Brobecker <brobecker@gnat.com>
5018
5019 * rs6000-nat.c (vmap_symtab): Fix compilation error.
5020
5021 2003-07-04 Kris Warkentin <kewarken@qnx.com>
5022
5023 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
5024
5025 2003-07-04 Kris Warkentin <kewarken@qnx.com>
5026
5027 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
5028 * config/i386/nto.mh: New file.
5029 * config/i386/nm-nto.h: New file.
5030 * configure.host: Add i[3456]86-*-nto*.
5031
5032 2003-07-03 Joel Brobecker <brobecker@gnat.com>
5033
5034 * remote-vx.c (vx_add_symbols): Fix compilation error.
5035
5036 2003-07-03 Andrew Cagney <cagney@redhat.com>
5037
5038 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
5039 * gdbarch.h, gdbarch.c: Re-generate.
5040 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
5041 (legacy_register_name): Declare.
5042 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
5043 (REGISTER_NAME): Define.
5044 * sparc-tdep.c (legacy_register_name): New function.
5045 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
5046 (REGISTER_NAME): Define.
5047 (hppa64_register_name): Declare.
5048 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
5049 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
5050 (hppa64_register_name): New function.
5051 (hppa_register_name): New function.
5052 * arch-utils.c (legacy_register_name): Delete.
5053 * arch-utils.h (legacy_register_name): Delete.
5054
5055 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
5056
5057 * cli/cli-interp.c (cli_interpreter_resume): Update the
5058 cli_uiout's stream to gdb_stdout.
5059
5060 2003-07-03 Andrew Cagney <cagney@redhat.com>
5061
5062 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
5063 predicate.
5064 * gdbarch.h, gdbarch.c: Re-generate.
5065 * regcache.c (init_regcache_descr): Use legacy code when either
5066 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
5067
5068 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
5069
5070 * NEWS: Move "set logging" entry into GDB 6.0 section.
5071
5072 2003-07-02 Jim Blandy <jimb@redhat.com>
5073
5074 * s390-tdep.c (struct frame_extra_info): new member:
5075 'stack_bought_valid'.
5076 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
5077 initialize fextra_info->stack_bought.
5078 (s390_frameless_function_invocation): Don't trust the value of
5079 fextra_info_ptr->stack_bought unless
5080 fextra_info->stack_bought_valid is set.
5081
5082 New S390 prologue analyzer.
5083 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
5084 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
5085 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
5086 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
5087 compute_x_addr, s390_on_stack, s390_store,
5088 s390_get_signal_frame_info): New functions.
5089 (S390_NUM_SPILL_SLOTS): New macro.
5090 (s390_get_frame_info): Rewritten.
5091 (is_arg_reg): Deleted.
5092
5093 Break out the decoding of S/390 instructions into separate
5094 functions, to make it more legible, and easier to check
5095 against the spec.
5096 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
5097 is_rx, is_rxe): New functions.
5098 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
5099 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
5100 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
5101 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
5102 enums for opcode values. (Is this an improvement?)
5103
5104 2003-07-02 Andrew Cagney <cagney@redhat.com>
5105
5106 * i386-tdep.c: Revert change committed as part of trad-frame code
5107 below.
5108
5109 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
5110
5111 * breakpoint.c (insert_catchpoint): Make static.
5112
5113 2003-07-02 Andreas Schwab <schwab@suse.de>
5114
5115 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
5116 former ia64_push_arguments and ia64_push_return_address, and use
5117 regcache functions instead of read/write_register.
5118 (ia64_gdbarch_init): Set push_dummy_call instead of
5119 deprecated_push_arguments and deprecated_push_return_address.
5120
5121 2003-07-01 Andreas Jaeger <aj@suse.de>
5122
5123 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
5124 before the call.
5125 Set %rax only to number of SSE registers used.
5126
5127 2003-07-01 Andrew Cagney <cagney@redhat.com>
5128
5129 * trad-frame.h: Update comments, a -1 .addr is reserved.
5130 (trad_frame_value_p, trad_frame_addr_p): Declare.
5131 (trad_frame_reg_p): Declare.
5132 (trad_frame_set_value): Rename trad_frame_register_value.
5133 (trad_frame_set_unknown): Declare.
5134 * trad-frame.c (trad_frame_realreg_p): New function.
5135 (trad_frame_addr_p, trad_frame_value_p): New function.
5136 (trad_frame_set_unknown): New function.
5137 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
5138 (trad_frame_prev_register): Use trad_frame_realreg_p,
5139 trad_frame_addr_p and trad_frame_value_p.
5140 (trad_frame_set_value): Rename trad_frame_register_value.
5141 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
5142 and trad_frame_set_value.
5143
5144 2003-06-30 Jim Blandy <jimb@redhat.com>
5145
5146 Patch from IBM (authors unspecified, probably Ulrich Weigand and
5147 Gerhard Tonn) for argument passing on the S/390 and S/390x:
5148 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
5149 for 16 registers, and then 32 more bytes.
5150 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
5151 New macros.
5152 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
5153 Move up in the file, since it's now used by is_simple_arg.
5154 (is_simple_arg): Don't assume registers are four bytes long.
5155 Exclude all double arguments. Extended floats are not simple
5156 args.
5157 (is_power_of_two): New function.
5158 (pass_by_copy_ref): Call is_power_of_two, and check that the
5159 length fits in a register, rather than listing all the acceptable
5160 sizes. Extended floats are not passed by reference.
5161 (s390_push_arguments): Don't assume registers are four bytes long.
5162 Reserve an argument register to point to the buffer for structures
5163 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
5164 S390_STACK_FRAME_OVERHEAD.
5165
5166 2003-06-30 Andreas Schwab <schwab@suse.de>
5167
5168 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
5169 format error message.
5170
5171 2003-06-30 Joel Brobecker <brobecker@gnat.com>
5172
5173 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
5174
5175 2003-06-30 David Carlton <carlton@kealia.com>
5176
5177 Band-aid for PR c++/1245.
5178 * Makefile.in (cp-support.o): Depend on complaints_h.
5179 * cp-support.c: Include complaints.h. Add declaration for
5180 find_last_component.
5181 (cp_find_first_component): Separate code into
5182 cp_find_first_component_aux.
5183 (cp_find_first_component_aux): Call demangled_name_complaint.
5184 (demangled_name_complaint): New.
5185
5186 2003-06-30 Andrew Cagney <cagney@redhat.com>
5187
5188 * remote.c (remote_write_bytes): Explicitly compute and then use
5189 the payload size. Update comments to reflect. Fixes problem of
5190 GDB not sending small packets as found by Fred Fish.
5191
5192 2003-06-30 Andrew Cagney <cagney@redhat.com>
5193
5194 * remote.c (remote_async_wait): Fix -Wformat problem.
5195
5196 2003-06-29 Andrew Cagney <cagney@redhat.com>
5197
5198 * remote.c (remote_wait): Call error, and not warning, when the
5199 packet is corrupt.
5200 (remote_async_wait): Ditto.
5201
5202 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
5203
5204 * sparc-tdep.c (sparc_y_regnum): Make external again.
5205
5206 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
5207
5208 * cli/cli-logging.c (pop_output_files): Add void to function
5209 definition.
5210
5211 2003-06-29 Andrew Cagney <cagney@redhat.com>
5212
5213 * frame.c (frame_register_unwind): Use unsigned char when dumping
5214 the buffer contents.
5215
5216 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
5217
5218 * cli/cli-logging.c: New file.
5219 * cli-out.c (struct ui_out_data): Add original_stream.
5220 (cli_redirect): New function.
5221 (cli_ui_out_impl): Add cli_redirect.
5222 (cli_out_new): Initialize original_stream.
5223 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
5224 (uo_redirect, ui_out_redirect): New.
5225 * ui-out.h (struct ui_out_impl): Add redirect member.
5226 (redirect_ftype): New.
5227 (ui_out_redirect): Add prototype.
5228 * Makefile.in: Add rules for cli-logging.c.
5229 * NEWS: Mention "set logging".
5230
5231 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5232
5233 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
5234
5235 2003-06-27 Andrew Cagney <cagney@redhat.com>
5236
5237 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
5238 (m68hc11_gdbarch_init): Do not set call_dummy_address.
5239 * avr-tdep.c (avr_call_dummy_address): Delete function.
5240 (avr_gdbarch_init): Do not set call_dummy_address.
5241
5242 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5243
5244 * symfile.c (syms_from_objfile): Move variables to inner block.
5245 Move the checks for the non-mainline case a bit earlier to avoid
5246 doing some useless computations.
5247
5248 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5249
5250 * dwarfread.c (decode_modified_type): Gag new compiler warning.
5251
5252 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
5253
5254 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
5255 sections.
5256
5257 2003-06-26 Michael Chastain <mec@shout.net>
5258
5259 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
5260 gdb/testsuite/gdb.c++/pr-1210.exp.
5261
5262 2003-06-26 Andrew Cagney <cagney@redhat.com>
5263
5264 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
5265 altivec_expression.h and altivec_registers.h.
5266
5267 2003-06-26 Andrew Cagney <cagney@redhat.com>
5268
5269 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
5270 info->mach when MIPS16. Patch suggested by Fred Fish.
5271
5272 2003-06-26 Andrew Cagney <cagney@redhat.com>
5273
5274 * utils.c (internal_vproblem): Print the problem to a reason
5275 buffer and then pass to query. Make the msg variable more local.
5276
5277 2003-06-26 Andrew Cagney <cagney@redhat.com>
5278
5279 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
5280 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
5281 * gdbarch.h, gdbarch.c: Re-generate.
5282 * frame-base.c (default_frame_args_address): Update. Use
5283 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
5284 not available.
5285 (default_frame_locals_address): Ditto for
5286 DEPRECATED_FRAME_LOCALS_ADDRESS.
5287 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
5288 (vax_frame_num_args): Update.
5289 (vax_gdbarch_init): Update.
5290 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5291 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5292 * mcore-tdep.c (mcore_gdbarch_init): Update.
5293 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5294 * ia64-tdep.c (ia64_gdbarch_init): Update.
5295 * symtab.h (address_class): Update comments.
5296 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
5297 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5298 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5299 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5300 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5301 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5302 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5303 * alpha-mdebug-tdep.c: Update.
5304 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
5305
5306 2003-06-26 Andreas Jaeger <aj@suse.de>
5307
5308 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
5309 of SSE registers so that varargs functions work. Rework handling
5310 of passing arguments on the stack.
5311 (x86_64_store_return_value): Return double and float values in SSE
5312 register.
5313
5314 2003-06-24 Michael Chastain <mec@shout.net>
5315
5316 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
5317 the "constructor breakpoints ignored" bug.
5318
5319 2003-06-25 David Carlton <carlton@kealia.com>
5320
5321 * MAINTAINERS: Update e-mail address.
5322
5323 2003-06-24 Jim Blandy <jimb@redhat.com>
5324
5325 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
5326
5327 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
5328 function.
5329 (ppc_linux_init_abi): Register it as the
5330 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
5331
5332 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
5333 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
5334 method.
5335
5336 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
5337 (ppc64_standard_linkage_target): Use it.
5338
5339 2003-06-23 Andrew Cagney <cagney@redhat.com>
5340
5341 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
5342 for 0 "int0" and 4 "int32" sized registers.
5343 * gdbtypes.c (builtin_type_int0): Define.
5344 (build_gdbtypes): Initialize builtin_type_int0.
5345 * gdbtypes.h (builtin_type_int0): Declare.
5346
5347 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
5348
5349 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
5350 as characters are unsigned.
5351
5352 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5353
5354 PR gdb/1179
5355 * dwarfread.c (struct_type): Skip static fields without crashing.
5356
5357 2003-06-22 Andrew Cagney <cagney@redhat.com>
5358
5359 GDB 6.0 branch created.
5360 * README: Update.
5361 * PROBLEMS: Update. Empty.
5362 * NEWS: Update.
5363
5364 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5365
5366 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
5367 Suggested by Nick Hibma <n_hibma@webweaving.org>.
5368
5369 2003-06-22 Andrew Cagney <cagney@redhat.com>
5370
5371 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
5372 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
5373 Velikov.
5374
5375 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5376
5377 * cli/cli-cmds.c (shell_escape): Silence warnings from old
5378 compilers.
5379
5380 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5381
5382 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
5383 argument of val_print.
5384 * cp-valprint.c (cp_print_value): Don't add the offset parameter
5385 to the address argument of baseclass_offset or target_read_memory.
5386 Do add it to the argument of cp_print_value_fields.
5387
5388 2003-06-21 Andrew Cagney <cagney@redhat.com>
5389
5390 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
5391 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
5392 instead of 0..NUM_REGS.
5393 (mips_register_reggroup_p): New function.
5394 (mips_pseudo_register_write): New function.
5395 (mips_pseudo_register_read): New function.
5396 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
5397 based on the register's type.
5398 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
5399 cooked.
5400 (mips_get_saved_register): Simplify. Assert that REGNO is a
5401 pseudo / cooked.
5402 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
5403 (mips_register_type): Replace mips_register_virtual_type. Map
5404 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
5405 when available.
5406 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
5407 that the register is cooked / virtual.
5408 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
5409 Only get the extra info when needed.
5410 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
5411 (mips32_heuristic_proc_desc): Fetch the cooked register.
5412 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
5413 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
5414 (mips_print_register): Use gdbarch_register_type, instead of
5415 REGISTER_VIRTUAL_TYPE.
5416 (print_gp_register_row): Use gdbarch_register_type, instead of
5417 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
5418 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5419 Print the pseudo / cooked registers.
5420 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5421 Print the pseudo / cooked registers.
5422 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
5423 REG_NUM is pseudo / cooked.
5424 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
5425 (mips_n32n64_xfer_return_value): Ditto.
5426 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
5427 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
5428 (mips_register_sim_regno): New function.
5429 (mips_gdbarch_init): Set deprecated_register_byte,
5430 register_group_p, pseudo_register_write, pseudo_register_read,
5431 register_sim_regno, and num_pseudo_regs. Set register_type,
5432 instead of register_virtual_type.
5433 * Makefile.in (mips-tdep.o): Update dependencies.
5434 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
5435 REGISTER_VIRTUAL_TYPE.
5436 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
5437 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
5438 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
5439 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
5440 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
5441
5442 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5443
5444 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
5445 * cli/cli-cmds.c: Include "gdb_vfork.h".
5446 (shell_escape): Use vfork.
5447
5448 2003-06-21 Andrew Cagney <cagney@redhat.com>
5449
5450 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
5451 32 bit floating-point register saves.
5452
5453 * frame.h (deprecated_unwind_get_saved_register): Delete.
5454 * frame.c (deprecated_unwind_get_saved_register): Delete function.
5455 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
5456 and deprecated_get_next_frame_hack instead of
5457 deprecated_unwind_get_saved_register.
5458
5459 * mips-tdep.c (mips_dump_tdep): Do not print
5460 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
5461
5462 * frame.c (get_frame_register): New function.
5463 (frame_unwind_register_signed): New function.
5464 (get_frame_register_signed): New function.
5465 (frame_unwind_register_unsigned): New function.
5466 (get_frame_register_unsigned): New function.
5467 * frame.h: Add comments on naming schema.
5468 (get_frame_register, frame_unwind_register_signed): Declare.
5469 (get_frame_register_signed, get_frame_register_signed): Declare.
5470 (frame_unwind_register_unsigned): Declare.
5471 (get_frame_register_unsigned): Declare.
5472
5473 2003-06-20 Theodore A. Roth <troth@openavr.org>
5474
5475 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
5476
5477 2003-06-20 Theodore A. Roth <troth@openavr.org>
5478
5479 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
5480 (avr_read_sp): Ditto.
5481
5482 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
5483
5484 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5485 * config/arm/nm-linux.h: Likewise.
5486 * config/arm/tm-linux.h: Likewise.
5487 * config/ia64/nm-linux.h: Likewise.
5488 * config/ia64/tm-ia64.h: Likewise.
5489 * config/s390/tm-linux.h: Likewise.
5490 * config/s390/tm-s390.h: Likewise.
5491 * s390-nat.c: Likewise.
5492 * s390-tdep.c: Likewise.
5493
5494 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5495 * config/ia64/linux.mt: Likewise.
5496 * config/m68k/linux.mh: Likewise.
5497 * config/mips/linux.mt: Likewise.
5498 * config/powerpc/linux.mh: Likewise.
5499 * config/sh/linux.mt: Likewise.
5500
5501 2003-06-19 Kris Warkentin <kewarken@qnx.com>
5502
5503 * solib.c (solib_open): Change tests for whether to search
5504 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5505 comments.
5506
5507 2003-06-19 Theodore A. Roth <troth@openavr.org>
5508
5509 * avr-tdep.c (avr_frame_address): Delete function.
5510 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5511 set_gdbarch_frame_args_address.
5512
5513 2003-06-19 Andrew Cagney <cagney@redhat.com>
5514
5515 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5516 (REGISTER_CONVERT_FROM_TYPE): Delete.
5517 (mips_register_convert_to_type): Delete declaration.
5518 (mips_register_convert_from_type): Delete declaration.
5519 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5520 kernel/.
5521
5522 2003-06-19 Michael Snyder <msnyder@redhat.com>
5523
5524 * linux-nat.h: New file.
5525 * linux-nat.c: Include linux-nat.h.
5526 * lin-lwp.c: Include linux-nat.h.
5527 Move struct lwp_info def to linux-nat.h.
5528 * linux-proc.c: Include linux-nat.h.
5529 (linux_make_note_section): Iterate over lwps instead of threads.
5530 (linux_do_thread_registers): Use lwp instead of merged pid.
5531 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
5532 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
5533 Add dependency on linux_nat_h.
5534
5535 2003-06-19 Theodore A. Roth <troth@openavr.org>
5536
5537 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5538
5539 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5540
5541 * varobj.c (get_type, get_target_type): Use check_typedef.
5542
5543 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5544
5545 * breakpoint.c (insert_catchpoint): Call internal_error.
5546
5547 2003-06-19 Theodore A. Roth <troth@openavr.org>
5548
5549 * avr-tdep.c (avr_push_dummy_code): Delete function.
5550 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5551
5552 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5553
5554 * arch-utils.c (default_prepare_to_proceed): Remove.
5555 (generic_prepare_to_proceed): Remove.
5556 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5557 (generic_prepare_to_proceed): Remove prototype.
5558 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5559 * gdbarch.c: Regenerate.
5560 * gdbarch.h: Regenerate.
5561 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5562 * hppah-nat.c (hppa_switched_threads): Remove.
5563 * infrun.c (prepare_to_proceed): New static function, copied from
5564 generic_prepare_to_proceed. Remove select_it argument.
5565 (proceed): Call prepare_to_proceed.
5566 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5567 variables.
5568 (ptrace_wait): Don't set the removed variables.
5569 (hppa_switched_threads): Remove.
5570 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5571 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5572 (lin_lwp_prepare_to_proceed): Remove prototype.
5573 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5574 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5575
5576 2003-06-18 Theodore A. Roth <troth@openavr.org>
5577
5578 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5579 trad-frame.h.
5580 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5581 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5582 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5583 (AVR_PROLOGUE_*): Enumerate prologue types.
5584 (struct frame_extra_info): Remove.
5585 (struct avr_unwind_cache): Define.
5586 (avr_write_sp): Delete function.
5587 (avr_read_fp): Ditto.
5588 (avr_init_extra_frame_info): Ditto.
5589 (avr_pop_frame): Ditto.
5590 (avr_frame_saved_pc): Ditto.
5591 (avr_saved_pc_after_call): Ditto.
5592 (avr_push_return_address): Ditto.
5593 (avr_frame_chain): Ditto.
5594 (avr_store_struct_return): Ditto.
5595 (avr_push_arguments): Ditto.
5596 (avr_scan_prologue): Update comments. Changed to set up the info for
5597 cache unwinding. Now returns end of prologue PC.
5598 (avr_skip_prologue): Better handling of functions lacking a prologue
5599 by using avr_scan_prologue.
5600 (avr_scan_arg_moves): New function.
5601 (avr_saved_regs_unwinder): Ditto.
5602 (avr_frame_unwind_cache): Ditto.
5603 (avr_unwind_pc): Ditto.
5604 (avr_frame_this_id): Ditto.
5605 (avr_frame_prev_register): Ditto.
5606 (avr_frame_p): Ditto.
5607 (avr_frame_base_address ): Ditto.
5608 (avr_unwind_dummy_id): Ditto.
5609 (avr_push_dummy_code): Ditto.
5610 (push_stack_item): Ditto.
5611 (pop_stack_item): Ditto.
5612 (avr_push_dummy_call): Ditto.
5613 (struct stack_item): Define.
5614 (avr_frame_unwind): Declare structure.
5615 (avr_frame_base): Ditto.
5616 (avr_gdbarch_init): Remove calls to
5617 set_gdbarch_deprecated_init_frame_pc,
5618 set_gdbarch_deprecated_target_read_fp,
5619 set_gdbarch_deprecated_dummy_write_sp,
5620 set_gdbarch_deprecated_fp_regnum,
5621 set_gdbarch_deprecated_push_arguments,
5622 set_gdbarch_deprecated_push_return_address,
5623 set_gdbarch_deprecated_pop_frame,
5624 set_gdbarch_deprecated_store_struct_return,
5625 set_gdbarch_deprecated_frame_init_saved_regs,
5626 set_gdbarch_deprecated_init_extra_frame_info,
5627 set_gdbarch_deprecated_frame_chain,
5628 set_gdbarch_deprecated_frame_saved_pc,
5629 set_gdbarch_deprecated_saved_pc_after_call.
5630 Add calls to set_gdbarch_push_dummy_call,
5631 set_gdbarch_push_dummy_code,
5632 frame_unwind_append_predicate,
5633 frame_base_set_default,
5634 set_gdbarch_unwind_dummy_id,
5635 set_gdbarch_unwind_pc.
5636 Wrap a long line.
5637
5638 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
5639
5640 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5641 registers for H8/300S.
5642 (h8300_print_registers_info): Ditto.
5643 (h8300_gdbarch_init): Accommodate register count for H8/300S.
5644
5645 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
5646
5647 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5648 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5649 (lin_lwp_wait): Likewise. Update comments.
5650 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5651 (pull_pid_from_list, linux_record_stopped_pid): New.
5652
5653 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5654
5655 * ada-lang.c (scan_discrim_bound): Name first argument.
5656 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5657 declared by ALL_BLOCK_SYMBOLS.
5658
5659 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5660
5661 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5662 ("regcache.h"): Include it.
5663 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5664
5665 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5666
5667 * NEWS: Mention gdbserver detach change and "disconnect" command.
5668 * infcmd.c (disconnect_command): New function.
5669 (_initialize_infcmd): Add ``disconnect'' command.
5670 * remote.c (remote_async_detach): Delete.
5671 (remote_detach): Merge remote_async_detach.
5672 (remote_disconnect): New.
5673 (init_remote_ops): Set to_disconnect.
5674 (init_remote_cisco_ops): Likewise.
5675 (init_remote_async_ops): Likewise. Use remote_detach.
5676 * target.c (cleanup_target): Default to_disconnect.
5677 (update_current_target): Inherit to_disconnect.
5678 (target_disconnect, debug_to_disconnect): New functions.
5679 (setup_target_debug): Set to_disconnect.
5680 * target.h (struct target_ops): Add to_disconnect.
5681 (target_disconnect): Add prototype.
5682
5683 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5684
5685 * breakpoint.c (insert_catchpoint): New function.
5686 (insert_breakpoints): Use catch_exceptions to call
5687 insert_catchpoint. Disable catchpoints if they fail to insert.
5688
5689 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5690
5691 * symfile.c (reread_symbols): Clear sym_private.
5692
5693 2003-06-17 Andrew Cagney <cagney@redhat.com>
5694
5695 * trad-frame.h (struct frame_info): Add opaque declaration.
5696 * remote-fileio.h (struct cmd_list_element): Add opaque
5697 declaration.
5698 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5699 comments.
5700
5701 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5702
5703 * remote.c (remote_prepare_to_store): Replace call to
5704 deprecated_read_register_bytes with multiple regcache_raw_read
5705 calls.
5706
5707 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5708
5709 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5710 (nto_find_and_open_solib): Likewise.
5711 (nto_init_solib_absolute_prefix): Likewise.
5712 (_initialize_nto_tdep): Fix indentation.
5713
5714 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5715
5716 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5717
5718 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5719
5720 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5721
5722 2003-06-17 Jim Blandy <jimb@redhat.com>
5723
5724 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5725
5726 2003-06-16 Theodore A. Roth <troth@openavr.org>
5727
5728 * avr-tdep.c (avr_extract_return_value): New function.
5729 (avr_gdbarch_init): Set extract_return_value method.
5730
5731 2003-06-16 Andrew Cagney <cagney@redhat.com>
5732
5733 * frame.h (deprecated_get_next_frame_hack): Declare.
5734 * frame.c (legacy_saved_regs_prev_register): Only require
5735 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5736 there are always saved regs.
5737 (deprecated_generic_get_saved_register): Do not require
5738 DEPRECATED_FRAME_INIT_SAVED_REGS.
5739 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5740 use frame ID unwind instead.
5741 (deprecated_get_next_frame_hack): New function.
5742
5743 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5744
5745 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5746 (h8300_push_dummy_call): ...this function. Some minor optimization.
5747 (h8300_push_return_address): Remove.
5748 (h8300_gdbarch_init): Remove calls to
5749 set_gdbarch_deprecated_dummy_write_sp,
5750 set_gdbarch_deprecated_push_arguments and
5751 set_gdbarch_deprecated_push_return_address.
5752 Add call to set_gdbarch_push_dummy_call.
5753
5754 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5755
5756 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5757 (E_PSEUDO_EXR_REGNUM): Ditto.
5758 (h8300_is_argument_spill): Check for instructions moving argument
5759 registers into safe registers.
5760 (h8300_skip_prologue): Check for stm instruction to push registers
5761 used for register variables onto stack.
5762 (gdb_print_insn_h8300): Remove.
5763 (h8300_examine_prologue): Add a comment.
5764 (h8300_register_name): Take pseudo registers into account.
5765 (h8300s_register_name): Ditto.
5766 (h8300sx_register_name): Ditto.
5767 (h8300_print_register): Ditto.
5768 (h8300_print_registers_info): Define "nice" printing order.
5769 (h8300_saved_pc_after_call): Take pseudo registers into account.
5770 (h8300_register_type): Ditto. Return type used for remote connection
5771 when requesting real CCR or EXR register, return actual type when
5772 requesting pseudo CCR or EXR.
5773 (h8300_pseudo_register_read): New function.
5774 (h8300_pseudo_register_write): Ditto.
5775 (h8300_dbg_reg_to_regnum): Ditto.
5776 (h8300s_dbg_reg_to_regnum): Ditto.
5777 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5778 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5779 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5780 set_gdbarch_print_insn architecture dependent.
5781 Call set_gdbarch_pseudo_register_read and
5782 set_gdbarch_pseudo_register_write.
5783 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5784
5785 2003-06-16 Andrew Cagney <cagney@redhat.com>
5786
5787 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5788 * gdbarch.h, gdbarch.c: Re-generate.
5789 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5790 * s390-tdep.c (s390_gdbarch_init): Update.
5791 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5792 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5793 * mips-tdep.c (mips_gdbarch_init): Update.
5794 * mcore-tdep.c (mcore_gdbarch_init): Update.
5795 * cris-tdep.c (cris_gdbarch_init): Update.
5796 * infcall.c (call_function_by_hand): Update.
5797 * ia64-tdep.c (ia64_push_arguments): Update comment.
5798 * frame.c (legacy_get_prev_frame): Do not assume
5799 SAVE_DUMMY_FRAME_TOS_P.
5800 * dummy-frame.c (find_dummy_frame): Update comment.
5801
5802 2003-06-16 Andrew Cagney <cagney@redhat.com>
5803
5804 * regcache.c (do_cooked_read): Do not use register_valid_p.
5805
5806 2003-06-15 Theodore A. Roth <troth@openavr.org>
5807
5808 * avr-tdep.c (avr_register_type): Remove a blank line.
5809 (avr_scan_prologue): Correct some comments.
5810
5811 2003-06-15 Theodore A. Roth <troth@openavr.org>
5812
5813 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5814 prologue types.
5815 Properly scan prologues generated by gcc with the -mcall-prologues
5816 option.
5817 Add code to scan -mcall-prologues for mega devices.
5818
5819 2003-06-15 Theodore A. Roth <troth@openavr.org>
5820
5821 * avr-tdep.c (avr_register_byte): Delete function.
5822 (avr_register_raw_size): Delete function.
5823 (avr_register_virtual_size): Delete function.
5824 (avr_register_virtual_type): Delete function.
5825 (avr_register_type): New function.
5826 (avr_address_to_pointer): Remove unused code.
5827 (avr_read_fp): Need to read FP as two separate bytes due to change to
5828 avr_register_type() usage.
5829 (avr_gdbarch_init): Don't set deprecated_register_size.
5830 Don't set deprecated_register_bytes.
5831 Don't set deprecated_register_byte.
5832 Don't set deprecated_register_raw_size.
5833 Don't set deprecated_max_register_raw_size.
5834 Don't set deprecated_register_virtual_size.
5835 Don't set deprecated_max_register_virtual_size.
5836 Don't set deprecated_register_virtual_type.
5837 Set register_type method.
5838
5839 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
5840
5841 * Makefile.in (linux-nat.o): Add rule.
5842 * linux-nat.c: New file.
5843 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5844 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5845 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5846 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5847 * config/arm/linux.mh (NATDEPFILES): Likewise.
5848 * config/i386/linux.mh (NATDEPFILES): Likewise.
5849 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5850 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5851 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5852 * config/mips/linux.mh (NATDEPFILES): Likewise.
5853 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5854 * config/s390/s390.mh (NATDEPFILES): Likewise.
5855 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5856
5857 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5858
5859 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5860 replace out-of-date comment.
5861
5862 2003-06-15 Andrew Cagney <cagney@redhat.com>
5863
5864 * rdi-share/host.h (Fail): Change to a varargs function.
5865 * remote-rdi.c (Fail): Update.
5866
5867 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5868
5869 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5870 (i386_convert_register_p, i386_register_to_value,
5871 i386_register_from_value): Handle types longer than 8 bytes.
5872
5873 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5874
5875 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5876 Move floating-point code to new function in i387-tdep.c.
5877 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5878 New functions containing code moved here from i386-tdep.c.
5879 * i387-tdep.h: Add opaque declaration for `struct type'.
5880 (i387_register_to_value, i387_value_to_register): New prototypes.
5881 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5882 (x86_64_init_abi): Set convert_register_p, register_to_value and
5883 value_to_register here.
5884
5885 2003-06-14 Andrew Cagney <cagney@redhat.com>
5886
5887 * mips-tdep.c (mips_register_to_value): Make static.
5888 (mips_value_to_register): Make static.
5889 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5890 * ia64-tdep.c (ia64_register_raw_size): Make static.
5891 (ia64_register_virtual_size): Make static.
5892 (ia64_register_byte): Make static.
5893 * i387-tdep.c: Include "i387-tdep.h".
5894 (print_387_control_word): Delete function.
5895 (print_387_status_word): Delete function.
5896 (print_387_status_bits): Delete function.
5897 (print_387_control_bits): Delete function.
5898 * Makefile.in (i387-tdep.o): Update dependencies.
5899 * rdi-share/host.h (Fail): Declare.
5900 * remote-rdi.c (Fail): Update to match declaration.
5901
5902 2003-06-14 Andrew Cagney <cagney@redhat.com>
5903
5904 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5905 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5906 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5907 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5908 * README: Delete reference to remote-array.
5909 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5910 (remote-array.o): Delete target.
5911 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5912 * remote-array.c: Delete file.
5913
5914 2003-06-14 Andrew Cagney <cagney@redhat.com>
5915 Mark Kettenis <kettenis@gnu.org>
5916
5917 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5918 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5919 parameter with "frame".
5920 * gdbarch.h, gdbarch.c: Re-generate.
5921 * frame.h (put_frame_register): Declare.
5922 * frame.c (put_frame_register): New function.
5923 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5924 (legacy_register_to_value): Rewrite, use "frame" to get the
5925 register value.
5926 (legacy_value_to_register): Rewrite, use "frame" to find the
5927 register's location before storing.
5928 * arch-utils.h (legacy_convert_register_p): Update.
5929 (legacy_register_to_value, legacy_value_to_register): Update.
5930 * findvar.c (value_from_register): Rewrite, eliminate use of
5931 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5932 "frame" to REGISTER_TO_VALUE.
5933 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5934 lval_reg_frame_relative + lval_register branch of the switch. Do
5935 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5936 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5937 I386_EDI_REGNUM): New defines.
5938 (i386_next_regnum, i386_convert_register_p,
5939 i386_register_to_value, i386_value_to_register): New functions.
5940 (i386_register_convertible, i386_register_convert_to_virtual,
5941 i386_convert_to_raw): Remove functions.
5942 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5943 value_to_register instead of register_convertible,
5944 register_convert_to_virtual and register_convert_to_raw.
5945 * mips-tdep.c (mips_convert_register_p): New function.
5946 (mips_value_to_register): Replace mips_register_convert_from_type.
5947 (mips_register_to_value): Replace mips_register_convert_to_type.
5948 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5949 register_to_value.
5950 * alpha-tdep.c (alpha_convert_register_p): Update.
5951 (alpha_value_to_register): Update, store the register.
5952 (alpha_register_to_value): Update, fetch the register.
5953
5954 2003-06-14 Theodore A. Roth <troth@openavr.org>
5955
5956 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5957 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5958 Don't set deprecated_call_dummy_words.
5959 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5960 Don't set remote_translate_xfer_address.
5961 (avr_io_reg_read_command): Remove commented out debug printf.
5962 Wrap a long line.
5963
5964 2003-06-14 Theodore A. Roth <troth@openavr.org>
5965
5966 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5967 causes gdb to seg fault.
5968
5969 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
5970
5971 * sparc-nat.c (fetch_inferior_registers): Correct
5972 a reference to "registers".
5973
5974 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
5975
5976 * Makefile.in (exc_request_U_h): Define
5977 (exc_request_S_h): Likewise.
5978 (msg_reply_S_h): Likewise.
5979 (msg_U_h): Likewise.
5980 (notify_S_h): Likewise.
5981 (process_reply_S_h): Likewise.
5982 (gnu-nat.o): Depend on gdb_obstack_h
5983 * gnu-nat.c: Include "gdb_obstack.h".
5984
5985 2003-06-13 Andrew Cagney <cagney@redhat.com>
5986
5987 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5988 * gdbarch.h, gdbarch.c: Re-generate.
5989
5990 2003-06-13 Andrew Cagney <cagney@redhat.com>
5991
5992 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5993 when deprecated REGISTER macros can be deleted.
5994 * gdbarch.h, gdbarch.c: Re-generate.
5995
5996 2003-06-13 Jim Blandy <jimb@redhat.com>
5997
5998 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5999 Linux entry point symbols for _dl_debug_state, too.
6000
6001 2003-06-13 Andrew Cagney <cagney@redhat.com>
6002
6003 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
6004 available, do not use the FP register, and always save the TOS.
6005 * dummy-frame.c (dummy_frame_this_id): Do not assert
6006 SAVE_DUMMY_FRAME_TOS.
6007 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
6008 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
6009 (i386_push_dummy_call): Add 8 to the returned SP.
6010 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
6011 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
6012 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
6013 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
6014 (x86_64_push_dummy_call): Return "sp + 16".
6015 (x86_64_init_abi): Do not set save_dummy_frame_tos.
6016 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6017 save_dummy_frame_tos.
6018
6019 2003-06-13 Jim Blandy <jimb@redhat.com>
6020
6021 * frv-tdep.c (frv_use_struct_convention): Delete static
6022 declaration for function deleted in my change of 2003-06-12.
6023
6024 2003-06-13 Theodore A. Roth <troth@openavr.org>
6025
6026 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
6027 (avr_pointer_to_address): Shift code addrs left 1 bit.
6028 (avr_convert_from_func_ptr_addr): Delete function since operation is
6029 better handled by avr_address_to_pointer and avr_pointer_to_address.
6030 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
6031
6032 2003-06-13 Mark Kettenis <kettenis@gnu.org>
6033
6034 From Kelley Cook <kelleycook@wideopenwest.com>:
6035 * configure.host: Accept i[34567]86 variants.
6036 * configure.tgt: Likewise.
6037 * nlm/configure.in: Likewise.
6038 * nlm/configure: Regenerated.
6039
6040 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
6041
6042 * arm-tdep.c (solib-svr4.h): Dont' include it.
6043 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
6044 * arm-linux-tdep.c: ... here. Make static.
6045 (arm_linux_init_abi): Register it.
6046 (solib-svr4.h): Include it.
6047 * Makefile.in: Update dependencies.
6048 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
6049 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
6050
6051 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
6052
6053 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
6054 indicate registers used for return values.
6055 (struct frame_extra_info): Drop args_pointer and locals_pointer.
6056 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
6057 members.
6058 (h8300_init_extra_frame_info): Ditto.
6059 (h8300_frame_locals_address): Removed.
6060 (h8300_frame_args_address): Removed.
6061 (h8300_extract_return_value): Use new regcache structure. Only care
6062 for 16 bit CPUs.
6063 (h8300h_extract_return_value): Same function for 32 bit CPUs.
6064 (h8300_store_return_value): Use new regcache structure. Only care
6065 for 16 bit CPUs.
6066 (h8300h_store_return_value): Same function for 32 bit CPUs.
6067 (h8300_store_struct_return): Removed.
6068 (h8300_extract_struct_value_address): Use new regcache structure.
6069 (h8300h_extract_struct_value_address): Removed.
6070 (h8300_push_dummy_code): New function.
6071 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
6072 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
6073 set_gdbarch_store_return_value architecture dependent.
6074 Call set_gdbarch_push_dummy_code and
6075 set_gdbarch_extract_struct_value_address.
6076 Remove calls to set_gdbarch_frame_args_address,
6077 set_gdbarch_frame_locals_address,
6078 set_gdbarch_deprecated_store_struct_return,
6079 set_gdbarch_deprecated_extract_return_value,
6080 set_gdbarch_deprecated_extract_struct_value_address,
6081 set_gdbarch_deprecated_call_dummy_words and
6082 set_gdbarch_deprecated_sizeof_call_dummy_words.
6083
6084 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
6085
6086 * h8300-tdep.c (h8300_register_byte): Remove.
6087 (h8300h_register_byte): Remove.
6088 (h8300_register_virtual_type): Remove. Substitute by...
6089 (h8300_register_type): New function.
6090 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
6091 (h8300h_extract_struct_value_address): Ditto.
6092 (h8300_gdbarch_init): Drop calls to
6093 set_gdbarch_deprecated_register_byte and
6094 set_gdbarch_deprecated_register_virtual_type.
6095 Add call to set_gdbarch_register_type.
6096
6097 2003-06-13 Andrew Cagney <cagney@redhat.com>
6098
6099 * gdbarch.sh: Update comments on registers.
6100 (deprecated_register_byte): Rename register_byte.
6101 (deprecated_register_raw_size): Rename register_raw_size.
6102 (deprecated_register_virtual_size): Rename register_virtual_size.
6103 (deprecated_register_virtual_type): Rename register_virtual_type.
6104 * gdbarch.h, gdbarch.c: Re-generate.
6105 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6106 * vax-tdep.c (vax_gdbarch_init): Update.
6107 * v850-tdep.c (v850_gdbarch_init): Update.
6108 * sparc-tdep.c (sparc_gdbarch_init): Update.
6109 * sh-tdep.c (sh_gdbarch_init): Update.
6110 * s390-tdep.c (s390_gdbarch_init): Update.
6111 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6112 * ns32k-tdep.c: Update.
6113 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6114 * mips-tdep.c (mips_gdbarch_init): Update.
6115 * mcore-tdep.c (mcore_gdbarch_init): Update.
6116 * m68k-tdep.c (m68k_gdbarch_init): Update.
6117 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6118 * ia64-tdep.c (ia64_gdbarch_init): Update.
6119 * hppa-tdep.c (hppa_gdbarch_init): Update.
6120 * h8300-tdep.c (h8300_gdbarch_init): Update.
6121 * frv-tdep.c (frv_gdbarch_init): Update.
6122 * cris-tdep.c (cris_gdbarch_init): Update.
6123 * avr-tdep.c (avr_gdbarch_init): Update.
6124 * alpha-tdep.c (alpha_gdbarch_init): Update.
6125 * arm-tdep.c (arm_gdbarch_init): Update.
6126
6127 2003-06-13 Andrew Cagney <cagney@redhat.com>
6128
6129 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
6130 mips_o32_use_struct_convention with always_use_struct_convention.
6131
6132 2003-06-12 David Carlton <carlton@kealia.com>
6133
6134 * cp-namespace.c (cp_set_block_scope): Comment out
6135 processing_has_namespace_info branch.
6136
6137 2003-06-12 Jim Blandy <jimb@redhat.com>
6138
6139 Recognize and skip 64-bit PowerPC Linux linkage functions.
6140 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
6141 insn_pattern, insns_match_pattern, d_field, ds_field): New
6142 functions, macros, and types for working with PPC instructions.
6143 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
6144 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
6145 ppc64_skip_trampoline_code): New functions, variables, and macros
6146 for recognizing and skipping linkage functions.
6147 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
6148 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
6149
6150 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
6151 register offsets for both the 32- and 64-bit interfaces.
6152
6153 Actually finish the job started by my change of 2003-05-29.
6154 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
6155 other #definition of this.
6156 (ppc_linux_skip_trampoline_code): Remove declaration.
6157 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
6158 static.
6159 (ppc_linux_init_abi): Register it as the skip_trampoline_code
6160 method for GDBARCH.
6161
6162 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
6163 'long' on ppc64-*-linux*.
6164
6165 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
6166 isn't #defined, assume the register doesn't exist: act as if
6167 tdep->ppc_mq_regnum were -1.
6168
6169 * configure.host, configure.tgt: Add entries for
6170 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
6171 powerpc/linux.mt.
6172 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
6173 New files.
6174
6175 * arch-utils.c (always_use_struct_convention): New function.
6176 * arch-utils.h (always_use_struct_convention): New prototype.
6177 * alpha-tdep.c (alpha_use_struct_convention): Delete.
6178 (alpha_gdbarch_init): Register always_use_struct_convention,
6179 instead of alpha_use_struct_convention.
6180 * cris-tdep.c (cris_use_struct_convention): Delete.
6181 (cris_gdbarch_init): Register always_use_struct_convention,
6182 instead of cris_use_struct_convention.
6183 * frv-tdep.c (frv_use_struct_convention): Delete.
6184 (frv_gdbarch_init): Register always_use_struct_convention,
6185 instead of frv_use_struct_convention.
6186 * h8300-tdep.c (h8300_use_struct_convention): Delete.
6187 (h8300_gdbarch_init): Register always_use_struct_convention,
6188 instead of h8300_use_struct_convention.
6189 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
6190 (mips_o32_gdbarch_init): Register always_use_struct_convention,
6191 instead of mips_o32_use_struct_convention.
6192
6193 2003-06-12 Andrew Cagney <cagney@redhat.com>
6194
6195 * wince.c: Include "mips-tdep.h".
6196 * mips-tdep.h (mips_next_pc): Declare.
6197 * mcore-tdep.c: Make more local functions static.
6198 * Makefile.in (wince.o): Update dependencies.
6199
6200 2003-06-12 David Carlton <carlton@kealia.com>
6201
6202 * symtab.c (lookup_symbol_aux_minsyms): Replace
6203 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
6204 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
6205 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
6206 SYMBOL_NATURAL_NAME.
6207
6208 2003-06-12 Andreas Schwab <schwab@suse.de>
6209
6210 * Makefile.in (tuiDisassem.o): Update dependencies.
6211
6212 2003-06-12 David Carlton <carlton@bactrian.org>
6213
6214 * symtab.h: Delete declaration of make_symbol_overload_list.
6215 Add declaration of lookup_partial_symbol.
6216 * symtab.c (remove_params): Move to cp-support.c.
6217 (overload_list_add_symbol, make_symbol_overload_list)
6218 (sym_return_val_size, sym_return_val_index): Ditto.
6219 (lookup_partial_symbol): Make extern.
6220 * cp-support.h: Add declaration of make_symbol_overload_list.
6221 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
6222 symtab.h, and block.h.
6223 (remove_params): Move here from symtab.c.
6224 (overload_list_add_symbol, make_symbol_overload_list)
6225 (sym_return_val_size, sym_return_val_index): Ditto.
6226 * valops.c: Include cp-support.h.
6227 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
6228 frame_h, and block_h.
6229 (valops.o): Depend on cp_support_h.
6230
6231 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
6232
6233 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
6234 substitute by NUM_REGS throughout.
6235 (h8300_register_name): Only care for H8/300 and H8/300H registers.
6236 (h8300s_register_name): New function for H8S registers.
6237 (h8300sx_register_name): Ditto for H8SX registers.
6238 (h8300_print_register): Revise register printing, avoid depending
6239 on 32 bit long.
6240 (h8300_register_byte): Only care for H8/300 registers.
6241 (h8300h_register_byte): New function for any other architecture.
6242 (h8300_register_raw_size): Remove.
6243 (h8300_register_virtual_type): Revise to return actually useful
6244 type.
6245 (h8300_extract_struct_value_address): Only care for H8/300 registers.
6246 (h8300h_extract_struct_value_address): New function for any other
6247 architecture.
6248 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
6249 set_gdbarch_register_name, set_gdbarch_register_byte,
6250 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
6251 Remove calls to set_gdbarch_deprecated_register_size,
6252 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
6253 set_gdbarch_deprecated_max_register_raw_size,
6254 set_gdbarch_register_virtual_size and
6255 set_gdbarch_deprecated_max_register_virtual_size entirely.
6256 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
6257 set_gdbarch_long_double_bit.
6258
6259 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6260
6261 * doublest.c (convert_doublest_to_floatformat): When dealing
6262 with the implied integer bit, only alter mant_bits if we are
6263 processing a full 32 bits of mantissa.
6264
6265 2003-06-11 David Carlton <carlton@bactrian.org>
6266
6267 * dictionary.h: New.
6268 * dictionary.c: New.
6269 * block.h: Add opaque declaration for struct dictionary.
6270 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
6271 'sym' members.
6272 (BLOCK_DICT): New macro.
6273 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
6274 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
6275 BLOCK_SHOULD_SORT.
6276 (ALL_BLOCK_SYMBOLS): Update definition.
6277 * Makefile.in (SFILES): Add dictionary.c.
6278 (dictionary_h): New.
6279 (COMMON_OBS): Add dictionary.o.
6280 (dictionary.o): New.
6281 (ada-lang.o): Depend on dictionary_h.
6282 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
6283 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
6284 (mi-cmd-stack.o): Ditto.
6285 (gdbtk-cmds.o): Update dependencies.
6286 (gdbtk-stack.o): Ditto.
6287 * ada-lang.c: Include dictionary.h.
6288 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
6289 (fill_in_ada_prototype, debug_print_block): Ditto.
6290 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
6291 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
6292 'is_sorted'.
6293 * mdebugread.c: Include dictionary.h.
6294 (struct parse_stack): Delete 'maxsyms' member.
6295 (parse_symbol): Update calls to new_block. Delete calls to
6296 shrink_block. Use dictionary methods.
6297 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
6298 Update calls to new_symtab. Don't maintain maxsyms data.
6299 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
6300 (add_symbol): Just call dict_add_symbol.
6301 (new_symtab): Delete 'maxsyms' argument.
6302 (new_symtab): Update calls to new_block.
6303 (new_block): Delete 'maxsyms' argument; add 'function' argument.
6304 (shrink_block): Delete function.
6305 (fixup_sigtramp): Update call to new_block. Add symbol via
6306 dict_add_symbol.
6307 * jv-lang.c: Include dictionary.h.
6308 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
6309 appropriately. Set class_symtab->free_func. Make sure the
6310 blockvector is big enough to hold two blocks.
6311 (add_class_symtab_symbol): Use dictionary methods.
6312 (free_class_block): New function.
6313 (type_from_class): Replace explicit iteration by
6314 ALL_BLOCK_SYMBOLS.
6315 * symtab.h (struct symtab): Replace 'free_ptr' method by
6316 'free_func'.
6317 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
6318 sort_symtab_syms.
6319 * dwarfread.c (psymtab_to_symtab_1): Delete call to
6320 sort_symtab_syms.
6321 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
6322 Include dictionary.h.
6323 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
6324 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
6325 sort_symtab_syms.
6326 * objfiles.c: Include dictionary.h.
6327 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
6328 * buildsym.c: Include dictionary.h.
6329 (finish_block): Use dictionary methods.
6330 (end_symtab): Set free_func to NULL, not free_ptr.
6331 * tracepoint.c: Include dictionary.h.
6332 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
6333 (scope_info): Ditto.
6334 * stack.c: Include dictionary.h.
6335 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
6336 (print_block_frame_labels, print_frame_arg_vars)
6337 (print_frame_args): Ditto.
6338 * symmisc.c (free_symtab_block): Use dictionary methods.
6339 (dump_symtab): Ditto.
6340 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
6341 Include dictionary.h.
6342 * symfile.h: Delete declarations of sort_block_syms,
6343 sort_symtab_syms.
6344 * symfile.c (sort_block_syms): Delete.
6345 (sort_symtab_syms): Delete.
6346 * symtab.c: Include dictionary.h.
6347 (lookup_block_symbol): Use dictionary iterators.
6348 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
6349 (search_symbols, make_symbol_completion_list): Ditto.
6350 (make_symbol_overload_list): Ditto.
6351 * valops.c (value_of_local): Use dict_empty.
6352 Include dictionary.h.
6353
6354 2003-06-11 J. Brobecker <brobecker@gnat.com>
6355
6356 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
6357
6358 2003-06-11 David Carlton <carlton@bactrian.org>
6359
6360 * block.h (BLOCK_SHOULD_SORT): Delete.
6361 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
6362 blocks.
6363 * ada-lang.c (ada_add_block_symbols): Ditto.
6364 * symfile.c (sort_block_syms): Delete.
6365 (sort_symtab_syms): Ditto.
6366 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
6367 declarations.
6368 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
6369 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
6370 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
6371 * dwarfread.c (psymtab_to_symtab_1): Ditto.
6372 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
6373 * mdebugread.c (psymtab_to_symtab_1): Ditto.
6374 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
6375
6376 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6377
6378 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
6379 bits to 128.
6380
6381 2003-06-11 Andrew Cagney <cagney@redhat.com>
6382
6383 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
6384 REGISTER_CONVERTIBLE.
6385 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
6386 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
6387 * gdbarch.h, gdbarch.c: Re-generate.
6388 * arch-utils.h (deprecated_register_convertible_not): Rename
6389 generic_register_convertible_not.
6390 * arch-utils.c (deprecated_register_convertible_not): Rename
6391 generic_register_convertible.
6392 (legacy_convert_register_p, legacy_register_to_value): Update.
6393 * sh-tdep.c (sh64_push_arguments): Update.
6394 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
6395 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
6396 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
6397 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
6398 * arch-utils.c (legacy_value_to_register): Update.
6399 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6400 (rs6000_register_convert_to_raw): Make parameter "from" const.
6401 * mips-tdep.c (mips_gdbarch_init): Update.
6402 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
6403 * infcmd.c (default_print_registers_info): Update.
6404 * ia64-tdep.c (ia64_gdbarch_init): Update.
6405 (ia64_register_convert_to_raw): Make parameter "from" const.
6406 * i386-tdep.c (i386_gdbarch_init): Update.
6407 (i386_register_convert_to_raw): Update.
6408
6409 2003-06-11 Andrew Cagney <cagney@redhat.com>
6410
6411 * remote-fileio.c: Include "remote-fileio.h".
6412 * Makefile.in (remote-fileio.o): Update dependencies.
6413 (remote_fileio_h): Fix typo.
6414
6415 2003-06-11 Andrew Cagney <cagney@redhat.com>
6416
6417 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
6418 (xstormy16_save_dummy_frame_tos): Make static.
6419 (_initialize_xstormy16_tdep): Add declaration.
6420 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6421 * v850-tdep.c: Make local functions static.
6422 (_initialize_v850_tdep): Add declaration.
6423 * sparc-tdep.c: Make local functions static.
6424 (_initialize_sparc_tdep): Add declaration.
6425 * sh-tdep.c: Make local functions static.
6426 (_initialize_sh_tdep): Add declaration.
6427 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
6428 * s390-tdep.c: Make local functions static.
6429 (_initialize_s390_tdep): Add declaration.
6430 * dbxread.c (find_stab_function_addr): Make static.
6431 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
6432 * ocd.c (_initialize_remote_ocd): Add declaration.
6433 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
6434 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
6435 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
6436 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
6437 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6438 * remote-array.c (_initialize_array): Add declaration.
6439 (_initialize_remote_monitors): Add declaration.
6440 * remote-mips.c: Make local functions static.
6441 (_initialize_remote_mips): Add declaration.
6442 * mcore-tdep.c: Make all local functions static.
6443 (_initialize_mcore_tdep): Add declaration.
6444 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
6445 * abug-rom.c (_initialize_abug_rom): Add declaration.
6446 * rom68k-rom.c (_initialize_rom68k): Add declaration.
6447 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
6448 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6449 * remote-est.c (_initialize_est): Add declaration.
6450 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6451 (m68hc11_call_dummy_address): Make static.
6452 * ia64-tdep.c: Make local functions static.
6453 (_initialize_ia64_tdep): Add declaration.
6454 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
6455 * monitor.c (monitor_wait_filter): Make static.
6456 (_initialize_remote_monitors): Add declaration.
6457 * remote-hms.c (_initialize_remote_hms): Add declaration.
6458 * remote-e7000.c (fetch_regs_from_dump): Make static.
6459 (expect_n): Make static.
6460 (_initialize_remote_e7000): Add declaration.
6461 * ser-e7kpc.c: Always include "defs.h".
6462 (_initialize_ser_e7000pc): Add declaration.
6463 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6464 * cris-tdep.c: Make all but one function static.
6465 (_initialize_cris_tdep): Add declaration.
6466 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6467 * solib.c (update_solib_list): Make static.
6468 (_initialize_solib): Add declaration.
6469 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
6470 (_initialize_avr_tdep): Add declaration.
6471 * remote-rdi.c (voiddummy): Make static.
6472 (_initialize_remote_rdi): Add declaration.
6473 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6474 * remote-rdp.c (send_rdp): Make static.
6475 (_initialize_remote_rdp): Add declaration.
6476 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6477
6478 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
6479
6480 * remote-fileio.c: Make ari happy.
6481
6482 2003-06-10 J. Brobecker <brobecker@gnat.com>
6483
6484 * rs6000-nat.c (child_xfer_memory): Compute the right address when
6485 fetching the trailing bytes of the buffer we are about to write.
6486
6487 2003-06-10 Andrew Cagney <cagney@redhat.com>
6488
6489 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6490 * Makefile.in (remote-fileio.o): Update dependencies.
6491 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
6492 include <setjmp.h>, or <sys/types.h> conditional on USG.
6493 (remote_fio_jmp_buf): Delete global variable.
6494
6495 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
6496 Martin M. Hunt <hunt@redhat.com>
6497
6498 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6499 (SFILES): Add remote-fileio.c.
6500 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
6501 dependencies for building remote.o.
6502 * remote-fileio.c: New file implementing the remote File-I/O protocol.
6503 * remote-fileio.h: New header file defining remote File-I/O interface.
6504 * remote.c (remote_write_bytes, remote_read_bytes): Remove
6505 static storage class.
6506 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6507 'F' packet.
6508 (_initialize_remote): Call initialize_remote_fileio().
6509 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
6510 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6511 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6512 (captured_main): Initialize new ui_files.
6513 * ui-file.c: Add read and fgets input functions.
6514 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6515 (null_file_read): New function.
6516 (ui_file_read): New function.
6517 (set_ui_file_read): New function.
6518 (stdio_file_read): New function.
6519 * ui-file.h: New type ui_file_read_ftype.
6520 (set_ui_file_read): Declare.
6521 (ui_file_read): Declare.
6522
6523 2003-06-09 Andrew Cagney <cagney@redhat.com>
6524
6525 * frame.h (deprecated_unwind_get_saved_register): Rename
6526 generic_unwind_get_saved_register, update comments.
6527 * mips-tdep.c (mips_get_saved_register): Update.
6528 * frame.c (deprecated_unwind_get_saved_register): Update.
6529
6530 2003-06-09 Andrew Cagney <cagney@redhat.com>
6531
6532 * vax-tdep.c (vax_frame_locals_address): Delete function.
6533 (vax_gdbarch_init): Do not set frame_locals_address.
6534 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6535 (m68hc11_gdbarch_init): Do not set frame_locals_address.
6536 * s390-tdep.c (s390_frame_args_address): Delete function.
6537 (s390_gdbarch_init): Do not set frame_args_address or
6538 frame_locals_address.
6539 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6540 (ns32k_gdbarch_init): Do not set frame_locals_address.
6541 * hppa-tdep.c (hppa_frame_args_address): Delete function.
6542 (hppa_frame_locals_address): Delete function.
6543 (hppa_gdbarch_init): Do not set frame_args_address, or
6544 frame_locals_address.
6545 * arm-tdep.c (arm_frame_args_address): Delete.
6546 (arm_frame_locals_address): Delete.
6547 (arm_gdbarch_init): Do not set frame_args_address, or
6548 frame_locals_address.
6549
6550 2003-06-09 Andrew Cagney <cagney@redhat.com>
6551
6552 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6553 * gdbarch.h, gdbarch.c: Re-generate.
6554 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6555 * arch-utils.c (frame_num_args_unknown): Delete function.
6556 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6557 (frame_info): Use FRAME_NUM_ARGS_P.
6558 * arm-tdep.c (arm_frame_num_args): Delete function.
6559 (arm_gdbarch_init): Do not set frame_num_args.
6560 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6561 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6562 (hppa_gdbarch_init): Do not set frame_num_args.
6563 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6564 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6565 frame_num_args to default frame_num_args_unknown.
6566 * v850-tdep.c (v850_gdbarch_init): Ditto.
6567 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6568 * sh-tdep.c (sh_gdbarch_init): Ditto.
6569 * s390-tdep.c (s390_gdbarch_init): Ditto.
6570 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6571 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6572 * mips-tdep.c (mips_gdbarch_init): Ditto.
6573 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6574 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6575 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6576 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6577 * i386-tdep.c (i386_gdbarch_init): Ditto.
6578 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6579 * frv-tdep.c (frv_gdbarch_init): Ditto.
6580 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6581 * cris-tdep.c (cris_gdbarch_init): Ditto.
6582 * avr-tdep.c (avr_gdbarch_init): Ditto.
6583 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6584
6585 2003-06-09 Andrew Cagney <cagney@redhat.com>
6586
6587 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6588 (print_frame_args): Moved to "stack.c".
6589 * stack.c: Include "gdb_assert.h".
6590 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6591 (print_frame_args): Moved from "printcmd.c".
6592 * frame.h (print_frame_args): Delete declaration.
6593 * Makefile.in (stack.o): Update dependencies.
6594
6595 2003-06-08 Andrew Cagney <cagney@redhat.com>
6596
6597 * frame.c (get_prev_frame): Remove reference to
6598 frame_args_address_correct in comments.
6599 * frame-base.c (default_frame_args_address): Delete code
6600 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6601 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6602 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6603 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6604 (vax_frame_args_address_correct): Delete declaration.
6605
6606 2003-06-08 Andrew Cagney <cagney@redhat.com>
6607
6608 * gdbarch.sh (UNWIND_SP): Add.
6609 * gdbarch.h, gdbarch.c: Re-generate.
6610 * frame.c (frame_sp_unwind): New function.
6611 (get_frame_sp): New function.
6612 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6613 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6614 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6615 value.
6616 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6617 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6618
6619 2003-06-08 Andrew Cagney <cagney@redhat.com>
6620
6621 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6622 REMOTE_BREAKPOINT.
6623 * remote.c: Update.
6624 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6625 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6626 * config/m68k/tm-sun3.h: Update.
6627 * config/m68k/tm-m68klynx.h: Update.
6628 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6629
6630 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6631 trad_frame". Update comments.
6632 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6633 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6634 (trad_frame_register_value, trad_frame_prev_register): Update.
6635
6636 2003-06-08 Andrew Cagney <cagney@redhat.com>
6637
6638 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6639 from GCC's acinclude.m4.
6640 * configure.in: Check for getopt's delcaration.
6641 * aclocal.m4, config.in, configure: Re-generate.
6642 * main.c (error_init): Delete declaration.
6643 * defs.h (error_init): Declare.
6644 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6645 (rs6000_convert_from_func_ptr_addr): Make static.
6646 (_initialize_rs6000_tdep): Add declaration.
6647 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6648 (show_commands, set_verbose, show_history): Delete declaration.
6649 * top.h (set_verbose): Add declaration.
6650 (show_history, set_history, show_commands): Add declaration.
6651 (do_restore_instream_cleanup): Add declaration.
6652 * objc-lang.c (specialcmp): Make static.
6653 (print_object_command): Make static.
6654 (find_objc_msgsend): Make static.
6655 (find_objc_msgcall_submethod_helper): Make static.
6656 (find_objc_msgcall_submethod): Make static.
6657 (_initialize_objc_language): Add declaration.
6658 (find_implementation_from_class): Make static.
6659 (find_implementation): Make static.
6660 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6661 * objc-lang.h (lookup_struct_typedef): Add declaration.
6662 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6663 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6664 (do_restore_user_call_depth): Make static.
6665 (do_restore_instream_cleanup): Delete declaration.
6666 (dont_repeat): Delete declaration.
6667 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6668 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6669 * reggroups.c (_initialize_reggroup): Add declaration.
6670 * cp-support.c (_initialize_cp_support): Add declaration.
6671 * cp-abi.c (_initialize_cp_abi): Add declaration.
6672 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6673 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6674 (_initialize_gnu_v3_abi): Add declaration.
6675 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6676 (_initialize_gnu_v2_abi): Add declaration.
6677 * frame-base.c (_initialize_frame_base): Add declaration.
6678 * doublest.c (floatformat_from_length): Make static.
6679 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6680 * frame.c (create_sentinel_frame): Make static.
6681 (_initialize_frame): Add declaration.
6682 * top.c (do_catch_errors): Make static.
6683 (gdb_rl_operate_and_get_next_completion): Make static.
6684 * typeprint.c: Include "typeprint.h".
6685 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6686 (sentinel_frame_this_id): Make static.
6687 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6688 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6689 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6690 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6691 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6692 * maint.c (maintenance_print_architecture): Make static.
6693 * signals/signals.c (_initialize_signals): Add declaration.
6694 * std-regs.c (_initialize_frame_reg): Add declaration.
6695 * jv-exp.y (push_variable): ISO C definition.
6696 (push_qualified_expression_name): Ditto.
6697 * memattr.c (_initialize_mem): Add declaration.
6698 * remote.c (remote_check_watch_resources): Make static.
6699 (remote_stopped_by_watchpoint): Make static.
6700 (remote_stopped_data_address): Make static.
6701 * d10v-tdep.c (nr_dmap_regs): Make static.
6702 (a0_regnum): Make static.
6703 (d10v_frame_unwind_cache): Make static.
6704 (d10v_frame_p): Make static.
6705 * osabi.c (show_osabi): Make static.
6706 (_initialize_gdb_osabi): Add extern declaration.
6707 * gdbtypes.c (make_qualified_type): Make static.
6708 (safe_parse_type): Make static.
6709 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6710 * macrotab.c (macro_bcache_free): Make static.
6711 * interps.c (interp_set_quiet): Make static.
6712 (interpreter_exec_cmd): Make static.
6713 * stack.h (select_frame_command): New file.
6714 * stack.c: Include "stack.h".
6715 (select_frame_command_wrapper): Delete function.
6716 (select_frame_command): Make global.
6717 * infcall.c: Include "infcall.h".
6718 * linespec.c: Include "linespec.h".
6719 * symfile.c (sections_overlap): Make static.
6720 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6721 * charset.c (_initialize_charset): Add missing prototype.
6722 * regcache.c (init_legacy_regcache_descr): Make static.
6723 (do_regcache_xfree): Make static.
6724 (regcache_xfer_part): Make static.
6725 (_initialize_regcache): Add missing prototype.
6726 * breakpoint.c (parse_breakpoint_sals): Make static.
6727 (breakpoint_sals_to_pc): Make static.
6728 * interps.h (clear_interpreter_hooks): ISO C declaration.
6729 * Makefile.in (stack_h): Define.
6730 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6731 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6732
6733 2003-06-08 Andrew Cagney <cagney@redhat.com>
6734
6735 * Makefile.in (d10v-tdep.o): Update dependencies.
6736 (SFILES): Add trad-frame.c.
6737 (trad_frame_h): Define.
6738 (COMMON_OBS): Add trad-frame.o.
6739 (trad-frame.o): Specify dependencies.
6740 * d10v-tdep.c: Include "trad-frame.h".
6741 (saved_regs_unwinder): Delete function.
6742 (d10v_frame_prev_register): Use trad_frame_prev_register.
6743 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6744 trad_frame", delete "regs" and "prev_sp".
6745 (prologue_find_regs): Use trad-frame.
6746 * trad-frame.h, trad-frame.c: New files.
6747
6748 2003-06-08 Mark Kettenis <kettenis@gnu.org>
6749
6750 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6751
6752 2003-06-07 Adam Fedor <fedor@gnu.org>
6753
6754 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6755 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6756 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6757 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
6758 resolve_msgsend_super, resolve_msgsend_super_stret):
6759 Use it.
6760
6761 2003-06-07 Andrew Cagney <cagney@redhat.com>
6762
6763 * symfile.h: Re-indent, clean up comments.
6764
6765 2003-06-07 Andrew Cagney <cagney@redhat.com>
6766
6767 * inferior.h (deprecated_write_sp): Replace
6768 generic_target_write_sp.
6769 * regcache.c (deprecated_write_sp): Replace
6770 generic_target_write_sp.
6771 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6772 * vax-tdep.c (vax_gdbarch_init): Update.
6773 * v850-tdep.c (v850_gdbarch_init): Update.
6774 * sparc-tdep.c (sparc_gdbarch_init): Update.
6775 * sh-tdep.c (sh_gdbarch_init): Update.
6776 * s390-tdep.c (s390_gdbarch_init): Update.
6777 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6778 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6779 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6780 * mcore-tdep.c (mcore_gdbarch_init): Update.
6781 * m68k-tdep.c (m68k_gdbarch_init): Update.
6782 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6783 * ia64-tdep.c (ia64_gdbarch_init): Update.
6784 * h8300-tdep.c (h8300_gdbarch_init): Update.
6785 * frv-tdep.c (frv_gdbarch_init): Update.
6786 * cris-tdep.c (cris_gdbarch_init): Update.
6787 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6788
6789 2003-06-07 Andrew Cagney <cagney@redhat.com>
6790
6791 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6792 Assert that PC_REGNUM is valid.
6793 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6794
6795 2003-06-07 Andrew Cagney <cagney@redhat.com>
6796
6797 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6798 * gdbarch.h, gdbarch.c: Regenerate.
6799 * mn10300-tdep.c: Include "gdb_assert.h".
6800 (mn10300_read_fp): New function.
6801 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6802 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6803 * ia64-tdep.c: Include "gdb_assert.h".
6804 (ia64_read_fp): New function.
6805 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6806 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6807 * regcache.c (generic_target_read_sp): Delete function.
6808 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6809 * inferior.h (generic_target_read_sp): Delete declaration.
6810 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6811 generic_target_read_sp.
6812 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6813 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6814 * sh-tdep.c (sh_gdbarch_init): Ditto.
6815 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6816 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6817
6818 2003-06-07 Andrew Cagney <cagney@redhat.com>
6819
6820 * gdbarch.sh: Comment each field of startup_gdbarch.
6821 * gdbarch.h, gdbarch.c: Re-generate.
6822
6823 2003-06-07 Andrew Cagney <cagney@redhat.com>
6824
6825 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6826 * gdbarch.h, gdbarch.c: Re-generate.
6827 * regcache.c: Update comments on read_pc et.al.
6828 (generic_target_read_pc): Delete function.
6829 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6830 * inferior.h (generic_target_read_pc): Delete declaration.
6831 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6832 generic_target_read_pc.
6833 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6834 * sh-tdep.c (sh_gdbarch_init): Ditto.
6835 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6836 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6837
6838 2003-06-07 Andrew Cagney <cagney@redhat.com>
6839
6840 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6841 "index" with "special_local_sect". Use strcmp instead of STREQ.
6842 Append period to coments.
6843
6844 2003-06-06 Mark Mitchell <mark@codesourcery.com>
6845
6846 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6847 (elfstab_offset_sections): Likewise.
6848 * gdb-stabs.h (stab_section_info): Likewise.
6849 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6850 * objfiles.c (objfile_relocate): Likewise.
6851 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6852 * remote.c (get_offsets): Likewise.
6853 (remote_cisco_objfile_relocate): Likewise.
6854 * somread.c (som_symfile_offsets): Likewise.
6855 * symfile.c (alloc_section_addr_info): New function.
6856 (build_section_addr_info_from_section_tab): Use it.
6857 (free_section_addr_info): Adjust.
6858 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6859 (syms_from_objfile): Allocate local_addr dynamically.
6860 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6861 dynamically.
6862 (add_symbol_file_command): Allocate sect_opts dynamically.
6863 (reread_symbols): Avoid use of SECT_OFF_MAX.
6864 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6865 (alloc_section_addr_info): Declare it.
6866 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6867 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6868 dynamically.
6869 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
6870
6871 2003-06-06 Andrew Cagney <cagney@redhat.com>
6872
6873 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6874 (d10v_frame_unwind_cache): Do not set "return_pc".
6875
6876 2003-06-06 Michael Snyder <msnyder@redhat.com>
6877
6878 * h8300-tdep.c: Make tidy (long lines).
6879
6880 2003-06-06 Michal Ludvig <mludvig@suse.cz>
6881
6882 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
6883 to regcache_collect().
6884
6885 2003-06-05 J. Brobecker <brobecker@gnat.com>
6886
6887 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6888 pc_in_sigtramp multiarch method.
6889 (hppa_hpux_som_init_abi): Use it.
6890 (hppa_hpux_elf_init_abi): Likewise.
6891 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6892 macro has been multiarched.
6893 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6894 macro here, as hppa64 isn't multiarched yet.
6895
6896 2003-06-05 Andrew Cagney <cagney@redhat.com>
6897
6898 * Makefile.in (value_h): Add $(frame_h).
6899 * value.h: Include "frame.h".
6900 (struct value): Replace "frame_addr" with "frame_id".
6901 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6902 * values.c (allocate_value): Use VALUE_FRAME_ID.
6903 (value_copy): Use VALUE_FRAME_ID.
6904 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6905 * valops.c (value_assign): Update. Use frame_find_by_id.
6906
6907 2003-06-05 Michal Ludvig <mludvig@suse.cz>
6908
6909 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6910 in each pass.
6911
6912 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6913
6914 * thread-db.c (check_event): For create/death event breakpoints,
6915 loop through all messages to ensure that we read the message
6916 corresponding to the breakpoint we are at.
6917
6918 2003-06-04 Michael Snyder <msnyder@redhat.com>
6919
6920 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6921
6922 2003-06-04 Mark Kettenis <kettenis@gnu.org>
6923
6924 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6925 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6926 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6927 when handling .eh_frame sections.
6928
6929 2003-06-04 J. Brobecker <brobecker@gnat.com>
6930
6931 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6932 prepare_to_proceed procedure instead of the hppa-specific one.
6933 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6934
6935 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
6936
6937 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6938 * config.in: Regenerated.
6939 * configure.in: Add test for syscall function and check for
6940 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6941 * configure: Regenerated.
6942 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6943 <sys/syscall.h>.
6944 (kill_lwp): New function that uses tkill syscall or
6945 uses kill, depending on whether threading model is nptl or not.
6946 All callers of kill() changed to use kill_lwp().
6947 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6948 see if all threads have already exited in the nptl model.
6949 (stop_and_resume_callback): New callback function used by the
6950 lin_lwp_wait thread exit handling code.
6951 (stop_wait_callback): Check for threads already having exited and
6952 delete such threads fromt the lwp list when discovered.
6953 (stop_callback): Don't assert retcode of kill call.
6954
6955 Roland McGrath <roland@redhat.com>
6956 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6957 nptl libthread_db.
6958
6959 2003-06-03 Richard Henderson <rth@redhat.com>
6960
6961 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6962 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6963 (alpha_sigtramp_frame_prev_register): Likewise.
6964 (alpha_heuristic_frame_prev_register): Likewise.
6965 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6966
6967 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
6968 alpha-specific register id names.
6969 (alpha_mdebug_frame_unwind_cache): Likewise.
6970 (alpha_mdebug_frame_prev_register): Likewise.
6971
6972 2003-06-03 Richard Henderson <rth@redhat.com>
6973
6974 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6975 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6976 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6977 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6978 unwind routines.
6979 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6980 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6981 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6982
6983 * alpha-linux-tdep.c: Remove unnecessary includes.
6984 * Makefile.in (alpha-linux-tdep.o): Update.
6985
6986 2003-06-03 Richard Henderson <rth@redhat.com>
6987
6988 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6989 (alphabsd_fill_fpreg): Likewise.
6990
6991 2003-06-03 J. Brobecker <brobecker@gnat.com>
6992
6993 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6994 references to struct frame_info fields by calls to the equivalent
6995 accessors. Necessary now that frame_info is opaque.
6996
6997 2003-06-03 J. Brobecker <brobecker@gnat.com>
6998
6999 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
7000 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
7001 structure, field no longer exists.
7002
7003 2003-06-03 J. Brobecker <brobecker@gnat.com>
7004
7005 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7006 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
7007
7008 2003-06-03 J. Brobecker <brobecker@gnat.com>
7009
7010 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
7011 references to struct frame_info fields by calls to the equivalent
7012 accessors. Necessary now that frame_info is opaque.
7013
7014 2003-06-03 J. Brobecker <brobecker@gnat.com>
7015
7016 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
7017 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
7018 structure, field no longer exists.
7019
7020 2003-06-03 Theodore A. Roth <troth@openavr.org>
7021
7022 * remote.c (init_remote_state): Compute sizeof_g_packet by
7023 accumulation of the size of all registers instead of blindly using
7024 DEPRECATED_REGISTER_BYTES.
7025
7026 2003-06-03 Michael Snyder <msnyder@redhat.com>
7027
7028 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
7029 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
7030 for h8300sx.
7031
7032 2003-06-03 J. Brobecker <brobecker@gnat.com>
7033
7034 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
7035 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7036
7037 2003-06-03 Andrew Cagney <cagney@redhat.com>
7038
7039 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
7040 (sparc_convert_to_raw): Delete function.
7041 (sparc_gdbarch_init): Do not set register_convert_to_raw or
7042 register_convert_to_virtual.
7043
7044 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
7045
7046 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
7047 layer if not dealing with a statically-linked threaded program.
7048
7049 2003-06-03 Kris Warkentin <kewarken@qnx.com>
7050
7051 * solib.c (solib_open): Update comment to reflect actual search order.
7052
7053 2003-06-03 Andrew Cagney <cagney@redhat.com>
7054
7055 * frame.c (get_frame_memory_signed): New function.
7056 (get_frame_memory, get_frame_memory_unsigned): New function.
7057 (get_frame_arch): New function.
7058 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
7059 (get_frame_memory, get_frame_unsigned_memory): Declare.
7060 * d10v-tdep.c (d10v_frame_unwind_cache): Use
7061 get_frame_memory_unsigned and get_frame_arch.
7062 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
7063
7064 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
7065
7066 * MAINTAINERS (write after approval): Add myself.
7067
7068 2003-06-03 Jim Blandy <jimb@redhat.com>
7069
7070 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
7071 elements of gregset_t are 64 bits each, but access registers
7072 are still 32 bits, so they're packed two per gregset_t
7073 element. Unpack/pack them properly.
7074
7075 2003-06-02 David Carlton <carlton@bactrian.org>
7076
7077 * linespec.c (find_methods): Break out code into
7078 add_matching_methods and add_constructors.
7079 (add_matching_methods): New.
7080 (add_constructors): Ditto.
7081
7082 2003-06-02 Andrew Cagney <cagney@redhat.com>
7083
7084 * sparc-tdep.c (sparc_print_registers): Delete call to
7085 REGISTER_CONVERTIBLE.
7086 (sparc_gdbarch_init): Do not set register_convertible.
7087 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7088 * frv-tdep.c (frv_gdbarch_init): Ditto.
7089 * cris-tdep.c (cris_gdbarch_init): Ditto.
7090
7091 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
7092
7093 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
7094 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
7095 (syms_from_objfile): Ditto.
7096
7097 2003-06-03 Andreas Schwab <schwab@suse.de>
7098
7099 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
7100 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
7101
7102 2003-06-02 Richard Henderson <rth@redhat.com>
7103
7104 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
7105 a member of all_reggroup.
7106
7107 2003-06-02 Richard Henderson <rth@redhat.com>
7108
7109 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
7110 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
7111 (alpha_lds, alpha_sts): New.
7112 (alpha_convert_register_p): Change from _register_convertible.
7113 (alpha_register_to_value): Change from _convert_to_virtual;
7114 restructure and fail for type sizes other than 4 or 8.
7115 (alpha_value_to_register): Similarly.
7116 (alpha_extract_return_value): Use alpha_sts.
7117 (alpha_store_return_value): Use alpha_lds.
7118 (alpha_gdbarch_init): Update hooks.
7119
7120 2003-06-02 Richard Henderson <rth@redhat.com>
7121
7122 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
7123 regnum identifiers.
7124 (alpha_sigtramp_register_address): Likewise.
7125
7126 2003-06-02 Richard Henderson <rth@redhat.com>
7127
7128 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
7129 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
7130 * alpha-tdep.h: Declare them.
7131
7132 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
7133 Remove zerobuf. Don't error on UNIQUE.
7134 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
7135 (ALPHA_REGSET_UNIQUE): Provide default.
7136 (supply_gregset): Use alpha_supply_int_regs.
7137 (fill_gregset): Use alpha_fill_int_regs.
7138 (supply_fpregset): Use alpha_supply_fp_regs.
7139 (fill_fpregset): Use alpha_fill_fp_regs.
7140 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
7141 (alphabsd_supply_reg): Use alpha_supply_int_regs.
7142 (alphabsd_fill_reg): Use alpha_fill_int_regs.
7143 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
7144 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
7145 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
7146
7147 2003-06-02 Richard Henderson <rth@redhat.com>
7148
7149 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
7150
7151 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
7152 (alpha_store_return_value): Likewise.
7153
7154 2003-06-02 David Carlton <carlton@math.stanford.edu>
7155
7156 * block.c (contained_in): Add 'const' to arguments.
7157 (block_function): Ditto.
7158 * block.h: Update declarations for block_function and
7159 contained_in.
7160
7161 2003-06-02 David Carlton <carlton@math.stanford.edu>
7162
7163 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
7164 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
7165 * p-valprint.c (pascal_val_print): Ditto.
7166 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
7167
7168 2003-06-02 Richard Henderson <rth@redhat.com>
7169
7170 * alpha-tdep.c (alpha_push_dummy_call): Use
7171 builtin_type_ieee_double_little instead of builtin_type_double.
7172
7173 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
7174 sign-extension of 32-bit values.
7175 (alpha_store_return_value): Similarly.
7176
7177 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
7178 (alpha_extract_return_value): Likewise.
7179 (alpha_store_return_value): Likewise.
7180
7181 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
7182 (alpha_store_return_value): Error on IEEE Quad floats.
7183
7184 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
7185 (alpha_extract_struct_value_address): Likewise.
7186 (alpha_store_return_value): Likewise.
7187 (alpha_store_struct_return): Remove.
7188 (alpha_gdbarch_init): Update hook registration to match.
7189
7190 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
7191 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
7192 macros where appropriate.
7193 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
7194 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
7195
7196 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
7197 for SP, GP; void_func_ptr for PC; non-language-specific types
7198 for all others.
7199 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
7200
7201 2003-06-02 Richard Henderson <rth@redhat.com>
7202
7203 * top.h (lim_at_start): Declare.
7204 * main.c (captured_main): Set it.
7205 * top.c (lim_at_start): Define.
7206 (command_loop): Use it instead of &environ.
7207 * event-top.c (command_handler): Likewise.
7208
7209 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
7210
7211 * mipsnbsd-tdep.c: Update copyright years.
7212 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
7213
7214 2003-06-01 Richard Henderson <rth@redhat.com>
7215
7216 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
7217 (alpha-linux-tdep.o): Update dependencies.
7218 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
7219 * alpha-mdebug-tdep.c: Remove unneeded includes.
7220
7221 2003-06-01 Richard Henderson <rth@redhat.com>
7222
7223 * alpha-tdep.c (alpha_register_reggroup_p): New.
7224 (alpha_gdbarch_init): Register it.
7225
7226 2003-06-02 Andrew Cagney <cagney@redhat.com>
7227
7228 * dwarfread.c: Eliminate "register"
7229 (decode_die_type): Eliminate assignment within "if".
7230 (struct_type, decode_array_element_type): Ditto.
7231 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
7232 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
7233 (decode_modified_type, completedieinfo): Ditto.
7234 * block.c: Eliminate "register".
7235 (blockvector_for_pc_sect): Eliminate assignment within "if".
7236 * cp-support.h (struct symbol): Opaque declaration.
7237 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
7238
7239 2003-06-01 Richard Henderson <rth@redhat.com>
7240
7241 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
7242 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
7243
7244 2003-06-01 Adam Fedor <fedor@gnu.org>
7245
7246 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
7247 * gdbarch.[ch]: Regenerate.
7248 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
7249 (hppa_gdbarch_init): Set it in the gdbarch vector.
7250 * i386-tdep.c (i386_fetch_pointer_argument): New
7251 (i386_gdbarch_init): Set it into gdbarch.
7252 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
7253 (rs6000_gdbarch_init): Set it in gdbarch.
7254 * sparc-tdep.c (sparc_fetch_pointer_argument): New
7255 (sparc_gdbarch_init): Set it in gdbarch.
7256
7257 2003-06-01 Andrew Cagney <cagney@redhat.com>
7258
7259 * defs.h (extract_address): Delete declaration.
7260 * findvar.c (extract_address): Delete function.
7261 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
7262 extract_address with the inline equivalent,
7263 extract_unsigned_integer.
7264 (xstormy16_extract_struct_value_address): Ditto.
7265 (xstormy16_pointer_to_address): Ditto.
7266 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
7267 * v850-tdep.c (v850_push_arguments): Ditto.
7268 (v850_extract_return_value): Ditto.
7269 (v850_extract_struct_value_address): Ditto.
7270 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
7271 (sparcnbsd_get_longjmp_target_64): Ditto.
7272 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
7273 (get_longjmp_target): Ditto.
7274 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
7275 (sh64_extract_struct_value_address): Ditto.
7276 (sh_push_arguments): Ditto.
7277 (sh64_push_arguments): Ditto.
7278 * remote-vxsparc.c (vx_read_register): Ditto.
7279 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
7280 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
7281 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
7282 * mipsv4-nat.c (get_longjmp_target): Ditto.
7283 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
7284 * mips-nat.c (get_longjmp_target): Ditto.
7285 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
7286 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
7287 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
7288 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
7289 * irix5-nat.c (get_longjmp_target): Ditto.
7290 * irix4-nat.c (get_longjmp_target): Ditto.
7291 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
7292 (ia64_push_arguments): Ditto.
7293 * hpux-thread.c (hpux_thread_store_registers): Ditto.
7294 * h8300-tdep.c (h8300_push_arguments): Ditto.
7295 (h8300_store_return_value): Ditto.
7296 (h8300_extract_struct_value_address): Ditto.
7297 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
7298 (frv_push_arguments): Ditto.
7299 * avr-tdep.c (avr_pointer_to_address): Ditto.
7300 (avr_push_arguments): Ditto.
7301 * arm-tdep.c (arm_push_dummy_call): Ditto.
7302 (arm_get_longjmp_target): Ditto.
7303 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7304 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
7305 (alpha_get_longjmp_target): Ditto.
7306
7307 * solib-irix.c (extract_mips_address): Inline extract_address,
7308 replacing it with extract_signed_integer.
7309 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7310 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
7311 (first_link_map_member, open_symbol_file_object): Ditto.
7312 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
7313 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7314 (LM_NEXT, LM_NAME): Ditto.
7315
7316 2003-06-01 Richard Henderson <rth@redhat.com>
7317
7318 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
7319 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
7320 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
7321 (alpha_cannot_store_register): Likewise.
7322 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
7323 * alpha-nat.c (supply_gregset): Likewise.
7324 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
7325
7326 2003-06-01 Andrew Cagney <cagney@redhat.com>
7327
7328 * infcall.c (call_function_by_hand): Update comment on
7329 DEPRECATED_DUMMY_WRITE_SP.
7330
7331 * mips-tdep.c (mips_gdbarch_init): Do not set
7332 deprecated_dummy_write_sp.
7333 (mips_eabi_push_dummy_call): Set the SP register.
7334 (mips_o64_push_dummy_call): Set the SP register.
7335 (mips_o32_push_dummy_call): Set the SP register.
7336 (mips_n32n64_push_dummy_call): Set the SP register.
7337
7338 2003-06-01 Richard Henderson <rth@redhat.com>
7339
7340 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
7341 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
7342 (supply_gregset): Likewise.
7343 * alpha-tdep.c (alpha_store_return_value): Likewise.
7344 (alpha_get_longjmp_target): Likewise.
7345 (alpha_register_name): Constify array.
7346 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
7347 deprecated_register_size, deprecated_register_bytes,
7348 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
7349 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
7350 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
7351
7352 2003-06-01 Richard Henderson <rth@redhat.com>
7353
7354 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
7355 from arg_reg_buffer to regcache to avoid double conversion.
7356
7357 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7358
7359 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
7360 SP_REGNUM.
7361 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
7362 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
7363
7364 2003-06-01 Richard Henderson <rth@redhat.com>
7365
7366 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
7367 (decode_frame_entry): Set it. Skip FDE augmentation.
7368
7369 2003-06-01 Richard Henderson <rth@redhat.com>
7370
7371 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
7372 not overlapping PC_REGNUM.
7373
7374 2003-06-01 Richard Henderson <rth@redhat.com>
7375
7376 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
7377 alpha_push_arguments. Don't dump argument register data to
7378 the target stack. Fix float and 128-bit long double semantics.
7379 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
7380 (alpha_fix_call_dummy): Remove.
7381 (alpha_call_dummy_words): Remove.
7382 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
7383
7384 2003-06-01 Richard Henderson <rth@redhat.com>
7385
7386 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
7387
7388 2003-06-01 Andrew Cagney <cagney@redhat.com>
7389
7390 * mips-tdep.c (is_mips16_addr): New function.
7391 (make_mips16_addr, unmake_mips16_addr): New functions.
7392 (pc_is_mips16, mips_fetch_instruction): Use.
7393 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
7394 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
7395 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
7396 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
7397 TARGET_MIPS.
7398 * config/mips/tm-mips.h: Update copyright.
7399 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
7400 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
7401 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
7402 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
7403 (TM_PRINT_INSN_MACH): Delete.
7404 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
7405
7406 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
7407 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
7408 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
7409 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
7410 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
7411 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
7412 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
7413 mips*-*-riscos* and mips*-*-sysv* onto mips.
7414 * config/mips/mips64.mt: New file.
7415 * config/mips/mips.mt: New file.
7416 * config/mips/littlemips.mt: Delete file.
7417 * config/mips/decstation.mt: Delete file.
7418 * config/mips/vr4300el.mt: Delete file.
7419 * config/mips/vr5000el.mt: Delete file.
7420 * config/mips/vr5000.mt: Delete file.
7421 * config/mips/vr4100.mt: Delete file.
7422 * config/mips/vr4xxxel.mt: Delete file.
7423 * config/mips/vr4300.mt: Delete file.
7424 * config/mips/vr4xxx.mt: Delete file.
7425 * config/mips/bigmips.mt: Delete file.
7426 * config/mips/bigmips64.mt: Delete file.
7427 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
7428 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
7429 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
7430 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
7431 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
7432 "tm-bigmips.h".
7433 * config/mips/tm-irix3.h: Ditto.
7434 * config/mips/tm-mipsv4.h: Ditto.
7435 * config/mips/tm-embed.h: Ditto.
7436 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
7437 "tm-bigmips64.h".
7438 * config/mips/tm-vr5000el.h: Delete file.
7439 * config/mips/tm-tx39l.h: Delete file.
7440 * config/mips/tm-vr4300el.h: Delete file.
7441 * config/mips/tm-vr4xxxel.h: Delete file.
7442 * config/mips/tm-vr4300.h: Delete file.
7443 * config/mips/tm-vr4100.h: Delete file.
7444 * config/mips/tm-vr4xxx.h: Delete file.
7445 * config/mips/tm-vr5000.h: Delete file.
7446 * config/mips/tm-embedl64.h: Delete file.
7447 * config/mips/tm-embedl.h: Delete file.
7448 * config/mips/tm-embed64.h: Delete file.
7449 * config/mips/tm-bigmips64.h: Delete file.
7450 * config/mips/tm-bigmips.h: Delete file.
7451
7452 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7453
7454 Fix gdb/1216.
7455 * shnbsd-nat.c: Include "sh-tdep.h".
7456
7457 From Richard Henderson <rth@redhat.com>:
7458 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
7459
7460 2003-05-31 Andrew Cagney <cagney@redhat.com>
7461
7462 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
7463 forward declaration.
7464 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7465 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7466 (mips_find_saved_regs): Use set_reg_offset.
7467 (mips_frame_init_saved_regs): Delete function.
7468 (mips_pop_frame): Call mips_find_saved_regs instead of
7469 DEPRECATED_FRAME_INIT_SAVED_REGS.
7470
7471 2003-05-31 Andrew Cagney <cagney@redhat.com>
7472
7473 * mips-tdep.c (mips_gdbarch_init): Do not set
7474 deprecated_max_register_raw_size, register_virtual_size, and
7475 deprecated_max_register_virtual_size.
7476
7477 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7478
7479 * i386-tdep.c: Include "dwarf2-frame.h".
7480 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
7481 * Makefile.in (i386-tdep.o): Update dependencies.
7482
7483 * dwarf2-frame.c, dwarf2-frame.h: New files.
7484 * Makefile.in (SFILES): Add dwarf2-frame.c.
7485 (dwarf2_frame_h): Define.
7486 (COMMON_OBS): Add dwarf2-frame.o.
7487 (dwarf2-frame.o): Add dependencies.
7488
7489 2003-05-31 Andreas Jaeger <aj@suse.de>
7490
7491 * x86-64-linux-nat.c: Fix comment.
7492
7493 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7494
7495 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7496 function signature.
7497
7498 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7499 have a sigcontext_addr handler.
7500 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7501 sigcontext_addr handler.
7502
7503 2003-05-31 Andrew Cagney <cagney@redhat.com>
7504
7505 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7506 (print_fp_register_row): Replace do_fp_register_row.
7507 (mips_print_fp_register): Add "file" and "frame" parameters.
7508 (mips_print_register): Add "file" and "frame" parameters.
7509 (mips_print_registers_info): Replace mips_do_registers_info.
7510 (mips_gdbarch_init): Set print_registers_info instead of
7511 deprecated_do_registers_info.
7512 (mips_read_fp_register_single): Add "frame" parameter.
7513 (mips_read_fp_register_double): Add "frame" parameter.
7514
7515 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7516
7517 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7518 Fixes a bug where GDB would print the wrong register names for
7519 targets without SSE.
7520
7521 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7522 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7523 registers.
7524
7525 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7526 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7527 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7528 TDEP->sc_sp_offset.
7529
7530 From Michal Ludvig <mludvig@suse.cz>:
7531 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7532 and `sc_num_regs'.
7533 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7534 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7535 I386_ST0_REGNUM): Move here from...
7536 * i386-tdep.c: ... here.
7537 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7538 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7539 registers if possible.
7540 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7541 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7542 Remove variables.
7543 (i386bsd_sc_reg_offset): New variable.
7544 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7545 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7546 TDEP->sc_sp_offset.
7547 (i386fbsd_sc_reg_offset): New variable.
7548 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7549 TDEP->sc_num_regs.
7550 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7551 variables.
7552 (i386fbsd4_sc_reg_offset): New variable.
7553 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7554 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7555 TDEP->sc_sp_offset.
7556 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7557 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7558 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7559 Remove variables.
7560 (i386nbsd_sc_reg_offset): New variable.
7561 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7562 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7563 TDEP->sc_sp_offset.
7564 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7565 Remove variables.
7566 (i386obsd_sc_reg_offset): New variable.
7567 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7568 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7569 TDEP->sc_sp_offset.
7570 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7571 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7572 for frame pointer offset in `struct sigcontext'.
7573
7574 2003-05-31 Andrew Cagney <cagney@redhat.com>
7575
7576 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7577 architecture methods call_dummy_words, sizeof_call_dummy_words,
7578 push_return_address, store_struct_return, and fix_call_dummy. Set
7579 push_dummy_call instead of deprecated_push_arguments.
7580 (mips_store_struct_return): Delete function.
7581 (mips_fix_call_dummy): Delete function.
7582 (mips_push_return_address): Delete function.
7583 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7584 RA_REGNUM and T9_REGNUM.
7585 (mips_n32n64_push_dummy_call): Ditto for
7586 mips_n32n64_push_arguments.
7587 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7588 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7589
7590 2003-05-31 Andrew Cagney <cagney@redhat.com>
7591
7592 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7593 "dummy_addr" to "bp_addr".
7594 * infcall.c (call_function_by_hand): Pass "funaddr" to
7595 gdbarch_push_dummy_call.
7596 * gdbarch.h, gdbarch.c: Re-generate.
7597 * i386-tdep.c (i386_push_dummy_call): Update.
7598 * arm-tdep.c (arm_push_dummy_call): Update.
7599 * d10v-tdep.c (d10v_push_dummy_call): Update.
7600
7601 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7602
7603 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7604 variable declarations.
7605 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7606 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7607 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7608 x86_64_init_frame_pc, x86_64_init_frame_pc,
7609 x86_64_function_has_prologue): Remove prototypes.
7610 (X86_64_NUM_GREGS): New define.
7611 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7612 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7613 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7614 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7615 XMM1_REGNUM): Remove defines.
7616 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7617 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7618 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7619 X86_64_XMM1_REGNUM): New defines.
7620 (struct x86_64_register_info): Renamed from `struct
7621 register_info'. Remove `size' member.
7622 (x86_64_register_info_table): Remove variable.
7623 (x86_64_register_info): New variable.
7624 (X86_64_NUM_REGS): New define.
7625 (X86_64_NUM_GREGS): Remove define.
7626 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7627 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7628 Remove variables.
7629 (x86_54_dwarf2_reg_to_regnum): Remove function.
7630 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7631 (x86_64_dwarf_reg_to_regnum): New function.
7632 (x86_64_register_name): Rewrite.
7633 (x86_64_register_raw_size): Remove function.
7634 (x86_64_register_byte_table): Remove variable.
7635 (x86_64_register_byte): Remove function.
7636 (x86_64_register_virtual_type): Remove function.
7637 (x86_64_register_type): New function.
7638 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7639 x86_64_register_convert_to_raw): Remove functions.
7640 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7641 (x86_64_use_struct_convention): Make static. Adjust for renamed
7642 defines.
7643 (x86_64_frame_init_saved_regs): Remove function.
7644 (x86_64_push_arguments): Make static. Change to accept a regcache
7645 as argument.
7646 (x86_64_store_return_value, x86_64_extract_return_value): Make
7647 static. Rewrite based on i386 counterparts.
7648 (x86_64_push_dummy_call): New function.
7649 (X86_64_NUM_SAVED_REGS): New define.
7650 (x86_64_register_number): Remove function.
7651 (x86_64_store_struct_return): Remove function.
7652 (x86_64_frameless_function_invocation,
7653 x86_64_function_has_prologue): Remove functions.
7654 (PROLOG_BUFSIZE): Remove define.
7655 (struct x86_64_frame_cache): New structure.
7656 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7657 x86_64_frame_cache, x86_64_frame_this_id,
7658 x86_64_frame_prev_register, x86_64_frame_p,
7659 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7660 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7661 functions.
7662 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7663 variables.
7664 (x86_64_skip_prologue): Rewrite in terms of
7665 x86_64_analyze_prologue.
7666 (x86_64_frame_base_address): New function.
7667 (x86_64_frame_base): New variable.
7668 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7669 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7670 set deprecated_fp_regnum, deprecated_register_size,
7671 deprecated_register_bytes, register_raw_size, register_byte,
7672 register_virtual_type, register_convertiable,
7673 register_convert_to_virtual, convert_to_raw,
7674 deprecated_get_saved_register, deprecated_target_read_fp,
7675 deprecated_push_arguments, deprecated_push_return_address,
7676 deprecated_pop_frame, deprecated_store_struct_return,
7677 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7678 frameless_function_invocation, deprecated_frame_saved_pc,
7679 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7680 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7681 deprecated_init_frame_pc and virtual_frame_pointer. Call
7682 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7683 and x86_64_frame_p. Call frame_base_set_default to register
7684 x86_64_frame_base.
7685 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7686 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7687 (_initialize_x86_64_tdep): Remove function.
7688 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7689 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7690 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7691 define.
7692 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7693 (x86_64_linux_sigcontext_addr): Rewrite.
7694 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7695 x86_64_linux_frame_saved_pc): Remove functions.
7696 (x86_64_linux_pc_in_sigtramp): Renamed from
7697 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7698 trampoline.
7699 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7700 Remove_functions.
7701 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7702 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7703 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7704 (x86_64_regmap): Rename to regmap.
7705 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7706 x86_64_num_gregs.
7707 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7708 x86_64_regmap.
7709 (x86_64_fxsave_offset): Remove function.
7710 (supply_fpregset): Simply call x86_64_supply_fxsave.
7711 (fill_fpregset): Simply call x86_64_fill_fxsave.
7712 (fetch_inferior_registers, store_inferior_registers): Avoid
7713 asignment in if-statement.
7714 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7715 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7716 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7717 (fetch_core_registers): Remove function.
7718 (linux_elf_core_fns): Remove.
7719 (offsetoff): Don't define.
7720 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7721 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7722 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7723 add core-regset.o.
7724 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7725 protection against multiple includes instead of NM_X86_64_h. Add
7726 various comments. Include "config/nm-linux.h". Don't include
7727 <signal.h>.
7728 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7729 GET_THREAD_SIGNALS): Remove defines.
7730 (x86_64_register_u_addr, kernel_u_size,
7731 lin_thread_get_thread_signals): Remove prototypes.
7732 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7733 [HAVE_LINK_H]: Don't include "solib.h".
7734 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7735 * config/i386/tm-x86-64linux.h: Fix comments.
7736 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7737 x86-64-tdep.o): Update dependencies.
7738
7739 2003-05-30 Andrew Cagney <cagney@redhat.com>
7740
7741 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7742 Change parameter type to a "struct regcache *".
7743
7744 * gdbarch.sh: Regardless of the multi-arch level, always define
7745 the macro when not already defined.
7746 * gdbarch.h, gdbarch.c: Re-generate.
7747
7748 2003-05-30 Richard Henderson <rth@redhat.com>
7749
7750 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7751 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7752 (alpha_mdebug_frame_this_id): Likewise.
7753 (alpha_mdebug_frame_prev_register): Likewise.
7754 (alpha_mdebug_frame_base_address): Likewise.
7755 (alpha_mdebug_frame_locals_address): Likewise.
7756 (alpha_mdebug_frame_args_address): Likewise.
7757 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7758 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7759 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7760 loop increment.
7761 (alpha_heuristic_frame_this_id): Make static.
7762 (alpha_heuristic_frame_prev_register): Likewise.
7763 (alpha_heuristic_frame_base_address): Likewise.
7764 * alpha-tdep.h: Update.
7765
7766 2003-05-30 Mark Kettenis <kettenis@gnu.org>
7767
7768 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7769 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7770 defenitions.
7771 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7772 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7773 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7774 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7775 I386_ST0_REGNUM): New defines.
7776 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7777 codestream_get): Remove define.
7778 (codestream_next_addr, condestream_addr, condestream_buf,
7779 codestream_off, codestream_cnt): Remove variables.
7780 (codestream_fill, codestream_seek, codestream_read): Remove
7781 functions.
7782 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7783 functionality.
7784 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7785 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7786 i386_frame_saved_pc, i386_saved_pc_after_call,
7787 i386_frame_num_args, i386_frame_init_saved_regs,
7788 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7789 i386_push_arguments): Remove functions.
7790 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7791 functionality. Use i386_analyze_prologue instead of
7792 i386_get_frame_setup.
7793 (I386_NUM_SAVED_REGS): New define.
7794 (struct i386_frame_cache): New structure.
7795 (i386_alloc_frame_cache, i386_analyze_struct_return,
7796 i386_skip_probe, i386_analyze_frame_setup,
7797 i386_analyze_register_saves, i386_analyze_prologue,
7798 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7799 i386_frame_prev_register, i386_sigtramp_frame_cache,
7800 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7801 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7802 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7803 New functions.
7804 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7805 New variables.
7806 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7807 I386_EAX_REGNUM and I386_EDX_REGNUM.
7808 (i386_extract_return_value, i386_store_return_value): Use
7809 I386_ST0_REGNUM where appropriate.
7810 (i386_extract_struct_value_address): Rewrite to use extract_address.
7811 (i386_svr4_pc_in_sigtramp): Add comment.
7812 (i386_svr4_sigcontext_addr): Rewrite.
7813 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7814 TDEP->sc_sp_offset.
7815 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7816 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7817 of new defines. Set push_dummy_call, don't set
7818 deprecated_push_arguments, deprecated_push_return_address,
7819 deprecated_pop_frame. Don't set parm_boundary. Don't set
7820 deprecated_frame_chain, deprecated_frame_saved_pc,
7821 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7822 save_dummy_frame_tos, unwind_pc. Call
7823 frame_unwind_append_predicate and frame_base_set_default. Don't
7824 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7825 Don't set frameless_function_invocation. Don't set
7826 deprecated_register_bytes, deprecated_register_size,
7827 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7828 * i386-linux-tdep.c: Fix formatting in some comments.
7829 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7830 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7831 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7832 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7833 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7834 redundant parentheses.
7835 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7836 (i386_linux_sigcontext_addr): Use it. Rewrite.
7837 (find_minsym_and_objfile): Change name of second argument.
7838 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7839 changed. Use frame_pc_unwind instead of
7840 DEPRECATED_SAVED_PC_AFTER_CALL.
7841 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7842 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7843 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7844 unwinder.
7845 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7846 "dummy-frame.h".
7847 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7848 (_initialize_i386_cygwin_tdep): New prototype.
7849 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7850 deprecated_frame_chain_valid.
7851 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7852 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7853 Rely on the SVR4 defaults.
7854 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7855 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7856
7857 2003-05-30 Andrew Cagney <cagney@redhat.com>
7858
7859 * infcall.c (call_function_by_hand): Always call
7860 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7861
7862 2003-05-30 Richard Henderson <rth@redhat.com>
7863
7864 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7865 increment.
7866
7867 2003-05-29 Jim Blandy <jimb@redhat.com>
7868
7869 Use gdbarch methods for solib stuff on PowerPC Linux.
7870 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7871 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7872 show through.
7873 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7874 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7875 giving the same effect as the #definitions above.
7876
7877 2003-05-29 Adam Fedor <fedor@gnu.org>
7878
7879 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7880 (find_implementation_from_class): Replace it with the standard
7881 case i.e. do nothing.
7882
7883 2003-05-29 Richard Henderson <rth@redhat.com>
7884
7885 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7886 (alpha_linux_sigtramp_offset): Use it. Make static.
7887 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7888 update for new frame model.
7889 * alpha-mdebug-tdep.c: New file.
7890 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7891 (alpha_osf1_init_abi): Install it.
7892 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7893 (linked_proc_desc_table): Remove.
7894 (alpha_frame_past_sigtramp_frame): Remove.
7895 (alpha_dynamic_sigtramp_offset): Remove.
7896 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7897 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7898 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7899 (push_sigtramp_desc): Remove.
7900 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7901 (alpha_cannot_store_register): Likewise.
7902 (alpha_sigcontext_addr): Remove.
7903 (alpha_find_saved_regs): Remove.
7904 (alpha_frame_init_saved_regs): Remove.
7905 (alpha_init_frame_pc_first): Remove.
7906 (read_next_frame_reg): Remove.
7907 (alpha_frame_saved_pc): Remove.
7908 (alpha_saved_pc_after_call): Remove.
7909 (temp_proc_desc, temp_saved_regs): Remove.
7910 (alpha_about_to_return): Remove.
7911 (cached_proc_desc): Remove.
7912 (alpha_frame_chain): Remove.
7913 (alpha_print_extra_frame_info): Remove.
7914 (alpha_init_extra_frame_info): Remove.
7915 (alpha_frame_locals_address): Remove.
7916 (alpha_frame_args_address): Remove.
7917 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7918 (alpha_push_dummy_frame): Remove.
7919 (alpha_pop_frame): Remove.
7920 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7921 (alpha_read_insn): New.
7922 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7923 for different insn encodings.
7924 (alpha_in_lenient_prologue): Remove.
7925 (struct alpha_sigtramp_unwind_cache): New.
7926 (alpha_sigtramp_frame_unwind_cache): New.
7927 (alpha_sigtramp_register_address): New.
7928 (alpha_sigtramp_frame_this_id): New.
7929 (alpha_sigtramp_frame_prev_register): New.
7930 (alpha_sigtramp_frame_unwind): New.
7931 (alpha_sigtramp_frame_p): New.
7932 (struct alpha_heuristic_unwind_cache): New.
7933 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7934 don't count nop insns that occur between functions.
7935 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7936 heuristic_proc_desc, but without the mdebug wrapping.
7937 (alpha_heuristic_frame_this_id): New.
7938 (alpha_heuristic_frame_prev_register): New.
7939 (alpha_heuristic_frame_unwind): New.
7940 (alpha_heuristic_frame_p): New.
7941 (alpha_heuristic_frame_base_address): New.
7942 (alpha_heuristic_frame_base): New.
7943 (alpha_unwind_dummy_id): New.
7944 (alpha_unwind_pc): New.
7945 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7946 frame related deprecated initializations; install replacements.
7947 (alpha_dump_tdep): Remove.
7948 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7949 (alpha_read_insn, alpha_after_prologue,
7950 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7951 alpha_heuristic_frame_prev_register,
7952 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7953 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7954 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7955 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7956
7957 2003-05-29 Andrew Cagney <cagney@redhat.com>
7958
7959 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7960 dependant on the availability of ASSERT_FUNCTION.
7961 (ASSERT_FUNCTION): Do not define when there is no function name.
7962
7963 2003-05-29 Kevin Buettner <kevinb@redhat.com>
7964
7965 From Jimi X <jimix@watson.ibm.com>:
7966 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7967
7968 2003-05-28 Jim Blandy <jimb@redhat.com>
7969
7970 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7971 argument to ptrace to int; the system headers should give it the
7972 right type, and pointers don't fit in ints on powerpc64-*-*.
7973
7974 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
7975
7976 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7977 DW_TAG_catch_block.
7978
7979 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7980
7981 * stabsread.c (dbx_lookup_type): Make static.
7982 (read_type): Ditto.
7983 (add_undefined_type): Ditto.
7984 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7985 not export.
7986
7987 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7988
7989 * hpread.c (hpread_has_name): Make static.
7990 (hpread_psymtab_to_symtab): Ditto.
7991 (file_exists): Ditto.
7992 (hpread_call_pxdb): Ditto.
7993 (hpread_pxdb_needed): Ditto.
7994 (hpread_quick_traverse): Ditto.
7995 (hpread_get_header): Ditto.
7996 (hpread_get_lntt): Ditto.
7997 (hpread_get_slt): Ditto.
7998 (class_of): Ditto.
7999
8000 2003-05-25 Andreas Schwab <schwab@suse.de>
8001
8002 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
8003 stack_align and deprecated_extra_stack_alignment_needed.
8004 (m68k_stack_align): Delete.
8005
8006 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
8007 (m68k_register_virtual_size): Likewise.
8008 (altos_skip_prologue): Remove obsolete function.
8009 (isi_frame_num_args): Likewise.
8010 (news_frame_num_args): Likewise.
8011 (m68k_fix_call_dummy): Make static.
8012 (m68k_push_dummy_frame): Likewise.
8013 (m68k_pop_frame): Likewise.
8014 (m68k_skip_prologue): Likewise.
8015 (m68k_frame_init_saved_regs): Likewise.
8016 (m68k_saved_pc_after_call): Likewise.
8017 (m68k_get_longjmp_target): Make multi-arch.
8018 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
8019 structure. Register m68k_get_longjmp_target if enabled.
8020 * m68k-tdep.h (struct gdbarch_tdep): Define.
8021 * config/m68k/tm-m68k.h: Don't include "regcache.h".
8022
8023 * Makefile.in (config.status): Also depend on configure.tgt
8024 and configure.host.
8025 (m68klinux-tdep.o): Update dependencies.
8026 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
8027 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
8028 (M68K_LINUX_JB_PC): Define.
8029 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
8030 and take additional parameter.
8031 (m68k_linux_sigtramp_saved_pc): Update.
8032 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
8033 m68k_linux_pc_in_sigtramp, in_plt_section,
8034 find_solib_trampoline_target.
8035 * config/m68k/tm-linux.h: Don't include any tm headers.
8036 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
8037 (JB_ELEMENT_SIZE): Likewise.
8038 (JB_PC): Likewise.
8039 (GET_LONGJMP_TARGET): Likewise.
8040 (IN_SIGTRAMP): Likewise.
8041 (SVR4_SHARED_LIBS): Define this and include "solib.h".
8042
8043 2003-05-25 Mark Kettenis <kettenis@gnu.org>
8044
8045 * sparc-tdep.c (sparc32_do_push_arguments): New function.
8046 (sparc32_push_arguments): Re-implement by calling
8047 sparc32_do_push_arguments.
8048
8049 2003-05-25 Mark Kettenis <kettenis@gnu.org>
8050
8051 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
8052 SPARC_O1_REGNUM): New defines.
8053 (sparc32_extract_return_value): Rewrite to operate on a regcache.
8054 (sparc32_store_return_value): New function.
8055 (sparc_extract_struct_value_address): Rewrite to operate on a
8056 regcache.
8057 (sparc_gdbarch_init): Don't set
8058 deprecated_extract_struct_value_address. Set
8059 extract_struct_value_address instead. Don't set
8060 deprecated_extract_return_value and deprecated_store_return_value
8061 for 32-bit targets. Set extract_return_value and
8062 store_return_value instead.
8063 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
8064 DEPRECTAED_EXTRACT_RETURN_VALUE,
8065 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
8066 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
8067 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
8068 (sparc_store_return_value): Remove prototype.
8069 (sparc32_store_return_value): New prototype.
8070 (sparc32_extract_return_value, sparc_extract_struct_value_address):
8071 Adjust prototypes.
8072
8073 2003-05-24 Mark Kettenis <kettenis@gnu.org>
8074
8075 * sparcnbsd-tdep.c: Include "gdb_string.h".
8076
8077 2003-05-23 Andrew Cagney <cagney@redhat.com>
8078
8079 * p-valprint.c (pascal_val_print): Replace extract_address with
8080 the inline equivalent extract_unsigned_integer.
8081 * jv-valprint.c (java_value_print): Ditto.
8082 * ada-valprint.c (ada_val_print_1): Ditto.
8083 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
8084
8085 2003-05-23 Theodore A. Roth <troth@openavr.org>
8086
8087 * blockframe.c (frameless_look_for_prologue): Remove unused
8088 after_prologue variable.
8089
8090 2003-05-23 Mark Kettenis <kettenis@gnu.org>
8091
8092 * blockframe.c (get_pc_function_start): Rewrite to avoid
8093 asignments in if-statements.
8094
8095 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8096
8097 Committed by Elena Zannoni <ezannoni@redhat.com>.
8098 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
8099 files, don't relocate absolute symbols (and do use mst_abs).
8100
8101 2003-05-23 Andrew Cagney <cagney@redhat.com>
8102
8103 * objc-lang.c: Include "gdb_assert.h".
8104 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
8105 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
8106 (gdb_check, gdb_check_fatal): Delete functions.
8107 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
8108 gdb_assert.
8109 (parse_selector, parse_method, find_methods, find_imps): Ditto.
8110 * Makefile.in (objc-lang.o): Update dependencies.
8111
8112 2003-05-22 Ian Lance Taylor <ian@airs.com>
8113
8114 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
8115 with fprintf_filtered, not fprintf_unfiltered.
8116
8117 2003-05-22 Andrew Cagney <cagney@redhat.com>
8118
8119 * stack.c (frame_info): Inline extract_address, replacing it with
8120 extract_unsigned_integer.
8121 * findvar.c (unsigned_pointer_to_address): Ditto.
8122 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
8123 * dwarf2expr.c (dwarf2_read_address): Ditto.
8124 * frame.c (frame_pc_unwind): Update comment.
8125 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
8126
8127 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
8128
8129 * infptrace.c (detach): Call print_sys_errmsg rather than
8130 perror_with_name to issue warning message when errno is non-zero
8131 after calling ptrace detach.
8132
8133 2003-05-21 J. Brobecker <brobecker@gnat.com>
8134
8135 * config/pa/tm-hppa.h: Delete some unused macros. Move some
8136 macro definitions from here...
8137 * hppa-tdep.c: ...to there.
8138
8139 2003-05-20 Kevin Buettner <kevinb@redhat.com>
8140
8141 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
8142 register_ptrace_addr(). Fix all callers.
8143
8144 2003-05-21 Andreas Schwab <schwab@suse.de>
8145
8146 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
8147 dependencies.
8148 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
8149 end.
8150 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
8151 (_initialize_m68k_linux_tdep): New function.
8152 (m68k_linux_frame_saved_pc): Make static.
8153 (m68k_linux_extract_return_value): Likewise.
8154 (m68k_linux_store_return_value): Likewise.
8155 (m68k_linux_extract_struct_value_address): Likewise.
8156 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
8157 Remove.
8158 (DEPRECATED_STORE_RETURN_VALUE): Remove.
8159 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
8160 (DEPRECATED_FRAME_SAVED_PC): Remove.
8161
8162 2003-05-20 Kris Warkentin <kewarken@qnx.com>
8163
8164 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
8165 regset numbering rather than our own.
8166
8167 2003-05-19 David Carlton <carlton@bactrian.org>
8168
8169 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
8170
8171 2003-05-19 David Carlton <carlton@bactrian.org>
8172
8173 Partial fix for PR c++/827.
8174 * cp-support.h: Include symtab.h.
8175 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
8176 * cp-namespace.c: Update contributors.
8177 (cp_lookup_symbol_nonlocal): New.
8178 (lookup_namespace_scope, cp_lookup_symbol_namespace)
8179 (lookup_symbol_file): Ditto.
8180 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
8181 * block.h: Declare block_scope, block_using, block_global_block.
8182 * block.c (block_scope): New.
8183 (block_using, block_global_block): Ditto.
8184 * Makefile.in (cp_support_h): Depend on symtab_h.
8185 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
8186
8187 2003-05-19 David Carlton <carlton@bactrian.org>
8188
8189 * language.h (struct language_defn): Add 'la_value_of_this'
8190 and 'la_lookup_symbol_nonlocal' members.
8191 * symtab.h: Declare basic_lookup_symbol_nonlocal,
8192 lookup_symbol_static, lookup_symbol_global,
8193 lookup_symbol_aux_block.
8194 * symtab.c (lookup_symbol_aux): Call language hooks to determine
8195 if we should search fields of this and how to do static/global
8196 lookup.
8197 (lookup_symbol_aux_block): Make extern.
8198 (basic_lookup_symbol_nonlocal): New.
8199 (lookup_symbol_static, lookup_symbol_global): Ditto.
8200 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
8201 'la_lookup_symbol_nonlocal' members.
8202 * c-lang.c (c_language_defn, cplus_language_defn)
8203 (asm_language_defn, minimal_language_defn): Ditto.
8204 * jv-lang.c (java_language_defn): Ditto.
8205 * language.c (unknown_language_defn, auto_language_defn)
8206 (local_language_defn): Ditto.
8207 * m2-lang.c (m2_language_defn): Ditto.
8208 * objc-lang.c (objc_language_defn): Ditto.
8209 * scm-lang.c (scm_language_defn): Ditto.
8210 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
8211 * p-lang.c (pascal_language_defn): Ditto for both.
8212 * Makefile.in (f-lang.o): Depend on value_h.
8213 (p-lang.o): Ditto.
8214
8215 2003-05-19 David Carlton <carlton@bactrian.org>
8216
8217 * block.h: Declare block_static_block.
8218 * block.c (block_static_block): New.
8219 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
8220 lookup_symbol_aux_local, calling block_static_block instead.
8221 (lookup_symbol_aux_local): Delete 'static_block' argument.
8222
8223 2003-05-19 David Carlton <carlton@bactrian.org>
8224
8225 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
8226
8227 2003-05-19 Michal Ludvig <mludvig@suse.cz>
8228
8229 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
8230 register numbers mapping.
8231
8232 2003-05-18 Adam Fedor <fedor@gnu.org>
8233
8234 * symtab.c (completion_list_objc_symbol): New function.
8235 (make_symbol_completion_list): Use it to add ObjC symbols
8236 when looking though the list.
8237 (language_search_unquoted_string): New function.
8238 (make_file_symbol_completion_list): Use it.
8239
8240 2003-05-18 Andreas Schwab <schwab@suse.de>
8241
8242 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
8243 dependencies.
8244 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
8245 as m68k_linux_extract_return_value.
8246 (DEPRECATED_STORE_RETURN_VALUE): Define as
8247 m68k_linux_store_return_value.
8248 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
8249 m68k_linux_extract_struct_value_address.
8250 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
8251 get_next_frame, get_frame_base, get_frame_pc.
8252 (m68k_linux_frame_saved_pc): Use get_frame_base.
8253 (m68k_linux_extract_return_value): New function.
8254 (m68k_linux_store_return_value): New function.
8255 (m68k_linux_extract_struct_value_address): New function.
8256 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
8257
8258 * c-exp.y (typebase): Remove duplicate occurence of
8259 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8260 of lookup_signed_typename.
8261
8262 2003-05-18 Mark Kettenis <kettenis@gnu.org>
8263
8264 * dwarf2loc.c (find_location_expression): Change type of second
8265 argument to `size_t *'.
8266 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
8267 for size variable.
8268
8269 2003-05-18 David Carlton <carlton@bactrian.org>
8270
8271 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
8272 'linkage_name'. Add comment.
8273 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
8274 'linkage_name'.
8275 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
8276 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
8277 (lookup_block_symbol): Ditto.
8278
8279 2003-05-16 Andrew Cagney <cagney@redhat.com>
8280
8281 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
8282 * gdbarch.h, gdbarch.c: Re-generate.
8283 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
8284 * TODO (REGISTER_BYTES): Delete reference.
8285 * alpha-tdep.c (alpha_gdbarch_init): Update.
8286 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8287 * x86-64-tdep.c (x86_64_init_abi): Update.
8288 * vax-tdep.c (vax_gdbarch_init): Update.
8289 * v850-tdep.c (v850_gdbarch_init): Update.
8290 * sparc-tdep.c (sparc_gdbarch_init): Update.
8291 * sh-tdep.c (sh_gdbarch_init): Update.
8292 * s390-tdep.c (s390_gdbarch_init): Update.
8293 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8294 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
8295 (ns32k_gdbarch_init_32382): Update.
8296 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8297 * mcore-tdep.c (mcore_gdbarch_init): Update.
8298 * m68k-tdep.c (m68k_gdbarch_init): Update.
8299 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8300 * ia64-tdep.c (ia64_gdbarch_init): Update.
8301 * i386-tdep.c (i386_gdbarch_init): Update.
8302 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8303 * hppa-tdep.c (hppa_gdbarch_init): Update.
8304 * h8300-tdep.c (h8300_gdbarch_init): Update.
8305 * frv-tdep.c (frv_gdbarch_init): Update.
8306 * cris-tdep.c (cris_gdbarch_init): Update.
8307 * avr-tdep.c (avr_gdbarch_init): Update.
8308 * arm-tdep.c (arm_gdbarch_init): Update.
8309 * sparc-tdep.c (sparc_pop_frame): Update.
8310 * rs6000-tdep.c (rs6000_pop_frame): Update.
8311 * remote.c (init_remote_state): Update.
8312 (remote_prepare_to_store): Update.
8313 * remote-vx.c (vx_prepare_to_store): Update.
8314 * remote-sds.c (sds_fetch_registers): Update.
8315 (sds_prepare_to_store): Update.
8316 * remote-array.c: Update.
8317 * regcache.c (init_legacy_regcache_descr): Update.
8318 (init_regcache_descr): Update.
8319 * mips-tdep.c (mips_eabi_extract_return_value): Update.
8320 (mips_o64_extract_return_value): Update.
8321 * irix5-nat.c (fetch_core_registers): Update.
8322 * irix4-nat.c (fetch_core_registers): Update.
8323 * i386-tdep.h: Update.
8324 * hppa-tdep.c (pa_do_registers_info): Update.
8325 (pa_do_strcat_registers_info): Update.
8326 * cris-tdep.c (cris_register_bytes_ok): Update.
8327 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
8328 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
8329 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
8330 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
8331 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
8332 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
8333 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
8334 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
8335 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
8336 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
8337 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
8338 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
8339 (REGISTER_BYTES_OK): Update.
8340 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
8341 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
8342
8343 2003-05-16 Ian Lance Taylor <ian@airs.com>
8344
8345 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
8346 (vax_print_insn, print_insn_arg): Remove static functions.
8347 (vax_gdbarch_init): Call set_gdbarch_print_insn with
8348 print_insn_vax from opcodes library.
8349 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
8350
8351 2003-05-15 Andrew Cagney <cagney@redhat.com>
8352
8353 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
8354 * target.h (memory_breakpoint_from_pc): Delete declaration.
8355 * mem-break.c (memory_breakpoint_from_pc): Delete function.
8356 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
8357 * monitor.c (monitor_insert_breakpoint): Use
8358 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
8359 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
8360 * gdbarch.h, gdbarch.c: Re-generate.
8361 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
8362 (sparc_gdbarch_init): Set breakpoint_from_pc to
8363 sparc_breakpoint_from_pc.
8364 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
8365 (BREAKPOINT_FROM_PC): Define.
8366 (sparc_breakpoint_from_pc): Declare.
8367 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
8368 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
8369 (BREAKPOINT_FROM_PC): Define.
8370 (BREAKPOINT): Delete macro.
8371 * target.h: Update comment.
8372 * s390-tdep.c (s390_gdbarch_init): Update comments.
8373 * remote.c: Update comments.
8374 * remote-mips.c: Update comments.
8375 * proc-api.c (write_with_trace): Do not check for a breakpoint.
8376 * mem-break.c: Update comment.
8377 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
8378 (ia64_memory_insert_breakpoint): Update.
8379 * config/sparc/tm-sparc.h: Update comment.
8380 * config/pa/tm-hppa64.h: Update comment.
8381 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8382 (rs6000_breakpoint_from_pc): Update.
8383 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8384 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
8385 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
8386 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
8387 (mips_breakpoint_from_pc): Update.
8388 (mips_dump_tdep): Update.
8389
8390 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
8391 * minsyms.c (lookup_minimal_symbol): Inline
8392 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
8393
8394 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
8395 * p-valprint.c (pascal_object_print_value_fields): Ditto.
8396 * p-lang.c (pascal_printstr): Ditto.
8397 * objc-lang.c (objc_printstr): Ditto.
8398 * m2-lang.c (m2_printstr): Ditto.
8399 * jv-valprint.c (java_print_value_fields): Ditto.
8400 * f-lang.c (f_printstr): Ditto.
8401 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
8402 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
8403 for repeat_count_threshold.
8404 * Makefile.in (cp-valprint.o): Update dependencies.
8405
8406 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8407
8408 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
8409 (examine_prologue): Support looking through leaf functions, knowing
8410 they start with mov r2,r12. Support skipping over indirect stores
8411 of the input registers. Upon hitting a non-nop branch instruction
8412 or predicated instruction, bail out by setting lim_pc to the current
8413 pc value in the loop. At the end, if the lim_pc value is still
8414 beyond our calculated value and we have trust_limit set,
8415 use the lim_pc value.
8416
8417 2003-05-15 Andrew Cagney <cagney@redhat.com>
8418
8419 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
8420 generic_find_dummy_frame.
8421 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
8422 (deprecated_generic_find_dummy_frame): Update.
8423 (deprecated_read_register_dummy): Update.
8424 * frame.c (deprecated_generic_get_saved_register): Update.
8425
8426 2003-05-15 Theodore A. Roth <troth@openavr.org>
8427
8428 * avr-tdep.c (avr_breakpoint_from_pc): New function.
8429 (avr_gdbarch_init): Set breakpoint_from_pc method.
8430
8431 2003-05-15 Andrew Cagney <cagney@redhat.com>
8432
8433 * regcache.c (build_regcache): Set deprecated_register_valid
8434 directly.
8435 (deprecated_grub_regcache_for_register_valid): Delete function.
8436 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
8437 declaration.
8438
8439 2003-05-15 David Carlton <carlton@bactrian.org>
8440
8441 Committed by Elena Zannoni <ezannoni@redhat.com>
8442 * symtab.c (lookup_symbol_aux): Delete calls to
8443 lookup_symbol_aux_minsyms.
8444 (lookup_symbol_aux_minsyms): Comment out function and
8445 prototype. Delete lookup by mangled name.
8446
8447 2003-05-14 Kevin Buettner <kevinb@redhat.com>
8448
8449 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
8450 correctly indicate an empty stack and ``stack_allocated'' to the
8451 indicate the number of elements initially allocated.
8452 (dwarf_expr_grow_stack): Simplify method for computing new
8453 stack size. Don't loop infinitely if ``stack_len'' is zero.
8454 (execute_stack_op): Move ``ctx->in_reg'' initialization
8455 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
8456 be used in conjuction with DW_OP_piece. Revise error message
8457 accordingly.
8458
8459 2003-05-14 Theodore A. Roth <troth@openavr.org>
8460
8461 * MAINTAINERS: Update my email address.
8462 * avr-tdep.c: Ditto.
8463
8464 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
8465
8466 * symtab.h (enum domain_enum): Rename from namespace_enum.
8467 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
8468 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
8469 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
8470 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
8471 TYPES_NAMESPACE, METHODS_NAMESPACE.
8472 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
8473 (struct symbol, struct partial_symbol): Rename field
8474 'namespace_enum namespace' to 'domain_enum domain'.
8475 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
8476 Delete old define kludge for namespace.
8477
8478 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
8479 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
8480 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
8481 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
8482 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
8483 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
8484 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8485 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8486 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8487 occurrences of the above.
8488
8489 2003-05-14 Ian Lance Taylor <ian@airs.com>
8490
8491 * Makefile.in (install-only): Use $(SHELL) when running
8492 mkinstalldirs.
8493
8494 2003-05-13 Ian Lance Taylor <ian@airs.com>
8495
8496 * MAINTAINERS (write after approval): Add myself.
8497
8498 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8499 second and third arguments.
8500 * ser-tcp.c (_initialize_ser_tcp): Likewise.
8501 * ser-unix.c (_initialize_ser_hardwire): Likewise.
8502
8503 2003-05-13 Andrew Cagney <cagney@redhat.com>
8504
8505 * defs.h (store_address): Delete declaration.
8506 findvar.c (store_address): Delete function.
8507 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8508 store_unsigned_integer.
8509 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8510 * v850-tdep.c (v850_push_arguments): Ditto.
8511 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8512 * sh-tdep.c (sh64_get_saved_register): Ditto.
8513 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8514 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8515 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8516 (mips_get_saved_register): Ditto.
8517 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8518 (find_func_descr, ia64_push_arguments): Ditto.
8519 * i386-tdep.c (i386_push_arguments): Ditto.
8520 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8521 * frv-tdep.c (frv_push_arguments): Ditto.
8522 * frame.c (legacy_saved_regs_prev_register): Ditto.
8523 (deprecated_generic_get_saved_register): Ditto.
8524 * findvar.c (unsigned_address_to_pointer): Ditto.
8525 * dwarf2read.c (dwarf2_const_value): Ditto.
8526 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8527 * alpha-tdep.c (alpha_push_arguments): Ditto.
8528
8529 2003-05-12 J. Brobecker <brobecker@gnat.com>
8530
8531 * NEWS: Mention that the hppa-hpux port has been partially
8532 multiarched (32bit ABIT only, so far).
8533
8534 2003-05-11 Andrew Cagney <cagney@redhat.com>
8535
8536 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8537 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8538 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8539 sim/testsuite/sim/arm/misaligned2.ms, and
8540 sim/testsuite/sim/arm/misaligned3.ms.
8541 * disasm.h (struct ui_file): Add opaque struct declaration.
8542 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8543 * frame.h (struct ui_file): Ditto.
8544
8545 2003-05-11 Mark Kettenis <kettenis@gnu.org>
8546
8547 * value.h: Pretty print.
8548
8549 2003-05-10 Mark Kettenis <kettenis@gnu.org>
8550
8551 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8552
8553 2003-05-08 Andrew Cagney <cagney@redhat.com>
8554
8555 * regcache.h (max_register_size): Delete declaration.
8556 * regcache.c (max_register_size): Delete function.
8557 (struct regcache_descr): Delete field "max_register_size".
8558 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8559 registers fit in MAX_REGISTER_SIZE.
8560 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8561 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8562 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8563 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8564 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8565 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8566 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8567 * dve3900-rom.c, hppa-tdep.c: Ditto.
8568
8569 2003-05-08 David Carlton <carlton@math.stanford.edu>
8570
8571 * valops.c (push_word): Fix typo.
8572
8573 2003-05-08 Andrew Cagney <cagney@redhat.com>
8574
8575 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8576 * gdbarch.h: Re-generate.
8577 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8578 (legacy_max_register_raw_size): Delete declaration.
8579 * regcache.c (legacy_max_register_raw_size): Delete function.
8580 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8581 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8582 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8583 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8584 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8585 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8586 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8587 * findvar.c, dwarf2cfi.c: Ditto.
8588
8589 2003-05-08 Andrew Cagney <cagney@redhat.com>
8590
8591 * mips-tdep.c (read_signed_register): New function, moved to here
8592 from "regcache.c".
8593 (read_signed_register_pid): Ditto.
8594 * regcache.c (read_signed_register_pid): Delete function, moved to
8595 "mips-tdep.c".
8596 (read_signed_register): Ditto.
8597 * regcache.h (read_signed_register): Delete declaration.
8598 (read_signed_register_pid): Delete declaration.
8599
8600 2003-05-08 Andrew Cagney <cagney@redhat.com>
8601
8602 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8603 * gdbarch.h: Re-generate.
8604 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8605 (legacy_max_register_virtual_size): Delete declaration.
8606 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8607 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8608 * tracepoint.c (memrange_sortmerge): Ditto.
8609 * sparc-tdep.c (sparc_print_registers): Ditto.
8610 * regcache.c (legacy_max_register_virtual_size): Delete function.
8611
8612 2002-05-08 J. Brobecker <brobecker@gnat.com>
8613
8614 * fork-child.c (escape_bang_in_quoted_argument): New function.
8615 (fork_inferior): Escape '!' characters in quoted arguments
8616 only when needed.
8617
8618 2003-05-08 J. Brobecker <brobecker@gnat.com>
8619
8620 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8621 the language of the CU is not currently supported by GDB.
8622
8623 2003-05-08 J. Brobecker <brobecker@gnat.com>
8624
8625 * defs.h (language): Add language_minimal enum value.
8626 * c-lang.c (minimal_language_defn): New language definition.
8627 (_initialize_c_language): Add the new minimal language to the list
8628 of languages known to GDB.
8629
8630 2003-05-08 Kevin Buettner <kevinb@redhat.com>
8631
8632 * frame.c (get_frame_type): Don't attempt to lazily initialize
8633 frame's unwinder for legacy frames.
8634
8635 2003-05-07 Andrew Cagney <cagney@redhat.com>
8636
8637 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8638 and "regcache" parameters.
8639 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8640
8641 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8642
8643 * dwarf2read.c (dwarf_decode_lines): Only use output of
8644 check_cu_functions() when calling record_line(). Do not update
8645 the current address.
8646
8647 2003-05-07 Andrew Cagney <cagney@redhat.com>
8648
8649 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8650 code.
8651
8652 2003-05-07 Jim Blandy <jimb@redhat.com>
8653
8654 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8655 'maint info symtabs' and 'maint info psymtabs'.
8656 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8657 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8658 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8659 Declarations updated.
8660 * maint.c (maintenance_list_command): Delete.
8661 (_initialize_maint_cmds): Update calls to add_cmd.
8662 * gdbcmd.h (maintenancelistlist): Delete declaration.
8663 * cli/cli-cmds.c (maintenancelistlist): Delete.
8664 (init_cmd_lists): Don't initialize it.
8665 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8666
8667 2003-05-07 Andrew Cagney <cagney@redhat.com>
8668
8669 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8670 "regcache".
8671 (d10v_print_registers_info): Update.
8672 (d10v_dmap_register, d10v_imap_register): Delete functions.
8673 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8674 and "imap_register".
8675 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8676 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8677 * arch-utils.c (generic_remote_translate_xfer_address): Add
8678 "regcache" and "gdbarch" parameters.
8679 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8680 parameter. Change class to multi-arch.
8681 * gdbarch.h, gdbarch.c: Re-generate.
8682 * remote.c (remote_xfer_memory): Use
8683 gdbarch_remote_translate_xfer_address.
8684
8685 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8686
8687 * infrun.c (prev_pc): Move declaration ahead of proceed().
8688 (proceed): Refresh prev_pc value before resuming.
8689 (stop_stepping): Remove code to refresh prev_pc.
8690
8691 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8692
8693 * nto-tdep.c: Removed stray comment.
8694
8695 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8696
8697 * i386-nto-tdep.c: Fix old K&R function definitions.
8698 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8699 Also change add_show_from_set() call to add_setshow_cmd().
8700 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8701
8702 2003-05-05 Andrew Cagney <cagney@redhat.com>
8703
8704 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8705 (fprint_dummy_frames): New function.
8706 (maintenance_print_dummy_frames): New function.
8707 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8708 * frame.c (fprint_frame_id): Make global.
8709 * frame.h (fprint_frame_id): Declare.
8710 * Makefile.in (dummy-frame.o): Update dependencies.
8711
8712 2003-05-05 Andrew Cagney <cagney@redhat.com>
8713
8714 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8715 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8716 SIZEOF_CALL_DUMMY_WORDS.
8717 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8718 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8719 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8720 CALL_DUMMY_BREAKPOINT_OFFSET.
8721 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8722 CALL_DUMMY_START_OFFSET.
8723 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8724 * gdbarch.h, gdbarch.c: Re-generate.
8725 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8726 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8727 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8728 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8729 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8730 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8731 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8732 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8733 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8734 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8735 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8736 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8737 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8738 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8739 * config/sparc/tm-sparc.h: Update.
8740
8741 2003-05-05 Kris Warkentin <kewarken@qnx.com>
8742
8743 * configure.tgt: Add i[3456]86-*-nto*.
8744 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8745 * nto-tdep.c: New file. Neutrino target support routines.
8746 * nto-tdep.h: New file. Neutrino target header.
8747 * config/tm-qnxnto.h: New file.
8748 * config/i386/i386nto.mt: New file.
8749 * config/i386/tm-i386nto.h: New file.
8750
8751 2003-05-04 Andrew Cagney <cagney@redhat.com>
8752
8753 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8754 (load_infrun_state): Ditto.
8755 (struct thread_info): Drop "prev_func_name" field.
8756 * thread.c (load_infrun_state): Update.
8757 (save_infrun_state): Update.
8758 * infrun.c (prev_func_name): Delete variable.
8759 (init_wait_for_inferior): Do not clear prev_func_name.
8760 (stop_stepping, keep_going, context_switch): Do not swap
8761 prev_func_name.
8762 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8763 instead of PC_IN_SIGTRAMP.
8764
8765 2003-05-04 Andrew Cagney <cagney@redhat.com>
8766
8767 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8768 REGISTER_BYTE with register_offset_hack.
8769 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8770 that REGISTER_BYTE is consistent with the regcache.
8771 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8772 * gdbarch.h, gdbarch.c: Regenerate.
8773
8774 2003-05-04 Mark Kettenis <kettenis@gnu.org>
8775
8776 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8777 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8778
8779 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8780
8781 2003-05-03 J. Brobecker <brobecker@gnat.com>
8782
8783 From Thierry Schneider <tpschneider1@yahoo.com>
8784 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8785 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8786 (mi-cmd-symbol.o): Add rule.
8787
8788 2003-05-03 Andrew Cagney <cagney@redhat.com>
8789
8790 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8791 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8792 * gdbarch.h, gdbarch.c: Re-generate.
8793 * d10v-tdep.c (d10v_push_dummy_code): New function.
8794 (d10v_gdbarch_init): Set push_dummy_code.
8795 * infcall.c (legacy_push_dummy_code): New function.
8796 (generic_push_dummy_code): New function.
8797 (push_dummy_code): New function.
8798 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8799 instead of dummy_addr, to push_dummy_call. Move call to
8800 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8801 switch.
8802 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8803
8804 2003-05-03 Andrew Cagney <cagney@redhat.com>
8805
8806 * disasm.h (print_insn): Declare.
8807 * disasm.c (init_gdb_disassemble_info): New function.
8808 (gdb_disassembly): Call init_gdb_disassemble_info.
8809 (gdb_print_insn): New function.
8810 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8811 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8812 * mcore-tdep.c: Include "disasm.h"
8813 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8814 * d10v-tdep.c: Include "disasm.h".
8815 (display_trace): Call gdb_print_insn, instead of print_insn.
8816 (print_insn): Delete function.
8817 * printcmd.c: Include "disasm.h".
8818 (print_insn): Delete function.
8819 (print_formatted): Call gdb_print_insn, instead of print_insn.
8820 * Makefile.in (printcmd.o): Update dependencies.
8821 (mcore-tdep.o, d10v-tdep.o): Ditto.
8822
8823 2003-05-02 Andrew Cagney <cagney@redhat.com>
8824
8825 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8826 PC_REGNUM, re-indent.
8827 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8828 PC_REGNUM isn't set.
8829
8830 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8831 * gdbarch.h, gdbarch.c: Re-generate.
8832 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8833 register_virtual_size, pc_regnum, or register_bytes.
8834 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8835 (d10v_register_type): Use D10V_PC_REGNUM.
8836 (d10v_print_registers_info, d10v_read_pc): Ditto.
8837 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8838 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8839
8840 2003-05-02 David Carlton <carlton@bactrian.org>
8841
8842 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8843 the name with mstrsave.
8844
8845 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8846
8847 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8848 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8849 (host_charset_name, target_charset_name): New vars for use by
8850 set/show commands.
8851 (host_charset_enum, target_charset_enum): New enums for set/show
8852 commands.
8853 (set_charset_sfunc, set_host_charset_sfunc,
8854 set_target_charset_sfunc): New functions.
8855 (set_host_charset, set_target_charset): Make static.
8856 (list_charsets, set_host_charset_command,
8857 set_target_charset_command): Delete functions.
8858 (show_charset_command): Rewrite as....
8859 (show_charset): Hook this up with the set/show command mechanism.
8860 (_initialize_charset): Change names of charsets to match the
8861 set/show enums. Use host_charset_name and target_charset_name.
8862 Use set/show mechanism for charset, host-charset, target-charset
8863 commands. Do not make 'show host-charset' and 'show
8864 target-charset' be aliases of 'show charset'.
8865
8866 * charset.h (set_host_charset, set_target_charset): Don't export,
8867 they are not used outside the file.
8868
8869 2003-05-01 Andrew Cagney <cagney@redhat.com>
8870
8871 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8872 (gdb_disassembly): Make "di" non static, always initialize and
8873 cleanup. Always use dis_asm_read_memory.
8874 (gdb_dis_asm_read_memory): Delete function.
8875
8876 2003-05-01 Andrew Cagney <cagney@redhat.com>
8877
8878 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8879 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8880
8881 2003-04-30 Andrew Cagney <cagney@redhat.com>
8882
8883 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8884 "tm_print_insn_info".
8885 (TARGET_PRINT_INSN_INFO): Delete macro.
8886 (dis_asm_read_memory): Delete function declaration.
8887 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8888 (tm_print_insn_info): Delete variable definition.
8889 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8890 * gdbarch.h, gdbarch.c: Re-generate.
8891 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8892 "deprecated_tm_print_insn_info".
8893 * mcore-tdep.c (mcore_dump_insn): Ditto.
8894 * mips-tdep.c (mips_gdbarch_init): Ditto.
8895 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8896 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8897 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8898 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8899 instead of TARGET_PRINT_INSN_INFO, add comment.
8900 * s390-tdep.c (s390_get_frame_info): Instead of
8901 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8902 (s390_check_function_end, s390_is_sigreturn): Ditto.
8903 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8904 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8905 * disasm.c: Include "gdbcore.h".
8906 (_initialize_disasm): New function, initialize
8907 "deprecated_tm_print_insn_info".
8908 (deprecated_tm_print_insn_info): New variable.
8909 (dis_asm_read_memory): Moved from "corefile.c", made static.
8910 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8911 * Makefile.in (disasm.o): Update dependencies.
8912
8913 2003-04-30 Andrew Cagney <cagney@redhat.com>
8914
8915 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8916
8917 2003-04-29 Adam Fedor <fedor@gnu.org>
8918
8919 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8920 * infcall.c (find_function_addr): Make non-static.
8921 * infcall.h (find_function_addr): Declare.
8922 * Makefile.in (eval.o): Update dependencies.
8923
8924 2003-04-28 Adam Fedor <fedor@gnu.org>
8925
8926 * symtab.c (symbol_find_demangled_name): Check for and demangle
8927 ObjC symbols.
8928 (symbol_init_demangled_name): Init for language_objc as well.
8929
8930 2003-04-28 Andrew Cagney <cagney@redhat.com>
8931
8932 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8933 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8934 * gdbarch.h, gdbarch.c: Re-generate.
8935 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8936 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8937 * inferior.h (deprecated_read_fp): Rename read_fp.
8938 (generic_target_read_fp): Delete declaration.
8939 * regcache.c (generic_target_read_fp): Delete function.
8940 (deprecated_read_fp): Replace read_fp, use
8941 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8942 * d10v-tdep.c (d10v_read_fp): Delete function.
8943 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8944
8945 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8946 deprecated_target_read_fp to generic_target_read_fp.
8947 * sh-tdep.c (sh_gdbarch_init): Ditto.
8948 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8949 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8950 * frv-tdep.c (frv_gdbarch_init): Ditto.
8951
8952 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8953 deprecated_fp_regnum.
8954 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8955 * vax-tdep.c (vax_gdbarch_init): Ditto.
8956 * v850-tdep.c (v850_gdbarch_init): Ditto.
8957 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8958 * sh-tdep.c (sh_gdbarch_init): Ditto.
8959 * s390-tdep.c (s390_gdbarch_init): Ditto.
8960 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8961 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8962 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8963 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8964 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8965 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8966 * i386-tdep.c (i386_gdbarch_init): Ditto.
8967 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8968 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8969 * frv-tdep.c (frv_gdbarch_init): Ditto.
8970 * cris-tdep.c (cris_gdbarch_init): Ditto.
8971 * avr-tdep.c (avr_gdbarch_init): Ditto.
8972 * arm-tdep.c (arm_gdbarch_init): Ditto.
8973 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8974
8975 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8976 * v850-tdep.c (v850_gdbarch_init): Ditto.
8977 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8978 * sh-tdep.c (sh_gdbarch_init): Ditto.
8979 * s390-tdep.c (s390_gdbarch_init): Ditto.
8980 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8981 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8982 * mips-tdep.c (mips_gdbarch_init): Ditto.
8983 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8984 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8985 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8986 * frv-tdep.c (frv_gdbarch_init): Ditto.
8987 * avr-tdep.c (avr_gdbarch_init): Ditto.
8988 * arm-tdep.c (arm_gdbarch_init): Ditto.
8989
8990 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8991 DEPRECATED_FP_REGNUM.
8992 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8993 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8994 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8995 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8996 (sparc32_register_virtual_type): Ditto.
8997 * sh-tdep.c (sh64_frame_chain): Ditto.
8998 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8999 (sh_nofp_frame_init_saved_regs): Ditto.
9000 (sh64_nofp_frame_init_saved_regs): Ditto.
9001 (sh_fp_frame_init_saved_regs): Ditto.
9002 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
9003 * remote-e7000.c (fetch_regs_from_dump): Ditto.
9004 * procfs.c (procfs_fetch_registers): Ditto.
9005 (procfs_store_registers): Ditto.
9006 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
9007 (store_inferior_registers, fetch_core_registers): Ditto.
9008 (fetch_kcore_registers, clear_regs): Ditto.
9009 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
9010 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
9011 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
9012 * nlm/i386.c (do_status): Ditto.
9013 * mipsv4-nat.c (supply_gregset): Ditto.
9014 * mips-tdep.c: Ditto for comments.
9015 * mips-nat.c (fetch_inferior_registers): Ditto.
9016 (store_inferior_registers, fetch_core_registers): Ditto.
9017 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
9018 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
9019 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
9020 (i386_do_pop_frame, i386_register_type): Ditto.
9021 * hppa-tdep.c (hppa_frame_chain): Ditto.
9022 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
9023 (hppa_pop_frame, hppa_read_fp): Ditto.
9024 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
9025 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
9026 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
9027 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
9028 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
9029 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
9030 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
9031 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
9032 * blockframe.c: Ditto for comments.
9033 * arch-utils.h: Ditto for comments.
9034 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
9035 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
9036 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
9037 * alpha-tdep.h: Ditto for comments.
9038 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
9039 (alpha_cannot_store_register): Ditto.
9040 (alpha_push_dummy_frame): Ditto.
9041 * alpha-nat.c (supply_gregset): Ditto.
9042
9043 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
9044 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
9045 * config/sparc/tm-sparc.h: Update comment.
9046
9047 * hppa-tdep.c (hppa_init_extra_frame_info): Use
9048 deprecated_read_fp instead of TARGET_READ_FP.
9049 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
9050 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
9051 * sparc-tdep.c (sparc_init_extra_frame_info): Use
9052 deprecated_read_fp instead of read_fp.
9053 * s390-tdep.c (s390_push_arguments): Ditto.
9054 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9055 * frame.h: Ditto in comments.
9056 * frame.c (legacy_get_prev_frame): Ditto.
9057 * dummy-frame.c (dummy_frame_this_id): Ditto.
9058 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
9059
9060 2003-04-28 Andrew Cagney <cagney@redhat.com>
9061
9062 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
9063 * gdbarch.h, gdbarch.c: Re-generate.
9064 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
9065 * vax-tdep.c (_initialize_vax_tdep): Update.
9066 * v850-tdep.c (_initialize_v850_tdep): Update.
9067 * sparc-tdep.c (_initialize_sparc_tdep): Update.
9068 * s390-tdep.c (_initialize_s390_tdep): Update.
9069 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
9070 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
9071 * mips-tdep.c (_initialize_mips_tdep): Update.
9072 * mcore-tdep.c (_initialize_mcore_tdep): Update.
9073 * m68k-tdep.c (_initialize_m68k_tdep): Update.
9074 * ia64-tdep.c (_initialize_ia64_tdep): Update.
9075 * hppa-tdep.c (_initialize_hppa_tdep): Update.
9076 * h8300-tdep.c (_initialize_h8300_tdep): Update.
9077 * frv-tdep.c (_initialize_frv_tdep): Update.
9078 * cris-tdep.c (cris_delayed_get_disassembler): Update.
9079 (_initialize_cris_tdep): Update.
9080 * arch-utils.c (legacy_print_insn): Update.
9081 * alpha-tdep.c (_initialize_alpha_tdep): Update.
9082
9083 2003-04-26 Adam Fedor <fedor@gnu.org>
9084
9085 * linespec.c (decode_objc): New function to decode ObjC calls
9086 (decode_line_1): Check for ObjC calls (using decode_objc)
9087 * Makefile (linespec.o): Update dependencies.
9088
9089 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
9090
9091 * breakpoint.h (struct breakpoint_ops): New.
9092 (struct breakpoint): Add ops member.
9093
9094 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
9095 (mention): Use new breakpoint ops member.
9096 (set_raw_breakpoint): Initialize ops field to NULL.
9097 (print_exception_catchpoint, print_one_exception_catchpoint)
9098 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
9099 (gnu_v3_exception_catchpoint_ops): New.
9100 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
9101
9102 2003-04-25 Adam Fedor <fedor@gnu.org>
9103
9104 * Makefile.in (COMMON_OBS): Add objc-lang.o
9105
9106 2003-04-25 Andrew Cagney <cagney@redhat.com>
9107
9108 * d10v-tdep.c (print_insn): Delete function.
9109 (display_trace): Use TARGET_PRINT_INSN.
9110 (_initialize_d10v_tdep): Do not set tm_print_insn.
9111 (d10v_gdbarch_init): Set print_insn.
9112
9113 2003-04-25 Andrew Cagney <cagney@redhat.com>
9114
9115 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
9116 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
9117 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
9118 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
9119 (nr_dmap_regs, a0_regnum): ... new functions.
9120 (d10v_print_registers_info): Use a0_regnum, use register_size.
9121 (d10v_register_byte): Delete function.
9122 (d10v_register_raw_size): Delete function.
9123 (d10v_register_type): Use a0_regnum.
9124 (d10v_print_registers_info): Use a0_regnum.
9125 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
9126 (d10v_gdbarch_init): Do not set register_byte or
9127 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
9128 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
9129 extract_address.
9130 (trace_command): Use XCALLOC.
9131 (print_insn): Delete reference to tm_print_insn.
9132 (saved_regs_unwinder): Use store_unsigned_integer instead of
9133 store_address.
9134 * frame.h (FRAME_OBSTACK_CALLOC): Define
9135
9136 2003-04-25 David Carlton <carlton@bactrian.org>
9137
9138 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
9139
9140 2003-04-24 Adam Fedor <fedor@gnu.org>
9141
9142 * objc-lang.c: Include "valprint.h"
9143 * Makefile.in (objc-lang.o): Update dependencies.
9144
9145 2003-04-24 Adam Fedor <fedor@gnu.org>
9146
9147 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
9148 architecture dependant compilation and mark as unimplemented
9149 (until they get put in the gdbarch vector).
9150
9151 2003-04-23 David Carlton <carlton@bactrian.org>
9152
9153 * cp-support.c (cp_find_first_component): Accept 'operator' in
9154 more locations.
9155
9156 2003-04-23 Andrew Cagney <cagney@redhat.com>
9157
9158 * infcall.c (call_function_by_hand): Eliminate redundant
9159 indentation. Move "saved_async" and "old_cleanups" to where they
9160 are needed.
9161
9162 2003-04-23 Andrew Cagney <cagney@redhat.com>
9163
9164 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
9165 and "buffer". Move the "name" code to where it is needed.
9166
9167 2003-04-23 Andrew Cagney <cagney@redhat.com>
9168
9169 * infcall.c (call_function_by_hand): Move variables "start_sp",
9170 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
9171 code to ON_STACK switch branch.
9172
9173 2003-04-23 Andrew Cagney <cagney@redhat.com>
9174
9175 * infcall.c (call_function_by_hand): Make declaration of "i",
9176 "sal", "bpt" and "old_sp" more local to their use. Delete #if
9177 lint.
9178
9179 2003-04-23 Andrew Cagney <cagney@redhat.com>
9180
9181 * infcall.c (call_function_by_hand): Delete variable
9182 "n_method_args". Localize "param_type"'s declaration to the loop
9183 that it is used. Reinstate code assigning to said variable -
9184 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
9185 Rationalize code using "param_type".
9186
9187 2003-04-22 Andrew Cagney <cagney@redhat.com>
9188
9189 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
9190 compute the breakpoint address. Only call FIX_CALL_DUMMY when
9191 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
9192 to DEPRECATED_PUSH_RETURN_ADDRESS.
9193
9194 2003-04-22 Kevin Buettner <kevinb@redhat.com>
9195
9196 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
9197 on the DWARF2 register number prior to fetching a register.
9198
9199 2003-04-22 J. Brobecker <brobecker@gnat.com>
9200
9201 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
9202 Update all the tests using SOFT_FLOAT considering the fact that
9203 this macro was always set to 0.
9204 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
9205 considering the fact that this macro was always set to 0.
9206 * hppa-tdep.h (hppa_store_return_value): Likewise.
9207 (hppa_extract_return_value): Likewise.
9208
9209 2003-04-22 J. Brobecker <brobecker@gnat.com>
9210
9211 * config/pa/tm-hppa.h: Remove obsolete code, was used by
9212 the hppa-pro target only.
9213
9214 2003-04-21 J. Brobecker <brobecker@gnat.com>
9215
9216 Ongoing multi-arch conversion effort for HP/UX:
9217 * config/pa/tm-hppa.h: Move all macro that are no longer
9218 defined now that GDB_MULTI_ARCH is now set to 1 from here...
9219 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
9220
9221 2003-04-21 J. Brobecker <brobecker@gnat.com>
9222
9223 * config/pa/tm-hppa.h: Obsolete a section that was only used
9224 for hppa-pro.
9225
9226 2003-04-21 J. Brobecker <brobecker@gnat.com>
9227
9228 Ongoing multi-arch conversion for HP/UX.
9229 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
9230 if already defined (allows hppa64 to stay non-multiarched for now).
9231 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
9232
9233 2003-04-21 Andrew Cagney <cagney@redhat.com>
9234
9235 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
9236
9237 2003-04-21 Andrew Cagney <cagney@redhat.com>
9238
9239 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
9240 "i386_num_mmx_regs".
9241
9242 2003-04-21 Andrew Cagney <cagney@redhat.com>
9243
9244 * infcall.c: New file.
9245 * infcall.h: New file.
9246 * valarith.c: Include "infcall.h".
9247 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
9248 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
9249 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
9250 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
9251 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
9252 (SFILES): Add "infcall.c"
9253 (COMMON_OBS): Add "infcall.o".
9254 (infcall.o): Specify dependencies.
9255 * value.h (call_function_by_hand): Delete declaration.
9256 * inferior.h (run_stack_dummy): Delete declaration.
9257 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
9258 (run_stack_dummy): Move to "infcall.c", merged into
9259 call_function_by_hand.
9260 * valops.c (call_function_by_hand): Moved to "infcall.c".
9261 (find_function_addr, value_arg_coerce): Ditto.
9262 (unwindonsignal_p, coerce_float_to_double): Ditto.
9263 (_initialize_valops): Move "set/show coerce-float-to-double", and
9264 "set/show unwindonsignal" commands to "infcall.c".
9265 * v850-tdep.c, target.h: Update comments.
9266 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
9267 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
9268 (sh64_init_extra_frame_info): Update comments.
9269 * mn10300-tdep.c: Update comments.
9270 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
9271 * config/sparc/tm-sparc.h: Update comments.
9272 * breakpoint.h: Update comments.
9273 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
9274 * arm-tdep.c: Update comment.
9275
9276 2003-04-19 Mark Kettenis <kettenis@gnu.org>
9277
9278 * i386-tdep.c (i386_num_register_names): New variable.
9279 (i386_num_mmx_regs): Renamed from mmx_num_regs.
9280 (MM0_REGNUM): Remove redundant parentheses in define.
9281 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
9282 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
9283 i386_mxcsr_regnum_p): Remove redundant parentheses.
9284 (i386_register_name): Use i386_num_register_names.
9285
9286 * i386-tdep.c (i386_extract_return_value,
9287 i386_store_return_value): Correct check for availability of
9288 floating-point registers.
9289
9290 * i386-tdep.c (i386_frame_num_args): Remove function.
9291 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
9292
9293 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
9294 mmx_regnum_to_fp_regnum. Adjust all callers.
9295
9296 * i386-tdep.c (i386_get_longjmp_target): Use
9297 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
9298 and TARGET_CHAR_BIT. Use extract_typed_address instead of
9299 extract_address.
9300
9301 2003-04-19 Mark Kettenis <kettenis@gnu.org>
9302
9303 * core-regset.c: Update comments to reflect reality. Re-order
9304 includes.
9305 (fetch_core_registers): Use switch instead of if. Remove
9306 redundant prototype.
9307
9308 2003-04-18 Jim Blandy <jimb@redhat.com>
9309
9310 * s390-tdep.c (s390_frame_align): New function.
9311 (s390_gdbarch_init): Register it with the gdbarch object.
9312
9313 2003-04-17 Richard Henderson <rth@redhat.com>
9314
9315 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
9316
9317 2003-04-17 Michael Snyder <msnyder@redhat.com>
9318 Karen Bennet <bennet@redhat.com>
9319
9320 Committed by Elena Zannoni <ezannoni@redhat.com>
9321 * gdb_gcore.sh: New script to create a core dump of a process.
9322
9323 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
9324
9325 * values.c (value_being_returned): Don't fetch the return
9326 value if the return type is void.
9327
9328 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9329
9330 * thread-db.c: Reindented.
9331
9332 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9333
9334 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
9335 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
9336 as types.
9337
9338
9339
9340
9341
9342
9343
9344
9345
9346
9347
9348
9349
9350
9351
9352
9353
9354
9355
9356
9357
9358
9359
9360
9361
9362 2003-04-16 Kevin Buettner <kevinb@redhat.com>
9363
9364 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
9365 the size of ``long double'' to 16, instead of 8.
9366
9367 2003-04-16 Mark Kettenis <kettenis@gnu.org>
9368
9369 * i386-linux-nat.c: Add some whitespace to make things more
9370 readable.
9371 (fetch_register, store_register, fetch_inferior_registers,
9372 store_inferior_registers): Get rid of assignment in if-statement.
9373 (store_register): Fix typo in error message.
9374
9375 2003-04-16 Andrew Cagney <cagney@redhat.com>
9376
9377 * utils.c (xmmalloc): Always allocate something, matches
9378 libiberty/xmalloc's semantics.
9379 (xmrealloc, xmcalloc): Ditto.
9380
9381 2003-04-16 Andrew Cagney <cagney@redhat.com>
9382
9383 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
9384 update comments.
9385 (get_frame_type): Initialize unwind and type when needed.
9386 (get_frame_id, frame_register_unwind): Ditto.
9387
9388 2003-04-16 Andrew Cagney <cagney@redhat.com>
9389
9390 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
9391 obsolete.
9392 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
9393 * sparcl-stub.c: Obsolete file.
9394 * config/sparc/tm-sparclet.h: Obsolete file.
9395 * sparclet-stub.c: Obsolete file.
9396 * sparclet-rom.c: Obsolete file.
9397 * sparcl-tdep.c: Obsolete file.
9398 * config/sparc/tm-sparclite.h: Obsolete file.
9399 * config/sparc/sparclite.mt: Obsolete file.
9400 * config/sparc/sparclet.mt: Obsolete file.
9401 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
9402 sparc86x-*-* obsolete.
9403
9404 2003-04-15 David Carlton <carlton@math.stanford.edu>
9405
9406 * Makefile.in (SFILES): Add cp-namespace.c.
9407 (COMMON_OBS): Add cp-namespace.o.
9408 (block.o): Depend on gdb_obstack_h and cp_support_h.
9409 (buildsym.o): Depend on cp_support_h.
9410 (cp-namespace.o): New.
9411 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
9412 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
9413 (dwarf2read.o): Depend on cp_support_h.
9414 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
9415 * dwarf2read.c (process_die): Set processing_has_namespace_info,
9416 processing_current_namespace.
9417 (read_namespace): Update processing_current_namespace; check for
9418 anonymous namespaces.
9419 (dwarf2_name): New function.
9420 (dwarf2_extension): Ditto.
9421 * cp-support.h: Update copyright, contributors.
9422 Add inclusion guards.
9423 Add opaque declaration for structs obstack, block, symbol.
9424 (struct using_direct): New struct.
9425 Add declarations for cp_find_first_component,
9426 cp_entire_prefix_len, processing_has_namespace_info,
9427 processing_current_namespace, cp_is_anonymous,
9428 cp_add_using_directive, cp_initialize_namespace,
9429 cp_finalize_namespace, cp_set_block_scope,
9430 cp_scan_for_anonymous_namespaces.
9431 * cp-namespace.c: New file.
9432 * cp-support.c: Update copyright.
9433 Include ctype.h, gdb_assert.h, gdbcmd.h.
9434 New variable maint_cplus_cmd_list.
9435 (cp_find_first_component): New function.
9436 (cp_entire_prefix_len, maint_cplus_command)
9437 (first_component_command, _initialize_cp_support): Ditto.
9438 * buildsym.c: Include cp-support.h.
9439 New variable using_list.
9440 (add_symbol_to_list): Check for anonymous namespaces.
9441 (finish_block): Set block's scope.
9442 (start_symtab): Initialize C++ namespace support.
9443 (end_symtab): Finalize C++ namespace support.
9444 * block.h: Add opaque declarations for structs
9445 block_namespace_info, using_direct, and obstack.
9446 Add declarations for block_set_scope and block_set_using.
9447 (struct block): Add 'language_specific' member.
9448 (BLOCK_NAMESPACE): New macro.
9449 * block.c: Include gdb_obstack.h and cp-support.h.
9450 (struct block_namespace_info): New struct.
9451 (block_set_scope): New function.
9452 (block_set_using, block_initialize_namespace): Ditto.
9453
9454 2003-04-14 Kevin Buettner <kevinb@redhat.com>
9455
9456 * solib-svr4.c (svr4_have_link_map_offsets): New function.
9457 (locate_base): Return early if there aren't any link map offsets.
9458 (svr4_solib_create_inferior_hook): Warn if shared library support
9459 is unavailable.
9460
9461 2003-04-14 David Carlton <carlton@math.stanford.edu>
9462
9463 * symtab.c (symbol_set_names): Add prefix when storing Java names
9464 in hash table. Fix for PR java/1039.
9465
9466 2003-04-14 David Carlton <carlton@math.stanford.edu>
9467
9468 * symtab.c (symbol_set_names): Rename 'name' arg to
9469 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
9470 * symtab.h: Change 'name' argument in declaration of
9471 symbol_set_names to 'linkage_name'.
9472 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
9473
9474 2003-04-14 Andrew Cagney <cagney@redhat.com>
9475
9476 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
9477 return the fully sign-extended register value.
9478 (get_frame_pointer): Ditto.
9479 (mips_pop_frame): Initialize "proc_desc" after checking for a
9480 dummy frame.
9481
9482 2003-04-14 Andrew Cagney <cagney@redhat.com>
9483
9484 * mips-tdep.c (mips_push_dummy_frame): Delete function.
9485 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9486 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9487 (mips_push_register): Delete function.
9488 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9489 PUSH_FP_REGNUM.
9490
9491 2003-04-14 Jim Blandy <jimb@redhat.com>
9492
9493 * symmisc.c: #include "gdb_regex.h".
9494 (maintenance_list_symtabs, maintenance_list_psymtabs): New
9495 functions.
9496 * maint.c (maintenance_list_command): New function.
9497 (_initialize_maint_cmds): Register the above as commands.
9498 * symtab.h (maintenance_list_symtabs,
9499 maintenance_list_psymtabs): New declarations.
9500 * cli/cli-cmds.c (maintenancelistlist): New variable.
9501 (init_cmd_lists): Initialize it.
9502 * cli/cli-cmds.h (maintenancelistlist): New declaration.
9503 * gdbcmd.h (maintenancelistlist): New declaration.
9504 * Makefile.in (symmisc.o): Update dependencies.
9505
9506 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
9507
9508 * s390-nat.c: Include asm/types.h for addr_t.
9509
9510 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
9511
9512 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9513 actually incoming type.
9514
9515 2003-04-13 Andrew Cagney <cagney@redhat.com>
9516
9517 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9518 get_next_frame and get_frame_saved_regs.
9519
9520 2003-04-13 Andrew Cagney <cagney@redhat.com>
9521
9522 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9523 of gdbarch_num_regs.
9524
9525 2003-04-13 Andrew Cagney <cagney@redhat.com>
9526
9527 * frame.h: Mention what replaced what in "struct frame_info".
9528 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9529 deprecated_update_frame_base_hack and
9530 deprecated_update_frame_pc_hack.
9531 * hppa-tdep.c: Ditto.
9532
9533 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9534
9535 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9536 to read_reg and update its comment. Remove regnum member.
9537 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9538 Don't call read_reg when setting in_reg. Call read_reg to get
9539 the frame base if it's in a register. Return the register number
9540 on the stack instead of in the context. Remove extra arguments
9541 to read_reg.
9542 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9543 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
9544 the register number on the expression stack.
9545 (needs_frame_read_reg): Remove extra arguments.
9546
9547 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9548
9549 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9550 made non-static.
9551 (execute_stack_op): All callers updated.
9552 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9553 * dwarf2loc.c (find_location_expression): New function.
9554 (dwarf_expr_frame_base): Call it.
9555 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9556 (dwarf2_tracepoint_var_ref): New function, broken out from
9557 locexpr_tracepoint_var_ref.
9558 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9559 Make static.
9560 (loclist_read_variable, loclist_read_needs_frame): New functions.
9561 (loclist_describe_location, loclist_tracepoint_var_ref): New
9562 functions.
9563 (dwarf2_loclist_funcs): New struct location_funcs.
9564 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9565 (struct dwarf2_locexpr_baton): Add comments.
9566 (dwarf2_loclist_funcs): New extern.
9567 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9568 base_address and base_known.
9569 (dwarf_loc_buffer): New variable.
9570 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9571 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9572 (dwarf2_has_info): Initialize dwarf_loc_offset.
9573 (dwarf2_build_psymtabs): Read in .debug_loc.
9574 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9575 DWARF_LOC_SIZE.
9576 (psymtab_to_symtab_1): Likewise. Move base address calculation
9577 here, from...
9578 (dwarf2_get_pc_bounds): ... here. Use the base address from
9579 cu_header.
9580 (dwarf2_symbol_mark_computed): Handle location lists.
9581
9582 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9583
9584 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9585 if the linkage name demangled successfully.
9586
9587 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9588
9589 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9590 disassmbly_flavour): Removed.
9591
9592 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9593
9594 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9595
9596 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9597
9598 2003-04-12 Andrew Cagney <cagney@redhat.com>
9599
9600 * frame.h (struct frame_info): Move definition from here ...
9601 * frame.c (struct frame_info): ... to here.
9602
9603 2003-04-12 Andrew Cagney <cagney@redhat.com>
9604
9605 * gdbthread.h (save_infrun_state): Delete parameter
9606 "prev_func_start".
9607 (struct thread_info): Delete field "prev_func_start".
9608 (load_infrun_state): Ditto.
9609 * thread.c (load_infrun_state, save_infrun_state): Update.
9610 * infrun.c (prev_func_start): Delete variable.
9611 (context_switch, init_wait_for_inferior): Update.
9612 (stop_stepping, keep_going): Update.
9613
9614 2003-04-12 Andrew Cagney <cagney@redhat.com>
9615
9616 * gdbarch.sh: Add missing opaque declarations.
9617 * gdbarch.h: Regnerate.
9618 * symtab.h: Add missing opaque declarations.
9619 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9620 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9621 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9622 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9623 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9624 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9625 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9626 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9627 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9628 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9629 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9630 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9631 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9632
9633 2003-04-11 Andrew Cagney <cagney@redhat.com>
9634
9635 * frame.c (get_frame_id): Return this frame's "id".
9636 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9637 function start.
9638 (legacy_saved_regs_this_id): Replace function body with
9639 internal-error.
9640 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9641 FRAME_OBSTACK_ZALLOC.
9642 (create_new_frame): Mark the frame ID as valid.
9643
9644 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
9645
9646 * Makefile.in (libbfd_h): Added missing setting.
9647 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9648 according to the selected ABI.
9649
9650 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9651
9652 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9653
9654 2003-04-11 Andrew Cagney <cagney@redhat.com>
9655
9656 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9657 SAVED_PC_AFTER_CALL.
9658 * gdbarch.h, gdbarch.c: Regenerate.
9659 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9660 * x86-64-tdep.c (x86_64_init_abi): Update.
9661 * vax-tdep.c (vax_gdbarch_init): Update.
9662 * v850-tdep.c (v850_gdbarch_init): Update.
9663 * sparc-tdep.c (sparc_gdbarch_init): Update.
9664 * sh-tdep.c (sh_gdbarch_init): Update.
9665 * s390-tdep.c (s390_gdbarch_init): Update.
9666 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9667 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9668 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9669 * mips-tdep.c (mips_gdbarch_init): Update.
9670 * mcore-tdep.c (mcore_gdbarch_init): Update.
9671 * m68k-tdep.c (m68k_gdbarch_init): Update.
9672 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9673 * ia64-tdep.c (ia64_gdbarch_init): Update.
9674 (ia64_saved_pc_after_call): Update declaration.
9675 * i386ly-tdep.c (i386lynx_init_abi): Update.
9676 * i386-tdep.c (i386_gdbarch_init): Update.
9677 * hppa-tdep.c (hppa_gdbarch_init): Update.
9678 * h8300-tdep.c (h8300_gdbarch_init): Update.
9679 * frv-tdep.c (frv_gdbarch_init): Update.
9680 * cris-tdep.c (cris_gdbarch_init): Update.
9681 * avr-tdep.c (avr_gdbarch_init): Update.
9682 * arm-tdep.c (arm_gdbarch_init): Update.
9683 * alpha-tdep.c (alpha_gdbarch_init): Update.
9684 * ns32knbsd-nat.c (frame_num_args): Update.
9685 * ns32k-tdep.c (umax_frame_num_args): Update.
9686 * mips-tdep.c (mips_init_frame_pc_first): Update.
9687 * infrun.c (step_over_function): Update.
9688 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9689 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9690 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9691 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9692 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9693 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9694 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9695 * arch-utils.c (init_frame_pc_default): Update.
9696 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9697 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9698 declaration.
9699
9700 2003-04-11 Andrew Cagney <cagney@redhat.com>
9701
9702 * i387-tdep.c: Update copyright.
9703 (i387_to_double): Delete function.
9704 (double_to_i387): Delete function.
9705
9706 2003-04-10 Andrew Cagney <cagney@redhat.com>
9707
9708 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9709 frame's function's address. Simplify.
9710 (d10v_frame_unwind_cache): Check that the frame's function is
9711 non-zero.
9712
9713 2003-04-10 Jim Blandy <jimb@redhat.com>
9714
9715 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9716 call to set_gdbarch_deprecated_push_arguments.
9717
9718 2003-04-10 Andrew Cagney <cagney@redhat.com>
9719
9720 * frame.c (fprint_frame_id): New function.
9721 (fprint_frame_type, fprint_frame): New function.
9722 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9723 (create_sentinel_frame, get_frame_id): Ditto.
9724 (frame_id_p, frame_id_eq): Ditto.
9725 (frame_id_inner, create_new_frame): Ditto.
9726 (legacy_get_prev_frame, get_prev_frame): Ditto.
9727 (deprecated_update_frame_pc_hack): Ditto.
9728 (frame_register_unwind): Ditto.
9729 (deprecated_update_frame_base_hack): Ditto.
9730
9731 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9732
9733 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9734 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9735 frame_chain function.
9736 * Makefile.in: Add dependencies due to above change.
9737
9738 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9739
9740 * blockframe.c (legacy_frame_chain_valid): Move call to
9741 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9742 inside_entry_file.
9743
9744 2003-04-09 Andrew Cagney <cagney@redhat.com>
9745
9746 * frame.h (struct frame_id): Replace "pc" and "base" with
9747 "stack_addr" and "code_addr". Update comments.
9748 (frame_id_build): Update parameter names and comment.
9749 (struct frame_info): Replace "id_p" and "id" with "this_id".
9750 * dummy-frame.c (dummy_frame_this_id): Update.
9751 * breakpoint.c (print_one_breakpoint): Update.
9752 * frame.c (get_frame_id): Update.
9753 (get_frame_base, frame_id_build): Update.
9754 (create_sentinel_frame, legacy_get_prev_frame): Update.
9755 (deprecated_update_frame_base_hack): Update.
9756 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9757 (frame_id_inner): Ditto.
9758
9759 2003-04-09 Andrew Cagney <cagney@redhat.com>
9760
9761 * defs.h (gdb_print_host_address): Make "addr" parameter a
9762 pointer constant.
9763 * utils.c (gdb_print_host_address): Update.
9764
9765 2003-04-09 Kevin Buettner <kevinb@redhat.com>
9766
9767 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9768 register number for R0 is 0.
9769
9770 2003-04-09 J. Brobecker <brobecker@gnat.com>
9771
9772 * frame.h (struct gdbarch): Add opaque structure definition
9773 to avoid a compilation warning on LynxOS 4.0.
9774
9775 2003-04-09 Andrew Cagney <cagney@redhat.com>
9776
9777 * frame.h (struct frame_info): Delete field "pc". Replace
9778 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9779 structure.
9780 * frame.c (frame_pc_unwind): Update.
9781 (create_sentinel_frame): Do not set "pc".
9782 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9783 (get_frame_pc): Call frame_pc_unwind.
9784 (deprecated_update_frame_pc_hack): Update.
9785 (create_new_frame): Use "pc" not "->pc".
9786
9787 2003-04-09 Andrew Cagney <cagney@redhat.com>
9788
9789 * frame.c (get_frame_id): Eliminate code updating "frame".
9790 (legacy_get_prev_frame): Ditto.
9791 (get_frame_base): Return id.base directly.
9792 (deprecated_update_frame_base_hack): Update "id.base".
9793 * frame.h (struct frame_info): Delete field "frame".
9794
9795 2003-04-09 Andrew Cagney <cagney@redhat.com>
9796
9797 * NEWS: Mention that the "Sequent family" is obsolete.
9798 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9799 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9800 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9801 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9802 * config/i386/tm-ptx4.h: Obsolete file.
9803 * config/i386/tm-ptx.h: Obsolete file.
9804 * symm-tdep.c: Obsolete file.
9805 * config/i386/symmetry.mt: Obsolete file.
9806 * config/i386/tm-symmetry.h: Obsolete file.
9807 * symm-nat.c: Obsolete file.
9808 * config/i386/nm-symmetry.h: Obsolete file.
9809 * config/i386/xm-symmetry.h: Obsolete file.
9810 * config/i386/symmetry.mh: Obsolete file.
9811 * config/i386/nm-ptx4.h: Obsolete file.
9812 * config/i386/ptx4.mh: Obsolete file.
9813 * config/i386/ptx.mt: Obsolete file.
9814 * config/i386/ptx.mh: Obsolete file.
9815 * config/i386/xm-ptx4.h: Obsolete file.
9816 * config/i386/xm-ptx.h: Obsolete file.
9817
9818 2003-04-09 Andrew Cagney <cagney@redhat.com>
9819
9820 Obsolete mips*-*-mach3*.
9821 * NEWS: Mention that mips*-*-mach3* is obsolete.
9822 * m3-nat.c: Obsolete file.
9823 * config/nm-m3.h: Obsolete file.
9824 * config/mips/tm-mipsm3.h: Obsolete file.
9825 * config/mips/mipsm3.mt: Obsolete file.
9826 * config/mips/mipsm3.mh: Obsolete file.
9827 * config/mips/xm-mipsm3.h: Obsolete file.
9828 * mipsm3-nat.c: Obsolete file.
9829 * configure.host: Obsolete mips-dec-mach3*.
9830 * configure.tgt: Obsolete mips*-*-mach3*.
9831
9832 2003-04-09 Andrew Cagney <cagney@redhat.com>
9833
9834 * doublest.h: Update copyright.
9835 (deprecated_store_floating, deprecated_extract_floating): Rename
9836 store_floating and extract_floating. Update comments.
9837 * doublest.c: Update copyright.
9838 (extract_floating_by_length): Replace extract_floating.
9839 (store_floating_by_length): Replace store_floating.
9840 (deprecated_extract_floating): New function.
9841 (deprecated_store_floating): New function.
9842 (extract_typed_floating): Call extract_floating_by_length.
9843 (store_typed_floating): Call store_floating_by_length.
9844 * x86-64-tdep.c (x86_64_store_return_value): Update.
9845 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9846 (sh64_extract_return_value): Update.
9847 (sh_sh4_register_convert_to_virtual): Update.
9848 (sh_sh64_register_convert_to_virtual): Update.
9849 (sh_sh4_register_convert_to_raw): Update.
9850 (sh_sh64_register_convert_to_raw): Update.
9851 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9852 (rs6000_register_convert_to_raw): Update.
9853 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9854 (ia64_register_convert_to_raw): Update.
9855 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9856 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9857 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9858 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9859 (alpha_register_convert_to_raw): Update.
9860
9861 2003-04-08 Andrew Cagney <cagney@redhat.com>
9862
9863 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9864 * gdbarch.h, gdbarch.c: Re-generate.
9865 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9866 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9867 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9868 conditionally, use frame_pc_unwind as an alternative. Add
9869 comments.
9870 * arch-utils.c (init_frame_pc_default): Only call
9871 SAVED_PC_AFTER_CALL when available.
9872
9873 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9874
9875 * infrun.c (stop_soon): Rename from stop_soon_quietly.
9876 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9877 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9878 (start_remote): Ditto.
9879 (handle_inferior_event): Ditto.
9880 (save_inferior_status): Ditto.
9881 (restore_inferior_status): Ditto.
9882 * infcmd.c (attach_command): Ditto.
9883 * fork-child.c (startup_inferior): Ditto.
9884 * inferior.h (stop_soon): Rename from stop_soon_quietly.
9885 * alpha-tdep.c (heuristic_proc_start): Ditto.
9886 * mips-tdep.c (heuristic_proc_start): Ditto.
9887 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9888 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9889 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9890 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9891 * remote-vx.c (vx_create_inferior): Ditto.
9892
9893 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9894
9895 * infrun.c (stop_soon_quietly): Make it an enum, to better
9896 override the default behavior of handle_inferior_event.
9897 (clear_proceed_status): Update uses of stop_soon_quietly to
9898 reflect that it is now an enum.
9899 (start_remote): Ditto.
9900 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9901 is set to handle the new GNU/Linux kernel behavior for
9902 attach/sigstop. Update uses of stop_soon_quietly.
9903 * inferior.h (enum stop_kind): New enum.
9904 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9905 Reset normal handle_inferior_event behavior, afterwards.
9906 * fork-child.c (startup_inferior): Update.
9907 * alpha-tdep.c (heuristic_proc_start): Update.
9908 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9909 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9910 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9911 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9912 * remote-vx.c (vx_create_inferior): Update.
9913 * mips-tdep.c (heuristic_proc_start): Update.
9914
9915 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
9916
9917 * disasm.c (dump_insns): Move variables inside loop, or they will
9918 be freed more than once, causing wild memory corruptions.
9919 (gdb_disassembly): Look for the substring "-thread",
9920 instead of "-threads" in the target name, to make sure to find
9921 the 'multi-thread' target. Also, make sure we do the right thing
9922 with the "core" target.
9923
9924 2003-04-07 Kevin Buettner <kevinb@redhat.com>
9925
9926 * mips-tdep.c (mips_print_fp_register): New function, created from
9927 do_fp_register_row(). Registers are now (also) printed as hex.
9928 Only one register is printed per row.
9929 (mips_print_register, do_fp_register_row): Print floating point
9930 registers with mips_print_fp_register().
9931
9932 2003-04-06 Andrew Cagney <cagney@redhat.com>
9933
9934 * valprint.h (inspect_it): Add extern declaration.
9935 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9936 (selectors_info, classes_info): Ditto.
9937 (find_objc_msgcall): Fix indentation.
9938 (objc_printstr): Delete extern declarations.
9939
9940 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9941
9942 2003-04-06 Andrew Cagney <cagney@redhat.com>
9943
9944 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9945 Update comment.
9946 * frame.c (legacy_saved_regs_this_id): Update.
9947 (legacy_get_prev_frame): Update.
9948 * xstormy16-tdep.c: Update comment.
9949 * sparc-tdep.c (sparc_frame_chain): Update comment.
9950 * blockframe.c (legacy_frame_chain_valid): Update.
9951
9952 2003-04-06 Andrew Cagney <cagney@redhat.com>
9953
9954 * valprint.c (val_print_type_code_int): Delete #ifdef
9955 PRINT_TYPELESS_INTEGER code.
9956
9957 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9958 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9959 multi-arch definition.
9960 * gdbarch.h: Re-generate.
9961
9962 2003-04-05 Andrew Cagney <cagney@redhat.com>
9963
9964 Eliminate FRAME_FIND_SAVED_REGS.
9965 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9966 Change FSR parameter to a pointer.
9967 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9968 Assume FSR parameter is a pointer.
9969 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9970 Make fsr a pointer.
9971 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9972 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9973 saved_regs a pointer.
9974 (hppa_frame_saved_pc): Ditto.
9975 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9976 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9977 pointer.
9978 (restore_pc_queue): Make fsr a pointer.
9979 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9980 (hppa_frame_chain): Make saved_regs a pointer, call
9981 hppa_frame_init_saved_regs.
9982 * sparc-tdep.c: Include "gdb_assert.h".
9983 (sparc_frame_find_saved_regs): Replace internal_error with
9984 gdb_assert.
9985 * remote-vxsparc.c (vx_read_register): Delete reference to
9986 FRAME_FIND_SAVED_REGS.
9987 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9988 * gdbarch.h: Regenerate.
9989 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9990 (deprecated_get_frame_saved_regs): Delete declaration.
9991 (struct frame_saved_regs): Delete definition.
9992 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9993 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9994 (hppa_frame_find_saved_regs): Delete declaration.
9995 (FRAME_FIND_SAVED_REGS): Delete macro.
9996 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9997 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9998 FRAME_FIND_SAVED_REGS in comment.
9999
10000 2003-04-05 Andrew Cagney <cagney@redhat.com>
10001
10002 * frame.c (frame_func_unwind, get_frame_func): New functions.
10003 * frame.h (get_frame_func, frame_func_unwind): Declare.
10004 (struct frame_info): Add field "prev_func" for caching the
10005 previous frame's function address.
10006 * arm-tdep.c (arm_frameless_function_invocation): Combine
10007 get_pc_function_start and get_frame_pc into get_frame_func.
10008 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
10009 (sh64_nofp_frame_init_saved_regs): Ditto.
10010 * s390-tdep.c (s390_function_start): Ditto.
10011 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
10012 (rs6000_frameless_function_invocation): Ditto.
10013 (rs6000_frame_saved_pc): Ditto.
10014 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
10015 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
10016 * i386-tdep.c (i386_frameless_signal_p): Ditto.
10017 (i386_frame_init_saved_regs): Ditto.
10018 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
10019 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
10020 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
10021 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
10022 * blockframe.c (frameless_look_for_prologue): Ditto.
10023
10024 2003-04-05 Andrew Cagney <cagney@redhat.com>
10025
10026 * frame.c (legacy_get_prev_frame): Link prev to next at the
10027 function start. Update comments.
10028
10029 2003-04-05 Andrew Cagney <cagney@redhat.com>
10030
10031 * frame.c (get_frame_id): Update comment.
10032 (legacy_get_prev_frame): Update comment.
10033 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
10034 * gdbarch.h: Regenerate.
10035 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
10036 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
10037
10038 2003-04-05 Andrew Cagney <cagney@redhat.com>
10039
10040 * stack.c (print_frame_info): Use get_frame_pc.
10041
10042 2003-04-04 Andrew Cagney <cagney@redhat.com>
10043
10044 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
10045 the frame's type from the unwinder.
10046 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
10047 (create_new_frame, legacy_get_prev_frame): When the unwinder's
10048 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
10049 (get_frame_base_address): Use get_frame_type.
10050 (get_frame_locals_address, get_frame_args_address): Ditto.
10051 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
10052 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
10053 (struct frame_info): Add comment explaining why the frame contains
10054 a "type" field.
10055 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
10056 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
10057 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
10058 NORMAL_FRAME.
10059 * frame-unwind.h: Include "frame.h".
10060 (struct frame_unwind): Add "type" field.
10061 * Makefile.in (frame_unwind_h): Add $(frame_h).
10062
10063 2003-04-04 Andrew Cagney <cagney@redhat.com>
10064
10065 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
10066 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
10067 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
10068 get_frame_base.
10069 (d10v_unwind_dummy_id): Use frame_id_build.
10070 * frame.c (find_frame_sal): Use get_frame_pc.
10071 (create_new_frame): Use deprecated_update_frame_pc_hack and
10072 deprecated_update_frame_base_hack.
10073 (create_sentinel_frame): Add comment about ->pc going away.
10074 (get_prev_frame): Add comment about ->pc going away.
10075 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
10076 frame_id_build, deprecated_update_frame_pc_hack and
10077 deprecated_update_frame_base_hack.
10078 (select_frame): Use get_frame_pc.
10079 (legacy_saved_regs_this_id): Use frame_id_build.
10080
10081 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
10082
10083 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
10084 signed integer case.
10085 (classify_argument): Handle enumerations and references.
10086
10087 2003-04-04 Andrew Cagney <cagney@redhat.com>
10088
10089 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
10090 ID to NULL.
10091
10092 2003-04-01 Adam Fedor <fedor@gnu.org>
10093
10094 * gdb/objc-lang.c (selectors_info): Replace calls to
10095 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
10096 SYMBOL_NATURAL_NAME.
10097 (classes_info, find_methods): Likewise.
10098
10099 2003-04-03 Kevin Buettner <kevinb@redhat.com>
10100
10101 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
10102 ``mach'' to the value determined by bfd_default_set_arch_mach().
10103
10104 2003-04-02 Bob Rossi <bob_rossi@cox.net>
10105
10106 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
10107 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
10108 (mi-cmd-file.o): Update dependencies.
10109
10110 2003-04-01 Kevin Buettner <kevinb@redhat.com>
10111
10112 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
10113 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
10114
10115 2003-04-01 Adam Fedor <fedor@gnu.org>
10116
10117 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
10118 * language.h (struct language_defn): Add la_demangle.
10119 (language_demangle): Declare.
10120 * language.c (language_demangle): New function.
10121 (unk_lang_demangle): Likewise.
10122 (unknown_language_defn, auto_language_defn, local_language_defn):
10123 Add ukn_lang_demangle.
10124 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
10125 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
10126 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
10127 (cplus_language_defn): Add cplus_demangle for la_demangle element.
10128 * jv-lang.c (java_demangle): New function
10129 (java_language_defn): Use it for la_demangle element.
10130 * objc-lang.c (objc_demangle): Add options argument
10131 (objc_language_defn): Use objc_demangle for la_demangle element.
10132 * maint.c (maintenance_demangle): Replace switch with
10133 call to language_demangle.
10134 * utils.c (fprintf_symbol_filtered): Likewise.
10135
10136 2003-04-01 Andrew Cagney <cagney@redhat.com>
10137
10138 * printcmd.c (print_frame_nameless_args): Delete #ifdef
10139 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
10140 PRINT_TYPELESS_INTEGER.
10141 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
10142 PUSH_RETURN_ADDRESS.
10143
10144 2003-04-01 Andrew Cagney <cagney@redhat.com>
10145
10146 * Makefile.in (d10v-tdep.o): Update dependencies.
10147 * d10v-tdep.c: Include "frame-base.h".
10148 (d10v_frame_unwind): Make constant.
10149 (d10v_frame_base_address): New function.
10150 (d10v_frame_base): New variable.
10151 (d10v_gdbarch_init): Set frame_base default.
10152 (struct d10v_unwind_cache): Add the field "prev_sp". Update
10153 comment for base.
10154 (d10v_frame_unwind_cache): Set and use "prev_sp".
10155 (d10v_frame_this_id): Use the previous frame's inner most stack
10156 address and this frame's func address for the frame ID. Use
10157 frame_id_build. Don't analyze beyond the current instruction.
10158
10159 2003-04-01 Andrew Cagney <cagney@redhat.com>
10160
10161 * frame.h (get_frame_locals_address, get_frame_args_address):
10162 Refer to the base address, instead of the address of the first
10163 local or parameter.
10164
10165 2003-04-01 Andrew Cagney <cagney@redhat.com>
10166
10167 Add frame debug info addresses:
10168 * frame-base.c: New file.
10169 * frame-base.h: New file.
10170 * frame.h (struct frame_base): Add opaque declaration.
10171 (get_frame_base): Update comment.
10172 (get_frame_base_address): Declare.
10173 (get_frame_locals_address): Declare.
10174 (get_frame_args_address): Declare.
10175 (struct frame_info): Add "base" and "base_cache". Update
10176 comments on the unwinder.
10177 * frame.c: Include "frame-base.h".
10178 (get_frame_locals_address): New function.
10179 (get_frame_base_address): New function.
10180 (get_frame_args_address): New function.
10181 * findvar.c (read_var_value): Use get_frame_locals_address and
10182 get_frame_args_address.
10183 * stack.c (frame_info): Use get_frame_locals_address and
10184 get_frame_args_address.
10185 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
10186 moved to "frame-base.c".
10187 * printcmd.c (print_frame_nameless_args): Ditto.
10188 * symtab.h (address_class): Update comments.
10189 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
10190 get_frame_base_address.
10191 * dwarf2expr.c (execute_stack_op): Ditto.
10192 * Makefile.in (frame_base_h): Define.
10193 (frame.o): Update dependencies.
10194 (frame-base.o): Add dependencies.
10195 (SFILES): Add frame-base.c.
10196 (COMMON_OBS): Add frame-base.o.
10197
10198 2003-04-01 Andrew Cagney <cagney@redhat.com>
10199
10200 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
10201 CALL_DUMMY_LENGTH): Ditto.
10202 * gdbarch.c: Re-generate.
10203 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
10204 (CALL_DUMMY_LENGTH): Delete macro.
10205 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
10206 * arm-tdep.c (arm_gdbarch_init): Ditto.
10207 * avr-tdep.c (avr_gdbarch_init): Ditto.
10208 * cris-tdep.c (cris_gdbarch_init): Ditto.
10209 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10210 * frv-tdep.c (frv_gdbarch_init): Ditto.
10211 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10212 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10213 * i386-tdep.c (i386_gdbarch_init): Ditto.
10214 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10215 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10216 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10217 * mips-tdep.c (mips_gdbarch_init): Ditto.
10218 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10219 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10220 * s390-tdep.c (s390_gdbarch_init): Ditto.
10221 * sh-tdep.c (sh_gdbarch_init): Ditto.
10222 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10223 * v850-tdep.c (v850_gdbarch_init): Ditto.
10224 * vax-tdep.c (vax_gdbarch_init): Ditto.
10225 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10226
10227 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
10228
10229 * frame.c (get_prev_frame): Disable call to inside_entry_file().
10230
10231 2003-04-01 Andrew Cagney <cagney@redhat.com>
10232
10233 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
10234 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10235 * gdbarch.h, gdbarch.c: Re-generate.
10236 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10237 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10238 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10239 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10240 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10241 * infcmd.c (run_stack_dummy): Simplify assuming
10242 CALL_DUMMY_BREAKPOINT_OFFSET_P.
10243 * infrun.c (handle_inferior_event): Ditto.
10244 * alpha-tdep.c (alpha_gdbarch_init): Do not set
10245 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
10246 * arm-tdep.c (arm_gdbarch_init): Ditto.
10247 * avr-tdep.c (avr_gdbarch_init): Ditto.
10248 * cris-tdep.c (cris_gdbarch_init): Ditto.
10249 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10250 * frv-tdep.c (frv_gdbarch_init): Ditto.
10251 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10252 * i386-tdep.c (i386_gdbarch_init): Ditto.
10253 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10254 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10255 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10256 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10257 * mips-tdep.c (mips_gdbarch_init): Ditto.
10258 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10259 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10260 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10261 * s390-tdep.c (s390_gdbarch_init): Ditto.
10262 * sh-tdep.c (sh_gdbarch_init): Ditto.
10263 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10264 * v850-tdep.c (v850_gdbarch_init): Ditto.
10265 * vax-tdep.c (vax_gdbarch_init): Ditto.
10266 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10267
10268 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
10269
10270 * symfile.c (symfile_relocate_debug_section): Update call to
10271 bfd_simple_get_relocated_section_contents.
10272
10273 2003-03-31 Andrew Cagney <cagney@redhat.com>
10274
10275 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
10276 * gdbarch.h, gdbarch.c: Regenerate.
10277 * inferior.h (FIX_CALL_DUMMY): Delete macro.
10278 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
10279 available.
10280 * frame.h (generic_fix_call_dummy): Delete declaration.
10281 * dummy-frame.h: Update comment.
10282 * dummy-frame.c (generic_fix_call_dummy): Delete function.
10283 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10284 fix_call_dummy.
10285 * sh-tdep.c (sh_gdbarch_init): Ditto.
10286 * s390-tdep.c (s390_gdbarch_init): Ditto.
10287 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10288 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10289 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10290 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10291 * i386-tdep.c (i386_gdbarch_init): Ditto.
10292 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10293 * frv-tdep.c (frv_gdbarch_init): Ditto.
10294 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10295 * cris-tdep.c (cris_gdbarch_init): Ditto.
10296 * avr-tdep.c (avr_gdbarch_init): Ditto.
10297 * arm-tdep.c (arm_gdbarch_init): Ditto.
10298
10299 2003-03-31 J. Brobecker <brobecker@gnat.com>
10300
10301 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
10302 (INIT_FRAME_AP): Likewise.
10303 (EXTRA_FRAME_INFO): Likewise.
10304
10305 2003-03-31 Andrew Cagney <cagney@redhat.com>
10306
10307 * gdbarch.sh: Include "symfile.h".
10308 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
10309 * gdbarch.h, gdbarch.c: Re-generate.
10310 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
10311 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10312 call_dummy_address, the default is at entry_point_address.
10313 * v850-tdep.c (v850_gdbarch_init): Ditto.
10314 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10315 * sh-tdep.c (sh_gdbarch_init): Ditto.
10316 * s390-tdep.c (s390_gdbarch_init): Ditto.
10317 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10318 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10319 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10320 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10321 * i386-tdep.c (i386_gdbarch_init): Ditto.
10322 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10323 * frv-tdep.c (frv_gdbarch_init): Ditto.
10324 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10325 * cris-tdep.c (cris_gdbarch_init): Ditto.
10326 * arm-tdep.c (arm_gdbarch_init): Ditto.
10327
10328 2003-03-31 Andrew Cagney <cagney@redhat.com>
10329
10330 * gdbarch.sh (CALL_DUMMY_P): Delete.
10331 * gdbarch.h, gdbarch.c: Re-generate.
10332 * inferior.h (CALL_DUMMY_P): Delete macro.
10333 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10334 * vax-tdep.c (vax_gdbarch_init): Update.
10335 * v850-tdep.c (v850_gdbarch_init): Update.
10336 * sparc-tdep.c (sparc_gdbarch_init): Update.
10337 * sh-tdep.c (sh_gdbarch_init): Update.
10338 * s390-tdep.c (s390_gdbarch_init): Update.
10339 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10340 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10341 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10342 * mips-tdep.c (mips_gdbarch_init): Update.
10343 * mcore-tdep.c (mcore_gdbarch_init): Update.
10344 * m68k-tdep.c (m68k_gdbarch_init): Update.
10345 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10346 * ia64-tdep.c (ia64_gdbarch_init): Update.
10347 * i386-tdep.c (i386_gdbarch_init): Update.
10348 * h8300-tdep.c (h8300_gdbarch_init): Update.
10349 * frv-tdep.c (frv_gdbarch_init): Update.
10350 * d10v-tdep.c (d10v_gdbarch_init): Update.
10351 * cris-tdep.c (cris_gdbarch_init): Update.
10352 * breakpoint.c (deprecated_frame_in_dummy): Update.
10353 * avr-tdep.c (avr_gdbarch_init): Update.
10354 * alpha-tdep.c (alpha_gdbarch_init): Update.
10355 * arm-tdep.c (arm_gdbarch_init): Update.
10356 * dummy-frame.c (dummy_frame_this_id): Update comments.
10357 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
10358 * frame.c (legacy_get_prev_frame): Ditto.
10359 * valops.c (call_function_by_hand): Delete function.
10360 (hand_function_call): Rename to call_function_by_hand
10361
10362 2003-03-30 Andrew Cagney <cagney@redhat.com>
10363
10364 2002-11-10 Klee Dienes <kdienes@apple.com>
10365 * value.h (struct value): Update comment.
10366
10367 2003-03-30 Andrew Cagney <cagney@redhat.com>
10368
10369 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
10370 D10V_FP_REGNUM.
10371 (d10v_gdbarch_init): Do not set fp_regnum.
10372
10373 * frame.c (get_frame_base): Force ID initialization.
10374 (get_prev_frame): Move computation of the frame ID from here ...
10375 (get_frame_id): ... to here.
10376 (legacy_get_prev_frame): Mark the frame ID as valid.
10377 * frame.h (struct frame_info): Add field "id_p".
10378
10379 2003-03-30 Mark Kettenis <kettenis@gnu.org>
10380
10381 * i386-tdep.c (i386_store_struct_return): Removed.
10382 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
10383
10384 2003-03-30 Andrew Cagney <cagney@redhat.com>
10385
10386 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
10387 * gdbarch.h, gdbarch.c: Regenerate.
10388 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
10389 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10390 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10391 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10392 * i386-tdep.c (i386_gdbarch_init): Ditto.
10393 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10394 * cris-tdep.c (cris_gdbarch_init): Ditto.
10395 * vax-tdep.c (vax_gdbarch_init): Ditto.
10396 * s390-tdep.c (s390_gdbarch_init): Ditto.
10397 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10398 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10399 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10400 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
10401 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
10402 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
10403 * sparc-tdep.c (sparc_gdbarch_init): Update.
10404 * sh-tdep.c (sh_gdbarch_init): Update.
10405 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10406 * mips-tdep.c (mips_gdbarch_init): Update.
10407 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10408 * ia64-tdep.c (ia64_gdbarch_init): Update.
10409 * frv-tdep.c (frv_gdbarch_init): Update.
10410 * avr-tdep.c (avr_gdbarch_init): Update.
10411 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
10412 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
10413 instead of when push_dummy_call is not available.
10414
10415 2003-03-30 Andrew Cagney <cagney@redhat.com>
10416
10417 * infttrace.c: Include "gdbthread.h".
10418 (parent_attach_all): Fix function signature.
10419 (call_ptrace): Update call.
10420 * Makefile.in (infttrace.o): Update dependencies.
10421
10422 2003-03-30 Andrew Cagney <cagney@redhat.com>
10423
10424 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
10425 PUSH_RETURN_ADDRESS.
10426 * gdbarch.h, gdbarch.c: Regenerate.
10427 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10428 * x86-64-tdep.c (x86_64_init_abi): Update.
10429 * v850-tdep.c (v850_gdbarch_init): Update.
10430 * sparc-tdep.c (sparc_gdbarch_init): Update.
10431 * sh-tdep.c (sh_gdbarch_init): Update.
10432 * s390-tdep.c (s390_gdbarch_init): Update.
10433 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10434 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10435 * mips-tdep.c (mips_gdbarch_init): Update.
10436 * mcore-tdep.c (mcore_gdbarch_init): Update.
10437 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10438 * ia64-tdep.c (ia64_gdbarch_init): Update.
10439 * i386-tdep.c (i386_gdbarch_init): Update.
10440 * h8300-tdep.c (h8300_gdbarch_init): Update.
10441 * frv-tdep.c (frv_gdbarch_init): Update.
10442 * cris-tdep.c (cris_gdbarch_init): Update.
10443 * avr-tdep.c (avr_gdbarch_init): Update.
10444 * arm-tdep.c (arm_gdbarch_init): Update.
10445 * valops.c (hand_function_call): Update.
10446
10447 2003-03-29 Andrew Cagney <cagney@redhat.com>
10448
10449 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
10450 sizeof_call_dummy_words.
10451 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
10452 define.
10453 * gdbarch.h: Regenerate.
10454
10455 2003-03-29 Andrew Cagney <cagney@redhat.com>
10456
10457 * infttrace.h: New file.
10458 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
10459 (hpread_get_textlow): Detect an uninitialized dn_bufp.
10460 (hpread_read_doc_function_type): Detect an initialized type1.
10461 (hpread_quick_traverse): Initialize mod_name_string.
10462 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
10463 (som_solib_get_solib_by_pc): Declare.
10464 (so_lib_thread_start_addr): Declare.
10465 (no_shared_libraries): Declare.
10466 * somread.c (init_import_symbols): Make static. Add forward
10467 declaration.
10468 * config/pa/nm-hppah.h: Include "infttrace.h" for
10469 parent_attach_all.
10470 (hppa_insert_hw_watchpoint): Declare.
10471 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
10472 * hppah-nat.c: Include "gdb_string.h".
10473 (parent_attach_all): Delete extern declaration, moved to
10474 "infttrace.h".
10475 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
10476 int.
10477 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
10478 * Makefile.in (infttrace_h): Define.
10479 (hpread.o): Update dependencies.
10480 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
10481 * hppa-hpux-tdep.c: Include "gdb_string.h".
10482 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
10483 * infrun.c (handle_inferior_event): Always initialize
10484 stepped_after_stopped_by_watchpoint. Add default and remove
10485 fallthrough in switch statement.
10486 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10487 parameter to int.
10488 (hppa_remove_hw_watchpoint): Ditto.
10489
10490 2003-03-29 Andrew Cagney <cagney@redhat.com>
10491
10492 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10493 offset.
10494
10495 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
10496
10497 * arm-tdep.c (arm_push_arguments): Delete.
10498 (struct stack_item): New type.
10499 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10500 (arm_store_struct_return): Delte.
10501 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
10502 arm_push_arguments or arm_store_struct_return.
10503
10504 2003-03-28 Andrew Cagney <cagney@redhat.com>
10505
10506 * Makefile.in (d10v-tdep.o): Update dependencies.
10507 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10508 * d10v-tdep.c: Include "remote.h".
10509 (target_resume_hook): Delete extern declaration.
10510 (target_wait_loop_hook): Ditto.
10511 (tdisassemble_command): Eliminate assignment in "if" conditional.
10512 (d10v_ts2_register_sim_regno): Eliminate call to
10513 legacy_register_sim_regno.
10514 (d10v_ts3_register_sim_regno): Ditto.
10515
10516 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10517
10518 * thread.c: Reindented.
10519 * lin-lwp.c: Ditto.
10520 * linux-proc.c: Ditto.
10521
10522 2003-03-28 Bob Rossi <bob_rossi@cox.net>
10523
10524 * MAINTAINERS (write after approval): Add myself.
10525
10526 2003-03-27 Theodore A. Roth <troth@openavr.org>
10527
10528 * objc-exp.y: Add missing semi-colons.
10529
10530 2003-03-27 Andrew Cagney <cagney@redhat.com>
10531
10532 * regcache.c (write_sp): Delete function and references.
10533 * inferior.h (write_sp): Delete declaration.
10534 * valops.c (hand_function_call): Replace write_sp with
10535 TARGET_WRITE_SP.
10536 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10537 (sparc_pop_frame): Ditto.
10538
10539 2003-03-27 Andrew Cagney <cagney@redhat.com>
10540
10541 * NEWS: Mention removal of support for hppa*-*-bsd* and
10542 hppa*-*-osf* natives, and hppa*-*-pro* target.
10543 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10544 * config/pa/xm-pa.h: Obsolete file.
10545 * config/pa/xm-hppab.h: Obsolete file.
10546 * config/pa/nm-hppab.h: Obsolete file.
10547 * config/pa/tm-hppab.h: Obsolete file.
10548 * config/pa/tm-hppao.h: Obsolete file.
10549 * config/pa/nm-hppao.h: Obsolete file.
10550 * config/pa/tm-pro.h: Obsolete file.
10551 * config/pa/hppaosf.mt: Obsolete file.
10552 * config/pa/hppaosf.mh: Obsolete file.
10553 * config/pa/hppapro.mt: Obsolete file.
10554 * config/pa/hppabsd.mt: Obsolete file.
10555 * config/pa/hppabsd.mh: Obsolete file.
10556 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10557 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10558 hppa*-*-osf*.
10559
10560 2003-03-27 Andrew Cagney <cagney@redhat.com>
10561
10562 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10563 push_arguments. Don't set push_return_address or write_sp.
10564 (d10v_push_dummy_call): Replace d10v_push_arguments.
10565 (d10v_push_return_address, d10v_write_sp): Delete function,
10566 handled by push_dummy_call.
10567
10568 2003-03-26 Andrew Cagney <cagney@redhat.com>
10569
10570 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10571 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10572 regcache and dummy_addr parameters.
10573 * gdbarch.h, gdbarch.c: Re-generate.
10574 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10575 available; assume it will handle stack alignment and return
10576 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10577 legacy_push_arguments.
10578 (legacy_push_arguments): Rename default_push_arguments.
10579 * value.h (legacy_push_arguments): Rename default_push_arguments.
10580 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10581 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10582 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10583 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10584 * config/i386/tm-symmetry.h: Update.
10585 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10586 * x86-64-tdep.c (x86_64_init_abi): Update.
10587 * v850-tdep.c (v850_gdbarch_init): Update.
10588 * sparc-tdep.c (sparc_gdbarch_init): Update.
10589 * sh-tdep.c (sh_gdbarch_init): Update.
10590 * s390-tdep.c (s390_gdbarch_init): Update.
10591 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10592 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10593 * mips-tdep.c (mips_gdbarch_init): Update.
10594 * mcore-tdep.c (mcore_gdbarch_init): Update.
10595 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10596 * ia64-tdep.c (ia64_gdbarch_init): Update.
10597 * i386-tdep.c (i386_gdbarch_init): Update.
10598 * hppa-tdep.c (hppa_gdbarch_init): Update.
10599 * h8300-tdep.c (h8300_gdbarch_init): Update.
10600 * frv-tdep.c (frv_gdbarch_init): Update.
10601 * d10v-tdep.c (d10v_gdbarch_init): Update.
10602 * cris-tdep.c (cris_gdbarch_init): Update.
10603 * avr-tdep.c (avr_gdbarch_init): Update.
10604 * arm-tdep.c (arm_gdbarch_init): Update.
10605 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10606 * alpha-tdep.c (alpha_gdbarch_init): Update.
10607
10608 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10609
10610 * signals/signals.c (do_target_signal_to_host): Correct realtime
10611 signal range test.
10612
10613 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10614
10615 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10616 (struct sal_chain, map_catch_names): Remove.
10617 (catch_exception_command_1): Don't call
10618 handle_gnu_4_16_catch_command.
10619
10620 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10621
10622 From Mark Dettinger <dettinge@de.ibm.com>:
10623 * dwarf2cfi.c (read_2u): Increment pointer by two.
10624
10625 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10626
10627 * signals/signals.c: Fix typos in last change.
10628
10629 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10630
10631 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10632 not already defined. Use __SIGRTMIN if available.
10633 (target_signal_from_host): Remove SIGRTMIN block.
10634 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10635 the signal is within the realtime range.
10636
10637 2003-03-25 Adam Fedor <fedor@gnu.org>
10638
10639 * Makefile.in (infrun.o): Add $(language_h)
10640 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10641 for language specific trampolines.
10642 * language.h (struct language_defn): Add skip_trampoline.
10643 (skip_language_trampoline): Declare.
10644 * language.c (unk_lang_trampoline, skip_language_trampoline):
10645 New functions.
10646 (unknown_language_defn, auto_language_defn, local_language_defn):
10647 Add ukn_lang_trampoline.
10648 * ada-lang.c (ada_language_defn): Add NULL for language
10649 specific skip_trampoline.
10650 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10651 scm-lang.c: Likewise.
10652 * objc-lang.c (objc_skip_trampoline): New function.
10653 (objc_language_defn): Add objc_skip_trampoline.
10654
10655 2003-03-25 Andrew Cagney <cagney@redhat.com>
10656
10657 * frame.c (get_prev_frame): Delay validating a frame's ID -
10658 non-NULL, didn't go backwards - until an attempt to unwind it to
10659 the previous frame.
10660
10661 2003-03-25 Andrew Cagney <cagney@redhat.com>
10662
10663 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10664 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10665 * gdbarch.h, gdbarch.c: Re-generate.
10666 * config/sparc/tm-sparc.h
10667 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10668 * sparc-tdep.c (sparc_gdbarch_init): Set
10669 deprecated_extra_stack_alignment_needed.
10670 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10671 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10672 extra_stack_alignment_needed.
10673 * v850-tdep.c (v850_gdbarch_init): Ditto.
10674 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10675 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10676 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10677 * cris-tdep.c (cris_gdbarch_init): Ditto.
10678 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10679 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10680
10681 2003-03-25 Andrew Cagney <cagney@redhat.com>
10682
10683 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10684 STORE_STRUCT_RETURN.
10685 * gdbarch.h, gdbarch.c: Regenerate.
10686 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10687 (d10v_push_arguments): Set the struct return register.
10688 (d10v_gdbarch_init): Update.
10689 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10690 * x86-64-tdep.c (x86_64_init_abi): Update.
10691 * vax-tdep.c (vax_gdbarch_init): Update.
10692 * v850-tdep.c (v850_gdbarch_init): Update.
10693 * sparc-tdep.c (sparc_gdbarch_init): Update.
10694 * sh-tdep.c (sh_gdbarch_init): Update.
10695 * s390-tdep.c (s390_gdbarch_init): Update.
10696 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10697 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10698 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10699 * mips-tdep.c (mips_gdbarch_init): Update.
10700 * mcore-tdep.c (mcore_gdbarch_init): Update.
10701 * m68k-tdep.c (m68k_gdbarch_init): Update.
10702 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10703 * ia64-tdep.c (ia64_gdbarch_init): Update.
10704 * i386-tdep.c (i386_gdbarch_init): Update.
10705 * hppa-tdep.c (hppa_gdbarch_init): Update.
10706 * h8300-tdep.c (h8300_gdbarch_init): Update.
10707 * frv-tdep.c (frv_gdbarch_init): Update.
10708 * cris-tdep.c (cris_gdbarch_init): Update.
10709 * avr-tdep.c (avr_gdbarch_init): Update.
10710 * arm-tdep.c (arm_gdbarch_init): Update.
10711 * alpha-tdep.c (alpha_gdbarch_init): Update.
10712
10713 2003-03-25 Andrew Cagney <cagney@redhat.com>
10714
10715 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10716 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10717 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10718 * gdbarch.h, gdbarch.c: Regenerate.
10719 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10720 call_dummy_stack_adjust_p.
10721 * vax-tdep.c (vax_gdbarch_init): Ditto.
10722 * v850-tdep.c (v850_gdbarch_init): Ditto.
10723 * sh-tdep.c (sh_gdbarch_init): Ditto.
10724 * s390-tdep.c (s390_gdbarch_init): Ditto.
10725 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10726 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10727 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10728 * mips-tdep.c (mips_gdbarch_init): Ditto.
10729 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10730 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10731 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10732 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10733 * i386-tdep.c (i386_gdbarch_init): Ditto.
10734 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10735 * frv-tdep.c (frv_gdbarch_init): Ditto.
10736 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10737 * cris-tdep.c (cris_gdbarch_init): Ditto.
10738 * avr-tdep.c (avr_gdbarch_init): Ditto.
10739 * arm-tdep.c (arm_gdbarch_init): Ditto.
10740 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10741 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10742 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10743 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10744 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10745 call_dummy_stack_adjust_p.
10746 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10747 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10748 * sparc-tdep.c (sparc32_push_arguments): Update.
10749 * valops.c (hand_function_call): Update.
10750
10751 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
10752
10753 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10754 set_gdbarch_char_signed.
10755
10756 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10757
10758 PR cli/548
10759 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10760
10761 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10762
10763 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10764 (_initialize_arm_tdep): Don't set tm_print_insn.
10765
10766 2003-03-24 Adam Fedor <fedor@gnu.org>
10767
10768 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10769 * objc-lang.h: Add multiple inclusion protection.
10770 (start_msglist, add_msglist, end_msglist): Additional declarations.
10771
10772 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
10773
10774 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10775 value was renamed to ARM_FLOAT_SOFT_FPA.
10776
10777 2003-03-23 Andrew Cagney <cagney@redhat.com>
10778
10779 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10780 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10781 * gdbarch.h, gdbarch.c: Regenerate.
10782 * valops.c (hand_function_call): Update.
10783 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10784 * frame.c (legacy_saved_regs_this_id): Update.
10785 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10786 * dummy-frame.h: Update.
10787 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10788 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10789 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10790 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10791 * config/m68k/tm-sun3.h: Update.
10792 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10793 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10794 * x86-64-tdep.c (x86_64_init_abi): Update.
10795 * vax-tdep.c (vax_gdbarch_init): Update.
10796 * v850-tdep.c (v850_gdbarch_init): Update.
10797 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10798 * sh-tdep.c (sh_gdbarch_init): Update.
10799 * s390-tdep.c (s390_gdbarch_init): Update.
10800 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10801 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10802 (frame_get_saved_regs): Update.
10803 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10804 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10805 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10806 * mips-tdep.c (mips_gdbarch_init): Update.
10807 * mcore-tdep.c (mcore_gdbarch_init): Update.
10808 * m68k-tdep.c (m68k_gdbarch_init): Update.
10809 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10810 * ia64-tdep.c (ia64_gdbarch_init): Update.
10811 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10812 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10813 (i386_interix_back_one_frame): Update.
10814 * hppa-tdep.c (hppa_gdbarch_init): Update.
10815 (hppa_init_extra_frame_info): Update.
10816 * h8300-tdep.c (h8300_gdbarch_init): Update.
10817 * frv-tdep.c (frv_gdbarch_init): Update.
10818 * cris-tdep.c (cris_gdbarch_init): Update.
10819 * avr-tdep.c (avr_gdbarch_init): Update.
10820 * arm-tdep.c (arm_gdbarch_init): Update.
10821 * alpha-tdep.c (alpha_gdbarch_init): Update.
10822
10823 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10824
10825 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10826 (arm_get_fp_model): Declare.
10827 * arm-tdep.c (fp_model_strings): New string array.
10828 (arm_fp_model, current_fp_model): New variables.
10829 (arm_get_fp_model): New function.
10830 (arm_set_fp): New function.
10831 (set_fp_model_sfunc): New function.
10832 (show_fp_model): New function.
10833 (_initialize_arm_tdep): Add new command to set/show the FPU.
10834 (arm_extract_return_value): Use arm_get_fp_model.
10835 (arm_store_return_value): Likewise.
10836 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10837 to initialize the floating-point data types.
10838 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10839 model is FPA.
10840
10841 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10842
10843 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10844 the current setting of each value.
10845 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
10846 new_set and new_show. Use add_setshow_cmd_full and
10847 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10848 commands and add new version as subcommands of "set/show arm".
10849
10850 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10851
10852 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10853 (set_arm_command, show_arm_command): New functions.
10854 (_initialize_arm_tdep): Add them.
10855 (num_disassembly_options): Renamed from num_flavor_options.
10856 (valid_disassembly_styles): Renamed from valid_flavors.
10857 (disassembly_style): Renamed from disassembly_flavor.
10858 (set_disassembly_style_sfunc): Renamed from
10859 set_disassembly_flavor_sfunc.
10860 (set_disassembly_style): Renamed from set_disassembly_flavor.
10861 (arm_othernames): Updated.
10862 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10863 command. Add "set/show arm disassembly" commands. Deprecate
10864 "othernames" command.
10865
10866 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10867
10868 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10869 (arm-tdep.o): Depend on elf_arm_h.
10870
10871 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10872
10873 * Makefile.in (coff_internal_h): Define.
10874 (arm-tdep.o): Update dependencies.
10875
10876 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10877
10878 * arm-tdep.c (prologue_cache): Delete.
10879 (check_prologue_cache, save_prologue_cache): Delete.
10880 (arm_scan_prologue): Don't check or update the prologue_cache.
10881 (arm_gdb_arch_init): Don't initialize it.
10882 (_initialize_arm_tdep): Likewise.
10883
10884 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10885
10886 * MAINTAINERS (tui): Maintainer of tui code.
10887
10888 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
10889
10890 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10891 (i386-cygwin-tdep.o): Add dependencies.
10892 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10893 * i386-cygwin-tdep.c: New file.
10894 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10895 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10896
10897 2003-03-20 Andrew Cagney <cagney@redhat.com>
10898
10899 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10900 (handle_inferior_event): Remove code calling
10901 DYNAMIC_TRAMPOLINE_NEXTPC.
10902
10903 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10904 already has a full path.
10905
10906 * main.c (gdb_main): Return 1.
10907 (captured_main): Call error to report an invalid interpreter.
10908
10909 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10910 * alpha-osf1-tdep.c: Include "gdb_string.h".
10911
10912 2003-03-19 J. Brobecker <brobecker@gnat.com>
10913
10914 Continuing work to convert the hppa targets to multiarch partial.
10915
10916 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10917 method, now that hppa_push_dummy_frame has a conformant prototype.
10918 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10919 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10920 for the switch to multiarch partial.
10921
10922 2003-03-19 Kevin Buettner <kevinb@redhat.com>
10923
10924 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10925 when iss is issNull.
10926
10927 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10928
10929 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10930 NUM_REGS bounds check.
10931
10932 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10933
10934 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10935 * mips-tdep.c (gdb_assert.h): Include.
10936 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10937 (mips_register_name): Handle integer registers explicitly. Add
10938 bounds checking.
10939 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10940 (mips_lsi33k_reg_names): Don't list integer registers; they're
10941 handled by mips_register_name() now.
10942 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10943 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10944 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10945 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10946 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10947
10948 2003-03-18 Andrew Cagney <cagney@redhat.com>
10949
10950 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10951 a void pointer.
10952 * gdbtypes.h (print_scalar_formatted): Update declaration.
10953 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10954
10955 2003-03-18 J. Brobecker <brobecker@gnat.com>
10956
10957 * infrun.c (observer.h): Add #include.
10958 (normal_stop): Add call to observer_notify_normal_stop.
10959 * Makefile.in (infrun.o): Add dependency on observer.h.
10960
10961 2003-03-18 J. Brobecker <brobecker@gnat.com>
10962
10963 Continuing work to convert the hppa targets to multiarch partial.
10964 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10965 parameter. Reformat comment.
10966 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10967 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10968 to match new profile.
10969
10970 2003-03-18 J. Brobecker <brobecker@gnat.com>
10971
10972 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10973 appear to be working in any case.
10974
10975 2003-03-18 J. Brobecker <brobecker@gnat.com>
10976
10977 * observer.c (observer_test_first_observer): New static variable.
10978 (observer_test_second_observer): Likewise.
10979 (observer_test_third_observer): Likewise.
10980 (observer_test_first_notification_function): New static function.
10981 (observer_test_second_notification_function): Likewise.
10982 (observer_test_third_notification_function): Likewise.
10983
10984 2003-03-17 J. Brobecker <brobecker@gnat.com>
10985
10986 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10987 * somsolib.c (gdb_assert.h): Likewise.
10988 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10989 (somsolib.o): Likewise.
10990
10991 2003-03-17 Andrew Cagney <cagney@redhat.com>
10992
10993 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10994 BFD. Simplify setting of di.endian.
10995
10996 2003-03-17 Andrew Cagney <cagney@redhat.com>
10997
10998 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10999 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
11000
11001 From Elena Zannoni <ezannoni@redhat.com>
11002 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
11003 vector and floating-point parameters.
11004 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
11005 convention.
11006 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
11007
11008 2003-03-17 Fernando Nasser <fnasser@redhat.com>
11009
11010 * MAINTAINERS: Remove my name from several maintainership roles.
11011
11012 2003-03-17 Andrew Cagney <cagney@redhat.com>
11013
11014 Fix frame off-by-one bug.
11015 * frame-unwind.h (frame_this_id_ftype): Replace
11016 frame_unwind_id_ftype.
11017 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
11018 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
11019 with "prev_register".
11020 * frame-unwind.c (frame_unwind_find_by_pc): Return
11021 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
11022 comment.
11023 * dummy-frame.c (cached_find_dummy_frame): Delete function.
11024 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
11025 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
11026 (dummy_frame_unwind): Update.
11027 * sentinel-frame.c (sentinel_frame_prev_register): Replace
11028 sentinel_frame_register_unwind.
11029 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
11030 (sentinel_frame_unwinder): Update.
11031 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11032 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
11033 * frame.c (create_sentinel_frame): Update. Initialize
11034 "prologue_cache" instead of "unwind_cache".
11035 (frame_register_unwind): Call this frame's prev_register with the
11036 next frame and this frame's prologue cache.
11037 (get_prev_frame): Simplify. Always call prev frame's this_id with
11038 this frame and prev frame's prologue cache. Document that this
11039 call is shifted one to the left when compared to the
11040 frame_register_unwind call.
11041 (legacy_saved_regs_prev_register): Replace
11042 frame_saved_regs_register_unwind.
11043 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
11044 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
11045 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11046 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
11047 (d10v_frame_unwind): Update.
11048 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
11049 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
11050 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
11051 "saved_regs" with "this_saved_regs".
11052
11053 2003-03-16 Andrew Cagney <cagney@redhat.com>
11054
11055 * frame.c (frame_pop): Don't call target_store_registers. Fix
11056 problem reported by Mark Kettenis.
11057
11058 2003-03-16 Mark Kettenis <kettenis@gnu.org>
11059
11060 * i386-tdep.c (i386_register_type): Renamed from
11061 i386_register_virtual_type. Adjust function signature.
11062 (i386_gdbarch_init): Set register_type instead of
11063 deprecated_max_register_raw_size,
11064 deprecated_max_register_virtual_size and register_virtual_type.
11065
11066 2003-03-14 Andrew Cagney <cagney@redhat.com>
11067
11068 * frame.c (get_prev_frame): When a legacy frame, always call
11069 legacy_get_prev_frame. Simplify unwind code using assumption that
11070 the unwinder is new.
11071 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
11072 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
11073 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
11074
11075 2003-03-14 Andrew Cagney <cagney@redhat.com>
11076
11077 * frame.c (get_saved_register): Delete function.
11078 * frame.h (get_saved_register): Delete declaration.
11079 * xstormy16-tdep.c: Update comment.
11080 * regcache.h: Update comments.
11081 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
11082 get_saved_register and extract_address, use
11083 frame_read_unsigned_register.
11084 (sparc_frame_saved_pc): Ditto.
11085 (sparc_get_saved_register): Instead of get_saved_register, use
11086 frame_register.
11087 (sparc_pop_frame): Ditto.
11088 * findvar.c: Update comments.
11089 (value_of_register): Call frame_register instead of
11090 get_saved_register.
11091 (value_from_register): Ditto.
11092 * config/sparc/tm-sparc.h: Update comment.
11093 * breakpoint.c: Update comment.
11094
11095 2003-03-14 Andrew Cagney <cagney@redhat.com>
11096
11097 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
11098 GET_SAVED_REGISTER.
11099 * gdbarch.h, gdbarch.c: Re-generate.
11100 * frame.h: Update comments.
11101 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11102 * x86-64-tdep.c (x86_64_init_abi): Update.
11103 * sparc-tdep.c (sparc_gdbarch_init): Update.
11104 * sh-tdep.c (sh_gdbarch_init): Update.
11105 * mips-tdep.c (mips_gdbarch_init): Update.
11106 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11107 * cris-tdep.c (cris_gdbarch_init): Update.
11108 * ia64-tdep.c (ia64_gdbarch_init): Update.
11109 * frame.c (frame_register): Update.
11110 (get_saved_register): Update.
11111 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
11112
11113 2003-03-13 Andrew Cagney <cagney@redhat.com>
11114
11115 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
11116 * gdbarch.h, gdbarch.c: Regenerate.
11117 * valops.c (hand_function_call): Update comment.
11118 * stack.c (return_command): Update comment.
11119 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
11120 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
11121 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11122 * x86-64-tdep.c (x86_64_init_abi): Update.
11123 * vax-tdep.c (vax_gdbarch_init): Update.
11124 * v850-tdep.c (v850_gdbarch_init): Update.
11125 * sparc-tdep.c (sparc_gdbarch_init): Update.
11126 * sh-tdep.c (sh_gdbarch_init): Update.
11127 * s390-tdep.c (s390_gdbarch_init): Update.
11128 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11129 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11130 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11131 * mips-tdep.c (mips_gdbarch_init): Update.
11132 * mcore-tdep.c (mcore_gdbarch_init): Update.
11133 * m68k-tdep.c (m68k_gdbarch_init): Update.
11134 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11135 * ia64-tdep.c (ia64_gdbarch_init): Update.
11136 * i386-tdep.c (i386_gdbarch_init): Update.
11137 * hppa-tdep.c (hppa_gdbarch_init): Update.
11138 * h8300-tdep.c (h8300_gdbarch_init): Update.
11139 * frv-tdep.c (frv_gdbarch_init): Update.
11140 * cris-tdep.c (cris_gdbarch_init): Update.
11141 * avr-tdep.c (avr_gdbarch_init): Update.
11142 * arm-tdep.c (arm_gdbarch_init): Update.
11143 * alpha-tdep.c (alpha_gdbarch_init): Update.
11144
11145 2003-03-13 Andrew Cagney <cagney@redhat.com>
11146
11147 * frame.c (legacy_frame_p): New function.
11148 (get_prev_frame): Use legacy_frame_p.
11149 * frame.h (legacy_frame_p): Declare.
11150
11151 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11152
11153 * MAINTAINERS (write after approval): Alphabetically
11154 listing corrected.
11155
11156 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11157
11158 * MAINTAINERS (write after approval): Add myself.
11159
11160 2003-03-12 Andrew Cagney <cagney@redhat.com>
11161
11162 * frame.c (get_prev_frame): Rename the frame parameter to
11163 "this_frame".
11164 (get_next_frame, legacy_get_prev_frame): Ditto.
11165
11166 2003-03-12 Andrew Cagney <cagney@redhat.com>
11167
11168 * frame.c (get_current_frame): Check target_has_registers before
11169 checking target_has_stack.
11170 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
11171 instead of deprecated_selected_frame.
11172 * findvar.c (value_of_register): Pass "frame", not
11173 deprecated_selected_frame, to value_of_builtin_reg.
11174
11175 2003-03-12 Andrew Cagney <cagney@redhat.com>
11176
11177 * regcache.c (regcache_cooked_write_signed): New function.
11178 (regcache_cooked_write_unsigned): New function.
11179 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
11180 (regcache_cooked_read_signed): Fix regnum in range assertion.
11181 * regcache.h (regcache_cooked_write_signed): Declare.
11182 (regcache_cooked_write_unsigned): Declare.
11183
11184 2003-03-12 Andrew Cagney <cagney@redhat.com>
11185
11186 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11187 * gdbarch.h, gdbarch.c: Re-generate.
11188 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11189 * x86-64-tdep.h: Update.
11190 * x86-64-tdep.c (x86_64_init_abi): Update.
11191 * v850-tdep.c (v850_gdbarch_init): Update.
11192 * sparc-tdep.c (sparc_gdbarch_init): Update.
11193 * sh-tdep.c (sh_gdbarch_init): Update.
11194 * s390-tdep.c (s390_gdbarch_init): Update.
11195 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11196 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11197 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11198 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11199 * mips-tdep.c (mips_gdbarch_init): Update.
11200 * mcore-tdep.c (mcore_gdbarch_init): Update.
11201 * m68k-tdep.c (m68k_gdbarch_init): Update.
11202 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11203 * ia64-tdep.c (ia64_gdbarch_init): Update.
11204 * i386-tdep.c (i386_gdbarch_init): Update.
11205 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11206 * hppa-tdep.c (hppa_gdbarch_init): Update.
11207 * h8300-tdep.c (h8300_gdbarch_init): Update.
11208 * frv-tdep.c (frv_gdbarch_init): Update.
11209 * cris-tdep.c (cris_gdbarch_init): Update.
11210 * avr-tdep.c (avr_gdbarch_init): Update.
11211 * arm-tdep.c (arm_gdbarch_init): Update.
11212 * alpha-tdep.c (alpha_gdbarch_init): Update.
11213 * sh-tdep.c (sh_init_extra_frame_info): Update.
11214 (sh64_init_extra_frame_info): Update.
11215 * ns32knbsd-nat.c (frame_num_args): Update.
11216 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11217 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11218 (xstormy16_frame_chain_valid): Update.
11219 * vax-tdep.c (vax_saved_pc_after_call): Update.
11220 * v850-tdep.c (v850_frame_chain): Update.
11221 (v850_pop_frame): Update.
11222 (v850_init_extra_frame_info): Update.
11223 * sparc-tdep.c (setup_arbitrary_frame): Update.
11224 * ns32k-tdep.c (umax_frame_num_args): Update.
11225 * s390-tdep.c (s390_pop_frame_regular): Update.
11226 * mn10300-tdep.c (mn10300_frame_chain): Update.
11227 (mn10300_pop_frame_regular): Update.
11228 (mn10300_init_extra_frame_info): Update.
11229 * mips-tdep.c (mips_init_frame_pc_first): Update.
11230 (mips_frame_chain): Update.
11231 (mips_pop_frame): Update.
11232 * mcore-tdep.c (mcore_frame_chain): Update.
11233 (mcore_pop_frame): Update.
11234 (mcore_init_extra_frame_info): Update.
11235 * arch-utils.c (init_frame_pc_default): Update.
11236 * m68k-tdep.c (isi_frame_num_args): Update.
11237 (delta68_frame_num_args): Update.
11238 (news_frame_num_args): Update.
11239 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11240 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11241 (alpha_frame_chain): Update.
11242 (alpha_pop_frame): Update.
11243 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11244 (hppa_init_extra_frame_info): Update.
11245 (hppa_frame_chain): Update.
11246 (hppa_frame_chain_valid): Update.
11247 * cris-tdep.c (cris_init_extra_frame_info): Update.
11248 * avr-tdep.c (avr_init_extra_frame_info): Update.
11249 * arm-tdep.c (arm_frame_chain_valid): Update.
11250 (arm_init_extra_frame_info): Update.
11251 (arm_pop_frame): Update.
11252 * frame.c (frame_pc_unwind): Update.
11253 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11254 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11255 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11256 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11257 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11258 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11259
11260 2003-03-12 Andrew Cagney <cagney@redhat.com>
11261
11262 Eliminate the need for POP_FRAME.
11263 * frame.c (do_frame_unwind_register): New function.
11264 (frame_pop): When no POP_FRAME, pop the frame using register
11265 unwind and a scratch regcache.
11266 (frame_saved_regs_pop): Delete function.
11267 (trad_frame_unwinder): Update.
11268 * d10v-tdep.c (d10v_frame_pop): Delete function.
11269 (d10v_frame_unwind): Update.
11270 * sentinel-frame.c (sentinel_frame_pop): Delete function.
11271 (sentinel_frame_unwinder): Update.
11272 * dummy-frame.c (dummy_frame_pop): Delete function.
11273 (dummy_frame_unwind): Update.
11274 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
11275 (struct frame_unwind): Update.
11276
11277 2003-03-11 Kevin Buettner <kevinb@redhat.com>
11278
11279 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
11280 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
11281 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
11282 Do range checks on register number obtained from debugging info.
11283 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
11284 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
11285 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
11286 mapping function.
11287 (do_fp_register_row): Fix typo which caused double type to be
11288 used when attempting to unpack a float.
11289
11290 2003-03-11 J. Brobecker <brobecker@gnat.com>
11291
11292 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
11293
11294 2003-03-11 Andrew Cagney <cagney@redhat.com>
11295
11296 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
11297 frame. Problem found by Corinna Vinschen.
11298
11299 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
11300
11301 * doublest.c (floatformat_from_length): Accept also
11302 the real size of 'long double' type.
11303
11304 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
11305
11306 From Klee Dienes <kdienes@apple.com>:
11307 * breakpoint.c (bpstat_copy): Copy the command lines as well
11308 as the old value, to match what is freed in bpstat_clear.
11309
11310 2003-03-10 David Carlton <carlton@math.stanford.edu>
11311
11312 * minsyms.c (add_minsym_to_hash_table): Replace
11313 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
11314 (compare_minimal_symbols, compact_minimal_symbols)
11315 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
11316 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
11317 of DEPRECATED_SYMBOL_MATCHES_NAME.
11318 (lookup_minimal_symbol_solib_trampoline): Ditto.
11319
11320 2003-03-10 Andrew Cagney <cagney@redhat.com>
11321
11322 * regcache.h (regcache_cooked_read_ftype): Define.
11323 (regcache_save, regcache_restore): Add a cooked_read parameter.
11324 * regcache.c (regcache_save, regcache_restore): Update.
11325 (do_cooked_read): New function.
11326 (regcache_cpy): Pass do_cooked_read to regcache_save and
11327 regcache_restore.
11328
11329 2003-03-10 Andrew Cagney <cagney@redhat.com>
11330
11331 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11332 * gdbarch.h, gdbarch.c: Re-generate.
11333 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11334 * x86-64-tdep.h: Update.
11335 * x86-64-tdep.c (x86_64_init_abi): Update.
11336 * v850-tdep.c (v850_gdbarch_init): Update.
11337 * sparc-tdep.c (sparc_gdbarch_init): Update.
11338 * sh-tdep.c (sh_gdbarch_init): Update.
11339 * s390-tdep.c (s390_gdbarch_init): Update.
11340 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11341 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11342 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11343 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11344 * mips-tdep.c (mips_gdbarch_init): Update.
11345 * mcore-tdep.c (mcore_gdbarch_init): Update.
11346 * m68k-tdep.c (m68k_gdbarch_init): Update.
11347 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11348 * ia64-tdep.c (ia64_gdbarch_init): Update.
11349 * i386-tdep.c (i386_gdbarch_init): Update.
11350 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11351 * hppa-tdep.c (hppa_gdbarch_init): Update.
11352 * h8300-tdep.c (h8300_gdbarch_init): Update.
11353 * frv-tdep.c (frv_gdbarch_init): Update.
11354 * cris-tdep.c (cris_gdbarch_init): Update.
11355 * avr-tdep.c (avr_gdbarch_init): Update.
11356 * arm-tdep.c (arm_gdbarch_init): Update.
11357 * alpha-tdep.c (alpha_gdbarch_init): Update.
11358 * sh-tdep.c (sh_init_extra_frame_info): Update.
11359 (sh64_init_extra_frame_info): Update.
11360 * ns32knbsd-nat.c (frame_num_args): Update.
11361 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11362 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11363 (xstormy16_frame_chain_valid): Update.
11364 * vax-tdep.c (vax_saved_pc_after_call): Update.
11365 * v850-tdep.c (v850_frame_chain): Update.
11366 (v850_pop_frame): Update.
11367 (v850_init_extra_frame_info): Update.
11368 * sparc-tdep.c (setup_arbitrary_frame): Update.
11369 * ns32k-tdep.c (umax_frame_num_args): Update.
11370 * s390-tdep.c (s390_pop_frame_regular): Update.
11371 * mn10300-tdep.c (mn10300_frame_chain): Update.
11372 (mn10300_pop_frame_regular): Update.
11373 (mn10300_init_extra_frame_info): Update.
11374 * mips-tdep.c (mips_init_frame_pc_first): Update.
11375 (mips_frame_chain): Update.
11376 (mips_pop_frame): Update.
11377 * mcore-tdep.c (mcore_frame_chain): Update.
11378 (mcore_pop_frame): Update.
11379 (mcore_init_extra_frame_info): Update.
11380 * arch-utils.c (init_frame_pc_default): Update.
11381 * m68k-tdep.c (isi_frame_num_args): Update.
11382 (delta68_frame_num_args): Update.
11383 (news_frame_num_args): Update.
11384 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11385 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11386 (alpha_frame_chain): Update.
11387 (alpha_pop_frame): Update.
11388 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11389 (hppa_init_extra_frame_info): Update.
11390 (hppa_frame_chain): Update.
11391 (hppa_frame_chain_valid): Update.
11392 * cris-tdep.c (cris_init_extra_frame_info): Update.
11393 * avr-tdep.c (avr_init_extra_frame_info): Update.
11394 * arm-tdep.c (arm_frame_chain_valid): Update.
11395 (arm_init_extra_frame_info): Update.
11396 (arm_pop_frame): Update.
11397 * frame.c (frame_pc_unwind): Update.
11398 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11399 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11400 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11401 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11402 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11403 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11404
11405 2003-03-10 Andrew Cagney <cagney@redhat.com>
11406
11407 * gdbarch.sh (gdbarch_unwind_pc): New method.
11408 * gdbarch.h, gdbarch.c: Regenerate.
11409 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
11410 but use read_pc and FRAME_SAVED_PC as fall backs.
11411 (frame_saved_regs_pc_unwind): Delete function.
11412 (trad_frame_unwinder): Update.
11413 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
11414 (struct frame_unwind): Update.
11415 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
11416 (dummy_frame_unwind): Update.
11417 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
11418 (sentinel_frame_unwinder): Update.
11419 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
11420 (d10v_frame_unwind): Update.
11421 (d10v_unwind_pc): New function.
11422 (d10v_gdbarch_init): Set unwind_pc.
11423
11424 2003-03-10 Andrew Cagney <cagney@redhat.com>
11425
11426 * gdbarch.h: Re-generate.
11427
11428 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
11429 PC.
11430 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
11431 the PC register.
11432
11433 2003-03-08 Mark Kettenis <kettenis@gnu.org>
11434
11435 * gdbarch.sh (save_dummy_frame_tos): Add comment.
11436
11437 2003-03-08 Andrew Cagney <cagney@redhat.com>
11438
11439 * cli-out.c: Update copyright.
11440 (cli_out_data): Define typedef. Use instead of ui_out_data.
11441
11442 2003-03-08 Andrew Cagney <cagney@redhat.com>
11443
11444 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
11445 the result.
11446
11447 2003-03-07 Andrew Cagney <cagney@redhat.com>
11448
11449 * gdbarch.sh: Don't generate two macro definitions when an
11450 undefined macro taking no arguments.
11451 * gdbarch.h: Regenerate.
11452
11453 2002-03-07 Michal Ludvig <mludvig@suse.cz>
11454
11455 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
11456 (x86_64_unwind_dummy_id): New functions.
11457 (x86_64_init_abi): Register these two new functions.
11458
11459 2003-03-07 Michal Ludvig <mludvig@suse.cz>
11460
11461 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
11462 (x86_64_skip_prologue): Move prologue detection to
11463 separate function.
11464 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
11465
11466 2003-03-05 Andrew Cagney <cagney@redhat.com>
11467
11468 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
11469 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
11470 * frame.c (get_prev_frame): Restructure the frame ID unwind code
11471 to use unwind_dummy_id when a dummy frame.
11472 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
11473 predicate.
11474 * gdbarch.h, gdbarch.c: Regneerate.
11475
11476 2003-03-05 Andrew Cagney <cagney@redhat.com>
11477
11478 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
11479 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
11480 Do not use d10v_read_sp or d10v_read_fp when obtaining register
11481 values.
11482
11483 2003-03-05 Andrew Cagney <cagney@redhat.com>
11484
11485 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11486 (struct d10v_unwind_cache): Delete field "frameless". Replace
11487 "next_addr" with "sp_offset". Add "r11_offset".
11488 (d10v_frame_unwind_cache): Update.
11489 (prologue_find_regs): Update. When "mv r11, sp", save the
11490 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
11491 RN was saved in r11_offset.
11492
11493 2003-03-05 Andrew Cagney <cagney@redhat.com>
11494
11495 * frame.c (deprecated_update_frame_pc_hack): Also update the the
11496 cached PC value in the next frame.
11497
11498 2003-03-05 Andrew Cagney <cagney@redhat.com>
11499
11500 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11501 "id_unwind_cache" with "id".
11502 (frame_id_unwind): Delete declaration.
11503 * frame.c (frame_id_unwind): Delete function.
11504 (get_prev_frame): Call the frame id unwind method directly. Store
11505 the returned next frame's ID value in NEXT_FRAME. Note that there
11506 is a problem with the wrong unwind ID being called with the wrong
11507 unwind cache.
11508
11509 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11510
11511 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11512
11513 2003-03-05 James Ingham <jingham@apple.com>
11514 Daniel Jacobowitz <drow@mvista.com>
11515
11516 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11517 (auto_cp_abi): New variable.
11518 (current_cp_abi, num_cp_abis): Make static.
11519 (CP_ABI_MAX): Define.
11520 (cp_abis): Turn into an array.
11521 (value_virtual_fn_field): Fix formatting.
11522 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11523 takes a pointer.
11524 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11525 (list_cp_abis, _initialize_cp_abi): New functions.
11526 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
11527 declarations for cp_abis, num_cp_abis, current_cp_abi, and
11528 switch_to_cp_abi. Update prototype for register_cp_abi.
11529 * Makefile.in (cp-abi.o): Update dependencies.
11530 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11531 instead of switch_to_cp_abi.
11532 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
11533 register_cp_abi.
11534 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11535 register_cp_abi.
11536 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11537
11538 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11539
11540 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11541 * dwarf2loc.c: Include "regcache.h".
11542 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
11543 register_size.
11544 * Makefile.in (dwarf2loc.o): Update dependencies.
11545
11546 2003-03-04 Theodore A. Roth <troth@openavr.org>
11547
11548 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11549 number of io registers reported by remote target is not a multiple of
11550 step.
11551
11552 2003-03-04 David Carlton <carlton@math.stanford.edu>
11553
11554 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11555 (lookup_symbol_aux_psymtabs): Update call to
11556 lookup_partial_symbol.
11557 (lookup_transparent_type, find_main_psymtab)
11558 (make_symbol_overload_list): Ditto.
11559
11560 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11561
11562 * MAINTAINERS (Write after approval): Update my email address.
11563
11564 2003-03-03 Andrew Cagney <cagney@redhat.com>
11565
11566 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11567 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11568 predicate. Replace MAX_REGISTER_RAW_SIZE.
11569 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11570 MAX_REGISTER_VIRTUAL_SIZE.
11571 * regcache.c (legacy_max_register_raw_size): New function.
11572 (legacy_max_register_virtual_size): New function.
11573 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11574 (MAX_REGISTER_RAW_SIZE): Define.
11575 (legacy_max_register_raw_size): Declare.
11576 (legacy_max_register_virtual_size): Declare.
11577 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11578 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11579 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11580 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11581 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11582 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11583 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11584 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11585 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11586 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11587 * vax-tdep.c (vax_gdbarch_init): Update.
11588 * v850-tdep.c (v850_gdbarch_init): Update.
11589 * sparc-tdep.c (sparc_gdbarch_init): Update.
11590 * sh-tdep.c (sh_gdbarch_init): Update.
11591 * s390-tdep.c (s390_gdbarch_init): Update.
11592 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11593 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11594 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11595 * mips-tdep.c (mips_gdbarch_init): Update.
11596 * mcore-tdep.c (mcore_gdbarch_init): Update.
11597 * m68k-tdep.c (m68k_gdbarch_init): Update.
11598 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11599 * ia64-tdep.c (ia64_gdbarch_init): Update.
11600 * i386-tdep.c (i386_gdbarch_init): Update.
11601 * hppa-tdep.c (hppa_gdbarch_init): Update.
11602 * h8300-tdep.c (h8300_gdbarch_init): Update.
11603 * frv-tdep.c (frv_gdbarch_init): Update.
11604 * cris-tdep.c (cris_gdbarch_init): Update.
11605 * avr-tdep.c (avr_gdbarch_init): Update.
11606 * arm-tdep.c (arm_gdbarch_init): Update.
11607 * alpha-tdep.c (alpha_gdbarch_init): Update.
11608 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11609 max_register_raw_size or max_register_virtual_size.
11610
11611 2003-03-03 David Carlton <carlton@math.stanford.edu>
11612
11613 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11614 SYMBOL_MATCHES_NAME, add comment.
11615 (SYMBOL_MATCHES_NATURAL_NAME): New.
11616 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11617 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11618 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11619 * symtab.c (lookup_partial_symbol): Use
11620 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11621 unhelpful comment.
11622 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11623 SYMBOL_MATCHES_NAME.
11624 Fix for PR c++/33.
11625
11626 2003-03-03 David Carlton <carlton@math.stanford.edu>
11627
11628 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11629 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11630 by regexp matching against SYMBOL_NATURAL_NAME.
11631
11632 2003-03-03 David Carlton <carlton@math.stanford.edu>
11633
11634 * linespec.c (find_method): Extract code into collect_methods.
11635 (collect_methods): New.
11636
11637 2003-03-02 Mark Kettenis <kettenis@gnu.org>
11638
11639 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11640 get_frame_base.
11641
11642 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11643 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11644
11645 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11646
11647 * arch-utils.c (generic_register_byte): Fix to use the loop index
11648 and not regnum when summing the size of all registers up to regnum.
11649
11650 2003-03-01 Andrew Cagney <cagney@redhat.com>
11651
11652 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11653 FRAME_INIT_SAVED_REGS.
11654 * gdbarch.h, gdbarch.c: Regenerate.
11655 * stack.c (frame_info): Update.
11656 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11657 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11658 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11659 * ns32k-tdep.c (ns32k_pop_frame): Update.
11660 * mips-tdep.c (mips_pop_frame): Update.
11661 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11662 * ia64-tdep.c (ia64_frame_chain): Update.
11663 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11664 (ia64_frameless_function_invocation): Update.
11665 (ia64_init_extra_frame_info): Update.
11666 (ia64_pop_frame_regular): Update.
11667 * frame.h (struct frame_info): Update comment.
11668 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11669 * frame.c (frame_saved_regs_register_unwind): Update.
11670 (frame_saved_regs_register_unwind): Update.
11671 (deprecated_generic_get_saved_register): Update.
11672 * cris-tdep.c: Update comment.
11673 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11674 Rename macro.
11675 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11676 * x86-64-tdep.c (x86_64_init_abi): Update.
11677 * vax-tdep.c (vax_gdbarch_init): Update.
11678 * v850-tdep.c (v850_gdbarch_init): Update.
11679 * sparc-tdep.c (sparc_gdbarch_init): Update.
11680 * sh-tdep.c (sh_gdbarch_init): Update.
11681 * s390-tdep.c (s390_gdbarch_init): Update.
11682 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11683 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11684 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11685 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11686 * mips-tdep.c (mips_gdbarch_init): Update.
11687 * mcore-tdep.c (mcore_gdbarch_init): Update.
11688 * m68k-tdep.c (m68k_gdbarch_init): Update.
11689 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11690 * ia64-tdep.c (ia64_gdbarch_init): Update.
11691 * i386-tdep.c (i386_gdbarch_init): Update.
11692 * frv-tdep.c (frv_gdbarch_init): Update.
11693 * avr-tdep.c (avr_gdbarch_init): Update.
11694 * arm-tdep.c (arm_gdbarch_init): Update.
11695 * alpha-tdep.c (alpha_gdbarch_init): Update.
11696
11697 2003-03-01 Andrew Cagney <cagney@redhat.com>
11698
11699 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11700 option enum and switch. When no windows, set the interpreter to
11701 INTERP_CONSOLE.
11702
11703 2003-03-01 Andrew Cagney <cagney@redhat.com>
11704
11705 * main.c (captured_main): Replace magic option characters with an
11706 enum.
11707
11708 2003-03-01 Andrew Cagney <cagney@redhat.com>
11709
11710 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11711 INIT_EXTRA_FRAME_INFO.
11712 * gdbarch.h, gdbarch.c: Regenerate.
11713 * arm-tdep.c: Update comments.
11714 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11715 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11716 * frame.h, avr-tdep.c: Ditto.
11717 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11718 (create_new_frame, legacy_get_prev_frame): Ditto.
11719 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11720 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11721 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11722 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11723 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11724 * v850-tdep.c (v850_gdbarch_init): Ditto.
11725 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11726 * sh-tdep.c (sh_gdbarch_init): Ditto.
11727 * s390-tdep.c (s390_gdbarch_init): Ditto.
11728 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11729 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11730 * mips-tdep.c (mips_gdbarch_init): Ditto.
11731 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11732 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11733 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11734 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11735 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11736 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11737 * frv-tdep.c (frv_gdbarch_init): Ditto.
11738 * cris-tdep.c (cris_gdbarch_init): Ditto.
11739 * avr-tdep.c (avr_gdbarch_init): Ditto.
11740 * arm-tdep.c (arm_gdbarch_init): Ditto.
11741 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11742 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11743
11744 2003-03-01 Andrew Cagney <cagney@redhat.com>
11745
11746 * gdbarch.sh (register_type): New function with predicate.
11747 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11748 * gdbarch.h, gdbarch.c: Re-generate.
11749 * arch-utils.c (generic_register_byte): Use generic_register_size.
11750 (generic_register_size): When available, use
11751 gdbarch_register_type.
11752 * regcache.c (init_regcache_descr): When available, initialize the
11753 register type array using gdbarch_register_type. If the
11754 architecture supplies gdbarch_register_type, do not use the legacy
11755 regcache layout.
11756 * d10v-tdep.c (d10v_register_type): Replace
11757 d10v_register_virtual_type.
11758 (d10v_gdbarch_init): Set register_type instead of
11759 register_virtual_type.
11760
11761 2003-03-01 Andrew Cagney <cagney@redhat.com>
11762
11763 * Makefile.in (ax-gdb.o): Update dependencies.
11764 * ax-gdb.c: Include "regcache.h".
11765 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11766 * findvar.c (value_of_register): Ditto.
11767 * infcmd.c (default_print_registers_info): Ditto.
11768
11769 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11770
11771 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11772 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11773
11774 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11775
11776 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11777 of STREQ.
11778
11779 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
11780
11781 * Makefile.in (dwarf2loc.o): Update dependencies.
11782 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11783 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11784 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11785 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11786 (locexpr_tracepoint_var_ref): New function.
11787 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11788
11789 2003-02-28 Andrew Cagney <cagney@redhat.com>
11790
11791 * regcache.c (register_size): New function.
11792 * regcache.h (register_size): Declare
11793 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11794 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11795
11796 2003-02-28 David Carlton <carlton@math.stanford.edu>
11797
11798 * linespec.c (decode_compound): Extract code into find_method.
11799 (find_method): New.
11800
11801 2003-02-28 J. Brobecker <brobecker@gnat.com>
11802
11803 * Makefile.in: Add rules to build and link in observer.o.
11804
11805 2003-02-27 J. Brobecker <brobecker@gnat.com>
11806
11807 * observer.c: Minor comments edits.
11808
11809 2003-02-27 J. Brobecker <brobecker@gnat.com>
11810
11811 * observer.h, observer.c: New file.
11812
11813 2003-02-27 Andrew Cagney <cagney@redhat.com>
11814
11815 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11816
11817 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11818
11819 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11820 (M6812_OP_STS_EXT): Likewise.
11821 (m6811_prologue): Use the above to recognize prologue.
11822 (m6812_prologue): Likewise.
11823
11824 2003-02-27 David Carlton <carlton@math.stanford.edu>
11825
11826 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11827 SYMBOL_PRINT_NAME.
11828 (compare_psymbols): Ditto.
11829 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11830
11831 2003-02-27 Michael Snyder <msnyder@redhat.com>
11832
11833 * f-lang.c (build_fortran_types): New function.
11834 (_initialize_f_language): Gdbarch-register built-in fortran types.
11835 * doublest.c (extract_floating): Fix warning text.
11836
11837 2003-02-27 Andrew Cagney <cagney@redhat.com>
11838
11839 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11840 predicate. Replaces PUSH_DUMMY_FRAME.
11841 * gdbarch.h, gdbarch.c: Regnerate.
11842 * valops.c (hand_function_call): Update. Call
11843 generic_push_dummy_frame directly.
11844 * vax-tdep.c (vax_gdbarch_init): Update.
11845 * sparc-tdep.c (sparc_gdbarch_init): Update.
11846 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11847 * m68k-tdep.c (m68k_gdbarch_init): Update.
11848 * hppa-tdep.c (hppa_gdbarch_init): Update.
11849 * alpha-tdep.c (alpha_gdbarch_init): Update.
11850 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11851 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11852 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11853 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11854 push_dummy_frame to generic_push_dummy_frame.
11855 * v850-tdep.c (v850_gdbarch_init): Ditto.
11856 * sh-tdep.c (sh_gdbarch_init): Ditto.
11857 * s390-tdep.c (s390_gdbarch_init): Ditto.
11858 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11859 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11860 * mips-tdep.c (mips_gdbarch_init): Ditto.
11861 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11862 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11863 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11864 * i386-tdep.c (i386_gdbarch_init): Ditto.
11865 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11866 * frv-tdep.c (frv_gdbarch_init): Ditto.
11867 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11868 * cris-tdep.c (cris_gdbarch_init): Ditto.
11869 * avr-tdep.c (avr_gdbarch_init): Ditto.
11870 * arm-tdep.c (arm_gdbarch_init): Ditto.
11871
11872 2003-02-26 Kevin Buettner <kevinb@redhat.com>
11873
11874 * mips-tdep.c (show_mips_abi): New function.
11875 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11876 command ``show mips abi''.
11877
11878 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
11879
11880 From Elena Zannoni <ezannoni@redhat.com>
11881 * dbxread.c (process_one_symbol): Only record line 0 if one or
11882 more sline entries have been seen for the function.
11883
11884 2003-02-26 Michael Chastain <mec@shout.net>
11885
11886 * configure: Regenerate with autoconf 000227.
11887
11888 2003-02-26 Michael Chastain <mec@shout.net>
11889
11890 Close PR build/660.
11891 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11892 for old libc5/glibc.
11893 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11894
11895 2003-02-26 Kris Warkentin <kewarken@qnx.com>
11896
11897 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11898 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11899
11900 2003-02-26 Michael Chastain <mec@shout.net>
11901
11902 * configure.in: New variable HAVE_UINTPTR_T.
11903 * configure, config.in: Regenerated.
11904
11905 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
11906
11907 Fix PR build/1097.
11908 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11909
11910 2003-02-25 Andrew Cagney <cagney@redhat.com>
11911
11912 * frame.c (get_prev_frame): Add comment on check for
11913 inside_entry_func. Only check for inside_entry_file when not a
11914 dummy and not a sentinel. Check that the new frame is not inner
11915 to the old frame.
11916
11917 2003-02-25 Andrew Cagney <cagney@redhat.com>
11918
11919 * frame.c (frame_debug): New variable.
11920 (_initialize_frame): Add "set/show debug frame" command.
11921 (get_prev_frame): When frame_debug, print reason why unwind
11922 failed.
11923
11924 2003-02-25 Michael Chastain <mec@shout.net>
11925
11926 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11927 to avoid uintptr_t definition problems.
11928
11929 2003-02-25 David Carlton <carlton@math.stanford.edu>
11930
11931 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11932 (SYMBOL_LINKAGE_NAME): Ditto.
11933 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11934 SYMBOL_LINKAGE_NAME.
11935 (struct general_symbol_info): Expand comment.
11936 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11937 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11938 (SYMBOL_MATCHES_REGEXP): Ditto.
11939 * symtab.c (symbol_natural_name): New function.
11940 * objfiles.h: Replace all uses of SYMBOL_NAME by
11941 DEPRECATED_SYMBOL_NAME.
11942 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11943 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11944 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11945 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11946 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11947 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11948 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11949 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11950 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11951 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11952 * ada-exp.y: Ditto.
11953 * ada-exp.y: Update copyright.
11954 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11955 * cp-valprint.c: Ditto.
11956
11957 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11958
11959 * infptrace.c (detach): Do not flag error if ptrace detach fails
11960 and errno is set to ESRCH.
11961
11962 2003-02-24 Andrew Cagney <cagney@redhat.com>
11963
11964 * infptrace.c (udot_info): Change type of udot_off to long. Use
11965 paddr when printing udot_off's value.
11966
11967 2003-02-24 David Carlton <carlton@math.stanford.edu>
11968
11969 * symtab.c (make_symbol_overload_list): Only read in partial
11970 symtabs containing a matching partial symbol.
11971
11972 2003-02-24 David Carlton <carlton@math.stanford.edu>
11973
11974 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11975 do the comparison, not strcmp.
11976 * symfile.c (compare_psymbols): Ditto.
11977 * defs.h: Declare strcmp_iw_ordered.
11978 * utils.c (strcmp_iw_ordered): New function.
11979
11980 2003-02-24 Jim Blandy <jimb@redhat.com>
11981
11982 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11983 support, shared libs): Remove my name from here, to better reflect
11984 reality.
11985
11986 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11987
11988 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11989 (target_ops): Add to_have_continuable_watchpoint.
11990 * target.c (update_current_target): Add INHERIT line for
11991 to_have_continuable_watchpoint.
11992 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11993 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11994 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11995 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11996
11997 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
11998
11999 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
12000 maintainership.
12001
12002 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12003
12004 * solib.c (solib_open): Call target defined search function after
12005 failing with solib-search-path.
12006 * solist.h (target_so_ops): Add find_and_open_solib function hook and
12007 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
12008
12009 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12010
12011 * MAINTAINERS: Add myself to Write After section.
12012
12013 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
12014
12015 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
12016
12017 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
12018
12019 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
12020 (m68hc11_add_reggroups): New function.
12021 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
12022 (m68hc11_gdbarch_init): Install the reggroups.
12023 (_initialize_m68hc11_tdep): Initialize them.
12024
12025 2003-02-21 James E Wilson <wilson@tuliptree.org>
12026
12027 * MAINTAINERS: Update my email address.
12028
12029 2003-02-21 David Carlton <carlton@math.stanford.edu>
12030
12031 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
12032
12033 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
12034
12035 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
12036 * symtab.h: Add opaque declarations of struct axs_value and
12037 struct agent_expr.
12038 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
12039 (struct location_funcs): New type.
12040 (struct symbol): Add "loc" to aux_value.
12041 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
12042 * dwarf2read.c: Include "dwarf2expr.h".
12043 (dwarf2_symbol_mark_computed): New function.
12044 (read_func_scope): Use it.
12045 (var_decode_location): New function.
12046 (new_symbol): Use it.
12047 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
12048
12049 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
12050 (dwarf2expr_h, dwarf2loc_h): New variables.
12051 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
12052 (dwarf2expr.o, dwarf2loc.o): New rules.
12053 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
12054 * buildsym.c (finish_block): Handle LOC_COMPUTED and
12055 LOC_COMPUTED_ARG.
12056 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
12057 * m2-exp.y (yylex): Likewise.
12058 * printcmd.c (address_info, print_frame_args): Likewise.
12059 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
12060 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
12061 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
12062 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
12063 * symtab.c (lookup_block_symbol): Likewise.
12064
12065 2003-02-20 Adam Fedor <fedor@gnu.org>
12066
12067 * symtab.h: Remove objc_specific struct
12068 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
12069 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
12070 Have language_objc use cplus_specific struct.
12071
12072 2003-02-20 Tom Tromey <tromey@redhat.com>
12073
12074 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
12075 TYPE_NAME, when printing a String value. PR java/1075.
12076
12077 2003-02-20 Adam Fedor <fedor@gnu.org>
12078
12079 * objc-lang.h (find_methods): Remove declaration.
12080 * objc-lang.c (find_methods): Make static.
12081
12082 2003-02-20 Christopher Faylor <cgf@redhat.com>
12083
12084 * win32-nat.c (get_image_name): Check return value from
12085 ReadProcessMemory.
12086 (child_xfer_memory): Ditto.
12087
12088 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
12089
12090 * configure.in (TARGET_SYSTEM_ROOT): Set default to
12091 ${exec_prefix}/${target_alias}/sys-root. Match explicit
12092 '${exec_prefix}' (in addition to the expansion thereof) as
12093 relocatable.
12094 * configure: Rebuilt.
12095
12096 2003-02-20 David Carlton <carlton@math.stanford.edu>
12097
12098 * symtab.c (search_symbols): Revert the search_symbols part of my
12099 2002-12-23 patch. Add comment.
12100
12101 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
12102
12103 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
12104 * dbxread.c (elfstab_build_psymtabs): Don't call
12105 install_minimal_symbols.
12106 (stabsect_build_psymtabs): Likewise.
12107 * elfread.c (elf_symfile_read): Call install_minimal_symbols
12108 earlier.
12109 * somread.c (som_symfile_read): Call install_minimal_symbols
12110 and do_cleanups earlier.
12111 * nlmread.c (nlm_symfile_read): Likewise.
12112 * mdebugread.c (elfmdebug_build_psymtabs): Call
12113 install_minimal_symbols and make appropriate cleanups.
12114
12115 2003-02-20 Kevin Buettner <kevinb@redhat.com>
12116
12117 * solib.c (reload_shared_libraries): New function.
12118 (_initialize_solib): Add callbacks for ``set solib-search-path''
12119 and ``set solib-absolute-prefix''.
12120
12121 2003-02-20 David Carlton <carlton@math.stanford.edu>
12122
12123 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
12124 expand comment.
12125 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
12126 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
12127 * ada-typeprint.c (ada_typedef_print): Ditto.
12128 * ax-gdb.c (gen_var_ref): Ditto.
12129 * breakpoint.c (print_one_breakpoint): Ditto.
12130 * buildsym.c (finish_block): Ditto.
12131 * c-valprint.c (c_val_print): Ditto.
12132 * expprint.c (print_subexp): Ditto.
12133 * findvar.c (locate_var_value): Ditto.
12134 * infcmd.c (jump_command): Ditto.
12135 * linespec.c (decode_line_2, decode_compound): Ditto.
12136 * maint.c (maintenance_translate_address): Ditto.
12137 * objc-lang.c (compare_selectors, compare_classes): Ditto.
12138 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
12139 Ditto.
12140 * p-valprint.c (pascal_val_print): Ditto.
12141 * stabsread.c (define_symbol): Ditto.
12142 * stack.c (print_frame, frame_info, print_block_frame_locals)
12143 (print_frame_arg_vars, return_command): Ditto.
12144 * symfile.c (compare_symbols, compare_psymbols): Ditto.
12145 * symmisc.c (print_symbol): Ditto.
12146 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
12147 (compare_search_syms, print_symbol_info, print_msymbol_info)
12148 (rbreak_command): Ditto.
12149 * tracepoint.c (tracepoints_info): Ditto.
12150 * typeprint.c (typedef_print): Ditto.
12151 * valops.c (value_of_variable, hand_function_call): Ditto.
12152 * cli/cli-cmds.c (edit_command, list_command): Ditto.
12153 * ada-typeprint.c: Update Copyright.
12154 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
12155 * tracepoint.c, cli/cli-cmds.c: Ditto.
12156
12157 2003-02-20 Kevin Buettner <kevinb@redhat.com>
12158
12159 * frame.c (generic_unwind_get_saved_register): Make non-static.
12160 * frame.h (generic_unwind_get_saved_register): Declare.
12161 * mips-tdep.c (read_next_frame_reg): Fetch register from
12162 current regcache when frame is NULL.
12163 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
12164 that must be NULL.
12165 (mips_get_saved_register): Call generic_unwind_get_saved_register()
12166 instead of frame_register_unwind().
12167
12168 2003-02-20 Andrew Cagney <ac131313@redhat.com>
12169
12170 * remote-sim.c (gdbsim_insert_breakpoint)
12171 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
12172 code.
12173
12174 2003-02-20 Andrew Cagney <ac131313@redhat.com>
12175
12176 * remote.c (_initialize_remote): Add commands "set/show remote
12177 hardware-watchpoint-limit" and "set/show remote
12178 hardware-breakpoint-limit".
12179 (remote_hw_watchpoint_limit): Initialize to -1.
12180 (remote_hw_breakpoint_limit): Ditto.
12181 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
12182
12183 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
12184
12185 * coff-pe-read.c: New file - support reading of minimal symbols from a
12186 portable executable using the export table.
12187 * coff-pe-read.h: New file.
12188 * coffread.c: Include coff-pe-read.h.
12189 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
12190 debugging symbols found.
12191 * Makefile.in (SFILES): Add coff-pe-read.o.
12192 (coff_pe_read_h): Define.
12193 (COMMON_OBS): Add coff-pe-read.o.
12194 (coffread.o): Add coff_pe_read_h dependency.
12195 (coff-pe-read.o): New target.
12196
12197 2003-02-19 David Carlton <carlton@math.stanford.edu>
12198
12199 * Makefile.in (SFILES): Add block.c.
12200 (block_h): New.
12201 (COMMON_OBS): Add block.o.
12202 (block.o): New.
12203 (x86-64-tdep.o): Add $(block_h).
12204 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
12205 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
12206 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
12207 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
12208 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
12209 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
12210 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
12211 * value.h: Add opaque declaration for struct block.
12212 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
12213 * ada-lang.h: Ditto.
12214 * x86-64-tdep.c: #include "block.h"
12215 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
12216 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
12217 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
12218 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
12219 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
12220 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
12221 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
12222 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
12223 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
12224 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
12225 * symtab.c (block_function): Ditto.
12226 (contained_in): Ditto.
12227 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
12228 block.h. Add opaque declaration for struct block.
12229 * symtab.h: Move block_function and contained_in declarations to
12230 block.h. Add opaque declarations for struct block, struct
12231 blockvector.
12232 (struct block): Move to block.h.
12233 (struct blockvector): Ditto.
12234 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
12235 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
12236 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
12237 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
12238 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
12239 Ditto.
12240 * block.c: New file.
12241 * block.h: New file.
12242
12243 2003-02-19 Theodore A. Roth <troth@openavr.org>
12244
12245 * avr-tdep.c (avr_extract_return_value): Remove function.
12246 (avr_store_return_value): Remove function.
12247 (avr_extract_struct_value_address): Remove function.
12248 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
12249
12250 2003-02-19 Andrew Cagney <ac131313@redhat.com>
12251
12252 * rs6000-tdep.c: Include "gdb_assert.h".
12253 (registers_e500): Add "acc" and "spefscr".
12254 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
12255 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
12256 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
12257 really is "r0".
12258 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
12259
12260 2003-02-18 Keith Seitz <keiths@redhat.com>
12261
12262 * Makefile.in: Add gdbtk-interps.c.
12263
12264 2003-02-18 Kevin Buettner <kevinb@redhat.com>
12265
12266 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
12267 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
12268
12269 2003-02-18 Andrew Cagney <cagney@redhat.com>
12270
12271 * symtab.h (struct objfile): Add opaque declaration.
12272
12273 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
12274
12275 From Jim Ingham <jingham@apple.com>:
12276 * dbxread.c (process_one_symbol): Use last_function_start rather
12277 than function_start_offset to find the real beginning of the
12278 current function. The latter is just the text section offset on
12279 some systems, the former is always the real function start.
12280
12281 2003-02-17 Andrew Cagney <cagney@redhat.com>
12282
12283 * configure.in: Revert ${target} != ${host}.
12284
12285 2003-02-17 Andrew Cagney <ac131313@redhat.com>
12286
12287 * configure.in (Makefile): Use the test ${target} != ${host},
12288 instead of the absence of the "nm.h" file, to determine of the
12289 configuration non-native.
12290 * configure: Regenerate.
12291
12292 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
12293
12294 From Brian Ford <ford@vss.fsi.com>
12295
12296 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
12297 conditionalize tui_active test.
12298 (lookup_cmd_1): Ditto.
12299
12300 2003-02-14 Mark Kettenis <kettenis@gnu.org>
12301
12302 * configure.in: Add check for _etext.
12303 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
12304 available.
12305 * config.in, configure: regenerated.
12306
12307 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
12308
12309 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
12310
12311 2003-02-14 Andrew Cagney <ac131313@redhat.com>
12312
12313 * main.c (tui_version): Delete variable.
12314 (captured_main): When --tui, set interpreter_p to "tui" instead of
12315 enabling tui_version.
12316 * printcmd.c (display_command) [TUI]: Test tui_active instead of
12317 tui_version.
12318 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
12319 * cli/cli-cmds.c (disassemble_command): Ditto.
12320 * defs.h (tui_version): Delete declaration.
12321 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
12322 (tui-interp.o): Add rules.
12323 (SUBDIR_TUI_OBS): Add "tui-interp.o".
12324
12325 2003-02-14 Christopher Faylor <cgf@redhat.com>
12326
12327 * win32-nat.c (register_loaded_dll): Correctly set address range for
12328 just-loaded dll.
12329
12330 2003-02-12 Jason Molenda (jmolenda@apple.com)
12331
12332 * symmisc.c (print_objfile_statistics): Include information about
12333 the number of psymtabs and symtabs in each object file.
12334
12335 2003-02-13 Keith R Seitz <keiths@redhat.com>
12336
12337 * main.h (struct captured_main_args): Add interpreter_p.
12338 * main.c (captured_main): Initialize interpreter_p from context.
12339 * gdb.c (main): Set interpreter_p argument.
12340 * Makefile.in (gdb.o): Add dependency for interps.h.
12341
12342 2003-02-12 Andrew Cagney <ac131313@redhat.com>
12343
12344 * event-top.c (cli_command_loop): Delete declaration.
12345 (_initialize_event_loop): Delete function setting event_loop_hook.
12346 * event-top.h (cli_command_loop): Declare. Update copyright.
12347 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
12348 * interps.c (current_interp_command_loop): When event_loop_p, call
12349 cli_command_loop.
12350
12351 2003-02-12 Andrew Cagney <ac131313@redhat.com>
12352
12353 * interps.h (interp_command_loop_ftype): Change return type to
12354 void.
12355
12356 2003-02-12 Michal Ludvig <mludvig@suse.cz>
12357
12358 * x86-64-tdep.c (x86_64_extract_return_value)
12359 (x86_64_store_return_value): Use regcache instead of regbuf.
12360 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
12361 * x86-64-linux-nat.c (fill_gregset): Use regcache.
12362
12363 2003-02-11 Andrew Cagney <ac131313@redhat.com>
12364
12365 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
12366 * aclocal.m4: Regenerate.
12367 * configure: Regenerate.
12368
12369 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
12370 TCL_LD_SEARCH_FLAGS.
12371
12372 2003-02-10 Michal Ludvig <mludvig@suse.cz>
12373
12374 * dwarf2cfi.c: Reindented.
12375
12376 2003-02-09 Andrew Cagney <ac131313@redhat.com>
12377
12378 * interps.c (clear_interpreter_hooks): Convert function definition
12379 to ISO C.
12380
12381 2003-02-07 David Carlton <carlton@math.stanford.edu>
12382
12383 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
12384
12385 2003-02-07 Kevin Buettner <kevinb@redhat.com>
12386
12387 * gdbtypes.h (struct main_type): Move ``length'' field from here...
12388 (struct type): ...to here.
12389 (TYPE_LENGTH): Adjust to reflect different location of ``length''
12390 field.
12391 * gdbtypes.c (make_qualified_type): Set length on newly created type.
12392 (replace_type): Set length on all type variants for a given type.
12393
12394 2003-02-07 Andrew Cagney <ac131313@redhat.com>
12395
12396 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
12397 <sys/stat.h>.
12398 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
12399
12400 2003-02-06 Andrew Cagney <ac131313@redhat.com>
12401
12402 * Makefile.in (symm-nat.o): Update dependencies.
12403 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
12404 (lynx-nat.o, ia64-linux-nat.): Ditto.
12405 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
12406 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
12407 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
12408
12409 * Makefile.in (inflow_h): Define.
12410 (procfs.o, inflow.o, procfs.o): Update dependencies.
12411 * inftarg.c (child_stop): Delete extern declaration of
12412 inferior_process_group. Include "inflow.h".
12413 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
12414 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
12415 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
12416 (our_process_group, inferior_process_group): Extern declarations.
12417
12418 * procfs.c: Include "gdb_assert.h".
12419
12420 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12421 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
12422 * jv-typeprint.c (java_type_print_base): Ditto.
12423 * typeprint.c (typedef_print): Eliminate STREQ.
12424 * cli/cli-script.c (define_command, define_command): Ditto.
12425 * main.c (captured_main): Ditto.
12426 * values.c (lookup_internalvar): Ditto.
12427 * utils.c (safe_strerror, parse_escape): Eliminate assignment
12428 within `if' conditional.
12429 * linespec.c (decode_line_2): Ditto.
12430 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
12431 (bfd_openw_with_cleanup): Ditto.
12432
12433 2003-02-07 Mark Kettenis <kettenis@gnu.org>
12434
12435 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
12436 legacy_extract_return_value and store_return_value to
12437 legacy_return_value.
12438
12439 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
12440
12441 * win32-nat.c (get_relocated_section_addrs): New function. Find
12442 section load addresses for symbol handling in relocated DLLs.
12443 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
12444
12445 2003-02-05 Fred Fish <fnf@intrinsity.com>
12446
12447 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
12448 '=' and '!='.
12449 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
12450 with '&' and '=='.
12451 (angel_RDI_info): Ditto.
12452 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
12453 with '&' and '!='.
12454 (threads_continue_all_with_signals): Ditto.
12455
12456 2003-02-05 Jim Ingham <jingham@apple.com>
12457 Keith Seitz <keiths@redhat.com>
12458 Elena Zannoni <ezannoni@redhat.com>
12459 Andrew Cagney <ac131313@redhat.com>
12460
12461 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
12462 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
12463 (SUBDIR_MI_OBS): Add "mi-interp.o".
12464 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
12465 (SFILES): Add "interps.c".
12466 (COMMON_OBS): Add "interps.o".
12467 (interps_h, mi_main_h): Define.
12468 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
12469 (mi-main.o, main.o, event-top.o): Update dependencies.
12470 * cli/cli-interp.c: New file.
12471 * interps.h, interps.c: New files.
12472 * top.c: (gdb_init): Don't install the default interpreter, handed
12473 by captured_main.
12474 * main.c: Include "interps.h".
12475 (interpreter_p): Note that it should malloc'ed.
12476 (captured_command_loop): Call current_interp_command_loop.
12477 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
12478 xfree and xstrdup when updating interpreter_p. Install the
12479 default interpreter. Add hack to stop mi1's copyright notice
12480 being encoded.
12481 * event-top.h (gdb_setup_readline): Declare.
12482 (gdb_disable_readline): Declare.
12483 * event-top.c: Include "interps.h".
12484 (display_gdb_prompt): Call current_interp_display_prompt_p.
12485 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12486 gdb_stdlog, and gdb_stdtarg.
12487 (_initialize_event_loop): Don't call gdb_setup_readline.
12488 * cli-out.c (cli_out_set_stream): New function.
12489 * cli-out.h (cli_out_set_stream): Declare.
12490
12491 2003-02-06 Mark Kettenis <kettenis@gnu.org>
12492
12493 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12494 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
12495 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12496 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12497 config/i386/i386v42mp.mt: Removed.
12498
12499 2003-02-05 Mark Kettenis <kettenis@gnu.org>
12500
12501 * configure.tgt (*-*-solaris*): Set gdb_osabi to
12502 GDB_OSABI_SOLARIS.
12503
12504 2003-02-05 Michael Chastain <mec@shout.net>
12505
12506 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12507 2.12.1 and earlier versions.
12508
12509 2003-02-05 Andrew Cagney <ac131313@redhat.com>
12510
12511 Remove orphaned hosts, targets and files.
12512 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12513 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12514 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12515 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12516 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12517 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12518 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12519 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12520 * config/sparc/tm-sp64sim.h: Delete.
12521 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12522 hosts.
12523 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12524 mips*-dec-mach3* targets.
12525
12526 2003-02-04 Michael Chastain <mec@shout.net>
12527
12528 * NEWS: Fix typo: sepcifying -> specifying.
12529
12530 2003-02-04 Michael Chastain <mec@shout.net>
12531
12532 * dwarfread.c: Add documentation on the state of dwarf-1,
12533 looking towards obsoletion.
12534
12535 2003-02-03 Michael Chastain <mec@shout.net>
12536
12537 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12538 gdb/testsuite/gdb.c++/pr-1023.exp.
12539
12540 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12541
12542 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12543 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12544
12545 * utils.c (init_page_info): Delete reference to MPW in comments.
12546 * main.c (captured_main): Delete #ifdef MPW.
12547
12548 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12549
12550 * NEWS: Note that the m32r-*-elf* is obsolete.
12551 * monitor.c (monitor_expect): Obsolete reference to m32r.
12552 * configure.tgt: Mark m32r-*-elf* as obsolete.
12553 * MAINTAINERS: Mark m32k as obsolete.
12554 * m32r-rom.c: Obsolete file.
12555 * config/m32r/m32r.mt: Obsolete file.
12556 * config/m32r/tm-m32r.h: Obsolete file.
12557 * m32r-stub.c: Obsolete file.
12558 * m32r-tdep.c: Obsolete file.
12559
12560 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12561
12562 * NEWS: Mention that the z8k-zilog-none is obsolete.
12563 * MAINTAINERS: Mark z8k as obsolete.
12564 * configure.tgt: Obsolete the z8k-*-coff* target.
12565 * config/z8k/z8k.mt: Obsolete file.
12566 * config/z8k/tm-z8k.h: Obsolete file.
12567 * z8k-tdep.c: Obsolete file.
12568
12569 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12570
12571 * NEWS: Mention that the mn10200-elf is obsolete.
12572 * configure.tgt: Obsolete mn10200-*-* target.
12573 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12574 mention that the mn10200 is obsolete.
12575 * breakpoint.h: Ditto.
12576 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12577 * config/mn10200/mn10200.mt: Obsolete file.
12578 * config/mn10200/tm-mn10200.h: Obsolete file.
12579 * mn10200-tdep.c: Obsolete file.
12580
12581 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12582
12583 * MAINTAINERS: Mark h8500 as obsolete.
12584 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12585 * findvar.c (value_from_register): Ditto.
12586 * h8500-tdep.c: Mark file as obsolete.
12587 * config/h8500/h8500.mt: Ditto.
12588 * config/h8500/tm-h8500.h: Ditto.
12589 * NEWS: Mention that h8500 is obsolete.
12590
12591 2003-02-04 David Carlton <carlton@math.stanford.edu>
12592
12593 * objfiles.c (allocate_objfile): Always set name. Add comment at
12594 start of function.
12595 * jv-lang.c (get_dynamics_objfile): Add comment.
12596
12597 2003-02-04 David Carlton <carlton@math.stanford.edu>
12598
12599 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12600 * printcmd.c (build_address_symbolic): Replace uses of
12601 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12602 SYMBOL_NAME, and asm_demangle.
12603 Update copyright.
12604
12605 2003-02-04 David Carlton <carlton@math.stanford.edu>
12606
12607 * linespec.c (decode_compound): Extract code into
12608 lookup_prefix_sym.
12609 (lookup_prefix_sym): New function.
12610
12611 2003-02-04 David Carlton <carlton@math.stanford.edu>
12612
12613 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12614 FLOAT_COERCION_BADNESS.
12615 * gdbtypes.c (rank_one_type): Replace all uses of
12616 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12617
12618 2003-02-04 Jim Blandy <jimb@redhat.com>
12619
12620 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12621 section, let dwarf_macinfo_section point to it, not
12622 dwarf_loc_section.
12623
12624 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12625
12626 Pointed out by Anton Blanchard <anton@samba.org>.
12627 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12628 (ppc_linux_at_sigtramp_return_path): Use it.
12629
12630 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12631
12632 * defs.h (streq): Add prototype.
12633 * utils.c (streq): New function.
12634
12635 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12636 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12637 * mdebugread.c (new_symbol): Likewise.
12638 * stabsread.c (define_symbol): Likewise.
12639 * coffread.c (process_coff_symbol): Likewise.
12640 * dwarfread.c (new_symbol): Likewise.
12641
12642 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12643 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12644 here.
12645 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12646 SYMBOL_INIT_DEMANGLED_NAME.
12647 * objfiles.c: Include "hashtab.h".
12648 (allocate_objfile): Call htab_set_functions_ex for the
12649 demangled_names_hash.
12650 (free_objfile): Call htab_delete for the demangled_names_hash.
12651 * objfiles.h (struct htab): Add declaration.
12652 (struct objfile): Add demangled_names_hash.
12653 * symfile.c: Include "hashtab.h".
12654 (reread_symbols): Call htab_delete for the demangled_names_hash.
12655 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12656 SYMBOL_NAME in the bcache.
12657 * symtab.c: Include "hashtab.h". Update comments.
12658 (create_demangled_names_hash, symbol_set_names): New functions.
12659 (symbol_find_demangled_name): New function, broken out from
12660 symbol_init_demangled_names.
12661 (symbol_init_demangled_names): Use it.
12662 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12663 (SYMBOL_SET_NAMES): New macro.
12664 (symbol_set_names): Add prototype.
12665
12666 2003-02-03 Jim Blandy <jimb@redhat.com>
12667
12668 Use a single, consistent representation for an empty minimal
12669 symbol table in an objfile.
12670 * objfiles.c (terminate_minimal_symbol_table): New function.
12671 (allocate_objfile): Call it.
12672 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12673 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
12674 non-NULL.
12675 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12676 objfile has minimal symbols, compare minimal_symbol_count to zero,
12677 instead of comparing msymbols with NULL.
12678 * objfiles.c (have_minimal_symbols): Same.
12679 * solib-sunos.c (solib_add_common_symbols): Call
12680 terminate_minimal_symbol_table.
12681 * symfile.c (reread_symbols): Same.
12682
12683 2003-02-03 Kevin Buettner <kevinb@redhat.com>
12684
12685 * s390-tdep.c (s390_address_class_type_flags)
12686 (s390_address_class_type_flags_to_name)
12687 (s390_address_class_name_to_type_flags): New functions.
12688 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12689 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12690
12691 2003-02-03 Michael Snyder <msnyder@redhat.com>
12692
12693 * arm-tdep.c: Fix spell-o in comment.
12694
12695 2003-02-03 Michal Ludvig <mludvig@suse.cz>
12696
12697 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12698 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
12699 error messages to contain BFD filename.
12700
12701 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
12702
12703 Fix PR gdb/742 gdb/743 gdb/877
12704 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12705 (do_mixed_source_and_assembly): Use
12706 make_cleanup_ui_out_tuple_begin_end and
12707 make_cleanup_ui_out_tuple_begin_end.
12708 (do_mixed_source_and_assembly): Ditto.
12709 * thread.c (do_captured_list_thread_ids): Ditto.
12710 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12711 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12712 ui_out_tuple_end): Delete prototypes.
12713 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12714 ui_out_list_end, ui_out_tuple_end): Delete.
12715
12716 From Kevin Buettner <kevinb@redhat.com>:
12717 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
12718 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12719 (do_cleanup_table_end): New functions.
12720 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12721 Use cleanups to invoke_ui_out_tuple_end().
12722 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
12723 * cli/cli-setshow.c (cmd_show_list): Use
12724 make_cleanup_ui_out_tuple_begin_end.
12725
12726 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12727
12728 * frame.c (frame_unwind_register): New function.
12729 (frame_unwind_unsigned_register): Use.
12730 (frame_unwind_signed_register): Use.
12731 (frame_read_register): New function.
12732 * frame.h (frame_unwind_register): Declare.
12733 (frame_read_register): Declare.
12734
12735 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12736 and frame_unwind_register instead of read_memory, write_register
12737 and deprecated_write_register_bytes.
12738
12739 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12740
12741 * frame.h: Note that namelen can be negative.
12742 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12743 NAME's length.
12744
12745 * NEWS: Mention that the d10v's `regs' command is deprecated.
12746 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12747 (d10v_print_registers_info): New function.
12748 (show_regs): Call d10v_print_registers_info.
12749 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12750
12751 2003-02-02 Mark Kettenis <kettenis@gnu.org>
12752
12753 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12754 lost in the previous patch.
12755
12756 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12757
12758 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
12759 * stack.c (print_frame_info_base): Output complete FRAME tuple
12760 for synthesized frames.
12761
12762 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12763
12764 * mips-nat.c (zerobuf): Delete.
12765 (fetch_inferior_registers): Alloc local zerobuf.
12766 (fetch_core_registers): Alloc local zerobuf.
12767 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12768 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12769 * thread-db.c (thread_db_store_registers): Ditto.
12770 * sh-tdep.c (sh_do_register): Ditto.
12771 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12772 * remote-sim.c (gdbsim_store_register): Ditto.
12773 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12774 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12775 * monitor.c (monitor_supply_register): Ditto.
12776 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12777 * mips-nat.c (fetch_inferior_registers): Ditto.
12778 * m68klinux-nat.c (fetch_register): Ditto.
12779 * lynx-nat.c (fetch_inferior_registers): Ditto.
12780 (fetch_inferior_registers): Ditto.
12781 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12782 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12783 (hpux_thread_store_registers): Ditto.
12784 * hppah-nat.c (fetch_register): Ditto.
12785 * hppab-nat.c (fetch_register): Ditto.
12786 * hppa-tdep.c (pa_register_look_aside): Ditto.
12787 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12788 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12789
12790 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12791
12792 * gdbarch.sh: Explictly specify all method levels. When a
12793 variable with an empty level, provide a non-multi-arch default.
12794 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12795 * gdbarch.h: Re-generate.
12796 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12797 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12798
12799 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12800
12801 * defs.h (host_pointer_to_address): Delete declaration.
12802 (address_to_host_pointer): Delete declaration.
12803 * utils.c (host_pointer_to_address): Delete function.
12804 (address_to_host_pointer): Delete function.
12805 * procfs.c (procfs_address_to_host_pointer): New function.
12806 * procfs.c (proc_set_watchpoint): Use.
12807 (procfs_can_use_hw_breakpoint): Update comments.
12808 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12809 (som_solib_add): Use.
12810 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12811 * hppa-tdep.c (unwind_command): Use.
12812
12813 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12814
12815 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12816 strlen d_name.
12817
12818 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12819 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12820 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12821 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12822 (define_symbol): Update.
12823 * symfile.c (generic_load): Remove references to nindy.
12824 * symtab.c: Remove references to nindy.
12825
12826 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12827
12828 * infcmd.c (print_float_info): Delete code conditional on
12829 FLOAT_INFO.
12830 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12831 * config/m68k/nm-apollo68b.h: Ditto.
12832 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12833 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12834 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12835
12836 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12837
12838 * config/i386/tm-i386os9k.h: Removed.
12839
12840 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12841 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12842 they're identical to i[3456]86-*-sysv* now.
12843 * config/i386/i386v32.mh: Removed.
12844 * config/i386/xm-i386v32.h: Removed.
12845 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12846
12847 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12848
12849 * config/i386/i386dgux.mh: Removed.
12850 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12851
12852 * configure.in: Fix typo.
12853 * configure: Regenerated.
12854
12855 2003-01-31 David Carlton <carlton@math.stanford.edu>
12856
12857 * dwarf2read.c (dwarf2_locate_sections): Set
12858 dwarf_ranges_section.
12859
12860 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12861
12862 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12863 * utils.c: Update comments documenting legitimate uses of PTR.
12864
12865 * utils.c: Re-indent.
12866
12867 * config/djgpp/fnchange.lst: Delete nindy files.
12868 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12869 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12870 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12871 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12872 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12873 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12874 * Makefile.in (init.c): Remove nindy references.
12875 (saber_gdb): Delete rule.
12876 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12877 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12878 and a68v-nat.c.
12879 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12880 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12881 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12882 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12883 nindy-share/stop.h.
12884 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12885 * saber.suppress: Delete file.
12886
12887 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
12888
12889 * dbxread.c (stabs_data): New static variable.
12890 (fill_symbuf): Support an in-memory buffer for stabs data.
12891 (stabs_seek): New function.
12892 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12893 (read_ofile_symtab): Use stabs_seek.
12894 (elfstab_build_psymtabs): Take an asection* instead of
12895 an offset and size. Relocate the stabs data if necessary.
12896 Save the section* for dbx_psymtab_to_symtab.
12897 * dwarf2read.c: Add section variables for each debug section.
12898 (dwarf2_locate_sections): Fill them in.
12899 (dwarf2_read_section): Take an asection* argument.
12900 Relocate the section contents if necessary.
12901 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12902 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12903 it to dwarf2_read_section.
12904 (dwarf2_build_frame_info): Update callers.
12905 * elfread.c (elf_symfile_read): Update call to
12906 elfstab_build_psymtabs.
12907 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12908 (DBX_STAB_SECTION): New macro.
12909 * stabsread.h (elfstab_build_psymtabs): Update prototype.
12910 * symfile.c (symfile_dummy_outputs): New function.
12911 (symfile_relocate_debug_section): New function.
12912 * symfile.h (symfile_relocate_debug_section): Add prototype.
12913
12914 2003-01-31 Richard Henderson <rth@redhat.com>
12915
12916 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12917 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12918 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12919 * alpha-tdep.c (alpha_register_name): Add "unique".
12920 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12921 (ALPHA_UNIQUE_REGNUM): New.
12922 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12923
12924 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12925
12926 * README: Remove reference to Ericsson 1800 monitor.
12927 * Makefile.in (remote-es.o): Delete rule.
12928 (ALLDEPFILES): Delete remote-es.c.
12929 * remote-es.c: Delete file.
12930 * config/m68k/es1800.mt: Delete file.
12931 * config/djgpp/fnchange.lst: Update.
12932 * configure.tgt: Delete m68*-ericsson-* target.
12933
12934 2003-01-31 Adam Fedor <fedor@gnu.org>
12935
12936 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12937 Remove duplicate/shadowing variable of same name.
12938
12939 2003-01-30 Jim Blandy <jimb@redhat.com>
12940
12941 * symfile.c (find_separate_debug_file): Assert that the objfile's
12942 directory name we compute ends with a slash, and then assume that
12943 that's so everywhere we use it.
12944
12945 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
12946
12947 * valops.c (value_assign): Flush frame cache after stores to memory
12948 also.
12949
12950 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12951
12952 * Makefile.in (mon960-rom.o): Delete rule.
12953 * mon960-rom.c: Delete file.
12954
12955 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12956
12957 * d10v-tdep.c: Include "frame-unwind.h".
12958 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12959 list.
12960 (next_addr, uses_frame): Delete.
12961 (struct d10v_unwind_cache): Define.
12962 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12963 Use info instead of next_addr and uses_frame globals.
12964 (d10v_frame_init_saved_regs): Delete function.
12965 (d10v_init_extra_frame_info): Delete function.
12966 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12967 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12968 init_frame_pc or frame_saved_pc.
12969 (d10v_pop_frame): Delete function.
12970 (do_d10v_pop_frame): Delete function.
12971 (d10v_frame_chain): Delete function.
12972 (d10v_frame_chain_valid): Delete function.
12973 (d10v_frame_pc_unwind): New function.
12974 (d10v_frame_id_unwind): New function.
12975 (saved_regs_unwinder): New function.
12976 (d10v_frame_register_unwind): New function.
12977 (d10v_frame_pop): New function.
12978 (d10v_frame_unwind): New variable.
12979 (d10v_frame_p): New function.
12980 (d10v_frame_saved_pc): Delete function.
12981 * Makefile.in (d10v-tdep.o): Update dependencies.
12982
12983 2003-01-30 J. Brobecker <brobecker@gnat.com>
12984
12985 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12986 causing some regressions due to a change in the default value
12987 for this macro.
12988
12989 2003-01-29 Richard Henderson <rth@redhat.com>
12990 Elena Zannoni <ezannoni@redhat.com>
12991 Daniel Jacobowitz <drow@mvista.com>
12992
12993 Fix PR gdb/961.
12994 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
12995 variables.
12996 (RANGES_SECTION): New.
12997 (dwarf_ranges_buffer): New variable.
12998 (struct comp_unit_head): Add member "die".
12999 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
13000 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
13001 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
13002 (dwarf2_locate_sections): Likewise.
13003 (dwarf2_build_psymtabs): Read .debug_ranges.
13004 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
13005 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
13006 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
13007 Look for DW_AT_ranges and return the bounding box.
13008
13009 2003-01-29 Brian Ford <ford@vss.fsi.com>
13010
13011 * win32-nat.c (cygwin_pid): Removed as unused.
13012 (child_attach): Try fall back to Cygwin pid.
13013
13014 2003-01-29 Jim Blandy <jimb@redhat.com>
13015
13016 * objfiles.h (struct objfile): Doc fix.
13017
13018 2003-01-29 Andrew Cagney <ac131313@redhat.com>
13019
13020 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
13021 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
13022 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
13023 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
13024 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
13025 (FRAME_SAVED_PC): Change to a function with predicate.
13026 * gdbarch.h, gdbarch.c: Re-generate.
13027
13028 2003-01-28 Andrew Cagney <ac131313@redhat.com>
13029
13030 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
13031
13032 * complaints.c (complain): Delete function.
13033 * complaints.h (struct deprecated_complaint): Delete definition.
13034 (complain): Delete declaration.
13035
13036 2003-01-28 Kevin Buettner <kevinb@redhat.com>
13037
13038 * mips-tdep.c (mips_init_extra_frame_info): Return early for
13039 dummy frames.
13040
13041 2003-01-27 Andrew Cagney <ac131313@redhat.com>
13042
13043 * sentinel-frame.h, sentinel-frame.c: New files.
13044 * Makefile.in (frame.o): Update dependencies.
13045 (SFILES): Add sentinel-frame.c.
13046 (sentinel_frame_h): Define.
13047 (COMMON_OBS): Add sentinel-frame.o.
13048 (sentinel-frame.o): Specify dependencies.
13049 * frame.c: Include "sentinel-frame.h".
13050 (frame_register_unwind): Rewrite assuming that there is always a a
13051 ->next frame.
13052 (frame_register, generic_unwind_get_saved_register): Ditto.
13053 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
13054 (create_sentinel_frame, unwind_to_current_frame): New functions.
13055 (get_current_frame): Rewrite using create_sentinel_frame and
13056 unwind_to_current_frame. When possible, always create a frame.
13057 (create_new_frame): Set next to the sentinel frame.
13058 (get_next_frame): Rewrite. Don't go below the level 0 frame.
13059 (deprecated_update_frame_pc_hack): Update the next frame's PC and
13060 ID cache when necessary.
13061 (frame_saved_regs_id_unwind): Use frame_relative_level.
13062 (deprecated_generic_get_saved_register): Use frame_relative_level,
13063 get_frame_saved_regs, get_frame_pc, get_frame_base and
13064 get_next_frame.
13065 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
13066 frame_register.
13067
13068 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13069
13070 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
13071
13072 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13073
13074 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
13075 (maintenance_set_profile_cmd): Use error () instead of warning ().
13076
13077 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13078
13079 * configure.in: Check that -pg works if using --enable-profiling.
13080 Check for monstartup and _mcleanup regardless of --enable-profiling.
13081 * maint.c: Check for monstartup and _mcleanup before using them.
13082 * config.in: Regenerated.
13083 * configure: Regenerated.
13084
13085 2003-01-24 Nick Clifton <nickc@redhat.com>
13086
13087 * Add sh2e support:
13088
13089 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
13090
13091 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
13092 (sh2e_show_regs): New.
13093 (sh_gdbarch_init): Handle bfd_mach_sh2e.
13094 * config/sh/tm-sh.h: Added sh2e to comments.
13095
13096 2003-01-23 Jim Blandy <jimb@redhat.com>
13097
13098 * symfile.c (syms_from_objfile): Don't print the "(no debugging
13099 symbols found)" message here; we haven't checked for a separate
13100 debug info file yet, so we don't know yet.
13101 (symbol_file_add_with_addrs_or_offsets): Print it here, after
13102 we've looked everywhere. Also, there's no need to print a special
13103 message when we're loading the separate debug info file: the one
13104 symbol_file_add prints is fine.
13105
13106 2003-01-23 Alexander Larsson <alexl@redhat.com>
13107 Jim Blandy <jimb@redhat.com>
13108
13109 Add support for executables whose debug info has been separated
13110 out into a separate file, leaving only a link behind.
13111 * objfiles.h (struct objfile): New fields: separate_debug_objfile
13112 and separate_debug_objfile_backlink.
13113 (put_objfile_before): New declaration.
13114 * symfile.c: #include "filenames.h".
13115 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
13116 debug info in a separate file, read that, too. Save the addrs
13117 argument, so we can use it again to read the separated debug info;
13118 syms_from_objfile modifies the table we pass it.
13119 (reread_symbols): After re-reading an objfile, call
13120 reread_separate_symbols to refresh its separate debug info
13121 objfile, if it has one.
13122 (reread_separate_symbols, find_separate_debug_file,
13123 get_debug_link_info, separate_debug_file_exists): New functions.
13124 (debug_file_directory): New global var.
13125 (_initialize_symfile): Initialize debug_file_directory, and
13126 provide the new `set debug-file-directory' command to let the user
13127 change it.
13128 * objfiles.c (free_objfile): If this objfile has its debug info in
13129 a separate objfile, free that one too. If this is itself a
13130 separate debug info objfile, clear our parent's backlink.
13131 (put_objfile_before): New function.
13132 * utils.c (gnu_debuglink_crc32): New function.
13133 * defs.h (gnu_debuglink_crc32): New declaration.
13134 * Makefile.in (symfile.o): Note dependency on "filenames.h".
13135 * configure.in: Handle --with-separate-debug-dir config option.
13136 * acinclude.m4 (AC_DEFINE_DIR): New macro.
13137 * acconfig.h (DEBUGDIR): New macro.
13138 * configure, aclocal.m4, config.in: Regenerated.
13139
13140 2003-01-22 Jim Blandy <jimb@redhat.com>
13141
13142 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
13143 like the old symbol_file_add, but taking new arguments: you can
13144 now pass in either a `struct section_addr_info' list to say where
13145 each section is loaded, or a `struct section_offsets' table. Pass
13146 these new arguments through to syms_from_objfile as appropriate.
13147 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
13148 with the appropriate quiescent values for the new arguments.
13149
13150 * symfile.c: #include "gdb_assert.h".
13151 (syms_from_objfile): Add the ability to pass in a section offset
13152 table directly, as an alternative to the section_addr_info table.
13153 Document arguments better.
13154 (symbol_file_add): Pass extra arguments to syms_from_objfile.
13155 * symfile.h (syms_from_objfile): Update declaration.
13156 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
13157 syms_from_objfile.
13158 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
13159
13160 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
13161
13162 Original patch by Tom Tromey <tromey@cygnus.com> and
13163 Jason Molenda <jmolenda@apple.com>.
13164 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
13165 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
13166 * NEWS: Mention profiling.
13167 * configure.in (--enable-gdbtk): Fix typo.
13168 (--enable-profiling): New. Set PROFILE_CFLAGS.
13169 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
13170 Fill in function.
13171 (profiling_state): New variable.
13172 (mcleanup_wrapper): New function.
13173 (_initialize_maint): Remove NOTYET, fix call to
13174 add_setshow_boolean_cmd for "maint set profile".
13175 * configure: Regenerated.
13176
13177 2003-01-21 Martin M. Hunt <hunt@redhat.com>
13178
13179 * Makefile.in (install-gdbtk): Install PNG images too.
13180
13181 2003-01-21 Andrew Cagney <ac131313@redhat.com>
13182
13183 * exec.c (text_start): Delete global variable.
13184 (exec_file_attach): Make text_start local to the function.
13185 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
13186 * valops.c (hand_function_call): Delete code that handles
13187 BEFORE_TEXT_END and AFTER_TEXT_END.
13188 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
13189 of CALL_DUMMY_LOCATION.
13190 * gdbarch.c: Regenerate.
13191 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
13192 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
13193 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
13194 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
13195 (text_end): Delete extern declaration.
13196
13197 2003-01-21 Andrew Cagney <ac131313@redhat.com>
13198
13199 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
13200 * blockframe.c (backtrace_below_main): Move to "frame.c".
13201 (frame_chain_valid): Delete check for backtrace_below_main.
13202 (_initialize_blockframe): Delete initialization, move ``set
13203 backtrace-below-main'' command to "frame.c".
13204 (do_flush_frames_sfunc): Delete function.
13205 * frame.c: Include "command.h" and "gdbcmd.h".
13206 (frame_type_from_pc): New function.
13207 (create_new_frame): Use frame_type_from_pc.
13208 (legacy_get_prev_frame): New function.
13209 (get_prev_frame): Rewrite. When an old style frame, call
13210 legacy_get_prev_frame. Otherwize, unwind the PC first.
13211 (_initialize_frame): Add ``set backtrace-below-main'' command.
13212 * Makefile.in (frame.o): Update dependencies.
13213
13214 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13215
13216 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
13217 DEPRECATED_REGISTERS_INFO.
13218
13219 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13220
13221 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
13222 Maintainers'. Update `Various Maintainers'.
13223
13224 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13225
13226 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
13227 * gdbarch.sh (POP_FRAME): Change to function with predicate.
13228 Suppress actual parameters when `-'.
13229 * gdbarch.h, gdbarch.c: Regenerate.
13230
13231 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13232
13233 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
13234 code handling dummy frames.
13235
13236 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13237
13238 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
13239 (struct frame_unwind): Add field pop.
13240 * frame.h (frame_pop): Declare.
13241 * frame.c (frame_saved_regs_pop): New function.
13242 (trad_frame_unwinder): Add frame_saved_regs_pop.
13243 (frame_pop): New function.
13244 * dummy-frame.c (dummy_frame_pop): New function.
13245 (discard_innermost_dummy): New function.
13246 (generic_pop_dummy_frame): Use discard_innermost_dummy.
13247 (dummy_frame_unwind): Add dummy_frame_pop.
13248 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
13249 * valops.c (hand_function_call): Ditto.
13250 * stack.c (return_command): Ditto.
13251
13252 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13253
13254 * cris-tdep.c: Fix function declaration indentation.
13255 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
13256 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
13257 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
13258 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
13259 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
13260 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
13261
13262 2003-01-18 Michael Chastain <mec@shout.net>
13263
13264 * README (Unpacking and Installation -- quick overview):
13265 Warn against ".../gdb-5.3/gdb/configure".
13266
13267 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13268
13269 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
13270 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13271 (struct frame_unwind): Declare opaque.
13272 (dummy_frame_p): Declare function.
13273 * dummy-frame.c (dummy_frame_id_unwind): Make static.
13274 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13275 * dummy-frame.c: Include "frame-unwind.h".
13276 (dummy_frame_p): New function.
13277 (dummy_frame_unwind): New variable.
13278 * frame.c: Include "frame-unwind.h".
13279 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
13280 to use the new unwind field.
13281 (set_unwind_by_pc): Delete function.
13282 (create_new_frame, get_prev_frame): Set unwind field using
13283 frame_unwind_find_by_pc.
13284 (trad_frame_unwind, trad_frame_unwinder): New variables.
13285 * frame.h (trad_frame_unwind): Declare variable.
13286 (frame_id_unwind_ftype): Delete declaration.
13287 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
13288 (struct frame_unwind): Declare opaque.
13289 (struct frame_info): Replace the fields id_unwind, pc_unwind and
13290 register_unwind with a single unwind pointer.
13291 * frame-unwind.h, frame-unwind.c: New files.
13292 * Makefile.in (SFILES): Add frame-unwind.c.
13293 (frame_unwind_h): Define.
13294 (COMMON_OBS): Add frame-unwind.o.
13295 (frame-unwind.o): Specify dependencies.
13296 (frame.o, dummy-frame.o): Update dependencies.
13297
13298 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13299
13300 * ada-valprint.c: Eliminate PTR.
13301 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
13302 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
13303 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
13304 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
13305 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
13306 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
13307 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
13308
13309 2003-01-17 Andrew Cagney <ac131313@redhat.com>
13310
13311 * main.c (captured_main): Don't use PTR.
13312 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
13313 * gdbtypes.c (lookup_primitive_typename): Ditto.
13314 (lookup_struct_elt_type): Ditto.
13315 * f-valprint.c (info_common_command): Ditto.
13316 (list_all_visible_commons): Ditto.
13317 * jv-typeprint.c (java_type_print_base): Ditto.
13318
13319 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
13320 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
13321 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
13322 i386-interix-nat.c and i386-interix-tdep.c. Rename
13323 m68klinux-nat.c and m68klinux-tdep.c. Rename
13324 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
13325 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
13326 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
13327 * main.c (captured_main): Use xfree, not free.
13328
13329 2003-01-16 Andrew Cagney <ac131313@redhat.com>
13330
13331 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
13332 ID back using a parameter.
13333 * frame.c (frame_id_unwind): Update call.
13334 (frame_saved_regs_id_unwind): Update.
13335 * dummy-frame.c (dummy_frame_id_unwind): Update function.
13336 * dummy-frame.h (struct frame_id): Add opaque declaration.
13337 (dummy_frame_id_unwind): Update declaration.
13338
13339 2003-01-15 Andrew Cagney <ac131313@redhat.com>
13340
13341 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
13342
13343 2003-01-15 Stephen P. Smith <ischis2@cox.net>
13344
13345 * MAINTAINERS (Stephen P. Smith): Updated email address.
13346
13347 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
13348
13349 Fix PR gdb/898
13350 * breakpoint.c (until_break_command): Add new argument. Use it to
13351 decide whether to stop only at the current frame or not.
13352 * breakpoint.h (until_break_command): Update prototype.
13353 * infcmd.c (until_command): Add new argument to until_break_command
13354 call.
13355 (advance_command): New function.
13356 (_initialize_infcmd): Update help string for 'until' command.
13357 Add new 'advance' command.
13358
13359 2003-01-14 David Carlton <carlton@math.stanford.edu>
13360
13361 * linespec.c (decode_line_1): Normalize comments.
13362 (set_flags): Ditto.
13363 (locate_first_half): Ditto.
13364 (decode_compound): Ditto.
13365 (symtab_from_filename): Ditto.
13366 (decode_all_digits): Ditto.
13367 (decode_dollar): Ditto.
13368 (find_methods): Ditto.
13369 (find_toplevel_char): Ditto.
13370
13371 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13372
13373 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
13374 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
13375 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
13376 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
13377 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
13378 * language.c, language.h, m32r-tdep.c: Update copyright.
13379 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
13380 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
13381 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
13382 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
13383 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
13384 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
13385
13386 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13387
13388 * stabsread.h (process_later, resolve_cfront_continuation):
13389 Obsolete.
13390 Update copyright years.
13391 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
13392 Update copyright year.
13393 * dbxread.c(struct cont_elem): Obsolete.
13394 (process_later, process_now): Obsolete functions.
13395 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
13396 Update copyright year.
13397 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
13398 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
13399 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
13400 (parse_partial_symbols): Obsolete cfront support.
13401 * stabsread.c
13402 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
13403 macros.
13404 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
13405 read_cfront_baseclasses, read_cfront_member_functions,
13406 resolve_cfront_continuation,read_cfront_static_fields,
13407 copy_cfront_struct_fields): Obsolete functions.
13408 (define_symbol, read_one_struct_field): Obsolete cfront support.
13409 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
13410 Update Copyright year.
13411
13412 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13413
13414 * stack.c (print_frame_info, print_stack_frame_base_stub,
13415 print_stack_frame_base, show_and_print_stack_frame_stub,
13416 show_and_print_stack_frame, print_only_stack_frame_stub,
13417 print_only_stack_frame): Delete functions.
13418 (print_stack_frame_stub): Call print_frame_info instead of
13419 print_frame_info_base.
13420 (print_frame_info_base): Rename to print_frame_info.
13421 (backtrace_command_1): Call print_frame_info, instead of
13422 print_frame_info_base.
13423 (current_frame_command): Call print_stack_frame, instead of
13424 print_only_stack_frame.
13425 (frame_command): Call print_stack_frame, instead of
13426 show_and_print_stack_frame.
13427 (up_command): Ditto.
13428 (down_command): Ditto.
13429 * frame.h (print_only_stack_frame): Delete prototype.
13430 * infrun.c (normal_stop): Call print_stack_frame, instead of
13431 show_and_print_stack_frame.
13432 * thread.c (info_threads_command): Call print_stack_frame, instead
13433 of print_only_stack_frame.
13434
13435 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13436
13437 * README (Graphical interface to GDB): Update URL. Point at
13438 gdb/links/.
13439
13440 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
13441 version match.
13442
13443 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13444
13445 * symtab.c (find_pc_sect_line): Don't consider end-of-function
13446 lines.
13447
13448 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13449
13450 * thread-db.c (attach_thread): Prototype.
13451 (struct private_thread_info): Remove lwpid. Add thread handle (th),
13452 thread information (ti), and valid flags (th_valid, ti_valid).
13453 (attach_thread): Move target_pid_to_str call to after the thread
13454 is added to GDB's list. Initialize the cache.
13455 (thread_get_info_callback, thread_db_map_id2thr)
13456 (thread_db_get_info): New functions.
13457 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
13458 (thread_db_store_registers, thread_db_thread_alive)
13459 (thread_db_get_thread_local_address): Use them.
13460 (thread_db_pid_to_str): Likewise. Return "Missing" instead
13461 of calling error() for threads in unknown state.
13462
13463 (clear_lwpid_callback): New function.
13464 (thread_db_resume): Use it to clear the cache.
13465
13466 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13467
13468 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
13469 (resume_callback): Remove dead code.
13470
13471 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13472
13473 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
13474 predicate.
13475 * gdbarch.h, gdbarch.c: Regenerate.
13476 * stack.c (frame_info): Only initialize the saved registers when
13477 FRAME_INIT_SAVED_REGS_P.
13478 * frame.c (frame_saved_regs_register_unwind): Assert
13479 FRAME_INIT_SAVED_REGS_P.
13480 (deprecated_generic_get_saved_register): Ditto.
13481
13482 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13483
13484 * source.c (openp): Squelch warning about "filename".
13485
13486 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13487
13488 * source.c (openp): If the file does not exist don't necessarily
13489 search the path.
13490
13491 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13492
13493 Fix PR gdb/872.
13494 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13495 (integer_types_same_name_p): New function.
13496 (rank_one_type): Use it.
13497 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13498
13499 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13500
13501 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13502 variables.
13503 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13504 * configure.in: Add --with-sysroot.
13505 * configure: Regenerated.
13506 * main.c (gdb_sysroot): New variable.
13507 (captured_main): Initialize gdb_sysroot.
13508 * defs.h (gdb_sysroot): New extern declaration.
13509 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13510
13511 2003-01-12 Michael Chastain <mec@shout.net>
13512
13513 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13514
13515 2003-01-12 Michael Chastain <mec@shout.net>
13516
13517 * top.c (print_gdb_version): Bump copyright year to 2003.
13518
13519 2003-01-12 David Carlton <carlton@bactrian.org>
13520
13521 * linespec.c (symtab_from_filename): Rename variable 's' to
13522 'file_symtab'.
13523
13524 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13525
13526 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13527 dummy frame.
13528 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13529
13530 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13531
13532 * d10v-tdep.c: Include "gdb_assert.h".
13533 (d10v_store_return_value): Rewrite to match current interface.
13534 (d10v_extract_struct_value_address): Ditto.
13535 (d10v_extract_return_value): Ditto.
13536 (d10v_gdbarch_init): Set store_restore_value,
13537 extract_struct_value_address and extract_return_value.
13538
13539 2003-01-12 J. Brobecker <brobecker@gnat.com>
13540
13541 * hpread.c (set_namestring): New procedure replacing the
13542 SET_NAMESTRING macro.
13543 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13544 by calls to set_namestring.
13545
13546 2003-01-11 J. Brobecker <brobecker@gnat.com>
13547
13548 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13549 a compilation warning.
13550 (hpread_process_one_debug_symbol): Likewise.
13551
13552 2003-01-10 David Carlton <carlton@math.stanford.edu>
13553
13554 * linespec.c (decode_line_1): Rename variable 's' to
13555 'file_symtab'.
13556 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13557 (decode_dollar): Ditto.
13558 (decode_variable): Ditto.
13559 (symbol_found): Ditto.
13560
13561 2003-01-09 Michael Chastain <mec@shout.net>
13562
13563 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13564
13565 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
13566
13567 * win32-nat.c (set_process_privilege): New function.
13568 (child_attach): Call set_process_privilege() to enable the
13569 SE_DEBUG_NAME user privilege if available in process token.
13570
13571 2003-01-10 J. Brobecker <brobecker@gnat.com>
13572
13573 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13574 compilation error in the previous revision.
13575
13576 2003-01-09 David Carlton <carlton@math.stanford.edu>
13577
13578 * linespec.c: Update copyright.
13579
13580 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13581
13582 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13583 than inferior_ptid.
13584 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13585
13586 2003-01-09 Andrew Cagney <ac131313@redhat.com>
13587
13588 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13589 Update comments.
13590 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13591 (frame_saved_regs_zalloc): Update.
13592 (frame_saved_regs_register_unwind): Update.
13593 (create_new_frame): Update.
13594 (get_prev_frame): Update.
13595 (frame_extra_info_zalloc): Update.
13596 (deprecated_get_frame_saved_regs): Update.
13597 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13598 * cris-tdep.c: Update comment.
13599
13600 * somsolib.h: Fix function indentation.
13601 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13602 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13603 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13604 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13605 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13606
13607 * infrun.c (follow_fork): Use ISO C definition.
13608 * expprint.c (print_subexp): Use xfree instead of free.
13609 * charset.c: Include "gdb_string.h" instead of <string.h>.
13610 (register_iconv_charsets): Use ISO C definition.
13611 (host_charset, target_charset): Ditto.
13612 * Makefile.in (charset.o): Update dependencies.
13613 (mi-cmd-env.o): Update dependencies.
13614
13615 2003-01-08 Andrew Cagney <cagney@redhat.com>
13616
13617 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13618 get_frame_base.
13619
13620 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13621
13622 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13623 build directories. Save edited gdb output in Mbuild.log. If a
13624 build fails, remove any final GDB executable.
13625
13626 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13627
13628 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13629 replacing hex constants with function names and stripping leading
13630 file name directory prefixes.
13631
13632 2003-01-08 Andrew Cagney <cagney@redhat.com>
13633
13634 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13635 get_frame_base.
13636
13637 2003-01-08 David Carlton <carlton@math.stanford.edu>
13638
13639 * linespec.c (decode_line_1): Move code into decode_variable.
13640 (decode_variable): New function.
13641
13642 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13643
13644 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13645
13646 2003-01-08 Andrew Cagney <cagney@redhat.com>
13647
13648 * cris-tdep.c (cris_frame_init_saved_regs): Use
13649 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13650 saved_regs buffer.
13651 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13652 (sh64_nofp_frame_init_saved_regs): Ditto.
13653 (sh_fp_frame_init_saved_regs): Ditto.
13654 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13655 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13656 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13657 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13658
13659 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
13660
13661 * minsyms.c (lookup_minimal_symbol): Update comment.
13662 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13663 (lookup_minimal_symbol_solib_trampoline): Likewise.
13664
13665 2003-01-08 Andrew Cagney <cagney@redhat.com>
13666
13667 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13668 frame_relative_level.
13669
13670 * alpha-tdep.c: Use get_frame_extra_info.
13671 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13672 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13673 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13674 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13675
13676 * alpha-tdep.c: Use get_next_frame.
13677 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13678 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13679 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13680 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13681 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13682 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13683 * xstormy16-tdep.c: Ditto.
13684
13685 2003-01-07 Andrew Cagney <cagney@redhat.com>
13686
13687 * alpha-tdep.c: Use get_frame_base.
13688 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13689 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13690 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13691 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13692 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13693 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13694 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13695 * config/sparc/tm-sparc.h: Ditto.
13696
13697 2003-01-07 Andrew Cagney <cagney@redhat.com>
13698
13699 * frame.c (deprecated_get_frame_context): New function.
13700 (deprecated_set_frame_context): New function.
13701 * frame.h (deprecated_get_frame_context): Declare.
13702 (deprecated_set_frame_context): Declare.
13703 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13704 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
13705
13706 2003-01-07 Andrew Cagney <cagney@redhat.com>
13707
13708 * frame.c (deprecated_set_frame_next_hack): New function.
13709 (deprecated_set_frame_prev_hack): New function.
13710 * frame.h (deprecated_set_frame_next_hack): Declare.
13711 (deprecated_set_frame_prev_hack): Declare.
13712 * mcore-tdep.c (analyze_dummy_frame): Use
13713 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13714 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13715
13716 2003-01-07 David Carlton <carlton@math.stanford.edu>
13717
13718 * linespec.c (decode_line_1): Move code into decode_dollar.
13719 (decode_dollar): New function.
13720
13721 2003-01-07 Andrew Cagney <cagney@redhat.com>
13722
13723 * arm-tdep.c (arm_init_extra_frame_info): Use
13724 deprecated_update_frame_base_hack.
13725 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13726 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13727 (fix_frame_pointer): Ditto.
13728 (mn10300_analyze_prologue): Ditto.
13729
13730 2003-01-07 Andrew Cagney <cagney@redhat.com>
13731
13732 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13733 extra_info using frame_extra_info_zalloc.
13734 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13735 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13736 (sh64_init_extra_frame_info): Ditto.
13737 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13738 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13739 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13740 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13741 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13742 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13743 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13744 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13745 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13746 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13747 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13748 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13749
13750 * mn10300-tdep.c (analyze_dummy_frame): Use
13751 deprecated_set_frame_extra_info_hack.
13752 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13753
13754 2003-01-07 J. Brobecker <brobecker@gnat.com>
13755
13756 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13757 class is not scText. These do not define "real" procedures.
13758 (parse_partial_symbols): Likewise.
13759
13760 2003-01-06 Michael Snyder <msnyder@redhat.com>
13761
13762 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13763
13764 2003-01-06 Andrew Cagney <ac131313@redhat.com>
13765
13766 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13767 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13768 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13769 deprecated_frame_xmalloc_with_cleanup.
13770 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13771 deprecated_frame_xmalloc.
13772 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13773 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13774
13775 2003-01-06 Andrew Cagney <cagney@redhat.com>
13776
13777 * x86-64-linux-tdep.c: Include "osabi.h".
13778 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13779
13780 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13781
13782 2003-01-06 Andrew Cagney <cagney@redhat.com>
13783
13784 * MAINTAINERS (Target Instruction Set Architectures): Update
13785 arm-elf. Can be built with -Werror, has been multiarched.
13786
13787 * value.h (unpack_long): Make buffer parameter constant.
13788 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13789 * scm-lang.h (scm_parse): Ditto.
13790 * defs.h (extract_typed_address, extract_address): Ditto.
13791 (extract_long_unsigned_integer): Ditto.
13792 * inferior.h (unsigned_pointer_to_address): Ditto.
13793 (signed_pointer_to_address): Ditto.
13794 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13795 * gdbarch.h, gdbarch.c: Regenerate.
13796 * findvar.c (extract_long_unsigned_integer): Update.
13797 (extract_address): Update.
13798 (extract_typed_address): Update.
13799 (unsigned_pointer_to_address): Update.
13800 * values.c (unpack_long): Update.
13801 (unpack_double): Update.
13802 (unpack_pointer): Update.
13803 (unpack_field_as_long): Update.
13804 * d10v-tdep.c (d10v_pointer_to_address): Update.
13805 * avr-tdep.c (avr_pointer_to_address): Update.
13806 * scm-lang.c (scm_unpack): Update.
13807 * findvar.c (signed_pointer_to_address): Update.
13808
13809 2003-01-06 Michal Ludvig <mludvig@suse.cz>
13810
13811 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
13812 since it is in i386-tdep.c.
13813
13814 2003-01-06 J. Brobecker <brobecker@gnat.com>
13815
13816 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13817 failure introduced in the previous change.
13818
13819 2003-01-05 Michael Chastain <mec@shout.net>
13820
13821 * README: Remove references to deleted remote-*.c files:
13822 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13823 remote-nrom.c, remote-os9k.c, remote-udi.c.
13824
13825 2003-01-05 Mark Kettenis <kettenis@gnu.org>
13826
13827 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13828 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13829 i386_get_longjmp_target.
13830
13831 2003-01-05 Andrew Cagney <ac131313@redhat.com>
13832
13833 * arm-tdep.c (prologue_cache): Change to a pointer.
13834 (_initialize_arm_tdep): Allocate prologue_cache.
13835 (check_prologue_cache): Update.
13836 (save_prologue_cache): Update.
13837 (arm_gdbarch_init): Update.
13838
13839 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13840
13841 * stabsread.c (update_method_name_from_physname): Call complaint()
13842 instead of error.
13843
13844 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13845
13846 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13847 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13848 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13849
13850 * blockframe.c: Include "gdbcmd.h" and "command.h".
13851 (backtrace_below_main): New variable.
13852 (file_frame_chain_valid, func_frame_chain_valid)
13853 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13854 (generic_func_frame_chain_valid): Remove functions.
13855 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13856 (_initialize_blockframe): New function.
13857 * Makefile.in (blockframe.o): Update dependencies.
13858 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13859 comment. Call frame_chain_valid ().
13860 * frame.h: Remove old prototypes. Add prototype for
13861 frame_chain_valid and update comments to match.
13862 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13863 Remove old comment.
13864 * gdbarch.h: Regenerated.
13865 * gdbarch.c: Regenerated.
13866
13867 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13868 set_gdbarch_frame_chain_valid.
13869 * avr-tdep.c (avr_gdbarch_init): Likewise.
13870 * cris-tdep.c (cris_gdbarch_init): Likewise.
13871 * frv-tdep.c (frv_gdbarch_init): Likewise.
13872 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13873 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13874 (i386_nw_init_abi): Likewise.
13875 (i386_gdbarch_init): Likewise.
13876 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13877 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13878 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13879 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13880 * mips-tdep.c (mips_gdbarch_init): Likewise.
13881 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13882 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13883 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13884 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13885 * s390-tdep.c (s390_gdbarch_init): Likewise.
13886 * sh-tdep.c (sh_gdbarch_init): Likewise.
13887 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13888 * v850-tdep.c (v850_gdbarch_init): Likewise.
13889 * vax-tdep.c (vax_gdbarch_init): Likewise.
13890 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13891
13892 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13893 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13894 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13895 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13896 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13897 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13898 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13899 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13900
13901 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13902
13903 * Makefile.in (acconfig_h): Remove incorrect macro.
13904 (config_h): Define.
13905 (osabi.o): Update dependencies.
13906 * configure.tgt: Set gdb_osabi based on target triplet.
13907 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13908 * configure: Regenerated.
13909 * config.in: Regenerated.
13910 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13911 (GDB_OSABI_DEFAULT): Define if not already defined.
13912 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13913 (set_osabi_string): New variables.
13914 (gdbarch_register_osabi): Add new OS ABI to
13915 gdb_osabi_available_names.
13916 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13917 (set_osabi, show_osabi): New functions.
13918 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13919
13920 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13921
13922 * arch-utils.c (gdbarch_info_init): Set osabi to
13923 GDB_OSABI_UNINITIALIZED.
13924 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13925 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13926 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13927 * gdbarch.c: Regenerated.
13928 * gdbarch.h: Regenerated.
13929 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13930 there's no BFD.
13931 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13932 * osabi.h (enum gdb_osabi): Move to defs.h.
13933 (gdbarch_init_osabi): Update prototype.
13934 * defs.h (enum gdb_osabi): Moved here.
13935 * Makefile.in: Update dependencies.
13936
13937 * alpha-tdep.h: Don't include "osabi.h".
13938 (struct gdbarch_tdep): Remove osabi member.
13939 * alpha-tdep.c: Include "osabi.h".
13940 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13941 iterate over arches. Update call to gdbarch_init_osabi.
13942 (alpha_dump_tdep): Don't dump osabi.
13943 * alpha-linux-tdep.c: Include "osabi.h".
13944 * alpha-osf1-tdep.c: Include "osabi.h".
13945 * alphafbsd-tdep.c: Include "osabi.h".
13946 * alphanbsd-tdep.c: Include "osabi.h".
13947
13948 * arm-tdep.h: Don't include "osabi.h".
13949 (struct gdbarch_tdep): Remove osabi member.
13950 * arm-tdep.c: Include "osabi.h".
13951 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13952 iterate over arches. Update call to gdbarch_init_osabi.
13953 (arm_dump_tdep): Don't dump osabi.
13954 * arm-linux-tdep.c: Include "osabi.h".
13955 * armnbsd-tdep.c: Include "osabi.h".
13956
13957 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13958 Update call to gdbarch_init_osabi.
13959
13960 * i386-tdep.h: Don't include "osabi.h".
13961 (struct gdbarch_tdep): Remove osabi member.
13962 * i386-tdep.c: Include "osabi.h".
13963 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13964 iterate over arches. Update call to gdbarch_init_osabi.
13965 (i386_dump_tdep): Don't dump osabi.
13966 * i386-linux-tdep.c: Include "osabi.h".
13967 * i386-sol2-tdep.c: Include "osabi.h".
13968 * i386bsd-tdep.c: Include "osabi.h".
13969 * i386gnu-tdep.c: Include "osabi.h".
13970 * i386ly-tdep.c: Include "osabi.h".
13971 * i386nbsd-tdep.c: Include "osabi.h".
13972 * i386obsd-tdep.c: Include "osabi.h".
13973
13974 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13975 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13976 check osabi when iterating over arches. Update call to
13977 gdbarch_init_osabi.
13978 (mips_dump_tdep): Don't dump osabi.
13979
13980 * ns32k-tdep.h: Don't include "osabi.h".
13981 (struct gdbarch_tdep): Remove.
13982 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13983 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13984 allocate tdep. Update call to gdbarch_init_osabi.
13985 (ns32k_dump_tdep): Remove.
13986 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13987 * ns32knbsd-tdep.c: Include "osabi.h".
13988
13989 * ppc-tdep.h: Don't include "osabi.h".
13990 (struct gdbarch_tdep): Remove osabi member.
13991 * rs6000-tdep.c: Include "osabi.h".
13992 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13993 osabi when iterating over arches. Update call to
13994 gdbarch_init_osabi.
13995 (rs6000_dump_tdep): Don't dump osabi.
13996 * ppc-linux-tdep.c: Include "osabi.h".
13997 * ppcnbsd-tdep.c: Include "osabi.h".
13998
13999 * sh-tdep.h: Don't include "osabi.h".
14000 (struct gdbarch_tdep): Remove osabi member.
14001 * sh-tdep.c: Include "osabi.h".
14002 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14003 iterate over arches. Update call to gdbarch_init_osabi.
14004 (sh_dump_tdep): Don't dump osabi.
14005 * shnbsd-tdep.c: Include "osabi.h".
14006
14007 * sparc-tdep.c: Include "osabi.h".
14008 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14009 iterate over arches. Update call to gdbarch_init_osabi.
14010 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
14011 tdep structure.
14012
14013 * vax-tdep.h: Don't include "osabi.h".
14014 (struct gdbarch_tdep): Remove.
14015 * vax-tdep.c: Include "osabi.h".
14016 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14017 iterate over arches. Don't allocate tdep. Update call
14018 to gdbarch_init_osabi.
14019 (vax_dump_tdep): Remove.
14020 (_initialize_vax_tdep): Update call to gdbarch_register.
14021
14022 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14023
14024 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
14025 entirely.
14026 (breakpoint_re_set_one): Don't fetch the value for a disabled
14027 watchpoint.
14028
14029 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14030
14031 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
14032 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
14033 (COERCE_FLOAT_TO_DOUBLE): Remove.
14034 * gdbarch.c: Regenerate.
14035 * gdbarch.h: Regenerate.
14036 * Makefile.in: Remove value_h from gdbarch_h.
14037 * valops.c (coerce_float_to_double): New variable.
14038 (default_coerce_float_to_double): Remove.
14039 (standard_coerce_float_to_double): Remove.
14040 (value_arg_coerce): Use coerce_float_to_double.
14041 (_initialize_valops): Add "set coerce-float-to-double".
14042 * value.h (default_coerce_float_to_double): Remove prototype.
14043 (standard_coerce_float_to_double): Remove prototype.
14044
14045 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
14046 prototyped.
14047 * mdebugread.c (parse_symbol): Likewise.
14048 * stabsread.c (define_symbol): Mark all functions as prototyped.
14049
14050 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
14051 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
14052 set_gdbarch_coerce_float_to_double.
14053 * arm-tdep.c (arm_gdbarch_init): Likewise.
14054 * frv-tdep.c (frv_gdbarch_init): Likewise.
14055 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
14056 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
14057 * mips-tdep.c (mips_gdbarch_init): Likewise.
14058 (mips_coerce_float_to_double): Remove.
14059 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14060 (rs6000_coerce_float_to_double): Remove.
14061 * s390-tdep.c (s390_gdbarch_init): Likewise.
14062 * sh-tdep.c (sh_gdbarch_init): Likewise.
14063 (sh_coerce_float_to_double): Remove.
14064 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14065 (sparc_coerce_float_to_double): Remove.
14066 * v850-tdep.c (v850_gdbarch_init): Likewise.
14067 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
14068 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14069 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
14070 (hppa_coerce_float_to_double): Remove prototype.
14071 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14072
14073 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14074
14075 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
14076
14077 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14078
14079 Suggested by Stewart Brown <sb24@avaya.com>:
14080 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
14081 in recursive calls. Handle TYPE_CODE_TYPEDEF.
14082 (c_type_print_varspec_suffix): Likewise.
14083
14084 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14085
14086 * configure.in: Don't set and AC_SUBST SUBDIRS.
14087 * configure: Regenerated.
14088
14089 * configure.in: Remove code dealing with shared libraries.
14090 * Makefile.in: Remove HLDFLAGS and HLDENV.
14091 * configure: Regenerated.
14092
14093 2003-01-04 Andrew Cagney <ac131313@redhat.com>
14094
14095 * frame.c (deprecated_frame_xmalloc): New function.
14096 (deprecated_set_frame_saved_regs_hack): New function.
14097 (deprecated_set_frame_extra_info_hack): New function.
14098 * frame.h (deprecated_frame_xmalloc): Declare.
14099 (deprecated_set_frame_saved_regs_hack): Declare.
14100 (deprecated_set_frame_extra_info_hack): Declare.
14101
14102 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14103
14104 * configure.in: Move code that provides the --enable-gdbtk option
14105 right after the code that handles the --enable-tui option, and
14106 polish it somewhat.
14107 * configure: Regenerated.
14108
14109 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
14110 AC_CHECK_FUNCS and remove the old check for pread64.
14111 * acinclude.m4 (AC_GNU_SOURCE): New macro.
14112 * acconfig.h (_GNU_SOURCE): Add.
14113 (HAVE_PREAD64): Remove.
14114 * configure, aclocal.m4, config.in: Regenerated.
14115
14116 2003-01-03 Andrew Cagney <ac131313@redhat.com>
14117
14118 * alpha-tdep.c: Use get_frame_saved_regs.
14119 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14120 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
14121 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
14122 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
14123 * vax-tdep.c, xstormy16-tdep.c: Ditto.
14124
14125 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14126
14127 * configure.in: Remove all use of the SUBDIRS variable; add
14128 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
14129 code providing the --enable-multi-ice option, and move it right in
14130 front of the code that checks whether gdbserver is supported.
14131 Polish that too.
14132 * configure: Regenerated.
14133 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
14134 @SUBDIRS@.
14135
14136 2003-01-03 Andrew Cagney <cagney@redhat.com>
14137
14138 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
14139 * avr-tdep.c, cris-tdep.c: Ditto.
14140 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
14141 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14142
14143 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14144
14145 * configure.in: Remove --enable-netrom option.
14146 * configure: Regenerated.
14147
14148 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14149
14150 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
14151 declaration for `struct re_pattern_buffer' instead.
14152 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
14153
14154 2003-01-03 J. Brobecker <brobecker@gnat.com>
14155
14156 * mdebugread.c (parse_symbol): Count until the stEnd matching
14157 the structure name.
14158
14159 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14160
14161 * configure.in: Remove --with-cpu option.
14162 subscripts. Remove evil changequotes here.
14163 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
14164 * config.in, configure: Regenerated.
14165
14166 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
14167 * configure.in: Cleanup section that sources GDB and BFD configure
14168 subscripts. Remove evil changequotes here.
14169 * config.in, configure: Regenerated.
14170
14171 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14172
14173 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
14174 frame accessor methods.
14175 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14176 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
14177 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
14178 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
14179 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14180 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
14181 * z8k-tdep.c: Ditto.
14182
14183 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14184
14185 * configure.in: Remove UI_OUT configuration code.
14186 * ada-lang.c: Update assuming UI_OUT is always true.
14187 * Makefile.in (UIOUT_CFLAGS): Remove.
14188 * configure: Regenerated.
14189 * TODO: Remove blurb about elimination of -DUI_OUT.
14190
14191 * configure.in: Move code that provides the --enable-gdbcli,
14192 --enable-gdbmi options right before the code that handles the
14193 --enable-tui option. Polish a bit.
14194 * configure: Regenerated.
14195
14196 * configure.in: Rewrite check for GNU regex and the
14197 --without-included regex option, and move it into the "Checks for
14198 library functions" section. This makes us use the system regex
14199 again by default on systems with version 2 of the GNU C library.
14200 This was apparently broken.
14201 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
14202 * acconfig.h (USE_INCLUDED_REGEX): Remove.
14203 * config.in, configure: Regenerated.
14204
14205 * configure.in: Move code that provides the --enable-tui option
14206 before the "Checks for libraries" section. Polish the code
14207 somewhat and set need_curses to yes if we build the TUI. Rewrite
14208 code that looks for a library providing termcap functionality to
14209 match more closely what's done in the Readline library, and move
14210 it into to the "Checks for libraries" section.
14211 * configure: Regenerated.
14212 * Makefile.in (TERMCAP): Remove variable.
14213 * config/i386/go32.mh (TERMCAP): Remove variable.
14214
14215 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14216
14217 * MAINTAINERS: Mention gdb_mbuild.sh.
14218 * gdb_mbuild.sh: Rewrite.
14219
14220 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14221
14222 * configure.in: Fix typo in last change.
14223 * config.in, configure: Regenerated.
14224
14225 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14226
14227 * valarith.c (value_binop): Delete obsolete code and comments.
14228 * configure.host: Ditto.
14229 * buildsym.h (make_blockvector): Ditto.
14230 * buildsym.c (make_blockvector): Ditto.
14231 * defs.h (enum language): Ditto.
14232 (chill_demangle): Ditto.
14233 * elfread.c (elf_symtab_read): Ditto.
14234 * dwarfread.c (CHILL_PRODUCER): Ditto.
14235 (set_cu_language): Ditto.
14236 (handle_producer): Ditto.
14237 * expprint.c (print_subexp): Ditto.
14238 * gdbtypes.c (chill_varying_type): Ditto.
14239 * gdbtypes.h (builtin_type_chill_bool): Ditto.
14240 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
14241 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
14242 (chill_varying_type): Ditto.
14243 * language.h (_LANG_chill): Ditto.
14244 * language.c (binop_result_type, integral_type): Ditto.
14245 (character_type, string_type, structured_type): Ditto.
14246 (lang_bool_type, binop_type_check): Ditto.
14247 * stabsread.h (os9k_stabs): Ditto.
14248 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
14249 (define_symbol, read_type, read_struct_fields): Ditto.
14250 (read_array_type, read_enum_type, read_huge_number): Ditto.
14251 (read_range_type, start_stabs): Ditto.
14252 * symfile.c (init_filename_language_table): Ditto.
14253 (add_psymbol_with_dem_name_to_list): Ditto.
14254 * symtab.c (symbol_init_language_specific): Ditto.
14255 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
14256 * symtab.h (struct general_symbol_info): Ditto.
14257 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
14258 * typeprint.c (typedef_print): Ditto.
14259 * utils.c (fprintf_symbol_filtered): Ditto.
14260 * valops.c (value_cast, search_struct_field, value_slice): Delete
14261 obsolete code.
14262 (varying_to_slice): Delete function.
14263 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
14264 (varying_to_slice): Delete declaration.
14265 * MAINTAINERS: Update.
14266
14267 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14268
14269 * configure.in: Reorganize "Checks for library functions section"
14270 a bit. Remove check for `btowc' and `isascii' functions.
14271 * configure: Regenerated.
14272
14273 * acconfig.h (_MSE_INT_H): Remove.
14274 * configure.in: Create "Checks for header files" section, and move
14275 appropriate tests there. Don't check for objlist.h, wchar.h,
14276 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
14277 misdetection fix. Also add "Checks for types", "Checks for
14278 compiler characteristics" and "Checks for library functions"
14279 sections.
14280 * config.in, configure: Regenerated.
14281
14282 * configure.in: Create "Checks for programs" section, and move
14283 appropriate tests there.
14284
14285 2003-01-01 Mark Kettenis <kettenis@gnu.org>
14286
14287 * configure.in: Create "Checks for libraries" section, and move
14288 appropriate tests there. Cleanup check for wctype in libw. Use
14289 AC_SEARCH_LIBS to see whether we need libsocket.
14290 * configure: Regenerated.
14291
14292 For older changes see ChangeLog-2002
14293 \f
14294 Local Variables:
14295 mode: change-log
14296 left-margin: 8
14297 fill-column: 74
14298 version-control: never
14299 End: