2003-11-11 Michael Chastain <mec.gnu@mindspring.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-11-11 Michael Chastain <mec.gnu@mindspring.com>
2
3 * mips-tdep.c (msymbol_size): Delete.
4
5 2003-11-07 Michael Chastain <mec@shout.net>
6
7 * symtab.h (struct minimal_symbol): Add size.
8 * dbxread.c: Use it.
9 * elfread.c: (record_minimal_symbol_and_info): Do not use info.
10 Rename to record_minimal_symbol.
11 (elf_symtab_read): Set MSYMBOL_SIZE explicitly.
12 * minsyms.c (prim_record_minimal_symbol_and_info): Initialize MSYMBOL_SIZE.
13 (install_minimal_symbols): Ditto.
14 * objfiles.c (terminate_minimal_symbol_table): Ditto.
15 * arm-tdep.c: Delete unused MSYMBOL_SIZE.
16 * m68hc11-tdep.c: Ditto.
17 * mips-tdep.c: Ditto.
18 * sh64-tdep.c: Ditto.
19
20 2003-11-10 Michael Chastain <mec.gnu@mindspring.com>
21
22 * MAINTAINERS: Change my e-mail address.
23
24 2003-11-10 Andrew Cagney <cagney@redhat.com>
25
26 * gdbarch.sh (return_value): Replace "inval" and "outval" with
27 "readbuf" and "writebuf".
28 * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
29 * d10v-tdep.c (d10v_return_value): Ditto.
30 * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
31 (ppc_sysv_abi_broken_return_value): Ditto.
32 (ppc64_sysv_abi_return_value): Ditto.
33 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Ditto.
34 (ppc_sysv_abi_return_value): Ditto.
35 (ppc_sysv_abi_broken_return_value): Ditto.
36 (ppc64_sysv_abi_return_value): Ditto.
37 * values.c (register_value_being_returned): Update call.
38 * stack.c (return_command): Update call.
39 * gdbarch.h, gdbarch.c: Re-generate.
40
41 * target.h (struct target_ops): Order xfer buffer parameters "read
42 write" not "write read".
43 * bfd-target.c (target_bfd_xfer_partial): Update.
44 * remote.c (remote_xfer_partial): Update.
45 * inftarg.c (child_xfer_partial): Update.
46 * target.c (default_xfer_partial): Update.
47 (target_read_partial, target_write_partial): Update.
48 (debug_to_xfer_partial): Update.
49
50 * arch-utils.h, arch-utils.c: Fix typo in comment.
51
52 * arch-utils.c (deprecated_select_gdbarch_hack): Delete function.
53 (gdbarch_from_bfd): Call gdbarch_find_by_info.
54 (set_gdbarch_from_file): Call
55 "deprecated_current_gdbarch_select_hack".
56
57 2003-11-09 Andrew Cagney <cagney@redhat.com>
58
59 * arch-utils.c (gdbarch_update_p): New function.
60 * gdbarch.sh (gdbarch_update_p): Delete function.
61 (find_arch_by_info, gdbarch_find_by_info): New functions.
62 (deprecated_current_gdbarch_select_hack): New function.
63 * gdbarch.c: Re-generate.
64
65 * gdbarch.sh (clear_gdbarch_swap): Delete function.
66 (swapout_gdbarch_swap): Delete function.
67 (swapin_gdbarch_swap): Delete function.
68 (init_gdbarch_swap): Delete function.
69 (initialize_non_multiarch): Delete function.
70 (current_gdbarch_swap_in_hack): New function.
71 (current_gdbarch_swap_out_hack): New function.
72 (current_gdbarch_swap_init_hack): New function.
73 * gdbarch.c: Re-generate.
74
75 * gdbarch.sh (verify_gdbarch, gdbarch_dump): Rename "gdbarch"
76 parameter to "current_gdbarch". Add comment explaining why.
77 (TARGET_FLOAT_FORMAT: Pass "current_gdbarch" to default_double_format.
78 (TARGET_DOUBLE_FORMAT,TARGET_LONG_DOUBLE_FORMAT): Ditto.
79 * gdbarch.c: Re-generate.
80
81 * config/s390/s390.mh (XM_FILE, XM_CLIBS): Delete macros.
82 * config/s390/nm-linux.h (KERNEL_U_ADDR): Define.
83 * config/s390/xm-linux.h: Delete file.
84 * config/m88k/xm-delta88v4.h: Delete stray.
85
86 * Makefile.in (arch-utils.o): Update dependencies.
87 * arch-utils.c: Include "osabi.h".
88 (gdbarch_info_fill): New function.
89 * arch-utils.h (gdbarch_info_fill): Declare.
90 * gdbarch.sh (gdbarch_update_p): Call "gdbarch_info_fill".
91 * gdbarch.c: Re-generate.
92
93 2003-11-09 Mark Kettenis <kettenis@gnu.org>
94 David S. Miller <davem@redhat.com>
95
96 * glibc-tdep.c, glibc-tdep.h: New files.
97 * config/arm/linux.mt (TDEPFILES): Add glibc-tdep.o
98 * config/i386/linux.mt (TDEPFILES): Likewise.
99 * i386-linux-tdep.c (glibc-tdep.h): Include.
100 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
101 (i386_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
102 * arm-linux-tdep.c (glibc-tdep.h): Include.
103 (find_minsym_and_objfile, skip_hurd_resolver): Delete.
104 (arm_linux_skip_solib_resolver): Call glibc_skip_solib_resolver.
105 * Makefile.in (ALLDEPFILES): Add glibc-tdep.c
106 (glibc_tdep_h): Define.
107 (glibc-tdep.o): Add dependencies.
108 (arm-linux-tdep.o): Update dependencies.
109 (i386-linux-tdep.o): Likewise.
110
111 2003-11-09 Andrew Cagney <cagney@redhat.com>
112
113 * config/mips/irix6.mh (NAT_FILE): Set to "nm-irix5.h".
114 * config/mips/nm-irix6.h: Delete file.
115 * config/mips/nm-linux.h: Update copyright.
116 (MIPS_GNULINUX_TARGET): Delete macro.
117 * config/mips/irix6.mh (XM_FILE): Set to "xm-irix5.h".
118 * config/mips/xm-irix6.h: Delete file.
119 * config/mips/linux.mh (XM_FILE): Delete definition.
120 * config/mips/xm-linux.h: Delete file.
121
122 2003-11-09 Andrew Cagney <cagney@redhat.com>
123
124 * d10v-tdep.c (d10v_return_value): New function.
125 (d10v_use_struct_convention): Delete function.
126 (d10v_store_return_value): Delete function.
127 (d10v_extract_struct_value_address): Delete function.
128 (d10v_gdbarch_init): Set "return_value" instead of
129 "extract_return_value", "store_return_value",
130 "extract_struct_value_address", and "use_struct_convention".
131 (RET1_REGNUM): Delete const.
132
133 2003-11-09 Mark Kettenis <kettenis@gnu.org>
134
135 From David S. Miller <davem@redhat.com>:
136 * gdbarch.sh (SKIP_SOLIB_RESOLVER): New method.
137 * gdbarch.c, gdbarch.h: Regenerated.
138 * arch-utils.c (generic_skip_solib_resolver): New function.
139 * arch-utils.h (generic_skip_solib_resolver): New prototype.
140 * infrun.c (SKIP_SOLIB_RESOLVER): Don't define.
141
142 2003-11-07 Andrew Cagney <cagney@redhat.com>
143
144 * top.c (print_gdb_version): Replace STREQ with strcmp.
145 * valops.c (value_struct_elt_for_reference): Ditto.
146 (value_struct_elt_for_reference): Ditto.
147 * symtab.c (gdb_mangle_name): Ditto.
148 (find_line_symtab): Ditto.
149 * symmisc.c (maintenance_print_symbols): Ditto.
150 * symfile.c (symbol_file_command): Ditto.
151 * stabsread.c (define_symbol, read_type): Ditto.
152 (cleanup_undefined_types, scan_file_globals): Ditto.
153 * solib.c (solib_map_sections): Ditto.
154 * solib-svr4.c (bfd_lookup_symbol): Ditto.
155 * rs6000-tdep.c (skip_prologue): Ditto.
156 * p-valprint.c (pascal_value_print): Ditto.
157 (pascal_object_is_vtbl_ptr_type): Ditto.
158 * objfiles.c (in_plt_section): Ditto.
159 * minsyms.c (lookup_minimal_symbol): Ditto.
160 (compact_minimal_symbols): Ditto.
161 (find_solib_trampoline_target): Ditto.
162 * mdebugread.c (parse_type): Ditto.
163 * language.c (set_language_command): Ditto.
164 (set_type_command, set_range_command): Ditto.
165 * f-lang.c (add_common_block): Ditto.
166 (add_common_block): Ditto.
167 (find_first_common_named): Ditto.
168 (patch_all_commons_by_name): Ditto.
169 * elfread.c (elf_locate_sections): Ditto.
170 (elf_locate_sections): Ditto.
171 (elfstab_offset_sections): Ditto.
172 * dwarf2read.c (dwarf2_locate_sections): Ditto.
173 * dbxread.c (add_old_header_file): Ditto.
174 (find_corresponding_bincl_psymtab): Ditto.
175 (read_dbx_symtab, process_one_symbol): Ditto.
176 * coffread.c (patch_opaque_types): Ditto.
177 * cli/cli-decode.c (delete_cmd): Ditto.
178 * cli/cli-cmds.c (pwd_command, list_command): Ditto.
179 * c-typeprint.c (c_type_print_base): Ditto.
180 * breakpoint.c (bpstat_stop_status): Ditto.
181 (clear_command, breakpoint_re_set_one): Ditto.
182
183 2003-11-07 Andrew Cagney <cagney@redhat.com>
184
185 * bcache.h: Update copyright. Add comments on bcache VS hashtab.
186 * bcache.c (struct bstring): Make "length" an unsigned short, add
187 "half_hash".
188 (struct bcache): Add "half_hash_error_count".
189 (bcache): Compute and save the "half_hash". Compare the
190 "half_hash" before comparing the length. Update
191 half_hash_error_count.
192
193 2003-11-07 Andrew Cagney <cagney@redhat.com>
194
195 * inftarg.c (child_xfer_partial): New function
196 (init_child_ops): Set "to_xfer_partial".
197
198 2003-11-07 Andrew Cagney <cagney@redhat.com>
199
200 * ppc-linux-tdep.c (ppc_linux_init_abi): When 32-bit GNU/Linux,
201 set "return_value" instead of "use_struct_convention".
202 (ppc_linux_use_struct_convention): Delete function.
203 (ppc_linux_return_value): New function.
204 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): New function.
205 (ppc_sysv_abi_broken_return_value): New function.
206 (do_ppc_sysv_return_value): Add "gdbarch" parameter.
207 (ppc64_sysv_abi_push_dummy_call): Add "gdbarch" parameter, drop
208 static.
209 (ppc_sysv_abi_extract_return_value): Delete function.
210 (ppc_sysv_abi_broken_extract_return_value): Delete function.
211 (ppc_sysv_abi_store_return_value): Delete function.
212 (ppc_sysv_abi_broken_store_return_value): Delete function.
213 (ppc_sysv_abi_use_struct_convention): Delete function.
214 (ppc64_sysv_abi_use_struct_convention): Delete function.
215 (ppc64_sysv_abi_extract_return_value): Delete function.
216 (ppc64_sysv_abi_store_return_value): Delete function.
217 * ppcnbsd-tdep.c (ppcnbsd_return_value): New function.
218 (ppcnbsd_init_abi): Set "return_value", instead of
219 "use_struct_convention", "extract_return_value", and
220 "store_return_value".
221 (ppcnbsd_use_struct_convention): Delete function.
222 * ppc-tdep.h (ppc64_sysv_abi_return_value): Declare.
223 (ppc_sysv_abi_return_value): Declare.
224 (ppc_sysv_abi_broken_return_value): Declare.
225 (ppc_sysv_abi_use_struct_convention): Delete.
226 (ppc_sysv_abi_store_return_value): Delete.
227 (ppc_sysv_abi_extract_return_value): Delete.
228 (ppc_sysv_abi_broken_store_return_value): Delete.
229 (ppc_sysv_abi_broken_extract_return_value): Delete.
230 (ppc64_sysv_abi_use_struct_convention): Delete.
231 (ppc64_sysv_abi_extract_return_value): Delete.
232 (ppc64_sysv_abi_store_return_value): Delete.
233 * rs6000-tdep.c (rs6000_gdbarch_init): For 32-bit and 64-bit SYSV,
234 set "return_value" instead of "extract_return_value",
235 "store_return_value", and "use_struct_convention".
236
237 2003-11-07 Mark Kettenis <kettenis@gnu.org>
238
239 * dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
240
241 * fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
242 fscanf.
243
244 2003-11-07 Mark Kettenis <kettenis@gnu.org>
245
246 * fbsd-proc.c: Fix formatting.
247
248 2003-11-06 Kevin Buettner <kevinb@redhat.com>
249
250 * frv-tdep.c (first_pseudo_regnum, iacc0_regnum, frv_num_pseudo_regs):
251 Define.
252 (new_variant): Set name for iacc0_regnum.
253 (frv_register_name): Accommodate pseudo-registers.
254 (frv_register_type): Add case for iacc0_regnum.
255 (frv_pseudo_register_read, frv_pseudo_register_write): New functions.
256 (frv_gdbarch_init): Set number of pseudo registers. Establish
257 pseudo-register read/write methods.
258
259 2003-11-06 Andrew Cagney <cagney@redhat.com>
260
261 * valops.c (destructor_name_p): Replace STREQN with strncmp.
262 * top.c (command_line_input): Ditto.
263 * objc-exp.y (yylex): Ditto.
264 * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
265 * jv-exp.y (yylex): Ditto.
266 * f-exp.y (yylex): Ditto.
267 * event-top.c (command_line_handler): Ditto.
268 * environ.c (get_in_environ): Ditto.
269 (set_in_environ): Ditto.
270 * dwarfread.c (handle_producer): Ditto.
271 * dbxread.c (process_one_symbol): Ditto.
272 * c-typeprint.c (c_type_print_base): Ditto.
273 * c-exp.y (yylex): Ditto.
274
275 2003-11-06 Andrew Cagney <cagney@redhat.com>
276 Jeff Johnston <jjohnstn@redhat.com>
277
278 * target.c (add_target): Only set "to_xfer_partial" when NULL.
279 (init_dummy_target): Set "to_xfer_partial".
280
281 2003-11-06 Andrew Cagney <cagney@redhat.com>
282
283 * stack.c (return_command): Warn when STRUCT_CONVENTION, and not
284 REGISTER_CONVENTION.
285
286 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
287
288 * breakpoint.c (insert_bp_location, allocate_bp_location): Make
289 static.
290
291 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
292
293 * breakpoint.c (remove_breakpoint): Take an bp_location
294 instead of a breakpoint argument. Check the bp_location's type.
295 Fix a reversed condition for hardware breakpoints.
296
297 (insert_bp_location): Update call to remove_breakpoint.
298 (remove_breakpoints): Likewise. Use ALL_BP_LOCATIONS.
299 (remove_hw_watchpoints): Likewise.
300 (reattach_breakpoints): Likewise.
301 (detach_breakpoints): Likewise.
302 (delete_breakpoint): Likewise.
303
304 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
305
306 * breakpoint.c (mark_breakpoints_out): Use ALL_BP_LOCATIONS.
307 (beakpoint_init_inferior): Likewise.
308 (breakpoint_here_p): Likewise. Only check addresses for software
309 or hardware breakpoints.
310 (breakpoint_inserted_here_p): Likewise.
311 (breakpoint_thread_match): Likewise. Correct comment.
312 (bpstat_have_active_hw_watchpoints): Likewise.
313 (check_duplicates): Likewise.
314
315 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
316
317 * breakpoints.c (insert_bp_location): New function, broken out
318 from insert_breakpoints. Work on an bp_location instead of a
319 breakpoint.
320 (insert_breakpoints): Use it.
321
322 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
323
324 * breakpoint.h (struct bp_location): Add section.
325 (struct breakpoint): Remove section.
326 * breakpoint.c (insert_breakpoints, remove_breakpoint)
327 (breakpoint_here_p, breakpoint_inserted_here_p)
328 (breakpoint_thread_match, bpstat_stop_status, print_one_breakpoint)
329 (describe_other_breakpoints, check_duplicates, set_raw_breakpoint)
330 (clear_command, delete_breakpoint, breakpoint_re_set_one): Access
331 section through loc.
332
333 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
334
335 * breakpoint.c (read_memory_nobpt): Use ALL_BP_LOCATIONS
336 instead of ALL_BREAKPOINTS. Check for software breakpoints only.
337
338 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
339
340 * breakpoint.c (allocate_bp_location): Take bpt and bp_type
341 arguments. Initialize owner and type for the new breakpoint
342 location item.
343 (set_raw_breakpoint): Update call to allocate_bp_location.
344
345 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
346
347 * breakpoint.h (struct bp_location): Add a chain pointer.
348 * breakpoint.c (ALL_BP_LOCATIONS, ALL_BP_LOCATIONS_SAFE): New
349 macros.
350 (bp_location_chain): New variable.
351 (allocate_bp_location): New function.
352 (set_raw_breakpoint): Use it.
353 (delete_breakpoint): Remove ->loc from the bp_location_chain.
354
355 2003-11-06 Daniel Jacobowitz <drow@mvista.com>
356
357 * breakpoint.h (enum bp_loc_type, struct bp_location): New.
358 (struct breakpoint): Remove address, shadow_contents, inserted,
359 requested_address, and duplicate. Add a struct bp_location.
360 * breakpoint.c (condition_command, read_memory_nobpt)
361 (insert_breakpoints, remove_breakpoints, remove_hw_watchpoints)
362 (reattach_breakpoints, update_breakpoints_after_exec)
363 (detach_breakpoints, remove_breakpoint, mark_breakpoints_out)
364 (breakpoint_init_inferior, breakpoint_here_p)
365 (breakpoint_inserted_here_p, deprecated_frame_in_dummy)
366 (breakpoint_thread_match, bpstat_stop_status)
367 (bpstat_have_active_hw_watchpoints, print_one_breakpoint)
368 (describe_other_breakpoints, check_duplicates)
369 (make_breakpoint_permanent, create_thread_event_breakpoint)
370 (disable_breakpoints_in_shlibs, re_enable_berakpoints_in_shlibs)
371 (set_longjmp_resume_breakpoint, mention, create_breakpoints)
372 (watch_command_1, print_one_exception_catchpoint)
373 (clear_command, breakpoint_re_set_one): Adjust member accesses to
374 use the breakpoint's ->loc.
375 (set_raw_breakpoint): Likewise. Initialize ->loc.
376 (delete_breakpoint): Likewise. Free ->loc.
377
378 2003-11-05 Andrew Cagney <cagney@redhat.com>
379
380 * config/sparc/tm-sparc.h (FRAME_STRUCT_ARGS_ADDRESS): Delete
381 macro.
382 * config/m68k/tm-sun3.h (SIG_PC_FP_OFFSET): Delete macro.
383 * config/i386/tm-cygwin.h
384 (LINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES): Delete macro.
385 * config/powerpc/tm-linux.h
386 (AT_SUBROUTINE_CALL_INSTRUCTION_TARGET): Delete macro.
387 (at_subroutine_call_instruction_target): Delete declaration.
388 * config/sparc/tm-sp64linux.h (GDB_PTRACE_REGS64): Delete macro.
389 * config/m68k/tm-sun3.h (SIG_SP_FP_OFFSET): Delete macro.
390 * config/ns32k/tm-ns32k.h (NUM_GENERAL_REGS): Delete macro.
391
392 * xcoffread.c (find_linenos): Replace "sec_ptr" and "bfd" with
393 "struct bfd_section" and "struct bfd".
394 * target.h (struct section_table): Ditto.
395 * rs6000-nat.c (xcoff_relocate_core): Ditto.
396 * solib-svr4.c (elf_locate_base): Ditto.
397 * pa64solib.c (dld_cache_t): Ditto.
398 * objfiles.h (struct obj_section): Ditto.
399 * objfiles.c (add_to_objfile_sections): Ditto.
400 * exec.c (bfdsec_to_vmap): Ditto.
401 (add_to_section_table): Ditto.
402 (build_section_table): Ditto.
403 * corelow.c (get_core_register_section): Ditto.
404 * coffread.c (find_linenos): Ditto.
405 * elfread.c (elf_interpreter): Delete #if0'd function.
406
407 * mips-tdep.c (mips_dump_tdep): Delete code prinint VX_NUM_REGS.
408 * config/sparc/tm-vxsparc.h (VX_NUM_REGS): Delete macro.
409 * config/mips/tm-vxmips.h (VX_NUM_REGS): Delete macro.
410 * config/m68k/tm-vx68.h (VX_NUM_REGS): Delete macro.
411
412 * arch-utils.h (generic_cannot_extract_struct_value_address):
413 Delete declaration.
414 * wince.c (_initialize_wince): Fix multi-line string.
415 * ia64-tdep.c (floatformat_valid): Convert to ISO C.
416
417 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
418
419 * top.c (execute_command): Fix broken logic for command execution
420 while inferior is running in async mode.
421
422 2003-11-06 Mark Kettenis <kettenis@gnu.org>
423
424 * dwarf2-frame.c (execute_cfa_program): Mark register as
425 REG_SAVED_REG for DW_CFA_register opcode.
426
427 2003-11-05 Mark Kettenis <kettenis@gnu.org>
428
429 * amd64fbsd-tdep.c (amd64fbsd_sc_reg_offset): Adjust offset of
430 %rsp, %rip and %eflags to match ABI-change.
431
432 2003-11-05 Jeff Johnston <jjohnstn@redhat.com>
433
434 * ia64-tdep.c (struct gdbarch_tdep): Remove os_ident field.
435 (ia64_gdbarch_init): Don't bother calculating the os.
436 Instead use the gdbarch_info struct and look at the osabi field.
437 Also use gdbarch_list_lookup_by_info() to look for a
438 candidate gdbarch.
439
440 2003-11-05 Kevin Buettner <kevinb@redhat.com>
441
442 * frv-tdep.c (frv_register_byte): Delete.
443 (frv_extract_return_value, frv_store_return_value)
444 (frv_extract_struct_value_address): Don't call frv_register_byte().
445 Convert to non-deprecated form.
446 (frv_gdbarch_init): Don't call set_gdbarch_deprecated_register_byte().
447 Convert calls to set_gdbarch_deprecated_extract_return_value(),
448 set_gdbarch_deprecated_store_return_value(), and
449 set_gdbarch_deprecated_extract_struct_value_address() into
450 non-deprecated forms.
451
452 2003-11-05 Andrew Cagney <cagney@redhat.com>
453
454 * mips-tdep.c (mips_dump_tdep): Do not print
455 PRINT_EXTRA_FRAME_INFO.
456 * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
457 Rename PRINT_EXTRA_FRAME_INFO.
458 * mips-tdep.c (mips_print_extra_frame_info): Delete function.
459 * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
460 (mips_print_extra_frame_info): Delete declaration.
461 * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
462
463 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
464
465 * coffread.c (coff_symtab_read): Remove passing of info parameter
466 to prim_record_minimal_symbol_and_info.
467
468 2003-11-05 Elena Zannoni <ezannoni@redhat.com>
469
470 * coffread.c (process_coff_symbol): Delete CXUX_TARGET macro use.
471 (decode_base_type): Delete ifdeffed out code.
472
473 2003-11-04 Andrew Cagney <cagney@redhat.com>
474
475 * symtab.c (find_active_alias): Delete function.
476 (lookup_block_symbol): Delete alias code.
477 * stabsread.c (resolve_live_range): Delete function.
478 (add_live_range): Delete function.
479 (resolve_symbol_reference): Delete function.
480 (define_symbol): Delete live range and alias code.
481 (scan_file_globals): Delete alias code.
482 * symtab.h (SYMBOL_RANGES): Delete macro.
483 (struct range_list): Delete structure.
484 (struct symbol): Delete field "ranges".
485 (SYMBOL_ALIASES): Delete macro.
486 (struct alias_list): Delete structure.
487 (struct symbol): Delete field "aliases".
488
489 2003-11-04 Michael Snyder <msnyder@redhat.com>
490
491 * MAINTAINERS: Remove myself as owner of breakpoints and
492 of sparc/solaris.
493
494 2003-11-03 Corinna Vinschen <vinschen@redhat.com>
495
496 * sh-tdep.c (sh_sh4_nofpu_register_name): New function.
497 (sh_sh4al_dsp_register_name): Ditto.
498 (sh4_nofpu_show_regs): Ditto.
499 (sh_gdbarch_init): Add cases for bfd_mach_sh4al_dsp, bfd_mach_sh4a,
500 bfd_mach_sh4_nofpu and bfd_mach_sh4a_nofpu.
501
502 2003-11-03 Andrew Cagney <cagney@redhat.com>
503
504 * bcache.c: Include "gdb_assert.h".
505 (struct bcache): Add fields "expand_count" and
506 "expand_hash_count".
507 (expand_hash_table): Update the expand counts.
508 (print_bcache_statistics): Use XCALLOC, not alloca. Print stats
509 on object sizes and hashes.
510 * Makefile.in (bcache.o): Update dependencies.
511
512 2003-11-03 Andrew Cagney <cagney@redhat.com>
513
514 * exec.c (xfer_memory): Eliminate xfer_fn.
515
516 2003-10-31 Kevin Buettner <kevinb@redhat.com>
517
518 * frv-tdep.c (gdb_assert.h, sim-regno.h, gdb/sim-frv.h)
519 (opcodes/frv-desc.h): Include.
520 (iacc0h_regnum, iacc0l_regnum): Define.
521 (last_spr_regnum, frv_num_regs): Update.
522 (new_variant): Don't supply default names for holes in the SPRs.
523 Supply names for iacc0h_regnum and iacc0l_regnum.
524 (frv_register_type): Use symbolic constants first_fpr_regnum and
525 last_fpr_regnum instead of hardcoded constants 64 and 127. Use
526 builtin_type_int instead of builtin_type_int32.
527 (frv_register_sim_regno): New function.
528 (frv_gdbarch_init): Call set_gdbarch_register_sim_regno().
529 * Makefile.in (gdb_sim_frv_h): Define.
530 (frv-tdep.o): Update dependencies.
531
532 2003-10-31 Andrew Cagney <cagney@redhat.com>
533
534 * avr-tdep.c (avr_frame_this_id): Do not call
535 deprecated_inside_entry_file.
536 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
537 * m32r-tdep.c (m32r_frame_this_id): Ditto.
538 * d10v-tdep.c (d10v_frame_this_id): Ditto.
539 * arm-tdep.c (arm_prologue_this_id): Ditto.
540 * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
541
542 2003-10-31 Jim Blandy <jimb@redhat.com>
543
544 * elfread.c (elf_symtab_read): Allocate correct number of tail
545 elements to sectinfo structure. (Fix from Woody LaRue.)
546
547 2003-10-31 Andrew Cagney <cagney@redhat.com>
548
549 * stack.c (return_command): Use get_frame_type, instead of
550 CALL_DUMMY_HAS_COMPLETED.
551 * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition.
552 * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
553
554 2003-10-31 Mark Kettenis <kettenis@gnu.org>
555
556 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): Don't
557 explicitly specify size of array.
558 (x86_64_linux_init_abi): Use ARRAY_SIZE to initialize
559 TDEP->sc_num_regs.
560
561 2003-10-31 Andrew Cagney <cagney@redhat.com>
562
563 * s390-tdep.c (s390_cannot_extract_struct_value_address): New
564 function.
565 (s390_gdbarch_init): Set extract_struct_value_address.
566 * arch-utils.c (generic_cannot_extract_struct_value_address):
567 Delete function.
568 * arch-utils.h (generic_cannot_extract_struct_value_address):
569 Delete definition.
570
571 2003-10-31 Mark Kettenis <kettenis@gnu.org>
572
573 * i386-linux-nat.c (fetch_core_registers): Remove.
574 (linux_elf_core_fns): Remove.
575 (_initialize_i386_linux_nat): Remove.
576
577 2003-10-31 Andrew Cagney <cagney@redhat.com>
578
579 * solib-svr4.c: Update copyright. Include "bfd-target.h" and
580 "exec.h".
581 (exec_entry_point): New function.
582 (enable_break): Create a "tmp_bfd_target", use that and
583 entry_point_address when computing the relocation offset.
584 (svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
585 * Makefile.in (solib-svr4.o): Update dependencies.
586
587 2003-10-31 Andrew Cagney <cagney@redhat.com>
588
589 * defs.h (XZALLOC): Define.
590 * target.h (struct target_ops): Add "to_data";
591 * bfd-target.h, bfd-target.c: New files.
592 * Makefile.in (SFILES): Add "bfd-target.c".
593 (COMMON_OBS): Add "bfd-target.o".
594 (bfd-target.o): Specify dependencies.
595 (bfd_target_h): Define.
596 * defs.h (XZALLOC): Define.
597
598 2003-10-31 Andrew Cagney <cagney@redhat.com>
599
600 * rs6000-tdep.c (rs6000_gdbarch_init): For 64-bit ABI, set
601 adjust_breakpoint_address.
602 * Makefile.in (ppc-sysv-tdep.o): Add $(target_h).
603 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Declare.
604 * ppc-sysv-tdep.c: Include "target.h". Update copyright.
605 (ppc64_sysv_abi_adjust_breakpoint_address): New function.
606
607 2003-10-31 Andrew Cagney <cagney@redhat.com>
608
609 * target.h (struct target_ops): Replace "to_read_partial" and
610 "to_write_partial" with "to_xfer_partial". Update comments.
611 * target.c (debug_to_write_partial): Delete function.
612 (debug_to_xfer_partial): Replace debug_to_read_partial.
613 (add_target, update_current_target, setup_target_debug): Set
614 "to_xfer_partial" instead of "to_read_partial" and
615 "to_write_partial".
616 (default_xfer_partial): Replace "default_write_partial".
617 (default_read_partial): Delete.
618 (target_read_partial, target_write_partial): Call
619 "to_xfer_partial".
620 * remote.c (init_remote_ops): Set "to_xfer_partial".
621 (init_remote_async_ops): Ditto.
622 (remote_xfer_partial): Replace "remote_read_partial".
623
624 2003-10-31 Mark Kettenis <kettenis@gnu.org>
625
626 * i386-tdep.c (i386_supply_fpregset): Support floating-point
627 registers in `fxsave' format.
628 (i386_regset_from_core_section): Deal with ".reg-xfp" sections.
629
630 2003-10-30 Mark Kettenis <kettenis@gnu.org>
631
632 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): New variable.
633 (i386_linux_init_abi): Initialize TDEP->gregset_reg_offset,
634 TDEP->gregset_num_regs and tdep->sizeof_gregset.
635
636 * i386-linux-tdep.c (i386_linux_sc_reg_offset): Don't explicitly
637 specify size of array.
638 (i386_linux_init_abi): Remove initialization of
639 TDEP->num_xmm_regs. Use I386_LINUX_NUM_REGS for number of
640 registers. Use ARRAY_SIZE to initialize TDEP->sc_num_regs.
641
642 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
643 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
644 core-regset.o.
645
646 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
647 the ELF header.
648
649 2003-10-29 Mark Kettenis <kettenis@gnu.org>
650
651 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
652 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
653 core-regset.o.
654
655 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
656
657 * corelow.c: Include "arch-utils.h", "regset.h" and
658 "gdb_assert.h".
659 (core_gdbarch): New variable.
660 (sniff_core_bfd): Don't sniff if we have support for register sets
661 in CORE_GDBARCH.
662 (core_close): Reset CORE_GDBARCH.
663 (core_open): Initialize CORE_GDBARCH.
664 (get_core_register_section): Use register sets if they are
665 supported by CORE_GDBARCH.
666 (get_core_registers): Don't print error message if we have support
667 for register sets in CORE_GDBARCH.
668
669 2003-10-29 Andrew Cagney <cagney@redhat.com>
670
671 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
672 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
673
674 2003-10-29 Mark Kettenis <kettenis@gnu.org>
675
676 * objfiles.h (clear_objfile_data): New prototype.
677 * objfiles.c (clear_objfile_data): New function.
678 * symfile.c (reread_symbols): Clear per-objfile data.
679
680 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
681
682 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
683 printf_unfiltered instead of printf_filtered for output messages.
684 (add_symbol_file_command): Ditto.
685 (reread_symbols): Ditto.
686 (overlay_auto_command): Ditto.
687 (overlay_manual_command): Ditto.
688 (overlay_off_command): Ditto.
689
690 2003-10-27 Mark Kettenis <kettenis@gnu.org>
691
692 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
693 (gdbarch_from_bfd): New function.
694 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
695 deprecated_select_gdbarch_hack.
696 * arch-utils.h (gdbarch_from_bfd): New prototype.
697
698 2003-10-27 Andrew Cagney <cagney@redhat.com>
699
700 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
701 arch_info. Use warning instead of fprintf_filtered. Do not use
702 deprecated bfd_printable_arch_mach.
703
704 2003-10-26 Kevin Buettner <kevinb@redhat.com>
705
706 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
707 Delete.
708 (frv_register_type): Rename from frv_register_virtual_type. Add
709 ``struct gdbarch *'' parameter.
710 (frv_gdbarch_init): Delete calls to the following functions:
711 set_gdbarch_deprecated_size(),
712 set_gdbarch_deprecated_register_bytes(),
713 set_gdbarch_deprecated_register_raw_size(),
714 set_gdbarch_deprecated_max_register_raw_size(),
715 set_gdbarch_deprecated_register_virtual_size(),
716 set_gdbarch_deprecated_max_register_virtual_size(),
717 set_gdbarch_deprecated_register_virtual_size(),
718 set_gdbarch_deprecated_register_virtual_type().
719 Add call to function set_gdbarch_register_type().
720
721 2003-10-26 Mark Kettenis <kettenis@gnu.org>
722
723 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
724 FDOFF_REGNUM): Remove defines.
725 * win32-nat.c (do_child_fetch_inferior_registers): Include
726 "i387-tdep.h".
727 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
728 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
729 undefine I387_ST0_REGNUM.
730
731 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
732 * x86-64-tdep.c (x86_64_store_return_value): Use
733 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
734
735 Change register numbers to enumartion values.
736 * i386-tdep.h (enum i386_regnum): New.
737 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
738 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
739 I386_ST0_REGNUM): Remove defines.
740 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
741 I386_EDI_REGNUM): Remove defines.
742
743 2003-10-24 Andrew Cagney <cagney@redhat.com>
744
745 * target.c: Include "gdbcore.h".
746 (get_target_memory, get_target_memory_unsigned): New functions.
747 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
748 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
749 Use get_target_memory_unsigned.
750 * Makefile.in (target.o): Update dependencies.
751
752 2003-10-24 Andrew Cagney <cagney@redhat.com>
753
754 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
755 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
756 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
757 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
758 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
759
760 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
761 (can_run_code_for): Use the OO term "singleton".
762
763 2003-10-23 Andrew Cagney <cagney@redhat.com>
764
765 * Makefile.in (stack.o): Add $(regcache_h).
766 * stack.c: Include "regcache.h"
767 (return_command): Rewrite. Use get_frame_id and
768 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
769 about unhandled return-values.
770 * value.h (set_return_value): Delete declaration.
771 * values.c (set_return_value): Delete function.
772
773 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
774
775 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
776 (pseudo_regs): Add comment regarding register stack registers.
777 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
778 (floatformat_valid): New static routine.
779 (floatformat_ia64_ext): Add name field and set up is_valid routine
780 to floatformat_valid().
781 (examine_prologue): For the previous cfm, use
782 frame_unwind_register()
783 if the cfm is not stored in a register-stack register. Save the
784 previous cfm value in the prev_cfm field. Add debug output.
785 (ia64_frame_this_id): Use frame_id_build_special() to also register
786 the bsp. Add debug output.
787 (ia64_sigtramp_frame_this_id): Ditto.
788 (ia64_frame_prev_register): Look at cache saved_regs for a few more
789 registers and also add some checks for framelessness before accepting
790 current register values for fields such as return address. For cfm,
791 use the cached prev_cfm field if available. Add comment to explain
792 PSR logic. Add debug output.
793 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
794 as part of initialization.
795 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
796 calculated. Cache the bsp and cfm values.
797 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
798 instead of using ia64_frame_prev_register() which doesn't expect most
799 registers to be saved. The saved values for bsp and sp
800 can be taken from the cache. Add debug output.
801 (ia64_push_dummy_call): Use frame_id_build_special() to also register
802 the bsp.
803
804 2003-10-23 Jim Blandy <jimb@redhat.com>
805
806 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
807 architecture the current arch can run code for --- but not if it's
808 a superset.
809 (can_run_code_for): New function.
810
811 2003-10-22 James E Wilson <wilson@specifixinc.com>
812
813 * MAINTAINERS: Move myself from paper trail section back to write
814 after approval section.
815
816 2003-10-22 Andrew Cagney <cagney@redhat.com>
817
818 * exec.h: New file.
819 * win32-nat.c: Include "exec.h".
820 * solib.c: Include "exec.h".
821 * target.h (build_section_table): Delete declaration.
822 * somsolib.c: Include "exec.h".
823 (exec_ops): Delete extern declaration.
824 * rs6000-nat.c: Update copyright. Include "exec.h".
825 (exec_ops): Delete extern declaration.
826 * pa64solib.c: Update copyright. Include "exec.h".
827 (exec_ops): Delete extern declaration.
828 * exec.c: Update copyright. Include "exec.h".
829 * corelow.c: Update dependencies. Include "exec.h".
830 * Makefile.in (exec_h): Define.
831 (exec.o, somsolib.o): Update dependencies.
832 (pa64solib.o, corelow.o): Update dependencies.
833
834 2003-10-22 Andrew Cagney <cagney@redhat.com>
835
836 * target.c: Include "gdb_assert.h" (target_read): Call
837 "target_read_partial", not "target_write_partial".
838 (default_read_partial, default_write_partial): New function.
839 (target_read_partial, target_write_partial): Simplify, assume that
840 there is always a read/write method.
841 (update_current_target, add_target): Always set "to_read_partial"
842 and "to_write_partial".
843 (target_write, target_read): Fail on a zero byte transfer.
844 * Makefile.in (target.o): Update dependencies.
845 * target.h: Update copyright date.
846 (target_object): Fix typo.
847
848 2003-10-22 Andrew Cagney <cagney@redhat.com>
849
850 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
851 multi-arch method, add "targ" parameter.
852 (struct target_ops): Declare.
853 * gdbarch.h, gdbarch.c: Re-generate.
854 * Makefile.in (c-valprint.o): Update dependencies.
855 * arch-utils.h: Update copyright.
856 (convert_from_func_ptr_addr_identity): Declare.
857 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
858 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
859 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
860 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
861 * infcall.c (find_function_addr, call_function_by_hand): Update.
862 * c-valprint.c: Include "target.h".
863 (print_function_pointer_address): Update.
864
865 2003-10-22 Andrew Cagney <cagney@redhat.com>
866
867 * target.c (target_close): New function.
868 (debug_to_close): Use "target_close".
869 (push_target): Use "target_close".
870 (unpush_target): Use "target_close".
871 (pop_target): Use "target_close".
872 * target.h (struct target_ops): Add "to_xclose".
873 (target_open): Delete macro. Move comment to "to_open".
874 (target_close): Replace macro with function that takes a target.
875 * top.c (quit_target): Pass "current_target" to "target_close".
876
877 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
878
879 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
880 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
881 * symtab.h (lookup_minimal_symbol_text): Update.
882 * breakpoint.c (create_overlay_event_breakpoint,
883 create_longjmp_breakpoint): Update callers.
884 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
885 * symtab.c (find_pc_sect_line): Ditto.
886
887 2003-10-21 Andrew Cagney <cagney@redhat.com>
888
889 * target.c (errno): Delete extern declaration.
890
891 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
892
893 * ia64-tdep.c: Change all occurrences of
894 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
895 (ia64_frame_prev_register): Minor whitespace change.
896
897 2003-10-20 Michael Chastain <mec@shout.net>
898
899 * config/djgpp/fnchange.lst: Add lines for:
900 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
901 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
902 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
903 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
904 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
905 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
906 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
907
908 2003-10-20 Andrew Cagney <cagney@redhat.com>
909
910 * values.c (register_value_being_returned): Update comments. Use
911 "gdbarch_return_value" when available.
912 (using_struct_return): Ditto.
913 (set_return_value): Ditto. Use "gdbarch_return_value" when
914 available.. Print a warning, and not an error, when an unhandled
915 return type is encountered.
916 * infcmd.c: Include "gdb_assert.h".
917 (print_return_value): When gdbarch_return_value_p, and using
918 struct return, assume that the value is not available.
919 * defs.h (return_value_convention): Define.
920 * gdbarch.sh (gdbarch_return_value): New predicate method.
921 * gdbarch.h, gdbarch.c: Re-generate
922 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
923
924 2003-10-20 Andrew Cagney <cagney@redhat.com>
925
926 * symtab.c: Replace "struct sec" with "struct bfd_section".
927 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
928
929 2003-10-19 Michael Chastain <mec@shout.net>
930
931 * config/djgpp/fnchange.lst: Add lines for:
932 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
933 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
934 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
935
936 2003-10-19 Mark Kettenis <kettenis@gnu.org>
937
938 * amd64fbsd-nat.c (fetch_inferior_registers,
939 store_inferior_registers): Remove functions.
940 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
941
942 2003-10-18 Mark Kettenis <kettenis@gnu.org>
943
944 Add NetBSD/amd64 native configuration:
945 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
946 * amd64nbsd-tdep.c: New file.
947 * amd64nbsd-nat.c: New file.
948 * amd64bsd-nat.c: New file.
949 * config/i386/nbsd64.mh: New file.
950 * config/i386/nbsd64.mt: New file.
951 * configure.host: Add x86_64-*-netbsd*.
952 * configure.tgt: Add x86_64-*-netbsd*.
953 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
954 New targets.
955 * NEWS (New native configurations): Mention NetBSD/amd64.
956
957 2003-10-17 Michael Chastain <mec@shout.net>
958
959 * config/djgpp/fnchange.lst: Remove dead lines for:
960 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
961 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
962 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
963 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
964 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
965 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
966 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
967 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
968 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
969 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
970 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
971 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
972 gdb/config/sparc/tm-sparclite.h,
973 gdb/gdbtk/generic/ChangeLog-2001,
974 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
975 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
976 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
977 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
978 gdb/testsuite/gdb.mi/mi0-var-block.exp,
979 gdb/testsuite/gdb.mi/mi0-var-child.exp,
980 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
981 gdb/testsuite/gdb.mi/mi0-var-display.exp,
982 itcl/iwidgets3.0.0/demos/extfileselectionbox,
983 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
984 itcl/iwidgets3.0.0/demos/fileselectionbox,
985 itcl/iwidgets3.0.0/demos/fileselectiondialog,
986 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
987 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
988 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
989 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
990 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
991 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
992 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
993 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
994 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
995 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
996 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
997 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
998 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
999 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
1000 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
1001 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
1002 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
1003 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
1004 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
1005 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
1006 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
1007 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
1008 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
1009 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
1010 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
1011 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
1012 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
1013 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
1014 itcl/iwidgets3.0.0/demos/html/shell.n.html,
1015 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
1016 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
1017 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
1018 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
1019 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
1020 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
1021 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
1022 itcl/iwidgets3.0.0/demos/scrolledcanvas,
1023 itcl/iwidgets3.0.0/demos/scrolledframe,
1024 itcl/iwidgets3.0.0/demos/scrolledhtml,
1025 itcl/iwidgets3.0.0/demos/scrolledlistbox,
1026 itcl/iwidgets3.0.0/demos/scrolledtext,
1027 itcl/iwidgets3.0.0/demos/selectionbox,
1028 itcl/iwidgets3.0.0/demos/selectiondialog,
1029 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
1030 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
1031 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
1032 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
1033 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
1034 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
1035 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
1036 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
1037 itcl/iwidgets3.0.0/doc/scrolledframe.n,
1038 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
1039 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
1040 itcl/iwidgets3.0.0/doc/scrolledtext.n,
1041 itcl/iwidgets3.0.0/doc/selectionbox.n,
1042 itcl/iwidgets3.0.0/doc/selectiondialog.n,
1043 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
1044 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
1045 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
1046 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
1047 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
1048 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
1049 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
1050 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
1051 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
1052 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
1053 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
1054 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
1055 itcl/iwidgets3.0.0/generic/selectionbox.itk,
1056 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
1057 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
1058 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
1059 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
1060 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
1061 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
1062 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
1063 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
1064 itcl/iwidgets3.0.0/tests/scrolledframe.test,
1065 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
1066 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
1067 itcl/iwidgets3.0.0/tests/scrolledtext.test,
1068 itcl/iwidgets3.0.0/tests/selectionbox.test,
1069 itcl/iwidgets3.0.0/tests/selectiondialog.test,
1070 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
1071 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
1072 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
1073 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
1074 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
1075 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
1076 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
1077 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
1078 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
1079 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
1080 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
1081 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
1082 tk/mac/tkMacProjects.sit.hqx.
1083
1084 2003-10-17 Andrew Cagney <cagney@redhat.com>
1085
1086 * target.c (target_section_by_addr): New function.
1087 (do_xfer_memory): Use "target_section_by_addr".
1088 * target.h (target_section_by_addr): Declare.
1089
1090 * target.h (struct target_ops): Add "to_read_partial" and
1091 "to_write_partial", delete "to_query".
1092 (target_read_partial, target_write_partial): Declare.
1093 (target_read, target_write): Declare.
1094 (target_query): Delete macro.
1095 * target.c (target_read_partial): New function.
1096 (target_write_partial, target_read, target_write): New function.
1097 (update_current_target): Delete inheritance of "to_query". Add
1098 comments about "to_read_partial" and "to_write_partial".
1099 (debug_to_partial_read, debug_to_partial_write): New functions.
1100 (debug_to_query): Delete function.
1101 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
1102 instead of "to_query".
1103 * remote.c (remote_read_partial): Replace "remote_query".
1104 (init_remote_ops): Set "to_read_partial" instead of "to_query".
1105 (init_remote_async_ops): Ditto.
1106 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
1107 "target_read_partial" instead of "target_query".
1108 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
1109 Use "target_read_partial" instead of "target_query".
1110
1111 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
1112
1113 * frame.h (struct frame_id): Add new field: special_addr.
1114 (frame_id_build_special): New prototype.
1115 * frame.c (frame_id_build_special): New function.
1116 (frame_id_build): Change to call frame_id_build_special().
1117 (frame_id_eq): Change to also test special_addr field.
1118 (frame_id_inner): Update comment.
1119
1120 2003-10-17 Andrew Cagney <cagney@redhat.com>
1121
1122 * target.c (update_current_target): Perform the target cleanup.
1123 Put the target stack beneath the squashed "current_target".
1124 (add_target): Delete disabled call to "cleanup_target".
1125 (cleanup_target): Delete function.
1126 (push_target, unpush_target): Do not call "cleanup_target".
1127
1128 2003-10-17 Andrew Cagney <cagney@redhat.com>
1129
1130 * target.c (target_stack): Change to a static target_ops.
1131 (update_current_target): Walk the "struct target_ops" stack.
1132 (pop_target, do_xfer_memory, target_info): Ditto.
1133 (find_target_beneath): Ditto.
1134 (push_target): Rewrite to use the "struct target_ops" stack.
1135 (unpush_target): Ditto.
1136 * target.h (struct target_stack_item): Delete definition.
1137 (target_stack): Delete declaration.
1138 (struct target_ops): Add field "beneath".
1139
1140 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
1141
1142 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
1143 declaration.
1144 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
1145 (h8300_examine_prologue): Use h8300_normal_mode flag
1146 (h8300_gdbarch_init): Set architecture info for normal mode
1147
1148 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
1149
1150 * remote.c (remote_protocol_vcont): New variable.
1151 (set_remote_protocol_vcont_packet_cmd): New function.
1152 (show_remote_protocol_vcont_packet_cmd): New function.
1153 (init_all_packet_configs): Handle remote_protocol_vcont.
1154 (remote_vcont_probe): New function.
1155 (remote_vcont_resume): New function.
1156 (remote_resume): Use it.
1157 (remote_async_resume): Call remote_resume.
1158 (_initialize_remote): Add verbose-resume packet commands.
1159
1160 2003-10-16 Andrew Cagney <cagney@redhat.com>
1161
1162 * infrun.c (handle_inferior_event): Add comment about
1163 "frame_id_inner" being too weak.
1164
1165 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
1166
1167 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
1168 second parameter, which is always null. Remove
1169 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
1170 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
1171 accordingly.
1172 * somsolib.c (som_solib_create_inferior_hook,
1173 som_solib_desire_dynamic_linker_symbols): Update callers.
1174 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
1175
1176 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
1177
1178 * remote-m32r-sdi.c : New file, interface to m32r on-chip
1179 debug interface, SDI (Scalable Debug Interface).
1180 * NEWS: Mention m32r SDI protocol was supported.
1181 * Makefile.in (remote-m32r-sdi.o): Add build rule.
1182 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
1183
1184 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
1185
1186 * ia64-linux-tdep.c: Include gdbcore.h.
1187 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
1188 (ia64_linux_sigcontext_register_addr): Find the address of the
1189 sigcontext area stored in the sigframe instead of using
1190 a magic offset constant.
1191
1192 2003-10-15 Andrew Cagney <cagney@redhat.com>
1193
1194 * remote.c (remote_search): Delete function.
1195 * target.h (target_search): Delete disabled macro.
1196 (struct target_ops): Delete disabled field "to_search".
1197
1198 2003-10-14 Kevin Buettner <kevinb@redhat.com>
1199
1200 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
1201 instead of deprecated_inside_entry_file().
1202
1203 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
1204
1205 * sh-tdep.c: Fix copy/paste hangover in comment.
1206 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
1207 mode.
1208 (sh3e_sh4_extract_return_value): Ditto.
1209
1210 2003-10-13 Richard Henderson <rth@redhat.com>
1211
1212 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
1213 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
1214 match c_val_print a bit closer.
1215
1216 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1217
1218 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
1219 (frv_gdbarch_adjust_breakpoint_address): New function.
1220 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
1221 method.
1222
1223 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1224
1225 * breakpoint.h (struct breakpoint): Add new member
1226 ``requested_address''.
1227 * breakpoint.c (breakpoint_adjustment_warning)
1228 (adjust_breakpoint_address): New static functions.
1229 (print_it_typical): Issue warning if breakpoint's address is different
1230 from its requested address.
1231 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
1232 (breakpoint_re_set_one): Set breakpoint's
1233 ``requested_address'' field. Set ``address'' field to the
1234 result of calling adjust_breakpoint_address() on the requested
1235 address.
1236
1237 2003-10-13 Kevin Buettner <kevinb@redhat.com>
1238
1239 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
1240 * gdbarch.h, gdbarch.c: Regenerate.
1241
1242 2003-10-11 Mark Kettenis <kettenis@gnu.org>
1243
1244 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
1245 TDEP->sc_num_regs.
1246
1247 * i386fbsd-tdep.c: New file.
1248 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1249 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1250 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
1251 i386bsd-tdep.c.
1252 (_initialize_i386fbsd_tdep): New function.
1253 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
1254 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
1255 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
1256 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
1257 TDEP->sc_num_regs.
1258 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
1259 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1260 to initialize TDEP->sc_num_regs.
1261 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1262 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
1263 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
1264 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
1265 FreeBSD ELF OS/ABI's here.
1266 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
1267 (i386fbsd-tdep.o): New target.
1268 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
1269 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
1270
1271 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
1272 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
1273 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
1274 in initialization of TDEP->sc_num_regs.
1275
1276 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
1277 (x86_64_init_abi): Initialize regset_from_core_section if
1278 appropriate.
1279
1280 * i386-tdep.c (i386_regset_from_core_section): New function.
1281 (i386_gdbarch_init): Initialize regset_from_core_section if
1282 appropriate.
1283 * i386-tdep.h (i386_regset_from_core_section): New declaration.
1284
1285 * i386-tdep.h (struct regset): Declare opaque.
1286
1287 * gdbarch.sh (regset_from_core_section): New method.
1288 (struct regset): Declare opaque.
1289 * gdbarch.c, gdbarch.h: Regenerated.
1290
1291 2003-10-11 Alan Modra <amodra@bigpond.net.au>
1292
1293 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
1294 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
1295 Correct test for pc within section.
1296
1297 2003-10-11 Mark Kettenis <kettenis@gnu.org>
1298
1299 * gdbarch.sh: Remove trailing whitepsace from comments.
1300
1301 2003-10-08 Roland McGrath <roland@redhat.com>
1302
1303 * gcore.c (make_mem_sec): Function removed, folded into ...
1304 (gcore_create_callback): ... here. To omit a section, clear its
1305 SEC_LOAD bit rather than zeroing its size.
1306 Omit read-only sections only if they correspond to a known disk file.
1307 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
1308
1309 2003-10-10 Michael Snyder <msnyder@redhat.com>
1310
1311 * d10v-tdep.c: Fix typo in comment.
1312
1313 2003-10-10 Andrew Cagney <cagney@redhat.com>
1314
1315 * rs6000-tdep.c (e500_store_return_value): Delete function.
1316 (e500_extract_return_value): Delete function.
1317 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
1318 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
1319 "ppc_sysv_abi_restore_return_value" where applicable.
1320 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
1321 (ppc_sysv_abi_extract_return_value): Declare.
1322 (ppc_sysv_abi_broken_store_return_value): Declare.
1323 (ppc_sysv_abi_broken_extract_return_value): Declare.
1324 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
1325 * ppc-sysv-tdep.c (return_value_convention): Move definition to
1326 start of file.
1327 (do_ppc_sysv_return_value): New function.
1328 (ppc_sysv_abi_extract_return_value): New function.
1329 (ppc_sysv_abi_store_return_value): New function.
1330 (ppc_sysv_abi_broken_extract_return_value): New function.
1331 (ppc_sysv_abi_broken_store_return_value): New function.
1332 (ppc_sysv_abi_use_struct_convention): Call
1333 do_ppc_sysv_return_value.
1334
1335 2003-10-10 J. Brobecker <brobecker@gnat.com>
1336
1337 * blockframe.c (inside_main_func): No longer use symbol_lookup()
1338 to lookup the main function symbol.
1339
1340 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
1341
1342 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
1343 types correctly.
1344 (sh_push_dummy_call_fpu): Fix argument passing rules.
1345 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
1346 float types.
1347 (sh3e_sh4_store_return_value): Ditto.
1348
1349 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
1350
1351 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
1352 comment.
1353
1354 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
1355
1356 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
1357 more readable code. Accomodate passing of bitfields.
1358
1359 2003-10-10 Andrew Cagney <cagney@redhat.com>
1360
1361 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
1362 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
1363 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
1364 * ppc-sysv-tdep.c: Include "gdb_assert.h".
1365 (ppc64_sysv_abi_push_dummy_call): New function.
1366 (ppc64_sysv_abi_broken_push_dummy_call): New function.
1367 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
1368 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
1369
1370 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
1371
1372 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
1373 * README: Ditto.
1374 * d10v-tdep.c: Ditto.
1375 * h8300-tdep.c: Ditto.
1376 * remote-e7000.c: Ditto.
1377 * remote-hms.c: Ditto.
1378 * ser-e7kpc.c: Ditto.
1379 * sh-stub.c: Ditto.
1380 * sh-tdep.c: Ditto.
1381 * sh-tdep.h: Ditto.
1382 * sh3-rom.c: Ditto.
1383 * sh64-tdep.c: Ditto.
1384 * top.c: Ditto.
1385 * wince.c: Ditto.
1386 * config/d10v/d10v.mt: Ditto.
1387 * config/sh/embed.mt: Ditto.
1388 * config/sh/linux.mt: Ditto.
1389 * config/sh/tm-linux.h: Ditto.
1390 * config/sh/tm-sh.h: Ditto.
1391 * config/sh/wince.mt: Ditto.
1392
1393 2003-10-09 Andrew Cagney <cagney@redhat.com>
1394
1395 * ppc-tdep.h (struct type): Declare opaque.
1396 * x86-64-tdep.h (struct regcache): Declare opaque.
1397 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
1398 coding style.
1399
1400 2003-10-09 Andrew Cagney <cagney@redhat.com>
1401
1402 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
1403 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
1404 (SOFTWARE_SINGLE_STEP_P): Ditto.
1405 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
1406 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
1407 (SOFTWARE_SINGLE_STEP_P): Ditto.
1408 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
1409 software_single_step to rs6000_software_single_step.
1410
1411 2003-10-09 Andrew Cagney <cagney@redhat.com>
1412
1413 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
1414
1415 2003-10-09 Michael Snyder <msnyder@redhat.com>
1416
1417 * frame.h: Fix typo in comment.
1418 * dummy-frame.c: Fix typo in comment.
1419 * d10v-tdep.c: Random whitespace/comment tweaks.
1420
1421 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
1422
1423 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
1424 (sh_push_dummy_code): Delete function, it's only used for dummy calls
1425 on stack.
1426
1427 Based on input by Stephen Clarke (stephen.clarke@superh.com):
1428 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
1429 in detail.
1430
1431 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1432
1433 * remote-mips.c (mips_initialize): Remove unneeded call to
1434 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
1435
1436 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
1437
1438 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
1439 a memory pointer.
1440
1441 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
1442
1443 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
1444 for any lwp we resume.
1445 (running_callback): Add lwps that have pending status events
1446 against them to be considered running.
1447
1448 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
1449
1450 * m32r-tdep.c : Include "dis-asm.h".
1451 * Makefile.in (m32r-tdep.o): Update dependencies.
1452
1453 2003-10-06 J. Brobecker <brobecker@gnat.com>
1454
1455 * completer.h (get_gdb_completer_word_break_characters): Delete.
1456 * completer.c: include language.h.
1457 (gdb_completer_word_break_characters): Delete.
1458 (get_gdb_completer_word_break_characters): Delete.
1459 (location_completer): Use the word break characters of the current
1460 language.
1461 (complete_line): Likewise.
1462 (line_completion_function): Likewise.
1463 (skip_quoted_chars): Likewise.
1464 * Makefile.in (completer.o): Add dependency on language.h.
1465 * top.c (init_main): Set the readline word break characters
1466 to GDB's default word break characters.
1467
1468 2003-10-06 J. Brobecker <brobecker@gnat.com>
1469
1470 * language.h (language_defn): new field, la_word_break_characters.
1471 * language.c (unknown_language_defn): Set new field to
1472 default_word_break_characters.
1473 (auto_language_defn): Likewise.
1474 (local_language_defn): Likewise.
1475 * ada-lang.c (ada_language_defn): Likewise.
1476 * c-lang.c (c_language_defn): Likewise.
1477 (cplus_language_defn): Likewise.
1478 (asm_language_defn): Likewise.
1479 (minimal_language_defn): Likewise.
1480 * f-lang.c (f_language_defn): Likewise.
1481 * jv-lang.c (java_language_defn): Likewise.
1482 * m2-lang.c (m2_language_defn): Likewise.
1483 * objc-lang.c (objc_language_defn): Likewise.
1484 * p-lang.c (pascal_language_defn): Likewise.
1485 * scm-lang.c (scm_language_defn): Likewise.
1486
1487 2003-10-06 Andrew Cagney <cagney@redhat.com>
1488
1489 * ppc-sysv-tdep.c: Re-indent.
1490
1491 2003-10-06 J. Brobecker <brobecker@gnat.com>
1492
1493 * language.h (default_word_break_characters): Add prototype.
1494 * language.c (default_word_break_characters): New function.
1495
1496 2003-10-06 Andreas Schwab <schwab@suse.de>
1497
1498 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
1499 with %eax.
1500
1501 2003-10-06 Andrew Cagney <cagney@redhat.com>
1502
1503 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
1504 "h8500-tdep.c".
1505 (z8k-tdep.o): Delete custom build rule.
1506
1507 2003-10-06 Andrew Cagney <cagney@redhat.com>
1508
1509 * Makefile.in: Update all dependencies.
1510
1511 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
1512 No longer list PA as as obsolete candidate. List m32r as
1513 broken instead of obsolete.
1514
1515 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
1516 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
1517 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
1518 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
1519 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
1520 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
1521 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
1522 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
1523 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
1524 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
1525 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
1526 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
1527 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
1528 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
1529 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
1530 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
1531 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
1532 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
1533 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
1534 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
1535 * config/z8k/z8k.mt: Ditto.
1536
1537 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
1538 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
1539 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
1540 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
1541 sparclite were removed.
1542 * configure.host, configure.tgt: Remove corresponding tuples.
1543
1544 * breakpoint.c, breakpoint.h: Remove obsolete code.
1545 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
1546 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
1547 * stabsread.h, xcoffread.c: Ditto.
1548
1549 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
1550 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
1551 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
1552 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
1553
1554 2003-10-06 David Lecomber <dsl@sources.redhat.com>
1555
1556 * f-valprint.c: Reformatting
1557
1558 2003-10-06 Mark Kettenis <kettenis@gnu.org>
1559
1560 * x86-64-tdep.c: Remove duplicate comment.
1561
1562 * x86-64-tdep.c (x86_64_store_return_value): Don't use
1563 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
1564 names for return values. This fixes a bug since we looked at %rbx
1565 instead of %rdx.
1566
1567 2003-10-05 Mark Kettenis <kettenis@gnu.org>
1568
1569 * x86-64-tdep.c: Include "regset.h".
1570
1571 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
1572 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
1573 sizeof_fpregset.
1574 * i386-tdep.c: Include "regset.h".
1575 (i386_supply_gregset): New function.
1576 (i386_supply_fpregset): New function.
1577 (i386_gdbarch_init): Initialze register set-related members of
1578 TDEP.
1579 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
1580 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
1581
1582 2003-10-03 Andrew Cagney <cagney@redhat.com>
1583
1584 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
1585 set extract_return_value, store_return_value and
1586 use_struct_convention to ppc64_sysv_abi_extract_return_value,
1587 ppc64_sysv_abi_store_return_value and
1588 ppc64_sysv_abi_use_struct_convention.
1589 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
1590 (ppc64_sysv_abi_store_return_value): Declare.
1591 (ppc64_sysv_abi_use_struct_convention): Declare.
1592 * ppc-sysv-tdep.c (enum return_value_convention): Define.
1593 (ppc64_sysv_abi_extract_return_value): New function.
1594 (ppc64_sysv_abi_store_return_value): New function.
1595 (ppc64_sysv_abi_use_struct_convention): New function.
1596 (ppc64_sysv_abi_return_value): New function.
1597
1598 2003-10-03 Andrew Cagney <cagney@redhat.com>
1599
1600 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
1601 convert a descriptor to a function when it's in the ".opd"
1602 section.
1603
1604 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1605
1606 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
1607 reg_size to keep GCC silent.
1608
1609 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
1610
1611 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
1612 base for DW_EH_PE_textrel encodings.
1613 (read_encoded_value): Add a DW_EH_PE_textrel case.
1614 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
1615 section.
1616
1617 2003-10-03 Mark Kettenis <kettenis@gnu.org>
1618
1619 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
1620
1621 2003-10-02 Andrew Cagney <cagney@redhat.com>
1622
1623 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
1624 REGISTER_RAW_SIZE.
1625 * gdbarch.h, gdbarch.c: Re-generate.
1626 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
1627 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
1628 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1629 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1630 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
1631 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
1632 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
1633 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
1634 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
1635 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
1636 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
1637 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
1638 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1639 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1640 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1641 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
1642
1643 2003-10-02 Jim Blandy <jimb@redhat.com>
1644
1645 * dwarf2read.c (struct die_info): Doc fix.
1646
1647 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1648
1649 * sh-tdep.c: Running thru gdb_indent.sh.
1650
1651 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1652
1653 * sh-tdep.c (sh_justify_value_in_reg): New function.
1654 (sh_stack_allocsize): Ditto.
1655 (flt_argreg_array): New array used for floating point argument
1656 passing.
1657 (sh_init_flt_argreg): New function.
1658 (sh_next_flt_argreg): Ditto.
1659 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1660 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1661 Fix argument passing strategy.
1662 (sh_push_dummy_call_nofpu): Ditto.
1663
1664 2003-10-01 Andrew Cagney <cagney@redhat.com>
1665
1666 * value.h (register_value_being_returned): Declare. Replace
1667 "value_being_returned".
1668 * infcall.c (call_function_by_hand): Use
1669 register_value_being_returned.
1670 * infcmd.c (print_return_value): Call
1671 "register_value_being_returned", handle struct return locally.
1672 * values.c (register_value_being_returned): New function. Replace
1673 "value_being_returned".
1674
1675 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
1676
1677 * linux-proc.c (linux_do_registers): New function.
1678 (linux_make_note_section): Use linux_do_registers in case of
1679 single threaded inferior programs.
1680
1681 2003-10-01 Andrew Cagney <cagney@redhat.com>
1682
1683 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1684 use STRUCT_ADDR. When not using "struct return convention", pass
1685 "0" to "value_being_returned". Add FIXMEs.
1686 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1687 value_being_returned. Add comments.
1688 * values.c (value_being_returned): Add fixme.
1689 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1690 (hppa_value_returned_from_stack): Add FIXME.
1691
1692 2003-09-30 David Carlton <carlton@kealia.com>
1693
1694 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1695 'has_children' and 'next' by 'child' and 'sibling'.
1696 (read_comp_unit): Rework algorithm, breaking body into
1697 read_die_and_children and read_die_and_siblings.
1698 (read_die_and_children, read_die_and_siblings): New.
1699 (read_full_die): Add 'has_children' argument; set it instead of
1700 the die's 'has_children' field. Minor formatting cleanup.
1701 (free_die_list): Use die->child and die->sibling instead of
1702 die->next.
1703 (dump_die_list): Ditto.
1704 (sibling_die): Use die->sibling.
1705 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1706 'has_children' and 'next' fields.
1707 (process_die, read_file_scope, read_func_scope)
1708 (read_lexical_block_scope, read_structure_scope)
1709 (read_enumeration, read_array_type, read_common_block)
1710 (read_namespace, read_subroutine_type, dump_die): Ditto.
1711
1712 2003-09-30 Andrew Cagney <cagney@redhat.com>
1713
1714 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1715 to 224, not 220.
1716
1717 2003-09-30 Andrew Cagney <cagney@redhat.com>
1718
1719 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1720 REGISTER_VIRTUAL_SIZE.
1721 * gdbarch.h, gdbarch.c: Regenerate.
1722 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1723 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1724 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1725
1726 2003-09-29 Andrew Cagney <cagney@redhat.com>
1727
1728 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1729 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1730 * gdbarch.h, gdbarch.c: Regenerate.
1731 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1732 * sh64-tdep.c, sparc-tdep.c: Update.
1733
1734 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1735 * remote-vxmips.c (vx_read_register): Ditto.
1736 * remote-vx68.c (vx_read_register): Ditto.
1737 * gnu-nat.c (inf_validate_procs): Ditto.
1738
1739 2003-09-29 J. Brobecker <brobecker@gnat.com>
1740
1741 * infcall.c (call_function_by_hand): Fix build failure
1742 introduced in the previous change to this file.
1743
1744 2003-09-29 Andrew Cagney <cagney@redhat.com>
1745
1746 * NEWS: Mention Objective-C.
1747
1748 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
1749
1750 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1751 test if the register has been saved on the stack.
1752 (arm_scan_prologue_cache): When analysing the instruction
1753 "str lr, [sp, #-4]", save the address where lr has been stored.
1754
1755 2003-09-28 Andrew Cagney <cagney@redhat.com>
1756
1757 * frame.c (frame_read_unsigned_register): Delete function.
1758 * frame.h (frame_read_unsigned_register): Delete declaration.
1759 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1760 get_frame_register_unsigned.
1761 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1762 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1763 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1764
1765 * frame.h (frame_read_register): Delete declaration.
1766 * frame.c (frame_read_register): Delete function.
1767 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1768 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1769 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1770 * mips-tdep.c (mips_register_to_value): Ditto.
1771 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1772 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1773
1774 * frame.c (frame_read_signed_register): Delete function.
1775 (frame_read_unsigned_register): Update comments.
1776 * frame.h (frame_read_signed_register): Delete declaration.
1777 * h8300-tdep.c (h8300_print_register): Use
1778 get_frame_register_signed.
1779 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1780
1781 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1782 Rename VALUE_RETURNED_FROM_STACK.
1783 * infcmd.c (print_return_value): Update.
1784 * infcall.c (call_function_by_hand): Update.
1785
1786 2003-09-28 Mark Kettenis <kettenis@gnu.org>
1787
1788 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1789 regcache argument and reverse the order of the other two
1790 arguments. Remove local regcache variable. Determine
1791 architecture from REGCACHE. Update comments.
1792 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1793 reverse the order of the other two arguments. Remove local
1794 regcache variable. Determine architecture from REGCACHE. Update
1795 comments.
1796 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1797 prototypes. Update comments.
1798 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1799 comment.
1800 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1801 Update.
1802 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1803 * i386-interix-nat.c (supply_fpregset): Update.
1804 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1805 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1806 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1807 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1808 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1809 Update.
1810 * i386obsd-tdep.c (fetch_core_registers): Update.
1811 * i386v4-nat.c (supply_fpregset): Update.
1812 * x86-64-linux-nat.c (supply_fpregset): Update.
1813 * x86-64-linux-tdep.c (fetch_core_registers): Update.
1814
1815 2003-09-27 Mark Kettenis <kettenis@gnu.org>
1816
1817 * i386-tdep.h: Put opaque declarations in alphabetical
1818 order. Remove spurious whitespace.
1819 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1820 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1821 * i386-tdep.c (MM0_REGNUM): Remove define.
1822 (i386_mmx_regnum_p): Add gdbarch argument.
1823 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1824 Rewrite using new macro definitions for FPU/SSE registers.
1825 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1826 definitions from i387-tdep.h.
1827 (i386_register_name): Update.
1828 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1829 new macro definitions for FPU/SSE registers.
1830 (i386_extract_return_value): Determine whether floating-point
1831 registers are present by examining REGCACHE's architecture.
1832 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1833 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1834 FPU/SSE registers.
1835 (i386_register_type): Update.
1836 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1837 definitions for FPU registers. Use REGCACHE's architecture to
1838 determine the appropriate register numbers.
1839 (i386_pseudo_register_read, i386_pseudo_register_write,
1840 i386_register_reggroup_p): Update.
1841 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1842 TDEP->mm0_regnum.
1843 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1844 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1845 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1846 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1847 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1848 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1849 *' to `void *'.
1850 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1851 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1852 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1853 definitions for FPU/SSE registers.
1854 (FXSAVE_MXCSR_ADDR): New define.
1855 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1856 TDEP->mm0_regnum.
1857 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1858 (I387_ST0_REGNUM): Define.
1859
1860 * regcache.h (get_regcache_arch): New prototype.
1861 * regcache.c (get_regcache_arch): New function.
1862
1863 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1864 whitespace.
1865
1866 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1867 Initialize using ARRAY_SIZE.
1868
1869 2003-09-27 Andrew Cagney <cagney@redhat.com>
1870
1871 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1872 "init_frame_pc_default".
1873 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1874 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1875 * vax-tdep.c (vax_gdbarch_init): Update.
1876 * v850-tdep.c (v850_gdbarch_init): Update.
1877 * sh64-tdep.c (sh64_gdbarch_init): Update.
1878 * s390-tdep.c (s390_gdbarch_init): Update.
1879 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1880 * mcore-tdep.c (mcore_gdbarch_init): Update.
1881 * h8300-tdep.c (h8300_gdbarch_init): Update.
1882 * cris-tdep.c (cris_gdbarch_init): Update.
1883 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1884
1885 2003-09-26 Mark Kettenis <kettenis@gnu.org>
1886
1887 * regset.h: New file.
1888 * Makefile.in (regset_h): Add.
1889
1890 2003-09-25 Andrew Cagney <cagney@redhat.com>
1891
1892 * frame.h (deprecated_frame_saved_regs): Rename
1893 get_frame_saved_regs.
1894 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1895 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1896 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1897 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1898 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1899
1900 2003-09-25 Andrew Cagney <cagney@redhat.com>
1901
1902 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1903 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1904 and Java.
1905 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1906 arm*-*-* do not use the new frame code.
1907
1908 2003-09-25 David Carlton <carlton@kealia.com>
1909
1910 * c-exp.y: Remove 'register' declarations.
1911 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1912
1913 2003-09-25 David Carlton <carlton@kealia.com>
1914
1915 * c-exp.y: Include cp-support.h. Add qualified_type.
1916 (yylex): Delete nested type hack; add comments.
1917 * cp-namespace.c (cp_lookup_nested_type): New function.
1918 * cp-support.h: Declare cp_lookup_nested_type.
1919 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1920 instead of value_struct_elt_for_reference.
1921 * valops.c: Include cp-support.h.
1922 (value_aggregate_elt): New function.
1923 (value_namespace_elt): Ditto.
1924 (value_struct_elt_for_reference): Make static.
1925 * value.h: Delete declaration of value_struct_elt_for_reference;
1926 add declaration for value_aggregate_elt.
1927 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1928 (valops.o): Ditto.
1929
1930 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
1931
1932 * stack.c: Include "reggroups.h".
1933 (frame_info): Only display registers in all_reggroup.
1934 * Makefile.in (stack.o): Update dependencies.
1935
1936 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1937
1938 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1939 "add ip, sp #n" in the prologue.
1940 (arm_scan_prologue): Ditto.
1941
1942 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1943
1944 * MAINTAINERS (write after approval): Add myself.
1945
1946 2003-09-25 Andreas Schwab <schwab@suse.de>
1947
1948 * m68k-tdep.c: Include "dwarf2-frame.h".
1949 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1950 * Makefile.in (m68k-tdep.o): Update dependencies.
1951
1952 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
1953
1954 * sh-tdep.c (struct frame_extra_info): Remove.
1955 (struct sh_frame_cache): New structure.
1956 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1957 (GET_TARGET_REG): Ditto but target register.
1958 (GET_PUSHED_REG): Remove.
1959 (IS_MOV_ARG_TO_REG): New macro.
1960 (IS_MOV_ARG_TO_IND_R14): New macro.
1961 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1962 (IS_MOVW_PCREL_TO_REG): New macro.
1963 (IS_MOVL_PCREL_TO_REG): New macro.
1964 (IS_SUB_REG_FROM_SP): New macro.
1965 (IS_ARG_MOV): Remove.
1966 (IS_MOV_TO_R14): Remove.
1967 (IS_RESTORE_FP): New macro.
1968 (IS_RTS): New macro.
1969 (IS_LDS): New macro.
1970 (IS_MOV_FP_SP): New macro.
1971 (IS_ADD_REG_TO_FP): New macro.
1972 (IS_ADD_IMM_FP): New macro.
1973 (sh_skip_prologue_hard_way): Remove.
1974 (sh_saved_pc_after_call): Remove.
1975 (sh_frame_chain): Remove.
1976 (sh_find_callers_reg): Remove.
1977 (sh_nofp_frame_init_saved_regs): Remove.
1978 (sh_fp_frame_init_saved_regs): Remove.
1979 (sh_init_extra_frame_info): Remove.
1980 (sh_analyze_prologue): New function.
1981 (sh_skip_prologue): Remove deprecated code. Rely on new function
1982 sh_analyze_prologue when after_prologue fails.
1983 (sh_frame_saved_pc): Remove.
1984 (sh_alloc_frame_cache): New function.
1985 (sh_frame_cache): Ditto.
1986 (sh_frame_prev_register): Ditto.
1987 (sh_frame_this_id): Ditto.
1988 (sh_frame_unwind): New structure defining the heuristic frame
1989 sniffer interface.
1990 (sh_frame_sniffer): New function.
1991 (sh_unwind_sp): Ditto.
1992 (sh_unwind_pc): Ditto.
1993 (sh_unwind_dummy_id): Ditto.
1994 (sh_frame_base_address): Ditto.
1995 (sh_frame_base): New structure defining new frame base code.
1996 (sh_in_function_epilogue_p): New function.
1997 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1998 code and to call all new code instead. Initialize dwarf2 and
1999 heuristic frame sniffer.
2000
2001 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
2002
2003 * parser-defs.h (struct exp_descriptor): New definition, containing
2004 language-specific info for printing, prefixifying, dumping, and
2005 evaluating expressions.
2006 (exp_descriptor_standard): Declare new variable.
2007 (print_subexp): Make global and declare here (from expprint.c).
2008 (dump_subexp): Ditto.
2009 (dump_subexp_body_standard): Declare.
2010 (operator_length_standard): Declare.
2011 (op_name_standard): Declare.
2012 (print_subexp): Declare.
2013 (print_subexp_standard): Declare.
2014
2015 * language.h (struct language_defn): Add la_exp_desc field to hold
2016 pointer to table for language-specific operators.
2017 Remove evaluate_exp field, which is now in struct exp_descriptor.
2018
2019 * parse.c (operator_length): Move most code to new
2020 operator_length_standard function. Use language-specific information.
2021 (operator_length_standard): New function taking most code from
2022 operator_length.
2023 (exp_descriptor_standard): New constant.
2024
2025 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
2026 and OP_EXTENDED_LAST.
2027
2028 * expprint.c (print_subexp): Use language-specific print_subexp.
2029 Make global; remove static declaration.
2030 Move most code to print_subexp_standard.
2031 (print_subexp_standard): New function, containing code formerly in
2032 print_subexp.
2033 (op_name): Add expression to argument signature.
2034 Use langauge-specific op_name.
2035 Move most code to op_name_standard.
2036 (op_name_standard): New function, containing code formerly in op_name.
2037 (dump_subexp): Use new version of op_name function.
2038 Use language-specific dump_subexp_body, and move most existing code to
2039 dump_subexp_body_standard.
2040 (dump_raw_expression): Use new op_name interface.
2041 (dump_subexp_body): Move most code to dump_subexp_body_standard.
2042 (dump_subexp_body_standard): New function, containing code formerly
2043 in dump_subexp_body.
2044
2045 * language.c (unknown_language): Add default la_exp_desc field and
2046 remove evaluate_exp field.
2047 (auto_language): Ditto.
2048 (local_language): Ditto.
2049 * f-lang.c (f_language_defn): Ditto.
2050 * c-lang.c (c_language_defn): Ditto.
2051 (cplus_language_defn): Ditto.
2052 (asm_language_defn): Ditto.
2053 (minimal_language_defn): Ditto.
2054 * p-lang.c (pascal_language_defn): Ditto.
2055 * m2-lang.c (m2_language_defn): Ditto.
2056 * objc-lang.c (objc_language_defn): Ditto.
2057
2058 * jv-lang.c (exp_descriptor_java): New variable, containing
2059 Java-specific expression evaluator.
2060 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
2061 field.
2062 * scm-lang.c (exp_descriptor_scm): New variable, containing
2063 Scheme-specific expression evaluator.
2064 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
2065 field.
2066 * objc-lang.c (print_object_command): Take evaluate_exp from the
2067 la_exp_desc field.
2068
2069 * Makefile.in (eval.o): Add dependency on parser-defs.h.
2070
2071 * eval.c: Include parser-defs.h for the full declaration of
2072 la_exp_desc's type.
2073 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
2074
2075 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
2076
2077 * parser-defs.h (operator_length): Declare.
2078
2079 * parse.c (length_of_subexp): Use operator_length to get operator
2080 lengths and arities for operators.
2081 Move most code to new operator_length function.
2082 (operator_length): New function absorbing most code from
2083 length_of_subexp.
2084 (prefixify_subexp): Remove large case and use operator_length instead.
2085 (parse_exp_1): Use renamings:
2086 dump_prefix_expression => dump_raw_expression and
2087 dump_postfix_expression => dump_prefix_expression.
2088
2089 * expression.h (dump_prefix_expression): Rename to ...
2090 (dump_raw_expression): New name.
2091 (dump_postfix_expression): Rename to ...
2092 (dump_prefix_expression): New name.
2093
2094 * expprint.c (dump_subexp): Make global. Add comment.
2095 Move most existing code to dump_subexp_body.
2096 (dump_subexp_body): New function.
2097 (dump_prefix_expression): Rename to dump_raw_expression.
2098 Remove attempt to print the expression via print_expression: it can't
2099 work before the expression is prefixified.
2100 (dump_raw_expression): Renamed from dump_prefix_expression.
2101 (dump_postfix_expression): Rename to dump_prefix_expression, since
2102 that's what it does.
2103 Remove 'note' parameter, since this routine must be used on
2104 prefixified expression.
2105 (dump_prefix_expression): Renamed from dump_postfix_expression.
2106
2107 2003-09-22 Jim Blandy <jimb@redhat.com>
2108
2109 * dwarf2read.c (read_array_type): When building the type for an
2110 array of unspecified length, make sure to choose the upper bound
2111 so that the array's total length comes out to be zero --- that's
2112 how we represent such arrays.
2113
2114 2003-09-22 Michael Chastain <mec@shout.net>
2115
2116 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
2117
2118 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
2119
2120 * top.c (quit_force): Fix indirect call to quit_target so
2121 a struct qt_args pointer is passed.
2122
2123 2003-09-22 Andrew Cagney <cagney@redhat.com>
2124
2125 * arch-utils.h (init_frame_pc_noop): Delete declaration.
2126 * arch-utils.c (init_frame_pc_noop): Delete function.
2127 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
2128 "init_frame_pc".
2129 * mips-tdep.c (mips_gdbarch_init): Ditto.
2130 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
2131 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
2132 declaration.
2133 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2134 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
2135 declaration.
2136 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2137
2138 2003-09-22 Anthony Green <green@redhat.com>
2139
2140 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
2141 declaration.
2142
2143 2003-09-20 Andrew Cagney <cagney@redhat.com>
2144
2145 * breakpoint.c: Eliminate ARGSUSED.
2146 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
2147 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
2148 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
2149 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
2150 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
2151 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
2152 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
2153 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
2154 * wince.c, remote-vx.c: Ditto.
2155
2156 * cli/cli-script.c: Remove "register" attributes.
2157 * config/pa/tm-hppa.h: Ditto.
2158 * cli/cli-decode.c: Ditto.
2159 * cli/cli-cmds.c: Ditto.
2160
2161 2003-09-19 Andrew Cagney <cagney@redhat.com>
2162
2163 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
2164 DEPRECATED_NPC_REGNUM.
2165 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
2166
2167 2003-09-19 Christopher Faylor <cgf@redhat.com>
2168
2169 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
2170
2171 2003-09-19 Jim Blandy <jimb@redhat.com>
2172
2173 * macrotab.c (macro_include): Use the correct comparison to find
2174 the appropriate place for this inclusion in the list.
2175
2176 2003-09-19 Andrew Cagney <cagney@redhat.com>
2177
2178 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
2179 (DEPRECATED_HPUX_TEXT_END): Define.
2180 (deprecated_hpux_text_end): Declare.
2181 (struct target_ops): Declare opaque.
2182 * hppah-nat.c (text_end): Make static.
2183 (deprecated_hpux_text_end): New function.
2184 * exec.c (text_end): Delete global variable.
2185 (NEED_TEXT_START_END): Do not define.
2186 (exec_file_attach): Replace code computing "text_end" code with
2187 call to DEPRECATED_HPUX_TEXT_END.
2188
2189 2003-09-19 Andrew Cagney <cagney@redhat.com>
2190
2191 * utils.c (align_up, align_down): New functions.
2192 * defs.h (align_up, align_down): Declare.
2193 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
2194 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
2195 and "align_down".
2196 (round_up, round_down): Delete functions.
2197 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2198 "align_down".
2199 (ROUND_DOWN, ROUND_UP): Delete macros.
2200 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
2201 * h8300-tdep.c: Replace "round_up" and "round_down" with
2202 "align_up" and "align_down".
2203 (round_up, round_down): Delete macros.
2204 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
2205 "align_down".
2206 (ROUND_UP, ROUND_DOWN): Delete macros.
2207
2208 2003-09-18 J. Brobecker <brobecker@gnat.com>
2209
2210 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
2211 hard-coded constant. Use the proper machine name instead.
2212
2213 2003-09-17 Andrew Cagney <cagney@redhat.com>
2214
2215 * sparc-tdep.c (legacy_register_name): Delete function.
2216 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
2217 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
2218 * infcmd.c (gdb_register_name): Delete variable.
2219 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
2220 REGISTER_NAME and "tm.h".
2221 * gdbarch.h, gdbarch.c: Regenerate.
2222 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
2223 REGISTER_NAMES in comments.
2224 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
2225 * m68klinux-nat.c (regmap): Ditto.
2226
2227 2003-09-17 Jim Blandy <jimb@redhat.com>
2228
2229 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
2230
2231 2003-09-17 Andrew Cagney <cagney@redhat.com>
2232
2233 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
2234 (ppcnbsd_init_abi): Set "use_struct_convention" to
2235 "ppcnbsd_use_struct_convention".
2236
2237 2003-09-17 Mark Kettenis <kettenis@gnu.org>
2238
2239 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2240 * gdbarch.h, gdbarch.c: Regenerate.
2241 (stabs_argument_has_addr): New architecture method.
2242 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2243 * arch-utils.c: Include "buildsym.h".
2244 (default_stabs_argument_has_addr): New function.
2245 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2246 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2247
2248 2003-09-17 Andrew Cagney <cagney@redhat.com>
2249
2250 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
2251 * gdbarch.h, gdbarch.c: Regenerate.
2252 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
2253 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
2254 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
2255 * sparcnbsd-tdep.c: Update.
2256
2257 2003-09-17 Andrew Cagney <cagney@redhat.com>
2258
2259 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
2260 * gdbarch.h, gdbarch.c: Regenerate.
2261 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
2262 * d10v-tdep.c, frame.c: Update.
2263 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
2264 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
2265 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
2266 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
2267 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
2268 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
2269 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
2270 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
2271 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
2272 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
2273 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
2274 * config/pa/nm-hppah.h: Update.
2275
2276 2003-09-16 Andrew Cagney <cagney@redhat.com>
2277
2278 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
2279 "use_struct_convention" to "ppc_linux_use_struct_convention".
2280 (ppc_linux_use_struct_convention): New function.
2281 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
2282 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
2283 "rs6000_use_struct_convention".
2284 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
2285 declaration.
2286 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
2287 Delete function.
2288
2289 2003-09-16 Andrew Cagney <cagney@redhat.com>
2290
2291 * buildsym.c: Remove more occurances of "register".
2292 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
2293 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
2294 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
2295 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
2296 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
2297 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
2298 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
2299 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
2300
2301 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
2302
2303 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
2304 numbers to enumeration values.
2305 * sh-tdep.c: Accomodate above change.
2306 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
2307 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
2308 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
2309 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
2310 (IS_FPUSH): Rename from IS_FMOV.
2311 (sh_extract_struct_value_address): Remove useless comment.
2312 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
2313 instead of own local values.
2314 (sh_dump_tdep): Remove.
2315 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
2316 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
2317
2318 2003-09-15 Andrew Cagney <cagney@redhat.com>
2319
2320 * doublest.c (convert_floatformat_to_doublest): No longer need to
2321 cast "exp_bias" to an int. Reverts 2002-12-04 change.
2322
2323 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
2324
2325 * values.c (unpack_double): Call floatformat_is_valid.
2326
2327 2003-09-15 Mark Kettenis <kettenis@gnu.org>
2328
2329 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
2330 ps_strings into a long.
2331
2332 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
2333 _initialize_am64fbsd_nat.
2334
2335 2003-09-15 Kevin Buettner <kevinb@redhat.com>
2336
2337 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
2338 associated with DW_AT_ranges attribute is out of bounds.
2339
2340 2003-09-15 David Lecomber <dsl@sources.redhat.com>
2341
2342 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
2343
2344 2003-09-14 Michael Chastain <mec@shout.net>
2345
2346 * config/m68k/nm-apollo68v.h: Delete.
2347 * config/m68k/xm-apollo68v.h: Delete.
2348
2349 2003-09-14 Andrew Cagney <cagney@redhat.com>
2350
2351 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
2352 * dcache.c: Update copyrights and descriptions.
2353 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
2354
2355 2003-09-14 Andrew Cagney <cagney@redhat.com>
2356
2357 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
2358 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
2359
2360 2003-09-14 Andrew Cagney <cagney@redhat.com>
2361
2362 * alpha-nat.c: Remove some occurances of "register".
2363 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
2364 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
2365 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
2366 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
2367 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
2368 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
2369 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
2370 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
2371 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
2372 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
2373 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
2374 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
2375 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
2376 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
2377 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
2378 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
2379 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
2380 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
2381 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
2382 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
2383 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
2384 * values.c, vax-tdep.c, xcoffread.c: Ditto.
2385
2386 2003-09-13 Andrew Cagney <cagney@redhat.com>
2387
2388 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
2389 * ppc-tdep.h (struct regcache): Declare opaque.
2390 * objfiles.h (struct objfile_data): Declare opaque.
2391 * cp-support.h (struct objfile): Declare opaque.
2392 * linux-nat.h (target_waitstatus): Declare opaque.
2393
2394 2003-09-14 Mark Kettenis <kettenis@gnu.org>
2395
2396 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
2397 (stabs_argument_has_addr): New architecture method.
2398 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
2399 * arch-utils.c: Include "buildsym.h".
2400 (default_stabs_argument_has_addr): New function.
2401 * stabsread.c (define_symbol): Use stabs_argument_has_addr
2402 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
2403
2404 * cris-tdep.c (cris_gdbarch_init): Set
2405 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
2406 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
2407 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2408 * mips-tdep.c (mips_gdbarch_init): Likewise.
2409 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2410 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2411
2412 2003-09-13 Andrew Cagney <cagney@redhat.com>
2413
2414 * values.c (using_struct_return): Delete "function" and "funcaddr"
2415 parameters.
2416 * value.h (using_struct_return): Update declaration.
2417 * infcmd.c (finish_command_continuation): Update.
2418 (finish_command): Update.
2419 * infcall.c (call_function_by_hand): Update.
2420 * eval.c (evaluate_subexp_standard): Update.
2421
2422 2003-09-13 Christopher Faylor <cgf@redhat.com>
2423
2424 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
2425 SSE registers since gdb will not operate correctly without this.
2426 Restore include file ordering munged in previous change.
2427 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
2428
2429 2003-09-13 Mark Kettenis <kettenis@gnu.org>
2430
2431 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
2432 REG_STRUCT_HAS_ADDR.
2433 * gdbarch.c, gdbarch.h: Updated.
2434 * infcall.c (call_function_by_hand): Update.
2435 * stabsread.c (define_symbol): Updated.
2436
2437 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
2438
2439 2003-09-12 Christopher Faylor <cgf@redhat.com>
2440
2441 * win32-nat.c: Reorganize so that defines used by target headers are
2442 actually defined by the system headers.
2443 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
2444 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
2445
2446 2003-09-12 Jim Blandy <jimb@redhat.com>
2447
2448 * dbxread.c (read_dbx_symtab): Don't report an internal error if
2449 the file has no .data, .bss, or .rodata sections. Instead wait
2450 until we see a variable alleged to live in one of those sections.
2451
2452 * dbxread.c (read_dbx_symtab): If we have no .data section and no
2453 .bss section, presume that any variables we find live in the
2454 .rodata section.
2455
2456 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
2457 offsets for global and static variables.
2458
2459 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
2460 symbol types are, by definition, in the .data section, so it is
2461 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
2462 If there is no .data section, there should be no N_DATA or N_DATA
2463 | N_EXT symbols.
2464
2465 2003-09-12 Mark Kettenis <kettenis@gnu.org>
2466
2467 * amd64fbsd-tdep.c: Fix sigtramp recognition.
2468 (amd64fbsd_sigcontext_addr): Rewrite.
2469 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
2470 with correct values.
2471 (amd64fbsd_sc_reg_offset): Initialize with correct values.
2472 (amd64fbsd_init_abi): Fix typo.
2473
2474 2003-09-12 Andrew Cagney <cagney@redhat.com>
2475
2476 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
2477 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
2478
2479 2003-09-12 Andrew Cagney <cagney@redhat.com>
2480
2481 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
2482 "entry_file_highpc". Update comments.
2483 * defs.h (deprecated_inside_entry_file): Rename
2484 "inside_entry_file".
2485 * blockframe.c (deprecated_inside_entry_file): Rename
2486 "inside_entry_file".
2487 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
2488 * vax-tdep.c (vax_frame_chain): Update.
2489 * sh64-tdep.c (sh64_frame_chain): Update.
2490 * sh-tdep.c (sh_frame_chain): Update.
2491 * rs6000-tdep.c (rs6000_frame_chain): Update.
2492 * ns32k-tdep.c (ns32k_frame_chain): Update.
2493 * mips-tdep.c (mips_frame_chain): Update.
2494 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
2495 * m32r-tdep.c (m32r_frame_this_id): Update.
2496 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
2497 * frv-tdep.c (frv_frame_this_id): Update.
2498 * d10v-tdep.c (d10v_frame_this_id): Update.
2499 * cris-tdep.c (cris_frame_chain): Update.
2500 * blockframe.c (legacy_frame_chain_valid): Update.
2501 * avr-tdep.c (avr_frame_this_id): Update.
2502 * arm-tdep.c (arm_prologue_this_id): Update.
2503 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
2504 * objfiles.c (objfile_relocate): Update.
2505 * mipsread.c (mipscoff_symfile_read): Update.
2506 (mipscoff_symfile_read): Update.
2507 * mdebugread.c (parse_partial_symbols): Update.
2508 * dwarfread.c (read_file_scope): Update.
2509 * dwarf2read.c (read_file_scope): Update.
2510 * dbxread.c (read_dbx_symtab): Update.
2511 (read_dbx_symtab): Update.
2512 * coffread.c (complete_symtab): Update.
2513
2514 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
2515
2516 * top.c (quit_target): New static helper function.
2517 (quit_force): Moved code to quit_target(). Call quit_target()
2518 via catch_errors() to catch errors during quit.
2519
2520 2003-09-11 David Carlton <carlton@kealia.com>
2521
2522 * buildsym.c (finish_block): Use allocate_block to allocate the
2523 block.
2524 * mdebugread.c (new_block): Add FIXME.
2525
2526 2003-09-11 David Carlton <carlton@kealia.com>
2527
2528 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
2529 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
2530 (recursive_dump_type): Ditto.
2531 * printcmd.c (print_formatted): Ditto.
2532 * typeprint.c (print_type_scalar): Ditto.
2533 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
2534 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
2535 * cp-support.h: Declare cp_check_possible_namespace_symbols,
2536 maint_cplus_cmd_list.
2537 * cp-support.c: Make maint_cplus_cmd_list extern.
2538 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
2539 command.h.
2540 (lookup_symbol_file): Look in possible namespace blocks when
2541 appropriate.
2542 (initialize_namespace_symtab): New.
2543 (get_possible_namespace_block, free_namespace_block)
2544 (check_possible_namespace_symbols)
2545 (check_possible_namespace_symbols_loop)
2546 (check_one_possible_namespace_symbol)
2547 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
2548 (_initialize_cp_namespace): Ditto.
2549 * block.h: Declare allocate_block.
2550 * block.c (allocate_block): New.
2551 * jv-lang.c (get_java_class_symtab): Allocate blocks via
2552 allocate_block.
2553 * symfile.h: Update declaration of add_psymbol_to_list.
2554 * symfile.c (add_psymbol_to_list): Return the partial symbol in
2555 question.
2556 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
2557 scan_partial_symbols_call.
2558 (scan_partial_symbols): Add NAMESPACE argument; update calls to
2559 helper functions.
2560 (add_partial_symbol): If necessary, scan mangled names for names
2561 of namespaces.
2562 (add_partial_namespace): Add NAMESPACE argument; generate partial
2563 symbols associated to namespaces.
2564 (add_partial_enumeration): Add NAMESPACE argument.
2565 (new_symbol): Allow namespace syms.
2566 (read_namespace): Generate namespace syms.
2567 * objfiles.h: Add opaque declaration of struct symtab.
2568 (struct objfile): Add cp_namespace_symtab member.
2569 * objfiles.c (allocate_objfile): Set
2570 objfile->cp_namespace_symtab.
2571 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
2572 dictionary_h, command_h.
2573
2574 2003-09-11 Andrew Cagney <cagney@redhat.com>
2575
2576 * rs6000-tdep.c (rs6000_push_dummy_call): Use
2577 regcache_raw_write_signed to set SP_REGNUM, move the operation to
2578 near the function's end.
2579 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
2580 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
2581 regcache_raw_write_signed to set SP_REGNUM.
2582
2583 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
2584
2585 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
2586 orig_addrs is set up properly.
2587
2588 2003-09-11 Andrew Cagney <cagney@redhat.com>
2589
2590 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
2591 * gdbarch.h, gdbarch.c: Re-generate.
2592 * infcall.c (call_function_by_hand): Update.
2593 * hppa-tdep.c (hppa_push_arguments): Update.
2594 * ada-lang.c (place_on_stack): Update.
2595 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2596 * sparc-tdep.c (sparc_gdbarch_init): Update.
2597 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2598 * hppa-tdep.c (hppa_gdbarch_init): Update.
2599 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
2600 stack_align.
2601
2602 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
2603
2604 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
2605 register do need a frame.
2606
2607 2003-09-11 Andrew Cagney <cagney@redhat.com>
2608
2609 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
2610 buildable since GDB 5.0.
2611 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
2612 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
2613 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
2614 * irix4-nat.c: Delete file.
2615 * config/mips/irix4.mh: Delete file.
2616 * config/mips/irix3.mh: Delete file.
2617 * config/mips/irix3.mt: Delete file.
2618 * config/mips/tm-irix3.h: Delete file.
2619 * config/mips/nm-irix3.h: Delete file.
2620 * config/mips/xm-irix3.h: Delete file.
2621 * config/mips/nm-irix4.h: Delete file.
2622 * config/mips/xm-irix4.h: Delete file.
2623 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
2624
2625 2003-09-10 J. Brobecker <brobecker@gnat.com>
2626
2627 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
2628 * Makefile.in (hppa-tdep.o): Update dependencies.
2629
2630 2003-09-10 James E Wilson <wilson@specifixinc.com>
2631
2632 * MAINTAINERS: Change my e-mail address. Move to paper trail
2633 section.
2634
2635 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2636
2637 * MAINTAINERS (frv): New ISA entry.
2638
2639 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2640
2641 * frv-tdep.c (dis-asm.h): Include.
2642 * Makefile.in (frv-tdep.o): Update dependencies.
2643
2644 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2645
2646 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2647 Fix typo for high range of floating registers.
2648
2649 2003-09-09 David Carlton <carlton@kealia.com>
2650
2651 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2652 highpc initialization here out of scan_partial_symbols.
2653 (scan_partial_symbols): Restructure into a recursive version,
2654 calling add_partial_namespace and add_partial_enumeration when
2655 appropriate.
2656 (add_partial_namespace): New.
2657 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2658
2659 2003-09-09 Andrew Cagney <cagney@redhat.com>
2660
2661 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2662 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2663 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2664 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2665
2666 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2667 (rs6000_push_dummy_call): Set the "TOC" register.
2668
2669 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2670 methods "max_register_raw_size", "max_register_virtual_size" or
2671 "register_virtual_size".
2672
2673 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2674
2675 * MAINTAINERS: Update my e-mail address.
2676
2677 2003-09-09 Andrew Cagney <cagney@redhat.com>
2678
2679 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2680 (rs6000_push_dummy_call): Store the struct return address.
2681 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2682
2683 2003-09-09 Andrew Cagney <cagney@redhat.com>
2684
2685 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2686 "ppc_sysv_abi_push_arguments".
2687 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2688 "ppc_sysv_abi_push_arguments".
2689 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2690 instead of "push_arguments".
2691 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2692
2693 2003-09-09 Andrew Cagney <cagney@redhat.com>
2694
2695 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2696 instead of CALL_DUMMY_ADDRESS.
2697
2698 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2699
2700 * p-lang.c: Eliminate "register".
2701 * c-lang.c: Ditto.
2702 * expprint.c: Ditto.
2703 * f-lang.c: Ditto.
2704 * jv-lang.c: Ditto.
2705 * language.c: Ditto.
2706 * m2-lang.c: Ditto.
2707 * parse.c: Ditto.
2708 * scm-lang.c: Ditto.
2709 * objc-lang.c: Ditto.
2710
2711 2003-09-09 Nick Clifton <nickc@redhat.com>
2712
2713 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2714
2715 2003-09-04 Andrew Cagney <cagney@redhat.com>
2716
2717 * avr-tdep.c: Include "dis-asm.h".
2718 * cris-tdep.c: Include "dis-asm.h".
2719 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2720 instead of corresponding typedef.
2721 * h8300-tdep.c: Include "dis-asm.h".
2722 * ia64-tdep.c: Include "dis-asm.h".
2723 * i386-tdep.c: Include "dis-asm.h".
2724 (i386_print_insn): Use "struct disassemble_info" instead of
2725 corresponding typedef.
2726 * m68k-tdep.c: Include "dis-asm.h".
2727 * mcore-tdep.c: Include "dis-asm.h".
2728 * mips-tdep.c: Include "dis-asm.h".
2729 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2730 instead of corresponding typedef.
2731 * ns32k-tdep.c: Include "dis-asm.h".
2732 * s390-tdep.c: Include "dis-asm.h".
2733 * sparc-tdep.c: Include "dis-asm.h".
2734 * vax-tdep.c: Include "dis-asm.h".
2735 * v850-tdep.c: Include "dis-asm.h".
2736 * mn10300-tdep.c: Include "dis-asm.h".
2737 * rs6000-tdep.c: Include "dis-asm.h".
2738 * xstormy16-tdep.c: Include "dis-asm.h".
2739 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2740 print_insn_xstormy16.
2741 * Makefile.in (v850-tdep.o): Update dependencies.
2742 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2743 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2744 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2745 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2746 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2747 (gdbarch_h): Remove $(dis_asm_h).
2748 * disasm.c: Include "dis-asm.h".
2749 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2750 corresponding typedef.
2751 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2752 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2753 * gdbarch.sh: Do not include "dis-asm.h".
2754 (struct disassemble_info): Declare opaque.
2755 (TARGET_PRINT_INSN): Update declaration.
2756 * gdbarch.h, gdbarch.c: Re-generate.
2757
2758 2003-09-08 Andrew Cagney <cagney@redhat.com>
2759
2760 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2761 CALL_DUMMY_ADDRESS, change to a predicate.
2762 * gdbarch.h, gdbarch.c: Re-generate.
2763 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2764 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2765 * infcall.c (call_function_by_hand): Ditto.
2766 * sparc-tdep.c (sparc_push_return_address): Ditto.
2767 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2768 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2769 CALL_DUMMY_ADDRESS with entry_point_address.
2770 * v850-tdep.c (v850_push_return_address): Ditto.
2771 * s390-tdep.c (s390_push_return_address): Ditto.
2772 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2773 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2774 * mcore-tdep.c (mcore_push_return_address): Ditto.
2775 * cris-tdep.c (cris_push_return_address): Ditto.
2776 * arm-tdep.c (arm_push_return_address): Ditto.
2777
2778 2003-09-08 Andrew Cagney <cagney@redhat.com>
2779
2780 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2781 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2782 and REG_UNMODIFIED to REG_SAME_VALUE.
2783 (execute_cfa_program): Update.
2784 (dwarf2_frame_cache): Update. Initialize table to
2785 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2786 location.
2787 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2788
2789 2003-09-08 Andrew Cagney <cagney@redhat.com>
2790
2791 * gnu-nat.c: Remove "inline" function attribute.
2792 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2793
2794 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2795
2796 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2797 target.
2798
2799 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2800
2801 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2802 (frame_extra_info): Rename this struct to frv_unwind_cache.
2803 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2804 Add fields ``prev_sp'' and ``base''.
2805 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2806 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2807 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2808 Delete.
2809 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2810 Revise all callers. Fill in the unwind cache argument and make
2811 other adjustments to account for new frame mechanisms.
2812 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2813 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2814 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2815 (frv_frame_unwind, frv_frame_base): New structs.
2816 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2817 additional arguments expected by this method and adjust function
2818 body accordingly.
2819 (frv_gdbarch_init): Remove calls to the following functions:
2820 set_gdbarch_deprecated_init_frame_pc(),
2821 set_gdbarch_deprecated_saved_pc_after_call(),
2822 set_gdbarch_deprecated_frame_chain(),
2823 set_gdbarch_deprecated_frame_saved_pc(),
2824 set_gdbarch_deprecated_frame_init_saved_regs(),
2825 set_gdbarch_deprecated_push_arguments(),
2826 set_gdbarch_deprecated_push_return_address(),
2827 set_gdbarch_deprecated_pop_frame(),
2828 set_gdbarch_deprecated_call_dummy_words(),
2829 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2830 set_gdbarch_deprecated_init_extra_frame_info(),
2831 set_gdbarch_deprecated_dummy_write_sp(), and
2832 set_gdbarch_deprecated_pc_in_call_dummy().
2833 Add calls to the following functions:
2834 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2835 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2836 frame_base_set_default().
2837 * Makefile.in (frv-tdep.o): Update dependencies.
2838
2839 2003-09-09 Mark Kettenis <kettenis@gnu.org>
2840
2841 * dwarf2-frame.c (read_encoded_value): Add support for
2842 DW_EH_PE_aligned encoding.
2843
2844 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2845
2846 * infrun.c (normal_stop): Don't print a message if the inferior
2847 has exited.
2848
2849 2003-09-08 Jim Blandy <jimb@redhat.com>
2850
2851 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2852 * dbxread.c: #include "gdb_assert.h".
2853 (read_dbx_symtab): If the objfile has no .data section, use the
2854 section index for the .bss section instead.
2855
2856 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2857
2858 * frame.c (deprecated_safe_get_selected_frame): New function.
2859 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2860 * findvar.c (read_var_value): Call it.
2861
2862 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
2863
2864 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2865 (sh64-tdep.o): Add dependencies.
2866 * configure.tgt: Add FIXME to sh-*-linux*.
2867 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2868 (sh_gdbarch_init): Always set correct sh_show_regs function
2869 pointer. Call sh64_gdbarch_init() if machine type is sh5.
2870 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2871 * sh64-tdep.c: New file, containing all sh64 related code from
2872 sh-tdep.c.
2873 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2874 * config/sh/linux.mt (TDEPFILES): Ditto.
2875 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2876 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2877 * config/sh/wince.mt (TDEPFILES): Ditto.
2878
2879 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2880
2881 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2882 (stop_wait_callback): Handle !lp->signalled also.
2883 (lin_lwp_has_pending, flush_callback): New functions.
2884 (lin_lwp_wait): Call flush_callback.
2885 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2886 (linux_proc_pending_signals): New function.
2887 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2888
2889 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2890
2891 From Nick Kelsey <nickk@ubicom.com>:
2892 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2893 when the stop PC is at the beginning of a function also.
2894
2895 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
2896
2897 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2898 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2899
2900 2003-09-06 Mark Kettenis <kettenis@gnu.org>
2901
2902 * sol-thread.c: Include "gdb_string.h".
2903
2904 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2905
2906 * gcore.c: Reorder include files in alphabetical order. Include
2907 "gdb_assert.h". Various coding style fixes.
2908 (derive_stack_segment, derive_heap_segment): Replace check for
2909 non-null BOTTOM and TOP with gdb_assert.
2910 (derive_heap_segment): Replace check for successful creation of
2911 ZERO with gdb_assert.
2912 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2913
2914 2003-09-04 Andrew Cagney <cagney@redhat.com>
2915
2916 * thread-db.c (verbose_dlsym): New function.
2917 (thread_db_load): Use verbose_dlsym
2918 (thread_db_new_objfile): Print that libthread_db was loaded, and
2919 that thread debugging was enabled.
2920
2921 2003-09-04 Andrew Cagney <cagney@redhat.com>
2922
2923 * configure.tgt: Add "mips64*-*-*" target. Delete
2924 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2925 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2926 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2927 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2928 mips*-sony-*, and mips64*-*-elf* targets.
2929 * config/mips/embedl.mt: Delete file.
2930 * config/mips/embedl64.mt: Delete file.
2931 * config/mips/mips.mt: Delete file.
2932 * config/mips/mips64.mt: Delete file.
2933 * config/mips/tm-embed.h: Delete file.
2934 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2935 * config/mips/embed64.mt: Delete out-of-date comment.
2936
2937 2003-09-04 Andrew Cagney <cagney@redhat.com>
2938
2939 * hppa-tdep.c (hppa_gdbarch_init): Set
2940 "have_nonsteppable_watchpoint".
2941 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2942 * mips-tdep.c (mips_dump_tdep): Do not print
2943 HAVE_NONSTEPPABLE_WATCHPOINT.
2944 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2945 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2946 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2947 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2948
2949 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2950
2951 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2952 unused code. Add comment.
2953
2954 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2955
2956 * breakpoint.c (watchpoint_check): Check for pc being in an
2957 epilogue if watchpoint frame couldn't be found.
2958
2959 2003-09-04 Andrew Cagney <cagney@redhat.com>
2960
2961 * Makefile.in: Re-generate all dependencies.
2962
2963 2003-09-03 Andrew Cagney <cagney@redhat.com>
2964
2965 * arch-utils.h (legacy_print_insn): Delete declaration.
2966 * arch-utils.c (legacy_print_insn): Delete function.
2967 * disasm.c (deprecated_tm_print_insn_info): Delete.
2968 (_initialize_disasm): Delete function, contained code initializing
2969 deprecated_tm_print_insn_info.
2970 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2971 (deprecated_tm_print_insn_info): Delete.
2972 (TARGET_PRINT_INSN): Do not provide a default.
2973 * gdbarch.h, gdbarch.c: Re-generate.
2974
2975 2003-09-03 Andrew Cagney <cagney@redhat.com>
2976
2977 * disasm.c (fprintf_disasm): New function.
2978 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2979 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2980 reverts 2003-08-14 change.
2981 (_initialize_disasm): Call "init_disassemble_info", instead of
2982 INIT_DISASSEMBLE_INFO_NO_ARCH.
2983
2984 2003-09-03 Michael Snyder <msnyder@redhat.com>
2985
2986 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2987
2988 2003-09-03 Andrew Cagney <cagney@redhat.com>
2989
2990 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2991 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2992 * symfile.c (syms_from_objfile): Update.
2993 (reread_symbols): `Update
2994 * exec.c (exec_file_attach): Update.
2995 (exec_file_attach): Update.
2996 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2997 2003-08-29 change.
2998 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2999
3000 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3001
3002 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
3003 trad-frame.h.
3004 (arm_get_cache): Delete macro.
3005 (struct arm_prologue_cache): Update comments. Make saved_regs into
3006 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
3007 to prev_sp.
3008 (thumb_scan_prologue): Update for cache changes. Don't call
3009 DEPRECATED_PC_IN_CALL_DUMMY.
3010 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
3011 argument and use it in desperation search for our prologue. Do not
3012 search past the specified PC.
3013 (arm_make_prologue_cache): Simplify.
3014
3015 (arm_prologue_this_id, arm_prologue_prev_register)
3016 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
3017 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
3018 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
3019 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
3020 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
3021
3022 (arm_frame_chain_valid, arm_find_callers_reg)
3023 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
3024 (arm_pop_frame): Delete obsolete methods.
3025 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
3026
3027 (arm_gdbarch_init): Update for new frame methods. Register prologue
3028 and sigtramp unwinders. Set the default frame base method.
3029
3030 * Makefile.in (arm-tdep.o): Update dependencies.
3031 * varobj.c (find_frame_addr_in_frame_chain): Call
3032 get_frame_base_address.
3033 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
3034
3035 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3036
3037 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
3038 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
3039 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
3040 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
3041 Take NEXT_FRAME and CACHE arguments. Call
3042 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
3043 Set unwound_pc in CACHE instead of modifying the frame argument.
3044 Don't bother checking the frame type when looking for sigtramp
3045 frames.
3046 (arm_make_prologue_cache, arm_frame_chain)
3047 (arm_init_extra_frame_info): New functions.
3048
3049 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
3050
3051 * arm-tdep.c (arm_get_cache): Define.
3052 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
3053 unwound_sp, unwound_pc, and saved_regs.
3054 (thumb_scan_prologue): Take a cache instead of the frame.
3055 (arm_scan_prologue): Likewise.
3056 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
3057 instead of a temporary frame.
3058 (arm_init_extra_frame_info): Allocate and use a cache.
3059 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
3060
3061 2003-09-03 Andrew Cagney <cagney@redhat.com>
3062
3063 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
3064 * config/mips/wince.mt (TM_CLIBS): Ditto.
3065 * config/sh/wince.mt (TM_CLIBS): Ditto.
3066 * config/pa/hppa64.mt (TM_CLIBS): Delete.
3067 * config/sparc/sp64.mt (CC): Delete.
3068
3069 2003-09-03 Andrew Cagney <cagney@redhat.com>
3070
3071 * defs.h: Do not include "arch-utils.h".
3072 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
3073 GDB_MULTI_ARCH_PURE.
3074 * configure.in (GDB_MULTI_ARCH): Do not define.
3075 * configure, config.in: Regenerate.
3076 * configure.tgt: Do not set variable "gdb_multi_arch".
3077 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
3078 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
3079 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
3080 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
3081 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
3082 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
3083 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
3084 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
3085 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
3086 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
3087 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
3088 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
3089 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
3090 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
3091 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
3092 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
3093 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
3094 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
3095
3096 2003-08-30 Michael Chastain <mec@shout.net>
3097
3098 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
3099 * config/m68k/nm-hp300hpux.h: Delete.
3100 * config/m68k/tm-hp300hpux.h: Delete.
3101 * config/m68k/xm-hp300hpux.h: Delete.
3102 * config/m68k/xm-hp300bsd.h: Delete.
3103 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
3104 tm-hp300hpux.h, xm-hp300hpux.h.
3105 * somsolib.c: Remove comment about hp300 shared libraries.
3106
3107 2003-08-31 Mark Kettenis <kettenis@gnu.org>
3108
3109 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
3110 Only define PTRACE_GET_THREAD_AREA is not already defined.
3111 Various style fixes in code and comments and some additional
3112 spelling fixes in comments. Move after functions dealing with
3113 debug registers.
3114 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
3115 Fix coding-style.
3116
3117 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
3118 frame_unwind_register_unsigned instead of
3119 frame_unwind_unsigned_register.
3120
3121 2003-08-30 Mark Kettenis <kettenis@gnu.org>
3122
3123 * configure.in: Search for gethostbyname in libnsl.
3124 * configure: Regenerated.
3125
3126 2003-08-29 Mark Kettenis <kettenis@gnu.org>
3127
3128 * configure.in: Remove redundant AC_MSG_RESULT in check for
3129 uintptr_t in stdint.h.
3130 * configure: Regenerated.
3131
3132 * amd64-nat.h (struct regcache): Add opaque declaration.
3133
3134 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
3135 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
3136 Change "register array" to "register cache" in comments.
3137 (x86_64_linux_gregset64_reg_offset): New variable.
3138 (GETREGS_SUPPLIES): Remove macro.
3139 (supply_gregset): Call amd64_supply_native_gregset instead of
3140 x86_64_linux_supply_gregset.
3141 (fill_gregset): Rename `regno' to `regnum'. Call
3142 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
3143 (store_regs): Rename `regno' to `regnum'.
3144 (store_fpregs): Rename `regno' to `regnum'.
3145 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
3146 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3147 Reorganize function a bit.
3148 (store_inferior_registers): Rename `regno' to `regnum'. Use
3149 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
3150 Reorganize function a bit.
3151 (_initialize_x86_64_linux_nat): New function.
3152 * config/i386/x86-64linux.mh.
3153
3154 2003-08-29 Andrew Cagney <cagney@redhat.com>
3155
3156 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
3157 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
3158 (target_remove_watchpoint): Delete macro.
3159 (target_insert_watchpoint): Delete macro.
3160 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
3161 (remote_mips_stopped_by_watchpoint): Delete declaration.
3162 (remote_mips_remove_watchpoint): Delete declaration.
3163 (remote_mips_set_watchpoint): Delete declaration.
3164 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
3165 * remote-mips.c (_initialize_remote_mips): Set
3166 "to_insert_watchpoint", "to_stopped_by_watchpoint",
3167 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
3168 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
3169 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
3170 (mips_stopped_by_watchpoint): Rename
3171 remote_mips_stopped_by_watchpoint.
3172 (mips_can_hardware_watchpoint): Rename
3173 remote_mips_can_use_hardware_watchpoint, update function
3174 signature.
3175
3176 2003-08-29 Mark Kettenis <kettenis@gnu.org>
3177
3178 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
3179 USER_DS. We haven't given them a register number yet.
3180
3181 * amd64-nat.h: New file.
3182 * amd64-nat.c: New file.
3183 * amd64fbsd-nat.c: Include "amd64-nat.h".
3184 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
3185 (amd64fbsd32_r_reg_offset): New variable.
3186 (supply_gregset): Simply call amd64_supply_native_gregset.
3187 (fill_gregset): Rename `regno' to `regnum'. Simply call
3188 amd64_collect_native_gregset.
3189 (fill_fpregset): Rename `regno' to `regnum'.
3190 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
3191 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3192 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3193 `fpregset_t'. Call amd64_supply_native_gregset instead of
3194 supply_gregset. Call x86_64_supply_fxsave instead of
3195 supply_fpregset.
3196 (store_inferior_registers): Rename `regno' to `regnum'. Replace
3197 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
3198 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
3199 `fpregset_t'. Call amd64_collect_native_gregset instead of
3200 fill_gregset. Call x86_64_collect_fxsave instead of
3201 fill_fpregset.
3202 (_initialize_am64fbsd_nat): Initialize
3203 amd64_native_gregset32_reg_offset and
3204 amd64_native_gregset64_reg_offset.
3205 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
3206
3207 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
3208 null pointer. Fix typo in comment.
3209
3210 * regcache.c (supply_register): Reimplement to call
3211 regcache_raw_supply.
3212 (regcache_collect): Reimplement by calling regcache_raw_collect.
3213
3214 2003-08-28 Mark Kettenis <kettenis@gnu.org>
3215
3216 * regcache.c (register_buffer): Consitify first argument.
3217 (regcache_raw_supply, regcache_raw_collect): New
3218 functions.
3219
3220 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
3221
3222 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
3223 by Nathan J. Williams.
3224
3225 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
3226
3227 * lin-lwp.c (wait_lwp): New function, copied from
3228 stop_wait_callback. Clean up.
3229 (stop_wait_callback): Use wait_lwp.
3230
3231 2003-08-28 Andrew Cagney <cagney@redhat.com>
3232
3233 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
3234 flavour and disassembler options.
3235 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
3236 (mips_gdbarch_init): Set "print_insn". Delete initialization of
3237 deprecated_tm_print_insn_info.
3238
3239 2003-08-27 Andrew Cagney <cagney@redhat.com>
3240
3241 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
3242 Use target_read_memory.
3243 (s390_get_frame_info): Update. Do not reference
3244 deprecated_tm_print_insn_info.
3245 (s390_check_function_end, s390_is_sigreturn): Ditto.
3246
3247 2003-08-27 Andrew Cagney <cagney@redhat.com>
3248
3249 * Makefile.in (cris-tdep.o): Update dependencies.
3250 * cris-tdep.c: Include "gdb_assert.h".
3251 (cris_gdbarch_init): Set print_insn.
3252 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
3253 (cris_delayed_get_disassembler): Simplify, directly call the
3254 disassembler returned by cris_get_disassembler.
3255 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
3256 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
3257 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
3258 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
3259 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
3260 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
3261 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
3262 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
3263 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
3264 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
3265 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
3266 (gdb_print_insn_sparc): Delete function.
3267 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
3268 deprecated_tm_print_insn_info.
3269 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
3270 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
3271 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
3272 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
3273 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
3274 * s390-tdep.c (gdb_print_insn_s390): Delete function.
3275 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
3276 (s390_gdbarch_init): Set print_insn.
3277
3278 2003-08-27 Andrew Cagney <cagney@redhat.com>
3279
3280 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
3281 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
3282 * infcall.c (call_function_by_hand): Convert the entry point
3283 address into a code address.
3284
3285 2003-08-27 Andrew Cagney <cagney@redhat.com>
3286
3287 * dsrec.c: Include "gdb_string.h".
3288 * Makefile.in (dsrec.o): Update dependencies.
3289
3290 2003-08-27 Michael Chastain <mec@shout.net>
3291
3292 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
3293
3294 2003-08-27 Andrew Cagney <cagney@redhat.com>
3295
3296 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
3297 (alpha_osf1_init_abi): Do not set call_dummy_address.
3298
3299 2003-08-27 David Carlton <carlton@kealia.com>
3300
3301 From Randolph Chung <tausq@debian.org>:
3302 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
3303 compiles with -Wformat-nonliteral -Werror.
3304
3305 2003-08-26 Jim Blandy <jimb@redhat.com>
3306
3307 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
3308 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
3309 bfd_lookup_symbol, since we only want symbols in code sections.
3310 (look_for_base): Pass zero as the SECT_FLAGS argument to
3311 bfd_lookup_symbol, since we're not concerned about which section
3312 the symbol is in.
3313
3314 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3315
3316 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
3317 we are frameless or the return address register is already known.
3318
3319 2003-08-26 Andrew Cagney <cagney@redhat.com>
3320
3321 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
3322 in size. Add comments.
3323
3324 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
3325
3326 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
3327 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
3328
3329 2003-08-26 Jason Merrill <jason@redhat.com>
3330
3331 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
3332 case out of #ifdef MIPS block.
3333
3334 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
3335
3336 PR java/1322
3337 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
3338 available before calling SECT_OFF_TEXT.
3339 * PROBLEMS: Remove description of java/1322.
3340
3341 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
3342
3343 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
3344 bof, and nat0-nat127 as pseudo-registers.
3345 (ia64_frame_cache): New struct used to cache frame info.
3346 (ia64_register_reggroup_p): New routine used to override default
3347 register grouping so registers without names are still saved and
3348 restored.
3349 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
3350 pseudo values.
3351 (ia64_pseudo_register_read): New routine to read pseudo-registers.
3352 (ia64_pseudo_register_write): New routine to write pseudo-registers.
3353 (ia64_alloc_frame_cache): New routine to create a new
3354 ia64_frame_cache.
3355 (examine_prologue): Change prototype to add next_frame pointer.
3356 Assume frameless until otherwise proven. Verify that the cfm for
3357 current frame matches the cfm that should occur for the prologues
3358 alloc insn and if equal, mark as not frameless. At end of routine,
3359 if not frameless, calculate registers for the previous frame and store
3360 in the cache, if a cache is provided.
3361 (ia64_skip_prologue): Use new prototype when calling examine_prologue
3362 and pass 0 for next_frame.
3363 (ia64_store_return_value): Change to use convert_typed_floating()
3364 instead of calling ia64_convert_to_raw().
3365 (ia64_extract_return_value): Change to use convert_typed_floating()
3366 instead of calling ia64_convert_to_virtual().
3367 (ia64_frame_cache): New routine to support new frame model.
3368 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
3369 (ia64_frame_sniffer): Ditto.
3370 (ia64_sigtramp_frame_init_saved_regs): Ditto.
3371 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
3372 (ia64_sigtramp_frame_prev_register): Ditto.
3373 (ia64_sigtramp_frame_sniffer): Ditto.
3374 (ia64_frame_base_address): Ditto.
3375 (ia64_extract_struct_value_address): Change to issue error message.
3376 (ia64_frame_align): New routine to align sp.
3377 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
3378 (ia64_push_arguments): Removed. Logic moved to
3379 ia64_push_dummy_call().
3380 (ia64_push_return_address): Ditto.
3381 (ia64_unwind_dummy_id): New function.
3382 (ia64_unwind_pc): Ditto.
3383 (ia64_convert_register_p): Ditto.
3384 (ia64_register_to_value): Ditto.
3385 (ia64_value_to_register): Ditto.
3386 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
3387 (ia64_register_byte, ia64_register_raw_size): Ditto.
3388 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
3389 (ia64_saved_pc_after_call): Ditto.
3390 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
3391 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
3392 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
3393 (ia64_register_convert_to_raw): Ditto.
3394 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
3395 (ia64_init_extra_frame_info): Ditto.
3396 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
3397 (ia64_gdbarch_init): Remove registering of deprecated functions that
3398 are no longer used. Add registration of new gdbarch functions.
3399 Remove registering deprecated_write_sp. Replace
3400 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
3401 Delete set_gdbarch_deprecated_register_convertible(),
3402 set_gdbarch_deprecated_register_convert_to_virtual(), and
3403 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
3404 set_gdbarch_deprecated_register_size(),
3405 set_gdbarch_deprecated_register_bytes(),
3406 set_gdbarch_pcregnum(),
3407 set_gdbarch_deprecated_register_byte(),
3408 set_gdbarch_deprecated_register_raw_size(),
3409 set_gdbarch_deprecated_max_register_raw_size(),
3410 set_gdbarch_deprecated_register_virtual_size(),
3411 and set_gdbarch_deprecated_max_register_virtual_size() calls.
3412 Replace set_gdbarch_deprecated_extract_return_value() with
3413 set_gdbarch_extract_return_value(). Remove calls to:
3414 set_gdbarch_deprecated_saved_pc_after_call();
3415 set_gdbarch_deprecated_frame_chain(),
3416 set_gdbarch_deprecated_frame_saved_pc(),
3417 set_gdbarch_deprecated_frame_init_saved_regs(),
3418 set_gdbarch_deprecated_get_saved_register(),
3419 set_gdbarch_deprecated_call_dummy_words(),
3420 set_gdbarch_deprecated_sizeof_call_dummy_words(),
3421 set_gdbarch_deprecated_init_extra_frame_info(),
3422 set_gdbarch_deprecated_frame_args_address(),
3423 set_gdbarch_deprecated_frame_locals_address(),
3424 and set_gdbarch_deprecated_dummy_write_sp().
3425 Add set_gdbarch_convert_register_p(),
3426 set_gdbarch_register_to_value(),
3427 set_gdbarch_value_to_register(),
3428 set_gdbarch_push_dummy_call(),
3429 set_gdbarch_frame_align(),
3430 set_gdbarch_unwind_dummy_id(),
3431 set_gdbarch_unwind_pc(),
3432 frame_unwind_append_sniffer(),
3433 frame_unwind_append_sniffer(),
3434 and frame_base_set_default().
3435
3436 2003-08-25 Chris Demetriou <cgd@broadcom.com>
3437
3438 * configure.tgt: Document need for special "mipsisa64" handling.
3439 (mipsisa64*-*-linux64): Handle as target linux64.
3440 (mipsisa64*-*-*): Handle as target embed64.
3441
3442 2003-08-18 Michael Chastain <mec@shout.net>
3443
3444 * PROBLEMS: Document pr gdb/1322, the Java anonymous
3445 objfile bug.
3446
3447 2003-08-24 Mark Kettenis <kettenis@gnu.org>
3448
3449 * i387-tdep.h: Update copyright date.
3450 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
3451
3452 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
3453 CFLAGS games to reflect reality.
3454
3455 2003-08-24 Andrew Cagney <cagney@redhat.com>
3456
3457 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
3458 GDB_MULTI_ARCH is always non-zero.
3459 * osabi.c (_initialize_gdb_osabi): Ditto.
3460 (gdbarch_init_osabi): Ditto.
3461 * sparc-tdep.c: Ditto for #if code.
3462
3463 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3464
3465 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
3466 Update comments.
3467 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
3468 comments.
3469 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
3470 x86_64_supply_fxsave.
3471 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
3472 x86_64_supply_fxsave.
3473 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
3474 x86_64_supply_fxsave.
3475
3476 2003-08-23 Andreas Jaeger <aj@suse.de>
3477
3478 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
3479 i387_supply_fxsave.
3480
3481 2003-08-23 Mark Kettenis <kettenis@gnu.org>
3482
3483 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
3484 i387_supply_register.
3485 (go32_fetch_registers): Adjust call to i387_supply_fsave.
3486 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
3487 i387_supply_fsave.
3488 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
3489 i387_supply_fxsave.
3490 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
3491 i387_supply_fsave.
3492 * i386bsd-nat.c (supply_fpregset): Adjust call to
3493 i387_supply_fsave.
3494 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
3495 call to i387_supply_fxsave. Call i387_supply_fsave instead of
3496 supply_fpregset.
3497 (store_inferior_registers): Remove extraneous whitespace. Call
3498 i387_fill_fsave instead of fill_fpregset.
3499 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
3500 (supply_fpregset): Likewise.
3501 * i386v4-nat.c (supply_fpregset): Adjust call to
3502 i387_supply_fsave.
3503 * i386-interix-nat.c (supply_fpregset): Adjust call to
3504 i387_supply_fsave.
3505 * i386-linux-nat.c (supply_fpregset): Adjust call to
3506 i387_supply_fsave.
3507 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
3508 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
3509 i387supply_fsave and i387_supply_fxsave.
3510 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
3511 Incorporate code from `i387_supply_register.
3512 (i387_supply_register): Remove.
3513 (i387_supply_fxsave): Add `regnum' argument.
3514 Update comments.
3515 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
3516 prototype.
3517 (i387_supply_register): remove prototype.
3518 Update comments.
3519
3520 2003-08-22 Michael Chastain <mec@shout.net>
3521
3522 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
3523 Add lines for files in gdb/testsuite/gdb.cp/* that are
3524 still not 8.3 unique.
3525
3526 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
3527
3528 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
3529 TYPE_VPTR_FIELDNO is valid.
3530
3531 2003-08-19 Mark Kettenis <kettenis@gnu.org>
3532
3533 * utils.c (set_width_command): Remove prototypes.
3534 (set_screen_size): New prototype.
3535 (init_page_info): Simplify by fetching the screen size from
3536 Readline. Call set_screen_size.
3537 (set_screen_size): New function.
3538 (set_width): Add missing whitespace in comment.
3539 (set_width_command): Call set_screen_size.
3540 (set_height_command): New function.
3541 (initialize_utils): Fix formatting. Make "set height" command
3542 call set_height_command. Remove redundant code that turns off
3543 pagination if output isn't a terminal. Remove redundant call to
3544 set_width_command.
3545
3546 2003-08-22 Mark Kettenis <kettenis@gnu.org>
3547
3548 * sparc64-tdep.h (sparc64_regnum): Fix comment.
3549 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
3550 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
3551 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
3552 `case' keyword.
3553 (sparc64_register_info): Give the reister with number
3554 SPARC64_STATE_REGNUM a name.
3555 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
3556 %asi and %ccr.
3557 (sparc64_push_dummy_call): Take BIAS into account when checking
3558 stcak alignment.
3559 (sparc_software_single_step): Remove assertions that check whether
3560 NPC and NNPC were zero.
3561 (sparc_supply_rwindow): Make public. Merge functionality with
3562 sparc64_supply_rwindow.
3563 (sparc_fill_rwindow): Make public. Merge functionality with
3564 sparc64_fill_rwindow.
3565 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
3566 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
3567 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
3568 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
3569 sparc_supply_rwindow instead of sparc64_supply_rwindow.
3570
3571 * reggroups.c: Add whitespace after declarations of local
3572 variables in functions.
3573
3574 2003-08-21 Michael Chastain <mec@shout.net>
3575
3576 * gdbtypes.h: Change array bound type from an int to enum.
3577
3578 2003-08-21 Andrew Cagney <cagney@redhat.com>
3579
3580 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
3581 * config/sparc/tm-sparc.h: Ditto.
3582 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
3583 unconditionally.
3584 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
3585
3586 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3587
3588 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
3589 (register_objfile_data, set_objfile_data, objfile_data): New
3590 prototypes.
3591 * objfiles.c (objfile_alloc_data, objfile_free_data): New
3592 prototypes.
3593 (allocate_objfile): Call objfile_alloc_data.
3594 (free_objfile): Call objfile_free_data.
3595 (struct objfile_data): New.
3596 (struct objfile_data_registration): New.
3597 (struct objfile_data_registry): New.
3598 (objfile_data_registry): New variable.
3599 (register_objfile_data): New function.
3600 (objfile_alloc_data, objfile_free_data): New functions.
3601 (set_objfile_data, objfile_data): New functions.
3602 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3603 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
3604 (_initialize_dwarf2_frame): New function and prototype.
3605
3606 2003-08-21 Andrew Cagney <cagney@redhat.com>
3607
3608 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
3609 a specific architecture.
3610 * arch-utils.h (set_architecture_from_arch_mach): Delete
3611 declaration.
3612 (target_architecture_hook): Delete declaration.
3613 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
3614 (default_float_format): Assume GDB_MULTI_ARCH.
3615 (default_double_format): Assume GDB_MULTI_ARCH.
3616 (set_endian_from_file): Delete function.
3617 (arch_ok): Delete function.
3618 (set_arch): Delete function.
3619 (set_architecture_from_arch_mach): Delete function.
3620 (set_architecture_from_file): Delete function.
3621 (set_architecture): Assume GDB_MULTI_ARCH.
3622 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
3623
3624 2003-08-21 Mark Kettenis <kettenis@gnu.org>
3625
3626 Rewrite FreeBSD/sparc64 native configuration.
3627 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
3628 * sparc64fbsd-nat.c: New file.
3629 * sparc64fbsd-tdep.c: New file.
3630 * sparc64-tdep.c sparc64-tdep.h: New files.
3631 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
3632 sparc64fbsd-tdep.o): New dependencies.
3633 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
3634 and sparc64fbsd-tdep.c.
3635 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
3636 * config/sparc/fbsd.mh: Remove copyright notice.
3637 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
3638 sparcbsd-nat.o.
3639 * config/sparc/fbsd.mt: Remove copyright notice.
3640 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3641 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3642 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3643 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3644 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3645 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3646 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3647 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3648 "sparc/tm-sp64.h".
3649 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3650 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3651
3652 2003-08-21 Michael Chastain <mec@shout.net>
3653
3654 * symtab.h: Add doco on the space critical structures and
3655 some measurements of space usage.
3656
3657 2003-08-21 Michael Snyder <msnyder@redhat.com>
3658
3659 * tracepoint.c (trace_dump_command): Trace break address
3660 is subject to DECR_PC_AFTER_BREAK.
3661 (set_traceframe_context): Make "trace_line" an int.
3662 Fixes suggested by Mark Newman <mark.newman@lmco.com>
3663
3664 2003-08-20 Michael Snyder <msnyder@redhat.com>
3665
3666 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
3667 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3668 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
3669 argument passing.
3670 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
3671 functions, replace sh_push_dummy_call.
3672 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3673
3674 2003-08-20 Michael Chastain <mec@shout.net>
3675
3676 * gdbtypes.h (struct main_type): Rearrange to save space.
3677
3678 2003-08-20 Michael Snyder <msnyder@redhat.com>
3679
3680 * trad-frame.c: Comment typo fix.
3681
3682 2003-08-20 Michael Snyder <msnyder@redhat.com>
3683 Kevin Buettner <kevinb@redhat.com>
3684
3685 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3686 (frv_frame_init_saved_regs): Add declaration.
3687 (frame_extra_info): Add new field ``saved_regs''.
3688 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3689 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3690 Update frame related code.
3691 (frv_extract_struct_value_address): Adjust formatting.
3692 * Makefile.in (frv-tdep.o): Update dependencies.
3693 * config/frv/tm-frv.h (target_insert_watchpoint)
3694 (target_remove_watchpoint, target_insert_hw_breakpoint)
3695 (target_remove_hw_breakpoint): Delete these macros.
3696 (remote_insert_watchpoint, remote_remove_watchpoint)
3697 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3698 these declarations.
3699
3700 2003-08-20 Michael Chastain <mec@shout.net>
3701
3702 * defs.h (ENUM_BITFIELD): New macro.
3703 * symtab.h (ENUM_BITFIELD): Use it.
3704 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3705
3706 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3707
3708 * MAINTAINERS (write after approval): Add myself.
3709
3710 2003-08-18 Andrew Cagney <cagney@redhat.com>
3711
3712 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3713 * gdbarch.h, gdbarch.c: Re-generate.
3714 * infcall.c (call_function_by_hand): Adjust the SP by
3715 frame_red_zone_size before allocating any stack space.
3716 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3717 * x86-64-tdep.c (x86_64_frame_align): New function.
3718 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3719
3720 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3721 Remove code adjusting SP so that it skips over the Red Zone.
3722
3723 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3724
3725 * NEWS (New native configurations): Mention FreeBSD/amd64.
3726
3727 2003-08-18 Andrew Cagney <cagney@redhat.com>
3728
3729 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3730 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3731 "m68k_frame_p".
3732 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3733
3734 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3735
3736 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3737
3738 2003-08-18 Michal Ludvig <mludvig@suse.cz>
3739
3740 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3741 Define.
3742 * i386-linux-nat.c: Include "linux-nat.h".
3743 (child_post_startup_inferior): New function.
3744
3745 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3746
3747 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3748 at the start of a frameless function. This probably fixes PR
3749 backtrace/1338.
3750
3751 2003-08-17 Michael Chastain <mec@shout.net>
3752
3753 * symfile.c (find_sym_fns): Remove special case for apollo target.
3754
3755 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3756
3757 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3758 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3759 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3760 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3761 (linux_supports_tracevforkdone): New function.
3762 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3763 TRACEVFORKDONE.
3764 (child_follow_fork): Handle vfork.
3765 (linux_handle_extended_wait): Likewise. Also handle exec.
3766 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3767 * NEWS: Mention fork tracing.
3768
3769 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3770
3771 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3772
3773 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3774
3775 * Makefile.in (i386-linux-nat.o): Update dependencies.
3776 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3777 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3778 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3779 * i386-linux-nat.c: Include "linux-nat.h".
3780 (child_post_startup_inferior): New function.
3781 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3782 * infptrace.c (kill_inferior): Wrap in #ifdef.
3783 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3784 attaching to each LWP.
3785 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3786 (init_lin_lwp_ops): Fill in some more operations.
3787 * linux-nat.h (linux_enable_event_reporting)
3788 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3789 prototypes.
3790 * linux-nat.c (linux_enable_event_reporting): New function.
3791 (child_post_attach, linux_child_post_startup_inferior)
3792 (child_post_startup_inferior, child_follow_fork)
3793 (linux_handle_extended_wait, kill_inferior): New functions.
3794
3795 2003-08-16 Andrew Cagney <cagney@redhat.com>
3796
3797 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3798 * gdbarch.h, gdbarch.c: Re-generate.
3799
3800 2003-08-16 Mark Kettenis <kettenis@gnu.org>
3801
3802 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3803
3804 2003-08-16 Andrew Cagney <cagney@redhat.com>
3805
3806 * NEWS: Mention that "set prompt-escape-char" was deleted.
3807 * top.c (get_prompt_1): Delete function.
3808 (gdb_prompt_escape):
3809 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3810 prompt-escape-char" command.
3811 (MAX_PROMPT_SIZE): Delete macro.
3812 (get_prompt): Simplify, do not call get_prompt_1.
3813
3814 2003-08-16 Andrew Cagney <cagney@redhat.com>
3815
3816 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3817 -Werror. -Wformat-nonliteral problems.
3818
3819 2003-08-15 J. Brobecker <brobecker@gnat.com>
3820
3821 Further multiarching work mostly for hppa64-*-hpux11:
3822 * hppa-tdep.h: New file.
3823 * hppa-tdep.c: #include hppa-tdep.c.
3824 (hppa32_num_regs): Renamed from hppa_num_regs.
3825 (hppa64_num_regs): New constant.
3826 (hppa64_call_dummy_breakpoint_offset): New constant.
3827 (hppa32_call_dummy_length): New constant.
3828 (hppa64_call_dummy_length): New constant.
3829 (hppa32_stack_align): Make name 32bit explicit.
3830 (hppa32_register_virtual_type): Likewise.
3831 (hppa32_extract_return_value): Likewise.
3832 (hppa32_use_struct_convention): Likewise.
3833 (hppa32_store_return_value): Likewise.
3834 (hppa64_register_virtual_type): New function.
3835 (hppa64_extract_return_value): New function.
3836 (hppa64_use_struct_convention): New function.
3837 (hppa64_store_return_value): New function.
3838 (hppa_frame_locals_address): Remove declaration, function does
3839 not exist anymore.
3840 (hppa_register_byte): Add support for PA64 ABI.
3841 (hppa_gdbarch_init): Add support for PA64 ABI.
3842 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3843 Make name 32bit explicit.
3844 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3845 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3846 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3847 (hppa64_hpux_frame_base_before_sigtramp): New function.
3848 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3849 * config/pa/tm-hppa64.h: Remove macros that are no longer
3850 necessary now that the gdbarch vector is properly setup.
3851 Transform some macros into function calls. Some minor cleanup.
3852 * config/pa/tm-hppah.h: Update function calls in macros
3853 following the function renaming in hppa-hpux-tdep.c.
3854 * Makefile.in (hppa_tdep_h): New variable.
3855 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3856
3857 2003-08-14 Michael Snyder <msnyder@redhat.com>
3858
3859 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3860
3861 2003-08-13 J. Brobecker <brobecker@gnat.com>
3862
3863 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3864 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3865 routine.
3866
3867 2003-08-13 Michael Snyder <msnyder@redhat.com>
3868
3869 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3870 (frv_saved_pc_after_call): Use deprecated ftype.
3871 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3872 (frv_remote_translate_xfer_address): Remove.
3873 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3874
3875 2003-08-13 J. Brobecker <brobecker@gnat.com>
3876
3877 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3878 initialization after the common gdbarch initialization, not before.
3879
3880 2003-08-13 J. Brobecker <brobecker@gnat.com>
3881
3882 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3883 (ADDR_BITS_REMOVE): Remove, redundant.
3884
3885 2003-08-13 J. Brobecker <brobecker@gnat.com>
3886
3887 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3888 gdbarch method to clear the 2 low bits of text addresses.
3889
3890 2003-08-12 Andrew Cagney <cagney@redhat.com>
3891
3892 * Makefile.in (dsrec.o): Update dependencies.
3893 * dsrec.c: Include "gdb_assert.h".
3894 (make_srec): Use snprintf instead of sprintf, use a literal format
3895 string.
3896
3897 2003-08-12 Andrew Cagney <cagney@redhat.com>
3898
3899 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3900 FRAME_OBSTACK_ZALLOC.
3901
3902 2003-08-12 Kevin Buettner <kevinb@redhat.com>
3903
3904 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3905 SSE registers.
3906
3907 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3908
3909 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3910 amd64fbsd_sc_reg_offset): Add extern declarations.
3911 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3912 declarations.
3913
3914 2003-08-11 Ben Elliston <bje@wasabisystems.com>
3915
3916 * MAINTAINERS (write after approval): Update my mail address.
3917
3918 2003-08-10 Andrew Cagney <cagney@redhat.com>
3919
3920 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3921
3922 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3923
3924 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3925 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3926 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3927 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3928 i386bsd_sc_reg_offset): Add extern declarations.
3929 * i386obsd-nat.c: Include "i386-tdep.h"
3930 (_initialize_i386obsd_nat): Remove extern declarations.
3931 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3932 declarations.
3933 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3934 declarations.
3935
3936 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3937 instead of frame_read_register.
3938 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3939 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3940 SP_REGNUM.
3941 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3942 instead of frame_unwind_unsigned_register. Use
3943 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3944 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3945 instead of read_register. Use builtin_type_void_data_ptr instead
3946 of builtin_type_void_func_ptr when extracting the address of the
3947 jmp_buf.
3948 (i386_extract_return_value, i386_store_return_value,
3949 i386_pseudo_register_read, i386_pseudo_register_write): Use
3950 register_size instead REGISTER_RAW_SIZE.
3951
3952 2003-08-10 Andrew Cagney <cagney@redhat.com>
3953
3954 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3955 sprintf. Make "name" constant.
3956
3957 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3958
3959 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3960 instead of frame_read_register.
3961 (i387_print_float_info): Use get_frame_register and
3962 get_frame_register_unsigned instead of frame_register_read.
3963
3964 * i386fbsd-nat.c: Include "i386-tdep.h".
3965 (child_resume): Make `eflags' an ULONGEST. Use
3966 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3967 instead of register_read and register_write.
3968
3969 * i386bsd-nat.c (fetch_inferior_registers,
3970 store_inferior_registers): Don't use && at the end of a line.
3971 (_initialize_i386bsd_nat): Fix typo.
3972
3973 * frame.c (_initialize_frame): Add missing backslash.
3974
3975 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3976 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3977 and supply_register instead of manipulating the register buffer
3978 directly.
3979
3980 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3981 * config/i386/nm-i386sol2.h
3982 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3983
3984 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3985 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3986 instructions that GCC likes to mingle into the prologue. Fixes
3987 gdb/1253 and gdb/1255.
3988
3989 2003-08-09 Andrew Cagney <cagney@redhat.com>
3990
3991 Fix GDB PR cli/926.
3992 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3993 * command.h (add_setshow_uinteger_cmd): Declare.
3994 * frame.c (set_backtrace_cmd): New function.
3995 (show_backtrace_cmd): New function.
3996 * frame.c (_initialize_frame): Replace "set/show
3997 backtrace-below-main" with "set/show backtrace past-main". Add
3998 command "set/show backtrace limit".
3999 (backtrace_past_main): Rename "backtrace_below_main".
4000 (backtrace_limit): New variable.
4001 (get_prev_frame): Update. Check the backtrace_limit.
4002
4003 2003-08-09 Andrew Cagney <cagney@redhat.com>
4004
4005 * defs.h (xstrprintf): Declare.
4006 * utils.c (xstrprintf): New function.
4007 * breakpoint.c (insert_breakpoints): Replace sprintf and
4008 non-literal format strings, with xstrprintf and cleanups.
4009 (delete_breakpoint,breakpoint_re_set): Ditto.
4010 (commands_command, insert_breakpoints): Ditto.
4011 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
4012 (break_at_finish_command_1): Ditto.
4013
4014 2003-08-09 Andrew Cagney <cagney@redhat.com>
4015
4016 * MAINTAINERS (language support): List Adam Fedor as Objective C
4017 maintainer.
4018
4019 2003-08-08 J. Brobecker <brobecker@gnat.com>
4020
4021 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
4022 are now multiarched.
4023
4024 2003-08-08 J. Brobecker <brobecker@gnat.com>
4025
4026 * config/pa/tm-hppa64.h: Remove lots of macros that are no
4027 longer necessary now that hppa64 is partially multiarch'ed.
4028
4029 2003-08-08 Andrew Cagney <cagney@redhat.com>
4030
4031 * interps.c (interp_set): Check for a NULL "old_interp".
4032
4033 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
4034
4035 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
4036 (install-only): Support DESTDIR.
4037 (uninstall): Likewise.
4038 (install-gdbtk): Likewise.
4039
4040 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
4041
4042 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
4043 contains something meaningful at all times.
4044
4045 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
4046
4047 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
4048
4049 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
4050
4051 * MAINTAINERS (write after approval): Added self.
4052
4053 2003-08-07 Andrew Cagney <cagney@redhat.com>
4054
4055 * inferior.h (AT_SYMBOL): Define.
4056 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
4057 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
4058 * mips-tdep.c (mips_call_dummy_address): Delete function.
4059 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
4060 set call_dummy_address.
4061
4062 2003-08-07 Andrew Cagney <cagney@redhat.com>
4063
4064 * language.c (op_error): Delete function.
4065 (binop_type_check): Delete function.
4066 * language.h (type_op_error, range_op_error): Delete macros.
4067 (op_error): Delete declaration.
4068
4069 2003-08-07 Andrew Cagney <cagney@redhat.com>
4070
4071 * interps.h (INTERP_MI2, INTERP_MI3): Define.
4072
4073 2003-08-07 Michal Ludvig <mludvig@suse.cz>
4074
4075 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
4076 (x86_64_push_arguments): Skip the red zone.
4077
4078 2003-08-05 Andrew Cagney <cagney@redhat.com>
4079
4080 * reggroups.c (reggroup_next): Check for the final entry.
4081
4082 2003-08-04 Andrew Cagney <cagney@redhat.com>
4083
4084 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
4085 * cli/cli-script.c (define_command): Call query directly, instead
4086 of passing it a buffer.
4087 * ocd.c (ocd_error): Pass error a constant format string.
4088 * remote-mips.c (mips_error): Use fputs_filtered.
4089
4090 * solib-svr4.c (_initialize_svr4_solib): Update
4091 register_gdbarch_data call.
4092 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
4093
4094 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
4095 (register_gdbarch_data): Delete "free" parameter. Update
4096 comments.
4097 * gdbarch.h, gdbarch.c: Re-generate.
4098 * reggroups.c (_initialize_reggroup): Update.
4099 * gnu-v3-abi.c (init_gnuv3_ops): Update.
4100 * frame-base.c (_initialize_frame_base): Update.
4101 * frame-unwind.c (_initialize_frame_unwind): Update.
4102 * user-regs.c (_initialize_user_regs): Update.
4103 * remote.c (_initialize_remote): Update.
4104 * regcache.c (_initialize_regcache): Update.
4105
4106 * regcache.c (xfree_regcache_descr): Delete function.
4107 (_initialize_regcache): Update call to register_gdbarch_data.
4108 (init_regcache_descr, init_legacy_regcache_descr): Use
4109 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
4110
4111 * remote.c (free_remote_state): Delete function.
4112 (_initialize_remote): Update register_gdbarch_data.
4113 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
4114 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
4115
4116 2003-08-04 Andrew Cagney <cagney@redhat.com>
4117
4118 * reggroups.c (struct reggroup_el): Define.
4119 (struct reggroups): Delete field "nr_group". Replace array
4120 "group" with a "first" to "last" linked list.
4121 (reggroups_init): Update. Allocate using gdbarch's obstack.
4122 (reggroups_free): Delete function.
4123 (add_group): Update. Add "el" parameter.
4124 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
4125 (default_groups): Update.
4126 (reggroup_next): Replace reggroups.
4127 (reggroups_dump): Update.
4128 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
4129 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
4130 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
4131
4132 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
4133
4134 * Makefile.in (tui-interp.o): Update dependencies.
4135
4136 2003-08-04 David Carlton <carlton@kealia.com>
4137
4138 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
4139 to internal_error call.
4140 * source.c (forward_search_command): Add "%s" format argument.
4141 (reverse_search_command): Ditto.
4142 * top.c (quit_confirm): Ditto.
4143 * cli/cli-setshow.c (do_setshow_command): Ditto.
4144 * cp-valprint.c (cp_print_class_method): Replace
4145 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
4146 (cp_print_class_member): Ditto.
4147 * event-top.c (command_line_handler): Ditto.
4148 * linux-proc.c (linux_info_proc_cmd): Ditto.
4149 * p-typeprint.c (pascal_type_print_base): Ditto.
4150 * p-valprint.c (pascal_object_print_class_method): Ditto.
4151 (pascal_object_print_class_member): Ditto.
4152 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
4153 * remote.c (remote_cisco_section_offsets): Ditto.
4154 * top.c (command_line_input): Ditto.
4155 * utils.c (vwarning,error_stream,quit): Ditto.
4156 * valprint.c (print_floating,print_binary_chars)
4157 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
4158
4159 2003-08-04 Andrew Cagney <cagney@redhat.com>
4160
4161 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
4162
4163 2003-08-02 Andrew Cagney <cagney@redhat.com>
4164
4165 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
4166 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
4167 amd64fbsd-nat.c.
4168
4169 2003-08-02 Andrew Cagney <cagney@redhat.com>
4170
4171 * Makefile.in: Update all dependencies and definitions.
4172
4173 2003-08-02 Adam Fedor <fedor@gnu.org>
4174
4175 * linespec.c (is_objc_method_format): New function
4176 (decode_line_1, locate_first_half): Use it.
4177 Fixes PR objc/1298
4178
4179 2003-08-01 Andrew Cagney <cagney@redhat.com>
4180
4181 * NEWS: Mention that m32r is multi-arch.
4182 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
4183 * configure.tgt: Recognize m32r-*-*.
4184 * config/m32r/tm-m32r.h: Delete file.
4185 * config/m32r/m32r.mt: New file.
4186 * m32r-rom.c (m32r_upload_command): Use hostent only when
4187 gethostname succeeds, in order to avoid a compilation
4188 warning.
4189 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
4190 compiler warning.
4191
4192 2003-08-01 Michael Snyder <msnyder@redhat.com>
4193
4194 * sh-tdep.c (sh_frame_align): New gdbarch method.
4195 (sh_gdbarch_init): Set up frame_align method.
4196
4197 2003-07-31 Michael Snyder <msnyder@redhat.com>
4198
4199 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
4200 which is already covered by the new frames infrastructure.
4201
4202 2003-07-31 Andrew Cagney <cagney@redhat.com>
4203
4204 * user-regs.c (struct user_reg): Add "next" link.
4205 (struct user_regs): Replace "user" with "first" and "last" links.
4206 (append_user_reg): Add pre-allocated "reg" parameter.
4207 (builtin_user_regs): Provide initial value for "last".
4208 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
4209 (user_regs_init): Allocate memory from the gdbarch obstack.
4210 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
4211 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
4212 linked list.
4213 (usernum_to_user_reg): New function.
4214 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
4215 (value_of_user_reg): Use usernum_to_user_reg.
4216 (user_regs_free): Delete function.
4217 (_initialize_user_regs): Update register_gdbarch_data call.
4218
4219 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
4220
4221 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
4222
4223 2003-07-30 Michael Snyder <msnyder@redhat.com>
4224
4225 * value.h (value_being_returned): Add a struct_addr argument.
4226 * infcall.c (call_function_by_hand): Pass struct_addr to
4227 value_being_returned.
4228 * infcmd.c (print_return_value): Pass zero as struct_addr.
4229 * values.c (value_being_returned): If struct_addr is passed,
4230 use it instead of trying to recover it from the inferior.
4231
4232 2003-07-30 Kevin Buettner <kevinb@redhat.com>
4233
4234 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
4235 the prologue analyzer won't need to attempt to extract the pc
4236 value from the woefully incomplete dummy frame.
4237 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
4238 possible. Disable code which modifies the frame.
4239
4240 2003-07-28 Andrew Cagney <cagney@redhat.com>
4241
4242 * annotate.c (annotate_breakpoints_headers): Restrict annotation
4243 to level 2.
4244 (annotate_breakpoints_table, annotate_record): Ditto.
4245 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
4246 (annotate_field_name_end, annotate_field_value): Ditto.
4247 (annotate_field_end, annotate_frame_source_begin): Ditto.
4248 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
4249 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
4250 (annotate_frame_begin, annotate_frame_function_name): Ditto.
4251 (annotate_frame_address_end, annotate_frame_address): Ditto.
4252 (annotate_frame_args, annotate_frame_end): Ditto.
4253 (annotate_frame_where, annotate_arg_begin): Ditto.
4254 (annotate_arg_name_end, annotate_arg_value): Ditto.
4255 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
4256 (annotate_function_call, annotate_signal_name): Ditto.
4257 (annotate_signal_string, annotate_signal_name_end): Ditto.
4258 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
4259 (annotate_value_begin, annotate_value_history_value): Ditto.
4260 (annotate_value_history_end, annotate_value_end): Ditto.
4261 (annotate_display_begin, annotate_display_number_end): Ditto.
4262 (annotate_display_format, annotate_display_expression): Ditto.
4263 (annotate_display_expression_end, annotate_display_value): Ditto.
4264 (annotate_display_end, annotate_array_section_begin): Ditto.
4265 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
4266 (annotate_elt, annotate_array_section_end): Ditto.
4267
4268 2003-07-28 Andrew Cagney <cagney@redhat.com>
4269
4270 * regcache.c (struct regcache_descr): Update comments on
4271 nr_raw_registers.
4272 (init_legacy_regcache_descr): Don't set nr_raw_registers or
4273 sizeof_raw_register_valid_p.
4274 (init_regcache_descr): Set nr_raw_registers and
4275 sizeof_raw_register_valid_p before calling
4276 init_legacy_regcache_descr.
4277
4278 2003-07-28 Andrew Cagney <cagney@redhat.com>
4279
4280 * mips-tdep.c (print_gp_register_row): Print the GPR's register
4281 MOD NUM_REGS.
4282
4283 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
4284
4285 * thread.c (info_threads_command): Use get_selected_frame ().
4286 Check that there is at least one non-sentinel frame.
4287
4288 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4289
4290 * m68hc11-tdep.c (struct frame_extra_info): Remove.
4291 (m68hc11_pop_frame): Remove.
4292 (m68hc11_frame_saved_pc): Remove.
4293 (m68hc11_frame_chain): Remove.
4294 (m68hc11_frame_init_saved_regs): Remove.
4295 (m68hc11_init_extra_frame_info): Remove.
4296 (m68hc11_store_struct_return): Remove.
4297 (m68hc11_saved_pc_after_call): Remove.
4298
4299 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4300
4301 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
4302 frame unwind information.
4303 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
4304 and adapted for frame unwinding.
4305 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
4306 (m68hc11_unwind_pc): New function.
4307 (m68hc11_frame_unwind_cache): New function to analyze frames.
4308 (m68hc11_frame_this_id): New function to create new frame struct.
4309 (m68hc11_frame_prev_register): New function to unwind a register from
4310 the frame.
4311 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
4312 (m68hc11_frame_p): New function for the above.
4313 (m68hc11_frame_base_address): New function to return fp of frame.
4314 (m68hc11_frame_args_address): Update for frame.
4315 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
4316 (m68hc11_unwind_sp): New function.
4317 (m68hc11_unwind_dummy_id): New function.
4318 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
4319 calls.
4320
4321 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4322
4323 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
4324 (m68hc11_guess_from_prologue): Advance the pc and frame size only
4325 when we are beyond the current pc.
4326
4327 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
4328
4329 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
4330 from m68hc11_push_arguments.
4331 (m68hc11_push_arguments): Remove.
4332 (m68hc11_push_return_address): Remove.
4333 (m68hc11_gdbarch_init): Install the above; remove above deprecated
4334 handlers; remove deprecated_extra_stack_alignment_needed.
4335
4336 2003-07-27 Andrew Cagney <cagney@redhat.com>
4337
4338 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
4339 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
4340 REAL_PC and not the pointer.
4341 * hppa-hpux-tdep.c: Include frame.h
4342
4343 2003-07-27 Andrew Cagney <cagney@redhat.com>
4344
4345 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
4346 GDB_MULTI_ACH_PARTIAL.
4347
4348 2003-07-27 Andrew Cagney <cagney@redhat.com>
4349
4350 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
4351 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
4352 operator at start and not end of line.
4353 (decode_prologue): Ditto.
4354 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
4355 frame_unwind_register_unsigned instead of
4356 frame_unwind_unsigned_register.
4357 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
4358 read_register.
4359 (m32r_push_dummy_call): Use register_size instead of
4360 REGISTER_RAW_SIZE.
4361 (m32r_frame_sniffer): Replace m32r_frame_p.
4362 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
4363 * m32r-rom.c (report_transfer_performance): Delete extern
4364 declaration.
4365 (m32r_load, m32r_upload_command): Use print_transfer_performance
4366 instead of report_transfer_performance.
4367 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
4368 / add_show_from_set.
4369
4370 2003-07-26 Andrew Cagney <cagney@redhat.com>
4371
4372 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
4373 store_return_value and extract_struct_value_address.
4374
4375 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
4376
4377 PR c++/1267
4378 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
4379 NULL, default to the section containing PC.
4380
4381 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
4382
4383 * NEWS: Mention "regs" deprecated for m68hc11 too.
4384
4385 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
4386 (m68hc11_print_register): New function to print out one register.
4387 (m68hc11_print_registers_info): New function to print registers.
4388 (show_regs): Deprecate and use the above.
4389 (m68hc11_gdbarch_init): Install the print_registers_info.
4390
4391 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
4392
4393 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
4394 that we have a SIGTRAP before returning non-zero.
4395
4396 2003-07-23 Michal Ludvig <mludvig@suse.cz>
4397 Elena Zannoni <ezannoni@redhat.com>
4398
4399 * linespec.c (decode_line_2): Avoid crash if
4400 find_function_start_sal() returns empty record.
4401
4402 2003-07-23 Andreas Schwab <schwab@suse.de>
4403
4404 * ia64-tdep.c (ia64_print_insn): New function.
4405 (ia64_gdbarch_init): Set print_insn to it.
4406 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
4407 deprecated_tm_print_insn_info.
4408
4409 2003-07-22 Michael Snyder <msnyder@redhat.com>
4410
4411 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
4412 handle 8-bit returns (long long).
4413 (h8300h_extract_return_value): Ditto.
4414 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
4415
4416 2003-07-22 Andrew Cagney <cagney@redhat.com>
4417
4418 * gdbarch.c Include "gdb_obstack.h".
4419 (struct gdbarch): Add an "obstack".
4420 (alloc_gdbarch_data): Allocate the gdbarch data using
4421 GDBARCH_OBSTACK_CALLOC.
4422 (free_gdbarch_data): Delete function.
4423 (gdbarch_obstack_zalloc): New function.
4424 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
4425 Assert that the architecture is not initialized.
4426 (gdbarch_alloc): Allocate an obstack, allocate the architecture
4427 vector from the obstack.
4428 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
4429 architecture obstack.
4430 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
4431 (set_gdbarch_data): Assert that the data is not initialized.
4432 (struct gdbarch_data): Delete member "free".
4433 (register_gdbarch_data): Do not initialize "free".
4434 * gdbarch.h, gdbarch.c: Re-generate.
4435
4436 2003-07-22 Andrew Cagney <cagney@redhat.com>
4437
4438 * configure.in (build_warnings): Add -Wformat-nonliteral.
4439 * configure: Re-generate.
4440
4441 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4442
4443 * dwarf2loc.c (locexpr_describe_location): Fix typos.
4444
4445 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
4446
4447 * findvar.c (read_var_value): Remove case for thread local storage
4448 variables. It is now entirely handled by the dwarf2 location
4449 expression code.
4450 * printcmd.c (address_info): Ditto.
4451 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
4452 enumeration value.
4453 (struct symbol): Remove objfile field, which was used by
4454 LOC_THREAD_LOCAL_STATIC only.
4455 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
4456 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
4457 usage of objfile pointer.
4458 * dwarf2loc.c (locexpr_describe_location): Add case to handle
4459 thread local variables.
4460 Add include of objfiles.h.
4461 * dwarf2expr.c (execute_stack_op): Add comments about thread local
4462 storage variables.
4463 * Makefile.in (dwarf2loc.o): Update dependencies.
4464
4465 2003-07-22 Andrew Cagney <cagney@redhat.com>
4466
4467 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
4468 get_frame_base.
4469 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
4470 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
4471 (struct value): Add opaque declaration.
4472 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
4473
4474 2003-07-21 Andrew Cagney <cagney@redhat.com>
4475
4476 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4477 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
4478
4479 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4480
4481 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4482 regcache_cooked_read_unsigned instead of read_register.
4483 (m68hc11_saved_pc_after_call): Likewise.
4484 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
4485 instead of write_register.
4486 (m68hc11_register_type): New function.
4487 (m68hc11_register_virtual_type): Remove.
4488 (m68hc11_store_return_value): Convert to use the regcache.
4489 (m68hc11_extract_struct_value_address): Likewise.
4490 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
4491 m68hc11_register_type; undeprecate store_return_value and
4492 extract_struct_value_address.
4493
4494 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
4495
4496 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
4497 and translate to use regcache.
4498 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
4499
4500 2003-07-18 Andrew Cagney <cagney@redhat.com>
4501
4502 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
4503 * gdbarch.h, gdbarch.c: Re-generate.
4504 * i386-tdep.c (i386_gdbarch_init): Do not set
4505 DWARF2_BUILD_FRAME_INFO.
4506 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
4507 unconditionally.
4508 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
4509 DWARF2_BUILD_FRAME_INFO.
4510
4511 2003-07-18 Andrew Cagney <cagney@redhat.com>
4512
4513 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
4514 * disasm.c (gdb_disassemble_info): Initilize di.arch.
4515
4516 2003-07-18 Andrew Cagney <cagney@redhat.com>
4517
4518 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
4519 frame_unwind_address_in_block, instead of frame_pc_unwind.
4520 (dwarf2_frame_cache): Ditto.
4521
4522 2003-07-18 Andrew Cagney <cagney@redhat.com>
4523
4524 * user-regs.h (struct gdbarch): Declare opaque.
4525 * ui-out.h (struct ui_file): Declare opaque.
4526 * dwarf2-frame.h (struct frame_info): Declare opaque.
4527
4528 2003-07-18 Kris Warkentin <kewarken@qnx.com>
4529
4530 * nto-procfs.c: Clean ARI hits. Change #include <..> to
4531 #include "...".
4532 (procfs_meminfo): Change strerror to safe_strerror.
4533 (procfs_can_run): Remove K&R badness.
4534
4535 2003-07-17 Michael Snyder <msnyder@redhat.com>
4536
4537 * remote-sim.c: Comment typo fix.
4538
4539 2003-07-17 Andrew Cagney <cagney@redhat.com>
4540
4541 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
4542 configure.
4543 * sparc-tdep.c (sparc_intreg_size): Make non-static.
4544 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
4545 GDB_MULTI_ARCH_PARTIAL.
4546
4547 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
4548
4549 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
4550 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
4551 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
4552
4553 2003-07-16 Theodore A. Roth <troth@openavr.org>
4554
4555 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
4556 found.
4557 (avr_frame_unwind_cache): Don't unwind FP for main.
4558 Update a comment.
4559 Save the computed prev_sp.
4560 (avr_saved_regs_unwinder): Remove function.
4561 (avr_frame_prev_register): Use PC unwind logic from
4562 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
4563
4564 2003-07-16 Andrew Cagney <cagney@redhat.com>
4565
4566 * frame-base.h (frame_base_p_ftype): Delete definition.
4567 (frame_base_append_predicate): Delete declaration.
4568 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
4569 (frame_unwind_append_predicate): Delete declaration.
4570 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
4571 (append_predicate): Delete parameter "p".
4572 (frame_unwind_append_predicate): Delete function.
4573 (frame_unwind_append_sniffer): Update call to append_predicate.
4574 (frame_unwind_free): Delete function.
4575 (_initialize_frame_unwind): Pass NULL as "free" to
4576 register_gdbarch_data.
4577 (frame_unwind_init): Append the dummy_frame_sniffer.
4578 (frame_unwind_find_by_frame): Simplify.
4579 * frame-base.c (struct frame_base_table): Delete field "p".
4580 (append_predicate): Delete parameter "p".
4581 (frame_base_append_predicate): Delete function.
4582 (frame_base_append_sniffer): Update call to append_predicate.
4583 (frame_base_free): Delete function.
4584 (frame_base_find_by_frame): Simplify.
4585 (_initialize_frame_base): Pass NULL as "free" to
4586 register_gdbarch_data.
4587 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
4588 (x86_64_sigtramp_frame_sniffer): Replace
4589 "x86_64_sigtramp_frame_p".
4590 (x86_64_init_abi): Set the frame unwind sniffers.
4591 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
4592 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
4593 (m68k_gdbarch_init): Set the frame unwind sniffers.
4594 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
4595 "i386_sigtramp_frame_p".
4596 (i386_frame_sniffer): Replace "i386_frame_p".
4597 (i386_gdbarch_init): Set the frame unwind sniffers.
4598 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
4599 (avr_gdbarch_init): Set the frame unwind sniffers.
4600 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
4601 "alpha_sigtramp_frame_p"
4602 (alpha_heuristic_frame_sniffer): Replace
4603 "alpha_heuristic_frame_p".
4604 (alpha_gdbarch_init): Set the frame unwind sniffers.
4605 (alpha_dwarf2_init_abi): Ditto.
4606 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
4607 "alpha_debug_frame_p".
4608 (alpha_mdebug_frame_base_sniffer): Replace
4609 "alpha_mdebug_frame_base_p".
4610 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
4611 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
4612 (d10v_gdbarch_init): Set the frame unwind sniffer.
4613 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4614 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4615 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
4616 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
4617 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
4618 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
4619
4620 2003-07-16 Michael Snyder <msnyder@redhat.com>
4621
4622 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
4623 should go thru sh_dsp_register_sim_regno, else the dsp regs
4624 will not get the right values.
4625
4626 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4627
4628 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
4629 deprecated_store_floating by call to store_typed_floating.
4630 (sh_sh4_register_convert_to_raw): Substitute call to
4631 deprecated_extract_floating by call to extract_typed_floating.
4632
4633 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4634
4635 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
4636
4637 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
4638
4639 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4640 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4641 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4642 as possible.
4643 (do_pseudo_register): Remove.
4644 (sh_push_dummy_code): New function.
4645 (sh64_store_struct_return): Rename from sh_store_struct_return.
4646 Only called for sh64 now.
4647 (sh_extract_struct_value_address): Regcache'ify.
4648 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4649 and accomodate new tasks.
4650 (sh64_push_return_address): Rename from sh_push_return_address.
4651 Only called for sh64 now.
4652 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4653 Regcache'ify.
4654 (sh3e_sh4_extract_return_value): Regcache'ify.
4655 (sh_default_store_return_value): Ditto.
4656 (sh3e_sh4_store_return_value): Ditto.
4657 (sh_default_register_byte): Remove.
4658 (sh_sh4_register_byte): Remove.
4659 (sh_default_register_raw_size): Remove.
4660 (sh_sh4_register_raw_size): Remove.
4661 (sh_register_virtual_size): Remove.
4662 (sh_sh3e_register_virtual_type): Remove.
4663 (sh_sh3e_register_type): New function.
4664 (sh_sh4_register_virtual_type): Remove.
4665 (sh_sh4_register_type): New function.
4666 (sh_default_register_virtual_type): Remove.
4667 (sh_default_register_type): New function.
4668 (do_fv_register_info): Add parameters to accomodate call from
4669 sh_print_registers_info.
4670 (do_dr_register_info): Ditto.
4671 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4672 Add parameters to accomodate call from sh_print_registers_info.
4673 (sh_do_fp_register): Ditto.
4674 (sh64_do_pseudo_register): Call do_dr_register_info,
4675 do_fv_register_info and sh_do_fp_register with default parameters.
4676 (sh_do_register): Add parameters to accomodate call from
4677 sh_print_registers_info.
4678 (sh_print_register): Ditto.
4679 (sh_print_registers_info): Rename from sh_do_registers_info.
4680 Add parameters to be used as gdbarch_print_registers_info
4681 implementation. Accomodate removed do_pseudo_register function
4682 pointer.
4683 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4684 function pointer. Call sh_print_register with default parameters.
4685 (sh64_do_registers_info): Call sh_print_registers_info instead of
4686 sh_do_registers_info.
4687 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4688 detection of deprecated vs. non-deprecated functionality.
4689 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4690 function pointer assignments by direct function calls.
4691
4692 2003-07-15 Andrew Cagney <cagney@redhat.com>
4693
4694 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4695 (frame_register_unwind, create_new_frame): Ditto.
4696 (legacy_get_prev_frame, get_frame_type): Ditto.
4697 (get_frame_base_address): Use frame_base_find_by_frame.
4698 (get_frame_locals_address): Use frame_base_find_by_frame.
4699 (get_frame_args_address): Use frame_base_find_by_frame.
4700 * frame-base.h (frame_base_sniffer_ftype): Declare.
4701 (frame_base_append_sniffer): Declare.
4702 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4703 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4704 (frame_base_append_sniffer): New function.
4705 (frame_base_append_predicate): Add a NULL sniffer.
4706 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4707 (struct frame_base_table): Add "sniffer".
4708 (frame_base_free): Free the "sniffer" table.
4709 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4710 (frame_unwind_append_sniffer): Declare.
4711 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4712 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4713 (struct frame_unwind_table): Add "sniffer", delete "middle".
4714 (append_predicate): Add "sniffer" parameter, append the sniffer.
4715 (frame_unwind_init): Update append_predicate call.
4716 (frame_unwind_append_sniffer): New function.
4717 (frame_unwind_append_predicate): Update append_predicate call.
4718 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4719
4720 2003-07-15 Andrew Cagney <cagney@redhat.com>
4721
4722 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4723 before code inhibiting repeated unwind attempts. Add to
4724 commentary on that test's problems.
4725 * blockframe.c (inside_main_func): Look for "main" in the minimal
4726 symbol table.
4727 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4728 identical.
4729
4730 2003-07-15 Andrew Cagney <cagney@redhat.com>
4731
4732 * complaints.c (struct explanation): Define.
4733 (struct complaints): Change type of "explanation" to "struct
4734 explanation".
4735 (symfile_explanations): Convert to a "struct explanation" table.
4736 (vcomplaint): Update.
4737
4738 2003-07-15 Michal Ludvig <mludvig@suse.cz>
4739
4740 * x86-64-linux-nat.c (regmap): Removed.
4741 (supply_gregset, fill_gregset): Call
4742 x86_64_linux_(fill,supply)_gregset functions.
4743 * x86-64-linux-tdep.c (USER_*): New defines.
4744 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4745 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4746 New functions.
4747 (fetch_core_registers): Ditto.
4748 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4749 * x86-64-linux-tdep.h: New file.
4750 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4751 and core-regset.o.
4752 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4753
4754 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4755
4756 * x86-64-tdep.c (x86_64_store_return_value): Use
4757 regcache_cooked_write_part instead of regcache_cooked_write.
4758
4759 * configure.host: Add x86_64-*-freebsd*.
4760 * configure.tgt: Add x86_64-*-freebsd*.
4761 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4762 * amd64fbsd-nat.c: New file.
4763 * amd64fbsd-tdep.c: New file.
4764 * config/i386/nm-fbsd64.h: New file.
4765 * config/i386/fbsd64.mh: New file.
4766 * config/i386/fbsd64.mt: New file.
4767
4768 2003-07-11 Mark Kettenis <kettenis@gnu.org>
4769
4770 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4771 `sc_regs_offset' and `sc_fpregs_offset'.
4772 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4773 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4774 (alpha_sigtramp_register_address): Rewrite to use new members of
4775 `struct gdbarch_tdep'.
4776 (alpha_gdbarch_init): Initialize new members of struct
4777 gdbarch_tdep'.
4778 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4779 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4780 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4781 (alphafbsd_pc_in_sigtramp): Implement.
4782 (alphafbsd_sigtramp_offset): New function.
4783 (alphafbsd_sigcontext_addr): New function.
4784 (alphafbsd_init_abi): Initialize signal trampoline related members
4785 of `struct gdbarch_tdep'.
4786 (_initialize_alphafbsd_tdep): Add prototype.
4787
4788 2003-07-11 Theodore A. Roth <troth@openavr.org>
4789
4790 * Makefile.in (install-only): Quote sed expression when generating
4791 transformed_name.
4792
4793 2003-07-11 Richard Henderson <rth@redhat.com>
4794
4795 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4796 * dwarf2-frame.c: Include complaints.h.
4797 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4798 variable initialization; return NULL on error.
4799 (decode_frame_entry): New.
4800
4801 2003-07-11 Andrew Cagney <cagney@redhat.com>
4802
4803 * frame.h (frame_address_in_block): Delete declaration.
4804 * blockframe.c (frame_address_in_block): Delete function.
4805 (get_frame_block): Use get_frame_address_in_block.
4806 (block_innermost_frame): Ditto.
4807 * stack.c (print_frame, backtrace_command_1): Ditto.
4808
4809 * frame.h (get_frame_address_in_block): Declare.
4810 (frame_unwind_address_in_block): Declare.
4811 * frame.c (frame_unwind_address_in_block): New function.
4812 (get_frame_address_in_block): New function.
4813
4814 2003-07-10 Andrew Cagney <cagney@redhat.com>
4815
4816 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4817 pre-default. Note: re-generate has no effect.
4818
4819 2003-07-10 Andrew Cagney <cagney@redhat.com>
4820
4821 * gdbarch.sh: When a variable, but not a function, compare against
4822 0. Fix problem in previous patch.
4823 * gdbarch.c: Re-generate.
4824
4825 2003-07-10 Andrew Cagney <cagney@redhat.com>
4826
4827 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4828 functions against NULL, not 0.
4829 * gdbarch.c: Re-generate.
4830
4831 2003-07-10 Fred Fish <fnf@ninemoons.com>
4832
4833 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4834 null string instead of a null pointer.
4835 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4836
4837 2003-07-09 Michael Snyder <msnyder@redhat.com>
4838
4839 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4840
4841 2003-07-09 Mark Kettenis <kettenis@gnu.org>
4842
4843 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4844 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4845 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4846 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4847 * x86-64-tdep.c: ... from here.
4848
4849 2003-07-09 Andreas Schwab <schwab@suse.de>
4850
4851 * m68k-tdep.h (enum struct_return): Define.
4852 (struct gdbarch_tdep): Add struct_return.
4853 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4854 bytes are padded to the right, not to the left. Pass struct value
4855 address in register %a1, not on stack.
4856 (m68k_use_struct_convention): New function.
4857 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4858 struct_return in tdep to pcc_struct_return.
4859 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4860 reg_struct_return.
4861
4862 2003-07-09 Joel Brobecker <brobecker@gnat.com>
4863
4864 * somread.c (som_symfile_offsets): Fix compilation error.
4865
4866 2003-07-09 Andrew Cagney <cagney@redhat.com>
4867
4868 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4869 Add comments about the checks.
4870
4871 2003-07-08 Andrew Cagney <cagney@redhat.com>
4872
4873 * Makefile.in: Make dependency section headers consistent.
4874 (config_h): Move to $BUILD headers section.
4875 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4876 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4877 (ada-exp.tab.c): Move to YACC/LEX section.
4878 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4879 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4880
4881 2003-07-08 Kris Warkentin <kewarken@qnx.com>
4882
4883 * nto-procfs.c: Cleaned up a bunch of ARI hits.
4884 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4885 of strerror with safe_strerror, use ISO C function definitions,
4886 and replace instances of sprintf with snprintf.
4887
4888 2003-07-07 Andrew Cagney <cagney@redhat.com>
4889
4890 * frame.c (get_prev_frame): Enable check for identical frames.
4891 Update comments. Update error messages.
4892
4893 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4894
4895 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4896
4897 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4898
4899 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4900 sort_symtab_syms, no longer necessary.
4901
4902 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4903
4904 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4905
4906 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4907
4908 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4909 (mips_register_byte): Likewise.
4910
4911 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4912
4913 * Makefile.in (sparc_tdep_h): New.
4914 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4915 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4916 * sparc-linux-nat.c: Include "sparc-tdep.h".
4917 * sparc-nat.c: Likewise.
4918 * sparc-tdep.c: Likewise.
4919 * sparc64nbsd-nat.c: Likewise.
4920 * sparcnbsd-nat.c: Likewise.
4921 * sparcnbsd-tdep.c: Likewise.
4922 * sparc-tdep.h: New file.
4923 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4924 and sparc_npc_regnum.
4925
4926 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4927
4928 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4929 (mips_linux_cannot_store_register): List supported instead of
4930 unsupported registers.
4931
4932 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4933
4934 * disasm.c (dump_insns): Separate instructions from addresses.
4935
4936 2003-07-07 Andreas Schwab <schwab@suse.de>
4937
4938 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4939 dependencies.
4940 * m68k-tdep.c (NUM_FREGS): Delete.
4941 (SIG_PC_FP_OFFSET): Delete.
4942 (TARGET_M68K): Delete.
4943 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4944 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4945 P_MOVEL_SP, P_MOVEML_SP): Define.
4946 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4947 P_TRAP): Delete.
4948 (m68k_register_raw_size): Delete.
4949 (m68k_register_virtual_size): Delete.
4950 (m68k_register_type): Renamed from m68k_register_virtual_type and
4951 add gdbarch argument.
4952 (m68k_store_struct_return): Delete.
4953 (m68k_deprecated_extract_return_value): Delete.
4954 (m68k_deprecated_extract_struct_value_address): Delete.
4955 (m68k_frame_chain): Delete.
4956 (m68k_frame_saved_pc): Delete.
4957 (m68k_fix_call_dummy): Delete.
4958 (m68k_push_dummy_frame): Delete.
4959 (m68k_pop_frame): Delete.
4960 (m68k_extract_return_value): New function.
4961 (m68k_store_return_value): Rewrite using regcache.
4962 (m68k_extract_struct_value_address): Rewrite using regcache.
4963 (m68k_push_dummy_call): New function.
4964 (struct m68k_frame_cache): Define.
4965 (m68k_alloc_frame_cache): New function.
4966 (m68k_analyze_frame_setup): New function.
4967 (m68k_analyze_register_saves): New function.
4968 (m68k_analyze_prologue): New function.
4969 (m68k_skip_prologue): Rewrite using above functions.
4970 (m68k_unwind_pc): New function.
4971 (m68k_frame_cache): New function.
4972 (m68k_frame_this_id): New function.
4973 (m68k_frame_prev_register): New function.
4974 (m68k_frame_unwind): New variable.
4975 (m68k_frame_p): New function.
4976 (m68k_sigtramp_frame_cache): New function.
4977 (m68k_sigtramp_frame_this_id): New function.
4978 (m68k_sigtramp_frame_prev_register): New function.
4979 (m68k_sigtramp_frame_unwind): New variable.
4980 (m68k_sigtramp_frame_p): New function.
4981 (m68k_frame_base_address): New function.
4982 (m68k_frame_base): New function.
4983 (m68k_unwind_dummy_id): New function.
4984 (fill_gregset): Use regcache_collect.
4985 (fill_fpregset): Likewise.
4986 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4987 defined.
4988 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4989 deprecated_init_frame_pc, deprecated_store_struct_return,
4990 deprecated_extract_return_value, deprecated_store_return_value,
4991 deprecated_frame_chain, deprecated_frame_saved_pc,
4992 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4993 deprecated_register_virtual_size,
4994 deprecated_max_register_raw_size,
4995 deprecated_max_register_virtual_size,
4996 deprecated_register_virtual_type, deprecated_register_size,
4997 deprecated_register_byte, deprecated_register_bytes,
4998 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4999 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
5000 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
5001 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
5002 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
5003 deprecated_push_dummy_frame, deprecated_pop_frame,
5004 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
5005 only if SYSCALL_TRAP is defined. Set extract_return_value,
5006 store_return_value, extract_struct_value_address, register_type,
5007 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
5008 predicates.
5009 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
5010 M68K_MAX_REGISTER_SIZE): Define.
5011 (struct m68k_sigtramp_info): Define.
5012 (struct gdbarch_tdep): Add get_sigtramp_info.
5013 * m68klinux-nat.c (fetch_register): Use register_size instead of
5014 REGISTER_RAW_SIZE. Don't put assignment in if.
5015 (store_register): Likewise.
5016 (fetch_inferior_registers): Likewise.
5017 (store_inferior_registers): Likewise.
5018 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
5019 (m68k_linux_frame_saved_pc): Delete.
5020 (m68k_linux_sigcontext_reg_offset,
5021 m68k_linux_ucontext_reg_offset): Define.
5022 (m68k_linux_get_sigtramp_info): New function.
5023 (m68k_linux_extract_return_value): Rewrite using regcache.
5024 (m68k_linux_store_return_value): Likewise.
5025 (m68k_linux_extract_struct_value_address): Likewise.
5026 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
5027 Don't set deprecated_frame_saved_pc,
5028 deprecated_extract_return_value, deprecated_store_return_value,
5029 deprecated_extract_struct_value_address. Set
5030 extract_return_value, store_return_value,
5031 extract_struct_value_address.
5032
5033 2003-07-07 Andrew Cagney <cagney@redhat.com>
5034
5035 * expprint.c: Include "user-regs.h" instead of "frame.h".
5036 (print_subexp): Use user_reg_map_regnum_to_name, instead of
5037 frame_map_regnum_to_name.
5038 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
5039 (frame_map_name_to_regnum): Simplify, call
5040 user_reg_map_name_to_regnum.
5041 (frame_map_regnum_to_name): Simplify, call
5042 user_reg_map_regnum_to_name.
5043 (frame_register_unwind): Update.
5044 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
5045 (_initialize_frame_reg): Call user_reg_add_builtin.
5046 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
5047 (value_of_register): Use value_of_user_reg.
5048 * eval.c (evaluate_subexp_standard): Update.
5049 * parse.c (write_dollar_variable): Update.
5050 * d10v-tdep.c (d10v_print_registers_info): Update.
5051 * infcmd.c (registers_info): Update.
5052 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
5053 (builtin_regs_h): Delete macro.
5054 (user_regs_h): Define.
5055 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
5056 (builtin-regs.o): Delete target.
5057 (user-regs.o): Specify dependencies.
5058 (expprint.o): Update dependencies.
5059 (findvar.o): Update dependencies.
5060 (frame.o): Update dependencies.
5061 (std-regs.o): Update dependencies.
5062
5063 2003-07-06 Christopher Faylor <cgf@redhat.com>
5064
5065 * win32-nat.c (solib_symbols_add): Use one variable for all section
5066 address stuff. Pass variable rather than address of variable to
5067 safe_symbol_file_add.
5068
5069 2003-07-06 Andreas Schwab <schwab@suse.de>
5070
5071 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
5072
5073 2003-07-04 Joel Brobecker <brobecker@gnat.com>
5074
5075 * rs6000-nat.c (vmap_symtab): Fix compilation error.
5076
5077 2003-07-04 Kris Warkentin <kewarken@qnx.com>
5078
5079 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
5080
5081 2003-07-04 Kris Warkentin <kewarken@qnx.com>
5082
5083 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
5084 * config/i386/nto.mh: New file.
5085 * config/i386/nm-nto.h: New file.
5086 * configure.host: Add i[3456]86-*-nto*.
5087
5088 2003-07-03 Joel Brobecker <brobecker@gnat.com>
5089
5090 * remote-vx.c (vx_add_symbols): Fix compilation error.
5091
5092 2003-07-03 Andrew Cagney <cagney@redhat.com>
5093
5094 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
5095 * gdbarch.h, gdbarch.c: Re-generate.
5096 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
5097 (legacy_register_name): Declare.
5098 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
5099 (REGISTER_NAME): Define.
5100 * sparc-tdep.c (legacy_register_name): New function.
5101 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
5102 (REGISTER_NAME): Define.
5103 (hppa64_register_name): Declare.
5104 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
5105 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
5106 (hppa64_register_name): New function.
5107 (hppa_register_name): New function.
5108 * arch-utils.c (legacy_register_name): Delete.
5109 * arch-utils.h (legacy_register_name): Delete.
5110
5111 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
5112
5113 * cli/cli-interp.c (cli_interpreter_resume): Update the
5114 cli_uiout's stream to gdb_stdout.
5115
5116 2003-07-03 Andrew Cagney <cagney@redhat.com>
5117
5118 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
5119 predicate.
5120 * gdbarch.h, gdbarch.c: Re-generate.
5121 * regcache.c (init_regcache_descr): Use legacy code when either
5122 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
5123
5124 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
5125
5126 * NEWS: Move "set logging" entry into GDB 6.0 section.
5127
5128 2003-07-02 Jim Blandy <jimb@redhat.com>
5129
5130 * s390-tdep.c (struct frame_extra_info): new member:
5131 'stack_bought_valid'.
5132 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
5133 initialize fextra_info->stack_bought.
5134 (s390_frameless_function_invocation): Don't trust the value of
5135 fextra_info_ptr->stack_bought unless
5136 fextra_info->stack_bought_valid is set.
5137
5138 New S390 prologue analyzer.
5139 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
5140 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
5141 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
5142 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
5143 compute_x_addr, s390_on_stack, s390_store,
5144 s390_get_signal_frame_info): New functions.
5145 (S390_NUM_SPILL_SLOTS): New macro.
5146 (s390_get_frame_info): Rewritten.
5147 (is_arg_reg): Deleted.
5148
5149 Break out the decoding of S/390 instructions into separate
5150 functions, to make it more legible, and easier to check
5151 against the spec.
5152 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
5153 is_rx, is_rxe): New functions.
5154 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
5155 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
5156 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
5157 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
5158 enums for opcode values. (Is this an improvement?)
5159
5160 2003-07-02 Andrew Cagney <cagney@redhat.com>
5161
5162 * i386-tdep.c: Revert change committed as part of trad-frame code
5163 below.
5164
5165 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
5166
5167 * breakpoint.c (insert_catchpoint): Make static.
5168
5169 2003-07-02 Andreas Schwab <schwab@suse.de>
5170
5171 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
5172 former ia64_push_arguments and ia64_push_return_address, and use
5173 regcache functions instead of read/write_register.
5174 (ia64_gdbarch_init): Set push_dummy_call instead of
5175 deprecated_push_arguments and deprecated_push_return_address.
5176
5177 2003-07-01 Andreas Jaeger <aj@suse.de>
5178
5179 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
5180 before the call.
5181 Set %rax only to number of SSE registers used.
5182
5183 2003-07-01 Andrew Cagney <cagney@redhat.com>
5184
5185 * trad-frame.h: Update comments, a -1 .addr is reserved.
5186 (trad_frame_value_p, trad_frame_addr_p): Declare.
5187 (trad_frame_reg_p): Declare.
5188 (trad_frame_set_value): Rename trad_frame_register_value.
5189 (trad_frame_set_unknown): Declare.
5190 * trad-frame.c (trad_frame_realreg_p): New function.
5191 (trad_frame_addr_p, trad_frame_value_p): New function.
5192 (trad_frame_set_unknown): New function.
5193 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
5194 (trad_frame_prev_register): Use trad_frame_realreg_p,
5195 trad_frame_addr_p and trad_frame_value_p.
5196 (trad_frame_set_value): Rename trad_frame_register_value.
5197 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
5198 and trad_frame_set_value.
5199
5200 2003-06-30 Jim Blandy <jimb@redhat.com>
5201
5202 Patch from IBM (authors unspecified, probably Ulrich Weigand and
5203 Gerhard Tonn) for argument passing on the S/390 and S/390x:
5204 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
5205 for 16 registers, and then 32 more bytes.
5206 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
5207 New macros.
5208 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
5209 Move up in the file, since it's now used by is_simple_arg.
5210 (is_simple_arg): Don't assume registers are four bytes long.
5211 Exclude all double arguments. Extended floats are not simple
5212 args.
5213 (is_power_of_two): New function.
5214 (pass_by_copy_ref): Call is_power_of_two, and check that the
5215 length fits in a register, rather than listing all the acceptable
5216 sizes. Extended floats are not passed by reference.
5217 (s390_push_arguments): Don't assume registers are four bytes long.
5218 Reserve an argument register to point to the buffer for structures
5219 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
5220 S390_STACK_FRAME_OVERHEAD.
5221
5222 2003-06-30 Andreas Schwab <schwab@suse.de>
5223
5224 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
5225 format error message.
5226
5227 2003-06-30 Joel Brobecker <brobecker@gnat.com>
5228
5229 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
5230
5231 2003-06-30 David Carlton <carlton@kealia.com>
5232
5233 Band-aid for PR c++/1245.
5234 * Makefile.in (cp-support.o): Depend on complaints_h.
5235 * cp-support.c: Include complaints.h. Add declaration for
5236 find_last_component.
5237 (cp_find_first_component): Separate code into
5238 cp_find_first_component_aux.
5239 (cp_find_first_component_aux): Call demangled_name_complaint.
5240 (demangled_name_complaint): New.
5241
5242 2003-06-30 Andrew Cagney <cagney@redhat.com>
5243
5244 * remote.c (remote_write_bytes): Explicitly compute and then use
5245 the payload size. Update comments to reflect. Fixes problem of
5246 GDB not sending small packets as found by Fred Fish.
5247
5248 2003-06-30 Andrew Cagney <cagney@redhat.com>
5249
5250 * remote.c (remote_async_wait): Fix -Wformat problem.
5251
5252 2003-06-29 Andrew Cagney <cagney@redhat.com>
5253
5254 * remote.c (remote_wait): Call error, and not warning, when the
5255 packet is corrupt.
5256 (remote_async_wait): Ditto.
5257
5258 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
5259
5260 * sparc-tdep.c (sparc_y_regnum): Make external again.
5261
5262 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
5263
5264 * cli/cli-logging.c (pop_output_files): Add void to function
5265 definition.
5266
5267 2003-06-29 Andrew Cagney <cagney@redhat.com>
5268
5269 * frame.c (frame_register_unwind): Use unsigned char when dumping
5270 the buffer contents.
5271
5272 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
5273
5274 * cli/cli-logging.c: New file.
5275 * cli-out.c (struct ui_out_data): Add original_stream.
5276 (cli_redirect): New function.
5277 (cli_ui_out_impl): Add cli_redirect.
5278 (cli_out_new): Initialize original_stream.
5279 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
5280 (uo_redirect, ui_out_redirect): New.
5281 * ui-out.h (struct ui_out_impl): Add redirect member.
5282 (redirect_ftype): New.
5283 (ui_out_redirect): Add prototype.
5284 * Makefile.in: Add rules for cli-logging.c.
5285 * NEWS: Mention "set logging".
5286
5287 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5288
5289 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
5290
5291 2003-06-27 Andrew Cagney <cagney@redhat.com>
5292
5293 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
5294 (m68hc11_gdbarch_init): Do not set call_dummy_address.
5295 * avr-tdep.c (avr_call_dummy_address): Delete function.
5296 (avr_gdbarch_init): Do not set call_dummy_address.
5297
5298 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5299
5300 * symfile.c (syms_from_objfile): Move variables to inner block.
5301 Move the checks for the non-mainline case a bit earlier to avoid
5302 doing some useless computations.
5303
5304 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
5305
5306 * dwarfread.c (decode_modified_type): Gag new compiler warning.
5307
5308 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
5309
5310 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
5311 sections.
5312
5313 2003-06-26 Michael Chastain <mec@shout.net>
5314
5315 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
5316 gdb/testsuite/gdb.c++/pr-1210.exp.
5317
5318 2003-06-26 Andrew Cagney <cagney@redhat.com>
5319
5320 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
5321 altivec_expression.h and altivec_registers.h.
5322
5323 2003-06-26 Andrew Cagney <cagney@redhat.com>
5324
5325 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
5326 info->mach when MIPS16. Patch suggested by Fred Fish.
5327
5328 2003-06-26 Andrew Cagney <cagney@redhat.com>
5329
5330 * utils.c (internal_vproblem): Print the problem to a reason
5331 buffer and then pass to query. Make the msg variable more local.
5332
5333 2003-06-26 Andrew Cagney <cagney@redhat.com>
5334
5335 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
5336 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
5337 * gdbarch.h, gdbarch.c: Re-generate.
5338 * frame-base.c (default_frame_args_address): Update. Use
5339 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
5340 not available.
5341 (default_frame_locals_address): Ditto for
5342 DEPRECATED_FRAME_LOCALS_ADDRESS.
5343 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
5344 (vax_frame_num_args): Update.
5345 (vax_gdbarch_init): Update.
5346 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5347 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5348 * mcore-tdep.c (mcore_gdbarch_init): Update.
5349 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5350 * ia64-tdep.c (ia64_gdbarch_init): Update.
5351 * symtab.h (address_class): Update comments.
5352 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
5353 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5354 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5355 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5356 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5357 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
5358 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
5359 * alpha-mdebug-tdep.c: Update.
5360 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
5361
5362 2003-06-26 Andreas Jaeger <aj@suse.de>
5363
5364 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
5365 of SSE registers so that varargs functions work. Rework handling
5366 of passing arguments on the stack.
5367 (x86_64_store_return_value): Return double and float values in SSE
5368 register.
5369
5370 2003-06-24 Michael Chastain <mec@shout.net>
5371
5372 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
5373 the "constructor breakpoints ignored" bug.
5374
5375 2003-06-25 David Carlton <carlton@kealia.com>
5376
5377 * MAINTAINERS: Update e-mail address.
5378
5379 2003-06-24 Jim Blandy <jimb@redhat.com>
5380
5381 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
5382
5383 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
5384 function.
5385 (ppc_linux_init_abi): Register it as the
5386 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
5387
5388 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
5389 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
5390 method.
5391
5392 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
5393 (ppc64_standard_linkage_target): Use it.
5394
5395 2003-06-23 Andrew Cagney <cagney@redhat.com>
5396
5397 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
5398 for 0 "int0" and 4 "int32" sized registers.
5399 * gdbtypes.c (builtin_type_int0): Define.
5400 (build_gdbtypes): Initialize builtin_type_int0.
5401 * gdbtypes.h (builtin_type_int0): Declare.
5402
5403 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
5404
5405 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
5406 as characters are unsigned.
5407
5408 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5409
5410 PR gdb/1179
5411 * dwarfread.c (struct_type): Skip static fields without crashing.
5412
5413 2003-06-22 Andrew Cagney <cagney@redhat.com>
5414
5415 GDB 6.0 branch created.
5416 * README: Update.
5417 * PROBLEMS: Update. Empty.
5418 * NEWS: Update.
5419
5420 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5421
5422 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
5423 Suggested by Nick Hibma <n_hibma@webweaving.org>.
5424
5425 2003-06-22 Andrew Cagney <cagney@redhat.com>
5426
5427 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
5428 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
5429 Velikov.
5430
5431 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5432
5433 * cli/cli-cmds.c (shell_escape): Silence warnings from old
5434 compilers.
5435
5436 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5437
5438 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
5439 argument of val_print.
5440 * cp-valprint.c (cp_print_value): Don't add the offset parameter
5441 to the address argument of baseclass_offset or target_read_memory.
5442 Do add it to the argument of cp_print_value_fields.
5443
5444 2003-06-21 Andrew Cagney <cagney@redhat.com>
5445
5446 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
5447 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
5448 instead of 0..NUM_REGS.
5449 (mips_register_reggroup_p): New function.
5450 (mips_pseudo_register_write): New function.
5451 (mips_pseudo_register_read): New function.
5452 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
5453 based on the register's type.
5454 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
5455 cooked.
5456 (mips_get_saved_register): Simplify. Assert that REGNO is a
5457 pseudo / cooked.
5458 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
5459 (mips_register_type): Replace mips_register_virtual_type. Map
5460 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
5461 when available.
5462 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
5463 that the register is cooked / virtual.
5464 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
5465 Only get the extra info when needed.
5466 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
5467 (mips32_heuristic_proc_desc): Fetch the cooked register.
5468 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
5469 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
5470 (mips_print_register): Use gdbarch_register_type, instead of
5471 REGISTER_VIRTUAL_TYPE.
5472 (print_gp_register_row): Use gdbarch_register_type, instead of
5473 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
5474 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5475 Print the pseudo / cooked registers.
5476 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
5477 Print the pseudo / cooked registers.
5478 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
5479 REG_NUM is pseudo / cooked.
5480 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
5481 (mips_n32n64_xfer_return_value): Ditto.
5482 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
5483 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
5484 (mips_register_sim_regno): New function.
5485 (mips_gdbarch_init): Set deprecated_register_byte,
5486 register_group_p, pseudo_register_write, pseudo_register_read,
5487 register_sim_regno, and num_pseudo_regs. Set register_type,
5488 instead of register_virtual_type.
5489 * Makefile.in (mips-tdep.o): Update dependencies.
5490 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
5491 REGISTER_VIRTUAL_TYPE.
5492 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
5493 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
5494 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
5495 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
5496 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
5497
5498 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
5499
5500 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
5501 * cli/cli-cmds.c: Include "gdb_vfork.h".
5502 (shell_escape): Use vfork.
5503
5504 2003-06-21 Andrew Cagney <cagney@redhat.com>
5505
5506 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
5507 32 bit floating-point register saves.
5508
5509 * frame.h (deprecated_unwind_get_saved_register): Delete.
5510 * frame.c (deprecated_unwind_get_saved_register): Delete function.
5511 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
5512 and deprecated_get_next_frame_hack instead of
5513 deprecated_unwind_get_saved_register.
5514
5515 * mips-tdep.c (mips_dump_tdep): Do not print
5516 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
5517
5518 * frame.c (get_frame_register): New function.
5519 (frame_unwind_register_signed): New function.
5520 (get_frame_register_signed): New function.
5521 (frame_unwind_register_unsigned): New function.
5522 (get_frame_register_unsigned): New function.
5523 * frame.h: Add comments on naming schema.
5524 (get_frame_register, frame_unwind_register_signed): Declare.
5525 (get_frame_register_signed, get_frame_register_signed): Declare.
5526 (frame_unwind_register_unsigned): Declare.
5527 (get_frame_register_unsigned): Declare.
5528
5529 2003-06-20 Theodore A. Roth <troth@openavr.org>
5530
5531 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
5532
5533 2003-06-20 Theodore A. Roth <troth@openavr.org>
5534
5535 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
5536 (avr_read_sp): Ditto.
5537
5538 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
5539
5540 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
5541 * config/arm/nm-linux.h: Likewise.
5542 * config/arm/tm-linux.h: Likewise.
5543 * config/ia64/nm-linux.h: Likewise.
5544 * config/ia64/tm-ia64.h: Likewise.
5545 * config/s390/tm-linux.h: Likewise.
5546 * config/s390/tm-s390.h: Likewise.
5547 * s390-nat.c: Likewise.
5548 * s390-tdep.c: Likewise.
5549
5550 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
5551 * config/ia64/linux.mt: Likewise.
5552 * config/m68k/linux.mh: Likewise.
5553 * config/mips/linux.mt: Likewise.
5554 * config/powerpc/linux.mh: Likewise.
5555 * config/sh/linux.mt: Likewise.
5556
5557 2003-06-19 Kris Warkentin <kewarken@qnx.com>
5558
5559 * solib.c (solib_open): Change tests for whether to search
5560 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
5561 comments.
5562
5563 2003-06-19 Theodore A. Roth <troth@openavr.org>
5564
5565 * avr-tdep.c (avr_frame_address): Delete function.
5566 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
5567 set_gdbarch_frame_args_address.
5568
5569 2003-06-19 Andrew Cagney <cagney@redhat.com>
5570
5571 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
5572 (REGISTER_CONVERT_FROM_TYPE): Delete.
5573 (mips_register_convert_to_type): Delete declaration.
5574 (mips_register_convert_from_type): Delete declaration.
5575 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
5576 kernel/.
5577
5578 2003-06-19 Michael Snyder <msnyder@redhat.com>
5579
5580 * linux-nat.h: New file.
5581 * linux-nat.c: Include linux-nat.h.
5582 * lin-lwp.c: Include linux-nat.h.
5583 Move struct lwp_info def to linux-nat.h.
5584 * linux-proc.c: Include linux-nat.h.
5585 (linux_make_note_section): Iterate over lwps instead of threads.
5586 (linux_do_thread_registers): Use lwp instead of merged pid.
5587 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
5588 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
5589 Add dependency on linux_nat_h.
5590
5591 2003-06-19 Theodore A. Roth <troth@openavr.org>
5592
5593 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
5594
5595 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5596
5597 * varobj.c (get_type, get_target_type): Use check_typedef.
5598
5599 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5600
5601 * breakpoint.c (insert_catchpoint): Call internal_error.
5602
5603 2003-06-19 Theodore A. Roth <troth@openavr.org>
5604
5605 * avr-tdep.c (avr_push_dummy_code): Delete function.
5606 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
5607
5608 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5609
5610 * arch-utils.c (default_prepare_to_proceed): Remove.
5611 (generic_prepare_to_proceed): Remove.
5612 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
5613 (generic_prepare_to_proceed): Remove prototype.
5614 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
5615 * gdbarch.c: Regenerate.
5616 * gdbarch.h: Regenerate.
5617 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
5618 * hppah-nat.c (hppa_switched_threads): Remove.
5619 * infrun.c (prepare_to_proceed): New static function, copied from
5620 generic_prepare_to_proceed. Remove select_it argument.
5621 (proceed): Call prepare_to_proceed.
5622 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
5623 variables.
5624 (ptrace_wait): Don't set the removed variables.
5625 (hppa_switched_threads): Remove.
5626 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
5627 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
5628 (lin_lwp_prepare_to_proceed): Remove prototype.
5629 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
5630 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
5631
5632 2003-06-18 Theodore A. Roth <troth@openavr.org>
5633
5634 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
5635 trad-frame.h.
5636 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
5637 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
5638 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5639 (AVR_PROLOGUE_*): Enumerate prologue types.
5640 (struct frame_extra_info): Remove.
5641 (struct avr_unwind_cache): Define.
5642 (avr_write_sp): Delete function.
5643 (avr_read_fp): Ditto.
5644 (avr_init_extra_frame_info): Ditto.
5645 (avr_pop_frame): Ditto.
5646 (avr_frame_saved_pc): Ditto.
5647 (avr_saved_pc_after_call): Ditto.
5648 (avr_push_return_address): Ditto.
5649 (avr_frame_chain): Ditto.
5650 (avr_store_struct_return): Ditto.
5651 (avr_push_arguments): Ditto.
5652 (avr_scan_prologue): Update comments. Changed to set up the info for
5653 cache unwinding. Now returns end of prologue PC.
5654 (avr_skip_prologue): Better handling of functions lacking a prologue
5655 by using avr_scan_prologue.
5656 (avr_scan_arg_moves): New function.
5657 (avr_saved_regs_unwinder): Ditto.
5658 (avr_frame_unwind_cache): Ditto.
5659 (avr_unwind_pc): Ditto.
5660 (avr_frame_this_id): Ditto.
5661 (avr_frame_prev_register): Ditto.
5662 (avr_frame_p): Ditto.
5663 (avr_frame_base_address ): Ditto.
5664 (avr_unwind_dummy_id): Ditto.
5665 (avr_push_dummy_code): Ditto.
5666 (push_stack_item): Ditto.
5667 (pop_stack_item): Ditto.
5668 (avr_push_dummy_call): Ditto.
5669 (struct stack_item): Define.
5670 (avr_frame_unwind): Declare structure.
5671 (avr_frame_base): Ditto.
5672 (avr_gdbarch_init): Remove calls to
5673 set_gdbarch_deprecated_init_frame_pc,
5674 set_gdbarch_deprecated_target_read_fp,
5675 set_gdbarch_deprecated_dummy_write_sp,
5676 set_gdbarch_deprecated_fp_regnum,
5677 set_gdbarch_deprecated_push_arguments,
5678 set_gdbarch_deprecated_push_return_address,
5679 set_gdbarch_deprecated_pop_frame,
5680 set_gdbarch_deprecated_store_struct_return,
5681 set_gdbarch_deprecated_frame_init_saved_regs,
5682 set_gdbarch_deprecated_init_extra_frame_info,
5683 set_gdbarch_deprecated_frame_chain,
5684 set_gdbarch_deprecated_frame_saved_pc,
5685 set_gdbarch_deprecated_saved_pc_after_call.
5686 Add calls to set_gdbarch_push_dummy_call,
5687 set_gdbarch_push_dummy_code,
5688 frame_unwind_append_predicate,
5689 frame_base_set_default,
5690 set_gdbarch_unwind_dummy_id,
5691 set_gdbarch_unwind_pc.
5692 Wrap a long line.
5693
5694 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
5695
5696 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5697 registers for H8/300S.
5698 (h8300_print_registers_info): Ditto.
5699 (h8300_gdbarch_init): Accommodate register count for H8/300S.
5700
5701 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
5702
5703 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5704 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5705 (lin_lwp_wait): Likewise. Update comments.
5706 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5707 (pull_pid_from_list, linux_record_stopped_pid): New.
5708
5709 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5710
5711 * ada-lang.c (scan_discrim_bound): Name first argument.
5712 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5713 declared by ALL_BLOCK_SYMBOLS.
5714
5715 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5716
5717 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5718 ("regcache.h"): Include it.
5719 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5720
5721 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5722
5723 * NEWS: Mention gdbserver detach change and "disconnect" command.
5724 * infcmd.c (disconnect_command): New function.
5725 (_initialize_infcmd): Add ``disconnect'' command.
5726 * remote.c (remote_async_detach): Delete.
5727 (remote_detach): Merge remote_async_detach.
5728 (remote_disconnect): New.
5729 (init_remote_ops): Set to_disconnect.
5730 (init_remote_cisco_ops): Likewise.
5731 (init_remote_async_ops): Likewise. Use remote_detach.
5732 * target.c (cleanup_target): Default to_disconnect.
5733 (update_current_target): Inherit to_disconnect.
5734 (target_disconnect, debug_to_disconnect): New functions.
5735 (setup_target_debug): Set to_disconnect.
5736 * target.h (struct target_ops): Add to_disconnect.
5737 (target_disconnect): Add prototype.
5738
5739 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5740
5741 * breakpoint.c (insert_catchpoint): New function.
5742 (insert_breakpoints): Use catch_exceptions to call
5743 insert_catchpoint. Disable catchpoints if they fail to insert.
5744
5745 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5746
5747 * symfile.c (reread_symbols): Clear sym_private.
5748
5749 2003-06-17 Andrew Cagney <cagney@redhat.com>
5750
5751 * trad-frame.h (struct frame_info): Add opaque declaration.
5752 * remote-fileio.h (struct cmd_list_element): Add opaque
5753 declaration.
5754 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5755 comments.
5756
5757 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5758
5759 * remote.c (remote_prepare_to_store): Replace call to
5760 deprecated_read_register_bytes with multiple regcache_raw_read
5761 calls.
5762
5763 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5764
5765 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5766 (nto_find_and_open_solib): Likewise.
5767 (nto_init_solib_absolute_prefix): Likewise.
5768 (_initialize_nto_tdep): Fix indentation.
5769
5770 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5771
5772 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5773
5774 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5775
5776 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5777
5778 2003-06-17 Jim Blandy <jimb@redhat.com>
5779
5780 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5781
5782 2003-06-16 Theodore A. Roth <troth@openavr.org>
5783
5784 * avr-tdep.c (avr_extract_return_value): New function.
5785 (avr_gdbarch_init): Set extract_return_value method.
5786
5787 2003-06-16 Andrew Cagney <cagney@redhat.com>
5788
5789 * frame.h (deprecated_get_next_frame_hack): Declare.
5790 * frame.c (legacy_saved_regs_prev_register): Only require
5791 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5792 there are always saved regs.
5793 (deprecated_generic_get_saved_register): Do not require
5794 DEPRECATED_FRAME_INIT_SAVED_REGS.
5795 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5796 use frame ID unwind instead.
5797 (deprecated_get_next_frame_hack): New function.
5798
5799 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5800
5801 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5802 (h8300_push_dummy_call): ...this function. Some minor optimization.
5803 (h8300_push_return_address): Remove.
5804 (h8300_gdbarch_init): Remove calls to
5805 set_gdbarch_deprecated_dummy_write_sp,
5806 set_gdbarch_deprecated_push_arguments and
5807 set_gdbarch_deprecated_push_return_address.
5808 Add call to set_gdbarch_push_dummy_call.
5809
5810 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5811
5812 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5813 (E_PSEUDO_EXR_REGNUM): Ditto.
5814 (h8300_is_argument_spill): Check for instructions moving argument
5815 registers into safe registers.
5816 (h8300_skip_prologue): Check for stm instruction to push registers
5817 used for register variables onto stack.
5818 (gdb_print_insn_h8300): Remove.
5819 (h8300_examine_prologue): Add a comment.
5820 (h8300_register_name): Take pseudo registers into account.
5821 (h8300s_register_name): Ditto.
5822 (h8300sx_register_name): Ditto.
5823 (h8300_print_register): Ditto.
5824 (h8300_print_registers_info): Define "nice" printing order.
5825 (h8300_saved_pc_after_call): Take pseudo registers into account.
5826 (h8300_register_type): Ditto. Return type used for remote connection
5827 when requesting real CCR or EXR register, return actual type when
5828 requesting pseudo CCR or EXR.
5829 (h8300_pseudo_register_read): New function.
5830 (h8300_pseudo_register_write): Ditto.
5831 (h8300_dbg_reg_to_regnum): Ditto.
5832 (h8300s_dbg_reg_to_regnum): Ditto.
5833 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5834 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5835 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5836 set_gdbarch_print_insn architecture dependent.
5837 Call set_gdbarch_pseudo_register_read and
5838 set_gdbarch_pseudo_register_write.
5839 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5840
5841 2003-06-16 Andrew Cagney <cagney@redhat.com>
5842
5843 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5844 * gdbarch.h, gdbarch.c: Re-generate.
5845 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5846 * s390-tdep.c (s390_gdbarch_init): Update.
5847 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5848 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5849 * mips-tdep.c (mips_gdbarch_init): Update.
5850 * mcore-tdep.c (mcore_gdbarch_init): Update.
5851 * cris-tdep.c (cris_gdbarch_init): Update.
5852 * infcall.c (call_function_by_hand): Update.
5853 * ia64-tdep.c (ia64_push_arguments): Update comment.
5854 * frame.c (legacy_get_prev_frame): Do not assume
5855 SAVE_DUMMY_FRAME_TOS_P.
5856 * dummy-frame.c (find_dummy_frame): Update comment.
5857
5858 2003-06-16 Andrew Cagney <cagney@redhat.com>
5859
5860 * regcache.c (do_cooked_read): Do not use register_valid_p.
5861
5862 2003-06-15 Theodore A. Roth <troth@openavr.org>
5863
5864 * avr-tdep.c (avr_register_type): Remove a blank line.
5865 (avr_scan_prologue): Correct some comments.
5866
5867 2003-06-15 Theodore A. Roth <troth@openavr.org>
5868
5869 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5870 prologue types.
5871 Properly scan prologues generated by gcc with the -mcall-prologues
5872 option.
5873 Add code to scan -mcall-prologues for mega devices.
5874
5875 2003-06-15 Theodore A. Roth <troth@openavr.org>
5876
5877 * avr-tdep.c (avr_register_byte): Delete function.
5878 (avr_register_raw_size): Delete function.
5879 (avr_register_virtual_size): Delete function.
5880 (avr_register_virtual_type): Delete function.
5881 (avr_register_type): New function.
5882 (avr_address_to_pointer): Remove unused code.
5883 (avr_read_fp): Need to read FP as two separate bytes due to change to
5884 avr_register_type() usage.
5885 (avr_gdbarch_init): Don't set deprecated_register_size.
5886 Don't set deprecated_register_bytes.
5887 Don't set deprecated_register_byte.
5888 Don't set deprecated_register_raw_size.
5889 Don't set deprecated_max_register_raw_size.
5890 Don't set deprecated_register_virtual_size.
5891 Don't set deprecated_max_register_virtual_size.
5892 Don't set deprecated_register_virtual_type.
5893 Set register_type method.
5894
5895 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
5896
5897 * Makefile.in (linux-nat.o): Add rule.
5898 * linux-nat.c: New file.
5899 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5900 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5901 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5902 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5903 * config/arm/linux.mh (NATDEPFILES): Likewise.
5904 * config/i386/linux.mh (NATDEPFILES): Likewise.
5905 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5906 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5907 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5908 * config/mips/linux.mh (NATDEPFILES): Likewise.
5909 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5910 * config/s390/s390.mh (NATDEPFILES): Likewise.
5911 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5912
5913 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5914
5915 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5916 replace out-of-date comment.
5917
5918 2003-06-15 Andrew Cagney <cagney@redhat.com>
5919
5920 * rdi-share/host.h (Fail): Change to a varargs function.
5921 * remote-rdi.c (Fail): Update.
5922
5923 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5924
5925 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5926 (i386_convert_register_p, i386_register_to_value,
5927 i386_register_from_value): Handle types longer than 8 bytes.
5928
5929 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5930
5931 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5932 Move floating-point code to new function in i387-tdep.c.
5933 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5934 New functions containing code moved here from i386-tdep.c.
5935 * i387-tdep.h: Add opaque declaration for `struct type'.
5936 (i387_register_to_value, i387_value_to_register): New prototypes.
5937 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5938 (x86_64_init_abi): Set convert_register_p, register_to_value and
5939 value_to_register here.
5940
5941 2003-06-14 Andrew Cagney <cagney@redhat.com>
5942
5943 * mips-tdep.c (mips_register_to_value): Make static.
5944 (mips_value_to_register): Make static.
5945 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5946 * ia64-tdep.c (ia64_register_raw_size): Make static.
5947 (ia64_register_virtual_size): Make static.
5948 (ia64_register_byte): Make static.
5949 * i387-tdep.c: Include "i387-tdep.h".
5950 (print_387_control_word): Delete function.
5951 (print_387_status_word): Delete function.
5952 (print_387_status_bits): Delete function.
5953 (print_387_control_bits): Delete function.
5954 * Makefile.in (i387-tdep.o): Update dependencies.
5955 * rdi-share/host.h (Fail): Declare.
5956 * remote-rdi.c (Fail): Update to match declaration.
5957
5958 2003-06-14 Andrew Cagney <cagney@redhat.com>
5959
5960 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5961 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5962 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5963 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5964 * README: Delete reference to remote-array.
5965 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5966 (remote-array.o): Delete target.
5967 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5968 * remote-array.c: Delete file.
5969
5970 2003-06-14 Andrew Cagney <cagney@redhat.com>
5971 Mark Kettenis <kettenis@gnu.org>
5972
5973 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5974 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5975 parameter with "frame".
5976 * gdbarch.h, gdbarch.c: Re-generate.
5977 * frame.h (put_frame_register): Declare.
5978 * frame.c (put_frame_register): New function.
5979 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5980 (legacy_register_to_value): Rewrite, use "frame" to get the
5981 register value.
5982 (legacy_value_to_register): Rewrite, use "frame" to find the
5983 register's location before storing.
5984 * arch-utils.h (legacy_convert_register_p): Update.
5985 (legacy_register_to_value, legacy_value_to_register): Update.
5986 * findvar.c (value_from_register): Rewrite, eliminate use of
5987 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5988 "frame" to REGISTER_TO_VALUE.
5989 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5990 lval_reg_frame_relative + lval_register branch of the switch. Do
5991 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5992 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5993 I386_EDI_REGNUM): New defines.
5994 (i386_next_regnum, i386_convert_register_p,
5995 i386_register_to_value, i386_value_to_register): New functions.
5996 (i386_register_convertible, i386_register_convert_to_virtual,
5997 i386_convert_to_raw): Remove functions.
5998 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5999 value_to_register instead of register_convertible,
6000 register_convert_to_virtual and register_convert_to_raw.
6001 * mips-tdep.c (mips_convert_register_p): New function.
6002 (mips_value_to_register): Replace mips_register_convert_from_type.
6003 (mips_register_to_value): Replace mips_register_convert_to_type.
6004 (mips_gdbarch_init): Set conver_register_p, value_to_register and
6005 register_to_value.
6006 * alpha-tdep.c (alpha_convert_register_p): Update.
6007 (alpha_value_to_register): Update, store the register.
6008 (alpha_register_to_value): Update, fetch the register.
6009
6010 2003-06-14 Theodore A. Roth <troth@openavr.org>
6011
6012 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
6013 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
6014 Don't set deprecated_call_dummy_words.
6015 Remove commented out set_gdbarch_believe_pcc_promotion() call.
6016 Don't set remote_translate_xfer_address.
6017 (avr_io_reg_read_command): Remove commented out debug printf.
6018 Wrap a long line.
6019
6020 2003-06-14 Theodore A. Roth <troth@openavr.org>
6021
6022 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
6023 causes gdb to seg fault.
6024
6025 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
6026
6027 * sparc-nat.c (fetch_inferior_registers): Correct
6028 a reference to "registers".
6029
6030 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
6031
6032 * Makefile.in (exc_request_U_h): Define
6033 (exc_request_S_h): Likewise.
6034 (msg_reply_S_h): Likewise.
6035 (msg_U_h): Likewise.
6036 (notify_S_h): Likewise.
6037 (process_reply_S_h): Likewise.
6038 (gnu-nat.o): Depend on gdb_obstack_h
6039 * gnu-nat.c: Include "gdb_obstack.h".
6040
6041 2003-06-13 Andrew Cagney <cagney@redhat.com>
6042
6043 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
6044 * gdbarch.h, gdbarch.c: Re-generate.
6045
6046 2003-06-13 Andrew Cagney <cagney@redhat.com>
6047
6048 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
6049 when deprecated REGISTER macros can be deleted.
6050 * gdbarch.h, gdbarch.c: Re-generate.
6051
6052 2003-06-13 Jim Blandy <jimb@redhat.com>
6053
6054 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
6055 Linux entry point symbols for _dl_debug_state, too.
6056
6057 2003-06-13 Andrew Cagney <cagney@redhat.com>
6058
6059 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
6060 available, do not use the FP register, and always save the TOS.
6061 * dummy-frame.c (dummy_frame_this_id): Do not assert
6062 SAVE_DUMMY_FRAME_TOS.
6063 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
6064 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
6065 (i386_push_dummy_call): Add 8 to the returned SP.
6066 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
6067 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
6068 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
6069 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
6070 (x86_64_push_dummy_call): Return "sp + 16".
6071 (x86_64_init_abi): Do not set save_dummy_frame_tos.
6072 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6073 save_dummy_frame_tos.
6074
6075 2003-06-13 Jim Blandy <jimb@redhat.com>
6076
6077 * frv-tdep.c (frv_use_struct_convention): Delete static
6078 declaration for function deleted in my change of 2003-06-12.
6079
6080 2003-06-13 Theodore A. Roth <troth@openavr.org>
6081
6082 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
6083 (avr_pointer_to_address): Shift code addrs left 1 bit.
6084 (avr_convert_from_func_ptr_addr): Delete function since operation is
6085 better handled by avr_address_to_pointer and avr_pointer_to_address.
6086 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
6087
6088 2003-06-13 Mark Kettenis <kettenis@gnu.org>
6089
6090 From Kelley Cook <kelleycook@wideopenwest.com>:
6091 * configure.host: Accept i[34567]86 variants.
6092 * configure.tgt: Likewise.
6093 * nlm/configure.in: Likewise.
6094 * nlm/configure: Regenerated.
6095
6096 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
6097
6098 * arm-tdep.c (solib-svr4.h): Dont' include it.
6099 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
6100 * arm-linux-tdep.c: ... here. Make static.
6101 (arm_linux_init_abi): Register it.
6102 (solib-svr4.h): Include it.
6103 * Makefile.in: Update dependencies.
6104 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
6105 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
6106
6107 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
6108
6109 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
6110 indicate registers used for return values.
6111 (struct frame_extra_info): Drop args_pointer and locals_pointer.
6112 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
6113 members.
6114 (h8300_init_extra_frame_info): Ditto.
6115 (h8300_frame_locals_address): Removed.
6116 (h8300_frame_args_address): Removed.
6117 (h8300_extract_return_value): Use new regcache structure. Only care
6118 for 16 bit CPUs.
6119 (h8300h_extract_return_value): Same function for 32 bit CPUs.
6120 (h8300_store_return_value): Use new regcache structure. Only care
6121 for 16 bit CPUs.
6122 (h8300h_store_return_value): Same function for 32 bit CPUs.
6123 (h8300_store_struct_return): Removed.
6124 (h8300_extract_struct_value_address): Use new regcache structure.
6125 (h8300h_extract_struct_value_address): Removed.
6126 (h8300_push_dummy_code): New function.
6127 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
6128 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
6129 set_gdbarch_store_return_value architecture dependent.
6130 Call set_gdbarch_push_dummy_code and
6131 set_gdbarch_extract_struct_value_address.
6132 Remove calls to set_gdbarch_frame_args_address,
6133 set_gdbarch_frame_locals_address,
6134 set_gdbarch_deprecated_store_struct_return,
6135 set_gdbarch_deprecated_extract_return_value,
6136 set_gdbarch_deprecated_extract_struct_value_address,
6137 set_gdbarch_deprecated_call_dummy_words and
6138 set_gdbarch_deprecated_sizeof_call_dummy_words.
6139
6140 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
6141
6142 * h8300-tdep.c (h8300_register_byte): Remove.
6143 (h8300h_register_byte): Remove.
6144 (h8300_register_virtual_type): Remove. Substitute by...
6145 (h8300_register_type): New function.
6146 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
6147 (h8300h_extract_struct_value_address): Ditto.
6148 (h8300_gdbarch_init): Drop calls to
6149 set_gdbarch_deprecated_register_byte and
6150 set_gdbarch_deprecated_register_virtual_type.
6151 Add call to set_gdbarch_register_type.
6152
6153 2003-06-13 Andrew Cagney <cagney@redhat.com>
6154
6155 * gdbarch.sh: Update comments on registers.
6156 (deprecated_register_byte): Rename register_byte.
6157 (deprecated_register_raw_size): Rename register_raw_size.
6158 (deprecated_register_virtual_size): Rename register_virtual_size.
6159 (deprecated_register_virtual_type): Rename register_virtual_type.
6160 * gdbarch.h, gdbarch.c: Re-generate.
6161 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6162 * vax-tdep.c (vax_gdbarch_init): Update.
6163 * v850-tdep.c (v850_gdbarch_init): Update.
6164 * sparc-tdep.c (sparc_gdbarch_init): Update.
6165 * sh-tdep.c (sh_gdbarch_init): Update.
6166 * s390-tdep.c (s390_gdbarch_init): Update.
6167 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6168 * ns32k-tdep.c: Update.
6169 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6170 * mips-tdep.c (mips_gdbarch_init): Update.
6171 * mcore-tdep.c (mcore_gdbarch_init): Update.
6172 * m68k-tdep.c (m68k_gdbarch_init): Update.
6173 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6174 * ia64-tdep.c (ia64_gdbarch_init): Update.
6175 * hppa-tdep.c (hppa_gdbarch_init): Update.
6176 * h8300-tdep.c (h8300_gdbarch_init): Update.
6177 * frv-tdep.c (frv_gdbarch_init): Update.
6178 * cris-tdep.c (cris_gdbarch_init): Update.
6179 * avr-tdep.c (avr_gdbarch_init): Update.
6180 * alpha-tdep.c (alpha_gdbarch_init): Update.
6181 * arm-tdep.c (arm_gdbarch_init): Update.
6182
6183 2003-06-13 Andrew Cagney <cagney@redhat.com>
6184
6185 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
6186 mips_o32_use_struct_convention with always_use_struct_convention.
6187
6188 2003-06-12 David Carlton <carlton@kealia.com>
6189
6190 * cp-namespace.c (cp_set_block_scope): Comment out
6191 processing_has_namespace_info branch.
6192
6193 2003-06-12 Jim Blandy <jimb@redhat.com>
6194
6195 Recognize and skip 64-bit PowerPC Linux linkage functions.
6196 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
6197 insn_pattern, insns_match_pattern, d_field, ds_field): New
6198 functions, macros, and types for working with PPC instructions.
6199 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
6200 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
6201 ppc64_skip_trampoline_code): New functions, variables, and macros
6202 for recognizing and skipping linkage functions.
6203 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
6204 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
6205
6206 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
6207 register offsets for both the 32- and 64-bit interfaces.
6208
6209 Actually finish the job started by my change of 2003-05-29.
6210 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
6211 other #definition of this.
6212 (ppc_linux_skip_trampoline_code): Remove declaration.
6213 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
6214 static.
6215 (ppc_linux_init_abi): Register it as the skip_trampoline_code
6216 method for GDBARCH.
6217
6218 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
6219 'long' on ppc64-*-linux*.
6220
6221 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
6222 isn't #defined, assume the register doesn't exist: act as if
6223 tdep->ppc_mq_regnum were -1.
6224
6225 * configure.host, configure.tgt: Add entries for
6226 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
6227 powerpc/linux.mt.
6228 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
6229 New files.
6230
6231 * arch-utils.c (always_use_struct_convention): New function.
6232 * arch-utils.h (always_use_struct_convention): New prototype.
6233 * alpha-tdep.c (alpha_use_struct_convention): Delete.
6234 (alpha_gdbarch_init): Register always_use_struct_convention,
6235 instead of alpha_use_struct_convention.
6236 * cris-tdep.c (cris_use_struct_convention): Delete.
6237 (cris_gdbarch_init): Register always_use_struct_convention,
6238 instead of cris_use_struct_convention.
6239 * frv-tdep.c (frv_use_struct_convention): Delete.
6240 (frv_gdbarch_init): Register always_use_struct_convention,
6241 instead of frv_use_struct_convention.
6242 * h8300-tdep.c (h8300_use_struct_convention): Delete.
6243 (h8300_gdbarch_init): Register always_use_struct_convention,
6244 instead of h8300_use_struct_convention.
6245 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
6246 (mips_o32_gdbarch_init): Register always_use_struct_convention,
6247 instead of mips_o32_use_struct_convention.
6248
6249 2003-06-12 Andrew Cagney <cagney@redhat.com>
6250
6251 * wince.c: Include "mips-tdep.h".
6252 * mips-tdep.h (mips_next_pc): Declare.
6253 * mcore-tdep.c: Make more local functions static.
6254 * Makefile.in (wince.o): Update dependencies.
6255
6256 2003-06-12 David Carlton <carlton@kealia.com>
6257
6258 * symtab.c (lookup_symbol_aux_minsyms): Replace
6259 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
6260 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
6261 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
6262 SYMBOL_NATURAL_NAME.
6263
6264 2003-06-12 Andreas Schwab <schwab@suse.de>
6265
6266 * Makefile.in (tuiDisassem.o): Update dependencies.
6267
6268 2003-06-12 David Carlton <carlton@bactrian.org>
6269
6270 * symtab.h: Delete declaration of make_symbol_overload_list.
6271 Add declaration of lookup_partial_symbol.
6272 * symtab.c (remove_params): Move to cp-support.c.
6273 (overload_list_add_symbol, make_symbol_overload_list)
6274 (sym_return_val_size, sym_return_val_index): Ditto.
6275 (lookup_partial_symbol): Make extern.
6276 * cp-support.h: Add declaration of make_symbol_overload_list.
6277 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
6278 symtab.h, and block.h.
6279 (remove_params): Move here from symtab.c.
6280 (overload_list_add_symbol, make_symbol_overload_list)
6281 (sym_return_val_size, sym_return_val_index): Ditto.
6282 * valops.c: Include cp-support.h.
6283 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
6284 frame_h, and block_h.
6285 (valops.o): Depend on cp_support_h.
6286
6287 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
6288
6289 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
6290 substitute by NUM_REGS throughout.
6291 (h8300_register_name): Only care for H8/300 and H8/300H registers.
6292 (h8300s_register_name): New function for H8S registers.
6293 (h8300sx_register_name): Ditto for H8SX registers.
6294 (h8300_print_register): Revise register printing, avoid depending
6295 on 32 bit long.
6296 (h8300_register_byte): Only care for H8/300 registers.
6297 (h8300h_register_byte): New function for any other architecture.
6298 (h8300_register_raw_size): Remove.
6299 (h8300_register_virtual_type): Revise to return actually useful
6300 type.
6301 (h8300_extract_struct_value_address): Only care for H8/300 registers.
6302 (h8300h_extract_struct_value_address): New function for any other
6303 architecture.
6304 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
6305 set_gdbarch_register_name, set_gdbarch_register_byte,
6306 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
6307 Remove calls to set_gdbarch_deprecated_register_size,
6308 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
6309 set_gdbarch_deprecated_max_register_raw_size,
6310 set_gdbarch_register_virtual_size and
6311 set_gdbarch_deprecated_max_register_virtual_size entirely.
6312 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
6313 set_gdbarch_long_double_bit.
6314
6315 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6316
6317 * doublest.c (convert_doublest_to_floatformat): When dealing
6318 with the implied integer bit, only alter mant_bits if we are
6319 processing a full 32 bits of mantissa.
6320
6321 2003-06-11 David Carlton <carlton@bactrian.org>
6322
6323 * dictionary.h: New.
6324 * dictionary.c: New.
6325 * block.h: Add opaque declaration for struct dictionary.
6326 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
6327 'sym' members.
6328 (BLOCK_DICT): New macro.
6329 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
6330 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
6331 BLOCK_SHOULD_SORT.
6332 (ALL_BLOCK_SYMBOLS): Update definition.
6333 * Makefile.in (SFILES): Add dictionary.c.
6334 (dictionary_h): New.
6335 (COMMON_OBS): Add dictionary.o.
6336 (dictionary.o): New.
6337 (ada-lang.o): Depend on dictionary_h.
6338 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
6339 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
6340 (mi-cmd-stack.o): Ditto.
6341 (gdbtk-cmds.o): Update dependencies.
6342 (gdbtk-stack.o): Ditto.
6343 * ada-lang.c: Include dictionary.h.
6344 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
6345 (fill_in_ada_prototype, debug_print_block): Ditto.
6346 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
6347 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
6348 'is_sorted'.
6349 * mdebugread.c: Include dictionary.h.
6350 (struct parse_stack): Delete 'maxsyms' member.
6351 (parse_symbol): Update calls to new_block. Delete calls to
6352 shrink_block. Use dictionary methods.
6353 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
6354 Update calls to new_symtab. Don't maintain maxsyms data.
6355 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
6356 (add_symbol): Just call dict_add_symbol.
6357 (new_symtab): Delete 'maxsyms' argument.
6358 (new_symtab): Update calls to new_block.
6359 (new_block): Delete 'maxsyms' argument; add 'function' argument.
6360 (shrink_block): Delete function.
6361 (fixup_sigtramp): Update call to new_block. Add symbol via
6362 dict_add_symbol.
6363 * jv-lang.c: Include dictionary.h.
6364 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
6365 appropriately. Set class_symtab->free_func. Make sure the
6366 blockvector is big enough to hold two blocks.
6367 (add_class_symtab_symbol): Use dictionary methods.
6368 (free_class_block): New function.
6369 (type_from_class): Replace explicit iteration by
6370 ALL_BLOCK_SYMBOLS.
6371 * symtab.h (struct symtab): Replace 'free_ptr' method by
6372 'free_func'.
6373 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
6374 sort_symtab_syms.
6375 * dwarfread.c (psymtab_to_symtab_1): Delete call to
6376 sort_symtab_syms.
6377 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
6378 Include dictionary.h.
6379 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
6380 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
6381 sort_symtab_syms.
6382 * objfiles.c: Include dictionary.h.
6383 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
6384 * buildsym.c: Include dictionary.h.
6385 (finish_block): Use dictionary methods.
6386 (end_symtab): Set free_func to NULL, not free_ptr.
6387 * tracepoint.c: Include dictionary.h.
6388 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
6389 (scope_info): Ditto.
6390 * stack.c: Include dictionary.h.
6391 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
6392 (print_block_frame_labels, print_frame_arg_vars)
6393 (print_frame_args): Ditto.
6394 * symmisc.c (free_symtab_block): Use dictionary methods.
6395 (dump_symtab): Ditto.
6396 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
6397 Include dictionary.h.
6398 * symfile.h: Delete declarations of sort_block_syms,
6399 sort_symtab_syms.
6400 * symfile.c (sort_block_syms): Delete.
6401 (sort_symtab_syms): Delete.
6402 * symtab.c: Include dictionary.h.
6403 (lookup_block_symbol): Use dictionary iterators.
6404 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
6405 (search_symbols, make_symbol_completion_list): Ditto.
6406 (make_symbol_overload_list): Ditto.
6407 * valops.c (value_of_local): Use dict_empty.
6408 Include dictionary.h.
6409
6410 2003-06-11 J. Brobecker <brobecker@gnat.com>
6411
6412 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
6413
6414 2003-06-11 David Carlton <carlton@bactrian.org>
6415
6416 * block.h (BLOCK_SHOULD_SORT): Delete.
6417 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
6418 blocks.
6419 * ada-lang.c (ada_add_block_symbols): Ditto.
6420 * symfile.c (sort_block_syms): Delete.
6421 (sort_symtab_syms): Ditto.
6422 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
6423 declarations.
6424 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
6425 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
6426 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
6427 * dwarfread.c (psymtab_to_symtab_1): Ditto.
6428 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
6429 * mdebugread.c (psymtab_to_symtab_1): Ditto.
6430 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
6431
6432 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
6433
6434 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
6435 bits to 128.
6436
6437 2003-06-11 Andrew Cagney <cagney@redhat.com>
6438
6439 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
6440 REGISTER_CONVERTIBLE.
6441 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
6442 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
6443 * gdbarch.h, gdbarch.c: Re-generate.
6444 * arch-utils.h (deprecated_register_convertible_not): Rename
6445 generic_register_convertible_not.
6446 * arch-utils.c (deprecated_register_convertible_not): Rename
6447 generic_register_convertible.
6448 (legacy_convert_register_p, legacy_register_to_value): Update.
6449 * sh-tdep.c (sh64_push_arguments): Update.
6450 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
6451 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
6452 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
6453 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
6454 * arch-utils.c (legacy_value_to_register): Update.
6455 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6456 (rs6000_register_convert_to_raw): Make parameter "from" const.
6457 * mips-tdep.c (mips_gdbarch_init): Update.
6458 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
6459 * infcmd.c (default_print_registers_info): Update.
6460 * ia64-tdep.c (ia64_gdbarch_init): Update.
6461 (ia64_register_convert_to_raw): Make parameter "from" const.
6462 * i386-tdep.c (i386_gdbarch_init): Update.
6463 (i386_register_convert_to_raw): Update.
6464
6465 2003-06-11 Andrew Cagney <cagney@redhat.com>
6466
6467 * remote-fileio.c: Include "remote-fileio.h".
6468 * Makefile.in (remote-fileio.o): Update dependencies.
6469 (remote_fileio_h): Fix typo.
6470
6471 2003-06-11 Andrew Cagney <cagney@redhat.com>
6472
6473 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
6474 (xstormy16_save_dummy_frame_tos): Make static.
6475 (_initialize_xstormy16_tdep): Add declaration.
6476 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
6477 * v850-tdep.c: Make local functions static.
6478 (_initialize_v850_tdep): Add declaration.
6479 * sparc-tdep.c: Make local functions static.
6480 (_initialize_sparc_tdep): Add declaration.
6481 * sh-tdep.c: Make local functions static.
6482 (_initialize_sh_tdep): Add declaration.
6483 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
6484 * s390-tdep.c: Make local functions static.
6485 (_initialize_s390_tdep): Add declaration.
6486 * dbxread.c (find_stab_function_addr): Make static.
6487 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
6488 * ocd.c (_initialize_remote_ocd): Add declaration.
6489 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
6490 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
6491 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
6492 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
6493 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
6494 * remote-array.c (_initialize_array): Add declaration.
6495 (_initialize_remote_monitors): Add declaration.
6496 * remote-mips.c: Make local functions static.
6497 (_initialize_remote_mips): Add declaration.
6498 * mcore-tdep.c: Make all local functions static.
6499 (_initialize_mcore_tdep): Add declaration.
6500 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
6501 * abug-rom.c (_initialize_abug_rom): Add declaration.
6502 * rom68k-rom.c (_initialize_rom68k): Add declaration.
6503 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
6504 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
6505 * remote-est.c (_initialize_est): Add declaration.
6506 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
6507 (m68hc11_call_dummy_address): Make static.
6508 * ia64-tdep.c: Make local functions static.
6509 (_initialize_ia64_tdep): Add declaration.
6510 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
6511 * monitor.c (monitor_wait_filter): Make static.
6512 (_initialize_remote_monitors): Add declaration.
6513 * remote-hms.c (_initialize_remote_hms): Add declaration.
6514 * remote-e7000.c (fetch_regs_from_dump): Make static.
6515 (expect_n): Make static.
6516 (_initialize_remote_e7000): Add declaration.
6517 * ser-e7kpc.c: Always include "defs.h".
6518 (_initialize_ser_e7000pc): Add declaration.
6519 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
6520 * cris-tdep.c: Make all but one function static.
6521 (_initialize_cris_tdep): Add declaration.
6522 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
6523 * solib.c (update_solib_list): Make static.
6524 (_initialize_solib): Add declaration.
6525 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
6526 (_initialize_avr_tdep): Add declaration.
6527 * remote-rdi.c (voiddummy): Make static.
6528 (_initialize_remote_rdi): Add declaration.
6529 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
6530 * remote-rdp.c (send_rdp): Make static.
6531 (_initialize_remote_rdp): Add declaration.
6532 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
6533
6534 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
6535
6536 * remote-fileio.c: Make ari happy.
6537
6538 2003-06-10 J. Brobecker <brobecker@gnat.com>
6539
6540 * rs6000-nat.c (child_xfer_memory): Compute the right address when
6541 fetching the trailing bytes of the buffer we are about to write.
6542
6543 2003-06-10 Andrew Cagney <cagney@redhat.com>
6544
6545 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
6546 * Makefile.in (remote-fileio.o): Update dependencies.
6547 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
6548 include <setjmp.h>, or <sys/types.h> conditional on USG.
6549 (remote_fio_jmp_buf): Delete global variable.
6550
6551 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
6552 Martin M. Hunt <hunt@redhat.com>
6553
6554 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
6555 (SFILES): Add remote-fileio.c.
6556 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
6557 dependencies for building remote.o.
6558 * remote-fileio.c: New file implementing the remote File-I/O protocol.
6559 * remote-fileio.h: New header file defining remote File-I/O interface.
6560 * remote.c (remote_write_bytes, remote_read_bytes): Remove
6561 static storage class.
6562 (remote_wait, remote_async_wait): Call remote_fileio_request() on
6563 'F' packet.
6564 (_initialize_remote): Call initialize_remote_fileio().
6565 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
6566 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6567 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
6568 (captured_main): Initialize new ui_files.
6569 * ui-file.c: Add read and fgets input functions.
6570 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
6571 (null_file_read): New function.
6572 (ui_file_read): New function.
6573 (set_ui_file_read): New function.
6574 (stdio_file_read): New function.
6575 * ui-file.h: New type ui_file_read_ftype.
6576 (set_ui_file_read): Declare.
6577 (ui_file_read): Declare.
6578
6579 2003-06-09 Andrew Cagney <cagney@redhat.com>
6580
6581 * frame.h (deprecated_unwind_get_saved_register): Rename
6582 generic_unwind_get_saved_register, update comments.
6583 * mips-tdep.c (mips_get_saved_register): Update.
6584 * frame.c (deprecated_unwind_get_saved_register): Update.
6585
6586 2003-06-09 Andrew Cagney <cagney@redhat.com>
6587
6588 * vax-tdep.c (vax_frame_locals_address): Delete function.
6589 (vax_gdbarch_init): Do not set frame_locals_address.
6590 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
6591 (m68hc11_gdbarch_init): Do not set frame_locals_address.
6592 * s390-tdep.c (s390_frame_args_address): Delete function.
6593 (s390_gdbarch_init): Do not set frame_args_address or
6594 frame_locals_address.
6595 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
6596 (ns32k_gdbarch_init): Do not set frame_locals_address.
6597 * hppa-tdep.c (hppa_frame_args_address): Delete function.
6598 (hppa_frame_locals_address): Delete function.
6599 (hppa_gdbarch_init): Do not set frame_args_address, or
6600 frame_locals_address.
6601 * arm-tdep.c (arm_frame_args_address): Delete.
6602 (arm_frame_locals_address): Delete.
6603 (arm_gdbarch_init): Do not set frame_args_address, or
6604 frame_locals_address.
6605
6606 2003-06-09 Andrew Cagney <cagney@redhat.com>
6607
6608 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
6609 * gdbarch.h, gdbarch.c: Re-generate.
6610 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
6611 * arch-utils.c (frame_num_args_unknown): Delete function.
6612 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
6613 (frame_info): Use FRAME_NUM_ARGS_P.
6614 * arm-tdep.c (arm_frame_num_args): Delete function.
6615 (arm_gdbarch_init): Do not set frame_num_args.
6616 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
6617 * hppa-tdep.c (hppa_frame_num_args): Delete function.
6618 (hppa_gdbarch_init): Do not set frame_num_args.
6619 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
6620 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6621 frame_num_args to default frame_num_args_unknown.
6622 * v850-tdep.c (v850_gdbarch_init): Ditto.
6623 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6624 * sh-tdep.c (sh_gdbarch_init): Ditto.
6625 * s390-tdep.c (s390_gdbarch_init): Ditto.
6626 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6627 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6628 * mips-tdep.c (mips_gdbarch_init): Ditto.
6629 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6630 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6631 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6632 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6633 * i386-tdep.c (i386_gdbarch_init): Ditto.
6634 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6635 * frv-tdep.c (frv_gdbarch_init): Ditto.
6636 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6637 * cris-tdep.c (cris_gdbarch_init): Ditto.
6638 * avr-tdep.c (avr_gdbarch_init): Ditto.
6639 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6640
6641 2003-06-09 Andrew Cagney <cagney@redhat.com>
6642
6643 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6644 (print_frame_args): Moved to "stack.c".
6645 * stack.c: Include "gdb_assert.h".
6646 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6647 (print_frame_args): Moved from "printcmd.c".
6648 * frame.h (print_frame_args): Delete declaration.
6649 * Makefile.in (stack.o): Update dependencies.
6650
6651 2003-06-08 Andrew Cagney <cagney@redhat.com>
6652
6653 * frame.c (get_prev_frame): Remove reference to
6654 frame_args_address_correct in comments.
6655 * frame-base.c (default_frame_args_address): Delete code
6656 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6657 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6658 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6659 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6660 (vax_frame_args_address_correct): Delete declaration.
6661
6662 2003-06-08 Andrew Cagney <cagney@redhat.com>
6663
6664 * gdbarch.sh (UNWIND_SP): Add.
6665 * gdbarch.h, gdbarch.c: Re-generate.
6666 * frame.c (frame_sp_unwind): New function.
6667 (get_frame_sp): New function.
6668 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6669 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6670 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6671 value.
6672 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6673 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6674
6675 2003-06-08 Andrew Cagney <cagney@redhat.com>
6676
6677 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6678 REMOTE_BREAKPOINT.
6679 * remote.c: Update.
6680 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6681 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6682 * config/m68k/tm-sun3.h: Update.
6683 * config/m68k/tm-m68klynx.h: Update.
6684 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6685
6686 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6687 trad_frame". Update comments.
6688 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6689 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6690 (trad_frame_register_value, trad_frame_prev_register): Update.
6691
6692 2003-06-08 Andrew Cagney <cagney@redhat.com>
6693
6694 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6695 from GCC's acinclude.m4.
6696 * configure.in: Check for getopt's delcaration.
6697 * aclocal.m4, config.in, configure: Re-generate.
6698 * main.c (error_init): Delete declaration.
6699 * defs.h (error_init): Declare.
6700 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6701 (rs6000_convert_from_func_ptr_addr): Make static.
6702 (_initialize_rs6000_tdep): Add declaration.
6703 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6704 (show_commands, set_verbose, show_history): Delete declaration.
6705 * top.h (set_verbose): Add declaration.
6706 (show_history, set_history, show_commands): Add declaration.
6707 (do_restore_instream_cleanup): Add declaration.
6708 * objc-lang.c (specialcmp): Make static.
6709 (print_object_command): Make static.
6710 (find_objc_msgsend): Make static.
6711 (find_objc_msgcall_submethod_helper): Make static.
6712 (find_objc_msgcall_submethod): Make static.
6713 (_initialize_objc_language): Add declaration.
6714 (find_implementation_from_class): Make static.
6715 (find_implementation): Make static.
6716 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6717 * objc-lang.h (lookup_struct_typedef): Add declaration.
6718 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6719 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6720 (do_restore_user_call_depth): Make static.
6721 (do_restore_instream_cleanup): Delete declaration.
6722 (dont_repeat): Delete declaration.
6723 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6724 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6725 * reggroups.c (_initialize_reggroup): Add declaration.
6726 * cp-support.c (_initialize_cp_support): Add declaration.
6727 * cp-abi.c (_initialize_cp_abi): Add declaration.
6728 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6729 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6730 (_initialize_gnu_v3_abi): Add declaration.
6731 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6732 (_initialize_gnu_v2_abi): Add declaration.
6733 * frame-base.c (_initialize_frame_base): Add declaration.
6734 * doublest.c (floatformat_from_length): Make static.
6735 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6736 * frame.c (create_sentinel_frame): Make static.
6737 (_initialize_frame): Add declaration.
6738 * top.c (do_catch_errors): Make static.
6739 (gdb_rl_operate_and_get_next_completion): Make static.
6740 * typeprint.c: Include "typeprint.h".
6741 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6742 (sentinel_frame_this_id): Make static.
6743 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6744 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6745 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6746 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6747 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6748 * maint.c (maintenance_print_architecture): Make static.
6749 * signals/signals.c (_initialize_signals): Add declaration.
6750 * std-regs.c (_initialize_frame_reg): Add declaration.
6751 * jv-exp.y (push_variable): ISO C definition.
6752 (push_qualified_expression_name): Ditto.
6753 * memattr.c (_initialize_mem): Add declaration.
6754 * remote.c (remote_check_watch_resources): Make static.
6755 (remote_stopped_by_watchpoint): Make static.
6756 (remote_stopped_data_address): Make static.
6757 * d10v-tdep.c (nr_dmap_regs): Make static.
6758 (a0_regnum): Make static.
6759 (d10v_frame_unwind_cache): Make static.
6760 (d10v_frame_p): Make static.
6761 * osabi.c (show_osabi): Make static.
6762 (_initialize_gdb_osabi): Add extern declaration.
6763 * gdbtypes.c (make_qualified_type): Make static.
6764 (safe_parse_type): Make static.
6765 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6766 * macrotab.c (macro_bcache_free): Make static.
6767 * interps.c (interp_set_quiet): Make static.
6768 (interpreter_exec_cmd): Make static.
6769 * stack.h (select_frame_command): New file.
6770 * stack.c: Include "stack.h".
6771 (select_frame_command_wrapper): Delete function.
6772 (select_frame_command): Make global.
6773 * infcall.c: Include "infcall.h".
6774 * linespec.c: Include "linespec.h".
6775 * symfile.c (sections_overlap): Make static.
6776 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6777 * charset.c (_initialize_charset): Add missing prototype.
6778 * regcache.c (init_legacy_regcache_descr): Make static.
6779 (do_regcache_xfree): Make static.
6780 (regcache_xfer_part): Make static.
6781 (_initialize_regcache): Add missing prototype.
6782 * breakpoint.c (parse_breakpoint_sals): Make static.
6783 (breakpoint_sals_to_pc): Make static.
6784 * interps.h (clear_interpreter_hooks): ISO C declaration.
6785 * Makefile.in (stack_h): Define.
6786 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6787 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6788
6789 2003-06-08 Andrew Cagney <cagney@redhat.com>
6790
6791 * Makefile.in (d10v-tdep.o): Update dependencies.
6792 (SFILES): Add trad-frame.c.
6793 (trad_frame_h): Define.
6794 (COMMON_OBS): Add trad-frame.o.
6795 (trad-frame.o): Specify dependencies.
6796 * d10v-tdep.c: Include "trad-frame.h".
6797 (saved_regs_unwinder): Delete function.
6798 (d10v_frame_prev_register): Use trad_frame_prev_register.
6799 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6800 trad_frame", delete "regs" and "prev_sp".
6801 (prologue_find_regs): Use trad-frame.
6802 * trad-frame.h, trad-frame.c: New files.
6803
6804 2003-06-08 Mark Kettenis <kettenis@gnu.org>
6805
6806 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6807
6808 2003-06-07 Adam Fedor <fedor@gnu.org>
6809
6810 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6811 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6812 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6813 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
6814 resolve_msgsend_super, resolve_msgsend_super_stret):
6815 Use it.
6816
6817 2003-06-07 Andrew Cagney <cagney@redhat.com>
6818
6819 * symfile.h: Re-indent, clean up comments.
6820
6821 2003-06-07 Andrew Cagney <cagney@redhat.com>
6822
6823 * inferior.h (deprecated_write_sp): Replace
6824 generic_target_write_sp.
6825 * regcache.c (deprecated_write_sp): Replace
6826 generic_target_write_sp.
6827 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6828 * vax-tdep.c (vax_gdbarch_init): Update.
6829 * v850-tdep.c (v850_gdbarch_init): Update.
6830 * sparc-tdep.c (sparc_gdbarch_init): Update.
6831 * sh-tdep.c (sh_gdbarch_init): Update.
6832 * s390-tdep.c (s390_gdbarch_init): Update.
6833 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6834 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6835 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6836 * mcore-tdep.c (mcore_gdbarch_init): Update.
6837 * m68k-tdep.c (m68k_gdbarch_init): Update.
6838 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6839 * ia64-tdep.c (ia64_gdbarch_init): Update.
6840 * h8300-tdep.c (h8300_gdbarch_init): Update.
6841 * frv-tdep.c (frv_gdbarch_init): Update.
6842 * cris-tdep.c (cris_gdbarch_init): Update.
6843 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6844
6845 2003-06-07 Andrew Cagney <cagney@redhat.com>
6846
6847 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6848 Assert that PC_REGNUM is valid.
6849 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6850
6851 2003-06-07 Andrew Cagney <cagney@redhat.com>
6852
6853 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6854 * gdbarch.h, gdbarch.c: Regenerate.
6855 * mn10300-tdep.c: Include "gdb_assert.h".
6856 (mn10300_read_fp): New function.
6857 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6858 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6859 * ia64-tdep.c: Include "gdb_assert.h".
6860 (ia64_read_fp): New function.
6861 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6862 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6863 * regcache.c (generic_target_read_sp): Delete function.
6864 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6865 * inferior.h (generic_target_read_sp): Delete declaration.
6866 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6867 generic_target_read_sp.
6868 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6869 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6870 * sh-tdep.c (sh_gdbarch_init): Ditto.
6871 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6872 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6873
6874 2003-06-07 Andrew Cagney <cagney@redhat.com>
6875
6876 * gdbarch.sh: Comment each field of startup_gdbarch.
6877 * gdbarch.h, gdbarch.c: Re-generate.
6878
6879 2003-06-07 Andrew Cagney <cagney@redhat.com>
6880
6881 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6882 * gdbarch.h, gdbarch.c: Re-generate.
6883 * regcache.c: Update comments on read_pc et.al.
6884 (generic_target_read_pc): Delete function.
6885 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6886 * inferior.h (generic_target_read_pc): Delete declaration.
6887 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6888 generic_target_read_pc.
6889 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6890 * sh-tdep.c (sh_gdbarch_init): Ditto.
6891 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6892 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6893
6894 2003-06-07 Andrew Cagney <cagney@redhat.com>
6895
6896 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6897 "index" with "special_local_sect". Use strcmp instead of STREQ.
6898 Append period to coments.
6899
6900 2003-06-06 Mark Mitchell <mark@codesourcery.com>
6901
6902 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6903 (elfstab_offset_sections): Likewise.
6904 * gdb-stabs.h (stab_section_info): Likewise.
6905 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6906 * objfiles.c (objfile_relocate): Likewise.
6907 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6908 * remote.c (get_offsets): Likewise.
6909 (remote_cisco_objfile_relocate): Likewise.
6910 * somread.c (som_symfile_offsets): Likewise.
6911 * symfile.c (alloc_section_addr_info): New function.
6912 (build_section_addr_info_from_section_tab): Use it.
6913 (free_section_addr_info): Adjust.
6914 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6915 (syms_from_objfile): Allocate local_addr dynamically.
6916 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6917 dynamically.
6918 (add_symbol_file_command): Allocate sect_opts dynamically.
6919 (reread_symbols): Avoid use of SECT_OFF_MAX.
6920 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6921 (alloc_section_addr_info): Declare it.
6922 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6923 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6924 dynamically.
6925 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
6926
6927 2003-06-06 Andrew Cagney <cagney@redhat.com>
6928
6929 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6930 (d10v_frame_unwind_cache): Do not set "return_pc".
6931
6932 2003-06-06 Michael Snyder <msnyder@redhat.com>
6933
6934 * h8300-tdep.c: Make tidy (long lines).
6935
6936 2003-06-06 Michal Ludvig <mludvig@suse.cz>
6937
6938 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
6939 to regcache_collect().
6940
6941 2003-06-05 J. Brobecker <brobecker@gnat.com>
6942
6943 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6944 pc_in_sigtramp multiarch method.
6945 (hppa_hpux_som_init_abi): Use it.
6946 (hppa_hpux_elf_init_abi): Likewise.
6947 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6948 macro has been multiarched.
6949 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6950 macro here, as hppa64 isn't multiarched yet.
6951
6952 2003-06-05 Andrew Cagney <cagney@redhat.com>
6953
6954 * Makefile.in (value_h): Add $(frame_h).
6955 * value.h: Include "frame.h".
6956 (struct value): Replace "frame_addr" with "frame_id".
6957 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6958 * values.c (allocate_value): Use VALUE_FRAME_ID.
6959 (value_copy): Use VALUE_FRAME_ID.
6960 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6961 * valops.c (value_assign): Update. Use frame_find_by_id.
6962
6963 2003-06-05 Michal Ludvig <mludvig@suse.cz>
6964
6965 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6966 in each pass.
6967
6968 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6969
6970 * thread-db.c (check_event): For create/death event breakpoints,
6971 loop through all messages to ensure that we read the message
6972 corresponding to the breakpoint we are at.
6973
6974 2003-06-04 Michael Snyder <msnyder@redhat.com>
6975
6976 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6977
6978 2003-06-04 Mark Kettenis <kettenis@gnu.org>
6979
6980 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6981 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6982 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6983 when handling .eh_frame sections.
6984
6985 2003-06-04 J. Brobecker <brobecker@gnat.com>
6986
6987 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6988 prepare_to_proceed procedure instead of the hppa-specific one.
6989 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6990
6991 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
6992
6993 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6994 * config.in: Regenerated.
6995 * configure.in: Add test for syscall function and check for
6996 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6997 * configure: Regenerated.
6998 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6999 <sys/syscall.h>.
7000 (kill_lwp): New function that uses tkill syscall or
7001 uses kill, depending on whether threading model is nptl or not.
7002 All callers of kill() changed to use kill_lwp().
7003 (lin_lwp_wait): Make special check when WIFEXITED occurs to
7004 see if all threads have already exited in the nptl model.
7005 (stop_and_resume_callback): New callback function used by the
7006 lin_lwp_wait thread exit handling code.
7007 (stop_wait_callback): Check for threads already having exited and
7008 delete such threads fromt the lwp list when discovered.
7009 (stop_callback): Don't assert retcode of kill call.
7010
7011 Roland McGrath <roland@redhat.com>
7012 * i386-linux-nat.c (ps_get_thread_area): New function needed by
7013 nptl libthread_db.
7014
7015 2003-06-03 Richard Henderson <rth@redhat.com>
7016
7017 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
7018 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
7019 (alpha_sigtramp_frame_prev_register): Likewise.
7020 (alpha_heuristic_frame_prev_register): Likewise.
7021 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
7022
7023 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
7024 alpha-specific register id names.
7025 (alpha_mdebug_frame_unwind_cache): Likewise.
7026 (alpha_mdebug_frame_prev_register): Likewise.
7027
7028 2003-06-03 Richard Henderson <rth@redhat.com>
7029
7030 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
7031 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
7032 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
7033 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
7034 unwind routines.
7035 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7036 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7037 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7038
7039 * alpha-linux-tdep.c: Remove unnecessary includes.
7040 * Makefile.in (alpha-linux-tdep.o): Update.
7041
7042 2003-06-03 Richard Henderson <rth@redhat.com>
7043
7044 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
7045 (alphabsd_fill_fpreg): Likewise.
7046
7047 2003-06-03 J. Brobecker <brobecker@gnat.com>
7048
7049 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
7050 references to struct frame_info fields by calls to the equivalent
7051 accessors. Necessary now that frame_info is opaque.
7052
7053 2003-06-03 J. Brobecker <brobecker@gnat.com>
7054
7055 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
7056 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
7057 structure, field no longer exists.
7058
7059 2003-06-03 J. Brobecker <brobecker@gnat.com>
7060
7061 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7062 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
7063
7064 2003-06-03 J. Brobecker <brobecker@gnat.com>
7065
7066 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
7067 references to struct frame_info fields by calls to the equivalent
7068 accessors. Necessary now that frame_info is opaque.
7069
7070 2003-06-03 J. Brobecker <brobecker@gnat.com>
7071
7072 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
7073 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
7074 structure, field no longer exists.
7075
7076 2003-06-03 Theodore A. Roth <troth@openavr.org>
7077
7078 * remote.c (init_remote_state): Compute sizeof_g_packet by
7079 accumulation of the size of all registers instead of blindly using
7080 DEPRECATED_REGISTER_BYTES.
7081
7082 2003-06-03 Michael Snyder <msnyder@redhat.com>
7083
7084 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
7085 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
7086 for h8300sx.
7087
7088 2003-06-03 J. Brobecker <brobecker@gnat.com>
7089
7090 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
7091 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
7092
7093 2003-06-03 Andrew Cagney <cagney@redhat.com>
7094
7095 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
7096 (sparc_convert_to_raw): Delete function.
7097 (sparc_gdbarch_init): Do not set register_convert_to_raw or
7098 register_convert_to_virtual.
7099
7100 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
7101
7102 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
7103 layer if not dealing with a statically-linked threaded program.
7104
7105 2003-06-03 Kris Warkentin <kewarken@qnx.com>
7106
7107 * solib.c (solib_open): Update comment to reflect actual search order.
7108
7109 2003-06-03 Andrew Cagney <cagney@redhat.com>
7110
7111 * frame.c (get_frame_memory_signed): New function.
7112 (get_frame_memory, get_frame_memory_unsigned): New function.
7113 (get_frame_arch): New function.
7114 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
7115 (get_frame_memory, get_frame_unsigned_memory): Declare.
7116 * d10v-tdep.c (d10v_frame_unwind_cache): Use
7117 get_frame_memory_unsigned and get_frame_arch.
7118 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
7119
7120 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
7121
7122 * MAINTAINERS (write after approval): Add myself.
7123
7124 2003-06-03 Jim Blandy <jimb@redhat.com>
7125
7126 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
7127 elements of gregset_t are 64 bits each, but access registers
7128 are still 32 bits, so they're packed two per gregset_t
7129 element. Unpack/pack them properly.
7130
7131 2003-06-02 David Carlton <carlton@bactrian.org>
7132
7133 * linespec.c (find_methods): Break out code into
7134 add_matching_methods and add_constructors.
7135 (add_matching_methods): New.
7136 (add_constructors): Ditto.
7137
7138 2003-06-02 Andrew Cagney <cagney@redhat.com>
7139
7140 * sparc-tdep.c (sparc_print_registers): Delete call to
7141 REGISTER_CONVERTIBLE.
7142 (sparc_gdbarch_init): Do not set register_convertible.
7143 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7144 * frv-tdep.c (frv_gdbarch_init): Ditto.
7145 * cris-tdep.c (cris_gdbarch_init): Ditto.
7146
7147 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
7148
7149 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
7150 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
7151 (syms_from_objfile): Ditto.
7152
7153 2003-06-03 Andreas Schwab <schwab@suse.de>
7154
7155 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
7156 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
7157
7158 2003-06-02 Richard Henderson <rth@redhat.com>
7159
7160 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
7161 a member of all_reggroup.
7162
7163 2003-06-02 Richard Henderson <rth@redhat.com>
7164
7165 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
7166 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
7167 (alpha_lds, alpha_sts): New.
7168 (alpha_convert_register_p): Change from _register_convertible.
7169 (alpha_register_to_value): Change from _convert_to_virtual;
7170 restructure and fail for type sizes other than 4 or 8.
7171 (alpha_value_to_register): Similarly.
7172 (alpha_extract_return_value): Use alpha_sts.
7173 (alpha_store_return_value): Use alpha_lds.
7174 (alpha_gdbarch_init): Update hooks.
7175
7176 2003-06-02 Richard Henderson <rth@redhat.com>
7177
7178 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
7179 regnum identifiers.
7180 (alpha_sigtramp_register_address): Likewise.
7181
7182 2003-06-02 Richard Henderson <rth@redhat.com>
7183
7184 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
7185 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
7186 * alpha-tdep.h: Declare them.
7187
7188 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
7189 Remove zerobuf. Don't error on UNIQUE.
7190 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
7191 (ALPHA_REGSET_UNIQUE): Provide default.
7192 (supply_gregset): Use alpha_supply_int_regs.
7193 (fill_gregset): Use alpha_fill_int_regs.
7194 (supply_fpregset): Use alpha_supply_fp_regs.
7195 (fill_fpregset): Use alpha_fill_fp_regs.
7196 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
7197 (alphabsd_supply_reg): Use alpha_supply_int_regs.
7198 (alphabsd_fill_reg): Use alpha_fill_int_regs.
7199 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
7200 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
7201 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
7202
7203 2003-06-02 Richard Henderson <rth@redhat.com>
7204
7205 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
7206
7207 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
7208 (alpha_store_return_value): Likewise.
7209
7210 2003-06-02 David Carlton <carlton@math.stanford.edu>
7211
7212 * block.c (contained_in): Add 'const' to arguments.
7213 (block_function): Ditto.
7214 * block.h: Update declarations for block_function and
7215 contained_in.
7216
7217 2003-06-02 David Carlton <carlton@math.stanford.edu>
7218
7219 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
7220 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
7221 * p-valprint.c (pascal_val_print): Ditto.
7222 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
7223
7224 2003-06-02 Richard Henderson <rth@redhat.com>
7225
7226 * alpha-tdep.c (alpha_push_dummy_call): Use
7227 builtin_type_ieee_double_little instead of builtin_type_double.
7228
7229 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
7230 sign-extension of 32-bit values.
7231 (alpha_store_return_value): Similarly.
7232
7233 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
7234 (alpha_extract_return_value): Likewise.
7235 (alpha_store_return_value): Likewise.
7236
7237 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
7238 (alpha_store_return_value): Error on IEEE Quad floats.
7239
7240 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
7241 (alpha_extract_struct_value_address): Likewise.
7242 (alpha_store_return_value): Likewise.
7243 (alpha_store_struct_return): Remove.
7244 (alpha_gdbarch_init): Update hook registration to match.
7245
7246 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
7247 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
7248 macros where appropriate.
7249 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
7250 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
7251
7252 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
7253 for SP, GP; void_func_ptr for PC; non-language-specific types
7254 for all others.
7255 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
7256
7257 2003-06-02 Richard Henderson <rth@redhat.com>
7258
7259 * top.h (lim_at_start): Declare.
7260 * main.c (captured_main): Set it.
7261 * top.c (lim_at_start): Define.
7262 (command_loop): Use it instead of &environ.
7263 * event-top.c (command_handler): Likewise.
7264
7265 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
7266
7267 * mipsnbsd-tdep.c: Update copyright years.
7268 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
7269
7270 2003-06-01 Richard Henderson <rth@redhat.com>
7271
7272 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
7273 (alpha-linux-tdep.o): Update dependencies.
7274 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
7275 * alpha-mdebug-tdep.c: Remove unneeded includes.
7276
7277 2003-06-01 Richard Henderson <rth@redhat.com>
7278
7279 * alpha-tdep.c (alpha_register_reggroup_p): New.
7280 (alpha_gdbarch_init): Register it.
7281
7282 2003-06-02 Andrew Cagney <cagney@redhat.com>
7283
7284 * dwarfread.c: Eliminate "register"
7285 (decode_die_type): Eliminate assignment within "if".
7286 (struct_type, decode_array_element_type): Ditto.
7287 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
7288 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
7289 (decode_modified_type, completedieinfo): Ditto.
7290 * block.c: Eliminate "register".
7291 (blockvector_for_pc_sect): Eliminate assignment within "if".
7292 * cp-support.h (struct symbol): Opaque declaration.
7293 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
7294
7295 2003-06-01 Richard Henderson <rth@redhat.com>
7296
7297 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
7298 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
7299
7300 2003-06-01 Adam Fedor <fedor@gnu.org>
7301
7302 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
7303 * gdbarch.[ch]: Regenerate.
7304 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
7305 (hppa_gdbarch_init): Set it in the gdbarch vector.
7306 * i386-tdep.c (i386_fetch_pointer_argument): New
7307 (i386_gdbarch_init): Set it into gdbarch.
7308 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
7309 (rs6000_gdbarch_init): Set it in gdbarch.
7310 * sparc-tdep.c (sparc_fetch_pointer_argument): New
7311 (sparc_gdbarch_init): Set it in gdbarch.
7312
7313 2003-06-01 Andrew Cagney <cagney@redhat.com>
7314
7315 * defs.h (extract_address): Delete declaration.
7316 * findvar.c (extract_address): Delete function.
7317 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
7318 extract_address with the inline equivalent,
7319 extract_unsigned_integer.
7320 (xstormy16_extract_struct_value_address): Ditto.
7321 (xstormy16_pointer_to_address): Ditto.
7322 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
7323 * v850-tdep.c (v850_push_arguments): Ditto.
7324 (v850_extract_return_value): Ditto.
7325 (v850_extract_struct_value_address): Ditto.
7326 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
7327 (sparcnbsd_get_longjmp_target_64): Ditto.
7328 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
7329 (get_longjmp_target): Ditto.
7330 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
7331 (sh64_extract_struct_value_address): Ditto.
7332 (sh_push_arguments): Ditto.
7333 (sh64_push_arguments): Ditto.
7334 * remote-vxsparc.c (vx_read_register): Ditto.
7335 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
7336 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
7337 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
7338 * mipsv4-nat.c (get_longjmp_target): Ditto.
7339 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
7340 * mips-nat.c (get_longjmp_target): Ditto.
7341 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
7342 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
7343 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
7344 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
7345 * irix5-nat.c (get_longjmp_target): Ditto.
7346 * irix4-nat.c (get_longjmp_target): Ditto.
7347 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
7348 (ia64_push_arguments): Ditto.
7349 * hpux-thread.c (hpux_thread_store_registers): Ditto.
7350 * h8300-tdep.c (h8300_push_arguments): Ditto.
7351 (h8300_store_return_value): Ditto.
7352 (h8300_extract_struct_value_address): Ditto.
7353 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
7354 (frv_push_arguments): Ditto.
7355 * avr-tdep.c (avr_pointer_to_address): Ditto.
7356 (avr_push_arguments): Ditto.
7357 * arm-tdep.c (arm_push_dummy_call): Ditto.
7358 (arm_get_longjmp_target): Ditto.
7359 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7360 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
7361 (alpha_get_longjmp_target): Ditto.
7362
7363 * solib-irix.c (extract_mips_address): Inline extract_address,
7364 replacing it with extract_signed_integer.
7365 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7366 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
7367 (first_link_map_member, open_symbol_file_object): Ditto.
7368 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
7369 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
7370 (LM_NEXT, LM_NAME): Ditto.
7371
7372 2003-06-01 Richard Henderson <rth@redhat.com>
7373
7374 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
7375 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
7376 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
7377 (alpha_cannot_store_register): Likewise.
7378 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
7379 * alpha-nat.c (supply_gregset): Likewise.
7380 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
7381
7382 2003-06-01 Andrew Cagney <cagney@redhat.com>
7383
7384 * infcall.c (call_function_by_hand): Update comment on
7385 DEPRECATED_DUMMY_WRITE_SP.
7386
7387 * mips-tdep.c (mips_gdbarch_init): Do not set
7388 deprecated_dummy_write_sp.
7389 (mips_eabi_push_dummy_call): Set the SP register.
7390 (mips_o64_push_dummy_call): Set the SP register.
7391 (mips_o32_push_dummy_call): Set the SP register.
7392 (mips_n32n64_push_dummy_call): Set the SP register.
7393
7394 2003-06-01 Richard Henderson <rth@redhat.com>
7395
7396 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
7397 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
7398 (supply_gregset): Likewise.
7399 * alpha-tdep.c (alpha_store_return_value): Likewise.
7400 (alpha_get_longjmp_target): Likewise.
7401 (alpha_register_name): Constify array.
7402 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
7403 deprecated_register_size, deprecated_register_bytes,
7404 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
7405 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
7406 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
7407
7408 2003-06-01 Richard Henderson <rth@redhat.com>
7409
7410 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
7411 from arg_reg_buffer to regcache to avoid double conversion.
7412
7413 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7414
7415 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
7416 SP_REGNUM.
7417 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
7418 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
7419
7420 2003-06-01 Richard Henderson <rth@redhat.com>
7421
7422 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
7423 (decode_frame_entry): Set it. Skip FDE augmentation.
7424
7425 2003-06-01 Richard Henderson <rth@redhat.com>
7426
7427 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
7428 not overlapping PC_REGNUM.
7429
7430 2003-06-01 Richard Henderson <rth@redhat.com>
7431
7432 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
7433 alpha_push_arguments. Don't dump argument register data to
7434 the target stack. Fix float and 128-bit long double semantics.
7435 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
7436 (alpha_fix_call_dummy): Remove.
7437 (alpha_call_dummy_words): Remove.
7438 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
7439
7440 2003-06-01 Richard Henderson <rth@redhat.com>
7441
7442 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
7443
7444 2003-06-01 Andrew Cagney <cagney@redhat.com>
7445
7446 * mips-tdep.c (is_mips16_addr): New function.
7447 (make_mips16_addr, unmake_mips16_addr): New functions.
7448 (pc_is_mips16, mips_fetch_instruction): Use.
7449 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
7450 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
7451 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
7452 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
7453 TARGET_MIPS.
7454 * config/mips/tm-mips.h: Update copyright.
7455 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
7456 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
7457 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
7458 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
7459 (TM_PRINT_INSN_MACH): Delete.
7460 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
7461
7462 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
7463 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
7464 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
7465 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
7466 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
7467 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
7468 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
7469 mips*-*-riscos* and mips*-*-sysv* onto mips.
7470 * config/mips/mips64.mt: New file.
7471 * config/mips/mips.mt: New file.
7472 * config/mips/littlemips.mt: Delete file.
7473 * config/mips/decstation.mt: Delete file.
7474 * config/mips/vr4300el.mt: Delete file.
7475 * config/mips/vr5000el.mt: Delete file.
7476 * config/mips/vr5000.mt: Delete file.
7477 * config/mips/vr4100.mt: Delete file.
7478 * config/mips/vr4xxxel.mt: Delete file.
7479 * config/mips/vr4300.mt: Delete file.
7480 * config/mips/vr4xxx.mt: Delete file.
7481 * config/mips/bigmips.mt: Delete file.
7482 * config/mips/bigmips64.mt: Delete file.
7483 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
7484 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
7485 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
7486 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
7487 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
7488 "tm-bigmips.h".
7489 * config/mips/tm-irix3.h: Ditto.
7490 * config/mips/tm-mipsv4.h: Ditto.
7491 * config/mips/tm-embed.h: Ditto.
7492 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
7493 "tm-bigmips64.h".
7494 * config/mips/tm-vr5000el.h: Delete file.
7495 * config/mips/tm-tx39l.h: Delete file.
7496 * config/mips/tm-vr4300el.h: Delete file.
7497 * config/mips/tm-vr4xxxel.h: Delete file.
7498 * config/mips/tm-vr4300.h: Delete file.
7499 * config/mips/tm-vr4100.h: Delete file.
7500 * config/mips/tm-vr4xxx.h: Delete file.
7501 * config/mips/tm-vr5000.h: Delete file.
7502 * config/mips/tm-embedl64.h: Delete file.
7503 * config/mips/tm-embedl.h: Delete file.
7504 * config/mips/tm-embed64.h: Delete file.
7505 * config/mips/tm-bigmips64.h: Delete file.
7506 * config/mips/tm-bigmips.h: Delete file.
7507
7508 2003-06-01 Mark Kettenis <kettenis@gnu.org>
7509
7510 Fix gdb/1216.
7511 * shnbsd-nat.c: Include "sh-tdep.h".
7512
7513 From Richard Henderson <rth@redhat.com>:
7514 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
7515
7516 2003-05-31 Andrew Cagney <cagney@redhat.com>
7517
7518 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
7519 forward declaration.
7520 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7521 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
7522 (mips_find_saved_regs): Use set_reg_offset.
7523 (mips_frame_init_saved_regs): Delete function.
7524 (mips_pop_frame): Call mips_find_saved_regs instead of
7525 DEPRECATED_FRAME_INIT_SAVED_REGS.
7526
7527 2003-05-31 Andrew Cagney <cagney@redhat.com>
7528
7529 * mips-tdep.c (mips_gdbarch_init): Do not set
7530 deprecated_max_register_raw_size, register_virtual_size, and
7531 deprecated_max_register_virtual_size.
7532
7533 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7534
7535 * i386-tdep.c: Include "dwarf2-frame.h".
7536 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
7537 * Makefile.in (i386-tdep.o): Update dependencies.
7538
7539 * dwarf2-frame.c, dwarf2-frame.h: New files.
7540 * Makefile.in (SFILES): Add dwarf2-frame.c.
7541 (dwarf2_frame_h): Define.
7542 (COMMON_OBS): Add dwarf2-frame.o.
7543 (dwarf2-frame.o): Add dependencies.
7544
7545 2003-05-31 Andreas Jaeger <aj@suse.de>
7546
7547 * x86-64-linux-nat.c: Fix comment.
7548
7549 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7550
7551 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
7552 function signature.
7553
7554 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
7555 have a sigcontext_addr handler.
7556 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
7557 sigcontext_addr handler.
7558
7559 2003-05-31 Andrew Cagney <cagney@redhat.com>
7560
7561 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
7562 (print_fp_register_row): Replace do_fp_register_row.
7563 (mips_print_fp_register): Add "file" and "frame" parameters.
7564 (mips_print_register): Add "file" and "frame" parameters.
7565 (mips_print_registers_info): Replace mips_do_registers_info.
7566 (mips_gdbarch_init): Set print_registers_info instead of
7567 deprecated_do_registers_info.
7568 (mips_read_fp_register_single): Add "frame" parameter.
7569 (mips_read_fp_register_double): Add "frame" parameter.
7570
7571 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7572
7573 * i386-tdep.c (i386_register_name): Check for MMX registers first.
7574 Fixes a bug where GDB would print the wrong register names for
7575 targets without SSE.
7576
7577 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
7578 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7579 registers.
7580
7581 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
7582 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
7583 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7584 TDEP->sc_sp_offset.
7585
7586 From Michal Ludvig <mludvig@suse.cz>:
7587 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
7588 and `sc_num_regs'.
7589 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7590 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7591 I386_ST0_REGNUM): Move here from...
7592 * i386-tdep.c: ... here.
7593 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
7594 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
7595 registers if possible.
7596 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
7597 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
7598 Remove variables.
7599 (i386bsd_sc_reg_offset): New variable.
7600 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
7601 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7602 TDEP->sc_sp_offset.
7603 (i386fbsd_sc_reg_offset): New variable.
7604 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
7605 TDEP->sc_num_regs.
7606 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
7607 variables.
7608 (i386fbsd4_sc_reg_offset): New variable.
7609 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
7610 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7611 TDEP->sc_sp_offset.
7612 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
7613 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
7614 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
7615 Remove variables.
7616 (i386nbsd_sc_reg_offset): New variable.
7617 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
7618 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7619 TDEP->sc_sp_offset.
7620 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
7621 Remove variables.
7622 (i386obsd_sc_reg_offset): New variable.
7623 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
7624 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
7625 TDEP->sc_sp_offset.
7626 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
7627 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
7628 for frame pointer offset in `struct sigcontext'.
7629
7630 2003-05-31 Andrew Cagney <cagney@redhat.com>
7631
7632 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
7633 architecture methods call_dummy_words, sizeof_call_dummy_words,
7634 push_return_address, store_struct_return, and fix_call_dummy. Set
7635 push_dummy_call instead of deprecated_push_arguments.
7636 (mips_store_struct_return): Delete function.
7637 (mips_fix_call_dummy): Delete function.
7638 (mips_push_return_address): Delete function.
7639 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7640 RA_REGNUM and T9_REGNUM.
7641 (mips_n32n64_push_dummy_call): Ditto for
7642 mips_n32n64_push_arguments.
7643 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7644 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7645
7646 2003-05-31 Andrew Cagney <cagney@redhat.com>
7647
7648 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7649 "dummy_addr" to "bp_addr".
7650 * infcall.c (call_function_by_hand): Pass "funaddr" to
7651 gdbarch_push_dummy_call.
7652 * gdbarch.h, gdbarch.c: Re-generate.
7653 * i386-tdep.c (i386_push_dummy_call): Update.
7654 * arm-tdep.c (arm_push_dummy_call): Update.
7655 * d10v-tdep.c (d10v_push_dummy_call): Update.
7656
7657 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7658
7659 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7660 variable declarations.
7661 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7662 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7663 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7664 x86_64_init_frame_pc, x86_64_init_frame_pc,
7665 x86_64_function_has_prologue): Remove prototypes.
7666 (X86_64_NUM_GREGS): New define.
7667 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7668 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7669 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7670 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7671 XMM1_REGNUM): Remove defines.
7672 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7673 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7674 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7675 X86_64_XMM1_REGNUM): New defines.
7676 (struct x86_64_register_info): Renamed from `struct
7677 register_info'. Remove `size' member.
7678 (x86_64_register_info_table): Remove variable.
7679 (x86_64_register_info): New variable.
7680 (X86_64_NUM_REGS): New define.
7681 (X86_64_NUM_GREGS): Remove define.
7682 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7683 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7684 Remove variables.
7685 (x86_54_dwarf2_reg_to_regnum): Remove function.
7686 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7687 (x86_64_dwarf_reg_to_regnum): New function.
7688 (x86_64_register_name): Rewrite.
7689 (x86_64_register_raw_size): Remove function.
7690 (x86_64_register_byte_table): Remove variable.
7691 (x86_64_register_byte): Remove function.
7692 (x86_64_register_virtual_type): Remove function.
7693 (x86_64_register_type): New function.
7694 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7695 x86_64_register_convert_to_raw): Remove functions.
7696 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7697 (x86_64_use_struct_convention): Make static. Adjust for renamed
7698 defines.
7699 (x86_64_frame_init_saved_regs): Remove function.
7700 (x86_64_push_arguments): Make static. Change to accept a regcache
7701 as argument.
7702 (x86_64_store_return_value, x86_64_extract_return_value): Make
7703 static. Rewrite based on i386 counterparts.
7704 (x86_64_push_dummy_call): New function.
7705 (X86_64_NUM_SAVED_REGS): New define.
7706 (x86_64_register_number): Remove function.
7707 (x86_64_store_struct_return): Remove function.
7708 (x86_64_frameless_function_invocation,
7709 x86_64_function_has_prologue): Remove functions.
7710 (PROLOG_BUFSIZE): Remove define.
7711 (struct x86_64_frame_cache): New structure.
7712 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7713 x86_64_frame_cache, x86_64_frame_this_id,
7714 x86_64_frame_prev_register, x86_64_frame_p,
7715 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7716 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7717 functions.
7718 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7719 variables.
7720 (x86_64_skip_prologue): Rewrite in terms of
7721 x86_64_analyze_prologue.
7722 (x86_64_frame_base_address): New function.
7723 (x86_64_frame_base): New variable.
7724 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7725 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7726 set deprecated_fp_regnum, deprecated_register_size,
7727 deprecated_register_bytes, register_raw_size, register_byte,
7728 register_virtual_type, register_convertiable,
7729 register_convert_to_virtual, convert_to_raw,
7730 deprecated_get_saved_register, deprecated_target_read_fp,
7731 deprecated_push_arguments, deprecated_push_return_address,
7732 deprecated_pop_frame, deprecated_store_struct_return,
7733 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7734 frameless_function_invocation, deprecated_frame_saved_pc,
7735 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7736 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7737 deprecated_init_frame_pc and virtual_frame_pointer. Call
7738 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7739 and x86_64_frame_p. Call frame_base_set_default to register
7740 x86_64_frame_base.
7741 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7742 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7743 (_initialize_x86_64_tdep): Remove function.
7744 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7745 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7746 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7747 define.
7748 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7749 (x86_64_linux_sigcontext_addr): Rewrite.
7750 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7751 x86_64_linux_frame_saved_pc): Remove functions.
7752 (x86_64_linux_pc_in_sigtramp): Renamed from
7753 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7754 trampoline.
7755 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7756 Remove_functions.
7757 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7758 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7759 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7760 (x86_64_regmap): Rename to regmap.
7761 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7762 x86_64_num_gregs.
7763 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7764 x86_64_regmap.
7765 (x86_64_fxsave_offset): Remove function.
7766 (supply_fpregset): Simply call x86_64_supply_fxsave.
7767 (fill_fpregset): Simply call x86_64_fill_fxsave.
7768 (fetch_inferior_registers, store_inferior_registers): Avoid
7769 asignment in if-statement.
7770 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7771 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7772 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7773 (fetch_core_registers): Remove function.
7774 (linux_elf_core_fns): Remove.
7775 (offsetoff): Don't define.
7776 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7777 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7778 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7779 add core-regset.o.
7780 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7781 protection against multiple includes instead of NM_X86_64_h. Add
7782 various comments. Include "config/nm-linux.h". Don't include
7783 <signal.h>.
7784 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7785 GET_THREAD_SIGNALS): Remove defines.
7786 (x86_64_register_u_addr, kernel_u_size,
7787 lin_thread_get_thread_signals): Remove prototypes.
7788 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7789 [HAVE_LINK_H]: Don't include "solib.h".
7790 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7791 * config/i386/tm-x86-64linux.h: Fix comments.
7792 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7793 x86-64-tdep.o): Update dependencies.
7794
7795 2003-05-30 Andrew Cagney <cagney@redhat.com>
7796
7797 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7798 Change parameter type to a "struct regcache *".
7799
7800 * gdbarch.sh: Regardless of the multi-arch level, always define
7801 the macro when not already defined.
7802 * gdbarch.h, gdbarch.c: Re-generate.
7803
7804 2003-05-30 Richard Henderson <rth@redhat.com>
7805
7806 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7807 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7808 (alpha_mdebug_frame_this_id): Likewise.
7809 (alpha_mdebug_frame_prev_register): Likewise.
7810 (alpha_mdebug_frame_base_address): Likewise.
7811 (alpha_mdebug_frame_locals_address): Likewise.
7812 (alpha_mdebug_frame_args_address): Likewise.
7813 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7814 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7815 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7816 loop increment.
7817 (alpha_heuristic_frame_this_id): Make static.
7818 (alpha_heuristic_frame_prev_register): Likewise.
7819 (alpha_heuristic_frame_base_address): Likewise.
7820 * alpha-tdep.h: Update.
7821
7822 2003-05-30 Mark Kettenis <kettenis@gnu.org>
7823
7824 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7825 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7826 defenitions.
7827 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7828 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7829 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7830 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7831 I386_ST0_REGNUM): New defines.
7832 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7833 codestream_get): Remove define.
7834 (codestream_next_addr, condestream_addr, condestream_buf,
7835 codestream_off, codestream_cnt): Remove variables.
7836 (codestream_fill, codestream_seek, codestream_read): Remove
7837 functions.
7838 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7839 functionality.
7840 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7841 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7842 i386_frame_saved_pc, i386_saved_pc_after_call,
7843 i386_frame_num_args, i386_frame_init_saved_regs,
7844 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7845 i386_push_arguments): Remove functions.
7846 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7847 functionality. Use i386_analyze_prologue instead of
7848 i386_get_frame_setup.
7849 (I386_NUM_SAVED_REGS): New define.
7850 (struct i386_frame_cache): New structure.
7851 (i386_alloc_frame_cache, i386_analyze_struct_return,
7852 i386_skip_probe, i386_analyze_frame_setup,
7853 i386_analyze_register_saves, i386_analyze_prologue,
7854 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7855 i386_frame_prev_register, i386_sigtramp_frame_cache,
7856 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7857 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7858 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7859 New functions.
7860 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7861 New variables.
7862 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7863 I386_EAX_REGNUM and I386_EDX_REGNUM.
7864 (i386_extract_return_value, i386_store_return_value): Use
7865 I386_ST0_REGNUM where appropriate.
7866 (i386_extract_struct_value_address): Rewrite to use extract_address.
7867 (i386_svr4_pc_in_sigtramp): Add comment.
7868 (i386_svr4_sigcontext_addr): Rewrite.
7869 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7870 TDEP->sc_sp_offset.
7871 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7872 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7873 of new defines. Set push_dummy_call, don't set
7874 deprecated_push_arguments, deprecated_push_return_address,
7875 deprecated_pop_frame. Don't set parm_boundary. Don't set
7876 deprecated_frame_chain, deprecated_frame_saved_pc,
7877 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7878 save_dummy_frame_tos, unwind_pc. Call
7879 frame_unwind_append_predicate and frame_base_set_default. Don't
7880 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7881 Don't set frameless_function_invocation. Don't set
7882 deprecated_register_bytes, deprecated_register_size,
7883 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7884 * i386-linux-tdep.c: Fix formatting in some comments.
7885 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7886 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7887 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7888 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7889 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7890 redundant parentheses.
7891 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7892 (i386_linux_sigcontext_addr): Use it. Rewrite.
7893 (find_minsym_and_objfile): Change name of second argument.
7894 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7895 changed. Use frame_pc_unwind instead of
7896 DEPRECATED_SAVED_PC_AFTER_CALL.
7897 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7898 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7899 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7900 unwinder.
7901 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7902 "dummy-frame.h".
7903 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7904 (_initialize_i386_cygwin_tdep): New prototype.
7905 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7906 deprecated_frame_chain_valid.
7907 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7908 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7909 Rely on the SVR4 defaults.
7910 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7911 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7912
7913 2003-05-30 Andrew Cagney <cagney@redhat.com>
7914
7915 * infcall.c (call_function_by_hand): Always call
7916 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7917
7918 2003-05-30 Richard Henderson <rth@redhat.com>
7919
7920 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7921 increment.
7922
7923 2003-05-29 Jim Blandy <jimb@redhat.com>
7924
7925 Use gdbarch methods for solib stuff on PowerPC Linux.
7926 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7927 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7928 show through.
7929 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7930 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7931 giving the same effect as the #definitions above.
7932
7933 2003-05-29 Adam Fedor <fedor@gnu.org>
7934
7935 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7936 (find_implementation_from_class): Replace it with the standard
7937 case i.e. do nothing.
7938
7939 2003-05-29 Richard Henderson <rth@redhat.com>
7940
7941 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7942 (alpha_linux_sigtramp_offset): Use it. Make static.
7943 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7944 update for new frame model.
7945 * alpha-mdebug-tdep.c: New file.
7946 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7947 (alpha_osf1_init_abi): Install it.
7948 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7949 (linked_proc_desc_table): Remove.
7950 (alpha_frame_past_sigtramp_frame): Remove.
7951 (alpha_dynamic_sigtramp_offset): Remove.
7952 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7953 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7954 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7955 (push_sigtramp_desc): Remove.
7956 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7957 (alpha_cannot_store_register): Likewise.
7958 (alpha_sigcontext_addr): Remove.
7959 (alpha_find_saved_regs): Remove.
7960 (alpha_frame_init_saved_regs): Remove.
7961 (alpha_init_frame_pc_first): Remove.
7962 (read_next_frame_reg): Remove.
7963 (alpha_frame_saved_pc): Remove.
7964 (alpha_saved_pc_after_call): Remove.
7965 (temp_proc_desc, temp_saved_regs): Remove.
7966 (alpha_about_to_return): Remove.
7967 (cached_proc_desc): Remove.
7968 (alpha_frame_chain): Remove.
7969 (alpha_print_extra_frame_info): Remove.
7970 (alpha_init_extra_frame_info): Remove.
7971 (alpha_frame_locals_address): Remove.
7972 (alpha_frame_args_address): Remove.
7973 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7974 (alpha_push_dummy_frame): Remove.
7975 (alpha_pop_frame): Remove.
7976 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7977 (alpha_read_insn): New.
7978 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7979 for different insn encodings.
7980 (alpha_in_lenient_prologue): Remove.
7981 (struct alpha_sigtramp_unwind_cache): New.
7982 (alpha_sigtramp_frame_unwind_cache): New.
7983 (alpha_sigtramp_register_address): New.
7984 (alpha_sigtramp_frame_this_id): New.
7985 (alpha_sigtramp_frame_prev_register): New.
7986 (alpha_sigtramp_frame_unwind): New.
7987 (alpha_sigtramp_frame_p): New.
7988 (struct alpha_heuristic_unwind_cache): New.
7989 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7990 don't count nop insns that occur between functions.
7991 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7992 heuristic_proc_desc, but without the mdebug wrapping.
7993 (alpha_heuristic_frame_this_id): New.
7994 (alpha_heuristic_frame_prev_register): New.
7995 (alpha_heuristic_frame_unwind): New.
7996 (alpha_heuristic_frame_p): New.
7997 (alpha_heuristic_frame_base_address): New.
7998 (alpha_heuristic_frame_base): New.
7999 (alpha_unwind_dummy_id): New.
8000 (alpha_unwind_pc): New.
8001 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
8002 frame related deprecated initializations; install replacements.
8003 (alpha_dump_tdep): Remove.
8004 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
8005 (alpha_read_insn, alpha_after_prologue,
8006 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
8007 alpha_heuristic_frame_prev_register,
8008 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
8009 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
8010 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
8011 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
8012
8013 2003-05-29 Andrew Cagney <cagney@redhat.com>
8014
8015 * gdb_assert.h (gdb_assert_fail): Provide different definitions
8016 dependant on the availability of ASSERT_FUNCTION.
8017 (ASSERT_FUNCTION): Do not define when there is no function name.
8018
8019 2003-05-29 Kevin Buettner <kevinb@redhat.com>
8020
8021 From Jimi X <jimix@watson.ibm.com>:
8022 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
8023
8024 2003-05-28 Jim Blandy <jimb@redhat.com>
8025
8026 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
8027 argument to ptrace to int; the system headers should give it the
8028 right type, and pointers don't fit in ints on powerpc64-*-*.
8029
8030 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
8031
8032 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
8033 DW_TAG_catch_block.
8034
8035 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
8036
8037 * stabsread.c (dbx_lookup_type): Make static.
8038 (read_type): Ditto.
8039 (add_undefined_type): Ditto.
8040 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
8041 not export.
8042
8043 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
8044
8045 * hpread.c (hpread_has_name): Make static.
8046 (hpread_psymtab_to_symtab): Ditto.
8047 (file_exists): Ditto.
8048 (hpread_call_pxdb): Ditto.
8049 (hpread_pxdb_needed): Ditto.
8050 (hpread_quick_traverse): Ditto.
8051 (hpread_get_header): Ditto.
8052 (hpread_get_lntt): Ditto.
8053 (hpread_get_slt): Ditto.
8054 (class_of): Ditto.
8055
8056 2003-05-25 Andreas Schwab <schwab@suse.de>
8057
8058 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
8059 stack_align and deprecated_extra_stack_alignment_needed.
8060 (m68k_stack_align): Delete.
8061
8062 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
8063 (m68k_register_virtual_size): Likewise.
8064 (altos_skip_prologue): Remove obsolete function.
8065 (isi_frame_num_args): Likewise.
8066 (news_frame_num_args): Likewise.
8067 (m68k_fix_call_dummy): Make static.
8068 (m68k_push_dummy_frame): Likewise.
8069 (m68k_pop_frame): Likewise.
8070 (m68k_skip_prologue): Likewise.
8071 (m68k_frame_init_saved_regs): Likewise.
8072 (m68k_saved_pc_after_call): Likewise.
8073 (m68k_get_longjmp_target): Make multi-arch.
8074 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
8075 structure. Register m68k_get_longjmp_target if enabled.
8076 * m68k-tdep.h (struct gdbarch_tdep): Define.
8077 * config/m68k/tm-m68k.h: Don't include "regcache.h".
8078
8079 * Makefile.in (config.status): Also depend on configure.tgt
8080 and configure.host.
8081 (m68klinux-tdep.o): Update dependencies.
8082 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
8083 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
8084 (M68K_LINUX_JB_PC): Define.
8085 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
8086 and take additional parameter.
8087 (m68k_linux_sigtramp_saved_pc): Update.
8088 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
8089 m68k_linux_pc_in_sigtramp, in_plt_section,
8090 find_solib_trampoline_target.
8091 * config/m68k/tm-linux.h: Don't include any tm headers.
8092 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
8093 (JB_ELEMENT_SIZE): Likewise.
8094 (JB_PC): Likewise.
8095 (GET_LONGJMP_TARGET): Likewise.
8096 (IN_SIGTRAMP): Likewise.
8097 (SVR4_SHARED_LIBS): Define this and include "solib.h".
8098
8099 2003-05-25 Mark Kettenis <kettenis@gnu.org>
8100
8101 * sparc-tdep.c (sparc32_do_push_arguments): New function.
8102 (sparc32_push_arguments): Re-implement by calling
8103 sparc32_do_push_arguments.
8104
8105 2003-05-25 Mark Kettenis <kettenis@gnu.org>
8106
8107 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
8108 SPARC_O1_REGNUM): New defines.
8109 (sparc32_extract_return_value): Rewrite to operate on a regcache.
8110 (sparc32_store_return_value): New function.
8111 (sparc_extract_struct_value_address): Rewrite to operate on a
8112 regcache.
8113 (sparc_gdbarch_init): Don't set
8114 deprecated_extract_struct_value_address. Set
8115 extract_struct_value_address instead. Don't set
8116 deprecated_extract_return_value and deprecated_store_return_value
8117 for 32-bit targets. Set extract_return_value and
8118 store_return_value instead.
8119 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
8120 DEPRECTAED_EXTRACT_RETURN_VALUE,
8121 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
8122 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
8123 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
8124 (sparc_store_return_value): Remove prototype.
8125 (sparc32_store_return_value): New prototype.
8126 (sparc32_extract_return_value, sparc_extract_struct_value_address):
8127 Adjust prototypes.
8128
8129 2003-05-24 Mark Kettenis <kettenis@gnu.org>
8130
8131 * sparcnbsd-tdep.c: Include "gdb_string.h".
8132
8133 2003-05-23 Andrew Cagney <cagney@redhat.com>
8134
8135 * p-valprint.c (pascal_val_print): Replace extract_address with
8136 the inline equivalent extract_unsigned_integer.
8137 * jv-valprint.c (java_value_print): Ditto.
8138 * ada-valprint.c (ada_val_print_1): Ditto.
8139 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
8140
8141 2003-05-23 Theodore A. Roth <troth@openavr.org>
8142
8143 * blockframe.c (frameless_look_for_prologue): Remove unused
8144 after_prologue variable.
8145
8146 2003-05-23 Mark Kettenis <kettenis@gnu.org>
8147
8148 * blockframe.c (get_pc_function_start): Rewrite to avoid
8149 asignments in if-statements.
8150
8151 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8152
8153 Committed by Elena Zannoni <ezannoni@redhat.com>.
8154 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
8155 files, don't relocate absolute symbols (and do use mst_abs).
8156
8157 2003-05-23 Andrew Cagney <cagney@redhat.com>
8158
8159 * objc-lang.c: Include "gdb_assert.h".
8160 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
8161 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
8162 (gdb_check, gdb_check_fatal): Delete functions.
8163 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
8164 gdb_assert.
8165 (parse_selector, parse_method, find_methods, find_imps): Ditto.
8166 * Makefile.in (objc-lang.o): Update dependencies.
8167
8168 2003-05-22 Ian Lance Taylor <ian@airs.com>
8169
8170 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
8171 with fprintf_filtered, not fprintf_unfiltered.
8172
8173 2003-05-22 Andrew Cagney <cagney@redhat.com>
8174
8175 * stack.c (frame_info): Inline extract_address, replacing it with
8176 extract_unsigned_integer.
8177 * findvar.c (unsigned_pointer_to_address): Ditto.
8178 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
8179 * dwarf2expr.c (dwarf2_read_address): Ditto.
8180 * frame.c (frame_pc_unwind): Update comment.
8181 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
8182
8183 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
8184
8185 * infptrace.c (detach): Call print_sys_errmsg rather than
8186 perror_with_name to issue warning message when errno is non-zero
8187 after calling ptrace detach.
8188
8189 2003-05-21 J. Brobecker <brobecker@gnat.com>
8190
8191 * config/pa/tm-hppa.h: Delete some unused macros. Move some
8192 macro definitions from here...
8193 * hppa-tdep.c: ...to there.
8194
8195 2003-05-20 Kevin Buettner <kevinb@redhat.com>
8196
8197 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
8198 register_ptrace_addr(). Fix all callers.
8199
8200 2003-05-21 Andreas Schwab <schwab@suse.de>
8201
8202 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
8203 dependencies.
8204 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
8205 end.
8206 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
8207 (_initialize_m68k_linux_tdep): New function.
8208 (m68k_linux_frame_saved_pc): Make static.
8209 (m68k_linux_extract_return_value): Likewise.
8210 (m68k_linux_store_return_value): Likewise.
8211 (m68k_linux_extract_struct_value_address): Likewise.
8212 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
8213 Remove.
8214 (DEPRECATED_STORE_RETURN_VALUE): Remove.
8215 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
8216 (DEPRECATED_FRAME_SAVED_PC): Remove.
8217
8218 2003-05-20 Kris Warkentin <kewarken@qnx.com>
8219
8220 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
8221 regset numbering rather than our own.
8222
8223 2003-05-19 David Carlton <carlton@bactrian.org>
8224
8225 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
8226
8227 2003-05-19 David Carlton <carlton@bactrian.org>
8228
8229 Partial fix for PR c++/827.
8230 * cp-support.h: Include symtab.h.
8231 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
8232 * cp-namespace.c: Update contributors.
8233 (cp_lookup_symbol_nonlocal): New.
8234 (lookup_namespace_scope, cp_lookup_symbol_namespace)
8235 (lookup_symbol_file): Ditto.
8236 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
8237 * block.h: Declare block_scope, block_using, block_global_block.
8238 * block.c (block_scope): New.
8239 (block_using, block_global_block): Ditto.
8240 * Makefile.in (cp_support_h): Depend on symtab_h.
8241 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
8242
8243 2003-05-19 David Carlton <carlton@bactrian.org>
8244
8245 * language.h (struct language_defn): Add 'la_value_of_this'
8246 and 'la_lookup_symbol_nonlocal' members.
8247 * symtab.h: Declare basic_lookup_symbol_nonlocal,
8248 lookup_symbol_static, lookup_symbol_global,
8249 lookup_symbol_aux_block.
8250 * symtab.c (lookup_symbol_aux): Call language hooks to determine
8251 if we should search fields of this and how to do static/global
8252 lookup.
8253 (lookup_symbol_aux_block): Make extern.
8254 (basic_lookup_symbol_nonlocal): New.
8255 (lookup_symbol_static, lookup_symbol_global): Ditto.
8256 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
8257 'la_lookup_symbol_nonlocal' members.
8258 * c-lang.c (c_language_defn, cplus_language_defn)
8259 (asm_language_defn, minimal_language_defn): Ditto.
8260 * jv-lang.c (java_language_defn): Ditto.
8261 * language.c (unknown_language_defn, auto_language_defn)
8262 (local_language_defn): Ditto.
8263 * m2-lang.c (m2_language_defn): Ditto.
8264 * objc-lang.c (objc_language_defn): Ditto.
8265 * scm-lang.c (scm_language_defn): Ditto.
8266 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
8267 * p-lang.c (pascal_language_defn): Ditto for both.
8268 * Makefile.in (f-lang.o): Depend on value_h.
8269 (p-lang.o): Ditto.
8270
8271 2003-05-19 David Carlton <carlton@bactrian.org>
8272
8273 * block.h: Declare block_static_block.
8274 * block.c (block_static_block): New.
8275 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
8276 lookup_symbol_aux_local, calling block_static_block instead.
8277 (lookup_symbol_aux_local): Delete 'static_block' argument.
8278
8279 2003-05-19 David Carlton <carlton@bactrian.org>
8280
8281 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
8282
8283 2003-05-19 Michal Ludvig <mludvig@suse.cz>
8284
8285 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
8286 register numbers mapping.
8287
8288 2003-05-18 Adam Fedor <fedor@gnu.org>
8289
8290 * symtab.c (completion_list_objc_symbol): New function.
8291 (make_symbol_completion_list): Use it to add ObjC symbols
8292 when looking though the list.
8293 (language_search_unquoted_string): New function.
8294 (make_file_symbol_completion_list): Use it.
8295
8296 2003-05-18 Andreas Schwab <schwab@suse.de>
8297
8298 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
8299 dependencies.
8300 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
8301 as m68k_linux_extract_return_value.
8302 (DEPRECATED_STORE_RETURN_VALUE): Define as
8303 m68k_linux_store_return_value.
8304 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
8305 m68k_linux_extract_struct_value_address.
8306 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
8307 get_next_frame, get_frame_base, get_frame_pc.
8308 (m68k_linux_frame_saved_pc): Use get_frame_base.
8309 (m68k_linux_extract_return_value): New function.
8310 (m68k_linux_store_return_value): New function.
8311 (m68k_linux_extract_struct_value_address): New function.
8312 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
8313
8314 * c-exp.y (typebase): Remove duplicate occurence of
8315 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8316 of lookup_signed_typename.
8317
8318 2003-05-18 Mark Kettenis <kettenis@gnu.org>
8319
8320 * dwarf2loc.c (find_location_expression): Change type of second
8321 argument to `size_t *'.
8322 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
8323 for size variable.
8324
8325 2003-05-18 David Carlton <carlton@bactrian.org>
8326
8327 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
8328 'linkage_name'. Add comment.
8329 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
8330 'linkage_name'.
8331 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
8332 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
8333 (lookup_block_symbol): Ditto.
8334
8335 2003-05-16 Andrew Cagney <cagney@redhat.com>
8336
8337 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
8338 * gdbarch.h, gdbarch.c: Re-generate.
8339 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
8340 * TODO (REGISTER_BYTES): Delete reference.
8341 * alpha-tdep.c (alpha_gdbarch_init): Update.
8342 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8343 * x86-64-tdep.c (x86_64_init_abi): Update.
8344 * vax-tdep.c (vax_gdbarch_init): Update.
8345 * v850-tdep.c (v850_gdbarch_init): Update.
8346 * sparc-tdep.c (sparc_gdbarch_init): Update.
8347 * sh-tdep.c (sh_gdbarch_init): Update.
8348 * s390-tdep.c (s390_gdbarch_init): Update.
8349 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8350 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
8351 (ns32k_gdbarch_init_32382): Update.
8352 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8353 * mcore-tdep.c (mcore_gdbarch_init): Update.
8354 * m68k-tdep.c (m68k_gdbarch_init): Update.
8355 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8356 * ia64-tdep.c (ia64_gdbarch_init): Update.
8357 * i386-tdep.c (i386_gdbarch_init): Update.
8358 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8359 * hppa-tdep.c (hppa_gdbarch_init): Update.
8360 * h8300-tdep.c (h8300_gdbarch_init): Update.
8361 * frv-tdep.c (frv_gdbarch_init): Update.
8362 * cris-tdep.c (cris_gdbarch_init): Update.
8363 * avr-tdep.c (avr_gdbarch_init): Update.
8364 * arm-tdep.c (arm_gdbarch_init): Update.
8365 * sparc-tdep.c (sparc_pop_frame): Update.
8366 * rs6000-tdep.c (rs6000_pop_frame): Update.
8367 * remote.c (init_remote_state): Update.
8368 (remote_prepare_to_store): Update.
8369 * remote-vx.c (vx_prepare_to_store): Update.
8370 * remote-sds.c (sds_fetch_registers): Update.
8371 (sds_prepare_to_store): Update.
8372 * remote-array.c: Update.
8373 * regcache.c (init_legacy_regcache_descr): Update.
8374 (init_regcache_descr): Update.
8375 * mips-tdep.c (mips_eabi_extract_return_value): Update.
8376 (mips_o64_extract_return_value): Update.
8377 * irix5-nat.c (fetch_core_registers): Update.
8378 * irix4-nat.c (fetch_core_registers): Update.
8379 * i386-tdep.h: Update.
8380 * hppa-tdep.c (pa_do_registers_info): Update.
8381 (pa_do_strcat_registers_info): Update.
8382 * cris-tdep.c (cris_register_bytes_ok): Update.
8383 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
8384 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
8385 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
8386 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
8387 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
8388 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
8389 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
8390 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
8391 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
8392 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
8393 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
8394 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
8395 (REGISTER_BYTES_OK): Update.
8396 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
8397 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
8398
8399 2003-05-16 Ian Lance Taylor <ian@airs.com>
8400
8401 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
8402 (vax_print_insn, print_insn_arg): Remove static functions.
8403 (vax_gdbarch_init): Call set_gdbarch_print_insn with
8404 print_insn_vax from opcodes library.
8405 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
8406
8407 2003-05-15 Andrew Cagney <cagney@redhat.com>
8408
8409 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
8410 * target.h (memory_breakpoint_from_pc): Delete declaration.
8411 * mem-break.c (memory_breakpoint_from_pc): Delete function.
8412 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
8413 * monitor.c (monitor_insert_breakpoint): Use
8414 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
8415 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
8416 * gdbarch.h, gdbarch.c: Re-generate.
8417 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
8418 (sparc_gdbarch_init): Set breakpoint_from_pc to
8419 sparc_breakpoint_from_pc.
8420 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
8421 (BREAKPOINT_FROM_PC): Define.
8422 (sparc_breakpoint_from_pc): Declare.
8423 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
8424 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
8425 (BREAKPOINT_FROM_PC): Define.
8426 (BREAKPOINT): Delete macro.
8427 * target.h: Update comment.
8428 * s390-tdep.c (s390_gdbarch_init): Update comments.
8429 * remote.c: Update comments.
8430 * remote-mips.c: Update comments.
8431 * proc-api.c (write_with_trace): Do not check for a breakpoint.
8432 * mem-break.c: Update comment.
8433 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
8434 (ia64_memory_insert_breakpoint): Update.
8435 * config/sparc/tm-sparc.h: Update comment.
8436 * config/pa/tm-hppa64.h: Update comment.
8437 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8438 (rs6000_breakpoint_from_pc): Update.
8439 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
8440 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
8441 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
8442 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
8443 (mips_breakpoint_from_pc): Update.
8444 (mips_dump_tdep): Update.
8445
8446 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
8447 * minsyms.c (lookup_minimal_symbol): Inline
8448 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
8449
8450 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
8451 * p-valprint.c (pascal_object_print_value_fields): Ditto.
8452 * p-lang.c (pascal_printstr): Ditto.
8453 * objc-lang.c (objc_printstr): Ditto.
8454 * m2-lang.c (m2_printstr): Ditto.
8455 * jv-valprint.c (java_print_value_fields): Ditto.
8456 * f-lang.c (f_printstr): Ditto.
8457 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
8458 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
8459 for repeat_count_threshold.
8460 * Makefile.in (cp-valprint.o): Update dependencies.
8461
8462 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8463
8464 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
8465 (examine_prologue): Support looking through leaf functions, knowing
8466 they start with mov r2,r12. Support skipping over indirect stores
8467 of the input registers. Upon hitting a non-nop branch instruction
8468 or predicated instruction, bail out by setting lim_pc to the current
8469 pc value in the loop. At the end, if the lim_pc value is still
8470 beyond our calculated value and we have trust_limit set,
8471 use the lim_pc value.
8472
8473 2003-05-15 Andrew Cagney <cagney@redhat.com>
8474
8475 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
8476 generic_find_dummy_frame.
8477 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
8478 (deprecated_generic_find_dummy_frame): Update.
8479 (deprecated_read_register_dummy): Update.
8480 * frame.c (deprecated_generic_get_saved_register): Update.
8481
8482 2003-05-15 Theodore A. Roth <troth@openavr.org>
8483
8484 * avr-tdep.c (avr_breakpoint_from_pc): New function.
8485 (avr_gdbarch_init): Set breakpoint_from_pc method.
8486
8487 2003-05-15 Andrew Cagney <cagney@redhat.com>
8488
8489 * regcache.c (build_regcache): Set deprecated_register_valid
8490 directly.
8491 (deprecated_grub_regcache_for_register_valid): Delete function.
8492 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
8493 declaration.
8494
8495 2003-05-15 David Carlton <carlton@bactrian.org>
8496
8497 Committed by Elena Zannoni <ezannoni@redhat.com>
8498 * symtab.c (lookup_symbol_aux): Delete calls to
8499 lookup_symbol_aux_minsyms.
8500 (lookup_symbol_aux_minsyms): Comment out function and
8501 prototype. Delete lookup by mangled name.
8502
8503 2003-05-14 Kevin Buettner <kevinb@redhat.com>
8504
8505 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
8506 correctly indicate an empty stack and ``stack_allocated'' to the
8507 indicate the number of elements initially allocated.
8508 (dwarf_expr_grow_stack): Simplify method for computing new
8509 stack size. Don't loop infinitely if ``stack_len'' is zero.
8510 (execute_stack_op): Move ``ctx->in_reg'' initialization
8511 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
8512 be used in conjuction with DW_OP_piece. Revise error message
8513 accordingly.
8514
8515 2003-05-14 Theodore A. Roth <troth@openavr.org>
8516
8517 * MAINTAINERS: Update my email address.
8518 * avr-tdep.c: Ditto.
8519
8520 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
8521
8522 * symtab.h (enum domain_enum): Rename from namespace_enum.
8523 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
8524 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
8525 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
8526 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
8527 TYPES_NAMESPACE, METHODS_NAMESPACE.
8528 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
8529 (struct symbol, struct partial_symbol): Rename field
8530 'namespace_enum namespace' to 'domain_enum domain'.
8531 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
8532 Delete old define kludge for namespace.
8533
8534 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
8535 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
8536 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
8537 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
8538 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
8539 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
8540 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
8541 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
8542 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
8543 occurrences of the above.
8544
8545 2003-05-14 Ian Lance Taylor <ian@airs.com>
8546
8547 * Makefile.in (install-only): Use $(SHELL) when running
8548 mkinstalldirs.
8549
8550 2003-05-13 Ian Lance Taylor <ian@airs.com>
8551
8552 * MAINTAINERS (write after approval): Add myself.
8553
8554 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
8555 second and third arguments.
8556 * ser-tcp.c (_initialize_ser_tcp): Likewise.
8557 * ser-unix.c (_initialize_ser_hardwire): Likewise.
8558
8559 2003-05-13 Andrew Cagney <cagney@redhat.com>
8560
8561 * defs.h (store_address): Delete declaration.
8562 findvar.c (store_address): Delete function.
8563 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
8564 store_unsigned_integer.
8565 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
8566 * v850-tdep.c (v850_push_arguments): Ditto.
8567 * sparc-tdep.c (sparc_get_saved_register): Ditto.
8568 * sh-tdep.c (sh64_get_saved_register): Ditto.
8569 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
8570 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
8571 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
8572 (mips_get_saved_register): Ditto.
8573 * ia64-tdep.c (ia64_get_saved_register): Ditto.
8574 (find_func_descr, ia64_push_arguments): Ditto.
8575 * i386-tdep.c (i386_push_arguments): Ditto.
8576 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8577 * frv-tdep.c (frv_push_arguments): Ditto.
8578 * frame.c (legacy_saved_regs_prev_register): Ditto.
8579 (deprecated_generic_get_saved_register): Ditto.
8580 * findvar.c (unsigned_address_to_pointer): Ditto.
8581 * dwarf2read.c (dwarf2_const_value): Ditto.
8582 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
8583 * alpha-tdep.c (alpha_push_arguments): Ditto.
8584
8585 2003-05-12 J. Brobecker <brobecker@gnat.com>
8586
8587 * NEWS: Mention that the hppa-hpux port has been partially
8588 multiarched (32bit ABIT only, so far).
8589
8590 2003-05-11 Andrew Cagney <cagney@redhat.com>
8591
8592 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
8593 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
8594 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
8595 sim/testsuite/sim/arm/misaligned2.ms, and
8596 sim/testsuite/sim/arm/misaligned3.ms.
8597 * disasm.h (struct ui_file): Add opaque struct declaration.
8598 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
8599 * frame.h (struct ui_file): Ditto.
8600
8601 2003-05-11 Mark Kettenis <kettenis@gnu.org>
8602
8603 * value.h: Pretty print.
8604
8605 2003-05-10 Mark Kettenis <kettenis@gnu.org>
8606
8607 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
8608
8609 2003-05-08 Andrew Cagney <cagney@redhat.com>
8610
8611 * regcache.h (max_register_size): Delete declaration.
8612 * regcache.c (max_register_size): Delete function.
8613 (struct regcache_descr): Delete field "max_register_size".
8614 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
8615 registers fit in MAX_REGISTER_SIZE.
8616 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
8617 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
8618 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
8619 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
8620 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
8621 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
8622 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
8623 * dve3900-rom.c, hppa-tdep.c: Ditto.
8624
8625 2003-05-08 David Carlton <carlton@math.stanford.edu>
8626
8627 * valops.c (push_word): Fix typo.
8628
8629 2003-05-08 Andrew Cagney <cagney@redhat.com>
8630
8631 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
8632 * gdbarch.h: Re-generate.
8633 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
8634 (legacy_max_register_raw_size): Delete declaration.
8635 * regcache.c (legacy_max_register_raw_size): Delete function.
8636 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
8637 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
8638 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8639 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8640 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8641 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8642 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8643 * findvar.c, dwarf2cfi.c: Ditto.
8644
8645 2003-05-08 Andrew Cagney <cagney@redhat.com>
8646
8647 * mips-tdep.c (read_signed_register): New function, moved to here
8648 from "regcache.c".
8649 (read_signed_register_pid): Ditto.
8650 * regcache.c (read_signed_register_pid): Delete function, moved to
8651 "mips-tdep.c".
8652 (read_signed_register): Ditto.
8653 * regcache.h (read_signed_register): Delete declaration.
8654 (read_signed_register_pid): Delete declaration.
8655
8656 2003-05-08 Andrew Cagney <cagney@redhat.com>
8657
8658 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8659 * gdbarch.h: Re-generate.
8660 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8661 (legacy_max_register_virtual_size): Delete declaration.
8662 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8663 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8664 * tracepoint.c (memrange_sortmerge): Ditto.
8665 * sparc-tdep.c (sparc_print_registers): Ditto.
8666 * regcache.c (legacy_max_register_virtual_size): Delete function.
8667
8668 2002-05-08 J. Brobecker <brobecker@gnat.com>
8669
8670 * fork-child.c (escape_bang_in_quoted_argument): New function.
8671 (fork_inferior): Escape '!' characters in quoted arguments
8672 only when needed.
8673
8674 2003-05-08 J. Brobecker <brobecker@gnat.com>
8675
8676 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8677 the language of the CU is not currently supported by GDB.
8678
8679 2003-05-08 J. Brobecker <brobecker@gnat.com>
8680
8681 * defs.h (language): Add language_minimal enum value.
8682 * c-lang.c (minimal_language_defn): New language definition.
8683 (_initialize_c_language): Add the new minimal language to the list
8684 of languages known to GDB.
8685
8686 2003-05-08 Kevin Buettner <kevinb@redhat.com>
8687
8688 * frame.c (get_frame_type): Don't attempt to lazily initialize
8689 frame's unwinder for legacy frames.
8690
8691 2003-05-07 Andrew Cagney <cagney@redhat.com>
8692
8693 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8694 and "regcache" parameters.
8695 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8696
8697 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8698
8699 * dwarf2read.c (dwarf_decode_lines): Only use output of
8700 check_cu_functions() when calling record_line(). Do not update
8701 the current address.
8702
8703 2003-05-07 Andrew Cagney <cagney@redhat.com>
8704
8705 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8706 code.
8707
8708 2003-05-07 Jim Blandy <jimb@redhat.com>
8709
8710 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8711 'maint info symtabs' and 'maint info psymtabs'.
8712 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8713 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8714 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8715 Declarations updated.
8716 * maint.c (maintenance_list_command): Delete.
8717 (_initialize_maint_cmds): Update calls to add_cmd.
8718 * gdbcmd.h (maintenancelistlist): Delete declaration.
8719 * cli/cli-cmds.c (maintenancelistlist): Delete.
8720 (init_cmd_lists): Don't initialize it.
8721 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8722
8723 2003-05-07 Andrew Cagney <cagney@redhat.com>
8724
8725 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8726 "regcache".
8727 (d10v_print_registers_info): Update.
8728 (d10v_dmap_register, d10v_imap_register): Delete functions.
8729 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8730 and "imap_register".
8731 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8732 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8733 * arch-utils.c (generic_remote_translate_xfer_address): Add
8734 "regcache" and "gdbarch" parameters.
8735 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8736 parameter. Change class to multi-arch.
8737 * gdbarch.h, gdbarch.c: Re-generate.
8738 * remote.c (remote_xfer_memory): Use
8739 gdbarch_remote_translate_xfer_address.
8740
8741 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8742
8743 * infrun.c (prev_pc): Move declaration ahead of proceed().
8744 (proceed): Refresh prev_pc value before resuming.
8745 (stop_stepping): Remove code to refresh prev_pc.
8746
8747 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8748
8749 * nto-tdep.c: Removed stray comment.
8750
8751 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8752
8753 * i386-nto-tdep.c: Fix old K&R function definitions.
8754 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8755 Also change add_show_from_set() call to add_setshow_cmd().
8756 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8757
8758 2003-05-05 Andrew Cagney <cagney@redhat.com>
8759
8760 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8761 (fprint_dummy_frames): New function.
8762 (maintenance_print_dummy_frames): New function.
8763 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8764 * frame.c (fprint_frame_id): Make global.
8765 * frame.h (fprint_frame_id): Declare.
8766 * Makefile.in (dummy-frame.o): Update dependencies.
8767
8768 2003-05-05 Andrew Cagney <cagney@redhat.com>
8769
8770 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8771 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8772 SIZEOF_CALL_DUMMY_WORDS.
8773 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8774 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8775 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8776 CALL_DUMMY_BREAKPOINT_OFFSET.
8777 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8778 CALL_DUMMY_START_OFFSET.
8779 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8780 * gdbarch.h, gdbarch.c: Re-generate.
8781 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8782 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8783 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8784 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8785 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8786 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8787 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8788 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8789 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8790 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8791 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8792 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8793 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8794 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8795 * config/sparc/tm-sparc.h: Update.
8796
8797 2003-05-05 Kris Warkentin <kewarken@qnx.com>
8798
8799 * configure.tgt: Add i[3456]86-*-nto*.
8800 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8801 * nto-tdep.c: New file. Neutrino target support routines.
8802 * nto-tdep.h: New file. Neutrino target header.
8803 * config/tm-qnxnto.h: New file.
8804 * config/i386/i386nto.mt: New file.
8805 * config/i386/tm-i386nto.h: New file.
8806
8807 2003-05-04 Andrew Cagney <cagney@redhat.com>
8808
8809 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8810 (load_infrun_state): Ditto.
8811 (struct thread_info): Drop "prev_func_name" field.
8812 * thread.c (load_infrun_state): Update.
8813 (save_infrun_state): Update.
8814 * infrun.c (prev_func_name): Delete variable.
8815 (init_wait_for_inferior): Do not clear prev_func_name.
8816 (stop_stepping, keep_going, context_switch): Do not swap
8817 prev_func_name.
8818 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8819 instead of PC_IN_SIGTRAMP.
8820
8821 2003-05-04 Andrew Cagney <cagney@redhat.com>
8822
8823 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8824 REGISTER_BYTE with register_offset_hack.
8825 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8826 that REGISTER_BYTE is consistent with the regcache.
8827 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8828 * gdbarch.h, gdbarch.c: Regenerate.
8829
8830 2003-05-04 Mark Kettenis <kettenis@gnu.org>
8831
8832 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8833 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8834
8835 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8836
8837 2003-05-03 J. Brobecker <brobecker@gnat.com>
8838
8839 From Thierry Schneider <tpschneider1@yahoo.com>
8840 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8841 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8842 (mi-cmd-symbol.o): Add rule.
8843
8844 2003-05-03 Andrew Cagney <cagney@redhat.com>
8845
8846 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8847 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8848 * gdbarch.h, gdbarch.c: Re-generate.
8849 * d10v-tdep.c (d10v_push_dummy_code): New function.
8850 (d10v_gdbarch_init): Set push_dummy_code.
8851 * infcall.c (legacy_push_dummy_code): New function.
8852 (generic_push_dummy_code): New function.
8853 (push_dummy_code): New function.
8854 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8855 instead of dummy_addr, to push_dummy_call. Move call to
8856 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8857 switch.
8858 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8859
8860 2003-05-03 Andrew Cagney <cagney@redhat.com>
8861
8862 * disasm.h (print_insn): Declare.
8863 * disasm.c (init_gdb_disassemble_info): New function.
8864 (gdb_disassembly): Call init_gdb_disassemble_info.
8865 (gdb_print_insn): New function.
8866 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8867 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8868 * mcore-tdep.c: Include "disasm.h"
8869 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8870 * d10v-tdep.c: Include "disasm.h".
8871 (display_trace): Call gdb_print_insn, instead of print_insn.
8872 (print_insn): Delete function.
8873 * printcmd.c: Include "disasm.h".
8874 (print_insn): Delete function.
8875 (print_formatted): Call gdb_print_insn, instead of print_insn.
8876 * Makefile.in (printcmd.o): Update dependencies.
8877 (mcore-tdep.o, d10v-tdep.o): Ditto.
8878
8879 2003-05-02 Andrew Cagney <cagney@redhat.com>
8880
8881 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8882 PC_REGNUM, re-indent.
8883 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8884 PC_REGNUM isn't set.
8885
8886 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8887 * gdbarch.h, gdbarch.c: Re-generate.
8888 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8889 register_virtual_size, pc_regnum, or register_bytes.
8890 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8891 (d10v_register_type): Use D10V_PC_REGNUM.
8892 (d10v_print_registers_info, d10v_read_pc): Ditto.
8893 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8894 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8895
8896 2003-05-02 David Carlton <carlton@bactrian.org>
8897
8898 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8899 the name with mstrsave.
8900
8901 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8902
8903 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8904 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8905 (host_charset_name, target_charset_name): New vars for use by
8906 set/show commands.
8907 (host_charset_enum, target_charset_enum): New enums for set/show
8908 commands.
8909 (set_charset_sfunc, set_host_charset_sfunc,
8910 set_target_charset_sfunc): New functions.
8911 (set_host_charset, set_target_charset): Make static.
8912 (list_charsets, set_host_charset_command,
8913 set_target_charset_command): Delete functions.
8914 (show_charset_command): Rewrite as....
8915 (show_charset): Hook this up with the set/show command mechanism.
8916 (_initialize_charset): Change names of charsets to match the
8917 set/show enums. Use host_charset_name and target_charset_name.
8918 Use set/show mechanism for charset, host-charset, target-charset
8919 commands. Do not make 'show host-charset' and 'show
8920 target-charset' be aliases of 'show charset'.
8921
8922 * charset.h (set_host_charset, set_target_charset): Don't export,
8923 they are not used outside the file.
8924
8925 2003-05-01 Andrew Cagney <cagney@redhat.com>
8926
8927 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8928 (gdb_disassembly): Make "di" non static, always initialize and
8929 cleanup. Always use dis_asm_read_memory.
8930 (gdb_dis_asm_read_memory): Delete function.
8931
8932 2003-05-01 Andrew Cagney <cagney@redhat.com>
8933
8934 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8935 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8936
8937 2003-04-30 Andrew Cagney <cagney@redhat.com>
8938
8939 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8940 "tm_print_insn_info".
8941 (TARGET_PRINT_INSN_INFO): Delete macro.
8942 (dis_asm_read_memory): Delete function declaration.
8943 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8944 (tm_print_insn_info): Delete variable definition.
8945 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8946 * gdbarch.h, gdbarch.c: Re-generate.
8947 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8948 "deprecated_tm_print_insn_info".
8949 * mcore-tdep.c (mcore_dump_insn): Ditto.
8950 * mips-tdep.c (mips_gdbarch_init): Ditto.
8951 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8952 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8953 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8954 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8955 instead of TARGET_PRINT_INSN_INFO, add comment.
8956 * s390-tdep.c (s390_get_frame_info): Instead of
8957 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8958 (s390_check_function_end, s390_is_sigreturn): Ditto.
8959 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8960 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8961 * disasm.c: Include "gdbcore.h".
8962 (_initialize_disasm): New function, initialize
8963 "deprecated_tm_print_insn_info".
8964 (deprecated_tm_print_insn_info): New variable.
8965 (dis_asm_read_memory): Moved from "corefile.c", made static.
8966 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8967 * Makefile.in (disasm.o): Update dependencies.
8968
8969 2003-04-30 Andrew Cagney <cagney@redhat.com>
8970
8971 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8972
8973 2003-04-29 Adam Fedor <fedor@gnu.org>
8974
8975 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8976 * infcall.c (find_function_addr): Make non-static.
8977 * infcall.h (find_function_addr): Declare.
8978 * Makefile.in (eval.o): Update dependencies.
8979
8980 2003-04-28 Adam Fedor <fedor@gnu.org>
8981
8982 * symtab.c (symbol_find_demangled_name): Check for and demangle
8983 ObjC symbols.
8984 (symbol_init_demangled_name): Init for language_objc as well.
8985
8986 2003-04-28 Andrew Cagney <cagney@redhat.com>
8987
8988 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8989 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8990 * gdbarch.h, gdbarch.c: Re-generate.
8991 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8992 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8993 * inferior.h (deprecated_read_fp): Rename read_fp.
8994 (generic_target_read_fp): Delete declaration.
8995 * regcache.c (generic_target_read_fp): Delete function.
8996 (deprecated_read_fp): Replace read_fp, use
8997 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8998 * d10v-tdep.c (d10v_read_fp): Delete function.
8999 (d10v_gdbarch_init): Do not set deprecated_read_fp.
9000
9001 * sparc-tdep.c (sparc_gdbarch_init): Do not set
9002 deprecated_target_read_fp to generic_target_read_fp.
9003 * sh-tdep.c (sh_gdbarch_init): Ditto.
9004 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9005 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9006 * frv-tdep.c (frv_gdbarch_init): Ditto.
9007
9008 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
9009 deprecated_fp_regnum.
9010 * x86-64-tdep.c (x86_64_init_abi): Ditto.
9011 * vax-tdep.c (vax_gdbarch_init): Ditto.
9012 * v850-tdep.c (v850_gdbarch_init): Ditto.
9013 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9014 * sh-tdep.c (sh_gdbarch_init): Ditto.
9015 * s390-tdep.c (s390_gdbarch_init): Ditto.
9016 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9017 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9018 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9019 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9020 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9021 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9022 * i386-tdep.c (i386_gdbarch_init): Ditto.
9023 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9024 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9025 * frv-tdep.c (frv_gdbarch_init): Ditto.
9026 * cris-tdep.c (cris_gdbarch_init): Ditto.
9027 * avr-tdep.c (avr_gdbarch_init): Ditto.
9028 * arm-tdep.c (arm_gdbarch_init): Ditto.
9029 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9030
9031 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
9032 * v850-tdep.c (v850_gdbarch_init): Ditto.
9033 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9034 * sh-tdep.c (sh_gdbarch_init): Ditto.
9035 * s390-tdep.c (s390_gdbarch_init): Ditto.
9036 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9037 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9038 * mips-tdep.c (mips_gdbarch_init): Ditto.
9039 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9040 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9041 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9042 * frv-tdep.c (frv_gdbarch_init): Ditto.
9043 * avr-tdep.c (avr_gdbarch_init): Ditto.
9044 * arm-tdep.c (arm_gdbarch_init): Ditto.
9045
9046 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
9047 DEPRECATED_FP_REGNUM.
9048 (vax_push_dummy_frame, vax_pop_frame): Ditto.
9049 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
9050 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9051 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
9052 (sparc32_register_virtual_type): Ditto.
9053 * sh-tdep.c (sh64_frame_chain): Ditto.
9054 (sh64_get_saved_register, sh64_pop_frame): Ditto.
9055 (sh_nofp_frame_init_saved_regs): Ditto.
9056 (sh64_nofp_frame_init_saved_regs): Ditto.
9057 (sh_fp_frame_init_saved_regs): Ditto.
9058 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
9059 * remote-e7000.c (fetch_regs_from_dump): Ditto.
9060 * procfs.c (procfs_fetch_registers): Ditto.
9061 (procfs_store_registers): Ditto.
9062 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
9063 (store_inferior_registers, fetch_core_registers): Ditto.
9064 (fetch_kcore_registers, clear_regs): Ditto.
9065 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
9066 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
9067 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
9068 * nlm/i386.c (do_status): Ditto.
9069 * mipsv4-nat.c (supply_gregset): Ditto.
9070 * mips-tdep.c: Ditto for comments.
9071 * mips-nat.c (fetch_inferior_registers): Ditto.
9072 (store_inferior_registers, fetch_core_registers): Ditto.
9073 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
9074 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
9075 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
9076 (i386_do_pop_frame, i386_register_type): Ditto.
9077 * hppa-tdep.c (hppa_frame_chain): Ditto.
9078 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
9079 (hppa_pop_frame, hppa_read_fp): Ditto.
9080 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
9081 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
9082 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
9083 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
9084 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
9085 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
9086 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
9087 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
9088 * blockframe.c: Ditto for comments.
9089 * arch-utils.h: Ditto for comments.
9090 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
9091 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
9092 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
9093 * alpha-tdep.h: Ditto for comments.
9094 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
9095 (alpha_cannot_store_register): Ditto.
9096 (alpha_push_dummy_frame): Ditto.
9097 * alpha-nat.c (supply_gregset): Ditto.
9098
9099 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
9100 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
9101 * config/sparc/tm-sparc.h: Update comment.
9102
9103 * hppa-tdep.c (hppa_init_extra_frame_info): Use
9104 deprecated_read_fp instead of TARGET_READ_FP.
9105 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
9106 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
9107 * sparc-tdep.c (sparc_init_extra_frame_info): Use
9108 deprecated_read_fp instead of read_fp.
9109 * s390-tdep.c (s390_push_arguments): Ditto.
9110 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9111 * frame.h: Ditto in comments.
9112 * frame.c (legacy_get_prev_frame): Ditto.
9113 * dummy-frame.c (dummy_frame_this_id): Ditto.
9114 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
9115
9116 2003-04-28 Andrew Cagney <cagney@redhat.com>
9117
9118 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
9119 * gdbarch.h, gdbarch.c: Re-generate.
9120 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
9121 * vax-tdep.c (_initialize_vax_tdep): Update.
9122 * v850-tdep.c (_initialize_v850_tdep): Update.
9123 * sparc-tdep.c (_initialize_sparc_tdep): Update.
9124 * s390-tdep.c (_initialize_s390_tdep): Update.
9125 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
9126 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
9127 * mips-tdep.c (_initialize_mips_tdep): Update.
9128 * mcore-tdep.c (_initialize_mcore_tdep): Update.
9129 * m68k-tdep.c (_initialize_m68k_tdep): Update.
9130 * ia64-tdep.c (_initialize_ia64_tdep): Update.
9131 * hppa-tdep.c (_initialize_hppa_tdep): Update.
9132 * h8300-tdep.c (_initialize_h8300_tdep): Update.
9133 * frv-tdep.c (_initialize_frv_tdep): Update.
9134 * cris-tdep.c (cris_delayed_get_disassembler): Update.
9135 (_initialize_cris_tdep): Update.
9136 * arch-utils.c (legacy_print_insn): Update.
9137 * alpha-tdep.c (_initialize_alpha_tdep): Update.
9138
9139 2003-04-26 Adam Fedor <fedor@gnu.org>
9140
9141 * linespec.c (decode_objc): New function to decode ObjC calls
9142 (decode_line_1): Check for ObjC calls (using decode_objc)
9143 * Makefile (linespec.o): Update dependencies.
9144
9145 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
9146
9147 * breakpoint.h (struct breakpoint_ops): New.
9148 (struct breakpoint): Add ops member.
9149
9150 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
9151 (mention): Use new breakpoint ops member.
9152 (set_raw_breakpoint): Initialize ops field to NULL.
9153 (print_exception_catchpoint, print_one_exception_catchpoint)
9154 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
9155 (gnu_v3_exception_catchpoint_ops): New.
9156 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
9157
9158 2003-04-25 Adam Fedor <fedor@gnu.org>
9159
9160 * Makefile.in (COMMON_OBS): Add objc-lang.o
9161
9162 2003-04-25 Andrew Cagney <cagney@redhat.com>
9163
9164 * d10v-tdep.c (print_insn): Delete function.
9165 (display_trace): Use TARGET_PRINT_INSN.
9166 (_initialize_d10v_tdep): Do not set tm_print_insn.
9167 (d10v_gdbarch_init): Set print_insn.
9168
9169 2003-04-25 Andrew Cagney <cagney@redhat.com>
9170
9171 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
9172 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
9173 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
9174 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
9175 (nr_dmap_regs, a0_regnum): ... new functions.
9176 (d10v_print_registers_info): Use a0_regnum, use register_size.
9177 (d10v_register_byte): Delete function.
9178 (d10v_register_raw_size): Delete function.
9179 (d10v_register_type): Use a0_regnum.
9180 (d10v_print_registers_info): Use a0_regnum.
9181 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
9182 (d10v_gdbarch_init): Do not set register_byte or
9183 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
9184 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
9185 extract_address.
9186 (trace_command): Use XCALLOC.
9187 (print_insn): Delete reference to tm_print_insn.
9188 (saved_regs_unwinder): Use store_unsigned_integer instead of
9189 store_address.
9190 * frame.h (FRAME_OBSTACK_CALLOC): Define
9191
9192 2003-04-25 David Carlton <carlton@bactrian.org>
9193
9194 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
9195
9196 2003-04-24 Adam Fedor <fedor@gnu.org>
9197
9198 * objc-lang.c: Include "valprint.h"
9199 * Makefile.in (objc-lang.o): Update dependencies.
9200
9201 2003-04-24 Adam Fedor <fedor@gnu.org>
9202
9203 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
9204 architecture dependant compilation and mark as unimplemented
9205 (until they get put in the gdbarch vector).
9206
9207 2003-04-23 David Carlton <carlton@bactrian.org>
9208
9209 * cp-support.c (cp_find_first_component): Accept 'operator' in
9210 more locations.
9211
9212 2003-04-23 Andrew Cagney <cagney@redhat.com>
9213
9214 * infcall.c (call_function_by_hand): Eliminate redundant
9215 indentation. Move "saved_async" and "old_cleanups" to where they
9216 are needed.
9217
9218 2003-04-23 Andrew Cagney <cagney@redhat.com>
9219
9220 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
9221 and "buffer". Move the "name" code to where it is needed.
9222
9223 2003-04-23 Andrew Cagney <cagney@redhat.com>
9224
9225 * infcall.c (call_function_by_hand): Move variables "start_sp",
9226 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
9227 code to ON_STACK switch branch.
9228
9229 2003-04-23 Andrew Cagney <cagney@redhat.com>
9230
9231 * infcall.c (call_function_by_hand): Make declaration of "i",
9232 "sal", "bpt" and "old_sp" more local to their use. Delete #if
9233 lint.
9234
9235 2003-04-23 Andrew Cagney <cagney@redhat.com>
9236
9237 * infcall.c (call_function_by_hand): Delete variable
9238 "n_method_args". Localize "param_type"'s declaration to the loop
9239 that it is used. Reinstate code assigning to said variable -
9240 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
9241 Rationalize code using "param_type".
9242
9243 2003-04-22 Andrew Cagney <cagney@redhat.com>
9244
9245 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
9246 compute the breakpoint address. Only call FIX_CALL_DUMMY when
9247 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
9248 to DEPRECATED_PUSH_RETURN_ADDRESS.
9249
9250 2003-04-22 Kevin Buettner <kevinb@redhat.com>
9251
9252 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
9253 on the DWARF2 register number prior to fetching a register.
9254
9255 2003-04-22 J. Brobecker <brobecker@gnat.com>
9256
9257 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
9258 Update all the tests using SOFT_FLOAT considering the fact that
9259 this macro was always set to 0.
9260 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
9261 considering the fact that this macro was always set to 0.
9262 * hppa-tdep.h (hppa_store_return_value): Likewise.
9263 (hppa_extract_return_value): Likewise.
9264
9265 2003-04-22 J. Brobecker <brobecker@gnat.com>
9266
9267 * config/pa/tm-hppa.h: Remove obsolete code, was used by
9268 the hppa-pro target only.
9269
9270 2003-04-21 J. Brobecker <brobecker@gnat.com>
9271
9272 Ongoing multi-arch conversion effort for HP/UX:
9273 * config/pa/tm-hppa.h: Move all macro that are no longer
9274 defined now that GDB_MULTI_ARCH is now set to 1 from here...
9275 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
9276
9277 2003-04-21 J. Brobecker <brobecker@gnat.com>
9278
9279 * config/pa/tm-hppa.h: Obsolete a section that was only used
9280 for hppa-pro.
9281
9282 2003-04-21 J. Brobecker <brobecker@gnat.com>
9283
9284 Ongoing multi-arch conversion for HP/UX.
9285 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
9286 if already defined (allows hppa64 to stay non-multiarched for now).
9287 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
9288
9289 2003-04-21 Andrew Cagney <cagney@redhat.com>
9290
9291 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
9292
9293 2003-04-21 Andrew Cagney <cagney@redhat.com>
9294
9295 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
9296 "i386_num_mmx_regs".
9297
9298 2003-04-21 Andrew Cagney <cagney@redhat.com>
9299
9300 * infcall.c: New file.
9301 * infcall.h: New file.
9302 * valarith.c: Include "infcall.h".
9303 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
9304 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
9305 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
9306 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
9307 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
9308 (SFILES): Add "infcall.c"
9309 (COMMON_OBS): Add "infcall.o".
9310 (infcall.o): Specify dependencies.
9311 * value.h (call_function_by_hand): Delete declaration.
9312 * inferior.h (run_stack_dummy): Delete declaration.
9313 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
9314 (run_stack_dummy): Move to "infcall.c", merged into
9315 call_function_by_hand.
9316 * valops.c (call_function_by_hand): Moved to "infcall.c".
9317 (find_function_addr, value_arg_coerce): Ditto.
9318 (unwindonsignal_p, coerce_float_to_double): Ditto.
9319 (_initialize_valops): Move "set/show coerce-float-to-double", and
9320 "set/show unwindonsignal" commands to "infcall.c".
9321 * v850-tdep.c, target.h: Update comments.
9322 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
9323 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
9324 (sh64_init_extra_frame_info): Update comments.
9325 * mn10300-tdep.c: Update comments.
9326 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
9327 * config/sparc/tm-sparc.h: Update comments.
9328 * breakpoint.h: Update comments.
9329 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
9330 * arm-tdep.c: Update comment.
9331
9332 2003-04-19 Mark Kettenis <kettenis@gnu.org>
9333
9334 * i386-tdep.c (i386_num_register_names): New variable.
9335 (i386_num_mmx_regs): Renamed from mmx_num_regs.
9336 (MM0_REGNUM): Remove redundant parentheses in define.
9337 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
9338 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
9339 i386_mxcsr_regnum_p): Remove redundant parentheses.
9340 (i386_register_name): Use i386_num_register_names.
9341
9342 * i386-tdep.c (i386_extract_return_value,
9343 i386_store_return_value): Correct check for availability of
9344 floating-point registers.
9345
9346 * i386-tdep.c (i386_frame_num_args): Remove function.
9347 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
9348
9349 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
9350 mmx_regnum_to_fp_regnum. Adjust all callers.
9351
9352 * i386-tdep.c (i386_get_longjmp_target): Use
9353 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
9354 and TARGET_CHAR_BIT. Use extract_typed_address instead of
9355 extract_address.
9356
9357 2003-04-19 Mark Kettenis <kettenis@gnu.org>
9358
9359 * core-regset.c: Update comments to reflect reality. Re-order
9360 includes.
9361 (fetch_core_registers): Use switch instead of if. Remove
9362 redundant prototype.
9363
9364 2003-04-18 Jim Blandy <jimb@redhat.com>
9365
9366 * s390-tdep.c (s390_frame_align): New function.
9367 (s390_gdbarch_init): Register it with the gdbarch object.
9368
9369 2003-04-17 Richard Henderson <rth@redhat.com>
9370
9371 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
9372
9373 2003-04-17 Michael Snyder <msnyder@redhat.com>
9374 Karen Bennet <bennet@redhat.com>
9375
9376 Committed by Elena Zannoni <ezannoni@redhat.com>
9377 * gdb_gcore.sh: New script to create a core dump of a process.
9378
9379 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
9380
9381 * values.c (value_being_returned): Don't fetch the return
9382 value if the return type is void.
9383
9384 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9385
9386 * thread-db.c: Reindented.
9387
9388 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
9389
9390 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
9391 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
9392 as types.
9393
9394
9395
9396
9397
9398
9399
9400
9401
9402
9403
9404
9405
9406
9407
9408
9409
9410
9411
9412
9413
9414
9415
9416
9417
9418 2003-04-16 Kevin Buettner <kevinb@redhat.com>
9419
9420 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
9421 the size of ``long double'' to 16, instead of 8.
9422
9423 2003-04-16 Mark Kettenis <kettenis@gnu.org>
9424
9425 * i386-linux-nat.c: Add some whitespace to make things more
9426 readable.
9427 (fetch_register, store_register, fetch_inferior_registers,
9428 store_inferior_registers): Get rid of assignment in if-statement.
9429 (store_register): Fix typo in error message.
9430
9431 2003-04-16 Andrew Cagney <cagney@redhat.com>
9432
9433 * utils.c (xmmalloc): Always allocate something, matches
9434 libiberty/xmalloc's semantics.
9435 (xmrealloc, xmcalloc): Ditto.
9436
9437 2003-04-16 Andrew Cagney <cagney@redhat.com>
9438
9439 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
9440 update comments.
9441 (get_frame_type): Initialize unwind and type when needed.
9442 (get_frame_id, frame_register_unwind): Ditto.
9443
9444 2003-04-16 Andrew Cagney <cagney@redhat.com>
9445
9446 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
9447 obsolete.
9448 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
9449 * sparcl-stub.c: Obsolete file.
9450 * config/sparc/tm-sparclet.h: Obsolete file.
9451 * sparclet-stub.c: Obsolete file.
9452 * sparclet-rom.c: Obsolete file.
9453 * sparcl-tdep.c: Obsolete file.
9454 * config/sparc/tm-sparclite.h: Obsolete file.
9455 * config/sparc/sparclite.mt: Obsolete file.
9456 * config/sparc/sparclet.mt: Obsolete file.
9457 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
9458 sparc86x-*-* obsolete.
9459
9460 2003-04-15 David Carlton <carlton@math.stanford.edu>
9461
9462 * Makefile.in (SFILES): Add cp-namespace.c.
9463 (COMMON_OBS): Add cp-namespace.o.
9464 (block.o): Depend on gdb_obstack_h and cp_support_h.
9465 (buildsym.o): Depend on cp_support_h.
9466 (cp-namespace.o): New.
9467 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
9468 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
9469 (dwarf2read.o): Depend on cp_support_h.
9470 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
9471 * dwarf2read.c (process_die): Set processing_has_namespace_info,
9472 processing_current_namespace.
9473 (read_namespace): Update processing_current_namespace; check for
9474 anonymous namespaces.
9475 (dwarf2_name): New function.
9476 (dwarf2_extension): Ditto.
9477 * cp-support.h: Update copyright, contributors.
9478 Add inclusion guards.
9479 Add opaque declaration for structs obstack, block, symbol.
9480 (struct using_direct): New struct.
9481 Add declarations for cp_find_first_component,
9482 cp_entire_prefix_len, processing_has_namespace_info,
9483 processing_current_namespace, cp_is_anonymous,
9484 cp_add_using_directive, cp_initialize_namespace,
9485 cp_finalize_namespace, cp_set_block_scope,
9486 cp_scan_for_anonymous_namespaces.
9487 * cp-namespace.c: New file.
9488 * cp-support.c: Update copyright.
9489 Include ctype.h, gdb_assert.h, gdbcmd.h.
9490 New variable maint_cplus_cmd_list.
9491 (cp_find_first_component): New function.
9492 (cp_entire_prefix_len, maint_cplus_command)
9493 (first_component_command, _initialize_cp_support): Ditto.
9494 * buildsym.c: Include cp-support.h.
9495 New variable using_list.
9496 (add_symbol_to_list): Check for anonymous namespaces.
9497 (finish_block): Set block's scope.
9498 (start_symtab): Initialize C++ namespace support.
9499 (end_symtab): Finalize C++ namespace support.
9500 * block.h: Add opaque declarations for structs
9501 block_namespace_info, using_direct, and obstack.
9502 Add declarations for block_set_scope and block_set_using.
9503 (struct block): Add 'language_specific' member.
9504 (BLOCK_NAMESPACE): New macro.
9505 * block.c: Include gdb_obstack.h and cp-support.h.
9506 (struct block_namespace_info): New struct.
9507 (block_set_scope): New function.
9508 (block_set_using, block_initialize_namespace): Ditto.
9509
9510 2003-04-14 Kevin Buettner <kevinb@redhat.com>
9511
9512 * solib-svr4.c (svr4_have_link_map_offsets): New function.
9513 (locate_base): Return early if there aren't any link map offsets.
9514 (svr4_solib_create_inferior_hook): Warn if shared library support
9515 is unavailable.
9516
9517 2003-04-14 David Carlton <carlton@math.stanford.edu>
9518
9519 * symtab.c (symbol_set_names): Add prefix when storing Java names
9520 in hash table. Fix for PR java/1039.
9521
9522 2003-04-14 David Carlton <carlton@math.stanford.edu>
9523
9524 * symtab.c (symbol_set_names): Rename 'name' arg to
9525 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
9526 * symtab.h: Change 'name' argument in declaration of
9527 symbol_set_names to 'linkage_name'.
9528 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
9529
9530 2003-04-14 Andrew Cagney <cagney@redhat.com>
9531
9532 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
9533 return the fully sign-extended register value.
9534 (get_frame_pointer): Ditto.
9535 (mips_pop_frame): Initialize "proc_desc" after checking for a
9536 dummy frame.
9537
9538 2003-04-14 Andrew Cagney <cagney@redhat.com>
9539
9540 * mips-tdep.c (mips_push_dummy_frame): Delete function.
9541 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
9542 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
9543 (mips_push_register): Delete function.
9544 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
9545 PUSH_FP_REGNUM.
9546
9547 2003-04-14 Jim Blandy <jimb@redhat.com>
9548
9549 * symmisc.c: #include "gdb_regex.h".
9550 (maintenance_list_symtabs, maintenance_list_psymtabs): New
9551 functions.
9552 * maint.c (maintenance_list_command): New function.
9553 (_initialize_maint_cmds): Register the above as commands.
9554 * symtab.h (maintenance_list_symtabs,
9555 maintenance_list_psymtabs): New declarations.
9556 * cli/cli-cmds.c (maintenancelistlist): New variable.
9557 (init_cmd_lists): Initialize it.
9558 * cli/cli-cmds.h (maintenancelistlist): New declaration.
9559 * gdbcmd.h (maintenancelistlist): New declaration.
9560 * Makefile.in (symmisc.o): Update dependencies.
9561
9562 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
9563
9564 * s390-nat.c: Include asm/types.h for addr_t.
9565
9566 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
9567
9568 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
9569 actually incoming type.
9570
9571 2003-04-13 Andrew Cagney <cagney@redhat.com>
9572
9573 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
9574 get_next_frame and get_frame_saved_regs.
9575
9576 2003-04-13 Andrew Cagney <cagney@redhat.com>
9577
9578 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
9579 of gdbarch_num_regs.
9580
9581 2003-04-13 Andrew Cagney <cagney@redhat.com>
9582
9583 * frame.h: Mention what replaced what in "struct frame_info".
9584 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
9585 deprecated_update_frame_base_hack and
9586 deprecated_update_frame_pc_hack.
9587 * hppa-tdep.c: Ditto.
9588
9589 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9590
9591 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
9592 to read_reg and update its comment. Remove regnum member.
9593 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
9594 Don't call read_reg when setting in_reg. Call read_reg to get
9595 the frame base if it's in a register. Return the register number
9596 on the stack instead of in the context. Remove extra arguments
9597 to read_reg.
9598 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
9599 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
9600 the register number on the expression stack.
9601 (needs_frame_read_reg): Remove extra arguments.
9602
9603 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9604
9605 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
9606 made non-static.
9607 (execute_stack_op): All callers updated.
9608 * dwarf2expr.h: Add prototype for dwarf2_read_address.
9609 * dwarf2loc.c (find_location_expression): New function.
9610 (dwarf_expr_frame_base): Call it.
9611 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
9612 (dwarf2_tracepoint_var_ref): New function, broken out from
9613 locexpr_tracepoint_var_ref.
9614 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
9615 Make static.
9616 (loclist_read_variable, loclist_read_needs_frame): New functions.
9617 (loclist_describe_location, loclist_tracepoint_var_ref): New
9618 functions.
9619 (dwarf2_loclist_funcs): New struct location_funcs.
9620 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
9621 (struct dwarf2_locexpr_baton): Add comments.
9622 (dwarf2_loclist_funcs): New extern.
9623 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
9624 base_address and base_known.
9625 (dwarf_loc_buffer): New variable.
9626 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
9627 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
9628 (dwarf2_has_info): Initialize dwarf_loc_offset.
9629 (dwarf2_build_psymtabs): Read in .debug_loc.
9630 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
9631 DWARF_LOC_SIZE.
9632 (psymtab_to_symtab_1): Likewise. Move base address calculation
9633 here, from...
9634 (dwarf2_get_pc_bounds): ... here. Use the base address from
9635 cu_header.
9636 (dwarf2_symbol_mark_computed): Handle location lists.
9637
9638 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9639
9640 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9641 if the linkage name demangled successfully.
9642
9643 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9644
9645 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9646 disassmbly_flavour): Removed.
9647
9648 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9649
9650 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9651
9652 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9653
9654 2003-04-12 Andrew Cagney <cagney@redhat.com>
9655
9656 * frame.h (struct frame_info): Move definition from here ...
9657 * frame.c (struct frame_info): ... to here.
9658
9659 2003-04-12 Andrew Cagney <cagney@redhat.com>
9660
9661 * gdbthread.h (save_infrun_state): Delete parameter
9662 "prev_func_start".
9663 (struct thread_info): Delete field "prev_func_start".
9664 (load_infrun_state): Ditto.
9665 * thread.c (load_infrun_state, save_infrun_state): Update.
9666 * infrun.c (prev_func_start): Delete variable.
9667 (context_switch, init_wait_for_inferior): Update.
9668 (stop_stepping, keep_going): Update.
9669
9670 2003-04-12 Andrew Cagney <cagney@redhat.com>
9671
9672 * gdbarch.sh: Add missing opaque declarations.
9673 * gdbarch.h: Regnerate.
9674 * symtab.h: Add missing opaque declarations.
9675 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9676 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9677 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9678 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9679 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9680 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9681 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9682 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9683 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9684 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9685 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9686 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9687 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9688
9689 2003-04-11 Andrew Cagney <cagney@redhat.com>
9690
9691 * frame.c (get_frame_id): Return this frame's "id".
9692 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9693 function start.
9694 (legacy_saved_regs_this_id): Replace function body with
9695 internal-error.
9696 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9697 FRAME_OBSTACK_ZALLOC.
9698 (create_new_frame): Mark the frame ID as valid.
9699
9700 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
9701
9702 * Makefile.in (libbfd_h): Added missing setting.
9703 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9704 according to the selected ABI.
9705
9706 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9707
9708 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9709
9710 2003-04-11 Andrew Cagney <cagney@redhat.com>
9711
9712 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9713 SAVED_PC_AFTER_CALL.
9714 * gdbarch.h, gdbarch.c: Regenerate.
9715 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9716 * x86-64-tdep.c (x86_64_init_abi): Update.
9717 * vax-tdep.c (vax_gdbarch_init): Update.
9718 * v850-tdep.c (v850_gdbarch_init): Update.
9719 * sparc-tdep.c (sparc_gdbarch_init): Update.
9720 * sh-tdep.c (sh_gdbarch_init): Update.
9721 * s390-tdep.c (s390_gdbarch_init): Update.
9722 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9723 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9724 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9725 * mips-tdep.c (mips_gdbarch_init): Update.
9726 * mcore-tdep.c (mcore_gdbarch_init): Update.
9727 * m68k-tdep.c (m68k_gdbarch_init): Update.
9728 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9729 * ia64-tdep.c (ia64_gdbarch_init): Update.
9730 (ia64_saved_pc_after_call): Update declaration.
9731 * i386ly-tdep.c (i386lynx_init_abi): Update.
9732 * i386-tdep.c (i386_gdbarch_init): Update.
9733 * hppa-tdep.c (hppa_gdbarch_init): Update.
9734 * h8300-tdep.c (h8300_gdbarch_init): Update.
9735 * frv-tdep.c (frv_gdbarch_init): Update.
9736 * cris-tdep.c (cris_gdbarch_init): Update.
9737 * avr-tdep.c (avr_gdbarch_init): Update.
9738 * arm-tdep.c (arm_gdbarch_init): Update.
9739 * alpha-tdep.c (alpha_gdbarch_init): Update.
9740 * ns32knbsd-nat.c (frame_num_args): Update.
9741 * ns32k-tdep.c (umax_frame_num_args): Update.
9742 * mips-tdep.c (mips_init_frame_pc_first): Update.
9743 * infrun.c (step_over_function): Update.
9744 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9745 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9746 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9747 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9748 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9749 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9750 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9751 * arch-utils.c (init_frame_pc_default): Update.
9752 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9753 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9754 declaration.
9755
9756 2003-04-11 Andrew Cagney <cagney@redhat.com>
9757
9758 * i387-tdep.c: Update copyright.
9759 (i387_to_double): Delete function.
9760 (double_to_i387): Delete function.
9761
9762 2003-04-10 Andrew Cagney <cagney@redhat.com>
9763
9764 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9765 frame's function's address. Simplify.
9766 (d10v_frame_unwind_cache): Check that the frame's function is
9767 non-zero.
9768
9769 2003-04-10 Jim Blandy <jimb@redhat.com>
9770
9771 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9772 call to set_gdbarch_deprecated_push_arguments.
9773
9774 2003-04-10 Andrew Cagney <cagney@redhat.com>
9775
9776 * frame.c (fprint_frame_id): New function.
9777 (fprint_frame_type, fprint_frame): New function.
9778 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9779 (create_sentinel_frame, get_frame_id): Ditto.
9780 (frame_id_p, frame_id_eq): Ditto.
9781 (frame_id_inner, create_new_frame): Ditto.
9782 (legacy_get_prev_frame, get_prev_frame): Ditto.
9783 (deprecated_update_frame_pc_hack): Ditto.
9784 (frame_register_unwind): Ditto.
9785 (deprecated_update_frame_base_hack): Ditto.
9786
9787 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9788
9789 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9790 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9791 frame_chain function.
9792 * Makefile.in: Add dependencies due to above change.
9793
9794 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9795
9796 * blockframe.c (legacy_frame_chain_valid): Move call to
9797 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9798 inside_entry_file.
9799
9800 2003-04-09 Andrew Cagney <cagney@redhat.com>
9801
9802 * frame.h (struct frame_id): Replace "pc" and "base" with
9803 "stack_addr" and "code_addr". Update comments.
9804 (frame_id_build): Update parameter names and comment.
9805 (struct frame_info): Replace "id_p" and "id" with "this_id".
9806 * dummy-frame.c (dummy_frame_this_id): Update.
9807 * breakpoint.c (print_one_breakpoint): Update.
9808 * frame.c (get_frame_id): Update.
9809 (get_frame_base, frame_id_build): Update.
9810 (create_sentinel_frame, legacy_get_prev_frame): Update.
9811 (deprecated_update_frame_base_hack): Update.
9812 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9813 (frame_id_inner): Ditto.
9814
9815 2003-04-09 Andrew Cagney <cagney@redhat.com>
9816
9817 * defs.h (gdb_print_host_address): Make "addr" parameter a
9818 pointer constant.
9819 * utils.c (gdb_print_host_address): Update.
9820
9821 2003-04-09 Kevin Buettner <kevinb@redhat.com>
9822
9823 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9824 register number for R0 is 0.
9825
9826 2003-04-09 J. Brobecker <brobecker@gnat.com>
9827
9828 * frame.h (struct gdbarch): Add opaque structure definition
9829 to avoid a compilation warning on LynxOS 4.0.
9830
9831 2003-04-09 Andrew Cagney <cagney@redhat.com>
9832
9833 * frame.h (struct frame_info): Delete field "pc". Replace
9834 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9835 structure.
9836 * frame.c (frame_pc_unwind): Update.
9837 (create_sentinel_frame): Do not set "pc".
9838 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9839 (get_frame_pc): Call frame_pc_unwind.
9840 (deprecated_update_frame_pc_hack): Update.
9841 (create_new_frame): Use "pc" not "->pc".
9842
9843 2003-04-09 Andrew Cagney <cagney@redhat.com>
9844
9845 * frame.c (get_frame_id): Eliminate code updating "frame".
9846 (legacy_get_prev_frame): Ditto.
9847 (get_frame_base): Return id.base directly.
9848 (deprecated_update_frame_base_hack): Update "id.base".
9849 * frame.h (struct frame_info): Delete field "frame".
9850
9851 2003-04-09 Andrew Cagney <cagney@redhat.com>
9852
9853 * NEWS: Mention that the "Sequent family" is obsolete.
9854 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9855 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9856 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9857 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9858 * config/i386/tm-ptx4.h: Obsolete file.
9859 * config/i386/tm-ptx.h: Obsolete file.
9860 * symm-tdep.c: Obsolete file.
9861 * config/i386/symmetry.mt: Obsolete file.
9862 * config/i386/tm-symmetry.h: Obsolete file.
9863 * symm-nat.c: Obsolete file.
9864 * config/i386/nm-symmetry.h: Obsolete file.
9865 * config/i386/xm-symmetry.h: Obsolete file.
9866 * config/i386/symmetry.mh: Obsolete file.
9867 * config/i386/nm-ptx4.h: Obsolete file.
9868 * config/i386/ptx4.mh: Obsolete file.
9869 * config/i386/ptx.mt: Obsolete file.
9870 * config/i386/ptx.mh: Obsolete file.
9871 * config/i386/xm-ptx4.h: Obsolete file.
9872 * config/i386/xm-ptx.h: Obsolete file.
9873
9874 2003-04-09 Andrew Cagney <cagney@redhat.com>
9875
9876 Obsolete mips*-*-mach3*.
9877 * NEWS: Mention that mips*-*-mach3* is obsolete.
9878 * m3-nat.c: Obsolete file.
9879 * config/nm-m3.h: Obsolete file.
9880 * config/mips/tm-mipsm3.h: Obsolete file.
9881 * config/mips/mipsm3.mt: Obsolete file.
9882 * config/mips/mipsm3.mh: Obsolete file.
9883 * config/mips/xm-mipsm3.h: Obsolete file.
9884 * mipsm3-nat.c: Obsolete file.
9885 * configure.host: Obsolete mips-dec-mach3*.
9886 * configure.tgt: Obsolete mips*-*-mach3*.
9887
9888 2003-04-09 Andrew Cagney <cagney@redhat.com>
9889
9890 * doublest.h: Update copyright.
9891 (deprecated_store_floating, deprecated_extract_floating): Rename
9892 store_floating and extract_floating. Update comments.
9893 * doublest.c: Update copyright.
9894 (extract_floating_by_length): Replace extract_floating.
9895 (store_floating_by_length): Replace store_floating.
9896 (deprecated_extract_floating): New function.
9897 (deprecated_store_floating): New function.
9898 (extract_typed_floating): Call extract_floating_by_length.
9899 (store_typed_floating): Call store_floating_by_length.
9900 * x86-64-tdep.c (x86_64_store_return_value): Update.
9901 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9902 (sh64_extract_return_value): Update.
9903 (sh_sh4_register_convert_to_virtual): Update.
9904 (sh_sh64_register_convert_to_virtual): Update.
9905 (sh_sh4_register_convert_to_raw): Update.
9906 (sh_sh64_register_convert_to_raw): Update.
9907 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9908 (rs6000_register_convert_to_raw): Update.
9909 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9910 (ia64_register_convert_to_raw): Update.
9911 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9912 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9913 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9914 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9915 (alpha_register_convert_to_raw): Update.
9916
9917 2003-04-08 Andrew Cagney <cagney@redhat.com>
9918
9919 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9920 * gdbarch.h, gdbarch.c: Re-generate.
9921 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9922 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9923 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9924 conditionally, use frame_pc_unwind as an alternative. Add
9925 comments.
9926 * arch-utils.c (init_frame_pc_default): Only call
9927 SAVED_PC_AFTER_CALL when available.
9928
9929 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9930
9931 * infrun.c (stop_soon): Rename from stop_soon_quietly.
9932 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9933 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9934 (start_remote): Ditto.
9935 (handle_inferior_event): Ditto.
9936 (save_inferior_status): Ditto.
9937 (restore_inferior_status): Ditto.
9938 * infcmd.c (attach_command): Ditto.
9939 * fork-child.c (startup_inferior): Ditto.
9940 * inferior.h (stop_soon): Rename from stop_soon_quietly.
9941 * alpha-tdep.c (heuristic_proc_start): Ditto.
9942 * mips-tdep.c (heuristic_proc_start): Ditto.
9943 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9944 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9945 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9946 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9947 * remote-vx.c (vx_create_inferior): Ditto.
9948
9949 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9950
9951 * infrun.c (stop_soon_quietly): Make it an enum, to better
9952 override the default behavior of handle_inferior_event.
9953 (clear_proceed_status): Update uses of stop_soon_quietly to
9954 reflect that it is now an enum.
9955 (start_remote): Ditto.
9956 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9957 is set to handle the new GNU/Linux kernel behavior for
9958 attach/sigstop. Update uses of stop_soon_quietly.
9959 * inferior.h (enum stop_kind): New enum.
9960 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9961 Reset normal handle_inferior_event behavior, afterwards.
9962 * fork-child.c (startup_inferior): Update.
9963 * alpha-tdep.c (heuristic_proc_start): Update.
9964 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9965 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9966 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9967 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9968 * remote-vx.c (vx_create_inferior): Update.
9969 * mips-tdep.c (heuristic_proc_start): Update.
9970
9971 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
9972
9973 * disasm.c (dump_insns): Move variables inside loop, or they will
9974 be freed more than once, causing wild memory corruptions.
9975 (gdb_disassembly): Look for the substring "-thread",
9976 instead of "-threads" in the target name, to make sure to find
9977 the 'multi-thread' target. Also, make sure we do the right thing
9978 with the "core" target.
9979
9980 2003-04-07 Kevin Buettner <kevinb@redhat.com>
9981
9982 * mips-tdep.c (mips_print_fp_register): New function, created from
9983 do_fp_register_row(). Registers are now (also) printed as hex.
9984 Only one register is printed per row.
9985 (mips_print_register, do_fp_register_row): Print floating point
9986 registers with mips_print_fp_register().
9987
9988 2003-04-06 Andrew Cagney <cagney@redhat.com>
9989
9990 * valprint.h (inspect_it): Add extern declaration.
9991 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9992 (selectors_info, classes_info): Ditto.
9993 (find_objc_msgcall): Fix indentation.
9994 (objc_printstr): Delete extern declarations.
9995
9996 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9997
9998 2003-04-06 Andrew Cagney <cagney@redhat.com>
9999
10000 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
10001 Update comment.
10002 * frame.c (legacy_saved_regs_this_id): Update.
10003 (legacy_get_prev_frame): Update.
10004 * xstormy16-tdep.c: Update comment.
10005 * sparc-tdep.c (sparc_frame_chain): Update comment.
10006 * blockframe.c (legacy_frame_chain_valid): Update.
10007
10008 2003-04-06 Andrew Cagney <cagney@redhat.com>
10009
10010 * valprint.c (val_print_type_code_int): Delete #ifdef
10011 PRINT_TYPELESS_INTEGER code.
10012
10013 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
10014 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
10015 multi-arch definition.
10016 * gdbarch.h: Re-generate.
10017
10018 2003-04-05 Andrew Cagney <cagney@redhat.com>
10019
10020 Eliminate FRAME_FIND_SAVED_REGS.
10021 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10022 Change FSR parameter to a pointer.
10023 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
10024 Assume FSR parameter is a pointer.
10025 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
10026 Make fsr a pointer.
10027 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
10028 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
10029 saved_regs a pointer.
10030 (hppa_frame_saved_pc): Ditto.
10031 (find_dummy_frame_regs): Make frame_saved_regs a pointer
10032 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
10033 pointer.
10034 (restore_pc_queue): Make fsr a pointer.
10035 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
10036 (hppa_frame_chain): Make saved_regs a pointer, call
10037 hppa_frame_init_saved_regs.
10038 * sparc-tdep.c: Include "gdb_assert.h".
10039 (sparc_frame_find_saved_regs): Replace internal_error with
10040 gdb_assert.
10041 * remote-vxsparc.c (vx_read_register): Delete reference to
10042 FRAME_FIND_SAVED_REGS.
10043 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
10044 * gdbarch.h: Regenerate.
10045 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10046 (deprecated_get_frame_saved_regs): Delete declaration.
10047 (struct frame_saved_regs): Delete definition.
10048 * frame.c (deprecated_get_frame_saved_regs): Delete function.
10049 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
10050 (hppa_frame_find_saved_regs): Delete declaration.
10051 (FRAME_FIND_SAVED_REGS): Delete macro.
10052 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
10053 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
10054 FRAME_FIND_SAVED_REGS in comment.
10055
10056 2003-04-05 Andrew Cagney <cagney@redhat.com>
10057
10058 * frame.c (frame_func_unwind, get_frame_func): New functions.
10059 * frame.h (get_frame_func, frame_func_unwind): Declare.
10060 (struct frame_info): Add field "prev_func" for caching the
10061 previous frame's function address.
10062 * arm-tdep.c (arm_frameless_function_invocation): Combine
10063 get_pc_function_start and get_frame_pc into get_frame_func.
10064 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
10065 (sh64_nofp_frame_init_saved_regs): Ditto.
10066 * s390-tdep.c (s390_function_start): Ditto.
10067 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
10068 (rs6000_frameless_function_invocation): Ditto.
10069 (rs6000_frame_saved_pc): Ditto.
10070 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
10071 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
10072 * i386-tdep.c (i386_frameless_signal_p): Ditto.
10073 (i386_frame_init_saved_regs): Ditto.
10074 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
10075 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
10076 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
10077 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
10078 * blockframe.c (frameless_look_for_prologue): Ditto.
10079
10080 2003-04-05 Andrew Cagney <cagney@redhat.com>
10081
10082 * frame.c (legacy_get_prev_frame): Link prev to next at the
10083 function start. Update comments.
10084
10085 2003-04-05 Andrew Cagney <cagney@redhat.com>
10086
10087 * frame.c (get_frame_id): Update comment.
10088 (legacy_get_prev_frame): Update comment.
10089 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
10090 * gdbarch.h: Regenerate.
10091 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
10092 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
10093
10094 2003-04-05 Andrew Cagney <cagney@redhat.com>
10095
10096 * stack.c (print_frame_info): Use get_frame_pc.
10097
10098 2003-04-04 Andrew Cagney <cagney@redhat.com>
10099
10100 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
10101 the frame's type from the unwinder.
10102 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
10103 (create_new_frame, legacy_get_prev_frame): When the unwinder's
10104 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
10105 (get_frame_base_address): Use get_frame_type.
10106 (get_frame_locals_address, get_frame_args_address): Ditto.
10107 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
10108 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
10109 (struct frame_info): Add comment explaining why the frame contains
10110 a "type" field.
10111 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
10112 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
10113 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
10114 NORMAL_FRAME.
10115 * frame-unwind.h: Include "frame.h".
10116 (struct frame_unwind): Add "type" field.
10117 * Makefile.in (frame_unwind_h): Add $(frame_h).
10118
10119 2003-04-04 Andrew Cagney <cagney@redhat.com>
10120
10121 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
10122 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
10123 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
10124 get_frame_base.
10125 (d10v_unwind_dummy_id): Use frame_id_build.
10126 * frame.c (find_frame_sal): Use get_frame_pc.
10127 (create_new_frame): Use deprecated_update_frame_pc_hack and
10128 deprecated_update_frame_base_hack.
10129 (create_sentinel_frame): Add comment about ->pc going away.
10130 (get_prev_frame): Add comment about ->pc going away.
10131 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
10132 frame_id_build, deprecated_update_frame_pc_hack and
10133 deprecated_update_frame_base_hack.
10134 (select_frame): Use get_frame_pc.
10135 (legacy_saved_regs_this_id): Use frame_id_build.
10136
10137 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
10138
10139 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
10140 signed integer case.
10141 (classify_argument): Handle enumerations and references.
10142
10143 2003-04-04 Andrew Cagney <cagney@redhat.com>
10144
10145 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
10146 ID to NULL.
10147
10148 2003-04-01 Adam Fedor <fedor@gnu.org>
10149
10150 * gdb/objc-lang.c (selectors_info): Replace calls to
10151 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
10152 SYMBOL_NATURAL_NAME.
10153 (classes_info, find_methods): Likewise.
10154
10155 2003-04-03 Kevin Buettner <kevinb@redhat.com>
10156
10157 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
10158 ``mach'' to the value determined by bfd_default_set_arch_mach().
10159
10160 2003-04-02 Bob Rossi <bob_rossi@cox.net>
10161
10162 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
10163 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
10164 (mi-cmd-file.o): Update dependencies.
10165
10166 2003-04-01 Kevin Buettner <kevinb@redhat.com>
10167
10168 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
10169 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
10170
10171 2003-04-01 Adam Fedor <fedor@gnu.org>
10172
10173 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
10174 * language.h (struct language_defn): Add la_demangle.
10175 (language_demangle): Declare.
10176 * language.c (language_demangle): New function.
10177 (unk_lang_demangle): Likewise.
10178 (unknown_language_defn, auto_language_defn, local_language_defn):
10179 Add ukn_lang_demangle.
10180 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
10181 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
10182 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
10183 (cplus_language_defn): Add cplus_demangle for la_demangle element.
10184 * jv-lang.c (java_demangle): New function
10185 (java_language_defn): Use it for la_demangle element.
10186 * objc-lang.c (objc_demangle): Add options argument
10187 (objc_language_defn): Use objc_demangle for la_demangle element.
10188 * maint.c (maintenance_demangle): Replace switch with
10189 call to language_demangle.
10190 * utils.c (fprintf_symbol_filtered): Likewise.
10191
10192 2003-04-01 Andrew Cagney <cagney@redhat.com>
10193
10194 * printcmd.c (print_frame_nameless_args): Delete #ifdef
10195 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
10196 PRINT_TYPELESS_INTEGER.
10197 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
10198 PUSH_RETURN_ADDRESS.
10199
10200 2003-04-01 Andrew Cagney <cagney@redhat.com>
10201
10202 * Makefile.in (d10v-tdep.o): Update dependencies.
10203 * d10v-tdep.c: Include "frame-base.h".
10204 (d10v_frame_unwind): Make constant.
10205 (d10v_frame_base_address): New function.
10206 (d10v_frame_base): New variable.
10207 (d10v_gdbarch_init): Set frame_base default.
10208 (struct d10v_unwind_cache): Add the field "prev_sp". Update
10209 comment for base.
10210 (d10v_frame_unwind_cache): Set and use "prev_sp".
10211 (d10v_frame_this_id): Use the previous frame's inner most stack
10212 address and this frame's func address for the frame ID. Use
10213 frame_id_build. Don't analyze beyond the current instruction.
10214
10215 2003-04-01 Andrew Cagney <cagney@redhat.com>
10216
10217 * frame.h (get_frame_locals_address, get_frame_args_address):
10218 Refer to the base address, instead of the address of the first
10219 local or parameter.
10220
10221 2003-04-01 Andrew Cagney <cagney@redhat.com>
10222
10223 Add frame debug info addresses:
10224 * frame-base.c: New file.
10225 * frame-base.h: New file.
10226 * frame.h (struct frame_base): Add opaque declaration.
10227 (get_frame_base): Update comment.
10228 (get_frame_base_address): Declare.
10229 (get_frame_locals_address): Declare.
10230 (get_frame_args_address): Declare.
10231 (struct frame_info): Add "base" and "base_cache". Update
10232 comments on the unwinder.
10233 * frame.c: Include "frame-base.h".
10234 (get_frame_locals_address): New function.
10235 (get_frame_base_address): New function.
10236 (get_frame_args_address): New function.
10237 * findvar.c (read_var_value): Use get_frame_locals_address and
10238 get_frame_args_address.
10239 * stack.c (frame_info): Use get_frame_locals_address and
10240 get_frame_args_address.
10241 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
10242 moved to "frame-base.c".
10243 * printcmd.c (print_frame_nameless_args): Ditto.
10244 * symtab.h (address_class): Update comments.
10245 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
10246 get_frame_base_address.
10247 * dwarf2expr.c (execute_stack_op): Ditto.
10248 * Makefile.in (frame_base_h): Define.
10249 (frame.o): Update dependencies.
10250 (frame-base.o): Add dependencies.
10251 (SFILES): Add frame-base.c.
10252 (COMMON_OBS): Add frame-base.o.
10253
10254 2003-04-01 Andrew Cagney <cagney@redhat.com>
10255
10256 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
10257 CALL_DUMMY_LENGTH): Ditto.
10258 * gdbarch.c: Re-generate.
10259 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
10260 (CALL_DUMMY_LENGTH): Delete macro.
10261 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
10262 * arm-tdep.c (arm_gdbarch_init): Ditto.
10263 * avr-tdep.c (avr_gdbarch_init): Ditto.
10264 * cris-tdep.c (cris_gdbarch_init): Ditto.
10265 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10266 * frv-tdep.c (frv_gdbarch_init): Ditto.
10267 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10268 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10269 * i386-tdep.c (i386_gdbarch_init): Ditto.
10270 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10271 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10272 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10273 * mips-tdep.c (mips_gdbarch_init): Ditto.
10274 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10275 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10276 * s390-tdep.c (s390_gdbarch_init): Ditto.
10277 * sh-tdep.c (sh_gdbarch_init): Ditto.
10278 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10279 * v850-tdep.c (v850_gdbarch_init): Ditto.
10280 * vax-tdep.c (vax_gdbarch_init): Ditto.
10281 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10282
10283 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
10284
10285 * frame.c (get_prev_frame): Disable call to inside_entry_file().
10286
10287 2003-04-01 Andrew Cagney <cagney@redhat.com>
10288
10289 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
10290 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10291 * gdbarch.h, gdbarch.c: Re-generate.
10292 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10293 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10294 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10295 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
10296 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10297 * infcmd.c (run_stack_dummy): Simplify assuming
10298 CALL_DUMMY_BREAKPOINT_OFFSET_P.
10299 * infrun.c (handle_inferior_event): Ditto.
10300 * alpha-tdep.c (alpha_gdbarch_init): Do not set
10301 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
10302 * arm-tdep.c (arm_gdbarch_init): Ditto.
10303 * avr-tdep.c (avr_gdbarch_init): Ditto.
10304 * cris-tdep.c (cris_gdbarch_init): Ditto.
10305 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10306 * frv-tdep.c (frv_gdbarch_init): Ditto.
10307 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10308 * i386-tdep.c (i386_gdbarch_init): Ditto.
10309 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10310 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10311 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10312 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10313 * mips-tdep.c (mips_gdbarch_init): Ditto.
10314 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10315 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10316 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10317 * s390-tdep.c (s390_gdbarch_init): Ditto.
10318 * sh-tdep.c (sh_gdbarch_init): Ditto.
10319 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10320 * v850-tdep.c (v850_gdbarch_init): Ditto.
10321 * vax-tdep.c (vax_gdbarch_init): Ditto.
10322 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10323
10324 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
10325
10326 * symfile.c (symfile_relocate_debug_section): Update call to
10327 bfd_simple_get_relocated_section_contents.
10328
10329 2003-03-31 Andrew Cagney <cagney@redhat.com>
10330
10331 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
10332 * gdbarch.h, gdbarch.c: Regenerate.
10333 * inferior.h (FIX_CALL_DUMMY): Delete macro.
10334 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
10335 available.
10336 * frame.h (generic_fix_call_dummy): Delete declaration.
10337 * dummy-frame.h: Update comment.
10338 * dummy-frame.c (generic_fix_call_dummy): Delete function.
10339 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10340 fix_call_dummy.
10341 * sh-tdep.c (sh_gdbarch_init): Ditto.
10342 * s390-tdep.c (s390_gdbarch_init): Ditto.
10343 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10344 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10345 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10346 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10347 * i386-tdep.c (i386_gdbarch_init): Ditto.
10348 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10349 * frv-tdep.c (frv_gdbarch_init): Ditto.
10350 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10351 * cris-tdep.c (cris_gdbarch_init): Ditto.
10352 * avr-tdep.c (avr_gdbarch_init): Ditto.
10353 * arm-tdep.c (arm_gdbarch_init): Ditto.
10354
10355 2003-03-31 J. Brobecker <brobecker@gnat.com>
10356
10357 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
10358 (INIT_FRAME_AP): Likewise.
10359 (EXTRA_FRAME_INFO): Likewise.
10360
10361 2003-03-31 Andrew Cagney <cagney@redhat.com>
10362
10363 * gdbarch.sh: Include "symfile.h".
10364 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
10365 * gdbarch.h, gdbarch.c: Re-generate.
10366 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
10367 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10368 call_dummy_address, the default is at entry_point_address.
10369 * v850-tdep.c (v850_gdbarch_init): Ditto.
10370 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10371 * sh-tdep.c (sh_gdbarch_init): Ditto.
10372 * s390-tdep.c (s390_gdbarch_init): Ditto.
10373 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10374 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10375 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10376 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10377 * i386-tdep.c (i386_gdbarch_init): Ditto.
10378 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10379 * frv-tdep.c (frv_gdbarch_init): Ditto.
10380 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10381 * cris-tdep.c (cris_gdbarch_init): Ditto.
10382 * arm-tdep.c (arm_gdbarch_init): Ditto.
10383
10384 2003-03-31 Andrew Cagney <cagney@redhat.com>
10385
10386 * gdbarch.sh (CALL_DUMMY_P): Delete.
10387 * gdbarch.h, gdbarch.c: Re-generate.
10388 * inferior.h (CALL_DUMMY_P): Delete macro.
10389 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10390 * vax-tdep.c (vax_gdbarch_init): Update.
10391 * v850-tdep.c (v850_gdbarch_init): Update.
10392 * sparc-tdep.c (sparc_gdbarch_init): Update.
10393 * sh-tdep.c (sh_gdbarch_init): Update.
10394 * s390-tdep.c (s390_gdbarch_init): Update.
10395 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10396 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10397 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10398 * mips-tdep.c (mips_gdbarch_init): Update.
10399 * mcore-tdep.c (mcore_gdbarch_init): Update.
10400 * m68k-tdep.c (m68k_gdbarch_init): Update.
10401 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10402 * ia64-tdep.c (ia64_gdbarch_init): Update.
10403 * i386-tdep.c (i386_gdbarch_init): Update.
10404 * h8300-tdep.c (h8300_gdbarch_init): Update.
10405 * frv-tdep.c (frv_gdbarch_init): Update.
10406 * d10v-tdep.c (d10v_gdbarch_init): Update.
10407 * cris-tdep.c (cris_gdbarch_init): Update.
10408 * breakpoint.c (deprecated_frame_in_dummy): Update.
10409 * avr-tdep.c (avr_gdbarch_init): Update.
10410 * alpha-tdep.c (alpha_gdbarch_init): Update.
10411 * arm-tdep.c (arm_gdbarch_init): Update.
10412 * dummy-frame.c (dummy_frame_this_id): Update comments.
10413 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
10414 * frame.c (legacy_get_prev_frame): Ditto.
10415 * valops.c (call_function_by_hand): Delete function.
10416 (hand_function_call): Rename to call_function_by_hand
10417
10418 2003-03-30 Andrew Cagney <cagney@redhat.com>
10419
10420 2002-11-10 Klee Dienes <kdienes@apple.com>
10421 * value.h (struct value): Update comment.
10422
10423 2003-03-30 Andrew Cagney <cagney@redhat.com>
10424
10425 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
10426 D10V_FP_REGNUM.
10427 (d10v_gdbarch_init): Do not set fp_regnum.
10428
10429 * frame.c (get_frame_base): Force ID initialization.
10430 (get_prev_frame): Move computation of the frame ID from here ...
10431 (get_frame_id): ... to here.
10432 (legacy_get_prev_frame): Mark the frame ID as valid.
10433 * frame.h (struct frame_info): Add field "id_p".
10434
10435 2003-03-30 Mark Kettenis <kettenis@gnu.org>
10436
10437 * i386-tdep.c (i386_store_struct_return): Removed.
10438 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
10439
10440 2003-03-30 Andrew Cagney <cagney@redhat.com>
10441
10442 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
10443 * gdbarch.h, gdbarch.c: Regenerate.
10444 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
10445 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
10446 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10447 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10448 * i386-tdep.c (i386_gdbarch_init): Ditto.
10449 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10450 * cris-tdep.c (cris_gdbarch_init): Ditto.
10451 * vax-tdep.c (vax_gdbarch_init): Ditto.
10452 * s390-tdep.c (s390_gdbarch_init): Ditto.
10453 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10454 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10455 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10456 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
10457 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
10458 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
10459 * sparc-tdep.c (sparc_gdbarch_init): Update.
10460 * sh-tdep.c (sh_gdbarch_init): Update.
10461 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10462 * mips-tdep.c (mips_gdbarch_init): Update.
10463 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10464 * ia64-tdep.c (ia64_gdbarch_init): Update.
10465 * frv-tdep.c (frv_gdbarch_init): Update.
10466 * avr-tdep.c (avr_gdbarch_init): Update.
10467 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
10468 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
10469 instead of when push_dummy_call is not available.
10470
10471 2003-03-30 Andrew Cagney <cagney@redhat.com>
10472
10473 * infttrace.c: Include "gdbthread.h".
10474 (parent_attach_all): Fix function signature.
10475 (call_ptrace): Update call.
10476 * Makefile.in (infttrace.o): Update dependencies.
10477
10478 2003-03-30 Andrew Cagney <cagney@redhat.com>
10479
10480 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
10481 PUSH_RETURN_ADDRESS.
10482 * gdbarch.h, gdbarch.c: Regenerate.
10483 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10484 * x86-64-tdep.c (x86_64_init_abi): Update.
10485 * v850-tdep.c (v850_gdbarch_init): Update.
10486 * sparc-tdep.c (sparc_gdbarch_init): Update.
10487 * sh-tdep.c (sh_gdbarch_init): Update.
10488 * s390-tdep.c (s390_gdbarch_init): Update.
10489 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10490 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10491 * mips-tdep.c (mips_gdbarch_init): Update.
10492 * mcore-tdep.c (mcore_gdbarch_init): Update.
10493 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10494 * ia64-tdep.c (ia64_gdbarch_init): Update.
10495 * i386-tdep.c (i386_gdbarch_init): Update.
10496 * h8300-tdep.c (h8300_gdbarch_init): Update.
10497 * frv-tdep.c (frv_gdbarch_init): Update.
10498 * cris-tdep.c (cris_gdbarch_init): Update.
10499 * avr-tdep.c (avr_gdbarch_init): Update.
10500 * arm-tdep.c (arm_gdbarch_init): Update.
10501 * valops.c (hand_function_call): Update.
10502
10503 2003-03-29 Andrew Cagney <cagney@redhat.com>
10504
10505 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
10506 sizeof_call_dummy_words.
10507 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
10508 define.
10509 * gdbarch.h: Regenerate.
10510
10511 2003-03-29 Andrew Cagney <cagney@redhat.com>
10512
10513 * infttrace.h: New file.
10514 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
10515 (hpread_get_textlow): Detect an uninitialized dn_bufp.
10516 (hpread_read_doc_function_type): Detect an initialized type1.
10517 (hpread_quick_traverse): Initialize mod_name_string.
10518 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
10519 (som_solib_get_solib_by_pc): Declare.
10520 (so_lib_thread_start_addr): Declare.
10521 (no_shared_libraries): Declare.
10522 * somread.c (init_import_symbols): Make static. Add forward
10523 declaration.
10524 * config/pa/nm-hppah.h: Include "infttrace.h" for
10525 parent_attach_all.
10526 (hppa_insert_hw_watchpoint): Declare.
10527 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
10528 * hppah-nat.c: Include "gdb_string.h".
10529 (parent_attach_all): Delete extern declaration, moved to
10530 "infttrace.h".
10531 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
10532 int.
10533 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
10534 * Makefile.in (infttrace_h): Define.
10535 (hpread.o): Update dependencies.
10536 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
10537 * hppa-hpux-tdep.c: Include "gdb_string.h".
10538 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
10539 * infrun.c (handle_inferior_event): Always initialize
10540 stepped_after_stopped_by_watchpoint. Add default and remove
10541 fallthrough in switch statement.
10542 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
10543 parameter to int.
10544 (hppa_remove_hw_watchpoint): Ditto.
10545
10546 2003-03-29 Andrew Cagney <cagney@redhat.com>
10547
10548 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
10549 offset.
10550
10551 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
10552
10553 * arm-tdep.c (arm_push_arguments): Delete.
10554 (struct stack_item): New type.
10555 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
10556 (arm_store_struct_return): Delte.
10557 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
10558 arm_push_arguments or arm_store_struct_return.
10559
10560 2003-03-28 Andrew Cagney <cagney@redhat.com>
10561
10562 * Makefile.in (d10v-tdep.o): Update dependencies.
10563 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
10564 * d10v-tdep.c: Include "remote.h".
10565 (target_resume_hook): Delete extern declaration.
10566 (target_wait_loop_hook): Ditto.
10567 (tdisassemble_command): Eliminate assignment in "if" conditional.
10568 (d10v_ts2_register_sim_regno): Eliminate call to
10569 legacy_register_sim_regno.
10570 (d10v_ts3_register_sim_regno): Ditto.
10571
10572 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
10573
10574 * thread.c: Reindented.
10575 * lin-lwp.c: Ditto.
10576 * linux-proc.c: Ditto.
10577
10578 2003-03-28 Bob Rossi <bob_rossi@cox.net>
10579
10580 * MAINTAINERS (write after approval): Add myself.
10581
10582 2003-03-27 Theodore A. Roth <troth@openavr.org>
10583
10584 * objc-exp.y: Add missing semi-colons.
10585
10586 2003-03-27 Andrew Cagney <cagney@redhat.com>
10587
10588 * regcache.c (write_sp): Delete function and references.
10589 * inferior.h (write_sp): Delete declaration.
10590 * valops.c (hand_function_call): Replace write_sp with
10591 TARGET_WRITE_SP.
10592 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
10593 (sparc_pop_frame): Ditto.
10594
10595 2003-03-27 Andrew Cagney <cagney@redhat.com>
10596
10597 * NEWS: Mention removal of support for hppa*-*-bsd* and
10598 hppa*-*-osf* natives, and hppa*-*-pro* target.
10599 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
10600 * config/pa/xm-pa.h: Obsolete file.
10601 * config/pa/xm-hppab.h: Obsolete file.
10602 * config/pa/nm-hppab.h: Obsolete file.
10603 * config/pa/tm-hppab.h: Obsolete file.
10604 * config/pa/tm-hppao.h: Obsolete file.
10605 * config/pa/nm-hppao.h: Obsolete file.
10606 * config/pa/tm-pro.h: Obsolete file.
10607 * config/pa/hppaosf.mt: Obsolete file.
10608 * config/pa/hppaosf.mh: Obsolete file.
10609 * config/pa/hppapro.mt: Obsolete file.
10610 * config/pa/hppabsd.mt: Obsolete file.
10611 * config/pa/hppabsd.mh: Obsolete file.
10612 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
10613 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
10614 hppa*-*-osf*.
10615
10616 2003-03-27 Andrew Cagney <cagney@redhat.com>
10617
10618 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
10619 push_arguments. Don't set push_return_address or write_sp.
10620 (d10v_push_dummy_call): Replace d10v_push_arguments.
10621 (d10v_push_return_address, d10v_write_sp): Delete function,
10622 handled by push_dummy_call.
10623
10624 2003-03-26 Andrew Cagney <cagney@redhat.com>
10625
10626 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
10627 (push_dummy_call): New pure multi-arch replacement with gdbarch,
10628 regcache and dummy_addr parameters.
10629 * gdbarch.h, gdbarch.c: Re-generate.
10630 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
10631 available; assume it will handle stack alignment and return
10632 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
10633 legacy_push_arguments.
10634 (legacy_push_arguments): Rename default_push_arguments.
10635 * value.h (legacy_push_arguments): Rename default_push_arguments.
10636 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
10637 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10638 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10639 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10640 * config/i386/tm-symmetry.h: Update.
10641 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10642 * x86-64-tdep.c (x86_64_init_abi): Update.
10643 * v850-tdep.c (v850_gdbarch_init): Update.
10644 * sparc-tdep.c (sparc_gdbarch_init): Update.
10645 * sh-tdep.c (sh_gdbarch_init): Update.
10646 * s390-tdep.c (s390_gdbarch_init): Update.
10647 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10648 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10649 * mips-tdep.c (mips_gdbarch_init): Update.
10650 * mcore-tdep.c (mcore_gdbarch_init): Update.
10651 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10652 * ia64-tdep.c (ia64_gdbarch_init): Update.
10653 * i386-tdep.c (i386_gdbarch_init): Update.
10654 * hppa-tdep.c (hppa_gdbarch_init): Update.
10655 * h8300-tdep.c (h8300_gdbarch_init): Update.
10656 * frv-tdep.c (frv_gdbarch_init): Update.
10657 * d10v-tdep.c (d10v_gdbarch_init): Update.
10658 * cris-tdep.c (cris_gdbarch_init): Update.
10659 * avr-tdep.c (avr_gdbarch_init): Update.
10660 * arm-tdep.c (arm_gdbarch_init): Update.
10661 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10662 * alpha-tdep.c (alpha_gdbarch_init): Update.
10663
10664 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10665
10666 * signals/signals.c (do_target_signal_to_host): Correct realtime
10667 signal range test.
10668
10669 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10670
10671 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10672 (struct sal_chain, map_catch_names): Remove.
10673 (catch_exception_command_1): Don't call
10674 handle_gnu_4_16_catch_command.
10675
10676 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10677
10678 From Mark Dettinger <dettinge@de.ibm.com>:
10679 * dwarf2cfi.c (read_2u): Increment pointer by two.
10680
10681 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10682
10683 * signals/signals.c: Fix typos in last change.
10684
10685 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10686
10687 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10688 not already defined. Use __SIGRTMIN if available.
10689 (target_signal_from_host): Remove SIGRTMIN block.
10690 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10691 the signal is within the realtime range.
10692
10693 2003-03-25 Adam Fedor <fedor@gnu.org>
10694
10695 * Makefile.in (infrun.o): Add $(language_h)
10696 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10697 for language specific trampolines.
10698 * language.h (struct language_defn): Add skip_trampoline.
10699 (skip_language_trampoline): Declare.
10700 * language.c (unk_lang_trampoline, skip_language_trampoline):
10701 New functions.
10702 (unknown_language_defn, auto_language_defn, local_language_defn):
10703 Add ukn_lang_trampoline.
10704 * ada-lang.c (ada_language_defn): Add NULL for language
10705 specific skip_trampoline.
10706 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10707 scm-lang.c: Likewise.
10708 * objc-lang.c (objc_skip_trampoline): New function.
10709 (objc_language_defn): Add objc_skip_trampoline.
10710
10711 2003-03-25 Andrew Cagney <cagney@redhat.com>
10712
10713 * frame.c (get_prev_frame): Delay validating a frame's ID -
10714 non-NULL, didn't go backwards - until an attempt to unwind it to
10715 the previous frame.
10716
10717 2003-03-25 Andrew Cagney <cagney@redhat.com>
10718
10719 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10720 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10721 * gdbarch.h, gdbarch.c: Re-generate.
10722 * config/sparc/tm-sparc.h
10723 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10724 * sparc-tdep.c (sparc_gdbarch_init): Set
10725 deprecated_extra_stack_alignment_needed.
10726 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10727 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10728 extra_stack_alignment_needed.
10729 * v850-tdep.c (v850_gdbarch_init): Ditto.
10730 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10731 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10732 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10733 * cris-tdep.c (cris_gdbarch_init): Ditto.
10734 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10735 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10736
10737 2003-03-25 Andrew Cagney <cagney@redhat.com>
10738
10739 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10740 STORE_STRUCT_RETURN.
10741 * gdbarch.h, gdbarch.c: Regenerate.
10742 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10743 (d10v_push_arguments): Set the struct return register.
10744 (d10v_gdbarch_init): Update.
10745 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10746 * x86-64-tdep.c (x86_64_init_abi): Update.
10747 * vax-tdep.c (vax_gdbarch_init): Update.
10748 * v850-tdep.c (v850_gdbarch_init): Update.
10749 * sparc-tdep.c (sparc_gdbarch_init): Update.
10750 * sh-tdep.c (sh_gdbarch_init): Update.
10751 * s390-tdep.c (s390_gdbarch_init): Update.
10752 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10753 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10754 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10755 * mips-tdep.c (mips_gdbarch_init): Update.
10756 * mcore-tdep.c (mcore_gdbarch_init): Update.
10757 * m68k-tdep.c (m68k_gdbarch_init): Update.
10758 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10759 * ia64-tdep.c (ia64_gdbarch_init): Update.
10760 * i386-tdep.c (i386_gdbarch_init): Update.
10761 * hppa-tdep.c (hppa_gdbarch_init): Update.
10762 * h8300-tdep.c (h8300_gdbarch_init): Update.
10763 * frv-tdep.c (frv_gdbarch_init): Update.
10764 * cris-tdep.c (cris_gdbarch_init): Update.
10765 * avr-tdep.c (avr_gdbarch_init): Update.
10766 * arm-tdep.c (arm_gdbarch_init): Update.
10767 * alpha-tdep.c (alpha_gdbarch_init): Update.
10768
10769 2003-03-25 Andrew Cagney <cagney@redhat.com>
10770
10771 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10772 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10773 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10774 * gdbarch.h, gdbarch.c: Regenerate.
10775 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10776 call_dummy_stack_adjust_p.
10777 * vax-tdep.c (vax_gdbarch_init): Ditto.
10778 * v850-tdep.c (v850_gdbarch_init): Ditto.
10779 * sh-tdep.c (sh_gdbarch_init): Ditto.
10780 * s390-tdep.c (s390_gdbarch_init): Ditto.
10781 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10782 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10783 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10784 * mips-tdep.c (mips_gdbarch_init): Ditto.
10785 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10786 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10787 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10788 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10789 * i386-tdep.c (i386_gdbarch_init): Ditto.
10790 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10791 * frv-tdep.c (frv_gdbarch_init): Ditto.
10792 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10793 * cris-tdep.c (cris_gdbarch_init): Ditto.
10794 * avr-tdep.c (avr_gdbarch_init): Ditto.
10795 * arm-tdep.c (arm_gdbarch_init): Ditto.
10796 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10797 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10798 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10799 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10800 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10801 call_dummy_stack_adjust_p.
10802 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10803 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10804 * sparc-tdep.c (sparc32_push_arguments): Update.
10805 * valops.c (hand_function_call): Update.
10806
10807 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
10808
10809 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10810 set_gdbarch_char_signed.
10811
10812 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10813
10814 PR cli/548
10815 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10816
10817 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10818
10819 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10820 (_initialize_arm_tdep): Don't set tm_print_insn.
10821
10822 2003-03-24 Adam Fedor <fedor@gnu.org>
10823
10824 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10825 * objc-lang.h: Add multiple inclusion protection.
10826 (start_msglist, add_msglist, end_msglist): Additional declarations.
10827
10828 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
10829
10830 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10831 value was renamed to ARM_FLOAT_SOFT_FPA.
10832
10833 2003-03-23 Andrew Cagney <cagney@redhat.com>
10834
10835 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10836 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10837 * gdbarch.h, gdbarch.c: Regenerate.
10838 * valops.c (hand_function_call): Update.
10839 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10840 * frame.c (legacy_saved_regs_this_id): Update.
10841 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10842 * dummy-frame.h: Update.
10843 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10844 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10845 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10846 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10847 * config/m68k/tm-sun3.h: Update.
10848 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10849 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10850 * x86-64-tdep.c (x86_64_init_abi): Update.
10851 * vax-tdep.c (vax_gdbarch_init): Update.
10852 * v850-tdep.c (v850_gdbarch_init): Update.
10853 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10854 * sh-tdep.c (sh_gdbarch_init): Update.
10855 * s390-tdep.c (s390_gdbarch_init): Update.
10856 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10857 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10858 (frame_get_saved_regs): Update.
10859 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10860 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10861 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10862 * mips-tdep.c (mips_gdbarch_init): Update.
10863 * mcore-tdep.c (mcore_gdbarch_init): Update.
10864 * m68k-tdep.c (m68k_gdbarch_init): Update.
10865 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10866 * ia64-tdep.c (ia64_gdbarch_init): Update.
10867 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10868 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10869 (i386_interix_back_one_frame): Update.
10870 * hppa-tdep.c (hppa_gdbarch_init): Update.
10871 (hppa_init_extra_frame_info): Update.
10872 * h8300-tdep.c (h8300_gdbarch_init): Update.
10873 * frv-tdep.c (frv_gdbarch_init): Update.
10874 * cris-tdep.c (cris_gdbarch_init): Update.
10875 * avr-tdep.c (avr_gdbarch_init): Update.
10876 * arm-tdep.c (arm_gdbarch_init): Update.
10877 * alpha-tdep.c (alpha_gdbarch_init): Update.
10878
10879 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10880
10881 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10882 (arm_get_fp_model): Declare.
10883 * arm-tdep.c (fp_model_strings): New string array.
10884 (arm_fp_model, current_fp_model): New variables.
10885 (arm_get_fp_model): New function.
10886 (arm_set_fp): New function.
10887 (set_fp_model_sfunc): New function.
10888 (show_fp_model): New function.
10889 (_initialize_arm_tdep): Add new command to set/show the FPU.
10890 (arm_extract_return_value): Use arm_get_fp_model.
10891 (arm_store_return_value): Likewise.
10892 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10893 to initialize the floating-point data types.
10894 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10895 model is FPA.
10896
10897 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10898
10899 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10900 the current setting of each value.
10901 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
10902 new_set and new_show. Use add_setshow_cmd_full and
10903 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10904 commands and add new version as subcommands of "set/show arm".
10905
10906 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10907
10908 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10909 (set_arm_command, show_arm_command): New functions.
10910 (_initialize_arm_tdep): Add them.
10911 (num_disassembly_options): Renamed from num_flavor_options.
10912 (valid_disassembly_styles): Renamed from valid_flavors.
10913 (disassembly_style): Renamed from disassembly_flavor.
10914 (set_disassembly_style_sfunc): Renamed from
10915 set_disassembly_flavor_sfunc.
10916 (set_disassembly_style): Renamed from set_disassembly_flavor.
10917 (arm_othernames): Updated.
10918 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10919 command. Add "set/show arm disassembly" commands. Deprecate
10920 "othernames" command.
10921
10922 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10923
10924 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10925 (arm-tdep.o): Depend on elf_arm_h.
10926
10927 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10928
10929 * Makefile.in (coff_internal_h): Define.
10930 (arm-tdep.o): Update dependencies.
10931
10932 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10933
10934 * arm-tdep.c (prologue_cache): Delete.
10935 (check_prologue_cache, save_prologue_cache): Delete.
10936 (arm_scan_prologue): Don't check or update the prologue_cache.
10937 (arm_gdb_arch_init): Don't initialize it.
10938 (_initialize_arm_tdep): Likewise.
10939
10940 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10941
10942 * MAINTAINERS (tui): Maintainer of tui code.
10943
10944 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
10945
10946 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10947 (i386-cygwin-tdep.o): Add dependencies.
10948 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10949 * i386-cygwin-tdep.c: New file.
10950 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10951 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10952
10953 2003-03-20 Andrew Cagney <cagney@redhat.com>
10954
10955 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10956 (handle_inferior_event): Remove code calling
10957 DYNAMIC_TRAMPOLINE_NEXTPC.
10958
10959 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10960 already has a full path.
10961
10962 * main.c (gdb_main): Return 1.
10963 (captured_main): Call error to report an invalid interpreter.
10964
10965 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10966 * alpha-osf1-tdep.c: Include "gdb_string.h".
10967
10968 2003-03-19 J. Brobecker <brobecker@gnat.com>
10969
10970 Continuing work to convert the hppa targets to multiarch partial.
10971
10972 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10973 method, now that hppa_push_dummy_frame has a conformant prototype.
10974 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10975 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10976 for the switch to multiarch partial.
10977
10978 2003-03-19 Kevin Buettner <kevinb@redhat.com>
10979
10980 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10981 when iss is issNull.
10982
10983 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10984
10985 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10986 NUM_REGS bounds check.
10987
10988 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10989
10990 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10991 * mips-tdep.c (gdb_assert.h): Include.
10992 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10993 (mips_register_name): Handle integer registers explicitly. Add
10994 bounds checking.
10995 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10996 (mips_lsi33k_reg_names): Don't list integer registers; they're
10997 handled by mips_register_name() now.
10998 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10999 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
11000 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
11001 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
11002 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
11003
11004 2003-03-18 Andrew Cagney <cagney@redhat.com>
11005
11006 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
11007 a void pointer.
11008 * gdbtypes.h (print_scalar_formatted): Update declaration.
11009 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
11010
11011 2003-03-18 J. Brobecker <brobecker@gnat.com>
11012
11013 * infrun.c (observer.h): Add #include.
11014 (normal_stop): Add call to observer_notify_normal_stop.
11015 * Makefile.in (infrun.o): Add dependency on observer.h.
11016
11017 2003-03-18 J. Brobecker <brobecker@gnat.com>
11018
11019 Continuing work to convert the hppa targets to multiarch partial.
11020 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
11021 parameter. Reformat comment.
11022 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
11023 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
11024 to match new profile.
11025
11026 2003-03-18 J. Brobecker <brobecker@gnat.com>
11027
11028 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
11029 appear to be working in any case.
11030
11031 2003-03-18 J. Brobecker <brobecker@gnat.com>
11032
11033 * observer.c (observer_test_first_observer): New static variable.
11034 (observer_test_second_observer): Likewise.
11035 (observer_test_third_observer): Likewise.
11036 (observer_test_first_notification_function): New static function.
11037 (observer_test_second_notification_function): Likewise.
11038 (observer_test_third_notification_function): Likewise.
11039
11040 2003-03-17 J. Brobecker <brobecker@gnat.com>
11041
11042 * hppa-tdep.c (gdb_assert.h): Add missing #include.
11043 * somsolib.c (gdb_assert.h): Likewise.
11044 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
11045 (somsolib.o): Likewise.
11046
11047 2003-03-17 Andrew Cagney <cagney@redhat.com>
11048
11049 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
11050 BFD. Simplify setting of di.endian.
11051
11052 2003-03-17 Andrew Cagney <cagney@redhat.com>
11053
11054 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
11055 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
11056
11057 From Elena Zannoni <ezannoni@redhat.com>
11058 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
11059 vector and floating-point parameters.
11060 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
11061 convention.
11062 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
11063
11064 2003-03-17 Fernando Nasser <fnasser@redhat.com>
11065
11066 * MAINTAINERS: Remove my name from several maintainership roles.
11067
11068 2003-03-17 Andrew Cagney <cagney@redhat.com>
11069
11070 Fix frame off-by-one bug.
11071 * frame-unwind.h (frame_this_id_ftype): Replace
11072 frame_unwind_id_ftype.
11073 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
11074 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
11075 with "prev_register".
11076 * frame-unwind.c (frame_unwind_find_by_pc): Return
11077 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
11078 comment.
11079 * dummy-frame.c (cached_find_dummy_frame): Delete function.
11080 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
11081 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
11082 (dummy_frame_unwind): Update.
11083 * sentinel-frame.c (sentinel_frame_prev_register): Replace
11084 sentinel_frame_register_unwind.
11085 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
11086 (sentinel_frame_unwinder): Update.
11087 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11088 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
11089 * frame.c (create_sentinel_frame): Update. Initialize
11090 "prologue_cache" instead of "unwind_cache".
11091 (frame_register_unwind): Call this frame's prev_register with the
11092 next frame and this frame's prologue cache.
11093 (get_prev_frame): Simplify. Always call prev frame's this_id with
11094 this frame and prev frame's prologue cache. Document that this
11095 call is shifted one to the left when compared to the
11096 frame_register_unwind call.
11097 (legacy_saved_regs_prev_register): Replace
11098 frame_saved_regs_register_unwind.
11099 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
11100 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
11101 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
11102 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
11103 (d10v_frame_unwind): Update.
11104 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
11105 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
11106 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
11107 "saved_regs" with "this_saved_regs".
11108
11109 2003-03-16 Andrew Cagney <cagney@redhat.com>
11110
11111 * frame.c (frame_pop): Don't call target_store_registers. Fix
11112 problem reported by Mark Kettenis.
11113
11114 2003-03-16 Mark Kettenis <kettenis@gnu.org>
11115
11116 * i386-tdep.c (i386_register_type): Renamed from
11117 i386_register_virtual_type. Adjust function signature.
11118 (i386_gdbarch_init): Set register_type instead of
11119 deprecated_max_register_raw_size,
11120 deprecated_max_register_virtual_size and register_virtual_type.
11121
11122 2003-03-14 Andrew Cagney <cagney@redhat.com>
11123
11124 * frame.c (get_prev_frame): When a legacy frame, always call
11125 legacy_get_prev_frame. Simplify unwind code using assumption that
11126 the unwinder is new.
11127 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
11128 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
11129 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
11130
11131 2003-03-14 Andrew Cagney <cagney@redhat.com>
11132
11133 * frame.c (get_saved_register): Delete function.
11134 * frame.h (get_saved_register): Delete declaration.
11135 * xstormy16-tdep.c: Update comment.
11136 * regcache.h: Update comments.
11137 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
11138 get_saved_register and extract_address, use
11139 frame_read_unsigned_register.
11140 (sparc_frame_saved_pc): Ditto.
11141 (sparc_get_saved_register): Instead of get_saved_register, use
11142 frame_register.
11143 (sparc_pop_frame): Ditto.
11144 * findvar.c: Update comments.
11145 (value_of_register): Call frame_register instead of
11146 get_saved_register.
11147 (value_from_register): Ditto.
11148 * config/sparc/tm-sparc.h: Update comment.
11149 * breakpoint.c: Update comment.
11150
11151 2003-03-14 Andrew Cagney <cagney@redhat.com>
11152
11153 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
11154 GET_SAVED_REGISTER.
11155 * gdbarch.h, gdbarch.c: Re-generate.
11156 * frame.h: Update comments.
11157 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11158 * x86-64-tdep.c (x86_64_init_abi): Update.
11159 * sparc-tdep.c (sparc_gdbarch_init): Update.
11160 * sh-tdep.c (sh_gdbarch_init): Update.
11161 * mips-tdep.c (mips_gdbarch_init): Update.
11162 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11163 * cris-tdep.c (cris_gdbarch_init): Update.
11164 * ia64-tdep.c (ia64_gdbarch_init): Update.
11165 * frame.c (frame_register): Update.
11166 (get_saved_register): Update.
11167 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
11168
11169 2003-03-13 Andrew Cagney <cagney@redhat.com>
11170
11171 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
11172 * gdbarch.h, gdbarch.c: Regenerate.
11173 * valops.c (hand_function_call): Update comment.
11174 * stack.c (return_command): Update comment.
11175 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
11176 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
11177 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11178 * x86-64-tdep.c (x86_64_init_abi): Update.
11179 * vax-tdep.c (vax_gdbarch_init): Update.
11180 * v850-tdep.c (v850_gdbarch_init): Update.
11181 * sparc-tdep.c (sparc_gdbarch_init): Update.
11182 * sh-tdep.c (sh_gdbarch_init): Update.
11183 * s390-tdep.c (s390_gdbarch_init): Update.
11184 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11185 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11186 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11187 * mips-tdep.c (mips_gdbarch_init): Update.
11188 * mcore-tdep.c (mcore_gdbarch_init): Update.
11189 * m68k-tdep.c (m68k_gdbarch_init): Update.
11190 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11191 * ia64-tdep.c (ia64_gdbarch_init): Update.
11192 * i386-tdep.c (i386_gdbarch_init): Update.
11193 * hppa-tdep.c (hppa_gdbarch_init): Update.
11194 * h8300-tdep.c (h8300_gdbarch_init): Update.
11195 * frv-tdep.c (frv_gdbarch_init): Update.
11196 * cris-tdep.c (cris_gdbarch_init): Update.
11197 * avr-tdep.c (avr_gdbarch_init): Update.
11198 * arm-tdep.c (arm_gdbarch_init): Update.
11199 * alpha-tdep.c (alpha_gdbarch_init): Update.
11200
11201 2003-03-13 Andrew Cagney <cagney@redhat.com>
11202
11203 * frame.c (legacy_frame_p): New function.
11204 (get_prev_frame): Use legacy_frame_p.
11205 * frame.h (legacy_frame_p): Declare.
11206
11207 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11208
11209 * MAINTAINERS (write after approval): Alphabetically
11210 listing corrected.
11211
11212 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
11213
11214 * MAINTAINERS (write after approval): Add myself.
11215
11216 2003-03-12 Andrew Cagney <cagney@redhat.com>
11217
11218 * frame.c (get_prev_frame): Rename the frame parameter to
11219 "this_frame".
11220 (get_next_frame, legacy_get_prev_frame): Ditto.
11221
11222 2003-03-12 Andrew Cagney <cagney@redhat.com>
11223
11224 * frame.c (get_current_frame): Check target_has_registers before
11225 checking target_has_stack.
11226 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
11227 instead of deprecated_selected_frame.
11228 * findvar.c (value_of_register): Pass "frame", not
11229 deprecated_selected_frame, to value_of_builtin_reg.
11230
11231 2003-03-12 Andrew Cagney <cagney@redhat.com>
11232
11233 * regcache.c (regcache_cooked_write_signed): New function.
11234 (regcache_cooked_write_unsigned): New function.
11235 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
11236 (regcache_cooked_read_signed): Fix regnum in range assertion.
11237 * regcache.h (regcache_cooked_write_signed): Declare.
11238 (regcache_cooked_write_unsigned): Declare.
11239
11240 2003-03-12 Andrew Cagney <cagney@redhat.com>
11241
11242 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11243 * gdbarch.h, gdbarch.c: Re-generate.
11244 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11245 * x86-64-tdep.h: Update.
11246 * x86-64-tdep.c (x86_64_init_abi): Update.
11247 * v850-tdep.c (v850_gdbarch_init): Update.
11248 * sparc-tdep.c (sparc_gdbarch_init): Update.
11249 * sh-tdep.c (sh_gdbarch_init): Update.
11250 * s390-tdep.c (s390_gdbarch_init): Update.
11251 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11252 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11253 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11254 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11255 * mips-tdep.c (mips_gdbarch_init): Update.
11256 * mcore-tdep.c (mcore_gdbarch_init): Update.
11257 * m68k-tdep.c (m68k_gdbarch_init): Update.
11258 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11259 * ia64-tdep.c (ia64_gdbarch_init): Update.
11260 * i386-tdep.c (i386_gdbarch_init): Update.
11261 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11262 * hppa-tdep.c (hppa_gdbarch_init): Update.
11263 * h8300-tdep.c (h8300_gdbarch_init): Update.
11264 * frv-tdep.c (frv_gdbarch_init): Update.
11265 * cris-tdep.c (cris_gdbarch_init): Update.
11266 * avr-tdep.c (avr_gdbarch_init): Update.
11267 * arm-tdep.c (arm_gdbarch_init): Update.
11268 * alpha-tdep.c (alpha_gdbarch_init): Update.
11269 * sh-tdep.c (sh_init_extra_frame_info): Update.
11270 (sh64_init_extra_frame_info): Update.
11271 * ns32knbsd-nat.c (frame_num_args): Update.
11272 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11273 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11274 (xstormy16_frame_chain_valid): Update.
11275 * vax-tdep.c (vax_saved_pc_after_call): Update.
11276 * v850-tdep.c (v850_frame_chain): Update.
11277 (v850_pop_frame): Update.
11278 (v850_init_extra_frame_info): Update.
11279 * sparc-tdep.c (setup_arbitrary_frame): Update.
11280 * ns32k-tdep.c (umax_frame_num_args): Update.
11281 * s390-tdep.c (s390_pop_frame_regular): Update.
11282 * mn10300-tdep.c (mn10300_frame_chain): Update.
11283 (mn10300_pop_frame_regular): Update.
11284 (mn10300_init_extra_frame_info): Update.
11285 * mips-tdep.c (mips_init_frame_pc_first): Update.
11286 (mips_frame_chain): Update.
11287 (mips_pop_frame): Update.
11288 * mcore-tdep.c (mcore_frame_chain): Update.
11289 (mcore_pop_frame): Update.
11290 (mcore_init_extra_frame_info): Update.
11291 * arch-utils.c (init_frame_pc_default): Update.
11292 * m68k-tdep.c (isi_frame_num_args): Update.
11293 (delta68_frame_num_args): Update.
11294 (news_frame_num_args): Update.
11295 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11296 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11297 (alpha_frame_chain): Update.
11298 (alpha_pop_frame): Update.
11299 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11300 (hppa_init_extra_frame_info): Update.
11301 (hppa_frame_chain): Update.
11302 (hppa_frame_chain_valid): Update.
11303 * cris-tdep.c (cris_init_extra_frame_info): Update.
11304 * avr-tdep.c (avr_init_extra_frame_info): Update.
11305 * arm-tdep.c (arm_frame_chain_valid): Update.
11306 (arm_init_extra_frame_info): Update.
11307 (arm_pop_frame): Update.
11308 * frame.c (frame_pc_unwind): Update.
11309 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11310 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11311 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11312 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11313 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11314 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11315
11316 2003-03-12 Andrew Cagney <cagney@redhat.com>
11317
11318 Eliminate the need for POP_FRAME.
11319 * frame.c (do_frame_unwind_register): New function.
11320 (frame_pop): When no POP_FRAME, pop the frame using register
11321 unwind and a scratch regcache.
11322 (frame_saved_regs_pop): Delete function.
11323 (trad_frame_unwinder): Update.
11324 * d10v-tdep.c (d10v_frame_pop): Delete function.
11325 (d10v_frame_unwind): Update.
11326 * sentinel-frame.c (sentinel_frame_pop): Delete function.
11327 (sentinel_frame_unwinder): Update.
11328 * dummy-frame.c (dummy_frame_pop): Delete function.
11329 (dummy_frame_unwind): Update.
11330 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
11331 (struct frame_unwind): Update.
11332
11333 2003-03-11 Kevin Buettner <kevinb@redhat.com>
11334
11335 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
11336 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
11337 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
11338 Do range checks on register number obtained from debugging info.
11339 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
11340 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
11341 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
11342 mapping function.
11343 (do_fp_register_row): Fix typo which caused double type to be
11344 used when attempting to unpack a float.
11345
11346 2003-03-11 J. Brobecker <brobecker@gnat.com>
11347
11348 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
11349
11350 2003-03-11 Andrew Cagney <cagney@redhat.com>
11351
11352 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
11353 frame. Problem found by Corinna Vinschen.
11354
11355 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
11356
11357 * doublest.c (floatformat_from_length): Accept also
11358 the real size of 'long double' type.
11359
11360 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
11361
11362 From Klee Dienes <kdienes@apple.com>:
11363 * breakpoint.c (bpstat_copy): Copy the command lines as well
11364 as the old value, to match what is freed in bpstat_clear.
11365
11366 2003-03-10 David Carlton <carlton@math.stanford.edu>
11367
11368 * minsyms.c (add_minsym_to_hash_table): Replace
11369 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
11370 (compare_minimal_symbols, compact_minimal_symbols)
11371 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
11372 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
11373 of DEPRECATED_SYMBOL_MATCHES_NAME.
11374 (lookup_minimal_symbol_solib_trampoline): Ditto.
11375
11376 2003-03-10 Andrew Cagney <cagney@redhat.com>
11377
11378 * regcache.h (regcache_cooked_read_ftype): Define.
11379 (regcache_save, regcache_restore): Add a cooked_read parameter.
11380 * regcache.c (regcache_save, regcache_restore): Update.
11381 (do_cooked_read): New function.
11382 (regcache_cpy): Pass do_cooked_read to regcache_save and
11383 regcache_restore.
11384
11385 2003-03-10 Andrew Cagney <cagney@redhat.com>
11386
11387 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
11388 * gdbarch.h, gdbarch.c: Re-generate.
11389 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11390 * x86-64-tdep.h: Update.
11391 * x86-64-tdep.c (x86_64_init_abi): Update.
11392 * v850-tdep.c (v850_gdbarch_init): Update.
11393 * sparc-tdep.c (sparc_gdbarch_init): Update.
11394 * sh-tdep.c (sh_gdbarch_init): Update.
11395 * s390-tdep.c (s390_gdbarch_init): Update.
11396 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11397 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11398 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11399 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11400 * mips-tdep.c (mips_gdbarch_init): Update.
11401 * mcore-tdep.c (mcore_gdbarch_init): Update.
11402 * m68k-tdep.c (m68k_gdbarch_init): Update.
11403 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11404 * ia64-tdep.c (ia64_gdbarch_init): Update.
11405 * i386-tdep.c (i386_gdbarch_init): Update.
11406 * i386-interix-tdep.c (i386_interix_init_abi): Update.
11407 * hppa-tdep.c (hppa_gdbarch_init): Update.
11408 * h8300-tdep.c (h8300_gdbarch_init): Update.
11409 * frv-tdep.c (frv_gdbarch_init): Update.
11410 * cris-tdep.c (cris_gdbarch_init): Update.
11411 * avr-tdep.c (avr_gdbarch_init): Update.
11412 * arm-tdep.c (arm_gdbarch_init): Update.
11413 * alpha-tdep.c (alpha_gdbarch_init): Update.
11414 * sh-tdep.c (sh_init_extra_frame_info): Update.
11415 (sh64_init_extra_frame_info): Update.
11416 * ns32knbsd-nat.c (frame_num_args): Update.
11417 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
11418 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
11419 (xstormy16_frame_chain_valid): Update.
11420 * vax-tdep.c (vax_saved_pc_after_call): Update.
11421 * v850-tdep.c (v850_frame_chain): Update.
11422 (v850_pop_frame): Update.
11423 (v850_init_extra_frame_info): Update.
11424 * sparc-tdep.c (setup_arbitrary_frame): Update.
11425 * ns32k-tdep.c (umax_frame_num_args): Update.
11426 * s390-tdep.c (s390_pop_frame_regular): Update.
11427 * mn10300-tdep.c (mn10300_frame_chain): Update.
11428 (mn10300_pop_frame_regular): Update.
11429 (mn10300_init_extra_frame_info): Update.
11430 * mips-tdep.c (mips_init_frame_pc_first): Update.
11431 (mips_frame_chain): Update.
11432 (mips_pop_frame): Update.
11433 * mcore-tdep.c (mcore_frame_chain): Update.
11434 (mcore_pop_frame): Update.
11435 (mcore_init_extra_frame_info): Update.
11436 * arch-utils.c (init_frame_pc_default): Update.
11437 * m68k-tdep.c (isi_frame_num_args): Update.
11438 (delta68_frame_num_args): Update.
11439 (news_frame_num_args): Update.
11440 * ia64-tdep.c (ia64_pop_frame_regular): Update.
11441 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
11442 (alpha_frame_chain): Update.
11443 (alpha_pop_frame): Update.
11444 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
11445 (hppa_init_extra_frame_info): Update.
11446 (hppa_frame_chain): Update.
11447 (hppa_frame_chain_valid): Update.
11448 * cris-tdep.c (cris_init_extra_frame_info): Update.
11449 * avr-tdep.c (avr_init_extra_frame_info): Update.
11450 * arm-tdep.c (arm_frame_chain_valid): Update.
11451 (arm_init_extra_frame_info): Update.
11452 (arm_pop_frame): Update.
11453 * frame.c (frame_pc_unwind): Update.
11454 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
11455 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11456 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
11457 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
11458 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
11459 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
11460
11461 2003-03-10 Andrew Cagney <cagney@redhat.com>
11462
11463 * gdbarch.sh (gdbarch_unwind_pc): New method.
11464 * gdbarch.h, gdbarch.c: Regenerate.
11465 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
11466 but use read_pc and FRAME_SAVED_PC as fall backs.
11467 (frame_saved_regs_pc_unwind): Delete function.
11468 (trad_frame_unwinder): Update.
11469 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
11470 (struct frame_unwind): Update.
11471 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
11472 (dummy_frame_unwind): Update.
11473 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
11474 (sentinel_frame_unwinder): Update.
11475 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
11476 (d10v_frame_unwind): Update.
11477 (d10v_unwind_pc): New function.
11478 (d10v_gdbarch_init): Set unwind_pc.
11479
11480 2003-03-10 Andrew Cagney <cagney@redhat.com>
11481
11482 * gdbarch.h: Re-generate.
11483
11484 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
11485 PC.
11486 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
11487 the PC register.
11488
11489 2003-03-08 Mark Kettenis <kettenis@gnu.org>
11490
11491 * gdbarch.sh (save_dummy_frame_tos): Add comment.
11492
11493 2003-03-08 Andrew Cagney <cagney@redhat.com>
11494
11495 * cli-out.c: Update copyright.
11496 (cli_out_data): Define typedef. Use instead of ui_out_data.
11497
11498 2003-03-08 Andrew Cagney <cagney@redhat.com>
11499
11500 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
11501 the result.
11502
11503 2003-03-07 Andrew Cagney <cagney@redhat.com>
11504
11505 * gdbarch.sh: Don't generate two macro definitions when an
11506 undefined macro taking no arguments.
11507 * gdbarch.h: Regenerate.
11508
11509 2002-03-07 Michal Ludvig <mludvig@suse.cz>
11510
11511 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
11512 (x86_64_unwind_dummy_id): New functions.
11513 (x86_64_init_abi): Register these two new functions.
11514
11515 2003-03-07 Michal Ludvig <mludvig@suse.cz>
11516
11517 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
11518 (x86_64_skip_prologue): Move prologue detection to
11519 separate function.
11520 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
11521
11522 2003-03-05 Andrew Cagney <cagney@redhat.com>
11523
11524 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
11525 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
11526 * frame.c (get_prev_frame): Restructure the frame ID unwind code
11527 to use unwind_dummy_id when a dummy frame.
11528 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
11529 predicate.
11530 * gdbarch.h, gdbarch.c: Regneerate.
11531
11532 2003-03-05 Andrew Cagney <cagney@redhat.com>
11533
11534 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
11535 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
11536 Do not use d10v_read_sp or d10v_read_fp when obtaining register
11537 values.
11538
11539 2003-03-05 Andrew Cagney <cagney@redhat.com>
11540
11541 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
11542 (struct d10v_unwind_cache): Delete field "frameless". Replace
11543 "next_addr" with "sp_offset". Add "r11_offset".
11544 (d10v_frame_unwind_cache): Update.
11545 (prologue_find_regs): Update. When "mv r11, sp", save the
11546 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
11547 RN was saved in r11_offset.
11548
11549 2003-03-05 Andrew Cagney <cagney@redhat.com>
11550
11551 * frame.c (deprecated_update_frame_pc_hack): Also update the the
11552 cached PC value in the next frame.
11553
11554 2003-03-05 Andrew Cagney <cagney@redhat.com>
11555
11556 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
11557 "id_unwind_cache" with "id".
11558 (frame_id_unwind): Delete declaration.
11559 * frame.c (frame_id_unwind): Delete function.
11560 (get_prev_frame): Call the frame id unwind method directly. Store
11561 the returned next frame's ID value in NEXT_FRAME. Note that there
11562 is a problem with the wrong unwind ID being called with the wrong
11563 unwind cache.
11564
11565 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11566
11567 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
11568
11569 2003-03-05 James Ingham <jingham@apple.com>
11570 Daniel Jacobowitz <drow@mvista.com>
11571
11572 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
11573 (auto_cp_abi): New variable.
11574 (current_cp_abi, num_cp_abis): Make static.
11575 (CP_ABI_MAX): Define.
11576 (cp_abis): Turn into an array.
11577 (value_virtual_fn_field): Fix formatting.
11578 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
11579 takes a pointer.
11580 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
11581 (list_cp_abis, _initialize_cp_abi): New functions.
11582 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
11583 declarations for cp_abis, num_cp_abis, current_cp_abi, and
11584 switch_to_cp_abi. Update prototype for register_cp_abi.
11585 * Makefile.in (cp-abi.o): Update dependencies.
11586 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
11587 instead of switch_to_cp_abi.
11588 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
11589 register_cp_abi.
11590 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
11591 register_cp_abi.
11592 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
11593
11594 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
11595
11596 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
11597 * dwarf2loc.c: Include "regcache.h".
11598 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
11599 register_size.
11600 * Makefile.in (dwarf2loc.o): Update dependencies.
11601
11602 2003-03-04 Theodore A. Roth <troth@openavr.org>
11603
11604 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
11605 number of io registers reported by remote target is not a multiple of
11606 step.
11607
11608 2003-03-04 David Carlton <carlton@math.stanford.edu>
11609
11610 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
11611 (lookup_symbol_aux_psymtabs): Update call to
11612 lookup_partial_symbol.
11613 (lookup_transparent_type, find_main_psymtab)
11614 (make_symbol_overload_list): Ditto.
11615
11616 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
11617
11618 * MAINTAINERS (Write after approval): Update my email address.
11619
11620 2003-03-03 Andrew Cagney <cagney@redhat.com>
11621
11622 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
11623 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
11624 predicate. Replace MAX_REGISTER_RAW_SIZE.
11625 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
11626 MAX_REGISTER_VIRTUAL_SIZE.
11627 * regcache.c (legacy_max_register_raw_size): New function.
11628 (legacy_max_register_virtual_size): New function.
11629 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
11630 (MAX_REGISTER_RAW_SIZE): Define.
11631 (legacy_max_register_raw_size): Declare.
11632 (legacy_max_register_virtual_size): Declare.
11633 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11634 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
11635 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11636 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11637 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
11638 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11639 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11640 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11641 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11642 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11643 * vax-tdep.c (vax_gdbarch_init): Update.
11644 * v850-tdep.c (v850_gdbarch_init): Update.
11645 * sparc-tdep.c (sparc_gdbarch_init): Update.
11646 * sh-tdep.c (sh_gdbarch_init): Update.
11647 * s390-tdep.c (s390_gdbarch_init): Update.
11648 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11649 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11650 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11651 * mips-tdep.c (mips_gdbarch_init): Update.
11652 * mcore-tdep.c (mcore_gdbarch_init): Update.
11653 * m68k-tdep.c (m68k_gdbarch_init): Update.
11654 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11655 * ia64-tdep.c (ia64_gdbarch_init): Update.
11656 * i386-tdep.c (i386_gdbarch_init): Update.
11657 * hppa-tdep.c (hppa_gdbarch_init): Update.
11658 * h8300-tdep.c (h8300_gdbarch_init): Update.
11659 * frv-tdep.c (frv_gdbarch_init): Update.
11660 * cris-tdep.c (cris_gdbarch_init): Update.
11661 * avr-tdep.c (avr_gdbarch_init): Update.
11662 * arm-tdep.c (arm_gdbarch_init): Update.
11663 * alpha-tdep.c (alpha_gdbarch_init): Update.
11664 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11665 max_register_raw_size or max_register_virtual_size.
11666
11667 2003-03-03 David Carlton <carlton@math.stanford.edu>
11668
11669 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11670 SYMBOL_MATCHES_NAME, add comment.
11671 (SYMBOL_MATCHES_NATURAL_NAME): New.
11672 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11673 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11674 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11675 * symtab.c (lookup_partial_symbol): Use
11676 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11677 unhelpful comment.
11678 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11679 SYMBOL_MATCHES_NAME.
11680 Fix for PR c++/33.
11681
11682 2003-03-03 David Carlton <carlton@math.stanford.edu>
11683
11684 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11685 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11686 by regexp matching against SYMBOL_NATURAL_NAME.
11687
11688 2003-03-03 David Carlton <carlton@math.stanford.edu>
11689
11690 * linespec.c (find_method): Extract code into collect_methods.
11691 (collect_methods): New.
11692
11693 2003-03-02 Mark Kettenis <kettenis@gnu.org>
11694
11695 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11696 get_frame_base.
11697
11698 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11699 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11700
11701 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11702
11703 * arch-utils.c (generic_register_byte): Fix to use the loop index
11704 and not regnum when summing the size of all registers up to regnum.
11705
11706 2003-03-01 Andrew Cagney <cagney@redhat.com>
11707
11708 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11709 FRAME_INIT_SAVED_REGS.
11710 * gdbarch.h, gdbarch.c: Regenerate.
11711 * stack.c (frame_info): Update.
11712 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11713 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11714 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11715 * ns32k-tdep.c (ns32k_pop_frame): Update.
11716 * mips-tdep.c (mips_pop_frame): Update.
11717 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11718 * ia64-tdep.c (ia64_frame_chain): Update.
11719 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11720 (ia64_frameless_function_invocation): Update.
11721 (ia64_init_extra_frame_info): Update.
11722 (ia64_pop_frame_regular): Update.
11723 * frame.h (struct frame_info): Update comment.
11724 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11725 * frame.c (frame_saved_regs_register_unwind): Update.
11726 (frame_saved_regs_register_unwind): Update.
11727 (deprecated_generic_get_saved_register): Update.
11728 * cris-tdep.c: Update comment.
11729 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11730 Rename macro.
11731 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11732 * x86-64-tdep.c (x86_64_init_abi): Update.
11733 * vax-tdep.c (vax_gdbarch_init): Update.
11734 * v850-tdep.c (v850_gdbarch_init): Update.
11735 * sparc-tdep.c (sparc_gdbarch_init): Update.
11736 * sh-tdep.c (sh_gdbarch_init): Update.
11737 * s390-tdep.c (s390_gdbarch_init): Update.
11738 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11739 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11740 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11741 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11742 * mips-tdep.c (mips_gdbarch_init): Update.
11743 * mcore-tdep.c (mcore_gdbarch_init): Update.
11744 * m68k-tdep.c (m68k_gdbarch_init): Update.
11745 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11746 * ia64-tdep.c (ia64_gdbarch_init): Update.
11747 * i386-tdep.c (i386_gdbarch_init): Update.
11748 * frv-tdep.c (frv_gdbarch_init): Update.
11749 * avr-tdep.c (avr_gdbarch_init): Update.
11750 * arm-tdep.c (arm_gdbarch_init): Update.
11751 * alpha-tdep.c (alpha_gdbarch_init): Update.
11752
11753 2003-03-01 Andrew Cagney <cagney@redhat.com>
11754
11755 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11756 option enum and switch. When no windows, set the interpreter to
11757 INTERP_CONSOLE.
11758
11759 2003-03-01 Andrew Cagney <cagney@redhat.com>
11760
11761 * main.c (captured_main): Replace magic option characters with an
11762 enum.
11763
11764 2003-03-01 Andrew Cagney <cagney@redhat.com>
11765
11766 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11767 INIT_EXTRA_FRAME_INFO.
11768 * gdbarch.h, gdbarch.c: Regenerate.
11769 * arm-tdep.c: Update comments.
11770 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11771 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11772 * frame.h, avr-tdep.c: Ditto.
11773 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11774 (create_new_frame, legacy_get_prev_frame): Ditto.
11775 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11776 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11777 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11778 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11779 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11780 * v850-tdep.c (v850_gdbarch_init): Ditto.
11781 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11782 * sh-tdep.c (sh_gdbarch_init): Ditto.
11783 * s390-tdep.c (s390_gdbarch_init): Ditto.
11784 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11785 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11786 * mips-tdep.c (mips_gdbarch_init): Ditto.
11787 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11788 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11789 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11790 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11791 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11792 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11793 * frv-tdep.c (frv_gdbarch_init): Ditto.
11794 * cris-tdep.c (cris_gdbarch_init): Ditto.
11795 * avr-tdep.c (avr_gdbarch_init): Ditto.
11796 * arm-tdep.c (arm_gdbarch_init): Ditto.
11797 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11798 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11799
11800 2003-03-01 Andrew Cagney <cagney@redhat.com>
11801
11802 * gdbarch.sh (register_type): New function with predicate.
11803 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11804 * gdbarch.h, gdbarch.c: Re-generate.
11805 * arch-utils.c (generic_register_byte): Use generic_register_size.
11806 (generic_register_size): When available, use
11807 gdbarch_register_type.
11808 * regcache.c (init_regcache_descr): When available, initialize the
11809 register type array using gdbarch_register_type. If the
11810 architecture supplies gdbarch_register_type, do not use the legacy
11811 regcache layout.
11812 * d10v-tdep.c (d10v_register_type): Replace
11813 d10v_register_virtual_type.
11814 (d10v_gdbarch_init): Set register_type instead of
11815 register_virtual_type.
11816
11817 2003-03-01 Andrew Cagney <cagney@redhat.com>
11818
11819 * Makefile.in (ax-gdb.o): Update dependencies.
11820 * ax-gdb.c: Include "regcache.h".
11821 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11822 * findvar.c (value_of_register): Ditto.
11823 * infcmd.c (default_print_registers_info): Ditto.
11824
11825 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11826
11827 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11828 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11829
11830 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11831
11832 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11833 of STREQ.
11834
11835 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
11836
11837 * Makefile.in (dwarf2loc.o): Update dependencies.
11838 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11839 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11840 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11841 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11842 (locexpr_tracepoint_var_ref): New function.
11843 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11844
11845 2003-02-28 Andrew Cagney <cagney@redhat.com>
11846
11847 * regcache.c (register_size): New function.
11848 * regcache.h (register_size): Declare
11849 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11850 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11851
11852 2003-02-28 David Carlton <carlton@math.stanford.edu>
11853
11854 * linespec.c (decode_compound): Extract code into find_method.
11855 (find_method): New.
11856
11857 2003-02-28 J. Brobecker <brobecker@gnat.com>
11858
11859 * Makefile.in: Add rules to build and link in observer.o.
11860
11861 2003-02-27 J. Brobecker <brobecker@gnat.com>
11862
11863 * observer.c: Minor comments edits.
11864
11865 2003-02-27 J. Brobecker <brobecker@gnat.com>
11866
11867 * observer.h, observer.c: New file.
11868
11869 2003-02-27 Andrew Cagney <cagney@redhat.com>
11870
11871 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11872
11873 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11874
11875 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11876 (M6812_OP_STS_EXT): Likewise.
11877 (m6811_prologue): Use the above to recognize prologue.
11878 (m6812_prologue): Likewise.
11879
11880 2003-02-27 David Carlton <carlton@math.stanford.edu>
11881
11882 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11883 SYMBOL_PRINT_NAME.
11884 (compare_psymbols): Ditto.
11885 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11886
11887 2003-02-27 Michael Snyder <msnyder@redhat.com>
11888
11889 * f-lang.c (build_fortran_types): New function.
11890 (_initialize_f_language): Gdbarch-register built-in fortran types.
11891 * doublest.c (extract_floating): Fix warning text.
11892
11893 2003-02-27 Andrew Cagney <cagney@redhat.com>
11894
11895 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11896 predicate. Replaces PUSH_DUMMY_FRAME.
11897 * gdbarch.h, gdbarch.c: Regnerate.
11898 * valops.c (hand_function_call): Update. Call
11899 generic_push_dummy_frame directly.
11900 * vax-tdep.c (vax_gdbarch_init): Update.
11901 * sparc-tdep.c (sparc_gdbarch_init): Update.
11902 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11903 * m68k-tdep.c (m68k_gdbarch_init): Update.
11904 * hppa-tdep.c (hppa_gdbarch_init): Update.
11905 * alpha-tdep.c (alpha_gdbarch_init): Update.
11906 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11907 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11908 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11909 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11910 push_dummy_frame to generic_push_dummy_frame.
11911 * v850-tdep.c (v850_gdbarch_init): Ditto.
11912 * sh-tdep.c (sh_gdbarch_init): Ditto.
11913 * s390-tdep.c (s390_gdbarch_init): Ditto.
11914 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11915 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11916 * mips-tdep.c (mips_gdbarch_init): Ditto.
11917 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11918 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11919 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11920 * i386-tdep.c (i386_gdbarch_init): Ditto.
11921 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11922 * frv-tdep.c (frv_gdbarch_init): Ditto.
11923 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11924 * cris-tdep.c (cris_gdbarch_init): Ditto.
11925 * avr-tdep.c (avr_gdbarch_init): Ditto.
11926 * arm-tdep.c (arm_gdbarch_init): Ditto.
11927
11928 2003-02-26 Kevin Buettner <kevinb@redhat.com>
11929
11930 * mips-tdep.c (show_mips_abi): New function.
11931 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11932 command ``show mips abi''.
11933
11934 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
11935
11936 From Elena Zannoni <ezannoni@redhat.com>
11937 * dbxread.c (process_one_symbol): Only record line 0 if one or
11938 more sline entries have been seen for the function.
11939
11940 2003-02-26 Michael Chastain <mec@shout.net>
11941
11942 * configure: Regenerate with autoconf 000227.
11943
11944 2003-02-26 Michael Chastain <mec@shout.net>
11945
11946 Close PR build/660.
11947 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11948 for old libc5/glibc.
11949 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11950
11951 2003-02-26 Kris Warkentin <kewarken@qnx.com>
11952
11953 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11954 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11955
11956 2003-02-26 Michael Chastain <mec@shout.net>
11957
11958 * configure.in: New variable HAVE_UINTPTR_T.
11959 * configure, config.in: Regenerated.
11960
11961 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
11962
11963 Fix PR build/1097.
11964 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11965
11966 2003-02-25 Andrew Cagney <cagney@redhat.com>
11967
11968 * frame.c (get_prev_frame): Add comment on check for
11969 inside_entry_func. Only check for inside_entry_file when not a
11970 dummy and not a sentinel. Check that the new frame is not inner
11971 to the old frame.
11972
11973 2003-02-25 Andrew Cagney <cagney@redhat.com>
11974
11975 * frame.c (frame_debug): New variable.
11976 (_initialize_frame): Add "set/show debug frame" command.
11977 (get_prev_frame): When frame_debug, print reason why unwind
11978 failed.
11979
11980 2003-02-25 Michael Chastain <mec@shout.net>
11981
11982 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11983 to avoid uintptr_t definition problems.
11984
11985 2003-02-25 David Carlton <carlton@math.stanford.edu>
11986
11987 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11988 (SYMBOL_LINKAGE_NAME): Ditto.
11989 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11990 SYMBOL_LINKAGE_NAME.
11991 (struct general_symbol_info): Expand comment.
11992 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11993 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11994 (SYMBOL_MATCHES_REGEXP): Ditto.
11995 * symtab.c (symbol_natural_name): New function.
11996 * objfiles.h: Replace all uses of SYMBOL_NAME by
11997 DEPRECATED_SYMBOL_NAME.
11998 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11999 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
12000 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
12001 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
12002 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
12003 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
12004 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
12005 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
12006 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
12007 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
12008 * ada-exp.y: Ditto.
12009 * ada-exp.y: Update copyright.
12010 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
12011 * cp-valprint.c: Ditto.
12012
12013 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
12014
12015 * infptrace.c (detach): Do not flag error if ptrace detach fails
12016 and errno is set to ESRCH.
12017
12018 2003-02-24 Andrew Cagney <cagney@redhat.com>
12019
12020 * infptrace.c (udot_info): Change type of udot_off to long. Use
12021 paddr when printing udot_off's value.
12022
12023 2003-02-24 David Carlton <carlton@math.stanford.edu>
12024
12025 * symtab.c (make_symbol_overload_list): Only read in partial
12026 symtabs containing a matching partial symbol.
12027
12028 2003-02-24 David Carlton <carlton@math.stanford.edu>
12029
12030 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
12031 do the comparison, not strcmp.
12032 * symfile.c (compare_psymbols): Ditto.
12033 * defs.h: Declare strcmp_iw_ordered.
12034 * utils.c (strcmp_iw_ordered): New function.
12035
12036 2003-02-24 Jim Blandy <jimb@redhat.com>
12037
12038 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
12039 support, shared libs): Remove my name from here, to better reflect
12040 reality.
12041
12042 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12043
12044 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
12045 (target_ops): Add to_have_continuable_watchpoint.
12046 * target.c (update_current_target): Add INHERIT line for
12047 to_have_continuable_watchpoint.
12048 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
12049 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
12050 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
12051 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
12052
12053 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
12054
12055 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
12056 maintainership.
12057
12058 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12059
12060 * solib.c (solib_open): Call target defined search function after
12061 failing with solib-search-path.
12062 * solist.h (target_so_ops): Add find_and_open_solib function hook and
12063 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
12064
12065 2003-02-24 Kris Warkentin <kewarken@qnx.com>
12066
12067 * MAINTAINERS: Add myself to Write After section.
12068
12069 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
12070
12071 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
12072
12073 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
12074
12075 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
12076 (m68hc11_add_reggroups): New function.
12077 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
12078 (m68hc11_gdbarch_init): Install the reggroups.
12079 (_initialize_m68hc11_tdep): Initialize them.
12080
12081 2003-02-21 James E Wilson <wilson@tuliptree.org>
12082
12083 * MAINTAINERS: Update my email address.
12084
12085 2003-02-21 David Carlton <carlton@math.stanford.edu>
12086
12087 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
12088
12089 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
12090
12091 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
12092 * symtab.h: Add opaque declarations of struct axs_value and
12093 struct agent_expr.
12094 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
12095 (struct location_funcs): New type.
12096 (struct symbol): Add "loc" to aux_value.
12097 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
12098 * dwarf2read.c: Include "dwarf2expr.h".
12099 (dwarf2_symbol_mark_computed): New function.
12100 (read_func_scope): Use it.
12101 (var_decode_location): New function.
12102 (new_symbol): Use it.
12103 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
12104
12105 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
12106 (dwarf2expr_h, dwarf2loc_h): New variables.
12107 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
12108 (dwarf2expr.o, dwarf2loc.o): New rules.
12109 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
12110 * buildsym.c (finish_block): Handle LOC_COMPUTED and
12111 LOC_COMPUTED_ARG.
12112 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
12113 * m2-exp.y (yylex): Likewise.
12114 * printcmd.c (address_info, print_frame_args): Likewise.
12115 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
12116 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
12117 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
12118 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
12119 * symtab.c (lookup_block_symbol): Likewise.
12120
12121 2003-02-20 Adam Fedor <fedor@gnu.org>
12122
12123 * symtab.h: Remove objc_specific struct
12124 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
12125 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
12126 Have language_objc use cplus_specific struct.
12127
12128 2003-02-20 Tom Tromey <tromey@redhat.com>
12129
12130 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
12131 TYPE_NAME, when printing a String value. PR java/1075.
12132
12133 2003-02-20 Adam Fedor <fedor@gnu.org>
12134
12135 * objc-lang.h (find_methods): Remove declaration.
12136 * objc-lang.c (find_methods): Make static.
12137
12138 2003-02-20 Christopher Faylor <cgf@redhat.com>
12139
12140 * win32-nat.c (get_image_name): Check return value from
12141 ReadProcessMemory.
12142 (child_xfer_memory): Ditto.
12143
12144 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
12145
12146 * configure.in (TARGET_SYSTEM_ROOT): Set default to
12147 ${exec_prefix}/${target_alias}/sys-root. Match explicit
12148 '${exec_prefix}' (in addition to the expansion thereof) as
12149 relocatable.
12150 * configure: Rebuilt.
12151
12152 2003-02-20 David Carlton <carlton@math.stanford.edu>
12153
12154 * symtab.c (search_symbols): Revert the search_symbols part of my
12155 2002-12-23 patch. Add comment.
12156
12157 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
12158
12159 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
12160 * dbxread.c (elfstab_build_psymtabs): Don't call
12161 install_minimal_symbols.
12162 (stabsect_build_psymtabs): Likewise.
12163 * elfread.c (elf_symfile_read): Call install_minimal_symbols
12164 earlier.
12165 * somread.c (som_symfile_read): Call install_minimal_symbols
12166 and do_cleanups earlier.
12167 * nlmread.c (nlm_symfile_read): Likewise.
12168 * mdebugread.c (elfmdebug_build_psymtabs): Call
12169 install_minimal_symbols and make appropriate cleanups.
12170
12171 2003-02-20 Kevin Buettner <kevinb@redhat.com>
12172
12173 * solib.c (reload_shared_libraries): New function.
12174 (_initialize_solib): Add callbacks for ``set solib-search-path''
12175 and ``set solib-absolute-prefix''.
12176
12177 2003-02-20 David Carlton <carlton@math.stanford.edu>
12178
12179 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
12180 expand comment.
12181 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
12182 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
12183 * ada-typeprint.c (ada_typedef_print): Ditto.
12184 * ax-gdb.c (gen_var_ref): Ditto.
12185 * breakpoint.c (print_one_breakpoint): Ditto.
12186 * buildsym.c (finish_block): Ditto.
12187 * c-valprint.c (c_val_print): Ditto.
12188 * expprint.c (print_subexp): Ditto.
12189 * findvar.c (locate_var_value): Ditto.
12190 * infcmd.c (jump_command): Ditto.
12191 * linespec.c (decode_line_2, decode_compound): Ditto.
12192 * maint.c (maintenance_translate_address): Ditto.
12193 * objc-lang.c (compare_selectors, compare_classes): Ditto.
12194 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
12195 Ditto.
12196 * p-valprint.c (pascal_val_print): Ditto.
12197 * stabsread.c (define_symbol): Ditto.
12198 * stack.c (print_frame, frame_info, print_block_frame_locals)
12199 (print_frame_arg_vars, return_command): Ditto.
12200 * symfile.c (compare_symbols, compare_psymbols): Ditto.
12201 * symmisc.c (print_symbol): Ditto.
12202 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
12203 (compare_search_syms, print_symbol_info, print_msymbol_info)
12204 (rbreak_command): Ditto.
12205 * tracepoint.c (tracepoints_info): Ditto.
12206 * typeprint.c (typedef_print): Ditto.
12207 * valops.c (value_of_variable, hand_function_call): Ditto.
12208 * cli/cli-cmds.c (edit_command, list_command): Ditto.
12209 * ada-typeprint.c: Update Copyright.
12210 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
12211 * tracepoint.c, cli/cli-cmds.c: Ditto.
12212
12213 2003-02-20 Kevin Buettner <kevinb@redhat.com>
12214
12215 * frame.c (generic_unwind_get_saved_register): Make non-static.
12216 * frame.h (generic_unwind_get_saved_register): Declare.
12217 * mips-tdep.c (read_next_frame_reg): Fetch register from
12218 current regcache when frame is NULL.
12219 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
12220 that must be NULL.
12221 (mips_get_saved_register): Call generic_unwind_get_saved_register()
12222 instead of frame_register_unwind().
12223
12224 2003-02-20 Andrew Cagney <ac131313@redhat.com>
12225
12226 * remote-sim.c (gdbsim_insert_breakpoint)
12227 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
12228 code.
12229
12230 2003-02-20 Andrew Cagney <ac131313@redhat.com>
12231
12232 * remote.c (_initialize_remote): Add commands "set/show remote
12233 hardware-watchpoint-limit" and "set/show remote
12234 hardware-breakpoint-limit".
12235 (remote_hw_watchpoint_limit): Initialize to -1.
12236 (remote_hw_breakpoint_limit): Ditto.
12237 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
12238
12239 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
12240
12241 * coff-pe-read.c: New file - support reading of minimal symbols from a
12242 portable executable using the export table.
12243 * coff-pe-read.h: New file.
12244 * coffread.c: Include coff-pe-read.h.
12245 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
12246 debugging symbols found.
12247 * Makefile.in (SFILES): Add coff-pe-read.o.
12248 (coff_pe_read_h): Define.
12249 (COMMON_OBS): Add coff-pe-read.o.
12250 (coffread.o): Add coff_pe_read_h dependency.
12251 (coff-pe-read.o): New target.
12252
12253 2003-02-19 David Carlton <carlton@math.stanford.edu>
12254
12255 * Makefile.in (SFILES): Add block.c.
12256 (block_h): New.
12257 (COMMON_OBS): Add block.o.
12258 (block.o): New.
12259 (x86-64-tdep.o): Add $(block_h).
12260 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
12261 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
12262 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
12263 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
12264 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
12265 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
12266 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
12267 * value.h: Add opaque declaration for struct block.
12268 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
12269 * ada-lang.h: Ditto.
12270 * x86-64-tdep.c: #include "block.h"
12271 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
12272 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
12273 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
12274 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
12275 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
12276 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
12277 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
12278 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
12279 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
12280 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
12281 * symtab.c (block_function): Ditto.
12282 (contained_in): Ditto.
12283 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
12284 block.h. Add opaque declaration for struct block.
12285 * symtab.h: Move block_function and contained_in declarations to
12286 block.h. Add opaque declarations for struct block, struct
12287 blockvector.
12288 (struct block): Move to block.h.
12289 (struct blockvector): Ditto.
12290 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
12291 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
12292 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
12293 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
12294 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
12295 Ditto.
12296 * block.c: New file.
12297 * block.h: New file.
12298
12299 2003-02-19 Theodore A. Roth <troth@openavr.org>
12300
12301 * avr-tdep.c (avr_extract_return_value): Remove function.
12302 (avr_store_return_value): Remove function.
12303 (avr_extract_struct_value_address): Remove function.
12304 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
12305
12306 2003-02-19 Andrew Cagney <ac131313@redhat.com>
12307
12308 * rs6000-tdep.c: Include "gdb_assert.h".
12309 (registers_e500): Add "acc" and "spefscr".
12310 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
12311 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
12312 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
12313 really is "r0".
12314 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
12315
12316 2003-02-18 Keith Seitz <keiths@redhat.com>
12317
12318 * Makefile.in: Add gdbtk-interps.c.
12319
12320 2003-02-18 Kevin Buettner <kevinb@redhat.com>
12321
12322 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
12323 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
12324
12325 2003-02-18 Andrew Cagney <cagney@redhat.com>
12326
12327 * symtab.h (struct objfile): Add opaque declaration.
12328
12329 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
12330
12331 From Jim Ingham <jingham@apple.com>:
12332 * dbxread.c (process_one_symbol): Use last_function_start rather
12333 than function_start_offset to find the real beginning of the
12334 current function. The latter is just the text section offset on
12335 some systems, the former is always the real function start.
12336
12337 2003-02-17 Andrew Cagney <cagney@redhat.com>
12338
12339 * configure.in: Revert ${target} != ${host}.
12340
12341 2003-02-17 Andrew Cagney <ac131313@redhat.com>
12342
12343 * configure.in (Makefile): Use the test ${target} != ${host},
12344 instead of the absence of the "nm.h" file, to determine of the
12345 configuration non-native.
12346 * configure: Regenerate.
12347
12348 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
12349
12350 From Brian Ford <ford@vss.fsi.com>
12351
12352 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
12353 conditionalize tui_active test.
12354 (lookup_cmd_1): Ditto.
12355
12356 2003-02-14 Mark Kettenis <kettenis@gnu.org>
12357
12358 * configure.in: Add check for _etext.
12359 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
12360 available.
12361 * config.in, configure: regenerated.
12362
12363 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
12364
12365 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
12366
12367 2003-02-14 Andrew Cagney <ac131313@redhat.com>
12368
12369 * main.c (tui_version): Delete variable.
12370 (captured_main): When --tui, set interpreter_p to "tui" instead of
12371 enabling tui_version.
12372 * printcmd.c (display_command) [TUI]: Test tui_active instead of
12373 tui_version.
12374 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
12375 * cli/cli-cmds.c (disassemble_command): Ditto.
12376 * defs.h (tui_version): Delete declaration.
12377 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
12378 (tui-interp.o): Add rules.
12379 (SUBDIR_TUI_OBS): Add "tui-interp.o".
12380
12381 2003-02-14 Christopher Faylor <cgf@redhat.com>
12382
12383 * win32-nat.c (register_loaded_dll): Correctly set address range for
12384 just-loaded dll.
12385
12386 2003-02-12 Jason Molenda (jmolenda@apple.com)
12387
12388 * symmisc.c (print_objfile_statistics): Include information about
12389 the number of psymtabs and symtabs in each object file.
12390
12391 2003-02-13 Keith R Seitz <keiths@redhat.com>
12392
12393 * main.h (struct captured_main_args): Add interpreter_p.
12394 * main.c (captured_main): Initialize interpreter_p from context.
12395 * gdb.c (main): Set interpreter_p argument.
12396 * Makefile.in (gdb.o): Add dependency for interps.h.
12397
12398 2003-02-12 Andrew Cagney <ac131313@redhat.com>
12399
12400 * event-top.c (cli_command_loop): Delete declaration.
12401 (_initialize_event_loop): Delete function setting event_loop_hook.
12402 * event-top.h (cli_command_loop): Declare. Update copyright.
12403 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
12404 * interps.c (current_interp_command_loop): When event_loop_p, call
12405 cli_command_loop.
12406
12407 2003-02-12 Andrew Cagney <ac131313@redhat.com>
12408
12409 * interps.h (interp_command_loop_ftype): Change return type to
12410 void.
12411
12412 2003-02-12 Michal Ludvig <mludvig@suse.cz>
12413
12414 * x86-64-tdep.c (x86_64_extract_return_value)
12415 (x86_64_store_return_value): Use regcache instead of regbuf.
12416 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
12417 * x86-64-linux-nat.c (fill_gregset): Use regcache.
12418
12419 2003-02-11 Andrew Cagney <ac131313@redhat.com>
12420
12421 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
12422 * aclocal.m4: Regenerate.
12423 * configure: Regenerate.
12424
12425 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
12426 TCL_LD_SEARCH_FLAGS.
12427
12428 2003-02-10 Michal Ludvig <mludvig@suse.cz>
12429
12430 * dwarf2cfi.c: Reindented.
12431
12432 2003-02-09 Andrew Cagney <ac131313@redhat.com>
12433
12434 * interps.c (clear_interpreter_hooks): Convert function definition
12435 to ISO C.
12436
12437 2003-02-07 David Carlton <carlton@math.stanford.edu>
12438
12439 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
12440
12441 2003-02-07 Kevin Buettner <kevinb@redhat.com>
12442
12443 * gdbtypes.h (struct main_type): Move ``length'' field from here...
12444 (struct type): ...to here.
12445 (TYPE_LENGTH): Adjust to reflect different location of ``length''
12446 field.
12447 * gdbtypes.c (make_qualified_type): Set length on newly created type.
12448 (replace_type): Set length on all type variants for a given type.
12449
12450 2003-02-07 Andrew Cagney <ac131313@redhat.com>
12451
12452 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
12453 <sys/stat.h>.
12454 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
12455
12456 2003-02-06 Andrew Cagney <ac131313@redhat.com>
12457
12458 * Makefile.in (symm-nat.o): Update dependencies.
12459 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
12460 (lynx-nat.o, ia64-linux-nat.): Ditto.
12461 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
12462 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
12463 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
12464
12465 * Makefile.in (inflow_h): Define.
12466 (procfs.o, inflow.o, procfs.o): Update dependencies.
12467 * inftarg.c (child_stop): Delete extern declaration of
12468 inferior_process_group. Include "inflow.h".
12469 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
12470 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
12471 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
12472 (our_process_group, inferior_process_group): Extern declarations.
12473
12474 * procfs.c: Include "gdb_assert.h".
12475
12476 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12477 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
12478 * jv-typeprint.c (java_type_print_base): Ditto.
12479 * typeprint.c (typedef_print): Eliminate STREQ.
12480 * cli/cli-script.c (define_command, define_command): Ditto.
12481 * main.c (captured_main): Ditto.
12482 * values.c (lookup_internalvar): Ditto.
12483 * utils.c (safe_strerror, parse_escape): Eliminate assignment
12484 within `if' conditional.
12485 * linespec.c (decode_line_2): Ditto.
12486 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
12487 (bfd_openw_with_cleanup): Ditto.
12488
12489 2003-02-07 Mark Kettenis <kettenis@gnu.org>
12490
12491 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
12492 legacy_extract_return_value and store_return_value to
12493 legacy_return_value.
12494
12495 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
12496
12497 * win32-nat.c (get_relocated_section_addrs): New function. Find
12498 section load addresses for symbol handling in relocated DLLs.
12499 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
12500
12501 2003-02-05 Fred Fish <fnf@intrinsity.com>
12502
12503 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
12504 '=' and '!='.
12505 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
12506 with '&' and '=='.
12507 (angel_RDI_info): Ditto.
12508 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
12509 with '&' and '!='.
12510 (threads_continue_all_with_signals): Ditto.
12511
12512 2003-02-05 Jim Ingham <jingham@apple.com>
12513 Keith Seitz <keiths@redhat.com>
12514 Elena Zannoni <ezannoni@redhat.com>
12515 Andrew Cagney <ac131313@redhat.com>
12516
12517 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
12518 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
12519 (SUBDIR_MI_OBS): Add "mi-interp.o".
12520 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
12521 (SFILES): Add "interps.c".
12522 (COMMON_OBS): Add "interps.o".
12523 (interps_h, mi_main_h): Define.
12524 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
12525 (mi-main.o, main.o, event-top.o): Update dependencies.
12526 * cli/cli-interp.c: New file.
12527 * interps.h, interps.c: New files.
12528 * top.c: (gdb_init): Don't install the default interpreter, handed
12529 by captured_main.
12530 * main.c: Include "interps.h".
12531 (interpreter_p): Note that it should malloc'ed.
12532 (captured_command_loop): Call current_interp_command_loop.
12533 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
12534 xfree and xstrdup when updating interpreter_p. Install the
12535 default interpreter. Add hack to stop mi1's copyright notice
12536 being encoded.
12537 * event-top.h (gdb_setup_readline): Declare.
12538 (gdb_disable_readline): Declare.
12539 * event-top.c: Include "interps.h".
12540 (display_gdb_prompt): Call current_interp_display_prompt_p.
12541 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
12542 gdb_stdlog, and gdb_stdtarg.
12543 (_initialize_event_loop): Don't call gdb_setup_readline.
12544 * cli-out.c (cli_out_set_stream): New function.
12545 * cli-out.h (cli_out_set_stream): Declare.
12546
12547 2003-02-06 Mark Kettenis <kettenis@gnu.org>
12548
12549 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
12550 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
12551 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
12552 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
12553 config/i386/i386v42mp.mt: Removed.
12554
12555 2003-02-05 Mark Kettenis <kettenis@gnu.org>
12556
12557 * configure.tgt (*-*-solaris*): Set gdb_osabi to
12558 GDB_OSABI_SOLARIS.
12559
12560 2003-02-05 Michael Chastain <mec@shout.net>
12561
12562 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
12563 2.12.1 and earlier versions.
12564
12565 2003-02-05 Andrew Cagney <ac131313@redhat.com>
12566
12567 Remove orphaned hosts, targets and files.
12568 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
12569 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
12570 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
12571 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
12572 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
12573 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
12574 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
12575 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
12576 * config/sparc/tm-sp64sim.h: Delete.
12577 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
12578 hosts.
12579 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
12580 mips*-dec-mach3* targets.
12581
12582 2003-02-04 Michael Chastain <mec@shout.net>
12583
12584 * NEWS: Fix typo: sepcifying -> specifying.
12585
12586 2003-02-04 Michael Chastain <mec@shout.net>
12587
12588 * dwarfread.c: Add documentation on the state of dwarf-1,
12589 looking towards obsoletion.
12590
12591 2003-02-03 Michael Chastain <mec@shout.net>
12592
12593 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
12594 gdb/testsuite/gdb.c++/pr-1023.exp.
12595
12596 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12597
12598 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
12599 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
12600
12601 * utils.c (init_page_info): Delete reference to MPW in comments.
12602 * main.c (captured_main): Delete #ifdef MPW.
12603
12604 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12605
12606 * NEWS: Note that the m32r-*-elf* is obsolete.
12607 * monitor.c (monitor_expect): Obsolete reference to m32r.
12608 * configure.tgt: Mark m32r-*-elf* as obsolete.
12609 * MAINTAINERS: Mark m32k as obsolete.
12610 * m32r-rom.c: Obsolete file.
12611 * config/m32r/m32r.mt: Obsolete file.
12612 * config/m32r/tm-m32r.h: Obsolete file.
12613 * m32r-stub.c: Obsolete file.
12614 * m32r-tdep.c: Obsolete file.
12615
12616 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12617
12618 * NEWS: Mention that the z8k-zilog-none is obsolete.
12619 * MAINTAINERS: Mark z8k as obsolete.
12620 * configure.tgt: Obsolete the z8k-*-coff* target.
12621 * config/z8k/z8k.mt: Obsolete file.
12622 * config/z8k/tm-z8k.h: Obsolete file.
12623 * z8k-tdep.c: Obsolete file.
12624
12625 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12626
12627 * NEWS: Mention that the mn10200-elf is obsolete.
12628 * configure.tgt: Obsolete mn10200-*-* target.
12629 * breakpoint.c (update_breakpoints_after_exec): Update comment to
12630 mention that the mn10200 is obsolete.
12631 * breakpoint.h: Ditto.
12632 * MAINTAINERS: Mark the mn10200-elf as obsolete.
12633 * config/mn10200/mn10200.mt: Obsolete file.
12634 * config/mn10200/tm-mn10200.h: Obsolete file.
12635 * mn10200-tdep.c: Obsolete file.
12636
12637 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12638
12639 * MAINTAINERS: Mark h8500 as obsolete.
12640 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12641 * findvar.c (value_from_register): Ditto.
12642 * h8500-tdep.c: Mark file as obsolete.
12643 * config/h8500/h8500.mt: Ditto.
12644 * config/h8500/tm-h8500.h: Ditto.
12645 * NEWS: Mention that h8500 is obsolete.
12646
12647 2003-02-04 David Carlton <carlton@math.stanford.edu>
12648
12649 * objfiles.c (allocate_objfile): Always set name. Add comment at
12650 start of function.
12651 * jv-lang.c (get_dynamics_objfile): Add comment.
12652
12653 2003-02-04 David Carlton <carlton@math.stanford.edu>
12654
12655 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12656 * printcmd.c (build_address_symbolic): Replace uses of
12657 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12658 SYMBOL_NAME, and asm_demangle.
12659 Update copyright.
12660
12661 2003-02-04 David Carlton <carlton@math.stanford.edu>
12662
12663 * linespec.c (decode_compound): Extract code into
12664 lookup_prefix_sym.
12665 (lookup_prefix_sym): New function.
12666
12667 2003-02-04 David Carlton <carlton@math.stanford.edu>
12668
12669 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12670 FLOAT_COERCION_BADNESS.
12671 * gdbtypes.c (rank_one_type): Replace all uses of
12672 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12673
12674 2003-02-04 Jim Blandy <jimb@redhat.com>
12675
12676 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12677 section, let dwarf_macinfo_section point to it, not
12678 dwarf_loc_section.
12679
12680 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12681
12682 Pointed out by Anton Blanchard <anton@samba.org>.
12683 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12684 (ppc_linux_at_sigtramp_return_path): Use it.
12685
12686 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12687
12688 * defs.h (streq): Add prototype.
12689 * utils.c (streq): New function.
12690
12691 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12692 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12693 * mdebugread.c (new_symbol): Likewise.
12694 * stabsread.c (define_symbol): Likewise.
12695 * coffread.c (process_coff_symbol): Likewise.
12696 * dwarfread.c (new_symbol): Likewise.
12697
12698 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12699 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12700 here.
12701 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12702 SYMBOL_INIT_DEMANGLED_NAME.
12703 * objfiles.c: Include "hashtab.h".
12704 (allocate_objfile): Call htab_set_functions_ex for the
12705 demangled_names_hash.
12706 (free_objfile): Call htab_delete for the demangled_names_hash.
12707 * objfiles.h (struct htab): Add declaration.
12708 (struct objfile): Add demangled_names_hash.
12709 * symfile.c: Include "hashtab.h".
12710 (reread_symbols): Call htab_delete for the demangled_names_hash.
12711 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12712 SYMBOL_NAME in the bcache.
12713 * symtab.c: Include "hashtab.h". Update comments.
12714 (create_demangled_names_hash, symbol_set_names): New functions.
12715 (symbol_find_demangled_name): New function, broken out from
12716 symbol_init_demangled_names.
12717 (symbol_init_demangled_names): Use it.
12718 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12719 (SYMBOL_SET_NAMES): New macro.
12720 (symbol_set_names): Add prototype.
12721
12722 2003-02-03 Jim Blandy <jimb@redhat.com>
12723
12724 Use a single, consistent representation for an empty minimal
12725 symbol table in an objfile.
12726 * objfiles.c (terminate_minimal_symbol_table): New function.
12727 (allocate_objfile): Call it.
12728 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12729 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
12730 non-NULL.
12731 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12732 objfile has minimal symbols, compare minimal_symbol_count to zero,
12733 instead of comparing msymbols with NULL.
12734 * objfiles.c (have_minimal_symbols): Same.
12735 * solib-sunos.c (solib_add_common_symbols): Call
12736 terminate_minimal_symbol_table.
12737 * symfile.c (reread_symbols): Same.
12738
12739 2003-02-03 Kevin Buettner <kevinb@redhat.com>
12740
12741 * s390-tdep.c (s390_address_class_type_flags)
12742 (s390_address_class_type_flags_to_name)
12743 (s390_address_class_name_to_type_flags): New functions.
12744 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12745 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12746
12747 2003-02-03 Michael Snyder <msnyder@redhat.com>
12748
12749 * arm-tdep.c: Fix spell-o in comment.
12750
12751 2003-02-03 Michal Ludvig <mludvig@suse.cz>
12752
12753 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12754 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
12755 error messages to contain BFD filename.
12756
12757 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
12758
12759 Fix PR gdb/742 gdb/743 gdb/877
12760 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12761 (do_mixed_source_and_assembly): Use
12762 make_cleanup_ui_out_tuple_begin_end and
12763 make_cleanup_ui_out_tuple_begin_end.
12764 (do_mixed_source_and_assembly): Ditto.
12765 * thread.c (do_captured_list_thread_ids): Ditto.
12766 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12767 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12768 ui_out_tuple_end): Delete prototypes.
12769 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12770 ui_out_list_end, ui_out_tuple_end): Delete.
12771
12772 From Kevin Buettner <kevinb@redhat.com>:
12773 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
12774 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12775 (do_cleanup_table_end): New functions.
12776 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12777 Use cleanups to invoke_ui_out_tuple_end().
12778 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
12779 * cli/cli-setshow.c (cmd_show_list): Use
12780 make_cleanup_ui_out_tuple_begin_end.
12781
12782 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12783
12784 * frame.c (frame_unwind_register): New function.
12785 (frame_unwind_unsigned_register): Use.
12786 (frame_unwind_signed_register): Use.
12787 (frame_read_register): New function.
12788 * frame.h (frame_unwind_register): Declare.
12789 (frame_read_register): Declare.
12790
12791 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12792 and frame_unwind_register instead of read_memory, write_register
12793 and deprecated_write_register_bytes.
12794
12795 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12796
12797 * frame.h: Note that namelen can be negative.
12798 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12799 NAME's length.
12800
12801 * NEWS: Mention that the d10v's `regs' command is deprecated.
12802 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12803 (d10v_print_registers_info): New function.
12804 (show_regs): Call d10v_print_registers_info.
12805 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12806
12807 2003-02-02 Mark Kettenis <kettenis@gnu.org>
12808
12809 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12810 lost in the previous patch.
12811
12812 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12813
12814 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
12815 * stack.c (print_frame_info_base): Output complete FRAME tuple
12816 for synthesized frames.
12817
12818 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12819
12820 * mips-nat.c (zerobuf): Delete.
12821 (fetch_inferior_registers): Alloc local zerobuf.
12822 (fetch_core_registers): Alloc local zerobuf.
12823 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12824 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12825 * thread-db.c (thread_db_store_registers): Ditto.
12826 * sh-tdep.c (sh_do_register): Ditto.
12827 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12828 * remote-sim.c (gdbsim_store_register): Ditto.
12829 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12830 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12831 * monitor.c (monitor_supply_register): Ditto.
12832 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12833 * mips-nat.c (fetch_inferior_registers): Ditto.
12834 * m68klinux-nat.c (fetch_register): Ditto.
12835 * lynx-nat.c (fetch_inferior_registers): Ditto.
12836 (fetch_inferior_registers): Ditto.
12837 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12838 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12839 (hpux_thread_store_registers): Ditto.
12840 * hppah-nat.c (fetch_register): Ditto.
12841 * hppab-nat.c (fetch_register): Ditto.
12842 * hppa-tdep.c (pa_register_look_aside): Ditto.
12843 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12844 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12845
12846 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12847
12848 * gdbarch.sh: Explictly specify all method levels. When a
12849 variable with an empty level, provide a non-multi-arch default.
12850 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12851 * gdbarch.h: Re-generate.
12852 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12853 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12854
12855 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12856
12857 * defs.h (host_pointer_to_address): Delete declaration.
12858 (address_to_host_pointer): Delete declaration.
12859 * utils.c (host_pointer_to_address): Delete function.
12860 (address_to_host_pointer): Delete function.
12861 * procfs.c (procfs_address_to_host_pointer): New function.
12862 * procfs.c (proc_set_watchpoint): Use.
12863 (procfs_can_use_hw_breakpoint): Update comments.
12864 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12865 (som_solib_add): Use.
12866 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12867 * hppa-tdep.c (unwind_command): Use.
12868
12869 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12870
12871 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12872 strlen d_name.
12873
12874 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12875 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12876 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12877 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12878 (define_symbol): Update.
12879 * symfile.c (generic_load): Remove references to nindy.
12880 * symtab.c: Remove references to nindy.
12881
12882 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12883
12884 * infcmd.c (print_float_info): Delete code conditional on
12885 FLOAT_INFO.
12886 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12887 * config/m68k/nm-apollo68b.h: Ditto.
12888 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12889 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12890 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12891
12892 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12893
12894 * config/i386/tm-i386os9k.h: Removed.
12895
12896 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12897 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12898 they're identical to i[3456]86-*-sysv* now.
12899 * config/i386/i386v32.mh: Removed.
12900 * config/i386/xm-i386v32.h: Removed.
12901 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12902
12903 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12904
12905 * config/i386/i386dgux.mh: Removed.
12906 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12907
12908 * configure.in: Fix typo.
12909 * configure: Regenerated.
12910
12911 2003-01-31 David Carlton <carlton@math.stanford.edu>
12912
12913 * dwarf2read.c (dwarf2_locate_sections): Set
12914 dwarf_ranges_section.
12915
12916 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12917
12918 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12919 * utils.c: Update comments documenting legitimate uses of PTR.
12920
12921 * utils.c: Re-indent.
12922
12923 * config/djgpp/fnchange.lst: Delete nindy files.
12924 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12925 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12926 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12927 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12928 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12929 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12930 * Makefile.in (init.c): Remove nindy references.
12931 (saber_gdb): Delete rule.
12932 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12933 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12934 and a68v-nat.c.
12935 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12936 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12937 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12938 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12939 nindy-share/stop.h.
12940 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12941 * saber.suppress: Delete file.
12942
12943 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
12944
12945 * dbxread.c (stabs_data): New static variable.
12946 (fill_symbuf): Support an in-memory buffer for stabs data.
12947 (stabs_seek): New function.
12948 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12949 (read_ofile_symtab): Use stabs_seek.
12950 (elfstab_build_psymtabs): Take an asection* instead of
12951 an offset and size. Relocate the stabs data if necessary.
12952 Save the section* for dbx_psymtab_to_symtab.
12953 * dwarf2read.c: Add section variables for each debug section.
12954 (dwarf2_locate_sections): Fill them in.
12955 (dwarf2_read_section): Take an asection* argument.
12956 Relocate the section contents if necessary.
12957 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12958 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12959 it to dwarf2_read_section.
12960 (dwarf2_build_frame_info): Update callers.
12961 * elfread.c (elf_symfile_read): Update call to
12962 elfstab_build_psymtabs.
12963 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12964 (DBX_STAB_SECTION): New macro.
12965 * stabsread.h (elfstab_build_psymtabs): Update prototype.
12966 * symfile.c (symfile_dummy_outputs): New function.
12967 (symfile_relocate_debug_section): New function.
12968 * symfile.h (symfile_relocate_debug_section): Add prototype.
12969
12970 2003-01-31 Richard Henderson <rth@redhat.com>
12971
12972 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12973 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12974 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12975 * alpha-tdep.c (alpha_register_name): Add "unique".
12976 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12977 (ALPHA_UNIQUE_REGNUM): New.
12978 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12979
12980 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12981
12982 * README: Remove reference to Ericsson 1800 monitor.
12983 * Makefile.in (remote-es.o): Delete rule.
12984 (ALLDEPFILES): Delete remote-es.c.
12985 * remote-es.c: Delete file.
12986 * config/m68k/es1800.mt: Delete file.
12987 * config/djgpp/fnchange.lst: Update.
12988 * configure.tgt: Delete m68*-ericsson-* target.
12989
12990 2003-01-31 Adam Fedor <fedor@gnu.org>
12991
12992 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12993 Remove duplicate/shadowing variable of same name.
12994
12995 2003-01-30 Jim Blandy <jimb@redhat.com>
12996
12997 * symfile.c (find_separate_debug_file): Assert that the objfile's
12998 directory name we compute ends with a slash, and then assume that
12999 that's so everywhere we use it.
13000
13001 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
13002
13003 * valops.c (value_assign): Flush frame cache after stores to memory
13004 also.
13005
13006 2003-01-30 Andrew Cagney <ac131313@redhat.com>
13007
13008 * Makefile.in (mon960-rom.o): Delete rule.
13009 * mon960-rom.c: Delete file.
13010
13011 2003-01-30 Andrew Cagney <ac131313@redhat.com>
13012
13013 * d10v-tdep.c: Include "frame-unwind.h".
13014 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
13015 list.
13016 (next_addr, uses_frame): Delete.
13017 (struct d10v_unwind_cache): Define.
13018 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
13019 Use info instead of next_addr and uses_frame globals.
13020 (d10v_frame_init_saved_regs): Delete function.
13021 (d10v_init_extra_frame_info): Delete function.
13022 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
13023 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
13024 init_frame_pc or frame_saved_pc.
13025 (d10v_pop_frame): Delete function.
13026 (do_d10v_pop_frame): Delete function.
13027 (d10v_frame_chain): Delete function.
13028 (d10v_frame_chain_valid): Delete function.
13029 (d10v_frame_pc_unwind): New function.
13030 (d10v_frame_id_unwind): New function.
13031 (saved_regs_unwinder): New function.
13032 (d10v_frame_register_unwind): New function.
13033 (d10v_frame_pop): New function.
13034 (d10v_frame_unwind): New variable.
13035 (d10v_frame_p): New function.
13036 (d10v_frame_saved_pc): Delete function.
13037 * Makefile.in (d10v-tdep.o): Update dependencies.
13038
13039 2003-01-30 J. Brobecker <brobecker@gnat.com>
13040
13041 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
13042 causing some regressions due to a change in the default value
13043 for this macro.
13044
13045 2003-01-29 Richard Henderson <rth@redhat.com>
13046 Elena Zannoni <ezannoni@redhat.com>
13047 Daniel Jacobowitz <drow@mvista.com>
13048
13049 Fix PR gdb/961.
13050 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
13051 variables.
13052 (RANGES_SECTION): New.
13053 (dwarf_ranges_buffer): New variable.
13054 (struct comp_unit_head): Add member "die".
13055 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
13056 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
13057 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
13058 (dwarf2_locate_sections): Likewise.
13059 (dwarf2_build_psymtabs): Read .debug_ranges.
13060 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
13061 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
13062 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
13063 Look for DW_AT_ranges and return the bounding box.
13064
13065 2003-01-29 Brian Ford <ford@vss.fsi.com>
13066
13067 * win32-nat.c (cygwin_pid): Removed as unused.
13068 (child_attach): Try fall back to Cygwin pid.
13069
13070 2003-01-29 Jim Blandy <jimb@redhat.com>
13071
13072 * objfiles.h (struct objfile): Doc fix.
13073
13074 2003-01-29 Andrew Cagney <ac131313@redhat.com>
13075
13076 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
13077 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
13078 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
13079 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
13080 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
13081 (FRAME_SAVED_PC): Change to a function with predicate.
13082 * gdbarch.h, gdbarch.c: Re-generate.
13083
13084 2003-01-28 Andrew Cagney <ac131313@redhat.com>
13085
13086 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
13087
13088 * complaints.c (complain): Delete function.
13089 * complaints.h (struct deprecated_complaint): Delete definition.
13090 (complain): Delete declaration.
13091
13092 2003-01-28 Kevin Buettner <kevinb@redhat.com>
13093
13094 * mips-tdep.c (mips_init_extra_frame_info): Return early for
13095 dummy frames.
13096
13097 2003-01-27 Andrew Cagney <ac131313@redhat.com>
13098
13099 * sentinel-frame.h, sentinel-frame.c: New files.
13100 * Makefile.in (frame.o): Update dependencies.
13101 (SFILES): Add sentinel-frame.c.
13102 (sentinel_frame_h): Define.
13103 (COMMON_OBS): Add sentinel-frame.o.
13104 (sentinel-frame.o): Specify dependencies.
13105 * frame.c: Include "sentinel-frame.h".
13106 (frame_register_unwind): Rewrite assuming that there is always a a
13107 ->next frame.
13108 (frame_register, generic_unwind_get_saved_register): Ditto.
13109 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
13110 (create_sentinel_frame, unwind_to_current_frame): New functions.
13111 (get_current_frame): Rewrite using create_sentinel_frame and
13112 unwind_to_current_frame. When possible, always create a frame.
13113 (create_new_frame): Set next to the sentinel frame.
13114 (get_next_frame): Rewrite. Don't go below the level 0 frame.
13115 (deprecated_update_frame_pc_hack): Update the next frame's PC and
13116 ID cache when necessary.
13117 (frame_saved_regs_id_unwind): Use frame_relative_level.
13118 (deprecated_generic_get_saved_register): Use frame_relative_level,
13119 get_frame_saved_regs, get_frame_pc, get_frame_base and
13120 get_next_frame.
13121 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
13122 frame_register.
13123
13124 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13125
13126 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
13127
13128 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13129
13130 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
13131 (maintenance_set_profile_cmd): Use error () instead of warning ().
13132
13133 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
13134
13135 * configure.in: Check that -pg works if using --enable-profiling.
13136 Check for monstartup and _mcleanup regardless of --enable-profiling.
13137 * maint.c: Check for monstartup and _mcleanup before using them.
13138 * config.in: Regenerated.
13139 * configure: Regenerated.
13140
13141 2003-01-24 Nick Clifton <nickc@redhat.com>
13142
13143 * Add sh2e support:
13144
13145 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
13146
13147 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
13148 (sh2e_show_regs): New.
13149 (sh_gdbarch_init): Handle bfd_mach_sh2e.
13150 * config/sh/tm-sh.h: Added sh2e to comments.
13151
13152 2003-01-23 Jim Blandy <jimb@redhat.com>
13153
13154 * symfile.c (syms_from_objfile): Don't print the "(no debugging
13155 symbols found)" message here; we haven't checked for a separate
13156 debug info file yet, so we don't know yet.
13157 (symbol_file_add_with_addrs_or_offsets): Print it here, after
13158 we've looked everywhere. Also, there's no need to print a special
13159 message when we're loading the separate debug info file: the one
13160 symbol_file_add prints is fine.
13161
13162 2003-01-23 Alexander Larsson <alexl@redhat.com>
13163 Jim Blandy <jimb@redhat.com>
13164
13165 Add support for executables whose debug info has been separated
13166 out into a separate file, leaving only a link behind.
13167 * objfiles.h (struct objfile): New fields: separate_debug_objfile
13168 and separate_debug_objfile_backlink.
13169 (put_objfile_before): New declaration.
13170 * symfile.c: #include "filenames.h".
13171 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
13172 debug info in a separate file, read that, too. Save the addrs
13173 argument, so we can use it again to read the separated debug info;
13174 syms_from_objfile modifies the table we pass it.
13175 (reread_symbols): After re-reading an objfile, call
13176 reread_separate_symbols to refresh its separate debug info
13177 objfile, if it has one.
13178 (reread_separate_symbols, find_separate_debug_file,
13179 get_debug_link_info, separate_debug_file_exists): New functions.
13180 (debug_file_directory): New global var.
13181 (_initialize_symfile): Initialize debug_file_directory, and
13182 provide the new `set debug-file-directory' command to let the user
13183 change it.
13184 * objfiles.c (free_objfile): If this objfile has its debug info in
13185 a separate objfile, free that one too. If this is itself a
13186 separate debug info objfile, clear our parent's backlink.
13187 (put_objfile_before): New function.
13188 * utils.c (gnu_debuglink_crc32): New function.
13189 * defs.h (gnu_debuglink_crc32): New declaration.
13190 * Makefile.in (symfile.o): Note dependency on "filenames.h".
13191 * configure.in: Handle --with-separate-debug-dir config option.
13192 * acinclude.m4 (AC_DEFINE_DIR): New macro.
13193 * acconfig.h (DEBUGDIR): New macro.
13194 * configure, aclocal.m4, config.in: Regenerated.
13195
13196 2003-01-22 Jim Blandy <jimb@redhat.com>
13197
13198 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
13199 like the old symbol_file_add, but taking new arguments: you can
13200 now pass in either a `struct section_addr_info' list to say where
13201 each section is loaded, or a `struct section_offsets' table. Pass
13202 these new arguments through to syms_from_objfile as appropriate.
13203 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
13204 with the appropriate quiescent values for the new arguments.
13205
13206 * symfile.c: #include "gdb_assert.h".
13207 (syms_from_objfile): Add the ability to pass in a section offset
13208 table directly, as an alternative to the section_addr_info table.
13209 Document arguments better.
13210 (symbol_file_add): Pass extra arguments to syms_from_objfile.
13211 * symfile.h (syms_from_objfile): Update declaration.
13212 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
13213 syms_from_objfile.
13214 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
13215
13216 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
13217
13218 Original patch by Tom Tromey <tromey@cygnus.com> and
13219 Jason Molenda <jmolenda@apple.com>.
13220 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
13221 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
13222 * NEWS: Mention profiling.
13223 * configure.in (--enable-gdbtk): Fix typo.
13224 (--enable-profiling): New. Set PROFILE_CFLAGS.
13225 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
13226 Fill in function.
13227 (profiling_state): New variable.
13228 (mcleanup_wrapper): New function.
13229 (_initialize_maint): Remove NOTYET, fix call to
13230 add_setshow_boolean_cmd for "maint set profile".
13231 * configure: Regenerated.
13232
13233 2003-01-21 Martin M. Hunt <hunt@redhat.com>
13234
13235 * Makefile.in (install-gdbtk): Install PNG images too.
13236
13237 2003-01-21 Andrew Cagney <ac131313@redhat.com>
13238
13239 * exec.c (text_start): Delete global variable.
13240 (exec_file_attach): Make text_start local to the function.
13241 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
13242 * valops.c (hand_function_call): Delete code that handles
13243 BEFORE_TEXT_END and AFTER_TEXT_END.
13244 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
13245 of CALL_DUMMY_LOCATION.
13246 * gdbarch.c: Regenerate.
13247 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
13248 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
13249 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
13250 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
13251 (text_end): Delete extern declaration.
13252
13253 2003-01-21 Andrew Cagney <ac131313@redhat.com>
13254
13255 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
13256 * blockframe.c (backtrace_below_main): Move to "frame.c".
13257 (frame_chain_valid): Delete check for backtrace_below_main.
13258 (_initialize_blockframe): Delete initialization, move ``set
13259 backtrace-below-main'' command to "frame.c".
13260 (do_flush_frames_sfunc): Delete function.
13261 * frame.c: Include "command.h" and "gdbcmd.h".
13262 (frame_type_from_pc): New function.
13263 (create_new_frame): Use frame_type_from_pc.
13264 (legacy_get_prev_frame): New function.
13265 (get_prev_frame): Rewrite. When an old style frame, call
13266 legacy_get_prev_frame. Otherwize, unwind the PC first.
13267 (_initialize_frame): Add ``set backtrace-below-main'' command.
13268 * Makefile.in (frame.o): Update dependencies.
13269
13270 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13271
13272 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
13273 DEPRECATED_REGISTERS_INFO.
13274
13275 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13276
13277 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
13278 Maintainers'. Update `Various Maintainers'.
13279
13280 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13281
13282 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
13283 * gdbarch.sh (POP_FRAME): Change to function with predicate.
13284 Suppress actual parameters when `-'.
13285 * gdbarch.h, gdbarch.c: Regenerate.
13286
13287 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13288
13289 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
13290 code handling dummy frames.
13291
13292 2003-01-19 Andrew Cagney <ac131313@redhat.com>
13293
13294 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
13295 (struct frame_unwind): Add field pop.
13296 * frame.h (frame_pop): Declare.
13297 * frame.c (frame_saved_regs_pop): New function.
13298 (trad_frame_unwinder): Add frame_saved_regs_pop.
13299 (frame_pop): New function.
13300 * dummy-frame.c (dummy_frame_pop): New function.
13301 (discard_innermost_dummy): New function.
13302 (generic_pop_dummy_frame): Use discard_innermost_dummy.
13303 (dummy_frame_unwind): Add dummy_frame_pop.
13304 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
13305 * valops.c (hand_function_call): Ditto.
13306 * stack.c (return_command): Ditto.
13307
13308 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13309
13310 * cris-tdep.c: Fix function declaration indentation.
13311 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
13312 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
13313 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
13314 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
13315 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
13316 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
13317
13318 2003-01-18 Michael Chastain <mec@shout.net>
13319
13320 * README (Unpacking and Installation -- quick overview):
13321 Warn against ".../gdb-5.3/gdb/configure".
13322
13323 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13324
13325 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
13326 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13327 (struct frame_unwind): Declare opaque.
13328 (dummy_frame_p): Declare function.
13329 * dummy-frame.c (dummy_frame_id_unwind): Make static.
13330 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
13331 * dummy-frame.c: Include "frame-unwind.h".
13332 (dummy_frame_p): New function.
13333 (dummy_frame_unwind): New variable.
13334 * frame.c: Include "frame-unwind.h".
13335 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
13336 to use the new unwind field.
13337 (set_unwind_by_pc): Delete function.
13338 (create_new_frame, get_prev_frame): Set unwind field using
13339 frame_unwind_find_by_pc.
13340 (trad_frame_unwind, trad_frame_unwinder): New variables.
13341 * frame.h (trad_frame_unwind): Declare variable.
13342 (frame_id_unwind_ftype): Delete declaration.
13343 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
13344 (struct frame_unwind): Declare opaque.
13345 (struct frame_info): Replace the fields id_unwind, pc_unwind and
13346 register_unwind with a single unwind pointer.
13347 * frame-unwind.h, frame-unwind.c: New files.
13348 * Makefile.in (SFILES): Add frame-unwind.c.
13349 (frame_unwind_h): Define.
13350 (COMMON_OBS): Add frame-unwind.o.
13351 (frame-unwind.o): Specify dependencies.
13352 (frame.o, dummy-frame.o): Update dependencies.
13353
13354 2003-01-18 Andrew Cagney <ac131313@redhat.com>
13355
13356 * ada-valprint.c: Eliminate PTR.
13357 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
13358 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
13359 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
13360 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
13361 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
13362 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
13363 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
13364
13365 2003-01-17 Andrew Cagney <ac131313@redhat.com>
13366
13367 * main.c (captured_main): Don't use PTR.
13368 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
13369 * gdbtypes.c (lookup_primitive_typename): Ditto.
13370 (lookup_struct_elt_type): Ditto.
13371 * f-valprint.c (info_common_command): Ditto.
13372 (list_all_visible_commons): Ditto.
13373 * jv-typeprint.c (java_type_print_base): Ditto.
13374
13375 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
13376 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
13377 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
13378 i386-interix-nat.c and i386-interix-tdep.c. Rename
13379 m68klinux-nat.c and m68klinux-tdep.c. Rename
13380 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
13381 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
13382 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
13383 * main.c (captured_main): Use xfree, not free.
13384
13385 2003-01-16 Andrew Cagney <ac131313@redhat.com>
13386
13387 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
13388 ID back using a parameter.
13389 * frame.c (frame_id_unwind): Update call.
13390 (frame_saved_regs_id_unwind): Update.
13391 * dummy-frame.c (dummy_frame_id_unwind): Update function.
13392 * dummy-frame.h (struct frame_id): Add opaque declaration.
13393 (dummy_frame_id_unwind): Update declaration.
13394
13395 2003-01-15 Andrew Cagney <ac131313@redhat.com>
13396
13397 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
13398
13399 2003-01-15 Stephen P. Smith <ischis2@cox.net>
13400
13401 * MAINTAINERS (Stephen P. Smith): Updated email address.
13402
13403 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
13404
13405 Fix PR gdb/898
13406 * breakpoint.c (until_break_command): Add new argument. Use it to
13407 decide whether to stop only at the current frame or not.
13408 * breakpoint.h (until_break_command): Update prototype.
13409 * infcmd.c (until_command): Add new argument to until_break_command
13410 call.
13411 (advance_command): New function.
13412 (_initialize_infcmd): Update help string for 'until' command.
13413 Add new 'advance' command.
13414
13415 2003-01-14 David Carlton <carlton@math.stanford.edu>
13416
13417 * linespec.c (decode_line_1): Normalize comments.
13418 (set_flags): Ditto.
13419 (locate_first_half): Ditto.
13420 (decode_compound): Ditto.
13421 (symtab_from_filename): Ditto.
13422 (decode_all_digits): Ditto.
13423 (decode_dollar): Ditto.
13424 (find_methods): Ditto.
13425 (find_toplevel_char): Ditto.
13426
13427 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13428
13429 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
13430 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
13431 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
13432 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
13433 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
13434 * language.c, language.h, m32r-tdep.c: Update copyright.
13435 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
13436 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
13437 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
13438 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
13439 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
13440 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
13441
13442 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13443
13444 * stabsread.h (process_later, resolve_cfront_continuation):
13445 Obsolete.
13446 Update copyright years.
13447 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
13448 Update copyright year.
13449 * dbxread.c(struct cont_elem): Obsolete.
13450 (process_later, process_now): Obsolete functions.
13451 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
13452 Update copyright year.
13453 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
13454 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
13455 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
13456 (parse_partial_symbols): Obsolete cfront support.
13457 * stabsread.c
13458 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
13459 macros.
13460 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
13461 read_cfront_baseclasses, read_cfront_member_functions,
13462 resolve_cfront_continuation,read_cfront_static_fields,
13463 copy_cfront_struct_fields): Obsolete functions.
13464 (define_symbol, read_one_struct_field): Obsolete cfront support.
13465 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
13466 Update Copyright year.
13467
13468 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
13469
13470 * stack.c (print_frame_info, print_stack_frame_base_stub,
13471 print_stack_frame_base, show_and_print_stack_frame_stub,
13472 show_and_print_stack_frame, print_only_stack_frame_stub,
13473 print_only_stack_frame): Delete functions.
13474 (print_stack_frame_stub): Call print_frame_info instead of
13475 print_frame_info_base.
13476 (print_frame_info_base): Rename to print_frame_info.
13477 (backtrace_command_1): Call print_frame_info, instead of
13478 print_frame_info_base.
13479 (current_frame_command): Call print_stack_frame, instead of
13480 print_only_stack_frame.
13481 (frame_command): Call print_stack_frame, instead of
13482 show_and_print_stack_frame.
13483 (up_command): Ditto.
13484 (down_command): Ditto.
13485 * frame.h (print_only_stack_frame): Delete prototype.
13486 * infrun.c (normal_stop): Call print_stack_frame, instead of
13487 show_and_print_stack_frame.
13488 * thread.c (info_threads_command): Call print_stack_frame, instead
13489 of print_only_stack_frame.
13490
13491 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13492
13493 * README (Graphical interface to GDB): Update URL. Point at
13494 gdb/links/.
13495
13496 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
13497 version match.
13498
13499 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13500
13501 * symtab.c (find_pc_sect_line): Don't consider end-of-function
13502 lines.
13503
13504 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13505
13506 * thread-db.c (attach_thread): Prototype.
13507 (struct private_thread_info): Remove lwpid. Add thread handle (th),
13508 thread information (ti), and valid flags (th_valid, ti_valid).
13509 (attach_thread): Move target_pid_to_str call to after the thread
13510 is added to GDB's list. Initialize the cache.
13511 (thread_get_info_callback, thread_db_map_id2thr)
13512 (thread_db_get_info): New functions.
13513 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
13514 (thread_db_store_registers, thread_db_thread_alive)
13515 (thread_db_get_thread_local_address): Use them.
13516 (thread_db_pid_to_str): Likewise. Return "Missing" instead
13517 of calling error() for threads in unknown state.
13518
13519 (clear_lwpid_callback): New function.
13520 (thread_db_resume): Use it to clear the cache.
13521
13522 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13523
13524 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
13525 (resume_callback): Remove dead code.
13526
13527 2003-01-13 Andrew Cagney <ac131313@redhat.com>
13528
13529 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
13530 predicate.
13531 * gdbarch.h, gdbarch.c: Regenerate.
13532 * stack.c (frame_info): Only initialize the saved registers when
13533 FRAME_INIT_SAVED_REGS_P.
13534 * frame.c (frame_saved_regs_register_unwind): Assert
13535 FRAME_INIT_SAVED_REGS_P.
13536 (deprecated_generic_get_saved_register): Ditto.
13537
13538 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13539
13540 * source.c (openp): Squelch warning about "filename".
13541
13542 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13543
13544 * source.c (openp): If the file does not exist don't necessarily
13545 search the path.
13546
13547 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13548
13549 Fix PR gdb/872.
13550 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
13551 (integer_types_same_name_p): New function.
13552 (rank_one_type): Use it.
13553 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
13554
13555 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13556
13557 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
13558 variables.
13559 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
13560 * configure.in: Add --with-sysroot.
13561 * configure: Regenerated.
13562 * main.c (gdb_sysroot): New variable.
13563 (captured_main): Initialize gdb_sysroot.
13564 * defs.h (gdb_sysroot): New extern declaration.
13565 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
13566
13567 2003-01-12 Michael Chastain <mec@shout.net>
13568
13569 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
13570
13571 2003-01-12 Michael Chastain <mec@shout.net>
13572
13573 * top.c (print_gdb_version): Bump copyright year to 2003.
13574
13575 2003-01-12 David Carlton <carlton@bactrian.org>
13576
13577 * linespec.c (symtab_from_filename): Rename variable 's' to
13578 'file_symtab'.
13579
13580 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13581
13582 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
13583 dummy frame.
13584 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
13585
13586 2003-01-12 Andrew Cagney <ac131313@redhat.com>
13587
13588 * d10v-tdep.c: Include "gdb_assert.h".
13589 (d10v_store_return_value): Rewrite to match current interface.
13590 (d10v_extract_struct_value_address): Ditto.
13591 (d10v_extract_return_value): Ditto.
13592 (d10v_gdbarch_init): Set store_restore_value,
13593 extract_struct_value_address and extract_return_value.
13594
13595 2003-01-12 J. Brobecker <brobecker@gnat.com>
13596
13597 * hpread.c (set_namestring): New procedure replacing the
13598 SET_NAMESTRING macro.
13599 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
13600 by calls to set_namestring.
13601
13602 2003-01-11 J. Brobecker <brobecker@gnat.com>
13603
13604 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
13605 a compilation warning.
13606 (hpread_process_one_debug_symbol): Likewise.
13607
13608 2003-01-10 David Carlton <carlton@math.stanford.edu>
13609
13610 * linespec.c (decode_line_1): Rename variable 's' to
13611 'file_symtab'.
13612 (decode_all_digits): Rename argument 's' to 'file_symtab'.
13613 (decode_dollar): Ditto.
13614 (decode_variable): Ditto.
13615 (symbol_found): Ditto.
13616
13617 2003-01-09 Michael Chastain <mec@shout.net>
13618
13619 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
13620
13621 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
13622
13623 * win32-nat.c (set_process_privilege): New function.
13624 (child_attach): Call set_process_privilege() to enable the
13625 SE_DEBUG_NAME user privilege if available in process token.
13626
13627 2003-01-10 J. Brobecker <brobecker@gnat.com>
13628
13629 * hpread.c (hpread_process_one_debug_symbol): Fix a small
13630 compilation error in the previous revision.
13631
13632 2003-01-09 David Carlton <carlton@math.stanford.edu>
13633
13634 * linespec.c: Update copyright.
13635
13636 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13637
13638 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13639 than inferior_ptid.
13640 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13641
13642 2003-01-09 Andrew Cagney <ac131313@redhat.com>
13643
13644 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13645 Update comments.
13646 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13647 (frame_saved_regs_zalloc): Update.
13648 (frame_saved_regs_register_unwind): Update.
13649 (create_new_frame): Update.
13650 (get_prev_frame): Update.
13651 (frame_extra_info_zalloc): Update.
13652 (deprecated_get_frame_saved_regs): Update.
13653 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13654 * cris-tdep.c: Update comment.
13655
13656 * somsolib.h: Fix function indentation.
13657 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13658 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13659 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13660 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13661 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13662
13663 * infrun.c (follow_fork): Use ISO C definition.
13664 * expprint.c (print_subexp): Use xfree instead of free.
13665 * charset.c: Include "gdb_string.h" instead of <string.h>.
13666 (register_iconv_charsets): Use ISO C definition.
13667 (host_charset, target_charset): Ditto.
13668 * Makefile.in (charset.o): Update dependencies.
13669 (mi-cmd-env.o): Update dependencies.
13670
13671 2003-01-08 Andrew Cagney <cagney@redhat.com>
13672
13673 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13674 get_frame_base.
13675
13676 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13677
13678 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13679 build directories. Save edited gdb output in Mbuild.log. If a
13680 build fails, remove any final GDB executable.
13681
13682 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13683
13684 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13685 replacing hex constants with function names and stripping leading
13686 file name directory prefixes.
13687
13688 2003-01-08 Andrew Cagney <cagney@redhat.com>
13689
13690 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13691 get_frame_base.
13692
13693 2003-01-08 David Carlton <carlton@math.stanford.edu>
13694
13695 * linespec.c (decode_line_1): Move code into decode_variable.
13696 (decode_variable): New function.
13697
13698 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13699
13700 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13701
13702 2003-01-08 Andrew Cagney <cagney@redhat.com>
13703
13704 * cris-tdep.c (cris_frame_init_saved_regs): Use
13705 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13706 saved_regs buffer.
13707 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13708 (sh64_nofp_frame_init_saved_regs): Ditto.
13709 (sh_fp_frame_init_saved_regs): Ditto.
13710 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13711 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13712 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13713 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13714
13715 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
13716
13717 * minsyms.c (lookup_minimal_symbol): Update comment.
13718 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13719 (lookup_minimal_symbol_solib_trampoline): Likewise.
13720
13721 2003-01-08 Andrew Cagney <cagney@redhat.com>
13722
13723 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13724 frame_relative_level.
13725
13726 * alpha-tdep.c: Use get_frame_extra_info.
13727 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13728 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13729 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13730 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13731
13732 * alpha-tdep.c: Use get_next_frame.
13733 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13734 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13735 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13736 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13737 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13738 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13739 * xstormy16-tdep.c: Ditto.
13740
13741 2003-01-07 Andrew Cagney <cagney@redhat.com>
13742
13743 * alpha-tdep.c: Use get_frame_base.
13744 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13745 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13746 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13747 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13748 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13749 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13750 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13751 * config/sparc/tm-sparc.h: Ditto.
13752
13753 2003-01-07 Andrew Cagney <cagney@redhat.com>
13754
13755 * frame.c (deprecated_get_frame_context): New function.
13756 (deprecated_set_frame_context): New function.
13757 * frame.h (deprecated_get_frame_context): Declare.
13758 (deprecated_set_frame_context): Declare.
13759 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13760 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
13761
13762 2003-01-07 Andrew Cagney <cagney@redhat.com>
13763
13764 * frame.c (deprecated_set_frame_next_hack): New function.
13765 (deprecated_set_frame_prev_hack): New function.
13766 * frame.h (deprecated_set_frame_next_hack): Declare.
13767 (deprecated_set_frame_prev_hack): Declare.
13768 * mcore-tdep.c (analyze_dummy_frame): Use
13769 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13770 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13771
13772 2003-01-07 David Carlton <carlton@math.stanford.edu>
13773
13774 * linespec.c (decode_line_1): Move code into decode_dollar.
13775 (decode_dollar): New function.
13776
13777 2003-01-07 Andrew Cagney <cagney@redhat.com>
13778
13779 * arm-tdep.c (arm_init_extra_frame_info): Use
13780 deprecated_update_frame_base_hack.
13781 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13782 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13783 (fix_frame_pointer): Ditto.
13784 (mn10300_analyze_prologue): Ditto.
13785
13786 2003-01-07 Andrew Cagney <cagney@redhat.com>
13787
13788 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13789 extra_info using frame_extra_info_zalloc.
13790 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13791 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13792 (sh64_init_extra_frame_info): Ditto.
13793 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13794 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13795 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13796 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13797 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13798 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13799 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13800 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13801 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13802 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13803 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13804 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13805
13806 * mn10300-tdep.c (analyze_dummy_frame): Use
13807 deprecated_set_frame_extra_info_hack.
13808 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13809
13810 2003-01-07 J. Brobecker <brobecker@gnat.com>
13811
13812 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13813 class is not scText. These do not define "real" procedures.
13814 (parse_partial_symbols): Likewise.
13815
13816 2003-01-06 Michael Snyder <msnyder@redhat.com>
13817
13818 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13819
13820 2003-01-06 Andrew Cagney <ac131313@redhat.com>
13821
13822 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13823 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13824 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13825 deprecated_frame_xmalloc_with_cleanup.
13826 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13827 deprecated_frame_xmalloc.
13828 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13829 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13830
13831 2003-01-06 Andrew Cagney <cagney@redhat.com>
13832
13833 * x86-64-linux-tdep.c: Include "osabi.h".
13834 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13835
13836 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13837
13838 2003-01-06 Andrew Cagney <cagney@redhat.com>
13839
13840 * MAINTAINERS (Target Instruction Set Architectures): Update
13841 arm-elf. Can be built with -Werror, has been multiarched.
13842
13843 * value.h (unpack_long): Make buffer parameter constant.
13844 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13845 * scm-lang.h (scm_parse): Ditto.
13846 * defs.h (extract_typed_address, extract_address): Ditto.
13847 (extract_long_unsigned_integer): Ditto.
13848 * inferior.h (unsigned_pointer_to_address): Ditto.
13849 (signed_pointer_to_address): Ditto.
13850 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13851 * gdbarch.h, gdbarch.c: Regenerate.
13852 * findvar.c (extract_long_unsigned_integer): Update.
13853 (extract_address): Update.
13854 (extract_typed_address): Update.
13855 (unsigned_pointer_to_address): Update.
13856 * values.c (unpack_long): Update.
13857 (unpack_double): Update.
13858 (unpack_pointer): Update.
13859 (unpack_field_as_long): Update.
13860 * d10v-tdep.c (d10v_pointer_to_address): Update.
13861 * avr-tdep.c (avr_pointer_to_address): Update.
13862 * scm-lang.c (scm_unpack): Update.
13863 * findvar.c (signed_pointer_to_address): Update.
13864
13865 2003-01-06 Michal Ludvig <mludvig@suse.cz>
13866
13867 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
13868 since it is in i386-tdep.c.
13869
13870 2003-01-06 J. Brobecker <brobecker@gnat.com>
13871
13872 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13873 failure introduced in the previous change.
13874
13875 2003-01-05 Michael Chastain <mec@shout.net>
13876
13877 * README: Remove references to deleted remote-*.c files:
13878 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13879 remote-nrom.c, remote-os9k.c, remote-udi.c.
13880
13881 2003-01-05 Mark Kettenis <kettenis@gnu.org>
13882
13883 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13884 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13885 i386_get_longjmp_target.
13886
13887 2003-01-05 Andrew Cagney <ac131313@redhat.com>
13888
13889 * arm-tdep.c (prologue_cache): Change to a pointer.
13890 (_initialize_arm_tdep): Allocate prologue_cache.
13891 (check_prologue_cache): Update.
13892 (save_prologue_cache): Update.
13893 (arm_gdbarch_init): Update.
13894
13895 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13896
13897 * stabsread.c (update_method_name_from_physname): Call complaint()
13898 instead of error.
13899
13900 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13901
13902 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13903 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13904 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13905
13906 * blockframe.c: Include "gdbcmd.h" and "command.h".
13907 (backtrace_below_main): New variable.
13908 (file_frame_chain_valid, func_frame_chain_valid)
13909 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13910 (generic_func_frame_chain_valid): Remove functions.
13911 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13912 (_initialize_blockframe): New function.
13913 * Makefile.in (blockframe.o): Update dependencies.
13914 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13915 comment. Call frame_chain_valid ().
13916 * frame.h: Remove old prototypes. Add prototype for
13917 frame_chain_valid and update comments to match.
13918 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13919 Remove old comment.
13920 * gdbarch.h: Regenerated.
13921 * gdbarch.c: Regenerated.
13922
13923 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13924 set_gdbarch_frame_chain_valid.
13925 * avr-tdep.c (avr_gdbarch_init): Likewise.
13926 * cris-tdep.c (cris_gdbarch_init): Likewise.
13927 * frv-tdep.c (frv_gdbarch_init): Likewise.
13928 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13929 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13930 (i386_nw_init_abi): Likewise.
13931 (i386_gdbarch_init): Likewise.
13932 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13933 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13934 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13935 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13936 * mips-tdep.c (mips_gdbarch_init): Likewise.
13937 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13938 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13939 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13940 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13941 * s390-tdep.c (s390_gdbarch_init): Likewise.
13942 * sh-tdep.c (sh_gdbarch_init): Likewise.
13943 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13944 * v850-tdep.c (v850_gdbarch_init): Likewise.
13945 * vax-tdep.c (vax_gdbarch_init): Likewise.
13946 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13947
13948 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13949 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13950 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13951 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13952 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13953 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13954 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13955 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13956
13957 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13958
13959 * Makefile.in (acconfig_h): Remove incorrect macro.
13960 (config_h): Define.
13961 (osabi.o): Update dependencies.
13962 * configure.tgt: Set gdb_osabi based on target triplet.
13963 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13964 * configure: Regenerated.
13965 * config.in: Regenerated.
13966 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13967 (GDB_OSABI_DEFAULT): Define if not already defined.
13968 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13969 (set_osabi_string): New variables.
13970 (gdbarch_register_osabi): Add new OS ABI to
13971 gdb_osabi_available_names.
13972 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13973 (set_osabi, show_osabi): New functions.
13974 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13975
13976 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13977
13978 * arch-utils.c (gdbarch_info_init): Set osabi to
13979 GDB_OSABI_UNINITIALIZED.
13980 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13981 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13982 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13983 * gdbarch.c: Regenerated.
13984 * gdbarch.h: Regenerated.
13985 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13986 there's no BFD.
13987 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13988 * osabi.h (enum gdb_osabi): Move to defs.h.
13989 (gdbarch_init_osabi): Update prototype.
13990 * defs.h (enum gdb_osabi): Moved here.
13991 * Makefile.in: Update dependencies.
13992
13993 * alpha-tdep.h: Don't include "osabi.h".
13994 (struct gdbarch_tdep): Remove osabi member.
13995 * alpha-tdep.c: Include "osabi.h".
13996 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13997 iterate over arches. Update call to gdbarch_init_osabi.
13998 (alpha_dump_tdep): Don't dump osabi.
13999 * alpha-linux-tdep.c: Include "osabi.h".
14000 * alpha-osf1-tdep.c: Include "osabi.h".
14001 * alphafbsd-tdep.c: Include "osabi.h".
14002 * alphanbsd-tdep.c: Include "osabi.h".
14003
14004 * arm-tdep.h: Don't include "osabi.h".
14005 (struct gdbarch_tdep): Remove osabi member.
14006 * arm-tdep.c: Include "osabi.h".
14007 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14008 iterate over arches. Update call to gdbarch_init_osabi.
14009 (arm_dump_tdep): Don't dump osabi.
14010 * arm-linux-tdep.c: Include "osabi.h".
14011 * armnbsd-tdep.c: Include "osabi.h".
14012
14013 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
14014 Update call to gdbarch_init_osabi.
14015
14016 * i386-tdep.h: Don't include "osabi.h".
14017 (struct gdbarch_tdep): Remove osabi member.
14018 * i386-tdep.c: Include "osabi.h".
14019 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14020 iterate over arches. Update call to gdbarch_init_osabi.
14021 (i386_dump_tdep): Don't dump osabi.
14022 * i386-linux-tdep.c: Include "osabi.h".
14023 * i386-sol2-tdep.c: Include "osabi.h".
14024 * i386bsd-tdep.c: Include "osabi.h".
14025 * i386gnu-tdep.c: Include "osabi.h".
14026 * i386ly-tdep.c: Include "osabi.h".
14027 * i386nbsd-tdep.c: Include "osabi.h".
14028 * i386obsd-tdep.c: Include "osabi.h".
14029
14030 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
14031 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14032 check osabi when iterating over arches. Update call to
14033 gdbarch_init_osabi.
14034 (mips_dump_tdep): Don't dump osabi.
14035
14036 * ns32k-tdep.h: Don't include "osabi.h".
14037 (struct gdbarch_tdep): Remove.
14038 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
14039 gdbarch_lookup_osabi. Don't iterate over arches. Don't
14040 allocate tdep. Update call to gdbarch_init_osabi.
14041 (ns32k_dump_tdep): Remove.
14042 (_initialize_ns32k_tdep): Update call to gdbarch_register.
14043 * ns32knbsd-tdep.c: Include "osabi.h".
14044
14045 * ppc-tdep.h: Don't include "osabi.h".
14046 (struct gdbarch_tdep): Remove osabi member.
14047 * rs6000-tdep.c: Include "osabi.h".
14048 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
14049 osabi when iterating over arches. Update call to
14050 gdbarch_init_osabi.
14051 (rs6000_dump_tdep): Don't dump osabi.
14052 * ppc-linux-tdep.c: Include "osabi.h".
14053 * ppcnbsd-tdep.c: Include "osabi.h".
14054
14055 * sh-tdep.h: Don't include "osabi.h".
14056 (struct gdbarch_tdep): Remove osabi member.
14057 * sh-tdep.c: Include "osabi.h".
14058 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14059 iterate over arches. Update call to gdbarch_init_osabi.
14060 (sh_dump_tdep): Don't dump osabi.
14061 * shnbsd-tdep.c: Include "osabi.h".
14062
14063 * sparc-tdep.c: Include "osabi.h".
14064 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14065 iterate over arches. Update call to gdbarch_init_osabi.
14066 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
14067 tdep structure.
14068
14069 * vax-tdep.h: Don't include "osabi.h".
14070 (struct gdbarch_tdep): Remove.
14071 * vax-tdep.c: Include "osabi.h".
14072 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
14073 iterate over arches. Don't allocate tdep. Update call
14074 to gdbarch_init_osabi.
14075 (vax_dump_tdep): Remove.
14076 (_initialize_vax_tdep): Update call to gdbarch_register.
14077
14078 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14079
14080 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
14081 entirely.
14082 (breakpoint_re_set_one): Don't fetch the value for a disabled
14083 watchpoint.
14084
14085 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14086
14087 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
14088 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
14089 (COERCE_FLOAT_TO_DOUBLE): Remove.
14090 * gdbarch.c: Regenerate.
14091 * gdbarch.h: Regenerate.
14092 * Makefile.in: Remove value_h from gdbarch_h.
14093 * valops.c (coerce_float_to_double): New variable.
14094 (default_coerce_float_to_double): Remove.
14095 (standard_coerce_float_to_double): Remove.
14096 (value_arg_coerce): Use coerce_float_to_double.
14097 (_initialize_valops): Add "set coerce-float-to-double".
14098 * value.h (default_coerce_float_to_double): Remove prototype.
14099 (standard_coerce_float_to_double): Remove prototype.
14100
14101 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
14102 prototyped.
14103 * mdebugread.c (parse_symbol): Likewise.
14104 * stabsread.c (define_symbol): Mark all functions as prototyped.
14105
14106 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
14107 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
14108 set_gdbarch_coerce_float_to_double.
14109 * arm-tdep.c (arm_gdbarch_init): Likewise.
14110 * frv-tdep.c (frv_gdbarch_init): Likewise.
14111 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
14112 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
14113 * mips-tdep.c (mips_gdbarch_init): Likewise.
14114 (mips_coerce_float_to_double): Remove.
14115 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
14116 (rs6000_coerce_float_to_double): Remove.
14117 * s390-tdep.c (s390_gdbarch_init): Likewise.
14118 * sh-tdep.c (sh_gdbarch_init): Likewise.
14119 (sh_coerce_float_to_double): Remove.
14120 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
14121 (sparc_coerce_float_to_double): Remove.
14122 * v850-tdep.c (v850_gdbarch_init): Likewise.
14123 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
14124 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14125 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
14126 (hppa_coerce_float_to_double): Remove prototype.
14127 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
14128
14129 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14130
14131 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
14132
14133 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14134
14135 Suggested by Stewart Brown <sb24@avaya.com>:
14136 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
14137 in recursive calls. Handle TYPE_CODE_TYPEDEF.
14138 (c_type_print_varspec_suffix): Likewise.
14139
14140 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14141
14142 * configure.in: Don't set and AC_SUBST SUBDIRS.
14143 * configure: Regenerated.
14144
14145 * configure.in: Remove code dealing with shared libraries.
14146 * Makefile.in: Remove HLDFLAGS and HLDENV.
14147 * configure: Regenerated.
14148
14149 2003-01-04 Andrew Cagney <ac131313@redhat.com>
14150
14151 * frame.c (deprecated_frame_xmalloc): New function.
14152 (deprecated_set_frame_saved_regs_hack): New function.
14153 (deprecated_set_frame_extra_info_hack): New function.
14154 * frame.h (deprecated_frame_xmalloc): Declare.
14155 (deprecated_set_frame_saved_regs_hack): Declare.
14156 (deprecated_set_frame_extra_info_hack): Declare.
14157
14158 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14159
14160 * configure.in: Move code that provides the --enable-gdbtk option
14161 right after the code that handles the --enable-tui option, and
14162 polish it somewhat.
14163 * configure: Regenerated.
14164
14165 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
14166 AC_CHECK_FUNCS and remove the old check for pread64.
14167 * acinclude.m4 (AC_GNU_SOURCE): New macro.
14168 * acconfig.h (_GNU_SOURCE): Add.
14169 (HAVE_PREAD64): Remove.
14170 * configure, aclocal.m4, config.in: Regenerated.
14171
14172 2003-01-03 Andrew Cagney <ac131313@redhat.com>
14173
14174 * alpha-tdep.c: Use get_frame_saved_regs.
14175 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14176 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
14177 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
14178 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
14179 * vax-tdep.c, xstormy16-tdep.c: Ditto.
14180
14181 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14182
14183 * configure.in: Remove all use of the SUBDIRS variable; add
14184 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
14185 code providing the --enable-multi-ice option, and move it right in
14186 front of the code that checks whether gdbserver is supported.
14187 Polish that too.
14188 * configure: Regenerated.
14189 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
14190 @SUBDIRS@.
14191
14192 2003-01-03 Andrew Cagney <cagney@redhat.com>
14193
14194 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
14195 * avr-tdep.c, cris-tdep.c: Ditto.
14196 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
14197 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14198
14199 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14200
14201 * configure.in: Remove --enable-netrom option.
14202 * configure: Regenerated.
14203
14204 2003-01-03 Mark Kettenis <kettenis@gnu.org>
14205
14206 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
14207 declaration for `struct re_pattern_buffer' instead.
14208 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
14209
14210 2003-01-03 J. Brobecker <brobecker@gnat.com>
14211
14212 * mdebugread.c (parse_symbol): Count until the stEnd matching
14213 the structure name.
14214
14215 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14216
14217 * configure.in: Remove --with-cpu option.
14218 subscripts. Remove evil changequotes here.
14219 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
14220 * config.in, configure: Regenerated.
14221
14222 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
14223 * configure.in: Cleanup section that sources GDB and BFD configure
14224 subscripts. Remove evil changequotes here.
14225 * config.in, configure: Regenerated.
14226
14227 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14228
14229 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
14230 frame accessor methods.
14231 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
14232 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
14233 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
14234 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
14235 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
14236 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
14237 * z8k-tdep.c: Ditto.
14238
14239 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14240
14241 * configure.in: Remove UI_OUT configuration code.
14242 * ada-lang.c: Update assuming UI_OUT is always true.
14243 * Makefile.in (UIOUT_CFLAGS): Remove.
14244 * configure: Regenerated.
14245 * TODO: Remove blurb about elimination of -DUI_OUT.
14246
14247 * configure.in: Move code that provides the --enable-gdbcli,
14248 --enable-gdbmi options right before the code that handles the
14249 --enable-tui option. Polish a bit.
14250 * configure: Regenerated.
14251
14252 * configure.in: Rewrite check for GNU regex and the
14253 --without-included regex option, and move it into the "Checks for
14254 library functions" section. This makes us use the system regex
14255 again by default on systems with version 2 of the GNU C library.
14256 This was apparently broken.
14257 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
14258 * acconfig.h (USE_INCLUDED_REGEX): Remove.
14259 * config.in, configure: Regenerated.
14260
14261 * configure.in: Move code that provides the --enable-tui option
14262 before the "Checks for libraries" section. Polish the code
14263 somewhat and set need_curses to yes if we build the TUI. Rewrite
14264 code that looks for a library providing termcap functionality to
14265 match more closely what's done in the Readline library, and move
14266 it into to the "Checks for libraries" section.
14267 * configure: Regenerated.
14268 * Makefile.in (TERMCAP): Remove variable.
14269 * config/i386/go32.mh (TERMCAP): Remove variable.
14270
14271 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14272
14273 * MAINTAINERS: Mention gdb_mbuild.sh.
14274 * gdb_mbuild.sh: Rewrite.
14275
14276 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14277
14278 * configure.in: Fix typo in last change.
14279 * config.in, configure: Regenerated.
14280
14281 2003-01-02 Andrew Cagney <ac131313@redhat.com>
14282
14283 * valarith.c (value_binop): Delete obsolete code and comments.
14284 * configure.host: Ditto.
14285 * buildsym.h (make_blockvector): Ditto.
14286 * buildsym.c (make_blockvector): Ditto.
14287 * defs.h (enum language): Ditto.
14288 (chill_demangle): Ditto.
14289 * elfread.c (elf_symtab_read): Ditto.
14290 * dwarfread.c (CHILL_PRODUCER): Ditto.
14291 (set_cu_language): Ditto.
14292 (handle_producer): Ditto.
14293 * expprint.c (print_subexp): Ditto.
14294 * gdbtypes.c (chill_varying_type): Ditto.
14295 * gdbtypes.h (builtin_type_chill_bool): Ditto.
14296 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
14297 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
14298 (chill_varying_type): Ditto.
14299 * language.h (_LANG_chill): Ditto.
14300 * language.c (binop_result_type, integral_type): Ditto.
14301 (character_type, string_type, structured_type): Ditto.
14302 (lang_bool_type, binop_type_check): Ditto.
14303 * stabsread.h (os9k_stabs): Ditto.
14304 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
14305 (define_symbol, read_type, read_struct_fields): Ditto.
14306 (read_array_type, read_enum_type, read_huge_number): Ditto.
14307 (read_range_type, start_stabs): Ditto.
14308 * symfile.c (init_filename_language_table): Ditto.
14309 (add_psymbol_with_dem_name_to_list): Ditto.
14310 * symtab.c (symbol_init_language_specific): Ditto.
14311 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
14312 * symtab.h (struct general_symbol_info): Ditto.
14313 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
14314 * typeprint.c (typedef_print): Ditto.
14315 * utils.c (fprintf_symbol_filtered): Ditto.
14316 * valops.c (value_cast, search_struct_field, value_slice): Delete
14317 obsolete code.
14318 (varying_to_slice): Delete function.
14319 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
14320 (varying_to_slice): Delete declaration.
14321 * MAINTAINERS: Update.
14322
14323 2003-01-02 Mark Kettenis <kettenis@gnu.org>
14324
14325 * configure.in: Reorganize "Checks for library functions section"
14326 a bit. Remove check for `btowc' and `isascii' functions.
14327 * configure: Regenerated.
14328
14329 * acconfig.h (_MSE_INT_H): Remove.
14330 * configure.in: Create "Checks for header files" section, and move
14331 appropriate tests there. Don't check for objlist.h, wchar.h,
14332 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
14333 misdetection fix. Also add "Checks for types", "Checks for
14334 compiler characteristics" and "Checks for library functions"
14335 sections.
14336 * config.in, configure: Regenerated.
14337
14338 * configure.in: Create "Checks for programs" section, and move
14339 appropriate tests there.
14340
14341 2003-01-01 Mark Kettenis <kettenis@gnu.org>
14342
14343 * configure.in: Create "Checks for libraries" section, and move
14344 appropriate tests there. Cleanup check for wctype in libw. Use
14345 AC_SEARCH_LIBS to see whether we need libsocket.
14346 * configure: Regenerated.
14347
14348 For older changes see ChangeLog-2002
14349 \f
14350 Local Variables:
14351 mode: change-log
14352 left-margin: 8
14353 fill-column: 74
14354 version-control: never
14355 End:
This page took 0.360225 seconds and 5 git commands to generate.