* dwarf2read.c (struct dwarf2_cu): New type.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-11-12 Daniel Jacobowitz <drow@mvista.com>
2
3 * dwarf2read.c (struct dwarf2_cu): New type.
4
5 (dwarf2_build_psymtabs_hard, psymtab_to_symtab_1): Create a
6 dwarf2_cu structure to pass down.
7
8 (scan_partial_symbols, add_partial_symbol, add_partial_namespace)
9 (add_partial_enumeration, locate_pdi_sibling, process_die)
10 (read_file_scope, read_func_scope)
11 (read_lexical_block_scope, dwarf2_get_pc_bounds)
12 (dwarf2_add_field, dwarf2_attach_fields_to_type)
13 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type)
14 (read_structure_scope, read_enumeration, read_array_type)
15 (read_common_block, read_namespace, read_tag_pointer_type)
16 (read_tag_ptr_to_member_type, read_tag_reference_type)
17 (read_tag_const_type, read_tag_volatile_type, read_tag_string_type)
18 (read_subroutine_type, read_typedef, read_base_type, read_comp_unit)
19 (read_die_and_children, read_die_and_siblings, dwarf2_read_section)
20 (dwarf2_read_abbrevs, dwarf2_lookup_abbrev, read_partial_die)
21 (read_full_die. read_attribute_value, read_attribute)
22 (read_address, dwarf_decode_line_header, dwarf_decode_lines)
23 (var_decode_location, new_symbol, dwarf2_const_value, die_type)
24 (die_containing_type, type_at_offset, tag_type_to_type)
25 (read_type_die, dwarf_base_type, decode_locdesc, dwarf_decode_macros)
26 (dwarf2_symbol_mark_computed): Accept and use a dwarf2_cu object.
27
28 2003-11-12 Daniel Jacobowitz <drow@mvista.com>
29
30 PR breakpoints/1450
31 * breakpoint.c (insert_bp_location): Fix a logic error by returning
32 0 after a catchpoint fails.
33
34 2003-11-11 Michael Chastain <mec.gnu@mindspring.com>
35
36 * mips-tdep.c (msymbol_size): Delete.
37
38 2003-11-07 Michael Chastain <mec@shout.net>
39
40 * symtab.h (struct minimal_symbol): Add size.
41 * dbxread.c: Use it.
42 * elfread.c: (record_minimal_symbol_and_info): Do not use info.
43 Rename to record_minimal_symbol.
44 (elf_symtab_read): Set MSYMBOL_SIZE explicitly.
45 * minsyms.c (prim_record_minimal_symbol_and_info): Initialize MSYMBOL_SIZE.
46 (install_minimal_symbols): Ditto.
47 * objfiles.c (terminate_minimal_symbol_table): Ditto.
48 * arm-tdep.c: Delete unused MSYMBOL_SIZE.
49 * m68hc11-tdep.c: Ditto.
50 * mips-tdep.c: Ditto.
51 * sh64-tdep.c: Ditto.
52
53 2003-11-10 Michael Chastain <mec.gnu@mindspring.com>
54
55 * MAINTAINERS: Change my e-mail address.
56
57 2003-11-10 Andrew Cagney <cagney@redhat.com>
58
59 * gdbarch.sh (return_value): Replace "inval" and "outval" with
60 "readbuf" and "writebuf".
61 * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
62 * d10v-tdep.c (d10v_return_value): Ditto.
63 * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
64 (ppc_sysv_abi_broken_return_value): Ditto.
65 (ppc64_sysv_abi_return_value): Ditto.
66 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Ditto.
67 (ppc_sysv_abi_return_value): Ditto.
68 (ppc_sysv_abi_broken_return_value): Ditto.
69 (ppc64_sysv_abi_return_value): Ditto.
70 * values.c (register_value_being_returned): Update call.
71 * stack.c (return_command): Update call.
72 * gdbarch.h, gdbarch.c: Re-generate.
73
74 * target.h (struct target_ops): Order xfer buffer parameters "read
75 write" not "write read".
76 * bfd-target.c (target_bfd_xfer_partial): Update.
77 * remote.c (remote_xfer_partial): Update.
78 * inftarg.c (child_xfer_partial): Update.
79 * target.c (default_xfer_partial): Update.
80 (target_read_partial, target_write_partial): Update.
81 (debug_to_xfer_partial): Update.
82
83 * arch-utils.h, arch-utils.c: Fix typo in comment.
84
85 * arch-utils.c (deprecated_select_gdbarch_hack): Delete function.
86 (gdbarch_from_bfd): Call gdbarch_find_by_info.
87 (set_gdbarch_from_file): Call
88 "deprecated_current_gdbarch_select_hack".
89
90 2003-11-09 Andrew Cagney <cagney@redhat.com>
91
92 * arch-utils.c (gdbarch_update_p): New function.
93 * gdbarch.sh (gdbarch_update_p): Delete function.
94 (find_arch_by_info, gdbarch_find_by_info): New functions.
95 (deprecated_current_gdbarch_select_hack): New function.
96 * gdbarch.c: Re-generate.
97
98 * gdbarch.sh (clear_gdbarch_swap): Delete function.
99 (swapout_gdbarch_swap): Delete function.
100 (swapin_gdbarch_swap): Delete function.
101 (init_gdbarch_swap): Delete function.
102 (initialize_non_multiarch): Delete function.
103 (current_gdbarch_swap_in_hack): New function.
104 (current_gdbarch_swap_out_hack): New function.
105 (current_gdbarch_swap_init_hack): New function.
106 * gdbarch.c: Re-generate.
107
108 * gdbarch.sh (verify_gdbarch, gdbarch_dump): Rename "gdbarch"
109 parameter to "current_gdbarch". Add comment explaining why.
110 (TARGET_FLOAT_FORMAT: Pass "current_gdbarch" to default_double_format.
111 (TARGET_DOUBLE_FORMAT,TARGET_LONG_DOUBLE_FORMAT): Ditto.
112 * gdbarch.c: Re-generate.
113
114 * config/s390/s390.mh (XM_FILE, XM_CLIBS): Delete macros.
115 * config/s390/nm-linux.h (KERNEL_U_ADDR): Define.
116 * config/s390/xm-linux.h: Delete file.
117 * config/m88k/xm-delta88v4.h: Delete stray.
118
119 * Makefile.in (arch-utils.o): Update dependencies.
120 * arch-utils.c: Include "osabi.h".
121 (gdbarch_info_fill): New function.
122 * arch-utils.h (gdbarch_info_fill): Declare.
123 * gdbarch.sh (gdbarch_update_p): Call "gdbarch_info_fill".
124 * gdbarch.c: Re-generate.
125
126 2003-11-09 Mark Kettenis <kettenis@gnu.org>
127 David S. Miller <davem@redhat.com>
128
129 * glibc-tdep.c, glibc-tdep.h: New files.
130 * config/arm/linux.mt (TDEPFILES): Add glibc-tdep.o
131 * config/i386/linux.mt (TDEPFILES): Likewise.
132 * i386-linux-tdep.c (glibc-tdep.h): Include.
133 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
134 (i386_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
135 * arm-linux-tdep.c (glibc-tdep.h): Include.
136 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
137 (arm_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
138 * Makefile.in (ALLDEPFILES): Add glibc-tdep.c
139 (glibc_tdep_h): Define.
140 (glibc-tdep.o): Add dependencies.
141 (arm-linux-tdep.o): Update dependencies.
142 (i386-linux-tdep.o): Likewise.
143
144 2003-11-09 Andrew Cagney <cagney@redhat.com>
145
146 * config/mips/irix6.mh (NAT_FILE): Set to "nm-irix5.h".
147 * config/mips/nm-irix6.h: Delete file.
148 * config/mips/nm-linux.h: Update copyright.
149 (MIPS_GNULINUX_TARGET): Delete macro.
150 * config/mips/irix6.mh (XM_FILE): Set to "xm-irix5.h".
151 * config/mips/xm-irix6.h: Delete file.
152 * config/mips/linux.mh (XM_FILE): Delete definition.
153 * config/mips/xm-linux.h: Delete file.
154
155 2003-11-09 Andrew Cagney <cagney@redhat.com>
156
157 * d10v-tdep.c (d10v_return_value): New function.
158 (d10v_use_struct_convention): Delete function.
159 (d10v_store_return_value): Delete function.
160 (d10v_extract_struct_value_address): Delete function.
161 (d10v_gdbarch_init): Set "return_value" instead of
162 "extract_return_value", "store_return_value",
163 "extract_struct_value_address", and "use_struct_convention".
164 (RET1_REGNUM): Delete const.
165
166 2003-11-09 Mark Kettenis <kettenis@gnu.org>
167
168 From David S. Miller <davem@redhat.com>:
169 * gdbarch.sh (SKIP_SOLIB_RESOLVER): New method.
170 * gdbarch.c, gdbarch.h: Regenerated.
171 * arch-utils.c (generic_skip_solib_resolver): New function.
172 * arch-utils.h (generic_skip_solib_resolver): New prototype.
173 * infrun.c (SKIP_SOLIB_RESOLVER): Don't define.
174
175 2003-11-07 Andrew Cagney <cagney@redhat.com>
176
177 * top.c (print_gdb_version): Replace STREQ with strcmp.
178 * valops.c (value_struct_elt_for_reference): Ditto.
179 (value_struct_elt_for_reference): Ditto.
180 * symtab.c (gdb_mangle_name): Ditto.
181 (find_line_symtab): Ditto.
182 * symmisc.c (maintenance_print_symbols): Ditto.
183 * symfile.c (symbol_file_command): Ditto.
184 * stabsread.c (define_symbol, read_type): Ditto.
185 (cleanup_undefined_types, scan_file_globals): Ditto.
186 * solib.c (solib_map_sections): Ditto.
187 * solib-svr4.c (bfd_lookup_symbol): Ditto.
188 * rs6000-tdep.c (skip_prologue): Ditto.
189 * p-valprint.c (pascal_value_print): Ditto.
190 (pascal_object_is_vtbl_ptr_type): Ditto.
191 * objfiles.c (in_plt_section): Ditto.
192 * minsyms.c (lookup_minimal_symbol): Ditto.
193 (compact_minimal_symbols): Ditto.
194 (find_solib_trampoline_target): Ditto.
195 * mdebugread.c (parse_type): Ditto.
196 * language.c (set_language_command): Ditto.
197 (set_type_command, set_range_command): Ditto.
198 * f-lang.c (add_common_block): Ditto.
199 (add_common_block): Ditto.
200 (find_first_common_named): Ditto.
201 (patch_all_commons_by_name): Ditto.
202 * elfread.c (elf_locate_sections): Ditto.
203 (elf_locate_sections): Ditto.
204 (elfstab_offset_sections): Ditto.
205 * dwarf2read.c (dwarf2_locate_sections): Ditto.
206 * dbxread.c (add_old_header_file): Ditto.
207 (find_corresponding_bincl_psymtab): Ditto.
208 (read_dbx_symtab, process_one_symbol): Ditto.
209 * coffread.c (patch_opaque_types): Ditto.
210 * cli/cli-decode.c (delete_cmd): Ditto.
211 * cli/cli-cmds.c (pwd_command, list_command): Ditto.
212 * c-typeprint.c (c_type_print_base): Ditto.
213 * breakpoint.c (bpstat_stop_status): Ditto.
214 (clear_command, breakpoint_re_set_one): Ditto.
215
216 2003-11-07 Andrew Cagney <cagney@redhat.com>
217
218 * bcache.h: Update copyright. Add comments on bcache VS hashtab.
219 * bcache.c (struct bstring): Make "length" an unsigned short, add
220 "half_hash".
221 (struct bcache): Add "half_hash_error_count".
222 (bcache): Compute and save the "half_hash". Compare the
223 "half_hash" before comparing the length. Update
224 half_hash_error_count.
225
226 2003-11-07 Andrew Cagney <cagney@redhat.com>
227
228 * inftarg.c (child_xfer_partial): New function
229 (init_child_ops): Set "to_xfer_partial".
230
231 2003-11-07 Andrew Cagney <cagney@redhat.com>
232
233 * ppc-linux-tdep.c (ppc_linux_init_abi): When 32-bit GNU/Linux,
234 set "return_value" instead of "use_struct_convention".
235 (ppc_linux_use_struct_convention): Delete function.
236 (ppc_linux_return_value): New function.
237 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): New function.
238 (ppc_sysv_abi_broken_return_value): New function.
239 (do_ppc_sysv_return_value): Add "gdbarch" parameter.
240 (ppc64_sysv_abi_push_dummy_call): Add "gdbarch" parameter, drop
241 static.
242 (ppc_sysv_abi_extract_return_value): Delete function.
243 (ppc_sysv_abi_broken_extract_return_value): Delete function.
244 (ppc_sysv_abi_store_return_value): Delete function.
245 (ppc_sysv_abi_broken_store_return_value): Delete function.
246 (ppc_sysv_abi_use_struct_convention): Delete function.
247 (ppc64_sysv_abi_use_struct_convention): Delete function.
248 (ppc64_sysv_abi_extract_return_value): Delete function.
249 (ppc64_sysv_abi_store_return_value): Delete function.
250 * ppcnbsd-tdep.c (ppcnbsd_return_value): New function.
251 (ppcnbsd_init_abi): Set "return_value", instead of
252 "use_struct_convention", "extract_return_value", and
253 "store_return_value".
254 (ppcnbsd_use_struct_convention): Delete function.
255 * ppc-tdep.h (ppc64_sysv_abi_return_value): Declare.
256 (ppc_sysv_abi_return_value): Declare.
257 (ppc_sysv_abi_broken_return_value): Declare.
258 (ppc_sysv_abi_use_struct_convention): Delete.
259 (ppc_sysv_abi_store_return_value): Delete.
260 (ppc_sysv_abi_extract_return_value): Delete.
261 (ppc_sysv_abi_broken_store_return_value): Delete.
262 (ppc_sysv_abi_broken_extract_return_value): Delete.
263 (ppc64_sysv_abi_use_struct_convention): Delete.
264 (ppc64_sysv_abi_extract_return_value): Delete.
265 (ppc64_sysv_abi_store_return_value): Delete.
266 * rs6000-tdep.c (rs6000_gdbarch_init): For 32-bit and 64-bit SYSV,
267 set "return_value" instead of "extract_return_value",
268 "store_return_value", and "use_struct_convention".
269
270 2003-11-07 Mark Kettenis <kettenis@gnu.org>
271
272 * dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
273
274 * fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
275 fscanf.
276
277 2003-11-07 Mark Kettenis <kettenis@gnu.org>
278
279 * fbsd-proc.c: Fix formatting.
280
281 2003-11-06 Kevin Buettner <kevinb@redhat.com>
282
283 * frv-tdep.c (first_pseudo_regnum, iacc0_regnum, frv_num_pseudo_regs):
284 Define.
285 (new_variant): Set name for iacc0_regnum.
286 (frv_register_name): Accommodate pseudo-registers.
287 (frv_register_type): Add case for iacc0_regnum.
288 (frv_pseudo_register_read, frv_pseudo_register_write): New functions.
289 (frv_gdbarch_init): Set number of pseudo registers. Establish
290 pseudo-register read/write methods.
291
292 2003-11-06 Andrew Cagney <cagney@redhat.com>
293
294 * valops.c (destructor_name_p): Replace STREQN with strncmp.
295 * top.c (command_line_input): Ditto.
296 * objc-exp.y (yylex): Ditto.
297 * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
298 * jv-exp.y (yylex): Ditto.
299 * f-exp.y (yylex): Ditto.
300 * event-top.c (command_line_handler): Ditto.
301 * environ.c (get_in_environ): Ditto.
302 (set_in_environ): Ditto.
303 * dwarfread.c (handle_producer): Ditto.
304 * dbxread.c (process_one_symbol): Ditto.
305 * c-typeprint.c (c_type_print_base): Ditto.
306 * c-exp.y (yylex): Ditto.
307
308 2003-11-06 Andrew Cagney <cagney@redhat.com>
309 Jeff Johnston <jjohnstn@redhat.com>
310
311 * target.c (add_target): Only set "to_xfer_partial" when NULL.
312 (init_dummy_target): Set "to_xfer_partial".
313
314 2003-11-06 Andrew Cagney <cagney@redhat.com>
315
316 * stack.c (return_command): Warn when STRUCT_CONVENTION, and not
317 REGISTER_CONVENTION.
318
319 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
320
321 * breakpoint.c (insert_bp_location, allocate_bp_location): Make
322 static.
323
324 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
325
326 * breakpoint.c (remove_breakpoint): Take an bp_location
327 instead of a breakpoint argument. Check the bp_location's type.
328 Fix a reversed condition for hardware breakpoints.
329
330 (insert_bp_location): Update call to remove_breakpoint.
331 (remove_breakpoints): Likewise. Use ALL_BP_LOCATIONS.
332 (remove_hw_watchpoints): Likewise.
333 (reattach_breakpoints): Likewise.
334 (detach_breakpoints): Likewise.
335 (delete_breakpoint): Likewise.
336
337 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
338
339 * breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
340 (beakpoint_init_inferior): Likewise.
341 (breakpoint_here_p): Likewise. Only check addresses for software
342 or hardware breakpoints.
343 (breakpoint_inserted_here_p): Likewise.
344 (breakpoint_thread_match): Likewise. Correct comment.
345 (bpstat_have_active_hw_watchpoints): Likewise.
346 (check_duplicates): Likewise.
347
348 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
349
350 * breakpoints.c (insert_bp_location): New function, broken out
351 from insert_breakpoints. Work on an bp_location instead of a
352 breakpoint.
353 (insert_breakpoints): Use it.
354
355 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
356
357 * breakpoint.h (struct bp_location): Add section.
358 (struct breakpoint): Remove section.
359 * breakpoint.c (insert_breakpoints, remove_breakpoint)
360 (breakpoint_here_p, breakpoint_inserted_here_p)
361 (breakpoint_thread_match, bpstat_stop_status, print_one_breakpoint)
362 (describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
363 (clear_command, delete_breakpoint, breakpoint_re_set_one): Access
364 section through loc.
365
366 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
367
368 * breakpoint.c (read_memory_nobpt): Use ALL_BP_LOCATIONS
369 instead of ALL_BREAKPOINTS. Check for software breakpoints only.
370
371 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
372
373 * breakpoint.c (allocate_bp_location): Take bpt and bp_type
374 arguments. Initialize owner and type for the new breakpoint
375 location item.
376 (set_raw_breakpoint): Update call to allocate_bp_location.
377
378 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
379
380 * breakpoint.h (struct bp_location): Add a chain pointer.
381 * breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
382 macros.
383 (bp_location_chain): New variable.
384 (allocate_bp_location): New function.
385 (set_raw_breakpoint): Use it.
386 (delete_breakpoint): Remove ->loc from the bp_location_chain.
387
388 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
389
390 * breakpoint.h (enum bp_loc_type, struct bp_location): New.
391 (struct breakpoint): Remove address, shadow_contents, inserted,
392 requested_address, and duplicate. Add a struct bp_location.
393 * breakpoint.c (condition_command, read_memory_nobpt)
394 (insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
395 (reattach_breakpoints, update_breakpoints_after_exec)
396 (detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
397 (breakpoint_init_inferior, breakpoint_here_p)
398 (breakpoint_inserted_here_p, deprecated_frame_in_dummy)
399 (breakpoint_thread_match, bpstat_stop_status)
400 (bpstat_have_active_hw_watchpoints, print_one_breakpoint)
401 (describe_other_breakpoints, check_duplicates)
402 (make_breakpoint_permanent, create_thread_event_breakpoint)
403 (disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
404 (set_longjmp_resume_breakpoint, mention, create_breakpoints)
405 (watch_command_1, print_one_exception_catchpoint)
406 (clear_command, breakpoint_re_set_one): Adjust member accesses to
407 use the breakpoint's ->loc.
408 (set_raw_breakpoint): Likewise. Initialize ->loc.
409 (delete_breakpoint): Likewise. Free ->loc.
410
411 2003-11-05 Andrew Cagney <cagney@redhat.com>
412
413 * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
414 macro.
415 * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
416 * config/i386/tm-cygwin.h
417 (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
418 * config/powerpc/tm-linux.h
419 (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
420 (at_subroutine_call_instruction_target): Delete declaration.
421 * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
422 * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
423 * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
424
425 * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
426 "struct bfd_section" and "struct bfd".
427 * target.h (struct section_table): Ditto.
428 * rs6000-nat.c (xcoff_relocate_core): Ditto.
429 * solib-svr4.c (elf_locate_base): Ditto.
430 * pa64solib.c (dld_cache_t): Ditto.
431 * objfiles.h (struct obj_section): Ditto.
432 * objfiles.c (add_to_objfile_sections): Ditto.
433 * exec.c (bfdsec_to_vmap): Ditto.
434 (add_to_section_table): Ditto.
435 (build_section_table): Ditto.
436 * corelow.c (get_core_register_section): Ditto.
437 * coffread.c (find_linenos): Ditto.
438 * elfread.c (elf_interpreter): Delete #if0'd function.
439
440 * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
441 * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
442 * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
443 * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
444
445 * arch-utils.h (generic_cannot_extract_struct_value_address):
446 Delete declaration.
447 * wince.c (_initialize_wince): Fix multi-line string.
448 * ia64-tdep.c (floatformat_valid): Convert to ISO C.
449
450 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
451
452 * top.c (execute_command): Fix broken logic for command execution
453 while inferior is running in async mode.
454
455 2003-11-06 Mark Kettenis <kettenis@gnu.org>
456
457 * dwarf2-frame.c (execute_cfa_program): Mark register as
458 REG_SAVED_REG for DW_CFA_register opcode.
459
460 2003-11-05 Mark Kettenis <kettenis@gnu.org>
461
462 * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
463 %rsp, %rip and %eflags to match ABI-change.
464
465 2003-11-05 Jeff Johnston <jjohnstn@redhat.com>
466
467 * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
468 (ia64_gdbarch_init): Don't bother calculating the os.
469 Instead use the gdbarch_info struct and look at the osabi field.
470 Also use gdbarch_list_lookup_by_info() to look for a
471 candidate gdbarch.
472
473 2003-11-05 Kevin Buettner <kevinb@redhat.com>
474
475 * frv-tdep.c (frv_register_byte): Delete.
476 (frv_extract_return_value, frv_store_return_value)
477 (frv_extract_struct_value_address): Don't call frv_register_byte().
478 Convert to non-deprecated form.
479 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
480 Convert calls to set_gdbarch_deprecated_extract_return_value(),
481 set_gdbarch_deprecated_store_return_value(), and
482 set_gdbarch_deprecated_extract_struct_value_address() into
483 non-deprecated forms.
484
485 2003-11-05 Andrew Cagney <cagney@redhat.com>
486
487 * mips-tdep.c (mips_dump_tdep): Do not print
488 PRINT_EXTRA_FRAME_INFO.
489 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
490 Rename PRINT_EXTRA_FRAME_INFO.
491 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
492 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
493 (mips_print_extra_frame_info): Delete declaration.
494 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
495
496 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
497
498 * coffread.c (coff_symtab_read): Remove passing of info parameter
499 to prim_record_minimal_symbol_and_info.
500
501 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
502
503 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
504 (decode_base_type): Delete ifdeffed out code.
505
506 2003-11-04 Andrew Cagney <cagney@redhat.com>
507
508 * symtab.c (find_active_alias): Delete function.
509 (lookup_block_symbol): Delete alias code.
510 * stabsread.c (resolve_live_range): Delete function.
511 (add_live_range): Delete function.
512 (resolve_symbol_reference): Delete function.
513 (define_symbol): Delete live range and alias code.
514 (scan_file_globals): Delete alias code.
515 * symtab.h (SYMBOL_RANGES): Delete macro.
516 (struct range_list): Delete structure.
517 (struct symbol): Delete field "ranges".
518 (SYMBOL_ALIASES): Delete macro.
519 (struct alias_list): Delete structure.
520 (struct symbol): Delete field "aliases".
521
522 2003-11-04 Michael Snyder <msnyder@redhat.com>
523
524 * MAINTAINERS: Remove myself as owner of breakpoints and
525 of sparc/solaris.
526
527 2003-11-03 Corinna Vinschen <vinschen@redhat.com>
528
529 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
530 (sh_sh4al_dsp_register_name): Ditto.
531 (sh4_nofpu_show_regs): Ditto.
532 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
533 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
534
535 2003-11-03 Andrew Cagney <cagney@redhat.com>
536
537 * bcache.c: Include "gdb_assert.h".
538 (struct bcache): Add fields "expand_count" and
539 "expand_hash_count".
540 (expand_hash_table): Update the expand counts.
541 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
542 on object sizes and hashes.
543 * Makefile.in (bcache.o): Update dependencies.
544
545 2003-11-03 Andrew Cagney <cagney@redhat.com>
546
547 * exec.c (xfer_memory): Eliminate xfer_fn.
548
549 2003-10-31 Kevin Buettner <kevinb@redhat.com>
550
551 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
552 (opcodes/frv-desc.h): Include.
553 (iacc0h_regnum, iacc0l_regnum): Define.
554 (last_spr_regnum, frv_num_regs): Update.
555 (new_variant): Don't supply default names for holes in the SPRs.
556 Supply names for iacc0h_regnum and iacc0l_regnum.
557 (frv_register_type): Use symbolic constants first_fpr_regnum and
558 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
559 builtin_type_int instead of builtin_type_int32.
560 (frv_register_sim_regno): New function.
561 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
562 * Makefile.in (gdb_sim_frv_h): Define.
563 (frv-tdep.o): Update dependencies.
564
565 2003-10-31 Andrew Cagney <cagney@redhat.com>
566
567 * avr-tdep.c (avr_frame_this_id): Do not call
568 deprecated_inside_entry_file.
569 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
570 * m32r-tdep.c (m32r_frame_this_id): Ditto.
571 * d10v-tdep.c (d10v_frame_this_id): Ditto.
572 * arm-tdep.c (arm_prologue_this_id): Ditto.
573 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
574
575 2003-10-31 Jim Blandy <jimb@redhat.com>
576
577 * elfread.c (elf_symtab_read): Allocate correct number of tail
578 elements to sectinfo structure. (Fix from Woody LaRue.)
579
580 2003-10-31 Andrew Cagney <cagney@redhat.com>
581
582 * stack.c (return_command): Use get_frame_type, instead of
583 CALL_DUMMY_HAS_COMPLETED.
584 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
585 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
586
587 2003-10-31 Mark Kettenis <kettenis@gnu.org>
588
589 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
590 explicitly specify size of array.
591 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
592 TDEP->sc_num_regs.
593
594 2003-10-31 Andrew Cagney <cagney@redhat.com>
595
596 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
597 function.
598 (s390_gdbarch_init): Set extract_struct_value_address.
599 * arch-utils.c (generic_cannot_extract_struct_value_address):
600 Delete function.
601 * arch-utils.h (generic_cannot_extract_struct_value_address):
602 Delete definition.
603
604 2003-10-31 Mark Kettenis <kettenis@gnu.org>
605
606 * i386-linux-nat.c (fetch_core_registers): Remove.
607 (linux_elf_core_fns): Remove.
608 (_initialize_i386_linux_nat): Remove.
609
610 2003-10-31 Andrew Cagney <cagney@redhat.com>
611
612 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
613 "exec.h".
614 (exec_entry_point): New function.
615 (enable_break): Create a "tmp_bfd_target", use that and
616 entry_point_address when computing the relocation offset.
617 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
618 * Makefile.in (solib-svr4.o): Update dependencies.
619
620 2003-10-31 Andrew Cagney <cagney@redhat.com>
621
622 * defs.h (XZALLOC): Define.
623 * target.h (struct target_ops): Add "to_data";
624 * bfd-target.h, bfd-target.c: New files.
625 * Makefile.in (SFILES): Add "bfd-target.c".
626 (COMMON_OBS): Add "bfd-target.o".
627 (bfd-target.o): Specify dependencies.
628 (bfd_target_h): Define.
629 * defs.h (XZALLOC): Define.
630
631 2003-10-31 Andrew Cagney <cagney@redhat.com>
632
633 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
634 adjust_breakpoint_address.
635 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
636 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
637 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
638 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
639
640 2003-10-31 Andrew Cagney <cagney@redhat.com>
641
642 * target.h (struct target_ops): Replace "to_read_partial" and
643 "to_write_partial" with "to_xfer_partial". Update comments.
644 * target.c (debug_to_write_partial): Delete function.
645 (debug_to_xfer_partial): Replace debug_to_read_partial.
646 (add_target, update_current_target, setup_target_debug): Set
647 "to_xfer_partial" instead of "to_read_partial" and
648 "to_write_partial".
649 (default_xfer_partial): Replace "default_write_partial".
650 (default_read_partial): Delete.
651 (target_read_partial, target_write_partial): Call
652 "to_xfer_partial".
653 * remote.c (init_remote_ops): Set "to_xfer_partial".
654 (init_remote_async_ops): Ditto.
655 (remote_xfer_partial): Replace "remote_read_partial".
656
657 2003-10-31 Mark Kettenis <kettenis@gnu.org>
658
659 * i386-tdep.c (i386_supply_fpregset): Support floating-point
660 registers in `fxsave' format.
661 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
662
663 2003-10-30 Mark Kettenis <kettenis@gnu.org>
664
665 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
666 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
667 TDEP->gregset_num_regs and tdep->sizeof_gregset.
668
669 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
670 specify size of array.
671 (i386_linux_init_abi): Remove initialization of
672 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
673 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
674
675 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
676 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
677 core-regset.o.
678
679 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
680 the ELF header.
681
682 2003-10-29 Mark Kettenis <kettenis@gnu.org>
683
684 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
685 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
686 core-regset.o.
687
688 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
689
690 * corelow.c: Include "arch-utils.h", "regset.h" and
691 "gdb_assert.h".
692 (core_gdbarch): New variable.
693 (sniff_core_bfd): Don't sniff if we have support for register sets
694 in CORE_GDBARCH.
695 (core_close): Reset CORE_GDBARCH.
696 (core_open): Initialize CORE_GDBARCH.
697 (get_core_register_section): Use register sets if they are
698 supported by CORE_GDBARCH.
699 (get_core_registers): Don't print error message if we have support
700 for register sets in CORE_GDBARCH.
701
702 2003-10-29 Andrew Cagney <cagney@redhat.com>
703
704 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
705 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
706
707 2003-10-29 Mark Kettenis <kettenis@gnu.org>
708
709 * objfiles.h (clear_objfile_data): New prototype.
710 * objfiles.c (clear_objfile_data): New function.
711 * symfile.c (reread_symbols): Clear per-objfile data.
712
713 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
714
715 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
716 printf_unfiltered instead of printf_filtered for output messages.
717 (add_symbol_file_command): Ditto.
718 (reread_symbols): Ditto.
719 (overlay_auto_command): Ditto.
720 (overlay_manual_command): Ditto.
721 (overlay_off_command): Ditto.
722
723 2003-10-27 Mark Kettenis <kettenis@gnu.org>
724
725 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
726 (gdbarch_from_bfd): New function.
727 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
728 deprecated_select_gdbarch_hack.
729 * arch-utils.h (gdbarch_from_bfd): New prototype.
730
731 2003-10-27 Andrew Cagney <cagney@redhat.com>
732
733 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
734 arch_info. Use warning instead of fprintf_filtered. Do not use
735 deprecated bfd_printable_arch_mach.
736
737 2003-10-26 Kevin Buettner <kevinb@redhat.com>
738
739 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
740 Delete.
741 (frv_register_type): Rename from frv_register_virtual_type. Add
742 ``struct gdbarch *'' parameter.
743 (frv_gdbarch_init): Delete calls to the following functions:
744 set_gdbarch_deprecated_size(),
745 set_gdbarch_deprecated_register_bytes(),
746 set_gdbarch_deprecated_register_raw_size(),
747 set_gdbarch_deprecated_max_register_raw_size(),
748 set_gdbarch_deprecated_register_virtual_size(),
749 set_gdbarch_deprecated_max_register_virtual_size(),
750 set_gdbarch_deprecated_register_virtual_size(),
751 set_gdbarch_deprecated_register_virtual_type().
752 Add call to function set_gdbarch_register_type().
753
754 2003-10-26 Mark Kettenis <kettenis@gnu.org>
755
756 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
757 FDOFF_REGNUM): Remove defines.
758 * win32-nat.c (do_child_fetch_inferior_registers): Include
759 "i387-tdep.h".
760 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
761 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
762 undefine I387_ST0_REGNUM.
763
764 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
765 * x86-64-tdep.c (x86_64_store_return_value): Use
766 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
767
768 Change register numbers to enumartion values.
769 * i386-tdep.h (enum i386_regnum): New.
770 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
771 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
772 I386_ST0_REGNUM): Remove defines.
773 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
774 I386_EDI_REGNUM): Remove defines.
775
776 2003-10-24 Andrew Cagney <cagney@redhat.com>
777
778 * target.c: Include "gdbcore.h".
779 (get_target_memory, get_target_memory_unsigned): New functions.
780 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
781 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
782 Use get_target_memory_unsigned.
783 * Makefile.in (target.o): Update dependencies.
784
785 2003-10-24 Andrew Cagney <cagney@redhat.com>
786
787 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
788 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
789 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
790 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
791 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
792
793 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
794 (can_run_code_for): Use the OO term "singleton".
795
796 2003-10-23 Andrew Cagney <cagney@redhat.com>
797
798 * Makefile.in (stack.o): Add $(regcache_h).
799 * stack.c: Include "regcache.h"
800 (return_command): Rewrite. Use get_frame_id and
801 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
802 about unhandled return-values.
803 * value.h (set_return_value): Delete declaration.
804 * values.c (set_return_value): Delete function.
805
806 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
807
808 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
809 (pseudo_regs): Add comment regarding register stack registers.
810 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
811 (floatformat_valid): New static routine.
812 (floatformat_ia64_ext): Add name field and set up is_valid routine
813 to floatformat_valid().
814 (examine_prologue): For the previous cfm, use
815 frame_unwind_register()
816 if the cfm is not stored in a register-stack register. Save the
817 previous cfm value in the prev_cfm field. Add debug output.
818 (ia64_frame_this_id): Use frame_id_build_special() to also register
819 the bsp. Add debug output.
820 (ia64_sigtramp_frame_this_id): Ditto.
821 (ia64_frame_prev_register): Look at cache saved_regs for a few more
822 registers and also add some checks for framelessness before accepting
823 current register values for fields such as return address. For cfm,
824 use the cached prev_cfm field if available. Add comment to explain
825 PSR logic. Add debug output.
826 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
827 as part of initialization.
828 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
829 calculated. Cache the bsp and cfm values.
830 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
831 instead of using ia64_frame_prev_register() which doesn't expect most
832 registers to be saved. The saved values for bsp and sp
833 can be taken from the cache. Add debug output.
834 (ia64_push_dummy_call): Use frame_id_build_special() to also register
835 the bsp.
836
837 2003-10-23 Jim Blandy <jimb@redhat.com>
838
839 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
840 architecture the current arch can run code for --- but not if it's
841 a superset.
842 (can_run_code_for): New function.
843
844 2003-10-22 James E Wilson <wilson@specifixinc.com>
845
846 * MAINTAINERS: Move myself from paper trail section back to write
847 after approval section.
848
849 2003-10-22 Andrew Cagney <cagney@redhat.com>
850
851 * exec.h: New file.
852 * win32-nat.c: Include "exec.h".
853 * solib.c: Include "exec.h".
854 * target.h (build_section_table): Delete declaration.
855 * somsolib.c: Include "exec.h".
856 (exec_ops): Delete extern declaration.
857 * rs6000-nat.c: Update copyright. Include "exec.h".
858 (exec_ops): Delete extern declaration.
859 * pa64solib.c: Update copyright. Include "exec.h".
860 (exec_ops): Delete extern declaration.
861 * exec.c: Update copyright. Include "exec.h".
862 * corelow.c: Update dependencies. Include "exec.h".
863 * Makefile.in (exec_h): Define.
864 (exec.o, somsolib.o): Update dependencies.
865 (pa64solib.o, corelow.o): Update dependencies.
866
867 2003-10-22 Andrew Cagney <cagney@redhat.com>
868
869 * target.c: Include "gdb_assert.h" (target_read): Call
870 "target_read_partial", not "target_write_partial".
871 (default_read_partial, default_write_partial): New function.
872 (target_read_partial, target_write_partial): Simplify, assume that
873 there is always a read/write method.
874 (update_current_target, add_target): Always set "to_read_partial"
875 and "to_write_partial".
876 (target_write, target_read): Fail on a zero byte transfer.
877 * Makefile.in (target.o): Update dependencies.
878 * target.h: Update copyright date.
879 (target_object): Fix typo.
880
881 2003-10-22 Andrew Cagney <cagney@redhat.com>
882
883 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
884 multi-arch method, add "targ" parameter.
885 (struct target_ops): Declare.
886 * gdbarch.h, gdbarch.c: Re-generate.
887 * Makefile.in (c-valprint.o): Update dependencies.
888 * arch-utils.h: Update copyright.
889 (convert_from_func_ptr_addr_identity): Declare.
890 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
891 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
892 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
893 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
894 * infcall.c (find_function_addr, call_function_by_hand): Update.
895 * c-valprint.c: Include "target.h".
896 (print_function_pointer_address): Update.
897
898 2003-10-22 Andrew Cagney <cagney@redhat.com>
899
900 * target.c (target_close): New function.
901 (debug_to_close): Use "target_close".
902 (push_target): Use "target_close".
903 (unpush_target): Use "target_close".
904 (pop_target): Use "target_close".
905 * target.h (struct target_ops): Add "to_xclose".
906 (target_open): Delete macro. Move comment to "to_open".
907 (target_close): Replace macro with function that takes a target.
908 * top.c (quit_target): Pass "current_target" to "target_close".
909
910 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
911
912 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
913 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
914 * symtab.h (lookup_minimal_symbol_text): Update.
915 * breakpoint.c (create_overlay_event_breakpoint,
916 create_longjmp_breakpoint): Update callers.
917 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
918 * symtab.c (find_pc_sect_line): Ditto.
919
920 2003-10-21 Andrew Cagney <cagney@redhat.com>
921
922 * target.c (errno): Delete extern declaration.
923
924 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
925
926 * ia64-tdep.c: Change all occurrences of
927 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
928 (ia64_frame_prev_register): Minor whitespace change.
929
930 2003-10-20 Michael Chastain <mec@shout.net>
931
932 * config/djgpp/fnchange.lst: Add lines for:
933 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
934 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
935 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
936 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
937 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
938 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
939 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
940
941 2003-10-20 Andrew Cagney <cagney@redhat.com>
942
943 * values.c (register_value_being_returned): Update comments. Use
944 "gdbarch_return_value" when available.
945 (using_struct_return): Ditto.
946 (set_return_value): Ditto. Use "gdbarch_return_value" when
947 available.. Print a warning, and not an error, when an unhandled
948 return type is encountered.
949 * infcmd.c: Include "gdb_assert.h".
950 (print_return_value): When gdbarch_return_value_p, and using
951 struct return, assume that the value is not available.
952 * defs.h (return_value_convention): Define.
953 * gdbarch.sh (gdbarch_return_value): New predicate method.
954 * gdbarch.h, gdbarch.c: Re-generate
955 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
956
957 2003-10-20 Andrew Cagney <cagney@redhat.com>
958
959 * symtab.c: Replace "struct sec" with "struct bfd_section".
960 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
961
962 2003-10-19 Michael Chastain <mec@shout.net>
963
964 * config/djgpp/fnchange.lst: Add lines for:
965 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
966 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
967 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
968
969 2003-10-19 Mark Kettenis <kettenis@gnu.org>
970
971 * amd64fbsd-nat.c (fetch_inferior_registers,
972 store_inferior_registers): Remove functions.
973 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
974
975 2003-10-18 Mark Kettenis <kettenis@gnu.org>
976
977 Add NetBSD/amd64 native configuration:
978 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
979 * amd64nbsd-tdep.c: New file.
980 * amd64nbsd-nat.c: New file.
981 * amd64bsd-nat.c: New file.
982 * config/i386/nbsd64.mh: New file.
983 * config/i386/nbsd64.mt: New file.
984 * configure.host: Add x86_64-*-netbsd*.
985 * configure.tgt: Add x86_64-*-netbsd*.
986 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
987 New targets.
988 * NEWS (New native configurations): Mention NetBSD/amd64.
989
990 2003-10-17 Michael Chastain <mec@shout.net>
991
992 * config/djgpp/fnchange.lst: Remove dead lines for:
993 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
994 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
995 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
996 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
997 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
998 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
999 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
1000 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
1001 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
1002 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
1003 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
1004 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
1005 gdb/config/sparc/tm-sparclite.h,
1006 gdb/gdbtk/generic/ChangeLog-2001,
1007 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
1008 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
1009 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
1010 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
1011 gdb/testsuite/gdb.mi/mi0-var-block.exp,
1012 gdb/testsuite/gdb.mi/mi0-var-child.exp,
1013 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
1014 gdb/testsuite/gdb.mi/mi0-var-display.exp,
1015 itcl/iwidgets3.0.0/demos/extfileselectionbox,
1016 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
1017 itcl/iwidgets3.0.0/demos/fileselectionbox,
1018 itcl/iwidgets3.0.0/demos/fileselectiondialog,
1019 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
1020 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
1021 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
1022 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
1023 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
1024 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
1025 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
1026 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
1027 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
1028 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
1029 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
1030 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
1031 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
1032 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
1033 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
1034 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
1035 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
1036 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
1037 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
1038 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
1039 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
1040 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
1041 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
1042 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
1043 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
1044 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
1045 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
1046 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
1047 itcl/iwidgets3.0.0/demos/html/shell.n.html,
1048 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
1049 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
1050 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
1051 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
1052 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
1053 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
1054 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
1055 itcl/iwidgets3.0.0/demos/scrolledcanvas,
1056 itcl/iwidgets3.0.0/demos/scrolledframe,
1057 itcl/iwidgets3.0.0/demos/scrolledhtml,
1058 itcl/iwidgets3.0.0/demos/scrolledlistbox,
1059 itcl/iwidgets3.0.0/demos/scrolledtext,
1060 itcl/iwidgets3.0.0/demos/selectionbox,
1061 itcl/iwidgets3.0.0/demos/selectiondialog,
1062 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
1063 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
1064 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
1065 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
1066 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
1067 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
1068 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
1069 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
1070 itcl/iwidgets3.0.0/doc/scrolledframe.n,
1071 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
1072 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
1073 itcl/iwidgets3.0.0/doc/scrolledtext.n,
1074 itcl/iwidgets3.0.0/doc/selectionbox.n,
1075 itcl/iwidgets3.0.0/doc/selectiondialog.n,
1076 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
1077 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
1078 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
1079 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
1080 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
1081 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
1082 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
1083 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
1084 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
1085 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
1086 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
1087 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
1088 itcl/iwidgets3.0.0/generic/selectionbox.itk,
1089 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
1090 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
1091 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
1092 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
1093 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
1094 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
1095 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
1096 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
1097 itcl/iwidgets3.0.0/tests/scrolledframe.test,
1098 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
1099 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
1100 itcl/iwidgets3.0.0/tests/scrolledtext.test,
1101 itcl/iwidgets3.0.0/tests/selectionbox.test,
1102 itcl/iwidgets3.0.0/tests/selectiondialog.test,
1103 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
1104 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
1105 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
1106 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
1107 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
1108 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
1109 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
1110 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
1111 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
1112 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
1113 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
1114 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
1115 tk/mac/tkMacProjects.sit.hqx.
1116
1117 2003-10-17 Andrew Cagney <cagney@redhat.com>
1118
1119 * target.c (target_section_by_addr): New function.
1120 (do_xfer_memory): Use "target_section_by_addr".
1121 * target.h (target_section_by_addr): Declare.
1122
1123 * target.h (struct target_ops): Add "to_read_partial" and
1124 "to_write_partial", delete "to_query".
1125 (target_read_partial, target_write_partial): Declare.
1126 (target_read, target_write): Declare.
1127 (target_query): Delete macro.
1128 * target.c (target_read_partial): New function.
1129 (target_write_partial, target_read, target_write): New function.
1130 (update_current_target): Delete inheritance of "to_query". Add
1131 comments about "to_read_partial" and "to_write_partial".
1132 (debug_to_partial_read, debug_to_partial_write): New functions.
1133 (debug_to_query): Delete function.
1134 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
1135 instead of "to_query".
1136 * remote.c (remote_read_partial): Replace "remote_query".
1137 (init_remote_ops): Set "to_read_partial" instead of "to_query".
1138 (init_remote_async_ops): Ditto.
1139 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
1140 "target_read_partial" instead of "target_query".
1141 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
1142 Use "target_read_partial" instead of "target_query".
1143
1144 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
1145
1146 * frame.h (struct frame_id): Add new field: special_addr.
1147 (frame_id_build_special): New prototype.
1148 * frame.c (frame_id_build_special): New function.
1149 (frame_id_build): Change to call frame_id_build_special().
1150 (frame_id_eq): Change to also test special_addr field.
1151 (frame_id_inner): Update comment.
1152
1153 2003-10-17 Andrew Cagney <cagney@redhat.com>
1154
1155 * target.c (update_current_target): Perform the target cleanup.
1156 Put the target stack beneath the squashed "current_target".
1157 (add_target): Delete disabled call to "cleanup_target".
1158 (cleanup_target): Delete function.
1159 (push_target, unpush_target): Do not call "cleanup_target".
1160
1161 2003-10-17 Andrew Cagney <cagney@redhat.com>
1162
1163 * target.c (target_stack): Change to a static target_ops.
1164 (update_current_target): Walk the "struct target_ops" stack.
1165 (pop_target, do_xfer_memory, target_info): Ditto.
1166 (find_target_beneath): Ditto.
1167 (push_target): Rewrite to use the "struct target_ops" stack.
1168 (unpush_target): Ditto.
1169 * target.h (struct target_stack_item): Delete definition.
1170 (target_stack): Delete declaration.
1171 (struct target_ops): Add field "beneath".
1172
1173 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
1174
1175 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
1176 declaration.
1177 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
1178 (h8300_examine_prologue): Use h8300_normal_mode flag
1179 (h8300_gdbarch_init): Set architecture info for normal mode
1180
1181 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
1182
1183 * remote.c (remote_protocol_vcont): New variable.
1184 (set_remote_protocol_vcont_packet_cmd): New function.
1185 (show_remote_protocol_vcont_packet_cmd): New function.
1186 (init_all_packet_configs): Handle remote_protocol_vcont.
1187 (remote_vcont_probe): New function.
1188 (remote_vcont_resume): New function.
1189 (remote_resume): Use it.
1190 (remote_async_resume): Call remote_resume.
1191 (_initialize_remote): Add verbose-resume packet commands.
1192
1193 2003-10-16 Andrew Cagney <cagney@redhat.com>
1194
1195 * infrun.c (handle_inferior_event): Add comment about
1196 "frame_id_inner" being too weak.
1197
1198 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
1199
1200 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
1201 second parameter, which is always null. Remove
1202 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
1203 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
1204 accordingly.
1205 * somsolib.c (som_solib_create_inferior_hook,
1206 som_solib_desire_dynamic_linker_symbols): Update callers.
1207 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
1208
1209 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
1210
1211 * remote-m32r-sdi.c : New file, interface to m32r on-chip
1212 debug interface, SDI (Scalable Debug Interface).
1213 * NEWS: Mention m32r SDI protocol was supported.
1214 * Makefile.in (remote-m32r-sdi.o): Add build rule.
1215 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
1216
1217 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
1218
1219 * ia64-linux-tdep.c: Include gdbcore.h.
1220 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
1221 (ia64_linux_sigcontext_register_addr): Find the address of the
1222 sigcontext area stored in the sigframe instead of using
1223 a magic offset constant.
1224
1225 2003-10-15 Andrew Cagney <cagney@redhat.com>
1226
1227 * remote.c (remote_search): Delete function.
1228 * target.h (target_search): Delete disabled macro.
1229 (struct target_ops): Delete disabled field "to_search".
1230
1231 2003-10-14 Kevin Buettner <kevinb@redhat.com>
1232
1233 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
1234 instead of deprecated_inside_entry_file().
1235
1236 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
1237
1238 * sh-tdep.c: Fix copy/paste hangover in comment.
1239 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
1240 mode.
1241 (sh3e_sh4_extract_return_value): Ditto.
1242
1243 2003-10-13 Richard Henderson <rth@redhat.com>
1244
1245 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
1246 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
1247 match c_val_print a bit closer.
1248
1249 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1250
1251 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
1252 (frv_gdbarch_adjust_breakpoint_address): New function.
1253 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
1254 method.
1255
1256 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1257
1258 * breakpoint.h (struct breakpoint): Add new member
1259 ``requested_address''.
1260 * breakpoint.c (breakpoint_adjustment_warning)
1261 (adjust_breakpoint_address): New static functions.
1262 (print_it_typical): Issue warning if breakpoint's address is different
1263 from its requested address.
1264 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
1265 (breakpoint_re_set_one): Set breakpoint's
1266 ``requested_address'' field. Set ``address'' field to the
1267 result of calling adjust_breakpoint_address() on the requested
1268 address.
1269
1270 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1271
1272 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
1273 * gdbarch.h, gdbarch.c: Regenerate.
1274
1275 2003-10-11 Mark Kettenis <kettenis@gnu.org>
1276
1277 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
1278 TDEP->sc_num_regs.
1279
1280 * i386fbsd-tdep.c: New file.
1281 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1282 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1283 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
1284 i386bsd-tdep.c.
1285 (_initialize_i386fbsd_tdep): New function.
1286 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
1287 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
1288 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
1289 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
1290 TDEP->sc_num_regs.
1291 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
1292 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1293 to initialize TDEP->sc_num_regs.
1294 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1295 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1296 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
1297 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
1298 FreeBSD ELF OS/ABI's here.
1299 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
1300 (i386fbsd-tdep.o): New target.
1301 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
1302 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
1303
1304 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
1305 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
1306 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1307 in initialization of TDEP->sc_num_regs.
1308
1309 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
1310 (x86_64_init_abi): Initialize regset_from_core_section if
1311 appropriate.
1312
1313 * i386-tdep.c (i386_regset_from_core_section): New function.
1314 (i386_gdbarch_init): Initialize regset_from_core_section if
1315 appropriate.
1316 * i386-tdep.h (i386_regset_from_core_section): New declaration.
1317
1318 * i386-tdep.h (struct regset): Declare opaque.
1319
1320 * gdbarch.sh (regset_from_core_section): New method.
1321 (struct regset): Declare opaque.
1322 * gdbarch.c, gdbarch.h: Regenerated.
1323
1324 2003-10-11 Alan Modra <amodra@bigpond.net.au>
1325
1326 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
1327 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
1328 Correct test for pc within section.
1329
1330 2003-10-11 Mark Kettenis <kettenis@gnu.org>
1331
1332 * gdbarch.sh: Remove trailing whitepsace from comments.
1333
1334 2003-10-08 Roland McGrath <roland@redhat.com>
1335
1336 * gcore.c (make_mem_sec): Function removed, folded into ...
1337 (gcore_create_callback): ... here. To omit a section, clear its
1338 SEC_LOAD bit rather than zeroing its size.
1339 Omit read-only sections only if they correspond to a known disk file.
1340 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
1341
1342 2003-10-10 Michael Snyder <msnyder@redhat.com>
1343
1344 * d10v-tdep.c: Fix typo in comment.
1345
1346 2003-10-10 Andrew Cagney <cagney@redhat.com>
1347
1348 * rs6000-tdep.c (e500_store_return_value): Delete function.
1349 (e500_extract_return_value): Delete function.
1350 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
1351 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
1352 "ppc_sysv_abi_restore_return_value" where applicable.
1353 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
1354 (ppc_sysv_abi_extract_return_value): Declare.
1355 (ppc_sysv_abi_broken_store_return_value): Declare.
1356 (ppc_sysv_abi_broken_extract_return_value): Declare.
1357 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
1358 * ppc-sysv-tdep.c (return_value_convention): Move definition to
1359 start of file.
1360 (do_ppc_sysv_return_value): New function.
1361 (ppc_sysv_abi_extract_return_value): New function.
1362 (ppc_sysv_abi_store_return_value): New function.
1363 (ppc_sysv_abi_broken_extract_return_value): New function.
1364 (ppc_sysv_abi_broken_store_return_value): New function.
1365 (ppc_sysv_abi_use_struct_convention): Call
1366 do_ppc_sysv_return_value.
1367
1368 2003-10-10 J. Brobecker <brobecker@gnat.com>
1369
1370 * blockframe.c (inside_main_func): No longer use symbol_lookup()
1371 to lookup the main function symbol.
1372
1373 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
1374
1375 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
1376 types correctly.
1377 (sh_push_dummy_call_fpu): Fix argument passing rules.
1378 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
1379 float types.
1380 (sh3e_sh4_store_return_value): Ditto.
1381
1382 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
1383
1384 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
1385 comment.
1386
1387 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
1388
1389 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
1390 more readable code. Accomodate passing of bitfields.
1391
1392 2003-10-10 Andrew Cagney <cagney@redhat.com>
1393
1394 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
1395 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
1396 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
1397 * ppc-sysv-tdep.c: Include "gdb_assert.h".
1398 (ppc64_sysv_abi_push_dummy_call): New function.
1399 (ppc64_sysv_abi_broken_push_dummy_call): New function.
1400 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
1401 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
1402
1403 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1404
1405 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
1406 * README: Ditto.
1407 * d10v-tdep.c: Ditto.
1408 * h8300-tdep.c: Ditto.
1409 * remote-e7000.c: Ditto.
1410 * remote-hms.c: Ditto.
1411 * ser-e7kpc.c: Ditto.
1412 * sh-stub.c: Ditto.
1413 * sh-tdep.c: Ditto.
1414 * sh-tdep.h: Ditto.
1415 * sh3-rom.c: Ditto.
1416 * sh64-tdep.c: Ditto.
1417 * top.c: Ditto.
1418 * wince.c: Ditto.
1419 * config/d10v/d10v.mt: Ditto.
1420 * config/sh/embed.mt: Ditto.
1421 * config/sh/linux.mt: Ditto.
1422 * config/sh/tm-linux.h: Ditto.
1423 * config/sh/tm-sh.h: Ditto.
1424 * config/sh/wince.mt: Ditto.
1425
1426 2003-10-09 Andrew Cagney <cagney@redhat.com>
1427
1428 * ppc-tdep.h (struct type): Declare opaque.
1429 * x86-64-tdep.h (struct regcache): Declare opaque.
1430 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
1431 coding style.
1432
1433 2003-10-09 Andrew Cagney <cagney@redhat.com>
1434
1435 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
1436 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
1437 (SOFTWARE_SINGLE_STEP_P): Ditto.
1438 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
1439 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
1440 (SOFTWARE_SINGLE_STEP_P): Ditto.
1441 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
1442 software_single_step to rs6000_software_single_step.
1443
1444 2003-10-09 Andrew Cagney <cagney@redhat.com>
1445
1446 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
1447
1448 2003-10-09 Michael Snyder <msnyder@redhat.com>
1449
1450 * frame.h: Fix typo in comment.
1451 * dummy-frame.c: Fix typo in comment.
1452 * d10v-tdep.c: Random whitespace/comment tweaks.
1453
1454 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
1455
1456 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
1457 (sh_push_dummy_code): Delete function, it's only used for dummy calls
1458 on stack.
1459
1460 Based on input by Stephen Clarke (stephen.clarke@superh.com):
1461 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
1462 in detail.
1463
1464 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1465
1466 * remote-mips.c (mips_initialize): Remove unneeded call to
1467 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
1468
1469 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1470
1471 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
1472 a memory pointer.
1473
1474 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
1475
1476 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
1477 for any lwp we resume.
1478 (running_callback): Add lwps that have pending status events
1479 against them to be considered running.
1480
1481 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
1482
1483 * m32r-tdep.c : Include "dis-asm.h".
1484 * Makefile.in (m32r-tdep.o): Update dependencies.
1485
1486 2003-10-06 J. Brobecker <brobecker@gnat.com>
1487
1488 * completer.h (get_gdb_completer_word_break_characters): Delete.
1489 * completer.c: include language.h.
1490 (gdb_completer_word_break_characters): Delete.
1491 (get_gdb_completer_word_break_characters): Delete.
1492 (location_completer): Use the word break characters of the current
1493 language.
1494 (complete_line): Likewise.
1495 (line_completion_function): Likewise.
1496 (skip_quoted_chars): Likewise.
1497 * Makefile.in (completer.o): Add dependency on language.h.
1498 * top.c (init_main): Set the readline word break characters
1499 to GDB's default word break characters.
1500
1501 2003-10-06 J. Brobecker <brobecker@gnat.com>
1502
1503 * language.h (language_defn): new field, la_word_break_characters.
1504 * language.c (unknown_language_defn): Set new field to
1505 default_word_break_characters.
1506 (auto_language_defn): Likewise.
1507 (local_language_defn): Likewise.
1508 * ada-lang.c (ada_language_defn): Likewise.
1509 * c-lang.c (c_language_defn): Likewise.
1510 (cplus_language_defn): Likewise.
1511 (asm_language_defn): Likewise.
1512 (minimal_language_defn): Likewise.
1513 * f-lang.c (f_language_defn): Likewise.
1514 * jv-lang.c (java_language_defn): Likewise.
1515 * m2-lang.c (m2_language_defn): Likewise.
1516 * objc-lang.c (objc_language_defn): Likewise.
1517 * p-lang.c (pascal_language_defn): Likewise.
1518 * scm-lang.c (scm_language_defn): Likewise.
1519
1520 2003-10-06 Andrew Cagney <cagney@redhat.com>
1521
1522 * ppc-sysv-tdep.c: Re-indent.
1523
1524 2003-10-06 J. Brobecker <brobecker@gnat.com>
1525
1526 * language.h (default_word_break_characters): Add prototype.
1527 * language.c (default_word_break_characters): New function.
1528
1529 2003-10-06 Andreas Schwab <schwab@suse.de>
1530
1531 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
1532 with %eax.
1533
1534 2003-10-06 Andrew Cagney <cagney@redhat.com>
1535
1536 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
1537 "h8500-tdep.c".
1538 (z8k-tdep.o): Delete custom build rule.
1539
1540 2003-10-06 Andrew Cagney <cagney@redhat.com>
1541
1542 * Makefile.in: Update all dependencies.
1543
1544 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
1545 No longer list PA as as obsolete candidate. List m32r as
1546 broken instead of obsolete.
1547
1548 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
1549 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
1550 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
1551 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
1552 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
1553 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
1554 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
1555 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1556 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
1557 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
1558 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
1559 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
1560 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
1561 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
1562 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
1563 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
1564 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
1565 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
1566 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
1567 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
1568 * config/z8k/z8k.mt: Ditto.
1569
1570 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
1571 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
1572 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
1573 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1574 sparclite were removed.
1575 * configure.host, configure.tgt: Remove corresponding tuples.
1576
1577 * breakpoint.c, breakpoint.h: Remove obsolete code.
1578 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1579 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1580 * stabsread.h, xcoffread.c: Ditto.
1581
1582 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1583 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1584 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1585 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1586
1587 2003-10-06 David Lecomber <dsl@sources.redhat.com>
1588
1589 * f-valprint.c: Reformatting
1590
1591 2003-10-06 Mark Kettenis <kettenis@gnu.org>
1592
1593 * x86-64-tdep.c: Remove duplicate comment.
1594
1595 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1596 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1597 names for return values. This fixes a bug since we looked at %rbx
1598 instead of %rdx.
1599
1600 2003-10-05 Mark Kettenis <kettenis@gnu.org>
1601
1602 * x86-64-tdep.c: Include "regset.h".
1603
1604 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1605 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1606 sizeof_fpregset.
1607 * i386-tdep.c: Include "regset.h".
1608 (i386_supply_gregset): New function.
1609 (i386_supply_fpregset): New function.
1610 (i386_gdbarch_init): Initialze register set-related members of
1611 TDEP.
1612 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1613 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1614
1615 2003-10-03 Andrew Cagney <cagney@redhat.com>
1616
1617 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1618 set extract_return_value, store_return_value and
1619 use_struct_convention to ppc64_sysv_abi_extract_return_value,
1620 ppc64_sysv_abi_store_return_value and
1621 ppc64_sysv_abi_use_struct_convention.
1622 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1623 (ppc64_sysv_abi_store_return_value): Declare.
1624 (ppc64_sysv_abi_use_struct_convention): Declare.
1625 * ppc-sysv-tdep.c (enum return_value_convention): Define.
1626 (ppc64_sysv_abi_extract_return_value): New function.
1627 (ppc64_sysv_abi_store_return_value): New function.
1628 (ppc64_sysv_abi_use_struct_convention): New function.
1629 (ppc64_sysv_abi_return_value): New function.
1630
1631 2003-10-03 Andrew Cagney <cagney@redhat.com>
1632
1633 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1634 convert a descriptor to a function when it's in the ".opd"
1635 section.
1636
1637 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1638
1639 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1640 reg_size to keep GCC silent.
1641
1642 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1643
1644 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1645 base for DW_EH_PE_textrel encodings.
1646 (read_encoded_value): Add a DW_EH_PE_textrel case.
1647 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1648 section.
1649
1650 2003-10-03 Mark Kettenis <kettenis@gnu.org>
1651
1652 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1653
1654 2003-10-02 Andrew Cagney <cagney@redhat.com>
1655
1656 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1657 REGISTER_RAW_SIZE.
1658 * gdbarch.h, gdbarch.c: Re-generate.
1659 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1660 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1661 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1662 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1663 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1664 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1665 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1666 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1667 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1668 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1669 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1670 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1671 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1672 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1673 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1674 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
1675
1676 2003-10-02 Jim Blandy <jimb@redhat.com>
1677
1678 * dwarf2read.c (struct die_info): Doc fix.
1679
1680 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1681
1682 * sh-tdep.c: Running thru gdb_indent.sh.
1683
1684 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1685
1686 * sh-tdep.c (sh_justify_value_in_reg): New function.
1687 (sh_stack_allocsize): Ditto.
1688 (flt_argreg_array): New array used for floating point argument
1689 passing.
1690 (sh_init_flt_argreg): New function.
1691 (sh_next_flt_argreg): Ditto.
1692 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1693 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1694 Fix argument passing strategy.
1695 (sh_push_dummy_call_nofpu): Ditto.
1696
1697 2003-10-01 Andrew Cagney <cagney@redhat.com>
1698
1699 * value.h (register_value_being_returned): Declare. Replace
1700 "value_being_returned".
1701 * infcall.c (call_function_by_hand): Use
1702 register_value_being_returned.
1703 * infcmd.c (print_return_value): Call
1704 "register_value_being_returned", handle struct return locally.
1705 * values.c (register_value_being_returned): New function. Replace
1706 "value_being_returned".
1707
1708 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
1709
1710 * linux-proc.c (linux_do_registers): New function.
1711 (linux_make_note_section): Use linux_do_registers in case of
1712 single threaded inferior programs.
1713
1714 2003-10-01 Andrew Cagney <cagney@redhat.com>
1715
1716 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1717 use STRUCT_ADDR. When not using "struct return convention", pass
1718 "0" to "value_being_returned". Add FIXMEs.
1719 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1720 value_being_returned. Add comments.
1721 * values.c (value_being_returned): Add fixme.
1722 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1723 (hppa_value_returned_from_stack): Add FIXME.
1724
1725 2003-09-30 David Carlton <carlton@kealia.com>
1726
1727 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1728 'has_children' and 'next' by 'child' and 'sibling'.
1729 (read_comp_unit): Rework algorithm, breaking body into
1730 read_die_and_children and read_die_and_siblings.
1731 (read_die_and_children, read_die_and_siblings): New.
1732 (read_full_die): Add 'has_children' argument; set it instead of
1733 the die's 'has_children' field. Minor formatting cleanup.
1734 (free_die_list): Use die->child and die->sibling instead of
1735 die->next.
1736 (dump_die_list): Ditto.
1737 (sibling_die): Use die->sibling.
1738 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1739 'has_children' and 'next' fields.
1740 (process_die, read_file_scope, read_func_scope)
1741 (read_lexical_block_scope, read_structure_scope)
1742 (read_enumeration, read_array_type, read_common_block)
1743 (read_namespace, read_subroutine_type, dump_die): Ditto.
1744
1745 2003-09-30 Andrew Cagney <cagney@redhat.com>
1746
1747 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1748 to 224, not 220.
1749
1750 2003-09-30 Andrew Cagney <cagney@redhat.com>
1751
1752 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1753 REGISTER_VIRTUAL_SIZE.
1754 * gdbarch.h, gdbarch.c: Regenerate.
1755 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1756 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1757 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1758
1759 2003-09-29 Andrew Cagney <cagney@redhat.com>
1760
1761 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1762 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1763 * gdbarch.h, gdbarch.c: Regenerate.
1764 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1765 * sh64-tdep.c, sparc-tdep.c: Update.
1766
1767 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1768 * remote-vxmips.c (vx_read_register): Ditto.
1769 * remote-vx68.c (vx_read_register): Ditto.
1770 * gnu-nat.c (inf_validate_procs): Ditto.
1771
1772 2003-09-29 J. Brobecker <brobecker@gnat.com>
1773
1774 * infcall.c (call_function_by_hand): Fix build failure
1775 introduced in the previous change to this file.
1776
1777 2003-09-29 Andrew Cagney <cagney@redhat.com>
1778
1779 * NEWS: Mention Objective-C.
1780
1781 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
1782
1783 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1784 test if the register has been saved on the stack.
1785 (arm_scan_prologue_cache): When analysing the instruction
1786 "str lr, [sp, #-4]", save the address where lr has been stored.
1787
1788 2003-09-28 Andrew Cagney <cagney@redhat.com>
1789
1790 * frame.c (frame_read_unsigned_register): Delete function.
1791 * frame.h (frame_read_unsigned_register): Delete declaration.
1792 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1793 get_frame_register_unsigned.
1794 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1795 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1796 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1797
1798 * frame.h (frame_read_register): Delete declaration.
1799 * frame.c (frame_read_register): Delete function.
1800 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1801 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1802 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1803 * mips-tdep.c (mips_register_to_value): Ditto.
1804 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1805 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1806
1807 * frame.c (frame_read_signed_register): Delete function.
1808 (frame_read_unsigned_register): Update comments.
1809 * frame.h (frame_read_signed_register): Delete declaration.
1810 * h8300-tdep.c (h8300_print_register): Use
1811 get_frame_register_signed.
1812 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1813
1814 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1815 Rename VALUE_RETURNED_FROM_STACK.
1816 * infcmd.c (print_return_value): Update.
1817 * infcall.c (call_function_by_hand): Update.
1818
1819 2003-09-28 Mark Kettenis <kettenis@gnu.org>
1820
1821 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1822 regcache argument and reverse the order of the other two
1823 arguments. Remove local regcache variable. Determine
1824 architecture from REGCACHE. Update comments.
1825 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1826 reverse the order of the other two arguments. Remove local
1827 regcache variable. Determine architecture from REGCACHE. Update
1828 comments.
1829 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1830 prototypes. Update comments.
1831 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1832 comment.
1833 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1834 Update.
1835 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1836 * i386-interix-nat.c (supply_fpregset): Update.
1837 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1838 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1839 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1840 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1841 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1842 Update.
1843 * i386obsd-tdep.c (fetch_core_registers): Update.
1844 * i386v4-nat.c (supply_fpregset): Update.
1845 * x86-64-linux-nat.c (supply_fpregset): Update.
1846 * x86-64-linux-tdep.c (fetch_core_registers): Update.
1847
1848 2003-09-27 Mark Kettenis <kettenis@gnu.org>
1849
1850 * i386-tdep.h: Put opaque declarations in alphabetical
1851 order. Remove spurious whitespace.
1852 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1853 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1854 * i386-tdep.c (MM0_REGNUM): Remove define.
1855 (i386_mmx_regnum_p): Add gdbarch argument.
1856 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1857 Rewrite using new macro definitions for FPU/SSE registers.
1858 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1859 definitions from i387-tdep.h.
1860 (i386_register_name): Update.
1861 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1862 new macro definitions for FPU/SSE registers.
1863 (i386_extract_return_value): Determine whether floating-point
1864 registers are present by examining REGCACHE's architecture.
1865 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1866 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1867 FPU/SSE registers.
1868 (i386_register_type): Update.
1869 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1870 definitions for FPU registers. Use REGCACHE's architecture to
1871 determine the appropriate register numbers.
1872 (i386_pseudo_register_read, i386_pseudo_register_write,
1873 i386_register_reggroup_p): Update.
1874 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1875 TDEP->mm0_regnum.
1876 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1877 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1878 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1879 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1880 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1881 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1882 *' to `void *'.
1883 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1884 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1885 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1886 definitions for FPU/SSE registers.
1887 (FXSAVE_MXCSR_ADDR): New define.
1888 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1889 TDEP->mm0_regnum.
1890 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1891 (I387_ST0_REGNUM): Define.
1892
1893 * regcache.h (get_regcache_arch): New prototype.
1894 * regcache.c (get_regcache_arch): New function.
1895
1896 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1897 whitespace.
1898
1899 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1900 Initialize using ARRAY_SIZE.
1901
1902 2003-09-27 Andrew Cagney <cagney@redhat.com>
1903
1904 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1905 "init_frame_pc_default".
1906 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1907 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1908 * vax-tdep.c (vax_gdbarch_init): Update.
1909 * v850-tdep.c (v850_gdbarch_init): Update.
1910 * sh64-tdep.c (sh64_gdbarch_init): Update.
1911 * s390-tdep.c (s390_gdbarch_init): Update.
1912 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1913 * mcore-tdep.c (mcore_gdbarch_init): Update.
1914 * h8300-tdep.c (h8300_gdbarch_init): Update.
1915 * cris-tdep.c (cris_gdbarch_init): Update.
1916 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1917
1918 2003-09-26 Mark Kettenis <kettenis@gnu.org>
1919
1920 * regset.h: New file.
1921 * Makefile.in (regset_h): Add.
1922
1923 2003-09-25 Andrew Cagney <cagney@redhat.com>
1924
1925 * frame.h (deprecated_frame_saved_regs): Rename
1926 get_frame_saved_regs.
1927 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1928 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1929 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1930 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1931 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1932
1933 2003-09-25 Andrew Cagney <cagney@redhat.com>
1934
1935 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1936 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1937 and Java.
1938 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1939 arm*-*-* do not use the new frame code.
1940
1941 2003-09-25 David Carlton <carlton@kealia.com>
1942
1943 * c-exp.y: Remove 'register' declarations.
1944 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1945
1946 2003-09-25 David Carlton <carlton@kealia.com>
1947
1948 * c-exp.y: Include cp-support.h. Add qualified_type.
1949 (yylex): Delete nested type hack; add comments.
1950 * cp-namespace.c (cp_lookup_nested_type): New function.
1951 * cp-support.h: Declare cp_lookup_nested_type.
1952 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1953 instead of value_struct_elt_for_reference.
1954 * valops.c: Include cp-support.h.
1955 (value_aggregate_elt): New function.
1956 (value_namespace_elt): Ditto.
1957 (value_struct_elt_for_reference): Make static.
1958 * value.h: Delete declaration of value_struct_elt_for_reference;
1959 add declaration for value_aggregate_elt.
1960 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1961 (valops.o): Ditto.
1962
1963 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
1964
1965 * stack.c: Include "reggroups.h".
1966 (frame_info): Only display registers in all_reggroup.
1967 * Makefile.in (stack.o): Update dependencies.
1968
1969 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1970
1971 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1972 "add ip, sp #n" in the prologue.
1973 (arm_scan_prologue): Ditto.
1974
1975 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1976
1977 * MAINTAINERS (write after approval): Add myself.
1978
1979 2003-09-25 Andreas Schwab <schwab@suse.de>
1980
1981 * m68k-tdep.c: Include "dwarf2-frame.h".
1982 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1983 * Makefile.in (m68k-tdep.o): Update dependencies.
1984
1985 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
1986
1987 * sh-tdep.c (struct frame_extra_info): Remove.
1988 (struct sh_frame_cache): New structure.
1989 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1990 (GET_TARGET_REG): Ditto but target register.
1991 (GET_PUSHED_REG): Remove.
1992 (IS_MOV_ARG_TO_REG): New macro.
1993 (IS_MOV_ARG_TO_IND_R14): New macro.
1994 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1995 (IS_MOVW_PCREL_TO_REG): New macro.
1996 (IS_MOVL_PCREL_TO_REG): New macro.
1997 (IS_SUB_REG_FROM_SP): New macro.
1998 (IS_ARG_MOV): Remove.
1999 (IS_MOV_TO_R14): Remove.
2000 (IS_RESTORE_FP): New macro.
2001 (IS_RTS): New macro.
2002 (IS_LDS): New macro.
2003 (IS_MOV_FP_SP): New macro.
2004 (IS_ADD_REG_TO_FP): New macro.
2005 (IS_ADD_IMM_FP): New macro.
2006 (sh_skip_prologue_hard_way): Remove.
2007 (sh_saved_pc_after_call): Remove.
2008 (sh_frame_chain): Remove.
2009 (sh_find_callers_reg): Remove.
2010 (sh_nofp_frame_init_saved_regs): Remove.
2011 (sh_fp_frame_init_saved_regs): Remove.
2012 (sh_init_extra_frame_info): Remove.
2013 (sh_analyze_prologue): New function.
2014 (sh_skip_prologue): Remove deprecated code. Rely on new function
2015 sh_analyze_prologue when after_prologue fails.
2016 (sh_frame_saved_pc): Remove.
2017 (sh_alloc_frame_cache): New function.
2018 (sh_frame_cache): Ditto.
2019 (sh_frame_prev_register): Ditto.
2020 (sh_frame_this_id): Ditto.
2021 (sh_frame_unwind): New structure defining the heuristic frame
2022 sniffer interface.
2023 (sh_frame_sniffer): New function.
2024 (sh_unwind_sp): Ditto.
2025 (sh_unwind_pc): Ditto.
2026 (sh_unwind_dummy_id): Ditto.
2027 (sh_frame_base_address): Ditto.
2028 (sh_frame_base): New structure defining new frame base code.
2029 (sh_in_function_epilogue_p): New function.
2030 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
2031 code and to call all new code instead. Initialize dwarf2 and
2032 heuristic frame sniffer.
2033
2034 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
2035
2036 * parser-defs.h (struct exp_descriptor): New definition, containing
2037 language-specific info for printing, prefixifying, dumping, and
2038 evaluating expressions.
2039 (exp_descriptor_standard): Declare new variable.
2040 (print_subexp): Make global and declare here (from expprint.c).
2041 (dump_subexp): Ditto.
2042 (dump_subexp_body_standard): Declare.
2043 (operator_length_standard): Declare.
2044 (op_name_standard): Declare.
2045 (print_subexp): Declare.
2046 (print_subexp_standard): Declare.
2047
2048 * language.h (struct language_defn): Add la_exp_desc field to hold
2049 pointer to table for language-specific operators.
2050 Remove evaluate_exp field, which is now in struct exp_descriptor.
2051
2052 * parse.c (operator_length): Move most code to new
2053 operator_length_standard function. Use language-specific information.
2054 (operator_length_standard): New function taking most code from
2055 operator_length.
2056 (exp_descriptor_standard): New constant.
2057
2058 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
2059 and OP_EXTENDED_LAST.
2060
2061 * expprint.c (print_subexp): Use language-specific print_subexp.
2062 Make global; remove static declaration.
2063 Move most code to print_subexp_standard.
2064 (print_subexp_standard): New function, containing code formerly in
2065 print_subexp.
2066 (op_name): Add expression to argument signature.
2067 Use langauge-specific op_name.
2068 Move most code to op_name_standard.
2069 (op_name_standard): New function, containing code formerly in op_name.
2070 (dump_subexp): Use new version of op_name function.
2071 Use language-specific dump_subexp_body, and move most existing code to
2072 dump_subexp_body_standard.
2073 (dump_raw_expression): Use new op_name interface.
2074 (dump_subexp_body): Move most code to dump_subexp_body_standard.
2075 (dump_subexp_body_standard): New function, containing code formerly
2076 in dump_subexp_body.
2077
2078 * language.c (unknown_language): Add default la_exp_desc field and
2079 remove evaluate_exp field.
2080 (auto_language): Ditto.
2081 (local_language): Ditto.
2082 * f-lang.c (f_language_defn): Ditto.
2083 * c-lang.c (c_language_defn): Ditto.
2084 (cplus_language_defn): Ditto.
2085 (asm_language_defn): Ditto.
2086 (minimal_language_defn): Ditto.
2087 * p-lang.c (pascal_language_defn): Ditto.
2088 * m2-lang.c (m2_language_defn): Ditto.
2089 * objc-lang.c (objc_language_defn): Ditto.
2090
2091 * jv-lang.c (exp_descriptor_java): New variable, containing
2092 Java-specific expression evaluator.
2093 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
2094 field.
2095 * scm-lang.c (exp_descriptor_scm): New variable, containing
2096 Scheme-specific expression evaluator.
2097 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
2098 field.
2099 * objc-lang.c (print_object_command): Take evaluate_exp from the
2100 la_exp_desc field.
2101
2102 * Makefile.in (eval.o): Add dependency on parser-defs.h.
2103
2104 * eval.c: Include parser-defs.h for the full declaration of
2105 la_exp_desc's type.
2106 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
2107
2108 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
2109
2110 * parser-defs.h (operator_length): Declare.
2111
2112 * parse.c (length_of_subexp): Use operator_length to get operator
2113 lengths and arities for operators.
2114 Move most code to new operator_length function.
2115 (operator_length): New function absorbing most code from
2116 length_of_subexp.
2117 (prefixify_subexp): Remove large case and use operator_length instead.
2118 (parse_exp_1): Use renamings:
2119 dump_prefix_expression => dump_raw_expression and
2120 dump_postfix_expression => dump_prefix_expression.
2121
2122 * expression.h (dump_prefix_expression): Rename to ...
2123 (dump_raw_expression): New name.
2124 (dump_postfix_expression): Rename to ...
2125 (dump_prefix_expression): New name.
2126
2127 * expprint.c (dump_subexp): Make global. Add comment.
2128 Move most existing code to dump_subexp_body.
2129 (dump_subexp_body): New function.
2130 (dump_prefix_expression): Rename to dump_raw_expression.
2131 Remove attempt to print the expression via print_expression: it can't
2132 work before the expression is prefixified.
2133 (dump_raw_expression): Renamed from dump_prefix_expression.
2134 (dump_postfix_expression): Rename to dump_prefix_expression, since
2135 that's what it does.
2136 Remove 'note' parameter, since this routine must be used on
2137 prefixified expression.
2138 (dump_prefix_expression): Renamed from dump_postfix_expression.
2139
2140 2003-09-22 Jim Blandy <jimb@redhat.com>
2141
2142 * dwarf2read.c (read_array_type): When building the type for an
2143 array of unspecified length, make sure to choose the upper bound
2144 so that the array's total length comes out to be zero --- that's
2145 how we represent such arrays.
2146
2147 2003-09-22 Michael Chastain <mec@shout.net>
2148
2149 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
2150
2151 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
2152
2153 * top.c (quit_force): Fix indirect call to quit_target so
2154 a struct qt_args pointer is passed.
2155
2156 2003-09-22 Andrew Cagney <cagney@redhat.com>
2157
2158 * arch-utils.h (init_frame_pc_noop): Delete declaration.
2159 * arch-utils.c (init_frame_pc_noop): Delete function.
2160 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
2161 "init_frame_pc".
2162 * mips-tdep.c (mips_gdbarch_init): Ditto.
2163 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
2164 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
2165 declaration.
2166 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2167 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
2168 declaration.
2169 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2170
2171 2003-09-22 Anthony Green <green@redhat.com>
2172
2173 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
2174 declaration.
2175
2176 2003-09-20 Andrew Cagney <cagney@redhat.com>
2177
2178 * breakpoint.c: Eliminate ARGSUSED.
2179 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
2180 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
2181 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
2182 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
2183 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
2184 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
2185 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
2186 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
2187 * wince.c, remote-vx.c: Ditto.
2188
2189 * cli/cli-script.c: Remove "register" attributes.
2190 * config/pa/tm-hppa.h: Ditto.
2191 * cli/cli-decode.c: Ditto.
2192 * cli/cli-cmds.c: Ditto.
2193
2194 2003-09-19 Andrew Cagney <cagney@redhat.com>
2195
2196 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
2197 DEPRECATED_NPC_REGNUM.
2198 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
2199
2200 2003-09-19 Christopher Faylor <cgf@redhat.com>
2201
2202 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
2203
2204 2003-09-19 Jim Blandy <jimb@redhat.com>
2205
2206 * macrotab.c (macro_include): Use the correct comparison to find
2207 the appropriate place for this inclusion in the list.
2208
2209 2003-09-19 Andrew Cagney <cagney@redhat.com>
2210
2211 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
2212 (DEPRECATED_HPUX_TEXT_END): Define.
2213 (deprecated_hpux_text_end): Declare.
2214 (struct target_ops): Declare opaque.
2215 * hppah-nat.c (text_end): Make static.
2216 (deprecated_hpux_text_end): New function.
2217 * exec.c (text_end): Delete global variable.
2218 (NEED_TEXT_START_END): Do not define.
2219 (exec_file_attach): Replace code computing "text_end" code with
2220 call to DEPRECATED_HPUX_TEXT_END.
2221
2222 2003-09-19 Andrew Cagney <cagney@redhat.com>
2223
2224 * utils.c (align_up, align_down): New functions.
2225 * defs.h (align_up, align_down): Declare.
2226 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
2227 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
2228 and "align_down".
2229 (round_up, round_down): Delete functions.
2230 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2231 "align_down".
2232 (ROUND_DOWN, ROUND_UP): Delete macros.
2233 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
2234 * h8300-tdep.c: Replace "round_up" and "round_down" with
2235 "align_up" and "align_down".
2236 (round_up, round_down): Delete macros.
2237 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2238 "align_down".
2239 (ROUND_UP, ROUND_DOWN): Delete macros.
2240
2241 2003-09-18 J. Brobecker <brobecker@gnat.com>
2242
2243 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
2244 hard-coded constant. Use the proper machine name instead.
2245
2246 2003-09-17 Andrew Cagney <cagney@redhat.com>
2247
2248 * sparc-tdep.c (legacy_register_name): Delete function.
2249 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
2250 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
2251 * infcmd.c (gdb_register_name): Delete variable.
2252 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
2253 REGISTER_NAME and "tm.h".
2254 * gdbarch.h, gdbarch.c: Regenerate.
2255 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
2256 REGISTER_NAMES in comments.
2257 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
2258 * m68klinux-nat.c (regmap): Ditto.
2259
2260 2003-09-17 Jim Blandy <jimb@redhat.com>
2261
2262 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
2263
2264 2003-09-17 Andrew Cagney <cagney@redhat.com>
2265
2266 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
2267 (ppcnbsd_init_abi): Set "use_struct_convention" to
2268 "ppcnbsd_use_struct_convention".
2269
2270 2003-09-17 Mark Kettenis <kettenis@gnu.org>
2271
2272 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2273 * gdbarch.h, gdbarch.c: Regenerate.
2274 (stabs_argument_has_addr): New architecture method.
2275 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2276 * arch-utils.c: Include "buildsym.h".
2277 (default_stabs_argument_has_addr): New function.
2278 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2279 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2280
2281 2003-09-17 Andrew Cagney <cagney@redhat.com>
2282
2283 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
2284 * gdbarch.h, gdbarch.c: Regenerate.
2285 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
2286 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
2287 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
2288 * sparcnbsd-tdep.c: Update.
2289
2290 2003-09-17 Andrew Cagney <cagney@redhat.com>
2291
2292 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
2293 * gdbarch.h, gdbarch.c: Regenerate.
2294 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
2295 * d10v-tdep.c, frame.c: Update.
2296 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
2297 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
2298 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
2299 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
2300 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
2301 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
2302 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
2303 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
2304 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
2305 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
2306 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
2307 * config/pa/nm-hppah.h: Update.
2308
2309 2003-09-16 Andrew Cagney <cagney@redhat.com>
2310
2311 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
2312 "use_struct_convention" to "ppc_linux_use_struct_convention".
2313 (ppc_linux_use_struct_convention): New function.
2314 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
2315 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
2316 "rs6000_use_struct_convention".
2317 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
2318 declaration.
2319 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
2320 Delete function.
2321
2322 2003-09-16 Andrew Cagney <cagney@redhat.com>
2323
2324 * buildsym.c: Remove more occurances of "register".
2325 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
2326 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
2327 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
2328 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
2329 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
2330 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
2331 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
2332 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
2333
2334 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
2335
2336 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
2337 numbers to enumeration values.
2338 * sh-tdep.c: Accomodate above change.
2339 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
2340 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
2341 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
2342 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
2343 (IS_FPUSH): Rename from IS_FMOV.
2344 (sh_extract_struct_value_address): Remove useless comment.
2345 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
2346 instead of own local values.
2347 (sh_dump_tdep): Remove.
2348 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
2349 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
2350
2351 2003-09-15 Andrew Cagney <cagney@redhat.com>
2352
2353 * doublest.c (convert_floatformat_to_doublest): No longer need to
2354 cast "exp_bias" to an int. Reverts 2002-12-04 change.
2355
2356 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
2357
2358 * values.c (unpack_double): Call floatformat_is_valid.
2359
2360 2003-09-15 Mark Kettenis <kettenis@gnu.org>
2361
2362 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
2363 ps_strings into a long.
2364
2365 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
2366 _initialize_am64fbsd_nat.
2367
2368 2003-09-15 Kevin Buettner <kevinb@redhat.com>
2369
2370 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
2371 associated with DW_AT_ranges attribute is out of bounds.
2372
2373 2003-09-15 David Lecomber <dsl@sources.redhat.com>
2374
2375 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
2376
2377 2003-09-14 Michael Chastain <mec@shout.net>
2378
2379 * config/m68k/nm-apollo68v.h: Delete.
2380 * config/m68k/xm-apollo68v.h: Delete.
2381
2382 2003-09-14 Andrew Cagney <cagney@redhat.com>
2383
2384 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
2385 * dcache.c: Update copyrights and descriptions.
2386 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
2387
2388 2003-09-14 Andrew Cagney <cagney@redhat.com>
2389
2390 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
2391 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
2392
2393 2003-09-14 Andrew Cagney <cagney@redhat.com>
2394
2395 * alpha-nat.c: Remove some occurances of "register".
2396 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
2397 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
2398 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
2399 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
2400 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
2401 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
2402 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
2403 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
2404 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
2405 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
2406 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
2407 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
2408 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
2409 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
2410 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
2411 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
2412 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
2413 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
2414 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
2415 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
2416 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
2417 * values.c, vax-tdep.c, xcoffread.c: Ditto.
2418
2419 2003-09-13 Andrew Cagney <cagney@redhat.com>
2420
2421 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
2422 * ppc-tdep.h (struct regcache): Declare opaque.
2423 * objfiles.h (struct objfile_data): Declare opaque.
2424 * cp-support.h (struct objfile): Declare opaque.
2425 * linux-nat.h (target_waitstatus): Declare opaque.
2426
2427 2003-09-14 Mark Kettenis <kettenis@gnu.org>
2428
2429 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2430 (stabs_argument_has_addr): New architecture method.
2431 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2432 * arch-utils.c: Include "buildsym.h".
2433 (default_stabs_argument_has_addr): New function.
2434 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2435 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2436
2437 * cris-tdep.c (cris_gdbarch_init): Set
2438 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
2439 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
2440 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2441 * mips-tdep.c (mips_gdbarch_init): Likewise.
2442 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2443 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2444
2445 2003-09-13 Andrew Cagney <cagney@redhat.com>
2446
2447 * values.c (using_struct_return): Delete "function" and "funcaddr"
2448 parameters.
2449 * value.h (using_struct_return): Update declaration.
2450 * infcmd.c (finish_command_continuation): Update.
2451 (finish_command): Update.
2452 * infcall.c (call_function_by_hand): Update.
2453 * eval.c (evaluate_subexp_standard): Update.
2454
2455 2003-09-13 Christopher Faylor <cgf@redhat.com>
2456
2457 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
2458 SSE registers since gdb will not operate correctly without this.
2459 Restore include file ordering munged in previous change.
2460 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
2461
2462 2003-09-13 Mark Kettenis <kettenis@gnu.org>
2463
2464 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
2465 REG_STRUCT_HAS_ADDR.
2466 * gdbarch.c, gdbarch.h: Updated.
2467 * infcall.c (call_function_by_hand): Update.
2468 * stabsread.c (define_symbol): Updated.
2469
2470 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
2471
2472 2003-09-12 Christopher Faylor <cgf@redhat.com>
2473
2474 * win32-nat.c: Reorganize so that defines used by target headers are
2475 actually defined by the system headers.
2476 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
2477 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
2478
2479 2003-09-12 Jim Blandy <jimb@redhat.com>
2480
2481 * dbxread.c (read_dbx_symtab): Don't report an internal error if
2482 the file has no .data, .bss, or .rodata sections. Instead wait
2483 until we see a variable alleged to live in one of those sections.
2484
2485 * dbxread.c (read_dbx_symtab): If we have no .data section and no
2486 .bss section, presume that any variables we find live in the
2487 .rodata section.
2488
2489 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
2490 offsets for global and static variables.
2491
2492 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
2493 symbol types are, by definition, in the .data section, so it is
2494 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
2495 If there is no .data section, there should be no N_DATA or N_DATA
2496 | N_EXT symbols.
2497
2498 2003-09-12 Mark Kettenis <kettenis@gnu.org>
2499
2500 * amd64fbsd-tdep.c: Fix sigtramp recognition.
2501 (amd64fbsd_sigcontext_addr): Rewrite.
2502 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
2503 with correct values.
2504 (amd64fbsd_sc_reg_offset): Initialize with correct values.
2505 (amd64fbsd_init_abi): Fix typo.
2506
2507 2003-09-12 Andrew Cagney <cagney@redhat.com>
2508
2509 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
2510 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
2511
2512 2003-09-12 Andrew Cagney <cagney@redhat.com>
2513
2514 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
2515 "entry_file_highpc". Update comments.
2516 * defs.h (deprecated_inside_entry_file): Rename
2517 "inside_entry_file".
2518 * blockframe.c (deprecated_inside_entry_file): Rename
2519 "inside_entry_file".
2520 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
2521 * vax-tdep.c (vax_frame_chain): Update.
2522 * sh64-tdep.c (sh64_frame_chain): Update.
2523 * sh-tdep.c (sh_frame_chain): Update.
2524 * rs6000-tdep.c (rs6000_frame_chain): Update.
2525 * ns32k-tdep.c (ns32k_frame_chain): Update.
2526 * mips-tdep.c (mips_frame_chain): Update.
2527 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
2528 * m32r-tdep.c (m32r_frame_this_id): Update.
2529 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
2530 * frv-tdep.c (frv_frame_this_id): Update.
2531 * d10v-tdep.c (d10v_frame_this_id): Update.
2532 * cris-tdep.c (cris_frame_chain): Update.
2533 * blockframe.c (legacy_frame_chain_valid): Update.
2534 * avr-tdep.c (avr_frame_this_id): Update.
2535 * arm-tdep.c (arm_prologue_this_id): Update.
2536 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
2537 * objfiles.c (objfile_relocate): Update.
2538 * mipsread.c (mipscoff_symfile_read): Update.
2539 (mipscoff_symfile_read): Update.
2540 * mdebugread.c (parse_partial_symbols): Update.
2541 * dwarfread.c (read_file_scope): Update.
2542 * dwarf2read.c (read_file_scope): Update.
2543 * dbxread.c (read_dbx_symtab): Update.
2544 (read_dbx_symtab): Update.
2545 * coffread.c (complete_symtab): Update.
2546
2547 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
2548
2549 * top.c (quit_target): New static helper function.
2550 (quit_force): Moved code to quit_target(). Call quit_target()
2551 via catch_errors() to catch errors during quit.
2552
2553 2003-09-11 David Carlton <carlton@kealia.com>
2554
2555 * buildsym.c (finish_block): Use allocate_block to allocate the
2556 block.
2557 * mdebugread.c (new_block): Add FIXME.
2558
2559 2003-09-11 David Carlton <carlton@kealia.com>
2560
2561 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
2562 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
2563 (recursive_dump_type): Ditto.
2564 * printcmd.c (print_formatted): Ditto.
2565 * typeprint.c (print_type_scalar): Ditto.
2566 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
2567 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
2568 * cp-support.h: Declare cp_check_possible_namespace_symbols,
2569 maint_cplus_cmd_list.
2570 * cp-support.c: Make maint_cplus_cmd_list extern.
2571 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
2572 command.h.
2573 (lookup_symbol_file): Look in possible namespace blocks when
2574 appropriate.
2575 (initialize_namespace_symtab): New.
2576 (get_possible_namespace_block, free_namespace_block)
2577 (check_possible_namespace_symbols)
2578 (check_possible_namespace_symbols_loop)
2579 (check_one_possible_namespace_symbol)
2580 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2581 (_initialize_cp_namespace): Ditto.
2582 * block.h: Declare allocate_block.
2583 * block.c (allocate_block): New.
2584 * jv-lang.c (get_java_class_symtab): Allocate blocks via
2585 allocate_block.
2586 * symfile.h: Update declaration of add_psymbol_to_list.
2587 * symfile.c (add_psymbol_to_list): Return the partial symbol in
2588 question.
2589 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2590 scan_partial_symbols_call.
2591 (scan_partial_symbols): Add NAMESPACE argument; update calls to
2592 helper functions.
2593 (add_partial_symbol): If necessary, scan mangled names for names
2594 of namespaces.
2595 (add_partial_namespace): Add NAMESPACE argument; generate partial
2596 symbols associated to namespaces.
2597 (add_partial_enumeration): Add NAMESPACE argument.
2598 (new_symbol): Allow namespace syms.
2599 (read_namespace): Generate namespace syms.
2600 * objfiles.h: Add opaque declaration of struct symtab.
2601 (struct objfile): Add cp_namespace_symtab member.
2602 * objfiles.c (allocate_objfile): Set
2603 objfile->cp_namespace_symtab.
2604 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2605 dictionary_h, command_h.
2606
2607 2003-09-11 Andrew Cagney <cagney@redhat.com>
2608
2609 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2610 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2611 near the function's end.
2612 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2613 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2614 regcache_raw_write_signed to set SP_REGNUM.
2615
2616 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
2617
2618 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2619 orig_addrs is set up properly.
2620
2621 2003-09-11 Andrew Cagney <cagney@redhat.com>
2622
2623 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2624 * gdbarch.h, gdbarch.c: Re-generate.
2625 * infcall.c (call_function_by_hand): Update.
2626 * hppa-tdep.c (hppa_push_arguments): Update.
2627 * ada-lang.c (place_on_stack): Update.
2628 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2629 * sparc-tdep.c (sparc_gdbarch_init): Update.
2630 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2631 * hppa-tdep.c (hppa_gdbarch_init): Update.
2632 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2633 stack_align.
2634
2635 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
2636
2637 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2638 register do need a frame.
2639
2640 2003-09-11 Andrew Cagney <cagney@redhat.com>
2641
2642 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2643 buildable since GDB 5.0.
2644 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2645 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2646 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2647 * irix4-nat.c: Delete file.
2648 * config/mips/irix4.mh: Delete file.
2649 * config/mips/irix3.mh: Delete file.
2650 * config/mips/irix3.mt: Delete file.
2651 * config/mips/tm-irix3.h: Delete file.
2652 * config/mips/nm-irix3.h: Delete file.
2653 * config/mips/xm-irix3.h: Delete file.
2654 * config/mips/nm-irix4.h: Delete file.
2655 * config/mips/xm-irix4.h: Delete file.
2656 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2657
2658 2003-09-10 J. Brobecker <brobecker@gnat.com>
2659
2660 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2661 * Makefile.in (hppa-tdep.o): Update dependencies.
2662
2663 2003-09-10 James E Wilson <wilson@specifixinc.com>
2664
2665 * MAINTAINERS: Change my e-mail address. Move to paper trail
2666 section.
2667
2668 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2669
2670 * MAINTAINERS (frv): New ISA entry.
2671
2672 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2673
2674 * frv-tdep.c (dis-asm.h): Include.
2675 * Makefile.in (frv-tdep.o): Update dependencies.
2676
2677 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2678
2679 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2680 Fix typo for high range of floating registers.
2681
2682 2003-09-09 David Carlton <carlton@kealia.com>
2683
2684 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2685 highpc initialization here out of scan_partial_symbols.
2686 (scan_partial_symbols): Restructure into a recursive version,
2687 calling add_partial_namespace and add_partial_enumeration when
2688 appropriate.
2689 (add_partial_namespace): New.
2690 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2691
2692 2003-09-09 Andrew Cagney <cagney@redhat.com>
2693
2694 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2695 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2696 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2697 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2698
2699 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2700 (rs6000_push_dummy_call): Set the "TOC" register.
2701
2702 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2703 methods "max_register_raw_size", "max_register_virtual_size" or
2704 "register_virtual_size".
2705
2706 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2707
2708 * MAINTAINERS: Update my e-mail address.
2709
2710 2003-09-09 Andrew Cagney <cagney@redhat.com>
2711
2712 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2713 (rs6000_push_dummy_call): Store the struct return address.
2714 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2715
2716 2003-09-09 Andrew Cagney <cagney@redhat.com>
2717
2718 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2719 "ppc_sysv_abi_push_arguments".
2720 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2721 "ppc_sysv_abi_push_arguments".
2722 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2723 instead of "push_arguments".
2724 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2725
2726 2003-09-09 Andrew Cagney <cagney@redhat.com>
2727
2728 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2729 instead of CALL_DUMMY_ADDRESS.
2730
2731 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2732
2733 * p-lang.c: Eliminate "register".
2734 * c-lang.c: Ditto.
2735 * expprint.c: Ditto.
2736 * f-lang.c: Ditto.
2737 * jv-lang.c: Ditto.
2738 * language.c: Ditto.
2739 * m2-lang.c: Ditto.
2740 * parse.c: Ditto.
2741 * scm-lang.c: Ditto.
2742 * objc-lang.c: Ditto.
2743
2744 2003-09-09 Nick Clifton <nickc@redhat.com>
2745
2746 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2747
2748 2003-09-04 Andrew Cagney <cagney@redhat.com>
2749
2750 * avr-tdep.c: Include "dis-asm.h".
2751 * cris-tdep.c: Include "dis-asm.h".
2752 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2753 instead of corresponding typedef.
2754 * h8300-tdep.c: Include "dis-asm.h".
2755 * ia64-tdep.c: Include "dis-asm.h".
2756 * i386-tdep.c: Include "dis-asm.h".
2757 (i386_print_insn): Use "struct disassemble_info" instead of
2758 corresponding typedef.
2759 * m68k-tdep.c: Include "dis-asm.h".
2760 * mcore-tdep.c: Include "dis-asm.h".
2761 * mips-tdep.c: Include "dis-asm.h".
2762 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2763 instead of corresponding typedef.
2764 * ns32k-tdep.c: Include "dis-asm.h".
2765 * s390-tdep.c: Include "dis-asm.h".
2766 * sparc-tdep.c: Include "dis-asm.h".
2767 * vax-tdep.c: Include "dis-asm.h".
2768 * v850-tdep.c: Include "dis-asm.h".
2769 * mn10300-tdep.c: Include "dis-asm.h".
2770 * rs6000-tdep.c: Include "dis-asm.h".
2771 * xstormy16-tdep.c: Include "dis-asm.h".
2772 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2773 print_insn_xstormy16.
2774 * Makefile.in (v850-tdep.o): Update dependencies.
2775 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2776 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2777 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2778 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2779 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2780 (gdbarch_h): Remove $(dis_asm_h).
2781 * disasm.c: Include "dis-asm.h".
2782 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2783 corresponding typedef.
2784 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2785 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2786 * gdbarch.sh: Do not include "dis-asm.h".
2787 (struct disassemble_info): Declare opaque.
2788 (TARGET_PRINT_INSN): Update declaration.
2789 * gdbarch.h, gdbarch.c: Re-generate.
2790
2791 2003-09-08 Andrew Cagney <cagney@redhat.com>
2792
2793 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2794 CALL_DUMMY_ADDRESS, change to a predicate.
2795 * gdbarch.h, gdbarch.c: Re-generate.
2796 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2797 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2798 * infcall.c (call_function_by_hand): Ditto.
2799 * sparc-tdep.c (sparc_push_return_address): Ditto.
2800 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2801 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2802 CALL_DUMMY_ADDRESS with entry_point_address.
2803 * v850-tdep.c (v850_push_return_address): Ditto.
2804 * s390-tdep.c (s390_push_return_address): Ditto.
2805 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2806 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2807 * mcore-tdep.c (mcore_push_return_address): Ditto.
2808 * cris-tdep.c (cris_push_return_address): Ditto.
2809 * arm-tdep.c (arm_push_return_address): Ditto.
2810
2811 2003-09-08 Andrew Cagney <cagney@redhat.com>
2812
2813 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2814 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2815 and REG_UNMODIFIED to REG_SAME_VALUE.
2816 (execute_cfa_program): Update.
2817 (dwarf2_frame_cache): Update. Initialize table to
2818 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2819 location.
2820 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2821
2822 2003-09-08 Andrew Cagney <cagney@redhat.com>
2823
2824 * gnu-nat.c: Remove "inline" function attribute.
2825 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2826
2827 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2828
2829 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2830 target.
2831
2832 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2833
2834 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2835 (frame_extra_info): Rename this struct to frv_unwind_cache.
2836 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2837 Add fields ``prev_sp'' and ``base''.
2838 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2839 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2840 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2841 Delete.
2842 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2843 Revise all callers. Fill in the unwind cache argument and make
2844 other adjustments to account for new frame mechanisms.
2845 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2846 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2847 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2848 (frv_frame_unwind, frv_frame_base): New structs.
2849 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2850 additional arguments expected by this method and adjust function
2851 body accordingly.
2852 (frv_gdbarch_init): Remove calls to the following functions:
2853 set_gdbarch_deprecated_init_frame_pc(),
2854 set_gdbarch_deprecated_saved_pc_after_call(),
2855 set_gdbarch_deprecated_frame_chain(),
2856 set_gdbarch_deprecated_frame_saved_pc(),
2857 set_gdbarch_deprecated_frame_init_saved_regs(),
2858 set_gdbarch_deprecated_push_arguments(),
2859 set_gdbarch_deprecated_push_return_address(),
2860 set_gdbarch_deprecated_pop_frame(),
2861 set_gdbarch_deprecated_call_dummy_words(),
2862 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2863 set_gdbarch_deprecated_init_extra_frame_info(),
2864 set_gdbarch_deprecated_dummy_write_sp(), and
2865 set_gdbarch_deprecated_pc_in_call_dummy().
2866 Add calls to the following functions:
2867 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2868 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2869 frame_base_set_default().
2870 * Makefile.in (frv-tdep.o): Update dependencies.
2871
2872 2003-09-09 Mark Kettenis <kettenis@gnu.org>
2873
2874 * dwarf2-frame.c (read_encoded_value): Add support for
2875 DW_EH_PE_aligned encoding.
2876
2877 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2878
2879 * infrun.c (normal_stop): Don't print a message if the inferior
2880 has exited.
2881
2882 2003-09-08 Jim Blandy <jimb@redhat.com>
2883
2884 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2885 * dbxread.c: #include "gdb_assert.h".
2886 (read_dbx_symtab): If the objfile has no .data section, use the
2887 section index for the .bss section instead.
2888
2889 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2890
2891 * frame.c (deprecated_safe_get_selected_frame): New function.
2892 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2893 * findvar.c (read_var_value): Call it.
2894
2895 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
2896
2897 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2898 (sh64-tdep.o): Add dependencies.
2899 * configure.tgt: Add FIXME to sh-*-linux*.
2900 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2901 (sh_gdbarch_init): Always set correct sh_show_regs function
2902 pointer. Call sh64_gdbarch_init() if machine type is sh5.
2903 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2904 * sh64-tdep.c: New file, containing all sh64 related code from
2905 sh-tdep.c.
2906 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2907 * config/sh/linux.mt (TDEPFILES): Ditto.
2908 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2909 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2910 * config/sh/wince.mt (TDEPFILES): Ditto.
2911
2912 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2913
2914 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2915 (stop_wait_callback): Handle !lp->signalled also.
2916 (lin_lwp_has_pending, flush_callback): New functions.
2917 (lin_lwp_wait): Call flush_callback.
2918 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2919 (linux_proc_pending_signals): New function.
2920 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2921
2922 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2923
2924 From Nick Kelsey <nickk@ubicom.com>:
2925 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2926 when the stop PC is at the beginning of a function also.
2927
2928 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
2929
2930 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2931 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2932
2933 2003-09-06 Mark Kettenis <kettenis@gnu.org>
2934
2935 * sol-thread.c: Include "gdb_string.h".
2936
2937 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2938
2939 * gcore.c: Reorder include files in alphabetical order. Include
2940 "gdb_assert.h". Various coding style fixes.
2941 (derive_stack_segment, derive_heap_segment): Replace check for
2942 non-null BOTTOM and TOP with gdb_assert.
2943 (derive_heap_segment): Replace check for successful creation of
2944 ZERO with gdb_assert.
2945 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2946
2947 2003-09-04 Andrew Cagney <cagney@redhat.com>
2948
2949 * thread-db.c (verbose_dlsym): New function.
2950 (thread_db_load): Use verbose_dlsym
2951 (thread_db_new_objfile): Print that libthread_db was loaded, and
2952 that thread debugging was enabled.
2953
2954 2003-09-04 Andrew Cagney <cagney@redhat.com>
2955
2956 * configure.tgt: Add "mips64*-*-*" target. Delete
2957 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2958 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2959 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2960 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2961 mips*-sony-*, and mips64*-*-elf* targets.
2962 * config/mips/embedl.mt: Delete file.
2963 * config/mips/embedl64.mt: Delete file.
2964 * config/mips/mips.mt: Delete file.
2965 * config/mips/mips64.mt: Delete file.
2966 * config/mips/tm-embed.h: Delete file.
2967 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2968 * config/mips/embed64.mt: Delete out-of-date comment.
2969
2970 2003-09-04 Andrew Cagney <cagney@redhat.com>
2971
2972 * hppa-tdep.c (hppa_gdbarch_init): Set
2973 "have_nonsteppable_watchpoint".
2974 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2975 * mips-tdep.c (mips_dump_tdep): Do not print
2976 HAVE_NONSTEPPABLE_WATCHPOINT.
2977 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2978 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2979 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2980 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2981
2982 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2983
2984 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2985 unused code. Add comment.
2986
2987 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2988
2989 * breakpoint.c (watchpoint_check): Check for pc being in an
2990 epilogue if watchpoint frame couldn't be found.
2991
2992 2003-09-04 Andrew Cagney <cagney@redhat.com>
2993
2994 * Makefile.in: Re-generate all dependencies.
2995
2996 2003-09-03 Andrew Cagney <cagney@redhat.com>
2997
2998 * arch-utils.h (legacy_print_insn): Delete declaration.
2999 * arch-utils.c (legacy_print_insn): Delete function.
3000 * disasm.c (deprecated_tm_print_insn_info): Delete.
3001 (_initialize_disasm): Delete function, contained code initializing
3002 deprecated_tm_print_insn_info.
3003 * gdbarch.sh (deprecated_tm_print_insn): Delete.
3004 (deprecated_tm_print_insn_info): Delete.
3005 (TARGET_PRINT_INSN): Do not provide a default.
3006 * gdbarch.h, gdbarch.c: Re-generate.
3007
3008 2003-09-03 Andrew Cagney <cagney@redhat.com>
3009
3010 * disasm.c (fprintf_disasm): New function.
3011 (gdb_disassemble_info): Call "init_disassemble_info", instead of
3012 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
3013 reverts 2003-08-14 change.
3014 (_initialize_disasm): Call "init_disassemble_info", instead of
3015 INIT_DISASSEMBLE_INFO_NO_ARCH.
3016
3017 2003-09-03 Michael Snyder <msnyder@redhat.com>
3018
3019 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
3020
3021 2003-09-03 Andrew Cagney <cagney@redhat.com>
3022
3023 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
3024 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
3025 * symfile.c (syms_from_objfile): Update.
3026 (reread_symbols): `Update
3027 * exec.c (exec_file_attach): Update.
3028 (exec_file_attach): Update.
3029 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
3030 2003-08-29 change.
3031 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
3032
3033 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3034
3035 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
3036 trad-frame.h.
3037 (arm_get_cache): Delete macro.
3038 (struct arm_prologue_cache): Update comments. Make saved_regs into
3039 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
3040 to prev_sp.
3041 (thumb_scan_prologue): Update for cache changes. Don't call
3042 DEPRECATED_PC_IN_CALL_DUMMY.
3043 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
3044 argument and use it in desperation search for our prologue. Do not
3045 search past the specified PC.
3046 (arm_make_prologue_cache): Simplify.
3047
3048 (arm_prologue_this_id, arm_prologue_prev_register)
3049 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
3050 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
3051 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
3052 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
3053 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
3054
3055 (arm_frame_chain_valid, arm_find_callers_reg)
3056 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
3057 (arm_pop_frame): Delete obsolete methods.
3058 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
3059
3060 (arm_gdbarch_init): Update for new frame methods. Register prologue
3061 and sigtramp unwinders. Set the default frame base method.
3062
3063 * Makefile.in (arm-tdep.o): Update dependencies.
3064 * varobj.c (find_frame_addr_in_frame_chain): Call
3065 get_frame_base_address.
3066 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
3067
3068 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3069
3070 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
3071 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
3072 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
3073 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
3074 Take NEXT_FRAME and CACHE arguments. Call
3075 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
3076 Set unwound_pc in CACHE instead of modifying the frame argument.
3077 Don't bother checking the frame type when looking for sigtramp
3078 frames.
3079 (arm_make_prologue_cache, arm_frame_chain)
3080 (arm_init_extra_frame_info): New functions.
3081
3082 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3083
3084 * arm-tdep.c (arm_get_cache): Define.
3085 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
3086 unwound_sp, unwound_pc, and saved_regs.
3087 (thumb_scan_prologue): Take a cache instead of the frame.
3088 (arm_scan_prologue): Likewise.
3089 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
3090 instead of a temporary frame.
3091 (arm_init_extra_frame_info): Allocate and use a cache.
3092 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
3093
3094 2003-09-03 Andrew Cagney <cagney@redhat.com>
3095
3096 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
3097 * config/mips/wince.mt (TM_CLIBS): Ditto.
3098 * config/sh/wince.mt (TM_CLIBS): Ditto.
3099 * config/pa/hppa64.mt (TM_CLIBS): Delete.
3100 * config/sparc/sp64.mt (CC): Delete.
3101
3102 2003-09-03 Andrew Cagney <cagney@redhat.com>
3103
3104 * defs.h: Do not include "arch-utils.h".
3105 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
3106 GDB_MULTI_ARCH_PURE.
3107 * configure.in (GDB_MULTI_ARCH): Do not define.
3108 * configure, config.in: Regenerate.
3109 * configure.tgt: Do not set variable "gdb_multi_arch".
3110 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
3111 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
3112 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
3113 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
3114 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
3115 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
3116 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
3117 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
3118 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
3119 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
3120 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
3121 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
3122 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
3123 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
3124 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
3125 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
3126 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
3127 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
3128
3129 2003-08-30 Michael Chastain <mec@shout.net>
3130
3131 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
3132 * config/m68k/nm-hp300hpux.h: Delete.
3133 * config/m68k/tm-hp300hpux.h: Delete.
3134 * config/m68k/xm-hp300hpux.h: Delete.
3135 * config/m68k/xm-hp300bsd.h: Delete.
3136 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
3137 tm-hp300hpux.h, xm-hp300hpux.h.
3138 * somsolib.c: Remove comment about hp300 shared libraries.
3139
3140 2003-08-31 Mark Kettenis <kettenis@gnu.org>
3141
3142 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
3143 Only define PTRACE_GET_THREAD_AREA is not already defined.
3144 Various style fixes in code and comments and some additional
3145 spelling fixes in comments. Move after functions dealing with
3146 debug registers.
3147 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
3148 Fix coding-style.
3149
3150 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
3151 frame_unwind_register_unsigned instead of
3152 frame_unwind_unsigned_register.
3153
3154 2003-08-30 Mark Kettenis <kettenis@gnu.org>
3155
3156 * configure.in: Search for gethostbyname in libnsl.
3157 * configure: Regenerated.
3158
3159 2003-08-29 Mark Kettenis <kettenis@gnu.org>
3160
3161 * configure.in: Remove redundant AC_MSG_RESULT in check for
3162 uintptr_t in stdint.h.
3163 * configure: Regenerated.
3164
3165 * amd64-nat.h (struct regcache): Add opaque declaration.
3166
3167 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
3168 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
3169 Change "register array" to "register cache" in comments.
3170 (x86_64_linux_gregset64_reg_offset): New variable.
3171 (GETREGS_SUPPLIES): Remove macro.
3172 (supply_gregset): Call amd64_supply_native_gregset instead of
3173 x86_64_linux_supply_gregset.
3174 (fill_gregset): Rename `regno' to `regnum'. Call
3175 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
3176 (store_regs): Rename `regno' to `regnum'.
3177 (store_fpregs): Rename `regno' to `regnum'.
3178 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
3179 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3180 Reorganize function a bit.
3181 (store_inferior_registers): Rename `regno' to `regnum'. Use
3182 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3183 Reorganize function a bit.
3184 (_initialize_x86_64_linux_nat): New function.
3185 * config/i386/x86-64linux.mh.
3186
3187 2003-08-29 Andrew Cagney <cagney@redhat.com>
3188
3189 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
3190 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
3191 (target_remove_watchpoint): Delete macro.
3192 (target_insert_watchpoint): Delete macro.
3193 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
3194 (remote_mips_stopped_by_watchpoint): Delete declaration.
3195 (remote_mips_remove_watchpoint): Delete declaration.
3196 (remote_mips_set_watchpoint): Delete declaration.
3197 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
3198 * remote-mips.c (_initialize_remote_mips): Set
3199 "to_insert_watchpoint", "to_stopped_by_watchpoint",
3200 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
3201 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
3202 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
3203 (mips_stopped_by_watchpoint): Rename
3204 remote_mips_stopped_by_watchpoint.
3205 (mips_can_hardware_watchpoint): Rename
3206 remote_mips_can_use_hardware_watchpoint, update function
3207 signature.
3208
3209 2003-08-29 Mark Kettenis <kettenis@gnu.org>
3210
3211 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
3212 USER_DS. We haven't given them a register number yet.
3213
3214 * amd64-nat.h: New file.
3215 * amd64-nat.c: New file.
3216 * amd64fbsd-nat.c: Include "amd64-nat.h".
3217 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
3218 (amd64fbsd32_r_reg_offset): New variable.
3219 (supply_gregset): Simply call amd64_supply_native_gregset.
3220 (fill_gregset): Rename `regno' to `regnum'. Simply call
3221 amd64_collect_native_gregset.
3222 (fill_fpregset): Rename `regno' to `regnum'.
3223 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
3224 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3225 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3226 `fpregset_t'. Call amd64_supply_native_gregset instead of
3227 supply_gregset. Call x86_64_supply_fxsave instead of
3228 supply_fpregset.
3229 (store_inferior_registers): Rename `regno' to `regnum'. Replace
3230 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3231 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3232 `fpregset_t'. Call amd64_collect_native_gregset instead of
3233 fill_gregset. Call x86_64_collect_fxsave instead of
3234 fill_fpregset.
3235 (_initialize_am64fbsd_nat): Initialize
3236 amd64_native_gregset32_reg_offset and
3237 amd64_native_gregset64_reg_offset.
3238 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
3239
3240 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
3241 null pointer. Fix typo in comment.
3242
3243 * regcache.c (supply_register): Reimplement to call
3244 regcache_raw_supply.
3245 (regcache_collect): Reimplement by calling regcache_raw_collect.
3246
3247 2003-08-28 Mark Kettenis <kettenis@gnu.org>
3248
3249 * regcache.c (register_buffer): Consitify first argument.
3250 (regcache_raw_supply, regcache_raw_collect): New
3251 functions.
3252
3253 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
3254
3255 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
3256 by Nathan J. Williams.
3257
3258 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
3259
3260 * lin-lwp.c (wait_lwp): New function, copied from
3261 stop_wait_callback. Clean up.
3262 (stop_wait_callback): Use wait_lwp.
3263
3264 2003-08-28 Andrew Cagney <cagney@redhat.com>
3265
3266 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
3267 flavour and disassembler options.
3268 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
3269 (mips_gdbarch_init): Set "print_insn". Delete initialization of
3270 deprecated_tm_print_insn_info.
3271
3272 2003-08-27 Andrew Cagney <cagney@redhat.com>
3273
3274 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
3275 Use target_read_memory.
3276 (s390_get_frame_info): Update. Do not reference
3277 deprecated_tm_print_insn_info.
3278 (s390_check_function_end, s390_is_sigreturn): Ditto.
3279
3280 2003-08-27 Andrew Cagney <cagney@redhat.com>
3281
3282 * Makefile.in (cris-tdep.o): Update dependencies.
3283 * cris-tdep.c: Include "gdb_assert.h".
3284 (cris_gdbarch_init): Set print_insn.
3285 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
3286 (cris_delayed_get_disassembler): Simplify, directly call the
3287 disassembler returned by cris_get_disassembler.
3288 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
3289 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
3290 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
3291 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
3292 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
3293 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
3294 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
3295 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
3296 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
3297 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
3298 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
3299 (gdb_print_insn_sparc): Delete function.
3300 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
3301 deprecated_tm_print_insn_info.
3302 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
3303 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
3304 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
3305 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
3306 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
3307 * s390-tdep.c (gdb_print_insn_s390): Delete function.
3308 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
3309 (s390_gdbarch_init): Set print_insn.
3310
3311 2003-08-27 Andrew Cagney <cagney@redhat.com>
3312
3313 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
3314 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
3315 * infcall.c (call_function_by_hand): Convert the entry point
3316 address into a code address.
3317
3318 2003-08-27 Andrew Cagney <cagney@redhat.com>
3319
3320 * dsrec.c: Include "gdb_string.h".
3321 * Makefile.in (dsrec.o): Update dependencies.
3322
3323 2003-08-27 Michael Chastain <mec@shout.net>
3324
3325 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
3326
3327 2003-08-27 Andrew Cagney <cagney@redhat.com>
3328
3329 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
3330 (alpha_osf1_init_abi): Do not set call_dummy_address.
3331
3332 2003-08-27 David Carlton <carlton@kealia.com>
3333
3334 From Randolph Chung <tausq@debian.org>:
3335 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
3336 compiles with -Wformat-nonliteral -Werror.
3337
3338 2003-08-26 Jim Blandy <jimb@redhat.com>
3339
3340 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
3341 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
3342 bfd_lookup_symbol, since we only want symbols in code sections.
3343 (look_for_base): Pass zero as the SECT_FLAGS argument to
3344 bfd_lookup_symbol, since we're not concerned about which section
3345 the symbol is in.
3346
3347 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3348
3349 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
3350 we are frameless or the return address register is already known.
3351
3352 2003-08-26 Andrew Cagney <cagney@redhat.com>
3353
3354 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
3355 in size. Add comments.
3356
3357 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3358
3359 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
3360 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
3361
3362 2003-08-26 Jason Merrill <jason@redhat.com>
3363
3364 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
3365 case out of #ifdef MIPS block.
3366
3367 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
3368
3369 PR java/1322
3370 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
3371 available before calling SECT_OFF_TEXT.
3372 * PROBLEMS: Remove description of java/1322.
3373
3374 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
3375
3376 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
3377 bof, and nat0-nat127 as pseudo-registers.
3378 (ia64_frame_cache): New struct used to cache frame info.
3379 (ia64_register_reggroup_p): New routine used to override default
3380 register grouping so registers without names are still saved and
3381 restored.
3382 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
3383 pseudo values.
3384 (ia64_pseudo_register_read): New routine to read pseudo-registers.
3385 (ia64_pseudo_register_write): New routine to write pseudo-registers.
3386 (ia64_alloc_frame_cache): New routine to create a new
3387 ia64_frame_cache.
3388 (examine_prologue): Change prototype to add next_frame pointer.
3389 Assume frameless until otherwise proven. Verify that the cfm for
3390 current frame matches the cfm that should occur for the prologues
3391 alloc insn and if equal, mark as not frameless. At end of routine,
3392 if not frameless, calculate registers for the previous frame and store
3393 in the cache, if a cache is provided.
3394 (ia64_skip_prologue): Use new prototype when calling examine_prologue
3395 and pass 0 for next_frame.
3396 (ia64_store_return_value): Change to use convert_typed_floating()
3397 instead of calling ia64_convert_to_raw().
3398 (ia64_extract_return_value): Change to use convert_typed_floating()
3399 instead of calling ia64_convert_to_virtual().
3400 (ia64_frame_cache): New routine to support new frame model.
3401 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
3402 (ia64_frame_sniffer): Ditto.
3403 (ia64_sigtramp_frame_init_saved_regs): Ditto.
3404 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
3405 (ia64_sigtramp_frame_prev_register): Ditto.
3406 (ia64_sigtramp_frame_sniffer): Ditto.
3407 (ia64_frame_base_address): Ditto.
3408 (ia64_extract_struct_value_address): Change to issue error message.
3409 (ia64_frame_align): New routine to align sp.
3410 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
3411 (ia64_push_arguments): Removed. Logic moved to
3412 ia64_push_dummy_call().
3413 (ia64_push_return_address): Ditto.
3414 (ia64_unwind_dummy_id): New function.
3415 (ia64_unwind_pc): Ditto.
3416 (ia64_convert_register_p): Ditto.
3417 (ia64_register_to_value): Ditto.
3418 (ia64_value_to_register): Ditto.
3419 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
3420 (ia64_register_byte, ia64_register_raw_size): Ditto.
3421 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
3422 (ia64_saved_pc_after_call): Ditto.
3423 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
3424 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
3425 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
3426 (ia64_register_convert_to_raw): Ditto.
3427 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
3428 (ia64_init_extra_frame_info): Ditto.
3429 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
3430 (ia64_gdbarch_init): Remove registering of deprecated functions that
3431 are no longer used. Add registration of new gdbarch functions.
3432 Remove registering deprecated_write_sp. Replace
3433 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
3434 Delete set_gdbarch_deprecated_register_convertible(),
3435 set_gdbarch_deprecated_register_convert_to_virtual(), and
3436 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
3437 set_gdbarch_deprecated_register_size(),
3438 set_gdbarch_deprecated_register_bytes(),
3439 set_gdbarch_pcregnum(),
3440 set_gdbarch_deprecated_register_byte(),
3441 set_gdbarch_deprecated_register_raw_size(),
3442 set_gdbarch_deprecated_max_register_raw_size(),
3443 set_gdbarch_deprecated_register_virtual_size(),
3444 and set_gdbarch_deprecated_max_register_virtual_size() calls.
3445 Replace set_gdbarch_deprecated_extract_return_value() with
3446 set_gdbarch_extract_return_value(). Remove calls to:
3447 set_gdbarch_deprecated_saved_pc_after_call();
3448 set_gdbarch_deprecated_frame_chain(),
3449 set_gdbarch_deprecated_frame_saved_pc(),
3450 set_gdbarch_deprecated_frame_init_saved_regs(),
3451 set_gdbarch_deprecated_get_saved_register(),
3452 set_gdbarch_deprecated_call_dummy_words(),
3453 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3454 set_gdbarch_deprecated_init_extra_frame_info(),
3455 set_gdbarch_deprecated_frame_args_address(),
3456 set_gdbarch_deprecated_frame_locals_address(),
3457 and set_gdbarch_deprecated_dummy_write_sp().
3458 Add set_gdbarch_convert_register_p(),
3459 set_gdbarch_register_to_value(),
3460 set_gdbarch_value_to_register(),
3461 set_gdbarch_push_dummy_call(),
3462 set_gdbarch_frame_align(),
3463 set_gdbarch_unwind_dummy_id(),
3464 set_gdbarch_unwind_pc(),
3465 frame_unwind_append_sniffer(),
3466 frame_unwind_append_sniffer(),
3467 and frame_base_set_default().
3468
3469 2003-08-25 Chris Demetriou <cgd@broadcom.com>
3470
3471 * configure.tgt: Document need for special "mipsisa64" handling.
3472 (mipsisa64*-*-linux64): Handle as target linux64.
3473 (mipsisa64*-*-*): Handle as target embed64.
3474
3475 2003-08-18 Michael Chastain <mec@shout.net>
3476
3477 * PROBLEMS: Document pr gdb/1322, the Java anonymous
3478 objfile bug.
3479
3480 2003-08-24 Mark Kettenis <kettenis@gnu.org>
3481
3482 * i387-tdep.h: Update copyright date.
3483 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
3484
3485 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
3486 CFLAGS games to reflect reality.
3487
3488 2003-08-24 Andrew Cagney <cagney@redhat.com>
3489
3490 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
3491 GDB_MULTI_ARCH is always non-zero.
3492 * osabi.c (_initialize_gdb_osabi): Ditto.
3493 (gdbarch_init_osabi): Ditto.
3494 * sparc-tdep.c: Ditto for #if code.
3495
3496 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3497
3498 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
3499 Update comments.
3500 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
3501 comments.
3502 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
3503 x86_64_supply_fxsave.
3504 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
3505 x86_64_supply_fxsave.
3506 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
3507 x86_64_supply_fxsave.
3508
3509 2003-08-23 Andreas Jaeger <aj@suse.de>
3510
3511 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
3512 i387_supply_fxsave.
3513
3514 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3515
3516 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
3517 i387_supply_register.
3518 (go32_fetch_registers): Adjust call to i387_supply_fsave.
3519 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
3520 i387_supply_fsave.
3521 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
3522 i387_supply_fxsave.
3523 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
3524 i387_supply_fsave.
3525 * i386bsd-nat.c (supply_fpregset): Adjust call to
3526 i387_supply_fsave.
3527 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
3528 call to i387_supply_fxsave. Call i387_supply_fsave instead of
3529 supply_fpregset.
3530 (store_inferior_registers): Remove extraneous whitespace. Call
3531 i387_fill_fsave instead of fill_fpregset.
3532 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
3533 (supply_fpregset): Likewise.
3534 * i386v4-nat.c (supply_fpregset): Adjust call to
3535 i387_supply_fsave.
3536 * i386-interix-nat.c (supply_fpregset): Adjust call to
3537 i387_supply_fsave.
3538 * i386-linux-nat.c (supply_fpregset): Adjust call to
3539 i387_supply_fsave.
3540 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
3541 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
3542 i387supply_fsave and i387_supply_fxsave.
3543 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
3544 Incorporate code from `i387_supply_register.
3545 (i387_supply_register): Remove.
3546 (i387_supply_fxsave): Add `regnum' argument.
3547 Update comments.
3548 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
3549 prototype.
3550 (i387_supply_register): remove prototype.
3551 Update comments.
3552
3553 2003-08-22 Michael Chastain <mec@shout.net>
3554
3555 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
3556 Add lines for files in gdb/testsuite/gdb.cp/* that are
3557 still not 8.3 unique.
3558
3559 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
3560
3561 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
3562 TYPE_VPTR_FIELDNO is valid.
3563
3564 2003-08-19 Mark Kettenis <kettenis@gnu.org>
3565
3566 * utils.c (set_width_command): Remove prototypes.
3567 (set_screen_size): New prototype.
3568 (init_page_info): Simplify by fetching the screen size from
3569 Readline. Call set_screen_size.
3570 (set_screen_size): New function.
3571 (set_width): Add missing whitespace in comment.
3572 (set_width_command): Call set_screen_size.
3573 (set_height_command): New function.
3574 (initialize_utils): Fix formatting. Make "set height" command
3575 call set_height_command. Remove redundant code that turns off
3576 pagination if output isn't a terminal. Remove redundant call to
3577 set_width_command.
3578
3579 2003-08-22 Mark Kettenis <kettenis@gnu.org>
3580
3581 * sparc64-tdep.h (sparc64_regnum): Fix comment.
3582 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3583 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3584 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3585 `case' keyword.
3586 (sparc64_register_info): Give the reister with number
3587 SPARC64_STATE_REGNUM a name.
3588 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3589 %asi and %ccr.
3590 (sparc64_push_dummy_call): Take BIAS into account when checking
3591 stcak alignment.
3592 (sparc_software_single_step): Remove assertions that check whether
3593 NPC and NNPC were zero.
3594 (sparc_supply_rwindow): Make public. Merge functionality with
3595 sparc64_supply_rwindow.
3596 (sparc_fill_rwindow): Make public. Merge functionality with
3597 sparc64_fill_rwindow.
3598 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3599 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3600 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3601 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3602 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3603
3604 * reggroups.c: Add whitespace after declarations of local
3605 variables in functions.
3606
3607 2003-08-21 Michael Chastain <mec@shout.net>
3608
3609 * gdbtypes.h: Change array bound type from an int to enum.
3610
3611 2003-08-21 Andrew Cagney <cagney@redhat.com>
3612
3613 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3614 * config/sparc/tm-sparc.h: Ditto.
3615 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3616 unconditionally.
3617 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3618
3619 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3620
3621 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3622 (register_objfile_data, set_objfile_data, objfile_data): New
3623 prototypes.
3624 * objfiles.c (objfile_alloc_data, objfile_free_data): New
3625 prototypes.
3626 (allocate_objfile): Call objfile_alloc_data.
3627 (free_objfile): Call objfile_free_data.
3628 (struct objfile_data): New.
3629 (struct objfile_data_registration): New.
3630 (struct objfile_data_registry): New.
3631 (objfile_data_registry): New variable.
3632 (register_objfile_data): New function.
3633 (objfile_alloc_data, objfile_free_data): New functions.
3634 (set_objfile_data, objfile_data): New functions.
3635 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3636 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3637 (_initialize_dwarf2_frame): New function and prototype.
3638
3639 2003-08-21 Andrew Cagney <cagney@redhat.com>
3640
3641 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3642 a specific architecture.
3643 * arch-utils.h (set_architecture_from_arch_mach): Delete
3644 declaration.
3645 (target_architecture_hook): Delete declaration.
3646 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3647 (default_float_format): Assume GDB_MULTI_ARCH.
3648 (default_double_format): Assume GDB_MULTI_ARCH.
3649 (set_endian_from_file): Delete function.
3650 (arch_ok): Delete function.
3651 (set_arch): Delete function.
3652 (set_architecture_from_arch_mach): Delete function.
3653 (set_architecture_from_file): Delete function.
3654 (set_architecture): Assume GDB_MULTI_ARCH.
3655 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3656
3657 2003-08-21 Mark Kettenis <kettenis@gnu.org>
3658
3659 Rewrite FreeBSD/sparc64 native configuration.
3660 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3661 * sparc64fbsd-nat.c: New file.
3662 * sparc64fbsd-tdep.c: New file.
3663 * sparc64-tdep.c sparc64-tdep.h: New files.
3664 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3665 sparc64fbsd-tdep.o): New dependencies.
3666 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3667 and sparc64fbsd-tdep.c.
3668 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3669 * config/sparc/fbsd.mh: Remove copyright notice.
3670 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3671 sparcbsd-nat.o.
3672 * config/sparc/fbsd.mt: Remove copyright notice.
3673 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3674 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3675 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3676 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3677 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3678 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3679 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3680 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3681 "sparc/tm-sp64.h".
3682 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3683 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3684
3685 2003-08-21 Michael Chastain <mec@shout.net>
3686
3687 * symtab.h: Add doco on the space critical structures and
3688 some measurements of space usage.
3689
3690 2003-08-21 Michael Snyder <msnyder@redhat.com>
3691
3692 * tracepoint.c (trace_dump_command): Trace break address
3693 is subject to DECR_PC_AFTER_BREAK.
3694 (set_traceframe_context): Make "trace_line" an int.
3695 Fixes suggested by Mark Newman <mark.newman@lmco.com>
3696
3697 2003-08-20 Michael Snyder <msnyder@redhat.com>
3698
3699 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
3700 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3701 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
3702 argument passing.
3703 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
3704 functions, replace sh_push_dummy_call.
3705 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3706
3707 2003-08-20 Michael Chastain <mec@shout.net>
3708
3709 * gdbtypes.h (struct main_type): Rearrange to save space.
3710
3711 2003-08-20 Michael Snyder <msnyder@redhat.com>
3712
3713 * trad-frame.c: Comment typo fix.
3714
3715 2003-08-20 Michael Snyder <msnyder@redhat.com>
3716 Kevin Buettner <kevinb@redhat.com>
3717
3718 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3719 (frv_frame_init_saved_regs): Add declaration.
3720 (frame_extra_info): Add new field ``saved_regs''.
3721 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3722 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3723 Update frame related code.
3724 (frv_extract_struct_value_address): Adjust formatting.
3725 * Makefile.in (frv-tdep.o): Update dependencies.
3726 * config/frv/tm-frv.h (target_insert_watchpoint)
3727 (target_remove_watchpoint, target_insert_hw_breakpoint)
3728 (target_remove_hw_breakpoint): Delete these macros.
3729 (remote_insert_watchpoint, remote_remove_watchpoint)
3730 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3731 these declarations.
3732
3733 2003-08-20 Michael Chastain <mec@shout.net>
3734
3735 * defs.h (ENUM_BITFIELD): New macro.
3736 * symtab.h (ENUM_BITFIELD): Use it.
3737 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3738
3739 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3740
3741 * MAINTAINERS (write after approval): Add myself.
3742
3743 2003-08-18 Andrew Cagney <cagney@redhat.com>
3744
3745 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3746 * gdbarch.h, gdbarch.c: Re-generate.
3747 * infcall.c (call_function_by_hand): Adjust the SP by
3748 frame_red_zone_size before allocating any stack space.
3749 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3750 * x86-64-tdep.c (x86_64_frame_align): New function.
3751 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3752
3753 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3754 Remove code adjusting SP so that it skips over the Red Zone.
3755
3756 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3757
3758 * NEWS (New native configurations): Mention FreeBSD/amd64.
3759
3760 2003-08-18 Andrew Cagney <cagney@redhat.com>
3761
3762 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3763 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3764 "m68k_frame_p".
3765 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3766
3767 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3768
3769 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3770
3771 2003-08-18 Michal Ludvig <mludvig@suse.cz>
3772
3773 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3774 Define.
3775 * i386-linux-nat.c: Include "linux-nat.h".
3776 (child_post_startup_inferior): New function.
3777
3778 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3779
3780 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3781 at the start of a frameless function. This probably fixes PR
3782 backtrace/1338.
3783
3784 2003-08-17 Michael Chastain <mec@shout.net>
3785
3786 * symfile.c (find_sym_fns): Remove special case for apollo target.
3787
3788 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3789
3790 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3791 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3792 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3793 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3794 (linux_supports_tracevforkdone): New function.
3795 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3796 TRACEVFORKDONE.
3797 (child_follow_fork): Handle vfork.
3798 (linux_handle_extended_wait): Likewise. Also handle exec.
3799 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3800 * NEWS: Mention fork tracing.
3801
3802 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3803
3804 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3805
3806 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3807
3808 * Makefile.in (i386-linux-nat.o): Update dependencies.
3809 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3810 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3811 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3812 * i386-linux-nat.c: Include "linux-nat.h".
3813 (child_post_startup_inferior): New function.
3814 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3815 * infptrace.c (kill_inferior): Wrap in #ifdef.
3816 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3817 attaching to each LWP.
3818 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3819 (init_lin_lwp_ops): Fill in some more operations.
3820 * linux-nat.h (linux_enable_event_reporting)
3821 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3822 prototypes.
3823 * linux-nat.c (linux_enable_event_reporting): New function.
3824 (child_post_attach, linux_child_post_startup_inferior)
3825 (child_post_startup_inferior, child_follow_fork)
3826 (linux_handle_extended_wait, kill_inferior): New functions.
3827
3828 2003-08-16 Andrew Cagney <cagney@redhat.com>
3829
3830 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3831 * gdbarch.h, gdbarch.c: Re-generate.
3832
3833 2003-08-16 Mark Kettenis <kettenis@gnu.org>
3834
3835 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3836
3837 2003-08-16 Andrew Cagney <cagney@redhat.com>
3838
3839 * NEWS: Mention that "set prompt-escape-char" was deleted.
3840 * top.c (get_prompt_1): Delete function.
3841 (gdb_prompt_escape):
3842 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3843 prompt-escape-char" command.
3844 (MAX_PROMPT_SIZE): Delete macro.
3845 (get_prompt): Simplify, do not call get_prompt_1.
3846
3847 2003-08-16 Andrew Cagney <cagney@redhat.com>
3848
3849 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3850 -Werror. -Wformat-nonliteral problems.
3851
3852 2003-08-15 J. Brobecker <brobecker@gnat.com>
3853
3854 Further multiarching work mostly for hppa64-*-hpux11:
3855 * hppa-tdep.h: New file.
3856 * hppa-tdep.c: #include hppa-tdep.c.
3857 (hppa32_num_regs): Renamed from hppa_num_regs.
3858 (hppa64_num_regs): New constant.
3859 (hppa64_call_dummy_breakpoint_offset): New constant.
3860 (hppa32_call_dummy_length): New constant.
3861 (hppa64_call_dummy_length): New constant.
3862 (hppa32_stack_align): Make name 32bit explicit.
3863 (hppa32_register_virtual_type): Likewise.
3864 (hppa32_extract_return_value): Likewise.
3865 (hppa32_use_struct_convention): Likewise.
3866 (hppa32_store_return_value): Likewise.
3867 (hppa64_register_virtual_type): New function.
3868 (hppa64_extract_return_value): New function.
3869 (hppa64_use_struct_convention): New function.
3870 (hppa64_store_return_value): New function.
3871 (hppa_frame_locals_address): Remove declaration, function does
3872 not exist anymore.
3873 (hppa_register_byte): Add support for PA64 ABI.
3874 (hppa_gdbarch_init): Add support for PA64 ABI.
3875 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3876 Make name 32bit explicit.
3877 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3878 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3879 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3880 (hppa64_hpux_frame_base_before_sigtramp): New function.
3881 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3882 * config/pa/tm-hppa64.h: Remove macros that are no longer
3883 necessary now that the gdbarch vector is properly setup.
3884 Transform some macros into function calls. Some minor cleanup.
3885 * config/pa/tm-hppah.h: Update function calls in macros
3886 following the function renaming in hppa-hpux-tdep.c.
3887 * Makefile.in (hppa_tdep_h): New variable.
3888 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3889
3890 2003-08-14 Michael Snyder <msnyder@redhat.com>
3891
3892 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3893
3894 2003-08-13 J. Brobecker <brobecker@gnat.com>
3895
3896 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3897 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3898 routine.
3899
3900 2003-08-13 Michael Snyder <msnyder@redhat.com>
3901
3902 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3903 (frv_saved_pc_after_call): Use deprecated ftype.
3904 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3905 (frv_remote_translate_xfer_address): Remove.
3906 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3907
3908 2003-08-13 J. Brobecker <brobecker@gnat.com>
3909
3910 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3911 initialization after the common gdbarch initialization, not before.
3912
3913 2003-08-13 J. Brobecker <brobecker@gnat.com>
3914
3915 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3916 (ADDR_BITS_REMOVE): Remove, redundant.
3917
3918 2003-08-13 J. Brobecker <brobecker@gnat.com>
3919
3920 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3921 gdbarch method to clear the 2 low bits of text addresses.
3922
3923 2003-08-12 Andrew Cagney <cagney@redhat.com>
3924
3925 * Makefile.in (dsrec.o): Update dependencies.
3926 * dsrec.c: Include "gdb_assert.h".
3927 (make_srec): Use snprintf instead of sprintf, use a literal format
3928 string.
3929
3930 2003-08-12 Andrew Cagney <cagney@redhat.com>
3931
3932 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3933 FRAME_OBSTACK_ZALLOC.
3934
3935 2003-08-12 Kevin Buettner <kevinb@redhat.com>
3936
3937 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3938 SSE registers.
3939
3940 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3941
3942 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3943 amd64fbsd_sc_reg_offset): Add extern declarations.
3944 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3945 declarations.
3946
3947 2003-08-11 Ben Elliston <bje@wasabisystems.com>
3948
3949 * MAINTAINERS (write after approval): Update my mail address.
3950
3951 2003-08-10 Andrew Cagney <cagney@redhat.com>
3952
3953 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3954
3955 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3956
3957 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3958 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3959 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3960 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3961 i386bsd_sc_reg_offset): Add extern declarations.
3962 * i386obsd-nat.c: Include "i386-tdep.h"
3963 (_initialize_i386obsd_nat): Remove extern declarations.
3964 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3965 declarations.
3966 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3967 declarations.
3968
3969 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3970 instead of frame_read_register.
3971 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3972 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3973 SP_REGNUM.
3974 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3975 instead of frame_unwind_unsigned_register. Use
3976 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3977 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3978 instead of read_register. Use builtin_type_void_data_ptr instead
3979 of builtin_type_void_func_ptr when extracting the address of the
3980 jmp_buf.
3981 (i386_extract_return_value, i386_store_return_value,
3982 i386_pseudo_register_read, i386_pseudo_register_write): Use
3983 register_size instead REGISTER_RAW_SIZE.
3984
3985 2003-08-10 Andrew Cagney <cagney@redhat.com>
3986
3987 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3988 sprintf. Make "name" constant.
3989
3990 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3991
3992 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3993 instead of frame_read_register.
3994 (i387_print_float_info): Use get_frame_register and
3995 get_frame_register_unsigned instead of frame_register_read.
3996
3997 * i386fbsd-nat.c: Include "i386-tdep.h".
3998 (child_resume): Make `eflags' an ULONGEST. Use
3999 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
4000 instead of register_read and register_write.
4001
4002 * i386bsd-nat.c (fetch_inferior_registers,
4003 store_inferior_registers): Don't use && at the end of a line.
4004 (_initialize_i386bsd_nat): Fix typo.
4005
4006 * frame.c (_initialize_frame): Add missing backslash.
4007
4008 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
4009 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
4010 and supply_register instead of manipulating the register buffer
4011 directly.
4012
4013 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
4014 * config/i386/nm-i386sol2.h
4015 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
4016
4017 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
4018 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
4019 instructions that GCC likes to mingle into the prologue. Fixes
4020 gdb/1253 and gdb/1255.
4021
4022 2003-08-09 Andrew Cagney <cagney@redhat.com>
4023
4024 Fix GDB PR cli/926.
4025 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
4026 * command.h (add_setshow_uinteger_cmd): Declare.
4027 * frame.c (set_backtrace_cmd): New function.
4028 (show_backtrace_cmd): New function.
4029 * frame.c (_initialize_frame): Replace "set/show
4030 backtrace-below-main" with "set/show backtrace past-main". Add
4031 command "set/show backtrace limit".
4032 (backtrace_past_main): Rename "backtrace_below_main".
4033 (backtrace_limit): New variable.
4034 (get_prev_frame): Update. Check the backtrace_limit.
4035
4036 2003-08-09 Andrew Cagney <cagney@redhat.com>
4037
4038 * defs.h (xstrprintf): Declare.
4039 * utils.c (xstrprintf): New function.
4040 * breakpoint.c (insert_breakpoints): Replace sprintf and
4041 non-literal format strings, with xstrprintf and cleanups.
4042 (delete_breakpoint,breakpoint_re_set): Ditto.
4043 (commands_command, insert_breakpoints): Ditto.
4044 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
4045 (break_at_finish_command_1): Ditto.
4046
4047 2003-08-09 Andrew Cagney <cagney@redhat.com>
4048
4049 * MAINTAINERS (language support): List Adam Fedor as Objective C
4050 maintainer.
4051
4052 2003-08-08 J. Brobecker <brobecker@gnat.com>
4053
4054 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
4055 are now multiarched.
4056
4057 2003-08-08 J. Brobecker <brobecker@gnat.com>
4058
4059 * config/pa/tm-hppa64.h: Remove lots of macros that are no
4060 longer necessary now that hppa64 is partially multiarch'ed.
4061
4062 2003-08-08 Andrew Cagney <cagney@redhat.com>
4063
4064 * interps.c (interp_set): Check for a NULL "old_interp".
4065
4066 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
4067
4068 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
4069 (install-only): Support DESTDIR.
4070 (uninstall): Likewise.
4071 (install-gdbtk): Likewise.
4072
4073 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
4074
4075 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
4076 contains something meaningful at all times.
4077
4078 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
4079
4080 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
4081
4082 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
4083
4084 * MAINTAINERS (write after approval): Added self.
4085
4086 2003-08-07 Andrew Cagney <cagney@redhat.com>
4087
4088 * inferior.h (AT_SYMBOL): Define.
4089 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
4090 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
4091 * mips-tdep.c (mips_call_dummy_address): Delete function.
4092 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
4093 set call_dummy_address.
4094
4095 2003-08-07 Andrew Cagney <cagney@redhat.com>
4096
4097 * language.c (op_error): Delete function.
4098 (binop_type_check): Delete function.
4099 * language.h (type_op_error, range_op_error): Delete macros.
4100 (op_error): Delete declaration.
4101
4102 2003-08-07 Andrew Cagney <cagney@redhat.com>
4103
4104 * interps.h (INTERP_MI2, INTERP_MI3): Define.
4105
4106 2003-08-07 Michal Ludvig <mludvig@suse.cz>
4107
4108 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
4109 (x86_64_push_arguments): Skip the red zone.
4110
4111 2003-08-05 Andrew Cagney <cagney@redhat.com>
4112
4113 * reggroups.c (reggroup_next): Check for the final entry.
4114
4115 2003-08-04 Andrew Cagney <cagney@redhat.com>
4116
4117 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
4118 * cli/cli-script.c (define_command): Call query directly, instead
4119 of passing it a buffer.
4120 * ocd.c (ocd_error): Pass error a constant format string.
4121 * remote-mips.c (mips_error): Use fputs_filtered.
4122
4123 * solib-svr4.c (_initialize_svr4_solib): Update
4124 register_gdbarch_data call.
4125 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
4126
4127 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
4128 (register_gdbarch_data): Delete "free" parameter. Update
4129 comments.
4130 * gdbarch.h, gdbarch.c: Re-generate.
4131 * reggroups.c (_initialize_reggroup): Update.
4132 * gnu-v3-abi.c (init_gnuv3_ops): Update.
4133 * frame-base.c (_initialize_frame_base): Update.
4134 * frame-unwind.c (_initialize_frame_unwind): Update.
4135 * user-regs.c (_initialize_user_regs): Update.
4136 * remote.c (_initialize_remote): Update.
4137 * regcache.c (_initialize_regcache): Update.
4138
4139 * regcache.c (xfree_regcache_descr): Delete function.
4140 (_initialize_regcache): Update call to register_gdbarch_data.
4141 (init_regcache_descr, init_legacy_regcache_descr): Use
4142 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
4143
4144 * remote.c (free_remote_state): Delete function.
4145 (_initialize_remote): Update register_gdbarch_data.
4146 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
4147 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
4148
4149 2003-08-04 Andrew Cagney <cagney@redhat.com>
4150
4151 * reggroups.c (struct reggroup_el): Define.
4152 (struct reggroups): Delete field "nr_group". Replace array
4153 "group" with a "first" to "last" linked list.
4154 (reggroups_init): Update. Allocate using gdbarch's obstack.
4155 (reggroups_free): Delete function.
4156 (add_group): Update. Add "el" parameter.
4157 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
4158 (default_groups): Update.
4159 (reggroup_next): Replace reggroups.
4160 (reggroups_dump): Update.
4161 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
4162 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
4163 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
4164
4165 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
4166
4167 * Makefile.in (tui-interp.o): Update dependencies.
4168
4169 2003-08-04 David Carlton <carlton@kealia.com>
4170
4171 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
4172 to internal_error call.
4173 * source.c (forward_search_command): Add "%s" format argument.
4174 (reverse_search_command): Ditto.
4175 * top.c (quit_confirm): Ditto.
4176 * cli/cli-setshow.c (do_setshow_command): Ditto.
4177 * cp-valprint.c (cp_print_class_method): Replace
4178 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
4179 (cp_print_class_member): Ditto.
4180 * event-top.c (command_line_handler): Ditto.
4181 * linux-proc.c (linux_info_proc_cmd): Ditto.
4182 * p-typeprint.c (pascal_type_print_base): Ditto.
4183 * p-valprint.c (pascal_object_print_class_method): Ditto.
4184 (pascal_object_print_class_member): Ditto.
4185 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
4186 * remote.c (remote_cisco_section_offsets): Ditto.
4187 * top.c (command_line_input): Ditto.
4188 * utils.c (vwarning,error_stream,quit): Ditto.
4189 * valprint.c (print_floating,print_binary_chars)
4190 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
4191
4192 2003-08-04 Andrew Cagney <cagney@redhat.com>
4193
4194 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
4195
4196 2003-08-02 Andrew Cagney <cagney@redhat.com>
4197
4198 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
4199 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
4200 amd64fbsd-nat.c.
4201
4202 2003-08-02 Andrew Cagney <cagney@redhat.com>
4203
4204 * Makefile.in: Update all dependencies and definitions.
4205
4206 2003-08-02 Adam Fedor <fedor@gnu.org>
4207
4208 * linespec.c (is_objc_method_format): New function
4209 (decode_line_1, locate_first_half): Use it.
4210 Fixes PR objc/1298
4211
4212 2003-08-01 Andrew Cagney <cagney@redhat.com>
4213
4214 * NEWS: Mention that m32r is multi-arch.
4215 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
4216 * configure.tgt: Recognize m32r-*-*.
4217 * config/m32r/tm-m32r.h: Delete file.
4218 * config/m32r/m32r.mt: New file.
4219 * m32r-rom.c (m32r_upload_command): Use hostent only when
4220 gethostname succeeds, in order to avoid a compilation
4221 warning.
4222 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
4223 compiler warning.
4224
4225 2003-08-01 Michael Snyder <msnyder@redhat.com>
4226
4227 * sh-tdep.c (sh_frame_align): New gdbarch method.
4228 (sh_gdbarch_init): Set up frame_align method.
4229
4230 2003-07-31 Michael Snyder <msnyder@redhat.com>
4231
4232 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
4233 which is already covered by the new frames infrastructure.
4234
4235 2003-07-31 Andrew Cagney <cagney@redhat.com>
4236
4237 * user-regs.c (struct user_reg): Add "next" link.
4238 (struct user_regs): Replace "user" with "first" and "last" links.
4239 (append_user_reg): Add pre-allocated "reg" parameter.
4240 (builtin_user_regs): Provide initial value for "last".
4241 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
4242 (user_regs_init): Allocate memory from the gdbarch obstack.
4243 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
4244 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
4245 linked list.
4246 (usernum_to_user_reg): New function.
4247 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
4248 (value_of_user_reg): Use usernum_to_user_reg.
4249 (user_regs_free): Delete function.
4250 (_initialize_user_regs): Update register_gdbarch_data call.
4251
4252 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
4253
4254 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
4255
4256 2003-07-30 Michael Snyder <msnyder@redhat.com>
4257
4258 * value.h (value_being_returned): Add a struct_addr argument.
4259 * infcall.c (call_function_by_hand): Pass struct_addr to
4260 value_being_returned.
4261 * infcmd.c (print_return_value): Pass zero as struct_addr.
4262 * values.c (value_being_returned): If struct_addr is passed,
4263 use it instead of trying to recover it from the inferior.
4264
4265 2003-07-30 Kevin Buettner <kevinb@redhat.com>
4266
4267 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
4268 the prologue analyzer won't need to attempt to extract the pc
4269 value from the woefully incomplete dummy frame.
4270 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
4271 possible. Disable code which modifies the frame.
4272
4273 2003-07-28 Andrew Cagney <cagney@redhat.com>
4274
4275 * annotate.c (annotate_breakpoints_headers): Restrict annotation
4276 to level 2.
4277 (annotate_breakpoints_table, annotate_record): Ditto.
4278 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
4279 (annotate_field_name_end, annotate_field_value): Ditto.
4280 (annotate_field_end, annotate_frame_source_begin): Ditto.
4281 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
4282 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
4283 (annotate_frame_begin, annotate_frame_function_name): Ditto.
4284 (annotate_frame_address_end, annotate_frame_address): Ditto.
4285 (annotate_frame_args, annotate_frame_end): Ditto.
4286 (annotate_frame_where, annotate_arg_begin): Ditto.
4287 (annotate_arg_name_end, annotate_arg_value): Ditto.
4288 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
4289 (annotate_function_call, annotate_signal_name): Ditto.
4290 (annotate_signal_string, annotate_signal_name_end): Ditto.
4291 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
4292 (annotate_value_begin, annotate_value_history_value): Ditto.
4293 (annotate_value_history_end, annotate_value_end): Ditto.
4294 (annotate_display_begin, annotate_display_number_end): Ditto.
4295 (annotate_display_format, annotate_display_expression): Ditto.
4296 (annotate_display_expression_end, annotate_display_value): Ditto.
4297 (annotate_display_end, annotate_array_section_begin): Ditto.
4298 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
4299 (annotate_elt, annotate_array_section_end): Ditto.
4300
4301 2003-07-28 Andrew Cagney <cagney@redhat.com>
4302
4303 * regcache.c (struct regcache_descr): Update comments on
4304 nr_raw_registers.
4305 (init_legacy_regcache_descr): Don't set nr_raw_registers or
4306 sizeof_raw_register_valid_p.
4307 (init_regcache_descr): Set nr_raw_registers and
4308 sizeof_raw_register_valid_p before calling
4309 init_legacy_regcache_descr.
4310
4311 2003-07-28 Andrew Cagney <cagney@redhat.com>
4312
4313 * mips-tdep.c (print_gp_register_row): Print the GPR's register
4314 MOD NUM_REGS.
4315
4316 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
4317
4318 * thread.c (info_threads_command): Use get_selected_frame ().
4319 Check that there is at least one non-sentinel frame.
4320
4321 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4322
4323 * m68hc11-tdep.c (struct frame_extra_info): Remove.
4324 (m68hc11_pop_frame): Remove.
4325 (m68hc11_frame_saved_pc): Remove.
4326 (m68hc11_frame_chain): Remove.
4327 (m68hc11_frame_init_saved_regs): Remove.
4328 (m68hc11_init_extra_frame_info): Remove.
4329 (m68hc11_store_struct_return): Remove.
4330 (m68hc11_saved_pc_after_call): Remove.
4331
4332 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4333
4334 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
4335 frame unwind information.
4336 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
4337 and adapted for frame unwinding.
4338 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
4339 (m68hc11_unwind_pc): New function.
4340 (m68hc11_frame_unwind_cache): New function to analyze frames.
4341 (m68hc11_frame_this_id): New function to create new frame struct.
4342 (m68hc11_frame_prev_register): New function to unwind a register from
4343 the frame.
4344 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
4345 (m68hc11_frame_p): New function for the above.
4346 (m68hc11_frame_base_address): New function to return fp of frame.
4347 (m68hc11_frame_args_address): Update for frame.
4348 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
4349 (m68hc11_unwind_sp): New function.
4350 (m68hc11_unwind_dummy_id): New function.
4351 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
4352 calls.
4353
4354 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4355
4356 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
4357 (m68hc11_guess_from_prologue): Advance the pc and frame size only
4358 when we are beyond the current pc.
4359
4360 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4361
4362 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
4363 from m68hc11_push_arguments.
4364 (m68hc11_push_arguments): Remove.
4365 (m68hc11_push_return_address): Remove.
4366 (m68hc11_gdbarch_init): Install the above; remove above deprecated
4367 handlers; remove deprecated_extra_stack_alignment_needed.
4368
4369 2003-07-27 Andrew Cagney <cagney@redhat.com>
4370
4371 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
4372 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
4373 REAL_PC and not the pointer.
4374 * hppa-hpux-tdep.c: Include frame.h
4375
4376 2003-07-27 Andrew Cagney <cagney@redhat.com>
4377
4378 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
4379 GDB_MULTI_ACH_PARTIAL.
4380
4381 2003-07-27 Andrew Cagney <cagney@redhat.com>
4382
4383 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
4384 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
4385 operator at start and not end of line.
4386 (decode_prologue): Ditto.
4387 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
4388 frame_unwind_register_unsigned instead of
4389 frame_unwind_unsigned_register.
4390 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
4391 read_register.
4392 (m32r_push_dummy_call): Use register_size instead of
4393 REGISTER_RAW_SIZE.
4394 (m32r_frame_sniffer): Replace m32r_frame_p.
4395 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
4396 * m32r-rom.c (report_transfer_performance): Delete extern
4397 declaration.
4398 (m32r_load, m32r_upload_command): Use print_transfer_performance
4399 instead of report_transfer_performance.
4400 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
4401 / add_show_from_set.
4402
4403 2003-07-26 Andrew Cagney <cagney@redhat.com>
4404
4405 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
4406 store_return_value and extract_struct_value_address.
4407
4408 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
4409
4410 PR c++/1267
4411 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
4412 NULL, default to the section containing PC.
4413
4414 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
4415
4416 * NEWS: Mention "regs" deprecated for m68hc11 too.
4417
4418 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
4419 (m68hc11_print_register): New function to print out one register.
4420 (m68hc11_print_registers_info): New function to print registers.
4421 (show_regs): Deprecate and use the above.
4422 (m68hc11_gdbarch_init): Install the print_registers_info.
4423
4424 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
4425
4426 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
4427 that we have a SIGTRAP before returning non-zero.
4428
4429 2003-07-23 Michal Ludvig <mludvig@suse.cz>
4430 Elena Zannoni <ezannoni@redhat.com>
4431
4432 * linespec.c (decode_line_2): Avoid crash if
4433 find_function_start_sal() returns empty record.
4434
4435 2003-07-23 Andreas Schwab <schwab@suse.de>
4436
4437 * ia64-tdep.c (ia64_print_insn): New function.
4438 (ia64_gdbarch_init): Set print_insn to it.
4439 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
4440 deprecated_tm_print_insn_info.
4441
4442 2003-07-22 Michael Snyder <msnyder@redhat.com>
4443
4444 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
4445 handle 8-bit returns (long long).
4446 (h8300h_extract_return_value): Ditto.
4447 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
4448
4449 2003-07-22 Andrew Cagney <cagney@redhat.com>
4450
4451 * gdbarch.c Include "gdb_obstack.h".
4452 (struct gdbarch): Add an "obstack".
4453 (alloc_gdbarch_data): Allocate the gdbarch data using
4454 GDBARCH_OBSTACK_CALLOC.
4455 (free_gdbarch_data): Delete function.
4456 (gdbarch_obstack_zalloc): New function.
4457 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
4458 Assert that the architecture is not initialized.
4459 (gdbarch_alloc): Allocate an obstack, allocate the architecture
4460 vector from the obstack.
4461 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
4462 architecture obstack.
4463 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
4464 (set_gdbarch_data): Assert that the data is not initialized.
4465 (struct gdbarch_data): Delete member "free".
4466 (register_gdbarch_data): Do not initialize "free".
4467 * gdbarch.h, gdbarch.c: Re-generate.
4468
4469 2003-07-22 Andrew Cagney <cagney@redhat.com>
4470
4471 * configure.in (build_warnings): Add -Wformat-nonliteral.
4472 * configure: Re-generate.
4473
4474 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4475
4476 * dwarf2loc.c (locexpr_describe_location): Fix typos.
4477
4478 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4479
4480 * findvar.c (read_var_value): Remove case for thread local storage
4481 variables. It is now entirely handled by the dwarf2 location
4482 expression code.
4483 * printcmd.c (address_info): Ditto.
4484 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
4485 enumeration value.
4486 (struct symbol): Remove objfile field, which was used by
4487 LOC_THREAD_LOCAL_STATIC only.
4488 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
4489 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
4490 usage of objfile pointer.
4491 * dwarf2loc.c (locexpr_describe_location): Add case to handle
4492 thread local variables.
4493 Add include of objfiles.h.
4494 * dwarf2expr.c (execute_stack_op): Add comments about thread local
4495 storage variables.
4496 * Makefile.in (dwarf2loc.o): Update dependencies.
4497
4498 2003-07-22 Andrew Cagney <cagney@redhat.com>
4499
4500 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
4501 get_frame_base.
4502 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
4503 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
4504 (struct value): Add opaque declaration.
4505 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
4506
4507 2003-07-21 Andrew Cagney <cagney@redhat.com>
4508
4509 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4510 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
4511
4512 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4513
4514 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4515 regcache_cooked_read_unsigned instead of read_register.
4516 (m68hc11_saved_pc_after_call): Likewise.
4517 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
4518 instead of write_register.
4519 (m68hc11_register_type): New function.
4520 (m68hc11_register_virtual_type): Remove.
4521 (m68hc11_store_return_value): Convert to use the regcache.
4522 (m68hc11_extract_struct_value_address): Likewise.
4523 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
4524 m68hc11_register_type; undeprecate store_return_value and
4525 extract_struct_value_address.
4526
4527 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4528
4529 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
4530 and translate to use regcache.
4531 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
4532
4533 2003-07-18 Andrew Cagney <cagney@redhat.com>
4534
4535 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
4536 * gdbarch.h, gdbarch.c: Re-generate.
4537 * i386-tdep.c (i386_gdbarch_init): Do not set
4538 DWARF2_BUILD_FRAME_INFO.
4539 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
4540 unconditionally.
4541 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
4542 DWARF2_BUILD_FRAME_INFO.
4543
4544 2003-07-18 Andrew Cagney <cagney@redhat.com>
4545
4546 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4547 * disasm.c (gdb_disassemble_info): Initilize di.arch.
4548
4549 2003-07-18 Andrew Cagney <cagney@redhat.com>
4550
4551 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
4552 frame_unwind_address_in_block, instead of frame_pc_unwind.
4553 (dwarf2_frame_cache): Ditto.
4554
4555 2003-07-18 Andrew Cagney <cagney@redhat.com>
4556
4557 * user-regs.h (struct gdbarch): Declare opaque.
4558 * ui-out.h (struct ui_file): Declare opaque.
4559 * dwarf2-frame.h (struct frame_info): Declare opaque.
4560
4561 2003-07-18 Kris Warkentin <kewarken@qnx.com>
4562
4563 * nto-procfs.c: Clean ARI hits. Change #include <..> to
4564 #include "...".
4565 (procfs_meminfo): Change strerror to safe_strerror.
4566 (procfs_can_run): Remove K&R badness.
4567
4568 2003-07-17 Michael Snyder <msnyder@redhat.com>
4569
4570 * remote-sim.c: Comment typo fix.
4571
4572 2003-07-17 Andrew Cagney <cagney@redhat.com>
4573
4574 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
4575 configure.
4576 * sparc-tdep.c (sparc_intreg_size): Make non-static.
4577 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4578 GDB_MULTI_ARCH_PARTIAL.
4579
4580 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
4581
4582 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4583 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
4584 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4585
4586 2003-07-16 Theodore A. Roth <troth@openavr.org>
4587
4588 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4589 found.
4590 (avr_frame_unwind_cache): Don't unwind FP for main.
4591 Update a comment.
4592 Save the computed prev_sp.
4593 (avr_saved_regs_unwinder): Remove function.
4594 (avr_frame_prev_register): Use PC unwind logic from
4595 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4596
4597 2003-07-16 Andrew Cagney <cagney@redhat.com>
4598
4599 * frame-base.h (frame_base_p_ftype): Delete definition.
4600 (frame_base_append_predicate): Delete declaration.
4601 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4602 (frame_unwind_append_predicate): Delete declaration.
4603 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4604 (append_predicate): Delete parameter "p".
4605 (frame_unwind_append_predicate): Delete function.
4606 (frame_unwind_append_sniffer): Update call to append_predicate.
4607 (frame_unwind_free): Delete function.
4608 (_initialize_frame_unwind): Pass NULL as "free" to
4609 register_gdbarch_data.
4610 (frame_unwind_init): Append the dummy_frame_sniffer.
4611 (frame_unwind_find_by_frame): Simplify.
4612 * frame-base.c (struct frame_base_table): Delete field "p".
4613 (append_predicate): Delete parameter "p".
4614 (frame_base_append_predicate): Delete function.
4615 (frame_base_append_sniffer): Update call to append_predicate.
4616 (frame_base_free): Delete function.
4617 (frame_base_find_by_frame): Simplify.
4618 (_initialize_frame_base): Pass NULL as "free" to
4619 register_gdbarch_data.
4620 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4621 (x86_64_sigtramp_frame_sniffer): Replace
4622 "x86_64_sigtramp_frame_p".
4623 (x86_64_init_abi): Set the frame unwind sniffers.
4624 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4625 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4626 (m68k_gdbarch_init): Set the frame unwind sniffers.
4627 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4628 "i386_sigtramp_frame_p".
4629 (i386_frame_sniffer): Replace "i386_frame_p".
4630 (i386_gdbarch_init): Set the frame unwind sniffers.
4631 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4632 (avr_gdbarch_init): Set the frame unwind sniffers.
4633 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4634 "alpha_sigtramp_frame_p"
4635 (alpha_heuristic_frame_sniffer): Replace
4636 "alpha_heuristic_frame_p".
4637 (alpha_gdbarch_init): Set the frame unwind sniffers.
4638 (alpha_dwarf2_init_abi): Ditto.
4639 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4640 "alpha_debug_frame_p".
4641 (alpha_mdebug_frame_base_sniffer): Replace
4642 "alpha_mdebug_frame_base_p".
4643 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4644 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4645 (d10v_gdbarch_init): Set the frame unwind sniffer.
4646 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4647 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4648 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4649 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4650 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4651 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4652
4653 2003-07-16 Michael Snyder <msnyder@redhat.com>
4654
4655 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4656 should go thru sh_dsp_register_sim_regno, else the dsp regs
4657 will not get the right values.
4658
4659 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4660
4661 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4662 deprecated_store_floating by call to store_typed_floating.
4663 (sh_sh4_register_convert_to_raw): Substitute call to
4664 deprecated_extract_floating by call to extract_typed_floating.
4665
4666 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4667
4668 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4669
4670 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4671
4672 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4673 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4674 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4675 as possible.
4676 (do_pseudo_register): Remove.
4677 (sh_push_dummy_code): New function.
4678 (sh64_store_struct_return): Rename from sh_store_struct_return.
4679 Only called for sh64 now.
4680 (sh_extract_struct_value_address): Regcache'ify.
4681 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4682 and accomodate new tasks.
4683 (sh64_push_return_address): Rename from sh_push_return_address.
4684 Only called for sh64 now.
4685 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4686 Regcache'ify.
4687 (sh3e_sh4_extract_return_value): Regcache'ify.
4688 (sh_default_store_return_value): Ditto.
4689 (sh3e_sh4_store_return_value): Ditto.
4690 (sh_default_register_byte): Remove.
4691 (sh_sh4_register_byte): Remove.
4692 (sh_default_register_raw_size): Remove.
4693 (sh_sh4_register_raw_size): Remove.
4694 (sh_register_virtual_size): Remove.
4695 (sh_sh3e_register_virtual_type): Remove.
4696 (sh_sh3e_register_type): New function.
4697 (sh_sh4_register_virtual_type): Remove.
4698 (sh_sh4_register_type): New function.
4699 (sh_default_register_virtual_type): Remove.
4700 (sh_default_register_type): New function.
4701 (do_fv_register_info): Add parameters to accomodate call from
4702 sh_print_registers_info.
4703 (do_dr_register_info): Ditto.
4704 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4705 Add parameters to accomodate call from sh_print_registers_info.
4706 (sh_do_fp_register): Ditto.
4707 (sh64_do_pseudo_register): Call do_dr_register_info,
4708 do_fv_register_info and sh_do_fp_register with default parameters.
4709 (sh_do_register): Add parameters to accomodate call from
4710 sh_print_registers_info.
4711 (sh_print_register): Ditto.
4712 (sh_print_registers_info): Rename from sh_do_registers_info.
4713 Add parameters to be used as gdbarch_print_registers_info
4714 implementation. Accomodate removed do_pseudo_register function
4715 pointer.
4716 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4717 function pointer. Call sh_print_register with default parameters.
4718 (sh64_do_registers_info): Call sh_print_registers_info instead of
4719 sh_do_registers_info.
4720 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4721 detection of deprecated vs. non-deprecated functionality.
4722 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4723 function pointer assignments by direct function calls.
4724
4725 2003-07-15 Andrew Cagney <cagney@redhat.com>
4726
4727 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4728 (frame_register_unwind, create_new_frame): Ditto.
4729 (legacy_get_prev_frame, get_frame_type): Ditto.
4730 (get_frame_base_address): Use frame_base_find_by_frame.
4731 (get_frame_locals_address): Use frame_base_find_by_frame.
4732 (get_frame_args_address): Use frame_base_find_by_frame.
4733 * frame-base.h (frame_base_sniffer_ftype): Declare.
4734 (frame_base_append_sniffer): Declare.
4735 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4736 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4737 (frame_base_append_sniffer): New function.
4738 (frame_base_append_predicate): Add a NULL sniffer.
4739 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4740 (struct frame_base_table): Add "sniffer".
4741 (frame_base_free): Free the "sniffer" table.
4742 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4743 (frame_unwind_append_sniffer): Declare.
4744 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4745 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4746 (struct frame_unwind_table): Add "sniffer", delete "middle".
4747 (append_predicate): Add "sniffer" parameter, append the sniffer.
4748 (frame_unwind_init): Update append_predicate call.
4749 (frame_unwind_append_sniffer): New function.
4750 (frame_unwind_append_predicate): Update append_predicate call.
4751 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4752
4753 2003-07-15 Andrew Cagney <cagney@redhat.com>
4754
4755 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4756 before code inhibiting repeated unwind attempts. Add to
4757 commentary on that test's problems.
4758 * blockframe.c (inside_main_func): Look for "main" in the minimal
4759 symbol table.
4760 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4761 identical.
4762
4763 2003-07-15 Andrew Cagney <cagney@redhat.com>
4764
4765 * complaints.c (struct explanation): Define.
4766 (struct complaints): Change type of "explanation" to "struct
4767 explanation".
4768 (symfile_explanations): Convert to a "struct explanation" table.
4769 (vcomplaint): Update.
4770
4771 2003-07-15 Michal Ludvig <mludvig@suse.cz>
4772
4773 * x86-64-linux-nat.c (regmap): Removed.
4774 (supply_gregset, fill_gregset): Call
4775 x86_64_linux_(fill,supply)_gregset functions.
4776 * x86-64-linux-tdep.c (USER_*): New defines.
4777 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4778 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4779 New functions.
4780 (fetch_core_registers): Ditto.
4781 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4782 * x86-64-linux-tdep.h: New file.
4783 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4784 and core-regset.o.
4785 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4786
4787 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4788
4789 * x86-64-tdep.c (x86_64_store_return_value): Use
4790 regcache_cooked_write_part instead of regcache_cooked_write.
4791
4792 * configure.host: Add x86_64-*-freebsd*.
4793 * configure.tgt: Add x86_64-*-freebsd*.
4794 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4795 * amd64fbsd-nat.c: New file.
4796 * amd64fbsd-tdep.c: New file.
4797 * config/i386/nm-fbsd64.h: New file.
4798 * config/i386/fbsd64.mh: New file.
4799 * config/i386/fbsd64.mt: New file.
4800
4801 2003-07-11 Mark Kettenis <kettenis@gnu.org>
4802
4803 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4804 `sc_regs_offset' and `sc_fpregs_offset'.
4805 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4806 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4807 (alpha_sigtramp_register_address): Rewrite to use new members of
4808 `struct gdbarch_tdep'.
4809 (alpha_gdbarch_init): Initialize new members of struct
4810 gdbarch_tdep'.
4811 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4812 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4813 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4814 (alphafbsd_pc_in_sigtramp): Implement.
4815 (alphafbsd_sigtramp_offset): New function.
4816 (alphafbsd_sigcontext_addr): New function.
4817 (alphafbsd_init_abi): Initialize signal trampoline related members
4818 of `struct gdbarch_tdep'.
4819 (_initialize_alphafbsd_tdep): Add prototype.
4820
4821 2003-07-11 Theodore A. Roth <troth@openavr.org>
4822
4823 * Makefile.in (install-only): Quote sed expression when generating
4824 transformed_name.
4825
4826 2003-07-11 Richard Henderson <rth@redhat.com>
4827
4828 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4829 * dwarf2-frame.c: Include complaints.h.
4830 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4831 variable initialization; return NULL on error.
4832 (decode_frame_entry): New.
4833
4834 2003-07-11 Andrew Cagney <cagney@redhat.com>
4835
4836 * frame.h (frame_address_in_block): Delete declaration.
4837 * blockframe.c (frame_address_in_block): Delete function.
4838 (get_frame_block): Use get_frame_address_in_block.
4839 (block_innermost_frame): Ditto.
4840 * stack.c (print_frame, backtrace_command_1): Ditto.
4841
4842 * frame.h (get_frame_address_in_block): Declare.
4843 (frame_unwind_address_in_block): Declare.
4844 * frame.c (frame_unwind_address_in_block): New function.
4845 (get_frame_address_in_block): New function.
4846
4847 2003-07-10 Andrew Cagney <cagney@redhat.com>
4848
4849 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4850 pre-default. Note: re-generate has no effect.
4851
4852 2003-07-10 Andrew Cagney <cagney@redhat.com>
4853
4854 * gdbarch.sh: When a variable, but not a function, compare against
4855 0. Fix problem in previous patch.
4856 * gdbarch.c: Re-generate.
4857
4858 2003-07-10 Andrew Cagney <cagney@redhat.com>
4859
4860 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4861 functions against NULL, not 0.
4862 * gdbarch.c: Re-generate.
4863
4864 2003-07-10 Fred Fish <fnf@ninemoons.com>
4865
4866 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4867 null string instead of a null pointer.
4868 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4869
4870 2003-07-09 Michael Snyder <msnyder@redhat.com>
4871
4872 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4873
4874 2003-07-09 Mark Kettenis <kettenis@gnu.org>
4875
4876 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4877 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4878 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4879 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4880 * x86-64-tdep.c: ... from here.
4881
4882 2003-07-09 Andreas Schwab <schwab@suse.de>
4883
4884 * m68k-tdep.h (enum struct_return): Define.
4885 (struct gdbarch_tdep): Add struct_return.
4886 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4887 bytes are padded to the right, not to the left. Pass struct value
4888 address in register %a1, not on stack.
4889 (m68k_use_struct_convention): New function.
4890 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4891 struct_return in tdep to pcc_struct_return.
4892 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4893 reg_struct_return.
4894
4895 2003-07-09 Joel Brobecker <brobecker@gnat.com>
4896
4897 * somread.c (som_symfile_offsets): Fix compilation error.
4898
4899 2003-07-09 Andrew Cagney <cagney@redhat.com>
4900
4901 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4902 Add comments about the checks.
4903
4904 2003-07-08 Andrew Cagney <cagney@redhat.com>
4905
4906 * Makefile.in: Make dependency section headers consistent.
4907 (config_h): Move to $BUILD headers section.
4908 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4909 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4910 (ada-exp.tab.c): Move to YACC/LEX section.
4911 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4912 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4913
4914 2003-07-08 Kris Warkentin <kewarken@qnx.com>
4915
4916 * nto-procfs.c: Cleaned up a bunch of ARI hits.
4917 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4918 of strerror with safe_strerror, use ISO C function definitions,
4919 and replace instances of sprintf with snprintf.
4920
4921 2003-07-07 Andrew Cagney <cagney@redhat.com>
4922
4923 * frame.c (get_prev_frame): Enable check for identical frames.
4924 Update comments. Update error messages.
4925
4926 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4927
4928 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4929
4930 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4931
4932 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4933 sort_symtab_syms, no longer necessary.
4934
4935 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4936
4937 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4938
4939 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4940
4941 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4942 (mips_register_byte): Likewise.
4943
4944 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4945
4946 * Makefile.in (sparc_tdep_h): New.
4947 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4948 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4949 * sparc-linux-nat.c: Include "sparc-tdep.h".
4950 * sparc-nat.c: Likewise.
4951 * sparc-tdep.c: Likewise.
4952 * sparc64nbsd-nat.c: Likewise.
4953 * sparcnbsd-nat.c: Likewise.
4954 * sparcnbsd-tdep.c: Likewise.
4955 * sparc-tdep.h: New file.
4956 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4957 and sparc_npc_regnum.
4958
4959 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4960
4961 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4962 (mips_linux_cannot_store_register): List supported instead of
4963 unsupported registers.
4964
4965 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4966
4967 * disasm.c (dump_insns): Separate instructions from addresses.
4968
4969 2003-07-07 Andreas Schwab <schwab@suse.de>
4970
4971 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4972 dependencies.
4973 * m68k-tdep.c (NUM_FREGS): Delete.
4974 (SIG_PC_FP_OFFSET): Delete.
4975 (TARGET_M68K): Delete.
4976 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4977 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4978 P_MOVEL_SP, P_MOVEML_SP): Define.
4979 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4980 P_TRAP): Delete.
4981 (m68k_register_raw_size): Delete.
4982 (m68k_register_virtual_size): Delete.
4983 (m68k_register_type): Renamed from m68k_register_virtual_type and
4984 add gdbarch argument.
4985 (m68k_store_struct_return): Delete.
4986 (m68k_deprecated_extract_return_value): Delete.
4987 (m68k_deprecated_extract_struct_value_address): Delete.
4988 (m68k_frame_chain): Delete.
4989 (m68k_frame_saved_pc): Delete.
4990 (m68k_fix_call_dummy): Delete.
4991 (m68k_push_dummy_frame): Delete.
4992 (m68k_pop_frame): Delete.
4993 (m68k_extract_return_value): New function.
4994 (m68k_store_return_value): Rewrite using regcache.
4995 (m68k_extract_struct_value_address): Rewrite using regcache.
4996 (m68k_push_dummy_call): New function.
4997 (struct m68k_frame_cache): Define.
4998 (m68k_alloc_frame_cache): New function.
4999 (m68k_analyze_frame_setup): New function.
5000 (m68k_analyze_register_saves): New function.
5001 (m68k_analyze_prologue): New function.
5002 (m68k_skip_prologue): Rewrite using above functions.
5003 (m68k_unwind_pc): New function.
5004 (m68k_frame_cache): New function.
5005 (m68k_frame_this_id): New function.
5006 (m68k_frame_prev_register): New function.
5007 (m68k_frame_unwind): New variable.
5008 (m68k_frame_p): New function.
5009 (m68k_sigtramp_frame_cache): New function.
5010 (m68k_sigtramp_frame_this_id): New function.
5011 (m68k_sigtramp_frame_prev_register): New function.
5012 (m68k_sigtramp_frame_unwind): New variable.
5013 (m68k_sigtramp_frame_p): New function.
5014 (m68k_frame_base_address): New function.
5015 (m68k_frame_base): New function.
5016 (m68k_unwind_dummy_id): New function.
5017 (fill_gregset): Use regcache_collect.
5018 (fill_fpregset): Likewise.
5019 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
5020 defined.
5021 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
5022 deprecated_init_frame_pc, deprecated_store_struct_return,
5023 deprecated_extract_return_value, deprecated_store_return_value,
5024 deprecated_frame_chain, deprecated_frame_saved_pc,
5025 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
5026 deprecated_register_virtual_size,
5027 deprecated_max_register_raw_size,
5028 deprecated_max_register_virtual_size,
5029 deprecated_register_virtual_type, deprecated_register_size,
5030 deprecated_register_byte, deprecated_register_bytes,
5031 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
5032 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
5033 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
5034 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
5035 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
5036 deprecated_push_dummy_frame, deprecated_pop_frame,
5037 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
5038 only if SYSCALL_TRAP is defined. Set extract_return_value,
5039 store_return_value, extract_struct_value_address, register_type,
5040 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
5041 predicates.
5042 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
5043 M68K_MAX_REGISTER_SIZE): Define.
5044 (struct m68k_sigtramp_info): Define.
5045 (struct gdbarch_tdep): Add get_sigtramp_info.
5046 * m68klinux-nat.c (fetch_register): Use register_size instead of
5047 REGISTER_RAW_SIZE. Don't put assignment in if.
5048 (store_register): Likewise.
5049 (fetch_inferior_registers): Likewise.
5050 (store_inferior_registers): Likewise.
5051 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
5052 (m68k_linux_frame_saved_pc): Delete.
5053 (m68k_linux_sigcontext_reg_offset,
5054 m68k_linux_ucontext_reg_offset): Define.
5055 (m68k_linux_get_sigtramp_info): New function.
5056 (m68k_linux_extract_return_value): Rewrite using regcache.
5057 (m68k_linux_store_return_value): Likewise.
5058 (m68k_linux_extract_struct_value_address): Likewise.
5059 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
5060 Don't set deprecated_frame_saved_pc,
5061 deprecated_extract_return_value, deprecated_store_return_value,
5062 deprecated_extract_struct_value_address. Set
5063 extract_return_value, store_return_value,
5064 extract_struct_value_address.
5065
5066 2003-07-07 Andrew Cagney <cagney@redhat.com>
5067
5068 * expprint.c: Include "user-regs.h" instead of "frame.h".
5069 (print_subexp): Use user_reg_map_regnum_to_name, instead of
5070 frame_map_regnum_to_name.
5071 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
5072 (frame_map_name_to_regnum): Simplify, call
5073 user_reg_map_name_to_regnum.
5074 (frame_map_regnum_to_name): Simplify, call
5075 user_reg_map_regnum_to_name.
5076 (frame_register_unwind): Update.
5077 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
5078 (_initialize_frame_reg): Call user_reg_add_builtin.
5079 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
5080 (value_of_register): Use value_of_user_reg.
5081 * eval.c (evaluate_subexp_standard): Update.
5082 * parse.c (write_dollar_variable): Update.
5083 * d10v-tdep.c (d10v_print_registers_info): Update.
5084 * infcmd.c (registers_info): Update.
5085 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
5086 (builtin_regs_h): Delete macro.
5087 (user_regs_h): Define.
5088 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
5089 (builtin-regs.o): Delete target.
5090 (user-regs.o): Specify dependencies.
5091 (expprint.o): Update dependencies.
5092 (findvar.o): Update dependencies.
5093 (frame.o): Update dependencies.
5094 (std-regs.o): Update dependencies.
5095
5096 2003-07-06 Christopher Faylor <cgf@redhat.com>
5097
5098 * win32-nat.c (solib_symbols_add): Use one variable for all section
5099 address stuff. Pass variable rather than address of variable to
5100 safe_symbol_file_add.
5101
5102 2003-07-06 Andreas Schwab <schwab@suse.de>
5103
5104 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
5105
5106 2003-07-04 Joel Brobecker <brobecker@gnat.com>
5107
5108 * rs6000-nat.c (vmap_symtab): Fix compilation error.
5109
5110 2003-07-04 Kris Warkentin <kewarken@qnx.com>
5111
5112 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
5113
5114 2003-07-04 Kris Warkentin <kewarken@qnx.com>
5115
5116 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
5117 * config/i386/nto.mh: New file.
5118 * config/i386/nm-nto.h: New file.
5119 * configure.host: Add i[3456]86-*-nto*.
5120
5121 2003-07-03 Joel Brobecker <brobecker@gnat.com>
5122
5123 * remote-vx.c (vx_add_symbols): Fix compilation error.
5124
5125 2003-07-03 Andrew Cagney <cagney@redhat.com>
5126
5127 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
5128 * gdbarch.h, gdbarch.c: Re-generate.
5129 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
5130 (legacy_register_name): Declare.
5131 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
5132 (REGISTER_NAME): Define.
5133 * sparc-tdep.c (legacy_register_name): New function.
5134 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
5135 (REGISTER_NAME): Define.
5136 (hppa64_register_name): Declare.
5137 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
5138 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
5139 (hppa64_register_name): New function.
5140 (hppa_register_name): New function.
5141 * arch-utils.c (legacy_register_name): Delete.
5142 * arch-utils.h (legacy_register_name): Delete.
5143
5144 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
5145
5146 * cli/cli-interp.c (cli_interpreter_resume): Update the
5147 cli_uiout's stream to gdb_stdout.
5148
5149 2003-07-03 Andrew Cagney <cagney@redhat.com>
5150
5151 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
5152 predicate.
5153 * gdbarch.h, gdbarch.c: Re-generate.
5154 * regcache.c (init_regcache_descr): Use legacy code when either
5155 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
5156
5157 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
5158
5159 * NEWS: Move "set logging" entry into GDB 6.0 section.
5160
5161 2003-07-02 Jim Blandy <jimb@redhat.com>
5162
5163 * s390-tdep.c (struct frame_extra_info): new member:
5164 'stack_bought_valid'.
5165 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
5166 initialize fextra_info->stack_bought.
5167 (s390_frameless_function_invocation): Don't trust the value of
5168 fextra_info_ptr->stack_bought unless
5169 fextra_info->stack_bought_valid is set.
5170
5171 New S390 prologue analyzer.
5172 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
5173 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
5174 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
5175 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
5176 compute_x_addr, s390_on_stack, s390_store,
5177 s390_get_signal_frame_info): New functions.
5178 (S390_NUM_SPILL_SLOTS): New macro.
5179 (s390_get_frame_info): Rewritten.
5180 (is_arg_reg): Deleted.
5181
5182 Break out the decoding of S/390 instructions into separate
5183 functions, to make it more legible, and easier to check
5184 against the spec.
5185 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
5186 is_rx, is_rxe): New functions.
5187 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
5188 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
5189 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
5190 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
5191 enums for opcode values. (Is this an improvement?)
5192
5193 2003-07-02 Andrew Cagney <cagney@redhat.com>
5194
5195 * i386-tdep.c: Revert change committed as part of trad-frame code
5196 below.
5197
5198 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
5199
5200 * breakpoint.c (insert_catchpoint): Make static.
5201
5202 2003-07-02 Andreas Schwab <schwab@suse.de>
5203
5204 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
5205 former ia64_push_arguments and ia64_push_return_address, and use
5206 regcache functions instead of read/write_register.
5207 (ia64_gdbarch_init): Set push_dummy_call instead of
5208 deprecated_push_arguments and deprecated_push_return_address.
5209
5210 2003-07-01 Andreas Jaeger <aj@suse.de>
5211
5212 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
5213 before the call.
5214 Set %rax only to number of SSE registers used.
5215
5216 2003-07-01 Andrew Cagney <cagney@redhat.com>
5217
5218 * trad-frame.h: Update comments, a -1 .addr is reserved.
5219 (trad_frame_value_p, trad_frame_addr_p): Declare.
5220 (trad_frame_reg_p): Declare.
5221 (trad_frame_set_value): Rename trad_frame_register_value.
5222 (trad_frame_set_unknown): Declare.
5223 * trad-frame.c (trad_frame_realreg_p): New function.
5224 (trad_frame_addr_p, trad_frame_value_p): New function.
5225 (trad_frame_set_unknown): New function.
5226 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
5227 (trad_frame_prev_register): Use trad_frame_realreg_p,
5228 trad_frame_addr_p and trad_frame_value_p.
5229 (trad_frame_set_value): Rename trad_frame_register_value.
5230 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
5231 and trad_frame_set_value.
5232
5233 2003-06-30 Jim Blandy <jimb@redhat.com>
5234
5235 Patch from IBM (authors unspecified, probably Ulrich Weigand and
5236 Gerhard Tonn) for argument passing on the S/390 and S/390x:
5237 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
5238 for 16 registers, and then 32 more bytes.
5239 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
5240 New macros.
5241 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
5242 Move up in the file, since it's now used by is_simple_arg.
5243 (is_simple_arg): Don't assume registers are four bytes long.
5244 Exclude all double arguments. Extended floats are not simple
5245 args.
5246 (is_power_of_two): New function.
5247 (pass_by_copy_ref): Call is_power_of_two, and check that the
5248 length fits in a register, rather than listing all the acceptable
5249 sizes. Extended floats are not passed by reference.
5250 (s390_push_arguments): Don't assume registers are four bytes long.
5251 Reserve an argument register to point to the buffer for structures
5252 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
5253 S390_STACK_FRAME_OVERHEAD.
5254
5255 2003-06-30 Andreas Schwab <schwab@suse.de>
5256
5257 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
5258 format error message.
5259
5260 2003-06-30 Joel Brobecker <brobecker@gnat.com>
5261
5262 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
5263
5264 2003-06-30 David Carlton <carlton@kealia.com>
5265
5266 Band-aid for PR c++/1245.
5267 * Makefile.in (cp-support.o): Depend on complaints_h.
5268 * cp-support.c: Include complaints.h. Add declaration for
5269 find_last_component.
5270 (cp_find_first_component): Separate code into
5271 cp_find_first_component_aux.
5272 (cp_find_first_component_aux): Call demangled_name_complaint.
5273 (demangled_name_complaint): New.
5274
5275 2003-06-30 Andrew Cagney <cagney@redhat.com>
5276
5277 * remote.c (remote_write_bytes): Explicitly compute and then use
5278 the payload size. Update comments to reflect. Fixes problem of
5279 GDB not sending small packets as found by Fred Fish.
5280
5281 2003-06-30 Andrew Cagney <cagney@redhat.com>
5282
5283 * remote.c (remote_async_wait): Fix -Wformat problem.
5284
5285 2003-06-29 Andrew Cagney <cagney@redhat.com>
5286
5287 * remote.c (remote_wait): Call error, and not warning, when the
5288 packet is corrupt.
5289 (remote_async_wait): Ditto.
5290
5291 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
5292
5293 * sparc-tdep.c (sparc_y_regnum): Make external again.
5294
5295 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
5296
5297 * cli/cli-logging.c (pop_output_files): Add void to function
5298 definition.
5299
5300 2003-06-29 Andrew Cagney <cagney@redhat.com>
5301
5302 * frame.c (frame_register_unwind): Use unsigned char when dumping
5303 the buffer contents.
5304
5305 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
5306
5307 * cli/cli-logging.c: New file.
5308 * cli-out.c (struct ui_out_data): Add original_stream.
5309 (cli_redirect): New function.
5310 (cli_ui_out_impl): Add cli_redirect.
5311 (cli_out_new): Initialize original_stream.
5312 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
5313 (uo_redirect, ui_out_redirect): New.
5314 * ui-out.h (struct ui_out_impl): Add redirect member.
5315 (redirect_ftype): New.
5316 (ui_out_redirect): Add prototype.
5317 * Makefile.in: Add rules for cli-logging.c.
5318 * NEWS: Mention "set logging".
5319
5320 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5321
5322 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
5323
5324 2003-06-27 Andrew Cagney <cagney@redhat.com>
5325
5326 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
5327 (m68hc11_gdbarch_init): Do not set call_dummy_address.
5328 * avr-tdep.c (avr_call_dummy_address): Delete function.
5329 (avr_gdbarch_init): Do not set call_dummy_address.
5330
5331 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5332
5333 * symfile.c (syms_from_objfile): Move variables to inner block.
5334 Move the checks for the non-mainline case a bit earlier to avoid
5335 doing some useless computations.
5336
5337 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5338
5339 * dwarfread.c (decode_modified_type): Gag new compiler warning.
5340
5341 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
5342
5343 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
5344 sections.
5345
5346 2003-06-26 Michael Chastain <mec@shout.net>
5347
5348 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
5349 gdb/testsuite/gdb.c++/pr-1210.exp.
5350
5351 2003-06-26 Andrew Cagney <cagney@redhat.com>
5352
5353 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
5354 altivec_expression.h and altivec_registers.h.
5355
5356 2003-06-26 Andrew Cagney <cagney@redhat.com>
5357
5358 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
5359 info->mach when MIPS16. Patch suggested by Fred Fish.
5360
5361 2003-06-26 Andrew Cagney <cagney@redhat.com>
5362
5363 * utils.c (internal_vproblem): Print the problem to a reason
5364 buffer and then pass to query. Make the msg variable more local.
5365
5366 2003-06-26 Andrew Cagney <cagney@redhat.com>
5367
5368 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
5369 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
5370 * gdbarch.h, gdbarch.c: Re-generate.
5371 * frame-base.c (default_frame_args_address): Update. Use
5372 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
5373 not available.
5374 (default_frame_locals_address): Ditto for
5375 DEPRECATED_FRAME_LOCALS_ADDRESS.
5376 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
5377 (vax_frame_num_args): Update.
5378 (vax_gdbarch_init): Update.
5379 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5380 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5381 * mcore-tdep.c (mcore_gdbarch_init): Update.
5382 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5383 * ia64-tdep.c (ia64_gdbarch_init): Update.
5384 * symtab.h (address_class): Update comments.
5385 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
5386 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5387 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5388 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5389 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5390 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5391 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5392 * alpha-mdebug-tdep.c: Update.
5393 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
5394
5395 2003-06-26 Andreas Jaeger <aj@suse.de>
5396
5397 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
5398 of SSE registers so that varargs functions work. Rework handling
5399 of passing arguments on the stack.
5400 (x86_64_store_return_value): Return double and float values in SSE
5401 register.
5402
5403 2003-06-24 Michael Chastain <mec@shout.net>
5404
5405 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
5406 the "constructor breakpoints ignored" bug.
5407
5408 2003-06-25 David Carlton <carlton@kealia.com>
5409
5410 * MAINTAINERS: Update e-mail address.
5411
5412 2003-06-24 Jim Blandy <jimb@redhat.com>
5413
5414 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
5415
5416 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
5417 function.
5418 (ppc_linux_init_abi): Register it as the
5419 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
5420
5421 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
5422 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
5423 method.
5424
5425 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
5426 (ppc64_standard_linkage_target): Use it.
5427
5428 2003-06-23 Andrew Cagney <cagney@redhat.com>
5429
5430 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
5431 for 0 "int0" and 4 "int32" sized registers.
5432 * gdbtypes.c (builtin_type_int0): Define.
5433 (build_gdbtypes): Initialize builtin_type_int0.
5434 * gdbtypes.h (builtin_type_int0): Declare.
5435
5436 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
5437
5438 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
5439 as characters are unsigned.
5440
5441 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5442
5443 PR gdb/1179
5444 * dwarfread.c (struct_type): Skip static fields without crashing.
5445
5446 2003-06-22 Andrew Cagney <cagney@redhat.com>
5447
5448 GDB 6.0 branch created.
5449 * README: Update.
5450 * PROBLEMS: Update. Empty.
5451 * NEWS: Update.
5452
5453 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5454
5455 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
5456 Suggested by Nick Hibma <n_hibma@webweaving.org>.
5457
5458 2003-06-22 Andrew Cagney <cagney@redhat.com>
5459
5460 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
5461 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
5462 Velikov.
5463
5464 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5465
5466 * cli/cli-cmds.c (shell_escape): Silence warnings from old
5467 compilers.
5468
5469 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5470
5471 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
5472 argument of val_print.
5473 * cp-valprint.c (cp_print_value): Don't add the offset parameter
5474 to the address argument of baseclass_offset or target_read_memory.
5475 Do add it to the argument of cp_print_value_fields.
5476
5477 2003-06-21 Andrew Cagney <cagney@redhat.com>
5478
5479 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
5480 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
5481 instead of 0..NUM_REGS.
5482 (mips_register_reggroup_p): New function.
5483 (mips_pseudo_register_write): New function.
5484 (mips_pseudo_register_read): New function.
5485 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
5486 based on the register's type.
5487 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
5488 cooked.
5489 (mips_get_saved_register): Simplify. Assert that REGNO is a
5490 pseudo / cooked.
5491 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
5492 (mips_register_type): Replace mips_register_virtual_type. Map
5493 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
5494 when available.
5495 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
5496 that the register is cooked / virtual.
5497 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
5498 Only get the extra info when needed.
5499 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
5500 (mips32_heuristic_proc_desc): Fetch the cooked register.
5501 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
5502 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
5503 (mips_print_register): Use gdbarch_register_type, instead of
5504 REGISTER_VIRTUAL_TYPE.
5505 (print_gp_register_row): Use gdbarch_register_type, instead of
5506 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
5507 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5508 Print the pseudo / cooked registers.
5509 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5510 Print the pseudo / cooked registers.
5511 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
5512 REG_NUM is pseudo / cooked.
5513 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
5514 (mips_n32n64_xfer_return_value): Ditto.
5515 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
5516 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
5517 (mips_register_sim_regno): New function.
5518 (mips_gdbarch_init): Set deprecated_register_byte,
5519 register_group_p, pseudo_register_write, pseudo_register_read,
5520 register_sim_regno, and num_pseudo_regs. Set register_type,
5521 instead of register_virtual_type.
5522 * Makefile.in (mips-tdep.o): Update dependencies.
5523 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
5524 REGISTER_VIRTUAL_TYPE.
5525 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
5526 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
5527 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
5528 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
5529 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
5530
5531 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5532
5533 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
5534 * cli/cli-cmds.c: Include "gdb_vfork.h".
5535 (shell_escape): Use vfork.
5536
5537 2003-06-21 Andrew Cagney <cagney@redhat.com>
5538
5539 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
5540 32 bit floating-point register saves.
5541
5542 * frame.h (deprecated_unwind_get_saved_register): Delete.
5543 * frame.c (deprecated_unwind_get_saved_register): Delete function.
5544 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
5545 and deprecated_get_next_frame_hack instead of
5546 deprecated_unwind_get_saved_register.
5547
5548 * mips-tdep.c (mips_dump_tdep): Do not print
5549 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
5550
5551 * frame.c (get_frame_register): New function.
5552 (frame_unwind_register_signed): New function.
5553 (get_frame_register_signed): New function.
5554 (frame_unwind_register_unsigned): New function.
5555 (get_frame_register_unsigned): New function.
5556 * frame.h: Add comments on naming schema.
5557 (get_frame_register, frame_unwind_register_signed): Declare.
5558 (get_frame_register_signed, get_frame_register_signed): Declare.
5559 (frame_unwind_register_unsigned): Declare.
5560 (get_frame_register_unsigned): Declare.
5561
5562 2003-06-20 Theodore A. Roth <troth@openavr.org>
5563
5564 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
5565
5566 2003-06-20 Theodore A. Roth <troth@openavr.org>
5567
5568 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
5569 (avr_read_sp): Ditto.
5570
5571 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
5572
5573 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5574 * config/arm/nm-linux.h: Likewise.
5575 * config/arm/tm-linux.h: Likewise.
5576 * config/ia64/nm-linux.h: Likewise.
5577 * config/ia64/tm-ia64.h: Likewise.
5578 * config/s390/tm-linux.h: Likewise.
5579 * config/s390/tm-s390.h: Likewise.
5580 * s390-nat.c: Likewise.
5581 * s390-tdep.c: Likewise.
5582
5583 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5584 * config/ia64/linux.mt: Likewise.
5585 * config/m68k/linux.mh: Likewise.
5586 * config/mips/linux.mt: Likewise.
5587 * config/powerpc/linux.mh: Likewise.
5588 * config/sh/linux.mt: Likewise.
5589
5590 2003-06-19 Kris Warkentin <kewarken@qnx.com>
5591
5592 * solib.c (solib_open): Change tests for whether to search
5593 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5594 comments.
5595
5596 2003-06-19 Theodore A. Roth <troth@openavr.org>
5597
5598 * avr-tdep.c (avr_frame_address): Delete function.
5599 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5600 set_gdbarch_frame_args_address.
5601
5602 2003-06-19 Andrew Cagney <cagney@redhat.com>
5603
5604 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5605 (REGISTER_CONVERT_FROM_TYPE): Delete.
5606 (mips_register_convert_to_type): Delete declaration.
5607 (mips_register_convert_from_type): Delete declaration.
5608 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5609 kernel/.
5610
5611 2003-06-19 Michael Snyder <msnyder@redhat.com>
5612
5613 * linux-nat.h: New file.
5614 * linux-nat.c: Include linux-nat.h.
5615 * lin-lwp.c: Include linux-nat.h.
5616 Move struct lwp_info def to linux-nat.h.
5617 * linux-proc.c: Include linux-nat.h.
5618 (linux_make_note_section): Iterate over lwps instead of threads.
5619 (linux_do_thread_registers): Use lwp instead of merged pid.
5620 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
5621 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
5622 Add dependency on linux_nat_h.
5623
5624 2003-06-19 Theodore A. Roth <troth@openavr.org>
5625
5626 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5627
5628 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5629
5630 * varobj.c (get_type, get_target_type): Use check_typedef.
5631
5632 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5633
5634 * breakpoint.c (insert_catchpoint): Call internal_error.
5635
5636 2003-06-19 Theodore A. Roth <troth@openavr.org>
5637
5638 * avr-tdep.c (avr_push_dummy_code): Delete function.
5639 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5640
5641 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5642
5643 * arch-utils.c (default_prepare_to_proceed): Remove.
5644 (generic_prepare_to_proceed): Remove.
5645 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5646 (generic_prepare_to_proceed): Remove prototype.
5647 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5648 * gdbarch.c: Regenerate.
5649 * gdbarch.h: Regenerate.
5650 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5651 * hppah-nat.c (hppa_switched_threads): Remove.
5652 * infrun.c (prepare_to_proceed): New static function, copied from
5653 generic_prepare_to_proceed. Remove select_it argument.
5654 (proceed): Call prepare_to_proceed.
5655 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5656 variables.
5657 (ptrace_wait): Don't set the removed variables.
5658 (hppa_switched_threads): Remove.
5659 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5660 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5661 (lin_lwp_prepare_to_proceed): Remove prototype.
5662 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5663 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5664
5665 2003-06-18 Theodore A. Roth <troth@openavr.org>
5666
5667 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5668 trad-frame.h.
5669 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5670 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5671 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5672 (AVR_PROLOGUE_*): Enumerate prologue types.
5673 (struct frame_extra_info): Remove.
5674 (struct avr_unwind_cache): Define.
5675 (avr_write_sp): Delete function.
5676 (avr_read_fp): Ditto.
5677 (avr_init_extra_frame_info): Ditto.
5678 (avr_pop_frame): Ditto.
5679 (avr_frame_saved_pc): Ditto.
5680 (avr_saved_pc_after_call): Ditto.
5681 (avr_push_return_address): Ditto.
5682 (avr_frame_chain): Ditto.
5683 (avr_store_struct_return): Ditto.
5684 (avr_push_arguments): Ditto.
5685 (avr_scan_prologue): Update comments. Changed to set up the info for
5686 cache unwinding. Now returns end of prologue PC.
5687 (avr_skip_prologue): Better handling of functions lacking a prologue
5688 by using avr_scan_prologue.
5689 (avr_scan_arg_moves): New function.
5690 (avr_saved_regs_unwinder): Ditto.
5691 (avr_frame_unwind_cache): Ditto.
5692 (avr_unwind_pc): Ditto.
5693 (avr_frame_this_id): Ditto.
5694 (avr_frame_prev_register): Ditto.
5695 (avr_frame_p): Ditto.
5696 (avr_frame_base_address ): Ditto.
5697 (avr_unwind_dummy_id): Ditto.
5698 (avr_push_dummy_code): Ditto.
5699 (push_stack_item): Ditto.
5700 (pop_stack_item): Ditto.
5701 (avr_push_dummy_call): Ditto.
5702 (struct stack_item): Define.
5703 (avr_frame_unwind): Declare structure.
5704 (avr_frame_base): Ditto.
5705 (avr_gdbarch_init): Remove calls to
5706 set_gdbarch_deprecated_init_frame_pc,
5707 set_gdbarch_deprecated_target_read_fp,
5708 set_gdbarch_deprecated_dummy_write_sp,
5709 set_gdbarch_deprecated_fp_regnum,
5710 set_gdbarch_deprecated_push_arguments,
5711 set_gdbarch_deprecated_push_return_address,
5712 set_gdbarch_deprecated_pop_frame,
5713 set_gdbarch_deprecated_store_struct_return,
5714 set_gdbarch_deprecated_frame_init_saved_regs,
5715 set_gdbarch_deprecated_init_extra_frame_info,
5716 set_gdbarch_deprecated_frame_chain,
5717 set_gdbarch_deprecated_frame_saved_pc,
5718 set_gdbarch_deprecated_saved_pc_after_call.
5719 Add calls to set_gdbarch_push_dummy_call,
5720 set_gdbarch_push_dummy_code,
5721 frame_unwind_append_predicate,
5722 frame_base_set_default,
5723 set_gdbarch_unwind_dummy_id,
5724 set_gdbarch_unwind_pc.
5725 Wrap a long line.
5726
5727 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
5728
5729 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5730 registers for H8/300S.
5731 (h8300_print_registers_info): Ditto.
5732 (h8300_gdbarch_init): Accommodate register count for H8/300S.
5733
5734 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
5735
5736 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5737 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5738 (lin_lwp_wait): Likewise. Update comments.
5739 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5740 (pull_pid_from_list, linux_record_stopped_pid): New.
5741
5742 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5743
5744 * ada-lang.c (scan_discrim_bound): Name first argument.
5745 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5746 declared by ALL_BLOCK_SYMBOLS.
5747
5748 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5749
5750 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5751 ("regcache.h"): Include it.
5752 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5753
5754 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5755
5756 * NEWS: Mention gdbserver detach change and "disconnect" command.
5757 * infcmd.c (disconnect_command): New function.
5758 (_initialize_infcmd): Add ``disconnect'' command.
5759 * remote.c (remote_async_detach): Delete.
5760 (remote_detach): Merge remote_async_detach.
5761 (remote_disconnect): New.
5762 (init_remote_ops): Set to_disconnect.
5763 (init_remote_cisco_ops): Likewise.
5764 (init_remote_async_ops): Likewise. Use remote_detach.
5765 * target.c (cleanup_target): Default to_disconnect.
5766 (update_current_target): Inherit to_disconnect.
5767 (target_disconnect, debug_to_disconnect): New functions.
5768 (setup_target_debug): Set to_disconnect.
5769 * target.h (struct target_ops): Add to_disconnect.
5770 (target_disconnect): Add prototype.
5771
5772 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5773
5774 * breakpoint.c (insert_catchpoint): New function.
5775 (insert_breakpoints): Use catch_exceptions to call
5776 insert_catchpoint. Disable catchpoints if they fail to insert.
5777
5778 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5779
5780 * symfile.c (reread_symbols): Clear sym_private.
5781
5782 2003-06-17 Andrew Cagney <cagney@redhat.com>
5783
5784 * trad-frame.h (struct frame_info): Add opaque declaration.
5785 * remote-fileio.h (struct cmd_list_element): Add opaque
5786 declaration.
5787 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5788 comments.
5789
5790 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5791
5792 * remote.c (remote_prepare_to_store): Replace call to
5793 deprecated_read_register_bytes with multiple regcache_raw_read
5794 calls.
5795
5796 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5797
5798 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5799 (nto_find_and_open_solib): Likewise.
5800 (nto_init_solib_absolute_prefix): Likewise.
5801 (_initialize_nto_tdep): Fix indentation.
5802
5803 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5804
5805 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5806
5807 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5808
5809 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5810
5811 2003-06-17 Jim Blandy <jimb@redhat.com>
5812
5813 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5814
5815 2003-06-16 Theodore A. Roth <troth@openavr.org>
5816
5817 * avr-tdep.c (avr_extract_return_value): New function.
5818 (avr_gdbarch_init): Set extract_return_value method.
5819
5820 2003-06-16 Andrew Cagney <cagney@redhat.com>
5821
5822 * frame.h (deprecated_get_next_frame_hack): Declare.
5823 * frame.c (legacy_saved_regs_prev_register): Only require
5824 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5825 there are always saved regs.
5826 (deprecated_generic_get_saved_register): Do not require
5827 DEPRECATED_FRAME_INIT_SAVED_REGS.
5828 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5829 use frame ID unwind instead.
5830 (deprecated_get_next_frame_hack): New function.
5831
5832 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5833
5834 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5835 (h8300_push_dummy_call): ...this function. Some minor optimization.
5836 (h8300_push_return_address): Remove.
5837 (h8300_gdbarch_init): Remove calls to
5838 set_gdbarch_deprecated_dummy_write_sp,
5839 set_gdbarch_deprecated_push_arguments and
5840 set_gdbarch_deprecated_push_return_address.
5841 Add call to set_gdbarch_push_dummy_call.
5842
5843 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5844
5845 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5846 (E_PSEUDO_EXR_REGNUM): Ditto.
5847 (h8300_is_argument_spill): Check for instructions moving argument
5848 registers into safe registers.
5849 (h8300_skip_prologue): Check for stm instruction to push registers
5850 used for register variables onto stack.
5851 (gdb_print_insn_h8300): Remove.
5852 (h8300_examine_prologue): Add a comment.
5853 (h8300_register_name): Take pseudo registers into account.
5854 (h8300s_register_name): Ditto.
5855 (h8300sx_register_name): Ditto.
5856 (h8300_print_register): Ditto.
5857 (h8300_print_registers_info): Define "nice" printing order.
5858 (h8300_saved_pc_after_call): Take pseudo registers into account.
5859 (h8300_register_type): Ditto. Return type used for remote connection
5860 when requesting real CCR or EXR register, return actual type when
5861 requesting pseudo CCR or EXR.
5862 (h8300_pseudo_register_read): New function.
5863 (h8300_pseudo_register_write): Ditto.
5864 (h8300_dbg_reg_to_regnum): Ditto.
5865 (h8300s_dbg_reg_to_regnum): Ditto.
5866 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5867 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5868 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5869 set_gdbarch_print_insn architecture dependent.
5870 Call set_gdbarch_pseudo_register_read and
5871 set_gdbarch_pseudo_register_write.
5872 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5873
5874 2003-06-16 Andrew Cagney <cagney@redhat.com>
5875
5876 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5877 * gdbarch.h, gdbarch.c: Re-generate.
5878 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5879 * s390-tdep.c (s390_gdbarch_init): Update.
5880 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5881 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5882 * mips-tdep.c (mips_gdbarch_init): Update.
5883 * mcore-tdep.c (mcore_gdbarch_init): Update.
5884 * cris-tdep.c (cris_gdbarch_init): Update.
5885 * infcall.c (call_function_by_hand): Update.
5886 * ia64-tdep.c (ia64_push_arguments): Update comment.
5887 * frame.c (legacy_get_prev_frame): Do not assume
5888 SAVE_DUMMY_FRAME_TOS_P.
5889 * dummy-frame.c (find_dummy_frame): Update comment.
5890
5891 2003-06-16 Andrew Cagney <cagney@redhat.com>
5892
5893 * regcache.c (do_cooked_read): Do not use register_valid_p.
5894
5895 2003-06-15 Theodore A. Roth <troth@openavr.org>
5896
5897 * avr-tdep.c (avr_register_type): Remove a blank line.
5898 (avr_scan_prologue): Correct some comments.
5899
5900 2003-06-15 Theodore A. Roth <troth@openavr.org>
5901
5902 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5903 prologue types.
5904 Properly scan prologues generated by gcc with the -mcall-prologues
5905 option.
5906 Add code to scan -mcall-prologues for mega devices.
5907
5908 2003-06-15 Theodore A. Roth <troth@openavr.org>
5909
5910 * avr-tdep.c (avr_register_byte): Delete function.
5911 (avr_register_raw_size): Delete function.
5912 (avr_register_virtual_size): Delete function.
5913 (avr_register_virtual_type): Delete function.
5914 (avr_register_type): New function.
5915 (avr_address_to_pointer): Remove unused code.
5916 (avr_read_fp): Need to read FP as two separate bytes due to change to
5917 avr_register_type() usage.
5918 (avr_gdbarch_init): Don't set deprecated_register_size.
5919 Don't set deprecated_register_bytes.
5920 Don't set deprecated_register_byte.
5921 Don't set deprecated_register_raw_size.
5922 Don't set deprecated_max_register_raw_size.
5923 Don't set deprecated_register_virtual_size.
5924 Don't set deprecated_max_register_virtual_size.
5925 Don't set deprecated_register_virtual_type.
5926 Set register_type method.
5927
5928 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
5929
5930 * Makefile.in (linux-nat.o): Add rule.
5931 * linux-nat.c: New file.
5932 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5933 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5934 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5935 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5936 * config/arm/linux.mh (NATDEPFILES): Likewise.
5937 * config/i386/linux.mh (NATDEPFILES): Likewise.
5938 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5939 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5940 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5941 * config/mips/linux.mh (NATDEPFILES): Likewise.
5942 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5943 * config/s390/s390.mh (NATDEPFILES): Likewise.
5944 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5945
5946 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5947
5948 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5949 replace out-of-date comment.
5950
5951 2003-06-15 Andrew Cagney <cagney@redhat.com>
5952
5953 * rdi-share/host.h (Fail): Change to a varargs function.
5954 * remote-rdi.c (Fail): Update.
5955
5956 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5957
5958 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5959 (i386_convert_register_p, i386_register_to_value,
5960 i386_register_from_value): Handle types longer than 8 bytes.
5961
5962 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5963
5964 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5965 Move floating-point code to new function in i387-tdep.c.
5966 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5967 New functions containing code moved here from i386-tdep.c.
5968 * i387-tdep.h: Add opaque declaration for `struct type'.
5969 (i387_register_to_value, i387_value_to_register): New prototypes.
5970 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5971 (x86_64_init_abi): Set convert_register_p, register_to_value and
5972 value_to_register here.
5973
5974 2003-06-14 Andrew Cagney <cagney@redhat.com>
5975
5976 * mips-tdep.c (mips_register_to_value): Make static.
5977 (mips_value_to_register): Make static.
5978 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5979 * ia64-tdep.c (ia64_register_raw_size): Make static.
5980 (ia64_register_virtual_size): Make static.
5981 (ia64_register_byte): Make static.
5982 * i387-tdep.c: Include "i387-tdep.h".
5983 (print_387_control_word): Delete function.
5984 (print_387_status_word): Delete function.
5985 (print_387_status_bits): Delete function.
5986 (print_387_control_bits): Delete function.
5987 * Makefile.in (i387-tdep.o): Update dependencies.
5988 * rdi-share/host.h (Fail): Declare.
5989 * remote-rdi.c (Fail): Update to match declaration.
5990
5991 2003-06-14 Andrew Cagney <cagney@redhat.com>
5992
5993 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5994 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5995 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5996 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5997 * README: Delete reference to remote-array.
5998 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5999 (remote-array.o): Delete target.
6000 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
6001 * remote-array.c: Delete file.
6002
6003 2003-06-14 Andrew Cagney <cagney@redhat.com>
6004 Mark Kettenis <kettenis@gnu.org>
6005
6006 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
6007 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
6008 parameter with "frame".
6009 * gdbarch.h, gdbarch.c: Re-generate.
6010 * frame.h (put_frame_register): Declare.
6011 * frame.c (put_frame_register): New function.
6012 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
6013 (legacy_register_to_value): Rewrite, use "frame" to get the
6014 register value.
6015 (legacy_value_to_register): Rewrite, use "frame" to find the
6016 register's location before storing.
6017 * arch-utils.h (legacy_convert_register_p): Update.
6018 (legacy_register_to_value, legacy_value_to_register): Update.
6019 * findvar.c (value_from_register): Rewrite, eliminate use of
6020 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
6021 "frame" to REGISTER_TO_VALUE.
6022 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
6023 lval_reg_frame_relative + lval_register branch of the switch. Do
6024 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
6025 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
6026 I386_EDI_REGNUM): New defines.
6027 (i386_next_regnum, i386_convert_register_p,
6028 i386_register_to_value, i386_value_to_register): New functions.
6029 (i386_register_convertible, i386_register_convert_to_virtual,
6030 i386_convert_to_raw): Remove functions.
6031 (i386_gdbarch_init): Set convert_register_p, register_to_value and
6032 value_to_register instead of register_convertible,
6033 register_convert_to_virtual and register_convert_to_raw.
6034 * mips-tdep.c (mips_convert_register_p): New function.
6035 (mips_value_to_register): Replace mips_register_convert_from_type.
6036 (mips_register_to_value): Replace mips_register_convert_to_type.
6037 (mips_gdbarch_init): Set conver_register_p, value_to_register and
6038 register_to_value.
6039 * alpha-tdep.c (alpha_convert_register_p): Update.
6040 (alpha_value_to_register): Update, store the register.
6041 (alpha_register_to_value): Update, fetch the register.
6042
6043 2003-06-14 Theodore A. Roth <troth@openavr.org>
6044
6045 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
6046 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
6047 Don't set deprecated_call_dummy_words.
6048 Remove commented out set_gdbarch_believe_pcc_promotion() call.
6049 Don't set remote_translate_xfer_address.
6050 (avr_io_reg_read_command): Remove commented out debug printf.
6051 Wrap a long line.
6052
6053 2003-06-14 Theodore A. Roth <troth@openavr.org>
6054
6055 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
6056 causes gdb to seg fault.
6057
6058 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
6059
6060 * sparc-nat.c (fetch_inferior_registers): Correct
6061 a reference to "registers".
6062
6063 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
6064
6065 * Makefile.in (exc_request_U_h): Define
6066 (exc_request_S_h): Likewise.
6067 (msg_reply_S_h): Likewise.
6068 (msg_U_h): Likewise.
6069 (notify_S_h): Likewise.
6070 (process_reply_S_h): Likewise.
6071 (gnu-nat.o): Depend on gdb_obstack_h
6072 * gnu-nat.c: Include "gdb_obstack.h".
6073
6074 2003-06-13 Andrew Cagney <cagney@redhat.com>
6075
6076 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
6077 * gdbarch.h, gdbarch.c: Re-generate.
6078
6079 2003-06-13 Andrew Cagney <cagney@redhat.com>
6080
6081 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
6082 when deprecated REGISTER macros can be deleted.
6083 * gdbarch.h, gdbarch.c: Re-generate.
6084
6085 2003-06-13 Jim Blandy <jimb@redhat.com>
6086
6087 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
6088 Linux entry point symbols for _dl_debug_state, too.
6089
6090 2003-06-13 Andrew Cagney <cagney@redhat.com>
6091
6092 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
6093 available, do not use the FP register, and always save the TOS.
6094 * dummy-frame.c (dummy_frame_this_id): Do not assert
6095 SAVE_DUMMY_FRAME_TOS.
6096 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
6097 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
6098 (i386_push_dummy_call): Add 8 to the returned SP.
6099 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
6100 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
6101 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
6102 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
6103 (x86_64_push_dummy_call): Return "sp + 16".
6104 (x86_64_init_abi): Do not set save_dummy_frame_tos.
6105 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6106 save_dummy_frame_tos.
6107
6108 2003-06-13 Jim Blandy <jimb@redhat.com>
6109
6110 * frv-tdep.c (frv_use_struct_convention): Delete static
6111 declaration for function deleted in my change of 2003-06-12.
6112
6113 2003-06-13 Theodore A. Roth <troth@openavr.org>
6114
6115 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
6116 (avr_pointer_to_address): Shift code addrs left 1 bit.
6117 (avr_convert_from_func_ptr_addr): Delete function since operation is
6118 better handled by avr_address_to_pointer and avr_pointer_to_address.
6119 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
6120
6121 2003-06-13 Mark Kettenis <kettenis@gnu.org>
6122
6123 From Kelley Cook <kelleycook@wideopenwest.com>:
6124 * configure.host: Accept i[34567]86 variants.
6125 * configure.tgt: Likewise.
6126 * nlm/configure.in: Likewise.
6127 * nlm/configure: Regenerated.
6128
6129 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
6130
6131 * arm-tdep.c (solib-svr4.h): Dont' include it.
6132 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
6133 * arm-linux-tdep.c: ... here. Make static.
6134 (arm_linux_init_abi): Register it.
6135 (solib-svr4.h): Include it.
6136 * Makefile.in: Update dependencies.
6137 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
6138 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
6139
6140 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
6141
6142 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
6143 indicate registers used for return values.
6144 (struct frame_extra_info): Drop args_pointer and locals_pointer.
6145 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
6146 members.
6147 (h8300_init_extra_frame_info): Ditto.
6148 (h8300_frame_locals_address): Removed.
6149 (h8300_frame_args_address): Removed.
6150 (h8300_extract_return_value): Use new regcache structure. Only care
6151 for 16 bit CPUs.
6152 (h8300h_extract_return_value): Same function for 32 bit CPUs.
6153 (h8300_store_return_value): Use new regcache structure. Only care
6154 for 16 bit CPUs.
6155 (h8300h_store_return_value): Same function for 32 bit CPUs.
6156 (h8300_store_struct_return): Removed.
6157 (h8300_extract_struct_value_address): Use new regcache structure.
6158 (h8300h_extract_struct_value_address): Removed.
6159 (h8300_push_dummy_code): New function.
6160 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
6161 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
6162 set_gdbarch_store_return_value architecture dependent.
6163 Call set_gdbarch_push_dummy_code and
6164 set_gdbarch_extract_struct_value_address.
6165 Remove calls to set_gdbarch_frame_args_address,
6166 set_gdbarch_frame_locals_address,
6167 set_gdbarch_deprecated_store_struct_return,
6168 set_gdbarch_deprecated_extract_return_value,
6169 set_gdbarch_deprecated_extract_struct_value_address,
6170 set_gdbarch_deprecated_call_dummy_words and
6171 set_gdbarch_deprecated_sizeof_call_dummy_words.
6172
6173 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
6174
6175 * h8300-tdep.c (h8300_register_byte): Remove.
6176 (h8300h_register_byte): Remove.
6177 (h8300_register_virtual_type): Remove. Substitute by...
6178 (h8300_register_type): New function.
6179 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
6180 (h8300h_extract_struct_value_address): Ditto.
6181 (h8300_gdbarch_init): Drop calls to
6182 set_gdbarch_deprecated_register_byte and
6183 set_gdbarch_deprecated_register_virtual_type.
6184 Add call to set_gdbarch_register_type.
6185
6186 2003-06-13 Andrew Cagney <cagney@redhat.com>
6187
6188 * gdbarch.sh: Update comments on registers.
6189 (deprecated_register_byte): Rename register_byte.
6190 (deprecated_register_raw_size): Rename register_raw_size.
6191 (deprecated_register_virtual_size): Rename register_virtual_size.
6192 (deprecated_register_virtual_type): Rename register_virtual_type.
6193 * gdbarch.h, gdbarch.c: Re-generate.
6194 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6195 * vax-tdep.c (vax_gdbarch_init): Update.
6196 * v850-tdep.c (v850_gdbarch_init): Update.
6197 * sparc-tdep.c (sparc_gdbarch_init): Update.
6198 * sh-tdep.c (sh_gdbarch_init): Update.
6199 * s390-tdep.c (s390_gdbarch_init): Update.
6200 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6201 * ns32k-tdep.c: Update.
6202 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6203 * mips-tdep.c (mips_gdbarch_init): Update.
6204 * mcore-tdep.c (mcore_gdbarch_init): Update.
6205 * m68k-tdep.c (m68k_gdbarch_init): Update.
6206 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6207 * ia64-tdep.c (ia64_gdbarch_init): Update.
6208 * hppa-tdep.c (hppa_gdbarch_init): Update.
6209 * h8300-tdep.c (h8300_gdbarch_init): Update.
6210 * frv-tdep.c (frv_gdbarch_init): Update.
6211 * cris-tdep.c (cris_gdbarch_init): Update.
6212 * avr-tdep.c (avr_gdbarch_init): Update.
6213 * alpha-tdep.c (alpha_gdbarch_init): Update.
6214 * arm-tdep.c (arm_gdbarch_init): Update.
6215
6216 2003-06-13 Andrew Cagney <cagney@redhat.com>
6217
6218 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
6219 mips_o32_use_struct_convention with always_use_struct_convention.
6220
6221 2003-06-12 David Carlton <carlton@kealia.com>
6222
6223 * cp-namespace.c (cp_set_block_scope): Comment out
6224 processing_has_namespace_info branch.
6225
6226 2003-06-12 Jim Blandy <jimb@redhat.com>
6227
6228 Recognize and skip 64-bit PowerPC Linux linkage functions.
6229 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
6230 insn_pattern, insns_match_pattern, d_field, ds_field): New
6231 functions, macros, and types for working with PPC instructions.
6232 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
6233 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
6234 ppc64_skip_trampoline_code): New functions, variables, and macros
6235 for recognizing and skipping linkage functions.
6236 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
6237 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
6238
6239 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
6240 register offsets for both the 32- and 64-bit interfaces.
6241
6242 Actually finish the job started by my change of 2003-05-29.
6243 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
6244 other #definition of this.
6245 (ppc_linux_skip_trampoline_code): Remove declaration.
6246 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
6247 static.
6248 (ppc_linux_init_abi): Register it as the skip_trampoline_code
6249 method for GDBARCH.
6250
6251 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
6252 'long' on ppc64-*-linux*.
6253
6254 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
6255 isn't #defined, assume the register doesn't exist: act as if
6256 tdep->ppc_mq_regnum were -1.
6257
6258 * configure.host, configure.tgt: Add entries for
6259 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
6260 powerpc/linux.mt.
6261 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
6262 New files.
6263
6264 * arch-utils.c (always_use_struct_convention): New function.
6265 * arch-utils.h (always_use_struct_convention): New prototype.
6266 * alpha-tdep.c (alpha_use_struct_convention): Delete.
6267 (alpha_gdbarch_init): Register always_use_struct_convention,
6268 instead of alpha_use_struct_convention.
6269 * cris-tdep.c (cris_use_struct_convention): Delete.
6270 (cris_gdbarch_init): Register always_use_struct_convention,
6271 instead of cris_use_struct_convention.
6272 * frv-tdep.c (frv_use_struct_convention): Delete.
6273 (frv_gdbarch_init): Register always_use_struct_convention,
6274 instead of frv_use_struct_convention.
6275 * h8300-tdep.c (h8300_use_struct_convention): Delete.
6276 (h8300_gdbarch_init): Register always_use_struct_convention,
6277 instead of h8300_use_struct_convention.
6278 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
6279 (mips_o32_gdbarch_init): Register always_use_struct_convention,
6280 instead of mips_o32_use_struct_convention.
6281
6282 2003-06-12 Andrew Cagney <cagney@redhat.com>
6283
6284 * wince.c: Include "mips-tdep.h".
6285 * mips-tdep.h (mips_next_pc): Declare.
6286 * mcore-tdep.c: Make more local functions static.
6287 * Makefile.in (wince.o): Update dependencies.
6288
6289 2003-06-12 David Carlton <carlton@kealia.com>
6290
6291 * symtab.c (lookup_symbol_aux_minsyms): Replace
6292 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
6293 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
6294 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
6295 SYMBOL_NATURAL_NAME.
6296
6297 2003-06-12 Andreas Schwab <schwab@suse.de>
6298
6299 * Makefile.in (tuiDisassem.o): Update dependencies.
6300
6301 2003-06-12 David Carlton <carlton@bactrian.org>
6302
6303 * symtab.h: Delete declaration of make_symbol_overload_list.
6304 Add declaration of lookup_partial_symbol.
6305 * symtab.c (remove_params): Move to cp-support.c.
6306 (overload_list_add_symbol, make_symbol_overload_list)
6307 (sym_return_val_size, sym_return_val_index): Ditto.
6308 (lookup_partial_symbol): Make extern.
6309 * cp-support.h: Add declaration of make_symbol_overload_list.
6310 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
6311 symtab.h, and block.h.
6312 (remove_params): Move here from symtab.c.
6313 (overload_list_add_symbol, make_symbol_overload_list)
6314 (sym_return_val_size, sym_return_val_index): Ditto.
6315 * valops.c: Include cp-support.h.
6316 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
6317 frame_h, and block_h.
6318 (valops.o): Depend on cp_support_h.
6319
6320 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
6321
6322 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
6323 substitute by NUM_REGS throughout.
6324 (h8300_register_name): Only care for H8/300 and H8/300H registers.
6325 (h8300s_register_name): New function for H8S registers.
6326 (h8300sx_register_name): Ditto for H8SX registers.
6327 (h8300_print_register): Revise register printing, avoid depending
6328 on 32 bit long.
6329 (h8300_register_byte): Only care for H8/300 registers.
6330 (h8300h_register_byte): New function for any other architecture.
6331 (h8300_register_raw_size): Remove.
6332 (h8300_register_virtual_type): Revise to return actually useful
6333 type.
6334 (h8300_extract_struct_value_address): Only care for H8/300 registers.
6335 (h8300h_extract_struct_value_address): New function for any other
6336 architecture.
6337 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
6338 set_gdbarch_register_name, set_gdbarch_register_byte,
6339 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
6340 Remove calls to set_gdbarch_deprecated_register_size,
6341 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
6342 set_gdbarch_deprecated_max_register_raw_size,
6343 set_gdbarch_register_virtual_size and
6344 set_gdbarch_deprecated_max_register_virtual_size entirely.
6345 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
6346 set_gdbarch_long_double_bit.
6347
6348 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6349
6350 * doublest.c (convert_doublest_to_floatformat): When dealing
6351 with the implied integer bit, only alter mant_bits if we are
6352 processing a full 32 bits of mantissa.
6353
6354 2003-06-11 David Carlton <carlton@bactrian.org>
6355
6356 * dictionary.h: New.
6357 * dictionary.c: New.
6358 * block.h: Add opaque declaration for struct dictionary.
6359 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
6360 'sym' members.
6361 (BLOCK_DICT): New macro.
6362 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
6363 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
6364 BLOCK_SHOULD_SORT.
6365 (ALL_BLOCK_SYMBOLS): Update definition.
6366 * Makefile.in (SFILES): Add dictionary.c.
6367 (dictionary_h): New.
6368 (COMMON_OBS): Add dictionary.o.
6369 (dictionary.o): New.
6370 (ada-lang.o): Depend on dictionary_h.
6371 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
6372 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
6373 (mi-cmd-stack.o): Ditto.
6374 (gdbtk-cmds.o): Update dependencies.
6375 (gdbtk-stack.o): Ditto.
6376 * ada-lang.c: Include dictionary.h.
6377 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
6378 (fill_in_ada_prototype, debug_print_block): Ditto.
6379 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
6380 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
6381 'is_sorted'.
6382 * mdebugread.c: Include dictionary.h.
6383 (struct parse_stack): Delete 'maxsyms' member.
6384 (parse_symbol): Update calls to new_block. Delete calls to
6385 shrink_block. Use dictionary methods.
6386 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
6387 Update calls to new_symtab. Don't maintain maxsyms data.
6388 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
6389 (add_symbol): Just call dict_add_symbol.
6390 (new_symtab): Delete 'maxsyms' argument.
6391 (new_symtab): Update calls to new_block.
6392 (new_block): Delete 'maxsyms' argument; add 'function' argument.
6393 (shrink_block): Delete function.
6394 (fixup_sigtramp): Update call to new_block. Add symbol via
6395 dict_add_symbol.
6396 * jv-lang.c: Include dictionary.h.
6397 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
6398 appropriately. Set class_symtab->free_func. Make sure the
6399 blockvector is big enough to hold two blocks.
6400 (add_class_symtab_symbol): Use dictionary methods.
6401 (free_class_block): New function.
6402 (type_from_class): Replace explicit iteration by
6403 ALL_BLOCK_SYMBOLS.
6404 * symtab.h (struct symtab): Replace 'free_ptr' method by
6405 'free_func'.
6406 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
6407 sort_symtab_syms.
6408 * dwarfread.c (psymtab_to_symtab_1): Delete call to
6409 sort_symtab_syms.
6410 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
6411 Include dictionary.h.
6412 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
6413 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
6414 sort_symtab_syms.
6415 * objfiles.c: Include dictionary.h.
6416 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
6417 * buildsym.c: Include dictionary.h.
6418 (finish_block): Use dictionary methods.
6419 (end_symtab): Set free_func to NULL, not free_ptr.
6420 * tracepoint.c: Include dictionary.h.
6421 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
6422 (scope_info): Ditto.
6423 * stack.c: Include dictionary.h.
6424 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
6425 (print_block_frame_labels, print_frame_arg_vars)
6426 (print_frame_args): Ditto.
6427 * symmisc.c (free_symtab_block): Use dictionary methods.
6428 (dump_symtab): Ditto.
6429 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
6430 Include dictionary.h.
6431 * symfile.h: Delete declarations of sort_block_syms,
6432 sort_symtab_syms.
6433 * symfile.c (sort_block_syms): Delete.
6434 (sort_symtab_syms): Delete.
6435 * symtab.c: Include dictionary.h.
6436 (lookup_block_symbol): Use dictionary iterators.
6437 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
6438 (search_symbols, make_symbol_completion_list): Ditto.
6439 (make_symbol_overload_list): Ditto.
6440 * valops.c (value_of_local): Use dict_empty.
6441 Include dictionary.h.
6442
6443 2003-06-11 J. Brobecker <brobecker@gnat.com>
6444
6445 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
6446
6447 2003-06-11 David Carlton <carlton@bactrian.org>
6448
6449 * block.h (BLOCK_SHOULD_SORT): Delete.
6450 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
6451 blocks.
6452 * ada-lang.c (ada_add_block_symbols): Ditto.
6453 * symfile.c (sort_block_syms): Delete.
6454 (sort_symtab_syms): Ditto.
6455 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
6456 declarations.
6457 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
6458 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
6459 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
6460 * dwarfread.c (psymtab_to_symtab_1): Ditto.
6461 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
6462 * mdebugread.c (psymtab_to_symtab_1): Ditto.
6463 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
6464
6465 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6466
6467 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
6468 bits to 128.
6469
6470 2003-06-11 Andrew Cagney <cagney@redhat.com>
6471
6472 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
6473 REGISTER_CONVERTIBLE.
6474 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
6475 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
6476 * gdbarch.h, gdbarch.c: Re-generate.
6477 * arch-utils.h (deprecated_register_convertible_not): Rename
6478 generic_register_convertible_not.
6479 * arch-utils.c (deprecated_register_convertible_not): Rename
6480 generic_register_convertible.
6481 (legacy_convert_register_p, legacy_register_to_value): Update.
6482 * sh-tdep.c (sh64_push_arguments): Update.
6483 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
6484 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
6485 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
6486 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
6487 * arch-utils.c (legacy_value_to_register): Update.
6488 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6489 (rs6000_register_convert_to_raw): Make parameter "from" const.
6490 * mips-tdep.c (mips_gdbarch_init): Update.
6491 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
6492 * infcmd.c (default_print_registers_info): Update.
6493 * ia64-tdep.c (ia64_gdbarch_init): Update.
6494 (ia64_register_convert_to_raw): Make parameter "from" const.
6495 * i386-tdep.c (i386_gdbarch_init): Update.
6496 (i386_register_convert_to_raw): Update.
6497
6498 2003-06-11 Andrew Cagney <cagney@redhat.com>
6499
6500 * remote-fileio.c: Include "remote-fileio.h".
6501 * Makefile.in (remote-fileio.o): Update dependencies.
6502 (remote_fileio_h): Fix typo.
6503
6504 2003-06-11 Andrew Cagney <cagney@redhat.com>
6505
6506 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
6507 (xstormy16_save_dummy_frame_tos): Make static.
6508 (_initialize_xstormy16_tdep): Add declaration.
6509 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6510 * v850-tdep.c: Make local functions static.
6511 (_initialize_v850_tdep): Add declaration.
6512 * sparc-tdep.c: Make local functions static.
6513 (_initialize_sparc_tdep): Add declaration.
6514 * sh-tdep.c: Make local functions static.
6515 (_initialize_sh_tdep): Add declaration.
6516 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
6517 * s390-tdep.c: Make local functions static.
6518 (_initialize_s390_tdep): Add declaration.
6519 * dbxread.c (find_stab_function_addr): Make static.
6520 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
6521 * ocd.c (_initialize_remote_ocd): Add declaration.
6522 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
6523 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
6524 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
6525 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
6526 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6527 * remote-array.c (_initialize_array): Add declaration.
6528 (_initialize_remote_monitors): Add declaration.
6529 * remote-mips.c: Make local functions static.
6530 (_initialize_remote_mips): Add declaration.
6531 * mcore-tdep.c: Make all local functions static.
6532 (_initialize_mcore_tdep): Add declaration.
6533 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
6534 * abug-rom.c (_initialize_abug_rom): Add declaration.
6535 * rom68k-rom.c (_initialize_rom68k): Add declaration.
6536 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
6537 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6538 * remote-est.c (_initialize_est): Add declaration.
6539 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6540 (m68hc11_call_dummy_address): Make static.
6541 * ia64-tdep.c: Make local functions static.
6542 (_initialize_ia64_tdep): Add declaration.
6543 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
6544 * monitor.c (monitor_wait_filter): Make static.
6545 (_initialize_remote_monitors): Add declaration.
6546 * remote-hms.c (_initialize_remote_hms): Add declaration.
6547 * remote-e7000.c (fetch_regs_from_dump): Make static.
6548 (expect_n): Make static.
6549 (_initialize_remote_e7000): Add declaration.
6550 * ser-e7kpc.c: Always include "defs.h".
6551 (_initialize_ser_e7000pc): Add declaration.
6552 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6553 * cris-tdep.c: Make all but one function static.
6554 (_initialize_cris_tdep): Add declaration.
6555 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6556 * solib.c (update_solib_list): Make static.
6557 (_initialize_solib): Add declaration.
6558 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
6559 (_initialize_avr_tdep): Add declaration.
6560 * remote-rdi.c (voiddummy): Make static.
6561 (_initialize_remote_rdi): Add declaration.
6562 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6563 * remote-rdp.c (send_rdp): Make static.
6564 (_initialize_remote_rdp): Add declaration.
6565 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6566
6567 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
6568
6569 * remote-fileio.c: Make ari happy.
6570
6571 2003-06-10 J. Brobecker <brobecker@gnat.com>
6572
6573 * rs6000-nat.c (child_xfer_memory): Compute the right address when
6574 fetching the trailing bytes of the buffer we are about to write.
6575
6576 2003-06-10 Andrew Cagney <cagney@redhat.com>
6577
6578 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6579 * Makefile.in (remote-fileio.o): Update dependencies.
6580 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
6581 include <setjmp.h>, or <sys/types.h> conditional on USG.
6582 (remote_fio_jmp_buf): Delete global variable.
6583
6584 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
6585 Martin M. Hunt <hunt@redhat.com>
6586
6587 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6588 (SFILES): Add remote-fileio.c.
6589 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
6590 dependencies for building remote.o.
6591 * remote-fileio.c: New file implementing the remote File-I/O protocol.
6592 * remote-fileio.h: New header file defining remote File-I/O interface.
6593 * remote.c (remote_write_bytes, remote_read_bytes): Remove
6594 static storage class.
6595 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6596 'F' packet.
6597 (_initialize_remote): Call initialize_remote_fileio().
6598 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
6599 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6600 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6601 (captured_main): Initialize new ui_files.
6602 * ui-file.c: Add read and fgets input functions.
6603 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6604 (null_file_read): New function.
6605 (ui_file_read): New function.
6606 (set_ui_file_read): New function.
6607 (stdio_file_read): New function.
6608 * ui-file.h: New type ui_file_read_ftype.
6609 (set_ui_file_read): Declare.
6610 (ui_file_read): Declare.
6611
6612 2003-06-09 Andrew Cagney <cagney@redhat.com>
6613
6614 * frame.h (deprecated_unwind_get_saved_register): Rename
6615 generic_unwind_get_saved_register, update comments.
6616 * mips-tdep.c (mips_get_saved_register): Update.
6617 * frame.c (deprecated_unwind_get_saved_register): Update.
6618
6619 2003-06-09 Andrew Cagney <cagney@redhat.com>
6620
6621 * vax-tdep.c (vax_frame_locals_address): Delete function.
6622 (vax_gdbarch_init): Do not set frame_locals_address.
6623 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6624 (m68hc11_gdbarch_init): Do not set frame_locals_address.
6625 * s390-tdep.c (s390_frame_args_address): Delete function.
6626 (s390_gdbarch_init): Do not set frame_args_address or
6627 frame_locals_address.
6628 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6629 (ns32k_gdbarch_init): Do not set frame_locals_address.
6630 * hppa-tdep.c (hppa_frame_args_address): Delete function.
6631 (hppa_frame_locals_address): Delete function.
6632 (hppa_gdbarch_init): Do not set frame_args_address, or
6633 frame_locals_address.
6634 * arm-tdep.c (arm_frame_args_address): Delete.
6635 (arm_frame_locals_address): Delete.
6636 (arm_gdbarch_init): Do not set frame_args_address, or
6637 frame_locals_address.
6638
6639 2003-06-09 Andrew Cagney <cagney@redhat.com>
6640
6641 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6642 * gdbarch.h, gdbarch.c: Re-generate.
6643 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6644 * arch-utils.c (frame_num_args_unknown): Delete function.
6645 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6646 (frame_info): Use FRAME_NUM_ARGS_P.
6647 * arm-tdep.c (arm_frame_num_args): Delete function.
6648 (arm_gdbarch_init): Do not set frame_num_args.
6649 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6650 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6651 (hppa_gdbarch_init): Do not set frame_num_args.
6652 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6653 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6654 frame_num_args to default frame_num_args_unknown.
6655 * v850-tdep.c (v850_gdbarch_init): Ditto.
6656 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6657 * sh-tdep.c (sh_gdbarch_init): Ditto.
6658 * s390-tdep.c (s390_gdbarch_init): Ditto.
6659 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6660 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6661 * mips-tdep.c (mips_gdbarch_init): Ditto.
6662 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6663 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6664 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6665 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6666 * i386-tdep.c (i386_gdbarch_init): Ditto.
6667 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6668 * frv-tdep.c (frv_gdbarch_init): Ditto.
6669 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6670 * cris-tdep.c (cris_gdbarch_init): Ditto.
6671 * avr-tdep.c (avr_gdbarch_init): Ditto.
6672 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6673
6674 2003-06-09 Andrew Cagney <cagney@redhat.com>
6675
6676 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6677 (print_frame_args): Moved to "stack.c".
6678 * stack.c: Include "gdb_assert.h".
6679 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6680 (print_frame_args): Moved from "printcmd.c".
6681 * frame.h (print_frame_args): Delete declaration.
6682 * Makefile.in (stack.o): Update dependencies.
6683
6684 2003-06-08 Andrew Cagney <cagney@redhat.com>
6685
6686 * frame.c (get_prev_frame): Remove reference to
6687 frame_args_address_correct in comments.
6688 * frame-base.c (default_frame_args_address): Delete code
6689 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6690 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6691 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6692 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6693 (vax_frame_args_address_correct): Delete declaration.
6694
6695 2003-06-08 Andrew Cagney <cagney@redhat.com>
6696
6697 * gdbarch.sh (UNWIND_SP): Add.
6698 * gdbarch.h, gdbarch.c: Re-generate.
6699 * frame.c (frame_sp_unwind): New function.
6700 (get_frame_sp): New function.
6701 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6702 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6703 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6704 value.
6705 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6706 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6707
6708 2003-06-08 Andrew Cagney <cagney@redhat.com>
6709
6710 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6711 REMOTE_BREAKPOINT.
6712 * remote.c: Update.
6713 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6714 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6715 * config/m68k/tm-sun3.h: Update.
6716 * config/m68k/tm-m68klynx.h: Update.
6717 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6718
6719 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6720 trad_frame". Update comments.
6721 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6722 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6723 (trad_frame_register_value, trad_frame_prev_register): Update.
6724
6725 2003-06-08 Andrew Cagney <cagney@redhat.com>
6726
6727 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6728 from GCC's acinclude.m4.
6729 * configure.in: Check for getopt's delcaration.
6730 * aclocal.m4, config.in, configure: Re-generate.
6731 * main.c (error_init): Delete declaration.
6732 * defs.h (error_init): Declare.
6733 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6734 (rs6000_convert_from_func_ptr_addr): Make static.
6735 (_initialize_rs6000_tdep): Add declaration.
6736 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6737 (show_commands, set_verbose, show_history): Delete declaration.
6738 * top.h (set_verbose): Add declaration.
6739 (show_history, set_history, show_commands): Add declaration.
6740 (do_restore_instream_cleanup): Add declaration.
6741 * objc-lang.c (specialcmp): Make static.
6742 (print_object_command): Make static.
6743 (find_objc_msgsend): Make static.
6744 (find_objc_msgcall_submethod_helper): Make static.
6745 (find_objc_msgcall_submethod): Make static.
6746 (_initialize_objc_language): Add declaration.
6747 (find_implementation_from_class): Make static.
6748 (find_implementation): Make static.
6749 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6750 * objc-lang.h (lookup_struct_typedef): Add declaration.
6751 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6752 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6753 (do_restore_user_call_depth): Make static.
6754 (do_restore_instream_cleanup): Delete declaration.
6755 (dont_repeat): Delete declaration.
6756 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6757 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6758 * reggroups.c (_initialize_reggroup): Add declaration.
6759 * cp-support.c (_initialize_cp_support): Add declaration.
6760 * cp-abi.c (_initialize_cp_abi): Add declaration.
6761 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6762 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6763 (_initialize_gnu_v3_abi): Add declaration.
6764 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6765 (_initialize_gnu_v2_abi): Add declaration.
6766 * frame-base.c (_initialize_frame_base): Add declaration.
6767 * doublest.c (floatformat_from_length): Make static.
6768 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6769 * frame.c (create_sentinel_frame): Make static.
6770 (_initialize_frame): Add declaration.
6771 * top.c (do_catch_errors): Make static.
6772 (gdb_rl_operate_and_get_next_completion): Make static.
6773 * typeprint.c: Include "typeprint.h".
6774 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6775 (sentinel_frame_this_id): Make static.
6776 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6777 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6778 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6779 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6780 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6781 * maint.c (maintenance_print_architecture): Make static.
6782 * signals/signals.c (_initialize_signals): Add declaration.
6783 * std-regs.c (_initialize_frame_reg): Add declaration.
6784 * jv-exp.y (push_variable): ISO C definition.
6785 (push_qualified_expression_name): Ditto.
6786 * memattr.c (_initialize_mem): Add declaration.
6787 * remote.c (remote_check_watch_resources): Make static.
6788 (remote_stopped_by_watchpoint): Make static.
6789 (remote_stopped_data_address): Make static.
6790 * d10v-tdep.c (nr_dmap_regs): Make static.
6791 (a0_regnum): Make static.
6792 (d10v_frame_unwind_cache): Make static.
6793 (d10v_frame_p): Make static.
6794 * osabi.c (show_osabi): Make static.
6795 (_initialize_gdb_osabi): Add extern declaration.
6796 * gdbtypes.c (make_qualified_type): Make static.
6797 (safe_parse_type): Make static.
6798 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6799 * macrotab.c (macro_bcache_free): Make static.
6800 * interps.c (interp_set_quiet): Make static.
6801 (interpreter_exec_cmd): Make static.
6802 * stack.h (select_frame_command): New file.
6803 * stack.c: Include "stack.h".
6804 (select_frame_command_wrapper): Delete function.
6805 (select_frame_command): Make global.
6806 * infcall.c: Include "infcall.h".
6807 * linespec.c: Include "linespec.h".
6808 * symfile.c (sections_overlap): Make static.
6809 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6810 * charset.c (_initialize_charset): Add missing prototype.
6811 * regcache.c (init_legacy_regcache_descr): Make static.
6812 (do_regcache_xfree): Make static.
6813 (regcache_xfer_part): Make static.
6814 (_initialize_regcache): Add missing prototype.
6815 * breakpoint.c (parse_breakpoint_sals): Make static.
6816 (breakpoint_sals_to_pc): Make static.
6817 * interps.h (clear_interpreter_hooks): ISO C declaration.
6818 * Makefile.in (stack_h): Define.
6819 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6820 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6821
6822 2003-06-08 Andrew Cagney <cagney@redhat.com>
6823
6824 * Makefile.in (d10v-tdep.o): Update dependencies.
6825 (SFILES): Add trad-frame.c.
6826 (trad_frame_h): Define.
6827 (COMMON_OBS): Add trad-frame.o.
6828 (trad-frame.o): Specify dependencies.
6829 * d10v-tdep.c: Include "trad-frame.h".
6830 (saved_regs_unwinder): Delete function.
6831 (d10v_frame_prev_register): Use trad_frame_prev_register.
6832 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6833 trad_frame", delete "regs" and "prev_sp".
6834 (prologue_find_regs): Use trad-frame.
6835 * trad-frame.h, trad-frame.c: New files.
6836
6837 2003-06-08 Mark Kettenis <kettenis@gnu.org>
6838
6839 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6840
6841 2003-06-07 Adam Fedor <fedor@gnu.org>
6842
6843 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6844 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6845 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6846 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
6847 resolve_msgsend_super, resolve_msgsend_super_stret):
6848 Use it.
6849
6850 2003-06-07 Andrew Cagney <cagney@redhat.com>
6851
6852 * symfile.h: Re-indent, clean up comments.
6853
6854 2003-06-07 Andrew Cagney <cagney@redhat.com>
6855
6856 * inferior.h (deprecated_write_sp): Replace
6857 generic_target_write_sp.
6858 * regcache.c (deprecated_write_sp): Replace
6859 generic_target_write_sp.
6860 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6861 * vax-tdep.c (vax_gdbarch_init): Update.
6862 * v850-tdep.c (v850_gdbarch_init): Update.
6863 * sparc-tdep.c (sparc_gdbarch_init): Update.
6864 * sh-tdep.c (sh_gdbarch_init): Update.
6865 * s390-tdep.c (s390_gdbarch_init): Update.
6866 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6867 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6868 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6869 * mcore-tdep.c (mcore_gdbarch_init): Update.
6870 * m68k-tdep.c (m68k_gdbarch_init): Update.
6871 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6872 * ia64-tdep.c (ia64_gdbarch_init): Update.
6873 * h8300-tdep.c (h8300_gdbarch_init): Update.
6874 * frv-tdep.c (frv_gdbarch_init): Update.
6875 * cris-tdep.c (cris_gdbarch_init): Update.
6876 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6877
6878 2003-06-07 Andrew Cagney <cagney@redhat.com>
6879
6880 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6881 Assert that PC_REGNUM is valid.
6882 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6883
6884 2003-06-07 Andrew Cagney <cagney@redhat.com>
6885
6886 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6887 * gdbarch.h, gdbarch.c: Regenerate.
6888 * mn10300-tdep.c: Include "gdb_assert.h".
6889 (mn10300_read_fp): New function.
6890 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6891 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6892 * ia64-tdep.c: Include "gdb_assert.h".
6893 (ia64_read_fp): New function.
6894 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6895 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6896 * regcache.c (generic_target_read_sp): Delete function.
6897 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6898 * inferior.h (generic_target_read_sp): Delete declaration.
6899 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6900 generic_target_read_sp.
6901 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6902 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6903 * sh-tdep.c (sh_gdbarch_init): Ditto.
6904 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6905 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6906
6907 2003-06-07 Andrew Cagney <cagney@redhat.com>
6908
6909 * gdbarch.sh: Comment each field of startup_gdbarch.
6910 * gdbarch.h, gdbarch.c: Re-generate.
6911
6912 2003-06-07 Andrew Cagney <cagney@redhat.com>
6913
6914 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6915 * gdbarch.h, gdbarch.c: Re-generate.
6916 * regcache.c: Update comments on read_pc et.al.
6917 (generic_target_read_pc): Delete function.
6918 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6919 * inferior.h (generic_target_read_pc): Delete declaration.
6920 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6921 generic_target_read_pc.
6922 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6923 * sh-tdep.c (sh_gdbarch_init): Ditto.
6924 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6925 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6926
6927 2003-06-07 Andrew Cagney <cagney@redhat.com>
6928
6929 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6930 "index" with "special_local_sect". Use strcmp instead of STREQ.
6931 Append period to coments.
6932
6933 2003-06-06 Mark Mitchell <mark@codesourcery.com>
6934
6935 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6936 (elfstab_offset_sections): Likewise.
6937 * gdb-stabs.h (stab_section_info): Likewise.
6938 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6939 * objfiles.c (objfile_relocate): Likewise.
6940 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6941 * remote.c (get_offsets): Likewise.
6942 (remote_cisco_objfile_relocate): Likewise.
6943 * somread.c (som_symfile_offsets): Likewise.
6944 * symfile.c (alloc_section_addr_info): New function.
6945 (build_section_addr_info_from_section_tab): Use it.
6946 (free_section_addr_info): Adjust.
6947 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6948 (syms_from_objfile): Allocate local_addr dynamically.
6949 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6950 dynamically.
6951 (add_symbol_file_command): Allocate sect_opts dynamically.
6952 (reread_symbols): Avoid use of SECT_OFF_MAX.
6953 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6954 (alloc_section_addr_info): Declare it.
6955 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6956 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6957 dynamically.
6958 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
6959
6960 2003-06-06 Andrew Cagney <cagney@redhat.com>
6961
6962 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6963 (d10v_frame_unwind_cache): Do not set "return_pc".
6964
6965 2003-06-06 Michael Snyder <msnyder@redhat.com>
6966
6967 * h8300-tdep.c: Make tidy (long lines).
6968
6969 2003-06-06 Michal Ludvig <mludvig@suse.cz>
6970
6971 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
6972 to regcache_collect().
6973
6974 2003-06-05 J. Brobecker <brobecker@gnat.com>
6975
6976 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6977 pc_in_sigtramp multiarch method.
6978 (hppa_hpux_som_init_abi): Use it.
6979 (hppa_hpux_elf_init_abi): Likewise.
6980 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6981 macro has been multiarched.
6982 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6983 macro here, as hppa64 isn't multiarched yet.
6984
6985 2003-06-05 Andrew Cagney <cagney@redhat.com>
6986
6987 * Makefile.in (value_h): Add $(frame_h).
6988 * value.h: Include "frame.h".
6989 (struct value): Replace "frame_addr" with "frame_id".
6990 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6991 * values.c (allocate_value): Use VALUE_FRAME_ID.
6992 (value_copy): Use VALUE_FRAME_ID.
6993 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6994 * valops.c (value_assign): Update. Use frame_find_by_id.
6995
6996 2003-06-05 Michal Ludvig <mludvig@suse.cz>
6997
6998 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6999 in each pass.
7000
7001 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
7002
7003 * thread-db.c (check_event): For create/death event breakpoints,
7004 loop through all messages to ensure that we read the message
7005 corresponding to the breakpoint we are at.
7006
7007 2003-06-04 Michael Snyder <msnyder@redhat.com>
7008
7009 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
7010
7011 2003-06-04 Mark Kettenis <kettenis@gnu.org>
7012
7013 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
7014 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
7015 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
7016 when handling .eh_frame sections.
7017
7018 2003-06-04 J. Brobecker <brobecker@gnat.com>
7019
7020 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
7021 prepare_to_proceed procedure instead of the hppa-specific one.
7022 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
7023
7024 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
7025
7026 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
7027 * config.in: Regenerated.
7028 * configure.in: Add test for syscall function and check for
7029 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
7030 * configure: Regenerated.
7031 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
7032 <sys/syscall.h>.
7033 (kill_lwp): New function that uses tkill syscall or
7034 uses kill, depending on whether threading model is nptl or not.
7035 All callers of kill() changed to use kill_lwp().
7036 (lin_lwp_wait): Make special check when WIFEXITED occurs to
7037 see if all threads have already exited in the nptl model.
7038 (stop_and_resume_callback): New callback function used by the
7039 lin_lwp_wait thread exit handling code.
7040 (stop_wait_callback): Check for threads already having exited and
7041 delete such threads fromt the lwp list when discovered.
7042 (stop_callback): Don't assert retcode of kill call.
7043
7044 Roland McGrath <roland@redhat.com>
7045 * i386-linux-nat.c (ps_get_thread_area): New function needed by
7046 nptl libthread_db.
7047
7048 2003-06-03 Richard Henderson <rth@redhat.com>
7049
7050 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
7051 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
7052 (alpha_sigtramp_frame_prev_register): Likewise.
7053 (alpha_heuristic_frame_prev_register): Likewise.
7054 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
7055
7056 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
7057 alpha-specific register id names.
7058 (alpha_mdebug_frame_unwind_cache): Likewise.
7059 (alpha_mdebug_frame_prev_register): Likewise.
7060
7061 2003-06-03 Richard Henderson <rth@redhat.com>
7062
7063 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
7064 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
7065 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
7066 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
7067 unwind routines.
7068 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7069 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7070 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7071
7072 * alpha-linux-tdep.c: Remove unnecessary includes.
7073 * Makefile.in (alpha-linux-tdep.o): Update.
7074
7075 2003-06-03 Richard Henderson <rth@redhat.com>
7076
7077 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
7078 (alphabsd_fill_fpreg): Likewise.
7079
7080 2003-06-03 J. Brobecker <brobecker@gnat.com>
7081
7082 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
7083 references to struct frame_info fields by calls to the equivalent
7084 accessors. Necessary now that frame_info is opaque.
7085
7086 2003-06-03 J. Brobecker <brobecker@gnat.com>
7087
7088 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
7089 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
7090 structure, field no longer exists.
7091
7092 2003-06-03 J. Brobecker <brobecker@gnat.com>
7093
7094 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7095 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
7096
7097 2003-06-03 J. Brobecker <brobecker@gnat.com>
7098
7099 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
7100 references to struct frame_info fields by calls to the equivalent
7101 accessors. Necessary now that frame_info is opaque.
7102
7103 2003-06-03 J. Brobecker <brobecker@gnat.com>
7104
7105 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
7106 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
7107 structure, field no longer exists.
7108
7109 2003-06-03 Theodore A. Roth <troth@openavr.org>
7110
7111 * remote.c (init_remote_state): Compute sizeof_g_packet by
7112 accumulation of the size of all registers instead of blindly using
7113 DEPRECATED_REGISTER_BYTES.
7114
7115 2003-06-03 Michael Snyder <msnyder@redhat.com>
7116
7117 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
7118 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
7119 for h8300sx.
7120
7121 2003-06-03 J. Brobecker <brobecker@gnat.com>
7122
7123 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
7124 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7125
7126 2003-06-03 Andrew Cagney <cagney@redhat.com>
7127
7128 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
7129 (sparc_convert_to_raw): Delete function.
7130 (sparc_gdbarch_init): Do not set register_convert_to_raw or
7131 register_convert_to_virtual.
7132
7133 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
7134
7135 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
7136 layer if not dealing with a statically-linked threaded program.
7137
7138 2003-06-03 Kris Warkentin <kewarken@qnx.com>
7139
7140 * solib.c (solib_open): Update comment to reflect actual search order.
7141
7142 2003-06-03 Andrew Cagney <cagney@redhat.com>
7143
7144 * frame.c (get_frame_memory_signed): New function.
7145 (get_frame_memory, get_frame_memory_unsigned): New function.
7146 (get_frame_arch): New function.
7147 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
7148 (get_frame_memory, get_frame_unsigned_memory): Declare.
7149 * d10v-tdep.c (d10v_frame_unwind_cache): Use
7150 get_frame_memory_unsigned and get_frame_arch.
7151 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
7152
7153 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
7154
7155 * MAINTAINERS (write after approval): Add myself.
7156
7157 2003-06-03 Jim Blandy <jimb@redhat.com>
7158
7159 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
7160 elements of gregset_t are 64 bits each, but access registers
7161 are still 32 bits, so they're packed two per gregset_t
7162 element. Unpack/pack them properly.
7163
7164 2003-06-02 David Carlton <carlton@bactrian.org>
7165
7166 * linespec.c (find_methods): Break out code into
7167 add_matching_methods and add_constructors.
7168 (add_matching_methods): New.
7169 (add_constructors): Ditto.
7170
7171 2003-06-02 Andrew Cagney <cagney@redhat.com>
7172
7173 * sparc-tdep.c (sparc_print_registers): Delete call to
7174 REGISTER_CONVERTIBLE.
7175 (sparc_gdbarch_init): Do not set register_convertible.
7176 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7177 * frv-tdep.c (frv_gdbarch_init): Ditto.
7178 * cris-tdep.c (cris_gdbarch_init): Ditto.
7179
7180 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
7181
7182 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
7183 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
7184 (syms_from_objfile): Ditto.
7185
7186 2003-06-03 Andreas Schwab <schwab@suse.de>
7187
7188 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
7189 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
7190
7191 2003-06-02 Richard Henderson <rth@redhat.com>
7192
7193 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
7194 a member of all_reggroup.
7195
7196 2003-06-02 Richard Henderson <rth@redhat.com>
7197
7198 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
7199 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
7200 (alpha_lds, alpha_sts): New.
7201 (alpha_convert_register_p): Change from _register_convertible.
7202 (alpha_register_to_value): Change from _convert_to_virtual;
7203 restructure and fail for type sizes other than 4 or 8.
7204 (alpha_value_to_register): Similarly.
7205 (alpha_extract_return_value): Use alpha_sts.
7206 (alpha_store_return_value): Use alpha_lds.
7207 (alpha_gdbarch_init): Update hooks.
7208
7209 2003-06-02 Richard Henderson <rth@redhat.com>
7210
7211 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
7212 regnum identifiers.
7213 (alpha_sigtramp_register_address): Likewise.
7214
7215 2003-06-02 Richard Henderson <rth@redhat.com>
7216
7217 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
7218 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
7219 * alpha-tdep.h: Declare them.
7220
7221 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
7222 Remove zerobuf. Don't error on UNIQUE.
7223 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
7224 (ALPHA_REGSET_UNIQUE): Provide default.
7225 (supply_gregset): Use alpha_supply_int_regs.
7226 (fill_gregset): Use alpha_fill_int_regs.
7227 (supply_fpregset): Use alpha_supply_fp_regs.
7228 (fill_fpregset): Use alpha_fill_fp_regs.
7229 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
7230 (alphabsd_supply_reg): Use alpha_supply_int_regs.
7231 (alphabsd_fill_reg): Use alpha_fill_int_regs.
7232 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
7233 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
7234 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
7235
7236 2003-06-02 Richard Henderson <rth@redhat.com>
7237
7238 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
7239
7240 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
7241 (alpha_store_return_value): Likewise.
7242
7243 2003-06-02 David Carlton <carlton@math.stanford.edu>
7244
7245 * block.c (contained_in): Add 'const' to arguments.
7246 (block_function): Ditto.
7247 * block.h: Update declarations for block_function and
7248 contained_in.
7249
7250 2003-06-02 David Carlton <carlton@math.stanford.edu>
7251
7252 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
7253 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
7254 * p-valprint.c (pascal_val_print): Ditto.
7255 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
7256
7257 2003-06-02 Richard Henderson <rth@redhat.com>
7258
7259 * alpha-tdep.c (alpha_push_dummy_call): Use
7260 builtin_type_ieee_double_little instead of builtin_type_double.
7261
7262 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
7263 sign-extension of 32-bit values.
7264 (alpha_store_return_value): Similarly.
7265
7266 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
7267 (alpha_extract_return_value): Likewise.
7268 (alpha_store_return_value): Likewise.
7269
7270 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
7271 (alpha_store_return_value): Error on IEEE Quad floats.
7272
7273 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
7274 (alpha_extract_struct_value_address): Likewise.
7275 (alpha_store_return_value): Likewise.
7276 (alpha_store_struct_return): Remove.
7277 (alpha_gdbarch_init): Update hook registration to match.
7278
7279 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
7280 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
7281 macros where appropriate.
7282 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
7283 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
7284
7285 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
7286 for SP, GP; void_func_ptr for PC; non-language-specific types
7287 for all others.
7288 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
7289
7290 2003-06-02 Richard Henderson <rth@redhat.com>
7291
7292 * top.h (lim_at_start): Declare.
7293 * main.c (captured_main): Set it.
7294 * top.c (lim_at_start): Define.
7295 (command_loop): Use it instead of &environ.
7296 * event-top.c (command_handler): Likewise.
7297
7298 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
7299
7300 * mipsnbsd-tdep.c: Update copyright years.
7301 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
7302
7303 2003-06-01 Richard Henderson <rth@redhat.com>
7304
7305 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
7306 (alpha-linux-tdep.o): Update dependencies.
7307 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
7308 * alpha-mdebug-tdep.c: Remove unneeded includes.
7309
7310 2003-06-01 Richard Henderson <rth@redhat.com>
7311
7312 * alpha-tdep.c (alpha_register_reggroup_p): New.
7313 (alpha_gdbarch_init): Register it.
7314
7315 2003-06-02 Andrew Cagney <cagney@redhat.com>
7316
7317 * dwarfread.c: Eliminate "register"
7318 (decode_die_type): Eliminate assignment within "if".
7319 (struct_type, decode_array_element_type): Ditto.
7320 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
7321 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
7322 (decode_modified_type, completedieinfo): Ditto.
7323 * block.c: Eliminate "register".
7324 (blockvector_for_pc_sect): Eliminate assignment within "if".
7325 * cp-support.h (struct symbol): Opaque declaration.
7326 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
7327
7328 2003-06-01 Richard Henderson <rth@redhat.com>
7329
7330 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
7331 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
7332
7333 2003-06-01 Adam Fedor <fedor@gnu.org>
7334
7335 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
7336 * gdbarch.[ch]: Regenerate.
7337 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
7338 (hppa_gdbarch_init): Set it in the gdbarch vector.
7339 * i386-tdep.c (i386_fetch_pointer_argument): New
7340 (i386_gdbarch_init): Set it into gdbarch.
7341 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
7342 (rs6000_gdbarch_init): Set it in gdbarch.
7343 * sparc-tdep.c (sparc_fetch_pointer_argument): New
7344 (sparc_gdbarch_init): Set it in gdbarch.
7345
7346 2003-06-01 Andrew Cagney <cagney@redhat.com>
7347
7348 * defs.h (extract_address): Delete declaration.
7349 * findvar.c (extract_address): Delete function.
7350 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
7351 extract_address with the inline equivalent,
7352 extract_unsigned_integer.
7353 (xstormy16_extract_struct_value_address): Ditto.
7354 (xstormy16_pointer_to_address): Ditto.
7355 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
7356 * v850-tdep.c (v850_push_arguments): Ditto.
7357 (v850_extract_return_value): Ditto.
7358 (v850_extract_struct_value_address): Ditto.
7359 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
7360 (sparcnbsd_get_longjmp_target_64): Ditto.
7361 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
7362 (get_longjmp_target): Ditto.
7363 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
7364 (sh64_extract_struct_value_address): Ditto.
7365 (sh_push_arguments): Ditto.
7366 (sh64_push_arguments): Ditto.
7367 * remote-vxsparc.c (vx_read_register): Ditto.
7368 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
7369 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
7370 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
7371 * mipsv4-nat.c (get_longjmp_target): Ditto.
7372 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
7373 * mips-nat.c (get_longjmp_target): Ditto.
7374 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
7375 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
7376 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
7377 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
7378 * irix5-nat.c (get_longjmp_target): Ditto.
7379 * irix4-nat.c (get_longjmp_target): Ditto.
7380 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
7381 (ia64_push_arguments): Ditto.
7382 * hpux-thread.c (hpux_thread_store_registers): Ditto.
7383 * h8300-tdep.c (h8300_push_arguments): Ditto.
7384 (h8300_store_return_value): Ditto.
7385 (h8300_extract_struct_value_address): Ditto.
7386 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
7387 (frv_push_arguments): Ditto.
7388 * avr-tdep.c (avr_pointer_to_address): Ditto.
7389 (avr_push_arguments): Ditto.
7390 * arm-tdep.c (arm_push_dummy_call): Ditto.
7391 (arm_get_longjmp_target): Ditto.
7392 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7393 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
7394 (alpha_get_longjmp_target): Ditto.
7395
7396 * solib-irix.c (extract_mips_address): Inline extract_address,
7397 replacing it with extract_signed_integer.
7398 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7399 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
7400 (first_link_map_member, open_symbol_file_object): Ditto.
7401 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
7402 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7403 (LM_NEXT, LM_NAME): Ditto.
7404
7405 2003-06-01 Richard Henderson <rth@redhat.com>
7406
7407 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
7408 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
7409 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
7410 (alpha_cannot_store_register): Likewise.
7411 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
7412 * alpha-nat.c (supply_gregset): Likewise.
7413 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
7414
7415 2003-06-01 Andrew Cagney <cagney@redhat.com>
7416
7417 * infcall.c (call_function_by_hand): Update comment on
7418 DEPRECATED_DUMMY_WRITE_SP.
7419
7420 * mips-tdep.c (mips_gdbarch_init): Do not set
7421 deprecated_dummy_write_sp.
7422 (mips_eabi_push_dummy_call): Set the SP register.
7423 (mips_o64_push_dummy_call): Set the SP register.
7424 (mips_o32_push_dummy_call): Set the SP register.
7425 (mips_n32n64_push_dummy_call): Set the SP register.
7426
7427 2003-06-01 Richard Henderson <rth@redhat.com>
7428
7429 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
7430 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
7431 (supply_gregset): Likewise.
7432 * alpha-tdep.c (alpha_store_return_value): Likewise.
7433 (alpha_get_longjmp_target): Likewise.
7434 (alpha_register_name): Constify array.
7435 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
7436 deprecated_register_size, deprecated_register_bytes,
7437 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
7438 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
7439 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
7440
7441 2003-06-01 Richard Henderson <rth@redhat.com>
7442
7443 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
7444 from arg_reg_buffer to regcache to avoid double conversion.
7445
7446 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7447
7448 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
7449 SP_REGNUM.
7450 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
7451 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
7452
7453 2003-06-01 Richard Henderson <rth@redhat.com>
7454
7455 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
7456 (decode_frame_entry): Set it. Skip FDE augmentation.
7457
7458 2003-06-01 Richard Henderson <rth@redhat.com>
7459
7460 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
7461 not overlapping PC_REGNUM.
7462
7463 2003-06-01 Richard Henderson <rth@redhat.com>
7464
7465 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
7466 alpha_push_arguments. Don't dump argument register data to
7467 the target stack. Fix float and 128-bit long double semantics.
7468 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
7469 (alpha_fix_call_dummy): Remove.
7470 (alpha_call_dummy_words): Remove.
7471 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
7472
7473 2003-06-01 Richard Henderson <rth@redhat.com>
7474
7475 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
7476
7477 2003-06-01 Andrew Cagney <cagney@redhat.com>
7478
7479 * mips-tdep.c (is_mips16_addr): New function.
7480 (make_mips16_addr, unmake_mips16_addr): New functions.
7481 (pc_is_mips16, mips_fetch_instruction): Use.
7482 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
7483 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
7484 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
7485 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
7486 TARGET_MIPS.
7487 * config/mips/tm-mips.h: Update copyright.
7488 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
7489 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
7490 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
7491 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
7492 (TM_PRINT_INSN_MACH): Delete.
7493 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
7494
7495 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
7496 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
7497 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
7498 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
7499 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
7500 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
7501 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
7502 mips*-*-riscos* and mips*-*-sysv* onto mips.
7503 * config/mips/mips64.mt: New file.
7504 * config/mips/mips.mt: New file.
7505 * config/mips/littlemips.mt: Delete file.
7506 * config/mips/decstation.mt: Delete file.
7507 * config/mips/vr4300el.mt: Delete file.
7508 * config/mips/vr5000el.mt: Delete file.
7509 * config/mips/vr5000.mt: Delete file.
7510 * config/mips/vr4100.mt: Delete file.
7511 * config/mips/vr4xxxel.mt: Delete file.
7512 * config/mips/vr4300.mt: Delete file.
7513 * config/mips/vr4xxx.mt: Delete file.
7514 * config/mips/bigmips.mt: Delete file.
7515 * config/mips/bigmips64.mt: Delete file.
7516 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
7517 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
7518 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
7519 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
7520 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
7521 "tm-bigmips.h".
7522 * config/mips/tm-irix3.h: Ditto.
7523 * config/mips/tm-mipsv4.h: Ditto.
7524 * config/mips/tm-embed.h: Ditto.
7525 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
7526 "tm-bigmips64.h".
7527 * config/mips/tm-vr5000el.h: Delete file.
7528 * config/mips/tm-tx39l.h: Delete file.
7529 * config/mips/tm-vr4300el.h: Delete file.
7530 * config/mips/tm-vr4xxxel.h: Delete file.
7531 * config/mips/tm-vr4300.h: Delete file.
7532 * config/mips/tm-vr4100.h: Delete file.
7533 * config/mips/tm-vr4xxx.h: Delete file.
7534 * config/mips/tm-vr5000.h: Delete file.
7535 * config/mips/tm-embedl64.h: Delete file.
7536 * config/mips/tm-embedl.h: Delete file.
7537 * config/mips/tm-embed64.h: Delete file.
7538 * config/mips/tm-bigmips64.h: Delete file.
7539 * config/mips/tm-bigmips.h: Delete file.
7540
7541 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7542
7543 Fix gdb/1216.
7544 * shnbsd-nat.c: Include "sh-tdep.h".
7545
7546 From Richard Henderson <rth@redhat.com>:
7547 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
7548
7549 2003-05-31 Andrew Cagney <cagney@redhat.com>
7550
7551 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
7552 forward declaration.
7553 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7554 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7555 (mips_find_saved_regs): Use set_reg_offset.
7556 (mips_frame_init_saved_regs): Delete function.
7557 (mips_pop_frame): Call mips_find_saved_regs instead of
7558 DEPRECATED_FRAME_INIT_SAVED_REGS.
7559
7560 2003-05-31 Andrew Cagney <cagney@redhat.com>
7561
7562 * mips-tdep.c (mips_gdbarch_init): Do not set
7563 deprecated_max_register_raw_size, register_virtual_size, and
7564 deprecated_max_register_virtual_size.
7565
7566 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7567
7568 * i386-tdep.c: Include "dwarf2-frame.h".
7569 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
7570 * Makefile.in (i386-tdep.o): Update dependencies.
7571
7572 * dwarf2-frame.c, dwarf2-frame.h: New files.
7573 * Makefile.in (SFILES): Add dwarf2-frame.c.
7574 (dwarf2_frame_h): Define.
7575 (COMMON_OBS): Add dwarf2-frame.o.
7576 (dwarf2-frame.o): Add dependencies.
7577
7578 2003-05-31 Andreas Jaeger <aj@suse.de>
7579
7580 * x86-64-linux-nat.c: Fix comment.
7581
7582 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7583
7584 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7585 function signature.
7586
7587 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7588 have a sigcontext_addr handler.
7589 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7590 sigcontext_addr handler.
7591
7592 2003-05-31 Andrew Cagney <cagney@redhat.com>
7593
7594 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7595 (print_fp_register_row): Replace do_fp_register_row.
7596 (mips_print_fp_register): Add "file" and "frame" parameters.
7597 (mips_print_register): Add "file" and "frame" parameters.
7598 (mips_print_registers_info): Replace mips_do_registers_info.
7599 (mips_gdbarch_init): Set print_registers_info instead of
7600 deprecated_do_registers_info.
7601 (mips_read_fp_register_single): Add "frame" parameter.
7602 (mips_read_fp_register_double): Add "frame" parameter.
7603
7604 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7605
7606 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7607 Fixes a bug where GDB would print the wrong register names for
7608 targets without SSE.
7609
7610 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7611 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7612 registers.
7613
7614 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7615 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7616 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7617 TDEP->sc_sp_offset.
7618
7619 From Michal Ludvig <mludvig@suse.cz>:
7620 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7621 and `sc_num_regs'.
7622 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7623 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7624 I386_ST0_REGNUM): Move here from...
7625 * i386-tdep.c: ... here.
7626 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7627 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7628 registers if possible.
7629 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7630 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7631 Remove variables.
7632 (i386bsd_sc_reg_offset): New variable.
7633 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7634 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7635 TDEP->sc_sp_offset.
7636 (i386fbsd_sc_reg_offset): New variable.
7637 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7638 TDEP->sc_num_regs.
7639 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7640 variables.
7641 (i386fbsd4_sc_reg_offset): New variable.
7642 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7643 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7644 TDEP->sc_sp_offset.
7645 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7646 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7647 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7648 Remove variables.
7649 (i386nbsd_sc_reg_offset): New variable.
7650 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7651 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7652 TDEP->sc_sp_offset.
7653 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7654 Remove variables.
7655 (i386obsd_sc_reg_offset): New variable.
7656 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7657 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7658 TDEP->sc_sp_offset.
7659 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7660 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7661 for frame pointer offset in `struct sigcontext'.
7662
7663 2003-05-31 Andrew Cagney <cagney@redhat.com>
7664
7665 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7666 architecture methods call_dummy_words, sizeof_call_dummy_words,
7667 push_return_address, store_struct_return, and fix_call_dummy. Set
7668 push_dummy_call instead of deprecated_push_arguments.
7669 (mips_store_struct_return): Delete function.
7670 (mips_fix_call_dummy): Delete function.
7671 (mips_push_return_address): Delete function.
7672 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7673 RA_REGNUM and T9_REGNUM.
7674 (mips_n32n64_push_dummy_call): Ditto for
7675 mips_n32n64_push_arguments.
7676 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7677 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7678
7679 2003-05-31 Andrew Cagney <cagney@redhat.com>
7680
7681 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7682 "dummy_addr" to "bp_addr".
7683 * infcall.c (call_function_by_hand): Pass "funaddr" to
7684 gdbarch_push_dummy_call.
7685 * gdbarch.h, gdbarch.c: Re-generate.
7686 * i386-tdep.c (i386_push_dummy_call): Update.
7687 * arm-tdep.c (arm_push_dummy_call): Update.
7688 * d10v-tdep.c (d10v_push_dummy_call): Update.
7689
7690 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7691
7692 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7693 variable declarations.
7694 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7695 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7696 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7697 x86_64_init_frame_pc, x86_64_init_frame_pc,
7698 x86_64_function_has_prologue): Remove prototypes.
7699 (X86_64_NUM_GREGS): New define.
7700 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7701 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7702 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7703 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7704 XMM1_REGNUM): Remove defines.
7705 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7706 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7707 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7708 X86_64_XMM1_REGNUM): New defines.
7709 (struct x86_64_register_info): Renamed from `struct
7710 register_info'. Remove `size' member.
7711 (x86_64_register_info_table): Remove variable.
7712 (x86_64_register_info): New variable.
7713 (X86_64_NUM_REGS): New define.
7714 (X86_64_NUM_GREGS): Remove define.
7715 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7716 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7717 Remove variables.
7718 (x86_54_dwarf2_reg_to_regnum): Remove function.
7719 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7720 (x86_64_dwarf_reg_to_regnum): New function.
7721 (x86_64_register_name): Rewrite.
7722 (x86_64_register_raw_size): Remove function.
7723 (x86_64_register_byte_table): Remove variable.
7724 (x86_64_register_byte): Remove function.
7725 (x86_64_register_virtual_type): Remove function.
7726 (x86_64_register_type): New function.
7727 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7728 x86_64_register_convert_to_raw): Remove functions.
7729 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7730 (x86_64_use_struct_convention): Make static. Adjust for renamed
7731 defines.
7732 (x86_64_frame_init_saved_regs): Remove function.
7733 (x86_64_push_arguments): Make static. Change to accept a regcache
7734 as argument.
7735 (x86_64_store_return_value, x86_64_extract_return_value): Make
7736 static. Rewrite based on i386 counterparts.
7737 (x86_64_push_dummy_call): New function.
7738 (X86_64_NUM_SAVED_REGS): New define.
7739 (x86_64_register_number): Remove function.
7740 (x86_64_store_struct_return): Remove function.
7741 (x86_64_frameless_function_invocation,
7742 x86_64_function_has_prologue): Remove functions.
7743 (PROLOG_BUFSIZE): Remove define.
7744 (struct x86_64_frame_cache): New structure.
7745 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7746 x86_64_frame_cache, x86_64_frame_this_id,
7747 x86_64_frame_prev_register, x86_64_frame_p,
7748 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7749 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7750 functions.
7751 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7752 variables.
7753 (x86_64_skip_prologue): Rewrite in terms of
7754 x86_64_analyze_prologue.
7755 (x86_64_frame_base_address): New function.
7756 (x86_64_frame_base): New variable.
7757 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7758 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7759 set deprecated_fp_regnum, deprecated_register_size,
7760 deprecated_register_bytes, register_raw_size, register_byte,
7761 register_virtual_type, register_convertiable,
7762 register_convert_to_virtual, convert_to_raw,
7763 deprecated_get_saved_register, deprecated_target_read_fp,
7764 deprecated_push_arguments, deprecated_push_return_address,
7765 deprecated_pop_frame, deprecated_store_struct_return,
7766 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7767 frameless_function_invocation, deprecated_frame_saved_pc,
7768 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7769 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7770 deprecated_init_frame_pc and virtual_frame_pointer. Call
7771 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7772 and x86_64_frame_p. Call frame_base_set_default to register
7773 x86_64_frame_base.
7774 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7775 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7776 (_initialize_x86_64_tdep): Remove function.
7777 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7778 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7779 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7780 define.
7781 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7782 (x86_64_linux_sigcontext_addr): Rewrite.
7783 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7784 x86_64_linux_frame_saved_pc): Remove functions.
7785 (x86_64_linux_pc_in_sigtramp): Renamed from
7786 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7787 trampoline.
7788 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7789 Remove_functions.
7790 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7791 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7792 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7793 (x86_64_regmap): Rename to regmap.
7794 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7795 x86_64_num_gregs.
7796 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7797 x86_64_regmap.
7798 (x86_64_fxsave_offset): Remove function.
7799 (supply_fpregset): Simply call x86_64_supply_fxsave.
7800 (fill_fpregset): Simply call x86_64_fill_fxsave.
7801 (fetch_inferior_registers, store_inferior_registers): Avoid
7802 asignment in if-statement.
7803 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7804 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7805 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7806 (fetch_core_registers): Remove function.
7807 (linux_elf_core_fns): Remove.
7808 (offsetoff): Don't define.
7809 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7810 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7811 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7812 add core-regset.o.
7813 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7814 protection against multiple includes instead of NM_X86_64_h. Add
7815 various comments. Include "config/nm-linux.h". Don't include
7816 <signal.h>.
7817 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7818 GET_THREAD_SIGNALS): Remove defines.
7819 (x86_64_register_u_addr, kernel_u_size,
7820 lin_thread_get_thread_signals): Remove prototypes.
7821 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7822 [HAVE_LINK_H]: Don't include "solib.h".
7823 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7824 * config/i386/tm-x86-64linux.h: Fix comments.
7825 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7826 x86-64-tdep.o): Update dependencies.
7827
7828 2003-05-30 Andrew Cagney <cagney@redhat.com>
7829
7830 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7831 Change parameter type to a "struct regcache *".
7832
7833 * gdbarch.sh: Regardless of the multi-arch level, always define
7834 the macro when not already defined.
7835 * gdbarch.h, gdbarch.c: Re-generate.
7836
7837 2003-05-30 Richard Henderson <rth@redhat.com>
7838
7839 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7840 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7841 (alpha_mdebug_frame_this_id): Likewise.
7842 (alpha_mdebug_frame_prev_register): Likewise.
7843 (alpha_mdebug_frame_base_address): Likewise.
7844 (alpha_mdebug_frame_locals_address): Likewise.
7845 (alpha_mdebug_frame_args_address): Likewise.
7846 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7847 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7848 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7849 loop increment.
7850 (alpha_heuristic_frame_this_id): Make static.
7851 (alpha_heuristic_frame_prev_register): Likewise.
7852 (alpha_heuristic_frame_base_address): Likewise.
7853 * alpha-tdep.h: Update.
7854
7855 2003-05-30 Mark Kettenis <kettenis@gnu.org>
7856
7857 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7858 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7859 defenitions.
7860 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7861 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7862 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7863 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7864 I386_ST0_REGNUM): New defines.
7865 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7866 codestream_get): Remove define.
7867 (codestream_next_addr, condestream_addr, condestream_buf,
7868 codestream_off, codestream_cnt): Remove variables.
7869 (codestream_fill, codestream_seek, codestream_read): Remove
7870 functions.
7871 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7872 functionality.
7873 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7874 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7875 i386_frame_saved_pc, i386_saved_pc_after_call,
7876 i386_frame_num_args, i386_frame_init_saved_regs,
7877 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7878 i386_push_arguments): Remove functions.
7879 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7880 functionality. Use i386_analyze_prologue instead of
7881 i386_get_frame_setup.
7882 (I386_NUM_SAVED_REGS): New define.
7883 (struct i386_frame_cache): New structure.
7884 (i386_alloc_frame_cache, i386_analyze_struct_return,
7885 i386_skip_probe, i386_analyze_frame_setup,
7886 i386_analyze_register_saves, i386_analyze_prologue,
7887 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7888 i386_frame_prev_register, i386_sigtramp_frame_cache,
7889 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7890 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7891 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7892 New functions.
7893 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7894 New variables.
7895 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7896 I386_EAX_REGNUM and I386_EDX_REGNUM.
7897 (i386_extract_return_value, i386_store_return_value): Use
7898 I386_ST0_REGNUM where appropriate.
7899 (i386_extract_struct_value_address): Rewrite to use extract_address.
7900 (i386_svr4_pc_in_sigtramp): Add comment.
7901 (i386_svr4_sigcontext_addr): Rewrite.
7902 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7903 TDEP->sc_sp_offset.
7904 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7905 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7906 of new defines. Set push_dummy_call, don't set
7907 deprecated_push_arguments, deprecated_push_return_address,
7908 deprecated_pop_frame. Don't set parm_boundary. Don't set
7909 deprecated_frame_chain, deprecated_frame_saved_pc,
7910 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7911 save_dummy_frame_tos, unwind_pc. Call
7912 frame_unwind_append_predicate and frame_base_set_default. Don't
7913 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7914 Don't set frameless_function_invocation. Don't set
7915 deprecated_register_bytes, deprecated_register_size,
7916 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7917 * i386-linux-tdep.c: Fix formatting in some comments.
7918 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7919 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7920 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7921 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7922 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7923 redundant parentheses.
7924 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7925 (i386_linux_sigcontext_addr): Use it. Rewrite.
7926 (find_minsym_and_objfile): Change name of second argument.
7927 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7928 changed. Use frame_pc_unwind instead of
7929 DEPRECATED_SAVED_PC_AFTER_CALL.
7930 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7931 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7932 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7933 unwinder.
7934 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7935 "dummy-frame.h".
7936 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7937 (_initialize_i386_cygwin_tdep): New prototype.
7938 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7939 deprecated_frame_chain_valid.
7940 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7941 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7942 Rely on the SVR4 defaults.
7943 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7944 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7945
7946 2003-05-30 Andrew Cagney <cagney@redhat.com>
7947
7948 * infcall.c (call_function_by_hand): Always call
7949 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7950
7951 2003-05-30 Richard Henderson <rth@redhat.com>
7952
7953 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7954 increment.
7955
7956 2003-05-29 Jim Blandy <jimb@redhat.com>
7957
7958 Use gdbarch methods for solib stuff on PowerPC Linux.
7959 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7960 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7961 show through.
7962 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7963 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7964 giving the same effect as the #definitions above.
7965
7966 2003-05-29 Adam Fedor <fedor@gnu.org>
7967
7968 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7969 (find_implementation_from_class): Replace it with the standard
7970 case i.e. do nothing.
7971
7972 2003-05-29 Richard Henderson <rth@redhat.com>
7973
7974 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7975 (alpha_linux_sigtramp_offset): Use it. Make static.
7976 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7977 update for new frame model.
7978 * alpha-mdebug-tdep.c: New file.
7979 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7980 (alpha_osf1_init_abi): Install it.
7981 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7982 (linked_proc_desc_table): Remove.
7983 (alpha_frame_past_sigtramp_frame): Remove.
7984 (alpha_dynamic_sigtramp_offset): Remove.
7985 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7986 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7987 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7988 (push_sigtramp_desc): Remove.
7989 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7990 (alpha_cannot_store_register): Likewise.
7991 (alpha_sigcontext_addr): Remove.
7992 (alpha_find_saved_regs): Remove.
7993 (alpha_frame_init_saved_regs): Remove.
7994 (alpha_init_frame_pc_first): Remove.
7995 (read_next_frame_reg): Remove.
7996 (alpha_frame_saved_pc): Remove.
7997 (alpha_saved_pc_after_call): Remove.
7998 (temp_proc_desc, temp_saved_regs): Remove.
7999 (alpha_about_to_return): Remove.
8000 (cached_proc_desc): Remove.
8001 (alpha_frame_chain): Remove.
8002 (alpha_print_extra_frame_info): Remove.
8003 (alpha_init_extra_frame_info): Remove.
8004 (alpha_frame_locals_address): Remove.
8005 (alpha_frame_args_address): Remove.
8006 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
8007 (alpha_push_dummy_frame): Remove.
8008 (alpha_pop_frame): Remove.
8009 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
8010 (alpha_read_insn): New.
8011 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
8012 for different insn encodings.
8013 (alpha_in_lenient_prologue): Remove.
8014 (struct alpha_sigtramp_unwind_cache): New.
8015 (alpha_sigtramp_frame_unwind_cache): New.
8016 (alpha_sigtramp_register_address): New.
8017 (alpha_sigtramp_frame_this_id): New.
8018 (alpha_sigtramp_frame_prev_register): New.
8019 (alpha_sigtramp_frame_unwind): New.
8020 (alpha_sigtramp_frame_p): New.
8021 (struct alpha_heuristic_unwind_cache): New.
8022 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
8023 don't count nop insns that occur between functions.
8024 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
8025 heuristic_proc_desc, but without the mdebug wrapping.
8026 (alpha_heuristic_frame_this_id): New.
8027 (alpha_heuristic_frame_prev_register): New.
8028 (alpha_heuristic_frame_unwind): New.
8029 (alpha_heuristic_frame_p): New.
8030 (alpha_heuristic_frame_base_address): New.
8031 (alpha_heuristic_frame_base): New.
8032 (alpha_unwind_dummy_id): New.
8033 (alpha_unwind_pc): New.
8034 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
8035 frame related deprecated initializations; install replacements.
8036 (alpha_dump_tdep): Remove.
8037 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
8038 (alpha_read_insn, alpha_after_prologue,
8039 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
8040 alpha_heuristic_frame_prev_register,
8041 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
8042 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
8043 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
8044 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
8045
8046 2003-05-29 Andrew Cagney <cagney@redhat.com>
8047
8048 * gdb_assert.h (gdb_assert_fail): Provide different definitions
8049 dependant on the availability of ASSERT_FUNCTION.
8050 (ASSERT_FUNCTION): Do not define when there is no function name.
8051
8052 2003-05-29 Kevin Buettner <kevinb@redhat.com>
8053
8054 From Jimi X <jimix@watson.ibm.com>:
8055 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
8056
8057 2003-05-28 Jim Blandy <jimb@redhat.com>
8058
8059 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
8060 argument to ptrace to int; the system headers should give it the
8061 right type, and pointers don't fit in ints on powerpc64-*-*.
8062
8063 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
8064
8065 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
8066 DW_TAG_catch_block.
8067
8068 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
8069
8070 * stabsread.c (dbx_lookup_type): Make static.
8071 (read_type): Ditto.
8072 (add_undefined_type): Ditto.
8073 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
8074 not export.
8075
8076 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
8077
8078 * hpread.c (hpread_has_name): Make static.
8079 (hpread_psymtab_to_symtab): Ditto.
8080 (file_exists): Ditto.
8081 (hpread_call_pxdb): Ditto.
8082 (hpread_pxdb_needed): Ditto.
8083 (hpread_quick_traverse): Ditto.
8084 (hpread_get_header): Ditto.
8085 (hpread_get_lntt): Ditto.
8086 (hpread_get_slt): Ditto.
8087 (class_of): Ditto.
8088
8089 2003-05-25 Andreas Schwab <schwab@suse.de>
8090
8091 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
8092 stack_align and deprecated_extra_stack_alignment_needed.
8093 (m68k_stack_align): Delete.
8094
8095 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
8096 (m68k_register_virtual_size): Likewise.
8097 (altos_skip_prologue): Remove obsolete function.
8098 (isi_frame_num_args): Likewise.
8099 (news_frame_num_args): Likewise.
8100 (m68k_fix_call_dummy): Make static.
8101 (m68k_push_dummy_frame): Likewise.
8102 (m68k_pop_frame): Likewise.
8103 (m68k_skip_prologue): Likewise.
8104 (m68k_frame_init_saved_regs): Likewise.
8105 (m68k_saved_pc_after_call): Likewise.
8106 (m68k_get_longjmp_target): Make multi-arch.
8107 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
8108 structure. Register m68k_get_longjmp_target if enabled.
8109 * m68k-tdep.h (struct gdbarch_tdep): Define.
8110 * config/m68k/tm-m68k.h: Don't include "regcache.h".
8111
8112 * Makefile.in (config.status): Also depend on configure.tgt
8113 and configure.host.
8114 (m68klinux-tdep.o): Update dependencies.
8115 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
8116 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
8117 (M68K_LINUX_JB_PC): Define.
8118 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
8119 and take additional parameter.
8120 (m68k_linux_sigtramp_saved_pc): Update.
8121 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
8122 m68k_linux_pc_in_sigtramp, in_plt_section,
8123 find_solib_trampoline_target.
8124 * config/m68k/tm-linux.h: Don't include any tm headers.
8125 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
8126 (JB_ELEMENT_SIZE): Likewise.
8127 (JB_PC): Likewise.
8128 (GET_LONGJMP_TARGET): Likewise.
8129 (IN_SIGTRAMP): Likewise.
8130 (SVR4_SHARED_LIBS): Define this and include "solib.h".
8131
8132 2003-05-25 Mark Kettenis <kettenis@gnu.org>
8133
8134 * sparc-tdep.c (sparc32_do_push_arguments): New function.
8135 (sparc32_push_arguments): Re-implement by calling
8136 sparc32_do_push_arguments.
8137
8138 2003-05-25 Mark Kettenis <kettenis@gnu.org>
8139
8140 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
8141 SPARC_O1_REGNUM): New defines.
8142 (sparc32_extract_return_value): Rewrite to operate on a regcache.
8143 (sparc32_store_return_value): New function.
8144 (sparc_extract_struct_value_address): Rewrite to operate on a
8145 regcache.
8146 (sparc_gdbarch_init): Don't set
8147 deprecated_extract_struct_value_address. Set
8148 extract_struct_value_address instead. Don't set
8149 deprecated_extract_return_value and deprecated_store_return_value
8150 for 32-bit targets. Set extract_return_value and
8151 store_return_value instead.
8152 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
8153 DEPRECTAED_EXTRACT_RETURN_VALUE,
8154 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
8155 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
8156 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
8157 (sparc_store_return_value): Remove prototype.
8158 (sparc32_store_return_value): New prototype.
8159 (sparc32_extract_return_value, sparc_extract_struct_value_address):
8160 Adjust prototypes.
8161
8162 2003-05-24 Mark Kettenis <kettenis@gnu.org>
8163
8164 * sparcnbsd-tdep.c: Include "gdb_string.h".
8165
8166 2003-05-23 Andrew Cagney <cagney@redhat.com>
8167
8168 * p-valprint.c (pascal_val_print): Replace extract_address with
8169 the inline equivalent extract_unsigned_integer.
8170 * jv-valprint.c (java_value_print): Ditto.
8171 * ada-valprint.c (ada_val_print_1): Ditto.
8172 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
8173
8174 2003-05-23 Theodore A. Roth <troth@openavr.org>
8175
8176 * blockframe.c (frameless_look_for_prologue): Remove unused
8177 after_prologue variable.
8178
8179 2003-05-23 Mark Kettenis <kettenis@gnu.org>
8180
8181 * blockframe.c (get_pc_function_start): Rewrite to avoid
8182 asignments in if-statements.
8183
8184 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8185
8186 Committed by Elena Zannoni <ezannoni@redhat.com>.
8187 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
8188 files, don't relocate absolute symbols (and do use mst_abs).
8189
8190 2003-05-23 Andrew Cagney <cagney@redhat.com>
8191
8192 * objc-lang.c: Include "gdb_assert.h".
8193 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
8194 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
8195 (gdb_check, gdb_check_fatal): Delete functions.
8196 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
8197 gdb_assert.
8198 (parse_selector, parse_method, find_methods, find_imps): Ditto.
8199 * Makefile.in (objc-lang.o): Update dependencies.
8200
8201 2003-05-22 Ian Lance Taylor <ian@airs.com>
8202
8203 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
8204 with fprintf_filtered, not fprintf_unfiltered.
8205
8206 2003-05-22 Andrew Cagney <cagney@redhat.com>
8207
8208 * stack.c (frame_info): Inline extract_address, replacing it with
8209 extract_unsigned_integer.
8210 * findvar.c (unsigned_pointer_to_address): Ditto.
8211 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
8212 * dwarf2expr.c (dwarf2_read_address): Ditto.
8213 * frame.c (frame_pc_unwind): Update comment.
8214 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
8215
8216 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
8217
8218 * infptrace.c (detach): Call print_sys_errmsg rather than
8219 perror_with_name to issue warning message when errno is non-zero
8220 after calling ptrace detach.
8221
8222 2003-05-21 J. Brobecker <brobecker@gnat.com>
8223
8224 * config/pa/tm-hppa.h: Delete some unused macros. Move some
8225 macro definitions from here...
8226 * hppa-tdep.c: ...to there.
8227
8228 2003-05-20 Kevin Buettner <kevinb@redhat.com>
8229
8230 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
8231 register_ptrace_addr(). Fix all callers.
8232
8233 2003-05-21 Andreas Schwab <schwab@suse.de>
8234
8235 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
8236 dependencies.
8237 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
8238 end.
8239 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
8240 (_initialize_m68k_linux_tdep): New function.
8241 (m68k_linux_frame_saved_pc): Make static.
8242 (m68k_linux_extract_return_value): Likewise.
8243 (m68k_linux_store_return_value): Likewise.
8244 (m68k_linux_extract_struct_value_address): Likewise.
8245 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
8246 Remove.
8247 (DEPRECATED_STORE_RETURN_VALUE): Remove.
8248 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
8249 (DEPRECATED_FRAME_SAVED_PC): Remove.
8250
8251 2003-05-20 Kris Warkentin <kewarken@qnx.com>
8252
8253 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
8254 regset numbering rather than our own.
8255
8256 2003-05-19 David Carlton <carlton@bactrian.org>
8257
8258 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
8259
8260 2003-05-19 David Carlton <carlton@bactrian.org>
8261
8262 Partial fix for PR c++/827.
8263 * cp-support.h: Include symtab.h.
8264 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
8265 * cp-namespace.c: Update contributors.
8266 (cp_lookup_symbol_nonlocal): New.
8267 (lookup_namespace_scope, cp_lookup_symbol_namespace)
8268 (lookup_symbol_file): Ditto.
8269 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
8270 * block.h: Declare block_scope, block_using, block_global_block.
8271 * block.c (block_scope): New.
8272 (block_using, block_global_block): Ditto.
8273 * Makefile.in (cp_support_h): Depend on symtab_h.
8274 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
8275
8276 2003-05-19 David Carlton <carlton@bactrian.org>
8277
8278 * language.h (struct language_defn): Add 'la_value_of_this'
8279 and 'la_lookup_symbol_nonlocal' members.
8280 * symtab.h: Declare basic_lookup_symbol_nonlocal,
8281 lookup_symbol_static, lookup_symbol_global,
8282 lookup_symbol_aux_block.
8283 * symtab.c (lookup_symbol_aux): Call language hooks to determine
8284 if we should search fields of this and how to do static/global
8285 lookup.
8286 (lookup_symbol_aux_block): Make extern.
8287 (basic_lookup_symbol_nonlocal): New.
8288 (lookup_symbol_static, lookup_symbol_global): Ditto.
8289 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
8290 'la_lookup_symbol_nonlocal' members.
8291 * c-lang.c (c_language_defn, cplus_language_defn)
8292 (asm_language_defn, minimal_language_defn): Ditto.
8293 * jv-lang.c (java_language_defn): Ditto.
8294 * language.c (unknown_language_defn, auto_language_defn)
8295 (local_language_defn): Ditto.
8296 * m2-lang.c (m2_language_defn): Ditto.
8297 * objc-lang.c (objc_language_defn): Ditto.
8298 * scm-lang.c (scm_language_defn): Ditto.
8299 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
8300 * p-lang.c (pascal_language_defn): Ditto for both.
8301 * Makefile.in (f-lang.o): Depend on value_h.
8302 (p-lang.o): Ditto.
8303
8304 2003-05-19 David Carlton <carlton@bactrian.org>
8305
8306 * block.h: Declare block_static_block.
8307 * block.c (block_static_block): New.
8308 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
8309 lookup_symbol_aux_local, calling block_static_block instead.
8310 (lookup_symbol_aux_local): Delete 'static_block' argument.
8311
8312 2003-05-19 David Carlton <carlton@bactrian.org>
8313
8314 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
8315
8316 2003-05-19 Michal Ludvig <mludvig@suse.cz>
8317
8318 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
8319 register numbers mapping.
8320
8321 2003-05-18 Adam Fedor <fedor@gnu.org>
8322
8323 * symtab.c (completion_list_objc_symbol): New function.
8324 (make_symbol_completion_list): Use it to add ObjC symbols
8325 when looking though the list.
8326 (language_search_unquoted_string): New function.
8327 (make_file_symbol_completion_list): Use it.
8328
8329 2003-05-18 Andreas Schwab <schwab@suse.de>
8330
8331 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
8332 dependencies.
8333 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
8334 as m68k_linux_extract_return_value.
8335 (DEPRECATED_STORE_RETURN_VALUE): Define as
8336 m68k_linux_store_return_value.
8337 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
8338 m68k_linux_extract_struct_value_address.
8339 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
8340 get_next_frame, get_frame_base, get_frame_pc.
8341 (m68k_linux_frame_saved_pc): Use get_frame_base.
8342 (m68k_linux_extract_return_value): New function.
8343 (m68k_linux_store_return_value): New function.
8344 (m68k_linux_extract_struct_value_address): New function.
8345 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
8346
8347 * c-exp.y (typebase): Remove duplicate occurence of
8348 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8349 of lookup_signed_typename.
8350
8351 2003-05-18 Mark Kettenis <kettenis@gnu.org>
8352
8353 * dwarf2loc.c (find_location_expression): Change type of second
8354 argument to `size_t *'.
8355 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
8356 for size variable.
8357
8358 2003-05-18 David Carlton <carlton@bactrian.org>
8359
8360 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
8361 'linkage_name'. Add comment.
8362 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
8363 'linkage_name'.
8364 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
8365 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
8366 (lookup_block_symbol): Ditto.
8367
8368 2003-05-16 Andrew Cagney <cagney@redhat.com>
8369
8370 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
8371 * gdbarch.h, gdbarch.c: Re-generate.
8372 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
8373 * TODO (REGISTER_BYTES): Delete reference.
8374 * alpha-tdep.c (alpha_gdbarch_init): Update.
8375 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8376 * x86-64-tdep.c (x86_64_init_abi): Update.
8377 * vax-tdep.c (vax_gdbarch_init): Update.
8378 * v850-tdep.c (v850_gdbarch_init): Update.
8379 * sparc-tdep.c (sparc_gdbarch_init): Update.
8380 * sh-tdep.c (sh_gdbarch_init): Update.
8381 * s390-tdep.c (s390_gdbarch_init): Update.
8382 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8383 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
8384 (ns32k_gdbarch_init_32382): Update.
8385 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8386 * mcore-tdep.c (mcore_gdbarch_init): Update.
8387 * m68k-tdep.c (m68k_gdbarch_init): Update.
8388 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8389 * ia64-tdep.c (ia64_gdbarch_init): Update.
8390 * i386-tdep.c (i386_gdbarch_init): Update.
8391 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8392 * hppa-tdep.c (hppa_gdbarch_init): Update.
8393 * h8300-tdep.c (h8300_gdbarch_init): Update.
8394 * frv-tdep.c (frv_gdbarch_init): Update.
8395 * cris-tdep.c (cris_gdbarch_init): Update.
8396 * avr-tdep.c (avr_gdbarch_init): Update.
8397 * arm-tdep.c (arm_gdbarch_init): Update.
8398 * sparc-tdep.c (sparc_pop_frame): Update.
8399 * rs6000-tdep.c (rs6000_pop_frame): Update.
8400 * remote.c (init_remote_state): Update.
8401 (remote_prepare_to_store): Update.
8402 * remote-vx.c (vx_prepare_to_store): Update.
8403 * remote-sds.c (sds_fetch_registers): Update.
8404 (sds_prepare_to_store): Update.
8405 * remote-array.c: Update.
8406 * regcache.c (init_legacy_regcache_descr): Update.
8407 (init_regcache_descr): Update.
8408 * mips-tdep.c (mips_eabi_extract_return_value): Update.
8409 (mips_o64_extract_return_value): Update.
8410 * irix5-nat.c (fetch_core_registers): Update.
8411 * irix4-nat.c (fetch_core_registers): Update.
8412 * i386-tdep.h: Update.
8413 * hppa-tdep.c (pa_do_registers_info): Update.
8414 (pa_do_strcat_registers_info): Update.
8415 * cris-tdep.c (cris_register_bytes_ok): Update.
8416 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
8417 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
8418 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
8419 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
8420 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
8421 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
8422 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
8423 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
8424 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
8425 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
8426 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
8427 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
8428 (REGISTER_BYTES_OK): Update.
8429 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
8430 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
8431
8432 2003-05-16 Ian Lance Taylor <ian@airs.com>
8433
8434 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
8435 (vax_print_insn, print_insn_arg): Remove static functions.
8436 (vax_gdbarch_init): Call set_gdbarch_print_insn with
8437 print_insn_vax from opcodes library.
8438 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
8439
8440 2003-05-15 Andrew Cagney <cagney@redhat.com>
8441
8442 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
8443 * target.h (memory_breakpoint_from_pc): Delete declaration.
8444 * mem-break.c (memory_breakpoint_from_pc): Delete function.
8445 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
8446 * monitor.c (monitor_insert_breakpoint): Use
8447 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
8448 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
8449 * gdbarch.h, gdbarch.c: Re-generate.
8450 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
8451 (sparc_gdbarch_init): Set breakpoint_from_pc to
8452 sparc_breakpoint_from_pc.
8453 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
8454 (BREAKPOINT_FROM_PC): Define.
8455 (sparc_breakpoint_from_pc): Declare.
8456 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
8457 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
8458 (BREAKPOINT_FROM_PC): Define.
8459 (BREAKPOINT): Delete macro.
8460 * target.h: Update comment.
8461 * s390-tdep.c (s390_gdbarch_init): Update comments.
8462 * remote.c: Update comments.
8463 * remote-mips.c: Update comments.
8464 * proc-api.c (write_with_trace): Do not check for a breakpoint.
8465 * mem-break.c: Update comment.
8466 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
8467 (ia64_memory_insert_breakpoint): Update.
8468 * config/sparc/tm-sparc.h: Update comment.
8469 * config/pa/tm-hppa64.h: Update comment.
8470 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8471 (rs6000_breakpoint_from_pc): Update.
8472 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8473 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
8474 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
8475 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
8476 (mips_breakpoint_from_pc): Update.
8477 (mips_dump_tdep): Update.
8478
8479 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
8480 * minsyms.c (lookup_minimal_symbol): Inline
8481 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
8482
8483 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
8484 * p-valprint.c (pascal_object_print_value_fields): Ditto.
8485 * p-lang.c (pascal_printstr): Ditto.
8486 * objc-lang.c (objc_printstr): Ditto.
8487 * m2-lang.c (m2_printstr): Ditto.
8488 * jv-valprint.c (java_print_value_fields): Ditto.
8489 * f-lang.c (f_printstr): Ditto.
8490 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
8491 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
8492 for repeat_count_threshold.
8493 * Makefile.in (cp-valprint.o): Update dependencies.
8494
8495 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8496
8497 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
8498 (examine_prologue): Support looking through leaf functions, knowing
8499 they start with mov r2,r12. Support skipping over indirect stores
8500 of the input registers. Upon hitting a non-nop branch instruction
8501 or predicated instruction, bail out by setting lim_pc to the current
8502 pc value in the loop. At the end, if the lim_pc value is still
8503 beyond our calculated value and we have trust_limit set,
8504 use the lim_pc value.
8505
8506 2003-05-15 Andrew Cagney <cagney@redhat.com>
8507
8508 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
8509 generic_find_dummy_frame.
8510 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
8511 (deprecated_generic_find_dummy_frame): Update.
8512 (deprecated_read_register_dummy): Update.
8513 * frame.c (deprecated_generic_get_saved_register): Update.
8514
8515 2003-05-15 Theodore A. Roth <troth@openavr.org>
8516
8517 * avr-tdep.c (avr_breakpoint_from_pc): New function.
8518 (avr_gdbarch_init): Set breakpoint_from_pc method.
8519
8520 2003-05-15 Andrew Cagney <cagney@redhat.com>
8521
8522 * regcache.c (build_regcache): Set deprecated_register_valid
8523 directly.
8524 (deprecated_grub_regcache_for_register_valid): Delete function.
8525 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
8526 declaration.
8527
8528 2003-05-15 David Carlton <carlton@bactrian.org>
8529
8530 Committed by Elena Zannoni <ezannoni@redhat.com>
8531 * symtab.c (lookup_symbol_aux): Delete calls to
8532 lookup_symbol_aux_minsyms.
8533 (lookup_symbol_aux_minsyms): Comment out function and
8534 prototype. Delete lookup by mangled name.
8535
8536 2003-05-14 Kevin Buettner <kevinb@redhat.com>
8537
8538 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
8539 correctly indicate an empty stack and ``stack_allocated'' to the
8540 indicate the number of elements initially allocated.
8541 (dwarf_expr_grow_stack): Simplify method for computing new
8542 stack size. Don't loop infinitely if ``stack_len'' is zero.
8543 (execute_stack_op): Move ``ctx->in_reg'' initialization
8544 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
8545 be used in conjuction with DW_OP_piece. Revise error message
8546 accordingly.
8547
8548 2003-05-14 Theodore A. Roth <troth@openavr.org>
8549
8550 * MAINTAINERS: Update my email address.
8551 * avr-tdep.c: Ditto.
8552
8553 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
8554
8555 * symtab.h (enum domain_enum): Rename from namespace_enum.
8556 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
8557 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
8558 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
8559 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
8560 TYPES_NAMESPACE, METHODS_NAMESPACE.
8561 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
8562 (struct symbol, struct partial_symbol): Rename field
8563 'namespace_enum namespace' to 'domain_enum domain'.
8564 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
8565 Delete old define kludge for namespace.
8566
8567 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
8568 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
8569 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
8570 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
8571 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
8572 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
8573 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8574 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8575 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8576 occurrences of the above.
8577
8578 2003-05-14 Ian Lance Taylor <ian@airs.com>
8579
8580 * Makefile.in (install-only): Use $(SHELL) when running
8581 mkinstalldirs.
8582
8583 2003-05-13 Ian Lance Taylor <ian@airs.com>
8584
8585 * MAINTAINERS (write after approval): Add myself.
8586
8587 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8588 second and third arguments.
8589 * ser-tcp.c (_initialize_ser_tcp): Likewise.
8590 * ser-unix.c (_initialize_ser_hardwire): Likewise.
8591
8592 2003-05-13 Andrew Cagney <cagney@redhat.com>
8593
8594 * defs.h (store_address): Delete declaration.
8595 findvar.c (store_address): Delete function.
8596 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8597 store_unsigned_integer.
8598 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8599 * v850-tdep.c (v850_push_arguments): Ditto.
8600 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8601 * sh-tdep.c (sh64_get_saved_register): Ditto.
8602 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8603 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8604 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8605 (mips_get_saved_register): Ditto.
8606 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8607 (find_func_descr, ia64_push_arguments): Ditto.
8608 * i386-tdep.c (i386_push_arguments): Ditto.
8609 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8610 * frv-tdep.c (frv_push_arguments): Ditto.
8611 * frame.c (legacy_saved_regs_prev_register): Ditto.
8612 (deprecated_generic_get_saved_register): Ditto.
8613 * findvar.c (unsigned_address_to_pointer): Ditto.
8614 * dwarf2read.c (dwarf2_const_value): Ditto.
8615 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8616 * alpha-tdep.c (alpha_push_arguments): Ditto.
8617
8618 2003-05-12 J. Brobecker <brobecker@gnat.com>
8619
8620 * NEWS: Mention that the hppa-hpux port has been partially
8621 multiarched (32bit ABIT only, so far).
8622
8623 2003-05-11 Andrew Cagney <cagney@redhat.com>
8624
8625 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8626 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8627 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8628 sim/testsuite/sim/arm/misaligned2.ms, and
8629 sim/testsuite/sim/arm/misaligned3.ms.
8630 * disasm.h (struct ui_file): Add opaque struct declaration.
8631 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8632 * frame.h (struct ui_file): Ditto.
8633
8634 2003-05-11 Mark Kettenis <kettenis@gnu.org>
8635
8636 * value.h: Pretty print.
8637
8638 2003-05-10 Mark Kettenis <kettenis@gnu.org>
8639
8640 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8641
8642 2003-05-08 Andrew Cagney <cagney@redhat.com>
8643
8644 * regcache.h (max_register_size): Delete declaration.
8645 * regcache.c (max_register_size): Delete function.
8646 (struct regcache_descr): Delete field "max_register_size".
8647 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8648 registers fit in MAX_REGISTER_SIZE.
8649 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8650 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8651 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8652 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8653 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8654 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8655 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8656 * dve3900-rom.c, hppa-tdep.c: Ditto.
8657
8658 2003-05-08 David Carlton <carlton@math.stanford.edu>
8659
8660 * valops.c (push_word): Fix typo.
8661
8662 2003-05-08 Andrew Cagney <cagney@redhat.com>
8663
8664 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8665 * gdbarch.h: Re-generate.
8666 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8667 (legacy_max_register_raw_size): Delete declaration.
8668 * regcache.c (legacy_max_register_raw_size): Delete function.
8669 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8670 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8671 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8672 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8673 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8674 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8675 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8676 * findvar.c, dwarf2cfi.c: Ditto.
8677
8678 2003-05-08 Andrew Cagney <cagney@redhat.com>
8679
8680 * mips-tdep.c (read_signed_register): New function, moved to here
8681 from "regcache.c".
8682 (read_signed_register_pid): Ditto.
8683 * regcache.c (read_signed_register_pid): Delete function, moved to
8684 "mips-tdep.c".
8685 (read_signed_register): Ditto.
8686 * regcache.h (read_signed_register): Delete declaration.
8687 (read_signed_register_pid): Delete declaration.
8688
8689 2003-05-08 Andrew Cagney <cagney@redhat.com>
8690
8691 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8692 * gdbarch.h: Re-generate.
8693 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8694 (legacy_max_register_virtual_size): Delete declaration.
8695 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8696 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8697 * tracepoint.c (memrange_sortmerge): Ditto.
8698 * sparc-tdep.c (sparc_print_registers): Ditto.
8699 * regcache.c (legacy_max_register_virtual_size): Delete function.
8700
8701 2002-05-08 J. Brobecker <brobecker@gnat.com>
8702
8703 * fork-child.c (escape_bang_in_quoted_argument): New function.
8704 (fork_inferior): Escape '!' characters in quoted arguments
8705 only when needed.
8706
8707 2003-05-08 J. Brobecker <brobecker@gnat.com>
8708
8709 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8710 the language of the CU is not currently supported by GDB.
8711
8712 2003-05-08 J. Brobecker <brobecker@gnat.com>
8713
8714 * defs.h (language): Add language_minimal enum value.
8715 * c-lang.c (minimal_language_defn): New language definition.
8716 (_initialize_c_language): Add the new minimal language to the list
8717 of languages known to GDB.
8718
8719 2003-05-08 Kevin Buettner <kevinb@redhat.com>
8720
8721 * frame.c (get_frame_type): Don't attempt to lazily initialize
8722 frame's unwinder for legacy frames.
8723
8724 2003-05-07 Andrew Cagney <cagney@redhat.com>
8725
8726 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8727 and "regcache" parameters.
8728 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8729
8730 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8731
8732 * dwarf2read.c (dwarf_decode_lines): Only use output of
8733 check_cu_functions() when calling record_line(). Do not update
8734 the current address.
8735
8736 2003-05-07 Andrew Cagney <cagney@redhat.com>
8737
8738 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8739 code.
8740
8741 2003-05-07 Jim Blandy <jimb@redhat.com>
8742
8743 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8744 'maint info symtabs' and 'maint info psymtabs'.
8745 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8746 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8747 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8748 Declarations updated.
8749 * maint.c (maintenance_list_command): Delete.
8750 (_initialize_maint_cmds): Update calls to add_cmd.
8751 * gdbcmd.h (maintenancelistlist): Delete declaration.
8752 * cli/cli-cmds.c (maintenancelistlist): Delete.
8753 (init_cmd_lists): Don't initialize it.
8754 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8755
8756 2003-05-07 Andrew Cagney <cagney@redhat.com>
8757
8758 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8759 "regcache".
8760 (d10v_print_registers_info): Update.
8761 (d10v_dmap_register, d10v_imap_register): Delete functions.
8762 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8763 and "imap_register".
8764 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8765 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8766 * arch-utils.c (generic_remote_translate_xfer_address): Add
8767 "regcache" and "gdbarch" parameters.
8768 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8769 parameter. Change class to multi-arch.
8770 * gdbarch.h, gdbarch.c: Re-generate.
8771 * remote.c (remote_xfer_memory): Use
8772 gdbarch_remote_translate_xfer_address.
8773
8774 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8775
8776 * infrun.c (prev_pc): Move declaration ahead of proceed().
8777 (proceed): Refresh prev_pc value before resuming.
8778 (stop_stepping): Remove code to refresh prev_pc.
8779
8780 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8781
8782 * nto-tdep.c: Removed stray comment.
8783
8784 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8785
8786 * i386-nto-tdep.c: Fix old K&R function definitions.
8787 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8788 Also change add_show_from_set() call to add_setshow_cmd().
8789 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8790
8791 2003-05-05 Andrew Cagney <cagney@redhat.com>
8792
8793 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8794 (fprint_dummy_frames): New function.
8795 (maintenance_print_dummy_frames): New function.
8796 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8797 * frame.c (fprint_frame_id): Make global.
8798 * frame.h (fprint_frame_id): Declare.
8799 * Makefile.in (dummy-frame.o): Update dependencies.
8800
8801 2003-05-05 Andrew Cagney <cagney@redhat.com>
8802
8803 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8804 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8805 SIZEOF_CALL_DUMMY_WORDS.
8806 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8807 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8808 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8809 CALL_DUMMY_BREAKPOINT_OFFSET.
8810 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8811 CALL_DUMMY_START_OFFSET.
8812 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8813 * gdbarch.h, gdbarch.c: Re-generate.
8814 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8815 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8816 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8817 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8818 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8819 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8820 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8821 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8822 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8823 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8824 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8825 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8826 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8827 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8828 * config/sparc/tm-sparc.h: Update.
8829
8830 2003-05-05 Kris Warkentin <kewarken@qnx.com>
8831
8832 * configure.tgt: Add i[3456]86-*-nto*.
8833 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8834 * nto-tdep.c: New file. Neutrino target support routines.
8835 * nto-tdep.h: New file. Neutrino target header.
8836 * config/tm-qnxnto.h: New file.
8837 * config/i386/i386nto.mt: New file.
8838 * config/i386/tm-i386nto.h: New file.
8839
8840 2003-05-04 Andrew Cagney <cagney@redhat.com>
8841
8842 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8843 (load_infrun_state): Ditto.
8844 (struct thread_info): Drop "prev_func_name" field.
8845 * thread.c (load_infrun_state): Update.
8846 (save_infrun_state): Update.
8847 * infrun.c (prev_func_name): Delete variable.
8848 (init_wait_for_inferior): Do not clear prev_func_name.
8849 (stop_stepping, keep_going, context_switch): Do not swap
8850 prev_func_name.
8851 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8852 instead of PC_IN_SIGTRAMP.
8853
8854 2003-05-04 Andrew Cagney <cagney@redhat.com>
8855
8856 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8857 REGISTER_BYTE with register_offset_hack.
8858 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8859 that REGISTER_BYTE is consistent with the regcache.
8860 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8861 * gdbarch.h, gdbarch.c: Regenerate.
8862
8863 2003-05-04 Mark Kettenis <kettenis@gnu.org>
8864
8865 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8866 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8867
8868 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8869
8870 2003-05-03 J. Brobecker <brobecker@gnat.com>
8871
8872 From Thierry Schneider <tpschneider1@yahoo.com>
8873 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8874 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8875 (mi-cmd-symbol.o): Add rule.
8876
8877 2003-05-03 Andrew Cagney <cagney@redhat.com>
8878
8879 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8880 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8881 * gdbarch.h, gdbarch.c: Re-generate.
8882 * d10v-tdep.c (d10v_push_dummy_code): New function.
8883 (d10v_gdbarch_init): Set push_dummy_code.
8884 * infcall.c (legacy_push_dummy_code): New function.
8885 (generic_push_dummy_code): New function.
8886 (push_dummy_code): New function.
8887 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8888 instead of dummy_addr, to push_dummy_call. Move call to
8889 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8890 switch.
8891 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8892
8893 2003-05-03 Andrew Cagney <cagney@redhat.com>
8894
8895 * disasm.h (print_insn): Declare.
8896 * disasm.c (init_gdb_disassemble_info): New function.
8897 (gdb_disassembly): Call init_gdb_disassemble_info.
8898 (gdb_print_insn): New function.
8899 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8900 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8901 * mcore-tdep.c: Include "disasm.h"
8902 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8903 * d10v-tdep.c: Include "disasm.h".
8904 (display_trace): Call gdb_print_insn, instead of print_insn.
8905 (print_insn): Delete function.
8906 * printcmd.c: Include "disasm.h".
8907 (print_insn): Delete function.
8908 (print_formatted): Call gdb_print_insn, instead of print_insn.
8909 * Makefile.in (printcmd.o): Update dependencies.
8910 (mcore-tdep.o, d10v-tdep.o): Ditto.
8911
8912 2003-05-02 Andrew Cagney <cagney@redhat.com>
8913
8914 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8915 PC_REGNUM, re-indent.
8916 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8917 PC_REGNUM isn't set.
8918
8919 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8920 * gdbarch.h, gdbarch.c: Re-generate.
8921 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8922 register_virtual_size, pc_regnum, or register_bytes.
8923 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8924 (d10v_register_type): Use D10V_PC_REGNUM.
8925 (d10v_print_registers_info, d10v_read_pc): Ditto.
8926 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8927 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8928
8929 2003-05-02 David Carlton <carlton@bactrian.org>
8930
8931 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8932 the name with mstrsave.
8933
8934 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8935
8936 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8937 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8938 (host_charset_name, target_charset_name): New vars for use by
8939 set/show commands.
8940 (host_charset_enum, target_charset_enum): New enums for set/show
8941 commands.
8942 (set_charset_sfunc, set_host_charset_sfunc,
8943 set_target_charset_sfunc): New functions.
8944 (set_host_charset, set_target_charset): Make static.
8945 (list_charsets, set_host_charset_command,
8946 set_target_charset_command): Delete functions.
8947 (show_charset_command): Rewrite as....
8948 (show_charset): Hook this up with the set/show command mechanism.
8949 (_initialize_charset): Change names of charsets to match the
8950 set/show enums. Use host_charset_name and target_charset_name.
8951 Use set/show mechanism for charset, host-charset, target-charset
8952 commands. Do not make 'show host-charset' and 'show
8953 target-charset' be aliases of 'show charset'.
8954
8955 * charset.h (set_host_charset, set_target_charset): Don't export,
8956 they are not used outside the file.
8957
8958 2003-05-01 Andrew Cagney <cagney@redhat.com>
8959
8960 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8961 (gdb_disassembly): Make "di" non static, always initialize and
8962 cleanup. Always use dis_asm_read_memory.
8963 (gdb_dis_asm_read_memory): Delete function.
8964
8965 2003-05-01 Andrew Cagney <cagney@redhat.com>
8966
8967 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8968 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8969
8970 2003-04-30 Andrew Cagney <cagney@redhat.com>
8971
8972 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8973 "tm_print_insn_info".
8974 (TARGET_PRINT_INSN_INFO): Delete macro.
8975 (dis_asm_read_memory): Delete function declaration.
8976 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8977 (tm_print_insn_info): Delete variable definition.
8978 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8979 * gdbarch.h, gdbarch.c: Re-generate.
8980 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8981 "deprecated_tm_print_insn_info".
8982 * mcore-tdep.c (mcore_dump_insn): Ditto.
8983 * mips-tdep.c (mips_gdbarch_init): Ditto.
8984 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8985 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8986 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8987 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8988 instead of TARGET_PRINT_INSN_INFO, add comment.
8989 * s390-tdep.c (s390_get_frame_info): Instead of
8990 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8991 (s390_check_function_end, s390_is_sigreturn): Ditto.
8992 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8993 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8994 * disasm.c: Include "gdbcore.h".
8995 (_initialize_disasm): New function, initialize
8996 "deprecated_tm_print_insn_info".
8997 (deprecated_tm_print_insn_info): New variable.
8998 (dis_asm_read_memory): Moved from "corefile.c", made static.
8999 (dis_asm_print_address, dis_asm_memory_error): Ditto.
9000 * Makefile.in (disasm.o): Update dependencies.
9001
9002 2003-04-30 Andrew Cagney <cagney@redhat.com>
9003
9004 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
9005
9006 2003-04-29 Adam Fedor <fedor@gnu.org>
9007
9008 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
9009 * infcall.c (find_function_addr): Make non-static.
9010 * infcall.h (find_function_addr): Declare.
9011 * Makefile.in (eval.o): Update dependencies.
9012
9013 2003-04-28 Adam Fedor <fedor@gnu.org>
9014
9015 * symtab.c (symbol_find_demangled_name): Check for and demangle
9016 ObjC symbols.
9017 (symbol_init_demangled_name): Init for language_objc as well.
9018
9019 2003-04-28 Andrew Cagney <cagney@redhat.com>
9020
9021 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
9022 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
9023 * gdbarch.h, gdbarch.c: Re-generate.
9024 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
9025 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
9026 * inferior.h (deprecated_read_fp): Rename read_fp.
9027 (generic_target_read_fp): Delete declaration.
9028 * regcache.c (generic_target_read_fp): Delete function.
9029 (deprecated_read_fp): Replace read_fp, use
9030 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
9031 * d10v-tdep.c (d10v_read_fp): Delete function.
9032 (d10v_gdbarch_init): Do not set deprecated_read_fp.
9033
9034 * sparc-tdep.c (sparc_gdbarch_init): Do not set
9035 deprecated_target_read_fp to generic_target_read_fp.
9036 * sh-tdep.c (sh_gdbarch_init): Ditto.
9037 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9038 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9039 * frv-tdep.c (frv_gdbarch_init): Ditto.
9040
9041 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
9042 deprecated_fp_regnum.
9043 * x86-64-tdep.c (x86_64_init_abi): Ditto.
9044 * vax-tdep.c (vax_gdbarch_init): Ditto.
9045 * v850-tdep.c (v850_gdbarch_init): Ditto.
9046 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9047 * sh-tdep.c (sh_gdbarch_init): Ditto.
9048 * s390-tdep.c (s390_gdbarch_init): Ditto.
9049 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9050 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9051 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9052 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9053 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9054 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9055 * i386-tdep.c (i386_gdbarch_init): Ditto.
9056 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9057 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9058 * frv-tdep.c (frv_gdbarch_init): Ditto.
9059 * cris-tdep.c (cris_gdbarch_init): Ditto.
9060 * avr-tdep.c (avr_gdbarch_init): Ditto.
9061 * arm-tdep.c (arm_gdbarch_init): Ditto.
9062 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9063
9064 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
9065 * v850-tdep.c (v850_gdbarch_init): Ditto.
9066 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9067 * sh-tdep.c (sh_gdbarch_init): Ditto.
9068 * s390-tdep.c (s390_gdbarch_init): Ditto.
9069 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9070 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9071 * mips-tdep.c (mips_gdbarch_init): Ditto.
9072 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9073 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9074 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9075 * frv-tdep.c (frv_gdbarch_init): Ditto.
9076 * avr-tdep.c (avr_gdbarch_init): Ditto.
9077 * arm-tdep.c (arm_gdbarch_init): Ditto.
9078
9079 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
9080 DEPRECATED_FP_REGNUM.
9081 (vax_push_dummy_frame, vax_pop_frame): Ditto.
9082 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
9083 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9084 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
9085 (sparc32_register_virtual_type): Ditto.
9086 * sh-tdep.c (sh64_frame_chain): Ditto.
9087 (sh64_get_saved_register, sh64_pop_frame): Ditto.
9088 (sh_nofp_frame_init_saved_regs): Ditto.
9089 (sh64_nofp_frame_init_saved_regs): Ditto.
9090 (sh_fp_frame_init_saved_regs): Ditto.
9091 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
9092 * remote-e7000.c (fetch_regs_from_dump): Ditto.
9093 * procfs.c (procfs_fetch_registers): Ditto.
9094 (procfs_store_registers): Ditto.
9095 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
9096 (store_inferior_registers, fetch_core_registers): Ditto.
9097 (fetch_kcore_registers, clear_regs): Ditto.
9098 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
9099 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
9100 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
9101 * nlm/i386.c (do_status): Ditto.
9102 * mipsv4-nat.c (supply_gregset): Ditto.
9103 * mips-tdep.c: Ditto for comments.
9104 * mips-nat.c (fetch_inferior_registers): Ditto.
9105 (store_inferior_registers, fetch_core_registers): Ditto.
9106 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
9107 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
9108 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
9109 (i386_do_pop_frame, i386_register_type): Ditto.
9110 * hppa-tdep.c (hppa_frame_chain): Ditto.
9111 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
9112 (hppa_pop_frame, hppa_read_fp): Ditto.
9113 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
9114 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
9115 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
9116 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
9117 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
9118 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
9119 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
9120 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
9121 * blockframe.c: Ditto for comments.
9122 * arch-utils.h: Ditto for comments.
9123 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
9124 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
9125 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
9126 * alpha-tdep.h: Ditto for comments.
9127 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
9128 (alpha_cannot_store_register): Ditto.
9129 (alpha_push_dummy_frame): Ditto.
9130 * alpha-nat.c (supply_gregset): Ditto.
9131
9132 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
9133 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
9134 * config/sparc/tm-sparc.h: Update comment.
9135
9136 * hppa-tdep.c (hppa_init_extra_frame_info): Use
9137 deprecated_read_fp instead of TARGET_READ_FP.
9138 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
9139 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
9140 * sparc-tdep.c (sparc_init_extra_frame_info): Use
9141 deprecated_read_fp instead of read_fp.
9142 * s390-tdep.c (s390_push_arguments): Ditto.
9143 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9144 * frame.h: Ditto in comments.
9145 * frame.c (legacy_get_prev_frame): Ditto.
9146 * dummy-frame.c (dummy_frame_this_id): Ditto.
9147 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
9148
9149 2003-04-28 Andrew Cagney <cagney@redhat.com>
9150
9151 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
9152 * gdbarch.h, gdbarch.c: Re-generate.
9153 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
9154 * vax-tdep.c (_initialize_vax_tdep): Update.
9155 * v850-tdep.c (_initialize_v850_tdep): Update.
9156 * sparc-tdep.c (_initialize_sparc_tdep): Update.
9157 * s390-tdep.c (_initialize_s390_tdep): Update.
9158 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
9159 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
9160 * mips-tdep.c (_initialize_mips_tdep): Update.
9161 * mcore-tdep.c (_initialize_mcore_tdep): Update.
9162 * m68k-tdep.c (_initialize_m68k_tdep): Update.
9163 * ia64-tdep.c (_initialize_ia64_tdep): Update.
9164 * hppa-tdep.c (_initialize_hppa_tdep): Update.
9165 * h8300-tdep.c (_initialize_h8300_tdep): Update.
9166 * frv-tdep.c (_initialize_frv_tdep): Update.
9167 * cris-tdep.c (cris_delayed_get_disassembler): Update.
9168 (_initialize_cris_tdep): Update.
9169 * arch-utils.c (legacy_print_insn): Update.
9170 * alpha-tdep.c (_initialize_alpha_tdep): Update.
9171
9172 2003-04-26 Adam Fedor <fedor@gnu.org>
9173
9174 * linespec.c (decode_objc): New function to decode ObjC calls
9175 (decode_line_1): Check for ObjC calls (using decode_objc)
9176 * Makefile (linespec.o): Update dependencies.
9177
9178 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
9179
9180 * breakpoint.h (struct breakpoint_ops): New.
9181 (struct breakpoint): Add ops member.
9182
9183 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
9184 (mention): Use new breakpoint ops member.
9185 (set_raw_breakpoint): Initialize ops field to NULL.
9186 (print_exception_catchpoint, print_one_exception_catchpoint)
9187 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
9188 (gnu_v3_exception_catchpoint_ops): New.
9189 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
9190
9191 2003-04-25 Adam Fedor <fedor@gnu.org>
9192
9193 * Makefile.in (COMMON_OBS): Add objc-lang.o
9194
9195 2003-04-25 Andrew Cagney <cagney@redhat.com>
9196
9197 * d10v-tdep.c (print_insn): Delete function.
9198 (display_trace): Use TARGET_PRINT_INSN.
9199 (_initialize_d10v_tdep): Do not set tm_print_insn.
9200 (d10v_gdbarch_init): Set print_insn.
9201
9202 2003-04-25 Andrew Cagney <cagney@redhat.com>
9203
9204 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
9205 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
9206 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
9207 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
9208 (nr_dmap_regs, a0_regnum): ... new functions.
9209 (d10v_print_registers_info): Use a0_regnum, use register_size.
9210 (d10v_register_byte): Delete function.
9211 (d10v_register_raw_size): Delete function.
9212 (d10v_register_type): Use a0_regnum.
9213 (d10v_print_registers_info): Use a0_regnum.
9214 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
9215 (d10v_gdbarch_init): Do not set register_byte or
9216 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
9217 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
9218 extract_address.
9219 (trace_command): Use XCALLOC.
9220 (print_insn): Delete reference to tm_print_insn.
9221 (saved_regs_unwinder): Use store_unsigned_integer instead of
9222 store_address.
9223 * frame.h (FRAME_OBSTACK_CALLOC): Define
9224
9225 2003-04-25 David Carlton <carlton@bactrian.org>
9226
9227 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
9228
9229 2003-04-24 Adam Fedor <fedor@gnu.org>
9230
9231 * objc-lang.c: Include "valprint.h"
9232 * Makefile.in (objc-lang.o): Update dependencies.
9233
9234 2003-04-24 Adam Fedor <fedor@gnu.org>
9235
9236 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
9237 architecture dependant compilation and mark as unimplemented
9238 (until they get put in the gdbarch vector).
9239
9240 2003-04-23 David Carlton <carlton@bactrian.org>
9241
9242 * cp-support.c (cp_find_first_component): Accept 'operator' in
9243 more locations.
9244
9245 2003-04-23 Andrew Cagney <cagney@redhat.com>
9246
9247 * infcall.c (call_function_by_hand): Eliminate redundant
9248 indentation. Move "saved_async" and "old_cleanups" to where they
9249 are needed.
9250
9251 2003-04-23 Andrew Cagney <cagney@redhat.com>
9252
9253 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
9254 and "buffer". Move the "name" code to where it is needed.
9255
9256 2003-04-23 Andrew Cagney <cagney@redhat.com>
9257
9258 * infcall.c (call_function_by_hand): Move variables "start_sp",
9259 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
9260 code to ON_STACK switch branch.
9261
9262 2003-04-23 Andrew Cagney <cagney@redhat.com>
9263
9264 * infcall.c (call_function_by_hand): Make declaration of "i",
9265 "sal", "bpt" and "old_sp" more local to their use. Delete #if
9266 lint.
9267
9268 2003-04-23 Andrew Cagney <cagney@redhat.com>
9269
9270 * infcall.c (call_function_by_hand): Delete variable
9271 "n_method_args". Localize "param_type"'s declaration to the loop
9272 that it is used. Reinstate code assigning to said variable -
9273 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
9274 Rationalize code using "param_type".
9275
9276 2003-04-22 Andrew Cagney <cagney@redhat.com>
9277
9278 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
9279 compute the breakpoint address. Only call FIX_CALL_DUMMY when
9280 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
9281 to DEPRECATED_PUSH_RETURN_ADDRESS.
9282
9283 2003-04-22 Kevin Buettner <kevinb@redhat.com>
9284
9285 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
9286 on the DWARF2 register number prior to fetching a register.
9287
9288 2003-04-22 J. Brobecker <brobecker@gnat.com>
9289
9290 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
9291 Update all the tests using SOFT_FLOAT considering the fact that
9292 this macro was always set to 0.
9293 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
9294 considering the fact that this macro was always set to 0.
9295 * hppa-tdep.h (hppa_store_return_value): Likewise.
9296 (hppa_extract_return_value): Likewise.
9297
9298 2003-04-22 J. Brobecker <brobecker@gnat.com>
9299
9300 * config/pa/tm-hppa.h: Remove obsolete code, was used by
9301 the hppa-pro target only.
9302
9303 2003-04-21 J. Brobecker <brobecker@gnat.com>
9304
9305 Ongoing multi-arch conversion effort for HP/UX:
9306 * config/pa/tm-hppa.h: Move all macro that are no longer
9307 defined now that GDB_MULTI_ARCH is now set to 1 from here...
9308 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
9309
9310 2003-04-21 J. Brobecker <brobecker@gnat.com>
9311
9312 * config/pa/tm-hppa.h: Obsolete a section that was only used
9313 for hppa-pro.
9314
9315 2003-04-21 J. Brobecker <brobecker@gnat.com>
9316
9317 Ongoing multi-arch conversion for HP/UX.
9318 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
9319 if already defined (allows hppa64 to stay non-multiarched for now).
9320 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
9321
9322 2003-04-21 Andrew Cagney <cagney@redhat.com>
9323
9324 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
9325
9326 2003-04-21 Andrew Cagney <cagney@redhat.com>
9327
9328 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
9329 "i386_num_mmx_regs".
9330
9331 2003-04-21 Andrew Cagney <cagney@redhat.com>
9332
9333 * infcall.c: New file.
9334 * infcall.h: New file.
9335 * valarith.c: Include "infcall.h".
9336 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
9337 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
9338 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
9339 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
9340 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
9341 (SFILES): Add "infcall.c"
9342 (COMMON_OBS): Add "infcall.o".
9343 (infcall.o): Specify dependencies.
9344 * value.h (call_function_by_hand): Delete declaration.
9345 * inferior.h (run_stack_dummy): Delete declaration.
9346 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
9347 (run_stack_dummy): Move to "infcall.c", merged into
9348 call_function_by_hand.
9349 * valops.c (call_function_by_hand): Moved to "infcall.c".
9350 (find_function_addr, value_arg_coerce): Ditto.
9351 (unwindonsignal_p, coerce_float_to_double): Ditto.
9352 (_initialize_valops): Move "set/show coerce-float-to-double", and
9353 "set/show unwindonsignal" commands to "infcall.c".
9354 * v850-tdep.c, target.h: Update comments.
9355 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
9356 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
9357 (sh64_init_extra_frame_info): Update comments.
9358 * mn10300-tdep.c: Update comments.
9359 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
9360 * config/sparc/tm-sparc.h: Update comments.
9361 * breakpoint.h: Update comments.
9362 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
9363 * arm-tdep.c: Update comment.
9364
9365 2003-04-19 Mark Kettenis <kettenis@gnu.org>
9366
9367 * i386-tdep.c (i386_num_register_names): New variable.
9368 (i386_num_mmx_regs): Renamed from mmx_num_regs.
9369 (MM0_REGNUM): Remove redundant parentheses in define.
9370 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
9371 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
9372 i386_mxcsr_regnum_p): Remove redundant parentheses.
9373 (i386_register_name): Use i386_num_register_names.
9374
9375 * i386-tdep.c (i386_extract_return_value,
9376 i386_store_return_value): Correct check for availability of
9377 floating-point registers.
9378
9379 * i386-tdep.c (i386_frame_num_args): Remove function.
9380 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
9381
9382 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
9383 mmx_regnum_to_fp_regnum. Adjust all callers.
9384
9385 * i386-tdep.c (i386_get_longjmp_target): Use
9386 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
9387 and TARGET_CHAR_BIT. Use extract_typed_address instead of
9388 extract_address.
9389
9390 2003-04-19 Mark Kettenis <kettenis@gnu.org>
9391
9392 * core-regset.c: Update comments to reflect reality. Re-order
9393 includes.
9394 (fetch_core_registers): Use switch instead of if. Remove
9395 redundant prototype.
9396
9397 2003-04-18 Jim Blandy <jimb@redhat.com>
9398
9399 * s390-tdep.c (s390_frame_align): New function.
9400 (s390_gdbarch_init): Register it with the gdbarch object.
9401
9402 2003-04-17 Richard Henderson <rth@redhat.com>
9403
9404 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
9405
9406 2003-04-17 Michael Snyder <msnyder@redhat.com>
9407 Karen Bennet <bennet@redhat.com>
9408
9409 Committed by Elena Zannoni <ezannoni@redhat.com>
9410 * gdb_gcore.sh: New script to create a core dump of a process.
9411
9412 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
9413
9414 * values.c (value_being_returned): Don't fetch the return
9415 value if the return type is void.
9416
9417 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9418
9419 * thread-db.c: Reindented.
9420
9421 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9422
9423 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
9424 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
9425 as types.
9426
9427
9428
9429
9430
9431
9432
9433
9434
9435
9436
9437
9438
9439
9440
9441
9442
9443
9444
9445
9446
9447
9448
9449
9450
9451 2003-04-16 Kevin Buettner <kevinb@redhat.com>
9452
9453 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
9454 the size of ``long double'' to 16, instead of 8.
9455
9456 2003-04-16 Mark Kettenis <kettenis@gnu.org>
9457
9458 * i386-linux-nat.c: Add some whitespace to make things more
9459 readable.
9460 (fetch_register, store_register, fetch_inferior_registers,
9461 store_inferior_registers): Get rid of assignment in if-statement.
9462 (store_register): Fix typo in error message.
9463
9464 2003-04-16 Andrew Cagney <cagney@redhat.com>
9465
9466 * utils.c (xmmalloc): Always allocate something, matches
9467 libiberty/xmalloc's semantics.
9468 (xmrealloc, xmcalloc): Ditto.
9469
9470 2003-04-16 Andrew Cagney <cagney@redhat.com>
9471
9472 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
9473 update comments.
9474 (get_frame_type): Initialize unwind and type when needed.
9475 (get_frame_id, frame_register_unwind): Ditto.
9476
9477 2003-04-16 Andrew Cagney <cagney@redhat.com>
9478
9479 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
9480 obsolete.
9481 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
9482 * sparcl-stub.c: Obsolete file.
9483 * config/sparc/tm-sparclet.h: Obsolete file.
9484 * sparclet-stub.c: Obsolete file.
9485 * sparclet-rom.c: Obsolete file.
9486 * sparcl-tdep.c: Obsolete file.
9487 * config/sparc/tm-sparclite.h: Obsolete file.
9488 * config/sparc/sparclite.mt: Obsolete file.
9489 * config/sparc/sparclet.mt: Obsolete file.
9490 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
9491 sparc86x-*-* obsolete.
9492
9493 2003-04-15 David Carlton <carlton@math.stanford.edu>
9494
9495 * Makefile.in (SFILES): Add cp-namespace.c.
9496 (COMMON_OBS): Add cp-namespace.o.
9497 (block.o): Depend on gdb_obstack_h and cp_support_h.
9498 (buildsym.o): Depend on cp_support_h.
9499 (cp-namespace.o): New.
9500 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
9501 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
9502 (dwarf2read.o): Depend on cp_support_h.
9503 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
9504 * dwarf2read.c (process_die): Set processing_has_namespace_info,
9505 processing_current_namespace.
9506 (read_namespace): Update processing_current_namespace; check for
9507 anonymous namespaces.
9508 (dwarf2_name): New function.
9509 (dwarf2_extension): Ditto.
9510 * cp-support.h: Update copyright, contributors.
9511 Add inclusion guards.
9512 Add opaque declaration for structs obstack, block, symbol.
9513 (struct using_direct): New struct.
9514 Add declarations for cp_find_first_component,
9515 cp_entire_prefix_len, processing_has_namespace_info,
9516 processing_current_namespace, cp_is_anonymous,
9517 cp_add_using_directive, cp_initialize_namespace,
9518 cp_finalize_namespace, cp_set_block_scope,
9519 cp_scan_for_anonymous_namespaces.
9520 * cp-namespace.c: New file.
9521 * cp-support.c: Update copyright.
9522 Include ctype.h, gdb_assert.h, gdbcmd.h.
9523 New variable maint_cplus_cmd_list.
9524 (cp_find_first_component): New function.
9525 (cp_entire_prefix_len, maint_cplus_command)
9526 (first_component_command, _initialize_cp_support): Ditto.
9527 * buildsym.c: Include cp-support.h.
9528 New variable using_list.
9529 (add_symbol_to_list): Check for anonymous namespaces.
9530 (finish_block): Set block's scope.
9531 (start_symtab): Initialize C++ namespace support.
9532 (end_symtab): Finalize C++ namespace support.
9533 * block.h: Add opaque declarations for structs
9534 block_namespace_info, using_direct, and obstack.
9535 Add declarations for block_set_scope and block_set_using.
9536 (struct block): Add 'language_specific' member.
9537 (BLOCK_NAMESPACE): New macro.
9538 * block.c: Include gdb_obstack.h and cp-support.h.
9539 (struct block_namespace_info): New struct.
9540 (block_set_scope): New function.
9541 (block_set_using, block_initialize_namespace): Ditto.
9542
9543 2003-04-14 Kevin Buettner <kevinb@redhat.com>
9544
9545 * solib-svr4.c (svr4_have_link_map_offsets): New function.
9546 (locate_base): Return early if there aren't any link map offsets.
9547 (svr4_solib_create_inferior_hook): Warn if shared library support
9548 is unavailable.
9549
9550 2003-04-14 David Carlton <carlton@math.stanford.edu>
9551
9552 * symtab.c (symbol_set_names): Add prefix when storing Java names
9553 in hash table. Fix for PR java/1039.
9554
9555 2003-04-14 David Carlton <carlton@math.stanford.edu>
9556
9557 * symtab.c (symbol_set_names): Rename 'name' arg to
9558 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
9559 * symtab.h: Change 'name' argument in declaration of
9560 symbol_set_names to 'linkage_name'.
9561 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
9562
9563 2003-04-14 Andrew Cagney <cagney@redhat.com>
9564
9565 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
9566 return the fully sign-extended register value.
9567 (get_frame_pointer): Ditto.
9568 (mips_pop_frame): Initialize "proc_desc" after checking for a
9569 dummy frame.
9570
9571 2003-04-14 Andrew Cagney <cagney@redhat.com>
9572
9573 * mips-tdep.c (mips_push_dummy_frame): Delete function.
9574 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9575 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9576 (mips_push_register): Delete function.
9577 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9578 PUSH_FP_REGNUM.
9579
9580 2003-04-14 Jim Blandy <jimb@redhat.com>
9581
9582 * symmisc.c: #include "gdb_regex.h".
9583 (maintenance_list_symtabs, maintenance_list_psymtabs): New
9584 functions.
9585 * maint.c (maintenance_list_command): New function.
9586 (_initialize_maint_cmds): Register the above as commands.
9587 * symtab.h (maintenance_list_symtabs,
9588 maintenance_list_psymtabs): New declarations.
9589 * cli/cli-cmds.c (maintenancelistlist): New variable.
9590 (init_cmd_lists): Initialize it.
9591 * cli/cli-cmds.h (maintenancelistlist): New declaration.
9592 * gdbcmd.h (maintenancelistlist): New declaration.
9593 * Makefile.in (symmisc.o): Update dependencies.
9594
9595 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
9596
9597 * s390-nat.c: Include asm/types.h for addr_t.
9598
9599 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
9600
9601 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9602 actually incoming type.
9603
9604 2003-04-13 Andrew Cagney <cagney@redhat.com>
9605
9606 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9607 get_next_frame and get_frame_saved_regs.
9608
9609 2003-04-13 Andrew Cagney <cagney@redhat.com>
9610
9611 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9612 of gdbarch_num_regs.
9613
9614 2003-04-13 Andrew Cagney <cagney@redhat.com>
9615
9616 * frame.h: Mention what replaced what in "struct frame_info".
9617 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9618 deprecated_update_frame_base_hack and
9619 deprecated_update_frame_pc_hack.
9620 * hppa-tdep.c: Ditto.
9621
9622 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9623
9624 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9625 to read_reg and update its comment. Remove regnum member.
9626 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9627 Don't call read_reg when setting in_reg. Call read_reg to get
9628 the frame base if it's in a register. Return the register number
9629 on the stack instead of in the context. Remove extra arguments
9630 to read_reg.
9631 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9632 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
9633 the register number on the expression stack.
9634 (needs_frame_read_reg): Remove extra arguments.
9635
9636 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9637
9638 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9639 made non-static.
9640 (execute_stack_op): All callers updated.
9641 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9642 * dwarf2loc.c (find_location_expression): New function.
9643 (dwarf_expr_frame_base): Call it.
9644 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9645 (dwarf2_tracepoint_var_ref): New function, broken out from
9646 locexpr_tracepoint_var_ref.
9647 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9648 Make static.
9649 (loclist_read_variable, loclist_read_needs_frame): New functions.
9650 (loclist_describe_location, loclist_tracepoint_var_ref): New
9651 functions.
9652 (dwarf2_loclist_funcs): New struct location_funcs.
9653 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9654 (struct dwarf2_locexpr_baton): Add comments.
9655 (dwarf2_loclist_funcs): New extern.
9656 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9657 base_address and base_known.
9658 (dwarf_loc_buffer): New variable.
9659 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9660 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9661 (dwarf2_has_info): Initialize dwarf_loc_offset.
9662 (dwarf2_build_psymtabs): Read in .debug_loc.
9663 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9664 DWARF_LOC_SIZE.
9665 (psymtab_to_symtab_1): Likewise. Move base address calculation
9666 here, from...
9667 (dwarf2_get_pc_bounds): ... here. Use the base address from
9668 cu_header.
9669 (dwarf2_symbol_mark_computed): Handle location lists.
9670
9671 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9672
9673 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9674 if the linkage name demangled successfully.
9675
9676 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9677
9678 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9679 disassmbly_flavour): Removed.
9680
9681 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9682
9683 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9684
9685 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9686
9687 2003-04-12 Andrew Cagney <cagney@redhat.com>
9688
9689 * frame.h (struct frame_info): Move definition from here ...
9690 * frame.c (struct frame_info): ... to here.
9691
9692 2003-04-12 Andrew Cagney <cagney@redhat.com>
9693
9694 * gdbthread.h (save_infrun_state): Delete parameter
9695 "prev_func_start".
9696 (struct thread_info): Delete field "prev_func_start".
9697 (load_infrun_state): Ditto.
9698 * thread.c (load_infrun_state, save_infrun_state): Update.
9699 * infrun.c (prev_func_start): Delete variable.
9700 (context_switch, init_wait_for_inferior): Update.
9701 (stop_stepping, keep_going): Update.
9702
9703 2003-04-12 Andrew Cagney <cagney@redhat.com>
9704
9705 * gdbarch.sh: Add missing opaque declarations.
9706 * gdbarch.h: Regnerate.
9707 * symtab.h: Add missing opaque declarations.
9708 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9709 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9710 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9711 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9712 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9713 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9714 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9715 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9716 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9717 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9718 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9719 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9720 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9721
9722 2003-04-11 Andrew Cagney <cagney@redhat.com>
9723
9724 * frame.c (get_frame_id): Return this frame's "id".
9725 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9726 function start.
9727 (legacy_saved_regs_this_id): Replace function body with
9728 internal-error.
9729 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9730 FRAME_OBSTACK_ZALLOC.
9731 (create_new_frame): Mark the frame ID as valid.
9732
9733 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
9734
9735 * Makefile.in (libbfd_h): Added missing setting.
9736 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9737 according to the selected ABI.
9738
9739 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9740
9741 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9742
9743 2003-04-11 Andrew Cagney <cagney@redhat.com>
9744
9745 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9746 SAVED_PC_AFTER_CALL.
9747 * gdbarch.h, gdbarch.c: Regenerate.
9748 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9749 * x86-64-tdep.c (x86_64_init_abi): Update.
9750 * vax-tdep.c (vax_gdbarch_init): Update.
9751 * v850-tdep.c (v850_gdbarch_init): Update.
9752 * sparc-tdep.c (sparc_gdbarch_init): Update.
9753 * sh-tdep.c (sh_gdbarch_init): Update.
9754 * s390-tdep.c (s390_gdbarch_init): Update.
9755 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9756 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9757 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9758 * mips-tdep.c (mips_gdbarch_init): Update.
9759 * mcore-tdep.c (mcore_gdbarch_init): Update.
9760 * m68k-tdep.c (m68k_gdbarch_init): Update.
9761 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9762 * ia64-tdep.c (ia64_gdbarch_init): Update.
9763 (ia64_saved_pc_after_call): Update declaration.
9764 * i386ly-tdep.c (i386lynx_init_abi): Update.
9765 * i386-tdep.c (i386_gdbarch_init): Update.
9766 * hppa-tdep.c (hppa_gdbarch_init): Update.
9767 * h8300-tdep.c (h8300_gdbarch_init): Update.
9768 * frv-tdep.c (frv_gdbarch_init): Update.
9769 * cris-tdep.c (cris_gdbarch_init): Update.
9770 * avr-tdep.c (avr_gdbarch_init): Update.
9771 * arm-tdep.c (arm_gdbarch_init): Update.
9772 * alpha-tdep.c (alpha_gdbarch_init): Update.
9773 * ns32knbsd-nat.c (frame_num_args): Update.
9774 * ns32k-tdep.c (umax_frame_num_args): Update.
9775 * mips-tdep.c (mips_init_frame_pc_first): Update.
9776 * infrun.c (step_over_function): Update.
9777 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9778 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9779 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9780 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9781 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9782 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9783 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9784 * arch-utils.c (init_frame_pc_default): Update.
9785 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9786 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9787 declaration.
9788
9789 2003-04-11 Andrew Cagney <cagney@redhat.com>
9790
9791 * i387-tdep.c: Update copyright.
9792 (i387_to_double): Delete function.
9793 (double_to_i387): Delete function.
9794
9795 2003-04-10 Andrew Cagney <cagney@redhat.com>
9796
9797 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9798 frame's function's address. Simplify.
9799 (d10v_frame_unwind_cache): Check that the frame's function is
9800 non-zero.
9801
9802 2003-04-10 Jim Blandy <jimb@redhat.com>
9803
9804 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9805 call to set_gdbarch_deprecated_push_arguments.
9806
9807 2003-04-10 Andrew Cagney <cagney@redhat.com>
9808
9809 * frame.c (fprint_frame_id): New function.
9810 (fprint_frame_type, fprint_frame): New function.
9811 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9812 (create_sentinel_frame, get_frame_id): Ditto.
9813 (frame_id_p, frame_id_eq): Ditto.
9814 (frame_id_inner, create_new_frame): Ditto.
9815 (legacy_get_prev_frame, get_prev_frame): Ditto.
9816 (deprecated_update_frame_pc_hack): Ditto.
9817 (frame_register_unwind): Ditto.
9818 (deprecated_update_frame_base_hack): Ditto.
9819
9820 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9821
9822 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9823 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9824 frame_chain function.
9825 * Makefile.in: Add dependencies due to above change.
9826
9827 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9828
9829 * blockframe.c (legacy_frame_chain_valid): Move call to
9830 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9831 inside_entry_file.
9832
9833 2003-04-09 Andrew Cagney <cagney@redhat.com>
9834
9835 * frame.h (struct frame_id): Replace "pc" and "base" with
9836 "stack_addr" and "code_addr". Update comments.
9837 (frame_id_build): Update parameter names and comment.
9838 (struct frame_info): Replace "id_p" and "id" with "this_id".
9839 * dummy-frame.c (dummy_frame_this_id): Update.
9840 * breakpoint.c (print_one_breakpoint): Update.
9841 * frame.c (get_frame_id): Update.
9842 (get_frame_base, frame_id_build): Update.
9843 (create_sentinel_frame, legacy_get_prev_frame): Update.
9844 (deprecated_update_frame_base_hack): Update.
9845 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9846 (frame_id_inner): Ditto.
9847
9848 2003-04-09 Andrew Cagney <cagney@redhat.com>
9849
9850 * defs.h (gdb_print_host_address): Make "addr" parameter a
9851 pointer constant.
9852 * utils.c (gdb_print_host_address): Update.
9853
9854 2003-04-09 Kevin Buettner <kevinb@redhat.com>
9855
9856 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9857 register number for R0 is 0.
9858
9859 2003-04-09 J. Brobecker <brobecker@gnat.com>
9860
9861 * frame.h (struct gdbarch): Add opaque structure definition
9862 to avoid a compilation warning on LynxOS 4.0.
9863
9864 2003-04-09 Andrew Cagney <cagney@redhat.com>
9865
9866 * frame.h (struct frame_info): Delete field "pc". Replace
9867 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9868 structure.
9869 * frame.c (frame_pc_unwind): Update.
9870 (create_sentinel_frame): Do not set "pc".
9871 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9872 (get_frame_pc): Call frame_pc_unwind.
9873 (deprecated_update_frame_pc_hack): Update.
9874 (create_new_frame): Use "pc" not "->pc".
9875
9876 2003-04-09 Andrew Cagney <cagney@redhat.com>
9877
9878 * frame.c (get_frame_id): Eliminate code updating "frame".
9879 (legacy_get_prev_frame): Ditto.
9880 (get_frame_base): Return id.base directly.
9881 (deprecated_update_frame_base_hack): Update "id.base".
9882 * frame.h (struct frame_info): Delete field "frame".
9883
9884 2003-04-09 Andrew Cagney <cagney@redhat.com>
9885
9886 * NEWS: Mention that the "Sequent family" is obsolete.
9887 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9888 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9889 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9890 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9891 * config/i386/tm-ptx4.h: Obsolete file.
9892 * config/i386/tm-ptx.h: Obsolete file.
9893 * symm-tdep.c: Obsolete file.
9894 * config/i386/symmetry.mt: Obsolete file.
9895 * config/i386/tm-symmetry.h: Obsolete file.
9896 * symm-nat.c: Obsolete file.
9897 * config/i386/nm-symmetry.h: Obsolete file.
9898 * config/i386/xm-symmetry.h: Obsolete file.
9899 * config/i386/symmetry.mh: Obsolete file.
9900 * config/i386/nm-ptx4.h: Obsolete file.
9901 * config/i386/ptx4.mh: Obsolete file.
9902 * config/i386/ptx.mt: Obsolete file.
9903 * config/i386/ptx.mh: Obsolete file.
9904 * config/i386/xm-ptx4.h: Obsolete file.
9905 * config/i386/xm-ptx.h: Obsolete file.
9906
9907 2003-04-09 Andrew Cagney <cagney@redhat.com>
9908
9909 Obsolete mips*-*-mach3*.
9910 * NEWS: Mention that mips*-*-mach3* is obsolete.
9911 * m3-nat.c: Obsolete file.
9912 * config/nm-m3.h: Obsolete file.
9913 * config/mips/tm-mipsm3.h: Obsolete file.
9914 * config/mips/mipsm3.mt: Obsolete file.
9915 * config/mips/mipsm3.mh: Obsolete file.
9916 * config/mips/xm-mipsm3.h: Obsolete file.
9917 * mipsm3-nat.c: Obsolete file.
9918 * configure.host: Obsolete mips-dec-mach3*.
9919 * configure.tgt: Obsolete mips*-*-mach3*.
9920
9921 2003-04-09 Andrew Cagney <cagney@redhat.com>
9922
9923 * doublest.h: Update copyright.
9924 (deprecated_store_floating, deprecated_extract_floating): Rename
9925 store_floating and extract_floating. Update comments.
9926 * doublest.c: Update copyright.
9927 (extract_floating_by_length): Replace extract_floating.
9928 (store_floating_by_length): Replace store_floating.
9929 (deprecated_extract_floating): New function.
9930 (deprecated_store_floating): New function.
9931 (extract_typed_floating): Call extract_floating_by_length.
9932 (store_typed_floating): Call store_floating_by_length.
9933 * x86-64-tdep.c (x86_64_store_return_value): Update.
9934 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9935 (sh64_extract_return_value): Update.
9936 (sh_sh4_register_convert_to_virtual): Update.
9937 (sh_sh64_register_convert_to_virtual): Update.
9938 (sh_sh4_register_convert_to_raw): Update.
9939 (sh_sh64_register_convert_to_raw): Update.
9940 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9941 (rs6000_register_convert_to_raw): Update.
9942 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9943 (ia64_register_convert_to_raw): Update.
9944 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9945 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9946 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9947 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9948 (alpha_register_convert_to_raw): Update.
9949
9950 2003-04-08 Andrew Cagney <cagney@redhat.com>
9951
9952 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9953 * gdbarch.h, gdbarch.c: Re-generate.
9954 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9955 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9956 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9957 conditionally, use frame_pc_unwind as an alternative. Add
9958 comments.
9959 * arch-utils.c (init_frame_pc_default): Only call
9960 SAVED_PC_AFTER_CALL when available.
9961
9962 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9963
9964 * infrun.c (stop_soon): Rename from stop_soon_quietly.
9965 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9966 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9967 (start_remote): Ditto.
9968 (handle_inferior_event): Ditto.
9969 (save_inferior_status): Ditto.
9970 (restore_inferior_status): Ditto.
9971 * infcmd.c (attach_command): Ditto.
9972 * fork-child.c (startup_inferior): Ditto.
9973 * inferior.h (stop_soon): Rename from stop_soon_quietly.
9974 * alpha-tdep.c (heuristic_proc_start): Ditto.
9975 * mips-tdep.c (heuristic_proc_start): Ditto.
9976 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9977 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9978 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9979 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9980 * remote-vx.c (vx_create_inferior): Ditto.
9981
9982 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9983
9984 * infrun.c (stop_soon_quietly): Make it an enum, to better
9985 override the default behavior of handle_inferior_event.
9986 (clear_proceed_status): Update uses of stop_soon_quietly to
9987 reflect that it is now an enum.
9988 (start_remote): Ditto.
9989 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9990 is set to handle the new GNU/Linux kernel behavior for
9991 attach/sigstop. Update uses of stop_soon_quietly.
9992 * inferior.h (enum stop_kind): New enum.
9993 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9994 Reset normal handle_inferior_event behavior, afterwards.
9995 * fork-child.c (startup_inferior): Update.
9996 * alpha-tdep.c (heuristic_proc_start): Update.
9997 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9998 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9999 * solib-osf.c (osf_solib_create_inferior_hook): Update.
10000 * solib-irix.c (irix_solib_create_inferior_hook): Update.
10001 * remote-vx.c (vx_create_inferior): Update.
10002 * mips-tdep.c (heuristic_proc_start): Update.
10003
10004 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
10005
10006 * disasm.c (dump_insns): Move variables inside loop, or they will
10007 be freed more than once, causing wild memory corruptions.
10008 (gdb_disassembly): Look for the substring "-thread",
10009 instead of "-threads" in the target name, to make sure to find
10010 the 'multi-thread' target. Also, make sure we do the right thing
10011 with the "core" target.
10012
10013 2003-04-07 Kevin Buettner <kevinb@redhat.com>
10014
10015 * mips-tdep.c (mips_print_fp_register): New function, created from
10016 do_fp_register_row(). Registers are now (also) printed as hex.
10017 Only one register is printed per row.
10018 (mips_print_register, do_fp_register_row): Print floating point
10019 registers with mips_print_fp_register().
10020
10021 2003-04-06 Andrew Cagney <cagney@redhat.com>
10022
10023 * valprint.h (inspect_it): Add extern declaration.
10024 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
10025 (selectors_info, classes_info): Ditto.
10026 (find_objc_msgcall): Fix indentation.
10027 (objc_printstr): Delete extern declarations.
10028
10029 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
10030
10031 2003-04-06 Andrew Cagney <cagney@redhat.com>
10032
10033 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
10034 Update comment.
10035 * frame.c (legacy_saved_regs_this_id): Update.
10036 (legacy_get_prev_frame): Update.
10037 * xstormy16-tdep.c: Update comment.
10038 * sparc-tdep.c (sparc_frame_chain): Update comment.
10039 * blockframe.c (legacy_frame_chain_valid): Update.
10040
10041 2003-04-06 Andrew Cagney <cagney@redhat.com>
10042
10043 * valprint.c (val_print_type_code_int): Delete #ifdef
10044 PRINT_TYPELESS_INTEGER code.
10045
10046 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
10047 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
10048 multi-arch definition.
10049 * gdbarch.h: Re-generate.
10050
10051 2003-04-05 Andrew Cagney <cagney@redhat.com>
10052
10053 Eliminate FRAME_FIND_SAVED_REGS.
10054 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10055 Change FSR parameter to a pointer.
10056 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
10057 Assume FSR parameter is a pointer.
10058 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10059 Make fsr a pointer.
10060 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
10061 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
10062 saved_regs a pointer.
10063 (hppa_frame_saved_pc): Ditto.
10064 (find_dummy_frame_regs): Make frame_saved_regs a pointer
10065 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
10066 pointer.
10067 (restore_pc_queue): Make fsr a pointer.
10068 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
10069 (hppa_frame_chain): Make saved_regs a pointer, call
10070 hppa_frame_init_saved_regs.
10071 * sparc-tdep.c: Include "gdb_assert.h".
10072 (sparc_frame_find_saved_regs): Replace internal_error with
10073 gdb_assert.
10074 * remote-vxsparc.c (vx_read_register): Delete reference to
10075 FRAME_FIND_SAVED_REGS.
10076 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
10077 * gdbarch.h: Regenerate.
10078 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10079 (deprecated_get_frame_saved_regs): Delete declaration.
10080 (struct frame_saved_regs): Delete definition.
10081 * frame.c (deprecated_get_frame_saved_regs): Delete function.
10082 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
10083 (hppa_frame_find_saved_regs): Delete declaration.
10084 (FRAME_FIND_SAVED_REGS): Delete macro.
10085 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
10086 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
10087 FRAME_FIND_SAVED_REGS in comment.
10088
10089 2003-04-05 Andrew Cagney <cagney@redhat.com>
10090
10091 * frame.c (frame_func_unwind, get_frame_func): New functions.
10092 * frame.h (get_frame_func, frame_func_unwind): Declare.
10093 (struct frame_info): Add field "prev_func" for caching the
10094 previous frame's function address.
10095 * arm-tdep.c (arm_frameless_function_invocation): Combine
10096 get_pc_function_start and get_frame_pc into get_frame_func.
10097 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
10098 (sh64_nofp_frame_init_saved_regs): Ditto.
10099 * s390-tdep.c (s390_function_start): Ditto.
10100 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
10101 (rs6000_frameless_function_invocation): Ditto.
10102 (rs6000_frame_saved_pc): Ditto.
10103 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
10104 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
10105 * i386-tdep.c (i386_frameless_signal_p): Ditto.
10106 (i386_frame_init_saved_regs): Ditto.
10107 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
10108 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
10109 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
10110 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
10111 * blockframe.c (frameless_look_for_prologue): Ditto.
10112
10113 2003-04-05 Andrew Cagney <cagney@redhat.com>
10114
10115 * frame.c (legacy_get_prev_frame): Link prev to next at the
10116 function start. Update comments.
10117
10118 2003-04-05 Andrew Cagney <cagney@redhat.com>
10119
10120 * frame.c (get_frame_id): Update comment.
10121 (legacy_get_prev_frame): Update comment.
10122 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
10123 * gdbarch.h: Regenerate.
10124 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
10125 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
10126
10127 2003-04-05 Andrew Cagney <cagney@redhat.com>
10128
10129 * stack.c (print_frame_info): Use get_frame_pc.
10130
10131 2003-04-04 Andrew Cagney <cagney@redhat.com>
10132
10133 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
10134 the frame's type from the unwinder.
10135 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
10136 (create_new_frame, legacy_get_prev_frame): When the unwinder's
10137 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
10138 (get_frame_base_address): Use get_frame_type.
10139 (get_frame_locals_address, get_frame_args_address): Ditto.
10140 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
10141 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
10142 (struct frame_info): Add comment explaining why the frame contains
10143 a "type" field.
10144 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
10145 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
10146 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
10147 NORMAL_FRAME.
10148 * frame-unwind.h: Include "frame.h".
10149 (struct frame_unwind): Add "type" field.
10150 * Makefile.in (frame_unwind_h): Add $(frame_h).
10151
10152 2003-04-04 Andrew Cagney <cagney@redhat.com>
10153
10154 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
10155 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
10156 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
10157 get_frame_base.
10158 (d10v_unwind_dummy_id): Use frame_id_build.
10159 * frame.c (find_frame_sal): Use get_frame_pc.
10160 (create_new_frame): Use deprecated_update_frame_pc_hack and
10161 deprecated_update_frame_base_hack.
10162 (create_sentinel_frame): Add comment about ->pc going away.
10163 (get_prev_frame): Add comment about ->pc going away.
10164 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
10165 frame_id_build, deprecated_update_frame_pc_hack and
10166 deprecated_update_frame_base_hack.
10167 (select_frame): Use get_frame_pc.
10168 (legacy_saved_regs_this_id): Use frame_id_build.
10169
10170 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
10171
10172 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
10173 signed integer case.
10174 (classify_argument): Handle enumerations and references.
10175
10176 2003-04-04 Andrew Cagney <cagney@redhat.com>
10177
10178 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
10179 ID to NULL.
10180
10181 2003-04-01 Adam Fedor <fedor@gnu.org>
10182
10183 * gdb/objc-lang.c (selectors_info): Replace calls to
10184 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
10185 SYMBOL_NATURAL_NAME.
10186 (classes_info, find_methods): Likewise.
10187
10188 2003-04-03 Kevin Buettner <kevinb@redhat.com>
10189
10190 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
10191 ``mach'' to the value determined by bfd_default_set_arch_mach().
10192
10193 2003-04-02 Bob Rossi <bob_rossi@cox.net>
10194
10195 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
10196 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
10197 (mi-cmd-file.o): Update dependencies.
10198
10199 2003-04-01 Kevin Buettner <kevinb@redhat.com>
10200
10201 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
10202 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
10203
10204 2003-04-01 Adam Fedor <fedor@gnu.org>
10205
10206 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
10207 * language.h (struct language_defn): Add la_demangle.
10208 (language_demangle): Declare.
10209 * language.c (language_demangle): New function.
10210 (unk_lang_demangle): Likewise.
10211 (unknown_language_defn, auto_language_defn, local_language_defn):
10212 Add ukn_lang_demangle.
10213 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
10214 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
10215 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
10216 (cplus_language_defn): Add cplus_demangle for la_demangle element.
10217 * jv-lang.c (java_demangle): New function
10218 (java_language_defn): Use it for la_demangle element.
10219 * objc-lang.c (objc_demangle): Add options argument
10220 (objc_language_defn): Use objc_demangle for la_demangle element.
10221 * maint.c (maintenance_demangle): Replace switch with
10222 call to language_demangle.
10223 * utils.c (fprintf_symbol_filtered): Likewise.
10224
10225 2003-04-01 Andrew Cagney <cagney@redhat.com>
10226
10227 * printcmd.c (print_frame_nameless_args): Delete #ifdef
10228 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
10229 PRINT_TYPELESS_INTEGER.
10230 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
10231 PUSH_RETURN_ADDRESS.
10232
10233 2003-04-01 Andrew Cagney <cagney@redhat.com>
10234
10235 * Makefile.in (d10v-tdep.o): Update dependencies.
10236 * d10v-tdep.c: Include "frame-base.h".
10237 (d10v_frame_unwind): Make constant.
10238 (d10v_frame_base_address): New function.
10239 (d10v_frame_base): New variable.
10240 (d10v_gdbarch_init): Set frame_base default.
10241 (struct d10v_unwind_cache): Add the field "prev_sp". Update
10242 comment for base.
10243 (d10v_frame_unwind_cache): Set and use "prev_sp".
10244 (d10v_frame_this_id): Use the previous frame's inner most stack
10245 address and this frame's func address for the frame ID. Use
10246 frame_id_build. Don't analyze beyond the current instruction.
10247
10248 2003-04-01 Andrew Cagney <cagney@redhat.com>
10249
10250 * frame.h (get_frame_locals_address, get_frame_args_address):
10251 Refer to the base address, instead of the address of the first
10252 local or parameter.
10253
10254 2003-04-01 Andrew Cagney <cagney@redhat.com>
10255
10256 Add frame debug info addresses:
10257 * frame-base.c: New file.
10258 * frame-base.h: New file.
10259 * frame.h (struct frame_base): Add opaque declaration.
10260 (get_frame_base): Update comment.
10261 (get_frame_base_address): Declare.
10262 (get_frame_locals_address): Declare.
10263 (get_frame_args_address): Declare.
10264 (struct frame_info): Add "base" and "base_cache". Update
10265 comments on the unwinder.
10266 * frame.c: Include "frame-base.h".
10267 (get_frame_locals_address): New function.
10268 (get_frame_base_address): New function.
10269 (get_frame_args_address): New function.
10270 * findvar.c (read_var_value): Use get_frame_locals_address and
10271 get_frame_args_address.
10272 * stack.c (frame_info): Use get_frame_locals_address and
10273 get_frame_args_address.
10274 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
10275 moved to "frame-base.c".
10276 * printcmd.c (print_frame_nameless_args): Ditto.
10277 * symtab.h (address_class): Update comments.
10278 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
10279 get_frame_base_address.
10280 * dwarf2expr.c (execute_stack_op): Ditto.
10281 * Makefile.in (frame_base_h): Define.
10282 (frame.o): Update dependencies.
10283 (frame-base.o): Add dependencies.
10284 (SFILES): Add frame-base.c.
10285 (COMMON_OBS): Add frame-base.o.
10286
10287 2003-04-01 Andrew Cagney <cagney@redhat.com>
10288
10289 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
10290 CALL_DUMMY_LENGTH): Ditto.
10291 * gdbarch.c: Re-generate.
10292 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
10293 (CALL_DUMMY_LENGTH): Delete macro.
10294 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
10295 * arm-tdep.c (arm_gdbarch_init): Ditto.
10296 * avr-tdep.c (avr_gdbarch_init): Ditto.
10297 * cris-tdep.c (cris_gdbarch_init): Ditto.
10298 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10299 * frv-tdep.c (frv_gdbarch_init): Ditto.
10300 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10301 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10302 * i386-tdep.c (i386_gdbarch_init): Ditto.
10303 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10304 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10305 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10306 * mips-tdep.c (mips_gdbarch_init): Ditto.
10307 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10308 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10309 * s390-tdep.c (s390_gdbarch_init): Ditto.
10310 * sh-tdep.c (sh_gdbarch_init): Ditto.
10311 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10312 * v850-tdep.c (v850_gdbarch_init): Ditto.
10313 * vax-tdep.c (vax_gdbarch_init): Ditto.
10314 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10315
10316 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
10317
10318 * frame.c (get_prev_frame): Disable call to inside_entry_file().
10319
10320 2003-04-01 Andrew Cagney <cagney@redhat.com>
10321
10322 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
10323 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10324 * gdbarch.h, gdbarch.c: Re-generate.
10325 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10326 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10327 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10328 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10329 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10330 * infcmd.c (run_stack_dummy): Simplify assuming
10331 CALL_DUMMY_BREAKPOINT_OFFSET_P.
10332 * infrun.c (handle_inferior_event): Ditto.
10333 * alpha-tdep.c (alpha_gdbarch_init): Do not set
10334 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
10335 * arm-tdep.c (arm_gdbarch_init): Ditto.
10336 * avr-tdep.c (avr_gdbarch_init): Ditto.
10337 * cris-tdep.c (cris_gdbarch_init): Ditto.
10338 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10339 * frv-tdep.c (frv_gdbarch_init): Ditto.
10340 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10341 * i386-tdep.c (i386_gdbarch_init): Ditto.
10342 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10343 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10344 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10345 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10346 * mips-tdep.c (mips_gdbarch_init): Ditto.
10347 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10348 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10349 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10350 * s390-tdep.c (s390_gdbarch_init): Ditto.
10351 * sh-tdep.c (sh_gdbarch_init): Ditto.
10352 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10353 * v850-tdep.c (v850_gdbarch_init): Ditto.
10354 * vax-tdep.c (vax_gdbarch_init): Ditto.
10355 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10356
10357 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
10358
10359 * symfile.c (symfile_relocate_debug_section): Update call to
10360 bfd_simple_get_relocated_section_contents.
10361
10362 2003-03-31 Andrew Cagney <cagney@redhat.com>
10363
10364 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
10365 * gdbarch.h, gdbarch.c: Regenerate.
10366 * inferior.h (FIX_CALL_DUMMY): Delete macro.
10367 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
10368 available.
10369 * frame.h (generic_fix_call_dummy): Delete declaration.
10370 * dummy-frame.h: Update comment.
10371 * dummy-frame.c (generic_fix_call_dummy): Delete function.
10372 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10373 fix_call_dummy.
10374 * sh-tdep.c (sh_gdbarch_init): Ditto.
10375 * s390-tdep.c (s390_gdbarch_init): Ditto.
10376 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10377 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10378 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10379 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10380 * i386-tdep.c (i386_gdbarch_init): Ditto.
10381 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10382 * frv-tdep.c (frv_gdbarch_init): Ditto.
10383 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10384 * cris-tdep.c (cris_gdbarch_init): Ditto.
10385 * avr-tdep.c (avr_gdbarch_init): Ditto.
10386 * arm-tdep.c (arm_gdbarch_init): Ditto.
10387
10388 2003-03-31 J. Brobecker <brobecker@gnat.com>
10389
10390 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
10391 (INIT_FRAME_AP): Likewise.
10392 (EXTRA_FRAME_INFO): Likewise.
10393
10394 2003-03-31 Andrew Cagney <cagney@redhat.com>
10395
10396 * gdbarch.sh: Include "symfile.h".
10397 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
10398 * gdbarch.h, gdbarch.c: Re-generate.
10399 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
10400 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10401 call_dummy_address, the default is at entry_point_address.
10402 * v850-tdep.c (v850_gdbarch_init): Ditto.
10403 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10404 * sh-tdep.c (sh_gdbarch_init): Ditto.
10405 * s390-tdep.c (s390_gdbarch_init): Ditto.
10406 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10407 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10408 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10409 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10410 * i386-tdep.c (i386_gdbarch_init): Ditto.
10411 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10412 * frv-tdep.c (frv_gdbarch_init): Ditto.
10413 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10414 * cris-tdep.c (cris_gdbarch_init): Ditto.
10415 * arm-tdep.c (arm_gdbarch_init): Ditto.
10416
10417 2003-03-31 Andrew Cagney <cagney@redhat.com>
10418
10419 * gdbarch.sh (CALL_DUMMY_P): Delete.
10420 * gdbarch.h, gdbarch.c: Re-generate.
10421 * inferior.h (CALL_DUMMY_P): Delete macro.
10422 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10423 * vax-tdep.c (vax_gdbarch_init): Update.
10424 * v850-tdep.c (v850_gdbarch_init): Update.
10425 * sparc-tdep.c (sparc_gdbarch_init): Update.
10426 * sh-tdep.c (sh_gdbarch_init): Update.
10427 * s390-tdep.c (s390_gdbarch_init): Update.
10428 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10429 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10430 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10431 * mips-tdep.c (mips_gdbarch_init): Update.
10432 * mcore-tdep.c (mcore_gdbarch_init): Update.
10433 * m68k-tdep.c (m68k_gdbarch_init): Update.
10434 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10435 * ia64-tdep.c (ia64_gdbarch_init): Update.
10436 * i386-tdep.c (i386_gdbarch_init): Update.
10437 * h8300-tdep.c (h8300_gdbarch_init): Update.
10438 * frv-tdep.c (frv_gdbarch_init): Update.
10439 * d10v-tdep.c (d10v_gdbarch_init): Update.
10440 * cris-tdep.c (cris_gdbarch_init): Update.
10441 * breakpoint.c (deprecated_frame_in_dummy): Update.
10442 * avr-tdep.c (avr_gdbarch_init): Update.
10443 * alpha-tdep.c (alpha_gdbarch_init): Update.
10444 * arm-tdep.c (arm_gdbarch_init): Update.
10445 * dummy-frame.c (dummy_frame_this_id): Update comments.
10446 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
10447 * frame.c (legacy_get_prev_frame): Ditto.
10448 * valops.c (call_function_by_hand): Delete function.
10449 (hand_function_call): Rename to call_function_by_hand
10450
10451 2003-03-30 Andrew Cagney <cagney@redhat.com>
10452
10453 2002-11-10 Klee Dienes <kdienes@apple.com>
10454 * value.h (struct value): Update comment.
10455
10456 2003-03-30 Andrew Cagney <cagney@redhat.com>
10457
10458 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
10459 D10V_FP_REGNUM.
10460 (d10v_gdbarch_init): Do not set fp_regnum.
10461
10462 * frame.c (get_frame_base): Force ID initialization.
10463 (get_prev_frame): Move computation of the frame ID from here ...
10464 (get_frame_id): ... to here.
10465 (legacy_get_prev_frame): Mark the frame ID as valid.
10466 * frame.h (struct frame_info): Add field "id_p".
10467
10468 2003-03-30 Mark Kettenis <kettenis@gnu.org>
10469
10470 * i386-tdep.c (i386_store_struct_return): Removed.
10471 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
10472
10473 2003-03-30 Andrew Cagney <cagney@redhat.com>
10474
10475 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
10476 * gdbarch.h, gdbarch.c: Regenerate.
10477 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
10478 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10479 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10480 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10481 * i386-tdep.c (i386_gdbarch_init): Ditto.
10482 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10483 * cris-tdep.c (cris_gdbarch_init): Ditto.
10484 * vax-tdep.c (vax_gdbarch_init): Ditto.
10485 * s390-tdep.c (s390_gdbarch_init): Ditto.
10486 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10487 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10488 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10489 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
10490 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
10491 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
10492 * sparc-tdep.c (sparc_gdbarch_init): Update.
10493 * sh-tdep.c (sh_gdbarch_init): Update.
10494 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10495 * mips-tdep.c (mips_gdbarch_init): Update.
10496 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10497 * ia64-tdep.c (ia64_gdbarch_init): Update.
10498 * frv-tdep.c (frv_gdbarch_init): Update.
10499 * avr-tdep.c (avr_gdbarch_init): Update.
10500 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
10501 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
10502 instead of when push_dummy_call is not available.
10503
10504 2003-03-30 Andrew Cagney <cagney@redhat.com>
10505
10506 * infttrace.c: Include "gdbthread.h".
10507 (parent_attach_all): Fix function signature.
10508 (call_ptrace): Update call.
10509 * Makefile.in (infttrace.o): Update dependencies.
10510
10511 2003-03-30 Andrew Cagney <cagney@redhat.com>
10512
10513 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
10514 PUSH_RETURN_ADDRESS.
10515 * gdbarch.h, gdbarch.c: Regenerate.
10516 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10517 * x86-64-tdep.c (x86_64_init_abi): Update.
10518 * v850-tdep.c (v850_gdbarch_init): Update.
10519 * sparc-tdep.c (sparc_gdbarch_init): Update.
10520 * sh-tdep.c (sh_gdbarch_init): Update.
10521 * s390-tdep.c (s390_gdbarch_init): Update.
10522 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10523 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10524 * mips-tdep.c (mips_gdbarch_init): Update.
10525 * mcore-tdep.c (mcore_gdbarch_init): Update.
10526 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10527 * ia64-tdep.c (ia64_gdbarch_init): Update.
10528 * i386-tdep.c (i386_gdbarch_init): Update.
10529 * h8300-tdep.c (h8300_gdbarch_init): Update.
10530 * frv-tdep.c (frv_gdbarch_init): Update.
10531 * cris-tdep.c (cris_gdbarch_init): Update.
10532 * avr-tdep.c (avr_gdbarch_init): Update.
10533 * arm-tdep.c (arm_gdbarch_init): Update.
10534 * valops.c (hand_function_call): Update.
10535
10536 2003-03-29 Andrew Cagney <cagney@redhat.com>
10537
10538 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
10539 sizeof_call_dummy_words.
10540 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
10541 define.
10542 * gdbarch.h: Regenerate.
10543
10544 2003-03-29 Andrew Cagney <cagney@redhat.com>
10545
10546 * infttrace.h: New file.
10547 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
10548 (hpread_get_textlow): Detect an uninitialized dn_bufp.
10549 (hpread_read_doc_function_type): Detect an initialized type1.
10550 (hpread_quick_traverse): Initialize mod_name_string.
10551 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
10552 (som_solib_get_solib_by_pc): Declare.
10553 (so_lib_thread_start_addr): Declare.
10554 (no_shared_libraries): Declare.
10555 * somread.c (init_import_symbols): Make static. Add forward
10556 declaration.
10557 * config/pa/nm-hppah.h: Include "infttrace.h" for
10558 parent_attach_all.
10559 (hppa_insert_hw_watchpoint): Declare.
10560 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
10561 * hppah-nat.c: Include "gdb_string.h".
10562 (parent_attach_all): Delete extern declaration, moved to
10563 "infttrace.h".
10564 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
10565 int.
10566 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
10567 * Makefile.in (infttrace_h): Define.
10568 (hpread.o): Update dependencies.
10569 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
10570 * hppa-hpux-tdep.c: Include "gdb_string.h".
10571 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
10572 * infrun.c (handle_inferior_event): Always initialize
10573 stepped_after_stopped_by_watchpoint. Add default and remove
10574 fallthrough in switch statement.
10575 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10576 parameter to int.
10577 (hppa_remove_hw_watchpoint): Ditto.
10578
10579 2003-03-29 Andrew Cagney <cagney@redhat.com>
10580
10581 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10582 offset.
10583
10584 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
10585
10586 * arm-tdep.c (arm_push_arguments): Delete.
10587 (struct stack_item): New type.
10588 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10589 (arm_store_struct_return): Delte.
10590 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
10591 arm_push_arguments or arm_store_struct_return.
10592
10593 2003-03-28 Andrew Cagney <cagney@redhat.com>
10594
10595 * Makefile.in (d10v-tdep.o): Update dependencies.
10596 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10597 * d10v-tdep.c: Include "remote.h".
10598 (target_resume_hook): Delete extern declaration.
10599 (target_wait_loop_hook): Ditto.
10600 (tdisassemble_command): Eliminate assignment in "if" conditional.
10601 (d10v_ts2_register_sim_regno): Eliminate call to
10602 legacy_register_sim_regno.
10603 (d10v_ts3_register_sim_regno): Ditto.
10604
10605 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10606
10607 * thread.c: Reindented.
10608 * lin-lwp.c: Ditto.
10609 * linux-proc.c: Ditto.
10610
10611 2003-03-28 Bob Rossi <bob_rossi@cox.net>
10612
10613 * MAINTAINERS (write after approval): Add myself.
10614
10615 2003-03-27 Theodore A. Roth <troth@openavr.org>
10616
10617 * objc-exp.y: Add missing semi-colons.
10618
10619 2003-03-27 Andrew Cagney <cagney@redhat.com>
10620
10621 * regcache.c (write_sp): Delete function and references.
10622 * inferior.h (write_sp): Delete declaration.
10623 * valops.c (hand_function_call): Replace write_sp with
10624 TARGET_WRITE_SP.
10625 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10626 (sparc_pop_frame): Ditto.
10627
10628 2003-03-27 Andrew Cagney <cagney@redhat.com>
10629
10630 * NEWS: Mention removal of support for hppa*-*-bsd* and
10631 hppa*-*-osf* natives, and hppa*-*-pro* target.
10632 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10633 * config/pa/xm-pa.h: Obsolete file.
10634 * config/pa/xm-hppab.h: Obsolete file.
10635 * config/pa/nm-hppab.h: Obsolete file.
10636 * config/pa/tm-hppab.h: Obsolete file.
10637 * config/pa/tm-hppao.h: Obsolete file.
10638 * config/pa/nm-hppao.h: Obsolete file.
10639 * config/pa/tm-pro.h: Obsolete file.
10640 * config/pa/hppaosf.mt: Obsolete file.
10641 * config/pa/hppaosf.mh: Obsolete file.
10642 * config/pa/hppapro.mt: Obsolete file.
10643 * config/pa/hppabsd.mt: Obsolete file.
10644 * config/pa/hppabsd.mh: Obsolete file.
10645 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10646 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10647 hppa*-*-osf*.
10648
10649 2003-03-27 Andrew Cagney <cagney@redhat.com>
10650
10651 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10652 push_arguments. Don't set push_return_address or write_sp.
10653 (d10v_push_dummy_call): Replace d10v_push_arguments.
10654 (d10v_push_return_address, d10v_write_sp): Delete function,
10655 handled by push_dummy_call.
10656
10657 2003-03-26 Andrew Cagney <cagney@redhat.com>
10658
10659 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10660 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10661 regcache and dummy_addr parameters.
10662 * gdbarch.h, gdbarch.c: Re-generate.
10663 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10664 available; assume it will handle stack alignment and return
10665 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10666 legacy_push_arguments.
10667 (legacy_push_arguments): Rename default_push_arguments.
10668 * value.h (legacy_push_arguments): Rename default_push_arguments.
10669 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10670 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10671 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10672 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10673 * config/i386/tm-symmetry.h: Update.
10674 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10675 * x86-64-tdep.c (x86_64_init_abi): Update.
10676 * v850-tdep.c (v850_gdbarch_init): Update.
10677 * sparc-tdep.c (sparc_gdbarch_init): Update.
10678 * sh-tdep.c (sh_gdbarch_init): Update.
10679 * s390-tdep.c (s390_gdbarch_init): Update.
10680 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10681 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10682 * mips-tdep.c (mips_gdbarch_init): Update.
10683 * mcore-tdep.c (mcore_gdbarch_init): Update.
10684 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10685 * ia64-tdep.c (ia64_gdbarch_init): Update.
10686 * i386-tdep.c (i386_gdbarch_init): Update.
10687 * hppa-tdep.c (hppa_gdbarch_init): Update.
10688 * h8300-tdep.c (h8300_gdbarch_init): Update.
10689 * frv-tdep.c (frv_gdbarch_init): Update.
10690 * d10v-tdep.c (d10v_gdbarch_init): Update.
10691 * cris-tdep.c (cris_gdbarch_init): Update.
10692 * avr-tdep.c (avr_gdbarch_init): Update.
10693 * arm-tdep.c (arm_gdbarch_init): Update.
10694 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10695 * alpha-tdep.c (alpha_gdbarch_init): Update.
10696
10697 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10698
10699 * signals/signals.c (do_target_signal_to_host): Correct realtime
10700 signal range test.
10701
10702 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10703
10704 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10705 (struct sal_chain, map_catch_names): Remove.
10706 (catch_exception_command_1): Don't call
10707 handle_gnu_4_16_catch_command.
10708
10709 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10710
10711 From Mark Dettinger <dettinge@de.ibm.com>:
10712 * dwarf2cfi.c (read_2u): Increment pointer by two.
10713
10714 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10715
10716 * signals/signals.c: Fix typos in last change.
10717
10718 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10719
10720 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10721 not already defined. Use __SIGRTMIN if available.
10722 (target_signal_from_host): Remove SIGRTMIN block.
10723 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10724 the signal is within the realtime range.
10725
10726 2003-03-25 Adam Fedor <fedor@gnu.org>
10727
10728 * Makefile.in (infrun.o): Add $(language_h)
10729 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10730 for language specific trampolines.
10731 * language.h (struct language_defn): Add skip_trampoline.
10732 (skip_language_trampoline): Declare.
10733 * language.c (unk_lang_trampoline, skip_language_trampoline):
10734 New functions.
10735 (unknown_language_defn, auto_language_defn, local_language_defn):
10736 Add ukn_lang_trampoline.
10737 * ada-lang.c (ada_language_defn): Add NULL for language
10738 specific skip_trampoline.
10739 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10740 scm-lang.c: Likewise.
10741 * objc-lang.c (objc_skip_trampoline): New function.
10742 (objc_language_defn): Add objc_skip_trampoline.
10743
10744 2003-03-25 Andrew Cagney <cagney@redhat.com>
10745
10746 * frame.c (get_prev_frame): Delay validating a frame's ID -
10747 non-NULL, didn't go backwards - until an attempt to unwind it to
10748 the previous frame.
10749
10750 2003-03-25 Andrew Cagney <cagney@redhat.com>
10751
10752 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10753 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10754 * gdbarch.h, gdbarch.c: Re-generate.
10755 * config/sparc/tm-sparc.h
10756 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10757 * sparc-tdep.c (sparc_gdbarch_init): Set
10758 deprecated_extra_stack_alignment_needed.
10759 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10760 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10761 extra_stack_alignment_needed.
10762 * v850-tdep.c (v850_gdbarch_init): Ditto.
10763 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10764 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10765 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10766 * cris-tdep.c (cris_gdbarch_init): Ditto.
10767 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10768 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10769
10770 2003-03-25 Andrew Cagney <cagney@redhat.com>
10771
10772 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10773 STORE_STRUCT_RETURN.
10774 * gdbarch.h, gdbarch.c: Regenerate.
10775 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10776 (d10v_push_arguments): Set the struct return register.
10777 (d10v_gdbarch_init): Update.
10778 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10779 * x86-64-tdep.c (x86_64_init_abi): Update.
10780 * vax-tdep.c (vax_gdbarch_init): Update.
10781 * v850-tdep.c (v850_gdbarch_init): Update.
10782 * sparc-tdep.c (sparc_gdbarch_init): Update.
10783 * sh-tdep.c (sh_gdbarch_init): Update.
10784 * s390-tdep.c (s390_gdbarch_init): Update.
10785 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10786 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10787 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10788 * mips-tdep.c (mips_gdbarch_init): Update.
10789 * mcore-tdep.c (mcore_gdbarch_init): Update.
10790 * m68k-tdep.c (m68k_gdbarch_init): Update.
10791 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10792 * ia64-tdep.c (ia64_gdbarch_init): Update.
10793 * i386-tdep.c (i386_gdbarch_init): Update.
10794 * hppa-tdep.c (hppa_gdbarch_init): Update.
10795 * h8300-tdep.c (h8300_gdbarch_init): Update.
10796 * frv-tdep.c (frv_gdbarch_init): Update.
10797 * cris-tdep.c (cris_gdbarch_init): Update.
10798 * avr-tdep.c (avr_gdbarch_init): Update.
10799 * arm-tdep.c (arm_gdbarch_init): Update.
10800 * alpha-tdep.c (alpha_gdbarch_init): Update.
10801
10802 2003-03-25 Andrew Cagney <cagney@redhat.com>
10803
10804 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10805 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10806 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10807 * gdbarch.h, gdbarch.c: Regenerate.
10808 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10809 call_dummy_stack_adjust_p.
10810 * vax-tdep.c (vax_gdbarch_init): Ditto.
10811 * v850-tdep.c (v850_gdbarch_init): Ditto.
10812 * sh-tdep.c (sh_gdbarch_init): Ditto.
10813 * s390-tdep.c (s390_gdbarch_init): Ditto.
10814 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10815 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10816 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10817 * mips-tdep.c (mips_gdbarch_init): Ditto.
10818 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10819 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10820 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10821 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10822 * i386-tdep.c (i386_gdbarch_init): Ditto.
10823 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10824 * frv-tdep.c (frv_gdbarch_init): Ditto.
10825 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10826 * cris-tdep.c (cris_gdbarch_init): Ditto.
10827 * avr-tdep.c (avr_gdbarch_init): Ditto.
10828 * arm-tdep.c (arm_gdbarch_init): Ditto.
10829 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10830 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10831 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10832 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10833 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10834 call_dummy_stack_adjust_p.
10835 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10836 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10837 * sparc-tdep.c (sparc32_push_arguments): Update.
10838 * valops.c (hand_function_call): Update.
10839
10840 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
10841
10842 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10843 set_gdbarch_char_signed.
10844
10845 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10846
10847 PR cli/548
10848 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10849
10850 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10851
10852 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10853 (_initialize_arm_tdep): Don't set tm_print_insn.
10854
10855 2003-03-24 Adam Fedor <fedor@gnu.org>
10856
10857 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10858 * objc-lang.h: Add multiple inclusion protection.
10859 (start_msglist, add_msglist, end_msglist): Additional declarations.
10860
10861 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
10862
10863 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10864 value was renamed to ARM_FLOAT_SOFT_FPA.
10865
10866 2003-03-23 Andrew Cagney <cagney@redhat.com>
10867
10868 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10869 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10870 * gdbarch.h, gdbarch.c: Regenerate.
10871 * valops.c (hand_function_call): Update.
10872 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10873 * frame.c (legacy_saved_regs_this_id): Update.
10874 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10875 * dummy-frame.h: Update.
10876 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10877 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10878 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10879 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10880 * config/m68k/tm-sun3.h: Update.
10881 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10882 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10883 * x86-64-tdep.c (x86_64_init_abi): Update.
10884 * vax-tdep.c (vax_gdbarch_init): Update.
10885 * v850-tdep.c (v850_gdbarch_init): Update.
10886 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10887 * sh-tdep.c (sh_gdbarch_init): Update.
10888 * s390-tdep.c (s390_gdbarch_init): Update.
10889 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10890 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10891 (frame_get_saved_regs): Update.
10892 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10893 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10894 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10895 * mips-tdep.c (mips_gdbarch_init): Update.
10896 * mcore-tdep.c (mcore_gdbarch_init): Update.
10897 * m68k-tdep.c (m68k_gdbarch_init): Update.
10898 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10899 * ia64-tdep.c (ia64_gdbarch_init): Update.
10900 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10901 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10902 (i386_interix_back_one_frame): Update.
10903 * hppa-tdep.c (hppa_gdbarch_init): Update.
10904 (hppa_init_extra_frame_info): Update.
10905 * h8300-tdep.c (h8300_gdbarch_init): Update.
10906 * frv-tdep.c (frv_gdbarch_init): Update.
10907 * cris-tdep.c (cris_gdbarch_init): Update.
10908 * avr-tdep.c (avr_gdbarch_init): Update.
10909 * arm-tdep.c (arm_gdbarch_init): Update.
10910 * alpha-tdep.c (alpha_gdbarch_init): Update.
10911
10912 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10913
10914 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10915 (arm_get_fp_model): Declare.
10916 * arm-tdep.c (fp_model_strings): New string array.
10917 (arm_fp_model, current_fp_model): New variables.
10918 (arm_get_fp_model): New function.
10919 (arm_set_fp): New function.
10920 (set_fp_model_sfunc): New function.
10921 (show_fp_model): New function.
10922 (_initialize_arm_tdep): Add new command to set/show the FPU.
10923 (arm_extract_return_value): Use arm_get_fp_model.
10924 (arm_store_return_value): Likewise.
10925 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10926 to initialize the floating-point data types.
10927 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10928 model is FPA.
10929
10930 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10931
10932 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10933 the current setting of each value.
10934 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
10935 new_set and new_show. Use add_setshow_cmd_full and
10936 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10937 commands and add new version as subcommands of "set/show arm".
10938
10939 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10940
10941 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10942 (set_arm_command, show_arm_command): New functions.
10943 (_initialize_arm_tdep): Add them.
10944 (num_disassembly_options): Renamed from num_flavor_options.
10945 (valid_disassembly_styles): Renamed from valid_flavors.
10946 (disassembly_style): Renamed from disassembly_flavor.
10947 (set_disassembly_style_sfunc): Renamed from
10948 set_disassembly_flavor_sfunc.
10949 (set_disassembly_style): Renamed from set_disassembly_flavor.
10950 (arm_othernames): Updated.
10951 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10952 command. Add "set/show arm disassembly" commands. Deprecate
10953 "othernames" command.
10954
10955 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10956
10957 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10958 (arm-tdep.o): Depend on elf_arm_h.
10959
10960 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10961
10962 * Makefile.in (coff_internal_h): Define.
10963 (arm-tdep.o): Update dependencies.
10964
10965 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10966
10967 * arm-tdep.c (prologue_cache): Delete.
10968 (check_prologue_cache, save_prologue_cache): Delete.
10969 (arm_scan_prologue): Don't check or update the prologue_cache.
10970 (arm_gdb_arch_init): Don't initialize it.
10971 (_initialize_arm_tdep): Likewise.
10972
10973 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10974
10975 * MAINTAINERS (tui): Maintainer of tui code.
10976
10977 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
10978
10979 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10980 (i386-cygwin-tdep.o): Add dependencies.
10981 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10982 * i386-cygwin-tdep.c: New file.
10983 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10984 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10985
10986 2003-03-20 Andrew Cagney <cagney@redhat.com>
10987
10988 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10989 (handle_inferior_event): Remove code calling
10990 DYNAMIC_TRAMPOLINE_NEXTPC.
10991
10992 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10993 already has a full path.
10994
10995 * main.c (gdb_main): Return 1.
10996 (captured_main): Call error to report an invalid interpreter.
10997
10998 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10999 * alpha-osf1-tdep.c: Include "gdb_string.h".
11000
11001 2003-03-19 J. Brobecker <brobecker@gnat.com>
11002
11003 Continuing work to convert the hppa targets to multiarch partial.
11004
11005 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
11006 method, now that hppa_push_dummy_frame has a conformant prototype.
11007 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
11008 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
11009 for the switch to multiarch partial.
11010
11011 2003-03-19 Kevin Buettner <kevinb@redhat.com>
11012
11013 * mdebugread.c (parse_symbol): For stEnd, we're done counting
11014 when iss is issNull.
11015
11016 2003-03-18 Kevin Buettner <kevinb@redhat.com>
11017
11018 * mips-tdep.c (mips_register_name): Fix fencepost error involving
11019 NUM_REGS bounds check.
11020
11021 2003-03-18 Kevin Buettner <kevinb@redhat.com>
11022
11023 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
11024 * mips-tdep.c (gdb_assert.h): Include.
11025 (mips_generic_reg_names, mips_processor_reg_names): Make static.
11026 (mips_register_name): Handle integer registers explicitly. Add
11027 bounds checking.
11028 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
11029 (mips_lsi33k_reg_names): Don't list integer registers; they're
11030 handled by mips_register_name() now.
11031 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
11032 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
11033 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
11034 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
11035 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
11036
11037 2003-03-18 Andrew Cagney <cagney@redhat.com>
11038
11039 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
11040 a void pointer.
11041 * gdbtypes.h (print_scalar_formatted): Update declaration.
11042 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
11043
11044 2003-03-18 J. Brobecker <brobecker@gnat.com>
11045
11046 * infrun.c (observer.h): Add #include.
11047 (normal_stop): Add call to observer_notify_normal_stop.
11048 * Makefile.in (infrun.o): Add dependency on observer.h.
11049
11050 2003-03-18 J. Brobecker <brobecker@gnat.com>
11051
11052 Continuing work to convert the hppa targets to multiarch partial.
11053 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
11054 parameter. Reformat comment.
11055 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
11056 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
11057 to match new profile.
11058
11059 2003-03-18 J. Brobecker <brobecker@gnat.com>
11060
11061 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
11062 appear to be working in any case.
11063
11064 2003-03-18 J. Brobecker <brobecker@gnat.com>
11065
11066 * observer.c (observer_test_first_observer): New static variable.
11067 (observer_test_second_observer): Likewise.
11068 (observer_test_third_observer): Likewise.
11069 (observer_test_first_notification_function): New static function.
11070 (observer_test_second_notification_function): Likewise.
11071 (observer_test_third_notification_function): Likewise.
11072
11073 2003-03-17 J. Brobecker <brobecker@gnat.com>
11074
11075 * hppa-tdep.c (gdb_assert.h): Add missing #include.
11076 * somsolib.c (gdb_assert.h): Likewise.
11077 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
11078 (somsolib.o): Likewise.
11079
11080 2003-03-17 Andrew Cagney <cagney@redhat.com>
11081
11082 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
11083 BFD. Simplify setting of di.endian.
11084
11085 2003-03-17 Andrew Cagney <cagney@redhat.com>
11086
11087 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
11088 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
11089
11090 From Elena Zannoni <ezannoni@redhat.com>
11091 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
11092 vector and floating-point parameters.
11093 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
11094 convention.
11095 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
11096
11097 2003-03-17 Fernando Nasser <fnasser@redhat.com>
11098
11099 * MAINTAINERS: Remove my name from several maintainership roles.
11100
11101 2003-03-17 Andrew Cagney <cagney@redhat.com>
11102
11103 Fix frame off-by-one bug.
11104 * frame-unwind.h (frame_this_id_ftype): Replace
11105 frame_unwind_id_ftype.
11106 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
11107 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
11108 with "prev_register".
11109 * frame-unwind.c (frame_unwind_find_by_pc): Return
11110 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
11111 comment.
11112 * dummy-frame.c (cached_find_dummy_frame): Delete function.
11113 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
11114 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
11115 (dummy_frame_unwind): Update.
11116 * sentinel-frame.c (sentinel_frame_prev_register): Replace
11117 sentinel_frame_register_unwind.
11118 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
11119 (sentinel_frame_unwinder): Update.
11120 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11121 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
11122 * frame.c (create_sentinel_frame): Update. Initialize
11123 "prologue_cache" instead of "unwind_cache".
11124 (frame_register_unwind): Call this frame's prev_register with the
11125 next frame and this frame's prologue cache.
11126 (get_prev_frame): Simplify. Always call prev frame's this_id with
11127 this frame and prev frame's prologue cache. Document that this
11128 call is shifted one to the left when compared to the
11129 frame_register_unwind call.
11130 (legacy_saved_regs_prev_register): Replace
11131 frame_saved_regs_register_unwind.
11132 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
11133 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
11134 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11135 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
11136 (d10v_frame_unwind): Update.
11137 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
11138 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
11139 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
11140 "saved_regs" with "this_saved_regs".
11141
11142 2003-03-16 Andrew Cagney <cagney@redhat.com>
11143
11144 * frame.c (frame_pop): Don't call target_store_registers. Fix
11145 problem reported by Mark Kettenis.
11146
11147 2003-03-16 Mark Kettenis <kettenis@gnu.org>
11148
11149 * i386-tdep.c (i386_register_type): Renamed from
11150 i386_register_virtual_type. Adjust function signature.
11151 (i386_gdbarch_init): Set register_type instead of
11152 deprecated_max_register_raw_size,
11153 deprecated_max_register_virtual_size and register_virtual_type.
11154
11155 2003-03-14 Andrew Cagney <cagney@redhat.com>
11156
11157 * frame.c (get_prev_frame): When a legacy frame, always call
11158 legacy_get_prev_frame. Simplify unwind code using assumption that
11159 the unwinder is new.
11160 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
11161 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
11162 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
11163
11164 2003-03-14 Andrew Cagney <cagney@redhat.com>
11165
11166 * frame.c (get_saved_register): Delete function.
11167 * frame.h (get_saved_register): Delete declaration.
11168 * xstormy16-tdep.c: Update comment.
11169 * regcache.h: Update comments.
11170 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
11171 get_saved_register and extract_address, use
11172 frame_read_unsigned_register.
11173 (sparc_frame_saved_pc): Ditto.
11174 (sparc_get_saved_register): Instead of get_saved_register, use
11175 frame_register.
11176 (sparc_pop_frame): Ditto.
11177 * findvar.c: Update comments.
11178 (value_of_register): Call frame_register instead of
11179 get_saved_register.
11180 (value_from_register): Ditto.
11181 * config/sparc/tm-sparc.h: Update comment.
11182 * breakpoint.c: Update comment.
11183
11184 2003-03-14 Andrew Cagney <cagney@redhat.com>
11185
11186 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
11187 GET_SAVED_REGISTER.
11188 * gdbarch.h, gdbarch.c: Re-generate.
11189 * frame.h: Update comments.
11190 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11191 * x86-64-tdep.c (x86_64_init_abi): Update.
11192 * sparc-tdep.c (sparc_gdbarch_init): Update.
11193 * sh-tdep.c (sh_gdbarch_init): Update.
11194 * mips-tdep.c (mips_gdbarch_init): Update.
11195 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11196 * cris-tdep.c (cris_gdbarch_init): Update.
11197 * ia64-tdep.c (ia64_gdbarch_init): Update.
11198 * frame.c (frame_register): Update.
11199 (get_saved_register): Update.
11200 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
11201
11202 2003-03-13 Andrew Cagney <cagney@redhat.com>
11203
11204 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
11205 * gdbarch.h, gdbarch.c: Regenerate.
11206 * valops.c (hand_function_call): Update comment.
11207 * stack.c (return_command): Update comment.
11208 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
11209 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
11210 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11211 * x86-64-tdep.c (x86_64_init_abi): Update.
11212 * vax-tdep.c (vax_gdbarch_init): Update.
11213 * v850-tdep.c (v850_gdbarch_init): Update.
11214 * sparc-tdep.c (sparc_gdbarch_init): Update.
11215 * sh-tdep.c (sh_gdbarch_init): Update.
11216 * s390-tdep.c (s390_gdbarch_init): Update.
11217 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11218 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11219 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11220 * mips-tdep.c (mips_gdbarch_init): Update.
11221 * mcore-tdep.c (mcore_gdbarch_init): Update.
11222 * m68k-tdep.c (m68k_gdbarch_init): Update.
11223 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11224 * ia64-tdep.c (ia64_gdbarch_init): Update.
11225 * i386-tdep.c (i386_gdbarch_init): Update.
11226 * hppa-tdep.c (hppa_gdbarch_init): Update.
11227 * h8300-tdep.c (h8300_gdbarch_init): Update.
11228 * frv-tdep.c (frv_gdbarch_init): Update.
11229 * cris-tdep.c (cris_gdbarch_init): Update.
11230 * avr-tdep.c (avr_gdbarch_init): Update.
11231 * arm-tdep.c (arm_gdbarch_init): Update.
11232 * alpha-tdep.c (alpha_gdbarch_init): Update.
11233
11234 2003-03-13 Andrew Cagney <cagney@redhat.com>
11235
11236 * frame.c (legacy_frame_p): New function.
11237 (get_prev_frame): Use legacy_frame_p.
11238 * frame.h (legacy_frame_p): Declare.
11239
11240 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11241
11242 * MAINTAINERS (write after approval): Alphabetically
11243 listing corrected.
11244
11245 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11246
11247 * MAINTAINERS (write after approval): Add myself.
11248
11249 2003-03-12 Andrew Cagney <cagney@redhat.com>
11250
11251 * frame.c (get_prev_frame): Rename the frame parameter to
11252 "this_frame".
11253 (get_next_frame, legacy_get_prev_frame): Ditto.
11254
11255 2003-03-12 Andrew Cagney <cagney@redhat.com>
11256
11257 * frame.c (get_current_frame): Check target_has_registers before
11258 checking target_has_stack.
11259 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
11260 instead of deprecated_selected_frame.
11261 * findvar.c (value_of_register): Pass "frame", not
11262 deprecated_selected_frame, to value_of_builtin_reg.
11263
11264 2003-03-12 Andrew Cagney <cagney@redhat.com>
11265
11266 * regcache.c (regcache_cooked_write_signed): New function.
11267 (regcache_cooked_write_unsigned): New function.
11268 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
11269 (regcache_cooked_read_signed): Fix regnum in range assertion.
11270 * regcache.h (regcache_cooked_write_signed): Declare.
11271 (regcache_cooked_write_unsigned): Declare.
11272
11273 2003-03-12 Andrew Cagney <cagney@redhat.com>
11274
11275 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11276 * gdbarch.h, gdbarch.c: Re-generate.
11277 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11278 * x86-64-tdep.h: Update.
11279 * x86-64-tdep.c (x86_64_init_abi): Update.
11280 * v850-tdep.c (v850_gdbarch_init): Update.
11281 * sparc-tdep.c (sparc_gdbarch_init): Update.
11282 * sh-tdep.c (sh_gdbarch_init): Update.
11283 * s390-tdep.c (s390_gdbarch_init): Update.
11284 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11285 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11286 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11287 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11288 * mips-tdep.c (mips_gdbarch_init): Update.
11289 * mcore-tdep.c (mcore_gdbarch_init): Update.
11290 * m68k-tdep.c (m68k_gdbarch_init): Update.
11291 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11292 * ia64-tdep.c (ia64_gdbarch_init): Update.
11293 * i386-tdep.c (i386_gdbarch_init): Update.
11294 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11295 * hppa-tdep.c (hppa_gdbarch_init): Update.
11296 * h8300-tdep.c (h8300_gdbarch_init): Update.
11297 * frv-tdep.c (frv_gdbarch_init): Update.
11298 * cris-tdep.c (cris_gdbarch_init): Update.
11299 * avr-tdep.c (avr_gdbarch_init): Update.
11300 * arm-tdep.c (arm_gdbarch_init): Update.
11301 * alpha-tdep.c (alpha_gdbarch_init): Update.
11302 * sh-tdep.c (sh_init_extra_frame_info): Update.
11303 (sh64_init_extra_frame_info): Update.
11304 * ns32knbsd-nat.c (frame_num_args): Update.
11305 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11306 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11307 (xstormy16_frame_chain_valid): Update.
11308 * vax-tdep.c (vax_saved_pc_after_call): Update.
11309 * v850-tdep.c (v850_frame_chain): Update.
11310 (v850_pop_frame): Update.
11311 (v850_init_extra_frame_info): Update.
11312 * sparc-tdep.c (setup_arbitrary_frame): Update.
11313 * ns32k-tdep.c (umax_frame_num_args): Update.
11314 * s390-tdep.c (s390_pop_frame_regular): Update.
11315 * mn10300-tdep.c (mn10300_frame_chain): Update.
11316 (mn10300_pop_frame_regular): Update.
11317 (mn10300_init_extra_frame_info): Update.
11318 * mips-tdep.c (mips_init_frame_pc_first): Update.
11319 (mips_frame_chain): Update.
11320 (mips_pop_frame): Update.
11321 * mcore-tdep.c (mcore_frame_chain): Update.
11322 (mcore_pop_frame): Update.
11323 (mcore_init_extra_frame_info): Update.
11324 * arch-utils.c (init_frame_pc_default): Update.
11325 * m68k-tdep.c (isi_frame_num_args): Update.
11326 (delta68_frame_num_args): Update.
11327 (news_frame_num_args): Update.
11328 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11329 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11330 (alpha_frame_chain): Update.
11331 (alpha_pop_frame): Update.
11332 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11333 (hppa_init_extra_frame_info): Update.
11334 (hppa_frame_chain): Update.
11335 (hppa_frame_chain_valid): Update.
11336 * cris-tdep.c (cris_init_extra_frame_info): Update.
11337 * avr-tdep.c (avr_init_extra_frame_info): Update.
11338 * arm-tdep.c (arm_frame_chain_valid): Update.
11339 (arm_init_extra_frame_info): Update.
11340 (arm_pop_frame): Update.
11341 * frame.c (frame_pc_unwind): Update.
11342 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11343 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11344 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11345 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11346 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11347 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11348
11349 2003-03-12 Andrew Cagney <cagney@redhat.com>
11350
11351 Eliminate the need for POP_FRAME.
11352 * frame.c (do_frame_unwind_register): New function.
11353 (frame_pop): When no POP_FRAME, pop the frame using register
11354 unwind and a scratch regcache.
11355 (frame_saved_regs_pop): Delete function.
11356 (trad_frame_unwinder): Update.
11357 * d10v-tdep.c (d10v_frame_pop): Delete function.
11358 (d10v_frame_unwind): Update.
11359 * sentinel-frame.c (sentinel_frame_pop): Delete function.
11360 (sentinel_frame_unwinder): Update.
11361 * dummy-frame.c (dummy_frame_pop): Delete function.
11362 (dummy_frame_unwind): Update.
11363 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
11364 (struct frame_unwind): Update.
11365
11366 2003-03-11 Kevin Buettner <kevinb@redhat.com>
11367
11368 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
11369 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
11370 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
11371 Do range checks on register number obtained from debugging info.
11372 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
11373 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
11374 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
11375 mapping function.
11376 (do_fp_register_row): Fix typo which caused double type to be
11377 used when attempting to unpack a float.
11378
11379 2003-03-11 J. Brobecker <brobecker@gnat.com>
11380
11381 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
11382
11383 2003-03-11 Andrew Cagney <cagney@redhat.com>
11384
11385 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
11386 frame. Problem found by Corinna Vinschen.
11387
11388 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
11389
11390 * doublest.c (floatformat_from_length): Accept also
11391 the real size of 'long double' type.
11392
11393 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
11394
11395 From Klee Dienes <kdienes@apple.com>:
11396 * breakpoint.c (bpstat_copy): Copy the command lines as well
11397 as the old value, to match what is freed in bpstat_clear.
11398
11399 2003-03-10 David Carlton <carlton@math.stanford.edu>
11400
11401 * minsyms.c (add_minsym_to_hash_table): Replace
11402 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
11403 (compare_minimal_symbols, compact_minimal_symbols)
11404 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
11405 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
11406 of DEPRECATED_SYMBOL_MATCHES_NAME.
11407 (lookup_minimal_symbol_solib_trampoline): Ditto.
11408
11409 2003-03-10 Andrew Cagney <cagney@redhat.com>
11410
11411 * regcache.h (regcache_cooked_read_ftype): Define.
11412 (regcache_save, regcache_restore): Add a cooked_read parameter.
11413 * regcache.c (regcache_save, regcache_restore): Update.
11414 (do_cooked_read): New function.
11415 (regcache_cpy): Pass do_cooked_read to regcache_save and
11416 regcache_restore.
11417
11418 2003-03-10 Andrew Cagney <cagney@redhat.com>
11419
11420 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11421 * gdbarch.h, gdbarch.c: Re-generate.
11422 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11423 * x86-64-tdep.h: Update.
11424 * x86-64-tdep.c (x86_64_init_abi): Update.
11425 * v850-tdep.c (v850_gdbarch_init): Update.
11426 * sparc-tdep.c (sparc_gdbarch_init): Update.
11427 * sh-tdep.c (sh_gdbarch_init): Update.
11428 * s390-tdep.c (s390_gdbarch_init): Update.
11429 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11430 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11431 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11432 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11433 * mips-tdep.c (mips_gdbarch_init): Update.
11434 * mcore-tdep.c (mcore_gdbarch_init): Update.
11435 * m68k-tdep.c (m68k_gdbarch_init): Update.
11436 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11437 * ia64-tdep.c (ia64_gdbarch_init): Update.
11438 * i386-tdep.c (i386_gdbarch_init): Update.
11439 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11440 * hppa-tdep.c (hppa_gdbarch_init): Update.
11441 * h8300-tdep.c (h8300_gdbarch_init): Update.
11442 * frv-tdep.c (frv_gdbarch_init): Update.
11443 * cris-tdep.c (cris_gdbarch_init): Update.
11444 * avr-tdep.c (avr_gdbarch_init): Update.
11445 * arm-tdep.c (arm_gdbarch_init): Update.
11446 * alpha-tdep.c (alpha_gdbarch_init): Update.
11447 * sh-tdep.c (sh_init_extra_frame_info): Update.
11448 (sh64_init_extra_frame_info): Update.
11449 * ns32knbsd-nat.c (frame_num_args): Update.
11450 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11451 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11452 (xstormy16_frame_chain_valid): Update.
11453 * vax-tdep.c (vax_saved_pc_after_call): Update.
11454 * v850-tdep.c (v850_frame_chain): Update.
11455 (v850_pop_frame): Update.
11456 (v850_init_extra_frame_info): Update.
11457 * sparc-tdep.c (setup_arbitrary_frame): Update.
11458 * ns32k-tdep.c (umax_frame_num_args): Update.
11459 * s390-tdep.c (s390_pop_frame_regular): Update.
11460 * mn10300-tdep.c (mn10300_frame_chain): Update.
11461 (mn10300_pop_frame_regular): Update.
11462 (mn10300_init_extra_frame_info): Update.
11463 * mips-tdep.c (mips_init_frame_pc_first): Update.
11464 (mips_frame_chain): Update.
11465 (mips_pop_frame): Update.
11466 * mcore-tdep.c (mcore_frame_chain): Update.
11467 (mcore_pop_frame): Update.
11468 (mcore_init_extra_frame_info): Update.
11469 * arch-utils.c (init_frame_pc_default): Update.
11470 * m68k-tdep.c (isi_frame_num_args): Update.
11471 (delta68_frame_num_args): Update.
11472 (news_frame_num_args): Update.
11473 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11474 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11475 (alpha_frame_chain): Update.
11476 (alpha_pop_frame): Update.
11477 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11478 (hppa_init_extra_frame_info): Update.
11479 (hppa_frame_chain): Update.
11480 (hppa_frame_chain_valid): Update.
11481 * cris-tdep.c (cris_init_extra_frame_info): Update.
11482 * avr-tdep.c (avr_init_extra_frame_info): Update.
11483 * arm-tdep.c (arm_frame_chain_valid): Update.
11484 (arm_init_extra_frame_info): Update.
11485 (arm_pop_frame): Update.
11486 * frame.c (frame_pc_unwind): Update.
11487 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11488 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11489 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11490 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11491 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11492 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11493
11494 2003-03-10 Andrew Cagney <cagney@redhat.com>
11495
11496 * gdbarch.sh (gdbarch_unwind_pc): New method.
11497 * gdbarch.h, gdbarch.c: Regenerate.
11498 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
11499 but use read_pc and FRAME_SAVED_PC as fall backs.
11500 (frame_saved_regs_pc_unwind): Delete function.
11501 (trad_frame_unwinder): Update.
11502 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
11503 (struct frame_unwind): Update.
11504 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
11505 (dummy_frame_unwind): Update.
11506 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
11507 (sentinel_frame_unwinder): Update.
11508 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
11509 (d10v_frame_unwind): Update.
11510 (d10v_unwind_pc): New function.
11511 (d10v_gdbarch_init): Set unwind_pc.
11512
11513 2003-03-10 Andrew Cagney <cagney@redhat.com>
11514
11515 * gdbarch.h: Re-generate.
11516
11517 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
11518 PC.
11519 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
11520 the PC register.
11521
11522 2003-03-08 Mark Kettenis <kettenis@gnu.org>
11523
11524 * gdbarch.sh (save_dummy_frame_tos): Add comment.
11525
11526 2003-03-08 Andrew Cagney <cagney@redhat.com>
11527
11528 * cli-out.c: Update copyright.
11529 (cli_out_data): Define typedef. Use instead of ui_out_data.
11530
11531 2003-03-08 Andrew Cagney <cagney@redhat.com>
11532
11533 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
11534 the result.
11535
11536 2003-03-07 Andrew Cagney <cagney@redhat.com>
11537
11538 * gdbarch.sh: Don't generate two macro definitions when an
11539 undefined macro taking no arguments.
11540 * gdbarch.h: Regenerate.
11541
11542 2002-03-07 Michal Ludvig <mludvig@suse.cz>
11543
11544 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
11545 (x86_64_unwind_dummy_id): New functions.
11546 (x86_64_init_abi): Register these two new functions.
11547
11548 2003-03-07 Michal Ludvig <mludvig@suse.cz>
11549
11550 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
11551 (x86_64_skip_prologue): Move prologue detection to
11552 separate function.
11553 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
11554
11555 2003-03-05 Andrew Cagney <cagney@redhat.com>
11556
11557 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
11558 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
11559 * frame.c (get_prev_frame): Restructure the frame ID unwind code
11560 to use unwind_dummy_id when a dummy frame.
11561 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
11562 predicate.
11563 * gdbarch.h, gdbarch.c: Regneerate.
11564
11565 2003-03-05 Andrew Cagney <cagney@redhat.com>
11566
11567 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
11568 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
11569 Do not use d10v_read_sp or d10v_read_fp when obtaining register
11570 values.
11571
11572 2003-03-05 Andrew Cagney <cagney@redhat.com>
11573
11574 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11575 (struct d10v_unwind_cache): Delete field "frameless". Replace
11576 "next_addr" with "sp_offset". Add "r11_offset".
11577 (d10v_frame_unwind_cache): Update.
11578 (prologue_find_regs): Update. When "mv r11, sp", save the
11579 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
11580 RN was saved in r11_offset.
11581
11582 2003-03-05 Andrew Cagney <cagney@redhat.com>
11583
11584 * frame.c (deprecated_update_frame_pc_hack): Also update the the
11585 cached PC value in the next frame.
11586
11587 2003-03-05 Andrew Cagney <cagney@redhat.com>
11588
11589 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11590 "id_unwind_cache" with "id".
11591 (frame_id_unwind): Delete declaration.
11592 * frame.c (frame_id_unwind): Delete function.
11593 (get_prev_frame): Call the frame id unwind method directly. Store
11594 the returned next frame's ID value in NEXT_FRAME. Note that there
11595 is a problem with the wrong unwind ID being called with the wrong
11596 unwind cache.
11597
11598 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11599
11600 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11601
11602 2003-03-05 James Ingham <jingham@apple.com>
11603 Daniel Jacobowitz <drow@mvista.com>
11604
11605 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11606 (auto_cp_abi): New variable.
11607 (current_cp_abi, num_cp_abis): Make static.
11608 (CP_ABI_MAX): Define.
11609 (cp_abis): Turn into an array.
11610 (value_virtual_fn_field): Fix formatting.
11611 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11612 takes a pointer.
11613 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11614 (list_cp_abis, _initialize_cp_abi): New functions.
11615 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
11616 declarations for cp_abis, num_cp_abis, current_cp_abi, and
11617 switch_to_cp_abi. Update prototype for register_cp_abi.
11618 * Makefile.in (cp-abi.o): Update dependencies.
11619 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11620 instead of switch_to_cp_abi.
11621 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
11622 register_cp_abi.
11623 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11624 register_cp_abi.
11625 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11626
11627 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11628
11629 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11630 * dwarf2loc.c: Include "regcache.h".
11631 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
11632 register_size.
11633 * Makefile.in (dwarf2loc.o): Update dependencies.
11634
11635 2003-03-04 Theodore A. Roth <troth@openavr.org>
11636
11637 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11638 number of io registers reported by remote target is not a multiple of
11639 step.
11640
11641 2003-03-04 David Carlton <carlton@math.stanford.edu>
11642
11643 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11644 (lookup_symbol_aux_psymtabs): Update call to
11645 lookup_partial_symbol.
11646 (lookup_transparent_type, find_main_psymtab)
11647 (make_symbol_overload_list): Ditto.
11648
11649 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11650
11651 * MAINTAINERS (Write after approval): Update my email address.
11652
11653 2003-03-03 Andrew Cagney <cagney@redhat.com>
11654
11655 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11656 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11657 predicate. Replace MAX_REGISTER_RAW_SIZE.
11658 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11659 MAX_REGISTER_VIRTUAL_SIZE.
11660 * regcache.c (legacy_max_register_raw_size): New function.
11661 (legacy_max_register_virtual_size): New function.
11662 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11663 (MAX_REGISTER_RAW_SIZE): Define.
11664 (legacy_max_register_raw_size): Declare.
11665 (legacy_max_register_virtual_size): Declare.
11666 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11667 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11668 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11669 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11670 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11671 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11672 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11673 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11674 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11675 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11676 * vax-tdep.c (vax_gdbarch_init): Update.
11677 * v850-tdep.c (v850_gdbarch_init): Update.
11678 * sparc-tdep.c (sparc_gdbarch_init): Update.
11679 * sh-tdep.c (sh_gdbarch_init): Update.
11680 * s390-tdep.c (s390_gdbarch_init): Update.
11681 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11682 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11683 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11684 * mips-tdep.c (mips_gdbarch_init): Update.
11685 * mcore-tdep.c (mcore_gdbarch_init): Update.
11686 * m68k-tdep.c (m68k_gdbarch_init): Update.
11687 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11688 * ia64-tdep.c (ia64_gdbarch_init): Update.
11689 * i386-tdep.c (i386_gdbarch_init): Update.
11690 * hppa-tdep.c (hppa_gdbarch_init): Update.
11691 * h8300-tdep.c (h8300_gdbarch_init): Update.
11692 * frv-tdep.c (frv_gdbarch_init): Update.
11693 * cris-tdep.c (cris_gdbarch_init): Update.
11694 * avr-tdep.c (avr_gdbarch_init): Update.
11695 * arm-tdep.c (arm_gdbarch_init): Update.
11696 * alpha-tdep.c (alpha_gdbarch_init): Update.
11697 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11698 max_register_raw_size or max_register_virtual_size.
11699
11700 2003-03-03 David Carlton <carlton@math.stanford.edu>
11701
11702 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11703 SYMBOL_MATCHES_NAME, add comment.
11704 (SYMBOL_MATCHES_NATURAL_NAME): New.
11705 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11706 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11707 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11708 * symtab.c (lookup_partial_symbol): Use
11709 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11710 unhelpful comment.
11711 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11712 SYMBOL_MATCHES_NAME.
11713 Fix for PR c++/33.
11714
11715 2003-03-03 David Carlton <carlton@math.stanford.edu>
11716
11717 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11718 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11719 by regexp matching against SYMBOL_NATURAL_NAME.
11720
11721 2003-03-03 David Carlton <carlton@math.stanford.edu>
11722
11723 * linespec.c (find_method): Extract code into collect_methods.
11724 (collect_methods): New.
11725
11726 2003-03-02 Mark Kettenis <kettenis@gnu.org>
11727
11728 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11729 get_frame_base.
11730
11731 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11732 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11733
11734 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11735
11736 * arch-utils.c (generic_register_byte): Fix to use the loop index
11737 and not regnum when summing the size of all registers up to regnum.
11738
11739 2003-03-01 Andrew Cagney <cagney@redhat.com>
11740
11741 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11742 FRAME_INIT_SAVED_REGS.
11743 * gdbarch.h, gdbarch.c: Regenerate.
11744 * stack.c (frame_info): Update.
11745 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11746 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11747 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11748 * ns32k-tdep.c (ns32k_pop_frame): Update.
11749 * mips-tdep.c (mips_pop_frame): Update.
11750 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11751 * ia64-tdep.c (ia64_frame_chain): Update.
11752 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11753 (ia64_frameless_function_invocation): Update.
11754 (ia64_init_extra_frame_info): Update.
11755 (ia64_pop_frame_regular): Update.
11756 * frame.h (struct frame_info): Update comment.
11757 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11758 * frame.c (frame_saved_regs_register_unwind): Update.
11759 (frame_saved_regs_register_unwind): Update.
11760 (deprecated_generic_get_saved_register): Update.
11761 * cris-tdep.c: Update comment.
11762 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11763 Rename macro.
11764 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11765 * x86-64-tdep.c (x86_64_init_abi): Update.
11766 * vax-tdep.c (vax_gdbarch_init): Update.
11767 * v850-tdep.c (v850_gdbarch_init): Update.
11768 * sparc-tdep.c (sparc_gdbarch_init): Update.
11769 * sh-tdep.c (sh_gdbarch_init): Update.
11770 * s390-tdep.c (s390_gdbarch_init): Update.
11771 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11772 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11773 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11774 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11775 * mips-tdep.c (mips_gdbarch_init): Update.
11776 * mcore-tdep.c (mcore_gdbarch_init): Update.
11777 * m68k-tdep.c (m68k_gdbarch_init): Update.
11778 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11779 * ia64-tdep.c (ia64_gdbarch_init): Update.
11780 * i386-tdep.c (i386_gdbarch_init): Update.
11781 * frv-tdep.c (frv_gdbarch_init): Update.
11782 * avr-tdep.c (avr_gdbarch_init): Update.
11783 * arm-tdep.c (arm_gdbarch_init): Update.
11784 * alpha-tdep.c (alpha_gdbarch_init): Update.
11785
11786 2003-03-01 Andrew Cagney <cagney@redhat.com>
11787
11788 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11789 option enum and switch. When no windows, set the interpreter to
11790 INTERP_CONSOLE.
11791
11792 2003-03-01 Andrew Cagney <cagney@redhat.com>
11793
11794 * main.c (captured_main): Replace magic option characters with an
11795 enum.
11796
11797 2003-03-01 Andrew Cagney <cagney@redhat.com>
11798
11799 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11800 INIT_EXTRA_FRAME_INFO.
11801 * gdbarch.h, gdbarch.c: Regenerate.
11802 * arm-tdep.c: Update comments.
11803 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11804 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11805 * frame.h, avr-tdep.c: Ditto.
11806 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11807 (create_new_frame, legacy_get_prev_frame): Ditto.
11808 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11809 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11810 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11811 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11812 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11813 * v850-tdep.c (v850_gdbarch_init): Ditto.
11814 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11815 * sh-tdep.c (sh_gdbarch_init): Ditto.
11816 * s390-tdep.c (s390_gdbarch_init): Ditto.
11817 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11818 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11819 * mips-tdep.c (mips_gdbarch_init): Ditto.
11820 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11821 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11822 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11823 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11824 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11825 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11826 * frv-tdep.c (frv_gdbarch_init): Ditto.
11827 * cris-tdep.c (cris_gdbarch_init): Ditto.
11828 * avr-tdep.c (avr_gdbarch_init): Ditto.
11829 * arm-tdep.c (arm_gdbarch_init): Ditto.
11830 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11831 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11832
11833 2003-03-01 Andrew Cagney <cagney@redhat.com>
11834
11835 * gdbarch.sh (register_type): New function with predicate.
11836 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11837 * gdbarch.h, gdbarch.c: Re-generate.
11838 * arch-utils.c (generic_register_byte): Use generic_register_size.
11839 (generic_register_size): When available, use
11840 gdbarch_register_type.
11841 * regcache.c (init_regcache_descr): When available, initialize the
11842 register type array using gdbarch_register_type. If the
11843 architecture supplies gdbarch_register_type, do not use the legacy
11844 regcache layout.
11845 * d10v-tdep.c (d10v_register_type): Replace
11846 d10v_register_virtual_type.
11847 (d10v_gdbarch_init): Set register_type instead of
11848 register_virtual_type.
11849
11850 2003-03-01 Andrew Cagney <cagney@redhat.com>
11851
11852 * Makefile.in (ax-gdb.o): Update dependencies.
11853 * ax-gdb.c: Include "regcache.h".
11854 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11855 * findvar.c (value_of_register): Ditto.
11856 * infcmd.c (default_print_registers_info): Ditto.
11857
11858 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11859
11860 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11861 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11862
11863 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11864
11865 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11866 of STREQ.
11867
11868 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
11869
11870 * Makefile.in (dwarf2loc.o): Update dependencies.
11871 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11872 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11873 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11874 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11875 (locexpr_tracepoint_var_ref): New function.
11876 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11877
11878 2003-02-28 Andrew Cagney <cagney@redhat.com>
11879
11880 * regcache.c (register_size): New function.
11881 * regcache.h (register_size): Declare
11882 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11883 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11884
11885 2003-02-28 David Carlton <carlton@math.stanford.edu>
11886
11887 * linespec.c (decode_compound): Extract code into find_method.
11888 (find_method): New.
11889
11890 2003-02-28 J. Brobecker <brobecker@gnat.com>
11891
11892 * Makefile.in: Add rules to build and link in observer.o.
11893
11894 2003-02-27 J. Brobecker <brobecker@gnat.com>
11895
11896 * observer.c: Minor comments edits.
11897
11898 2003-02-27 J. Brobecker <brobecker@gnat.com>
11899
11900 * observer.h, observer.c: New file.
11901
11902 2003-02-27 Andrew Cagney <cagney@redhat.com>
11903
11904 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11905
11906 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11907
11908 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11909 (M6812_OP_STS_EXT): Likewise.
11910 (m6811_prologue): Use the above to recognize prologue.
11911 (m6812_prologue): Likewise.
11912
11913 2003-02-27 David Carlton <carlton@math.stanford.edu>
11914
11915 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11916 SYMBOL_PRINT_NAME.
11917 (compare_psymbols): Ditto.
11918 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11919
11920 2003-02-27 Michael Snyder <msnyder@redhat.com>
11921
11922 * f-lang.c (build_fortran_types): New function.
11923 (_initialize_f_language): Gdbarch-register built-in fortran types.
11924 * doublest.c (extract_floating): Fix warning text.
11925
11926 2003-02-27 Andrew Cagney <cagney@redhat.com>
11927
11928 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11929 predicate. Replaces PUSH_DUMMY_FRAME.
11930 * gdbarch.h, gdbarch.c: Regnerate.
11931 * valops.c (hand_function_call): Update. Call
11932 generic_push_dummy_frame directly.
11933 * vax-tdep.c (vax_gdbarch_init): Update.
11934 * sparc-tdep.c (sparc_gdbarch_init): Update.
11935 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11936 * m68k-tdep.c (m68k_gdbarch_init): Update.
11937 * hppa-tdep.c (hppa_gdbarch_init): Update.
11938 * alpha-tdep.c (alpha_gdbarch_init): Update.
11939 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11940 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11941 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11942 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11943 push_dummy_frame to generic_push_dummy_frame.
11944 * v850-tdep.c (v850_gdbarch_init): Ditto.
11945 * sh-tdep.c (sh_gdbarch_init): Ditto.
11946 * s390-tdep.c (s390_gdbarch_init): Ditto.
11947 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11948 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11949 * mips-tdep.c (mips_gdbarch_init): Ditto.
11950 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11951 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11952 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11953 * i386-tdep.c (i386_gdbarch_init): Ditto.
11954 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11955 * frv-tdep.c (frv_gdbarch_init): Ditto.
11956 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11957 * cris-tdep.c (cris_gdbarch_init): Ditto.
11958 * avr-tdep.c (avr_gdbarch_init): Ditto.
11959 * arm-tdep.c (arm_gdbarch_init): Ditto.
11960
11961 2003-02-26 Kevin Buettner <kevinb@redhat.com>
11962
11963 * mips-tdep.c (show_mips_abi): New function.
11964 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11965 command ``show mips abi''.
11966
11967 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
11968
11969 From Elena Zannoni <ezannoni@redhat.com>
11970 * dbxread.c (process_one_symbol): Only record line 0 if one or
11971 more sline entries have been seen for the function.
11972
11973 2003-02-26 Michael Chastain <mec@shout.net>
11974
11975 * configure: Regenerate with autoconf 000227.
11976
11977 2003-02-26 Michael Chastain <mec@shout.net>
11978
11979 Close PR build/660.
11980 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11981 for old libc5/glibc.
11982 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11983
11984 2003-02-26 Kris Warkentin <kewarken@qnx.com>
11985
11986 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11987 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11988
11989 2003-02-26 Michael Chastain <mec@shout.net>
11990
11991 * configure.in: New variable HAVE_UINTPTR_T.
11992 * configure, config.in: Regenerated.
11993
11994 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
11995
11996 Fix PR build/1097.
11997 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11998
11999 2003-02-25 Andrew Cagney <cagney@redhat.com>
12000
12001 * frame.c (get_prev_frame): Add comment on check for
12002 inside_entry_func. Only check for inside_entry_file when not a
12003 dummy and not a sentinel. Check that the new frame is not inner
12004 to the old frame.
12005
12006 2003-02-25 Andrew Cagney <cagney@redhat.com>
12007
12008 * frame.c (frame_debug): New variable.
12009 (_initialize_frame): Add "set/show debug frame" command.
12010 (get_prev_frame): When frame_debug, print reason why unwind
12011 failed.
12012
12013 2003-02-25 Michael Chastain <mec@shout.net>
12014
12015 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
12016 to avoid uintptr_t definition problems.
12017
12018 2003-02-25 David Carlton <carlton@math.stanford.edu>
12019
12020 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
12021 (SYMBOL_LINKAGE_NAME): Ditto.
12022 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
12023 SYMBOL_LINKAGE_NAME.
12024 (struct general_symbol_info): Expand comment.
12025 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
12026 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
12027 (SYMBOL_MATCHES_REGEXP): Ditto.
12028 * symtab.c (symbol_natural_name): New function.
12029 * objfiles.h: Replace all uses of SYMBOL_NAME by
12030 DEPRECATED_SYMBOL_NAME.
12031 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
12032 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
12033 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
12034 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
12035 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
12036 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
12037 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
12038 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
12039 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
12040 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
12041 * ada-exp.y: Ditto.
12042 * ada-exp.y: Update copyright.
12043 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
12044 * cp-valprint.c: Ditto.
12045
12046 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
12047
12048 * infptrace.c (detach): Do not flag error if ptrace detach fails
12049 and errno is set to ESRCH.
12050
12051 2003-02-24 Andrew Cagney <cagney@redhat.com>
12052
12053 * infptrace.c (udot_info): Change type of udot_off to long. Use
12054 paddr when printing udot_off's value.
12055
12056 2003-02-24 David Carlton <carlton@math.stanford.edu>
12057
12058 * symtab.c (make_symbol_overload_list): Only read in partial
12059 symtabs containing a matching partial symbol.
12060
12061 2003-02-24 David Carlton <carlton@math.stanford.edu>
12062
12063 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
12064 do the comparison, not strcmp.
12065 * symfile.c (compare_psymbols): Ditto.
12066 * defs.h: Declare strcmp_iw_ordered.
12067 * utils.c (strcmp_iw_ordered): New function.
12068
12069 2003-02-24 Jim Blandy <jimb@redhat.com>
12070
12071 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
12072 support, shared libs): Remove my name from here, to better reflect
12073 reality.
12074
12075 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12076
12077 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
12078 (target_ops): Add to_have_continuable_watchpoint.
12079 * target.c (update_current_target): Add INHERIT line for
12080 to_have_continuable_watchpoint.
12081 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
12082 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
12083 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
12084 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
12085
12086 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
12087
12088 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
12089 maintainership.
12090
12091 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12092
12093 * solib.c (solib_open): Call target defined search function after
12094 failing with solib-search-path.
12095 * solist.h (target_so_ops): Add find_and_open_solib function hook and
12096 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
12097
12098 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12099
12100 * MAINTAINERS: Add myself to Write After section.
12101
12102 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
12103
12104 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
12105
12106 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
12107
12108 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
12109 (m68hc11_add_reggroups): New function.
12110 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
12111 (m68hc11_gdbarch_init): Install the reggroups.
12112 (_initialize_m68hc11_tdep): Initialize them.
12113
12114 2003-02-21 James E Wilson <wilson@tuliptree.org>
12115
12116 * MAINTAINERS: Update my email address.
12117
12118 2003-02-21 David Carlton <carlton@math.stanford.edu>
12119
12120 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
12121
12122 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
12123
12124 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
12125 * symtab.h: Add opaque declarations of struct axs_value and
12126 struct agent_expr.
12127 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
12128 (struct location_funcs): New type.
12129 (struct symbol): Add "loc" to aux_value.
12130 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
12131 * dwarf2read.c: Include "dwarf2expr.h".
12132 (dwarf2_symbol_mark_computed): New function.
12133 (read_func_scope): Use it.
12134 (var_decode_location): New function.
12135 (new_symbol): Use it.
12136 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
12137
12138 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
12139 (dwarf2expr_h, dwarf2loc_h): New variables.
12140 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
12141 (dwarf2expr.o, dwarf2loc.o): New rules.
12142 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
12143 * buildsym.c (finish_block): Handle LOC_COMPUTED and
12144 LOC_COMPUTED_ARG.
12145 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
12146 * m2-exp.y (yylex): Likewise.
12147 * printcmd.c (address_info, print_frame_args): Likewise.
12148 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
12149 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
12150 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
12151 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
12152 * symtab.c (lookup_block_symbol): Likewise.
12153
12154 2003-02-20 Adam Fedor <fedor@gnu.org>
12155
12156 * symtab.h: Remove objc_specific struct
12157 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
12158 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
12159 Have language_objc use cplus_specific struct.
12160
12161 2003-02-20 Tom Tromey <tromey@redhat.com>
12162
12163 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
12164 TYPE_NAME, when printing a String value. PR java/1075.
12165
12166 2003-02-20 Adam Fedor <fedor@gnu.org>
12167
12168 * objc-lang.h (find_methods): Remove declaration.
12169 * objc-lang.c (find_methods): Make static.
12170
12171 2003-02-20 Christopher Faylor <cgf@redhat.com>
12172
12173 * win32-nat.c (get_image_name): Check return value from
12174 ReadProcessMemory.
12175 (child_xfer_memory): Ditto.
12176
12177 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
12178
12179 * configure.in (TARGET_SYSTEM_ROOT): Set default to
12180 ${exec_prefix}/${target_alias}/sys-root. Match explicit
12181 '${exec_prefix}' (in addition to the expansion thereof) as
12182 relocatable.
12183 * configure: Rebuilt.
12184
12185 2003-02-20 David Carlton <carlton@math.stanford.edu>
12186
12187 * symtab.c (search_symbols): Revert the search_symbols part of my
12188 2002-12-23 patch. Add comment.
12189
12190 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
12191
12192 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
12193 * dbxread.c (elfstab_build_psymtabs): Don't call
12194 install_minimal_symbols.
12195 (stabsect_build_psymtabs): Likewise.
12196 * elfread.c (elf_symfile_read): Call install_minimal_symbols
12197 earlier.
12198 * somread.c (som_symfile_read): Call install_minimal_symbols
12199 and do_cleanups earlier.
12200 * nlmread.c (nlm_symfile_read): Likewise.
12201 * mdebugread.c (elfmdebug_build_psymtabs): Call
12202 install_minimal_symbols and make appropriate cleanups.
12203
12204 2003-02-20 Kevin Buettner <kevinb@redhat.com>
12205
12206 * solib.c (reload_shared_libraries): New function.
12207 (_initialize_solib): Add callbacks for ``set solib-search-path''
12208 and ``set solib-absolute-prefix''.
12209
12210 2003-02-20 David Carlton <carlton@math.stanford.edu>
12211
12212 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
12213 expand comment.
12214 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
12215 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
12216 * ada-typeprint.c (ada_typedef_print): Ditto.
12217 * ax-gdb.c (gen_var_ref): Ditto.
12218 * breakpoint.c (print_one_breakpoint): Ditto.
12219 * buildsym.c (finish_block): Ditto.
12220 * c-valprint.c (c_val_print): Ditto.
12221 * expprint.c (print_subexp): Ditto.
12222 * findvar.c (locate_var_value): Ditto.
12223 * infcmd.c (jump_command): Ditto.
12224 * linespec.c (decode_line_2, decode_compound): Ditto.
12225 * maint.c (maintenance_translate_address): Ditto.
12226 * objc-lang.c (compare_selectors, compare_classes): Ditto.
12227 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
12228 Ditto.
12229 * p-valprint.c (pascal_val_print): Ditto.
12230 * stabsread.c (define_symbol): Ditto.
12231 * stack.c (print_frame, frame_info, print_block_frame_locals)
12232 (print_frame_arg_vars, return_command): Ditto.
12233 * symfile.c (compare_symbols, compare_psymbols): Ditto.
12234 * symmisc.c (print_symbol): Ditto.
12235 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
12236 (compare_search_syms, print_symbol_info, print_msymbol_info)
12237 (rbreak_command): Ditto.
12238 * tracepoint.c (tracepoints_info): Ditto.
12239 * typeprint.c (typedef_print): Ditto.
12240 * valops.c (value_of_variable, hand_function_call): Ditto.
12241 * cli/cli-cmds.c (edit_command, list_command): Ditto.
12242 * ada-typeprint.c: Update Copyright.
12243 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
12244 * tracepoint.c, cli/cli-cmds.c: Ditto.
12245
12246 2003-02-20 Kevin Buettner <kevinb@redhat.com>
12247
12248 * frame.c (generic_unwind_get_saved_register): Make non-static.
12249 * frame.h (generic_unwind_get_saved_register): Declare.
12250 * mips-tdep.c (read_next_frame_reg): Fetch register from
12251 current regcache when frame is NULL.
12252 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
12253 that must be NULL.
12254 (mips_get_saved_register): Call generic_unwind_get_saved_register()
12255 instead of frame_register_unwind().
12256
12257 2003-02-20 Andrew Cagney <ac131313@redhat.com>
12258
12259 * remote-sim.c (gdbsim_insert_breakpoint)
12260 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
12261 code.
12262
12263 2003-02-20 Andrew Cagney <ac131313@redhat.com>
12264
12265 * remote.c (_initialize_remote): Add commands "set/show remote
12266 hardware-watchpoint-limit" and "set/show remote
12267 hardware-breakpoint-limit".
12268 (remote_hw_watchpoint_limit): Initialize to -1.
12269 (remote_hw_breakpoint_limit): Ditto.
12270 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
12271
12272 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
12273
12274 * coff-pe-read.c: New file - support reading of minimal symbols from a
12275 portable executable using the export table.
12276 * coff-pe-read.h: New file.
12277 * coffread.c: Include coff-pe-read.h.
12278 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
12279 debugging symbols found.
12280 * Makefile.in (SFILES): Add coff-pe-read.o.
12281 (coff_pe_read_h): Define.
12282 (COMMON_OBS): Add coff-pe-read.o.
12283 (coffread.o): Add coff_pe_read_h dependency.
12284 (coff-pe-read.o): New target.
12285
12286 2003-02-19 David Carlton <carlton@math.stanford.edu>
12287
12288 * Makefile.in (SFILES): Add block.c.
12289 (block_h): New.
12290 (COMMON_OBS): Add block.o.
12291 (block.o): New.
12292 (x86-64-tdep.o): Add $(block_h).
12293 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
12294 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
12295 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
12296 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
12297 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
12298 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
12299 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
12300 * value.h: Add opaque declaration for struct block.
12301 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
12302 * ada-lang.h: Ditto.
12303 * x86-64-tdep.c: #include "block.h"
12304 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
12305 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
12306 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
12307 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
12308 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
12309 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
12310 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
12311 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
12312 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
12313 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
12314 * symtab.c (block_function): Ditto.
12315 (contained_in): Ditto.
12316 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
12317 block.h. Add opaque declaration for struct block.
12318 * symtab.h: Move block_function and contained_in declarations to
12319 block.h. Add opaque declarations for struct block, struct
12320 blockvector.
12321 (struct block): Move to block.h.
12322 (struct blockvector): Ditto.
12323 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
12324 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
12325 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
12326 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
12327 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
12328 Ditto.
12329 * block.c: New file.
12330 * block.h: New file.
12331
12332 2003-02-19 Theodore A. Roth <troth@openavr.org>
12333
12334 * avr-tdep.c (avr_extract_return_value): Remove function.
12335 (avr_store_return_value): Remove function.
12336 (avr_extract_struct_value_address): Remove function.
12337 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
12338
12339 2003-02-19 Andrew Cagney <ac131313@redhat.com>
12340
12341 * rs6000-tdep.c: Include "gdb_assert.h".
12342 (registers_e500): Add "acc" and "spefscr".
12343 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
12344 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
12345 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
12346 really is "r0".
12347 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
12348
12349 2003-02-18 Keith Seitz <keiths@redhat.com>
12350
12351 * Makefile.in: Add gdbtk-interps.c.
12352
12353 2003-02-18 Kevin Buettner <kevinb@redhat.com>
12354
12355 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
12356 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
12357
12358 2003-02-18 Andrew Cagney <cagney@redhat.com>
12359
12360 * symtab.h (struct objfile): Add opaque declaration.
12361
12362 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
12363
12364 From Jim Ingham <jingham@apple.com>:
12365 * dbxread.c (process_one_symbol): Use last_function_start rather
12366 than function_start_offset to find the real beginning of the
12367 current function. The latter is just the text section offset on
12368 some systems, the former is always the real function start.
12369
12370 2003-02-17 Andrew Cagney <cagney@redhat.com>
12371
12372 * configure.in: Revert ${target} != ${host}.
12373
12374 2003-02-17 Andrew Cagney <ac131313@redhat.com>
12375
12376 * configure.in (Makefile): Use the test ${target} != ${host},
12377 instead of the absence of the "nm.h" file, to determine of the
12378 configuration non-native.
12379 * configure: Regenerate.
12380
12381 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
12382
12383 From Brian Ford <ford@vss.fsi.com>
12384
12385 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
12386 conditionalize tui_active test.
12387 (lookup_cmd_1): Ditto.
12388
12389 2003-02-14 Mark Kettenis <kettenis@gnu.org>
12390
12391 * configure.in: Add check for _etext.
12392 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
12393 available.
12394 * config.in, configure: regenerated.
12395
12396 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
12397
12398 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
12399
12400 2003-02-14 Andrew Cagney <ac131313@redhat.com>
12401
12402 * main.c (tui_version): Delete variable.
12403 (captured_main): When --tui, set interpreter_p to "tui" instead of
12404 enabling tui_version.
12405 * printcmd.c (display_command) [TUI]: Test tui_active instead of
12406 tui_version.
12407 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
12408 * cli/cli-cmds.c (disassemble_command): Ditto.
12409 * defs.h (tui_version): Delete declaration.
12410 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
12411 (tui-interp.o): Add rules.
12412 (SUBDIR_TUI_OBS): Add "tui-interp.o".
12413
12414 2003-02-14 Christopher Faylor <cgf@redhat.com>
12415
12416 * win32-nat.c (register_loaded_dll): Correctly set address range for
12417 just-loaded dll.
12418
12419 2003-02-12 Jason Molenda (jmolenda@apple.com)
12420
12421 * symmisc.c (print_objfile_statistics): Include information about
12422 the number of psymtabs and symtabs in each object file.
12423
12424 2003-02-13 Keith R Seitz <keiths@redhat.com>
12425
12426 * main.h (struct captured_main_args): Add interpreter_p.
12427 * main.c (captured_main): Initialize interpreter_p from context.
12428 * gdb.c (main): Set interpreter_p argument.
12429 * Makefile.in (gdb.o): Add dependency for interps.h.
12430
12431 2003-02-12 Andrew Cagney <ac131313@redhat.com>
12432
12433 * event-top.c (cli_command_loop): Delete declaration.
12434 (_initialize_event_loop): Delete function setting event_loop_hook.
12435 * event-top.h (cli_command_loop): Declare. Update copyright.
12436 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
12437 * interps.c (current_interp_command_loop): When event_loop_p, call
12438 cli_command_loop.
12439
12440 2003-02-12 Andrew Cagney <ac131313@redhat.com>
12441
12442 * interps.h (interp_command_loop_ftype): Change return type to
12443 void.
12444
12445 2003-02-12 Michal Ludvig <mludvig@suse.cz>
12446
12447 * x86-64-tdep.c (x86_64_extract_return_value)
12448 (x86_64_store_return_value): Use regcache instead of regbuf.
12449 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
12450 * x86-64-linux-nat.c (fill_gregset): Use regcache.
12451
12452 2003-02-11 Andrew Cagney <ac131313@redhat.com>
12453
12454 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
12455 * aclocal.m4: Regenerate.
12456 * configure: Regenerate.
12457
12458 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
12459 TCL_LD_SEARCH_FLAGS.
12460
12461 2003-02-10 Michal Ludvig <mludvig@suse.cz>
12462
12463 * dwarf2cfi.c: Reindented.
12464
12465 2003-02-09 Andrew Cagney <ac131313@redhat.com>
12466
12467 * interps.c (clear_interpreter_hooks): Convert function definition
12468 to ISO C.
12469
12470 2003-02-07 David Carlton <carlton@math.stanford.edu>
12471
12472 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
12473
12474 2003-02-07 Kevin Buettner <kevinb@redhat.com>
12475
12476 * gdbtypes.h (struct main_type): Move ``length'' field from here...
12477 (struct type): ...to here.
12478 (TYPE_LENGTH): Adjust to reflect different location of ``length''
12479 field.
12480 * gdbtypes.c (make_qualified_type): Set length on newly created type.
12481 (replace_type): Set length on all type variants for a given type.
12482
12483 2003-02-07 Andrew Cagney <ac131313@redhat.com>
12484
12485 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
12486 <sys/stat.h>.
12487 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
12488
12489 2003-02-06 Andrew Cagney <ac131313@redhat.com>
12490
12491 * Makefile.in (symm-nat.o): Update dependencies.
12492 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
12493 (lynx-nat.o, ia64-linux-nat.): Ditto.
12494 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
12495 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
12496 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
12497
12498 * Makefile.in (inflow_h): Define.
12499 (procfs.o, inflow.o, procfs.o): Update dependencies.
12500 * inftarg.c (child_stop): Delete extern declaration of
12501 inferior_process_group. Include "inflow.h".
12502 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
12503 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
12504 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
12505 (our_process_group, inferior_process_group): Extern declarations.
12506
12507 * procfs.c: Include "gdb_assert.h".
12508
12509 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12510 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
12511 * jv-typeprint.c (java_type_print_base): Ditto.
12512 * typeprint.c (typedef_print): Eliminate STREQ.
12513 * cli/cli-script.c (define_command, define_command): Ditto.
12514 * main.c (captured_main): Ditto.
12515 * values.c (lookup_internalvar): Ditto.
12516 * utils.c (safe_strerror, parse_escape): Eliminate assignment
12517 within `if' conditional.
12518 * linespec.c (decode_line_2): Ditto.
12519 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
12520 (bfd_openw_with_cleanup): Ditto.
12521
12522 2003-02-07 Mark Kettenis <kettenis@gnu.org>
12523
12524 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
12525 legacy_extract_return_value and store_return_value to
12526 legacy_return_value.
12527
12528 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
12529
12530 * win32-nat.c (get_relocated_section_addrs): New function. Find
12531 section load addresses for symbol handling in relocated DLLs.
12532 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
12533
12534 2003-02-05 Fred Fish <fnf@intrinsity.com>
12535
12536 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
12537 '=' and '!='.
12538 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
12539 with '&' and '=='.
12540 (angel_RDI_info): Ditto.
12541 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
12542 with '&' and '!='.
12543 (threads_continue_all_with_signals): Ditto.
12544
12545 2003-02-05 Jim Ingham <jingham@apple.com>
12546 Keith Seitz <keiths@redhat.com>
12547 Elena Zannoni <ezannoni@redhat.com>
12548 Andrew Cagney <ac131313@redhat.com>
12549
12550 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
12551 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
12552 (SUBDIR_MI_OBS): Add "mi-interp.o".
12553 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
12554 (SFILES): Add "interps.c".
12555 (COMMON_OBS): Add "interps.o".
12556 (interps_h, mi_main_h): Define.
12557 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
12558 (mi-main.o, main.o, event-top.o): Update dependencies.
12559 * cli/cli-interp.c: New file.
12560 * interps.h, interps.c: New files.
12561 * top.c: (gdb_init): Don't install the default interpreter, handed
12562 by captured_main.
12563 * main.c: Include "interps.h".
12564 (interpreter_p): Note that it should malloc'ed.
12565 (captured_command_loop): Call current_interp_command_loop.
12566 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
12567 xfree and xstrdup when updating interpreter_p. Install the
12568 default interpreter. Add hack to stop mi1's copyright notice
12569 being encoded.
12570 * event-top.h (gdb_setup_readline): Declare.
12571 (gdb_disable_readline): Declare.
12572 * event-top.c: Include "interps.h".
12573 (display_gdb_prompt): Call current_interp_display_prompt_p.
12574 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12575 gdb_stdlog, and gdb_stdtarg.
12576 (_initialize_event_loop): Don't call gdb_setup_readline.
12577 * cli-out.c (cli_out_set_stream): New function.
12578 * cli-out.h (cli_out_set_stream): Declare.
12579
12580 2003-02-06 Mark Kettenis <kettenis@gnu.org>
12581
12582 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12583 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
12584 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12585 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12586 config/i386/i386v42mp.mt: Removed.
12587
12588 2003-02-05 Mark Kettenis <kettenis@gnu.org>
12589
12590 * configure.tgt (*-*-solaris*): Set gdb_osabi to
12591 GDB_OSABI_SOLARIS.
12592
12593 2003-02-05 Michael Chastain <mec@shout.net>
12594
12595 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12596 2.12.1 and earlier versions.
12597
12598 2003-02-05 Andrew Cagney <ac131313@redhat.com>
12599
12600 Remove orphaned hosts, targets and files.
12601 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12602 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12603 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12604 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12605 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12606 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12607 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12608 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12609 * config/sparc/tm-sp64sim.h: Delete.
12610 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12611 hosts.
12612 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12613 mips*-dec-mach3* targets.
12614
12615 2003-02-04 Michael Chastain <mec@shout.net>
12616
12617 * NEWS: Fix typo: sepcifying -> specifying.
12618
12619 2003-02-04 Michael Chastain <mec@shout.net>
12620
12621 * dwarfread.c: Add documentation on the state of dwarf-1,
12622 looking towards obsoletion.
12623
12624 2003-02-03 Michael Chastain <mec@shout.net>
12625
12626 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12627 gdb/testsuite/gdb.c++/pr-1023.exp.
12628
12629 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12630
12631 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12632 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12633
12634 * utils.c (init_page_info): Delete reference to MPW in comments.
12635 * main.c (captured_main): Delete #ifdef MPW.
12636
12637 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12638
12639 * NEWS: Note that the m32r-*-elf* is obsolete.
12640 * monitor.c (monitor_expect): Obsolete reference to m32r.
12641 * configure.tgt: Mark m32r-*-elf* as obsolete.
12642 * MAINTAINERS: Mark m32k as obsolete.
12643 * m32r-rom.c: Obsolete file.
12644 * config/m32r/m32r.mt: Obsolete file.
12645 * config/m32r/tm-m32r.h: Obsolete file.
12646 * m32r-stub.c: Obsolete file.
12647 * m32r-tdep.c: Obsolete file.
12648
12649 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12650
12651 * NEWS: Mention that the z8k-zilog-none is obsolete.
12652 * MAINTAINERS: Mark z8k as obsolete.
12653 * configure.tgt: Obsolete the z8k-*-coff* target.
12654 * config/z8k/z8k.mt: Obsolete file.
12655 * config/z8k/tm-z8k.h: Obsolete file.
12656 * z8k-tdep.c: Obsolete file.
12657
12658 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12659
12660 * NEWS: Mention that the mn10200-elf is obsolete.
12661 * configure.tgt: Obsolete mn10200-*-* target.
12662 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12663 mention that the mn10200 is obsolete.
12664 * breakpoint.h: Ditto.
12665 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12666 * config/mn10200/mn10200.mt: Obsolete file.
12667 * config/mn10200/tm-mn10200.h: Obsolete file.
12668 * mn10200-tdep.c: Obsolete file.
12669
12670 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12671
12672 * MAINTAINERS: Mark h8500 as obsolete.
12673 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12674 * findvar.c (value_from_register): Ditto.
12675 * h8500-tdep.c: Mark file as obsolete.
12676 * config/h8500/h8500.mt: Ditto.
12677 * config/h8500/tm-h8500.h: Ditto.
12678 * NEWS: Mention that h8500 is obsolete.
12679
12680 2003-02-04 David Carlton <carlton@math.stanford.edu>
12681
12682 * objfiles.c (allocate_objfile): Always set name. Add comment at
12683 start of function.
12684 * jv-lang.c (get_dynamics_objfile): Add comment.
12685
12686 2003-02-04 David Carlton <carlton@math.stanford.edu>
12687
12688 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12689 * printcmd.c (build_address_symbolic): Replace uses of
12690 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12691 SYMBOL_NAME, and asm_demangle.
12692 Update copyright.
12693
12694 2003-02-04 David Carlton <carlton@math.stanford.edu>
12695
12696 * linespec.c (decode_compound): Extract code into
12697 lookup_prefix_sym.
12698 (lookup_prefix_sym): New function.
12699
12700 2003-02-04 David Carlton <carlton@math.stanford.edu>
12701
12702 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12703 FLOAT_COERCION_BADNESS.
12704 * gdbtypes.c (rank_one_type): Replace all uses of
12705 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12706
12707 2003-02-04 Jim Blandy <jimb@redhat.com>
12708
12709 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12710 section, let dwarf_macinfo_section point to it, not
12711 dwarf_loc_section.
12712
12713 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12714
12715 Pointed out by Anton Blanchard <anton@samba.org>.
12716 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12717 (ppc_linux_at_sigtramp_return_path): Use it.
12718
12719 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12720
12721 * defs.h (streq): Add prototype.
12722 * utils.c (streq): New function.
12723
12724 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12725 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12726 * mdebugread.c (new_symbol): Likewise.
12727 * stabsread.c (define_symbol): Likewise.
12728 * coffread.c (process_coff_symbol): Likewise.
12729 * dwarfread.c (new_symbol): Likewise.
12730
12731 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12732 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12733 here.
12734 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12735 SYMBOL_INIT_DEMANGLED_NAME.
12736 * objfiles.c: Include "hashtab.h".
12737 (allocate_objfile): Call htab_set_functions_ex for the
12738 demangled_names_hash.
12739 (free_objfile): Call htab_delete for the demangled_names_hash.
12740 * objfiles.h (struct htab): Add declaration.
12741 (struct objfile): Add demangled_names_hash.
12742 * symfile.c: Include "hashtab.h".
12743 (reread_symbols): Call htab_delete for the demangled_names_hash.
12744 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12745 SYMBOL_NAME in the bcache.
12746 * symtab.c: Include "hashtab.h". Update comments.
12747 (create_demangled_names_hash, symbol_set_names): New functions.
12748 (symbol_find_demangled_name): New function, broken out from
12749 symbol_init_demangled_names.
12750 (symbol_init_demangled_names): Use it.
12751 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12752 (SYMBOL_SET_NAMES): New macro.
12753 (symbol_set_names): Add prototype.
12754
12755 2003-02-03 Jim Blandy <jimb@redhat.com>
12756
12757 Use a single, consistent representation for an empty minimal
12758 symbol table in an objfile.
12759 * objfiles.c (terminate_minimal_symbol_table): New function.
12760 (allocate_objfile): Call it.
12761 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12762 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
12763 non-NULL.
12764 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12765 objfile has minimal symbols, compare minimal_symbol_count to zero,
12766 instead of comparing msymbols with NULL.
12767 * objfiles.c (have_minimal_symbols): Same.
12768 * solib-sunos.c (solib_add_common_symbols): Call
12769 terminate_minimal_symbol_table.
12770 * symfile.c (reread_symbols): Same.
12771
12772 2003-02-03 Kevin Buettner <kevinb@redhat.com>
12773
12774 * s390-tdep.c (s390_address_class_type_flags)
12775 (s390_address_class_type_flags_to_name)
12776 (s390_address_class_name_to_type_flags): New functions.
12777 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12778 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12779
12780 2003-02-03 Michael Snyder <msnyder@redhat.com>
12781
12782 * arm-tdep.c: Fix spell-o in comment.
12783
12784 2003-02-03 Michal Ludvig <mludvig@suse.cz>
12785
12786 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12787 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
12788 error messages to contain BFD filename.
12789
12790 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
12791
12792 Fix PR gdb/742 gdb/743 gdb/877
12793 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12794 (do_mixed_source_and_assembly): Use
12795 make_cleanup_ui_out_tuple_begin_end and
12796 make_cleanup_ui_out_tuple_begin_end.
12797 (do_mixed_source_and_assembly): Ditto.
12798 * thread.c (do_captured_list_thread_ids): Ditto.
12799 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12800 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12801 ui_out_tuple_end): Delete prototypes.
12802 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12803 ui_out_list_end, ui_out_tuple_end): Delete.
12804
12805 From Kevin Buettner <kevinb@redhat.com>:
12806 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
12807 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12808 (do_cleanup_table_end): New functions.
12809 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12810 Use cleanups to invoke_ui_out_tuple_end().
12811 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
12812 * cli/cli-setshow.c (cmd_show_list): Use
12813 make_cleanup_ui_out_tuple_begin_end.
12814
12815 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12816
12817 * frame.c (frame_unwind_register): New function.
12818 (frame_unwind_unsigned_register): Use.
12819 (frame_unwind_signed_register): Use.
12820 (frame_read_register): New function.
12821 * frame.h (frame_unwind_register): Declare.
12822 (frame_read_register): Declare.
12823
12824 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12825 and frame_unwind_register instead of read_memory, write_register
12826 and deprecated_write_register_bytes.
12827
12828 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12829
12830 * frame.h: Note that namelen can be negative.
12831 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12832 NAME's length.
12833
12834 * NEWS: Mention that the d10v's `regs' command is deprecated.
12835 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12836 (d10v_print_registers_info): New function.
12837 (show_regs): Call d10v_print_registers_info.
12838 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12839
12840 2003-02-02 Mark Kettenis <kettenis@gnu.org>
12841
12842 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12843 lost in the previous patch.
12844
12845 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12846
12847 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
12848 * stack.c (print_frame_info_base): Output complete FRAME tuple
12849 for synthesized frames.
12850
12851 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12852
12853 * mips-nat.c (zerobuf): Delete.
12854 (fetch_inferior_registers): Alloc local zerobuf.
12855 (fetch_core_registers): Alloc local zerobuf.
12856 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12857 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12858 * thread-db.c (thread_db_store_registers): Ditto.
12859 * sh-tdep.c (sh_do_register): Ditto.
12860 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12861 * remote-sim.c (gdbsim_store_register): Ditto.
12862 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12863 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12864 * monitor.c (monitor_supply_register): Ditto.
12865 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12866 * mips-nat.c (fetch_inferior_registers): Ditto.
12867 * m68klinux-nat.c (fetch_register): Ditto.
12868 * lynx-nat.c (fetch_inferior_registers): Ditto.
12869 (fetch_inferior_registers): Ditto.
12870 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12871 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12872 (hpux_thread_store_registers): Ditto.
12873 * hppah-nat.c (fetch_register): Ditto.
12874 * hppab-nat.c (fetch_register): Ditto.
12875 * hppa-tdep.c (pa_register_look_aside): Ditto.
12876 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12877 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12878
12879 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12880
12881 * gdbarch.sh: Explictly specify all method levels. When a
12882 variable with an empty level, provide a non-multi-arch default.
12883 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12884 * gdbarch.h: Re-generate.
12885 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12886 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12887
12888 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12889
12890 * defs.h (host_pointer_to_address): Delete declaration.
12891 (address_to_host_pointer): Delete declaration.
12892 * utils.c (host_pointer_to_address): Delete function.
12893 (address_to_host_pointer): Delete function.
12894 * procfs.c (procfs_address_to_host_pointer): New function.
12895 * procfs.c (proc_set_watchpoint): Use.
12896 (procfs_can_use_hw_breakpoint): Update comments.
12897 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12898 (som_solib_add): Use.
12899 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12900 * hppa-tdep.c (unwind_command): Use.
12901
12902 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12903
12904 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12905 strlen d_name.
12906
12907 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12908 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12909 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12910 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12911 (define_symbol): Update.
12912 * symfile.c (generic_load): Remove references to nindy.
12913 * symtab.c: Remove references to nindy.
12914
12915 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12916
12917 * infcmd.c (print_float_info): Delete code conditional on
12918 FLOAT_INFO.
12919 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12920 * config/m68k/nm-apollo68b.h: Ditto.
12921 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12922 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12923 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12924
12925 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12926
12927 * config/i386/tm-i386os9k.h: Removed.
12928
12929 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12930 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12931 they're identical to i[3456]86-*-sysv* now.
12932 * config/i386/i386v32.mh: Removed.
12933 * config/i386/xm-i386v32.h: Removed.
12934 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12935
12936 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12937
12938 * config/i386/i386dgux.mh: Removed.
12939 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12940
12941 * configure.in: Fix typo.
12942 * configure: Regenerated.
12943
12944 2003-01-31 David Carlton <carlton@math.stanford.edu>
12945
12946 * dwarf2read.c (dwarf2_locate_sections): Set
12947 dwarf_ranges_section.
12948
12949 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12950
12951 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12952 * utils.c: Update comments documenting legitimate uses of PTR.
12953
12954 * utils.c: Re-indent.
12955
12956 * config/djgpp/fnchange.lst: Delete nindy files.
12957 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12958 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12959 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12960 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12961 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12962 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12963 * Makefile.in (init.c): Remove nindy references.
12964 (saber_gdb): Delete rule.
12965 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12966 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12967 and a68v-nat.c.
12968 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12969 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12970 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12971 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12972 nindy-share/stop.h.
12973 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12974 * saber.suppress: Delete file.
12975
12976 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
12977
12978 * dbxread.c (stabs_data): New static variable.
12979 (fill_symbuf): Support an in-memory buffer for stabs data.
12980 (stabs_seek): New function.
12981 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12982 (read_ofile_symtab): Use stabs_seek.
12983 (elfstab_build_psymtabs): Take an asection* instead of
12984 an offset and size. Relocate the stabs data if necessary.
12985 Save the section* for dbx_psymtab_to_symtab.
12986 * dwarf2read.c: Add section variables for each debug section.
12987 (dwarf2_locate_sections): Fill them in.
12988 (dwarf2_read_section): Take an asection* argument.
12989 Relocate the section contents if necessary.
12990 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12991 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12992 it to dwarf2_read_section.
12993 (dwarf2_build_frame_info): Update callers.
12994 * elfread.c (elf_symfile_read): Update call to
12995 elfstab_build_psymtabs.
12996 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12997 (DBX_STAB_SECTION): New macro.
12998 * stabsread.h (elfstab_build_psymtabs): Update prototype.
12999 * symfile.c (symfile_dummy_outputs): New function.
13000 (symfile_relocate_debug_section): New function.
13001 * symfile.h (symfile_relocate_debug_section): Add prototype.
13002
13003 2003-01-31 Richard Henderson <rth@redhat.com>
13004
13005 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
13006 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
13007 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
13008 * alpha-tdep.c (alpha_register_name): Add "unique".
13009 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
13010 (ALPHA_UNIQUE_REGNUM): New.
13011 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
13012
13013 2003-01-31 Andrew Cagney <ac131313@redhat.com>
13014
13015 * README: Remove reference to Ericsson 1800 monitor.
13016 * Makefile.in (remote-es.o): Delete rule.
13017 (ALLDEPFILES): Delete remote-es.c.
13018 * remote-es.c: Delete file.
13019 * config/m68k/es1800.mt: Delete file.
13020 * config/djgpp/fnchange.lst: Update.
13021 * configure.tgt: Delete m68*-ericsson-* target.
13022
13023 2003-01-31 Adam Fedor <fedor@gnu.org>
13024
13025 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
13026 Remove duplicate/shadowing variable of same name.
13027
13028 2003-01-30 Jim Blandy <jimb@redhat.com>
13029
13030 * symfile.c (find_separate_debug_file): Assert that the objfile's
13031 directory name we compute ends with a slash, and then assume that
13032 that's so everywhere we use it.
13033
13034 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
13035
13036 * valops.c (value_assign): Flush frame cache after stores to memory
13037 also.
13038
13039 2003-01-30 Andrew Cagney <ac131313@redhat.com>
13040
13041 * Makefile.in (mon960-rom.o): Delete rule.
13042 * mon960-rom.c: Delete file.
13043
13044 2003-01-30 Andrew Cagney <ac131313@redhat.com>
13045
13046 * d10v-tdep.c: Include "frame-unwind.h".
13047 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
13048 list.
13049 (next_addr, uses_frame): Delete.
13050 (struct d10v_unwind_cache): Define.
13051 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
13052 Use info instead of next_addr and uses_frame globals.
13053 (d10v_frame_init_saved_regs): Delete function.
13054 (d10v_init_extra_frame_info): Delete function.
13055 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
13056 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
13057 init_frame_pc or frame_saved_pc.
13058 (d10v_pop_frame): Delete function.
13059 (do_d10v_pop_frame): Delete function.
13060 (d10v_frame_chain): Delete function.
13061 (d10v_frame_chain_valid): Delete function.
13062 (d10v_frame_pc_unwind): New function.
13063 (d10v_frame_id_unwind): New function.
13064 (saved_regs_unwinder): New function.
13065 (d10v_frame_register_unwind): New function.
13066 (d10v_frame_pop): New function.
13067 (d10v_frame_unwind): New variable.
13068 (d10v_frame_p): New function.
13069 (d10v_frame_saved_pc): Delete function.
13070 * Makefile.in (d10v-tdep.o): Update dependencies.
13071
13072 2003-01-30 J. Brobecker <brobecker@gnat.com>
13073
13074 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
13075 causing some regressions due to a change in the default value
13076 for this macro.
13077
13078 2003-01-29 Richard Henderson <rth@redhat.com>
13079 Elena Zannoni <ezannoni@redhat.com>
13080 Daniel Jacobowitz <drow@mvista.com>
13081
13082 Fix PR gdb/961.
13083 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
13084 variables.
13085 (RANGES_SECTION): New.
13086 (dwarf_ranges_buffer): New variable.
13087 (struct comp_unit_head): Add member "die".
13088 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
13089 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
13090 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
13091 (dwarf2_locate_sections): Likewise.
13092 (dwarf2_build_psymtabs): Read .debug_ranges.
13093 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
13094 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
13095 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
13096 Look for DW_AT_ranges and return the bounding box.
13097
13098 2003-01-29 Brian Ford <ford@vss.fsi.com>
13099
13100 * win32-nat.c (cygwin_pid): Removed as unused.
13101 (child_attach): Try fall back to Cygwin pid.
13102
13103 2003-01-29 Jim Blandy <jimb@redhat.com>
13104
13105 * objfiles.h (struct objfile): Doc fix.
13106
13107 2003-01-29 Andrew Cagney <ac131313@redhat.com>
13108
13109 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
13110 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
13111 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
13112 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
13113 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
13114 (FRAME_SAVED_PC): Change to a function with predicate.
13115 * gdbarch.h, gdbarch.c: Re-generate.
13116
13117 2003-01-28 Andrew Cagney <ac131313@redhat.com>
13118
13119 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
13120
13121 * complaints.c (complain): Delete function.
13122 * complaints.h (struct deprecated_complaint): Delete definition.
13123 (complain): Delete declaration.
13124
13125 2003-01-28 Kevin Buettner <kevinb@redhat.com>
13126
13127 * mips-tdep.c (mips_init_extra_frame_info): Return early for
13128 dummy frames.
13129
13130 2003-01-27 Andrew Cagney <ac131313@redhat.com>
13131
13132 * sentinel-frame.h, sentinel-frame.c: New files.
13133 * Makefile.in (frame.o): Update dependencies.
13134 (SFILES): Add sentinel-frame.c.
13135 (sentinel_frame_h): Define.
13136 (COMMON_OBS): Add sentinel-frame.o.
13137 (sentinel-frame.o): Specify dependencies.
13138 * frame.c: Include "sentinel-frame.h".
13139 (frame_register_unwind): Rewrite assuming that there is always a a
13140 ->next frame.
13141 (frame_register, generic_unwind_get_saved_register): Ditto.
13142 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
13143 (create_sentinel_frame, unwind_to_current_frame): New functions.
13144 (get_current_frame): Rewrite using create_sentinel_frame and
13145 unwind_to_current_frame. When possible, always create a frame.
13146 (create_new_frame): Set next to the sentinel frame.
13147 (get_next_frame): Rewrite. Don't go below the level 0 frame.
13148 (deprecated_update_frame_pc_hack): Update the next frame's PC and
13149 ID cache when necessary.
13150 (frame_saved_regs_id_unwind): Use frame_relative_level.
13151 (deprecated_generic_get_saved_register): Use frame_relative_level,
13152 get_frame_saved_regs, get_frame_pc, get_frame_base and
13153 get_next_frame.
13154 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
13155 frame_register.
13156
13157 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13158
13159 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
13160
13161 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13162
13163 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
13164 (maintenance_set_profile_cmd): Use error () instead of warning ().
13165
13166 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13167
13168 * configure.in: Check that -pg works if using --enable-profiling.
13169 Check for monstartup and _mcleanup regardless of --enable-profiling.
13170 * maint.c: Check for monstartup and _mcleanup before using them.
13171 * config.in: Regenerated.
13172 * configure: Regenerated.
13173
13174 2003-01-24 Nick Clifton <nickc@redhat.com>
13175
13176 * Add sh2e support:
13177
13178 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
13179
13180 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
13181 (sh2e_show_regs): New.
13182 (sh_gdbarch_init): Handle bfd_mach_sh2e.
13183 * config/sh/tm-sh.h: Added sh2e to comments.
13184
13185 2003-01-23 Jim Blandy <jimb@redhat.com>
13186
13187 * symfile.c (syms_from_objfile): Don't print the "(no debugging
13188 symbols found)" message here; we haven't checked for a separate
13189 debug info file yet, so we don't know yet.
13190 (symbol_file_add_with_addrs_or_offsets): Print it here, after
13191 we've looked everywhere. Also, there's no need to print a special
13192 message when we're loading the separate debug info file: the one
13193 symbol_file_add prints is fine.
13194
13195 2003-01-23 Alexander Larsson <alexl@redhat.com>
13196 Jim Blandy <jimb@redhat.com>
13197
13198 Add support for executables whose debug info has been separated
13199 out into a separate file, leaving only a link behind.
13200 * objfiles.h (struct objfile): New fields: separate_debug_objfile
13201 and separate_debug_objfile_backlink.
13202 (put_objfile_before): New declaration.
13203 * symfile.c: #include "filenames.h".
13204 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
13205 debug info in a separate file, read that, too. Save the addrs
13206 argument, so we can use it again to read the separated debug info;
13207 syms_from_objfile modifies the table we pass it.
13208 (reread_symbols): After re-reading an objfile, call
13209 reread_separate_symbols to refresh its separate debug info
13210 objfile, if it has one.
13211 (reread_separate_symbols, find_separate_debug_file,
13212 get_debug_link_info, separate_debug_file_exists): New functions.
13213 (debug_file_directory): New global var.
13214 (_initialize_symfile): Initialize debug_file_directory, and
13215 provide the new `set debug-file-directory' command to let the user
13216 change it.
13217 * objfiles.c (free_objfile): If this objfile has its debug info in
13218 a separate objfile, free that one too. If this is itself a
13219 separate debug info objfile, clear our parent's backlink.
13220 (put_objfile_before): New function.
13221 * utils.c (gnu_debuglink_crc32): New function.
13222 * defs.h (gnu_debuglink_crc32): New declaration.
13223 * Makefile.in (symfile.o): Note dependency on "filenames.h".
13224 * configure.in: Handle --with-separate-debug-dir config option.
13225 * acinclude.m4 (AC_DEFINE_DIR): New macro.
13226 * acconfig.h (DEBUGDIR): New macro.
13227 * configure, aclocal.m4, config.in: Regenerated.
13228
13229 2003-01-22 Jim Blandy <jimb@redhat.com>
13230
13231 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
13232 like the old symbol_file_add, but taking new arguments: you can
13233 now pass in either a `struct section_addr_info' list to say where
13234 each section is loaded, or a `struct section_offsets' table. Pass
13235 these new arguments through to syms_from_objfile as appropriate.
13236 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
13237 with the appropriate quiescent values for the new arguments.
13238
13239 * symfile.c: #include "gdb_assert.h".
13240 (syms_from_objfile): Add the ability to pass in a section offset
13241 table directly, as an alternative to the section_addr_info table.
13242 Document arguments better.
13243 (symbol_file_add): Pass extra arguments to syms_from_objfile.
13244 * symfile.h (syms_from_objfile): Update declaration.
13245 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
13246 syms_from_objfile.
13247 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
13248
13249 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
13250
13251 Original patch by Tom Tromey <tromey@cygnus.com> and
13252 Jason Molenda <jmolenda@apple.com>.
13253 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
13254 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
13255 * NEWS: Mention profiling.
13256 * configure.in (--enable-gdbtk): Fix typo.
13257 (--enable-profiling): New. Set PROFILE_CFLAGS.
13258 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
13259 Fill in function.
13260 (profiling_state): New variable.
13261 (mcleanup_wrapper): New function.
13262 (_initialize_maint): Remove NOTYET, fix call to
13263 add_setshow_boolean_cmd for "maint set profile".
13264 * configure: Regenerated.
13265
13266 2003-01-21 Martin M. Hunt <hunt@redhat.com>
13267
13268 * Makefile.in (install-gdbtk): Install PNG images too.
13269
13270 2003-01-21 Andrew Cagney <ac131313@redhat.com>
13271
13272 * exec.c (text_start): Delete global variable.
13273 (exec_file_attach): Make text_start local to the function.
13274 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
13275 * valops.c (hand_function_call): Delete code that handles
13276 BEFORE_TEXT_END and AFTER_TEXT_END.
13277 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
13278 of CALL_DUMMY_LOCATION.
13279 * gdbarch.c: Regenerate.
13280 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
13281 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
13282 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
13283 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
13284 (text_end): Delete extern declaration.
13285
13286 2003-01-21 Andrew Cagney <ac131313@redhat.com>
13287
13288 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
13289 * blockframe.c (backtrace_below_main): Move to "frame.c".
13290 (frame_chain_valid): Delete check for backtrace_below_main.
13291 (_initialize_blockframe): Delete initialization, move ``set
13292 backtrace-below-main'' command to "frame.c".
13293 (do_flush_frames_sfunc): Delete function.
13294 * frame.c: Include "command.h" and "gdbcmd.h".
13295 (frame_type_from_pc): New function.
13296 (create_new_frame): Use frame_type_from_pc.
13297 (legacy_get_prev_frame): New function.
13298 (get_prev_frame): Rewrite. When an old style frame, call
13299 legacy_get_prev_frame. Otherwize, unwind the PC first.
13300 (_initialize_frame): Add ``set backtrace-below-main'' command.
13301 * Makefile.in (frame.o): Update dependencies.
13302
13303 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13304
13305 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
13306 DEPRECATED_REGISTERS_INFO.
13307
13308 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13309
13310 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
13311 Maintainers'. Update `Various Maintainers'.
13312
13313 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13314
13315 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
13316 * gdbarch.sh (POP_FRAME): Change to function with predicate.
13317 Suppress actual parameters when `-'.
13318 * gdbarch.h, gdbarch.c: Regenerate.
13319
13320 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13321
13322 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
13323 code handling dummy frames.
13324
13325 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13326
13327 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
13328 (struct frame_unwind): Add field pop.
13329 * frame.h (frame_pop): Declare.
13330 * frame.c (frame_saved_regs_pop): New function.
13331 (trad_frame_unwinder): Add frame_saved_regs_pop.
13332 (frame_pop): New function.
13333 * dummy-frame.c (dummy_frame_pop): New function.
13334 (discard_innermost_dummy): New function.
13335 (generic_pop_dummy_frame): Use discard_innermost_dummy.
13336 (dummy_frame_unwind): Add dummy_frame_pop.
13337 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
13338 * valops.c (hand_function_call): Ditto.
13339 * stack.c (return_command): Ditto.
13340
13341 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13342
13343 * cris-tdep.c: Fix function declaration indentation.
13344 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
13345 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
13346 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
13347 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
13348 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
13349 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
13350
13351 2003-01-18 Michael Chastain <mec@shout.net>
13352
13353 * README (Unpacking and Installation -- quick overview):
13354 Warn against ".../gdb-5.3/gdb/configure".
13355
13356 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13357
13358 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
13359 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13360 (struct frame_unwind): Declare opaque.
13361 (dummy_frame_p): Declare function.
13362 * dummy-frame.c (dummy_frame_id_unwind): Make static.
13363 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13364 * dummy-frame.c: Include "frame-unwind.h".
13365 (dummy_frame_p): New function.
13366 (dummy_frame_unwind): New variable.
13367 * frame.c: Include "frame-unwind.h".
13368 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
13369 to use the new unwind field.
13370 (set_unwind_by_pc): Delete function.
13371 (create_new_frame, get_prev_frame): Set unwind field using
13372 frame_unwind_find_by_pc.
13373 (trad_frame_unwind, trad_frame_unwinder): New variables.
13374 * frame.h (trad_frame_unwind): Declare variable.
13375 (frame_id_unwind_ftype): Delete declaration.
13376 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
13377 (struct frame_unwind): Declare opaque.
13378 (struct frame_info): Replace the fields id_unwind, pc_unwind and
13379 register_unwind with a single unwind pointer.
13380 * frame-unwind.h, frame-unwind.c: New files.
13381 * Makefile.in (SFILES): Add frame-unwind.c.
13382 (frame_unwind_h): Define.
13383 (COMMON_OBS): Add frame-unwind.o.
13384 (frame-unwind.o): Specify dependencies.
13385 (frame.o, dummy-frame.o): Update dependencies.
13386
13387 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13388
13389 * ada-valprint.c: Eliminate PTR.
13390 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
13391 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
13392 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
13393 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
13394 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
13395 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
13396 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
13397
13398 2003-01-17 Andrew Cagney <ac131313@redhat.com>
13399
13400 * main.c (captured_main): Don't use PTR.
13401 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
13402 * gdbtypes.c (lookup_primitive_typename): Ditto.
13403 (lookup_struct_elt_type): Ditto.
13404 * f-valprint.c (info_common_command): Ditto.
13405 (list_all_visible_commons): Ditto.
13406 * jv-typeprint.c (java_type_print_base): Ditto.
13407
13408 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
13409 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
13410 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
13411 i386-interix-nat.c and i386-interix-tdep.c. Rename
13412 m68klinux-nat.c and m68klinux-tdep.c. Rename
13413 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
13414 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
13415 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
13416 * main.c (captured_main): Use xfree, not free.
13417
13418 2003-01-16 Andrew Cagney <ac131313@redhat.com>
13419
13420 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
13421 ID back using a parameter.
13422 * frame.c (frame_id_unwind): Update call.
13423 (frame_saved_regs_id_unwind): Update.
13424 * dummy-frame.c (dummy_frame_id_unwind): Update function.
13425 * dummy-frame.h (struct frame_id): Add opaque declaration.
13426 (dummy_frame_id_unwind): Update declaration.
13427
13428 2003-01-15 Andrew Cagney <ac131313@redhat.com>
13429
13430 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
13431
13432 2003-01-15 Stephen P. Smith <ischis2@cox.net>
13433
13434 * MAINTAINERS (Stephen P. Smith): Updated email address.
13435
13436 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
13437
13438 Fix PR gdb/898
13439 * breakpoint.c (until_break_command): Add new argument. Use it to
13440 decide whether to stop only at the current frame or not.
13441 * breakpoint.h (until_break_command): Update prototype.
13442 * infcmd.c (until_command): Add new argument to until_break_command
13443 call.
13444 (advance_command): New function.
13445 (_initialize_infcmd): Update help string for 'until' command.
13446 Add new 'advance' command.
13447
13448 2003-01-14 David Carlton <carlton@math.stanford.edu>
13449
13450 * linespec.c (decode_line_1): Normalize comments.
13451 (set_flags): Ditto.
13452 (locate_first_half): Ditto.
13453 (decode_compound): Ditto.
13454 (symtab_from_filename): Ditto.
13455 (decode_all_digits): Ditto.
13456 (decode_dollar): Ditto.
13457 (find_methods): Ditto.
13458 (find_toplevel_char): Ditto.
13459
13460 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13461
13462 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
13463 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
13464 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
13465 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
13466 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
13467 * language.c, language.h, m32r-tdep.c: Update copyright.
13468 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
13469 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
13470 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
13471 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
13472 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
13473 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
13474
13475 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13476
13477 * stabsread.h (process_later, resolve_cfront_continuation):
13478 Obsolete.
13479 Update copyright years.
13480 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
13481 Update copyright year.
13482 * dbxread.c(struct cont_elem): Obsolete.
13483 (process_later, process_now): Obsolete functions.
13484 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
13485 Update copyright year.
13486 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
13487 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
13488 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
13489 (parse_partial_symbols): Obsolete cfront support.
13490 * stabsread.c
13491 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
13492 macros.
13493 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
13494 read_cfront_baseclasses, read_cfront_member_functions,
13495 resolve_cfront_continuation,read_cfront_static_fields,
13496 copy_cfront_struct_fields): Obsolete functions.
13497 (define_symbol, read_one_struct_field): Obsolete cfront support.
13498 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
13499 Update Copyright year.
13500
13501 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13502
13503 * stack.c (print_frame_info, print_stack_frame_base_stub,
13504 print_stack_frame_base, show_and_print_stack_frame_stub,
13505 show_and_print_stack_frame, print_only_stack_frame_stub,
13506 print_only_stack_frame): Delete functions.
13507 (print_stack_frame_stub): Call print_frame_info instead of
13508 print_frame_info_base.
13509 (print_frame_info_base): Rename to print_frame_info.
13510 (backtrace_command_1): Call print_frame_info, instead of
13511 print_frame_info_base.
13512 (current_frame_command): Call print_stack_frame, instead of
13513 print_only_stack_frame.
13514 (frame_command): Call print_stack_frame, instead of
13515 show_and_print_stack_frame.
13516 (up_command): Ditto.
13517 (down_command): Ditto.
13518 * frame.h (print_only_stack_frame): Delete prototype.
13519 * infrun.c (normal_stop): Call print_stack_frame, instead of
13520 show_and_print_stack_frame.
13521 * thread.c (info_threads_command): Call print_stack_frame, instead
13522 of print_only_stack_frame.
13523
13524 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13525
13526 * README (Graphical interface to GDB): Update URL. Point at
13527 gdb/links/.
13528
13529 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
13530 version match.
13531
13532 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13533
13534 * symtab.c (find_pc_sect_line): Don't consider end-of-function
13535 lines.
13536
13537 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13538
13539 * thread-db.c (attach_thread): Prototype.
13540 (struct private_thread_info): Remove lwpid. Add thread handle (th),
13541 thread information (ti), and valid flags (th_valid, ti_valid).
13542 (attach_thread): Move target_pid_to_str call to after the thread
13543 is added to GDB's list. Initialize the cache.
13544 (thread_get_info_callback, thread_db_map_id2thr)
13545 (thread_db_get_info): New functions.
13546 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
13547 (thread_db_store_registers, thread_db_thread_alive)
13548 (thread_db_get_thread_local_address): Use them.
13549 (thread_db_pid_to_str): Likewise. Return "Missing" instead
13550 of calling error() for threads in unknown state.
13551
13552 (clear_lwpid_callback): New function.
13553 (thread_db_resume): Use it to clear the cache.
13554
13555 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13556
13557 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
13558 (resume_callback): Remove dead code.
13559
13560 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13561
13562 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
13563 predicate.
13564 * gdbarch.h, gdbarch.c: Regenerate.
13565 * stack.c (frame_info): Only initialize the saved registers when
13566 FRAME_INIT_SAVED_REGS_P.
13567 * frame.c (frame_saved_regs_register_unwind): Assert
13568 FRAME_INIT_SAVED_REGS_P.
13569 (deprecated_generic_get_saved_register): Ditto.
13570
13571 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13572
13573 * source.c (openp): Squelch warning about "filename".
13574
13575 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13576
13577 * source.c (openp): If the file does not exist don't necessarily
13578 search the path.
13579
13580 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13581
13582 Fix PR gdb/872.
13583 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13584 (integer_types_same_name_p): New function.
13585 (rank_one_type): Use it.
13586 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13587
13588 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13589
13590 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13591 variables.
13592 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13593 * configure.in: Add --with-sysroot.
13594 * configure: Regenerated.
13595 * main.c (gdb_sysroot): New variable.
13596 (captured_main): Initialize gdb_sysroot.
13597 * defs.h (gdb_sysroot): New extern declaration.
13598 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13599
13600 2003-01-12 Michael Chastain <mec@shout.net>
13601
13602 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13603
13604 2003-01-12 Michael Chastain <mec@shout.net>
13605
13606 * top.c (print_gdb_version): Bump copyright year to 2003.
13607
13608 2003-01-12 David Carlton <carlton@bactrian.org>
13609
13610 * linespec.c (symtab_from_filename): Rename variable 's' to
13611 'file_symtab'.
13612
13613 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13614
13615 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13616 dummy frame.
13617 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13618
13619 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13620
13621 * d10v-tdep.c: Include "gdb_assert.h".
13622 (d10v_store_return_value): Rewrite to match current interface.
13623 (d10v_extract_struct_value_address): Ditto.
13624 (d10v_extract_return_value): Ditto.
13625 (d10v_gdbarch_init): Set store_restore_value,
13626 extract_struct_value_address and extract_return_value.
13627
13628 2003-01-12 J. Brobecker <brobecker@gnat.com>
13629
13630 * hpread.c (set_namestring): New procedure replacing the
13631 SET_NAMESTRING macro.
13632 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13633 by calls to set_namestring.
13634
13635 2003-01-11 J. Brobecker <brobecker@gnat.com>
13636
13637 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13638 a compilation warning.
13639 (hpread_process_one_debug_symbol): Likewise.
13640
13641 2003-01-10 David Carlton <carlton@math.stanford.edu>
13642
13643 * linespec.c (decode_line_1): Rename variable 's' to
13644 'file_symtab'.
13645 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13646 (decode_dollar): Ditto.
13647 (decode_variable): Ditto.
13648 (symbol_found): Ditto.
13649
13650 2003-01-09 Michael Chastain <mec@shout.net>
13651
13652 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13653
13654 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
13655
13656 * win32-nat.c (set_process_privilege): New function.
13657 (child_attach): Call set_process_privilege() to enable the
13658 SE_DEBUG_NAME user privilege if available in process token.
13659
13660 2003-01-10 J. Brobecker <brobecker@gnat.com>
13661
13662 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13663 compilation error in the previous revision.
13664
13665 2003-01-09 David Carlton <carlton@math.stanford.edu>
13666
13667 * linespec.c: Update copyright.
13668
13669 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13670
13671 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13672 than inferior_ptid.
13673 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13674
13675 2003-01-09 Andrew Cagney <ac131313@redhat.com>
13676
13677 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13678 Update comments.
13679 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13680 (frame_saved_regs_zalloc): Update.
13681 (frame_saved_regs_register_unwind): Update.
13682 (create_new_frame): Update.
13683 (get_prev_frame): Update.
13684 (frame_extra_info_zalloc): Update.
13685 (deprecated_get_frame_saved_regs): Update.
13686 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13687 * cris-tdep.c: Update comment.
13688
13689 * somsolib.h: Fix function indentation.
13690 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13691 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13692 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13693 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13694 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13695
13696 * infrun.c (follow_fork): Use ISO C definition.
13697 * expprint.c (print_subexp): Use xfree instead of free.
13698 * charset.c: Include "gdb_string.h" instead of <string.h>.
13699 (register_iconv_charsets): Use ISO C definition.
13700 (host_charset, target_charset): Ditto.
13701 * Makefile.in (charset.o): Update dependencies.
13702 (mi-cmd-env.o): Update dependencies.
13703
13704 2003-01-08 Andrew Cagney <cagney@redhat.com>
13705
13706 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13707 get_frame_base.
13708
13709 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13710
13711 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13712 build directories. Save edited gdb output in Mbuild.log. If a
13713 build fails, remove any final GDB executable.
13714
13715 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13716
13717 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13718 replacing hex constants with function names and stripping leading
13719 file name directory prefixes.
13720
13721 2003-01-08 Andrew Cagney <cagney@redhat.com>
13722
13723 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13724 get_frame_base.
13725
13726 2003-01-08 David Carlton <carlton@math.stanford.edu>
13727
13728 * linespec.c (decode_line_1): Move code into decode_variable.
13729 (decode_variable): New function.
13730
13731 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13732
13733 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13734
13735 2003-01-08 Andrew Cagney <cagney@redhat.com>
13736
13737 * cris-tdep.c (cris_frame_init_saved_regs): Use
13738 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13739 saved_regs buffer.
13740 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13741 (sh64_nofp_frame_init_saved_regs): Ditto.
13742 (sh_fp_frame_init_saved_regs): Ditto.
13743 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13744 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13745 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13746 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13747
13748 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
13749
13750 * minsyms.c (lookup_minimal_symbol): Update comment.
13751 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13752 (lookup_minimal_symbol_solib_trampoline): Likewise.
13753
13754 2003-01-08 Andrew Cagney <cagney@redhat.com>
13755
13756 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13757 frame_relative_level.
13758
13759 * alpha-tdep.c: Use get_frame_extra_info.
13760 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13761 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13762 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13763 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13764
13765 * alpha-tdep.c: Use get_next_frame.
13766 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13767 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13768 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13769 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13770 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13771 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13772 * xstormy16-tdep.c: Ditto.
13773
13774 2003-01-07 Andrew Cagney <cagney@redhat.com>
13775
13776 * alpha-tdep.c: Use get_frame_base.
13777 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13778 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13779 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13780 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13781 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13782 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13783 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13784 * config/sparc/tm-sparc.h: Ditto.
13785
13786 2003-01-07 Andrew Cagney <cagney@redhat.com>
13787
13788 * frame.c (deprecated_get_frame_context): New function.
13789 (deprecated_set_frame_context): New function.
13790 * frame.h (deprecated_get_frame_context): Declare.
13791 (deprecated_set_frame_context): Declare.
13792 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13793 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
13794
13795 2003-01-07 Andrew Cagney <cagney@redhat.com>
13796
13797 * frame.c (deprecated_set_frame_next_hack): New function.
13798 (deprecated_set_frame_prev_hack): New function.
13799 * frame.h (deprecated_set_frame_next_hack): Declare.
13800 (deprecated_set_frame_prev_hack): Declare.
13801 * mcore-tdep.c (analyze_dummy_frame): Use
13802 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13803 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13804
13805 2003-01-07 David Carlton <carlton@math.stanford.edu>
13806
13807 * linespec.c (decode_line_1): Move code into decode_dollar.
13808 (decode_dollar): New function.
13809
13810 2003-01-07 Andrew Cagney <cagney@redhat.com>
13811
13812 * arm-tdep.c (arm_init_extra_frame_info): Use
13813 deprecated_update_frame_base_hack.
13814 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13815 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13816 (fix_frame_pointer): Ditto.
13817 (mn10300_analyze_prologue): Ditto.
13818
13819 2003-01-07 Andrew Cagney <cagney@redhat.com>
13820
13821 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13822 extra_info using frame_extra_info_zalloc.
13823 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13824 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13825 (sh64_init_extra_frame_info): Ditto.
13826 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13827 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13828 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13829 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13830 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13831 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13832 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13833 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13834 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13835 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13836 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13837 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13838
13839 * mn10300-tdep.c (analyze_dummy_frame): Use
13840 deprecated_set_frame_extra_info_hack.
13841 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13842
13843 2003-01-07 J. Brobecker <brobecker@gnat.com>
13844
13845 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13846 class is not scText. These do not define "real" procedures.
13847 (parse_partial_symbols): Likewise.
13848
13849 2003-01-06 Michael Snyder <msnyder@redhat.com>
13850
13851 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13852
13853 2003-01-06 Andrew Cagney <ac131313@redhat.com>
13854
13855 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13856 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13857 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13858 deprecated_frame_xmalloc_with_cleanup.
13859 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13860 deprecated_frame_xmalloc.
13861 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13862 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13863
13864 2003-01-06 Andrew Cagney <cagney@redhat.com>
13865
13866 * x86-64-linux-tdep.c: Include "osabi.h".
13867 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13868
13869 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13870
13871 2003-01-06 Andrew Cagney <cagney@redhat.com>
13872
13873 * MAINTAINERS (Target Instruction Set Architectures): Update
13874 arm-elf. Can be built with -Werror, has been multiarched.
13875
13876 * value.h (unpack_long): Make buffer parameter constant.
13877 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13878 * scm-lang.h (scm_parse): Ditto.
13879 * defs.h (extract_typed_address, extract_address): Ditto.
13880 (extract_long_unsigned_integer): Ditto.
13881 * inferior.h (unsigned_pointer_to_address): Ditto.
13882 (signed_pointer_to_address): Ditto.
13883 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13884 * gdbarch.h, gdbarch.c: Regenerate.
13885 * findvar.c (extract_long_unsigned_integer): Update.
13886 (extract_address): Update.
13887 (extract_typed_address): Update.
13888 (unsigned_pointer_to_address): Update.
13889 * values.c (unpack_long): Update.
13890 (unpack_double): Update.
13891 (unpack_pointer): Update.
13892 (unpack_field_as_long): Update.
13893 * d10v-tdep.c (d10v_pointer_to_address): Update.
13894 * avr-tdep.c (avr_pointer_to_address): Update.
13895 * scm-lang.c (scm_unpack): Update.
13896 * findvar.c (signed_pointer_to_address): Update.
13897
13898 2003-01-06 Michal Ludvig <mludvig@suse.cz>
13899
13900 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
13901 since it is in i386-tdep.c.
13902
13903 2003-01-06 J. Brobecker <brobecker@gnat.com>
13904
13905 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13906 failure introduced in the previous change.
13907
13908 2003-01-05 Michael Chastain <mec@shout.net>
13909
13910 * README: Remove references to deleted remote-*.c files:
13911 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13912 remote-nrom.c, remote-os9k.c, remote-udi.c.
13913
13914 2003-01-05 Mark Kettenis <kettenis@gnu.org>
13915
13916 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13917 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13918 i386_get_longjmp_target.
13919
13920 2003-01-05 Andrew Cagney <ac131313@redhat.com>
13921
13922 * arm-tdep.c (prologue_cache): Change to a pointer.
13923 (_initialize_arm_tdep): Allocate prologue_cache.
13924 (check_prologue_cache): Update.
13925 (save_prologue_cache): Update.
13926 (arm_gdbarch_init): Update.
13927
13928 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13929
13930 * stabsread.c (update_method_name_from_physname): Call complaint()
13931 instead of error.
13932
13933 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13934
13935 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13936 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13937 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13938
13939 * blockframe.c: Include "gdbcmd.h" and "command.h".
13940 (backtrace_below_main): New variable.
13941 (file_frame_chain_valid, func_frame_chain_valid)
13942 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13943 (generic_func_frame_chain_valid): Remove functions.
13944 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13945 (_initialize_blockframe): New function.
13946 * Makefile.in (blockframe.o): Update dependencies.
13947 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13948 comment. Call frame_chain_valid ().
13949 * frame.h: Remove old prototypes. Add prototype for
13950 frame_chain_valid and update comments to match.
13951 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13952 Remove old comment.
13953 * gdbarch.h: Regenerated.
13954 * gdbarch.c: Regenerated.
13955
13956 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13957 set_gdbarch_frame_chain_valid.
13958 * avr-tdep.c (avr_gdbarch_init): Likewise.
13959 * cris-tdep.c (cris_gdbarch_init): Likewise.
13960 * frv-tdep.c (frv_gdbarch_init): Likewise.
13961 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13962 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13963 (i386_nw_init_abi): Likewise.
13964 (i386_gdbarch_init): Likewise.
13965 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13966 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13967 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13968 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13969 * mips-tdep.c (mips_gdbarch_init): Likewise.
13970 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13971 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13972 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13973 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13974 * s390-tdep.c (s390_gdbarch_init): Likewise.
13975 * sh-tdep.c (sh_gdbarch_init): Likewise.
13976 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13977 * v850-tdep.c (v850_gdbarch_init): Likewise.
13978 * vax-tdep.c (vax_gdbarch_init): Likewise.
13979 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13980
13981 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13982 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13983 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13984 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13985 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13986 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13987 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13988 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13989
13990 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13991
13992 * Makefile.in (acconfig_h): Remove incorrect macro.
13993 (config_h): Define.
13994 (osabi.o): Update dependencies.
13995 * configure.tgt: Set gdb_osabi based on target triplet.
13996 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13997 * configure: Regenerated.
13998 * config.in: Regenerated.
13999 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
14000 (GDB_OSABI_DEFAULT): Define if not already defined.
14001 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
14002 (set_osabi_string): New variables.
14003 (gdbarch_register_osabi): Add new OS ABI to
14004 gdb_osabi_available_names.
14005 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
14006 (set_osabi, show_osabi): New functions.
14007 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
14008
14009 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14010
14011 * arch-utils.c (gdbarch_info_init): Set osabi to
14012 GDB_OSABI_UNINITIALIZED.
14013 * gdbarch.sh: Add osabi to struct gdbarch and to struct
14014 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
14015 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
14016 * gdbarch.c: Regenerated.
14017 * gdbarch.h: Regenerated.
14018 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
14019 there's no BFD.
14020 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
14021 * osabi.h (enum gdb_osabi): Move to defs.h.
14022 (gdbarch_init_osabi): Update prototype.
14023 * defs.h (enum gdb_osabi): Moved here.
14024 * Makefile.in: Update dependencies.
14025
14026 * alpha-tdep.h: Don't include "osabi.h".
14027 (struct gdbarch_tdep): Remove osabi member.
14028 * alpha-tdep.c: Include "osabi.h".
14029 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14030 iterate over arches. Update call to gdbarch_init_osabi.
14031 (alpha_dump_tdep): Don't dump osabi.
14032 * alpha-linux-tdep.c: Include "osabi.h".
14033 * alpha-osf1-tdep.c: Include "osabi.h".
14034 * alphafbsd-tdep.c: Include "osabi.h".
14035 * alphanbsd-tdep.c: Include "osabi.h".
14036
14037 * arm-tdep.h: Don't include "osabi.h".
14038 (struct gdbarch_tdep): Remove osabi member.
14039 * arm-tdep.c: Include "osabi.h".
14040 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14041 iterate over arches. Update call to gdbarch_init_osabi.
14042 (arm_dump_tdep): Don't dump osabi.
14043 * arm-linux-tdep.c: Include "osabi.h".
14044 * armnbsd-tdep.c: Include "osabi.h".
14045
14046 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
14047 Update call to gdbarch_init_osabi.
14048
14049 * i386-tdep.h: Don't include "osabi.h".
14050 (struct gdbarch_tdep): Remove osabi member.
14051 * i386-tdep.c: Include "osabi.h".
14052 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14053 iterate over arches. Update call to gdbarch_init_osabi.
14054 (i386_dump_tdep): Don't dump osabi.
14055 * i386-linux-tdep.c: Include "osabi.h".
14056 * i386-sol2-tdep.c: Include "osabi.h".
14057 * i386bsd-tdep.c: Include "osabi.h".
14058 * i386gnu-tdep.c: Include "osabi.h".
14059 * i386ly-tdep.c: Include "osabi.h".
14060 * i386nbsd-tdep.c: Include "osabi.h".
14061 * i386obsd-tdep.c: Include "osabi.h".
14062
14063 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
14064 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14065 check osabi when iterating over arches. Update call to
14066 gdbarch_init_osabi.
14067 (mips_dump_tdep): Don't dump osabi.
14068
14069 * ns32k-tdep.h: Don't include "osabi.h".
14070 (struct gdbarch_tdep): Remove.
14071 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
14072 gdbarch_lookup_osabi. Don't iterate over arches. Don't
14073 allocate tdep. Update call to gdbarch_init_osabi.
14074 (ns32k_dump_tdep): Remove.
14075 (_initialize_ns32k_tdep): Update call to gdbarch_register.
14076 * ns32knbsd-tdep.c: Include "osabi.h".
14077
14078 * ppc-tdep.h: Don't include "osabi.h".
14079 (struct gdbarch_tdep): Remove osabi member.
14080 * rs6000-tdep.c: Include "osabi.h".
14081 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
14082 osabi when iterating over arches. Update call to
14083 gdbarch_init_osabi.
14084 (rs6000_dump_tdep): Don't dump osabi.
14085 * ppc-linux-tdep.c: Include "osabi.h".
14086 * ppcnbsd-tdep.c: Include "osabi.h".
14087
14088 * sh-tdep.h: Don't include "osabi.h".
14089 (struct gdbarch_tdep): Remove osabi member.
14090 * sh-tdep.c: Include "osabi.h".
14091 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14092 iterate over arches. Update call to gdbarch_init_osabi.
14093 (sh_dump_tdep): Don't dump osabi.
14094 * shnbsd-tdep.c: Include "osabi.h".
14095
14096 * sparc-tdep.c: Include "osabi.h".
14097 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14098 iterate over arches. Update call to gdbarch_init_osabi.
14099 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
14100 tdep structure.
14101
14102 * vax-tdep.h: Don't include "osabi.h".
14103 (struct gdbarch_tdep): Remove.
14104 * vax-tdep.c: Include "osabi.h".
14105 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14106 iterate over arches. Don't allocate tdep. Update call
14107 to gdbarch_init_osabi.
14108 (vax_dump_tdep): Remove.
14109 (_initialize_vax_tdep): Update call to gdbarch_register.
14110
14111 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14112
14113 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
14114 entirely.
14115 (breakpoint_re_set_one): Don't fetch the value for a disabled
14116 watchpoint.
14117
14118 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14119
14120 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
14121 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
14122 (COERCE_FLOAT_TO_DOUBLE): Remove.
14123 * gdbarch.c: Regenerate.
14124 * gdbarch.h: Regenerate.
14125 * Makefile.in: Remove value_h from gdbarch_h.
14126 * valops.c (coerce_float_to_double): New variable.
14127 (default_coerce_float_to_double): Remove.
14128 (standard_coerce_float_to_double): Remove.
14129 (value_arg_coerce): Use coerce_float_to_double.
14130 (_initialize_valops): Add "set coerce-float-to-double".
14131 * value.h (default_coerce_float_to_double): Remove prototype.
14132 (standard_coerce_float_to_double): Remove prototype.
14133
14134 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
14135 prototyped.
14136 * mdebugread.c (parse_symbol): Likewise.
14137 * stabsread.c (define_symbol): Mark all functions as prototyped.
14138
14139 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
14140 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
14141 set_gdbarch_coerce_float_to_double.
14142 * arm-tdep.c (arm_gdbarch_init): Likewise.
14143 * frv-tdep.c (frv_gdbarch_init): Likewise.
14144 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
14145 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
14146 * mips-tdep.c (mips_gdbarch_init): Likewise.
14147 (mips_coerce_float_to_double): Remove.
14148 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14149 (rs6000_coerce_float_to_double): Remove.
14150 * s390-tdep.c (s390_gdbarch_init): Likewise.
14151 * sh-tdep.c (sh_gdbarch_init): Likewise.
14152 (sh_coerce_float_to_double): Remove.
14153 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14154 (sparc_coerce_float_to_double): Remove.
14155 * v850-tdep.c (v850_gdbarch_init): Likewise.
14156 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
14157 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14158 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
14159 (hppa_coerce_float_to_double): Remove prototype.
14160 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14161
14162 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14163
14164 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
14165
14166 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14167
14168 Suggested by Stewart Brown <sb24@avaya.com>:
14169 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
14170 in recursive calls. Handle TYPE_CODE_TYPEDEF.
14171 (c_type_print_varspec_suffix): Likewise.
14172
14173 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14174
14175 * configure.in: Don't set and AC_SUBST SUBDIRS.
14176 * configure: Regenerated.
14177
14178 * configure.in: Remove code dealing with shared libraries.
14179 * Makefile.in: Remove HLDFLAGS and HLDENV.
14180 * configure: Regenerated.
14181
14182 2003-01-04 Andrew Cagney <ac131313@redhat.com>
14183
14184 * frame.c (deprecated_frame_xmalloc): New function.
14185 (deprecated_set_frame_saved_regs_hack): New function.
14186 (deprecated_set_frame_extra_info_hack): New function.
14187 * frame.h (deprecated_frame_xmalloc): Declare.
14188 (deprecated_set_frame_saved_regs_hack): Declare.
14189 (deprecated_set_frame_extra_info_hack): Declare.
14190
14191 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14192
14193 * configure.in: Move code that provides the --enable-gdbtk option
14194 right after the code that handles the --enable-tui option, and
14195 polish it somewhat.
14196 * configure: Regenerated.
14197
14198 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
14199 AC_CHECK_FUNCS and remove the old check for pread64.
14200 * acinclude.m4 (AC_GNU_SOURCE): New macro.
14201 * acconfig.h (_GNU_SOURCE): Add.
14202 (HAVE_PREAD64): Remove.
14203 * configure, aclocal.m4, config.in: Regenerated.
14204
14205 2003-01-03 Andrew Cagney <ac131313@redhat.com>
14206
14207 * alpha-tdep.c: Use get_frame_saved_regs.
14208 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14209 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
14210 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
14211 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
14212 * vax-tdep.c, xstormy16-tdep.c: Ditto.
14213
14214 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14215
14216 * configure.in: Remove all use of the SUBDIRS variable; add
14217 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
14218 code providing the --enable-multi-ice option, and move it right in
14219 front of the code that checks whether gdbserver is supported.
14220 Polish that too.
14221 * configure: Regenerated.
14222 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
14223 @SUBDIRS@.
14224
14225 2003-01-03 Andrew Cagney <cagney@redhat.com>
14226
14227 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
14228 * avr-tdep.c, cris-tdep.c: Ditto.
14229 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
14230 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14231
14232 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14233
14234 * configure.in: Remove --enable-netrom option.
14235 * configure: Regenerated.
14236
14237 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14238
14239 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
14240 declaration for `struct re_pattern_buffer' instead.
14241 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
14242
14243 2003-01-03 J. Brobecker <brobecker@gnat.com>
14244
14245 * mdebugread.c (parse_symbol): Count until the stEnd matching
14246 the structure name.
14247
14248 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14249
14250 * configure.in: Remove --with-cpu option.
14251 subscripts. Remove evil changequotes here.
14252 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
14253 * config.in, configure: Regenerated.
14254
14255 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
14256 * configure.in: Cleanup section that sources GDB and BFD configure
14257 subscripts. Remove evil changequotes here.
14258 * config.in, configure: Regenerated.
14259
14260 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14261
14262 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
14263 frame accessor methods.
14264 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14265 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
14266 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
14267 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
14268 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14269 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
14270 * z8k-tdep.c: Ditto.
14271
14272 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14273
14274 * configure.in: Remove UI_OUT configuration code.
14275 * ada-lang.c: Update assuming UI_OUT is always true.
14276 * Makefile.in (UIOUT_CFLAGS): Remove.
14277 * configure: Regenerated.
14278 * TODO: Remove blurb about elimination of -DUI_OUT.
14279
14280 * configure.in: Move code that provides the --enable-gdbcli,
14281 --enable-gdbmi options right before the code that handles the
14282 --enable-tui option. Polish a bit.
14283 * configure: Regenerated.
14284
14285 * configure.in: Rewrite check for GNU regex and the
14286 --without-included regex option, and move it into the "Checks for
14287 library functions" section. This makes us use the system regex
14288 again by default on systems with version 2 of the GNU C library.
14289 This was apparently broken.
14290 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
14291 * acconfig.h (USE_INCLUDED_REGEX): Remove.
14292 * config.in, configure: Regenerated.
14293
14294 * configure.in: Move code that provides the --enable-tui option
14295 before the "Checks for libraries" section. Polish the code
14296 somewhat and set need_curses to yes if we build the TUI. Rewrite
14297 code that looks for a library providing termcap functionality to
14298 match more closely what's done in the Readline library, and move
14299 it into to the "Checks for libraries" section.
14300 * configure: Regenerated.
14301 * Makefile.in (TERMCAP): Remove variable.
14302 * config/i386/go32.mh (TERMCAP): Remove variable.
14303
14304 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14305
14306 * MAINTAINERS: Mention gdb_mbuild.sh.
14307 * gdb_mbuild.sh: Rewrite.
14308
14309 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14310
14311 * configure.in: Fix typo in last change.
14312 * config.in, configure: Regenerated.
14313
14314 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14315
14316 * valarith.c (value_binop): Delete obsolete code and comments.
14317 * configure.host: Ditto.
14318 * buildsym.h (make_blockvector): Ditto.
14319 * buildsym.c (make_blockvector): Ditto.
14320 * defs.h (enum language): Ditto.
14321 (chill_demangle): Ditto.
14322 * elfread.c (elf_symtab_read): Ditto.
14323 * dwarfread.c (CHILL_PRODUCER): Ditto.
14324 (set_cu_language): Ditto.
14325 (handle_producer): Ditto.
14326 * expprint.c (print_subexp): Ditto.
14327 * gdbtypes.c (chill_varying_type): Ditto.
14328 * gdbtypes.h (builtin_type_chill_bool): Ditto.
14329 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
14330 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
14331 (chill_varying_type): Ditto.
14332 * language.h (_LANG_chill): Ditto.
14333 * language.c (binop_result_type, integral_type): Ditto.
14334 (character_type, string_type, structured_type): Ditto.
14335 (lang_bool_type, binop_type_check): Ditto.
14336 * stabsread.h (os9k_stabs): Ditto.
14337 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
14338 (define_symbol, read_type, read_struct_fields): Ditto.
14339 (read_array_type, read_enum_type, read_huge_number): Ditto.
14340 (read_range_type, start_stabs): Ditto.
14341 * symfile.c (init_filename_language_table): Ditto.
14342 (add_psymbol_with_dem_name_to_list): Ditto.
14343 * symtab.c (symbol_init_language_specific): Ditto.
14344 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
14345 * symtab.h (struct general_symbol_info): Ditto.
14346 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
14347 * typeprint.c (typedef_print): Ditto.
14348 * utils.c (fprintf_symbol_filtered): Ditto.
14349 * valops.c (value_cast, search_struct_field, value_slice): Delete
14350 obsolete code.
14351 (varying_to_slice): Delete function.
14352 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
14353 (varying_to_slice): Delete declaration.
14354 * MAINTAINERS: Update.
14355
14356 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14357
14358 * configure.in: Reorganize "Checks for library functions section"
14359 a bit. Remove check for `btowc' and `isascii' functions.
14360 * configure: Regenerated.
14361
14362 * acconfig.h (_MSE_INT_H): Remove.
14363 * configure.in: Create "Checks for header files" section, and move
14364 appropriate tests there. Don't check for objlist.h, wchar.h,
14365 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
14366 misdetection fix. Also add "Checks for types", "Checks for
14367 compiler characteristics" and "Checks for library functions"
14368 sections.
14369 * config.in, configure: Regenerated.
14370
14371 * configure.in: Create "Checks for programs" section, and move
14372 appropriate tests there.
14373
14374 2003-01-01 Mark Kettenis <kettenis@gnu.org>
14375
14376 * configure.in: Create "Checks for libraries" section, and move
14377 appropriate tests there. Cleanup check for wctype in libw. Use
14378 AC_SEARCH_LIBS to see whether we need libsocket.
14379 * configure: Regenerated.
14380
14381 For older changes see ChangeLog-2002
14382 \f
14383 Local Variables:
14384 mode: change-log
14385 left-margin: 8
14386 fill-column: 74
14387 version-control: never
14388 End:
This page took 0.384019 seconds and 5 git commands to generate.